From b4f6ab2237f965eabcac4e04013a056985e0975b Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 29 Jan 2024 11:58:53 -0500 Subject: [PATCH 0001/1783] New translations en-us.json (Spanish) --- public/locales/es-ES.json | 50 +++++++++++++++++++-------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index f6e36b03d..4233aa52a 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -14,8 +14,8 @@ "loopButton": { "label": "Bucle", "toggle": { - "off": "Loop off", - "on": "Loop on" + "off": "Desactivar repetición", + "on": "Activar repetición" } }, "maximizePlayerButton": { @@ -100,50 +100,50 @@ "buttonPlacement": { "select": { "buttonNames": { - "loopButton": "Loop button", - "maximizePlayerButton": "Maximize button", - "openTranscriptButton": "Open Transcript button", - "screenshotButton": "Screenshot button", - "volumeBoostButton": "Volume Boost button" + "loopButton": "Botón de repetición", + "maximizePlayerButton": "Maximizar botón", + "openTranscriptButton": "Abrir botón de transcripción", + "screenshotButton": "Botón de captura de pantalla", + "volumeBoostButton": "Botón Aumento de Volumen" }, "options": { "below_player": { - "placement": "below the player controls", - "value": "Below Player" + "placement": "debajo de los controles del reproductor", + "value": "Debajo del reproductor" }, "feature_menu": { "placement": "in the feature menu", - "value": "Feature Menu" + "value": "Menú de funciones" }, "player_controls_left": { - "placement": "on the left side of player controls", - "value": "Left Controls" + "placement": "a la izquierda de los controles del reproductor", + "value": "Controles a la izquierda" }, "player_controls_right": { - "placement": "on the right side of player controls", - "value": "Right Controls" + "placement": "a la derecha de los controles del reproductor", + "value": "Controles a la derecha" } }, - "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + "title": "Coloca el {{BUTTON_NAME}} a la {{PLACEMENT}}" }, - "title": "Button Placement Settings" + "title": "Ajustes de posición de los botones" }, "customCSS": { "editor": { - "collapse": "Collapse Editor", - "expand": "Expand Editor", - "noProblems": "No problems found." + "collapse": "Colapsar editor", + "expand": "Expandir editor", + "noProblems": "No se encontraron problemas." }, "enable": { - "label": "Enable custom CSS", - "title": "Enables custom CSS to be applied to the page" + "label": "Habilitar CSS personalizado", + "title": "Permite aplicar CSS personalizado a la página" }, - "title": "Custom CSS Settings" + "title": "Ajustes de CSS personalizados" }, "featureMenu": { "openType": { "select": { - "label": "Menu Activation Type", + "label": "Tipo de activación del menú", "options": { "click": "Click", "hover": "Pasar el cursor por encima" @@ -259,10 +259,10 @@ "type": { "label": "Tipo", "options": { - "line": "Line", + "line": "Línea", "no_display": "No mostrar", "round": "Round", - "text": "Text" + "text": "Texto" }, "title": "Select the type of On-Screen Display" } From dac8340fb107e8774e095e363c50f007439510aa Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 29 Jan 2024 18:27:29 -0500 Subject: [PATCH 0002/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index 49d00b282..c7cea8728 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -209,10 +209,6 @@ "rememberLastVolume": { "label": "前音量を覚える", "title": "新ビデオの音量を前動画の音量に変化する。" - }, - "videoHistory": { - "label": "動画歴史", - "title": "視聴中のビデオで中断した場所を追跡し、その動画が再び読み込まれたときに再開するかどうかを尋ねます" } }, "title": "他の設定" @@ -341,6 +337,23 @@ }, "title": "スクロールホイール音量制御設定" }, + "videoHistory": { + "enable": { + "label": "Track watched videos", + "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" + }, + "resumeType": { + "select": { + "label": "Resume type", + "options": { + "automatic": "Automatic", + "prompt": "Prompt" + }, + "title": "Select how you want to resume videos" + } + }, + "title": "Video history settings" + }, "volumeBoost": { "boostAmount": { "label": "音量ブーストの量(dB)", @@ -364,4 +377,4 @@ } } } -} +} From 3e6a71e5f161bf4aa4e5bb41e2b9512ffcb0a507 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 29 Jan 2024 18:27:29 -0500 Subject: [PATCH 0003/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index 4e17a4dec..4ef0b86df 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -209,10 +209,6 @@ "rememberLastVolume": { "label": "记住最后一个音量", "title": "记住最后一个视频的音量并在打开新视频时设置" - }, - "videoHistory": { - "label": "视频历史记录", - "title": "保持跟踪您在视频上离开的位置,并询问您是否想要在视频重新加载时恢复" } }, "title": "其他设置" @@ -341,6 +337,23 @@ }, "title": "滚轮控制音量设置" }, + "videoHistory": { + "enable": { + "label": "Track watched videos", + "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" + }, + "resumeType": { + "select": { + "label": "Resume type", + "options": { + "automatic": "Automatic", + "prompt": "Prompt" + }, + "title": "Select how you want to resume videos" + } + }, + "title": "Video history settings" + }, "volumeBoost": { "boostAmount": { "label": "音量提升量(分贝)", @@ -364,4 +377,4 @@ } } } -} +} From 45a96ed82890c2d8d855894fb6751fa484b81090 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 29 Jan 2024 18:27:30 -0500 Subject: [PATCH 0004/1783] New translations en-us.json (French) --- public/locales/fr-FR.json | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/public/locales/fr-FR.json b/public/locales/fr-FR.json index b8b35282a..9b523078a 100644 --- a/public/locales/fr-FR.json +++ b/public/locales/fr-FR.json @@ -209,10 +209,6 @@ "rememberLastVolume": { "label": "Sauvegarder le volume précédent", "title": "Se souvenir du volume de la dernière vidéo que vous regardiez et définissez-le lorsque vous ouvrez une nouvelle vidéo" - }, - "videoHistory": { - "label": "Historique des vidéos", - "title": "Garde la trace de l'endroit où vous vous êtes arrêté sur les vidéos que vous regardiez et demander si vous voulez reprendre lorsque cette vidéo se charge à nouveau" } }, "title": "Autre paramètres" @@ -341,6 +337,23 @@ }, "title": "Réglages du contrôle du volume par la molette de défilement" }, + "videoHistory": { + "enable": { + "label": "Track watched videos", + "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" + }, + "resumeType": { + "select": { + "label": "Resume type", + "options": { + "automatic": "Automatic", + "prompt": "Prompt" + }, + "title": "Select how you want to resume videos" + } + }, + "title": "Video history settings" + }, "volumeBoost": { "boostAmount": { "label": "Gain du volume (dB)", @@ -364,4 +377,4 @@ } } } -} +} From a034837c2724c016a51845e51aec50f788da58d3 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 29 Jan 2024 18:27:31 -0500 Subject: [PATCH 0005/1783] New translations en-us.json (Spanish) --- public/locales/es-ES.json | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index 4233aa52a..d5a3c68c9 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -209,10 +209,6 @@ "rememberLastVolume": { "label": "Recordar el nivel de volumen", "title": "Recuerda el volumen del último vídeo que estabas viendo y lo establece cuando abres un nuevo vídeo" - }, - "videoHistory": { - "label": "Historial de vídeo", - "title": "Recuerda el progreso de los videos y te pregunta si quieres reanudarlo donde lo dejaste cuando vuelves a reproducirlo" } }, "title": "Ajustes varios" @@ -341,6 +337,23 @@ }, "title": "Ajustes de control de volumen con la rueda del ratón" }, + "videoHistory": { + "enable": { + "label": "Track watched videos", + "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" + }, + "resumeType": { + "select": { + "label": "Resume type", + "options": { + "automatic": "Automatic", + "prompt": "Prompt" + }, + "title": "Select how you want to resume videos" + } + }, + "title": "Video history settings" + }, "volumeBoost": { "boostAmount": { "label": "Incremento de volumen (dB)", @@ -364,4 +377,4 @@ } } } -} +} From ccfbabc7278877ec9d72f54e270d77f858715ff8 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 29 Jan 2024 18:27:32 -0500 Subject: [PATCH 0006/1783] New translations en-us.json (Catalan) --- public/locales/ca-ES.json | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/public/locales/ca-ES.json b/public/locales/ca-ES.json index 715cf5cab..2c9c32a1c 100644 --- a/public/locales/ca-ES.json +++ b/public/locales/ca-ES.json @@ -209,10 +209,6 @@ "rememberLastVolume": { "label": "Remember last volume", "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" - }, - "videoHistory": { - "label": "Video history", - "title": "Keeps track of where you left off on videos you were watching and asks if you want to resume when that video loads again" } }, "title": "Miscellaneous settings" @@ -341,6 +337,23 @@ }, "title": "Scroll wheel volume control settings" }, + "videoHistory": { + "enable": { + "label": "Track watched videos", + "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" + }, + "resumeType": { + "select": { + "label": "Resume type", + "options": { + "automatic": "Automatic", + "prompt": "Prompt" + }, + "title": "Select how you want to resume videos" + } + }, + "title": "Video history settings" + }, "volumeBoost": { "boostAmount": { "label": "Volume boost amount (dB)", @@ -364,4 +377,4 @@ } } } -} +} From 9736c930644af1dcc88c745501733be4a1492b2d Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 29 Jan 2024 18:27:33 -0500 Subject: [PATCH 0007/1783] New translations en-us.json (Czech) --- public/locales/cs-CZ.json | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/public/locales/cs-CZ.json b/public/locales/cs-CZ.json index 794df85f8..8f610194c 100644 --- a/public/locales/cs-CZ.json +++ b/public/locales/cs-CZ.json @@ -209,10 +209,6 @@ "rememberLastVolume": { "label": "Remember last volume", "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" - }, - "videoHistory": { - "label": "Video history", - "title": "Keeps track of where you left off on videos you were watching and asks if you want to resume when that video loads again" } }, "title": "Miscellaneous settings" @@ -341,6 +337,23 @@ }, "title": "Scroll wheel volume control settings" }, + "videoHistory": { + "enable": { + "label": "Track watched videos", + "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" + }, + "resumeType": { + "select": { + "label": "Resume type", + "options": { + "automatic": "Automatic", + "prompt": "Prompt" + }, + "title": "Select how you want to resume videos" + } + }, + "title": "Video history settings" + }, "volumeBoost": { "boostAmount": { "label": "Volume boost amount (dB)", @@ -364,4 +377,4 @@ } } } -} +} From 18435de64e53552293381a99cb1934fd5d923fab Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 29 Jan 2024 18:27:33 -0500 Subject: [PATCH 0008/1783] New translations en-us.json (German) --- public/locales/de-DE.json | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/public/locales/de-DE.json b/public/locales/de-DE.json index 2b242c0b0..6d1f52240 100644 --- a/public/locales/de-DE.json +++ b/public/locales/de-DE.json @@ -209,10 +209,6 @@ "rememberLastVolume": { "label": "Letzte Lautstärke merken", "title": "Speichere die Lautstärke des letzten Videos, das du gesehen hast und setze es beim Öffnen eines neuen Videos" - }, - "videoHistory": { - "label": "Videoverlauf", - "title": "Merkt sich den Zeitpunkt pausieren des Videos. Fragt beim erneut laden, ob man Vortfahren möchte." } }, "title": "Weitere Einstellungen" @@ -341,6 +337,23 @@ }, "title": "Lautstärke durch Mausrad ändern" }, + "videoHistory": { + "enable": { + "label": "Track watched videos", + "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" + }, + "resumeType": { + "select": { + "label": "Resume type", + "options": { + "automatic": "Automatic", + "prompt": "Prompt" + }, + "title": "Select how you want to resume videos" + } + }, + "title": "Video history settings" + }, "volumeBoost": { "boostAmount": { "label": "Volume boost amount (dB)", @@ -364,4 +377,4 @@ } } } -} +} From 819f558a1d1666f3aaa6a6f65e8700e9991d93f1 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 29 Jan 2024 18:27:34 -0500 Subject: [PATCH 0009/1783] New translations en-us.json (Hebrew) --- public/locales/he-IL.json | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/public/locales/he-IL.json b/public/locales/he-IL.json index 732fc0002..5dee77124 100644 --- a/public/locales/he-IL.json +++ b/public/locales/he-IL.json @@ -209,10 +209,6 @@ "rememberLastVolume": { "label": "Remember last volume", "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" - }, - "videoHistory": { - "label": "Video history", - "title": "Keeps track of where you left off on videos you were watching and asks if you want to resume when that video loads again" } }, "title": "Miscellaneous settings" @@ -341,6 +337,23 @@ }, "title": "Scroll wheel volume control settings" }, + "videoHistory": { + "enable": { + "label": "Track watched videos", + "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" + }, + "resumeType": { + "select": { + "label": "Resume type", + "options": { + "automatic": "Automatic", + "prompt": "Prompt" + }, + "title": "Select how you want to resume videos" + } + }, + "title": "Video history settings" + }, "volumeBoost": { "boostAmount": { "label": "Volume boost amount (dB)", @@ -364,4 +377,4 @@ } } } -} +} From 17c0e3b52f289907b605e61d556f4459fa6ad296 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 29 Jan 2024 18:27:34 -0500 Subject: [PATCH 0010/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index e6f3ccd7d..e13b1399c 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -209,10 +209,6 @@ "rememberLastVolume": { "label": "Remember last volume", "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" - }, - "videoHistory": { - "label": "Video history", - "title": "Keeps track of where you left off on videos you were watching and asks if you want to resume when that video loads again" } }, "title": "Miscellaneous settings" @@ -341,6 +337,23 @@ }, "title": "Scroll wheel volume control settings" }, + "videoHistory": { + "enable": { + "label": "Track watched videos", + "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" + }, + "resumeType": { + "select": { + "label": "Resume type", + "options": { + "automatic": "Automatic", + "prompt": "Prompt" + }, + "title": "Select how you want to resume videos" + } + }, + "title": "Video history settings" + }, "volumeBoost": { "boostAmount": { "label": "Volume boost amount (dB)", @@ -364,4 +377,4 @@ } } } -} +} From f86e572fbf58f2558c674d9fb4cf78d572cb0ae0 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 29 Jan 2024 18:27:35 -0500 Subject: [PATCH 0011/1783] New translations en-us.json (Polish) --- public/locales/pl-PL.json | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/public/locales/pl-PL.json b/public/locales/pl-PL.json index 1aeefd79e..582bab39c 100644 --- a/public/locales/pl-PL.json +++ b/public/locales/pl-PL.json @@ -209,10 +209,6 @@ "rememberLastVolume": { "label": "Remember last volume", "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" - }, - "videoHistory": { - "label": "Video history", - "title": "Keeps track of where you left off on videos you were watching and asks if you want to resume when that video loads again" } }, "title": "Miscellaneous settings" @@ -341,6 +337,23 @@ }, "title": "Scroll wheel volume control settings" }, + "videoHistory": { + "enable": { + "label": "Track watched videos", + "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" + }, + "resumeType": { + "select": { + "label": "Resume type", + "options": { + "automatic": "Automatic", + "prompt": "Prompt" + }, + "title": "Select how you want to resume videos" + } + }, + "title": "Video history settings" + }, "volumeBoost": { "boostAmount": { "label": "Volume boost amount (dB)", @@ -364,4 +377,4 @@ } } } -} +} From 8a2e34577a916d57002b6d1011ef5b4448e7f683 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 29 Jan 2024 18:27:35 -0500 Subject: [PATCH 0012/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index 3f799caba..4894918ce 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -209,10 +209,6 @@ "rememberLastVolume": { "label": "Запомнить уровень громкости", "title": "Запоминает громкость последнего видео, которое вы смотрели и устанавливает это значение при открытии нового видео" - }, - "videoHistory": { - "label": "Включить историю видео", - "title": "Отслеживает то, на каком моменте просмотра видео вы остановились и спрашивает, если вы хотите продолжить с этого момента когда это видео загружается снова" } }, "title": "Прочие параметры" @@ -341,6 +337,23 @@ }, "title": "Настройки управления громкостью с помощью колеса прокрутки" }, + "videoHistory": { + "enable": { + "label": "Track watched videos", + "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" + }, + "resumeType": { + "select": { + "label": "Resume type", + "options": { + "automatic": "Automatic", + "prompt": "Prompt" + }, + "title": "Select how you want to resume videos" + } + }, + "title": "Video history settings" + }, "volumeBoost": { "boostAmount": { "label": "Значение увеличения громкости (дБ)", @@ -364,4 +377,4 @@ } } } -} +} From 614e147e721c67b2406a1dffd958bcba97d3275e Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 29 Jan 2024 18:27:36 -0500 Subject: [PATCH 0013/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index 9915e7abb..f725af80d 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -209,10 +209,6 @@ "rememberLastVolume": { "label": "Son ses hacmini hatırla", "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" - }, - "videoHistory": { - "label": "Video geçmişini etkinleştir", - "title": "İzlediğiniz videolarda nerede kaldığınızı takip eder ve video tekrar yüklendiğinde devam etmek isteyip istemediğinizi sorar" } }, "title": "Çeşitli ayarlar" @@ -341,6 +337,23 @@ }, "title": "Kaydırma tekerleği ile ses seviyesi kontrolü ayarları" }, + "videoHistory": { + "enable": { + "label": "Track watched videos", + "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" + }, + "resumeType": { + "select": { + "label": "Resume type", + "options": { + "automatic": "Automatic", + "prompt": "Prompt" + }, + "title": "Select how you want to resume videos" + } + }, + "title": "Video history settings" + }, "volumeBoost": { "boostAmount": { "label": "Volume boost amount (dB)", @@ -364,4 +377,4 @@ } } } -} +} From 8b78c20fc4ff5ae022ffb974ca71e7d560d16f92 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 29 Jan 2024 18:27:37 -0500 Subject: [PATCH 0014/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index 16ea32b46..fd79533c5 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -209,10 +209,6 @@ "rememberLastVolume": { "label": "記住上次播放音量", "title": "記住上次的播放音量,設定到新播放的影片上" - }, - "videoHistory": { - "label": "觀看記錄", - "title": "記錄上次影片的播放時間,載入影片時詢問是否從該時間繼續播放" } }, "title": "其他設定" @@ -341,6 +337,23 @@ }, "title": "滾輪音量控制設定" }, + "videoHistory": { + "enable": { + "label": "Track watched videos", + "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" + }, + "resumeType": { + "select": { + "label": "Resume type", + "options": { + "automatic": "Automatic", + "prompt": "Prompt" + }, + "title": "Select how you want to resume videos" + } + }, + "title": "Video history settings" + }, "volumeBoost": { "boostAmount": { "label": "音量增強度 (分貝)", @@ -364,4 +377,4 @@ } } } -} +} From 3944e3bc4eb9bfa3f5fa16414010a2c6d90b4468 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 29 Jan 2024 18:27:37 -0500 Subject: [PATCH 0015/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index b7de151a9..dc57778fe 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -209,10 +209,6 @@ "rememberLastVolume": { "label": "Lembrar o último volume", "title": "Lembra o volume do último vídeo que você estava assistindo e o coloca quando você abrir um novo vídeo" - }, - "videoHistory": { - "label": "Histórico de vídeos", - "title": "Mantém o controle de onde você parou nos vídeos que você estava assistindo e pergunta se você deseja retomar quando aquele vídeo é carregado novamente" } }, "title": "Configurações diversas" @@ -341,6 +337,23 @@ }, "title": "Configurações de controle do volume por roda do mouse" }, + "videoHistory": { + "enable": { + "label": "Track watched videos", + "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" + }, + "resumeType": { + "select": { + "label": "Resume type", + "options": { + "automatic": "Automatic", + "prompt": "Prompt" + }, + "title": "Select how you want to resume videos" + } + }, + "title": "Video history settings" + }, "volumeBoost": { "boostAmount": { "label": "Quantidade de impulsão de volume (dB)", @@ -364,4 +377,4 @@ } } } -} +} From 7a2516bebab1eeb8e098c960a27f92716d8c6f99 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 29 Jan 2024 18:27:39 -0500 Subject: [PATCH 0016/1783] New translations en-us.json (Persian) --- public/locales/fa-IR.json | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/public/locales/fa-IR.json b/public/locales/fa-IR.json index 4634e190f..8b346a545 100644 --- a/public/locales/fa-IR.json +++ b/public/locales/fa-IR.json @@ -209,10 +209,6 @@ "rememberLastVolume": { "label": "Remember last volume", "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" - }, - "videoHistory": { - "label": "Video history", - "title": "Keeps track of where you left off on videos you were watching and asks if you want to resume when that video loads again" } }, "title": "Miscellaneous settings" @@ -341,6 +337,23 @@ }, "title": "Scroll wheel volume control settings" }, + "videoHistory": { + "enable": { + "label": "Track watched videos", + "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" + }, + "resumeType": { + "select": { + "label": "Resume type", + "options": { + "automatic": "Automatic", + "prompt": "Prompt" + }, + "title": "Select how you want to resume videos" + } + }, + "title": "Video history settings" + }, "volumeBoost": { "boostAmount": { "label": "Volume boost amount (dB)", @@ -364,4 +377,4 @@ } } } -} +} From a2ab959f43d9310a45bc266d8797f91f7424fb77 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 29 Jan 2024 18:27:39 -0500 Subject: [PATCH 0017/1783] New translations en-us.json (Hindi) --- public/locales/hi-IN.json | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/public/locales/hi-IN.json b/public/locales/hi-IN.json index d41c34c3b..7b9b75692 100644 --- a/public/locales/hi-IN.json +++ b/public/locales/hi-IN.json @@ -209,10 +209,6 @@ "rememberLastVolume": { "label": "Remember last volume", "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" - }, - "videoHistory": { - "label": "Video history", - "title": "Keeps track of where you left off on videos you were watching and asks if you want to resume when that video loads again" } }, "title": "Miscellaneous settings" @@ -341,6 +337,23 @@ }, "title": "Scroll wheel volume control settings" }, + "videoHistory": { + "enable": { + "label": "Track watched videos", + "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" + }, + "resumeType": { + "select": { + "label": "Resume type", + "options": { + "automatic": "Automatic", + "prompt": "Prompt" + }, + "title": "Select how you want to resume videos" + } + }, + "title": "Video history settings" + }, "volumeBoost": { "boostAmount": { "label": "Volume boost amount (dB)", @@ -364,4 +377,4 @@ } } } -} +} From 6576edefd4563940b570297907378a575b86adfc Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 29 Jan 2024 19:23:57 -0500 Subject: [PATCH 0018/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index fd79533c5..d5d9eee0b 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -339,20 +339,20 @@ }, "videoHistory": { "enable": { - "label": "Track watched videos", - "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" + "label": "記住已觀看的影片", + "title": "記住己觀看影片的播放位置及啟用繼續播放" }, "resumeType": { "select": { - "label": "Resume type", + "label": "繼續播放方式", "options": { - "automatic": "Automatic", - "prompt": "Prompt" + "automatic": "自動", + "prompt": "提示" }, - "title": "Select how you want to resume videos" + "title": "選擇如何繼續播放" } }, - "title": "Video history settings" + "title": "觀看記錄設定" }, "volumeBoost": { "boostAmount": { From f2dd4e041293deba8e5d6a39f2769a7b654f5dcd Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 30 Jan 2024 13:09:28 -0500 Subject: [PATCH 0019/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index c7cea8728..764881fa5 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -346,7 +346,7 @@ "select": { "label": "Resume type", "options": { - "automatic": "Automatic", + "automatic": "自動", "prompt": "Prompt" }, "title": "Select how you want to resume videos" @@ -377,4 +377,4 @@ } } } -} +} From b7a539fd7719b17e524094e04dd6d37251447640 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 30 Jan 2024 14:32:29 -0500 Subject: [PATCH 0020/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index 4ef0b86df..80cda36d3 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -339,20 +339,20 @@ }, "videoHistory": { "enable": { - "label": "Track watched videos", - "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" + "label": "记录已观看视频", + "title": "记录您关闭视频的进度并在下次播放时恢复" }, "resumeType": { "select": { - "label": "Resume type", + "label": "进度恢复方式", "options": { - "automatic": "Automatic", - "prompt": "Prompt" + "automatic": "自动", + "prompt": "提示" }, - "title": "Select how you want to resume videos" + "title": "选择恢复视频播放进度的方式" } }, - "title": "Video history settings" + "title": "视频历史记录设置" }, "volumeBoost": { "boostAmount": { @@ -377,4 +377,4 @@ } } } -} +} From 8adec3eed7794f606f6ffcbd2b6d4d5ba3b26a84 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 30 Jan 2024 14:32:29 -0500 Subject: [PATCH 0021/1783] New translations en-us.json (French) --- public/locales/fr-FR.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/fr-FR.json b/public/locales/fr-FR.json index 9b523078a..7b4e2e24b 100644 --- a/public/locales/fr-FR.json +++ b/public/locales/fr-FR.json @@ -377,4 +377,4 @@ } } } -} +} From f14a4346335b36ff0a173e88f1a64276c9ab91f2 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 30 Jan 2024 14:32:30 -0500 Subject: [PATCH 0022/1783] New translations en-us.json (Spanish) --- public/locales/es-ES.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index d5a3c68c9..6e32f8958 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -377,4 +377,4 @@ } } } -} +} From 96bd2630469e2b14823fd52279f396da40861762 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 30 Jan 2024 14:32:31 -0500 Subject: [PATCH 0023/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index f725af80d..730ab0f8d 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -377,4 +377,4 @@ } } } -} +} From 15a92b39f8dec7407bc78b5340fcba4fff3a85c6 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 30 Jan 2024 14:32:32 -0500 Subject: [PATCH 0024/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index dc57778fe..b0586e8ca 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -377,4 +377,4 @@ } } } -} +} From 5b68dc915a3a3a58c018ffab773d0c1c3ddf16d7 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 3 Feb 2024 14:53:07 -0500 Subject: [PATCH 0025/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index 80cda36d3..7799fb0c9 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -19,7 +19,7 @@ } }, "maximizePlayerButton": { - "label": "化最大", + "label": "网页全屏", "toggle": { "off": "最大化关闭", "on": "最大化开启" From c938c52c995ed64ff989e5d18883c80503955c63 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 3 Feb 2024 17:29:35 -0500 Subject: [PATCH 0026/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index dcfa7223a..4e606d330 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -202,6 +202,14 @@ "label": "マウスを合わせでYouTubeの設定を開ける", "title": "設定ボタンにマウスを合わせたときにYouTubeの設定メニューを開けてする" }, + "removeRedirect": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + }, + "shareShortener": { + "label": "Shorten YouTube video share link", + "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + }, "remainingTime": { "label": "残り時間", "title": "動画の残り時間を表示します" From 3bca50e0f469694880697edc58edc9c2e54f1672 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 3 Feb 2024 17:29:36 -0500 Subject: [PATCH 0027/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index 7799fb0c9..48ce585e0 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -202,6 +202,14 @@ "label": "悬停时打开 YouTube 设置", "title": "当您悬停在设置按钮上时打开 YouTube 设置菜单" }, + "removeRedirect": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + }, + "shareShortener": { + "label": "Shorten YouTube video share link", + "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + }, "remainingTime": { "label": "剩余时间", "title": "显示您观看的视频的剩余时间" From ec4f6305cc27c8676fd1d4667cab9df29b98de91 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 3 Feb 2024 17:29:37 -0500 Subject: [PATCH 0028/1783] New translations en-us.json (French) --- public/locales/fr-FR.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/public/locales/fr-FR.json b/public/locales/fr-FR.json index 7b4e2e24b..d3169f365 100644 --- a/public/locales/fr-FR.json +++ b/public/locales/fr-FR.json @@ -202,6 +202,14 @@ "label": "Ouvrir les paramètres YouTube au survol", "title": "Ouvre le menu des paramètres YouTube lorsque vous survolez le bouton des paramètres" }, + "removeRedirect": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + }, + "shareShortener": { + "label": "Shorten YouTube video share link", + "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + }, "remainingTime": { "label": "Temps restant", "title": "Affiche le temps restant de la vidéo que vous regardez" From 88801604e576656a62850fa55bcb9d5947c79d2f Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 3 Feb 2024 17:29:38 -0500 Subject: [PATCH 0029/1783] New translations en-us.json (Spanish) --- public/locales/es-ES.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index 6e32f8958..f83d13272 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -202,6 +202,14 @@ "label": "Abrir ajustes de YouTube al pasar el cursor", "title": "Abre el menú de configuración de YouTube cuando pasa el cursor por encima del botón de ajustes" }, + "removeRedirect": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + }, + "shareShortener": { + "label": "Shorten YouTube video share link", + "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + }, "remainingTime": { "label": "Tiempo restante", "title": "Muestra el tiempo restante del vídeo que estás viendo" From 0ea9b8e8a8f92d36004f45157f2aae4b7dce1a2a Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 3 Feb 2024 17:29:39 -0500 Subject: [PATCH 0030/1783] New translations en-us.json (Catalan) --- public/locales/ca-ES.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/public/locales/ca-ES.json b/public/locales/ca-ES.json index 2c9c32a1c..472638140 100644 --- a/public/locales/ca-ES.json +++ b/public/locales/ca-ES.json @@ -202,6 +202,14 @@ "label": "Open YouTube settings on hover", "title": "Opens the YouTube settings menu when you hover over the settings button" }, + "removeRedirect": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + }, + "shareShortener": { + "label": "Shorten YouTube video share link", + "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + }, "remainingTime": { "label": "Remaining time", "title": "Shows the remaining time of the video you're watching" @@ -377,4 +385,4 @@ } } } -} +} From 2ba9c9ee65a2d84344cf584571ca0cce59cadc11 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 3 Feb 2024 17:29:40 -0500 Subject: [PATCH 0031/1783] New translations en-us.json (Czech) --- public/locales/cs-CZ.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/public/locales/cs-CZ.json b/public/locales/cs-CZ.json index 8f610194c..2e6efe1d8 100644 --- a/public/locales/cs-CZ.json +++ b/public/locales/cs-CZ.json @@ -202,6 +202,14 @@ "label": "Open YouTube settings on hover", "title": "Opens the YouTube settings menu when you hover over the settings button" }, + "removeRedirect": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + }, + "shareShortener": { + "label": "Shorten YouTube video share link", + "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + }, "remainingTime": { "label": "Remaining time", "title": "Shows the remaining time of the video you're watching" @@ -377,4 +385,4 @@ } } } -} +} From c353bc8f455f4fba0b93cbcf249d9d764fabd871 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 3 Feb 2024 17:29:41 -0500 Subject: [PATCH 0032/1783] New translations en-us.json (German) --- public/locales/de-DE.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/public/locales/de-DE.json b/public/locales/de-DE.json index 6d1f52240..1e8743a35 100644 --- a/public/locales/de-DE.json +++ b/public/locales/de-DE.json @@ -202,6 +202,14 @@ "label": "Open YouTube settings on hover", "title": "Opens the YouTube settings menu when you hover over the settings button" }, + "removeRedirect": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + }, + "shareShortener": { + "label": "Shorten YouTube video share link", + "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + }, "remainingTime": { "label": "Verbleibende Zeit", "title": "Zeigt die verbleibende Zeit des Videos, das du siehst" @@ -377,4 +385,4 @@ } } } -} +} From 596df9c4ff77eeee5a398e04218135e609e53214 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 3 Feb 2024 17:29:41 -0500 Subject: [PATCH 0033/1783] New translations en-us.json (Hebrew) --- public/locales/he-IL.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/public/locales/he-IL.json b/public/locales/he-IL.json index 5dee77124..a2bcb8aa1 100644 --- a/public/locales/he-IL.json +++ b/public/locales/he-IL.json @@ -202,6 +202,14 @@ "label": "Open YouTube settings on hover", "title": "Opens the YouTube settings menu when you hover over the settings button" }, + "removeRedirect": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + }, + "shareShortener": { + "label": "Shorten YouTube video share link", + "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + }, "remainingTime": { "label": "Remaining time", "title": "Shows the remaining time of the video you're watching" @@ -377,4 +385,4 @@ } } } -} +} From 1753ce0815022dcec0a6498238e222388342f2d5 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 3 Feb 2024 17:29:42 -0500 Subject: [PATCH 0034/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index e13b1399c..6ccf66860 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -202,6 +202,14 @@ "label": "Open YouTube settings on hover", "title": "Opens the YouTube settings menu when you hover over the settings button" }, + "removeRedirect": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + }, + "shareShortener": { + "label": "Shorten YouTube video share link", + "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + }, "remainingTime": { "label": "Remaining time", "title": "Shows the remaining time of the video you're watching" @@ -377,4 +385,4 @@ } } } -} +} From 95040d649cc9b1fbe10bfb895cb78edb7b5d1a72 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 3 Feb 2024 17:29:43 -0500 Subject: [PATCH 0035/1783] New translations en-us.json (Polish) --- public/locales/pl-PL.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/public/locales/pl-PL.json b/public/locales/pl-PL.json index 582bab39c..aed92c9ed 100644 --- a/public/locales/pl-PL.json +++ b/public/locales/pl-PL.json @@ -202,6 +202,14 @@ "label": "Open YouTube settings on hover", "title": "Opens the YouTube settings menu when you hover over the settings button" }, + "removeRedirect": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + }, + "shareShortener": { + "label": "Shorten YouTube video share link", + "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + }, "remainingTime": { "label": "Remaining time", "title": "Shows the remaining time of the video you're watching" @@ -377,4 +385,4 @@ } } } -} +} From 0b4f94d595060df49adb516e7a3616cdb04aab84 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 3 Feb 2024 17:29:44 -0500 Subject: [PATCH 0036/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index 4894918ce..07aca91f4 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -202,6 +202,14 @@ "label": "Открывать настройки YouTube при наведении курсора", "title": "Открывает меню настроек YouTube при наведении на кнопку меню" }, + "removeRedirect": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + }, + "shareShortener": { + "label": "Shorten YouTube video share link", + "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + }, "remainingTime": { "label": "Включить отображение оставшегося времени", "title": "Показывает оставшееся время просмотра видео" @@ -377,4 +385,4 @@ } } } -} +} From f10fdcf062c6963ed4970d138caee66364501a6b Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 3 Feb 2024 17:29:45 -0500 Subject: [PATCH 0037/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index 730ab0f8d..36fcd28db 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -202,6 +202,14 @@ "label": "Fare ile üzerine gelerek Youtube ayarlarını açın", "title": "Ayarlar düğmesinin üzerine gelindiğinde YouTube ayarlar menüsünü açar" }, + "removeRedirect": { + "label": "YouTube yönlendirme bağlantılarını kaldır", + "title": "Yönlendirme uyarı diyaloğunu atlayarak YouTube yönlendirmesini gerçek URL'lerle değiştirir" + }, + "shareShortener": { + "label": "YouTube video paylaşım bağlantısını kısalt", + "title": "YouTube video paylaşım bağlantısını (youtu.be) si/feature parametrelerini çıkararak kısaltır" + }, "remainingTime": { "label": "Kalan süre", "title": "Shows the remaining time of the video you're watching" From 2c1821e7541fe133b65f5463ad4817f7708239ff Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 3 Feb 2024 17:29:46 -0500 Subject: [PATCH 0038/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index 83dfeb945..4d9610636 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -202,6 +202,14 @@ "label": "懸浮時開啟設定選單", "title": "鼠標懸浮在設定按鈕時開啟選單" }, + "removeRedirect": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + }, + "shareShortener": { + "label": "Shorten YouTube video share link", + "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + }, "remainingTime": { "label": "剩餘時間", "title": "顥示現時影片的剩餘時間" From f247df049b1737cba80897967e53a44deb1c23c2 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 3 Feb 2024 17:29:47 -0500 Subject: [PATCH 0039/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index b0586e8ca..1b3079690 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -202,6 +202,14 @@ "label": "Abrir configurações do YouTube ao passar o mouse", "title": "Abre o menu de configurações do YouTube ao passar o mouse sobre o botão de configurações" }, + "removeRedirect": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + }, + "shareShortener": { + "label": "Shorten YouTube video share link", + "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + }, "remainingTime": { "label": "Tempo restante", "title": "Mostra o tempo restante do vídeo que você está assistindo" From 599f3afa60c74eaec005c142b6d639c1fe71acaf Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 3 Feb 2024 17:29:47 -0500 Subject: [PATCH 0040/1783] New translations en-us.json (Persian) --- public/locales/fa-IR.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/public/locales/fa-IR.json b/public/locales/fa-IR.json index 8b346a545..729d27d0e 100644 --- a/public/locales/fa-IR.json +++ b/public/locales/fa-IR.json @@ -202,6 +202,14 @@ "label": "Open YouTube settings on hover", "title": "Opens the YouTube settings menu when you hover over the settings button" }, + "removeRedirect": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + }, + "shareShortener": { + "label": "Shorten YouTube video share link", + "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + }, "remainingTime": { "label": "Remaining time", "title": "Shows the remaining time of the video you're watching" @@ -377,4 +385,4 @@ } } } -} +} From 8edd1550c5bf735effb7a710a60b8e10e0a6f757 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 3 Feb 2024 17:29:48 -0500 Subject: [PATCH 0041/1783] New translations en-us.json (Hindi) --- public/locales/hi-IN.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/public/locales/hi-IN.json b/public/locales/hi-IN.json index 7b9b75692..5601cbe96 100644 --- a/public/locales/hi-IN.json +++ b/public/locales/hi-IN.json @@ -202,6 +202,14 @@ "label": "Open YouTube settings on hover", "title": "Opens the YouTube settings menu when you hover over the settings button" }, + "removeRedirect": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + }, + "shareShortener": { + "label": "Shorten YouTube video share link", + "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + }, "remainingTime": { "label": "Remaining time", "title": "Shows the remaining time of the video you're watching" @@ -377,4 +385,4 @@ } } } -} +} From 7da9159272a79c11715e235a9b174754a157c3b0 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 3 Feb 2024 19:27:12 -0500 Subject: [PATCH 0042/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index 4d9610636..8be870fad 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -203,12 +203,12 @@ "title": "鼠標懸浮在設定按鈕時開啟選單" }, "removeRedirect": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + "label": "移除 YouTube 重新導向網址", + "title": "以真正網址取代 YouTube 重新導向網址,跳過重新導向警告對話框" }, "shareShortener": { - "label": "Shorten YouTube video share link", - "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + "label": "縮短 YouTube 影片共享連結", + "title": "縮短 YouTube 影片共享連結 (youtu.be),移除 si/feature 參數" }, "remainingTime": { "label": "剩餘時間", From 9ec4e2c9cc41831fc8ea943b9f08800c76fecec1 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 4 Feb 2024 21:53:30 -0500 Subject: [PATCH 0043/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index 48ce585e0..7e7d09fff 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -203,12 +203,12 @@ "title": "当您悬停在设置按钮上时打开 YouTube 设置菜单" }, "removeRedirect": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + "label": "屏蔽YouTube重定向链接", + "title": "用真实链接替换YouTube重定向,并跳过重定向警告" }, "shareShortener": { - "label": "Shorten YouTube video share link", - "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + "label": "缩短YouTube视频分享链接", + "title": "分享Youtube视频(youtu.be)时,删除si/feature 参数以缩短链接" }, "remainingTime": { "label": "剩余时间", From d5ac02830434d6c9c460897fc890919ec0e9ded2 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 5 Feb 2024 23:49:09 -0500 Subject: [PATCH 0044/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index 4e606d330..a483be6e9 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -202,6 +202,14 @@ "label": "マウスを合わせでYouTubeの設定を開ける", "title": "設定ボタンにマウスを合わせたときにYouTubeの設定メニューを開けてする" }, + "remainingTime": { + "label": "残り時間", + "title": "動画の残り時間を表示します" + }, + "rememberLastVolume": { + "label": "前音量を覚える", + "title": "新ビデオの音量を前動画の音量に変化する。" + }, "removeRedirect": { "label": "Remove YouTube /redirect URLs", "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" @@ -210,13 +218,9 @@ "label": "Shorten YouTube video share link", "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" }, - "remainingTime": { - "label": "残り時間", - "title": "動画の残り時間を表示します" - }, - "rememberLastVolume": { - "label": "前音量を覚える", - "title": "新ビデオの音量を前動画の音量に変化する。" + "shortsAutoScroll": { + "label": "Shorts auto scroll", + "title": "Automatically scrolls to the next short" } }, "title": "他の設定" From e18c12ac0b90f86350ba101270eb50e87061949a Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 5 Feb 2024 23:49:10 -0500 Subject: [PATCH 0045/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index 7e7d09fff..dfd24f7cd 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -202,6 +202,14 @@ "label": "悬停时打开 YouTube 设置", "title": "当您悬停在设置按钮上时打开 YouTube 设置菜单" }, + "remainingTime": { + "label": "剩余时间", + "title": "显示您观看的视频的剩余时间" + }, + "rememberLastVolume": { + "label": "记住最后一个音量", + "title": "记住最后一个视频的音量并在打开新视频时设置" + }, "removeRedirect": { "label": "屏蔽YouTube重定向链接", "title": "用真实链接替换YouTube重定向,并跳过重定向警告" @@ -210,13 +218,9 @@ "label": "缩短YouTube视频分享链接", "title": "分享Youtube视频(youtu.be)时,删除si/feature 参数以缩短链接" }, - "remainingTime": { - "label": "剩余时间", - "title": "显示您观看的视频的剩余时间" - }, - "rememberLastVolume": { - "label": "记住最后一个音量", - "title": "记住最后一个视频的音量并在打开新视频时设置" + "shortsAutoScroll": { + "label": "Shorts auto scroll", + "title": "Automatically scrolls to the next short" } }, "title": "其他设置" From ccaa17d2ca624a0b378950c11005c31fd360b3a8 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 5 Feb 2024 23:49:11 -0500 Subject: [PATCH 0046/1783] New translations en-us.json (French) --- public/locales/fr-FR.json | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/public/locales/fr-FR.json b/public/locales/fr-FR.json index d3169f365..1fb1fc99e 100644 --- a/public/locales/fr-FR.json +++ b/public/locales/fr-FR.json @@ -202,6 +202,14 @@ "label": "Ouvrir les paramètres YouTube au survol", "title": "Ouvre le menu des paramètres YouTube lorsque vous survolez le bouton des paramètres" }, + "remainingTime": { + "label": "Temps restant", + "title": "Affiche le temps restant de la vidéo que vous regardez" + }, + "rememberLastVolume": { + "label": "Sauvegarder le volume précédent", + "title": "Se souvenir du volume de la dernière vidéo que vous regardiez et définissez-le lorsque vous ouvrez une nouvelle vidéo" + }, "removeRedirect": { "label": "Remove YouTube /redirect URLs", "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" @@ -210,13 +218,9 @@ "label": "Shorten YouTube video share link", "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" }, - "remainingTime": { - "label": "Temps restant", - "title": "Affiche le temps restant de la vidéo que vous regardez" - }, - "rememberLastVolume": { - "label": "Sauvegarder le volume précédent", - "title": "Se souvenir du volume de la dernière vidéo que vous regardiez et définissez-le lorsque vous ouvrez une nouvelle vidéo" + "shortsAutoScroll": { + "label": "Shorts auto scroll", + "title": "Automatically scrolls to the next short" } }, "title": "Autre paramètres" From dade97a68e656dd84eef2a9e056f262021740d2e Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 5 Feb 2024 23:49:12 -0500 Subject: [PATCH 0047/1783] New translations en-us.json (Spanish) --- public/locales/es-ES.json | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index f83d13272..d49e63e63 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -202,6 +202,14 @@ "label": "Abrir ajustes de YouTube al pasar el cursor", "title": "Abre el menú de configuración de YouTube cuando pasa el cursor por encima del botón de ajustes" }, + "remainingTime": { + "label": "Tiempo restante", + "title": "Muestra el tiempo restante del vídeo que estás viendo" + }, + "rememberLastVolume": { + "label": "Recordar el nivel de volumen", + "title": "Recuerda el volumen del último vídeo que estabas viendo y lo establece cuando abres un nuevo vídeo" + }, "removeRedirect": { "label": "Remove YouTube /redirect URLs", "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" @@ -210,13 +218,9 @@ "label": "Shorten YouTube video share link", "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" }, - "remainingTime": { - "label": "Tiempo restante", - "title": "Muestra el tiempo restante del vídeo que estás viendo" - }, - "rememberLastVolume": { - "label": "Recordar el nivel de volumen", - "title": "Recuerda el volumen del último vídeo que estabas viendo y lo establece cuando abres un nuevo vídeo" + "shortsAutoScroll": { + "label": "Shorts auto scroll", + "title": "Automatically scrolls to the next short" } }, "title": "Ajustes varios" From 03381fe84c45cd0c178ff5575dcae130386ace74 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 5 Feb 2024 23:49:12 -0500 Subject: [PATCH 0048/1783] New translations en-us.json (Catalan) --- public/locales/ca-ES.json | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/public/locales/ca-ES.json b/public/locales/ca-ES.json index 472638140..3f97dfe82 100644 --- a/public/locales/ca-ES.json +++ b/public/locales/ca-ES.json @@ -202,6 +202,14 @@ "label": "Open YouTube settings on hover", "title": "Opens the YouTube settings menu when you hover over the settings button" }, + "remainingTime": { + "label": "Remaining time", + "title": "Shows the remaining time of the video you're watching" + }, + "rememberLastVolume": { + "label": "Remember last volume", + "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + }, "removeRedirect": { "label": "Remove YouTube /redirect URLs", "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" @@ -210,13 +218,9 @@ "label": "Shorten YouTube video share link", "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" }, - "remainingTime": { - "label": "Remaining time", - "title": "Shows the remaining time of the video you're watching" - }, - "rememberLastVolume": { - "label": "Remember last volume", - "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + "shortsAutoScroll": { + "label": "Shorts auto scroll", + "title": "Automatically scrolls to the next short" } }, "title": "Miscellaneous settings" From d9abf5b777cc43db94ac19639de98c0997f80325 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 5 Feb 2024 23:49:13 -0500 Subject: [PATCH 0049/1783] New translations en-us.json (Czech) --- public/locales/cs-CZ.json | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/public/locales/cs-CZ.json b/public/locales/cs-CZ.json index 2e6efe1d8..c11eacd99 100644 --- a/public/locales/cs-CZ.json +++ b/public/locales/cs-CZ.json @@ -202,6 +202,14 @@ "label": "Open YouTube settings on hover", "title": "Opens the YouTube settings menu when you hover over the settings button" }, + "remainingTime": { + "label": "Remaining time", + "title": "Shows the remaining time of the video you're watching" + }, + "rememberLastVolume": { + "label": "Remember last volume", + "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + }, "removeRedirect": { "label": "Remove YouTube /redirect URLs", "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" @@ -210,13 +218,9 @@ "label": "Shorten YouTube video share link", "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" }, - "remainingTime": { - "label": "Remaining time", - "title": "Shows the remaining time of the video you're watching" - }, - "rememberLastVolume": { - "label": "Remember last volume", - "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + "shortsAutoScroll": { + "label": "Shorts auto scroll", + "title": "Automatically scrolls to the next short" } }, "title": "Miscellaneous settings" From 966f44ba8c9e8412f603f87e5d576f689b7b5602 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 5 Feb 2024 23:49:14 -0500 Subject: [PATCH 0050/1783] New translations en-us.json (German) --- public/locales/de-DE.json | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/public/locales/de-DE.json b/public/locales/de-DE.json index 1e8743a35..42956fde2 100644 --- a/public/locales/de-DE.json +++ b/public/locales/de-DE.json @@ -202,6 +202,14 @@ "label": "Open YouTube settings on hover", "title": "Opens the YouTube settings menu when you hover over the settings button" }, + "remainingTime": { + "label": "Verbleibende Zeit", + "title": "Zeigt die verbleibende Zeit des Videos, das du siehst" + }, + "rememberLastVolume": { + "label": "Letzte Lautstärke merken", + "title": "Speichere die Lautstärke des letzten Videos, das du gesehen hast und setze es beim Öffnen eines neuen Videos" + }, "removeRedirect": { "label": "Remove YouTube /redirect URLs", "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" @@ -210,13 +218,9 @@ "label": "Shorten YouTube video share link", "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" }, - "remainingTime": { - "label": "Verbleibende Zeit", - "title": "Zeigt die verbleibende Zeit des Videos, das du siehst" - }, - "rememberLastVolume": { - "label": "Letzte Lautstärke merken", - "title": "Speichere die Lautstärke des letzten Videos, das du gesehen hast und setze es beim Öffnen eines neuen Videos" + "shortsAutoScroll": { + "label": "Shorts auto scroll", + "title": "Automatically scrolls to the next short" } }, "title": "Weitere Einstellungen" From 9c879a173034cb1fc669678859281cc41ab7993f Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 5 Feb 2024 23:49:15 -0500 Subject: [PATCH 0051/1783] New translations en-us.json (Hebrew) --- public/locales/he-IL.json | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/public/locales/he-IL.json b/public/locales/he-IL.json index a2bcb8aa1..76abd1c71 100644 --- a/public/locales/he-IL.json +++ b/public/locales/he-IL.json @@ -202,6 +202,14 @@ "label": "Open YouTube settings on hover", "title": "Opens the YouTube settings menu when you hover over the settings button" }, + "remainingTime": { + "label": "Remaining time", + "title": "Shows the remaining time of the video you're watching" + }, + "rememberLastVolume": { + "label": "Remember last volume", + "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + }, "removeRedirect": { "label": "Remove YouTube /redirect URLs", "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" @@ -210,13 +218,9 @@ "label": "Shorten YouTube video share link", "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" }, - "remainingTime": { - "label": "Remaining time", - "title": "Shows the remaining time of the video you're watching" - }, - "rememberLastVolume": { - "label": "Remember last volume", - "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + "shortsAutoScroll": { + "label": "Shorts auto scroll", + "title": "Automatically scrolls to the next short" } }, "title": "Miscellaneous settings" From a4ffcb7b9f352a3bf32787bb6ff03a38febbd58a Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 5 Feb 2024 23:49:16 -0500 Subject: [PATCH 0052/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index 6ccf66860..718f60086 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -202,6 +202,14 @@ "label": "Open YouTube settings on hover", "title": "Opens the YouTube settings menu when you hover over the settings button" }, + "remainingTime": { + "label": "Remaining time", + "title": "Shows the remaining time of the video you're watching" + }, + "rememberLastVolume": { + "label": "Remember last volume", + "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + }, "removeRedirect": { "label": "Remove YouTube /redirect URLs", "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" @@ -210,13 +218,9 @@ "label": "Shorten YouTube video share link", "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" }, - "remainingTime": { - "label": "Remaining time", - "title": "Shows the remaining time of the video you're watching" - }, - "rememberLastVolume": { - "label": "Remember last volume", - "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + "shortsAutoScroll": { + "label": "Shorts auto scroll", + "title": "Automatically scrolls to the next short" } }, "title": "Miscellaneous settings" From acda3da7298bdc872c729e2fc12e6bfe0811ee80 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 5 Feb 2024 23:49:17 -0500 Subject: [PATCH 0053/1783] New translations en-us.json (Polish) --- public/locales/pl-PL.json | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/public/locales/pl-PL.json b/public/locales/pl-PL.json index aed92c9ed..cb41adef6 100644 --- a/public/locales/pl-PL.json +++ b/public/locales/pl-PL.json @@ -202,6 +202,14 @@ "label": "Open YouTube settings on hover", "title": "Opens the YouTube settings menu when you hover over the settings button" }, + "remainingTime": { + "label": "Remaining time", + "title": "Shows the remaining time of the video you're watching" + }, + "rememberLastVolume": { + "label": "Remember last volume", + "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + }, "removeRedirect": { "label": "Remove YouTube /redirect URLs", "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" @@ -210,13 +218,9 @@ "label": "Shorten YouTube video share link", "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" }, - "remainingTime": { - "label": "Remaining time", - "title": "Shows the remaining time of the video you're watching" - }, - "rememberLastVolume": { - "label": "Remember last volume", - "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + "shortsAutoScroll": { + "label": "Shorts auto scroll", + "title": "Automatically scrolls to the next short" } }, "title": "Miscellaneous settings" From 2b5388ab2e59230ab3e4f03d9534ab989135ccbb Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 5 Feb 2024 23:49:18 -0500 Subject: [PATCH 0054/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index 07aca91f4..4178924f2 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -202,6 +202,14 @@ "label": "Открывать настройки YouTube при наведении курсора", "title": "Открывает меню настроек YouTube при наведении на кнопку меню" }, + "remainingTime": { + "label": "Включить отображение оставшегося времени", + "title": "Показывает оставшееся время просмотра видео" + }, + "rememberLastVolume": { + "label": "Запомнить уровень громкости", + "title": "Запоминает громкость последнего видео, которое вы смотрели и устанавливает это значение при открытии нового видео" + }, "removeRedirect": { "label": "Remove YouTube /redirect URLs", "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" @@ -210,13 +218,9 @@ "label": "Shorten YouTube video share link", "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" }, - "remainingTime": { - "label": "Включить отображение оставшегося времени", - "title": "Показывает оставшееся время просмотра видео" - }, - "rememberLastVolume": { - "label": "Запомнить уровень громкости", - "title": "Запоминает громкость последнего видео, которое вы смотрели и устанавливает это значение при открытии нового видео" + "shortsAutoScroll": { + "label": "Shorts auto scroll", + "title": "Automatically scrolls to the next short" } }, "title": "Прочие параметры" From 85d73e063e77d6eeb784679c70253ca5570a6376 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 5 Feb 2024 23:49:19 -0500 Subject: [PATCH 0055/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index 36fcd28db..069be9c32 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -202,6 +202,14 @@ "label": "Fare ile üzerine gelerek Youtube ayarlarını açın", "title": "Ayarlar düğmesinin üzerine gelindiğinde YouTube ayarlar menüsünü açar" }, + "remainingTime": { + "label": "Kalan süre", + "title": "Shows the remaining time of the video you're watching" + }, + "rememberLastVolume": { + "label": "Son ses hacmini hatırla", + "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + }, "removeRedirect": { "label": "YouTube yönlendirme bağlantılarını kaldır", "title": "Yönlendirme uyarı diyaloğunu atlayarak YouTube yönlendirmesini gerçek URL'lerle değiştirir" @@ -210,13 +218,9 @@ "label": "YouTube video paylaşım bağlantısını kısalt", "title": "YouTube video paylaşım bağlantısını (youtu.be) si/feature parametrelerini çıkararak kısaltır" }, - "remainingTime": { - "label": "Kalan süre", - "title": "Shows the remaining time of the video you're watching" - }, - "rememberLastVolume": { - "label": "Son ses hacmini hatırla", - "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + "shortsAutoScroll": { + "label": "Shorts auto scroll", + "title": "Automatically scrolls to the next short" } }, "title": "Çeşitli ayarlar" From 90adc0f64f6489de3c28d3028fa857644b418f0d Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 5 Feb 2024 23:49:20 -0500 Subject: [PATCH 0056/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index 8be870fad..5bf0b010b 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -202,6 +202,14 @@ "label": "懸浮時開啟設定選單", "title": "鼠標懸浮在設定按鈕時開啟選單" }, + "remainingTime": { + "label": "剩餘時間", + "title": "顥示現時影片的剩餘時間" + }, + "rememberLastVolume": { + "label": "記住上次播放音量", + "title": "記住上次的播放音量,設定到新播放的影片上" + }, "removeRedirect": { "label": "移除 YouTube 重新導向網址", "title": "以真正網址取代 YouTube 重新導向網址,跳過重新導向警告對話框" @@ -210,13 +218,9 @@ "label": "縮短 YouTube 影片共享連結", "title": "縮短 YouTube 影片共享連結 (youtu.be),移除 si/feature 參數" }, - "remainingTime": { - "label": "剩餘時間", - "title": "顥示現時影片的剩餘時間" - }, - "rememberLastVolume": { - "label": "記住上次播放音量", - "title": "記住上次的播放音量,設定到新播放的影片上" + "shortsAutoScroll": { + "label": "Shorts auto scroll", + "title": "Automatically scrolls to the next short" } }, "title": "其他設定" From 81991f433465367511b36f97a2880558e8643ac5 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 5 Feb 2024 23:49:20 -0500 Subject: [PATCH 0057/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index 1b3079690..6a98f2370 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -202,6 +202,14 @@ "label": "Abrir configurações do YouTube ao passar o mouse", "title": "Abre o menu de configurações do YouTube ao passar o mouse sobre o botão de configurações" }, + "remainingTime": { + "label": "Tempo restante", + "title": "Mostra o tempo restante do vídeo que você está assistindo" + }, + "rememberLastVolume": { + "label": "Lembrar o último volume", + "title": "Lembra o volume do último vídeo que você estava assistindo e o coloca quando você abrir um novo vídeo" + }, "removeRedirect": { "label": "Remove YouTube /redirect URLs", "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" @@ -210,13 +218,9 @@ "label": "Shorten YouTube video share link", "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" }, - "remainingTime": { - "label": "Tempo restante", - "title": "Mostra o tempo restante do vídeo que você está assistindo" - }, - "rememberLastVolume": { - "label": "Lembrar o último volume", - "title": "Lembra o volume do último vídeo que você estava assistindo e o coloca quando você abrir um novo vídeo" + "shortsAutoScroll": { + "label": "Shorts auto scroll", + "title": "Automatically scrolls to the next short" } }, "title": "Configurações diversas" From c31ab42dc56ce8522af8ddeb3d0d2e408e3dbe03 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 5 Feb 2024 23:49:21 -0500 Subject: [PATCH 0058/1783] New translations en-us.json (Persian) --- public/locales/fa-IR.json | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/public/locales/fa-IR.json b/public/locales/fa-IR.json index 729d27d0e..51cbdc9d8 100644 --- a/public/locales/fa-IR.json +++ b/public/locales/fa-IR.json @@ -202,6 +202,14 @@ "label": "Open YouTube settings on hover", "title": "Opens the YouTube settings menu when you hover over the settings button" }, + "remainingTime": { + "label": "Remaining time", + "title": "Shows the remaining time of the video you're watching" + }, + "rememberLastVolume": { + "label": "Remember last volume", + "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + }, "removeRedirect": { "label": "Remove YouTube /redirect URLs", "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" @@ -210,13 +218,9 @@ "label": "Shorten YouTube video share link", "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" }, - "remainingTime": { - "label": "Remaining time", - "title": "Shows the remaining time of the video you're watching" - }, - "rememberLastVolume": { - "label": "Remember last volume", - "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + "shortsAutoScroll": { + "label": "Shorts auto scroll", + "title": "Automatically scrolls to the next short" } }, "title": "Miscellaneous settings" From 04e2a29b8d92e53b0414c3898b8f448a4ac9d2d9 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 5 Feb 2024 23:49:22 -0500 Subject: [PATCH 0059/1783] New translations en-us.json (Hindi) --- public/locales/hi-IN.json | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/public/locales/hi-IN.json b/public/locales/hi-IN.json index 5601cbe96..a46534d45 100644 --- a/public/locales/hi-IN.json +++ b/public/locales/hi-IN.json @@ -202,6 +202,14 @@ "label": "Open YouTube settings on hover", "title": "Opens the YouTube settings menu when you hover over the settings button" }, + "remainingTime": { + "label": "Remaining time", + "title": "Shows the remaining time of the video you're watching" + }, + "rememberLastVolume": { + "label": "Remember last volume", + "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + }, "removeRedirect": { "label": "Remove YouTube /redirect URLs", "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" @@ -210,13 +218,9 @@ "label": "Shorten YouTube video share link", "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" }, - "remainingTime": { - "label": "Remaining time", - "title": "Shows the remaining time of the video you're watching" - }, - "rememberLastVolume": { - "label": "Remember last volume", - "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + "shortsAutoScroll": { + "label": "Shorts auto scroll", + "title": "Automatically scrolls to the next short" } }, "title": "Miscellaneous settings" From 37dcf662cf8c0e6b1eaabdbbe49e0c8557b3d201 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 6 Feb 2024 02:06:06 -0500 Subject: [PATCH 0060/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index 5bf0b010b..ce59e3103 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -219,8 +219,8 @@ "title": "縮短 YouTube 影片共享連結 (youtu.be),移除 si/feature 參數" }, "shortsAutoScroll": { - "label": "Shorts auto scroll", - "title": "Automatically scrolls to the next short" + "label": "Shorts 自動滾動", + "title": "自動滾動到下一段 Short" } }, "title": "其他設定" From d15998db4e7c5b1f6910b80adf648b58dc77065c Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 6 Feb 2024 04:23:39 -0500 Subject: [PATCH 0061/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index 069be9c32..f0159bef2 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -219,8 +219,8 @@ "title": "YouTube video paylaşım bağlantısını (youtu.be) si/feature parametrelerini çıkararak kısaltır" }, "shortsAutoScroll": { - "label": "Shorts auto scroll", - "title": "Automatically scrolls to the next short" + "label": "Kısa videoya otomatik kaydır", + "title": "Bir sonraki kısa videoya otomatik kaydır" } }, "title": "Çeşitli ayarlar" From 3d8a92cc5a1f3c3e016258cd61c1612ab9ce2c58 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 7 Feb 2024 08:10:28 -0500 Subject: [PATCH 0062/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index dfd24f7cd..6bd6fd8f7 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -219,8 +219,8 @@ "title": "分享Youtube视频(youtu.be)时,删除si/feature 参数以缩短链接" }, "shortsAutoScroll": { - "label": "Shorts auto scroll", - "title": "Automatically scrolls to the next short" + "label": "短视频自动下滑", + "title": "短视频播完后,自动下滑播放下一个" } }, "title": "其他设置" From dca82fb2e8cd49df9e41fa26efb53439ebb4f5de Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 8 Feb 2024 18:47:53 -0500 Subject: [PATCH 0063/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 392 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 392 insertions(+) create mode 100644 public/locales/sv-SE.json diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json new file mode 100644 index 000000000..0afd8d0ab --- /dev/null +++ b/public/locales/sv-SE.json @@ -0,0 +1,392 @@ +{ + "langCode": "en-US", + "langName": "English (US)", + "messages": { + "resumingVideo": "Resuming video at {{VIDEO_TIME}}", + "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "featureMenu": { + "label": "Feature menu" + }, + "loopButton": { + "label": "Loop", + "toggle": { + "off": "Loop off", + "on": "Loop on" + } + }, + "maximizePlayerButton": { + "label": "Maximize", + "toggle": { + "off": "Maximize off", + "on": "Maximize on" + } + }, + "openTranscriptButton": { + "label": "Open transcript" + }, + "screenshotButton": { + "copiedToClipboard": "Screenshot copied to clipboard", + "label": "Screenshot" + }, + "videoHistory": { + "resumeButton": "Resume", + "resumePrompt": { + "close": "Close" + } + }, + "volumeBoostButton": { + "label": "Volume Boost", + "toggle": { + "off": "Volume boost off", + "on": "Volume boost on" + } + } + } + }, + "options": { + "notifications": { + "error": { + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", + "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." + } + } + }, + "info": { + "reset": "All options have been reset to their default values.\nYou can now save the changes by clicking the \"Confirm\" button or discard them by closing this page or ignore this notification." + }, + "success": { + "saved": "Options saved." + } + } + } + }, + "settings": { + "clearData": { + "allDataDeleted": "All data has been deleted.", + "confirmAlert": "This will delete all extension data related to options. Continue?" + }, + "sections": { + "automaticQuality": { + "enable": { + "label": "Automatic quality adjustment", + "title": "Automatically adjusts the video quality to the selected level." + }, + "select": { + "label": "Player quality", + "title": "The quality to set the video to" + }, + "title": "Automatic quality settings" + }, + "bottomButtons": { + "clear": { + "title": "Clears all data this extension has stored on your machine", + "value": "Clear Data" + }, + "confirm": { + "title": "Confirm setting reset", + "value": "Confirm" + }, + "reset": { + "title": "Resets all settings to their defaults, Click the confirm button to save the changes", + "value": "Reset" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "loopButton": "Loop button", + "maximizePlayerButton": "Maximize button", + "openTranscriptButton": "Open Transcript button", + "screenshotButton": "Screenshot button", + "volumeBoostButton": "Volume Boost button" + }, + "options": { + "below_player": { + "placement": "below the player controls", + "value": "Below Player" + }, + "feature_menu": { + "placement": "in the feature menu", + "value": "Feature Menu" + }, + "player_controls_left": { + "placement": "on the left side of player controls", + "value": "Left Controls" + }, + "player_controls_right": { + "placement": "on the right side of player controls", + "value": "Right Controls" + } + }, + "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Button Placement Settings" + }, + "customCSS": { + "editor": { + "collapse": "Collapse Editor", + "expand": "Expand Editor", + "noProblems": "No problems found." + }, + "enable": { + "label": "Enable custom CSS", + "title": "Enables custom CSS to be applied to the page" + }, + "title": "Custom CSS Settings" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Menu Activation Type", + "options": { + "click": "Click", + "hover": "Hover" + }, + "title": "Select the method to activate the feature menu" + }, + "title": "Feature menu settings" + } + }, + "importExportSettings": { + "exportButton": { + "success": "Settings successfully exported", + "title": "Export settings to a JSON file", + "value": "Export Settings" + }, + "importButton": { + "error": { + "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", + "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" + }, + "success": "Settings imported successfully", + "title": "Import settings from a JSON file", + "value": "Import Settings" + } + }, + "language": { + "select": { + "label": "Language", + "title": "The language to use for the extension" + }, + "title": "Language" + }, + "miscellaneous": { + "features": { + "automaticTheaterMode": { + "label": "Automatic theater mode", + "title": "Automatically enables theater mode when you load a video" + }, + "hideScrollbar": { + "label": "Hide scrollbar", + "title": "Hides the pages scrollbar" + }, + "loopButton": { + "label": "Loop button", + "title": "Adds a button to the feature menu to loop the video you're watching" + }, + "maximizePlayerButton": { + "label": "Maximize player button", + "title": "Adds a button to the feature menu to maximize the player" + }, + "openTranscriptButton": { + "label": "Open transcript button", + "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + }, + "openYouTubeSettingsOnHover": { + "label": "Open YouTube settings on hover", + "title": "Opens the YouTube settings menu when you hover over the settings button" + }, + "remainingTime": { + "label": "Remaining time", + "title": "Shows the remaining time of the video you're watching" + }, + "rememberLastVolume": { + "label": "Remember last volume", + "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + }, + "removeRedirect": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + }, + "shareShortener": { + "label": "Shorten YouTube video share link", + "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + }, + "shortsAutoScroll": { + "label": "Shorts auto scroll", + "title": "Automatically scrolls to the next short" + } + }, + "title": "Miscellaneous settings" + }, + "onScreenDisplaySettings": { + "color": { + "label": "Color", + "options": { + "blue": "Blue", + "green": "Green", + "orange": "Orange", + "pink": "Pink", + "purple": "Purple", + "red": "Red", + "white": "White", + "yellow": "Yellow" + }, + "title": "Select the color for the On-Screen Display" + }, + "hide": { + "label": "Hide Delay", + "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" + }, + "opacity": { + "label": "Opacity", + "title": "Adjust the transparency of the On-Screen Display" + }, + "padding": { + "label": "Padding", + "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." + }, + "position": { + "label": "Position", + "options": { + "bottom_left": "Bottom Left", + "bottom_right": "Bottom Right", + "center": "Center", + "top_left": "Top Left", + "top_right": "Top Right" + }, + "title": "Select the position of the On-Screen Display" + }, + "title": "On-Screen Display Settings", + "type": { + "label": "Type", + "options": { + "line": "Line", + "no_display": "No display", + "round": "Round", + "text": "Text" + }, + "title": "Select the type of On-Screen Display" + } + }, + "playbackSpeed": { + "enable": { + "label": "Forced playback speed", + "title": "Sets the video speed to what you choose below" + }, + "select": { + "label": "Player speed", + "title": "The speed to set the video to" + }, + "title": "Playback speed settings" + }, + "screenshotButton": { + "enable": { + "label": "Screenshot button", + "title": "Adds a button to the player to take a screenshot of the video" + }, + "saveAs": { + "clipboard": "Clipboard", + "file": "File" + }, + "selectFormat": { + "label": "Screenshot format", + "title": "The format to save the screenshot in" + }, + "selectSaveAs": { + "label": "Screenshot save type", + "title": "The screenshot save type" + }, + "title": "Screenshot settings" + }, + "scrollWheelSpeedControl": { + "adjustmentSteps": { + "label": "Speed Change Per Scroll", + "title": "Adjust the speed change per scroll" + }, + "enable": { + "label": "Scroll wheel speed control", + "title": "Press a modifier key to enable speed adjustment with the scroll wheel." + }, + "optionLabel": "{{KEY}} key", + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + }, + "title": "Scroll wheel speed control settings" + }, + "scrollWheelVolumeControl": { + "adjustmentSteps": { + "label": "Volume Change Per Scroll", + "title": "Adjust the volume change per scroll" + }, + "enable": { + "label": "Scroll wheel volume control", + "title": "Lets you use the scroll wheel to control the volume of the video you're watching" + }, + "holdModifierKey": { + "enable": { + "label": "Enable when holding modifier key", + "title": "Press a modifier key to enable volume adjustment with the scroll wheel." + }, + "optionLabel": "{{KEY}} key", + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + } + }, + "holdRightClick": { + "enable": { + "label": "Enable when holding right click", + "title": "Hold right click to enable scroll wheel volume control" + } + }, + "title": "Scroll wheel volume control settings" + }, + "videoHistory": { + "enable": { + "label": "Track watched videos", + "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" + }, + "resumeType": { + "select": { + "label": "Resume type", + "options": { + "automatic": "Automatic", + "prompt": "Prompt" + }, + "title": "Select how you want to resume videos" + } + }, + "title": "Video history settings" + }, + "volumeBoost": { + "boostAmount": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by" + }, + "enable": { + "label": "Volume boost", + "title": "Enable volume boost" + }, + "mode": { + "select": { + "label": "Volume boost mode", + "options": { + "global": "Global", + "perVideo": "Per video" + }, + "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + } + }, + "title": "Volume boost settings" + } + } + } +} From 92ac63cd1caa0935dc6f5f3b8a555304db82ab8b Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 8 Feb 2024 19:44:41 -0500 Subject: [PATCH 0064/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 182 +++++++++++++++++++------------------- 1 file changed, 91 insertions(+), 91 deletions(-) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index 0afd8d0ab..99e743694 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -1,48 +1,48 @@ { "langCode": "en-US", - "langName": "English (US)", + "langName": "Engelska (US)", "messages": { - "resumingVideo": "Resuming video at {{VIDEO_TIME}}", - "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" + "resumingVideo": "Återupptar video vid {{VIDEO_TIME}}", + "settingVolume": "Ställa in volymökning till {{VOLUME_BOOST_AMOUNT}}" }, "pages": { "content": { "features": { "featureMenu": { - "label": "Feature menu" + "label": "Funktionsmeny" }, "loopButton": { - "label": "Loop", + "label": "Slinga", "toggle": { - "off": "Loop off", - "on": "Loop on" + "off": "Slinga av", + "on": "Slinga på" } }, "maximizePlayerButton": { - "label": "Maximize", + "label": "Maximera", "toggle": { - "off": "Maximize off", - "on": "Maximize on" + "off": "Maximera av", + "on": "Maximera på" } }, "openTranscriptButton": { "label": "Open transcript" }, "screenshotButton": { - "copiedToClipboard": "Screenshot copied to clipboard", - "label": "Screenshot" + "copiedToClipboard": "Skärmbild kopierad till urklipp", + "label": "Skärmbild" }, "videoHistory": { - "resumeButton": "Resume", + "resumeButton": "Återuppta", "resumePrompt": { - "close": "Close" + "close": "Stäng" } }, "volumeBoostButton": { - "label": "Volume Boost", + "label": "Volymökning", "toggle": { - "off": "Volume boost off", - "on": "Volume boost on" + "off": "Volymökning av", + "on": "Volymökning på" } } } @@ -61,14 +61,14 @@ "reset": "All options have been reset to their default values.\nYou can now save the changes by clicking the \"Confirm\" button or discard them by closing this page or ignore this notification." }, "success": { - "saved": "Options saved." + "saved": "Inställningarna sparade." } } } }, "settings": { "clearData": { - "allDataDeleted": "All data has been deleted.", + "allDataDeleted": "All data har tagits bort.", "confirmAlert": "This will delete all extension data related to options. Continue?" }, "sections": { @@ -78,53 +78,53 @@ "title": "Automatically adjusts the video quality to the selected level." }, "select": { - "label": "Player quality", + "label": "Spelarkvalitet", "title": "The quality to set the video to" }, - "title": "Automatic quality settings" + "title": "Automatisk kvalitetsinställningar" }, "bottomButtons": { "clear": { "title": "Clears all data this extension has stored on your machine", - "value": "Clear Data" + "value": "Rensa data" }, "confirm": { "title": "Confirm setting reset", - "value": "Confirm" + "value": "Bekräfta" }, "reset": { "title": "Resets all settings to their defaults, Click the confirm button to save the changes", - "value": "Reset" + "value": "Återställ" } }, "buttonPlacement": { "select": { "buttonNames": { - "loopButton": "Loop button", - "maximizePlayerButton": "Maximize button", + "loopButton": "Slingknapp", + "maximizePlayerButton": "Maximeraknapp", "openTranscriptButton": "Open Transcript button", - "screenshotButton": "Screenshot button", - "volumeBoostButton": "Volume Boost button" + "screenshotButton": "Skärmbildsknapp", + "volumeBoostButton": "Volymökningsknapp" }, "options": { "below_player": { - "placement": "below the player controls", - "value": "Below Player" + "placement": "under spelarkontrollerna", + "value": "Under spelaren" }, "feature_menu": { - "placement": "in the feature menu", - "value": "Feature Menu" + "placement": "i funktionsmenyn", + "value": "Funktionsmeny" }, "player_controls_left": { - "placement": "on the left side of player controls", - "value": "Left Controls" + "placement": "på vänster sida av spelarkontrollerna", + "value": "Vänster kontroller" }, "player_controls_right": { - "placement": "on the right side of player controls", - "value": "Right Controls" + "placement": "på höger sida av spelarkontrollerna", + "value": "Höger kontroller" } }, - "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + "title": "Placera {{BUTTON_NAME}} {{PLACEMENT}}" }, "title": "Button Placement Settings" }, @@ -132,20 +132,20 @@ "editor": { "collapse": "Collapse Editor", "expand": "Expand Editor", - "noProblems": "No problems found." + "noProblems": "Inga problem hittades." }, "enable": { - "label": "Enable custom CSS", + "label": "Aktivera anpassad CSS", "title": "Enables custom CSS to be applied to the page" }, - "title": "Custom CSS Settings" + "title": "Anpassade CSS-inställningar" }, "featureMenu": { "openType": { "select": { "label": "Menu Activation Type", "options": { - "click": "Click", + "click": "Klicka", "hover": "Hover" }, "title": "Select the method to activate the feature menu" @@ -156,8 +156,8 @@ "importExportSettings": { "exportButton": { "success": "Settings successfully exported", - "title": "Export settings to a JSON file", - "value": "Export Settings" + "title": "Exportera inställningarna till en JSON-fil", + "value": "Exportera Inställningar" }, "importButton": { "error": { @@ -165,16 +165,16 @@ "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" }, "success": "Settings imported successfully", - "title": "Import settings from a JSON file", - "value": "Import Settings" + "title": "Importera inställningarna från en JSON-fil", + "value": "Importera inställningar" } }, "language": { "select": { - "label": "Language", - "title": "The language to use for the extension" + "label": "Språk", + "title": "Språket som ska användas för tillägget" }, - "title": "Language" + "title": "Språk" }, "miscellaneous": { "features": { @@ -183,11 +183,11 @@ "title": "Automatically enables theater mode when you load a video" }, "hideScrollbar": { - "label": "Hide scrollbar", + "label": "Dölj rullningslisten", "title": "Hides the pages scrollbar" }, "loopButton": { - "label": "Loop button", + "label": "Slingknapp", "title": "Adds a button to the feature menu to loop the video you're watching" }, "maximizePlayerButton": { @@ -203,11 +203,11 @@ "title": "Opens the YouTube settings menu when you hover over the settings button" }, "remainingTime": { - "label": "Remaining time", + "label": "Återstående tid", "title": "Shows the remaining time of the video you're watching" }, "rememberLastVolume": { - "label": "Remember last volume", + "label": "Kom ihåg senaste volymen", "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" }, "removeRedirect": { @@ -227,21 +227,21 @@ }, "onScreenDisplaySettings": { "color": { - "label": "Color", + "label": "Färg", "options": { - "blue": "Blue", - "green": "Green", + "blue": "Blå", + "green": "Grön", "orange": "Orange", - "pink": "Pink", - "purple": "Purple", - "red": "Red", - "white": "White", - "yellow": "Yellow" + "pink": "Rosa", + "purple": "Lila", + "red": "Röd", + "white": "Vit", + "yellow": "Gul" }, "title": "Select the color for the On-Screen Display" }, "hide": { - "label": "Hide Delay", + "label": "Dölj fördröjning", "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" }, "opacity": { @@ -249,27 +249,27 @@ "title": "Adjust the transparency of the On-Screen Display" }, "padding": { - "label": "Padding", + "label": "Utfyllnad", "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." }, "position": { "label": "Position", "options": { - "bottom_left": "Bottom Left", - "bottom_right": "Bottom Right", - "center": "Center", - "top_left": "Top Left", - "top_right": "Top Right" + "bottom_left": "Nedre vänstra", + "bottom_right": "Nedre högra", + "center": "Mitten", + "top_left": "Övre vänstra", + "top_right": "Övre högra" }, "title": "Select the position of the On-Screen Display" }, "title": "On-Screen Display Settings", "type": { - "label": "Type", + "label": "Typ", "options": { - "line": "Line", + "line": "Rad", "no_display": "No display", - "round": "Round", + "round": "Rund", "text": "Text" }, "title": "Select the type of On-Screen Display" @@ -281,29 +281,29 @@ "title": "Sets the video speed to what you choose below" }, "select": { - "label": "Player speed", - "title": "The speed to set the video to" + "label": "Uppspelningshastighet", + "title": "Hastigheten att spela upp videon i" }, - "title": "Playback speed settings" + "title": "Inställningar för uppspelningshastighet" }, "screenshotButton": { "enable": { - "label": "Screenshot button", + "label": "Skärmbildsknapp", "title": "Adds a button to the player to take a screenshot of the video" }, "saveAs": { - "clipboard": "Clipboard", - "file": "File" + "clipboard": "Urklipp", + "file": "Fil" }, "selectFormat": { - "label": "Screenshot format", + "label": "Skärmbildsformat", "title": "The format to save the screenshot in" }, "selectSaveAs": { "label": "Screenshot save type", "title": "The screenshot save type" }, - "title": "Screenshot settings" + "title": "Skärmbildsinställningar" }, "scrollWheelSpeedControl": { "adjustmentSteps": { @@ -314,10 +314,10 @@ "label": "Scroll wheel speed control", "title": "Press a modifier key to enable speed adjustment with the scroll wheel." }, - "optionLabel": "{{KEY}} key", + "optionLabel": "{{KEY}}-tangent", "select": { - "label": "Modifier key", - "title": "The modifier key to use" + "label": "Modifieringstangent", + "title": "Modifieringstangent att använda" }, "title": "Scroll wheel speed control settings" }, @@ -335,9 +335,9 @@ "label": "Enable when holding modifier key", "title": "Press a modifier key to enable volume adjustment with the scroll wheel." }, - "optionLabel": "{{KEY}} key", + "optionLabel": "{{KEY}}-tangent", "select": { - "label": "Modifier key", + "label": "Modifieringstangent", "title": "The modifier key to use" } }, @@ -358,26 +358,26 @@ "select": { "label": "Resume type", "options": { - "automatic": "Automatic", + "automatic": "Automatisk", "prompt": "Prompt" }, - "title": "Select how you want to resume videos" + "title": "Välj hur du vill återuppta videor" } }, "title": "Video history settings" }, "volumeBoost": { "boostAmount": { - "label": "Volume boost amount (dB)", - "title": "The amount to boost the volume by" + "label": "Volymökningsmängd (dB)", + "title": "Hur mycket ljudet ska öka med" }, "enable": { - "label": "Volume boost", - "title": "Enable volume boost" + "label": "Volymökning", + "title": "Aktivera volymökning" }, "mode": { "select": { - "label": "Volume boost mode", + "label": "Volymökningsläge", "options": { "global": "Global", "perVideo": "Per video" @@ -385,7 +385,7 @@ "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." } }, - "title": "Volume boost settings" + "title": "Inställningar för volymökning" } } } From 9de7cc3a748e2b7afd139da961ad0a470eb02dda Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 9 Feb 2024 15:32:43 -0500 Subject: [PATCH 0065/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index 99e743694..a5541803e 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -155,7 +155,7 @@ }, "importExportSettings": { "exportButton": { - "success": "Settings successfully exported", + "success": "Inställningar har exporterats", "title": "Exportera inställningarna till en JSON-fil", "value": "Exportera Inställningar" }, @@ -164,7 +164,7 @@ "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" }, - "success": "Settings imported successfully", + "success": "Inställningar har importerats", "title": "Importera inställningarna från en JSON-fil", "value": "Importera inställningar" } @@ -179,28 +179,28 @@ "miscellaneous": { "features": { "automaticTheaterMode": { - "label": "Automatic theater mode", - "title": "Automatically enables theater mode when you load a video" + "label": "Automatiskt teaterläge", + "title": "Aktiverar automatiskt teaterläge när du startar en video" }, "hideScrollbar": { "label": "Dölj rullningslisten", - "title": "Hides the pages scrollbar" + "title": "Döljer sidornas rullningsfält" }, "loopButton": { "label": "Slingknapp", - "title": "Adds a button to the feature menu to loop the video you're watching" + "title": "Lägger till en knapp i funktionsmenyn för att slinga videon du tittar på" }, "maximizePlayerButton": { - "label": "Maximize player button", - "title": "Adds a button to the feature menu to maximize the player" + "label": "Maximeringsknapp för spelaren", + "title": "Lägger till en knapp i funktionsmenyn för att maximera spelaren" }, "openTranscriptButton": { - "label": "Open transcript button", - "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + "label": "Öppningsknapp för transkript", + "title": "Lägger till en knapp i funktionsmenyn för att visa transkript av videon du tittar på" }, "openYouTubeSettingsOnHover": { - "label": "Open YouTube settings on hover", - "title": "Opens the YouTube settings menu when you hover over the settings button" + "label": "Öppna YouTube-inställningar vid musöver", + "title": "Öppnar YouTube-inställningsmenyn när du håller muspekaren över inställningsknappen" }, "remainingTime": { "label": "Återstående tid", From c80e3dcd956ca6d9f15fce4082be4564b1415c79 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 9 Feb 2024 16:40:41 -0500 Subject: [PATCH 0066/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 92 +++++++++++++++++++-------------------- 1 file changed, 46 insertions(+), 46 deletions(-) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index a5541803e..5b99bcaf2 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -126,27 +126,27 @@ }, "title": "Placera {{BUTTON_NAME}} {{PLACEMENT}}" }, - "title": "Button Placement Settings" + "title": "Inställningar för knappplacering" }, "customCSS": { "editor": { - "collapse": "Collapse Editor", - "expand": "Expand Editor", + "collapse": "Fäll ihop redigeraren", + "expand": "Fäll ut redigeraren", "noProblems": "Inga problem hittades." }, "enable": { "label": "Aktivera anpassad CSS", - "title": "Enables custom CSS to be applied to the page" + "title": "Aktiverar anpassad CSS som ska tillämpas på sidan" }, "title": "Anpassade CSS-inställningar" }, "featureMenu": { "openType": { "select": { - "label": "Menu Activation Type", + "label": "Aktiveringstyp för menyn", "options": { "click": "Klicka", - "hover": "Hover" + "hover": "Musöver" }, "title": "Select the method to activate the feature menu" }, @@ -204,14 +204,14 @@ }, "remainingTime": { "label": "Återstående tid", - "title": "Shows the remaining time of the video you're watching" + "title": "Visar återstående tid för videon du tittar på" }, "rememberLastVolume": { "label": "Kom ihåg senaste volymen", - "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + "title": "Kommer ihåg volymen på den senaste videon du tittade på och ställer in den när du öppnar en ny video" }, "removeRedirect": { - "label": "Remove YouTube /redirect URLs", + "label": "Ta bort YouTube /omdirigeringswebbadresser", "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" }, "shareShortener": { @@ -223,7 +223,7 @@ "title": "Automatically scrolls to the next short" } }, - "title": "Miscellaneous settings" + "title": "Övriga inställningar" }, "onScreenDisplaySettings": { "color": { @@ -238,19 +238,19 @@ "white": "Vit", "yellow": "Gul" }, - "title": "Select the color for the On-Screen Display" + "title": "Välj färgen för On-Screen Display" }, "hide": { "label": "Dölj fördröjning", - "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" + "title": "Ange tiden i millisekunder innan On-Screen Display automatiskt döljs" }, "opacity": { - "label": "Opacity", - "title": "Adjust the transparency of the On-Screen Display" + "label": "Genomskinlighet", + "title": "Justera genomskinligheten för On-Screen Display" }, "padding": { "label": "Utfyllnad", - "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." + "title": "Justera avståndet runt On-Screen Display i pixlar. Detta gäller specifikt för hörn On-Screen Display." }, "position": { "label": "Position", @@ -261,24 +261,24 @@ "top_left": "Övre vänstra", "top_right": "Övre högra" }, - "title": "Select the position of the On-Screen Display" + "title": "Välj placering av On-Screen Display" }, - "title": "On-Screen Display Settings", + "title": "On-Screen Display-inställningar", "type": { "label": "Typ", "options": { "line": "Rad", - "no_display": "No display", + "no_display": "Ingen visning", "round": "Rund", "text": "Text" }, - "title": "Select the type of On-Screen Display" + "title": "Välj typ av On-Screen Display" } }, "playbackSpeed": { "enable": { - "label": "Forced playback speed", - "title": "Sets the video speed to what you choose below" + "label": "Tvingad uppspelningshastighet", + "title": "Ställer in videohastigheten till det du väljer nedan" }, "select": { "label": "Uppspelningshastighet", @@ -289,7 +289,7 @@ "screenshotButton": { "enable": { "label": "Skärmbildsknapp", - "title": "Adds a button to the player to take a screenshot of the video" + "title": "Lägger till en knapp till spelaren för att ta en skärmbild av videon" }, "saveAs": { "clipboard": "Urklipp", @@ -297,74 +297,74 @@ }, "selectFormat": { "label": "Skärmbildsformat", - "title": "The format to save the screenshot in" + "title": "Formatet för att spara skärmbilden i" }, "selectSaveAs": { - "label": "Screenshot save type", - "title": "The screenshot save type" + "label": "Skärmbildstyp att spara i", + "title": "Skärmbildens spartyp" }, "title": "Skärmbildsinställningar" }, "scrollWheelSpeedControl": { "adjustmentSteps": { - "label": "Speed Change Per Scroll", - "title": "Adjust the speed change per scroll" + "label": "Hastighetsändring per rullning", + "title": "Justera hastighetsändringen per rullning" }, "enable": { - "label": "Scroll wheel speed control", - "title": "Press a modifier key to enable speed adjustment with the scroll wheel." + "label": "Hastighetsändring med rullningshjulet", + "title": "Tryck på en modifierartangent för att aktivera hastighetsjustering med rullningshjulet." }, "optionLabel": "{{KEY}}-tangent", "select": { "label": "Modifieringstangent", "title": "Modifieringstangent att använda" }, - "title": "Scroll wheel speed control settings" + "title": "Inställningar för rullningshjulets hastighetsändring" }, "scrollWheelVolumeControl": { "adjustmentSteps": { - "label": "Volume Change Per Scroll", - "title": "Adjust the volume change per scroll" + "label": "Volymändring per rullning", + "title": "Justera volymändringen per rullning" }, "enable": { - "label": "Scroll wheel volume control", - "title": "Lets you use the scroll wheel to control the volume of the video you're watching" + "label": "Volymändring med rullningshjulet", + "title": "Låter dig använda rullningshjulet för att ändra volymen på videon du tittar på" }, "holdModifierKey": { "enable": { - "label": "Enable when holding modifier key", - "title": "Press a modifier key to enable volume adjustment with the scroll wheel." + "label": "Aktivera när du håller ner modifieringstangenten", + "title": "Tryck på en modifierartangent för att aktivera hastighetsändringen med rullningshjulet." }, "optionLabel": "{{KEY}}-tangent", "select": { "label": "Modifieringstangent", - "title": "The modifier key to use" + "title": "Modifieringstangent att använda" } }, "holdRightClick": { "enable": { - "label": "Enable when holding right click", - "title": "Hold right click to enable scroll wheel volume control" + "label": "Aktivera när du håller ner höger musknapp", + "title": "Håll höger musknapp nertryckt för att aktivera rullningshjulets volymkontroll" } }, - "title": "Scroll wheel volume control settings" + "title": "Rullningshjulets volyminställningar" }, "videoHistory": { "enable": { - "label": "Track watched videos", - "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" + "label": "Håll reda på visade videor", + "title": "Håller reda på var du slutade på videor du tittade på och gör det möjligt att återuppta uppspelningen" }, "resumeType": { "select": { - "label": "Resume type", + "label": "Återupptagningstyp", "options": { "automatic": "Automatisk", - "prompt": "Prompt" + "prompt": "Fråga" }, "title": "Välj hur du vill återuppta videor" } }, - "title": "Video history settings" + "title": "Inställningar för videohistorik" }, "volumeBoost": { "boostAmount": { @@ -382,7 +382,7 @@ "global": "Global", "perVideo": "Per video" }, - "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + "title": "Välj hur volymökning tillämpas. \"Per video\" gör det möjligt att aktivera ökning för varje video individuellt i funktionsmenyn. 'Global' gäller ökning för alla videor när volymökning är aktiverat." } }, "title": "Inställningar för volymökning" From fdff81ec5f540ec7c468d433a3082dd8f98a1b9d Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 11 Feb 2024 16:48:30 -0500 Subject: [PATCH 0067/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index 5b99bcaf2..1e87321a5 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -26,7 +26,7 @@ } }, "openTranscriptButton": { - "label": "Open transcript" + "label": "Öppna transkript" }, "screenshotButton": { "copiedToClipboard": "Skärmbild kopierad till urklipp", @@ -74,26 +74,26 @@ "sections": { "automaticQuality": { "enable": { - "label": "Automatic quality adjustment", - "title": "Automatically adjusts the video quality to the selected level." + "label": "Automatisk kvalitetsjustering", + "title": "Justerar automatiskt videokvaliteten till den valda nivån." }, "select": { "label": "Spelarkvalitet", - "title": "The quality to set the video to" + "title": "Kvaliteten för att ställa in videon till" }, "title": "Automatisk kvalitetsinställningar" }, "bottomButtons": { "clear": { - "title": "Clears all data this extension has stored on your machine", + "title": "Rensar all data som detta tillägg har lagrat på din dator", "value": "Rensa data" }, "confirm": { - "title": "Confirm setting reset", + "title": "Bekräfta återställning av inställningar", "value": "Bekräfta" }, "reset": { - "title": "Resets all settings to their defaults, Click the confirm button to save the changes", + "title": "Återställer alla inställningar till sina standardinställningar, Klicka på bekräftelseknappen för att spara ändringarna", "value": "Återställ" } }, @@ -102,7 +102,7 @@ "buttonNames": { "loopButton": "Slingknapp", "maximizePlayerButton": "Maximeraknapp", - "openTranscriptButton": "Open Transcript button", + "openTranscriptButton": "Öppna transkriptknapp", "screenshotButton": "Skärmbildsknapp", "volumeBoostButton": "Volymökningsknapp" }, @@ -148,9 +148,9 @@ "click": "Klicka", "hover": "Musöver" }, - "title": "Select the method to activate the feature menu" + "title": "Välj metod för att aktivera funktionsmenyn" }, - "title": "Feature menu settings" + "title": "Inställningar för funktionsmeny" } }, "importExportSettings": { @@ -161,8 +161,8 @@ }, "importButton": { "error": { - "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", - "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" + "unknown": "Fel vid import av inställningar. Kontrollera filformatet.\nEtt okänt fel uppstod.", + "validation": "Fel vid import av inställningar. Kontrollera filformatet.\n{{ERROR_MESSAGE}}" }, "success": "Inställningar har importerats", "title": "Importera inställningarna från en JSON-fil", @@ -212,15 +212,15 @@ }, "removeRedirect": { "label": "Ta bort YouTube /omdirigeringswebbadresser", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + "title": "Ersätter YouTube-omdirigering genom faktiska webbadresser, hoppar över omdirigeringsvarningsdialog" }, "shareShortener": { - "label": "Shorten YouTube video share link", - "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + "label": "Förkorta YouTube-videons delningslänk", + "title": "Förkortar YouTube-videons delningslänk (youtu.be) genom att ta bort si/funktionsparametrar från den" }, "shortsAutoScroll": { - "label": "Shorts auto scroll", - "title": "Automatically scrolls to the next short" + "label": "Automatisk rullning för shorts", + "title": "Rullar automatiskt till nästa shorts" } }, "title": "Övriga inställningar" From ba0005b308795f59ef044b1e76801c93ed758c3d Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 11 Feb 2024 18:14:51 -0500 Subject: [PATCH 0068/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index 1e87321a5..657a1862b 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -1,6 +1,6 @@ { "langCode": "en-US", - "langName": "Engelska (US)", + "langName": "Svenska (SV)", "messages": { "resumingVideo": "Återupptar video vid {{VIDEO_TIME}}", "settingVolume": "Ställa in volymökning till {{VOLUME_BOOST_AMOUNT}}" @@ -52,13 +52,13 @@ "error": { "scrollWheelHoldModifierKey": { "sameKey": { - "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", - "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." + "speedControl": "Rullningshjulets modifieringstangent för hastighetsreglering kan inte vara densamma modifieringstangent som rullningshjulets volymreglering.", + "volumeControl": "Rullningshjulets modifieringstangent för volymreglering kan inte vara densamma modifieringstangent som rullningshjulets hastighetsreglering." } } }, "info": { - "reset": "All options have been reset to their default values.\nYou can now save the changes by clicking the \"Confirm\" button or discard them by closing this page or ignore this notification." + "reset": "Alla alternativ har återställts till sina standardvärden.\nDu kan nu spara ändringarna genom att klicka på knappen \"Bekräfta\" eller örkasta dem genom att stänga denna sida eller ignorera detta meddelande." }, "success": { "saved": "Inställningarna sparade." @@ -69,7 +69,7 @@ "settings": { "clearData": { "allDataDeleted": "All data har tagits bort.", - "confirmAlert": "This will delete all extension data related to options. Continue?" + "confirmAlert": "Detta kommer att ta bort alla tilläggsdata relaterade till alternativen. Fortsätta?" }, "sections": { "automaticQuality": { From 8ebd0281ebf90b23c64c7aef4fa93bc1878fa5bf Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 12 Feb 2024 15:57:41 -0500 Subject: [PATCH 0069/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index a483be6e9..b8025f005 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -211,16 +211,16 @@ "title": "新ビデオの音量を前動画の音量に変化する。" }, "removeRedirect": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + "label": "YouTubeのリダイレクトURLを削除する", + "title": "YouTubeリダイレクトを実物なURLを換えして、リダイレクト注意を抜かします" }, "shareShortener": { - "label": "Shorten YouTube video share link", - "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + "label": "YouTube動画のURLを短縮する", + "title": "YouTube動画のURLに機能パラメータを削除して短縮する(youtu.be)" }, "shortsAutoScroll": { - "label": "Shorts auto scroll", - "title": "Automatically scrolls to the next short" + "label": "ショートの自動スクロール", + "title": "次のショートを自動にスクロールする" } }, "title": "他の設定" From 500fa14d0255fbf7a68807395898606e2394f64f Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 13 Feb 2024 14:28:59 -0500 Subject: [PATCH 0070/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index 4178924f2..85d3d6eeb 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -211,16 +211,16 @@ "title": "Запоминает громкость последнего видео, которое вы смотрели и устанавливает это значение при открытии нового видео" }, "removeRedirect": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + "label": "Убрать YouTube /redirect ссылки", + "title": "Заменяет /redirect ссылки на актуальные, убирая предупреждение о переходе на другой ресурс" }, "shareShortener": { - "label": "Shorten YouTube video share link", - "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + "label": "Укоротить ссылку с кнопки \"Поделиться\"", + "title": "Укорачивает ссылку с кнопки \"Поделиться\" (youtu.be), убирая параметры si/feature из нее" }, "shortsAutoScroll": { - "label": "Shorts auto scroll", - "title": "Automatically scrolls to the next short" + "label": "Автоматическая прокрутка Shorts", + "title": "Автоматически скроллит до следующего Shorts" } }, "title": "Прочие параметры" @@ -351,17 +351,17 @@ }, "videoHistory": { "enable": { - "label": "Track watched videos", - "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" + "label": "Отслеживание таймкода просматриваемого видео", + "title": "Отслеживает, на каком моменте вы остановили просмотр видео и продолжает с него" }, "resumeType": { "select": { - "label": "Resume type", + "label": "Тип возобновления", "options": { - "automatic": "Automatic", - "prompt": "Prompt" + "automatic": "Автоматически", + "prompt": "Запрашивать" }, - "title": "Select how you want to resume videos" + "title": "Выберите, как вы хотите возобновлять просмотр видео" } }, "title": "Video history settings" From 1d0f794e994e72343d482deee07e93d1677de341 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 13 Feb 2024 15:37:29 -0500 Subject: [PATCH 0071/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index 85d3d6eeb..17083fcbf 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -364,7 +364,7 @@ "title": "Выберите, как вы хотите возобновлять просмотр видео" } }, - "title": "Video history settings" + "title": "Настройки отслеживания" }, "volumeBoost": { "boostAmount": { From 82dabe4f6bfb36f457755b5f6ec67badeea43a26 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 13 Feb 2024 20:10:18 -0500 Subject: [PATCH 0072/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index b8025f005..0ef22f683 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -186,6 +186,10 @@ "label": "スクロールバー隠す機能", "title": "ページのスクロールバーを隠す" }, + "hideShorts": { + "label": "Hide shorts", + "title": "Hides all shorts" + }, "loopButton": { "label": "動画ループボタン", "title": "動画をループするボタンをフィーチャー・メニューに追加する" From 0c1edf74a1384a4ee3edb5b3058c65ba911c2d64 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 13 Feb 2024 20:10:19 -0500 Subject: [PATCH 0073/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index 6bd6fd8f7..766c1aa8b 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -186,6 +186,10 @@ "label": "启用隐藏滚动条", "title": "隐藏页面滚动条" }, + "hideShorts": { + "label": "Hide shorts", + "title": "Hides all shorts" + }, "loopButton": { "label": "循环按钮", "title": "在功能菜单中添加一个按钮来循环你正在观看的视频" From e7bf1e093de78df4f3f47914ae4a1de8e8d15c71 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 13 Feb 2024 20:10:20 -0500 Subject: [PATCH 0074/1783] New translations en-us.json (French) --- public/locales/fr-FR.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/fr-FR.json b/public/locales/fr-FR.json index 1fb1fc99e..bc23e0c43 100644 --- a/public/locales/fr-FR.json +++ b/public/locales/fr-FR.json @@ -186,6 +186,10 @@ "label": "Cacher la barre de défilement", "title": "Cache la barre de défilement des pages" }, + "hideShorts": { + "label": "Hide shorts", + "title": "Hides all shorts" + }, "loopButton": { "label": "Bouton de boucle", "title": "Ajoute un bouton au menu de fonctionnalité pour regarder la vidéo en boucle" From 8d4a53a0fe36f21b00f4129804f5ddeb28193ed6 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 13 Feb 2024 20:10:20 -0500 Subject: [PATCH 0075/1783] New translations en-us.json (Spanish) --- public/locales/es-ES.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index d49e63e63..d6f4e4502 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -186,6 +186,10 @@ "label": "Ocultar barra de desplazamiento", "title": "Oculta la barra de desplazamiento de la página" }, + "hideShorts": { + "label": "Hide shorts", + "title": "Hides all shorts" + }, "loopButton": { "label": "Botón de bucle", "title": "Añade un botón al menú para poner en bucle el vídeo que estás viendo" From 0958a4bf078cf10eeb9f3d19b5253de0cde27bee Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 13 Feb 2024 20:10:21 -0500 Subject: [PATCH 0076/1783] New translations en-us.json (Catalan) --- public/locales/ca-ES.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/ca-ES.json b/public/locales/ca-ES.json index 3f97dfe82..98bab5b40 100644 --- a/public/locales/ca-ES.json +++ b/public/locales/ca-ES.json @@ -186,6 +186,10 @@ "label": "Hide scrollbar", "title": "Hides the pages scrollbar" }, + "hideShorts": { + "label": "Hide shorts", + "title": "Hides all shorts" + }, "loopButton": { "label": "Loop button", "title": "Adds a button to the feature menu to loop the video you're watching" From 9a639386c9175ae7071f037116b53df55e7f4f3d Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 13 Feb 2024 20:10:22 -0500 Subject: [PATCH 0077/1783] New translations en-us.json (Czech) --- public/locales/cs-CZ.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/cs-CZ.json b/public/locales/cs-CZ.json index c11eacd99..8d54ca80e 100644 --- a/public/locales/cs-CZ.json +++ b/public/locales/cs-CZ.json @@ -186,6 +186,10 @@ "label": "Hide scrollbar", "title": "Hides the pages scrollbar" }, + "hideShorts": { + "label": "Hide shorts", + "title": "Hides all shorts" + }, "loopButton": { "label": "Loop button", "title": "Adds a button to the feature menu to loop the video you're watching" From 20c57f38f3a93dc11bb428b3f9b8a5f691046a64 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 13 Feb 2024 20:10:23 -0500 Subject: [PATCH 0078/1783] New translations en-us.json (German) --- public/locales/de-DE.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/de-DE.json b/public/locales/de-DE.json index 42956fde2..05f53cbb4 100644 --- a/public/locales/de-DE.json +++ b/public/locales/de-DE.json @@ -186,6 +186,10 @@ "label": "Scrollbar ausblenden", "title": "Versteckt die Scrollleiste" }, + "hideShorts": { + "label": "Hide shorts", + "title": "Hides all shorts" + }, "loopButton": { "label": "Dauerschleife-Button", "title": "Adds a button to the feature menu to loop the video you're watching" From f8b1c719ad80009e282af96ea52de5f29606af7c Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 13 Feb 2024 20:10:24 -0500 Subject: [PATCH 0079/1783] New translations en-us.json (Hebrew) --- public/locales/he-IL.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/he-IL.json b/public/locales/he-IL.json index 76abd1c71..5a972baa2 100644 --- a/public/locales/he-IL.json +++ b/public/locales/he-IL.json @@ -186,6 +186,10 @@ "label": "Hide scrollbar", "title": "Hides the pages scrollbar" }, + "hideShorts": { + "label": "Hide shorts", + "title": "Hides all shorts" + }, "loopButton": { "label": "Loop button", "title": "Adds a button to the feature menu to loop the video you're watching" From 1a2ad712a6f4209014d58b69465eb012bf83ed39 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 13 Feb 2024 20:10:25 -0500 Subject: [PATCH 0080/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index 718f60086..85b23f30e 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -186,6 +186,10 @@ "label": "Hide scrollbar", "title": "Hides the pages scrollbar" }, + "hideShorts": { + "label": "Hide shorts", + "title": "Hides all shorts" + }, "loopButton": { "label": "Loop button", "title": "Adds a button to the feature menu to loop the video you're watching" From f5bd73d3676e0dceabd82efecf7b018c44af4e3e Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 13 Feb 2024 20:10:26 -0500 Subject: [PATCH 0081/1783] New translations en-us.json (Polish) --- public/locales/pl-PL.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/pl-PL.json b/public/locales/pl-PL.json index cb41adef6..78248c0e3 100644 --- a/public/locales/pl-PL.json +++ b/public/locales/pl-PL.json @@ -186,6 +186,10 @@ "label": "Hide scrollbar", "title": "Hides the pages scrollbar" }, + "hideShorts": { + "label": "Hide shorts", + "title": "Hides all shorts" + }, "loopButton": { "label": "Loop button", "title": "Adds a button to the feature menu to loop the video you're watching" From fbbf69834d43f44a555db0d4478b3ed403cb4e49 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 13 Feb 2024 20:10:27 -0500 Subject: [PATCH 0082/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index 17083fcbf..c9b04ab5d 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -186,6 +186,10 @@ "label": "Включить скрытие полосы прокрутки страницы", "title": "Скрывает полосу прокрутки страницы" }, + "hideShorts": { + "label": "Hide shorts", + "title": "Hides all shorts" + }, "loopButton": { "label": "Включить кнопку «Зациклить»", "title": "Добавляет кнопку в меню функций для автоматического повтора просмотренного видео (зацикливание)" From 7015ae8b1e97fa5d478baef6736c5b93cd3cf342 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 13 Feb 2024 20:10:28 -0500 Subject: [PATCH 0083/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index f0159bef2..73c2ff87c 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -186,6 +186,10 @@ "label": "Kaydırma çubuğu gizlemeyi etkinleştir", "title": "Sayfa kaydırma çubuğunu gizler" }, + "hideShorts": { + "label": "Hide shorts", + "title": "Hides all shorts" + }, "loopButton": { "label": "Tekrarlama düğmesi", "title": "İzlediğiniz videoyu döngüye almak için özellik menüsüne bir düğme ekler" From da9896579bfff09419a4bb0308791d69719bdb73 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 13 Feb 2024 20:10:29 -0500 Subject: [PATCH 0084/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index ce59e3103..d101e2f87 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -186,6 +186,10 @@ "label": "隱藏捲軸", "title": "隱藏頁面捲軸" }, + "hideShorts": { + "label": "Hide shorts", + "title": "Hides all shorts" + }, "loopButton": { "label": "循環按鈕", "title": "加入按鈕循環播放當前影片" From cf81587182c9ff3808e6684cacce91b563154500 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 13 Feb 2024 20:10:29 -0500 Subject: [PATCH 0085/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index 6a98f2370..3fb12c57a 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -186,6 +186,10 @@ "label": "Ocultar a barra de rolagem", "title": "Oculta a barra de rolagem da página" }, + "hideShorts": { + "label": "Hide shorts", + "title": "Hides all shorts" + }, "loopButton": { "label": "Botão de Repetir", "title": "Adiciona um botão ao menu do recurso para repetir o vídeo que você está assistindo" From cb69484c043d378d070cb26de7b21228a7438c3c Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 13 Feb 2024 20:10:30 -0500 Subject: [PATCH 0086/1783] New translations en-us.json (Persian) --- public/locales/fa-IR.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/fa-IR.json b/public/locales/fa-IR.json index 51cbdc9d8..4b53f5970 100644 --- a/public/locales/fa-IR.json +++ b/public/locales/fa-IR.json @@ -186,6 +186,10 @@ "label": "Hide scrollbar", "title": "Hides the pages scrollbar" }, + "hideShorts": { + "label": "Hide shorts", + "title": "Hides all shorts" + }, "loopButton": { "label": "Loop button", "title": "Adds a button to the feature menu to loop the video you're watching" From 142b02ffc5580b2edb3511a35f1ef22773675bf8 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 13 Feb 2024 20:10:31 -0500 Subject: [PATCH 0087/1783] New translations en-us.json (Hindi) --- public/locales/hi-IN.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/hi-IN.json b/public/locales/hi-IN.json index a46534d45..d8290dcb7 100644 --- a/public/locales/hi-IN.json +++ b/public/locales/hi-IN.json @@ -186,6 +186,10 @@ "label": "Hide scrollbar", "title": "Hides the pages scrollbar" }, + "hideShorts": { + "label": "Hide shorts", + "title": "Hides all shorts" + }, "loopButton": { "label": "Loop button", "title": "Adds a button to the feature menu to loop the video you're watching" From cbee35ac23331545b37cbc36ce5989406f554433 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 13 Feb 2024 20:10:32 -0500 Subject: [PATCH 0088/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index 657a1862b..f39b9585a 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -186,6 +186,10 @@ "label": "Dölj rullningslisten", "title": "Döljer sidornas rullningsfält" }, + "hideShorts": { + "label": "Hide shorts", + "title": "Hides all shorts" + }, "loopButton": { "label": "Slingknapp", "title": "Lägger till en knapp i funktionsmenyn för att slinga videon du tittar på" From f8413180dcd6e4eefc4a9eb593ec1b8b52372ef0 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 14 Feb 2024 01:19:35 -0500 Subject: [PATCH 0089/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index d101e2f87..f6bf1b8e5 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -187,8 +187,8 @@ "title": "隱藏頁面捲軸" }, "hideShorts": { - "label": "Hide shorts", - "title": "Hides all shorts" + "label": "隱藏 Shorts", + "title": "隱藏全部 Shorts" }, "loopButton": { "label": "循環按鈕", From 76a74747fbc2e1cf21fb91ac0a3083d00a73683b Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 14 Feb 2024 08:47:32 -0500 Subject: [PATCH 0090/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index 0ef22f683..7c8ffef68 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -187,8 +187,8 @@ "title": "ページのスクロールバーを隠す" }, "hideShorts": { - "label": "Hide shorts", - "title": "Hides all shorts" + "label": "ショートを隠す", + "title": "全ショートを隠す" }, "loopButton": { "label": "動画ループボタン", From 08ee66d696cf94d27bf38376a1b2636723517788 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 15 Feb 2024 10:11:42 -0500 Subject: [PATCH 0091/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index f39b9585a..1196a46fa 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -187,8 +187,8 @@ "title": "Döljer sidornas rullningsfält" }, "hideShorts": { - "label": "Hide shorts", - "title": "Hides all shorts" + "label": "Dölj shorts", + "title": "Gömmer alla shorts" }, "loopButton": { "label": "Slingknapp", From ff8f583bb71f78c6bf23e9d1fa7eb5e70e2b5421 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 15 Feb 2024 11:28:05 -0500 Subject: [PATCH 0092/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index 1196a46fa..0bb32223c 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -215,7 +215,7 @@ "title": "Kommer ihåg volymen på den senaste videon du tittade på och ställer in den när du öppnar en ny video" }, "removeRedirect": { - "label": "Ta bort YouTube /omdirigeringswebbadresser", + "label": "Ta bort YouTube-omdirigeringswebbadresser", "title": "Ersätter YouTube-omdirigering genom faktiska webbadresser, hoppar över omdirigeringsvarningsdialog" }, "shareShortener": { From ba36d9d640267bbb35010a27dd962bcb4ce2ddab Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 16 Feb 2024 03:37:16 -0500 Subject: [PATCH 0093/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index 73c2ff87c..9fe7cae84 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -187,8 +187,8 @@ "title": "Sayfa kaydırma çubuğunu gizler" }, "hideShorts": { - "label": "Hide shorts", - "title": "Hides all shorts" + "label": "Kısa videoları gizle", + "title": "Tüm kısa videoları gizler" }, "loopButton": { "label": "Tekrarlama düğmesi", From 4e0391cf7d02db233d8734ce888a236f3bc414ee Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 16 Feb 2024 09:23:44 -0500 Subject: [PATCH 0094/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index 766c1aa8b..5d34518a7 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -187,8 +187,8 @@ "title": "隐藏页面滚动条" }, "hideShorts": { - "label": "Hide shorts", - "title": "Hides all shorts" + "label": "隐藏短视频", + "title": "隐藏所有短视频" }, "loopButton": { "label": "循环按钮", From 8a95a6c292436e7db5284757935cf024b48a487e Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 20 Feb 2024 13:22:41 -0500 Subject: [PATCH 0095/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index 0bb32223c..037e9a68d 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -188,7 +188,7 @@ }, "hideShorts": { "label": "Dölj shorts", - "title": "Gömmer alla shorts" + "title": "Döljer alla shorts" }, "loopButton": { "label": "Slingknapp", From 80e16376947b5fc173d90a88dbcde68ce89cb00d Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 26 Feb 2024 04:55:40 -0500 Subject: [PATCH 0096/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index 9fe7cae84..2be05b8f9 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -3,7 +3,7 @@ "langName": "Türkçe", "messages": { "resumingVideo": "{{VIDEO_TIME}} tarihinde videoyu devam ettir", - "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" + "settingVolume": "Ses güçlendirmesini {{VOLUME_BOOST_AMOUNT}} olarak ayarla" }, "pages": { "content": { @@ -136,7 +136,7 @@ }, "enable": { "label": "Özel CSS'yi etkinleştir", - "title": "Enables custom CSS to be applied to the page" + "title": "Özel CSS'nin sayfaya uygulanmasını sağlar" }, "title": "Özel CSS Ayarları" }, @@ -200,7 +200,7 @@ }, "openTranscriptButton": { "label": "Not dökümü düğmesini gizle", - "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + "title": "İzlediğiniz videonun metnini açmak için özellik menüsüne bir düğme ekler" }, "openYouTubeSettingsOnHover": { "label": "Fare ile üzerine gelerek Youtube ayarlarını açın", @@ -208,11 +208,11 @@ }, "remainingTime": { "label": "Kalan süre", - "title": "Shows the remaining time of the video you're watching" + "title": "İzlediğiniz videonun kalan süresini gösterir" }, "rememberLastVolume": { "label": "Son ses hacmini hatırla", - "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + "title": "İzlediğiniz son videonun ses seviyesini hatırlar ve yeni bir video açtığınızda bu ses seviyesine ayarlar" }, "removeRedirect": { "label": "YouTube yönlendirme bağlantılarını kaldır", @@ -242,7 +242,7 @@ "white": "Beyaz", "yellow": "Sarı" }, - "title": "Select the color for the On-Screen Display" + "title": "Ekran göstergesinin rengini seçin" }, "hide": { "label": "Gecikmeyi Gizle", @@ -286,7 +286,7 @@ }, "select": { "label": "Oynatma hızı", - "title": "The speed to set the video to" + "title": "Video oynatma hızını ayarlar" }, "title": "Oynatma hızı ayarları" }, @@ -311,17 +311,17 @@ }, "scrollWheelSpeedControl": { "adjustmentSteps": { - "label": "Speed Change Per Scroll", - "title": "Adjust the speed change per scroll" + "label": "Kaydırma başına hız değişimi", + "title": "Kaydırma başına hız değiştirmeyi ayarlar" }, "enable": { "label": "Kaydırma tekerleği hız kontrolü", - "title": "Press a modifier key to enable speed adjustment with the scroll wheel." + "title": "Kaydırma tekerleği ile hız ayarını etkinleştirmek için değiştirici tuşlarından birine basın." }, "optionLabel": "{{KEY}} anahtarı", "select": { "label": "Düzenleyici anahtar", - "title": "The modifier key to use" + "title": "Kullanılacak kısayol düğmesi" }, "title": "Scroll wheel speed control settings" }, @@ -342,7 +342,7 @@ "optionLabel": "{{KEY}} anahtarı", "select": { "label": "Düzenleyici anahtar", - "title": "The modifier key to use" + "title": "Kullanılacak kısayol düğmesi" } }, "holdRightClick": { @@ -355,25 +355,25 @@ }, "videoHistory": { "enable": { - "label": "Track watched videos", + "label": "İzlenen videoları takip edin", "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" }, "resumeType": { "select": { - "label": "Resume type", + "label": "Devam etme türü", "options": { - "automatic": "Automatic", + "automatic": "Otomatik", "prompt": "Prompt" }, "title": "Select how you want to resume videos" } }, - "title": "Video history settings" + "title": "Video geçmişi ayarları" }, "volumeBoost": { "boostAmount": { - "label": "Volume boost amount (dB)", - "title": "The amount to boost the volume by" + "label": "Ses güçlendirme miktarı (dB)", + "title": "Ses güçlendirme miktarı" }, "enable": { "label": "Ses güçlendirmeyi etkinleştir", From 8771a828673e03f3d383a96a6a29ba36c11facc0 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 3 Mar 2024 02:10:26 -0500 Subject: [PATCH 0097/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index 5d34518a7..385eb1625 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -92,6 +92,9 @@ "title": "确认重置设置", "value": "确认" }, + "openTab": { + "title": "Open extension settings in a new tab" + }, "reset": { "title": "重置所有设置为默认设置,点击确认按钮以保存更改", "value": "重新开始" From f086fe8ff23c394f5ecc0adfad7dd33d4d2fd2d7 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 3 Mar 2024 02:10:27 -0500 Subject: [PATCH 0098/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index 2be05b8f9..035152e02 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -92,6 +92,9 @@ "title": "Ayarı sıfırlamayı onayla", "value": "Onayla" }, + "openTab": { + "title": "Open extension settings in a new tab" + }, "reset": { "title": "Tüm ayarları varsayılan değerlerine sıfırlar. Değişiklikleri kaydetmek için onayla düğmesine tıklayın", "value": "Sıfırla" From 909e54cbb68cda6276363b9b6d535b2b73876d76 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 3 Mar 2024 02:10:28 -0500 Subject: [PATCH 0099/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index 037e9a68d..2c3828f4d 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -92,6 +92,9 @@ "title": "Bekräfta återställning av inställningar", "value": "Bekräfta" }, + "openTab": { + "title": "Open extension settings in a new tab" + }, "reset": { "title": "Återställer alla inställningar till sina standardinställningar, Klicka på bekräftelseknappen för att spara ändringarna", "value": "Återställ" From a4abd9bd371ce9574952c448973f2403bd6f1735 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 3 Mar 2024 02:10:29 -0500 Subject: [PATCH 0100/1783] New translations en-us.json (French) --- public/locales/fr-FR.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/locales/fr-FR.json b/public/locales/fr-FR.json index bc23e0c43..74e448076 100644 --- a/public/locales/fr-FR.json +++ b/public/locales/fr-FR.json @@ -92,6 +92,9 @@ "title": "Confirmer la réinitialisation des réglages", "value": "Confirmer" }, + "openTab": { + "title": "Open extension settings in a new tab" + }, "reset": { "title": "Réinitialise tous les paramètres par défaut, cliquez sur le bouton de confirmation pour enregistrer les modifications", "value": "Réinitialiser" From a039296b5ff41380d5e83b6395bf85edaa597f24 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 3 Mar 2024 02:10:30 -0500 Subject: [PATCH 0101/1783] New translations en-us.json (Spanish) --- public/locales/es-ES.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index d6f4e4502..944b28a3a 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -92,6 +92,9 @@ "title": "Confirma el restablecimiento de los ajustes", "value": "Confirmar" }, + "openTab": { + "title": "Open extension settings in a new tab" + }, "reset": { "title": "Restablece todos los ajustes a sus valores predeterminados, haga clic en el botón de confirmar para guardar los cambios", "value": "Reestablecer" From 076887da1f2974a7e6bb4965dfbc958837ad0ec3 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 3 Mar 2024 02:10:31 -0500 Subject: [PATCH 0102/1783] New translations en-us.json (Catalan) --- public/locales/ca-ES.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/locales/ca-ES.json b/public/locales/ca-ES.json index 98bab5b40..a794699be 100644 --- a/public/locales/ca-ES.json +++ b/public/locales/ca-ES.json @@ -92,6 +92,9 @@ "title": "Confirm setting reset", "value": "Confirm" }, + "openTab": { + "title": "Open extension settings in a new tab" + }, "reset": { "title": "Resets all settings to their defaults, Click the confirm button to save the changes", "value": "Reset" From 2c193ced227c8d6dbe45a028026f9776da196a7e Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 3 Mar 2024 02:10:31 -0500 Subject: [PATCH 0103/1783] New translations en-us.json (Czech) --- public/locales/cs-CZ.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/locales/cs-CZ.json b/public/locales/cs-CZ.json index 8d54ca80e..425fa8b14 100644 --- a/public/locales/cs-CZ.json +++ b/public/locales/cs-CZ.json @@ -92,6 +92,9 @@ "title": "Confirm setting reset", "value": "Confirm" }, + "openTab": { + "title": "Open extension settings in a new tab" + }, "reset": { "title": "Resets all settings to their defaults, Click the confirm button to save the changes", "value": "Reset" From 2156533466b8a2de3ba7d2b0e692d2faebac7401 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 3 Mar 2024 02:10:32 -0500 Subject: [PATCH 0104/1783] New translations en-us.json (German) --- public/locales/de-DE.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/locales/de-DE.json b/public/locales/de-DE.json index 05f53cbb4..dc7a7b98a 100644 --- a/public/locales/de-DE.json +++ b/public/locales/de-DE.json @@ -92,6 +92,9 @@ "title": "Einstellungen zurücksetzen", "value": "Bestätigen" }, + "openTab": { + "title": "Open extension settings in a new tab" + }, "reset": { "title": "Setzt alle Einstellungen auf ihre Standardwerte zurück. Klicken Sie auf die Bestätigungs-Schaltfläche, um die Änderungen zu speichern", "value": "Zurücksetzen" From 8ae9b9b847f97246909092a2406b848b4d0d0f27 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 3 Mar 2024 02:10:33 -0500 Subject: [PATCH 0105/1783] New translations en-us.json (Hebrew) --- public/locales/he-IL.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/locales/he-IL.json b/public/locales/he-IL.json index 5a972baa2..c8d725a8d 100644 --- a/public/locales/he-IL.json +++ b/public/locales/he-IL.json @@ -92,6 +92,9 @@ "title": "Confirm setting reset", "value": "Confirm" }, + "openTab": { + "title": "Open extension settings in a new tab" + }, "reset": { "title": "Resets all settings to their defaults, Click the confirm button to save the changes", "value": "Reset" From 21a5662f90b59a9ab74146b1db32a5e88d0c5b5a Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 3 Mar 2024 02:10:34 -0500 Subject: [PATCH 0106/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index 85b23f30e..093a5f714 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -92,6 +92,9 @@ "title": "Confirm setting reset", "value": "Confirm" }, + "openTab": { + "title": "Open extension settings in a new tab" + }, "reset": { "title": "Resets all settings to their defaults, Click the confirm button to save the changes", "value": "Reset" From 90144e3c5462defda5544d98a12febea70eb445d Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 3 Mar 2024 02:10:35 -0500 Subject: [PATCH 0107/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index 7c8ffef68..5b0dada01 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -92,6 +92,9 @@ "title": "設定リセットを確認する", "value": "確認" }, + "openTab": { + "title": "Open extension settings in a new tab" + }, "reset": { "title": "すべての設定をデフォルトにリセットします。「確認」ボタンをクリックして変更を保存します。", "value": "リセット" From 5e4c58739a72e0057e5fa9da8f3c7a71dede5070 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 3 Mar 2024 02:10:35 -0500 Subject: [PATCH 0108/1783] New translations en-us.json (Polish) --- public/locales/pl-PL.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/locales/pl-PL.json b/public/locales/pl-PL.json index 78248c0e3..55b9936e3 100644 --- a/public/locales/pl-PL.json +++ b/public/locales/pl-PL.json @@ -92,6 +92,9 @@ "title": "Confirm setting reset", "value": "Confirm" }, + "openTab": { + "title": "Open extension settings in a new tab" + }, "reset": { "title": "Resets all settings to their defaults, Click the confirm button to save the changes", "value": "Reset" From 01249b6c1431ab5c7c4b4b0027b32bb38fa8a81f Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 3 Mar 2024 02:10:36 -0500 Subject: [PATCH 0109/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index c9b04ab5d..917f53a51 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -92,6 +92,9 @@ "title": "Подтвердить сброс настроек", "value": "Подтвердить" }, + "openTab": { + "title": "Open extension settings in a new tab" + }, "reset": { "title": "Сбрасывает все параметры до значений по умолчанию. Нажмите \"Подтвердить\", чтобы сохранить изменения", "value": "Сброс" From 1a480b2f5d8b273d9c9b3d6e19d63ea3157ef879 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 3 Mar 2024 02:10:37 -0500 Subject: [PATCH 0110/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index f6bf1b8e5..fedb77dbb 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -92,6 +92,9 @@ "title": "確認重設設定", "value": "確認" }, + "openTab": { + "title": "Open extension settings in a new tab" + }, "reset": { "title": "將所以設定回復到初始值,按確認儲存變更", "value": "重置" From aac23bcb95f54ce592011d5fc4d5780af9cdb253 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 3 Mar 2024 02:10:38 -0500 Subject: [PATCH 0111/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index 3fb12c57a..4d7fe9ebd 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -92,6 +92,9 @@ "title": "Confirmar redefinição de configuração", "value": "Confirmar" }, + "openTab": { + "title": "Open extension settings in a new tab" + }, "reset": { "title": "Redefinir todas as configurações para seus padrões, Clique no botão confirmar para salvar as alterações", "value": "Redefinir" From b9e8b02fc126701f416a57978589e16286c4447c Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 3 Mar 2024 02:10:38 -0500 Subject: [PATCH 0112/1783] New translations en-us.json (Persian) --- public/locales/fa-IR.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/locales/fa-IR.json b/public/locales/fa-IR.json index 4b53f5970..792a7b8b1 100644 --- a/public/locales/fa-IR.json +++ b/public/locales/fa-IR.json @@ -92,6 +92,9 @@ "title": "Confirm setting reset", "value": "Confirm" }, + "openTab": { + "title": "Open extension settings in a new tab" + }, "reset": { "title": "Resets all settings to their defaults, Click the confirm button to save the changes", "value": "Reset" From 18cfcc1937a0bc57f70c3366629a3dad3ba74286 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 3 Mar 2024 02:10:39 -0500 Subject: [PATCH 0113/1783] New translations en-us.json (Hindi) --- public/locales/hi-IN.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/locales/hi-IN.json b/public/locales/hi-IN.json index d8290dcb7..5727f1ff4 100644 --- a/public/locales/hi-IN.json +++ b/public/locales/hi-IN.json @@ -92,6 +92,9 @@ "title": "Confirm setting reset", "value": "Confirm" }, + "openTab": { + "title": "Open extension settings in a new tab" + }, "reset": { "title": "Resets all settings to their defaults, Click the confirm button to save the changes", "value": "Reset" From e46ad6e8d30ee80f430d910f0de9a408b0fc0d5d Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 3 Mar 2024 05:26:42 -0500 Subject: [PATCH 0114/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index fedb77dbb..b8851d26f 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -93,7 +93,7 @@ "value": "確認" }, "openTab": { - "title": "Open extension settings in a new tab" + "title": "於新頁面開啟擴充套件設定" }, "reset": { "title": "將所以設定回復到初始值,按確認儲存變更", From d780f99cfbb31243bd2159babb24edff1c6a49c4 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 3 Mar 2024 06:46:38 -0500 Subject: [PATCH 0115/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index 035152e02..67d4d36c0 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -93,7 +93,7 @@ "value": "Onayla" }, "openTab": { - "title": "Open extension settings in a new tab" + "title": "Uzantı ayarlarını yeni bir sekmede açın" }, "reset": { "title": "Tüm ayarları varsayılan değerlerine sıfırlar. Değişiklikleri kaydetmek için onayla düğmesine tıklayın", @@ -330,17 +330,17 @@ }, "scrollWheelVolumeControl": { "adjustmentSteps": { - "label": "Volume Change Per Scroll", - "title": "Adjust the volume change per scroll" + "label": "Her kaydırmada değiştirilecek ses düzeyi", + "title": "Her kaydırmada değiştirilecek ses düzeyini ayarlayın" }, "enable": { "label": "Kaydırma tekerleği ile ses kontrolü", - "title": "Lets you use the scroll wheel to control the volume of the video you're watching" + "title": "İzlediğiniz videonun ses düzeyini kontrol etmek için kaydırma tekerleğini kullanmanızı sağlar" }, "holdModifierKey": { "enable": { "label": "Enable when holding modifier key", - "title": "Press a modifier key to enable volume adjustment with the scroll wheel." + "title": "Kaydırma tekerleği ile ses düzeyi ayarını etkinleştirmek için değiştirici tuşlardan birine basın" }, "optionLabel": "{{KEY}} anahtarı", "select": { @@ -359,7 +359,7 @@ "videoHistory": { "enable": { "label": "İzlenen videoları takip edin", - "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" + "title": "İzlediğiniz videolarda en son nerede kaldığınızı takip eder ve oynatmaya oradan devam etmenizi sağlar" }, "resumeType": { "select": { @@ -368,7 +368,7 @@ "automatic": "Otomatik", "prompt": "Prompt" }, - "title": "Select how you want to resume videos" + "title": "Videoları nasıl devam ettirmek istediğinizi seçin" } }, "title": "Video geçmişi ayarları" From 268c7523f918feb49f80fdb99a35e22ae89bb074 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 3 Mar 2024 15:49:41 -0500 Subject: [PATCH 0116/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index 385eb1625..907cc8f5a 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -93,7 +93,7 @@ "value": "确认" }, "openTab": { - "title": "Open extension settings in a new tab" + "title": "在新标签中打开扩展设置" }, "reset": { "title": "重置所有设置为默认设置,点击确认按钮以保存更改", From 01084497371859da95c3d66942babb2644db6d65 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 6 Mar 2024 08:39:46 -0500 Subject: [PATCH 0117/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index 2c3828f4d..a82771d0f 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -93,7 +93,7 @@ "value": "Bekräfta" }, "openTab": { - "title": "Open extension settings in a new tab" + "title": "Öppna tilläggsinställningar i en ny flik" }, "reset": { "title": "Återställer alla inställningar till sina standardinställningar, Klicka på bekräftelseknappen för att spara ändringarna", From 6a01c5dcf378fced22a3351d52f654bfb179b4fc Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 7 Mar 2024 19:40:37 -0500 Subject: [PATCH 0118/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index 907cc8f5a..f40a142bc 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -7,7 +7,7 @@ }, "pages": { "content": { - "features": { + "buttons": { "featureMenu": { "label": "功能单" }, @@ -32,12 +32,6 @@ "copiedToClipboard": "截图已复制到剪贴板", "label": "截图" }, - "videoHistory": { - "resumeButton": "继续播放", - "resumePrompt": { - "close": "关" - } - }, "volumeBoostButton": { "label": "音量增强", "toggle": { @@ -45,6 +39,14 @@ "on": "开启音量增强" } } + }, + "features": { + "videoHistory": { + "resumeButton": "继续播放", + "resumePrompt": { + "close": "关" + } + } } }, "options": { From 9c16d50eaf6487e09988d64fa00f2a6d00b6d4e2 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 7 Mar 2024 19:40:38 -0500 Subject: [PATCH 0119/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index 67d4d36c0..c05cf601d 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -7,7 +7,7 @@ }, "pages": { "content": { - "features": { + "buttons": { "featureMenu": { "label": "Özellik menüsü" }, @@ -32,12 +32,6 @@ "copiedToClipboard": "Ekran görüntüsü panoya kopyalandı", "label": "Ekran Görüntüsü" }, - "videoHistory": { - "resumeButton": "Devam Et", - "resumePrompt": { - "close": "Kapat" - } - }, "volumeBoostButton": { "label": "Ses Güçlendirmesi", "toggle": { @@ -45,6 +39,14 @@ "on": "Ses güçlendirmesi açık" } } + }, + "features": { + "videoHistory": { + "resumeButton": "Devam Et", + "resumePrompt": { + "close": "Kapat" + } + } } }, "options": { From b7700b81dec70ffce0b1135d561f4f4cc340c532 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 7 Mar 2024 19:40:39 -0500 Subject: [PATCH 0120/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index a82771d0f..5a883508f 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -7,7 +7,7 @@ }, "pages": { "content": { - "features": { + "buttons": { "featureMenu": { "label": "Funktionsmeny" }, @@ -32,12 +32,6 @@ "copiedToClipboard": "Skärmbild kopierad till urklipp", "label": "Skärmbild" }, - "videoHistory": { - "resumeButton": "Återuppta", - "resumePrompt": { - "close": "Stäng" - } - }, "volumeBoostButton": { "label": "Volymökning", "toggle": { @@ -45,6 +39,14 @@ "on": "Volymökning på" } } + }, + "features": { + "videoHistory": { + "resumeButton": "Återuppta", + "resumePrompt": { + "close": "Stäng" + } + } } }, "options": { From a7b1c3024c775c01e1ab03b7e436c07853854efc Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 7 Mar 2024 19:40:40 -0500 Subject: [PATCH 0121/1783] New translations en-us.json (French) --- public/locales/fr-FR.json | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/public/locales/fr-FR.json b/public/locales/fr-FR.json index 74e448076..b2cab3dcd 100644 --- a/public/locales/fr-FR.json +++ b/public/locales/fr-FR.json @@ -7,7 +7,7 @@ }, "pages": { "content": { - "features": { + "buttons": { "featureMenu": { "label": "Menu des fonctionnalités" }, @@ -32,12 +32,6 @@ "copiedToClipboard": "Capture d'écran copiée dans le presse-papiers", "label": "Capture d'écran" }, - "videoHistory": { - "resumeButton": "Reprendre", - "resumePrompt": { - "close": "Fermer" - } - }, "volumeBoostButton": { "label": "Gain sonore", "toggle": { @@ -45,6 +39,14 @@ "on": "Volume boost on" } } + }, + "features": { + "videoHistory": { + "resumeButton": "Reprendre", + "resumePrompt": { + "close": "Fermer" + } + } } }, "options": { From 4c15c4cc94acad8834eca56fda0f9aad8a03c4a1 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 7 Mar 2024 19:40:41 -0500 Subject: [PATCH 0122/1783] New translations en-us.json (Spanish) --- public/locales/es-ES.json | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index 944b28a3a..16d1d42c7 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -7,7 +7,7 @@ }, "pages": { "content": { - "features": { + "buttons": { "featureMenu": { "label": "Menú de funciones" }, @@ -32,12 +32,6 @@ "copiedToClipboard": "Captura de pantalla copiada al portapapeles", "label": "Capturar pantalla" }, - "videoHistory": { - "resumeButton": "Reanudar", - "resumePrompt": { - "close": "Cerrar" - } - }, "volumeBoostButton": { "label": "Potenciar volumen", "toggle": { @@ -45,6 +39,14 @@ "on": "Volume boost on" } } + }, + "features": { + "videoHistory": { + "resumeButton": "Reanudar", + "resumePrompt": { + "close": "Cerrar" + } + } } }, "options": { From 9d6bcd4c34a23fb2496c8b22da91c046aae9cbd8 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 7 Mar 2024 19:40:42 -0500 Subject: [PATCH 0123/1783] New translations en-us.json (Catalan) --- public/locales/ca-ES.json | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/public/locales/ca-ES.json b/public/locales/ca-ES.json index a794699be..249e8a484 100644 --- a/public/locales/ca-ES.json +++ b/public/locales/ca-ES.json @@ -7,7 +7,7 @@ }, "pages": { "content": { - "features": { + "buttons": { "featureMenu": { "label": "Feature menu" }, @@ -32,12 +32,6 @@ "copiedToClipboard": "Screenshot copied to clipboard", "label": "Screenshot" }, - "videoHistory": { - "resumeButton": "Resume", - "resumePrompt": { - "close": "Close" - } - }, "volumeBoostButton": { "label": "Volume Boost", "toggle": { @@ -45,6 +39,14 @@ "on": "Volume boost on" } } + }, + "features": { + "videoHistory": { + "resumeButton": "Resume", + "resumePrompt": { + "close": "Close" + } + } } }, "options": { From ba1db84154accbc400fbeb00b7ef0c619daed1f1 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 7 Mar 2024 19:40:42 -0500 Subject: [PATCH 0124/1783] New translations en-us.json (Czech) --- public/locales/cs-CZ.json | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/public/locales/cs-CZ.json b/public/locales/cs-CZ.json index 425fa8b14..5e65a13ae 100644 --- a/public/locales/cs-CZ.json +++ b/public/locales/cs-CZ.json @@ -7,7 +7,7 @@ }, "pages": { "content": { - "features": { + "buttons": { "featureMenu": { "label": "Feature menu" }, @@ -32,12 +32,6 @@ "copiedToClipboard": "Screenshot copied to clipboard", "label": "Screenshot" }, - "videoHistory": { - "resumeButton": "Resume", - "resumePrompt": { - "close": "Close" - } - }, "volumeBoostButton": { "label": "Volume Boost", "toggle": { @@ -45,6 +39,14 @@ "on": "Volume boost on" } } + }, + "features": { + "videoHistory": { + "resumeButton": "Resume", + "resumePrompt": { + "close": "Close" + } + } } }, "options": { From 29d372bec4ef93eb91640e322a4dbf575f960485 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 7 Mar 2024 19:40:43 -0500 Subject: [PATCH 0125/1783] New translations en-us.json (German) --- public/locales/de-DE.json | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/public/locales/de-DE.json b/public/locales/de-DE.json index dc7a7b98a..800a55bee 100644 --- a/public/locales/de-DE.json +++ b/public/locales/de-DE.json @@ -7,7 +7,7 @@ }, "pages": { "content": { - "features": { + "buttons": { "featureMenu": { "label": "Funktions-Menü" }, @@ -32,12 +32,6 @@ "copiedToClipboard": "Screenshot in Zwischenablage kopiert", "label": "Bildschirmfoto" }, - "videoHistory": { - "resumeButton": "Fortsetzen", - "resumePrompt": { - "close": "Schließen" - } - }, "volumeBoostButton": { "label": "Lautsärke Verstärkung", "toggle": { @@ -45,6 +39,14 @@ "on": "Volume boost on" } } + }, + "features": { + "videoHistory": { + "resumeButton": "Fortsetzen", + "resumePrompt": { + "close": "Schließen" + } + } } }, "options": { From 580cf60137414524d9882b68b1ce07e487390013 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 7 Mar 2024 19:40:44 -0500 Subject: [PATCH 0126/1783] New translations en-us.json (Hebrew) --- public/locales/he-IL.json | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/public/locales/he-IL.json b/public/locales/he-IL.json index c8d725a8d..f70d1e5d6 100644 --- a/public/locales/he-IL.json +++ b/public/locales/he-IL.json @@ -7,7 +7,7 @@ }, "pages": { "content": { - "features": { + "buttons": { "featureMenu": { "label": "Feature menu" }, @@ -32,12 +32,6 @@ "copiedToClipboard": "Screenshot copied to clipboard", "label": "Screenshot" }, - "videoHistory": { - "resumeButton": "Resume", - "resumePrompt": { - "close": "Close" - } - }, "volumeBoostButton": { "label": "Volume Boost", "toggle": { @@ -45,6 +39,14 @@ "on": "Volume boost on" } } + }, + "features": { + "videoHistory": { + "resumeButton": "Resume", + "resumePrompt": { + "close": "Close" + } + } } }, "options": { From e0c1cab35ab6688bd4f91978e3c2ac320fa1f361 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 7 Mar 2024 19:40:45 -0500 Subject: [PATCH 0127/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index 093a5f714..d74ff0fbc 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -7,7 +7,7 @@ }, "pages": { "content": { - "features": { + "buttons": { "featureMenu": { "label": "Feature menu" }, @@ -32,12 +32,6 @@ "copiedToClipboard": "Screenshot copied to clipboard", "label": "Screenshot" }, - "videoHistory": { - "resumeButton": "Resume", - "resumePrompt": { - "close": "Close" - } - }, "volumeBoostButton": { "label": "Volume Boost", "toggle": { @@ -45,6 +39,14 @@ "on": "Volume boost on" } } + }, + "features": { + "videoHistory": { + "resumeButton": "Resume", + "resumePrompt": { + "close": "Close" + } + } } }, "options": { From 9aa509634d0984453b3ce18f1321abd33607ea4e Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 7 Mar 2024 19:40:46 -0500 Subject: [PATCH 0128/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index 5b0dada01..d97ad73fe 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -7,7 +7,7 @@ }, "pages": { "content": { - "features": { + "buttons": { "featureMenu": { "label": "フィーチャー・メニュー" }, @@ -32,12 +32,6 @@ "copiedToClipboard": "スクリーンショットをクリップボードにコピーしました", "label": "スクリーンショット" }, - "videoHistory": { - "resumeButton": "レジューム", - "resumePrompt": { - "close": "終了" - } - }, "volumeBoostButton": { "label": "音量ブースト", "toggle": { @@ -45,6 +39,14 @@ "on": "音量ブーストオン" } } + }, + "features": { + "videoHistory": { + "resumeButton": "レジューム", + "resumePrompt": { + "close": "終了" + } + } } }, "options": { From d6683a56f85f0ba24192646d769379830cf8add5 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 7 Mar 2024 19:40:47 -0500 Subject: [PATCH 0129/1783] New translations en-us.json (Polish) --- public/locales/pl-PL.json | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/public/locales/pl-PL.json b/public/locales/pl-PL.json index 55b9936e3..92efa5e74 100644 --- a/public/locales/pl-PL.json +++ b/public/locales/pl-PL.json @@ -7,7 +7,7 @@ }, "pages": { "content": { - "features": { + "buttons": { "featureMenu": { "label": "Feature menu" }, @@ -32,12 +32,6 @@ "copiedToClipboard": "Zrzut ekranu skopiowany do schowka", "label": "Zrzut ekranu" }, - "videoHistory": { - "resumeButton": "Wznów", - "resumePrompt": { - "close": "Zamknij" - } - }, "volumeBoostButton": { "label": "Volume Boost", "toggle": { @@ -45,6 +39,14 @@ "on": "Volume boost on" } } + }, + "features": { + "videoHistory": { + "resumeButton": "Wznów", + "resumePrompt": { + "close": "Zamknij" + } + } } }, "options": { From 9c3022b8155e1e7ac983372bf7253424a31ea0d9 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 7 Mar 2024 19:40:48 -0500 Subject: [PATCH 0130/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index 917f53a51..876ec188e 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -7,7 +7,7 @@ }, "pages": { "content": { - "features": { + "buttons": { "featureMenu": { "label": "Меню функций" }, @@ -32,12 +32,6 @@ "copiedToClipboard": "Скриншот скопирован в буфер обмена", "label": "Скриншот" }, - "videoHistory": { - "resumeButton": "Возобновить", - "resumePrompt": { - "close": "Закрыть" - } - }, "volumeBoostButton": { "label": "Усиление громкости", "toggle": { @@ -45,6 +39,14 @@ "on": "Увеличение громкости включено" } } + }, + "features": { + "videoHistory": { + "resumeButton": "Возобновить", + "resumePrompt": { + "close": "Закрыть" + } + } } }, "options": { From 6c56850a98881bb3b71b6706e7758e674c83c441 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 7 Mar 2024 19:40:48 -0500 Subject: [PATCH 0131/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index b8851d26f..755ef648d 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -7,7 +7,7 @@ }, "pages": { "content": { - "features": { + "buttons": { "featureMenu": { "label": "功能選單" }, @@ -32,12 +32,6 @@ "copiedToClipboard": "螢幕截圖已複製剪貼簿", "label": "螢幕截圖" }, - "videoHistory": { - "resumeButton": "繼續", - "resumePrompt": { - "close": "關閉" - } - }, "volumeBoostButton": { "label": "音量增強", "toggle": { @@ -45,6 +39,14 @@ "on": "啟用音量增強" } } + }, + "features": { + "videoHistory": { + "resumeButton": "繼續", + "resumePrompt": { + "close": "關閉" + } + } } }, "options": { From 1c78cddb7ebb41bde98c4595fc9be0588872433f Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 7 Mar 2024 19:40:49 -0500 Subject: [PATCH 0132/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index 4d7fe9ebd..68723e71d 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -7,7 +7,7 @@ }, "pages": { "content": { - "features": { + "buttons": { "featureMenu": { "label": "Menu de recursos" }, @@ -32,12 +32,6 @@ "copiedToClipboard": "Captura de tela copiada para a área de transferência", "label": "Captura de tela" }, - "videoHistory": { - "resumeButton": "Continuar", - "resumePrompt": { - "close": "Fechar" - } - }, "volumeBoostButton": { "label": "Impulsionador de volume", "toggle": { @@ -45,6 +39,14 @@ "on": "Impulso de Volume ativo" } } + }, + "features": { + "videoHistory": { + "resumeButton": "Continuar", + "resumePrompt": { + "close": "Fechar" + } + } } }, "options": { From 1ed5e3dea5366b37eb1e3777473fa5bd305ccafc Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 7 Mar 2024 19:40:50 -0500 Subject: [PATCH 0133/1783] New translations en-us.json (Persian) --- public/locales/fa-IR.json | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/public/locales/fa-IR.json b/public/locales/fa-IR.json index 792a7b8b1..4c2fc5a16 100644 --- a/public/locales/fa-IR.json +++ b/public/locales/fa-IR.json @@ -7,7 +7,7 @@ }, "pages": { "content": { - "features": { + "buttons": { "featureMenu": { "label": "Feature menu" }, @@ -32,12 +32,6 @@ "copiedToClipboard": "Screenshot copied to clipboard", "label": "Screenshot" }, - "videoHistory": { - "resumeButton": "Resume", - "resumePrompt": { - "close": "Close" - } - }, "volumeBoostButton": { "label": "Volume Boost", "toggle": { @@ -45,6 +39,14 @@ "on": "Volume boost on" } } + }, + "features": { + "videoHistory": { + "resumeButton": "Resume", + "resumePrompt": { + "close": "Close" + } + } } }, "options": { From 6d56f150e46779ee91af7d7a1ebc0e50f3b15cc8 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 7 Mar 2024 19:40:51 -0500 Subject: [PATCH 0134/1783] New translations en-us.json (Hindi) --- public/locales/hi-IN.json | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/public/locales/hi-IN.json b/public/locales/hi-IN.json index 5727f1ff4..41d2f885b 100644 --- a/public/locales/hi-IN.json +++ b/public/locales/hi-IN.json @@ -7,7 +7,7 @@ }, "pages": { "content": { - "features": { + "buttons": { "featureMenu": { "label": "Feature menu" }, @@ -32,12 +32,6 @@ "copiedToClipboard": "Screenshot copied to clipboard", "label": "Screenshot" }, - "videoHistory": { - "resumeButton": "Resume", - "resumePrompt": { - "close": "Close" - } - }, "volumeBoostButton": { "label": "Volume Boost", "toggle": { @@ -45,6 +39,14 @@ "on": "Volume boost on" } } + }, + "features": { + "videoHistory": { + "resumeButton": "Resume", + "resumePrompt": { + "close": "Close" + } + } } }, "options": { From e04c61463b33b974b9bf141c85a44b6001b0b976 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 8 Mar 2024 18:28:58 -0500 Subject: [PATCH 0135/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index f40a142bc..4b4345e40 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -29,7 +29,6 @@ "label": "打开转写文稿" }, "screenshotButton": { - "copiedToClipboard": "截图已复制到剪贴板", "label": "截图" }, "volumeBoostButton": { @@ -41,6 +40,9 @@ } }, "features": { + "screenshotButton": { + "copiedToClipboard": "Screenshot copied to clipboard" + }, "videoHistory": { "resumeButton": "继续播放", "resumePrompt": { From ebfb383327e09264883406edcb6de6d63c8d3e04 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 8 Mar 2024 18:28:59 -0500 Subject: [PATCH 0136/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index c05cf601d..9b1e5e553 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -29,7 +29,6 @@ "label": "Not dökümünü aç" }, "screenshotButton": { - "copiedToClipboard": "Ekran görüntüsü panoya kopyalandı", "label": "Ekran Görüntüsü" }, "volumeBoostButton": { @@ -41,6 +40,9 @@ } }, "features": { + "screenshotButton": { + "copiedToClipboard": "Screenshot copied to clipboard" + }, "videoHistory": { "resumeButton": "Devam Et", "resumePrompt": { From e005ea9e6628930398d41bdf6808276a92b497c8 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 8 Mar 2024 18:29:00 -0500 Subject: [PATCH 0137/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index 5a883508f..751a7e364 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -29,7 +29,6 @@ "label": "Öppna transkript" }, "screenshotButton": { - "copiedToClipboard": "Skärmbild kopierad till urklipp", "label": "Skärmbild" }, "volumeBoostButton": { @@ -41,6 +40,9 @@ } }, "features": { + "screenshotButton": { + "copiedToClipboard": "Screenshot copied to clipboard" + }, "videoHistory": { "resumeButton": "Återuppta", "resumePrompt": { From 85694f99458b3bac42031c0de7a2f3855b39beaa Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 8 Mar 2024 18:29:01 -0500 Subject: [PATCH 0138/1783] New translations en-us.json (French) --- public/locales/fr-FR.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/locales/fr-FR.json b/public/locales/fr-FR.json index b2cab3dcd..337a206ca 100644 --- a/public/locales/fr-FR.json +++ b/public/locales/fr-FR.json @@ -29,7 +29,6 @@ "label": "Ouvrir la transcription" }, "screenshotButton": { - "copiedToClipboard": "Capture d'écran copiée dans le presse-papiers", "label": "Capture d'écran" }, "volumeBoostButton": { @@ -41,6 +40,9 @@ } }, "features": { + "screenshotButton": { + "copiedToClipboard": "Screenshot copied to clipboard" + }, "videoHistory": { "resumeButton": "Reprendre", "resumePrompt": { From 74072f470c4db9c0cac43e57912af531a88c2e65 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 8 Mar 2024 18:29:02 -0500 Subject: [PATCH 0139/1783] New translations en-us.json (Spanish) --- public/locales/es-ES.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index 16d1d42c7..0803c11f1 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -29,7 +29,6 @@ "label": "Abrir transcripción" }, "screenshotButton": { - "copiedToClipboard": "Captura de pantalla copiada al portapapeles", "label": "Capturar pantalla" }, "volumeBoostButton": { @@ -41,6 +40,9 @@ } }, "features": { + "screenshotButton": { + "copiedToClipboard": "Screenshot copied to clipboard" + }, "videoHistory": { "resumeButton": "Reanudar", "resumePrompt": { From 8499c3250fffbbacbe174d332851a9e73991ca5a Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 8 Mar 2024 18:29:02 -0500 Subject: [PATCH 0140/1783] New translations en-us.json (Catalan) --- public/locales/ca-ES.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/locales/ca-ES.json b/public/locales/ca-ES.json index 249e8a484..6d43fc4d5 100644 --- a/public/locales/ca-ES.json +++ b/public/locales/ca-ES.json @@ -29,7 +29,6 @@ "label": "Open transcript" }, "screenshotButton": { - "copiedToClipboard": "Screenshot copied to clipboard", "label": "Screenshot" }, "volumeBoostButton": { @@ -41,6 +40,9 @@ } }, "features": { + "screenshotButton": { + "copiedToClipboard": "Screenshot copied to clipboard" + }, "videoHistory": { "resumeButton": "Resume", "resumePrompt": { From 09778d6fe6ee2ab70b7aac7d6862d5707faf15d8 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 8 Mar 2024 18:29:03 -0500 Subject: [PATCH 0141/1783] New translations en-us.json (Czech) --- public/locales/cs-CZ.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/locales/cs-CZ.json b/public/locales/cs-CZ.json index 5e65a13ae..5fa4a9f39 100644 --- a/public/locales/cs-CZ.json +++ b/public/locales/cs-CZ.json @@ -29,7 +29,6 @@ "label": "Open transcript" }, "screenshotButton": { - "copiedToClipboard": "Screenshot copied to clipboard", "label": "Screenshot" }, "volumeBoostButton": { @@ -41,6 +40,9 @@ } }, "features": { + "screenshotButton": { + "copiedToClipboard": "Screenshot copied to clipboard" + }, "videoHistory": { "resumeButton": "Resume", "resumePrompt": { From 37455bd6daecb8f6db7d08d332774feb13c231a8 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 8 Mar 2024 18:29:04 -0500 Subject: [PATCH 0142/1783] New translations en-us.json (German) --- public/locales/de-DE.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/locales/de-DE.json b/public/locales/de-DE.json index 800a55bee..228eba6b4 100644 --- a/public/locales/de-DE.json +++ b/public/locales/de-DE.json @@ -29,7 +29,6 @@ "label": "Open transcript" }, "screenshotButton": { - "copiedToClipboard": "Screenshot in Zwischenablage kopiert", "label": "Bildschirmfoto" }, "volumeBoostButton": { @@ -41,6 +40,9 @@ } }, "features": { + "screenshotButton": { + "copiedToClipboard": "Screenshot copied to clipboard" + }, "videoHistory": { "resumeButton": "Fortsetzen", "resumePrompt": { From 733ebbc299246ef80477010c3499619d3a9fa76f Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 8 Mar 2024 18:29:05 -0500 Subject: [PATCH 0143/1783] New translations en-us.json (Hebrew) --- public/locales/he-IL.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/locales/he-IL.json b/public/locales/he-IL.json index f70d1e5d6..3bf2c9e06 100644 --- a/public/locales/he-IL.json +++ b/public/locales/he-IL.json @@ -29,7 +29,6 @@ "label": "Open transcript" }, "screenshotButton": { - "copiedToClipboard": "Screenshot copied to clipboard", "label": "Screenshot" }, "volumeBoostButton": { @@ -41,6 +40,9 @@ } }, "features": { + "screenshotButton": { + "copiedToClipboard": "Screenshot copied to clipboard" + }, "videoHistory": { "resumeButton": "Resume", "resumePrompt": { From 4ba37f0d082b7adb4b203fbeacf6953b204227fa Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 8 Mar 2024 18:29:06 -0500 Subject: [PATCH 0144/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index d74ff0fbc..571577a70 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -29,7 +29,6 @@ "label": "Open transcript" }, "screenshotButton": { - "copiedToClipboard": "Screenshot copied to clipboard", "label": "Screenshot" }, "volumeBoostButton": { @@ -41,6 +40,9 @@ } }, "features": { + "screenshotButton": { + "copiedToClipboard": "Screenshot copied to clipboard" + }, "videoHistory": { "resumeButton": "Resume", "resumePrompt": { From feffcd734c9c36c7b103c81d16f812837133ee4c Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 8 Mar 2024 18:29:07 -0500 Subject: [PATCH 0145/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index d97ad73fe..3bd076cee 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -29,7 +29,6 @@ "label": "文字起こしを見せる" }, "screenshotButton": { - "copiedToClipboard": "スクリーンショットをクリップボードにコピーしました", "label": "スクリーンショット" }, "volumeBoostButton": { @@ -41,6 +40,9 @@ } }, "features": { + "screenshotButton": { + "copiedToClipboard": "Screenshot copied to clipboard" + }, "videoHistory": { "resumeButton": "レジューム", "resumePrompt": { From 2947679f86d9bc252f47194c15c6e743b5de429c Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 8 Mar 2024 18:29:08 -0500 Subject: [PATCH 0146/1783] New translations en-us.json (Polish) --- public/locales/pl-PL.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/locales/pl-PL.json b/public/locales/pl-PL.json index 92efa5e74..deb26eda0 100644 --- a/public/locales/pl-PL.json +++ b/public/locales/pl-PL.json @@ -29,7 +29,6 @@ "label": "Open transcript" }, "screenshotButton": { - "copiedToClipboard": "Zrzut ekranu skopiowany do schowka", "label": "Zrzut ekranu" }, "volumeBoostButton": { @@ -41,6 +40,9 @@ } }, "features": { + "screenshotButton": { + "copiedToClipboard": "Screenshot copied to clipboard" + }, "videoHistory": { "resumeButton": "Wznów", "resumePrompt": { From 7387e3640ff7e1f1ba4caa40041d4493f07406fd Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 8 Mar 2024 18:29:08 -0500 Subject: [PATCH 0147/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index 876ec188e..49555d1fe 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -29,7 +29,6 @@ "label": "Открыть стенограмму" }, "screenshotButton": { - "copiedToClipboard": "Скриншот скопирован в буфер обмена", "label": "Скриншот" }, "volumeBoostButton": { @@ -41,6 +40,9 @@ } }, "features": { + "screenshotButton": { + "copiedToClipboard": "Screenshot copied to clipboard" + }, "videoHistory": { "resumeButton": "Возобновить", "resumePrompt": { From a422eb7fbf699e91978729b473e202637589e4c7 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 8 Mar 2024 18:29:09 -0500 Subject: [PATCH 0148/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index 755ef648d..3a495504a 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -29,7 +29,6 @@ "label": "打開文字記錄" }, "screenshotButton": { - "copiedToClipboard": "螢幕截圖已複製剪貼簿", "label": "螢幕截圖" }, "volumeBoostButton": { @@ -41,6 +40,9 @@ } }, "features": { + "screenshotButton": { + "copiedToClipboard": "Screenshot copied to clipboard" + }, "videoHistory": { "resumeButton": "繼續", "resumePrompt": { From 85cc13ce8fa85175532526c69482766458616bf8 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 8 Mar 2024 18:29:10 -0500 Subject: [PATCH 0149/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index 68723e71d..e3ec69012 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -29,7 +29,6 @@ "label": "Abrir Transcrição" }, "screenshotButton": { - "copiedToClipboard": "Captura de tela copiada para a área de transferência", "label": "Captura de tela" }, "volumeBoostButton": { @@ -41,6 +40,9 @@ } }, "features": { + "screenshotButton": { + "copiedToClipboard": "Screenshot copied to clipboard" + }, "videoHistory": { "resumeButton": "Continuar", "resumePrompt": { From fa2c284a844f20ff7ac6896f7ac41d7b70f72457 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 8 Mar 2024 18:29:11 -0500 Subject: [PATCH 0150/1783] New translations en-us.json (Persian) --- public/locales/fa-IR.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/locales/fa-IR.json b/public/locales/fa-IR.json index 4c2fc5a16..100e8d695 100644 --- a/public/locales/fa-IR.json +++ b/public/locales/fa-IR.json @@ -29,7 +29,6 @@ "label": "Open transcript" }, "screenshotButton": { - "copiedToClipboard": "Screenshot copied to clipboard", "label": "Screenshot" }, "volumeBoostButton": { @@ -41,6 +40,9 @@ } }, "features": { + "screenshotButton": { + "copiedToClipboard": "Screenshot copied to clipboard" + }, "videoHistory": { "resumeButton": "Resume", "resumePrompt": { From 6fddbc93c5bd01ad30a2acfe815844de9f0ce914 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 8 Mar 2024 18:29:12 -0500 Subject: [PATCH 0151/1783] New translations en-us.json (Hindi) --- public/locales/hi-IN.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/locales/hi-IN.json b/public/locales/hi-IN.json index 41d2f885b..943727ffc 100644 --- a/public/locales/hi-IN.json +++ b/public/locales/hi-IN.json @@ -29,7 +29,6 @@ "label": "Open transcript" }, "screenshotButton": { - "copiedToClipboard": "Screenshot copied to clipboard", "label": "Screenshot" }, "volumeBoostButton": { @@ -41,6 +40,9 @@ } }, "features": { + "screenshotButton": { + "copiedToClipboard": "Screenshot copied to clipboard" + }, "videoHistory": { "resumeButton": "Resume", "resumePrompt": { From b332bd60d14ad87535e8bea1c47c9e3c85311e92 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 8 Mar 2024 19:28:27 -0500 Subject: [PATCH 0152/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index 4b4345e40..4bca4d1d7 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -41,7 +41,7 @@ }, "features": { "screenshotButton": { - "copiedToClipboard": "Screenshot copied to clipboard" + "copiedToClipboard": "截图已复制到剪贴板" }, "videoHistory": { "resumeButton": "继续播放", @@ -400,4 +400,4 @@ } } } -} +} From 9fd91e30c970d5a19c906b06b5a0fdbc953a1586 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 8 Mar 2024 19:28:28 -0500 Subject: [PATCH 0153/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index 9b1e5e553..90b3b3a16 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -41,7 +41,7 @@ }, "features": { "screenshotButton": { - "copiedToClipboard": "Screenshot copied to clipboard" + "copiedToClipboard": "Ekran görüntüsü panoya kopyalandı" }, "videoHistory": { "resumeButton": "Devam Et", @@ -400,4 +400,4 @@ } } } -} +} From a65a1569048cac1b71b32f26bbc9c986ff69ec3e Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 8 Mar 2024 19:28:29 -0500 Subject: [PATCH 0154/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index 751a7e364..2d6a9b360 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -41,7 +41,7 @@ }, "features": { "screenshotButton": { - "copiedToClipboard": "Screenshot copied to clipboard" + "copiedToClipboard": "Skärmbild kopierad till urklipp" }, "videoHistory": { "resumeButton": "Återuppta", @@ -400,4 +400,4 @@ } } } -} +} From 682a428fe5f4c5b1e727b8d16bc76a48f283ab77 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 8 Mar 2024 19:28:30 -0500 Subject: [PATCH 0155/1783] New translations en-us.json (French) --- public/locales/fr-FR.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/fr-FR.json b/public/locales/fr-FR.json index 337a206ca..a1d53b941 100644 --- a/public/locales/fr-FR.json +++ b/public/locales/fr-FR.json @@ -41,7 +41,7 @@ }, "features": { "screenshotButton": { - "copiedToClipboard": "Screenshot copied to clipboard" + "copiedToClipboard": "Capture d'écran copiée dans le presse-papiers" }, "videoHistory": { "resumeButton": "Reprendre", @@ -400,4 +400,4 @@ } } } -} +} From 5628787abd518ddb9d51cc03490dcd52bd6307bd Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 8 Mar 2024 19:28:31 -0500 Subject: [PATCH 0156/1783] New translations en-us.json (Spanish) --- public/locales/es-ES.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index 0803c11f1..eb5e448a8 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -41,7 +41,7 @@ }, "features": { "screenshotButton": { - "copiedToClipboard": "Screenshot copied to clipboard" + "copiedToClipboard": "Captura de pantalla copiada al portapapeles" }, "videoHistory": { "resumeButton": "Reanudar", @@ -400,4 +400,4 @@ } } } -} +} From 1fc9ac7aae5db8e26340bb7edad129002e1d9420 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 8 Mar 2024 19:28:31 -0500 Subject: [PATCH 0157/1783] New translations en-us.json (German) --- public/locales/de-DE.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/de-DE.json b/public/locales/de-DE.json index 228eba6b4..d88079231 100644 --- a/public/locales/de-DE.json +++ b/public/locales/de-DE.json @@ -41,7 +41,7 @@ }, "features": { "screenshotButton": { - "copiedToClipboard": "Screenshot copied to clipboard" + "copiedToClipboard": "Screenshot in Zwischenablage kopiert" }, "videoHistory": { "resumeButton": "Fortsetzen", @@ -400,4 +400,4 @@ } } } -} +} From b20599e4204bafe209deca19f0ea494cec9b40d5 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 8 Mar 2024 19:28:32 -0500 Subject: [PATCH 0158/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index 3bd076cee..e5e887870 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -41,7 +41,7 @@ }, "features": { "screenshotButton": { - "copiedToClipboard": "Screenshot copied to clipboard" + "copiedToClipboard": "スクリーンショットをクリップボードにコピーしました" }, "videoHistory": { "resumeButton": "レジューム", @@ -400,4 +400,4 @@ } } } -} +} From 28bf1afc29feb8949eff0e10cc76b8e135678381 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 8 Mar 2024 19:28:33 -0500 Subject: [PATCH 0159/1783] New translations en-us.json (Polish) --- public/locales/pl-PL.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/pl-PL.json b/public/locales/pl-PL.json index deb26eda0..f8a290178 100644 --- a/public/locales/pl-PL.json +++ b/public/locales/pl-PL.json @@ -41,7 +41,7 @@ }, "features": { "screenshotButton": { - "copiedToClipboard": "Screenshot copied to clipboard" + "copiedToClipboard": "Zrzut ekranu skopiowany do schowka" }, "videoHistory": { "resumeButton": "Wznów", @@ -400,4 +400,4 @@ } } } -} +} From 0cca122b561df9d7b086476172e88e250c940d16 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 8 Mar 2024 19:28:34 -0500 Subject: [PATCH 0160/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index 49555d1fe..edcfa74ba 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -41,7 +41,7 @@ }, "features": { "screenshotButton": { - "copiedToClipboard": "Screenshot copied to clipboard" + "copiedToClipboard": "Скриншот скопирован в буфер обмена" }, "videoHistory": { "resumeButton": "Возобновить", @@ -400,4 +400,4 @@ } } } -} +} From 8a092bd15cc62e243d393ca68f4df7589c6be79e Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 8 Mar 2024 19:28:35 -0500 Subject: [PATCH 0161/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index 3a495504a..3aa8c6afd 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -41,7 +41,7 @@ }, "features": { "screenshotButton": { - "copiedToClipboard": "Screenshot copied to clipboard" + "copiedToClipboard": "螢幕截圖已複製剪貼簿" }, "videoHistory": { "resumeButton": "繼續", @@ -400,4 +400,4 @@ } } } -} +} From 300f7c22a941936d15209cb6f24725132c52cda1 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 8 Mar 2024 19:28:36 -0500 Subject: [PATCH 0162/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index e3ec69012..4a3f61f83 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -41,7 +41,7 @@ }, "features": { "screenshotButton": { - "copiedToClipboard": "Screenshot copied to clipboard" + "copiedToClipboard": "Captura de tela copiada para a área de transferência" }, "videoHistory": { "resumeButton": "Continuar", @@ -400,4 +400,4 @@ } } } -} +} From 05377fb78339fc94cdc2dfeccd5b7442eda73310 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 9 Mar 2024 00:57:29 -0500 Subject: [PATCH 0163/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 66 +++++++++++++++++++++++++-------------- 1 file changed, 43 insertions(+), 23 deletions(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index 4bca4d1d7..b97eb51e7 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -7,40 +7,49 @@ }, "pages": { "content": { - "buttons": { + "features": { "featureMenu": { - "label": "功能单" + "button": { + "label": "Feature menu" + } }, "loopButton": { - "label": "循环播放", - "toggle": { - "off": "取消循环", - "on": "启用循环" + "button": { + "label": "Loop", + "toggle": { + "off": "Loop off", + "on": "Loop on" + } } }, "maximizePlayerButton": { - "label": "网页全屏", - "toggle": { - "off": "最大化关闭", - "on": "最大化开启" + "button": { + "label": "Maximize", + "toggle": { + "off": "Maximize off", + "on": "Maximize on" + } } }, "openTranscriptButton": { - "label": "打开转写文稿" - }, - "screenshotButton": { - "label": "截图" + "button": { + "label": "Open transcript" + } }, - "volumeBoostButton": { - "label": "音量增强", - "toggle": { - "off": "关闭音量增强", - "on": "开启音量增强" + "playerSpeedButtons": { + "buttons": { + "decreaseSpeedButton": { + "label": "Decrease Speed by {{SPEED}}" + }, + "increaseSpeedButton": { + "label": "Increase Speed by {{SPEED}}" + } } - } - }, - "features": { + }, "screenshotButton": { + "button": { + "label": "Screenshot" + }, "copiedToClipboard": "截图已复制到剪贴板" }, "videoHistory": { @@ -48,6 +57,15 @@ "resumePrompt": { "close": "关" } + }, + "volumeBoostButton": { + "button": { + "label": "Volume Boost", + "toggle": { + "off": "Volume boost off", + "on": "Volume boost on" + } + } } } }, @@ -107,6 +125,8 @@ "buttonPlacement": { "select": { "buttonNames": { + "decreaseSpeedButton": "Decrease Speed button", + "increaseSpeedButton": "Increase Speed button", "loopButton": "循环按钮", "maximizePlayerButton": "最大化按钮", "openTranscriptButton": "转写文稿按钮", @@ -400,4 +420,4 @@ } } } -} +} From 9b0b82a87fe855da10f9d0afd275c7649ba6794c Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 9 Mar 2024 00:57:30 -0500 Subject: [PATCH 0164/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 66 +++++++++++++++++++++++++-------------- 1 file changed, 43 insertions(+), 23 deletions(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index 90b3b3a16..1ae9e31c4 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -7,40 +7,49 @@ }, "pages": { "content": { - "buttons": { + "features": { "featureMenu": { - "label": "Özellik menüsü" + "button": { + "label": "Feature menu" + } }, "loopButton": { - "label": "Döngü", - "toggle": { - "off": "Döngü kapalı", - "on": "Düngü açık" + "button": { + "label": "Loop", + "toggle": { + "off": "Loop off", + "on": "Loop on" + } } }, "maximizePlayerButton": { - "label": "Ekranı Kapla", - "toggle": { - "off": "Tam ekran kapalı", - "on": "Tam ekran açık" + "button": { + "label": "Maximize", + "toggle": { + "off": "Maximize off", + "on": "Maximize on" + } } }, "openTranscriptButton": { - "label": "Not dökümünü aç" - }, - "screenshotButton": { - "label": "Ekran Görüntüsü" + "button": { + "label": "Open transcript" + } }, - "volumeBoostButton": { - "label": "Ses Güçlendirmesi", - "toggle": { - "off": "Ses güçlendirmesi kapalı", - "on": "Ses güçlendirmesi açık" + "playerSpeedButtons": { + "buttons": { + "decreaseSpeedButton": { + "label": "Decrease Speed by {{SPEED}}" + }, + "increaseSpeedButton": { + "label": "Increase Speed by {{SPEED}}" + } } - } - }, - "features": { + }, "screenshotButton": { + "button": { + "label": "Screenshot" + }, "copiedToClipboard": "Ekran görüntüsü panoya kopyalandı" }, "videoHistory": { @@ -48,6 +57,15 @@ "resumePrompt": { "close": "Kapat" } + }, + "volumeBoostButton": { + "button": { + "label": "Volume Boost", + "toggle": { + "off": "Volume boost off", + "on": "Volume boost on" + } + } } } }, @@ -107,6 +125,8 @@ "buttonPlacement": { "select": { "buttonNames": { + "decreaseSpeedButton": "Decrease Speed button", + "increaseSpeedButton": "Increase Speed button", "loopButton": "Döngü düğmesi", "maximizePlayerButton": "Tam ekran düğmesi", "openTranscriptButton": "Open Transcript button", @@ -400,4 +420,4 @@ } } } -} +} From 1acff495bc0f7e189887bdce7956ad630fcf235e Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 9 Mar 2024 00:57:31 -0500 Subject: [PATCH 0165/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 66 +++++++++++++++++++++++++-------------- 1 file changed, 43 insertions(+), 23 deletions(-) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index 2d6a9b360..6c66689f6 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -7,40 +7,49 @@ }, "pages": { "content": { - "buttons": { + "features": { "featureMenu": { - "label": "Funktionsmeny" + "button": { + "label": "Feature menu" + } }, "loopButton": { - "label": "Slinga", - "toggle": { - "off": "Slinga av", - "on": "Slinga på" + "button": { + "label": "Loop", + "toggle": { + "off": "Loop off", + "on": "Loop on" + } } }, "maximizePlayerButton": { - "label": "Maximera", - "toggle": { - "off": "Maximera av", - "on": "Maximera på" + "button": { + "label": "Maximize", + "toggle": { + "off": "Maximize off", + "on": "Maximize on" + } } }, "openTranscriptButton": { - "label": "Öppna transkript" - }, - "screenshotButton": { - "label": "Skärmbild" + "button": { + "label": "Open transcript" + } }, - "volumeBoostButton": { - "label": "Volymökning", - "toggle": { - "off": "Volymökning av", - "on": "Volymökning på" + "playerSpeedButtons": { + "buttons": { + "decreaseSpeedButton": { + "label": "Decrease Speed by {{SPEED}}" + }, + "increaseSpeedButton": { + "label": "Increase Speed by {{SPEED}}" + } } - } - }, - "features": { + }, "screenshotButton": { + "button": { + "label": "Screenshot" + }, "copiedToClipboard": "Skärmbild kopierad till urklipp" }, "videoHistory": { @@ -48,6 +57,15 @@ "resumePrompt": { "close": "Stäng" } + }, + "volumeBoostButton": { + "button": { + "label": "Volume Boost", + "toggle": { + "off": "Volume boost off", + "on": "Volume boost on" + } + } } } }, @@ -107,6 +125,8 @@ "buttonPlacement": { "select": { "buttonNames": { + "decreaseSpeedButton": "Decrease Speed button", + "increaseSpeedButton": "Increase Speed button", "loopButton": "Slingknapp", "maximizePlayerButton": "Maximeraknapp", "openTranscriptButton": "Öppna transkriptknapp", @@ -400,4 +420,4 @@ } } } -} +} From 38e477a1d9a164b5b5ea96204c112efebf7b24ef Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 9 Mar 2024 00:57:32 -0500 Subject: [PATCH 0166/1783] New translations en-us.json (French) --- public/locales/fr-FR.json | 66 +++++++++++++++++++++++++-------------- 1 file changed, 43 insertions(+), 23 deletions(-) diff --git a/public/locales/fr-FR.json b/public/locales/fr-FR.json index a1d53b941..caf7dc83d 100644 --- a/public/locales/fr-FR.json +++ b/public/locales/fr-FR.json @@ -7,40 +7,49 @@ }, "pages": { "content": { - "buttons": { + "features": { "featureMenu": { - "label": "Menu des fonctionnalités" + "button": { + "label": "Feature menu" + } }, "loopButton": { - "label": "Lire en boucle", - "toggle": { - "off": "Loop off", - "on": "Loop on" + "button": { + "label": "Loop", + "toggle": { + "off": "Loop off", + "on": "Loop on" + } } }, "maximizePlayerButton": { - "label": "Agrandir", - "toggle": { - "off": "Maximize off", - "on": "Maximize on" + "button": { + "label": "Maximize", + "toggle": { + "off": "Maximize off", + "on": "Maximize on" + } } }, "openTranscriptButton": { - "label": "Ouvrir la transcription" - }, - "screenshotButton": { - "label": "Capture d'écran" + "button": { + "label": "Open transcript" + } }, - "volumeBoostButton": { - "label": "Gain sonore", - "toggle": { - "off": "Volume boost off", - "on": "Volume boost on" + "playerSpeedButtons": { + "buttons": { + "decreaseSpeedButton": { + "label": "Decrease Speed by {{SPEED}}" + }, + "increaseSpeedButton": { + "label": "Increase Speed by {{SPEED}}" + } } - } - }, - "features": { + }, "screenshotButton": { + "button": { + "label": "Screenshot" + }, "copiedToClipboard": "Capture d'écran copiée dans le presse-papiers" }, "videoHistory": { @@ -48,6 +57,15 @@ "resumePrompt": { "close": "Fermer" } + }, + "volumeBoostButton": { + "button": { + "label": "Volume Boost", + "toggle": { + "off": "Volume boost off", + "on": "Volume boost on" + } + } } } }, @@ -107,6 +125,8 @@ "buttonPlacement": { "select": { "buttonNames": { + "decreaseSpeedButton": "Decrease Speed button", + "increaseSpeedButton": "Increase Speed button", "loopButton": "Loop button", "maximizePlayerButton": "Maximize button", "openTranscriptButton": "Open Transcript button", @@ -400,4 +420,4 @@ } } } -} +} From 590c1eac55e7a329ce698291668739fab156d41f Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 9 Mar 2024 00:57:33 -0500 Subject: [PATCH 0167/1783] New translations en-us.json (Spanish) --- public/locales/es-ES.json | 66 +++++++++++++++++++++++++-------------- 1 file changed, 43 insertions(+), 23 deletions(-) diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index eb5e448a8..7a217a62a 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -7,40 +7,49 @@ }, "pages": { "content": { - "buttons": { + "features": { "featureMenu": { - "label": "Menú de funciones" + "button": { + "label": "Feature menu" + } }, "loopButton": { - "label": "Bucle", - "toggle": { - "off": "Desactivar repetición", - "on": "Activar repetición" + "button": { + "label": "Loop", + "toggle": { + "off": "Loop off", + "on": "Loop on" + } } }, "maximizePlayerButton": { - "label": "Maximizar", - "toggle": { - "off": "Maximize off", - "on": "Maximize on" + "button": { + "label": "Maximize", + "toggle": { + "off": "Maximize off", + "on": "Maximize on" + } } }, "openTranscriptButton": { - "label": "Abrir transcripción" - }, - "screenshotButton": { - "label": "Capturar pantalla" + "button": { + "label": "Open transcript" + } }, - "volumeBoostButton": { - "label": "Potenciar volumen", - "toggle": { - "off": "Volume boost off", - "on": "Volume boost on" + "playerSpeedButtons": { + "buttons": { + "decreaseSpeedButton": { + "label": "Decrease Speed by {{SPEED}}" + }, + "increaseSpeedButton": { + "label": "Increase Speed by {{SPEED}}" + } } - } - }, - "features": { + }, "screenshotButton": { + "button": { + "label": "Screenshot" + }, "copiedToClipboard": "Captura de pantalla copiada al portapapeles" }, "videoHistory": { @@ -48,6 +57,15 @@ "resumePrompt": { "close": "Cerrar" } + }, + "volumeBoostButton": { + "button": { + "label": "Volume Boost", + "toggle": { + "off": "Volume boost off", + "on": "Volume boost on" + } + } } } }, @@ -107,6 +125,8 @@ "buttonPlacement": { "select": { "buttonNames": { + "decreaseSpeedButton": "Decrease Speed button", + "increaseSpeedButton": "Increase Speed button", "loopButton": "Botón de repetición", "maximizePlayerButton": "Maximizar botón", "openTranscriptButton": "Abrir botón de transcripción", @@ -400,4 +420,4 @@ } } } -} +} From 602916ce9217f6d49b36bac427c1fbf223f1ba4a Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 9 Mar 2024 00:57:33 -0500 Subject: [PATCH 0168/1783] New translations en-us.json (Catalan) --- public/locales/ca-ES.json | 64 +++++++++++++++++++++++++-------------- 1 file changed, 42 insertions(+), 22 deletions(-) diff --git a/public/locales/ca-ES.json b/public/locales/ca-ES.json index 6d43fc4d5..a278b88df 100644 --- a/public/locales/ca-ES.json +++ b/public/locales/ca-ES.json @@ -7,40 +7,49 @@ }, "pages": { "content": { - "buttons": { + "features": { "featureMenu": { - "label": "Feature menu" + "button": { + "label": "Feature menu" + } }, "loopButton": { - "label": "Loop", - "toggle": { - "off": "Loop off", - "on": "Loop on" + "button": { + "label": "Loop", + "toggle": { + "off": "Loop off", + "on": "Loop on" + } } }, "maximizePlayerButton": { - "label": "Maximize", - "toggle": { - "off": "Maximize off", - "on": "Maximize on" + "button": { + "label": "Maximize", + "toggle": { + "off": "Maximize off", + "on": "Maximize on" + } } }, "openTranscriptButton": { - "label": "Open transcript" - }, - "screenshotButton": { - "label": "Screenshot" + "button": { + "label": "Open transcript" + } }, - "volumeBoostButton": { - "label": "Volume Boost", - "toggle": { - "off": "Volume boost off", - "on": "Volume boost on" + "playerSpeedButtons": { + "buttons": { + "decreaseSpeedButton": { + "label": "Decrease Speed by {{SPEED}}" + }, + "increaseSpeedButton": { + "label": "Increase Speed by {{SPEED}}" + } } - } - }, - "features": { + }, "screenshotButton": { + "button": { + "label": "Screenshot" + }, "copiedToClipboard": "Screenshot copied to clipboard" }, "videoHistory": { @@ -48,6 +57,15 @@ "resumePrompt": { "close": "Close" } + }, + "volumeBoostButton": { + "button": { + "label": "Volume Boost", + "toggle": { + "off": "Volume boost off", + "on": "Volume boost on" + } + } } } }, @@ -107,6 +125,8 @@ "buttonPlacement": { "select": { "buttonNames": { + "decreaseSpeedButton": "Decrease Speed button", + "increaseSpeedButton": "Increase Speed button", "loopButton": "Loop button", "maximizePlayerButton": "Maximize button", "openTranscriptButton": "Open Transcript button", From 77e3aa0f596f5362e3afba4b66c8d9979e1c2f41 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 9 Mar 2024 00:57:34 -0500 Subject: [PATCH 0169/1783] New translations en-us.json (Czech) --- public/locales/cs-CZ.json | 64 +++++++++++++++++++++++++-------------- 1 file changed, 42 insertions(+), 22 deletions(-) diff --git a/public/locales/cs-CZ.json b/public/locales/cs-CZ.json index 5fa4a9f39..8a8171e2c 100644 --- a/public/locales/cs-CZ.json +++ b/public/locales/cs-CZ.json @@ -7,40 +7,49 @@ }, "pages": { "content": { - "buttons": { + "features": { "featureMenu": { - "label": "Feature menu" + "button": { + "label": "Feature menu" + } }, "loopButton": { - "label": "Loop", - "toggle": { - "off": "Loop off", - "on": "Loop on" + "button": { + "label": "Loop", + "toggle": { + "off": "Loop off", + "on": "Loop on" + } } }, "maximizePlayerButton": { - "label": "Maximize", - "toggle": { - "off": "Maximize off", - "on": "Maximize on" + "button": { + "label": "Maximize", + "toggle": { + "off": "Maximize off", + "on": "Maximize on" + } } }, "openTranscriptButton": { - "label": "Open transcript" - }, - "screenshotButton": { - "label": "Screenshot" + "button": { + "label": "Open transcript" + } }, - "volumeBoostButton": { - "label": "Volume Boost", - "toggle": { - "off": "Volume boost off", - "on": "Volume boost on" + "playerSpeedButtons": { + "buttons": { + "decreaseSpeedButton": { + "label": "Decrease Speed by {{SPEED}}" + }, + "increaseSpeedButton": { + "label": "Increase Speed by {{SPEED}}" + } } - } - }, - "features": { + }, "screenshotButton": { + "button": { + "label": "Screenshot" + }, "copiedToClipboard": "Screenshot copied to clipboard" }, "videoHistory": { @@ -48,6 +57,15 @@ "resumePrompt": { "close": "Close" } + }, + "volumeBoostButton": { + "button": { + "label": "Volume Boost", + "toggle": { + "off": "Volume boost off", + "on": "Volume boost on" + } + } } } }, @@ -107,6 +125,8 @@ "buttonPlacement": { "select": { "buttonNames": { + "decreaseSpeedButton": "Decrease Speed button", + "increaseSpeedButton": "Increase Speed button", "loopButton": "Loop button", "maximizePlayerButton": "Maximize button", "openTranscriptButton": "Open Transcript button", From 459c751612be74632c94dfb2d2ca7ccf9e4ed413 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 9 Mar 2024 00:57:35 -0500 Subject: [PATCH 0170/1783] New translations en-us.json (German) --- public/locales/de-DE.json | 66 +++++++++++++++++++++++++-------------- 1 file changed, 43 insertions(+), 23 deletions(-) diff --git a/public/locales/de-DE.json b/public/locales/de-DE.json index d88079231..1eb2a6bb4 100644 --- a/public/locales/de-DE.json +++ b/public/locales/de-DE.json @@ -7,40 +7,49 @@ }, "pages": { "content": { - "buttons": { + "features": { "featureMenu": { - "label": "Funktions-Menü" + "button": { + "label": "Feature menu" + } }, "loopButton": { - "label": "Dauerschleife", - "toggle": { - "off": "Loop off", - "on": "Loop on" + "button": { + "label": "Loop", + "toggle": { + "off": "Loop off", + "on": "Loop on" + } } }, "maximizePlayerButton": { - "label": "Vergrößern", - "toggle": { - "off": "Maximize off", - "on": "Maximize on" + "button": { + "label": "Maximize", + "toggle": { + "off": "Maximize off", + "on": "Maximize on" + } } }, "openTranscriptButton": { - "label": "Open transcript" - }, - "screenshotButton": { - "label": "Bildschirmfoto" + "button": { + "label": "Open transcript" + } }, - "volumeBoostButton": { - "label": "Lautsärke Verstärkung", - "toggle": { - "off": "Volume boost off", - "on": "Volume boost on" + "playerSpeedButtons": { + "buttons": { + "decreaseSpeedButton": { + "label": "Decrease Speed by {{SPEED}}" + }, + "increaseSpeedButton": { + "label": "Increase Speed by {{SPEED}}" + } } - } - }, - "features": { + }, "screenshotButton": { + "button": { + "label": "Screenshot" + }, "copiedToClipboard": "Screenshot in Zwischenablage kopiert" }, "videoHistory": { @@ -48,6 +57,15 @@ "resumePrompt": { "close": "Schließen" } + }, + "volumeBoostButton": { + "button": { + "label": "Volume Boost", + "toggle": { + "off": "Volume boost off", + "on": "Volume boost on" + } + } } } }, @@ -107,6 +125,8 @@ "buttonPlacement": { "select": { "buttonNames": { + "decreaseSpeedButton": "Decrease Speed button", + "increaseSpeedButton": "Increase Speed button", "loopButton": "Loop button", "maximizePlayerButton": "Maximize button", "openTranscriptButton": "Open Transcript button", @@ -400,4 +420,4 @@ } } } -} +} From 332b6fbf609c5e0903dbfe0c0e4de9c2f6d42bab Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 9 Mar 2024 00:57:36 -0500 Subject: [PATCH 0171/1783] New translations en-us.json (Hebrew) --- public/locales/he-IL.json | 64 +++++++++++++++++++++++++-------------- 1 file changed, 42 insertions(+), 22 deletions(-) diff --git a/public/locales/he-IL.json b/public/locales/he-IL.json index 3bf2c9e06..1bee281db 100644 --- a/public/locales/he-IL.json +++ b/public/locales/he-IL.json @@ -7,40 +7,49 @@ }, "pages": { "content": { - "buttons": { + "features": { "featureMenu": { - "label": "Feature menu" + "button": { + "label": "Feature menu" + } }, "loopButton": { - "label": "Loop", - "toggle": { - "off": "Loop off", - "on": "Loop on" + "button": { + "label": "Loop", + "toggle": { + "off": "Loop off", + "on": "Loop on" + } } }, "maximizePlayerButton": { - "label": "Maximize", - "toggle": { - "off": "Maximize off", - "on": "Maximize on" + "button": { + "label": "Maximize", + "toggle": { + "off": "Maximize off", + "on": "Maximize on" + } } }, "openTranscriptButton": { - "label": "Open transcript" - }, - "screenshotButton": { - "label": "Screenshot" + "button": { + "label": "Open transcript" + } }, - "volumeBoostButton": { - "label": "Volume Boost", - "toggle": { - "off": "Volume boost off", - "on": "Volume boost on" + "playerSpeedButtons": { + "buttons": { + "decreaseSpeedButton": { + "label": "Decrease Speed by {{SPEED}}" + }, + "increaseSpeedButton": { + "label": "Increase Speed by {{SPEED}}" + } } - } - }, - "features": { + }, "screenshotButton": { + "button": { + "label": "Screenshot" + }, "copiedToClipboard": "Screenshot copied to clipboard" }, "videoHistory": { @@ -48,6 +57,15 @@ "resumePrompt": { "close": "Close" } + }, + "volumeBoostButton": { + "button": { + "label": "Volume Boost", + "toggle": { + "off": "Volume boost off", + "on": "Volume boost on" + } + } } } }, @@ -107,6 +125,8 @@ "buttonPlacement": { "select": { "buttonNames": { + "decreaseSpeedButton": "Decrease Speed button", + "increaseSpeedButton": "Increase Speed button", "loopButton": "Loop button", "maximizePlayerButton": "Maximize button", "openTranscriptButton": "Open Transcript button", From 94ca8d6b8e862dcba02bf05dddd130a5db0a4093 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 9 Mar 2024 00:57:37 -0500 Subject: [PATCH 0172/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 64 +++++++++++++++++++++++++-------------- 1 file changed, 42 insertions(+), 22 deletions(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index 571577a70..f8a540371 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -7,40 +7,49 @@ }, "pages": { "content": { - "buttons": { + "features": { "featureMenu": { - "label": "Feature menu" + "button": { + "label": "Feature menu" + } }, "loopButton": { - "label": "Loop", - "toggle": { - "off": "Loop off", - "on": "Loop on" + "button": { + "label": "Loop", + "toggle": { + "off": "Loop off", + "on": "Loop on" + } } }, "maximizePlayerButton": { - "label": "Maximize", - "toggle": { - "off": "Maximize off", - "on": "Maximize on" + "button": { + "label": "Maximize", + "toggle": { + "off": "Maximize off", + "on": "Maximize on" + } } }, "openTranscriptButton": { - "label": "Open transcript" - }, - "screenshotButton": { - "label": "Screenshot" + "button": { + "label": "Open transcript" + } }, - "volumeBoostButton": { - "label": "Volume Boost", - "toggle": { - "off": "Volume boost off", - "on": "Volume boost on" + "playerSpeedButtons": { + "buttons": { + "decreaseSpeedButton": { + "label": "Decrease Speed by {{SPEED}}" + }, + "increaseSpeedButton": { + "label": "Increase Speed by {{SPEED}}" + } } - } - }, - "features": { + }, "screenshotButton": { + "button": { + "label": "Screenshot" + }, "copiedToClipboard": "Screenshot copied to clipboard" }, "videoHistory": { @@ -48,6 +57,15 @@ "resumePrompt": { "close": "Close" } + }, + "volumeBoostButton": { + "button": { + "label": "Volume Boost", + "toggle": { + "off": "Volume boost off", + "on": "Volume boost on" + } + } } } }, @@ -107,6 +125,8 @@ "buttonPlacement": { "select": { "buttonNames": { + "decreaseSpeedButton": "Decrease Speed button", + "increaseSpeedButton": "Increase Speed button", "loopButton": "Loop button", "maximizePlayerButton": "Maximize button", "openTranscriptButton": "Open Transcript button", From 46ca8bf443f8d4d67c044594b04ce22681475b39 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 9 Mar 2024 00:57:38 -0500 Subject: [PATCH 0173/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 66 +++++++++++++++++++++++++-------------- 1 file changed, 43 insertions(+), 23 deletions(-) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index e5e887870..beb8095a2 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -7,40 +7,49 @@ }, "pages": { "content": { - "buttons": { + "features": { "featureMenu": { - "label": "フィーチャー・メニュー" + "button": { + "label": "Feature menu" + } }, "loopButton": { - "label": "ループ", - "toggle": { - "off": "ループオフ", - "on": "ループオン" + "button": { + "label": "Loop", + "toggle": { + "off": "Loop off", + "on": "Loop on" + } } }, "maximizePlayerButton": { - "label": "最大表示", - "toggle": { - "off": "最大表示オフ", - "on": "最大表示オン" + "button": { + "label": "Maximize", + "toggle": { + "off": "Maximize off", + "on": "Maximize on" + } } }, "openTranscriptButton": { - "label": "文字起こしを見せる" - }, - "screenshotButton": { - "label": "スクリーンショット" + "button": { + "label": "Open transcript" + } }, - "volumeBoostButton": { - "label": "音量ブースト", - "toggle": { - "off": "音量ブーストオフ", - "on": "音量ブーストオン" + "playerSpeedButtons": { + "buttons": { + "decreaseSpeedButton": { + "label": "Decrease Speed by {{SPEED}}" + }, + "increaseSpeedButton": { + "label": "Increase Speed by {{SPEED}}" + } } - } - }, - "features": { + }, "screenshotButton": { + "button": { + "label": "Screenshot" + }, "copiedToClipboard": "スクリーンショットをクリップボードにコピーしました" }, "videoHistory": { @@ -48,6 +57,15 @@ "resumePrompt": { "close": "終了" } + }, + "volumeBoostButton": { + "button": { + "label": "Volume Boost", + "toggle": { + "off": "Volume boost off", + "on": "Volume boost on" + } + } } } }, @@ -107,6 +125,8 @@ "buttonPlacement": { "select": { "buttonNames": { + "decreaseSpeedButton": "Decrease Speed button", + "increaseSpeedButton": "Increase Speed button", "loopButton": "ループボタン", "maximizePlayerButton": "最大表示ボタン", "openTranscriptButton": "文字起こしを見せるボタン", @@ -400,4 +420,4 @@ } } } -} +} From c091569fd7768826fdfce89fdd05a7be7c5987d0 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 9 Mar 2024 00:57:39 -0500 Subject: [PATCH 0174/1783] New translations en-us.json (Polish) --- public/locales/pl-PL.json | 66 +++++++++++++++++++++++++-------------- 1 file changed, 43 insertions(+), 23 deletions(-) diff --git a/public/locales/pl-PL.json b/public/locales/pl-PL.json index f8a290178..bd193f9c5 100644 --- a/public/locales/pl-PL.json +++ b/public/locales/pl-PL.json @@ -7,40 +7,49 @@ }, "pages": { "content": { - "buttons": { + "features": { "featureMenu": { - "label": "Feature menu" + "button": { + "label": "Feature menu" + } }, "loopButton": { - "label": "Loop", - "toggle": { - "off": "Loop off", - "on": "Loop on" + "button": { + "label": "Loop", + "toggle": { + "off": "Loop off", + "on": "Loop on" + } } }, "maximizePlayerButton": { - "label": "Maximize", - "toggle": { - "off": "Maximize off", - "on": "Maximize on" + "button": { + "label": "Maximize", + "toggle": { + "off": "Maximize off", + "on": "Maximize on" + } } }, "openTranscriptButton": { - "label": "Open transcript" - }, - "screenshotButton": { - "label": "Zrzut ekranu" + "button": { + "label": "Open transcript" + } }, - "volumeBoostButton": { - "label": "Volume Boost", - "toggle": { - "off": "Volume boost off", - "on": "Volume boost on" + "playerSpeedButtons": { + "buttons": { + "decreaseSpeedButton": { + "label": "Decrease Speed by {{SPEED}}" + }, + "increaseSpeedButton": { + "label": "Increase Speed by {{SPEED}}" + } } - } - }, - "features": { + }, "screenshotButton": { + "button": { + "label": "Screenshot" + }, "copiedToClipboard": "Zrzut ekranu skopiowany do schowka" }, "videoHistory": { @@ -48,6 +57,15 @@ "resumePrompt": { "close": "Zamknij" } + }, + "volumeBoostButton": { + "button": { + "label": "Volume Boost", + "toggle": { + "off": "Volume boost off", + "on": "Volume boost on" + } + } } } }, @@ -107,6 +125,8 @@ "buttonPlacement": { "select": { "buttonNames": { + "decreaseSpeedButton": "Decrease Speed button", + "increaseSpeedButton": "Increase Speed button", "loopButton": "Loop button", "maximizePlayerButton": "Maximize button", "openTranscriptButton": "Open Transcript button", @@ -400,4 +420,4 @@ } } } -} +} From 6868b3b4c5306a6838823ddc6bd9ff5b258af82e Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 9 Mar 2024 00:57:39 -0500 Subject: [PATCH 0175/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 66 +++++++++++++++++++++++++-------------- 1 file changed, 43 insertions(+), 23 deletions(-) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index edcfa74ba..7c682b2b7 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -7,40 +7,49 @@ }, "pages": { "content": { - "buttons": { + "features": { "featureMenu": { - "label": "Меню функций" + "button": { + "label": "Feature menu" + } }, "loopButton": { - "label": "Зациклить", - "toggle": { - "off": "Зацикливание выключено", - "on": "Зацикливание включено" + "button": { + "label": "Loop", + "toggle": { + "off": "Loop off", + "on": "Loop on" + } } }, "maximizePlayerButton": { - "label": "Развернуть", - "toggle": { - "off": "Проигрыватель свернут", - "on": "Проигрыватель развернут" + "button": { + "label": "Maximize", + "toggle": { + "off": "Maximize off", + "on": "Maximize on" + } } }, "openTranscriptButton": { - "label": "Открыть стенограмму" - }, - "screenshotButton": { - "label": "Скриншот" + "button": { + "label": "Open transcript" + } }, - "volumeBoostButton": { - "label": "Усиление громкости", - "toggle": { - "off": "Увеличение громкости выключено", - "on": "Увеличение громкости включено" + "playerSpeedButtons": { + "buttons": { + "decreaseSpeedButton": { + "label": "Decrease Speed by {{SPEED}}" + }, + "increaseSpeedButton": { + "label": "Increase Speed by {{SPEED}}" + } } - } - }, - "features": { + }, "screenshotButton": { + "button": { + "label": "Screenshot" + }, "copiedToClipboard": "Скриншот скопирован в буфер обмена" }, "videoHistory": { @@ -48,6 +57,15 @@ "resumePrompt": { "close": "Закрыть" } + }, + "volumeBoostButton": { + "button": { + "label": "Volume Boost", + "toggle": { + "off": "Volume boost off", + "on": "Volume boost on" + } + } } } }, @@ -107,6 +125,8 @@ "buttonPlacement": { "select": { "buttonNames": { + "decreaseSpeedButton": "Decrease Speed button", + "increaseSpeedButton": "Increase Speed button", "loopButton": "Кнопка «Зациклить»", "maximizePlayerButton": "Кнопка «Развернуть»", "openTranscriptButton": "Кнопка «Открыть стенограмму»", @@ -400,4 +420,4 @@ } } } -} +} From 0d080ddd4f99c568c0c8bd98c0ba0a69c79024dc Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 9 Mar 2024 00:57:40 -0500 Subject: [PATCH 0176/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 66 +++++++++++++++++++++++++-------------- 1 file changed, 43 insertions(+), 23 deletions(-) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index 3aa8c6afd..0f3007837 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -7,40 +7,49 @@ }, "pages": { "content": { - "buttons": { + "features": { "featureMenu": { - "label": "功能選單" + "button": { + "label": "Feature menu" + } }, "loopButton": { - "label": "循環播放", - "toggle": { - "off": "關閉循環播放", - "on": "啟用循環播放" + "button": { + "label": "Loop", + "toggle": { + "off": "Loop off", + "on": "Loop on" + } } }, "maximizePlayerButton": { - "label": "最大化", - "toggle": { - "off": "關閉最大化", - "on": "啟用最大化" + "button": { + "label": "Maximize", + "toggle": { + "off": "Maximize off", + "on": "Maximize on" + } } }, "openTranscriptButton": { - "label": "打開文字記錄" - }, - "screenshotButton": { - "label": "螢幕截圖" + "button": { + "label": "Open transcript" + } }, - "volumeBoostButton": { - "label": "音量增強", - "toggle": { - "off": "關閉音量增強", - "on": "啟用音量增強" + "playerSpeedButtons": { + "buttons": { + "decreaseSpeedButton": { + "label": "Decrease Speed by {{SPEED}}" + }, + "increaseSpeedButton": { + "label": "Increase Speed by {{SPEED}}" + } } - } - }, - "features": { + }, "screenshotButton": { + "button": { + "label": "Screenshot" + }, "copiedToClipboard": "螢幕截圖已複製剪貼簿" }, "videoHistory": { @@ -48,6 +57,15 @@ "resumePrompt": { "close": "關閉" } + }, + "volumeBoostButton": { + "button": { + "label": "Volume Boost", + "toggle": { + "off": "Volume boost off", + "on": "Volume boost on" + } + } } } }, @@ -107,6 +125,8 @@ "buttonPlacement": { "select": { "buttonNames": { + "decreaseSpeedButton": "Decrease Speed button", + "increaseSpeedButton": "Increase Speed button", "loopButton": "循環播放按鈕", "maximizePlayerButton": "最大化按鈕", "openTranscriptButton": "開啟文字記錄按鈕", @@ -400,4 +420,4 @@ } } } -} +} From 4ca749c46ff58265d65f5783eabbdef379b39c8a Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 9 Mar 2024 00:57:41 -0500 Subject: [PATCH 0177/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 66 +++++++++++++++++++++++++-------------- 1 file changed, 43 insertions(+), 23 deletions(-) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index 4a3f61f83..ecb9fc7fe 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -7,40 +7,49 @@ }, "pages": { "content": { - "buttons": { + "features": { "featureMenu": { - "label": "Menu de recursos" + "button": { + "label": "Feature menu" + } }, "loopButton": { - "label": "Repetir", - "toggle": { - "off": "Repetição inativa", - "on": "Repetição ativa" + "button": { + "label": "Loop", + "toggle": { + "off": "Loop off", + "on": "Loop on" + } } }, "maximizePlayerButton": { - "label": "Maximizar", - "toggle": { - "off": "Maximização inativa", - "on": "Maximização ativa" + "button": { + "label": "Maximize", + "toggle": { + "off": "Maximize off", + "on": "Maximize on" + } } }, "openTranscriptButton": { - "label": "Abrir Transcrição" - }, - "screenshotButton": { - "label": "Captura de tela" + "button": { + "label": "Open transcript" + } }, - "volumeBoostButton": { - "label": "Impulsionador de volume", - "toggle": { - "off": "Impulso de Volume inativo", - "on": "Impulso de Volume ativo" + "playerSpeedButtons": { + "buttons": { + "decreaseSpeedButton": { + "label": "Decrease Speed by {{SPEED}}" + }, + "increaseSpeedButton": { + "label": "Increase Speed by {{SPEED}}" + } } - } - }, - "features": { + }, "screenshotButton": { + "button": { + "label": "Screenshot" + }, "copiedToClipboard": "Captura de tela copiada para a área de transferência" }, "videoHistory": { @@ -48,6 +57,15 @@ "resumePrompt": { "close": "Fechar" } + }, + "volumeBoostButton": { + "button": { + "label": "Volume Boost", + "toggle": { + "off": "Volume boost off", + "on": "Volume boost on" + } + } } } }, @@ -107,6 +125,8 @@ "buttonPlacement": { "select": { "buttonNames": { + "decreaseSpeedButton": "Decrease Speed button", + "increaseSpeedButton": "Increase Speed button", "loopButton": "Botão de Repetir", "maximizePlayerButton": "Botão de Maximizar", "openTranscriptButton": "Abrir botão de transcrição", @@ -400,4 +420,4 @@ } } } -} +} From 962b4c670693df36e3f87a98bfc16d21e7670381 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 9 Mar 2024 00:57:42 -0500 Subject: [PATCH 0178/1783] New translations en-us.json (Persian) --- public/locales/fa-IR.json | 64 +++++++++++++++++++++++++-------------- 1 file changed, 42 insertions(+), 22 deletions(-) diff --git a/public/locales/fa-IR.json b/public/locales/fa-IR.json index 100e8d695..a0963b4a6 100644 --- a/public/locales/fa-IR.json +++ b/public/locales/fa-IR.json @@ -7,40 +7,49 @@ }, "pages": { "content": { - "buttons": { + "features": { "featureMenu": { - "label": "Feature menu" + "button": { + "label": "Feature menu" + } }, "loopButton": { - "label": "Loop", - "toggle": { - "off": "Loop off", - "on": "Loop on" + "button": { + "label": "Loop", + "toggle": { + "off": "Loop off", + "on": "Loop on" + } } }, "maximizePlayerButton": { - "label": "Maximize", - "toggle": { - "off": "Maximize off", - "on": "Maximize on" + "button": { + "label": "Maximize", + "toggle": { + "off": "Maximize off", + "on": "Maximize on" + } } }, "openTranscriptButton": { - "label": "Open transcript" - }, - "screenshotButton": { - "label": "Screenshot" + "button": { + "label": "Open transcript" + } }, - "volumeBoostButton": { - "label": "Volume Boost", - "toggle": { - "off": "Volume boost off", - "on": "Volume boost on" + "playerSpeedButtons": { + "buttons": { + "decreaseSpeedButton": { + "label": "Decrease Speed by {{SPEED}}" + }, + "increaseSpeedButton": { + "label": "Increase Speed by {{SPEED}}" + } } - } - }, - "features": { + }, "screenshotButton": { + "button": { + "label": "Screenshot" + }, "copiedToClipboard": "Screenshot copied to clipboard" }, "videoHistory": { @@ -48,6 +57,15 @@ "resumePrompt": { "close": "Close" } + }, + "volumeBoostButton": { + "button": { + "label": "Volume Boost", + "toggle": { + "off": "Volume boost off", + "on": "Volume boost on" + } + } } } }, @@ -107,6 +125,8 @@ "buttonPlacement": { "select": { "buttonNames": { + "decreaseSpeedButton": "Decrease Speed button", + "increaseSpeedButton": "Increase Speed button", "loopButton": "Loop button", "maximizePlayerButton": "Maximize button", "openTranscriptButton": "Open Transcript button", From 8bcee9d593aad49957883dad8836a76cc97bfeaf Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 9 Mar 2024 00:57:43 -0500 Subject: [PATCH 0179/1783] New translations en-us.json (Hindi) --- public/locales/hi-IN.json | 64 +++++++++++++++++++++++++-------------- 1 file changed, 42 insertions(+), 22 deletions(-) diff --git a/public/locales/hi-IN.json b/public/locales/hi-IN.json index 943727ffc..8d96429ac 100644 --- a/public/locales/hi-IN.json +++ b/public/locales/hi-IN.json @@ -7,40 +7,49 @@ }, "pages": { "content": { - "buttons": { + "features": { "featureMenu": { - "label": "Feature menu" + "button": { + "label": "Feature menu" + } }, "loopButton": { - "label": "Loop", - "toggle": { - "off": "Loop off", - "on": "Loop on" + "button": { + "label": "Loop", + "toggle": { + "off": "Loop off", + "on": "Loop on" + } } }, "maximizePlayerButton": { - "label": "Maximize", - "toggle": { - "off": "Maximize off", - "on": "Maximize on" + "button": { + "label": "Maximize", + "toggle": { + "off": "Maximize off", + "on": "Maximize on" + } } }, "openTranscriptButton": { - "label": "Open transcript" - }, - "screenshotButton": { - "label": "Screenshot" + "button": { + "label": "Open transcript" + } }, - "volumeBoostButton": { - "label": "Volume Boost", - "toggle": { - "off": "Volume boost off", - "on": "Volume boost on" + "playerSpeedButtons": { + "buttons": { + "decreaseSpeedButton": { + "label": "Decrease Speed by {{SPEED}}" + }, + "increaseSpeedButton": { + "label": "Increase Speed by {{SPEED}}" + } } - } - }, - "features": { + }, "screenshotButton": { + "button": { + "label": "Screenshot" + }, "copiedToClipboard": "Screenshot copied to clipboard" }, "videoHistory": { @@ -48,6 +57,15 @@ "resumePrompt": { "close": "Close" } + }, + "volumeBoostButton": { + "button": { + "label": "Volume Boost", + "toggle": { + "off": "Volume boost off", + "on": "Volume boost on" + } + } } } }, @@ -107,6 +125,8 @@ "buttonPlacement": { "select": { "buttonNames": { + "decreaseSpeedButton": "Decrease Speed button", + "increaseSpeedButton": "Increase Speed button", "loopButton": "Loop button", "maximizePlayerButton": "Maximize button", "openTranscriptButton": "Open Transcript button", From 6e321d9d8b6752ab48492826fe270a8af749e671 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 11 Mar 2024 01:17:17 -0400 Subject: [PATCH 0180/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index b97eb51e7..cfb410feb 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -22,6 +22,12 @@ } } }, + "increasePlaybackSpeed": { + "label": "Increase playback speed" + }, + "decreasePlaybackSpeed": { + "label": "Decrease playback speed" + }, "maximizePlayerButton": { "button": { "label": "Maximize", @@ -36,12 +42,12 @@ "label": "Open transcript" } }, - "playerSpeedButtons": { + "playbackSpeedButtons": { "buttons": { - "decreaseSpeedButton": { + "decreasePlaybackSpeedButton": { "label": "Decrease Speed by {{SPEED}}" }, - "increaseSpeedButton": { + "increasePlaybackSpeedButton": { "label": "Increase Speed by {{SPEED}}" } } @@ -125,9 +131,11 @@ "buttonPlacement": { "select": { "buttonNames": { - "decreaseSpeedButton": "Decrease Speed button", - "increaseSpeedButton": "Increase Speed button", + "decreasePlaybackSpeedButton": "Decrease Speed button", + "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "循环按钮", + "decreasePlaybackSpeed": "Decrease Playback Speed button", + "increasePlaybackSpeed": "Increase Playback Speed button", "maximizePlayerButton": "最大化按钮", "openTranscriptButton": "转写文稿按钮", "screenshotButton": "屏幕截图按钮", @@ -311,6 +319,14 @@ "label": "强制播放速度", "title": "将视频速度设置为您在下面选择的内容" }, + "playbackSpeedButtons": { + "label": "Playback speed buttons", + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + } + }, "select": { "label": "播放速度", "title": "将视频播放速度设为" From 5463f9d60160d544e3337cd3dbe2fb780868bb53 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 11 Mar 2024 01:17:18 -0400 Subject: [PATCH 0181/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index 1ae9e31c4..2c853ae6c 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -22,6 +22,12 @@ } } }, + "increasePlaybackSpeed": { + "label": "Increase playback speed" + }, + "decreasePlaybackSpeed": { + "label": "Decrease playback speed" + }, "maximizePlayerButton": { "button": { "label": "Maximize", @@ -36,12 +42,12 @@ "label": "Open transcript" } }, - "playerSpeedButtons": { + "playbackSpeedButtons": { "buttons": { - "decreaseSpeedButton": { + "decreasePlaybackSpeedButton": { "label": "Decrease Speed by {{SPEED}}" }, - "increaseSpeedButton": { + "increasePlaybackSpeedButton": { "label": "Increase Speed by {{SPEED}}" } } @@ -125,9 +131,11 @@ "buttonPlacement": { "select": { "buttonNames": { - "decreaseSpeedButton": "Decrease Speed button", - "increaseSpeedButton": "Increase Speed button", + "decreasePlaybackSpeedButton": "Decrease Speed button", + "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Döngü düğmesi", + "decreasePlaybackSpeed": "Decrease Playback Speed button", + "increasePlaybackSpeed": "Increase Playback Speed button", "maximizePlayerButton": "Tam ekran düğmesi", "openTranscriptButton": "Open Transcript button", "screenshotButton": "Ekran görüntüsü düğmesi", @@ -311,6 +319,14 @@ "label": "Zorunlu oynatma hızını etkinleştir", "title": "Video hızını aşağıda seçtiğiniz hıza ayarlar" }, + "playbackSpeedButtons": { + "label": "Playback speed buttons", + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + } + }, "select": { "label": "Oynatma hızı", "title": "Video oynatma hızını ayarlar" From af10808dca3ac27ed912df9705fb9e09d760bde1 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 11 Mar 2024 01:17:19 -0400 Subject: [PATCH 0182/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index 6c66689f6..1f77990f4 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -22,6 +22,12 @@ } } }, + "increasePlaybackSpeed": { + "label": "Increase playback speed" + }, + "decreasePlaybackSpeed": { + "label": "Decrease playback speed" + }, "maximizePlayerButton": { "button": { "label": "Maximize", @@ -36,12 +42,12 @@ "label": "Open transcript" } }, - "playerSpeedButtons": { + "playbackSpeedButtons": { "buttons": { - "decreaseSpeedButton": { + "decreasePlaybackSpeedButton": { "label": "Decrease Speed by {{SPEED}}" }, - "increaseSpeedButton": { + "increasePlaybackSpeedButton": { "label": "Increase Speed by {{SPEED}}" } } @@ -125,9 +131,11 @@ "buttonPlacement": { "select": { "buttonNames": { - "decreaseSpeedButton": "Decrease Speed button", - "increaseSpeedButton": "Increase Speed button", + "decreasePlaybackSpeedButton": "Decrease Speed button", + "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Slingknapp", + "decreasePlaybackSpeed": "Decrease Playback Speed button", + "increasePlaybackSpeed": "Increase Playback Speed button", "maximizePlayerButton": "Maximeraknapp", "openTranscriptButton": "Öppna transkriptknapp", "screenshotButton": "Skärmbildsknapp", @@ -311,6 +319,14 @@ "label": "Tvingad uppspelningshastighet", "title": "Ställer in videohastigheten till det du väljer nedan" }, + "playbackSpeedButtons": { + "label": "Playback speed buttons", + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + } + }, "select": { "label": "Uppspelningshastighet", "title": "Hastigheten att spela upp videon i" From 4753a331223b746d40228d379564a43019ddee2b Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 11 Mar 2024 01:17:19 -0400 Subject: [PATCH 0183/1783] New translations en-us.json (French) --- public/locales/fr-FR.json | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/public/locales/fr-FR.json b/public/locales/fr-FR.json index caf7dc83d..4653dd3d5 100644 --- a/public/locales/fr-FR.json +++ b/public/locales/fr-FR.json @@ -22,6 +22,12 @@ } } }, + "increasePlaybackSpeed": { + "label": "Increase playback speed" + }, + "decreasePlaybackSpeed": { + "label": "Decrease playback speed" + }, "maximizePlayerButton": { "button": { "label": "Maximize", @@ -36,12 +42,12 @@ "label": "Open transcript" } }, - "playerSpeedButtons": { + "playbackSpeedButtons": { "buttons": { - "decreaseSpeedButton": { + "decreasePlaybackSpeedButton": { "label": "Decrease Speed by {{SPEED}}" }, - "increaseSpeedButton": { + "increasePlaybackSpeedButton": { "label": "Increase Speed by {{SPEED}}" } } @@ -125,9 +131,11 @@ "buttonPlacement": { "select": { "buttonNames": { - "decreaseSpeedButton": "Decrease Speed button", - "increaseSpeedButton": "Increase Speed button", + "decreasePlaybackSpeedButton": "Decrease Speed button", + "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", + "decreasePlaybackSpeed": "Decrease Playback Speed button", + "increasePlaybackSpeed": "Increase Playback Speed button", "maximizePlayerButton": "Maximize button", "openTranscriptButton": "Open Transcript button", "screenshotButton": "Screenshot button", @@ -311,6 +319,14 @@ "label": "Vitesse de lecture forcée", "title": "Définit la vitesse de la vidéo comme choisie ci-dessous" }, + "playbackSpeedButtons": { + "label": "Playback speed buttons", + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + } + }, "select": { "label": "Vitesse de la vidéo", "title": "La vitesse à laquelle la vidéo est définie" From 3715c6437ef28a600026289951d3163dc0e2ac1b Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 11 Mar 2024 01:17:20 -0400 Subject: [PATCH 0184/1783] New translations en-us.json (Spanish) --- public/locales/es-ES.json | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index 7a217a62a..5b70cc419 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -22,6 +22,12 @@ } } }, + "increasePlaybackSpeed": { + "label": "Increase playback speed" + }, + "decreasePlaybackSpeed": { + "label": "Decrease playback speed" + }, "maximizePlayerButton": { "button": { "label": "Maximize", @@ -36,12 +42,12 @@ "label": "Open transcript" } }, - "playerSpeedButtons": { + "playbackSpeedButtons": { "buttons": { - "decreaseSpeedButton": { + "decreasePlaybackSpeedButton": { "label": "Decrease Speed by {{SPEED}}" }, - "increaseSpeedButton": { + "increasePlaybackSpeedButton": { "label": "Increase Speed by {{SPEED}}" } } @@ -125,9 +131,11 @@ "buttonPlacement": { "select": { "buttonNames": { - "decreaseSpeedButton": "Decrease Speed button", - "increaseSpeedButton": "Increase Speed button", + "decreasePlaybackSpeedButton": "Decrease Speed button", + "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Botón de repetición", + "decreasePlaybackSpeed": "Decrease Playback Speed button", + "increasePlaybackSpeed": "Increase Playback Speed button", "maximizePlayerButton": "Maximizar botón", "openTranscriptButton": "Abrir botón de transcripción", "screenshotButton": "Botón de captura de pantalla", @@ -311,6 +319,14 @@ "label": "Velocidad de reproducción forzada", "title": "Establece la velocidad del video a lo que elijas a continuación" }, + "playbackSpeedButtons": { + "label": "Playback speed buttons", + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + } + }, "select": { "label": "Velocidad del reproductor", "title": "La velocidad a la que ajustar el vídeo" From fba62008f224460e2d89cf2b4c6ee7ab072e1c5f Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 11 Mar 2024 01:17:21 -0400 Subject: [PATCH 0185/1783] New translations en-us.json (Catalan) --- public/locales/ca-ES.json | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/public/locales/ca-ES.json b/public/locales/ca-ES.json index a278b88df..814a62f5d 100644 --- a/public/locales/ca-ES.json +++ b/public/locales/ca-ES.json @@ -22,6 +22,12 @@ } } }, + "increasePlaybackSpeed": { + "label": "Increase playback speed" + }, + "decreasePlaybackSpeed": { + "label": "Decrease playback speed" + }, "maximizePlayerButton": { "button": { "label": "Maximize", @@ -36,12 +42,12 @@ "label": "Open transcript" } }, - "playerSpeedButtons": { + "playbackSpeedButtons": { "buttons": { - "decreaseSpeedButton": { + "decreasePlaybackSpeedButton": { "label": "Decrease Speed by {{SPEED}}" }, - "increaseSpeedButton": { + "increasePlaybackSpeedButton": { "label": "Increase Speed by {{SPEED}}" } } @@ -125,9 +131,11 @@ "buttonPlacement": { "select": { "buttonNames": { - "decreaseSpeedButton": "Decrease Speed button", - "increaseSpeedButton": "Increase Speed button", + "decreasePlaybackSpeedButton": "Decrease Speed button", + "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", + "decreasePlaybackSpeed": "Decrease Playback Speed button", + "increasePlaybackSpeed": "Increase Playback Speed button", "maximizePlayerButton": "Maximize button", "openTranscriptButton": "Open Transcript button", "screenshotButton": "Screenshot button", @@ -311,6 +319,14 @@ "label": "Forced playback speed", "title": "Sets the video speed to what you choose below" }, + "playbackSpeedButtons": { + "label": "Playback speed buttons", + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + } + }, "select": { "label": "Player speed", "title": "The speed to set the video to" From b0ff58122aa37122aaac9962044e2616e4363c4a Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 11 Mar 2024 01:17:22 -0400 Subject: [PATCH 0186/1783] New translations en-us.json (Czech) --- public/locales/cs-CZ.json | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/public/locales/cs-CZ.json b/public/locales/cs-CZ.json index 8a8171e2c..44714f4b0 100644 --- a/public/locales/cs-CZ.json +++ b/public/locales/cs-CZ.json @@ -22,6 +22,12 @@ } } }, + "increasePlaybackSpeed": { + "label": "Increase playback speed" + }, + "decreasePlaybackSpeed": { + "label": "Decrease playback speed" + }, "maximizePlayerButton": { "button": { "label": "Maximize", @@ -36,12 +42,12 @@ "label": "Open transcript" } }, - "playerSpeedButtons": { + "playbackSpeedButtons": { "buttons": { - "decreaseSpeedButton": { + "decreasePlaybackSpeedButton": { "label": "Decrease Speed by {{SPEED}}" }, - "increaseSpeedButton": { + "increasePlaybackSpeedButton": { "label": "Increase Speed by {{SPEED}}" } } @@ -125,9 +131,11 @@ "buttonPlacement": { "select": { "buttonNames": { - "decreaseSpeedButton": "Decrease Speed button", - "increaseSpeedButton": "Increase Speed button", + "decreasePlaybackSpeedButton": "Decrease Speed button", + "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", + "decreasePlaybackSpeed": "Decrease Playback Speed button", + "increasePlaybackSpeed": "Increase Playback Speed button", "maximizePlayerButton": "Maximize button", "openTranscriptButton": "Open Transcript button", "screenshotButton": "Screenshot button", @@ -311,6 +319,14 @@ "label": "Forced playback speed", "title": "Sets the video speed to what you choose below" }, + "playbackSpeedButtons": { + "label": "Playback speed buttons", + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + } + }, "select": { "label": "Player speed", "title": "The speed to set the video to" From a8234b575444cba24617ea730484c213d7690b80 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 11 Mar 2024 01:17:23 -0400 Subject: [PATCH 0187/1783] New translations en-us.json (German) --- public/locales/de-DE.json | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/public/locales/de-DE.json b/public/locales/de-DE.json index 1eb2a6bb4..49f85b7a7 100644 --- a/public/locales/de-DE.json +++ b/public/locales/de-DE.json @@ -22,6 +22,12 @@ } } }, + "increasePlaybackSpeed": { + "label": "Increase playback speed" + }, + "decreasePlaybackSpeed": { + "label": "Decrease playback speed" + }, "maximizePlayerButton": { "button": { "label": "Maximize", @@ -36,12 +42,12 @@ "label": "Open transcript" } }, - "playerSpeedButtons": { + "playbackSpeedButtons": { "buttons": { - "decreaseSpeedButton": { + "decreasePlaybackSpeedButton": { "label": "Decrease Speed by {{SPEED}}" }, - "increaseSpeedButton": { + "increasePlaybackSpeedButton": { "label": "Increase Speed by {{SPEED}}" } } @@ -125,9 +131,11 @@ "buttonPlacement": { "select": { "buttonNames": { - "decreaseSpeedButton": "Decrease Speed button", - "increaseSpeedButton": "Increase Speed button", + "decreasePlaybackSpeedButton": "Decrease Speed button", + "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", + "decreasePlaybackSpeed": "Decrease Playback Speed button", + "increasePlaybackSpeed": "Increase Playback Speed button", "maximizePlayerButton": "Maximize button", "openTranscriptButton": "Open Transcript button", "screenshotButton": "Screenshot button", @@ -311,6 +319,14 @@ "label": "Erzwungene Wiedergabegeschwindigkeit", "title": "Setzt die Videogeschwindigkeit auf das, was du unten wählst" }, + "playbackSpeedButtons": { + "label": "Playback speed buttons", + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + } + }, "select": { "label": "Video Geschwindigkeit", "title": "Die Geschwindigkeit auf die das Video gestellt wird" From a241f0b31dd7c5bfc63a62056f800b0ccb65845a Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 11 Mar 2024 01:17:24 -0400 Subject: [PATCH 0188/1783] New translations en-us.json (Hebrew) --- public/locales/he-IL.json | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/public/locales/he-IL.json b/public/locales/he-IL.json index 1bee281db..b7ea1690d 100644 --- a/public/locales/he-IL.json +++ b/public/locales/he-IL.json @@ -22,6 +22,12 @@ } } }, + "increasePlaybackSpeed": { + "label": "Increase playback speed" + }, + "decreasePlaybackSpeed": { + "label": "Decrease playback speed" + }, "maximizePlayerButton": { "button": { "label": "Maximize", @@ -36,12 +42,12 @@ "label": "Open transcript" } }, - "playerSpeedButtons": { + "playbackSpeedButtons": { "buttons": { - "decreaseSpeedButton": { + "decreasePlaybackSpeedButton": { "label": "Decrease Speed by {{SPEED}}" }, - "increaseSpeedButton": { + "increasePlaybackSpeedButton": { "label": "Increase Speed by {{SPEED}}" } } @@ -125,9 +131,11 @@ "buttonPlacement": { "select": { "buttonNames": { - "decreaseSpeedButton": "Decrease Speed button", - "increaseSpeedButton": "Increase Speed button", + "decreasePlaybackSpeedButton": "Decrease Speed button", + "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", + "decreasePlaybackSpeed": "Decrease Playback Speed button", + "increasePlaybackSpeed": "Increase Playback Speed button", "maximizePlayerButton": "Maximize button", "openTranscriptButton": "Open Transcript button", "screenshotButton": "Screenshot button", @@ -311,6 +319,14 @@ "label": "Forced playback speed", "title": "Sets the video speed to what you choose below" }, + "playbackSpeedButtons": { + "label": "Playback speed buttons", + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + } + }, "select": { "label": "Player speed", "title": "The speed to set the video to" From 6dc8a0aaf58032d295fb9b106d5bd3a471b181d8 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 11 Mar 2024 01:17:24 -0400 Subject: [PATCH 0189/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index f8a540371..bcba91f32 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -22,6 +22,12 @@ } } }, + "increasePlaybackSpeed": { + "label": "Increase playback speed" + }, + "decreasePlaybackSpeed": { + "label": "Decrease playback speed" + }, "maximizePlayerButton": { "button": { "label": "Maximize", @@ -36,12 +42,12 @@ "label": "Open transcript" } }, - "playerSpeedButtons": { + "playbackSpeedButtons": { "buttons": { - "decreaseSpeedButton": { + "decreasePlaybackSpeedButton": { "label": "Decrease Speed by {{SPEED}}" }, - "increaseSpeedButton": { + "increasePlaybackSpeedButton": { "label": "Increase Speed by {{SPEED}}" } } @@ -125,9 +131,11 @@ "buttonPlacement": { "select": { "buttonNames": { - "decreaseSpeedButton": "Decrease Speed button", - "increaseSpeedButton": "Increase Speed button", + "decreasePlaybackSpeedButton": "Decrease Speed button", + "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", + "decreasePlaybackSpeed": "Decrease Playback Speed button", + "increasePlaybackSpeed": "Increase Playback Speed button", "maximizePlayerButton": "Maximize button", "openTranscriptButton": "Open Transcript button", "screenshotButton": "Screenshot button", @@ -311,6 +319,14 @@ "label": "Forced playback speed", "title": "Sets the video speed to what you choose below" }, + "playbackSpeedButtons": { + "label": "Playback speed buttons", + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + } + }, "select": { "label": "Player speed", "title": "The speed to set the video to" From 2a910740d4e6ed674c07820b7207c9d35618c11f Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 11 Mar 2024 01:17:25 -0400 Subject: [PATCH 0190/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index beb8095a2..2d5f2ebbe 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -22,6 +22,12 @@ } } }, + "increasePlaybackSpeed": { + "label": "Increase playback speed" + }, + "decreasePlaybackSpeed": { + "label": "Decrease playback speed" + }, "maximizePlayerButton": { "button": { "label": "Maximize", @@ -36,12 +42,12 @@ "label": "Open transcript" } }, - "playerSpeedButtons": { + "playbackSpeedButtons": { "buttons": { - "decreaseSpeedButton": { + "decreasePlaybackSpeedButton": { "label": "Decrease Speed by {{SPEED}}" }, - "increaseSpeedButton": { + "increasePlaybackSpeedButton": { "label": "Increase Speed by {{SPEED}}" } } @@ -125,9 +131,11 @@ "buttonPlacement": { "select": { "buttonNames": { - "decreaseSpeedButton": "Decrease Speed button", - "increaseSpeedButton": "Increase Speed button", + "decreasePlaybackSpeedButton": "Decrease Speed button", + "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "ループボタン", + "decreasePlaybackSpeed": "Decrease Playback Speed button", + "increasePlaybackSpeed": "Increase Playback Speed button", "maximizePlayerButton": "最大表示ボタン", "openTranscriptButton": "文字起こしを見せるボタン", "screenshotButton": "スクリーンショットボタン", @@ -311,6 +319,14 @@ "label": "強制再生速度", "title": "強制再生速度を可能にする" }, + "playbackSpeedButtons": { + "label": "Playback speed buttons", + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + } + }, "select": { "label": "動画の再生速度", "title": "動画の速度に設定する" From 2de23a2c78274c86917d0d799c52088912767aa9 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 11 Mar 2024 01:17:26 -0400 Subject: [PATCH 0191/1783] New translations en-us.json (Polish) --- public/locales/pl-PL.json | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/public/locales/pl-PL.json b/public/locales/pl-PL.json index bd193f9c5..f2d90ae0b 100644 --- a/public/locales/pl-PL.json +++ b/public/locales/pl-PL.json @@ -22,6 +22,12 @@ } } }, + "increasePlaybackSpeed": { + "label": "Increase playback speed" + }, + "decreasePlaybackSpeed": { + "label": "Decrease playback speed" + }, "maximizePlayerButton": { "button": { "label": "Maximize", @@ -36,12 +42,12 @@ "label": "Open transcript" } }, - "playerSpeedButtons": { + "playbackSpeedButtons": { "buttons": { - "decreaseSpeedButton": { + "decreasePlaybackSpeedButton": { "label": "Decrease Speed by {{SPEED}}" }, - "increaseSpeedButton": { + "increasePlaybackSpeedButton": { "label": "Increase Speed by {{SPEED}}" } } @@ -125,9 +131,11 @@ "buttonPlacement": { "select": { "buttonNames": { - "decreaseSpeedButton": "Decrease Speed button", - "increaseSpeedButton": "Increase Speed button", + "decreasePlaybackSpeedButton": "Decrease Speed button", + "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", + "decreasePlaybackSpeed": "Decrease Playback Speed button", + "increasePlaybackSpeed": "Increase Playback Speed button", "maximizePlayerButton": "Maximize button", "openTranscriptButton": "Open Transcript button", "screenshotButton": "Screenshot button", @@ -311,6 +319,14 @@ "label": "Forced playback speed", "title": "Sets the video speed to what you choose below" }, + "playbackSpeedButtons": { + "label": "Playback speed buttons", + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + } + }, "select": { "label": "Player speed", "title": "The speed to set the video to" From bcc44c260760860d66abefaa1a8936260e8a860f Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 11 Mar 2024 01:17:27 -0400 Subject: [PATCH 0192/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index 7c682b2b7..76b9ffeff 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -22,6 +22,12 @@ } } }, + "increasePlaybackSpeed": { + "label": "Increase playback speed" + }, + "decreasePlaybackSpeed": { + "label": "Decrease playback speed" + }, "maximizePlayerButton": { "button": { "label": "Maximize", @@ -36,12 +42,12 @@ "label": "Open transcript" } }, - "playerSpeedButtons": { + "playbackSpeedButtons": { "buttons": { - "decreaseSpeedButton": { + "decreasePlaybackSpeedButton": { "label": "Decrease Speed by {{SPEED}}" }, - "increaseSpeedButton": { + "increasePlaybackSpeedButton": { "label": "Increase Speed by {{SPEED}}" } } @@ -125,9 +131,11 @@ "buttonPlacement": { "select": { "buttonNames": { - "decreaseSpeedButton": "Decrease Speed button", - "increaseSpeedButton": "Increase Speed button", + "decreasePlaybackSpeedButton": "Decrease Speed button", + "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Кнопка «Зациклить»", + "decreasePlaybackSpeed": "Decrease Playback Speed button", + "increasePlaybackSpeed": "Increase Playback Speed button", "maximizePlayerButton": "Кнопка «Развернуть»", "openTranscriptButton": "Кнопка «Открыть стенограмму»", "screenshotButton": "Кнопка «Скриншот»", @@ -311,6 +319,14 @@ "label": "Включить принудительную скорость воспроизведения", "title": "Устанавливает скорость проигрывания видео на ту, что вы выбрали ниже" }, + "playbackSpeedButtons": { + "label": "Playback speed buttons", + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + } + }, "select": { "label": "Скорость проигрывателя", "title": "Скорость, которая будет задаваться для видео" From 72f77d755020fc5a5ca947d8b9038bcf203f9bd3 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 11 Mar 2024 01:17:28 -0400 Subject: [PATCH 0193/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index 0f3007837..dbd66e0e5 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -22,6 +22,12 @@ } } }, + "increasePlaybackSpeed": { + "label": "Increase playback speed" + }, + "decreasePlaybackSpeed": { + "label": "Decrease playback speed" + }, "maximizePlayerButton": { "button": { "label": "Maximize", @@ -36,12 +42,12 @@ "label": "Open transcript" } }, - "playerSpeedButtons": { + "playbackSpeedButtons": { "buttons": { - "decreaseSpeedButton": { + "decreasePlaybackSpeedButton": { "label": "Decrease Speed by {{SPEED}}" }, - "increaseSpeedButton": { + "increasePlaybackSpeedButton": { "label": "Increase Speed by {{SPEED}}" } } @@ -125,9 +131,11 @@ "buttonPlacement": { "select": { "buttonNames": { - "decreaseSpeedButton": "Decrease Speed button", - "increaseSpeedButton": "Increase Speed button", + "decreasePlaybackSpeedButton": "Decrease Speed button", + "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "循環播放按鈕", + "decreasePlaybackSpeed": "Decrease Playback Speed button", + "increasePlaybackSpeed": "Increase Playback Speed button", "maximizePlayerButton": "最大化按鈕", "openTranscriptButton": "開啟文字記錄按鈕", "screenshotButton": "螢幕截圖按鈕", @@ -311,6 +319,14 @@ "label": "強制播放速度", "title": "設定影片播放速度如下" }, + "playbackSpeedButtons": { + "label": "Playback speed buttons", + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + } + }, "select": { "label": "播放速度", "title": "設定影片播放速度為" From 85f4f6bf3e70df0bdf60e1eb6bc8fa198e08b132 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 11 Mar 2024 01:17:29 -0400 Subject: [PATCH 0194/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index ecb9fc7fe..a2f45038c 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -22,6 +22,12 @@ } } }, + "increasePlaybackSpeed": { + "label": "Increase playback speed" + }, + "decreasePlaybackSpeed": { + "label": "Decrease playback speed" + }, "maximizePlayerButton": { "button": { "label": "Maximize", @@ -36,12 +42,12 @@ "label": "Open transcript" } }, - "playerSpeedButtons": { + "playbackSpeedButtons": { "buttons": { - "decreaseSpeedButton": { + "decreasePlaybackSpeedButton": { "label": "Decrease Speed by {{SPEED}}" }, - "increaseSpeedButton": { + "increasePlaybackSpeedButton": { "label": "Increase Speed by {{SPEED}}" } } @@ -125,9 +131,11 @@ "buttonPlacement": { "select": { "buttonNames": { - "decreaseSpeedButton": "Decrease Speed button", - "increaseSpeedButton": "Increase Speed button", + "decreasePlaybackSpeedButton": "Decrease Speed button", + "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Botão de Repetir", + "decreasePlaybackSpeed": "Decrease Playback Speed button", + "increasePlaybackSpeed": "Increase Playback Speed button", "maximizePlayerButton": "Botão de Maximizar", "openTranscriptButton": "Abrir botão de transcrição", "screenshotButton": "Botão de captura de tela", @@ -311,6 +319,14 @@ "label": "Velocidade de reprodução forçada", "title": "Define a velocidade do vídeo para a que você escolher abaixo" }, + "playbackSpeedButtons": { + "label": "Playback speed buttons", + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + } + }, "select": { "label": "Velocidade do reprodutor", "title": "A velocidade a ser definida para o vídeo" From 518891c2a0dbaba87907cdee3d0dfeb79eb5cb2d Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 11 Mar 2024 01:17:29 -0400 Subject: [PATCH 0195/1783] New translations en-us.json (Persian) --- public/locales/fa-IR.json | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/public/locales/fa-IR.json b/public/locales/fa-IR.json index a0963b4a6..27cf061c1 100644 --- a/public/locales/fa-IR.json +++ b/public/locales/fa-IR.json @@ -22,6 +22,12 @@ } } }, + "increasePlaybackSpeed": { + "label": "Increase playback speed" + }, + "decreasePlaybackSpeed": { + "label": "Decrease playback speed" + }, "maximizePlayerButton": { "button": { "label": "Maximize", @@ -36,12 +42,12 @@ "label": "Open transcript" } }, - "playerSpeedButtons": { + "playbackSpeedButtons": { "buttons": { - "decreaseSpeedButton": { + "decreasePlaybackSpeedButton": { "label": "Decrease Speed by {{SPEED}}" }, - "increaseSpeedButton": { + "increasePlaybackSpeedButton": { "label": "Increase Speed by {{SPEED}}" } } @@ -125,9 +131,11 @@ "buttonPlacement": { "select": { "buttonNames": { - "decreaseSpeedButton": "Decrease Speed button", - "increaseSpeedButton": "Increase Speed button", + "decreasePlaybackSpeedButton": "Decrease Speed button", + "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", + "decreasePlaybackSpeed": "Decrease Playback Speed button", + "increasePlaybackSpeed": "Increase Playback Speed button", "maximizePlayerButton": "Maximize button", "openTranscriptButton": "Open Transcript button", "screenshotButton": "Screenshot button", @@ -311,6 +319,14 @@ "label": "Forced playback speed", "title": "Sets the video speed to what you choose below" }, + "playbackSpeedButtons": { + "label": "Playback speed buttons", + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + } + }, "select": { "label": "Player speed", "title": "The speed to set the video to" From 1b745cdcb8bbf6712727e0782de898b082557cf9 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 11 Mar 2024 01:17:30 -0400 Subject: [PATCH 0196/1783] New translations en-us.json (Hindi) --- public/locales/hi-IN.json | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/public/locales/hi-IN.json b/public/locales/hi-IN.json index 8d96429ac..c2c0bb978 100644 --- a/public/locales/hi-IN.json +++ b/public/locales/hi-IN.json @@ -22,6 +22,12 @@ } } }, + "increasePlaybackSpeed": { + "label": "Increase playback speed" + }, + "decreasePlaybackSpeed": { + "label": "Decrease playback speed" + }, "maximizePlayerButton": { "button": { "label": "Maximize", @@ -36,12 +42,12 @@ "label": "Open transcript" } }, - "playerSpeedButtons": { + "playbackSpeedButtons": { "buttons": { - "decreaseSpeedButton": { + "decreasePlaybackSpeedButton": { "label": "Decrease Speed by {{SPEED}}" }, - "increaseSpeedButton": { + "increasePlaybackSpeedButton": { "label": "Increase Speed by {{SPEED}}" } } @@ -125,9 +131,11 @@ "buttonPlacement": { "select": { "buttonNames": { - "decreaseSpeedButton": "Decrease Speed button", - "increaseSpeedButton": "Increase Speed button", + "decreasePlaybackSpeedButton": "Decrease Speed button", + "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", + "decreasePlaybackSpeed": "Decrease Playback Speed button", + "increasePlaybackSpeed": "Increase Playback Speed button", "maximizePlayerButton": "Maximize button", "openTranscriptButton": "Open Transcript button", "screenshotButton": "Screenshot button", @@ -311,6 +319,14 @@ "label": "Forced playback speed", "title": "Sets the video speed to what you choose below" }, + "playbackSpeedButtons": { + "label": "Playback speed buttons", + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + } + }, "select": { "label": "Player speed", "title": "The speed to set the video to" From b917e2bf600e580b4d303d50f507b0300a5a1544 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 12 Mar 2024 01:29:35 -0400 Subject: [PATCH 0197/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index dbd66e0e5..6ab28f7cd 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -23,10 +23,10 @@ } }, "increasePlaybackSpeed": { - "label": "Increase playback speed" + "label": "加快播放速度" }, "decreasePlaybackSpeed": { - "label": "Decrease playback speed" + "label": "減慢播放速度" }, "maximizePlayerButton": { "button": { From 9652bf88979e6555d9907b35eba125b442a5859b Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 12 Mar 2024 09:30:32 -0400 Subject: [PATCH 0198/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 48 +++++++++++++++++++-------------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index cfb410feb..dfaa9eaa1 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -10,51 +10,51 @@ "features": { "featureMenu": { "button": { - "label": "Feature menu" + "label": "功能菜单" } }, "loopButton": { "button": { - "label": "Loop", + "label": "循环播放", "toggle": { - "off": "Loop off", - "on": "Loop on" + "off": "取消循环", + "on": "启用循环" } } }, "increasePlaybackSpeed": { - "label": "Increase playback speed" + "label": "增加播放速度" }, "decreasePlaybackSpeed": { - "label": "Decrease playback speed" + "label": "降低播放速度" }, "maximizePlayerButton": { "button": { - "label": "Maximize", + "label": "最大化", "toggle": { - "off": "Maximize off", - "on": "Maximize on" + "off": "最大化关闭", + "on": "最大化开启" } } }, "openTranscriptButton": { "button": { - "label": "Open transcript" + "label": "打开转写文稿" } }, "playbackSpeedButtons": { "buttons": { "decreasePlaybackSpeedButton": { - "label": "Decrease Speed by {{SPEED}}" + "label": "降低 {{SPEED}} 播放速度" }, "increasePlaybackSpeedButton": { - "label": "Increase Speed by {{SPEED}}" + "label": "增加 {{SPEED}} 播放速度" } } }, "screenshotButton": { "button": { - "label": "Screenshot" + "label": "屏幕截图" }, "copiedToClipboard": "截图已复制到剪贴板" }, @@ -66,10 +66,10 @@ }, "volumeBoostButton": { "button": { - "label": "Volume Boost", + "label": "音量增强", "toggle": { - "off": "Volume boost off", - "on": "Volume boost on" + "off": "关闭音量增强", + "on": "开启音量增强" } } } @@ -131,11 +131,11 @@ "buttonPlacement": { "select": { "buttonNames": { - "decreasePlaybackSpeedButton": "Decrease Speed button", - "increasePlaybackSpeedButton": "Increase Speed button", + "decreasePlaybackSpeedButton": "降低速度按钮", + "increasePlaybackSpeedButton": "增加速度按钮", "loopButton": "循环按钮", - "decreasePlaybackSpeed": "Decrease Playback Speed button", - "increasePlaybackSpeed": "Increase Playback Speed button", + "decreasePlaybackSpeed": "降低播放速度按钮", + "increasePlaybackSpeed": "增加播放速度按钮", "maximizePlayerButton": "最大化按钮", "openTranscriptButton": "转写文稿按钮", "screenshotButton": "屏幕截图按钮", @@ -320,11 +320,11 @@ "title": "将视频速度设置为您在下面选择的内容" }, "playbackSpeedButtons": { - "label": "Playback speed buttons", - "title": "Adds buttons to increase or decrease the playback speed of the video you're watching", + "label": "播放速度按钮", + "title": "添加按钮以增加或降低您观看的视频的播放速度", "select": { - "label": "Playback buttons speed", - "title": "Amount of speed to be changed per click" + "label": "播放按钮的速度", + "title": "每次点击要更改的速度量" } }, "select": { From 00912ae1b126112c449e5066a243871ebd31533a Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 12 Mar 2024 11:27:22 -0400 Subject: [PATCH 0199/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index 2c853ae6c..f695fc08a 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -23,10 +23,10 @@ } }, "increasePlaybackSpeed": { - "label": "Increase playback speed" + "label": "Oynatma hızını artırın" }, "decreasePlaybackSpeed": { - "label": "Decrease playback speed" + "label": "Oynatma hızını azaltın" }, "maximizePlayerButton": { "button": { From d0a4a0b6c65eb24a2afbf497b2a7c86bc2c790bc Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 12 Mar 2024 11:27:23 -0400 Subject: [PATCH 0200/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index 2d5f2ebbe..c893b0105 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -10,15 +10,15 @@ "features": { "featureMenu": { "button": { - "label": "Feature menu" + "label": "フィーチャー・メニュー" } }, "loopButton": { "button": { - "label": "Loop", + "label": "ループ", "toggle": { - "off": "Loop off", - "on": "Loop on" + "off": "ループオフ", + "on": "ループオン" } } }, @@ -30,16 +30,16 @@ }, "maximizePlayerButton": { "button": { - "label": "Maximize", + "label": "最大表示", "toggle": { - "off": "Maximize off", - "on": "Maximize on" + "off": "最大表示オフ", + "on": "最大表示オン" } } }, "openTranscriptButton": { "button": { - "label": "Open transcript" + "label": "文字起こしを見せる" } }, "playbackSpeedButtons": { @@ -54,7 +54,7 @@ }, "screenshotButton": { "button": { - "label": "Screenshot" + "label": "スクリーンショット" }, "copiedToClipboard": "スクリーンショットをクリップボードにコピーしました" }, @@ -66,10 +66,10 @@ }, "volumeBoostButton": { "button": { - "label": "Volume Boost", + "label": "音量ブースト", "toggle": { - "off": "Volume boost off", - "on": "Volume boost on" + "off": "音量ブーストオフ", + "on": "音量ブーストオン" } } } From 8196016b76d51861f2dec1b271adc560cc8c4e7e Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 12 Mar 2024 13:13:01 -0400 Subject: [PATCH 0201/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index c893b0105..2a4431ac6 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -320,7 +320,7 @@ "title": "強制再生速度を可能にする" }, "playbackSpeedButtons": { - "label": "Playback speed buttons", + "label": "再生速度ボタン", "title": "Adds buttons to increase or decrease the playback speed of the video you're watching", "select": { "label": "Playback buttons speed", From e221764ee2fcaac6fcd6f98d92d42ccbb2067aa2 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 13 Mar 2024 09:11:00 -0400 Subject: [PATCH 0202/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index 6ab28f7cd..bfca4e109 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -45,10 +45,10 @@ "playbackSpeedButtons": { "buttons": { "decreasePlaybackSpeedButton": { - "label": "Decrease Speed by {{SPEED}}" + "label": "減慢播放速度 {{SPEED}}" }, "increasePlaybackSpeedButton": { - "label": "Increase Speed by {{SPEED}}" + "label": "加快播放速度 {{SPEED}}" } } }, @@ -131,11 +131,11 @@ "buttonPlacement": { "select": { "buttonNames": { - "decreasePlaybackSpeedButton": "Decrease Speed button", - "increasePlaybackSpeedButton": "Increase Speed button", + "decreasePlaybackSpeedButton": "減慢速度按鈕", + "increasePlaybackSpeedButton": "加快速度按妞", "loopButton": "循環播放按鈕", - "decreasePlaybackSpeed": "Decrease Playback Speed button", - "increasePlaybackSpeed": "Increase Playback Speed button", + "decreasePlaybackSpeed": "減慢播放速度按鈕", + "increasePlaybackSpeed": "加快播放速度按鈕", "maximizePlayerButton": "最大化按鈕", "openTranscriptButton": "開啟文字記錄按鈕", "screenshotButton": "螢幕截圖按鈕", @@ -320,11 +320,11 @@ "title": "設定影片播放速度如下" }, "playbackSpeedButtons": { - "label": "Playback speed buttons", - "title": "Adds buttons to increase or decrease the playback speed of the video you're watching", + "label": "播放速度按鈕", + "title": "加入加快或減慢播放速度按鈕", "select": { "label": "Playback buttons speed", - "title": "Amount of speed to be changed per click" + "title": "每次按下時改變的速度" } }, "select": { From d66ef7fc67426e4247158ce255d59f8b4d77cd4f Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 13 Mar 2024 10:40:12 -0400 Subject: [PATCH 0203/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index 2a4431ac6..07c67dd44 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -23,10 +23,10 @@ } }, "increasePlaybackSpeed": { - "label": "Increase playback speed" + "label": "再生速度を上げる" }, "decreasePlaybackSpeed": { - "label": "Decrease playback speed" + "label": "再生速度を下げる" }, "maximizePlayerButton": { "button": { @@ -45,10 +45,10 @@ "playbackSpeedButtons": { "buttons": { "decreasePlaybackSpeedButton": { - "label": "Decrease Speed by {{SPEED}}" + "label": "再生速度を{{SPEED}}で下げする" }, "increasePlaybackSpeedButton": { - "label": "Increase Speed by {{SPEED}}" + "label": "再生速度を{{SPEED}}で上げする" } } }, @@ -121,7 +121,7 @@ "value": "確認" }, "openTab": { - "title": "Open extension settings in a new tab" + "title": "新しいブラウザタブに拡張機能設定を開けるする" }, "reset": { "title": "すべての設定をデフォルトにリセットします。「確認」ボタンをクリックして変更を保存します。", @@ -131,11 +131,11 @@ "buttonPlacement": { "select": { "buttonNames": { - "decreasePlaybackSpeedButton": "Decrease Speed button", - "increasePlaybackSpeedButton": "Increase Speed button", + "decreasePlaybackSpeedButton": "速度を下げるボタン", + "increasePlaybackSpeedButton": "速度を上げるボタン", "loopButton": "ループボタン", - "decreasePlaybackSpeed": "Decrease Playback Speed button", - "increasePlaybackSpeed": "Increase Playback Speed button", + "decreasePlaybackSpeed": "再生速度を下げるボタン", + "increasePlaybackSpeed": "再生速度を上げるボタン", "maximizePlayerButton": "最大表示ボタン", "openTranscriptButton": "文字起こしを見せるボタン", "screenshotButton": "スクリーンショットボタン", @@ -321,10 +321,10 @@ }, "playbackSpeedButtons": { "label": "再生速度ボタン", - "title": "Adds buttons to increase or decrease the playback speed of the video you're watching", + "title": "動画の再生速度を上げか下げボタンに追加する", "select": { - "label": "Playback buttons speed", - "title": "Amount of speed to be changed per click" + "label": "再生ボタン速度", + "title": "マウスクリックに速度を変化する量" } }, "select": { From eb2341be8f181267181bc7d21fa3baab2ef304ab Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 13 Mar 2024 15:42:57 -0400 Subject: [PATCH 0204/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index dfaa9eaa1..f16d4cfcd 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -22,12 +22,6 @@ } } }, - "increasePlaybackSpeed": { - "label": "增加播放速度" - }, - "decreasePlaybackSpeed": { - "label": "降低播放速度" - }, "maximizePlayerButton": { "button": { "label": "最大化", @@ -134,8 +128,6 @@ "decreasePlaybackSpeedButton": "降低速度按钮", "increasePlaybackSpeedButton": "增加速度按钮", "loopButton": "循环按钮", - "decreasePlaybackSpeed": "降低播放速度按钮", - "increasePlaybackSpeed": "增加播放速度按钮", "maximizePlayerButton": "最大化按钮", "openTranscriptButton": "转写文稿按钮", "screenshotButton": "屏幕截图按钮", @@ -321,11 +313,11 @@ }, "playbackSpeedButtons": { "label": "播放速度按钮", - "title": "添加按钮以增加或降低您观看的视频的播放速度", "select": { "label": "播放按钮的速度", "title": "每次点击要更改的速度量" - } + }, + "title": "添加按钮以增加或降低您观看的视频的播放速度" }, "select": { "label": "播放速度", From f21c31fe8dda1cef7f18070dff08b5e0808c5d86 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 13 Mar 2024 15:42:58 -0400 Subject: [PATCH 0205/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index f695fc08a..fb3cb57d7 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -22,12 +22,6 @@ } } }, - "increasePlaybackSpeed": { - "label": "Oynatma hızını artırın" - }, - "decreasePlaybackSpeed": { - "label": "Oynatma hızını azaltın" - }, "maximizePlayerButton": { "button": { "label": "Maximize", @@ -134,8 +128,6 @@ "decreasePlaybackSpeedButton": "Decrease Speed button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Döngü düğmesi", - "decreasePlaybackSpeed": "Decrease Playback Speed button", - "increasePlaybackSpeed": "Increase Playback Speed button", "maximizePlayerButton": "Tam ekran düğmesi", "openTranscriptButton": "Open Transcript button", "screenshotButton": "Ekran görüntüsü düğmesi", @@ -321,11 +313,11 @@ }, "playbackSpeedButtons": { "label": "Playback speed buttons", - "title": "Adds buttons to increase or decrease the playback speed of the video you're watching", "select": { "label": "Playback buttons speed", "title": "Amount of speed to be changed per click" - } + }, + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" }, "select": { "label": "Oynatma hızı", From de374b89618f11c319756340467dfb00c9b0e8ae Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 13 Mar 2024 15:42:59 -0400 Subject: [PATCH 0206/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index 1f77990f4..c2dc3c045 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -22,12 +22,6 @@ } } }, - "increasePlaybackSpeed": { - "label": "Increase playback speed" - }, - "decreasePlaybackSpeed": { - "label": "Decrease playback speed" - }, "maximizePlayerButton": { "button": { "label": "Maximize", @@ -134,8 +128,6 @@ "decreasePlaybackSpeedButton": "Decrease Speed button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Slingknapp", - "decreasePlaybackSpeed": "Decrease Playback Speed button", - "increasePlaybackSpeed": "Increase Playback Speed button", "maximizePlayerButton": "Maximeraknapp", "openTranscriptButton": "Öppna transkriptknapp", "screenshotButton": "Skärmbildsknapp", @@ -321,11 +313,11 @@ }, "playbackSpeedButtons": { "label": "Playback speed buttons", - "title": "Adds buttons to increase or decrease the playback speed of the video you're watching", "select": { "label": "Playback buttons speed", "title": "Amount of speed to be changed per click" - } + }, + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" }, "select": { "label": "Uppspelningshastighet", From 587b52c464fecd5e78d5cbd0d0d4d489eea2e35a Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 13 Mar 2024 15:43:00 -0400 Subject: [PATCH 0207/1783] New translations en-us.json (French) --- public/locales/fr-FR.json | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/public/locales/fr-FR.json b/public/locales/fr-FR.json index 4653dd3d5..33050ed0c 100644 --- a/public/locales/fr-FR.json +++ b/public/locales/fr-FR.json @@ -22,12 +22,6 @@ } } }, - "increasePlaybackSpeed": { - "label": "Increase playback speed" - }, - "decreasePlaybackSpeed": { - "label": "Decrease playback speed" - }, "maximizePlayerButton": { "button": { "label": "Maximize", @@ -134,8 +128,6 @@ "decreasePlaybackSpeedButton": "Decrease Speed button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", - "decreasePlaybackSpeed": "Decrease Playback Speed button", - "increasePlaybackSpeed": "Increase Playback Speed button", "maximizePlayerButton": "Maximize button", "openTranscriptButton": "Open Transcript button", "screenshotButton": "Screenshot button", @@ -321,11 +313,11 @@ }, "playbackSpeedButtons": { "label": "Playback speed buttons", - "title": "Adds buttons to increase or decrease the playback speed of the video you're watching", "select": { "label": "Playback buttons speed", "title": "Amount of speed to be changed per click" - } + }, + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" }, "select": { "label": "Vitesse de la vidéo", From c301046120adcdc9a6c59a4da3cbdd42b1d2b3b0 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 13 Mar 2024 15:43:01 -0400 Subject: [PATCH 0208/1783] New translations en-us.json (Spanish) --- public/locales/es-ES.json | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index 5b70cc419..fb1730a2e 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -22,12 +22,6 @@ } } }, - "increasePlaybackSpeed": { - "label": "Increase playback speed" - }, - "decreasePlaybackSpeed": { - "label": "Decrease playback speed" - }, "maximizePlayerButton": { "button": { "label": "Maximize", @@ -134,8 +128,6 @@ "decreasePlaybackSpeedButton": "Decrease Speed button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Botón de repetición", - "decreasePlaybackSpeed": "Decrease Playback Speed button", - "increasePlaybackSpeed": "Increase Playback Speed button", "maximizePlayerButton": "Maximizar botón", "openTranscriptButton": "Abrir botón de transcripción", "screenshotButton": "Botón de captura de pantalla", @@ -321,11 +313,11 @@ }, "playbackSpeedButtons": { "label": "Playback speed buttons", - "title": "Adds buttons to increase or decrease the playback speed of the video you're watching", "select": { "label": "Playback buttons speed", "title": "Amount of speed to be changed per click" - } + }, + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" }, "select": { "label": "Velocidad del reproductor", From ce53371e2810143ebee21026caff78b783d08071 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 13 Mar 2024 15:43:01 -0400 Subject: [PATCH 0209/1783] New translations en-us.json (Catalan) --- public/locales/ca-ES.json | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/public/locales/ca-ES.json b/public/locales/ca-ES.json index 814a62f5d..43eef6656 100644 --- a/public/locales/ca-ES.json +++ b/public/locales/ca-ES.json @@ -22,12 +22,6 @@ } } }, - "increasePlaybackSpeed": { - "label": "Increase playback speed" - }, - "decreasePlaybackSpeed": { - "label": "Decrease playback speed" - }, "maximizePlayerButton": { "button": { "label": "Maximize", @@ -134,8 +128,6 @@ "decreasePlaybackSpeedButton": "Decrease Speed button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", - "decreasePlaybackSpeed": "Decrease Playback Speed button", - "increasePlaybackSpeed": "Increase Playback Speed button", "maximizePlayerButton": "Maximize button", "openTranscriptButton": "Open Transcript button", "screenshotButton": "Screenshot button", @@ -321,11 +313,11 @@ }, "playbackSpeedButtons": { "label": "Playback speed buttons", - "title": "Adds buttons to increase or decrease the playback speed of the video you're watching", "select": { "label": "Playback buttons speed", "title": "Amount of speed to be changed per click" - } + }, + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" }, "select": { "label": "Player speed", From a7a8bbbdf188933254a8f57b230991f6b927ffcb Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 13 Mar 2024 15:43:02 -0400 Subject: [PATCH 0210/1783] New translations en-us.json (Czech) --- public/locales/cs-CZ.json | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/public/locales/cs-CZ.json b/public/locales/cs-CZ.json index 44714f4b0..bd8177e10 100644 --- a/public/locales/cs-CZ.json +++ b/public/locales/cs-CZ.json @@ -22,12 +22,6 @@ } } }, - "increasePlaybackSpeed": { - "label": "Increase playback speed" - }, - "decreasePlaybackSpeed": { - "label": "Decrease playback speed" - }, "maximizePlayerButton": { "button": { "label": "Maximize", @@ -134,8 +128,6 @@ "decreasePlaybackSpeedButton": "Decrease Speed button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", - "decreasePlaybackSpeed": "Decrease Playback Speed button", - "increasePlaybackSpeed": "Increase Playback Speed button", "maximizePlayerButton": "Maximize button", "openTranscriptButton": "Open Transcript button", "screenshotButton": "Screenshot button", @@ -321,11 +313,11 @@ }, "playbackSpeedButtons": { "label": "Playback speed buttons", - "title": "Adds buttons to increase or decrease the playback speed of the video you're watching", "select": { "label": "Playback buttons speed", "title": "Amount of speed to be changed per click" - } + }, + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" }, "select": { "label": "Player speed", From 54adedbe41b700c503de3aaf2e4c7cfa0c6daeab Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 13 Mar 2024 15:43:03 -0400 Subject: [PATCH 0211/1783] New translations en-us.json (German) --- public/locales/de-DE.json | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/public/locales/de-DE.json b/public/locales/de-DE.json index 49f85b7a7..a229ea52d 100644 --- a/public/locales/de-DE.json +++ b/public/locales/de-DE.json @@ -22,12 +22,6 @@ } } }, - "increasePlaybackSpeed": { - "label": "Increase playback speed" - }, - "decreasePlaybackSpeed": { - "label": "Decrease playback speed" - }, "maximizePlayerButton": { "button": { "label": "Maximize", @@ -134,8 +128,6 @@ "decreasePlaybackSpeedButton": "Decrease Speed button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", - "decreasePlaybackSpeed": "Decrease Playback Speed button", - "increasePlaybackSpeed": "Increase Playback Speed button", "maximizePlayerButton": "Maximize button", "openTranscriptButton": "Open Transcript button", "screenshotButton": "Screenshot button", @@ -321,11 +313,11 @@ }, "playbackSpeedButtons": { "label": "Playback speed buttons", - "title": "Adds buttons to increase or decrease the playback speed of the video you're watching", "select": { "label": "Playback buttons speed", "title": "Amount of speed to be changed per click" - } + }, + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" }, "select": { "label": "Video Geschwindigkeit", From 6f4af62b1e1d4bb341265f2e9edef4530b67076c Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 13 Mar 2024 15:43:04 -0400 Subject: [PATCH 0212/1783] New translations en-us.json (Hebrew) --- public/locales/he-IL.json | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/public/locales/he-IL.json b/public/locales/he-IL.json index b7ea1690d..120fc2d7b 100644 --- a/public/locales/he-IL.json +++ b/public/locales/he-IL.json @@ -22,12 +22,6 @@ } } }, - "increasePlaybackSpeed": { - "label": "Increase playback speed" - }, - "decreasePlaybackSpeed": { - "label": "Decrease playback speed" - }, "maximizePlayerButton": { "button": { "label": "Maximize", @@ -134,8 +128,6 @@ "decreasePlaybackSpeedButton": "Decrease Speed button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", - "decreasePlaybackSpeed": "Decrease Playback Speed button", - "increasePlaybackSpeed": "Increase Playback Speed button", "maximizePlayerButton": "Maximize button", "openTranscriptButton": "Open Transcript button", "screenshotButton": "Screenshot button", @@ -321,11 +313,11 @@ }, "playbackSpeedButtons": { "label": "Playback speed buttons", - "title": "Adds buttons to increase or decrease the playback speed of the video you're watching", "select": { "label": "Playback buttons speed", "title": "Amount of speed to be changed per click" - } + }, + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" }, "select": { "label": "Player speed", From e27def3cd9fb9d538ac8809448c99ff684555a54 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 13 Mar 2024 15:43:05 -0400 Subject: [PATCH 0213/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index bcba91f32..e227cf123 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -22,12 +22,6 @@ } } }, - "increasePlaybackSpeed": { - "label": "Increase playback speed" - }, - "decreasePlaybackSpeed": { - "label": "Decrease playback speed" - }, "maximizePlayerButton": { "button": { "label": "Maximize", @@ -134,8 +128,6 @@ "decreasePlaybackSpeedButton": "Decrease Speed button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", - "decreasePlaybackSpeed": "Decrease Playback Speed button", - "increasePlaybackSpeed": "Increase Playback Speed button", "maximizePlayerButton": "Maximize button", "openTranscriptButton": "Open Transcript button", "screenshotButton": "Screenshot button", @@ -321,11 +313,11 @@ }, "playbackSpeedButtons": { "label": "Playback speed buttons", - "title": "Adds buttons to increase or decrease the playback speed of the video you're watching", "select": { "label": "Playback buttons speed", "title": "Amount of speed to be changed per click" - } + }, + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" }, "select": { "label": "Player speed", From e90af4bf51d3f1dc1695dd15bf56ca52e93791c5 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 13 Mar 2024 15:43:06 -0400 Subject: [PATCH 0214/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index 07c67dd44..0bf2143db 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -22,12 +22,6 @@ } } }, - "increasePlaybackSpeed": { - "label": "再生速度を上げる" - }, - "decreasePlaybackSpeed": { - "label": "再生速度を下げる" - }, "maximizePlayerButton": { "button": { "label": "最大表示", @@ -134,8 +128,6 @@ "decreasePlaybackSpeedButton": "速度を下げるボタン", "increasePlaybackSpeedButton": "速度を上げるボタン", "loopButton": "ループボタン", - "decreasePlaybackSpeed": "再生速度を下げるボタン", - "increasePlaybackSpeed": "再生速度を上げるボタン", "maximizePlayerButton": "最大表示ボタン", "openTranscriptButton": "文字起こしを見せるボタン", "screenshotButton": "スクリーンショットボタン", @@ -321,11 +313,11 @@ }, "playbackSpeedButtons": { "label": "再生速度ボタン", - "title": "動画の再生速度を上げか下げボタンに追加する", "select": { "label": "再生ボタン速度", "title": "マウスクリックに速度を変化する量" - } + }, + "title": "動画の再生速度を上げか下げボタンに追加する" }, "select": { "label": "動画の再生速度", From 4dcbdf4a0277bc054c6eda64d26602df86b54769 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 13 Mar 2024 15:43:07 -0400 Subject: [PATCH 0215/1783] New translations en-us.json (Polish) --- public/locales/pl-PL.json | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/public/locales/pl-PL.json b/public/locales/pl-PL.json index f2d90ae0b..000346d0c 100644 --- a/public/locales/pl-PL.json +++ b/public/locales/pl-PL.json @@ -22,12 +22,6 @@ } } }, - "increasePlaybackSpeed": { - "label": "Increase playback speed" - }, - "decreasePlaybackSpeed": { - "label": "Decrease playback speed" - }, "maximizePlayerButton": { "button": { "label": "Maximize", @@ -134,8 +128,6 @@ "decreasePlaybackSpeedButton": "Decrease Speed button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", - "decreasePlaybackSpeed": "Decrease Playback Speed button", - "increasePlaybackSpeed": "Increase Playback Speed button", "maximizePlayerButton": "Maximize button", "openTranscriptButton": "Open Transcript button", "screenshotButton": "Screenshot button", @@ -321,11 +313,11 @@ }, "playbackSpeedButtons": { "label": "Playback speed buttons", - "title": "Adds buttons to increase or decrease the playback speed of the video you're watching", "select": { "label": "Playback buttons speed", "title": "Amount of speed to be changed per click" - } + }, + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" }, "select": { "label": "Player speed", From a572bf10b3501bdcedcf08c04199df61592e0190 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 13 Mar 2024 15:43:07 -0400 Subject: [PATCH 0216/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index 76b9ffeff..51696b631 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -22,12 +22,6 @@ } } }, - "increasePlaybackSpeed": { - "label": "Increase playback speed" - }, - "decreasePlaybackSpeed": { - "label": "Decrease playback speed" - }, "maximizePlayerButton": { "button": { "label": "Maximize", @@ -134,8 +128,6 @@ "decreasePlaybackSpeedButton": "Decrease Speed button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Кнопка «Зациклить»", - "decreasePlaybackSpeed": "Decrease Playback Speed button", - "increasePlaybackSpeed": "Increase Playback Speed button", "maximizePlayerButton": "Кнопка «Развернуть»", "openTranscriptButton": "Кнопка «Открыть стенограмму»", "screenshotButton": "Кнопка «Скриншот»", @@ -321,11 +313,11 @@ }, "playbackSpeedButtons": { "label": "Playback speed buttons", - "title": "Adds buttons to increase or decrease the playback speed of the video you're watching", "select": { "label": "Playback buttons speed", "title": "Amount of speed to be changed per click" - } + }, + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" }, "select": { "label": "Скорость проигрывателя", From 4f5501fe8bb738362654b16b7b1c511068f935cc Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 13 Mar 2024 15:43:08 -0400 Subject: [PATCH 0217/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index bfca4e109..93fc08690 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -22,12 +22,6 @@ } } }, - "increasePlaybackSpeed": { - "label": "加快播放速度" - }, - "decreasePlaybackSpeed": { - "label": "減慢播放速度" - }, "maximizePlayerButton": { "button": { "label": "Maximize", @@ -134,8 +128,6 @@ "decreasePlaybackSpeedButton": "減慢速度按鈕", "increasePlaybackSpeedButton": "加快速度按妞", "loopButton": "循環播放按鈕", - "decreasePlaybackSpeed": "減慢播放速度按鈕", - "increasePlaybackSpeed": "加快播放速度按鈕", "maximizePlayerButton": "最大化按鈕", "openTranscriptButton": "開啟文字記錄按鈕", "screenshotButton": "螢幕截圖按鈕", @@ -321,11 +313,11 @@ }, "playbackSpeedButtons": { "label": "播放速度按鈕", - "title": "加入加快或減慢播放速度按鈕", "select": { "label": "Playback buttons speed", "title": "每次按下時改變的速度" - } + }, + "title": "加入加快或減慢播放速度按鈕" }, "select": { "label": "播放速度", From 2cbc6dba417b85a84ae61c61ad22e14f5a7b7f96 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 13 Mar 2024 15:43:09 -0400 Subject: [PATCH 0218/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index a2f45038c..dea8d33dc 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -22,12 +22,6 @@ } } }, - "increasePlaybackSpeed": { - "label": "Increase playback speed" - }, - "decreasePlaybackSpeed": { - "label": "Decrease playback speed" - }, "maximizePlayerButton": { "button": { "label": "Maximize", @@ -134,8 +128,6 @@ "decreasePlaybackSpeedButton": "Decrease Speed button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Botão de Repetir", - "decreasePlaybackSpeed": "Decrease Playback Speed button", - "increasePlaybackSpeed": "Increase Playback Speed button", "maximizePlayerButton": "Botão de Maximizar", "openTranscriptButton": "Abrir botão de transcrição", "screenshotButton": "Botão de captura de tela", @@ -321,11 +313,11 @@ }, "playbackSpeedButtons": { "label": "Playback speed buttons", - "title": "Adds buttons to increase or decrease the playback speed of the video you're watching", "select": { "label": "Playback buttons speed", "title": "Amount of speed to be changed per click" - } + }, + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" }, "select": { "label": "Velocidade do reprodutor", From 6fe1a8e112f7d5497d491c15255b89269215f1ea Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 13 Mar 2024 15:43:10 -0400 Subject: [PATCH 0219/1783] New translations en-us.json (Persian) --- public/locales/fa-IR.json | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/public/locales/fa-IR.json b/public/locales/fa-IR.json index 27cf061c1..1c359814d 100644 --- a/public/locales/fa-IR.json +++ b/public/locales/fa-IR.json @@ -22,12 +22,6 @@ } } }, - "increasePlaybackSpeed": { - "label": "Increase playback speed" - }, - "decreasePlaybackSpeed": { - "label": "Decrease playback speed" - }, "maximizePlayerButton": { "button": { "label": "Maximize", @@ -134,8 +128,6 @@ "decreasePlaybackSpeedButton": "Decrease Speed button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", - "decreasePlaybackSpeed": "Decrease Playback Speed button", - "increasePlaybackSpeed": "Increase Playback Speed button", "maximizePlayerButton": "Maximize button", "openTranscriptButton": "Open Transcript button", "screenshotButton": "Screenshot button", @@ -321,11 +313,11 @@ }, "playbackSpeedButtons": { "label": "Playback speed buttons", - "title": "Adds buttons to increase or decrease the playback speed of the video you're watching", "select": { "label": "Playback buttons speed", "title": "Amount of speed to be changed per click" - } + }, + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" }, "select": { "label": "Player speed", From 0836898b4d80f6c251c14f1a198c8c277ca08ee9 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 13 Mar 2024 15:43:11 -0400 Subject: [PATCH 0220/1783] New translations en-us.json (Hindi) --- public/locales/hi-IN.json | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/public/locales/hi-IN.json b/public/locales/hi-IN.json index c2c0bb978..82ee86ed2 100644 --- a/public/locales/hi-IN.json +++ b/public/locales/hi-IN.json @@ -22,12 +22,6 @@ } } }, - "increasePlaybackSpeed": { - "label": "Increase playback speed" - }, - "decreasePlaybackSpeed": { - "label": "Decrease playback speed" - }, "maximizePlayerButton": { "button": { "label": "Maximize", @@ -134,8 +128,6 @@ "decreasePlaybackSpeedButton": "Decrease Speed button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", - "decreasePlaybackSpeed": "Decrease Playback Speed button", - "increasePlaybackSpeed": "Increase Playback Speed button", "maximizePlayerButton": "Maximize button", "openTranscriptButton": "Open Transcript button", "screenshotButton": "Screenshot button", @@ -321,11 +313,11 @@ }, "playbackSpeedButtons": { "label": "Playback speed buttons", - "title": "Adds buttons to increase or decrease the playback speed of the video you're watching", "select": { "label": "Playback buttons speed", "title": "Amount of speed to be changed per click" - } + }, + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" }, "select": { "label": "Player speed", From 6a6aa3a42af17e9c55dae94a2924bcbf9742aa10 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 15 Mar 2024 14:59:06 -0400 Subject: [PATCH 0221/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 46 +++++++++++++++++++-------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index 51696b631..d158dd164 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -10,45 +10,45 @@ "features": { "featureMenu": { "button": { - "label": "Feature menu" + "label": "Меню функций" } }, "loopButton": { "button": { - "label": "Loop", + "label": "Зациклить", "toggle": { - "off": "Loop off", - "on": "Loop on" + "off": "Зацикливание выключено", + "on": "Зацикливание включено" } } }, "maximizePlayerButton": { "button": { - "label": "Maximize", + "label": "Развернуть", "toggle": { - "off": "Maximize off", - "on": "Maximize on" + "off": "Проигрыватель свернут", + "on": "Проигрыватель развернут" } } }, "openTranscriptButton": { "button": { - "label": "Open transcript" + "label": "Открыть стенограмму" } }, "playbackSpeedButtons": { "buttons": { "decreasePlaybackSpeedButton": { - "label": "Decrease Speed by {{SPEED}}" + "label": "Уменьшить скорость на {{SPEED}}" }, "increasePlaybackSpeedButton": { - "label": "Increase Speed by {{SPEED}}" + "label": "Увеличить скорость на {{SPEED}}" } } }, "screenshotButton": { "button": { - "label": "Screenshot" + "label": "Скриншот" }, "copiedToClipboard": "Скриншот скопирован в буфер обмена" }, @@ -60,10 +60,10 @@ }, "volumeBoostButton": { "button": { - "label": "Volume Boost", + "label": "Усиление громкости", "toggle": { - "off": "Volume boost off", - "on": "Volume boost on" + "off": "Увеличение громкости выключено", + "on": "Увеличение громкости включено" } } } @@ -115,7 +115,7 @@ "value": "Подтвердить" }, "openTab": { - "title": "Open extension settings in a new tab" + "title": "Открывать настройки расширения в новой вкладке" }, "reset": { "title": "Сбрасывает все параметры до значений по умолчанию. Нажмите \"Подтвердить\", чтобы сохранить изменения", @@ -125,8 +125,8 @@ "buttonPlacement": { "select": { "buttonNames": { - "decreasePlaybackSpeedButton": "Decrease Speed button", - "increasePlaybackSpeedButton": "Increase Speed button", + "decreasePlaybackSpeedButton": "Кнопка уменьшения скорости видео", + "increasePlaybackSpeedButton": "Кнопка увеличения скорости видео", "loopButton": "Кнопка «Зациклить»", "maximizePlayerButton": "Кнопка «Развернуть»", "openTranscriptButton": "Кнопка «Открыть стенограмму»", @@ -214,8 +214,8 @@ "title": "Скрывает полосу прокрутки страницы" }, "hideShorts": { - "label": "Hide shorts", - "title": "Hides all shorts" + "label": "Скрыть Shorts", + "title": "Скрывает все Shorts" }, "loopButton": { "label": "Включить кнопку «Зациклить»", @@ -312,12 +312,12 @@ "title": "Устанавливает скорость проигрывания видео на ту, что вы выбрали ниже" }, "playbackSpeedButtons": { - "label": "Playback speed buttons", + "label": "Кнопки регулирования скорости видео", "select": { - "label": "Playback buttons speed", - "title": "Amount of speed to be changed per click" + "label": "Дельта кнопок регулирования скорости", + "title": "Число, на которое будет изменена скорость за клик" }, - "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + "title": "Добавляет кнопки для увеличения или уменьшения скорости воспроизведения просматриваемого видео" }, "select": { "label": "Скорость проигрывателя", From 9b6cc82ee738f6c3523c94b2be673683c696a01c Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 26 Mar 2024 23:34:29 -0400 Subject: [PATCH 0222/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index fb3cb57d7..784c6211c 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -10,24 +10,24 @@ "features": { "featureMenu": { "button": { - "label": "Feature menu" + "label": "Özellik menüsü" } }, "loopButton": { "button": { - "label": "Loop", + "label": "Tekrarla", "toggle": { - "off": "Loop off", - "on": "Loop on" + "off": "Tekrarlama kapalı", + "on": "Tekrarlama açık" } } }, "maximizePlayerButton": { "button": { - "label": "Maximize", + "label": "Ekranı kapla", "toggle": { - "off": "Maximize off", - "on": "Maximize on" + "off": "Tam ekran kapalı", + "on": "Tam ekran açıl" } } }, From fbe64ee391d63c573e667c3c76f657423fd3c234 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 29 Mar 2024 04:48:04 -0400 Subject: [PATCH 0223/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 45 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 44 insertions(+), 1 deletion(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index 784c6211c..172fe4b3e 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -425,7 +425,50 @@ } }, "title": "Ses güçlendirme ayarları" + }, + "youtubeDeepDark": { + "author": "Author", + "co-authors": "Co-authors", + "colors": { + "colorShadow": { + "label": "Shadow color", + "title": "Color for shadows" + }, + "dimmerText": { + "label": "Secondary text color", + "title": "Color for secondary text" + }, + "hoverBackground": { + "label": "Hover background", + "title": "Color for hover background" + }, + "mainBackground": { + "label": "Main background color", + "title": "Color for main background" + }, + "mainColor": { + "label": "Accent color", + "title": "Color for accent" + }, + "mainText": { + "label": "Main text color", + "title": "Color for main text" + }, + "secondBackground": { + "label": "Secondary background", + "title": "Color for secondary background" + } + }, + "enable": { + "label": "Enable selected theme", + "title": "Activate the selected theme for the page" + }, + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + }, + "title": "YouTube Deep Dark Settings" } } } -} +} From f06dbcefd4b097ee5e15078d588ef76aecba7b32 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 29 Mar 2024 04:48:05 -0400 Subject: [PATCH 0224/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 45 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 44 insertions(+), 1 deletion(-) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index d158dd164..14cd79ccc 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -425,7 +425,50 @@ } }, "title": "Настройки усиления громкости" + }, + "youtubeDeepDark": { + "author": "Author", + "co-authors": "Co-authors", + "colors": { + "colorShadow": { + "label": "Shadow color", + "title": "Color for shadows" + }, + "dimmerText": { + "label": "Secondary text color", + "title": "Color for secondary text" + }, + "hoverBackground": { + "label": "Hover background", + "title": "Color for hover background" + }, + "mainBackground": { + "label": "Main background color", + "title": "Color for main background" + }, + "mainColor": { + "label": "Accent color", + "title": "Color for accent" + }, + "mainText": { + "label": "Main text color", + "title": "Color for main text" + }, + "secondBackground": { + "label": "Secondary background", + "title": "Color for secondary background" + } + }, + "enable": { + "label": "Enable selected theme", + "title": "Activate the selected theme for the page" + }, + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + }, + "title": "YouTube Deep Dark Settings" } } } -} +} From a518a33596089fef250310fa3b608ba619a988e0 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 29 Mar 2024 04:48:05 -0400 Subject: [PATCH 0225/1783] New translations en-us.json (French) --- public/locales/fr-FR.json | 45 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 44 insertions(+), 1 deletion(-) diff --git a/public/locales/fr-FR.json b/public/locales/fr-FR.json index 33050ed0c..00a12ae60 100644 --- a/public/locales/fr-FR.json +++ b/public/locales/fr-FR.json @@ -425,7 +425,50 @@ } }, "title": "Réglages de du gain du volume" + }, + "youtubeDeepDark": { + "author": "Author", + "co-authors": "Co-authors", + "colors": { + "colorShadow": { + "label": "Shadow color", + "title": "Color for shadows" + }, + "dimmerText": { + "label": "Secondary text color", + "title": "Color for secondary text" + }, + "hoverBackground": { + "label": "Hover background", + "title": "Color for hover background" + }, + "mainBackground": { + "label": "Main background color", + "title": "Color for main background" + }, + "mainColor": { + "label": "Accent color", + "title": "Color for accent" + }, + "mainText": { + "label": "Main text color", + "title": "Color for main text" + }, + "secondBackground": { + "label": "Secondary background", + "title": "Color for secondary background" + } + }, + "enable": { + "label": "Enable selected theme", + "title": "Activate the selected theme for the page" + }, + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + }, + "title": "YouTube Deep Dark Settings" } } } -} +} From 348dd585570d96deb4032eb16ab4c33e8c3506e9 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 29 Mar 2024 04:48:06 -0400 Subject: [PATCH 0226/1783] New translations en-us.json (Spanish) --- public/locales/es-ES.json | 45 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 44 insertions(+), 1 deletion(-) diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index fb1730a2e..5ef96711d 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -425,7 +425,50 @@ } }, "title": "Ajustes de potenciado de volumen" + }, + "youtubeDeepDark": { + "author": "Author", + "co-authors": "Co-authors", + "colors": { + "colorShadow": { + "label": "Shadow color", + "title": "Color for shadows" + }, + "dimmerText": { + "label": "Secondary text color", + "title": "Color for secondary text" + }, + "hoverBackground": { + "label": "Hover background", + "title": "Color for hover background" + }, + "mainBackground": { + "label": "Main background color", + "title": "Color for main background" + }, + "mainColor": { + "label": "Accent color", + "title": "Color for accent" + }, + "mainText": { + "label": "Main text color", + "title": "Color for main text" + }, + "secondBackground": { + "label": "Secondary background", + "title": "Color for secondary background" + } + }, + "enable": { + "label": "Enable selected theme", + "title": "Activate the selected theme for the page" + }, + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + }, + "title": "YouTube Deep Dark Settings" } } } -} +} From 934be9a0a187bd2c059332baf2eb7c3abdd3a423 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 29 Mar 2024 04:48:07 -0400 Subject: [PATCH 0227/1783] New translations en-us.json (Catalan) --- public/locales/ca-ES.json | 45 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 44 insertions(+), 1 deletion(-) diff --git a/public/locales/ca-ES.json b/public/locales/ca-ES.json index 43eef6656..24422df9e 100644 --- a/public/locales/ca-ES.json +++ b/public/locales/ca-ES.json @@ -425,7 +425,50 @@ } }, "title": "Volume boost settings" + }, + "youtubeDeepDark": { + "author": "Author", + "co-authors": "Co-authors", + "colors": { + "colorShadow": { + "label": "Shadow color", + "title": "Color for shadows" + }, + "dimmerText": { + "label": "Secondary text color", + "title": "Color for secondary text" + }, + "hoverBackground": { + "label": "Hover background", + "title": "Color for hover background" + }, + "mainBackground": { + "label": "Main background color", + "title": "Color for main background" + }, + "mainColor": { + "label": "Accent color", + "title": "Color for accent" + }, + "mainText": { + "label": "Main text color", + "title": "Color for main text" + }, + "secondBackground": { + "label": "Secondary background", + "title": "Color for secondary background" + } + }, + "enable": { + "label": "Enable selected theme", + "title": "Activate the selected theme for the page" + }, + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + }, + "title": "YouTube Deep Dark Settings" } } } -} +} From d864074279b43ab8f55584a51a06d68cc95620b9 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 29 Mar 2024 04:48:08 -0400 Subject: [PATCH 0228/1783] New translations en-us.json (Czech) --- public/locales/cs-CZ.json | 45 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 44 insertions(+), 1 deletion(-) diff --git a/public/locales/cs-CZ.json b/public/locales/cs-CZ.json index bd8177e10..5c6251e68 100644 --- a/public/locales/cs-CZ.json +++ b/public/locales/cs-CZ.json @@ -425,7 +425,50 @@ } }, "title": "Volume boost settings" + }, + "youtubeDeepDark": { + "author": "Author", + "co-authors": "Co-authors", + "colors": { + "colorShadow": { + "label": "Shadow color", + "title": "Color for shadows" + }, + "dimmerText": { + "label": "Secondary text color", + "title": "Color for secondary text" + }, + "hoverBackground": { + "label": "Hover background", + "title": "Color for hover background" + }, + "mainBackground": { + "label": "Main background color", + "title": "Color for main background" + }, + "mainColor": { + "label": "Accent color", + "title": "Color for accent" + }, + "mainText": { + "label": "Main text color", + "title": "Color for main text" + }, + "secondBackground": { + "label": "Secondary background", + "title": "Color for secondary background" + } + }, + "enable": { + "label": "Enable selected theme", + "title": "Activate the selected theme for the page" + }, + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + }, + "title": "YouTube Deep Dark Settings" } } } -} +} From 8c1c8099fe6827d66d055c71102a0c232791eae6 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 29 Mar 2024 04:48:09 -0400 Subject: [PATCH 0229/1783] New translations en-us.json (German) --- public/locales/de-DE.json | 45 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 44 insertions(+), 1 deletion(-) diff --git a/public/locales/de-DE.json b/public/locales/de-DE.json index a229ea52d..e8b64df76 100644 --- a/public/locales/de-DE.json +++ b/public/locales/de-DE.json @@ -425,7 +425,50 @@ } }, "title": "´Lautstärke-Boost Einstellungen" + }, + "youtubeDeepDark": { + "author": "Author", + "co-authors": "Co-authors", + "colors": { + "colorShadow": { + "label": "Shadow color", + "title": "Color for shadows" + }, + "dimmerText": { + "label": "Secondary text color", + "title": "Color for secondary text" + }, + "hoverBackground": { + "label": "Hover background", + "title": "Color for hover background" + }, + "mainBackground": { + "label": "Main background color", + "title": "Color for main background" + }, + "mainColor": { + "label": "Accent color", + "title": "Color for accent" + }, + "mainText": { + "label": "Main text color", + "title": "Color for main text" + }, + "secondBackground": { + "label": "Secondary background", + "title": "Color for secondary background" + } + }, + "enable": { + "label": "Enable selected theme", + "title": "Activate the selected theme for the page" + }, + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + }, + "title": "YouTube Deep Dark Settings" } } } -} +} From 435f513a17365ac84649da1e976893661bf008c4 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 29 Mar 2024 04:48:09 -0400 Subject: [PATCH 0230/1783] New translations en-us.json (Hebrew) --- public/locales/he-IL.json | 45 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 44 insertions(+), 1 deletion(-) diff --git a/public/locales/he-IL.json b/public/locales/he-IL.json index 120fc2d7b..44bd25eaf 100644 --- a/public/locales/he-IL.json +++ b/public/locales/he-IL.json @@ -425,7 +425,50 @@ } }, "title": "Volume boost settings" + }, + "youtubeDeepDark": { + "author": "Author", + "co-authors": "Co-authors", + "colors": { + "colorShadow": { + "label": "Shadow color", + "title": "Color for shadows" + }, + "dimmerText": { + "label": "Secondary text color", + "title": "Color for secondary text" + }, + "hoverBackground": { + "label": "Hover background", + "title": "Color for hover background" + }, + "mainBackground": { + "label": "Main background color", + "title": "Color for main background" + }, + "mainColor": { + "label": "Accent color", + "title": "Color for accent" + }, + "mainText": { + "label": "Main text color", + "title": "Color for main text" + }, + "secondBackground": { + "label": "Secondary background", + "title": "Color for secondary background" + } + }, + "enable": { + "label": "Enable selected theme", + "title": "Activate the selected theme for the page" + }, + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + }, + "title": "YouTube Deep Dark Settings" } } } -} +} From 2d4623748cc741d404e3da99425a429975787eb1 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 29 Mar 2024 04:48:10 -0400 Subject: [PATCH 0231/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 45 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 44 insertions(+), 1 deletion(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index e227cf123..ed96045b1 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -425,7 +425,50 @@ } }, "title": "Volume boost settings" + }, + "youtubeDeepDark": { + "author": "Author", + "co-authors": "Co-authors", + "colors": { + "colorShadow": { + "label": "Shadow color", + "title": "Color for shadows" + }, + "dimmerText": { + "label": "Secondary text color", + "title": "Color for secondary text" + }, + "hoverBackground": { + "label": "Hover background", + "title": "Color for hover background" + }, + "mainBackground": { + "label": "Main background color", + "title": "Color for main background" + }, + "mainColor": { + "label": "Accent color", + "title": "Color for accent" + }, + "mainText": { + "label": "Main text color", + "title": "Color for main text" + }, + "secondBackground": { + "label": "Secondary background", + "title": "Color for secondary background" + } + }, + "enable": { + "label": "Enable selected theme", + "title": "Activate the selected theme for the page" + }, + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + }, + "title": "YouTube Deep Dark Settings" } } } -} +} From 5bd00427e52651df461c230f42e119174a9b1bb8 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 29 Mar 2024 04:48:11 -0400 Subject: [PATCH 0232/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 45 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 44 insertions(+), 1 deletion(-) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index 0bf2143db..daa34c2e7 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -425,7 +425,50 @@ } }, "title": "音量ブーストの設定" + }, + "youtubeDeepDark": { + "author": "Author", + "co-authors": "Co-authors", + "colors": { + "colorShadow": { + "label": "Shadow color", + "title": "Color for shadows" + }, + "dimmerText": { + "label": "Secondary text color", + "title": "Color for secondary text" + }, + "hoverBackground": { + "label": "Hover background", + "title": "Color for hover background" + }, + "mainBackground": { + "label": "Main background color", + "title": "Color for main background" + }, + "mainColor": { + "label": "Accent color", + "title": "Color for accent" + }, + "mainText": { + "label": "Main text color", + "title": "Color for main text" + }, + "secondBackground": { + "label": "Secondary background", + "title": "Color for secondary background" + } + }, + "enable": { + "label": "Enable selected theme", + "title": "Activate the selected theme for the page" + }, + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + }, + "title": "YouTube Deep Dark Settings" } } } -} +} From 08c72d957b6d92c0eb849a63dee981d37873ee79 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 29 Mar 2024 04:48:12 -0400 Subject: [PATCH 0233/1783] New translations en-us.json (Polish) --- public/locales/pl-PL.json | 45 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 44 insertions(+), 1 deletion(-) diff --git a/public/locales/pl-PL.json b/public/locales/pl-PL.json index 000346d0c..0eaf943f8 100644 --- a/public/locales/pl-PL.json +++ b/public/locales/pl-PL.json @@ -425,7 +425,50 @@ } }, "title": "Volume boost settings" + }, + "youtubeDeepDark": { + "author": "Author", + "co-authors": "Co-authors", + "colors": { + "colorShadow": { + "label": "Shadow color", + "title": "Color for shadows" + }, + "dimmerText": { + "label": "Secondary text color", + "title": "Color for secondary text" + }, + "hoverBackground": { + "label": "Hover background", + "title": "Color for hover background" + }, + "mainBackground": { + "label": "Main background color", + "title": "Color for main background" + }, + "mainColor": { + "label": "Accent color", + "title": "Color for accent" + }, + "mainText": { + "label": "Main text color", + "title": "Color for main text" + }, + "secondBackground": { + "label": "Secondary background", + "title": "Color for secondary background" + } + }, + "enable": { + "label": "Enable selected theme", + "title": "Activate the selected theme for the page" + }, + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + }, + "title": "YouTube Deep Dark Settings" } } } -} +} From fcf8b49bacf5cd8e043381e82ae2f06f0f42792e Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 29 Mar 2024 04:48:12 -0400 Subject: [PATCH 0234/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 45 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 44 insertions(+), 1 deletion(-) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index c2dc3c045..1ae11f211 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -425,7 +425,50 @@ } }, "title": "Inställningar för volymökning" + }, + "youtubeDeepDark": { + "author": "Author", + "co-authors": "Co-authors", + "colors": { + "colorShadow": { + "label": "Shadow color", + "title": "Color for shadows" + }, + "dimmerText": { + "label": "Secondary text color", + "title": "Color for secondary text" + }, + "hoverBackground": { + "label": "Hover background", + "title": "Color for hover background" + }, + "mainBackground": { + "label": "Main background color", + "title": "Color for main background" + }, + "mainColor": { + "label": "Accent color", + "title": "Color for accent" + }, + "mainText": { + "label": "Main text color", + "title": "Color for main text" + }, + "secondBackground": { + "label": "Secondary background", + "title": "Color for secondary background" + } + }, + "enable": { + "label": "Enable selected theme", + "title": "Activate the selected theme for the page" + }, + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + }, + "title": "YouTube Deep Dark Settings" } } } -} +} From bf219aab454b9ba05d55acbf940692be158e4bcf Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 29 Mar 2024 04:48:13 -0400 Subject: [PATCH 0235/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 45 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 44 insertions(+), 1 deletion(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index f16d4cfcd..3c68c155c 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -425,7 +425,50 @@ } }, "title": "音量增强设置" + }, + "youtubeDeepDark": { + "author": "Author", + "co-authors": "Co-authors", + "colors": { + "colorShadow": { + "label": "Shadow color", + "title": "Color for shadows" + }, + "dimmerText": { + "label": "Secondary text color", + "title": "Color for secondary text" + }, + "hoverBackground": { + "label": "Hover background", + "title": "Color for hover background" + }, + "mainBackground": { + "label": "Main background color", + "title": "Color for main background" + }, + "mainColor": { + "label": "Accent color", + "title": "Color for accent" + }, + "mainText": { + "label": "Main text color", + "title": "Color for main text" + }, + "secondBackground": { + "label": "Secondary background", + "title": "Color for secondary background" + } + }, + "enable": { + "label": "Enable selected theme", + "title": "Activate the selected theme for the page" + }, + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + }, + "title": "YouTube Deep Dark Settings" } } } -} +} From ae17f09d533f1c7426255c5fe849c83ff085f037 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 29 Mar 2024 04:48:14 -0400 Subject: [PATCH 0236/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 45 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 44 insertions(+), 1 deletion(-) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index 93fc08690..a27c70688 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -425,7 +425,50 @@ } }, "title": "音量增強設定" + }, + "youtubeDeepDark": { + "author": "Author", + "co-authors": "Co-authors", + "colors": { + "colorShadow": { + "label": "Shadow color", + "title": "Color for shadows" + }, + "dimmerText": { + "label": "Secondary text color", + "title": "Color for secondary text" + }, + "hoverBackground": { + "label": "Hover background", + "title": "Color for hover background" + }, + "mainBackground": { + "label": "Main background color", + "title": "Color for main background" + }, + "mainColor": { + "label": "Accent color", + "title": "Color for accent" + }, + "mainText": { + "label": "Main text color", + "title": "Color for main text" + }, + "secondBackground": { + "label": "Secondary background", + "title": "Color for secondary background" + } + }, + "enable": { + "label": "Enable selected theme", + "title": "Activate the selected theme for the page" + }, + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + }, + "title": "YouTube Deep Dark Settings" } } } -} +} From b6a94f951bf1d81ef17745beed5ee973732d43fd Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 29 Mar 2024 04:48:14 -0400 Subject: [PATCH 0237/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 45 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 44 insertions(+), 1 deletion(-) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index dea8d33dc..2714e0716 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -425,7 +425,50 @@ } }, "title": "Configurações de impulso de volume" + }, + "youtubeDeepDark": { + "author": "Author", + "co-authors": "Co-authors", + "colors": { + "colorShadow": { + "label": "Shadow color", + "title": "Color for shadows" + }, + "dimmerText": { + "label": "Secondary text color", + "title": "Color for secondary text" + }, + "hoverBackground": { + "label": "Hover background", + "title": "Color for hover background" + }, + "mainBackground": { + "label": "Main background color", + "title": "Color for main background" + }, + "mainColor": { + "label": "Accent color", + "title": "Color for accent" + }, + "mainText": { + "label": "Main text color", + "title": "Color for main text" + }, + "secondBackground": { + "label": "Secondary background", + "title": "Color for secondary background" + } + }, + "enable": { + "label": "Enable selected theme", + "title": "Activate the selected theme for the page" + }, + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + }, + "title": "YouTube Deep Dark Settings" } } } -} +} From d91b189ad8544cd797d125032de3e99d5b0cb58d Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 29 Mar 2024 04:48:15 -0400 Subject: [PATCH 0238/1783] New translations en-us.json (Persian) --- public/locales/fa-IR.json | 45 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 44 insertions(+), 1 deletion(-) diff --git a/public/locales/fa-IR.json b/public/locales/fa-IR.json index 1c359814d..be4f86e3c 100644 --- a/public/locales/fa-IR.json +++ b/public/locales/fa-IR.json @@ -425,7 +425,50 @@ } }, "title": "Volume boost settings" + }, + "youtubeDeepDark": { + "author": "Author", + "co-authors": "Co-authors", + "colors": { + "colorShadow": { + "label": "Shadow color", + "title": "Color for shadows" + }, + "dimmerText": { + "label": "Secondary text color", + "title": "Color for secondary text" + }, + "hoverBackground": { + "label": "Hover background", + "title": "Color for hover background" + }, + "mainBackground": { + "label": "Main background color", + "title": "Color for main background" + }, + "mainColor": { + "label": "Accent color", + "title": "Color for accent" + }, + "mainText": { + "label": "Main text color", + "title": "Color for main text" + }, + "secondBackground": { + "label": "Secondary background", + "title": "Color for secondary background" + } + }, + "enable": { + "label": "Enable selected theme", + "title": "Activate the selected theme for the page" + }, + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + }, + "title": "YouTube Deep Dark Settings" } } } -} +} From 861c7e092e6e74f1293370dcfcc936e278d922e0 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 29 Mar 2024 04:48:15 -0400 Subject: [PATCH 0239/1783] New translations en-us.json (Hindi) --- public/locales/hi-IN.json | 45 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 44 insertions(+), 1 deletion(-) diff --git a/public/locales/hi-IN.json b/public/locales/hi-IN.json index 82ee86ed2..d76c9a50d 100644 --- a/public/locales/hi-IN.json +++ b/public/locales/hi-IN.json @@ -425,7 +425,50 @@ } }, "title": "Volume boost settings" + }, + "youtubeDeepDark": { + "author": "Author", + "co-authors": "Co-authors", + "colors": { + "colorShadow": { + "label": "Shadow color", + "title": "Color for shadows" + }, + "dimmerText": { + "label": "Secondary text color", + "title": "Color for secondary text" + }, + "hoverBackground": { + "label": "Hover background", + "title": "Color for hover background" + }, + "mainBackground": { + "label": "Main background color", + "title": "Color for main background" + }, + "mainColor": { + "label": "Accent color", + "title": "Color for accent" + }, + "mainText": { + "label": "Main text color", + "title": "Color for main text" + }, + "secondBackground": { + "label": "Secondary background", + "title": "Color for secondary background" + } + }, + "enable": { + "label": "Enable selected theme", + "title": "Activate the selected theme for the page" + }, + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + }, + "title": "YouTube Deep Dark Settings" } } } -} +} From 1676e5d960bfb1cd50363311be539098d95d98f8 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 29 Mar 2024 06:22:59 -0400 Subject: [PATCH 0240/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 42 +++++++++++++++++++-------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index a27c70688..78584ff49 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -427,47 +427,47 @@ "title": "音量增強設定" }, "youtubeDeepDark": { - "author": "Author", - "co-authors": "Co-authors", + "author": "作者", + "co-authors": "共同作者", "colors": { "colorShadow": { - "label": "Shadow color", - "title": "Color for shadows" + "label": "陰影顏色", + "title": "陰影的顏色" }, "dimmerText": { - "label": "Secondary text color", - "title": "Color for secondary text" + "label": "次要文字顏色", + "title": "次要文字的顏色" }, "hoverBackground": { - "label": "Hover background", - "title": "Color for hover background" + "label": "滑過背景", + "title": "滑過背景顏色" }, "mainBackground": { - "label": "Main background color", - "title": "Color for main background" + "label": "主要背景顏色", + "title": "主要背景的顏色" }, "mainColor": { - "label": "Accent color", - "title": "Color for accent" + "label": "重點色調", + "title": "重點色調的顏色" }, "mainText": { - "label": "Main text color", - "title": "Color for main text" + "label": "主要文字顏色", + "title": "主要文字的顏色" }, "secondBackground": { - "label": "Secondary background", - "title": "Color for secondary background" + "label": "次要背景", + "title": "次要背景顏色" } }, "enable": { - "label": "Enable selected theme", - "title": "Activate the selected theme for the page" + "label": "啟用已選主題", + "title": "啟用頁面的已選主題" }, "select": { - "label": "Select theme", - "title": "Select a theme to be applied to the page" + "label": "選擇主題", + "title": "選擇套用到頁面的主題" }, - "title": "YouTube Deep Dark Settings" + "title": "YouTube Deep Dark 設定" } } } From c9ab60da4f819cc6eabd5f60187d39484c70c742 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 31 Mar 2024 11:28:48 -0400 Subject: [PATCH 0241/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index 172fe4b3e..3e03aa1a8 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -427,45 +427,45 @@ "title": "Ses güçlendirme ayarları" }, "youtubeDeepDark": { - "author": "Author", - "co-authors": "Co-authors", + "author": "Yazar", + "co-authors": "Ortak yazarlar", "colors": { "colorShadow": { - "label": "Shadow color", + "label": "Gölge rengi", "title": "Color for shadows" }, "dimmerText": { - "label": "Secondary text color", + "label": "İkincil metin rengi", "title": "Color for secondary text" }, "hoverBackground": { - "label": "Hover background", + "label": "Arka plan rengi", "title": "Color for hover background" }, "mainBackground": { - "label": "Main background color", + "label": "Ana arka plan rengi", "title": "Color for main background" }, "mainColor": { - "label": "Accent color", + "label": "Vurgu rengi", "title": "Color for accent" }, "mainText": { - "label": "Main text color", + "label": "Ana metin rengi", "title": "Color for main text" }, "secondBackground": { - "label": "Secondary background", + "label": "İkincil arka plan rengi", "title": "Color for secondary background" } }, "enable": { - "label": "Enable selected theme", - "title": "Activate the selected theme for the page" + "label": "Seçilen temayı etkinleştir", + "title": "Sayfa için seçilen temayı etkinleştirin" }, "select": { - "label": "Select theme", - "title": "Select a theme to be applied to the page" + "label": "Tema seç", + "title": "Sayfa için uygulanacak bir tema seçin" }, "title": "YouTube Deep Dark Settings" } From b891c02f5f45c0e1196cb540f4c1e7b4b23a0ea0 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 31 Mar 2024 12:24:54 -0400 Subject: [PATCH 0242/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 80 +++++++++++++++++++-------------------- 1 file changed, 40 insertions(+), 40 deletions(-) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index 1ae11f211..f088dd316 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -10,45 +10,45 @@ "features": { "featureMenu": { "button": { - "label": "Feature menu" + "label": "Funktionsmeny" } }, "loopButton": { "button": { - "label": "Loop", + "label": "Slinga", "toggle": { - "off": "Loop off", - "on": "Loop on" + "off": "Slinga av", + "on": "Slinga på" } } }, "maximizePlayerButton": { "button": { - "label": "Maximize", + "label": "Maximera", "toggle": { - "off": "Maximize off", - "on": "Maximize on" + "off": "Maximera av", + "on": "Maximera på" } } }, "openTranscriptButton": { "button": { - "label": "Open transcript" + "label": "Öppna transkript" } }, "playbackSpeedButtons": { "buttons": { "decreasePlaybackSpeedButton": { - "label": "Decrease Speed by {{SPEED}}" + "label": "Minska hastigheten med {{SPEED}}" }, "increasePlaybackSpeedButton": { - "label": "Increase Speed by {{SPEED}}" + "label": "Öka hastigheten med {{SPEED}}" } } }, "screenshotButton": { "button": { - "label": "Screenshot" + "label": "Skärmbild" }, "copiedToClipboard": "Skärmbild kopierad till urklipp" }, @@ -60,10 +60,10 @@ }, "volumeBoostButton": { "button": { - "label": "Volume Boost", + "label": "Volymökning", "toggle": { - "off": "Volume boost off", - "on": "Volume boost on" + "off": "Volymökning av", + "on": "Volymökning på" } } } @@ -125,8 +125,8 @@ "buttonPlacement": { "select": { "buttonNames": { - "decreasePlaybackSpeedButton": "Decrease Speed button", - "increasePlaybackSpeedButton": "Increase Speed button", + "decreasePlaybackSpeedButton": "Knapp för att mindska hastigheten", + "increasePlaybackSpeedButton": "Knapp för att öka hastigheten", "loopButton": "Slingknapp", "maximizePlayerButton": "Maximeraknapp", "openTranscriptButton": "Öppna transkriptknapp", @@ -312,12 +312,12 @@ "title": "Ställer in videohastigheten till det du väljer nedan" }, "playbackSpeedButtons": { - "label": "Playback speed buttons", + "label": "Knapp för uppspelningshastigheten", "select": { "label": "Playback buttons speed", - "title": "Amount of speed to be changed per click" + "title": "Hastighetsändring per klick" }, - "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + "title": "Lägger till knappar för att öka eller minska uppspelningshastigheten på videon du tittar på" }, "select": { "label": "Uppspelningshastighet", @@ -427,47 +427,47 @@ "title": "Inställningar för volymökning" }, "youtubeDeepDark": { - "author": "Author", - "co-authors": "Co-authors", + "author": "Skapare", + "co-authors": "Medskapare", "colors": { "colorShadow": { - "label": "Shadow color", - "title": "Color for shadows" + "label": "Skuggfärg", + "title": "Färg för skuggor" }, "dimmerText": { - "label": "Secondary text color", - "title": "Color for secondary text" + "label": "Sekundär textfärg", + "title": "Färg för sekundärtext" }, "hoverBackground": { - "label": "Hover background", - "title": "Color for hover background" + "label": "Musöverbakgrund", + "title": "Färg för musöverbakgrund" }, "mainBackground": { - "label": "Main background color", - "title": "Color for main background" + "label": "Primär bakgrundsfärg", + "title": "Färg för primär bakgrund" }, "mainColor": { - "label": "Accent color", - "title": "Color for accent" + "label": "Accentfärg", + "title": "Färg för accent" }, "mainText": { - "label": "Main text color", - "title": "Color for main text" + "label": "Primär textfärg", + "title": "Färg för primär text" }, "secondBackground": { - "label": "Secondary background", - "title": "Color for secondary background" + "label": "Sekundär bakgrund", + "title": "Färg för sekundär bakgrund" } }, "enable": { - "label": "Enable selected theme", - "title": "Activate the selected theme for the page" + "label": "Aktivera valt tema", + "title": "Aktivera det valda temat för sidan" }, "select": { - "label": "Select theme", - "title": "Select a theme to be applied to the page" + "label": "Välj tema", + "title": "Välj ett tema som ska tillämpas på sidan" }, - "title": "YouTube Deep Dark Settings" + "title": "Deep Dark-inställningar för YouTube" } } } From 3de9df931aeb8a3a0dd41aa97aebc751ead98427 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 31 Mar 2024 16:29:03 -0400 Subject: [PATCH 0243/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index daa34c2e7..c7e07c881 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -427,11 +427,11 @@ "title": "音量ブーストの設定" }, "youtubeDeepDark": { - "author": "Author", - "co-authors": "Co-authors", + "author": "作家", + "co-authors": "共同作家", "colors": { "colorShadow": { - "label": "Shadow color", + "label": "陰の色", "title": "Color for shadows" }, "dimmerText": { From 3cffa940dafe1f667831f0aaef08764c8a46e395 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 31 Mar 2024 17:32:52 -0400 Subject: [PATCH 0244/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index f088dd316..d1fe633a4 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -129,7 +129,7 @@ "increasePlaybackSpeedButton": "Knapp för att öka hastigheten", "loopButton": "Slingknapp", "maximizePlayerButton": "Maximeraknapp", - "openTranscriptButton": "Öppna transkriptknapp", + "openTranscriptButton": "Transkriptknapp", "screenshotButton": "Skärmbildsknapp", "volumeBoostButton": "Volymökningsknapp" }, @@ -272,7 +272,7 @@ "title": "Välj färgen för On-Screen Display" }, "hide": { - "label": "Dölj fördröjning", + "label": "Döljfördröjning", "title": "Ange tiden i millisekunder innan On-Screen Display automatiskt döljs" }, "opacity": { From 5fc42ee98ef75d1d53434186b68262b4b394698e Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 31 Mar 2024 18:49:33 -0400 Subject: [PATCH 0245/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 32 ++++++++++++++++++-------------- 1 file changed, 18 insertions(+), 14 deletions(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index 3e03aa1a8..3372ede76 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -233,6 +233,10 @@ "label": "Fare ile üzerine gelerek Youtube ayarlarını açın", "title": "Ayarlar düğmesinin üzerine gelindiğinde YouTube ayarlar menüsünü açar" }, + "pauseBackgroundPlayers": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + }, "remainingTime": { "label": "Kalan süre", "title": "İzlediğiniz videonun kalan süresini gösterir" @@ -427,48 +431,48 @@ "title": "Ses güçlendirme ayarları" }, "youtubeDeepDark": { - "author": "Yazar", - "co-authors": "Ortak yazarlar", + "author": "Author", + "co-authors": "Co-authors", "colors": { "colorShadow": { - "label": "Gölge rengi", + "label": "Shadow color", "title": "Color for shadows" }, "dimmerText": { - "label": "İkincil metin rengi", + "label": "Secondary text color", "title": "Color for secondary text" }, "hoverBackground": { - "label": "Arka plan rengi", + "label": "Hover background", "title": "Color for hover background" }, "mainBackground": { - "label": "Ana arka plan rengi", + "label": "Main background color", "title": "Color for main background" }, "mainColor": { - "label": "Vurgu rengi", + "label": "Accent color", "title": "Color for accent" }, "mainText": { - "label": "Ana metin rengi", + "label": "Main text color", "title": "Color for main text" }, "secondBackground": { - "label": "İkincil arka plan rengi", + "label": "Secondary background", "title": "Color for secondary background" } }, "enable": { - "label": "Seçilen temayı etkinleştir", - "title": "Sayfa için seçilen temayı etkinleştirin" + "label": "Enable selected theme", + "title": "Activate the selected theme for the page" }, "select": { - "label": "Tema seç", - "title": "Sayfa için uygulanacak bir tema seçin" + "label": "Select theme", + "title": "Select a theme to be applied to the page" }, "title": "YouTube Deep Dark Settings" } } } -} +} From fce2687c078977c993df3e2308a82a010c104bb7 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 31 Mar 2024 18:49:34 -0400 Subject: [PATCH 0246/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index 14cd79ccc..2489dbcce 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -233,6 +233,10 @@ "label": "Открывать настройки YouTube при наведении курсора", "title": "Открывает меню настроек YouTube при наведении на кнопку меню" }, + "pauseBackgroundPlayers": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + }, "remainingTime": { "label": "Включить отображение оставшегося времени", "title": "Показывает оставшееся время просмотра видео" @@ -471,4 +475,4 @@ } } } -} +} From d92a9a97e463c9c47ba18875abdb9d0b1348249e Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 31 Mar 2024 18:49:35 -0400 Subject: [PATCH 0247/1783] New translations en-us.json (French) --- public/locales/fr-FR.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/fr-FR.json b/public/locales/fr-FR.json index 00a12ae60..9423a4a0d 100644 --- a/public/locales/fr-FR.json +++ b/public/locales/fr-FR.json @@ -233,6 +233,10 @@ "label": "Ouvrir les paramètres YouTube au survol", "title": "Ouvre le menu des paramètres YouTube lorsque vous survolez le bouton des paramètres" }, + "pauseBackgroundPlayers": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + }, "remainingTime": { "label": "Temps restant", "title": "Affiche le temps restant de la vidéo que vous regardez" @@ -471,4 +475,4 @@ } } } -} +} From d9b38f8b3d078d025cbe35475a2694edd9cf058b Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 31 Mar 2024 18:49:36 -0400 Subject: [PATCH 0248/1783] New translations en-us.json (Spanish) --- public/locales/es-ES.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index 5ef96711d..8bfe312ce 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -233,6 +233,10 @@ "label": "Abrir ajustes de YouTube al pasar el cursor", "title": "Abre el menú de configuración de YouTube cuando pasa el cursor por encima del botón de ajustes" }, + "pauseBackgroundPlayers": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + }, "remainingTime": { "label": "Tiempo restante", "title": "Muestra el tiempo restante del vídeo que estás viendo" @@ -471,4 +475,4 @@ } } } -} +} From 61730bcead338dad4bd9fcfc02ba4ced4cc70f64 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 31 Mar 2024 18:49:37 -0400 Subject: [PATCH 0249/1783] New translations en-us.json (Catalan) --- public/locales/ca-ES.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/ca-ES.json b/public/locales/ca-ES.json index 24422df9e..ea785dfc0 100644 --- a/public/locales/ca-ES.json +++ b/public/locales/ca-ES.json @@ -233,6 +233,10 @@ "label": "Open YouTube settings on hover", "title": "Opens the YouTube settings menu when you hover over the settings button" }, + "pauseBackgroundPlayers": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + }, "remainingTime": { "label": "Remaining time", "title": "Shows the remaining time of the video you're watching" @@ -471,4 +475,4 @@ } } } -} +} From e228c0e25f538da66709adb646089368a0f91dff Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 31 Mar 2024 18:49:37 -0400 Subject: [PATCH 0250/1783] New translations en-us.json (Czech) --- public/locales/cs-CZ.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/cs-CZ.json b/public/locales/cs-CZ.json index 5c6251e68..69e9a9e2f 100644 --- a/public/locales/cs-CZ.json +++ b/public/locales/cs-CZ.json @@ -233,6 +233,10 @@ "label": "Open YouTube settings on hover", "title": "Opens the YouTube settings menu when you hover over the settings button" }, + "pauseBackgroundPlayers": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + }, "remainingTime": { "label": "Remaining time", "title": "Shows the remaining time of the video you're watching" @@ -471,4 +475,4 @@ } } } -} +} From a3d3e11b96cb03c22dea1fcc87c335fca2eab9c3 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 31 Mar 2024 18:49:38 -0400 Subject: [PATCH 0251/1783] New translations en-us.json (German) --- public/locales/de-DE.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/de-DE.json b/public/locales/de-DE.json index e8b64df76..3b3c97d10 100644 --- a/public/locales/de-DE.json +++ b/public/locales/de-DE.json @@ -233,6 +233,10 @@ "label": "Open YouTube settings on hover", "title": "Opens the YouTube settings menu when you hover over the settings button" }, + "pauseBackgroundPlayers": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + }, "remainingTime": { "label": "Verbleibende Zeit", "title": "Zeigt die verbleibende Zeit des Videos, das du siehst" @@ -471,4 +475,4 @@ } } } -} +} From 4fc316c55e8ba78b98cacada58f668cf82648933 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 31 Mar 2024 18:49:39 -0400 Subject: [PATCH 0252/1783] New translations en-us.json (Hebrew) --- public/locales/he-IL.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/he-IL.json b/public/locales/he-IL.json index 44bd25eaf..e660d02d6 100644 --- a/public/locales/he-IL.json +++ b/public/locales/he-IL.json @@ -233,6 +233,10 @@ "label": "Open YouTube settings on hover", "title": "Opens the YouTube settings menu when you hover over the settings button" }, + "pauseBackgroundPlayers": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + }, "remainingTime": { "label": "Remaining time", "title": "Shows the remaining time of the video you're watching" @@ -471,4 +475,4 @@ } } } -} +} From 5c79d091be8aeb1ee74c19e191d0ddf2ae1f2b51 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 31 Mar 2024 18:49:40 -0400 Subject: [PATCH 0253/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index ed96045b1..04375ae29 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -233,6 +233,10 @@ "label": "Open YouTube settings on hover", "title": "Opens the YouTube settings menu when you hover over the settings button" }, + "pauseBackgroundPlayers": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + }, "remainingTime": { "label": "Remaining time", "title": "Shows the remaining time of the video you're watching" @@ -471,4 +475,4 @@ } } } -} +} From 6564e5be58fff3114c5f39313e3e0a9896597106 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 31 Mar 2024 18:49:40 -0400 Subject: [PATCH 0254/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index c7e07c881..06b08cfaa 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -233,6 +233,10 @@ "label": "マウスを合わせでYouTubeの設定を開ける", "title": "設定ボタンにマウスを合わせたときにYouTubeの設定メニューを開けてする" }, + "pauseBackgroundPlayers": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + }, "remainingTime": { "label": "残り時間", "title": "動画の残り時間を表示します" @@ -427,11 +431,11 @@ "title": "音量ブーストの設定" }, "youtubeDeepDark": { - "author": "作家", - "co-authors": "共同作家", + "author": "Author", + "co-authors": "Co-authors", "colors": { "colorShadow": { - "label": "陰の色", + "label": "Shadow color", "title": "Color for shadows" }, "dimmerText": { @@ -471,4 +475,4 @@ } } } -} +} From fc12602d297d574114d0beea4e46cb80eb979a07 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 31 Mar 2024 18:49:41 -0400 Subject: [PATCH 0255/1783] New translations en-us.json (Polish) --- public/locales/pl-PL.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/pl-PL.json b/public/locales/pl-PL.json index 0eaf943f8..b302c5a3d 100644 --- a/public/locales/pl-PL.json +++ b/public/locales/pl-PL.json @@ -233,6 +233,10 @@ "label": "Open YouTube settings on hover", "title": "Opens the YouTube settings menu when you hover over the settings button" }, + "pauseBackgroundPlayers": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + }, "remainingTime": { "label": "Remaining time", "title": "Shows the remaining time of the video you're watching" @@ -471,4 +475,4 @@ } } } -} +} From 374556d6ce9d872194897df98122e5ab2436601e Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 31 Mar 2024 18:49:42 -0400 Subject: [PATCH 0256/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 48 +++++++++++++++++++++------------------ 1 file changed, 26 insertions(+), 22 deletions(-) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index d1fe633a4..1de92273c 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -233,6 +233,10 @@ "label": "Öppna YouTube-inställningar vid musöver", "title": "Öppnar YouTube-inställningsmenyn när du håller muspekaren över inställningsknappen" }, + "pauseBackgroundPlayers": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + }, "remainingTime": { "label": "Återstående tid", "title": "Visar återstående tid för videon du tittar på" @@ -427,48 +431,48 @@ "title": "Inställningar för volymökning" }, "youtubeDeepDark": { - "author": "Skapare", - "co-authors": "Medskapare", + "author": "Author", + "co-authors": "Co-authors", "colors": { "colorShadow": { - "label": "Skuggfärg", - "title": "Färg för skuggor" + "label": "Shadow color", + "title": "Color for shadows" }, "dimmerText": { - "label": "Sekundär textfärg", - "title": "Färg för sekundärtext" + "label": "Secondary text color", + "title": "Color for secondary text" }, "hoverBackground": { - "label": "Musöverbakgrund", - "title": "Färg för musöverbakgrund" + "label": "Hover background", + "title": "Color for hover background" }, "mainBackground": { - "label": "Primär bakgrundsfärg", - "title": "Färg för primär bakgrund" + "label": "Main background color", + "title": "Color for main background" }, "mainColor": { - "label": "Accentfärg", - "title": "Färg för accent" + "label": "Accent color", + "title": "Color for accent" }, "mainText": { - "label": "Primär textfärg", - "title": "Färg för primär text" + "label": "Main text color", + "title": "Color for main text" }, "secondBackground": { - "label": "Sekundär bakgrund", - "title": "Färg för sekundär bakgrund" + "label": "Secondary background", + "title": "Color for secondary background" } }, "enable": { - "label": "Aktivera valt tema", - "title": "Aktivera det valda temat för sidan" + "label": "Enable selected theme", + "title": "Activate the selected theme for the page" }, "select": { - "label": "Välj tema", - "title": "Välj ett tema som ska tillämpas på sidan" + "label": "Select theme", + "title": "Select a theme to be applied to the page" }, - "title": "Deep Dark-inställningar för YouTube" + "title": "YouTube Deep Dark Settings" } } } -} +} From 7ba05bd3097fa9987fe61076519472612baa0f93 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 31 Mar 2024 18:49:43 -0400 Subject: [PATCH 0257/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index 3c68c155c..ef604a0ac 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -233,6 +233,10 @@ "label": "悬停时打开 YouTube 设置", "title": "当您悬停在设置按钮上时打开 YouTube 设置菜单" }, + "pauseBackgroundPlayers": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + }, "remainingTime": { "label": "剩余时间", "title": "显示您观看的视频的剩余时间" @@ -471,4 +475,4 @@ } } } -} +} From c8c262360786a23ed82ad26654393ca2fab94cff Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 31 Mar 2024 18:49:43 -0400 Subject: [PATCH 0258/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 48 +++++++++++++++++++++------------------ 1 file changed, 26 insertions(+), 22 deletions(-) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index 78584ff49..6486b1080 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -233,6 +233,10 @@ "label": "懸浮時開啟設定選單", "title": "鼠標懸浮在設定按鈕時開啟選單" }, + "pauseBackgroundPlayers": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + }, "remainingTime": { "label": "剩餘時間", "title": "顥示現時影片的剩餘時間" @@ -427,48 +431,48 @@ "title": "音量增強設定" }, "youtubeDeepDark": { - "author": "作者", - "co-authors": "共同作者", + "author": "Author", + "co-authors": "Co-authors", "colors": { "colorShadow": { - "label": "陰影顏色", - "title": "陰影的顏色" + "label": "Shadow color", + "title": "Color for shadows" }, "dimmerText": { - "label": "次要文字顏色", - "title": "次要文字的顏色" + "label": "Secondary text color", + "title": "Color for secondary text" }, "hoverBackground": { - "label": "滑過背景", - "title": "滑過背景顏色" + "label": "Hover background", + "title": "Color for hover background" }, "mainBackground": { - "label": "主要背景顏色", - "title": "主要背景的顏色" + "label": "Main background color", + "title": "Color for main background" }, "mainColor": { - "label": "重點色調", - "title": "重點色調的顏色" + "label": "Accent color", + "title": "Color for accent" }, "mainText": { - "label": "主要文字顏色", - "title": "主要文字的顏色" + "label": "Main text color", + "title": "Color for main text" }, "secondBackground": { - "label": "次要背景", - "title": "次要背景顏色" + "label": "Secondary background", + "title": "Color for secondary background" } }, "enable": { - "label": "啟用已選主題", - "title": "啟用頁面的已選主題" + "label": "Enable selected theme", + "title": "Activate the selected theme for the page" }, "select": { - "label": "選擇主題", - "title": "選擇套用到頁面的主題" + "label": "Select theme", + "title": "Select a theme to be applied to the page" }, - "title": "YouTube Deep Dark 設定" + "title": "YouTube Deep Dark Settings" } } } -} +} From fed43b260dd7af7aecf9adf6f87121cf11f1dc5b Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 31 Mar 2024 18:49:44 -0400 Subject: [PATCH 0259/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index 2714e0716..d10b348b5 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -233,6 +233,10 @@ "label": "Abrir configurações do YouTube ao passar o mouse", "title": "Abre o menu de configurações do YouTube ao passar o mouse sobre o botão de configurações" }, + "pauseBackgroundPlayers": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + }, "remainingTime": { "label": "Tempo restante", "title": "Mostra o tempo restante do vídeo que você está assistindo" @@ -471,4 +475,4 @@ } } } -} +} From abaaaeb02e42636c5bd520c78edd216e904ddb64 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 31 Mar 2024 18:49:45 -0400 Subject: [PATCH 0260/1783] New translations en-us.json (Persian) --- public/locales/fa-IR.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/fa-IR.json b/public/locales/fa-IR.json index be4f86e3c..647ad8675 100644 --- a/public/locales/fa-IR.json +++ b/public/locales/fa-IR.json @@ -233,6 +233,10 @@ "label": "Open YouTube settings on hover", "title": "Opens the YouTube settings menu when you hover over the settings button" }, + "pauseBackgroundPlayers": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + }, "remainingTime": { "label": "Remaining time", "title": "Shows the remaining time of the video you're watching" @@ -471,4 +475,4 @@ } } } -} +} From 074dddef5e272195e6f5fe6c2e2d0078c0068ddd Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 31 Mar 2024 18:49:45 -0400 Subject: [PATCH 0261/1783] New translations en-us.json (Hindi) --- public/locales/hi-IN.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/hi-IN.json b/public/locales/hi-IN.json index d76c9a50d..1cfd4b64c 100644 --- a/public/locales/hi-IN.json +++ b/public/locales/hi-IN.json @@ -233,6 +233,10 @@ "label": "Open YouTube settings on hover", "title": "Opens the YouTube settings menu when you hover over the settings button" }, + "pauseBackgroundPlayers": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + }, "remainingTime": { "label": "Remaining time", "title": "Shows the remaining time of the video you're watching" @@ -471,4 +475,4 @@ } } } -} +} From 8ca3d06e0eed59f7b62e67e7ef6ea2f16bd9cbcf Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 31 Mar 2024 21:37:36 -0400 Subject: [PATCH 0262/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 42 +++++++++++++++++++-------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index 6486b1080..8c8d5bef7 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -431,47 +431,47 @@ "title": "音量增強設定" }, "youtubeDeepDark": { - "author": "Author", - "co-authors": "Co-authors", + "author": "作者", + "co-authors": "共同作者", "colors": { "colorShadow": { - "label": "Shadow color", - "title": "Color for shadows" + "label": "陰影顏色", + "title": "陰影的顏色" }, "dimmerText": { - "label": "Secondary text color", - "title": "Color for secondary text" + "label": "次要文字顏色", + "title": "次要文字的顏色" }, "hoverBackground": { - "label": "Hover background", - "title": "Color for hover background" + "label": "滑過背景", + "title": "滑過背景顏色" }, "mainBackground": { - "label": "Main background color", - "title": "Color for main background" + "label": "主要背景顏色", + "title": "主要背景的顏色" }, "mainColor": { - "label": "Accent color", - "title": "Color for accent" + "label": "重點色調", + "title": "重點色調的顏色" }, "mainText": { - "label": "Main text color", - "title": "Color for main text" + "label": "主要文字顏色", + "title": "主要文字的顏色" }, "secondBackground": { - "label": "Secondary background", - "title": "Color for secondary background" + "label": "次要背景", + "title": "次要背景顏色" } }, "enable": { - "label": "Enable selected theme", - "title": "Activate the selected theme for the page" + "label": "啟用已選主題", + "title": "啟用頁面的已選主題" }, "select": { - "label": "Select theme", - "title": "Select a theme to be applied to the page" + "label": "選擇主題", + "title": "選擇套用到頁面的主題" }, - "title": "YouTube Deep Dark Settings" + "title": "YouTube Deep Dark 設定" } } } From 24f56e79508f0841124c4d26396adbae304fab4b Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 1 Apr 2024 09:50:00 -0400 Subject: [PATCH 0263/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index ef604a0ac..f31c59c8b 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -234,8 +234,8 @@ "title": "当您悬停在设置按钮上时打开 YouTube 设置菜单" }, "pauseBackgroundPlayers": { - "label": "Pause background players", - "title": "Pauses video players in background tabs when you start a new player in foreground tab" + "label": "暂停后台播放", + "title": "当您在前台标签中启用一个新播放器时,暂停后台标签中的视频播放器" }, "remainingTime": { "label": "剩余时间", @@ -431,19 +431,19 @@ "title": "音量增强设置" }, "youtubeDeepDark": { - "author": "Author", - "co-authors": "Co-authors", + "author": "作者", + "co-authors": "合作作者", "colors": { "colorShadow": { - "label": "Shadow color", - "title": "Color for shadows" + "label": "阴影颜色", + "title": "阴影颜色" }, "dimmerText": { - "label": "Secondary text color", - "title": "Color for secondary text" + "label": "次要文本颜色", + "title": "次要文本颜色" }, "hoverBackground": { - "label": "Hover background", + "label": "悬停背景色", "title": "Color for hover background" }, "mainBackground": { @@ -464,14 +464,14 @@ } }, "enable": { - "label": "Enable selected theme", + "label": "启用所选主题", "title": "Activate the selected theme for the page" }, "select": { - "label": "Select theme", - "title": "Select a theme to be applied to the page" + "label": "选择主题", + "title": "选择要应用到页面的主题" }, - "title": "YouTube Deep Dark Settings" + "title": "YouTube 暗黑模式设置" } } } From 94871d410eeb8a29455b81198978997219d2d3f3 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 1 Apr 2024 10:57:42 -0400 Subject: [PATCH 0264/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 74 +++++++++++++++++++-------------------- 1 file changed, 37 insertions(+), 37 deletions(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index 04375ae29..1d4324ede 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -2,68 +2,68 @@ "langCode": "it-IT", "langName": "Italiano", "messages": { - "resumingVideo": "Resuming video at {{VIDEO_TIME}}", - "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" + "resumingVideo": "Video a {{VIDEO_TIME}} in ripresa", + "settingVolume": "Impostazione aumento volume a {{VOLUME_BOOST_AMOUNT}}" }, "pages": { "content": { "features": { "featureMenu": { "button": { - "label": "Feature menu" + "label": "Menu' funzioni" } }, "loopButton": { "button": { - "label": "Loop", + "label": "Ripeti", "toggle": { - "off": "Loop off", - "on": "Loop on" + "off": "Ripetizione NO", + "on": "Ripetizione SÌ" } } }, "maximizePlayerButton": { "button": { - "label": "Maximize", + "label": "Ingrandisci", "toggle": { - "off": "Maximize off", - "on": "Maximize on" + "off": "Massimizza NO", + "on": "Massimizza SÌ" } } }, "openTranscriptButton": { "button": { - "label": "Open transcript" + "label": "Apri trascrizione" } }, "playbackSpeedButtons": { "buttons": { "decreasePlaybackSpeedButton": { - "label": "Decrease Speed by {{SPEED}}" + "label": "Diminuisci velocità di {{SPEED}}" }, "increasePlaybackSpeedButton": { - "label": "Increase Speed by {{SPEED}}" + "label": "Aumenta velocità di {{SPEED}}" } } }, "screenshotButton": { "button": { - "label": "Screenshot" + "label": "Schermata" }, - "copiedToClipboard": "Screenshot copied to clipboard" + "copiedToClipboard": "Schermata copiata negli Appunti" }, "videoHistory": { - "resumeButton": "Resume", + "resumeButton": "Riprendi", "resumePrompt": { - "close": "Close" + "close": "Chiudi" } }, "volumeBoostButton": { "button": { - "label": "Volume Boost", + "label": "Aumento volume", "toggle": { - "off": "Volume boost off", - "on": "Volume boost on" + "off": "Aumento volume NO", + "on": "Aumento volume SÌ" } } } @@ -74,52 +74,52 @@ "error": { "scrollWheelHoldModifierKey": { "sameKey": { - "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", - "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." + "speedControl": "Il tasto per modificare la velocità della rotellina del mouse non può essere lo stesso che modifica il volume con la rotellina del mouse.", + "volumeControl": "Il tasto che modifica il volume con la rotellina del mouse non può essere lo stesso che modifica la velocità della rotellina del mouse." } } }, "info": { - "reset": "All options have been reset to their default values.\nYou can now save the changes by clicking the \"Confirm\" button or discard them by closing this page or ignore this notification." + "reset": "Le opzioni sono state reimpostate ai valori predefiniti.\nPuoi salvare le modifiche cliccando il pulsante \"Conferma\" o scartarle chiudendo la pagina oppure ignorando questa notifica." }, "success": { - "saved": "Options saved." + "saved": "Opzioni salvate." } } } }, "settings": { "clearData": { - "allDataDeleted": "All data has been deleted.", - "confirmAlert": "This will delete all extension data related to options. Continue?" + "allDataDeleted": "Tutti i dati sono stati eliminati.", + "confirmAlert": "Questo eliminerà tutti i dati delle estensioni relativi alle opzioni. Continuare?" }, "sections": { "automaticQuality": { "enable": { - "label": "Automatic quality adjustment", - "title": "Automatically adjusts the video quality to the selected level." + "label": "Regolazione automatica qualità", + "title": "Regola automaticamente la qualità video al livello selezionato." }, "select": { - "label": "Player quality", - "title": "The quality to set the video to" + "label": "Qualità riproduttore", + "title": "La qualità alla quale impostare il video" }, - "title": "Automatic quality settings" + "title": "Impostazioni qualità automatiche" }, "bottomButtons": { "clear": { - "title": "Clears all data this extension has stored on your machine", - "value": "Clear Data" + "title": "Cancella tutti i dati che questa estensione ha memorizzato sulla tua macchina", + "value": "Cancella dati" }, "confirm": { - "title": "Confirm setting reset", - "value": "Confirm" + "title": "Conferma ripristino impostazioni", + "value": "Conferma" }, "openTab": { - "title": "Open extension settings in a new tab" + "title": "Apri impostazioni estensione in una nuova scheda" }, "reset": { - "title": "Resets all settings to their defaults, Click the confirm button to save the changes", - "value": "Reset" + "title": "Reimposta le impostazioni ai valori predefiniti, clicca il pulsante di conferma per salvare le modifiche", + "value": "Reimposta" } }, "buttonPlacement": { From c7c8f8b09e68869f8f28db4f2879a5b4ff2bfe83 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 1 Apr 2024 10:57:43 -0400 Subject: [PATCH 0265/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index f31c59c8b..7f80bbf44 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -440,32 +440,32 @@ }, "dimmerText": { "label": "次要文本颜色", - "title": "次要文本颜色" + "title": "为次要文本使用的颜色" }, "hoverBackground": { "label": "悬停背景色", - "title": "Color for hover background" + "title": "为悬停背景使用的颜色" }, "mainBackground": { - "label": "Main background color", - "title": "Color for main background" + "label": "主要背景颜色", + "title": "为主要背景使用的颜色" }, "mainColor": { - "label": "Accent color", - "title": "Color for accent" + "label": "强调颜色", + "title": "为强调使用的颜色" }, "mainText": { - "label": "Main text color", - "title": "Color for main text" + "label": "主要文本颜色", + "title": "为主要文本使用的颜色" }, "secondBackground": { - "label": "Secondary background", - "title": "Color for secondary background" + "label": "次要背景", + "title": "为次要背景使用的颜色" } }, "enable": { "label": "启用所选主题", - "title": "Activate the selected theme for the page" + "title": "在页面上应用所选主题" }, "select": { "label": "选择主题", From 60e9c73dd8c5720c862f369d36bd75f16d26879b Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 1 Apr 2024 12:11:07 -0400 Subject: [PATCH 0266/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index 1d4324ede..476e4e984 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -127,20 +127,20 @@ "buttonNames": { "decreasePlaybackSpeedButton": "Decrease Speed button", "increasePlaybackSpeedButton": "Increase Speed button", - "loopButton": "Loop button", - "maximizePlayerButton": "Maximize button", - "openTranscriptButton": "Open Transcript button", - "screenshotButton": "Screenshot button", - "volumeBoostButton": "Volume Boost button" + "loopButton": "Pulsante Ripeti", + "maximizePlayerButton": "Pulsante Massimizza", + "openTranscriptButton": "Pulsante Apri trascrizione", + "screenshotButton": "Pulsante Schermata", + "volumeBoostButton": "Pulsante Aumento volume" }, "options": { "below_player": { - "placement": "below the player controls", - "value": "Below Player" + "placement": "sotto i controlli del riproduttore", + "value": "Sotto il riproduttore" }, "feature_menu": { - "placement": "in the feature menu", - "value": "Feature Menu" + "placement": "nel menu' delle funzioni", + "value": "Menu' funzioni" }, "player_controls_left": { "placement": "on the left side of player controls", From d1122597453de5f910181ef9c974847974ca2fbf Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 1 Apr 2024 14:29:23 -0400 Subject: [PATCH 0267/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index 3372ede76..3b55f8466 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -234,8 +234,8 @@ "title": "Ayarlar düğmesinin üzerine gelindiğinde YouTube ayarlar menüsünü açar" }, "pauseBackgroundPlayers": { - "label": "Pause background players", - "title": "Pauses video players in background tabs when you start a new player in foreground tab" + "label": "Arka plan oynatıcılarını duraklat", + "title": "Ön plan sekmesinde yeni bir oynatıcı başlattığınızda arka plan sekmelerindeki video oynatıcıları duraklatır" }, "remainingTime": { "label": "Kalan süre", From 46c338cf90166ab710b43d36de4e9854b3a4c92f Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 1 Apr 2024 15:27:08 -0400 Subject: [PATCH 0268/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index 476e4e984..db7b3b68e 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -125,8 +125,8 @@ "buttonPlacement": { "select": { "buttonNames": { - "decreasePlaybackSpeedButton": "Decrease Speed button", - "increasePlaybackSpeedButton": "Increase Speed button", + "decreasePlaybackSpeedButton": "Pulsante Riduci velocità", + "increasePlaybackSpeedButton": "Pulsante Aumenta velocità", "loopButton": "Pulsante Ripeti", "maximizePlayerButton": "Pulsante Massimizza", "openTranscriptButton": "Pulsante Apri trascrizione", @@ -143,22 +143,22 @@ "value": "Menu' funzioni" }, "player_controls_left": { - "placement": "on the left side of player controls", - "value": "Left Controls" + "placement": "alla sinistra dei controlli di riproduzione", + "value": "A sinistra" }, "player_controls_right": { - "placement": "on the right side of player controls", - "value": "Right Controls" + "placement": "alla destra dei controlli di riproduzione", + "value": "A destra" } }, - "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + "title": "Posiziona {{BUTTON_NAME}} {{PLACEMENT}}" }, - "title": "Button Placement Settings" + "title": "Impostazioni posizione pulsante" }, "customCSS": { "editor": { - "collapse": "Collapse Editor", - "expand": "Expand Editor", + "collapse": "Comprimi editor", + "expand": "Espandi editor", "noProblems": "No problems found." }, "enable": { From ab9ed8636b2a3336109b717f120224ceb38cb2f9 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 2 Apr 2024 13:51:44 -0400 Subject: [PATCH 0269/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index db7b3b68e..98027dadc 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -159,32 +159,32 @@ "editor": { "collapse": "Comprimi editor", "expand": "Espandi editor", - "noProblems": "No problems found." + "noProblems": "Nessun problema trovato." }, "enable": { - "label": "Enable custom CSS", - "title": "Enables custom CSS to be applied to the page" + "label": "Abilita CSS personalizzato", + "title": "Abilita il CSS personalizzato da applicare alla pagina" }, - "title": "Custom CSS Settings" + "title": "Impostazioni CSS personalizzate" }, "featureMenu": { "openType": { "select": { - "label": "Menu Activation Type", + "label": "Tipo attivazione menu'", "options": { - "click": "Click", - "hover": "Hover" + "click": "Clic", + "hover": "Sorvola" }, - "title": "Select the method to activate the feature menu" + "title": "Seleziona il metodo per attivare il menu' funzioni" }, - "title": "Feature menu settings" + "title": "Impostazioni menu' funzioni" } }, "importExportSettings": { "exportButton": { - "success": "Settings successfully exported", - "title": "Export settings to a JSON file", - "value": "Export Settings" + "success": "Impostazioni esportate correttamente", + "title": "Esporta impostazioni in un file JSON", + "value": "Esporta impostazioni" }, "importButton": { "error": { From fd21af421c9e69cf0f4f3a3c5991b6c8a6f83f68 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 2 Apr 2024 22:58:12 -0400 Subject: [PATCH 0270/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 66 +++++++++++++++++++-------------------- 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index 2489dbcce..a7ee3f5ac 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -74,8 +74,8 @@ "error": { "scrollWheelHoldModifierKey": { "sameKey": { - "speedControl": "Клавиша-модификатор для управления скоростью воспроизведения с помощью колеса прокрутки не может совпадать с клавишей-модификатором для управления громкостью.", - "volumeControl": "Клавиша-модификатор для управления громкостью с помощью колеса прокрутки не может совпадать с клавишей-модификатором для управления скоростью воспроизведения." + "speedControl": "Клавиша-модификатор для управления скоростью воспроизведения с помощью колеса мыши не может совпадать с клавишей-модификатором для управления громкостью.", + "volumeControl": "Клавиша-модификатор для управления громкостью с помощью колеса мыши не может совпадать с клавишей-модификатором для управления скоростью воспроизведения." } } }, @@ -234,8 +234,8 @@ "title": "Открывает меню настроек YouTube при наведении на кнопку меню" }, "pauseBackgroundPlayers": { - "label": "Pause background players", - "title": "Pauses video players in background tabs when you start a new player in foreground tab" + "label": "Ставить на паузу видео в фоновых вкладках", + "title": "Ставит на паузу видео в фоновых вкладках при запуске видео в активной (текущей) вкладке" }, "remainingTime": { "label": "Включить отображение оставшегося времени", @@ -354,15 +354,15 @@ "title": "Регулировка значения, на которое изменяется скорость воспроизведения за прокрутку" }, "enable": { - "label": "Включить управление скоростью воспроизведения с помощью колеса прокрутки", - "title": "Нажмите клавишу-модификатор, чтобы включить управление скоростью воспроизведения с помощью колеса прокрутки." + "label": "Включить управление скоростью воспроизведения с помощью колеса мыши", + "title": "Нажмите клавишу-модификатор, чтобы включить управление скоростью воспроизведения с помощью колеса мыши." }, "optionLabel": "Клавиша {{KEY}}", "select": { "label": "Клавиша-модификатор", "title": "Используемая клавиша-модификатор" }, - "title": "Настройки управления скоростью воспроизведения с помощью колеса прокрутки" + "title": "Настройки управления скоростью воспроизведения с помощью колеса мыши" }, "scrollWheelVolumeControl": { "adjustmentSteps": { @@ -370,13 +370,13 @@ "title": "Регулировка значения, на которое изменяется громкость за прокрутку" }, "enable": { - "label": "Включить управление громкостью с помощью колеса прокрутки", - "title": "Позволяет использовать колесо прокрутки для управления громкостью видео, которое вы просматриваете" + "label": "Включить управление громкостью с помощью колеса мыши", + "title": "Позволяет использовать колесо мыши для управления громкостью видео, которое вы просматриваете" }, "holdModifierKey": { "enable": { "label": "Включить при удержании клавиши-модификатора", - "title": "Нажмите клавишу-модификатор, чтобы включить управление громкостью с помощью колеса прокрутки." + "title": "Нажмите клавишу-модификатор, чтобы включить управление громкостью с помощью колеса мыши." }, "optionLabel": "Клавиша {{KEY}}", "select": { @@ -387,10 +387,10 @@ "holdRightClick": { "enable": { "label": "Включить при удержании правой кнопки мыши", - "title": "Удерживайте правую кнопку мыши, чтобы включить управление громкостью с помощью колеса прокрутки" + "title": "Удерживайте правую кнопку мыши, чтобы включить управление громкостью с помощью колеса мыши" } }, - "title": "Настройки управления громкостью с помощью колеса прокрутки" + "title": "Настройки управления громкостью с помощью колеса мыши" }, "videoHistory": { "enable": { @@ -431,47 +431,47 @@ "title": "Настройки усиления громкости" }, "youtubeDeepDark": { - "author": "Author", - "co-authors": "Co-authors", + "author": "Автор", + "co-authors": "Соавторы", "colors": { "colorShadow": { - "label": "Shadow color", - "title": "Color for shadows" + "label": "Цвет тени", + "title": "Цвет теней" }, "dimmerText": { - "label": "Secondary text color", - "title": "Color for secondary text" + "label": "Цвет вторичного текста", + "title": "Цвет для вторичного текста" }, "hoverBackground": { - "label": "Hover background", - "title": "Color for hover background" + "label": "Цвет фона при наведении", + "title": "Цвет, который будет задаваться фону при наведении" }, "mainBackground": { - "label": "Main background color", - "title": "Color for main background" + "label": "Цвет основного фона", + "title": "Цвет для основного фона" }, "mainColor": { - "label": "Accent color", - "title": "Color for accent" + "label": "Цвет акцента", + "title": "Цвет для акцента" }, "mainText": { - "label": "Main text color", - "title": "Color for main text" + "label": "Цвет основного текста", + "title": "Цвет для основного текста" }, "secondBackground": { - "label": "Secondary background", - "title": "Color for secondary background" + "label": "Цвет вторичного фона", + "title": "Цвет для вторичного фона" } }, "enable": { - "label": "Enable selected theme", - "title": "Activate the selected theme for the page" + "label": "Включить выбранную тему", + "title": "Активировать выбранную тему для страницы" }, "select": { - "label": "Select theme", - "title": "Select a theme to be applied to the page" + "label": "Выбрать тему", + "title": "Выберите тему для применения к странице" }, - "title": "YouTube Deep Dark Settings" + "title": "Настройки YouTube Deep Dark" } } } From 88c15b5604c5bd18b9d9566b2b070db6d6e24c5a Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 3 Apr 2024 09:55:07 -0400 Subject: [PATCH 0271/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index 98027dadc..6ecc95861 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -188,49 +188,49 @@ }, "importButton": { "error": { - "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", - "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" + "unknown": "Errore nell'importazione delle impostazioni. Controllare il formato del file.\nSi è verificato un errore sconosciuto.", + "validation": "Errore nell'importazione delle impostazioni. Controllare il formato del file.\n{{ERROR_MESSAGE}}" }, - "success": "Settings imported successfully", - "title": "Import settings from a JSON file", - "value": "Import Settings" + "success": "Impostazioni importate correttamente", + "title": "Importa impostazioni da un file JSON", + "value": "Importa impostazioni" } }, "language": { "select": { - "label": "Language", - "title": "The language to use for the extension" + "label": "Lingua", + "title": "La lingua da usare per l'estensione" }, - "title": "Language" + "title": "Lingua" }, "miscellaneous": { "features": { "automaticTheaterMode": { - "label": "Automatic theater mode", - "title": "Automatically enables theater mode when you load a video" + "label": "Modalità teatro automatica", + "title": "Attiva automaticamente la modalità teatro quando carichi un video" }, "hideScrollbar": { - "label": "Hide scrollbar", - "title": "Hides the pages scrollbar" + "label": "Nascondi barra scorrimento", + "title": "Nasconde la barra di scorrimento delle pagine" }, "hideShorts": { "label": "Hide shorts", "title": "Hides all shorts" }, "loopButton": { - "label": "Loop button", - "title": "Adds a button to the feature menu to loop the video you're watching" + "label": "Pulsante Ripeti", + "title": "Aggiunge un pulsante al menu' funzioni per ripetere il video che stai guardando" }, "maximizePlayerButton": { - "label": "Maximize player button", - "title": "Adds a button to the feature menu to maximize the player" + "label": "Pulsante Ingrandisci riproduttore", + "title": "Aggiunge un pulsante al menu' funzioni per ingrandire il riproduttore" }, "openTranscriptButton": { - "label": "Open transcript button", - "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + "label": "Pulsante Apri trascrizione", + "title": "Aggiunge un pulsante al menu' funzioni per aprire la trascrizione del video che stai guardando" }, "openYouTubeSettingsOnHover": { - "label": "Open YouTube settings on hover", + "label": "Apri le impostazioni di YouTube al sorvolo", "title": "Opens the YouTube settings menu when you hover over the settings button" }, "pauseBackgroundPlayers": { From 3cb2f0a2099a259d697cda3cac09f2e76ffcd195 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 3 Apr 2024 11:38:51 -0400 Subject: [PATCH 0272/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 94 +++++++++++++++++++-------------------- 1 file changed, 47 insertions(+), 47 deletions(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index 6ecc95861..eee99b2d2 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -214,7 +214,7 @@ "title": "Nasconde la barra di scorrimento delle pagine" }, "hideShorts": { - "label": "Hide shorts", + "label": "Nascondi blocchi", "title": "Hides all shorts" }, "loopButton": { @@ -231,81 +231,81 @@ }, "openYouTubeSettingsOnHover": { "label": "Apri le impostazioni di YouTube al sorvolo", - "title": "Opens the YouTube settings menu when you hover over the settings button" + "title": "Apre il menu' delle impostazioni di YouTube quando si passa sopra il pulsante delle impostazioni" }, "pauseBackgroundPlayers": { - "label": "Pause background players", - "title": "Pauses video players in background tabs when you start a new player in foreground tab" + "label": "Metti in pausa riproduttori in secondo piano", + "title": "Mette in pausa i riproduttori video nelle schede nascoste quando si avvia un nuovo riproduttore nella scheda aperta" }, "remainingTime": { - "label": "Remaining time", - "title": "Shows the remaining time of the video you're watching" + "label": "Tempo rimanente", + "title": "Mostra il tempo rimanente per il video che stai guardando" }, "rememberLastVolume": { - "label": "Remember last volume", - "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + "label": "Ricorda l'ultimo volume", + "title": "Ricorda il volume dell'ultimo video che hai guardato e lo imposta quando apri un nuovo video" }, "removeRedirect": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + "label": "Rimuovi URL /redirect di YouTube", + "title": "Rimpiazza il reindirizzamento di YouTube con gli URL attuali saltando il dialogo di avviso di reindirizzamento" }, "shareShortener": { - "label": "Shorten YouTube video share link", - "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + "label": "Abbrevia il collegamento di condivisione video di YouTube", + "title": "Riduce il collegamento di condivisione video di YouTube (youtu.be) eliminando da esso i parametri si/feature" }, "shortsAutoScroll": { - "label": "Shorts auto scroll", + "label": "Scorri al blocco", "title": "Automatically scrolls to the next short" } }, - "title": "Miscellaneous settings" + "title": "Impostazioni varie" }, "onScreenDisplaySettings": { "color": { - "label": "Color", + "label": "Colore", "options": { - "blue": "Blue", - "green": "Green", - "orange": "Orange", - "pink": "Pink", - "purple": "Purple", - "red": "Red", - "white": "White", - "yellow": "Yellow" + "blue": "Blu", + "green": "Verde", + "orange": "Arancione", + "pink": "Rosa", + "purple": "Viola", + "red": "Rosso", + "white": "Bianco", + "yellow": "Giallo" }, - "title": "Select the color for the On-Screen Display" + "title": "Seleziona il colore per lo schermo interattivo" }, "hide": { - "label": "Hide Delay", - "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" + "label": "Ritardo sparizione", + "title": "Specifica il tempo, in millisecondi, prima di nascondere automaticamente le parti interattive" }, "opacity": { - "label": "Opacity", - "title": "Adjust the transparency of the On-Screen Display" + "label": "Opacità", + "title": "Regola l'opacità delle parti interattive" }, "padding": { - "label": "Padding", + "label": "Bordatura", "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." }, "position": { - "label": "Position", + "label": "Posizione", "options": { - "bottom_left": "Bottom Left", - "bottom_right": "Bottom Right", - "center": "Center", - "top_left": "Top Left", - "top_right": "Top Right" + "bottom_left": "In basso a sinistra", + "bottom_right": "In basso a destra", + "center": "Centro", + "top_left": "Alto a sinistra", + "top_right": "In alto a destra" }, - "title": "Select the position of the On-Screen Display" + "title": "Seleziona la posizione dello schermo interattivo" }, - "title": "On-Screen Display Settings", + "title": "Impostazioni schermo interattivo", "type": { - "label": "Type", + "label": "Tipo", "options": { "line": "Line", "no_display": "No display", "round": "Round", - "text": "Text" + "text": "Testuale" }, "title": "Select the type of On-Screen Display" } @@ -375,22 +375,22 @@ }, "holdModifierKey": { "enable": { - "label": "Enable when holding modifier key", - "title": "Press a modifier key to enable volume adjustment with the scroll wheel." + "label": "Abilita tenendo premuto il tasto modificatore", + "title": "Premi un tasto modificatore per abilitare la regolazione del volume con la rotellina." }, - "optionLabel": "{{KEY}} key", + "optionLabel": "Tasto {{KEY}}", "select": { - "label": "Modifier key", - "title": "The modifier key to use" + "label": "Tasto modificatore", + "title": "Il tasto modificatore da usare" } }, "holdRightClick": { "enable": { - "label": "Enable when holding right click", - "title": "Hold right click to enable scroll wheel volume control" + "label": "Abilita tenendo premuto il tasto destro", + "title": "Tieni premuto il tasto destro per abilitare il controllo del volume con la rotellina" } }, - "title": "Scroll wheel volume control settings" + "title": "Impostazioni controllo volume con rotellina" }, "videoHistory": { "enable": { From c9c3f3a1289f1d2c28325962c427e102cf109fe6 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 3 Apr 2024 13:01:41 -0400 Subject: [PATCH 0273/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index eee99b2d2..396cc6af6 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -215,7 +215,7 @@ }, "hideShorts": { "label": "Nascondi blocchi", - "title": "Hides all shorts" + "title": "Nasconde tutti i blocchi" }, "loopButton": { "label": "Pulsante Ripeti", @@ -255,7 +255,7 @@ }, "shortsAutoScroll": { "label": "Scorri al blocco", - "title": "Automatically scrolls to the next short" + "title": "Scorri automaticamente al prossimo blocco" } }, "title": "Impostazioni varie" @@ -285,7 +285,7 @@ }, "padding": { "label": "Bordatura", - "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." + "title": "Regola la bordatura dello schermo in pixel. Questo si applica specificamente agli angoli dello schermo." }, "position": { "label": "Posizione", @@ -302,40 +302,40 @@ "type": { "label": "Tipo", "options": { - "line": "Line", - "no_display": "No display", - "round": "Round", + "line": "Linea", + "no_display": "Nessuno schermo", + "round": "Tondo", "text": "Testuale" }, - "title": "Select the type of On-Screen Display" + "title": "Seleziona il tipo di schermo interattivo" } }, "playbackSpeed": { "enable": { - "label": "Forced playback speed", - "title": "Sets the video speed to what you choose below" + "label": "Velocità forzata riproduzione", + "title": "Imposta la velocità del video a quella che scegli qui sotto" }, "playbackSpeedButtons": { - "label": "Playback speed buttons", + "label": "Pulsanti velocità riproduzione", "select": { - "label": "Playback buttons speed", - "title": "Amount of speed to be changed per click" + "label": "Velocità ai pulsanti di riproduzione", + "title": "Quantità di velocità che il clic modifica" }, - "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + "title": "Aggiunge pulsanti per aumentare o diminuire la velocità di riproduzione del video che stai guardando" }, "select": { - "label": "Player speed", - "title": "The speed to set the video to" + "label": "Velocità riproduttore", + "title": "La velocità alla quale impostare il video" }, - "title": "Playback speed settings" + "title": "Impostazioni velocità riproduzione" }, "screenshotButton": { "enable": { - "label": "Screenshot button", - "title": "Adds a button to the player to take a screenshot of the video" + "label": "Pulsante Schermata", + "title": "Aggiunge un pulsante al riproduttore per catturare una schermata del video" }, "saveAs": { - "clipboard": "Clipboard", + "clipboard": "Appunti", "file": "File" }, "selectFormat": { From 31cf42c0314ff721dc78af1599ae90bca44047a4 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 3 Apr 2024 13:58:35 -0400 Subject: [PATCH 0274/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 60 +++++++++++++++++++-------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index 396cc6af6..f083c018b 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -339,39 +339,39 @@ "file": "File" }, "selectFormat": { - "label": "Screenshot format", - "title": "The format to save the screenshot in" + "label": "Formato schermata", + "title": "Il formato nel quale salvare la schermata" }, "selectSaveAs": { - "label": "Screenshot save type", - "title": "The screenshot save type" + "label": "Tipo salvataggio schermata", + "title": "Il tipo di salvataggio della schermata" }, - "title": "Screenshot settings" + "title": "Impostazioni schermata" }, "scrollWheelSpeedControl": { "adjustmentSteps": { - "label": "Speed Change Per Scroll", - "title": "Adjust the speed change per scroll" + "label": "Cambio velocità con scorrimento", + "title": "Regola il cambio di velocità tramite scorrimento" }, "enable": { - "label": "Scroll wheel speed control", - "title": "Press a modifier key to enable speed adjustment with the scroll wheel." + "label": "Controllo velocità con scorrimento rotellina", + "title": "Premi un tasto modificatore per abilitare la regolazione della velocità con la rotellina." }, - "optionLabel": "{{KEY}} key", + "optionLabel": "Tasto {{KEY}}", "select": { - "label": "Modifier key", - "title": "The modifier key to use" + "label": "Tasto modificatore", + "title": "Il tasto modificatore da usare" }, - "title": "Scroll wheel speed control settings" + "title": "Impostazioni controllo velocità con rotellina" }, "scrollWheelVolumeControl": { "adjustmentSteps": { - "label": "Volume Change Per Scroll", - "title": "Adjust the volume change per scroll" + "label": "Cambio volume con scorrimento", + "title": "Regola il cambio di volume tramite scorrimento" }, "enable": { - "label": "Scroll wheel volume control", - "title": "Lets you use the scroll wheel to control the volume of the video you're watching" + "label": "Controllo volume con rotellina", + "title": "Permette di usare la rotellina di scorrimento per controllare il volume del video che stai guardando" }, "holdModifierKey": { "enable": { @@ -394,35 +394,35 @@ }, "videoHistory": { "enable": { - "label": "Track watched videos", - "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" + "label": "Traccia i video visti", + "title": "Tiene traccia di dove hai lasciato i video che stavi guardando e abilita la ripresa della riproduzione" }, "resumeType": { "select": { - "label": "Resume type", + "label": "Tipo ripresa", "options": { - "automatic": "Automatic", - "prompt": "Prompt" + "automatic": "Automatico", + "prompt": "Mostra" }, - "title": "Select how you want to resume videos" + "title": "Seleziona come vuoi riprendere i video" } }, - "title": "Video history settings" + "title": "Impostazioni cronologia video" }, "volumeBoost": { "boostAmount": { - "label": "Volume boost amount (dB)", - "title": "The amount to boost the volume by" + "label": "Aumento volume (dB)", + "title": "La quantità da aggiungere al volume" }, "enable": { - "label": "Volume boost", - "title": "Enable volume boost" + "label": "Aumento volume", + "title": "Abilita aumento volume" }, "mode": { "select": { - "label": "Volume boost mode", + "label": "Modalità aumento volume", "options": { - "global": "Global", + "global": "Globale", "perVideo": "Per video" }, "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." From 23e4010503d621d93233b16d921754fc28b7455f Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 3 Apr 2024 13:58:35 -0400 Subject: [PATCH 0275/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index 06b08cfaa..69a33dafe 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -431,11 +431,11 @@ "title": "音量ブーストの設定" }, "youtubeDeepDark": { - "author": "Author", - "co-authors": "Co-authors", + "author": "作家", + "co-authors": "共同作家", "colors": { "colorShadow": { - "label": "Shadow color", + "label": "陰の色", "title": "Color for shadows" }, "dimmerText": { From 380c2e9f4a071795329b12ead0d1c02e27a247a4 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 3 Apr 2024 15:04:28 -0400 Subject: [PATCH 0276/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index 3b55f8466..6bed245a2 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -443,7 +443,7 @@ "title": "Color for secondary text" }, "hoverBackground": { - "label": "Hover background", + "label": "Hover background color", "title": "Color for hover background" }, "mainBackground": { @@ -459,7 +459,7 @@ "title": "Color for main text" }, "secondBackground": { - "label": "Secondary background", + "label": "Secondary background color", "title": "Color for secondary background" } }, From 432add5997ce7b0e08d3831bf2829fd4bb479d22 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 3 Apr 2024 15:04:29 -0400 Subject: [PATCH 0277/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index a7ee3f5ac..6b6c0ba75 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -443,7 +443,7 @@ "title": "Цвет для вторичного текста" }, "hoverBackground": { - "label": "Цвет фона при наведении", + "label": "Hover background color", "title": "Цвет, который будет задаваться фону при наведении" }, "mainBackground": { @@ -459,7 +459,7 @@ "title": "Цвет для основного текста" }, "secondBackground": { - "label": "Цвет вторичного фона", + "label": "Secondary background color", "title": "Цвет для вторичного фона" } }, From 5483d7a755de633c17ba05227c577216951b7946 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 3 Apr 2024 15:04:30 -0400 Subject: [PATCH 0278/1783] New translations en-us.json (French) --- public/locales/fr-FR.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/fr-FR.json b/public/locales/fr-FR.json index 9423a4a0d..8988dee4c 100644 --- a/public/locales/fr-FR.json +++ b/public/locales/fr-FR.json @@ -443,7 +443,7 @@ "title": "Color for secondary text" }, "hoverBackground": { - "label": "Hover background", + "label": "Hover background color", "title": "Color for hover background" }, "mainBackground": { @@ -459,7 +459,7 @@ "title": "Color for main text" }, "secondBackground": { - "label": "Secondary background", + "label": "Secondary background color", "title": "Color for secondary background" } }, From 86f948503d310a8c4b342426402bda37b0b00bac Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 3 Apr 2024 15:04:30 -0400 Subject: [PATCH 0279/1783] New translations en-us.json (Spanish) --- public/locales/es-ES.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index 8bfe312ce..3c89f1bc9 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -443,7 +443,7 @@ "title": "Color for secondary text" }, "hoverBackground": { - "label": "Hover background", + "label": "Hover background color", "title": "Color for hover background" }, "mainBackground": { @@ -459,7 +459,7 @@ "title": "Color for main text" }, "secondBackground": { - "label": "Secondary background", + "label": "Secondary background color", "title": "Color for secondary background" } }, From 2b135a911f4e0793f9716d3d566d0173a184f6ab Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 3 Apr 2024 15:04:31 -0400 Subject: [PATCH 0280/1783] New translations en-us.json (Catalan) --- public/locales/ca-ES.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/ca-ES.json b/public/locales/ca-ES.json index ea785dfc0..cd8374cfd 100644 --- a/public/locales/ca-ES.json +++ b/public/locales/ca-ES.json @@ -443,7 +443,7 @@ "title": "Color for secondary text" }, "hoverBackground": { - "label": "Hover background", + "label": "Hover background color", "title": "Color for hover background" }, "mainBackground": { @@ -459,7 +459,7 @@ "title": "Color for main text" }, "secondBackground": { - "label": "Secondary background", + "label": "Secondary background color", "title": "Color for secondary background" } }, From 219bb2b893f8ffd36f8168eb3035d4c5c05f0e3d Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 3 Apr 2024 15:04:32 -0400 Subject: [PATCH 0281/1783] New translations en-us.json (Czech) --- public/locales/cs-CZ.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/cs-CZ.json b/public/locales/cs-CZ.json index 69e9a9e2f..7d106de51 100644 --- a/public/locales/cs-CZ.json +++ b/public/locales/cs-CZ.json @@ -443,7 +443,7 @@ "title": "Color for secondary text" }, "hoverBackground": { - "label": "Hover background", + "label": "Hover background color", "title": "Color for hover background" }, "mainBackground": { @@ -459,7 +459,7 @@ "title": "Color for main text" }, "secondBackground": { - "label": "Secondary background", + "label": "Secondary background color", "title": "Color for secondary background" } }, From 8064a2828f8f015dc86b84585888bd817e940188 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 3 Apr 2024 15:04:33 -0400 Subject: [PATCH 0282/1783] New translations en-us.json (German) --- public/locales/de-DE.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/de-DE.json b/public/locales/de-DE.json index 3b3c97d10..e4ffd02c9 100644 --- a/public/locales/de-DE.json +++ b/public/locales/de-DE.json @@ -443,7 +443,7 @@ "title": "Color for secondary text" }, "hoverBackground": { - "label": "Hover background", + "label": "Hover background color", "title": "Color for hover background" }, "mainBackground": { @@ -459,7 +459,7 @@ "title": "Color for main text" }, "secondBackground": { - "label": "Secondary background", + "label": "Secondary background color", "title": "Color for secondary background" } }, From 00aca6488d67ab6b79a56a703b5bdf885a3669c7 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 3 Apr 2024 15:04:34 -0400 Subject: [PATCH 0283/1783] New translations en-us.json (Hebrew) --- public/locales/he-IL.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/he-IL.json b/public/locales/he-IL.json index e660d02d6..6bbf5dc04 100644 --- a/public/locales/he-IL.json +++ b/public/locales/he-IL.json @@ -443,7 +443,7 @@ "title": "Color for secondary text" }, "hoverBackground": { - "label": "Hover background", + "label": "Hover background color", "title": "Color for hover background" }, "mainBackground": { @@ -459,7 +459,7 @@ "title": "Color for main text" }, "secondBackground": { - "label": "Secondary background", + "label": "Secondary background color", "title": "Color for secondary background" } }, From 5337669d2b37be25a620a2730887a7c87b131e3c Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 3 Apr 2024 15:04:35 -0400 Subject: [PATCH 0284/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index f083c018b..a7b0900cf 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -302,9 +302,9 @@ "type": { "label": "Tipo", "options": { - "line": "Linea", + "line": "Line", "no_display": "Nessuno schermo", - "round": "Tondo", + "round": "Round", "text": "Testuale" }, "title": "Seleziona il tipo di schermo interattivo" @@ -443,7 +443,7 @@ "title": "Color for secondary text" }, "hoverBackground": { - "label": "Hover background", + "label": "Hover background color", "title": "Color for hover background" }, "mainBackground": { @@ -459,7 +459,7 @@ "title": "Color for main text" }, "secondBackground": { - "label": "Secondary background", + "label": "Secondary background color", "title": "Color for secondary background" } }, From d4df0b84e055933cb8d00b7e99f22d1d93d875e1 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 3 Apr 2024 15:04:36 -0400 Subject: [PATCH 0285/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 40 +++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index 69a33dafe..34f7ee638 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -234,8 +234,8 @@ "title": "設定ボタンにマウスを合わせたときにYouTubeの設定メニューを開けてする" }, "pauseBackgroundPlayers": { - "label": "Pause background players", - "title": "Pauses video players in background tabs when you start a new player in foreground tab" + "label": "背後タブのビデオプレイヤーを一時停止", + "title": "前景タブに新規プレイヤー開始にして、背後タブのビデオプレイヤーを一時停止します" }, "remainingTime": { "label": "残り時間", @@ -436,42 +436,42 @@ "colors": { "colorShadow": { "label": "陰の色", - "title": "Color for shadows" + "title": "陰の色" }, "dimmerText": { - "label": "Secondary text color", - "title": "Color for secondary text" + "label": "二の次テキストの色", + "title": "二の次テキストの色" }, "hoverBackground": { - "label": "Hover background", - "title": "Color for hover background" + "label": "Hover background color", + "title": "背景マウスホバーの色" }, "mainBackground": { - "label": "Main background color", - "title": "Color for main background" + "label": "主背景色", + "title": "主背景の色" }, "mainColor": { - "label": "Accent color", - "title": "Color for accent" + "label": "アクセント色", + "title": "アクセントの色" }, "mainText": { - "label": "Main text color", - "title": "Color for main text" + "label": "メインテキスト色", + "title": "メインテキストの色" }, "secondBackground": { - "label": "Secondary background", - "title": "Color for secondary background" + "label": "Secondary background color", + "title": "二次背景の色" } }, "enable": { - "label": "Enable selected theme", - "title": "Activate the selected theme for the page" + "label": "選択中テーマを可能にする", + "title": "選択中ページにテーマを可能にする" }, "select": { - "label": "Select theme", - "title": "Select a theme to be applied to the page" + "label": "テーマを選択", + "title": "ページのテーマを選択選べしてください" }, - "title": "YouTube Deep Dark Settings" + "title": "YouTubeディープダーク設定" } } } From f2f70b38ab41d07d17cb1818d7bb3b871ba45eb2 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 3 Apr 2024 15:04:37 -0400 Subject: [PATCH 0286/1783] New translations en-us.json (Polish) --- public/locales/pl-PL.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/pl-PL.json b/public/locales/pl-PL.json index b302c5a3d..d9ab7e118 100644 --- a/public/locales/pl-PL.json +++ b/public/locales/pl-PL.json @@ -443,7 +443,7 @@ "title": "Color for secondary text" }, "hoverBackground": { - "label": "Hover background", + "label": "Hover background color", "title": "Color for hover background" }, "mainBackground": { @@ -459,7 +459,7 @@ "title": "Color for main text" }, "secondBackground": { - "label": "Secondary background", + "label": "Secondary background color", "title": "Color for secondary background" } }, From 41bc5f6db56c9acc0e0fbf3c253b3c3b7411dad7 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 3 Apr 2024 15:04:38 -0400 Subject: [PATCH 0287/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index 1de92273c..52be6fbc9 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -443,7 +443,7 @@ "title": "Color for secondary text" }, "hoverBackground": { - "label": "Hover background", + "label": "Hover background color", "title": "Color for hover background" }, "mainBackground": { @@ -459,7 +459,7 @@ "title": "Color for main text" }, "secondBackground": { - "label": "Secondary background", + "label": "Secondary background color", "title": "Color for secondary background" } }, From 6f26eab962ae7b721c006233ffde0186af531f8c Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 3 Apr 2024 15:04:39 -0400 Subject: [PATCH 0288/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index 7f80bbf44..54fc95814 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -443,7 +443,7 @@ "title": "为次要文本使用的颜色" }, "hoverBackground": { - "label": "悬停背景色", + "label": "Hover background color", "title": "为悬停背景使用的颜色" }, "mainBackground": { @@ -459,7 +459,7 @@ "title": "为主要文本使用的颜色" }, "secondBackground": { - "label": "次要背景", + "label": "Secondary background color", "title": "为次要背景使用的颜色" } }, From 936c4b5d3e6c0004c32a8f0d91b7aff838568d70 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 3 Apr 2024 15:04:40 -0400 Subject: [PATCH 0289/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index 8c8d5bef7..4ebee2560 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -443,7 +443,7 @@ "title": "次要文字的顏色" }, "hoverBackground": { - "label": "滑過背景", + "label": "Hover background color", "title": "滑過背景顏色" }, "mainBackground": { @@ -459,7 +459,7 @@ "title": "主要文字的顏色" }, "secondBackground": { - "label": "次要背景", + "label": "Secondary background color", "title": "次要背景顏色" } }, From e8435ab19e7a4efe6168edfb46e1104c582962b0 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 3 Apr 2024 15:04:40 -0400 Subject: [PATCH 0290/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index d10b348b5..f96a43a89 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -443,7 +443,7 @@ "title": "Color for secondary text" }, "hoverBackground": { - "label": "Hover background", + "label": "Hover background color", "title": "Color for hover background" }, "mainBackground": { @@ -459,7 +459,7 @@ "title": "Color for main text" }, "secondBackground": { - "label": "Secondary background", + "label": "Secondary background color", "title": "Color for secondary background" } }, From 24b97af86e1d602703502c5a54dcd6f87e9fe519 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 3 Apr 2024 15:04:41 -0400 Subject: [PATCH 0291/1783] New translations en-us.json (Persian) --- public/locales/fa-IR.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/fa-IR.json b/public/locales/fa-IR.json index 647ad8675..cb43a4081 100644 --- a/public/locales/fa-IR.json +++ b/public/locales/fa-IR.json @@ -443,7 +443,7 @@ "title": "Color for secondary text" }, "hoverBackground": { - "label": "Hover background", + "label": "Hover background color", "title": "Color for hover background" }, "mainBackground": { @@ -459,7 +459,7 @@ "title": "Color for main text" }, "secondBackground": { - "label": "Secondary background", + "label": "Secondary background color", "title": "Color for secondary background" } }, From b090020eee3c67fbf94e8fa521b68d2adb540cfe Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 3 Apr 2024 15:04:42 -0400 Subject: [PATCH 0292/1783] New translations en-us.json (Hindi) --- public/locales/hi-IN.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/hi-IN.json b/public/locales/hi-IN.json index 1cfd4b64c..291c854e4 100644 --- a/public/locales/hi-IN.json +++ b/public/locales/hi-IN.json @@ -443,7 +443,7 @@ "title": "Color for secondary text" }, "hoverBackground": { - "label": "Hover background", + "label": "Hover background color", "title": "Color for hover background" }, "mainBackground": { @@ -459,7 +459,7 @@ "title": "Color for main text" }, "secondBackground": { - "label": "Secondary background", + "label": "Secondary background color", "title": "Color for secondary background" } }, From 8228af178e55964f920f05a5eccd4ebc5d777b4a Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 3 Apr 2024 17:24:14 -0400 Subject: [PATCH 0293/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 48 +++++++++++++++++++-------------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index 52be6fbc9..480f612cb 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -234,8 +234,8 @@ "title": "Öppnar YouTube-inställningsmenyn när du håller muspekaren över inställningsknappen" }, "pauseBackgroundPlayers": { - "label": "Pause background players", - "title": "Pauses video players in background tabs when you start a new player in foreground tab" + "label": "Pausa spelare i bakgrunden", + "title": "Pausar videospelare i bakgrundsflikar när du startar en ny videospelare i en förgrundsflik" }, "remainingTime": { "label": "Återstående tid", @@ -318,7 +318,7 @@ "playbackSpeedButtons": { "label": "Knapp för uppspelningshastigheten", "select": { - "label": "Playback buttons speed", + "label": "Knapp för uppspelningshastigheten", "title": "Hastighetsändring per klick" }, "title": "Lägger till knappar för att öka eller minska uppspelningshastigheten på videon du tittar på" @@ -431,47 +431,47 @@ "title": "Inställningar för volymökning" }, "youtubeDeepDark": { - "author": "Author", - "co-authors": "Co-authors", + "author": "Skapare", + "co-authors": "Medskapare", "colors": { "colorShadow": { - "label": "Shadow color", - "title": "Color for shadows" + "label": "Skuggfärg", + "title": "Färg för skuggor" }, "dimmerText": { - "label": "Secondary text color", - "title": "Color for secondary text" + "label": "Sekundär textfärg", + "title": "Färg för sekundärtext" }, "hoverBackground": { - "label": "Hover background color", - "title": "Color for hover background" + "label": "Bakgrundsfärg för musöver", + "title": "Bakgrundsfärg för musöver" }, "mainBackground": { - "label": "Main background color", - "title": "Color for main background" + "label": "Primär bakgrundsfärg", + "title": "Färg för primär bakgrund" }, "mainColor": { - "label": "Accent color", - "title": "Color for accent" + "label": "Accentfärg", + "title": "Färg för accent" }, "mainText": { - "label": "Main text color", - "title": "Color for main text" + "label": "Primär textfärg", + "title": "Färg för primär text" }, "secondBackground": { - "label": "Secondary background color", - "title": "Color for secondary background" + "label": "Sekundär bakgrundsfärg", + "title": "Färg för sekundär bakgrund" } }, "enable": { - "label": "Enable selected theme", - "title": "Activate the selected theme for the page" + "label": "Aktivera valt tema", + "title": "Aktivera det valda temat för sidan" }, "select": { - "label": "Select theme", - "title": "Select a theme to be applied to the page" + "label": "Välj tema", + "title": "Välj ett tema som ska tillämpas på sidan" }, - "title": "YouTube Deep Dark Settings" + "title": "Deep Dark-inställningar för YouTube" } } } From 2d2d9ceefb05411352dffe7f5ec8e41c761346b4 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 3 Apr 2024 17:24:15 -0400 Subject: [PATCH 0294/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index 54fc95814..7b32459e8 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -443,7 +443,7 @@ "title": "为次要文本使用的颜色" }, "hoverBackground": { - "label": "Hover background color", + "label": "悬停背景颜色", "title": "为悬停背景使用的颜色" }, "mainBackground": { @@ -459,7 +459,7 @@ "title": "为主要文本使用的颜色" }, "secondBackground": { - "label": "Secondary background color", + "label": "次要背景颜色", "title": "为次要背景使用的颜色" } }, From 0b16172be23382fe2a9a0c72b2464911e5aae4b9 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 4 Apr 2024 05:52:09 -0400 Subject: [PATCH 0295/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index 480f612cb..4521b662a 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -251,7 +251,7 @@ }, "shareShortener": { "label": "Förkorta YouTube-videons delningslänk", - "title": "Förkortar YouTube-videons delningslänk (youtu.be) genom att ta bort si/funktionsparametrar från den" + "title": "Förkortar YouTube-videons delningslänk (youtu.be) genom att ta bort funktionsparametrar från den" }, "shortsAutoScroll": { "label": "Automatisk rullning för shorts", From 6e28bd7cc43611d48f250385b02dbd137c8cd134 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 4 Apr 2024 13:30:16 -0400 Subject: [PATCH 0296/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index a7b0900cf..2993dac20 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -302,9 +302,9 @@ "type": { "label": "Tipo", "options": { - "line": "Line", + "line": "Riga", "no_display": "Nessuno schermo", - "round": "Round", + "round": "Tondo", "text": "Testuale" }, "title": "Seleziona il tipo di schermo interattivo" From ae6d6edf9cacc463b27b52c56da176cc767eaa39 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 4 Apr 2024 14:52:36 -0400 Subject: [PATCH 0297/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 46 +++++++++++++++++++-------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index 2993dac20..c820954d7 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -425,53 +425,53 @@ "global": "Globale", "perVideo": "Per video" }, - "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + "title": "Scegli come l'aumento del volume è applicato. 'Per video' permette di abilitare la spinta per ogni video singolarmente nel menu' delle funzioni. 'Globale' applica la spinta a tutti i video quando l'amplificazione del volume è abilitata." } }, - "title": "Volume boost settings" + "title": "Impostazioni aumento volume" }, "youtubeDeepDark": { - "author": "Author", - "co-authors": "Co-authors", + "author": "Autore", + "co-authors": "Co-autori", "colors": { "colorShadow": { - "label": "Shadow color", - "title": "Color for shadows" + "label": "Colore ombra", + "title": "Colore per le ombre" }, "dimmerText": { - "label": "Secondary text color", - "title": "Color for secondary text" + "label": "Colore secondario del testo", + "title": "Colore del testo secondario" }, "hoverBackground": { - "label": "Hover background color", - "title": "Color for hover background" + "label": "Colore sfondo quando puntato", + "title": "Colore per lo sfondo al passaggio" }, "mainBackground": { - "label": "Main background color", - "title": "Color for main background" + "label": "Colore sfondo principale", + "title": "Colore per lo sfondo principale" }, "mainColor": { - "label": "Accent color", - "title": "Color for accent" + "label": "Colore accento", + "title": "Colore per accento" }, "mainText": { - "label": "Main text color", - "title": "Color for main text" + "label": "Colore testo principale", + "title": "Colore per il testo principale" }, "secondBackground": { - "label": "Secondary background color", - "title": "Color for secondary background" + "label": "Colore sfondo secondario", + "title": "Colore per lo sfondo secondario" } }, "enable": { - "label": "Enable selected theme", - "title": "Activate the selected theme for the page" + "label": "Abilita tema selezionato", + "title": "Abilita il tema selezionato per la pagina" }, "select": { - "label": "Select theme", - "title": "Select a theme to be applied to the page" + "label": "Seleziona tema", + "title": "Seleziona un tema da applicare alla pagina" }, - "title": "YouTube Deep Dark Settings" + "title": "Impostazioni sfondo scuro di YouTube" } } } From 9672cd692a279a29cc48ddfe9ad89025790bd041 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 5 Apr 2024 04:45:48 -0400 Subject: [PATCH 0298/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index c820954d7..336c3187a 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -302,7 +302,7 @@ "type": { "label": "Tipo", "options": { - "line": "Riga", + "line": "Linea", "no_display": "Nessuno schermo", "round": "Tondo", "text": "Testuale" From 20aa017e6970e5c3d7f26329defe309ff3da05ab Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 11 Apr 2024 09:42:52 -0400 Subject: [PATCH 0299/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index 34f7ee638..b55078e8b 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -443,7 +443,7 @@ "title": "二の次テキストの色" }, "hoverBackground": { - "label": "Hover background color", + "label": "背景マウスホバーの色", "title": "背景マウスホバーの色" }, "mainBackground": { @@ -459,7 +459,7 @@ "title": "メインテキストの色" }, "secondBackground": { - "label": "Secondary background color", + "label": "二次背景色", "title": "二次背景の色" } }, From eac3d08332276fa5b4c09d117f8bf88d82b8eb2f Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 11 Apr 2024 11:41:25 -0400 Subject: [PATCH 0300/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index 6bed245a2..918f1b330 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -253,6 +253,10 @@ "label": "YouTube video paylaşım bağlantısını kısalt", "title": "YouTube video paylaşım bağlantısını (youtu.be) si/feature parametrelerini çıkararak kısaltır" }, + "skipContinueWatching": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + }, "shortsAutoScroll": { "label": "Kısa videoya otomatik kaydır", "title": "Bir sonraki kısa videoya otomatik kaydır" From f1c017c33f3724541e11070e4f5f8eb11cef0721 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 11 Apr 2024 11:41:26 -0400 Subject: [PATCH 0301/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index 6b6c0ba75..9541aa63f 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -253,6 +253,10 @@ "label": "Укоротить ссылку с кнопки \"Поделиться\"", "title": "Укорачивает ссылку с кнопки \"Поделиться\" (youtu.be), убирая параметры si/feature из нее" }, + "skipContinueWatching": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + }, "shortsAutoScroll": { "label": "Автоматическая прокрутка Shorts", "title": "Автоматически скроллит до следующего Shorts" From e2f0707a015edd1ed3b51d2ace1057d849366124 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 11 Apr 2024 11:41:27 -0400 Subject: [PATCH 0302/1783] New translations en-us.json (French) --- public/locales/fr-FR.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/fr-FR.json b/public/locales/fr-FR.json index 8988dee4c..3996e8988 100644 --- a/public/locales/fr-FR.json +++ b/public/locales/fr-FR.json @@ -253,6 +253,10 @@ "label": "Shorten YouTube video share link", "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" }, + "skipContinueWatching": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + }, "shortsAutoScroll": { "label": "Shorts auto scroll", "title": "Automatically scrolls to the next short" From a15c3395877a5581a9b64861cf339b670f07fe40 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 11 Apr 2024 11:41:28 -0400 Subject: [PATCH 0303/1783] New translations en-us.json (Spanish) --- public/locales/es-ES.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index 3c89f1bc9..bf4d9f97d 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -253,6 +253,10 @@ "label": "Shorten YouTube video share link", "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" }, + "skipContinueWatching": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + }, "shortsAutoScroll": { "label": "Shorts auto scroll", "title": "Automatically scrolls to the next short" From 0d3c70194836c45027e277d887c1f6da0b3fd9f7 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 11 Apr 2024 11:41:29 -0400 Subject: [PATCH 0304/1783] New translations en-us.json (Catalan) --- public/locales/ca-ES.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/ca-ES.json b/public/locales/ca-ES.json index cd8374cfd..cf6330437 100644 --- a/public/locales/ca-ES.json +++ b/public/locales/ca-ES.json @@ -253,6 +253,10 @@ "label": "Shorten YouTube video share link", "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" }, + "skipContinueWatching": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + }, "shortsAutoScroll": { "label": "Shorts auto scroll", "title": "Automatically scrolls to the next short" From 368a6b0b7d2e861188b1d7fc5cd999a5bbcb2632 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 11 Apr 2024 11:41:29 -0400 Subject: [PATCH 0305/1783] New translations en-us.json (Czech) --- public/locales/cs-CZ.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/cs-CZ.json b/public/locales/cs-CZ.json index 7d106de51..83a559a5a 100644 --- a/public/locales/cs-CZ.json +++ b/public/locales/cs-CZ.json @@ -253,6 +253,10 @@ "label": "Shorten YouTube video share link", "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" }, + "skipContinueWatching": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + }, "shortsAutoScroll": { "label": "Shorts auto scroll", "title": "Automatically scrolls to the next short" From 9023f778bf70e576bb11df968785ff93b8b82dc4 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 11 Apr 2024 11:41:30 -0400 Subject: [PATCH 0306/1783] New translations en-us.json (German) --- public/locales/de-DE.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/de-DE.json b/public/locales/de-DE.json index e4ffd02c9..8d1c500d9 100644 --- a/public/locales/de-DE.json +++ b/public/locales/de-DE.json @@ -253,6 +253,10 @@ "label": "Shorten YouTube video share link", "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" }, + "skipContinueWatching": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + }, "shortsAutoScroll": { "label": "Shorts auto scroll", "title": "Automatically scrolls to the next short" From 3e77e33b925749b1f8854c85e1b2c6781e10b69c Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 11 Apr 2024 11:41:31 -0400 Subject: [PATCH 0307/1783] New translations en-us.json (Hebrew) --- public/locales/he-IL.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/he-IL.json b/public/locales/he-IL.json index 6bbf5dc04..2c5d80456 100644 --- a/public/locales/he-IL.json +++ b/public/locales/he-IL.json @@ -253,6 +253,10 @@ "label": "Shorten YouTube video share link", "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" }, + "skipContinueWatching": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + }, "shortsAutoScroll": { "label": "Shorts auto scroll", "title": "Automatically scrolls to the next short" From 8eabcadb09cf84db39072d4fbbcae044cf2ae736 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 11 Apr 2024 11:41:32 -0400 Subject: [PATCH 0308/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index 336c3187a..2476d05aa 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -253,6 +253,10 @@ "label": "Abbrevia il collegamento di condivisione video di YouTube", "title": "Riduce il collegamento di condivisione video di YouTube (youtu.be) eliminando da esso i parametri si/feature" }, + "skipContinueWatching": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + }, "shortsAutoScroll": { "label": "Scorri al blocco", "title": "Scorri automaticamente al prossimo blocco" From 60b811d733bc062a60103bb77aa48080ef1e3c10 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 11 Apr 2024 11:41:33 -0400 Subject: [PATCH 0309/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index b55078e8b..3193d99ba 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -253,6 +253,10 @@ "label": "YouTube動画のURLを短縮する", "title": "YouTube動画のURLに機能パラメータを削除して短縮する(youtu.be)" }, + "skipContinueWatching": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + }, "shortsAutoScroll": { "label": "ショートの自動スクロール", "title": "次のショートを自動にスクロールする" From 26b70bff75eb3c3451fe058075733fe4fbc31632 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 11 Apr 2024 11:41:35 -0400 Subject: [PATCH 0310/1783] New translations en-us.json (Polish) --- public/locales/pl-PL.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/pl-PL.json b/public/locales/pl-PL.json index d9ab7e118..071389c69 100644 --- a/public/locales/pl-PL.json +++ b/public/locales/pl-PL.json @@ -253,6 +253,10 @@ "label": "Shorten YouTube video share link", "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" }, + "skipContinueWatching": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + }, "shortsAutoScroll": { "label": "Shorts auto scroll", "title": "Automatically scrolls to the next short" From 09a2a4e24b98fe83aee77520f456745064e7b03d Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 11 Apr 2024 11:41:36 -0400 Subject: [PATCH 0311/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index 4521b662a..78d9da79a 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -253,6 +253,10 @@ "label": "Förkorta YouTube-videons delningslänk", "title": "Förkortar YouTube-videons delningslänk (youtu.be) genom att ta bort funktionsparametrar från den" }, + "skipContinueWatching": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + }, "shortsAutoScroll": { "label": "Automatisk rullning för shorts", "title": "Rullar automatiskt till nästa shorts" From b2bfefff8a4bb4f95f2986dfdd8b36bac49293e8 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 11 Apr 2024 11:41:36 -0400 Subject: [PATCH 0312/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index 7b32459e8..a31a46edd 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -253,6 +253,10 @@ "label": "缩短YouTube视频分享链接", "title": "分享Youtube视频(youtu.be)时,删除si/feature 参数以缩短链接" }, + "skipContinueWatching": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + }, "shortsAutoScroll": { "label": "短视频自动下滑", "title": "短视频播完后,自动下滑播放下一个" From e08c5aabfdc9291806f7759327c5f7ed1b4f9cca Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 11 Apr 2024 11:41:37 -0400 Subject: [PATCH 0313/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index 4ebee2560..f6a2e8fa4 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -253,6 +253,10 @@ "label": "縮短 YouTube 影片共享連結", "title": "縮短 YouTube 影片共享連結 (youtu.be),移除 si/feature 參數" }, + "skipContinueWatching": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + }, "shortsAutoScroll": { "label": "Shorts 自動滾動", "title": "自動滾動到下一段 Short" From bcbf9afba9806748c58760fd15d3b36b97d48db5 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 11 Apr 2024 11:41:39 -0400 Subject: [PATCH 0314/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index f96a43a89..96da27961 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -253,6 +253,10 @@ "label": "Shorten YouTube video share link", "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" }, + "skipContinueWatching": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + }, "shortsAutoScroll": { "label": "Shorts auto scroll", "title": "Automatically scrolls to the next short" From 79d6ed4a05ad998bc0291ad20be8b4f810d65cbe Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 11 Apr 2024 11:41:39 -0400 Subject: [PATCH 0315/1783] New translations en-us.json (Persian) --- public/locales/fa-IR.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/fa-IR.json b/public/locales/fa-IR.json index cb43a4081..1bb7fa47e 100644 --- a/public/locales/fa-IR.json +++ b/public/locales/fa-IR.json @@ -253,6 +253,10 @@ "label": "Shorten YouTube video share link", "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" }, + "skipContinueWatching": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + }, "shortsAutoScroll": { "label": "Shorts auto scroll", "title": "Automatically scrolls to the next short" From 8a3162acbbe972e7005d9ae95ca636b5e65019d3 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 11 Apr 2024 11:41:40 -0400 Subject: [PATCH 0316/1783] New translations en-us.json (Hindi) --- public/locales/hi-IN.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/hi-IN.json b/public/locales/hi-IN.json index 291c854e4..1156afdda 100644 --- a/public/locales/hi-IN.json +++ b/public/locales/hi-IN.json @@ -253,6 +253,10 @@ "label": "Shorten YouTube video share link", "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" }, + "skipContinueWatching": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + }, "shortsAutoScroll": { "label": "Shorts auto scroll", "title": "Automatically scrolls to the next short" From 6ab3db52b6f2e2020c253b39f09073d12e58c6c7 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 11 Apr 2024 12:38:28 -0400 Subject: [PATCH 0317/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index f6a2e8fa4..dc8be0f97 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -254,8 +254,8 @@ "title": "縮短 YouTube 影片共享連結 (youtu.be),移除 si/feature 參數" }, "skipContinueWatching": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" + "label": "跳過「影片已暫停,繼續觀看?」", + "title": "跳過暫停影片播放的閒置對話框" }, "shortsAutoScroll": { "label": "Shorts 自動滾動", From 0f2da38b0fa87fbec10ee92352a845aa4897bb45 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 11 Apr 2024 20:48:16 -0400 Subject: [PATCH 0318/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index 9541aa63f..962e775da 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -254,8 +254,8 @@ "title": "Укорачивает ссылку с кнопки \"Поделиться\" (youtu.be), убирая параметры si/feature из нее" }, "skipContinueWatching": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" + "label": "Пропускать \"Воспроизведение приостановлено. Продолжить?\"", + "title": "Автоматически пропускает диалог простоя, который приостанавливает воспроизведение" }, "shortsAutoScroll": { "label": "Автоматическая прокрутка Shorts", @@ -447,7 +447,7 @@ "title": "Цвет для вторичного текста" }, "hoverBackground": { - "label": "Hover background color", + "label": "Цвет фона при наведении", "title": "Цвет, который будет задаваться фону при наведении" }, "mainBackground": { @@ -463,7 +463,7 @@ "title": "Цвет для основного текста" }, "secondBackground": { - "label": "Secondary background color", + "label": "Дополнительный цвет фона", "title": "Цвет для вторичного фона" } }, From 0c492b3de8b831e4f484a73f4cf4649b897afe92 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 11 Apr 2024 22:01:21 -0400 Subject: [PATCH 0319/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index 918f1b330..dda8760d1 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -253,13 +253,13 @@ "label": "YouTube video paylaşım bağlantısını kısalt", "title": "YouTube video paylaşım bağlantısını (youtu.be) si/feature parametrelerini çıkararak kısaltır" }, - "skipContinueWatching": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" - }, "shortsAutoScroll": { "label": "Kısa videoya otomatik kaydır", "title": "Bir sonraki kısa videoya otomatik kaydır" + }, + "skipContinueWatching": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" } }, "title": "Çeşitli ayarlar" @@ -306,9 +306,9 @@ "type": { "label": "Tür", "options": { + "circle": "Circle", "line": "Satır", "no_display": "Ekran yok", - "round": "Tur", "text": "Metin" }, "title": "Select the type of On-Screen Display" @@ -479,4 +479,4 @@ } } } -} +} From d289dd30db57204fb15a75fdbb8916817865a206 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 11 Apr 2024 22:01:21 -0400 Subject: [PATCH 0320/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index 962e775da..12cf3c9d0 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -253,13 +253,13 @@ "label": "Укоротить ссылку с кнопки \"Поделиться\"", "title": "Укорачивает ссылку с кнопки \"Поделиться\" (youtu.be), убирая параметры si/feature из нее" }, - "skipContinueWatching": { - "label": "Пропускать \"Воспроизведение приостановлено. Продолжить?\"", - "title": "Автоматически пропускает диалог простоя, который приостанавливает воспроизведение" - }, "shortsAutoScroll": { "label": "Автоматическая прокрутка Shorts", "title": "Автоматически скроллит до следующего Shorts" + }, + "skipContinueWatching": { + "label": "Пропускать \"Воспроизведение приостановлено. Продолжить?\"", + "title": "Автоматически пропускает диалог простоя, который приостанавливает воспроизведение" } }, "title": "Прочие параметры" @@ -306,9 +306,9 @@ "type": { "label": "Тип", "options": { + "circle": "Circle", "line": "Линия", "no_display": "Не показывать", - "round": "Круг", "text": "Текст" }, "title": "Выберите тип отображения на экране (OSD)" @@ -479,4 +479,4 @@ } } } -} +} From 36fd94131af4967d97cafffdb6cb129ea8dedd10 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 11 Apr 2024 22:01:22 -0400 Subject: [PATCH 0321/1783] New translations en-us.json (French) --- public/locales/fr-FR.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/public/locales/fr-FR.json b/public/locales/fr-FR.json index 3996e8988..2192ca025 100644 --- a/public/locales/fr-FR.json +++ b/public/locales/fr-FR.json @@ -253,13 +253,13 @@ "label": "Shorten YouTube video share link", "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" }, - "skipContinueWatching": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" - }, "shortsAutoScroll": { "label": "Shorts auto scroll", "title": "Automatically scrolls to the next short" + }, + "skipContinueWatching": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" } }, "title": "Autre paramètres" @@ -306,9 +306,9 @@ "type": { "label": "Type", "options": { + "circle": "Circle", "line": "Ligne", "no_display": "Cacher", - "round": "Arrondi", "text": "Texte" }, "title": "Sélectionnez le type d'affichage à l'écran" @@ -479,4 +479,4 @@ } } } -} +} From fcc02a3ccc20f1b5336c562078b209a2478902bd Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 11 Apr 2024 22:01:23 -0400 Subject: [PATCH 0322/1783] New translations en-us.json (Spanish) --- public/locales/es-ES.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index bf4d9f97d..216660cca 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -253,13 +253,13 @@ "label": "Shorten YouTube video share link", "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" }, - "skipContinueWatching": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" - }, "shortsAutoScroll": { "label": "Shorts auto scroll", "title": "Automatically scrolls to the next short" + }, + "skipContinueWatching": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" } }, "title": "Ajustes varios" @@ -306,9 +306,9 @@ "type": { "label": "Tipo", "options": { + "circle": "Circle", "line": "Línea", "no_display": "No mostrar", - "round": "Round", "text": "Texto" }, "title": "Select the type of On-Screen Display" @@ -479,4 +479,4 @@ } } } -} +} From c38fce52330f77003ec8354b3d95ed5f04321698 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 11 Apr 2024 22:01:24 -0400 Subject: [PATCH 0323/1783] New translations en-us.json (Catalan) --- public/locales/ca-ES.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/public/locales/ca-ES.json b/public/locales/ca-ES.json index cf6330437..aec6e7573 100644 --- a/public/locales/ca-ES.json +++ b/public/locales/ca-ES.json @@ -253,13 +253,13 @@ "label": "Shorten YouTube video share link", "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" }, - "skipContinueWatching": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" - }, "shortsAutoScroll": { "label": "Shorts auto scroll", "title": "Automatically scrolls to the next short" + }, + "skipContinueWatching": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" } }, "title": "Miscellaneous settings" @@ -306,9 +306,9 @@ "type": { "label": "Type", "options": { + "circle": "Circle", "line": "Line", "no_display": "No display", - "round": "Round", "text": "Text" }, "title": "Select the type of On-Screen Display" @@ -479,4 +479,4 @@ } } } -} +} From 08aadafdd271f6647709722fdf384ae7e93700ff Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 11 Apr 2024 22:01:24 -0400 Subject: [PATCH 0324/1783] New translations en-us.json (Czech) --- public/locales/cs-CZ.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/public/locales/cs-CZ.json b/public/locales/cs-CZ.json index 83a559a5a..62b5ad23a 100644 --- a/public/locales/cs-CZ.json +++ b/public/locales/cs-CZ.json @@ -253,13 +253,13 @@ "label": "Shorten YouTube video share link", "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" }, - "skipContinueWatching": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" - }, "shortsAutoScroll": { "label": "Shorts auto scroll", "title": "Automatically scrolls to the next short" + }, + "skipContinueWatching": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" } }, "title": "Miscellaneous settings" @@ -306,9 +306,9 @@ "type": { "label": "Type", "options": { + "circle": "Circle", "line": "Line", "no_display": "No display", - "round": "Round", "text": "Text" }, "title": "Select the type of On-Screen Display" @@ -479,4 +479,4 @@ } } } -} +} From 89218b4bb96254434c5198f319933302ed22cff8 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 11 Apr 2024 22:01:25 -0400 Subject: [PATCH 0325/1783] New translations en-us.json (German) --- public/locales/de-DE.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/public/locales/de-DE.json b/public/locales/de-DE.json index 8d1c500d9..0b546baa4 100644 --- a/public/locales/de-DE.json +++ b/public/locales/de-DE.json @@ -253,13 +253,13 @@ "label": "Shorten YouTube video share link", "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" }, - "skipContinueWatching": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" - }, "shortsAutoScroll": { "label": "Shorts auto scroll", "title": "Automatically scrolls to the next short" + }, + "skipContinueWatching": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" } }, "title": "Weitere Einstellungen" @@ -306,9 +306,9 @@ "type": { "label": "Type", "options": { + "circle": "Circle", "line": "Line", "no_display": "No display", - "round": "Round", "text": "Text" }, "title": "Select the type of On-Screen Display" @@ -479,4 +479,4 @@ } } } -} +} From d5ae7f6491ebe25291e10226e7416fee59f41dda Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 11 Apr 2024 22:01:26 -0400 Subject: [PATCH 0326/1783] New translations en-us.json (Hebrew) --- public/locales/he-IL.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/public/locales/he-IL.json b/public/locales/he-IL.json index 2c5d80456..3f3130b7e 100644 --- a/public/locales/he-IL.json +++ b/public/locales/he-IL.json @@ -253,13 +253,13 @@ "label": "Shorten YouTube video share link", "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" }, - "skipContinueWatching": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" - }, "shortsAutoScroll": { "label": "Shorts auto scroll", "title": "Automatically scrolls to the next short" + }, + "skipContinueWatching": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" } }, "title": "Miscellaneous settings" @@ -306,9 +306,9 @@ "type": { "label": "Type", "options": { + "circle": "Circle", "line": "Line", "no_display": "No display", - "round": "Round", "text": "Text" }, "title": "Select the type of On-Screen Display" @@ -479,4 +479,4 @@ } } } -} +} From 383c9df9291c4bc8d73f24a9be3cb78e9491f59d Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 11 Apr 2024 22:01:26 -0400 Subject: [PATCH 0327/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index 2476d05aa..2d36f7b6f 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -253,13 +253,13 @@ "label": "Abbrevia il collegamento di condivisione video di YouTube", "title": "Riduce il collegamento di condivisione video di YouTube (youtu.be) eliminando da esso i parametri si/feature" }, - "skipContinueWatching": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" - }, "shortsAutoScroll": { "label": "Scorri al blocco", "title": "Scorri automaticamente al prossimo blocco" + }, + "skipContinueWatching": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" } }, "title": "Impostazioni varie" @@ -306,9 +306,9 @@ "type": { "label": "Tipo", "options": { + "circle": "Circle", "line": "Linea", "no_display": "Nessuno schermo", - "round": "Tondo", "text": "Testuale" }, "title": "Seleziona il tipo di schermo interattivo" @@ -479,4 +479,4 @@ } } } -} +} From 2947a1442ee6ed26d5e9950815419ec7e1dcc456 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 11 Apr 2024 22:01:27 -0400 Subject: [PATCH 0328/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index 3193d99ba..2509c406f 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -253,13 +253,13 @@ "label": "YouTube動画のURLを短縮する", "title": "YouTube動画のURLに機能パラメータを削除して短縮する(youtu.be)" }, - "skipContinueWatching": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" - }, "shortsAutoScroll": { "label": "ショートの自動スクロール", "title": "次のショートを自動にスクロールする" + }, + "skipContinueWatching": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" } }, "title": "他の設定" @@ -306,9 +306,9 @@ "type": { "label": "OSD型", "options": { + "circle": "Circle", "line": "ライン", "no_display": "見せない", - "round": "丸い", "text": "テキスト" }, "title": "オンスクリーンディスプレイ(OSD)型を選択選ぶ" @@ -479,4 +479,4 @@ } } } -} +} From 0f8c8aee2bcd0b4612167126ccf643f87766c3db Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 11 Apr 2024 22:01:28 -0400 Subject: [PATCH 0329/1783] New translations en-us.json (Polish) --- public/locales/pl-PL.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/public/locales/pl-PL.json b/public/locales/pl-PL.json index 071389c69..5b05c05dc 100644 --- a/public/locales/pl-PL.json +++ b/public/locales/pl-PL.json @@ -253,13 +253,13 @@ "label": "Shorten YouTube video share link", "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" }, - "skipContinueWatching": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" - }, "shortsAutoScroll": { "label": "Shorts auto scroll", "title": "Automatically scrolls to the next short" + }, + "skipContinueWatching": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" } }, "title": "Miscellaneous settings" @@ -306,9 +306,9 @@ "type": { "label": "Type", "options": { + "circle": "Circle", "line": "Line", "no_display": "No display", - "round": "Round", "text": "Text" }, "title": "Select the type of On-Screen Display" @@ -479,4 +479,4 @@ } } } -} +} From 30a058052b4f5afc979622e8635b65207c1fc0a8 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 11 Apr 2024 22:01:28 -0400 Subject: [PATCH 0330/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index 78d9da79a..a8b7e47f7 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -253,13 +253,13 @@ "label": "Förkorta YouTube-videons delningslänk", "title": "Förkortar YouTube-videons delningslänk (youtu.be) genom att ta bort funktionsparametrar från den" }, - "skipContinueWatching": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" - }, "shortsAutoScroll": { "label": "Automatisk rullning för shorts", "title": "Rullar automatiskt till nästa shorts" + }, + "skipContinueWatching": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" } }, "title": "Övriga inställningar" @@ -306,9 +306,9 @@ "type": { "label": "Typ", "options": { + "circle": "Circle", "line": "Rad", "no_display": "Ingen visning", - "round": "Rund", "text": "Text" }, "title": "Välj typ av On-Screen Display" @@ -479,4 +479,4 @@ } } } -} +} From 41afbd409dd0232135a05dfa3b327be6b8c5bf71 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 11 Apr 2024 22:01:29 -0400 Subject: [PATCH 0331/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index a31a46edd..6c034e81a 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -253,13 +253,13 @@ "label": "缩短YouTube视频分享链接", "title": "分享Youtube视频(youtu.be)时,删除si/feature 参数以缩短链接" }, - "skipContinueWatching": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" - }, "shortsAutoScroll": { "label": "短视频自动下滑", "title": "短视频播完后,自动下滑播放下一个" + }, + "skipContinueWatching": { + "label": "跳过\"视频已暂停。继续观看吗?\"", + "title": "跳过暂停视频播放的闲置对话框" } }, "title": "其他设置" @@ -306,9 +306,9 @@ "type": { "label": "类型", "options": { + "circle": "圆形图标", "line": "直线", "no_display": "无显示", - "round": "圆角", "text": "文本" }, "title": "选择屏幕提示文本颜色" @@ -479,4 +479,4 @@ } } } -} +} From 7c92382a4641c4e6079e54ccdc8332a3bf6f25cd Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 11 Apr 2024 22:01:30 -0400 Subject: [PATCH 0332/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index dc8be0f97..f58e7b330 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -253,13 +253,13 @@ "label": "縮短 YouTube 影片共享連結", "title": "縮短 YouTube 影片共享連結 (youtu.be),移除 si/feature 參數" }, - "skipContinueWatching": { - "label": "跳過「影片已暫停,繼續觀看?」", - "title": "跳過暫停影片播放的閒置對話框" - }, "shortsAutoScroll": { "label": "Shorts 自動滾動", "title": "自動滾動到下一段 Short" + }, + "skipContinueWatching": { + "label": "跳過「影片已暫停,繼續觀看?」", + "title": "跳過暫停影片播放的閒置對話框" } }, "title": "其他設定" @@ -306,9 +306,9 @@ "type": { "label": "類型", "options": { + "circle": "Circle", "line": "線條", "no_display": "不顯示", - "round": "圓形", "text": "文字" }, "title": "選擇屏幕顥示風格" @@ -479,4 +479,4 @@ } } } -} +} From d16cc3c7fefecbea259f991cca60589dbf4afc2c Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 11 Apr 2024 22:01:31 -0400 Subject: [PATCH 0333/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index 96da27961..6bdfb7532 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -253,13 +253,13 @@ "label": "Shorten YouTube video share link", "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" }, - "skipContinueWatching": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" - }, "shortsAutoScroll": { "label": "Shorts auto scroll", "title": "Automatically scrolls to the next short" + }, + "skipContinueWatching": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" } }, "title": "Configurações diversas" @@ -306,9 +306,9 @@ "type": { "label": "Tipo", "options": { + "circle": "Circle", "line": "Linha", "no_display": "Sem exibição", - "round": "Arredondado", "text": "Texto" }, "title": "Selecione o tipo de informações na tela" @@ -479,4 +479,4 @@ } } } -} +} From 84b9be75f9c30bb07b2e49e58fb257d5fdfc5019 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 11 Apr 2024 22:01:31 -0400 Subject: [PATCH 0334/1783] New translations en-us.json (Persian) --- public/locales/fa-IR.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/public/locales/fa-IR.json b/public/locales/fa-IR.json index 1bb7fa47e..94548c2dc 100644 --- a/public/locales/fa-IR.json +++ b/public/locales/fa-IR.json @@ -253,13 +253,13 @@ "label": "Shorten YouTube video share link", "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" }, - "skipContinueWatching": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" - }, "shortsAutoScroll": { "label": "Shorts auto scroll", "title": "Automatically scrolls to the next short" + }, + "skipContinueWatching": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" } }, "title": "Miscellaneous settings" @@ -306,9 +306,9 @@ "type": { "label": "Type", "options": { + "circle": "Circle", "line": "Line", "no_display": "No display", - "round": "Round", "text": "Text" }, "title": "Select the type of On-Screen Display" @@ -479,4 +479,4 @@ } } } -} +} From 8f82dfe9ba6f73e34a3eddf6a63927cb7bc18de5 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 11 Apr 2024 22:01:32 -0400 Subject: [PATCH 0335/1783] New translations en-us.json (Hindi) --- public/locales/hi-IN.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/public/locales/hi-IN.json b/public/locales/hi-IN.json index 1156afdda..d2923e185 100644 --- a/public/locales/hi-IN.json +++ b/public/locales/hi-IN.json @@ -253,13 +253,13 @@ "label": "Shorten YouTube video share link", "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" }, - "skipContinueWatching": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" - }, "shortsAutoScroll": { "label": "Shorts auto scroll", "title": "Automatically scrolls to the next short" + }, + "skipContinueWatching": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" } }, "title": "Miscellaneous settings" @@ -306,9 +306,9 @@ "type": { "label": "Type", "options": { + "circle": "Circle", "line": "Line", "no_display": "No display", - "round": "Round", "text": "Text" }, "title": "Select the type of On-Screen Display" @@ -479,4 +479,4 @@ } } } -} +} From fa4183c899ecde0063506e24baf5595aefe11cda Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 11 Apr 2024 23:02:42 -0400 Subject: [PATCH 0336/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index f58e7b330..c4be87e2d 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -306,7 +306,7 @@ "type": { "label": "類型", "options": { - "circle": "Circle", + "circle": "圓形", "line": "線條", "no_display": "不顯示", "text": "文字" @@ -479,4 +479,4 @@ } } } -} +} From 93635435eb01b37bbfe5ffd9568659d9f7a2ad8c Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 13 Apr 2024 10:47:00 -0400 Subject: [PATCH 0337/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index 12cf3c9d0..5dadaa1c7 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -306,7 +306,7 @@ "type": { "label": "Тип", "options": { - "circle": "Circle", + "circle": "Круг", "line": "Линия", "no_display": "Не показывать", "text": "Текст" @@ -479,4 +479,4 @@ } } } -} +} From c3a63afc79435801546f6fa697d323357e46bbf5 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 13 Apr 2024 12:51:10 -0400 Subject: [PATCH 0338/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index 2509c406f..663091434 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -479,4 +479,4 @@ } } } -} +} From ff28e7877f9d09c797d1875e0be91f54ba8e0981 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 13 Apr 2024 12:51:11 -0400 Subject: [PATCH 0339/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index 6c034e81a..134214c57 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -479,4 +479,4 @@ } } } -} +} From 0c5adb46eec379296e6b07d92e70c5d6ecea379a Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 13 Apr 2024 14:23:56 -0400 Subject: [PATCH 0340/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index 2d36f7b6f..e8c36e4da 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -306,7 +306,7 @@ "type": { "label": "Tipo", "options": { - "circle": "Circle", + "circle": "Cerchio", "line": "Linea", "no_display": "Nessuno schermo", "text": "Testuale" @@ -479,4 +479,4 @@ } } } -} +} From 2e4c1bb842ecdb240330c80deb79312363eba98f Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 13 Apr 2024 17:40:51 -0400 Subject: [PATCH 0341/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index 5dadaa1c7..d9d530988 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -451,7 +451,7 @@ "title": "Цвет, который будет задаваться фону при наведении" }, "mainBackground": { - "label": "Цвет основного фона", + "label": "Основной цвет фона", "title": "Цвет для основного фона" }, "mainColor": { From 58cceeaa1b02c5e635f58dea5700166665406a4e Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 13 Apr 2024 17:40:52 -0400 Subject: [PATCH 0342/1783] New translations en-us.json (English, United Kingdom) --- public/locales/en-GB.json | 482 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 482 insertions(+) create mode 100644 public/locales/en-GB.json diff --git a/public/locales/en-GB.json b/public/locales/en-GB.json new file mode 100644 index 000000000..16aac3d01 --- /dev/null +++ b/public/locales/en-GB.json @@ -0,0 +1,482 @@ +{ + "langCode": "en-UK", + "langName": "English (UK)", + "messages": { + "resumingVideo": "Resuming video at {{VIDEO_TIME}}", + "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "featureMenu": { + "button": { + "label": "Feature menu" + } + }, + "loopButton": { + "button": { + "label": "Loop", + "toggle": { + "off": "Loop off", + "on": "Loop on" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "Maximize", + "toggle": { + "off": "Maximize off", + "on": "Maximize on" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Open transcript" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Decrease Speed by {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Increase Speed by {{SPEED}}" + } + } + }, + "screenshotButton": { + "button": { + "label": "Screenshot" + }, + "copiedToClipboard": "Screenshot copied to clipboard" + }, + "videoHistory": { + "resumeButton": "Resume", + "resumePrompt": { + "close": "Close" + } + }, + "volumeBoostButton": { + "button": { + "label": "Volume Boost", + "toggle": { + "off": "Volume boost off", + "on": "Volume boost on" + } + } + } + } + }, + "options": { + "notifications": { + "error": { + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", + "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." + } + } + }, + "info": { + "reset": "All options have been reset to their default values.\nYou can now save the changes by clicking the \"Confirm\" button or discard them by closing this page or ignore this notification." + }, + "success": { + "saved": "Options saved." + } + } + } + }, + "settings": { + "clearData": { + "allDataDeleted": "All data has been deleted.", + "confirmAlert": "This will delete all extension data related to options. Continue?" + }, + "sections": { + "automaticQuality": { + "enable": { + "label": "Automatic quality adjustment", + "title": "Automatically adjusts the video quality to the selected level." + }, + "select": { + "label": "Player quality", + "title": "The quality to set the video to" + }, + "title": "Automatic quality settings" + }, + "bottomButtons": { + "clear": { + "title": "Clears all data this extension has stored on your machine", + "value": "Clear Data" + }, + "confirm": { + "title": "Confirm setting reset", + "value": "Confirm" + }, + "openTab": { + "title": "Open extension settings in a new tab" + }, + "reset": { + "title": "Resets all settings to their defaults, Click the confirm button to save the changes", + "value": "Reset" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "decreasePlaybackSpeedButton": "Decrease Speed button", + "increasePlaybackSpeedButton": "Increase Speed button", + "loopButton": "Loop button", + "maximizePlayerButton": "Maximize button", + "openTranscriptButton": "Open Transcript button", + "screenshotButton": "Screenshot button", + "volumeBoostButton": "Volume Boost button" + }, + "options": { + "below_player": { + "placement": "below the player controls", + "value": "Below Player" + }, + "feature_menu": { + "placement": "in the feature menu", + "value": "Feature Menu" + }, + "player_controls_left": { + "placement": "on the left side of player controls", + "value": "Left Controls" + }, + "player_controls_right": { + "placement": "on the right side of player controls", + "value": "Right Controls" + } + }, + "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Button Placement Settings" + }, + "customCSS": { + "editor": { + "collapse": "Collapse Editor", + "expand": "Expand Editor", + "noProblems": "No problems found." + }, + "enable": { + "label": "Enable custom CSS", + "title": "Enables custom CSS to be applied to the page" + }, + "title": "Custom CSS Settings" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Menu Activation Type", + "options": { + "click": "Click", + "hover": "Hover" + }, + "title": "Select the method to activate the feature menu" + }, + "title": "Feature menu settings" + } + }, + "importExportSettings": { + "exportButton": { + "success": "Settings successfully exported", + "title": "Export settings to a JSON file", + "value": "Export Settings" + }, + "importButton": { + "error": { + "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", + "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" + }, + "success": "Settings imported successfully", + "title": "Import settings from a JSON file", + "value": "Import Settings" + } + }, + "language": { + "select": { + "label": "Language", + "title": "The language to use for the extension" + }, + "title": "Language" + }, + "miscellaneous": { + "features": { + "automaticTheaterMode": { + "label": "Automatic theatre mode", + "title": "Automatically enables theatre mode when you load a video" + }, + "hideScrollbar": { + "label": "Hide scrollbar", + "title": "Hides the pages scrollbar" + }, + "hideShorts": { + "label": "Hide shorts", + "title": "Hides all shorts" + }, + "loopButton": { + "label": "Loop button", + "title": "Adds a button to the feature menu to loop the video you're watching" + }, + "maximizePlayerButton": { + "label": "Maximize player button", + "title": "Adds a button to the feature menu to maximize the player" + }, + "openTranscriptButton": { + "label": "Open transcript button", + "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + }, + "openYouTubeSettingsOnHover": { + "label": "Open YouTube settings on hover", + "title": "Opens the YouTube settings menu when you hover over the settings button" + }, + "pauseBackgroundPlayers": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + }, + "remainingTime": { + "label": "Remaining time", + "title": "Shows the remaining time of the video you're watching" + }, + "rememberLastVolume": { + "label": "Remember last volume", + "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + }, + "removeRedirect": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + }, + "shareShortener": { + "label": "Shorten YouTube video share link", + "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + }, + "shortsAutoScroll": { + "label": "Shorts auto scroll", + "title": "Automatically scrolls to the next short" + }, + "skipContinueWatching": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + } + }, + "title": "Miscellaneous settings" + }, + "onScreenDisplaySettings": { + "color": { + "label": "Colour", + "options": { + "blue": "Blue", + "green": "Green", + "orange": "Orange", + "pink": "Pink", + "purple": "Purple", + "red": "Red", + "white": "White", + "yellow": "Yellow" + }, + "title": "Select the colour for the On-Screen Display" + }, + "hide": { + "label": "Hide Delay", + "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" + }, + "opacity": { + "label": "Opacity", + "title": "Adjust the transparency of the On-Screen Display" + }, + "padding": { + "label": "Padding", + "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." + }, + "position": { + "label": "Position", + "options": { + "bottom_left": "Bottom Left", + "bottom_right": "Bottom Right", + "center": "Centre", + "top_left": "Top Left", + "top_right": "Top Right" + }, + "title": "Select the position of the On-Screen Display" + }, + "title": "On-Screen Display Settings", + "type": { + "label": "Type", + "options": { + "circle": "Circle", + "line": "Line", + "no_display": "No display", + "text": "Text" + }, + "title": "Select the type of On-Screen Display" + } + }, + "playbackSpeed": { + "enable": { + "label": "Forced playback speed", + "title": "Sets the video speed to what you choose below" + }, + "playbackSpeedButtons": { + "label": "Playback speed buttons", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + }, + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + }, + "select": { + "label": "Player speed", + "title": "The speed to set the video to" + }, + "title": "Playback speed settings" + }, + "screenshotButton": { + "enable": { + "label": "Screenshot button", + "title": "Adds a button to the player to take a screenshot of the video" + }, + "saveAs": { + "clipboard": "Clipboard", + "file": "File" + }, + "selectFormat": { + "label": "Screenshot format", + "title": "The format to save the screenshot in" + }, + "selectSaveAs": { + "label": "Screenshot save type", + "title": "The screenshot save type" + }, + "title": "Screenshot settings" + }, + "scrollWheelSpeedControl": { + "adjustmentSteps": { + "label": "Speed Change Per Scroll", + "title": "Adjust the speed change per scroll" + }, + "enable": { + "label": "Scroll wheel speed control", + "title": "Press a modifier key to enable speed adjustment with the scroll wheel." + }, + "optionLabel": "{{KEY}} key", + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + }, + "title": "Scroll wheel speed control settings" + }, + "scrollWheelVolumeControl": { + "adjustmentSteps": { + "label": "Volume Change Per Scroll", + "title": "Adjust the volume change per scroll" + }, + "enable": { + "label": "Scroll wheel volume control", + "title": "Lets you use the scroll wheel to control the volume of the video you're watching" + }, + "holdModifierKey": { + "enable": { + "label": "Enable when holding modifier key", + "title": "Press a modifier key to enable volume adjustment with the scroll wheel." + }, + "optionLabel": "{{KEY}} key", + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + } + }, + "holdRightClick": { + "enable": { + "label": "Enable when holding right click", + "title": "Hold right click to enable scroll wheel volume control" + } + }, + "title": "Scroll wheel volume control settings" + }, + "videoHistory": { + "enable": { + "label": "Track watched videos", + "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" + }, + "resumeType": { + "select": { + "label": "Resume type", + "options": { + "automatic": "Automatic", + "prompt": "Prompt" + }, + "title": "Select how you want to resume videos" + } + }, + "title": "Video history settings" + }, + "volumeBoost": { + "boostAmount": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by" + }, + "enable": { + "label": "Volume boost", + "title": "Enable volume boost" + }, + "mode": { + "select": { + "label": "Volume boost mode", + "options": { + "global": "Global", + "perVideo": "Per video" + }, + "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + } + }, + "title": "Volume boost settings" + }, + "youtubeDeepDark": { + "author": "Author", + "co-authors": "Co-authors", + "colors": { + "colorShadow": { + "label": "Shadow color", + "title": "Color for shadows" + }, + "dimmerText": { + "label": "Secondary text color", + "title": "Color for secondary text" + }, + "hoverBackground": { + "label": "Hover background color", + "title": "Color for hover background" + }, + "mainBackground": { + "label": "Main background color", + "title": "Color for main background" + }, + "mainColor": { + "label": "Accent color", + "title": "Color for accent" + }, + "mainText": { + "label": "Main text color", + "title": "Color for main text" + }, + "secondBackground": { + "label": "Secondary background color", + "title": "Color for secondary background" + } + }, + "enable": { + "label": "Enable selected theme", + "title": "Activate the selected theme for the page" + }, + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + }, + "title": "YouTube Deep Dark Settings" + } + } + } +} From d9fdb70d6fb742fcf74bdc9cd59c125e91dde49f Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 17 Apr 2024 00:28:43 -0400 Subject: [PATCH 0343/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index dda8760d1..115b2d221 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -39,10 +39,10 @@ "playbackSpeedButtons": { "buttons": { "decreasePlaybackSpeedButton": { - "label": "Decrease Speed by {{SPEED}}" + "label": "Decrease Speed to {{SPEED}}" }, "increasePlaybackSpeedButton": { - "label": "Increase Speed by {{SPEED}}" + "label": "Increase Speed to {{SPEED}}" } } }, @@ -479,4 +479,4 @@ } } } -} +} From 99b23d6b23faa371e3b7a18561ddc1f0edb08171 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 17 Apr 2024 00:28:44 -0400 Subject: [PATCH 0344/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index d9d530988..e58762d9a 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -39,10 +39,10 @@ "playbackSpeedButtons": { "buttons": { "decreasePlaybackSpeedButton": { - "label": "Уменьшить скорость на {{SPEED}}" + "label": "Decrease Speed to {{SPEED}}" }, "increasePlaybackSpeedButton": { - "label": "Увеличить скорость на {{SPEED}}" + "label": "Increase Speed to {{SPEED}}" } } }, From 4aefaaee2533aa0d82425c891b10ab43cafc8b28 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 17 Apr 2024 00:28:44 -0400 Subject: [PATCH 0345/1783] New translations en-us.json (French) --- public/locales/fr-FR.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/locales/fr-FR.json b/public/locales/fr-FR.json index 2192ca025..561a18972 100644 --- a/public/locales/fr-FR.json +++ b/public/locales/fr-FR.json @@ -39,10 +39,10 @@ "playbackSpeedButtons": { "buttons": { "decreasePlaybackSpeedButton": { - "label": "Decrease Speed by {{SPEED}}" + "label": "Decrease Speed to {{SPEED}}" }, "increasePlaybackSpeedButton": { - "label": "Increase Speed by {{SPEED}}" + "label": "Increase Speed to {{SPEED}}" } } }, @@ -479,4 +479,4 @@ } } } -} +} From c333bf83564bace25cd0cba5fceef016677b57d6 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 17 Apr 2024 00:28:45 -0400 Subject: [PATCH 0346/1783] New translations en-us.json (Spanish) --- public/locales/es-ES.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index 216660cca..bd234c316 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -39,10 +39,10 @@ "playbackSpeedButtons": { "buttons": { "decreasePlaybackSpeedButton": { - "label": "Decrease Speed by {{SPEED}}" + "label": "Decrease Speed to {{SPEED}}" }, "increasePlaybackSpeedButton": { - "label": "Increase Speed by {{SPEED}}" + "label": "Increase Speed to {{SPEED}}" } } }, @@ -479,4 +479,4 @@ } } } -} +} From a8c56ecdbd227e62fe4ab3a1503b86972ad61d81 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 17 Apr 2024 00:28:46 -0400 Subject: [PATCH 0347/1783] New translations en-us.json (Catalan) --- public/locales/ca-ES.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/locales/ca-ES.json b/public/locales/ca-ES.json index aec6e7573..1e85de178 100644 --- a/public/locales/ca-ES.json +++ b/public/locales/ca-ES.json @@ -39,10 +39,10 @@ "playbackSpeedButtons": { "buttons": { "decreasePlaybackSpeedButton": { - "label": "Decrease Speed by {{SPEED}}" + "label": "Decrease Speed to {{SPEED}}" }, "increasePlaybackSpeedButton": { - "label": "Increase Speed by {{SPEED}}" + "label": "Increase Speed to {{SPEED}}" } } }, @@ -479,4 +479,4 @@ } } } -} +} From 703ae192cd29a0e7ccab184f531340b99cbac902 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 17 Apr 2024 00:28:47 -0400 Subject: [PATCH 0348/1783] New translations en-us.json (Czech) --- public/locales/cs-CZ.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/locales/cs-CZ.json b/public/locales/cs-CZ.json index 62b5ad23a..bcd5b668d 100644 --- a/public/locales/cs-CZ.json +++ b/public/locales/cs-CZ.json @@ -39,10 +39,10 @@ "playbackSpeedButtons": { "buttons": { "decreasePlaybackSpeedButton": { - "label": "Decrease Speed by {{SPEED}}" + "label": "Decrease Speed to {{SPEED}}" }, "increasePlaybackSpeedButton": { - "label": "Increase Speed by {{SPEED}}" + "label": "Increase Speed to {{SPEED}}" } } }, @@ -479,4 +479,4 @@ } } } -} +} From d3d25a6c955dc568855c5e664f9925e9006bc9d8 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 17 Apr 2024 00:28:48 -0400 Subject: [PATCH 0349/1783] New translations en-us.json (German) --- public/locales/de-DE.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/locales/de-DE.json b/public/locales/de-DE.json index 0b546baa4..7f6832f95 100644 --- a/public/locales/de-DE.json +++ b/public/locales/de-DE.json @@ -39,10 +39,10 @@ "playbackSpeedButtons": { "buttons": { "decreasePlaybackSpeedButton": { - "label": "Decrease Speed by {{SPEED}}" + "label": "Decrease Speed to {{SPEED}}" }, "increasePlaybackSpeedButton": { - "label": "Increase Speed by {{SPEED}}" + "label": "Increase Speed to {{SPEED}}" } } }, @@ -479,4 +479,4 @@ } } } -} +} From 21a221fc0ed310bf874b53ca1e92e76b3eaa2402 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 17 Apr 2024 00:28:49 -0400 Subject: [PATCH 0350/1783] New translations en-us.json (Hebrew) --- public/locales/he-IL.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/locales/he-IL.json b/public/locales/he-IL.json index 3f3130b7e..172e01fa5 100644 --- a/public/locales/he-IL.json +++ b/public/locales/he-IL.json @@ -39,10 +39,10 @@ "playbackSpeedButtons": { "buttons": { "decreasePlaybackSpeedButton": { - "label": "Decrease Speed by {{SPEED}}" + "label": "Decrease Speed to {{SPEED}}" }, "increasePlaybackSpeedButton": { - "label": "Increase Speed by {{SPEED}}" + "label": "Increase Speed to {{SPEED}}" } } }, @@ -479,4 +479,4 @@ } } } -} +} From c118c2d1cd25d0ecc3e64f753add298f33edee77 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 17 Apr 2024 00:28:49 -0400 Subject: [PATCH 0351/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index e8c36e4da..7f35a7c1f 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -39,10 +39,10 @@ "playbackSpeedButtons": { "buttons": { "decreasePlaybackSpeedButton": { - "label": "Diminuisci velocità di {{SPEED}}" + "label": "Decrease Speed to {{SPEED}}" }, "increasePlaybackSpeedButton": { - "label": "Aumenta velocità di {{SPEED}}" + "label": "Increase Speed to {{SPEED}}" } } }, From 57664f5dc3bf10af7681f1f5cc272e149b76ee06 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 17 Apr 2024 00:28:50 -0400 Subject: [PATCH 0352/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index 663091434..7acce8dc5 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -39,10 +39,10 @@ "playbackSpeedButtons": { "buttons": { "decreasePlaybackSpeedButton": { - "label": "再生速度を{{SPEED}}で下げする" + "label": "Decrease Speed to {{SPEED}}" }, "increasePlaybackSpeedButton": { - "label": "再生速度を{{SPEED}}で上げする" + "label": "Increase Speed to {{SPEED}}" } } }, From 81f609d437b06b58fa906a5a58a133e80e86e7d4 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 17 Apr 2024 00:28:51 -0400 Subject: [PATCH 0353/1783] New translations en-us.json (Polish) --- public/locales/pl-PL.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/locales/pl-PL.json b/public/locales/pl-PL.json index 5b05c05dc..bf0808e84 100644 --- a/public/locales/pl-PL.json +++ b/public/locales/pl-PL.json @@ -39,10 +39,10 @@ "playbackSpeedButtons": { "buttons": { "decreasePlaybackSpeedButton": { - "label": "Decrease Speed by {{SPEED}}" + "label": "Decrease Speed to {{SPEED}}" }, "increasePlaybackSpeedButton": { - "label": "Increase Speed by {{SPEED}}" + "label": "Increase Speed to {{SPEED}}" } } }, @@ -479,4 +479,4 @@ } } } -} +} From 24dd96ed5405c31059dd7e00dea1d21f0bf0b375 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 17 Apr 2024 00:28:52 -0400 Subject: [PATCH 0354/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index a8b7e47f7..0b2ccd5e5 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -39,10 +39,10 @@ "playbackSpeedButtons": { "buttons": { "decreasePlaybackSpeedButton": { - "label": "Minska hastigheten med {{SPEED}}" + "label": "Decrease Speed to {{SPEED}}" }, "increasePlaybackSpeedButton": { - "label": "Öka hastigheten med {{SPEED}}" + "label": "Increase Speed to {{SPEED}}" } } }, @@ -479,4 +479,4 @@ } } } -} +} From 180065bf421a1e7b16e36ec06287f00d6921265c Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 17 Apr 2024 00:28:53 -0400 Subject: [PATCH 0355/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index 134214c57..5010d1042 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -39,10 +39,10 @@ "playbackSpeedButtons": { "buttons": { "decreasePlaybackSpeedButton": { - "label": "降低 {{SPEED}} 播放速度" + "label": "Decrease Speed to {{SPEED}}" }, "increasePlaybackSpeedButton": { - "label": "增加 {{SPEED}} 播放速度" + "label": "Increase Speed to {{SPEED}}" } } }, From dd92ee1aba56db9773792df91916cf7884f7ab88 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 17 Apr 2024 00:28:53 -0400 Subject: [PATCH 0356/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index c4be87e2d..46b61d80d 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -39,10 +39,10 @@ "playbackSpeedButtons": { "buttons": { "decreasePlaybackSpeedButton": { - "label": "減慢播放速度 {{SPEED}}" + "label": "Decrease Speed to {{SPEED}}" }, "increasePlaybackSpeedButton": { - "label": "加快播放速度 {{SPEED}}" + "label": "Increase Speed to {{SPEED}}" } } }, From 9f2256a714bb7d19cd24f25b9b0100507b0f5064 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 17 Apr 2024 00:28:54 -0400 Subject: [PATCH 0357/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index 6bdfb7532..9a49b81ad 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -39,10 +39,10 @@ "playbackSpeedButtons": { "buttons": { "decreasePlaybackSpeedButton": { - "label": "Decrease Speed by {{SPEED}}" + "label": "Decrease Speed to {{SPEED}}" }, "increasePlaybackSpeedButton": { - "label": "Increase Speed by {{SPEED}}" + "label": "Increase Speed to {{SPEED}}" } } }, @@ -479,4 +479,4 @@ } } } -} +} From cb70ff5623e2528ef914931b49b8cb8970b4aee2 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 17 Apr 2024 00:28:55 -0400 Subject: [PATCH 0358/1783] New translations en-us.json (Persian) --- public/locales/fa-IR.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/locales/fa-IR.json b/public/locales/fa-IR.json index 94548c2dc..c204892e6 100644 --- a/public/locales/fa-IR.json +++ b/public/locales/fa-IR.json @@ -39,10 +39,10 @@ "playbackSpeedButtons": { "buttons": { "decreasePlaybackSpeedButton": { - "label": "Decrease Speed by {{SPEED}}" + "label": "Decrease Speed to {{SPEED}}" }, "increasePlaybackSpeedButton": { - "label": "Increase Speed by {{SPEED}}" + "label": "Increase Speed to {{SPEED}}" } } }, @@ -479,4 +479,4 @@ } } } -} +} From 3e17a5af5ec252761c1e5a9d3e78ad4c994e661f Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 17 Apr 2024 00:28:56 -0400 Subject: [PATCH 0359/1783] New translations en-us.json (Hindi) --- public/locales/hi-IN.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/locales/hi-IN.json b/public/locales/hi-IN.json index d2923e185..faf865554 100644 --- a/public/locales/hi-IN.json +++ b/public/locales/hi-IN.json @@ -39,10 +39,10 @@ "playbackSpeedButtons": { "buttons": { "decreasePlaybackSpeedButton": { - "label": "Decrease Speed by {{SPEED}}" + "label": "Decrease Speed to {{SPEED}}" }, "increasePlaybackSpeedButton": { - "label": "Increase Speed by {{SPEED}}" + "label": "Increase Speed to {{SPEED}}" } } }, @@ -479,4 +479,4 @@ } } } -} +} From 3f73c63a21b9de1ff78494a5e23a650205181791 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 17 Apr 2024 00:28:57 -0400 Subject: [PATCH 0360/1783] New translations en-us.json (English, United Kingdom) --- public/locales/en-GB.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/en-GB.json b/public/locales/en-GB.json index 16aac3d01..99ccbeae5 100644 --- a/public/locales/en-GB.json +++ b/public/locales/en-GB.json @@ -39,10 +39,10 @@ "playbackSpeedButtons": { "buttons": { "decreasePlaybackSpeedButton": { - "label": "Decrease Speed by {{SPEED}}" + "label": "Decrease Speed to {{SPEED}}" }, "increasePlaybackSpeedButton": { - "label": "Increase Speed by {{SPEED}}" + "label": "Increase Speed to {{SPEED}}" } } }, From 72a6e45e202e3c4337661c43736ff02d013d5738 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 18 Apr 2024 23:17:56 -0400 Subject: [PATCH 0361/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index 7f35a7c1f..e8c36e4da 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -39,10 +39,10 @@ "playbackSpeedButtons": { "buttons": { "decreasePlaybackSpeedButton": { - "label": "Decrease Speed to {{SPEED}}" + "label": "Diminuisci velocità di {{SPEED}}" }, "increasePlaybackSpeedButton": { - "label": "Increase Speed to {{SPEED}}" + "label": "Aumenta velocità di {{SPEED}}" } } }, From 863ee8bd28228af2e71f4bf23b607f3ba0fb077b Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 18 Apr 2024 23:17:57 -0400 Subject: [PATCH 0362/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index 7acce8dc5..663091434 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -39,10 +39,10 @@ "playbackSpeedButtons": { "buttons": { "decreasePlaybackSpeedButton": { - "label": "Decrease Speed to {{SPEED}}" + "label": "再生速度を{{SPEED}}で下げする" }, "increasePlaybackSpeedButton": { - "label": "Increase Speed to {{SPEED}}" + "label": "再生速度を{{SPEED}}で上げする" } } }, From 9a798ad49eb6c28f9c81024d0b934f1c434092c9 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 18 Apr 2024 23:17:58 -0400 Subject: [PATCH 0363/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index e58762d9a..d9d530988 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -39,10 +39,10 @@ "playbackSpeedButtons": { "buttons": { "decreasePlaybackSpeedButton": { - "label": "Decrease Speed to {{SPEED}}" + "label": "Уменьшить скорость на {{SPEED}}" }, "increasePlaybackSpeedButton": { - "label": "Increase Speed to {{SPEED}}" + "label": "Увеличить скорость на {{SPEED}}" } } }, From 1909f66da9736281c9d48fb7a3080ea9efe5221d Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 18 Apr 2024 23:17:59 -0400 Subject: [PATCH 0364/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index 0b2ccd5e5..74fa71517 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -39,10 +39,10 @@ "playbackSpeedButtons": { "buttons": { "decreasePlaybackSpeedButton": { - "label": "Decrease Speed to {{SPEED}}" + "label": "Minska hastigheten med {{SPEED}}" }, "increasePlaybackSpeedButton": { - "label": "Increase Speed to {{SPEED}}" + "label": "Öka hastigheten med {{SPEED}}" } } }, From f04233b70de4fd563cc3bec82cae85018395a554 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 18 Apr 2024 23:18:01 -0400 Subject: [PATCH 0365/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index 5010d1042..a77320bd0 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -39,10 +39,10 @@ "playbackSpeedButtons": { "buttons": { "decreasePlaybackSpeedButton": { - "label": "Decrease Speed to {{SPEED}}" + "label": "降低播放速度至 {{SPEED}}" }, "increasePlaybackSpeedButton": { - "label": "Increase Speed to {{SPEED}}" + "label": "增加播放速度至 {{SPEED}}" } } }, From 54ca1fa44766a684aced46bf04db156016036849 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 18 Apr 2024 23:18:02 -0400 Subject: [PATCH 0366/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index 46b61d80d..c4be87e2d 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -39,10 +39,10 @@ "playbackSpeedButtons": { "buttons": { "decreasePlaybackSpeedButton": { - "label": "Decrease Speed to {{SPEED}}" + "label": "減慢播放速度 {{SPEED}}" }, "increasePlaybackSpeedButton": { - "label": "Increase Speed to {{SPEED}}" + "label": "加快播放速度 {{SPEED}}" } } }, From fadfe6da14bed766a048564363eb85941ec9b5ae Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 21 Apr 2024 03:10:57 -0400 Subject: [PATCH 0367/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index c4be87e2d..484ad8e06 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -15,10 +15,10 @@ }, "loopButton": { "button": { - "label": "Loop", + "label": "循環播放", "toggle": { - "off": "Loop off", - "on": "Loop on" + "off": "關閉循環播放", + "on": "開啟循環播放" } } }, @@ -48,7 +48,7 @@ }, "screenshotButton": { "button": { - "label": "Screenshot" + "label": "螢幕截圖" }, "copiedToClipboard": "螢幕截圖已複製剪貼簿" }, From 2fb1a5bbd5b84967632d43aceaed5f953c8d4648 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 23 Apr 2024 06:56:00 -0400 Subject: [PATCH 0368/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index 663091434..af9690c44 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -306,7 +306,7 @@ "type": { "label": "OSD型", "options": { - "circle": "Circle", + "circle": "円形", "line": "ライン", "no_display": "見せない", "text": "テキスト" From 8d3dfad1358403be991f0197cd23ba29eb8b3119 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 23 Apr 2024 08:21:03 -0400 Subject: [PATCH 0369/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index af9690c44..46eef3bbb 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -258,8 +258,8 @@ "title": "次のショートを自動にスクロールする" }, "skipContinueWatching": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" + "label": "「動画が一時停止されました。続きを視聴しますか?」を抜かする", + "title": "動画一時休止する休眠メッセージを抜かされます" } }, "title": "他の設定" From 3b779c23fea3b638512f5cb59b996b9a47096201 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 23 Apr 2024 12:57:55 -0400 Subject: [PATCH 0370/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index e8c36e4da..67391e7d0 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -258,8 +258,8 @@ "title": "Scorri automaticamente al prossimo blocco" }, "skipContinueWatching": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" + "label": "Salta \"Video in pausa. Continuare a guardare?\"", + "title": "Salta la finestra che mette in pausa la riproduzione video" } }, "title": "Impostazioni varie" From c5ae5c2fa8639f1a05b5f578efefd9c85783dcb9 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 26 Apr 2024 14:10:59 -0400 Subject: [PATCH 0371/1783] New translations en-us.json (French) --- public/locales/fr-FR.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/fr-FR.json b/public/locales/fr-FR.json index 561a18972..5271f75bf 100644 --- a/public/locales/fr-FR.json +++ b/public/locales/fr-FR.json @@ -209,6 +209,10 @@ "label": "Mode cinéma automatique", "title": "Activer automatiquement le mode cinéma lorsque vous chargez une vidéo" }, + "hideLiveStreamChat": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + }, "hideScrollbar": { "label": "Cacher la barre de défilement", "title": "Cache la barre de défilement des pages" @@ -479,4 +483,4 @@ } } } -} +} From a75b96b0ac86a6601d075d16f4cb71fa133461dc Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 26 Apr 2024 14:11:00 -0400 Subject: [PATCH 0372/1783] New translations en-us.json (Spanish) --- public/locales/es-ES.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index bd234c316..8b502f03a 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -209,6 +209,10 @@ "label": "Modo cine automático", "title": "Activar automáticamente el modo cine al cargar un vídeo" }, + "hideLiveStreamChat": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + }, "hideScrollbar": { "label": "Ocultar barra de desplazamiento", "title": "Oculta la barra de desplazamiento de la página" @@ -479,4 +483,4 @@ } } } -} +} From b630c0b61039445558b07e81ef42951dec9be21e Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 26 Apr 2024 14:11:01 -0400 Subject: [PATCH 0373/1783] New translations en-us.json (Catalan) --- public/locales/ca-ES.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/ca-ES.json b/public/locales/ca-ES.json index 1e85de178..470afc0c2 100644 --- a/public/locales/ca-ES.json +++ b/public/locales/ca-ES.json @@ -209,6 +209,10 @@ "label": "Automatic theater mode", "title": "Automatically enables theater mode when you load a video" }, + "hideLiveStreamChat": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + }, "hideScrollbar": { "label": "Hide scrollbar", "title": "Hides the pages scrollbar" @@ -479,4 +483,4 @@ } } } -} +} From 35a3bb054b7dd89db94c8d8fcb1f29d1b6719b35 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 26 Apr 2024 14:11:02 -0400 Subject: [PATCH 0374/1783] New translations en-us.json (Czech) --- public/locales/cs-CZ.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/cs-CZ.json b/public/locales/cs-CZ.json index bcd5b668d..675c842bf 100644 --- a/public/locales/cs-CZ.json +++ b/public/locales/cs-CZ.json @@ -209,6 +209,10 @@ "label": "Automatic theater mode", "title": "Automatically enables theater mode when you load a video" }, + "hideLiveStreamChat": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + }, "hideScrollbar": { "label": "Hide scrollbar", "title": "Hides the pages scrollbar" @@ -479,4 +483,4 @@ } } } -} +} From 2a769291151f00ee9d73b18e4801eeec08b83563 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 26 Apr 2024 14:11:02 -0400 Subject: [PATCH 0375/1783] New translations en-us.json (German) --- public/locales/de-DE.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/de-DE.json b/public/locales/de-DE.json index 7f6832f95..d5ab250a4 100644 --- a/public/locales/de-DE.json +++ b/public/locales/de-DE.json @@ -209,6 +209,10 @@ "label": "Automatischer Theatermodus", "title": "Automatisch den Theatermodus aktivieren, wenn ein Video geladen wird" }, + "hideLiveStreamChat": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + }, "hideScrollbar": { "label": "Scrollbar ausblenden", "title": "Versteckt die Scrollleiste" @@ -479,4 +483,4 @@ } } } -} +} From 7f970c5b51ac335c2d7cdaf45559e36a1b734292 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 26 Apr 2024 14:11:03 -0400 Subject: [PATCH 0376/1783] New translations en-us.json (Hebrew) --- public/locales/he-IL.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/he-IL.json b/public/locales/he-IL.json index 172e01fa5..e9b65fe67 100644 --- a/public/locales/he-IL.json +++ b/public/locales/he-IL.json @@ -209,6 +209,10 @@ "label": "Automatic theater mode", "title": "Automatically enables theater mode when you load a video" }, + "hideLiveStreamChat": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + }, "hideScrollbar": { "label": "Hide scrollbar", "title": "Hides the pages scrollbar" @@ -479,4 +483,4 @@ } } } -} +} From c0a4440c635c2bb620792ed37627a34c91384b50 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 26 Apr 2024 14:11:04 -0400 Subject: [PATCH 0377/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index 67391e7d0..7de8b5e91 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -209,6 +209,10 @@ "label": "Modalità teatro automatica", "title": "Attiva automaticamente la modalità teatro quando carichi un video" }, + "hideLiveStreamChat": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + }, "hideScrollbar": { "label": "Nascondi barra scorrimento", "title": "Nasconde la barra di scorrimento delle pagine" @@ -479,4 +483,4 @@ } } } -} +} From 64274a99689395ba6d260c1cb0d787cfe470a014 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 26 Apr 2024 14:11:04 -0400 Subject: [PATCH 0378/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index 46eef3bbb..0b9cbc176 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -209,6 +209,10 @@ "label": "自動シアターモード", "title": "動画の読み込み時に自動的にシアターモードを有効にする" }, + "hideLiveStreamChat": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + }, "hideScrollbar": { "label": "スクロールバー隠す機能", "title": "ページのスクロールバーを隠す" @@ -479,4 +483,4 @@ } } } -} +} From 02e5821f938dd1a1b2ec9115a2fa1b3de5cc4beb Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 26 Apr 2024 14:11:05 -0400 Subject: [PATCH 0379/1783] New translations en-us.json (Polish) --- public/locales/pl-PL.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/pl-PL.json b/public/locales/pl-PL.json index bf0808e84..11700e990 100644 --- a/public/locales/pl-PL.json +++ b/public/locales/pl-PL.json @@ -209,6 +209,10 @@ "label": "Automatic theater mode", "title": "Automatically enables theater mode when you load a video" }, + "hideLiveStreamChat": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + }, "hideScrollbar": { "label": "Hide scrollbar", "title": "Hides the pages scrollbar" @@ -479,4 +483,4 @@ } } } -} +} From 8faa49fe0739124a19b0437d74a498b042b942e3 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 26 Apr 2024 14:11:06 -0400 Subject: [PATCH 0380/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index d9d530988..1da97d921 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -209,6 +209,10 @@ "label": "Включить автоматический режим кинотеатра", "title": "Автоматически включать режим кинотеатра при загрузке видео" }, + "hideLiveStreamChat": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + }, "hideScrollbar": { "label": "Включить скрытие полосы прокрутки страницы", "title": "Скрывает полосу прокрутки страницы" @@ -479,4 +483,4 @@ } } } -} +} From 43cb5159419f39e135b058ddd2de55880db31a75 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 26 Apr 2024 14:11:07 -0400 Subject: [PATCH 0381/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index 74fa71517..787bbe98e 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -209,6 +209,10 @@ "label": "Automatiskt teaterläge", "title": "Aktiverar automatiskt teaterläge när du startar en video" }, + "hideLiveStreamChat": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + }, "hideScrollbar": { "label": "Dölj rullningslisten", "title": "Döljer sidornas rullningsfält" @@ -479,4 +483,4 @@ } } } -} +} From b96c6acf8d0029015318cd2e41e787c24fff5e50 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 26 Apr 2024 14:11:07 -0400 Subject: [PATCH 0382/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index 115b2d221..b3f3a67e7 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -209,6 +209,10 @@ "label": "Otomatik tiyatro modu", "title": "Video yüklediğinizde tiyatro modunu otomatik olarak etkinleştirir" }, + "hideLiveStreamChat": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + }, "hideScrollbar": { "label": "Kaydırma çubuğu gizlemeyi etkinleştir", "title": "Sayfa kaydırma çubuğunu gizler" @@ -479,4 +483,4 @@ } } } -} +} From 49b9a708c6b1912de4caa9b6dec827ee6ba8024a Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 26 Apr 2024 14:11:08 -0400 Subject: [PATCH 0383/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index a77320bd0..069b5315d 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -209,6 +209,10 @@ "label": "自动启用剧场模式", "title": "当视频打开时,自动启用剧场模式" }, + "hideLiveStreamChat": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + }, "hideScrollbar": { "label": "启用隐藏滚动条", "title": "隐藏页面滚动条" @@ -479,4 +483,4 @@ } } } -} +} From eb197a59ac12f9799721a4df513e4c79d0ffc06b Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 26 Apr 2024 14:11:09 -0400 Subject: [PATCH 0384/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index 484ad8e06..9bec75219 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -209,6 +209,10 @@ "label": "自動啟用劇院模式", "title": "載入影片時自動啟用劇院模式" }, + "hideLiveStreamChat": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + }, "hideScrollbar": { "label": "隱藏捲軸", "title": "隱藏頁面捲軸" @@ -479,4 +483,4 @@ } } } -} +} From 4b2e02225fc890bfc65741322d1a72e73bba6ed5 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 26 Apr 2024 14:11:09 -0400 Subject: [PATCH 0385/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index 9a49b81ad..e20d211b9 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -209,6 +209,10 @@ "label": "Modo teatro automático", "title": "Ativar automaticamente o modo teatro quando você carregar um vídeo" }, + "hideLiveStreamChat": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + }, "hideScrollbar": { "label": "Ocultar a barra de rolagem", "title": "Oculta a barra de rolagem da página" @@ -479,4 +483,4 @@ } } } -} +} From 17cf10861b257c05f21f1ecb7016d7bcf12e0ebe Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 26 Apr 2024 14:11:10 -0400 Subject: [PATCH 0386/1783] New translations en-us.json (Persian) --- public/locales/fa-IR.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/fa-IR.json b/public/locales/fa-IR.json index c204892e6..98ca8db7f 100644 --- a/public/locales/fa-IR.json +++ b/public/locales/fa-IR.json @@ -209,6 +209,10 @@ "label": "Automatic theater mode", "title": "Automatically enables theater mode when you load a video" }, + "hideLiveStreamChat": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + }, "hideScrollbar": { "label": "Hide scrollbar", "title": "Hides the pages scrollbar" @@ -479,4 +483,4 @@ } } } -} +} From d35aef07fd9de127d10219e1b46c3550685dc63c Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 26 Apr 2024 14:11:11 -0400 Subject: [PATCH 0387/1783] New translations en-us.json (Hindi) --- public/locales/hi-IN.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/hi-IN.json b/public/locales/hi-IN.json index faf865554..d74505103 100644 --- a/public/locales/hi-IN.json +++ b/public/locales/hi-IN.json @@ -209,6 +209,10 @@ "label": "Automatic theater mode", "title": "Automatically enables theater mode when you load a video" }, + "hideLiveStreamChat": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + }, "hideScrollbar": { "label": "Hide scrollbar", "title": "Hides the pages scrollbar" @@ -479,4 +483,4 @@ } } } -} +} From 4d9c60ce67f12a78b1fb86cf2862888a61e3994b Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 26 Apr 2024 14:11:12 -0400 Subject: [PATCH 0388/1783] New translations en-us.json (English, United Kingdom) --- public/locales/en-GB.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/en-GB.json b/public/locales/en-GB.json index 99ccbeae5..69d68810f 100644 --- a/public/locales/en-GB.json +++ b/public/locales/en-GB.json @@ -209,6 +209,10 @@ "label": "Automatic theatre mode", "title": "Automatically enables theatre mode when you load a video" }, + "hideLiveStreamChat": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + }, "hideScrollbar": { "label": "Hide scrollbar", "title": "Hides the pages scrollbar" @@ -479,4 +483,4 @@ } } } -} +} From cbdf9cb34c25fbc9f69bc0d4ecc1f6a6da83a9c9 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 26 Apr 2024 15:21:32 -0400 Subject: [PATCH 0389/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index 7de8b5e91..900757706 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -210,8 +210,8 @@ "title": "Attiva automaticamente la modalità teatro quando carichi un video" }, "hideLiveStreamChat": { - "label": "Hide live stream chat", - "title": "Hides the live stream chat" + "label": "Nascondi chat live stream", + "title": "Nasconde la chat live stream" }, "hideScrollbar": { "label": "Nascondi barra scorrimento", From ce181a01b5801719a65d3dd20062c7e41bbf11af Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 26 Apr 2024 16:24:39 -0400 Subject: [PATCH 0390/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index 0b9cbc176..09045c382 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -210,8 +210,8 @@ "title": "動画の読み込み時に自動的にシアターモードを有効にする" }, "hideLiveStreamChat": { - "label": "Hide live stream chat", - "title": "Hides the live stream chat" + "label": "配信チャットを隠す", + "title": "配信チャットを隠する" }, "hideScrollbar": { "label": "スクロールバー隠す機能", From afa9820ce3dc0b06ffdbbae7a92652645972e20f Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 26 Apr 2024 17:30:43 -0400 Subject: [PATCH 0391/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index 069b5315d..0dc330b1d 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -210,8 +210,8 @@ "title": "当视频打开时,自动启用剧场模式" }, "hideLiveStreamChat": { - "label": "Hide live stream chat", - "title": "Hides the live stream chat" + "label": "隐藏直播聊天", + "title": "隐藏直播聊天" }, "hideScrollbar": { "label": "启用隐藏滚动条", From f3fec34998af7e1f6dc5d0a960e08b037c67d00b Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 26 Apr 2024 21:28:19 -0400 Subject: [PATCH 0392/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index 900757706..9c99c7bab 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -483,4 +483,4 @@ } } } -} +} From a572a27a38e2cf5cecb2076f3c50004bd025aba5 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 26 Apr 2024 21:28:20 -0400 Subject: [PATCH 0393/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index 09045c382..97cf6c13a 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -483,4 +483,4 @@ } } } -} +} From 23fbc3cbf6e199707f6d4cb9c4cbd17c9af44035 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 26 Apr 2024 21:28:21 -0400 Subject: [PATCH 0394/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index 0dc330b1d..f9421e7e6 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -483,4 +483,4 @@ } } } -} +} From 91a87e90b2d5242715d0acf7444780ba68ce742a Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 26 Apr 2024 21:28:22 -0400 Subject: [PATCH 0395/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index 9bec75219..96bbf2dd9 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -210,8 +210,8 @@ "title": "載入影片時自動啟用劇院模式" }, "hideLiveStreamChat": { - "label": "Hide live stream chat", - "title": "Hides the live stream chat" + "label": "隱藏直播聊天室", + "title": "隱藏直播的聊天室" }, "hideScrollbar": { "label": "隱藏捲軸", @@ -483,4 +483,4 @@ } } } -} +} From ad514fb10397bf859ec79913c8fda33baa32ec33 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 27 Apr 2024 13:48:57 -0400 Subject: [PATCH 0396/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index b3f3a67e7..4b572fb74 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -210,8 +210,8 @@ "title": "Video yüklediğinizde tiyatro modunu otomatik olarak etkinleştirir" }, "hideLiveStreamChat": { - "label": "Hide live stream chat", - "title": "Hides the live stream chat" + "label": "Canlı yayın sohbetini gizle", + "title": "Canlı yayın sohbetini gizler" }, "hideScrollbar": { "label": "Kaydırma çubuğu gizlemeyi etkinleştir", @@ -483,4 +483,4 @@ } } } -} +} From 70a320c8766cfda60fea0eec508cd6b2e6ab688f Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 28 Apr 2024 23:31:06 -0400 Subject: [PATCH 0397/1783] New translations en-us.json (French) --- public/locales/fr-FR.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/public/locales/fr-FR.json b/public/locales/fr-FR.json index 5271f75bf..d0bd5e1ab 100644 --- a/public/locales/fr-FR.json +++ b/public/locales/fr-FR.json @@ -44,7 +44,9 @@ "increasePlaybackSpeedButton": { "label": "Increase Speed to {{SPEED}}" } - } + }, + "decreaseLimit": "Can't decrease further ({{SPEED}})", + "increaseLimit": "Can't increase further ({{SPEED}})" }, "screenshotButton": { "button": { @@ -483,4 +485,4 @@ } } } -} +} From d718ebee3ded84f3c9d810e19df7dc2495b9f660 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 28 Apr 2024 23:31:07 -0400 Subject: [PATCH 0398/1783] New translations en-us.json (Spanish) --- public/locales/es-ES.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index 8b502f03a..db906e5ba 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -44,7 +44,9 @@ "increasePlaybackSpeedButton": { "label": "Increase Speed to {{SPEED}}" } - } + }, + "decreaseLimit": "Can't decrease further ({{SPEED}})", + "increaseLimit": "Can't increase further ({{SPEED}})" }, "screenshotButton": { "button": { @@ -483,4 +485,4 @@ } } } -} +} From 23bd12f2e68b28e31aa7ce1a4fa6fa4094bb0747 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 28 Apr 2024 23:31:08 -0400 Subject: [PATCH 0399/1783] New translations en-us.json (Catalan) --- public/locales/ca-ES.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/public/locales/ca-ES.json b/public/locales/ca-ES.json index 470afc0c2..2c3288b01 100644 --- a/public/locales/ca-ES.json +++ b/public/locales/ca-ES.json @@ -44,7 +44,9 @@ "increasePlaybackSpeedButton": { "label": "Increase Speed to {{SPEED}}" } - } + }, + "decreaseLimit": "Can't decrease further ({{SPEED}})", + "increaseLimit": "Can't increase further ({{SPEED}})" }, "screenshotButton": { "button": { @@ -483,4 +485,4 @@ } } } -} +} From deff8f519c8c1d11f94479f0ea4ea2120f6db3d6 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 28 Apr 2024 23:31:09 -0400 Subject: [PATCH 0400/1783] New translations en-us.json (Czech) --- public/locales/cs-CZ.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/public/locales/cs-CZ.json b/public/locales/cs-CZ.json index 675c842bf..c2787b5ed 100644 --- a/public/locales/cs-CZ.json +++ b/public/locales/cs-CZ.json @@ -44,7 +44,9 @@ "increasePlaybackSpeedButton": { "label": "Increase Speed to {{SPEED}}" } - } + }, + "decreaseLimit": "Can't decrease further ({{SPEED}})", + "increaseLimit": "Can't increase further ({{SPEED}})" }, "screenshotButton": { "button": { @@ -483,4 +485,4 @@ } } } -} +} From 8c304ab217f01120bca55945b63c9043836e59f4 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 28 Apr 2024 23:31:10 -0400 Subject: [PATCH 0401/1783] New translations en-us.json (German) --- public/locales/de-DE.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/public/locales/de-DE.json b/public/locales/de-DE.json index d5ab250a4..4fcad70b0 100644 --- a/public/locales/de-DE.json +++ b/public/locales/de-DE.json @@ -44,7 +44,9 @@ "increasePlaybackSpeedButton": { "label": "Increase Speed to {{SPEED}}" } - } + }, + "decreaseLimit": "Can't decrease further ({{SPEED}})", + "increaseLimit": "Can't increase further ({{SPEED}})" }, "screenshotButton": { "button": { @@ -483,4 +485,4 @@ } } } -} +} From 01956859702c9a57774bed8bbf311aa10dae657c Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 28 Apr 2024 23:31:11 -0400 Subject: [PATCH 0402/1783] New translations en-us.json (Hebrew) --- public/locales/he-IL.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/public/locales/he-IL.json b/public/locales/he-IL.json index e9b65fe67..c8c272de1 100644 --- a/public/locales/he-IL.json +++ b/public/locales/he-IL.json @@ -44,7 +44,9 @@ "increasePlaybackSpeedButton": { "label": "Increase Speed to {{SPEED}}" } - } + }, + "decreaseLimit": "Can't decrease further ({{SPEED}})", + "increaseLimit": "Can't increase further ({{SPEED}})" }, "screenshotButton": { "button": { @@ -483,4 +485,4 @@ } } } -} +} From 2b735b97451e028d6ad4e91cc4c3f76175456894 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 28 Apr 2024 23:31:12 -0400 Subject: [PATCH 0403/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index 9c99c7bab..f27420680 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -44,7 +44,9 @@ "increasePlaybackSpeedButton": { "label": "Aumenta velocità di {{SPEED}}" } - } + }, + "decreaseLimit": "Can't decrease further ({{SPEED}})", + "increaseLimit": "Can't increase further ({{SPEED}})" }, "screenshotButton": { "button": { From 53f6a56be2f542f78ccab2fa2fcc696e9a04b9ae Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 28 Apr 2024 23:31:13 -0400 Subject: [PATCH 0404/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index 97cf6c13a..f3ca5c2f1 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -44,7 +44,9 @@ "increasePlaybackSpeedButton": { "label": "再生速度を{{SPEED}}で上げする" } - } + }, + "decreaseLimit": "Can't decrease further ({{SPEED}})", + "increaseLimit": "Can't increase further ({{SPEED}})" }, "screenshotButton": { "button": { From d355d05033464c83b376a630fd86d748bddf3ce5 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 28 Apr 2024 23:31:13 -0400 Subject: [PATCH 0405/1783] New translations en-us.json (Polish) --- public/locales/pl-PL.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/public/locales/pl-PL.json b/public/locales/pl-PL.json index 11700e990..9cff632cc 100644 --- a/public/locales/pl-PL.json +++ b/public/locales/pl-PL.json @@ -44,7 +44,9 @@ "increasePlaybackSpeedButton": { "label": "Increase Speed to {{SPEED}}" } - } + }, + "decreaseLimit": "Can't decrease further ({{SPEED}})", + "increaseLimit": "Can't increase further ({{SPEED}})" }, "screenshotButton": { "button": { @@ -483,4 +485,4 @@ } } } -} +} From ff4ed34483b8a17346ba8c1cedcc3e1eaabd00ef Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 28 Apr 2024 23:31:14 -0400 Subject: [PATCH 0406/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index 1da97d921..5fe7bb90e 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -44,7 +44,9 @@ "increasePlaybackSpeedButton": { "label": "Увеличить скорость на {{SPEED}}" } - } + }, + "decreaseLimit": "Can't decrease further ({{SPEED}})", + "increaseLimit": "Can't increase further ({{SPEED}})" }, "screenshotButton": { "button": { @@ -483,4 +485,4 @@ } } } -} +} From 6bb4eac6dbf57b9437bb5105f1603727928c3773 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 28 Apr 2024 23:31:15 -0400 Subject: [PATCH 0407/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index 787bbe98e..34616293b 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -44,7 +44,9 @@ "increasePlaybackSpeedButton": { "label": "Öka hastigheten med {{SPEED}}" } - } + }, + "decreaseLimit": "Can't decrease further ({{SPEED}})", + "increaseLimit": "Can't increase further ({{SPEED}})" }, "screenshotButton": { "button": { @@ -483,4 +485,4 @@ } } } -} +} From efcb5e788b4fef57d4ddd3d5b49d3422d595205d Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 28 Apr 2024 23:31:16 -0400 Subject: [PATCH 0408/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index 4b572fb74..76bb0470b 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -44,7 +44,9 @@ "increasePlaybackSpeedButton": { "label": "Increase Speed to {{SPEED}}" } - } + }, + "decreaseLimit": "Can't decrease further ({{SPEED}})", + "increaseLimit": "Can't increase further ({{SPEED}})" }, "screenshotButton": { "button": { From 10f729381ac42a64d287071fbfef8c220263f68e Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 28 Apr 2024 23:31:17 -0400 Subject: [PATCH 0409/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index f9421e7e6..7ed5f9211 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -44,7 +44,9 @@ "increasePlaybackSpeedButton": { "label": "增加播放速度至 {{SPEED}}" } - } + }, + "decreaseLimit": "Can't decrease further ({{SPEED}})", + "increaseLimit": "Can't increase further ({{SPEED}})" }, "screenshotButton": { "button": { From 31ac87459c290c9afb171893cdb0f12d708dba89 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 28 Apr 2024 23:31:18 -0400 Subject: [PATCH 0410/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index 96bbf2dd9..e1c396cde 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -44,7 +44,9 @@ "increasePlaybackSpeedButton": { "label": "加快播放速度 {{SPEED}}" } - } + }, + "decreaseLimit": "Can't decrease further ({{SPEED}})", + "increaseLimit": "Can't increase further ({{SPEED}})" }, "screenshotButton": { "button": { From 53b9036ebd4d2ad5d6f4ff27d8fd5f0aa2d1f25e Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 28 Apr 2024 23:31:19 -0400 Subject: [PATCH 0411/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index e20d211b9..925992229 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -44,7 +44,9 @@ "increasePlaybackSpeedButton": { "label": "Increase Speed to {{SPEED}}" } - } + }, + "decreaseLimit": "Can't decrease further ({{SPEED}})", + "increaseLimit": "Can't increase further ({{SPEED}})" }, "screenshotButton": { "button": { @@ -483,4 +485,4 @@ } } } -} +} From 7c59f76c47d5a46b569287d7e00174423a7f55fd Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 28 Apr 2024 23:31:21 -0400 Subject: [PATCH 0412/1783] New translations en-us.json (Persian) --- public/locales/fa-IR.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/public/locales/fa-IR.json b/public/locales/fa-IR.json index 98ca8db7f..a4792fd25 100644 --- a/public/locales/fa-IR.json +++ b/public/locales/fa-IR.json @@ -44,7 +44,9 @@ "increasePlaybackSpeedButton": { "label": "Increase Speed to {{SPEED}}" } - } + }, + "decreaseLimit": "Can't decrease further ({{SPEED}})", + "increaseLimit": "Can't increase further ({{SPEED}})" }, "screenshotButton": { "button": { @@ -483,4 +485,4 @@ } } } -} +} From abaa5d3f1ed6b20822ad617b40014d127a57fa90 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 28 Apr 2024 23:31:22 -0400 Subject: [PATCH 0413/1783] New translations en-us.json (Hindi) --- public/locales/hi-IN.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/public/locales/hi-IN.json b/public/locales/hi-IN.json index d74505103..2f6144d71 100644 --- a/public/locales/hi-IN.json +++ b/public/locales/hi-IN.json @@ -44,7 +44,9 @@ "increasePlaybackSpeedButton": { "label": "Increase Speed to {{SPEED}}" } - } + }, + "decreaseLimit": "Can't decrease further ({{SPEED}})", + "increaseLimit": "Can't increase further ({{SPEED}})" }, "screenshotButton": { "button": { @@ -483,4 +485,4 @@ } } } -} +} From be1fafcda6b87ff765e7ab5af053ea31d5925f43 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 28 Apr 2024 23:31:23 -0400 Subject: [PATCH 0414/1783] New translations en-us.json (English, United Kingdom) --- public/locales/en-GB.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/public/locales/en-GB.json b/public/locales/en-GB.json index 69d68810f..0804a7550 100644 --- a/public/locales/en-GB.json +++ b/public/locales/en-GB.json @@ -44,7 +44,9 @@ "increasePlaybackSpeedButton": { "label": "Increase Speed to {{SPEED}}" } - } + }, + "decreaseLimit": "Can't decrease further ({{SPEED}})", + "increaseLimit": "Can't increase further ({{SPEED}})" }, "screenshotButton": { "button": { @@ -483,4 +485,4 @@ } } } -} +} From f54428333b4afef38a53eb96bda92ddf1e0a6300 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 29 Apr 2024 04:55:26 -0400 Subject: [PATCH 0415/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index f27420680..24f137731 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -45,8 +45,8 @@ "label": "Aumenta velocità di {{SPEED}}" } }, - "decreaseLimit": "Can't decrease further ({{SPEED}})", - "increaseLimit": "Can't increase further ({{SPEED}})" + "decreaseLimit": "Impossibile diminuire ulteriormente ({{SPEED}})", + "increaseLimit": "Impossibile aumentare ulteriormente ({{SPEED}})" }, "screenshotButton": { "button": { From e04a6ca2e9c39c2631abe293e31799822afc10a9 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 29 Apr 2024 09:53:58 -0400 Subject: [PATCH 0416/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index e1c396cde..0cf1ea648 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -45,8 +45,8 @@ "label": "加快播放速度 {{SPEED}}" } }, - "decreaseLimit": "Can't decrease further ({{SPEED}})", - "increaseLimit": "Can't increase further ({{SPEED}})" + "decreaseLimit": "無法再減速 ({{SPEED}})", + "increaseLimit": "無法再加速 ({{SPEED}})" }, "screenshotButton": { "button": { From 8bdedc8af2a0e6bf85f89ab33e56ecf96081afcd Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 29 Apr 2024 20:33:47 -0400 Subject: [PATCH 0417/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index 7ed5f9211..11a652ccc 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -45,8 +45,8 @@ "label": "增加播放速度至 {{SPEED}}" } }, - "decreaseLimit": "Can't decrease further ({{SPEED}})", - "increaseLimit": "Can't increase further ({{SPEED}})" + "decreaseLimit": "不能继续降低({{SPEED}})", + "increaseLimit": "不能继续增加({{SPEED}})" }, "screenshotButton": { "button": { From f870f8c0f5d4815e0ba2d143cde4035dea06982f Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 30 Apr 2024 13:51:21 -0400 Subject: [PATCH 0418/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index f3ca5c2f1..b4cc27480 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -45,8 +45,8 @@ "label": "再生速度を{{SPEED}}で上げする" } }, - "decreaseLimit": "Can't decrease further ({{SPEED}})", - "increaseLimit": "Can't increase further ({{SPEED}})" + "decreaseLimit": "再生速度を下げるはできまっせん ({{SPEED}})", + "increaseLimit": "再生速度を上げるはできまっせん ({{SPEED}})" }, "screenshotButton": { "button": { From 86976c39e365e945fff1521dfd02629cfe0eaa26 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 11 May 2024 15:59:46 -0400 Subject: [PATCH 0419/1783] New translations en-us.json (French) --- public/locales/fr-FR.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/fr-FR.json b/public/locales/fr-FR.json index d0bd5e1ab..3a00fd6ed 100644 --- a/public/locales/fr-FR.json +++ b/public/locales/fr-FR.json @@ -223,6 +223,10 @@ "label": "Hide shorts", "title": "Hides all shorts" }, + "hideTranslateComment": { + "label": "Hide translate comment button", + "title": "Hides 'Translate to Language' button under comments" + }, "loopButton": { "label": "Bouton de boucle", "title": "Ajoute un bouton au menu de fonctionnalité pour regarder la vidéo en boucle" From 51ec6d7a3fb652115f476d5f6c8f9b65a57010ee Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 11 May 2024 15:59:47 -0400 Subject: [PATCH 0420/1783] New translations en-us.json (Spanish) --- public/locales/es-ES.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index db906e5ba..92c852b1b 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -223,6 +223,10 @@ "label": "Hide shorts", "title": "Hides all shorts" }, + "hideTranslateComment": { + "label": "Hide translate comment button", + "title": "Hides 'Translate to Language' button under comments" + }, "loopButton": { "label": "Botón de bucle", "title": "Añade un botón al menú para poner en bucle el vídeo que estás viendo" From 868e1a46d9a5d9701890511a8cfbe266e4fd24ba Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 11 May 2024 15:59:48 -0400 Subject: [PATCH 0421/1783] New translations en-us.json (Catalan) --- public/locales/ca-ES.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/ca-ES.json b/public/locales/ca-ES.json index 2c3288b01..734e71a55 100644 --- a/public/locales/ca-ES.json +++ b/public/locales/ca-ES.json @@ -223,6 +223,10 @@ "label": "Hide shorts", "title": "Hides all shorts" }, + "hideTranslateComment": { + "label": "Hide translate comment button", + "title": "Hides 'Translate to Language' button under comments" + }, "loopButton": { "label": "Loop button", "title": "Adds a button to the feature menu to loop the video you're watching" From 06e24dea20aa5698bfc552e45db1f44e6dac7923 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 11 May 2024 15:59:49 -0400 Subject: [PATCH 0422/1783] New translations en-us.json (Czech) --- public/locales/cs-CZ.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/cs-CZ.json b/public/locales/cs-CZ.json index c2787b5ed..1dd7a377e 100644 --- a/public/locales/cs-CZ.json +++ b/public/locales/cs-CZ.json @@ -223,6 +223,10 @@ "label": "Hide shorts", "title": "Hides all shorts" }, + "hideTranslateComment": { + "label": "Hide translate comment button", + "title": "Hides 'Translate to Language' button under comments" + }, "loopButton": { "label": "Loop button", "title": "Adds a button to the feature menu to loop the video you're watching" From 716fa2464f073fd0a6a8787ec82aad7ab573b447 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 11 May 2024 15:59:50 -0400 Subject: [PATCH 0423/1783] New translations en-us.json (German) --- public/locales/de-DE.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/de-DE.json b/public/locales/de-DE.json index 4fcad70b0..c17e72f01 100644 --- a/public/locales/de-DE.json +++ b/public/locales/de-DE.json @@ -223,6 +223,10 @@ "label": "Hide shorts", "title": "Hides all shorts" }, + "hideTranslateComment": { + "label": "Hide translate comment button", + "title": "Hides 'Translate to Language' button under comments" + }, "loopButton": { "label": "Dauerschleife-Button", "title": "Adds a button to the feature menu to loop the video you're watching" From 911f85e74cf5d45fd32b275fcbfe8fbeb6a65007 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 11 May 2024 15:59:51 -0400 Subject: [PATCH 0424/1783] New translations en-us.json (Hebrew) --- public/locales/he-IL.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/he-IL.json b/public/locales/he-IL.json index c8c272de1..baadf4704 100644 --- a/public/locales/he-IL.json +++ b/public/locales/he-IL.json @@ -223,6 +223,10 @@ "label": "Hide shorts", "title": "Hides all shorts" }, + "hideTranslateComment": { + "label": "Hide translate comment button", + "title": "Hides 'Translate to Language' button under comments" + }, "loopButton": { "label": "Loop button", "title": "Adds a button to the feature menu to loop the video you're watching" From 591171976e007cb54d277ccfd82de0c32db0090b Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 11 May 2024 15:59:52 -0400 Subject: [PATCH 0425/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index 24f137731..1e0d8c7ac 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -223,6 +223,10 @@ "label": "Nascondi blocchi", "title": "Nasconde tutti i blocchi" }, + "hideTranslateComment": { + "label": "Hide translate comment button", + "title": "Hides 'Translate to Language' button under comments" + }, "loopButton": { "label": "Pulsante Ripeti", "title": "Aggiunge un pulsante al menu' funzioni per ripetere il video che stai guardando" From c4c6fe7a96681e19b609aa25ce7e5902b5eb39c4 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 11 May 2024 15:59:53 -0400 Subject: [PATCH 0426/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index b4cc27480..b1331e193 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -223,6 +223,10 @@ "label": "ショートを隠す", "title": "全ショートを隠す" }, + "hideTranslateComment": { + "label": "コメント翻訳ボタンを隠す", + "title": "Hides 'Translate to Language' button under comments" + }, "loopButton": { "label": "動画ループボタン", "title": "動画をループするボタンをフィーチャー・メニューに追加する" From 3a317dcbc1f981de47787131879e12b460b0a0d0 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 11 May 2024 15:59:54 -0400 Subject: [PATCH 0427/1783] New translations en-us.json (Polish) --- public/locales/pl-PL.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/pl-PL.json b/public/locales/pl-PL.json index 9cff632cc..902e09a0f 100644 --- a/public/locales/pl-PL.json +++ b/public/locales/pl-PL.json @@ -223,6 +223,10 @@ "label": "Hide shorts", "title": "Hides all shorts" }, + "hideTranslateComment": { + "label": "Hide translate comment button", + "title": "Hides 'Translate to Language' button under comments" + }, "loopButton": { "label": "Loop button", "title": "Adds a button to the feature menu to loop the video you're watching" From 50e330f59f99a88ccf8b81d16e31932a39ab124e Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 11 May 2024 15:59:54 -0400 Subject: [PATCH 0428/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index 5fe7bb90e..dfe5ff03b 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -223,6 +223,10 @@ "label": "Скрыть Shorts", "title": "Скрывает все Shorts" }, + "hideTranslateComment": { + "label": "Hide translate comment button", + "title": "Hides 'Translate to Language' button under comments" + }, "loopButton": { "label": "Включить кнопку «Зациклить»", "title": "Добавляет кнопку в меню функций для автоматического повтора просмотренного видео (зацикливание)" From bd015ba6b39cd9ea09ef3ef76c6aaf70111863c8 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 11 May 2024 15:59:55 -0400 Subject: [PATCH 0429/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index 34616293b..376ee0397 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -223,6 +223,10 @@ "label": "Dölj shorts", "title": "Döljer alla shorts" }, + "hideTranslateComment": { + "label": "Hide translate comment button", + "title": "Hides 'Translate to Language' button under comments" + }, "loopButton": { "label": "Slingknapp", "title": "Lägger till en knapp i funktionsmenyn för att slinga videon du tittar på" From 92465368b6268729e37925403d5968a5f97a1ad2 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 11 May 2024 15:59:56 -0400 Subject: [PATCH 0430/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index 76bb0470b..e102a1ea6 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -223,6 +223,10 @@ "label": "Kısa videoları gizle", "title": "Tüm kısa videoları gizler" }, + "hideTranslateComment": { + "label": "Hide translate comment button", + "title": "Hides 'Translate to Language' button under comments" + }, "loopButton": { "label": "Tekrarlama düğmesi", "title": "İzlediğiniz videoyu döngüye almak için özellik menüsüne bir düğme ekler" From bf865e821be3d8cf6d33450606cd70b3466ad8b5 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 11 May 2024 15:59:57 -0400 Subject: [PATCH 0431/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index 11a652ccc..8d763765c 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -223,6 +223,10 @@ "label": "隐藏短视频", "title": "隐藏所有短视频" }, + "hideTranslateComment": { + "label": "隐藏翻译评论按钮", + "title": "隐藏评论下方的“翻译至当前语言”按钮" + }, "loopButton": { "label": "循环按钮", "title": "在功能菜单中添加一个按钮来循环你正在观看的视频" From 128d43e17240e0d0e646e243ee66a275af9db829 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 11 May 2024 15:59:58 -0400 Subject: [PATCH 0432/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index 0cf1ea648..f0937caa1 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -223,6 +223,10 @@ "label": "隱藏 Shorts", "title": "隱藏全部 Shorts" }, + "hideTranslateComment": { + "label": "Hide translate comment button", + "title": "Hides 'Translate to Language' button under comments" + }, "loopButton": { "label": "循環按鈕", "title": "加入按鈕循環播放當前影片" From 99c7987bb689f4d893715df2dbfc60a5da05a8bd Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 11 May 2024 15:59:59 -0400 Subject: [PATCH 0433/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index 925992229..a8a701978 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -223,6 +223,10 @@ "label": "Hide shorts", "title": "Hides all shorts" }, + "hideTranslateComment": { + "label": "Hide translate comment button", + "title": "Hides 'Translate to Language' button under comments" + }, "loopButton": { "label": "Botão de Repetir", "title": "Adiciona um botão ao menu do recurso para repetir o vídeo que você está assistindo" From 98332b1b93952fb58d532cab6e3a1442b44d631b Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 11 May 2024 16:00:00 -0400 Subject: [PATCH 0434/1783] New translations en-us.json (Persian) --- public/locales/fa-IR.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/fa-IR.json b/public/locales/fa-IR.json index a4792fd25..da0d2ae0b 100644 --- a/public/locales/fa-IR.json +++ b/public/locales/fa-IR.json @@ -223,6 +223,10 @@ "label": "Hide shorts", "title": "Hides all shorts" }, + "hideTranslateComment": { + "label": "Hide translate comment button", + "title": "Hides 'Translate to Language' button under comments" + }, "loopButton": { "label": "Loop button", "title": "Adds a button to the feature menu to loop the video you're watching" From fb634d0a2621b9d884e1724031db9f854f8a7cbb Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 11 May 2024 16:00:02 -0400 Subject: [PATCH 0435/1783] New translations en-us.json (Hindi) --- public/locales/hi-IN.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/hi-IN.json b/public/locales/hi-IN.json index 2f6144d71..e62aa702d 100644 --- a/public/locales/hi-IN.json +++ b/public/locales/hi-IN.json @@ -223,6 +223,10 @@ "label": "Hide shorts", "title": "Hides all shorts" }, + "hideTranslateComment": { + "label": "Hide translate comment button", + "title": "Hides 'Translate to Language' button under comments" + }, "loopButton": { "label": "Loop button", "title": "Adds a button to the feature menu to loop the video you're watching" From e10d7bdf153283c91374085290f49966db050823 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 11 May 2024 16:00:03 -0400 Subject: [PATCH 0436/1783] New translations en-us.json (English, United Kingdom) --- public/locales/en-GB.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/en-GB.json b/public/locales/en-GB.json index 0804a7550..64bb55c45 100644 --- a/public/locales/en-GB.json +++ b/public/locales/en-GB.json @@ -223,6 +223,10 @@ "label": "Hide shorts", "title": "Hides all shorts" }, + "hideTranslateComment": { + "label": "Hide translate comment button", + "title": "Hides 'Translate to Language' button under comments" + }, "loopButton": { "label": "Loop button", "title": "Adds a button to the feature menu to loop the video you're watching" From 11c1a000ce26d53ed79a89a99eae38374e838424 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 11 May 2024 16:55:51 -0400 Subject: [PATCH 0437/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index b1331e193..10031b0d6 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -225,7 +225,7 @@ }, "hideTranslateComment": { "label": "コメント翻訳ボタンを隠す", - "title": "Hides 'Translate to Language' button under comments" + "title": "コメントの下で「言語に翻訳する」ボタンを隠する" }, "loopButton": { "label": "動画ループボタン", From 871c1241c57b5a0cb34e02eff31e031533386c60 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 12 May 2024 00:14:42 -0400 Subject: [PATCH 0438/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index f0937caa1..6755b0571 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -224,8 +224,8 @@ "title": "隱藏全部 Shorts" }, "hideTranslateComment": { - "label": "Hide translate comment button", - "title": "Hides 'Translate to Language' button under comments" + "label": "隱藏翻譯留言按鈕", + "title": "隱藏留言下的翻譯按鈕" }, "loopButton": { "label": "循環按鈕", From 5506fcd8dd3d9a24cbd8c03a1d1675b16bab7608 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 12 May 2024 04:12:11 -0400 Subject: [PATCH 0439/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index 1e0d8c7ac..480545e33 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -224,8 +224,8 @@ "title": "Nasconde tutti i blocchi" }, "hideTranslateComment": { - "label": "Hide translate comment button", - "title": "Hides 'Translate to Language' button under comments" + "label": "Nascondi pulsante \"Traduci commento\"", + "title": "Nasconde il pulsante 'Traduci in…' sotto i commenti" }, "loopButton": { "label": "Pulsante Ripeti", From f7087c47fc4c2d5a6f3a70cf704b0ae72c81a0e6 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 15 May 2024 11:50:38 -0400 Subject: [PATCH 0440/1783] New translations en-us.json (French) --- public/locales/fr-FR.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/fr-FR.json b/public/locales/fr-FR.json index 3a00fd6ed..53c084ca5 100644 --- a/public/locales/fr-FR.json +++ b/public/locales/fr-FR.json @@ -211,6 +211,10 @@ "label": "Mode cinéma automatique", "title": "Activer automatiquement le mode cinéma lorsque vous chargez une vidéo" }, + "hideEndScreenCards": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + }, "hideLiveStreamChat": { "label": "Hide live stream chat", "title": "Hides the live stream chat" @@ -489,4 +493,4 @@ } } } -} +} From 120d112c89398427edc519913445beea3910a70d Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 15 May 2024 11:50:39 -0400 Subject: [PATCH 0441/1783] New translations en-us.json (Spanish) --- public/locales/es-ES.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index 92c852b1b..187842b58 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -211,6 +211,10 @@ "label": "Modo cine automático", "title": "Activar automáticamente el modo cine al cargar un vídeo" }, + "hideEndScreenCards": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + }, "hideLiveStreamChat": { "label": "Hide live stream chat", "title": "Hides the live stream chat" @@ -489,4 +493,4 @@ } } } -} +} From cee53e8c362115a32e191342611d42ab913886b2 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 15 May 2024 11:50:40 -0400 Subject: [PATCH 0442/1783] New translations en-us.json (Catalan) --- public/locales/ca-ES.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/ca-ES.json b/public/locales/ca-ES.json index 734e71a55..daa830f4b 100644 --- a/public/locales/ca-ES.json +++ b/public/locales/ca-ES.json @@ -211,6 +211,10 @@ "label": "Automatic theater mode", "title": "Automatically enables theater mode when you load a video" }, + "hideEndScreenCards": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + }, "hideLiveStreamChat": { "label": "Hide live stream chat", "title": "Hides the live stream chat" @@ -489,4 +493,4 @@ } } } -} +} From e4b68e15864a15a57dec2cc92e6ce6ddb38f870c Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 15 May 2024 11:50:41 -0400 Subject: [PATCH 0443/1783] New translations en-us.json (Czech) --- public/locales/cs-CZ.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/cs-CZ.json b/public/locales/cs-CZ.json index 1dd7a377e..6e37ffc3e 100644 --- a/public/locales/cs-CZ.json +++ b/public/locales/cs-CZ.json @@ -211,6 +211,10 @@ "label": "Automatic theater mode", "title": "Automatically enables theater mode when you load a video" }, + "hideEndScreenCards": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + }, "hideLiveStreamChat": { "label": "Hide live stream chat", "title": "Hides the live stream chat" @@ -489,4 +493,4 @@ } } } -} +} From fa2f9728b8f39424376f1a009aafc95fa6c3dcec Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 15 May 2024 11:50:42 -0400 Subject: [PATCH 0444/1783] New translations en-us.json (German) --- public/locales/de-DE.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/de-DE.json b/public/locales/de-DE.json index c17e72f01..8cbccf316 100644 --- a/public/locales/de-DE.json +++ b/public/locales/de-DE.json @@ -211,6 +211,10 @@ "label": "Automatischer Theatermodus", "title": "Automatisch den Theatermodus aktivieren, wenn ein Video geladen wird" }, + "hideEndScreenCards": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + }, "hideLiveStreamChat": { "label": "Hide live stream chat", "title": "Hides the live stream chat" @@ -489,4 +493,4 @@ } } } -} +} From f645d932283170ab654c1983bd6a68b8248b6e5f Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 15 May 2024 11:50:42 -0400 Subject: [PATCH 0445/1783] New translations en-us.json (Hebrew) --- public/locales/he-IL.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/he-IL.json b/public/locales/he-IL.json index baadf4704..45c160879 100644 --- a/public/locales/he-IL.json +++ b/public/locales/he-IL.json @@ -211,6 +211,10 @@ "label": "Automatic theater mode", "title": "Automatically enables theater mode when you load a video" }, + "hideEndScreenCards": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + }, "hideLiveStreamChat": { "label": "Hide live stream chat", "title": "Hides the live stream chat" @@ -489,4 +493,4 @@ } } } -} +} From 3f876a73544fda3079f40be191389485634f1326 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 15 May 2024 11:50:43 -0400 Subject: [PATCH 0446/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index 480545e33..eceb457a0 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -211,6 +211,10 @@ "label": "Modalità teatro automatica", "title": "Attiva automaticamente la modalità teatro quando carichi un video" }, + "hideEndScreenCards": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + }, "hideLiveStreamChat": { "label": "Nascondi chat live stream", "title": "Nasconde la chat live stream" @@ -489,4 +493,4 @@ } } } -} +} From 39fc93e3b1fb8b7aebbb2e58ddfcd789722f6941 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 15 May 2024 11:50:44 -0400 Subject: [PATCH 0447/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index 10031b0d6..05dd961d1 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -211,6 +211,10 @@ "label": "自動シアターモード", "title": "動画の読み込み時に自動的にシアターモードを有効にする" }, + "hideEndScreenCards": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + }, "hideLiveStreamChat": { "label": "配信チャットを隠す", "title": "配信チャットを隠する" @@ -489,4 +493,4 @@ } } } -} +} From 52a4551714377eaf9ec1e8feb7ac823568b63093 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 15 May 2024 11:50:45 -0400 Subject: [PATCH 0448/1783] New translations en-us.json (Polish) --- public/locales/pl-PL.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/pl-PL.json b/public/locales/pl-PL.json index 902e09a0f..f3b7b3c1f 100644 --- a/public/locales/pl-PL.json +++ b/public/locales/pl-PL.json @@ -211,6 +211,10 @@ "label": "Automatic theater mode", "title": "Automatically enables theater mode when you load a video" }, + "hideEndScreenCards": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + }, "hideLiveStreamChat": { "label": "Hide live stream chat", "title": "Hides the live stream chat" @@ -489,4 +493,4 @@ } } } -} +} From f8ab2049eda0259a5e583d0ddd5c5607c9878ced Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 15 May 2024 11:50:46 -0400 Subject: [PATCH 0449/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index dfe5ff03b..58a496197 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -211,6 +211,10 @@ "label": "Включить автоматический режим кинотеатра", "title": "Автоматически включать режим кинотеатра при загрузке видео" }, + "hideEndScreenCards": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + }, "hideLiveStreamChat": { "label": "Hide live stream chat", "title": "Hides the live stream chat" @@ -489,4 +493,4 @@ } } } -} +} From db0f7edb9d9f3f321ec04a95d3b34dbcb0bd07db Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 15 May 2024 11:50:47 -0400 Subject: [PATCH 0450/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index 376ee0397..2d50cf3c1 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -211,6 +211,10 @@ "label": "Automatiskt teaterläge", "title": "Aktiverar automatiskt teaterläge när du startar en video" }, + "hideEndScreenCards": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + }, "hideLiveStreamChat": { "label": "Hide live stream chat", "title": "Hides the live stream chat" @@ -489,4 +493,4 @@ } } } -} +} From 22cb6f05465809491b11f8bbada5c1ccf7807f6a Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 15 May 2024 11:50:48 -0400 Subject: [PATCH 0451/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index e102a1ea6..cee088ba2 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -211,6 +211,10 @@ "label": "Otomatik tiyatro modu", "title": "Video yüklediğinizde tiyatro modunu otomatik olarak etkinleştirir" }, + "hideEndScreenCards": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + }, "hideLiveStreamChat": { "label": "Canlı yayın sohbetini gizle", "title": "Canlı yayın sohbetini gizler" @@ -489,4 +493,4 @@ } } } -} +} From 872988b1baea38440e2f9e5fd54866af4a03e337 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 15 May 2024 11:50:48 -0400 Subject: [PATCH 0452/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index 8d763765c..d125060d4 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -211,6 +211,10 @@ "label": "自动启用剧场模式", "title": "当视频打开时,自动启用剧场模式" }, + "hideEndScreenCards": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + }, "hideLiveStreamChat": { "label": "隐藏直播聊天", "title": "隐藏直播聊天" @@ -489,4 +493,4 @@ } } } -} +} From 526664148ab193aa29fca56272f0d8040e6207e2 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 15 May 2024 11:50:49 -0400 Subject: [PATCH 0453/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index 6755b0571..5d71baa01 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -211,6 +211,10 @@ "label": "自動啟用劇院模式", "title": "載入影片時自動啟用劇院模式" }, + "hideEndScreenCards": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + }, "hideLiveStreamChat": { "label": "隱藏直播聊天室", "title": "隱藏直播的聊天室" @@ -489,4 +493,4 @@ } } } -} +} From 43ade899c70f1f584500abe6e04fb9f44d38e4c3 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 15 May 2024 11:50:50 -0400 Subject: [PATCH 0454/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index a8a701978..808a6a85c 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -211,6 +211,10 @@ "label": "Modo teatro automático", "title": "Ativar automaticamente o modo teatro quando você carregar um vídeo" }, + "hideEndScreenCards": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + }, "hideLiveStreamChat": { "label": "Hide live stream chat", "title": "Hides the live stream chat" @@ -489,4 +493,4 @@ } } } -} +} From 2fcf99b27c1cb8d528d7867bd7efdf41453ad571 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 15 May 2024 11:50:51 -0400 Subject: [PATCH 0455/1783] New translations en-us.json (Persian) --- public/locales/fa-IR.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/fa-IR.json b/public/locales/fa-IR.json index da0d2ae0b..49493621b 100644 --- a/public/locales/fa-IR.json +++ b/public/locales/fa-IR.json @@ -211,6 +211,10 @@ "label": "Automatic theater mode", "title": "Automatically enables theater mode when you load a video" }, + "hideEndScreenCards": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + }, "hideLiveStreamChat": { "label": "Hide live stream chat", "title": "Hides the live stream chat" @@ -489,4 +493,4 @@ } } } -} +} From b5dd36668c9aaa2bb681d9fe3743fd3a59caaf80 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 15 May 2024 11:50:52 -0400 Subject: [PATCH 0456/1783] New translations en-us.json (Hindi) --- public/locales/hi-IN.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/hi-IN.json b/public/locales/hi-IN.json index e62aa702d..1cf67ab4f 100644 --- a/public/locales/hi-IN.json +++ b/public/locales/hi-IN.json @@ -211,6 +211,10 @@ "label": "Automatic theater mode", "title": "Automatically enables theater mode when you load a video" }, + "hideEndScreenCards": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + }, "hideLiveStreamChat": { "label": "Hide live stream chat", "title": "Hides the live stream chat" @@ -489,4 +493,4 @@ } } } -} +} From d5e7dd213e3bc3e66d14a5b62bd51e1dcc2f89b9 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 15 May 2024 11:50:52 -0400 Subject: [PATCH 0457/1783] New translations en-us.json (English, United Kingdom) --- public/locales/en-GB.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/en-GB.json b/public/locales/en-GB.json index 64bb55c45..25ad469ab 100644 --- a/public/locales/en-GB.json +++ b/public/locales/en-GB.json @@ -211,6 +211,10 @@ "label": "Automatic theatre mode", "title": "Automatically enables theatre mode when you load a video" }, + "hideEndScreenCards": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + }, "hideLiveStreamChat": { "label": "Hide live stream chat", "title": "Hides the live stream chat" @@ -489,4 +493,4 @@ } } } -} +} From 736665e9ec5058e89f0e61e2a10905cac91ca0a8 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 15 May 2024 13:08:08 -0400 Subject: [PATCH 0458/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index 5d71baa01..3ab03adeb 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -212,8 +212,8 @@ "title": "載入影片時自動啟用劇院模式" }, "hideEndScreenCards": { - "label": "Hide end screen cards", - "title": "Hides the cards at the end of the video" + "label": "隱藏片尾資訊卡", + "title": "隱藏影片片尾的資訊卡" }, "hideLiveStreamChat": { "label": "隱藏直播聊天室", @@ -493,4 +493,4 @@ } } } -} +} From 977d7cea4d18501b4705f55964593d248757af52 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 15 May 2024 14:10:29 -0400 Subject: [PATCH 0459/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index eceb457a0..23bd9ebc3 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -212,8 +212,8 @@ "title": "Attiva automaticamente la modalità teatro quando carichi un video" }, "hideEndScreenCards": { - "label": "Hide end screen cards", - "title": "Hides the cards at the end of the video" + "label": "Nascondi le schede finali", + "title": "Nasconde le schede alla fine del video" }, "hideLiveStreamChat": { "label": "Nascondi chat live stream", @@ -493,4 +493,4 @@ } } } -} +} From f6455b53ca33419626f80f84195e281ff5bc60f3 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 15 May 2024 17:50:48 -0400 Subject: [PATCH 0460/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index 05dd961d1..5f53944a7 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -212,8 +212,8 @@ "title": "動画の読み込み時に自動的にシアターモードを有効にする" }, "hideEndScreenCards": { - "label": "Hide end screen cards", - "title": "Hides the cards at the end of the video" + "label": "終了画面のカードを非表示にする", + "title": "動画の終了で画面カードを非表示にする" }, "hideLiveStreamChat": { "label": "配信チャットを隠す", @@ -493,4 +493,4 @@ } } } -} +} From 6a64ea615068cdf9c52ce30b838cbe84f2376c1c Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 15 May 2024 18:54:53 -0400 Subject: [PATCH 0461/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index 58a496197..fe5288e9e 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -45,8 +45,8 @@ "label": "Увеличить скорость на {{SPEED}}" } }, - "decreaseLimit": "Can't decrease further ({{SPEED}})", - "increaseLimit": "Can't increase further ({{SPEED}})" + "decreaseLimit": "Невозможно уменьшить ({{SPEED}})", + "increaseLimit": "Невозможно увеличить ({{SPEED}})" }, "screenshotButton": { "button": { @@ -212,12 +212,12 @@ "title": "Автоматически включать режим кинотеатра при загрузке видео" }, "hideEndScreenCards": { - "label": "Hide end screen cards", - "title": "Hides the cards at the end of the video" + "label": "Спрятать карточки предлагаемых видео в конце", + "title": "Прячет карточки, которые вы видите при окончании просмотра видео" }, "hideLiveStreamChat": { - "label": "Hide live stream chat", - "title": "Hides the live stream chat" + "label": "Спрятать чат прямого эфира", + "title": "Прячет чат прямого эфира (стрима)" }, "hideScrollbar": { "label": "Включить скрытие полосы прокрутки страницы", @@ -228,8 +228,8 @@ "title": "Скрывает все Shorts" }, "hideTranslateComment": { - "label": "Hide translate comment button", - "title": "Hides 'Translate to Language' button under comments" + "label": "Спрятать кнопку 'Перевести на...'", + "title": "Прячет кнопку 'Перевести на русский' под комментарием" }, "loopButton": { "label": "Включить кнопку «Зациклить»", @@ -493,4 +493,4 @@ } } } -} +} From eb45042d952116dbb2e9fa6740b0e6ed7e1f2989 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 15 May 2024 21:20:18 -0400 Subject: [PATCH 0462/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index cee088ba2..86cf7e786 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -212,8 +212,8 @@ "title": "Video yüklediğinizde tiyatro modunu otomatik olarak etkinleştirir" }, "hideEndScreenCards": { - "label": "Hide end screen cards", - "title": "Hides the cards at the end of the video" + "label": "Bitiş ekranı kartlarını gizle", + "title": "Video'nun sonundaki kartları gizler" }, "hideLiveStreamChat": { "label": "Canlı yayın sohbetini gizle", @@ -493,4 +493,4 @@ } } } -} +} From 468c581de6607ba05af664ef1449fd5c374b2fdf Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 16 May 2024 21:09:01 -0400 Subject: [PATCH 0463/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index d125060d4..561d91561 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -212,8 +212,8 @@ "title": "当视频打开时,自动启用剧场模式" }, "hideEndScreenCards": { - "label": "Hide end screen cards", - "title": "Hides the cards at the end of the video" + "label": "隐藏结束界面卡片", + "title": "隐藏视频末尾的卡片" }, "hideLiveStreamChat": { "label": "隐藏直播聊天", @@ -493,4 +493,4 @@ } } } -} +} From dd85e00455d846fd8ce9f62d4c7d1e0b82a58e38 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 16 May 2024 23:52:56 -0400 Subject: [PATCH 0464/1783] New translations en-us.json (French) --- public/locales/fr-FR.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/public/locales/fr-FR.json b/public/locales/fr-FR.json index 53c084ca5..d85b2adf7 100644 --- a/public/locales/fr-FR.json +++ b/public/locales/fr-FR.json @@ -13,6 +13,15 @@ "label": "Feature menu" } }, + "hideEndScreenCardsButton": { + "button": { + "label": "Hide end screen cards", + "toggle": { + "off": "Show end screen cards", + "on": "Hide end screen cards" + } + } + }, "loopButton": { "button": { "label": "Loop", @@ -128,6 +137,7 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "Decrease Speed button", + "hideEndScreenCardsButton": "Hide end screen cards button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", "maximizePlayerButton": "Maximize button", @@ -215,6 +225,10 @@ "label": "Hide end screen cards", "title": "Hides the cards at the end of the video" }, + "hideEndScreenCardsButton": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + }, "hideLiveStreamChat": { "label": "Hide live stream chat", "title": "Hides the live stream chat" From 692d964a11818b74243f3ebb6c175170a2e36acc Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 16 May 2024 23:52:57 -0400 Subject: [PATCH 0465/1783] New translations en-us.json (Spanish) --- public/locales/es-ES.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index 187842b58..aa40ceeca 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -13,6 +13,15 @@ "label": "Feature menu" } }, + "hideEndScreenCardsButton": { + "button": { + "label": "Hide end screen cards", + "toggle": { + "off": "Show end screen cards", + "on": "Hide end screen cards" + } + } + }, "loopButton": { "button": { "label": "Loop", @@ -128,6 +137,7 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "Decrease Speed button", + "hideEndScreenCardsButton": "Hide end screen cards button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Botón de repetición", "maximizePlayerButton": "Maximizar botón", @@ -215,6 +225,10 @@ "label": "Hide end screen cards", "title": "Hides the cards at the end of the video" }, + "hideEndScreenCardsButton": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + }, "hideLiveStreamChat": { "label": "Hide live stream chat", "title": "Hides the live stream chat" From 4b3bd29f8044fab62f8dcba4cb07fdba7ec9d564 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 16 May 2024 23:52:58 -0400 Subject: [PATCH 0466/1783] New translations en-us.json (Catalan) --- public/locales/ca-ES.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/public/locales/ca-ES.json b/public/locales/ca-ES.json index daa830f4b..bfc8cffcb 100644 --- a/public/locales/ca-ES.json +++ b/public/locales/ca-ES.json @@ -13,6 +13,15 @@ "label": "Feature menu" } }, + "hideEndScreenCardsButton": { + "button": { + "label": "Hide end screen cards", + "toggle": { + "off": "Show end screen cards", + "on": "Hide end screen cards" + } + } + }, "loopButton": { "button": { "label": "Loop", @@ -128,6 +137,7 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "Decrease Speed button", + "hideEndScreenCardsButton": "Hide end screen cards button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", "maximizePlayerButton": "Maximize button", @@ -215,6 +225,10 @@ "label": "Hide end screen cards", "title": "Hides the cards at the end of the video" }, + "hideEndScreenCardsButton": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + }, "hideLiveStreamChat": { "label": "Hide live stream chat", "title": "Hides the live stream chat" From 3eafb32f0f9135e033d16401086817d1e8e183f6 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 16 May 2024 23:52:59 -0400 Subject: [PATCH 0467/1783] New translations en-us.json (Czech) --- public/locales/cs-CZ.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/public/locales/cs-CZ.json b/public/locales/cs-CZ.json index 6e37ffc3e..d0182d4c1 100644 --- a/public/locales/cs-CZ.json +++ b/public/locales/cs-CZ.json @@ -13,6 +13,15 @@ "label": "Feature menu" } }, + "hideEndScreenCardsButton": { + "button": { + "label": "Hide end screen cards", + "toggle": { + "off": "Show end screen cards", + "on": "Hide end screen cards" + } + } + }, "loopButton": { "button": { "label": "Loop", @@ -128,6 +137,7 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "Decrease Speed button", + "hideEndScreenCardsButton": "Hide end screen cards button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", "maximizePlayerButton": "Maximize button", @@ -215,6 +225,10 @@ "label": "Hide end screen cards", "title": "Hides the cards at the end of the video" }, + "hideEndScreenCardsButton": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + }, "hideLiveStreamChat": { "label": "Hide live stream chat", "title": "Hides the live stream chat" From c23e66315c81ae6d40880b1fde74d03cfba761e1 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 16 May 2024 23:52:59 -0400 Subject: [PATCH 0468/1783] New translations en-us.json (German) --- public/locales/de-DE.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/public/locales/de-DE.json b/public/locales/de-DE.json index 8cbccf316..47774c726 100644 --- a/public/locales/de-DE.json +++ b/public/locales/de-DE.json @@ -13,6 +13,15 @@ "label": "Feature menu" } }, + "hideEndScreenCardsButton": { + "button": { + "label": "Hide end screen cards", + "toggle": { + "off": "Show end screen cards", + "on": "Hide end screen cards" + } + } + }, "loopButton": { "button": { "label": "Loop", @@ -128,6 +137,7 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "Decrease Speed button", + "hideEndScreenCardsButton": "Hide end screen cards button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", "maximizePlayerButton": "Maximize button", @@ -215,6 +225,10 @@ "label": "Hide end screen cards", "title": "Hides the cards at the end of the video" }, + "hideEndScreenCardsButton": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + }, "hideLiveStreamChat": { "label": "Hide live stream chat", "title": "Hides the live stream chat" From ab6b20b9c793108653834fad7b5ef2756f953fd9 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 16 May 2024 23:53:00 -0400 Subject: [PATCH 0469/1783] New translations en-us.json (Hebrew) --- public/locales/he-IL.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/public/locales/he-IL.json b/public/locales/he-IL.json index 45c160879..f95788d94 100644 --- a/public/locales/he-IL.json +++ b/public/locales/he-IL.json @@ -13,6 +13,15 @@ "label": "Feature menu" } }, + "hideEndScreenCardsButton": { + "button": { + "label": "Hide end screen cards", + "toggle": { + "off": "Show end screen cards", + "on": "Hide end screen cards" + } + } + }, "loopButton": { "button": { "label": "Loop", @@ -128,6 +137,7 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "Decrease Speed button", + "hideEndScreenCardsButton": "Hide end screen cards button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", "maximizePlayerButton": "Maximize button", @@ -215,6 +225,10 @@ "label": "Hide end screen cards", "title": "Hides the cards at the end of the video" }, + "hideEndScreenCardsButton": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + }, "hideLiveStreamChat": { "label": "Hide live stream chat", "title": "Hides the live stream chat" From a360bb70226f62645f1d3da485b51299bbd7381a Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 16 May 2024 23:53:01 -0400 Subject: [PATCH 0470/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index 23bd9ebc3..ba2d558af 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -13,6 +13,15 @@ "label": "Menu' funzioni" } }, + "hideEndScreenCardsButton": { + "button": { + "label": "Hide end screen cards", + "toggle": { + "off": "Show end screen cards", + "on": "Hide end screen cards" + } + } + }, "loopButton": { "button": { "label": "Ripeti", @@ -128,6 +137,7 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "Pulsante Riduci velocità", + "hideEndScreenCardsButton": "Hide end screen cards button", "increasePlaybackSpeedButton": "Pulsante Aumenta velocità", "loopButton": "Pulsante Ripeti", "maximizePlayerButton": "Pulsante Massimizza", @@ -215,6 +225,10 @@ "label": "Nascondi le schede finali", "title": "Nasconde le schede alla fine del video" }, + "hideEndScreenCardsButton": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + }, "hideLiveStreamChat": { "label": "Nascondi chat live stream", "title": "Nasconde la chat live stream" @@ -493,4 +507,4 @@ } } } -} +} From 0203a2b27ecb65238433214a1c8f3964de2a2818 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 16 May 2024 23:53:02 -0400 Subject: [PATCH 0471/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index 5f53944a7..47e6792ef 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -13,6 +13,15 @@ "label": "フィーチャー・メニュー" } }, + "hideEndScreenCardsButton": { + "button": { + "label": "Hide end screen cards", + "toggle": { + "off": "Show end screen cards", + "on": "Hide end screen cards" + } + } + }, "loopButton": { "button": { "label": "ループ", @@ -128,6 +137,7 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "速度を下げるボタン", + "hideEndScreenCardsButton": "Hide end screen cards button", "increasePlaybackSpeedButton": "速度を上げるボタン", "loopButton": "ループボタン", "maximizePlayerButton": "最大表示ボタン", @@ -215,6 +225,10 @@ "label": "終了画面のカードを非表示にする", "title": "動画の終了で画面カードを非表示にする" }, + "hideEndScreenCardsButton": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + }, "hideLiveStreamChat": { "label": "配信チャットを隠す", "title": "配信チャットを隠する" @@ -493,4 +507,4 @@ } } } -} +} From bd0128720302f2bd06606ee31d4f6b8d43cd8093 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 16 May 2024 23:53:03 -0400 Subject: [PATCH 0472/1783] New translations en-us.json (Polish) --- public/locales/pl-PL.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/public/locales/pl-PL.json b/public/locales/pl-PL.json index f3b7b3c1f..96c18300f 100644 --- a/public/locales/pl-PL.json +++ b/public/locales/pl-PL.json @@ -13,6 +13,15 @@ "label": "Feature menu" } }, + "hideEndScreenCardsButton": { + "button": { + "label": "Hide end screen cards", + "toggle": { + "off": "Show end screen cards", + "on": "Hide end screen cards" + } + } + }, "loopButton": { "button": { "label": "Loop", @@ -128,6 +137,7 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "Decrease Speed button", + "hideEndScreenCardsButton": "Hide end screen cards button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", "maximizePlayerButton": "Maximize button", @@ -215,6 +225,10 @@ "label": "Hide end screen cards", "title": "Hides the cards at the end of the video" }, + "hideEndScreenCardsButton": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + }, "hideLiveStreamChat": { "label": "Hide live stream chat", "title": "Hides the live stream chat" From ddc960b6719bc394febd7d43eb1267e568344b2f Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 16 May 2024 23:53:04 -0400 Subject: [PATCH 0473/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index fe5288e9e..7bac06c36 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -13,6 +13,15 @@ "label": "Меню функций" } }, + "hideEndScreenCardsButton": { + "button": { + "label": "Hide end screen cards", + "toggle": { + "off": "Show end screen cards", + "on": "Hide end screen cards" + } + } + }, "loopButton": { "button": { "label": "Зациклить", @@ -128,6 +137,7 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "Кнопка уменьшения скорости видео", + "hideEndScreenCardsButton": "Hide end screen cards button", "increasePlaybackSpeedButton": "Кнопка увеличения скорости видео", "loopButton": "Кнопка «Зациклить»", "maximizePlayerButton": "Кнопка «Развернуть»", @@ -215,6 +225,10 @@ "label": "Спрятать карточки предлагаемых видео в конце", "title": "Прячет карточки, которые вы видите при окончании просмотра видео" }, + "hideEndScreenCardsButton": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + }, "hideLiveStreamChat": { "label": "Спрятать чат прямого эфира", "title": "Прячет чат прямого эфира (стрима)" @@ -493,4 +507,4 @@ } } } -} +} From ef809b1f7cdac759ecc5c348a78ad14cce834d39 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 16 May 2024 23:53:05 -0400 Subject: [PATCH 0474/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index 2d50cf3c1..4b26c37aa 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -13,6 +13,15 @@ "label": "Funktionsmeny" } }, + "hideEndScreenCardsButton": { + "button": { + "label": "Hide end screen cards", + "toggle": { + "off": "Show end screen cards", + "on": "Hide end screen cards" + } + } + }, "loopButton": { "button": { "label": "Slinga", @@ -128,6 +137,7 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "Knapp för att mindska hastigheten", + "hideEndScreenCardsButton": "Hide end screen cards button", "increasePlaybackSpeedButton": "Knapp för att öka hastigheten", "loopButton": "Slingknapp", "maximizePlayerButton": "Maximeraknapp", @@ -215,6 +225,10 @@ "label": "Hide end screen cards", "title": "Hides the cards at the end of the video" }, + "hideEndScreenCardsButton": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + }, "hideLiveStreamChat": { "label": "Hide live stream chat", "title": "Hides the live stream chat" From e9a722e767bee9a5e153fa39d8c2b3a65872d33f Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 16 May 2024 23:53:06 -0400 Subject: [PATCH 0475/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index 86cf7e786..eacc5c505 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -13,6 +13,15 @@ "label": "Özellik menüsü" } }, + "hideEndScreenCardsButton": { + "button": { + "label": "Hide end screen cards", + "toggle": { + "off": "Show end screen cards", + "on": "Hide end screen cards" + } + } + }, "loopButton": { "button": { "label": "Tekrarla", @@ -128,6 +137,7 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "Decrease Speed button", + "hideEndScreenCardsButton": "Hide end screen cards button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Döngü düğmesi", "maximizePlayerButton": "Tam ekran düğmesi", @@ -215,6 +225,10 @@ "label": "Bitiş ekranı kartlarını gizle", "title": "Video'nun sonundaki kartları gizler" }, + "hideEndScreenCardsButton": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + }, "hideLiveStreamChat": { "label": "Canlı yayın sohbetini gizle", "title": "Canlı yayın sohbetini gizler" @@ -493,4 +507,4 @@ } } } -} +} From 253e14c2c06edf7af23618f9873512f2b535c5f5 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 16 May 2024 23:53:07 -0400 Subject: [PATCH 0476/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index 561d91561..ca37377b6 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -13,6 +13,15 @@ "label": "功能菜单" } }, + "hideEndScreenCardsButton": { + "button": { + "label": "Hide end screen cards", + "toggle": { + "off": "Show end screen cards", + "on": "Hide end screen cards" + } + } + }, "loopButton": { "button": { "label": "循环播放", @@ -128,6 +137,7 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "降低速度按钮", + "hideEndScreenCardsButton": "Hide end screen cards button", "increasePlaybackSpeedButton": "增加速度按钮", "loopButton": "循环按钮", "maximizePlayerButton": "最大化按钮", @@ -215,6 +225,10 @@ "label": "隐藏结束界面卡片", "title": "隐藏视频末尾的卡片" }, + "hideEndScreenCardsButton": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + }, "hideLiveStreamChat": { "label": "隐藏直播聊天", "title": "隐藏直播聊天" @@ -493,4 +507,4 @@ } } } -} +} From 08013bbe4c648b669e728b82aae3ac9ce6acbd22 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 16 May 2024 23:53:08 -0400 Subject: [PATCH 0477/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index 3ab03adeb..b817df5cc 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -13,6 +13,15 @@ "label": "Feature menu" } }, + "hideEndScreenCardsButton": { + "button": { + "label": "Hide end screen cards", + "toggle": { + "off": "Show end screen cards", + "on": "Hide end screen cards" + } + } + }, "loopButton": { "button": { "label": "循環播放", @@ -128,6 +137,7 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "減慢速度按鈕", + "hideEndScreenCardsButton": "Hide end screen cards button", "increasePlaybackSpeedButton": "加快速度按妞", "loopButton": "循環播放按鈕", "maximizePlayerButton": "最大化按鈕", @@ -215,6 +225,10 @@ "label": "隱藏片尾資訊卡", "title": "隱藏影片片尾的資訊卡" }, + "hideEndScreenCardsButton": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + }, "hideLiveStreamChat": { "label": "隱藏直播聊天室", "title": "隱藏直播的聊天室" @@ -493,4 +507,4 @@ } } } -} +} From c0f2c4d5be379225f54ed7d9e36c0b1a970a87c0 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 16 May 2024 23:53:09 -0400 Subject: [PATCH 0478/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index 808a6a85c..9f1ad5fb6 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -13,6 +13,15 @@ "label": "Feature menu" } }, + "hideEndScreenCardsButton": { + "button": { + "label": "Hide end screen cards", + "toggle": { + "off": "Show end screen cards", + "on": "Hide end screen cards" + } + } + }, "loopButton": { "button": { "label": "Loop", @@ -128,6 +137,7 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "Decrease Speed button", + "hideEndScreenCardsButton": "Hide end screen cards button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Botão de Repetir", "maximizePlayerButton": "Botão de Maximizar", @@ -215,6 +225,10 @@ "label": "Hide end screen cards", "title": "Hides the cards at the end of the video" }, + "hideEndScreenCardsButton": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + }, "hideLiveStreamChat": { "label": "Hide live stream chat", "title": "Hides the live stream chat" From 43597ba7e76aa7bae3a542a1f884de9f0307b2bd Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 16 May 2024 23:53:10 -0400 Subject: [PATCH 0479/1783] New translations en-us.json (Persian) --- public/locales/fa-IR.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/public/locales/fa-IR.json b/public/locales/fa-IR.json index 49493621b..15e6b7476 100644 --- a/public/locales/fa-IR.json +++ b/public/locales/fa-IR.json @@ -13,6 +13,15 @@ "label": "Feature menu" } }, + "hideEndScreenCardsButton": { + "button": { + "label": "Hide end screen cards", + "toggle": { + "off": "Show end screen cards", + "on": "Hide end screen cards" + } + } + }, "loopButton": { "button": { "label": "Loop", @@ -128,6 +137,7 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "Decrease Speed button", + "hideEndScreenCardsButton": "Hide end screen cards button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", "maximizePlayerButton": "Maximize button", @@ -215,6 +225,10 @@ "label": "Hide end screen cards", "title": "Hides the cards at the end of the video" }, + "hideEndScreenCardsButton": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + }, "hideLiveStreamChat": { "label": "Hide live stream chat", "title": "Hides the live stream chat" From 9fa66bac789b6fa1ba8bbb558ec1692b7a9c6a1d Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 16 May 2024 23:53:11 -0400 Subject: [PATCH 0480/1783] New translations en-us.json (Hindi) --- public/locales/hi-IN.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/public/locales/hi-IN.json b/public/locales/hi-IN.json index 1cf67ab4f..58c9e5e06 100644 --- a/public/locales/hi-IN.json +++ b/public/locales/hi-IN.json @@ -13,6 +13,15 @@ "label": "Feature menu" } }, + "hideEndScreenCardsButton": { + "button": { + "label": "Hide end screen cards", + "toggle": { + "off": "Show end screen cards", + "on": "Hide end screen cards" + } + } + }, "loopButton": { "button": { "label": "Loop", @@ -128,6 +137,7 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "Decrease Speed button", + "hideEndScreenCardsButton": "Hide end screen cards button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", "maximizePlayerButton": "Maximize button", @@ -215,6 +225,10 @@ "label": "Hide end screen cards", "title": "Hides the cards at the end of the video" }, + "hideEndScreenCardsButton": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + }, "hideLiveStreamChat": { "label": "Hide live stream chat", "title": "Hides the live stream chat" From c0982d19d671c6ebefe72cd2ac2a29ccd25cd54c Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 16 May 2024 23:53:12 -0400 Subject: [PATCH 0481/1783] New translations en-us.json (English, United Kingdom) --- public/locales/en-GB.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/public/locales/en-GB.json b/public/locales/en-GB.json index 25ad469ab..3101b5af6 100644 --- a/public/locales/en-GB.json +++ b/public/locales/en-GB.json @@ -13,6 +13,15 @@ "label": "Feature menu" } }, + "hideEndScreenCardsButton": { + "button": { + "label": "Hide end screen cards", + "toggle": { + "off": "Show end screen cards", + "on": "Hide end screen cards" + } + } + }, "loopButton": { "button": { "label": "Loop", @@ -128,6 +137,7 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "Decrease Speed button", + "hideEndScreenCardsButton": "Hide end screen cards button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", "maximizePlayerButton": "Maximize button", @@ -215,6 +225,10 @@ "label": "Hide end screen cards", "title": "Hides the cards at the end of the video" }, + "hideEndScreenCardsButton": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + }, "hideLiveStreamChat": { "label": "Hide live stream chat", "title": "Hides the live stream chat" From d008a4dfc66ac8038aa5dfc0b07b76e43539df8d Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 17 May 2024 06:38:39 -0400 Subject: [PATCH 0482/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index 47e6792ef..9aabeac34 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -15,10 +15,10 @@ }, "hideEndScreenCardsButton": { "button": { - "label": "Hide end screen cards", + "label": "終了画面のカードを非表示にする", "toggle": { - "off": "Show end screen cards", - "on": "Hide end screen cards" + "off": "終了画面のカードを表示にする", + "on": "終了画面のカードを非表示にする" } } }, From 832786f0d904841055c081fecc720ba349b436d7 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 17 May 2024 10:56:46 -0400 Subject: [PATCH 0483/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index 7bac06c36..00dc27b89 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -15,10 +15,10 @@ }, "hideEndScreenCardsButton": { "button": { - "label": "Hide end screen cards", + "label": "Показать заставки следующих видео", "toggle": { - "off": "Show end screen cards", - "on": "Hide end screen cards" + "off": "Скрыть заставки следующих видео", + "on": "Показать заставки следующих видео" } } }, @@ -137,7 +137,7 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "Кнопка уменьшения скорости видео", - "hideEndScreenCardsButton": "Hide end screen cards button", + "hideEndScreenCardsButton": "Кнопка «Показать заставки следующих видео»", "increasePlaybackSpeedButton": "Кнопка увеличения скорости видео", "loopButton": "Кнопка «Зациклить»", "maximizePlayerButton": "Кнопка «Развернуть»", @@ -226,8 +226,8 @@ "title": "Прячет карточки, которые вы видите при окончании просмотра видео" }, "hideEndScreenCardsButton": { - "label": "Hide end screen cards button", - "title": "Adds a button to show/hide the cards at the end of the video" + "label": "Кнопка «Показать заставки следующих видео»", + "title": "Добавляет кнопку для скрытия/отображения заставок следующих видео в конце ролика" }, "hideLiveStreamChat": { "label": "Спрятать чат прямого эфира", From d36f84af419297a8b87b1e3609e1df2e55b9aa09 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 17 May 2024 12:22:07 -0400 Subject: [PATCH 0484/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index 00dc27b89..35acb2016 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -15,10 +15,10 @@ }, "hideEndScreenCardsButton": { "button": { - "label": "Показать заставки следующих видео", + "label": "Скрыть заставки следующих видео", "toggle": { - "off": "Скрыть заставки следующих видео", - "on": "Показать заставки следующих видео" + "off": "Показать заставки следующих видео", + "on": "Скрыть заставки следующих видео" } } }, @@ -137,7 +137,7 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "Кнопка уменьшения скорости видео", - "hideEndScreenCardsButton": "Кнопка «Показать заставки следующих видео»", + "hideEndScreenCardsButton": "Кнопка «Скрыть заставки следующих видео»", "increasePlaybackSpeedButton": "Кнопка увеличения скорости видео", "loopButton": "Кнопка «Зациклить»", "maximizePlayerButton": "Кнопка «Развернуть»", @@ -222,11 +222,11 @@ "title": "Автоматически включать режим кинотеатра при загрузке видео" }, "hideEndScreenCards": { - "label": "Спрятать карточки предлагаемых видео в конце", - "title": "Прячет карточки, которые вы видите при окончании просмотра видео" + "label": "Скрыть заставки следующих видео", + "title": "Скрывает заставки следующих (предлагаемых) видео в конце ролика" }, "hideEndScreenCardsButton": { - "label": "Кнопка «Показать заставки следующих видео»", + "label": "Кнопка «Скрыть заставки следующих видео»", "title": "Добавляет кнопку для скрытия/отображения заставок следующих видео в конце ролика" }, "hideLiveStreamChat": { From 723559ee9de135071795368bf581897add73ff09 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 17 May 2024 17:26:19 -0400 Subject: [PATCH 0485/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index ba2d558af..11bd75573 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -15,10 +15,10 @@ }, "hideEndScreenCardsButton": { "button": { - "label": "Hide end screen cards", + "label": "Nascondi le schede finali", "toggle": { - "off": "Show end screen cards", - "on": "Hide end screen cards" + "off": "Mostra le schede finali", + "on": "Nascondi le schede finali" } } }, @@ -137,7 +137,7 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "Pulsante Riduci velocità", - "hideEndScreenCardsButton": "Hide end screen cards button", + "hideEndScreenCardsButton": "Pulsante Nascondi schede finali", "increasePlaybackSpeedButton": "Pulsante Aumenta velocità", "loopButton": "Pulsante Ripeti", "maximizePlayerButton": "Pulsante Massimizza", @@ -226,8 +226,8 @@ "title": "Nasconde le schede alla fine del video" }, "hideEndScreenCardsButton": { - "label": "Hide end screen cards button", - "title": "Adds a button to show/hide the cards at the end of the video" + "label": "Pulsante Nascondi schede finali", + "title": "Aggiunge un pulsante per mostrare/nascondere le schede alla fine del video" }, "hideLiveStreamChat": { "label": "Nascondi chat live stream", From 5c01ea739215efc4290d68a6192c075d7996e9f1 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 18 May 2024 01:08:51 -0400 Subject: [PATCH 0486/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index ca37377b6..d22ab500f 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -15,10 +15,10 @@ }, "hideEndScreenCardsButton": { "button": { - "label": "Hide end screen cards", + "label": "隐藏结束界面卡片", "toggle": { - "off": "Show end screen cards", - "on": "Hide end screen cards" + "off": "显示结束界面卡片", + "on": "隐藏结束界面卡片" } } }, @@ -137,7 +137,7 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "降低速度按钮", - "hideEndScreenCardsButton": "Hide end screen cards button", + "hideEndScreenCardsButton": "隐藏结束界面卡片按钮", "increasePlaybackSpeedButton": "增加速度按钮", "loopButton": "循环按钮", "maximizePlayerButton": "最大化按钮", @@ -226,8 +226,8 @@ "title": "隐藏视频末尾的卡片" }, "hideEndScreenCardsButton": { - "label": "Hide end screen cards button", - "title": "Adds a button to show/hide the cards at the end of the video" + "label": "隐藏结束界面卡片按钮", + "title": "添加按钮以显示/隐藏视频末尾的卡片" }, "hideLiveStreamChat": { "label": "隐藏直播聊天", From 4a6a34b72f2ec973132fc0fe549ade98f4de3bf6 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 18 May 2024 06:20:47 -0400 Subject: [PATCH 0487/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index eacc5c505..5fecab5b3 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -15,10 +15,10 @@ }, "hideEndScreenCardsButton": { "button": { - "label": "Hide end screen cards", + "label": "Bitiş ekranı kartlarını gizle", "toggle": { - "off": "Show end screen cards", - "on": "Hide end screen cards" + "off": "Bitiş ekranı kartlarını göster", + "on": "Bitiş ekranı kartlarını gizle" } } }, @@ -137,7 +137,7 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "Decrease Speed button", - "hideEndScreenCardsButton": "Hide end screen cards button", + "hideEndScreenCardsButton": "Bitiş ekranı kartlarını gizleme düğmesi", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Döngü düğmesi", "maximizePlayerButton": "Tam ekran düğmesi", @@ -226,8 +226,8 @@ "title": "Video'nun sonundaki kartları gizler" }, "hideEndScreenCardsButton": { - "label": "Hide end screen cards button", - "title": "Adds a button to show/hide the cards at the end of the video" + "label": "Bitiş ekranı kartlarını gizleme düğmesi", + "title": "Video'nun sonuna bitiş ekranı kartlarını gizlemek/göstermek için bir düğme ekler" }, "hideLiveStreamChat": { "label": "Canlı yayın sohbetini gizle", From d083a477181c70e3fc6fa6fe355fa1b78491e1c4 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 20 May 2024 09:28:56 -0400 Subject: [PATCH 0488/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index b817df5cc..92730652d 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -10,15 +10,15 @@ "features": { "featureMenu": { "button": { - "label": "Feature menu" + "label": "功能選單" } }, "hideEndScreenCardsButton": { "button": { - "label": "Hide end screen cards", + "label": "隱藏片尾資訊卡", "toggle": { - "off": "Show end screen cards", - "on": "Hide end screen cards" + "off": "顯示片尾資訊卡", + "on": "隱藏片尾資訊卡" } } }, @@ -33,16 +33,16 @@ }, "maximizePlayerButton": { "button": { - "label": "Maximize", + "label": "最大化", "toggle": { - "off": "Maximize off", - "on": "Maximize on" + "off": "關閉最大化", + "on": "啟用最大化" } } }, "openTranscriptButton": { "button": { - "label": "Open transcript" + "label": "打開文字記錄" } }, "playbackSpeedButtons": { @@ -71,10 +71,10 @@ }, "volumeBoostButton": { "button": { - "label": "Volume Boost", + "label": "音量增強", "toggle": { - "off": "Volume boost off", - "on": "Volume boost on" + "off": "關閉音量增強", + "on": "啟用音量增強" } } } @@ -137,7 +137,7 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "減慢速度按鈕", - "hideEndScreenCardsButton": "Hide end screen cards button", + "hideEndScreenCardsButton": "隱藏片尾資訊卡按鈕", "increasePlaybackSpeedButton": "加快速度按妞", "loopButton": "循環播放按鈕", "maximizePlayerButton": "最大化按鈕", @@ -226,7 +226,7 @@ "title": "隱藏影片片尾的資訊卡" }, "hideEndScreenCardsButton": { - "label": "Hide end screen cards button", + "label": "隱藏片尾資訊卡按鈕", "title": "Adds a button to show/hide the cards at the end of the video" }, "hideLiveStreamChat": { @@ -491,7 +491,7 @@ "title": "主要文字的顏色" }, "secondBackground": { - "label": "Secondary background color", + "label": "次要背景顏色", "title": "次要背景顏色" } }, @@ -507,4 +507,4 @@ } } } -} +} From 0aa0be64aaf1998555b29936a1abf24395d5ab92 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 20 May 2024 11:00:40 -0400 Subject: [PATCH 0489/1783] New translations en-us.json (French) --- public/locales/fr-FR.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/public/locales/fr-FR.json b/public/locales/fr-FR.json index d85b2adf7..572561c64 100644 --- a/public/locales/fr-FR.json +++ b/public/locales/fr-FR.json @@ -110,6 +110,16 @@ "label": "Ajustement automatique de la résolution", "title": "Ajuste automatiquement la résolution de la vidéo au niveau sélectionné." }, + "fallbackQualityStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + }, "select": { "label": "Résolution", "title": "La vidéo aura cette résolution" @@ -507,4 +517,4 @@ } } } -} +} From da31a8e4dd3ca3ae403215559be363044dca7abe Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 20 May 2024 11:00:41 -0400 Subject: [PATCH 0490/1783] New translations en-us.json (Spanish) --- public/locales/es-ES.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index aa40ceeca..de5ee8903 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -110,6 +110,16 @@ "label": "Habilitar ajuste automático de calidad", "title": "Ajustar automáticamente la calidad del vídeo al nivel seleccionado." }, + "fallbackQualityStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + }, "select": { "label": "Calidad del reproductor", "title": "La calidad a la que establecer el vídeo" @@ -507,4 +517,4 @@ } } } -} +} From 9d2ce2c849e9f69fe38ec9b1ce786c43d9bfc584 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 20 May 2024 11:00:42 -0400 Subject: [PATCH 0491/1783] New translations en-us.json (Catalan) --- public/locales/ca-ES.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/public/locales/ca-ES.json b/public/locales/ca-ES.json index bfc8cffcb..560512b0b 100644 --- a/public/locales/ca-ES.json +++ b/public/locales/ca-ES.json @@ -110,6 +110,16 @@ "label": "Automatic quality adjustment", "title": "Automatically adjusts the video quality to the selected level." }, + "fallbackQualityStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + }, "select": { "label": "Player quality", "title": "The quality to set the video to" @@ -507,4 +517,4 @@ } } } -} +} From bd148495c89e39eb0b3b565ba31c9a370a540ab1 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 20 May 2024 11:00:43 -0400 Subject: [PATCH 0492/1783] New translations en-us.json (Czech) --- public/locales/cs-CZ.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/public/locales/cs-CZ.json b/public/locales/cs-CZ.json index d0182d4c1..db2f9ac3d 100644 --- a/public/locales/cs-CZ.json +++ b/public/locales/cs-CZ.json @@ -110,6 +110,16 @@ "label": "Automatic quality adjustment", "title": "Automatically adjusts the video quality to the selected level." }, + "fallbackQualityStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + }, "select": { "label": "Player quality", "title": "The quality to set the video to" @@ -507,4 +517,4 @@ } } } -} +} From c4ec646cedcc40a7d7d8e928fb9649dc9d438886 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 20 May 2024 11:00:44 -0400 Subject: [PATCH 0493/1783] New translations en-us.json (German) --- public/locales/de-DE.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/public/locales/de-DE.json b/public/locales/de-DE.json index 47774c726..6918fd804 100644 --- a/public/locales/de-DE.json +++ b/public/locales/de-DE.json @@ -110,6 +110,16 @@ "label": "Automatische Qualitätsanpassung", "title": "Die Videoqualität wird automatisch auf die ausgewählte Qualität gestellt." }, + "fallbackQualityStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + }, "select": { "label": "Video-Qualität", "title": "Die Qualität auf die das Video gestellt werden soll" @@ -507,4 +517,4 @@ } } } -} +} From 289529e461f4318746f31538fc4a2f5b2980ac05 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 20 May 2024 11:00:45 -0400 Subject: [PATCH 0494/1783] New translations en-us.json (Hebrew) --- public/locales/he-IL.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/public/locales/he-IL.json b/public/locales/he-IL.json index f95788d94..7cc79c57d 100644 --- a/public/locales/he-IL.json +++ b/public/locales/he-IL.json @@ -110,6 +110,16 @@ "label": "Automatic quality adjustment", "title": "Automatically adjusts the video quality to the selected level." }, + "fallbackQualityStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + }, "select": { "label": "Player quality", "title": "The quality to set the video to" @@ -507,4 +517,4 @@ } } } -} +} From 6669b0d4c92c0b5612fc43a963e45fa1c4be7439 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 20 May 2024 11:00:46 -0400 Subject: [PATCH 0495/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index 11bd75573..c4dba156c 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -110,6 +110,16 @@ "label": "Regolazione automatica qualità", "title": "Regola automaticamente la qualità video al livello selezionato." }, + "fallbackQualityStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + }, "select": { "label": "Qualità riproduttore", "title": "La qualità alla quale impostare il video" @@ -507,4 +517,4 @@ } } } -} +} From 6afa49e2b98f38759cf366ddea3a4d534b1469b0 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 20 May 2024 11:00:47 -0400 Subject: [PATCH 0496/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index 9aabeac34..6c4eecb85 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -110,6 +110,16 @@ "label": "自動画質調整", "title": "選択したレベルに合わせて動画の画質を自動的に調整します。" }, + "fallbackQualityStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + }, "select": { "label": "プレイヤーの動画質", "title": "動画の画質に設定する" @@ -507,4 +517,4 @@ } } } -} +} From 2482428b59d67a286701a1cf84c4baf5c0b33b4c Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 20 May 2024 11:00:48 -0400 Subject: [PATCH 0497/1783] New translations en-us.json (Polish) --- public/locales/pl-PL.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/public/locales/pl-PL.json b/public/locales/pl-PL.json index 96c18300f..bc08f81c6 100644 --- a/public/locales/pl-PL.json +++ b/public/locales/pl-PL.json @@ -110,6 +110,16 @@ "label": "Automatic quality adjustment", "title": "Automatically adjusts the video quality to the selected level." }, + "fallbackQualityStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + }, "select": { "label": "Player quality", "title": "The quality to set the video to" @@ -507,4 +517,4 @@ } } } -} +} From 0bd885de6d0734aac49ff0fed67d4af7a11600d9 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 20 May 2024 11:00:49 -0400 Subject: [PATCH 0498/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index 35acb2016..d8865c3f7 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -110,6 +110,16 @@ "label": "Включить автоматическую регулировку качества", "title": "Автоматически настраивает качество видео на выбранный уровень." }, + "fallbackQualityStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + }, "select": { "label": "Качество проигрывателя", "title": "Качество, которое будет задаваться для видео" @@ -507,4 +517,4 @@ } } } -} +} From 1c731d2bb9fb2fdeaed6d6e6936f986b164157a4 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 20 May 2024 11:00:50 -0400 Subject: [PATCH 0499/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index 4b26c37aa..05ac625fe 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -110,6 +110,16 @@ "label": "Automatisk kvalitetsjustering", "title": "Justerar automatiskt videokvaliteten till den valda nivån." }, + "fallbackQualityStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + }, "select": { "label": "Spelarkvalitet", "title": "Kvaliteten för att ställa in videon till" @@ -507,4 +517,4 @@ } } } -} +} From 6fa0f723beb606e6eb88489839febbb0ccab8009 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 20 May 2024 11:00:51 -0400 Subject: [PATCH 0500/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index 5fecab5b3..e807610e7 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -110,6 +110,16 @@ "label": "Otomatik kalite ayarlamayı etkinleştir", "title": "Video kalitesini seçilen seviyeye otomatik olarak ayarlar." }, + "fallbackQualityStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + }, "select": { "label": "Oynatma kalitesi", "title": "Videonun ayarlanacağı kalite" @@ -507,4 +517,4 @@ } } } -} +} From c768773a435a54be345b64d85320e6de26966a92 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 20 May 2024 11:00:52 -0400 Subject: [PATCH 0501/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index d22ab500f..da4153e40 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -110,6 +110,16 @@ "label": "自动质量调整", "title": "自动调整视频质量到所选等级。" }, + "fallbackQualityStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + }, "select": { "label": "播放质量", "title": "将视频质量设为" @@ -507,4 +517,4 @@ } } } -} +} From b64a03805540680ec12b059d404b07478cdb01be Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 20 May 2024 11:00:53 -0400 Subject: [PATCH 0502/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index 92730652d..d2788ae44 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -110,6 +110,16 @@ "label": "自動畫質調整", "title": "自動調整到指定畫質" }, + "fallbackQualityStrategy": { + "select": { + "label": "畫質後備策略", + "options": { + "higher": "較高", + "lower": "較低" + }, + "title": "所選畫質不適用時的策略" + } + }, "select": { "label": "播放畫質", "title": "設定影片播放畫質" From 0261caaa6b4d8f47334fbd188082002dc0031290 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 20 May 2024 11:00:54 -0400 Subject: [PATCH 0503/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index 9f1ad5fb6..6a6c358bf 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -110,6 +110,16 @@ "label": "Ajuste automático de qualidade", "title": "Ajusta automaticamente a qualidade do vídeo para o nível selecionado." }, + "fallbackQualityStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + }, "select": { "label": "Qualidade do reprodutor", "title": "A qualidade a ser definida para o vídeo" @@ -507,4 +517,4 @@ } } } -} +} From 0b18e3f713cc253c5c4cb078998b65f101a6a990 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 20 May 2024 11:00:55 -0400 Subject: [PATCH 0504/1783] New translations en-us.json (Persian) --- public/locales/fa-IR.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/public/locales/fa-IR.json b/public/locales/fa-IR.json index 15e6b7476..b564891c1 100644 --- a/public/locales/fa-IR.json +++ b/public/locales/fa-IR.json @@ -110,6 +110,16 @@ "label": "Automatic quality adjustment", "title": "Automatically adjusts the video quality to the selected level." }, + "fallbackQualityStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + }, "select": { "label": "Player quality", "title": "The quality to set the video to" @@ -507,4 +517,4 @@ } } } -} +} From e49cc3076f43002f1ea19759e336530af0dd232f Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 20 May 2024 11:00:56 -0400 Subject: [PATCH 0505/1783] New translations en-us.json (Hindi) --- public/locales/hi-IN.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/public/locales/hi-IN.json b/public/locales/hi-IN.json index 58c9e5e06..f1d0558ec 100644 --- a/public/locales/hi-IN.json +++ b/public/locales/hi-IN.json @@ -110,6 +110,16 @@ "label": "Automatic quality adjustment", "title": "Automatically adjusts the video quality to the selected level." }, + "fallbackQualityStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + }, "select": { "label": "Player quality", "title": "The quality to set the video to" @@ -507,4 +517,4 @@ } } } -} +} From 90d3c31e420160144d976d2e7826087282b7c12b Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 20 May 2024 11:00:57 -0400 Subject: [PATCH 0506/1783] New translations en-us.json (English, United Kingdom) --- public/locales/en-GB.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/public/locales/en-GB.json b/public/locales/en-GB.json index 3101b5af6..750eeda23 100644 --- a/public/locales/en-GB.json +++ b/public/locales/en-GB.json @@ -110,6 +110,16 @@ "label": "Automatic quality adjustment", "title": "Automatically adjusts the video quality to the selected level." }, + "fallbackQualityStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + }, "select": { "label": "Player quality", "title": "The quality to set the video to" @@ -507,4 +517,4 @@ } } } -} +} From de8d2d870c8b54a84cb6401570ee993d95e551f0 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 20 May 2024 11:00:58 -0400 Subject: [PATCH 0507/1783] New translations en-us.json (Korean) --- public/locales/ko-KR.json | 520 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 520 insertions(+) create mode 100644 public/locales/ko-KR.json diff --git a/public/locales/ko-KR.json b/public/locales/ko-KR.json new file mode 100644 index 000000000..a8556f75f --- /dev/null +++ b/public/locales/ko-KR.json @@ -0,0 +1,520 @@ +{ + "langCode": "en-US", + "langName": "English (US)", + "messages": { + "resumingVideo": "Resuming video at {{VIDEO_TIME}}", + "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "featureMenu": { + "button": { + "label": "Feature menu" + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Hide end screen cards", + "toggle": { + "off": "Show end screen cards", + "on": "Hide end screen cards" + } + } + }, + "loopButton": { + "button": { + "label": "Loop", + "toggle": { + "off": "Loop off", + "on": "Loop on" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "Maximize", + "toggle": { + "off": "Maximize off", + "on": "Maximize on" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Open transcript" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Decrease Speed to {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Increase Speed to {{SPEED}}" + } + }, + "decreaseLimit": "Can't decrease further ({{SPEED}})", + "increaseLimit": "Can't increase further ({{SPEED}})" + }, + "screenshotButton": { + "button": { + "label": "Screenshot" + }, + "copiedToClipboard": "Screenshot copied to clipboard" + }, + "videoHistory": { + "resumeButton": "Resume", + "resumePrompt": { + "close": "Close" + } + }, + "volumeBoostButton": { + "button": { + "label": "Volume Boost", + "toggle": { + "off": "Volume boost off", + "on": "Volume boost on" + } + } + } + } + }, + "options": { + "notifications": { + "error": { + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", + "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." + } + } + }, + "info": { + "reset": "All options have been reset to their default values.\nYou can now save the changes by clicking the \"Confirm\" button or discard them by closing this page or ignore this notification." + }, + "success": { + "saved": "Options saved." + } + } + } + }, + "settings": { + "clearData": { + "allDataDeleted": "All data has been deleted.", + "confirmAlert": "This will delete all extension data related to options. Continue?" + }, + "sections": { + "automaticQuality": { + "enable": { + "label": "Automatic quality adjustment", + "title": "Automatically adjusts the video quality to the selected level." + }, + "fallbackQualityStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + }, + "select": { + "label": "Player quality", + "title": "The quality to set the video to" + }, + "title": "Automatic quality settings" + }, + "bottomButtons": { + "clear": { + "title": "Clears all data this extension has stored on your machine", + "value": "Clear Data" + }, + "confirm": { + "title": "Confirm setting reset", + "value": "Confirm" + }, + "openTab": { + "title": "Open extension settings in a new tab" + }, + "reset": { + "title": "Resets all settings to their defaults, Click the confirm button to save the changes", + "value": "Reset" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "decreasePlaybackSpeedButton": "Decrease Speed button", + "hideEndScreenCardsButton": "Hide end screen cards button", + "increasePlaybackSpeedButton": "Increase Speed button", + "loopButton": "Loop button", + "maximizePlayerButton": "Maximize button", + "openTranscriptButton": "Open Transcript button", + "screenshotButton": "Screenshot button", + "volumeBoostButton": "Volume Boost button" + }, + "options": { + "below_player": { + "placement": "below the player controls", + "value": "Below Player" + }, + "feature_menu": { + "placement": "in the feature menu", + "value": "Feature Menu" + }, + "player_controls_left": { + "placement": "on the left side of player controls", + "value": "Left Controls" + }, + "player_controls_right": { + "placement": "on the right side of player controls", + "value": "Right Controls" + } + }, + "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Button Placement Settings" + }, + "customCSS": { + "editor": { + "collapse": "Collapse Editor", + "expand": "Expand Editor", + "noProblems": "No problems found." + }, + "enable": { + "label": "Enable custom CSS", + "title": "Enables custom CSS to be applied to the page" + }, + "title": "Custom CSS Settings" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Menu Activation Type", + "options": { + "click": "Click", + "hover": "Hover" + }, + "title": "Select the method to activate the feature menu" + }, + "title": "Feature menu settings" + } + }, + "importExportSettings": { + "exportButton": { + "success": "Settings successfully exported", + "title": "Export settings to a JSON file", + "value": "Export Settings" + }, + "importButton": { + "error": { + "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", + "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" + }, + "success": "Settings imported successfully", + "title": "Import settings from a JSON file", + "value": "Import Settings" + } + }, + "language": { + "select": { + "label": "Language", + "title": "The language to use for the extension" + }, + "title": "Language" + }, + "miscellaneous": { + "features": { + "automaticTheaterMode": { + "label": "Automatic theater mode", + "title": "Automatically enables theater mode when you load a video" + }, + "hideEndScreenCards": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + }, + "hideEndScreenCardsButton": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + }, + "hideLiveStreamChat": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + }, + "hideScrollbar": { + "label": "Hide scrollbar", + "title": "Hides the pages scrollbar" + }, + "hideShorts": { + "label": "Hide shorts", + "title": "Hides all shorts" + }, + "hideTranslateComment": { + "label": "Hide translate comment button", + "title": "Hides 'Translate to Language' button under comments" + }, + "loopButton": { + "label": "Loop button", + "title": "Adds a button to the feature menu to loop the video you're watching" + }, + "maximizePlayerButton": { + "label": "Maximize player button", + "title": "Adds a button to the feature menu to maximize the player" + }, + "openTranscriptButton": { + "label": "Open transcript button", + "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + }, + "openYouTubeSettingsOnHover": { + "label": "Open YouTube settings on hover", + "title": "Opens the YouTube settings menu when you hover over the settings button" + }, + "pauseBackgroundPlayers": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + }, + "remainingTime": { + "label": "Remaining time", + "title": "Shows the remaining time of the video you're watching" + }, + "rememberLastVolume": { + "label": "Remember last volume", + "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + }, + "removeRedirect": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + }, + "shareShortener": { + "label": "Shorten YouTube video share link", + "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + }, + "shortsAutoScroll": { + "label": "Shorts auto scroll", + "title": "Automatically scrolls to the next short" + }, + "skipContinueWatching": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + } + }, + "title": "Miscellaneous settings" + }, + "onScreenDisplaySettings": { + "color": { + "label": "Color", + "options": { + "blue": "Blue", + "green": "Green", + "orange": "Orange", + "pink": "Pink", + "purple": "Purple", + "red": "Red", + "white": "White", + "yellow": "Yellow" + }, + "title": "Select the color for the On-Screen Display" + }, + "hide": { + "label": "Hide Delay", + "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" + }, + "opacity": { + "label": "Opacity", + "title": "Adjust the transparency of the On-Screen Display" + }, + "padding": { + "label": "Padding", + "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." + }, + "position": { + "label": "Position", + "options": { + "bottom_left": "Bottom Left", + "bottom_right": "Bottom Right", + "center": "Center", + "top_left": "Top Left", + "top_right": "Top Right" + }, + "title": "Select the position of the On-Screen Display" + }, + "title": "On-Screen Display Settings", + "type": { + "label": "Type", + "options": { + "circle": "Circle", + "line": "Line", + "no_display": "No display", + "text": "Text" + }, + "title": "Select the type of On-Screen Display" + } + }, + "playbackSpeed": { + "enable": { + "label": "Forced playback speed", + "title": "Sets the video speed to what you choose below" + }, + "playbackSpeedButtons": { + "label": "Playback speed buttons", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + }, + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + }, + "select": { + "label": "Player speed", + "title": "The speed to set the video to" + }, + "title": "Playback speed settings" + }, + "screenshotButton": { + "enable": { + "label": "Screenshot button", + "title": "Adds a button to the player to take a screenshot of the video" + }, + "saveAs": { + "clipboard": "Clipboard", + "file": "File" + }, + "selectFormat": { + "label": "Screenshot format", + "title": "The format to save the screenshot in" + }, + "selectSaveAs": { + "label": "Screenshot save type", + "title": "The screenshot save type" + }, + "title": "Screenshot settings" + }, + "scrollWheelSpeedControl": { + "adjustmentSteps": { + "label": "Speed Change Per Scroll", + "title": "Adjust the speed change per scroll" + }, + "enable": { + "label": "Scroll wheel speed control", + "title": "Press a modifier key to enable speed adjustment with the scroll wheel." + }, + "optionLabel": "{{KEY}} key", + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + }, + "title": "Scroll wheel speed control settings" + }, + "scrollWheelVolumeControl": { + "adjustmentSteps": { + "label": "Volume Change Per Scroll", + "title": "Adjust the volume change per scroll" + }, + "enable": { + "label": "Scroll wheel volume control", + "title": "Lets you use the scroll wheel to control the volume of the video you're watching" + }, + "holdModifierKey": { + "enable": { + "label": "Enable when holding modifier key", + "title": "Press a modifier key to enable volume adjustment with the scroll wheel." + }, + "optionLabel": "{{KEY}} key", + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + } + }, + "holdRightClick": { + "enable": { + "label": "Enable when holding right click", + "title": "Hold right click to enable scroll wheel volume control" + } + }, + "title": "Scroll wheel volume control settings" + }, + "videoHistory": { + "enable": { + "label": "Track watched videos", + "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" + }, + "resumeType": { + "select": { + "label": "Resume type", + "options": { + "automatic": "Automatic", + "prompt": "Prompt" + }, + "title": "Select how you want to resume videos" + } + }, + "title": "Video history settings" + }, + "volumeBoost": { + "boostAmount": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by" + }, + "enable": { + "label": "Volume boost", + "title": "Enable volume boost" + }, + "mode": { + "select": { + "label": "Volume boost mode", + "options": { + "global": "Global", + "perVideo": "Per video" + }, + "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + } + }, + "title": "Volume boost settings" + }, + "youtubeDeepDark": { + "author": "Author", + "co-authors": "Co-authors", + "colors": { + "colorShadow": { + "label": "Shadow color", + "title": "Color for shadows" + }, + "dimmerText": { + "label": "Secondary text color", + "title": "Color for secondary text" + }, + "hoverBackground": { + "label": "Hover background color", + "title": "Color for hover background" + }, + "mainBackground": { + "label": "Main background color", + "title": "Color for main background" + }, + "mainColor": { + "label": "Accent color", + "title": "Color for accent" + }, + "mainText": { + "label": "Main text color", + "title": "Color for main text" + }, + "secondBackground": { + "label": "Secondary background color", + "title": "Color for secondary background" + } + }, + "enable": { + "label": "Enable selected theme", + "title": "Activate the selected theme for the page" + }, + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + }, + "title": "YouTube Deep Dark Settings" + } + } + } +} From c66141bb1416bdf4b83ab22c9a03e682f2f17a81 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 20 May 2024 12:30:13 -0400 Subject: [PATCH 0508/1783] New translations en-us.json (Korean) --- public/locales/ko-KR.json | 52 +++++++++++++++++++-------------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/public/locales/ko-KR.json b/public/locales/ko-KR.json index a8556f75f..ecf8f364a 100644 --- a/public/locales/ko-KR.json +++ b/public/locales/ko-KR.json @@ -1,80 +1,80 @@ { - "langCode": "en-US", - "langName": "English (US)", + "langCode": "ko-KR", + "langName": "한국어", "messages": { - "resumingVideo": "Resuming video at {{VIDEO_TIME}}", - "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" + "resumingVideo": "영상을 {{VIDEO_TIME}} 부터 다시 재생합니다.", + "settingVolume": "볼륨 부스트를 {{VOLUME_BOOST_AMOUNT}} 로 설정합니다." }, "pages": { "content": { "features": { "featureMenu": { "button": { - "label": "Feature menu" + "label": "추가 기능" } }, "hideEndScreenCardsButton": { "button": { - "label": "Hide end screen cards", + "label": "최종 화면 숨기기", "toggle": { - "off": "Show end screen cards", - "on": "Hide end screen cards" + "off": "최종 화면 보기", + "on": "최종 화면 숨기기" } } }, "loopButton": { "button": { - "label": "Loop", + "label": "연속 재생", "toggle": { - "off": "Loop off", - "on": "Loop on" + "off": "연속 재생 끄기", + "on": "연속 재생 켜기" } } }, "maximizePlayerButton": { "button": { - "label": "Maximize", + "label": "화면 크기에 맞추기", "toggle": { - "off": "Maximize off", - "on": "Maximize on" + "off": "끄기", + "on": "켜기" } } }, "openTranscriptButton": { "button": { - "label": "Open transcript" + "label": "스크립트 보기" } }, "playbackSpeedButtons": { "buttons": { "decreasePlaybackSpeedButton": { - "label": "Decrease Speed to {{SPEED}}" + "label": "재생 속도를 {{SPEED}} 로 변경" }, "increasePlaybackSpeedButton": { - "label": "Increase Speed to {{SPEED}}" + "label": "재생 속도를 {{SPEED}} 로 변경" } }, - "decreaseLimit": "Can't decrease further ({{SPEED}})", - "increaseLimit": "Can't increase further ({{SPEED}})" + "decreaseLimit": "({{SPEED}}) 에서 더 줄일 수 없습니다.", + "increaseLimit": "({{SPEED}}) 에서 더 늘릴 수 없습니다." }, "screenshotButton": { "button": { - "label": "Screenshot" + "label": "스크린샷" }, - "copiedToClipboard": "Screenshot copied to clipboard" + "copiedToClipboard": "현재 화면 클립보드에 복사" }, "videoHistory": { - "resumeButton": "Resume", + "resumeButton": "이어서 시청하기", "resumePrompt": { - "close": "Close" + "close": "닫기" } }, "volumeBoostButton": { "button": { - "label": "Volume Boost", + "label": "볼륨 부스트", "toggle": { - "off": "Volume boost off", - "on": "Volume boost on" + "off": "볼륨 부스트 끄기", + "on": "볼륨 부스트 켜기" } } } From 4c35fd634b7159bd8048fa97c5e22d317f4696be Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 20 May 2024 13:35:29 -0400 Subject: [PATCH 0509/1783] New translations en-us.json (Korean) --- public/locales/ko-KR.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/public/locales/ko-KR.json b/public/locales/ko-KR.json index ecf8f364a..720adeec4 100644 --- a/public/locales/ko-KR.json +++ b/public/locales/ko-KR.json @@ -85,30 +85,30 @@ "error": { "scrollWheelHoldModifierKey": { "sameKey": { - "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", - "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." + "speedControl": "중복되는 키가 설정되어 있습니다.", + "volumeControl": "중복되는 키가 설정되어 있습니다." } } }, "info": { - "reset": "All options have been reset to their default values.\nYou can now save the changes by clicking the \"Confirm\" button or discard them by closing this page or ignore this notification." + "reset": "모든 옵션이 기본값으로 재설정되었습니다.\n이제 \"확인\" 버튼를 눌러 변경사항을 저장하거나 이 페이지를 닫아 변경사항을 취소할 수 있습니다." }, "success": { - "saved": "Options saved." + "saved": "저장되었습니다." } } } }, "settings": { "clearData": { - "allDataDeleted": "All data has been deleted.", - "confirmAlert": "This will delete all extension data related to options. Continue?" + "allDataDeleted": "모든 데이터가 삭제되었습니다.", + "confirmAlert": "모든 데이터가 삭제됩니다. 진행할까요?" }, "sections": { "automaticQuality": { "enable": { - "label": "Automatic quality adjustment", - "title": "Automatically adjusts the video quality to the selected level." + "label": "화질 설정", + "title": "영상의 화질이 자동으로 변경됩니다." }, "fallbackQualityStrategy": { "select": { From 1c9baf1e529e3818141689556d7bb24df955157e Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 20 May 2024 16:17:44 -0400 Subject: [PATCH 0510/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index c4dba156c..add2ec753 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -112,12 +112,12 @@ }, "fallbackQualityStrategy": { "select": { - "label": "Quality fallback strategy", + "label": "Strategia ripiego qualità", "options": { - "higher": "Higher", - "lower": "Lower" + "higher": "Più alta", + "lower": "Più bassa" }, - "title": "The strategy to use when the selected quality is not available" + "title": "La strategia da usare quando la qualità selezionata non è disponibile" } }, "select": { From 1c4dd749d55783413c543a7832dc7434f5513180 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 20 May 2024 17:27:22 -0400 Subject: [PATCH 0511/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 44 +++++++++++++++++++-------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index 05ac625fe..499d8abbc 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -15,10 +15,10 @@ }, "hideEndScreenCardsButton": { "button": { - "label": "Hide end screen cards", + "label": "Dölj slutskärmskort", "toggle": { - "off": "Show end screen cards", - "on": "Hide end screen cards" + "off": "Visa slutskärmskort", + "on": "Dölj slutskärmskort" } } }, @@ -54,8 +54,8 @@ "label": "Öka hastigheten med {{SPEED}}" } }, - "decreaseLimit": "Can't decrease further ({{SPEED}})", - "increaseLimit": "Can't increase further ({{SPEED}})" + "decreaseLimit": "Det går inte att sänka mer ({{SPEED}})", + "increaseLimit": "Det går inte att höja mer ({{SPEED}})" }, "screenshotButton": { "button": { @@ -112,12 +112,12 @@ }, "fallbackQualityStrategy": { "select": { - "label": "Quality fallback strategy", + "label": "Reservmetod för kvaliten", "options": { - "higher": "Higher", - "lower": "Lower" + "higher": "Högre", + "lower": "Lägre" }, - "title": "The strategy to use when the selected quality is not available" + "title": "Metod att använda när den valda kvaliteten inte är tillgänglig" } }, "select": { @@ -147,7 +147,7 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "Knapp för att mindska hastigheten", - "hideEndScreenCardsButton": "Hide end screen cards button", + "hideEndScreenCardsButton": "Dölj knappen för slutskärmskort", "increasePlaybackSpeedButton": "Knapp för att öka hastigheten", "loopButton": "Slingknapp", "maximizePlayerButton": "Maximeraknapp", @@ -175,7 +175,7 @@ }, "title": "Placera {{BUTTON_NAME}} {{PLACEMENT}}" }, - "title": "Inställningar för knappplacering" + "title": "Inställningar för knapplacering" }, "customCSS": { "editor": { @@ -232,16 +232,16 @@ "title": "Aktiverar automatiskt teaterläge när du startar en video" }, "hideEndScreenCards": { - "label": "Hide end screen cards", - "title": "Hides the cards at the end of the video" + "label": "Dölj slutskärmskort", + "title": "Döljer korten i slutet av videon" }, "hideEndScreenCardsButton": { - "label": "Hide end screen cards button", - "title": "Adds a button to show/hide the cards at the end of the video" + "label": "Dölj knappen för slutskärmskort", + "title": "Lägger till en knapp för att visa/dölja korten i slutet av videon" }, "hideLiveStreamChat": { - "label": "Hide live stream chat", - "title": "Hides the live stream chat" + "label": "Dölj direktströmschatt", + "title": "Döljer direktströmschatten" }, "hideScrollbar": { "label": "Dölj rullningslisten", @@ -252,8 +252,8 @@ "title": "Döljer alla shorts" }, "hideTranslateComment": { - "label": "Hide translate comment button", - "title": "Hides 'Translate to Language' button under comments" + "label": "Dölj översättning av kommentarer", + "title": "Döljer knappen 'Översätt till språk' under kommentarer" }, "loopButton": { "label": "Slingknapp", @@ -296,8 +296,8 @@ "title": "Rullar automatiskt till nästa shorts" }, "skipContinueWatching": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" + "label": "Hoppa över \"Videon är pausad. Fortsätt titta?\"", + "title": "Hoppa över dialogrutan som pausar videouppspelningen" } }, "title": "Övriga inställningar" @@ -344,7 +344,7 @@ "type": { "label": "Typ", "options": { - "circle": "Circle", + "circle": "Cirkel", "line": "Rad", "no_display": "Ingen visning", "text": "Text" From c86836cc24f6c4aedb387690e01fad4389f12864 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 20 May 2024 21:52:11 -0400 Subject: [PATCH 0512/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index 499d8abbc..fc8e39059 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -48,10 +48,10 @@ "playbackSpeedButtons": { "buttons": { "decreasePlaybackSpeedButton": { - "label": "Minska hastigheten med {{SPEED}}" + "label": "Minska hastigheten till {{SPEED}}" }, "increasePlaybackSpeedButton": { - "label": "Öka hastigheten med {{SPEED}}" + "label": "Öka hastigheten till {{SPEED}}" } }, "decreaseLimit": "Det går inte att sänka mer ({{SPEED}})", From e434eeb7cbb3cb2e7d0ef90a01f47d586ad068f1 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 21 May 2024 04:28:07 -0400 Subject: [PATCH 0513/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index da4153e40..d30f1ce5d 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -112,12 +112,12 @@ }, "fallbackQualityStrategy": { "select": { - "label": "Quality fallback strategy", + "label": "质量回退策略", "options": { - "higher": "Higher", - "lower": "Lower" + "higher": "升高", + "lower": "降低" }, - "title": "The strategy to use when the selected quality is not available" + "title": "当所选质量不可用时使用的策略" } }, "select": { From 5151afd8cd13509968ad7c2fb4ffbdddde55087f Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 21 May 2024 06:32:10 -0400 Subject: [PATCH 0514/1783] New translations en-us.json (Korean) --- public/locales/ko-KR.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/ko-KR.json b/public/locales/ko-KR.json index 720adeec4..919e430b0 100644 --- a/public/locales/ko-KR.json +++ b/public/locales/ko-KR.json @@ -121,10 +121,10 @@ } }, "select": { - "label": "Player quality", + "label": "동영상 화질", "title": "The quality to set the video to" }, - "title": "Automatic quality settings" + "title": "동영상 화질 자동 변경" }, "bottomButtons": { "clear": { From b82056a6887053d2b33eb13cbbb9b628d336fb36 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 21 May 2024 07:29:36 -0400 Subject: [PATCH 0515/1783] New translations en-us.json (Korean) --- public/locales/ko-KR.json | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/public/locales/ko-KR.json b/public/locales/ko-KR.json index 919e430b0..aa998241d 100644 --- a/public/locales/ko-KR.json +++ b/public/locales/ko-KR.json @@ -122,38 +122,38 @@ }, "select": { "label": "동영상 화질", - "title": "The quality to set the video to" + "title": "항상 선택한 화질로 동영상이 재생됩니다." }, "title": "동영상 화질 자동 변경" }, "bottomButtons": { "clear": { - "title": "Clears all data this extension has stored on your machine", - "value": "Clear Data" + "title": "확장과 관련된 데이터를 PC에서 모두 삭제합니다.", + "value": "데이터 삭제" }, "confirm": { - "title": "Confirm setting reset", - "value": "Confirm" + "title": "작업을 진행하려면 다시 누르세요", + "value": "확인" }, "openTab": { - "title": "Open extension settings in a new tab" + "title": "새 탭에서 설정 열기" }, "reset": { - "title": "Resets all settings to their defaults, Click the confirm button to save the changes", - "value": "Reset" + "title": "모든 설정을 기본값으로 변경합니다. 진행을 원하시면 확인을 누르세요", + "value": "초기화" } }, "buttonPlacement": { "select": { "buttonNames": { - "decreasePlaybackSpeedButton": "Decrease Speed button", - "hideEndScreenCardsButton": "Hide end screen cards button", - "increasePlaybackSpeedButton": "Increase Speed button", - "loopButton": "Loop button", - "maximizePlayerButton": "Maximize button", - "openTranscriptButton": "Open Transcript button", - "screenshotButton": "Screenshot button", - "volumeBoostButton": "Volume Boost button" + "decreasePlaybackSpeedButton": "속도 조절 버튼", + "hideEndScreenCardsButton": "최종 화면 숨기기", + "increasePlaybackSpeedButton": "속도 조절 버튼", + "loopButton": "연속 재생 버튼", + "maximizePlayerButton": "화면 크기에 맞추기 버튼", + "openTranscriptButton": "스크립트 보기 버튼", + "screenshotButton": "스크린샷 버튼", + "volumeBoostButton": "볼륨 부스트 버튼" }, "options": { "below_player": { @@ -161,8 +161,8 @@ "value": "Below Player" }, "feature_menu": { - "placement": "in the feature menu", - "value": "Feature Menu" + "placement": "추가 기능 버튼", + "value": "추가 기능" }, "player_controls_left": { "placement": "on the left side of player controls", From 256c489b65faa8568f7bb9493c605fe88e554db2 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 21 May 2024 08:52:17 -0400 Subject: [PATCH 0516/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index e807610e7..c3ae12c24 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -114,8 +114,8 @@ "select": { "label": "Quality fallback strategy", "options": { - "higher": "Higher", - "lower": "Lower" + "higher": "Daha yüksek", + "lower": "Daha düşük" }, "title": "The strategy to use when the selected quality is not available" } From f46c7e7acc4423a9a12f0b0fb39bd6aed042025b Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 21 May 2024 08:52:18 -0400 Subject: [PATCH 0517/1783] New translations en-us.json (Korean) --- public/locales/ko-KR.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/public/locales/ko-KR.json b/public/locales/ko-KR.json index aa998241d..f4ca93655 100644 --- a/public/locales/ko-KR.json +++ b/public/locales/ko-KR.json @@ -184,29 +184,29 @@ "noProblems": "No problems found." }, "enable": { - "label": "Enable custom CSS", + "label": "CSS 커스텀 활성화", "title": "Enables custom CSS to be applied to the page" }, - "title": "Custom CSS Settings" + "title": "커스텀 CSS 설정" }, "featureMenu": { "openType": { "select": { "label": "Menu Activation Type", "options": { - "click": "Click", - "hover": "Hover" + "click": "클릭 시", + "hover": "마우스 올릴 때" }, - "title": "Select the method to activate the feature menu" + "title": "추가 기능 메뉴를 어떤 방식으로 열지 선택하세요" }, - "title": "Feature menu settings" + "title": "추가 기능 설정" } }, "importExportSettings": { "exportButton": { - "success": "Settings successfully exported", - "title": "Export settings to a JSON file", - "value": "Export Settings" + "success": "설정을 성공적으로 내보냈습니다.", + "title": "설정 JSON로 내보내기", + "value": "설정 내보내기" }, "importButton": { "error": { @@ -220,16 +220,16 @@ }, "language": { "select": { - "label": "Language", + "label": "언어", "title": "The language to use for the extension" }, - "title": "Language" + "title": "언어" }, "miscellaneous": { "features": { "automaticTheaterMode": { - "label": "Automatic theater mode", - "title": "Automatically enables theater mode when you load a video" + "label": "자동 극장 모드", + "title": "동영상 재생 시 자동으로 극장 모드가 활성화 됩니다." }, "hideEndScreenCards": { "label": "Hide end screen cards", From ec650af7c4fbf18a1063f56beaad80c33a5ea856 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 22 May 2024 02:11:17 -0400 Subject: [PATCH 0518/1783] New translations en-us.json (Korean) --- public/locales/ko-KR.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/public/locales/ko-KR.json b/public/locales/ko-KR.json index f4ca93655..65462ed1a 100644 --- a/public/locales/ko-KR.json +++ b/public/locales/ko-KR.json @@ -215,13 +215,13 @@ }, "success": "Settings imported successfully", "title": "Import settings from a JSON file", - "value": "Import Settings" + "value": "설정 불러오기" } }, "language": { "select": { "label": "언어", - "title": "The language to use for the extension" + "title": "이곳에서 언어를 변경할 수 있습니다." }, "title": "언어" }, @@ -232,19 +232,19 @@ "title": "동영상 재생 시 자동으로 극장 모드가 활성화 됩니다." }, "hideEndScreenCards": { - "label": "Hide end screen cards", - "title": "Hides the cards at the end of the video" + "label": "최종 화면 숨기기", + "title": "동영상 마지막에 등장하는 추천 동영상 카드들을 숨깁니다." }, "hideEndScreenCardsButton": { - "label": "Hide end screen cards button", - "title": "Adds a button to show/hide the cards at the end of the video" + "label": "최종 화면 숨기기 버튼", + "title": "동영상 마지막에 등장하는 추천 동영상 카드들을 숨기거나 표시합니다." }, "hideLiveStreamChat": { - "label": "Hide live stream chat", - "title": "Hides the live stream chat" + "label": "실시간 채팅 숨기기", + "title": "실시간 채팅 레이아웃을 숨깁니다." }, "hideScrollbar": { - "label": "Hide scrollbar", + "label": "스크롤바 숨기기", "title": "Hides the pages scrollbar" }, "hideShorts": { From 63de9e28fd6c724f31be23d0aeaff8f2a3c0eba4 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 22 May 2024 04:19:48 -0400 Subject: [PATCH 0519/1783] New translations en-us.json (Korean) --- public/locales/ko-KR.json | 312 +++++++++++++++++++------------------- 1 file changed, 156 insertions(+), 156 deletions(-) diff --git a/public/locales/ko-KR.json b/public/locales/ko-KR.json index 65462ed1a..947cd07ea 100644 --- a/public/locales/ko-KR.json +++ b/public/locales/ko-KR.json @@ -112,12 +112,12 @@ }, "fallbackQualityStrategy": { "select": { - "label": "Quality fallback strategy", + "label": "화질 대체", "options": { - "higher": "Higher", - "lower": "Lower" + "higher": "높음", + "lower": "낮음" }, - "title": "The strategy to use when the selected quality is not available" + "title": "선택한 화질을 사용할 수 없을 때 다음 방법을 사용합니다." } }, "select": { @@ -157,45 +157,45 @@ }, "options": { "below_player": { - "placement": "below the player controls", - "value": "Below Player" + "placement": "플레이어 컨트롤 아래", + "value": "아래" }, "feature_menu": { "placement": "추가 기능 버튼", "value": "추가 기능" }, "player_controls_left": { - "placement": "on the left side of player controls", - "value": "Left Controls" + "placement": "플레이어 컨트롤의 왼쪽", + "value": "왼쪽" }, "player_controls_right": { - "placement": "on the right side of player controls", - "value": "Right Controls" + "placement": "플레이어 컨트롤의 오른쪽", + "value": "오른쪽" } }, - "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + "title": "{{BUTTON_NAME}} 을 {{PLACEMENT}} 에 배치하세요" }, - "title": "Button Placement Settings" + "title": "버튼 배치 설정" }, "customCSS": { "editor": { - "collapse": "Collapse Editor", - "expand": "Expand Editor", - "noProblems": "No problems found." + "collapse": "편집기 축소", + "expand": "편집기 확대", + "noProblems": "발견된 문제가 없습니다." }, "enable": { "label": "CSS 커스텀 활성화", - "title": "Enables custom CSS to be applied to the page" + "title": "커스텀 CSS를 적용할 수 있습니다." }, "title": "커스텀 CSS 설정" }, "featureMenu": { "openType": { "select": { - "label": "Menu Activation Type", + "label": "메뉴 활성화 방식", "options": { "click": "클릭 시", - "hover": "마우스 올릴 때" + "hover": "마우스 커서를 올릴 때" }, "title": "추가 기능 메뉴를 어떤 방식으로 열지 선택하세요" }, @@ -210,12 +210,12 @@ }, "importButton": { "error": { - "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", - "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" + "unknown": "설정 가져오기에 오류가 있습니다. 파일 형식을 확인하십시오.", + "validation": "설정 가져 오기에 오류가 있습니다. 파일 형식을 확인하십시오.\n{{ERROR_MESSAGE}}" }, - "success": "Settings imported successfully", - "title": "Import settings from a JSON file", - "value": "설정 불러오기" + "success": "설정 파일을 성공적으로 가져왔습니다.", + "title": "JSON 파일에서 설정 가져오기", + "value": "설정 가져오기" } }, "language": { @@ -245,275 +245,275 @@ }, "hideScrollbar": { "label": "스크롤바 숨기기", - "title": "Hides the pages scrollbar" + "title": "스크롤바를 숨깁니다. 깔끔한 느낌을 받으시려면 키세요" }, "hideShorts": { - "label": "Hide shorts", - "title": "Hides all shorts" + "label": "쇼츠 숨기기", + "title": "쇼츠 동영상들을 숨깁니다." }, "hideTranslateComment": { - "label": "Hide translate comment button", - "title": "Hides 'Translate to Language' button under comments" + "label": "댓글 번역 버튼 숨기기", + "title": "댓글 아래에 표시되는 번역 버튼을 숨깁니다." }, "loopButton": { - "label": "Loop button", - "title": "Adds a button to the feature menu to loop the video you're watching" + "label": "연속 재생 버튼", + "title": "추가 기능 메뉴에 \"연속 재생\" 버튼을 추가합니다." }, "maximizePlayerButton": { - "label": "Maximize player button", - "title": "Adds a button to the feature menu to maximize the player" + "label": "화면 크기에 맞추기 버튼", + "title": "추가 기능 메뉴에 \"화면 크기에 맞추기\" 버튼을 추가합니다." }, "openTranscriptButton": { - "label": "Open transcript button", - "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + "label": "스크립트 보기 버튼", + "title": "추가 기능 메뉴에 \"스크립트 보기\" 버튼을 추가합니다." }, "openYouTubeSettingsOnHover": { - "label": "Open YouTube settings on hover", - "title": "Opens the YouTube settings menu when you hover over the settings button" + "label": "마우스 커서를 올려 유튜브 설정 열기", + "title": "설정 버튼 위로 마우스 커서를 올리면 유튜브 설정 메뉴를 엽니다." }, "pauseBackgroundPlayers": { - "label": "Pause background players", - "title": "Pauses video players in background tabs when you start a new player in foreground tab" + "label": "백그라운드 플레이어 일시 중지", + "title": "다른 탭에서 동영상을 재생할 때 이전 탭의 동영상 플레이어를 일시 중지합니다." }, "remainingTime": { - "label": "Remaining time", - "title": "Shows the remaining time of the video you're watching" + "label": "남은 시간 표시", + "title": "현재 동영상의 남은 시간을 표시합니다." }, "rememberLastVolume": { - "label": "Remember last volume", - "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + "label": "마지막 볼륨 기억", + "title": "마지막으로 본 동영상의 볼륨이 다른 동영상에서도 유지됩니다." }, "removeRedirect": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + "label": "유튜브 / 리디렉션 URL 제거", + "title": "리디렉션 경고 대화를 건너뛰고 실제 URL로 유튜브 리디렉션을 대체합니다." }, "shareShortener": { - "label": "Shorten YouTube video share link", - "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + "label": "유튜브 동영상 공유 링크 짧게하기", + "title": "si/feature 매개 변수를 제거하여 유튜브 동영상 공유 링크를 단축(youtu.be)" }, "shortsAutoScroll": { - "label": "Shorts auto scroll", - "title": "Automatically scrolls to the next short" + "label": "쇼츠 동영상 자동 스크롤", + "title": "재생이 완료되면 다음 쇼츠로 넘어갑니다." }, "skipContinueWatching": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" + "label": "'동영상이 일시중지되었습니다. 이어서 시청하시겠어요?' 팝업 스킵", + "title": "'동영상이 일시중지되었습니다. 이어서 시청하시겠어요?' 팝업을 자동으로 스킵하여 끊김 없는 재생을 유지합니다." } }, - "title": "Miscellaneous settings" + "title": "기타 설정" }, "onScreenDisplaySettings": { "color": { - "label": "Color", + "label": "색상", "options": { - "blue": "Blue", - "green": "Green", - "orange": "Orange", - "pink": "Pink", - "purple": "Purple", - "red": "Red", - "white": "White", - "yellow": "Yellow" + "blue": "블루", + "green": "그린", + "orange": "오렌지", + "pink": "핑크", + "purple": "퍼플", + "red": "레드", + "white": "화이트", + "yellow": "옐로우" }, - "title": "Select the color for the On-Screen Display" + "title": "화면에 속도 조절 등의 알림을 표시하는 텍스트 색상을 변경합니다." }, "hide": { - "label": "Hide Delay", - "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" + "label": "사라지는 시간", + "title": "온 스크린 디스플레이가 몇초 후에 사라지는지 설정합니다." }, "opacity": { - "label": "Opacity", - "title": "Adjust the transparency of the On-Screen Display" + "label": "투명도", + "title": "온 스크린 디스플레이의 투명도 조절" }, "padding": { - "label": "Padding", - "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." + "label": "여백", + "title": "온 스크린 디스플레이의 주변 여백을 픽셀 단위로 조절합니다." }, "position": { - "label": "Position", + "label": "위치", "options": { - "bottom_left": "Bottom Left", - "bottom_right": "Bottom Right", - "center": "Center", - "top_left": "Top Left", - "top_right": "Top Right" + "bottom_left": "왼쪽 아래", + "bottom_right": "오른쪽 아래", + "center": "가운데", + "top_left": "왼쪽 위", + "top_right": "오른쪽 위" }, - "title": "Select the position of the On-Screen Display" + "title": "온 스크린 디스플레이의 위치를 선택하세요" }, - "title": "On-Screen Display Settings", + "title": "온 스크린 디스플레이 설정", "type": { - "label": "Type", + "label": "유형", "options": { - "circle": "Circle", - "line": "Line", - "no_display": "No display", - "text": "Text" + "circle": "원형", + "line": "선", + "no_display": "표시 안 함", + "text": "텍스트" }, - "title": "Select the type of On-Screen Display" + "title": "온 스크린 디스플레이가 어떻게 표시될지 선택합니다." } }, "playbackSpeed": { "enable": { - "label": "Forced playback speed", - "title": "Sets the video speed to what you choose below" + "label": "재생 속도 고정", + "title": "동영상 재생 속도를 아래에서 선택한 속도로 설정합니다." }, "playbackSpeedButtons": { - "label": "Playback speed buttons", + "label": "재생 속도 버튼", "select": { - "label": "Playback buttons speed", - "title": "Amount of speed to be changed per click" + "label": "재생 속도 버튼", + "title": "클릭당 변경되는 속도 단위" }, - "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + "title": "보고있는 동영상의 재생 속도를 변경하기 위한 버튼 추가" }, "select": { - "label": "Player speed", - "title": "The speed to set the video to" + "label": "플레이어 속도", + "title": "동영상의 속도를 변경합니다." }, - "title": "Playback speed settings" + "title": "재생 속도 설정" }, "screenshotButton": { "enable": { - "label": "Screenshot button", - "title": "Adds a button to the player to take a screenshot of the video" + "label": "스크린샷 버튼", + "title": "현재 화면을 캡처하기 위한 스크린샷 버튼을 추가합니다." }, "saveAs": { - "clipboard": "Clipboard", - "file": "File" + "clipboard": "클립보드로 복사", + "file": "파일로 저장" }, "selectFormat": { - "label": "Screenshot format", - "title": "The format to save the screenshot in" + "label": "캡처 방법", + "title": "스크린샷을 저장하는 방식" }, "selectSaveAs": { - "label": "Screenshot save type", - "title": "The screenshot save type" + "label": "스크린샷 저장 방식", + "title": "현재 화면을 클립보드에 복사, 파일로 저장 두 가지 옵션이 있습니다." }, - "title": "Screenshot settings" + "title": "스크린샷 설정" }, "scrollWheelSpeedControl": { "adjustmentSteps": { - "label": "Speed Change Per Scroll", - "title": "Adjust the speed change per scroll" + "label": "스크롤 당 속도 변경", + "title": "스크롤에 따라 속도가 조절됩니다." }, "enable": { - "label": "Scroll wheel speed control", - "title": "Press a modifier key to enable speed adjustment with the scroll wheel." + "label": "스크롤 휠로 속도 제어", + "title": "스크롤 휠을 사용해 속도를 조절하려면 이 옵션을 사용하세요" }, - "optionLabel": "{{KEY}} key", + "optionLabel": "{{KEY}}", "select": { - "label": "Modifier key", - "title": "The modifier key to use" + "label": "보조 키", + "title": "보조 키와 함께 사용해야 작동이 됩니다." }, - "title": "Scroll wheel speed control settings" + "title": "스크롤 휠 속도 제어 설정" }, "scrollWheelVolumeControl": { "adjustmentSteps": { - "label": "Volume Change Per Scroll", - "title": "Adjust the volume change per scroll" + "label": "스크롤 당 볼륨 조절", + "title": "스크롤에 따라 볼륨이 조절됩니다." }, "enable": { - "label": "Scroll wheel volume control", - "title": "Lets you use the scroll wheel to control the volume of the video you're watching" + "label": "스크롤로 볼륨 조절", + "title": "스크롤 휠을 사용하여 보고 있는 동영상의 볼륨을 조절할 수 있습니다." }, "holdModifierKey": { "enable": { - "label": "Enable when holding modifier key", - "title": "Press a modifier key to enable volume adjustment with the scroll wheel." + "label": "보조 키를 누를 때 활성화", + "title": "보조 키와 함께 사용해야 작동합니다." }, - "optionLabel": "{{KEY}} key", + "optionLabel": "{{KEY}}", "select": { - "label": "Modifier key", - "title": "The modifier key to use" + "label": "보조 키", + "title": "보조 키와 함께 사용해야 작동합니다." } }, "holdRightClick": { "enable": { - "label": "Enable when holding right click", - "title": "Hold right click to enable scroll wheel volume control" + "label": "마우스 오른쪽 버튼을 누른 상태에서 활성화", + "title": "우클릭 상태로 스크롤 하세요" } }, - "title": "Scroll wheel volume control settings" + "title": "스크롤 휠로 볼륨 조절 설정" }, "videoHistory": { "enable": { - "label": "Track watched videos", - "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" + "label": "시청한 동영상 기억", + "title": "동영상의 중단된 위치를 기억하고 이어서 시청할 수 있습니다." }, "resumeType": { "select": { - "label": "Resume type", + "label": "이어서 시청하기", "options": { - "automatic": "Automatic", - "prompt": "Prompt" + "automatic": "자동", + "prompt": "팝업 클릭" }, - "title": "Select how you want to resume videos" + "title": "이어서 시청하는 방법 선택" } }, - "title": "Video history settings" + "title": "동영상 시청 기록 설정" }, "volumeBoost": { "boostAmount": { - "label": "Volume boost amount (dB)", - "title": "The amount to boost the volume by" + "label": "부피 부스트(dB)", + "title": "높을 수록 소리가 커집니다." }, "enable": { - "label": "Volume boost", - "title": "Enable volume boost" + "label": "볼륨 부스트", + "title": "볼륨 부스트 켜기" }, "mode": { "select": { - "label": "Volume boost mode", + "label": "볼륨 부스트 적용 방법", "options": { - "global": "Global", - "perVideo": "Per video" + "global": "전체", + "perVideo": "개별 동영상" }, - "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + "title": "볼륨 부스트 활성화 방법을 선택하십시오. '개별 동영상'을 사용하면 추가 기능 메뉴에서 각 비디오를 개별적으로 적용할 수 있습니다. 전체'를 선택하면 이 모든 동영상에 적용됩니다." } }, - "title": "Volume boost settings" + "title": "볼륨 부스트 설정" }, "youtubeDeepDark": { - "author": "Author", - "co-authors": "Co-authors", + "author": "개발자", + "co-authors": "도와주신분들", "colors": { "colorShadow": { - "label": "Shadow color", - "title": "Color for shadows" + "label": "그림자 색상", + "title": "그림자 색상" }, "dimmerText": { - "label": "Secondary text color", - "title": "Color for secondary text" + "label": "보조 텍스트 색상", + "title": "보조 텍스트의 색상" }, "hoverBackground": { - "label": "Hover background color", - "title": "Color for hover background" + "label": "마우스 커서를 올렸을 때 색상", + "title": "마우스 커서를 올렸을 때의 색상을 변경합니다." }, "mainBackground": { - "label": "Main background color", - "title": "Color for main background" + "label": "메인 배경 색상", + "title": "메인 백그라운드 색상을 변경합니다." }, "mainColor": { - "label": "Accent color", - "title": "Color for accent" + "label": "강조 색상", + "title": "강조할 색상을 선택하세요" }, "mainText": { - "label": "Main text color", - "title": "Color for main text" + "label": "메인 텍스트 색상", + "title": "메인 텍스트 색상을 변경합니다." }, "secondBackground": { - "label": "Secondary background color", - "title": "Color for secondary background" + "label": "보조 배경 색상", + "title": "보조 배경의 색상을 변경합니다." } }, "enable": { - "label": "Enable selected theme", - "title": "Activate the selected theme for the page" + "label": "선택한 테마 사용", + "title": "선택한 테마를 활성화합니다." }, "select": { - "label": "Select theme", - "title": "Select a theme to be applied to the page" + "label": "테마 선택", + "title": "적용할 테마를 선택하세요" }, - "title": "YouTube Deep Dark Settings" + "title": "유튜브 딥 다크 설정" } } } From a736fe2a89b5e47bbabc4d443f92a263fd7c9d46 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 22 May 2024 08:57:21 -0400 Subject: [PATCH 0520/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index d8865c3f7..e2fc00860 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -112,10 +112,10 @@ }, "fallbackQualityStrategy": { "select": { - "label": "Quality fallback strategy", + "label": "Стратегия восстановления качества", "options": { - "higher": "Higher", - "lower": "Lower" + "higher": "Выше", + "lower": "Ниже" }, "title": "The strategy to use when the selected quality is not available" } From 38e52effe1515e0ca23a1f35fc995ff49f89074c Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 22 May 2024 10:49:44 -0400 Subject: [PATCH 0521/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index e2fc00860..30ebf19d7 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -117,7 +117,7 @@ "higher": "Выше", "lower": "Ниже" }, - "title": "The strategy to use when the selected quality is not available" + "title": "Какую стратегию использовать, когда выбранное качество недоступно" } }, "select": { From ebe23154e6bb528488bd910b1101daf5453dce29 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 23 May 2024 03:49:59 -0400 Subject: [PATCH 0522/1783] New translations en-us.json (French) --- public/locales/fr-FR.json | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/public/locales/fr-FR.json b/public/locales/fr-FR.json index 572561c64..2517b8b4e 100644 --- a/public/locales/fr-FR.json +++ b/public/locales/fr-FR.json @@ -13,6 +13,16 @@ "label": "Feature menu" } }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Fast forward by {{TIME}}" + }, + "rewindButton": { + "label": "Rewind by {{TIME}}" + } + } + }, "hideEndScreenCardsButton": { "button": { "label": "Hide end screen cards", @@ -147,11 +157,13 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "Decrease Speed button", + "forwardButton": "Fast Forward button", "hideEndScreenCardsButton": "Hide end screen cards button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", "maximizePlayerButton": "Maximize button", "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind button", "screenshotButton": "Screenshot button", "volumeBoostButton": "Volume Boost button" }, @@ -202,6 +214,17 @@ "title": "Paramètres du menu de fonctionnalités" } }, + "forwardRewindButtons": { + "enable": { + "label": "Enable forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + }, + "title": "Forward/rewind button settings" + }, "importExportSettings": { "exportButton": { "success": "Réglages exportés avec succès", @@ -517,4 +540,4 @@ } } } -} +} From c04b7f0df156e011038dff8ccac2c825b7c608ca Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 23 May 2024 03:50:00 -0400 Subject: [PATCH 0523/1783] New translations en-us.json (Spanish) --- public/locales/es-ES.json | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index de5ee8903..2aa9f3757 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -13,6 +13,16 @@ "label": "Feature menu" } }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Fast forward by {{TIME}}" + }, + "rewindButton": { + "label": "Rewind by {{TIME}}" + } + } + }, "hideEndScreenCardsButton": { "button": { "label": "Hide end screen cards", @@ -147,11 +157,13 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "Decrease Speed button", + "forwardButton": "Fast Forward button", "hideEndScreenCardsButton": "Hide end screen cards button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Botón de repetición", "maximizePlayerButton": "Maximizar botón", "openTranscriptButton": "Abrir botón de transcripción", + "rewindButton": "Rewind button", "screenshotButton": "Botón de captura de pantalla", "volumeBoostButton": "Botón Aumento de Volumen" }, @@ -202,6 +214,17 @@ "title": "Configuración del menú" } }, + "forwardRewindButtons": { + "enable": { + "label": "Enable forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + }, + "title": "Forward/rewind button settings" + }, "importExportSettings": { "exportButton": { "success": "Ajustes exportados correctamente", @@ -517,4 +540,4 @@ } } } -} +} From a2163ad743e4fc68214a4ee71d515e8551159903 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 23 May 2024 03:50:01 -0400 Subject: [PATCH 0524/1783] New translations en-us.json (Catalan) --- public/locales/ca-ES.json | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/public/locales/ca-ES.json b/public/locales/ca-ES.json index 560512b0b..f146e7b5c 100644 --- a/public/locales/ca-ES.json +++ b/public/locales/ca-ES.json @@ -13,6 +13,16 @@ "label": "Feature menu" } }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Fast forward by {{TIME}}" + }, + "rewindButton": { + "label": "Rewind by {{TIME}}" + } + } + }, "hideEndScreenCardsButton": { "button": { "label": "Hide end screen cards", @@ -147,11 +157,13 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "Decrease Speed button", + "forwardButton": "Fast Forward button", "hideEndScreenCardsButton": "Hide end screen cards button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", "maximizePlayerButton": "Maximize button", "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind button", "screenshotButton": "Screenshot button", "volumeBoostButton": "Volume Boost button" }, @@ -202,6 +214,17 @@ "title": "Feature menu settings" } }, + "forwardRewindButtons": { + "enable": { + "label": "Enable forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + }, + "title": "Forward/rewind button settings" + }, "importExportSettings": { "exportButton": { "success": "Settings successfully exported", @@ -517,4 +540,4 @@ } } } -} +} From 46619df5639412076d71a202f9efc6d9e05a9610 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 23 May 2024 03:50:02 -0400 Subject: [PATCH 0525/1783] New translations en-us.json (Czech) --- public/locales/cs-CZ.json | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/public/locales/cs-CZ.json b/public/locales/cs-CZ.json index db2f9ac3d..65011cdbd 100644 --- a/public/locales/cs-CZ.json +++ b/public/locales/cs-CZ.json @@ -13,6 +13,16 @@ "label": "Feature menu" } }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Fast forward by {{TIME}}" + }, + "rewindButton": { + "label": "Rewind by {{TIME}}" + } + } + }, "hideEndScreenCardsButton": { "button": { "label": "Hide end screen cards", @@ -147,11 +157,13 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "Decrease Speed button", + "forwardButton": "Fast Forward button", "hideEndScreenCardsButton": "Hide end screen cards button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", "maximizePlayerButton": "Maximize button", "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind button", "screenshotButton": "Screenshot button", "volumeBoostButton": "Volume Boost button" }, @@ -202,6 +214,17 @@ "title": "Feature menu settings" } }, + "forwardRewindButtons": { + "enable": { + "label": "Enable forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + }, + "title": "Forward/rewind button settings" + }, "importExportSettings": { "exportButton": { "success": "Settings successfully exported", @@ -517,4 +540,4 @@ } } } -} +} From fc61fbe8a403649eb1a6c85f9dd6ec835cfbc115 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 23 May 2024 03:50:03 -0400 Subject: [PATCH 0526/1783] New translations en-us.json (German) --- public/locales/de-DE.json | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/public/locales/de-DE.json b/public/locales/de-DE.json index 6918fd804..d127bfbfd 100644 --- a/public/locales/de-DE.json +++ b/public/locales/de-DE.json @@ -13,6 +13,16 @@ "label": "Feature menu" } }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Fast forward by {{TIME}}" + }, + "rewindButton": { + "label": "Rewind by {{TIME}}" + } + } + }, "hideEndScreenCardsButton": { "button": { "label": "Hide end screen cards", @@ -147,11 +157,13 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "Decrease Speed button", + "forwardButton": "Fast Forward button", "hideEndScreenCardsButton": "Hide end screen cards button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", "maximizePlayerButton": "Maximize button", "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind button", "screenshotButton": "Screenshot button", "volumeBoostButton": "Volume Boost button" }, @@ -202,6 +214,17 @@ "title": "Feature menu settings" } }, + "forwardRewindButtons": { + "enable": { + "label": "Enable forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + }, + "title": "Forward/rewind button settings" + }, "importExportSettings": { "exportButton": { "success": "Einstellungen erfolgreich exportiert", @@ -517,4 +540,4 @@ } } } -} +} From 4cabdfddb220777da3dac7dac2d0a170c5e1dae5 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 23 May 2024 03:50:04 -0400 Subject: [PATCH 0527/1783] New translations en-us.json (Hebrew) --- public/locales/he-IL.json | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/public/locales/he-IL.json b/public/locales/he-IL.json index 7cc79c57d..7dd4b3ef2 100644 --- a/public/locales/he-IL.json +++ b/public/locales/he-IL.json @@ -13,6 +13,16 @@ "label": "Feature menu" } }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Fast forward by {{TIME}}" + }, + "rewindButton": { + "label": "Rewind by {{TIME}}" + } + } + }, "hideEndScreenCardsButton": { "button": { "label": "Hide end screen cards", @@ -147,11 +157,13 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "Decrease Speed button", + "forwardButton": "Fast Forward button", "hideEndScreenCardsButton": "Hide end screen cards button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", "maximizePlayerButton": "Maximize button", "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind button", "screenshotButton": "Screenshot button", "volumeBoostButton": "Volume Boost button" }, @@ -202,6 +214,17 @@ "title": "Feature menu settings" } }, + "forwardRewindButtons": { + "enable": { + "label": "Enable forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + }, + "title": "Forward/rewind button settings" + }, "importExportSettings": { "exportButton": { "success": "Settings successfully exported", @@ -517,4 +540,4 @@ } } } -} +} From f9e9f864365c7181717d264b4f9c31bc40504f6d Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 23 May 2024 03:50:05 -0400 Subject: [PATCH 0528/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index add2ec753..01b98a7b9 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -13,6 +13,16 @@ "label": "Menu' funzioni" } }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Fast forward by {{TIME}}" + }, + "rewindButton": { + "label": "Rewind by {{TIME}}" + } + } + }, "hideEndScreenCardsButton": { "button": { "label": "Nascondi le schede finali", @@ -147,11 +157,13 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "Pulsante Riduci velocità", + "forwardButton": "Fast Forward button", "hideEndScreenCardsButton": "Pulsante Nascondi schede finali", "increasePlaybackSpeedButton": "Pulsante Aumenta velocità", "loopButton": "Pulsante Ripeti", "maximizePlayerButton": "Pulsante Massimizza", "openTranscriptButton": "Pulsante Apri trascrizione", + "rewindButton": "Rewind button", "screenshotButton": "Pulsante Schermata", "volumeBoostButton": "Pulsante Aumento volume" }, @@ -202,6 +214,17 @@ "title": "Impostazioni menu' funzioni" } }, + "forwardRewindButtons": { + "enable": { + "label": "Enable forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + }, + "title": "Forward/rewind button settings" + }, "importExportSettings": { "exportButton": { "success": "Impostazioni esportate correttamente", @@ -517,4 +540,4 @@ } } } -} +} From 14fb74e3b496548cb40b29c68b4957f0e9a31ae2 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 23 May 2024 03:50:06 -0400 Subject: [PATCH 0529/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index 6c4eecb85..3ee661dbe 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -13,6 +13,16 @@ "label": "フィーチャー・メニュー" } }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Fast forward by {{TIME}}" + }, + "rewindButton": { + "label": "Rewind by {{TIME}}" + } + } + }, "hideEndScreenCardsButton": { "button": { "label": "終了画面のカードを非表示にする", @@ -147,11 +157,13 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "速度を下げるボタン", + "forwardButton": "Fast Forward button", "hideEndScreenCardsButton": "Hide end screen cards button", "increasePlaybackSpeedButton": "速度を上げるボタン", "loopButton": "ループボタン", "maximizePlayerButton": "最大表示ボタン", "openTranscriptButton": "文字起こしを見せるボタン", + "rewindButton": "Rewind button", "screenshotButton": "スクリーンショットボタン", "volumeBoostButton": "音量ブーストボタン" }, @@ -202,6 +214,17 @@ "title": "フィーチャー・メニュー設定" } }, + "forwardRewindButtons": { + "enable": { + "label": "Enable forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + }, + "title": "Forward/rewind button settings" + }, "importExportSettings": { "exportButton": { "success": "設定がエクスポートをされました", @@ -517,4 +540,4 @@ } } } -} +} From b7758b5628657f7fef905d422e183d8801f4cde6 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 23 May 2024 03:50:07 -0400 Subject: [PATCH 0530/1783] New translations en-us.json (Polish) --- public/locales/pl-PL.json | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/public/locales/pl-PL.json b/public/locales/pl-PL.json index bc08f81c6..7c687c52f 100644 --- a/public/locales/pl-PL.json +++ b/public/locales/pl-PL.json @@ -13,6 +13,16 @@ "label": "Feature menu" } }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Fast forward by {{TIME}}" + }, + "rewindButton": { + "label": "Rewind by {{TIME}}" + } + } + }, "hideEndScreenCardsButton": { "button": { "label": "Hide end screen cards", @@ -147,11 +157,13 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "Decrease Speed button", + "forwardButton": "Fast Forward button", "hideEndScreenCardsButton": "Hide end screen cards button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", "maximizePlayerButton": "Maximize button", "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind button", "screenshotButton": "Screenshot button", "volumeBoostButton": "Volume Boost button" }, @@ -202,6 +214,17 @@ "title": "Feature menu settings" } }, + "forwardRewindButtons": { + "enable": { + "label": "Enable forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + }, + "title": "Forward/rewind button settings" + }, "importExportSettings": { "exportButton": { "success": "Settings successfully exported", @@ -517,4 +540,4 @@ } } } -} +} From 9f9b28c147342b49473d3c22a1538de695a6a6cf Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 23 May 2024 03:50:08 -0400 Subject: [PATCH 0531/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index 30ebf19d7..ad7f158c2 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -13,6 +13,16 @@ "label": "Меню функций" } }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Fast forward by {{TIME}}" + }, + "rewindButton": { + "label": "Rewind by {{TIME}}" + } + } + }, "hideEndScreenCardsButton": { "button": { "label": "Скрыть заставки следующих видео", @@ -147,11 +157,13 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "Кнопка уменьшения скорости видео", + "forwardButton": "Fast Forward button", "hideEndScreenCardsButton": "Кнопка «Скрыть заставки следующих видео»", "increasePlaybackSpeedButton": "Кнопка увеличения скорости видео", "loopButton": "Кнопка «Зациклить»", "maximizePlayerButton": "Кнопка «Развернуть»", "openTranscriptButton": "Кнопка «Открыть стенограмму»", + "rewindButton": "Rewind button", "screenshotButton": "Кнопка «Скриншот»", "volumeBoostButton": "Кнопка «Усиление громкости»" }, @@ -202,6 +214,17 @@ "title": "Настройки меню функций" } }, + "forwardRewindButtons": { + "enable": { + "label": "Enable forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + }, + "title": "Forward/rewind button settings" + }, "importExportSettings": { "exportButton": { "success": "Настройки успешно экспортированы", @@ -517,4 +540,4 @@ } } } -} +} From 1876c17a6101f8b2970bb835c5dc290be191f864 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 23 May 2024 03:50:10 -0400 Subject: [PATCH 0532/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index fc8e39059..5f7220350 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -13,6 +13,16 @@ "label": "Funktionsmeny" } }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Fast forward by {{TIME}}" + }, + "rewindButton": { + "label": "Rewind by {{TIME}}" + } + } + }, "hideEndScreenCardsButton": { "button": { "label": "Dölj slutskärmskort", @@ -147,11 +157,13 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "Knapp för att mindska hastigheten", + "forwardButton": "Fast Forward button", "hideEndScreenCardsButton": "Dölj knappen för slutskärmskort", "increasePlaybackSpeedButton": "Knapp för att öka hastigheten", "loopButton": "Slingknapp", "maximizePlayerButton": "Maximeraknapp", "openTranscriptButton": "Transkriptknapp", + "rewindButton": "Rewind button", "screenshotButton": "Skärmbildsknapp", "volumeBoostButton": "Volymökningsknapp" }, @@ -202,6 +214,17 @@ "title": "Inställningar för funktionsmeny" } }, + "forwardRewindButtons": { + "enable": { + "label": "Enable forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + }, + "title": "Forward/rewind button settings" + }, "importExportSettings": { "exportButton": { "success": "Inställningar har exporterats", @@ -517,4 +540,4 @@ } } } -} +} From 6baa58ce90f2683d9a70cc0f128bb1a8f5d911cd Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 23 May 2024 03:50:11 -0400 Subject: [PATCH 0533/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index c3ae12c24..8f047c3ac 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -13,6 +13,16 @@ "label": "Özellik menüsü" } }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Fast forward by {{TIME}}" + }, + "rewindButton": { + "label": "Rewind by {{TIME}}" + } + } + }, "hideEndScreenCardsButton": { "button": { "label": "Bitiş ekranı kartlarını gizle", @@ -147,11 +157,13 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "Decrease Speed button", + "forwardButton": "Fast Forward button", "hideEndScreenCardsButton": "Bitiş ekranı kartlarını gizleme düğmesi", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Döngü düğmesi", "maximizePlayerButton": "Tam ekran düğmesi", "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind button", "screenshotButton": "Ekran görüntüsü düğmesi", "volumeBoostButton": "Ses güçlendirme düğmesi" }, @@ -202,6 +214,17 @@ "title": "Özellik menüsü ayarları" } }, + "forwardRewindButtons": { + "enable": { + "label": "Enable forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + }, + "title": "Forward/rewind button settings" + }, "importExportSettings": { "exportButton": { "success": "Ayarlar başarıyla dışa aktarıldı", @@ -517,4 +540,4 @@ } } } -} +} From f53391b1addc3e73e2c1b7b3b5d79bdff32e1558 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 23 May 2024 03:50:11 -0400 Subject: [PATCH 0534/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index d30f1ce5d..c50965275 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -13,6 +13,16 @@ "label": "功能菜单" } }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Fast forward by {{TIME}}" + }, + "rewindButton": { + "label": "Rewind by {{TIME}}" + } + } + }, "hideEndScreenCardsButton": { "button": { "label": "隐藏结束界面卡片", @@ -147,11 +157,13 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "降低速度按钮", + "forwardButton": "Fast Forward button", "hideEndScreenCardsButton": "隐藏结束界面卡片按钮", "increasePlaybackSpeedButton": "增加速度按钮", "loopButton": "循环按钮", "maximizePlayerButton": "最大化按钮", "openTranscriptButton": "转写文稿按钮", + "rewindButton": "Rewind button", "screenshotButton": "屏幕截图按钮", "volumeBoostButton": "音量增强按钮" }, @@ -202,6 +214,17 @@ "title": "功能菜单设置" } }, + "forwardRewindButtons": { + "enable": { + "label": "Enable forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + }, + "title": "Forward/rewind button settings" + }, "importExportSettings": { "exportButton": { "success": "导出配置成功", @@ -517,4 +540,4 @@ } } } -} +} From 4d4c7148e249031744875e0e53e15c482091b2f0 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 23 May 2024 03:50:13 -0400 Subject: [PATCH 0535/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index d2788ae44..e8bfc3e59 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -13,6 +13,16 @@ "label": "功能選單" } }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Fast forward by {{TIME}}" + }, + "rewindButton": { + "label": "Rewind by {{TIME}}" + } + } + }, "hideEndScreenCardsButton": { "button": { "label": "隱藏片尾資訊卡", @@ -147,11 +157,13 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "減慢速度按鈕", + "forwardButton": "Fast Forward button", "hideEndScreenCardsButton": "隱藏片尾資訊卡按鈕", "increasePlaybackSpeedButton": "加快速度按妞", "loopButton": "循環播放按鈕", "maximizePlayerButton": "最大化按鈕", "openTranscriptButton": "開啟文字記錄按鈕", + "rewindButton": "Rewind button", "screenshotButton": "螢幕截圖按鈕", "volumeBoostButton": "音量增強按鈕" }, @@ -202,6 +214,17 @@ "title": "功能選單設定" } }, + "forwardRewindButtons": { + "enable": { + "label": "Enable forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + }, + "title": "Forward/rewind button settings" + }, "importExportSettings": { "exportButton": { "success": "設定已成功匯出", @@ -517,4 +540,4 @@ } } } -} +} From 831293a1c71f28d1a8d08da64fcb8fea562498df Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 23 May 2024 03:50:14 -0400 Subject: [PATCH 0536/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index 6a6c358bf..553f4b739 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -13,6 +13,16 @@ "label": "Feature menu" } }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Fast forward by {{TIME}}" + }, + "rewindButton": { + "label": "Rewind by {{TIME}}" + } + } + }, "hideEndScreenCardsButton": { "button": { "label": "Hide end screen cards", @@ -147,11 +157,13 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "Decrease Speed button", + "forwardButton": "Fast Forward button", "hideEndScreenCardsButton": "Hide end screen cards button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Botão de Repetir", "maximizePlayerButton": "Botão de Maximizar", "openTranscriptButton": "Abrir botão de transcrição", + "rewindButton": "Rewind button", "screenshotButton": "Botão de captura de tela", "volumeBoostButton": "Botão de Impulso de Volume" }, @@ -202,6 +214,17 @@ "title": "Configurações do menu de recursos" } }, + "forwardRewindButtons": { + "enable": { + "label": "Enable forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + }, + "title": "Forward/rewind button settings" + }, "importExportSettings": { "exportButton": { "success": "As configurações foram exportadas com sucesso", @@ -517,4 +540,4 @@ } } } -} +} From 2a4094d1737d34dd3811475ad9d12fddeaa9b6a1 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 23 May 2024 03:50:15 -0400 Subject: [PATCH 0537/1783] New translations en-us.json (Persian) --- public/locales/fa-IR.json | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/public/locales/fa-IR.json b/public/locales/fa-IR.json index b564891c1..34d2b12bc 100644 --- a/public/locales/fa-IR.json +++ b/public/locales/fa-IR.json @@ -13,6 +13,16 @@ "label": "Feature menu" } }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Fast forward by {{TIME}}" + }, + "rewindButton": { + "label": "Rewind by {{TIME}}" + } + } + }, "hideEndScreenCardsButton": { "button": { "label": "Hide end screen cards", @@ -147,11 +157,13 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "Decrease Speed button", + "forwardButton": "Fast Forward button", "hideEndScreenCardsButton": "Hide end screen cards button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", "maximizePlayerButton": "Maximize button", "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind button", "screenshotButton": "Screenshot button", "volumeBoostButton": "Volume Boost button" }, @@ -202,6 +214,17 @@ "title": "Feature menu settings" } }, + "forwardRewindButtons": { + "enable": { + "label": "Enable forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + }, + "title": "Forward/rewind button settings" + }, "importExportSettings": { "exportButton": { "success": "Settings successfully exported", @@ -517,4 +540,4 @@ } } } -} +} From 21d823a78534fddc63ae320818c34d2732a38b1d Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 23 May 2024 03:50:16 -0400 Subject: [PATCH 0538/1783] New translations en-us.json (Hindi) --- public/locales/hi-IN.json | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/public/locales/hi-IN.json b/public/locales/hi-IN.json index f1d0558ec..a3ad610ca 100644 --- a/public/locales/hi-IN.json +++ b/public/locales/hi-IN.json @@ -13,6 +13,16 @@ "label": "Feature menu" } }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Fast forward by {{TIME}}" + }, + "rewindButton": { + "label": "Rewind by {{TIME}}" + } + } + }, "hideEndScreenCardsButton": { "button": { "label": "Hide end screen cards", @@ -147,11 +157,13 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "Decrease Speed button", + "forwardButton": "Fast Forward button", "hideEndScreenCardsButton": "Hide end screen cards button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", "maximizePlayerButton": "Maximize button", "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind button", "screenshotButton": "Screenshot button", "volumeBoostButton": "Volume Boost button" }, @@ -202,6 +214,17 @@ "title": "Feature menu settings" } }, + "forwardRewindButtons": { + "enable": { + "label": "Enable forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + }, + "title": "Forward/rewind button settings" + }, "importExportSettings": { "exportButton": { "success": "Settings successfully exported", @@ -517,4 +540,4 @@ } } } -} +} From db618e49e6a087c888a076f63d3dde4dfe958ace Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 23 May 2024 03:50:17 -0400 Subject: [PATCH 0539/1783] New translations en-us.json (English, United Kingdom) --- public/locales/en-GB.json | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/public/locales/en-GB.json b/public/locales/en-GB.json index 750eeda23..91a6d023c 100644 --- a/public/locales/en-GB.json +++ b/public/locales/en-GB.json @@ -13,6 +13,16 @@ "label": "Feature menu" } }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Fast forward by {{TIME}}" + }, + "rewindButton": { + "label": "Rewind by {{TIME}}" + } + } + }, "hideEndScreenCardsButton": { "button": { "label": "Hide end screen cards", @@ -147,11 +157,13 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "Decrease Speed button", + "forwardButton": "Fast Forward button", "hideEndScreenCardsButton": "Hide end screen cards button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", "maximizePlayerButton": "Maximize button", "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind button", "screenshotButton": "Screenshot button", "volumeBoostButton": "Volume Boost button" }, @@ -202,6 +214,17 @@ "title": "Feature menu settings" } }, + "forwardRewindButtons": { + "enable": { + "label": "Enable forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + }, + "title": "Forward/rewind button settings" + }, "importExportSettings": { "exportButton": { "success": "Settings successfully exported", @@ -517,4 +540,4 @@ } } } -} +} From e593edc58176f0f07fcc229fc1ab3a58fc9841f0 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 23 May 2024 03:50:18 -0400 Subject: [PATCH 0540/1783] New translations en-us.json (Korean) --- public/locales/ko-KR.json | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/public/locales/ko-KR.json b/public/locales/ko-KR.json index 947cd07ea..55c8d9eaa 100644 --- a/public/locales/ko-KR.json +++ b/public/locales/ko-KR.json @@ -13,6 +13,16 @@ "label": "추가 기능" } }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Fast forward by {{TIME}}" + }, + "rewindButton": { + "label": "Rewind by {{TIME}}" + } + } + }, "hideEndScreenCardsButton": { "button": { "label": "최종 화면 숨기기", @@ -147,11 +157,13 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "속도 조절 버튼", + "forwardButton": "Fast Forward button", "hideEndScreenCardsButton": "최종 화면 숨기기", "increasePlaybackSpeedButton": "속도 조절 버튼", "loopButton": "연속 재생 버튼", "maximizePlayerButton": "화면 크기에 맞추기 버튼", "openTranscriptButton": "스크립트 보기 버튼", + "rewindButton": "Rewind button", "screenshotButton": "스크린샷 버튼", "volumeBoostButton": "볼륨 부스트 버튼" }, @@ -202,6 +214,17 @@ "title": "추가 기능 설정" } }, + "forwardRewindButtons": { + "enable": { + "label": "Enable forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + }, + "title": "Forward/rewind button settings" + }, "importExportSettings": { "exportButton": { "success": "설정을 성공적으로 내보냈습니다.", @@ -517,4 +540,4 @@ } } } -} +} From 633176cb4bee53aa480603e298485624efc4c5f5 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 23 May 2024 06:12:05 -0400 Subject: [PATCH 0541/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index 01b98a7b9..bfb68ff1b 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -16,10 +16,10 @@ "forwardRewindButtons": { "buttons": { "forwardButton": { - "label": "Fast forward by {{TIME}}" + "label": "Avanti veloce di {{TIME}}" }, "rewindButton": { - "label": "Rewind by {{TIME}}" + "label": "Riavvolgi di {{TIME}}" } } }, @@ -157,13 +157,13 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "Pulsante Riduci velocità", - "forwardButton": "Fast Forward button", + "forwardButton": "Pulsante Avanti veloce", "hideEndScreenCardsButton": "Pulsante Nascondi schede finali", "increasePlaybackSpeedButton": "Pulsante Aumenta velocità", "loopButton": "Pulsante Ripeti", "maximizePlayerButton": "Pulsante Massimizza", "openTranscriptButton": "Pulsante Apri trascrizione", - "rewindButton": "Rewind button", + "rewindButton": "Pulsante Riavvolgi", "screenshotButton": "Pulsante Schermata", "volumeBoostButton": "Pulsante Aumento volume" }, @@ -216,14 +216,14 @@ }, "forwardRewindButtons": { "enable": { - "label": "Enable forward/rewind buttons", - "title": "Adds forward and rewind buttons to the video player" + "label": "Abilita pulsanti avanti/riavvolgi", + "title": "Aggiunge i pulsanti avanti e riavvolgi al riproduttore video" }, "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" + "label": "Tempo avanzamento/riavvolgimento", + "title": "Il periodo di tempo da usare per inoltrare/riavvolgere il video" }, - "title": "Forward/rewind button settings" + "title": "Impostazioni pulsante Avanti / Riavvolgi" }, "importExportSettings": { "exportButton": { From bd2a4ce7657fa69840a74621e70d3d488be346ff Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 23 May 2024 11:39:48 -0400 Subject: [PATCH 0542/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index c50965275..b6c631a2d 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -16,10 +16,10 @@ "forwardRewindButtons": { "buttons": { "forwardButton": { - "label": "Fast forward by {{TIME}}" + "label": "向前快进 {{TIME}}" }, "rewindButton": { - "label": "Rewind by {{TIME}}" + "label": "向后快退 {{TIME}}" } } }, @@ -157,13 +157,13 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "降低速度按钮", - "forwardButton": "Fast Forward button", + "forwardButton": "快进按钮", "hideEndScreenCardsButton": "隐藏结束界面卡片按钮", "increasePlaybackSpeedButton": "增加速度按钮", "loopButton": "循环按钮", "maximizePlayerButton": "最大化按钮", "openTranscriptButton": "转写文稿按钮", - "rewindButton": "Rewind button", + "rewindButton": "快退按钮", "screenshotButton": "屏幕截图按钮", "volumeBoostButton": "音量增强按钮" }, @@ -216,14 +216,14 @@ }, "forwardRewindButtons": { "enable": { - "label": "Enable forward/rewind buttons", - "title": "Adds forward and rewind buttons to the video player" + "label": "启用快进/快退按钮", + "title": "给视频播放器添加快进/快退按钮" }, "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" + "label": "快进/快退时间", + "title": "快进/快退视频的时间长度" }, - "title": "Forward/rewind button settings" + "title": "快进/快退按钮设置" }, "importExportSettings": { "exportButton": { From 66434cc06ebe417622f2b8563289eb86bc5a46d1 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 24 May 2024 12:16:47 -0400 Subject: [PATCH 0543/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index 3ee661dbe..127f6ec79 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -158,7 +158,7 @@ "buttonNames": { "decreasePlaybackSpeedButton": "速度を下げるボタン", "forwardButton": "Fast Forward button", - "hideEndScreenCardsButton": "Hide end screen cards button", + "hideEndScreenCardsButton": "終了画面のカードボタンを非表示にする", "increasePlaybackSpeedButton": "速度を上げるボタン", "loopButton": "ループボタン", "maximizePlayerButton": "最大表示ボタン", @@ -259,8 +259,8 @@ "title": "動画の終了で画面カードを非表示にする" }, "hideEndScreenCardsButton": { - "label": "Hide end screen cards button", - "title": "Adds a button to show/hide the cards at the end of the video" + "label": "終了画面のカードボタンを非表示にする", + "title": "終了画面でボタンなカードを見せるか隠すに追加する" }, "hideLiveStreamChat": { "label": "配信チャットを隠す", From 9a8840c68871a2b139b2b9be751cd4febda786ad Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 29 May 2024 10:21:28 -0400 Subject: [PATCH 0544/1783] New translations en-us.json (Spanish) --- public/locales/es-ES.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index 2aa9f3757..0462eef9c 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -10,7 +10,7 @@ "features": { "featureMenu": { "button": { - "label": "Feature menu" + "label": "" } }, "forwardRewindButtons": { From 7cd9704aac5d0c75f0b9a071e0d16e9c5d2af9be Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 30 May 2024 16:28:58 -0400 Subject: [PATCH 0545/1783] New translations en-us.json (Spanish) --- public/locales/es-ES.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index 0462eef9c..2aa9f3757 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -10,7 +10,7 @@ "features": { "featureMenu": { "button": { - "label": "" + "label": "Feature menu" } }, "forwardRewindButtons": { From 5a440c8d47eed49e08b17461dcf299910146d436 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 6 Jun 2024 06:53:37 -0400 Subject: [PATCH 0546/1783] New translations en-us.json (Korean) --- public/locales/ko-KR.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/public/locales/ko-KR.json b/public/locales/ko-KR.json index 55c8d9eaa..c3291d904 100644 --- a/public/locales/ko-KR.json +++ b/public/locales/ko-KR.json @@ -16,10 +16,10 @@ "forwardRewindButtons": { "buttons": { "forwardButton": { - "label": "Fast forward by {{TIME}}" + "label": "{{TIME}} 빨리 감기" }, "rewindButton": { - "label": "Rewind by {{TIME}}" + "label": "{{TIME}} 되감기" } } }, @@ -157,13 +157,13 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "속도 조절 버튼", - "forwardButton": "Fast Forward button", + "forwardButton": "빨리 감기 버튼", "hideEndScreenCardsButton": "최종 화면 숨기기", "increasePlaybackSpeedButton": "속도 조절 버튼", "loopButton": "연속 재생 버튼", "maximizePlayerButton": "화면 크기에 맞추기 버튼", "openTranscriptButton": "스크립트 보기 버튼", - "rewindButton": "Rewind button", + "rewindButton": "되감기 버튼", "screenshotButton": "스크린샷 버튼", "volumeBoostButton": "볼륨 부스트 버튼" }, @@ -216,14 +216,14 @@ }, "forwardRewindButtons": { "enable": { - "label": "Enable forward/rewind buttons", - "title": "Adds forward and rewind buttons to the video player" + "label": "빨리 감기 / 되감기 버튼 사용", + "title": "동영상 플레이어에 빨리 감기 및 되감기 버튼 추가" }, "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" + "label": "빨리 감기/되감기 시간", + "title": "동영상 빨리 감기 / 되감기 시간" }, - "title": "Forward/rewind button settings" + "title": "빨리 감기/되감기 버튼 설정" }, "importExportSettings": { "exportButton": { From d19c8c26a00827d3424e02f0ad968fd6a491855c Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 6 Jun 2024 08:20:48 -0400 Subject: [PATCH 0547/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index 127f6ec79..740bc7753 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -16,10 +16,10 @@ "forwardRewindButtons": { "buttons": { "forwardButton": { - "label": "Fast forward by {{TIME}}" + "label": "{{TIME}}で早送する" }, "rewindButton": { - "label": "Rewind by {{TIME}}" + "label": "{{TIME}}でリワインドする" } } }, @@ -122,12 +122,12 @@ }, "fallbackQualityStrategy": { "select": { - "label": "Quality fallback strategy", + "label": "画質フォールバック対策", "options": { - "higher": "Higher", - "lower": "Lower" + "higher": "上位", + "lower": "下位" }, - "title": "The strategy to use when the selected quality is not available" + "title": "使用不能選択中画質ときに対策使ってする" } }, "select": { @@ -157,13 +157,13 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "速度を下げるボタン", - "forwardButton": "Fast Forward button", + "forwardButton": "早送ボタン", "hideEndScreenCardsButton": "終了画面のカードボタンを非表示にする", "increasePlaybackSpeedButton": "速度を上げるボタン", "loopButton": "ループボタン", "maximizePlayerButton": "最大表示ボタン", "openTranscriptButton": "文字起こしを見せるボタン", - "rewindButton": "Rewind button", + "rewindButton": "リワインドボタン", "screenshotButton": "スクリーンショットボタン", "volumeBoostButton": "音量ブーストボタン" }, @@ -216,14 +216,14 @@ }, "forwardRewindButtons": { "enable": { - "label": "Enable forward/rewind buttons", - "title": "Adds forward and rewind buttons to the video player" + "label": "早送/リワインドボタンを可能にする", + "title": "早送ボタンとリワインドボタンをビデオ・プレーヤーに追加する" }, "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" + "label": "早送/リワインド時間", + "title": "動画に早送/リワインドを量時間" }, - "title": "Forward/rewind button settings" + "title": "早送/リワインドボタン設定" }, "importExportSettings": { "exportButton": { From 9269e941ebe445003c06be7b79b28ae7b19d8adc Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 7 Jun 2024 10:11:42 -0400 Subject: [PATCH 0548/1783] New translations en-us.json (Vietnamese) --- public/locales/vi-VN.json | 543 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 543 insertions(+) create mode 100644 public/locales/vi-VN.json diff --git a/public/locales/vi-VN.json b/public/locales/vi-VN.json new file mode 100644 index 000000000..8f18a49c9 --- /dev/null +++ b/public/locales/vi-VN.json @@ -0,0 +1,543 @@ +{ + "langCode": "en-US", + "langName": "English (US)", + "messages": { + "resumingVideo": "Resuming video at {{VIDEO_TIME}}", + "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "featureMenu": { + "button": { + "label": "Feature menu" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Fast forward by {{TIME}}" + }, + "rewindButton": { + "label": "Rewind by {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Hide end screen cards", + "toggle": { + "off": "Show end screen cards", + "on": "Hide end screen cards" + } + } + }, + "loopButton": { + "button": { + "label": "Loop", + "toggle": { + "off": "Loop off", + "on": "Loop on" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "Maximize", + "toggle": { + "off": "Maximize off", + "on": "Maximize on" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Open transcript" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Decrease Speed to {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Increase Speed to {{SPEED}}" + } + }, + "decreaseLimit": "Can't decrease further ({{SPEED}})", + "increaseLimit": "Can't increase further ({{SPEED}})" + }, + "screenshotButton": { + "button": { + "label": "Screenshot" + }, + "copiedToClipboard": "Screenshot copied to clipboard" + }, + "videoHistory": { + "resumeButton": "Resume", + "resumePrompt": { + "close": "Close" + } + }, + "volumeBoostButton": { + "button": { + "label": "Volume Boost", + "toggle": { + "off": "Volume boost off", + "on": "Volume boost on" + } + } + } + } + }, + "options": { + "notifications": { + "error": { + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", + "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." + } + } + }, + "info": { + "reset": "All options have been reset to their default values.\nYou can now save the changes by clicking the \"Confirm\" button or discard them by closing this page or ignore this notification." + }, + "success": { + "saved": "Options saved." + } + } + } + }, + "settings": { + "clearData": { + "allDataDeleted": "All data has been deleted.", + "confirmAlert": "This will delete all extension data related to options. Continue?" + }, + "sections": { + "automaticQuality": { + "enable": { + "label": "Automatic quality adjustment", + "title": "Automatically adjusts the video quality to the selected level." + }, + "fallbackQualityStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + }, + "select": { + "label": "Player quality", + "title": "The quality to set the video to" + }, + "title": "Automatic quality settings" + }, + "bottomButtons": { + "clear": { + "title": "Clears all data this extension has stored on your machine", + "value": "Clear Data" + }, + "confirm": { + "title": "Confirm setting reset", + "value": "Confirm" + }, + "openTab": { + "title": "Open extension settings in a new tab" + }, + "reset": { + "title": "Resets all settings to their defaults, Click the confirm button to save the changes", + "value": "Reset" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "decreasePlaybackSpeedButton": "Decrease Speed button", + "forwardButton": "Fast Forward button", + "hideEndScreenCardsButton": "Hide end screen cards button", + "increasePlaybackSpeedButton": "Increase Speed button", + "loopButton": "Loop button", + "maximizePlayerButton": "Maximize button", + "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind button", + "screenshotButton": "Screenshot button", + "volumeBoostButton": "Volume Boost button" + }, + "options": { + "below_player": { + "placement": "below the player controls", + "value": "Below Player" + }, + "feature_menu": { + "placement": "in the feature menu", + "value": "Feature Menu" + }, + "player_controls_left": { + "placement": "on the left side of player controls", + "value": "Left Controls" + }, + "player_controls_right": { + "placement": "on the right side of player controls", + "value": "Right Controls" + } + }, + "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Button Placement Settings" + }, + "customCSS": { + "editor": { + "collapse": "Collapse Editor", + "expand": "Expand Editor", + "noProblems": "No problems found." + }, + "enable": { + "label": "Enable custom CSS", + "title": "Enables custom CSS to be applied to the page" + }, + "title": "Custom CSS Settings" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Menu Activation Type", + "options": { + "click": "Click", + "hover": "Hover" + }, + "title": "Select the method to activate the feature menu" + }, + "title": "Feature menu settings" + } + }, + "forwardRewindButtons": { + "enable": { + "label": "Enable forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + }, + "title": "Forward/rewind button settings" + }, + "importExportSettings": { + "exportButton": { + "success": "Settings successfully exported", + "title": "Export settings to a JSON file", + "value": "Export Settings" + }, + "importButton": { + "error": { + "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", + "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" + }, + "success": "Settings imported successfully", + "title": "Import settings from a JSON file", + "value": "Import Settings" + } + }, + "language": { + "select": { + "label": "Language", + "title": "The language to use for the extension" + }, + "title": "Language" + }, + "miscellaneous": { + "features": { + "automaticTheaterMode": { + "label": "Automatic theater mode", + "title": "Automatically enables theater mode when you load a video" + }, + "hideEndScreenCards": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + }, + "hideEndScreenCardsButton": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + }, + "hideLiveStreamChat": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + }, + "hideScrollbar": { + "label": "Hide scrollbar", + "title": "Hides the pages scrollbar" + }, + "hideShorts": { + "label": "Hide shorts", + "title": "Hides all shorts" + }, + "hideTranslateComment": { + "label": "Hide translate comment button", + "title": "Hides 'Translate to Language' button under comments" + }, + "loopButton": { + "label": "Loop button", + "title": "Adds a button to the feature menu to loop the video you're watching" + }, + "maximizePlayerButton": { + "label": "Maximize player button", + "title": "Adds a button to the feature menu to maximize the player" + }, + "openTranscriptButton": { + "label": "Open transcript button", + "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + }, + "openYouTubeSettingsOnHover": { + "label": "Open YouTube settings on hover", + "title": "Opens the YouTube settings menu when you hover over the settings button" + }, + "pauseBackgroundPlayers": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + }, + "remainingTime": { + "label": "Remaining time", + "title": "Shows the remaining time of the video you're watching" + }, + "rememberLastVolume": { + "label": "Remember last volume", + "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + }, + "removeRedirect": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + }, + "shareShortener": { + "label": "Shorten YouTube video share link", + "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + }, + "shortsAutoScroll": { + "label": "Shorts auto scroll", + "title": "Automatically scrolls to the next short" + }, + "skipContinueWatching": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + } + }, + "title": "Miscellaneous settings" + }, + "onScreenDisplaySettings": { + "color": { + "label": "Color", + "options": { + "blue": "Blue", + "green": "Green", + "orange": "Orange", + "pink": "Pink", + "purple": "Purple", + "red": "Red", + "white": "White", + "yellow": "Yellow" + }, + "title": "Select the color for the On-Screen Display" + }, + "hide": { + "label": "Hide Delay", + "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" + }, + "opacity": { + "label": "Opacity", + "title": "Adjust the transparency of the On-Screen Display" + }, + "padding": { + "label": "Padding", + "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." + }, + "position": { + "label": "Position", + "options": { + "bottom_left": "Bottom Left", + "bottom_right": "Bottom Right", + "center": "Center", + "top_left": "Top Left", + "top_right": "Top Right" + }, + "title": "Select the position of the On-Screen Display" + }, + "title": "On-Screen Display Settings", + "type": { + "label": "Type", + "options": { + "circle": "Circle", + "line": "Line", + "no_display": "No display", + "text": "Text" + }, + "title": "Select the type of On-Screen Display" + } + }, + "playbackSpeed": { + "enable": { + "label": "Forced playback speed", + "title": "Sets the video speed to what you choose below" + }, + "playbackSpeedButtons": { + "label": "Playback speed buttons", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + }, + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + }, + "select": { + "label": "Player speed", + "title": "The speed to set the video to" + }, + "title": "Playback speed settings" + }, + "screenshotButton": { + "enable": { + "label": "Screenshot button", + "title": "Adds a button to the player to take a screenshot of the video" + }, + "saveAs": { + "clipboard": "Clipboard", + "file": "File" + }, + "selectFormat": { + "label": "Screenshot format", + "title": "The format to save the screenshot in" + }, + "selectSaveAs": { + "label": "Screenshot save type", + "title": "The screenshot save type" + }, + "title": "Screenshot settings" + }, + "scrollWheelSpeedControl": { + "adjustmentSteps": { + "label": "Speed Change Per Scroll", + "title": "Adjust the speed change per scroll" + }, + "enable": { + "label": "Scroll wheel speed control", + "title": "Press a modifier key to enable speed adjustment with the scroll wheel." + }, + "optionLabel": "{{KEY}} key", + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + }, + "title": "Scroll wheel speed control settings" + }, + "scrollWheelVolumeControl": { + "adjustmentSteps": { + "label": "Volume Change Per Scroll", + "title": "Adjust the volume change per scroll" + }, + "enable": { + "label": "Scroll wheel volume control", + "title": "Lets you use the scroll wheel to control the volume of the video you're watching" + }, + "holdModifierKey": { + "enable": { + "label": "Enable when holding modifier key", + "title": "Press a modifier key to enable volume adjustment with the scroll wheel." + }, + "optionLabel": "{{KEY}} key", + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + } + }, + "holdRightClick": { + "enable": { + "label": "Enable when holding right click", + "title": "Hold right click to enable scroll wheel volume control" + } + }, + "title": "Scroll wheel volume control settings" + }, + "videoHistory": { + "enable": { + "label": "Track watched videos", + "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" + }, + "resumeType": { + "select": { + "label": "Resume type", + "options": { + "automatic": "Automatic", + "prompt": "Prompt" + }, + "title": "Select how you want to resume videos" + } + }, + "title": "Video history settings" + }, + "volumeBoost": { + "boostAmount": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by" + }, + "enable": { + "label": "Volume boost", + "title": "Enable volume boost" + }, + "mode": { + "select": { + "label": "Volume boost mode", + "options": { + "global": "Global", + "perVideo": "Per video" + }, + "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + } + }, + "title": "Volume boost settings" + }, + "youtubeDeepDark": { + "author": "Author", + "co-authors": "Co-authors", + "colors": { + "colorShadow": { + "label": "Shadow color", + "title": "Color for shadows" + }, + "dimmerText": { + "label": "Secondary text color", + "title": "Color for secondary text" + }, + "hoverBackground": { + "label": "Hover background color", + "title": "Color for hover background" + }, + "mainBackground": { + "label": "Main background color", + "title": "Color for main background" + }, + "mainColor": { + "label": "Accent color", + "title": "Color for accent" + }, + "mainText": { + "label": "Main text color", + "title": "Color for main text" + }, + "secondBackground": { + "label": "Secondary background color", + "title": "Color for secondary background" + } + }, + "enable": { + "label": "Enable selected theme", + "title": "Activate the selected theme for the page" + }, + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + }, + "title": "YouTube Deep Dark Settings" + } + } + } +} From 323dfcf6dc3694f2bcd3f5cf50855b3de4272478 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 11 Jun 2024 08:37:58 -0400 Subject: [PATCH 0549/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index ad7f158c2..e40734683 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -16,10 +16,10 @@ "forwardRewindButtons": { "buttons": { "forwardButton": { - "label": "Fast forward by {{TIME}}" + "label": "Перемотка вперёд на {{TIME}}" }, "rewindButton": { - "label": "Rewind by {{TIME}}" + "label": "Перемотка назад на {{TIME}}" } } }, @@ -157,13 +157,13 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "Кнопка уменьшения скорости видео", - "forwardButton": "Fast Forward button", + "forwardButton": "Кнопка перемотки вперёд", "hideEndScreenCardsButton": "Кнопка «Скрыть заставки следующих видео»", "increasePlaybackSpeedButton": "Кнопка увеличения скорости видео", "loopButton": "Кнопка «Зациклить»", "maximizePlayerButton": "Кнопка «Развернуть»", "openTranscriptButton": "Кнопка «Открыть стенограмму»", - "rewindButton": "Rewind button", + "rewindButton": "Кнопка перемотки назад", "screenshotButton": "Кнопка «Скриншот»", "volumeBoostButton": "Кнопка «Усиление громкости»" }, @@ -216,14 +216,14 @@ }, "forwardRewindButtons": { "enable": { - "label": "Enable forward/rewind buttons", - "title": "Adds forward and rewind buttons to the video player" + "label": "Включить кнопки перемотки вперёд/назад", + "title": "Добавляет кнопки перемотки вперёд/назад в проигрыватель" }, "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" + "label": "Время перемотки", + "title": "Кол-во времени, на которое будет перематываться видео" }, - "title": "Forward/rewind button settings" + "title": "Настройки кнопок перемотки вперёд/назад" }, "importExportSettings": { "exportButton": { From e13638e943504f0e0684c0d101e170f26e820b8b Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 15 Jun 2024 00:30:46 -0400 Subject: [PATCH 0550/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index 740bc7753..f16f3fa5e 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -13,16 +13,6 @@ "label": "フィーチャー・メニュー" } }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "{{TIME}}で早送する" - }, - "rewindButton": { - "label": "{{TIME}}でリワインドする" - } - } - }, "hideEndScreenCardsButton": { "button": { "label": "終了画面のカードを非表示にする", @@ -157,13 +147,11 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "速度を下げるボタン", - "forwardButton": "早送ボタン", "hideEndScreenCardsButton": "終了画面のカードボタンを非表示にする", "increasePlaybackSpeedButton": "速度を上げるボタン", "loopButton": "ループボタン", "maximizePlayerButton": "最大表示ボタン", "openTranscriptButton": "文字起こしを見せるボタン", - "rewindButton": "リワインドボタン", "screenshotButton": "スクリーンショットボタン", "volumeBoostButton": "音量ブーストボタン" }, @@ -214,17 +202,6 @@ "title": "フィーチャー・メニュー設定" } }, - "forwardRewindButtons": { - "enable": { - "label": "早送/リワインドボタンを可能にする", - "title": "早送ボタンとリワインドボタンをビデオ・プレーヤーに追加する" - }, - "time": { - "label": "早送/リワインド時間", - "title": "動画に早送/リワインドを量時間" - }, - "title": "早送/リワインドボタン設定" - }, "importExportSettings": { "exportButton": { "success": "設定がエクスポートをされました", @@ -540,4 +517,4 @@ } } } -} +} From 06cc59bec10c2e58290335d1281bf1dd0405bb01 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 15 Jun 2024 00:30:47 -0400 Subject: [PATCH 0551/1783] New translations en-us.json (Korean) --- public/locales/ko-KR.json | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/public/locales/ko-KR.json b/public/locales/ko-KR.json index c3291d904..947cd07ea 100644 --- a/public/locales/ko-KR.json +++ b/public/locales/ko-KR.json @@ -13,16 +13,6 @@ "label": "추가 기능" } }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "{{TIME}} 빨리 감기" - }, - "rewindButton": { - "label": "{{TIME}} 되감기" - } - } - }, "hideEndScreenCardsButton": { "button": { "label": "최종 화면 숨기기", @@ -157,13 +147,11 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "속도 조절 버튼", - "forwardButton": "빨리 감기 버튼", "hideEndScreenCardsButton": "최종 화면 숨기기", "increasePlaybackSpeedButton": "속도 조절 버튼", "loopButton": "연속 재생 버튼", "maximizePlayerButton": "화면 크기에 맞추기 버튼", "openTranscriptButton": "스크립트 보기 버튼", - "rewindButton": "되감기 버튼", "screenshotButton": "스크린샷 버튼", "volumeBoostButton": "볼륨 부스트 버튼" }, @@ -214,17 +202,6 @@ "title": "추가 기능 설정" } }, - "forwardRewindButtons": { - "enable": { - "label": "빨리 감기 / 되감기 버튼 사용", - "title": "동영상 플레이어에 빨리 감기 및 되감기 버튼 추가" - }, - "time": { - "label": "빨리 감기/되감기 시간", - "title": "동영상 빨리 감기 / 되감기 시간" - }, - "title": "빨리 감기/되감기 버튼 설정" - }, "importExportSettings": { "exportButton": { "success": "설정을 성공적으로 내보냈습니다.", @@ -540,4 +517,4 @@ } } } -} +} From 791c126952281a0ceab88c05795924ef2578331c Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 15 Jun 2024 00:30:47 -0400 Subject: [PATCH 0552/1783] New translations en-us.json (Vietnamese) --- public/locales/vi-VN.json | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/public/locales/vi-VN.json b/public/locales/vi-VN.json index 8f18a49c9..a8556f75f 100644 --- a/public/locales/vi-VN.json +++ b/public/locales/vi-VN.json @@ -13,16 +13,6 @@ "label": "Feature menu" } }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "Fast forward by {{TIME}}" - }, - "rewindButton": { - "label": "Rewind by {{TIME}}" - } - } - }, "hideEndScreenCardsButton": { "button": { "label": "Hide end screen cards", @@ -157,13 +147,11 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "Decrease Speed button", - "forwardButton": "Fast Forward button", "hideEndScreenCardsButton": "Hide end screen cards button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", "maximizePlayerButton": "Maximize button", "openTranscriptButton": "Open Transcript button", - "rewindButton": "Rewind button", "screenshotButton": "Screenshot button", "volumeBoostButton": "Volume Boost button" }, @@ -214,17 +202,6 @@ "title": "Feature menu settings" } }, - "forwardRewindButtons": { - "enable": { - "label": "Enable forward/rewind buttons", - "title": "Adds forward and rewind buttons to the video player" - }, - "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" - }, - "title": "Forward/rewind button settings" - }, "importExportSettings": { "exportButton": { "success": "Settings successfully exported", @@ -540,4 +517,4 @@ } } } -} +} From c70848fd626d099d140c4efe2b4deb9e7f421744 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 15 Jun 2024 00:30:49 -0400 Subject: [PATCH 0553/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index e40734683..30ebf19d7 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -13,16 +13,6 @@ "label": "Меню функций" } }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "Перемотка вперёд на {{TIME}}" - }, - "rewindButton": { - "label": "Перемотка назад на {{TIME}}" - } - } - }, "hideEndScreenCardsButton": { "button": { "label": "Скрыть заставки следующих видео", @@ -157,13 +147,11 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "Кнопка уменьшения скорости видео", - "forwardButton": "Кнопка перемотки вперёд", "hideEndScreenCardsButton": "Кнопка «Скрыть заставки следующих видео»", "increasePlaybackSpeedButton": "Кнопка увеличения скорости видео", "loopButton": "Кнопка «Зациклить»", "maximizePlayerButton": "Кнопка «Развернуть»", "openTranscriptButton": "Кнопка «Открыть стенограмму»", - "rewindButton": "Кнопка перемотки назад", "screenshotButton": "Кнопка «Скриншот»", "volumeBoostButton": "Кнопка «Усиление громкости»" }, @@ -214,17 +202,6 @@ "title": "Настройки меню функций" } }, - "forwardRewindButtons": { - "enable": { - "label": "Включить кнопки перемотки вперёд/назад", - "title": "Добавляет кнопки перемотки вперёд/назад в проигрыватель" - }, - "time": { - "label": "Время перемотки", - "title": "Кол-во времени, на которое будет перематываться видео" - }, - "title": "Настройки кнопок перемотки вперёд/назад" - }, "importExportSettings": { "exportButton": { "success": "Настройки успешно экспортированы", @@ -540,4 +517,4 @@ } } } -} +} From af3c2befdd666f836fa8cf89fc00c6f50412339e Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 15 Jun 2024 00:30:50 -0400 Subject: [PATCH 0554/1783] New translations en-us.json (French) --- public/locales/fr-FR.json | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/public/locales/fr-FR.json b/public/locales/fr-FR.json index 2517b8b4e..572561c64 100644 --- a/public/locales/fr-FR.json +++ b/public/locales/fr-FR.json @@ -13,16 +13,6 @@ "label": "Feature menu" } }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "Fast forward by {{TIME}}" - }, - "rewindButton": { - "label": "Rewind by {{TIME}}" - } - } - }, "hideEndScreenCardsButton": { "button": { "label": "Hide end screen cards", @@ -157,13 +147,11 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "Decrease Speed button", - "forwardButton": "Fast Forward button", "hideEndScreenCardsButton": "Hide end screen cards button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", "maximizePlayerButton": "Maximize button", "openTranscriptButton": "Open Transcript button", - "rewindButton": "Rewind button", "screenshotButton": "Screenshot button", "volumeBoostButton": "Volume Boost button" }, @@ -214,17 +202,6 @@ "title": "Paramètres du menu de fonctionnalités" } }, - "forwardRewindButtons": { - "enable": { - "label": "Enable forward/rewind buttons", - "title": "Adds forward and rewind buttons to the video player" - }, - "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" - }, - "title": "Forward/rewind button settings" - }, "importExportSettings": { "exportButton": { "success": "Réglages exportés avec succès", @@ -540,4 +517,4 @@ } } } -} +} From 0d77bb54868eb9a564320ad8710948898f538153 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 15 Jun 2024 00:30:51 -0400 Subject: [PATCH 0555/1783] New translations en-us.json (Spanish) --- public/locales/es-ES.json | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index 2aa9f3757..de5ee8903 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -13,16 +13,6 @@ "label": "Feature menu" } }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "Fast forward by {{TIME}}" - }, - "rewindButton": { - "label": "Rewind by {{TIME}}" - } - } - }, "hideEndScreenCardsButton": { "button": { "label": "Hide end screen cards", @@ -157,13 +147,11 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "Decrease Speed button", - "forwardButton": "Fast Forward button", "hideEndScreenCardsButton": "Hide end screen cards button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Botón de repetición", "maximizePlayerButton": "Maximizar botón", "openTranscriptButton": "Abrir botón de transcripción", - "rewindButton": "Rewind button", "screenshotButton": "Botón de captura de pantalla", "volumeBoostButton": "Botón Aumento de Volumen" }, @@ -214,17 +202,6 @@ "title": "Configuración del menú" } }, - "forwardRewindButtons": { - "enable": { - "label": "Enable forward/rewind buttons", - "title": "Adds forward and rewind buttons to the video player" - }, - "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" - }, - "title": "Forward/rewind button settings" - }, "importExportSettings": { "exportButton": { "success": "Ajustes exportados correctamente", @@ -540,4 +517,4 @@ } } } -} +} From 763875d7be37647033ba1ec7f7018b701c8940d0 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 15 Jun 2024 00:30:52 -0400 Subject: [PATCH 0556/1783] New translations en-us.json (Catalan) --- public/locales/ca-ES.json | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/public/locales/ca-ES.json b/public/locales/ca-ES.json index f146e7b5c..560512b0b 100644 --- a/public/locales/ca-ES.json +++ b/public/locales/ca-ES.json @@ -13,16 +13,6 @@ "label": "Feature menu" } }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "Fast forward by {{TIME}}" - }, - "rewindButton": { - "label": "Rewind by {{TIME}}" - } - } - }, "hideEndScreenCardsButton": { "button": { "label": "Hide end screen cards", @@ -157,13 +147,11 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "Decrease Speed button", - "forwardButton": "Fast Forward button", "hideEndScreenCardsButton": "Hide end screen cards button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", "maximizePlayerButton": "Maximize button", "openTranscriptButton": "Open Transcript button", - "rewindButton": "Rewind button", "screenshotButton": "Screenshot button", "volumeBoostButton": "Volume Boost button" }, @@ -214,17 +202,6 @@ "title": "Feature menu settings" } }, - "forwardRewindButtons": { - "enable": { - "label": "Enable forward/rewind buttons", - "title": "Adds forward and rewind buttons to the video player" - }, - "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" - }, - "title": "Forward/rewind button settings" - }, "importExportSettings": { "exportButton": { "success": "Settings successfully exported", @@ -540,4 +517,4 @@ } } } -} +} From 0f2838f8942b32f3b4699fa23df7afa5140002d6 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 15 Jun 2024 00:30:53 -0400 Subject: [PATCH 0557/1783] New translations en-us.json (Czech) --- public/locales/cs-CZ.json | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/public/locales/cs-CZ.json b/public/locales/cs-CZ.json index 65011cdbd..db2f9ac3d 100644 --- a/public/locales/cs-CZ.json +++ b/public/locales/cs-CZ.json @@ -13,16 +13,6 @@ "label": "Feature menu" } }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "Fast forward by {{TIME}}" - }, - "rewindButton": { - "label": "Rewind by {{TIME}}" - } - } - }, "hideEndScreenCardsButton": { "button": { "label": "Hide end screen cards", @@ -157,13 +147,11 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "Decrease Speed button", - "forwardButton": "Fast Forward button", "hideEndScreenCardsButton": "Hide end screen cards button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", "maximizePlayerButton": "Maximize button", "openTranscriptButton": "Open Transcript button", - "rewindButton": "Rewind button", "screenshotButton": "Screenshot button", "volumeBoostButton": "Volume Boost button" }, @@ -214,17 +202,6 @@ "title": "Feature menu settings" } }, - "forwardRewindButtons": { - "enable": { - "label": "Enable forward/rewind buttons", - "title": "Adds forward and rewind buttons to the video player" - }, - "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" - }, - "title": "Forward/rewind button settings" - }, "importExportSettings": { "exportButton": { "success": "Settings successfully exported", @@ -540,4 +517,4 @@ } } } -} +} From 726d8e0c7facdcaf23b33bf88f3f7d760aa1324f Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 15 Jun 2024 00:30:54 -0400 Subject: [PATCH 0558/1783] New translations en-us.json (German) --- public/locales/de-DE.json | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/public/locales/de-DE.json b/public/locales/de-DE.json index d127bfbfd..6918fd804 100644 --- a/public/locales/de-DE.json +++ b/public/locales/de-DE.json @@ -13,16 +13,6 @@ "label": "Feature menu" } }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "Fast forward by {{TIME}}" - }, - "rewindButton": { - "label": "Rewind by {{TIME}}" - } - } - }, "hideEndScreenCardsButton": { "button": { "label": "Hide end screen cards", @@ -157,13 +147,11 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "Decrease Speed button", - "forwardButton": "Fast Forward button", "hideEndScreenCardsButton": "Hide end screen cards button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", "maximizePlayerButton": "Maximize button", "openTranscriptButton": "Open Transcript button", - "rewindButton": "Rewind button", "screenshotButton": "Screenshot button", "volumeBoostButton": "Volume Boost button" }, @@ -214,17 +202,6 @@ "title": "Feature menu settings" } }, - "forwardRewindButtons": { - "enable": { - "label": "Enable forward/rewind buttons", - "title": "Adds forward and rewind buttons to the video player" - }, - "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" - }, - "title": "Forward/rewind button settings" - }, "importExportSettings": { "exportButton": { "success": "Einstellungen erfolgreich exportiert", @@ -540,4 +517,4 @@ } } } -} +} From 42c329e389c7d3c7e112953baeb7184f47bd4ab0 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 15 Jun 2024 00:30:55 -0400 Subject: [PATCH 0559/1783] New translations en-us.json (Hebrew) --- public/locales/he-IL.json | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/public/locales/he-IL.json b/public/locales/he-IL.json index 7dd4b3ef2..7cc79c57d 100644 --- a/public/locales/he-IL.json +++ b/public/locales/he-IL.json @@ -13,16 +13,6 @@ "label": "Feature menu" } }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "Fast forward by {{TIME}}" - }, - "rewindButton": { - "label": "Rewind by {{TIME}}" - } - } - }, "hideEndScreenCardsButton": { "button": { "label": "Hide end screen cards", @@ -157,13 +147,11 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "Decrease Speed button", - "forwardButton": "Fast Forward button", "hideEndScreenCardsButton": "Hide end screen cards button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", "maximizePlayerButton": "Maximize button", "openTranscriptButton": "Open Transcript button", - "rewindButton": "Rewind button", "screenshotButton": "Screenshot button", "volumeBoostButton": "Volume Boost button" }, @@ -214,17 +202,6 @@ "title": "Feature menu settings" } }, - "forwardRewindButtons": { - "enable": { - "label": "Enable forward/rewind buttons", - "title": "Adds forward and rewind buttons to the video player" - }, - "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" - }, - "title": "Forward/rewind button settings" - }, "importExportSettings": { "exportButton": { "success": "Settings successfully exported", @@ -540,4 +517,4 @@ } } } -} +} From 05a6d99f60615f0fed0a9b8db9ae2d783447fdfe Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 15 Jun 2024 00:30:56 -0400 Subject: [PATCH 0560/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index bfb68ff1b..add2ec753 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -13,16 +13,6 @@ "label": "Menu' funzioni" } }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "Avanti veloce di {{TIME}}" - }, - "rewindButton": { - "label": "Riavvolgi di {{TIME}}" - } - } - }, "hideEndScreenCardsButton": { "button": { "label": "Nascondi le schede finali", @@ -157,13 +147,11 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "Pulsante Riduci velocità", - "forwardButton": "Pulsante Avanti veloce", "hideEndScreenCardsButton": "Pulsante Nascondi schede finali", "increasePlaybackSpeedButton": "Pulsante Aumenta velocità", "loopButton": "Pulsante Ripeti", "maximizePlayerButton": "Pulsante Massimizza", "openTranscriptButton": "Pulsante Apri trascrizione", - "rewindButton": "Pulsante Riavvolgi", "screenshotButton": "Pulsante Schermata", "volumeBoostButton": "Pulsante Aumento volume" }, @@ -214,17 +202,6 @@ "title": "Impostazioni menu' funzioni" } }, - "forwardRewindButtons": { - "enable": { - "label": "Abilita pulsanti avanti/riavvolgi", - "title": "Aggiunge i pulsanti avanti e riavvolgi al riproduttore video" - }, - "time": { - "label": "Tempo avanzamento/riavvolgimento", - "title": "Il periodo di tempo da usare per inoltrare/riavvolgere il video" - }, - "title": "Impostazioni pulsante Avanti / Riavvolgi" - }, "importExportSettings": { "exportButton": { "success": "Impostazioni esportate correttamente", @@ -540,4 +517,4 @@ } } } -} +} From 255926d78c6f2b816ee596705415f92bcda11d69 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 15 Jun 2024 00:30:57 -0400 Subject: [PATCH 0561/1783] New translations en-us.json (Polish) --- public/locales/pl-PL.json | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/public/locales/pl-PL.json b/public/locales/pl-PL.json index 7c687c52f..bc08f81c6 100644 --- a/public/locales/pl-PL.json +++ b/public/locales/pl-PL.json @@ -13,16 +13,6 @@ "label": "Feature menu" } }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "Fast forward by {{TIME}}" - }, - "rewindButton": { - "label": "Rewind by {{TIME}}" - } - } - }, "hideEndScreenCardsButton": { "button": { "label": "Hide end screen cards", @@ -157,13 +147,11 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "Decrease Speed button", - "forwardButton": "Fast Forward button", "hideEndScreenCardsButton": "Hide end screen cards button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", "maximizePlayerButton": "Maximize button", "openTranscriptButton": "Open Transcript button", - "rewindButton": "Rewind button", "screenshotButton": "Screenshot button", "volumeBoostButton": "Volume Boost button" }, @@ -214,17 +202,6 @@ "title": "Feature menu settings" } }, - "forwardRewindButtons": { - "enable": { - "label": "Enable forward/rewind buttons", - "title": "Adds forward and rewind buttons to the video player" - }, - "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" - }, - "title": "Forward/rewind button settings" - }, "importExportSettings": { "exportButton": { "success": "Settings successfully exported", @@ -540,4 +517,4 @@ } } } -} +} From d79d07582f6d7e1c184e59d5d4e5283e5b2a007e Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 15 Jun 2024 00:30:58 -0400 Subject: [PATCH 0562/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index 5f7220350..fc8e39059 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -13,16 +13,6 @@ "label": "Funktionsmeny" } }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "Fast forward by {{TIME}}" - }, - "rewindButton": { - "label": "Rewind by {{TIME}}" - } - } - }, "hideEndScreenCardsButton": { "button": { "label": "Dölj slutskärmskort", @@ -157,13 +147,11 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "Knapp för att mindska hastigheten", - "forwardButton": "Fast Forward button", "hideEndScreenCardsButton": "Dölj knappen för slutskärmskort", "increasePlaybackSpeedButton": "Knapp för att öka hastigheten", "loopButton": "Slingknapp", "maximizePlayerButton": "Maximeraknapp", "openTranscriptButton": "Transkriptknapp", - "rewindButton": "Rewind button", "screenshotButton": "Skärmbildsknapp", "volumeBoostButton": "Volymökningsknapp" }, @@ -214,17 +202,6 @@ "title": "Inställningar för funktionsmeny" } }, - "forwardRewindButtons": { - "enable": { - "label": "Enable forward/rewind buttons", - "title": "Adds forward and rewind buttons to the video player" - }, - "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" - }, - "title": "Forward/rewind button settings" - }, "importExportSettings": { "exportButton": { "success": "Inställningar har exporterats", @@ -540,4 +517,4 @@ } } } -} +} From 369905e7493556d078b9de402ef44eb5930c73de Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 15 Jun 2024 00:30:59 -0400 Subject: [PATCH 0563/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index 8f047c3ac..c3ae12c24 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -13,16 +13,6 @@ "label": "Özellik menüsü" } }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "Fast forward by {{TIME}}" - }, - "rewindButton": { - "label": "Rewind by {{TIME}}" - } - } - }, "hideEndScreenCardsButton": { "button": { "label": "Bitiş ekranı kartlarını gizle", @@ -157,13 +147,11 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "Decrease Speed button", - "forwardButton": "Fast Forward button", "hideEndScreenCardsButton": "Bitiş ekranı kartlarını gizleme düğmesi", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Döngü düğmesi", "maximizePlayerButton": "Tam ekran düğmesi", "openTranscriptButton": "Open Transcript button", - "rewindButton": "Rewind button", "screenshotButton": "Ekran görüntüsü düğmesi", "volumeBoostButton": "Ses güçlendirme düğmesi" }, @@ -214,17 +202,6 @@ "title": "Özellik menüsü ayarları" } }, - "forwardRewindButtons": { - "enable": { - "label": "Enable forward/rewind buttons", - "title": "Adds forward and rewind buttons to the video player" - }, - "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" - }, - "title": "Forward/rewind button settings" - }, "importExportSettings": { "exportButton": { "success": "Ayarlar başarıyla dışa aktarıldı", @@ -540,4 +517,4 @@ } } } -} +} From 29caed56cdbe34a41a6fda87c1fb976520573334 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 15 Jun 2024 00:31:00 -0400 Subject: [PATCH 0564/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index b6c631a2d..d30f1ce5d 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -13,16 +13,6 @@ "label": "功能菜单" } }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "向前快进 {{TIME}}" - }, - "rewindButton": { - "label": "向后快退 {{TIME}}" - } - } - }, "hideEndScreenCardsButton": { "button": { "label": "隐藏结束界面卡片", @@ -157,13 +147,11 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "降低速度按钮", - "forwardButton": "快进按钮", "hideEndScreenCardsButton": "隐藏结束界面卡片按钮", "increasePlaybackSpeedButton": "增加速度按钮", "loopButton": "循环按钮", "maximizePlayerButton": "最大化按钮", "openTranscriptButton": "转写文稿按钮", - "rewindButton": "快退按钮", "screenshotButton": "屏幕截图按钮", "volumeBoostButton": "音量增强按钮" }, @@ -214,17 +202,6 @@ "title": "功能菜单设置" } }, - "forwardRewindButtons": { - "enable": { - "label": "启用快进/快退按钮", - "title": "给视频播放器添加快进/快退按钮" - }, - "time": { - "label": "快进/快退时间", - "title": "快进/快退视频的时间长度" - }, - "title": "快进/快退按钮设置" - }, "importExportSettings": { "exportButton": { "success": "导出配置成功", @@ -540,4 +517,4 @@ } } } -} +} From 3e7e7de577c8f3d368f0c1be0363144a337c1185 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 15 Jun 2024 00:31:01 -0400 Subject: [PATCH 0565/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index e8bfc3e59..d2788ae44 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -13,16 +13,6 @@ "label": "功能選單" } }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "Fast forward by {{TIME}}" - }, - "rewindButton": { - "label": "Rewind by {{TIME}}" - } - } - }, "hideEndScreenCardsButton": { "button": { "label": "隱藏片尾資訊卡", @@ -157,13 +147,11 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "減慢速度按鈕", - "forwardButton": "Fast Forward button", "hideEndScreenCardsButton": "隱藏片尾資訊卡按鈕", "increasePlaybackSpeedButton": "加快速度按妞", "loopButton": "循環播放按鈕", "maximizePlayerButton": "最大化按鈕", "openTranscriptButton": "開啟文字記錄按鈕", - "rewindButton": "Rewind button", "screenshotButton": "螢幕截圖按鈕", "volumeBoostButton": "音量增強按鈕" }, @@ -214,17 +202,6 @@ "title": "功能選單設定" } }, - "forwardRewindButtons": { - "enable": { - "label": "Enable forward/rewind buttons", - "title": "Adds forward and rewind buttons to the video player" - }, - "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" - }, - "title": "Forward/rewind button settings" - }, "importExportSettings": { "exportButton": { "success": "設定已成功匯出", @@ -540,4 +517,4 @@ } } } -} +} From 50899ea335d4a308f6e115ddda646efeb01f5422 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 15 Jun 2024 00:31:02 -0400 Subject: [PATCH 0566/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index 553f4b739..6a6c358bf 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -13,16 +13,6 @@ "label": "Feature menu" } }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "Fast forward by {{TIME}}" - }, - "rewindButton": { - "label": "Rewind by {{TIME}}" - } - } - }, "hideEndScreenCardsButton": { "button": { "label": "Hide end screen cards", @@ -157,13 +147,11 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "Decrease Speed button", - "forwardButton": "Fast Forward button", "hideEndScreenCardsButton": "Hide end screen cards button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Botão de Repetir", "maximizePlayerButton": "Botão de Maximizar", "openTranscriptButton": "Abrir botão de transcrição", - "rewindButton": "Rewind button", "screenshotButton": "Botão de captura de tela", "volumeBoostButton": "Botão de Impulso de Volume" }, @@ -214,17 +202,6 @@ "title": "Configurações do menu de recursos" } }, - "forwardRewindButtons": { - "enable": { - "label": "Enable forward/rewind buttons", - "title": "Adds forward and rewind buttons to the video player" - }, - "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" - }, - "title": "Forward/rewind button settings" - }, "importExportSettings": { "exportButton": { "success": "As configurações foram exportadas com sucesso", @@ -540,4 +517,4 @@ } } } -} +} From f939c5c8fe7e3423e038f86a879070a3637b0d11 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 15 Jun 2024 00:31:03 -0400 Subject: [PATCH 0567/1783] New translations en-us.json (Persian) --- public/locales/fa-IR.json | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/public/locales/fa-IR.json b/public/locales/fa-IR.json index 34d2b12bc..b564891c1 100644 --- a/public/locales/fa-IR.json +++ b/public/locales/fa-IR.json @@ -13,16 +13,6 @@ "label": "Feature menu" } }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "Fast forward by {{TIME}}" - }, - "rewindButton": { - "label": "Rewind by {{TIME}}" - } - } - }, "hideEndScreenCardsButton": { "button": { "label": "Hide end screen cards", @@ -157,13 +147,11 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "Decrease Speed button", - "forwardButton": "Fast Forward button", "hideEndScreenCardsButton": "Hide end screen cards button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", "maximizePlayerButton": "Maximize button", "openTranscriptButton": "Open Transcript button", - "rewindButton": "Rewind button", "screenshotButton": "Screenshot button", "volumeBoostButton": "Volume Boost button" }, @@ -214,17 +202,6 @@ "title": "Feature menu settings" } }, - "forwardRewindButtons": { - "enable": { - "label": "Enable forward/rewind buttons", - "title": "Adds forward and rewind buttons to the video player" - }, - "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" - }, - "title": "Forward/rewind button settings" - }, "importExportSettings": { "exportButton": { "success": "Settings successfully exported", @@ -540,4 +517,4 @@ } } } -} +} From 012e62663c0957d4ce79c35d01223a4e852abd96 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 15 Jun 2024 00:31:04 -0400 Subject: [PATCH 0568/1783] New translations en-us.json (Hindi) --- public/locales/hi-IN.json | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/public/locales/hi-IN.json b/public/locales/hi-IN.json index a3ad610ca..f1d0558ec 100644 --- a/public/locales/hi-IN.json +++ b/public/locales/hi-IN.json @@ -13,16 +13,6 @@ "label": "Feature menu" } }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "Fast forward by {{TIME}}" - }, - "rewindButton": { - "label": "Rewind by {{TIME}}" - } - } - }, "hideEndScreenCardsButton": { "button": { "label": "Hide end screen cards", @@ -157,13 +147,11 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "Decrease Speed button", - "forwardButton": "Fast Forward button", "hideEndScreenCardsButton": "Hide end screen cards button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", "maximizePlayerButton": "Maximize button", "openTranscriptButton": "Open Transcript button", - "rewindButton": "Rewind button", "screenshotButton": "Screenshot button", "volumeBoostButton": "Volume Boost button" }, @@ -214,17 +202,6 @@ "title": "Feature menu settings" } }, - "forwardRewindButtons": { - "enable": { - "label": "Enable forward/rewind buttons", - "title": "Adds forward and rewind buttons to the video player" - }, - "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" - }, - "title": "Forward/rewind button settings" - }, "importExportSettings": { "exportButton": { "success": "Settings successfully exported", @@ -540,4 +517,4 @@ } } } -} +} From 29385a939743debe6b9bc84fb87d2722c53b0c53 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 15 Jun 2024 00:31:05 -0400 Subject: [PATCH 0569/1783] New translations en-us.json (English, United Kingdom) --- public/locales/en-GB.json | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/public/locales/en-GB.json b/public/locales/en-GB.json index 91a6d023c..750eeda23 100644 --- a/public/locales/en-GB.json +++ b/public/locales/en-GB.json @@ -13,16 +13,6 @@ "label": "Feature menu" } }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "Fast forward by {{TIME}}" - }, - "rewindButton": { - "label": "Rewind by {{TIME}}" - } - } - }, "hideEndScreenCardsButton": { "button": { "label": "Hide end screen cards", @@ -157,13 +147,11 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "Decrease Speed button", - "forwardButton": "Fast Forward button", "hideEndScreenCardsButton": "Hide end screen cards button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", "maximizePlayerButton": "Maximize button", "openTranscriptButton": "Open Transcript button", - "rewindButton": "Rewind button", "screenshotButton": "Screenshot button", "volumeBoostButton": "Volume Boost button" }, @@ -214,17 +202,6 @@ "title": "Feature menu settings" } }, - "forwardRewindButtons": { - "enable": { - "label": "Enable forward/rewind buttons", - "title": "Adds forward and rewind buttons to the video player" - }, - "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" - }, - "title": "Forward/rewind button settings" - }, "importExportSettings": { "exportButton": { "success": "Settings successfully exported", @@ -540,4 +517,4 @@ } } } -} +} From 5e59df8ea569fdf8386430a482bc3c4c2728e693 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 18 Jun 2024 11:30:29 -0400 Subject: [PATCH 0570/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index f16f3fa5e..9c5fe25c5 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -13,6 +13,16 @@ "label": "フィーチャー・メニュー" } }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Fast forward by {{TIME}}" + }, + "rewindButton": { + "label": "Rewind by {{TIME}}" + } + } + }, "hideEndScreenCardsButton": { "button": { "label": "終了画面のカードを非表示にする", @@ -147,11 +157,13 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "速度を下げるボタン", + "forwardButton": "Fast Forward button", "hideEndScreenCardsButton": "終了画面のカードボタンを非表示にする", "increasePlaybackSpeedButton": "速度を上げるボタン", "loopButton": "ループボタン", "maximizePlayerButton": "最大表示ボタン", "openTranscriptButton": "文字起こしを見せるボタン", + "rewindButton": "Rewind button", "screenshotButton": "スクリーンショットボタン", "volumeBoostButton": "音量ブーストボタン" }, @@ -202,6 +214,17 @@ "title": "フィーチャー・メニュー設定" } }, + "forwardRewindButtons": { + "enable": { + "label": "Enable forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + }, + "title": "Forward/rewind button settings" + }, "importExportSettings": { "exportButton": { "success": "設定がエクスポートをされました", From bd15ddd055705139ab0919fc4702bcd301e0aa26 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 18 Jun 2024 11:30:31 -0400 Subject: [PATCH 0571/1783] New translations en-us.json (Korean) --- public/locales/ko-KR.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/public/locales/ko-KR.json b/public/locales/ko-KR.json index 947cd07ea..46ab66bee 100644 --- a/public/locales/ko-KR.json +++ b/public/locales/ko-KR.json @@ -13,6 +13,16 @@ "label": "추가 기능" } }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Fast forward by {{TIME}}" + }, + "rewindButton": { + "label": "Rewind by {{TIME}}" + } + } + }, "hideEndScreenCardsButton": { "button": { "label": "최종 화면 숨기기", @@ -147,11 +157,13 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "속도 조절 버튼", + "forwardButton": "Fast Forward button", "hideEndScreenCardsButton": "최종 화면 숨기기", "increasePlaybackSpeedButton": "속도 조절 버튼", "loopButton": "연속 재생 버튼", "maximizePlayerButton": "화면 크기에 맞추기 버튼", "openTranscriptButton": "스크립트 보기 버튼", + "rewindButton": "Rewind button", "screenshotButton": "스크린샷 버튼", "volumeBoostButton": "볼륨 부스트 버튼" }, @@ -202,6 +214,17 @@ "title": "추가 기능 설정" } }, + "forwardRewindButtons": { + "enable": { + "label": "Enable forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + }, + "title": "Forward/rewind button settings" + }, "importExportSettings": { "exportButton": { "success": "설정을 성공적으로 내보냈습니다.", From 82e0c86a4ad5529d3f1e6b442911282403f26f9c Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 18 Jun 2024 11:30:33 -0400 Subject: [PATCH 0572/1783] New translations en-us.json (Vietnamese) --- public/locales/vi-VN.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/public/locales/vi-VN.json b/public/locales/vi-VN.json index a8556f75f..caa0db3d6 100644 --- a/public/locales/vi-VN.json +++ b/public/locales/vi-VN.json @@ -13,6 +13,16 @@ "label": "Feature menu" } }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Fast forward by {{TIME}}" + }, + "rewindButton": { + "label": "Rewind by {{TIME}}" + } + } + }, "hideEndScreenCardsButton": { "button": { "label": "Hide end screen cards", @@ -147,11 +157,13 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "Decrease Speed button", + "forwardButton": "Fast Forward button", "hideEndScreenCardsButton": "Hide end screen cards button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", "maximizePlayerButton": "Maximize button", "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind button", "screenshotButton": "Screenshot button", "volumeBoostButton": "Volume Boost button" }, @@ -202,6 +214,17 @@ "title": "Feature menu settings" } }, + "forwardRewindButtons": { + "enable": { + "label": "Enable forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + }, + "title": "Forward/rewind button settings" + }, "importExportSettings": { "exportButton": { "success": "Settings successfully exported", From 24a6fc0cb8431ca127fef563211dfb375590a0c8 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 18 Jun 2024 11:30:34 -0400 Subject: [PATCH 0573/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index 30ebf19d7..967366f9f 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -13,6 +13,16 @@ "label": "Меню функций" } }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Fast forward by {{TIME}}" + }, + "rewindButton": { + "label": "Rewind by {{TIME}}" + } + } + }, "hideEndScreenCardsButton": { "button": { "label": "Скрыть заставки следующих видео", @@ -147,11 +157,13 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "Кнопка уменьшения скорости видео", + "forwardButton": "Fast Forward button", "hideEndScreenCardsButton": "Кнопка «Скрыть заставки следующих видео»", "increasePlaybackSpeedButton": "Кнопка увеличения скорости видео", "loopButton": "Кнопка «Зациклить»", "maximizePlayerButton": "Кнопка «Развернуть»", "openTranscriptButton": "Кнопка «Открыть стенограмму»", + "rewindButton": "Rewind button", "screenshotButton": "Кнопка «Скриншот»", "volumeBoostButton": "Кнопка «Усиление громкости»" }, @@ -202,6 +214,17 @@ "title": "Настройки меню функций" } }, + "forwardRewindButtons": { + "enable": { + "label": "Enable forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + }, + "title": "Forward/rewind button settings" + }, "importExportSettings": { "exportButton": { "success": "Настройки успешно экспортированы", From c4293bf080a3b35b30917a2fe0552e07b7b65dcc Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 18 Jun 2024 11:30:35 -0400 Subject: [PATCH 0574/1783] New translations en-us.json (French) --- public/locales/fr-FR.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/public/locales/fr-FR.json b/public/locales/fr-FR.json index 572561c64..38b8ec6db 100644 --- a/public/locales/fr-FR.json +++ b/public/locales/fr-FR.json @@ -13,6 +13,16 @@ "label": "Feature menu" } }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Fast forward by {{TIME}}" + }, + "rewindButton": { + "label": "Rewind by {{TIME}}" + } + } + }, "hideEndScreenCardsButton": { "button": { "label": "Hide end screen cards", @@ -147,11 +157,13 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "Decrease Speed button", + "forwardButton": "Fast Forward button", "hideEndScreenCardsButton": "Hide end screen cards button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", "maximizePlayerButton": "Maximize button", "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind button", "screenshotButton": "Screenshot button", "volumeBoostButton": "Volume Boost button" }, @@ -202,6 +214,17 @@ "title": "Paramètres du menu de fonctionnalités" } }, + "forwardRewindButtons": { + "enable": { + "label": "Enable forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + }, + "title": "Forward/rewind button settings" + }, "importExportSettings": { "exportButton": { "success": "Réglages exportés avec succès", From c209b58e9c8e1ab4545b9b507b02f724451c4342 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 18 Jun 2024 11:30:36 -0400 Subject: [PATCH 0575/1783] New translations en-us.json (Spanish) --- public/locales/es-ES.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index de5ee8903..f56c1cb0e 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -13,6 +13,16 @@ "label": "Feature menu" } }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Fast forward by {{TIME}}" + }, + "rewindButton": { + "label": "Rewind by {{TIME}}" + } + } + }, "hideEndScreenCardsButton": { "button": { "label": "Hide end screen cards", @@ -147,11 +157,13 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "Decrease Speed button", + "forwardButton": "Fast Forward button", "hideEndScreenCardsButton": "Hide end screen cards button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Botón de repetición", "maximizePlayerButton": "Maximizar botón", "openTranscriptButton": "Abrir botón de transcripción", + "rewindButton": "Rewind button", "screenshotButton": "Botón de captura de pantalla", "volumeBoostButton": "Botón Aumento de Volumen" }, @@ -202,6 +214,17 @@ "title": "Configuración del menú" } }, + "forwardRewindButtons": { + "enable": { + "label": "Enable forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + }, + "title": "Forward/rewind button settings" + }, "importExportSettings": { "exportButton": { "success": "Ajustes exportados correctamente", From f70816ff2e921c40ab83eee89dd26ace65e96ef4 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 18 Jun 2024 11:30:37 -0400 Subject: [PATCH 0576/1783] New translations en-us.json (Catalan) --- public/locales/ca-ES.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/public/locales/ca-ES.json b/public/locales/ca-ES.json index 560512b0b..8c0f2ddf0 100644 --- a/public/locales/ca-ES.json +++ b/public/locales/ca-ES.json @@ -13,6 +13,16 @@ "label": "Feature menu" } }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Fast forward by {{TIME}}" + }, + "rewindButton": { + "label": "Rewind by {{TIME}}" + } + } + }, "hideEndScreenCardsButton": { "button": { "label": "Hide end screen cards", @@ -147,11 +157,13 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "Decrease Speed button", + "forwardButton": "Fast Forward button", "hideEndScreenCardsButton": "Hide end screen cards button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", "maximizePlayerButton": "Maximize button", "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind button", "screenshotButton": "Screenshot button", "volumeBoostButton": "Volume Boost button" }, @@ -202,6 +214,17 @@ "title": "Feature menu settings" } }, + "forwardRewindButtons": { + "enable": { + "label": "Enable forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + }, + "title": "Forward/rewind button settings" + }, "importExportSettings": { "exportButton": { "success": "Settings successfully exported", From e3eb6d99a7fce7d96c15a857d8cdcd3a919bb60a Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 18 Jun 2024 11:30:38 -0400 Subject: [PATCH 0577/1783] New translations en-us.json (Czech) --- public/locales/cs-CZ.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/public/locales/cs-CZ.json b/public/locales/cs-CZ.json index db2f9ac3d..c57a94f46 100644 --- a/public/locales/cs-CZ.json +++ b/public/locales/cs-CZ.json @@ -13,6 +13,16 @@ "label": "Feature menu" } }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Fast forward by {{TIME}}" + }, + "rewindButton": { + "label": "Rewind by {{TIME}}" + } + } + }, "hideEndScreenCardsButton": { "button": { "label": "Hide end screen cards", @@ -147,11 +157,13 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "Decrease Speed button", + "forwardButton": "Fast Forward button", "hideEndScreenCardsButton": "Hide end screen cards button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", "maximizePlayerButton": "Maximize button", "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind button", "screenshotButton": "Screenshot button", "volumeBoostButton": "Volume Boost button" }, @@ -202,6 +214,17 @@ "title": "Feature menu settings" } }, + "forwardRewindButtons": { + "enable": { + "label": "Enable forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + }, + "title": "Forward/rewind button settings" + }, "importExportSettings": { "exportButton": { "success": "Settings successfully exported", From 812d5273188ebf30cc871c5a1bed229c0360940e Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 18 Jun 2024 11:30:39 -0400 Subject: [PATCH 0578/1783] New translations en-us.json (German) --- public/locales/de-DE.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/public/locales/de-DE.json b/public/locales/de-DE.json index 6918fd804..46522b28e 100644 --- a/public/locales/de-DE.json +++ b/public/locales/de-DE.json @@ -13,6 +13,16 @@ "label": "Feature menu" } }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Fast forward by {{TIME}}" + }, + "rewindButton": { + "label": "Rewind by {{TIME}}" + } + } + }, "hideEndScreenCardsButton": { "button": { "label": "Hide end screen cards", @@ -147,11 +157,13 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "Decrease Speed button", + "forwardButton": "Fast Forward button", "hideEndScreenCardsButton": "Hide end screen cards button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", "maximizePlayerButton": "Maximize button", "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind button", "screenshotButton": "Screenshot button", "volumeBoostButton": "Volume Boost button" }, @@ -202,6 +214,17 @@ "title": "Feature menu settings" } }, + "forwardRewindButtons": { + "enable": { + "label": "Enable forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + }, + "title": "Forward/rewind button settings" + }, "importExportSettings": { "exportButton": { "success": "Einstellungen erfolgreich exportiert", From 5c0715b011539cd539051a57a748e3736e669e79 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 18 Jun 2024 11:30:40 -0400 Subject: [PATCH 0579/1783] New translations en-us.json (Hebrew) --- public/locales/he-IL.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/public/locales/he-IL.json b/public/locales/he-IL.json index 7cc79c57d..359ae3927 100644 --- a/public/locales/he-IL.json +++ b/public/locales/he-IL.json @@ -13,6 +13,16 @@ "label": "Feature menu" } }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Fast forward by {{TIME}}" + }, + "rewindButton": { + "label": "Rewind by {{TIME}}" + } + } + }, "hideEndScreenCardsButton": { "button": { "label": "Hide end screen cards", @@ -147,11 +157,13 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "Decrease Speed button", + "forwardButton": "Fast Forward button", "hideEndScreenCardsButton": "Hide end screen cards button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", "maximizePlayerButton": "Maximize button", "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind button", "screenshotButton": "Screenshot button", "volumeBoostButton": "Volume Boost button" }, @@ -202,6 +214,17 @@ "title": "Feature menu settings" } }, + "forwardRewindButtons": { + "enable": { + "label": "Enable forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + }, + "title": "Forward/rewind button settings" + }, "importExportSettings": { "exportButton": { "success": "Settings successfully exported", From 6b8920889222f21036d0b740dea3f89c601b3b54 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 18 Jun 2024 11:30:42 -0400 Subject: [PATCH 0580/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index add2ec753..468b8ecee 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -13,6 +13,16 @@ "label": "Menu' funzioni" } }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Fast forward by {{TIME}}" + }, + "rewindButton": { + "label": "Rewind by {{TIME}}" + } + } + }, "hideEndScreenCardsButton": { "button": { "label": "Nascondi le schede finali", @@ -147,11 +157,13 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "Pulsante Riduci velocità", + "forwardButton": "Fast Forward button", "hideEndScreenCardsButton": "Pulsante Nascondi schede finali", "increasePlaybackSpeedButton": "Pulsante Aumenta velocità", "loopButton": "Pulsante Ripeti", "maximizePlayerButton": "Pulsante Massimizza", "openTranscriptButton": "Pulsante Apri trascrizione", + "rewindButton": "Rewind button", "screenshotButton": "Pulsante Schermata", "volumeBoostButton": "Pulsante Aumento volume" }, @@ -202,6 +214,17 @@ "title": "Impostazioni menu' funzioni" } }, + "forwardRewindButtons": { + "enable": { + "label": "Enable forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + }, + "title": "Forward/rewind button settings" + }, "importExportSettings": { "exportButton": { "success": "Impostazioni esportate correttamente", From 65cf1ddcf866e8d974bddc85cd954356d956ebad Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 18 Jun 2024 11:30:43 -0400 Subject: [PATCH 0581/1783] New translations en-us.json (Polish) --- public/locales/pl-PL.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/public/locales/pl-PL.json b/public/locales/pl-PL.json index bc08f81c6..77e43c8c9 100644 --- a/public/locales/pl-PL.json +++ b/public/locales/pl-PL.json @@ -13,6 +13,16 @@ "label": "Feature menu" } }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Fast forward by {{TIME}}" + }, + "rewindButton": { + "label": "Rewind by {{TIME}}" + } + } + }, "hideEndScreenCardsButton": { "button": { "label": "Hide end screen cards", @@ -147,11 +157,13 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "Decrease Speed button", + "forwardButton": "Fast Forward button", "hideEndScreenCardsButton": "Hide end screen cards button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", "maximizePlayerButton": "Maximize button", "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind button", "screenshotButton": "Screenshot button", "volumeBoostButton": "Volume Boost button" }, @@ -202,6 +214,17 @@ "title": "Feature menu settings" } }, + "forwardRewindButtons": { + "enable": { + "label": "Enable forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + }, + "title": "Forward/rewind button settings" + }, "importExportSettings": { "exportButton": { "success": "Settings successfully exported", From 842387682613937229ed961470f0e67629e0cb89 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 18 Jun 2024 11:30:44 -0400 Subject: [PATCH 0582/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index fc8e39059..945ab1330 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -13,6 +13,16 @@ "label": "Funktionsmeny" } }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Fast forward by {{TIME}}" + }, + "rewindButton": { + "label": "Rewind by {{TIME}}" + } + } + }, "hideEndScreenCardsButton": { "button": { "label": "Dölj slutskärmskort", @@ -147,11 +157,13 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "Knapp för att mindska hastigheten", + "forwardButton": "Fast Forward button", "hideEndScreenCardsButton": "Dölj knappen för slutskärmskort", "increasePlaybackSpeedButton": "Knapp för att öka hastigheten", "loopButton": "Slingknapp", "maximizePlayerButton": "Maximeraknapp", "openTranscriptButton": "Transkriptknapp", + "rewindButton": "Rewind button", "screenshotButton": "Skärmbildsknapp", "volumeBoostButton": "Volymökningsknapp" }, @@ -202,6 +214,17 @@ "title": "Inställningar för funktionsmeny" } }, + "forwardRewindButtons": { + "enable": { + "label": "Enable forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + }, + "title": "Forward/rewind button settings" + }, "importExportSettings": { "exportButton": { "success": "Inställningar har exporterats", From 7001a0d1ba173b3f1de4db9182949a9b25eb0253 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 18 Jun 2024 11:30:45 -0400 Subject: [PATCH 0583/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index c3ae12c24..bfce7af6b 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -13,6 +13,16 @@ "label": "Özellik menüsü" } }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Fast forward by {{TIME}}" + }, + "rewindButton": { + "label": "Rewind by {{TIME}}" + } + } + }, "hideEndScreenCardsButton": { "button": { "label": "Bitiş ekranı kartlarını gizle", @@ -147,11 +157,13 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "Decrease Speed button", + "forwardButton": "Fast Forward button", "hideEndScreenCardsButton": "Bitiş ekranı kartlarını gizleme düğmesi", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Döngü düğmesi", "maximizePlayerButton": "Tam ekran düğmesi", "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind button", "screenshotButton": "Ekran görüntüsü düğmesi", "volumeBoostButton": "Ses güçlendirme düğmesi" }, @@ -202,6 +214,17 @@ "title": "Özellik menüsü ayarları" } }, + "forwardRewindButtons": { + "enable": { + "label": "Enable forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + }, + "title": "Forward/rewind button settings" + }, "importExportSettings": { "exportButton": { "success": "Ayarlar başarıyla dışa aktarıldı", From 76b5cb9ab04f385338fee019e60ee2339104e445 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 18 Jun 2024 11:30:46 -0400 Subject: [PATCH 0584/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index d30f1ce5d..fa56e535b 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -13,6 +13,16 @@ "label": "功能菜单" } }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Fast forward by {{TIME}}" + }, + "rewindButton": { + "label": "Rewind by {{TIME}}" + } + } + }, "hideEndScreenCardsButton": { "button": { "label": "隐藏结束界面卡片", @@ -147,11 +157,13 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "降低速度按钮", + "forwardButton": "Fast Forward button", "hideEndScreenCardsButton": "隐藏结束界面卡片按钮", "increasePlaybackSpeedButton": "增加速度按钮", "loopButton": "循环按钮", "maximizePlayerButton": "最大化按钮", "openTranscriptButton": "转写文稿按钮", + "rewindButton": "Rewind button", "screenshotButton": "屏幕截图按钮", "volumeBoostButton": "音量增强按钮" }, @@ -202,6 +214,17 @@ "title": "功能菜单设置" } }, + "forwardRewindButtons": { + "enable": { + "label": "Enable forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + }, + "title": "Forward/rewind button settings" + }, "importExportSettings": { "exportButton": { "success": "导出配置成功", From 00ec07ee1f6e4e5734dc3becfd92ec418663d081 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 18 Jun 2024 11:30:47 -0400 Subject: [PATCH 0585/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index d2788ae44..a99a6152c 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -13,6 +13,16 @@ "label": "功能選單" } }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "快轉{{TIME}}" + }, + "rewindButton": { + "label": "倒帶{{TIME}}" + } + } + }, "hideEndScreenCardsButton": { "button": { "label": "隱藏片尾資訊卡", @@ -147,11 +157,13 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "減慢速度按鈕", + "forwardButton": "快轉按鈕", "hideEndScreenCardsButton": "隱藏片尾資訊卡按鈕", "increasePlaybackSpeedButton": "加快速度按妞", "loopButton": "循環播放按鈕", "maximizePlayerButton": "最大化按鈕", "openTranscriptButton": "開啟文字記錄按鈕", + "rewindButton": "倒帶按鈕", "screenshotButton": "螢幕截圖按鈕", "volumeBoostButton": "音量增強按鈕" }, @@ -202,6 +214,17 @@ "title": "功能選單設定" } }, + "forwardRewindButtons": { + "enable": { + "label": "啟用快轉倒帶按鈕", + "title": "在播放器加入快轉和倒帶按鈕" + }, + "time": { + "label": "快轉/倒帶時間", + "title": "每次快轉/倒帶的時間" + }, + "title": "快轉/倒帶按鈕設定" + }, "importExportSettings": { "exportButton": { "success": "設定已成功匯出", From 582460958171f6324fe994844842f635bb206051 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 18 Jun 2024 11:30:48 -0400 Subject: [PATCH 0586/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index 6a6c358bf..a06edca19 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -13,6 +13,16 @@ "label": "Feature menu" } }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Fast forward by {{TIME}}" + }, + "rewindButton": { + "label": "Rewind by {{TIME}}" + } + } + }, "hideEndScreenCardsButton": { "button": { "label": "Hide end screen cards", @@ -147,11 +157,13 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "Decrease Speed button", + "forwardButton": "Fast Forward button", "hideEndScreenCardsButton": "Hide end screen cards button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Botão de Repetir", "maximizePlayerButton": "Botão de Maximizar", "openTranscriptButton": "Abrir botão de transcrição", + "rewindButton": "Rewind button", "screenshotButton": "Botão de captura de tela", "volumeBoostButton": "Botão de Impulso de Volume" }, @@ -202,6 +214,17 @@ "title": "Configurações do menu de recursos" } }, + "forwardRewindButtons": { + "enable": { + "label": "Enable forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + }, + "title": "Forward/rewind button settings" + }, "importExportSettings": { "exportButton": { "success": "As configurações foram exportadas com sucesso", From 3b02cc65f5a0fa9f42d5d52c2786f73b59f3c0a2 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 18 Jun 2024 11:30:50 -0400 Subject: [PATCH 0587/1783] New translations en-us.json (Persian) --- public/locales/fa-IR.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/public/locales/fa-IR.json b/public/locales/fa-IR.json index b564891c1..9fb15e4d5 100644 --- a/public/locales/fa-IR.json +++ b/public/locales/fa-IR.json @@ -13,6 +13,16 @@ "label": "Feature menu" } }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Fast forward by {{TIME}}" + }, + "rewindButton": { + "label": "Rewind by {{TIME}}" + } + } + }, "hideEndScreenCardsButton": { "button": { "label": "Hide end screen cards", @@ -147,11 +157,13 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "Decrease Speed button", + "forwardButton": "Fast Forward button", "hideEndScreenCardsButton": "Hide end screen cards button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", "maximizePlayerButton": "Maximize button", "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind button", "screenshotButton": "Screenshot button", "volumeBoostButton": "Volume Boost button" }, @@ -202,6 +214,17 @@ "title": "Feature menu settings" } }, + "forwardRewindButtons": { + "enable": { + "label": "Enable forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + }, + "title": "Forward/rewind button settings" + }, "importExportSettings": { "exportButton": { "success": "Settings successfully exported", From 9edc739fa8d1a98582bc731070a444956697435e Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 18 Jun 2024 11:30:51 -0400 Subject: [PATCH 0588/1783] New translations en-us.json (Hindi) --- public/locales/hi-IN.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/public/locales/hi-IN.json b/public/locales/hi-IN.json index f1d0558ec..69a50ace5 100644 --- a/public/locales/hi-IN.json +++ b/public/locales/hi-IN.json @@ -13,6 +13,16 @@ "label": "Feature menu" } }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Fast forward by {{TIME}}" + }, + "rewindButton": { + "label": "Rewind by {{TIME}}" + } + } + }, "hideEndScreenCardsButton": { "button": { "label": "Hide end screen cards", @@ -147,11 +157,13 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "Decrease Speed button", + "forwardButton": "Fast Forward button", "hideEndScreenCardsButton": "Hide end screen cards button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", "maximizePlayerButton": "Maximize button", "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind button", "screenshotButton": "Screenshot button", "volumeBoostButton": "Volume Boost button" }, @@ -202,6 +214,17 @@ "title": "Feature menu settings" } }, + "forwardRewindButtons": { + "enable": { + "label": "Enable forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + }, + "title": "Forward/rewind button settings" + }, "importExportSettings": { "exportButton": { "success": "Settings successfully exported", From 4aa90c8404ad037be97a78bc7d2a0a98640b8bc3 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 18 Jun 2024 11:30:52 -0400 Subject: [PATCH 0589/1783] New translations en-us.json (English, United Kingdom) --- public/locales/en-GB.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/public/locales/en-GB.json b/public/locales/en-GB.json index 750eeda23..c8b0484de 100644 --- a/public/locales/en-GB.json +++ b/public/locales/en-GB.json @@ -13,6 +13,16 @@ "label": "Feature menu" } }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Fast forward by {{TIME}}" + }, + "rewindButton": { + "label": "Rewind by {{TIME}}" + } + } + }, "hideEndScreenCardsButton": { "button": { "label": "Hide end screen cards", @@ -147,11 +157,13 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "Decrease Speed button", + "forwardButton": "Fast Forward button", "hideEndScreenCardsButton": "Hide end screen cards button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", "maximizePlayerButton": "Maximize button", "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind button", "screenshotButton": "Screenshot button", "volumeBoostButton": "Volume Boost button" }, @@ -202,6 +214,17 @@ "title": "Feature menu settings" } }, + "forwardRewindButtons": { + "enable": { + "label": "Enable forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + }, + "title": "Forward/rewind button settings" + }, "importExportSettings": { "exportButton": { "success": "Settings successfully exported", From 17d62794015bdaf6a1a1265b84d5ae5fe2ce9346 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 18 Jun 2024 13:17:10 -0400 Subject: [PATCH 0590/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index 967366f9f..94aff4e4a 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -16,10 +16,10 @@ "forwardRewindButtons": { "buttons": { "forwardButton": { - "label": "Fast forward by {{TIME}}" + "label": "Перемотка вперёд на {{TIME}}" }, "rewindButton": { - "label": "Rewind by {{TIME}}" + "label": "Перемотка назад на {{TIME}}" } } }, @@ -157,7 +157,7 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "Кнопка уменьшения скорости видео", - "forwardButton": "Fast Forward button", + "forwardButton": "Кнопка перемотки вперёд", "hideEndScreenCardsButton": "Кнопка «Скрыть заставки следующих видео»", "increasePlaybackSpeedButton": "Кнопка увеличения скорости видео", "loopButton": "Кнопка «Зациклить»", @@ -216,14 +216,14 @@ }, "forwardRewindButtons": { "enable": { - "label": "Enable forward/rewind buttons", - "title": "Adds forward and rewind buttons to the video player" + "label": "Включить кнопки перемотки вперёд/назад", + "title": "Добавляет кнопки перемотки вперёд/назад в проигрыватель" }, "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" + "label": "Время перемотки", + "title": "Кол-во времени, на которое будет перематываться видео" }, - "title": "Forward/rewind button settings" + "title": "Настройки кнопок перемотки вперёд/назад" }, "importExportSettings": { "exportButton": { From 11e144e35ab36cbc81bc5fc9cd51ee1c880e4c1f Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 18 Jun 2024 13:17:11 -0400 Subject: [PATCH 0591/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index 468b8ecee..5f11a4624 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -16,10 +16,10 @@ "forwardRewindButtons": { "buttons": { "forwardButton": { - "label": "Fast forward by {{TIME}}" + "label": "Avanti veloce di {{TIME}}" }, "rewindButton": { - "label": "Rewind by {{TIME}}" + "label": "Riavvolgi di {{TIME}}" } } }, @@ -157,13 +157,13 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "Pulsante Riduci velocità", - "forwardButton": "Fast Forward button", + "forwardButton": "Pulsante Avanti veloce", "hideEndScreenCardsButton": "Pulsante Nascondi schede finali", "increasePlaybackSpeedButton": "Pulsante Aumenta velocità", "loopButton": "Pulsante Ripeti", "maximizePlayerButton": "Pulsante Massimizza", "openTranscriptButton": "Pulsante Apri trascrizione", - "rewindButton": "Rewind button", + "rewindButton": "Pulsante Riavvolgi", "screenshotButton": "Pulsante Schermata", "volumeBoostButton": "Pulsante Aumento volume" }, @@ -216,14 +216,14 @@ }, "forwardRewindButtons": { "enable": { - "label": "Enable forward/rewind buttons", - "title": "Adds forward and rewind buttons to the video player" + "label": "Abilita pulsanti avanti/riavvolgi", + "title": "Aggiunge i pulsanti avanti e riavvolgi al riproduttore video" }, "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" + "label": "Tempo avanzamento/riavvolgimento", + "title": "Il periodo di tempo da usare per avanzare/riavvolgere il video" }, - "title": "Forward/rewind button settings" + "title": "Impostazioni pulsante Avanti / Riavvolgi" }, "importExportSettings": { "exportButton": { From 7337b2791694e2ec10142eb23b3532c09485dc10 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 18 Jun 2024 22:16:59 -0400 Subject: [PATCH 0592/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index 9c5fe25c5..b14a899b2 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -457,6 +457,9 @@ }, "title": "スクロールホイール音量制御設定" }, + "settingSearch": { + "placeholder": "Search for a setting" + }, "videoHistory": { "enable": { "label": "視聴した動画に追跡をつける", @@ -540,4 +543,4 @@ } } } -} +} From 8b27747b0ec9d154afb7f36693bc24f02a27462c Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 18 Jun 2024 22:16:59 -0400 Subject: [PATCH 0593/1783] New translations en-us.json (Korean) --- public/locales/ko-KR.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/public/locales/ko-KR.json b/public/locales/ko-KR.json index 46ab66bee..4a2cfd03a 100644 --- a/public/locales/ko-KR.json +++ b/public/locales/ko-KR.json @@ -457,6 +457,9 @@ }, "title": "스크롤 휠로 볼륨 조절 설정" }, + "settingSearch": { + "placeholder": "Search for a setting" + }, "videoHistory": { "enable": { "label": "시청한 동영상 기억", @@ -540,4 +543,4 @@ } } } -} +} From 98e39d5f34a1b72e9278380808b5d17a7457d96e Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 18 Jun 2024 22:17:00 -0400 Subject: [PATCH 0594/1783] New translations en-us.json (Vietnamese) --- public/locales/vi-VN.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/public/locales/vi-VN.json b/public/locales/vi-VN.json index caa0db3d6..74579c337 100644 --- a/public/locales/vi-VN.json +++ b/public/locales/vi-VN.json @@ -457,6 +457,9 @@ }, "title": "Scroll wheel volume control settings" }, + "settingSearch": { + "placeholder": "Search for a setting" + }, "videoHistory": { "enable": { "label": "Track watched videos", @@ -540,4 +543,4 @@ } } } -} +} From ddd41c03347ab089830d9028fa84ffde5974357e Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 18 Jun 2024 22:17:01 -0400 Subject: [PATCH 0595/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index 94aff4e4a..aabf94efe 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -457,6 +457,9 @@ }, "title": "Настройки управления громкостью с помощью колеса мыши" }, + "settingSearch": { + "placeholder": "Search for a setting" + }, "videoHistory": { "enable": { "label": "Отслеживание таймкода просматриваемого видео", @@ -540,4 +543,4 @@ } } } -} +} From 381553e4d1956617f56ad7b4f865f9224bd5eef8 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 18 Jun 2024 22:17:02 -0400 Subject: [PATCH 0596/1783] New translations en-us.json (French) --- public/locales/fr-FR.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/public/locales/fr-FR.json b/public/locales/fr-FR.json index 38b8ec6db..8970e6f1e 100644 --- a/public/locales/fr-FR.json +++ b/public/locales/fr-FR.json @@ -457,6 +457,9 @@ }, "title": "Réglages du contrôle du volume par la molette de défilement" }, + "settingSearch": { + "placeholder": "Search for a setting" + }, "videoHistory": { "enable": { "label": "Track watched videos", @@ -540,4 +543,4 @@ } } } -} +} From 331a45b1b6fc890fe093dfbdb6719e3c1dcb8065 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 18 Jun 2024 22:17:03 -0400 Subject: [PATCH 0597/1783] New translations en-us.json (Spanish) --- public/locales/es-ES.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index f56c1cb0e..aa1eb93fa 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -457,6 +457,9 @@ }, "title": "Ajustes de control de volumen con la rueda del ratón" }, + "settingSearch": { + "placeholder": "Search for a setting" + }, "videoHistory": { "enable": { "label": "Track watched videos", @@ -540,4 +543,4 @@ } } } -} +} From 25cdeb5f8683c95dc9e8b1b0afe4541585bd100d Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 18 Jun 2024 22:17:04 -0400 Subject: [PATCH 0598/1783] New translations en-us.json (Catalan) --- public/locales/ca-ES.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/public/locales/ca-ES.json b/public/locales/ca-ES.json index 8c0f2ddf0..c71695c10 100644 --- a/public/locales/ca-ES.json +++ b/public/locales/ca-ES.json @@ -457,6 +457,9 @@ }, "title": "Scroll wheel volume control settings" }, + "settingSearch": { + "placeholder": "Search for a setting" + }, "videoHistory": { "enable": { "label": "Track watched videos", @@ -540,4 +543,4 @@ } } } -} +} From f856a8af8085e58914a7bbaa61ffb1913c1fdc28 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 18 Jun 2024 22:17:05 -0400 Subject: [PATCH 0599/1783] New translations en-us.json (Czech) --- public/locales/cs-CZ.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/public/locales/cs-CZ.json b/public/locales/cs-CZ.json index c57a94f46..3d9474001 100644 --- a/public/locales/cs-CZ.json +++ b/public/locales/cs-CZ.json @@ -457,6 +457,9 @@ }, "title": "Scroll wheel volume control settings" }, + "settingSearch": { + "placeholder": "Search for a setting" + }, "videoHistory": { "enable": { "label": "Track watched videos", @@ -540,4 +543,4 @@ } } } -} +} From 748480f6587acc98713f7256c3b9c1c10c52f60f Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 18 Jun 2024 22:17:06 -0400 Subject: [PATCH 0600/1783] New translations en-us.json (German) --- public/locales/de-DE.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/public/locales/de-DE.json b/public/locales/de-DE.json index 46522b28e..41794228c 100644 --- a/public/locales/de-DE.json +++ b/public/locales/de-DE.json @@ -457,6 +457,9 @@ }, "title": "Lautstärke durch Mausrad ändern" }, + "settingSearch": { + "placeholder": "Search for a setting" + }, "videoHistory": { "enable": { "label": "Track watched videos", @@ -540,4 +543,4 @@ } } } -} +} From 3bd8e9d90820f5c1e2e12515d820babda629196e Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 18 Jun 2024 22:17:06 -0400 Subject: [PATCH 0601/1783] New translations en-us.json (Hebrew) --- public/locales/he-IL.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/public/locales/he-IL.json b/public/locales/he-IL.json index 359ae3927..c94c138fc 100644 --- a/public/locales/he-IL.json +++ b/public/locales/he-IL.json @@ -457,6 +457,9 @@ }, "title": "Scroll wheel volume control settings" }, + "settingSearch": { + "placeholder": "Search for a setting" + }, "videoHistory": { "enable": { "label": "Track watched videos", @@ -540,4 +543,4 @@ } } } -} +} From e509cb51f52b21969c6a33adc63b28a7573f8c8f Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 18 Jun 2024 22:17:07 -0400 Subject: [PATCH 0602/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index 5f11a4624..58ecb53b2 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -457,6 +457,9 @@ }, "title": "Impostazioni controllo volume con rotellina" }, + "settingSearch": { + "placeholder": "Search for a setting" + }, "videoHistory": { "enable": { "label": "Traccia i video visti", @@ -540,4 +543,4 @@ } } } -} +} From ad553b714f35ce901eee76909eef8f1f4367d494 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 18 Jun 2024 22:17:08 -0400 Subject: [PATCH 0603/1783] New translations en-us.json (Polish) --- public/locales/pl-PL.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/public/locales/pl-PL.json b/public/locales/pl-PL.json index 77e43c8c9..8e2ea8930 100644 --- a/public/locales/pl-PL.json +++ b/public/locales/pl-PL.json @@ -457,6 +457,9 @@ }, "title": "Scroll wheel volume control settings" }, + "settingSearch": { + "placeholder": "Search for a setting" + }, "videoHistory": { "enable": { "label": "Track watched videos", @@ -540,4 +543,4 @@ } } } -} +} From f94b9affc8797558bad11fcd4a60215f0856ce0b Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 18 Jun 2024 22:17:09 -0400 Subject: [PATCH 0604/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index 945ab1330..44e2c1081 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -457,6 +457,9 @@ }, "title": "Rullningshjulets volyminställningar" }, + "settingSearch": { + "placeholder": "Search for a setting" + }, "videoHistory": { "enable": { "label": "Håll reda på visade videor", @@ -540,4 +543,4 @@ } } } -} +} From f4a02f11f6259af8021b9b4b41a96790e1fd33c0 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 18 Jun 2024 22:17:10 -0400 Subject: [PATCH 0605/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index bfce7af6b..4861274d4 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -457,6 +457,9 @@ }, "title": "Kaydırma tekerleği ile ses seviyesi kontrolü ayarları" }, + "settingSearch": { + "placeholder": "Search for a setting" + }, "videoHistory": { "enable": { "label": "İzlenen videoları takip edin", @@ -540,4 +543,4 @@ } } } -} +} From 6cc101b5897624e0d5926fb75df44c0a16663325 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 18 Jun 2024 22:17:11 -0400 Subject: [PATCH 0606/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index fa56e535b..9f8a83050 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -457,6 +457,9 @@ }, "title": "滚轮控制音量设置" }, + "settingSearch": { + "placeholder": "Search for a setting" + }, "videoHistory": { "enable": { "label": "记录已观看视频", @@ -540,4 +543,4 @@ } } } -} +} From 525483c2da24a89eada7deae493b04a4da8351f2 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 18 Jun 2024 22:17:12 -0400 Subject: [PATCH 0607/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index a99a6152c..feb0279a7 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -457,6 +457,9 @@ }, "title": "滾輪音量控制設定" }, + "settingSearch": { + "placeholder": "Search for a setting" + }, "videoHistory": { "enable": { "label": "記住已觀看的影片", @@ -540,4 +543,4 @@ } } } -} +} From 1bb7d1d09f32bdd6d2c90b77be7239c0721d8835 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 18 Jun 2024 22:17:13 -0400 Subject: [PATCH 0608/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index a06edca19..5f1bb2e62 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -457,6 +457,9 @@ }, "title": "Configurações de controle do volume por roda do mouse" }, + "settingSearch": { + "placeholder": "Search for a setting" + }, "videoHistory": { "enable": { "label": "Track watched videos", @@ -540,4 +543,4 @@ } } } -} +} From 5c6560640ec1555d0d67d392006c14aad14d39b7 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 18 Jun 2024 22:17:13 -0400 Subject: [PATCH 0609/1783] New translations en-us.json (Persian) --- public/locales/fa-IR.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/public/locales/fa-IR.json b/public/locales/fa-IR.json index 9fb15e4d5..5180a227a 100644 --- a/public/locales/fa-IR.json +++ b/public/locales/fa-IR.json @@ -457,6 +457,9 @@ }, "title": "Scroll wheel volume control settings" }, + "settingSearch": { + "placeholder": "Search for a setting" + }, "videoHistory": { "enable": { "label": "Track watched videos", @@ -540,4 +543,4 @@ } } } -} +} From 8da37ac9fe39d86269bb67d1edd1068507957de2 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 18 Jun 2024 22:17:14 -0400 Subject: [PATCH 0610/1783] New translations en-us.json (Hindi) --- public/locales/hi-IN.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/public/locales/hi-IN.json b/public/locales/hi-IN.json index 69a50ace5..42a0bd598 100644 --- a/public/locales/hi-IN.json +++ b/public/locales/hi-IN.json @@ -457,6 +457,9 @@ }, "title": "Scroll wheel volume control settings" }, + "settingSearch": { + "placeholder": "Search for a setting" + }, "videoHistory": { "enable": { "label": "Track watched videos", @@ -540,4 +543,4 @@ } } } -} +} From 2c1acee1b4849fde909b06a267ba8f04d1d6225a Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 18 Jun 2024 22:17:15 -0400 Subject: [PATCH 0611/1783] New translations en-us.json (English, United Kingdom) --- public/locales/en-GB.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/public/locales/en-GB.json b/public/locales/en-GB.json index c8b0484de..d4a912d0c 100644 --- a/public/locales/en-GB.json +++ b/public/locales/en-GB.json @@ -457,6 +457,9 @@ }, "title": "Scroll wheel volume control settings" }, + "settingSearch": { + "placeholder": "Search for a setting" + }, "videoHistory": { "enable": { "label": "Track watched videos", @@ -540,4 +543,4 @@ } } } -} +} From daed9a81ebb4d57606120c2765f87807acd5d8a5 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 19 Jun 2024 04:42:01 -0400 Subject: [PATCH 0612/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index feb0279a7..0af7248c3 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -458,7 +458,7 @@ "title": "滾輪音量控制設定" }, "settingSearch": { - "placeholder": "Search for a setting" + "placeholder": "搜尋設定" }, "videoHistory": { "enable": { @@ -543,4 +543,4 @@ } } } -} +} From aa970f960ff805923cbed451171c05441b57edd2 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 19 Jun 2024 12:30:38 -0400 Subject: [PATCH 0613/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index 58ecb53b2..68c7aa76e 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -458,7 +458,7 @@ "title": "Impostazioni controllo volume con rotellina" }, "settingSearch": { - "placeholder": "Search for a setting" + "placeholder": "Cerca un'impostazione" }, "videoHistory": { "enable": { @@ -543,4 +543,4 @@ } } } -} +} From 5453086fb66a27eacec5636dda56bb2bfc182f50 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 21 Jun 2024 01:28:05 -0400 Subject: [PATCH 0614/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index b14a899b2..cf99afe45 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -266,6 +266,10 @@ "label": "配信チャットを隠す", "title": "配信チャットを隠する" }, + "hidePaidPromotionBanner": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + }, "hideScrollbar": { "label": "スクロールバー隠す機能", "title": "ページのスクロールバーを隠す" @@ -543,4 +547,4 @@ } } } -} +} From bec4b7821d25adc5013991c0b2b099758f413384 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 21 Jun 2024 01:28:06 -0400 Subject: [PATCH 0615/1783] New translations en-us.json (Korean) --- public/locales/ko-KR.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/ko-KR.json b/public/locales/ko-KR.json index 4a2cfd03a..18683be74 100644 --- a/public/locales/ko-KR.json +++ b/public/locales/ko-KR.json @@ -266,6 +266,10 @@ "label": "실시간 채팅 숨기기", "title": "실시간 채팅 레이아웃을 숨깁니다." }, + "hidePaidPromotionBanner": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + }, "hideScrollbar": { "label": "스크롤바 숨기기", "title": "스크롤바를 숨깁니다. 깔끔한 느낌을 받으시려면 키세요" @@ -543,4 +547,4 @@ } } } -} +} From 3a5ebe6d0c82959f3e48072f279b4bc5bd2d061e Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 21 Jun 2024 01:28:07 -0400 Subject: [PATCH 0616/1783] New translations en-us.json (Vietnamese) --- public/locales/vi-VN.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/vi-VN.json b/public/locales/vi-VN.json index 74579c337..62fe0511f 100644 --- a/public/locales/vi-VN.json +++ b/public/locales/vi-VN.json @@ -266,6 +266,10 @@ "label": "Hide live stream chat", "title": "Hides the live stream chat" }, + "hidePaidPromotionBanner": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + }, "hideScrollbar": { "label": "Hide scrollbar", "title": "Hides the pages scrollbar" @@ -543,4 +547,4 @@ } } } -} +} From b5e890b63d5472a9b07d470ccec1e345db5f04b2 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 21 Jun 2024 01:28:08 -0400 Subject: [PATCH 0617/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index aabf94efe..0e873673e 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -266,6 +266,10 @@ "label": "Спрятать чат прямого эфира", "title": "Прячет чат прямого эфира (стрима)" }, + "hidePaidPromotionBanner": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + }, "hideScrollbar": { "label": "Включить скрытие полосы прокрутки страницы", "title": "Скрывает полосу прокрутки страницы" @@ -543,4 +547,4 @@ } } } -} +} From 3d1df8eb7be915b0afb3f3cac29a6d2b72b3e962 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 21 Jun 2024 01:28:09 -0400 Subject: [PATCH 0618/1783] New translations en-us.json (French) --- public/locales/fr-FR.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/fr-FR.json b/public/locales/fr-FR.json index 8970e6f1e..2a82e8790 100644 --- a/public/locales/fr-FR.json +++ b/public/locales/fr-FR.json @@ -266,6 +266,10 @@ "label": "Hide live stream chat", "title": "Hides the live stream chat" }, + "hidePaidPromotionBanner": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + }, "hideScrollbar": { "label": "Cacher la barre de défilement", "title": "Cache la barre de défilement des pages" @@ -543,4 +547,4 @@ } } } -} +} From ce97b40d63e22f0e864121848ffa109cacb1deb7 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 21 Jun 2024 01:28:10 -0400 Subject: [PATCH 0619/1783] New translations en-us.json (Spanish) --- public/locales/es-ES.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index aa1eb93fa..fb8da3b2f 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -266,6 +266,10 @@ "label": "Hide live stream chat", "title": "Hides the live stream chat" }, + "hidePaidPromotionBanner": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + }, "hideScrollbar": { "label": "Ocultar barra de desplazamiento", "title": "Oculta la barra de desplazamiento de la página" @@ -543,4 +547,4 @@ } } } -} +} From 51a14e9cce74171b7c6647756a9f4adfe27fc6ce Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 21 Jun 2024 01:28:11 -0400 Subject: [PATCH 0620/1783] New translations en-us.json (Catalan) --- public/locales/ca-ES.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/ca-ES.json b/public/locales/ca-ES.json index c71695c10..9e21dc4eb 100644 --- a/public/locales/ca-ES.json +++ b/public/locales/ca-ES.json @@ -266,6 +266,10 @@ "label": "Hide live stream chat", "title": "Hides the live stream chat" }, + "hidePaidPromotionBanner": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + }, "hideScrollbar": { "label": "Hide scrollbar", "title": "Hides the pages scrollbar" @@ -543,4 +547,4 @@ } } } -} +} From c0709a547383dfc1ff1207c7fed5a2b0d377e97e Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 21 Jun 2024 01:28:12 -0400 Subject: [PATCH 0621/1783] New translations en-us.json (Czech) --- public/locales/cs-CZ.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/cs-CZ.json b/public/locales/cs-CZ.json index 3d9474001..6ca54a7e9 100644 --- a/public/locales/cs-CZ.json +++ b/public/locales/cs-CZ.json @@ -266,6 +266,10 @@ "label": "Hide live stream chat", "title": "Hides the live stream chat" }, + "hidePaidPromotionBanner": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + }, "hideScrollbar": { "label": "Hide scrollbar", "title": "Hides the pages scrollbar" @@ -543,4 +547,4 @@ } } } -} +} From 6dddef96fb20aa065681a51af0bfb100c227dee4 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 21 Jun 2024 01:28:13 -0400 Subject: [PATCH 0622/1783] New translations en-us.json (German) --- public/locales/de-DE.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/de-DE.json b/public/locales/de-DE.json index 41794228c..d181e03d4 100644 --- a/public/locales/de-DE.json +++ b/public/locales/de-DE.json @@ -266,6 +266,10 @@ "label": "Hide live stream chat", "title": "Hides the live stream chat" }, + "hidePaidPromotionBanner": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + }, "hideScrollbar": { "label": "Scrollbar ausblenden", "title": "Versteckt die Scrollleiste" @@ -543,4 +547,4 @@ } } } -} +} From 16677243902ba8d5c972e481d963ed52326be5f1 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 21 Jun 2024 01:28:15 -0400 Subject: [PATCH 0623/1783] New translations en-us.json (Hebrew) --- public/locales/he-IL.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/he-IL.json b/public/locales/he-IL.json index c94c138fc..c55257ddf 100644 --- a/public/locales/he-IL.json +++ b/public/locales/he-IL.json @@ -266,6 +266,10 @@ "label": "Hide live stream chat", "title": "Hides the live stream chat" }, + "hidePaidPromotionBanner": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + }, "hideScrollbar": { "label": "Hide scrollbar", "title": "Hides the pages scrollbar" @@ -543,4 +547,4 @@ } } } -} +} From fcf83d18eb95adfe9c41e4d472dc0221193018ed Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 21 Jun 2024 01:28:16 -0400 Subject: [PATCH 0624/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index 68c7aa76e..24046a503 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -266,6 +266,10 @@ "label": "Nascondi chat live stream", "title": "Nasconde la chat live stream" }, + "hidePaidPromotionBanner": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + }, "hideScrollbar": { "label": "Nascondi barra scorrimento", "title": "Nasconde la barra di scorrimento delle pagine" From f76e064933a3ec9ed7e1a61f2855a25b4196af0c Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 21 Jun 2024 01:28:17 -0400 Subject: [PATCH 0625/1783] New translations en-us.json (Polish) --- public/locales/pl-PL.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/pl-PL.json b/public/locales/pl-PL.json index 8e2ea8930..2b9cf421a 100644 --- a/public/locales/pl-PL.json +++ b/public/locales/pl-PL.json @@ -266,6 +266,10 @@ "label": "Hide live stream chat", "title": "Hides the live stream chat" }, + "hidePaidPromotionBanner": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + }, "hideScrollbar": { "label": "Hide scrollbar", "title": "Hides the pages scrollbar" @@ -543,4 +547,4 @@ } } } -} +} From 524cb43d1c4c864cb29e80300ee82b40bca362ea Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 21 Jun 2024 01:28:18 -0400 Subject: [PATCH 0626/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index 44e2c1081..75ba0bcc1 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -266,6 +266,10 @@ "label": "Dölj direktströmschatt", "title": "Döljer direktströmschatten" }, + "hidePaidPromotionBanner": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + }, "hideScrollbar": { "label": "Dölj rullningslisten", "title": "Döljer sidornas rullningsfält" @@ -543,4 +547,4 @@ } } } -} +} From 411e4ff8c0a091bb860d3fb54517dfe9214c220f Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 21 Jun 2024 01:28:19 -0400 Subject: [PATCH 0627/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index 4861274d4..c95471f7d 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -266,6 +266,10 @@ "label": "Canlı yayın sohbetini gizle", "title": "Canlı yayın sohbetini gizler" }, + "hidePaidPromotionBanner": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + }, "hideScrollbar": { "label": "Kaydırma çubuğu gizlemeyi etkinleştir", "title": "Sayfa kaydırma çubuğunu gizler" @@ -543,4 +547,4 @@ } } } -} +} From 1ac79690666465be730253592525fcefea35d874 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 21 Jun 2024 01:28:20 -0400 Subject: [PATCH 0628/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index 9f8a83050..91efbeb3c 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -266,6 +266,10 @@ "label": "隐藏直播聊天", "title": "隐藏直播聊天" }, + "hidePaidPromotionBanner": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + }, "hideScrollbar": { "label": "启用隐藏滚动条", "title": "隐藏页面滚动条" @@ -543,4 +547,4 @@ } } } -} +} From e84e394d8b278e0c0f4fb72c5d9763ab91cd343f Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 21 Jun 2024 01:28:21 -0400 Subject: [PATCH 0629/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index 0af7248c3..12a7f8aa4 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -266,6 +266,10 @@ "label": "隱藏直播聊天室", "title": "隱藏直播的聊天室" }, + "hidePaidPromotionBanner": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + }, "hideScrollbar": { "label": "隱藏捲軸", "title": "隱藏頁面捲軸" From 006daf35a2a66841609d7de8a63fda87f9f395bd Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 21 Jun 2024 01:28:22 -0400 Subject: [PATCH 0630/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index 5f1bb2e62..3996d4d59 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -266,6 +266,10 @@ "label": "Hide live stream chat", "title": "Hides the live stream chat" }, + "hidePaidPromotionBanner": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + }, "hideScrollbar": { "label": "Ocultar a barra de rolagem", "title": "Oculta a barra de rolagem da página" @@ -543,4 +547,4 @@ } } } -} +} From 57823484a1a56f6d09c3525d7ab1f71982c24b52 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 21 Jun 2024 01:28:23 -0400 Subject: [PATCH 0631/1783] New translations en-us.json (Persian) --- public/locales/fa-IR.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/fa-IR.json b/public/locales/fa-IR.json index 5180a227a..c5f961274 100644 --- a/public/locales/fa-IR.json +++ b/public/locales/fa-IR.json @@ -266,6 +266,10 @@ "label": "Hide live stream chat", "title": "Hides the live stream chat" }, + "hidePaidPromotionBanner": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + }, "hideScrollbar": { "label": "Hide scrollbar", "title": "Hides the pages scrollbar" @@ -543,4 +547,4 @@ } } } -} +} From 01dad2dcdeaf82f8ec75d4ec24a494c88fdcd187 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 21 Jun 2024 01:28:24 -0400 Subject: [PATCH 0632/1783] New translations en-us.json (Hindi) --- public/locales/hi-IN.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/hi-IN.json b/public/locales/hi-IN.json index 42a0bd598..9efb01038 100644 --- a/public/locales/hi-IN.json +++ b/public/locales/hi-IN.json @@ -266,6 +266,10 @@ "label": "Hide live stream chat", "title": "Hides the live stream chat" }, + "hidePaidPromotionBanner": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + }, "hideScrollbar": { "label": "Hide scrollbar", "title": "Hides the pages scrollbar" @@ -543,4 +547,4 @@ } } } -} +} From c35bb398b4bc7f011d2842773cc70ac332ac4756 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 21 Jun 2024 01:28:24 -0400 Subject: [PATCH 0633/1783] New translations en-us.json (English, United Kingdom) --- public/locales/en-GB.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/en-GB.json b/public/locales/en-GB.json index d4a912d0c..a4867adc2 100644 --- a/public/locales/en-GB.json +++ b/public/locales/en-GB.json @@ -266,6 +266,10 @@ "label": "Hide live stream chat", "title": "Hides the live stream chat" }, + "hidePaidPromotionBanner": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + }, "hideScrollbar": { "label": "Hide scrollbar", "title": "Hides the pages scrollbar" @@ -543,4 +547,4 @@ } } } -} +} From a1f84c303a2217f478b77d57e26f9704a8bc0eb8 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 21 Jun 2024 04:47:32 -0400 Subject: [PATCH 0634/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index 91efbeb3c..b39b0b073 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -16,10 +16,10 @@ "forwardRewindButtons": { "buttons": { "forwardButton": { - "label": "Fast forward by {{TIME}}" + "label": "向前快进 {{TIME}}" }, "rewindButton": { - "label": "Rewind by {{TIME}}" + "label": "向后快退 {{TIME}}" } } }, @@ -157,13 +157,13 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "降低速度按钮", - "forwardButton": "Fast Forward button", + "forwardButton": "快进按钮", "hideEndScreenCardsButton": "隐藏结束界面卡片按钮", "increasePlaybackSpeedButton": "增加速度按钮", "loopButton": "循环按钮", "maximizePlayerButton": "最大化按钮", "openTranscriptButton": "转写文稿按钮", - "rewindButton": "Rewind button", + "rewindButton": "快退按钮", "screenshotButton": "屏幕截图按钮", "volumeBoostButton": "音量增强按钮" }, @@ -216,14 +216,14 @@ }, "forwardRewindButtons": { "enable": { - "label": "Enable forward/rewind buttons", - "title": "Adds forward and rewind buttons to the video player" + "label": "启用快进/快退按钮", + "title": "给视频播放器添加快进/快退按钮" }, "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" + "label": "快进/快退时间", + "title": "快进/快退视频的时间长度" }, - "title": "Forward/rewind button settings" + "title": "快进/快退按钮设置" }, "importExportSettings": { "exportButton": { @@ -267,8 +267,8 @@ "title": "隐藏直播聊天" }, "hidePaidPromotionBanner": { - "label": "Hide paid promotion banner", - "title": "Hides the banner that appears when you watch a video that has a paid promotion" + "label": "隐藏付费推广横幅", + "title": "隐藏当您观看带有付费促销的视频时出现的横幅广告" }, "hideScrollbar": { "label": "启用隐藏滚动条", @@ -462,7 +462,7 @@ "title": "滚轮控制音量设置" }, "settingSearch": { - "placeholder": "Search for a setting" + "placeholder": "搜索设置" }, "videoHistory": { "enable": { From 81b45e06ccfd2a8aa93235ce1e89e357d2a0ba27 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 21 Jun 2024 04:47:33 -0400 Subject: [PATCH 0635/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index 12a7f8aa4..920b35bd2 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -267,8 +267,8 @@ "title": "隱藏直播的聊天室" }, "hidePaidPromotionBanner": { - "label": "Hide paid promotion banner", - "title": "Hides the banner that appears when you watch a video that has a paid promotion" + "label": "隱藏付費推廣橫幅", + "title": "隱藏當影片帶有付費推廣時顯示的橫幅" }, "hideScrollbar": { "label": "隱藏捲軸", From 5b49a1bd44311fa725f78d14ffce50b55f69b26d Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 21 Jun 2024 06:05:10 -0400 Subject: [PATCH 0636/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index 24046a503..7a419a6d8 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -267,8 +267,8 @@ "title": "Nasconde la chat live stream" }, "hidePaidPromotionBanner": { - "label": "Hide paid promotion banner", - "title": "Hides the banner that appears when you watch a video that has a paid promotion" + "label": "Nascondi banner promozioni a pagamento", + "title": "Nasconde il banner con promozioni a pagamento che appare quando si guarda un video" }, "hideScrollbar": { "label": "Nascondi barra scorrimento", From ba17b64d94e7b16a7236f561298c953b87598a04 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 21 Jun 2024 15:56:44 -0400 Subject: [PATCH 0637/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index 0e873673e..178b30fd0 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -163,7 +163,7 @@ "loopButton": "Кнопка «Зациклить»", "maximizePlayerButton": "Кнопка «Развернуть»", "openTranscriptButton": "Кнопка «Открыть стенограмму»", - "rewindButton": "Rewind button", + "rewindButton": "Кнопка перемотки назад", "screenshotButton": "Кнопка «Скриншот»", "volumeBoostButton": "Кнопка «Усиление громкости»" }, @@ -267,8 +267,8 @@ "title": "Прячет чат прямого эфира (стрима)" }, "hidePaidPromotionBanner": { - "label": "Hide paid promotion banner", - "title": "Hides the banner that appears when you watch a video that has a paid promotion" + "label": "Скрыть \"Содержит прямую рекламу\"", + "title": "Скрывает баннер, отображающийся при просмотре видео, которое имеет платную рекламу" }, "hideScrollbar": { "label": "Включить скрытие полосы прокрутки страницы", @@ -462,7 +462,7 @@ "title": "Настройки управления громкостью с помощью колеса мыши" }, "settingSearch": { - "placeholder": "Search for a setting" + "placeholder": "Поиск настроек" }, "videoHistory": { "enable": { From 92d261178d94b82367941ad718c3ed8d78a2b378 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 21 Jun 2024 17:53:44 -0400 Subject: [PATCH 0638/1783] New translations en-us.json (Ukrainian) --- public/locales/uk-UA.json | 550 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 550 insertions(+) create mode 100644 public/locales/uk-UA.json diff --git a/public/locales/uk-UA.json b/public/locales/uk-UA.json new file mode 100644 index 000000000..62fe0511f --- /dev/null +++ b/public/locales/uk-UA.json @@ -0,0 +1,550 @@ +{ + "langCode": "en-US", + "langName": "English (US)", + "messages": { + "resumingVideo": "Resuming video at {{VIDEO_TIME}}", + "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "featureMenu": { + "button": { + "label": "Feature menu" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Fast forward by {{TIME}}" + }, + "rewindButton": { + "label": "Rewind by {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Hide end screen cards", + "toggle": { + "off": "Show end screen cards", + "on": "Hide end screen cards" + } + } + }, + "loopButton": { + "button": { + "label": "Loop", + "toggle": { + "off": "Loop off", + "on": "Loop on" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "Maximize", + "toggle": { + "off": "Maximize off", + "on": "Maximize on" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Open transcript" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Decrease Speed to {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Increase Speed to {{SPEED}}" + } + }, + "decreaseLimit": "Can't decrease further ({{SPEED}})", + "increaseLimit": "Can't increase further ({{SPEED}})" + }, + "screenshotButton": { + "button": { + "label": "Screenshot" + }, + "copiedToClipboard": "Screenshot copied to clipboard" + }, + "videoHistory": { + "resumeButton": "Resume", + "resumePrompt": { + "close": "Close" + } + }, + "volumeBoostButton": { + "button": { + "label": "Volume Boost", + "toggle": { + "off": "Volume boost off", + "on": "Volume boost on" + } + } + } + } + }, + "options": { + "notifications": { + "error": { + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", + "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." + } + } + }, + "info": { + "reset": "All options have been reset to their default values.\nYou can now save the changes by clicking the \"Confirm\" button or discard them by closing this page or ignore this notification." + }, + "success": { + "saved": "Options saved." + } + } + } + }, + "settings": { + "clearData": { + "allDataDeleted": "All data has been deleted.", + "confirmAlert": "This will delete all extension data related to options. Continue?" + }, + "sections": { + "automaticQuality": { + "enable": { + "label": "Automatic quality adjustment", + "title": "Automatically adjusts the video quality to the selected level." + }, + "fallbackQualityStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + }, + "select": { + "label": "Player quality", + "title": "The quality to set the video to" + }, + "title": "Automatic quality settings" + }, + "bottomButtons": { + "clear": { + "title": "Clears all data this extension has stored on your machine", + "value": "Clear Data" + }, + "confirm": { + "title": "Confirm setting reset", + "value": "Confirm" + }, + "openTab": { + "title": "Open extension settings in a new tab" + }, + "reset": { + "title": "Resets all settings to their defaults, Click the confirm button to save the changes", + "value": "Reset" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "decreasePlaybackSpeedButton": "Decrease Speed button", + "forwardButton": "Fast Forward button", + "hideEndScreenCardsButton": "Hide end screen cards button", + "increasePlaybackSpeedButton": "Increase Speed button", + "loopButton": "Loop button", + "maximizePlayerButton": "Maximize button", + "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind button", + "screenshotButton": "Screenshot button", + "volumeBoostButton": "Volume Boost button" + }, + "options": { + "below_player": { + "placement": "below the player controls", + "value": "Below Player" + }, + "feature_menu": { + "placement": "in the feature menu", + "value": "Feature Menu" + }, + "player_controls_left": { + "placement": "on the left side of player controls", + "value": "Left Controls" + }, + "player_controls_right": { + "placement": "on the right side of player controls", + "value": "Right Controls" + } + }, + "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Button Placement Settings" + }, + "customCSS": { + "editor": { + "collapse": "Collapse Editor", + "expand": "Expand Editor", + "noProblems": "No problems found." + }, + "enable": { + "label": "Enable custom CSS", + "title": "Enables custom CSS to be applied to the page" + }, + "title": "Custom CSS Settings" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Menu Activation Type", + "options": { + "click": "Click", + "hover": "Hover" + }, + "title": "Select the method to activate the feature menu" + }, + "title": "Feature menu settings" + } + }, + "forwardRewindButtons": { + "enable": { + "label": "Enable forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + }, + "title": "Forward/rewind button settings" + }, + "importExportSettings": { + "exportButton": { + "success": "Settings successfully exported", + "title": "Export settings to a JSON file", + "value": "Export Settings" + }, + "importButton": { + "error": { + "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", + "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" + }, + "success": "Settings imported successfully", + "title": "Import settings from a JSON file", + "value": "Import Settings" + } + }, + "language": { + "select": { + "label": "Language", + "title": "The language to use for the extension" + }, + "title": "Language" + }, + "miscellaneous": { + "features": { + "automaticTheaterMode": { + "label": "Automatic theater mode", + "title": "Automatically enables theater mode when you load a video" + }, + "hideEndScreenCards": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + }, + "hideEndScreenCardsButton": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + }, + "hideLiveStreamChat": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + }, + "hidePaidPromotionBanner": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + }, + "hideScrollbar": { + "label": "Hide scrollbar", + "title": "Hides the pages scrollbar" + }, + "hideShorts": { + "label": "Hide shorts", + "title": "Hides all shorts" + }, + "hideTranslateComment": { + "label": "Hide translate comment button", + "title": "Hides 'Translate to Language' button under comments" + }, + "loopButton": { + "label": "Loop button", + "title": "Adds a button to the feature menu to loop the video you're watching" + }, + "maximizePlayerButton": { + "label": "Maximize player button", + "title": "Adds a button to the feature menu to maximize the player" + }, + "openTranscriptButton": { + "label": "Open transcript button", + "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + }, + "openYouTubeSettingsOnHover": { + "label": "Open YouTube settings on hover", + "title": "Opens the YouTube settings menu when you hover over the settings button" + }, + "pauseBackgroundPlayers": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + }, + "remainingTime": { + "label": "Remaining time", + "title": "Shows the remaining time of the video you're watching" + }, + "rememberLastVolume": { + "label": "Remember last volume", + "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + }, + "removeRedirect": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + }, + "shareShortener": { + "label": "Shorten YouTube video share link", + "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + }, + "shortsAutoScroll": { + "label": "Shorts auto scroll", + "title": "Automatically scrolls to the next short" + }, + "skipContinueWatching": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + } + }, + "title": "Miscellaneous settings" + }, + "onScreenDisplaySettings": { + "color": { + "label": "Color", + "options": { + "blue": "Blue", + "green": "Green", + "orange": "Orange", + "pink": "Pink", + "purple": "Purple", + "red": "Red", + "white": "White", + "yellow": "Yellow" + }, + "title": "Select the color for the On-Screen Display" + }, + "hide": { + "label": "Hide Delay", + "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" + }, + "opacity": { + "label": "Opacity", + "title": "Adjust the transparency of the On-Screen Display" + }, + "padding": { + "label": "Padding", + "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." + }, + "position": { + "label": "Position", + "options": { + "bottom_left": "Bottom Left", + "bottom_right": "Bottom Right", + "center": "Center", + "top_left": "Top Left", + "top_right": "Top Right" + }, + "title": "Select the position of the On-Screen Display" + }, + "title": "On-Screen Display Settings", + "type": { + "label": "Type", + "options": { + "circle": "Circle", + "line": "Line", + "no_display": "No display", + "text": "Text" + }, + "title": "Select the type of On-Screen Display" + } + }, + "playbackSpeed": { + "enable": { + "label": "Forced playback speed", + "title": "Sets the video speed to what you choose below" + }, + "playbackSpeedButtons": { + "label": "Playback speed buttons", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + }, + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + }, + "select": { + "label": "Player speed", + "title": "The speed to set the video to" + }, + "title": "Playback speed settings" + }, + "screenshotButton": { + "enable": { + "label": "Screenshot button", + "title": "Adds a button to the player to take a screenshot of the video" + }, + "saveAs": { + "clipboard": "Clipboard", + "file": "File" + }, + "selectFormat": { + "label": "Screenshot format", + "title": "The format to save the screenshot in" + }, + "selectSaveAs": { + "label": "Screenshot save type", + "title": "The screenshot save type" + }, + "title": "Screenshot settings" + }, + "scrollWheelSpeedControl": { + "adjustmentSteps": { + "label": "Speed Change Per Scroll", + "title": "Adjust the speed change per scroll" + }, + "enable": { + "label": "Scroll wheel speed control", + "title": "Press a modifier key to enable speed adjustment with the scroll wheel." + }, + "optionLabel": "{{KEY}} key", + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + }, + "title": "Scroll wheel speed control settings" + }, + "scrollWheelVolumeControl": { + "adjustmentSteps": { + "label": "Volume Change Per Scroll", + "title": "Adjust the volume change per scroll" + }, + "enable": { + "label": "Scroll wheel volume control", + "title": "Lets you use the scroll wheel to control the volume of the video you're watching" + }, + "holdModifierKey": { + "enable": { + "label": "Enable when holding modifier key", + "title": "Press a modifier key to enable volume adjustment with the scroll wheel." + }, + "optionLabel": "{{KEY}} key", + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + } + }, + "holdRightClick": { + "enable": { + "label": "Enable when holding right click", + "title": "Hold right click to enable scroll wheel volume control" + } + }, + "title": "Scroll wheel volume control settings" + }, + "settingSearch": { + "placeholder": "Search for a setting" + }, + "videoHistory": { + "enable": { + "label": "Track watched videos", + "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" + }, + "resumeType": { + "select": { + "label": "Resume type", + "options": { + "automatic": "Automatic", + "prompt": "Prompt" + }, + "title": "Select how you want to resume videos" + } + }, + "title": "Video history settings" + }, + "volumeBoost": { + "boostAmount": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by" + }, + "enable": { + "label": "Volume boost", + "title": "Enable volume boost" + }, + "mode": { + "select": { + "label": "Volume boost mode", + "options": { + "global": "Global", + "perVideo": "Per video" + }, + "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + } + }, + "title": "Volume boost settings" + }, + "youtubeDeepDark": { + "author": "Author", + "co-authors": "Co-authors", + "colors": { + "colorShadow": { + "label": "Shadow color", + "title": "Color for shadows" + }, + "dimmerText": { + "label": "Secondary text color", + "title": "Color for secondary text" + }, + "hoverBackground": { + "label": "Hover background color", + "title": "Color for hover background" + }, + "mainBackground": { + "label": "Main background color", + "title": "Color for main background" + }, + "mainColor": { + "label": "Accent color", + "title": "Color for accent" + }, + "mainText": { + "label": "Main text color", + "title": "Color for main text" + }, + "secondBackground": { + "label": "Secondary background color", + "title": "Color for secondary background" + } + }, + "enable": { + "label": "Enable selected theme", + "title": "Activate the selected theme for the page" + }, + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + }, + "title": "YouTube Deep Dark Settings" + } + } + } +} From 46c8c1c9b5ab0871c43f54e626e05256bde5074a Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 21 Jun 2024 18:51:10 -0400 Subject: [PATCH 0639/1783] New translations en-us.json (Ukrainian) --- public/locales/uk-UA.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/uk-UA.json b/public/locales/uk-UA.json index 62fe0511f..c9c3e1732 100644 --- a/public/locales/uk-UA.json +++ b/public/locales/uk-UA.json @@ -1,5 +1,5 @@ { - "langCode": "en-US", + "langCode": "uk-UA", "langName": "English (US)", "messages": { "resumingVideo": "Resuming video at {{VIDEO_TIME}}", From 854be0cf533386ce2a69a5f51b69489af74aaaa2 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 26 Jun 2024 08:28:13 -0400 Subject: [PATCH 0640/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index cf99afe45..0caded4be 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -16,10 +16,10 @@ "forwardRewindButtons": { "buttons": { "forwardButton": { - "label": "Fast forward by {{TIME}}" + "label": "{{TIME}}で早送する" }, "rewindButton": { - "label": "Rewind by {{TIME}}" + "label": "{{TIME}}でリワインドする" } } }, @@ -157,13 +157,13 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "速度を下げるボタン", - "forwardButton": "Fast Forward button", + "forwardButton": "早送ボタン", "hideEndScreenCardsButton": "終了画面のカードボタンを非表示にする", "increasePlaybackSpeedButton": "速度を上げるボタン", "loopButton": "ループボタン", "maximizePlayerButton": "最大表示ボタン", "openTranscriptButton": "文字起こしを見せるボタン", - "rewindButton": "Rewind button", + "rewindButton": "リワインドボタン", "screenshotButton": "スクリーンショットボタン", "volumeBoostButton": "音量ブーストボタン" }, @@ -216,14 +216,14 @@ }, "forwardRewindButtons": { "enable": { - "label": "Enable forward/rewind buttons", - "title": "Adds forward and rewind buttons to the video player" + "label": "早送/リワインドボタンを可能にする", + "title": "早送ボタンとリワインドボタンをビデオ・プレーヤーに追加する" }, "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" + "label": "早送/リワインド時間", + "title": "動画に早送/リワインドを量時間" }, - "title": "Forward/rewind button settings" + "title": "早送/リワインドボタン設定" }, "importExportSettings": { "exportButton": { @@ -267,8 +267,8 @@ "title": "配信チャットを隠する" }, "hidePaidPromotionBanner": { - "label": "Hide paid promotion banner", - "title": "Hides the banner that appears when you watch a video that has a paid promotion" + "label": "有料プロモーションバナーを隠す", + "title": "有料プロモーションのある動画を視聴したときに表示されるバナーを隠すします" }, "hideScrollbar": { "label": "スクロールバー隠す機能", @@ -462,7 +462,7 @@ "title": "スクロールホイール音量制御設定" }, "settingSearch": { - "placeholder": "Search for a setting" + "placeholder": "設定を探す" }, "videoHistory": { "enable": { From ccd0ee9e3a336e580063c33fcfcf3fa3fb82d2b3 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 26 Jun 2024 16:40:33 -0400 Subject: [PATCH 0641/1783] New translations en-us.json (Ukrainian) --- public/locales/uk-UA.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/locales/uk-UA.json b/public/locales/uk-UA.json index c9c3e1732..cd0ea16f6 100644 --- a/public/locales/uk-UA.json +++ b/public/locales/uk-UA.json @@ -1,9 +1,9 @@ { "langCode": "uk-UA", - "langName": "English (US)", + "langName": "Англійська (США)", "messages": { - "resumingVideo": "Resuming video at {{VIDEO_TIME}}", - "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" + "resumingVideo": "Продовжити відео з {{VIDEO_TIME}}", + "settingVolume": "Посилити гучність до {{VOLUME_BOOST_AMOUNT}}" }, "pages": { "content": { From 38caf32ff913928056963c67bb4d3cc7a10abbd5 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 26 Jun 2024 17:54:01 -0400 Subject: [PATCH 0642/1783] New translations en-us.json (Ukrainian) --- public/locales/uk-UA.json | 94 +++++++++++++++++++-------------------- 1 file changed, 47 insertions(+), 47 deletions(-) diff --git a/public/locales/uk-UA.json b/public/locales/uk-UA.json index cd0ea16f6..d0d9fa15c 100644 --- a/public/locales/uk-UA.json +++ b/public/locales/uk-UA.json @@ -10,81 +10,81 @@ "features": { "featureMenu": { "button": { - "label": "Feature menu" + "label": "Меню функцій" } }, "forwardRewindButtons": { "buttons": { "forwardButton": { - "label": "Fast forward by {{TIME}}" + "label": "Швидкий перехід до {{TIME}}" }, "rewindButton": { - "label": "Rewind by {{TIME}}" + "label": "Перемотати {{TIME}}" } } }, "hideEndScreenCardsButton": { "button": { - "label": "Hide end screen cards", + "label": "Приховати картки наприкінці відео", "toggle": { - "off": "Show end screen cards", - "on": "Hide end screen cards" + "off": "Показати картки наприкінці відео", + "on": "Приховати картки наприкінці відео" } } }, "loopButton": { "button": { - "label": "Loop", + "label": "Повтор", "toggle": { - "off": "Loop off", - "on": "Loop on" + "off": "Виключити повтор", + "on": "Включити повтор" } } }, "maximizePlayerButton": { "button": { - "label": "Maximize", + "label": "Розгорнути", "toggle": { - "off": "Maximize off", - "on": "Maximize on" + "off": "Згорнути", + "on": "Розгорнути" } } }, "openTranscriptButton": { "button": { - "label": "Open transcript" + "label": "Відкрити транскрипцію" } }, "playbackSpeedButtons": { "buttons": { "decreasePlaybackSpeedButton": { - "label": "Decrease Speed to {{SPEED}}" + "label": "Зменшити швидкість до {{SPEED}}" }, "increasePlaybackSpeedButton": { - "label": "Increase Speed to {{SPEED}}" + "label": "Збільшити швидкість до {{SPEED}}" } }, - "decreaseLimit": "Can't decrease further ({{SPEED}})", - "increaseLimit": "Can't increase further ({{SPEED}})" + "decreaseLimit": "Неможливо зменшити далі ({{SPEED}})", + "increaseLimit": "Неможливо збільшити далі ({{SPEED}})" }, "screenshotButton": { "button": { - "label": "Screenshot" + "label": "Знімок екрана" }, - "copiedToClipboard": "Screenshot copied to clipboard" + "copiedToClipboard": "Знімок екрана скопійовано в буфер обміну" }, "videoHistory": { - "resumeButton": "Resume", + "resumeButton": "Продовжити", "resumePrompt": { - "close": "Close" + "close": "Закрити" } }, "volumeBoostButton": { "button": { - "label": "Volume Boost", + "label": "Збільшення гучності", "toggle": { - "off": "Volume boost off", - "on": "Volume boost on" + "off": "Вимкнути збільшення гучності", + "on": "Включити збільшення гучності" } } } @@ -95,68 +95,68 @@ "error": { "scrollWheelHoldModifierKey": { "sameKey": { - "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", - "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." + "speedControl": "Клавіша для керування швидкістю прокрутки компʼютерною мишею не може бути тією ж, що й клавіша для регулювання гучності.", + "volumeControl": "Клавіша для регулювання гучності прокрутки компʼютерною мишею не може бути тією ж, що й клавіша для керування швидкістю." } } }, "info": { - "reset": "All options have been reset to their default values.\nYou can now save the changes by clicking the \"Confirm\" button or discard them by closing this page or ignore this notification." + "reset": "Всі параметри були скинуті до значень за замовчуванням.\nТепер ви можете зберегти зміни, натиснувши кнопку \"Підтвердити\" або відхилити їх, закривши цю сторінку або проігнорувавши це повідомлення." }, "success": { - "saved": "Options saved." + "saved": "Налаштування збережено." } } } }, "settings": { "clearData": { - "allDataDeleted": "All data has been deleted.", - "confirmAlert": "This will delete all extension data related to options. Continue?" + "allDataDeleted": "Усі дані скинуто.", + "confirmAlert": "Це видалить всі дані розширення, пов'язані з налаштуваннями. Продовжити?" }, "sections": { "automaticQuality": { "enable": { - "label": "Automatic quality adjustment", - "title": "Automatically adjusts the video quality to the selected level." + "label": "Автоматичне регулювання якості", + "title": "Автоматично регулює якість відео на обраний рівень." }, "fallbackQualityStrategy": { "select": { - "label": "Quality fallback strategy", + "label": "Стратегія запасного вибору якості", "options": { - "higher": "Higher", - "lower": "Lower" + "higher": "Вища", + "lower": "Нижча" }, - "title": "The strategy to use when the selected quality is not available" + "title": "Стратегія для використання, коли вибрана якість недоступна" } }, "select": { - "label": "Player quality", - "title": "The quality to set the video to" + "label": "Якість відтворення", + "title": "Якість відтворення відео" }, - "title": "Automatic quality settings" + "title": "Автоматичні налаштування якості" }, "bottomButtons": { "clear": { - "title": "Clears all data this extension has stored on your machine", - "value": "Clear Data" + "title": "Очищає всі дані цього розширення збережені на комп'ютері", + "value": "Видалити дані" }, "confirm": { - "title": "Confirm setting reset", - "value": "Confirm" + "title": "Підтвердити скидання налаштувань", + "value": "Підтвердити" }, "openTab": { - "title": "Open extension settings in a new tab" + "title": "Відкрити налаштування розширення в новій вкладці" }, "reset": { - "title": "Resets all settings to their defaults, Click the confirm button to save the changes", - "value": "Reset" + "title": "Скидає всі параметри до стандартних налаштувань, натисніть кнопку підтвердження, щоб зберегти зміни", + "value": "Скинути" } }, "buttonPlacement": { "select": { "buttonNames": { - "decreasePlaybackSpeedButton": "Decrease Speed button", + "decreasePlaybackSpeedButton": "Кнопка зменшення швидкості", "forwardButton": "Fast Forward button", "hideEndScreenCardsButton": "Hide end screen cards button", "increasePlaybackSpeedButton": "Increase Speed button", From 56e4f3adf7a73ab5c43442316a352236a3e9b83f Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 29 Jun 2024 08:34:15 -0400 Subject: [PATCH 0643/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index 75ba0bcc1..e5724eb65 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -16,10 +16,10 @@ "forwardRewindButtons": { "buttons": { "forwardButton": { - "label": "Fast forward by {{TIME}}" + "label": "Snabbspola med {{TIME}}" }, "rewindButton": { - "label": "Rewind by {{TIME}}" + "label": "Återspolas med {{TIME}}" } } }, @@ -157,13 +157,13 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "Knapp för att mindska hastigheten", - "forwardButton": "Fast Forward button", + "forwardButton": "Snabbspolningsknapp", "hideEndScreenCardsButton": "Dölj knappen för slutskärmskort", "increasePlaybackSpeedButton": "Knapp för att öka hastigheten", "loopButton": "Slingknapp", "maximizePlayerButton": "Maximeraknapp", "openTranscriptButton": "Transkriptknapp", - "rewindButton": "Rewind button", + "rewindButton": "Återspolningknapp", "screenshotButton": "Skärmbildsknapp", "volumeBoostButton": "Volymökningsknapp" }, @@ -216,14 +216,14 @@ }, "forwardRewindButtons": { "enable": { - "label": "Enable forward/rewind buttons", - "title": "Adds forward and rewind buttons to the video player" + "label": "Aktivera spola framåt/återspolningsknappar", + "title": "Lägger till framåt- och återspolningsknappar till videospelaren" }, "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" + "label": "Framåt-/återspolningstid", + "title": "Tiden som videon ska hoppa framåt/återspolas med" }, - "title": "Forward/rewind button settings" + "title": "Inställningar för framåt- och återspolningsknappen" }, "importExportSettings": { "exportButton": { @@ -267,7 +267,7 @@ "title": "Döljer direktströmschatten" }, "hidePaidPromotionBanner": { - "label": "Hide paid promotion banner", + "label": "Dölj betald marknadsföringsbanner", "title": "Hides the banner that appears when you watch a video that has a paid promotion" }, "hideScrollbar": { @@ -462,7 +462,7 @@ "title": "Rullningshjulets volyminställningar" }, "settingSearch": { - "placeholder": "Search for a setting" + "placeholder": "Sök efter en inställning" }, "videoHistory": { "enable": { From b708d0b05a07481270d746408261b906ae8b1402 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 29 Jun 2024 10:17:11 -0400 Subject: [PATCH 0644/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index e5724eb65..273764f48 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -19,7 +19,7 @@ "label": "Snabbspola med {{TIME}}" }, "rewindButton": { - "label": "Återspolas med {{TIME}}" + "label": "Återspola med {{TIME}}" } } }, @@ -163,7 +163,7 @@ "loopButton": "Slingknapp", "maximizePlayerButton": "Maximeraknapp", "openTranscriptButton": "Transkriptknapp", - "rewindButton": "Återspolningknapp", + "rewindButton": "Återspolningsknapp", "screenshotButton": "Skärmbildsknapp", "volumeBoostButton": "Volymökningsknapp" }, @@ -216,14 +216,14 @@ }, "forwardRewindButtons": { "enable": { - "label": "Aktivera spola framåt/återspolningsknappar", - "title": "Lägger till framåt- och återspolningsknappar till videospelaren" + "label": "Aktivera spola framåt-/återspolningsknappar", + "title": "Lägger till spola framåt- och återspolningsknappar till videospelaren" }, "time": { - "label": "Framåt-/återspolningstid", - "title": "Tiden som videon ska hoppa framåt/återspolas med" + "label": "Spola framåt-/återspolningstid", + "title": "Tiden som videon ska spolas framåt/återspolas med" }, - "title": "Inställningar för framåt- och återspolningsknappen" + "title": "Inställningar för knapparna spola framåt/återspola" }, "importExportSettings": { "exportButton": { @@ -268,7 +268,7 @@ }, "hidePaidPromotionBanner": { "label": "Dölj betald marknadsföringsbanner", - "title": "Hides the banner that appears when you watch a video that has a paid promotion" + "title": "Döljer bannern som visas när du tittar på en video som har betald marknadsföring" }, "hideScrollbar": { "label": "Dölj rullningslisten", From 73bd638624b720bb2ffedeafa60c29da7348da1f Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 13 Jul 2024 15:57:56 -0400 Subject: [PATCH 0645/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index 273764f48..5fd70a51e 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -55,6 +55,12 @@ "label": "Öppna transkript" } }, + "copyTimestampUrlButton": { + "button": { + "label": "Copy video URL with timestamp", + "copied": "Copied!" + } + }, "playbackSpeedButtons": { "buttons": { "decreasePlaybackSpeedButton": { @@ -161,6 +167,7 @@ "hideEndScreenCardsButton": "Dölj knappen för slutskärmskort", "increasePlaybackSpeedButton": "Knapp för att öka hastigheten", "loopButton": "Slingknapp", + "copyTimestampUrlButton": "Copy video URL with timestamp button", "maximizePlayerButton": "Maximeraknapp", "openTranscriptButton": "Transkriptknapp", "rewindButton": "Återspolningsknapp", @@ -286,6 +293,10 @@ "label": "Slingknapp", "title": "Lägger till en knapp i funktionsmenyn för att slinga videon du tittar på" }, + "copyTimestampUrlButton": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + }, "maximizePlayerButton": { "label": "Maximeringsknapp för spelaren", "title": "Lägger till en knapp i funktionsmenyn för att maximera spelaren" From 699225f69e8933eb145256819c93480ee45ecfd0 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 13 Jul 2024 15:57:57 -0400 Subject: [PATCH 0646/1783] New translations en-us.json (French) --- public/locales/fr-FR.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/public/locales/fr-FR.json b/public/locales/fr-FR.json index 2a82e8790..19bca9034 100644 --- a/public/locales/fr-FR.json +++ b/public/locales/fr-FR.json @@ -55,6 +55,12 @@ "label": "Open transcript" } }, + "copyTimestampUrlButton": { + "button": { + "label": "Copy video URL with timestamp", + "copied": "Copied!" + } + }, "playbackSpeedButtons": { "buttons": { "decreasePlaybackSpeedButton": { @@ -161,6 +167,7 @@ "hideEndScreenCardsButton": "Hide end screen cards button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", + "copyTimestampUrlButton": "Copy video URL with timestamp button", "maximizePlayerButton": "Maximize button", "openTranscriptButton": "Open Transcript button", "rewindButton": "Rewind button", @@ -286,6 +293,10 @@ "label": "Bouton de boucle", "title": "Ajoute un bouton au menu de fonctionnalité pour regarder la vidéo en boucle" }, + "copyTimestampUrlButton": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + }, "maximizePlayerButton": { "label": "Agrandir les boutons du lecteur", "title": "Ajoute un bouton au menu de fonctionnalité pour agrandir le lecteur" From 6f53c3b51076e9856621983204538459b7a22310 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 13 Jul 2024 15:57:58 -0400 Subject: [PATCH 0647/1783] New translations en-us.json (Spanish) --- public/locales/es-ES.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index fb8da3b2f..9dc9a5773 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -55,6 +55,12 @@ "label": "Open transcript" } }, + "copyTimestampUrlButton": { + "button": { + "label": "Copy video URL with timestamp", + "copied": "Copied!" + } + }, "playbackSpeedButtons": { "buttons": { "decreasePlaybackSpeedButton": { @@ -161,6 +167,7 @@ "hideEndScreenCardsButton": "Hide end screen cards button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Botón de repetición", + "copyTimestampUrlButton": "Copy video URL with timestamp button", "maximizePlayerButton": "Maximizar botón", "openTranscriptButton": "Abrir botón de transcripción", "rewindButton": "Rewind button", @@ -286,6 +293,10 @@ "label": "Botón de bucle", "title": "Añade un botón al menú para poner en bucle el vídeo que estás viendo" }, + "copyTimestampUrlButton": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + }, "maximizePlayerButton": { "label": "Botón de maximizar en el reproductor", "title": "Añade un botón al menú para maximizar el reproductor" From 98f534c1991ce13dce7ca67749b58a340621ebcc Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 13 Jul 2024 15:57:59 -0400 Subject: [PATCH 0648/1783] New translations en-us.json (Catalan) --- public/locales/ca-ES.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/public/locales/ca-ES.json b/public/locales/ca-ES.json index 9e21dc4eb..2a353cfdc 100644 --- a/public/locales/ca-ES.json +++ b/public/locales/ca-ES.json @@ -55,6 +55,12 @@ "label": "Open transcript" } }, + "copyTimestampUrlButton": { + "button": { + "label": "Copy video URL with timestamp", + "copied": "Copied!" + } + }, "playbackSpeedButtons": { "buttons": { "decreasePlaybackSpeedButton": { @@ -161,6 +167,7 @@ "hideEndScreenCardsButton": "Hide end screen cards button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", + "copyTimestampUrlButton": "Copy video URL with timestamp button", "maximizePlayerButton": "Maximize button", "openTranscriptButton": "Open Transcript button", "rewindButton": "Rewind button", @@ -286,6 +293,10 @@ "label": "Loop button", "title": "Adds a button to the feature menu to loop the video you're watching" }, + "copyTimestampUrlButton": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + }, "maximizePlayerButton": { "label": "Maximize player button", "title": "Adds a button to the feature menu to maximize the player" From 623db27f11fd69f89bb4d27844780d397cf3bbaa Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 13 Jul 2024 15:58:00 -0400 Subject: [PATCH 0649/1783] New translations en-us.json (Czech) --- public/locales/cs-CZ.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/public/locales/cs-CZ.json b/public/locales/cs-CZ.json index 6ca54a7e9..8d79c3485 100644 --- a/public/locales/cs-CZ.json +++ b/public/locales/cs-CZ.json @@ -55,6 +55,12 @@ "label": "Open transcript" } }, + "copyTimestampUrlButton": { + "button": { + "label": "Copy video URL with timestamp", + "copied": "Copied!" + } + }, "playbackSpeedButtons": { "buttons": { "decreasePlaybackSpeedButton": { @@ -161,6 +167,7 @@ "hideEndScreenCardsButton": "Hide end screen cards button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", + "copyTimestampUrlButton": "Copy video URL with timestamp button", "maximizePlayerButton": "Maximize button", "openTranscriptButton": "Open Transcript button", "rewindButton": "Rewind button", @@ -286,6 +293,10 @@ "label": "Loop button", "title": "Adds a button to the feature menu to loop the video you're watching" }, + "copyTimestampUrlButton": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + }, "maximizePlayerButton": { "label": "Maximize player button", "title": "Adds a button to the feature menu to maximize the player" From 36a4b05b722664ae5748ae19349d803d09e59a4b Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 13 Jul 2024 15:58:01 -0400 Subject: [PATCH 0650/1783] New translations en-us.json (German) --- public/locales/de-DE.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/public/locales/de-DE.json b/public/locales/de-DE.json index d181e03d4..93d7cbe99 100644 --- a/public/locales/de-DE.json +++ b/public/locales/de-DE.json @@ -55,6 +55,12 @@ "label": "Open transcript" } }, + "copyTimestampUrlButton": { + "button": { + "label": "Copy video URL with timestamp", + "copied": "Copied!" + } + }, "playbackSpeedButtons": { "buttons": { "decreasePlaybackSpeedButton": { @@ -161,6 +167,7 @@ "hideEndScreenCardsButton": "Hide end screen cards button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", + "copyTimestampUrlButton": "Copy video URL with timestamp button", "maximizePlayerButton": "Maximize button", "openTranscriptButton": "Open Transcript button", "rewindButton": "Rewind button", @@ -286,6 +293,10 @@ "label": "Dauerschleife-Button", "title": "Adds a button to the feature menu to loop the video you're watching" }, + "copyTimestampUrlButton": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + }, "maximizePlayerButton": { "label": "Player-Button maximieren", "title": "Adds a button to the feature menu to maximize the player" From c93cf398cb8a3c657abcb472adcc7644a71704a3 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 13 Jul 2024 15:58:02 -0400 Subject: [PATCH 0651/1783] New translations en-us.json (Hebrew) --- public/locales/he-IL.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/public/locales/he-IL.json b/public/locales/he-IL.json index c55257ddf..f6fe7279e 100644 --- a/public/locales/he-IL.json +++ b/public/locales/he-IL.json @@ -55,6 +55,12 @@ "label": "Open transcript" } }, + "copyTimestampUrlButton": { + "button": { + "label": "Copy video URL with timestamp", + "copied": "Copied!" + } + }, "playbackSpeedButtons": { "buttons": { "decreasePlaybackSpeedButton": { @@ -161,6 +167,7 @@ "hideEndScreenCardsButton": "Hide end screen cards button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", + "copyTimestampUrlButton": "Copy video URL with timestamp button", "maximizePlayerButton": "Maximize button", "openTranscriptButton": "Open Transcript button", "rewindButton": "Rewind button", @@ -286,6 +293,10 @@ "label": "Loop button", "title": "Adds a button to the feature menu to loop the video you're watching" }, + "copyTimestampUrlButton": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + }, "maximizePlayerButton": { "label": "Maximize player button", "title": "Adds a button to the feature menu to maximize the player" From 783463d73ba3a38943c33b6b988942e939d7f538 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 13 Jul 2024 15:58:03 -0400 Subject: [PATCH 0652/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index 7a419a6d8..291bba789 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -55,6 +55,12 @@ "label": "Apri trascrizione" } }, + "copyTimestampUrlButton": { + "button": { + "label": "Copy video URL with timestamp", + "copied": "Copied!" + } + }, "playbackSpeedButtons": { "buttons": { "decreasePlaybackSpeedButton": { @@ -161,6 +167,7 @@ "hideEndScreenCardsButton": "Pulsante Nascondi schede finali", "increasePlaybackSpeedButton": "Pulsante Aumenta velocità", "loopButton": "Pulsante Ripeti", + "copyTimestampUrlButton": "Copy video URL with timestamp button", "maximizePlayerButton": "Pulsante Massimizza", "openTranscriptButton": "Pulsante Apri trascrizione", "rewindButton": "Pulsante Riavvolgi", @@ -286,6 +293,10 @@ "label": "Pulsante Ripeti", "title": "Aggiunge un pulsante al menu' funzioni per ripetere il video che stai guardando" }, + "copyTimestampUrlButton": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + }, "maximizePlayerButton": { "label": "Pulsante Ingrandisci riproduttore", "title": "Aggiunge un pulsante al menu' funzioni per ingrandire il riproduttore" From 4262581bf55c2eccab479399311929c45d883670 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 13 Jul 2024 15:58:04 -0400 Subject: [PATCH 0653/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index 0caded4be..afbc0b3c1 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -55,6 +55,12 @@ "label": "文字起こしを見せる" } }, + "copyTimestampUrlButton": { + "button": { + "label": "Copy video URL with timestamp", + "copied": "Copied!" + } + }, "playbackSpeedButtons": { "buttons": { "decreasePlaybackSpeedButton": { @@ -161,6 +167,7 @@ "hideEndScreenCardsButton": "終了画面のカードボタンを非表示にする", "increasePlaybackSpeedButton": "速度を上げるボタン", "loopButton": "ループボタン", + "copyTimestampUrlButton": "Copy video URL with timestamp button", "maximizePlayerButton": "最大表示ボタン", "openTranscriptButton": "文字起こしを見せるボタン", "rewindButton": "リワインドボタン", @@ -286,6 +293,10 @@ "label": "動画ループボタン", "title": "動画をループするボタンをフィーチャー・メニューに追加する" }, + "copyTimestampUrlButton": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + }, "maximizePlayerButton": { "label": "最大化ボタン", "title": "プレイヤーを最大化するボタンをフィーチャー・メニューに追加する" From edd019eb9281c092b6d3c1b78c48af19875ffa5b Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 13 Jul 2024 15:58:05 -0400 Subject: [PATCH 0654/1783] New translations en-us.json (Korean) --- public/locales/ko-KR.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/public/locales/ko-KR.json b/public/locales/ko-KR.json index 18683be74..93f45db33 100644 --- a/public/locales/ko-KR.json +++ b/public/locales/ko-KR.json @@ -55,6 +55,12 @@ "label": "스크립트 보기" } }, + "copyTimestampUrlButton": { + "button": { + "label": "Copy video URL with timestamp", + "copied": "Copied!" + } + }, "playbackSpeedButtons": { "buttons": { "decreasePlaybackSpeedButton": { @@ -161,6 +167,7 @@ "hideEndScreenCardsButton": "최종 화면 숨기기", "increasePlaybackSpeedButton": "속도 조절 버튼", "loopButton": "연속 재생 버튼", + "copyTimestampUrlButton": "Copy video URL with timestamp button", "maximizePlayerButton": "화면 크기에 맞추기 버튼", "openTranscriptButton": "스크립트 보기 버튼", "rewindButton": "Rewind button", @@ -286,6 +293,10 @@ "label": "연속 재생 버튼", "title": "추가 기능 메뉴에 \"연속 재생\" 버튼을 추가합니다." }, + "copyTimestampUrlButton": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + }, "maximizePlayerButton": { "label": "화면 크기에 맞추기 버튼", "title": "추가 기능 메뉴에 \"화면 크기에 맞추기\" 버튼을 추가합니다." From f68847cad30233a1fb78253f3c103a4ab5b0ae31 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 13 Jul 2024 15:58:06 -0400 Subject: [PATCH 0655/1783] New translations en-us.json (Polish) --- public/locales/pl-PL.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/public/locales/pl-PL.json b/public/locales/pl-PL.json index 2b9cf421a..95b7b8b62 100644 --- a/public/locales/pl-PL.json +++ b/public/locales/pl-PL.json @@ -55,6 +55,12 @@ "label": "Open transcript" } }, + "copyTimestampUrlButton": { + "button": { + "label": "Copy video URL with timestamp", + "copied": "Copied!" + } + }, "playbackSpeedButtons": { "buttons": { "decreasePlaybackSpeedButton": { @@ -161,6 +167,7 @@ "hideEndScreenCardsButton": "Hide end screen cards button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", + "copyTimestampUrlButton": "Copy video URL with timestamp button", "maximizePlayerButton": "Maximize button", "openTranscriptButton": "Open Transcript button", "rewindButton": "Rewind button", @@ -286,6 +293,10 @@ "label": "Loop button", "title": "Adds a button to the feature menu to loop the video you're watching" }, + "copyTimestampUrlButton": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + }, "maximizePlayerButton": { "label": "Maximize player button", "title": "Adds a button to the feature menu to maximize the player" From afb876b8b635e0f5491eafc385154ea8a880f375 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 13 Jul 2024 15:58:06 -0400 Subject: [PATCH 0656/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index 178b30fd0..371496831 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -55,6 +55,12 @@ "label": "Открыть стенограмму" } }, + "copyTimestampUrlButton": { + "button": { + "label": "Copy video URL with timestamp", + "copied": "Copied!" + } + }, "playbackSpeedButtons": { "buttons": { "decreasePlaybackSpeedButton": { @@ -161,6 +167,7 @@ "hideEndScreenCardsButton": "Кнопка «Скрыть заставки следующих видео»", "increasePlaybackSpeedButton": "Кнопка увеличения скорости видео", "loopButton": "Кнопка «Зациклить»", + "copyTimestampUrlButton": "Copy video URL with timestamp button", "maximizePlayerButton": "Кнопка «Развернуть»", "openTranscriptButton": "Кнопка «Открыть стенограмму»", "rewindButton": "Кнопка перемотки назад", @@ -286,6 +293,10 @@ "label": "Включить кнопку «Зациклить»", "title": "Добавляет кнопку в меню функций для автоматического повтора просмотренного видео (зацикливание)" }, + "copyTimestampUrlButton": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + }, "maximizePlayerButton": { "label": "Включить кнопку «Развернуть проигрыватель»", "title": "Добавляет кнопку в меню функций, которая позволит максимизировать проигрыватель" From 9c267b5f3694314ba49ba82e53f8da08fdb934c7 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 13 Jul 2024 15:58:07 -0400 Subject: [PATCH 0657/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index c95471f7d..3f49cb2a6 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -55,6 +55,12 @@ "label": "Open transcript" } }, + "copyTimestampUrlButton": { + "button": { + "label": "Copy video URL with timestamp", + "copied": "Copied!" + } + }, "playbackSpeedButtons": { "buttons": { "decreasePlaybackSpeedButton": { @@ -161,6 +167,7 @@ "hideEndScreenCardsButton": "Bitiş ekranı kartlarını gizleme düğmesi", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Döngü düğmesi", + "copyTimestampUrlButton": "Copy video URL with timestamp button", "maximizePlayerButton": "Tam ekran düğmesi", "openTranscriptButton": "Open Transcript button", "rewindButton": "Rewind button", @@ -286,6 +293,10 @@ "label": "Tekrarlama düğmesi", "title": "İzlediğiniz videoyu döngüye almak için özellik menüsüne bir düğme ekler" }, + "copyTimestampUrlButton": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + }, "maximizePlayerButton": { "label": "Oynatıcıyı tam ekran yapma düğmesini etkinleştir", "title": "Oynatıcıyı büyütmek için özellik menüsüne bir düğme ekler" From 688462e8de337b72cb6ac3190c31309c3c45e6b6 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 13 Jul 2024 15:58:08 -0400 Subject: [PATCH 0658/1783] New translations en-us.json (Ukrainian) --- public/locales/uk-UA.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/public/locales/uk-UA.json b/public/locales/uk-UA.json index d0d9fa15c..7c3f89d65 100644 --- a/public/locales/uk-UA.json +++ b/public/locales/uk-UA.json @@ -55,6 +55,12 @@ "label": "Відкрити транскрипцію" } }, + "copyTimestampUrlButton": { + "button": { + "label": "Copy video URL with timestamp", + "copied": "Copied!" + } + }, "playbackSpeedButtons": { "buttons": { "decreasePlaybackSpeedButton": { @@ -161,6 +167,7 @@ "hideEndScreenCardsButton": "Hide end screen cards button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", + "copyTimestampUrlButton": "Copy video URL with timestamp button", "maximizePlayerButton": "Maximize button", "openTranscriptButton": "Open Transcript button", "rewindButton": "Rewind button", @@ -286,6 +293,10 @@ "label": "Loop button", "title": "Adds a button to the feature menu to loop the video you're watching" }, + "copyTimestampUrlButton": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + }, "maximizePlayerButton": { "label": "Maximize player button", "title": "Adds a button to the feature menu to maximize the player" From a12349b37b655b73a4e529a149ff07781be31670 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 13 Jul 2024 15:58:09 -0400 Subject: [PATCH 0659/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index b39b0b073..776af1e65 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -55,6 +55,12 @@ "label": "打开转写文稿" } }, + "copyTimestampUrlButton": { + "button": { + "label": "Copy video URL with timestamp", + "copied": "Copied!" + } + }, "playbackSpeedButtons": { "buttons": { "decreasePlaybackSpeedButton": { @@ -161,6 +167,7 @@ "hideEndScreenCardsButton": "隐藏结束界面卡片按钮", "increasePlaybackSpeedButton": "增加速度按钮", "loopButton": "循环按钮", + "copyTimestampUrlButton": "Copy video URL with timestamp button", "maximizePlayerButton": "最大化按钮", "openTranscriptButton": "转写文稿按钮", "rewindButton": "快退按钮", @@ -286,6 +293,10 @@ "label": "循环按钮", "title": "在功能菜单中添加一个按钮来循环你正在观看的视频" }, + "copyTimestampUrlButton": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + }, "maximizePlayerButton": { "label": "最大化播放器按钮", "title": "在功能菜单中添加一个按钮来最大化播放器" From 48a1605c4fcf4e770b3be728174124cc0aa41595 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 13 Jul 2024 15:58:10 -0400 Subject: [PATCH 0660/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index 920b35bd2..16d17ee8a 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -55,6 +55,12 @@ "label": "打開文字記錄" } }, + "copyTimestampUrlButton": { + "button": { + "label": "Copy video URL with timestamp", + "copied": "Copied!" + } + }, "playbackSpeedButtons": { "buttons": { "decreasePlaybackSpeedButton": { @@ -161,6 +167,7 @@ "hideEndScreenCardsButton": "隱藏片尾資訊卡按鈕", "increasePlaybackSpeedButton": "加快速度按妞", "loopButton": "循環播放按鈕", + "copyTimestampUrlButton": "Copy video URL with timestamp button", "maximizePlayerButton": "最大化按鈕", "openTranscriptButton": "開啟文字記錄按鈕", "rewindButton": "倒帶按鈕", @@ -286,6 +293,10 @@ "label": "循環按鈕", "title": "加入按鈕循環播放當前影片" }, + "copyTimestampUrlButton": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + }, "maximizePlayerButton": { "label": "最大化播放器按鈕", "title": "加入最大化播放器按鈕" From e093ef8b62a98167c0804a2a50be42db4dfcd98f Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 13 Jul 2024 15:58:11 -0400 Subject: [PATCH 0661/1783] New translations en-us.json (Vietnamese) --- public/locales/vi-VN.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/public/locales/vi-VN.json b/public/locales/vi-VN.json index 62fe0511f..13b225fe9 100644 --- a/public/locales/vi-VN.json +++ b/public/locales/vi-VN.json @@ -55,6 +55,12 @@ "label": "Open transcript" } }, + "copyTimestampUrlButton": { + "button": { + "label": "Copy video URL with timestamp", + "copied": "Copied!" + } + }, "playbackSpeedButtons": { "buttons": { "decreasePlaybackSpeedButton": { @@ -161,6 +167,7 @@ "hideEndScreenCardsButton": "Hide end screen cards button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", + "copyTimestampUrlButton": "Copy video URL with timestamp button", "maximizePlayerButton": "Maximize button", "openTranscriptButton": "Open Transcript button", "rewindButton": "Rewind button", @@ -286,6 +293,10 @@ "label": "Loop button", "title": "Adds a button to the feature menu to loop the video you're watching" }, + "copyTimestampUrlButton": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + }, "maximizePlayerButton": { "label": "Maximize player button", "title": "Adds a button to the feature menu to maximize the player" From a3272b8dc15c764ef743317ef0f5911c8feb6261 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 13 Jul 2024 15:58:12 -0400 Subject: [PATCH 0662/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index 3996d4d59..33ed08ae8 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -55,6 +55,12 @@ "label": "Open transcript" } }, + "copyTimestampUrlButton": { + "button": { + "label": "Copy video URL with timestamp", + "copied": "Copied!" + } + }, "playbackSpeedButtons": { "buttons": { "decreasePlaybackSpeedButton": { @@ -161,6 +167,7 @@ "hideEndScreenCardsButton": "Hide end screen cards button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Botão de Repetir", + "copyTimestampUrlButton": "Copy video URL with timestamp button", "maximizePlayerButton": "Botão de Maximizar", "openTranscriptButton": "Abrir botão de transcrição", "rewindButton": "Rewind button", @@ -286,6 +293,10 @@ "label": "Botão de Repetir", "title": "Adiciona um botão ao menu do recurso para repetir o vídeo que você está assistindo" }, + "copyTimestampUrlButton": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + }, "maximizePlayerButton": { "label": "Botão de maximização do reprodutor", "title": "Adiciona um botão ao menu de recursos para maximizar o reprodutor" From 9dc73bae1da45ee9f3c99863164c589482011bf5 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 13 Jul 2024 15:58:13 -0400 Subject: [PATCH 0663/1783] New translations en-us.json (Persian) --- public/locales/fa-IR.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/public/locales/fa-IR.json b/public/locales/fa-IR.json index c5f961274..a36947216 100644 --- a/public/locales/fa-IR.json +++ b/public/locales/fa-IR.json @@ -55,6 +55,12 @@ "label": "Open transcript" } }, + "copyTimestampUrlButton": { + "button": { + "label": "Copy video URL with timestamp", + "copied": "Copied!" + } + }, "playbackSpeedButtons": { "buttons": { "decreasePlaybackSpeedButton": { @@ -161,6 +167,7 @@ "hideEndScreenCardsButton": "Hide end screen cards button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", + "copyTimestampUrlButton": "Copy video URL with timestamp button", "maximizePlayerButton": "Maximize button", "openTranscriptButton": "Open Transcript button", "rewindButton": "Rewind button", @@ -286,6 +293,10 @@ "label": "Loop button", "title": "Adds a button to the feature menu to loop the video you're watching" }, + "copyTimestampUrlButton": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + }, "maximizePlayerButton": { "label": "Maximize player button", "title": "Adds a button to the feature menu to maximize the player" From c99397e23ce6e991cdb88c18f2bcd92328c973d9 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 13 Jul 2024 15:58:14 -0400 Subject: [PATCH 0664/1783] New translations en-us.json (Hindi) --- public/locales/hi-IN.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/public/locales/hi-IN.json b/public/locales/hi-IN.json index 9efb01038..5b92ca6fb 100644 --- a/public/locales/hi-IN.json +++ b/public/locales/hi-IN.json @@ -55,6 +55,12 @@ "label": "Open transcript" } }, + "copyTimestampUrlButton": { + "button": { + "label": "Copy video URL with timestamp", + "copied": "Copied!" + } + }, "playbackSpeedButtons": { "buttons": { "decreasePlaybackSpeedButton": { @@ -161,6 +167,7 @@ "hideEndScreenCardsButton": "Hide end screen cards button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", + "copyTimestampUrlButton": "Copy video URL with timestamp button", "maximizePlayerButton": "Maximize button", "openTranscriptButton": "Open Transcript button", "rewindButton": "Rewind button", @@ -286,6 +293,10 @@ "label": "Loop button", "title": "Adds a button to the feature menu to loop the video you're watching" }, + "copyTimestampUrlButton": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + }, "maximizePlayerButton": { "label": "Maximize player button", "title": "Adds a button to the feature menu to maximize the player" From 259feb5c2ac3814bc92e5abfa793d335c7e60692 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 13 Jul 2024 15:58:15 -0400 Subject: [PATCH 0665/1783] New translations en-us.json (English, United Kingdom) --- public/locales/en-GB.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/public/locales/en-GB.json b/public/locales/en-GB.json index a4867adc2..b2398c64f 100644 --- a/public/locales/en-GB.json +++ b/public/locales/en-GB.json @@ -55,6 +55,12 @@ "label": "Open transcript" } }, + "copyTimestampUrlButton": { + "button": { + "label": "Copy video URL with timestamp", + "copied": "Copied!" + } + }, "playbackSpeedButtons": { "buttons": { "decreasePlaybackSpeedButton": { @@ -161,6 +167,7 @@ "hideEndScreenCardsButton": "Hide end screen cards button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", + "copyTimestampUrlButton": "Copy video URL with timestamp button", "maximizePlayerButton": "Maximize button", "openTranscriptButton": "Open Transcript button", "rewindButton": "Rewind button", @@ -286,6 +293,10 @@ "label": "Loop button", "title": "Adds a button to the feature menu to loop the video you're watching" }, + "copyTimestampUrlButton": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + }, "maximizePlayerButton": { "label": "Maximize player button", "title": "Adds a button to the feature menu to maximize the player" From e73456b0f6b203a2c601778941abecf4611126be Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 13 Jul 2024 19:19:06 -0400 Subject: [PATCH 0666/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index 16d17ee8a..e696de65c 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -57,8 +57,8 @@ }, "copyTimestampUrlButton": { "button": { - "label": "Copy video URL with timestamp", - "copied": "Copied!" + "label": "複製目前播放時間的影片網址", + "copied": "已複製!" } }, "playbackSpeedButtons": { @@ -167,7 +167,7 @@ "hideEndScreenCardsButton": "隱藏片尾資訊卡按鈕", "increasePlaybackSpeedButton": "加快速度按妞", "loopButton": "循環播放按鈕", - "copyTimestampUrlButton": "Copy video URL with timestamp button", + "copyTimestampUrlButton": "複製目前播放時間的影片網址按鈕", "maximizePlayerButton": "最大化按鈕", "openTranscriptButton": "開啟文字記錄按鈕", "rewindButton": "倒帶按鈕", @@ -294,8 +294,8 @@ "title": "加入按鈕循環播放當前影片" }, "copyTimestampUrlButton": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" + "label": "複製目前播放時間的影片網址按鈕", + "title": "複製目前播放時間的影片網址 (?t=123)" }, "maximizePlayerButton": { "label": "最大化播放器按鈕", From 7b53e903114ced9701ab22dfdee137b3531c6e69 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 14 Jul 2024 11:51:43 -0400 Subject: [PATCH 0667/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index 776af1e65..94d33adca 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -57,8 +57,8 @@ }, "copyTimestampUrlButton": { "button": { - "label": "Copy video URL with timestamp", - "copied": "Copied!" + "label": "复制带有时间戳的视频 URL", + "copied": "复制成功!" } }, "playbackSpeedButtons": { @@ -167,7 +167,7 @@ "hideEndScreenCardsButton": "隐藏结束界面卡片按钮", "increasePlaybackSpeedButton": "增加速度按钮", "loopButton": "循环按钮", - "copyTimestampUrlButton": "Copy video URL with timestamp button", + "copyTimestampUrlButton": "复制带有时间戳的视频 URL 按钮", "maximizePlayerButton": "最大化按钮", "openTranscriptButton": "转写文稿按钮", "rewindButton": "快退按钮", @@ -294,8 +294,8 @@ "title": "在功能菜单中添加一个按钮来循环你正在观看的视频" }, "copyTimestampUrlButton": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" + "label": "复制带有时间戳的视频 URL 按钮", + "title": "复制带有时间戳的视频 URL (?t=123)" }, "maximizePlayerButton": { "label": "最大化播放器按钮", From f113daa63113ee03257a2bebd8171398469eab6a Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 15 Jul 2024 05:22:22 -0400 Subject: [PATCH 0668/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index 291bba789..52aa43965 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -57,8 +57,8 @@ }, "copyTimestampUrlButton": { "button": { - "label": "Copy video URL with timestamp", - "copied": "Copied!" + "label": "Copia URL video con temporizzazione", + "copied": "Copiato!" } }, "playbackSpeedButtons": { @@ -167,7 +167,7 @@ "hideEndScreenCardsButton": "Pulsante Nascondi schede finali", "increasePlaybackSpeedButton": "Pulsante Aumenta velocità", "loopButton": "Pulsante Ripeti", - "copyTimestampUrlButton": "Copy video URL with timestamp button", + "copyTimestampUrlButton": "Pulsante \"Copia URL video con temporizzazione\"", "maximizePlayerButton": "Pulsante Massimizza", "openTranscriptButton": "Pulsante Apri trascrizione", "rewindButton": "Pulsante Riavvolgi", @@ -294,8 +294,8 @@ "title": "Aggiunge un pulsante al menu' funzioni per ripetere il video che stai guardando" }, "copyTimestampUrlButton": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" + "label": "Pulsante \"Copia URL video con temporizzazione\"", + "title": "Copia l'URL del video con la temporizzazione (?t=123)" }, "maximizePlayerButton": { "label": "Pulsante Ingrandisci riproduttore", From f93504b375d93c4620f8609015b78731908b79fa Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 17 Jul 2024 09:17:04 -0400 Subject: [PATCH 0669/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index 371496831..790ccc027 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -57,8 +57,8 @@ }, "copyTimestampUrlButton": { "button": { - "label": "Copy video URL with timestamp", - "copied": "Copied!" + "label": "Копировать URL видео с таймкодом", + "copied": "Скопировано!" } }, "playbackSpeedButtons": { @@ -167,7 +167,7 @@ "hideEndScreenCardsButton": "Кнопка «Скрыть заставки следующих видео»", "increasePlaybackSpeedButton": "Кнопка увеличения скорости видео", "loopButton": "Кнопка «Зациклить»", - "copyTimestampUrlButton": "Copy video URL with timestamp button", + "copyTimestampUrlButton": "Кнопка «Копировать URL видео с таймкодом»", "maximizePlayerButton": "Кнопка «Развернуть»", "openTranscriptButton": "Кнопка «Открыть стенограмму»", "rewindButton": "Кнопка перемотки назад", @@ -294,8 +294,8 @@ "title": "Добавляет кнопку в меню функций для автоматического повтора просмотренного видео (зацикливание)" }, "copyTimestampUrlButton": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" + "label": "Кнопка «Копировать URL видео с таймкодом»", + "title": "Копирует ссылку видео с меткой времени (?t=123)" }, "maximizePlayerButton": { "label": "Включить кнопку «Развернуть проигрыватель»", From f676f0b46a925aea57bb4d32a3f8f168fd70ea4c Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 17 Jul 2024 12:37:15 -0400 Subject: [PATCH 0670/1783] New translations en-us.json (Korean) --- public/locales/ko-KR.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/public/locales/ko-KR.json b/public/locales/ko-KR.json index 93f45db33..069a510d4 100644 --- a/public/locales/ko-KR.json +++ b/public/locales/ko-KR.json @@ -16,10 +16,10 @@ "forwardRewindButtons": { "buttons": { "forwardButton": { - "label": "Fast forward by {{TIME}}" + "label": "{{TIME}} 초 빨리 감기" }, "rewindButton": { - "label": "Rewind by {{TIME}}" + "label": "{{TIME}} 초 되감기" } } }, @@ -57,8 +57,8 @@ }, "copyTimestampUrlButton": { "button": { - "label": "Copy video URL with timestamp", - "copied": "Copied!" + "label": "현재 시간 주소 복사", + "copied": "복사되었습니다." } }, "playbackSpeedButtons": { @@ -163,14 +163,14 @@ "select": { "buttonNames": { "decreasePlaybackSpeedButton": "속도 조절 버튼", - "forwardButton": "Fast Forward button", + "forwardButton": "빨리 감기 버튼", "hideEndScreenCardsButton": "최종 화면 숨기기", "increasePlaybackSpeedButton": "속도 조절 버튼", "loopButton": "연속 재생 버튼", - "copyTimestampUrlButton": "Copy video URL with timestamp button", + "copyTimestampUrlButton": "현재 시간 주소 복사 버튼", "maximizePlayerButton": "화면 크기에 맞추기 버튼", "openTranscriptButton": "스크립트 보기 버튼", - "rewindButton": "Rewind button", + "rewindButton": "되감기 버튼", "screenshotButton": "스크린샷 버튼", "volumeBoostButton": "볼륨 부스트 버튼" }, @@ -223,14 +223,14 @@ }, "forwardRewindButtons": { "enable": { - "label": "Enable forward/rewind buttons", - "title": "Adds forward and rewind buttons to the video player" + "label": "되감기/빨리 감기 버튼 사용", + "title": "플레이어에 되감기와 빨리 감기 버튼을 추가합니다." }, "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" + "label": "되감기/빨리 감기 시간", + "title": "되감기/빨리 감기 시간" }, - "title": "Forward/rewind button settings" + "title": "되감기/빨리 감기 버튼 설정" }, "importExportSettings": { "exportButton": { @@ -274,8 +274,8 @@ "title": "실시간 채팅 레이아웃을 숨깁니다." }, "hidePaidPromotionBanner": { - "label": "Hide paid promotion banner", - "title": "Hides the banner that appears when you watch a video that has a paid promotion" + "label": "유료 광고 배너 숨기기", + "title": "유료 광고가 있는 동영상을 볼 때 나타나는 배너를 숨깁니다." }, "hideScrollbar": { "label": "스크롤바 숨기기", @@ -294,8 +294,8 @@ "title": "추가 기능 메뉴에 \"연속 재생\" 버튼을 추가합니다." }, "copyTimestampUrlButton": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" + "label": "현재 시간 주소 복사 버튼", + "title": "현재 시간 주소 복사 (?t=123)" }, "maximizePlayerButton": { "label": "화면 크기에 맞추기 버튼", @@ -473,7 +473,7 @@ "title": "스크롤 휠로 볼륨 조절 설정" }, "settingSearch": { - "placeholder": "Search for a setting" + "placeholder": "설정 검색" }, "videoHistory": { "enable": { From a1fceda371cd155397f86a8dfe328b1de4ba4f40 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 29 Jul 2024 00:33:52 -0400 Subject: [PATCH 0671/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index 52aa43965..5bfdd10d1 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -73,6 +73,9 @@ "decreaseLimit": "Impossibile diminuire ulteriormente ({{SPEED}})", "increaseLimit": "Impossibile aumentare ulteriormente ({{SPEED}})" }, + "playlistLength": { + "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + }, "screenshotButton": { "button": { "label": "Schermata" @@ -409,6 +412,19 @@ }, "title": "Impostazioni velocità riproduzione" }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + }, + "title": "Playlist length settings", + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + } + }, "screenshotButton": { "enable": { "label": "Pulsante Schermata", @@ -513,6 +529,14 @@ }, "title": "Impostazioni aumento volume" }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Key", + "title": "Enter your Youtube Data API V3 key." + }, + "title": "YouTube API V3 Key" + }, "youtubeDeepDark": { "author": "Autore", "co-authors": "Co-autori", From 8e5d5322077d13d3ba2f8864a70e253c8a91e254 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 29 Jul 2024 00:33:53 -0400 Subject: [PATCH 0672/1783] New translations en-us.json (Korean) --- public/locales/ko-KR.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/public/locales/ko-KR.json b/public/locales/ko-KR.json index 069a510d4..0de8d5cab 100644 --- a/public/locales/ko-KR.json +++ b/public/locales/ko-KR.json @@ -73,6 +73,9 @@ "decreaseLimit": "({{SPEED}}) 에서 더 줄일 수 없습니다.", "increaseLimit": "({{SPEED}}) 에서 더 늘릴 수 없습니다." }, + "playlistLength": { + "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + }, "screenshotButton": { "button": { "label": "스크린샷" @@ -409,6 +412,19 @@ }, "title": "재생 속도 설정" }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + }, + "title": "Playlist length settings", + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + } + }, "screenshotButton": { "enable": { "label": "스크린샷 버튼", @@ -513,6 +529,14 @@ }, "title": "볼륨 부스트 설정" }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Key", + "title": "Enter your Youtube Data API V3 key." + }, + "title": "YouTube API V3 Key" + }, "youtubeDeepDark": { "author": "개발자", "co-authors": "도와주신분들", From 535a2826032780d0d9f4a690b682c406849d9545 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 29 Jul 2024 00:33:54 -0400 Subject: [PATCH 0673/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index 790ccc027..d947a2ee7 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -73,6 +73,9 @@ "decreaseLimit": "Невозможно уменьшить ({{SPEED}})", "increaseLimit": "Невозможно увеличить ({{SPEED}})" }, + "playlistLength": { + "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + }, "screenshotButton": { "button": { "label": "Скриншот" @@ -409,6 +412,19 @@ }, "title": "Настройки скорости воспроизведения" }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + }, + "title": "Playlist length settings", + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + } + }, "screenshotButton": { "enable": { "label": "Включить кнопку «Скриншот»", @@ -513,6 +529,14 @@ }, "title": "Настройки усиления громкости" }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Key", + "title": "Enter your Youtube Data API V3 key." + }, + "title": "YouTube API V3 Key" + }, "youtubeDeepDark": { "author": "Автор", "co-authors": "Соавторы", From 99e42797314c0198d302bd464a8ac124ddba3fe3 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 29 Jul 2024 00:33:55 -0400 Subject: [PATCH 0674/1783] New translations en-us.json (French) --- public/locales/fr-FR.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/public/locales/fr-FR.json b/public/locales/fr-FR.json index 19bca9034..263c1087b 100644 --- a/public/locales/fr-FR.json +++ b/public/locales/fr-FR.json @@ -73,6 +73,9 @@ "decreaseLimit": "Can't decrease further ({{SPEED}})", "increaseLimit": "Can't increase further ({{SPEED}})" }, + "playlistLength": { + "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + }, "screenshotButton": { "button": { "label": "Screenshot" @@ -409,6 +412,19 @@ }, "title": "Réglages de vitesse de lecture" }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + }, + "title": "Playlist length settings", + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + } + }, "screenshotButton": { "enable": { "label": "Bouton de capture d'écran", @@ -513,6 +529,14 @@ }, "title": "Réglages de du gain du volume" }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Key", + "title": "Enter your Youtube Data API V3 key." + }, + "title": "YouTube API V3 Key" + }, "youtubeDeepDark": { "author": "Author", "co-authors": "Co-authors", From 8042cc2246360ab1c1a196130d54c916a0253e26 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 29 Jul 2024 00:33:56 -0400 Subject: [PATCH 0675/1783] New translations en-us.json (Spanish) --- public/locales/es-ES.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index 9dc9a5773..59acabf05 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -73,6 +73,9 @@ "decreaseLimit": "Can't decrease further ({{SPEED}})", "increaseLimit": "Can't increase further ({{SPEED}})" }, + "playlistLength": { + "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + }, "screenshotButton": { "button": { "label": "Screenshot" @@ -409,6 +412,19 @@ }, "title": "Ajustes de velocidad de reproducción" }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + }, + "title": "Playlist length settings", + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + } + }, "screenshotButton": { "enable": { "label": "Botón de captura de pantalla", @@ -513,6 +529,14 @@ }, "title": "Ajustes de potenciado de volumen" }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Key", + "title": "Enter your Youtube Data API V3 key." + }, + "title": "YouTube API V3 Key" + }, "youtubeDeepDark": { "author": "Author", "co-authors": "Co-authors", From 3f0ebb93b14bd6444fc67dcc847519b4507ca2b0 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 29 Jul 2024 00:33:57 -0400 Subject: [PATCH 0676/1783] New translations en-us.json (Catalan) --- public/locales/ca-ES.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/public/locales/ca-ES.json b/public/locales/ca-ES.json index 2a353cfdc..4c8c0f0ad 100644 --- a/public/locales/ca-ES.json +++ b/public/locales/ca-ES.json @@ -73,6 +73,9 @@ "decreaseLimit": "Can't decrease further ({{SPEED}})", "increaseLimit": "Can't increase further ({{SPEED}})" }, + "playlistLength": { + "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + }, "screenshotButton": { "button": { "label": "Screenshot" @@ -409,6 +412,19 @@ }, "title": "Playback speed settings" }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + }, + "title": "Playlist length settings", + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + } + }, "screenshotButton": { "enable": { "label": "Screenshot button", @@ -513,6 +529,14 @@ }, "title": "Volume boost settings" }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Key", + "title": "Enter your Youtube Data API V3 key." + }, + "title": "YouTube API V3 Key" + }, "youtubeDeepDark": { "author": "Author", "co-authors": "Co-authors", From ce6121684594ae7da54f99b30d7b7cd0c7bc3df8 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 29 Jul 2024 00:33:58 -0400 Subject: [PATCH 0677/1783] New translations en-us.json (Czech) --- public/locales/cs-CZ.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/public/locales/cs-CZ.json b/public/locales/cs-CZ.json index 8d79c3485..7395e91f9 100644 --- a/public/locales/cs-CZ.json +++ b/public/locales/cs-CZ.json @@ -73,6 +73,9 @@ "decreaseLimit": "Can't decrease further ({{SPEED}})", "increaseLimit": "Can't increase further ({{SPEED}})" }, + "playlistLength": { + "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + }, "screenshotButton": { "button": { "label": "Screenshot" @@ -409,6 +412,19 @@ }, "title": "Playback speed settings" }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + }, + "title": "Playlist length settings", + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + } + }, "screenshotButton": { "enable": { "label": "Screenshot button", @@ -513,6 +529,14 @@ }, "title": "Volume boost settings" }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Key", + "title": "Enter your Youtube Data API V3 key." + }, + "title": "YouTube API V3 Key" + }, "youtubeDeepDark": { "author": "Author", "co-authors": "Co-authors", From 9a6ccb27be509f4e19171b634f55be9bcc042e17 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 29 Jul 2024 00:33:59 -0400 Subject: [PATCH 0678/1783] New translations en-us.json (German) --- public/locales/de-DE.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/public/locales/de-DE.json b/public/locales/de-DE.json index 93d7cbe99..13d274d88 100644 --- a/public/locales/de-DE.json +++ b/public/locales/de-DE.json @@ -73,6 +73,9 @@ "decreaseLimit": "Can't decrease further ({{SPEED}})", "increaseLimit": "Can't increase further ({{SPEED}})" }, + "playlistLength": { + "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + }, "screenshotButton": { "button": { "label": "Screenshot" @@ -409,6 +412,19 @@ }, "title": "Wiedergabegeschwindigkeit Einstellungen" }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + }, + "title": "Playlist length settings", + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + } + }, "screenshotButton": { "enable": { "label": "Screenshot-Taste", @@ -513,6 +529,14 @@ }, "title": "´Lautstärke-Boost Einstellungen" }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Key", + "title": "Enter your Youtube Data API V3 key." + }, + "title": "YouTube API V3 Key" + }, "youtubeDeepDark": { "author": "Author", "co-authors": "Co-authors", From d9bcfaf47065f1841885fef855a1159aec650971 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 29 Jul 2024 00:34:00 -0400 Subject: [PATCH 0679/1783] New translations en-us.json (Hebrew) --- public/locales/he-IL.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/public/locales/he-IL.json b/public/locales/he-IL.json index f6fe7279e..ae6a877eb 100644 --- a/public/locales/he-IL.json +++ b/public/locales/he-IL.json @@ -73,6 +73,9 @@ "decreaseLimit": "Can't decrease further ({{SPEED}})", "increaseLimit": "Can't increase further ({{SPEED}})" }, + "playlistLength": { + "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + }, "screenshotButton": { "button": { "label": "Screenshot" @@ -409,6 +412,19 @@ }, "title": "Playback speed settings" }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + }, + "title": "Playlist length settings", + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + } + }, "screenshotButton": { "enable": { "label": "Screenshot button", @@ -513,6 +529,14 @@ }, "title": "Volume boost settings" }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Key", + "title": "Enter your Youtube Data API V3 key." + }, + "title": "YouTube API V3 Key" + }, "youtubeDeepDark": { "author": "Author", "co-authors": "Co-authors", From 542b39e74cbc5a9197bb16bddcabd9969f72acf8 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 29 Jul 2024 00:34:01 -0400 Subject: [PATCH 0680/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index afbc0b3c1..7ee9038d8 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -73,6 +73,9 @@ "decreaseLimit": "再生速度を下げるはできまっせん ({{SPEED}})", "increaseLimit": "再生速度を上げるはできまっせん ({{SPEED}})" }, + "playlistLength": { + "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + }, "screenshotButton": { "button": { "label": "スクリーンショット" @@ -409,6 +412,19 @@ }, "title": "再生速度設定" }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + }, + "title": "Playlist length settings", + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + } + }, "screenshotButton": { "enable": { "label": "スクリーンショットボタン", @@ -513,6 +529,14 @@ }, "title": "音量ブーストの設定" }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Key", + "title": "Enter your Youtube Data API V3 key." + }, + "title": "YouTube API V3 Key" + }, "youtubeDeepDark": { "author": "作家", "co-authors": "共同作家", From 24620fb031176d55a68078fd03547b6d5a058fed Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 29 Jul 2024 00:34:02 -0400 Subject: [PATCH 0681/1783] New translations en-us.json (Polish) --- public/locales/pl-PL.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/public/locales/pl-PL.json b/public/locales/pl-PL.json index 95b7b8b62..c2afe6378 100644 --- a/public/locales/pl-PL.json +++ b/public/locales/pl-PL.json @@ -73,6 +73,9 @@ "decreaseLimit": "Can't decrease further ({{SPEED}})", "increaseLimit": "Can't increase further ({{SPEED}})" }, + "playlistLength": { + "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + }, "screenshotButton": { "button": { "label": "Screenshot" @@ -409,6 +412,19 @@ }, "title": "Playback speed settings" }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + }, + "title": "Playlist length settings", + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + } + }, "screenshotButton": { "enable": { "label": "Screenshot button", @@ -513,6 +529,14 @@ }, "title": "Volume boost settings" }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Key", + "title": "Enter your Youtube Data API V3 key." + }, + "title": "YouTube API V3 Key" + }, "youtubeDeepDark": { "author": "Author", "co-authors": "Co-authors", From e0c5c0d9a1f0f798f173f9863c8d9c955774860d Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 29 Jul 2024 00:34:03 -0400 Subject: [PATCH 0682/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index 5fd70a51e..53c2c13a9 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -73,6 +73,9 @@ "decreaseLimit": "Det går inte att sänka mer ({{SPEED}})", "increaseLimit": "Det går inte att höja mer ({{SPEED}})" }, + "playlistLength": { + "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + }, "screenshotButton": { "button": { "label": "Skärmbild" @@ -409,6 +412,19 @@ }, "title": "Inställningar för uppspelningshastighet" }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + }, + "title": "Playlist length settings", + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + } + }, "screenshotButton": { "enable": { "label": "Skärmbildsknapp", @@ -513,6 +529,14 @@ }, "title": "Inställningar för volymökning" }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Key", + "title": "Enter your Youtube Data API V3 key." + }, + "title": "YouTube API V3 Key" + }, "youtubeDeepDark": { "author": "Skapare", "co-authors": "Medskapare", From 6e9e8ec74ae91a56ae29f84e35d35cbed9fb6cd7 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 29 Jul 2024 00:34:04 -0400 Subject: [PATCH 0683/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index 3f49cb2a6..26f485edd 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -73,6 +73,9 @@ "decreaseLimit": "Can't decrease further ({{SPEED}})", "increaseLimit": "Can't increase further ({{SPEED}})" }, + "playlistLength": { + "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + }, "screenshotButton": { "button": { "label": "Screenshot" @@ -409,6 +412,19 @@ }, "title": "Oynatma hızı ayarları" }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + }, + "title": "Playlist length settings", + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + } + }, "screenshotButton": { "enable": { "label": "Ekran görüntüsü tuşunu etkinleştir", @@ -513,6 +529,14 @@ }, "title": "Ses güçlendirme ayarları" }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Key", + "title": "Enter your Youtube Data API V3 key." + }, + "title": "YouTube API V3 Key" + }, "youtubeDeepDark": { "author": "Author", "co-authors": "Co-authors", From 01a8e92809e4f12b17b906a3ef90f19f920df071 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 29 Jul 2024 00:34:05 -0400 Subject: [PATCH 0684/1783] New translations en-us.json (Ukrainian) --- public/locales/uk-UA.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/public/locales/uk-UA.json b/public/locales/uk-UA.json index 7c3f89d65..43811b842 100644 --- a/public/locales/uk-UA.json +++ b/public/locales/uk-UA.json @@ -73,6 +73,9 @@ "decreaseLimit": "Неможливо зменшити далі ({{SPEED}})", "increaseLimit": "Неможливо збільшити далі ({{SPEED}})" }, + "playlistLength": { + "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + }, "screenshotButton": { "button": { "label": "Знімок екрана" @@ -409,6 +412,19 @@ }, "title": "Playback speed settings" }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + }, + "title": "Playlist length settings", + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + } + }, "screenshotButton": { "enable": { "label": "Screenshot button", @@ -513,6 +529,14 @@ }, "title": "Volume boost settings" }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Key", + "title": "Enter your Youtube Data API V3 key." + }, + "title": "YouTube API V3 Key" + }, "youtubeDeepDark": { "author": "Author", "co-authors": "Co-authors", From 5c0fbb264e06cb68948deb783f69ea78c7f0c1cf Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 29 Jul 2024 00:34:06 -0400 Subject: [PATCH 0685/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index 94d33adca..461c8eb3d 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -73,6 +73,9 @@ "decreaseLimit": "不能继续降低({{SPEED}})", "increaseLimit": "不能继续增加({{SPEED}})" }, + "playlistLength": { + "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + }, "screenshotButton": { "button": { "label": "屏幕截图" @@ -409,6 +412,19 @@ }, "title": "播放速度设置" }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + }, + "title": "Playlist length settings", + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + } + }, "screenshotButton": { "enable": { "label": "屏幕截图按钮", @@ -513,6 +529,14 @@ }, "title": "音量增强设置" }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Key", + "title": "Enter your Youtube Data API V3 key." + }, + "title": "YouTube API V3 Key" + }, "youtubeDeepDark": { "author": "作者", "co-authors": "合作作者", From b9d65a21f07a26cec49eab5bade780e691afdc15 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 29 Jul 2024 00:34:07 -0400 Subject: [PATCH 0686/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index e696de65c..6fe12463b 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -73,6 +73,9 @@ "decreaseLimit": "無法再減速 ({{SPEED}})", "increaseLimit": "無法再加速 ({{SPEED}})" }, + "playlistLength": { + "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + }, "screenshotButton": { "button": { "label": "螢幕截圖" @@ -409,6 +412,19 @@ }, "title": "播放速度設定" }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + }, + "title": "Playlist length settings", + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + } + }, "screenshotButton": { "enable": { "label": "螢幕截圖按鈕", @@ -513,6 +529,14 @@ }, "title": "音量增強設定" }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Key", + "title": "Enter your Youtube Data API V3 key." + }, + "title": "YouTube API V3 Key" + }, "youtubeDeepDark": { "author": "作者", "co-authors": "共同作者", From dc328de5ee38595d69318cf0b7834b2383e9a57a Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 29 Jul 2024 00:34:08 -0400 Subject: [PATCH 0687/1783] New translations en-us.json (Vietnamese) --- public/locales/vi-VN.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/public/locales/vi-VN.json b/public/locales/vi-VN.json index 13b225fe9..986af89a6 100644 --- a/public/locales/vi-VN.json +++ b/public/locales/vi-VN.json @@ -73,6 +73,9 @@ "decreaseLimit": "Can't decrease further ({{SPEED}})", "increaseLimit": "Can't increase further ({{SPEED}})" }, + "playlistLength": { + "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + }, "screenshotButton": { "button": { "label": "Screenshot" @@ -409,6 +412,19 @@ }, "title": "Playback speed settings" }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + }, + "title": "Playlist length settings", + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + } + }, "screenshotButton": { "enable": { "label": "Screenshot button", @@ -513,6 +529,14 @@ }, "title": "Volume boost settings" }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Key", + "title": "Enter your Youtube Data API V3 key." + }, + "title": "YouTube API V3 Key" + }, "youtubeDeepDark": { "author": "Author", "co-authors": "Co-authors", From c20fa525ec05c14a6a61b5caea89187e2e860f9a Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 29 Jul 2024 00:34:09 -0400 Subject: [PATCH 0688/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index 33ed08ae8..f59998d14 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -73,6 +73,9 @@ "decreaseLimit": "Can't decrease further ({{SPEED}})", "increaseLimit": "Can't increase further ({{SPEED}})" }, + "playlistLength": { + "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + }, "screenshotButton": { "button": { "label": "Screenshot" @@ -409,6 +412,19 @@ }, "title": "Configurações de velocidade de reprodução" }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + }, + "title": "Playlist length settings", + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + } + }, "screenshotButton": { "enable": { "label": "Botão de captura de tela", @@ -513,6 +529,14 @@ }, "title": "Configurações de impulso de volume" }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Key", + "title": "Enter your Youtube Data API V3 key." + }, + "title": "YouTube API V3 Key" + }, "youtubeDeepDark": { "author": "Author", "co-authors": "Co-authors", From 6e280e88c20d651abe97febd1b6e2206cd44a5a1 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 29 Jul 2024 00:34:10 -0400 Subject: [PATCH 0689/1783] New translations en-us.json (Persian) --- public/locales/fa-IR.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/public/locales/fa-IR.json b/public/locales/fa-IR.json index a36947216..0ec9e944f 100644 --- a/public/locales/fa-IR.json +++ b/public/locales/fa-IR.json @@ -73,6 +73,9 @@ "decreaseLimit": "Can't decrease further ({{SPEED}})", "increaseLimit": "Can't increase further ({{SPEED}})" }, + "playlistLength": { + "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + }, "screenshotButton": { "button": { "label": "Screenshot" @@ -409,6 +412,19 @@ }, "title": "Playback speed settings" }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + }, + "title": "Playlist length settings", + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + } + }, "screenshotButton": { "enable": { "label": "Screenshot button", @@ -513,6 +529,14 @@ }, "title": "Volume boost settings" }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Key", + "title": "Enter your Youtube Data API V3 key." + }, + "title": "YouTube API V3 Key" + }, "youtubeDeepDark": { "author": "Author", "co-authors": "Co-authors", From 313ddb2da5daa82231e7744c9e3905d2a2a8ef0e Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 29 Jul 2024 00:34:11 -0400 Subject: [PATCH 0690/1783] New translations en-us.json (Hindi) --- public/locales/hi-IN.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/public/locales/hi-IN.json b/public/locales/hi-IN.json index 5b92ca6fb..d25ae0127 100644 --- a/public/locales/hi-IN.json +++ b/public/locales/hi-IN.json @@ -73,6 +73,9 @@ "decreaseLimit": "Can't decrease further ({{SPEED}})", "increaseLimit": "Can't increase further ({{SPEED}})" }, + "playlistLength": { + "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + }, "screenshotButton": { "button": { "label": "Screenshot" @@ -409,6 +412,19 @@ }, "title": "Playback speed settings" }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + }, + "title": "Playlist length settings", + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + } + }, "screenshotButton": { "enable": { "label": "Screenshot button", @@ -513,6 +529,14 @@ }, "title": "Volume boost settings" }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Key", + "title": "Enter your Youtube Data API V3 key." + }, + "title": "YouTube API V3 Key" + }, "youtubeDeepDark": { "author": "Author", "co-authors": "Co-authors", From 22ad920b69637ef473460c1b786d9aacdddb974d Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 29 Jul 2024 00:34:13 -0400 Subject: [PATCH 0691/1783] New translations en-us.json (English, United Kingdom) --- public/locales/en-GB.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/public/locales/en-GB.json b/public/locales/en-GB.json index b2398c64f..999352039 100644 --- a/public/locales/en-GB.json +++ b/public/locales/en-GB.json @@ -73,6 +73,9 @@ "decreaseLimit": "Can't decrease further ({{SPEED}})", "increaseLimit": "Can't increase further ({{SPEED}})" }, + "playlistLength": { + "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + }, "screenshotButton": { "button": { "label": "Screenshot" @@ -409,6 +412,19 @@ }, "title": "Playback speed settings" }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + }, + "title": "Playlist length settings", + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + } + }, "screenshotButton": { "enable": { "label": "Screenshot button", @@ -513,6 +529,14 @@ }, "title": "Volume boost settings" }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Key", + "title": "Enter your Youtube Data API V3 key." + }, + "title": "YouTube API V3 Key" + }, "youtubeDeepDark": { "author": "Author", "co-authors": "Co-authors", From 0cf8c139d79d221b39080edca7e387c8bb48d66f Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 29 Jul 2024 02:52:39 -0400 Subject: [PATCH 0692/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index 7ee9038d8..2799899da 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -57,8 +57,8 @@ }, "copyTimestampUrlButton": { "button": { - "label": "Copy video URL with timestamp", - "copied": "Copied!" + "label": "タイムスタンプ付きの動画URLをコピーする", + "copied": "コピー完了!" } }, "playbackSpeedButtons": { @@ -170,7 +170,7 @@ "hideEndScreenCardsButton": "終了画面のカードボタンを非表示にする", "increasePlaybackSpeedButton": "速度を上げるボタン", "loopButton": "ループボタン", - "copyTimestampUrlButton": "Copy video URL with timestamp button", + "copyTimestampUrlButton": "タイムスタンプ付きの動画URLをコピーのボタン", "maximizePlayerButton": "最大表示ボタン", "openTranscriptButton": "文字起こしを見せるボタン", "rewindButton": "リワインドボタン", @@ -297,8 +297,8 @@ "title": "動画をループするボタンをフィーチャー・メニューに追加する" }, "copyTimestampUrlButton": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" + "label": "タイムスタンプ付きの動画URLをコピーのボタン", + "title": "タイムスタンプ付きの動画URLをコピーする (?t=123)" }, "maximizePlayerButton": { "label": "最大化ボタン", @@ -417,10 +417,10 @@ "label": "Display playlist length information", "title": "Shows the total length of the playlist, how much has been watched, and how much remains." }, - "title": "Playlist length settings", + "title": "プレイリストの長さ設定", "wayToGetLength": { "select": { - "label": "Method to get playlist length", + "label": "プレイリストの長さを取得する方法", "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" } } @@ -530,12 +530,12 @@ "title": "音量ブーストの設定" }, "youtubeDataApiV3Key": { - "getApiKeyLinkText": "You can get one from here", + "getApiKeyLinkText": "APIキーがここで取得をします。", "input": { - "label": "API Key", - "title": "Enter your Youtube Data API V3 key." + "label": "APIキー", + "title": "YouTube API V3キーを入力してください。" }, - "title": "YouTube API V3 Key" + "title": "YouTube API V3キー" }, "youtubeDeepDark": { "author": "作家", From 65388629a2508f63cd4aa6fb15516e53e9540fa2 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 29 Jul 2024 05:32:48 -0400 Subject: [PATCH 0693/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index 5bfdd10d1..b6a6603c2 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -74,7 +74,7 @@ "increaseLimit": "Impossibile aumentare ulteriormente ({{SPEED}})" }, "playlistLength": { - "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + "title": "La lunghezza totale può non essere accurata se alcuni video sono nascosti o se non hai caricato abbastanza video per ottenere la lunghezza completa." }, "screenshotButton": { "button": { @@ -414,14 +414,14 @@ }, "playlistLength": { "enable": { - "label": "Display playlist length information", - "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + "label": "Mostra informazioni lunghezza lista riproduzioni", + "title": "Mostra la lunghezza totale della lista riproduzioni, quanto è stato guardato e quanto ne rimane." }, - "title": "Playlist length settings", + "title": "Impostazioni lunghezza lista riproduzioni", "wayToGetLength": { "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + "label": "Metodo per ottenere la lunghezza della lista riproduzioni", + "title": "Il modo per ottenere informazioni sulla lunghezza della lista riproduzioni (il metodo API sarà ripiegato in HTML se si verificasse un errore)" } } }, @@ -530,12 +530,12 @@ "title": "Impostazioni aumento volume" }, "youtubeDataApiV3Key": { - "getApiKeyLinkText": "You can get one from here", + "getApiKeyLinkText": "Puoi ottenerne una da qui", "input": { - "label": "API Key", - "title": "Enter your Youtube Data API V3 key." + "label": "Chiave API", + "title": "Inserisci la tua chiave Youtube API V3." }, - "title": "YouTube API V3 Key" + "title": "Chiave Youtube API V3" }, "youtubeDeepDark": { "author": "Autore", From 86c34c6e6f19582120d9329855484a9ce47c1111 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 29 Jul 2024 11:15:10 -0400 Subject: [PATCH 0694/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index 6fe12463b..1704494c6 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -74,7 +74,7 @@ "increaseLimit": "無法再加速 ({{SPEED}})" }, "playlistLength": { - "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + "title": "如果某些影片被隱藏或沒載入足夠影片去讀取總時間的話,總時間有機會不準確。" }, "screenshotButton": { "button": { @@ -414,14 +414,14 @@ }, "playlistLength": { "enable": { - "label": "Display playlist length information", - "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + "label": "顯示播放清單時間資訊", + "title": "顯示播放清單總時間,已播放時間及剩餘時間。" }, - "title": "Playlist length settings", + "title": "播放清單播放時間設定", "wayToGetLength": { "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + "label": "取得播放清單時間方法", + "title": "取得播放清單時間資訊的方法(如API方法失敗會使用HTML方式)" } } }, @@ -530,12 +530,12 @@ "title": "音量增強設定" }, "youtubeDataApiV3Key": { - "getApiKeyLinkText": "You can get one from here", + "getApiKeyLinkText": "你可以從這裡取得", "input": { - "label": "API Key", - "title": "Enter your Youtube Data API V3 key." + "label": "API 金鑰", + "title": "輸入你的 YouTube Data API V3 金鑰" }, - "title": "YouTube API V3 Key" + "title": "YouTube API V3 金鑰" }, "youtubeDeepDark": { "author": "作者", From d05c255d605d0a2f68836c145cf9bd24f734d204 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 29 Jul 2024 20:09:45 -0400 Subject: [PATCH 0695/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index 461c8eb3d..595b36e62 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -74,7 +74,7 @@ "increaseLimit": "不能继续增加({{SPEED}})" }, "playlistLength": { - "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + "title": "如果某些视频被隐藏,或者您没有加载足够的视频来获取全部长度,总长度可能不准确。" }, "screenshotButton": { "button": { @@ -414,7 +414,7 @@ }, "playlistLength": { "enable": { - "label": "Display playlist length information", + "label": "显示播放列表长度信息", "title": "Shows the total length of the playlist, how much has been watched, and how much remains." }, "title": "Playlist length settings", From 3c757abe999d7bf4e2065d3616deae6883ae9c04 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 29 Jul 2024 21:13:48 -0400 Subject: [PATCH 0696/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index 595b36e62..2f48a50c1 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -415,13 +415,13 @@ "playlistLength": { "enable": { "label": "显示播放列表长度信息", - "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + "title": "显示播放列表的总长度,已观看多少,以及还剩多少。" }, - "title": "Playlist length settings", + "title": "播放列表长度设置", "wayToGetLength": { "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + "label": "获取播放列表长度的方法", + "title": "获取播放列表长度信息的方式 (如果发生错误,API 方法将回退到 HTML)" } } }, @@ -530,12 +530,12 @@ "title": "音量增强设置" }, "youtubeDataApiV3Key": { - "getApiKeyLinkText": "You can get one from here", + "getApiKeyLinkText": "您可以从这里获取一个", "input": { - "label": "API Key", - "title": "Enter your Youtube Data API V3 key." + "label": "API 密钥", + "title": "输入您的 Youtube 数据 API V3 密钥。" }, - "title": "YouTube API V3 Key" + "title": "YouTube API V3 密钥" }, "youtubeDeepDark": { "author": "作者", From c43b59145d07b0ae3d3fb632e7f4a70905391ee8 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 1 Aug 2024 02:14:12 -0400 Subject: [PATCH 0697/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 32 +++++++++++++++++++++----------- 1 file changed, 21 insertions(+), 11 deletions(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index b6a6603c2..51bc39430 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -8,6 +8,12 @@ "pages": { "content": { "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "Copiato!", + "label": "Copia URL video con temporizzazione" + } + }, "featureMenu": { "button": { "label": "Menu' funzioni" @@ -55,12 +61,6 @@ "label": "Apri trascrizione" } }, - "copyTimestampUrlButton": { - "button": { - "label": "Copia URL video con temporizzazione", - "copied": "Copiato!" - } - }, "playbackSpeedButtons": { "buttons": { "decreasePlaybackSpeedButton": { @@ -165,12 +165,12 @@ "buttonPlacement": { "select": { "buttonNames": { + "copyTimestampUrlButton": "Pulsante \"Copia URL video con temporizzazione\"", "decreasePlaybackSpeedButton": "Pulsante Riduci velocità", "forwardButton": "Pulsante Avanti veloce", "hideEndScreenCardsButton": "Pulsante Nascondi schede finali", "increasePlaybackSpeedButton": "Pulsante Aumenta velocità", "loopButton": "Pulsante Ripeti", - "copyTimestampUrlButton": "Pulsante \"Copia URL video con temporizzazione\"", "maximizePlayerButton": "Pulsante Massimizza", "openTranscriptButton": "Pulsante Apri trascrizione", "rewindButton": "Pulsante Riavvolgi", @@ -264,6 +264,10 @@ "label": "Modalità teatro automatica", "title": "Attiva automaticamente la modalità teatro quando carichi un video" }, + "copyTimestampUrlButton": { + "label": "Pulsante \"Copia URL video con temporizzazione\"", + "title": "Copia l'URL del video con la temporizzazione (?t=123)" + }, "hideEndScreenCards": { "label": "Nascondi le schede finali", "title": "Nasconde le schede alla fine del video" @@ -296,10 +300,6 @@ "label": "Pulsante Ripeti", "title": "Aggiunge un pulsante al menu' funzioni per ripetere il video che stai guardando" }, - "copyTimestampUrlButton": { - "label": "Pulsante \"Copia URL video con temporizzazione\"", - "title": "Copia l'URL del video con la temporizzazione (?t=123)" - }, "maximizePlayerButton": { "label": "Pulsante Ingrandisci riproduttore", "title": "Aggiunge un pulsante al menu' funzioni per ingrandire il riproduttore" @@ -423,6 +423,16 @@ "label": "Metodo per ottenere la lunghezza della lista riproduzioni", "title": "Il modo per ottenere informazioni sulla lunghezza della lista riproduzioni (il metodo API sarà ripiegato in HTML se si verificasse un errore)" } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } } }, "screenshotButton": { From 1c623d2046ae5a0c4cb2e00951dd6bb89ca07f9d Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 1 Aug 2024 02:14:13 -0400 Subject: [PATCH 0698/1783] New translations en-us.json (Korean) --- public/locales/ko-KR.json | 32 +++++++++++++++++++++----------- 1 file changed, 21 insertions(+), 11 deletions(-) diff --git a/public/locales/ko-KR.json b/public/locales/ko-KR.json index 0de8d5cab..decc2dd8e 100644 --- a/public/locales/ko-KR.json +++ b/public/locales/ko-KR.json @@ -8,6 +8,12 @@ "pages": { "content": { "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "복사되었습니다.", + "label": "현재 시간 주소 복사" + } + }, "featureMenu": { "button": { "label": "추가 기능" @@ -55,12 +61,6 @@ "label": "스크립트 보기" } }, - "copyTimestampUrlButton": { - "button": { - "label": "현재 시간 주소 복사", - "copied": "복사되었습니다." - } - }, "playbackSpeedButtons": { "buttons": { "decreasePlaybackSpeedButton": { @@ -165,12 +165,12 @@ "buttonPlacement": { "select": { "buttonNames": { + "copyTimestampUrlButton": "현재 시간 주소 복사 버튼", "decreasePlaybackSpeedButton": "속도 조절 버튼", "forwardButton": "빨리 감기 버튼", "hideEndScreenCardsButton": "최종 화면 숨기기", "increasePlaybackSpeedButton": "속도 조절 버튼", "loopButton": "연속 재생 버튼", - "copyTimestampUrlButton": "현재 시간 주소 복사 버튼", "maximizePlayerButton": "화면 크기에 맞추기 버튼", "openTranscriptButton": "스크립트 보기 버튼", "rewindButton": "되감기 버튼", @@ -264,6 +264,10 @@ "label": "자동 극장 모드", "title": "동영상 재생 시 자동으로 극장 모드가 활성화 됩니다." }, + "copyTimestampUrlButton": { + "label": "현재 시간 주소 복사 버튼", + "title": "현재 시간 주소 복사 (?t=123)" + }, "hideEndScreenCards": { "label": "최종 화면 숨기기", "title": "동영상 마지막에 등장하는 추천 동영상 카드들을 숨깁니다." @@ -296,10 +300,6 @@ "label": "연속 재생 버튼", "title": "추가 기능 메뉴에 \"연속 재생\" 버튼을 추가합니다." }, - "copyTimestampUrlButton": { - "label": "현재 시간 주소 복사 버튼", - "title": "현재 시간 주소 복사 (?t=123)" - }, "maximizePlayerButton": { "label": "화면 크기에 맞추기 버튼", "title": "추가 기능 메뉴에 \"화면 크기에 맞추기\" 버튼을 추가합니다." @@ -423,6 +423,16 @@ "label": "Method to get playlist length", "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } } }, "screenshotButton": { From c936940b2783ed7a29b68961d476387ea1d8c3c3 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 1 Aug 2024 02:14:15 -0400 Subject: [PATCH 0699/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 32 +++++++++++++++++++++----------- 1 file changed, 21 insertions(+), 11 deletions(-) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index d947a2ee7..9e8b7fc2e 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -8,6 +8,12 @@ "pages": { "content": { "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "Скопировано!", + "label": "Копировать URL видео с таймкодом" + } + }, "featureMenu": { "button": { "label": "Меню функций" @@ -55,12 +61,6 @@ "label": "Открыть стенограмму" } }, - "copyTimestampUrlButton": { - "button": { - "label": "Копировать URL видео с таймкодом", - "copied": "Скопировано!" - } - }, "playbackSpeedButtons": { "buttons": { "decreasePlaybackSpeedButton": { @@ -165,12 +165,12 @@ "buttonPlacement": { "select": { "buttonNames": { + "copyTimestampUrlButton": "Кнопка «Копировать URL видео с таймкодом»", "decreasePlaybackSpeedButton": "Кнопка уменьшения скорости видео", "forwardButton": "Кнопка перемотки вперёд", "hideEndScreenCardsButton": "Кнопка «Скрыть заставки следующих видео»", "increasePlaybackSpeedButton": "Кнопка увеличения скорости видео", "loopButton": "Кнопка «Зациклить»", - "copyTimestampUrlButton": "Кнопка «Копировать URL видео с таймкодом»", "maximizePlayerButton": "Кнопка «Развернуть»", "openTranscriptButton": "Кнопка «Открыть стенограмму»", "rewindButton": "Кнопка перемотки назад", @@ -264,6 +264,10 @@ "label": "Включить автоматический режим кинотеатра", "title": "Автоматически включать режим кинотеатра при загрузке видео" }, + "copyTimestampUrlButton": { + "label": "Кнопка «Копировать URL видео с таймкодом»", + "title": "Копирует ссылку видео с меткой времени (?t=123)" + }, "hideEndScreenCards": { "label": "Скрыть заставки следующих видео", "title": "Скрывает заставки следующих (предлагаемых) видео в конце ролика" @@ -296,10 +300,6 @@ "label": "Включить кнопку «Зациклить»", "title": "Добавляет кнопку в меню функций для автоматического повтора просмотренного видео (зацикливание)" }, - "copyTimestampUrlButton": { - "label": "Кнопка «Копировать URL видео с таймкодом»", - "title": "Копирует ссылку видео с меткой времени (?t=123)" - }, "maximizePlayerButton": { "label": "Включить кнопку «Развернуть проигрыватель»", "title": "Добавляет кнопку в меню функций, которая позволит максимизировать проигрыватель" @@ -423,6 +423,16 @@ "label": "Method to get playlist length", "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } } }, "screenshotButton": { From a4469f6dc6fd467c775aea18d5fbf1c6166b3d61 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 1 Aug 2024 02:14:16 -0400 Subject: [PATCH 0700/1783] New translations en-us.json (French) --- public/locales/fr-FR.json | 32 +++++++++++++++++++++----------- 1 file changed, 21 insertions(+), 11 deletions(-) diff --git a/public/locales/fr-FR.json b/public/locales/fr-FR.json index 263c1087b..73c78183b 100644 --- a/public/locales/fr-FR.json +++ b/public/locales/fr-FR.json @@ -8,6 +8,12 @@ "pages": { "content": { "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "Copied!", + "label": "Copy video URL with timestamp" + } + }, "featureMenu": { "button": { "label": "Feature menu" @@ -55,12 +61,6 @@ "label": "Open transcript" } }, - "copyTimestampUrlButton": { - "button": { - "label": "Copy video URL with timestamp", - "copied": "Copied!" - } - }, "playbackSpeedButtons": { "buttons": { "decreasePlaybackSpeedButton": { @@ -165,12 +165,12 @@ "buttonPlacement": { "select": { "buttonNames": { + "copyTimestampUrlButton": "Copy video URL with timestamp button", "decreasePlaybackSpeedButton": "Decrease Speed button", "forwardButton": "Fast Forward button", "hideEndScreenCardsButton": "Hide end screen cards button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", - "copyTimestampUrlButton": "Copy video URL with timestamp button", "maximizePlayerButton": "Maximize button", "openTranscriptButton": "Open Transcript button", "rewindButton": "Rewind button", @@ -264,6 +264,10 @@ "label": "Mode cinéma automatique", "title": "Activer automatiquement le mode cinéma lorsque vous chargez une vidéo" }, + "copyTimestampUrlButton": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + }, "hideEndScreenCards": { "label": "Hide end screen cards", "title": "Hides the cards at the end of the video" @@ -296,10 +300,6 @@ "label": "Bouton de boucle", "title": "Ajoute un bouton au menu de fonctionnalité pour regarder la vidéo en boucle" }, - "copyTimestampUrlButton": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" - }, "maximizePlayerButton": { "label": "Agrandir les boutons du lecteur", "title": "Ajoute un bouton au menu de fonctionnalité pour agrandir le lecteur" @@ -423,6 +423,16 @@ "label": "Method to get playlist length", "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } } }, "screenshotButton": { From 2514421ccd9c109e5e2cb63bd33dab4e7c08cb73 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 1 Aug 2024 02:14:17 -0400 Subject: [PATCH 0701/1783] New translations en-us.json (Spanish) --- public/locales/es-ES.json | 32 +++++++++++++++++++++----------- 1 file changed, 21 insertions(+), 11 deletions(-) diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index 59acabf05..352503d51 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -8,6 +8,12 @@ "pages": { "content": { "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "Copied!", + "label": "Copy video URL with timestamp" + } + }, "featureMenu": { "button": { "label": "Feature menu" @@ -55,12 +61,6 @@ "label": "Open transcript" } }, - "copyTimestampUrlButton": { - "button": { - "label": "Copy video URL with timestamp", - "copied": "Copied!" - } - }, "playbackSpeedButtons": { "buttons": { "decreasePlaybackSpeedButton": { @@ -165,12 +165,12 @@ "buttonPlacement": { "select": { "buttonNames": { + "copyTimestampUrlButton": "Copy video URL with timestamp button", "decreasePlaybackSpeedButton": "Decrease Speed button", "forwardButton": "Fast Forward button", "hideEndScreenCardsButton": "Hide end screen cards button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Botón de repetición", - "copyTimestampUrlButton": "Copy video URL with timestamp button", "maximizePlayerButton": "Maximizar botón", "openTranscriptButton": "Abrir botón de transcripción", "rewindButton": "Rewind button", @@ -264,6 +264,10 @@ "label": "Modo cine automático", "title": "Activar automáticamente el modo cine al cargar un vídeo" }, + "copyTimestampUrlButton": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + }, "hideEndScreenCards": { "label": "Hide end screen cards", "title": "Hides the cards at the end of the video" @@ -296,10 +300,6 @@ "label": "Botón de bucle", "title": "Añade un botón al menú para poner en bucle el vídeo que estás viendo" }, - "copyTimestampUrlButton": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" - }, "maximizePlayerButton": { "label": "Botón de maximizar en el reproductor", "title": "Añade un botón al menú para maximizar el reproductor" @@ -423,6 +423,16 @@ "label": "Method to get playlist length", "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } } }, "screenshotButton": { From 554d20101e3a7c5a72c18a99cdc730da14959a66 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 1 Aug 2024 02:14:18 -0400 Subject: [PATCH 0702/1783] New translations en-us.json (Catalan) --- public/locales/ca-ES.json | 32 +++++++++++++++++++++----------- 1 file changed, 21 insertions(+), 11 deletions(-) diff --git a/public/locales/ca-ES.json b/public/locales/ca-ES.json index 4c8c0f0ad..482348867 100644 --- a/public/locales/ca-ES.json +++ b/public/locales/ca-ES.json @@ -8,6 +8,12 @@ "pages": { "content": { "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "Copied!", + "label": "Copy video URL with timestamp" + } + }, "featureMenu": { "button": { "label": "Feature menu" @@ -55,12 +61,6 @@ "label": "Open transcript" } }, - "copyTimestampUrlButton": { - "button": { - "label": "Copy video URL with timestamp", - "copied": "Copied!" - } - }, "playbackSpeedButtons": { "buttons": { "decreasePlaybackSpeedButton": { @@ -165,12 +165,12 @@ "buttonPlacement": { "select": { "buttonNames": { + "copyTimestampUrlButton": "Copy video URL with timestamp button", "decreasePlaybackSpeedButton": "Decrease Speed button", "forwardButton": "Fast Forward button", "hideEndScreenCardsButton": "Hide end screen cards button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", - "copyTimestampUrlButton": "Copy video URL with timestamp button", "maximizePlayerButton": "Maximize button", "openTranscriptButton": "Open Transcript button", "rewindButton": "Rewind button", @@ -264,6 +264,10 @@ "label": "Automatic theater mode", "title": "Automatically enables theater mode when you load a video" }, + "copyTimestampUrlButton": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + }, "hideEndScreenCards": { "label": "Hide end screen cards", "title": "Hides the cards at the end of the video" @@ -296,10 +300,6 @@ "label": "Loop button", "title": "Adds a button to the feature menu to loop the video you're watching" }, - "copyTimestampUrlButton": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" - }, "maximizePlayerButton": { "label": "Maximize player button", "title": "Adds a button to the feature menu to maximize the player" @@ -423,6 +423,16 @@ "label": "Method to get playlist length", "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } } }, "screenshotButton": { From daf61c01dad000ba36ec56f6e27b9781c3d9997b Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 1 Aug 2024 02:14:18 -0400 Subject: [PATCH 0703/1783] New translations en-us.json (Czech) --- public/locales/cs-CZ.json | 32 +++++++++++++++++++++----------- 1 file changed, 21 insertions(+), 11 deletions(-) diff --git a/public/locales/cs-CZ.json b/public/locales/cs-CZ.json index 7395e91f9..df92ebdf2 100644 --- a/public/locales/cs-CZ.json +++ b/public/locales/cs-CZ.json @@ -8,6 +8,12 @@ "pages": { "content": { "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "Copied!", + "label": "Copy video URL with timestamp" + } + }, "featureMenu": { "button": { "label": "Feature menu" @@ -55,12 +61,6 @@ "label": "Open transcript" } }, - "copyTimestampUrlButton": { - "button": { - "label": "Copy video URL with timestamp", - "copied": "Copied!" - } - }, "playbackSpeedButtons": { "buttons": { "decreasePlaybackSpeedButton": { @@ -165,12 +165,12 @@ "buttonPlacement": { "select": { "buttonNames": { + "copyTimestampUrlButton": "Copy video URL with timestamp button", "decreasePlaybackSpeedButton": "Decrease Speed button", "forwardButton": "Fast Forward button", "hideEndScreenCardsButton": "Hide end screen cards button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", - "copyTimestampUrlButton": "Copy video URL with timestamp button", "maximizePlayerButton": "Maximize button", "openTranscriptButton": "Open Transcript button", "rewindButton": "Rewind button", @@ -264,6 +264,10 @@ "label": "Automatic theater mode", "title": "Automatically enables theater mode when you load a video" }, + "copyTimestampUrlButton": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + }, "hideEndScreenCards": { "label": "Hide end screen cards", "title": "Hides the cards at the end of the video" @@ -296,10 +300,6 @@ "label": "Loop button", "title": "Adds a button to the feature menu to loop the video you're watching" }, - "copyTimestampUrlButton": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" - }, "maximizePlayerButton": { "label": "Maximize player button", "title": "Adds a button to the feature menu to maximize the player" @@ -423,6 +423,16 @@ "label": "Method to get playlist length", "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } } }, "screenshotButton": { From f29fa3965e239bc1cd4143373b7f1d6bccc3d996 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 1 Aug 2024 02:14:19 -0400 Subject: [PATCH 0704/1783] New translations en-us.json (German) --- public/locales/de-DE.json | 32 +++++++++++++++++++++----------- 1 file changed, 21 insertions(+), 11 deletions(-) diff --git a/public/locales/de-DE.json b/public/locales/de-DE.json index 13d274d88..758fca42d 100644 --- a/public/locales/de-DE.json +++ b/public/locales/de-DE.json @@ -8,6 +8,12 @@ "pages": { "content": { "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "Copied!", + "label": "Copy video URL with timestamp" + } + }, "featureMenu": { "button": { "label": "Feature menu" @@ -55,12 +61,6 @@ "label": "Open transcript" } }, - "copyTimestampUrlButton": { - "button": { - "label": "Copy video URL with timestamp", - "copied": "Copied!" - } - }, "playbackSpeedButtons": { "buttons": { "decreasePlaybackSpeedButton": { @@ -165,12 +165,12 @@ "buttonPlacement": { "select": { "buttonNames": { + "copyTimestampUrlButton": "Copy video URL with timestamp button", "decreasePlaybackSpeedButton": "Decrease Speed button", "forwardButton": "Fast Forward button", "hideEndScreenCardsButton": "Hide end screen cards button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", - "copyTimestampUrlButton": "Copy video URL with timestamp button", "maximizePlayerButton": "Maximize button", "openTranscriptButton": "Open Transcript button", "rewindButton": "Rewind button", @@ -264,6 +264,10 @@ "label": "Automatischer Theatermodus", "title": "Automatisch den Theatermodus aktivieren, wenn ein Video geladen wird" }, + "copyTimestampUrlButton": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + }, "hideEndScreenCards": { "label": "Hide end screen cards", "title": "Hides the cards at the end of the video" @@ -296,10 +300,6 @@ "label": "Dauerschleife-Button", "title": "Adds a button to the feature menu to loop the video you're watching" }, - "copyTimestampUrlButton": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" - }, "maximizePlayerButton": { "label": "Player-Button maximieren", "title": "Adds a button to the feature menu to maximize the player" @@ -423,6 +423,16 @@ "label": "Method to get playlist length", "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } } }, "screenshotButton": { From 3d19d53e7f0576f55bf6e2130468078fe5bb452e Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 1 Aug 2024 02:14:20 -0400 Subject: [PATCH 0705/1783] New translations en-us.json (Hebrew) --- public/locales/he-IL.json | 32 +++++++++++++++++++++----------- 1 file changed, 21 insertions(+), 11 deletions(-) diff --git a/public/locales/he-IL.json b/public/locales/he-IL.json index ae6a877eb..417442f26 100644 --- a/public/locales/he-IL.json +++ b/public/locales/he-IL.json @@ -8,6 +8,12 @@ "pages": { "content": { "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "Copied!", + "label": "Copy video URL with timestamp" + } + }, "featureMenu": { "button": { "label": "Feature menu" @@ -55,12 +61,6 @@ "label": "Open transcript" } }, - "copyTimestampUrlButton": { - "button": { - "label": "Copy video URL with timestamp", - "copied": "Copied!" - } - }, "playbackSpeedButtons": { "buttons": { "decreasePlaybackSpeedButton": { @@ -165,12 +165,12 @@ "buttonPlacement": { "select": { "buttonNames": { + "copyTimestampUrlButton": "Copy video URL with timestamp button", "decreasePlaybackSpeedButton": "Decrease Speed button", "forwardButton": "Fast Forward button", "hideEndScreenCardsButton": "Hide end screen cards button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", - "copyTimestampUrlButton": "Copy video URL with timestamp button", "maximizePlayerButton": "Maximize button", "openTranscriptButton": "Open Transcript button", "rewindButton": "Rewind button", @@ -264,6 +264,10 @@ "label": "Automatic theater mode", "title": "Automatically enables theater mode when you load a video" }, + "copyTimestampUrlButton": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + }, "hideEndScreenCards": { "label": "Hide end screen cards", "title": "Hides the cards at the end of the video" @@ -296,10 +300,6 @@ "label": "Loop button", "title": "Adds a button to the feature menu to loop the video you're watching" }, - "copyTimestampUrlButton": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" - }, "maximizePlayerButton": { "label": "Maximize player button", "title": "Adds a button to the feature menu to maximize the player" @@ -423,6 +423,16 @@ "label": "Method to get playlist length", "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } } }, "screenshotButton": { From e24205701e459cfc433f983e214978f57da8b56b Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 1 Aug 2024 02:14:21 -0400 Subject: [PATCH 0706/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 32 +++++++++++++++++++++----------- 1 file changed, 21 insertions(+), 11 deletions(-) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index 2799899da..371dd3a6f 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -8,6 +8,12 @@ "pages": { "content": { "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "コピー完了!", + "label": "タイムスタンプ付きの動画URLをコピーする" + } + }, "featureMenu": { "button": { "label": "フィーチャー・メニュー" @@ -55,12 +61,6 @@ "label": "文字起こしを見せる" } }, - "copyTimestampUrlButton": { - "button": { - "label": "タイムスタンプ付きの動画URLをコピーする", - "copied": "コピー完了!" - } - }, "playbackSpeedButtons": { "buttons": { "decreasePlaybackSpeedButton": { @@ -165,12 +165,12 @@ "buttonPlacement": { "select": { "buttonNames": { + "copyTimestampUrlButton": "タイムスタンプ付きの動画URLをコピーのボタン", "decreasePlaybackSpeedButton": "速度を下げるボタン", "forwardButton": "早送ボタン", "hideEndScreenCardsButton": "終了画面のカードボタンを非表示にする", "increasePlaybackSpeedButton": "速度を上げるボタン", "loopButton": "ループボタン", - "copyTimestampUrlButton": "タイムスタンプ付きの動画URLをコピーのボタン", "maximizePlayerButton": "最大表示ボタン", "openTranscriptButton": "文字起こしを見せるボタン", "rewindButton": "リワインドボタン", @@ -264,6 +264,10 @@ "label": "自動シアターモード", "title": "動画の読み込み時に自動的にシアターモードを有効にする" }, + "copyTimestampUrlButton": { + "label": "タイムスタンプ付きの動画URLをコピーのボタン", + "title": "タイムスタンプ付きの動画URLをコピーする (?t=123)" + }, "hideEndScreenCards": { "label": "終了画面のカードを非表示にする", "title": "動画の終了で画面カードを非表示にする" @@ -296,10 +300,6 @@ "label": "動画ループボタン", "title": "動画をループするボタンをフィーチャー・メニューに追加する" }, - "copyTimestampUrlButton": { - "label": "タイムスタンプ付きの動画URLをコピーのボタン", - "title": "タイムスタンプ付きの動画URLをコピーする (?t=123)" - }, "maximizePlayerButton": { "label": "最大化ボタン", "title": "プレイヤーを最大化するボタンをフィーチャー・メニューに追加する" @@ -423,6 +423,16 @@ "label": "プレイリストの長さを取得する方法", "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } } }, "screenshotButton": { From ae97a1a9d49cfca9de400fd6be06bb878b848399 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 1 Aug 2024 02:14:23 -0400 Subject: [PATCH 0707/1783] New translations en-us.json (Polish) --- public/locales/pl-PL.json | 32 +++++++++++++++++++++----------- 1 file changed, 21 insertions(+), 11 deletions(-) diff --git a/public/locales/pl-PL.json b/public/locales/pl-PL.json index c2afe6378..c5f9e01b2 100644 --- a/public/locales/pl-PL.json +++ b/public/locales/pl-PL.json @@ -8,6 +8,12 @@ "pages": { "content": { "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "Copied!", + "label": "Copy video URL with timestamp" + } + }, "featureMenu": { "button": { "label": "Feature menu" @@ -55,12 +61,6 @@ "label": "Open transcript" } }, - "copyTimestampUrlButton": { - "button": { - "label": "Copy video URL with timestamp", - "copied": "Copied!" - } - }, "playbackSpeedButtons": { "buttons": { "decreasePlaybackSpeedButton": { @@ -165,12 +165,12 @@ "buttonPlacement": { "select": { "buttonNames": { + "copyTimestampUrlButton": "Copy video URL with timestamp button", "decreasePlaybackSpeedButton": "Decrease Speed button", "forwardButton": "Fast Forward button", "hideEndScreenCardsButton": "Hide end screen cards button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", - "copyTimestampUrlButton": "Copy video URL with timestamp button", "maximizePlayerButton": "Maximize button", "openTranscriptButton": "Open Transcript button", "rewindButton": "Rewind button", @@ -264,6 +264,10 @@ "label": "Automatic theater mode", "title": "Automatically enables theater mode when you load a video" }, + "copyTimestampUrlButton": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + }, "hideEndScreenCards": { "label": "Hide end screen cards", "title": "Hides the cards at the end of the video" @@ -296,10 +300,6 @@ "label": "Loop button", "title": "Adds a button to the feature menu to loop the video you're watching" }, - "copyTimestampUrlButton": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" - }, "maximizePlayerButton": { "label": "Maximize player button", "title": "Adds a button to the feature menu to maximize the player" @@ -423,6 +423,16 @@ "label": "Method to get playlist length", "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } } }, "screenshotButton": { From 1e46fbdcb0c2c4d06d7e3ad3859db8a2caffac29 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 1 Aug 2024 02:14:24 -0400 Subject: [PATCH 0708/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 32 +++++++++++++++++++++----------- 1 file changed, 21 insertions(+), 11 deletions(-) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index 53c2c13a9..e07530c2d 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -8,6 +8,12 @@ "pages": { "content": { "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "Copied!", + "label": "Copy video URL with timestamp" + } + }, "featureMenu": { "button": { "label": "Funktionsmeny" @@ -55,12 +61,6 @@ "label": "Öppna transkript" } }, - "copyTimestampUrlButton": { - "button": { - "label": "Copy video URL with timestamp", - "copied": "Copied!" - } - }, "playbackSpeedButtons": { "buttons": { "decreasePlaybackSpeedButton": { @@ -165,12 +165,12 @@ "buttonPlacement": { "select": { "buttonNames": { + "copyTimestampUrlButton": "Copy video URL with timestamp button", "decreasePlaybackSpeedButton": "Knapp för att mindska hastigheten", "forwardButton": "Snabbspolningsknapp", "hideEndScreenCardsButton": "Dölj knappen för slutskärmskort", "increasePlaybackSpeedButton": "Knapp för att öka hastigheten", "loopButton": "Slingknapp", - "copyTimestampUrlButton": "Copy video URL with timestamp button", "maximizePlayerButton": "Maximeraknapp", "openTranscriptButton": "Transkriptknapp", "rewindButton": "Återspolningsknapp", @@ -264,6 +264,10 @@ "label": "Automatiskt teaterläge", "title": "Aktiverar automatiskt teaterläge när du startar en video" }, + "copyTimestampUrlButton": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + }, "hideEndScreenCards": { "label": "Dölj slutskärmskort", "title": "Döljer korten i slutet av videon" @@ -296,10 +300,6 @@ "label": "Slingknapp", "title": "Lägger till en knapp i funktionsmenyn för att slinga videon du tittar på" }, - "copyTimestampUrlButton": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" - }, "maximizePlayerButton": { "label": "Maximeringsknapp för spelaren", "title": "Lägger till en knapp i funktionsmenyn för att maximera spelaren" @@ -423,6 +423,16 @@ "label": "Method to get playlist length", "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } } }, "screenshotButton": { From 02108365fd0dcfc163f95ec3f34bd7e4e29ad6fd Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 1 Aug 2024 02:14:25 -0400 Subject: [PATCH 0709/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 32 +++++++++++++++++++++----------- 1 file changed, 21 insertions(+), 11 deletions(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index 26f485edd..efcb039e7 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -8,6 +8,12 @@ "pages": { "content": { "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "Copied!", + "label": "Copy video URL with timestamp" + } + }, "featureMenu": { "button": { "label": "Özellik menüsü" @@ -55,12 +61,6 @@ "label": "Open transcript" } }, - "copyTimestampUrlButton": { - "button": { - "label": "Copy video URL with timestamp", - "copied": "Copied!" - } - }, "playbackSpeedButtons": { "buttons": { "decreasePlaybackSpeedButton": { @@ -165,12 +165,12 @@ "buttonPlacement": { "select": { "buttonNames": { + "copyTimestampUrlButton": "Copy video URL with timestamp button", "decreasePlaybackSpeedButton": "Decrease Speed button", "forwardButton": "Fast Forward button", "hideEndScreenCardsButton": "Bitiş ekranı kartlarını gizleme düğmesi", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Döngü düğmesi", - "copyTimestampUrlButton": "Copy video URL with timestamp button", "maximizePlayerButton": "Tam ekran düğmesi", "openTranscriptButton": "Open Transcript button", "rewindButton": "Rewind button", @@ -264,6 +264,10 @@ "label": "Otomatik tiyatro modu", "title": "Video yüklediğinizde tiyatro modunu otomatik olarak etkinleştirir" }, + "copyTimestampUrlButton": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + }, "hideEndScreenCards": { "label": "Bitiş ekranı kartlarını gizle", "title": "Video'nun sonundaki kartları gizler" @@ -296,10 +300,6 @@ "label": "Tekrarlama düğmesi", "title": "İzlediğiniz videoyu döngüye almak için özellik menüsüne bir düğme ekler" }, - "copyTimestampUrlButton": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" - }, "maximizePlayerButton": { "label": "Oynatıcıyı tam ekran yapma düğmesini etkinleştir", "title": "Oynatıcıyı büyütmek için özellik menüsüne bir düğme ekler" @@ -423,6 +423,16 @@ "label": "Method to get playlist length", "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } } }, "screenshotButton": { From eeee1e9955f6642c2d0839410874c58debe1353d Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 1 Aug 2024 02:14:26 -0400 Subject: [PATCH 0710/1783] New translations en-us.json (Ukrainian) --- public/locales/uk-UA.json | 32 +++++++++++++++++++++----------- 1 file changed, 21 insertions(+), 11 deletions(-) diff --git a/public/locales/uk-UA.json b/public/locales/uk-UA.json index 43811b842..57b2e422a 100644 --- a/public/locales/uk-UA.json +++ b/public/locales/uk-UA.json @@ -8,6 +8,12 @@ "pages": { "content": { "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "Copied!", + "label": "Copy video URL with timestamp" + } + }, "featureMenu": { "button": { "label": "Меню функцій" @@ -55,12 +61,6 @@ "label": "Відкрити транскрипцію" } }, - "copyTimestampUrlButton": { - "button": { - "label": "Copy video URL with timestamp", - "copied": "Copied!" - } - }, "playbackSpeedButtons": { "buttons": { "decreasePlaybackSpeedButton": { @@ -165,12 +165,12 @@ "buttonPlacement": { "select": { "buttonNames": { + "copyTimestampUrlButton": "Copy video URL with timestamp button", "decreasePlaybackSpeedButton": "Кнопка зменшення швидкості", "forwardButton": "Fast Forward button", "hideEndScreenCardsButton": "Hide end screen cards button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", - "copyTimestampUrlButton": "Copy video URL with timestamp button", "maximizePlayerButton": "Maximize button", "openTranscriptButton": "Open Transcript button", "rewindButton": "Rewind button", @@ -264,6 +264,10 @@ "label": "Automatic theater mode", "title": "Automatically enables theater mode when you load a video" }, + "copyTimestampUrlButton": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + }, "hideEndScreenCards": { "label": "Hide end screen cards", "title": "Hides the cards at the end of the video" @@ -296,10 +300,6 @@ "label": "Loop button", "title": "Adds a button to the feature menu to loop the video you're watching" }, - "copyTimestampUrlButton": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" - }, "maximizePlayerButton": { "label": "Maximize player button", "title": "Adds a button to the feature menu to maximize the player" @@ -423,6 +423,16 @@ "label": "Method to get playlist length", "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } } }, "screenshotButton": { From b26272d7a1f9c1ee7ce29ba38755dbe4ed9ffa9b Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 1 Aug 2024 02:14:27 -0400 Subject: [PATCH 0711/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 32 +++++++++++++++++++++----------- 1 file changed, 21 insertions(+), 11 deletions(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index 2f48a50c1..b21b663e9 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -8,6 +8,12 @@ "pages": { "content": { "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "复制成功!", + "label": "复制带有时间戳的视频 URL" + } + }, "featureMenu": { "button": { "label": "功能菜单" @@ -55,12 +61,6 @@ "label": "打开转写文稿" } }, - "copyTimestampUrlButton": { - "button": { - "label": "复制带有时间戳的视频 URL", - "copied": "复制成功!" - } - }, "playbackSpeedButtons": { "buttons": { "decreasePlaybackSpeedButton": { @@ -165,12 +165,12 @@ "buttonPlacement": { "select": { "buttonNames": { + "copyTimestampUrlButton": "复制带有时间戳的视频 URL 按钮", "decreasePlaybackSpeedButton": "降低速度按钮", "forwardButton": "快进按钮", "hideEndScreenCardsButton": "隐藏结束界面卡片按钮", "increasePlaybackSpeedButton": "增加速度按钮", "loopButton": "循环按钮", - "copyTimestampUrlButton": "复制带有时间戳的视频 URL 按钮", "maximizePlayerButton": "最大化按钮", "openTranscriptButton": "转写文稿按钮", "rewindButton": "快退按钮", @@ -264,6 +264,10 @@ "label": "自动启用剧场模式", "title": "当视频打开时,自动启用剧场模式" }, + "copyTimestampUrlButton": { + "label": "复制带有时间戳的视频 URL 按钮", + "title": "复制带有时间戳的视频 URL (?t=123)" + }, "hideEndScreenCards": { "label": "隐藏结束界面卡片", "title": "隐藏视频末尾的卡片" @@ -296,10 +300,6 @@ "label": "循环按钮", "title": "在功能菜单中添加一个按钮来循环你正在观看的视频" }, - "copyTimestampUrlButton": { - "label": "复制带有时间戳的视频 URL 按钮", - "title": "复制带有时间戳的视频 URL (?t=123)" - }, "maximizePlayerButton": { "label": "最大化播放器按钮", "title": "在功能菜单中添加一个按钮来最大化播放器" @@ -423,6 +423,16 @@ "label": "获取播放列表长度的方法", "title": "获取播放列表长度信息的方式 (如果发生错误,API 方法将回退到 HTML)" } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } } }, "screenshotButton": { From de0e5e39b0b7b9729cb60dca0ac0950a4717eafe Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 1 Aug 2024 02:14:28 -0400 Subject: [PATCH 0712/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 32 +++++++++++++++++++++----------- 1 file changed, 21 insertions(+), 11 deletions(-) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index 1704494c6..0573c4f40 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -8,6 +8,12 @@ "pages": { "content": { "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "已複製!", + "label": "複製目前播放時間的影片網址" + } + }, "featureMenu": { "button": { "label": "功能選單" @@ -55,12 +61,6 @@ "label": "打開文字記錄" } }, - "copyTimestampUrlButton": { - "button": { - "label": "複製目前播放時間的影片網址", - "copied": "已複製!" - } - }, "playbackSpeedButtons": { "buttons": { "decreasePlaybackSpeedButton": { @@ -165,12 +165,12 @@ "buttonPlacement": { "select": { "buttonNames": { + "copyTimestampUrlButton": "複製目前播放時間的影片網址按鈕", "decreasePlaybackSpeedButton": "減慢速度按鈕", "forwardButton": "快轉按鈕", "hideEndScreenCardsButton": "隱藏片尾資訊卡按鈕", "increasePlaybackSpeedButton": "加快速度按妞", "loopButton": "循環播放按鈕", - "copyTimestampUrlButton": "複製目前播放時間的影片網址按鈕", "maximizePlayerButton": "最大化按鈕", "openTranscriptButton": "開啟文字記錄按鈕", "rewindButton": "倒帶按鈕", @@ -264,6 +264,10 @@ "label": "自動啟用劇院模式", "title": "載入影片時自動啟用劇院模式" }, + "copyTimestampUrlButton": { + "label": "複製目前播放時間的影片網址按鈕", + "title": "複製目前播放時間的影片網址 (?t=123)" + }, "hideEndScreenCards": { "label": "隱藏片尾資訊卡", "title": "隱藏影片片尾的資訊卡" @@ -296,10 +300,6 @@ "label": "循環按鈕", "title": "加入按鈕循環播放當前影片" }, - "copyTimestampUrlButton": { - "label": "複製目前播放時間的影片網址按鈕", - "title": "複製目前播放時間的影片網址 (?t=123)" - }, "maximizePlayerButton": { "label": "最大化播放器按鈕", "title": "加入最大化播放器按鈕" @@ -423,6 +423,16 @@ "label": "取得播放清單時間方法", "title": "取得播放清單時間資訊的方法(如API方法失敗會使用HTML方式)" } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } } }, "screenshotButton": { From c944926f86297f8139d0abccf19a68e21a25ecad Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 1 Aug 2024 02:14:29 -0400 Subject: [PATCH 0713/1783] New translations en-us.json (Vietnamese) --- public/locales/vi-VN.json | 32 +++++++++++++++++++++----------- 1 file changed, 21 insertions(+), 11 deletions(-) diff --git a/public/locales/vi-VN.json b/public/locales/vi-VN.json index 986af89a6..f7668f9f6 100644 --- a/public/locales/vi-VN.json +++ b/public/locales/vi-VN.json @@ -8,6 +8,12 @@ "pages": { "content": { "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "Copied!", + "label": "Copy video URL with timestamp" + } + }, "featureMenu": { "button": { "label": "Feature menu" @@ -55,12 +61,6 @@ "label": "Open transcript" } }, - "copyTimestampUrlButton": { - "button": { - "label": "Copy video URL with timestamp", - "copied": "Copied!" - } - }, "playbackSpeedButtons": { "buttons": { "decreasePlaybackSpeedButton": { @@ -165,12 +165,12 @@ "buttonPlacement": { "select": { "buttonNames": { + "copyTimestampUrlButton": "Copy video URL with timestamp button", "decreasePlaybackSpeedButton": "Decrease Speed button", "forwardButton": "Fast Forward button", "hideEndScreenCardsButton": "Hide end screen cards button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", - "copyTimestampUrlButton": "Copy video URL with timestamp button", "maximizePlayerButton": "Maximize button", "openTranscriptButton": "Open Transcript button", "rewindButton": "Rewind button", @@ -264,6 +264,10 @@ "label": "Automatic theater mode", "title": "Automatically enables theater mode when you load a video" }, + "copyTimestampUrlButton": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + }, "hideEndScreenCards": { "label": "Hide end screen cards", "title": "Hides the cards at the end of the video" @@ -296,10 +300,6 @@ "label": "Loop button", "title": "Adds a button to the feature menu to loop the video you're watching" }, - "copyTimestampUrlButton": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" - }, "maximizePlayerButton": { "label": "Maximize player button", "title": "Adds a button to the feature menu to maximize the player" @@ -423,6 +423,16 @@ "label": "Method to get playlist length", "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } } }, "screenshotButton": { From 5125aeccafbfe7bfd5e98ca8c62b53596513aabf Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 1 Aug 2024 02:14:30 -0400 Subject: [PATCH 0714/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 32 +++++++++++++++++++++----------- 1 file changed, 21 insertions(+), 11 deletions(-) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index f59998d14..9fef3aeb7 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -8,6 +8,12 @@ "pages": { "content": { "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "Copied!", + "label": "Copy video URL with timestamp" + } + }, "featureMenu": { "button": { "label": "Feature menu" @@ -55,12 +61,6 @@ "label": "Open transcript" } }, - "copyTimestampUrlButton": { - "button": { - "label": "Copy video URL with timestamp", - "copied": "Copied!" - } - }, "playbackSpeedButtons": { "buttons": { "decreasePlaybackSpeedButton": { @@ -165,12 +165,12 @@ "buttonPlacement": { "select": { "buttonNames": { + "copyTimestampUrlButton": "Copy video URL with timestamp button", "decreasePlaybackSpeedButton": "Decrease Speed button", "forwardButton": "Fast Forward button", "hideEndScreenCardsButton": "Hide end screen cards button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Botão de Repetir", - "copyTimestampUrlButton": "Copy video URL with timestamp button", "maximizePlayerButton": "Botão de Maximizar", "openTranscriptButton": "Abrir botão de transcrição", "rewindButton": "Rewind button", @@ -264,6 +264,10 @@ "label": "Modo teatro automático", "title": "Ativar automaticamente o modo teatro quando você carregar um vídeo" }, + "copyTimestampUrlButton": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + }, "hideEndScreenCards": { "label": "Hide end screen cards", "title": "Hides the cards at the end of the video" @@ -296,10 +300,6 @@ "label": "Botão de Repetir", "title": "Adiciona um botão ao menu do recurso para repetir o vídeo que você está assistindo" }, - "copyTimestampUrlButton": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" - }, "maximizePlayerButton": { "label": "Botão de maximização do reprodutor", "title": "Adiciona um botão ao menu de recursos para maximizar o reprodutor" @@ -423,6 +423,16 @@ "label": "Method to get playlist length", "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } } }, "screenshotButton": { From f8f63646c4d1a3b4bb2e5ad17d60bf60b6a4a08a Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 1 Aug 2024 02:14:31 -0400 Subject: [PATCH 0715/1783] New translations en-us.json (Persian) --- public/locales/fa-IR.json | 32 +++++++++++++++++++++----------- 1 file changed, 21 insertions(+), 11 deletions(-) diff --git a/public/locales/fa-IR.json b/public/locales/fa-IR.json index 0ec9e944f..3ef381b3c 100644 --- a/public/locales/fa-IR.json +++ b/public/locales/fa-IR.json @@ -8,6 +8,12 @@ "pages": { "content": { "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "Copied!", + "label": "Copy video URL with timestamp" + } + }, "featureMenu": { "button": { "label": "Feature menu" @@ -55,12 +61,6 @@ "label": "Open transcript" } }, - "copyTimestampUrlButton": { - "button": { - "label": "Copy video URL with timestamp", - "copied": "Copied!" - } - }, "playbackSpeedButtons": { "buttons": { "decreasePlaybackSpeedButton": { @@ -165,12 +165,12 @@ "buttonPlacement": { "select": { "buttonNames": { + "copyTimestampUrlButton": "Copy video URL with timestamp button", "decreasePlaybackSpeedButton": "Decrease Speed button", "forwardButton": "Fast Forward button", "hideEndScreenCardsButton": "Hide end screen cards button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", - "copyTimestampUrlButton": "Copy video URL with timestamp button", "maximizePlayerButton": "Maximize button", "openTranscriptButton": "Open Transcript button", "rewindButton": "Rewind button", @@ -264,6 +264,10 @@ "label": "Automatic theater mode", "title": "Automatically enables theater mode when you load a video" }, + "copyTimestampUrlButton": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + }, "hideEndScreenCards": { "label": "Hide end screen cards", "title": "Hides the cards at the end of the video" @@ -296,10 +300,6 @@ "label": "Loop button", "title": "Adds a button to the feature menu to loop the video you're watching" }, - "copyTimestampUrlButton": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" - }, "maximizePlayerButton": { "label": "Maximize player button", "title": "Adds a button to the feature menu to maximize the player" @@ -423,6 +423,16 @@ "label": "Method to get playlist length", "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } } }, "screenshotButton": { From e295df8c250b20d06c633094eba53258ad3e4714 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 1 Aug 2024 02:14:32 -0400 Subject: [PATCH 0716/1783] New translations en-us.json (Hindi) --- public/locales/hi-IN.json | 32 +++++++++++++++++++++----------- 1 file changed, 21 insertions(+), 11 deletions(-) diff --git a/public/locales/hi-IN.json b/public/locales/hi-IN.json index d25ae0127..32b7e340b 100644 --- a/public/locales/hi-IN.json +++ b/public/locales/hi-IN.json @@ -8,6 +8,12 @@ "pages": { "content": { "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "Copied!", + "label": "Copy video URL with timestamp" + } + }, "featureMenu": { "button": { "label": "Feature menu" @@ -55,12 +61,6 @@ "label": "Open transcript" } }, - "copyTimestampUrlButton": { - "button": { - "label": "Copy video URL with timestamp", - "copied": "Copied!" - } - }, "playbackSpeedButtons": { "buttons": { "decreasePlaybackSpeedButton": { @@ -165,12 +165,12 @@ "buttonPlacement": { "select": { "buttonNames": { + "copyTimestampUrlButton": "Copy video URL with timestamp button", "decreasePlaybackSpeedButton": "Decrease Speed button", "forwardButton": "Fast Forward button", "hideEndScreenCardsButton": "Hide end screen cards button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", - "copyTimestampUrlButton": "Copy video URL with timestamp button", "maximizePlayerButton": "Maximize button", "openTranscriptButton": "Open Transcript button", "rewindButton": "Rewind button", @@ -264,6 +264,10 @@ "label": "Automatic theater mode", "title": "Automatically enables theater mode when you load a video" }, + "copyTimestampUrlButton": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + }, "hideEndScreenCards": { "label": "Hide end screen cards", "title": "Hides the cards at the end of the video" @@ -296,10 +300,6 @@ "label": "Loop button", "title": "Adds a button to the feature menu to loop the video you're watching" }, - "copyTimestampUrlButton": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" - }, "maximizePlayerButton": { "label": "Maximize player button", "title": "Adds a button to the feature menu to maximize the player" @@ -423,6 +423,16 @@ "label": "Method to get playlist length", "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } } }, "screenshotButton": { From c7e979d95d21ac5a0b824630c9b677248b043cde Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 1 Aug 2024 02:14:33 -0400 Subject: [PATCH 0717/1783] New translations en-us.json (English, United Kingdom) --- public/locales/en-GB.json | 32 +++++++++++++++++++++----------- 1 file changed, 21 insertions(+), 11 deletions(-) diff --git a/public/locales/en-GB.json b/public/locales/en-GB.json index 999352039..66ff93f3e 100644 --- a/public/locales/en-GB.json +++ b/public/locales/en-GB.json @@ -8,6 +8,12 @@ "pages": { "content": { "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "Copied!", + "label": "Copy video URL with timestamp" + } + }, "featureMenu": { "button": { "label": "Feature menu" @@ -55,12 +61,6 @@ "label": "Open transcript" } }, - "copyTimestampUrlButton": { - "button": { - "label": "Copy video URL with timestamp", - "copied": "Copied!" - } - }, "playbackSpeedButtons": { "buttons": { "decreasePlaybackSpeedButton": { @@ -165,12 +165,12 @@ "buttonPlacement": { "select": { "buttonNames": { + "copyTimestampUrlButton": "Copy video URL with timestamp button", "decreasePlaybackSpeedButton": "Decrease Speed button", "forwardButton": "Fast Forward button", "hideEndScreenCardsButton": "Hide end screen cards button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", - "copyTimestampUrlButton": "Copy video URL with timestamp button", "maximizePlayerButton": "Maximize button", "openTranscriptButton": "Open Transcript button", "rewindButton": "Rewind button", @@ -264,6 +264,10 @@ "label": "Automatic theatre mode", "title": "Automatically enables theatre mode when you load a video" }, + "copyTimestampUrlButton": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + }, "hideEndScreenCards": { "label": "Hide end screen cards", "title": "Hides the cards at the end of the video" @@ -296,10 +300,6 @@ "label": "Loop button", "title": "Adds a button to the feature menu to loop the video you're watching" }, - "copyTimestampUrlButton": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" - }, "maximizePlayerButton": { "label": "Maximize player button", "title": "Adds a button to the feature menu to maximize the player" @@ -423,6 +423,16 @@ "label": "Method to get playlist length", "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } } }, "screenshotButton": { From 584192cef365361639da98ca77916093c281a5a3 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 1 Aug 2024 03:18:33 -0400 Subject: [PATCH 0718/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index 0573c4f40..0b710ad63 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -426,12 +426,12 @@ }, "wayToGetWatchTime": { "select": { - "label": "Method to get watched time", + "label": "影片長度取得方法", "options": { - "duration": "Video Length", - "youtube": "Video Watch Time" + "duration": "影片長度", + "youtube": "影片已觀看時間" }, - "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + "title": "取得已觀看時間的方法(影片長度方式只用於觀看頁)" } } }, From 37cff278724e140980243702b7757cc4338ea0c3 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 1 Aug 2024 12:12:38 -0400 Subject: [PATCH 0719/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index b21b663e9..2ebcc0c06 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -426,12 +426,12 @@ }, "wayToGetWatchTime": { "select": { - "label": "Method to get watched time", + "label": "获取已观看时间的方法", "options": { - "duration": "Video Length", - "youtube": "Video Watch Time" + "duration": "视频长度", + "youtube": "视频观看时间" }, - "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + "title": "获取已观看时间长度的方法 (“视频长度”方法仅会在观看页面使用)" } } }, From 239a2a44b056cb2b3babd056d3f7de98bf553af8 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 1 Aug 2024 14:54:04 -0400 Subject: [PATCH 0720/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index 51bc39430..be864bfd7 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -426,9 +426,9 @@ }, "wayToGetWatchTime": { "select": { - "label": "Method to get watched time", + "label": "Metodo per ottenere il tempo già riprodotto", "options": { - "duration": "Video Length", + "duration": "Durata del video", "youtube": "Video Watch Time" }, "title": "The way to get the amount of time watched (Video Length type only used on watch page)" From 30338d93f0d9464ab2dc5c2159dece087306967f Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 1 Aug 2024 16:05:02 -0400 Subject: [PATCH 0721/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index be864bfd7..7d22e171b 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -429,9 +429,9 @@ "label": "Metodo per ottenere il tempo già riprodotto", "options": { "duration": "Durata del video", - "youtube": "Video Watch Time" + "youtube": "Tempo in riproduzione" }, - "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + "title": "Il modo per ottenere la quantità di tempo guardato (tipo di lunghezza video usato solo nella pagina di riproduzione)" } } }, From bd2b290f303748bb5bdbf8793152b4fa7eb1b9eb Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 10 Aug 2024 23:46:29 -0400 Subject: [PATCH 0722/1783] New translations en-us.json (Korean) --- public/locales/ko-KR.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/public/locales/ko-KR.json b/public/locales/ko-KR.json index decc2dd8e..cabbca70a 100644 --- a/public/locales/ko-KR.json +++ b/public/locales/ko-KR.json @@ -74,7 +74,7 @@ "increaseLimit": "({{SPEED}}) 에서 더 늘릴 수 없습니다." }, "playlistLength": { - "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + "title": "일부 동영상이 숨겨져 있거나 충분한 동영상이 로드되지 않은 경우 총 길이는 정확하지 않을 수 있습니다." }, "screenshotButton": { "button": { @@ -414,24 +414,24 @@ }, "playlistLength": { "enable": { - "label": "Display playlist length information", - "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + "label": "재생목록 총 재생 시간 표시", + "title": "재생 목록의 총 길이, 시청한 시간, 남은 시간을 보여줍니다." }, - "title": "Playlist length settings", + "title": "재생목록 재생 시간 설정", "wayToGetLength": { "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + "label": "재생목록 총 재생 시간 측정 방법", + "title": "재생목록 총 재생 시간 정보를 얻는 방법 (API 메서드가 오류 발생 시 HTML로 대체됨)" } }, "wayToGetWatchTime": { "select": { - "label": "Method to get watched time", + "label": "시청시간을 얻는 방법", "options": { - "duration": "Video Length", - "youtube": "Video Watch Time" + "duration": "동영상 길이", + "youtube": "동영상 시청시간" }, - "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + "title": "시청시간을 얻는 방법 (동영상 길이 유형은 시청 페이지에서만 사용됨)" } } }, @@ -540,10 +540,10 @@ "title": "볼륨 부스트 설정" }, "youtubeDataApiV3Key": { - "getApiKeyLinkText": "You can get one from here", + "getApiKeyLinkText": "여기서 받을 수 있습니다.", "input": { - "label": "API Key", - "title": "Enter your Youtube Data API V3 key." + "label": "API 키", + "title": "Youtube Data API V3 키 입력" }, "title": "YouTube API V3 Key" }, From b9fee7050c45c27aec1e79a6384066e4085f0ab8 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 19 Aug 2024 19:48:01 -0400 Subject: [PATCH 0723/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index efcb039e7..b4bd0463d 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -10,7 +10,7 @@ "features": { "copyTimestampUrlButton": { "button": { - "copied": "Copied!", + "copied": "Kopyalandı!", "label": "Copy video URL with timestamp" } }, @@ -25,7 +25,7 @@ "label": "Fast forward by {{TIME}}" }, "rewindButton": { - "label": "Rewind by {{TIME}}" + "label": "{{TIME}} kadar geri sar" } } }, @@ -78,7 +78,7 @@ }, "screenshotButton": { "button": { - "label": "Screenshot" + "label": "Ekran görüntüsü" }, "copiedToClipboard": "Ekran görüntüsü panoya kopyalandı" }, @@ -542,13 +542,13 @@ "youtubeDataApiV3Key": { "getApiKeyLinkText": "You can get one from here", "input": { - "label": "API Key", + "label": "API Anahtarı", "title": "Enter your Youtube Data API V3 key." }, - "title": "YouTube API V3 Key" + "title": "YouTube API V3 Anahtarı" }, "youtubeDeepDark": { - "author": "Author", + "author": "Yazar", "co-authors": "Co-authors", "colors": { "colorShadow": { From 415eb4228ae01cbe6bacbd5da49b3c4df5ff6a2c Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 19 Aug 2024 20:54:17 -0400 Subject: [PATCH 0724/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index b4bd0463d..77a305f96 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -11,7 +11,7 @@ "copyTimestampUrlButton": { "button": { "copied": "Kopyalandı!", - "label": "Copy video URL with timestamp" + "label": "Geçerli zamana ait video URL'sini kopyala" } }, "featureMenu": { From 7e024750b0b2d9375c30fc58e9374d86f58f9fb4 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 22 Aug 2024 15:27:17 -0400 Subject: [PATCH 0725/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index e07530c2d..305c90c41 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -10,8 +10,8 @@ "features": { "copyTimestampUrlButton": { "button": { - "copied": "Copied!", - "label": "Copy video URL with timestamp" + "copied": "Kopierad!", + "label": "Kopiera videons webbadress med tidsstämpel" } }, "featureMenu": { @@ -74,7 +74,7 @@ "increaseLimit": "Det går inte att höja mer ({{SPEED}})" }, "playlistLength": { - "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + "title": "Total längd kanske inte är korrekt om vissa videor är dolda eller om du inte har laddat tillräckligt med videor för att få hela längden." }, "screenshotButton": { "button": { @@ -165,7 +165,7 @@ "buttonPlacement": { "select": { "buttonNames": { - "copyTimestampUrlButton": "Copy video URL with timestamp button", + "copyTimestampUrlButton": "Kopiera videons webbadress med tidsstämpelknappen", "decreasePlaybackSpeedButton": "Knapp för att mindska hastigheten", "forwardButton": "Snabbspolningsknapp", "hideEndScreenCardsButton": "Dölj knappen för slutskärmskort", @@ -265,8 +265,8 @@ "title": "Aktiverar automatiskt teaterläge när du startar en video" }, "copyTimestampUrlButton": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" + "label": "Kopiera videons webbadress med tidsstämpelknappen", + "title": "Kopiera videons webbadress med tidsstämpel (?t=123)" }, "hideEndScreenCards": { "label": "Dölj slutskärmskort", @@ -414,21 +414,21 @@ }, "playlistLength": { "enable": { - "label": "Display playlist length information", - "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + "label": "Visa information om spellistans längd", + "title": "Visar spellistans totala längd och hur mycket som har tittats på och hur mycket som återstår." }, - "title": "Playlist length settings", + "title": "Inställningar för spellistans längd", "wayToGetLength": { "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + "label": "Metod för att få spellistans längd", + "title": "Sättet att få information om spellista längd (API-metoden kommer att falla tillbaka till HTML om ett fel inträffar)" } }, "wayToGetWatchTime": { "select": { - "label": "Method to get watched time", + "label": "Metod för att hämta tittad tid", "options": { - "duration": "Video Length", + "duration": "Videons längd", "youtube": "Video Watch Time" }, "title": "The way to get the amount of time watched (Video Length type only used on watch page)" @@ -542,10 +542,10 @@ "youtubeDataApiV3Key": { "getApiKeyLinkText": "You can get one from here", "input": { - "label": "API Key", - "title": "Enter your Youtube Data API V3 key." + "label": "API-nyckel", + "title": "Ange din Youtube Data API V3-nyckel." }, - "title": "YouTube API V3 Key" + "title": "YouTube API V3-nyckel" }, "youtubeDeepDark": { "author": "Skapare", From 8f60c0688e656c2378656751fd069f44b8378e1f Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 22 Aug 2024 16:27:31 -0400 Subject: [PATCH 0726/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index 305c90c41..ff0d211a5 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -429,9 +429,9 @@ "label": "Metod för att hämta tittad tid", "options": { "duration": "Videons längd", - "youtube": "Video Watch Time" + "youtube": "Tittad videolängd" }, - "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + "title": "Sättet att få den tid som tittats på (videons längdtyp används endast på visningssidan)" } } }, @@ -540,7 +540,7 @@ "title": "Inställningar för volymökning" }, "youtubeDataApiV3Key": { - "getApiKeyLinkText": "You can get one from here", + "getApiKeyLinkText": "Du kan hämta en härifrån", "input": { "label": "API-nyckel", "title": "Ange din Youtube Data API V3-nyckel." From 582e6034da4a557a8044066653e79a5ef2e11bba Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 15 Sep 2024 03:26:23 -0400 Subject: [PATCH 0727/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index ff0d211a5..603a1b9f5 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -280,6 +280,10 @@ "label": "Dölj direktströmschatt", "title": "Döljer direktströmschatten" }, + "hideOfficialArtistVideosFromHomePage": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + }, "hidePaidPromotionBanner": { "label": "Dölj betald marknadsföringsbanner", "title": "Döljer bannern som visas när du tittar på en video som har betald marknadsföring" From 251a23c20c1a2e40cb7e11d276cf1608ac0986be Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 15 Sep 2024 03:26:23 -0400 Subject: [PATCH 0728/1783] New translations en-us.json (French) --- public/locales/fr-FR.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/fr-FR.json b/public/locales/fr-FR.json index 73c78183b..0349e38fb 100644 --- a/public/locales/fr-FR.json +++ b/public/locales/fr-FR.json @@ -280,6 +280,10 @@ "label": "Hide live stream chat", "title": "Hides the live stream chat" }, + "hideOfficialArtistVideosFromHomePage": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + }, "hidePaidPromotionBanner": { "label": "Hide paid promotion banner", "title": "Hides the banner that appears when you watch a video that has a paid promotion" From eb87d80fbe284798bda1d1d5478c4d5e6de94165 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 15 Sep 2024 03:26:24 -0400 Subject: [PATCH 0729/1783] New translations en-us.json (Spanish) --- public/locales/es-ES.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index 352503d51..684190f2b 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -280,6 +280,10 @@ "label": "Hide live stream chat", "title": "Hides the live stream chat" }, + "hideOfficialArtistVideosFromHomePage": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + }, "hidePaidPromotionBanner": { "label": "Hide paid promotion banner", "title": "Hides the banner that appears when you watch a video that has a paid promotion" From 2f19131fe7cf3e9d821b964c4a4b6dc96634ec4c Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 15 Sep 2024 03:26:25 -0400 Subject: [PATCH 0730/1783] New translations en-us.json (Catalan) --- public/locales/ca-ES.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/ca-ES.json b/public/locales/ca-ES.json index 482348867..7be11dec4 100644 --- a/public/locales/ca-ES.json +++ b/public/locales/ca-ES.json @@ -280,6 +280,10 @@ "label": "Hide live stream chat", "title": "Hides the live stream chat" }, + "hideOfficialArtistVideosFromHomePage": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + }, "hidePaidPromotionBanner": { "label": "Hide paid promotion banner", "title": "Hides the banner that appears when you watch a video that has a paid promotion" From 4fa1d91d453aa0ce8f478cd888b1007f03edb1da Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 15 Sep 2024 03:26:26 -0400 Subject: [PATCH 0731/1783] New translations en-us.json (Czech) --- public/locales/cs-CZ.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/cs-CZ.json b/public/locales/cs-CZ.json index df92ebdf2..d8d2827ac 100644 --- a/public/locales/cs-CZ.json +++ b/public/locales/cs-CZ.json @@ -280,6 +280,10 @@ "label": "Hide live stream chat", "title": "Hides the live stream chat" }, + "hideOfficialArtistVideosFromHomePage": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + }, "hidePaidPromotionBanner": { "label": "Hide paid promotion banner", "title": "Hides the banner that appears when you watch a video that has a paid promotion" From 572bc5f73486c423c80251ff396df268a4e8a03e Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 15 Sep 2024 03:26:27 -0400 Subject: [PATCH 0732/1783] New translations en-us.json (German) --- public/locales/de-DE.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/de-DE.json b/public/locales/de-DE.json index 758fca42d..a67c75f1e 100644 --- a/public/locales/de-DE.json +++ b/public/locales/de-DE.json @@ -280,6 +280,10 @@ "label": "Hide live stream chat", "title": "Hides the live stream chat" }, + "hideOfficialArtistVideosFromHomePage": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + }, "hidePaidPromotionBanner": { "label": "Hide paid promotion banner", "title": "Hides the banner that appears when you watch a video that has a paid promotion" From 04ff237e90a5f2dd0ca36fe96fcaf5eec9863e1c Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 15 Sep 2024 03:26:28 -0400 Subject: [PATCH 0733/1783] New translations en-us.json (Hebrew) --- public/locales/he-IL.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/he-IL.json b/public/locales/he-IL.json index 417442f26..12b0d4171 100644 --- a/public/locales/he-IL.json +++ b/public/locales/he-IL.json @@ -280,6 +280,10 @@ "label": "Hide live stream chat", "title": "Hides the live stream chat" }, + "hideOfficialArtistVideosFromHomePage": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + }, "hidePaidPromotionBanner": { "label": "Hide paid promotion banner", "title": "Hides the banner that appears when you watch a video that has a paid promotion" From 3d699a9e177f169ec26e054b50a8800e8551c1c7 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 15 Sep 2024 03:26:29 -0400 Subject: [PATCH 0734/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index 7d22e171b..c1e4c0f83 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -280,6 +280,10 @@ "label": "Nascondi chat live stream", "title": "Nasconde la chat live stream" }, + "hideOfficialArtistVideosFromHomePage": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + }, "hidePaidPromotionBanner": { "label": "Nascondi banner promozioni a pagamento", "title": "Nasconde il banner con promozioni a pagamento che appare quando si guarda un video" From e3dcf4710bdcc2af40ab04e09011d24df8396fbd Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 15 Sep 2024 03:26:30 -0400 Subject: [PATCH 0735/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index 371dd3a6f..f24f195b5 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -280,6 +280,10 @@ "label": "配信チャットを隠す", "title": "配信チャットを隠する" }, + "hideOfficialArtistVideosFromHomePage": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + }, "hidePaidPromotionBanner": { "label": "有料プロモーションバナーを隠す", "title": "有料プロモーションのある動画を視聴したときに表示されるバナーを隠すします" From 7dfa4f6ec576849f3a54d08f75b22b1f8e26eef0 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 15 Sep 2024 03:26:31 -0400 Subject: [PATCH 0736/1783] New translations en-us.json (Korean) --- public/locales/ko-KR.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/ko-KR.json b/public/locales/ko-KR.json index cabbca70a..c205d6f02 100644 --- a/public/locales/ko-KR.json +++ b/public/locales/ko-KR.json @@ -280,6 +280,10 @@ "label": "실시간 채팅 숨기기", "title": "실시간 채팅 레이아웃을 숨깁니다." }, + "hideOfficialArtistVideosFromHomePage": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + }, "hidePaidPromotionBanner": { "label": "유료 광고 배너 숨기기", "title": "유료 광고가 있는 동영상을 볼 때 나타나는 배너를 숨깁니다." From 23d8e7817ee7b86863287fece1fbec187ba73a15 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 15 Sep 2024 03:26:32 -0400 Subject: [PATCH 0737/1783] New translations en-us.json (Polish) --- public/locales/pl-PL.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/pl-PL.json b/public/locales/pl-PL.json index c5f9e01b2..1b55de5c5 100644 --- a/public/locales/pl-PL.json +++ b/public/locales/pl-PL.json @@ -280,6 +280,10 @@ "label": "Hide live stream chat", "title": "Hides the live stream chat" }, + "hideOfficialArtistVideosFromHomePage": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + }, "hidePaidPromotionBanner": { "label": "Hide paid promotion banner", "title": "Hides the banner that appears when you watch a video that has a paid promotion" From 2d0df5a129325527a584936329c3ff84c882b22f Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 15 Sep 2024 03:26:33 -0400 Subject: [PATCH 0738/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index 9e8b7fc2e..cf3046e00 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -280,6 +280,10 @@ "label": "Спрятать чат прямого эфира", "title": "Прячет чат прямого эфира (стрима)" }, + "hideOfficialArtistVideosFromHomePage": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + }, "hidePaidPromotionBanner": { "label": "Скрыть \"Содержит прямую рекламу\"", "title": "Скрывает баннер, отображающийся при просмотре видео, которое имеет платную рекламу" From d9a193387efbeb8749a76cef250c221d89a1c489 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 15 Sep 2024 03:26:34 -0400 Subject: [PATCH 0739/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index 77a305f96..edc9c01bf 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -280,6 +280,10 @@ "label": "Canlı yayın sohbetini gizle", "title": "Canlı yayın sohbetini gizler" }, + "hideOfficialArtistVideosFromHomePage": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + }, "hidePaidPromotionBanner": { "label": "Hide paid promotion banner", "title": "Hides the banner that appears when you watch a video that has a paid promotion" From c49bbe7fd0260d2a5de035d202381663a69245d9 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 15 Sep 2024 03:26:35 -0400 Subject: [PATCH 0740/1783] New translations en-us.json (Ukrainian) --- public/locales/uk-UA.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/uk-UA.json b/public/locales/uk-UA.json index 57b2e422a..ebc5c34c4 100644 --- a/public/locales/uk-UA.json +++ b/public/locales/uk-UA.json @@ -280,6 +280,10 @@ "label": "Hide live stream chat", "title": "Hides the live stream chat" }, + "hideOfficialArtistVideosFromHomePage": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + }, "hidePaidPromotionBanner": { "label": "Hide paid promotion banner", "title": "Hides the banner that appears when you watch a video that has a paid promotion" From 3c5cdfed729efb0c7395e4bb7e5a45926fe77198 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 15 Sep 2024 03:26:36 -0400 Subject: [PATCH 0741/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index 2ebcc0c06..cb2bb37a9 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -280,6 +280,10 @@ "label": "隐藏直播聊天", "title": "隐藏直播聊天" }, + "hideOfficialArtistVideosFromHomePage": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + }, "hidePaidPromotionBanner": { "label": "隐藏付费推广横幅", "title": "隐藏当您观看带有付费促销的视频时出现的横幅广告" From 9fed4d2e3b0f834360f24fc1299606a2c990cec2 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 15 Sep 2024 03:26:37 -0400 Subject: [PATCH 0742/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index 0b710ad63..cb9ac7535 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -280,6 +280,10 @@ "label": "隱藏直播聊天室", "title": "隱藏直播的聊天室" }, + "hideOfficialArtistVideosFromHomePage": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + }, "hidePaidPromotionBanner": { "label": "隱藏付費推廣橫幅", "title": "隱藏當影片帶有付費推廣時顯示的橫幅" From 54b476d41858c00c1e55d90ac0dc0cf6086f183a Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 15 Sep 2024 03:26:38 -0400 Subject: [PATCH 0743/1783] New translations en-us.json (Vietnamese) --- public/locales/vi-VN.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/vi-VN.json b/public/locales/vi-VN.json index f7668f9f6..0e8228ac0 100644 --- a/public/locales/vi-VN.json +++ b/public/locales/vi-VN.json @@ -280,6 +280,10 @@ "label": "Hide live stream chat", "title": "Hides the live stream chat" }, + "hideOfficialArtistVideosFromHomePage": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + }, "hidePaidPromotionBanner": { "label": "Hide paid promotion banner", "title": "Hides the banner that appears when you watch a video that has a paid promotion" From ac5180db53a3ad4940cd200f6518fa08089c873d Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 15 Sep 2024 03:26:39 -0400 Subject: [PATCH 0744/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index 9fef3aeb7..6c75335bc 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -280,6 +280,10 @@ "label": "Hide live stream chat", "title": "Hides the live stream chat" }, + "hideOfficialArtistVideosFromHomePage": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + }, "hidePaidPromotionBanner": { "label": "Hide paid promotion banner", "title": "Hides the banner that appears when you watch a video that has a paid promotion" From a7462bc9f118561ee2aece0e1f1fa480da6a5d20 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 15 Sep 2024 03:26:40 -0400 Subject: [PATCH 0745/1783] New translations en-us.json (Persian) --- public/locales/fa-IR.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/fa-IR.json b/public/locales/fa-IR.json index 3ef381b3c..796b0869d 100644 --- a/public/locales/fa-IR.json +++ b/public/locales/fa-IR.json @@ -280,6 +280,10 @@ "label": "Hide live stream chat", "title": "Hides the live stream chat" }, + "hideOfficialArtistVideosFromHomePage": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + }, "hidePaidPromotionBanner": { "label": "Hide paid promotion banner", "title": "Hides the banner that appears when you watch a video that has a paid promotion" From d8e6894e30eadcab63afa91c0d5903af748f92ca Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 15 Sep 2024 03:26:40 -0400 Subject: [PATCH 0746/1783] New translations en-us.json (Hindi) --- public/locales/hi-IN.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/hi-IN.json b/public/locales/hi-IN.json index 32b7e340b..aaa6df127 100644 --- a/public/locales/hi-IN.json +++ b/public/locales/hi-IN.json @@ -280,6 +280,10 @@ "label": "Hide live stream chat", "title": "Hides the live stream chat" }, + "hideOfficialArtistVideosFromHomePage": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + }, "hidePaidPromotionBanner": { "label": "Hide paid promotion banner", "title": "Hides the banner that appears when you watch a video that has a paid promotion" From fa5175086d89a567d63b18e55ecac9f3710ad875 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 15 Sep 2024 03:26:42 -0400 Subject: [PATCH 0747/1783] New translations en-us.json (English, United Kingdom) --- public/locales/en-GB.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/en-GB.json b/public/locales/en-GB.json index 66ff93f3e..09569e018 100644 --- a/public/locales/en-GB.json +++ b/public/locales/en-GB.json @@ -280,6 +280,10 @@ "label": "Hide live stream chat", "title": "Hides the live stream chat" }, + "hideOfficialArtistVideosFromHomePage": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + }, "hidePaidPromotionBanner": { "label": "Hide paid promotion banner", "title": "Hides the banner that appears when you watch a video that has a paid promotion" From 528a97bc14ca39e4fa05dc2592eade907a89ae87 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 15 Sep 2024 05:30:56 -0400 Subject: [PATCH 0748/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index c1e4c0f83..a4edee7e0 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -281,8 +281,8 @@ "title": "Nasconde la chat live stream" }, "hideOfficialArtistVideosFromHomePage": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" + "label": "Nascondi video ufficiali dell'artista", + "title": "Nascondi video ufficiali dell'artista dalla pagina iniziale" }, "hidePaidPromotionBanner": { "label": "Nascondi banner promozioni a pagamento", From 87245a3e0f7d3f48c275619f59bd79ab53b7cbac Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 15 Sep 2024 05:30:57 -0400 Subject: [PATCH 0749/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index cb9ac7535..4a53a093b 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -281,8 +281,8 @@ "title": "隱藏直播的聊天室" }, "hideOfficialArtistVideosFromHomePage": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" + "label": "隱藏官方藝人影片", + "title": "從主頁隱藏官方藝人影片" }, "hidePaidPromotionBanner": { "label": "隱藏付費推廣橫幅", From 8421ae0120ad0a7e5c6e8937c2c8d276c4042c36 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 15 Sep 2024 14:10:44 -0400 Subject: [PATCH 0750/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index cb2bb37a9..9c6bdc16c 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -281,8 +281,8 @@ "title": "隐藏直播聊天" }, "hideOfficialArtistVideosFromHomePage": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" + "label": "隐藏音乐人官方视频", + "title": "从主页上隐藏来自音乐人官方频道的视频" }, "hidePaidPromotionBanner": { "label": "隐藏付费推广横幅", From 710336da1bb80130b84706fd1e60048c776315d5 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 26 Sep 2024 16:52:04 -0400 Subject: [PATCH 0751/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 32 ++++++++++++++++++-------------- 1 file changed, 18 insertions(+), 14 deletions(-) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index 603a1b9f5..6a4132ce0 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -74,7 +74,7 @@ "increaseLimit": "Det går inte att höja mer ({{SPEED}})" }, "playlistLength": { - "title": "Total längd kanske inte är korrekt om vissa videor är dolda eller om du inte har laddat tillräckligt med videor för att få hela längden." + "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." }, "screenshotButton": { "button": { @@ -264,6 +264,10 @@ "label": "Automatiskt teaterläge", "title": "Aktiverar automatiskt teaterläge när du startar en video" }, + "automaticallyDisableClosedCaptions": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + }, "copyTimestampUrlButton": { "label": "Kopiera videons webbadress med tidsstämpelknappen", "title": "Kopiera videons webbadress med tidsstämpel (?t=123)" @@ -418,24 +422,24 @@ }, "playlistLength": { "enable": { - "label": "Visa information om spellistans längd", - "title": "Visar spellistans totala längd och hur mycket som har tittats på och hur mycket som återstår." + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." }, - "title": "Inställningar för spellistans längd", + "title": "Playlist length settings", "wayToGetLength": { "select": { - "label": "Metod för att få spellistans längd", - "title": "Sättet att få information om spellista längd (API-metoden kommer att falla tillbaka till HTML om ett fel inträffar)" + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" } }, "wayToGetWatchTime": { "select": { - "label": "Metod för att hämta tittad tid", + "label": "Method to get watched time", "options": { - "duration": "Videons längd", - "youtube": "Tittad videolängd" + "duration": "Video Length", + "youtube": "Video Watch Time" }, - "title": "Sättet att få den tid som tittats på (videons längdtyp används endast på visningssidan)" + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" } } }, @@ -544,12 +548,12 @@ "title": "Inställningar för volymökning" }, "youtubeDataApiV3Key": { - "getApiKeyLinkText": "Du kan hämta en härifrån", + "getApiKeyLinkText": "You can get one from here", "input": { - "label": "API-nyckel", - "title": "Ange din Youtube Data API V3-nyckel." + "label": "API Key", + "title": "Enter your Youtube Data API V3 key." }, - "title": "YouTube API V3-nyckel" + "title": "YouTube API V3 Key" }, "youtubeDeepDark": { "author": "Skapare", From afb31563ae71f40a78f21fb386b3c062c83032c8 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 26 Sep 2024 16:52:05 -0400 Subject: [PATCH 0752/1783] New translations en-us.json (French) --- public/locales/fr-FR.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/fr-FR.json b/public/locales/fr-FR.json index 0349e38fb..88bf70f51 100644 --- a/public/locales/fr-FR.json +++ b/public/locales/fr-FR.json @@ -264,6 +264,10 @@ "label": "Mode cinéma automatique", "title": "Activer automatiquement le mode cinéma lorsque vous chargez une vidéo" }, + "automaticallyDisableClosedCaptions": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + }, "copyTimestampUrlButton": { "label": "Copy video URL with timestamp button", "title": "Copies video URL with timestamp (?t=123)" From 77d03755331a1c70c162edadb3b5da7912aa60b1 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 26 Sep 2024 16:52:06 -0400 Subject: [PATCH 0753/1783] New translations en-us.json (Spanish) --- public/locales/es-ES.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index 684190f2b..d0ff9ecae 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -264,6 +264,10 @@ "label": "Modo cine automático", "title": "Activar automáticamente el modo cine al cargar un vídeo" }, + "automaticallyDisableClosedCaptions": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + }, "copyTimestampUrlButton": { "label": "Copy video URL with timestamp button", "title": "Copies video URL with timestamp (?t=123)" From 78632a2e2bf30d1b933a55919fb6d050f9984701 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 26 Sep 2024 16:52:07 -0400 Subject: [PATCH 0754/1783] New translations en-us.json (Catalan) --- public/locales/ca-ES.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/ca-ES.json b/public/locales/ca-ES.json index 7be11dec4..7de4ef072 100644 --- a/public/locales/ca-ES.json +++ b/public/locales/ca-ES.json @@ -264,6 +264,10 @@ "label": "Automatic theater mode", "title": "Automatically enables theater mode when you load a video" }, + "automaticallyDisableClosedCaptions": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + }, "copyTimestampUrlButton": { "label": "Copy video URL with timestamp button", "title": "Copies video URL with timestamp (?t=123)" From 8dd3318749718e9017ed03263337de31112ce5d1 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 26 Sep 2024 16:52:08 -0400 Subject: [PATCH 0755/1783] New translations en-us.json (Czech) --- public/locales/cs-CZ.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/cs-CZ.json b/public/locales/cs-CZ.json index d8d2827ac..6aea0bc59 100644 --- a/public/locales/cs-CZ.json +++ b/public/locales/cs-CZ.json @@ -264,6 +264,10 @@ "label": "Automatic theater mode", "title": "Automatically enables theater mode when you load a video" }, + "automaticallyDisableClosedCaptions": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + }, "copyTimestampUrlButton": { "label": "Copy video URL with timestamp button", "title": "Copies video URL with timestamp (?t=123)" From da103145c0dce12b1350d308f3dc96b7456f50cb Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 26 Sep 2024 16:52:09 -0400 Subject: [PATCH 0756/1783] New translations en-us.json (German) --- public/locales/de-DE.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/de-DE.json b/public/locales/de-DE.json index a67c75f1e..a878a6f2e 100644 --- a/public/locales/de-DE.json +++ b/public/locales/de-DE.json @@ -264,6 +264,10 @@ "label": "Automatischer Theatermodus", "title": "Automatisch den Theatermodus aktivieren, wenn ein Video geladen wird" }, + "automaticallyDisableClosedCaptions": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + }, "copyTimestampUrlButton": { "label": "Copy video URL with timestamp button", "title": "Copies video URL with timestamp (?t=123)" From 2e0261e86aa3bc66b602100207cd7751819ae0c7 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 26 Sep 2024 16:52:10 -0400 Subject: [PATCH 0757/1783] New translations en-us.json (Hebrew) --- public/locales/he-IL.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/he-IL.json b/public/locales/he-IL.json index 12b0d4171..677d12c40 100644 --- a/public/locales/he-IL.json +++ b/public/locales/he-IL.json @@ -264,6 +264,10 @@ "label": "Automatic theater mode", "title": "Automatically enables theater mode when you load a video" }, + "automaticallyDisableClosedCaptions": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + }, "copyTimestampUrlButton": { "label": "Copy video URL with timestamp button", "title": "Copies video URL with timestamp (?t=123)" From a63c9501dff4afbac98f28ab76613976cc43f441 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 26 Sep 2024 16:52:11 -0400 Subject: [PATCH 0758/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 36 ++++++++++++++++++++---------------- 1 file changed, 20 insertions(+), 16 deletions(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index a4edee7e0..5e2cdf27a 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -74,7 +74,7 @@ "increaseLimit": "Impossibile aumentare ulteriormente ({{SPEED}})" }, "playlistLength": { - "title": "La lunghezza totale può non essere accurata se alcuni video sono nascosti o se non hai caricato abbastanza video per ottenere la lunghezza completa." + "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." }, "screenshotButton": { "button": { @@ -264,6 +264,10 @@ "label": "Modalità teatro automatica", "title": "Attiva automaticamente la modalità teatro quando carichi un video" }, + "automaticallyDisableClosedCaptions": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + }, "copyTimestampUrlButton": { "label": "Pulsante \"Copia URL video con temporizzazione\"", "title": "Copia l'URL del video con la temporizzazione (?t=123)" @@ -281,8 +285,8 @@ "title": "Nasconde la chat live stream" }, "hideOfficialArtistVideosFromHomePage": { - "label": "Nascondi video ufficiali dell'artista", - "title": "Nascondi video ufficiali dell'artista dalla pagina iniziale" + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" }, "hidePaidPromotionBanner": { "label": "Nascondi banner promozioni a pagamento", @@ -418,24 +422,24 @@ }, "playlistLength": { "enable": { - "label": "Mostra informazioni lunghezza lista riproduzioni", - "title": "Mostra la lunghezza totale della lista riproduzioni, quanto è stato guardato e quanto ne rimane." + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." }, - "title": "Impostazioni lunghezza lista riproduzioni", + "title": "Playlist length settings", "wayToGetLength": { "select": { - "label": "Metodo per ottenere la lunghezza della lista riproduzioni", - "title": "Il modo per ottenere informazioni sulla lunghezza della lista riproduzioni (il metodo API sarà ripiegato in HTML se si verificasse un errore)" + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" } }, "wayToGetWatchTime": { "select": { - "label": "Metodo per ottenere il tempo già riprodotto", + "label": "Method to get watched time", "options": { - "duration": "Durata del video", - "youtube": "Tempo in riproduzione" + "duration": "Video Length", + "youtube": "Video Watch Time" }, - "title": "Il modo per ottenere la quantità di tempo guardato (tipo di lunghezza video usato solo nella pagina di riproduzione)" + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" } } }, @@ -544,12 +548,12 @@ "title": "Impostazioni aumento volume" }, "youtubeDataApiV3Key": { - "getApiKeyLinkText": "Puoi ottenerne una da qui", + "getApiKeyLinkText": "You can get one from here", "input": { - "label": "Chiave API", - "title": "Inserisci la tua chiave Youtube API V3." + "label": "API Key", + "title": "Enter your Youtube Data API V3 key." }, - "title": "Chiave Youtube API V3" + "title": "YouTube API V3 Key" }, "youtubeDeepDark": { "author": "Autore", From 6005290ef88b5c1c0b3b20137b1cf72f7c2061c7 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 26 Sep 2024 16:52:12 -0400 Subject: [PATCH 0759/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index f24f195b5..11d7a1478 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -264,6 +264,10 @@ "label": "自動シアターモード", "title": "動画の読み込み時に自動的にシアターモードを有効にする" }, + "automaticallyDisableClosedCaptions": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + }, "copyTimestampUrlButton": { "label": "タイムスタンプ付きの動画URLをコピーのボタン", "title": "タイムスタンプ付きの動画URLをコピーする (?t=123)" @@ -421,10 +425,10 @@ "label": "Display playlist length information", "title": "Shows the total length of the playlist, how much has been watched, and how much remains." }, - "title": "プレイリストの長さ設定", + "title": "Playlist length settings", "wayToGetLength": { "select": { - "label": "プレイリストの長さを取得する方法", + "label": "Method to get playlist length", "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" } }, @@ -544,12 +548,12 @@ "title": "音量ブーストの設定" }, "youtubeDataApiV3Key": { - "getApiKeyLinkText": "APIキーがここで取得をします。", + "getApiKeyLinkText": "You can get one from here", "input": { - "label": "APIキー", - "title": "YouTube API V3キーを入力してください。" + "label": "API Key", + "title": "Enter your Youtube Data API V3 key." }, - "title": "YouTube API V3キー" + "title": "YouTube API V3 Key" }, "youtubeDeepDark": { "author": "作家", From 70fade55ddb25575b31cbdfb801e53a34bc18000 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 26 Sep 2024 16:52:13 -0400 Subject: [PATCH 0760/1783] New translations en-us.json (Korean) --- public/locales/ko-KR.json | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/public/locales/ko-KR.json b/public/locales/ko-KR.json index c205d6f02..9f37c9365 100644 --- a/public/locales/ko-KR.json +++ b/public/locales/ko-KR.json @@ -74,7 +74,7 @@ "increaseLimit": "({{SPEED}}) 에서 더 늘릴 수 없습니다." }, "playlistLength": { - "title": "일부 동영상이 숨겨져 있거나 충분한 동영상이 로드되지 않은 경우 총 길이는 정확하지 않을 수 있습니다." + "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." }, "screenshotButton": { "button": { @@ -264,6 +264,10 @@ "label": "자동 극장 모드", "title": "동영상 재생 시 자동으로 극장 모드가 활성화 됩니다." }, + "automaticallyDisableClosedCaptions": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + }, "copyTimestampUrlButton": { "label": "현재 시간 주소 복사 버튼", "title": "현재 시간 주소 복사 (?t=123)" @@ -418,24 +422,24 @@ }, "playlistLength": { "enable": { - "label": "재생목록 총 재생 시간 표시", - "title": "재생 목록의 총 길이, 시청한 시간, 남은 시간을 보여줍니다." + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." }, - "title": "재생목록 재생 시간 설정", + "title": "Playlist length settings", "wayToGetLength": { "select": { - "label": "재생목록 총 재생 시간 측정 방법", - "title": "재생목록 총 재생 시간 정보를 얻는 방법 (API 메서드가 오류 발생 시 HTML로 대체됨)" + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" } }, "wayToGetWatchTime": { "select": { - "label": "시청시간을 얻는 방법", + "label": "Method to get watched time", "options": { - "duration": "동영상 길이", - "youtube": "동영상 시청시간" + "duration": "Video Length", + "youtube": "Video Watch Time" }, - "title": "시청시간을 얻는 방법 (동영상 길이 유형은 시청 페이지에서만 사용됨)" + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" } } }, @@ -544,10 +548,10 @@ "title": "볼륨 부스트 설정" }, "youtubeDataApiV3Key": { - "getApiKeyLinkText": "여기서 받을 수 있습니다.", + "getApiKeyLinkText": "You can get one from here", "input": { - "label": "API 키", - "title": "Youtube Data API V3 키 입력" + "label": "API Key", + "title": "Enter your Youtube Data API V3 key." }, "title": "YouTube API V3 Key" }, From d8a118a82c6ab52a24e47e21cce670e0d3cf8cd2 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 26 Sep 2024 16:52:15 -0400 Subject: [PATCH 0761/1783] New translations en-us.json (Polish) --- public/locales/pl-PL.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/pl-PL.json b/public/locales/pl-PL.json index 1b55de5c5..0687e905a 100644 --- a/public/locales/pl-PL.json +++ b/public/locales/pl-PL.json @@ -264,6 +264,10 @@ "label": "Automatic theater mode", "title": "Automatically enables theater mode when you load a video" }, + "automaticallyDisableClosedCaptions": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + }, "copyTimestampUrlButton": { "label": "Copy video URL with timestamp button", "title": "Copies video URL with timestamp (?t=123)" From 6eef84dfb9ad250a43937503866a59e0d06940cb Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 26 Sep 2024 16:52:16 -0400 Subject: [PATCH 0762/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index cf3046e00..4b3b85af5 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -264,6 +264,10 @@ "label": "Включить автоматический режим кинотеатра", "title": "Автоматически включать режим кинотеатра при загрузке видео" }, + "automaticallyDisableClosedCaptions": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + }, "copyTimestampUrlButton": { "label": "Кнопка «Копировать URL видео с таймкодом»", "title": "Копирует ссылку видео с меткой времени (?t=123)" From f9187c4bc329cdaf94669612a8da168ceae0f7cb Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 26 Sep 2024 16:52:17 -0400 Subject: [PATCH 0763/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index edc9c01bf..54df26c2a 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -264,6 +264,10 @@ "label": "Otomatik tiyatro modu", "title": "Video yüklediğinizde tiyatro modunu otomatik olarak etkinleştirir" }, + "automaticallyDisableClosedCaptions": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + }, "copyTimestampUrlButton": { "label": "Copy video URL with timestamp button", "title": "Copies video URL with timestamp (?t=123)" @@ -546,10 +550,10 @@ "youtubeDataApiV3Key": { "getApiKeyLinkText": "You can get one from here", "input": { - "label": "API Anahtarı", + "label": "API Key", "title": "Enter your Youtube Data API V3 key." }, - "title": "YouTube API V3 Anahtarı" + "title": "YouTube API V3 Key" }, "youtubeDeepDark": { "author": "Yazar", From e2fdf3a96bb48d8a48654d44bb095fbe6fb6c95e Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 26 Sep 2024 16:52:19 -0400 Subject: [PATCH 0764/1783] New translations en-us.json (Ukrainian) --- public/locales/uk-UA.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/uk-UA.json b/public/locales/uk-UA.json index ebc5c34c4..e9a8f875b 100644 --- a/public/locales/uk-UA.json +++ b/public/locales/uk-UA.json @@ -264,6 +264,10 @@ "label": "Automatic theater mode", "title": "Automatically enables theater mode when you load a video" }, + "automaticallyDisableClosedCaptions": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + }, "copyTimestampUrlButton": { "label": "Copy video URL with timestamp button", "title": "Copies video URL with timestamp (?t=123)" From 6b910b5833b15f74873a8b0f4ad4a6cdbab4e98f Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 26 Sep 2024 16:52:20 -0400 Subject: [PATCH 0765/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 36 ++++++++++++++++++++---------------- 1 file changed, 20 insertions(+), 16 deletions(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index 9c6bdc16c..758489e3d 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -74,7 +74,7 @@ "increaseLimit": "不能继续增加({{SPEED}})" }, "playlistLength": { - "title": "如果某些视频被隐藏,或者您没有加载足够的视频来获取全部长度,总长度可能不准确。" + "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." }, "screenshotButton": { "button": { @@ -264,6 +264,10 @@ "label": "自动启用剧场模式", "title": "当视频打开时,自动启用剧场模式" }, + "automaticallyDisableClosedCaptions": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + }, "copyTimestampUrlButton": { "label": "复制带有时间戳的视频 URL 按钮", "title": "复制带有时间戳的视频 URL (?t=123)" @@ -281,8 +285,8 @@ "title": "隐藏直播聊天" }, "hideOfficialArtistVideosFromHomePage": { - "label": "隐藏音乐人官方视频", - "title": "从主页上隐藏来自音乐人官方频道的视频" + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" }, "hidePaidPromotionBanner": { "label": "隐藏付费推广横幅", @@ -418,24 +422,24 @@ }, "playlistLength": { "enable": { - "label": "显示播放列表长度信息", - "title": "显示播放列表的总长度,已观看多少,以及还剩多少。" + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." }, - "title": "播放列表长度设置", + "title": "Playlist length settings", "wayToGetLength": { "select": { - "label": "获取播放列表长度的方法", - "title": "获取播放列表长度信息的方式 (如果发生错误,API 方法将回退到 HTML)" + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" } }, "wayToGetWatchTime": { "select": { - "label": "获取已观看时间的方法", + "label": "Method to get watched time", "options": { - "duration": "视频长度", - "youtube": "视频观看时间" + "duration": "Video Length", + "youtube": "Video Watch Time" }, - "title": "获取已观看时间长度的方法 (“视频长度”方法仅会在观看页面使用)" + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" } } }, @@ -544,12 +548,12 @@ "title": "音量增强设置" }, "youtubeDataApiV3Key": { - "getApiKeyLinkText": "您可以从这里获取一个", + "getApiKeyLinkText": "You can get one from here", "input": { - "label": "API 密钥", - "title": "输入您的 Youtube 数据 API V3 密钥。" + "label": "API Key", + "title": "Enter your Youtube Data API V3 key." }, - "title": "YouTube API V3 密钥" + "title": "YouTube API V3 Key" }, "youtubeDeepDark": { "author": "作者", From 5b004ada6a79e870f3d6de949a99fe0d2f2443aa Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 26 Sep 2024 16:52:21 -0400 Subject: [PATCH 0766/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 36 ++++++++++++++++++++---------------- 1 file changed, 20 insertions(+), 16 deletions(-) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index 4a53a093b..005a7f10a 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -74,7 +74,7 @@ "increaseLimit": "無法再加速 ({{SPEED}})" }, "playlistLength": { - "title": "如果某些影片被隱藏或沒載入足夠影片去讀取總時間的話,總時間有機會不準確。" + "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." }, "screenshotButton": { "button": { @@ -264,6 +264,10 @@ "label": "自動啟用劇院模式", "title": "載入影片時自動啟用劇院模式" }, + "automaticallyDisableClosedCaptions": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + }, "copyTimestampUrlButton": { "label": "複製目前播放時間的影片網址按鈕", "title": "複製目前播放時間的影片網址 (?t=123)" @@ -281,8 +285,8 @@ "title": "隱藏直播的聊天室" }, "hideOfficialArtistVideosFromHomePage": { - "label": "隱藏官方藝人影片", - "title": "從主頁隱藏官方藝人影片" + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" }, "hidePaidPromotionBanner": { "label": "隱藏付費推廣橫幅", @@ -418,24 +422,24 @@ }, "playlistLength": { "enable": { - "label": "顯示播放清單時間資訊", - "title": "顯示播放清單總時間,已播放時間及剩餘時間。" + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." }, - "title": "播放清單播放時間設定", + "title": "Playlist length settings", "wayToGetLength": { "select": { - "label": "取得播放清單時間方法", - "title": "取得播放清單時間資訊的方法(如API方法失敗會使用HTML方式)" + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" } }, "wayToGetWatchTime": { "select": { - "label": "影片長度取得方法", + "label": "Method to get watched time", "options": { - "duration": "影片長度", - "youtube": "影片已觀看時間" + "duration": "Video Length", + "youtube": "Video Watch Time" }, - "title": "取得已觀看時間的方法(影片長度方式只用於觀看頁)" + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" } } }, @@ -544,12 +548,12 @@ "title": "音量增強設定" }, "youtubeDataApiV3Key": { - "getApiKeyLinkText": "你可以從這裡取得", + "getApiKeyLinkText": "You can get one from here", "input": { - "label": "API 金鑰", - "title": "輸入你的 YouTube Data API V3 金鑰" + "label": "API Key", + "title": "Enter your Youtube Data API V3 key." }, - "title": "YouTube API V3 金鑰" + "title": "YouTube API V3 Key" }, "youtubeDeepDark": { "author": "作者", From 5290af7cbf7e33fae4bb97419b9f4731415d56dc Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 26 Sep 2024 16:52:22 -0400 Subject: [PATCH 0767/1783] New translations en-us.json (Vietnamese) --- public/locales/vi-VN.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/vi-VN.json b/public/locales/vi-VN.json index 0e8228ac0..f1274b2a9 100644 --- a/public/locales/vi-VN.json +++ b/public/locales/vi-VN.json @@ -264,6 +264,10 @@ "label": "Automatic theater mode", "title": "Automatically enables theater mode when you load a video" }, + "automaticallyDisableClosedCaptions": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + }, "copyTimestampUrlButton": { "label": "Copy video URL with timestamp button", "title": "Copies video URL with timestamp (?t=123)" From 57ef63c9ecbc7d864ede892389a97263facc6901 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 26 Sep 2024 16:52:23 -0400 Subject: [PATCH 0768/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index 6c75335bc..b5307f993 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -264,6 +264,10 @@ "label": "Modo teatro automático", "title": "Ativar automaticamente o modo teatro quando você carregar um vídeo" }, + "automaticallyDisableClosedCaptions": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + }, "copyTimestampUrlButton": { "label": "Copy video URL with timestamp button", "title": "Copies video URL with timestamp (?t=123)" From c60b2f69c8d7f7ae381299b3f18a33a4975de69b Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 26 Sep 2024 16:52:24 -0400 Subject: [PATCH 0769/1783] New translations en-us.json (Persian) --- public/locales/fa-IR.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/fa-IR.json b/public/locales/fa-IR.json index 796b0869d..45926df70 100644 --- a/public/locales/fa-IR.json +++ b/public/locales/fa-IR.json @@ -264,6 +264,10 @@ "label": "Automatic theater mode", "title": "Automatically enables theater mode when you load a video" }, + "automaticallyDisableClosedCaptions": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + }, "copyTimestampUrlButton": { "label": "Copy video URL with timestamp button", "title": "Copies video URL with timestamp (?t=123)" From 8778f9d825bbe49cdd50b9de6d3886e359e12e4b Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 26 Sep 2024 16:52:25 -0400 Subject: [PATCH 0770/1783] New translations en-us.json (Hindi) --- public/locales/hi-IN.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/hi-IN.json b/public/locales/hi-IN.json index aaa6df127..07ef16676 100644 --- a/public/locales/hi-IN.json +++ b/public/locales/hi-IN.json @@ -264,6 +264,10 @@ "label": "Automatic theater mode", "title": "Automatically enables theater mode when you load a video" }, + "automaticallyDisableClosedCaptions": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + }, "copyTimestampUrlButton": { "label": "Copy video URL with timestamp button", "title": "Copies video URL with timestamp (?t=123)" From b8fced68e1817b2f8e9d25d5347657b9765367bb Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 26 Sep 2024 16:52:26 -0400 Subject: [PATCH 0771/1783] New translations en-us.json (English, United Kingdom) --- public/locales/en-GB.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/en-GB.json b/public/locales/en-GB.json index 09569e018..d3a27f02b 100644 --- a/public/locales/en-GB.json +++ b/public/locales/en-GB.json @@ -264,6 +264,10 @@ "label": "Automatic theatre mode", "title": "Automatically enables theatre mode when you load a video" }, + "automaticallyDisableClosedCaptions": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + }, "copyTimestampUrlButton": { "label": "Copy video URL with timestamp button", "title": "Copies video URL with timestamp (?t=123)" From 71b3f49a24693bdb58b4e7a03006b78de35864ab Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 27 Sep 2024 12:50:32 -0400 Subject: [PATCH 0772/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index 758489e3d..1346e2fa3 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -74,7 +74,7 @@ "increaseLimit": "不能继续增加({{SPEED}})" }, "playlistLength": { - "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + "title": "如果某些视频被隐藏,或者您没有加载足够的视频来获取全部长度,总长度可能不准确。" }, "screenshotButton": { "button": { @@ -265,8 +265,8 @@ "title": "当视频打开时,自动启用剧场模式" }, "automaticallyDisableClosedCaptions": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" + "label": "自动禁用隐藏式字幕", + "title": "载入视频时自动禁用隐藏式字幕" }, "copyTimestampUrlButton": { "label": "复制带有时间戳的视频 URL 按钮", @@ -285,8 +285,8 @@ "title": "隐藏直播聊天" }, "hideOfficialArtistVideosFromHomePage": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" + "label": "隐藏音乐人官方视频", + "title": "从主页上隐藏来自音乐人官方频道的视频" }, "hidePaidPromotionBanner": { "label": "隐藏付费推广横幅", @@ -422,24 +422,24 @@ }, "playlistLength": { "enable": { - "label": "Display playlist length information", - "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + "label": "显示播放列表长度信息", + "title": "显示播放列表的总长度,已观看多少,以及还剩多少。" }, - "title": "Playlist length settings", + "title": "播放列表长度设置", "wayToGetLength": { "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + "label": "获取播放列表长度的方法", + "title": "获取播放列表长度信息的方式 (如果发生错误,API 方法将回退到 HTML)" } }, "wayToGetWatchTime": { "select": { - "label": "Method to get watched time", + "label": "获取已观看时间的方法", "options": { - "duration": "Video Length", - "youtube": "Video Watch Time" + "duration": "视频长度", + "youtube": "视频观看时间" }, - "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + "title": "获取已观看时间长度的方法 (“视频长度”方法仅会在观看页面使用)" } } }, @@ -548,12 +548,12 @@ "title": "音量增强设置" }, "youtubeDataApiV3Key": { - "getApiKeyLinkText": "You can get one from here", + "getApiKeyLinkText": "您可以从这里获取一个", "input": { - "label": "API Key", - "title": "Enter your Youtube Data API V3 key." + "label": "API 密钥", + "title": "输入您的 Youtube 数据 API V3 密钥。" }, - "title": "YouTube API V3 Key" + "title": "YouTube API V3 密钥" }, "youtubeDeepDark": { "author": "作者", From ba9c92ba3d412d6a61f0ac08cc6082b08fea851a Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 28 Sep 2024 14:00:43 -0400 Subject: [PATCH 0773/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index 5e2cdf27a..0a463803c 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -74,7 +74,7 @@ "increaseLimit": "Impossibile aumentare ulteriormente ({{SPEED}})" }, "playlistLength": { - "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + "title": "La lunghezza totale può non essere accurata se alcuni video sono nascosti o se non hai caricato abbastanza video per ottenere la lunghezza completa." }, "screenshotButton": { "button": { @@ -265,8 +265,8 @@ "title": "Attiva automaticamente la modalità teatro quando carichi un video" }, "automaticallyDisableClosedCaptions": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" + "label": "Disabilita automaticamente le didascalie chiuse", + "title": "Disabilita automaticamente le didascalie chiuse quando si carica un video" }, "copyTimestampUrlButton": { "label": "Pulsante \"Copia URL video con temporizzazione\"", @@ -285,8 +285,8 @@ "title": "Nasconde la chat live stream" }, "hideOfficialArtistVideosFromHomePage": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" + "label": "Nascondi video ufficiali dell'artista", + "title": "Nascondi video ufficiali dell'artista dalla pagina iniziale" }, "hidePaidPromotionBanner": { "label": "Nascondi banner promozioni a pagamento", @@ -422,24 +422,24 @@ }, "playlistLength": { "enable": { - "label": "Display playlist length information", - "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + "label": "Mostra informazioni lunghezza lista riproduzioni", + "title": "Mostra la lunghezza totale della lista riproduzioni, quanto è stato guardato e quanto ne rimane." }, - "title": "Playlist length settings", + "title": "Impostazioni lunghezza lista riproduzioni", "wayToGetLength": { "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + "label": "Metodo per ottenere la lunghezza della lista riproduzioni", + "title": "Il modo per ottenere informazioni sulla lunghezza della lista riproduzioni (il metodo API sarà ripiegato in HTML se si verificasse un errore)" } }, "wayToGetWatchTime": { "select": { - "label": "Method to get watched time", + "label": "Metodo per ottenere il tempo già riprodotto", "options": { - "duration": "Video Length", - "youtube": "Video Watch Time" + "duration": "Durata del video", + "youtube": "Tempo in riproduzione" }, - "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + "title": "Il modo per ottenere la quantità di tempo guardato (tipo di lunghezza video usato solo nella pagina di riproduzione)" } } }, @@ -548,12 +548,12 @@ "title": "Impostazioni aumento volume" }, "youtubeDataApiV3Key": { - "getApiKeyLinkText": "You can get one from here", + "getApiKeyLinkText": "Puoi ottenerne una da qui", "input": { - "label": "API Key", - "title": "Enter your Youtube Data API V3 key." + "label": "Chiave API", + "title": "Inserisci la tua chiave Youtube API V3." }, - "title": "YouTube API V3 Key" + "title": "Chiave Youtube API V3" }, "youtubeDeepDark": { "author": "Autore", From cf336a89b2f820948b4f65bd93bb6af6b9ea1af0 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 28 Sep 2024 22:14:26 -0400 Subject: [PATCH 0774/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index 005a7f10a..4bbd4102d 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -74,7 +74,7 @@ "increaseLimit": "無法再加速 ({{SPEED}})" }, "playlistLength": { - "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + "title": "如果某些影片被隱藏或沒載入足夠影片去讀取總時間的話,總時間有機會不準確。" }, "screenshotButton": { "button": { @@ -265,8 +265,8 @@ "title": "載入影片時自動啟用劇院模式" }, "automaticallyDisableClosedCaptions": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" + "label": "自動停用字幕", + "title": "載入影片時自動停用字幕" }, "copyTimestampUrlButton": { "label": "複製目前播放時間的影片網址按鈕", @@ -285,8 +285,8 @@ "title": "隱藏直播的聊天室" }, "hideOfficialArtistVideosFromHomePage": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" + "label": "隱藏官方藝人影片", + "title": "從主頁隱藏官方藝人影片" }, "hidePaidPromotionBanner": { "label": "隱藏付費推廣橫幅", @@ -422,24 +422,24 @@ }, "playlistLength": { "enable": { - "label": "Display playlist length information", - "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + "label": "顯示播放清單時間資訊", + "title": "顯示播放清單總時間,已播放時間及剩餘時間。" }, - "title": "Playlist length settings", + "title": "播放清單播放時間設定", "wayToGetLength": { "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + "label": "取得播放清單時間方法", + "title": "取得播放清單時間資訊的方法(如API方法失敗會使用HTML方式)" } }, "wayToGetWatchTime": { "select": { - "label": "Method to get watched time", + "label": "影片長度取得方法", "options": { - "duration": "Video Length", - "youtube": "Video Watch Time" + "duration": "影片長度", + "youtube": "影片已觀看時間" }, - "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + "title": "取得已觀看時間的方法(影片長度方式只用於觀看頁)" } } }, @@ -548,12 +548,12 @@ "title": "音量增強設定" }, "youtubeDataApiV3Key": { - "getApiKeyLinkText": "You can get one from here", + "getApiKeyLinkText": "你可以從這裡取得", "input": { - "label": "API Key", - "title": "Enter your Youtube Data API V3 key." + "label": "API 金鑰", + "title": "輸入你的 YouTube Data API V3 金鑰" }, - "title": "YouTube API V3 Key" + "title": "YouTube API V3 金鑰" }, "youtubeDeepDark": { "author": "作者", From 03594d6ba1049364643bf8a67e56b7c6c8ffd34f Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 12 Oct 2024 19:14:55 -0400 Subject: [PATCH 0775/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index 4b3b85af5..4d73d4ad9 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -74,7 +74,7 @@ "increaseLimit": "Невозможно увеличить ({{SPEED}})" }, "playlistLength": { - "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + "title": "Общая длина может быть неточной, если некоторые видео скрыты или недостаточно видео прогружено, чтобы получить полную длину." }, "screenshotButton": { "button": { @@ -265,8 +265,8 @@ "title": "Автоматически включать режим кинотеатра при загрузке видео" }, "automaticallyDisableClosedCaptions": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" + "label": "Автоматически отключать субтитры", + "title": "Автоматически отключает субтитры при загрузке видео" }, "copyTimestampUrlButton": { "label": "Кнопка «Копировать URL видео с таймкодом»", @@ -285,8 +285,8 @@ "title": "Прячет чат прямого эфира (стрима)" }, "hideOfficialArtistVideosFromHomePage": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" + "label": "Скрывать официальные видео исполнителя", + "title": "Скрывает официальные видео исполнителя с домашней страницы" }, "hidePaidPromotionBanner": { "label": "Скрыть \"Содержит прямую рекламу\"", @@ -422,24 +422,24 @@ }, "playlistLength": { "enable": { - "label": "Display playlist length information", - "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + "label": "Отображать информацию о длине плейлиста", + "title": "Отображает общую временную длину плейлиста, сколько было просмотрено и сколько осталось." }, - "title": "Playlist length settings", + "title": "Настройки длины плейлиста", "wayToGetLength": { "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + "label": "Способ получения длины плейлиста", + "title": "Способ получения информации о длине плейлиста (метод API будет переключаться обратно к HTML, если возникнет ошибка)" } }, "wayToGetWatchTime": { "select": { - "label": "Method to get watched time", + "label": "Метод получения времени просмотра", "options": { - "duration": "Video Length", + "duration": "Продолжительность видео", "youtube": "Video Watch Time" }, - "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + "title": "Способ получения количества времени просмотра (тип длины видео используется только на странице просмотра)" } } }, @@ -548,12 +548,12 @@ "title": "Настройки усиления громкости" }, "youtubeDataApiV3Key": { - "getApiKeyLinkText": "You can get one from here", + "getApiKeyLinkText": "Вы можете получить ключ здесь", "input": { - "label": "API Key", - "title": "Enter your Youtube Data API V3 key." + "label": "API ключ", + "title": "Введите ваш ключ Youtube Data API V3." }, - "title": "YouTube API V3 Key" + "title": "Ключ YouTube API V3" }, "youtubeDeepDark": { "author": "Автор", From 7395642ddbac3c7eda66b5a5a82b45a1a6137fc8 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 13 Oct 2024 18:30:19 -0400 Subject: [PATCH 0776/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index 6a4132ce0..d84b2d617 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -74,7 +74,7 @@ "increaseLimit": "Det går inte att höja mer ({{SPEED}})" }, "playlistLength": { - "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + "title": "Total längd kanske inte är korrekt om vissa videor är dolda eller om du inte har laddat tillräckligt med videor för att få hela längden." }, "screenshotButton": { "button": { @@ -425,21 +425,21 @@ "label": "Display playlist length information", "title": "Shows the total length of the playlist, how much has been watched, and how much remains." }, - "title": "Playlist length settings", + "title": "Inställningar för spellistans längd", "wayToGetLength": { "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + "label": "Metod för att få spellistans längd", + "title": "Sättet att få information om spellista längd (API-metoden kommer att falla tillbaka till HTML om ett fel inträffar)" } }, "wayToGetWatchTime": { "select": { - "label": "Method to get watched time", + "label": "Metod för att hämta tittad tid", "options": { - "duration": "Video Length", - "youtube": "Video Watch Time" + "duration": "Videolängd", + "youtube": "Tittad videolängd" }, - "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + "title": "Sättet att få den tid som tittats på (videons längdtyp används endast på visningssidan)" } } }, @@ -548,12 +548,12 @@ "title": "Inställningar för volymökning" }, "youtubeDataApiV3Key": { - "getApiKeyLinkText": "You can get one from here", + "getApiKeyLinkText": "Du kan hämta en härifrån", "input": { - "label": "API Key", - "title": "Enter your Youtube Data API V3 key." + "label": "API-nyckel", + "title": "Ange din Youtube Data API V3-nyckel." }, - "title": "YouTube API V3 Key" + "title": "YouTube API V3-nyckel" }, "youtubeDeepDark": { "author": "Skapare", From eb8205485e2320666253487e96a867a8ebec3441 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 13 Oct 2024 20:12:20 -0400 Subject: [PATCH 0777/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index d84b2d617..e349053be 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -265,8 +265,8 @@ "title": "Aktiverar automatiskt teaterläge när du startar en video" }, "automaticallyDisableClosedCaptions": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" + "label": "Inaktivera textning automatiskt", + "title": "Inaktiverar textning automatiskt när du laddar en video" }, "copyTimestampUrlButton": { "label": "Kopiera videons webbadress med tidsstämpelknappen", @@ -285,8 +285,8 @@ "title": "Döljer direktströmschatten" }, "hideOfficialArtistVideosFromHomePage": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" + "label": "Dölj officiella artistvideor", + "title": "Dölj officiella artistvideor från startsidan" }, "hidePaidPromotionBanner": { "label": "Dölj betald marknadsföringsbanner", @@ -422,8 +422,8 @@ }, "playlistLength": { "enable": { - "label": "Display playlist length information", - "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + "label": "Visa information om spellistans längd", + "title": "Visar spellistans totala längd och hur mycket som har tittats på och hur mycket som återstår." }, "title": "Inställningar för spellistans längd", "wayToGetLength": { From 0062394a0890aa4cc8610bd95880b46012e9c93b Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 14 Oct 2024 17:50:41 -0400 Subject: [PATCH 0778/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 46 +++++++++++++++++++-------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index 54df26c2a..588d70b42 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -58,20 +58,20 @@ }, "openTranscriptButton": { "button": { - "label": "Open transcript" + "label": "Transkripti Aç" } }, "playbackSpeedButtons": { "buttons": { "decreasePlaybackSpeedButton": { - "label": "Decrease Speed to {{SPEED}}" + "label": "Hızı {{SPEED}} değerine düşür" }, "increasePlaybackSpeedButton": { - "label": "Increase Speed to {{SPEED}}" + "label": "Hızı {{SPEED}} değerine çıkar" } }, - "decreaseLimit": "Can't decrease further ({{SPEED}})", - "increaseLimit": "Can't increase further ({{SPEED}})" + "decreaseLimit": "Daha fazla düşüremezsin ({{SPEED}})", + "increaseLimit": "Daha fazla artıramazsın ({{SPEED}})" }, "playlistLength": { "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." @@ -90,10 +90,10 @@ }, "volumeBoostButton": { "button": { - "label": "Volume Boost", + "label": "Ses Yükseltici", "toggle": { - "off": "Volume boost off", - "on": "Volume boost on" + "off": "Ses Yükseltici Devredışı", + "on": "Ses Yükseltici Aktif" } } } @@ -165,14 +165,14 @@ "buttonPlacement": { "select": { "buttonNames": { - "copyTimestampUrlButton": "Copy video URL with timestamp button", - "decreasePlaybackSpeedButton": "Decrease Speed button", + "copyTimestampUrlButton": "Video bağlantısını zaman damgasıyla kopyala butonu", + "decreasePlaybackSpeedButton": "Hızı Düşürme Butonu", "forwardButton": "Fast Forward button", "hideEndScreenCardsButton": "Bitiş ekranı kartlarını gizleme düğmesi", - "increasePlaybackSpeedButton": "Increase Speed button", + "increasePlaybackSpeedButton": "Hızı Artırma Butonu", "loopButton": "Döngü düğmesi", "maximizePlayerButton": "Tam ekran düğmesi", - "openTranscriptButton": "Open Transcript button", + "openTranscriptButton": "Transkripti Aç butonu", "rewindButton": "Rewind button", "screenshotButton": "Ekran görüntüsü düğmesi", "volumeBoostButton": "Ses güçlendirme düğmesi" @@ -301,7 +301,7 @@ "title": "Tüm kısa videoları gizler" }, "hideTranslateComment": { - "label": "Hide translate comment button", + "label": "Yorumu Çevir'i Gizle Butonu", "title": "Hides 'Translate to Language' button under comments" }, "loopButton": { @@ -345,7 +345,7 @@ "title": "Bir sonraki kısa videoya otomatik kaydır" }, "skipContinueWatching": { - "label": "Skip \"Video is paused. Continue watching?\"", + "label": "\"Video durdu. Hala orda mısın?\"ı Atla", "title": "Skips the idle dialog that pauses video playback" } }, @@ -393,7 +393,7 @@ "type": { "label": "Tür", "options": { - "circle": "Circle", + "circle": "Daire", "line": "Satır", "no_display": "Ekran yok", "text": "Metin" @@ -407,9 +407,9 @@ "title": "Video hızını aşağıda seçtiğiniz hıza ayarlar" }, "playbackSpeedButtons": { - "label": "Playback speed buttons", + "label": "Oynatma hızı ayarları", "select": { - "label": "Playback buttons speed", + "label": "Oynatma düğmelerinin hızı", "title": "Amount of speed to be changed per click" }, "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" @@ -422,7 +422,7 @@ }, "playlistLength": { "enable": { - "label": "Display playlist length information", + "label": "Çalma listesinin uzunluk bilgilerini göster", "title": "Shows the total length of the playlist, how much has been watched, and how much remains." }, "title": "Playlist length settings", @@ -589,14 +589,14 @@ } }, "enable": { - "label": "Enable selected theme", - "title": "Activate the selected theme for the page" + "label": "Seçilen temayı etkinleştir", + "title": "Sayfa için seçilen temayı etkinleştirin" }, "select": { - "label": "Select theme", - "title": "Select a theme to be applied to the page" + "label": "Tema seç", + "title": "Sayfa için uygulanacak bir tema seçin" }, - "title": "YouTube Deep Dark Settings" + "title": "YouTube Deep Dark Ayarları" } } } From 037b073a085522ff45cae8ae6495a1520e1ca00f Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 14 Oct 2024 18:48:50 -0400 Subject: [PATCH 0779/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index 588d70b42..886c89f13 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -580,11 +580,11 @@ "title": "Color for accent" }, "mainText": { - "label": "Main text color", - "title": "Color for main text" + "label": "Ana metin rengi", + "title": "Ana metin için renk" }, "secondBackground": { - "label": "Secondary background color", + "label": "İkincil arka plan rengi", "title": "Color for secondary background" } }, From 3f395ee23a7754d71cffc430e24df2b45800b4d9 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 15 Oct 2024 00:15:40 -0400 Subject: [PATCH 0780/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index 4d73d4ad9..10a7ed277 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -437,7 +437,7 @@ "label": "Метод получения времени просмотра", "options": { "duration": "Продолжительность видео", - "youtube": "Video Watch Time" + "youtube": "Время просмотра видео" }, "title": "Способ получения количества времени просмотра (тип длины видео используется только на странице просмотра)" } From 099f758934c8a6106d35d31ae7398a53ce7d4d65 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 27 Oct 2024 09:48:46 -0400 Subject: [PATCH 0781/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index 11d7a1478..8c690d39f 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -265,8 +265,8 @@ "title": "動画の読み込み時に自動的にシアターモードを有効にする" }, "automaticallyDisableClosedCaptions": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" + "label": "クローズドキャプションを自動にディセーブルする", + "title": "動画の読み込み時にクローズドキャプションを自動にディセーブルする" }, "copyTimestampUrlButton": { "label": "タイムスタンプ付きの動画URLをコピーのボタン", @@ -285,8 +285,8 @@ "title": "配信チャットを隠する" }, "hideOfficialArtistVideosFromHomePage": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" + "label": "公式アーティストの動画を隠する", + "title": "ホームページから公式アーティストの動画を隠する" }, "hidePaidPromotionBanner": { "label": "有料プロモーションバナーを隠す", @@ -422,22 +422,22 @@ }, "playlistLength": { "enable": { - "label": "Display playlist length information", - "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + "label": "プレイリストの長さ情報を表示", + "title": "プレイリストの長さ全額、視聴時間量、と残り時間を見せてしまう。" }, - "title": "Playlist length settings", + "title": "プレイリストの長さ設定", "wayToGetLength": { "select": { - "label": "Method to get playlist length", + "label": "プレイリストの長さを取得する方法", "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" } }, "wayToGetWatchTime": { "select": { - "label": "Method to get watched time", + "label": "動画の視聴時間の取り出す方法", "options": { - "duration": "Video Length", - "youtube": "Video Watch Time" + "duration": "動画の長さ", + "youtube": "動画の視聴時間" }, "title": "The way to get the amount of time watched (Video Length type only used on watch page)" } @@ -548,12 +548,12 @@ "title": "音量ブーストの設定" }, "youtubeDataApiV3Key": { - "getApiKeyLinkText": "You can get one from here", + "getApiKeyLinkText": "APIキーがここで取得をします。", "input": { - "label": "API Key", - "title": "Enter your Youtube Data API V3 key." + "label": "APIキー", + "title": "YouTube API V3キーを入力してください。" }, - "title": "YouTube API V3 Key" + "title": "YouTube API V3キー" }, "youtubeDeepDark": { "author": "作家", From 7462e186d17a303c1d35215b6585c1e35efabf28 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 27 Oct 2024 09:48:47 -0400 Subject: [PATCH 0782/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index b5307f993..4f0b54e28 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -10,31 +10,31 @@ "features": { "copyTimestampUrlButton": { "button": { - "copied": "Copied!", - "label": "Copy video URL with timestamp" + "copied": "Copiado!", + "label": "Copiar URL do vídeo com o minuto do vídeo" } }, "featureMenu": { "button": { - "label": "Feature menu" + "label": "Menu de recursos" } }, "forwardRewindButtons": { "buttons": { "forwardButton": { - "label": "Fast forward by {{TIME}}" + "label": "Avançar {{TIME}}" }, "rewindButton": { - "label": "Rewind by {{TIME}}" + "label": "Voltar {{TIME}}" } } }, "hideEndScreenCardsButton": { "button": { - "label": "Hide end screen cards", + "label": "Ocultar cards finais", "toggle": { "off": "Show end screen cards", - "on": "Hide end screen cards" + "on": "Ocultar cartões do final" } } }, From f32a6cb15ff31cce8a4a4ca0cafd5257158bf79b Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 27 Oct 2024 11:04:40 -0400 Subject: [PATCH 0783/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index 8c690d39f..15e57bf51 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -74,7 +74,7 @@ "increaseLimit": "再生速度を上げるはできまっせん ({{SPEED}})" }, "playlistLength": { - "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + "title": "一部の動画が非表示になっている場合、または完全な長さを得るために十分な動画を読み込んでいない場合、合計長さが正確でない可能性があります。" }, "screenshotButton": { "button": { @@ -423,13 +423,13 @@ "playlistLength": { "enable": { "label": "プレイリストの長さ情報を表示", - "title": "プレイリストの長さ全額、視聴時間量、と残り時間を見せてしまう。" + "title": "プレイリストの長さ全額、視聴時間量、と残り時間を見せてしまいます。" }, "title": "プレイリストの長さ設定", "wayToGetLength": { "select": { "label": "プレイリストの長さを取得する方法", - "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + "title": "プレイリストの長さ情報を取得する方法 (エラーが発生した場合、APIメソッドはHTMLにフォールバックします)" } }, "wayToGetWatchTime": { @@ -439,7 +439,7 @@ "duration": "動画の長さ", "youtube": "動画の視聴時間" }, - "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + "title": "視聴時間の長さを取得する方法 (動画の長さタイプはウォッチページでのみ使用)" } } }, From b8073d155a631013a011c6a52ffc6c9e71b59bc1 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 27 Oct 2024 11:04:41 -0400 Subject: [PATCH 0784/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index 4f0b54e28..a9644b662 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -33,52 +33,52 @@ "button": { "label": "Ocultar cards finais", "toggle": { - "off": "Show end screen cards", - "on": "Ocultar cartões do final" + "off": "Exibir cards finais", + "on": "Ocultar cards finais" } } }, "loopButton": { "button": { - "label": "Loop", + "label": "Repetir", "toggle": { - "off": "Loop off", - "on": "Loop on" + "off": "Repetição desativada", + "on": "Repetição ativa" } } }, "maximizePlayerButton": { "button": { - "label": "Maximize", + "label": "Maximização", "toggle": { - "off": "Maximize off", - "on": "Maximize on" + "off": "Minimizar", + "on": "Maximizar" } } }, "openTranscriptButton": { "button": { - "label": "Open transcript" + "label": "Abrir transcrição" } }, "playbackSpeedButtons": { "buttons": { "decreasePlaybackSpeedButton": { - "label": "Decrease Speed to {{SPEED}}" + "label": "Diminuir velocidade para {{SPEED}}" }, "increasePlaybackSpeedButton": { - "label": "Increase Speed to {{SPEED}}" + "label": "Aumentar velocidade para {{SPEED}}" } }, - "decreaseLimit": "Can't decrease further ({{SPEED}})", - "increaseLimit": "Can't increase further ({{SPEED}})" + "decreaseLimit": "Não pode diminuir mais ({{SPEED}})", + "increaseLimit": "Não pode aumentar mais ({{SPEED}})" }, "playlistLength": { - "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + "title": "O comprimento total pode não ser preciso se alguns vídeos estiverem ocultos ou você não carregou vídeos o suficiente para obter o comprimento máximo." }, "screenshotButton": { "button": { - "label": "Screenshot" + "label": "Captura de tela" }, "copiedToClipboard": "Captura de tela copiada para a área de transferência" }, From 4ec69ce2f6c29e11c1fdc81ecc35a26dc2ee95fe Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 29 Oct 2024 05:54:19 -0400 Subject: [PATCH 0785/1783] New translations en-us.json (Ukrainian) --- public/locales/uk-UA.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/public/locales/uk-UA.json b/public/locales/uk-UA.json index e9a8f875b..31579d642 100644 --- a/public/locales/uk-UA.json +++ b/public/locales/uk-UA.json @@ -10,8 +10,8 @@ "features": { "copyTimestampUrlButton": { "button": { - "copied": "Copied!", - "label": "Copy video URL with timestamp" + "copied": "Скопійовано!", + "label": "Скопіювати URL відео з міткою часу" } }, "featureMenu": { @@ -74,7 +74,7 @@ "increaseLimit": "Неможливо збільшити далі ({{SPEED}})" }, "playlistLength": { - "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + "title": "Загальна довжина може бути неточною, якщо деякі відео приховані або якщо ви ще не завантажили достатньо відео, щоб отримати повну довжину." }, "screenshotButton": { "button": { @@ -165,12 +165,12 @@ "buttonPlacement": { "select": { "buttonNames": { - "copyTimestampUrlButton": "Copy video URL with timestamp button", + "copyTimestampUrlButton": "Кнопка скопіювати URL відео за допомогою часової мітки", "decreasePlaybackSpeedButton": "Кнопка зменшення швидкості", - "forwardButton": "Fast Forward button", - "hideEndScreenCardsButton": "Hide end screen cards button", - "increasePlaybackSpeedButton": "Increase Speed button", - "loopButton": "Loop button", + "forwardButton": "Кнопка перемотки", + "hideEndScreenCardsButton": "Кнопка приховати картки наприкінці відео", + "increasePlaybackSpeedButton": "Кнопка пришвидшення", + "loopButton": "Кнопка зациклення", "maximizePlayerButton": "Maximize button", "openTranscriptButton": "Open Transcript button", "rewindButton": "Rewind button", From c069806bd18be3f19c56bf158c04268af28d244d Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 29 Oct 2024 07:53:39 -0400 Subject: [PATCH 0786/1783] New translations en-us.json (Ukrainian) --- public/locales/uk-UA.json | 54 +++++++++++++++++++-------------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/public/locales/uk-UA.json b/public/locales/uk-UA.json index 31579d642..eb5a732ce 100644 --- a/public/locales/uk-UA.json +++ b/public/locales/uk-UA.json @@ -171,62 +171,62 @@ "hideEndScreenCardsButton": "Кнопка приховати картки наприкінці відео", "increasePlaybackSpeedButton": "Кнопка пришвидшення", "loopButton": "Кнопка зациклення", - "maximizePlayerButton": "Maximize button", - "openTranscriptButton": "Open Transcript button", - "rewindButton": "Rewind button", - "screenshotButton": "Screenshot button", - "volumeBoostButton": "Volume Boost button" + "maximizePlayerButton": "Кнопка Розгорнути", + "openTranscriptButton": "Кнопка відкрити транскрипт", + "rewindButton": "Кнопка відмотки", + "screenshotButton": "Кнопка для скріншота", + "volumeBoostButton": "Кнопка збільшення гучності" }, "options": { "below_player": { - "placement": "below the player controls", - "value": "Below Player" + "placement": "під управлінням плеєром", + "value": "Під плеєром" }, "feature_menu": { - "placement": "in the feature menu", - "value": "Feature Menu" + "placement": "в меню функцій", + "value": "Меню функцій" }, "player_controls_left": { - "placement": "on the left side of player controls", - "value": "Left Controls" + "placement": "ліворуч від елементів керування плеєра", + "value": "Ліворуч" }, "player_controls_right": { - "placement": "on the right side of player controls", - "value": "Right Controls" + "placement": "праворуч від елементів керування плеєра", + "value": "Праворуч" } }, - "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + "title": "Розмістити {{BUTTON_NAME}} {{PLACEMENT}}" }, - "title": "Button Placement Settings" + "title": "Параметри розміщення кнопки" }, "customCSS": { "editor": { - "collapse": "Collapse Editor", - "expand": "Expand Editor", - "noProblems": "No problems found." + "collapse": "Згорнути редактор", + "expand": "Розгорнути редактор", + "noProblems": "Проблем не виявлено." }, "enable": { - "label": "Enable custom CSS", - "title": "Enables custom CSS to be applied to the page" + "label": "Увімкнути користувацький CSS", + "title": "Дозволяє використовувати користувацький CSS для сторінки" }, - "title": "Custom CSS Settings" + "title": "Власні налаштування CSS" }, "featureMenu": { "openType": { "select": { - "label": "Menu Activation Type", + "label": "Тип активації меню", "options": { - "click": "Click", - "hover": "Hover" + "click": "Клацання", + "hover": "Наведення" }, - "title": "Select the method to activate the feature menu" + "title": "Виберіть спосіб активувати меню функцій" }, - "title": "Feature menu settings" + "title": "Налаштування меню функцій" } }, "forwardRewindButtons": { "enable": { - "label": "Enable forward/rewind buttons", + "label": "Увімкнути кнопки вперед/назад", "title": "Adds forward and rewind buttons to the video player" }, "time": { From 7134811f1b1356f1986dd822e8ec81b662773942 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 29 Oct 2024 12:36:21 -0400 Subject: [PATCH 0787/1783] New translations en-us.json (Ukrainian) --- public/locales/uk-UA.json | 54 +++++++++++++++++++-------------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/public/locales/uk-UA.json b/public/locales/uk-UA.json index eb5a732ce..987e86439 100644 --- a/public/locales/uk-UA.json +++ b/public/locales/uk-UA.json @@ -227,36 +227,36 @@ "forwardRewindButtons": { "enable": { "label": "Увімкнути кнопки вперед/назад", - "title": "Adds forward and rewind buttons to the video player" + "title": "Додає кнопки перемотування до відео плеєра" }, "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" + "label": "Час вперед/назад", + "title": "Часовий крок перемотки відео вперед/назад" }, - "title": "Forward/rewind button settings" + "title": "Налаштування кнопки вперед/назад" }, "importExportSettings": { "exportButton": { - "success": "Settings successfully exported", - "title": "Export settings to a JSON file", - "value": "Export Settings" + "success": "Налаштування вдало експортовано", + "title": "Експортувати налаштування у файл JSON", + "value": "Експортувати налаштування" }, "importButton": { "error": { - "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", - "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" + "unknown": "Помилка імпорту налаштувань. Перевірте формат файлу. \nВідбулась невідома помилка.", + "validation": "Помилка імпорту налаштувань. Перевірте формат файлу.\n{{ERROR_MESSAGE}}" }, - "success": "Settings imported successfully", - "title": "Import settings from a JSON file", - "value": "Import Settings" + "success": "Налаштування успішно імпортовано", + "title": "Імпортувати налаштування з файлу JSON", + "value": "Імпортувати параметри" } }, "language": { "select": { - "label": "Language", - "title": "The language to use for the extension" + "label": "Мова", + "title": "Мова для використання у розширенні" }, - "title": "Language" + "title": "Мова" }, "miscellaneous": { "features": { @@ -359,27 +359,27 @@ "green": "Green", "orange": "Orange", "pink": "Pink", - "purple": "Purple", - "red": "Red", - "white": "White", - "yellow": "Yellow" + "purple": "Фіолетовий", + "red": "Червоний", + "white": "Білий", + "yellow": "Жовтий" }, - "title": "Select the color for the On-Screen Display" + "title": "Вибирає колір екранного зображення" }, "hide": { - "label": "Hide Delay", - "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" + "label": "Затримка приховування", + "title": "Вказує час у мілісекундах перед автоматичним приховуванням екранного зображення" }, "opacity": { - "label": "Opacity", - "title": "Adjust the transparency of the On-Screen Display" + "label": "Прозорість", + "title": "Регулювання прозорості екранного зображення" }, "padding": { - "label": "Padding", - "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." + "label": "Відступ", + "title": "Регулює відступи навколо екранного зображення в пікселях. Застосовується спеціально для екранного зображення в кутах." }, "position": { - "label": "Position", + "label": "Розташування", "options": { "bottom_left": "Bottom Left", "bottom_right": "Bottom Right", From 7e0a50b050d19ed3d99bf051afe7d1c81d745830 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 31 Oct 2024 09:24:24 -0400 Subject: [PATCH 0788/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index a9644b662..8932ba28a 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -1,9 +1,9 @@ { "langCode": "pt-BR", - "langName": "Português do Brasil", + "langName": "Português (Brasil)", "messages": { "resumingVideo": "Retomando vídeo em {{VIDEO_TIME}}", - "settingVolume": "Definindo o ganho de volume para {{VOLUME_BOOST_AMOUNT}}" + "settingVolume": "Definindo o aumento de volume para {{VOLUME_BOOST_AMOUNT}}" }, "pages": { "content": { @@ -83,7 +83,7 @@ "copiedToClipboard": "Captura de tela copiada para a área de transferência" }, "videoHistory": { - "resumeButton": "Continuar", + "resumeButton": "Retomar", "resumePrompt": { "close": "Fechar" } @@ -104,13 +104,13 @@ "error": { "scrollWheelHoldModifierKey": { "sameKey": { - "speedControl": "A tecla modificadora de controle de velocidade da roda do mouse não pode ser o mesmo que a tecla modificadora de controle de volume da roda do mouse.", - "volumeControl": "A tecla modificadora de controle de volume da roda do mouse não pode ser o mesmo que a tecla modificadora de controle de velocidade da roda do mouse." + "speedControl": "A tecla modificadora do controle de velocidade da rolagem não pode ser o mesmo que a tecla modificadora do controle de volume.", + "volumeControl": "A tecla modificadora do controle de volume não pode ser o mesmo que a tecla modificadora do controle de velocidade da rolagem." } } }, "info": { - "reset": "Todas as opções foram restauradas aos seus valores padrão.\nAgora você pode salvar as mudanças clicando no botão \"Confirmar\" ou descartá-las fechando a página ou ignorando essa notificação." + "reset": "Todas as opções foram redefinidas para seus valores padrão.\nAgora você pode salvar as mudanças clicando em \"Confirmar\" ou descarta-las por fechar esta página ou ignorar esta notificação." }, "success": { "saved": "Opções salvas." @@ -121,13 +121,13 @@ "settings": { "clearData": { "allDataDeleted": "Todos os dados foram excluídos.", - "confirmAlert": "Isto irá apagar todos os dados da extensão relacionados às opções. Continuar?" + "confirmAlert": "Isso excluirá todos os dados da extensão relacionado às opções. Deseja continuar?" }, "sections": { "automaticQuality": { "enable": { - "label": "Ajuste automático de qualidade", - "title": "Ajusta automaticamente a qualidade do vídeo para o nível selecionado." + "label": "Ajuste de resolução automático", + "title": "Ajusta automaticamente a resolução do vídeo para o nível selecionado." }, "fallbackQualityStrategy": { "select": { @@ -140,8 +140,8 @@ } }, "select": { - "label": "Qualidade do reprodutor", - "title": "A qualidade a ser definida para o vídeo" + "label": "Resolução do reprodutor", + "title": "A resolução para ser definida ao vídeo" }, "title": "Configurações de qualidade automáticas" }, From fc5e07b5454e00d8a0ad519252bbea425826df12 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 31 Oct 2024 11:19:31 -0400 Subject: [PATCH 0789/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 70 +++++++++++++++++++-------------------- 1 file changed, 35 insertions(+), 35 deletions(-) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index 8932ba28a..6f8414c97 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -143,22 +143,22 @@ "label": "Resolução do reprodutor", "title": "A resolução para ser definida ao vídeo" }, - "title": "Configurações de qualidade automáticas" + "title": "Opções de resolução automática" }, "bottomButtons": { "clear": { - "title": "Limpa todos os dados que esta extensão armazenou em sua máquina", - "value": "Limpar Dados" + "title": "Limpa todos os dados que esta extensão armazenou no seu computador", + "value": "Limpar dados" }, "confirm": { - "title": "Confirmar redefinição de configuração", + "title": "Confirma a redefinição de opções", "value": "Confirmar" }, "openTab": { "title": "Open extension settings in a new tab" }, "reset": { - "title": "Redefinir todas as configurações para seus padrões, Clique no botão confirmar para salvar as alterações", + "title": "Redefine as opções para o padrão, clique em confirmar para salvar as mudanças", "value": "Redefinir" } }, @@ -170,12 +170,12 @@ "forwardButton": "Fast Forward button", "hideEndScreenCardsButton": "Hide end screen cards button", "increasePlaybackSpeedButton": "Increase Speed button", - "loopButton": "Botão de Repetir", - "maximizePlayerButton": "Botão de Maximizar", + "loopButton": "Botão de repetição", + "maximizePlayerButton": "Botão de maximização", "openTranscriptButton": "Abrir botão de transcrição", "rewindButton": "Rewind button", "screenshotButton": "Botão de captura de tela", - "volumeBoostButton": "Botão de Impulso de Volume" + "volumeBoostButton": "Botão de ganho de volume" }, "options": { "below_player": { @@ -188,40 +188,40 @@ }, "player_controls_left": { "placement": "no lado esquerdo dos controles do reprodutor", - "value": "Controle Esquerdo" + "value": "Controles esquerdos" }, "player_controls_right": { "placement": "no lado direito dos controles do reprodutor", - "value": "Controle Direito" + "value": "Controles direitos" } }, - "title": "Coloque o {{BUTTON_NAME}} {{PLACEMENT}}" + "title": "Coloque o {{BUTTON_NAME}} em {{PLACEMENT}}" }, - "title": "Configurações de posicionamento de botão" + "title": "Opções de posição de botão" }, "customCSS": { "editor": { - "collapse": "Recolher Editor", - "expand": "Expandir Editor", + "collapse": "Minimizar editor", + "expand": "Maximizar editor", "noProblems": "Nenhum problema encontrado." }, "enable": { - "label": "Habilitar CSS personalizado", - "title": "Permite que CSS personalizado seja aplicado à página" + "label": "Ativar CSS personalizado", + "title": "Ativa o CSS personalizado para ser aplicado à página" }, - "title": "Configurações personalizadas de CSS" + "title": "Opções do CSS personalizado" }, "featureMenu": { "openType": { "select": { - "label": "Tipo de ativação do Menu", + "label": "Tipo de ativação do menu", "options": { - "click": "Clique", - "hover": "Ao Passar o Cursor" + "click": "Clicar", + "hover": "Passar o mouse" }, "title": "Selecione o método para ativar o menu de recursos" }, - "title": "Configurações do menu de recursos" + "title": "Opções do menu de recursos" } }, "forwardRewindButtons": { @@ -237,32 +237,32 @@ }, "importExportSettings": { "exportButton": { - "success": "As configurações foram exportadas com sucesso", - "title": "Exportar configurações para um arquivo JSON", - "value": "Exportar Configurações" + "success": "Opções exportadas com sucesso", + "title": "Exportar opções para arquivo JSON", + "value": "Exportar opções" }, "importButton": { "error": { - "unknown": "Erro ao importar as configurações. Por favor, verifique o formato do arquivo.\nUm erro desconhecido ocorreu.", - "validation": "Erro ao importar as configurações. Por favor, verifique o formato do arquivo.\n{{ERROR_MESSAGE}}" + "unknown": "Erro ao importar opções. Verifique o formato do arquivo.\nUm erro desconhecido ocorreu.", + "validation": "Erro ao importar opções. Verifique o formato do arquivo.\n{{ERROR_MESSAGE}}" }, - "success": "Configurações importadas com sucesso", - "title": "Importar configurações de um arquivo JSON", - "value": "Importar Configurações" + "success": "Opções importadas com sucesso", + "title": "Importar opções de arquivo JSON", + "value": "Importar opções" } }, "language": { "select": { - "label": "Linguagem", - "title": "A linguagem a ser usada para a extensão" + "label": "Idioma", + "title": "O idioma de exibição da extensão" }, - "title": "Linguagem" + "title": "Idioma" }, "miscellaneous": { "features": { "automaticTheaterMode": { "label": "Modo teatro automático", - "title": "Ativar automaticamente o modo teatro quando você carregar um vídeo" + "title": "Ativa automaticamente o modo teatro ao carregar um vídeo" }, "automaticallyDisableClosedCaptions": { "label": "Automatically disable closed captions", @@ -293,7 +293,7 @@ "title": "Hides the banner that appears when you watch a video that has a paid promotion" }, "hideScrollbar": { - "label": "Ocultar a barra de rolagem", + "label": "Ocultar barra de rolagem", "title": "Oculta a barra de rolagem da página" }, "hideShorts": { @@ -305,7 +305,7 @@ "title": "Hides 'Translate to Language' button under comments" }, "loopButton": { - "label": "Botão de Repetir", + "label": "Botão de repetição", "title": "Adiciona um botão ao menu do recurso para repetir o vídeo que você está assistindo" }, "maximizePlayerButton": { From 01db049f75cfd3d860c14dadadd63375dfc75fcf Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 31 Oct 2024 17:02:37 -0400 Subject: [PATCH 0790/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index 6f8414c97..ad47e898f 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -317,8 +317,8 @@ "title": "Adiciona um botão ao menu de recursos para abrir a transcrição do vídeo que você está assistindo" }, "openYouTubeSettingsOnHover": { - "label": "Abrir configurações do YouTube ao passar o mouse", - "title": "Abre o menu de configurações do YouTube ao passar o mouse sobre o botão de configurações" + "label": "Abrir opções do YouTube ao passar o mouse", + "title": "Abre o menu de opções do YouTube ao passar o mouse sobre o botão de opções" }, "pauseBackgroundPlayers": { "label": "Pause background players", @@ -329,8 +329,8 @@ "title": "Mostra o tempo restante do vídeo que você está assistindo" }, "rememberLastVolume": { - "label": "Lembrar o último volume", - "title": "Lembra o volume do último vídeo que você estava assistindo e o coloca quando você abrir um novo vídeo" + "label": "Salvar intensidade do volume", + "title": "Salva a intensidade do volume do vídeo anterior e o define ao abrir um novo vídeo" }, "removeRedirect": { "label": "Remove YouTube /redirect URLs", @@ -349,7 +349,7 @@ "title": "Skips the idle dialog that pauses video playback" } }, - "title": "Configurações diversas" + "title": "Diversos" }, "onScreenDisplaySettings": { "color": { @@ -364,18 +364,18 @@ "white": "Branco", "yellow": "Amarelo" }, - "title": "Seleciona a cor para as informações na tela" + "title": "Define a cor para exibição na tela" }, "hide": { - "label": "Atraso para esconder", - "title": "Especifique o tempo, em milissegundos, antes de ocultar automaticamente as informações na tela" + "label": "Ocultar atraso", + "title": "Especifica o tempo, em milissegundos, antes de automaticamente ocultar a exibição na tela" }, "opacity": { "label": "Opacidade", - "title": "Ajusta a transparência das informações na tela" + "title": "Ajusta a transparência da exibição na tela" }, "padding": { - "label": "Espaçamento", + "label": "Alinhamento", "title": "Ajuste o espaçamento em torno das informações na tela em pixels. Isso se aplica especificamente ao canto das informações na tela." }, "position": { From 8a1223d238dbe10c215c9f0fba7815ce39d3be36 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 31 Oct 2024 18:31:49 -0400 Subject: [PATCH 0791/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 68 +++++++++++++++++++-------------------- 1 file changed, 34 insertions(+), 34 deletions(-) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index ad47e898f..0259799b2 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -90,10 +90,10 @@ }, "volumeBoostButton": { "button": { - "label": "Volume Boost", + "label": "Aumento de volume", "toggle": { - "off": "Volume boost off", - "on": "Volume boost on" + "off": "Aumento de volume desativado", + "on": "Aumento de volume ativado" } } } @@ -131,12 +131,12 @@ }, "fallbackQualityStrategy": { "select": { - "label": "Quality fallback strategy", + "label": "Estratégia de redução de resolução", "options": { - "higher": "Higher", - "lower": "Lower" + "higher": "Maior", + "lower": "Menor" }, - "title": "The strategy to use when the selected quality is not available" + "title": "A estratégia é usada quando a qualidade selecionada não está disponível" } }, "select": { @@ -376,20 +376,20 @@ }, "padding": { "label": "Alinhamento", - "title": "Ajuste o espaçamento em torno das informações na tela em pixels. Isso se aplica especificamente ao canto das informações na tela." + "title": "Ajusta o alinhamento de exibição na tela em píxeis. Isso aplica especificamente para exibições no canto da tela" }, "position": { "label": "Posição", "options": { - "bottom_left": "Inferior Esquerdo", + "bottom_left": "Inferior esquerdo", "bottom_right": "Inferior direito", - "center": "Centralizado", + "center": "Centro", "top_left": "Superior esquerdo", - "top_right": "Superior Direito" + "top_right": "Superior direito" }, - "title": "Selecione a posição das informações na tela" + "title": "Seleciona a posição da exibição na tela" }, - "title": "Configurações das informações na tela", + "title": "Opções de exibição na tela", "type": { "label": "Tipo", "options": { @@ -398,13 +398,13 @@ "no_display": "Sem exibição", "text": "Texto" }, - "title": "Selecione o tipo de informações na tela" + "title": "Seleciona o tipo de exibição na tela" } }, "playbackSpeed": { "enable": { "label": "Velocidade de reprodução forçada", - "title": "Define a velocidade do vídeo para a que você escolher abaixo" + "title": "Define a velocidade do vídeo para o que você escolher abaixo" }, "playbackSpeedButtons": { "label": "Playback speed buttons", @@ -418,7 +418,7 @@ "label": "Velocidade do reprodutor", "title": "A velocidade a ser definida para o vídeo" }, - "title": "Configurações de velocidade de reprodução" + "title": "Opções de velocidade de reprodução" }, "playlistLength": { "enable": { @@ -449,7 +449,7 @@ "title": "Adiciona um botão ao reprodutor para tirar uma captura de tela do vídeo" }, "saveAs": { - "clipboard": "Área de Transferência", + "clipboard": "Área de transferência", "file": "Arquivo" }, "selectFormat": { @@ -464,28 +464,28 @@ }, "scrollWheelSpeedControl": { "adjustmentSteps": { - "label": "Mudar Volume por Rolagem", + "label": "Alterar volume por rolagem", "title": "Ajusta a mudança de velocidade por rolagem" }, "enable": { "label": "Controle de velocidade da roda do mouse", - "title": "Pressione uma tecla modificadora para ativar o ajuste de velocidade com a roda do mouse." + "title": "Pressiona uma tecla modificadora para ativar o ajuste de velocidade com a roda do mouse." }, "optionLabel": "Tecla {{KEY}}", "select": { "label": "Tecla modificadora", - "title": "A tecla modificadora a ser usada" + "title": "A tecla modificadora para usar" }, - "title": "Configurações de controle de volume pela roda do mouse" + "title": "Opções de controle do volume na roda do mouse" }, "scrollWheelVolumeControl": { "adjustmentSteps": { - "label": "Mudar Volume por Rolagem", - "title": "Ajuste a mudança de volume por rolagem" + "label": "Mudança de volume por rolagem", + "title": "Ajusta a mudança de volume por rolagem" }, "enable": { - "label": "Controle do volume por roda do mouse", - "title": "Permite usar a roda do mouse para controlar o volume do vídeo que você está assistindo" + "label": "Controle do volume na roda do mouse", + "title": "Permite usar a roda do mouse para controlar o volume do vídeo" }, "holdModifierKey": { "enable": { @@ -495,7 +495,7 @@ "optionLabel": "Tecla {{KEY}}", "select": { "label": "Tecla modificadora", - "title": "A tecla modificadora a ser usada" + "title": "A tecla modificadora para usar" } }, "holdRightClick": { @@ -504,7 +504,7 @@ "title": "Segure o botão direito para ativar o controle de volume da roda do mouse" } }, - "title": "Configurações de controle do volume por roda do mouse" + "title": "Opções de controle do volume na roda do mouse" }, "settingSearch": { "placeholder": "Search for a setting" @@ -528,24 +528,24 @@ }, "volumeBoost": { "boostAmount": { - "label": "Quantidade de impulsão de volume (dB)", - "title": "O valor para impulsionar o volume em" + "label": "Aumento de volume (dB)", + "title": "O valor para aumentar o volume" }, "enable": { - "label": "Impulso do volume", - "title": "Ativar impulso de volume" + "label": "Aumento de volume", + "title": "Ativa o aumento de volume" }, "mode": { "select": { - "label": "Modo de impulso de volume", + "label": "Modo de aumento de volume", "options": { "global": "Global", "perVideo": "Por vídeo" }, - "title": "Escolha como o impulso de volume é aplicado. 'Por vídeo' permite ativar o impulso para cada vídeo individualmente no menu de recursos. 'Global' aplica impulso a todos os vídeos quando o impulso de volume está habilitado." + "title": "Selecione como o aumento de volume é aplicado. 'Por vídeo' permite ativar o aumento para cada vídeo individualmente no menu de recursos. Já o 'Global' aplica o aumento para todos os vídeos quando o aumento de volume é ativado." } }, - "title": "Configurações de impulso de volume" + "title": "Opções de aumento de volume" }, "youtubeDataApiV3Key": { "getApiKeyLinkText": "You can get one from here", From 998ccf280320ad8e9e3e05531b4152e4344e0020 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 1 Nov 2024 06:16:04 -0400 Subject: [PATCH 0792/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index 0259799b2..2f8bc0961 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -155,7 +155,7 @@ "value": "Confirmar" }, "openTab": { - "title": "Open extension settings in a new tab" + "title": "Abre as opções da extensão na próxima aba" }, "reset": { "title": "Redefine as opções para o padrão, clique em confirmar para salvar as mudanças", @@ -165,15 +165,15 @@ "buttonPlacement": { "select": { "buttonNames": { - "copyTimestampUrlButton": "Copy video URL with timestamp button", - "decreasePlaybackSpeedButton": "Decrease Speed button", - "forwardButton": "Fast Forward button", - "hideEndScreenCardsButton": "Hide end screen cards button", - "increasePlaybackSpeedButton": "Increase Speed button", + "copyTimestampUrlButton": "Copiar URL do vídeo com o botão de minuto do tempo", + "decreasePlaybackSpeedButton": "Botão de diminuir velocidade", + "forwardButton": "Botão de acelerar velocidade", + "hideEndScreenCardsButton": "Ocultar botão de cards finais", + "increasePlaybackSpeedButton": "Botão de aumentar velocidade", "loopButton": "Botão de repetição", "maximizePlayerButton": "Botão de maximização", "openTranscriptButton": "Abrir botão de transcrição", - "rewindButton": "Rewind button", + "rewindButton": "Botão de retroceder", "screenshotButton": "Botão de captura de tela", "volumeBoostButton": "Botão de ganho de volume" }, @@ -226,14 +226,14 @@ }, "forwardRewindButtons": { "enable": { - "label": "Enable forward/rewind buttons", - "title": "Adds forward and rewind buttons to the video player" + "label": "Ativar botões de avançar/retroceder", + "title": "Adiciona botões de avançar ou retroceder ao reprodutor de vídeo" }, "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" + "label": "Avançar/retroceder tempo", + "title": "A quantidade de tempo para acelerar/retroceder o vídeo" }, - "title": "Forward/rewind button settings" + "title": "Opções de botão de acelerar/retroceder" }, "importExportSettings": { "exportButton": { From 20e0debd232c05ad04c60aaa2f15c0c7e614cd3d Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 2 Nov 2024 09:29:17 -0400 Subject: [PATCH 0793/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 150 +++++++++++++++++++------------------- 1 file changed, 75 insertions(+), 75 deletions(-) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index 2f8bc0961..5e8d221f6 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -265,44 +265,44 @@ "title": "Ativa automaticamente o modo teatro ao carregar um vídeo" }, "automaticallyDisableClosedCaptions": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" + "label": "Desativar legendas automaticamente", + "title": "Desabilita automaticamente as legendas fechadas quando você carrega um vídeo" }, "copyTimestampUrlButton": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" + "label": "Botão para copiar a URL do vídeo com o tempo", + "title": "Copia a URL do vídeo com o tempo (?t=123)" }, "hideEndScreenCards": { - "label": "Hide end screen cards", - "title": "Hides the cards at the end of the video" + "label": "Ocultar cards finais", + "title": "Oculta os cards no final do vídeo" }, "hideEndScreenCardsButton": { - "label": "Hide end screen cards button", - "title": "Adds a button to show/hide the cards at the end of the video" + "label": "Ocultar botão de cards finais", + "title": "Adiciona um botão para mostrar/ocultar os cartões no final do vídeo" }, "hideLiveStreamChat": { - "label": "Hide live stream chat", - "title": "Hides the live stream chat" + "label": "Ocultar chat ao vivo da transmissão", + "title": "Oculta o chat da transmissão ao vivo" }, "hideOfficialArtistVideosFromHomePage": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" + "label": "Ocultar Vídeos de Artistas Oficiais", + "title": "Ocultar Vídeos de Artistas Oficiais da Página Inicial" }, "hidePaidPromotionBanner": { - "label": "Hide paid promotion banner", - "title": "Hides the banner that appears when you watch a video that has a paid promotion" + "label": "Ocultar banner de promoção paga", + "title": "Oculta o banner que aparece ao assistir a um vídeo que possui uma promoção paga" }, "hideScrollbar": { "label": "Ocultar barra de rolagem", "title": "Oculta a barra de rolagem da página" }, "hideShorts": { - "label": "Hide shorts", - "title": "Hides all shorts" + "label": "Ocultar Shorts", + "title": "Oculta todos os shorts" }, "hideTranslateComment": { - "label": "Hide translate comment button", - "title": "Hides 'Translate to Language' button under comments" + "label": "Ocultar botão de traduzir comentário", + "title": "Oculta o botão \"Traduzir para o idioma\" abaixo dos comentários" }, "loopButton": { "label": "Botão de repetição", @@ -321,8 +321,8 @@ "title": "Abre o menu de opções do YouTube ao passar o mouse sobre o botão de opções" }, "pauseBackgroundPlayers": { - "label": "Pause background players", - "title": "Pauses video players in background tabs when you start a new player in foreground tab" + "label": "Pausar players de fundo", + "title": "Pausa os reprodutores de vídeo em abas em segundo plano quando você inicia um novo reprodutor na aba em primeiro plano" }, "remainingTime": { "label": "Tempo restante", @@ -333,20 +333,20 @@ "title": "Salva a intensidade do volume do vídeo anterior e o define ao abrir um novo vídeo" }, "removeRedirect": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + "label": "Remover URLs do YouTube /redirect", + "title": "Substitui o redirecionamento do YouTube por URLs reais, pulando o diálogo de aviso de redirecionamento" }, "shareShortener": { - "label": "Shorten YouTube video share link", - "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + "label": "Encurtar link de compartilhamento de vídeo do YouTube", + "title": "Encurta o link de compartilhamento de vídeo do YouTube (youtu.be) removendo os parâmetros si/feature dele" }, "shortsAutoScroll": { - "label": "Shorts auto scroll", - "title": "Automatically scrolls to the next short" + "label": "Auto rolagem para Shorts", + "title": "Rola automáticamente para o próximo short" }, "skipContinueWatching": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" + "label": "Ignora \"Vídeo está em pausa. Continuar assistindo?\"", + "title": "Ignora o diálogo de inatividade que pausa a reprodução do vídeo" } }, "title": "Diversos" @@ -393,7 +393,7 @@ "type": { "label": "Tipo", "options": { - "circle": "Circle", + "circle": "Círculo", "line": "Linha", "no_display": "Sem exibição", "text": "Texto" @@ -407,12 +407,12 @@ "title": "Define a velocidade do vídeo para o que você escolher abaixo" }, "playbackSpeedButtons": { - "label": "Playback speed buttons", + "label": "Botões de velocidade de reprodução", "select": { - "label": "Playback buttons speed", - "title": "Amount of speed to be changed per click" + "label": "Velocidade dos botões de reprodução", + "title": "Quantidade de velocidade a ser alterada por clique" }, - "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + "title": "Adiciona botões para aumentar ou diminuir a velocidade de reprodução do vídeo que você está assistindo" }, "select": { "label": "Velocidade do reprodutor", @@ -422,24 +422,24 @@ }, "playlistLength": { "enable": { - "label": "Display playlist length information", - "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + "label": "Exibir informações sobre a duração da playlist", + "title": "Exibe a duração total da playlist, quanto já foi assistido e quanto ainda resta." }, - "title": "Playlist length settings", + "title": "Configurações de comprimento da playlist", "wayToGetLength": { "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + "label": "Método para obter tamanho da lista de reprodução", + "title": "A forma de obter informações sobre a duração da playlist (o método da API retornará ao HTML se ocorrer um erro)" } }, "wayToGetWatchTime": { "select": { - "label": "Method to get watched time", + "label": "Método para obter o tempo assistido", "options": { - "duration": "Video Length", - "youtube": "Video Watch Time" + "duration": "Duração do Vídeo", + "youtube": "Tempo Assistido do Vídeo" }, - "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + "title": "A forma de obter a quantidade de tempo assistido (tipo de duração do vídeo usado apenas na página de exibição)" } } }, @@ -507,24 +507,24 @@ "title": "Opções de controle do volume na roda do mouse" }, "settingSearch": { - "placeholder": "Search for a setting" + "placeholder": "Procurar por uma configuração" }, "videoHistory": { "enable": { - "label": "Track watched videos", - "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" + "label": "Rastrear vídeos assistidos", + "title": "Mantém o registro de onde você parou nos vídeos que estava assistindo e permite retomar a reprodução" }, "resumeType": { "select": { - "label": "Resume type", + "label": "Tipo de resumo", "options": { - "automatic": "Automatic", - "prompt": "Prompt" + "automatic": "Automático", + "prompt": "Alerta" }, - "title": "Select how you want to resume videos" + "title": "Selecione como você deseja retomar os vídeos" } }, - "title": "Video history settings" + "title": "Configurações de histórico de vídeo" }, "volumeBoost": { "boostAmount": { @@ -548,55 +548,55 @@ "title": "Opções de aumento de volume" }, "youtubeDataApiV3Key": { - "getApiKeyLinkText": "You can get one from here", + "getApiKeyLinkText": "Você pode obter uma daqui", "input": { - "label": "API Key", - "title": "Enter your Youtube Data API V3 key." + "label": "Chave da API", + "title": "Insira sua chave da API Youtube Data API V3." }, - "title": "YouTube API V3 Key" + "title": "Chave Youtube Data API V3" }, "youtubeDeepDark": { - "author": "Author", - "co-authors": "Co-authors", + "author": "Autor", + "co-authors": "Co-autores", "colors": { "colorShadow": { - "label": "Shadow color", - "title": "Color for shadows" + "label": "Cor da sombra", + "title": "Cor para sombras" }, "dimmerText": { - "label": "Secondary text color", - "title": "Color for secondary text" + "label": "Cor do texto secundário", + "title": "Cor para texto secundário" }, "hoverBackground": { - "label": "Hover background color", - "title": "Color for hover background" + "label": "Cor de fundo ao passar o mouse", + "title": "Cor para o fundo ao passar o mouse" }, "mainBackground": { - "label": "Main background color", - "title": "Color for main background" + "label": "Cor de fundo principal", + "title": "Cor para fundo principal" }, "mainColor": { - "label": "Accent color", - "title": "Color for accent" + "label": "Cor de destaque", + "title": "Cor para destacar" }, "mainText": { - "label": "Main text color", - "title": "Color for main text" + "label": "Cor do texto principal", + "title": "Cor para o texto principal" }, "secondBackground": { - "label": "Secondary background color", - "title": "Color for secondary background" + "label": "Cor de fundo secundário", + "title": "Cor para fundo secundário" } }, "enable": { - "label": "Enable selected theme", - "title": "Activate the selected theme for the page" + "label": "Habilitar o tema selecionado", + "title": "Ativar o tema selecionado para a página" }, "select": { - "label": "Select theme", - "title": "Select a theme to be applied to the page" + "label": "Selecionar tema", + "title": "Selecione um tema para ser aplicado à página" }, - "title": "YouTube Deep Dark Settings" + "title": "Configurações de Escuro Profundo do YouTube" } } } From 0d6b45faa5d851b093fc74abf287c94728e3c565 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 2 Nov 2024 18:50:13 -0400 Subject: [PATCH 0794/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index 5e8d221f6..547292d8b 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -165,7 +165,7 @@ "buttonPlacement": { "select": { "buttonNames": { - "copyTimestampUrlButton": "Copiar URL do vídeo com o botão de minuto do tempo", + "copyTimestampUrlButton": "Copiar URL do vídeo com o botão de minuto do vídeo", "decreasePlaybackSpeedButton": "Botão de diminuir velocidade", "forwardButton": "Botão de acelerar velocidade", "hideEndScreenCardsButton": "Ocultar botão de cards finais", @@ -266,11 +266,11 @@ }, "automaticallyDisableClosedCaptions": { "label": "Desativar legendas automaticamente", - "title": "Desabilita automaticamente as legendas fechadas quando você carrega um vídeo" + "title": "Desativa legendas automaticamente ao carregar um vídeo" }, "copyTimestampUrlButton": { - "label": "Botão para copiar a URL do vídeo com o tempo", - "title": "Copia a URL do vídeo com o tempo (?t=123)" + "label": "Copiar URL do vídeo com o botão de minuto do vídeo", + "title": "Copia o URL do vídeo com o minuto do vídeo (?t=123)" }, "hideEndScreenCards": { "label": "Ocultar cards finais", From ad7529cf9fdbf6e1cce7131dd66647f2fd593b5a Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 2 Nov 2024 20:28:44 -0400 Subject: [PATCH 0795/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 98 +++++++++++++++++++-------------------- 1 file changed, 49 insertions(+), 49 deletions(-) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index 547292d8b..0cbb41646 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -278,31 +278,31 @@ }, "hideEndScreenCardsButton": { "label": "Ocultar botão de cards finais", - "title": "Adiciona um botão para mostrar/ocultar os cartões no final do vídeo" + "title": "Adiciona um botão para exibir/ocultar cards finais" }, "hideLiveStreamChat": { - "label": "Ocultar chat ao vivo da transmissão", - "title": "Oculta o chat da transmissão ao vivo" + "label": "Ocultar chat da transmissão", + "title": "Oculta o chat da transmissão" }, "hideOfficialArtistVideosFromHomePage": { - "label": "Ocultar Vídeos de Artistas Oficiais", - "title": "Ocultar Vídeos de Artistas Oficiais da Página Inicial" + "label": "Ocultar vídeos de artistas originais", + "title": "Ocultar vídeos de artistas originais do início" }, "hidePaidPromotionBanner": { "label": "Ocultar banner de promoção paga", - "title": "Oculta o banner que aparece ao assistir a um vídeo que possui uma promoção paga" + "title": "Oculta o banner exibido ao assistir um vídeo com promoção paga" }, "hideScrollbar": { "label": "Ocultar barra de rolagem", "title": "Oculta a barra de rolagem da página" }, "hideShorts": { - "label": "Ocultar Shorts", - "title": "Oculta todos os shorts" + "label": "Ocultar shorts", + "title": "Oculta os shorts" }, "hideTranslateComment": { - "label": "Ocultar botão de traduzir comentário", - "title": "Oculta o botão \"Traduzir para o idioma\" abaixo dos comentários" + "label": "Ocultar botão de tradução", + "title": "Oculta o botão \"Traduzir para o idioma\" abaixo do comentário" }, "loopButton": { "label": "Botão de repetição", @@ -321,8 +321,8 @@ "title": "Abre o menu de opções do YouTube ao passar o mouse sobre o botão de opções" }, "pauseBackgroundPlayers": { - "label": "Pausar players de fundo", - "title": "Pausa os reprodutores de vídeo em abas em segundo plano quando você inicia um novo reprodutor na aba em primeiro plano" + "label": "Parar reprodutores de fundo", + "title": "Para os reprodutores de abas de fundo quando você iniciar um novo reprodutor em uma aba em primeiro plano" }, "remainingTime": { "label": "Tempo restante", @@ -333,20 +333,20 @@ "title": "Salva a intensidade do volume do vídeo anterior e o define ao abrir um novo vídeo" }, "removeRedirect": { - "label": "Remover URLs do YouTube /redirect", - "title": "Substitui o redirecionamento do YouTube por URLs reais, pulando o diálogo de aviso de redirecionamento" + "label": "Remover URLs de redireção do YouTube", + "title": "Substitui a redireção do YouTube por URLs reais, pulando o aviso de redireção" }, "shareShortener": { - "label": "Encurtar link de compartilhamento de vídeo do YouTube", - "title": "Encurta o link de compartilhamento de vídeo do YouTube (youtu.be) removendo os parâmetros si/feature dele" + "label": "Encurtar link de compartilhamento de vídeo", + "title": "Encurta os links de compartilhamento de vídeo (youtu.be) removendo os parâmetros si/recursos." }, "shortsAutoScroll": { - "label": "Auto rolagem para Shorts", - "title": "Rola automáticamente para o próximo short" + "label": "Rolagem automática de shorts", + "title": "Rola automaticamente ao próximo short" }, "skipContinueWatching": { - "label": "Ignora \"Vídeo está em pausa. Continuar assistindo?\"", - "title": "Ignora o diálogo de inatividade que pausa a reprodução do vídeo" + "label": "Pular \"O vídeo está pausado. Continuar assistindo?\"", + "title": "Pula o diálogo de ausência que pausa a reprodução do vídeo" } }, "title": "Diversos" @@ -410,9 +410,9 @@ "label": "Botões de velocidade de reprodução", "select": { "label": "Velocidade dos botões de reprodução", - "title": "Quantidade de velocidade a ser alterada por clique" + "title": "Quantidade de velocidade para ser alterada por clique" }, - "title": "Adiciona botões para aumentar ou diminuir a velocidade de reprodução do vídeo que você está assistindo" + "title": "Adiciona botões para acelerar ou desacelerar a velocidade da reprodução do vídeo" }, "select": { "label": "Velocidade do reprodutor", @@ -422,24 +422,24 @@ }, "playlistLength": { "enable": { - "label": "Exibir informações sobre a duração da playlist", - "title": "Exibe a duração total da playlist, quanto já foi assistido e quanto ainda resta." + "label": "Exibir informações de duração da playlist", + "title": "Exibe a duração da playlist, quantas vezes foi visualizada, e o tempo restante." }, - "title": "Configurações de comprimento da playlist", + "title": "Opções de duração da playlist", "wayToGetLength": { "select": { - "label": "Método para obter tamanho da lista de reprodução", - "title": "A forma de obter informações sobre a duração da playlist (o método da API retornará ao HTML se ocorrer um erro)" + "label": "Forma de obter a duração da playlist", + "title": "A forma de obter a duração da playlist (O método API voltará a HTML se ocorrer um erro)" } }, "wayToGetWatchTime": { "select": { - "label": "Método para obter o tempo assistido", + "label": "Forma de obter o tempo assistido", "options": { - "duration": "Duração do Vídeo", - "youtube": "Tempo Assistido do Vídeo" + "duration": "Duração do vídeo", + "youtube": "Tempo assistido do vídeo" }, - "title": "A forma de obter a quantidade de tempo assistido (tipo de duração do vídeo usado apenas na página de exibição)" + "title": "A forma de obter o tempo assistido (Tipo de duração do vídeo apenas usado na página de exibição)" } } }, @@ -507,24 +507,24 @@ "title": "Opções de controle do volume na roda do mouse" }, "settingSearch": { - "placeholder": "Procurar por uma configuração" + "placeholder": "Procurar opção" }, "videoHistory": { "enable": { "label": "Rastrear vídeos assistidos", - "title": "Mantém o registro de onde você parou nos vídeos que estava assistindo e permite retomar a reprodução" + "title": "Registra o tempo do vídeo que você parou e permite retomar a reprodução " }, "resumeType": { "select": { - "label": "Tipo de resumo", + "label": "Tipo de retomada", "options": { "automatic": "Automático", - "prompt": "Alerta" + "prompt": "Perguntar" }, - "title": "Selecione como você deseja retomar os vídeos" + "title": "Selecione como deseja retomar os vídeos" } }, - "title": "Configurações de histórico de vídeo" + "title": "Opções de histórico de vídeo" }, "volumeBoost": { "boostAmount": { @@ -548,12 +548,12 @@ "title": "Opções de aumento de volume" }, "youtubeDataApiV3Key": { - "getApiKeyLinkText": "Você pode obter uma daqui", + "getApiKeyLinkText": "Você pode obter daqui", "input": { - "label": "Chave da API", - "title": "Insira sua chave da API Youtube Data API V3." + "label": "Chave API", + "title": "Insira sua chave API YouTube Data V3." }, - "title": "Chave Youtube Data API V3" + "title": "Chave API YouTube Data V3" }, "youtubeDeepDark": { "author": "Autor", @@ -569,15 +569,15 @@ }, "hoverBackground": { "label": "Cor de fundo ao passar o mouse", - "title": "Cor para o fundo ao passar o mouse" + "title": "Cor de fundo ao passar o mouse" }, "mainBackground": { - "label": "Cor de fundo principal", - "title": "Cor para fundo principal" + "label": "Cor principal de fundo", + "title": "Cor principal para o fundo" }, "mainColor": { "label": "Cor de destaque", - "title": "Cor para destacar" + "title": "Cor para destaque" }, "mainText": { "label": "Cor do texto principal", @@ -589,14 +589,14 @@ } }, "enable": { - "label": "Habilitar o tema selecionado", - "title": "Ativar o tema selecionado para a página" + "label": "Ativar tema selecionado", + "title": "Ativar tema selecionado para a página" }, "select": { "label": "Selecionar tema", - "title": "Selecione um tema para ser aplicado à página" + "title": "Selecione um tema para a página" }, - "title": "Configurações de Escuro Profundo do YouTube" + "title": "Opções do fundo escuro do YouTube" } } } From aae7c8c602b71b7765446ea52b87255a376ce37b Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 3 Nov 2024 08:50:41 -0500 Subject: [PATCH 0796/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index 0cbb41646..9319c58ea 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -548,7 +548,7 @@ "title": "Opções de aumento de volume" }, "youtubeDataApiV3Key": { - "getApiKeyLinkText": "Você pode obter daqui", + "getApiKeyLinkText": "Você pode obter uma aqui", "input": { "label": "Chave API", "title": "Insira sua chave API YouTube Data V3." From 9de39d69084955876d25098f9c78d268d0f60d71 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 15 Nov 2024 08:34:07 -0500 Subject: [PATCH 0797/1783] New translations en-us.json (Ukrainian) --- public/locales/uk-UA.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/uk-UA.json b/public/locales/uk-UA.json index 987e86439..85d209fbd 100644 --- a/public/locales/uk-UA.json +++ b/public/locales/uk-UA.json @@ -1,6 +1,6 @@ { "langCode": "uk-UA", - "langName": "Англійська (США)", + "langName": "English (US)", "messages": { "resumingVideo": "Продовжити відео з {{VIDEO_TIME}}", "settingVolume": "Посилити гучність до {{VOLUME_BOOST_AMOUNT}}" From d66b8603173f11db0ba93c7d50a4bbb3f360e6a9 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 30 Nov 2024 17:52:14 -0500 Subject: [PATCH 0798/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index 886c89f13..dd58eee26 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -550,17 +550,17 @@ "youtubeDataApiV3Key": { "getApiKeyLinkText": "You can get one from here", "input": { - "label": "API Key", + "label": "API Anahtarı", "title": "Enter your Youtube Data API V3 key." }, - "title": "YouTube API V3 Key" + "title": "YouTube API V3 Anahtarı" }, "youtubeDeepDark": { "author": "Yazar", "co-authors": "Co-authors", "colors": { "colorShadow": { - "label": "Shadow color", + "label": "Gölge rengi", "title": "Color for shadows" }, "dimmerText": { @@ -585,7 +585,7 @@ }, "secondBackground": { "label": "İkincil arka plan rengi", - "title": "Color for secondary background" + "title": "İkincil arka plan rengi" } }, "enable": { From c7eda246d0daf57bd78c1507bc943d241af3b316 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 30 Nov 2024 19:26:46 -0500 Subject: [PATCH 0799/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 70 +++++++++++++++++++-------------------- 1 file changed, 35 insertions(+), 35 deletions(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index dd58eee26..0c2e53d02 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -22,7 +22,7 @@ "forwardRewindButtons": { "buttons": { "forwardButton": { - "label": "Fast forward by {{TIME}}" + "label": "{{TIME}} hızlı ileri sar" }, "rewindButton": { "label": "{{TIME}} kadar geri sar" @@ -74,7 +74,7 @@ "increaseLimit": "Daha fazla artıramazsın ({{SPEED}})" }, "playlistLength": { - "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + "title": "Bazı videolar gizliyse veya tam uzunluğa ulaşmak için yeterli sayıda video yüklemediyseniz, toplam uzunluk doğru olmayabilir." }, "screenshotButton": { "button": { @@ -131,12 +131,12 @@ }, "fallbackQualityStrategy": { "select": { - "label": "Quality fallback strategy", + "label": "Kalite geri dönüş stratejisi", "options": { "higher": "Daha yüksek", "lower": "Daha düşük" }, - "title": "The strategy to use when the selected quality is not available" + "title": "Seçilen kalite mevcut değilse kullanılacak strateji" } }, "select": { @@ -167,13 +167,13 @@ "buttonNames": { "copyTimestampUrlButton": "Video bağlantısını zaman damgasıyla kopyala butonu", "decreasePlaybackSpeedButton": "Hızı Düşürme Butonu", - "forwardButton": "Fast Forward button", + "forwardButton": "Hızlı İleri düğmesi", "hideEndScreenCardsButton": "Bitiş ekranı kartlarını gizleme düğmesi", "increasePlaybackSpeedButton": "Hızı Artırma Butonu", "loopButton": "Döngü düğmesi", "maximizePlayerButton": "Tam ekran düğmesi", "openTranscriptButton": "Transkripti Aç butonu", - "rewindButton": "Rewind button", + "rewindButton": "Geri sarma düğmesi", "screenshotButton": "Ekran görüntüsü düğmesi", "volumeBoostButton": "Ses güçlendirme düğmesi" }, @@ -230,10 +230,10 @@ "title": "Adds forward and rewind buttons to the video player" }, "time": { - "label": "Forward/rewind time", + "label": "İleri/geri sarma süresi", "title": "The amount of time to forward/rewind the video by" }, - "title": "Forward/rewind button settings" + "title": "İleri/geri sarma düğmesi ayarları" }, "importExportSettings": { "exportButton": { @@ -269,8 +269,8 @@ "title": "Automatically disables closed captions when you load a video" }, "copyTimestampUrlButton": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" + "label": "Video URL'sini zaman damgası düğmesiyle kopyala", + "title": "Video URL'sini zaman damgasıyla kopyalar (?t=123)" }, "hideEndScreenCards": { "label": "Bitiş ekranı kartlarını gizle", @@ -285,12 +285,12 @@ "title": "Canlı yayın sohbetini gizler" }, "hideOfficialArtistVideosFromHomePage": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" + "label": "Resmi Sanatçı Videolarını Gizle", + "title": "Ana Sayfada Resmi Sanatçı Videolarını Gizle" }, "hidePaidPromotionBanner": { - "label": "Hide paid promotion banner", - "title": "Hides the banner that appears when you watch a video that has a paid promotion" + "label": "Ücretli tanıtım afişini gizle", + "title": "Ücretli tanıtım içeren bir videoyu izlediğinizde görünen başlığı gizler" }, "hideScrollbar": { "label": "Kaydırma çubuğu gizlemeyi etkinleştir", @@ -302,7 +302,7 @@ }, "hideTranslateComment": { "label": "Yorumu Çevir'i Gizle Butonu", - "title": "Hides 'Translate to Language' button under comments" + "title": "Yorumlar altındaki 'Dile Çevir' düğmesini gizler" }, "loopButton": { "label": "Tekrarlama düğmesi", @@ -389,7 +389,7 @@ }, "title": "Select the position of the On-Screen Display" }, - "title": "On-Screen Display Settings", + "title": "Ekran Üstü Görüntüleme Ayarları", "type": { "label": "Tür", "options": { @@ -423,23 +423,23 @@ "playlistLength": { "enable": { "label": "Çalma listesinin uzunluk bilgilerini göster", - "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + "title": "Oynatma listesinin toplam, izlenen ve ne kalan uzunluğunu gösterir." }, - "title": "Playlist length settings", + "title": "Oynatma listesi uzunluk ayarları", "wayToGetLength": { "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + "label": "Oynatma listesi uzunluğunu alma yöntemi", + "title": "Oynatma listesi uzunluk bilgisi alma yolu (Bir hata oluşursa API yöntemi HTML'e geri dönecek)" } }, "wayToGetWatchTime": { "select": { - "label": "Method to get watched time", + "label": "İzlenme süresini alma yöntemi", "options": { - "duration": "Video Length", - "youtube": "Video Watch Time" + "duration": "Video Uzunluğu", + "youtube": "Video İzlenme Süresi" }, - "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + "title": "İzlenen süreyi alma yolu (Video Uzunluğu türü yalnızca izleme sayfasında kullanılır)" } } }, @@ -507,7 +507,7 @@ "title": "Kaydırma tekerleği ile ses seviyesi kontrolü ayarları" }, "settingSearch": { - "placeholder": "Search for a setting" + "placeholder": "Bir ayar arayın" }, "videoHistory": { "enable": { @@ -548,36 +548,36 @@ "title": "Ses güçlendirme ayarları" }, "youtubeDataApiV3Key": { - "getApiKeyLinkText": "You can get one from here", + "getApiKeyLinkText": "Buradan bir tane alabilirsiniz", "input": { "label": "API Anahtarı", - "title": "Enter your Youtube Data API V3 key." + "title": "Youtube Veri API V3 anahtarınızı girin." }, "title": "YouTube API V3 Anahtarı" }, "youtubeDeepDark": { "author": "Yazar", - "co-authors": "Co-authors", + "co-authors": "Ortak yazarlar", "colors": { "colorShadow": { "label": "Gölge rengi", - "title": "Color for shadows" + "title": "Gölge rengi" }, "dimmerText": { - "label": "Secondary text color", - "title": "Color for secondary text" + "label": "İkincil metin rengi", + "title": "İkincil metin rengi" }, "hoverBackground": { "label": "Hover background color", "title": "Color for hover background" }, "mainBackground": { - "label": "Main background color", - "title": "Color for main background" + "label": "Ana arka plan rengi", + "title": "Ana arka plan rengi" }, "mainColor": { - "label": "Accent color", - "title": "Color for accent" + "label": "Vurgulama rengi", + "title": "Vurgulama rengi" }, "mainText": { "label": "Ana metin rengi", From 6dda546e5cffc4ce9bbd90225601cdfe47c2fb1c Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 5 Dec 2024 01:50:28 -0500 Subject: [PATCH 0800/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index 0c2e53d02..ed057e2c3 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -264,6 +264,10 @@ "label": "Otomatik tiyatro modu", "title": "Video yüklediğinizde tiyatro modunu otomatik olarak etkinleştirir" }, + "automaticallyDisableAmbientMode": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + }, "automaticallyDisableClosedCaptions": { "label": "Automatically disable closed captions", "title": "Automatically disables closed captions when you load a video" From f11d3b314bcc638798e0a896f2ed1f3560e15354 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 5 Dec 2024 01:50:29 -0500 Subject: [PATCH 0801/1783] New translations en-us.json (French) --- public/locales/fr-FR.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/fr-FR.json b/public/locales/fr-FR.json index 88bf70f51..426776897 100644 --- a/public/locales/fr-FR.json +++ b/public/locales/fr-FR.json @@ -264,6 +264,10 @@ "label": "Mode cinéma automatique", "title": "Activer automatiquement le mode cinéma lorsque vous chargez une vidéo" }, + "automaticallyDisableAmbientMode": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + }, "automaticallyDisableClosedCaptions": { "label": "Automatically disable closed captions", "title": "Automatically disables closed captions when you load a video" From 192e7d1961891b9664ea6141b78f05f8f9c6bd44 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 5 Dec 2024 01:50:30 -0500 Subject: [PATCH 0802/1783] New translations en-us.json (Spanish) --- public/locales/es-ES.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index d0ff9ecae..7b0c77041 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -264,6 +264,10 @@ "label": "Modo cine automático", "title": "Activar automáticamente el modo cine al cargar un vídeo" }, + "automaticallyDisableAmbientMode": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + }, "automaticallyDisableClosedCaptions": { "label": "Automatically disable closed captions", "title": "Automatically disables closed captions when you load a video" From a1fc4f425555d4f5089f6a9912558b950bd6b165 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 5 Dec 2024 01:50:31 -0500 Subject: [PATCH 0803/1783] New translations en-us.json (Catalan) --- public/locales/ca-ES.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/ca-ES.json b/public/locales/ca-ES.json index 7de4ef072..dfd334d03 100644 --- a/public/locales/ca-ES.json +++ b/public/locales/ca-ES.json @@ -264,6 +264,10 @@ "label": "Automatic theater mode", "title": "Automatically enables theater mode when you load a video" }, + "automaticallyDisableAmbientMode": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + }, "automaticallyDisableClosedCaptions": { "label": "Automatically disable closed captions", "title": "Automatically disables closed captions when you load a video" From 610f6ec216c062ea4aaa3b1fd90946a642ef5c7f Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 5 Dec 2024 01:50:32 -0500 Subject: [PATCH 0804/1783] New translations en-us.json (Czech) --- public/locales/cs-CZ.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/cs-CZ.json b/public/locales/cs-CZ.json index 6aea0bc59..2f174a7fb 100644 --- a/public/locales/cs-CZ.json +++ b/public/locales/cs-CZ.json @@ -264,6 +264,10 @@ "label": "Automatic theater mode", "title": "Automatically enables theater mode when you load a video" }, + "automaticallyDisableAmbientMode": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + }, "automaticallyDisableClosedCaptions": { "label": "Automatically disable closed captions", "title": "Automatically disables closed captions when you load a video" From a4ae3569ed14d2bee3449515ee139d28d6ab6dac Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 5 Dec 2024 01:50:33 -0500 Subject: [PATCH 0805/1783] New translations en-us.json (German) --- public/locales/de-DE.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/de-DE.json b/public/locales/de-DE.json index a878a6f2e..b23daa04f 100644 --- a/public/locales/de-DE.json +++ b/public/locales/de-DE.json @@ -264,6 +264,10 @@ "label": "Automatischer Theatermodus", "title": "Automatisch den Theatermodus aktivieren, wenn ein Video geladen wird" }, + "automaticallyDisableAmbientMode": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + }, "automaticallyDisableClosedCaptions": { "label": "Automatically disable closed captions", "title": "Automatically disables closed captions when you load a video" From 34284daf1a85bc855455d35f7e77442b87f2490c Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 5 Dec 2024 01:50:34 -0500 Subject: [PATCH 0806/1783] New translations en-us.json (Hebrew) --- public/locales/he-IL.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/he-IL.json b/public/locales/he-IL.json index 677d12c40..35ab8a88d 100644 --- a/public/locales/he-IL.json +++ b/public/locales/he-IL.json @@ -264,6 +264,10 @@ "label": "Automatic theater mode", "title": "Automatically enables theater mode when you load a video" }, + "automaticallyDisableAmbientMode": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + }, "automaticallyDisableClosedCaptions": { "label": "Automatically disable closed captions", "title": "Automatically disables closed captions when you load a video" From 044d0fef5bfaefd25a9f7727e5873689c37cb304 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 5 Dec 2024 01:50:35 -0500 Subject: [PATCH 0807/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index 0a463803c..916711ce9 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -264,6 +264,10 @@ "label": "Modalità teatro automatica", "title": "Attiva automaticamente la modalità teatro quando carichi un video" }, + "automaticallyDisableAmbientMode": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + }, "automaticallyDisableClosedCaptions": { "label": "Disabilita automaticamente le didascalie chiuse", "title": "Disabilita automaticamente le didascalie chiuse quando si carica un video" From 579eb711d226019aa4e650d48251e24ac1afaf0c Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 5 Dec 2024 01:50:36 -0500 Subject: [PATCH 0808/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index 15e57bf51..130ceb868 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -264,6 +264,10 @@ "label": "自動シアターモード", "title": "動画の読み込み時に自動的にシアターモードを有効にする" }, + "automaticallyDisableAmbientMode": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + }, "automaticallyDisableClosedCaptions": { "label": "クローズドキャプションを自動にディセーブルする", "title": "動画の読み込み時にクローズドキャプションを自動にディセーブルする" From a5a5c20a4b49d2924d7eed9a995daa259518eaf8 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 5 Dec 2024 01:50:37 -0500 Subject: [PATCH 0809/1783] New translations en-us.json (Korean) --- public/locales/ko-KR.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/ko-KR.json b/public/locales/ko-KR.json index 9f37c9365..eed26b6b4 100644 --- a/public/locales/ko-KR.json +++ b/public/locales/ko-KR.json @@ -264,6 +264,10 @@ "label": "자동 극장 모드", "title": "동영상 재생 시 자동으로 극장 모드가 활성화 됩니다." }, + "automaticallyDisableAmbientMode": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + }, "automaticallyDisableClosedCaptions": { "label": "Automatically disable closed captions", "title": "Automatically disables closed captions when you load a video" From b6f6258d33f60407bce2354a1694901d86cf1b0b Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 5 Dec 2024 01:50:38 -0500 Subject: [PATCH 0810/1783] New translations en-us.json (Polish) --- public/locales/pl-PL.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/pl-PL.json b/public/locales/pl-PL.json index 0687e905a..62122f988 100644 --- a/public/locales/pl-PL.json +++ b/public/locales/pl-PL.json @@ -264,6 +264,10 @@ "label": "Automatic theater mode", "title": "Automatically enables theater mode when you load a video" }, + "automaticallyDisableAmbientMode": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + }, "automaticallyDisableClosedCaptions": { "label": "Automatically disable closed captions", "title": "Automatically disables closed captions when you load a video" From 4c9639e3e830682df14a9eae66d9c9e42c3c367d Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 5 Dec 2024 01:50:39 -0500 Subject: [PATCH 0811/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index 10a7ed277..e54cfc4c7 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -264,6 +264,10 @@ "label": "Включить автоматический режим кинотеатра", "title": "Автоматически включать режим кинотеатра при загрузке видео" }, + "automaticallyDisableAmbientMode": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + }, "automaticallyDisableClosedCaptions": { "label": "Автоматически отключать субтитры", "title": "Автоматически отключает субтитры при загрузке видео" From 31a22bec870005d28cb4ee579593f4d54c7c52e4 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 5 Dec 2024 01:50:40 -0500 Subject: [PATCH 0812/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index e349053be..64ba1e1d6 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -264,6 +264,10 @@ "label": "Automatiskt teaterläge", "title": "Aktiverar automatiskt teaterläge när du startar en video" }, + "automaticallyDisableAmbientMode": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + }, "automaticallyDisableClosedCaptions": { "label": "Inaktivera textning automatiskt", "title": "Inaktiverar textning automatiskt när du laddar en video" From 43c9cad03d5d6353fcced4c1461473e746f819da Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 5 Dec 2024 01:50:41 -0500 Subject: [PATCH 0813/1783] New translations en-us.json (Ukrainian) --- public/locales/uk-UA.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/uk-UA.json b/public/locales/uk-UA.json index 85d209fbd..81d0a74eb 100644 --- a/public/locales/uk-UA.json +++ b/public/locales/uk-UA.json @@ -264,6 +264,10 @@ "label": "Automatic theater mode", "title": "Automatically enables theater mode when you load a video" }, + "automaticallyDisableAmbientMode": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + }, "automaticallyDisableClosedCaptions": { "label": "Automatically disable closed captions", "title": "Automatically disables closed captions when you load a video" From 3d906fd9968f0b5e6b4861c4330abba05a737be0 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 5 Dec 2024 01:50:42 -0500 Subject: [PATCH 0814/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index 1346e2fa3..7be385620 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -264,6 +264,10 @@ "label": "自动启用剧场模式", "title": "当视频打开时,自动启用剧场模式" }, + "automaticallyDisableAmbientMode": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + }, "automaticallyDisableClosedCaptions": { "label": "自动禁用隐藏式字幕", "title": "载入视频时自动禁用隐藏式字幕" From 19c1c62b50d1452a2f012ca3e753a869fa441a77 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 5 Dec 2024 01:50:44 -0500 Subject: [PATCH 0815/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index 4bbd4102d..84294ae02 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -264,6 +264,10 @@ "label": "自動啟用劇院模式", "title": "載入影片時自動啟用劇院模式" }, + "automaticallyDisableAmbientMode": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + }, "automaticallyDisableClosedCaptions": { "label": "自動停用字幕", "title": "載入影片時自動停用字幕" From c8bb3b563393ecbeb0b95751efff9fc9c8726afe Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 5 Dec 2024 01:50:45 -0500 Subject: [PATCH 0816/1783] New translations en-us.json (Vietnamese) --- public/locales/vi-VN.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/vi-VN.json b/public/locales/vi-VN.json index f1274b2a9..9e6626eff 100644 --- a/public/locales/vi-VN.json +++ b/public/locales/vi-VN.json @@ -264,6 +264,10 @@ "label": "Automatic theater mode", "title": "Automatically enables theater mode when you load a video" }, + "automaticallyDisableAmbientMode": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + }, "automaticallyDisableClosedCaptions": { "label": "Automatically disable closed captions", "title": "Automatically disables closed captions when you load a video" From beba03d76404033162a6c8528d5df2e84555dc63 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 5 Dec 2024 01:50:46 -0500 Subject: [PATCH 0817/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index 9319c58ea..3c4415e47 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -264,6 +264,10 @@ "label": "Modo teatro automático", "title": "Ativa automaticamente o modo teatro ao carregar um vídeo" }, + "automaticallyDisableAmbientMode": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + }, "automaticallyDisableClosedCaptions": { "label": "Desativar legendas automaticamente", "title": "Desativa legendas automaticamente ao carregar um vídeo" From e1f4341e0ff6b05200cd54ee68d627fd4ac8f96b Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 5 Dec 2024 01:50:47 -0500 Subject: [PATCH 0818/1783] New translations en-us.json (Persian) --- public/locales/fa-IR.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/fa-IR.json b/public/locales/fa-IR.json index 45926df70..70a5c48a5 100644 --- a/public/locales/fa-IR.json +++ b/public/locales/fa-IR.json @@ -264,6 +264,10 @@ "label": "Automatic theater mode", "title": "Automatically enables theater mode when you load a video" }, + "automaticallyDisableAmbientMode": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + }, "automaticallyDisableClosedCaptions": { "label": "Automatically disable closed captions", "title": "Automatically disables closed captions when you load a video" From ec66867052d813733df3698cfc9525c141f7efdf Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 5 Dec 2024 01:50:48 -0500 Subject: [PATCH 0819/1783] New translations en-us.json (Hindi) --- public/locales/hi-IN.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/hi-IN.json b/public/locales/hi-IN.json index 07ef16676..8052fc267 100644 --- a/public/locales/hi-IN.json +++ b/public/locales/hi-IN.json @@ -264,6 +264,10 @@ "label": "Automatic theater mode", "title": "Automatically enables theater mode when you load a video" }, + "automaticallyDisableAmbientMode": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + }, "automaticallyDisableClosedCaptions": { "label": "Automatically disable closed captions", "title": "Automatically disables closed captions when you load a video" From 47f9e009e88acb1e0322f643d7c8777e67250348 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 5 Dec 2024 01:50:49 -0500 Subject: [PATCH 0820/1783] New translations en-us.json (English, United Kingdom) --- public/locales/en-GB.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/en-GB.json b/public/locales/en-GB.json index d3a27f02b..f173f54ad 100644 --- a/public/locales/en-GB.json +++ b/public/locales/en-GB.json @@ -264,6 +264,10 @@ "label": "Automatic theatre mode", "title": "Automatically enables theatre mode when you load a video" }, + "automaticallyDisableAmbientMode": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + }, "automaticallyDisableClosedCaptions": { "label": "Automatically disable closed captions", "title": "Automatically disables closed captions when you load a video" From 1c8e7df68006cbfb21dd0f1e05e165945ffb0d08 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 5 Dec 2024 04:35:54 -0500 Subject: [PATCH 0821/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index 7be385620..9d03e2c1e 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -265,8 +265,8 @@ "title": "当视频打开时,自动启用剧场模式" }, "automaticallyDisableAmbientMode": { - "label": "Automatically disable ambient mode", - "title": "Automatically disables ambient mode when you load a video" + "label": "自动禁用氛围模式", + "title": "载入视频时自动禁用氛围模式" }, "automaticallyDisableClosedCaptions": { "label": "自动禁用隐藏式字幕", @@ -604,4 +604,4 @@ } } } -} +} From 8600fc1f9fbf13a51443bad306221a870dda6123 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 5 Dec 2024 06:44:56 -0500 Subject: [PATCH 0822/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index 916711ce9..02f0db1c7 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -265,8 +265,8 @@ "title": "Attiva automaticamente la modalità teatro quando carichi un video" }, "automaticallyDisableAmbientMode": { - "label": "Automatically disable ambient mode", - "title": "Automatically disables ambient mode when you load a video" + "label": "Disabilita automaticamente la modalità ambiente", + "title": "Disabilita automaticamente la modalità ambiente quando si carica un video" }, "automaticallyDisableClosedCaptions": { "label": "Disabilita automaticamente le didascalie chiuse", @@ -604,4 +604,4 @@ } } } -} +} From fc37b95e9abc8b0ddfc4786dae696b1ca7acb95e Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 5 Dec 2024 06:44:57 -0500 Subject: [PATCH 0823/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index 3c4415e47..7ca59413f 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -265,8 +265,8 @@ "title": "Ativa automaticamente o modo teatro ao carregar um vídeo" }, "automaticallyDisableAmbientMode": { - "label": "Automatically disable ambient mode", - "title": "Automatically disables ambient mode when you load a video" + "label": "Desativar automaticamente o modo ambiente", + "title": "Desativa o modo ambiente automaticamente ao carregar um vídeo" }, "automaticallyDisableClosedCaptions": { "label": "Desativar legendas automaticamente", @@ -604,4 +604,4 @@ } } } -} +} From d08b6927486ef95f53017dc23bff027ad5646d4d Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 5 Dec 2024 09:12:14 -0500 Subject: [PATCH 0824/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index ed057e2c3..dcb7515e2 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -604,4 +604,4 @@ } } } -} +} From f198fd466019cd995448604350758be4dd019995 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 5 Dec 2024 11:32:41 -0500 Subject: [PATCH 0825/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index dcb7515e2..8b7fd08a2 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -262,11 +262,11 @@ "features": { "automaticTheaterMode": { "label": "Otomatik tiyatro modu", - "title": "Video yüklediğinizde tiyatro modunu otomatik olarak etkinleştirir" + "title": "Bir video yüklediğinizde tiyatro modunu otomatik olarak etkinleştirir" }, "automaticallyDisableAmbientMode": { - "label": "Automatically disable ambient mode", - "title": "Automatically disables ambient mode when you load a video" + "label": "Ortam modunu otomatik olarak devre dışı bırak", + "title": "Bir video yüklediğinizde ortam modunu otomatik olarak devre dışı bırakır" }, "automaticallyDisableClosedCaptions": { "label": "Automatically disable closed captions", From db6c8a133a7dd946f1f5736820c11042594e9bc4 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 5 Dec 2024 11:32:42 -0500 Subject: [PATCH 0826/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index 84294ae02..cba353d8a 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -265,8 +265,8 @@ "title": "載入影片時自動啟用劇院模式" }, "automaticallyDisableAmbientMode": { - "label": "Automatically disable ambient mode", - "title": "Automatically disables ambient mode when you load a video" + "label": "自動停用微光效果", + "title": "載入影片時自動停用微光效果" }, "automaticallyDisableClosedCaptions": { "label": "自動停用字幕", @@ -604,4 +604,4 @@ } } } -} +} From 86fd2167bd2fb2f7e24f4ac99c0c13db17436417 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 14 Dec 2024 07:27:49 -0500 Subject: [PATCH 0827/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index 8b7fd08a2..a55137c20 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -372,7 +372,7 @@ }, "hide": { "label": "Gecikmeyi Gizle", - "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" + "title": "Ekran görüntüsünü otomatik olarak gizlemeden önce geçen süreyi milisaniye cinsinden belirtin" }, "opacity": { "label": "Saydamlık", From 81756f831dccc516ca65b393f59f64ad2b69f4a9 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 24 Dec 2024 14:58:07 -0500 Subject: [PATCH 0828/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index a55137c20..39c4d2970 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -351,6 +351,10 @@ "skipContinueWatching": { "label": "\"Video durdu. Hala orda mısın?\"ı Atla", "title": "Skips the idle dialog that pauses video playback" + }, + "playlistRemover": { + "label": "Enable the removal of playlists from homepage", + "title": "Get rid of playlists" } }, "title": "Çeşitli ayarlar" @@ -604,4 +608,4 @@ } } } -} +} From e683a545077f6272f0d0fa11acf832bf069a042c Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 24 Dec 2024 14:58:08 -0500 Subject: [PATCH 0829/1783] New translations en-us.json (French) --- public/locales/fr-FR.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/fr-FR.json b/public/locales/fr-FR.json index 426776897..fd63dd511 100644 --- a/public/locales/fr-FR.json +++ b/public/locales/fr-FR.json @@ -351,6 +351,10 @@ "skipContinueWatching": { "label": "Skip \"Video is paused. Continue watching?\"", "title": "Skips the idle dialog that pauses video playback" + }, + "playlistRemover": { + "label": "Enable the removal of playlists from homepage", + "title": "Get rid of playlists" } }, "title": "Autre paramètres" From 1d329e9450e68a4930d364ba1e8976aa4cabd0dc Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 24 Dec 2024 14:58:09 -0500 Subject: [PATCH 0830/1783] New translations en-us.json (Spanish) --- public/locales/es-ES.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index 7b0c77041..5d375e93b 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -351,6 +351,10 @@ "skipContinueWatching": { "label": "Skip \"Video is paused. Continue watching?\"", "title": "Skips the idle dialog that pauses video playback" + }, + "playlistRemover": { + "label": "Enable the removal of playlists from homepage", + "title": "Get rid of playlists" } }, "title": "Ajustes varios" From b254cca51a4fa43cb20b5b1d16b7ca90d699e1f7 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 24 Dec 2024 14:58:10 -0500 Subject: [PATCH 0831/1783] New translations en-us.json (Catalan) --- public/locales/ca-ES.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/ca-ES.json b/public/locales/ca-ES.json index dfd334d03..9e8722998 100644 --- a/public/locales/ca-ES.json +++ b/public/locales/ca-ES.json @@ -351,6 +351,10 @@ "skipContinueWatching": { "label": "Skip \"Video is paused. Continue watching?\"", "title": "Skips the idle dialog that pauses video playback" + }, + "playlistRemover": { + "label": "Enable the removal of playlists from homepage", + "title": "Get rid of playlists" } }, "title": "Miscellaneous settings" From f4131ab185fbeeb155132594534710900f526e9f Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 24 Dec 2024 14:58:11 -0500 Subject: [PATCH 0832/1783] New translations en-us.json (Czech) --- public/locales/cs-CZ.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/cs-CZ.json b/public/locales/cs-CZ.json index 2f174a7fb..73c876607 100644 --- a/public/locales/cs-CZ.json +++ b/public/locales/cs-CZ.json @@ -351,6 +351,10 @@ "skipContinueWatching": { "label": "Skip \"Video is paused. Continue watching?\"", "title": "Skips the idle dialog that pauses video playback" + }, + "playlistRemover": { + "label": "Enable the removal of playlists from homepage", + "title": "Get rid of playlists" } }, "title": "Miscellaneous settings" From 8f1a67afec23c1664988ab565ef28d61e298e491 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 24 Dec 2024 14:58:12 -0500 Subject: [PATCH 0833/1783] New translations en-us.json (German) --- public/locales/de-DE.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/de-DE.json b/public/locales/de-DE.json index b23daa04f..93b620224 100644 --- a/public/locales/de-DE.json +++ b/public/locales/de-DE.json @@ -351,6 +351,10 @@ "skipContinueWatching": { "label": "Skip \"Video is paused. Continue watching?\"", "title": "Skips the idle dialog that pauses video playback" + }, + "playlistRemover": { + "label": "Enable the removal of playlists from homepage", + "title": "Get rid of playlists" } }, "title": "Weitere Einstellungen" From 46bd4049391cb315ada6acd94c8a9a831095e8e2 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 24 Dec 2024 14:58:13 -0500 Subject: [PATCH 0834/1783] New translations en-us.json (Hebrew) --- public/locales/he-IL.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/he-IL.json b/public/locales/he-IL.json index 35ab8a88d..a681d35b6 100644 --- a/public/locales/he-IL.json +++ b/public/locales/he-IL.json @@ -351,6 +351,10 @@ "skipContinueWatching": { "label": "Skip \"Video is paused. Continue watching?\"", "title": "Skips the idle dialog that pauses video playback" + }, + "playlistRemover": { + "label": "Enable the removal of playlists from homepage", + "title": "Get rid of playlists" } }, "title": "Miscellaneous settings" From 4b4e2f87110ac71d3642e35fa388b4389d0ab27f Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 24 Dec 2024 14:58:14 -0500 Subject: [PATCH 0835/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index 02f0db1c7..b12c2b9ea 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -351,6 +351,10 @@ "skipContinueWatching": { "label": "Salta \"Video in pausa. Continuare a guardare?\"", "title": "Salta la finestra che mette in pausa la riproduzione video" + }, + "playlistRemover": { + "label": "Enable the removal of playlists from homepage", + "title": "Get rid of playlists" } }, "title": "Impostazioni varie" @@ -604,4 +608,4 @@ } } } -} +} From 2e68f30f768968fd8b7fb225a88a25335847cfa8 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 24 Dec 2024 14:58:15 -0500 Subject: [PATCH 0836/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index 130ceb868..aa980df5b 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -351,6 +351,10 @@ "skipContinueWatching": { "label": "「動画が一時停止されました。続きを視聴しますか?」を抜かする", "title": "動画一時休止する休眠メッセージを抜かされます" + }, + "playlistRemover": { + "label": "Enable the removal of playlists from homepage", + "title": "Get rid of playlists" } }, "title": "他の設定" From eeb2eadce2eb6c27a5e5ccc01ce1634ac82d2a16 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 24 Dec 2024 14:58:16 -0500 Subject: [PATCH 0837/1783] New translations en-us.json (Korean) --- public/locales/ko-KR.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/ko-KR.json b/public/locales/ko-KR.json index eed26b6b4..02ccff7fc 100644 --- a/public/locales/ko-KR.json +++ b/public/locales/ko-KR.json @@ -351,6 +351,10 @@ "skipContinueWatching": { "label": "'동영상이 일시중지되었습니다. 이어서 시청하시겠어요?' 팝업 스킵", "title": "'동영상이 일시중지되었습니다. 이어서 시청하시겠어요?' 팝업을 자동으로 스킵하여 끊김 없는 재생을 유지합니다." + }, + "playlistRemover": { + "label": "Enable the removal of playlists from homepage", + "title": "Get rid of playlists" } }, "title": "기타 설정" From 0a31d005d83412ad09ce37dc54af5e96535179fe Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 24 Dec 2024 14:58:17 -0500 Subject: [PATCH 0838/1783] New translations en-us.json (Polish) --- public/locales/pl-PL.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/pl-PL.json b/public/locales/pl-PL.json index 62122f988..023c4efd0 100644 --- a/public/locales/pl-PL.json +++ b/public/locales/pl-PL.json @@ -351,6 +351,10 @@ "skipContinueWatching": { "label": "Skip \"Video is paused. Continue watching?\"", "title": "Skips the idle dialog that pauses video playback" + }, + "playlistRemover": { + "label": "Enable the removal of playlists from homepage", + "title": "Get rid of playlists" } }, "title": "Miscellaneous settings" From d8b7c0cef52a1c0736ab6a1ddacec2be780b4dad Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 24 Dec 2024 14:58:18 -0500 Subject: [PATCH 0839/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index e54cfc4c7..4c1804770 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -351,6 +351,10 @@ "skipContinueWatching": { "label": "Пропускать \"Воспроизведение приостановлено. Продолжить?\"", "title": "Автоматически пропускает диалог простоя, который приостанавливает воспроизведение" + }, + "playlistRemover": { + "label": "Enable the removal of playlists from homepage", + "title": "Get rid of playlists" } }, "title": "Прочие параметры" From f1c467ec470da0e7bda856bb4c21e1fb065daf7b Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 24 Dec 2024 14:58:19 -0500 Subject: [PATCH 0840/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index 64ba1e1d6..1f41e151c 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -351,6 +351,10 @@ "skipContinueWatching": { "label": "Hoppa över \"Videon är pausad. Fortsätt titta?\"", "title": "Hoppa över dialogrutan som pausar videouppspelningen" + }, + "playlistRemover": { + "label": "Enable the removal of playlists from homepage", + "title": "Get rid of playlists" } }, "title": "Övriga inställningar" From c015a8590b829296acc4aea494e94d7ad12ce9fb Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 24 Dec 2024 14:58:20 -0500 Subject: [PATCH 0841/1783] New translations en-us.json (Ukrainian) --- public/locales/uk-UA.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/uk-UA.json b/public/locales/uk-UA.json index 81d0a74eb..d3d9bde14 100644 --- a/public/locales/uk-UA.json +++ b/public/locales/uk-UA.json @@ -351,6 +351,10 @@ "skipContinueWatching": { "label": "Skip \"Video is paused. Continue watching?\"", "title": "Skips the idle dialog that pauses video playback" + }, + "playlistRemover": { + "label": "Enable the removal of playlists from homepage", + "title": "Get rid of playlists" } }, "title": "Miscellaneous settings" From 2f4388a5fe34b584486477a8d470fbfddd71c6fa Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 24 Dec 2024 14:58:21 -0500 Subject: [PATCH 0842/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index 9d03e2c1e..d88d79233 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -351,6 +351,10 @@ "skipContinueWatching": { "label": "跳过\"视频已暂停。继续观看吗?\"", "title": "跳过暂停视频播放的闲置对话框" + }, + "playlistRemover": { + "label": "Enable the removal of playlists from homepage", + "title": "Get rid of playlists" } }, "title": "其他设置" @@ -604,4 +608,4 @@ } } } -} +} From 13c72a9fcb657a450edee78d44102442e63cb576 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 24 Dec 2024 14:58:22 -0500 Subject: [PATCH 0843/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index cba353d8a..d7cbb1936 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -351,6 +351,10 @@ "skipContinueWatching": { "label": "跳過「影片已暫停,繼續觀看?」", "title": "跳過暫停影片播放的閒置對話框" + }, + "playlistRemover": { + "label": "Enable the removal of playlists from homepage", + "title": "Get rid of playlists" } }, "title": "其他設定" @@ -604,4 +608,4 @@ } } } -} +} From ebe60ed2b7eafc0c2b5a5c14566c02a9d142af13 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 24 Dec 2024 14:58:23 -0500 Subject: [PATCH 0844/1783] New translations en-us.json (Vietnamese) --- public/locales/vi-VN.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/vi-VN.json b/public/locales/vi-VN.json index 9e6626eff..406cc4ca3 100644 --- a/public/locales/vi-VN.json +++ b/public/locales/vi-VN.json @@ -351,6 +351,10 @@ "skipContinueWatching": { "label": "Skip \"Video is paused. Continue watching?\"", "title": "Skips the idle dialog that pauses video playback" + }, + "playlistRemover": { + "label": "Enable the removal of playlists from homepage", + "title": "Get rid of playlists" } }, "title": "Miscellaneous settings" From 53c4dc2a0b4b5282f45b8498f4fc17823f130f79 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 24 Dec 2024 14:58:24 -0500 Subject: [PATCH 0845/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index 7ca59413f..27fbaf61f 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -351,6 +351,10 @@ "skipContinueWatching": { "label": "Pular \"O vídeo está pausado. Continuar assistindo?\"", "title": "Pula o diálogo de ausência que pausa a reprodução do vídeo" + }, + "playlistRemover": { + "label": "Enable the removal of playlists from homepage", + "title": "Get rid of playlists" } }, "title": "Diversos" @@ -604,4 +608,4 @@ } } } -} +} From ac1c4353ea22d6647f0885813f81634367c0bb88 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 24 Dec 2024 14:58:25 -0500 Subject: [PATCH 0846/1783] New translations en-us.json (Persian) --- public/locales/fa-IR.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/fa-IR.json b/public/locales/fa-IR.json index 70a5c48a5..9eb409991 100644 --- a/public/locales/fa-IR.json +++ b/public/locales/fa-IR.json @@ -351,6 +351,10 @@ "skipContinueWatching": { "label": "Skip \"Video is paused. Continue watching?\"", "title": "Skips the idle dialog that pauses video playback" + }, + "playlistRemover": { + "label": "Enable the removal of playlists from homepage", + "title": "Get rid of playlists" } }, "title": "Miscellaneous settings" From 94f671ca36c089b553b96d59adadd1840b27c920 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 24 Dec 2024 14:58:26 -0500 Subject: [PATCH 0847/1783] New translations en-us.json (Hindi) --- public/locales/hi-IN.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/hi-IN.json b/public/locales/hi-IN.json index 8052fc267..e2dd47a51 100644 --- a/public/locales/hi-IN.json +++ b/public/locales/hi-IN.json @@ -351,6 +351,10 @@ "skipContinueWatching": { "label": "Skip \"Video is paused. Continue watching?\"", "title": "Skips the idle dialog that pauses video playback" + }, + "playlistRemover": { + "label": "Enable the removal of playlists from homepage", + "title": "Get rid of playlists" } }, "title": "Miscellaneous settings" From 50f797c5df510842e3fea4cc3d6623c657b159c4 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 24 Dec 2024 14:58:27 -0500 Subject: [PATCH 0848/1783] New translations en-us.json (English, United Kingdom) --- public/locales/en-GB.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/en-GB.json b/public/locales/en-GB.json index f173f54ad..16c423f98 100644 --- a/public/locales/en-GB.json +++ b/public/locales/en-GB.json @@ -351,6 +351,10 @@ "skipContinueWatching": { "label": "Skip \"Video is paused. Continue watching?\"", "title": "Skips the idle dialog that pauses video playback" + }, + "playlistRemover": { + "label": "Enable the removal of playlists from homepage", + "title": "Get rid of playlists" } }, "title": "Miscellaneous settings" From bda972aabe903925033119d2c298ea5132d70c6d Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 24 Dec 2024 16:13:29 -0500 Subject: [PATCH 0849/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index 39c4d2970..60bc9fb61 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -353,8 +353,8 @@ "title": "Skips the idle dialog that pauses video playback" }, "playlistRemover": { - "label": "Enable the removal of playlists from homepage", - "title": "Get rid of playlists" + "label": "Ana sayfadan oynatma listelerinin kaldırılmasını etkinleştirin", + "title": "Oynatma listelerinden kurtulun" } }, "title": "Çeşitli ayarlar" From 2842a4edad49f2127bacb434d8a52a6574f2e608 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 24 Dec 2024 18:33:25 -0500 Subject: [PATCH 0850/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index d88d79233..a92e5d3b8 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -353,8 +353,8 @@ "title": "跳过暂停视频播放的闲置对话框" }, "playlistRemover": { - "label": "Enable the removal of playlists from homepage", - "title": "Get rid of playlists" + "label": "启用从主页删除播放列表", + "title": "清除播放列表" } }, "title": "其他设置" From a2875aa3683de2d39f157b2d8eb6b915ba01729e Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 24 Dec 2024 20:25:17 -0500 Subject: [PATCH 0851/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index 27fbaf61f..d6e101158 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -353,8 +353,8 @@ "title": "Pula o diálogo de ausência que pausa a reprodução do vídeo" }, "playlistRemover": { - "label": "Enable the removal of playlists from homepage", - "title": "Get rid of playlists" + "label": "Ativa a remoção das playlists na página inicial", + "title": "Remover playlists da página inicial" } }, "title": "Diversos" From ba8dbe16b8066602ec602a183c1400215bc292b4 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 25 Dec 2024 09:31:02 -0500 Subject: [PATCH 0852/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index d7cbb1936..3f9ff5789 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -353,8 +353,8 @@ "title": "跳過暫停影片播放的閒置對話框" }, "playlistRemover": { - "label": "Enable the removal of playlists from homepage", - "title": "Get rid of playlists" + "label": "啟用在主頁移除播放清單", + "title": "移除播放清單" } }, "title": "其他設定" From 1c45735b2aa22a7b198136a6e8c73e1e07c3f2cd Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 25 Dec 2024 14:11:25 -0500 Subject: [PATCH 0853/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index b12c2b9ea..f3dfc8736 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -353,8 +353,8 @@ "title": "Salta la finestra che mette in pausa la riproduzione video" }, "playlistRemover": { - "label": "Enable the removal of playlists from homepage", - "title": "Get rid of playlists" + "label": "Abilita la rimozione delle liste riproduzioni dalla pagina iniziale", + "title": "Sbarazzati delle liste riproduzioni" } }, "title": "Impostazioni varie" From 154decaf91bd5306624549dfad2ead0809c32d1c Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 22 Jan 2025 04:58:20 -0500 Subject: [PATCH 0854/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index 1f41e151c..a30708859 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -354,7 +354,7 @@ }, "playlistRemover": { "label": "Enable the removal of playlists from homepage", - "title": "Get rid of playlists" + "title": "Ta bort spellistor" } }, "title": "Övriga inställningar" From 3726da3e3960ea6252fa74ff20d8d4647c5416ba Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 26 Jan 2025 19:18:10 -0500 Subject: [PATCH 0855/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index a30708859..ac7dce525 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -265,8 +265,8 @@ "title": "Aktiverar automatiskt teaterläge när du startar en video" }, "automaticallyDisableAmbientMode": { - "label": "Automatically disable ambient mode", - "title": "Automatically disables ambient mode when you load a video" + "label": "Inaktivera biobelysning automatiskt", + "title": "Inaktiverar automatiskt biobelysning när du startar en video" }, "automaticallyDisableClosedCaptions": { "label": "Inaktivera textning automatiskt", @@ -353,8 +353,8 @@ "title": "Hoppa över dialogrutan som pausar videouppspelningen" }, "playlistRemover": { - "label": "Enable the removal of playlists from homepage", - "title": "Ta bort spellistor" + "label": "Aktivera borttagning av spellistor från startsidan", + "title": "Visa inte spellistor" } }, "title": "Övriga inställningar" From d4f783fa0d960ed4aa2439b69c7822112e929320 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 4 Feb 2025 08:55:54 -0500 Subject: [PATCH 0856/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index aa980df5b..68eb75015 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -265,8 +265,8 @@ "title": "動画の読み込み時に自動的にシアターモードを有効にする" }, "automaticallyDisableAmbientMode": { - "label": "Automatically disable ambient mode", - "title": "Automatically disables ambient mode when you load a video" + "label": "シネマティック ライティングを自動的に無効にする", + "title": "動画の読み込み時にシネマティック ライティングを自動にディセーブルする" }, "automaticallyDisableClosedCaptions": { "label": "クローズドキャプションを自動にディセーブルする", @@ -353,8 +353,8 @@ "title": "動画一時休止する休眠メッセージを抜かされます" }, "playlistRemover": { - "label": "Enable the removal of playlists from homepage", - "title": "Get rid of playlists" + "label": "ホームページでプレイリストを削除する", + "title": "プレイリストを削除する" } }, "title": "他の設定" From 2065ebfa841acc7232daa900ce0eb13174e4e18e Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 9 Mar 2025 18:07:56 -0400 Subject: [PATCH 0857/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index 4c1804770..997f81a3b 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -265,7 +265,7 @@ "title": "Автоматически включать режим кинотеатра при загрузке видео" }, "automaticallyDisableAmbientMode": { - "label": "Automatically disable ambient mode", + "label": "Автоматическое отключение режима освещения", "title": "Automatically disables ambient mode when you load a video" }, "automaticallyDisableClosedCaptions": { @@ -353,8 +353,8 @@ "title": "Автоматически пропускает диалог простоя, который приостанавливает воспроизведение" }, "playlistRemover": { - "label": "Enable the removal of playlists from homepage", - "title": "Get rid of playlists" + "label": "Разрешить удаление плейлистов с домашней страницы", + "title": "Удаляет плейлисты" } }, "title": "Прочие параметры" From 0ddd120bb4bcfe1f4347895a216a9a732ff544ca Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 9 Mar 2025 19:06:20 -0400 Subject: [PATCH 0858/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index 997f81a3b..c32245da8 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -266,7 +266,7 @@ }, "automaticallyDisableAmbientMode": { "label": "Автоматическое отключение режима освещения", - "title": "Automatically disables ambient mode when you load a video" + "title": "Автоматически отключать режим освещения при загрузке видео" }, "automaticallyDisableClosedCaptions": { "label": "Автоматически отключать субтитры", From 3cbbf2410b5af1a60cf9e2302ad11efb016bcd59 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 14 Mar 2025 12:18:28 -0400 Subject: [PATCH 0859/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index 3f9ff5789..0451d0e04 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -282,7 +282,7 @@ }, "hideEndScreenCardsButton": { "label": "隱藏片尾資訊卡按鈕", - "title": "Adds a button to show/hide the cards at the end of the video" + "title": "在影片結束時新增顯示/隱藏卡片的按鈕" }, "hideLiveStreamChat": { "label": "隱藏直播聊天室", @@ -325,8 +325,8 @@ "title": "鼠標懸浮在設定按鈕時開啟選單" }, "pauseBackgroundPlayers": { - "label": "Pause background players", - "title": "Pauses video players in background tabs when you start a new player in foreground tab" + "label": "暫停背景播放程序", + "title": "當前景分頁啟用新播放器時,自動凍結背景分頁影音" }, "remainingTime": { "label": "剩餘時間", @@ -417,7 +417,7 @@ "playbackSpeedButtons": { "label": "播放速度按鈕", "select": { - "label": "Playback buttons speed", + "label": "播放速率控制鈕", "title": "每次按下時改變的速度" }, "title": "加入加快或減慢播放速度按鈕" @@ -576,7 +576,7 @@ "title": "次要文字的顏色" }, "hoverBackground": { - "label": "Hover background color", + "label": "懸停背景色", "title": "滑過背景顏色" }, "mainBackground": { From 062555f08e8cad906a9f4e978fa9ba22f2685cff Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 2 Apr 2025 20:29:08 -0400 Subject: [PATCH 0860/1783] New translations en-us.json (Dutch) --- public/locales/nl-NL.json | 611 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 611 insertions(+) create mode 100644 public/locales/nl-NL.json diff --git a/public/locales/nl-NL.json b/public/locales/nl-NL.json new file mode 100644 index 000000000..406cc4ca3 --- /dev/null +++ b/public/locales/nl-NL.json @@ -0,0 +1,611 @@ +{ + "langCode": "en-US", + "langName": "English (US)", + "messages": { + "resumingVideo": "Resuming video at {{VIDEO_TIME}}", + "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "Copied!", + "label": "Copy video URL with timestamp" + } + }, + "featureMenu": { + "button": { + "label": "Feature menu" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Fast forward by {{TIME}}" + }, + "rewindButton": { + "label": "Rewind by {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Hide end screen cards", + "toggle": { + "off": "Show end screen cards", + "on": "Hide end screen cards" + } + } + }, + "loopButton": { + "button": { + "label": "Loop", + "toggle": { + "off": "Loop off", + "on": "Loop on" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "Maximize", + "toggle": { + "off": "Maximize off", + "on": "Maximize on" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Open transcript" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Decrease Speed to {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Increase Speed to {{SPEED}}" + } + }, + "decreaseLimit": "Can't decrease further ({{SPEED}})", + "increaseLimit": "Can't increase further ({{SPEED}})" + }, + "playlistLength": { + "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + }, + "screenshotButton": { + "button": { + "label": "Screenshot" + }, + "copiedToClipboard": "Screenshot copied to clipboard" + }, + "videoHistory": { + "resumeButton": "Resume", + "resumePrompt": { + "close": "Close" + } + }, + "volumeBoostButton": { + "button": { + "label": "Volume Boost", + "toggle": { + "off": "Volume boost off", + "on": "Volume boost on" + } + } + } + } + }, + "options": { + "notifications": { + "error": { + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", + "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." + } + } + }, + "info": { + "reset": "All options have been reset to their default values.\nYou can now save the changes by clicking the \"Confirm\" button or discard them by closing this page or ignore this notification." + }, + "success": { + "saved": "Options saved." + } + } + } + }, + "settings": { + "clearData": { + "allDataDeleted": "All data has been deleted.", + "confirmAlert": "This will delete all extension data related to options. Continue?" + }, + "sections": { + "automaticQuality": { + "enable": { + "label": "Automatic quality adjustment", + "title": "Automatically adjusts the video quality to the selected level." + }, + "fallbackQualityStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + }, + "select": { + "label": "Player quality", + "title": "The quality to set the video to" + }, + "title": "Automatic quality settings" + }, + "bottomButtons": { + "clear": { + "title": "Clears all data this extension has stored on your machine", + "value": "Clear Data" + }, + "confirm": { + "title": "Confirm setting reset", + "value": "Confirm" + }, + "openTab": { + "title": "Open extension settings in a new tab" + }, + "reset": { + "title": "Resets all settings to their defaults, Click the confirm button to save the changes", + "value": "Reset" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Copy video URL with timestamp button", + "decreasePlaybackSpeedButton": "Decrease Speed button", + "forwardButton": "Fast Forward button", + "hideEndScreenCardsButton": "Hide end screen cards button", + "increasePlaybackSpeedButton": "Increase Speed button", + "loopButton": "Loop button", + "maximizePlayerButton": "Maximize button", + "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind button", + "screenshotButton": "Screenshot button", + "volumeBoostButton": "Volume Boost button" + }, + "options": { + "below_player": { + "placement": "below the player controls", + "value": "Below Player" + }, + "feature_menu": { + "placement": "in the feature menu", + "value": "Feature Menu" + }, + "player_controls_left": { + "placement": "on the left side of player controls", + "value": "Left Controls" + }, + "player_controls_right": { + "placement": "on the right side of player controls", + "value": "Right Controls" + } + }, + "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Button Placement Settings" + }, + "customCSS": { + "editor": { + "collapse": "Collapse Editor", + "expand": "Expand Editor", + "noProblems": "No problems found." + }, + "enable": { + "label": "Enable custom CSS", + "title": "Enables custom CSS to be applied to the page" + }, + "title": "Custom CSS Settings" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Menu Activation Type", + "options": { + "click": "Click", + "hover": "Hover" + }, + "title": "Select the method to activate the feature menu" + }, + "title": "Feature menu settings" + } + }, + "forwardRewindButtons": { + "enable": { + "label": "Enable forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + }, + "title": "Forward/rewind button settings" + }, + "importExportSettings": { + "exportButton": { + "success": "Settings successfully exported", + "title": "Export settings to a JSON file", + "value": "Export Settings" + }, + "importButton": { + "error": { + "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", + "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" + }, + "success": "Settings imported successfully", + "title": "Import settings from a JSON file", + "value": "Import Settings" + } + }, + "language": { + "select": { + "label": "Language", + "title": "The language to use for the extension" + }, + "title": "Language" + }, + "miscellaneous": { + "features": { + "automaticTheaterMode": { + "label": "Automatic theater mode", + "title": "Automatically enables theater mode when you load a video" + }, + "automaticallyDisableAmbientMode": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + }, + "automaticallyDisableClosedCaptions": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + }, + "copyTimestampUrlButton": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + }, + "hideEndScreenCards": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + }, + "hideEndScreenCardsButton": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + }, + "hideLiveStreamChat": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + }, + "hideOfficialArtistVideosFromHomePage": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + }, + "hidePaidPromotionBanner": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + }, + "hideScrollbar": { + "label": "Hide scrollbar", + "title": "Hides the pages scrollbar" + }, + "hideShorts": { + "label": "Hide shorts", + "title": "Hides all shorts" + }, + "hideTranslateComment": { + "label": "Hide translate comment button", + "title": "Hides 'Translate to Language' button under comments" + }, + "loopButton": { + "label": "Loop button", + "title": "Adds a button to the feature menu to loop the video you're watching" + }, + "maximizePlayerButton": { + "label": "Maximize player button", + "title": "Adds a button to the feature menu to maximize the player" + }, + "openTranscriptButton": { + "label": "Open transcript button", + "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + }, + "openYouTubeSettingsOnHover": { + "label": "Open YouTube settings on hover", + "title": "Opens the YouTube settings menu when you hover over the settings button" + }, + "pauseBackgroundPlayers": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + }, + "remainingTime": { + "label": "Remaining time", + "title": "Shows the remaining time of the video you're watching" + }, + "rememberLastVolume": { + "label": "Remember last volume", + "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + }, + "removeRedirect": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + }, + "shareShortener": { + "label": "Shorten YouTube video share link", + "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + }, + "shortsAutoScroll": { + "label": "Shorts auto scroll", + "title": "Automatically scrolls to the next short" + }, + "skipContinueWatching": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + }, + "playlistRemover": { + "label": "Enable the removal of playlists from homepage", + "title": "Get rid of playlists" + } + }, + "title": "Miscellaneous settings" + }, + "onScreenDisplaySettings": { + "color": { + "label": "Color", + "options": { + "blue": "Blue", + "green": "Green", + "orange": "Orange", + "pink": "Pink", + "purple": "Purple", + "red": "Red", + "white": "White", + "yellow": "Yellow" + }, + "title": "Select the color for the On-Screen Display" + }, + "hide": { + "label": "Hide Delay", + "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" + }, + "opacity": { + "label": "Opacity", + "title": "Adjust the transparency of the On-Screen Display" + }, + "padding": { + "label": "Padding", + "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." + }, + "position": { + "label": "Position", + "options": { + "bottom_left": "Bottom Left", + "bottom_right": "Bottom Right", + "center": "Center", + "top_left": "Top Left", + "top_right": "Top Right" + }, + "title": "Select the position of the On-Screen Display" + }, + "title": "On-Screen Display Settings", + "type": { + "label": "Type", + "options": { + "circle": "Circle", + "line": "Line", + "no_display": "No display", + "text": "Text" + }, + "title": "Select the type of On-Screen Display" + } + }, + "playbackSpeed": { + "enable": { + "label": "Forced playback speed", + "title": "Sets the video speed to what you choose below" + }, + "playbackSpeedButtons": { + "label": "Playback speed buttons", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + }, + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + }, + "select": { + "label": "Player speed", + "title": "The speed to set the video to" + }, + "title": "Playback speed settings" + }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + }, + "title": "Playlist length settings", + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } + } + }, + "screenshotButton": { + "enable": { + "label": "Screenshot button", + "title": "Adds a button to the player to take a screenshot of the video" + }, + "saveAs": { + "clipboard": "Clipboard", + "file": "File" + }, + "selectFormat": { + "label": "Screenshot format", + "title": "The format to save the screenshot in" + }, + "selectSaveAs": { + "label": "Screenshot save type", + "title": "The screenshot save type" + }, + "title": "Screenshot settings" + }, + "scrollWheelSpeedControl": { + "adjustmentSteps": { + "label": "Speed Change Per Scroll", + "title": "Adjust the speed change per scroll" + }, + "enable": { + "label": "Scroll wheel speed control", + "title": "Press a modifier key to enable speed adjustment with the scroll wheel." + }, + "optionLabel": "{{KEY}} key", + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + }, + "title": "Scroll wheel speed control settings" + }, + "scrollWheelVolumeControl": { + "adjustmentSteps": { + "label": "Volume Change Per Scroll", + "title": "Adjust the volume change per scroll" + }, + "enable": { + "label": "Scroll wheel volume control", + "title": "Lets you use the scroll wheel to control the volume of the video you're watching" + }, + "holdModifierKey": { + "enable": { + "label": "Enable when holding modifier key", + "title": "Press a modifier key to enable volume adjustment with the scroll wheel." + }, + "optionLabel": "{{KEY}} key", + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + } + }, + "holdRightClick": { + "enable": { + "label": "Enable when holding right click", + "title": "Hold right click to enable scroll wheel volume control" + } + }, + "title": "Scroll wheel volume control settings" + }, + "settingSearch": { + "placeholder": "Search for a setting" + }, + "videoHistory": { + "enable": { + "label": "Track watched videos", + "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" + }, + "resumeType": { + "select": { + "label": "Resume type", + "options": { + "automatic": "Automatic", + "prompt": "Prompt" + }, + "title": "Select how you want to resume videos" + } + }, + "title": "Video history settings" + }, + "volumeBoost": { + "boostAmount": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by" + }, + "enable": { + "label": "Volume boost", + "title": "Enable volume boost" + }, + "mode": { + "select": { + "label": "Volume boost mode", + "options": { + "global": "Global", + "perVideo": "Per video" + }, + "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + } + }, + "title": "Volume boost settings" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Key", + "title": "Enter your Youtube Data API V3 key." + }, + "title": "YouTube API V3 Key" + }, + "youtubeDeepDark": { + "author": "Author", + "co-authors": "Co-authors", + "colors": { + "colorShadow": { + "label": "Shadow color", + "title": "Color for shadows" + }, + "dimmerText": { + "label": "Secondary text color", + "title": "Color for secondary text" + }, + "hoverBackground": { + "label": "Hover background color", + "title": "Color for hover background" + }, + "mainBackground": { + "label": "Main background color", + "title": "Color for main background" + }, + "mainColor": { + "label": "Accent color", + "title": "Color for accent" + }, + "mainText": { + "label": "Main text color", + "title": "Color for main text" + }, + "secondBackground": { + "label": "Secondary background color", + "title": "Color for secondary background" + } + }, + "enable": { + "label": "Enable selected theme", + "title": "Activate the selected theme for the page" + }, + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + }, + "title": "YouTube Deep Dark Settings" + } + } + } +} From 8ca01b76377d66442437e7da94dd7926b1758612 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 3 May 2025 11:31:13 -0400 Subject: [PATCH 0861/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index d6e101158..e16804361 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -11,7 +11,7 @@ "copyTimestampUrlButton": { "button": { "copied": "Copiado!", - "label": "Copiar URL do vídeo com o minuto do vídeo" + "label": "Copiar URL do vídeo com a minutagem" } }, "featureMenu": { @@ -43,7 +43,7 @@ "label": "Repetir", "toggle": { "off": "Repetição desativada", - "on": "Repetição ativa" + "on": "Repetição ativada" } } }, @@ -64,10 +64,10 @@ "playbackSpeedButtons": { "buttons": { "decreasePlaybackSpeedButton": { - "label": "Diminuir velocidade para {{SPEED}}" + "label": "Desacelerar para {{SPEED}}" }, "increasePlaybackSpeedButton": { - "label": "Aumentar velocidade para {{SPEED}}" + "label": "Acelerar para {{SPEED}}" } }, "decreaseLimit": "Não pode diminuir mais ({{SPEED}})", From 71972b593ad877ae27840ff0ed9bb94fccbefbe6 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 3 May 2025 12:30:16 -0400 Subject: [PATCH 0862/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index e16804361..fc5225ede 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -70,17 +70,17 @@ "label": "Acelerar para {{SPEED}}" } }, - "decreaseLimit": "Não pode diminuir mais ({{SPEED}})", - "increaseLimit": "Não pode aumentar mais ({{SPEED}})" + "decreaseLimit": "Impossível desacelerar mais ({{SPEED}})", + "increaseLimit": "Impossível acelerar mais ({{SPEED}})" }, "playlistLength": { - "title": "O comprimento total pode não ser preciso se alguns vídeos estiverem ocultos ou você não carregou vídeos o suficiente para obter o comprimento máximo." + "title": "O comprimento pode não ser exato se alguns vídeos estão ocultos ou se você não carregou vídeos o suficiente para obter o comprimento máximo." }, "screenshotButton": { "button": { - "label": "Captura de tela" + "label": "Fazer captura de tela" }, - "copiedToClipboard": "Captura de tela copiada para a área de transferência" + "copiedToClipboard": "Captura copiada a área de transferência" }, "videoHistory": { "resumeButton": "Retomar", @@ -104,8 +104,8 @@ "error": { "scrollWheelHoldModifierKey": { "sameKey": { - "speedControl": "A tecla modificadora do controle de velocidade da rolagem não pode ser o mesmo que a tecla modificadora do controle de volume.", - "volumeControl": "A tecla modificadora do controle de volume não pode ser o mesmo que a tecla modificadora do controle de velocidade da rolagem." + "speedControl": "A tecla alternadora da velocidade de rolagem não pode ser a mesma que a tecla alternadora do volume.", + "volumeControl": "A tecla alternadora do volume não pode ser a mesma que a tecla alternadora da velocidade de rolagem." } } }, From 90c4fba8249f98bdb8350f2e79a5705a3d5e81b0 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 16 May 2025 19:29:10 -0400 Subject: [PATCH 0863/1783] New translations en-us.json (Dutch) --- public/locales/nl-NL.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/locales/nl-NL.json b/public/locales/nl-NL.json index 406cc4ca3..f068dcd7a 100644 --- a/public/locales/nl-NL.json +++ b/public/locales/nl-NL.json @@ -1,16 +1,16 @@ { - "langCode": "en-US", - "langName": "English (US)", + "langCode": "nl-NL", + "langName": "Nederlands(Nederland)", "messages": { - "resumingVideo": "Resuming video at {{VIDEO_TIME}}", - "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" + "resumingVideo": "Video hervatten bij {{VIDEO_TIME}}", + "settingVolume": "Volume boost instellen op {{VOLUME_BOOST_AMOUNT}}" }, "pages": { "content": { "features": { "copyTimestampUrlButton": { "button": { - "copied": "Copied!", + "copied": "Gekopieerd!", "label": "Copy video URL with timestamp" } }, From 2f26440f05e29d04cfcbb9dc30cedb23717c8a29 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 16 May 2025 21:22:17 -0400 Subject: [PATCH 0864/1783] New translations en-us.json (Dutch) --- public/locales/nl-NL.json | 318 +++++++++++++++++++------------------- 1 file changed, 159 insertions(+), 159 deletions(-) diff --git a/public/locales/nl-NL.json b/public/locales/nl-NL.json index f068dcd7a..3470e1809 100644 --- a/public/locales/nl-NL.json +++ b/public/locales/nl-NL.json @@ -11,30 +11,30 @@ "copyTimestampUrlButton": { "button": { "copied": "Gekopieerd!", - "label": "Copy video URL with timestamp" + "label": "Kopieer video URL met tijdstempel" } }, "featureMenu": { "button": { - "label": "Feature menu" + "label": "Functies menu" } }, "forwardRewindButtons": { "buttons": { "forwardButton": { - "label": "Fast forward by {{TIME}}" + "label": "{{TIME}} doorspoelen" }, "rewindButton": { - "label": "Rewind by {{TIME}}" + "label": "{{TIME}} terugspoelen" } } }, "hideEndScreenCardsButton": { "button": { - "label": "Hide end screen cards", + "label": "Eindscherm elementen verbergen", "toggle": { - "off": "Show end screen cards", - "on": "Hide end screen cards" + "off": "Eindscherm elementen tonen", + "on": "Eindscherm elementen verbergen" } } }, @@ -42,58 +42,58 @@ "button": { "label": "Loop", "toggle": { - "off": "Loop off", - "on": "Loop on" + "off": "Loop uit", + "on": "Loop aan" } } }, "maximizePlayerButton": { "button": { - "label": "Maximize", + "label": "Maximaliseren", "toggle": { - "off": "Maximize off", - "on": "Maximize on" + "off": "Maximaliseren uit", + "on": "Maximaliseren aan" } } }, "openTranscriptButton": { "button": { - "label": "Open transcript" + "label": "Open ondertitels" } }, "playbackSpeedButtons": { "buttons": { "decreasePlaybackSpeedButton": { - "label": "Decrease Speed to {{SPEED}}" + "label": "Verlaag de afspeelsnelheid naar {{SPEED}}" }, "increasePlaybackSpeedButton": { - "label": "Increase Speed to {{SPEED}}" + "label": "Verhoog de afspeelsnelheid naar {{SPEED}}" } }, - "decreaseLimit": "Can't decrease further ({{SPEED}})", - "increaseLimit": "Can't increase further ({{SPEED}})" + "decreaseLimit": "Kan de snelheid niet langer verlagen ({{SPEED}})", + "increaseLimit": "Kan de snelheid niet langer verhogen ({{SPEED}})" }, "playlistLength": { - "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + "title": "De totale lengte kan inaccuraat zijn als enkele video's verborgen zijn of als je niet genoeg video's hebt ingeladen om de totale lengte te krijgen." }, "screenshotButton": { "button": { - "label": "Screenshot" + "label": "Schermafbeelding" }, - "copiedToClipboard": "Screenshot copied to clipboard" + "copiedToClipboard": "Schermafbeelding gekopieerd naar het klembord" }, "videoHistory": { - "resumeButton": "Resume", + "resumeButton": "Hervatten", "resumePrompt": { - "close": "Close" + "close": "Sluiten" } }, "volumeBoostButton": { "button": { - "label": "Volume Boost", + "label": "Volume boost", "toggle": { - "off": "Volume boost off", - "on": "Volume boost on" + "off": "Volume boost uit", + "on": "Volume boost aan" } } } @@ -104,87 +104,87 @@ "error": { "scrollWheelHoldModifierKey": { "sameKey": { - "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", - "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." + "speedControl": "De snelheid van de scrollwiel snelheid controleknop kan niet dezelfde zijn als de scrollwiel volume controleknop.", + "volumeControl": "De scrollwiel volume controleknop kan niet dezelfde zijn als de scrollwiel snelheid controleknop." } } }, "info": { - "reset": "All options have been reset to their default values.\nYou can now save the changes by clicking the \"Confirm\" button or discard them by closing this page or ignore this notification." + "reset": "Alle opties zijn teruggezet op hun standaardwaarden. Je kan je veranderingen opslaan door op de \"Bevestig\" knop te drukken of ze negeren door deze pagina te sluiten of deze melding te negeren." }, "success": { - "saved": "Options saved." + "saved": "Opties opgeslagen." } } } }, "settings": { "clearData": { - "allDataDeleted": "All data has been deleted.", - "confirmAlert": "This will delete all extension data related to options. Continue?" + "allDataDeleted": "Alle data werd verwijderd.", + "confirmAlert": "Dit zal alle extensie data gerelateerd aan de opties verwijderen. Wil je verdergaan?" }, "sections": { "automaticQuality": { "enable": { - "label": "Automatic quality adjustment", - "title": "Automatically adjusts the video quality to the selected level." + "label": "Automatische kwaliteitsaanpassing", + "title": "Past automatisch de videokwaliteit aan naar het geselecteerde niveau." }, "fallbackQualityStrategy": { "select": { - "label": "Quality fallback strategy", + "label": "Kwaliteitsterugvalstrategie", "options": { - "higher": "Higher", - "lower": "Lower" + "higher": "Hoger", + "lower": "Lager" }, - "title": "The strategy to use when the selected quality is not available" + "title": "De strategie die gebruikt wordt wanneer de geselecteerde kwaliteit niet beschikbaar is" } }, "select": { - "label": "Player quality", - "title": "The quality to set the video to" + "label": "Afspeelkwaliteit", + "title": "De kwaliteit waarop je de video zet" }, - "title": "Automatic quality settings" + "title": "Automatische kwaliteitsinstellingen" }, "bottomButtons": { "clear": { - "title": "Clears all data this extension has stored on your machine", - "value": "Clear Data" + "title": "Wist alle gegevens die de extensie op uw machine heeft gezet", + "value": "Gegevens wissen" }, "confirm": { - "title": "Confirm setting reset", - "value": "Confirm" + "title": "Opnieuw instellen bevestigen", + "value": "Bevestig" }, "openTab": { - "title": "Open extension settings in a new tab" + "title": "Open extensie instellingen in een nieuw tabblad" }, "reset": { - "title": "Resets all settings to their defaults, Click the confirm button to save the changes", + "title": "Reset alle instellingen naar hun standaardwaarden, klik op de \"Bevestig\" knop om wijzigingen op te slaan", "value": "Reset" } }, "buttonPlacement": { "select": { "buttonNames": { - "copyTimestampUrlButton": "Copy video URL with timestamp button", - "decreasePlaybackSpeedButton": "Decrease Speed button", - "forwardButton": "Fast Forward button", - "hideEndScreenCardsButton": "Hide end screen cards button", - "increasePlaybackSpeedButton": "Increase Speed button", - "loopButton": "Loop button", - "maximizePlayerButton": "Maximize button", - "openTranscriptButton": "Open Transcript button", - "rewindButton": "Rewind button", - "screenshotButton": "Screenshot button", - "volumeBoostButton": "Volume Boost button" + "copyTimestampUrlButton": "Kopieer video URL met tijdstempel knop", + "decreasePlaybackSpeedButton": "Verlaag snelheidsknop", + "forwardButton": "Doorspoelknop", + "hideEndScreenCardsButton": "Verberg eindschermelementen knop", + "increasePlaybackSpeedButton": "Verhoog snelheid knop", + "loopButton": "Loop knop", + "maximizePlayerButton": "Maximaliseer knop", + "openTranscriptButton": "Open ondertitels knop", + "rewindButton": "Terugspoelknop", + "screenshotButton": "Schermafbeelding knop", + "volumeBoostButton": "Volume boost knop" }, "options": { "below_player": { - "placement": "below the player controls", - "value": "Below Player" + "placement": "onder de speler instellingen", + "value": "Onder speler" }, "feature_menu": { - "placement": "in the feature menu", - "value": "Feature Menu" + "placement": "in het feature menu", + "value": "Feature menu" }, "player_controls_left": { "placement": "on the left side of player controls", @@ -256,108 +256,108 @@ "label": "Language", "title": "The language to use for the extension" }, - "title": "Language" + "title": "Taal" }, "miscellaneous": { "features": { "automaticTheaterMode": { - "label": "Automatic theater mode", - "title": "Automatically enables theater mode when you load a video" + "label": "Automatisch theatermodus", + "title": "Zet de video automatisch in theatermodus wanneer je deze inlaadt" }, "automaticallyDisableAmbientMode": { - "label": "Automatically disable ambient mode", - "title": "Automatically disables ambient mode when you load a video" + "label": "Automatisch uitschakelen omgevingsmodus", + "title": "Schakel de omgevingsmodus automatisch uit bij het laden van een video" }, "automaticallyDisableClosedCaptions": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" + "label": "Automatisch ondertiteling uitschakelen", + "title": "Automatisch ondertiteling uitzetten wanneer je een video inlaadt" }, "copyTimestampUrlButton": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" + "label": "Kopieer video URL met tijdstempel knop", + "title": "Kopieer video URL met tijdstempel (?t=123)" }, "hideEndScreenCards": { - "label": "Hide end screen cards", - "title": "Hides the cards at the end of the video" + "label": "Eindscherm elementen verbergen", + "title": "Maakt de elementen aan het eind van een video onzichtbaar" }, "hideEndScreenCardsButton": { - "label": "Hide end screen cards button", - "title": "Adds a button to show/hide the cards at the end of the video" + "label": "Eindscherm elementen verbergen knop", + "title": "Voegt een knop toe die de eindscherm elementen toont/verbergt" }, "hideLiveStreamChat": { - "label": "Hide live stream chat", - "title": "Hides the live stream chat" + "label": "Livestream chat verbergen", + "title": "Verbergt de livestream chat" }, "hideOfficialArtistVideosFromHomePage": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" + "label": "Verberg Officiële Artiest Video's", + "title": "Verberg Officiële Artiest Video's op de homepagina" }, "hidePaidPromotionBanner": { - "label": "Hide paid promotion banner", - "title": "Hides the banner that appears when you watch a video that has a paid promotion" + "label": "Verberg betaalde promotie banner", + "title": "Verbergt de banner die verschijnt wanneer je een video bekijkt die een betaalde promotie heeft" }, "hideScrollbar": { - "label": "Hide scrollbar", - "title": "Hides the pages scrollbar" + "label": "Verberg scrollbar", + "title": "Verbergt de scrollbar op de pagina" }, "hideShorts": { - "label": "Hide shorts", - "title": "Hides all shorts" + "label": "Shorts verbergen", + "title": "Verbergt alle shorts" }, "hideTranslateComment": { - "label": "Hide translate comment button", - "title": "Hides 'Translate to Language' button under comments" + "label": "Verberg vertaal reactie knop", + "title": "Verbergt \"Vertaal naar Taal\" knop onder reacties" }, "loopButton": { - "label": "Loop button", - "title": "Adds a button to the feature menu to loop the video you're watching" + "label": "Loop knop", + "title": "Voegt een knop toe aan het feature menu om de huidige video te loopen" }, "maximizePlayerButton": { - "label": "Maximize player button", - "title": "Adds a button to the feature menu to maximize the player" + "label": "Maximaliseer speler knop", + "title": "Voegt een knop toe aan het feature menu die de speler maximaliseert" }, "openTranscriptButton": { - "label": "Open transcript button", - "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + "label": "Open ondertitels knop", + "title": "Voegt een knop toe aan het feature menu die het transcript van de huidige video opent" }, "openYouTubeSettingsOnHover": { - "label": "Open YouTube settings on hover", - "title": "Opens the YouTube settings menu when you hover over the settings button" + "label": "Open youtube instellingen bij overgang met de muis", + "title": "Opent YouTube instellingen wanner je met je muis over de instellingen knop gaat" }, "pauseBackgroundPlayers": { - "label": "Pause background players", - "title": "Pauses video players in background tabs when you start a new player in foreground tab" + "label": "Achtergrondafspelers pauzeren", + "title": "Pauzeert videospelers in achtergrond tabbladen wanneer je een nieuwe videospeler start op een voorgrond tabblad" }, "remainingTime": { - "label": "Remaining time", - "title": "Shows the remaining time of the video you're watching" + "label": "Resterende tijd", + "title": "Toont de resterende tijd van de huidige video" }, "rememberLastVolume": { - "label": "Remember last volume", - "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + "label": "Onthoud vorig volume", + "title": "Onthoudt het volume van de vorige video en stelt het in op een nieuwe video" }, "removeRedirect": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + "label": "Verwijdert YouTube /redirect URLs", + "title": "Vervangt YouTube doorverwijzing door echte URLs die de doorverwijzing waarschuwing niet geven" }, "shareShortener": { - "label": "Shorten YouTube video share link", - "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + "label": "Maak Youtube deel links korter", + "title": "Maakt YouTube video deel links (youtu.be) korter door si en andere feature parameters af te knippen" }, "shortsAutoScroll": { - "label": "Shorts auto scroll", - "title": "Automatically scrolls to the next short" + "label": "Shorts autoscroll", + "title": "Scrollt automatisch naar de volgende short" }, "skipContinueWatching": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" + "label": "Sla \"video is gepauzeerd. Hervatten?\" over", + "title": "Slaat het afwezig dialoog die het afspelen pauzeert over" }, "playlistRemover": { - "label": "Enable the removal of playlists from homepage", - "title": "Get rid of playlists" + "label": "Verwijder afspeellijsten van de thuispagina", + "title": "Verwijder afspeellijsten" } }, - "title": "Miscellaneous settings" + "title": "Overige instellingen" }, "onScreenDisplaySettings": { "color": { @@ -457,115 +457,115 @@ "title": "Adds a button to the player to take a screenshot of the video" }, "saveAs": { - "clipboard": "Clipboard", - "file": "File" + "clipboard": "Klembord", + "file": "Bestand" }, "selectFormat": { - "label": "Screenshot format", - "title": "The format to save the screenshot in" + "label": "Schermafbeelding formaat", + "title": "Het formaat waarin je de schermafbeelding opslaat" }, "selectSaveAs": { - "label": "Screenshot save type", - "title": "The screenshot save type" + "label": "Schermafbeelding opslaantype", + "title": "Het type van de opgeslagen schermafbeelding" }, - "title": "Screenshot settings" + "title": "Schermafbeelding instellingen" }, "scrollWheelSpeedControl": { "adjustmentSteps": { - "label": "Speed Change Per Scroll", - "title": "Adjust the speed change per scroll" + "label": "Snelheidsverandering per scroll", + "title": "Wijzig de snelheidsverandering per scroll" }, "enable": { - "label": "Scroll wheel speed control", - "title": "Press a modifier key to enable speed adjustment with the scroll wheel." + "label": "Scrollwiel snelheidscontrole", + "title": "Klik op een aanpassingsknop om snelheidsverandering met het scrollwiel aan te zetten." }, - "optionLabel": "{{KEY}} key", + "optionLabel": "{{KEY}} sleutel", "select": { - "label": "Modifier key", - "title": "The modifier key to use" + "label": "Aanpassing knop", + "title": "De aanpassing knop om te gebruiken" }, - "title": "Scroll wheel speed control settings" + "title": "Scrollwiel snelheidscontrole instellingen" }, "scrollWheelVolumeControl": { "adjustmentSteps": { - "label": "Volume Change Per Scroll", - "title": "Adjust the volume change per scroll" + "label": "Volumeverandering per scroll", + "title": "Verandert het volume per scroll" }, "enable": { - "label": "Scroll wheel volume control", - "title": "Lets you use the scroll wheel to control the volume of the video you're watching" + "label": "Scrollwiel volumecontrole", + "title": "Laat toe om het scrollwiel te gebruiken om het volume van de huidige video aan te passen" }, "holdModifierKey": { "enable": { - "label": "Enable when holding modifier key", - "title": "Press a modifier key to enable volume adjustment with the scroll wheel." + "label": "Inschakelen bij het vasthouden van aanpassingsknop", + "title": "Klik op een aanpassingsknop om het scrollwiel het volume laten aan te passen." }, - "optionLabel": "{{KEY}} key", + "optionLabel": "{{KEY}} knop", "select": { - "label": "Modifier key", - "title": "The modifier key to use" + "label": "Aanpassingsknop", + "title": "De aanpassingsknop om te gebruiken" } }, "holdRightClick": { "enable": { - "label": "Enable when holding right click", - "title": "Hold right click to enable scroll wheel volume control" + "label": "Inschakelen bij vasthouden rechtermuisklik", + "title": "Houd rechtermuisknop ingedrukt om volumeregeling voor scrollwiel in te schakelen" } }, - "title": "Scroll wheel volume control settings" + "title": "Scrollwiel volume aanpassing instellingen" }, "settingSearch": { - "placeholder": "Search for a setting" + "placeholder": "Zoek naar instellingen" }, "videoHistory": { "enable": { - "label": "Track watched videos", - "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" + "label": "Houd afgespeelde video's bij", + "title": "Houdt bij waar je gestopt was bij het kijken van een video en laat toe om verder te kijken" }, "resumeType": { "select": { - "label": "Resume type", + "label": "Hervatten type", "options": { - "automatic": "Automatic", - "prompt": "Prompt" + "automatic": "Automatisch", + "prompt": "Vraag" }, - "title": "Select how you want to resume videos" + "title": "Selecteer hoe je video's wilt hervatten" } }, - "title": "Video history settings" + "title": "Videogeschiedenis instellingen" }, "volumeBoost": { "boostAmount": { - "label": "Volume boost amount (dB)", - "title": "The amount to boost the volume by" + "label": "Volume boost hoeveelheid (dB)", + "title": "De hoeveelheid waarmee je video's wilt boosten" }, "enable": { "label": "Volume boost", - "title": "Enable volume boost" + "title": "Volume boost inschakelen" }, "mode": { "select": { - "label": "Volume boost mode", + "label": "Volume boost modus", "options": { - "global": "Global", + "global": "Globaal", "perVideo": "Per video" }, - "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + "title": "Kies hoe volume wordt toegepast. \"Per video\" voegt de boost optie toe aan het feature menu individueel per video. \"Globaal\" gaat over elke video wanneer volume boost is ingeschakeld." } }, - "title": "Volume boost settings" + "title": "Volume boost instellingen" }, "youtubeDataApiV3Key": { - "getApiKeyLinkText": "You can get one from here", + "getApiKeyLinkText": "Je kan één gier verkrijgen", "input": { - "label": "API Key", - "title": "Enter your Youtube Data API V3 key." + "label": "API sleutel", + "title": "Voer uw Youtube Data API V3 sleutel in." }, - "title": "YouTube API V3 Key" + "title": "YouTube API V3 Sleutel" }, "youtubeDeepDark": { - "author": "Author", - "co-authors": "Co-authors", + "author": "Auteur", + "co-authors": "Co-auteurs", "colors": { "colorShadow": { "label": "Shadow color", From 2c2295e3642c671703bc37fb673aeb140c780f1a Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 17 May 2025 06:58:34 -0400 Subject: [PATCH 0865/1783] New translations en-us.json (Dutch) --- public/locales/nl-NL.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/public/locales/nl-NL.json b/public/locales/nl-NL.json index 3470e1809..3418eb1de 100644 --- a/public/locales/nl-NL.json +++ b/public/locales/nl-NL.json @@ -187,21 +187,21 @@ "value": "Feature menu" }, "player_controls_left": { - "placement": "on the left side of player controls", - "value": "Left Controls" + "placement": "aan de linkerkant van de spelerinstellingen", + "value": "Linker Besturing" }, "player_controls_right": { - "placement": "on the right side of player controls", - "value": "Right Controls" + "placement": "aan de rechterkant van de spelerinstellingen", + "value": "Rechter Bediening" } }, - "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + "title": "Plaats de {{BUTTON_NAME}} {{PLACEMENT}}" }, - "title": "Button Placement Settings" + "title": "Knop Plaatsing Instellingen" }, "customCSS": { "editor": { - "collapse": "Collapse Editor", + "collapse": "Verberg Editor", "expand": "Expand Editor", "noProblems": "No problems found." }, From 30ef99afad9d43f992bbd75ecbed2d145b3536bf Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 17 May 2025 08:00:41 -0400 Subject: [PATCH 0866/1783] New translations en-us.json (Dutch) --- public/locales/nl-NL.json | 178 +++++++++++++++++++------------------- 1 file changed, 89 insertions(+), 89 deletions(-) diff --git a/public/locales/nl-NL.json b/public/locales/nl-NL.json index 3418eb1de..261aa4ce9 100644 --- a/public/locales/nl-NL.json +++ b/public/locales/nl-NL.json @@ -202,59 +202,59 @@ "customCSS": { "editor": { "collapse": "Verberg Editor", - "expand": "Expand Editor", - "noProblems": "No problems found." + "expand": "Toon Editor", + "noProblems": "Geen problemen gevonden." }, "enable": { - "label": "Enable custom CSS", - "title": "Enables custom CSS to be applied to the page" + "label": "Aangepaste CSS inschakelen", + "title": "Maakt het mogelijk aangepaste CSS toe te passen op de pagina" }, - "title": "Custom CSS Settings" + "title": "Gepersonaliseerde CSS Instellingen" }, "featureMenu": { "openType": { "select": { - "label": "Menu Activation Type", + "label": "Menu Activatie Type", "options": { - "click": "Click", - "hover": "Hover" + "click": "Klik", + "hover": "Hang erboven met de muis" }, - "title": "Select the method to activate the feature menu" + "title": "Selecteer de methode om het feature menu te activeren" }, - "title": "Feature menu settings" + "title": "Feature menu instellingen" } }, "forwardRewindButtons": { "enable": { - "label": "Enable forward/rewind buttons", - "title": "Adds forward and rewind buttons to the video player" + "label": "Schakel doorspoelen/terugspoelen knoppen in", + "title": "Voegt doorspoelen en terugspoelen knoppen toe aan de videospeler" }, "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" + "label": "Tijd door/terugspoelen", + "title": "Het aantal tijd waarmee je de video doorspoelt / terugspoelt" }, - "title": "Forward/rewind button settings" + "title": "Doorspoel/terugspoel knop instellingen" }, "importExportSettings": { "exportButton": { - "success": "Settings successfully exported", - "title": "Export settings to a JSON file", - "value": "Export Settings" + "success": "Instellingen succesvol geëxporteerd", + "title": "Instellingen exporteren naar een JSON-bestand", + "value": "Instellingen exporteren" }, "importButton": { "error": { - "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", - "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" + "unknown": "Fout bij het importeren van instellingen. Kijk alstublieft het bestandsformaat na.\nEen onbekende fout is opgetreden.", + "validation": "Fout bij het importeren van instellingen. Kijk alstublieft het bestandsformaat na.\n{{ERROR_MESSAGE}}" }, - "success": "Settings imported successfully", - "title": "Import settings from a JSON file", - "value": "Import Settings" + "success": "Instellingen succesvol geïmporteerd", + "title": "Instellingen importeren uit een JSON-bestand", + "value": "Instellingen Importeren" } }, "language": { "select": { - "label": "Language", - "title": "The language to use for the extension" + "label": "Taal", + "title": "De taal voor de extensie" }, "title": "Taal" }, @@ -361,100 +361,100 @@ }, "onScreenDisplaySettings": { "color": { - "label": "Color", + "label": "Kleur", "options": { - "blue": "Blue", - "green": "Green", - "orange": "Orange", - "pink": "Pink", - "purple": "Purple", - "red": "Red", - "white": "White", - "yellow": "Yellow" + "blue": "Blauw", + "green": "Groen", + "orange": "Oranje", + "pink": "Roze", + "purple": "Paars", + "red": "Rood", + "white": "Wit", + "yellow": "Geel" }, - "title": "Select the color for the On-Screen Display" + "title": "Selecteer de kleur voor de schermweergave" }, "hide": { - "label": "Hide Delay", - "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" + "label": "Vertraging verbergen", + "title": "Specifieer de tijd, in milliseconden, voordat de schermweergave automatisch wordt verborgen" }, "opacity": { - "label": "Opacity", - "title": "Adjust the transparency of the On-Screen Display" + "label": "Transparantie", + "title": "Transparantie van de schermweergave aanpassen" }, "padding": { "label": "Padding", - "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." + "title": "Het aantal pixels rond de schermweergave aanpassen. Dit geldt specifiek voor de hoek schermweergave." }, "position": { - "label": "Position", + "label": "Positie", "options": { - "bottom_left": "Bottom Left", - "bottom_right": "Bottom Right", - "center": "Center", - "top_left": "Top Left", - "top_right": "Top Right" + "bottom_left": "Linksonder", + "bottom_right": "Rechtsonder", + "center": "Gecentreerd", + "top_left": "Linksboven", + "top_right": "Rechtsboven" }, - "title": "Select the position of the On-Screen Display" + "title": "Selecteer de positie voor de schermweergave" }, - "title": "On-Screen Display Settings", + "title": "Schermweergave Instellingen", "type": { "label": "Type", "options": { - "circle": "Circle", - "line": "Line", - "no_display": "No display", - "text": "Text" + "circle": "Cirkel", + "line": "Lijn", + "no_display": "Geen weergave", + "text": "Tekst" }, - "title": "Select the type of On-Screen Display" + "title": "Selecteer het type van de schermweergave" } }, "playbackSpeed": { "enable": { - "label": "Forced playback speed", - "title": "Sets the video speed to what you choose below" + "label": "Geforceerde afspeelsnelheid", + "title": "Stelt de snelheid van de video in op wat u hieronder kiest" }, "playbackSpeedButtons": { - "label": "Playback speed buttons", + "label": "Afspeelsnelheid knoppen", "select": { - "label": "Playback buttons speed", - "title": "Amount of speed to be changed per click" + "label": "Snelheid afspeelsnelheid knoppen", + "title": "Hoeveelheid snelheid die gewijzigd wordt per klik" }, - "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + "title": "Voegt knoppen toe die de afspeelsnelheid van de huidige video verhoogt of verlaagt" }, "select": { - "label": "Player speed", - "title": "The speed to set the video to" + "label": "Snelheid videospeler", + "title": "De snelheid waarop je de video zet" }, - "title": "Playback speed settings" + "title": "Afspeelsnelheid instellingen" }, "playlistLength": { "enable": { - "label": "Display playlist length information", - "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + "label": "Geef afspeellijst lengte informatie weer", + "title": "Toont de totale lengte van de afspeellijst, hoeveel bekeken is, en hoeveel er over schiet." }, - "title": "Playlist length settings", + "title": "Afspeellijst lengte instellingen", "wayToGetLength": { "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + "label": "Methode om afspeellijst lengte te verkrijgen", + "title": "De manier waarop de afspeellijst informatie (API methode zal terugvallen op HTML als een fout optreedt)" } }, "wayToGetWatchTime": { "select": { - "label": "Method to get watched time", + "label": "Methode om kijktijd te verkrijgen", "options": { - "duration": "Video Length", - "youtube": "Video Watch Time" + "duration": "Videolengte", + "youtube": "Video kijktijd" }, - "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + "title": "De manier waarop je de hoeveelheid kijktijd verkrijgt (video lengtetype enkel gebruikt op kijk pagina)" } } }, "screenshotButton": { "enable": { - "label": "Screenshot button", - "title": "Adds a button to the player to take a screenshot of the video" + "label": "Schermafbeelding knop", + "title": "Voegt een knop aan de speler toe om een schermafbeelding van de video te nemen" }, "saveAs": { "clipboard": "Klembord", @@ -568,37 +568,37 @@ "co-authors": "Co-auteurs", "colors": { "colorShadow": { - "label": "Shadow color", - "title": "Color for shadows" + "label": "Schaduw kleur", + "title": "Kleur voor de schaduw" }, "dimmerText": { - "label": "Secondary text color", - "title": "Color for secondary text" + "label": "Secondaire tekstkleur", + "title": "Kleur voor de secondaire tekst" }, "hoverBackground": { - "label": "Hover background color", - "title": "Color for hover background" + "label": "Achtergrondkleur zweven met de muis", + "title": "Kleur voor zweven achtergrond" }, "mainBackground": { - "label": "Main background color", - "title": "Color for main background" + "label": "Hoofd achtergrondkleur", + "title": "Kleur voor de hoofdachtergrond" }, "mainColor": { - "label": "Accent color", - "title": "Color for accent" + "label": "Accent kleur", + "title": "Kleur voor accentueren" }, "mainText": { - "label": "Main text color", - "title": "Color for main text" + "label": "Hoofd tekstkleur", + "title": "Kleur voor de hoofdtekst" }, "secondBackground": { - "label": "Secondary background color", - "title": "Color for secondary background" + "label": "Secondaire achtergrondkleur", + "title": "Kleur voor de secondaire achtergrond" } }, "enable": { - "label": "Enable selected theme", - "title": "Activate the selected theme for the page" + "label": "Geselecteerd thema inschakelen", + "title": "Het geselecteerde thema voor de pagina inschakelen" }, "select": { "label": "Select theme", From 0cce6dadfdeddb8947828b11757f7c3553d9dcc3 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 17 May 2025 13:11:27 -0400 Subject: [PATCH 0867/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index fc5225ede..f67415e2c 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -110,7 +110,7 @@ } }, "info": { - "reset": "Todas as opções foram redefinidas para seus valores padrão.\nAgora você pode salvar as mudanças clicando em \"Confirmar\" ou descarta-las por fechar esta página ou ignorar esta notificação." + "reset": "Opções redefinidas ao padrão.\nSalve as mudanças clicando em \"Confirmar\" ou desfaça delas fechando a página, ou esta notificação." }, "success": { "saved": "Opções salvas." From 546bd2795ae365da507abaeb65419a4c7e886337 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 17 May 2025 14:13:09 -0400 Subject: [PATCH 0868/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 130 +++++++++++++++++++------------------- 1 file changed, 65 insertions(+), 65 deletions(-) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index f67415e2c..f36bab5cc 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -121,83 +121,83 @@ "settings": { "clearData": { "allDataDeleted": "Todos os dados foram excluídos.", - "confirmAlert": "Isso excluirá todos os dados da extensão relacionado às opções. Deseja continuar?" + "confirmAlert": "Fechar a página desfará todas as mudanças feitas. Prosseguir?" }, "sections": { "automaticQuality": { "enable": { - "label": "Ajuste de resolução automático", - "title": "Ajusta automaticamente a resolução do vídeo para o nível selecionado." + "label": "Ajustador automático de resolução", + "title": "Define automaticamente a resolução do vídeo para o nível desejado." }, "fallbackQualityStrategy": { "select": { - "label": "Estratégia de redução de resolução", + "label": "Sistema de redução de resolução", "options": { - "higher": "Maior", - "lower": "Menor" + "higher": "Grande", + "lower": "Pequeno" }, - "title": "A estratégia é usada quando a qualidade selecionada não está disponível" + "title": "O sistema para usar quando a resolução definida estiver indisponível." } }, "select": { - "label": "Resolução do reprodutor", - "title": "A resolução para ser definida ao vídeo" + "label": "Resolução do player", + "title": "A resolução para definir no vídeo" }, "title": "Opções de resolução automática" }, "bottomButtons": { "clear": { - "title": "Limpa todos os dados que esta extensão armazenou no seu computador", + "title": "Limpa todos os dados armazenados pela extensão", "value": "Limpar dados" }, "confirm": { - "title": "Confirma a redefinição de opções", + "title": "Confirma a redefinição de dados", "value": "Confirmar" }, "openTab": { - "title": "Abre as opções da extensão na próxima aba" + "title": "Abre as opções numa nova aba" }, "reset": { - "title": "Redefine as opções para o padrão, clique em confirmar para salvar as mudanças", + "title": "Redefine as opções para o padrão, confirme para salvar as mudanças", "value": "Redefinir" } }, "buttonPlacement": { "select": { "buttonNames": { - "copyTimestampUrlButton": "Copiar URL do vídeo com o botão de minuto do vídeo", + "copyTimestampUrlButton": "Copiar URL do vídeo com o botão de minutagem", "decreasePlaybackSpeedButton": "Botão de diminuir velocidade", "forwardButton": "Botão de acelerar velocidade", "hideEndScreenCardsButton": "Ocultar botão de cards finais", "increasePlaybackSpeedButton": "Botão de aumentar velocidade", - "loopButton": "Botão de repetição", - "maximizePlayerButton": "Botão de maximização", + "loopButton": "Botão Repetir", + "maximizePlayerButton": "Botão Maximizar", "openTranscriptButton": "Abrir botão de transcrição", - "rewindButton": "Botão de retroceder", + "rewindButton": "Botão Voltar", "screenshotButton": "Botão de captura de tela", "volumeBoostButton": "Botão de ganho de volume" }, "options": { "below_player": { - "placement": "abaixo dos controles do reprodutor", - "value": "Abaixo do reprodutor" + "placement": "abaixo dos controles do player", + "value": "Abaixo do player" }, "feature_menu": { "placement": "no menu de recursos", "value": "Menu de recursos" }, "player_controls_left": { - "placement": "no lado esquerdo dos controles do reprodutor", + "placement": "à esquerda dos controles do player", "value": "Controles esquerdos" }, "player_controls_right": { - "placement": "no lado direito dos controles do reprodutor", + "placement": "à direita dos controles do player", "value": "Controles direitos" } }, "title": "Coloque o {{BUTTON_NAME}} em {{PLACEMENT}}" }, - "title": "Opções de posição de botão" + "title": "Opções de colocação de botão" }, "customCSS": { "editor": { @@ -214,47 +214,47 @@ "featureMenu": { "openType": { "select": { - "label": "Tipo de ativação do menu", + "label": "Método de ativação do menu", "options": { "click": "Clicar", - "hover": "Passar o mouse" + "hover": "Passar o cursor" }, - "title": "Selecione o método para ativar o menu de recursos" + "title": "Define o método para ativar o menu de recursos" }, "title": "Opções do menu de recursos" } }, "forwardRewindButtons": { "enable": { - "label": "Ativar botões de avançar/retroceder", - "title": "Adiciona botões de avançar ou retroceder ao reprodutor de vídeo" + "label": "Ativar botões de avançar/voltar", + "title": "Adiciona botões de avançar/voltar ao player de vídeo" }, "time": { - "label": "Avançar/retroceder tempo", - "title": "A quantidade de tempo para acelerar/retroceder o vídeo" + "label": "Avançar/voltar tempo", + "title": "O tanto de tempo para avançar/voltar" }, - "title": "Opções de botão de acelerar/retroceder" + "title": "Opções de avançar/voltar" }, "importExportSettings": { "exportButton": { - "success": "Opções exportadas com sucesso", + "success": "Mudanças aplicadas!", "title": "Exportar opções para arquivo JSON", "value": "Exportar opções" }, "importButton": { "error": { - "unknown": "Erro ao importar opções. Verifique o formato do arquivo.\nUm erro desconhecido ocorreu.", - "validation": "Erro ao importar opções. Verifique o formato do arquivo.\n{{ERROR_MESSAGE}}" + "unknown": "Ocorreu um erro\nErro ao importar opções. Verifique o formato do arquivo importado.", + "validation": "Erro ao importar opções. Verifique o formato do arquivo importado.\n{{ERROR_MESSAGE}}" }, - "success": "Opções importadas com sucesso", - "title": "Importar opções de arquivo JSON", + "success": "Opções importadas com sucesso!", + "title": "Importe as opções dum arquivo JSON", "value": "Importar opções" } }, "language": { "select": { "label": "Idioma", - "title": "O idioma de exibição da extensão" + "title": "O idioma da extensão" }, "title": "Idioma" }, @@ -270,11 +270,11 @@ }, "automaticallyDisableClosedCaptions": { "label": "Desativar legendas automaticamente", - "title": "Desativa legendas automaticamente ao carregar um vídeo" + "title": "Desativa as legendas ao carregar um vídeo" }, "copyTimestampUrlButton": { - "label": "Copiar URL do vídeo com o botão de minuto do vídeo", - "title": "Copia o URL do vídeo com o minuto do vídeo (?t=123)" + "label": "Copiar URL do vídeo com o botão de minutagem", + "title": "Copia o URL do vídeo com a minutagem (?t=123)" }, "hideEndScreenCards": { "label": "Ocultar cards finais", @@ -294,43 +294,43 @@ }, "hidePaidPromotionBanner": { "label": "Ocultar banner de promoção paga", - "title": "Oculta o banner exibido ao assistir um vídeo com promoção paga" + "title": "Oculta o banner ao assistir um vídeo com promoção paga incluída" }, "hideScrollbar": { "label": "Ocultar barra de rolagem", "title": "Oculta a barra de rolagem da página" }, "hideShorts": { - "label": "Ocultar shorts", - "title": "Oculta os shorts" + "label": "Ocultar \"Shorts\"", + "title": "Oculta a função \"Shorts\"" }, "hideTranslateComment": { - "label": "Ocultar botão de tradução", - "title": "Oculta o botão \"Traduzir para o idioma\" abaixo do comentário" + "label": "Ocultar botão de traduzir comentário", + "title": "Oculta o botão de tradução de comentário" }, "loopButton": { - "label": "Botão de repetição", - "title": "Adiciona um botão ao menu do recurso para repetir o vídeo que você está assistindo" + "label": "Botão Repetir", + "title": "Adiciona um botão para repetir o vídeo que está assistindo" }, "maximizePlayerButton": { - "label": "Botão de maximização do reprodutor", - "title": "Adiciona um botão ao menu de recursos para maximizar o reprodutor" + "label": "Botão de maximizar player", + "title": "Adiciona um botão para maximizar o player" }, "openTranscriptButton": { "label": "Abrir botão de transcrição", - "title": "Adiciona um botão ao menu de recursos para abrir a transcrição do vídeo que você está assistindo" + "title": "Adiciona um botão para abrir a transcrição do vídeo que está assistindo" }, "openYouTubeSettingsOnHover": { - "label": "Abrir opções do YouTube ao passar o mouse", - "title": "Abre o menu de opções do YouTube ao passar o mouse sobre o botão de opções" + "label": "Abrir opções do YouTube ao passar o cursor", + "title": "Abre as opções do YouTube ao passar o cursor sobre o botão Opções" }, "pauseBackgroundPlayers": { - "label": "Parar reprodutores de fundo", - "title": "Para os reprodutores de abas de fundo quando você iniciar um novo reprodutor em uma aba em primeiro plano" + "label": "Pausar player em segundo plano", + "title": "Pausa o player nas abas em segundo plano ao iniciar um novo player noutra aba" }, "remainingTime": { "label": "Tempo restante", - "title": "Mostra o tempo restante do vídeo que você está assistindo" + "title": "Exibe o tempo restante do vídeo que está assistindo" }, "rememberLastVolume": { "label": "Salvar intensidade do volume", @@ -341,19 +341,19 @@ "title": "Substitui a redireção do YouTube por URLs reais, pulando o aviso de redireção" }, "shareShortener": { - "label": "Encurtar link de compartilhamento de vídeo", - "title": "Encurta os links de compartilhamento de vídeo (youtu.be) removendo os parâmetros si/recursos." + "label": "Encurtar link de compartilha de vídeo", + "title": "Encurta os links de compartilha de vídeo (youtu.be) removendo os parâmetros si/features." }, "shortsAutoScroll": { - "label": "Rolagem automática de shorts", - "title": "Rola automaticamente ao próximo short" + "label": "Rolar automaticamente pelos Shorts", + "title": "Rola para o próximo Short automaticamente" }, "skipContinueWatching": { - "label": "Pular \"O vídeo está pausado. Continuar assistindo?\"", - "title": "Pula o diálogo de ausência que pausa a reprodução do vídeo" + "label": "Pular aviso de ausência", + "title": "Remove o aviso \"O vídeo está pausado. Continuar assistindo?\"" }, "playlistRemover": { - "label": "Ativa a remoção das playlists na página inicial", + "label": "Ativa a remoção de playlists da página inicial", "title": "Remover playlists da página inicial" } }, @@ -372,19 +372,19 @@ "white": "Branco", "yellow": "Amarelo" }, - "title": "Define a cor para exibição na tela" + "title": "Define a cor para as informações em exibição" }, "hide": { "label": "Ocultar atraso", - "title": "Especifica o tempo, em milissegundos, antes de automaticamente ocultar a exibição na tela" + "title": "Especifica o tempo (em milissegundos) antes de ocultar automaticamente as informações em exibição" }, "opacity": { "label": "Opacidade", - "title": "Ajusta a transparência da exibição na tela" + "title": "Ajusta a transparência das informações em exibição" }, "padding": { "label": "Alinhamento", - "title": "Ajusta o alinhamento de exibição na tela em píxeis. Isso aplica especificamente para exibições no canto da tela" + "title": "Ajusta o alinhamento de informações em exibição (em píxeis)." }, "position": { "label": "Posição", From 225b0475599eeddd7c06bf265e7c54100406ec5f Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 28 May 2025 13:49:38 -0400 Subject: [PATCH 0869/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index f36bab5cc..e299d42b4 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -123,6 +123,21 @@ "allDataDeleted": "Todos os dados foram excluídos.", "confirmAlert": "Fechar a página desfará todas as mudanças feitas. Prosseguir?" }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "deepDarkCustomTheme": "Set theme to 'Custom' to configure this option.", + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option." + } + }, "sections": { "automaticQuality": { "enable": { @@ -328,6 +343,10 @@ "label": "Pausar player em segundo plano", "title": "Pausa o player nas abas em segundo plano ao iniciar um novo player noutra aba" }, + "playlistRemover": { + "label": "Ativa a remoção de playlists da página inicial", + "title": "Remover playlists da página inicial" + }, "remainingTime": { "label": "Tempo restante", "title": "Exibe o tempo restante do vídeo que está assistindo" @@ -351,10 +370,6 @@ "skipContinueWatching": { "label": "Pular aviso de ausência", "title": "Remove o aviso \"O vídeo está pausado. Continuar assistindo?\"" - }, - "playlistRemover": { - "label": "Ativa a remoção de playlists da página inicial", - "title": "Remover playlists da página inicial" } }, "title": "Diversos" From 6ecff7955fde9cbe33a580164a646906e35dd887 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 28 May 2025 13:49:39 -0400 Subject: [PATCH 0870/1783] New translations en-us.json (Dutch) --- public/locales/nl-NL.json | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/public/locales/nl-NL.json b/public/locales/nl-NL.json index 261aa4ce9..79c111f15 100644 --- a/public/locales/nl-NL.json +++ b/public/locales/nl-NL.json @@ -123,6 +123,21 @@ "allDataDeleted": "Alle data werd verwijderd.", "confirmAlert": "Dit zal alle extensie data gerelateerd aan de opties verwijderen. Wil je verdergaan?" }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "deepDarkCustomTheme": "Set theme to 'Custom' to configure this option.", + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option." + } + }, "sections": { "automaticQuality": { "enable": { @@ -328,6 +343,10 @@ "label": "Achtergrondafspelers pauzeren", "title": "Pauzeert videospelers in achtergrond tabbladen wanneer je een nieuwe videospeler start op een voorgrond tabblad" }, + "playlistRemover": { + "label": "Verwijder afspeellijsten van de thuispagina", + "title": "Verwijder afspeellijsten" + }, "remainingTime": { "label": "Resterende tijd", "title": "Toont de resterende tijd van de huidige video" @@ -351,10 +370,6 @@ "skipContinueWatching": { "label": "Sla \"video is gepauzeerd. Hervatten?\" over", "title": "Slaat het afwezig dialoog die het afspelen pauzeert over" - }, - "playlistRemover": { - "label": "Verwijder afspeellijsten van de thuispagina", - "title": "Verwijder afspeellijsten" } }, "title": "Overige instellingen" From 28cccd63934d2dfe407d7e698b7b08f14abf78cf Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 28 May 2025 13:49:40 -0400 Subject: [PATCH 0871/1783] New translations en-us.json (French) --- public/locales/fr-FR.json | 29 ++++++++++++++++++++++------- 1 file changed, 22 insertions(+), 7 deletions(-) diff --git a/public/locales/fr-FR.json b/public/locales/fr-FR.json index fd63dd511..d71f9602e 100644 --- a/public/locales/fr-FR.json +++ b/public/locales/fr-FR.json @@ -123,6 +123,21 @@ "allDataDeleted": "Toutes les données ont été supprimées.", "confirmAlert": "Ceci supprimera toutes les données d'extension liées aux options. On continue ?" }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "deepDarkCustomTheme": "Set theme to 'Custom' to configure this option.", + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option." + } + }, "sections": { "automaticQuality": { "enable": { @@ -206,7 +221,7 @@ "noProblems": "Aucun problème détecté." }, "enable": { - "label": "Enable custom CSS", + "label": "Custom CSS", "title": "Enables custom CSS to be applied to the page" }, "title": "Custom CSS Settings" @@ -226,7 +241,7 @@ }, "forwardRewindButtons": { "enable": { - "label": "Enable forward/rewind buttons", + "label": "Forward/rewind buttons", "title": "Adds forward and rewind buttons to the video player" }, "time": { @@ -328,6 +343,10 @@ "label": "Pause background players", "title": "Pauses video players in background tabs when you start a new player in foreground tab" }, + "playlistRemover": { + "label": "The removal of playlists from homepage", + "title": "Get rid of playlists" + }, "remainingTime": { "label": "Temps restant", "title": "Affiche le temps restant de la vidéo que vous regardez" @@ -351,10 +370,6 @@ "skipContinueWatching": { "label": "Skip \"Video is paused. Continue watching?\"", "title": "Skips the idle dialog that pauses video playback" - }, - "playlistRemover": { - "label": "Enable the removal of playlists from homepage", - "title": "Get rid of playlists" } }, "title": "Autre paramètres" @@ -597,7 +612,7 @@ } }, "enable": { - "label": "Enable selected theme", + "label": "Deep Dark Theme", "title": "Activate the selected theme for the page" }, "select": { From 25d4585151e4dedf541f89c27cf7125dfcc0ac43 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 28 May 2025 13:49:41 -0400 Subject: [PATCH 0872/1783] New translations en-us.json (Spanish) --- public/locales/es-ES.json | 27 +++++++++++++++++++++------ 1 file changed, 21 insertions(+), 6 deletions(-) diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index 5d375e93b..32676d304 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -123,6 +123,21 @@ "allDataDeleted": "Todos los datos han sido eliminados.", "confirmAlert": "Esto eliminará todos los datos de la extensión relacionados con las opciones. ¿Continuar?" }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "deepDarkCustomTheme": "Set theme to 'Custom' to configure this option.", + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option." + } + }, "sections": { "automaticQuality": { "enable": { @@ -226,7 +241,7 @@ }, "forwardRewindButtons": { "enable": { - "label": "Enable forward/rewind buttons", + "label": "Forward/rewind buttons", "title": "Adds forward and rewind buttons to the video player" }, "time": { @@ -328,6 +343,10 @@ "label": "Pause background players", "title": "Pauses video players in background tabs when you start a new player in foreground tab" }, + "playlistRemover": { + "label": "The removal of playlists from homepage", + "title": "Get rid of playlists" + }, "remainingTime": { "label": "Tiempo restante", "title": "Muestra el tiempo restante del vídeo que estás viendo" @@ -351,10 +370,6 @@ "skipContinueWatching": { "label": "Skip \"Video is paused. Continue watching?\"", "title": "Skips the idle dialog that pauses video playback" - }, - "playlistRemover": { - "label": "Enable the removal of playlists from homepage", - "title": "Get rid of playlists" } }, "title": "Ajustes varios" @@ -597,7 +612,7 @@ } }, "enable": { - "label": "Enable selected theme", + "label": "Deep Dark Theme", "title": "Activate the selected theme for the page" }, "select": { From 7cede579fd0439cd989f23d8524d0f1653cd00df Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 28 May 2025 13:49:42 -0400 Subject: [PATCH 0873/1783] New translations en-us.json (Catalan) --- public/locales/ca-ES.json | 33 ++++++++++++++++++++++++--------- 1 file changed, 24 insertions(+), 9 deletions(-) diff --git a/public/locales/ca-ES.json b/public/locales/ca-ES.json index 9e8722998..ffc632518 100644 --- a/public/locales/ca-ES.json +++ b/public/locales/ca-ES.json @@ -123,6 +123,21 @@ "allDataDeleted": "All data has been deleted.", "confirmAlert": "This will delete all extension data related to options. Continue?" }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "deepDarkCustomTheme": "Set theme to 'Custom' to configure this option.", + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option." + } + }, "sections": { "automaticQuality": { "enable": { @@ -206,7 +221,7 @@ "noProblems": "No problems found." }, "enable": { - "label": "Enable custom CSS", + "label": "Custom CSS", "title": "Enables custom CSS to be applied to the page" }, "title": "Custom CSS Settings" @@ -226,7 +241,7 @@ }, "forwardRewindButtons": { "enable": { - "label": "Enable forward/rewind buttons", + "label": "Forward/rewind buttons", "title": "Adds forward and rewind buttons to the video player" }, "time": { @@ -328,6 +343,10 @@ "label": "Pause background players", "title": "Pauses video players in background tabs when you start a new player in foreground tab" }, + "playlistRemover": { + "label": "The removal of playlists from homepage", + "title": "Get rid of playlists" + }, "remainingTime": { "label": "Remaining time", "title": "Shows the remaining time of the video you're watching" @@ -351,10 +370,6 @@ "skipContinueWatching": { "label": "Skip \"Video is paused. Continue watching?\"", "title": "Skips the idle dialog that pauses video playback" - }, - "playlistRemover": { - "label": "Enable the removal of playlists from homepage", - "title": "Get rid of playlists" } }, "title": "Miscellaneous settings" @@ -497,7 +512,7 @@ }, "holdModifierKey": { "enable": { - "label": "Enable when holding modifier key", + "label": "When holding modifier key", "title": "Press a modifier key to enable volume adjustment with the scroll wheel." }, "optionLabel": "{{KEY}} key", @@ -508,7 +523,7 @@ }, "holdRightClick": { "enable": { - "label": "Enable when holding right click", + "label": "When holding right click", "title": "Hold right click to enable scroll wheel volume control" } }, @@ -597,7 +612,7 @@ } }, "enable": { - "label": "Enable selected theme", + "label": "Deep Dark Theme", "title": "Activate the selected theme for the page" }, "select": { From 0a8ad77922bc0800f2d27701436595af3d16cc29 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 28 May 2025 13:49:43 -0400 Subject: [PATCH 0874/1783] New translations en-us.json (Czech) --- public/locales/cs-CZ.json | 33 ++++++++++++++++++++++++--------- 1 file changed, 24 insertions(+), 9 deletions(-) diff --git a/public/locales/cs-CZ.json b/public/locales/cs-CZ.json index 73c876607..e57ad2a42 100644 --- a/public/locales/cs-CZ.json +++ b/public/locales/cs-CZ.json @@ -123,6 +123,21 @@ "allDataDeleted": "All data has been deleted.", "confirmAlert": "This will delete all extension data related to options. Continue?" }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "deepDarkCustomTheme": "Set theme to 'Custom' to configure this option.", + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option." + } + }, "sections": { "automaticQuality": { "enable": { @@ -206,7 +221,7 @@ "noProblems": "No problems found." }, "enable": { - "label": "Enable custom CSS", + "label": "Custom CSS", "title": "Enables custom CSS to be applied to the page" }, "title": "Custom CSS Settings" @@ -226,7 +241,7 @@ }, "forwardRewindButtons": { "enable": { - "label": "Enable forward/rewind buttons", + "label": "Forward/rewind buttons", "title": "Adds forward and rewind buttons to the video player" }, "time": { @@ -328,6 +343,10 @@ "label": "Pause background players", "title": "Pauses video players in background tabs when you start a new player in foreground tab" }, + "playlistRemover": { + "label": "The removal of playlists from homepage", + "title": "Get rid of playlists" + }, "remainingTime": { "label": "Remaining time", "title": "Shows the remaining time of the video you're watching" @@ -351,10 +370,6 @@ "skipContinueWatching": { "label": "Skip \"Video is paused. Continue watching?\"", "title": "Skips the idle dialog that pauses video playback" - }, - "playlistRemover": { - "label": "Enable the removal of playlists from homepage", - "title": "Get rid of playlists" } }, "title": "Miscellaneous settings" @@ -497,7 +512,7 @@ }, "holdModifierKey": { "enable": { - "label": "Enable when holding modifier key", + "label": "When holding modifier key", "title": "Press a modifier key to enable volume adjustment with the scroll wheel." }, "optionLabel": "{{KEY}} key", @@ -508,7 +523,7 @@ }, "holdRightClick": { "enable": { - "label": "Enable when holding right click", + "label": "When holding right click", "title": "Hold right click to enable scroll wheel volume control" } }, @@ -597,7 +612,7 @@ } }, "enable": { - "label": "Enable selected theme", + "label": "Deep Dark Theme", "title": "Activate the selected theme for the page" }, "select": { From 00e7513a756ee0e7a6b6a96140999822a5f321f3 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 28 May 2025 13:49:45 -0400 Subject: [PATCH 0875/1783] New translations en-us.json (German) --- public/locales/de-DE.json | 29 ++++++++++++++++++++++------- 1 file changed, 22 insertions(+), 7 deletions(-) diff --git a/public/locales/de-DE.json b/public/locales/de-DE.json index 93b620224..f21cf9dca 100644 --- a/public/locales/de-DE.json +++ b/public/locales/de-DE.json @@ -123,6 +123,21 @@ "allDataDeleted": "Die Daten wurden gelöscht.", "confirmAlert": "Dies löscht alle Erweiterungsdaten zu Optionen. Fortfahren?" }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "deepDarkCustomTheme": "Set theme to 'Custom' to configure this option.", + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option." + } + }, "sections": { "automaticQuality": { "enable": { @@ -206,7 +221,7 @@ "noProblems": "No problems found." }, "enable": { - "label": "Enable custom CSS", + "label": "Custom CSS", "title": "Enables custom CSS to be applied to the page" }, "title": "Custom CSS Settings" @@ -226,7 +241,7 @@ }, "forwardRewindButtons": { "enable": { - "label": "Enable forward/rewind buttons", + "label": "Forward/rewind buttons", "title": "Adds forward and rewind buttons to the video player" }, "time": { @@ -328,6 +343,10 @@ "label": "Pause background players", "title": "Pauses video players in background tabs when you start a new player in foreground tab" }, + "playlistRemover": { + "label": "The removal of playlists from homepage", + "title": "Get rid of playlists" + }, "remainingTime": { "label": "Verbleibende Zeit", "title": "Zeigt die verbleibende Zeit des Videos, das du siehst" @@ -351,10 +370,6 @@ "skipContinueWatching": { "label": "Skip \"Video is paused. Continue watching?\"", "title": "Skips the idle dialog that pauses video playback" - }, - "playlistRemover": { - "label": "Enable the removal of playlists from homepage", - "title": "Get rid of playlists" } }, "title": "Weitere Einstellungen" @@ -597,7 +612,7 @@ } }, "enable": { - "label": "Enable selected theme", + "label": "Deep Dark Theme", "title": "Activate the selected theme for the page" }, "select": { From edab2fe3ffc8d1f0e1c9c4705d12c1a36adb0e1c Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 28 May 2025 13:49:46 -0400 Subject: [PATCH 0876/1783] New translations en-us.json (Hebrew) --- public/locales/he-IL.json | 33 ++++++++++++++++++++++++--------- 1 file changed, 24 insertions(+), 9 deletions(-) diff --git a/public/locales/he-IL.json b/public/locales/he-IL.json index a681d35b6..9ba1085c1 100644 --- a/public/locales/he-IL.json +++ b/public/locales/he-IL.json @@ -123,6 +123,21 @@ "allDataDeleted": "All data has been deleted.", "confirmAlert": "This will delete all extension data related to options. Continue?" }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "deepDarkCustomTheme": "Set theme to 'Custom' to configure this option.", + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option." + } + }, "sections": { "automaticQuality": { "enable": { @@ -206,7 +221,7 @@ "noProblems": "No problems found." }, "enable": { - "label": "Enable custom CSS", + "label": "Custom CSS", "title": "Enables custom CSS to be applied to the page" }, "title": "Custom CSS Settings" @@ -226,7 +241,7 @@ }, "forwardRewindButtons": { "enable": { - "label": "Enable forward/rewind buttons", + "label": "Forward/rewind buttons", "title": "Adds forward and rewind buttons to the video player" }, "time": { @@ -328,6 +343,10 @@ "label": "Pause background players", "title": "Pauses video players in background tabs when you start a new player in foreground tab" }, + "playlistRemover": { + "label": "The removal of playlists from homepage", + "title": "Get rid of playlists" + }, "remainingTime": { "label": "Remaining time", "title": "Shows the remaining time of the video you're watching" @@ -351,10 +370,6 @@ "skipContinueWatching": { "label": "Skip \"Video is paused. Continue watching?\"", "title": "Skips the idle dialog that pauses video playback" - }, - "playlistRemover": { - "label": "Enable the removal of playlists from homepage", - "title": "Get rid of playlists" } }, "title": "Miscellaneous settings" @@ -497,7 +512,7 @@ }, "holdModifierKey": { "enable": { - "label": "Enable when holding modifier key", + "label": "When holding modifier key", "title": "Press a modifier key to enable volume adjustment with the scroll wheel." }, "optionLabel": "{{KEY}} key", @@ -508,7 +523,7 @@ }, "holdRightClick": { "enable": { - "label": "Enable when holding right click", + "label": "When holding right click", "title": "Hold right click to enable scroll wheel volume control" } }, @@ -597,7 +612,7 @@ } }, "enable": { - "label": "Enable selected theme", + "label": "Deep Dark Theme", "title": "Activate the selected theme for the page" }, "select": { From 0edd9b43fe61c8422d5531df3c963e0a28b2ed03 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 28 May 2025 13:49:47 -0400 Subject: [PATCH 0877/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index f3dfc8736..94925dd1d 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -123,6 +123,21 @@ "allDataDeleted": "Tutti i dati sono stati eliminati.", "confirmAlert": "Questo eliminerà tutti i dati delle estensioni relativi alle opzioni. Continuare?" }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "deepDarkCustomTheme": "Set theme to 'Custom' to configure this option.", + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option." + } + }, "sections": { "automaticQuality": { "enable": { @@ -328,6 +343,10 @@ "label": "Metti in pausa riproduttori in secondo piano", "title": "Mette in pausa i riproduttori video nelle schede nascoste quando si avvia un nuovo riproduttore nella scheda aperta" }, + "playlistRemover": { + "label": "Abilita la rimozione delle liste riproduzioni dalla pagina iniziale", + "title": "Sbarazzati delle liste riproduzioni" + }, "remainingTime": { "label": "Tempo rimanente", "title": "Mostra il tempo rimanente per il video che stai guardando" @@ -351,10 +370,6 @@ "skipContinueWatching": { "label": "Salta \"Video in pausa. Continuare a guardare?\"", "title": "Salta la finestra che mette in pausa la riproduzione video" - }, - "playlistRemover": { - "label": "Abilita la rimozione delle liste riproduzioni dalla pagina iniziale", - "title": "Sbarazzati delle liste riproduzioni" } }, "title": "Impostazioni varie" From 4a131d4767e06493aa6e516c9727f9bf04cfd27e Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 28 May 2025 13:49:48 -0400 Subject: [PATCH 0878/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index 68eb75015..404001f32 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -123,6 +123,21 @@ "allDataDeleted": "すべてのデータが削除されました。", "confirmAlert": "オプションに関連するすべてのデータを削除します。続行しますか?" }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "deepDarkCustomTheme": "Set theme to 'Custom' to configure this option.", + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option." + } + }, "sections": { "automaticQuality": { "enable": { @@ -328,6 +343,10 @@ "label": "背後タブのビデオプレイヤーを一時停止", "title": "前景タブに新規プレイヤー開始にして、背後タブのビデオプレイヤーを一時停止します" }, + "playlistRemover": { + "label": "ホームページでプレイリストを削除する", + "title": "プレイリストを削除する" + }, "remainingTime": { "label": "残り時間", "title": "動画の残り時間を表示します" @@ -351,10 +370,6 @@ "skipContinueWatching": { "label": "「動画が一時停止されました。続きを視聴しますか?」を抜かする", "title": "動画一時休止する休眠メッセージを抜かされます" - }, - "playlistRemover": { - "label": "ホームページでプレイリストを削除する", - "title": "プレイリストを削除する" } }, "title": "他の設定" From ff87de1dc8bc94a99fb65ab0bbbfb32a2d4dd557 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 28 May 2025 13:49:49 -0400 Subject: [PATCH 0879/1783] New translations en-us.json (Korean) --- public/locales/ko-KR.json | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/public/locales/ko-KR.json b/public/locales/ko-KR.json index 02ccff7fc..f1acccce1 100644 --- a/public/locales/ko-KR.json +++ b/public/locales/ko-KR.json @@ -123,6 +123,21 @@ "allDataDeleted": "모든 데이터가 삭제되었습니다.", "confirmAlert": "모든 데이터가 삭제됩니다. 진행할까요?" }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "deepDarkCustomTheme": "Set theme to 'Custom' to configure this option.", + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option." + } + }, "sections": { "automaticQuality": { "enable": { @@ -328,6 +343,10 @@ "label": "백그라운드 플레이어 일시 중지", "title": "다른 탭에서 동영상을 재생할 때 이전 탭의 동영상 플레이어를 일시 중지합니다." }, + "playlistRemover": { + "label": "The removal of playlists from homepage", + "title": "Get rid of playlists" + }, "remainingTime": { "label": "남은 시간 표시", "title": "현재 동영상의 남은 시간을 표시합니다." @@ -351,10 +370,6 @@ "skipContinueWatching": { "label": "'동영상이 일시중지되었습니다. 이어서 시청하시겠어요?' 팝업 스킵", "title": "'동영상이 일시중지되었습니다. 이어서 시청하시겠어요?' 팝업을 자동으로 스킵하여 끊김 없는 재생을 유지합니다." - }, - "playlistRemover": { - "label": "Enable the removal of playlists from homepage", - "title": "Get rid of playlists" } }, "title": "기타 설정" From 9eb60cac8862b972f698a5c05242e7bb56310163 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 28 May 2025 13:49:50 -0400 Subject: [PATCH 0880/1783] New translations en-us.json (Polish) --- public/locales/pl-PL.json | 33 ++++++++++++++++++++++++--------- 1 file changed, 24 insertions(+), 9 deletions(-) diff --git a/public/locales/pl-PL.json b/public/locales/pl-PL.json index 023c4efd0..9292a19df 100644 --- a/public/locales/pl-PL.json +++ b/public/locales/pl-PL.json @@ -123,6 +123,21 @@ "allDataDeleted": "All data has been deleted.", "confirmAlert": "This will delete all extension data related to options. Continue?" }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "deepDarkCustomTheme": "Set theme to 'Custom' to configure this option.", + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option." + } + }, "sections": { "automaticQuality": { "enable": { @@ -206,7 +221,7 @@ "noProblems": "No problems found." }, "enable": { - "label": "Enable custom CSS", + "label": "Custom CSS", "title": "Enables custom CSS to be applied to the page" }, "title": "Custom CSS Settings" @@ -226,7 +241,7 @@ }, "forwardRewindButtons": { "enable": { - "label": "Enable forward/rewind buttons", + "label": "Forward/rewind buttons", "title": "Adds forward and rewind buttons to the video player" }, "time": { @@ -328,6 +343,10 @@ "label": "Pause background players", "title": "Pauses video players in background tabs when you start a new player in foreground tab" }, + "playlistRemover": { + "label": "The removal of playlists from homepage", + "title": "Get rid of playlists" + }, "remainingTime": { "label": "Remaining time", "title": "Shows the remaining time of the video you're watching" @@ -351,10 +370,6 @@ "skipContinueWatching": { "label": "Skip \"Video is paused. Continue watching?\"", "title": "Skips the idle dialog that pauses video playback" - }, - "playlistRemover": { - "label": "Enable the removal of playlists from homepage", - "title": "Get rid of playlists" } }, "title": "Miscellaneous settings" @@ -497,7 +512,7 @@ }, "holdModifierKey": { "enable": { - "label": "Enable when holding modifier key", + "label": "When holding modifier key", "title": "Press a modifier key to enable volume adjustment with the scroll wheel." }, "optionLabel": "{{KEY}} key", @@ -508,7 +523,7 @@ }, "holdRightClick": { "enable": { - "label": "Enable when holding right click", + "label": "When holding right click", "title": "Hold right click to enable scroll wheel volume control" } }, @@ -597,7 +612,7 @@ } }, "enable": { - "label": "Enable selected theme", + "label": "Deep Dark Theme", "title": "Activate the selected theme for the page" }, "select": { From e114143f008d5f1b98ad9df680045f9ede6a4af1 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 28 May 2025 13:49:51 -0400 Subject: [PATCH 0881/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index c32245da8..9741d1177 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -123,6 +123,21 @@ "allDataDeleted": "Все данные были удалены.", "confirmAlert": "Это приведет к удалению всех данных расширения, связанных с настройками. Продолжить?" }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "deepDarkCustomTheme": "Set theme to 'Custom' to configure this option.", + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option." + } + }, "sections": { "automaticQuality": { "enable": { @@ -328,6 +343,10 @@ "label": "Ставить на паузу видео в фоновых вкладках", "title": "Ставит на паузу видео в фоновых вкладках при запуске видео в активной (текущей) вкладке" }, + "playlistRemover": { + "label": "Разрешить удаление плейлистов с домашней страницы", + "title": "Удаляет плейлисты" + }, "remainingTime": { "label": "Включить отображение оставшегося времени", "title": "Показывает оставшееся время просмотра видео" @@ -351,10 +370,6 @@ "skipContinueWatching": { "label": "Пропускать \"Воспроизведение приостановлено. Продолжить?\"", "title": "Автоматически пропускает диалог простоя, который приостанавливает воспроизведение" - }, - "playlistRemover": { - "label": "Разрешить удаление плейлистов с домашней страницы", - "title": "Удаляет плейлисты" } }, "title": "Прочие параметры" From f512f7b44862096de8422c2f98afb47f41afddeb Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 28 May 2025 13:49:52 -0400 Subject: [PATCH 0882/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index ac7dce525..22c7dc55b 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -123,6 +123,21 @@ "allDataDeleted": "All data har tagits bort.", "confirmAlert": "Detta kommer att ta bort alla tilläggsdata relaterade till alternativen. Fortsätta?" }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "deepDarkCustomTheme": "Set theme to 'Custom' to configure this option.", + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option." + } + }, "sections": { "automaticQuality": { "enable": { @@ -328,6 +343,10 @@ "label": "Pausa spelare i bakgrunden", "title": "Pausar videospelare i bakgrundsflikar när du startar en ny videospelare i en förgrundsflik" }, + "playlistRemover": { + "label": "Aktivera borttagning av spellistor från startsidan", + "title": "Visa inte spellistor" + }, "remainingTime": { "label": "Återstående tid", "title": "Visar återstående tid för videon du tittar på" @@ -351,10 +370,6 @@ "skipContinueWatching": { "label": "Hoppa över \"Videon är pausad. Fortsätt titta?\"", "title": "Hoppa över dialogrutan som pausar videouppspelningen" - }, - "playlistRemover": { - "label": "Aktivera borttagning av spellistor från startsidan", - "title": "Visa inte spellistor" } }, "title": "Övriga inställningar" From 67e9419e9b2600dfbb932c5a65aa1dd71014c4b4 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 28 May 2025 13:49:53 -0400 Subject: [PATCH 0883/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 27 +++++++++++++++++++++------ 1 file changed, 21 insertions(+), 6 deletions(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index 60bc9fb61..c17792f11 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -123,6 +123,21 @@ "allDataDeleted": "Tüm veriler silindi.", "confirmAlert": "Bu seçeneklerle ilgili tüm uzantı verilerini silecektir. Devam etmek istiyor musunuz?" }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "deepDarkCustomTheme": "Set theme to 'Custom' to configure this option.", + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option." + } + }, "sections": { "automaticQuality": { "enable": { @@ -226,7 +241,7 @@ }, "forwardRewindButtons": { "enable": { - "label": "Enable forward/rewind buttons", + "label": "Forward/rewind buttons", "title": "Adds forward and rewind buttons to the video player" }, "time": { @@ -328,6 +343,10 @@ "label": "Arka plan oynatıcılarını duraklat", "title": "Ön plan sekmesinde yeni bir oynatıcı başlattığınızda arka plan sekmelerindeki video oynatıcıları duraklatır" }, + "playlistRemover": { + "label": "Ana sayfadan oynatma listelerinin kaldırılmasını etkinleştirin", + "title": "Oynatma listelerinden kurtulun" + }, "remainingTime": { "label": "Kalan süre", "title": "İzlediğiniz videonun kalan süresini gösterir" @@ -351,10 +370,6 @@ "skipContinueWatching": { "label": "\"Video durdu. Hala orda mısın?\"ı Atla", "title": "Skips the idle dialog that pauses video playback" - }, - "playlistRemover": { - "label": "Ana sayfadan oynatma listelerinin kaldırılmasını etkinleştirin", - "title": "Oynatma listelerinden kurtulun" } }, "title": "Çeşitli ayarlar" @@ -497,7 +512,7 @@ }, "holdModifierKey": { "enable": { - "label": "Enable when holding modifier key", + "label": "When holding modifier key", "title": "Kaydırma tekerleği ile ses düzeyi ayarını etkinleştirmek için değiştirici tuşlardan birine basın" }, "optionLabel": "{{KEY}} anahtarı", From b5c45f6febb2cc3a80270a30835386e50f8e8f21 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 28 May 2025 13:49:54 -0400 Subject: [PATCH 0884/1783] New translations en-us.json (Ukrainian) --- public/locales/uk-UA.json | 29 ++++++++++++++++++++++------- 1 file changed, 22 insertions(+), 7 deletions(-) diff --git a/public/locales/uk-UA.json b/public/locales/uk-UA.json index d3d9bde14..255129046 100644 --- a/public/locales/uk-UA.json +++ b/public/locales/uk-UA.json @@ -123,6 +123,21 @@ "allDataDeleted": "Усі дані скинуто.", "confirmAlert": "Це видалить всі дані розширення, пов'язані з налаштуваннями. Продовжити?" }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "deepDarkCustomTheme": "Set theme to 'Custom' to configure this option.", + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option." + } + }, "sections": { "automaticQuality": { "enable": { @@ -328,6 +343,10 @@ "label": "Pause background players", "title": "Pauses video players in background tabs when you start a new player in foreground tab" }, + "playlistRemover": { + "label": "The removal of playlists from homepage", + "title": "Get rid of playlists" + }, "remainingTime": { "label": "Remaining time", "title": "Shows the remaining time of the video you're watching" @@ -351,10 +370,6 @@ "skipContinueWatching": { "label": "Skip \"Video is paused. Continue watching?\"", "title": "Skips the idle dialog that pauses video playback" - }, - "playlistRemover": { - "label": "Enable the removal of playlists from homepage", - "title": "Get rid of playlists" } }, "title": "Miscellaneous settings" @@ -497,7 +512,7 @@ }, "holdModifierKey": { "enable": { - "label": "Enable when holding modifier key", + "label": "When holding modifier key", "title": "Press a modifier key to enable volume adjustment with the scroll wheel." }, "optionLabel": "{{KEY}} key", @@ -508,7 +523,7 @@ }, "holdRightClick": { "enable": { - "label": "Enable when holding right click", + "label": "When holding right click", "title": "Hold right click to enable scroll wheel volume control" } }, @@ -597,7 +612,7 @@ } }, "enable": { - "label": "Enable selected theme", + "label": "Deep Dark Theme", "title": "Activate the selected theme for the page" }, "select": { From 976cda5911060559fd55296bd969ca366afbf6f4 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 28 May 2025 13:49:55 -0400 Subject: [PATCH 0885/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index a92e5d3b8..f42e90e73 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -123,6 +123,21 @@ "allDataDeleted": "所有数据已删除。", "confirmAlert": "这将删除所有与选项相关的扩展数据。是否继续?" }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "deepDarkCustomTheme": "Set theme to 'Custom' to configure this option.", + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option." + } + }, "sections": { "automaticQuality": { "enable": { @@ -328,6 +343,10 @@ "label": "暂停后台播放", "title": "当您在前台标签中启用一个新播放器时,暂停后台标签中的视频播放器" }, + "playlistRemover": { + "label": "启用从主页删除播放列表", + "title": "清除播放列表" + }, "remainingTime": { "label": "剩余时间", "title": "显示您观看的视频的剩余时间" @@ -351,10 +370,6 @@ "skipContinueWatching": { "label": "跳过\"视频已暂停。继续观看吗?\"", "title": "跳过暂停视频播放的闲置对话框" - }, - "playlistRemover": { - "label": "启用从主页删除播放列表", - "title": "清除播放列表" } }, "title": "其他设置" From 65ade524bb0628729d82b43725dd06a325eb23f5 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 28 May 2025 13:49:56 -0400 Subject: [PATCH 0886/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index 0451d0e04..624359980 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -123,6 +123,21 @@ "allDataDeleted": "所有資料已重置。", "confirmAlert": "將會清除這個擴充套件的相關選項,繼續?" }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "deepDarkCustomTheme": "Set theme to 'Custom' to configure this option.", + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option." + } + }, "sections": { "automaticQuality": { "enable": { @@ -328,6 +343,10 @@ "label": "暫停背景播放程序", "title": "當前景分頁啟用新播放器時,自動凍結背景分頁影音" }, + "playlistRemover": { + "label": "啟用在主頁移除播放清單", + "title": "移除播放清單" + }, "remainingTime": { "label": "剩餘時間", "title": "顥示現時影片的剩餘時間" @@ -351,10 +370,6 @@ "skipContinueWatching": { "label": "跳過「影片已暫停,繼續觀看?」", "title": "跳過暫停影片播放的閒置對話框" - }, - "playlistRemover": { - "label": "啟用在主頁移除播放清單", - "title": "移除播放清單" } }, "title": "其他設定" From d05735ee1239cffa4593f34be42bc115c10d77b9 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 28 May 2025 13:49:57 -0400 Subject: [PATCH 0887/1783] New translations en-us.json (Vietnamese) --- public/locales/vi-VN.json | 33 ++++++++++++++++++++++++--------- 1 file changed, 24 insertions(+), 9 deletions(-) diff --git a/public/locales/vi-VN.json b/public/locales/vi-VN.json index 406cc4ca3..f5e3c4622 100644 --- a/public/locales/vi-VN.json +++ b/public/locales/vi-VN.json @@ -123,6 +123,21 @@ "allDataDeleted": "All data has been deleted.", "confirmAlert": "This will delete all extension data related to options. Continue?" }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "deepDarkCustomTheme": "Set theme to 'Custom' to configure this option.", + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option." + } + }, "sections": { "automaticQuality": { "enable": { @@ -206,7 +221,7 @@ "noProblems": "No problems found." }, "enable": { - "label": "Enable custom CSS", + "label": "Custom CSS", "title": "Enables custom CSS to be applied to the page" }, "title": "Custom CSS Settings" @@ -226,7 +241,7 @@ }, "forwardRewindButtons": { "enable": { - "label": "Enable forward/rewind buttons", + "label": "Forward/rewind buttons", "title": "Adds forward and rewind buttons to the video player" }, "time": { @@ -328,6 +343,10 @@ "label": "Pause background players", "title": "Pauses video players in background tabs when you start a new player in foreground tab" }, + "playlistRemover": { + "label": "The removal of playlists from homepage", + "title": "Get rid of playlists" + }, "remainingTime": { "label": "Remaining time", "title": "Shows the remaining time of the video you're watching" @@ -351,10 +370,6 @@ "skipContinueWatching": { "label": "Skip \"Video is paused. Continue watching?\"", "title": "Skips the idle dialog that pauses video playback" - }, - "playlistRemover": { - "label": "Enable the removal of playlists from homepage", - "title": "Get rid of playlists" } }, "title": "Miscellaneous settings" @@ -497,7 +512,7 @@ }, "holdModifierKey": { "enable": { - "label": "Enable when holding modifier key", + "label": "When holding modifier key", "title": "Press a modifier key to enable volume adjustment with the scroll wheel." }, "optionLabel": "{{KEY}} key", @@ -508,7 +523,7 @@ }, "holdRightClick": { "enable": { - "label": "Enable when holding right click", + "label": "When holding right click", "title": "Hold right click to enable scroll wheel volume control" } }, @@ -597,7 +612,7 @@ } }, "enable": { - "label": "Enable selected theme", + "label": "Deep Dark Theme", "title": "Activate the selected theme for the page" }, "select": { From ce1557a4d72d0de8da3a73ed7ddf31e1c4047b58 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 28 May 2025 13:49:58 -0400 Subject: [PATCH 0888/1783] New translations en-us.json (Persian) --- public/locales/fa-IR.json | 33 ++++++++++++++++++++++++--------- 1 file changed, 24 insertions(+), 9 deletions(-) diff --git a/public/locales/fa-IR.json b/public/locales/fa-IR.json index 9eb409991..4f399bc72 100644 --- a/public/locales/fa-IR.json +++ b/public/locales/fa-IR.json @@ -123,6 +123,21 @@ "allDataDeleted": "All data has been deleted.", "confirmAlert": "This will delete all extension data related to options. Continue?" }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "deepDarkCustomTheme": "Set theme to 'Custom' to configure this option.", + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option." + } + }, "sections": { "automaticQuality": { "enable": { @@ -206,7 +221,7 @@ "noProblems": "No problems found." }, "enable": { - "label": "Enable custom CSS", + "label": "Custom CSS", "title": "Enables custom CSS to be applied to the page" }, "title": "Custom CSS Settings" @@ -226,7 +241,7 @@ }, "forwardRewindButtons": { "enable": { - "label": "Enable forward/rewind buttons", + "label": "Forward/rewind buttons", "title": "Adds forward and rewind buttons to the video player" }, "time": { @@ -328,6 +343,10 @@ "label": "Pause background players", "title": "Pauses video players in background tabs when you start a new player in foreground tab" }, + "playlistRemover": { + "label": "The removal of playlists from homepage", + "title": "Get rid of playlists" + }, "remainingTime": { "label": "Remaining time", "title": "Shows the remaining time of the video you're watching" @@ -351,10 +370,6 @@ "skipContinueWatching": { "label": "Skip \"Video is paused. Continue watching?\"", "title": "Skips the idle dialog that pauses video playback" - }, - "playlistRemover": { - "label": "Enable the removal of playlists from homepage", - "title": "Get rid of playlists" } }, "title": "Miscellaneous settings" @@ -497,7 +512,7 @@ }, "holdModifierKey": { "enable": { - "label": "Enable when holding modifier key", + "label": "When holding modifier key", "title": "Press a modifier key to enable volume adjustment with the scroll wheel." }, "optionLabel": "{{KEY}} key", @@ -508,7 +523,7 @@ }, "holdRightClick": { "enable": { - "label": "Enable when holding right click", + "label": "When holding right click", "title": "Hold right click to enable scroll wheel volume control" } }, @@ -597,7 +612,7 @@ } }, "enable": { - "label": "Enable selected theme", + "label": "Deep Dark Theme", "title": "Activate the selected theme for the page" }, "select": { From d621433b0e1c6b74b752cbc395c8b9761cec5bf8 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 28 May 2025 13:49:59 -0400 Subject: [PATCH 0889/1783] New translations en-us.json (Hindi) --- public/locales/hi-IN.json | 33 ++++++++++++++++++++++++--------- 1 file changed, 24 insertions(+), 9 deletions(-) diff --git a/public/locales/hi-IN.json b/public/locales/hi-IN.json index e2dd47a51..974d3448c 100644 --- a/public/locales/hi-IN.json +++ b/public/locales/hi-IN.json @@ -123,6 +123,21 @@ "allDataDeleted": "All data has been deleted.", "confirmAlert": "This will delete all extension data related to options. Continue?" }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "deepDarkCustomTheme": "Set theme to 'Custom' to configure this option.", + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option." + } + }, "sections": { "automaticQuality": { "enable": { @@ -206,7 +221,7 @@ "noProblems": "No problems found." }, "enable": { - "label": "Enable custom CSS", + "label": "Custom CSS", "title": "Enables custom CSS to be applied to the page" }, "title": "Custom CSS Settings" @@ -226,7 +241,7 @@ }, "forwardRewindButtons": { "enable": { - "label": "Enable forward/rewind buttons", + "label": "Forward/rewind buttons", "title": "Adds forward and rewind buttons to the video player" }, "time": { @@ -328,6 +343,10 @@ "label": "Pause background players", "title": "Pauses video players in background tabs when you start a new player in foreground tab" }, + "playlistRemover": { + "label": "The removal of playlists from homepage", + "title": "Get rid of playlists" + }, "remainingTime": { "label": "Remaining time", "title": "Shows the remaining time of the video you're watching" @@ -351,10 +370,6 @@ "skipContinueWatching": { "label": "Skip \"Video is paused. Continue watching?\"", "title": "Skips the idle dialog that pauses video playback" - }, - "playlistRemover": { - "label": "Enable the removal of playlists from homepage", - "title": "Get rid of playlists" } }, "title": "Miscellaneous settings" @@ -497,7 +512,7 @@ }, "holdModifierKey": { "enable": { - "label": "Enable when holding modifier key", + "label": "When holding modifier key", "title": "Press a modifier key to enable volume adjustment with the scroll wheel." }, "optionLabel": "{{KEY}} key", @@ -508,7 +523,7 @@ }, "holdRightClick": { "enable": { - "label": "Enable when holding right click", + "label": "When holding right click", "title": "Hold right click to enable scroll wheel volume control" } }, @@ -597,7 +612,7 @@ } }, "enable": { - "label": "Enable selected theme", + "label": "Deep Dark Theme", "title": "Activate the selected theme for the page" }, "select": { From c1e6f2680b7661779478520f84989e572c69cc6c Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 28 May 2025 13:50:00 -0400 Subject: [PATCH 0890/1783] New translations en-us.json (English, United Kingdom) --- public/locales/en-GB.json | 33 ++++++++++++++++++++++++--------- 1 file changed, 24 insertions(+), 9 deletions(-) diff --git a/public/locales/en-GB.json b/public/locales/en-GB.json index 16c423f98..161ec98a8 100644 --- a/public/locales/en-GB.json +++ b/public/locales/en-GB.json @@ -123,6 +123,21 @@ "allDataDeleted": "All data has been deleted.", "confirmAlert": "This will delete all extension data related to options. Continue?" }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "deepDarkCustomTheme": "Set theme to 'Custom' to configure this option.", + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option." + } + }, "sections": { "automaticQuality": { "enable": { @@ -206,7 +221,7 @@ "noProblems": "No problems found." }, "enable": { - "label": "Enable custom CSS", + "label": "Custom CSS", "title": "Enables custom CSS to be applied to the page" }, "title": "Custom CSS Settings" @@ -226,7 +241,7 @@ }, "forwardRewindButtons": { "enable": { - "label": "Enable forward/rewind buttons", + "label": "Forward/rewind buttons", "title": "Adds forward and rewind buttons to the video player" }, "time": { @@ -328,6 +343,10 @@ "label": "Pause background players", "title": "Pauses video players in background tabs when you start a new player in foreground tab" }, + "playlistRemover": { + "label": "The removal of playlists from homepage", + "title": "Get rid of playlists" + }, "remainingTime": { "label": "Remaining time", "title": "Shows the remaining time of the video you're watching" @@ -351,10 +370,6 @@ "skipContinueWatching": { "label": "Skip \"Video is paused. Continue watching?\"", "title": "Skips the idle dialog that pauses video playback" - }, - "playlistRemover": { - "label": "Enable the removal of playlists from homepage", - "title": "Get rid of playlists" } }, "title": "Miscellaneous settings" @@ -497,7 +512,7 @@ }, "holdModifierKey": { "enable": { - "label": "Enable when holding modifier key", + "label": "When holding modifier key", "title": "Press a modifier key to enable volume adjustment with the scroll wheel." }, "optionLabel": "{{KEY}} key", @@ -508,7 +523,7 @@ }, "holdRightClick": { "enable": { - "label": "Enable when holding right click", + "label": "When holding right click", "title": "Hold right click to enable scroll wheel volume control" } }, @@ -597,7 +612,7 @@ } }, "enable": { - "label": "Enable selected theme", + "label": "Deep Dark Theme", "title": "Activate the selected theme for the page" }, "select": { From 68daacba25aabe40953c46c81cef49ddae2875c3 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 28 May 2025 14:47:47 -0400 Subject: [PATCH 0891/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index e299d42b4..835e77ff9 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -125,17 +125,17 @@ }, "optionDisabled": { "either": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " or " + "label": "Ative o {{OPTIONS}} para configurar esta opção", + "separator": " ou " }, "plural": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " and " + "label": "Ative o {{OPTIONS}} para configurar esta opção", + "separator": " e " }, - "singular": "Enable '{{OPTION}}' to configure this option", + "singular": "Ative o '{{OPTION}}' para configurar esta opção", "specificOption": { - "deepDarkCustomTheme": "Set theme to 'Custom' to configure this option.", - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option." + "deepDarkCustomTheme": "Defina o tema para 'Personalizado' para configurar esta opção.", + "featureMenu": "Altere pelo menos um botão no menu de recursos para configurar esta opção." } }, "sections": { @@ -221,7 +221,7 @@ "noProblems": "Nenhum problema encontrado." }, "enable": { - "label": "Ativar CSS personalizado", + "label": "CSS personalizado", "title": "Ativa o CSS personalizado para ser aplicado à página" }, "title": "Opções do CSS personalizado" @@ -241,7 +241,7 @@ }, "forwardRewindButtons": { "enable": { - "label": "Ativar botões de avançar/voltar", + "label": "Botões de avançar/voltar", "title": "Adiciona botões de avançar/voltar ao player de vídeo" }, "time": { @@ -344,7 +344,7 @@ "title": "Pausa o player nas abas em segundo plano ao iniciar um novo player noutra aba" }, "playlistRemover": { - "label": "Ativa a remoção de playlists da página inicial", + "label": "Remoção de playlists da página inicial", "title": "Remover playlists da página inicial" }, "remainingTime": { @@ -512,7 +512,7 @@ }, "holdModifierKey": { "enable": { - "label": "Ativar ao segurar a tecla modificadora", + "label": "Ao segurar a tecla de modificação", "title": "Pressione uma tecla modificadora para ativar o ajuste de volume com a roda do mouse." }, "optionLabel": "Tecla {{KEY}}", @@ -523,7 +523,7 @@ }, "holdRightClick": { "enable": { - "label": "Ativar ao segurar o botão direito", + "label": "Ao segurar o botão direito", "title": "Segure o botão direito para ativar o controle de volume da roda do mouse" } }, @@ -612,7 +612,7 @@ } }, "enable": { - "label": "Ativar tema selecionado", + "label": "Tema meia-noite", "title": "Ativar tema selecionado para a página" }, "select": { From 83f1d1c98464ac8358bf6391e1ae8f863fcf2c98 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 28 May 2025 14:47:48 -0400 Subject: [PATCH 0892/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index 94925dd1d..e42bfd043 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -125,17 +125,17 @@ }, "optionDisabled": { "either": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " or " + "label": "Abilita {{OPTIONS}} per configurare questa opzione", + "separator": " o " }, "plural": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " and " + "label": "Abilita {{OPTIONS}} per configurare questa opzione", + "separator": " e " }, - "singular": "Enable '{{OPTION}}' to configure this option", + "singular": "Abilita '{{OPTION}}' per configurare questa opzione", "specificOption": { - "deepDarkCustomTheme": "Set theme to 'Custom' to configure this option.", - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option." + "deepDarkCustomTheme": "Imposta il tema a 'Personalizzato' per configurare questa opzione.", + "featureMenu": "Configura almeno un pulsante da posizionare nel menu' delle funzioni per configurare questa opzione." } }, "sections": { From 2eac7b8bc4d9ba9a1cf5010a678fafa18b4b70ae Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 28 May 2025 14:47:49 -0400 Subject: [PATCH 0893/1783] New translations en-us.json (Polish) --- public/locales/pl-PL.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/pl-PL.json b/public/locales/pl-PL.json index 9292a19df..662b04001 100644 --- a/public/locales/pl-PL.json +++ b/public/locales/pl-PL.json @@ -2,7 +2,7 @@ "langCode": "pl-PL", "langName": "Polish", "messages": { - "resumingVideo": "Resuming video at {{VIDEO_TIME}}", + "resumingVideo": "Wznowienie wideo za {{VIDEO_TIME}}", "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" }, "pages": { @@ -10,7 +10,7 @@ "features": { "copyTimestampUrlButton": { "button": { - "copied": "Copied!", + "copied": "Skopiowano!", "label": "Copy video URL with timestamp" } }, From b04cf5aa2a4a8424fd416898290e8bf4a928fab3 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 28 May 2025 16:09:59 -0400 Subject: [PATCH 0894/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index c17792f11..293a60bb3 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -125,17 +125,17 @@ }, "optionDisabled": { "either": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " or " + "label": "Bu seçeneği yapılandırmak için {{OPTIONS}} öğesini etkinleştirin", + "separator": " veya " }, "plural": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " and " + "label": "Bu seçeneği yapılandırmak için {{OPTIONS}} öğesini etkinleştirin", + "separator": " ve " }, - "singular": "Enable '{{OPTION}}' to configure this option", + "singular": "Bu seçeneği yapılandırmak için '{{OPTION}}' öğesini etkinleştirin", "specificOption": { - "deepDarkCustomTheme": "Set theme to 'Custom' to configure this option.", - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option." + "deepDarkCustomTheme": "Bu seçeneği yapılandırmak için temayı 'Özel' olarak ayarlayın.", + "featureMenu": "Bu seçeneği yapılandırmak için özellik menüsüne yerleştirilecek en az bir düğmeyi yapılandırın." } }, "sections": { @@ -241,7 +241,7 @@ }, "forwardRewindButtons": { "enable": { - "label": "Forward/rewind buttons", + "label": "İleri/geri sarma düğmeleri", "title": "Adds forward and rewind buttons to the video player" }, "time": { @@ -591,8 +591,8 @@ "title": "İkincil metin rengi" }, "hoverBackground": { - "label": "Hover background color", - "title": "Color for hover background" + "label": "Üzerine gelindiğindeki arka plan rengi", + "title": "Üzerine gelindiğindeki arka plan rengi" }, "mainBackground": { "label": "Ana arka plan rengi", From 5962990600010ac87a12aedaa05e44eecc9f2358 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 28 May 2025 22:41:43 -0400 Subject: [PATCH 0895/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index 835e77ff9..2a27202aa 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -311,6 +311,10 @@ "label": "Ocultar banner de promoção paga", "title": "Oculta o banner ao assistir um vídeo com promoção paga incluída" }, + "hidePlayables": { + "label": "Hide playables", + "title": "Hides all playables" + }, "hideScrollbar": { "label": "Ocultar barra de rolagem", "title": "Oculta a barra de rolagem da página" From 50f1568fe995117d308261a634303d8ad50eb7bb Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 28 May 2025 22:41:43 -0400 Subject: [PATCH 0896/1783] New translations en-us.json (Dutch) --- public/locales/nl-NL.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/nl-NL.json b/public/locales/nl-NL.json index 79c111f15..0dd85cc4f 100644 --- a/public/locales/nl-NL.json +++ b/public/locales/nl-NL.json @@ -311,6 +311,10 @@ "label": "Verberg betaalde promotie banner", "title": "Verbergt de banner die verschijnt wanneer je een video bekijkt die een betaalde promotie heeft" }, + "hidePlayables": { + "label": "Hide playables", + "title": "Hides all playables" + }, "hideScrollbar": { "label": "Verberg scrollbar", "title": "Verbergt de scrollbar op de pagina" From 780e3b6640cdfe8a2ec1597c653331eea17a383c Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 28 May 2025 22:41:44 -0400 Subject: [PATCH 0897/1783] New translations en-us.json (French) --- public/locales/fr-FR.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/fr-FR.json b/public/locales/fr-FR.json index d71f9602e..612fec7f3 100644 --- a/public/locales/fr-FR.json +++ b/public/locales/fr-FR.json @@ -311,6 +311,10 @@ "label": "Hide paid promotion banner", "title": "Hides the banner that appears when you watch a video that has a paid promotion" }, + "hidePlayables": { + "label": "Hide playables", + "title": "Hides all playables" + }, "hideScrollbar": { "label": "Cacher la barre de défilement", "title": "Cache la barre de défilement des pages" From 099832bc23d816398c5921b1819c1aa0d44c442c Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 28 May 2025 22:41:45 -0400 Subject: [PATCH 0898/1783] New translations en-us.json (Spanish) --- public/locales/es-ES.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index 32676d304..0e8ff2f49 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -311,6 +311,10 @@ "label": "Hide paid promotion banner", "title": "Hides the banner that appears when you watch a video that has a paid promotion" }, + "hidePlayables": { + "label": "Hide playables", + "title": "Hides all playables" + }, "hideScrollbar": { "label": "Ocultar barra de desplazamiento", "title": "Oculta la barra de desplazamiento de la página" From 6e6ec3f72eb54f737abecaafe05c143c641edf5d Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 28 May 2025 22:41:46 -0400 Subject: [PATCH 0899/1783] New translations en-us.json (Catalan) --- public/locales/ca-ES.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/ca-ES.json b/public/locales/ca-ES.json index ffc632518..2fc69f7c3 100644 --- a/public/locales/ca-ES.json +++ b/public/locales/ca-ES.json @@ -311,6 +311,10 @@ "label": "Hide paid promotion banner", "title": "Hides the banner that appears when you watch a video that has a paid promotion" }, + "hidePlayables": { + "label": "Hide playables", + "title": "Hides all playables" + }, "hideScrollbar": { "label": "Hide scrollbar", "title": "Hides the pages scrollbar" From 131fed9965c1d1c5bce8e62e35b7e49f4d50dd3c Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 28 May 2025 22:41:48 -0400 Subject: [PATCH 0900/1783] New translations en-us.json (Czech) --- public/locales/cs-CZ.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/cs-CZ.json b/public/locales/cs-CZ.json index e57ad2a42..ae5c8db3c 100644 --- a/public/locales/cs-CZ.json +++ b/public/locales/cs-CZ.json @@ -311,6 +311,10 @@ "label": "Hide paid promotion banner", "title": "Hides the banner that appears when you watch a video that has a paid promotion" }, + "hidePlayables": { + "label": "Hide playables", + "title": "Hides all playables" + }, "hideScrollbar": { "label": "Hide scrollbar", "title": "Hides the pages scrollbar" From fc8880d599485ec4d47aa40a5601121f1fc52e13 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 28 May 2025 22:41:49 -0400 Subject: [PATCH 0901/1783] New translations en-us.json (German) --- public/locales/de-DE.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/de-DE.json b/public/locales/de-DE.json index f21cf9dca..3c3757f54 100644 --- a/public/locales/de-DE.json +++ b/public/locales/de-DE.json @@ -311,6 +311,10 @@ "label": "Hide paid promotion banner", "title": "Hides the banner that appears when you watch a video that has a paid promotion" }, + "hidePlayables": { + "label": "Hide playables", + "title": "Hides all playables" + }, "hideScrollbar": { "label": "Scrollbar ausblenden", "title": "Versteckt die Scrollleiste" From 1567d191e9b5f880abeeb904bbfb40cf0b2b2d73 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 28 May 2025 22:41:50 -0400 Subject: [PATCH 0902/1783] New translations en-us.json (Hebrew) --- public/locales/he-IL.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/he-IL.json b/public/locales/he-IL.json index 9ba1085c1..67a6139c9 100644 --- a/public/locales/he-IL.json +++ b/public/locales/he-IL.json @@ -311,6 +311,10 @@ "label": "Hide paid promotion banner", "title": "Hides the banner that appears when you watch a video that has a paid promotion" }, + "hidePlayables": { + "label": "Hide playables", + "title": "Hides all playables" + }, "hideScrollbar": { "label": "Hide scrollbar", "title": "Hides the pages scrollbar" From 873931eae790173f5382a5cdaeceabbfb3f54009 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 28 May 2025 22:41:51 -0400 Subject: [PATCH 0903/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index e42bfd043..74b42bc80 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -311,6 +311,10 @@ "label": "Nascondi banner promozioni a pagamento", "title": "Nasconde il banner con promozioni a pagamento che appare quando si guarda un video" }, + "hidePlayables": { + "label": "Hide playables", + "title": "Hides all playables" + }, "hideScrollbar": { "label": "Nascondi barra scorrimento", "title": "Nasconde la barra di scorrimento delle pagine" From 77bf40d5138f07cab6b2acf14214ada4be303ba5 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 28 May 2025 22:41:52 -0400 Subject: [PATCH 0904/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index 404001f32..8d103ac48 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -311,6 +311,10 @@ "label": "有料プロモーションバナーを隠す", "title": "有料プロモーションのある動画を視聴したときに表示されるバナーを隠すします" }, + "hidePlayables": { + "label": "Hide playables", + "title": "Hides all playables" + }, "hideScrollbar": { "label": "スクロールバー隠す機能", "title": "ページのスクロールバーを隠す" From 59dd8dafb384f211fd7409259a002bf297afb6f0 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 28 May 2025 22:41:53 -0400 Subject: [PATCH 0905/1783] New translations en-us.json (Korean) --- public/locales/ko-KR.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/ko-KR.json b/public/locales/ko-KR.json index f1acccce1..2a3c876b8 100644 --- a/public/locales/ko-KR.json +++ b/public/locales/ko-KR.json @@ -311,6 +311,10 @@ "label": "유료 광고 배너 숨기기", "title": "유료 광고가 있는 동영상을 볼 때 나타나는 배너를 숨깁니다." }, + "hidePlayables": { + "label": "Hide playables", + "title": "Hides all playables" + }, "hideScrollbar": { "label": "스크롤바 숨기기", "title": "스크롤바를 숨깁니다. 깔끔한 느낌을 받으시려면 키세요" From f026d5d76e27431467a2dfb799f6d7b44da4fc1c Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 28 May 2025 22:41:54 -0400 Subject: [PATCH 0906/1783] New translations en-us.json (Polish) --- public/locales/pl-PL.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/pl-PL.json b/public/locales/pl-PL.json index 662b04001..a866e7d8e 100644 --- a/public/locales/pl-PL.json +++ b/public/locales/pl-PL.json @@ -311,6 +311,10 @@ "label": "Hide paid promotion banner", "title": "Hides the banner that appears when you watch a video that has a paid promotion" }, + "hidePlayables": { + "label": "Hide playables", + "title": "Hides all playables" + }, "hideScrollbar": { "label": "Hide scrollbar", "title": "Hides the pages scrollbar" From 868227d90bf625d61802543b67b371381e83abd1 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 28 May 2025 22:41:55 -0400 Subject: [PATCH 0907/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index 9741d1177..ceb0fa7a7 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -311,6 +311,10 @@ "label": "Скрыть \"Содержит прямую рекламу\"", "title": "Скрывает баннер, отображающийся при просмотре видео, которое имеет платную рекламу" }, + "hidePlayables": { + "label": "Hide playables", + "title": "Hides all playables" + }, "hideScrollbar": { "label": "Включить скрытие полосы прокрутки страницы", "title": "Скрывает полосу прокрутки страницы" From 4cb04f997efa17f803e3e24f0e268cecbd60b70d Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 28 May 2025 22:41:56 -0400 Subject: [PATCH 0908/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index 22c7dc55b..a70216b88 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -311,6 +311,10 @@ "label": "Dölj betald marknadsföringsbanner", "title": "Döljer bannern som visas när du tittar på en video som har betald marknadsföring" }, + "hidePlayables": { + "label": "Hide playables", + "title": "Hides all playables" + }, "hideScrollbar": { "label": "Dölj rullningslisten", "title": "Döljer sidornas rullningsfält" From f92d438112f010b265179d9f0bd982551f9dda3f Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 28 May 2025 22:41:57 -0400 Subject: [PATCH 0909/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index 293a60bb3..86c675116 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -311,6 +311,10 @@ "label": "Ücretli tanıtım afişini gizle", "title": "Ücretli tanıtım içeren bir videoyu izlediğinizde görünen başlığı gizler" }, + "hidePlayables": { + "label": "Hide playables", + "title": "Hides all playables" + }, "hideScrollbar": { "label": "Kaydırma çubuğu gizlemeyi etkinleştir", "title": "Sayfa kaydırma çubuğunu gizler" From a3b355aa405839abca95672655c65ec2180040ee Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 28 May 2025 22:41:58 -0400 Subject: [PATCH 0910/1783] New translations en-us.json (Ukrainian) --- public/locales/uk-UA.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/uk-UA.json b/public/locales/uk-UA.json index 255129046..c007f3f9d 100644 --- a/public/locales/uk-UA.json +++ b/public/locales/uk-UA.json @@ -311,6 +311,10 @@ "label": "Hide paid promotion banner", "title": "Hides the banner that appears when you watch a video that has a paid promotion" }, + "hidePlayables": { + "label": "Hide playables", + "title": "Hides all playables" + }, "hideScrollbar": { "label": "Hide scrollbar", "title": "Hides the pages scrollbar" From 02bb0f498738ed90cffeb696eef0ded0f2b4e962 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 28 May 2025 22:41:59 -0400 Subject: [PATCH 0911/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index f42e90e73..802a3bb65 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -311,6 +311,10 @@ "label": "隐藏付费推广横幅", "title": "隐藏当您观看带有付费促销的视频时出现的横幅广告" }, + "hidePlayables": { + "label": "Hide playables", + "title": "Hides all playables" + }, "hideScrollbar": { "label": "启用隐藏滚动条", "title": "隐藏页面滚动条" From f65a225c9af06fb91181c6a5c064cb7bfc689cb8 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 28 May 2025 22:42:00 -0400 Subject: [PATCH 0912/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index 624359980..23add9906 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -311,6 +311,10 @@ "label": "隱藏付費推廣橫幅", "title": "隱藏當影片帶有付費推廣時顯示的橫幅" }, + "hidePlayables": { + "label": "Hide playables", + "title": "Hides all playables" + }, "hideScrollbar": { "label": "隱藏捲軸", "title": "隱藏頁面捲軸" From 8196316889227d468693be9a3f0f13e71f44e53f Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 28 May 2025 22:42:01 -0400 Subject: [PATCH 0913/1783] New translations en-us.json (Vietnamese) --- public/locales/vi-VN.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/vi-VN.json b/public/locales/vi-VN.json index f5e3c4622..8d9a553bb 100644 --- a/public/locales/vi-VN.json +++ b/public/locales/vi-VN.json @@ -311,6 +311,10 @@ "label": "Hide paid promotion banner", "title": "Hides the banner that appears when you watch a video that has a paid promotion" }, + "hidePlayables": { + "label": "Hide playables", + "title": "Hides all playables" + }, "hideScrollbar": { "label": "Hide scrollbar", "title": "Hides the pages scrollbar" From b25b2d381039e1b3500d39b582d2b4e6094e6585 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 28 May 2025 22:42:02 -0400 Subject: [PATCH 0914/1783] New translations en-us.json (Persian) --- public/locales/fa-IR.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/fa-IR.json b/public/locales/fa-IR.json index 4f399bc72..9641217ac 100644 --- a/public/locales/fa-IR.json +++ b/public/locales/fa-IR.json @@ -311,6 +311,10 @@ "label": "Hide paid promotion banner", "title": "Hides the banner that appears when you watch a video that has a paid promotion" }, + "hidePlayables": { + "label": "Hide playables", + "title": "Hides all playables" + }, "hideScrollbar": { "label": "Hide scrollbar", "title": "Hides the pages scrollbar" From 0eaa6f6da7434bea1c006a2f4f750f73f2eb10d6 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 28 May 2025 22:42:03 -0400 Subject: [PATCH 0915/1783] New translations en-us.json (Hindi) --- public/locales/hi-IN.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/hi-IN.json b/public/locales/hi-IN.json index 974d3448c..619460b15 100644 --- a/public/locales/hi-IN.json +++ b/public/locales/hi-IN.json @@ -311,6 +311,10 @@ "label": "Hide paid promotion banner", "title": "Hides the banner that appears when you watch a video that has a paid promotion" }, + "hidePlayables": { + "label": "Hide playables", + "title": "Hides all playables" + }, "hideScrollbar": { "label": "Hide scrollbar", "title": "Hides the pages scrollbar" From fd27e3277b0ce69396b7bfcca571599327268fff Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 28 May 2025 22:42:04 -0400 Subject: [PATCH 0916/1783] New translations en-us.json (English, United Kingdom) --- public/locales/en-GB.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/en-GB.json b/public/locales/en-GB.json index 161ec98a8..d5dbb3fcb 100644 --- a/public/locales/en-GB.json +++ b/public/locales/en-GB.json @@ -311,6 +311,10 @@ "label": "Hide paid promotion banner", "title": "Hides the banner that appears when you watch a video that has a paid promotion" }, + "hidePlayables": { + "label": "Hide playables", + "title": "Hides all playables" + }, "hideScrollbar": { "label": "Hide scrollbar", "title": "Hides the pages scrollbar" From 302d727f16c4f697e4fbbd5c53372f9910f5bf5f Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 29 May 2025 00:58:19 -0400 Subject: [PATCH 0917/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index 2a27202aa..8968a4f78 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -291,6 +291,10 @@ "label": "Copiar URL do vídeo com o botão de minutagem", "title": "Copia o URL do vídeo com a minutagem (?t=123)" }, + "hideArtificialIntelligenceSummary": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + }, "hideEndScreenCards": { "label": "Ocultar cards finais", "title": "Oculta os cards no final do vídeo" @@ -627,4 +631,4 @@ } } } -} +} From 9a3e4b7595821ab19ddc96ed71e1bc37e6fdf919 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 29 May 2025 00:58:20 -0400 Subject: [PATCH 0918/1783] New translations en-us.json (Dutch) --- public/locales/nl-NL.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/nl-NL.json b/public/locales/nl-NL.json index 0dd85cc4f..8b613316d 100644 --- a/public/locales/nl-NL.json +++ b/public/locales/nl-NL.json @@ -291,6 +291,10 @@ "label": "Kopieer video URL met tijdstempel knop", "title": "Kopieer video URL met tijdstempel (?t=123)" }, + "hideArtificialIntelligenceSummary": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + }, "hideEndScreenCards": { "label": "Eindscherm elementen verbergen", "title": "Maakt de elementen aan het eind van een video onzichtbaar" @@ -627,4 +631,4 @@ } } } -} +} From 3bba6d4440dc899ea2e53874cde01f3e2d4a11b2 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 29 May 2025 00:58:21 -0400 Subject: [PATCH 0919/1783] New translations en-us.json (French) --- public/locales/fr-FR.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/fr-FR.json b/public/locales/fr-FR.json index 612fec7f3..7f70eeb6f 100644 --- a/public/locales/fr-FR.json +++ b/public/locales/fr-FR.json @@ -291,6 +291,10 @@ "label": "Copy video URL with timestamp button", "title": "Copies video URL with timestamp (?t=123)" }, + "hideArtificialIntelligenceSummary": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + }, "hideEndScreenCards": { "label": "Hide end screen cards", "title": "Hides the cards at the end of the video" @@ -627,4 +631,4 @@ } } } -} +} From 8fe8b7810a50da7373e1a4ca23ce6063f19149c1 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 29 May 2025 00:58:22 -0400 Subject: [PATCH 0920/1783] New translations en-us.json (Spanish) --- public/locales/es-ES.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index 0e8ff2f49..8b8fbbc11 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -291,6 +291,10 @@ "label": "Copy video URL with timestamp button", "title": "Copies video URL with timestamp (?t=123)" }, + "hideArtificialIntelligenceSummary": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + }, "hideEndScreenCards": { "label": "Hide end screen cards", "title": "Hides the cards at the end of the video" @@ -627,4 +631,4 @@ } } } -} +} From bb9ae69c8e160385491f59001033a9a1100845f9 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 29 May 2025 00:58:23 -0400 Subject: [PATCH 0921/1783] New translations en-us.json (Catalan) --- public/locales/ca-ES.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/ca-ES.json b/public/locales/ca-ES.json index 2fc69f7c3..2860b4c98 100644 --- a/public/locales/ca-ES.json +++ b/public/locales/ca-ES.json @@ -291,6 +291,10 @@ "label": "Copy video URL with timestamp button", "title": "Copies video URL with timestamp (?t=123)" }, + "hideArtificialIntelligenceSummary": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + }, "hideEndScreenCards": { "label": "Hide end screen cards", "title": "Hides the cards at the end of the video" @@ -627,4 +631,4 @@ } } } -} +} From 5a4fb8908bcdb279ba4881dde9b998c57f4fe4e6 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 29 May 2025 00:58:25 -0400 Subject: [PATCH 0922/1783] New translations en-us.json (Czech) --- public/locales/cs-CZ.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/cs-CZ.json b/public/locales/cs-CZ.json index ae5c8db3c..f65165332 100644 --- a/public/locales/cs-CZ.json +++ b/public/locales/cs-CZ.json @@ -291,6 +291,10 @@ "label": "Copy video URL with timestamp button", "title": "Copies video URL with timestamp (?t=123)" }, + "hideArtificialIntelligenceSummary": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + }, "hideEndScreenCards": { "label": "Hide end screen cards", "title": "Hides the cards at the end of the video" @@ -627,4 +631,4 @@ } } } -} +} From 50dbcf041abcc43ea5065ed51993197823a7afb3 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 29 May 2025 00:58:26 -0400 Subject: [PATCH 0923/1783] New translations en-us.json (German) --- public/locales/de-DE.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/de-DE.json b/public/locales/de-DE.json index 3c3757f54..9fa2e4028 100644 --- a/public/locales/de-DE.json +++ b/public/locales/de-DE.json @@ -291,6 +291,10 @@ "label": "Copy video URL with timestamp button", "title": "Copies video URL with timestamp (?t=123)" }, + "hideArtificialIntelligenceSummary": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + }, "hideEndScreenCards": { "label": "Hide end screen cards", "title": "Hides the cards at the end of the video" @@ -627,4 +631,4 @@ } } } -} +} From da57111da5d8692fdc93b5a6aec17574d3855645 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 29 May 2025 00:58:27 -0400 Subject: [PATCH 0924/1783] New translations en-us.json (Hebrew) --- public/locales/he-IL.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/he-IL.json b/public/locales/he-IL.json index 67a6139c9..b34cce562 100644 --- a/public/locales/he-IL.json +++ b/public/locales/he-IL.json @@ -291,6 +291,10 @@ "label": "Copy video URL with timestamp button", "title": "Copies video URL with timestamp (?t=123)" }, + "hideArtificialIntelligenceSummary": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + }, "hideEndScreenCards": { "label": "Hide end screen cards", "title": "Hides the cards at the end of the video" @@ -627,4 +631,4 @@ } } } -} +} From 95b60347916312205ccdcc171b9c0fff16b99a62 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 29 May 2025 00:58:28 -0400 Subject: [PATCH 0925/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index 74b42bc80..b9729cadd 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -291,6 +291,10 @@ "label": "Pulsante \"Copia URL video con temporizzazione\"", "title": "Copia l'URL del video con la temporizzazione (?t=123)" }, + "hideArtificialIntelligenceSummary": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + }, "hideEndScreenCards": { "label": "Nascondi le schede finali", "title": "Nasconde le schede alla fine del video" @@ -627,4 +631,4 @@ } } } -} +} From 6aec7a9877d544c724a1bd8156ad086c627a9388 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 29 May 2025 00:58:28 -0400 Subject: [PATCH 0926/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index 8d103ac48..f5803c1b0 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -291,6 +291,10 @@ "label": "タイムスタンプ付きの動画URLをコピーのボタン", "title": "タイムスタンプ付きの動画URLをコピーする (?t=123)" }, + "hideArtificialIntelligenceSummary": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + }, "hideEndScreenCards": { "label": "終了画面のカードを非表示にする", "title": "動画の終了で画面カードを非表示にする" @@ -627,4 +631,4 @@ } } } -} +} From fb008e1d094edfd88230fe9249c84c57d974d631 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 29 May 2025 00:58:30 -0400 Subject: [PATCH 0927/1783] New translations en-us.json (Korean) --- public/locales/ko-KR.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/ko-KR.json b/public/locales/ko-KR.json index 2a3c876b8..6b7c030b6 100644 --- a/public/locales/ko-KR.json +++ b/public/locales/ko-KR.json @@ -291,6 +291,10 @@ "label": "현재 시간 주소 복사 버튼", "title": "현재 시간 주소 복사 (?t=123)" }, + "hideArtificialIntelligenceSummary": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + }, "hideEndScreenCards": { "label": "최종 화면 숨기기", "title": "동영상 마지막에 등장하는 추천 동영상 카드들을 숨깁니다." @@ -627,4 +631,4 @@ } } } -} +} From 3fdf5071d08e0db286d0b67d1c409e346488c96f Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 29 May 2025 00:58:31 -0400 Subject: [PATCH 0928/1783] New translations en-us.json (Polish) --- public/locales/pl-PL.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/pl-PL.json b/public/locales/pl-PL.json index a866e7d8e..01313269e 100644 --- a/public/locales/pl-PL.json +++ b/public/locales/pl-PL.json @@ -291,6 +291,10 @@ "label": "Copy video URL with timestamp button", "title": "Copies video URL with timestamp (?t=123)" }, + "hideArtificialIntelligenceSummary": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + }, "hideEndScreenCards": { "label": "Hide end screen cards", "title": "Hides the cards at the end of the video" @@ -627,4 +631,4 @@ } } } -} +} From bdb60824b42657d513ef6470cd28fb1a9e2cc1b2 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 29 May 2025 00:58:32 -0400 Subject: [PATCH 0929/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index ceb0fa7a7..559307dff 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -291,6 +291,10 @@ "label": "Кнопка «Копировать URL видео с таймкодом»", "title": "Копирует ссылку видео с меткой времени (?t=123)" }, + "hideArtificialIntelligenceSummary": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + }, "hideEndScreenCards": { "label": "Скрыть заставки следующих видео", "title": "Скрывает заставки следующих (предлагаемых) видео в конце ролика" @@ -627,4 +631,4 @@ } } } -} +} From fafaca3e4357ba52edefcbaadeb03431b6681a7c Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 29 May 2025 00:58:32 -0400 Subject: [PATCH 0930/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index a70216b88..b8332f465 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -291,6 +291,10 @@ "label": "Kopiera videons webbadress med tidsstämpelknappen", "title": "Kopiera videons webbadress med tidsstämpel (?t=123)" }, + "hideArtificialIntelligenceSummary": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + }, "hideEndScreenCards": { "label": "Dölj slutskärmskort", "title": "Döljer korten i slutet av videon" @@ -627,4 +631,4 @@ } } } -} +} From 7413dce39e32cfa03faeeef17431abd543c4ef5d Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 29 May 2025 00:58:34 -0400 Subject: [PATCH 0931/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index 86c675116..d88044c0d 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -291,6 +291,10 @@ "label": "Video URL'sini zaman damgası düğmesiyle kopyala", "title": "Video URL'sini zaman damgasıyla kopyalar (?t=123)" }, + "hideArtificialIntelligenceSummary": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + }, "hideEndScreenCards": { "label": "Bitiş ekranı kartlarını gizle", "title": "Video'nun sonundaki kartları gizler" @@ -627,4 +631,4 @@ } } } -} +} From 5cf83858cab2dcf63267b92a99cb63670e5fab9a Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 29 May 2025 00:58:35 -0400 Subject: [PATCH 0932/1783] New translations en-us.json (Ukrainian) --- public/locales/uk-UA.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/uk-UA.json b/public/locales/uk-UA.json index c007f3f9d..b1fb08842 100644 --- a/public/locales/uk-UA.json +++ b/public/locales/uk-UA.json @@ -291,6 +291,10 @@ "label": "Copy video URL with timestamp button", "title": "Copies video URL with timestamp (?t=123)" }, + "hideArtificialIntelligenceSummary": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + }, "hideEndScreenCards": { "label": "Hide end screen cards", "title": "Hides the cards at the end of the video" @@ -627,4 +631,4 @@ } } } -} +} From ba6f875e6c9debfd49d233bfbae776bc78a6cf73 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 29 May 2025 00:58:36 -0400 Subject: [PATCH 0933/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index 802a3bb65..17bf3ce22 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -291,6 +291,10 @@ "label": "复制带有时间戳的视频 URL 按钮", "title": "复制带有时间戳的视频 URL (?t=123)" }, + "hideArtificialIntelligenceSummary": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + }, "hideEndScreenCards": { "label": "隐藏结束界面卡片", "title": "隐藏视频末尾的卡片" @@ -627,4 +631,4 @@ } } } -} +} From a5980269cff1e8d36a8cfbdbf569179b76d4bab1 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 29 May 2025 00:58:37 -0400 Subject: [PATCH 0934/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index 23add9906..12e8df489 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -291,6 +291,10 @@ "label": "複製目前播放時間的影片網址按鈕", "title": "複製目前播放時間的影片網址 (?t=123)" }, + "hideArtificialIntelligenceSummary": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + }, "hideEndScreenCards": { "label": "隱藏片尾資訊卡", "title": "隱藏影片片尾的資訊卡" @@ -627,4 +631,4 @@ } } } -} +} From 741f456601229ff15ec1eafb4c7b01c254848524 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 29 May 2025 00:58:37 -0400 Subject: [PATCH 0935/1783] New translations en-us.json (Vietnamese) --- public/locales/vi-VN.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/vi-VN.json b/public/locales/vi-VN.json index 8d9a553bb..8d00138d6 100644 --- a/public/locales/vi-VN.json +++ b/public/locales/vi-VN.json @@ -291,6 +291,10 @@ "label": "Copy video URL with timestamp button", "title": "Copies video URL with timestamp (?t=123)" }, + "hideArtificialIntelligenceSummary": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + }, "hideEndScreenCards": { "label": "Hide end screen cards", "title": "Hides the cards at the end of the video" @@ -627,4 +631,4 @@ } } } -} +} From 77c1f180df1a138cdf6ff7560cb82be4156e62e1 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 29 May 2025 00:58:38 -0400 Subject: [PATCH 0936/1783] New translations en-us.json (Persian) --- public/locales/fa-IR.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/fa-IR.json b/public/locales/fa-IR.json index 9641217ac..2bf39894b 100644 --- a/public/locales/fa-IR.json +++ b/public/locales/fa-IR.json @@ -291,6 +291,10 @@ "label": "Copy video URL with timestamp button", "title": "Copies video URL with timestamp (?t=123)" }, + "hideArtificialIntelligenceSummary": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + }, "hideEndScreenCards": { "label": "Hide end screen cards", "title": "Hides the cards at the end of the video" @@ -627,4 +631,4 @@ } } } -} +} From 095d4ac229daca43e7dfb2dce8994b297f4d20dd Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 29 May 2025 00:58:39 -0400 Subject: [PATCH 0937/1783] New translations en-us.json (Hindi) --- public/locales/hi-IN.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/hi-IN.json b/public/locales/hi-IN.json index 619460b15..e764f1d9a 100644 --- a/public/locales/hi-IN.json +++ b/public/locales/hi-IN.json @@ -291,6 +291,10 @@ "label": "Copy video URL with timestamp button", "title": "Copies video URL with timestamp (?t=123)" }, + "hideArtificialIntelligenceSummary": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + }, "hideEndScreenCards": { "label": "Hide end screen cards", "title": "Hides the cards at the end of the video" @@ -627,4 +631,4 @@ } } } -} +} From 7226da36bea973c517ea4baf8857f254b50e9fb6 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 29 May 2025 00:58:40 -0400 Subject: [PATCH 0938/1783] New translations en-us.json (English, United Kingdom) --- public/locales/en-GB.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/en-GB.json b/public/locales/en-GB.json index d5dbb3fcb..3a8e2db02 100644 --- a/public/locales/en-GB.json +++ b/public/locales/en-GB.json @@ -291,6 +291,10 @@ "label": "Copy video URL with timestamp button", "title": "Copies video URL with timestamp (?t=123)" }, + "hideArtificialIntelligenceSummary": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + }, "hideEndScreenCards": { "label": "Hide end screen cards", "title": "Hides the cards at the end of the video" @@ -627,4 +631,4 @@ } } } -} +} From 397e397dd3272df5a5051057aece6d79674f9f73 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 29 May 2025 03:20:13 -0400 Subject: [PATCH 0939/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index 17bf3ce22..c62c683dc 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -125,17 +125,17 @@ }, "optionDisabled": { "either": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " or " + "label": "启用 {{OPTIONS}} 以配置此选项", + "separator": " 或 " }, "plural": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " and " + "label": "启用 {{OPTIONS}} 以配置此选项", + "separator": " 和 " }, - "singular": "Enable '{{OPTION}}' to configure this option", + "singular": "启用 '{{OPTION}}' 以配置此选项", "specificOption": { - "deepDarkCustomTheme": "Set theme to 'Custom' to configure this option.", - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option." + "deepDarkCustomTheme": "将主题设置为“自定义”以配置此选项。", + "featureMenu": "配置至少一个按钮放置在功能菜单中以配置此选项。" } }, "sections": { @@ -292,8 +292,8 @@ "title": "复制带有时间戳的视频 URL (?t=123)" }, "hideArtificialIntelligenceSummary": { - "label": "Hide AI summary", - "title": "Hides the artificial intelligence summary below videos" + "label": "隐藏 AI 摘要", + "title": "隐藏视频下方的人工智能摘要" }, "hideEndScreenCards": { "label": "隐藏结束界面卡片", @@ -316,8 +316,8 @@ "title": "隐藏当您观看带有付费促销的视频时出现的横幅广告" }, "hidePlayables": { - "label": "Hide playables", - "title": "Hides all playables" + "label": "隐藏可播放内容", + "title": "隐藏所有可播放内容" }, "hideScrollbar": { "label": "启用隐藏滚动条", @@ -631,4 +631,4 @@ } } } -} +} From e04ff362a07e6499cd3c6ed20863695e15f7e0de Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 29 May 2025 06:56:55 -0400 Subject: [PATCH 0940/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index b9729cadd..bdb8ec427 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -292,8 +292,8 @@ "title": "Copia l'URL del video con la temporizzazione (?t=123)" }, "hideArtificialIntelligenceSummary": { - "label": "Hide AI summary", - "title": "Hides the artificial intelligence summary below videos" + "label": "Nascondi riepilogo IA", + "title": "Nasconde il riepilogo dell'intelligenza artificiale sotto i video" }, "hideEndScreenCards": { "label": "Nascondi le schede finali", @@ -316,8 +316,8 @@ "title": "Nasconde il banner con promozioni a pagamento che appare quando si guarda un video" }, "hidePlayables": { - "label": "Hide playables", - "title": "Hides all playables" + "label": "Nascondi giocabili", + "title": "Nasconde tutti i giocabili" }, "hideScrollbar": { "label": "Nascondi barra scorrimento", @@ -631,4 +631,4 @@ } } } -} +} From f7aee825ebf3653222d48d3d0ab138663aef8262 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 29 May 2025 11:12:13 -0400 Subject: [PATCH 0941/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index d88044c0d..b5bf45b5c 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -316,8 +316,8 @@ "title": "Ücretli tanıtım içeren bir videoyu izlediğinizde görünen başlığı gizler" }, "hidePlayables": { - "label": "Hide playables", - "title": "Hides all playables" + "label": "Oynatılabilirleri gizle", + "title": "Tüm oynatılabilir öğeleri gizle" }, "hideScrollbar": { "label": "Kaydırma çubuğu gizlemeyi etkinleştir", @@ -418,7 +418,7 @@ "top_left": "Sol Üst", "top_right": "Sağ Üst" }, - "title": "Select the position of the On-Screen Display" + "title": "Ekran görüntüleme konumunu seçin" }, "title": "Ekran Üstü Görüntüleme Ayarları", "type": { @@ -429,7 +429,7 @@ "no_display": "Ekran yok", "text": "Metin" }, - "title": "Select the type of On-Screen Display" + "title": "Ekran görüntüleme türünü seçin" } }, "playbackSpeed": { @@ -441,7 +441,7 @@ "label": "Oynatma hızı ayarları", "select": { "label": "Oynatma düğmelerinin hızı", - "title": "Amount of speed to be changed per click" + "title": "Tıklama başına değiştirilecek hız miktarı" }, "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" }, @@ -507,7 +507,7 @@ "label": "Düzenleyici anahtar", "title": "Kullanılacak kısayol düğmesi" }, - "title": "Scroll wheel speed control settings" + "title": "Kaydırma tekerleği için hız kontrolü ayarları" }, "scrollWheelVolumeControl": { "adjustmentSteps": { @@ -520,7 +520,7 @@ }, "holdModifierKey": { "enable": { - "label": "When holding modifier key", + "label": "Değiştirici tuşa basılı tutulduğunda", "title": "Kaydırma tekerleği ile ses düzeyi ayarını etkinleştirmek için değiştirici tuşlardan birine basın" }, "optionLabel": "{{KEY}} anahtarı", @@ -631,4 +631,4 @@ } } } -} +} From a0c9621d3ade04ec43894f6984f9262d84632aa9 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 29 May 2025 18:33:55 -0400 Subject: [PATCH 0942/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index 8968a4f78..6873034c2 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -292,8 +292,8 @@ "title": "Copia o URL do vídeo com a minutagem (?t=123)" }, "hideArtificialIntelligenceSummary": { - "label": "Hide AI summary", - "title": "Hides the artificial intelligence summary below videos" + "label": "Ocultar resumo IA", + "title": "Oculta a aba de resumo IA abaixo dos vídeos" }, "hideEndScreenCards": { "label": "Ocultar cards finais", @@ -316,8 +316,8 @@ "title": "Oculta o banner ao assistir um vídeo com promoção paga incluída" }, "hidePlayables": { - "label": "Hide playables", - "title": "Hides all playables" + "label": "Ocultar jogáveis", + "title": "Oculta a seção de jogáveis" }, "hideScrollbar": { "label": "Ocultar barra de rolagem", @@ -631,4 +631,4 @@ } } } -} +} From ad5f6785412212019437e521abd5cb4e738fd7d0 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 29 May 2025 20:36:09 -0400 Subject: [PATCH 0943/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index 6873034c2..e5909d42e 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -258,7 +258,7 @@ }, "importButton": { "error": { - "unknown": "Ocorreu um erro\nErro ao importar opções. Verifique o formato do arquivo importado.", + "unknown": "Ocorreu um erro ao importar opções. Verifique o formato do arquivo importado.", "validation": "Erro ao importar opções. Verifique o formato do arquivo importado.\n{{ERROR_MESSAGE}}" }, "success": "Opções importadas com sucesso!", From 46e78e1a6373c9be88906522d7ced149ab432939 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 29 May 2025 22:18:20 -0400 Subject: [PATCH 0944/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 52 +++++++++++++++++++-------------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index e5909d42e..cd17f4abc 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -293,7 +293,7 @@ }, "hideArtificialIntelligenceSummary": { "label": "Ocultar resumo IA", - "title": "Oculta a aba de resumo IA abaixo dos vídeos" + "title": "Oculta a seção de resumo IA de um vídeo" }, "hideEndScreenCards": { "label": "Ocultar cards finais", @@ -360,8 +360,8 @@ "title": "Exibe o tempo restante do vídeo que está assistindo" }, "rememberLastVolume": { - "label": "Salvar intensidade do volume", - "title": "Salva a intensidade do volume do vídeo anterior e o define ao abrir um novo vídeo" + "label": "Lembrar volume anterior", + "title": "Lembra do aumento de volume do vídeo anterior e aplica-o ao novo vídeo." }, "removeRedirect": { "label": "Remover URLs de redireção do YouTube", @@ -434,22 +434,22 @@ }, "playbackSpeed": { "enable": { - "label": "Velocidade de reprodução forçada", - "title": "Define a velocidade do vídeo para o que você escolher abaixo" + "label": "Velocidade de playback forçada", + "title": "Define a velocidade do vídeo ao valor que você inserir" }, "playbackSpeedButtons": { - "label": "Botões de velocidade de reprodução", + "label": "Velocidade de playback", "select": { - "label": "Velocidade dos botões de reprodução", - "title": "Quantidade de velocidade para ser alterada por clique" + "label": "Velocidade do playback", + "title": "O tanto de velocidade a ser pulado num clique" }, - "title": "Adiciona botões para acelerar ou desacelerar a velocidade da reprodução do vídeo" + "title": "Adiciona botões para acelerar/desacelerar o playback do vídeo" }, "select": { - "label": "Velocidade do reprodutor", - "title": "A velocidade a ser definida para o vídeo" + "label": "Velocidade do player", + "title": "A velocidade definida para o vídeo" }, - "title": "Opções de velocidade de reprodução" + "title": "Opções de playback" }, "playlistLength": { "enable": { @@ -504,8 +504,8 @@ }, "optionLabel": "Tecla {{KEY}}", "select": { - "label": "Tecla modificadora", - "title": "A tecla modificadora para usar" + "label": "Tecla de modificação", + "title": "A tecla de modificação para uso" }, "title": "Opções de controle do volume na roda do mouse" }, @@ -515,35 +515,35 @@ "title": "Ajusta a mudança de volume por rolagem" }, "enable": { - "label": "Controle do volume na roda do mouse", - "title": "Permite usar a roda do mouse para controlar o volume do vídeo" + "label": "Ajustar volume com a roda", + "title": "Deixa-o utilizar a roda do cursor para ajustar o volume do vídeo" }, "holdModifierKey": { "enable": { "label": "Ao segurar a tecla de modificação", - "title": "Pressione uma tecla modificadora para ativar o ajuste de volume com a roda do mouse." + "title": "Segure a tecla de modificação para ajustar o volume com a roda do cursor." }, "optionLabel": "Tecla {{KEY}}", "select": { - "label": "Tecla modificadora", - "title": "A tecla modificadora para usar" + "label": "Tecla de modificação", + "title": "A tecla de modificação para uso" } }, "holdRightClick": { "enable": { "label": "Ao segurar o botão direito", - "title": "Segure o botão direito para ativar o controle de volume da roda do mouse" + "title": "Segure o botão direito para ajustar o volume pela roda." } }, - "title": "Opções de controle do volume na roda do mouse" + "title": "Opções de ajuste de volume pela roda" }, "settingSearch": { - "placeholder": "Procurar opção" + "placeholder": "Buscar por ajustes" }, "videoHistory": { "enable": { "label": "Rastrear vídeos assistidos", - "title": "Registra o tempo do vídeo que você parou e permite retomar a reprodução " + "title": "Registrar a minutagem do vídeo em que parou e permite a retomada do playback" }, "resumeType": { "select": { @@ -599,11 +599,11 @@ "title": "Cor para texto secundário" }, "hoverBackground": { - "label": "Cor de fundo ao passar o mouse", - "title": "Cor de fundo ao passar o mouse" + "label": "Cor de fundo ao passar o cursor", + "title": "Cor de fundo ao passar o cursor" }, "mainBackground": { - "label": "Cor principal de fundo", + "label": "Cor de fundo principal", "title": "Cor principal para o fundo" }, "mainColor": { From 739b5785dc4bee198ef7477abf10105b312f76dc Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 2 Jun 2025 04:42:12 -0400 Subject: [PATCH 0945/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 1 + 1 file changed, 1 insertion(+) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index cd17f4abc..543b5bfa4 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -138,6 +138,7 @@ "featureMenu": "Altere pelo menos um botão no menu de recursos para configurar esta opção." } }, + "scrollForMoreSettings": "Scroll for more settings", "sections": { "automaticQuality": { "enable": { From cb69a95017820561e7f6be78b7e16616238eec67 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 2 Jun 2025 04:42:13 -0400 Subject: [PATCH 0946/1783] New translations en-us.json (Dutch) --- public/locales/nl-NL.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/locales/nl-NL.json b/public/locales/nl-NL.json index 8b613316d..b03fb3b81 100644 --- a/public/locales/nl-NL.json +++ b/public/locales/nl-NL.json @@ -138,6 +138,7 @@ "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option." } }, + "scrollForMoreSettings": "Scroll for more settings", "sections": { "automaticQuality": { "enable": { @@ -631,4 +632,4 @@ } } } -} +} From 65d446fd3bcf503ff2fcf835782300bb3ba73504 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 2 Jun 2025 04:42:14 -0400 Subject: [PATCH 0947/1783] New translations en-us.json (French) --- public/locales/fr-FR.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/locales/fr-FR.json b/public/locales/fr-FR.json index 7f70eeb6f..c2df3db28 100644 --- a/public/locales/fr-FR.json +++ b/public/locales/fr-FR.json @@ -138,6 +138,7 @@ "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option." } }, + "scrollForMoreSettings": "Scroll for more settings", "sections": { "automaticQuality": { "enable": { @@ -631,4 +632,4 @@ } } } -} +} From dead436197d4deed9fa2fd564318d35a3520606c Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 2 Jun 2025 04:42:15 -0400 Subject: [PATCH 0948/1783] New translations en-us.json (Spanish) --- public/locales/es-ES.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index 8b8fbbc11..337d8df70 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -138,6 +138,7 @@ "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option." } }, + "scrollForMoreSettings": "Scroll for more settings", "sections": { "automaticQuality": { "enable": { @@ -631,4 +632,4 @@ } } } -} +} From 11601d5aceed9603dd4c1d0db95bbb1af075c77c Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 2 Jun 2025 04:42:16 -0400 Subject: [PATCH 0949/1783] New translations en-us.json (Catalan) --- public/locales/ca-ES.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/locales/ca-ES.json b/public/locales/ca-ES.json index 2860b4c98..f5c95d012 100644 --- a/public/locales/ca-ES.json +++ b/public/locales/ca-ES.json @@ -138,6 +138,7 @@ "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option." } }, + "scrollForMoreSettings": "Scroll for more settings", "sections": { "automaticQuality": { "enable": { @@ -631,4 +632,4 @@ } } } -} +} From 3881182ec119289ce18e2062aee53eaba4438053 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 2 Jun 2025 04:42:17 -0400 Subject: [PATCH 0950/1783] New translations en-us.json (Czech) --- public/locales/cs-CZ.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/locales/cs-CZ.json b/public/locales/cs-CZ.json index f65165332..39f904d2b 100644 --- a/public/locales/cs-CZ.json +++ b/public/locales/cs-CZ.json @@ -138,6 +138,7 @@ "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option." } }, + "scrollForMoreSettings": "Scroll for more settings", "sections": { "automaticQuality": { "enable": { @@ -631,4 +632,4 @@ } } } -} +} From 1f10c7804c561d8c2414ec9729ca011848465fc3 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 2 Jun 2025 04:42:19 -0400 Subject: [PATCH 0951/1783] New translations en-us.json (German) --- public/locales/de-DE.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/locales/de-DE.json b/public/locales/de-DE.json index 9fa2e4028..61222eae4 100644 --- a/public/locales/de-DE.json +++ b/public/locales/de-DE.json @@ -138,6 +138,7 @@ "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option." } }, + "scrollForMoreSettings": "Scroll for more settings", "sections": { "automaticQuality": { "enable": { @@ -631,4 +632,4 @@ } } } -} +} From c23de26c02659d493fb68294f97cdec4f6371cb2 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 2 Jun 2025 04:42:20 -0400 Subject: [PATCH 0952/1783] New translations en-us.json (Hebrew) --- public/locales/he-IL.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/locales/he-IL.json b/public/locales/he-IL.json index b34cce562..2f01440e1 100644 --- a/public/locales/he-IL.json +++ b/public/locales/he-IL.json @@ -138,6 +138,7 @@ "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option." } }, + "scrollForMoreSettings": "Scroll for more settings", "sections": { "automaticQuality": { "enable": { @@ -631,4 +632,4 @@ } } } -} +} From f7e0f20658c75dbfc34d50a929700e358724d792 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 2 Jun 2025 04:42:21 -0400 Subject: [PATCH 0953/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 1 + 1 file changed, 1 insertion(+) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index bdb8ec427..04118f3a3 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -138,6 +138,7 @@ "featureMenu": "Configura almeno un pulsante da posizionare nel menu' delle funzioni per configurare questa opzione." } }, + "scrollForMoreSettings": "Scroll for more settings", "sections": { "automaticQuality": { "enable": { From d8dba0a2f5c515ab0513d1a21bbb606f0d5c2d3d Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 2 Jun 2025 04:42:22 -0400 Subject: [PATCH 0954/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index f5803c1b0..3d17fef19 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -138,6 +138,7 @@ "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option." } }, + "scrollForMoreSettings": "Scroll for more settings", "sections": { "automaticQuality": { "enable": { @@ -631,4 +632,4 @@ } } } -} +} From 54b8d3ea0b070a5f1808939510b6570961d588bf Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 2 Jun 2025 04:42:23 -0400 Subject: [PATCH 0955/1783] New translations en-us.json (Korean) --- public/locales/ko-KR.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/locales/ko-KR.json b/public/locales/ko-KR.json index 6b7c030b6..b109f757b 100644 --- a/public/locales/ko-KR.json +++ b/public/locales/ko-KR.json @@ -138,6 +138,7 @@ "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option." } }, + "scrollForMoreSettings": "Scroll for more settings", "sections": { "automaticQuality": { "enable": { @@ -631,4 +632,4 @@ } } } -} +} From 836de55b256fab2aff33fb6b5b49018e4adf9f9c Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 2 Jun 2025 04:42:24 -0400 Subject: [PATCH 0956/1783] New translations en-us.json (Polish) --- public/locales/pl-PL.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/locales/pl-PL.json b/public/locales/pl-PL.json index 01313269e..32327af2a 100644 --- a/public/locales/pl-PL.json +++ b/public/locales/pl-PL.json @@ -138,6 +138,7 @@ "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option." } }, + "scrollForMoreSettings": "Scroll for more settings", "sections": { "automaticQuality": { "enable": { @@ -631,4 +632,4 @@ } } } -} +} From cdb66a4cc4b68a67604997ad7ecf83a5707c040c Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 2 Jun 2025 04:42:25 -0400 Subject: [PATCH 0957/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index 559307dff..0fed9c8bf 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -138,6 +138,7 @@ "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option." } }, + "scrollForMoreSettings": "Scroll for more settings", "sections": { "automaticQuality": { "enable": { @@ -631,4 +632,4 @@ } } } -} +} From 7cd84bb22ddb7fcd187aa908131fd662355e015f Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 2 Jun 2025 04:42:26 -0400 Subject: [PATCH 0958/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index b8332f465..a8e5b7224 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -138,6 +138,7 @@ "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option." } }, + "scrollForMoreSettings": "Scroll for more settings", "sections": { "automaticQuality": { "enable": { @@ -631,4 +632,4 @@ } } } -} +} From 5cbd62ed8f88778cbe5648adcc221b74f1a5695a Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 2 Jun 2025 04:42:27 -0400 Subject: [PATCH 0959/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 1 + 1 file changed, 1 insertion(+) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index b5bf45b5c..60dae46f8 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -138,6 +138,7 @@ "featureMenu": "Bu seçeneği yapılandırmak için özellik menüsüne yerleştirilecek en az bir düğmeyi yapılandırın." } }, + "scrollForMoreSettings": "Scroll for more settings", "sections": { "automaticQuality": { "enable": { From 06f6d06a2c51c689dba557b3f3ffc0c57e939c31 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 2 Jun 2025 04:42:28 -0400 Subject: [PATCH 0960/1783] New translations en-us.json (Ukrainian) --- public/locales/uk-UA.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/locales/uk-UA.json b/public/locales/uk-UA.json index b1fb08842..abc6b213e 100644 --- a/public/locales/uk-UA.json +++ b/public/locales/uk-UA.json @@ -138,6 +138,7 @@ "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option." } }, + "scrollForMoreSettings": "Scroll for more settings", "sections": { "automaticQuality": { "enable": { @@ -631,4 +632,4 @@ } } } -} +} From ec34f52521004639fb9f2d4c70a9e778f9c3b373 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 2 Jun 2025 04:42:29 -0400 Subject: [PATCH 0961/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 1 + 1 file changed, 1 insertion(+) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index c62c683dc..1f8ce87ed 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -138,6 +138,7 @@ "featureMenu": "配置至少一个按钮放置在功能菜单中以配置此选项。" } }, + "scrollForMoreSettings": "Scroll for more settings", "sections": { "automaticQuality": { "enable": { From cde58e7b09f784245c486ba367450d563815d78c Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 2 Jun 2025 04:42:30 -0400 Subject: [PATCH 0962/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index 12e8df489..6d137a43f 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -138,6 +138,7 @@ "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option." } }, + "scrollForMoreSettings": "Scroll for more settings", "sections": { "automaticQuality": { "enable": { @@ -631,4 +632,4 @@ } } } -} +} From 8fe795c292bbcad09531eb6f3a5fcc536d992bae Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 2 Jun 2025 04:42:31 -0400 Subject: [PATCH 0963/1783] New translations en-us.json (Vietnamese) --- public/locales/vi-VN.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/locales/vi-VN.json b/public/locales/vi-VN.json index 8d00138d6..a5bbc79ed 100644 --- a/public/locales/vi-VN.json +++ b/public/locales/vi-VN.json @@ -138,6 +138,7 @@ "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option." } }, + "scrollForMoreSettings": "Scroll for more settings", "sections": { "automaticQuality": { "enable": { @@ -631,4 +632,4 @@ } } } -} +} From 83027f0049f9f4c6d3f339b5769135706037ee85 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 2 Jun 2025 04:42:32 -0400 Subject: [PATCH 0964/1783] New translations en-us.json (Persian) --- public/locales/fa-IR.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/locales/fa-IR.json b/public/locales/fa-IR.json index 2bf39894b..a20589c91 100644 --- a/public/locales/fa-IR.json +++ b/public/locales/fa-IR.json @@ -138,6 +138,7 @@ "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option." } }, + "scrollForMoreSettings": "Scroll for more settings", "sections": { "automaticQuality": { "enable": { @@ -631,4 +632,4 @@ } } } -} +} From 450cd172083619eefd70decd84df3e5c31c456ae Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 2 Jun 2025 04:42:33 -0400 Subject: [PATCH 0965/1783] New translations en-us.json (Hindi) --- public/locales/hi-IN.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/locales/hi-IN.json b/public/locales/hi-IN.json index e764f1d9a..a7c32fb97 100644 --- a/public/locales/hi-IN.json +++ b/public/locales/hi-IN.json @@ -138,6 +138,7 @@ "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option." } }, + "scrollForMoreSettings": "Scroll for more settings", "sections": { "automaticQuality": { "enable": { @@ -631,4 +632,4 @@ } } } -} +} From 086605f0363b0c25a875ae33693a7293d98c3aa3 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 2 Jun 2025 04:42:34 -0400 Subject: [PATCH 0966/1783] New translations en-us.json (English, United Kingdom) --- public/locales/en-GB.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/locales/en-GB.json b/public/locales/en-GB.json index 3a8e2db02..01a7592df 100644 --- a/public/locales/en-GB.json +++ b/public/locales/en-GB.json @@ -138,6 +138,7 @@ "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option." } }, + "scrollForMoreSettings": "Scroll for more settings", "sections": { "automaticQuality": { "enable": { @@ -631,4 +632,4 @@ } } } -} +} From cc87f9e188c792ee66fa8d123b116608becd3bf9 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 2 Jun 2025 11:52:32 -0400 Subject: [PATCH 0967/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index 60dae46f8..c35101ce6 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -138,7 +138,7 @@ "featureMenu": "Bu seçeneği yapılandırmak için özellik menüsüne yerleştirilecek en az bir düğmeyi yapılandırın." } }, - "scrollForMoreSettings": "Scroll for more settings", + "scrollForMoreSettings": "Daha fazla ayar için kaydırın", "sections": { "automaticQuality": { "enable": { From 29f5fca29d6dde2a43915e6e4a0d825f041fcea3 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 2 Jun 2025 13:25:27 -0400 Subject: [PATCH 0968/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index 543b5bfa4..87d75167c 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -138,7 +138,7 @@ "featureMenu": "Altere pelo menos um botão no menu de recursos para configurar esta opção." } }, - "scrollForMoreSettings": "Scroll for more settings", + "scrollForMoreSettings": "Role para mais opções", "sections": { "automaticQuality": { "enable": { From 635047667b4b58eb442a1cb665a5d710630b0a3e Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 3 Jun 2025 05:32:55 -0400 Subject: [PATCH 0969/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index 04118f3a3..b737fad87 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -138,7 +138,7 @@ "featureMenu": "Configura almeno un pulsante da posizionare nel menu' delle funzioni per configurare questa opzione." } }, - "scrollForMoreSettings": "Scroll for more settings", + "scrollForMoreSettings": "Scorri per altre impostazioni", "sections": { "automaticQuality": { "enable": { From 6fdc9c5654ef95a55f80515cb1ae9c274fda5047 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 6 Jun 2025 14:49:04 -0400 Subject: [PATCH 0970/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index 1f8ce87ed..ce3ee0a40 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -138,7 +138,7 @@ "featureMenu": "配置至少一个按钮放置在功能菜单中以配置此选项。" } }, - "scrollForMoreSettings": "Scroll for more settings", + "scrollForMoreSettings": "滚动以查看更多设置", "sections": { "automaticQuality": { "enable": { From e7175b71d7714613cdbbf0e34cdc7dff1d615698 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 6 Jul 2025 15:09:28 -0400 Subject: [PATCH 0971/1783] New translations en-us.json (French) --- public/locales/fr-FR.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/fr-FR.json b/public/locales/fr-FR.json index c2df3db28..dbfd082fe 100644 --- a/public/locales/fr-FR.json +++ b/public/locales/fr-FR.json @@ -292,6 +292,10 @@ "label": "Copy video URL with timestamp button", "title": "Copies video URL with timestamp (?t=123)" }, + "defaultToOriginalAudioTrack": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + }, "hideArtificialIntelligenceSummary": { "label": "Hide AI summary", "title": "Hides the artificial intelligence summary below videos" From cd135157843227e9bbb563ccaee53575a3bfaf75 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 6 Jul 2025 15:09:29 -0400 Subject: [PATCH 0972/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index b737fad87..37e9255a5 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -292,6 +292,10 @@ "label": "Pulsante \"Copia URL video con temporizzazione\"", "title": "Copia l'URL del video con la temporizzazione (?t=123)" }, + "defaultToOriginalAudioTrack": { + "label": "Traccia audio originale predefinita", + "title": "Traccia audio originale sempre predefinita" + }, "hideArtificialIntelligenceSummary": { "label": "Nascondi riepilogo IA", "title": "Nasconde il riepilogo dell'intelligenza artificiale sotto i video" From f890a8b0d349d119912fc3ba2ef2fbda6dd9a513 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 6 Jul 2025 15:09:30 -0400 Subject: [PATCH 0973/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index 3d17fef19..204a839da 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -292,6 +292,10 @@ "label": "タイムスタンプ付きの動画URLをコピーのボタン", "title": "タイムスタンプ付きの動画URLをコピーする (?t=123)" }, + "defaultToOriginalAudioTrack": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + }, "hideArtificialIntelligenceSummary": { "label": "Hide AI summary", "title": "Hides the artificial intelligence summary below videos" From 159d75b07c9eed505fc61030a6ce218498a2a609 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 6 Jul 2025 15:09:31 -0400 Subject: [PATCH 0974/1783] New translations en-us.json (Korean) --- public/locales/ko-KR.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/ko-KR.json b/public/locales/ko-KR.json index b109f757b..a840af8d7 100644 --- a/public/locales/ko-KR.json +++ b/public/locales/ko-KR.json @@ -292,6 +292,10 @@ "label": "현재 시간 주소 복사 버튼", "title": "현재 시간 주소 복사 (?t=123)" }, + "defaultToOriginalAudioTrack": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + }, "hideArtificialIntelligenceSummary": { "label": "Hide AI summary", "title": "Hides the artificial intelligence summary below videos" From 2e87863008f97558683e3abc34b567b6d7481249 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 6 Jul 2025 15:09:32 -0400 Subject: [PATCH 0975/1783] New translations en-us.json (Dutch) --- public/locales/nl-NL.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/nl-NL.json b/public/locales/nl-NL.json index b03fb3b81..a5d058bda 100644 --- a/public/locales/nl-NL.json +++ b/public/locales/nl-NL.json @@ -292,6 +292,10 @@ "label": "Kopieer video URL met tijdstempel knop", "title": "Kopieer video URL met tijdstempel (?t=123)" }, + "defaultToOriginalAudioTrack": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + }, "hideArtificialIntelligenceSummary": { "label": "Hide AI summary", "title": "Hides the artificial intelligence summary below videos" From 4c63234e682afb088bbb901594f78d9a449ca016 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 6 Jul 2025 15:09:33 -0400 Subject: [PATCH 0976/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index 0fed9c8bf..b2f8df7cd 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -292,6 +292,10 @@ "label": "Кнопка «Копировать URL видео с таймкодом»", "title": "Копирует ссылку видео с меткой времени (?t=123)" }, + "defaultToOriginalAudioTrack": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + }, "hideArtificialIntelligenceSummary": { "label": "Hide AI summary", "title": "Hides the artificial intelligence summary below videos" From 1972da2a73473f5050d06beba6170c37265f3620 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 6 Jul 2025 15:09:34 -0400 Subject: [PATCH 0977/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index a8e5b7224..f21f17c15 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -292,6 +292,10 @@ "label": "Kopiera videons webbadress med tidsstämpelknappen", "title": "Kopiera videons webbadress med tidsstämpel (?t=123)" }, + "defaultToOriginalAudioTrack": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + }, "hideArtificialIntelligenceSummary": { "label": "Hide AI summary", "title": "Hides the artificial intelligence summary below videos" From cfcbc43d8b235f462a54600e7d186d3bb23db932 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 6 Jul 2025 15:09:35 -0400 Subject: [PATCH 0978/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index c35101ce6..95703aae0 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -292,6 +292,10 @@ "label": "Video URL'sini zaman damgası düğmesiyle kopyala", "title": "Video URL'sini zaman damgasıyla kopyalar (?t=123)" }, + "defaultToOriginalAudioTrack": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + }, "hideArtificialIntelligenceSummary": { "label": "Hide AI summary", "title": "Hides the artificial intelligence summary below videos" From dc464a7b3119f541ba2486e3dc2dd6c2194c3015 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 6 Jul 2025 15:09:36 -0400 Subject: [PATCH 0979/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index ce3ee0a40..d3e067bc2 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -292,6 +292,10 @@ "label": "复制带有时间戳的视频 URL 按钮", "title": "复制带有时间戳的视频 URL (?t=123)" }, + "defaultToOriginalAudioTrack": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + }, "hideArtificialIntelligenceSummary": { "label": "隐藏 AI 摘要", "title": "隐藏视频下方的人工智能摘要" From fced379fa0998e214ddd0abaa43bb8a5b05ef235 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 6 Jul 2025 15:09:37 -0400 Subject: [PATCH 0980/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index 6d137a43f..515c72f09 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -292,6 +292,10 @@ "label": "複製目前播放時間的影片網址按鈕", "title": "複製目前播放時間的影片網址 (?t=123)" }, + "defaultToOriginalAudioTrack": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + }, "hideArtificialIntelligenceSummary": { "label": "Hide AI summary", "title": "Hides the artificial intelligence summary below videos" From 4f18e22255cde23237e0d2d15565d1392b5acad2 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 6 Jul 2025 15:09:38 -0400 Subject: [PATCH 0981/1783] New translations en-us.json (Spanish) --- public/locales/es-ES.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index 337d8df70..892e65a60 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -292,6 +292,10 @@ "label": "Copy video URL with timestamp button", "title": "Copies video URL with timestamp (?t=123)" }, + "defaultToOriginalAudioTrack": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + }, "hideArtificialIntelligenceSummary": { "label": "Hide AI summary", "title": "Hides the artificial intelligence summary below videos" From f6bab0b49fdafa93f585716b82101e444ae1ee68 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 6 Jul 2025 15:09:39 -0400 Subject: [PATCH 0982/1783] New translations en-us.json (German) --- public/locales/de-DE.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/de-DE.json b/public/locales/de-DE.json index 61222eae4..accd3c7e0 100644 --- a/public/locales/de-DE.json +++ b/public/locales/de-DE.json @@ -292,6 +292,10 @@ "label": "Copy video URL with timestamp button", "title": "Copies video URL with timestamp (?t=123)" }, + "defaultToOriginalAudioTrack": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + }, "hideArtificialIntelligenceSummary": { "label": "Hide AI summary", "title": "Hides the artificial intelligence summary below videos" From c0c453a86f2b94c9ca3d509cc04e97600af7da8f Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 6 Jul 2025 15:09:40 -0400 Subject: [PATCH 0983/1783] New translations en-us.json (Polish) --- public/locales/pl-PL.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/pl-PL.json b/public/locales/pl-PL.json index 32327af2a..cf3cc4ba8 100644 --- a/public/locales/pl-PL.json +++ b/public/locales/pl-PL.json @@ -292,6 +292,10 @@ "label": "Copy video URL with timestamp button", "title": "Copies video URL with timestamp (?t=123)" }, + "defaultToOriginalAudioTrack": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + }, "hideArtificialIntelligenceSummary": { "label": "Hide AI summary", "title": "Hides the artificial intelligence summary below videos" From 1df72a6a0a0c883a8e2e6fa6662183a46d913ce3 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 6 Jul 2025 15:09:41 -0400 Subject: [PATCH 0984/1783] New translations en-us.json (Ukrainian) --- public/locales/uk-UA.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/uk-UA.json b/public/locales/uk-UA.json index abc6b213e..9630a657b 100644 --- a/public/locales/uk-UA.json +++ b/public/locales/uk-UA.json @@ -292,6 +292,10 @@ "label": "Copy video URL with timestamp button", "title": "Copies video URL with timestamp (?t=123)" }, + "defaultToOriginalAudioTrack": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + }, "hideArtificialIntelligenceSummary": { "label": "Hide AI summary", "title": "Hides the artificial intelligence summary below videos" From 3ee0ecd6901d9bab2e32fde9f0d8e8fafbef4a0c Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 6 Jul 2025 15:09:42 -0400 Subject: [PATCH 0985/1783] New translations en-us.json (Catalan) --- public/locales/ca-ES.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/ca-ES.json b/public/locales/ca-ES.json index f5c95d012..76725831e 100644 --- a/public/locales/ca-ES.json +++ b/public/locales/ca-ES.json @@ -292,6 +292,10 @@ "label": "Copy video URL with timestamp button", "title": "Copies video URL with timestamp (?t=123)" }, + "defaultToOriginalAudioTrack": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + }, "hideArtificialIntelligenceSummary": { "label": "Hide AI summary", "title": "Hides the artificial intelligence summary below videos" From 11831d16dfe2eefb0b72d67bab10dedca7778736 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 6 Jul 2025 15:09:43 -0400 Subject: [PATCH 0986/1783] New translations en-us.json (Czech) --- public/locales/cs-CZ.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/cs-CZ.json b/public/locales/cs-CZ.json index 39f904d2b..0e84b8dab 100644 --- a/public/locales/cs-CZ.json +++ b/public/locales/cs-CZ.json @@ -292,6 +292,10 @@ "label": "Copy video URL with timestamp button", "title": "Copies video URL with timestamp (?t=123)" }, + "defaultToOriginalAudioTrack": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + }, "hideArtificialIntelligenceSummary": { "label": "Hide AI summary", "title": "Hides the artificial intelligence summary below videos" From 7cc61d04857d4b9b11c46e958858a67937922790 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 6 Jul 2025 15:09:44 -0400 Subject: [PATCH 0987/1783] New translations en-us.json (Hebrew) --- public/locales/he-IL.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/he-IL.json b/public/locales/he-IL.json index 2f01440e1..42ca4c630 100644 --- a/public/locales/he-IL.json +++ b/public/locales/he-IL.json @@ -292,6 +292,10 @@ "label": "Copy video URL with timestamp button", "title": "Copies video URL with timestamp (?t=123)" }, + "defaultToOriginalAudioTrack": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + }, "hideArtificialIntelligenceSummary": { "label": "Hide AI summary", "title": "Hides the artificial intelligence summary below videos" From edd2ee182954687693e59c4b811108e42c5ed9d2 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 6 Jul 2025 15:09:45 -0400 Subject: [PATCH 0988/1783] New translations en-us.json (Vietnamese) --- public/locales/vi-VN.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/vi-VN.json b/public/locales/vi-VN.json index a5bbc79ed..aaba3fb7e 100644 --- a/public/locales/vi-VN.json +++ b/public/locales/vi-VN.json @@ -292,6 +292,10 @@ "label": "Copy video URL with timestamp button", "title": "Copies video URL with timestamp (?t=123)" }, + "defaultToOriginalAudioTrack": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + }, "hideArtificialIntelligenceSummary": { "label": "Hide AI summary", "title": "Hides the artificial intelligence summary below videos" From 0d3c18ebbe83115d0ccbf850848c15f0ea12ef88 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 6 Jul 2025 15:09:46 -0400 Subject: [PATCH 0989/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index 87d75167c..b68a6387e 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -292,6 +292,10 @@ "label": "Copiar URL do vídeo com o botão de minutagem", "title": "Copia o URL do vídeo com a minutagem (?t=123)" }, + "defaultToOriginalAudioTrack": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + }, "hideArtificialIntelligenceSummary": { "label": "Ocultar resumo IA", "title": "Oculta a seção de resumo IA de um vídeo" From fbbc0f73c77d2ae1d8e7cda0fe6848e8fab5ac20 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 6 Jul 2025 15:09:47 -0400 Subject: [PATCH 0990/1783] New translations en-us.json (Persian) --- public/locales/fa-IR.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/fa-IR.json b/public/locales/fa-IR.json index a20589c91..0b2429e74 100644 --- a/public/locales/fa-IR.json +++ b/public/locales/fa-IR.json @@ -292,6 +292,10 @@ "label": "Copy video URL with timestamp button", "title": "Copies video URL with timestamp (?t=123)" }, + "defaultToOriginalAudioTrack": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + }, "hideArtificialIntelligenceSummary": { "label": "Hide AI summary", "title": "Hides the artificial intelligence summary below videos" From 216f7970af5fdb58dd9dcbc349ccf864f1b566f4 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 6 Jul 2025 15:09:48 -0400 Subject: [PATCH 0991/1783] New translations en-us.json (Hindi) --- public/locales/hi-IN.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/hi-IN.json b/public/locales/hi-IN.json index a7c32fb97..d1bf63c42 100644 --- a/public/locales/hi-IN.json +++ b/public/locales/hi-IN.json @@ -292,6 +292,10 @@ "label": "Copy video URL with timestamp button", "title": "Copies video URL with timestamp (?t=123)" }, + "defaultToOriginalAudioTrack": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + }, "hideArtificialIntelligenceSummary": { "label": "Hide AI summary", "title": "Hides the artificial intelligence summary below videos" From a6dc7cdaac4452f132c0878e1c42b409ee040d8c Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 6 Jul 2025 15:09:49 -0400 Subject: [PATCH 0992/1783] New translations en-us.json (English, United Kingdom) --- public/locales/en-GB.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/en-GB.json b/public/locales/en-GB.json index 01a7592df..d98dbb417 100644 --- a/public/locales/en-GB.json +++ b/public/locales/en-GB.json @@ -292,6 +292,10 @@ "label": "Copy video URL with timestamp button", "title": "Copies video URL with timestamp (?t=123)" }, + "defaultToOriginalAudioTrack": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + }, "hideArtificialIntelligenceSummary": { "label": "Hide AI summary", "title": "Hides the artificial intelligence summary below videos" From f3c2576e1bbe8ef15f415d182a8fc00f3c39297b Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 6 Jul 2025 16:48:27 -0400 Subject: [PATCH 0993/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index 95703aae0..a2d18550a 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -104,8 +104,8 @@ "error": { "scrollWheelHoldModifierKey": { "sameKey": { - "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", - "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." + "speedControl": "Kaydırma tekerleği hız kontrolü için kullanılan değiştirici tuş, kaydırma tekerleği ses kontrolü için kullanılan değiştirici tuşla aynı olamaz.", + "volumeControl": "Kaydırma tekerleği ile ses düzeyi kontrolü için kullanılan değiştirici tuş, kaydırma hızı kontrolü için kullanılan değiştirici tuşla aynı olamaz." } } }, @@ -211,7 +211,7 @@ "value": "Sağ Kontroller" } }, - "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + "title": "{{BUTTON_NAME}} düğmesini {{PLACEMENT}} konumuna yerleştir" }, "title": "Düğme Yerleşim Ayarları" }, @@ -243,11 +243,11 @@ "forwardRewindButtons": { "enable": { "label": "İleri/geri sarma düğmeleri", - "title": "Adds forward and rewind buttons to the video player" + "title": "Video oynatıcısına ileri ve geri sarma düğmeleri ekler" }, "time": { "label": "İleri/geri sarma süresi", - "title": "The amount of time to forward/rewind the video by" + "title": "Videoyu ileri/geri sarmak için atlanacak süre" }, "title": "İleri/geri sarma düğmesi ayarları" }, @@ -285,20 +285,20 @@ "title": "Bir video yüklediğinizde ortam modunu otomatik olarak devre dışı bırakır" }, "automaticallyDisableClosedCaptions": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" + "label": "Kapalı altyazıları otomatik olarak devre dışı bırak", + "title": "Bir video yüklendiğinde kapalı altyazıları otomatik olarak devre dışı bırakır" }, "copyTimestampUrlButton": { "label": "Video URL'sini zaman damgası düğmesiyle kopyala", "title": "Video URL'sini zaman damgasıyla kopyalar (?t=123)" }, "defaultToOriginalAudioTrack": { - "label": "Default to original audio track", - "title": "Always default to the original audio track" + "label": "Varsayılan olarak orijinal ses parçasına dön", + "title": "Her zaman varsayılan olarak orijinal ses parçasına dön" }, "hideArtificialIntelligenceSummary": { - "label": "Hide AI summary", - "title": "Hides the artificial intelligence summary below videos" + "label": "AI özetini gizle", + "title": "Videoların altındaki yapay zeka özetini gizler" }, "hideEndScreenCards": { "label": "Bitiş ekranı kartlarını gizle", @@ -382,7 +382,7 @@ }, "skipContinueWatching": { "label": "\"Video durdu. Hala orda mısın?\"ı Atla", - "title": "Skips the idle dialog that pauses video playback" + "title": "Video oynatmayı durduran boşta kalma iletişim kutusunu atlar" } }, "title": "Çeşitli ayarlar" @@ -408,7 +408,7 @@ }, "opacity": { "label": "Saydamlık", - "title": "Adjust the transparency of the On-Screen Display" + "title": "Ekrandaki gösterimin saydamlığını ayarlayın" }, "padding": { "label": "İç Boşluk", @@ -448,7 +448,7 @@ "label": "Oynatma düğmelerinin hızı", "title": "Tıklama başına değiştirilecek hız miktarı" }, - "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + "title": "İzlediğiniz videonun oynatma hızını artırmak veya azaltmak için düğmeler ekler" }, "select": { "label": "Oynatma hızı", @@ -555,7 +555,7 @@ "label": "Devam etme türü", "options": { "automatic": "Otomatik", - "prompt": "Prompt" + "prompt": "İpucu" }, "title": "Videoları nasıl devam ettirmek istediğinizi seçin" } From cab1f6c9e319815e5cb7b03e8c0c2d7219b505ab Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 6 Jul 2025 17:44:18 -0400 Subject: [PATCH 0994/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index b68a6387e..460c75ff9 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -293,8 +293,8 @@ "title": "Copia o URL do vídeo com a minutagem (?t=123)" }, "defaultToOriginalAudioTrack": { - "label": "Default to original audio track", - "title": "Always default to the original audio track" + "label": "Retornar à faixa de vídeo original", + "title": "Sempre retornar à faixa de vídeo original" }, "hideArtificialIntelligenceSummary": { "label": "Ocultar resumo IA", From 50d46a6d63bb46898be061c23c735c6753583ad7 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 7 Jul 2025 01:31:00 -0400 Subject: [PATCH 0995/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index d3e067bc2..c35971eca 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -293,8 +293,8 @@ "title": "复制带有时间戳的视频 URL (?t=123)" }, "defaultToOriginalAudioTrack": { - "label": "Default to original audio track", - "title": "Always default to the original audio track" + "label": "默认设置为原始音轨", + "title": "总是默认原始音轨" }, "hideArtificialIntelligenceSummary": { "label": "隐藏 AI 摘要", From 64498376de53f08776bda03048531cea6701827b Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 13 Aug 2025 15:50:26 -0400 Subject: [PATCH 0996/1783] New translations en-us.json (Polish) --- public/locales/pl-PL.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/public/locales/pl-PL.json b/public/locales/pl-PL.json index cf3cc4ba8..d8915e815 100644 --- a/public/locales/pl-PL.json +++ b/public/locales/pl-PL.json @@ -3,7 +3,7 @@ "langName": "Polish", "messages": { "resumingVideo": "Wznowienie wideo za {{VIDEO_TIME}}", - "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" + "settingVolume": "Ustawianie wzmocnienia głośności do {{VOLUME_BOOST_AMOUNT}}" }, "pages": { "content": { @@ -11,39 +11,39 @@ "copyTimestampUrlButton": { "button": { "copied": "Skopiowano!", - "label": "Copy video URL with timestamp" + "label": "Kopiuj adres URL filmu ze znacznikiem czasu" } }, "featureMenu": { "button": { - "label": "Feature menu" + "label": "Menu funkcji" } }, "forwardRewindButtons": { "buttons": { "forwardButton": { - "label": "Fast forward by {{TIME}}" + "label": "Przyspieszenie do przodu o {{TIME}}" }, "rewindButton": { - "label": "Rewind by {{TIME}}" + "label": "Cofnięcie o {{TIME}}" } } }, "hideEndScreenCardsButton": { "button": { - "label": "Hide end screen cards", + "label": "Ukryj elementy końcowe filmu", "toggle": { - "off": "Show end screen cards", - "on": "Hide end screen cards" + "off": "Pokaż elementy końcowe filmu", + "on": "Ukryj elementy końcowe filmu" } } }, "loopButton": { "button": { - "label": "Loop", + "label": "Zapętl", "toggle": { - "off": "Loop off", - "on": "Loop on" + "off": "Wyłącz zapętlenie", + "on": "Włącz zapętlenie" } } }, From f87c88b3c1b8cf978a3a46f481781f6de9b89d89 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 13 Aug 2025 16:58:33 -0400 Subject: [PATCH 0997/1783] New translations en-us.json (Polish) --- public/locales/pl-PL.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/public/locales/pl-PL.json b/public/locales/pl-PL.json index d8915e815..075214741 100644 --- a/public/locales/pl-PL.json +++ b/public/locales/pl-PL.json @@ -49,36 +49,36 @@ }, "maximizePlayerButton": { "button": { - "label": "Maximize", + "label": "Powiększ okno", "toggle": { - "off": "Maximize off", - "on": "Maximize on" + "off": "Wyłącz powiększenie", + "on": "Włącz powiększenie" } } }, "openTranscriptButton": { "button": { - "label": "Open transcript" + "label": "Otwórz transkrypcję" } }, "playbackSpeedButtons": { "buttons": { "decreasePlaybackSpeedButton": { - "label": "Decrease Speed to {{SPEED}}" + "label": "Zmniejsz szybkość do {{SPEED}}" }, "increasePlaybackSpeedButton": { - "label": "Increase Speed to {{SPEED}}" + "label": "Zwiększ szybkość do {{SPEED}}" } }, - "decreaseLimit": "Can't decrease further ({{SPEED}})", - "increaseLimit": "Can't increase further ({{SPEED}})" + "decreaseLimit": "Nie można zmniejszać dalej ({{SPEED}})", + "increaseLimit": "Nie można zwiększać dalej ({{SPEED}})" }, "playlistLength": { - "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + "title": "Całkowita długość może być niedokładna, jeśli niektóre filmy są ukryte lub jeśli nie załadowałeś wystarczającej liczby filmów, aby uzyskać pełny czas." }, "screenshotButton": { "button": { - "label": "Screenshot" + "label": "Zrzut ekranu" }, "copiedToClipboard": "Zrzut ekranu skopiowany do schowka" }, @@ -90,10 +90,10 @@ }, "volumeBoostButton": { "button": { - "label": "Volume Boost", + "label": "Zwiększ głośność", "toggle": { - "off": "Volume boost off", - "on": "Volume boost on" + "off": "Zwiększenie głośności wyłączone", + "on": "Zwiększenie głośności włączone" } } } @@ -104,7 +104,7 @@ "error": { "scrollWheelHoldModifierKey": { "sameKey": { - "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", + "speedControl": "Ustawiony klawisz zmiany prędkości przewijania nie może być taki sam, jak klawisz zmiany głośności przewijania kółka.", "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." } } From fd39b258fe3487bd416f99f72ec8a5a6ac578497 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 3 Sep 2025 23:07:51 -0400 Subject: [PATCH 0998/1783] New translations en-us.json (French) --- public/locales/fr-FR.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/fr-FR.json b/public/locales/fr-FR.json index dbfd082fe..4bee8c167 100644 --- a/public/locales/fr-FR.json +++ b/public/locales/fr-FR.json @@ -357,8 +357,8 @@ "title": "Pauses video players in background tabs when you start a new player in foreground tab" }, "playlistRemover": { - "label": "The removal of playlists from homepage", - "title": "Get rid of playlists" + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" }, "remainingTime": { "label": "Temps restant", From 418696e0d5f3ec3c19af92dd0df5b344ab4f5420 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 3 Sep 2025 23:07:52 -0400 Subject: [PATCH 0999/1783] New translations en-us.json (Spanish) --- public/locales/es-ES.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index 892e65a60..9c5d5448f 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -357,8 +357,8 @@ "title": "Pauses video players in background tabs when you start a new player in foreground tab" }, "playlistRemover": { - "label": "The removal of playlists from homepage", - "title": "Get rid of playlists" + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" }, "remainingTime": { "label": "Tiempo restante", From 1d0464ea9c530d2ea035643a2ccb12638404c282 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 3 Sep 2025 23:07:53 -0400 Subject: [PATCH 1000/1783] New translations en-us.json (Catalan) --- public/locales/ca-ES.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/ca-ES.json b/public/locales/ca-ES.json index 76725831e..c74644abb 100644 --- a/public/locales/ca-ES.json +++ b/public/locales/ca-ES.json @@ -357,8 +357,8 @@ "title": "Pauses video players in background tabs when you start a new player in foreground tab" }, "playlistRemover": { - "label": "The removal of playlists from homepage", - "title": "Get rid of playlists" + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" }, "remainingTime": { "label": "Remaining time", From 4ce86135f100198c14751fbf59d07121b6bf1320 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 3 Sep 2025 23:07:54 -0400 Subject: [PATCH 1001/1783] New translations en-us.json (Czech) --- public/locales/cs-CZ.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/cs-CZ.json b/public/locales/cs-CZ.json index 0e84b8dab..2505f9aa6 100644 --- a/public/locales/cs-CZ.json +++ b/public/locales/cs-CZ.json @@ -357,8 +357,8 @@ "title": "Pauses video players in background tabs when you start a new player in foreground tab" }, "playlistRemover": { - "label": "The removal of playlists from homepage", - "title": "Get rid of playlists" + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" }, "remainingTime": { "label": "Remaining time", From ed9c840453957820d14585cbfe8f6a390cdf1245 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 3 Sep 2025 23:07:55 -0400 Subject: [PATCH 1002/1783] New translations en-us.json (German) --- public/locales/de-DE.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/de-DE.json b/public/locales/de-DE.json index accd3c7e0..51ad70bc7 100644 --- a/public/locales/de-DE.json +++ b/public/locales/de-DE.json @@ -357,8 +357,8 @@ "title": "Pauses video players in background tabs when you start a new player in foreground tab" }, "playlistRemover": { - "label": "The removal of playlists from homepage", - "title": "Get rid of playlists" + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" }, "remainingTime": { "label": "Verbleibende Zeit", From 3b45ebd9f73a0036a9edbadd67a9144879188170 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 3 Sep 2025 23:07:56 -0400 Subject: [PATCH 1003/1783] New translations en-us.json (Hebrew) --- public/locales/he-IL.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/he-IL.json b/public/locales/he-IL.json index 42ca4c630..157984c8f 100644 --- a/public/locales/he-IL.json +++ b/public/locales/he-IL.json @@ -357,8 +357,8 @@ "title": "Pauses video players in background tabs when you start a new player in foreground tab" }, "playlistRemover": { - "label": "The removal of playlists from homepage", - "title": "Get rid of playlists" + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" }, "remainingTime": { "label": "Remaining time", From acce46a6a778631fcd4850e75e4736d2d8df181a Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 3 Sep 2025 23:07:57 -0400 Subject: [PATCH 1004/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index 37e9255a5..35a7642c9 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -357,8 +357,8 @@ "title": "Mette in pausa i riproduttori video nelle schede nascoste quando si avvia un nuovo riproduttore nella scheda aperta" }, "playlistRemover": { - "label": "Abilita la rimozione delle liste riproduzioni dalla pagina iniziale", - "title": "Sbarazzati delle liste riproduzioni" + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" }, "remainingTime": { "label": "Tempo rimanente", From bbe114bacda98a0e861c05c400fa6e391f6d0bd6 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 3 Sep 2025 23:07:58 -0400 Subject: [PATCH 1005/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index 204a839da..4b0bb2385 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -357,8 +357,8 @@ "title": "前景タブに新規プレイヤー開始にして、背後タブのビデオプレイヤーを一時停止します" }, "playlistRemover": { - "label": "ホームページでプレイリストを削除する", - "title": "プレイリストを削除する" + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" }, "remainingTime": { "label": "残り時間", From 42b3c0aad7b910dba487c2ef2e515fcb2d9e8152 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 3 Sep 2025 23:07:59 -0400 Subject: [PATCH 1006/1783] New translations en-us.json (Korean) --- public/locales/ko-KR.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/ko-KR.json b/public/locales/ko-KR.json index a840af8d7..f2ead1f6b 100644 --- a/public/locales/ko-KR.json +++ b/public/locales/ko-KR.json @@ -357,8 +357,8 @@ "title": "다른 탭에서 동영상을 재생할 때 이전 탭의 동영상 플레이어를 일시 중지합니다." }, "playlistRemover": { - "label": "The removal of playlists from homepage", - "title": "Get rid of playlists" + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" }, "remainingTime": { "label": "남은 시간 표시", From 2ee7b6f5f3d0cd281891b2ddad646a1211f6cacb Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 3 Sep 2025 23:08:00 -0400 Subject: [PATCH 1007/1783] New translations en-us.json (Dutch) --- public/locales/nl-NL.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/nl-NL.json b/public/locales/nl-NL.json index a5d058bda..c5048ada8 100644 --- a/public/locales/nl-NL.json +++ b/public/locales/nl-NL.json @@ -357,8 +357,8 @@ "title": "Pauzeert videospelers in achtergrond tabbladen wanneer je een nieuwe videospeler start op een voorgrond tabblad" }, "playlistRemover": { - "label": "Verwijder afspeellijsten van de thuispagina", - "title": "Verwijder afspeellijsten" + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" }, "remainingTime": { "label": "Resterende tijd", From 3a2af351e5dba5fb32d84bc28d70dcade20fa7eb Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 3 Sep 2025 23:08:01 -0400 Subject: [PATCH 1008/1783] New translations en-us.json (Polish) --- public/locales/pl-PL.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/pl-PL.json b/public/locales/pl-PL.json index 075214741..424eb6108 100644 --- a/public/locales/pl-PL.json +++ b/public/locales/pl-PL.json @@ -357,8 +357,8 @@ "title": "Pauses video players in background tabs when you start a new player in foreground tab" }, "playlistRemover": { - "label": "The removal of playlists from homepage", - "title": "Get rid of playlists" + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" }, "remainingTime": { "label": "Remaining time", From 25ada5cefb5d49bbe6019971c482c6870f804af2 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 3 Sep 2025 23:08:02 -0400 Subject: [PATCH 1009/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index b2f8df7cd..b050d4797 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -357,8 +357,8 @@ "title": "Ставит на паузу видео в фоновых вкладках при запуске видео в активной (текущей) вкладке" }, "playlistRemover": { - "label": "Разрешить удаление плейлистов с домашней страницы", - "title": "Удаляет плейлисты" + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" }, "remainingTime": { "label": "Включить отображение оставшегося времени", From b9aeb751334f68d5f85b34bcd36d1ba3b8c52025 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 3 Sep 2025 23:08:03 -0400 Subject: [PATCH 1010/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index f21f17c15..9ede3e4b9 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -357,8 +357,8 @@ "title": "Pausar videospelare i bakgrundsflikar när du startar en ny videospelare i en förgrundsflik" }, "playlistRemover": { - "label": "Aktivera borttagning av spellistor från startsidan", - "title": "Visa inte spellistor" + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" }, "remainingTime": { "label": "Återstående tid", From dcb3f0ec694ee018cf302c91651d24815e1ff5e9 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 3 Sep 2025 23:08:05 -0400 Subject: [PATCH 1011/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index a2d18550a..5adfaab50 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -357,8 +357,8 @@ "title": "Ön plan sekmesinde yeni bir oynatıcı başlattığınızda arka plan sekmelerindeki video oynatıcıları duraklatır" }, "playlistRemover": { - "label": "Ana sayfadan oynatma listelerinin kaldırılmasını etkinleştirin", - "title": "Oynatma listelerinden kurtulun" + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" }, "remainingTime": { "label": "Kalan süre", From 8b79cc5d37473af4d6826a43161b81bfedc9e48a Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 3 Sep 2025 23:08:06 -0400 Subject: [PATCH 1012/1783] New translations en-us.json (Ukrainian) --- public/locales/uk-UA.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/uk-UA.json b/public/locales/uk-UA.json index 9630a657b..d9cfe3de7 100644 --- a/public/locales/uk-UA.json +++ b/public/locales/uk-UA.json @@ -357,8 +357,8 @@ "title": "Pauses video players in background tabs when you start a new player in foreground tab" }, "playlistRemover": { - "label": "The removal of playlists from homepage", - "title": "Get rid of playlists" + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" }, "remainingTime": { "label": "Remaining time", From b4159c2d13dcbd4351310ae558cc66e6ca8844fb Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 3 Sep 2025 23:08:07 -0400 Subject: [PATCH 1013/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index c35971eca..69e481c24 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -357,8 +357,8 @@ "title": "当您在前台标签中启用一个新播放器时,暂停后台标签中的视频播放器" }, "playlistRemover": { - "label": "启用从主页删除播放列表", - "title": "清除播放列表" + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" }, "remainingTime": { "label": "剩余时间", From d3ea7bbd540e364ffde05e920334c63ec525e03c Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 3 Sep 2025 23:08:08 -0400 Subject: [PATCH 1014/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index 515c72f09..142e260ea 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -357,8 +357,8 @@ "title": "當前景分頁啟用新播放器時,自動凍結背景分頁影音" }, "playlistRemover": { - "label": "啟用在主頁移除播放清單", - "title": "移除播放清單" + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" }, "remainingTime": { "label": "剩餘時間", From 25c51e94f6e906caa528ef03e870f2cd5273198f Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 3 Sep 2025 23:08:09 -0400 Subject: [PATCH 1015/1783] New translations en-us.json (Vietnamese) --- public/locales/vi-VN.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/vi-VN.json b/public/locales/vi-VN.json index aaba3fb7e..c138c1ec0 100644 --- a/public/locales/vi-VN.json +++ b/public/locales/vi-VN.json @@ -357,8 +357,8 @@ "title": "Pauses video players in background tabs when you start a new player in foreground tab" }, "playlistRemover": { - "label": "The removal of playlists from homepage", - "title": "Get rid of playlists" + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" }, "remainingTime": { "label": "Remaining time", From 6bca6041dd66c8c439c749b7f852f9d4a75f2f34 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 3 Sep 2025 23:08:10 -0400 Subject: [PATCH 1016/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index 460c75ff9..0403cab88 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -357,8 +357,8 @@ "title": "Pausa o player nas abas em segundo plano ao iniciar um novo player noutra aba" }, "playlistRemover": { - "label": "Remoção de playlists da página inicial", - "title": "Remover playlists da página inicial" + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" }, "remainingTime": { "label": "Tempo restante", From 4781ec65ec0133fa9fe81a58de374ffb303f840c Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 3 Sep 2025 23:08:11 -0400 Subject: [PATCH 1017/1783] New translations en-us.json (Persian) --- public/locales/fa-IR.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/fa-IR.json b/public/locales/fa-IR.json index 0b2429e74..e928304ba 100644 --- a/public/locales/fa-IR.json +++ b/public/locales/fa-IR.json @@ -357,8 +357,8 @@ "title": "Pauses video players in background tabs when you start a new player in foreground tab" }, "playlistRemover": { - "label": "The removal of playlists from homepage", - "title": "Get rid of playlists" + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" }, "remainingTime": { "label": "Remaining time", From aa2d3914046d935e519a1d05081ae73d134fb4b4 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 3 Sep 2025 23:08:12 -0400 Subject: [PATCH 1018/1783] New translations en-us.json (Hindi) --- public/locales/hi-IN.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/hi-IN.json b/public/locales/hi-IN.json index d1bf63c42..95c986eae 100644 --- a/public/locales/hi-IN.json +++ b/public/locales/hi-IN.json @@ -357,8 +357,8 @@ "title": "Pauses video players in background tabs when you start a new player in foreground tab" }, "playlistRemover": { - "label": "The removal of playlists from homepage", - "title": "Get rid of playlists" + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" }, "remainingTime": { "label": "Remaining time", From d34e997b7bdd25b1792ef887653d015e0265be2f Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 3 Sep 2025 23:08:13 -0400 Subject: [PATCH 1019/1783] New translations en-us.json (English, United Kingdom) --- public/locales/en-GB.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/en-GB.json b/public/locales/en-GB.json index d98dbb417..177b6c8f1 100644 --- a/public/locales/en-GB.json +++ b/public/locales/en-GB.json @@ -357,8 +357,8 @@ "title": "Pauses video players in background tabs when you start a new player in foreground tab" }, "playlistRemover": { - "label": "The removal of playlists from homepage", - "title": "Get rid of playlists" + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" }, "remainingTime": { "label": "Remaining time", From ba6e5c9715b5b172d4d558e149696864bafcbf19 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 4 Sep 2025 00:11:57 -0400 Subject: [PATCH 1020/1783] New translations en-us.json (French) --- public/locales/fr-FR.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/fr-FR.json b/public/locales/fr-FR.json index 4bee8c167..f73db2f65 100644 --- a/public/locales/fr-FR.json +++ b/public/locales/fr-FR.json @@ -372,6 +372,10 @@ "label": "Remove YouTube /redirect URLs", "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" }, + "restoreFullscreenScrolling": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + }, "shareShortener": { "label": "Shorten YouTube video share link", "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" From 35b4c0bda5a1a9040515665417247ced35932d3e Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 4 Sep 2025 00:11:57 -0400 Subject: [PATCH 1021/1783] New translations en-us.json (Spanish) --- public/locales/es-ES.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index 9c5d5448f..eeeab77b3 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -372,6 +372,10 @@ "label": "Remove YouTube /redirect URLs", "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" }, + "restoreFullscreenScrolling": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + }, "shareShortener": { "label": "Shorten YouTube video share link", "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" From b1c83dddf9ccf32f3a41c63dadf61a2c223d880f Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 4 Sep 2025 00:11:58 -0400 Subject: [PATCH 1022/1783] New translations en-us.json (Catalan) --- public/locales/ca-ES.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/ca-ES.json b/public/locales/ca-ES.json index c74644abb..f46bb4ed4 100644 --- a/public/locales/ca-ES.json +++ b/public/locales/ca-ES.json @@ -372,6 +372,10 @@ "label": "Remove YouTube /redirect URLs", "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" }, + "restoreFullscreenScrolling": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + }, "shareShortener": { "label": "Shorten YouTube video share link", "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" From c0f1f91603f29a1be8ece8f939ac4f1c08259bac Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 4 Sep 2025 00:12:00 -0400 Subject: [PATCH 1023/1783] New translations en-us.json (Czech) --- public/locales/cs-CZ.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/cs-CZ.json b/public/locales/cs-CZ.json index 2505f9aa6..b0272a9bb 100644 --- a/public/locales/cs-CZ.json +++ b/public/locales/cs-CZ.json @@ -372,6 +372,10 @@ "label": "Remove YouTube /redirect URLs", "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" }, + "restoreFullscreenScrolling": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + }, "shareShortener": { "label": "Shorten YouTube video share link", "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" From e82a52df42664278c120f40ddd4a949b83c71bd8 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 4 Sep 2025 00:12:00 -0400 Subject: [PATCH 1024/1783] New translations en-us.json (German) --- public/locales/de-DE.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/de-DE.json b/public/locales/de-DE.json index 51ad70bc7..4902ab2b5 100644 --- a/public/locales/de-DE.json +++ b/public/locales/de-DE.json @@ -372,6 +372,10 @@ "label": "Remove YouTube /redirect URLs", "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" }, + "restoreFullscreenScrolling": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + }, "shareShortener": { "label": "Shorten YouTube video share link", "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" From efdd943e6bc645c427b04a8e9de158948331e953 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 4 Sep 2025 00:12:01 -0400 Subject: [PATCH 1025/1783] New translations en-us.json (Hebrew) --- public/locales/he-IL.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/he-IL.json b/public/locales/he-IL.json index 157984c8f..0c686761d 100644 --- a/public/locales/he-IL.json +++ b/public/locales/he-IL.json @@ -372,6 +372,10 @@ "label": "Remove YouTube /redirect URLs", "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" }, + "restoreFullscreenScrolling": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + }, "shareShortener": { "label": "Shorten YouTube video share link", "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" From 74c6b57bb6b96511444f401da1cb3a0f41b1e208 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 4 Sep 2025 00:12:02 -0400 Subject: [PATCH 1026/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index 35a7642c9..a59ff004f 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -372,6 +372,10 @@ "label": "Rimuovi URL /redirect di YouTube", "title": "Rimpiazza il reindirizzamento di YouTube con gli URL attuali saltando il dialogo di avviso di reindirizzamento" }, + "restoreFullscreenScrolling": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + }, "shareShortener": { "label": "Abbrevia il collegamento di condivisione video di YouTube", "title": "Riduce il collegamento di condivisione video di YouTube (youtu.be) eliminando da esso i parametri si/feature" From 0bbb923042bdd203ea6d8a055bcde5524edd1f43 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 4 Sep 2025 00:12:03 -0400 Subject: [PATCH 1027/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index 4b0bb2385..3389ed595 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -372,6 +372,10 @@ "label": "YouTubeのリダイレクトURLを削除する", "title": "YouTubeリダイレクトを実物なURLを換えして、リダイレクト注意を抜かします" }, + "restoreFullscreenScrolling": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + }, "shareShortener": { "label": "YouTube動画のURLを短縮する", "title": "YouTube動画のURLに機能パラメータを削除して短縮する(youtu.be)" From 93635850c3634e83b54f49bbefa7fb33ef14e8dc Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 4 Sep 2025 00:12:04 -0400 Subject: [PATCH 1028/1783] New translations en-us.json (Korean) --- public/locales/ko-KR.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/ko-KR.json b/public/locales/ko-KR.json index f2ead1f6b..ff652763f 100644 --- a/public/locales/ko-KR.json +++ b/public/locales/ko-KR.json @@ -372,6 +372,10 @@ "label": "유튜브 / 리디렉션 URL 제거", "title": "리디렉션 경고 대화를 건너뛰고 실제 URL로 유튜브 리디렉션을 대체합니다." }, + "restoreFullscreenScrolling": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + }, "shareShortener": { "label": "유튜브 동영상 공유 링크 짧게하기", "title": "si/feature 매개 변수를 제거하여 유튜브 동영상 공유 링크를 단축(youtu.be)" From e6b565472dea1c2688e7ad4b8ade95817212974b Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 4 Sep 2025 00:12:05 -0400 Subject: [PATCH 1029/1783] New translations en-us.json (Dutch) --- public/locales/nl-NL.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/nl-NL.json b/public/locales/nl-NL.json index c5048ada8..10d55970a 100644 --- a/public/locales/nl-NL.json +++ b/public/locales/nl-NL.json @@ -372,6 +372,10 @@ "label": "Verwijdert YouTube /redirect URLs", "title": "Vervangt YouTube doorverwijzing door echte URLs die de doorverwijzing waarschuwing niet geven" }, + "restoreFullscreenScrolling": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + }, "shareShortener": { "label": "Maak Youtube deel links korter", "title": "Maakt YouTube video deel links (youtu.be) korter door si en andere feature parameters af te knippen" From f18d801db520f373d795840bc16cb5783cb77b8f Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 4 Sep 2025 00:12:05 -0400 Subject: [PATCH 1030/1783] New translations en-us.json (Polish) --- public/locales/pl-PL.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/pl-PL.json b/public/locales/pl-PL.json index 424eb6108..b1e348acc 100644 --- a/public/locales/pl-PL.json +++ b/public/locales/pl-PL.json @@ -372,6 +372,10 @@ "label": "Remove YouTube /redirect URLs", "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" }, + "restoreFullscreenScrolling": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + }, "shareShortener": { "label": "Shorten YouTube video share link", "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" From b4eb094ee4f41db5ba57ec0ed4044a40f5dfa741 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 4 Sep 2025 00:12:06 -0400 Subject: [PATCH 1031/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index b050d4797..82569e5c4 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -372,6 +372,10 @@ "label": "Убрать YouTube /redirect ссылки", "title": "Заменяет /redirect ссылки на актуальные, убирая предупреждение о переходе на другой ресурс" }, + "restoreFullscreenScrolling": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + }, "shareShortener": { "label": "Укоротить ссылку с кнопки \"Поделиться\"", "title": "Укорачивает ссылку с кнопки \"Поделиться\" (youtu.be), убирая параметры si/feature из нее" From b636285fd0a80eef17537c654583bdfdad13f569 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 4 Sep 2025 00:12:07 -0400 Subject: [PATCH 1032/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index 9ede3e4b9..21763736c 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -372,6 +372,10 @@ "label": "Ta bort YouTube-omdirigeringswebbadresser", "title": "Ersätter YouTube-omdirigering genom faktiska webbadresser, hoppar över omdirigeringsvarningsdialog" }, + "restoreFullscreenScrolling": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + }, "shareShortener": { "label": "Förkorta YouTube-videons delningslänk", "title": "Förkortar YouTube-videons delningslänk (youtu.be) genom att ta bort funktionsparametrar från den" From 265224561cac758a8000763e3ff90a807eb13d90 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 4 Sep 2025 00:12:08 -0400 Subject: [PATCH 1033/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index 5adfaab50..ffb286d66 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -372,6 +372,10 @@ "label": "YouTube yönlendirme bağlantılarını kaldır", "title": "Yönlendirme uyarı diyaloğunu atlayarak YouTube yönlendirmesini gerçek URL'lerle değiştirir" }, + "restoreFullscreenScrolling": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + }, "shareShortener": { "label": "YouTube video paylaşım bağlantısını kısalt", "title": "YouTube video paylaşım bağlantısını (youtu.be) si/feature parametrelerini çıkararak kısaltır" From 8a8e787c69ef62f06bd7aa1870c0ba38ced77422 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 4 Sep 2025 00:12:09 -0400 Subject: [PATCH 1034/1783] New translations en-us.json (Ukrainian) --- public/locales/uk-UA.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/uk-UA.json b/public/locales/uk-UA.json index d9cfe3de7..5534dca11 100644 --- a/public/locales/uk-UA.json +++ b/public/locales/uk-UA.json @@ -372,6 +372,10 @@ "label": "Remove YouTube /redirect URLs", "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" }, + "restoreFullscreenScrolling": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + }, "shareShortener": { "label": "Shorten YouTube video share link", "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" From 7397bead038b1d5464b449d3c8263ffd2c511f20 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 4 Sep 2025 00:12:10 -0400 Subject: [PATCH 1035/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index 69e481c24..bc0c64170 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -372,6 +372,10 @@ "label": "屏蔽YouTube重定向链接", "title": "用真实链接替换YouTube重定向,并跳过重定向警告" }, + "restoreFullscreenScrolling": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + }, "shareShortener": { "label": "缩短YouTube视频分享链接", "title": "分享Youtube视频(youtu.be)时,删除si/feature 参数以缩短链接" From a144b022ab179dca3668fe4cc455bf50b081de55 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 4 Sep 2025 00:12:11 -0400 Subject: [PATCH 1036/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index 142e260ea..6a0c00789 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -372,6 +372,10 @@ "label": "移除 YouTube 重新導向網址", "title": "以真正網址取代 YouTube 重新導向網址,跳過重新導向警告對話框" }, + "restoreFullscreenScrolling": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + }, "shareShortener": { "label": "縮短 YouTube 影片共享連結", "title": "縮短 YouTube 影片共享連結 (youtu.be),移除 si/feature 參數" From a76a407461ba3549001ecbef535b162bc00c3e56 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 4 Sep 2025 00:12:11 -0400 Subject: [PATCH 1037/1783] New translations en-us.json (Vietnamese) --- public/locales/vi-VN.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/vi-VN.json b/public/locales/vi-VN.json index c138c1ec0..d6ca73c13 100644 --- a/public/locales/vi-VN.json +++ b/public/locales/vi-VN.json @@ -372,6 +372,10 @@ "label": "Remove YouTube /redirect URLs", "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" }, + "restoreFullscreenScrolling": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + }, "shareShortener": { "label": "Shorten YouTube video share link", "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" From b9d2553ac12e884764f4b23094f071b8fbb48fee Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 4 Sep 2025 00:12:12 -0400 Subject: [PATCH 1038/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index 0403cab88..e6b909a25 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -372,6 +372,10 @@ "label": "Remover URLs de redireção do YouTube", "title": "Substitui a redireção do YouTube por URLs reais, pulando o aviso de redireção" }, + "restoreFullscreenScrolling": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + }, "shareShortener": { "label": "Encurtar link de compartilha de vídeo", "title": "Encurta os links de compartilha de vídeo (youtu.be) removendo os parâmetros si/features." From 6bb5428c5ffbee6d9416329f543bae22d5619523 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 4 Sep 2025 00:12:13 -0400 Subject: [PATCH 1039/1783] New translations en-us.json (Persian) --- public/locales/fa-IR.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/fa-IR.json b/public/locales/fa-IR.json index e928304ba..1bc345f1d 100644 --- a/public/locales/fa-IR.json +++ b/public/locales/fa-IR.json @@ -372,6 +372,10 @@ "label": "Remove YouTube /redirect URLs", "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" }, + "restoreFullscreenScrolling": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + }, "shareShortener": { "label": "Shorten YouTube video share link", "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" From 67591ef95c879a5257295e91cb0d9095616bf721 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 4 Sep 2025 00:12:14 -0400 Subject: [PATCH 1040/1783] New translations en-us.json (Hindi) --- public/locales/hi-IN.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/hi-IN.json b/public/locales/hi-IN.json index 95c986eae..f16f64d7b 100644 --- a/public/locales/hi-IN.json +++ b/public/locales/hi-IN.json @@ -372,6 +372,10 @@ "label": "Remove YouTube /redirect URLs", "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" }, + "restoreFullscreenScrolling": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + }, "shareShortener": { "label": "Shorten YouTube video share link", "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" From 5a8a6b272c6f3f07e40de6e6a9042d83dd1023d4 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 4 Sep 2025 00:12:15 -0400 Subject: [PATCH 1041/1783] New translations en-us.json (English, United Kingdom) --- public/locales/en-GB.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/en-GB.json b/public/locales/en-GB.json index 177b6c8f1..c8f3a637a 100644 --- a/public/locales/en-GB.json +++ b/public/locales/en-GB.json @@ -372,6 +372,10 @@ "label": "Remove YouTube /redirect URLs", "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" }, + "restoreFullscreenScrolling": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + }, "shareShortener": { "label": "Shorten YouTube video share link", "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" From 8705fe5df38862a601bf2357c3c5e91a3a0a477a Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 4 Sep 2025 12:46:36 -0400 Subject: [PATCH 1042/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index a59ff004f..26ebce39f 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -357,8 +357,8 @@ "title": "Mette in pausa i riproduttori video nelle schede nascoste quando si avvia un nuovo riproduttore nella scheda aperta" }, "playlistRemover": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" + "label": "Nascondi liste riproduzioni dalla pagina iniziale", + "title": "Elimina le liste riproduzioni dalla pagina iniziale" }, "remainingTime": { "label": "Tempo rimanente", @@ -373,8 +373,8 @@ "title": "Rimpiazza il reindirizzamento di YouTube con gli URL attuali saltando il dialogo di avviso di reindirizzamento" }, "restoreFullscreenScrolling": { - "label": "Restore fullscreen scrolling", - "title": "Restores scrolling in fullscreen mode" + "label": "Ripristina scorrimento a schermo intero", + "title": "Ripristina lo scorrimento nella modalità schermo intero" }, "shareShortener": { "label": "Abbrevia il collegamento di condivisione video di YouTube", From efc53efc225c3bd3fdb1f2629e55f3120084de6e Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 4 Sep 2025 18:14:08 -0400 Subject: [PATCH 1043/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index bc0c64170..90912e117 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -357,8 +357,8 @@ "title": "当您在前台标签中启用一个新播放器时,暂停后台标签中的视频播放器" }, "playlistRemover": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" + "label": "从主页隐藏播放列表", + "title": "从主页去除播放列表" }, "remainingTime": { "label": "剩余时间", @@ -373,8 +373,8 @@ "title": "用真实链接替换YouTube重定向,并跳过重定向警告" }, "restoreFullscreenScrolling": { - "label": "Restore fullscreen scrolling", - "title": "Restores scrolling in fullscreen mode" + "label": "恢复全屏滚动", + "title": "在全屏模式下恢复滚动" }, "shareShortener": { "label": "缩短YouTube视频分享链接", From 620fd02b324279bfc600f33c2a9e52514f16092b Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 24 Sep 2025 18:42:40 -0400 Subject: [PATCH 1044/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index 21763736c..f81ade172 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -125,20 +125,20 @@ }, "optionDisabled": { "either": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " or " + "label": "Aktivera {{OPTIONS}} för att konfigurera detta alternativ", + "separator": " eller " }, "plural": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " and " + "label": "Aktivera {{OPTIONS}} för att konfigurera detta alternativ", + "separator": " och " }, - "singular": "Enable '{{OPTION}}' to configure this option", + "singular": "Aktivera {{OPTION}} för att konfigurera detta alternativ", "specificOption": { - "deepDarkCustomTheme": "Set theme to 'Custom' to configure this option.", - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option." + "deepDarkCustomTheme": "Sätt tema till 'Anpassad' för att konfigurera detta alternativ.", + "featureMenu": "Konfigurera minst en knapp som ska placeras i funktionsmenyn för att konfigurera det här alternativet." } }, - "scrollForMoreSettings": "Scroll for more settings", + "scrollForMoreSettings": "Rulla för fler inställningar", "sections": { "automaticQuality": { "enable": { @@ -293,12 +293,12 @@ "title": "Kopiera videons webbadress med tidsstämpel (?t=123)" }, "defaultToOriginalAudioTrack": { - "label": "Default to original audio track", - "title": "Always default to the original audio track" + "label": "Standard till originalljudspår", + "title": "Använd alltid originalljudspåret som standard" }, "hideArtificialIntelligenceSummary": { - "label": "Hide AI summary", - "title": "Hides the artificial intelligence summary below videos" + "label": "Dölj AI-sammanfattning", + "title": "Döljer sammanfattningen av artificiell intelligens under videorna" }, "hideEndScreenCards": { "label": "Dölj slutskärmskort", @@ -321,8 +321,8 @@ "title": "Döljer bannern som visas när du tittar på en video som har betald marknadsföring" }, "hidePlayables": { - "label": "Hide playables", - "title": "Hides all playables" + "label": "Dölj spelbara", + "title": "Döljer alla spelbara" }, "hideScrollbar": { "label": "Dölj rullningslisten", @@ -357,8 +357,8 @@ "title": "Pausar videospelare i bakgrundsflikar när du startar en ny videospelare i en förgrundsflik" }, "playlistRemover": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" + "label": "Dölj spellistor från hemsidan", + "title": "Bli av med spellistor från hemsidan" }, "remainingTime": { "label": "Återstående tid", @@ -373,8 +373,8 @@ "title": "Ersätter YouTube-omdirigering genom faktiska webbadresser, hoppar över omdirigeringsvarningsdialog" }, "restoreFullscreenScrolling": { - "label": "Restore fullscreen scrolling", - "title": "Restores scrolling in fullscreen mode" + "label": "Återställ fullskärmsrullning", + "title": "Återställer rullning i helskärmsläge" }, "shareShortener": { "label": "Förkorta YouTube-videons delningslänk", From a2406d84df9b24e9dc2b785780d4db0d918561b3 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 26 Sep 2025 19:10:23 -0400 Subject: [PATCH 1045/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index f81ade172..a5669f3d3 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -135,7 +135,8 @@ "singular": "Aktivera {{OPTION}} för att konfigurera detta alternativ", "specificOption": { "deepDarkCustomTheme": "Sätt tema till 'Anpassad' för att konfigurera detta alternativ.", - "featureMenu": "Konfigurera minst en knapp som ska placeras i funktionsmenyn för att konfigurera det här alternativet." + "featureMenu": "Konfigurera minst en knapp som ska placeras i funktionsmenyn för att konfigurera det här alternativet.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' to configure this option" } }, "scrollForMoreSettings": "Rulla för fler inställningar", From c55a03b3cb703eeb70ce5e7c30ab9b0d8910d6d4 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 26 Sep 2025 19:10:24 -0400 Subject: [PATCH 1046/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index 26ebce39f..a099c0c0b 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -135,7 +135,8 @@ "singular": "Abilita '{{OPTION}}' per configurare questa opzione", "specificOption": { "deepDarkCustomTheme": "Imposta il tema a 'Personalizzato' per configurare questa opzione.", - "featureMenu": "Configura almeno un pulsante da posizionare nel menu' delle funzioni per configurare questa opzione." + "featureMenu": "Configura almeno un pulsante da posizionare nel menu' delle funzioni per configurare questa opzione.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' to configure this option" } }, "scrollForMoreSettings": "Scorri per altre impostazioni", From 8b87cbc97222271948dfc7345b9d0a7a8d638a16 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 26 Sep 2025 19:10:25 -0400 Subject: [PATCH 1047/1783] New translations en-us.json (Polish) --- public/locales/pl-PL.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/locales/pl-PL.json b/public/locales/pl-PL.json index b1e348acc..1f7679770 100644 --- a/public/locales/pl-PL.json +++ b/public/locales/pl-PL.json @@ -135,7 +135,8 @@ "singular": "Enable '{{OPTION}}' to configure this option", "specificOption": { "deepDarkCustomTheme": "Set theme to 'Custom' to configure this option.", - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option." + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' to configure this option" } }, "scrollForMoreSettings": "Scroll for more settings", From c52fbf1bae6b4df8a46fc507bebd79c7b3edbc70 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 26 Sep 2025 19:10:26 -0400 Subject: [PATCH 1048/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index 90912e117..27bc63e01 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -135,7 +135,8 @@ "singular": "启用 '{{OPTION}}' 以配置此选项", "specificOption": { "deepDarkCustomTheme": "将主题设置为“自定义”以配置此选项。", - "featureMenu": "配置至少一个按钮放置在功能菜单中以配置此选项。" + "featureMenu": "配置至少一个按钮放置在功能菜单中以配置此选项。", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' to configure this option" } }, "scrollForMoreSettings": "滚动以查看更多设置", From 4d0a17f2d05385fb85f5258eac13dfdf12af9468 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 26 Sep 2025 19:10:27 -0400 Subject: [PATCH 1049/1783] New translations en-us.json (French) --- public/locales/fr-FR.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/locales/fr-FR.json b/public/locales/fr-FR.json index f73db2f65..8584f4bbd 100644 --- a/public/locales/fr-FR.json +++ b/public/locales/fr-FR.json @@ -135,7 +135,8 @@ "singular": "Enable '{{OPTION}}' to configure this option", "specificOption": { "deepDarkCustomTheme": "Set theme to 'Custom' to configure this option.", - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option." + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' to configure this option" } }, "scrollForMoreSettings": "Scroll for more settings", From 0fa653c21f8bb41a102945d9d04227a20b71f301 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 26 Sep 2025 19:10:28 -0400 Subject: [PATCH 1050/1783] New translations en-us.json (Spanish) --- public/locales/es-ES.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index eeeab77b3..de1242970 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -135,7 +135,8 @@ "singular": "Enable '{{OPTION}}' to configure this option", "specificOption": { "deepDarkCustomTheme": "Set theme to 'Custom' to configure this option.", - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option." + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' to configure this option" } }, "scrollForMoreSettings": "Scroll for more settings", From c8ff71995bd7d954397c49c0c80da3ccb785aaa4 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 26 Sep 2025 19:10:29 -0400 Subject: [PATCH 1051/1783] New translations en-us.json (Catalan) --- public/locales/ca-ES.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/locales/ca-ES.json b/public/locales/ca-ES.json index f46bb4ed4..3b1f265d4 100644 --- a/public/locales/ca-ES.json +++ b/public/locales/ca-ES.json @@ -135,7 +135,8 @@ "singular": "Enable '{{OPTION}}' to configure this option", "specificOption": { "deepDarkCustomTheme": "Set theme to 'Custom' to configure this option.", - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option." + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' to configure this option" } }, "scrollForMoreSettings": "Scroll for more settings", From 5e7b626038aa8fe7e4218c3a9d9a193a66685d6e Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 26 Sep 2025 19:10:30 -0400 Subject: [PATCH 1052/1783] New translations en-us.json (Czech) --- public/locales/cs-CZ.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/locales/cs-CZ.json b/public/locales/cs-CZ.json index b0272a9bb..7d0885019 100644 --- a/public/locales/cs-CZ.json +++ b/public/locales/cs-CZ.json @@ -135,7 +135,8 @@ "singular": "Enable '{{OPTION}}' to configure this option", "specificOption": { "deepDarkCustomTheme": "Set theme to 'Custom' to configure this option.", - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option." + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' to configure this option" } }, "scrollForMoreSettings": "Scroll for more settings", From 38b0328621a006dde0436cc29bbe5e87c3465a09 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 26 Sep 2025 19:10:31 -0400 Subject: [PATCH 1053/1783] New translations en-us.json (German) --- public/locales/de-DE.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/locales/de-DE.json b/public/locales/de-DE.json index 4902ab2b5..e15f0b2cf 100644 --- a/public/locales/de-DE.json +++ b/public/locales/de-DE.json @@ -135,7 +135,8 @@ "singular": "Enable '{{OPTION}}' to configure this option", "specificOption": { "deepDarkCustomTheme": "Set theme to 'Custom' to configure this option.", - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option." + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' to configure this option" } }, "scrollForMoreSettings": "Scroll for more settings", From faf95a09a8f24c35299320f655a66e518b609a4f Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 26 Sep 2025 19:10:32 -0400 Subject: [PATCH 1054/1783] New translations en-us.json (Hebrew) --- public/locales/he-IL.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/locales/he-IL.json b/public/locales/he-IL.json index 0c686761d..f42ddb687 100644 --- a/public/locales/he-IL.json +++ b/public/locales/he-IL.json @@ -135,7 +135,8 @@ "singular": "Enable '{{OPTION}}' to configure this option", "specificOption": { "deepDarkCustomTheme": "Set theme to 'Custom' to configure this option.", - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option." + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' to configure this option" } }, "scrollForMoreSettings": "Scroll for more settings", From 4dcd119e0eabf273cfc7299f76f550c220e16b6e Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 26 Sep 2025 19:10:33 -0400 Subject: [PATCH 1055/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index 3389ed595..1803c9022 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -135,7 +135,8 @@ "singular": "Enable '{{OPTION}}' to configure this option", "specificOption": { "deepDarkCustomTheme": "Set theme to 'Custom' to configure this option.", - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option." + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' to configure this option" } }, "scrollForMoreSettings": "Scroll for more settings", From 6be0aa6cd133735f3201ad1e4412dec5731d9247 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 26 Sep 2025 19:10:34 -0400 Subject: [PATCH 1056/1783] New translations en-us.json (Korean) --- public/locales/ko-KR.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/locales/ko-KR.json b/public/locales/ko-KR.json index ff652763f..ade753a94 100644 --- a/public/locales/ko-KR.json +++ b/public/locales/ko-KR.json @@ -135,7 +135,8 @@ "singular": "Enable '{{OPTION}}' to configure this option", "specificOption": { "deepDarkCustomTheme": "Set theme to 'Custom' to configure this option.", - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option." + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' to configure this option" } }, "scrollForMoreSettings": "Scroll for more settings", From c1a1898ec6e2a15b28d2736255b69ebc9c028d67 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 26 Sep 2025 19:10:35 -0400 Subject: [PATCH 1057/1783] New translations en-us.json (Dutch) --- public/locales/nl-NL.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/locales/nl-NL.json b/public/locales/nl-NL.json index 10d55970a..9f865e65a 100644 --- a/public/locales/nl-NL.json +++ b/public/locales/nl-NL.json @@ -135,7 +135,8 @@ "singular": "Enable '{{OPTION}}' to configure this option", "specificOption": { "deepDarkCustomTheme": "Set theme to 'Custom' to configure this option.", - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option." + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' to configure this option" } }, "scrollForMoreSettings": "Scroll for more settings", From 579ec1c18e50fc6cbb28c9cf303640857ba00883 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 26 Sep 2025 19:10:36 -0400 Subject: [PATCH 1058/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index 82569e5c4..a074573a3 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -135,7 +135,8 @@ "singular": "Enable '{{OPTION}}' to configure this option", "specificOption": { "deepDarkCustomTheme": "Set theme to 'Custom' to configure this option.", - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option." + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' to configure this option" } }, "scrollForMoreSettings": "Scroll for more settings", From e49700d0be3f26232c582fdf17cf30a13322e611 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 26 Sep 2025 19:10:38 -0400 Subject: [PATCH 1059/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index ffb286d66..581e7ff73 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -135,7 +135,8 @@ "singular": "Bu seçeneği yapılandırmak için '{{OPTION}}' öğesini etkinleştirin", "specificOption": { "deepDarkCustomTheme": "Bu seçeneği yapılandırmak için temayı 'Özel' olarak ayarlayın.", - "featureMenu": "Bu seçeneği yapılandırmak için özellik menüsüne yerleştirilecek en az bir düğmeyi yapılandırın." + "featureMenu": "Bu seçeneği yapılandırmak için özellik menüsüne yerleştirilecek en az bir düğmeyi yapılandırın.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' to configure this option" } }, "scrollForMoreSettings": "Daha fazla ayar için kaydırın", From ef4572626386a18dd0fa0d0cde067e7be7ed7842 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 26 Sep 2025 19:10:39 -0400 Subject: [PATCH 1060/1783] New translations en-us.json (Ukrainian) --- public/locales/uk-UA.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/locales/uk-UA.json b/public/locales/uk-UA.json index 5534dca11..0c256a973 100644 --- a/public/locales/uk-UA.json +++ b/public/locales/uk-UA.json @@ -135,7 +135,8 @@ "singular": "Enable '{{OPTION}}' to configure this option", "specificOption": { "deepDarkCustomTheme": "Set theme to 'Custom' to configure this option.", - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option." + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' to configure this option" } }, "scrollForMoreSettings": "Scroll for more settings", From f3f78a46e8732de571cbbe03ce0613863a54a71f Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 26 Sep 2025 19:10:40 -0400 Subject: [PATCH 1061/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index 6a0c00789..51407891a 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -135,7 +135,8 @@ "singular": "Enable '{{OPTION}}' to configure this option", "specificOption": { "deepDarkCustomTheme": "Set theme to 'Custom' to configure this option.", - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option." + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' to configure this option" } }, "scrollForMoreSettings": "Scroll for more settings", From b2e2b2abf0314e86cf5ec3f6d73a9f9ce9a01e69 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 26 Sep 2025 19:10:41 -0400 Subject: [PATCH 1062/1783] New translations en-us.json (Vietnamese) --- public/locales/vi-VN.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/locales/vi-VN.json b/public/locales/vi-VN.json index d6ca73c13..b9be9d0a1 100644 --- a/public/locales/vi-VN.json +++ b/public/locales/vi-VN.json @@ -135,7 +135,8 @@ "singular": "Enable '{{OPTION}}' to configure this option", "specificOption": { "deepDarkCustomTheme": "Set theme to 'Custom' to configure this option.", - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option." + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' to configure this option" } }, "scrollForMoreSettings": "Scroll for more settings", From de95662144284850ab501798cb6aabeabd9c44ea Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 26 Sep 2025 19:10:42 -0400 Subject: [PATCH 1063/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index e6b909a25..64ae3c6af 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -135,7 +135,8 @@ "singular": "Ative o '{{OPTION}}' para configurar esta opção", "specificOption": { "deepDarkCustomTheme": "Defina o tema para 'Personalizado' para configurar esta opção.", - "featureMenu": "Altere pelo menos um botão no menu de recursos para configurar esta opção." + "featureMenu": "Altere pelo menos um botão no menu de recursos para configurar esta opção.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' to configure this option" } }, "scrollForMoreSettings": "Role para mais opções", From 1558a59f562f5ed2eec42193fc5ca9216651eb3d Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 26 Sep 2025 19:10:43 -0400 Subject: [PATCH 1064/1783] New translations en-us.json (Persian) --- public/locales/fa-IR.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/locales/fa-IR.json b/public/locales/fa-IR.json index 1bc345f1d..e402cfa0c 100644 --- a/public/locales/fa-IR.json +++ b/public/locales/fa-IR.json @@ -135,7 +135,8 @@ "singular": "Enable '{{OPTION}}' to configure this option", "specificOption": { "deepDarkCustomTheme": "Set theme to 'Custom' to configure this option.", - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option." + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' to configure this option" } }, "scrollForMoreSettings": "Scroll for more settings", From 7395ebdc481cd43fd2976c432b57dfdad3ab4f65 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 26 Sep 2025 19:10:44 -0400 Subject: [PATCH 1065/1783] New translations en-us.json (Hindi) --- public/locales/hi-IN.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/locales/hi-IN.json b/public/locales/hi-IN.json index f16f64d7b..887989138 100644 --- a/public/locales/hi-IN.json +++ b/public/locales/hi-IN.json @@ -135,7 +135,8 @@ "singular": "Enable '{{OPTION}}' to configure this option", "specificOption": { "deepDarkCustomTheme": "Set theme to 'Custom' to configure this option.", - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option." + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' to configure this option" } }, "scrollForMoreSettings": "Scroll for more settings", From 5bd62b7c16fb2600d505e53610dc2050324f87cd Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 26 Sep 2025 19:10:45 -0400 Subject: [PATCH 1066/1783] New translations en-us.json (English, United Kingdom) --- public/locales/en-GB.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/locales/en-GB.json b/public/locales/en-GB.json index c8f3a637a..af50107c3 100644 --- a/public/locales/en-GB.json +++ b/public/locales/en-GB.json @@ -135,7 +135,8 @@ "singular": "Enable '{{OPTION}}' to configure this option", "specificOption": { "deepDarkCustomTheme": "Set theme to 'Custom' to configure this option.", - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option." + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' to configure this option" } }, "scrollForMoreSettings": "Scroll for more settings", From 02af18764a0a62324b1e485cc05ccf5b1ddbe556 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 27 Sep 2025 01:17:42 -0400 Subject: [PATCH 1067/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index 27bc63e01..381621cdd 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -136,7 +136,7 @@ "specificOption": { "deepDarkCustomTheme": "将主题设置为“自定义”以配置此选项。", "featureMenu": "配置至少一个按钮放置在功能菜单中以配置此选项。", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' to configure this option" + "screenshotButtonFileFormat": "将屏幕截图保存类型设置为“文件”以配置此选项" } }, "scrollForMoreSettings": "滚动以查看更多设置", From 32e2877f696a175899e35c826592e883e393d988 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 27 Sep 2025 06:23:29 -0400 Subject: [PATCH 1068/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index 581e7ff73..9dfe98db1 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -136,7 +136,7 @@ "specificOption": { "deepDarkCustomTheme": "Bu seçeneği yapılandırmak için temayı 'Özel' olarak ayarlayın.", "featureMenu": "Bu seçeneği yapılandırmak için özellik menüsüne yerleştirilecek en az bir düğmeyi yapılandırın.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' to configure this option" + "screenshotButtonFileFormat": "Bu seçeneği yapılandırmak için ekran görüntüsü kaydetme türünü 'File' olarak ayarlayın" } }, "scrollForMoreSettings": "Daha fazla ayar için kaydırın", @@ -358,8 +358,8 @@ "title": "Ön plan sekmesinde yeni bir oynatıcı başlattığınızda arka plan sekmelerindeki video oynatıcıları duraklatır" }, "playlistRemover": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" + "label": "Ana sayfadaki oynatma listelerini gizle", + "title": "Ana sayfadaki oynatma listelerinden kurtulun" }, "remainingTime": { "label": "Kalan süre", @@ -374,8 +374,8 @@ "title": "Yönlendirme uyarı diyaloğunu atlayarak YouTube yönlendirmesini gerçek URL'lerle değiştirir" }, "restoreFullscreenScrolling": { - "label": "Restore fullscreen scrolling", - "title": "Restores scrolling in fullscreen mode" + "label": "Tam ekran kaydırmayı geri yükle", + "title": "Tam ekran modunda kaydırmayı geri yükler" }, "shareShortener": { "label": "YouTube video paylaşım bağlantısını kısalt", From 1a7bca255c6922221c55f45889e027517b21b90b Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 27 Sep 2025 09:32:19 -0400 Subject: [PATCH 1069/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index a099c0c0b..78af21ec8 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -136,7 +136,7 @@ "specificOption": { "deepDarkCustomTheme": "Imposta il tema a 'Personalizzato' per configurare questa opzione.", "featureMenu": "Configura almeno un pulsante da posizionare nel menu' delle funzioni per configurare questa opzione.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' to configure this option" + "screenshotButtonFileFormat": "Imposta il tipo di salvataggio della schermata come 'File' per configurare questa opzione" } }, "scrollForMoreSettings": "Scorri per altre impostazioni", From dd4a205b4fea6ec6016400222897ac139908960a Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 27 Sep 2025 11:53:40 -0400 Subject: [PATCH 1070/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index a074573a3..5fef0b6bf 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -125,21 +125,21 @@ }, "optionDisabled": { "either": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " or " + "label": "Включите {{OPTIONS}} для настройки этого параметра", + "separator": " или " }, "plural": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " and " + "label": "Включите {{OPTIONS}} для настройки этого параметра", + "separator": " и " }, - "singular": "Enable '{{OPTION}}' to configure this option", + "singular": "Включите '{{OPTION}}' для настройки этого параметра", "specificOption": { - "deepDarkCustomTheme": "Set theme to 'Custom' to configure this option.", - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' to configure this option" + "deepDarkCustomTheme": "Выберите тему «Custom» для настройки этой опции.", + "featureMenu": "Включите по крайней мере одну кнопку, которая будет размещена в меню функций для настройки этой опции.", + "screenshotButtonFileFormat": "Установите тип сохранения скриншота «Файл» для настройки этого параметра" } }, - "scrollForMoreSettings": "Scroll for more settings", + "scrollForMoreSettings": "Прокрутите для других настроек", "sections": { "automaticQuality": { "enable": { @@ -294,12 +294,12 @@ "title": "Копирует ссылку видео с меткой времени (?t=123)" }, "defaultToOriginalAudioTrack": { - "label": "Default to original audio track", - "title": "Always default to the original audio track" + "label": "Выставлять оригинальную звуковую дорожку по умолчанию", + "title": "Всегда выставлять оригинальную аудио дорожку видео по умолчанию" }, "hideArtificialIntelligenceSummary": { - "label": "Hide AI summary", - "title": "Hides the artificial intelligence summary below videos" + "label": "Прятать краткое содержание от ИИ", + "title": "Прячет краткое содержание видео от ИИ под описанием" }, "hideEndScreenCards": { "label": "Скрыть заставки следующих видео", @@ -322,8 +322,8 @@ "title": "Скрывает баннер, отображающийся при просмотре видео, которое имеет платную рекламу" }, "hidePlayables": { - "label": "Hide playables", - "title": "Hides all playables" + "label": "Спрятать игры", + "title": "Прячет все игры (playables)" }, "hideScrollbar": { "label": "Включить скрытие полосы прокрутки страницы", @@ -358,8 +358,8 @@ "title": "Ставит на паузу видео в фоновых вкладках при запуске видео в активной (текущей) вкладке" }, "playlistRemover": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" + "label": "Спрятать плейлисты на главной", + "title": "Прячет плейлисты на главной (домашней) странице" }, "remainingTime": { "label": "Включить отображение оставшегося времени", @@ -374,8 +374,8 @@ "title": "Заменяет /redirect ссылки на актуальные, убирая предупреждение о переходе на другой ресурс" }, "restoreFullscreenScrolling": { - "label": "Restore fullscreen scrolling", - "title": "Restores scrolling in fullscreen mode" + "label": "Включить прокрутку в полноэкранном режиме", + "title": "Восстанавливает возможность прокрутки в полноэкранном режиме" }, "shareShortener": { "label": "Укоротить ссылку с кнопки \"Поделиться\"", From 504ee01b04fe1de9ade0640160633c7ba41a5356 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 27 Sep 2025 12:51:46 -0400 Subject: [PATCH 1071/1783] New translations en-us.json (Polish) --- public/locales/pl-PL.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/public/locales/pl-PL.json b/public/locales/pl-PL.json index 1f7679770..cb4a3457a 100644 --- a/public/locales/pl-PL.json +++ b/public/locales/pl-PL.json @@ -223,10 +223,10 @@ "noProblems": "No problems found." }, "enable": { - "label": "Custom CSS", + "label": "Własny CSS", "title": "Enables custom CSS to be applied to the page" }, - "title": "Custom CSS Settings" + "title": "Własne ustawienia CSS" }, "featureMenu": { "openType": { @@ -270,10 +270,10 @@ }, "language": { "select": { - "label": "Language", + "label": "Język", "title": "The language to use for the extension" }, - "title": "Language" + "title": "Język" }, "miscellaneous": { "features": { @@ -394,16 +394,16 @@ }, "onScreenDisplaySettings": { "color": { - "label": "Color", + "label": "Kolor", "options": { - "blue": "Blue", - "green": "Green", - "orange": "Orange", - "pink": "Pink", - "purple": "Purple", - "red": "Red", - "white": "White", - "yellow": "Yellow" + "blue": "Niebieski", + "green": "Zielony", + "orange": "Pomarańczowy", + "pink": "Różowy", + "purple": "Fioletowy", + "red": "Czerwony", + "white": "Biały", + "yellow": "Żółty" }, "title": "Select the color for the On-Screen Display" }, @@ -591,14 +591,14 @@ "youtubeDataApiV3Key": { "getApiKeyLinkText": "You can get one from here", "input": { - "label": "API Key", + "label": "Klucz API", "title": "Enter your Youtube Data API V3 key." }, - "title": "YouTube API V3 Key" + "title": "Klucz YouTube API V3" }, "youtubeDeepDark": { - "author": "Author", - "co-authors": "Co-authors", + "author": "Autor", + "co-authors": "Współautorzy", "colors": { "colorShadow": { "label": "Shadow color", From 1b277f4d1fd0a9ad24d4325da278d3b420858564 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 9 Oct 2025 00:02:11 -0400 Subject: [PATCH 1072/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 1 - 1 file changed, 1 deletion(-) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index a5669f3d3..6abd78ac1 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -134,7 +134,6 @@ }, "singular": "Aktivera {{OPTION}} för att konfigurera detta alternativ", "specificOption": { - "deepDarkCustomTheme": "Sätt tema till 'Anpassad' för att konfigurera detta alternativ.", "featureMenu": "Konfigurera minst en knapp som ska placeras i funktionsmenyn för att konfigurera det här alternativet.", "screenshotButtonFileFormat": "Set screenshot save type to 'File' to configure this option" } From 17ccb08cdca806316b31477890f60f3d24a997aa Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 9 Oct 2025 00:02:12 -0400 Subject: [PATCH 1073/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 1 - 1 file changed, 1 deletion(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index 78af21ec8..2de3b1b8b 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -134,7 +134,6 @@ }, "singular": "Abilita '{{OPTION}}' per configurare questa opzione", "specificOption": { - "deepDarkCustomTheme": "Imposta il tema a 'Personalizzato' per configurare questa opzione.", "featureMenu": "Configura almeno un pulsante da posizionare nel menu' delle funzioni per configurare questa opzione.", "screenshotButtonFileFormat": "Imposta il tipo di salvataggio della schermata come 'File' per configurare questa opzione" } From a73ac3b82a51b161f997300cab87600ca5e8dac5 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 9 Oct 2025 00:02:13 -0400 Subject: [PATCH 1074/1783] New translations en-us.json (Polish) --- public/locales/pl-PL.json | 1 - 1 file changed, 1 deletion(-) diff --git a/public/locales/pl-PL.json b/public/locales/pl-PL.json index cb4a3457a..2b07e58ec 100644 --- a/public/locales/pl-PL.json +++ b/public/locales/pl-PL.json @@ -134,7 +134,6 @@ }, "singular": "Enable '{{OPTION}}' to configure this option", "specificOption": { - "deepDarkCustomTheme": "Set theme to 'Custom' to configure this option.", "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", "screenshotButtonFileFormat": "Set screenshot save type to 'File' to configure this option" } From 03645309c7f064bdad00e2fe97c33a3a51b1a477 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 9 Oct 2025 00:02:14 -0400 Subject: [PATCH 1075/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 1 - 1 file changed, 1 deletion(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index 381621cdd..766749ffe 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -134,7 +134,6 @@ }, "singular": "启用 '{{OPTION}}' 以配置此选项", "specificOption": { - "deepDarkCustomTheme": "将主题设置为“自定义”以配置此选项。", "featureMenu": "配置至少一个按钮放置在功能菜单中以配置此选项。", "screenshotButtonFileFormat": "将屏幕截图保存类型设置为“文件”以配置此选项" } From 9b947392bdd6328d715cb8a367dd9eed1cc867eb Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 9 Oct 2025 00:02:15 -0400 Subject: [PATCH 1076/1783] New translations en-us.json (French) --- public/locales/fr-FR.json | 1 - 1 file changed, 1 deletion(-) diff --git a/public/locales/fr-FR.json b/public/locales/fr-FR.json index 8584f4bbd..65f01eb1b 100644 --- a/public/locales/fr-FR.json +++ b/public/locales/fr-FR.json @@ -134,7 +134,6 @@ }, "singular": "Enable '{{OPTION}}' to configure this option", "specificOption": { - "deepDarkCustomTheme": "Set theme to 'Custom' to configure this option.", "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", "screenshotButtonFileFormat": "Set screenshot save type to 'File' to configure this option" } From cb7b49221cb88e127e326ec3d8bbe8b9580cf2ed Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 9 Oct 2025 00:02:16 -0400 Subject: [PATCH 1077/1783] New translations en-us.json (Spanish) --- public/locales/es-ES.json | 1 - 1 file changed, 1 deletion(-) diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index de1242970..5e2a188ce 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -134,7 +134,6 @@ }, "singular": "Enable '{{OPTION}}' to configure this option", "specificOption": { - "deepDarkCustomTheme": "Set theme to 'Custom' to configure this option.", "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", "screenshotButtonFileFormat": "Set screenshot save type to 'File' to configure this option" } From f04c7e1279a3833a4ca9ffa2ed9d4891a4f8f9f3 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 9 Oct 2025 00:02:17 -0400 Subject: [PATCH 1078/1783] New translations en-us.json (Catalan) --- public/locales/ca-ES.json | 1 - 1 file changed, 1 deletion(-) diff --git a/public/locales/ca-ES.json b/public/locales/ca-ES.json index 3b1f265d4..843eeed49 100644 --- a/public/locales/ca-ES.json +++ b/public/locales/ca-ES.json @@ -134,7 +134,6 @@ }, "singular": "Enable '{{OPTION}}' to configure this option", "specificOption": { - "deepDarkCustomTheme": "Set theme to 'Custom' to configure this option.", "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", "screenshotButtonFileFormat": "Set screenshot save type to 'File' to configure this option" } From d108526241047d16cc6972ea6ee97241f4902978 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 9 Oct 2025 00:02:18 -0400 Subject: [PATCH 1079/1783] New translations en-us.json (Czech) --- public/locales/cs-CZ.json | 1 - 1 file changed, 1 deletion(-) diff --git a/public/locales/cs-CZ.json b/public/locales/cs-CZ.json index 7d0885019..3c8738e06 100644 --- a/public/locales/cs-CZ.json +++ b/public/locales/cs-CZ.json @@ -134,7 +134,6 @@ }, "singular": "Enable '{{OPTION}}' to configure this option", "specificOption": { - "deepDarkCustomTheme": "Set theme to 'Custom' to configure this option.", "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", "screenshotButtonFileFormat": "Set screenshot save type to 'File' to configure this option" } From 9e47cfb15c93a4cb356c7ffb78fb298fad30654d Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 9 Oct 2025 00:02:19 -0400 Subject: [PATCH 1080/1783] New translations en-us.json (German) --- public/locales/de-DE.json | 1 - 1 file changed, 1 deletion(-) diff --git a/public/locales/de-DE.json b/public/locales/de-DE.json index e15f0b2cf..1f63281a6 100644 --- a/public/locales/de-DE.json +++ b/public/locales/de-DE.json @@ -134,7 +134,6 @@ }, "singular": "Enable '{{OPTION}}' to configure this option", "specificOption": { - "deepDarkCustomTheme": "Set theme to 'Custom' to configure this option.", "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", "screenshotButtonFileFormat": "Set screenshot save type to 'File' to configure this option" } From a1eed957ff94a5dae6dea2f244be5123316d6b27 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 9 Oct 2025 00:02:20 -0400 Subject: [PATCH 1081/1783] New translations en-us.json (Hebrew) --- public/locales/he-IL.json | 1 - 1 file changed, 1 deletion(-) diff --git a/public/locales/he-IL.json b/public/locales/he-IL.json index f42ddb687..85478e930 100644 --- a/public/locales/he-IL.json +++ b/public/locales/he-IL.json @@ -134,7 +134,6 @@ }, "singular": "Enable '{{OPTION}}' to configure this option", "specificOption": { - "deepDarkCustomTheme": "Set theme to 'Custom' to configure this option.", "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", "screenshotButtonFileFormat": "Set screenshot save type to 'File' to configure this option" } From c4966ff5cc67b9d2bc99b012c88fdd04515273e7 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 9 Oct 2025 00:02:21 -0400 Subject: [PATCH 1082/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 1 - 1 file changed, 1 deletion(-) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index 1803c9022..e5cabdc4b 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -134,7 +134,6 @@ }, "singular": "Enable '{{OPTION}}' to configure this option", "specificOption": { - "deepDarkCustomTheme": "Set theme to 'Custom' to configure this option.", "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", "screenshotButtonFileFormat": "Set screenshot save type to 'File' to configure this option" } From b9d6f4fa68d35c35a0af01e15933b519a24cd955 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 9 Oct 2025 00:02:22 -0400 Subject: [PATCH 1083/1783] New translations en-us.json (Korean) --- public/locales/ko-KR.json | 1 - 1 file changed, 1 deletion(-) diff --git a/public/locales/ko-KR.json b/public/locales/ko-KR.json index ade753a94..1b0d3deb3 100644 --- a/public/locales/ko-KR.json +++ b/public/locales/ko-KR.json @@ -134,7 +134,6 @@ }, "singular": "Enable '{{OPTION}}' to configure this option", "specificOption": { - "deepDarkCustomTheme": "Set theme to 'Custom' to configure this option.", "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", "screenshotButtonFileFormat": "Set screenshot save type to 'File' to configure this option" } From 10d4e4f8b43e1fa8359f78b51df7a8b489f764d7 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 9 Oct 2025 00:02:23 -0400 Subject: [PATCH 1084/1783] New translations en-us.json (Dutch) --- public/locales/nl-NL.json | 1 - 1 file changed, 1 deletion(-) diff --git a/public/locales/nl-NL.json b/public/locales/nl-NL.json index 9f865e65a..c8e3d2dcf 100644 --- a/public/locales/nl-NL.json +++ b/public/locales/nl-NL.json @@ -134,7 +134,6 @@ }, "singular": "Enable '{{OPTION}}' to configure this option", "specificOption": { - "deepDarkCustomTheme": "Set theme to 'Custom' to configure this option.", "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", "screenshotButtonFileFormat": "Set screenshot save type to 'File' to configure this option" } From 4b95b45f9e0f5a37497b27255de9909271a318e6 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 9 Oct 2025 00:02:24 -0400 Subject: [PATCH 1085/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 1 - 1 file changed, 1 deletion(-) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index 5fef0b6bf..1b75a9c55 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -134,7 +134,6 @@ }, "singular": "Включите '{{OPTION}}' для настройки этого параметра", "specificOption": { - "deepDarkCustomTheme": "Выберите тему «Custom» для настройки этой опции.", "featureMenu": "Включите по крайней мере одну кнопку, которая будет размещена в меню функций для настройки этой опции.", "screenshotButtonFileFormat": "Установите тип сохранения скриншота «Файл» для настройки этого параметра" } From 3ea34adeedca9c322e3ed6a28844062f8a080a5b Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 9 Oct 2025 00:02:25 -0400 Subject: [PATCH 1086/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 1 - 1 file changed, 1 deletion(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index 9dfe98db1..5d9dc441b 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -134,7 +134,6 @@ }, "singular": "Bu seçeneği yapılandırmak için '{{OPTION}}' öğesini etkinleştirin", "specificOption": { - "deepDarkCustomTheme": "Bu seçeneği yapılandırmak için temayı 'Özel' olarak ayarlayın.", "featureMenu": "Bu seçeneği yapılandırmak için özellik menüsüne yerleştirilecek en az bir düğmeyi yapılandırın.", "screenshotButtonFileFormat": "Bu seçeneği yapılandırmak için ekran görüntüsü kaydetme türünü 'File' olarak ayarlayın" } From 0f16c11a18c43e4735f8eaeda419bdf4ebf15ad4 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 9 Oct 2025 00:02:26 -0400 Subject: [PATCH 1087/1783] New translations en-us.json (Ukrainian) --- public/locales/uk-UA.json | 1 - 1 file changed, 1 deletion(-) diff --git a/public/locales/uk-UA.json b/public/locales/uk-UA.json index 0c256a973..13bd03fc9 100644 --- a/public/locales/uk-UA.json +++ b/public/locales/uk-UA.json @@ -134,7 +134,6 @@ }, "singular": "Enable '{{OPTION}}' to configure this option", "specificOption": { - "deepDarkCustomTheme": "Set theme to 'Custom' to configure this option.", "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", "screenshotButtonFileFormat": "Set screenshot save type to 'File' to configure this option" } From efcf281106a5cbb94df985aeb9eff1970a87bbb4 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 9 Oct 2025 00:02:27 -0400 Subject: [PATCH 1088/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 1 - 1 file changed, 1 deletion(-) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index 51407891a..856326910 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -134,7 +134,6 @@ }, "singular": "Enable '{{OPTION}}' to configure this option", "specificOption": { - "deepDarkCustomTheme": "Set theme to 'Custom' to configure this option.", "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", "screenshotButtonFileFormat": "Set screenshot save type to 'File' to configure this option" } From 879021afcd4f8045ac1621a31f040ac3b2a8de98 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 9 Oct 2025 00:02:29 -0400 Subject: [PATCH 1089/1783] New translations en-us.json (Vietnamese) --- public/locales/vi-VN.json | 1 - 1 file changed, 1 deletion(-) diff --git a/public/locales/vi-VN.json b/public/locales/vi-VN.json index b9be9d0a1..41158868d 100644 --- a/public/locales/vi-VN.json +++ b/public/locales/vi-VN.json @@ -134,7 +134,6 @@ }, "singular": "Enable '{{OPTION}}' to configure this option", "specificOption": { - "deepDarkCustomTheme": "Set theme to 'Custom' to configure this option.", "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", "screenshotButtonFileFormat": "Set screenshot save type to 'File' to configure this option" } From 8c5c4b62e85249f00c9b043f5afa339e7c330a58 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 9 Oct 2025 00:02:30 -0400 Subject: [PATCH 1090/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 1 - 1 file changed, 1 deletion(-) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index 64ae3c6af..d95e8f9ef 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -134,7 +134,6 @@ }, "singular": "Ative o '{{OPTION}}' para configurar esta opção", "specificOption": { - "deepDarkCustomTheme": "Defina o tema para 'Personalizado' para configurar esta opção.", "featureMenu": "Altere pelo menos um botão no menu de recursos para configurar esta opção.", "screenshotButtonFileFormat": "Set screenshot save type to 'File' to configure this option" } From f26bf78007da51773ca7871bcb756e1e237e32d7 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 9 Oct 2025 00:02:31 -0400 Subject: [PATCH 1091/1783] New translations en-us.json (Persian) --- public/locales/fa-IR.json | 1 - 1 file changed, 1 deletion(-) diff --git a/public/locales/fa-IR.json b/public/locales/fa-IR.json index e402cfa0c..8fb5b185c 100644 --- a/public/locales/fa-IR.json +++ b/public/locales/fa-IR.json @@ -134,7 +134,6 @@ }, "singular": "Enable '{{OPTION}}' to configure this option", "specificOption": { - "deepDarkCustomTheme": "Set theme to 'Custom' to configure this option.", "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", "screenshotButtonFileFormat": "Set screenshot save type to 'File' to configure this option" } From 200d5aa472052e5514333d1042232276cab46360 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 9 Oct 2025 00:02:32 -0400 Subject: [PATCH 1092/1783] New translations en-us.json (Hindi) --- public/locales/hi-IN.json | 1 - 1 file changed, 1 deletion(-) diff --git a/public/locales/hi-IN.json b/public/locales/hi-IN.json index 887989138..563fa4726 100644 --- a/public/locales/hi-IN.json +++ b/public/locales/hi-IN.json @@ -134,7 +134,6 @@ }, "singular": "Enable '{{OPTION}}' to configure this option", "specificOption": { - "deepDarkCustomTheme": "Set theme to 'Custom' to configure this option.", "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", "screenshotButtonFileFormat": "Set screenshot save type to 'File' to configure this option" } From 2ff8b4b18b5eda1d52814761be14c2a642bb1945 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 9 Oct 2025 00:02:33 -0400 Subject: [PATCH 1093/1783] New translations en-us.json (English, United Kingdom) --- public/locales/en-GB.json | 1 - 1 file changed, 1 deletion(-) diff --git a/public/locales/en-GB.json b/public/locales/en-GB.json index af50107c3..afb68b105 100644 --- a/public/locales/en-GB.json +++ b/public/locales/en-GB.json @@ -134,7 +134,6 @@ }, "singular": "Enable '{{OPTION}}' to configure this option", "specificOption": { - "deepDarkCustomTheme": "Set theme to 'Custom' to configure this option.", "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", "screenshotButtonFileFormat": "Set screenshot save type to 'File' to configure this option" } From f2d0603bafaf3225a30763baf9bf497a9becca8a Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 11 Oct 2025 03:51:04 -0400 Subject: [PATCH 1094/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index 6abd78ac1..8c59ebca5 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -102,6 +102,7 @@ "options": { "notifications": { "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", "scrollWheelHoldModifierKey": { "sameKey": { "speedControl": "Rullningshjulets modifieringstangent för hastighetsreglering kan inte vara densamma modifieringstangent som rullningshjulets volymreglering.", @@ -288,6 +289,10 @@ "label": "Inaktivera textning automatiskt", "title": "Inaktiverar textning automatiskt när du laddar en video" }, + "automaticallyEnableClosedCaptions": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + }, "copyTimestampUrlButton": { "label": "Kopiera videons webbadress med tidsstämpelknappen", "title": "Kopiera videons webbadress med tidsstämpel (?t=123)" From 2366c8a24a2173eb1f048e4f25490e40341c9711 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 11 Oct 2025 03:51:05 -0400 Subject: [PATCH 1095/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index 2de3b1b8b..0c451ea96 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -102,6 +102,7 @@ "options": { "notifications": { "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", "scrollWheelHoldModifierKey": { "sameKey": { "speedControl": "Il tasto per modificare la velocità della rotellina del mouse non può essere lo stesso che modifica il volume con la rotellina del mouse.", @@ -288,6 +289,10 @@ "label": "Disabilita automaticamente le didascalie chiuse", "title": "Disabilita automaticamente le didascalie chiuse quando si carica un video" }, + "automaticallyEnableClosedCaptions": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + }, "copyTimestampUrlButton": { "label": "Pulsante \"Copia URL video con temporizzazione\"", "title": "Copia l'URL del video con la temporizzazione (?t=123)" From 83fc21d50a0c636a0ba877391f21eebe75afc319 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 11 Oct 2025 03:51:06 -0400 Subject: [PATCH 1096/1783] New translations en-us.json (Polish) --- public/locales/pl-PL.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/locales/pl-PL.json b/public/locales/pl-PL.json index 2b07e58ec..982affdc3 100644 --- a/public/locales/pl-PL.json +++ b/public/locales/pl-PL.json @@ -102,6 +102,7 @@ "options": { "notifications": { "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", "scrollWheelHoldModifierKey": { "sameKey": { "speedControl": "Ustawiony klawisz zmiany prędkości przewijania nie może być taki sam, jak klawisz zmiany głośności przewijania kółka.", @@ -288,6 +289,10 @@ "label": "Automatically disable closed captions", "title": "Automatically disables closed captions when you load a video" }, + "automaticallyEnableClosedCaptions": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + }, "copyTimestampUrlButton": { "label": "Copy video URL with timestamp button", "title": "Copies video URL with timestamp (?t=123)" From d2aaf99768ee0e07f7c89db14f4d45b1e7a15d56 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 11 Oct 2025 03:51:07 -0400 Subject: [PATCH 1097/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index 766749ffe..5618d4cac 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -102,6 +102,7 @@ "options": { "notifications": { "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", "scrollWheelHoldModifierKey": { "sameKey": { "speedControl": "滚轮控制播放速度键位与控制音量冲突。", @@ -288,6 +289,10 @@ "label": "自动禁用隐藏式字幕", "title": "载入视频时自动禁用隐藏式字幕" }, + "automaticallyEnableClosedCaptions": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + }, "copyTimestampUrlButton": { "label": "复制带有时间戳的视频 URL 按钮", "title": "复制带有时间戳的视频 URL (?t=123)" From 85eb24e947bc6e0af2940e0c0e1a0647423c0506 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 11 Oct 2025 03:51:08 -0400 Subject: [PATCH 1098/1783] New translations en-us.json (French) --- public/locales/fr-FR.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/locales/fr-FR.json b/public/locales/fr-FR.json index 65f01eb1b..bb0812ae6 100644 --- a/public/locales/fr-FR.json +++ b/public/locales/fr-FR.json @@ -102,6 +102,7 @@ "options": { "notifications": { "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", "scrollWheelHoldModifierKey": { "sameKey": { "speedControl": "La touche de contrôle de la vitesse de la molette ne peut pas être la même que la touche de contrôle du volume par la molette de défilement.", @@ -288,6 +289,10 @@ "label": "Automatically disable closed captions", "title": "Automatically disables closed captions when you load a video" }, + "automaticallyEnableClosedCaptions": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + }, "copyTimestampUrlButton": { "label": "Copy video URL with timestamp button", "title": "Copies video URL with timestamp (?t=123)" From eb95fa18add5507e0c0f8927a8f4ab297365b58e Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 11 Oct 2025 03:51:09 -0400 Subject: [PATCH 1099/1783] New translations en-us.json (Spanish) --- public/locales/es-ES.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index 5e2a188ce..dfaefca5e 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -102,6 +102,7 @@ "options": { "notifications": { "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", "scrollWheelHoldModifierKey": { "sameKey": { "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", @@ -288,6 +289,10 @@ "label": "Automatically disable closed captions", "title": "Automatically disables closed captions when you load a video" }, + "automaticallyEnableClosedCaptions": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + }, "copyTimestampUrlButton": { "label": "Copy video URL with timestamp button", "title": "Copies video URL with timestamp (?t=123)" From 833d2c01f48dc175542f6801e9d9a4716e4d6eb9 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 11 Oct 2025 03:51:09 -0400 Subject: [PATCH 1100/1783] New translations en-us.json (Catalan) --- public/locales/ca-ES.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/locales/ca-ES.json b/public/locales/ca-ES.json index 843eeed49..f66ec232f 100644 --- a/public/locales/ca-ES.json +++ b/public/locales/ca-ES.json @@ -102,6 +102,7 @@ "options": { "notifications": { "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", "scrollWheelHoldModifierKey": { "sameKey": { "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", @@ -288,6 +289,10 @@ "label": "Automatically disable closed captions", "title": "Automatically disables closed captions when you load a video" }, + "automaticallyEnableClosedCaptions": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + }, "copyTimestampUrlButton": { "label": "Copy video URL with timestamp button", "title": "Copies video URL with timestamp (?t=123)" From e8c9b11d84f9a28a3a1ffe73fd258889b68013dd Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 11 Oct 2025 03:51:10 -0400 Subject: [PATCH 1101/1783] New translations en-us.json (Czech) --- public/locales/cs-CZ.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/locales/cs-CZ.json b/public/locales/cs-CZ.json index 3c8738e06..e94f801bb 100644 --- a/public/locales/cs-CZ.json +++ b/public/locales/cs-CZ.json @@ -102,6 +102,7 @@ "options": { "notifications": { "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", "scrollWheelHoldModifierKey": { "sameKey": { "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", @@ -288,6 +289,10 @@ "label": "Automatically disable closed captions", "title": "Automatically disables closed captions when you load a video" }, + "automaticallyEnableClosedCaptions": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + }, "copyTimestampUrlButton": { "label": "Copy video URL with timestamp button", "title": "Copies video URL with timestamp (?t=123)" From 29af809d637bac001ce88394bd4218b63caf127d Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 11 Oct 2025 03:51:11 -0400 Subject: [PATCH 1102/1783] New translations en-us.json (German) --- public/locales/de-DE.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/locales/de-DE.json b/public/locales/de-DE.json index 1f63281a6..8bf4d04df 100644 --- a/public/locales/de-DE.json +++ b/public/locales/de-DE.json @@ -102,6 +102,7 @@ "options": { "notifications": { "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", "scrollWheelHoldModifierKey": { "sameKey": { "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", @@ -288,6 +289,10 @@ "label": "Automatically disable closed captions", "title": "Automatically disables closed captions when you load a video" }, + "automaticallyEnableClosedCaptions": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + }, "copyTimestampUrlButton": { "label": "Copy video URL with timestamp button", "title": "Copies video URL with timestamp (?t=123)" From f3aa4255399452b2985c3613dbcd4c9059cc75ad Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 11 Oct 2025 03:51:12 -0400 Subject: [PATCH 1103/1783] New translations en-us.json (Hebrew) --- public/locales/he-IL.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/locales/he-IL.json b/public/locales/he-IL.json index 85478e930..ab776088f 100644 --- a/public/locales/he-IL.json +++ b/public/locales/he-IL.json @@ -102,6 +102,7 @@ "options": { "notifications": { "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", "scrollWheelHoldModifierKey": { "sameKey": { "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", @@ -288,6 +289,10 @@ "label": "Automatically disable closed captions", "title": "Automatically disables closed captions when you load a video" }, + "automaticallyEnableClosedCaptions": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + }, "copyTimestampUrlButton": { "label": "Copy video URL with timestamp button", "title": "Copies video URL with timestamp (?t=123)" From c31e22880979844b4d3d2be554182e0c2a2a1945 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 11 Oct 2025 03:51:13 -0400 Subject: [PATCH 1104/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index e5cabdc4b..f72a5a7be 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -102,6 +102,7 @@ "options": { "notifications": { "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", "scrollWheelHoldModifierKey": { "sameKey": { "speedControl": "スクロールホイール再生速度制御キーバインドは、スクロールホイール音量制御キーバインドと同じにすることはできません。", @@ -288,6 +289,10 @@ "label": "クローズドキャプションを自動にディセーブルする", "title": "動画の読み込み時にクローズドキャプションを自動にディセーブルする" }, + "automaticallyEnableClosedCaptions": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + }, "copyTimestampUrlButton": { "label": "タイムスタンプ付きの動画URLをコピーのボタン", "title": "タイムスタンプ付きの動画URLをコピーする (?t=123)" From df71b94302e0ea5cfff031decceb65e9b0556b8d Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 11 Oct 2025 03:51:13 -0400 Subject: [PATCH 1105/1783] New translations en-us.json (Korean) --- public/locales/ko-KR.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/locales/ko-KR.json b/public/locales/ko-KR.json index 1b0d3deb3..5c4d2ae32 100644 --- a/public/locales/ko-KR.json +++ b/public/locales/ko-KR.json @@ -102,6 +102,7 @@ "options": { "notifications": { "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", "scrollWheelHoldModifierKey": { "sameKey": { "speedControl": "중복되는 키가 설정되어 있습니다.", @@ -288,6 +289,10 @@ "label": "Automatically disable closed captions", "title": "Automatically disables closed captions when you load a video" }, + "automaticallyEnableClosedCaptions": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + }, "copyTimestampUrlButton": { "label": "현재 시간 주소 복사 버튼", "title": "현재 시간 주소 복사 (?t=123)" From d5b21182dee59763672009ab138a70065964b788 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 11 Oct 2025 03:51:14 -0400 Subject: [PATCH 1106/1783] New translations en-us.json (Dutch) --- public/locales/nl-NL.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/locales/nl-NL.json b/public/locales/nl-NL.json index c8e3d2dcf..7cdb3fdd7 100644 --- a/public/locales/nl-NL.json +++ b/public/locales/nl-NL.json @@ -102,6 +102,7 @@ "options": { "notifications": { "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", "scrollWheelHoldModifierKey": { "sameKey": { "speedControl": "De snelheid van de scrollwiel snelheid controleknop kan niet dezelfde zijn als de scrollwiel volume controleknop.", @@ -288,6 +289,10 @@ "label": "Automatisch ondertiteling uitschakelen", "title": "Automatisch ondertiteling uitzetten wanneer je een video inlaadt" }, + "automaticallyEnableClosedCaptions": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + }, "copyTimestampUrlButton": { "label": "Kopieer video URL met tijdstempel knop", "title": "Kopieer video URL met tijdstempel (?t=123)" From 456682bfcd815ed1aa07c702fbe96a4a5e779f97 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 11 Oct 2025 03:51:15 -0400 Subject: [PATCH 1107/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index 1b75a9c55..7ad5ef798 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -102,6 +102,7 @@ "options": { "notifications": { "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", "scrollWheelHoldModifierKey": { "sameKey": { "speedControl": "Клавиша-модификатор для управления скоростью воспроизведения с помощью колеса мыши не может совпадать с клавишей-модификатором для управления громкостью.", @@ -288,6 +289,10 @@ "label": "Автоматически отключать субтитры", "title": "Автоматически отключает субтитры при загрузке видео" }, + "automaticallyEnableClosedCaptions": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + }, "copyTimestampUrlButton": { "label": "Кнопка «Копировать URL видео с таймкодом»", "title": "Копирует ссылку видео с меткой времени (?t=123)" From 1eed9deed763475b0521bd213604344abbdf59f9 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 11 Oct 2025 03:51:16 -0400 Subject: [PATCH 1108/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index 5d9dc441b..9933c46d5 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -102,6 +102,7 @@ "options": { "notifications": { "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", "scrollWheelHoldModifierKey": { "sameKey": { "speedControl": "Kaydırma tekerleği hız kontrolü için kullanılan değiştirici tuş, kaydırma tekerleği ses kontrolü için kullanılan değiştirici tuşla aynı olamaz.", @@ -288,6 +289,10 @@ "label": "Kapalı altyazıları otomatik olarak devre dışı bırak", "title": "Bir video yüklendiğinde kapalı altyazıları otomatik olarak devre dışı bırakır" }, + "automaticallyEnableClosedCaptions": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + }, "copyTimestampUrlButton": { "label": "Video URL'sini zaman damgası düğmesiyle kopyala", "title": "Video URL'sini zaman damgasıyla kopyalar (?t=123)" From f6d46197443c997eb6fec4b72564dd383762da76 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 11 Oct 2025 03:51:17 -0400 Subject: [PATCH 1109/1783] New translations en-us.json (Ukrainian) --- public/locales/uk-UA.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/locales/uk-UA.json b/public/locales/uk-UA.json index 13bd03fc9..788740b1d 100644 --- a/public/locales/uk-UA.json +++ b/public/locales/uk-UA.json @@ -102,6 +102,7 @@ "options": { "notifications": { "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", "scrollWheelHoldModifierKey": { "sameKey": { "speedControl": "Клавіша для керування швидкістю прокрутки компʼютерною мишею не може бути тією ж, що й клавіша для регулювання гучності.", @@ -288,6 +289,10 @@ "label": "Automatically disable closed captions", "title": "Automatically disables closed captions when you load a video" }, + "automaticallyEnableClosedCaptions": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + }, "copyTimestampUrlButton": { "label": "Copy video URL with timestamp button", "title": "Copies video URL with timestamp (?t=123)" From 822faad0bb0e7806d765cfe0609a997df2eada3c Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 11 Oct 2025 03:51:18 -0400 Subject: [PATCH 1110/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index 856326910..e102e0141 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -102,6 +102,7 @@ "options": { "notifications": { "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", "scrollWheelHoldModifierKey": { "sameKey": { "speedControl": "滾輪播放速度輔助按鍵不能跟音量增強輔助按鍵相同。", @@ -288,6 +289,10 @@ "label": "自動停用字幕", "title": "載入影片時自動停用字幕" }, + "automaticallyEnableClosedCaptions": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + }, "copyTimestampUrlButton": { "label": "複製目前播放時間的影片網址按鈕", "title": "複製目前播放時間的影片網址 (?t=123)" From ebac5f88ce1bf897c69c0f55466f79f6ce59a067 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 11 Oct 2025 03:51:19 -0400 Subject: [PATCH 1111/1783] New translations en-us.json (Vietnamese) --- public/locales/vi-VN.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/locales/vi-VN.json b/public/locales/vi-VN.json index 41158868d..9621fc8db 100644 --- a/public/locales/vi-VN.json +++ b/public/locales/vi-VN.json @@ -102,6 +102,7 @@ "options": { "notifications": { "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", "scrollWheelHoldModifierKey": { "sameKey": { "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", @@ -288,6 +289,10 @@ "label": "Automatically disable closed captions", "title": "Automatically disables closed captions when you load a video" }, + "automaticallyEnableClosedCaptions": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + }, "copyTimestampUrlButton": { "label": "Copy video URL with timestamp button", "title": "Copies video URL with timestamp (?t=123)" From dc9c6e79469fb7e0d97de725d1499b8b62f3139e Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 11 Oct 2025 03:51:20 -0400 Subject: [PATCH 1112/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index d95e8f9ef..17cbb816b 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -102,6 +102,7 @@ "options": { "notifications": { "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", "scrollWheelHoldModifierKey": { "sameKey": { "speedControl": "A tecla alternadora da velocidade de rolagem não pode ser a mesma que a tecla alternadora do volume.", @@ -288,6 +289,10 @@ "label": "Desativar legendas automaticamente", "title": "Desativa as legendas ao carregar um vídeo" }, + "automaticallyEnableClosedCaptions": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + }, "copyTimestampUrlButton": { "label": "Copiar URL do vídeo com o botão de minutagem", "title": "Copia o URL do vídeo com a minutagem (?t=123)" From 5a32bb6fb13d47153ecc679ed19b36fa1f2d9967 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 11 Oct 2025 03:51:21 -0400 Subject: [PATCH 1113/1783] New translations en-us.json (Persian) --- public/locales/fa-IR.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/locales/fa-IR.json b/public/locales/fa-IR.json index 8fb5b185c..fdc3ccc96 100644 --- a/public/locales/fa-IR.json +++ b/public/locales/fa-IR.json @@ -102,6 +102,7 @@ "options": { "notifications": { "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", "scrollWheelHoldModifierKey": { "sameKey": { "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", @@ -288,6 +289,10 @@ "label": "Automatically disable closed captions", "title": "Automatically disables closed captions when you load a video" }, + "automaticallyEnableClosedCaptions": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + }, "copyTimestampUrlButton": { "label": "Copy video URL with timestamp button", "title": "Copies video URL with timestamp (?t=123)" From bb67e069a2f26924ee2adf57013b1da393dc911d Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 11 Oct 2025 03:51:21 -0400 Subject: [PATCH 1114/1783] New translations en-us.json (Hindi) --- public/locales/hi-IN.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/locales/hi-IN.json b/public/locales/hi-IN.json index 563fa4726..aedcfb6a8 100644 --- a/public/locales/hi-IN.json +++ b/public/locales/hi-IN.json @@ -102,6 +102,7 @@ "options": { "notifications": { "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", "scrollWheelHoldModifierKey": { "sameKey": { "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", @@ -288,6 +289,10 @@ "label": "Automatically disable closed captions", "title": "Automatically disables closed captions when you load a video" }, + "automaticallyEnableClosedCaptions": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + }, "copyTimestampUrlButton": { "label": "Copy video URL with timestamp button", "title": "Copies video URL with timestamp (?t=123)" From 1a0bd9662b5a9266e331b330604e9c2e6e4efd02 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 11 Oct 2025 03:51:22 -0400 Subject: [PATCH 1115/1783] New translations en-us.json (English, United Kingdom) --- public/locales/en-GB.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/locales/en-GB.json b/public/locales/en-GB.json index afb68b105..e51549d0b 100644 --- a/public/locales/en-GB.json +++ b/public/locales/en-GB.json @@ -102,6 +102,7 @@ "options": { "notifications": { "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", "scrollWheelHoldModifierKey": { "sameKey": { "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", @@ -288,6 +289,10 @@ "label": "Automatically disable closed captions", "title": "Automatically disables closed captions when you load a video" }, + "automaticallyEnableClosedCaptions": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + }, "copyTimestampUrlButton": { "label": "Copy video URL with timestamp button", "title": "Copies video URL with timestamp (?t=123)" From 41b664543a07278fdc48614e8f3b028caa8a242a Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 11 Oct 2025 09:37:28 -0400 Subject: [PATCH 1116/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index 9933c46d5..aadbd8a88 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -102,7 +102,7 @@ "options": { "notifications": { "error": { - "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", + "optionConflict": "'{{OPTION}}' etkinken bu seçenek etkinleştirilemez.", "scrollWheelHoldModifierKey": { "sameKey": { "speedControl": "Kaydırma tekerleği hız kontrolü için kullanılan değiştirici tuş, kaydırma tekerleği ses kontrolü için kullanılan değiştirici tuşla aynı olamaz.", @@ -290,8 +290,8 @@ "title": "Bir video yüklendiğinde kapalı altyazıları otomatik olarak devre dışı bırakır" }, "automaticallyEnableClosedCaptions": { - "label": "Automatically enable closed captions", - "title": "Automatically enables closed captions when you load a video" + "label": "Kapalı altyazıları otomatik olarak etkinleştir", + "title": "Bir videoyu yüklediğinizde altyazıları otomatik olarak etkinleştirir" }, "copyTimestampUrlButton": { "label": "Video URL'sini zaman damgası düğmesiyle kopyala", From 148557b2b52662822672da2dbc8087515199ada5 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 11 Oct 2025 12:13:34 -0400 Subject: [PATCH 1117/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index 0c451ea96..529f15447 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -102,7 +102,7 @@ "options": { "notifications": { "error": { - "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", + "optionConflict": "Questa opzione non può essere abilitata mentre '{{OPTION}}' è abilitato.", "scrollWheelHoldModifierKey": { "sameKey": { "speedControl": "Il tasto per modificare la velocità della rotellina del mouse non può essere lo stesso che modifica il volume con la rotellina del mouse.", @@ -290,8 +290,8 @@ "title": "Disabilita automaticamente le didascalie chiuse quando si carica un video" }, "automaticallyEnableClosedCaptions": { - "label": "Automatically enable closed captions", - "title": "Automatically enables closed captions when you load a video" + "label": "Abilita automaticamente le didascalie chiuse", + "title": "Abilita automaticamente le didascalie chiuse quando si carica un video" }, "copyTimestampUrlButton": { "label": "Pulsante \"Copia URL video con temporizzazione\"", From fa4a1cc49204c14dbb5e07c66cfdebfcc55c6804 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 11 Oct 2025 13:59:06 -0400 Subject: [PATCH 1118/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index 5618d4cac..925e8c8df 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -102,7 +102,7 @@ "options": { "notifications": { "error": { - "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", + "optionConflict": "当 '{{OPTION}}' 启用时,该选项无法启用。", "scrollWheelHoldModifierKey": { "sameKey": { "speedControl": "滚轮控制播放速度键位与控制音量冲突。", @@ -290,8 +290,8 @@ "title": "载入视频时自动禁用隐藏式字幕" }, "automaticallyEnableClosedCaptions": { - "label": "Automatically enable closed captions", - "title": "Automatically enables closed captions when you load a video" + "label": "自动启用隐藏式字幕", + "title": "载入视频时自动启用隐藏式字幕" }, "copyTimestampUrlButton": { "label": "复制带有时间戳的视频 URL 按钮", From 285e662844f834fb2febf6984f091b55deef02e7 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 22 Oct 2025 14:14:11 -0400 Subject: [PATCH 1119/1783] New translations en-us.json (Polish) --- public/locales/pl-PL.json | 78 +++++++++++++++++++-------------------- 1 file changed, 39 insertions(+), 39 deletions(-) diff --git a/public/locales/pl-PL.json b/public/locales/pl-PL.json index 982affdc3..aa17dd1b3 100644 --- a/public/locales/pl-PL.json +++ b/public/locales/pl-PL.json @@ -111,10 +111,10 @@ } }, "info": { - "reset": "All options have been reset to their default values.\nYou can now save the changes by clicking the \"Confirm\" button or discard them by closing this page or ignore this notification." + "reset": "Wszystkie opcje zostały przywrócone do domyślnych wartości. Możesz teraz zapisać zmiany, klikając przycisk \"Potwierdź\" bądź odrzucić, je zamykając tę stronę lub ignorując to powiadomienie." }, "success": { - "saved": "Options saved." + "saved": "Zapisano opcje." } } } @@ -122,12 +122,12 @@ "settings": { "clearData": { "allDataDeleted": "All data has been deleted.", - "confirmAlert": "This will delete all extension data related to options. Continue?" + "confirmAlert": "Usunie to wszystkie dane rozszerzenia związane z opcjami. Kontynuować?" }, "optionDisabled": { "either": { "label": "Enable {{OPTIONS}} to configure this option", - "separator": " or " + "separator": " albo " }, "plural": { "label": "Enable {{OPTIONS}} to configure this option", @@ -136,10 +136,10 @@ "singular": "Enable '{{OPTION}}' to configure this option", "specificOption": { "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' to configure this option" + "screenshotButtonFileFormat": "Aby skonfigurować tę opcję, ustaw typ zapisu zrzutu ekranu na „Plik”" } }, - "scrollForMoreSettings": "Scroll for more settings", + "scrollForMoreSettings": "Przewiń, aby zobaczyć więcej ustawień", "sections": { "automaticQuality": { "enable": { @@ -150,26 +150,26 @@ "select": { "label": "Quality fallback strategy", "options": { - "higher": "Higher", - "lower": "Lower" + "higher": "Wyżej", + "lower": "Niżej" }, "title": "The strategy to use when the selected quality is not available" } }, "select": { - "label": "Player quality", + "label": "Jakość odtwarzacza", "title": "The quality to set the video to" }, - "title": "Automatic quality settings" + "title": "Opcje automatycznej jakości" }, "bottomButtons": { "clear": { "title": "Clears all data this extension has stored on your machine", - "value": "Clear Data" + "value": "Wyczyść dane" }, "confirm": { "title": "Confirm setting reset", - "value": "Confirm" + "value": "Potwierdź" }, "openTab": { "title": "Open extension settings in a new tab" @@ -182,22 +182,22 @@ "buttonPlacement": { "select": { "buttonNames": { - "copyTimestampUrlButton": "Copy video URL with timestamp button", - "decreasePlaybackSpeedButton": "Decrease Speed button", + "copyTimestampUrlButton": "Kopiuj adres URL bieżącego momentu", + "decreasePlaybackSpeedButton": "Przycisk Zmniejszania Prędkości Odtwarzania", "forwardButton": "Fast Forward button", "hideEndScreenCardsButton": "Hide end screen cards button", - "increasePlaybackSpeedButton": "Increase Speed button", - "loopButton": "Loop button", + "increasePlaybackSpeedButton": "Przycisk Zwiększania Prędkości Odtwarzania", + "loopButton": "Przycisk Zapętlania", "maximizePlayerButton": "Maximize button", "openTranscriptButton": "Open Transcript button", "rewindButton": "Rewind button", - "screenshotButton": "Screenshot button", - "volumeBoostButton": "Volume Boost button" + "screenshotButton": "Przycisk Zrzutu Ekranu", + "volumeBoostButton": "Przycisk Zwiększania Głośności" }, "options": { "below_player": { "placement": "below the player controls", - "value": "Below Player" + "value": "Poniżej Odtwarzacza" }, "feature_menu": { "placement": "in the feature menu", @@ -205,11 +205,11 @@ }, "player_controls_left": { "placement": "on the left side of player controls", - "value": "Left Controls" + "value": "Lewostronne Sterowanie" }, "player_controls_right": { "placement": "on the right side of player controls", - "value": "Right Controls" + "value": "Prawostronne Sterowanie" } }, "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" @@ -233,8 +233,8 @@ "select": { "label": "Menu Activation Type", "options": { - "click": "Click", - "hover": "Hover" + "click": "Kliknięcie", + "hover": "Najechanie kursorem" }, "title": "Select the method to activate the feature menu" }, @@ -254,9 +254,9 @@ }, "importExportSettings": { "exportButton": { - "success": "Settings successfully exported", - "title": "Export settings to a JSON file", - "value": "Export Settings" + "success": "Ustawienia zostały pomyślnie wyeksportowane", + "title": "Eksportuj ustawienia do pliku JSON", + "value": "Eksportuj Ustawienia" }, "importButton": { "error": { @@ -264,14 +264,14 @@ "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" }, "success": "Settings imported successfully", - "title": "Import settings from a JSON file", - "value": "Import Settings" + "title": "Importuj ustawienia z pliku JSON", + "value": "Importowanie Ustawień" } }, "language": { "select": { "label": "Język", - "title": "The language to use for the extension" + "title": "Język rozszerzenia" }, "title": "Język" }, @@ -302,7 +302,7 @@ "title": "Always default to the original audio track" }, "hideArtificialIntelligenceSummary": { - "label": "Hide AI summary", + "label": "Ukryj podsumowanie AI", "title": "Hides the artificial intelligence summary below videos" }, "hideEndScreenCards": { @@ -334,8 +334,8 @@ "title": "Hides the pages scrollbar" }, "hideShorts": { - "label": "Hide shorts", - "title": "Hides all shorts" + "label": "Ukryj szorty", + "title": "Ukrywa wszystkie szorty" }, "hideTranslateComment": { "label": "Hide translate comment button", @@ -354,7 +354,7 @@ "title": "Adds a button to the feature menu to open the transcript of the video you're watching" }, "openYouTubeSettingsOnHover": { - "label": "Open YouTube settings on hover", + "label": "Otwórz ustawienia YouTube po najechaniu kursorem", "title": "Opens the YouTube settings menu when you hover over the settings button" }, "pauseBackgroundPlayers": { @@ -630,18 +630,18 @@ }, "secondBackground": { "label": "Secondary background color", - "title": "Color for secondary background" + "title": "Kolor tła wtórnego" } }, "enable": { - "label": "Deep Dark Theme", - "title": "Activate the selected theme for the page" + "label": "Motyw Deep Dark", + "title": "Aktywuj wybrany motyw dla strony" }, "select": { - "label": "Select theme", - "title": "Select a theme to be applied to the page" + "label": "Wybierz motyw", + "title": "Wybierz motyw, który ma zostać zastosowany na stronie" }, - "title": "YouTube Deep Dark Settings" + "title": "Ustawienia motywu YouTube Deep Dark" } } } From 20d3255817c3233a2a73e1980e93c584beb8eeab Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 22 Oct 2025 15:21:44 -0400 Subject: [PATCH 1120/1783] New translations en-us.json (Polish) --- public/locales/pl-PL.json | 88 +++++++++++++++++++-------------------- 1 file changed, 44 insertions(+), 44 deletions(-) diff --git a/public/locales/pl-PL.json b/public/locales/pl-PL.json index aa17dd1b3..4b4ab5c13 100644 --- a/public/locales/pl-PL.json +++ b/public/locales/pl-PL.json @@ -265,7 +265,7 @@ }, "success": "Settings imported successfully", "title": "Importuj ustawienia z pliku JSON", - "value": "Importowanie Ustawień" + "value": "Importuj Ustawienia" } }, "language": { @@ -513,15 +513,15 @@ "title": "Adjust the speed change per scroll" }, "enable": { - "label": "Scroll wheel speed control", - "title": "Press a modifier key to enable speed adjustment with the scroll wheel." + "label": "Sterowanie prędkością kółka myszy", + "title": "Naciśnij klawisz modyfikujący, aby włączyć regulację prędkości za pomocą kółka myszy." }, - "optionLabel": "{{KEY}} key", + "optionLabel": "Klawisz {{KEY}}", "select": { - "label": "Modifier key", - "title": "The modifier key to use" + "label": "Klawisz modyfikujący", + "title": "Klawisz modyfikujący, którego należy użyć" }, - "title": "Scroll wheel speed control settings" + "title": "Ustawienia kontroli prędkości kółka myszy" }, "scrollWheelVolumeControl": { "adjustmentSteps": { @@ -529,30 +529,30 @@ "title": "Adjust the volume change per scroll" }, "enable": { - "label": "Scroll wheel volume control", - "title": "Lets you use the scroll wheel to control the volume of the video you're watching" + "label": "Regulacja głośności za pomocą kółka myszy", + "title": "Umożliwia sterowanie głośnością oglądanego filmu za pomocą kółka myszy" }, "holdModifierKey": { "enable": { - "label": "When holding modifier key", - "title": "Press a modifier key to enable volume adjustment with the scroll wheel." + "label": "Podczas przytrzymywania klawisza modyfikującego", + "title": "Naciśnij klawisz modyfikujący, aby włączyć regulację głośności za pomocą kółka myszy." }, - "optionLabel": "{{KEY}} key", + "optionLabel": "Klawisz {{KEY}}", "select": { - "label": "Modifier key", - "title": "The modifier key to use" + "label": "Klawisz modyfikujący", + "title": "Klawisz modyfikujący, którego należy użyć" } }, "holdRightClick": { "enable": { - "label": "When holding right click", - "title": "Hold right click to enable scroll wheel volume control" + "label": "Przytrzymując prawy przycisk myszy", + "title": "Przytrzymaj prawy przycisk myszy, aby włączyć regulację głośności za pomocą kółka myszy" } }, - "title": "Scroll wheel volume control settings" + "title": "Ustawienia regulacji głośności za pomocą kółka myszy" }, "settingSearch": { - "placeholder": "Search for a setting" + "placeholder": "Szukaj ustawienia" }, "videoHistory": { "enable": { @@ -561,42 +561,42 @@ }, "resumeType": { "select": { - "label": "Resume type", + "label": "Typ wznowienia filmu", "options": { - "automatic": "Automatic", - "prompt": "Prompt" + "automatic": "Automatyczne", + "prompt": "Podpowiedź" }, - "title": "Select how you want to resume videos" + "title": "Wybierz sposób wznawiania filmów" } }, "title": "Video history settings" }, "volumeBoost": { "boostAmount": { - "label": "Volume boost amount (dB)", - "title": "The amount to boost the volume by" + "label": "Wartość zwiększenia głośności (dB)", + "title": "O ile należy zwiększyć głośność" }, "enable": { - "label": "Volume boost", - "title": "Enable volume boost" + "label": "Zwiększenie głośności", + "title": "Włącz zwiększenie głośności" }, "mode": { "select": { - "label": "Volume boost mode", + "label": "Tryb zwiększenia głośności", "options": { - "global": "Global", - "perVideo": "Per video" + "global": "Globalne", + "perVideo": "Osobno" }, - "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + "title": "Wybierz sposób wzmocnienia głośności. Opcja „Osobno” umożliwia włączenie wzmocnienia dla każdego filmu osobno w menu funkcji. Opcja „Globalne” stosuje wzmocnienie do wszystkich filmów po włączeniu zwiększenia głośności." } }, - "title": "Volume boost settings" + "title": "Ustawienia zwiększenia głośności" }, "youtubeDataApiV3Key": { "getApiKeyLinkText": "You can get one from here", "input": { "label": "Klucz API", - "title": "Enter your Youtube Data API V3 key." + "title": "Wpisz swój klucz API V3." }, "title": "Klucz YouTube API V3" }, @@ -605,32 +605,32 @@ "co-authors": "Współautorzy", "colors": { "colorShadow": { - "label": "Shadow color", - "title": "Color for shadows" + "label": "Kolor cienia", + "title": "Kolor dla cieni" }, "dimmerText": { - "label": "Secondary text color", - "title": "Color for secondary text" + "label": "Kolor tekstu dodatkowego", + "title": "Kolor dla tekstu dodatkowego" }, "hoverBackground": { "label": "Hover background color", "title": "Color for hover background" }, "mainBackground": { - "label": "Main background color", - "title": "Color for main background" + "label": "Kolor głównego tła", + "title": "Kolor dla głównego tła" }, "mainColor": { - "label": "Accent color", - "title": "Color for accent" + "label": "Kolor akcentowy", + "title": "Kolor akcentowy" }, "mainText": { - "label": "Main text color", - "title": "Color for main text" + "label": "Kolor głównego tekstu", + "title": "Kolor dla głównego tekstu" }, "secondBackground": { - "label": "Secondary background color", - "title": "Kolor tła wtórnego" + "label": "Kolor dodatkowego tła", + "title": "Kolor tła dodatkowego" } }, "enable": { From 377d5b96b387fcc598a98aef5821a112efa8b835 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 23 Oct 2025 15:29:31 -0400 Subject: [PATCH 1121/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index 8c59ebca5..937857876 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -293,6 +293,10 @@ "label": "Automatically enable closed captions", "title": "Automatically enables closed captions when you load a video" }, + "automaticallyMaximizePlayer": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + }, "copyTimestampUrlButton": { "label": "Kopiera videons webbadress med tidsstämpelknappen", "title": "Kopiera videons webbadress med tidsstämpel (?t=123)" From efd2badd5b1c15236261496ab5a819904049781e Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 23 Oct 2025 15:29:32 -0400 Subject: [PATCH 1122/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index 529f15447..7378ed262 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -293,6 +293,10 @@ "label": "Abilita automaticamente le didascalie chiuse", "title": "Abilita automaticamente le didascalie chiuse quando si carica un video" }, + "automaticallyMaximizePlayer": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + }, "copyTimestampUrlButton": { "label": "Pulsante \"Copia URL video con temporizzazione\"", "title": "Copia l'URL del video con la temporizzazione (?t=123)" From ca58ed1dc7e9627b04e2aa72bc6dc3fa2bffb629 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 23 Oct 2025 15:29:33 -0400 Subject: [PATCH 1123/1783] New translations en-us.json (Polish) --- public/locales/pl-PL.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/pl-PL.json b/public/locales/pl-PL.json index 4b4ab5c13..297f36cf1 100644 --- a/public/locales/pl-PL.json +++ b/public/locales/pl-PL.json @@ -293,6 +293,10 @@ "label": "Automatically enable closed captions", "title": "Automatically enables closed captions when you load a video" }, + "automaticallyMaximizePlayer": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + }, "copyTimestampUrlButton": { "label": "Copy video URL with timestamp button", "title": "Copies video URL with timestamp (?t=123)" From 17e899953d82a0b5228869255ea043f12b0f81bf Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 23 Oct 2025 15:29:34 -0400 Subject: [PATCH 1124/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index 925e8c8df..27eef6c7e 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -293,6 +293,10 @@ "label": "自动启用隐藏式字幕", "title": "载入视频时自动启用隐藏式字幕" }, + "automaticallyMaximizePlayer": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + }, "copyTimestampUrlButton": { "label": "复制带有时间戳的视频 URL 按钮", "title": "复制带有时间戳的视频 URL (?t=123)" From 792571fb718109405de87817bde6024bf4fa66d2 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 23 Oct 2025 15:29:35 -0400 Subject: [PATCH 1125/1783] New translations en-us.json (French) --- public/locales/fr-FR.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/fr-FR.json b/public/locales/fr-FR.json index bb0812ae6..b7613ecf3 100644 --- a/public/locales/fr-FR.json +++ b/public/locales/fr-FR.json @@ -293,6 +293,10 @@ "label": "Automatically enable closed captions", "title": "Automatically enables closed captions when you load a video" }, + "automaticallyMaximizePlayer": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + }, "copyTimestampUrlButton": { "label": "Copy video URL with timestamp button", "title": "Copies video URL with timestamp (?t=123)" From 68b9c558b1fbae7b49d7548ef4a932b9981363d2 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 23 Oct 2025 15:29:37 -0400 Subject: [PATCH 1126/1783] New translations en-us.json (Spanish) --- public/locales/es-ES.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index dfaefca5e..0d2fa2a83 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -293,6 +293,10 @@ "label": "Automatically enable closed captions", "title": "Automatically enables closed captions when you load a video" }, + "automaticallyMaximizePlayer": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + }, "copyTimestampUrlButton": { "label": "Copy video URL with timestamp button", "title": "Copies video URL with timestamp (?t=123)" From 2a2eec6d5cb6967128e6242f99a7fa9fb12acd57 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 23 Oct 2025 15:29:38 -0400 Subject: [PATCH 1127/1783] New translations en-us.json (Catalan) --- public/locales/ca-ES.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/ca-ES.json b/public/locales/ca-ES.json index f66ec232f..b587d824e 100644 --- a/public/locales/ca-ES.json +++ b/public/locales/ca-ES.json @@ -293,6 +293,10 @@ "label": "Automatically enable closed captions", "title": "Automatically enables closed captions when you load a video" }, + "automaticallyMaximizePlayer": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + }, "copyTimestampUrlButton": { "label": "Copy video URL with timestamp button", "title": "Copies video URL with timestamp (?t=123)" From 2a47bd7261505520c1e3c3b1d64f9bb48c9bbbdd Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 23 Oct 2025 15:29:39 -0400 Subject: [PATCH 1128/1783] New translations en-us.json (Czech) --- public/locales/cs-CZ.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/cs-CZ.json b/public/locales/cs-CZ.json index e94f801bb..b4b978abb 100644 --- a/public/locales/cs-CZ.json +++ b/public/locales/cs-CZ.json @@ -293,6 +293,10 @@ "label": "Automatically enable closed captions", "title": "Automatically enables closed captions when you load a video" }, + "automaticallyMaximizePlayer": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + }, "copyTimestampUrlButton": { "label": "Copy video URL with timestamp button", "title": "Copies video URL with timestamp (?t=123)" From 929bd4a170cd0a490ff5004a675c8aaf0ff059a1 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 23 Oct 2025 15:29:40 -0400 Subject: [PATCH 1129/1783] New translations en-us.json (German) --- public/locales/de-DE.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/de-DE.json b/public/locales/de-DE.json index 8bf4d04df..eb582f5c1 100644 --- a/public/locales/de-DE.json +++ b/public/locales/de-DE.json @@ -293,6 +293,10 @@ "label": "Automatically enable closed captions", "title": "Automatically enables closed captions when you load a video" }, + "automaticallyMaximizePlayer": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + }, "copyTimestampUrlButton": { "label": "Copy video URL with timestamp button", "title": "Copies video URL with timestamp (?t=123)" From b64e8691784cc58c775d040cec9f89458b2d99db Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 23 Oct 2025 15:29:41 -0400 Subject: [PATCH 1130/1783] New translations en-us.json (Hebrew) --- public/locales/he-IL.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/he-IL.json b/public/locales/he-IL.json index ab776088f..8c5fb9cb9 100644 --- a/public/locales/he-IL.json +++ b/public/locales/he-IL.json @@ -293,6 +293,10 @@ "label": "Automatically enable closed captions", "title": "Automatically enables closed captions when you load a video" }, + "automaticallyMaximizePlayer": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + }, "copyTimestampUrlButton": { "label": "Copy video URL with timestamp button", "title": "Copies video URL with timestamp (?t=123)" From d92e22ee6ed53d2901574fdd0407ebb9308cb911 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 23 Oct 2025 15:29:42 -0400 Subject: [PATCH 1131/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index f72a5a7be..4fe5e4444 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -293,6 +293,10 @@ "label": "Automatically enable closed captions", "title": "Automatically enables closed captions when you load a video" }, + "automaticallyMaximizePlayer": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + }, "copyTimestampUrlButton": { "label": "タイムスタンプ付きの動画URLをコピーのボタン", "title": "タイムスタンプ付きの動画URLをコピーする (?t=123)" From 3ee3b7041d2f1b64a315943d8e85b05ddafae8e0 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 23 Oct 2025 15:29:43 -0400 Subject: [PATCH 1132/1783] New translations en-us.json (Korean) --- public/locales/ko-KR.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/ko-KR.json b/public/locales/ko-KR.json index 5c4d2ae32..fc1a6dfb3 100644 --- a/public/locales/ko-KR.json +++ b/public/locales/ko-KR.json @@ -293,6 +293,10 @@ "label": "Automatically enable closed captions", "title": "Automatically enables closed captions when you load a video" }, + "automaticallyMaximizePlayer": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + }, "copyTimestampUrlButton": { "label": "현재 시간 주소 복사 버튼", "title": "현재 시간 주소 복사 (?t=123)" From 83db6f510bfad63b8a3d427795fb765791c7935c Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 23 Oct 2025 15:29:45 -0400 Subject: [PATCH 1133/1783] New translations en-us.json (Dutch) --- public/locales/nl-NL.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/nl-NL.json b/public/locales/nl-NL.json index 7cdb3fdd7..f632cedf1 100644 --- a/public/locales/nl-NL.json +++ b/public/locales/nl-NL.json @@ -293,6 +293,10 @@ "label": "Automatically enable closed captions", "title": "Automatically enables closed captions when you load a video" }, + "automaticallyMaximizePlayer": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + }, "copyTimestampUrlButton": { "label": "Kopieer video URL met tijdstempel knop", "title": "Kopieer video URL met tijdstempel (?t=123)" From ce3ceae51c0f04bccbc09d5aaad9c5ab4c272b45 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 23 Oct 2025 15:29:46 -0400 Subject: [PATCH 1134/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index 7ad5ef798..5019fe205 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -293,6 +293,10 @@ "label": "Automatically enable closed captions", "title": "Automatically enables closed captions when you load a video" }, + "automaticallyMaximizePlayer": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + }, "copyTimestampUrlButton": { "label": "Кнопка «Копировать URL видео с таймкодом»", "title": "Копирует ссылку видео с меткой времени (?t=123)" From e47271ee5db28accda867832610cebec95c0c0b4 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 23 Oct 2025 15:29:47 -0400 Subject: [PATCH 1135/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index aadbd8a88..b45accafd 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -293,6 +293,10 @@ "label": "Kapalı altyazıları otomatik olarak etkinleştir", "title": "Bir videoyu yüklediğinizde altyazıları otomatik olarak etkinleştirir" }, + "automaticallyMaximizePlayer": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + }, "copyTimestampUrlButton": { "label": "Video URL'sini zaman damgası düğmesiyle kopyala", "title": "Video URL'sini zaman damgasıyla kopyalar (?t=123)" From 0adf6a3e6a81d004bbe8f28abca163cd1d9cc960 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 23 Oct 2025 15:29:48 -0400 Subject: [PATCH 1136/1783] New translations en-us.json (Ukrainian) --- public/locales/uk-UA.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/uk-UA.json b/public/locales/uk-UA.json index 788740b1d..2e0a96690 100644 --- a/public/locales/uk-UA.json +++ b/public/locales/uk-UA.json @@ -293,6 +293,10 @@ "label": "Automatically enable closed captions", "title": "Automatically enables closed captions when you load a video" }, + "automaticallyMaximizePlayer": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + }, "copyTimestampUrlButton": { "label": "Copy video URL with timestamp button", "title": "Copies video URL with timestamp (?t=123)" From 792220b02c866264098a5f08f92a09843e9022eb Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 23 Oct 2025 15:29:49 -0400 Subject: [PATCH 1137/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index e102e0141..7f95a967b 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -293,6 +293,10 @@ "label": "Automatically enable closed captions", "title": "Automatically enables closed captions when you load a video" }, + "automaticallyMaximizePlayer": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + }, "copyTimestampUrlButton": { "label": "複製目前播放時間的影片網址按鈕", "title": "複製目前播放時間的影片網址 (?t=123)" From 3b2462c37173cec2af2303b3428c7be399f0d86b Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 23 Oct 2025 15:29:50 -0400 Subject: [PATCH 1138/1783] New translations en-us.json (Vietnamese) --- public/locales/vi-VN.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/vi-VN.json b/public/locales/vi-VN.json index 9621fc8db..1849f134f 100644 --- a/public/locales/vi-VN.json +++ b/public/locales/vi-VN.json @@ -293,6 +293,10 @@ "label": "Automatically enable closed captions", "title": "Automatically enables closed captions when you load a video" }, + "automaticallyMaximizePlayer": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + }, "copyTimestampUrlButton": { "label": "Copy video URL with timestamp button", "title": "Copies video URL with timestamp (?t=123)" From e6b00076b39f7c0e0392b4d61ff563fdaf305909 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 23 Oct 2025 15:29:51 -0400 Subject: [PATCH 1139/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index 17cbb816b..7fe97879a 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -293,6 +293,10 @@ "label": "Automatically enable closed captions", "title": "Automatically enables closed captions when you load a video" }, + "automaticallyMaximizePlayer": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + }, "copyTimestampUrlButton": { "label": "Copiar URL do vídeo com o botão de minutagem", "title": "Copia o URL do vídeo com a minutagem (?t=123)" From 082c2d183586acb7746bbe058cfb99460fbdd015 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 23 Oct 2025 15:29:52 -0400 Subject: [PATCH 1140/1783] New translations en-us.json (Persian) --- public/locales/fa-IR.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/fa-IR.json b/public/locales/fa-IR.json index fdc3ccc96..624a171a7 100644 --- a/public/locales/fa-IR.json +++ b/public/locales/fa-IR.json @@ -293,6 +293,10 @@ "label": "Automatically enable closed captions", "title": "Automatically enables closed captions when you load a video" }, + "automaticallyMaximizePlayer": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + }, "copyTimestampUrlButton": { "label": "Copy video URL with timestamp button", "title": "Copies video URL with timestamp (?t=123)" From 0eb4b6e083b57063d69bb820e9ddabd0223d0ffe Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 23 Oct 2025 15:29:53 -0400 Subject: [PATCH 1141/1783] New translations en-us.json (Hindi) --- public/locales/hi-IN.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/hi-IN.json b/public/locales/hi-IN.json index aedcfb6a8..2da1d0223 100644 --- a/public/locales/hi-IN.json +++ b/public/locales/hi-IN.json @@ -293,6 +293,10 @@ "label": "Automatically enable closed captions", "title": "Automatically enables closed captions when you load a video" }, + "automaticallyMaximizePlayer": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + }, "copyTimestampUrlButton": { "label": "Copy video URL with timestamp button", "title": "Copies video URL with timestamp (?t=123)" From 9696ad189172155b34073e5576f115f739161b89 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 23 Oct 2025 15:29:54 -0400 Subject: [PATCH 1142/1783] New translations en-us.json (English, United Kingdom) --- public/locales/en-GB.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/en-GB.json b/public/locales/en-GB.json index e51549d0b..825120f6c 100644 --- a/public/locales/en-GB.json +++ b/public/locales/en-GB.json @@ -293,6 +293,10 @@ "label": "Automatically enable closed captions", "title": "Automatically enables closed captions when you load a video" }, + "automaticallyMaximizePlayer": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + }, "copyTimestampUrlButton": { "label": "Copy video URL with timestamp button", "title": "Copies video URL with timestamp (?t=123)" From a30321476990131fe00260f26c43f68e2faa33ad Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 23 Oct 2025 16:39:29 -0400 Subject: [PATCH 1143/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index 937857876..757eeaef1 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -305,6 +305,14 @@ "label": "Standard till originalljudspår", "title": "Använd alltid originalljudspåret som standard" }, + "enablePlaylistManagementButtons": { + "label": "Enable playlist management buttons", + "title": "Adds buttons to playlist items to remove videos from the playlist or mark them as unwatched" + }, + "enableSaveToWatchLaterButton": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + }, "hideArtificialIntelligenceSummary": { "label": "Dölj AI-sammanfattning", "title": "Döljer sammanfattningen av artificiell intelligens under videorna" @@ -492,6 +500,18 @@ } } }, + "playlistManagementButtons": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + }, + "saveToWatchLaterButton": { + "error": "Failed to add video to Watch Later", + "save": "Save to Watch Later" + }, "screenshotButton": { "enable": { "label": "Skärmbildsknapp", From 81b104a91782e8c84a05ea2bb21fff034badc590 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 23 Oct 2025 16:39:30 -0400 Subject: [PATCH 1144/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index 7378ed262..182a62a53 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -294,8 +294,8 @@ "title": "Abilita automaticamente le didascalie chiuse quando si carica un video" }, "automaticallyMaximizePlayer": { - "label": "Automatically maximize player", - "title": "Automatically maximizes the player when you load a video" + "label": "Massimizza automaticamente il riproduttore", + "title": "Massimizza automaticamente il riproduttore quando carichi un video" }, "copyTimestampUrlButton": { "label": "Pulsante \"Copia URL video con temporizzazione\"", @@ -305,6 +305,14 @@ "label": "Traccia audio originale predefinita", "title": "Traccia audio originale sempre predefinita" }, + "enablePlaylistManagementButtons": { + "label": "Abilita i pulsanti di gestione della lista riproduzioni", + "title": "Aggiunge pulsanti agli elementi della lista riproduzioni per rimuovere i video dalla lista riproduzioni o contrassegnarli come non visti" + }, + "enableSaveToWatchLaterButton": { + "label": "Abilita il pulsante del salvataggio per guardare più tardi", + "title": "Aggiunge un pulsante ai video Home e Abbonamenti per salvare il video nella lista riproduzioni 'Guarda più tardi'" + }, "hideArtificialIntelligenceSummary": { "label": "Nascondi riepilogo IA", "title": "Nasconde il riepilogo dell'intelligenza artificiale sotto i video" @@ -492,6 +500,18 @@ } } }, + "playlistManagementButtons": { + "failedToMarkAsUnwatched": "Impossibile contrassegnare il video come non visto", + "failedToRemoveVideo": "Impossibile rimuovere il video", + "markAsUnwatched": "Contrassegna come non visto", + "markingAsUnwatched": "Contrassegno come non visto…", + "removeVideo": "Rimuovi video", + "removingVideo": "Rimozione video…" + }, + "saveToWatchLaterButton": { + "error": "Impossibile aggiungere il video a Guarda più tardi", + "save": "Salva per guardare più tardi" + }, "screenshotButton": { "enable": { "label": "Pulsante Schermata", From bedb70682ebc42ae3e3a3a2f93bb55ffba14752d Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 23 Oct 2025 16:39:31 -0400 Subject: [PATCH 1145/1783] New translations en-us.json (Polish) --- public/locales/pl-PL.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/public/locales/pl-PL.json b/public/locales/pl-PL.json index 297f36cf1..2b06d77de 100644 --- a/public/locales/pl-PL.json +++ b/public/locales/pl-PL.json @@ -305,6 +305,14 @@ "label": "Default to original audio track", "title": "Always default to the original audio track" }, + "enablePlaylistManagementButtons": { + "label": "Enable playlist management buttons", + "title": "Adds buttons to playlist items to remove videos from the playlist or mark them as unwatched" + }, + "enableSaveToWatchLaterButton": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + }, "hideArtificialIntelligenceSummary": { "label": "Ukryj podsumowanie AI", "title": "Hides the artificial intelligence summary below videos" @@ -492,6 +500,18 @@ } } }, + "playlistManagementButtons": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + }, + "saveToWatchLaterButton": { + "error": "Failed to add video to Watch Later", + "save": "Save to Watch Later" + }, "screenshotButton": { "enable": { "label": "Screenshot button", From b12408482b21b507dc23b8496bfb57a42dfb5258 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 23 Oct 2025 16:39:32 -0400 Subject: [PATCH 1146/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index 27eef6c7e..a64487013 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -294,8 +294,8 @@ "title": "载入视频时自动启用隐藏式字幕" }, "automaticallyMaximizePlayer": { - "label": "Automatically maximize player", - "title": "Automatically maximizes the player when you load a video" + "label": "自动最大化播放器", + "title": "当视频打开时,自动最大化播放器" }, "copyTimestampUrlButton": { "label": "复制带有时间戳的视频 URL 按钮", @@ -305,6 +305,14 @@ "label": "默认设置为原始音轨", "title": "总是默认原始音轨" }, + "enablePlaylistManagementButtons": { + "label": "启用播放列表管理按钮", + "title": "添加播放列表项目按钮从播放列表中删除视频或将其标记为未观看视频" + }, + "enableSaveToWatchLaterButton": { + "label": "启用保存到稍后观看按钮", + "title": "在主页和订阅视频中添加一个按钮,将视频保存到“稍后观看”播放列表" + }, "hideArtificialIntelligenceSummary": { "label": "隐藏 AI 摘要", "title": "隐藏视频下方的人工智能摘要" @@ -492,6 +500,18 @@ } } }, + "playlistManagementButtons": { + "failedToMarkAsUnwatched": "将视频标记为未观看失败", + "failedToRemoveVideo": "移除视频失败", + "markAsUnwatched": "标记为未观看", + "markingAsUnwatched": "正在标记为未观看…", + "removeVideo": "删除视频", + "removingVideo": "正在移除视频…" + }, + "saveToWatchLaterButton": { + "error": "将视频添加到稍后观看失败", + "save": "保存至稍后观看" + }, "screenshotButton": { "enable": { "label": "屏幕截图按钮", From 1840d711bee36c543cedbe7979625e86f90ec3ed Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 23 Oct 2025 16:39:33 -0400 Subject: [PATCH 1147/1783] New translations en-us.json (French) --- public/locales/fr-FR.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/public/locales/fr-FR.json b/public/locales/fr-FR.json index b7613ecf3..4e0b4e37f 100644 --- a/public/locales/fr-FR.json +++ b/public/locales/fr-FR.json @@ -305,6 +305,14 @@ "label": "Default to original audio track", "title": "Always default to the original audio track" }, + "enablePlaylistManagementButtons": { + "label": "Enable playlist management buttons", + "title": "Adds buttons to playlist items to remove videos from the playlist or mark them as unwatched" + }, + "enableSaveToWatchLaterButton": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + }, "hideArtificialIntelligenceSummary": { "label": "Hide AI summary", "title": "Hides the artificial intelligence summary below videos" @@ -492,6 +500,18 @@ } } }, + "playlistManagementButtons": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + }, + "saveToWatchLaterButton": { + "error": "Failed to add video to Watch Later", + "save": "Save to Watch Later" + }, "screenshotButton": { "enable": { "label": "Bouton de capture d'écran", From fd933714ebb6c182a2e512f180e11f3368a10813 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 23 Oct 2025 16:39:34 -0400 Subject: [PATCH 1148/1783] New translations en-us.json (Spanish) --- public/locales/es-ES.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index 0d2fa2a83..3c69fdf31 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -305,6 +305,14 @@ "label": "Default to original audio track", "title": "Always default to the original audio track" }, + "enablePlaylistManagementButtons": { + "label": "Enable playlist management buttons", + "title": "Adds buttons to playlist items to remove videos from the playlist or mark them as unwatched" + }, + "enableSaveToWatchLaterButton": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + }, "hideArtificialIntelligenceSummary": { "label": "Hide AI summary", "title": "Hides the artificial intelligence summary below videos" @@ -492,6 +500,18 @@ } } }, + "playlistManagementButtons": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + }, + "saveToWatchLaterButton": { + "error": "Failed to add video to Watch Later", + "save": "Save to Watch Later" + }, "screenshotButton": { "enable": { "label": "Botón de captura de pantalla", From d942e20afd031ba4497308aeb0d3f391a18d0fe4 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 23 Oct 2025 16:39:35 -0400 Subject: [PATCH 1149/1783] New translations en-us.json (Catalan) --- public/locales/ca-ES.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/public/locales/ca-ES.json b/public/locales/ca-ES.json index b587d824e..ca875782a 100644 --- a/public/locales/ca-ES.json +++ b/public/locales/ca-ES.json @@ -305,6 +305,14 @@ "label": "Default to original audio track", "title": "Always default to the original audio track" }, + "enablePlaylistManagementButtons": { + "label": "Enable playlist management buttons", + "title": "Adds buttons to playlist items to remove videos from the playlist or mark them as unwatched" + }, + "enableSaveToWatchLaterButton": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + }, "hideArtificialIntelligenceSummary": { "label": "Hide AI summary", "title": "Hides the artificial intelligence summary below videos" @@ -492,6 +500,18 @@ } } }, + "playlistManagementButtons": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + }, + "saveToWatchLaterButton": { + "error": "Failed to add video to Watch Later", + "save": "Save to Watch Later" + }, "screenshotButton": { "enable": { "label": "Screenshot button", From c2737750b5aef55b2c7f3e93223bd2842b6a238b Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 23 Oct 2025 16:39:36 -0400 Subject: [PATCH 1150/1783] New translations en-us.json (Czech) --- public/locales/cs-CZ.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/public/locales/cs-CZ.json b/public/locales/cs-CZ.json index b4b978abb..423d85f79 100644 --- a/public/locales/cs-CZ.json +++ b/public/locales/cs-CZ.json @@ -305,6 +305,14 @@ "label": "Default to original audio track", "title": "Always default to the original audio track" }, + "enablePlaylistManagementButtons": { + "label": "Enable playlist management buttons", + "title": "Adds buttons to playlist items to remove videos from the playlist or mark them as unwatched" + }, + "enableSaveToWatchLaterButton": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + }, "hideArtificialIntelligenceSummary": { "label": "Hide AI summary", "title": "Hides the artificial intelligence summary below videos" @@ -492,6 +500,18 @@ } } }, + "playlistManagementButtons": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + }, + "saveToWatchLaterButton": { + "error": "Failed to add video to Watch Later", + "save": "Save to Watch Later" + }, "screenshotButton": { "enable": { "label": "Screenshot button", From 966f71cb1fa5c9a9f4304299c22cefb3c2ca636f Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 23 Oct 2025 16:39:37 -0400 Subject: [PATCH 1151/1783] New translations en-us.json (German) --- public/locales/de-DE.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/public/locales/de-DE.json b/public/locales/de-DE.json index eb582f5c1..15e4631c9 100644 --- a/public/locales/de-DE.json +++ b/public/locales/de-DE.json @@ -305,6 +305,14 @@ "label": "Default to original audio track", "title": "Always default to the original audio track" }, + "enablePlaylistManagementButtons": { + "label": "Enable playlist management buttons", + "title": "Adds buttons to playlist items to remove videos from the playlist or mark them as unwatched" + }, + "enableSaveToWatchLaterButton": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + }, "hideArtificialIntelligenceSummary": { "label": "Hide AI summary", "title": "Hides the artificial intelligence summary below videos" @@ -492,6 +500,18 @@ } } }, + "playlistManagementButtons": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + }, + "saveToWatchLaterButton": { + "error": "Failed to add video to Watch Later", + "save": "Save to Watch Later" + }, "screenshotButton": { "enable": { "label": "Screenshot-Taste", From a2f84d96fb8bd3930ef45d51a47718310ceac3f5 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 23 Oct 2025 16:39:38 -0400 Subject: [PATCH 1152/1783] New translations en-us.json (Hebrew) --- public/locales/he-IL.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/public/locales/he-IL.json b/public/locales/he-IL.json index 8c5fb9cb9..15560c0ce 100644 --- a/public/locales/he-IL.json +++ b/public/locales/he-IL.json @@ -305,6 +305,14 @@ "label": "Default to original audio track", "title": "Always default to the original audio track" }, + "enablePlaylistManagementButtons": { + "label": "Enable playlist management buttons", + "title": "Adds buttons to playlist items to remove videos from the playlist or mark them as unwatched" + }, + "enableSaveToWatchLaterButton": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + }, "hideArtificialIntelligenceSummary": { "label": "Hide AI summary", "title": "Hides the artificial intelligence summary below videos" @@ -492,6 +500,18 @@ } } }, + "playlistManagementButtons": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + }, + "saveToWatchLaterButton": { + "error": "Failed to add video to Watch Later", + "save": "Save to Watch Later" + }, "screenshotButton": { "enable": { "label": "Screenshot button", From 797c4870667f0bc3bc8d4fbbc7eabe0ec0a13d12 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 23 Oct 2025 16:39:39 -0400 Subject: [PATCH 1153/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index 4fe5e4444..06fbdca11 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -305,6 +305,14 @@ "label": "Default to original audio track", "title": "Always default to the original audio track" }, + "enablePlaylistManagementButtons": { + "label": "Enable playlist management buttons", + "title": "Adds buttons to playlist items to remove videos from the playlist or mark them as unwatched" + }, + "enableSaveToWatchLaterButton": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + }, "hideArtificialIntelligenceSummary": { "label": "Hide AI summary", "title": "Hides the artificial intelligence summary below videos" @@ -492,6 +500,18 @@ } } }, + "playlistManagementButtons": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + }, + "saveToWatchLaterButton": { + "error": "Failed to add video to Watch Later", + "save": "Save to Watch Later" + }, "screenshotButton": { "enable": { "label": "スクリーンショットボタン", From 59ee745742e6a8d9f7d08d09b861acc26721bc29 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 23 Oct 2025 16:39:39 -0400 Subject: [PATCH 1154/1783] New translations en-us.json (Korean) --- public/locales/ko-KR.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/public/locales/ko-KR.json b/public/locales/ko-KR.json index fc1a6dfb3..993bc2339 100644 --- a/public/locales/ko-KR.json +++ b/public/locales/ko-KR.json @@ -305,6 +305,14 @@ "label": "Default to original audio track", "title": "Always default to the original audio track" }, + "enablePlaylistManagementButtons": { + "label": "Enable playlist management buttons", + "title": "Adds buttons to playlist items to remove videos from the playlist or mark them as unwatched" + }, + "enableSaveToWatchLaterButton": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + }, "hideArtificialIntelligenceSummary": { "label": "Hide AI summary", "title": "Hides the artificial intelligence summary below videos" @@ -492,6 +500,18 @@ } } }, + "playlistManagementButtons": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + }, + "saveToWatchLaterButton": { + "error": "Failed to add video to Watch Later", + "save": "Save to Watch Later" + }, "screenshotButton": { "enable": { "label": "스크린샷 버튼", From 58580e81f801114952d8aa8721dca0a34b90c7d9 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 23 Oct 2025 16:39:40 -0400 Subject: [PATCH 1155/1783] New translations en-us.json (Dutch) --- public/locales/nl-NL.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/public/locales/nl-NL.json b/public/locales/nl-NL.json index f632cedf1..2ae87956f 100644 --- a/public/locales/nl-NL.json +++ b/public/locales/nl-NL.json @@ -305,6 +305,14 @@ "label": "Default to original audio track", "title": "Always default to the original audio track" }, + "enablePlaylistManagementButtons": { + "label": "Enable playlist management buttons", + "title": "Adds buttons to playlist items to remove videos from the playlist or mark them as unwatched" + }, + "enableSaveToWatchLaterButton": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + }, "hideArtificialIntelligenceSummary": { "label": "Hide AI summary", "title": "Hides the artificial intelligence summary below videos" @@ -492,6 +500,18 @@ } } }, + "playlistManagementButtons": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + }, + "saveToWatchLaterButton": { + "error": "Failed to add video to Watch Later", + "save": "Save to Watch Later" + }, "screenshotButton": { "enable": { "label": "Schermafbeelding knop", From c9ede3bcfeff954ecd9967be3def16ec243ba163 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 23 Oct 2025 16:39:41 -0400 Subject: [PATCH 1156/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index 5019fe205..11285e195 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -305,6 +305,14 @@ "label": "Выставлять оригинальную звуковую дорожку по умолчанию", "title": "Всегда выставлять оригинальную аудио дорожку видео по умолчанию" }, + "enablePlaylistManagementButtons": { + "label": "Enable playlist management buttons", + "title": "Adds buttons to playlist items to remove videos from the playlist or mark them as unwatched" + }, + "enableSaveToWatchLaterButton": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + }, "hideArtificialIntelligenceSummary": { "label": "Прятать краткое содержание от ИИ", "title": "Прячет краткое содержание видео от ИИ под описанием" @@ -492,6 +500,18 @@ } } }, + "playlistManagementButtons": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + }, + "saveToWatchLaterButton": { + "error": "Failed to add video to Watch Later", + "save": "Save to Watch Later" + }, "screenshotButton": { "enable": { "label": "Включить кнопку «Скриншот»", From fb3a0e155f9a4d1e3852ac29a0a4c42ff8ce6f9e Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 23 Oct 2025 16:39:42 -0400 Subject: [PATCH 1157/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index b45accafd..3df350579 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -305,6 +305,14 @@ "label": "Varsayılan olarak orijinal ses parçasına dön", "title": "Her zaman varsayılan olarak orijinal ses parçasına dön" }, + "enablePlaylistManagementButtons": { + "label": "Enable playlist management buttons", + "title": "Adds buttons to playlist items to remove videos from the playlist or mark them as unwatched" + }, + "enableSaveToWatchLaterButton": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + }, "hideArtificialIntelligenceSummary": { "label": "AI özetini gizle", "title": "Videoların altındaki yapay zeka özetini gizler" @@ -492,6 +500,18 @@ } } }, + "playlistManagementButtons": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + }, + "saveToWatchLaterButton": { + "error": "Failed to add video to Watch Later", + "save": "Save to Watch Later" + }, "screenshotButton": { "enable": { "label": "Ekran görüntüsü tuşunu etkinleştir", From b00362f14e6a633c5061a6eefbc17b5a1196ce47 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 23 Oct 2025 16:39:43 -0400 Subject: [PATCH 1158/1783] New translations en-us.json (Ukrainian) --- public/locales/uk-UA.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/public/locales/uk-UA.json b/public/locales/uk-UA.json index 2e0a96690..a6ff51e46 100644 --- a/public/locales/uk-UA.json +++ b/public/locales/uk-UA.json @@ -305,6 +305,14 @@ "label": "Default to original audio track", "title": "Always default to the original audio track" }, + "enablePlaylistManagementButtons": { + "label": "Enable playlist management buttons", + "title": "Adds buttons to playlist items to remove videos from the playlist or mark them as unwatched" + }, + "enableSaveToWatchLaterButton": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + }, "hideArtificialIntelligenceSummary": { "label": "Hide AI summary", "title": "Hides the artificial intelligence summary below videos" @@ -492,6 +500,18 @@ } } }, + "playlistManagementButtons": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + }, + "saveToWatchLaterButton": { + "error": "Failed to add video to Watch Later", + "save": "Save to Watch Later" + }, "screenshotButton": { "enable": { "label": "Screenshot button", From ea2d253c673a492f9078bb095374524c4be1fe79 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 23 Oct 2025 16:39:44 -0400 Subject: [PATCH 1159/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index 7f95a967b..ea18eb2eb 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -305,6 +305,14 @@ "label": "Default to original audio track", "title": "Always default to the original audio track" }, + "enablePlaylistManagementButtons": { + "label": "Enable playlist management buttons", + "title": "Adds buttons to playlist items to remove videos from the playlist or mark them as unwatched" + }, + "enableSaveToWatchLaterButton": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + }, "hideArtificialIntelligenceSummary": { "label": "Hide AI summary", "title": "Hides the artificial intelligence summary below videos" @@ -492,6 +500,18 @@ } } }, + "playlistManagementButtons": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + }, + "saveToWatchLaterButton": { + "error": "Failed to add video to Watch Later", + "save": "Save to Watch Later" + }, "screenshotButton": { "enable": { "label": "螢幕截圖按鈕", From 9370a57c167f53181367cbfef37d6b0dcb67503f Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 23 Oct 2025 16:39:45 -0400 Subject: [PATCH 1160/1783] New translations en-us.json (Vietnamese) --- public/locales/vi-VN.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/public/locales/vi-VN.json b/public/locales/vi-VN.json index 1849f134f..91e77451f 100644 --- a/public/locales/vi-VN.json +++ b/public/locales/vi-VN.json @@ -305,6 +305,14 @@ "label": "Default to original audio track", "title": "Always default to the original audio track" }, + "enablePlaylistManagementButtons": { + "label": "Enable playlist management buttons", + "title": "Adds buttons to playlist items to remove videos from the playlist or mark them as unwatched" + }, + "enableSaveToWatchLaterButton": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + }, "hideArtificialIntelligenceSummary": { "label": "Hide AI summary", "title": "Hides the artificial intelligence summary below videos" @@ -492,6 +500,18 @@ } } }, + "playlistManagementButtons": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + }, + "saveToWatchLaterButton": { + "error": "Failed to add video to Watch Later", + "save": "Save to Watch Later" + }, "screenshotButton": { "enable": { "label": "Screenshot button", From 344235ecf6f17b722e9a86fd736abe207b97fdf3 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 23 Oct 2025 16:39:46 -0400 Subject: [PATCH 1161/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index 7fe97879a..0959a48f0 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -305,6 +305,14 @@ "label": "Retornar à faixa de vídeo original", "title": "Sempre retornar à faixa de vídeo original" }, + "enablePlaylistManagementButtons": { + "label": "Enable playlist management buttons", + "title": "Adds buttons to playlist items to remove videos from the playlist or mark them as unwatched" + }, + "enableSaveToWatchLaterButton": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + }, "hideArtificialIntelligenceSummary": { "label": "Ocultar resumo IA", "title": "Oculta a seção de resumo IA de um vídeo" @@ -492,6 +500,18 @@ } } }, + "playlistManagementButtons": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + }, + "saveToWatchLaterButton": { + "error": "Failed to add video to Watch Later", + "save": "Save to Watch Later" + }, "screenshotButton": { "enable": { "label": "Botão de captura de tela", From c86bc2cfe3bd9a55bb0c1f005e0fbdf736f78476 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 23 Oct 2025 16:39:46 -0400 Subject: [PATCH 1162/1783] New translations en-us.json (Persian) --- public/locales/fa-IR.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/public/locales/fa-IR.json b/public/locales/fa-IR.json index 624a171a7..bc96a6fdf 100644 --- a/public/locales/fa-IR.json +++ b/public/locales/fa-IR.json @@ -305,6 +305,14 @@ "label": "Default to original audio track", "title": "Always default to the original audio track" }, + "enablePlaylistManagementButtons": { + "label": "Enable playlist management buttons", + "title": "Adds buttons to playlist items to remove videos from the playlist or mark them as unwatched" + }, + "enableSaveToWatchLaterButton": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + }, "hideArtificialIntelligenceSummary": { "label": "Hide AI summary", "title": "Hides the artificial intelligence summary below videos" @@ -492,6 +500,18 @@ } } }, + "playlistManagementButtons": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + }, + "saveToWatchLaterButton": { + "error": "Failed to add video to Watch Later", + "save": "Save to Watch Later" + }, "screenshotButton": { "enable": { "label": "Screenshot button", From 3de704e2509b18bd154ee41125c09452d8346988 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 23 Oct 2025 16:39:47 -0400 Subject: [PATCH 1163/1783] New translations en-us.json (Hindi) --- public/locales/hi-IN.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/public/locales/hi-IN.json b/public/locales/hi-IN.json index 2da1d0223..0cc1794fd 100644 --- a/public/locales/hi-IN.json +++ b/public/locales/hi-IN.json @@ -305,6 +305,14 @@ "label": "Default to original audio track", "title": "Always default to the original audio track" }, + "enablePlaylistManagementButtons": { + "label": "Enable playlist management buttons", + "title": "Adds buttons to playlist items to remove videos from the playlist or mark them as unwatched" + }, + "enableSaveToWatchLaterButton": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + }, "hideArtificialIntelligenceSummary": { "label": "Hide AI summary", "title": "Hides the artificial intelligence summary below videos" @@ -492,6 +500,18 @@ } } }, + "playlistManagementButtons": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + }, + "saveToWatchLaterButton": { + "error": "Failed to add video to Watch Later", + "save": "Save to Watch Later" + }, "screenshotButton": { "enable": { "label": "Screenshot button", From 751f3e7bfd21d3438966fc32b2cc2dbb5c22d811 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 23 Oct 2025 16:39:48 -0400 Subject: [PATCH 1164/1783] New translations en-us.json (English, United Kingdom) --- public/locales/en-GB.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/public/locales/en-GB.json b/public/locales/en-GB.json index 825120f6c..fa34371c7 100644 --- a/public/locales/en-GB.json +++ b/public/locales/en-GB.json @@ -305,6 +305,14 @@ "label": "Default to original audio track", "title": "Always default to the original audio track" }, + "enablePlaylistManagementButtons": { + "label": "Enable playlist management buttons", + "title": "Adds buttons to playlist items to remove videos from the playlist or mark them as unwatched" + }, + "enableSaveToWatchLaterButton": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + }, "hideArtificialIntelligenceSummary": { "label": "Hide AI summary", "title": "Hides the artificial intelligence summary below videos" @@ -492,6 +500,18 @@ } } }, + "playlistManagementButtons": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + }, + "saveToWatchLaterButton": { + "error": "Failed to add video to Watch Later", + "save": "Save to Watch Later" + }, "screenshotButton": { "enable": { "label": "Screenshot button", From 05465acd2a2f67ae0535b841a99ab1265b583f83 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 25 Oct 2025 04:36:10 -0400 Subject: [PATCH 1165/1783] New translations en-us.json (Ukrainian) --- public/locales/uk-UA.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/uk-UA.json b/public/locales/uk-UA.json index a6ff51e46..7b130e500 100644 --- a/public/locales/uk-UA.json +++ b/public/locales/uk-UA.json @@ -1,6 +1,6 @@ { "langCode": "uk-UA", - "langName": "English (US)", + "langName": "Українська (UA)", "messages": { "resumingVideo": "Продовжити відео з {{VIDEO_TIME}}", "settingVolume": "Посилити гучність до {{VOLUME_BOOST_AMOUNT}}" From fd7176193b599e2851a681eba414724037da15a0 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 25 Oct 2025 04:36:11 -0400 Subject: [PATCH 1166/1783] New translations en-us.json (Vietnamese) --- public/locales/vi-VN.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/vi-VN.json b/public/locales/vi-VN.json index 91e77451f..e5c3d0693 100644 --- a/public/locales/vi-VN.json +++ b/public/locales/vi-VN.json @@ -1,6 +1,6 @@ { - "langCode": "en-US", - "langName": "English (US)", + "langCode": "vi-VN", + "langName": "Tiếng Việt (Việt Nam)", "messages": { "resumingVideo": "Resuming video at {{VIDEO_TIME}}", "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" From 4ffa4c81663d261b5f7659d18106f2cdd40589f0 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 25 Oct 2025 18:52:45 -0400 Subject: [PATCH 1167/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index 757eeaef1..f55abd204 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -102,7 +102,7 @@ "options": { "notifications": { "error": { - "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", + "optionConflict": "Detta alternativ kan inte aktiveras medan '{{OPTION}}' är aktiverat.", "scrollWheelHoldModifierKey": { "sameKey": { "speedControl": "Rullningshjulets modifieringstangent för hastighetsreglering kan inte vara densamma modifieringstangent som rullningshjulets volymreglering.", @@ -136,7 +136,7 @@ "singular": "Aktivera {{OPTION}} för att konfigurera detta alternativ", "specificOption": { "featureMenu": "Konfigurera minst en knapp som ska placeras i funktionsmenyn för att konfigurera det här alternativet.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' to configure this option" + "screenshotButtonFileFormat": "Ställ in skärmbildens spartyp till 'Fil' för att konfigurera detta alternativ" } }, "scrollForMoreSettings": "Rulla för fler inställningar", @@ -290,12 +290,12 @@ "title": "Inaktiverar textning automatiskt när du laddar en video" }, "automaticallyEnableClosedCaptions": { - "label": "Automatically enable closed captions", - "title": "Automatically enables closed captions when you load a video" + "label": "Aktivera undertexter automatiskt", + "title": "Aktiverar automatiskt undertexter när du startar en video" }, "automaticallyMaximizePlayer": { - "label": "Automatically maximize player", - "title": "Automatically maximizes the player when you load a video" + "label": "Maximera spelaren automatiskt", + "title": "Maximera spelaren automatiskt när du laddar en video" }, "copyTimestampUrlButton": { "label": "Kopiera videons webbadress med tidsstämpelknappen", @@ -306,12 +306,12 @@ "title": "Använd alltid originalljudspåret som standard" }, "enablePlaylistManagementButtons": { - "label": "Enable playlist management buttons", - "title": "Adds buttons to playlist items to remove videos from the playlist or mark them as unwatched" + "label": "Aktivera knappar för hantering av spellistor", + "title": "Lägger till knappar i spellistobjekt för att ta bort videor från spellistan eller markera dem som ej sedda" }, "enableSaveToWatchLaterButton": { - "label": "Enable save to Watch Later button", - "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + "label": "Aktivera knappen spara för att titta på senare", + "title": "Lägger till en knapp på hem- och prenumerationsvideor för att spara videon till spellistan \"Titta på senare\"" }, "hideArtificialIntelligenceSummary": { "label": "Dölj AI-sammanfattning", @@ -501,16 +501,16 @@ } }, "playlistManagementButtons": { - "failedToMarkAsUnwatched": "Failed to mark video as unwatched", - "failedToRemoveVideo": "Failed to remove video", - "markAsUnwatched": "Mark as unwatched", - "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "Remove video", - "removingVideo": "Removing video…" + "failedToMarkAsUnwatched": "Det gick inte att markera video som ej sedd", + "failedToRemoveVideo": "Det gick inte att ta bort video", + "markAsUnwatched": "Markera som ej sedd", + "markingAsUnwatched": "Markerar som ej sedd…", + "removeVideo": "Ta bort video", + "removingVideo": "Tar bort video…" }, "saveToWatchLaterButton": { - "error": "Failed to add video to Watch Later", - "save": "Save to Watch Later" + "error": "Det gick inte att lägga till video till titta på senare", + "save": "Spara till titta senare" }, "screenshotButton": { "enable": { From de1acea1be8d8eb2a1eeecfbe9e962f4c4ac09eb Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 25 Oct 2025 18:52:46 -0400 Subject: [PATCH 1168/1783] New translations en-us.json (Spanish) --- public/locales/es-ES.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index 3c69fdf31..03f3b87c8 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -247,7 +247,7 @@ "title": "Adds forward and rewind buttons to the video player" }, "time": { - "label": "Forward/rewind time", + "label": "Adelantar/rebobinar tiempo", "title": "The amount of time to forward/rewind the video by" }, "title": "Forward/rewind button settings" From 8fa65c49e4836342f67e241afc55660881b25636 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 26 Oct 2025 22:19:11 -0400 Subject: [PATCH 1169/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index f55abd204..e95dd5433 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -509,8 +509,9 @@ "removingVideo": "Tar bort video…" }, "saveToWatchLaterButton": { - "error": "Det gick inte att lägga till video till titta på senare", - "save": "Spara till titta senare" + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" }, "screenshotButton": { "enable": { From 10a6b1c383c79155e930115e726439af159a9fab Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 26 Oct 2025 22:19:12 -0400 Subject: [PATCH 1170/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index 182a62a53..484772715 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -509,8 +509,9 @@ "removingVideo": "Rimozione video…" }, "saveToWatchLaterButton": { - "error": "Impossibile aggiungere il video a Guarda più tardi", - "save": "Salva per guardare più tardi" + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" }, "screenshotButton": { "enable": { From 0834c55140338d64590a4d99d8463d3323ce30e4 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 26 Oct 2025 22:19:13 -0400 Subject: [PATCH 1171/1783] New translations en-us.json (Polish) --- public/locales/pl-PL.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/locales/pl-PL.json b/public/locales/pl-PL.json index 2b06d77de..7c9f31a84 100644 --- a/public/locales/pl-PL.json +++ b/public/locales/pl-PL.json @@ -509,8 +509,9 @@ "removingVideo": "Removing video…" }, "saveToWatchLaterButton": { - "error": "Failed to add video to Watch Later", - "save": "Save to Watch Later" + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" }, "screenshotButton": { "enable": { From 6c8c2316f08b0be530aadd4ae0bcb0358d90e670 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 26 Oct 2025 22:19:14 -0400 Subject: [PATCH 1172/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index a64487013..afbd3df60 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -509,8 +509,9 @@ "removingVideo": "正在移除视频…" }, "saveToWatchLaterButton": { - "error": "将视频添加到稍后观看失败", - "save": "保存至稍后观看" + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" }, "screenshotButton": { "enable": { From 32c9e3edccd2bb2bf536e488ecb25bedd6608073 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 26 Oct 2025 22:19:15 -0400 Subject: [PATCH 1173/1783] New translations en-us.json (French) --- public/locales/fr-FR.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/locales/fr-FR.json b/public/locales/fr-FR.json index 4e0b4e37f..d3facbf62 100644 --- a/public/locales/fr-FR.json +++ b/public/locales/fr-FR.json @@ -509,8 +509,9 @@ "removingVideo": "Removing video…" }, "saveToWatchLaterButton": { - "error": "Failed to add video to Watch Later", - "save": "Save to Watch Later" + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" }, "screenshotButton": { "enable": { From 878b80d3ec4c5cd7d98e50c082b9dc04ae0b97d4 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 26 Oct 2025 22:19:16 -0400 Subject: [PATCH 1174/1783] New translations en-us.json (Spanish) --- public/locales/es-ES.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index 03f3b87c8..ba94d09d1 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -509,8 +509,9 @@ "removingVideo": "Removing video…" }, "saveToWatchLaterButton": { - "error": "Failed to add video to Watch Later", - "save": "Save to Watch Later" + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" }, "screenshotButton": { "enable": { From 720ce8f844b9d39778d35560be34298d8437a163 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 26 Oct 2025 22:19:17 -0400 Subject: [PATCH 1175/1783] New translations en-us.json (Catalan) --- public/locales/ca-ES.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/locales/ca-ES.json b/public/locales/ca-ES.json index ca875782a..152b55bd1 100644 --- a/public/locales/ca-ES.json +++ b/public/locales/ca-ES.json @@ -509,8 +509,9 @@ "removingVideo": "Removing video…" }, "saveToWatchLaterButton": { - "error": "Failed to add video to Watch Later", - "save": "Save to Watch Later" + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" }, "screenshotButton": { "enable": { From 095015aa02d05ead1b137eaf69c759bbde7f422e Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 26 Oct 2025 22:19:18 -0400 Subject: [PATCH 1176/1783] New translations en-us.json (Czech) --- public/locales/cs-CZ.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/locales/cs-CZ.json b/public/locales/cs-CZ.json index 423d85f79..9aa6122ae 100644 --- a/public/locales/cs-CZ.json +++ b/public/locales/cs-CZ.json @@ -509,8 +509,9 @@ "removingVideo": "Removing video…" }, "saveToWatchLaterButton": { - "error": "Failed to add video to Watch Later", - "save": "Save to Watch Later" + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" }, "screenshotButton": { "enable": { From 77a6ec301d4958e6a93bd3b059f9b91b7da30767 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 26 Oct 2025 22:19:19 -0400 Subject: [PATCH 1177/1783] New translations en-us.json (German) --- public/locales/de-DE.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/locales/de-DE.json b/public/locales/de-DE.json index 15e4631c9..a3102021f 100644 --- a/public/locales/de-DE.json +++ b/public/locales/de-DE.json @@ -509,8 +509,9 @@ "removingVideo": "Removing video…" }, "saveToWatchLaterButton": { - "error": "Failed to add video to Watch Later", - "save": "Save to Watch Later" + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" }, "screenshotButton": { "enable": { From 81a4e0fe01dbf76716cea893563e82363b96ddd6 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 26 Oct 2025 22:19:20 -0400 Subject: [PATCH 1178/1783] New translations en-us.json (Hebrew) --- public/locales/he-IL.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/locales/he-IL.json b/public/locales/he-IL.json index 15560c0ce..88fc0b45f 100644 --- a/public/locales/he-IL.json +++ b/public/locales/he-IL.json @@ -509,8 +509,9 @@ "removingVideo": "Removing video…" }, "saveToWatchLaterButton": { - "error": "Failed to add video to Watch Later", - "save": "Save to Watch Later" + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" }, "screenshotButton": { "enable": { From c9a82f7e9263146571a5873ff3a93c258673e797 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 26 Oct 2025 22:19:21 -0400 Subject: [PATCH 1179/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index 06fbdca11..ef9513c37 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -509,8 +509,9 @@ "removingVideo": "Removing video…" }, "saveToWatchLaterButton": { - "error": "Failed to add video to Watch Later", - "save": "Save to Watch Later" + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" }, "screenshotButton": { "enable": { From 1f240c24abdd6d10331f21ffe1377cd6ad9b3507 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 26 Oct 2025 22:19:22 -0400 Subject: [PATCH 1180/1783] New translations en-us.json (Korean) --- public/locales/ko-KR.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/locales/ko-KR.json b/public/locales/ko-KR.json index 993bc2339..cad9e1532 100644 --- a/public/locales/ko-KR.json +++ b/public/locales/ko-KR.json @@ -509,8 +509,9 @@ "removingVideo": "Removing video…" }, "saveToWatchLaterButton": { - "error": "Failed to add video to Watch Later", - "save": "Save to Watch Later" + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" }, "screenshotButton": { "enable": { From 174d57e667541365019bb48d5d11011902acb8b3 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 26 Oct 2025 22:19:23 -0400 Subject: [PATCH 1181/1783] New translations en-us.json (Dutch) --- public/locales/nl-NL.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/locales/nl-NL.json b/public/locales/nl-NL.json index 2ae87956f..f62340159 100644 --- a/public/locales/nl-NL.json +++ b/public/locales/nl-NL.json @@ -509,8 +509,9 @@ "removingVideo": "Removing video…" }, "saveToWatchLaterButton": { - "error": "Failed to add video to Watch Later", - "save": "Save to Watch Later" + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" }, "screenshotButton": { "enable": { From 6292c9cfed11fcbdd78b91857129753fe520d5e3 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 26 Oct 2025 22:19:24 -0400 Subject: [PATCH 1182/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index 11285e195..b08aebf2a 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -509,8 +509,9 @@ "removingVideo": "Removing video…" }, "saveToWatchLaterButton": { - "error": "Failed to add video to Watch Later", - "save": "Save to Watch Later" + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" }, "screenshotButton": { "enable": { From 3d12ce3e60987f31c9b4cf950ec7a489acf78d30 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 26 Oct 2025 22:19:25 -0400 Subject: [PATCH 1183/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index 3df350579..0e4c2f037 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -509,8 +509,9 @@ "removingVideo": "Removing video…" }, "saveToWatchLaterButton": { - "error": "Failed to add video to Watch Later", - "save": "Save to Watch Later" + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" }, "screenshotButton": { "enable": { From fcb547a3267a852340511ccb7ec1ad3aeae4a8ee Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 26 Oct 2025 22:19:26 -0400 Subject: [PATCH 1184/1783] New translations en-us.json (Ukrainian) --- public/locales/uk-UA.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/locales/uk-UA.json b/public/locales/uk-UA.json index 7b130e500..dda464e84 100644 --- a/public/locales/uk-UA.json +++ b/public/locales/uk-UA.json @@ -509,8 +509,9 @@ "removingVideo": "Removing video…" }, "saveToWatchLaterButton": { - "error": "Failed to add video to Watch Later", - "save": "Save to Watch Later" + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" }, "screenshotButton": { "enable": { From 72547853f4e9ef88615c76fd308fdce9d0ec51d9 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 26 Oct 2025 22:19:27 -0400 Subject: [PATCH 1185/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index ea18eb2eb..4ac825333 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -509,8 +509,9 @@ "removingVideo": "Removing video…" }, "saveToWatchLaterButton": { - "error": "Failed to add video to Watch Later", - "save": "Save to Watch Later" + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" }, "screenshotButton": { "enable": { From 5c921984c05d35ab5dbf912a9c64e0aa32cbaad5 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 26 Oct 2025 22:19:28 -0400 Subject: [PATCH 1186/1783] New translations en-us.json (Vietnamese) --- public/locales/vi-VN.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/locales/vi-VN.json b/public/locales/vi-VN.json index e5c3d0693..1128a98c9 100644 --- a/public/locales/vi-VN.json +++ b/public/locales/vi-VN.json @@ -509,8 +509,9 @@ "removingVideo": "Removing video…" }, "saveToWatchLaterButton": { - "error": "Failed to add video to Watch Later", - "save": "Save to Watch Later" + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" }, "screenshotButton": { "enable": { From 221d846c42391fecc9e701cae95cbf8d761feda3 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 26 Oct 2025 22:19:29 -0400 Subject: [PATCH 1187/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index 0959a48f0..9bbb1e29f 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -509,8 +509,9 @@ "removingVideo": "Removing video…" }, "saveToWatchLaterButton": { - "error": "Failed to add video to Watch Later", - "save": "Save to Watch Later" + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" }, "screenshotButton": { "enable": { From a86f934f59a172e0748016f8ced5fabfc12682d6 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 26 Oct 2025 22:19:30 -0400 Subject: [PATCH 1188/1783] New translations en-us.json (Persian) --- public/locales/fa-IR.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/locales/fa-IR.json b/public/locales/fa-IR.json index bc96a6fdf..ef3d93a32 100644 --- a/public/locales/fa-IR.json +++ b/public/locales/fa-IR.json @@ -509,8 +509,9 @@ "removingVideo": "Removing video…" }, "saveToWatchLaterButton": { - "error": "Failed to add video to Watch Later", - "save": "Save to Watch Later" + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" }, "screenshotButton": { "enable": { From aa223626549510c42028d78e8b446e8b30294f71 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 26 Oct 2025 22:19:31 -0400 Subject: [PATCH 1189/1783] New translations en-us.json (Hindi) --- public/locales/hi-IN.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/locales/hi-IN.json b/public/locales/hi-IN.json index 0cc1794fd..798dc3579 100644 --- a/public/locales/hi-IN.json +++ b/public/locales/hi-IN.json @@ -509,8 +509,9 @@ "removingVideo": "Removing video…" }, "saveToWatchLaterButton": { - "error": "Failed to add video to Watch Later", - "save": "Save to Watch Later" + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" }, "screenshotButton": { "enable": { From 6521bd86a5899edcec99547691a37e8025d7e65f Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 26 Oct 2025 22:19:32 -0400 Subject: [PATCH 1190/1783] New translations en-us.json (English, United Kingdom) --- public/locales/en-GB.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/locales/en-GB.json b/public/locales/en-GB.json index fa34371c7..815c8fd26 100644 --- a/public/locales/en-GB.json +++ b/public/locales/en-GB.json @@ -509,8 +509,9 @@ "removingVideo": "Removing video…" }, "saveToWatchLaterButton": { - "error": "Failed to add video to Watch Later", - "save": "Save to Watch Later" + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" }, "screenshotButton": { "enable": { From 84e7d94ec532852151075cbd133a26d475d2921f Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 26 Oct 2025 23:25:18 -0400 Subject: [PATCH 1191/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index e95dd5433..3f97f360a 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -329,6 +329,10 @@ "label": "Dölj direktströmschatt", "title": "Döljer direktströmschatten" }, + "hideMembersOnlyVideos": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + }, "hideOfficialArtistVideosFromHomePage": { "label": "Dölj officiella artistvideor", "title": "Dölj officiella artistvideor från startsidan" From 2f61b879e4856bc1960d330af236582ece3645a3 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 26 Oct 2025 23:25:19 -0400 Subject: [PATCH 1192/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index 484772715..de93b3b8b 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -329,6 +329,10 @@ "label": "Nascondi chat live stream", "title": "Nasconde la chat live stream" }, + "hideMembersOnlyVideos": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + }, "hideOfficialArtistVideosFromHomePage": { "label": "Nascondi video ufficiali dell'artista", "title": "Nascondi video ufficiali dell'artista dalla pagina iniziale" From 69272cea8c49dca29a50e2b41363ec0322422234 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 26 Oct 2025 23:25:20 -0400 Subject: [PATCH 1193/1783] New translations en-us.json (Polish) --- public/locales/pl-PL.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/pl-PL.json b/public/locales/pl-PL.json index 7c9f31a84..3fed30861 100644 --- a/public/locales/pl-PL.json +++ b/public/locales/pl-PL.json @@ -329,6 +329,10 @@ "label": "Hide live stream chat", "title": "Hides the live stream chat" }, + "hideMembersOnlyVideos": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + }, "hideOfficialArtistVideosFromHomePage": { "label": "Hide Official Artist Videos", "title": "Hide Official Artist Videos from Home Page" From 8e37c267443c042dfb63203950484031b3298e66 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 26 Oct 2025 23:25:21 -0400 Subject: [PATCH 1194/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index afbd3df60..4cc60206c 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -329,6 +329,10 @@ "label": "隐藏直播聊天", "title": "隐藏直播聊天" }, + "hideMembersOnlyVideos": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + }, "hideOfficialArtistVideosFromHomePage": { "label": "隐藏音乐人官方视频", "title": "从主页上隐藏来自音乐人官方频道的视频" From 7b897a948354d6fb15d49bff80e083a5575c77c3 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 26 Oct 2025 23:25:22 -0400 Subject: [PATCH 1195/1783] New translations en-us.json (French) --- public/locales/fr-FR.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/fr-FR.json b/public/locales/fr-FR.json index d3facbf62..4530e8142 100644 --- a/public/locales/fr-FR.json +++ b/public/locales/fr-FR.json @@ -329,6 +329,10 @@ "label": "Hide live stream chat", "title": "Hides the live stream chat" }, + "hideMembersOnlyVideos": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + }, "hideOfficialArtistVideosFromHomePage": { "label": "Hide Official Artist Videos", "title": "Hide Official Artist Videos from Home Page" From dee39d9cfa1b63b3ba71e314c626fb772edf1c02 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 26 Oct 2025 23:25:23 -0400 Subject: [PATCH 1196/1783] New translations en-us.json (Spanish) --- public/locales/es-ES.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index ba94d09d1..41d40004f 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -329,6 +329,10 @@ "label": "Hide live stream chat", "title": "Hides the live stream chat" }, + "hideMembersOnlyVideos": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + }, "hideOfficialArtistVideosFromHomePage": { "label": "Hide Official Artist Videos", "title": "Hide Official Artist Videos from Home Page" From 5a2bad272b4713f692db8b2752e396e7b7334890 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 26 Oct 2025 23:25:24 -0400 Subject: [PATCH 1197/1783] New translations en-us.json (Catalan) --- public/locales/ca-ES.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/ca-ES.json b/public/locales/ca-ES.json index 152b55bd1..730a862e7 100644 --- a/public/locales/ca-ES.json +++ b/public/locales/ca-ES.json @@ -329,6 +329,10 @@ "label": "Hide live stream chat", "title": "Hides the live stream chat" }, + "hideMembersOnlyVideos": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + }, "hideOfficialArtistVideosFromHomePage": { "label": "Hide Official Artist Videos", "title": "Hide Official Artist Videos from Home Page" From d07a37587c1a1178b06f4dff8c1ce6c4e5d31bd6 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 26 Oct 2025 23:25:25 -0400 Subject: [PATCH 1198/1783] New translations en-us.json (Czech) --- public/locales/cs-CZ.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/cs-CZ.json b/public/locales/cs-CZ.json index 9aa6122ae..214065c4c 100644 --- a/public/locales/cs-CZ.json +++ b/public/locales/cs-CZ.json @@ -329,6 +329,10 @@ "label": "Hide live stream chat", "title": "Hides the live stream chat" }, + "hideMembersOnlyVideos": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + }, "hideOfficialArtistVideosFromHomePage": { "label": "Hide Official Artist Videos", "title": "Hide Official Artist Videos from Home Page" From 075ec4311d17389c9bdc0a2f045f68a34591278f Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 26 Oct 2025 23:25:26 -0400 Subject: [PATCH 1199/1783] New translations en-us.json (German) --- public/locales/de-DE.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/de-DE.json b/public/locales/de-DE.json index a3102021f..7ace910c5 100644 --- a/public/locales/de-DE.json +++ b/public/locales/de-DE.json @@ -329,6 +329,10 @@ "label": "Hide live stream chat", "title": "Hides the live stream chat" }, + "hideMembersOnlyVideos": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + }, "hideOfficialArtistVideosFromHomePage": { "label": "Hide Official Artist Videos", "title": "Hide Official Artist Videos from Home Page" From c284296b56df9650ac74cb6742a9ec3142d4494f Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 26 Oct 2025 23:25:27 -0400 Subject: [PATCH 1200/1783] New translations en-us.json (Hebrew) --- public/locales/he-IL.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/he-IL.json b/public/locales/he-IL.json index 88fc0b45f..50ceebbcd 100644 --- a/public/locales/he-IL.json +++ b/public/locales/he-IL.json @@ -329,6 +329,10 @@ "label": "Hide live stream chat", "title": "Hides the live stream chat" }, + "hideMembersOnlyVideos": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + }, "hideOfficialArtistVideosFromHomePage": { "label": "Hide Official Artist Videos", "title": "Hide Official Artist Videos from Home Page" From 449f057efc39f2a06a3eb97d44b02e547fb5cae1 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 26 Oct 2025 23:25:28 -0400 Subject: [PATCH 1201/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index ef9513c37..cd7a528f7 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -329,6 +329,10 @@ "label": "配信チャットを隠す", "title": "配信チャットを隠する" }, + "hideMembersOnlyVideos": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + }, "hideOfficialArtistVideosFromHomePage": { "label": "公式アーティストの動画を隠する", "title": "ホームページから公式アーティストの動画を隠する" From af1ae843770852acdaabcdcc6404edb03ae5f1fd Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 26 Oct 2025 23:25:29 -0400 Subject: [PATCH 1202/1783] New translations en-us.json (Korean) --- public/locales/ko-KR.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/ko-KR.json b/public/locales/ko-KR.json index cad9e1532..b0fd5e72c 100644 --- a/public/locales/ko-KR.json +++ b/public/locales/ko-KR.json @@ -329,6 +329,10 @@ "label": "실시간 채팅 숨기기", "title": "실시간 채팅 레이아웃을 숨깁니다." }, + "hideMembersOnlyVideos": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + }, "hideOfficialArtistVideosFromHomePage": { "label": "Hide Official Artist Videos", "title": "Hide Official Artist Videos from Home Page" From 913e50442dc679eb752132c0f89e73f2a11abd1b Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 26 Oct 2025 23:25:30 -0400 Subject: [PATCH 1203/1783] New translations en-us.json (Dutch) --- public/locales/nl-NL.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/nl-NL.json b/public/locales/nl-NL.json index f62340159..b4a8b0716 100644 --- a/public/locales/nl-NL.json +++ b/public/locales/nl-NL.json @@ -329,6 +329,10 @@ "label": "Livestream chat verbergen", "title": "Verbergt de livestream chat" }, + "hideMembersOnlyVideos": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + }, "hideOfficialArtistVideosFromHomePage": { "label": "Verberg Officiële Artiest Video's", "title": "Verberg Officiële Artiest Video's op de homepagina" From fd366647d23e3ae7772877da82db25a2be2b4313 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 26 Oct 2025 23:25:31 -0400 Subject: [PATCH 1204/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index b08aebf2a..5677b59b9 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -329,6 +329,10 @@ "label": "Спрятать чат прямого эфира", "title": "Прячет чат прямого эфира (стрима)" }, + "hideMembersOnlyVideos": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + }, "hideOfficialArtistVideosFromHomePage": { "label": "Скрывать официальные видео исполнителя", "title": "Скрывает официальные видео исполнителя с домашней страницы" From f4e00d50fa0923514f2c00f3c839b091b4dfcc33 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 26 Oct 2025 23:25:32 -0400 Subject: [PATCH 1205/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index 0e4c2f037..a57399dbe 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -329,6 +329,10 @@ "label": "Canlı yayın sohbetini gizle", "title": "Canlı yayın sohbetini gizler" }, + "hideMembersOnlyVideos": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + }, "hideOfficialArtistVideosFromHomePage": { "label": "Resmi Sanatçı Videolarını Gizle", "title": "Ana Sayfada Resmi Sanatçı Videolarını Gizle" From b00f49a775ea9df7507b82d170ebdedb1eb69e4d Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 26 Oct 2025 23:25:33 -0400 Subject: [PATCH 1206/1783] New translations en-us.json (Ukrainian) --- public/locales/uk-UA.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/uk-UA.json b/public/locales/uk-UA.json index dda464e84..9ca9eddce 100644 --- a/public/locales/uk-UA.json +++ b/public/locales/uk-UA.json @@ -329,6 +329,10 @@ "label": "Hide live stream chat", "title": "Hides the live stream chat" }, + "hideMembersOnlyVideos": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + }, "hideOfficialArtistVideosFromHomePage": { "label": "Hide Official Artist Videos", "title": "Hide Official Artist Videos from Home Page" From ce85615210ea49c714cae3bb1f4ab04dedb5094a Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 26 Oct 2025 23:25:34 -0400 Subject: [PATCH 1207/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index 4ac825333..e30243be7 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -329,6 +329,10 @@ "label": "隱藏直播聊天室", "title": "隱藏直播的聊天室" }, + "hideMembersOnlyVideos": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + }, "hideOfficialArtistVideosFromHomePage": { "label": "隱藏官方藝人影片", "title": "從主頁隱藏官方藝人影片" From 97439e2ae7477b327f5e964863b9e6c6dd2e8742 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 26 Oct 2025 23:25:35 -0400 Subject: [PATCH 1208/1783] New translations en-us.json (Vietnamese) --- public/locales/vi-VN.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/vi-VN.json b/public/locales/vi-VN.json index 1128a98c9..f6fd4bb7d 100644 --- a/public/locales/vi-VN.json +++ b/public/locales/vi-VN.json @@ -329,6 +329,10 @@ "label": "Hide live stream chat", "title": "Hides the live stream chat" }, + "hideMembersOnlyVideos": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + }, "hideOfficialArtistVideosFromHomePage": { "label": "Hide Official Artist Videos", "title": "Hide Official Artist Videos from Home Page" From b294497040e7752b0a0b699f3ce8a1c471ccb981 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 26 Oct 2025 23:25:36 -0400 Subject: [PATCH 1209/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index 9bbb1e29f..43155beb5 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -329,6 +329,10 @@ "label": "Ocultar chat da transmissão", "title": "Oculta o chat da transmissão" }, + "hideMembersOnlyVideos": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + }, "hideOfficialArtistVideosFromHomePage": { "label": "Ocultar vídeos de artistas originais", "title": "Ocultar vídeos de artistas originais do início" From da712c2df37ec137d1b17148cd03e2637895db33 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 26 Oct 2025 23:25:37 -0400 Subject: [PATCH 1210/1783] New translations en-us.json (Persian) --- public/locales/fa-IR.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/fa-IR.json b/public/locales/fa-IR.json index ef3d93a32..3ac1d90c1 100644 --- a/public/locales/fa-IR.json +++ b/public/locales/fa-IR.json @@ -329,6 +329,10 @@ "label": "Hide live stream chat", "title": "Hides the live stream chat" }, + "hideMembersOnlyVideos": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + }, "hideOfficialArtistVideosFromHomePage": { "label": "Hide Official Artist Videos", "title": "Hide Official Artist Videos from Home Page" From ed8e682d50e12fd57e804b3f52d6f98559a5fb96 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 26 Oct 2025 23:25:38 -0400 Subject: [PATCH 1211/1783] New translations en-us.json (Hindi) --- public/locales/hi-IN.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/hi-IN.json b/public/locales/hi-IN.json index 798dc3579..00ec9a19b 100644 --- a/public/locales/hi-IN.json +++ b/public/locales/hi-IN.json @@ -329,6 +329,10 @@ "label": "Hide live stream chat", "title": "Hides the live stream chat" }, + "hideMembersOnlyVideos": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + }, "hideOfficialArtistVideosFromHomePage": { "label": "Hide Official Artist Videos", "title": "Hide Official Artist Videos from Home Page" From affeb575384e656ef3fc69e8cc24b79216ac6f9f Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 26 Oct 2025 23:25:39 -0400 Subject: [PATCH 1212/1783] New translations en-us.json (English, United Kingdom) --- public/locales/en-GB.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/en-GB.json b/public/locales/en-GB.json index 815c8fd26..5fa55db66 100644 --- a/public/locales/en-GB.json +++ b/public/locales/en-GB.json @@ -329,6 +329,10 @@ "label": "Hide live stream chat", "title": "Hides the live stream chat" }, + "hideMembersOnlyVideos": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + }, "hideOfficialArtistVideosFromHomePage": { "label": "Hide Official Artist Videos", "title": "Hide Official Artist Videos from Home Page" From aa5ff67e036516d9a80734c1ab2e8f3342ebe768 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 27 Oct 2025 00:26:59 -0400 Subject: [PATCH 1213/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index 3f97f360a..90eab29dc 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -297,6 +297,10 @@ "label": "Maximera spelaren automatiskt", "title": "Maximera spelaren automatiskt när du laddar en video" }, + "automaticallyShowMoreVideosOnEndScreen": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + }, "copyTimestampUrlButton": { "label": "Kopiera videons webbadress med tidsstämpelknappen", "title": "Kopiera videons webbadress med tidsstämpel (?t=123)" From 39c7b187789d2c3d795363e2e733517970838f8b Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 27 Oct 2025 00:26:59 -0400 Subject: [PATCH 1214/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index de93b3b8b..abf861ef2 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -297,6 +297,10 @@ "label": "Massimizza automaticamente il riproduttore", "title": "Massimizza automaticamente il riproduttore quando carichi un video" }, + "automaticallyShowMoreVideosOnEndScreen": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + }, "copyTimestampUrlButton": { "label": "Pulsante \"Copia URL video con temporizzazione\"", "title": "Copia l'URL del video con la temporizzazione (?t=123)" From 187ccd59d7477d9f666bb0442be76c66680e14ae Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 27 Oct 2025 00:27:00 -0400 Subject: [PATCH 1215/1783] New translations en-us.json (Polish) --- public/locales/pl-PL.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/pl-PL.json b/public/locales/pl-PL.json index 3fed30861..91e1c6a4a 100644 --- a/public/locales/pl-PL.json +++ b/public/locales/pl-PL.json @@ -297,6 +297,10 @@ "label": "Automatically maximize player", "title": "Automatically maximizes the player when you load a video" }, + "automaticallyShowMoreVideosOnEndScreen": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + }, "copyTimestampUrlButton": { "label": "Copy video URL with timestamp button", "title": "Copies video URL with timestamp (?t=123)" From 85f9820ff4992228a72ff46b14c8bad12fe69611 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 27 Oct 2025 00:27:01 -0400 Subject: [PATCH 1216/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index 4cc60206c..2b74c6c18 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -297,6 +297,10 @@ "label": "自动最大化播放器", "title": "当视频打开时,自动最大化播放器" }, + "automaticallyShowMoreVideosOnEndScreen": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + }, "copyTimestampUrlButton": { "label": "复制带有时间戳的视频 URL 按钮", "title": "复制带有时间戳的视频 URL (?t=123)" From 6451e60c83d682dfa3082dfc76e88fbce78a9a66 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 27 Oct 2025 00:27:02 -0400 Subject: [PATCH 1217/1783] New translations en-us.json (French) --- public/locales/fr-FR.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/fr-FR.json b/public/locales/fr-FR.json index 4530e8142..5bdca3c10 100644 --- a/public/locales/fr-FR.json +++ b/public/locales/fr-FR.json @@ -297,6 +297,10 @@ "label": "Automatically maximize player", "title": "Automatically maximizes the player when you load a video" }, + "automaticallyShowMoreVideosOnEndScreen": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + }, "copyTimestampUrlButton": { "label": "Copy video URL with timestamp button", "title": "Copies video URL with timestamp (?t=123)" From a6548d51aa2070a10346678ded54574f4dc369ad Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 27 Oct 2025 00:27:03 -0400 Subject: [PATCH 1218/1783] New translations en-us.json (Spanish) --- public/locales/es-ES.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index 41d40004f..3e3a1ef04 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -297,6 +297,10 @@ "label": "Automatically maximize player", "title": "Automatically maximizes the player when you load a video" }, + "automaticallyShowMoreVideosOnEndScreen": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + }, "copyTimestampUrlButton": { "label": "Copy video URL with timestamp button", "title": "Copies video URL with timestamp (?t=123)" From 9b1cfa17aa6318625fac752cdc32da1222fbccd1 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 27 Oct 2025 00:27:04 -0400 Subject: [PATCH 1219/1783] New translations en-us.json (Catalan) --- public/locales/ca-ES.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/ca-ES.json b/public/locales/ca-ES.json index 730a862e7..fef5e96bd 100644 --- a/public/locales/ca-ES.json +++ b/public/locales/ca-ES.json @@ -297,6 +297,10 @@ "label": "Automatically maximize player", "title": "Automatically maximizes the player when you load a video" }, + "automaticallyShowMoreVideosOnEndScreen": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + }, "copyTimestampUrlButton": { "label": "Copy video URL with timestamp button", "title": "Copies video URL with timestamp (?t=123)" From d187e2116de8ef814ba5c76ead2514ffff0f09a2 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 27 Oct 2025 00:27:05 -0400 Subject: [PATCH 1220/1783] New translations en-us.json (Czech) --- public/locales/cs-CZ.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/cs-CZ.json b/public/locales/cs-CZ.json index 214065c4c..8fd903c43 100644 --- a/public/locales/cs-CZ.json +++ b/public/locales/cs-CZ.json @@ -297,6 +297,10 @@ "label": "Automatically maximize player", "title": "Automatically maximizes the player when you load a video" }, + "automaticallyShowMoreVideosOnEndScreen": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + }, "copyTimestampUrlButton": { "label": "Copy video URL with timestamp button", "title": "Copies video URL with timestamp (?t=123)" From 4c3c41081578e378300568cf6274f42d538ded61 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 27 Oct 2025 00:27:05 -0400 Subject: [PATCH 1221/1783] New translations en-us.json (German) --- public/locales/de-DE.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/de-DE.json b/public/locales/de-DE.json index 7ace910c5..ebf726106 100644 --- a/public/locales/de-DE.json +++ b/public/locales/de-DE.json @@ -297,6 +297,10 @@ "label": "Automatically maximize player", "title": "Automatically maximizes the player when you load a video" }, + "automaticallyShowMoreVideosOnEndScreen": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + }, "copyTimestampUrlButton": { "label": "Copy video URL with timestamp button", "title": "Copies video URL with timestamp (?t=123)" From 1c3d6dd1971d7dc8b7a6fa1acd2e66ab59133deb Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 27 Oct 2025 00:27:06 -0400 Subject: [PATCH 1222/1783] New translations en-us.json (Hebrew) --- public/locales/he-IL.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/he-IL.json b/public/locales/he-IL.json index 50ceebbcd..02d5fbd88 100644 --- a/public/locales/he-IL.json +++ b/public/locales/he-IL.json @@ -297,6 +297,10 @@ "label": "Automatically maximize player", "title": "Automatically maximizes the player when you load a video" }, + "automaticallyShowMoreVideosOnEndScreen": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + }, "copyTimestampUrlButton": { "label": "Copy video URL with timestamp button", "title": "Copies video URL with timestamp (?t=123)" From 4e94e4a87511a8a5f4a9819a7b40fdb92a521d0f Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 27 Oct 2025 00:27:07 -0400 Subject: [PATCH 1223/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index cd7a528f7..49079b9a3 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -297,6 +297,10 @@ "label": "Automatically maximize player", "title": "Automatically maximizes the player when you load a video" }, + "automaticallyShowMoreVideosOnEndScreen": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + }, "copyTimestampUrlButton": { "label": "タイムスタンプ付きの動画URLをコピーのボタン", "title": "タイムスタンプ付きの動画URLをコピーする (?t=123)" From bd197ecd71ffbfef68b869cfba9191c6c0c372ab Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 27 Oct 2025 00:27:08 -0400 Subject: [PATCH 1224/1783] New translations en-us.json (Korean) --- public/locales/ko-KR.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/ko-KR.json b/public/locales/ko-KR.json index b0fd5e72c..e7f67dad5 100644 --- a/public/locales/ko-KR.json +++ b/public/locales/ko-KR.json @@ -297,6 +297,10 @@ "label": "Automatically maximize player", "title": "Automatically maximizes the player when you load a video" }, + "automaticallyShowMoreVideosOnEndScreen": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + }, "copyTimestampUrlButton": { "label": "현재 시간 주소 복사 버튼", "title": "현재 시간 주소 복사 (?t=123)" From 715edf4b1782fbb5ea609068e71e5c7771025702 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 27 Oct 2025 00:27:09 -0400 Subject: [PATCH 1225/1783] New translations en-us.json (Dutch) --- public/locales/nl-NL.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/nl-NL.json b/public/locales/nl-NL.json index b4a8b0716..dc72d2398 100644 --- a/public/locales/nl-NL.json +++ b/public/locales/nl-NL.json @@ -297,6 +297,10 @@ "label": "Automatically maximize player", "title": "Automatically maximizes the player when you load a video" }, + "automaticallyShowMoreVideosOnEndScreen": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + }, "copyTimestampUrlButton": { "label": "Kopieer video URL met tijdstempel knop", "title": "Kopieer video URL met tijdstempel (?t=123)" From 75dbe5fc15083b8cab162b865b748a8873f969df Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 27 Oct 2025 00:27:09 -0400 Subject: [PATCH 1226/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index 5677b59b9..a3951626a 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -297,6 +297,10 @@ "label": "Automatically maximize player", "title": "Automatically maximizes the player when you load a video" }, + "automaticallyShowMoreVideosOnEndScreen": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + }, "copyTimestampUrlButton": { "label": "Кнопка «Копировать URL видео с таймкодом»", "title": "Копирует ссылку видео с меткой времени (?t=123)" From 69d1b169f2b2667aee433eafe1cdda7a202a29d5 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 27 Oct 2025 00:27:10 -0400 Subject: [PATCH 1227/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index a57399dbe..b3e0c3b83 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -297,6 +297,10 @@ "label": "Automatically maximize player", "title": "Automatically maximizes the player when you load a video" }, + "automaticallyShowMoreVideosOnEndScreen": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + }, "copyTimestampUrlButton": { "label": "Video URL'sini zaman damgası düğmesiyle kopyala", "title": "Video URL'sini zaman damgasıyla kopyalar (?t=123)" From b8d385bfee677159423dffbca402ede072fe9f93 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 27 Oct 2025 00:27:11 -0400 Subject: [PATCH 1228/1783] New translations en-us.json (Ukrainian) --- public/locales/uk-UA.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/uk-UA.json b/public/locales/uk-UA.json index 9ca9eddce..8adaad136 100644 --- a/public/locales/uk-UA.json +++ b/public/locales/uk-UA.json @@ -297,6 +297,10 @@ "label": "Automatically maximize player", "title": "Automatically maximizes the player when you load a video" }, + "automaticallyShowMoreVideosOnEndScreen": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + }, "copyTimestampUrlButton": { "label": "Copy video URL with timestamp button", "title": "Copies video URL with timestamp (?t=123)" From 43d0dbe3b78713e7acd6806d0effa7c4e9f03f4f Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 27 Oct 2025 00:27:12 -0400 Subject: [PATCH 1229/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index e30243be7..71aa47dee 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -297,6 +297,10 @@ "label": "Automatically maximize player", "title": "Automatically maximizes the player when you load a video" }, + "automaticallyShowMoreVideosOnEndScreen": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + }, "copyTimestampUrlButton": { "label": "複製目前播放時間的影片網址按鈕", "title": "複製目前播放時間的影片網址 (?t=123)" From 609b7e32ec3fdff43bb65ad156a8ea9775661282 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 27 Oct 2025 00:27:13 -0400 Subject: [PATCH 1230/1783] New translations en-us.json (Vietnamese) --- public/locales/vi-VN.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/vi-VN.json b/public/locales/vi-VN.json index f6fd4bb7d..60731dcf0 100644 --- a/public/locales/vi-VN.json +++ b/public/locales/vi-VN.json @@ -297,6 +297,10 @@ "label": "Automatically maximize player", "title": "Automatically maximizes the player when you load a video" }, + "automaticallyShowMoreVideosOnEndScreen": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + }, "copyTimestampUrlButton": { "label": "Copy video URL with timestamp button", "title": "Copies video URL with timestamp (?t=123)" From f862b11e2b777e23d8e7ca25b0fcbd295088de1e Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 27 Oct 2025 00:27:14 -0400 Subject: [PATCH 1231/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index 43155beb5..7c44fc375 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -297,6 +297,10 @@ "label": "Automatically maximize player", "title": "Automatically maximizes the player when you load a video" }, + "automaticallyShowMoreVideosOnEndScreen": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + }, "copyTimestampUrlButton": { "label": "Copiar URL do vídeo com o botão de minutagem", "title": "Copia o URL do vídeo com a minutagem (?t=123)" From 911525f2454d646756b892bd1b3bd0ed4106c7ff Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 27 Oct 2025 00:27:15 -0400 Subject: [PATCH 1232/1783] New translations en-us.json (Persian) --- public/locales/fa-IR.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/fa-IR.json b/public/locales/fa-IR.json index 3ac1d90c1..9a3b934e1 100644 --- a/public/locales/fa-IR.json +++ b/public/locales/fa-IR.json @@ -297,6 +297,10 @@ "label": "Automatically maximize player", "title": "Automatically maximizes the player when you load a video" }, + "automaticallyShowMoreVideosOnEndScreen": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + }, "copyTimestampUrlButton": { "label": "Copy video URL with timestamp button", "title": "Copies video URL with timestamp (?t=123)" From ef1cca238bdd7d59e7dd5747e14659e2cdc1541c Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 27 Oct 2025 00:27:16 -0400 Subject: [PATCH 1233/1783] New translations en-us.json (Hindi) --- public/locales/hi-IN.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/hi-IN.json b/public/locales/hi-IN.json index 00ec9a19b..d0beb6b65 100644 --- a/public/locales/hi-IN.json +++ b/public/locales/hi-IN.json @@ -297,6 +297,10 @@ "label": "Automatically maximize player", "title": "Automatically maximizes the player when you load a video" }, + "automaticallyShowMoreVideosOnEndScreen": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + }, "copyTimestampUrlButton": { "label": "Copy video URL with timestamp button", "title": "Copies video URL with timestamp (?t=123)" From cc459baf44d55fa8d3275fbcbee5d04905b1886d Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 27 Oct 2025 00:27:16 -0400 Subject: [PATCH 1234/1783] New translations en-us.json (English, United Kingdom) --- public/locales/en-GB.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/en-GB.json b/public/locales/en-GB.json index 5fa55db66..b4c792687 100644 --- a/public/locales/en-GB.json +++ b/public/locales/en-GB.json @@ -297,6 +297,10 @@ "label": "Automatically maximize player", "title": "Automatically maximizes the player when you load a video" }, + "automaticallyShowMoreVideosOnEndScreen": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + }, "copyTimestampUrlButton": { "label": "Copy video URL with timestamp button", "title": "Copies video URL with timestamp (?t=123)" From 1f33ddbc2a3f5b4b1c0a5a9bc1f834cd2cb1a1b9 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 27 Oct 2025 07:07:25 -0400 Subject: [PATCH 1235/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index abf861ef2..baa9e60d2 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -334,7 +334,7 @@ "title": "Nasconde la chat live stream" }, "hideMembersOnlyVideos": { - "label": "Hide members-only videos", + "label": "Nascondi i video dei membri", "title": "Hides videos that are only visible to members" }, "hideOfficialArtistVideosFromHomePage": { @@ -517,9 +517,9 @@ "removingVideo": "Rimozione video…" }, "saveToWatchLaterButton": { - "failedToSaveVideo": "Failed to save video to Watch Later", - "saveVideo": "Save to Watch Later", - "savingVideo": "Saving to Watch Later…" + "failedToSaveVideo": "Impossibile salvare il video in Guarda più tardi", + "saveVideo": "Salva per guardare più tardi", + "savingVideo": "Salvataggio per guardare più tardi…" }, "screenshotButton": { "enable": { From 64e2a3a504ca47bc6f2d53f29e750292982578c9 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 27 Oct 2025 08:08:19 -0400 Subject: [PATCH 1236/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index baa9e60d2..3aaa647ff 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -298,8 +298,8 @@ "title": "Massimizza automaticamente il riproduttore quando carichi un video" }, "automaticallyShowMoreVideosOnEndScreen": { - "label": "Automatically show more videos on end screen", - "title": "Automatically shows more videos on end screen when you load a video" + "label": "Mostra automaticamente altri video sulla schermata finale", + "title": "Mostra automaticamente più video sulla schermata finale quando si carica un video" }, "copyTimestampUrlButton": { "label": "Pulsante \"Copia URL video con temporizzazione\"", @@ -335,7 +335,7 @@ }, "hideMembersOnlyVideos": { "label": "Nascondi i video dei membri", - "title": "Hides videos that are only visible to members" + "title": "Nasconde i video che sono visibili solo ai membri" }, "hideOfficialArtistVideosFromHomePage": { "label": "Nascondi video ufficiali dell'artista", From 7bc2cf6c82d800e84b6580be1ee7b7b6bb436509 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 27 Oct 2025 16:23:34 -0400 Subject: [PATCH 1237/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index 2b74c6c18..05d1c949f 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -298,8 +298,8 @@ "title": "当视频打开时,自动最大化播放器" }, "automaticallyShowMoreVideosOnEndScreen": { - "label": "Automatically show more videos on end screen", - "title": "Automatically shows more videos on end screen when you load a video" + "label": "在结束屏幕上自动显示更多视频", + "title": "加载视频时自动在结束屏幕上显示更多视频" }, "copyTimestampUrlButton": { "label": "复制带有时间戳的视频 URL 按钮", @@ -334,8 +334,8 @@ "title": "隐藏直播聊天" }, "hideMembersOnlyVideos": { - "label": "Hide members-only videos", - "title": "Hides videos that are only visible to members" + "label": "隐藏仅限会员的视频", + "title": "隐藏仅对会员可见的视频" }, "hideOfficialArtistVideosFromHomePage": { "label": "隐藏音乐人官方视频", @@ -517,9 +517,9 @@ "removingVideo": "正在移除视频…" }, "saveToWatchLaterButton": { - "failedToSaveVideo": "Failed to save video to Watch Later", - "saveVideo": "Save to Watch Later", - "savingVideo": "Saving to Watch Later…" + "failedToSaveVideo": "将视频保存到稍后观看失败", + "saveVideo": "保存至稍后观看", + "savingVideo": "保存至稍后观看…" }, "screenshotButton": { "enable": { From 8cef40dcc7e516f3cc1f442e9832b1948211942a Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 28 Oct 2025 04:37:52 -0400 Subject: [PATCH 1238/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index b3e0c3b83..2b457cb9f 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -295,7 +295,7 @@ }, "automaticallyMaximizePlayer": { "label": "Automatically maximize player", - "title": "Automatically maximizes the player when you load a video" + "title": "Bir video yüklediğinizde oynatıcıyı otomatik olarak büyütür" }, "automaticallyShowMoreVideosOnEndScreen": { "label": "Automatically show more videos on end screen", @@ -510,11 +510,11 @@ }, "playlistManagementButtons": { "failedToMarkAsUnwatched": "Failed to mark video as unwatched", - "failedToRemoveVideo": "Failed to remove video", + "failedToRemoveVideo": "Video kaldırılamadı", "markAsUnwatched": "Mark as unwatched", "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "Remove video", - "removingVideo": "Removing video…" + "removeVideo": "Videoyu kaldır", + "removingVideo": "Video kaldırılıyor…" }, "saveToWatchLaterButton": { "failedToSaveVideo": "Failed to save video to Watch Later", From 4efc1a34211a32d4cc44553f2bbf573b685df9e0 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 9 Nov 2025 13:10:53 -0500 Subject: [PATCH 1239/1783] New translations en-us.json (Spanish) --- public/locales/es-ES.json | 114 +++++++++++++++++++------------------- 1 file changed, 57 insertions(+), 57 deletions(-) diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index 3e3a1ef04..513b72304 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -10,75 +10,75 @@ "features": { "copyTimestampUrlButton": { "button": { - "copied": "Copied!", - "label": "Copy video URL with timestamp" + "copied": "¡Copiado!", + "label": "Copiar URL de vídeo con marca de tiempo" } }, "featureMenu": { "button": { - "label": "Feature menu" + "label": "Menú de funciones" } }, "forwardRewindButtons": { "buttons": { "forwardButton": { - "label": "Fast forward by {{TIME}}" + "label": "Avanzar rápidamente por {{TIME}}" }, "rewindButton": { - "label": "Rewind by {{TIME}}" + "label": "Rebobinado por {{TIME}}" } } }, "hideEndScreenCardsButton": { "button": { - "label": "Hide end screen cards", + "label": "Ocultar tarjetas de pantalla final", "toggle": { - "off": "Show end screen cards", - "on": "Hide end screen cards" + "off": "Mostrar tarjetas de pantalla final", + "on": "Ocultar tarjetas de pantalla final" } } }, "loopButton": { "button": { - "label": "Loop", + "label": "Bucle", "toggle": { - "off": "Loop off", - "on": "Loop on" + "off": "Desactivar repetición", + "on": "Activar repetición" } } }, "maximizePlayerButton": { "button": { - "label": "Maximize", + "label": "Maximizar", "toggle": { - "off": "Maximize off", - "on": "Maximize on" + "off": "Maximizar desactivado", + "on": "Maximizar activado" } } }, "openTranscriptButton": { "button": { - "label": "Open transcript" + "label": "Abrir transcripción" } }, "playbackSpeedButtons": { "buttons": { "decreasePlaybackSpeedButton": { - "label": "Decrease Speed to {{SPEED}}" + "label": "Disminuye la velocidad a {{SPEED}}" }, "increasePlaybackSpeedButton": { - "label": "Increase Speed to {{SPEED}}" + "label": "Aumenta la velocidad a {{SPEED}}" } }, - "decreaseLimit": "Can't decrease further ({{SPEED}})", - "increaseLimit": "Can't increase further ({{SPEED}})" + "decreaseLimit": "No se puede disminuir más ({{SPEED}})", + "increaseLimit": "No se puede aumentar más ({{SPEED}})" }, "playlistLength": { - "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + "title": "Puede que la longitud total no sea exacta si se ocultan algunos vídeos o si no ha cargado suficientes vídeos para obtener la longitud completa." }, "screenshotButton": { "button": { - "label": "Screenshot" + "label": "Captura de pantalla" }, "copiedToClipboard": "Captura de pantalla copiada al portapapeles" }, @@ -90,10 +90,10 @@ }, "volumeBoostButton": { "button": { - "label": "Volume Boost", + "label": "Potenciador de volumen", "toggle": { - "off": "Volume boost off", - "on": "Volume boost on" + "off": "Desactivar potenciador de volumen", + "on": "Activar potenciador de volumen" } } } @@ -102,11 +102,11 @@ "options": { "notifications": { "error": { - "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", + "optionConflict": "Esta opción no se puede activar mientras '{{OPTION}}' está habilitada.", "scrollWheelHoldModifierKey": { "sameKey": { - "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", - "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." + "speedControl": "La tecla del modificador de control de velocidad de rueda de desplazamiento no puede ser la misma que la tecla del modificador del control de volumen de la rueda.", + "volumeControl": "La tecla del modificador del control de volumen de la rueda de desplazamiento no puede ser la misma que la tecla del modificador del control de velocidad de la rueda." } } }, @@ -126,20 +126,20 @@ }, "optionDisabled": { "either": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " or " + "label": "Activar {{OPTIONS}} para configurar esta opción", + "separator": " o " }, "plural": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " and " + "label": "Habilitar {{OPTIONS}} para configurar esta opción", + "separator": " y " }, - "singular": "Enable '{{OPTION}}' to configure this option", + "singular": "Habilitar '{{OPTION}}' para configurar esta opción", "specificOption": { - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' to configure this option" + "featureMenu": "Configure al menos un botón para colocarse en el menú de funciones para configurar esta opción.", + "screenshotButtonFileFormat": "Establecer el tipo de guardado de captura de pantalla a 'Archivo' para configurar esta opción" } }, - "scrollForMoreSettings": "Scroll for more settings", + "scrollForMoreSettings": "Desplazar para más ajustes", "sections": { "automaticQuality": { "enable": { @@ -148,12 +148,12 @@ }, "fallbackQualityStrategy": { "select": { - "label": "Quality fallback strategy", + "label": "Estrategia de calidad de contingencia", "options": { - "higher": "Higher", - "lower": "Lower" + "higher": "Superior", + "lower": "Inferior" }, - "title": "The strategy to use when the selected quality is not available" + "title": "La estrategia a utilizar cuando la calidad seleccionada no está disponible" } }, "select": { @@ -172,7 +172,7 @@ "value": "Confirmar" }, "openTab": { - "title": "Open extension settings in a new tab" + "title": "Abrir extensión en una pestaña nueva" }, "reset": { "title": "Restablece todos los ajustes a sus valores predeterminados, haga clic en el botón de confirmar para guardar los cambios", @@ -182,15 +182,15 @@ "buttonPlacement": { "select": { "buttonNames": { - "copyTimestampUrlButton": "Copy video URL with timestamp button", - "decreasePlaybackSpeedButton": "Decrease Speed button", - "forwardButton": "Fast Forward button", - "hideEndScreenCardsButton": "Hide end screen cards button", - "increasePlaybackSpeedButton": "Increase Speed button", + "copyTimestampUrlButton": "Copiar URL de vídeo con el botón de marca de tiempo", + "decreasePlaybackSpeedButton": "Botón de disminuir velocidad", + "forwardButton": "Botón de avance rápido", + "hideEndScreenCardsButton": "Botón de ocultar tarjetas de pantalla final", + "increasePlaybackSpeedButton": "Botón de aumentar velocidad", "loopButton": "Botón de repetición", "maximizePlayerButton": "Maximizar botón", "openTranscriptButton": "Abrir botón de transcripción", - "rewindButton": "Rewind button", + "rewindButton": "Botón de rebobinar", "screenshotButton": "Botón de captura de pantalla", "volumeBoostButton": "Botón Aumento de Volumen" }, @@ -200,7 +200,7 @@ "value": "Debajo del reproductor" }, "feature_menu": { - "placement": "in the feature menu", + "placement": "en el menú de funciones", "value": "Menú de funciones" }, "player_controls_left": { @@ -243,14 +243,14 @@ }, "forwardRewindButtons": { "enable": { - "label": "Forward/rewind buttons", - "title": "Adds forward and rewind buttons to the video player" + "label": "Botones de avance/retroceso", + "title": "Añade botones de avance y retroceso al reproductor de vídeo" }, "time": { "label": "Adelantar/rebobinar tiempo", - "title": "The amount of time to forward/rewind the video by" + "title": "La cantidad de tiempo para avanzar/retroceder el video" }, - "title": "Forward/rewind button settings" + "title": "Ajustes del botón avanzar/retroceder" }, "importExportSettings": { "exportButton": { @@ -282,11 +282,11 @@ "title": "Activar automáticamente el modo cine al cargar un vídeo" }, "automaticallyDisableAmbientMode": { - "label": "Automatically disable ambient mode", - "title": "Automatically disables ambient mode when you load a video" + "label": "Desactivar automáticamente el modo ambiente", + "title": "Desactiva automáticamente el modo ambiente al cargar un vídeo" }, "automaticallyDisableClosedCaptions": { - "label": "Automatically disable closed captions", + "label": "Desactivar automáticamente los subtítulos", "title": "Automatically disables closed captions when you load a video" }, "automaticallyEnableClosedCaptions": { @@ -354,8 +354,8 @@ "title": "Oculta la barra de desplazamiento de la página" }, "hideShorts": { - "label": "Hide shorts", - "title": "Hides all shorts" + "label": "Ocultar shorts", + "title": "Oculta todos los shorts" }, "hideTranslateComment": { "label": "Hide translate comment button", @@ -654,7 +654,7 @@ "title": "Color for main background" }, "mainColor": { - "label": "Accent color", + "label": "Color destacado", "title": "Color for accent" }, "mainText": { From 351b371f1db36c5eac0bb97776f7655229ca015b Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 9 Nov 2025 14:15:38 -0500 Subject: [PATCH 1240/1783] New translations en-us.json (Spanish) --- public/locales/es-ES.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index 513b72304..e19d28b7f 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -463,7 +463,7 @@ "no_display": "No mostrar", "text": "Texto" }, - "title": "Select the type of On-Screen Display" + "title": "Selecciona el estilo del visualizador en pantalla" } }, "playbackSpeed": { @@ -501,7 +501,7 @@ "select": { "label": "Method to get watched time", "options": { - "duration": "Video Length", + "duration": "Duración del Video", "youtube": "Video Watch Time" }, "title": "The way to get the amount of time watched (Video Length type only used on watch page)" @@ -513,8 +513,8 @@ "failedToRemoveVideo": "Failed to remove video", "markAsUnwatched": "Mark as unwatched", "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "Remove video", - "removingVideo": "Removing video…" + "removeVideo": "Eliminar vídeo", + "removingVideo": "Eliminando vídeo…" }, "saveToWatchLaterButton": { "failedToSaveVideo": "Failed to save video to Watch Later", @@ -596,7 +596,7 @@ "select": { "label": "Resume type", "options": { - "automatic": "Automatic", + "automatic": "Automático", "prompt": "Prompt" }, "title": "Select how you want to resume videos" @@ -628,22 +628,22 @@ "youtubeDataApiV3Key": { "getApiKeyLinkText": "You can get one from here", "input": { - "label": "API Key", - "title": "Enter your Youtube Data API V3 key." + "label": "Clave API", + "title": "Introduce tu clave de Youtube Data API V3." }, - "title": "YouTube API V3 Key" + "title": "Clave de YouTube API V3" }, "youtubeDeepDark": { - "author": "Author", - "co-authors": "Co-authors", + "author": "Autor", + "co-authors": "Coautores", "colors": { "colorShadow": { - "label": "Shadow color", - "title": "Color for shadows" + "label": "Color de sombra", + "title": "Color para las sombras" }, "dimmerText": { - "label": "Secondary text color", - "title": "Color for secondary text" + "label": "Color secundario de texto", + "title": "Color para el texto secundario" }, "hoverBackground": { "label": "Hover background color", From 09314d46c6fc0a815a80a83e1b325f7f0ef3f7d2 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 20 Nov 2025 16:33:00 -0500 Subject: [PATCH 1241/1783] New translations en-us.json (Spanish) --- public/locales/es-ES.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index e19d28b7f..aedc0ad7e 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -214,7 +214,7 @@ }, "title": "Coloca el {{BUTTON_NAME}} a la {{PLACEMENT}}" }, - "title": "Ajustes de posición de los botones" + "title": "Button placement settings" }, "customCSS": { "editor": { @@ -226,7 +226,7 @@ "label": "Habilitar CSS personalizado", "title": "Permite aplicar CSS personalizado a la página" }, - "title": "Ajustes de CSS personalizados" + "title": "Custom CSS settings" }, "featureMenu": { "openType": { @@ -454,7 +454,7 @@ }, "title": "Select the position of the On-Screen Display" }, - "title": "On-Screen Display Settings", + "title": "On-screen display settings", "type": { "label": "Tipo", "options": { @@ -631,7 +631,7 @@ "label": "Clave API", "title": "Introduce tu clave de Youtube Data API V3." }, - "title": "Clave de YouTube API V3" + "title": "YouTube API V3 key" }, "youtubeDeepDark": { "author": "Autor", @@ -674,7 +674,7 @@ "label": "Select theme", "title": "Select a theme to be applied to the page" }, - "title": "YouTube Deep Dark Settings" + "title": "YouTube deep dark settings" } } } From 1dd8133b23b87ba3db3e2f90abb990323ec2392d Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 20 Nov 2025 16:33:01 -0500 Subject: [PATCH 1242/1783] New translations en-us.json (French) --- public/locales/fr-FR.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/locales/fr-FR.json b/public/locales/fr-FR.json index 5bdca3c10..68d587364 100644 --- a/public/locales/fr-FR.json +++ b/public/locales/fr-FR.json @@ -214,7 +214,7 @@ }, "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" }, - "title": "Button Placement Settings" + "title": "Button placement settings" }, "customCSS": { "editor": { @@ -226,7 +226,7 @@ "label": "Custom CSS", "title": "Enables custom CSS to be applied to the page" }, - "title": "Custom CSS Settings" + "title": "Custom CSS settings" }, "featureMenu": { "openType": { @@ -454,7 +454,7 @@ }, "title": "Sélectionnez la position de l'affichage On-Screen" }, - "title": "Paramètres de l'affichage On-Screen", + "title": "On-screen display settings", "type": { "label": "Type", "options": { @@ -631,7 +631,7 @@ "label": "API Key", "title": "Enter your Youtube Data API V3 key." }, - "title": "YouTube API V3 Key" + "title": "YouTube API V3 key" }, "youtubeDeepDark": { "author": "Author", @@ -674,7 +674,7 @@ "label": "Select theme", "title": "Select a theme to be applied to the page" }, - "title": "YouTube Deep Dark Settings" + "title": "YouTube deep dark settings" } } } From bc3619b363b4fc456073334507a898ac97c5f1c2 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 20 Nov 2025 16:33:02 -0500 Subject: [PATCH 1243/1783] New translations en-us.json (Catalan) --- public/locales/ca-ES.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/locales/ca-ES.json b/public/locales/ca-ES.json index fef5e96bd..b06c25c24 100644 --- a/public/locales/ca-ES.json +++ b/public/locales/ca-ES.json @@ -214,7 +214,7 @@ }, "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" }, - "title": "Button Placement Settings" + "title": "Button placement settings" }, "customCSS": { "editor": { @@ -226,7 +226,7 @@ "label": "Custom CSS", "title": "Enables custom CSS to be applied to the page" }, - "title": "Custom CSS Settings" + "title": "Custom CSS settings" }, "featureMenu": { "openType": { @@ -454,7 +454,7 @@ }, "title": "Select the position of the On-Screen Display" }, - "title": "On-Screen Display Settings", + "title": "On-screen display settings", "type": { "label": "Type", "options": { @@ -631,7 +631,7 @@ "label": "API Key", "title": "Enter your Youtube Data API V3 key." }, - "title": "YouTube API V3 Key" + "title": "YouTube API V3 key" }, "youtubeDeepDark": { "author": "Author", @@ -674,7 +674,7 @@ "label": "Select theme", "title": "Select a theme to be applied to the page" }, - "title": "YouTube Deep Dark Settings" + "title": "YouTube deep dark settings" } } } From 8d3d841ddf4107a38274f24ee2c8302abbc16387 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 20 Nov 2025 16:33:03 -0500 Subject: [PATCH 1244/1783] New translations en-us.json (Czech) --- public/locales/cs-CZ.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/locales/cs-CZ.json b/public/locales/cs-CZ.json index 8fd903c43..9527eacb5 100644 --- a/public/locales/cs-CZ.json +++ b/public/locales/cs-CZ.json @@ -214,7 +214,7 @@ }, "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" }, - "title": "Button Placement Settings" + "title": "Button placement settings" }, "customCSS": { "editor": { @@ -226,7 +226,7 @@ "label": "Custom CSS", "title": "Enables custom CSS to be applied to the page" }, - "title": "Custom CSS Settings" + "title": "Custom CSS settings" }, "featureMenu": { "openType": { @@ -454,7 +454,7 @@ }, "title": "Select the position of the On-Screen Display" }, - "title": "On-Screen Display Settings", + "title": "On-screen display settings", "type": { "label": "Type", "options": { @@ -631,7 +631,7 @@ "label": "API Key", "title": "Enter your Youtube Data API V3 key." }, - "title": "YouTube API V3 Key" + "title": "YouTube API V3 key" }, "youtubeDeepDark": { "author": "Author", @@ -674,7 +674,7 @@ "label": "Select theme", "title": "Select a theme to be applied to the page" }, - "title": "YouTube Deep Dark Settings" + "title": "YouTube deep dark settings" } } } From 8f6d8dd088547fb6955da03934e546b97ad9f651 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 20 Nov 2025 16:33:06 -0500 Subject: [PATCH 1245/1783] New translations en-us.json (German) --- public/locales/de-DE.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/locales/de-DE.json b/public/locales/de-DE.json index ebf726106..334b6a184 100644 --- a/public/locales/de-DE.json +++ b/public/locales/de-DE.json @@ -214,7 +214,7 @@ }, "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" }, - "title": "Button Placement Settings" + "title": "Button placement settings" }, "customCSS": { "editor": { @@ -226,7 +226,7 @@ "label": "Custom CSS", "title": "Enables custom CSS to be applied to the page" }, - "title": "Custom CSS Settings" + "title": "Custom CSS settings" }, "featureMenu": { "openType": { @@ -454,7 +454,7 @@ }, "title": "Select the position of the On-Screen Display" }, - "title": "On-Screen Display Settings", + "title": "On-screen display settings", "type": { "label": "Type", "options": { @@ -631,7 +631,7 @@ "label": "API Key", "title": "Enter your Youtube Data API V3 key." }, - "title": "YouTube API V3 Key" + "title": "YouTube API V3 key" }, "youtubeDeepDark": { "author": "Author", @@ -674,7 +674,7 @@ "label": "Select theme", "title": "Select a theme to be applied to the page" }, - "title": "YouTube Deep Dark Settings" + "title": "YouTube deep dark settings" } } } From 72ed6ed0fff1a88523f53368b8822140b8fb32ee Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 20 Nov 2025 16:33:07 -0500 Subject: [PATCH 1246/1783] New translations en-us.json (Hebrew) --- public/locales/he-IL.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/locales/he-IL.json b/public/locales/he-IL.json index 02d5fbd88..50166eb8f 100644 --- a/public/locales/he-IL.json +++ b/public/locales/he-IL.json @@ -214,7 +214,7 @@ }, "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" }, - "title": "Button Placement Settings" + "title": "Button placement settings" }, "customCSS": { "editor": { @@ -226,7 +226,7 @@ "label": "Custom CSS", "title": "Enables custom CSS to be applied to the page" }, - "title": "Custom CSS Settings" + "title": "Custom CSS settings" }, "featureMenu": { "openType": { @@ -454,7 +454,7 @@ }, "title": "Select the position of the On-Screen Display" }, - "title": "On-Screen Display Settings", + "title": "On-screen display settings", "type": { "label": "Type", "options": { @@ -631,7 +631,7 @@ "label": "API Key", "title": "Enter your Youtube Data API V3 key." }, - "title": "YouTube API V3 Key" + "title": "YouTube API V3 key" }, "youtubeDeepDark": { "author": "Author", @@ -674,7 +674,7 @@ "label": "Select theme", "title": "Select a theme to be applied to the page" }, - "title": "YouTube Deep Dark Settings" + "title": "YouTube deep dark settings" } } } From 8bff03ea0cd19096ccf56e2c0e59a6b4e89c49b2 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 20 Nov 2025 16:33:09 -0500 Subject: [PATCH 1247/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index 3aaa647ff..24a62fd08 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -214,7 +214,7 @@ }, "title": "Posiziona {{BUTTON_NAME}} {{PLACEMENT}}" }, - "title": "Impostazioni posizione pulsante" + "title": "Button placement settings" }, "customCSS": { "editor": { @@ -226,7 +226,7 @@ "label": "Abilita CSS personalizzato", "title": "Abilita il CSS personalizzato da applicare alla pagina" }, - "title": "Impostazioni CSS personalizzate" + "title": "Custom CSS settings" }, "featureMenu": { "openType": { @@ -454,7 +454,7 @@ }, "title": "Seleziona la posizione dello schermo interattivo" }, - "title": "Impostazioni schermo interattivo", + "title": "On-screen display settings", "type": { "label": "Tipo", "options": { @@ -631,7 +631,7 @@ "label": "Chiave API", "title": "Inserisci la tua chiave Youtube API V3." }, - "title": "Chiave Youtube API V3" + "title": "YouTube API V3 key" }, "youtubeDeepDark": { "author": "Autore", @@ -674,7 +674,7 @@ "label": "Seleziona tema", "title": "Seleziona un tema da applicare alla pagina" }, - "title": "Impostazioni sfondo scuro di YouTube" + "title": "YouTube deep dark settings" } } } From dc2039d5aca27adcd46c8060627a40607453612b Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 20 Nov 2025 16:33:12 -0500 Subject: [PATCH 1248/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index 49079b9a3..493b5d3ae 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -214,7 +214,7 @@ }, "title": "{{PLACEMENT}}に{{BUTTON_NAME}}を置き方する" }, - "title": "ボタン置き方設定" + "title": "Button placement settings" }, "customCSS": { "editor": { @@ -226,7 +226,7 @@ "label": "カスタムCSSを可能にする", "title": "ページに適用するカスタムCSSを可能にする" }, - "title": "カスタムCSS設定" + "title": "Custom CSS settings" }, "featureMenu": { "openType": { @@ -454,7 +454,7 @@ }, "title": "オンスクリーンディスプレイ(OSD)のポジションを選択選ぶ" }, - "title": "オンスクリーンディスプレイの設定", + "title": "On-screen display settings", "type": { "label": "OSD型", "options": { @@ -631,7 +631,7 @@ "label": "APIキー", "title": "YouTube API V3キーを入力してください。" }, - "title": "YouTube API V3キー" + "title": "YouTube API V3 key" }, "youtubeDeepDark": { "author": "作家", @@ -674,7 +674,7 @@ "label": "テーマを選択", "title": "ページのテーマを選択選べしてください" }, - "title": "YouTubeディープダーク設定" + "title": "YouTube deep dark settings" } } } From 3d6c0aa2a2947e31be98b0236787f2e3b1947498 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 20 Nov 2025 16:33:14 -0500 Subject: [PATCH 1249/1783] New translations en-us.json (Korean) --- public/locales/ko-KR.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/locales/ko-KR.json b/public/locales/ko-KR.json index e7f67dad5..9c6a58cf8 100644 --- a/public/locales/ko-KR.json +++ b/public/locales/ko-KR.json @@ -214,7 +214,7 @@ }, "title": "{{BUTTON_NAME}} 을 {{PLACEMENT}} 에 배치하세요" }, - "title": "버튼 배치 설정" + "title": "Button placement settings" }, "customCSS": { "editor": { @@ -226,7 +226,7 @@ "label": "CSS 커스텀 활성화", "title": "커스텀 CSS를 적용할 수 있습니다." }, - "title": "커스텀 CSS 설정" + "title": "Custom CSS settings" }, "featureMenu": { "openType": { @@ -454,7 +454,7 @@ }, "title": "온 스크린 디스플레이의 위치를 선택하세요" }, - "title": "온 스크린 디스플레이 설정", + "title": "On-screen display settings", "type": { "label": "유형", "options": { @@ -631,7 +631,7 @@ "label": "API Key", "title": "Enter your Youtube Data API V3 key." }, - "title": "YouTube API V3 Key" + "title": "YouTube API V3 key" }, "youtubeDeepDark": { "author": "개발자", @@ -674,7 +674,7 @@ "label": "테마 선택", "title": "적용할 테마를 선택하세요" }, - "title": "유튜브 딥 다크 설정" + "title": "YouTube deep dark settings" } } } From b94607ae8465cab3ddf6f4ae6ca517a738745c36 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 20 Nov 2025 16:33:15 -0500 Subject: [PATCH 1250/1783] New translations en-us.json (Dutch) --- public/locales/nl-NL.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/locales/nl-NL.json b/public/locales/nl-NL.json index dc72d2398..b829cfc6f 100644 --- a/public/locales/nl-NL.json +++ b/public/locales/nl-NL.json @@ -214,7 +214,7 @@ }, "title": "Plaats de {{BUTTON_NAME}} {{PLACEMENT}}" }, - "title": "Knop Plaatsing Instellingen" + "title": "Button placement settings" }, "customCSS": { "editor": { @@ -226,7 +226,7 @@ "label": "Aangepaste CSS inschakelen", "title": "Maakt het mogelijk aangepaste CSS toe te passen op de pagina" }, - "title": "Gepersonaliseerde CSS Instellingen" + "title": "Custom CSS settings" }, "featureMenu": { "openType": { @@ -454,7 +454,7 @@ }, "title": "Selecteer de positie voor de schermweergave" }, - "title": "Schermweergave Instellingen", + "title": "On-screen display settings", "type": { "label": "Type", "options": { @@ -631,7 +631,7 @@ "label": "API sleutel", "title": "Voer uw Youtube Data API V3 sleutel in." }, - "title": "YouTube API V3 Sleutel" + "title": "YouTube API V3 key" }, "youtubeDeepDark": { "author": "Auteur", @@ -674,7 +674,7 @@ "label": "Select theme", "title": "Select a theme to be applied to the page" }, - "title": "YouTube Deep Dark Settings" + "title": "YouTube deep dark settings" } } } From 6ee060554cf1b7cdb05569307c6f08099341ded9 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 20 Nov 2025 16:33:17 -0500 Subject: [PATCH 1251/1783] New translations en-us.json (Polish) --- public/locales/pl-PL.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/locales/pl-PL.json b/public/locales/pl-PL.json index 91e1c6a4a..3a92d9fa5 100644 --- a/public/locales/pl-PL.json +++ b/public/locales/pl-PL.json @@ -214,7 +214,7 @@ }, "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" }, - "title": "Button Placement Settings" + "title": "Button placement settings" }, "customCSS": { "editor": { @@ -226,7 +226,7 @@ "label": "Własny CSS", "title": "Enables custom CSS to be applied to the page" }, - "title": "Własne ustawienia CSS" + "title": "Custom CSS settings" }, "featureMenu": { "openType": { @@ -454,7 +454,7 @@ }, "title": "Select the position of the On-Screen Display" }, - "title": "On-Screen Display Settings", + "title": "On-screen display settings", "type": { "label": "Type", "options": { @@ -631,7 +631,7 @@ "label": "Klucz API", "title": "Wpisz swój klucz API V3." }, - "title": "Klucz YouTube API V3" + "title": "YouTube API V3 key" }, "youtubeDeepDark": { "author": "Autor", @@ -674,7 +674,7 @@ "label": "Wybierz motyw", "title": "Wybierz motyw, który ma zostać zastosowany na stronie" }, - "title": "Ustawienia motywu YouTube Deep Dark" + "title": "YouTube deep dark settings" } } } From 9f3b100c2330c974efffba216a7031ebf7911b40 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 20 Nov 2025 16:33:19 -0500 Subject: [PATCH 1252/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index a3951626a..cca78d36b 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -214,7 +214,7 @@ }, "title": "Поместить {{BUTTON_NAME}} {{PLACEMENT}}" }, - "title": "Настройки размещения кнопок" + "title": "Button placement settings" }, "customCSS": { "editor": { @@ -226,7 +226,7 @@ "label": "Включить пользовательский CSS", "title": "Включает пользовательские настройки CSS для применения к странице" }, - "title": "Пользовательские настройки CSS" + "title": "Custom CSS settings" }, "featureMenu": { "openType": { @@ -454,7 +454,7 @@ }, "title": "Выберите позицию отображения на экране (OSD)" }, - "title": "Настройки отображения на экране (OSD)", + "title": "On-screen display settings", "type": { "label": "Тип", "options": { @@ -631,7 +631,7 @@ "label": "API ключ", "title": "Введите ваш ключ Youtube Data API V3." }, - "title": "Ключ YouTube API V3" + "title": "YouTube API V3 key" }, "youtubeDeepDark": { "author": "Автор", @@ -674,7 +674,7 @@ "label": "Выбрать тему", "title": "Выберите тему для применения к странице" }, - "title": "Настройки YouTube Deep Dark" + "title": "YouTube deep dark settings" } } } From 32b7183951a7f41c0ad8cc3630eaa440f03d4fd8 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 20 Nov 2025 16:33:20 -0500 Subject: [PATCH 1253/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index 90eab29dc..152b9fd39 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -214,7 +214,7 @@ }, "title": "Placera {{BUTTON_NAME}} {{PLACEMENT}}" }, - "title": "Inställningar för knapplacering" + "title": "Button placement settings" }, "customCSS": { "editor": { @@ -226,7 +226,7 @@ "label": "Aktivera anpassad CSS", "title": "Aktiverar anpassad CSS som ska tillämpas på sidan" }, - "title": "Anpassade CSS-inställningar" + "title": "Custom CSS settings" }, "featureMenu": { "openType": { @@ -454,7 +454,7 @@ }, "title": "Välj placering av On-Screen Display" }, - "title": "On-Screen Display-inställningar", + "title": "On-screen display settings", "type": { "label": "Typ", "options": { @@ -631,7 +631,7 @@ "label": "API-nyckel", "title": "Ange din Youtube Data API V3-nyckel." }, - "title": "YouTube API V3-nyckel" + "title": "YouTube API V3 key" }, "youtubeDeepDark": { "author": "Skapare", @@ -674,7 +674,7 @@ "label": "Välj tema", "title": "Välj ett tema som ska tillämpas på sidan" }, - "title": "Deep Dark-inställningar för YouTube" + "title": "YouTube deep dark settings" } } } From 41283ec141d575f3b1fc6eba50f7da9ada1c7e54 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 20 Nov 2025 16:33:21 -0500 Subject: [PATCH 1254/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index 2b457cb9f..fd105c513 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -214,7 +214,7 @@ }, "title": "{{BUTTON_NAME}} düğmesini {{PLACEMENT}} konumuna yerleştir" }, - "title": "Düğme Yerleşim Ayarları" + "title": "Button placement settings" }, "customCSS": { "editor": { @@ -226,7 +226,7 @@ "label": "Özel CSS'yi etkinleştir", "title": "Özel CSS'nin sayfaya uygulanmasını sağlar" }, - "title": "Özel CSS Ayarları" + "title": "Custom CSS settings" }, "featureMenu": { "openType": { @@ -454,7 +454,7 @@ }, "title": "Ekran görüntüleme konumunu seçin" }, - "title": "Ekran Üstü Görüntüleme Ayarları", + "title": "On-screen display settings", "type": { "label": "Tür", "options": { @@ -631,7 +631,7 @@ "label": "API Anahtarı", "title": "Youtube Veri API V3 anahtarınızı girin." }, - "title": "YouTube API V3 Anahtarı" + "title": "YouTube API V3 key" }, "youtubeDeepDark": { "author": "Yazar", @@ -674,7 +674,7 @@ "label": "Tema seç", "title": "Sayfa için uygulanacak bir tema seçin" }, - "title": "YouTube Deep Dark Ayarları" + "title": "YouTube deep dark settings" } } } From ede94afec0080dfb936f05d3ee0fcb2deeacba9f Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 20 Nov 2025 16:33:22 -0500 Subject: [PATCH 1255/1783] New translations en-us.json (Ukrainian) --- public/locales/uk-UA.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/locales/uk-UA.json b/public/locales/uk-UA.json index 8adaad136..844c6725e 100644 --- a/public/locales/uk-UA.json +++ b/public/locales/uk-UA.json @@ -214,7 +214,7 @@ }, "title": "Розмістити {{BUTTON_NAME}} {{PLACEMENT}}" }, - "title": "Параметри розміщення кнопки" + "title": "Button placement settings" }, "customCSS": { "editor": { @@ -226,7 +226,7 @@ "label": "Увімкнути користувацький CSS", "title": "Дозволяє використовувати користувацький CSS для сторінки" }, - "title": "Власні налаштування CSS" + "title": "Custom CSS settings" }, "featureMenu": { "openType": { @@ -454,7 +454,7 @@ }, "title": "Select the position of the On-Screen Display" }, - "title": "On-Screen Display Settings", + "title": "On-screen display settings", "type": { "label": "Type", "options": { @@ -631,7 +631,7 @@ "label": "API Key", "title": "Enter your Youtube Data API V3 key." }, - "title": "YouTube API V3 Key" + "title": "YouTube API V3 key" }, "youtubeDeepDark": { "author": "Author", @@ -674,7 +674,7 @@ "label": "Select theme", "title": "Select a theme to be applied to the page" }, - "title": "YouTube Deep Dark Settings" + "title": "YouTube deep dark settings" } } } From b4b7e7955c284f1f01bd16241ee600a53095e5bc Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 20 Nov 2025 16:33:23 -0500 Subject: [PATCH 1256/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index 05d1c949f..a1c305528 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -214,7 +214,7 @@ }, "title": "把 {{BUTTON_NAME}} 按钮放在 {{PLACEMENT}}" }, - "title": "按钮位置设置" + "title": "Button placement settings" }, "customCSS": { "editor": { @@ -226,7 +226,7 @@ "label": "启用自定义 CSS", "title": "启用自定义 CSS 以应用到页面" }, - "title": "自定义 CSS 设置" + "title": "Custom CSS settings" }, "featureMenu": { "openType": { @@ -454,7 +454,7 @@ }, "title": "选择屏幕提示文本颜色" }, - "title": "屏幕提示信息设置", + "title": "On-screen display settings", "type": { "label": "类型", "options": { @@ -631,7 +631,7 @@ "label": "API 密钥", "title": "输入您的 Youtube 数据 API V3 密钥。" }, - "title": "YouTube API V3 密钥" + "title": "YouTube API V3 key" }, "youtubeDeepDark": { "author": "作者", @@ -674,7 +674,7 @@ "label": "选择主题", "title": "选择要应用到页面的主题" }, - "title": "YouTube 暗黑模式设置" + "title": "YouTube deep dark settings" } } } From 5675ec8f805a6b40e8cec0b8476f545aa6ba9bea Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 20 Nov 2025 16:33:24 -0500 Subject: [PATCH 1257/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index 71aa47dee..8eccf92e7 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -214,7 +214,7 @@ }, "title": "將{{BUTTON_NAME}}放{{PLACEMENT}}" }, - "title": "按鈕位置設定" + "title": "Button placement settings" }, "customCSS": { "editor": { @@ -226,7 +226,7 @@ "label": "啟用自訂CSS", "title": "啟用應用到頁面的自訂CSS" }, - "title": "自訂CSS設定" + "title": "Custom CSS settings" }, "featureMenu": { "openType": { @@ -454,7 +454,7 @@ }, "title": "選擇屏幕顥示的位置" }, - "title": "屏幕顥示設定", + "title": "On-screen display settings", "type": { "label": "類型", "options": { @@ -631,7 +631,7 @@ "label": "API 金鑰", "title": "輸入你的 YouTube Data API V3 金鑰" }, - "title": "YouTube API V3 金鑰" + "title": "YouTube API V3 key" }, "youtubeDeepDark": { "author": "作者", @@ -674,7 +674,7 @@ "label": "選擇主題", "title": "選擇套用到頁面的主題" }, - "title": "YouTube Deep Dark 設定" + "title": "YouTube deep dark settings" } } } From 9822c7a04759ec9d2215e9ee77f860a21b7bc015 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 20 Nov 2025 16:33:25 -0500 Subject: [PATCH 1258/1783] New translations en-us.json (Vietnamese) --- public/locales/vi-VN.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/locales/vi-VN.json b/public/locales/vi-VN.json index 60731dcf0..acddb4f97 100644 --- a/public/locales/vi-VN.json +++ b/public/locales/vi-VN.json @@ -214,7 +214,7 @@ }, "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" }, - "title": "Button Placement Settings" + "title": "Button placement settings" }, "customCSS": { "editor": { @@ -226,7 +226,7 @@ "label": "Custom CSS", "title": "Enables custom CSS to be applied to the page" }, - "title": "Custom CSS Settings" + "title": "Custom CSS settings" }, "featureMenu": { "openType": { @@ -454,7 +454,7 @@ }, "title": "Select the position of the On-Screen Display" }, - "title": "On-Screen Display Settings", + "title": "On-screen display settings", "type": { "label": "Type", "options": { @@ -631,7 +631,7 @@ "label": "API Key", "title": "Enter your Youtube Data API V3 key." }, - "title": "YouTube API V3 Key" + "title": "YouTube API V3 key" }, "youtubeDeepDark": { "author": "Author", @@ -674,7 +674,7 @@ "label": "Select theme", "title": "Select a theme to be applied to the page" }, - "title": "YouTube Deep Dark Settings" + "title": "YouTube deep dark settings" } } } From a4f13f2eb6097e07d6de8eaa0f4ac0895d456dfb Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 20 Nov 2025 16:33:26 -0500 Subject: [PATCH 1259/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index 7c44fc375..b0803fb7f 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -214,7 +214,7 @@ }, "title": "Coloque o {{BUTTON_NAME}} em {{PLACEMENT}}" }, - "title": "Opções de colocação de botão" + "title": "Button placement settings" }, "customCSS": { "editor": { @@ -226,7 +226,7 @@ "label": "CSS personalizado", "title": "Ativa o CSS personalizado para ser aplicado à página" }, - "title": "Opções do CSS personalizado" + "title": "Custom CSS settings" }, "featureMenu": { "openType": { @@ -454,7 +454,7 @@ }, "title": "Seleciona a posição da exibição na tela" }, - "title": "Opções de exibição na tela", + "title": "On-screen display settings", "type": { "label": "Tipo", "options": { @@ -631,7 +631,7 @@ "label": "Chave API", "title": "Insira sua chave API YouTube Data V3." }, - "title": "Chave API YouTube Data V3" + "title": "YouTube API V3 key" }, "youtubeDeepDark": { "author": "Autor", @@ -674,7 +674,7 @@ "label": "Selecionar tema", "title": "Selecione um tema para a página" }, - "title": "Opções do fundo escuro do YouTube" + "title": "YouTube deep dark settings" } } } From f8c965e5df1fdab59fcd65b860f4e6f42a2ed91f Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 20 Nov 2025 16:33:27 -0500 Subject: [PATCH 1260/1783] New translations en-us.json (Persian) --- public/locales/fa-IR.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/locales/fa-IR.json b/public/locales/fa-IR.json index 9a3b934e1..7d7315f30 100644 --- a/public/locales/fa-IR.json +++ b/public/locales/fa-IR.json @@ -214,7 +214,7 @@ }, "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" }, - "title": "Button Placement Settings" + "title": "Button placement settings" }, "customCSS": { "editor": { @@ -226,7 +226,7 @@ "label": "Custom CSS", "title": "Enables custom CSS to be applied to the page" }, - "title": "Custom CSS Settings" + "title": "Custom CSS settings" }, "featureMenu": { "openType": { @@ -454,7 +454,7 @@ }, "title": "Select the position of the On-Screen Display" }, - "title": "On-Screen Display Settings", + "title": "On-screen display settings", "type": { "label": "Type", "options": { @@ -631,7 +631,7 @@ "label": "API Key", "title": "Enter your Youtube Data API V3 key." }, - "title": "YouTube API V3 Key" + "title": "YouTube API V3 key" }, "youtubeDeepDark": { "author": "Author", @@ -674,7 +674,7 @@ "label": "Select theme", "title": "Select a theme to be applied to the page" }, - "title": "YouTube Deep Dark Settings" + "title": "YouTube deep dark settings" } } } From 765a25c2a5c2e97eff15706023be7c9ee830a5a0 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 20 Nov 2025 16:33:29 -0500 Subject: [PATCH 1261/1783] New translations en-us.json (Hindi) --- public/locales/hi-IN.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/locales/hi-IN.json b/public/locales/hi-IN.json index d0beb6b65..24a0142d7 100644 --- a/public/locales/hi-IN.json +++ b/public/locales/hi-IN.json @@ -214,7 +214,7 @@ }, "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" }, - "title": "Button Placement Settings" + "title": "Button placement settings" }, "customCSS": { "editor": { @@ -226,7 +226,7 @@ "label": "Custom CSS", "title": "Enables custom CSS to be applied to the page" }, - "title": "Custom CSS Settings" + "title": "Custom CSS settings" }, "featureMenu": { "openType": { @@ -454,7 +454,7 @@ }, "title": "Select the position of the On-Screen Display" }, - "title": "On-Screen Display Settings", + "title": "On-screen display settings", "type": { "label": "Type", "options": { @@ -631,7 +631,7 @@ "label": "API Key", "title": "Enter your Youtube Data API V3 key." }, - "title": "YouTube API V3 Key" + "title": "YouTube API V3 key" }, "youtubeDeepDark": { "author": "Author", @@ -674,7 +674,7 @@ "label": "Select theme", "title": "Select a theme to be applied to the page" }, - "title": "YouTube Deep Dark Settings" + "title": "YouTube deep dark settings" } } } From ca199f963c5f966d7d85c2c31b1ac55d36bfe580 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 20 Nov 2025 16:33:31 -0500 Subject: [PATCH 1262/1783] New translations en-us.json (English, United Kingdom) --- public/locales/en-GB.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/locales/en-GB.json b/public/locales/en-GB.json index b4c792687..30e8ece75 100644 --- a/public/locales/en-GB.json +++ b/public/locales/en-GB.json @@ -214,7 +214,7 @@ }, "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" }, - "title": "Button Placement Settings" + "title": "Button placement settings" }, "customCSS": { "editor": { @@ -226,7 +226,7 @@ "label": "Custom CSS", "title": "Enables custom CSS to be applied to the page" }, - "title": "Custom CSS Settings" + "title": "Custom CSS settings" }, "featureMenu": { "openType": { @@ -454,7 +454,7 @@ }, "title": "Select the position of the On-Screen Display" }, - "title": "On-Screen Display Settings", + "title": "On-screen display settings", "type": { "label": "Type", "options": { @@ -631,7 +631,7 @@ "label": "API Key", "title": "Enter your Youtube Data API V3 key." }, - "title": "YouTube API V3 Key" + "title": "YouTube API V3 key" }, "youtubeDeepDark": { "author": "Author", @@ -674,7 +674,7 @@ "label": "Select theme", "title": "Select a theme to be applied to the page" }, - "title": "YouTube Deep Dark Settings" + "title": "YouTube deep dark settings" } } } From b399d39e42c078554f0cf6e138668e1ee42a8d4a Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 20 Nov 2025 17:57:01 -0500 Subject: [PATCH 1263/1783] New translations en-us.json (Spanish) --- public/locales/es-ES.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index aedc0ad7e..6d860917c 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -309,9 +309,13 @@ "label": "Default to original audio track", "title": "Always default to the original audio track" }, - "enablePlaylistManagementButtons": { - "label": "Enable playlist management buttons", - "title": "Adds buttons to playlist items to remove videos from the playlist or mark them as unwatched" + "enableRemoveVideoButton": { + "label": "Remove video button", + "title": "Add a button to playlist items to remove videos from the playlist" + }, + "enableMarkAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Add a button to playlist items to mark videos as unwatched" }, "enableSaveToWatchLaterButton": { "label": "Enable save to Watch Later button", From 12ea4a96ba0630086cc893ced0fa281b9b51cea0 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 20 Nov 2025 17:57:02 -0500 Subject: [PATCH 1264/1783] New translations en-us.json (French) --- public/locales/fr-FR.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/public/locales/fr-FR.json b/public/locales/fr-FR.json index 68d587364..5e367862d 100644 --- a/public/locales/fr-FR.json +++ b/public/locales/fr-FR.json @@ -309,9 +309,13 @@ "label": "Default to original audio track", "title": "Always default to the original audio track" }, - "enablePlaylistManagementButtons": { - "label": "Enable playlist management buttons", - "title": "Adds buttons to playlist items to remove videos from the playlist or mark them as unwatched" + "enableRemoveVideoButton": { + "label": "Remove video button", + "title": "Add a button to playlist items to remove videos from the playlist" + }, + "enableMarkAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Add a button to playlist items to mark videos as unwatched" }, "enableSaveToWatchLaterButton": { "label": "Enable save to Watch Later button", From 55f14d6821970cec3ef1bdea57766f7f6e30e3df Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 20 Nov 2025 17:57:03 -0500 Subject: [PATCH 1265/1783] New translations en-us.json (Catalan) --- public/locales/ca-ES.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/public/locales/ca-ES.json b/public/locales/ca-ES.json index b06c25c24..20a91733d 100644 --- a/public/locales/ca-ES.json +++ b/public/locales/ca-ES.json @@ -309,9 +309,13 @@ "label": "Default to original audio track", "title": "Always default to the original audio track" }, - "enablePlaylistManagementButtons": { - "label": "Enable playlist management buttons", - "title": "Adds buttons to playlist items to remove videos from the playlist or mark them as unwatched" + "enableRemoveVideoButton": { + "label": "Remove video button", + "title": "Add a button to playlist items to remove videos from the playlist" + }, + "enableMarkAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Add a button to playlist items to mark videos as unwatched" }, "enableSaveToWatchLaterButton": { "label": "Enable save to Watch Later button", From e887c42012ebcb2b4fa6107111708d2046125e9f Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 20 Nov 2025 17:57:04 -0500 Subject: [PATCH 1266/1783] New translations en-us.json (Czech) --- public/locales/cs-CZ.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/public/locales/cs-CZ.json b/public/locales/cs-CZ.json index 9527eacb5..ce26b2999 100644 --- a/public/locales/cs-CZ.json +++ b/public/locales/cs-CZ.json @@ -309,9 +309,13 @@ "label": "Default to original audio track", "title": "Always default to the original audio track" }, - "enablePlaylistManagementButtons": { - "label": "Enable playlist management buttons", - "title": "Adds buttons to playlist items to remove videos from the playlist or mark them as unwatched" + "enableRemoveVideoButton": { + "label": "Remove video button", + "title": "Add a button to playlist items to remove videos from the playlist" + }, + "enableMarkAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Add a button to playlist items to mark videos as unwatched" }, "enableSaveToWatchLaterButton": { "label": "Enable save to Watch Later button", From be96fdca6812049a517fecc646f15440bfbc6220 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 20 Nov 2025 17:57:05 -0500 Subject: [PATCH 1267/1783] New translations en-us.json (German) --- public/locales/de-DE.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/public/locales/de-DE.json b/public/locales/de-DE.json index 334b6a184..8d5db3208 100644 --- a/public/locales/de-DE.json +++ b/public/locales/de-DE.json @@ -309,9 +309,13 @@ "label": "Default to original audio track", "title": "Always default to the original audio track" }, - "enablePlaylistManagementButtons": { - "label": "Enable playlist management buttons", - "title": "Adds buttons to playlist items to remove videos from the playlist or mark them as unwatched" + "enableRemoveVideoButton": { + "label": "Remove video button", + "title": "Add a button to playlist items to remove videos from the playlist" + }, + "enableMarkAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Add a button to playlist items to mark videos as unwatched" }, "enableSaveToWatchLaterButton": { "label": "Enable save to Watch Later button", From 425bf657b7e76f5af18f7f5a2d2b0ee2216d45b7 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 20 Nov 2025 17:57:06 -0500 Subject: [PATCH 1268/1783] New translations en-us.json (Hebrew) --- public/locales/he-IL.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/public/locales/he-IL.json b/public/locales/he-IL.json index 50166eb8f..fe479562e 100644 --- a/public/locales/he-IL.json +++ b/public/locales/he-IL.json @@ -309,9 +309,13 @@ "label": "Default to original audio track", "title": "Always default to the original audio track" }, - "enablePlaylistManagementButtons": { - "label": "Enable playlist management buttons", - "title": "Adds buttons to playlist items to remove videos from the playlist or mark them as unwatched" + "enableRemoveVideoButton": { + "label": "Remove video button", + "title": "Add a button to playlist items to remove videos from the playlist" + }, + "enableMarkAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Add a button to playlist items to mark videos as unwatched" }, "enableSaveToWatchLaterButton": { "label": "Enable save to Watch Later button", From a723758c07322a2910f056345f4939ad1a559bce Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 20 Nov 2025 17:57:07 -0500 Subject: [PATCH 1269/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index 24a62fd08..e020513c5 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -309,9 +309,13 @@ "label": "Traccia audio originale predefinita", "title": "Traccia audio originale sempre predefinita" }, - "enablePlaylistManagementButtons": { - "label": "Abilita i pulsanti di gestione della lista riproduzioni", - "title": "Aggiunge pulsanti agli elementi della lista riproduzioni per rimuovere i video dalla lista riproduzioni o contrassegnarli come non visti" + "enableRemoveVideoButton": { + "label": "Remove video button", + "title": "Add a button to playlist items to remove videos from the playlist" + }, + "enableMarkAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Add a button to playlist items to mark videos as unwatched" }, "enableSaveToWatchLaterButton": { "label": "Abilita il pulsante del salvataggio per guardare più tardi", From 4e611e8d190c90207b8bcdb09f5313867f98ccdd Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 20 Nov 2025 17:57:08 -0500 Subject: [PATCH 1270/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index 493b5d3ae..ef9890dce 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -309,9 +309,13 @@ "label": "Default to original audio track", "title": "Always default to the original audio track" }, - "enablePlaylistManagementButtons": { - "label": "Enable playlist management buttons", - "title": "Adds buttons to playlist items to remove videos from the playlist or mark them as unwatched" + "enableRemoveVideoButton": { + "label": "Remove video button", + "title": "Add a button to playlist items to remove videos from the playlist" + }, + "enableMarkAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Add a button to playlist items to mark videos as unwatched" }, "enableSaveToWatchLaterButton": { "label": "Enable save to Watch Later button", From d0e1a0d7737c0daa53ad7c6649defc2b3b6737e7 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 20 Nov 2025 17:57:09 -0500 Subject: [PATCH 1271/1783] New translations en-us.json (Korean) --- public/locales/ko-KR.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/public/locales/ko-KR.json b/public/locales/ko-KR.json index 9c6a58cf8..5af3132db 100644 --- a/public/locales/ko-KR.json +++ b/public/locales/ko-KR.json @@ -309,9 +309,13 @@ "label": "Default to original audio track", "title": "Always default to the original audio track" }, - "enablePlaylistManagementButtons": { - "label": "Enable playlist management buttons", - "title": "Adds buttons to playlist items to remove videos from the playlist or mark them as unwatched" + "enableRemoveVideoButton": { + "label": "Remove video button", + "title": "Add a button to playlist items to remove videos from the playlist" + }, + "enableMarkAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Add a button to playlist items to mark videos as unwatched" }, "enableSaveToWatchLaterButton": { "label": "Enable save to Watch Later button", From da6d5a05b25738bf7237655c5691382ee46987ca Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 20 Nov 2025 17:57:10 -0500 Subject: [PATCH 1272/1783] New translations en-us.json (Dutch) --- public/locales/nl-NL.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/public/locales/nl-NL.json b/public/locales/nl-NL.json index b829cfc6f..bf94a59ee 100644 --- a/public/locales/nl-NL.json +++ b/public/locales/nl-NL.json @@ -309,9 +309,13 @@ "label": "Default to original audio track", "title": "Always default to the original audio track" }, - "enablePlaylistManagementButtons": { - "label": "Enable playlist management buttons", - "title": "Adds buttons to playlist items to remove videos from the playlist or mark them as unwatched" + "enableRemoveVideoButton": { + "label": "Remove video button", + "title": "Add a button to playlist items to remove videos from the playlist" + }, + "enableMarkAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Add a button to playlist items to mark videos as unwatched" }, "enableSaveToWatchLaterButton": { "label": "Enable save to Watch Later button", From 3c77434cc4d14efca30327b5b34214a59c767ddb Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 20 Nov 2025 17:57:12 -0500 Subject: [PATCH 1273/1783] New translations en-us.json (Polish) --- public/locales/pl-PL.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/public/locales/pl-PL.json b/public/locales/pl-PL.json index 3a92d9fa5..ec54078c7 100644 --- a/public/locales/pl-PL.json +++ b/public/locales/pl-PL.json @@ -309,9 +309,13 @@ "label": "Default to original audio track", "title": "Always default to the original audio track" }, - "enablePlaylistManagementButtons": { - "label": "Enable playlist management buttons", - "title": "Adds buttons to playlist items to remove videos from the playlist or mark them as unwatched" + "enableRemoveVideoButton": { + "label": "Remove video button", + "title": "Add a button to playlist items to remove videos from the playlist" + }, + "enableMarkAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Add a button to playlist items to mark videos as unwatched" }, "enableSaveToWatchLaterButton": { "label": "Enable save to Watch Later button", From ad9bbb0860a29b840f4e83cb70b047046d5d4d42 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 20 Nov 2025 17:57:12 -0500 Subject: [PATCH 1274/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index cca78d36b..71cadc3e2 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -309,9 +309,13 @@ "label": "Выставлять оригинальную звуковую дорожку по умолчанию", "title": "Всегда выставлять оригинальную аудио дорожку видео по умолчанию" }, - "enablePlaylistManagementButtons": { - "label": "Enable playlist management buttons", - "title": "Adds buttons to playlist items to remove videos from the playlist or mark them as unwatched" + "enableRemoveVideoButton": { + "label": "Remove video button", + "title": "Add a button to playlist items to remove videos from the playlist" + }, + "enableMarkAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Add a button to playlist items to mark videos as unwatched" }, "enableSaveToWatchLaterButton": { "label": "Enable save to Watch Later button", From bf5005393f6264bae028e7d86521a2ee5c38684a Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 20 Nov 2025 17:57:13 -0500 Subject: [PATCH 1275/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index 152b9fd39..794d8f156 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -309,9 +309,13 @@ "label": "Standard till originalljudspår", "title": "Använd alltid originalljudspåret som standard" }, - "enablePlaylistManagementButtons": { - "label": "Aktivera knappar för hantering av spellistor", - "title": "Lägger till knappar i spellistobjekt för att ta bort videor från spellistan eller markera dem som ej sedda" + "enableRemoveVideoButton": { + "label": "Remove video button", + "title": "Add a button to playlist items to remove videos from the playlist" + }, + "enableMarkAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Add a button to playlist items to mark videos as unwatched" }, "enableSaveToWatchLaterButton": { "label": "Aktivera knappen spara för att titta på senare", From f1cfe0e761b2fc7d0f008c639329b2000efc37f2 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 20 Nov 2025 17:57:14 -0500 Subject: [PATCH 1276/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index fd105c513..eb7899656 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -309,9 +309,13 @@ "label": "Varsayılan olarak orijinal ses parçasına dön", "title": "Her zaman varsayılan olarak orijinal ses parçasına dön" }, - "enablePlaylistManagementButtons": { - "label": "Enable playlist management buttons", - "title": "Adds buttons to playlist items to remove videos from the playlist or mark them as unwatched" + "enableRemoveVideoButton": { + "label": "Remove video button", + "title": "Add a button to playlist items to remove videos from the playlist" + }, + "enableMarkAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Add a button to playlist items to mark videos as unwatched" }, "enableSaveToWatchLaterButton": { "label": "Enable save to Watch Later button", From ae9372e216804fe4c22ea18b6b9c03a07013a5c9 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 20 Nov 2025 17:57:16 -0500 Subject: [PATCH 1277/1783] New translations en-us.json (Ukrainian) --- public/locales/uk-UA.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/public/locales/uk-UA.json b/public/locales/uk-UA.json index 844c6725e..6890933b6 100644 --- a/public/locales/uk-UA.json +++ b/public/locales/uk-UA.json @@ -309,9 +309,13 @@ "label": "Default to original audio track", "title": "Always default to the original audio track" }, - "enablePlaylistManagementButtons": { - "label": "Enable playlist management buttons", - "title": "Adds buttons to playlist items to remove videos from the playlist or mark them as unwatched" + "enableRemoveVideoButton": { + "label": "Remove video button", + "title": "Add a button to playlist items to remove videos from the playlist" + }, + "enableMarkAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Add a button to playlist items to mark videos as unwatched" }, "enableSaveToWatchLaterButton": { "label": "Enable save to Watch Later button", From d1074584046001e2a605bd0ccc6c107146394916 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 20 Nov 2025 17:57:17 -0500 Subject: [PATCH 1278/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index a1c305528..bec3d636c 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -309,9 +309,13 @@ "label": "默认设置为原始音轨", "title": "总是默认原始音轨" }, - "enablePlaylistManagementButtons": { - "label": "启用播放列表管理按钮", - "title": "添加播放列表项目按钮从播放列表中删除视频或将其标记为未观看视频" + "enableRemoveVideoButton": { + "label": "Remove video button", + "title": "Add a button to playlist items to remove videos from the playlist" + }, + "enableMarkAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Add a button to playlist items to mark videos as unwatched" }, "enableSaveToWatchLaterButton": { "label": "启用保存到稍后观看按钮", From 636018d01ec4a59c84910bedc1674272f9fa09af Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 20 Nov 2025 17:57:18 -0500 Subject: [PATCH 1279/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index 8eccf92e7..12cb6d92b 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -309,9 +309,13 @@ "label": "Default to original audio track", "title": "Always default to the original audio track" }, - "enablePlaylistManagementButtons": { - "label": "Enable playlist management buttons", - "title": "Adds buttons to playlist items to remove videos from the playlist or mark them as unwatched" + "enableRemoveVideoButton": { + "label": "Remove video button", + "title": "Add a button to playlist items to remove videos from the playlist" + }, + "enableMarkAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Add a button to playlist items to mark videos as unwatched" }, "enableSaveToWatchLaterButton": { "label": "Enable save to Watch Later button", From 6ebd7eff263aa439b706487ada2fb937e40014fb Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 20 Nov 2025 17:57:18 -0500 Subject: [PATCH 1280/1783] New translations en-us.json (Vietnamese) --- public/locales/vi-VN.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/public/locales/vi-VN.json b/public/locales/vi-VN.json index acddb4f97..047686e66 100644 --- a/public/locales/vi-VN.json +++ b/public/locales/vi-VN.json @@ -309,9 +309,13 @@ "label": "Default to original audio track", "title": "Always default to the original audio track" }, - "enablePlaylistManagementButtons": { - "label": "Enable playlist management buttons", - "title": "Adds buttons to playlist items to remove videos from the playlist or mark them as unwatched" + "enableRemoveVideoButton": { + "label": "Remove video button", + "title": "Add a button to playlist items to remove videos from the playlist" + }, + "enableMarkAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Add a button to playlist items to mark videos as unwatched" }, "enableSaveToWatchLaterButton": { "label": "Enable save to Watch Later button", From ea288ddc754367ed5979bed9f1150f42ae3fbeb3 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 20 Nov 2025 17:57:20 -0500 Subject: [PATCH 1281/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index b0803fb7f..48086281c 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -309,9 +309,13 @@ "label": "Retornar à faixa de vídeo original", "title": "Sempre retornar à faixa de vídeo original" }, - "enablePlaylistManagementButtons": { - "label": "Enable playlist management buttons", - "title": "Adds buttons to playlist items to remove videos from the playlist or mark them as unwatched" + "enableRemoveVideoButton": { + "label": "Remove video button", + "title": "Add a button to playlist items to remove videos from the playlist" + }, + "enableMarkAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Add a button to playlist items to mark videos as unwatched" }, "enableSaveToWatchLaterButton": { "label": "Enable save to Watch Later button", From af7bd49ddcd16d2e529189bb2a469fc9bc9baef9 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 20 Nov 2025 17:57:21 -0500 Subject: [PATCH 1282/1783] New translations en-us.json (Persian) --- public/locales/fa-IR.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/public/locales/fa-IR.json b/public/locales/fa-IR.json index 7d7315f30..7360115c0 100644 --- a/public/locales/fa-IR.json +++ b/public/locales/fa-IR.json @@ -309,9 +309,13 @@ "label": "Default to original audio track", "title": "Always default to the original audio track" }, - "enablePlaylistManagementButtons": { - "label": "Enable playlist management buttons", - "title": "Adds buttons to playlist items to remove videos from the playlist or mark them as unwatched" + "enableRemoveVideoButton": { + "label": "Remove video button", + "title": "Add a button to playlist items to remove videos from the playlist" + }, + "enableMarkAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Add a button to playlist items to mark videos as unwatched" }, "enableSaveToWatchLaterButton": { "label": "Enable save to Watch Later button", From 6f13ef86d24b9a9a8c17cdca979004f448de6cf0 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 20 Nov 2025 17:57:22 -0500 Subject: [PATCH 1283/1783] New translations en-us.json (Hindi) --- public/locales/hi-IN.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/public/locales/hi-IN.json b/public/locales/hi-IN.json index 24a0142d7..9b6d6d0a5 100644 --- a/public/locales/hi-IN.json +++ b/public/locales/hi-IN.json @@ -309,9 +309,13 @@ "label": "Default to original audio track", "title": "Always default to the original audio track" }, - "enablePlaylistManagementButtons": { - "label": "Enable playlist management buttons", - "title": "Adds buttons to playlist items to remove videos from the playlist or mark them as unwatched" + "enableRemoveVideoButton": { + "label": "Remove video button", + "title": "Add a button to playlist items to remove videos from the playlist" + }, + "enableMarkAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Add a button to playlist items to mark videos as unwatched" }, "enableSaveToWatchLaterButton": { "label": "Enable save to Watch Later button", From 403ea0135af33fc50ece829b0671afd2c1aa7150 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 20 Nov 2025 17:57:23 -0500 Subject: [PATCH 1284/1783] New translations en-us.json (English, United Kingdom) --- public/locales/en-GB.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/public/locales/en-GB.json b/public/locales/en-GB.json index 30e8ece75..7758c384c 100644 --- a/public/locales/en-GB.json +++ b/public/locales/en-GB.json @@ -309,9 +309,13 @@ "label": "Default to original audio track", "title": "Always default to the original audio track" }, - "enablePlaylistManagementButtons": { - "label": "Enable playlist management buttons", - "title": "Adds buttons to playlist items to remove videos from the playlist or mark them as unwatched" + "enableRemoveVideoButton": { + "label": "Remove video button", + "title": "Add a button to playlist items to remove videos from the playlist" + }, + "enableMarkAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Add a button to playlist items to mark videos as unwatched" }, "enableSaveToWatchLaterButton": { "label": "Enable save to Watch Later button", From ae8b95ca6bf53408c4533ef1e85bb7d09f8fb30b Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 20 Nov 2025 18:53:03 -0500 Subject: [PATCH 1285/1783] New translations en-us.json (Spanish) --- public/locales/es-ES.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index 6d860917c..359be5801 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -489,6 +489,19 @@ }, "title": "Ajustes de velocidad de reproducción" }, + "playlistManagement": { + "features": { + "removeVideoButton": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + }, + "markAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + } + }, + "title": "Playlist management settings" + }, "playlistLength": { "enable": { "label": "Display playlist length information", From ef410000369e88c4545849e29c651820dd8aa1af Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 20 Nov 2025 18:53:04 -0500 Subject: [PATCH 1286/1783] New translations en-us.json (French) --- public/locales/fr-FR.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/public/locales/fr-FR.json b/public/locales/fr-FR.json index 5e367862d..742cba353 100644 --- a/public/locales/fr-FR.json +++ b/public/locales/fr-FR.json @@ -489,6 +489,19 @@ }, "title": "Réglages de vitesse de lecture" }, + "playlistManagement": { + "features": { + "removeVideoButton": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + }, + "markAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + } + }, + "title": "Playlist management settings" + }, "playlistLength": { "enable": { "label": "Display playlist length information", From 7f8cc9c5d23dd3bf1c8fcfde9ab165f88f756b68 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 20 Nov 2025 18:53:05 -0500 Subject: [PATCH 1287/1783] New translations en-us.json (Catalan) --- public/locales/ca-ES.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/public/locales/ca-ES.json b/public/locales/ca-ES.json index 20a91733d..15fc71820 100644 --- a/public/locales/ca-ES.json +++ b/public/locales/ca-ES.json @@ -489,6 +489,19 @@ }, "title": "Playback speed settings" }, + "playlistManagement": { + "features": { + "removeVideoButton": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + }, + "markAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + } + }, + "title": "Playlist management settings" + }, "playlistLength": { "enable": { "label": "Display playlist length information", From 23095b71aa667ad9c25f5bcf16230c930cf101bb Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 20 Nov 2025 18:53:07 -0500 Subject: [PATCH 1288/1783] New translations en-us.json (Czech) --- public/locales/cs-CZ.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/public/locales/cs-CZ.json b/public/locales/cs-CZ.json index ce26b2999..99a27d6b4 100644 --- a/public/locales/cs-CZ.json +++ b/public/locales/cs-CZ.json @@ -489,6 +489,19 @@ }, "title": "Playback speed settings" }, + "playlistManagement": { + "features": { + "removeVideoButton": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + }, + "markAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + } + }, + "title": "Playlist management settings" + }, "playlistLength": { "enable": { "label": "Display playlist length information", From d4a656af1f8ccd6ebecbffbd5c818c8ab451d548 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 20 Nov 2025 18:53:08 -0500 Subject: [PATCH 1289/1783] New translations en-us.json (German) --- public/locales/de-DE.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/public/locales/de-DE.json b/public/locales/de-DE.json index 8d5db3208..d07d690b8 100644 --- a/public/locales/de-DE.json +++ b/public/locales/de-DE.json @@ -489,6 +489,19 @@ }, "title": "Wiedergabegeschwindigkeit Einstellungen" }, + "playlistManagement": { + "features": { + "removeVideoButton": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + }, + "markAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + } + }, + "title": "Playlist management settings" + }, "playlistLength": { "enable": { "label": "Display playlist length information", From caffb1f9851d83da51ad94b14ac2864c52bd544f Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 20 Nov 2025 18:53:09 -0500 Subject: [PATCH 1290/1783] New translations en-us.json (Hebrew) --- public/locales/he-IL.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/public/locales/he-IL.json b/public/locales/he-IL.json index fe479562e..3b28dec49 100644 --- a/public/locales/he-IL.json +++ b/public/locales/he-IL.json @@ -489,6 +489,19 @@ }, "title": "Playback speed settings" }, + "playlistManagement": { + "features": { + "removeVideoButton": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + }, + "markAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + } + }, + "title": "Playlist management settings" + }, "playlistLength": { "enable": { "label": "Display playlist length information", From 7514d74e767fbb36c25f62b69440d222022d3ebc Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 20 Nov 2025 18:53:10 -0500 Subject: [PATCH 1291/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index e020513c5..7d722dc53 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -489,6 +489,19 @@ }, "title": "Impostazioni velocità riproduzione" }, + "playlistManagement": { + "features": { + "removeVideoButton": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + }, + "markAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + } + }, + "title": "Playlist management settings" + }, "playlistLength": { "enable": { "label": "Mostra informazioni lunghezza lista riproduzioni", From 84830a7cddc2a28768b6a6f4d7cb8a345f10b83a Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 20 Nov 2025 18:53:11 -0500 Subject: [PATCH 1292/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index ef9890dce..317261de1 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -489,6 +489,19 @@ }, "title": "再生速度設定" }, + "playlistManagement": { + "features": { + "removeVideoButton": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + }, + "markAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + } + }, + "title": "Playlist management settings" + }, "playlistLength": { "enable": { "label": "プレイリストの長さ情報を表示", From b5bf881516bbd4b4656630e5b1af03fdea0212b0 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 20 Nov 2025 18:53:12 -0500 Subject: [PATCH 1293/1783] New translations en-us.json (Korean) --- public/locales/ko-KR.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/public/locales/ko-KR.json b/public/locales/ko-KR.json index 5af3132db..b5192e2d4 100644 --- a/public/locales/ko-KR.json +++ b/public/locales/ko-KR.json @@ -489,6 +489,19 @@ }, "title": "재생 속도 설정" }, + "playlistManagement": { + "features": { + "removeVideoButton": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + }, + "markAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + } + }, + "title": "Playlist management settings" + }, "playlistLength": { "enable": { "label": "Display playlist length information", From f653fd0bac47e7fe51e7abb4d1709367a0966b93 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 20 Nov 2025 18:53:13 -0500 Subject: [PATCH 1294/1783] New translations en-us.json (Dutch) --- public/locales/nl-NL.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/public/locales/nl-NL.json b/public/locales/nl-NL.json index bf94a59ee..a8cfc91d5 100644 --- a/public/locales/nl-NL.json +++ b/public/locales/nl-NL.json @@ -489,6 +489,19 @@ }, "title": "Afspeelsnelheid instellingen" }, + "playlistManagement": { + "features": { + "removeVideoButton": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + }, + "markAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + } + }, + "title": "Playlist management settings" + }, "playlistLength": { "enable": { "label": "Geef afspeellijst lengte informatie weer", From 388abe8bf888e1a5c8840be1843e507f301d6e9d Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 20 Nov 2025 18:53:14 -0500 Subject: [PATCH 1295/1783] New translations en-us.json (Polish) --- public/locales/pl-PL.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/public/locales/pl-PL.json b/public/locales/pl-PL.json index ec54078c7..d64f5e470 100644 --- a/public/locales/pl-PL.json +++ b/public/locales/pl-PL.json @@ -489,6 +489,19 @@ }, "title": "Playback speed settings" }, + "playlistManagement": { + "features": { + "removeVideoButton": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + }, + "markAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + } + }, + "title": "Playlist management settings" + }, "playlistLength": { "enable": { "label": "Display playlist length information", From 1b346c9f3c2331e7850eb1c488b362bc6621d968 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 20 Nov 2025 18:53:15 -0500 Subject: [PATCH 1296/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index 71cadc3e2..a43aee40d 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -489,6 +489,19 @@ }, "title": "Настройки скорости воспроизведения" }, + "playlistManagement": { + "features": { + "removeVideoButton": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + }, + "markAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + } + }, + "title": "Playlist management settings" + }, "playlistLength": { "enable": { "label": "Отображать информацию о длине плейлиста", From f67b0eceefd3e230133b13470a6721a473b9fab5 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 20 Nov 2025 18:53:16 -0500 Subject: [PATCH 1297/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index 794d8f156..04c98254e 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -489,6 +489,19 @@ }, "title": "Inställningar för uppspelningshastighet" }, + "playlistManagement": { + "features": { + "removeVideoButton": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + }, + "markAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + } + }, + "title": "Playlist management settings" + }, "playlistLength": { "enable": { "label": "Visa information om spellistans längd", From 78f7697fca61f9c70dc0b555a7d54dc0f40bcd38 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 20 Nov 2025 18:53:17 -0500 Subject: [PATCH 1298/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index eb7899656..955f1627d 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -489,6 +489,19 @@ }, "title": "Oynatma hızı ayarları" }, + "playlistManagement": { + "features": { + "removeVideoButton": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + }, + "markAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + } + }, + "title": "Playlist management settings" + }, "playlistLength": { "enable": { "label": "Çalma listesinin uzunluk bilgilerini göster", From ab58868851cd64ef5bf062b09971e7bcec0f3482 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 20 Nov 2025 18:53:18 -0500 Subject: [PATCH 1299/1783] New translations en-us.json (Ukrainian) --- public/locales/uk-UA.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/public/locales/uk-UA.json b/public/locales/uk-UA.json index 6890933b6..58294daf6 100644 --- a/public/locales/uk-UA.json +++ b/public/locales/uk-UA.json @@ -489,6 +489,19 @@ }, "title": "Playback speed settings" }, + "playlistManagement": { + "features": { + "removeVideoButton": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + }, + "markAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + } + }, + "title": "Playlist management settings" + }, "playlistLength": { "enable": { "label": "Display playlist length information", From 3b6eacd29267185f7df28e7ab03f4b971b7551d2 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 20 Nov 2025 18:53:19 -0500 Subject: [PATCH 1300/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index bec3d636c..6d8de5267 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -489,6 +489,19 @@ }, "title": "播放速度设置" }, + "playlistManagement": { + "features": { + "removeVideoButton": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + }, + "markAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + } + }, + "title": "Playlist management settings" + }, "playlistLength": { "enable": { "label": "显示播放列表长度信息", From 7228422d842121b4c8109cd06970ed23ee010e91 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 20 Nov 2025 18:53:20 -0500 Subject: [PATCH 1301/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index 12cb6d92b..6c7d13695 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -489,6 +489,19 @@ }, "title": "播放速度設定" }, + "playlistManagement": { + "features": { + "removeVideoButton": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + }, + "markAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + } + }, + "title": "Playlist management settings" + }, "playlistLength": { "enable": { "label": "顯示播放清單時間資訊", From 72dcb3aa997727475147af3d3a88403791474066 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 20 Nov 2025 18:53:21 -0500 Subject: [PATCH 1302/1783] New translations en-us.json (Vietnamese) --- public/locales/vi-VN.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/public/locales/vi-VN.json b/public/locales/vi-VN.json index 047686e66..416f97d33 100644 --- a/public/locales/vi-VN.json +++ b/public/locales/vi-VN.json @@ -489,6 +489,19 @@ }, "title": "Playback speed settings" }, + "playlistManagement": { + "features": { + "removeVideoButton": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + }, + "markAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + } + }, + "title": "Playlist management settings" + }, "playlistLength": { "enable": { "label": "Display playlist length information", From 4b7f021d860ece1652bcffb5ce0672755fd9509a Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 20 Nov 2025 18:53:22 -0500 Subject: [PATCH 1303/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index 48086281c..8b807a700 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -489,6 +489,19 @@ }, "title": "Opções de playback" }, + "playlistManagement": { + "features": { + "removeVideoButton": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + }, + "markAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + } + }, + "title": "Playlist management settings" + }, "playlistLength": { "enable": { "label": "Exibir informações de duração da playlist", From 1ca7fcfc0a12960954798a77736da10a272de0b1 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 20 Nov 2025 18:53:23 -0500 Subject: [PATCH 1304/1783] New translations en-us.json (Persian) --- public/locales/fa-IR.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/public/locales/fa-IR.json b/public/locales/fa-IR.json index 7360115c0..4b39b4c46 100644 --- a/public/locales/fa-IR.json +++ b/public/locales/fa-IR.json @@ -489,6 +489,19 @@ }, "title": "Playback speed settings" }, + "playlistManagement": { + "features": { + "removeVideoButton": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + }, + "markAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + } + }, + "title": "Playlist management settings" + }, "playlistLength": { "enable": { "label": "Display playlist length information", From 77bbd0727f5f52a3aec507d9a05e75dda034b77d Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 20 Nov 2025 18:53:24 -0500 Subject: [PATCH 1305/1783] New translations en-us.json (Hindi) --- public/locales/hi-IN.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/public/locales/hi-IN.json b/public/locales/hi-IN.json index 9b6d6d0a5..3f1948396 100644 --- a/public/locales/hi-IN.json +++ b/public/locales/hi-IN.json @@ -489,6 +489,19 @@ }, "title": "Playback speed settings" }, + "playlistManagement": { + "features": { + "removeVideoButton": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + }, + "markAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + } + }, + "title": "Playlist management settings" + }, "playlistLength": { "enable": { "label": "Display playlist length information", From be114f4741700b4597f5032ae2b263cd503b826a Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 20 Nov 2025 18:53:25 -0500 Subject: [PATCH 1306/1783] New translations en-us.json (English, United Kingdom) --- public/locales/en-GB.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/public/locales/en-GB.json b/public/locales/en-GB.json index 7758c384c..6ae609257 100644 --- a/public/locales/en-GB.json +++ b/public/locales/en-GB.json @@ -489,6 +489,19 @@ }, "title": "Playback speed settings" }, + "playlistManagement": { + "features": { + "removeVideoButton": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + }, + "markAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + } + }, + "title": "Playlist management settings" + }, "playlistLength": { "enable": { "label": "Display playlist length information", From be88c3f4c38493d949e77196d0e40c1a26a70cfa Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 21 Nov 2025 00:58:26 -0500 Subject: [PATCH 1307/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index 6d8de5267..9d909974a 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -214,7 +214,7 @@ }, "title": "把 {{BUTTON_NAME}} 按钮放在 {{PLACEMENT}}" }, - "title": "Button placement settings" + "title": "按钮位置设置" }, "customCSS": { "editor": { @@ -226,7 +226,7 @@ "label": "启用自定义 CSS", "title": "启用自定义 CSS 以应用到页面" }, - "title": "Custom CSS settings" + "title": "自定义 CSS 设置" }, "featureMenu": { "openType": { @@ -310,12 +310,12 @@ "title": "总是默认原始音轨" }, "enableRemoveVideoButton": { - "label": "Remove video button", - "title": "Add a button to playlist items to remove videos from the playlist" + "label": "移除视频按钮", + "title": "在播放列表中添加一个移除视频按钮" }, "enableMarkAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Add a button to playlist items to mark videos as unwatched" + "label": "标记为未观看按钮", + "title": "在播放列表中添加一个标记视频为未观看按钮" }, "enableSaveToWatchLaterButton": { "label": "启用保存到稍后观看按钮", @@ -458,7 +458,7 @@ }, "title": "选择屏幕提示文本颜色" }, - "title": "On-screen display settings", + "title": "屏幕提示信息设置", "type": { "label": "类型", "options": { @@ -492,15 +492,15 @@ "playlistManagement": { "features": { "removeVideoButton": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" + "label": "移除视频按钮", + "title": "添加一个按钮从播放列表中移除视频" }, "markAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" + "label": "标记为未观看按钮", + "title": "添加一个按钮将视频标记为未观看视频" } }, - "title": "Playlist management settings" + "title": "播放列表管理设置" }, "playlistLength": { "enable": { @@ -648,7 +648,7 @@ "label": "API 密钥", "title": "输入您的 Youtube 数据 API V3 密钥。" }, - "title": "YouTube API V3 key" + "title": "YouTube API V3 密钥" }, "youtubeDeepDark": { "author": "作者", @@ -691,7 +691,7 @@ "label": "选择主题", "title": "选择要应用到页面的主题" }, - "title": "YouTube deep dark settings" + "title": "YouTube 暗黑模式设置" } } } From 0216f4ff0ca3b82c1af8585469c8d2948ffca509 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 21 Nov 2025 05:41:06 -0500 Subject: [PATCH 1308/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index 7d722dc53..8eea0d01d 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -214,7 +214,7 @@ }, "title": "Posiziona {{BUTTON_NAME}} {{PLACEMENT}}" }, - "title": "Button placement settings" + "title": "Impostazioni posizione pulsanti" }, "customCSS": { "editor": { @@ -226,7 +226,7 @@ "label": "Abilita CSS personalizzato", "title": "Abilita il CSS personalizzato da applicare alla pagina" }, - "title": "Custom CSS settings" + "title": "Impostazioni CSS personalizzate" }, "featureMenu": { "openType": { @@ -310,12 +310,12 @@ "title": "Traccia audio originale sempre predefinita" }, "enableRemoveVideoButton": { - "label": "Remove video button", - "title": "Add a button to playlist items to remove videos from the playlist" + "label": "Rimuovi pulsante video", + "title": "Aggiungi un pulsante alle voci della lista riproduzioni per rimuovere i video da essa" }, "enableMarkAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Add a button to playlist items to mark videos as unwatched" + "label": "Marca come pulsante non visto", + "title": "Aggiungi un pulsante alle voci della lista riproduzioni per contrassegnare i video come non visti" }, "enableSaveToWatchLaterButton": { "label": "Abilita il pulsante del salvataggio per guardare più tardi", @@ -458,7 +458,7 @@ }, "title": "Seleziona la posizione dello schermo interattivo" }, - "title": "On-screen display settings", + "title": "Impostazioni schermo", "type": { "label": "Tipo", "options": { @@ -492,8 +492,8 @@ "playlistManagement": { "features": { "removeVideoButton": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" + "label": "Rimuovi pulsante video", + "title": "Aggiunge un pulsante per rimuovere i video dalla lista riproduzioni" }, "markAsUnwatchedButton": { "label": "Mark as unwatched button", @@ -648,7 +648,7 @@ "label": "Chiave API", "title": "Inserisci la tua chiave Youtube API V3." }, - "title": "YouTube API V3 key" + "title": "Chiave API V3 di YouTube" }, "youtubeDeepDark": { "author": "Autore", @@ -691,7 +691,7 @@ "label": "Seleziona tema", "title": "Seleziona un tema da applicare alla pagina" }, - "title": "YouTube deep dark settings" + "title": "Impostazioni scure di YouTube" } } } From c7355da555fdae921bcac5c4a812a16f9ac51514 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 21 Nov 2025 07:40:17 -0500 Subject: [PATCH 1309/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index 8eea0d01d..75d613289 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -496,11 +496,11 @@ "title": "Aggiunge un pulsante per rimuovere i video dalla lista riproduzioni" }, "markAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" + "label": "Marca come pulsante non visto", + "title": "Aggiunge un pulsante per marcare i video come non visti" } }, - "title": "Playlist management settings" + "title": "Impostazioni gestione scaletta" }, "playlistLength": { "enable": { From 93ca73b3c63269cca33a0c4cb19ff79e394c14ea Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 23 Nov 2025 04:50:59 -0500 Subject: [PATCH 1310/1783] New translations en-us.json (Spanish) --- public/locales/es-ES.json | 38 +++++++++++++++++++++----------------- 1 file changed, 21 insertions(+), 17 deletions(-) diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index 359be5801..b17e30033 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -309,14 +309,14 @@ "label": "Default to original audio track", "title": "Always default to the original audio track" }, - "enableRemoveVideoButton": { - "label": "Remove video button", - "title": "Add a button to playlist items to remove videos from the playlist" - }, "enableMarkAsUnwatchedButton": { "label": "Mark as unwatched button", "title": "Add a button to playlist items to mark videos as unwatched" }, + "enableRemoveVideoButton": { + "label": "Remove video button", + "title": "Add a button to playlist items to remove videos from the playlist" + }, "enableSaveToWatchLaterButton": { "label": "Enable save to Watch Later button", "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" @@ -361,6 +361,10 @@ "label": "Ocultar shorts", "title": "Oculta todos los shorts" }, + "hideSidebarRecommendedVideos": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + }, "hideTranslateComment": { "label": "Hide translate comment button", "title": "Hides 'Translate to Language' button under comments" @@ -489,19 +493,6 @@ }, "title": "Ajustes de velocidad de reproducción" }, - "playlistManagement": { - "features": { - "removeVideoButton": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - }, - "markAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - } - }, - "title": "Playlist management settings" - }, "playlistLength": { "enable": { "label": "Display playlist length information", @@ -525,6 +516,19 @@ } } }, + "playlistManagement": { + "features": { + "markAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + }, + "removeVideoButton": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + }, + "title": "Playlist management settings" + }, "playlistManagementButtons": { "failedToMarkAsUnwatched": "Failed to mark video as unwatched", "failedToRemoveVideo": "Failed to remove video", From 5d82484138c1d929d059c1f36394b9aeabaf4234 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 23 Nov 2025 04:51:00 -0500 Subject: [PATCH 1311/1783] New translations en-us.json (French) --- public/locales/fr-FR.json | 38 +++++++++++++++++++++----------------- 1 file changed, 21 insertions(+), 17 deletions(-) diff --git a/public/locales/fr-FR.json b/public/locales/fr-FR.json index 742cba353..00703cc46 100644 --- a/public/locales/fr-FR.json +++ b/public/locales/fr-FR.json @@ -309,14 +309,14 @@ "label": "Default to original audio track", "title": "Always default to the original audio track" }, - "enableRemoveVideoButton": { - "label": "Remove video button", - "title": "Add a button to playlist items to remove videos from the playlist" - }, "enableMarkAsUnwatchedButton": { "label": "Mark as unwatched button", "title": "Add a button to playlist items to mark videos as unwatched" }, + "enableRemoveVideoButton": { + "label": "Remove video button", + "title": "Add a button to playlist items to remove videos from the playlist" + }, "enableSaveToWatchLaterButton": { "label": "Enable save to Watch Later button", "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" @@ -361,6 +361,10 @@ "label": "Hide shorts", "title": "Hides all shorts" }, + "hideSidebarRecommendedVideos": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + }, "hideTranslateComment": { "label": "Hide translate comment button", "title": "Hides 'Translate to Language' button under comments" @@ -489,19 +493,6 @@ }, "title": "Réglages de vitesse de lecture" }, - "playlistManagement": { - "features": { - "removeVideoButton": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - }, - "markAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - } - }, - "title": "Playlist management settings" - }, "playlistLength": { "enable": { "label": "Display playlist length information", @@ -525,6 +516,19 @@ } } }, + "playlistManagement": { + "features": { + "markAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + }, + "removeVideoButton": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + }, + "title": "Playlist management settings" + }, "playlistManagementButtons": { "failedToMarkAsUnwatched": "Failed to mark video as unwatched", "failedToRemoveVideo": "Failed to remove video", From d86e98c5651d23a9568330a0f7f33dcdcf89d5d4 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 23 Nov 2025 04:51:01 -0500 Subject: [PATCH 1312/1783] New translations en-us.json (Catalan) --- public/locales/ca-ES.json | 38 +++++++++++++++++++++----------------- 1 file changed, 21 insertions(+), 17 deletions(-) diff --git a/public/locales/ca-ES.json b/public/locales/ca-ES.json index 15fc71820..8a0283084 100644 --- a/public/locales/ca-ES.json +++ b/public/locales/ca-ES.json @@ -309,14 +309,14 @@ "label": "Default to original audio track", "title": "Always default to the original audio track" }, - "enableRemoveVideoButton": { - "label": "Remove video button", - "title": "Add a button to playlist items to remove videos from the playlist" - }, "enableMarkAsUnwatchedButton": { "label": "Mark as unwatched button", "title": "Add a button to playlist items to mark videos as unwatched" }, + "enableRemoveVideoButton": { + "label": "Remove video button", + "title": "Add a button to playlist items to remove videos from the playlist" + }, "enableSaveToWatchLaterButton": { "label": "Enable save to Watch Later button", "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" @@ -361,6 +361,10 @@ "label": "Hide shorts", "title": "Hides all shorts" }, + "hideSidebarRecommendedVideos": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + }, "hideTranslateComment": { "label": "Hide translate comment button", "title": "Hides 'Translate to Language' button under comments" @@ -489,19 +493,6 @@ }, "title": "Playback speed settings" }, - "playlistManagement": { - "features": { - "removeVideoButton": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - }, - "markAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - } - }, - "title": "Playlist management settings" - }, "playlistLength": { "enable": { "label": "Display playlist length information", @@ -525,6 +516,19 @@ } } }, + "playlistManagement": { + "features": { + "markAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + }, + "removeVideoButton": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + }, + "title": "Playlist management settings" + }, "playlistManagementButtons": { "failedToMarkAsUnwatched": "Failed to mark video as unwatched", "failedToRemoveVideo": "Failed to remove video", From fa6a060a83fdae05967d8b224021bafbb99f3f81 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 23 Nov 2025 04:51:02 -0500 Subject: [PATCH 1313/1783] New translations en-us.json (Czech) --- public/locales/cs-CZ.json | 38 +++++++++++++++++++++----------------- 1 file changed, 21 insertions(+), 17 deletions(-) diff --git a/public/locales/cs-CZ.json b/public/locales/cs-CZ.json index 99a27d6b4..b42283900 100644 --- a/public/locales/cs-CZ.json +++ b/public/locales/cs-CZ.json @@ -309,14 +309,14 @@ "label": "Default to original audio track", "title": "Always default to the original audio track" }, - "enableRemoveVideoButton": { - "label": "Remove video button", - "title": "Add a button to playlist items to remove videos from the playlist" - }, "enableMarkAsUnwatchedButton": { "label": "Mark as unwatched button", "title": "Add a button to playlist items to mark videos as unwatched" }, + "enableRemoveVideoButton": { + "label": "Remove video button", + "title": "Add a button to playlist items to remove videos from the playlist" + }, "enableSaveToWatchLaterButton": { "label": "Enable save to Watch Later button", "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" @@ -361,6 +361,10 @@ "label": "Hide shorts", "title": "Hides all shorts" }, + "hideSidebarRecommendedVideos": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + }, "hideTranslateComment": { "label": "Hide translate comment button", "title": "Hides 'Translate to Language' button under comments" @@ -489,19 +493,6 @@ }, "title": "Playback speed settings" }, - "playlistManagement": { - "features": { - "removeVideoButton": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - }, - "markAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - } - }, - "title": "Playlist management settings" - }, "playlistLength": { "enable": { "label": "Display playlist length information", @@ -525,6 +516,19 @@ } } }, + "playlistManagement": { + "features": { + "markAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + }, + "removeVideoButton": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + }, + "title": "Playlist management settings" + }, "playlistManagementButtons": { "failedToMarkAsUnwatched": "Failed to mark video as unwatched", "failedToRemoveVideo": "Failed to remove video", From e2927842507c7cce84f9082e55d6d5209a2bfd2d Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 23 Nov 2025 04:51:03 -0500 Subject: [PATCH 1314/1783] New translations en-us.json (German) --- public/locales/de-DE.json | 38 +++++++++++++++++++++----------------- 1 file changed, 21 insertions(+), 17 deletions(-) diff --git a/public/locales/de-DE.json b/public/locales/de-DE.json index d07d690b8..95ad0b7f9 100644 --- a/public/locales/de-DE.json +++ b/public/locales/de-DE.json @@ -309,14 +309,14 @@ "label": "Default to original audio track", "title": "Always default to the original audio track" }, - "enableRemoveVideoButton": { - "label": "Remove video button", - "title": "Add a button to playlist items to remove videos from the playlist" - }, "enableMarkAsUnwatchedButton": { "label": "Mark as unwatched button", "title": "Add a button to playlist items to mark videos as unwatched" }, + "enableRemoveVideoButton": { + "label": "Remove video button", + "title": "Add a button to playlist items to remove videos from the playlist" + }, "enableSaveToWatchLaterButton": { "label": "Enable save to Watch Later button", "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" @@ -361,6 +361,10 @@ "label": "Hide shorts", "title": "Hides all shorts" }, + "hideSidebarRecommendedVideos": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + }, "hideTranslateComment": { "label": "Hide translate comment button", "title": "Hides 'Translate to Language' button under comments" @@ -489,19 +493,6 @@ }, "title": "Wiedergabegeschwindigkeit Einstellungen" }, - "playlistManagement": { - "features": { - "removeVideoButton": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - }, - "markAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - } - }, - "title": "Playlist management settings" - }, "playlistLength": { "enable": { "label": "Display playlist length information", @@ -525,6 +516,19 @@ } } }, + "playlistManagement": { + "features": { + "markAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + }, + "removeVideoButton": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + }, + "title": "Playlist management settings" + }, "playlistManagementButtons": { "failedToMarkAsUnwatched": "Failed to mark video as unwatched", "failedToRemoveVideo": "Failed to remove video", From 7d5e5b68e2e5b5bc31f1092c48558a49aba08e43 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 23 Nov 2025 04:51:05 -0500 Subject: [PATCH 1315/1783] New translations en-us.json (Hebrew) --- public/locales/he-IL.json | 38 +++++++++++++++++++++----------------- 1 file changed, 21 insertions(+), 17 deletions(-) diff --git a/public/locales/he-IL.json b/public/locales/he-IL.json index 3b28dec49..a0bf17b8a 100644 --- a/public/locales/he-IL.json +++ b/public/locales/he-IL.json @@ -309,14 +309,14 @@ "label": "Default to original audio track", "title": "Always default to the original audio track" }, - "enableRemoveVideoButton": { - "label": "Remove video button", - "title": "Add a button to playlist items to remove videos from the playlist" - }, "enableMarkAsUnwatchedButton": { "label": "Mark as unwatched button", "title": "Add a button to playlist items to mark videos as unwatched" }, + "enableRemoveVideoButton": { + "label": "Remove video button", + "title": "Add a button to playlist items to remove videos from the playlist" + }, "enableSaveToWatchLaterButton": { "label": "Enable save to Watch Later button", "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" @@ -361,6 +361,10 @@ "label": "Hide shorts", "title": "Hides all shorts" }, + "hideSidebarRecommendedVideos": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + }, "hideTranslateComment": { "label": "Hide translate comment button", "title": "Hides 'Translate to Language' button under comments" @@ -489,19 +493,6 @@ }, "title": "Playback speed settings" }, - "playlistManagement": { - "features": { - "removeVideoButton": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - }, - "markAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - } - }, - "title": "Playlist management settings" - }, "playlistLength": { "enable": { "label": "Display playlist length information", @@ -525,6 +516,19 @@ } } }, + "playlistManagement": { + "features": { + "markAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + }, + "removeVideoButton": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + }, + "title": "Playlist management settings" + }, "playlistManagementButtons": { "failedToMarkAsUnwatched": "Failed to mark video as unwatched", "failedToRemoveVideo": "Failed to remove video", From 326380ee3382976bb8d882913d89a1796b8fdc18 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 23 Nov 2025 04:51:06 -0500 Subject: [PATCH 1316/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 38 +++++++++++++++++++++----------------- 1 file changed, 21 insertions(+), 17 deletions(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index 75d613289..c4641e0f7 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -309,14 +309,14 @@ "label": "Traccia audio originale predefinita", "title": "Traccia audio originale sempre predefinita" }, - "enableRemoveVideoButton": { - "label": "Rimuovi pulsante video", - "title": "Aggiungi un pulsante alle voci della lista riproduzioni per rimuovere i video da essa" - }, "enableMarkAsUnwatchedButton": { "label": "Marca come pulsante non visto", "title": "Aggiungi un pulsante alle voci della lista riproduzioni per contrassegnare i video come non visti" }, + "enableRemoveVideoButton": { + "label": "Rimuovi pulsante video", + "title": "Aggiungi un pulsante alle voci della lista riproduzioni per rimuovere i video da essa" + }, "enableSaveToWatchLaterButton": { "label": "Abilita il pulsante del salvataggio per guardare più tardi", "title": "Aggiunge un pulsante ai video Home e Abbonamenti per salvare il video nella lista riproduzioni 'Guarda più tardi'" @@ -361,6 +361,10 @@ "label": "Nascondi blocchi", "title": "Nasconde tutti i blocchi" }, + "hideSidebarRecommendedVideos": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + }, "hideTranslateComment": { "label": "Nascondi pulsante \"Traduci commento\"", "title": "Nasconde il pulsante 'Traduci in…' sotto i commenti" @@ -489,19 +493,6 @@ }, "title": "Impostazioni velocità riproduzione" }, - "playlistManagement": { - "features": { - "removeVideoButton": { - "label": "Rimuovi pulsante video", - "title": "Aggiunge un pulsante per rimuovere i video dalla lista riproduzioni" - }, - "markAsUnwatchedButton": { - "label": "Marca come pulsante non visto", - "title": "Aggiunge un pulsante per marcare i video come non visti" - } - }, - "title": "Impostazioni gestione scaletta" - }, "playlistLength": { "enable": { "label": "Mostra informazioni lunghezza lista riproduzioni", @@ -525,6 +516,19 @@ } } }, + "playlistManagement": { + "features": { + "markAsUnwatchedButton": { + "label": "Marca come pulsante non visto", + "title": "Aggiunge un pulsante per marcare i video come non visti" + }, + "removeVideoButton": { + "label": "Rimuovi pulsante video", + "title": "Aggiunge un pulsante per rimuovere i video dalla lista riproduzioni" + } + }, + "title": "Impostazioni gestione scaletta" + }, "playlistManagementButtons": { "failedToMarkAsUnwatched": "Impossibile contrassegnare il video come non visto", "failedToRemoveVideo": "Impossibile rimuovere il video", From e49b2844ebaea9688ae6a23a68b7ae2437acb175 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 23 Nov 2025 04:51:07 -0500 Subject: [PATCH 1317/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 38 +++++++++++++++++++++----------------- 1 file changed, 21 insertions(+), 17 deletions(-) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index 317261de1..b55198630 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -309,14 +309,14 @@ "label": "Default to original audio track", "title": "Always default to the original audio track" }, - "enableRemoveVideoButton": { - "label": "Remove video button", - "title": "Add a button to playlist items to remove videos from the playlist" - }, "enableMarkAsUnwatchedButton": { "label": "Mark as unwatched button", "title": "Add a button to playlist items to mark videos as unwatched" }, + "enableRemoveVideoButton": { + "label": "Remove video button", + "title": "Add a button to playlist items to remove videos from the playlist" + }, "enableSaveToWatchLaterButton": { "label": "Enable save to Watch Later button", "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" @@ -361,6 +361,10 @@ "label": "ショートを隠す", "title": "全ショートを隠す" }, + "hideSidebarRecommendedVideos": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + }, "hideTranslateComment": { "label": "コメント翻訳ボタンを隠す", "title": "コメントの下で「言語に翻訳する」ボタンを隠する" @@ -489,19 +493,6 @@ }, "title": "再生速度設定" }, - "playlistManagement": { - "features": { - "removeVideoButton": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - }, - "markAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - } - }, - "title": "Playlist management settings" - }, "playlistLength": { "enable": { "label": "プレイリストの長さ情報を表示", @@ -525,6 +516,19 @@ } } }, + "playlistManagement": { + "features": { + "markAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + }, + "removeVideoButton": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + }, + "title": "Playlist management settings" + }, "playlistManagementButtons": { "failedToMarkAsUnwatched": "Failed to mark video as unwatched", "failedToRemoveVideo": "Failed to remove video", From b567e1c099e753cf8765a4474a2e9ba674ada48c Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 23 Nov 2025 04:51:08 -0500 Subject: [PATCH 1318/1783] New translations en-us.json (Korean) --- public/locales/ko-KR.json | 38 +++++++++++++++++++++----------------- 1 file changed, 21 insertions(+), 17 deletions(-) diff --git a/public/locales/ko-KR.json b/public/locales/ko-KR.json index b5192e2d4..651976fc0 100644 --- a/public/locales/ko-KR.json +++ b/public/locales/ko-KR.json @@ -309,14 +309,14 @@ "label": "Default to original audio track", "title": "Always default to the original audio track" }, - "enableRemoveVideoButton": { - "label": "Remove video button", - "title": "Add a button to playlist items to remove videos from the playlist" - }, "enableMarkAsUnwatchedButton": { "label": "Mark as unwatched button", "title": "Add a button to playlist items to mark videos as unwatched" }, + "enableRemoveVideoButton": { + "label": "Remove video button", + "title": "Add a button to playlist items to remove videos from the playlist" + }, "enableSaveToWatchLaterButton": { "label": "Enable save to Watch Later button", "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" @@ -361,6 +361,10 @@ "label": "쇼츠 숨기기", "title": "쇼츠 동영상들을 숨깁니다." }, + "hideSidebarRecommendedVideos": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + }, "hideTranslateComment": { "label": "댓글 번역 버튼 숨기기", "title": "댓글 아래에 표시되는 번역 버튼을 숨깁니다." @@ -489,19 +493,6 @@ }, "title": "재생 속도 설정" }, - "playlistManagement": { - "features": { - "removeVideoButton": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - }, - "markAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - } - }, - "title": "Playlist management settings" - }, "playlistLength": { "enable": { "label": "Display playlist length information", @@ -525,6 +516,19 @@ } } }, + "playlistManagement": { + "features": { + "markAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + }, + "removeVideoButton": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + }, + "title": "Playlist management settings" + }, "playlistManagementButtons": { "failedToMarkAsUnwatched": "Failed to mark video as unwatched", "failedToRemoveVideo": "Failed to remove video", From 1774ccabebb3f81cfaf6e4860e13110b4ee05ada Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 23 Nov 2025 04:51:09 -0500 Subject: [PATCH 1319/1783] New translations en-us.json (Dutch) --- public/locales/nl-NL.json | 38 +++++++++++++++++++++----------------- 1 file changed, 21 insertions(+), 17 deletions(-) diff --git a/public/locales/nl-NL.json b/public/locales/nl-NL.json index a8cfc91d5..c5c92b5c2 100644 --- a/public/locales/nl-NL.json +++ b/public/locales/nl-NL.json @@ -309,14 +309,14 @@ "label": "Default to original audio track", "title": "Always default to the original audio track" }, - "enableRemoveVideoButton": { - "label": "Remove video button", - "title": "Add a button to playlist items to remove videos from the playlist" - }, "enableMarkAsUnwatchedButton": { "label": "Mark as unwatched button", "title": "Add a button to playlist items to mark videos as unwatched" }, + "enableRemoveVideoButton": { + "label": "Remove video button", + "title": "Add a button to playlist items to remove videos from the playlist" + }, "enableSaveToWatchLaterButton": { "label": "Enable save to Watch Later button", "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" @@ -361,6 +361,10 @@ "label": "Shorts verbergen", "title": "Verbergt alle shorts" }, + "hideSidebarRecommendedVideos": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + }, "hideTranslateComment": { "label": "Verberg vertaal reactie knop", "title": "Verbergt \"Vertaal naar Taal\" knop onder reacties" @@ -489,19 +493,6 @@ }, "title": "Afspeelsnelheid instellingen" }, - "playlistManagement": { - "features": { - "removeVideoButton": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - }, - "markAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - } - }, - "title": "Playlist management settings" - }, "playlistLength": { "enable": { "label": "Geef afspeellijst lengte informatie weer", @@ -525,6 +516,19 @@ } } }, + "playlistManagement": { + "features": { + "markAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + }, + "removeVideoButton": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + }, + "title": "Playlist management settings" + }, "playlistManagementButtons": { "failedToMarkAsUnwatched": "Failed to mark video as unwatched", "failedToRemoveVideo": "Failed to remove video", From fb1f2dd550440e5551e6d69ed387c7747bad1bfd Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 23 Nov 2025 04:51:10 -0500 Subject: [PATCH 1320/1783] New translations en-us.json (Polish) --- public/locales/pl-PL.json | 38 +++++++++++++++++++++----------------- 1 file changed, 21 insertions(+), 17 deletions(-) diff --git a/public/locales/pl-PL.json b/public/locales/pl-PL.json index d64f5e470..2774f0148 100644 --- a/public/locales/pl-PL.json +++ b/public/locales/pl-PL.json @@ -309,14 +309,14 @@ "label": "Default to original audio track", "title": "Always default to the original audio track" }, - "enableRemoveVideoButton": { - "label": "Remove video button", - "title": "Add a button to playlist items to remove videos from the playlist" - }, "enableMarkAsUnwatchedButton": { "label": "Mark as unwatched button", "title": "Add a button to playlist items to mark videos as unwatched" }, + "enableRemoveVideoButton": { + "label": "Remove video button", + "title": "Add a button to playlist items to remove videos from the playlist" + }, "enableSaveToWatchLaterButton": { "label": "Enable save to Watch Later button", "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" @@ -361,6 +361,10 @@ "label": "Ukryj szorty", "title": "Ukrywa wszystkie szorty" }, + "hideSidebarRecommendedVideos": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + }, "hideTranslateComment": { "label": "Hide translate comment button", "title": "Hides 'Translate to Language' button under comments" @@ -489,19 +493,6 @@ }, "title": "Playback speed settings" }, - "playlistManagement": { - "features": { - "removeVideoButton": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - }, - "markAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - } - }, - "title": "Playlist management settings" - }, "playlistLength": { "enable": { "label": "Display playlist length information", @@ -525,6 +516,19 @@ } } }, + "playlistManagement": { + "features": { + "markAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + }, + "removeVideoButton": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + }, + "title": "Playlist management settings" + }, "playlistManagementButtons": { "failedToMarkAsUnwatched": "Failed to mark video as unwatched", "failedToRemoveVideo": "Failed to remove video", From f6e27c978ddbc39e034644bd6088531c60814af3 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 23 Nov 2025 04:51:11 -0500 Subject: [PATCH 1321/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 38 +++++++++++++++++++++----------------- 1 file changed, 21 insertions(+), 17 deletions(-) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index a43aee40d..f6610a408 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -309,14 +309,14 @@ "label": "Выставлять оригинальную звуковую дорожку по умолчанию", "title": "Всегда выставлять оригинальную аудио дорожку видео по умолчанию" }, - "enableRemoveVideoButton": { - "label": "Remove video button", - "title": "Add a button to playlist items to remove videos from the playlist" - }, "enableMarkAsUnwatchedButton": { "label": "Mark as unwatched button", "title": "Add a button to playlist items to mark videos as unwatched" }, + "enableRemoveVideoButton": { + "label": "Remove video button", + "title": "Add a button to playlist items to remove videos from the playlist" + }, "enableSaveToWatchLaterButton": { "label": "Enable save to Watch Later button", "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" @@ -361,6 +361,10 @@ "label": "Скрыть Shorts", "title": "Скрывает все Shorts" }, + "hideSidebarRecommendedVideos": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + }, "hideTranslateComment": { "label": "Спрятать кнопку 'Перевести на...'", "title": "Прячет кнопку 'Перевести на русский' под комментарием" @@ -489,19 +493,6 @@ }, "title": "Настройки скорости воспроизведения" }, - "playlistManagement": { - "features": { - "removeVideoButton": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - }, - "markAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - } - }, - "title": "Playlist management settings" - }, "playlistLength": { "enable": { "label": "Отображать информацию о длине плейлиста", @@ -525,6 +516,19 @@ } } }, + "playlistManagement": { + "features": { + "markAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + }, + "removeVideoButton": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + }, + "title": "Playlist management settings" + }, "playlistManagementButtons": { "failedToMarkAsUnwatched": "Failed to mark video as unwatched", "failedToRemoveVideo": "Failed to remove video", From f8dc21ef67c6ab08bec48746bc8eebdf4279b847 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 23 Nov 2025 04:51:12 -0500 Subject: [PATCH 1322/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 38 +++++++++++++++++++++----------------- 1 file changed, 21 insertions(+), 17 deletions(-) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index 04c98254e..732bbb657 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -309,14 +309,14 @@ "label": "Standard till originalljudspår", "title": "Använd alltid originalljudspåret som standard" }, - "enableRemoveVideoButton": { - "label": "Remove video button", - "title": "Add a button to playlist items to remove videos from the playlist" - }, "enableMarkAsUnwatchedButton": { "label": "Mark as unwatched button", "title": "Add a button to playlist items to mark videos as unwatched" }, + "enableRemoveVideoButton": { + "label": "Remove video button", + "title": "Add a button to playlist items to remove videos from the playlist" + }, "enableSaveToWatchLaterButton": { "label": "Aktivera knappen spara för att titta på senare", "title": "Lägger till en knapp på hem- och prenumerationsvideor för att spara videon till spellistan \"Titta på senare\"" @@ -361,6 +361,10 @@ "label": "Dölj shorts", "title": "Döljer alla shorts" }, + "hideSidebarRecommendedVideos": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + }, "hideTranslateComment": { "label": "Dölj översättning av kommentarer", "title": "Döljer knappen 'Översätt till språk' under kommentarer" @@ -489,19 +493,6 @@ }, "title": "Inställningar för uppspelningshastighet" }, - "playlistManagement": { - "features": { - "removeVideoButton": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - }, - "markAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - } - }, - "title": "Playlist management settings" - }, "playlistLength": { "enable": { "label": "Visa information om spellistans längd", @@ -525,6 +516,19 @@ } } }, + "playlistManagement": { + "features": { + "markAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + }, + "removeVideoButton": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + }, + "title": "Playlist management settings" + }, "playlistManagementButtons": { "failedToMarkAsUnwatched": "Det gick inte att markera video som ej sedd", "failedToRemoveVideo": "Det gick inte att ta bort video", From 7a1d73e8e54734bda5cba7fb182093d35970f2d4 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 23 Nov 2025 04:51:13 -0500 Subject: [PATCH 1323/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 38 +++++++++++++++++++++----------------- 1 file changed, 21 insertions(+), 17 deletions(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index 955f1627d..b42fd1ae9 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -309,14 +309,14 @@ "label": "Varsayılan olarak orijinal ses parçasına dön", "title": "Her zaman varsayılan olarak orijinal ses parçasına dön" }, - "enableRemoveVideoButton": { - "label": "Remove video button", - "title": "Add a button to playlist items to remove videos from the playlist" - }, "enableMarkAsUnwatchedButton": { "label": "Mark as unwatched button", "title": "Add a button to playlist items to mark videos as unwatched" }, + "enableRemoveVideoButton": { + "label": "Remove video button", + "title": "Add a button to playlist items to remove videos from the playlist" + }, "enableSaveToWatchLaterButton": { "label": "Enable save to Watch Later button", "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" @@ -361,6 +361,10 @@ "label": "Kısa videoları gizle", "title": "Tüm kısa videoları gizler" }, + "hideSidebarRecommendedVideos": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + }, "hideTranslateComment": { "label": "Yorumu Çevir'i Gizle Butonu", "title": "Yorumlar altındaki 'Dile Çevir' düğmesini gizler" @@ -489,19 +493,6 @@ }, "title": "Oynatma hızı ayarları" }, - "playlistManagement": { - "features": { - "removeVideoButton": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - }, - "markAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - } - }, - "title": "Playlist management settings" - }, "playlistLength": { "enable": { "label": "Çalma listesinin uzunluk bilgilerini göster", @@ -525,6 +516,19 @@ } } }, + "playlistManagement": { + "features": { + "markAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + }, + "removeVideoButton": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + }, + "title": "Playlist management settings" + }, "playlistManagementButtons": { "failedToMarkAsUnwatched": "Failed to mark video as unwatched", "failedToRemoveVideo": "Video kaldırılamadı", From 1ed076aadddbf82aa1dd0040655c638f19da1701 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 23 Nov 2025 04:51:14 -0500 Subject: [PATCH 1324/1783] New translations en-us.json (Ukrainian) --- public/locales/uk-UA.json | 38 +++++++++++++++++++++----------------- 1 file changed, 21 insertions(+), 17 deletions(-) diff --git a/public/locales/uk-UA.json b/public/locales/uk-UA.json index 58294daf6..9d2a1a9b4 100644 --- a/public/locales/uk-UA.json +++ b/public/locales/uk-UA.json @@ -309,14 +309,14 @@ "label": "Default to original audio track", "title": "Always default to the original audio track" }, - "enableRemoveVideoButton": { - "label": "Remove video button", - "title": "Add a button to playlist items to remove videos from the playlist" - }, "enableMarkAsUnwatchedButton": { "label": "Mark as unwatched button", "title": "Add a button to playlist items to mark videos as unwatched" }, + "enableRemoveVideoButton": { + "label": "Remove video button", + "title": "Add a button to playlist items to remove videos from the playlist" + }, "enableSaveToWatchLaterButton": { "label": "Enable save to Watch Later button", "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" @@ -361,6 +361,10 @@ "label": "Hide shorts", "title": "Hides all shorts" }, + "hideSidebarRecommendedVideos": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + }, "hideTranslateComment": { "label": "Hide translate comment button", "title": "Hides 'Translate to Language' button under comments" @@ -489,19 +493,6 @@ }, "title": "Playback speed settings" }, - "playlistManagement": { - "features": { - "removeVideoButton": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - }, - "markAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - } - }, - "title": "Playlist management settings" - }, "playlistLength": { "enable": { "label": "Display playlist length information", @@ -525,6 +516,19 @@ } } }, + "playlistManagement": { + "features": { + "markAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + }, + "removeVideoButton": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + }, + "title": "Playlist management settings" + }, "playlistManagementButtons": { "failedToMarkAsUnwatched": "Failed to mark video as unwatched", "failedToRemoveVideo": "Failed to remove video", From 27b72d095b7ac310a66d1eda965852252a2f08d5 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 23 Nov 2025 04:51:15 -0500 Subject: [PATCH 1325/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 38 +++++++++++++++++++++----------------- 1 file changed, 21 insertions(+), 17 deletions(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index 9d909974a..cde36cab4 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -309,14 +309,14 @@ "label": "默认设置为原始音轨", "title": "总是默认原始音轨" }, - "enableRemoveVideoButton": { - "label": "移除视频按钮", - "title": "在播放列表中添加一个移除视频按钮" - }, "enableMarkAsUnwatchedButton": { "label": "标记为未观看按钮", "title": "在播放列表中添加一个标记视频为未观看按钮" }, + "enableRemoveVideoButton": { + "label": "移除视频按钮", + "title": "在播放列表中添加一个移除视频按钮" + }, "enableSaveToWatchLaterButton": { "label": "启用保存到稍后观看按钮", "title": "在主页和订阅视频中添加一个按钮,将视频保存到“稍后观看”播放列表" @@ -361,6 +361,10 @@ "label": "隐藏短视频", "title": "隐藏所有短视频" }, + "hideSidebarRecommendedVideos": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + }, "hideTranslateComment": { "label": "隐藏翻译评论按钮", "title": "隐藏评论下方的“翻译至当前语言”按钮" @@ -489,19 +493,6 @@ }, "title": "播放速度设置" }, - "playlistManagement": { - "features": { - "removeVideoButton": { - "label": "移除视频按钮", - "title": "添加一个按钮从播放列表中移除视频" - }, - "markAsUnwatchedButton": { - "label": "标记为未观看按钮", - "title": "添加一个按钮将视频标记为未观看视频" - } - }, - "title": "播放列表管理设置" - }, "playlistLength": { "enable": { "label": "显示播放列表长度信息", @@ -525,6 +516,19 @@ } } }, + "playlistManagement": { + "features": { + "markAsUnwatchedButton": { + "label": "标记为未观看按钮", + "title": "添加一个按钮将视频标记为未观看视频" + }, + "removeVideoButton": { + "label": "移除视频按钮", + "title": "添加一个按钮从播放列表中移除视频" + } + }, + "title": "播放列表管理设置" + }, "playlistManagementButtons": { "failedToMarkAsUnwatched": "将视频标记为未观看失败", "failedToRemoveVideo": "移除视频失败", From 5a9eb7d224e8b50520db1ea0d271abae54484182 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 23 Nov 2025 04:51:16 -0500 Subject: [PATCH 1326/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 38 +++++++++++++++++++++----------------- 1 file changed, 21 insertions(+), 17 deletions(-) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index 6c7d13695..7f1f266ba 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -309,14 +309,14 @@ "label": "Default to original audio track", "title": "Always default to the original audio track" }, - "enableRemoveVideoButton": { - "label": "Remove video button", - "title": "Add a button to playlist items to remove videos from the playlist" - }, "enableMarkAsUnwatchedButton": { "label": "Mark as unwatched button", "title": "Add a button to playlist items to mark videos as unwatched" }, + "enableRemoveVideoButton": { + "label": "Remove video button", + "title": "Add a button to playlist items to remove videos from the playlist" + }, "enableSaveToWatchLaterButton": { "label": "Enable save to Watch Later button", "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" @@ -361,6 +361,10 @@ "label": "隱藏 Shorts", "title": "隱藏全部 Shorts" }, + "hideSidebarRecommendedVideos": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + }, "hideTranslateComment": { "label": "隱藏翻譯留言按鈕", "title": "隱藏留言下的翻譯按鈕" @@ -489,19 +493,6 @@ }, "title": "播放速度設定" }, - "playlistManagement": { - "features": { - "removeVideoButton": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - }, - "markAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - } - }, - "title": "Playlist management settings" - }, "playlistLength": { "enable": { "label": "顯示播放清單時間資訊", @@ -525,6 +516,19 @@ } } }, + "playlistManagement": { + "features": { + "markAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + }, + "removeVideoButton": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + }, + "title": "Playlist management settings" + }, "playlistManagementButtons": { "failedToMarkAsUnwatched": "Failed to mark video as unwatched", "failedToRemoveVideo": "Failed to remove video", From a7e9f3962807d426d9a847af5485f1c670b5bd4c Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 23 Nov 2025 04:51:17 -0500 Subject: [PATCH 1327/1783] New translations en-us.json (Vietnamese) --- public/locales/vi-VN.json | 38 +++++++++++++++++++++----------------- 1 file changed, 21 insertions(+), 17 deletions(-) diff --git a/public/locales/vi-VN.json b/public/locales/vi-VN.json index 416f97d33..39482f52e 100644 --- a/public/locales/vi-VN.json +++ b/public/locales/vi-VN.json @@ -309,14 +309,14 @@ "label": "Default to original audio track", "title": "Always default to the original audio track" }, - "enableRemoveVideoButton": { - "label": "Remove video button", - "title": "Add a button to playlist items to remove videos from the playlist" - }, "enableMarkAsUnwatchedButton": { "label": "Mark as unwatched button", "title": "Add a button to playlist items to mark videos as unwatched" }, + "enableRemoveVideoButton": { + "label": "Remove video button", + "title": "Add a button to playlist items to remove videos from the playlist" + }, "enableSaveToWatchLaterButton": { "label": "Enable save to Watch Later button", "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" @@ -361,6 +361,10 @@ "label": "Hide shorts", "title": "Hides all shorts" }, + "hideSidebarRecommendedVideos": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + }, "hideTranslateComment": { "label": "Hide translate comment button", "title": "Hides 'Translate to Language' button under comments" @@ -489,19 +493,6 @@ }, "title": "Playback speed settings" }, - "playlistManagement": { - "features": { - "removeVideoButton": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - }, - "markAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - } - }, - "title": "Playlist management settings" - }, "playlistLength": { "enable": { "label": "Display playlist length information", @@ -525,6 +516,19 @@ } } }, + "playlistManagement": { + "features": { + "markAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + }, + "removeVideoButton": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + }, + "title": "Playlist management settings" + }, "playlistManagementButtons": { "failedToMarkAsUnwatched": "Failed to mark video as unwatched", "failedToRemoveVideo": "Failed to remove video", From 204604e383f2951b8545bc77808a5b6474186570 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 23 Nov 2025 04:51:18 -0500 Subject: [PATCH 1328/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 38 +++++++++++++++++++++----------------- 1 file changed, 21 insertions(+), 17 deletions(-) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index 8b807a700..54b79844a 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -309,14 +309,14 @@ "label": "Retornar à faixa de vídeo original", "title": "Sempre retornar à faixa de vídeo original" }, - "enableRemoveVideoButton": { - "label": "Remove video button", - "title": "Add a button to playlist items to remove videos from the playlist" - }, "enableMarkAsUnwatchedButton": { "label": "Mark as unwatched button", "title": "Add a button to playlist items to mark videos as unwatched" }, + "enableRemoveVideoButton": { + "label": "Remove video button", + "title": "Add a button to playlist items to remove videos from the playlist" + }, "enableSaveToWatchLaterButton": { "label": "Enable save to Watch Later button", "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" @@ -361,6 +361,10 @@ "label": "Ocultar \"Shorts\"", "title": "Oculta a função \"Shorts\"" }, + "hideSidebarRecommendedVideos": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + }, "hideTranslateComment": { "label": "Ocultar botão de traduzir comentário", "title": "Oculta o botão de tradução de comentário" @@ -489,19 +493,6 @@ }, "title": "Opções de playback" }, - "playlistManagement": { - "features": { - "removeVideoButton": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - }, - "markAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - } - }, - "title": "Playlist management settings" - }, "playlistLength": { "enable": { "label": "Exibir informações de duração da playlist", @@ -525,6 +516,19 @@ } } }, + "playlistManagement": { + "features": { + "markAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + }, + "removeVideoButton": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + }, + "title": "Playlist management settings" + }, "playlistManagementButtons": { "failedToMarkAsUnwatched": "Failed to mark video as unwatched", "failedToRemoveVideo": "Failed to remove video", From 0e9a7828d75d71e398df96d53ab9f97ec9962e48 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 23 Nov 2025 04:51:19 -0500 Subject: [PATCH 1329/1783] New translations en-us.json (Persian) --- public/locales/fa-IR.json | 38 +++++++++++++++++++++----------------- 1 file changed, 21 insertions(+), 17 deletions(-) diff --git a/public/locales/fa-IR.json b/public/locales/fa-IR.json index 4b39b4c46..9aeaa6b2f 100644 --- a/public/locales/fa-IR.json +++ b/public/locales/fa-IR.json @@ -309,14 +309,14 @@ "label": "Default to original audio track", "title": "Always default to the original audio track" }, - "enableRemoveVideoButton": { - "label": "Remove video button", - "title": "Add a button to playlist items to remove videos from the playlist" - }, "enableMarkAsUnwatchedButton": { "label": "Mark as unwatched button", "title": "Add a button to playlist items to mark videos as unwatched" }, + "enableRemoveVideoButton": { + "label": "Remove video button", + "title": "Add a button to playlist items to remove videos from the playlist" + }, "enableSaveToWatchLaterButton": { "label": "Enable save to Watch Later button", "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" @@ -361,6 +361,10 @@ "label": "Hide shorts", "title": "Hides all shorts" }, + "hideSidebarRecommendedVideos": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + }, "hideTranslateComment": { "label": "Hide translate comment button", "title": "Hides 'Translate to Language' button under comments" @@ -489,19 +493,6 @@ }, "title": "Playback speed settings" }, - "playlistManagement": { - "features": { - "removeVideoButton": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - }, - "markAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - } - }, - "title": "Playlist management settings" - }, "playlistLength": { "enable": { "label": "Display playlist length information", @@ -525,6 +516,19 @@ } } }, + "playlistManagement": { + "features": { + "markAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + }, + "removeVideoButton": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + }, + "title": "Playlist management settings" + }, "playlistManagementButtons": { "failedToMarkAsUnwatched": "Failed to mark video as unwatched", "failedToRemoveVideo": "Failed to remove video", From 7d42558eb76ae8bc242cad063c1e90bb39b69aca Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 23 Nov 2025 04:51:20 -0500 Subject: [PATCH 1330/1783] New translations en-us.json (Hindi) --- public/locales/hi-IN.json | 38 +++++++++++++++++++++----------------- 1 file changed, 21 insertions(+), 17 deletions(-) diff --git a/public/locales/hi-IN.json b/public/locales/hi-IN.json index 3f1948396..15d254098 100644 --- a/public/locales/hi-IN.json +++ b/public/locales/hi-IN.json @@ -309,14 +309,14 @@ "label": "Default to original audio track", "title": "Always default to the original audio track" }, - "enableRemoveVideoButton": { - "label": "Remove video button", - "title": "Add a button to playlist items to remove videos from the playlist" - }, "enableMarkAsUnwatchedButton": { "label": "Mark as unwatched button", "title": "Add a button to playlist items to mark videos as unwatched" }, + "enableRemoveVideoButton": { + "label": "Remove video button", + "title": "Add a button to playlist items to remove videos from the playlist" + }, "enableSaveToWatchLaterButton": { "label": "Enable save to Watch Later button", "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" @@ -361,6 +361,10 @@ "label": "Hide shorts", "title": "Hides all shorts" }, + "hideSidebarRecommendedVideos": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + }, "hideTranslateComment": { "label": "Hide translate comment button", "title": "Hides 'Translate to Language' button under comments" @@ -489,19 +493,6 @@ }, "title": "Playback speed settings" }, - "playlistManagement": { - "features": { - "removeVideoButton": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - }, - "markAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - } - }, - "title": "Playlist management settings" - }, "playlistLength": { "enable": { "label": "Display playlist length information", @@ -525,6 +516,19 @@ } } }, + "playlistManagement": { + "features": { + "markAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + }, + "removeVideoButton": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + }, + "title": "Playlist management settings" + }, "playlistManagementButtons": { "failedToMarkAsUnwatched": "Failed to mark video as unwatched", "failedToRemoveVideo": "Failed to remove video", From b17305b24356afe6ca062cd336a775f365bab689 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 23 Nov 2025 04:51:21 -0500 Subject: [PATCH 1331/1783] New translations en-us.json (English, United Kingdom) --- public/locales/en-GB.json | 38 +++++++++++++++++++++----------------- 1 file changed, 21 insertions(+), 17 deletions(-) diff --git a/public/locales/en-GB.json b/public/locales/en-GB.json index 6ae609257..a698b86a2 100644 --- a/public/locales/en-GB.json +++ b/public/locales/en-GB.json @@ -309,14 +309,14 @@ "label": "Default to original audio track", "title": "Always default to the original audio track" }, - "enableRemoveVideoButton": { - "label": "Remove video button", - "title": "Add a button to playlist items to remove videos from the playlist" - }, "enableMarkAsUnwatchedButton": { "label": "Mark as unwatched button", "title": "Add a button to playlist items to mark videos as unwatched" }, + "enableRemoveVideoButton": { + "label": "Remove video button", + "title": "Add a button to playlist items to remove videos from the playlist" + }, "enableSaveToWatchLaterButton": { "label": "Enable save to Watch Later button", "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" @@ -361,6 +361,10 @@ "label": "Hide shorts", "title": "Hides all shorts" }, + "hideSidebarRecommendedVideos": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + }, "hideTranslateComment": { "label": "Hide translate comment button", "title": "Hides 'Translate to Language' button under comments" @@ -489,19 +493,6 @@ }, "title": "Playback speed settings" }, - "playlistManagement": { - "features": { - "removeVideoButton": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - }, - "markAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - } - }, - "title": "Playlist management settings" - }, "playlistLength": { "enable": { "label": "Display playlist length information", @@ -525,6 +516,19 @@ } } }, + "playlistManagement": { + "features": { + "markAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + }, + "removeVideoButton": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + }, + "title": "Playlist management settings" + }, "playlistManagementButtons": { "failedToMarkAsUnwatched": "Failed to mark video as unwatched", "failedToRemoveVideo": "Failed to remove video", From 7bd29007b5fb095f9bcc2555ecf4f6b9ec4cffca Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 23 Nov 2025 13:18:10 -0500 Subject: [PATCH 1332/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index c4641e0f7..424d6224f 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -362,8 +362,8 @@ "title": "Nasconde tutti i blocchi" }, "hideSidebarRecommendedVideos": { - "label": "Hide recommended videos", - "title": "Hides the sidebar that recommends videos" + "label": "Nascondi i video raccomandati", + "title": "Nasconde la barra laterale che raccomanda i video" }, "hideTranslateComment": { "label": "Nascondi pulsante \"Traduci commento\"", From bff8066f8e062c4eceb32da05984d564bfb8a863 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 23 Nov 2025 21:25:18 -0500 Subject: [PATCH 1333/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index cde36cab4..cfcc72271 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -362,8 +362,8 @@ "title": "隐藏所有短视频" }, "hideSidebarRecommendedVideos": { - "label": "Hide recommended videos", - "title": "Hides the sidebar that recommends videos" + "label": "隐藏推荐视频", + "title": "隐藏推荐视频的侧边栏" }, "hideTranslateComment": { "label": "隐藏翻译评论按钮", From a10df4b49f2e6d02485bd4005dc5808a398d2839 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 24 Nov 2025 13:53:33 -0500 Subject: [PATCH 1334/1783] New translations en-us.json (German) --- public/locales/de-DE.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/public/locales/de-DE.json b/public/locales/de-DE.json index 95ad0b7f9..dc801cd95 100644 --- a/public/locales/de-DE.json +++ b/public/locales/de-DE.json @@ -58,7 +58,7 @@ }, "openTranscriptButton": { "button": { - "label": "Open transcript" + "label": "Transkript öffnen" } }, "playbackSpeedButtons": { @@ -172,7 +172,7 @@ "value": "Bestätigen" }, "openTab": { - "title": "Open extension settings in a new tab" + "title": "Erweiterungseinstellungen in einem neuen Tab öffnen" }, "reset": { "title": "Setzt alle Einstellungen auf ihre Standardwerte zurück. Klicken Sie auf die Bestätigungs-Schaltfläche, um die Änderungen zu speichern", @@ -238,7 +238,7 @@ }, "title": "Select the method to activate the feature menu" }, - "title": "Feature menu settings" + "title": "Feature-Menüeinstellungen" } }, "forwardRewindButtons": { @@ -378,12 +378,12 @@ "title": "Adds a button to the feature menu to maximize the player" }, "openTranscriptButton": { - "label": "Open transcript button", - "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + "label": "Transkript-Button", + "title": "Fügt eine Schaltfläche zum Feature-Menü hinzu, um das Protokoll des Videos zu öffnen, das du siehst" }, "openYouTubeSettingsOnHover": { - "label": "Open YouTube settings on hover", - "title": "Opens the YouTube settings menu when you hover over the settings button" + "label": "YouTube-Einstellungen beim Hover öffnen", + "title": "Öffnet die YouTube Einstellungen, wenn du über den Einstellungs-Button fährst" }, "pauseBackgroundPlayers": { "label": "Pause background players", From 1dc480fb8f989ffa0d26069f04be61a2d6c5a103 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 24 Nov 2025 15:00:12 -0500 Subject: [PATCH 1335/1783] New translations en-us.json (German) --- public/locales/de-DE.json | 90 +++++++++++++++++++-------------------- 1 file changed, 45 insertions(+), 45 deletions(-) diff --git a/public/locales/de-DE.json b/public/locales/de-DE.json index dc801cd95..5605fce6b 100644 --- a/public/locales/de-DE.json +++ b/public/locales/de-DE.json @@ -11,7 +11,7 @@ "copyTimestampUrlButton": { "button": { "copied": "Copied!", - "label": "Copy video URL with timestamp" + "label": "Video URL mit Zeitstempel kopieren" } }, "featureMenu": { @@ -70,7 +70,7 @@ "label": "Increase Speed to {{SPEED}}" } }, - "decreaseLimit": "Can't decrease further ({{SPEED}})", + "decreaseLimit": "Geringer nicht möglich ({{SPEED}})", "increaseLimit": "Can't increase further ({{SPEED}})" }, "playlistLength": { @@ -182,34 +182,34 @@ "buttonPlacement": { "select": { "buttonNames": { - "copyTimestampUrlButton": "Copy video URL with timestamp button", - "decreasePlaybackSpeedButton": "Decrease Speed button", - "forwardButton": "Fast Forward button", - "hideEndScreenCardsButton": "Hide end screen cards button", - "increasePlaybackSpeedButton": "Increase Speed button", - "loopButton": "Loop button", - "maximizePlayerButton": "Maximize button", - "openTranscriptButton": "Open Transcript button", - "rewindButton": "Rewind button", - "screenshotButton": "Screenshot button", - "volumeBoostButton": "Volume Boost button" + "copyTimestampUrlButton": "Video-URL mit Timestamp kopieren", + "decreasePlaybackSpeedButton": "Geschwindigkeit verringern", + "forwardButton": "Vorspulen", + "hideEndScreenCardsButton": "End-Screen Karte verstecken", + "increasePlaybackSpeedButton": "Geschwindigkeit erhöhen", + "loopButton": "Loop", + "maximizePlayerButton": "Maximieren", + "openTranscriptButton": "Transkript", + "rewindButton": "Zurückspulen", + "screenshotButton": "Screenshot", + "volumeBoostButton": "Lautstärke-Boost" }, "options": { "below_player": { "placement": "below the player controls", - "value": "Below Player" + "value": "Unter dem Player" }, "feature_menu": { "placement": "in the feature menu", - "value": "Feature Menu" + "value": "Feature-Menü" }, "player_controls_left": { "placement": "on the left side of player controls", - "value": "Left Controls" + "value": "Links" }, "player_controls_right": { "placement": "on the right side of player controls", - "value": "Right Controls" + "value": "Rechts" } }, "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" @@ -218,25 +218,25 @@ }, "customCSS": { "editor": { - "collapse": "Collapse Editor", + "collapse": "Editor einklappen", "expand": "Expand Editor", "noProblems": "No problems found." }, "enable": { - "label": "Custom CSS", - "title": "Enables custom CSS to be applied to the page" + "label": "Benutzerdefiniertes CSS", + "title": "Aktiviert benutzerdefiniertes CSS für die Seite" }, "title": "Custom CSS settings" }, "featureMenu": { "openType": { "select": { - "label": "Menu Activation Type", + "label": "Menü Aktivierungstyp", "options": { - "click": "Click", + "click": "Klick", "hover": "Hover" }, - "title": "Select the method to activate the feature menu" + "title": "Wähle die Methode zum Aktivieren des Feature-Menüs" }, "title": "Feature-Menüeinstellungen" } @@ -282,16 +282,16 @@ "title": "Automatisch den Theatermodus aktivieren, wenn ein Video geladen wird" }, "automaticallyDisableAmbientMode": { - "label": "Automatically disable ambient mode", - "title": "Automatically disables ambient mode when you load a video" + "label": "Ambient-Modus automatisch deaktivieren", + "title": "Deaktiviert automatisch den Ambient-Modus, wenn du ein Video lädst" }, "automaticallyDisableClosedCaptions": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" + "label": "Untertitel automatisch deaktivieren", + "title": "Deaktiviert automatisch Untertitel, wenn du ein Video lädst" }, "automaticallyEnableClosedCaptions": { - "label": "Automatically enable closed captions", - "title": "Automatically enables closed captions when you load a video" + "label": "Untertitel automatisch aktivieren", + "title": "Aktiviert die Untertitel automatisch, wenn du ein Video lädst" }, "automaticallyMaximizePlayer": { "label": "Automatically maximize player", @@ -302,8 +302,8 @@ "title": "Automatically shows more videos on end screen when you load a video" }, "copyTimestampUrlButton": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" + "label": "Video-URL mit Zeitstempel kopieren", + "title": "Kopiert die Video-URL mit Zeitstempel (?t=123)" }, "defaultToOriginalAudioTrack": { "label": "Default to original audio track", @@ -426,18 +426,18 @@ }, "onScreenDisplaySettings": { "color": { - "label": "Color", + "label": "Farbe", "options": { - "blue": "Blue", - "green": "Green", + "blue": "Blau", + "green": "Grün", "orange": "Orange", "pink": "Pink", - "purple": "Purple", - "red": "Red", - "white": "White", - "yellow": "Yellow" + "purple": "Lila", + "red": "Rot", + "white": "Weiß", + "yellow": "Gelb" }, - "title": "Select the color for the On-Screen Display" + "title": "Farbe für den On-Screen Display wählen" }, "hide": { "label": "Hide Delay", @@ -448,8 +448,8 @@ "title": "Adjust the transparency of the On-Screen Display" }, "padding": { - "label": "Padding", - "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." + "label": "Innenabstand", + "title": "Passe den Abstand rund um die On-Screen-Anzeige in Pixeln an. Dies gilt speziell für die On-Screen-Anzeige in den Ecken." }, "position": { "label": "Position", @@ -466,7 +466,7 @@ "type": { "label": "Type", "options": { - "circle": "Circle", + "circle": "Kreis", "line": "Line", "no_display": "No display", "text": "Text" @@ -649,8 +649,8 @@ "youtubeDataApiV3Key": { "getApiKeyLinkText": "You can get one from here", "input": { - "label": "API Key", - "title": "Enter your Youtube Data API V3 key." + "label": "API Schlüssel", + "title": "Gib deinen YouTube Data API V3 Schlüssel ein." }, "title": "YouTube API V3 key" }, @@ -676,7 +676,7 @@ }, "mainColor": { "label": "Accent color", - "title": "Color for accent" + "title": "Farbe für die Akzente" }, "mainText": { "label": "Main text color", From 33b2dd4f8e92a737f1e53cc794c24babddc9ea90 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 24 Nov 2025 15:00:13 -0500 Subject: [PATCH 1336/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 40 +++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index 732bbb657..93644aaa1 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -226,7 +226,7 @@ "label": "Aktivera anpassad CSS", "title": "Aktiverar anpassad CSS som ska tillämpas på sidan" }, - "title": "Custom CSS settings" + "title": "Anpassade CSS-inställningar" }, "featureMenu": { "openType": { @@ -298,8 +298,8 @@ "title": "Maximera spelaren automatiskt när du laddar en video" }, "automaticallyShowMoreVideosOnEndScreen": { - "label": "Automatically show more videos on end screen", - "title": "Automatically shows more videos on end screen when you load a video" + "label": "Visa automatiskt fler videor på slutskärmen", + "title": "Visa automatiskt fler videor på slutskärmen när du laddar en video" }, "copyTimestampUrlButton": { "label": "Kopiera videons webbadress med tidsstämpelknappen", @@ -310,12 +310,12 @@ "title": "Använd alltid originalljudspåret som standard" }, "enableMarkAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Add a button to playlist items to mark videos as unwatched" + "label": "Markera som ej sedd", + "title": "Lägg till en knapp i spellistans objekt för att markera videor som ej sedda" }, "enableRemoveVideoButton": { - "label": "Remove video button", - "title": "Add a button to playlist items to remove videos from the playlist" + "label": "Ta bort videoknappen", + "title": "Lägg till en knapp i spellistobjekt för att ta bort videor från spellistan" }, "enableSaveToWatchLaterButton": { "label": "Aktivera knappen spara för att titta på senare", @@ -338,8 +338,8 @@ "title": "Döljer direktströmschatten" }, "hideMembersOnlyVideos": { - "label": "Hide members-only videos", - "title": "Hides videos that are only visible to members" + "label": "Dölj endast för medlemmar-videor", + "title": "Döljer videor som endast är synliga för medlemmar" }, "hideOfficialArtistVideosFromHomePage": { "label": "Dölj officiella artistvideor", @@ -362,8 +362,8 @@ "title": "Döljer alla shorts" }, "hideSidebarRecommendedVideos": { - "label": "Hide recommended videos", - "title": "Hides the sidebar that recommends videos" + "label": "Dölj rekommenderade videor", + "title": "Döljer sidofältet som rekommenderar videor" }, "hideTranslateComment": { "label": "Dölj översättning av kommentarer", @@ -462,7 +462,7 @@ }, "title": "Välj placering av On-Screen Display" }, - "title": "On-screen display settings", + "title": "On-Screen skärminställningar", "type": { "label": "Typ", "options": { @@ -519,12 +519,12 @@ "playlistManagement": { "features": { "markAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" + "label": "Markera som ej seddknapp", + "title": "Lägger till en knapp för att markera videor som ej sedda" }, "removeVideoButton": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" + "label": "Ta bort videoknappen", + "title": "Lägger till en knapp för att ta bort videor från spellistan" } }, "title": "Playlist management settings" @@ -539,8 +539,8 @@ }, "saveToWatchLaterButton": { "failedToSaveVideo": "Failed to save video to Watch Later", - "saveVideo": "Save to Watch Later", - "savingVideo": "Saving to Watch Later…" + "saveVideo": "Spara till titta senare", + "savingVideo": "Sparar till titta senare…" }, "screenshotButton": { "enable": { @@ -652,7 +652,7 @@ "label": "API-nyckel", "title": "Ange din Youtube Data API V3-nyckel." }, - "title": "YouTube API V3 key" + "title": "YouTube API V3-nyckel" }, "youtubeDeepDark": { "author": "Skapare", @@ -695,7 +695,7 @@ "label": "Välj tema", "title": "Välj ett tema som ska tillämpas på sidan" }, - "title": "YouTube deep dark settings" + "title": "Deep Dark-inställningar för YouTube" } } } From 7ee60512cfac71669ab1341db211e5143c59f272 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 24 Nov 2025 19:37:47 -0500 Subject: [PATCH 1337/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index 93644aaa1..3872d56ed 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -214,7 +214,7 @@ }, "title": "Placera {{BUTTON_NAME}} {{PLACEMENT}}" }, - "title": "Button placement settings" + "title": "Inställningar för knapplacering" }, "customCSS": { "editor": { @@ -527,7 +527,7 @@ "title": "Lägger till en knapp för att ta bort videor från spellistan" } }, - "title": "Playlist management settings" + "title": "Inställningar för hantering av spellistor" }, "playlistManagementButtons": { "failedToMarkAsUnwatched": "Det gick inte att markera video som ej sedd", @@ -538,9 +538,9 @@ "removingVideo": "Tar bort video…" }, "saveToWatchLaterButton": { - "failedToSaveVideo": "Failed to save video to Watch Later", - "saveVideo": "Spara till titta senare", - "savingVideo": "Sparar till titta senare…" + "failedToSaveVideo": "Det gick inte att spara videon till titta på senare", + "saveVideo": "Spara till titta på senare", + "savingVideo": "Sparar till titta på senare…" }, "screenshotButton": { "enable": { From 735b7928ede1a5d5cab1757676965a1fe070a088 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 27 Nov 2025 09:17:10 -0500 Subject: [PATCH 1338/1783] New translations en-us.json (German) --- public/locales/de-DE.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/de-DE.json b/public/locales/de-DE.json index 5605fce6b..ed44440fb 100644 --- a/public/locales/de-DE.json +++ b/public/locales/de-DE.json @@ -675,7 +675,7 @@ "title": "Color for main background" }, "mainColor": { - "label": "Accent color", + "label": "Akzentfarbe", "title": "Farbe für die Akzente" }, "mainText": { From 3ddb28a16c213f0de4c840308a7cc43ea5d56c54 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 29 Nov 2025 17:17:42 -0500 Subject: [PATCH 1339/1783] New translations en-us.json (Spanish) --- public/locales/es-ES.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index b17e30033..a02ca4229 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -136,7 +136,7 @@ "singular": "Habilitar '{{OPTION}}' para configurar esta opción", "specificOption": { "featureMenu": "Configure al menos un botón para colocarse en el menú de funciones para configurar esta opción.", - "screenshotButtonFileFormat": "Establecer el tipo de guardado de captura de pantalla a 'Archivo' para configurar esta opción" + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" } }, "scrollForMoreSettings": "Desplazar para más ajustes", @@ -549,7 +549,8 @@ }, "saveAs": { "clipboard": "Portapapeles", - "file": "Archivo" + "file": "Archivo", + "both": "Both (File and Clipboard)" }, "selectFormat": { "label": "Formato de captura de pantalla", From 1a4d38756e4aa81b988e4dd6901ed9ffbf0d8ed0 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 29 Nov 2025 17:17:45 -0500 Subject: [PATCH 1340/1783] New translations en-us.json (French) --- public/locales/fr-FR.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/locales/fr-FR.json b/public/locales/fr-FR.json index 00703cc46..b2558af08 100644 --- a/public/locales/fr-FR.json +++ b/public/locales/fr-FR.json @@ -136,7 +136,7 @@ "singular": "Enable '{{OPTION}}' to configure this option", "specificOption": { "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' to configure this option" + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" } }, "scrollForMoreSettings": "Scroll for more settings", @@ -549,7 +549,8 @@ }, "saveAs": { "clipboard": "Presse-papiers", - "file": "Fichier" + "file": "Fichier", + "both": "Both (File and Clipboard)" }, "selectFormat": { "label": "Format de la capture d'écran", From 40e12d1ef7c06c928fa835231815b6328afade2a Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 29 Nov 2025 17:17:46 -0500 Subject: [PATCH 1341/1783] New translations en-us.json (Catalan) --- public/locales/ca-ES.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/locales/ca-ES.json b/public/locales/ca-ES.json index 8a0283084..4f7851093 100644 --- a/public/locales/ca-ES.json +++ b/public/locales/ca-ES.json @@ -136,7 +136,7 @@ "singular": "Enable '{{OPTION}}' to configure this option", "specificOption": { "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' to configure this option" + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" } }, "scrollForMoreSettings": "Scroll for more settings", @@ -549,7 +549,8 @@ }, "saveAs": { "clipboard": "Clipboard", - "file": "File" + "file": "File", + "both": "Both (File and Clipboard)" }, "selectFormat": { "label": "Screenshot format", From 19d41c918720870f742834ee0d3844f34b92faa0 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 29 Nov 2025 17:17:47 -0500 Subject: [PATCH 1342/1783] New translations en-us.json (Czech) --- public/locales/cs-CZ.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/locales/cs-CZ.json b/public/locales/cs-CZ.json index b42283900..458490653 100644 --- a/public/locales/cs-CZ.json +++ b/public/locales/cs-CZ.json @@ -136,7 +136,7 @@ "singular": "Enable '{{OPTION}}' to configure this option", "specificOption": { "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' to configure this option" + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" } }, "scrollForMoreSettings": "Scroll for more settings", @@ -549,7 +549,8 @@ }, "saveAs": { "clipboard": "Clipboard", - "file": "File" + "file": "File", + "both": "Both (File and Clipboard)" }, "selectFormat": { "label": "Screenshot format", From 5f640850380661a348899361eb7d06ba0aa39201 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 29 Nov 2025 17:17:48 -0500 Subject: [PATCH 1343/1783] New translations en-us.json (German) --- public/locales/de-DE.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/locales/de-DE.json b/public/locales/de-DE.json index ed44440fb..3949b2d44 100644 --- a/public/locales/de-DE.json +++ b/public/locales/de-DE.json @@ -136,7 +136,7 @@ "singular": "Enable '{{OPTION}}' to configure this option", "specificOption": { "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' to configure this option" + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" } }, "scrollForMoreSettings": "Scroll for more settings", @@ -549,7 +549,8 @@ }, "saveAs": { "clipboard": "Zwischenablage", - "file": "Datei" + "file": "Datei", + "both": "Both (File and Clipboard)" }, "selectFormat": { "label": "Screenshot-Format", From ca23b904306bf591cf09bde055d021d2ea227149 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 29 Nov 2025 17:17:49 -0500 Subject: [PATCH 1344/1783] New translations en-us.json (Hebrew) --- public/locales/he-IL.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/locales/he-IL.json b/public/locales/he-IL.json index a0bf17b8a..cb8256ed1 100644 --- a/public/locales/he-IL.json +++ b/public/locales/he-IL.json @@ -136,7 +136,7 @@ "singular": "Enable '{{OPTION}}' to configure this option", "specificOption": { "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' to configure this option" + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" } }, "scrollForMoreSettings": "Scroll for more settings", @@ -549,7 +549,8 @@ }, "saveAs": { "clipboard": "Clipboard", - "file": "File" + "file": "File", + "both": "Both (File and Clipboard)" }, "selectFormat": { "label": "Screenshot format", From b609659a9d0fab96ae7d3b9c3c9c62e990981010 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 29 Nov 2025 17:17:50 -0500 Subject: [PATCH 1345/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index 424d6224f..4c1b27fbc 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -136,7 +136,7 @@ "singular": "Abilita '{{OPTION}}' per configurare questa opzione", "specificOption": { "featureMenu": "Configura almeno un pulsante da posizionare nel menu' delle funzioni per configurare questa opzione.", - "screenshotButtonFileFormat": "Imposta il tipo di salvataggio della schermata come 'File' per configurare questa opzione" + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" } }, "scrollForMoreSettings": "Scorri per altre impostazioni", @@ -549,7 +549,8 @@ }, "saveAs": { "clipboard": "Appunti", - "file": "File" + "file": "File", + "both": "Both (File and Clipboard)" }, "selectFormat": { "label": "Formato schermata", From 4e88fa3f70ab5929863d9b2a4d29454625244247 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 29 Nov 2025 17:17:52 -0500 Subject: [PATCH 1346/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index b55198630..cb91d390d 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -136,7 +136,7 @@ "singular": "Enable '{{OPTION}}' to configure this option", "specificOption": { "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' to configure this option" + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" } }, "scrollForMoreSettings": "Scroll for more settings", @@ -549,7 +549,8 @@ }, "saveAs": { "clipboard": "クリップボード", - "file": "ファイル" + "file": "ファイル", + "both": "Both (File and Clipboard)" }, "selectFormat": { "label": "スクリーンショットフォーマット", From 7bf648243f2029561cafedad153e8e5a48860866 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 29 Nov 2025 17:17:53 -0500 Subject: [PATCH 1347/1783] New translations en-us.json (Korean) --- public/locales/ko-KR.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/locales/ko-KR.json b/public/locales/ko-KR.json index 651976fc0..be3ccbace 100644 --- a/public/locales/ko-KR.json +++ b/public/locales/ko-KR.json @@ -136,7 +136,7 @@ "singular": "Enable '{{OPTION}}' to configure this option", "specificOption": { "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' to configure this option" + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" } }, "scrollForMoreSettings": "Scroll for more settings", @@ -549,7 +549,8 @@ }, "saveAs": { "clipboard": "클립보드로 복사", - "file": "파일로 저장" + "file": "파일로 저장", + "both": "Both (File and Clipboard)" }, "selectFormat": { "label": "캡처 방법", From 828b48dd17ef20a2abe7ed20a4b6f1e00b049e3c Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 29 Nov 2025 17:17:54 -0500 Subject: [PATCH 1348/1783] New translations en-us.json (Dutch) --- public/locales/nl-NL.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/locales/nl-NL.json b/public/locales/nl-NL.json index c5c92b5c2..3327ec9dc 100644 --- a/public/locales/nl-NL.json +++ b/public/locales/nl-NL.json @@ -136,7 +136,7 @@ "singular": "Enable '{{OPTION}}' to configure this option", "specificOption": { "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' to configure this option" + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" } }, "scrollForMoreSettings": "Scroll for more settings", @@ -549,7 +549,8 @@ }, "saveAs": { "clipboard": "Klembord", - "file": "Bestand" + "file": "Bestand", + "both": "Both (File and Clipboard)" }, "selectFormat": { "label": "Schermafbeelding formaat", From ba9688a7fc54e5fb5605d473042ba1bb5571ca15 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 29 Nov 2025 17:17:55 -0500 Subject: [PATCH 1349/1783] New translations en-us.json (Polish) --- public/locales/pl-PL.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/locales/pl-PL.json b/public/locales/pl-PL.json index 2774f0148..311509ad4 100644 --- a/public/locales/pl-PL.json +++ b/public/locales/pl-PL.json @@ -136,7 +136,7 @@ "singular": "Enable '{{OPTION}}' to configure this option", "specificOption": { "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Aby skonfigurować tę opcję, ustaw typ zapisu zrzutu ekranu na „Plik”" + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" } }, "scrollForMoreSettings": "Przewiń, aby zobaczyć więcej ustawień", @@ -549,7 +549,8 @@ }, "saveAs": { "clipboard": "Clipboard", - "file": "File" + "file": "File", + "both": "Both (File and Clipboard)" }, "selectFormat": { "label": "Screenshot format", From 53f98ec0da7492e907ced36b07a5a23eca8349b4 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 29 Nov 2025 17:17:56 -0500 Subject: [PATCH 1350/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index f6610a408..27830a421 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -136,7 +136,7 @@ "singular": "Включите '{{OPTION}}' для настройки этого параметра", "specificOption": { "featureMenu": "Включите по крайней мере одну кнопку, которая будет размещена в меню функций для настройки этой опции.", - "screenshotButtonFileFormat": "Установите тип сохранения скриншота «Файл» для настройки этого параметра" + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" } }, "scrollForMoreSettings": "Прокрутите для других настроек", @@ -549,7 +549,8 @@ }, "saveAs": { "clipboard": "Буфер обмена", - "file": "Файл" + "file": "Файл", + "both": "Both (File and Clipboard)" }, "selectFormat": { "label": "Формат скриншота", From 3014007e2cfa72314469977db8d6d9da18d0cd95 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 29 Nov 2025 17:17:57 -0500 Subject: [PATCH 1351/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index 3872d56ed..fbdf82620 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -136,7 +136,7 @@ "singular": "Aktivera {{OPTION}} för att konfigurera detta alternativ", "specificOption": { "featureMenu": "Konfigurera minst en knapp som ska placeras i funktionsmenyn för att konfigurera det här alternativet.", - "screenshotButtonFileFormat": "Ställ in skärmbildens spartyp till 'Fil' för att konfigurera detta alternativ" + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" } }, "scrollForMoreSettings": "Rulla för fler inställningar", @@ -549,7 +549,8 @@ }, "saveAs": { "clipboard": "Urklipp", - "file": "Fil" + "file": "Fil", + "both": "Both (File and Clipboard)" }, "selectFormat": { "label": "Skärmbildsformat", From da56fbd2d01ab04dc11591cdac24e9dc7d358b38 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 29 Nov 2025 17:17:58 -0500 Subject: [PATCH 1352/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index b42fd1ae9..8c918ea89 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -136,7 +136,7 @@ "singular": "Bu seçeneği yapılandırmak için '{{OPTION}}' öğesini etkinleştirin", "specificOption": { "featureMenu": "Bu seçeneği yapılandırmak için özellik menüsüne yerleştirilecek en az bir düğmeyi yapılandırın.", - "screenshotButtonFileFormat": "Bu seçeneği yapılandırmak için ekran görüntüsü kaydetme türünü 'File' olarak ayarlayın" + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" } }, "scrollForMoreSettings": "Daha fazla ayar için kaydırın", @@ -549,7 +549,8 @@ }, "saveAs": { "clipboard": "Pano", - "file": "Dosya" + "file": "Dosya", + "both": "Both (File and Clipboard)" }, "selectFormat": { "label": "Ekran görüntüsü formatı", From 5af087e39689d3fe12aa14c6c4cf704874bf95ef Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 29 Nov 2025 17:17:59 -0500 Subject: [PATCH 1353/1783] New translations en-us.json (Ukrainian) --- public/locales/uk-UA.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/locales/uk-UA.json b/public/locales/uk-UA.json index 9d2a1a9b4..8e0c0fdb7 100644 --- a/public/locales/uk-UA.json +++ b/public/locales/uk-UA.json @@ -136,7 +136,7 @@ "singular": "Enable '{{OPTION}}' to configure this option", "specificOption": { "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' to configure this option" + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" } }, "scrollForMoreSettings": "Scroll for more settings", @@ -549,7 +549,8 @@ }, "saveAs": { "clipboard": "Clipboard", - "file": "File" + "file": "File", + "both": "Both (File and Clipboard)" }, "selectFormat": { "label": "Screenshot format", From 961fb213cfecc9f0464bd03faedcd19cdf5502e2 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 29 Nov 2025 17:17:59 -0500 Subject: [PATCH 1354/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index cfcc72271..dc53b833a 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -136,7 +136,7 @@ "singular": "启用 '{{OPTION}}' 以配置此选项", "specificOption": { "featureMenu": "配置至少一个按钮放置在功能菜单中以配置此选项。", - "screenshotButtonFileFormat": "将屏幕截图保存类型设置为“文件”以配置此选项" + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" } }, "scrollForMoreSettings": "滚动以查看更多设置", @@ -549,7 +549,8 @@ }, "saveAs": { "clipboard": "剪贴板", - "file": "文件" + "file": "文件", + "both": "Both (File and Clipboard)" }, "selectFormat": { "label": "截图格式", From d84760529a2744ed6598489e1f6f90d017757cfc Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 29 Nov 2025 17:18:00 -0500 Subject: [PATCH 1355/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index 7f1f266ba..9b58c357d 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -136,7 +136,7 @@ "singular": "Enable '{{OPTION}}' to configure this option", "specificOption": { "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' to configure this option" + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" } }, "scrollForMoreSettings": "Scroll for more settings", @@ -549,7 +549,8 @@ }, "saveAs": { "clipboard": "剪貼簿", - "file": "檔案" + "file": "檔案", + "both": "Both (File and Clipboard)" }, "selectFormat": { "label": "螢幕截圖儲存格式", From 5112418bfce88b80e7d84ff94a8c57789b6eafea Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 29 Nov 2025 17:18:02 -0500 Subject: [PATCH 1356/1783] New translations en-us.json (Vietnamese) --- public/locales/vi-VN.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/locales/vi-VN.json b/public/locales/vi-VN.json index 39482f52e..5bcb080b6 100644 --- a/public/locales/vi-VN.json +++ b/public/locales/vi-VN.json @@ -136,7 +136,7 @@ "singular": "Enable '{{OPTION}}' to configure this option", "specificOption": { "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' to configure this option" + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" } }, "scrollForMoreSettings": "Scroll for more settings", @@ -549,7 +549,8 @@ }, "saveAs": { "clipboard": "Clipboard", - "file": "File" + "file": "File", + "both": "Both (File and Clipboard)" }, "selectFormat": { "label": "Screenshot format", From 590db1a0f68276642a5431d617b7ef4f2ef5fca6 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 29 Nov 2025 17:18:03 -0500 Subject: [PATCH 1357/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index 54b79844a..824cb3d1e 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -136,7 +136,7 @@ "singular": "Ative o '{{OPTION}}' para configurar esta opção", "specificOption": { "featureMenu": "Altere pelo menos um botão no menu de recursos para configurar esta opção.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' to configure this option" + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" } }, "scrollForMoreSettings": "Role para mais opções", @@ -549,7 +549,8 @@ }, "saveAs": { "clipboard": "Área de transferência", - "file": "Arquivo" + "file": "Arquivo", + "both": "Both (File and Clipboard)" }, "selectFormat": { "label": "Formato da captura de tela", From d57a4a7232295f10d8eed48352e0cf13b3a00511 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 29 Nov 2025 17:18:04 -0500 Subject: [PATCH 1358/1783] New translations en-us.json (Persian) --- public/locales/fa-IR.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/locales/fa-IR.json b/public/locales/fa-IR.json index 9aeaa6b2f..885974426 100644 --- a/public/locales/fa-IR.json +++ b/public/locales/fa-IR.json @@ -136,7 +136,7 @@ "singular": "Enable '{{OPTION}}' to configure this option", "specificOption": { "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' to configure this option" + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" } }, "scrollForMoreSettings": "Scroll for more settings", @@ -549,7 +549,8 @@ }, "saveAs": { "clipboard": "Clipboard", - "file": "File" + "file": "File", + "both": "Both (File and Clipboard)" }, "selectFormat": { "label": "Screenshot format", From 72e142fd36457b1a7d9d1ab4716aa95f1bef2f22 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 29 Nov 2025 17:18:05 -0500 Subject: [PATCH 1359/1783] New translations en-us.json (Hindi) --- public/locales/hi-IN.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/locales/hi-IN.json b/public/locales/hi-IN.json index 15d254098..06c14ad8e 100644 --- a/public/locales/hi-IN.json +++ b/public/locales/hi-IN.json @@ -136,7 +136,7 @@ "singular": "Enable '{{OPTION}}' to configure this option", "specificOption": { "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' to configure this option" + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" } }, "scrollForMoreSettings": "Scroll for more settings", @@ -549,7 +549,8 @@ }, "saveAs": { "clipboard": "Clipboard", - "file": "File" + "file": "File", + "both": "Both (File and Clipboard)" }, "selectFormat": { "label": "Screenshot format", From b12901b49a846567e1fa992db1b6fd5d56c31501 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 29 Nov 2025 17:18:05 -0500 Subject: [PATCH 1360/1783] New translations en-us.json (English, United Kingdom) --- public/locales/en-GB.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/locales/en-GB.json b/public/locales/en-GB.json index a698b86a2..66d1f905f 100644 --- a/public/locales/en-GB.json +++ b/public/locales/en-GB.json @@ -136,7 +136,7 @@ "singular": "Enable '{{OPTION}}' to configure this option", "specificOption": { "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' to configure this option" + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" } }, "scrollForMoreSettings": "Scroll for more settings", @@ -549,7 +549,8 @@ }, "saveAs": { "clipboard": "Clipboard", - "file": "File" + "file": "File", + "both": "Both (File and Clipboard)" }, "selectFormat": { "label": "Screenshot format", From 196c5f6b4ddd91ce3164d12378a3168784f340db Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 30 Nov 2025 06:12:59 -0500 Subject: [PATCH 1361/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index 4c1b27fbc..e98f5c0e4 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -136,7 +136,7 @@ "singular": "Abilita '{{OPTION}}' per configurare questa opzione", "specificOption": { "featureMenu": "Configura almeno un pulsante da posizionare nel menu' delle funzioni per configurare questa opzione.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + "screenshotButtonFileFormat": "Imposta il tipo di salvataggio della schermata su 'File' o 'Entrambi' per configurare questa opzione" } }, "scrollForMoreSettings": "Scorri per altre impostazioni", @@ -550,7 +550,7 @@ "saveAs": { "clipboard": "Appunti", "file": "File", - "both": "Both (File and Clipboard)" + "both": "Entrambi (File e Appunti)" }, "selectFormat": { "label": "Formato schermata", From 336b03f9dc001a12f915c182af3146d1f1d31653 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 30 Nov 2025 10:52:57 -0500 Subject: [PATCH 1362/1783] New translations en-us.json (Spanish) --- public/locales/es-ES.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index a02ca4229..6d0703b36 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -677,7 +677,7 @@ }, "mainColor": { "label": "Color destacado", - "title": "Color for accent" + "title": "Color para destacados" }, "mainText": { "label": "Main text color", From 183f8037f2417dbc7683e47a81c49243a608a7de Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 30 Nov 2025 11:55:52 -0500 Subject: [PATCH 1363/1783] New translations en-us.json (Spanish) --- public/locales/es-ES.json | 120 +++++++++++++++++++------------------- 1 file changed, 60 insertions(+), 60 deletions(-) diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index 6d0703b36..600e7cf5a 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -111,7 +111,7 @@ } }, "info": { - "reset": "Todas las opciones han sido preestablecidas a sus valores de por defecto.\nAhora puedes guardarlas haciendo clic en el botón \"Confirmar\" o descartarlas cerrando esta página o ignorando esta notificación." + "reset": "Todas las opciones han sido preestablecidas a sus valores de por defecto.\nAhora puedes guardar los cambios haciendo clic en el botón \"Confirmar\" o descartarlos cerrando esta página o ignorando esta notificación." }, "success": { "saved": "Opciones guardadas." @@ -136,7 +136,7 @@ "singular": "Habilitar '{{OPTION}}' para configurar esta opción", "specificOption": { "featureMenu": "Configure al menos un botón para colocarse en el menú de funciones para configurar esta opción.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + "screenshotButtonFileFormat": "Establecer el tipo de guardado de captura de pantalla a 'Archivo' o 'Ambos' para configurar esta opción" } }, "scrollForMoreSettings": "Desplazar para más ajustes", @@ -182,17 +182,17 @@ "buttonPlacement": { "select": { "buttonNames": { - "copyTimestampUrlButton": "Copiar URL de vídeo con el botón de marca de tiempo", - "decreasePlaybackSpeedButton": "Botón de disminuir velocidad", - "forwardButton": "Botón de avance rápido", - "hideEndScreenCardsButton": "Botón de ocultar tarjetas de pantalla final", - "increasePlaybackSpeedButton": "Botón de aumentar velocidad", + "copyTimestampUrlButton": "Botón para copiar la URL del vídeo con marca de tiempo", + "decreasePlaybackSpeedButton": "Botón para reducir la velocidad", + "forwardButton": "Botón para avanzar rápido", + "hideEndScreenCardsButton": "Ocultar botón de tarjetas de pantalla final", + "increasePlaybackSpeedButton": "Botón para aumentar la velocidad", "loopButton": "Botón de repetición", - "maximizePlayerButton": "Maximizar botón", + "maximizePlayerButton": "Botón para maximizar", "openTranscriptButton": "Abrir botón de transcripción", - "rewindButton": "Botón de rebobinar", + "rewindButton": "Botón para rebobinar", "screenshotButton": "Botón de captura de pantalla", - "volumeBoostButton": "Botón Aumento de Volumen" + "volumeBoostButton": "Botón para aumentar el volumen" }, "options": { "below_player": { @@ -226,7 +226,7 @@ "label": "Habilitar CSS personalizado", "title": "Permite aplicar CSS personalizado a la página" }, - "title": "Custom CSS settings" + "title": "Ajustes de CSS personalizados" }, "featureMenu": { "openType": { @@ -286,72 +286,72 @@ "title": "Desactiva automáticamente el modo ambiente al cargar un vídeo" }, "automaticallyDisableClosedCaptions": { - "label": "Desactivar automáticamente los subtítulos", - "title": "Automatically disables closed captions when you load a video" + "label": "Desactivar los subtítulos automáticamente", + "title": "Desactivar los subtítulos automáticamente cuando se carga un video" }, "automaticallyEnableClosedCaptions": { - "label": "Automatically enable closed captions", - "title": "Automatically enables closed captions when you load a video" + "label": "Activar automáticamente subtítulos", + "title": "Activa automáticamente los subtítulos al cargar un vídeo" }, "automaticallyMaximizePlayer": { - "label": "Automatically maximize player", - "title": "Automatically maximizes the player when you load a video" + "label": "Automáticamente maximizar el reproductor", + "title": "Automáticamente maximizar el reproductor cuando se carga un video" }, "automaticallyShowMoreVideosOnEndScreen": { - "label": "Automatically show more videos on end screen", - "title": "Automatically shows more videos on end screen when you load a video" + "label": "Automáticamente mostrar más videos", + "title": "Automáticamente mostrar más videos en la pantalla final, al terminar un video" }, "copyTimestampUrlButton": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" + "label": "Botón para copiar la URL con marca de tiempo", + "title": "Copia el video con una marca de tiempo (?t=123)" }, "defaultToOriginalAudioTrack": { - "label": "Default to original audio track", - "title": "Always default to the original audio track" + "label": "Usar pista de audio original por defecto", + "title": "Siempre usar pista de audio original" }, "enableMarkAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Add a button to playlist items to mark videos as unwatched" + "label": "Botón para marcar como 'no visto'", + "title": "Agregar botón a los elementos de una lista de reproducción para marcarlos como 'no vistos'" }, "enableRemoveVideoButton": { - "label": "Remove video button", - "title": "Add a button to playlist items to remove videos from the playlist" + "label": "Botón para remover video", + "title": "Agregar botón a los elementos de una lista de reproducción para eliminarlos" }, "enableSaveToWatchLaterButton": { - "label": "Enable save to Watch Later button", - "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + "label": "Habiliar el boton para ver mas tarde", + "title": "Agregar botón a los vídeos de Inicio y Suscripciones para guardar el vídeo en la lista de reproducción 'Ver más tarde'" }, "hideArtificialIntelligenceSummary": { - "label": "Hide AI summary", - "title": "Hides the artificial intelligence summary below videos" + "label": "Ocultar resumen de IA", + "title": "Oculta el resumen de inteligencia artificial debajo de los vídeos" }, "hideEndScreenCards": { - "label": "Hide end screen cards", - "title": "Hides the cards at the end of the video" + "label": "Ocultar tarjetas de pantalla final", + "title": "Oculta las tarjetas al final del vídeo" }, "hideEndScreenCardsButton": { - "label": "Hide end screen cards button", - "title": "Adds a button to show/hide the cards at the end of the video" + "label": "Botón para ocultar las tarjetas de pantalla final", + "title": "Añade un botón para mostrar/ocultar las tarjetas al final del vídeo" }, "hideLiveStreamChat": { - "label": "Hide live stream chat", - "title": "Hides the live stream chat" + "label": "Ocultar chat de transmisión en vivo", + "title": "Oculta el chat en una transmisión en vivo" }, "hideMembersOnlyVideos": { - "label": "Hide members-only videos", - "title": "Hides videos that are only visible to members" + "label": "Ocultar vídeos solo para miembros", + "title": "Oculta los vídeos que solo son visibles para los miembros" }, "hideOfficialArtistVideosFromHomePage": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" + "label": "Ocultar Videos Oficiales del Artista", + "title": "Ocultar los vídeos oficiales del artista de la página de inicio" }, "hidePaidPromotionBanner": { - "label": "Hide paid promotion banner", - "title": "Hides the banner that appears when you watch a video that has a paid promotion" + "label": "Ocultar banner de promociones pagas", + "title": "Oculta el banner que aparece cuando ves un video que tiene una promoción de pago" }, "hidePlayables": { - "label": "Hide playables", - "title": "Hides all playables" + "label": "Ocultar reproducibles", + "title": "Oculta todos los reproducibles" }, "hideScrollbar": { "label": "Ocultar barra de desplazamiento", @@ -362,12 +362,12 @@ "title": "Oculta todos los shorts" }, "hideSidebarRecommendedVideos": { - "label": "Hide recommended videos", - "title": "Hides the sidebar that recommends videos" + "label": "Ocultar vídeos recomendados", + "title": "Oculta la barra lateral de vídeos recomendados" }, "hideTranslateComment": { - "label": "Hide translate comment button", - "title": "Hides 'Translate to Language' button under comments" + "label": "Ocultar botón de traducir comentario", + "title": "Oculta el botón 'Traducir al idioma' bajo los comentarios" }, "loopButton": { "label": "Botón de bucle", @@ -378,7 +378,7 @@ "title": "Añade un botón al menú para maximizar el reproductor" }, "openTranscriptButton": { - "label": "Botón \"Abrir transcripción\"", + "label": "Botón para abrir transcripción", "title": "Añade un botón al menú para abrir la transcripción del video que estás viendo" }, "openYouTubeSettingsOnHover": { @@ -386,12 +386,12 @@ "title": "Abre el menú de configuración de YouTube cuando pasa el cursor por encima del botón de ajustes" }, "pauseBackgroundPlayers": { - "label": "Pause background players", - "title": "Pauses video players in background tabs when you start a new player in foreground tab" + "label": "Pausar reproductores de fondo", + "title": "Pausa los reproductores de vídeo en pestañas de fondo cuando inicias un nuevo reproductor en la pestaña de inicio" }, "playlistRemover": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" + "label": "Ocultar listas de reproducción de la página de inicio", + "title": "Oculta las listas de reproducción que aparecen en la página de inicio" }, "remainingTime": { "label": "Tiempo restante", @@ -402,8 +402,8 @@ "title": "Recuerda el volumen del último vídeo que estabas viendo y lo establece cuando abres un nuevo vídeo" }, "removeRedirect": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + "label": "Remover URLs de redireccionamiento (/redirect)", + "title": "Reemplaza la URLs de redirección de YouTube por URLs reales, omitiendo el diálogo de advertencia de redirección" }, "restoreFullscreenScrolling": { "label": "Restore fullscreen scrolling", @@ -449,7 +449,7 @@ }, "padding": { "label": "Margen", - "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." + "title": "Ajuste el espacio alrededor de las esquinas de la pantalla en píxeles. Esto se aplica específicamente al redondeado en las esquinas de la pantalla." }, "position": { "label": "Posición", @@ -466,7 +466,7 @@ "type": { "label": "Tipo", "options": { - "circle": "Circle", + "circle": "Círculo", "line": "Línea", "no_display": "No mostrar", "text": "Texto" @@ -544,7 +544,7 @@ }, "screenshotButton": { "enable": { - "label": "Botón de captura de pantalla", + "label": "Botón para capturar la pantalla", "title": "Añade un botón al reproductor para capturar la pantalal del vídeo que estás viendo" }, "saveAs": { @@ -651,7 +651,7 @@ "getApiKeyLinkText": "You can get one from here", "input": { "label": "Clave API", - "title": "Introduce tu clave de Youtube Data API V3." + "title": "Introduce tu clave API de Youtube Data V3." }, "title": "YouTube API V3 key" }, From fcf9ea7ee8a257c1d7fa9a0c2b4928a0d7ea71ad Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 2 Dec 2025 05:16:56 -0500 Subject: [PATCH 1364/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index dc53b833a..91b8979f7 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -136,7 +136,7 @@ "singular": "启用 '{{OPTION}}' 以配置此选项", "specificOption": { "featureMenu": "配置至少一个按钮放置在功能菜单中以配置此选项。", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + "screenshotButtonFileFormat": "将屏幕截图保存类型设置为“文件”或“全部”以配置此选项" } }, "scrollForMoreSettings": "滚动以查看更多设置", @@ -550,7 +550,7 @@ "saveAs": { "clipboard": "剪贴板", "file": "文件", - "both": "Both (File and Clipboard)" + "both": "全部(文件和剪贴板)" }, "selectFormat": { "label": "截图格式", From 7616c49a0554317e8e8b346281332afdf8d93bbd Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 3 Dec 2025 18:52:55 -0500 Subject: [PATCH 1365/1783] New translations en-us.json (German) --- public/locales/de-DE.json | 56 +++++++++++++++++++-------------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/public/locales/de-DE.json b/public/locales/de-DE.json index 3949b2d44..d776a98a5 100644 --- a/public/locales/de-DE.json +++ b/public/locales/de-DE.json @@ -10,7 +10,7 @@ "features": { "copyTimestampUrlButton": { "button": { - "copied": "Copied!", + "copied": "Kopiert!", "label": "Video URL mit Zeitstempel kopieren" } }, @@ -74,7 +74,7 @@ "increaseLimit": "Can't increase further ({{SPEED}})" }, "playlistLength": { - "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + "title": "Die Gesamtlänge kann ungenau sein, wenn einige Videos ausgeblendet sind oder wenn Sie nicht genug Videos geladen haben, um die volle Länge zu erhalten." }, "screenshotButton": { "button": { @@ -105,7 +105,7 @@ "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", "scrollWheelHoldModifierKey": { "sameKey": { - "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", + "speedControl": "Die Bedientaste für die Geschwindigkeitsregelung für das Scrollen kann nicht identisch sein mit der Änderungstaste für die Lautstärkeregelung des Mausrades.", "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." } } @@ -139,7 +139,7 @@ "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" } }, - "scrollForMoreSettings": "Scroll for more settings", + "scrollForMoreSettings": "Weitere Einstellungen gibt es unten", "sections": { "automaticQuality": { "enable": { @@ -196,31 +196,31 @@ }, "options": { "below_player": { - "placement": "below the player controls", + "placement": "unterhalb der Video-Steuerung", "value": "Unter dem Player" }, "feature_menu": { - "placement": "in the feature menu", + "placement": "im Eigenschaftsmenü", "value": "Feature-Menü" }, "player_controls_left": { - "placement": "on the left side of player controls", + "placement": "auf der linken Seite der Video-Steuerung", "value": "Links" }, "player_controls_right": { - "placement": "on the right side of player controls", + "placement": "auf der rechten Seite der Video-Steuerung", "value": "Rechts" } }, - "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + "title": "Platziere {{BUTTON_NAME}} {{PLACEMENT}}" }, "title": "Button placement settings" }, "customCSS": { "editor": { "collapse": "Editor einklappen", - "expand": "Expand Editor", - "noProblems": "No problems found." + "expand": "Editor vergrößern", + "noProblems": "Keine Probleme gefunden." }, "enable": { "label": "Benutzerdefiniertes CSS", @@ -358,16 +358,16 @@ "title": "Versteckt die Scrollleiste" }, "hideShorts": { - "label": "Hide shorts", - "title": "Hides all shorts" + "label": "Shorts ausblenden", + "title": "Alle Shorts ausblenden" }, "hideSidebarRecommendedVideos": { "label": "Hide recommended videos", "title": "Hides the sidebar that recommends videos" }, "hideTranslateComment": { - "label": "Hide translate comment button", - "title": "Hides 'Translate to Language' button under comments" + "label": "Übersetzungs-Kommentar-Button ausblenden", + "title": "Versteckt die Schaltfläche \"In Sprache übersetzen\" unter Kommentaren" }, "loopButton": { "label": "Dauerschleife-Button", @@ -444,12 +444,12 @@ "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" }, "opacity": { - "label": "Opacity", - "title": "Adjust the transparency of the On-Screen Display" + "label": "Transparenz", + "title": "Die Transparenz der Bildschirmanzeige anpassen" }, "padding": { "label": "Innenabstand", - "title": "Passe den Abstand rund um die On-Screen-Anzeige in Pixeln an. Dies gilt speziell für die On-Screen-Anzeige in den Ecken." + "title": "Passe den Abstand rund um die Bildschirmanzeige in Pixeln an. Dies gilt speziell für die Bildschirmanzeige in den Ecken." }, "position": { "label": "Position", @@ -467,7 +467,7 @@ "label": "Type", "options": { "circle": "Kreis", - "line": "Line", + "line": "Balken", "no_display": "No display", "text": "Text" }, @@ -569,7 +569,7 @@ }, "enable": { "label": "Scroll wheel speed control", - "title": "Press a modifier key to enable speed adjustment with the scroll wheel." + "title": "Drücken Sie eine Änderntaste, um die Lautstärkeregelung mit dem Mausrad zu aktivieren." }, "optionLabel": "{{KEY}} key", "select": { @@ -611,8 +611,8 @@ }, "videoHistory": { "enable": { - "label": "Track watched videos", - "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" + "label": "Gesehene Videos protokollieren", + "title": "Hält den Überblick darüber, wo du aufgehört hast, wenn du Videos anschaust und aktiviert das Fortfahren der Wiedergabe" }, "resumeType": { "select": { @@ -656,8 +656,8 @@ "title": "YouTube API V3 key" }, "youtubeDeepDark": { - "author": "Author", - "co-authors": "Co-authors", + "author": "Ersteller", + "co-authors": "Mitersteller", "colors": { "colorShadow": { "label": "Shadow color", @@ -668,12 +668,12 @@ "title": "Color for secondary text" }, "hoverBackground": { - "label": "Hover background color", - "title": "Color for hover background" + "label": "Hintergrundfarbe beim Hovern", + "title": "Farbe für den Hintergrund beim Hovern" }, "mainBackground": { - "label": "Main background color", - "title": "Color for main background" + "label": "Haupthintergrundfarbe", + "title": "Farbe für Haupthintergrund" }, "mainColor": { "label": "Akzentfarbe", From 6787e3c7b68aea64f2a7ab2505e8b1479d16dc3a Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 3 Dec 2025 19:58:21 -0500 Subject: [PATCH 1366/1783] New translations en-us.json (German) --- public/locales/de-DE.json | 44 +++++++++++++++++++-------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/public/locales/de-DE.json b/public/locales/de-DE.json index d776a98a5..4ef77cae8 100644 --- a/public/locales/de-DE.json +++ b/public/locales/de-DE.json @@ -33,7 +33,7 @@ "button": { "label": "Hide end screen cards", "toggle": { - "off": "Show end screen cards", + "off": "Zeige Endcards", "on": "Hide end screen cards" } } @@ -51,8 +51,8 @@ "button": { "label": "Maximize", "toggle": { - "off": "Maximize off", - "on": "Maximize on" + "off": "Maximieren aus", + "on": "Maximieren an" } } }, @@ -375,7 +375,7 @@ }, "maximizePlayerButton": { "label": "Player-Button maximieren", - "title": "Adds a button to the feature menu to maximize the player" + "title": "Fügt dem Eigenschaftsmenü eine Schaltfläche hinzu, um den Video-Player zu maximieren" }, "openTranscriptButton": { "label": "Transkript-Button", @@ -410,16 +410,16 @@ "title": "Restores scrolling in fullscreen mode" }, "shareShortener": { - "label": "Shorten YouTube video share link", - "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + "label": "YouTube Video Link kürzen", + "title": "Verkürzt den YouTube Video Link (youtu.be) indem si/Feature-Parameter entfernt wird" }, "shortsAutoScroll": { - "label": "Shorts auto scroll", - "title": "Automatically scrolls to the next short" + "label": "Shorts automatisch scrollen", + "title": "Scrollen Sie automatisch im nächsten Short" }, "skipContinueWatching": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" + "label": "Überspringe \"Video ist pausiert. Weiter ansehen?\"", + "title": "Überspringt den Leerlauf-Dialog, der die Videowiedergabe pausiert" } }, "title": "Weitere Einstellungen" @@ -564,8 +564,8 @@ }, "scrollWheelSpeedControl": { "adjustmentSteps": { - "label": "Speed Change Per Scroll", - "title": "Adjust the speed change per scroll" + "label": "Geschwindigkeitsänderung durch Mausrad", + "title": "Geschwindigkeitsänderung durch Mausrad anpassen" }, "enable": { "label": "Scroll wheel speed control", @@ -660,12 +660,12 @@ "co-authors": "Mitersteller", "colors": { "colorShadow": { - "label": "Shadow color", - "title": "Color for shadows" + "label": "Schattenfarbe", + "title": "Farbe für Schatten" }, "dimmerText": { - "label": "Secondary text color", - "title": "Color for secondary text" + "label": "Sekundäre Textfarbe", + "title": "Farbe für sekundären Text" }, "hoverBackground": { "label": "Hintergrundfarbe beim Hovern", @@ -680,12 +680,12 @@ "title": "Farbe für die Akzente" }, "mainText": { - "label": "Main text color", - "title": "Color for main text" + "label": "Haupttextfarbe", + "title": "Farbe für Haupttext" }, "secondBackground": { - "label": "Secondary background color", - "title": "Color for secondary background" + "label": "Sekundäre Hintergrundfarbe", + "title": "Farbe für sekundären Hintergrund" } }, "enable": { @@ -693,8 +693,8 @@ "title": "Activate the selected theme for the page" }, "select": { - "label": "Select theme", - "title": "Select a theme to be applied to the page" + "label": "Theme auswählen", + "title": "Wählen Sie ein Theme aus, das auf die Seite angewendet werden soll" }, "title": "YouTube deep dark settings" } From a35999b3081aa39a087c5c583f334886a5981278 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 6 Dec 2025 02:11:30 -0500 Subject: [PATCH 1367/1783] New translations en-us.json (Spanish) --- public/locales/es-ES.json | 1406 +++++++++++++++++++------------------ 1 file changed, 705 insertions(+), 701 deletions(-) diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index 600e7cf5a..bc56a4f12 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -1,703 +1,707 @@ { - "langCode": "es-ES", - "langName": "Español", - "messages": { - "resumingVideo": "Reanudando vídeo en {{VIDEO_TIME}}", - "settingVolume": "Ajustando el potenciador de volumen a {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "¡Copiado!", - "label": "Copiar URL de vídeo con marca de tiempo" - } - }, - "featureMenu": { - "button": { - "label": "Menú de funciones" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "Avanzar rápidamente por {{TIME}}" - }, - "rewindButton": { - "label": "Rebobinado por {{TIME}}" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "Ocultar tarjetas de pantalla final", - "toggle": { - "off": "Mostrar tarjetas de pantalla final", - "on": "Ocultar tarjetas de pantalla final" - } - } - }, - "loopButton": { - "button": { - "label": "Bucle", - "toggle": { - "off": "Desactivar repetición", - "on": "Activar repetición" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "Maximizar", - "toggle": { - "off": "Maximizar desactivado", - "on": "Maximizar activado" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Abrir transcripción" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Disminuye la velocidad a {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Aumenta la velocidad a {{SPEED}}" - } - }, - "decreaseLimit": "No se puede disminuir más ({{SPEED}})", - "increaseLimit": "No se puede aumentar más ({{SPEED}})" - }, - "playlistLength": { - "title": "Puede que la longitud total no sea exacta si se ocultan algunos vídeos o si no ha cargado suficientes vídeos para obtener la longitud completa." - }, - "screenshotButton": { - "button": { - "label": "Captura de pantalla" - }, - "copiedToClipboard": "Captura de pantalla copiada al portapapeles" - }, - "videoHistory": { - "resumeButton": "Reanudar", - "resumePrompt": { - "close": "Cerrar" - } - }, - "volumeBoostButton": { - "button": { - "label": "Potenciador de volumen", - "toggle": { - "off": "Desactivar potenciador de volumen", - "on": "Activar potenciador de volumen" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "optionConflict": "Esta opción no se puede activar mientras '{{OPTION}}' está habilitada.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "La tecla del modificador de control de velocidad de rueda de desplazamiento no puede ser la misma que la tecla del modificador del control de volumen de la rueda.", - "volumeControl": "La tecla del modificador del control de volumen de la rueda de desplazamiento no puede ser la misma que la tecla del modificador del control de velocidad de la rueda." - } - } - }, - "info": { - "reset": "Todas las opciones han sido preestablecidas a sus valores de por defecto.\nAhora puedes guardar los cambios haciendo clic en el botón \"Confirmar\" o descartarlos cerrando esta página o ignorando esta notificación." - }, - "success": { - "saved": "Opciones guardadas." - } - } - } - }, - "settings": { - "clearData": { - "allDataDeleted": "Todos los datos han sido eliminados.", - "confirmAlert": "Esto eliminará todos los datos de la extensión relacionados con las opciones. ¿Continuar?" - }, - "optionDisabled": { - "either": { - "label": "Activar {{OPTIONS}} para configurar esta opción", - "separator": " o " - }, - "plural": { - "label": "Habilitar {{OPTIONS}} para configurar esta opción", - "separator": " y " - }, - "singular": "Habilitar '{{OPTION}}' para configurar esta opción", - "specificOption": { - "featureMenu": "Configure al menos un botón para colocarse en el menú de funciones para configurar esta opción.", - "screenshotButtonFileFormat": "Establecer el tipo de guardado de captura de pantalla a 'Archivo' o 'Ambos' para configurar esta opción" - } - }, - "scrollForMoreSettings": "Desplazar para más ajustes", - "sections": { - "automaticQuality": { - "enable": { - "label": "Habilitar ajuste automático de calidad", - "title": "Ajustar automáticamente la calidad del vídeo al nivel seleccionado." - }, - "fallbackQualityStrategy": { - "select": { - "label": "Estrategia de calidad de contingencia", - "options": { - "higher": "Superior", - "lower": "Inferior" - }, - "title": "La estrategia a utilizar cuando la calidad seleccionada no está disponible" - } - }, - "select": { - "label": "Calidad del reproductor", - "title": "La calidad a la que establecer el vídeo" - }, - "title": "Ajustes de calidad automáticos" - }, - "bottomButtons": { - "clear": { - "title": "Limpia todos los datos que esta extensión ha almacenado en su equipo", - "value": "Limpiar datos" - }, - "confirm": { - "title": "Confirma el restablecimiento de los ajustes", - "value": "Confirmar" - }, - "openTab": { - "title": "Abrir extensión en una pestaña nueva" - }, - "reset": { - "title": "Restablece todos los ajustes a sus valores predeterminados, haga clic en el botón de confirmar para guardar los cambios", - "value": "Reestablecer" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "Botón para copiar la URL del vídeo con marca de tiempo", - "decreasePlaybackSpeedButton": "Botón para reducir la velocidad", - "forwardButton": "Botón para avanzar rápido", - "hideEndScreenCardsButton": "Ocultar botón de tarjetas de pantalla final", - "increasePlaybackSpeedButton": "Botón para aumentar la velocidad", - "loopButton": "Botón de repetición", - "maximizePlayerButton": "Botón para maximizar", - "openTranscriptButton": "Abrir botón de transcripción", - "rewindButton": "Botón para rebobinar", - "screenshotButton": "Botón de captura de pantalla", - "volumeBoostButton": "Botón para aumentar el volumen" - }, - "options": { - "below_player": { - "placement": "debajo de los controles del reproductor", - "value": "Debajo del reproductor" - }, - "feature_menu": { - "placement": "en el menú de funciones", - "value": "Menú de funciones" - }, - "player_controls_left": { - "placement": "a la izquierda de los controles del reproductor", - "value": "Controles a la izquierda" - }, - "player_controls_right": { - "placement": "a la derecha de los controles del reproductor", - "value": "Controles a la derecha" - } - }, - "title": "Coloca el {{BUTTON_NAME}} a la {{PLACEMENT}}" - }, - "title": "Button placement settings" - }, - "customCSS": { - "editor": { - "collapse": "Colapsar editor", - "expand": "Expandir editor", - "noProblems": "No se encontraron problemas." - }, - "enable": { - "label": "Habilitar CSS personalizado", - "title": "Permite aplicar CSS personalizado a la página" - }, - "title": "Ajustes de CSS personalizados" - }, - "featureMenu": { - "openType": { - "select": { - "label": "Tipo de activación del menú", - "options": { - "click": "Click", - "hover": "Pasar el cursor por encima" - }, - "title": "Selecciona el método para abrir el menú" - }, - "title": "Configuración del menú" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "Botones de avance/retroceso", - "title": "Añade botones de avance y retroceso al reproductor de vídeo" - }, - "time": { - "label": "Adelantar/rebobinar tiempo", - "title": "La cantidad de tiempo para avanzar/retroceder el video" - }, - "title": "Ajustes del botón avanzar/retroceder" - }, - "importExportSettings": { - "exportButton": { - "success": "Ajustes exportados correctamente", - "title": "Exportar ajustes a un archivo JSON", - "value": "Exportar Ajustes" - }, - "importButton": { - "error": { - "unknown": "Error al importar la configuración. Por favor, compruebe el formato del archivo.\nUn error desconocido se ha producido.", - "validation": "Error al importar la configuración. Por favor, compruebe el formato del archivo.\n{{ERROR_MESSAGE}}" - }, - "success": "Ajustes importados correctamente", - "title": "Importar ajustes desde un archivo JSON", - "value": "Importar Ajustes" - } - }, - "language": { - "select": { - "label": "Idioma", - "title": "El idioma a usar para la extensión" - }, - "title": "Idioma" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "Modo cine automático", - "title": "Activar automáticamente el modo cine al cargar un vídeo" - }, - "automaticallyDisableAmbientMode": { - "label": "Desactivar automáticamente el modo ambiente", - "title": "Desactiva automáticamente el modo ambiente al cargar un vídeo" - }, - "automaticallyDisableClosedCaptions": { - "label": "Desactivar los subtítulos automáticamente", - "title": "Desactivar los subtítulos automáticamente cuando se carga un video" - }, - "automaticallyEnableClosedCaptions": { - "label": "Activar automáticamente subtítulos", - "title": "Activa automáticamente los subtítulos al cargar un vídeo" - }, - "automaticallyMaximizePlayer": { - "label": "Automáticamente maximizar el reproductor", - "title": "Automáticamente maximizar el reproductor cuando se carga un video" - }, - "automaticallyShowMoreVideosOnEndScreen": { - "label": "Automáticamente mostrar más videos", - "title": "Automáticamente mostrar más videos en la pantalla final, al terminar un video" - }, - "copyTimestampUrlButton": { - "label": "Botón para copiar la URL con marca de tiempo", - "title": "Copia el video con una marca de tiempo (?t=123)" - }, - "defaultToOriginalAudioTrack": { - "label": "Usar pista de audio original por defecto", - "title": "Siempre usar pista de audio original" - }, - "enableMarkAsUnwatchedButton": { - "label": "Botón para marcar como 'no visto'", - "title": "Agregar botón a los elementos de una lista de reproducción para marcarlos como 'no vistos'" - }, - "enableRemoveVideoButton": { - "label": "Botón para remover video", - "title": "Agregar botón a los elementos de una lista de reproducción para eliminarlos" - }, - "enableSaveToWatchLaterButton": { - "label": "Habiliar el boton para ver mas tarde", - "title": "Agregar botón a los vídeos de Inicio y Suscripciones para guardar el vídeo en la lista de reproducción 'Ver más tarde'" - }, - "hideArtificialIntelligenceSummary": { - "label": "Ocultar resumen de IA", - "title": "Oculta el resumen de inteligencia artificial debajo de los vídeos" - }, - "hideEndScreenCards": { - "label": "Ocultar tarjetas de pantalla final", - "title": "Oculta las tarjetas al final del vídeo" - }, - "hideEndScreenCardsButton": { - "label": "Botón para ocultar las tarjetas de pantalla final", - "title": "Añade un botón para mostrar/ocultar las tarjetas al final del vídeo" - }, - "hideLiveStreamChat": { - "label": "Ocultar chat de transmisión en vivo", - "title": "Oculta el chat en una transmisión en vivo" - }, - "hideMembersOnlyVideos": { - "label": "Ocultar vídeos solo para miembros", - "title": "Oculta los vídeos que solo son visibles para los miembros" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "Ocultar Videos Oficiales del Artista", - "title": "Ocultar los vídeos oficiales del artista de la página de inicio" - }, - "hidePaidPromotionBanner": { - "label": "Ocultar banner de promociones pagas", - "title": "Oculta el banner que aparece cuando ves un video que tiene una promoción de pago" - }, - "hidePlayables": { - "label": "Ocultar reproducibles", - "title": "Oculta todos los reproducibles" - }, - "hideScrollbar": { - "label": "Ocultar barra de desplazamiento", - "title": "Oculta la barra de desplazamiento de la página" - }, - "hideShorts": { - "label": "Ocultar shorts", - "title": "Oculta todos los shorts" - }, - "hideSidebarRecommendedVideos": { - "label": "Ocultar vídeos recomendados", - "title": "Oculta la barra lateral de vídeos recomendados" - }, - "hideTranslateComment": { - "label": "Ocultar botón de traducir comentario", - "title": "Oculta el botón 'Traducir al idioma' bajo los comentarios" - }, - "loopButton": { - "label": "Botón de bucle", - "title": "Añade un botón al menú para poner en bucle el vídeo que estás viendo" - }, - "maximizePlayerButton": { - "label": "Botón de maximizar en el reproductor", - "title": "Añade un botón al menú para maximizar el reproductor" - }, - "openTranscriptButton": { - "label": "Botón para abrir transcripción", - "title": "Añade un botón al menú para abrir la transcripción del video que estás viendo" - }, - "openYouTubeSettingsOnHover": { - "label": "Abrir ajustes de YouTube al pasar el cursor", - "title": "Abre el menú de configuración de YouTube cuando pasa el cursor por encima del botón de ajustes" - }, - "pauseBackgroundPlayers": { - "label": "Pausar reproductores de fondo", - "title": "Pausa los reproductores de vídeo en pestañas de fondo cuando inicias un nuevo reproductor en la pestaña de inicio" - }, - "playlistRemover": { - "label": "Ocultar listas de reproducción de la página de inicio", - "title": "Oculta las listas de reproducción que aparecen en la página de inicio" - }, - "remainingTime": { - "label": "Tiempo restante", - "title": "Muestra el tiempo restante del vídeo que estás viendo" - }, - "rememberLastVolume": { - "label": "Recordar el nivel de volumen", - "title": "Recuerda el volumen del último vídeo que estabas viendo y lo establece cuando abres un nuevo vídeo" - }, - "removeRedirect": { - "label": "Remover URLs de redireccionamiento (/redirect)", - "title": "Reemplaza la URLs de redirección de YouTube por URLs reales, omitiendo el diálogo de advertencia de redirección" - }, - "restoreFullscreenScrolling": { - "label": "Restore fullscreen scrolling", - "title": "Restores scrolling in fullscreen mode" - }, - "shareShortener": { - "label": "Shorten YouTube video share link", - "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" - }, - "shortsAutoScroll": { - "label": "Shorts auto scroll", - "title": "Automatically scrolls to the next short" - }, - "skipContinueWatching": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" - } - }, - "title": "Ajustes varios" - }, - "onScreenDisplaySettings": { - "color": { - "label": "Color", - "options": { - "blue": "Azul", - "green": "Verde", - "orange": "Naranja", - "pink": "Rosa", - "purple": "Morado", - "red": "Rojo", - "white": "Blanco", - "yellow": "Amarillo" - }, - "title": "Select the color for the On-Screen Display" - }, - "hide": { - "label": "Oculta el retardo", - "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" - }, - "opacity": { - "label": "Opacidad", - "title": "Adjust the transparency of the On-Screen Display" - }, - "padding": { - "label": "Margen", - "title": "Ajuste el espacio alrededor de las esquinas de la pantalla en píxeles. Esto se aplica específicamente al redondeado en las esquinas de la pantalla." - }, - "position": { - "label": "Posición", - "options": { - "bottom_left": "Parte inferior izquierda", - "bottom_right": "Parte inferior derecha", - "center": "Centrado", - "top_left": "Parte superior izquierda", - "top_right": "Parte superior derecha" - }, - "title": "Select the position of the On-Screen Display" - }, - "title": "On-screen display settings", - "type": { - "label": "Tipo", - "options": { - "circle": "Círculo", - "line": "Línea", - "no_display": "No mostrar", - "text": "Texto" - }, - "title": "Selecciona el estilo del visualizador en pantalla" - } - }, - "playbackSpeed": { - "enable": { - "label": "Velocidad de reproducción forzada", - "title": "Establece la velocidad del video a lo que elijas a continuación" - }, - "playbackSpeedButtons": { - "label": "Playback speed buttons", - "select": { - "label": "Playback buttons speed", - "title": "Amount of speed to be changed per click" - }, - "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" - }, - "select": { - "label": "Velocidad del reproductor", - "title": "La velocidad a la que ajustar el vídeo" - }, - "title": "Ajustes de velocidad de reproducción" - }, - "playlistLength": { - "enable": { - "label": "Display playlist length information", - "title": "Shows the total length of the playlist, how much has been watched, and how much remains." - }, - "title": "Playlist length settings", - "wayToGetLength": { - "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "Method to get watched time", - "options": { - "duration": "Duración del Video", - "youtube": "Video Watch Time" - }, - "title": "The way to get the amount of time watched (Video Length type only used on watch page)" - } - } - }, - "playlistManagement": { - "features": { - "markAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - }, - "removeVideoButton": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - } - }, - "title": "Playlist management settings" - }, - "playlistManagementButtons": { - "failedToMarkAsUnwatched": "Failed to mark video as unwatched", - "failedToRemoveVideo": "Failed to remove video", - "markAsUnwatched": "Mark as unwatched", - "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "Eliminar vídeo", - "removingVideo": "Eliminando vídeo…" - }, - "saveToWatchLaterButton": { - "failedToSaveVideo": "Failed to save video to Watch Later", - "saveVideo": "Save to Watch Later", - "savingVideo": "Saving to Watch Later…" - }, - "screenshotButton": { - "enable": { - "label": "Botón para capturar la pantalla", - "title": "Añade un botón al reproductor para capturar la pantalal del vídeo que estás viendo" - }, - "saveAs": { - "clipboard": "Portapapeles", - "file": "Archivo", - "both": "Both (File and Clipboard)" - }, - "selectFormat": { - "label": "Formato de captura de pantalla", - "title": "El formato en el que guardar la captura de pantalla" - }, - "selectSaveAs": { - "label": "Método de guardado de captura de pantalla", - "title": "Método de guardado sobre el que se guardará la captura de pantalla" - }, - "title": "Ajustes de captura de pantalla" - }, - "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "Volumen cambiado por cada scroll con la rueda del ratón", - "title": "Ajustar la velocidad que cambia por el scroll de la rueda del ratón" - }, - "enable": { - "label": "Control de velocidad con la rueda", - "title": "Pulsa una tecla para activar el ajuste de velocidad con la rueda del ratón." - }, - "optionLabel": "Tecla {{KEY}}", - "select": { - "label": "Tecla modificadora", - "title": "Tecla a usar" - }, - "title": "Ajustes sobre el control de velocidad con la rueda del ratón" - }, - "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "Velocidad cambiada por cada scroll con la rueda del ratón", - "title": "Ajustar el volumen que cambia por el scroll de la rueda del ratón" - }, - "enable": { - "label": "Control de volumen con la rueda", - "title": "Te permite usar la rueda del ratón para controlar el volumen del vídeo que estás viendo" - }, - "holdModifierKey": { - "enable": { - "label": "Activar al mantener pulsada la tecla modificadora", - "title": "Presione una tecla modificadora para activar el ajuste de volumen con la rueda del ratón." - }, - "optionLabel": "Tecla {{KEY}}", - "select": { - "label": "Tecla modificadora", - "title": "La tecla del modificador a usar" - } - }, - "holdRightClick": { - "enable": { - "label": "Activar al mantener pulsado el botón derecho", - "title": "Mantenga pulsado el botón derecho para activar el control de volumen con la rueda del ratón" - } - }, - "title": "Ajustes de control de volumen con la rueda del ratón" - }, - "settingSearch": { - "placeholder": "Search for a setting" - }, - "videoHistory": { - "enable": { - "label": "Track watched videos", - "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" - }, - "resumeType": { - "select": { - "label": "Resume type", - "options": { - "automatic": "Automático", - "prompt": "Prompt" - }, - "title": "Select how you want to resume videos" - } - }, - "title": "Video history settings" - }, - "volumeBoost": { - "boostAmount": { - "label": "Incremento de volumen (dB)", - "title": "Cuantos decibelios quieres aumentar el volumen" - }, - "enable": { - "label": "Potenciador de volumen", - "title": "Activar incremento de volumen" - }, - "mode": { - "select": { - "label": "Volume boost mode", - "options": { - "global": "Global", - "perVideo": "Por vídeo" - }, - "title": "Elegir cómo se aplica el aumento de volumen. 'Por vídeo' permite activar optimización para cada video individualmente en el menú de características. 'Global' aplica el boost a todos los vídeos cuando el aumento de volumen está activado." - } - }, - "title": "Ajustes de potenciado de volumen" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "You can get one from here", - "input": { - "label": "Clave API", - "title": "Introduce tu clave API de Youtube Data V3." - }, - "title": "YouTube API V3 key" - }, - "youtubeDeepDark": { - "author": "Autor", - "co-authors": "Coautores", - "colors": { - "colorShadow": { - "label": "Color de sombra", - "title": "Color para las sombras" - }, - "dimmerText": { - "label": "Color secundario de texto", - "title": "Color para el texto secundario" - }, - "hoverBackground": { - "label": "Hover background color", - "title": "Color for hover background" - }, - "mainBackground": { - "label": "Main background color", - "title": "Color for main background" - }, - "mainColor": { - "label": "Color destacado", - "title": "Color para destacados" - }, - "mainText": { - "label": "Main text color", - "title": "Color for main text" - }, - "secondBackground": { - "label": "Secondary background color", - "title": "Color for secondary background" - } - }, - "enable": { - "label": "Deep Dark Theme", - "title": "Activate the selected theme for the page" - }, - "select": { - "label": "Select theme", - "title": "Select a theme to be applied to the page" - }, - "title": "YouTube deep dark settings" - } - } - } + "langCode": "es-ES", + "langName": "Español", + "messages": { + "resumingVideo": "Reanudando vídeo en {{VIDEO_TIME}}", + "settingVolume": "Ajustando el potenciador de volumen a {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "¡Copiado!", + "label": "Copiar URL de vídeo con marca de tiempo" + } + }, + "featureMenu": { + "button": { + "label": "Menú de funciones" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Avanzar rápidamente por {{TIME}}" + }, + "rewindButton": { + "label": "Rebobinado por {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Ocultar tarjetas de pantalla final", + "toggle": { + "off": "Mostrar tarjetas de pantalla final", + "on": "Ocultar tarjetas de pantalla final" + } + } + }, + "loopButton": { + "button": { + "label": "Bucle", + "toggle": { + "off": "Desactivar repetición", + "on": "Activar repetición" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "Maximizar", + "toggle": { + "off": "Maximizar desactivado", + "on": "Maximizar activado" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Abrir transcripción" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Disminuye la velocidad a {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Aumenta la velocidad a {{SPEED}}" + } + }, + "decreaseLimit": "No se puede disminuir más ({{SPEED}})", + "increaseLimit": "No se puede aumentar más ({{SPEED}})" + }, + "playlistLength": { + "title": "Puede que la longitud total no sea exacta si se ocultan algunos vídeos o si no ha cargado suficientes vídeos para obtener la longitud completa." + }, + "screenshotButton": { + "button": { + "label": "Captura de pantalla" + }, + "copiedToClipboard": "Captura de pantalla copiada al portapapeles" + }, + "videoHistory": { + "resumeButton": "Reanudar", + "resumePrompt": { + "close": "Cerrar" + } + }, + "volumeBoostButton": { + "button": { + "label": "Potenciador de volumen", + "toggle": { + "off": "Desactivar potenciador de volumen", + "on": "Activar potenciador de volumen" + } + } + } + } + }, + "options": { + "notifications": { + "error": { + "optionConflict": "Esta opción no se puede activar mientras '{{OPTION}}' está habilitada.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "La tecla del modificador de control de velocidad de rueda de desplazamiento no puede ser la misma que la tecla del modificador del control de volumen de la rueda.", + "volumeControl": "La tecla del modificador del control de volumen de la rueda de desplazamiento no puede ser la misma que la tecla del modificador del control de velocidad de la rueda." + } + } + }, + "info": { + "reset": "Todas las opciones han sido preestablecidas a sus valores de por defecto.\nAhora puedes guardar los cambios haciendo clic en el botón \"Confirmar\" o descartarlos cerrando esta página o ignorando esta notificación." + }, + "success": { + "saved": "Opciones guardadas." + } + } + } + }, + "settings": { + "clearData": { + "allDataDeleted": "Todos los datos han sido eliminados.", + "confirmAlert": "Esto eliminará todos los datos de la extensión relacionados con las opciones. ¿Continuar?" + }, + "optionDisabled": { + "either": { + "label": "Activar {{OPTIONS}} para configurar esta opción", + "separator": " o " + }, + "plural": { + "label": "Habilitar {{OPTIONS}} para configurar esta opción", + "separator": " y " + }, + "singular": "Habilitar '{{OPTION}}' para configurar esta opción", + "specificOption": { + "featureMenu": "Configure al menos un botón para colocarse en el menú de funciones para configurar esta opción.", + "screenshotButtonFileFormat": "Establecer el tipo de guardado de captura de pantalla a 'Archivo' o 'Ambos' para configurar esta opción" + } + }, + "scrollForMoreSettings": "Desplazar para más ajustes", + "sections": { + "automaticQuality": { + "enable": { + "label": "Habilitar ajuste automático de calidad", + "title": "Ajustar automáticamente la calidad del vídeo al nivel seleccionado." + }, + "fallbackQualityStrategy": { + "select": { + "label": "Estrategia de calidad de contingencia", + "options": { + "higher": "Superior", + "lower": "Inferior" + }, + "title": "La estrategia a utilizar cuando la calidad seleccionada no está disponible" + } + }, + "select": { + "label": "Calidad del reproductor", + "title": "La calidad a la que establecer el vídeo" + }, + "title": "Ajustes de calidad automáticos" + }, + "bottomButtons": { + "clear": { + "title": "Limpia todos los datos que esta extensión ha almacenado en su equipo", + "value": "Limpiar datos" + }, + "confirm": { + "title": "Confirma el restablecimiento de los ajustes", + "value": "Confirmar" + }, + "openTab": { + "title": "Abrir extensión en una pestaña nueva" + }, + "reset": { + "title": "Restablece todos los ajustes a sus valores predeterminados, haga clic en el botón de confirmar para guardar los cambios", + "value": "Reestablecer" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Botón para copiar la URL del vídeo con marca de tiempo", + "decreasePlaybackSpeedButton": "Botón para reducir la velocidad", + "forwardButton": "Botón para avanzar rápido", + "hideEndScreenCardsButton": "Ocultar botón de tarjetas de pantalla final", + "increasePlaybackSpeedButton": "Botón para aumentar la velocidad", + "loopButton": "Botón de repetición", + "maximizePlayerButton": "Botón para maximizar", + "openTranscriptButton": "Abrir botón de transcripción", + "rewindButton": "Botón para rebobinar", + "screenshotButton": "Botón de captura de pantalla", + "volumeBoostButton": "Botón para aumentar el volumen" + }, + "options": { + "below_player": { + "placement": "debajo de los controles del reproductor", + "value": "Debajo del reproductor" + }, + "feature_menu": { + "placement": "en el menú de funciones", + "value": "Menú de funciones" + }, + "player_controls_left": { + "placement": "a la izquierda de los controles del reproductor", + "value": "Controles a la izquierda" + }, + "player_controls_right": { + "placement": "a la derecha de los controles del reproductor", + "value": "Controles a la derecha" + } + }, + "title": "Coloca el {{BUTTON_NAME}} a la {{PLACEMENT}}" + }, + "title": "Button placement settings" + }, + "customCSS": { + "editor": { + "collapse": "Colapsar editor", + "expand": "Expandir editor", + "noProblems": "No se encontraron problemas." + }, + "enable": { + "label": "Habilitar CSS personalizado", + "title": "Permite aplicar CSS personalizado a la página" + }, + "title": "Ajustes de CSS personalizados" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Tipo de activación del menú", + "options": { + "click": "Click", + "hover": "Pasar el cursor por encima" + }, + "title": "Selecciona el método para abrir el menú" + }, + "title": "Configuración del menú" + } + }, + "forwardRewindButtons": { + "enable": { + "label": "Botones de avance/retroceso", + "title": "Añade botones de avance y retroceso al reproductor de vídeo" + }, + "time": { + "label": "Adelantar/rebobinar tiempo", + "title": "La cantidad de tiempo para avanzar/retroceder el video" + }, + "title": "Ajustes del botón avanzar/retroceder" + }, + "importExportSettings": { + "exportButton": { + "success": "Ajustes exportados correctamente", + "title": "Exportar ajustes a un archivo JSON", + "value": "Exportar Ajustes" + }, + "importButton": { + "error": { + "unknown": "Error al importar la configuración. Por favor, compruebe el formato del archivo.\nUn error desconocido se ha producido.", + "validation": "Error al importar la configuración. Por favor, compruebe el formato del archivo.\n{{ERROR_MESSAGE}}" + }, + "success": "Ajustes importados correctamente", + "title": "Importar ajustes desde un archivo JSON", + "value": "Importar Ajustes" + } + }, + "language": { + "select": { + "label": "Idioma", + "title": "El idioma a usar para la extensión" + }, + "title": "Idioma" + }, + "miscellaneous": { + "features": { + "automaticTheaterMode": { + "label": "Modo cine automático", + "title": "Activar automáticamente el modo cine al cargar un vídeo" + }, + "automaticallyDisableAmbientMode": { + "label": "Desactivar automáticamente el modo ambiente", + "title": "Desactiva automáticamente el modo ambiente al cargar un vídeo" + }, + "automaticallyDisableAutoPlay": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + }, + "automaticallyDisableClosedCaptions": { + "label": "Desactivar los subtítulos automáticamente", + "title": "Desactivar los subtítulos automáticamente cuando se carga un video" + }, + "automaticallyEnableClosedCaptions": { + "label": "Activar automáticamente subtítulos", + "title": "Activa automáticamente los subtítulos al cargar un vídeo" + }, + "automaticallyMaximizePlayer": { + "label": "Automáticamente maximizar el reproductor", + "title": "Automáticamente maximizar el reproductor cuando se carga un video" + }, + "automaticallyShowMoreVideosOnEndScreen": { + "label": "Automáticamente mostrar más videos", + "title": "Automáticamente mostrar más videos en la pantalla final, al terminar un video" + }, + "copyTimestampUrlButton": { + "label": "Botón para copiar la URL con marca de tiempo", + "title": "Copia el video con una marca de tiempo (?t=123)" + }, + "defaultToOriginalAudioTrack": { + "label": "Usar pista de audio original por defecto", + "title": "Siempre usar pista de audio original" + }, + "enableMarkAsUnwatchedButton": { + "label": "Botón para marcar como 'no visto'", + "title": "Agregar botón a los elementos de una lista de reproducción para marcarlos como 'no vistos'" + }, + "enableRemoveVideoButton": { + "label": "Botón para remover video", + "title": "Agregar botón a los elementos de una lista de reproducción para eliminarlos" + }, + "enableSaveToWatchLaterButton": { + "label": "Habiliar el boton para ver mas tarde", + "title": "Agregar botón a los vídeos de Inicio y Suscripciones para guardar el vídeo en la lista de reproducción 'Ver más tarde'" + }, + "hideArtificialIntelligenceSummary": { + "label": "Ocultar resumen de IA", + "title": "Oculta el resumen de inteligencia artificial debajo de los vídeos" + }, + "hideEndScreenCards": { + "label": "Ocultar tarjetas de pantalla final", + "title": "Oculta las tarjetas al final del vídeo" + }, + "hideEndScreenCardsButton": { + "label": "Botón para ocultar las tarjetas de pantalla final", + "title": "Añade un botón para mostrar/ocultar las tarjetas al final del vídeo" + }, + "hideLiveStreamChat": { + "label": "Ocultar chat de transmisión en vivo", + "title": "Oculta el chat en una transmisión en vivo" + }, + "hideMembersOnlyVideos": { + "label": "Ocultar vídeos solo para miembros", + "title": "Oculta los vídeos que solo son visibles para los miembros" + }, + "hideOfficialArtistVideosFromHomePage": { + "label": "Ocultar Videos Oficiales del Artista", + "title": "Ocultar los vídeos oficiales del artista de la página de inicio" + }, + "hidePaidPromotionBanner": { + "label": "Ocultar banner de promociones pagas", + "title": "Oculta el banner que aparece cuando ves un video que tiene una promoción de pago" + }, + "hidePlayables": { + "label": "Ocultar reproducibles", + "title": "Oculta todos los reproducibles" + }, + "hideScrollbar": { + "label": "Ocultar barra de desplazamiento", + "title": "Oculta la barra de desplazamiento de la página" + }, + "hideShorts": { + "label": "Ocultar shorts", + "title": "Oculta todos los shorts" + }, + "hideSidebarRecommendedVideos": { + "label": "Ocultar vídeos recomendados", + "title": "Oculta la barra lateral de vídeos recomendados" + }, + "hideTranslateComment": { + "label": "Ocultar botón de traducir comentario", + "title": "Oculta el botón 'Traducir al idioma' bajo los comentarios" + }, + "loopButton": { + "label": "Botón de bucle", + "title": "Añade un botón al menú para poner en bucle el vídeo que estás viendo" + }, + "maximizePlayerButton": { + "label": "Botón de maximizar en el reproductor", + "title": "Añade un botón al menú para maximizar el reproductor" + }, + "openTranscriptButton": { + "label": "Botón para abrir transcripción", + "title": "Añade un botón al menú para abrir la transcripción del video que estás viendo" + }, + "openYouTubeSettingsOnHover": { + "label": "Abrir ajustes de YouTube al pasar el cursor", + "title": "Abre el menú de configuración de YouTube cuando pasa el cursor por encima del botón de ajustes" + }, + "pauseBackgroundPlayers": { + "label": "Pausar reproductores de fondo", + "title": "Pausa los reproductores de vídeo en pestañas de fondo cuando inicias un nuevo reproductor en la pestaña de inicio" + }, + "playlistRemover": { + "label": "Ocultar listas de reproducción de la página de inicio", + "title": "Oculta las listas de reproducción que aparecen en la página de inicio" + }, + "remainingTime": { + "label": "Tiempo restante", + "title": "Muestra el tiempo restante del vídeo que estás viendo" + }, + "rememberLastVolume": { + "label": "Recordar el nivel de volumen", + "title": "Recuerda el volumen del último vídeo que estabas viendo y lo establece cuando abres un nuevo vídeo" + }, + "removeRedirect": { + "label": "Remover URLs de redireccionamiento (/redirect)", + "title": "Reemplaza la URLs de redirección de YouTube por URLs reales, omitiendo el diálogo de advertencia de redirección" + }, + "restoreFullscreenScrolling": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + }, + "shareShortener": { + "label": "Shorten YouTube video share link", + "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + }, + "shortsAutoScroll": { + "label": "Shorts auto scroll", + "title": "Automatically scrolls to the next short" + }, + "skipContinueWatching": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + } + }, + "title": "Ajustes varios" + }, + "onScreenDisplaySettings": { + "color": { + "label": "Color", + "options": { + "blue": "Azul", + "green": "Verde", + "orange": "Naranja", + "pink": "Rosa", + "purple": "Morado", + "red": "Rojo", + "white": "Blanco", + "yellow": "Amarillo" + }, + "title": "Select the color for the On-Screen Display" + }, + "hide": { + "label": "Oculta el retardo", + "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" + }, + "opacity": { + "label": "Opacidad", + "title": "Adjust the transparency of the On-Screen Display" + }, + "padding": { + "label": "Margen", + "title": "Ajuste el espacio alrededor de las esquinas de la pantalla en píxeles. Esto se aplica específicamente al redondeado en las esquinas de la pantalla." + }, + "position": { + "label": "Posición", + "options": { + "bottom_left": "Parte inferior izquierda", + "bottom_right": "Parte inferior derecha", + "center": "Centrado", + "top_left": "Parte superior izquierda", + "top_right": "Parte superior derecha" + }, + "title": "Select the position of the On-Screen Display" + }, + "title": "On-screen display settings", + "type": { + "label": "Tipo", + "options": { + "circle": "Círculo", + "line": "Línea", + "no_display": "No mostrar", + "text": "Texto" + }, + "title": "Selecciona el estilo del visualizador en pantalla" + } + }, + "playbackSpeed": { + "enable": { + "label": "Velocidad de reproducción forzada", + "title": "Establece la velocidad del video a lo que elijas a continuación" + }, + "playbackSpeedButtons": { + "label": "Playback speed buttons", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + }, + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + }, + "select": { + "label": "Velocidad del reproductor", + "title": "La velocidad a la que ajustar el vídeo" + }, + "title": "Ajustes de velocidad de reproducción" + }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + }, + "title": "Playlist length settings", + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Duración del Video", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } + } + }, + "playlistManagement": { + "features": { + "markAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + }, + "removeVideoButton": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + }, + "title": "Playlist management settings" + }, + "playlistManagementButtons": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Eliminar vídeo", + "removingVideo": "Eliminando vídeo…" + }, + "saveToWatchLaterButton": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + }, + "screenshotButton": { + "enable": { + "label": "Botón para capturar la pantalla", + "title": "Añade un botón al reproductor para capturar la pantalal del vídeo que estás viendo" + }, + "saveAs": { + "both": "Both (File and Clipboard)", + "clipboard": "Portapapeles", + "file": "Archivo" + }, + "selectFormat": { + "label": "Formato de captura de pantalla", + "title": "El formato en el que guardar la captura de pantalla" + }, + "selectSaveAs": { + "label": "Método de guardado de captura de pantalla", + "title": "Método de guardado sobre el que se guardará la captura de pantalla" + }, + "title": "Ajustes de captura de pantalla" + }, + "scrollWheelSpeedControl": { + "adjustmentSteps": { + "label": "Volumen cambiado por cada scroll con la rueda del ratón", + "title": "Ajustar la velocidad que cambia por el scroll de la rueda del ratón" + }, + "enable": { + "label": "Control de velocidad con la rueda", + "title": "Pulsa una tecla para activar el ajuste de velocidad con la rueda del ratón." + }, + "optionLabel": "Tecla {{KEY}}", + "select": { + "label": "Tecla modificadora", + "title": "Tecla a usar" + }, + "title": "Ajustes sobre el control de velocidad con la rueda del ratón" + }, + "scrollWheelVolumeControl": { + "adjustmentSteps": { + "label": "Velocidad cambiada por cada scroll con la rueda del ratón", + "title": "Ajustar el volumen que cambia por el scroll de la rueda del ratón" + }, + "enable": { + "label": "Control de volumen con la rueda", + "title": "Te permite usar la rueda del ratón para controlar el volumen del vídeo que estás viendo" + }, + "holdModifierKey": { + "enable": { + "label": "Activar al mantener pulsada la tecla modificadora", + "title": "Presione una tecla modificadora para activar el ajuste de volumen con la rueda del ratón." + }, + "optionLabel": "Tecla {{KEY}}", + "select": { + "label": "Tecla modificadora", + "title": "La tecla del modificador a usar" + } + }, + "holdRightClick": { + "enable": { + "label": "Activar al mantener pulsado el botón derecho", + "title": "Mantenga pulsado el botón derecho para activar el control de volumen con la rueda del ratón" + } + }, + "title": "Ajustes de control de volumen con la rueda del ratón" + }, + "settingSearch": { + "placeholder": "Search for a setting" + }, + "videoHistory": { + "enable": { + "label": "Track watched videos", + "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" + }, + "resumeType": { + "select": { + "label": "Resume type", + "options": { + "automatic": "Automático", + "prompt": "Prompt" + }, + "title": "Select how you want to resume videos" + } + }, + "title": "Video history settings" + }, + "volumeBoost": { + "boostAmount": { + "label": "Incremento de volumen (dB)", + "title": "Cuantos decibelios quieres aumentar el volumen" + }, + "enable": { + "label": "Potenciador de volumen", + "title": "Activar incremento de volumen" + }, + "mode": { + "select": { + "label": "Volume boost mode", + "options": { + "global": "Global", + "perVideo": "Por vídeo" + }, + "title": "Elegir cómo se aplica el aumento de volumen. 'Por vídeo' permite activar optimización para cada video individualmente en el menú de características. 'Global' aplica el boost a todos los vídeos cuando el aumento de volumen está activado." + } + }, + "title": "Ajustes de potenciado de volumen" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "Clave API", + "title": "Introduce tu clave API de Youtube Data V3." + }, + "title": "YouTube API V3 key" + }, + "youtubeDeepDark": { + "author": "Autor", + "co-authors": "Coautores", + "colors": { + "colorShadow": { + "label": "Color de sombra", + "title": "Color para las sombras" + }, + "dimmerText": { + "label": "Color secundario de texto", + "title": "Color para el texto secundario" + }, + "hoverBackground": { + "label": "Hover background color", + "title": "Color for hover background" + }, + "mainBackground": { + "label": "Main background color", + "title": "Color for main background" + }, + "mainColor": { + "label": "Color destacado", + "title": "Color para destacados" + }, + "mainText": { + "label": "Main text color", + "title": "Color for main text" + }, + "secondBackground": { + "label": "Secondary background color", + "title": "Color for secondary background" + } + }, + "enable": { + "label": "Deep Dark Theme", + "title": "Activate the selected theme for the page" + }, + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + }, + "title": "YouTube deep dark settings" + } + } + } } From 2af07b89cecf427934876da17ef6c07d28e42580 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 6 Dec 2025 02:11:31 -0500 Subject: [PATCH 1368/1783] New translations en-us.json (French) --- public/locales/fr-FR.json | 1406 +++++++++++++++++++------------------ 1 file changed, 705 insertions(+), 701 deletions(-) diff --git a/public/locales/fr-FR.json b/public/locales/fr-FR.json index b2558af08..bb850e75b 100644 --- a/public/locales/fr-FR.json +++ b/public/locales/fr-FR.json @@ -1,703 +1,707 @@ { - "langCode": "fr-FR", - "langName": "Français", - "messages": { - "resumingVideo": "Reprendre la vidéo à {{VIDEO_TIME}}", - "settingVolume": "Réglage de du gain du volume à {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "Copied!", - "label": "Copy video URL with timestamp" - } - }, - "featureMenu": { - "button": { - "label": "Feature menu" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "Fast forward by {{TIME}}" - }, - "rewindButton": { - "label": "Rewind by {{TIME}}" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "Hide end screen cards", - "toggle": { - "off": "Show end screen cards", - "on": "Hide end screen cards" - } - } - }, - "loopButton": { - "button": { - "label": "Loop", - "toggle": { - "off": "Loop off", - "on": "Loop on" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "Maximize", - "toggle": { - "off": "Maximize off", - "on": "Maximize on" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Open transcript" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Decrease Speed to {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Increase Speed to {{SPEED}}" - } - }, - "decreaseLimit": "Can't decrease further ({{SPEED}})", - "increaseLimit": "Can't increase further ({{SPEED}})" - }, - "playlistLength": { - "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." - }, - "screenshotButton": { - "button": { - "label": "Screenshot" - }, - "copiedToClipboard": "Capture d'écran copiée dans le presse-papiers" - }, - "videoHistory": { - "resumeButton": "Reprendre", - "resumePrompt": { - "close": "Fermer" - } - }, - "volumeBoostButton": { - "button": { - "label": "Volume Boost", - "toggle": { - "off": "Volume boost off", - "on": "Volume boost on" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "La touche de contrôle de la vitesse de la molette ne peut pas être la même que la touche de contrôle du volume par la molette de défilement.", - "volumeControl": "La touche de contrôle de volume de la molette de défilement ne peut pas être la même que la touche de contrôle de la vitesse de défilement." - } - } - }, - "info": { - "reset": "Tous les paramètres ont été réinitialisés. \nVous pouvez maintenant sauvegarder les changements en cliquant sur le bouton \"Confirmer\" ou les annuler en fermant cette page ou ignorer cette notification." - }, - "success": { - "saved": "Options enregistrées." - } - } - } - }, - "settings": { - "clearData": { - "allDataDeleted": "Toutes les données ont été supprimées.", - "confirmAlert": "Ceci supprimera toutes les données d'extension liées aux options. On continue ?" - }, - "optionDisabled": { - "either": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " or " - }, - "plural": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " and " - }, - "singular": "Enable '{{OPTION}}' to configure this option", - "specificOption": { - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" - } - }, - "scrollForMoreSettings": "Scroll for more settings", - "sections": { - "automaticQuality": { - "enable": { - "label": "Ajustement automatique de la résolution", - "title": "Ajuste automatiquement la résolution de la vidéo au niveau sélectionné." - }, - "fallbackQualityStrategy": { - "select": { - "label": "Quality fallback strategy", - "options": { - "higher": "Higher", - "lower": "Lower" - }, - "title": "The strategy to use when the selected quality is not available" - } - }, - "select": { - "label": "Résolution", - "title": "La vidéo aura cette résolution" - }, - "title": "Paramètres de qualité automatique" - }, - "bottomButtons": { - "clear": { - "title": "Efface toutes les données stockées par cette extension sur votre ordinateur", - "value": "Effacer les données" - }, - "confirm": { - "title": "Confirmer la réinitialisation des réglages", - "value": "Confirmer" - }, - "openTab": { - "title": "Open extension settings in a new tab" - }, - "reset": { - "title": "Réinitialise tous les paramètres par défaut, cliquez sur le bouton de confirmation pour enregistrer les modifications", - "value": "Réinitialiser" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "Copy video URL with timestamp button", - "decreasePlaybackSpeedButton": "Decrease Speed button", - "forwardButton": "Fast Forward button", - "hideEndScreenCardsButton": "Hide end screen cards button", - "increasePlaybackSpeedButton": "Increase Speed button", - "loopButton": "Loop button", - "maximizePlayerButton": "Maximize button", - "openTranscriptButton": "Open Transcript button", - "rewindButton": "Rewind button", - "screenshotButton": "Screenshot button", - "volumeBoostButton": "Volume Boost button" - }, - "options": { - "below_player": { - "placement": "below the player controls", - "value": "Below Player" - }, - "feature_menu": { - "placement": "in the feature menu", - "value": "Feature Menu" - }, - "player_controls_left": { - "placement": "on the left side of player controls", - "value": "Left Controls" - }, - "player_controls_right": { - "placement": "on the right side of player controls", - "value": "Right Controls" - } - }, - "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" - }, - "title": "Button placement settings" - }, - "customCSS": { - "editor": { - "collapse": "Collapse Editor", - "expand": "Expand Editor", - "noProblems": "Aucun problème détecté." - }, - "enable": { - "label": "Custom CSS", - "title": "Enables custom CSS to be applied to the page" - }, - "title": "Custom CSS settings" - }, - "featureMenu": { - "openType": { - "select": { - "label": "Action d'activation du menu", - "options": { - "click": "Clic", - "hover": "Survol" - }, - "title": "Sélectionnez la méthode pour activer le menu de fonctionnalités" - }, - "title": "Paramètres du menu de fonctionnalités" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "Forward/rewind buttons", - "title": "Adds forward and rewind buttons to the video player" - }, - "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" - }, - "title": "Forward/rewind button settings" - }, - "importExportSettings": { - "exportButton": { - "success": "Réglages exportés avec succès", - "title": "Exporter les paramètres vers un fichier JSON", - "value": "Exporter les paramètres" - }, - "importButton": { - "error": { - "unknown": "Erreur lors de l'importation des paramètres. Veuillez vérifier le format du fichier.\nUne erreur inconnue s'est produite.", - "validation": "Erreur lors de l'importation des paramètres. Veuillez vérifier le format du fichier.\n{{ERROR_MESSAGE}}" - }, - "success": "Paramètres importés avec succès", - "title": "Importer les paramètres depuis un fichier JSON", - "value": "Importer les paramètres" - } - }, - "language": { - "select": { - "label": "Langue", - "title": "La langue à utiliser pour l'extension" - }, - "title": "Langue" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "Mode cinéma automatique", - "title": "Activer automatiquement le mode cinéma lorsque vous chargez une vidéo" - }, - "automaticallyDisableAmbientMode": { - "label": "Automatically disable ambient mode", - "title": "Automatically disables ambient mode when you load a video" - }, - "automaticallyDisableClosedCaptions": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" - }, - "automaticallyEnableClosedCaptions": { - "label": "Automatically enable closed captions", - "title": "Automatically enables closed captions when you load a video" - }, - "automaticallyMaximizePlayer": { - "label": "Automatically maximize player", - "title": "Automatically maximizes the player when you load a video" - }, - "automaticallyShowMoreVideosOnEndScreen": { - "label": "Automatically show more videos on end screen", - "title": "Automatically shows more videos on end screen when you load a video" - }, - "copyTimestampUrlButton": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" - }, - "defaultToOriginalAudioTrack": { - "label": "Default to original audio track", - "title": "Always default to the original audio track" - }, - "enableMarkAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Add a button to playlist items to mark videos as unwatched" - }, - "enableRemoveVideoButton": { - "label": "Remove video button", - "title": "Add a button to playlist items to remove videos from the playlist" - }, - "enableSaveToWatchLaterButton": { - "label": "Enable save to Watch Later button", - "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" - }, - "hideArtificialIntelligenceSummary": { - "label": "Hide AI summary", - "title": "Hides the artificial intelligence summary below videos" - }, - "hideEndScreenCards": { - "label": "Hide end screen cards", - "title": "Hides the cards at the end of the video" - }, - "hideEndScreenCardsButton": { - "label": "Hide end screen cards button", - "title": "Adds a button to show/hide the cards at the end of the video" - }, - "hideLiveStreamChat": { - "label": "Hide live stream chat", - "title": "Hides the live stream chat" - }, - "hideMembersOnlyVideos": { - "label": "Hide members-only videos", - "title": "Hides videos that are only visible to members" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" - }, - "hidePaidPromotionBanner": { - "label": "Hide paid promotion banner", - "title": "Hides the banner that appears when you watch a video that has a paid promotion" - }, - "hidePlayables": { - "label": "Hide playables", - "title": "Hides all playables" - }, - "hideScrollbar": { - "label": "Cacher la barre de défilement", - "title": "Cache la barre de défilement des pages" - }, - "hideShorts": { - "label": "Hide shorts", - "title": "Hides all shorts" - }, - "hideSidebarRecommendedVideos": { - "label": "Hide recommended videos", - "title": "Hides the sidebar that recommends videos" - }, - "hideTranslateComment": { - "label": "Hide translate comment button", - "title": "Hides 'Translate to Language' button under comments" - }, - "loopButton": { - "label": "Bouton de boucle", - "title": "Ajoute un bouton au menu de fonctionnalité pour regarder la vidéo en boucle" - }, - "maximizePlayerButton": { - "label": "Agrandir les boutons du lecteur", - "title": "Ajoute un bouton au menu de fonctionnalité pour agrandir le lecteur" - }, - "openTranscriptButton": { - "label": "Bouton d'ouverture de la transcription", - "title": "Ajoute un bouton au menu fonctionnalités pour ouvrir la transcription de la vidéo que vous regardez" - }, - "openYouTubeSettingsOnHover": { - "label": "Ouvrir les paramètres YouTube au survol", - "title": "Ouvre le menu des paramètres YouTube lorsque vous survolez le bouton des paramètres" - }, - "pauseBackgroundPlayers": { - "label": "Pause background players", - "title": "Pauses video players in background tabs when you start a new player in foreground tab" - }, - "playlistRemover": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" - }, - "remainingTime": { - "label": "Temps restant", - "title": "Affiche le temps restant de la vidéo que vous regardez" - }, - "rememberLastVolume": { - "label": "Sauvegarder le volume précédent", - "title": "Se souvenir du volume de la dernière vidéo que vous regardiez et définissez-le lorsque vous ouvrez une nouvelle vidéo" - }, - "removeRedirect": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" - }, - "restoreFullscreenScrolling": { - "label": "Restore fullscreen scrolling", - "title": "Restores scrolling in fullscreen mode" - }, - "shareShortener": { - "label": "Shorten YouTube video share link", - "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" - }, - "shortsAutoScroll": { - "label": "Shorts auto scroll", - "title": "Automatically scrolls to the next short" - }, - "skipContinueWatching": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" - } - }, - "title": "Autre paramètres" - }, - "onScreenDisplaySettings": { - "color": { - "label": "Couleur ", - "options": { - "blue": "Bleu", - "green": "Vert", - "orange": "Orange", - "pink": "Rose", - "purple": "Violet", - "red": "Rouge", - "white": "Blanc", - "yellow": "Jaune" - }, - "title": "Sélectionnez la couleur pour l'affichage On-Screen" - }, - "hide": { - "label": "Délai d'effacement", - "title": "Spécifiez le temps, en millisecondes, avant de masquer automatiquement l'affichage à l'écran" - }, - "opacity": { - "label": "Opacité", - "title": "Ajuster la transparence de l'affichage On-Screen" - }, - "padding": { - "label": "Marges interne", - "title": "Ajustez l'espacement autour de l'affichage On-Screen. Cela s'applique spécifiquement à l'affichage On-Screen dans l'angle à l'écran." - }, - "position": { - "label": "Position", - "options": { - "bottom_left": "En bas à gauche", - "bottom_right": "En bas à droite", - "center": "Centre", - "top_left": "En haut à gauche", - "top_right": "En Haut à Droite" - }, - "title": "Sélectionnez la position de l'affichage On-Screen" - }, - "title": "On-screen display settings", - "type": { - "label": "Type", - "options": { - "circle": "Circle", - "line": "Ligne", - "no_display": "Cacher", - "text": "Texte" - }, - "title": "Sélectionnez le type d'affichage à l'écran" - } - }, - "playbackSpeed": { - "enable": { - "label": "Vitesse de lecture forcée", - "title": "Définit la vitesse de la vidéo comme choisie ci-dessous" - }, - "playbackSpeedButtons": { - "label": "Playback speed buttons", - "select": { - "label": "Playback buttons speed", - "title": "Amount of speed to be changed per click" - }, - "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" - }, - "select": { - "label": "Vitesse de la vidéo", - "title": "La vitesse à laquelle la vidéo est définie" - }, - "title": "Réglages de vitesse de lecture" - }, - "playlistLength": { - "enable": { - "label": "Display playlist length information", - "title": "Shows the total length of the playlist, how much has been watched, and how much remains." - }, - "title": "Playlist length settings", - "wayToGetLength": { - "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "Method to get watched time", - "options": { - "duration": "Video Length", - "youtube": "Video Watch Time" - }, - "title": "The way to get the amount of time watched (Video Length type only used on watch page)" - } - } - }, - "playlistManagement": { - "features": { - "markAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - }, - "removeVideoButton": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - } - }, - "title": "Playlist management settings" - }, - "playlistManagementButtons": { - "failedToMarkAsUnwatched": "Failed to mark video as unwatched", - "failedToRemoveVideo": "Failed to remove video", - "markAsUnwatched": "Mark as unwatched", - "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "Remove video", - "removingVideo": "Removing video…" - }, - "saveToWatchLaterButton": { - "failedToSaveVideo": "Failed to save video to Watch Later", - "saveVideo": "Save to Watch Later", - "savingVideo": "Saving to Watch Later…" - }, - "screenshotButton": { - "enable": { - "label": "Bouton de capture d'écran", - "title": "Ajoute un bouton au lecteur pour prendre une capture d'écran de la vidéo" - }, - "saveAs": { - "clipboard": "Presse-papiers", - "file": "Fichier", - "both": "Both (File and Clipboard)" - }, - "selectFormat": { - "label": "Format de la capture d'écran", - "title": "Le format dans lequel enregistrer la capture d'écran" - }, - "selectSaveAs": { - "label": "Type de sauvegarde de la capture d'écran", - "title": "Le type de sauvegarde de la capture d'écran" - }, - "title": "Paramètres de capture d’écran" - }, - "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "Vitesse de défilement", - "title": "Ajuste la vitesse de défilement" - }, - "enable": { - "label": "Contrôle de la vitesse de défilement", - "title": "Appuyez sur la touche de modification pour activer le réglage de la vitesse de défilement de la molette." - }, - "optionLabel": "touche {{KEY}}", - "select": { - "label": "Touche de clavier", - "title": "La touche de clavier à utiliser" - }, - "title": "Paramètres de contrôle de la vitesse de défilement" - }, - "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "Pas de volume par défilement", - "title": "Ajuster le changement de volume par défilement" - }, - "enable": { - "label": "Contrôle du volume avec la molette de défilement", - "title": "Permet d'utiliser la molette de défilement pour contrôler le volume de la vidéo que vous regardez" - }, - "holdModifierKey": { - "enable": { - "label": "Activer lorsqu'une touche est maintenue", - "title": "Appuyez sur une touche pour activer le réglage du volume à l'aide de la molette de défilement." - }, - "optionLabel": "touche {{KEY}}", - "select": { - "label": "Touche de clavier", - "title": "La touche de clavier à utiliser" - } - }, - "holdRightClick": { - "enable": { - "label": "Activer lorsque le clic droit est enfoncé", - "title": "Maintenez le clic droit pour activer le contrôle du volume par la molette de défilement" - } - }, - "title": "Réglages du contrôle du volume par la molette de défilement" - }, - "settingSearch": { - "placeholder": "Search for a setting" - }, - "videoHistory": { - "enable": { - "label": "Track watched videos", - "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" - }, - "resumeType": { - "select": { - "label": "Resume type", - "options": { - "automatic": "Automatic", - "prompt": "Prompt" - }, - "title": "Select how you want to resume videos" - } - }, - "title": "Video history settings" - }, - "volumeBoost": { - "boostAmount": { - "label": "Gain du volume (dB)", - "title": "La quantité de gain pour le volume" - }, - "enable": { - "label": "Gain du volume", - "title": "Activer le gain du volume" - }, - "mode": { - "select": { - "label": "Mode du gain du volume", - "options": { - "global": "Global", - "perVideo": "Par vidéo" - }, - "title": "Choisissez comment le gain du volume est appliquée. 'Par vidéo' permet d'activer le gain pour chaque vidéo individuellement dans le menu des paramètres. 'Global' applique le gain à toutes les vidéos lorsque le gain du volume est activée." - } - }, - "title": "Réglages de du gain du volume" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "You can get one from here", - "input": { - "label": "API Key", - "title": "Enter your Youtube Data API V3 key." - }, - "title": "YouTube API V3 key" - }, - "youtubeDeepDark": { - "author": "Author", - "co-authors": "Co-authors", - "colors": { - "colorShadow": { - "label": "Shadow color", - "title": "Color for shadows" - }, - "dimmerText": { - "label": "Secondary text color", - "title": "Color for secondary text" - }, - "hoverBackground": { - "label": "Hover background color", - "title": "Color for hover background" - }, - "mainBackground": { - "label": "Main background color", - "title": "Color for main background" - }, - "mainColor": { - "label": "Accent color", - "title": "Color for accent" - }, - "mainText": { - "label": "Main text color", - "title": "Color for main text" - }, - "secondBackground": { - "label": "Secondary background color", - "title": "Color for secondary background" - } - }, - "enable": { - "label": "Deep Dark Theme", - "title": "Activate the selected theme for the page" - }, - "select": { - "label": "Select theme", - "title": "Select a theme to be applied to the page" - }, - "title": "YouTube deep dark settings" - } - } - } + "langCode": "fr-FR", + "langName": "Français", + "messages": { + "resumingVideo": "Reprendre la vidéo à {{VIDEO_TIME}}", + "settingVolume": "Réglage de du gain du volume à {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "Copied!", + "label": "Copy video URL with timestamp" + } + }, + "featureMenu": { + "button": { + "label": "Feature menu" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Fast forward by {{TIME}}" + }, + "rewindButton": { + "label": "Rewind by {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Hide end screen cards", + "toggle": { + "off": "Show end screen cards", + "on": "Hide end screen cards" + } + } + }, + "loopButton": { + "button": { + "label": "Loop", + "toggle": { + "off": "Loop off", + "on": "Loop on" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "Maximize", + "toggle": { + "off": "Maximize off", + "on": "Maximize on" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Open transcript" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Decrease Speed to {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Increase Speed to {{SPEED}}" + } + }, + "decreaseLimit": "Can't decrease further ({{SPEED}})", + "increaseLimit": "Can't increase further ({{SPEED}})" + }, + "playlistLength": { + "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + }, + "screenshotButton": { + "button": { + "label": "Screenshot" + }, + "copiedToClipboard": "Capture d'écran copiée dans le presse-papiers" + }, + "videoHistory": { + "resumeButton": "Reprendre", + "resumePrompt": { + "close": "Fermer" + } + }, + "volumeBoostButton": { + "button": { + "label": "Volume Boost", + "toggle": { + "off": "Volume boost off", + "on": "Volume boost on" + } + } + } + } + }, + "options": { + "notifications": { + "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "La touche de contrôle de la vitesse de la molette ne peut pas être la même que la touche de contrôle du volume par la molette de défilement.", + "volumeControl": "La touche de contrôle de volume de la molette de défilement ne peut pas être la même que la touche de contrôle de la vitesse de défilement." + } + } + }, + "info": { + "reset": "Tous les paramètres ont été réinitialisés. \nVous pouvez maintenant sauvegarder les changements en cliquant sur le bouton \"Confirmer\" ou les annuler en fermant cette page ou ignorer cette notification." + }, + "success": { + "saved": "Options enregistrées." + } + } + } + }, + "settings": { + "clearData": { + "allDataDeleted": "Toutes les données ont été supprimées.", + "confirmAlert": "Ceci supprimera toutes les données d'extension liées aux options. On continue ?" + }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "scrollForMoreSettings": "Scroll for more settings", + "sections": { + "automaticQuality": { + "enable": { + "label": "Ajustement automatique de la résolution", + "title": "Ajuste automatiquement la résolution de la vidéo au niveau sélectionné." + }, + "fallbackQualityStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + }, + "select": { + "label": "Résolution", + "title": "La vidéo aura cette résolution" + }, + "title": "Paramètres de qualité automatique" + }, + "bottomButtons": { + "clear": { + "title": "Efface toutes les données stockées par cette extension sur votre ordinateur", + "value": "Effacer les données" + }, + "confirm": { + "title": "Confirmer la réinitialisation des réglages", + "value": "Confirmer" + }, + "openTab": { + "title": "Open extension settings in a new tab" + }, + "reset": { + "title": "Réinitialise tous les paramètres par défaut, cliquez sur le bouton de confirmation pour enregistrer les modifications", + "value": "Réinitialiser" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Copy video URL with timestamp button", + "decreasePlaybackSpeedButton": "Decrease Speed button", + "forwardButton": "Fast Forward button", + "hideEndScreenCardsButton": "Hide end screen cards button", + "increasePlaybackSpeedButton": "Increase Speed button", + "loopButton": "Loop button", + "maximizePlayerButton": "Maximize button", + "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind button", + "screenshotButton": "Screenshot button", + "volumeBoostButton": "Volume Boost button" + }, + "options": { + "below_player": { + "placement": "below the player controls", + "value": "Below Player" + }, + "feature_menu": { + "placement": "in the feature menu", + "value": "Feature Menu" + }, + "player_controls_left": { + "placement": "on the left side of player controls", + "value": "Left Controls" + }, + "player_controls_right": { + "placement": "on the right side of player controls", + "value": "Right Controls" + } + }, + "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Button placement settings" + }, + "customCSS": { + "editor": { + "collapse": "Collapse Editor", + "expand": "Expand Editor", + "noProblems": "Aucun problème détecté." + }, + "enable": { + "label": "Custom CSS", + "title": "Enables custom CSS to be applied to the page" + }, + "title": "Custom CSS settings" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Action d'activation du menu", + "options": { + "click": "Clic", + "hover": "Survol" + }, + "title": "Sélectionnez la méthode pour activer le menu de fonctionnalités" + }, + "title": "Paramètres du menu de fonctionnalités" + } + }, + "forwardRewindButtons": { + "enable": { + "label": "Forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + }, + "title": "Forward/rewind button settings" + }, + "importExportSettings": { + "exportButton": { + "success": "Réglages exportés avec succès", + "title": "Exporter les paramètres vers un fichier JSON", + "value": "Exporter les paramètres" + }, + "importButton": { + "error": { + "unknown": "Erreur lors de l'importation des paramètres. Veuillez vérifier le format du fichier.\nUne erreur inconnue s'est produite.", + "validation": "Erreur lors de l'importation des paramètres. Veuillez vérifier le format du fichier.\n{{ERROR_MESSAGE}}" + }, + "success": "Paramètres importés avec succès", + "title": "Importer les paramètres depuis un fichier JSON", + "value": "Importer les paramètres" + } + }, + "language": { + "select": { + "label": "Langue", + "title": "La langue à utiliser pour l'extension" + }, + "title": "Langue" + }, + "miscellaneous": { + "features": { + "automaticTheaterMode": { + "label": "Mode cinéma automatique", + "title": "Activer automatiquement le mode cinéma lorsque vous chargez une vidéo" + }, + "automaticallyDisableAmbientMode": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + }, + "automaticallyDisableAutoPlay": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + }, + "automaticallyDisableClosedCaptions": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + }, + "automaticallyEnableClosedCaptions": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + }, + "automaticallyMaximizePlayer": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + }, + "automaticallyShowMoreVideosOnEndScreen": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + }, + "copyTimestampUrlButton": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + }, + "defaultToOriginalAudioTrack": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + }, + "enableMarkAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Add a button to playlist items to mark videos as unwatched" + }, + "enableRemoveVideoButton": { + "label": "Remove video button", + "title": "Add a button to playlist items to remove videos from the playlist" + }, + "enableSaveToWatchLaterButton": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + }, + "hideArtificialIntelligenceSummary": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + }, + "hideEndScreenCards": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + }, + "hideEndScreenCardsButton": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + }, + "hideLiveStreamChat": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + }, + "hideMembersOnlyVideos": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + }, + "hideOfficialArtistVideosFromHomePage": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + }, + "hidePaidPromotionBanner": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + }, + "hidePlayables": { + "label": "Hide playables", + "title": "Hides all playables" + }, + "hideScrollbar": { + "label": "Cacher la barre de défilement", + "title": "Cache la barre de défilement des pages" + }, + "hideShorts": { + "label": "Hide shorts", + "title": "Hides all shorts" + }, + "hideSidebarRecommendedVideos": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + }, + "hideTranslateComment": { + "label": "Hide translate comment button", + "title": "Hides 'Translate to Language' button under comments" + }, + "loopButton": { + "label": "Bouton de boucle", + "title": "Ajoute un bouton au menu de fonctionnalité pour regarder la vidéo en boucle" + }, + "maximizePlayerButton": { + "label": "Agrandir les boutons du lecteur", + "title": "Ajoute un bouton au menu de fonctionnalité pour agrandir le lecteur" + }, + "openTranscriptButton": { + "label": "Bouton d'ouverture de la transcription", + "title": "Ajoute un bouton au menu fonctionnalités pour ouvrir la transcription de la vidéo que vous regardez" + }, + "openYouTubeSettingsOnHover": { + "label": "Ouvrir les paramètres YouTube au survol", + "title": "Ouvre le menu des paramètres YouTube lorsque vous survolez le bouton des paramètres" + }, + "pauseBackgroundPlayers": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + }, + "playlistRemover": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + }, + "remainingTime": { + "label": "Temps restant", + "title": "Affiche le temps restant de la vidéo que vous regardez" + }, + "rememberLastVolume": { + "label": "Sauvegarder le volume précédent", + "title": "Se souvenir du volume de la dernière vidéo que vous regardiez et définissez-le lorsque vous ouvrez une nouvelle vidéo" + }, + "removeRedirect": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + }, + "restoreFullscreenScrolling": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + }, + "shareShortener": { + "label": "Shorten YouTube video share link", + "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + }, + "shortsAutoScroll": { + "label": "Shorts auto scroll", + "title": "Automatically scrolls to the next short" + }, + "skipContinueWatching": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + } + }, + "title": "Autre paramètres" + }, + "onScreenDisplaySettings": { + "color": { + "label": "Couleur ", + "options": { + "blue": "Bleu", + "green": "Vert", + "orange": "Orange", + "pink": "Rose", + "purple": "Violet", + "red": "Rouge", + "white": "Blanc", + "yellow": "Jaune" + }, + "title": "Sélectionnez la couleur pour l'affichage On-Screen" + }, + "hide": { + "label": "Délai d'effacement", + "title": "Spécifiez le temps, en millisecondes, avant de masquer automatiquement l'affichage à l'écran" + }, + "opacity": { + "label": "Opacité", + "title": "Ajuster la transparence de l'affichage On-Screen" + }, + "padding": { + "label": "Marges interne", + "title": "Ajustez l'espacement autour de l'affichage On-Screen. Cela s'applique spécifiquement à l'affichage On-Screen dans l'angle à l'écran." + }, + "position": { + "label": "Position", + "options": { + "bottom_left": "En bas à gauche", + "bottom_right": "En bas à droite", + "center": "Centre", + "top_left": "En haut à gauche", + "top_right": "En Haut à Droite" + }, + "title": "Sélectionnez la position de l'affichage On-Screen" + }, + "title": "On-screen display settings", + "type": { + "label": "Type", + "options": { + "circle": "Circle", + "line": "Ligne", + "no_display": "Cacher", + "text": "Texte" + }, + "title": "Sélectionnez le type d'affichage à l'écran" + } + }, + "playbackSpeed": { + "enable": { + "label": "Vitesse de lecture forcée", + "title": "Définit la vitesse de la vidéo comme choisie ci-dessous" + }, + "playbackSpeedButtons": { + "label": "Playback speed buttons", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + }, + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + }, + "select": { + "label": "Vitesse de la vidéo", + "title": "La vitesse à laquelle la vidéo est définie" + }, + "title": "Réglages de vitesse de lecture" + }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + }, + "title": "Playlist length settings", + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } + } + }, + "playlistManagement": { + "features": { + "markAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + }, + "removeVideoButton": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + }, + "title": "Playlist management settings" + }, + "playlistManagementButtons": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + }, + "saveToWatchLaterButton": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + }, + "screenshotButton": { + "enable": { + "label": "Bouton de capture d'écran", + "title": "Ajoute un bouton au lecteur pour prendre une capture d'écran de la vidéo" + }, + "saveAs": { + "both": "Both (File and Clipboard)", + "clipboard": "Presse-papiers", + "file": "Fichier" + }, + "selectFormat": { + "label": "Format de la capture d'écran", + "title": "Le format dans lequel enregistrer la capture d'écran" + }, + "selectSaveAs": { + "label": "Type de sauvegarde de la capture d'écran", + "title": "Le type de sauvegarde de la capture d'écran" + }, + "title": "Paramètres de capture d’écran" + }, + "scrollWheelSpeedControl": { + "adjustmentSteps": { + "label": "Vitesse de défilement", + "title": "Ajuste la vitesse de défilement" + }, + "enable": { + "label": "Contrôle de la vitesse de défilement", + "title": "Appuyez sur la touche de modification pour activer le réglage de la vitesse de défilement de la molette." + }, + "optionLabel": "touche {{KEY}}", + "select": { + "label": "Touche de clavier", + "title": "La touche de clavier à utiliser" + }, + "title": "Paramètres de contrôle de la vitesse de défilement" + }, + "scrollWheelVolumeControl": { + "adjustmentSteps": { + "label": "Pas de volume par défilement", + "title": "Ajuster le changement de volume par défilement" + }, + "enable": { + "label": "Contrôle du volume avec la molette de défilement", + "title": "Permet d'utiliser la molette de défilement pour contrôler le volume de la vidéo que vous regardez" + }, + "holdModifierKey": { + "enable": { + "label": "Activer lorsqu'une touche est maintenue", + "title": "Appuyez sur une touche pour activer le réglage du volume à l'aide de la molette de défilement." + }, + "optionLabel": "touche {{KEY}}", + "select": { + "label": "Touche de clavier", + "title": "La touche de clavier à utiliser" + } + }, + "holdRightClick": { + "enable": { + "label": "Activer lorsque le clic droit est enfoncé", + "title": "Maintenez le clic droit pour activer le contrôle du volume par la molette de défilement" + } + }, + "title": "Réglages du contrôle du volume par la molette de défilement" + }, + "settingSearch": { + "placeholder": "Search for a setting" + }, + "videoHistory": { + "enable": { + "label": "Track watched videos", + "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" + }, + "resumeType": { + "select": { + "label": "Resume type", + "options": { + "automatic": "Automatic", + "prompt": "Prompt" + }, + "title": "Select how you want to resume videos" + } + }, + "title": "Video history settings" + }, + "volumeBoost": { + "boostAmount": { + "label": "Gain du volume (dB)", + "title": "La quantité de gain pour le volume" + }, + "enable": { + "label": "Gain du volume", + "title": "Activer le gain du volume" + }, + "mode": { + "select": { + "label": "Mode du gain du volume", + "options": { + "global": "Global", + "perVideo": "Par vidéo" + }, + "title": "Choisissez comment le gain du volume est appliquée. 'Par vidéo' permet d'activer le gain pour chaque vidéo individuellement dans le menu des paramètres. 'Global' applique le gain à toutes les vidéos lorsque le gain du volume est activée." + } + }, + "title": "Réglages de du gain du volume" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Key", + "title": "Enter your Youtube Data API V3 key." + }, + "title": "YouTube API V3 key" + }, + "youtubeDeepDark": { + "author": "Author", + "co-authors": "Co-authors", + "colors": { + "colorShadow": { + "label": "Shadow color", + "title": "Color for shadows" + }, + "dimmerText": { + "label": "Secondary text color", + "title": "Color for secondary text" + }, + "hoverBackground": { + "label": "Hover background color", + "title": "Color for hover background" + }, + "mainBackground": { + "label": "Main background color", + "title": "Color for main background" + }, + "mainColor": { + "label": "Accent color", + "title": "Color for accent" + }, + "mainText": { + "label": "Main text color", + "title": "Color for main text" + }, + "secondBackground": { + "label": "Secondary background color", + "title": "Color for secondary background" + } + }, + "enable": { + "label": "Deep Dark Theme", + "title": "Activate the selected theme for the page" + }, + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + }, + "title": "YouTube deep dark settings" + } + } + } } From d217bfd54c277acf1872191e4b989f2113518892 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 6 Dec 2025 02:11:32 -0500 Subject: [PATCH 1369/1783] New translations en-us.json (Catalan) --- public/locales/ca-ES.json | 1406 +++++++++++++++++++------------------ 1 file changed, 705 insertions(+), 701 deletions(-) diff --git a/public/locales/ca-ES.json b/public/locales/ca-ES.json index 4f7851093..642ce7690 100644 --- a/public/locales/ca-ES.json +++ b/public/locales/ca-ES.json @@ -1,703 +1,707 @@ { - "langCode": "ca-ES", - "langName": "Català", - "messages": { - "resumingVideo": "Resuming video at {{VIDEO_TIME}}", - "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "Copied!", - "label": "Copy video URL with timestamp" - } - }, - "featureMenu": { - "button": { - "label": "Feature menu" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "Fast forward by {{TIME}}" - }, - "rewindButton": { - "label": "Rewind by {{TIME}}" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "Hide end screen cards", - "toggle": { - "off": "Show end screen cards", - "on": "Hide end screen cards" - } - } - }, - "loopButton": { - "button": { - "label": "Loop", - "toggle": { - "off": "Loop off", - "on": "Loop on" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "Maximize", - "toggle": { - "off": "Maximize off", - "on": "Maximize on" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Open transcript" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Decrease Speed to {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Increase Speed to {{SPEED}}" - } - }, - "decreaseLimit": "Can't decrease further ({{SPEED}})", - "increaseLimit": "Can't increase further ({{SPEED}})" - }, - "playlistLength": { - "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." - }, - "screenshotButton": { - "button": { - "label": "Screenshot" - }, - "copiedToClipboard": "Screenshot copied to clipboard" - }, - "videoHistory": { - "resumeButton": "Resume", - "resumePrompt": { - "close": "Close" - } - }, - "volumeBoostButton": { - "button": { - "label": "Volume Boost", - "toggle": { - "off": "Volume boost off", - "on": "Volume boost on" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", - "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." - } - } - }, - "info": { - "reset": "All options have been reset to their default values.\nYou can now save the changes by clicking the \"Confirm\" button or discard them by closing this page or ignore this notification." - }, - "success": { - "saved": "Options saved." - } - } - } - }, - "settings": { - "clearData": { - "allDataDeleted": "All data has been deleted.", - "confirmAlert": "This will delete all extension data related to options. Continue?" - }, - "optionDisabled": { - "either": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " or " - }, - "plural": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " and " - }, - "singular": "Enable '{{OPTION}}' to configure this option", - "specificOption": { - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" - } - }, - "scrollForMoreSettings": "Scroll for more settings", - "sections": { - "automaticQuality": { - "enable": { - "label": "Automatic quality adjustment", - "title": "Automatically adjusts the video quality to the selected level." - }, - "fallbackQualityStrategy": { - "select": { - "label": "Quality fallback strategy", - "options": { - "higher": "Higher", - "lower": "Lower" - }, - "title": "The strategy to use when the selected quality is not available" - } - }, - "select": { - "label": "Player quality", - "title": "The quality to set the video to" - }, - "title": "Automatic quality settings" - }, - "bottomButtons": { - "clear": { - "title": "Clears all data this extension has stored on your machine", - "value": "Clear Data" - }, - "confirm": { - "title": "Confirm setting reset", - "value": "Confirm" - }, - "openTab": { - "title": "Open extension settings in a new tab" - }, - "reset": { - "title": "Resets all settings to their defaults, Click the confirm button to save the changes", - "value": "Reset" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "Copy video URL with timestamp button", - "decreasePlaybackSpeedButton": "Decrease Speed button", - "forwardButton": "Fast Forward button", - "hideEndScreenCardsButton": "Hide end screen cards button", - "increasePlaybackSpeedButton": "Increase Speed button", - "loopButton": "Loop button", - "maximizePlayerButton": "Maximize button", - "openTranscriptButton": "Open Transcript button", - "rewindButton": "Rewind button", - "screenshotButton": "Screenshot button", - "volumeBoostButton": "Volume Boost button" - }, - "options": { - "below_player": { - "placement": "below the player controls", - "value": "Below Player" - }, - "feature_menu": { - "placement": "in the feature menu", - "value": "Feature Menu" - }, - "player_controls_left": { - "placement": "on the left side of player controls", - "value": "Left Controls" - }, - "player_controls_right": { - "placement": "on the right side of player controls", - "value": "Right Controls" - } - }, - "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" - }, - "title": "Button placement settings" - }, - "customCSS": { - "editor": { - "collapse": "Collapse Editor", - "expand": "Expand Editor", - "noProblems": "No problems found." - }, - "enable": { - "label": "Custom CSS", - "title": "Enables custom CSS to be applied to the page" - }, - "title": "Custom CSS settings" - }, - "featureMenu": { - "openType": { - "select": { - "label": "Menu Activation Type", - "options": { - "click": "Click", - "hover": "Hover" - }, - "title": "Select the method to activate the feature menu" - }, - "title": "Feature menu settings" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "Forward/rewind buttons", - "title": "Adds forward and rewind buttons to the video player" - }, - "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" - }, - "title": "Forward/rewind button settings" - }, - "importExportSettings": { - "exportButton": { - "success": "Settings successfully exported", - "title": "Export settings to a JSON file", - "value": "Export Settings" - }, - "importButton": { - "error": { - "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", - "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" - }, - "success": "Settings imported successfully", - "title": "Import settings from a JSON file", - "value": "Import Settings" - } - }, - "language": { - "select": { - "label": "Language", - "title": "The language to use for the extension" - }, - "title": "Language" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "Automatic theater mode", - "title": "Automatically enables theater mode when you load a video" - }, - "automaticallyDisableAmbientMode": { - "label": "Automatically disable ambient mode", - "title": "Automatically disables ambient mode when you load a video" - }, - "automaticallyDisableClosedCaptions": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" - }, - "automaticallyEnableClosedCaptions": { - "label": "Automatically enable closed captions", - "title": "Automatically enables closed captions when you load a video" - }, - "automaticallyMaximizePlayer": { - "label": "Automatically maximize player", - "title": "Automatically maximizes the player when you load a video" - }, - "automaticallyShowMoreVideosOnEndScreen": { - "label": "Automatically show more videos on end screen", - "title": "Automatically shows more videos on end screen when you load a video" - }, - "copyTimestampUrlButton": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" - }, - "defaultToOriginalAudioTrack": { - "label": "Default to original audio track", - "title": "Always default to the original audio track" - }, - "enableMarkAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Add a button to playlist items to mark videos as unwatched" - }, - "enableRemoveVideoButton": { - "label": "Remove video button", - "title": "Add a button to playlist items to remove videos from the playlist" - }, - "enableSaveToWatchLaterButton": { - "label": "Enable save to Watch Later button", - "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" - }, - "hideArtificialIntelligenceSummary": { - "label": "Hide AI summary", - "title": "Hides the artificial intelligence summary below videos" - }, - "hideEndScreenCards": { - "label": "Hide end screen cards", - "title": "Hides the cards at the end of the video" - }, - "hideEndScreenCardsButton": { - "label": "Hide end screen cards button", - "title": "Adds a button to show/hide the cards at the end of the video" - }, - "hideLiveStreamChat": { - "label": "Hide live stream chat", - "title": "Hides the live stream chat" - }, - "hideMembersOnlyVideos": { - "label": "Hide members-only videos", - "title": "Hides videos that are only visible to members" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" - }, - "hidePaidPromotionBanner": { - "label": "Hide paid promotion banner", - "title": "Hides the banner that appears when you watch a video that has a paid promotion" - }, - "hidePlayables": { - "label": "Hide playables", - "title": "Hides all playables" - }, - "hideScrollbar": { - "label": "Hide scrollbar", - "title": "Hides the pages scrollbar" - }, - "hideShorts": { - "label": "Hide shorts", - "title": "Hides all shorts" - }, - "hideSidebarRecommendedVideos": { - "label": "Hide recommended videos", - "title": "Hides the sidebar that recommends videos" - }, - "hideTranslateComment": { - "label": "Hide translate comment button", - "title": "Hides 'Translate to Language' button under comments" - }, - "loopButton": { - "label": "Loop button", - "title": "Adds a button to the feature menu to loop the video you're watching" - }, - "maximizePlayerButton": { - "label": "Maximize player button", - "title": "Adds a button to the feature menu to maximize the player" - }, - "openTranscriptButton": { - "label": "Open transcript button", - "title": "Adds a button to the feature menu to open the transcript of the video you're watching" - }, - "openYouTubeSettingsOnHover": { - "label": "Open YouTube settings on hover", - "title": "Opens the YouTube settings menu when you hover over the settings button" - }, - "pauseBackgroundPlayers": { - "label": "Pause background players", - "title": "Pauses video players in background tabs when you start a new player in foreground tab" - }, - "playlistRemover": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" - }, - "remainingTime": { - "label": "Remaining time", - "title": "Shows the remaining time of the video you're watching" - }, - "rememberLastVolume": { - "label": "Remember last volume", - "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" - }, - "removeRedirect": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" - }, - "restoreFullscreenScrolling": { - "label": "Restore fullscreen scrolling", - "title": "Restores scrolling in fullscreen mode" - }, - "shareShortener": { - "label": "Shorten YouTube video share link", - "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" - }, - "shortsAutoScroll": { - "label": "Shorts auto scroll", - "title": "Automatically scrolls to the next short" - }, - "skipContinueWatching": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" - } - }, - "title": "Miscellaneous settings" - }, - "onScreenDisplaySettings": { - "color": { - "label": "Color", - "options": { - "blue": "Blue", - "green": "Green", - "orange": "Orange", - "pink": "Pink", - "purple": "Purple", - "red": "Red", - "white": "White", - "yellow": "Yellow" - }, - "title": "Select the color for the On-Screen Display" - }, - "hide": { - "label": "Hide Delay", - "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" - }, - "opacity": { - "label": "Opacity", - "title": "Adjust the transparency of the On-Screen Display" - }, - "padding": { - "label": "Padding", - "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." - }, - "position": { - "label": "Position", - "options": { - "bottom_left": "Bottom Left", - "bottom_right": "Bottom Right", - "center": "Center", - "top_left": "Top Left", - "top_right": "Top Right" - }, - "title": "Select the position of the On-Screen Display" - }, - "title": "On-screen display settings", - "type": { - "label": "Type", - "options": { - "circle": "Circle", - "line": "Line", - "no_display": "No display", - "text": "Text" - }, - "title": "Select the type of On-Screen Display" - } - }, - "playbackSpeed": { - "enable": { - "label": "Forced playback speed", - "title": "Sets the video speed to what you choose below" - }, - "playbackSpeedButtons": { - "label": "Playback speed buttons", - "select": { - "label": "Playback buttons speed", - "title": "Amount of speed to be changed per click" - }, - "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" - }, - "select": { - "label": "Player speed", - "title": "The speed to set the video to" - }, - "title": "Playback speed settings" - }, - "playlistLength": { - "enable": { - "label": "Display playlist length information", - "title": "Shows the total length of the playlist, how much has been watched, and how much remains." - }, - "title": "Playlist length settings", - "wayToGetLength": { - "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "Method to get watched time", - "options": { - "duration": "Video Length", - "youtube": "Video Watch Time" - }, - "title": "The way to get the amount of time watched (Video Length type only used on watch page)" - } - } - }, - "playlistManagement": { - "features": { - "markAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - }, - "removeVideoButton": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - } - }, - "title": "Playlist management settings" - }, - "playlistManagementButtons": { - "failedToMarkAsUnwatched": "Failed to mark video as unwatched", - "failedToRemoveVideo": "Failed to remove video", - "markAsUnwatched": "Mark as unwatched", - "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "Remove video", - "removingVideo": "Removing video…" - }, - "saveToWatchLaterButton": { - "failedToSaveVideo": "Failed to save video to Watch Later", - "saveVideo": "Save to Watch Later", - "savingVideo": "Saving to Watch Later…" - }, - "screenshotButton": { - "enable": { - "label": "Screenshot button", - "title": "Adds a button to the player to take a screenshot of the video" - }, - "saveAs": { - "clipboard": "Clipboard", - "file": "File", - "both": "Both (File and Clipboard)" - }, - "selectFormat": { - "label": "Screenshot format", - "title": "The format to save the screenshot in" - }, - "selectSaveAs": { - "label": "Screenshot save type", - "title": "The screenshot save type" - }, - "title": "Screenshot settings" - }, - "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "Speed Change Per Scroll", - "title": "Adjust the speed change per scroll" - }, - "enable": { - "label": "Scroll wheel speed control", - "title": "Press a modifier key to enable speed adjustment with the scroll wheel." - }, - "optionLabel": "{{KEY}} key", - "select": { - "label": "Modifier key", - "title": "The modifier key to use" - }, - "title": "Scroll wheel speed control settings" - }, - "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "Volume Change Per Scroll", - "title": "Adjust the volume change per scroll" - }, - "enable": { - "label": "Scroll wheel volume control", - "title": "Lets you use the scroll wheel to control the volume of the video you're watching" - }, - "holdModifierKey": { - "enable": { - "label": "When holding modifier key", - "title": "Press a modifier key to enable volume adjustment with the scroll wheel." - }, - "optionLabel": "{{KEY}} key", - "select": { - "label": "Modifier key", - "title": "The modifier key to use" - } - }, - "holdRightClick": { - "enable": { - "label": "When holding right click", - "title": "Hold right click to enable scroll wheel volume control" - } - }, - "title": "Scroll wheel volume control settings" - }, - "settingSearch": { - "placeholder": "Search for a setting" - }, - "videoHistory": { - "enable": { - "label": "Track watched videos", - "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" - }, - "resumeType": { - "select": { - "label": "Resume type", - "options": { - "automatic": "Automatic", - "prompt": "Prompt" - }, - "title": "Select how you want to resume videos" - } - }, - "title": "Video history settings" - }, - "volumeBoost": { - "boostAmount": { - "label": "Volume boost amount (dB)", - "title": "The amount to boost the volume by" - }, - "enable": { - "label": "Volume boost", - "title": "Enable volume boost" - }, - "mode": { - "select": { - "label": "Volume boost mode", - "options": { - "global": "Global", - "perVideo": "Per video" - }, - "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." - } - }, - "title": "Volume boost settings" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "You can get one from here", - "input": { - "label": "API Key", - "title": "Enter your Youtube Data API V3 key." - }, - "title": "YouTube API V3 key" - }, - "youtubeDeepDark": { - "author": "Author", - "co-authors": "Co-authors", - "colors": { - "colorShadow": { - "label": "Shadow color", - "title": "Color for shadows" - }, - "dimmerText": { - "label": "Secondary text color", - "title": "Color for secondary text" - }, - "hoverBackground": { - "label": "Hover background color", - "title": "Color for hover background" - }, - "mainBackground": { - "label": "Main background color", - "title": "Color for main background" - }, - "mainColor": { - "label": "Accent color", - "title": "Color for accent" - }, - "mainText": { - "label": "Main text color", - "title": "Color for main text" - }, - "secondBackground": { - "label": "Secondary background color", - "title": "Color for secondary background" - } - }, - "enable": { - "label": "Deep Dark Theme", - "title": "Activate the selected theme for the page" - }, - "select": { - "label": "Select theme", - "title": "Select a theme to be applied to the page" - }, - "title": "YouTube deep dark settings" - } - } - } + "langCode": "ca-ES", + "langName": "Català", + "messages": { + "resumingVideo": "Resuming video at {{VIDEO_TIME}}", + "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "Copied!", + "label": "Copy video URL with timestamp" + } + }, + "featureMenu": { + "button": { + "label": "Feature menu" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Fast forward by {{TIME}}" + }, + "rewindButton": { + "label": "Rewind by {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Hide end screen cards", + "toggle": { + "off": "Show end screen cards", + "on": "Hide end screen cards" + } + } + }, + "loopButton": { + "button": { + "label": "Loop", + "toggle": { + "off": "Loop off", + "on": "Loop on" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "Maximize", + "toggle": { + "off": "Maximize off", + "on": "Maximize on" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Open transcript" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Decrease Speed to {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Increase Speed to {{SPEED}}" + } + }, + "decreaseLimit": "Can't decrease further ({{SPEED}})", + "increaseLimit": "Can't increase further ({{SPEED}})" + }, + "playlistLength": { + "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + }, + "screenshotButton": { + "button": { + "label": "Screenshot" + }, + "copiedToClipboard": "Screenshot copied to clipboard" + }, + "videoHistory": { + "resumeButton": "Resume", + "resumePrompt": { + "close": "Close" + } + }, + "volumeBoostButton": { + "button": { + "label": "Volume Boost", + "toggle": { + "off": "Volume boost off", + "on": "Volume boost on" + } + } + } + } + }, + "options": { + "notifications": { + "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", + "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." + } + } + }, + "info": { + "reset": "All options have been reset to their default values.\nYou can now save the changes by clicking the \"Confirm\" button or discard them by closing this page or ignore this notification." + }, + "success": { + "saved": "Options saved." + } + } + } + }, + "settings": { + "clearData": { + "allDataDeleted": "All data has been deleted.", + "confirmAlert": "This will delete all extension data related to options. Continue?" + }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "scrollForMoreSettings": "Scroll for more settings", + "sections": { + "automaticQuality": { + "enable": { + "label": "Automatic quality adjustment", + "title": "Automatically adjusts the video quality to the selected level." + }, + "fallbackQualityStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + }, + "select": { + "label": "Player quality", + "title": "The quality to set the video to" + }, + "title": "Automatic quality settings" + }, + "bottomButtons": { + "clear": { + "title": "Clears all data this extension has stored on your machine", + "value": "Clear Data" + }, + "confirm": { + "title": "Confirm setting reset", + "value": "Confirm" + }, + "openTab": { + "title": "Open extension settings in a new tab" + }, + "reset": { + "title": "Resets all settings to their defaults, Click the confirm button to save the changes", + "value": "Reset" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Copy video URL with timestamp button", + "decreasePlaybackSpeedButton": "Decrease Speed button", + "forwardButton": "Fast Forward button", + "hideEndScreenCardsButton": "Hide end screen cards button", + "increasePlaybackSpeedButton": "Increase Speed button", + "loopButton": "Loop button", + "maximizePlayerButton": "Maximize button", + "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind button", + "screenshotButton": "Screenshot button", + "volumeBoostButton": "Volume Boost button" + }, + "options": { + "below_player": { + "placement": "below the player controls", + "value": "Below Player" + }, + "feature_menu": { + "placement": "in the feature menu", + "value": "Feature Menu" + }, + "player_controls_left": { + "placement": "on the left side of player controls", + "value": "Left Controls" + }, + "player_controls_right": { + "placement": "on the right side of player controls", + "value": "Right Controls" + } + }, + "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Button placement settings" + }, + "customCSS": { + "editor": { + "collapse": "Collapse Editor", + "expand": "Expand Editor", + "noProblems": "No problems found." + }, + "enable": { + "label": "Custom CSS", + "title": "Enables custom CSS to be applied to the page" + }, + "title": "Custom CSS settings" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Menu Activation Type", + "options": { + "click": "Click", + "hover": "Hover" + }, + "title": "Select the method to activate the feature menu" + }, + "title": "Feature menu settings" + } + }, + "forwardRewindButtons": { + "enable": { + "label": "Forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + }, + "title": "Forward/rewind button settings" + }, + "importExportSettings": { + "exportButton": { + "success": "Settings successfully exported", + "title": "Export settings to a JSON file", + "value": "Export Settings" + }, + "importButton": { + "error": { + "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", + "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" + }, + "success": "Settings imported successfully", + "title": "Import settings from a JSON file", + "value": "Import Settings" + } + }, + "language": { + "select": { + "label": "Language", + "title": "The language to use for the extension" + }, + "title": "Language" + }, + "miscellaneous": { + "features": { + "automaticTheaterMode": { + "label": "Automatic theater mode", + "title": "Automatically enables theater mode when you load a video" + }, + "automaticallyDisableAmbientMode": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + }, + "automaticallyDisableAutoPlay": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + }, + "automaticallyDisableClosedCaptions": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + }, + "automaticallyEnableClosedCaptions": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + }, + "automaticallyMaximizePlayer": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + }, + "automaticallyShowMoreVideosOnEndScreen": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + }, + "copyTimestampUrlButton": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + }, + "defaultToOriginalAudioTrack": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + }, + "enableMarkAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Add a button to playlist items to mark videos as unwatched" + }, + "enableRemoveVideoButton": { + "label": "Remove video button", + "title": "Add a button to playlist items to remove videos from the playlist" + }, + "enableSaveToWatchLaterButton": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + }, + "hideArtificialIntelligenceSummary": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + }, + "hideEndScreenCards": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + }, + "hideEndScreenCardsButton": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + }, + "hideLiveStreamChat": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + }, + "hideMembersOnlyVideos": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + }, + "hideOfficialArtistVideosFromHomePage": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + }, + "hidePaidPromotionBanner": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + }, + "hidePlayables": { + "label": "Hide playables", + "title": "Hides all playables" + }, + "hideScrollbar": { + "label": "Hide scrollbar", + "title": "Hides the pages scrollbar" + }, + "hideShorts": { + "label": "Hide shorts", + "title": "Hides all shorts" + }, + "hideSidebarRecommendedVideos": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + }, + "hideTranslateComment": { + "label": "Hide translate comment button", + "title": "Hides 'Translate to Language' button under comments" + }, + "loopButton": { + "label": "Loop button", + "title": "Adds a button to the feature menu to loop the video you're watching" + }, + "maximizePlayerButton": { + "label": "Maximize player button", + "title": "Adds a button to the feature menu to maximize the player" + }, + "openTranscriptButton": { + "label": "Open transcript button", + "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + }, + "openYouTubeSettingsOnHover": { + "label": "Open YouTube settings on hover", + "title": "Opens the YouTube settings menu when you hover over the settings button" + }, + "pauseBackgroundPlayers": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + }, + "playlistRemover": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + }, + "remainingTime": { + "label": "Remaining time", + "title": "Shows the remaining time of the video you're watching" + }, + "rememberLastVolume": { + "label": "Remember last volume", + "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + }, + "removeRedirect": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + }, + "restoreFullscreenScrolling": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + }, + "shareShortener": { + "label": "Shorten YouTube video share link", + "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + }, + "shortsAutoScroll": { + "label": "Shorts auto scroll", + "title": "Automatically scrolls to the next short" + }, + "skipContinueWatching": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + } + }, + "title": "Miscellaneous settings" + }, + "onScreenDisplaySettings": { + "color": { + "label": "Color", + "options": { + "blue": "Blue", + "green": "Green", + "orange": "Orange", + "pink": "Pink", + "purple": "Purple", + "red": "Red", + "white": "White", + "yellow": "Yellow" + }, + "title": "Select the color for the On-Screen Display" + }, + "hide": { + "label": "Hide Delay", + "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" + }, + "opacity": { + "label": "Opacity", + "title": "Adjust the transparency of the On-Screen Display" + }, + "padding": { + "label": "Padding", + "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." + }, + "position": { + "label": "Position", + "options": { + "bottom_left": "Bottom Left", + "bottom_right": "Bottom Right", + "center": "Center", + "top_left": "Top Left", + "top_right": "Top Right" + }, + "title": "Select the position of the On-Screen Display" + }, + "title": "On-screen display settings", + "type": { + "label": "Type", + "options": { + "circle": "Circle", + "line": "Line", + "no_display": "No display", + "text": "Text" + }, + "title": "Select the type of On-Screen Display" + } + }, + "playbackSpeed": { + "enable": { + "label": "Forced playback speed", + "title": "Sets the video speed to what you choose below" + }, + "playbackSpeedButtons": { + "label": "Playback speed buttons", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + }, + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + }, + "select": { + "label": "Player speed", + "title": "The speed to set the video to" + }, + "title": "Playback speed settings" + }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + }, + "title": "Playlist length settings", + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } + } + }, + "playlistManagement": { + "features": { + "markAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + }, + "removeVideoButton": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + }, + "title": "Playlist management settings" + }, + "playlistManagementButtons": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + }, + "saveToWatchLaterButton": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + }, + "screenshotButton": { + "enable": { + "label": "Screenshot button", + "title": "Adds a button to the player to take a screenshot of the video" + }, + "saveAs": { + "both": "Both (File and Clipboard)", + "clipboard": "Clipboard", + "file": "File" + }, + "selectFormat": { + "label": "Screenshot format", + "title": "The format to save the screenshot in" + }, + "selectSaveAs": { + "label": "Screenshot save type", + "title": "The screenshot save type" + }, + "title": "Screenshot settings" + }, + "scrollWheelSpeedControl": { + "adjustmentSteps": { + "label": "Speed Change Per Scroll", + "title": "Adjust the speed change per scroll" + }, + "enable": { + "label": "Scroll wheel speed control", + "title": "Press a modifier key to enable speed adjustment with the scroll wheel." + }, + "optionLabel": "{{KEY}} key", + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + }, + "title": "Scroll wheel speed control settings" + }, + "scrollWheelVolumeControl": { + "adjustmentSteps": { + "label": "Volume Change Per Scroll", + "title": "Adjust the volume change per scroll" + }, + "enable": { + "label": "Scroll wheel volume control", + "title": "Lets you use the scroll wheel to control the volume of the video you're watching" + }, + "holdModifierKey": { + "enable": { + "label": "When holding modifier key", + "title": "Press a modifier key to enable volume adjustment with the scroll wheel." + }, + "optionLabel": "{{KEY}} key", + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + } + }, + "holdRightClick": { + "enable": { + "label": "When holding right click", + "title": "Hold right click to enable scroll wheel volume control" + } + }, + "title": "Scroll wheel volume control settings" + }, + "settingSearch": { + "placeholder": "Search for a setting" + }, + "videoHistory": { + "enable": { + "label": "Track watched videos", + "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" + }, + "resumeType": { + "select": { + "label": "Resume type", + "options": { + "automatic": "Automatic", + "prompt": "Prompt" + }, + "title": "Select how you want to resume videos" + } + }, + "title": "Video history settings" + }, + "volumeBoost": { + "boostAmount": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by" + }, + "enable": { + "label": "Volume boost", + "title": "Enable volume boost" + }, + "mode": { + "select": { + "label": "Volume boost mode", + "options": { + "global": "Global", + "perVideo": "Per video" + }, + "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + } + }, + "title": "Volume boost settings" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Key", + "title": "Enter your Youtube Data API V3 key." + }, + "title": "YouTube API V3 key" + }, + "youtubeDeepDark": { + "author": "Author", + "co-authors": "Co-authors", + "colors": { + "colorShadow": { + "label": "Shadow color", + "title": "Color for shadows" + }, + "dimmerText": { + "label": "Secondary text color", + "title": "Color for secondary text" + }, + "hoverBackground": { + "label": "Hover background color", + "title": "Color for hover background" + }, + "mainBackground": { + "label": "Main background color", + "title": "Color for main background" + }, + "mainColor": { + "label": "Accent color", + "title": "Color for accent" + }, + "mainText": { + "label": "Main text color", + "title": "Color for main text" + }, + "secondBackground": { + "label": "Secondary background color", + "title": "Color for secondary background" + } + }, + "enable": { + "label": "Deep Dark Theme", + "title": "Activate the selected theme for the page" + }, + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + }, + "title": "YouTube deep dark settings" + } + } + } } From ab7298deb3c7d0347ddd90dc204f3e8bacf09d7d Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 6 Dec 2025 02:11:33 -0500 Subject: [PATCH 1370/1783] New translations en-us.json (Czech) --- public/locales/cs-CZ.json | 1406 +++++++++++++++++++------------------ 1 file changed, 705 insertions(+), 701 deletions(-) diff --git a/public/locales/cs-CZ.json b/public/locales/cs-CZ.json index 458490653..549b8bbbd 100644 --- a/public/locales/cs-CZ.json +++ b/public/locales/cs-CZ.json @@ -1,703 +1,707 @@ { - "langCode": "cs-CZ", - "langName": "Čeština", - "messages": { - "resumingVideo": "Resuming video at {{VIDEO_TIME}}", - "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "Copied!", - "label": "Copy video URL with timestamp" - } - }, - "featureMenu": { - "button": { - "label": "Feature menu" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "Fast forward by {{TIME}}" - }, - "rewindButton": { - "label": "Rewind by {{TIME}}" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "Hide end screen cards", - "toggle": { - "off": "Show end screen cards", - "on": "Hide end screen cards" - } - } - }, - "loopButton": { - "button": { - "label": "Loop", - "toggle": { - "off": "Loop off", - "on": "Loop on" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "Maximize", - "toggle": { - "off": "Maximize off", - "on": "Maximize on" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Open transcript" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Decrease Speed to {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Increase Speed to {{SPEED}}" - } - }, - "decreaseLimit": "Can't decrease further ({{SPEED}})", - "increaseLimit": "Can't increase further ({{SPEED}})" - }, - "playlistLength": { - "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." - }, - "screenshotButton": { - "button": { - "label": "Screenshot" - }, - "copiedToClipboard": "Screenshot copied to clipboard" - }, - "videoHistory": { - "resumeButton": "Resume", - "resumePrompt": { - "close": "Close" - } - }, - "volumeBoostButton": { - "button": { - "label": "Volume Boost", - "toggle": { - "off": "Volume boost off", - "on": "Volume boost on" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", - "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." - } - } - }, - "info": { - "reset": "All options have been reset to their default values.\nYou can now save the changes by clicking the \"Confirm\" button or discard them by closing this page or ignore this notification." - }, - "success": { - "saved": "Options saved." - } - } - } - }, - "settings": { - "clearData": { - "allDataDeleted": "All data has been deleted.", - "confirmAlert": "This will delete all extension data related to options. Continue?" - }, - "optionDisabled": { - "either": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " or " - }, - "plural": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " and " - }, - "singular": "Enable '{{OPTION}}' to configure this option", - "specificOption": { - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" - } - }, - "scrollForMoreSettings": "Scroll for more settings", - "sections": { - "automaticQuality": { - "enable": { - "label": "Automatic quality adjustment", - "title": "Automatically adjusts the video quality to the selected level." - }, - "fallbackQualityStrategy": { - "select": { - "label": "Quality fallback strategy", - "options": { - "higher": "Higher", - "lower": "Lower" - }, - "title": "The strategy to use when the selected quality is not available" - } - }, - "select": { - "label": "Player quality", - "title": "The quality to set the video to" - }, - "title": "Automatic quality settings" - }, - "bottomButtons": { - "clear": { - "title": "Clears all data this extension has stored on your machine", - "value": "Clear Data" - }, - "confirm": { - "title": "Confirm setting reset", - "value": "Confirm" - }, - "openTab": { - "title": "Open extension settings in a new tab" - }, - "reset": { - "title": "Resets all settings to their defaults, Click the confirm button to save the changes", - "value": "Reset" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "Copy video URL with timestamp button", - "decreasePlaybackSpeedButton": "Decrease Speed button", - "forwardButton": "Fast Forward button", - "hideEndScreenCardsButton": "Hide end screen cards button", - "increasePlaybackSpeedButton": "Increase Speed button", - "loopButton": "Loop button", - "maximizePlayerButton": "Maximize button", - "openTranscriptButton": "Open Transcript button", - "rewindButton": "Rewind button", - "screenshotButton": "Screenshot button", - "volumeBoostButton": "Volume Boost button" - }, - "options": { - "below_player": { - "placement": "below the player controls", - "value": "Below Player" - }, - "feature_menu": { - "placement": "in the feature menu", - "value": "Feature Menu" - }, - "player_controls_left": { - "placement": "on the left side of player controls", - "value": "Left Controls" - }, - "player_controls_right": { - "placement": "on the right side of player controls", - "value": "Right Controls" - } - }, - "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" - }, - "title": "Button placement settings" - }, - "customCSS": { - "editor": { - "collapse": "Collapse Editor", - "expand": "Expand Editor", - "noProblems": "No problems found." - }, - "enable": { - "label": "Custom CSS", - "title": "Enables custom CSS to be applied to the page" - }, - "title": "Custom CSS settings" - }, - "featureMenu": { - "openType": { - "select": { - "label": "Menu Activation Type", - "options": { - "click": "Click", - "hover": "Hover" - }, - "title": "Select the method to activate the feature menu" - }, - "title": "Feature menu settings" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "Forward/rewind buttons", - "title": "Adds forward and rewind buttons to the video player" - }, - "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" - }, - "title": "Forward/rewind button settings" - }, - "importExportSettings": { - "exportButton": { - "success": "Settings successfully exported", - "title": "Export settings to a JSON file", - "value": "Export Settings" - }, - "importButton": { - "error": { - "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", - "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" - }, - "success": "Settings imported successfully", - "title": "Import settings from a JSON file", - "value": "Import Settings" - } - }, - "language": { - "select": { - "label": "Language", - "title": "The language to use for the extension" - }, - "title": "Language" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "Automatic theater mode", - "title": "Automatically enables theater mode when you load a video" - }, - "automaticallyDisableAmbientMode": { - "label": "Automatically disable ambient mode", - "title": "Automatically disables ambient mode when you load a video" - }, - "automaticallyDisableClosedCaptions": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" - }, - "automaticallyEnableClosedCaptions": { - "label": "Automatically enable closed captions", - "title": "Automatically enables closed captions when you load a video" - }, - "automaticallyMaximizePlayer": { - "label": "Automatically maximize player", - "title": "Automatically maximizes the player when you load a video" - }, - "automaticallyShowMoreVideosOnEndScreen": { - "label": "Automatically show more videos on end screen", - "title": "Automatically shows more videos on end screen when you load a video" - }, - "copyTimestampUrlButton": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" - }, - "defaultToOriginalAudioTrack": { - "label": "Default to original audio track", - "title": "Always default to the original audio track" - }, - "enableMarkAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Add a button to playlist items to mark videos as unwatched" - }, - "enableRemoveVideoButton": { - "label": "Remove video button", - "title": "Add a button to playlist items to remove videos from the playlist" - }, - "enableSaveToWatchLaterButton": { - "label": "Enable save to Watch Later button", - "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" - }, - "hideArtificialIntelligenceSummary": { - "label": "Hide AI summary", - "title": "Hides the artificial intelligence summary below videos" - }, - "hideEndScreenCards": { - "label": "Hide end screen cards", - "title": "Hides the cards at the end of the video" - }, - "hideEndScreenCardsButton": { - "label": "Hide end screen cards button", - "title": "Adds a button to show/hide the cards at the end of the video" - }, - "hideLiveStreamChat": { - "label": "Hide live stream chat", - "title": "Hides the live stream chat" - }, - "hideMembersOnlyVideos": { - "label": "Hide members-only videos", - "title": "Hides videos that are only visible to members" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" - }, - "hidePaidPromotionBanner": { - "label": "Hide paid promotion banner", - "title": "Hides the banner that appears when you watch a video that has a paid promotion" - }, - "hidePlayables": { - "label": "Hide playables", - "title": "Hides all playables" - }, - "hideScrollbar": { - "label": "Hide scrollbar", - "title": "Hides the pages scrollbar" - }, - "hideShorts": { - "label": "Hide shorts", - "title": "Hides all shorts" - }, - "hideSidebarRecommendedVideos": { - "label": "Hide recommended videos", - "title": "Hides the sidebar that recommends videos" - }, - "hideTranslateComment": { - "label": "Hide translate comment button", - "title": "Hides 'Translate to Language' button under comments" - }, - "loopButton": { - "label": "Loop button", - "title": "Adds a button to the feature menu to loop the video you're watching" - }, - "maximizePlayerButton": { - "label": "Maximize player button", - "title": "Adds a button to the feature menu to maximize the player" - }, - "openTranscriptButton": { - "label": "Open transcript button", - "title": "Adds a button to the feature menu to open the transcript of the video you're watching" - }, - "openYouTubeSettingsOnHover": { - "label": "Open YouTube settings on hover", - "title": "Opens the YouTube settings menu when you hover over the settings button" - }, - "pauseBackgroundPlayers": { - "label": "Pause background players", - "title": "Pauses video players in background tabs when you start a new player in foreground tab" - }, - "playlistRemover": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" - }, - "remainingTime": { - "label": "Remaining time", - "title": "Shows the remaining time of the video you're watching" - }, - "rememberLastVolume": { - "label": "Remember last volume", - "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" - }, - "removeRedirect": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" - }, - "restoreFullscreenScrolling": { - "label": "Restore fullscreen scrolling", - "title": "Restores scrolling in fullscreen mode" - }, - "shareShortener": { - "label": "Shorten YouTube video share link", - "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" - }, - "shortsAutoScroll": { - "label": "Shorts auto scroll", - "title": "Automatically scrolls to the next short" - }, - "skipContinueWatching": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" - } - }, - "title": "Miscellaneous settings" - }, - "onScreenDisplaySettings": { - "color": { - "label": "Color", - "options": { - "blue": "Blue", - "green": "Green", - "orange": "Orange", - "pink": "Pink", - "purple": "Purple", - "red": "Red", - "white": "White", - "yellow": "Yellow" - }, - "title": "Select the color for the On-Screen Display" - }, - "hide": { - "label": "Hide Delay", - "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" - }, - "opacity": { - "label": "Opacity", - "title": "Adjust the transparency of the On-Screen Display" - }, - "padding": { - "label": "Padding", - "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." - }, - "position": { - "label": "Position", - "options": { - "bottom_left": "Bottom Left", - "bottom_right": "Bottom Right", - "center": "Center", - "top_left": "Top Left", - "top_right": "Top Right" - }, - "title": "Select the position of the On-Screen Display" - }, - "title": "On-screen display settings", - "type": { - "label": "Type", - "options": { - "circle": "Circle", - "line": "Line", - "no_display": "No display", - "text": "Text" - }, - "title": "Select the type of On-Screen Display" - } - }, - "playbackSpeed": { - "enable": { - "label": "Forced playback speed", - "title": "Sets the video speed to what you choose below" - }, - "playbackSpeedButtons": { - "label": "Playback speed buttons", - "select": { - "label": "Playback buttons speed", - "title": "Amount of speed to be changed per click" - }, - "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" - }, - "select": { - "label": "Player speed", - "title": "The speed to set the video to" - }, - "title": "Playback speed settings" - }, - "playlistLength": { - "enable": { - "label": "Display playlist length information", - "title": "Shows the total length of the playlist, how much has been watched, and how much remains." - }, - "title": "Playlist length settings", - "wayToGetLength": { - "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "Method to get watched time", - "options": { - "duration": "Video Length", - "youtube": "Video Watch Time" - }, - "title": "The way to get the amount of time watched (Video Length type only used on watch page)" - } - } - }, - "playlistManagement": { - "features": { - "markAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - }, - "removeVideoButton": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - } - }, - "title": "Playlist management settings" - }, - "playlistManagementButtons": { - "failedToMarkAsUnwatched": "Failed to mark video as unwatched", - "failedToRemoveVideo": "Failed to remove video", - "markAsUnwatched": "Mark as unwatched", - "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "Remove video", - "removingVideo": "Removing video…" - }, - "saveToWatchLaterButton": { - "failedToSaveVideo": "Failed to save video to Watch Later", - "saveVideo": "Save to Watch Later", - "savingVideo": "Saving to Watch Later…" - }, - "screenshotButton": { - "enable": { - "label": "Screenshot button", - "title": "Adds a button to the player to take a screenshot of the video" - }, - "saveAs": { - "clipboard": "Clipboard", - "file": "File", - "both": "Both (File and Clipboard)" - }, - "selectFormat": { - "label": "Screenshot format", - "title": "The format to save the screenshot in" - }, - "selectSaveAs": { - "label": "Screenshot save type", - "title": "The screenshot save type" - }, - "title": "Screenshot settings" - }, - "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "Speed Change Per Scroll", - "title": "Adjust the speed change per scroll" - }, - "enable": { - "label": "Scroll wheel speed control", - "title": "Press a modifier key to enable speed adjustment with the scroll wheel." - }, - "optionLabel": "{{KEY}} key", - "select": { - "label": "Modifier key", - "title": "The modifier key to use" - }, - "title": "Scroll wheel speed control settings" - }, - "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "Volume Change Per Scroll", - "title": "Adjust the volume change per scroll" - }, - "enable": { - "label": "Scroll wheel volume control", - "title": "Lets you use the scroll wheel to control the volume of the video you're watching" - }, - "holdModifierKey": { - "enable": { - "label": "When holding modifier key", - "title": "Press a modifier key to enable volume adjustment with the scroll wheel." - }, - "optionLabel": "{{KEY}} key", - "select": { - "label": "Modifier key", - "title": "The modifier key to use" - } - }, - "holdRightClick": { - "enable": { - "label": "When holding right click", - "title": "Hold right click to enable scroll wheel volume control" - } - }, - "title": "Scroll wheel volume control settings" - }, - "settingSearch": { - "placeholder": "Search for a setting" - }, - "videoHistory": { - "enable": { - "label": "Track watched videos", - "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" - }, - "resumeType": { - "select": { - "label": "Resume type", - "options": { - "automatic": "Automatic", - "prompt": "Prompt" - }, - "title": "Select how you want to resume videos" - } - }, - "title": "Video history settings" - }, - "volumeBoost": { - "boostAmount": { - "label": "Volume boost amount (dB)", - "title": "The amount to boost the volume by" - }, - "enable": { - "label": "Volume boost", - "title": "Enable volume boost" - }, - "mode": { - "select": { - "label": "Volume boost mode", - "options": { - "global": "Global", - "perVideo": "Per video" - }, - "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." - } - }, - "title": "Volume boost settings" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "You can get one from here", - "input": { - "label": "API Key", - "title": "Enter your Youtube Data API V3 key." - }, - "title": "YouTube API V3 key" - }, - "youtubeDeepDark": { - "author": "Author", - "co-authors": "Co-authors", - "colors": { - "colorShadow": { - "label": "Shadow color", - "title": "Color for shadows" - }, - "dimmerText": { - "label": "Secondary text color", - "title": "Color for secondary text" - }, - "hoverBackground": { - "label": "Hover background color", - "title": "Color for hover background" - }, - "mainBackground": { - "label": "Main background color", - "title": "Color for main background" - }, - "mainColor": { - "label": "Accent color", - "title": "Color for accent" - }, - "mainText": { - "label": "Main text color", - "title": "Color for main text" - }, - "secondBackground": { - "label": "Secondary background color", - "title": "Color for secondary background" - } - }, - "enable": { - "label": "Deep Dark Theme", - "title": "Activate the selected theme for the page" - }, - "select": { - "label": "Select theme", - "title": "Select a theme to be applied to the page" - }, - "title": "YouTube deep dark settings" - } - } - } + "langCode": "cs-CZ", + "langName": "Čeština", + "messages": { + "resumingVideo": "Resuming video at {{VIDEO_TIME}}", + "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "Copied!", + "label": "Copy video URL with timestamp" + } + }, + "featureMenu": { + "button": { + "label": "Feature menu" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Fast forward by {{TIME}}" + }, + "rewindButton": { + "label": "Rewind by {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Hide end screen cards", + "toggle": { + "off": "Show end screen cards", + "on": "Hide end screen cards" + } + } + }, + "loopButton": { + "button": { + "label": "Loop", + "toggle": { + "off": "Loop off", + "on": "Loop on" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "Maximize", + "toggle": { + "off": "Maximize off", + "on": "Maximize on" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Open transcript" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Decrease Speed to {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Increase Speed to {{SPEED}}" + } + }, + "decreaseLimit": "Can't decrease further ({{SPEED}})", + "increaseLimit": "Can't increase further ({{SPEED}})" + }, + "playlistLength": { + "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + }, + "screenshotButton": { + "button": { + "label": "Screenshot" + }, + "copiedToClipboard": "Screenshot copied to clipboard" + }, + "videoHistory": { + "resumeButton": "Resume", + "resumePrompt": { + "close": "Close" + } + }, + "volumeBoostButton": { + "button": { + "label": "Volume Boost", + "toggle": { + "off": "Volume boost off", + "on": "Volume boost on" + } + } + } + } + }, + "options": { + "notifications": { + "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", + "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." + } + } + }, + "info": { + "reset": "All options have been reset to their default values.\nYou can now save the changes by clicking the \"Confirm\" button or discard them by closing this page or ignore this notification." + }, + "success": { + "saved": "Options saved." + } + } + } + }, + "settings": { + "clearData": { + "allDataDeleted": "All data has been deleted.", + "confirmAlert": "This will delete all extension data related to options. Continue?" + }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "scrollForMoreSettings": "Scroll for more settings", + "sections": { + "automaticQuality": { + "enable": { + "label": "Automatic quality adjustment", + "title": "Automatically adjusts the video quality to the selected level." + }, + "fallbackQualityStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + }, + "select": { + "label": "Player quality", + "title": "The quality to set the video to" + }, + "title": "Automatic quality settings" + }, + "bottomButtons": { + "clear": { + "title": "Clears all data this extension has stored on your machine", + "value": "Clear Data" + }, + "confirm": { + "title": "Confirm setting reset", + "value": "Confirm" + }, + "openTab": { + "title": "Open extension settings in a new tab" + }, + "reset": { + "title": "Resets all settings to their defaults, Click the confirm button to save the changes", + "value": "Reset" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Copy video URL with timestamp button", + "decreasePlaybackSpeedButton": "Decrease Speed button", + "forwardButton": "Fast Forward button", + "hideEndScreenCardsButton": "Hide end screen cards button", + "increasePlaybackSpeedButton": "Increase Speed button", + "loopButton": "Loop button", + "maximizePlayerButton": "Maximize button", + "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind button", + "screenshotButton": "Screenshot button", + "volumeBoostButton": "Volume Boost button" + }, + "options": { + "below_player": { + "placement": "below the player controls", + "value": "Below Player" + }, + "feature_menu": { + "placement": "in the feature menu", + "value": "Feature Menu" + }, + "player_controls_left": { + "placement": "on the left side of player controls", + "value": "Left Controls" + }, + "player_controls_right": { + "placement": "on the right side of player controls", + "value": "Right Controls" + } + }, + "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Button placement settings" + }, + "customCSS": { + "editor": { + "collapse": "Collapse Editor", + "expand": "Expand Editor", + "noProblems": "No problems found." + }, + "enable": { + "label": "Custom CSS", + "title": "Enables custom CSS to be applied to the page" + }, + "title": "Custom CSS settings" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Menu Activation Type", + "options": { + "click": "Click", + "hover": "Hover" + }, + "title": "Select the method to activate the feature menu" + }, + "title": "Feature menu settings" + } + }, + "forwardRewindButtons": { + "enable": { + "label": "Forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + }, + "title": "Forward/rewind button settings" + }, + "importExportSettings": { + "exportButton": { + "success": "Settings successfully exported", + "title": "Export settings to a JSON file", + "value": "Export Settings" + }, + "importButton": { + "error": { + "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", + "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" + }, + "success": "Settings imported successfully", + "title": "Import settings from a JSON file", + "value": "Import Settings" + } + }, + "language": { + "select": { + "label": "Language", + "title": "The language to use for the extension" + }, + "title": "Language" + }, + "miscellaneous": { + "features": { + "automaticTheaterMode": { + "label": "Automatic theater mode", + "title": "Automatically enables theater mode when you load a video" + }, + "automaticallyDisableAmbientMode": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + }, + "automaticallyDisableAutoPlay": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + }, + "automaticallyDisableClosedCaptions": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + }, + "automaticallyEnableClosedCaptions": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + }, + "automaticallyMaximizePlayer": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + }, + "automaticallyShowMoreVideosOnEndScreen": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + }, + "copyTimestampUrlButton": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + }, + "defaultToOriginalAudioTrack": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + }, + "enableMarkAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Add a button to playlist items to mark videos as unwatched" + }, + "enableRemoveVideoButton": { + "label": "Remove video button", + "title": "Add a button to playlist items to remove videos from the playlist" + }, + "enableSaveToWatchLaterButton": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + }, + "hideArtificialIntelligenceSummary": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + }, + "hideEndScreenCards": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + }, + "hideEndScreenCardsButton": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + }, + "hideLiveStreamChat": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + }, + "hideMembersOnlyVideos": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + }, + "hideOfficialArtistVideosFromHomePage": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + }, + "hidePaidPromotionBanner": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + }, + "hidePlayables": { + "label": "Hide playables", + "title": "Hides all playables" + }, + "hideScrollbar": { + "label": "Hide scrollbar", + "title": "Hides the pages scrollbar" + }, + "hideShorts": { + "label": "Hide shorts", + "title": "Hides all shorts" + }, + "hideSidebarRecommendedVideos": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + }, + "hideTranslateComment": { + "label": "Hide translate comment button", + "title": "Hides 'Translate to Language' button under comments" + }, + "loopButton": { + "label": "Loop button", + "title": "Adds a button to the feature menu to loop the video you're watching" + }, + "maximizePlayerButton": { + "label": "Maximize player button", + "title": "Adds a button to the feature menu to maximize the player" + }, + "openTranscriptButton": { + "label": "Open transcript button", + "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + }, + "openYouTubeSettingsOnHover": { + "label": "Open YouTube settings on hover", + "title": "Opens the YouTube settings menu when you hover over the settings button" + }, + "pauseBackgroundPlayers": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + }, + "playlistRemover": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + }, + "remainingTime": { + "label": "Remaining time", + "title": "Shows the remaining time of the video you're watching" + }, + "rememberLastVolume": { + "label": "Remember last volume", + "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + }, + "removeRedirect": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + }, + "restoreFullscreenScrolling": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + }, + "shareShortener": { + "label": "Shorten YouTube video share link", + "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + }, + "shortsAutoScroll": { + "label": "Shorts auto scroll", + "title": "Automatically scrolls to the next short" + }, + "skipContinueWatching": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + } + }, + "title": "Miscellaneous settings" + }, + "onScreenDisplaySettings": { + "color": { + "label": "Color", + "options": { + "blue": "Blue", + "green": "Green", + "orange": "Orange", + "pink": "Pink", + "purple": "Purple", + "red": "Red", + "white": "White", + "yellow": "Yellow" + }, + "title": "Select the color for the On-Screen Display" + }, + "hide": { + "label": "Hide Delay", + "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" + }, + "opacity": { + "label": "Opacity", + "title": "Adjust the transparency of the On-Screen Display" + }, + "padding": { + "label": "Padding", + "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." + }, + "position": { + "label": "Position", + "options": { + "bottom_left": "Bottom Left", + "bottom_right": "Bottom Right", + "center": "Center", + "top_left": "Top Left", + "top_right": "Top Right" + }, + "title": "Select the position of the On-Screen Display" + }, + "title": "On-screen display settings", + "type": { + "label": "Type", + "options": { + "circle": "Circle", + "line": "Line", + "no_display": "No display", + "text": "Text" + }, + "title": "Select the type of On-Screen Display" + } + }, + "playbackSpeed": { + "enable": { + "label": "Forced playback speed", + "title": "Sets the video speed to what you choose below" + }, + "playbackSpeedButtons": { + "label": "Playback speed buttons", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + }, + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + }, + "select": { + "label": "Player speed", + "title": "The speed to set the video to" + }, + "title": "Playback speed settings" + }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + }, + "title": "Playlist length settings", + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } + } + }, + "playlistManagement": { + "features": { + "markAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + }, + "removeVideoButton": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + }, + "title": "Playlist management settings" + }, + "playlistManagementButtons": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + }, + "saveToWatchLaterButton": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + }, + "screenshotButton": { + "enable": { + "label": "Screenshot button", + "title": "Adds a button to the player to take a screenshot of the video" + }, + "saveAs": { + "both": "Both (File and Clipboard)", + "clipboard": "Clipboard", + "file": "File" + }, + "selectFormat": { + "label": "Screenshot format", + "title": "The format to save the screenshot in" + }, + "selectSaveAs": { + "label": "Screenshot save type", + "title": "The screenshot save type" + }, + "title": "Screenshot settings" + }, + "scrollWheelSpeedControl": { + "adjustmentSteps": { + "label": "Speed Change Per Scroll", + "title": "Adjust the speed change per scroll" + }, + "enable": { + "label": "Scroll wheel speed control", + "title": "Press a modifier key to enable speed adjustment with the scroll wheel." + }, + "optionLabel": "{{KEY}} key", + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + }, + "title": "Scroll wheel speed control settings" + }, + "scrollWheelVolumeControl": { + "adjustmentSteps": { + "label": "Volume Change Per Scroll", + "title": "Adjust the volume change per scroll" + }, + "enable": { + "label": "Scroll wheel volume control", + "title": "Lets you use the scroll wheel to control the volume of the video you're watching" + }, + "holdModifierKey": { + "enable": { + "label": "When holding modifier key", + "title": "Press a modifier key to enable volume adjustment with the scroll wheel." + }, + "optionLabel": "{{KEY}} key", + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + } + }, + "holdRightClick": { + "enable": { + "label": "When holding right click", + "title": "Hold right click to enable scroll wheel volume control" + } + }, + "title": "Scroll wheel volume control settings" + }, + "settingSearch": { + "placeholder": "Search for a setting" + }, + "videoHistory": { + "enable": { + "label": "Track watched videos", + "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" + }, + "resumeType": { + "select": { + "label": "Resume type", + "options": { + "automatic": "Automatic", + "prompt": "Prompt" + }, + "title": "Select how you want to resume videos" + } + }, + "title": "Video history settings" + }, + "volumeBoost": { + "boostAmount": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by" + }, + "enable": { + "label": "Volume boost", + "title": "Enable volume boost" + }, + "mode": { + "select": { + "label": "Volume boost mode", + "options": { + "global": "Global", + "perVideo": "Per video" + }, + "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + } + }, + "title": "Volume boost settings" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Key", + "title": "Enter your Youtube Data API V3 key." + }, + "title": "YouTube API V3 key" + }, + "youtubeDeepDark": { + "author": "Author", + "co-authors": "Co-authors", + "colors": { + "colorShadow": { + "label": "Shadow color", + "title": "Color for shadows" + }, + "dimmerText": { + "label": "Secondary text color", + "title": "Color for secondary text" + }, + "hoverBackground": { + "label": "Hover background color", + "title": "Color for hover background" + }, + "mainBackground": { + "label": "Main background color", + "title": "Color for main background" + }, + "mainColor": { + "label": "Accent color", + "title": "Color for accent" + }, + "mainText": { + "label": "Main text color", + "title": "Color for main text" + }, + "secondBackground": { + "label": "Secondary background color", + "title": "Color for secondary background" + } + }, + "enable": { + "label": "Deep Dark Theme", + "title": "Activate the selected theme for the page" + }, + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + }, + "title": "YouTube deep dark settings" + } + } + } } From 9e72674926a7272a45aba1d87b28deb262e8d124 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 6 Dec 2025 02:11:34 -0500 Subject: [PATCH 1371/1783] New translations en-us.json (German) --- public/locales/de-DE.json | 1406 +++++++++++++++++++------------------ 1 file changed, 705 insertions(+), 701 deletions(-) diff --git a/public/locales/de-DE.json b/public/locales/de-DE.json index 4ef77cae8..1ab33f170 100644 --- a/public/locales/de-DE.json +++ b/public/locales/de-DE.json @@ -1,703 +1,707 @@ { - "langCode": "de-DE", - "langName": "Deutsch", - "messages": { - "resumingVideo": "Video bei {{VIDEO_TIME}} fortsetzen", - "settingVolume": "Lautstärke-Boost wird auf {{VOLUME_BOOST_AMOUNT}} eingestellt" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "Kopiert!", - "label": "Video URL mit Zeitstempel kopieren" - } - }, - "featureMenu": { - "button": { - "label": "Feature menu" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "Fast forward by {{TIME}}" - }, - "rewindButton": { - "label": "Rewind by {{TIME}}" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "Hide end screen cards", - "toggle": { - "off": "Zeige Endcards", - "on": "Hide end screen cards" - } - } - }, - "loopButton": { - "button": { - "label": "Loop", - "toggle": { - "off": "Loop off", - "on": "Loop on" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "Maximize", - "toggle": { - "off": "Maximieren aus", - "on": "Maximieren an" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Transkript öffnen" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Decrease Speed to {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Increase Speed to {{SPEED}}" - } - }, - "decreaseLimit": "Geringer nicht möglich ({{SPEED}})", - "increaseLimit": "Can't increase further ({{SPEED}})" - }, - "playlistLength": { - "title": "Die Gesamtlänge kann ungenau sein, wenn einige Videos ausgeblendet sind oder wenn Sie nicht genug Videos geladen haben, um die volle Länge zu erhalten." - }, - "screenshotButton": { - "button": { - "label": "Screenshot" - }, - "copiedToClipboard": "Screenshot in Zwischenablage kopiert" - }, - "videoHistory": { - "resumeButton": "Fortsetzen", - "resumePrompt": { - "close": "Schließen" - } - }, - "volumeBoostButton": { - "button": { - "label": "Volume Boost", - "toggle": { - "off": "Volume boost off", - "on": "Volume boost on" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "Die Bedientaste für die Geschwindigkeitsregelung für das Scrollen kann nicht identisch sein mit der Änderungstaste für die Lautstärkeregelung des Mausrades.", - "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." - } - } - }, - "info": { - "reset": "Alle Optionen wurden auf ihre Standardwerte zurückgesetzt.\nSie können die Änderungen jetzt speichern, indem Sie auf den \"Bestätigen\"-Button klicken oder diese verwerfen, indem Sie diese Seite schließen oder diese Benachrichtigung ignorieren." - }, - "success": { - "saved": "Optionen gespeichert." - } - } - } - }, - "settings": { - "clearData": { - "allDataDeleted": "Die Daten wurden gelöscht.", - "confirmAlert": "Dies löscht alle Erweiterungsdaten zu Optionen. Fortfahren?" - }, - "optionDisabled": { - "either": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " or " - }, - "plural": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " and " - }, - "singular": "Enable '{{OPTION}}' to configure this option", - "specificOption": { - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" - } - }, - "scrollForMoreSettings": "Weitere Einstellungen gibt es unten", - "sections": { - "automaticQuality": { - "enable": { - "label": "Automatische Qualitätsanpassung", - "title": "Die Videoqualität wird automatisch auf die ausgewählte Qualität gestellt." - }, - "fallbackQualityStrategy": { - "select": { - "label": "Quality fallback strategy", - "options": { - "higher": "Higher", - "lower": "Lower" - }, - "title": "The strategy to use when the selected quality is not available" - } - }, - "select": { - "label": "Video-Qualität", - "title": "Die Qualität auf die das Video gestellt werden soll" - }, - "title": "Automatische Qualitätseinstellungen" - }, - "bottomButtons": { - "clear": { - "title": "Löscht alle Daten, die diese Erweiterung auf Ihrem Rechner gespeichert hat", - "value": "Daten löschen" - }, - "confirm": { - "title": "Einstellungen zurücksetzen", - "value": "Bestätigen" - }, - "openTab": { - "title": "Erweiterungseinstellungen in einem neuen Tab öffnen" - }, - "reset": { - "title": "Setzt alle Einstellungen auf ihre Standardwerte zurück. Klicken Sie auf die Bestätigungs-Schaltfläche, um die Änderungen zu speichern", - "value": "Zurücksetzen" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "Video-URL mit Timestamp kopieren", - "decreasePlaybackSpeedButton": "Geschwindigkeit verringern", - "forwardButton": "Vorspulen", - "hideEndScreenCardsButton": "End-Screen Karte verstecken", - "increasePlaybackSpeedButton": "Geschwindigkeit erhöhen", - "loopButton": "Loop", - "maximizePlayerButton": "Maximieren", - "openTranscriptButton": "Transkript", - "rewindButton": "Zurückspulen", - "screenshotButton": "Screenshot", - "volumeBoostButton": "Lautstärke-Boost" - }, - "options": { - "below_player": { - "placement": "unterhalb der Video-Steuerung", - "value": "Unter dem Player" - }, - "feature_menu": { - "placement": "im Eigenschaftsmenü", - "value": "Feature-Menü" - }, - "player_controls_left": { - "placement": "auf der linken Seite der Video-Steuerung", - "value": "Links" - }, - "player_controls_right": { - "placement": "auf der rechten Seite der Video-Steuerung", - "value": "Rechts" - } - }, - "title": "Platziere {{BUTTON_NAME}} {{PLACEMENT}}" - }, - "title": "Button placement settings" - }, - "customCSS": { - "editor": { - "collapse": "Editor einklappen", - "expand": "Editor vergrößern", - "noProblems": "Keine Probleme gefunden." - }, - "enable": { - "label": "Benutzerdefiniertes CSS", - "title": "Aktiviert benutzerdefiniertes CSS für die Seite" - }, - "title": "Custom CSS settings" - }, - "featureMenu": { - "openType": { - "select": { - "label": "Menü Aktivierungstyp", - "options": { - "click": "Klick", - "hover": "Hover" - }, - "title": "Wähle die Methode zum Aktivieren des Feature-Menüs" - }, - "title": "Feature-Menüeinstellungen" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "Forward/rewind buttons", - "title": "Adds forward and rewind buttons to the video player" - }, - "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" - }, - "title": "Forward/rewind button settings" - }, - "importExportSettings": { - "exportButton": { - "success": "Einstellungen erfolgreich exportiert", - "title": "Einstellungen zu JSON-Datei exportieren", - "value": "Eistellungen exportieren" - }, - "importButton": { - "error": { - "unknown": "Fehler beim Importieren der Einstellungen. Bitte überprüfen Sie das Dateiformat.\nEin unbekannter Fehler ist aufgetreten.", - "validation": "Fehler beim Importieren der Einstellungen. Bitte überprüfen Sie das Dateiformat.\n{{ERROR_MESSAGE}}" - }, - "success": "Einstellungen erfolgreich importiert", - "title": "Einstellungen aus JSON-Datei importieren", - "value": "Einstellungen importieren" - } - }, - "language": { - "select": { - "label": "Sprache", - "title": "Die Sprache dieser Erweiterung" - }, - "title": "Sprache" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "Automatischer Theatermodus", - "title": "Automatisch den Theatermodus aktivieren, wenn ein Video geladen wird" - }, - "automaticallyDisableAmbientMode": { - "label": "Ambient-Modus automatisch deaktivieren", - "title": "Deaktiviert automatisch den Ambient-Modus, wenn du ein Video lädst" - }, - "automaticallyDisableClosedCaptions": { - "label": "Untertitel automatisch deaktivieren", - "title": "Deaktiviert automatisch Untertitel, wenn du ein Video lädst" - }, - "automaticallyEnableClosedCaptions": { - "label": "Untertitel automatisch aktivieren", - "title": "Aktiviert die Untertitel automatisch, wenn du ein Video lädst" - }, - "automaticallyMaximizePlayer": { - "label": "Automatically maximize player", - "title": "Automatically maximizes the player when you load a video" - }, - "automaticallyShowMoreVideosOnEndScreen": { - "label": "Automatically show more videos on end screen", - "title": "Automatically shows more videos on end screen when you load a video" - }, - "copyTimestampUrlButton": { - "label": "Video-URL mit Zeitstempel kopieren", - "title": "Kopiert die Video-URL mit Zeitstempel (?t=123)" - }, - "defaultToOriginalAudioTrack": { - "label": "Default to original audio track", - "title": "Always default to the original audio track" - }, - "enableMarkAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Add a button to playlist items to mark videos as unwatched" - }, - "enableRemoveVideoButton": { - "label": "Remove video button", - "title": "Add a button to playlist items to remove videos from the playlist" - }, - "enableSaveToWatchLaterButton": { - "label": "Enable save to Watch Later button", - "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" - }, - "hideArtificialIntelligenceSummary": { - "label": "Hide AI summary", - "title": "Hides the artificial intelligence summary below videos" - }, - "hideEndScreenCards": { - "label": "Hide end screen cards", - "title": "Hides the cards at the end of the video" - }, - "hideEndScreenCardsButton": { - "label": "Hide end screen cards button", - "title": "Adds a button to show/hide the cards at the end of the video" - }, - "hideLiveStreamChat": { - "label": "Hide live stream chat", - "title": "Hides the live stream chat" - }, - "hideMembersOnlyVideos": { - "label": "Hide members-only videos", - "title": "Hides videos that are only visible to members" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" - }, - "hidePaidPromotionBanner": { - "label": "Hide paid promotion banner", - "title": "Hides the banner that appears when you watch a video that has a paid promotion" - }, - "hidePlayables": { - "label": "Hide playables", - "title": "Hides all playables" - }, - "hideScrollbar": { - "label": "Scrollbar ausblenden", - "title": "Versteckt die Scrollleiste" - }, - "hideShorts": { - "label": "Shorts ausblenden", - "title": "Alle Shorts ausblenden" - }, - "hideSidebarRecommendedVideos": { - "label": "Hide recommended videos", - "title": "Hides the sidebar that recommends videos" - }, - "hideTranslateComment": { - "label": "Übersetzungs-Kommentar-Button ausblenden", - "title": "Versteckt die Schaltfläche \"In Sprache übersetzen\" unter Kommentaren" - }, - "loopButton": { - "label": "Dauerschleife-Button", - "title": "Adds a button to the feature menu to loop the video you're watching" - }, - "maximizePlayerButton": { - "label": "Player-Button maximieren", - "title": "Fügt dem Eigenschaftsmenü eine Schaltfläche hinzu, um den Video-Player zu maximieren" - }, - "openTranscriptButton": { - "label": "Transkript-Button", - "title": "Fügt eine Schaltfläche zum Feature-Menü hinzu, um das Protokoll des Videos zu öffnen, das du siehst" - }, - "openYouTubeSettingsOnHover": { - "label": "YouTube-Einstellungen beim Hover öffnen", - "title": "Öffnet die YouTube Einstellungen, wenn du über den Einstellungs-Button fährst" - }, - "pauseBackgroundPlayers": { - "label": "Pause background players", - "title": "Pauses video players in background tabs when you start a new player in foreground tab" - }, - "playlistRemover": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" - }, - "remainingTime": { - "label": "Verbleibende Zeit", - "title": "Zeigt die verbleibende Zeit des Videos, das du siehst" - }, - "rememberLastVolume": { - "label": "Letzte Lautstärke merken", - "title": "Speichere die Lautstärke des letzten Videos, das du gesehen hast und setze es beim Öffnen eines neuen Videos" - }, - "removeRedirect": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" - }, - "restoreFullscreenScrolling": { - "label": "Restore fullscreen scrolling", - "title": "Restores scrolling in fullscreen mode" - }, - "shareShortener": { - "label": "YouTube Video Link kürzen", - "title": "Verkürzt den YouTube Video Link (youtu.be) indem si/Feature-Parameter entfernt wird" - }, - "shortsAutoScroll": { - "label": "Shorts automatisch scrollen", - "title": "Scrollen Sie automatisch im nächsten Short" - }, - "skipContinueWatching": { - "label": "Überspringe \"Video ist pausiert. Weiter ansehen?\"", - "title": "Überspringt den Leerlauf-Dialog, der die Videowiedergabe pausiert" - } - }, - "title": "Weitere Einstellungen" - }, - "onScreenDisplaySettings": { - "color": { - "label": "Farbe", - "options": { - "blue": "Blau", - "green": "Grün", - "orange": "Orange", - "pink": "Pink", - "purple": "Lila", - "red": "Rot", - "white": "Weiß", - "yellow": "Gelb" - }, - "title": "Farbe für den On-Screen Display wählen" - }, - "hide": { - "label": "Hide Delay", - "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" - }, - "opacity": { - "label": "Transparenz", - "title": "Die Transparenz der Bildschirmanzeige anpassen" - }, - "padding": { - "label": "Innenabstand", - "title": "Passe den Abstand rund um die Bildschirmanzeige in Pixeln an. Dies gilt speziell für die Bildschirmanzeige in den Ecken." - }, - "position": { - "label": "Position", - "options": { - "bottom_left": "Bottom Left", - "bottom_right": "Bottom Right", - "center": "Center", - "top_left": "Top Left", - "top_right": "Top Right" - }, - "title": "Select the position of the On-Screen Display" - }, - "title": "On-screen display settings", - "type": { - "label": "Type", - "options": { - "circle": "Kreis", - "line": "Balken", - "no_display": "No display", - "text": "Text" - }, - "title": "Select the type of On-Screen Display" - } - }, - "playbackSpeed": { - "enable": { - "label": "Erzwungene Wiedergabegeschwindigkeit", - "title": "Setzt die Videogeschwindigkeit auf das, was du unten wählst" - }, - "playbackSpeedButtons": { - "label": "Playback speed buttons", - "select": { - "label": "Playback buttons speed", - "title": "Amount of speed to be changed per click" - }, - "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" - }, - "select": { - "label": "Video Geschwindigkeit", - "title": "Die Geschwindigkeit auf die das Video gestellt wird" - }, - "title": "Wiedergabegeschwindigkeit Einstellungen" - }, - "playlistLength": { - "enable": { - "label": "Display playlist length information", - "title": "Shows the total length of the playlist, how much has been watched, and how much remains." - }, - "title": "Playlist length settings", - "wayToGetLength": { - "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "Method to get watched time", - "options": { - "duration": "Video Length", - "youtube": "Video Watch Time" - }, - "title": "The way to get the amount of time watched (Video Length type only used on watch page)" - } - } - }, - "playlistManagement": { - "features": { - "markAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - }, - "removeVideoButton": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - } - }, - "title": "Playlist management settings" - }, - "playlistManagementButtons": { - "failedToMarkAsUnwatched": "Failed to mark video as unwatched", - "failedToRemoveVideo": "Failed to remove video", - "markAsUnwatched": "Mark as unwatched", - "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "Remove video", - "removingVideo": "Removing video…" - }, - "saveToWatchLaterButton": { - "failedToSaveVideo": "Failed to save video to Watch Later", - "saveVideo": "Save to Watch Later", - "savingVideo": "Saving to Watch Later…" - }, - "screenshotButton": { - "enable": { - "label": "Screenshot-Taste", - "title": "Fügt dem Player einen Button hinzu, um einen Screenshot des Videos zu machen" - }, - "saveAs": { - "clipboard": "Zwischenablage", - "file": "Datei", - "both": "Both (File and Clipboard)" - }, - "selectFormat": { - "label": "Screenshot-Format", - "title": "Das Format zum Speichern des Screenshots" - }, - "selectSaveAs": { - "label": "Screenshot-Speicherart", - "title": "Der Screenshot-Speichertyp" - }, - "title": "Screenshot-Einstellungen" - }, - "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "Geschwindigkeitsänderung durch Mausrad", - "title": "Geschwindigkeitsänderung durch Mausrad anpassen" - }, - "enable": { - "label": "Scroll wheel speed control", - "title": "Drücken Sie eine Änderntaste, um die Lautstärkeregelung mit dem Mausrad zu aktivieren." - }, - "optionLabel": "{{KEY}} key", - "select": { - "label": "Modifier key", - "title": "The modifier key to use" - }, - "title": "Scroll wheel speed control settings" - }, - "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "Volume Change Per Scroll", - "title": "Adjust the volume change per scroll" - }, - "enable": { - "label": "Lautstärke durch Mausrad ändern", - "title": "Lässt dich das Scrollrad verwenden, um die Lautstärke des Videos zu steuern, das du siehst" - }, - "holdModifierKey": { - "enable": { - "label": "Aktivieren, wenn die Modifikator-Taste gedrückt wird", - "title": "Drücken Sie eine Modifikator-Taste, um die Lautstärkeregelung mit dem Scrollrad zu aktivieren." - }, - "optionLabel": "{{KEY}} Taste", - "select": { - "label": "Modifikator-Taste", - "title": "Die zu verwendende Modifikator-Taste" - } - }, - "holdRightClick": { - "enable": { - "label": "Aktivieren, wenn Rechtsklick gedrückt wird", - "title": "Rechtsklick gedrückt halten, um die Lautstärkeregelung des Scrollrades zu aktivieren" - } - }, - "title": "Lautstärke durch Mausrad ändern" - }, - "settingSearch": { - "placeholder": "Search for a setting" - }, - "videoHistory": { - "enable": { - "label": "Gesehene Videos protokollieren", - "title": "Hält den Überblick darüber, wo du aufgehört hast, wenn du Videos anschaust und aktiviert das Fortfahren der Wiedergabe" - }, - "resumeType": { - "select": { - "label": "Resume type", - "options": { - "automatic": "Automatic", - "prompt": "Prompt" - }, - "title": "Select how you want to resume videos" - } - }, - "title": "Video history settings" - }, - "volumeBoost": { - "boostAmount": { - "label": "Volume boost amount (dB)", - "title": "The amount to boost the volume by" - }, - "enable": { - "label": "Lautstärken-Boost", - "title": "Enable volume boost" - }, - "mode": { - "select": { - "label": "Volume boost mode", - "options": { - "global": "Global", - "perVideo": "Per video" - }, - "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." - } - }, - "title": "´Lautstärke-Boost Einstellungen" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "You can get one from here", - "input": { - "label": "API Schlüssel", - "title": "Gib deinen YouTube Data API V3 Schlüssel ein." - }, - "title": "YouTube API V3 key" - }, - "youtubeDeepDark": { - "author": "Ersteller", - "co-authors": "Mitersteller", - "colors": { - "colorShadow": { - "label": "Schattenfarbe", - "title": "Farbe für Schatten" - }, - "dimmerText": { - "label": "Sekundäre Textfarbe", - "title": "Farbe für sekundären Text" - }, - "hoverBackground": { - "label": "Hintergrundfarbe beim Hovern", - "title": "Farbe für den Hintergrund beim Hovern" - }, - "mainBackground": { - "label": "Haupthintergrundfarbe", - "title": "Farbe für Haupthintergrund" - }, - "mainColor": { - "label": "Akzentfarbe", - "title": "Farbe für die Akzente" - }, - "mainText": { - "label": "Haupttextfarbe", - "title": "Farbe für Haupttext" - }, - "secondBackground": { - "label": "Sekundäre Hintergrundfarbe", - "title": "Farbe für sekundären Hintergrund" - } - }, - "enable": { - "label": "Deep Dark Theme", - "title": "Activate the selected theme for the page" - }, - "select": { - "label": "Theme auswählen", - "title": "Wählen Sie ein Theme aus, das auf die Seite angewendet werden soll" - }, - "title": "YouTube deep dark settings" - } - } - } + "langCode": "de-DE", + "langName": "Deutsch", + "messages": { + "resumingVideo": "Video bei {{VIDEO_TIME}} fortsetzen", + "settingVolume": "Lautstärke-Boost wird auf {{VOLUME_BOOST_AMOUNT}} eingestellt" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "Kopiert!", + "label": "Video URL mit Zeitstempel kopieren" + } + }, + "featureMenu": { + "button": { + "label": "Feature menu" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Fast forward by {{TIME}}" + }, + "rewindButton": { + "label": "Rewind by {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Hide end screen cards", + "toggle": { + "off": "Zeige Endcards", + "on": "Hide end screen cards" + } + } + }, + "loopButton": { + "button": { + "label": "Loop", + "toggle": { + "off": "Loop off", + "on": "Loop on" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "Maximize", + "toggle": { + "off": "Maximieren aus", + "on": "Maximieren an" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Transkript öffnen" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Decrease Speed to {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Increase Speed to {{SPEED}}" + } + }, + "decreaseLimit": "Geringer nicht möglich ({{SPEED}})", + "increaseLimit": "Can't increase further ({{SPEED}})" + }, + "playlistLength": { + "title": "Die Gesamtlänge kann ungenau sein, wenn einige Videos ausgeblendet sind oder wenn Sie nicht genug Videos geladen haben, um die volle Länge zu erhalten." + }, + "screenshotButton": { + "button": { + "label": "Screenshot" + }, + "copiedToClipboard": "Screenshot in Zwischenablage kopiert" + }, + "videoHistory": { + "resumeButton": "Fortsetzen", + "resumePrompt": { + "close": "Schließen" + } + }, + "volumeBoostButton": { + "button": { + "label": "Volume Boost", + "toggle": { + "off": "Volume boost off", + "on": "Volume boost on" + } + } + } + } + }, + "options": { + "notifications": { + "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "Die Bedientaste für die Geschwindigkeitsregelung für das Scrollen kann nicht identisch sein mit der Änderungstaste für die Lautstärkeregelung des Mausrades.", + "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." + } + } + }, + "info": { + "reset": "Alle Optionen wurden auf ihre Standardwerte zurückgesetzt.\nSie können die Änderungen jetzt speichern, indem Sie auf den \"Bestätigen\"-Button klicken oder diese verwerfen, indem Sie diese Seite schließen oder diese Benachrichtigung ignorieren." + }, + "success": { + "saved": "Optionen gespeichert." + } + } + } + }, + "settings": { + "clearData": { + "allDataDeleted": "Die Daten wurden gelöscht.", + "confirmAlert": "Dies löscht alle Erweiterungsdaten zu Optionen. Fortfahren?" + }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "scrollForMoreSettings": "Weitere Einstellungen gibt es unten", + "sections": { + "automaticQuality": { + "enable": { + "label": "Automatische Qualitätsanpassung", + "title": "Die Videoqualität wird automatisch auf die ausgewählte Qualität gestellt." + }, + "fallbackQualityStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + }, + "select": { + "label": "Video-Qualität", + "title": "Die Qualität auf die das Video gestellt werden soll" + }, + "title": "Automatische Qualitätseinstellungen" + }, + "bottomButtons": { + "clear": { + "title": "Löscht alle Daten, die diese Erweiterung auf Ihrem Rechner gespeichert hat", + "value": "Daten löschen" + }, + "confirm": { + "title": "Einstellungen zurücksetzen", + "value": "Bestätigen" + }, + "openTab": { + "title": "Erweiterungseinstellungen in einem neuen Tab öffnen" + }, + "reset": { + "title": "Setzt alle Einstellungen auf ihre Standardwerte zurück. Klicken Sie auf die Bestätigungs-Schaltfläche, um die Änderungen zu speichern", + "value": "Zurücksetzen" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Video-URL mit Timestamp kopieren", + "decreasePlaybackSpeedButton": "Geschwindigkeit verringern", + "forwardButton": "Vorspulen", + "hideEndScreenCardsButton": "End-Screen Karte verstecken", + "increasePlaybackSpeedButton": "Geschwindigkeit erhöhen", + "loopButton": "Loop", + "maximizePlayerButton": "Maximieren", + "openTranscriptButton": "Transkript", + "rewindButton": "Zurückspulen", + "screenshotButton": "Screenshot", + "volumeBoostButton": "Lautstärke-Boost" + }, + "options": { + "below_player": { + "placement": "unterhalb der Video-Steuerung", + "value": "Unter dem Player" + }, + "feature_menu": { + "placement": "im Eigenschaftsmenü", + "value": "Feature-Menü" + }, + "player_controls_left": { + "placement": "auf der linken Seite der Video-Steuerung", + "value": "Links" + }, + "player_controls_right": { + "placement": "auf der rechten Seite der Video-Steuerung", + "value": "Rechts" + } + }, + "title": "Platziere {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Button placement settings" + }, + "customCSS": { + "editor": { + "collapse": "Editor einklappen", + "expand": "Editor vergrößern", + "noProblems": "Keine Probleme gefunden." + }, + "enable": { + "label": "Benutzerdefiniertes CSS", + "title": "Aktiviert benutzerdefiniertes CSS für die Seite" + }, + "title": "Custom CSS settings" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Menü Aktivierungstyp", + "options": { + "click": "Klick", + "hover": "Hover" + }, + "title": "Wähle die Methode zum Aktivieren des Feature-Menüs" + }, + "title": "Feature-Menüeinstellungen" + } + }, + "forwardRewindButtons": { + "enable": { + "label": "Forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + }, + "title": "Forward/rewind button settings" + }, + "importExportSettings": { + "exportButton": { + "success": "Einstellungen erfolgreich exportiert", + "title": "Einstellungen zu JSON-Datei exportieren", + "value": "Eistellungen exportieren" + }, + "importButton": { + "error": { + "unknown": "Fehler beim Importieren der Einstellungen. Bitte überprüfen Sie das Dateiformat.\nEin unbekannter Fehler ist aufgetreten.", + "validation": "Fehler beim Importieren der Einstellungen. Bitte überprüfen Sie das Dateiformat.\n{{ERROR_MESSAGE}}" + }, + "success": "Einstellungen erfolgreich importiert", + "title": "Einstellungen aus JSON-Datei importieren", + "value": "Einstellungen importieren" + } + }, + "language": { + "select": { + "label": "Sprache", + "title": "Die Sprache dieser Erweiterung" + }, + "title": "Sprache" + }, + "miscellaneous": { + "features": { + "automaticTheaterMode": { + "label": "Automatischer Theatermodus", + "title": "Automatisch den Theatermodus aktivieren, wenn ein Video geladen wird" + }, + "automaticallyDisableAmbientMode": { + "label": "Ambient-Modus automatisch deaktivieren", + "title": "Deaktiviert automatisch den Ambient-Modus, wenn du ein Video lädst" + }, + "automaticallyDisableAutoPlay": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + }, + "automaticallyDisableClosedCaptions": { + "label": "Untertitel automatisch deaktivieren", + "title": "Deaktiviert automatisch Untertitel, wenn du ein Video lädst" + }, + "automaticallyEnableClosedCaptions": { + "label": "Untertitel automatisch aktivieren", + "title": "Aktiviert die Untertitel automatisch, wenn du ein Video lädst" + }, + "automaticallyMaximizePlayer": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + }, + "automaticallyShowMoreVideosOnEndScreen": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + }, + "copyTimestampUrlButton": { + "label": "Video-URL mit Zeitstempel kopieren", + "title": "Kopiert die Video-URL mit Zeitstempel (?t=123)" + }, + "defaultToOriginalAudioTrack": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + }, + "enableMarkAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Add a button to playlist items to mark videos as unwatched" + }, + "enableRemoveVideoButton": { + "label": "Remove video button", + "title": "Add a button to playlist items to remove videos from the playlist" + }, + "enableSaveToWatchLaterButton": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + }, + "hideArtificialIntelligenceSummary": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + }, + "hideEndScreenCards": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + }, + "hideEndScreenCardsButton": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + }, + "hideLiveStreamChat": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + }, + "hideMembersOnlyVideos": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + }, + "hideOfficialArtistVideosFromHomePage": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + }, + "hidePaidPromotionBanner": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + }, + "hidePlayables": { + "label": "Hide playables", + "title": "Hides all playables" + }, + "hideScrollbar": { + "label": "Scrollbar ausblenden", + "title": "Versteckt die Scrollleiste" + }, + "hideShorts": { + "label": "Shorts ausblenden", + "title": "Alle Shorts ausblenden" + }, + "hideSidebarRecommendedVideos": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + }, + "hideTranslateComment": { + "label": "Übersetzungs-Kommentar-Button ausblenden", + "title": "Versteckt die Schaltfläche \"In Sprache übersetzen\" unter Kommentaren" + }, + "loopButton": { + "label": "Dauerschleife-Button", + "title": "Adds a button to the feature menu to loop the video you're watching" + }, + "maximizePlayerButton": { + "label": "Player-Button maximieren", + "title": "Fügt dem Eigenschaftsmenü eine Schaltfläche hinzu, um den Video-Player zu maximieren" + }, + "openTranscriptButton": { + "label": "Transkript-Button", + "title": "Fügt eine Schaltfläche zum Feature-Menü hinzu, um das Protokoll des Videos zu öffnen, das du siehst" + }, + "openYouTubeSettingsOnHover": { + "label": "YouTube-Einstellungen beim Hover öffnen", + "title": "Öffnet die YouTube Einstellungen, wenn du über den Einstellungs-Button fährst" + }, + "pauseBackgroundPlayers": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + }, + "playlistRemover": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + }, + "remainingTime": { + "label": "Verbleibende Zeit", + "title": "Zeigt die verbleibende Zeit des Videos, das du siehst" + }, + "rememberLastVolume": { + "label": "Letzte Lautstärke merken", + "title": "Speichere die Lautstärke des letzten Videos, das du gesehen hast und setze es beim Öffnen eines neuen Videos" + }, + "removeRedirect": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + }, + "restoreFullscreenScrolling": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + }, + "shareShortener": { + "label": "YouTube Video Link kürzen", + "title": "Verkürzt den YouTube Video Link (youtu.be) indem si/Feature-Parameter entfernt wird" + }, + "shortsAutoScroll": { + "label": "Shorts automatisch scrollen", + "title": "Scrollen Sie automatisch im nächsten Short" + }, + "skipContinueWatching": { + "label": "Überspringe \"Video ist pausiert. Weiter ansehen?\"", + "title": "Überspringt den Leerlauf-Dialog, der die Videowiedergabe pausiert" + } + }, + "title": "Weitere Einstellungen" + }, + "onScreenDisplaySettings": { + "color": { + "label": "Farbe", + "options": { + "blue": "Blau", + "green": "Grün", + "orange": "Orange", + "pink": "Pink", + "purple": "Lila", + "red": "Rot", + "white": "Weiß", + "yellow": "Gelb" + }, + "title": "Farbe für den On-Screen Display wählen" + }, + "hide": { + "label": "Hide Delay", + "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" + }, + "opacity": { + "label": "Transparenz", + "title": "Die Transparenz der Bildschirmanzeige anpassen" + }, + "padding": { + "label": "Innenabstand", + "title": "Passe den Abstand rund um die Bildschirmanzeige in Pixeln an. Dies gilt speziell für die Bildschirmanzeige in den Ecken." + }, + "position": { + "label": "Position", + "options": { + "bottom_left": "Bottom Left", + "bottom_right": "Bottom Right", + "center": "Center", + "top_left": "Top Left", + "top_right": "Top Right" + }, + "title": "Select the position of the On-Screen Display" + }, + "title": "On-screen display settings", + "type": { + "label": "Type", + "options": { + "circle": "Kreis", + "line": "Balken", + "no_display": "No display", + "text": "Text" + }, + "title": "Select the type of On-Screen Display" + } + }, + "playbackSpeed": { + "enable": { + "label": "Erzwungene Wiedergabegeschwindigkeit", + "title": "Setzt die Videogeschwindigkeit auf das, was du unten wählst" + }, + "playbackSpeedButtons": { + "label": "Playback speed buttons", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + }, + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + }, + "select": { + "label": "Video Geschwindigkeit", + "title": "Die Geschwindigkeit auf die das Video gestellt wird" + }, + "title": "Wiedergabegeschwindigkeit Einstellungen" + }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + }, + "title": "Playlist length settings", + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } + } + }, + "playlistManagement": { + "features": { + "markAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + }, + "removeVideoButton": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + }, + "title": "Playlist management settings" + }, + "playlistManagementButtons": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + }, + "saveToWatchLaterButton": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + }, + "screenshotButton": { + "enable": { + "label": "Screenshot-Taste", + "title": "Fügt dem Player einen Button hinzu, um einen Screenshot des Videos zu machen" + }, + "saveAs": { + "both": "Both (File and Clipboard)", + "clipboard": "Zwischenablage", + "file": "Datei" + }, + "selectFormat": { + "label": "Screenshot-Format", + "title": "Das Format zum Speichern des Screenshots" + }, + "selectSaveAs": { + "label": "Screenshot-Speicherart", + "title": "Der Screenshot-Speichertyp" + }, + "title": "Screenshot-Einstellungen" + }, + "scrollWheelSpeedControl": { + "adjustmentSteps": { + "label": "Geschwindigkeitsänderung durch Mausrad", + "title": "Geschwindigkeitsänderung durch Mausrad anpassen" + }, + "enable": { + "label": "Scroll wheel speed control", + "title": "Drücken Sie eine Änderntaste, um die Lautstärkeregelung mit dem Mausrad zu aktivieren." + }, + "optionLabel": "{{KEY}} key", + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + }, + "title": "Scroll wheel speed control settings" + }, + "scrollWheelVolumeControl": { + "adjustmentSteps": { + "label": "Volume Change Per Scroll", + "title": "Adjust the volume change per scroll" + }, + "enable": { + "label": "Lautstärke durch Mausrad ändern", + "title": "Lässt dich das Scrollrad verwenden, um die Lautstärke des Videos zu steuern, das du siehst" + }, + "holdModifierKey": { + "enable": { + "label": "Aktivieren, wenn die Modifikator-Taste gedrückt wird", + "title": "Drücken Sie eine Modifikator-Taste, um die Lautstärkeregelung mit dem Scrollrad zu aktivieren." + }, + "optionLabel": "{{KEY}} Taste", + "select": { + "label": "Modifikator-Taste", + "title": "Die zu verwendende Modifikator-Taste" + } + }, + "holdRightClick": { + "enable": { + "label": "Aktivieren, wenn Rechtsklick gedrückt wird", + "title": "Rechtsklick gedrückt halten, um die Lautstärkeregelung des Scrollrades zu aktivieren" + } + }, + "title": "Lautstärke durch Mausrad ändern" + }, + "settingSearch": { + "placeholder": "Search for a setting" + }, + "videoHistory": { + "enable": { + "label": "Gesehene Videos protokollieren", + "title": "Hält den Überblick darüber, wo du aufgehört hast, wenn du Videos anschaust und aktiviert das Fortfahren der Wiedergabe" + }, + "resumeType": { + "select": { + "label": "Resume type", + "options": { + "automatic": "Automatic", + "prompt": "Prompt" + }, + "title": "Select how you want to resume videos" + } + }, + "title": "Video history settings" + }, + "volumeBoost": { + "boostAmount": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by" + }, + "enable": { + "label": "Lautstärken-Boost", + "title": "Enable volume boost" + }, + "mode": { + "select": { + "label": "Volume boost mode", + "options": { + "global": "Global", + "perVideo": "Per video" + }, + "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + } + }, + "title": "´Lautstärke-Boost Einstellungen" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Schlüssel", + "title": "Gib deinen YouTube Data API V3 Schlüssel ein." + }, + "title": "YouTube API V3 key" + }, + "youtubeDeepDark": { + "author": "Ersteller", + "co-authors": "Mitersteller", + "colors": { + "colorShadow": { + "label": "Schattenfarbe", + "title": "Farbe für Schatten" + }, + "dimmerText": { + "label": "Sekundäre Textfarbe", + "title": "Farbe für sekundären Text" + }, + "hoverBackground": { + "label": "Hintergrundfarbe beim Hovern", + "title": "Farbe für den Hintergrund beim Hovern" + }, + "mainBackground": { + "label": "Haupthintergrundfarbe", + "title": "Farbe für Haupthintergrund" + }, + "mainColor": { + "label": "Akzentfarbe", + "title": "Farbe für die Akzente" + }, + "mainText": { + "label": "Haupttextfarbe", + "title": "Farbe für Haupttext" + }, + "secondBackground": { + "label": "Sekundäre Hintergrundfarbe", + "title": "Farbe für sekundären Hintergrund" + } + }, + "enable": { + "label": "Deep Dark Theme", + "title": "Activate the selected theme for the page" + }, + "select": { + "label": "Theme auswählen", + "title": "Wählen Sie ein Theme aus, das auf die Seite angewendet werden soll" + }, + "title": "YouTube deep dark settings" + } + } + } } From 32209de54f3d46e168ccaa8f8b133af12d3722ac Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 6 Dec 2025 02:11:35 -0500 Subject: [PATCH 1372/1783] New translations en-us.json (Hebrew) --- public/locales/he-IL.json | 1406 +++++++++++++++++++------------------ 1 file changed, 705 insertions(+), 701 deletions(-) diff --git a/public/locales/he-IL.json b/public/locales/he-IL.json index cb8256ed1..f89d08170 100644 --- a/public/locales/he-IL.json +++ b/public/locales/he-IL.json @@ -1,703 +1,707 @@ { - "langCode": "he-IL", - "langName": "עברית", - "messages": { - "resumingVideo": "Resuming video at {{VIDEO_TIME}}", - "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "Copied!", - "label": "Copy video URL with timestamp" - } - }, - "featureMenu": { - "button": { - "label": "Feature menu" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "Fast forward by {{TIME}}" - }, - "rewindButton": { - "label": "Rewind by {{TIME}}" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "Hide end screen cards", - "toggle": { - "off": "Show end screen cards", - "on": "Hide end screen cards" - } - } - }, - "loopButton": { - "button": { - "label": "Loop", - "toggle": { - "off": "Loop off", - "on": "Loop on" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "Maximize", - "toggle": { - "off": "Maximize off", - "on": "Maximize on" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Open transcript" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Decrease Speed to {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Increase Speed to {{SPEED}}" - } - }, - "decreaseLimit": "Can't decrease further ({{SPEED}})", - "increaseLimit": "Can't increase further ({{SPEED}})" - }, - "playlistLength": { - "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." - }, - "screenshotButton": { - "button": { - "label": "Screenshot" - }, - "copiedToClipboard": "Screenshot copied to clipboard" - }, - "videoHistory": { - "resumeButton": "Resume", - "resumePrompt": { - "close": "Close" - } - }, - "volumeBoostButton": { - "button": { - "label": "Volume Boost", - "toggle": { - "off": "Volume boost off", - "on": "Volume boost on" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", - "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." - } - } - }, - "info": { - "reset": "All options have been reset to their default values.\nYou can now save the changes by clicking the \"Confirm\" button or discard them by closing this page or ignore this notification." - }, - "success": { - "saved": "Options saved." - } - } - } - }, - "settings": { - "clearData": { - "allDataDeleted": "All data has been deleted.", - "confirmAlert": "This will delete all extension data related to options. Continue?" - }, - "optionDisabled": { - "either": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " or " - }, - "plural": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " and " - }, - "singular": "Enable '{{OPTION}}' to configure this option", - "specificOption": { - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" - } - }, - "scrollForMoreSettings": "Scroll for more settings", - "sections": { - "automaticQuality": { - "enable": { - "label": "Automatic quality adjustment", - "title": "Automatically adjusts the video quality to the selected level." - }, - "fallbackQualityStrategy": { - "select": { - "label": "Quality fallback strategy", - "options": { - "higher": "Higher", - "lower": "Lower" - }, - "title": "The strategy to use when the selected quality is not available" - } - }, - "select": { - "label": "Player quality", - "title": "The quality to set the video to" - }, - "title": "Automatic quality settings" - }, - "bottomButtons": { - "clear": { - "title": "Clears all data this extension has stored on your machine", - "value": "Clear Data" - }, - "confirm": { - "title": "Confirm setting reset", - "value": "Confirm" - }, - "openTab": { - "title": "Open extension settings in a new tab" - }, - "reset": { - "title": "Resets all settings to their defaults, Click the confirm button to save the changes", - "value": "Reset" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "Copy video URL with timestamp button", - "decreasePlaybackSpeedButton": "Decrease Speed button", - "forwardButton": "Fast Forward button", - "hideEndScreenCardsButton": "Hide end screen cards button", - "increasePlaybackSpeedButton": "Increase Speed button", - "loopButton": "Loop button", - "maximizePlayerButton": "Maximize button", - "openTranscriptButton": "Open Transcript button", - "rewindButton": "Rewind button", - "screenshotButton": "Screenshot button", - "volumeBoostButton": "Volume Boost button" - }, - "options": { - "below_player": { - "placement": "below the player controls", - "value": "Below Player" - }, - "feature_menu": { - "placement": "in the feature menu", - "value": "Feature Menu" - }, - "player_controls_left": { - "placement": "on the left side of player controls", - "value": "Left Controls" - }, - "player_controls_right": { - "placement": "on the right side of player controls", - "value": "Right Controls" - } - }, - "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" - }, - "title": "Button placement settings" - }, - "customCSS": { - "editor": { - "collapse": "Collapse Editor", - "expand": "Expand Editor", - "noProblems": "No problems found." - }, - "enable": { - "label": "Custom CSS", - "title": "Enables custom CSS to be applied to the page" - }, - "title": "Custom CSS settings" - }, - "featureMenu": { - "openType": { - "select": { - "label": "Menu Activation Type", - "options": { - "click": "Click", - "hover": "Hover" - }, - "title": "Select the method to activate the feature menu" - }, - "title": "Feature menu settings" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "Forward/rewind buttons", - "title": "Adds forward and rewind buttons to the video player" - }, - "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" - }, - "title": "Forward/rewind button settings" - }, - "importExportSettings": { - "exportButton": { - "success": "Settings successfully exported", - "title": "Export settings to a JSON file", - "value": "Export Settings" - }, - "importButton": { - "error": { - "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", - "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" - }, - "success": "Settings imported successfully", - "title": "Import settings from a JSON file", - "value": "Import Settings" - } - }, - "language": { - "select": { - "label": "Language", - "title": "The language to use for the extension" - }, - "title": "Language" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "Automatic theater mode", - "title": "Automatically enables theater mode when you load a video" - }, - "automaticallyDisableAmbientMode": { - "label": "Automatically disable ambient mode", - "title": "Automatically disables ambient mode when you load a video" - }, - "automaticallyDisableClosedCaptions": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" - }, - "automaticallyEnableClosedCaptions": { - "label": "Automatically enable closed captions", - "title": "Automatically enables closed captions when you load a video" - }, - "automaticallyMaximizePlayer": { - "label": "Automatically maximize player", - "title": "Automatically maximizes the player when you load a video" - }, - "automaticallyShowMoreVideosOnEndScreen": { - "label": "Automatically show more videos on end screen", - "title": "Automatically shows more videos on end screen when you load a video" - }, - "copyTimestampUrlButton": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" - }, - "defaultToOriginalAudioTrack": { - "label": "Default to original audio track", - "title": "Always default to the original audio track" - }, - "enableMarkAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Add a button to playlist items to mark videos as unwatched" - }, - "enableRemoveVideoButton": { - "label": "Remove video button", - "title": "Add a button to playlist items to remove videos from the playlist" - }, - "enableSaveToWatchLaterButton": { - "label": "Enable save to Watch Later button", - "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" - }, - "hideArtificialIntelligenceSummary": { - "label": "Hide AI summary", - "title": "Hides the artificial intelligence summary below videos" - }, - "hideEndScreenCards": { - "label": "Hide end screen cards", - "title": "Hides the cards at the end of the video" - }, - "hideEndScreenCardsButton": { - "label": "Hide end screen cards button", - "title": "Adds a button to show/hide the cards at the end of the video" - }, - "hideLiveStreamChat": { - "label": "Hide live stream chat", - "title": "Hides the live stream chat" - }, - "hideMembersOnlyVideos": { - "label": "Hide members-only videos", - "title": "Hides videos that are only visible to members" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" - }, - "hidePaidPromotionBanner": { - "label": "Hide paid promotion banner", - "title": "Hides the banner that appears when you watch a video that has a paid promotion" - }, - "hidePlayables": { - "label": "Hide playables", - "title": "Hides all playables" - }, - "hideScrollbar": { - "label": "Hide scrollbar", - "title": "Hides the pages scrollbar" - }, - "hideShorts": { - "label": "Hide shorts", - "title": "Hides all shorts" - }, - "hideSidebarRecommendedVideos": { - "label": "Hide recommended videos", - "title": "Hides the sidebar that recommends videos" - }, - "hideTranslateComment": { - "label": "Hide translate comment button", - "title": "Hides 'Translate to Language' button under comments" - }, - "loopButton": { - "label": "Loop button", - "title": "Adds a button to the feature menu to loop the video you're watching" - }, - "maximizePlayerButton": { - "label": "Maximize player button", - "title": "Adds a button to the feature menu to maximize the player" - }, - "openTranscriptButton": { - "label": "Open transcript button", - "title": "Adds a button to the feature menu to open the transcript of the video you're watching" - }, - "openYouTubeSettingsOnHover": { - "label": "Open YouTube settings on hover", - "title": "Opens the YouTube settings menu when you hover over the settings button" - }, - "pauseBackgroundPlayers": { - "label": "Pause background players", - "title": "Pauses video players in background tabs when you start a new player in foreground tab" - }, - "playlistRemover": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" - }, - "remainingTime": { - "label": "Remaining time", - "title": "Shows the remaining time of the video you're watching" - }, - "rememberLastVolume": { - "label": "Remember last volume", - "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" - }, - "removeRedirect": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" - }, - "restoreFullscreenScrolling": { - "label": "Restore fullscreen scrolling", - "title": "Restores scrolling in fullscreen mode" - }, - "shareShortener": { - "label": "Shorten YouTube video share link", - "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" - }, - "shortsAutoScroll": { - "label": "Shorts auto scroll", - "title": "Automatically scrolls to the next short" - }, - "skipContinueWatching": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" - } - }, - "title": "Miscellaneous settings" - }, - "onScreenDisplaySettings": { - "color": { - "label": "Color", - "options": { - "blue": "Blue", - "green": "Green", - "orange": "Orange", - "pink": "Pink", - "purple": "Purple", - "red": "Red", - "white": "White", - "yellow": "Yellow" - }, - "title": "Select the color for the On-Screen Display" - }, - "hide": { - "label": "Hide Delay", - "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" - }, - "opacity": { - "label": "Opacity", - "title": "Adjust the transparency of the On-Screen Display" - }, - "padding": { - "label": "Padding", - "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." - }, - "position": { - "label": "Position", - "options": { - "bottom_left": "Bottom Left", - "bottom_right": "Bottom Right", - "center": "Center", - "top_left": "Top Left", - "top_right": "Top Right" - }, - "title": "Select the position of the On-Screen Display" - }, - "title": "On-screen display settings", - "type": { - "label": "Type", - "options": { - "circle": "Circle", - "line": "Line", - "no_display": "No display", - "text": "Text" - }, - "title": "Select the type of On-Screen Display" - } - }, - "playbackSpeed": { - "enable": { - "label": "Forced playback speed", - "title": "Sets the video speed to what you choose below" - }, - "playbackSpeedButtons": { - "label": "Playback speed buttons", - "select": { - "label": "Playback buttons speed", - "title": "Amount of speed to be changed per click" - }, - "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" - }, - "select": { - "label": "Player speed", - "title": "The speed to set the video to" - }, - "title": "Playback speed settings" - }, - "playlistLength": { - "enable": { - "label": "Display playlist length information", - "title": "Shows the total length of the playlist, how much has been watched, and how much remains." - }, - "title": "Playlist length settings", - "wayToGetLength": { - "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "Method to get watched time", - "options": { - "duration": "Video Length", - "youtube": "Video Watch Time" - }, - "title": "The way to get the amount of time watched (Video Length type only used on watch page)" - } - } - }, - "playlistManagement": { - "features": { - "markAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - }, - "removeVideoButton": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - } - }, - "title": "Playlist management settings" - }, - "playlistManagementButtons": { - "failedToMarkAsUnwatched": "Failed to mark video as unwatched", - "failedToRemoveVideo": "Failed to remove video", - "markAsUnwatched": "Mark as unwatched", - "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "Remove video", - "removingVideo": "Removing video…" - }, - "saveToWatchLaterButton": { - "failedToSaveVideo": "Failed to save video to Watch Later", - "saveVideo": "Save to Watch Later", - "savingVideo": "Saving to Watch Later…" - }, - "screenshotButton": { - "enable": { - "label": "Screenshot button", - "title": "Adds a button to the player to take a screenshot of the video" - }, - "saveAs": { - "clipboard": "Clipboard", - "file": "File", - "both": "Both (File and Clipboard)" - }, - "selectFormat": { - "label": "Screenshot format", - "title": "The format to save the screenshot in" - }, - "selectSaveAs": { - "label": "Screenshot save type", - "title": "The screenshot save type" - }, - "title": "Screenshot settings" - }, - "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "Speed Change Per Scroll", - "title": "Adjust the speed change per scroll" - }, - "enable": { - "label": "Scroll wheel speed control", - "title": "Press a modifier key to enable speed adjustment with the scroll wheel." - }, - "optionLabel": "{{KEY}} key", - "select": { - "label": "Modifier key", - "title": "The modifier key to use" - }, - "title": "Scroll wheel speed control settings" - }, - "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "Volume Change Per Scroll", - "title": "Adjust the volume change per scroll" - }, - "enable": { - "label": "Scroll wheel volume control", - "title": "Lets you use the scroll wheel to control the volume of the video you're watching" - }, - "holdModifierKey": { - "enable": { - "label": "When holding modifier key", - "title": "Press a modifier key to enable volume adjustment with the scroll wheel." - }, - "optionLabel": "{{KEY}} key", - "select": { - "label": "Modifier key", - "title": "The modifier key to use" - } - }, - "holdRightClick": { - "enable": { - "label": "When holding right click", - "title": "Hold right click to enable scroll wheel volume control" - } - }, - "title": "Scroll wheel volume control settings" - }, - "settingSearch": { - "placeholder": "Search for a setting" - }, - "videoHistory": { - "enable": { - "label": "Track watched videos", - "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" - }, - "resumeType": { - "select": { - "label": "Resume type", - "options": { - "automatic": "Automatic", - "prompt": "Prompt" - }, - "title": "Select how you want to resume videos" - } - }, - "title": "Video history settings" - }, - "volumeBoost": { - "boostAmount": { - "label": "Volume boost amount (dB)", - "title": "The amount to boost the volume by" - }, - "enable": { - "label": "Volume boost", - "title": "Enable volume boost" - }, - "mode": { - "select": { - "label": "Volume boost mode", - "options": { - "global": "Global", - "perVideo": "Per video" - }, - "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." - } - }, - "title": "Volume boost settings" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "You can get one from here", - "input": { - "label": "API Key", - "title": "Enter your Youtube Data API V3 key." - }, - "title": "YouTube API V3 key" - }, - "youtubeDeepDark": { - "author": "Author", - "co-authors": "Co-authors", - "colors": { - "colorShadow": { - "label": "Shadow color", - "title": "Color for shadows" - }, - "dimmerText": { - "label": "Secondary text color", - "title": "Color for secondary text" - }, - "hoverBackground": { - "label": "Hover background color", - "title": "Color for hover background" - }, - "mainBackground": { - "label": "Main background color", - "title": "Color for main background" - }, - "mainColor": { - "label": "Accent color", - "title": "Color for accent" - }, - "mainText": { - "label": "Main text color", - "title": "Color for main text" - }, - "secondBackground": { - "label": "Secondary background color", - "title": "Color for secondary background" - } - }, - "enable": { - "label": "Deep Dark Theme", - "title": "Activate the selected theme for the page" - }, - "select": { - "label": "Select theme", - "title": "Select a theme to be applied to the page" - }, - "title": "YouTube deep dark settings" - } - } - } + "langCode": "he-IL", + "langName": "עברית", + "messages": { + "resumingVideo": "Resuming video at {{VIDEO_TIME}}", + "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "Copied!", + "label": "Copy video URL with timestamp" + } + }, + "featureMenu": { + "button": { + "label": "Feature menu" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Fast forward by {{TIME}}" + }, + "rewindButton": { + "label": "Rewind by {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Hide end screen cards", + "toggle": { + "off": "Show end screen cards", + "on": "Hide end screen cards" + } + } + }, + "loopButton": { + "button": { + "label": "Loop", + "toggle": { + "off": "Loop off", + "on": "Loop on" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "Maximize", + "toggle": { + "off": "Maximize off", + "on": "Maximize on" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Open transcript" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Decrease Speed to {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Increase Speed to {{SPEED}}" + } + }, + "decreaseLimit": "Can't decrease further ({{SPEED}})", + "increaseLimit": "Can't increase further ({{SPEED}})" + }, + "playlistLength": { + "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + }, + "screenshotButton": { + "button": { + "label": "Screenshot" + }, + "copiedToClipboard": "Screenshot copied to clipboard" + }, + "videoHistory": { + "resumeButton": "Resume", + "resumePrompt": { + "close": "Close" + } + }, + "volumeBoostButton": { + "button": { + "label": "Volume Boost", + "toggle": { + "off": "Volume boost off", + "on": "Volume boost on" + } + } + } + } + }, + "options": { + "notifications": { + "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", + "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." + } + } + }, + "info": { + "reset": "All options have been reset to their default values.\nYou can now save the changes by clicking the \"Confirm\" button or discard them by closing this page or ignore this notification." + }, + "success": { + "saved": "Options saved." + } + } + } + }, + "settings": { + "clearData": { + "allDataDeleted": "All data has been deleted.", + "confirmAlert": "This will delete all extension data related to options. Continue?" + }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "scrollForMoreSettings": "Scroll for more settings", + "sections": { + "automaticQuality": { + "enable": { + "label": "Automatic quality adjustment", + "title": "Automatically adjusts the video quality to the selected level." + }, + "fallbackQualityStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + }, + "select": { + "label": "Player quality", + "title": "The quality to set the video to" + }, + "title": "Automatic quality settings" + }, + "bottomButtons": { + "clear": { + "title": "Clears all data this extension has stored on your machine", + "value": "Clear Data" + }, + "confirm": { + "title": "Confirm setting reset", + "value": "Confirm" + }, + "openTab": { + "title": "Open extension settings in a new tab" + }, + "reset": { + "title": "Resets all settings to their defaults, Click the confirm button to save the changes", + "value": "Reset" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Copy video URL with timestamp button", + "decreasePlaybackSpeedButton": "Decrease Speed button", + "forwardButton": "Fast Forward button", + "hideEndScreenCardsButton": "Hide end screen cards button", + "increasePlaybackSpeedButton": "Increase Speed button", + "loopButton": "Loop button", + "maximizePlayerButton": "Maximize button", + "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind button", + "screenshotButton": "Screenshot button", + "volumeBoostButton": "Volume Boost button" + }, + "options": { + "below_player": { + "placement": "below the player controls", + "value": "Below Player" + }, + "feature_menu": { + "placement": "in the feature menu", + "value": "Feature Menu" + }, + "player_controls_left": { + "placement": "on the left side of player controls", + "value": "Left Controls" + }, + "player_controls_right": { + "placement": "on the right side of player controls", + "value": "Right Controls" + } + }, + "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Button placement settings" + }, + "customCSS": { + "editor": { + "collapse": "Collapse Editor", + "expand": "Expand Editor", + "noProblems": "No problems found." + }, + "enable": { + "label": "Custom CSS", + "title": "Enables custom CSS to be applied to the page" + }, + "title": "Custom CSS settings" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Menu Activation Type", + "options": { + "click": "Click", + "hover": "Hover" + }, + "title": "Select the method to activate the feature menu" + }, + "title": "Feature menu settings" + } + }, + "forwardRewindButtons": { + "enable": { + "label": "Forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + }, + "title": "Forward/rewind button settings" + }, + "importExportSettings": { + "exportButton": { + "success": "Settings successfully exported", + "title": "Export settings to a JSON file", + "value": "Export Settings" + }, + "importButton": { + "error": { + "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", + "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" + }, + "success": "Settings imported successfully", + "title": "Import settings from a JSON file", + "value": "Import Settings" + } + }, + "language": { + "select": { + "label": "Language", + "title": "The language to use for the extension" + }, + "title": "Language" + }, + "miscellaneous": { + "features": { + "automaticTheaterMode": { + "label": "Automatic theater mode", + "title": "Automatically enables theater mode when you load a video" + }, + "automaticallyDisableAmbientMode": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + }, + "automaticallyDisableAutoPlay": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + }, + "automaticallyDisableClosedCaptions": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + }, + "automaticallyEnableClosedCaptions": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + }, + "automaticallyMaximizePlayer": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + }, + "automaticallyShowMoreVideosOnEndScreen": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + }, + "copyTimestampUrlButton": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + }, + "defaultToOriginalAudioTrack": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + }, + "enableMarkAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Add a button to playlist items to mark videos as unwatched" + }, + "enableRemoveVideoButton": { + "label": "Remove video button", + "title": "Add a button to playlist items to remove videos from the playlist" + }, + "enableSaveToWatchLaterButton": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + }, + "hideArtificialIntelligenceSummary": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + }, + "hideEndScreenCards": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + }, + "hideEndScreenCardsButton": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + }, + "hideLiveStreamChat": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + }, + "hideMembersOnlyVideos": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + }, + "hideOfficialArtistVideosFromHomePage": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + }, + "hidePaidPromotionBanner": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + }, + "hidePlayables": { + "label": "Hide playables", + "title": "Hides all playables" + }, + "hideScrollbar": { + "label": "Hide scrollbar", + "title": "Hides the pages scrollbar" + }, + "hideShorts": { + "label": "Hide shorts", + "title": "Hides all shorts" + }, + "hideSidebarRecommendedVideos": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + }, + "hideTranslateComment": { + "label": "Hide translate comment button", + "title": "Hides 'Translate to Language' button under comments" + }, + "loopButton": { + "label": "Loop button", + "title": "Adds a button to the feature menu to loop the video you're watching" + }, + "maximizePlayerButton": { + "label": "Maximize player button", + "title": "Adds a button to the feature menu to maximize the player" + }, + "openTranscriptButton": { + "label": "Open transcript button", + "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + }, + "openYouTubeSettingsOnHover": { + "label": "Open YouTube settings on hover", + "title": "Opens the YouTube settings menu when you hover over the settings button" + }, + "pauseBackgroundPlayers": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + }, + "playlistRemover": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + }, + "remainingTime": { + "label": "Remaining time", + "title": "Shows the remaining time of the video you're watching" + }, + "rememberLastVolume": { + "label": "Remember last volume", + "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + }, + "removeRedirect": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + }, + "restoreFullscreenScrolling": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + }, + "shareShortener": { + "label": "Shorten YouTube video share link", + "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + }, + "shortsAutoScroll": { + "label": "Shorts auto scroll", + "title": "Automatically scrolls to the next short" + }, + "skipContinueWatching": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + } + }, + "title": "Miscellaneous settings" + }, + "onScreenDisplaySettings": { + "color": { + "label": "Color", + "options": { + "blue": "Blue", + "green": "Green", + "orange": "Orange", + "pink": "Pink", + "purple": "Purple", + "red": "Red", + "white": "White", + "yellow": "Yellow" + }, + "title": "Select the color for the On-Screen Display" + }, + "hide": { + "label": "Hide Delay", + "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" + }, + "opacity": { + "label": "Opacity", + "title": "Adjust the transparency of the On-Screen Display" + }, + "padding": { + "label": "Padding", + "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." + }, + "position": { + "label": "Position", + "options": { + "bottom_left": "Bottom Left", + "bottom_right": "Bottom Right", + "center": "Center", + "top_left": "Top Left", + "top_right": "Top Right" + }, + "title": "Select the position of the On-Screen Display" + }, + "title": "On-screen display settings", + "type": { + "label": "Type", + "options": { + "circle": "Circle", + "line": "Line", + "no_display": "No display", + "text": "Text" + }, + "title": "Select the type of On-Screen Display" + } + }, + "playbackSpeed": { + "enable": { + "label": "Forced playback speed", + "title": "Sets the video speed to what you choose below" + }, + "playbackSpeedButtons": { + "label": "Playback speed buttons", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + }, + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + }, + "select": { + "label": "Player speed", + "title": "The speed to set the video to" + }, + "title": "Playback speed settings" + }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + }, + "title": "Playlist length settings", + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } + } + }, + "playlistManagement": { + "features": { + "markAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + }, + "removeVideoButton": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + }, + "title": "Playlist management settings" + }, + "playlistManagementButtons": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + }, + "saveToWatchLaterButton": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + }, + "screenshotButton": { + "enable": { + "label": "Screenshot button", + "title": "Adds a button to the player to take a screenshot of the video" + }, + "saveAs": { + "both": "Both (File and Clipboard)", + "clipboard": "Clipboard", + "file": "File" + }, + "selectFormat": { + "label": "Screenshot format", + "title": "The format to save the screenshot in" + }, + "selectSaveAs": { + "label": "Screenshot save type", + "title": "The screenshot save type" + }, + "title": "Screenshot settings" + }, + "scrollWheelSpeedControl": { + "adjustmentSteps": { + "label": "Speed Change Per Scroll", + "title": "Adjust the speed change per scroll" + }, + "enable": { + "label": "Scroll wheel speed control", + "title": "Press a modifier key to enable speed adjustment with the scroll wheel." + }, + "optionLabel": "{{KEY}} key", + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + }, + "title": "Scroll wheel speed control settings" + }, + "scrollWheelVolumeControl": { + "adjustmentSteps": { + "label": "Volume Change Per Scroll", + "title": "Adjust the volume change per scroll" + }, + "enable": { + "label": "Scroll wheel volume control", + "title": "Lets you use the scroll wheel to control the volume of the video you're watching" + }, + "holdModifierKey": { + "enable": { + "label": "When holding modifier key", + "title": "Press a modifier key to enable volume adjustment with the scroll wheel." + }, + "optionLabel": "{{KEY}} key", + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + } + }, + "holdRightClick": { + "enable": { + "label": "When holding right click", + "title": "Hold right click to enable scroll wheel volume control" + } + }, + "title": "Scroll wheel volume control settings" + }, + "settingSearch": { + "placeholder": "Search for a setting" + }, + "videoHistory": { + "enable": { + "label": "Track watched videos", + "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" + }, + "resumeType": { + "select": { + "label": "Resume type", + "options": { + "automatic": "Automatic", + "prompt": "Prompt" + }, + "title": "Select how you want to resume videos" + } + }, + "title": "Video history settings" + }, + "volumeBoost": { + "boostAmount": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by" + }, + "enable": { + "label": "Volume boost", + "title": "Enable volume boost" + }, + "mode": { + "select": { + "label": "Volume boost mode", + "options": { + "global": "Global", + "perVideo": "Per video" + }, + "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + } + }, + "title": "Volume boost settings" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Key", + "title": "Enter your Youtube Data API V3 key." + }, + "title": "YouTube API V3 key" + }, + "youtubeDeepDark": { + "author": "Author", + "co-authors": "Co-authors", + "colors": { + "colorShadow": { + "label": "Shadow color", + "title": "Color for shadows" + }, + "dimmerText": { + "label": "Secondary text color", + "title": "Color for secondary text" + }, + "hoverBackground": { + "label": "Hover background color", + "title": "Color for hover background" + }, + "mainBackground": { + "label": "Main background color", + "title": "Color for main background" + }, + "mainColor": { + "label": "Accent color", + "title": "Color for accent" + }, + "mainText": { + "label": "Main text color", + "title": "Color for main text" + }, + "secondBackground": { + "label": "Secondary background color", + "title": "Color for secondary background" + } + }, + "enable": { + "label": "Deep Dark Theme", + "title": "Activate the selected theme for the page" + }, + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + }, + "title": "YouTube deep dark settings" + } + } + } } From fa38b66f237436c15037ba5111079e4fd7158f1a Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 6 Dec 2025 02:11:36 -0500 Subject: [PATCH 1373/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 1406 +++++++++++++++++++------------------ 1 file changed, 705 insertions(+), 701 deletions(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index e98f5c0e4..b2a9d707f 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -1,703 +1,707 @@ { - "langCode": "it-IT", - "langName": "Italiano", - "messages": { - "resumingVideo": "Video a {{VIDEO_TIME}} in ripresa", - "settingVolume": "Impostazione aumento volume a {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "Copiato!", - "label": "Copia URL video con temporizzazione" - } - }, - "featureMenu": { - "button": { - "label": "Menu' funzioni" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "Avanti veloce di {{TIME}}" - }, - "rewindButton": { - "label": "Riavvolgi di {{TIME}}" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "Nascondi le schede finali", - "toggle": { - "off": "Mostra le schede finali", - "on": "Nascondi le schede finali" - } - } - }, - "loopButton": { - "button": { - "label": "Ripeti", - "toggle": { - "off": "Ripetizione NO", - "on": "Ripetizione SÌ" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "Ingrandisci", - "toggle": { - "off": "Massimizza NO", - "on": "Massimizza SÌ" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Apri trascrizione" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Diminuisci velocità di {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Aumenta velocità di {{SPEED}}" - } - }, - "decreaseLimit": "Impossibile diminuire ulteriormente ({{SPEED}})", - "increaseLimit": "Impossibile aumentare ulteriormente ({{SPEED}})" - }, - "playlistLength": { - "title": "La lunghezza totale può non essere accurata se alcuni video sono nascosti o se non hai caricato abbastanza video per ottenere la lunghezza completa." - }, - "screenshotButton": { - "button": { - "label": "Schermata" - }, - "copiedToClipboard": "Schermata copiata negli Appunti" - }, - "videoHistory": { - "resumeButton": "Riprendi", - "resumePrompt": { - "close": "Chiudi" - } - }, - "volumeBoostButton": { - "button": { - "label": "Aumento volume", - "toggle": { - "off": "Aumento volume NO", - "on": "Aumento volume SÌ" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "optionConflict": "Questa opzione non può essere abilitata mentre '{{OPTION}}' è abilitato.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "Il tasto per modificare la velocità della rotellina del mouse non può essere lo stesso che modifica il volume con la rotellina del mouse.", - "volumeControl": "Il tasto che modifica il volume con la rotellina del mouse non può essere lo stesso che modifica la velocità della rotellina del mouse." - } - } - }, - "info": { - "reset": "Le opzioni sono state reimpostate ai valori predefiniti.\nPuoi salvare le modifiche cliccando il pulsante \"Conferma\" o scartarle chiudendo la pagina oppure ignorando questa notifica." - }, - "success": { - "saved": "Opzioni salvate." - } - } - } - }, - "settings": { - "clearData": { - "allDataDeleted": "Tutti i dati sono stati eliminati.", - "confirmAlert": "Questo eliminerà tutti i dati delle estensioni relativi alle opzioni. Continuare?" - }, - "optionDisabled": { - "either": { - "label": "Abilita {{OPTIONS}} per configurare questa opzione", - "separator": " o " - }, - "plural": { - "label": "Abilita {{OPTIONS}} per configurare questa opzione", - "separator": " e " - }, - "singular": "Abilita '{{OPTION}}' per configurare questa opzione", - "specificOption": { - "featureMenu": "Configura almeno un pulsante da posizionare nel menu' delle funzioni per configurare questa opzione.", - "screenshotButtonFileFormat": "Imposta il tipo di salvataggio della schermata su 'File' o 'Entrambi' per configurare questa opzione" - } - }, - "scrollForMoreSettings": "Scorri per altre impostazioni", - "sections": { - "automaticQuality": { - "enable": { - "label": "Regolazione automatica qualità", - "title": "Regola automaticamente la qualità video al livello selezionato." - }, - "fallbackQualityStrategy": { - "select": { - "label": "Strategia ripiego qualità", - "options": { - "higher": "Più alta", - "lower": "Più bassa" - }, - "title": "La strategia da usare quando la qualità selezionata non è disponibile" - } - }, - "select": { - "label": "Qualità riproduttore", - "title": "La qualità alla quale impostare il video" - }, - "title": "Impostazioni qualità automatiche" - }, - "bottomButtons": { - "clear": { - "title": "Cancella tutti i dati che questa estensione ha memorizzato sulla tua macchina", - "value": "Cancella dati" - }, - "confirm": { - "title": "Conferma ripristino impostazioni", - "value": "Conferma" - }, - "openTab": { - "title": "Apri impostazioni estensione in una nuova scheda" - }, - "reset": { - "title": "Reimposta le impostazioni ai valori predefiniti, clicca il pulsante di conferma per salvare le modifiche", - "value": "Reimposta" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "Pulsante \"Copia URL video con temporizzazione\"", - "decreasePlaybackSpeedButton": "Pulsante Riduci velocità", - "forwardButton": "Pulsante Avanti veloce", - "hideEndScreenCardsButton": "Pulsante Nascondi schede finali", - "increasePlaybackSpeedButton": "Pulsante Aumenta velocità", - "loopButton": "Pulsante Ripeti", - "maximizePlayerButton": "Pulsante Massimizza", - "openTranscriptButton": "Pulsante Apri trascrizione", - "rewindButton": "Pulsante Riavvolgi", - "screenshotButton": "Pulsante Schermata", - "volumeBoostButton": "Pulsante Aumento volume" - }, - "options": { - "below_player": { - "placement": "sotto i controlli del riproduttore", - "value": "Sotto il riproduttore" - }, - "feature_menu": { - "placement": "nel menu' delle funzioni", - "value": "Menu' funzioni" - }, - "player_controls_left": { - "placement": "alla sinistra dei controlli di riproduzione", - "value": "A sinistra" - }, - "player_controls_right": { - "placement": "alla destra dei controlli di riproduzione", - "value": "A destra" - } - }, - "title": "Posiziona {{BUTTON_NAME}} {{PLACEMENT}}" - }, - "title": "Impostazioni posizione pulsanti" - }, - "customCSS": { - "editor": { - "collapse": "Comprimi editor", - "expand": "Espandi editor", - "noProblems": "Nessun problema trovato." - }, - "enable": { - "label": "Abilita CSS personalizzato", - "title": "Abilita il CSS personalizzato da applicare alla pagina" - }, - "title": "Impostazioni CSS personalizzate" - }, - "featureMenu": { - "openType": { - "select": { - "label": "Tipo attivazione menu'", - "options": { - "click": "Clic", - "hover": "Sorvola" - }, - "title": "Seleziona il metodo per attivare il menu' funzioni" - }, - "title": "Impostazioni menu' funzioni" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "Abilita pulsanti avanti/riavvolgi", - "title": "Aggiunge i pulsanti avanti e riavvolgi al riproduttore video" - }, - "time": { - "label": "Tempo avanzamento/riavvolgimento", - "title": "Il periodo di tempo da usare per avanzare/riavvolgere il video" - }, - "title": "Impostazioni pulsante Avanti / Riavvolgi" - }, - "importExportSettings": { - "exportButton": { - "success": "Impostazioni esportate correttamente", - "title": "Esporta impostazioni in un file JSON", - "value": "Esporta impostazioni" - }, - "importButton": { - "error": { - "unknown": "Errore nell'importazione delle impostazioni. Controllare il formato del file.\nSi è verificato un errore sconosciuto.", - "validation": "Errore nell'importazione delle impostazioni. Controllare il formato del file.\n{{ERROR_MESSAGE}}" - }, - "success": "Impostazioni importate correttamente", - "title": "Importa impostazioni da un file JSON", - "value": "Importa impostazioni" - } - }, - "language": { - "select": { - "label": "Lingua", - "title": "La lingua da usare per l'estensione" - }, - "title": "Lingua" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "Modalità teatro automatica", - "title": "Attiva automaticamente la modalità teatro quando carichi un video" - }, - "automaticallyDisableAmbientMode": { - "label": "Disabilita automaticamente la modalità ambiente", - "title": "Disabilita automaticamente la modalità ambiente quando si carica un video" - }, - "automaticallyDisableClosedCaptions": { - "label": "Disabilita automaticamente le didascalie chiuse", - "title": "Disabilita automaticamente le didascalie chiuse quando si carica un video" - }, - "automaticallyEnableClosedCaptions": { - "label": "Abilita automaticamente le didascalie chiuse", - "title": "Abilita automaticamente le didascalie chiuse quando si carica un video" - }, - "automaticallyMaximizePlayer": { - "label": "Massimizza automaticamente il riproduttore", - "title": "Massimizza automaticamente il riproduttore quando carichi un video" - }, - "automaticallyShowMoreVideosOnEndScreen": { - "label": "Mostra automaticamente altri video sulla schermata finale", - "title": "Mostra automaticamente più video sulla schermata finale quando si carica un video" - }, - "copyTimestampUrlButton": { - "label": "Pulsante \"Copia URL video con temporizzazione\"", - "title": "Copia l'URL del video con la temporizzazione (?t=123)" - }, - "defaultToOriginalAudioTrack": { - "label": "Traccia audio originale predefinita", - "title": "Traccia audio originale sempre predefinita" - }, - "enableMarkAsUnwatchedButton": { - "label": "Marca come pulsante non visto", - "title": "Aggiungi un pulsante alle voci della lista riproduzioni per contrassegnare i video come non visti" - }, - "enableRemoveVideoButton": { - "label": "Rimuovi pulsante video", - "title": "Aggiungi un pulsante alle voci della lista riproduzioni per rimuovere i video da essa" - }, - "enableSaveToWatchLaterButton": { - "label": "Abilita il pulsante del salvataggio per guardare più tardi", - "title": "Aggiunge un pulsante ai video Home e Abbonamenti per salvare il video nella lista riproduzioni 'Guarda più tardi'" - }, - "hideArtificialIntelligenceSummary": { - "label": "Nascondi riepilogo IA", - "title": "Nasconde il riepilogo dell'intelligenza artificiale sotto i video" - }, - "hideEndScreenCards": { - "label": "Nascondi le schede finali", - "title": "Nasconde le schede alla fine del video" - }, - "hideEndScreenCardsButton": { - "label": "Pulsante Nascondi schede finali", - "title": "Aggiunge un pulsante per mostrare/nascondere le schede alla fine del video" - }, - "hideLiveStreamChat": { - "label": "Nascondi chat live stream", - "title": "Nasconde la chat live stream" - }, - "hideMembersOnlyVideos": { - "label": "Nascondi i video dei membri", - "title": "Nasconde i video che sono visibili solo ai membri" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "Nascondi video ufficiali dell'artista", - "title": "Nascondi video ufficiali dell'artista dalla pagina iniziale" - }, - "hidePaidPromotionBanner": { - "label": "Nascondi banner promozioni a pagamento", - "title": "Nasconde il banner con promozioni a pagamento che appare quando si guarda un video" - }, - "hidePlayables": { - "label": "Nascondi giocabili", - "title": "Nasconde tutti i giocabili" - }, - "hideScrollbar": { - "label": "Nascondi barra scorrimento", - "title": "Nasconde la barra di scorrimento delle pagine" - }, - "hideShorts": { - "label": "Nascondi blocchi", - "title": "Nasconde tutti i blocchi" - }, - "hideSidebarRecommendedVideos": { - "label": "Nascondi i video raccomandati", - "title": "Nasconde la barra laterale che raccomanda i video" - }, - "hideTranslateComment": { - "label": "Nascondi pulsante \"Traduci commento\"", - "title": "Nasconde il pulsante 'Traduci in…' sotto i commenti" - }, - "loopButton": { - "label": "Pulsante Ripeti", - "title": "Aggiunge un pulsante al menu' funzioni per ripetere il video che stai guardando" - }, - "maximizePlayerButton": { - "label": "Pulsante Ingrandisci riproduttore", - "title": "Aggiunge un pulsante al menu' funzioni per ingrandire il riproduttore" - }, - "openTranscriptButton": { - "label": "Pulsante Apri trascrizione", - "title": "Aggiunge un pulsante al menu' funzioni per aprire la trascrizione del video che stai guardando" - }, - "openYouTubeSettingsOnHover": { - "label": "Apri le impostazioni di YouTube al sorvolo", - "title": "Apre il menu' delle impostazioni di YouTube quando si passa sopra il pulsante delle impostazioni" - }, - "pauseBackgroundPlayers": { - "label": "Metti in pausa riproduttori in secondo piano", - "title": "Mette in pausa i riproduttori video nelle schede nascoste quando si avvia un nuovo riproduttore nella scheda aperta" - }, - "playlistRemover": { - "label": "Nascondi liste riproduzioni dalla pagina iniziale", - "title": "Elimina le liste riproduzioni dalla pagina iniziale" - }, - "remainingTime": { - "label": "Tempo rimanente", - "title": "Mostra il tempo rimanente per il video che stai guardando" - }, - "rememberLastVolume": { - "label": "Ricorda l'ultimo volume", - "title": "Ricorda il volume dell'ultimo video che hai guardato e lo imposta quando apri un nuovo video" - }, - "removeRedirect": { - "label": "Rimuovi URL /redirect di YouTube", - "title": "Rimpiazza il reindirizzamento di YouTube con gli URL attuali saltando il dialogo di avviso di reindirizzamento" - }, - "restoreFullscreenScrolling": { - "label": "Ripristina scorrimento a schermo intero", - "title": "Ripristina lo scorrimento nella modalità schermo intero" - }, - "shareShortener": { - "label": "Abbrevia il collegamento di condivisione video di YouTube", - "title": "Riduce il collegamento di condivisione video di YouTube (youtu.be) eliminando da esso i parametri si/feature" - }, - "shortsAutoScroll": { - "label": "Scorri al blocco", - "title": "Scorri automaticamente al prossimo blocco" - }, - "skipContinueWatching": { - "label": "Salta \"Video in pausa. Continuare a guardare?\"", - "title": "Salta la finestra che mette in pausa la riproduzione video" - } - }, - "title": "Impostazioni varie" - }, - "onScreenDisplaySettings": { - "color": { - "label": "Colore", - "options": { - "blue": "Blu", - "green": "Verde", - "orange": "Arancione", - "pink": "Rosa", - "purple": "Viola", - "red": "Rosso", - "white": "Bianco", - "yellow": "Giallo" - }, - "title": "Seleziona il colore per lo schermo interattivo" - }, - "hide": { - "label": "Ritardo sparizione", - "title": "Specifica il tempo, in millisecondi, prima di nascondere automaticamente le parti interattive" - }, - "opacity": { - "label": "Opacità", - "title": "Regola l'opacità delle parti interattive" - }, - "padding": { - "label": "Bordatura", - "title": "Regola la bordatura dello schermo in pixel. Questo si applica specificamente agli angoli dello schermo." - }, - "position": { - "label": "Posizione", - "options": { - "bottom_left": "In basso a sinistra", - "bottom_right": "In basso a destra", - "center": "Centro", - "top_left": "Alto a sinistra", - "top_right": "In alto a destra" - }, - "title": "Seleziona la posizione dello schermo interattivo" - }, - "title": "Impostazioni schermo", - "type": { - "label": "Tipo", - "options": { - "circle": "Cerchio", - "line": "Linea", - "no_display": "Nessuno schermo", - "text": "Testuale" - }, - "title": "Seleziona il tipo di schermo interattivo" - } - }, - "playbackSpeed": { - "enable": { - "label": "Velocità forzata riproduzione", - "title": "Imposta la velocità del video a quella che scegli qui sotto" - }, - "playbackSpeedButtons": { - "label": "Pulsanti velocità riproduzione", - "select": { - "label": "Velocità ai pulsanti di riproduzione", - "title": "Quantità di velocità che il clic modifica" - }, - "title": "Aggiunge pulsanti per aumentare o diminuire la velocità di riproduzione del video che stai guardando" - }, - "select": { - "label": "Velocità riproduttore", - "title": "La velocità alla quale impostare il video" - }, - "title": "Impostazioni velocità riproduzione" - }, - "playlistLength": { - "enable": { - "label": "Mostra informazioni lunghezza lista riproduzioni", - "title": "Mostra la lunghezza totale della lista riproduzioni, quanto è stato guardato e quanto ne rimane." - }, - "title": "Impostazioni lunghezza lista riproduzioni", - "wayToGetLength": { - "select": { - "label": "Metodo per ottenere la lunghezza della lista riproduzioni", - "title": "Il modo per ottenere informazioni sulla lunghezza della lista riproduzioni (il metodo API sarà ripiegato in HTML se si verificasse un errore)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "Metodo per ottenere il tempo già riprodotto", - "options": { - "duration": "Durata del video", - "youtube": "Tempo in riproduzione" - }, - "title": "Il modo per ottenere la quantità di tempo guardato (tipo di lunghezza video usato solo nella pagina di riproduzione)" - } - } - }, - "playlistManagement": { - "features": { - "markAsUnwatchedButton": { - "label": "Marca come pulsante non visto", - "title": "Aggiunge un pulsante per marcare i video come non visti" - }, - "removeVideoButton": { - "label": "Rimuovi pulsante video", - "title": "Aggiunge un pulsante per rimuovere i video dalla lista riproduzioni" - } - }, - "title": "Impostazioni gestione scaletta" - }, - "playlistManagementButtons": { - "failedToMarkAsUnwatched": "Impossibile contrassegnare il video come non visto", - "failedToRemoveVideo": "Impossibile rimuovere il video", - "markAsUnwatched": "Contrassegna come non visto", - "markingAsUnwatched": "Contrassegno come non visto…", - "removeVideo": "Rimuovi video", - "removingVideo": "Rimozione video…" - }, - "saveToWatchLaterButton": { - "failedToSaveVideo": "Impossibile salvare il video in Guarda più tardi", - "saveVideo": "Salva per guardare più tardi", - "savingVideo": "Salvataggio per guardare più tardi…" - }, - "screenshotButton": { - "enable": { - "label": "Pulsante Schermata", - "title": "Aggiunge un pulsante al riproduttore per catturare una schermata del video" - }, - "saveAs": { - "clipboard": "Appunti", - "file": "File", - "both": "Entrambi (File e Appunti)" - }, - "selectFormat": { - "label": "Formato schermata", - "title": "Il formato nel quale salvare la schermata" - }, - "selectSaveAs": { - "label": "Tipo salvataggio schermata", - "title": "Il tipo di salvataggio della schermata" - }, - "title": "Impostazioni schermata" - }, - "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "Cambio velocità con scorrimento", - "title": "Regola il cambio di velocità tramite scorrimento" - }, - "enable": { - "label": "Controllo velocità con scorrimento rotellina", - "title": "Premi un tasto modificatore per abilitare la regolazione della velocità con la rotellina." - }, - "optionLabel": "Tasto {{KEY}}", - "select": { - "label": "Tasto modificatore", - "title": "Il tasto modificatore da usare" - }, - "title": "Impostazioni controllo velocità con rotellina" - }, - "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "Cambio volume con scorrimento", - "title": "Regola il cambio di volume tramite scorrimento" - }, - "enable": { - "label": "Controllo volume con rotellina", - "title": "Permette di usare la rotellina di scorrimento per controllare il volume del video che stai guardando" - }, - "holdModifierKey": { - "enable": { - "label": "Abilita tenendo premuto il tasto modificatore", - "title": "Premi un tasto modificatore per abilitare la regolazione del volume con la rotellina." - }, - "optionLabel": "Tasto {{KEY}}", - "select": { - "label": "Tasto modificatore", - "title": "Il tasto modificatore da usare" - } - }, - "holdRightClick": { - "enable": { - "label": "Abilita tenendo premuto il tasto destro", - "title": "Tieni premuto il tasto destro per abilitare il controllo del volume con la rotellina" - } - }, - "title": "Impostazioni controllo volume con rotellina" - }, - "settingSearch": { - "placeholder": "Cerca un'impostazione" - }, - "videoHistory": { - "enable": { - "label": "Traccia i video visti", - "title": "Tiene traccia di dove hai lasciato i video che stavi guardando e abilita la ripresa della riproduzione" - }, - "resumeType": { - "select": { - "label": "Tipo ripresa", - "options": { - "automatic": "Automatico", - "prompt": "Mostra" - }, - "title": "Seleziona come vuoi riprendere i video" - } - }, - "title": "Impostazioni cronologia video" - }, - "volumeBoost": { - "boostAmount": { - "label": "Aumento volume (dB)", - "title": "La quantità da aggiungere al volume" - }, - "enable": { - "label": "Aumento volume", - "title": "Abilita aumento volume" - }, - "mode": { - "select": { - "label": "Modalità aumento volume", - "options": { - "global": "Globale", - "perVideo": "Per video" - }, - "title": "Scegli come l'aumento del volume è applicato. 'Per video' permette di abilitare la spinta per ogni video singolarmente nel menu' delle funzioni. 'Globale' applica la spinta a tutti i video quando l'amplificazione del volume è abilitata." - } - }, - "title": "Impostazioni aumento volume" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "Puoi ottenerne una da qui", - "input": { - "label": "Chiave API", - "title": "Inserisci la tua chiave Youtube API V3." - }, - "title": "Chiave API V3 di YouTube" - }, - "youtubeDeepDark": { - "author": "Autore", - "co-authors": "Co-autori", - "colors": { - "colorShadow": { - "label": "Colore ombra", - "title": "Colore per le ombre" - }, - "dimmerText": { - "label": "Colore secondario del testo", - "title": "Colore del testo secondario" - }, - "hoverBackground": { - "label": "Colore sfondo quando puntato", - "title": "Colore per lo sfondo al passaggio" - }, - "mainBackground": { - "label": "Colore sfondo principale", - "title": "Colore per lo sfondo principale" - }, - "mainColor": { - "label": "Colore accento", - "title": "Colore per accento" - }, - "mainText": { - "label": "Colore testo principale", - "title": "Colore per il testo principale" - }, - "secondBackground": { - "label": "Colore sfondo secondario", - "title": "Colore per lo sfondo secondario" - } - }, - "enable": { - "label": "Abilita tema selezionato", - "title": "Abilita il tema selezionato per la pagina" - }, - "select": { - "label": "Seleziona tema", - "title": "Seleziona un tema da applicare alla pagina" - }, - "title": "Impostazioni scure di YouTube" - } - } - } + "langCode": "it-IT", + "langName": "Italiano", + "messages": { + "resumingVideo": "Video a {{VIDEO_TIME}} in ripresa", + "settingVolume": "Impostazione aumento volume a {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "Copiato!", + "label": "Copia URL video con temporizzazione" + } + }, + "featureMenu": { + "button": { + "label": "Menu' funzioni" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Avanti veloce di {{TIME}}" + }, + "rewindButton": { + "label": "Riavvolgi di {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Nascondi le schede finali", + "toggle": { + "off": "Mostra le schede finali", + "on": "Nascondi le schede finali" + } + } + }, + "loopButton": { + "button": { + "label": "Ripeti", + "toggle": { + "off": "Ripetizione NO", + "on": "Ripetizione SÌ" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "Ingrandisci", + "toggle": { + "off": "Massimizza NO", + "on": "Massimizza SÌ" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Apri trascrizione" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Diminuisci velocità di {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Aumenta velocità di {{SPEED}}" + } + }, + "decreaseLimit": "Impossibile diminuire ulteriormente ({{SPEED}})", + "increaseLimit": "Impossibile aumentare ulteriormente ({{SPEED}})" + }, + "playlistLength": { + "title": "La lunghezza totale può non essere accurata se alcuni video sono nascosti o se non hai caricato abbastanza video per ottenere la lunghezza completa." + }, + "screenshotButton": { + "button": { + "label": "Schermata" + }, + "copiedToClipboard": "Schermata copiata negli Appunti" + }, + "videoHistory": { + "resumeButton": "Riprendi", + "resumePrompt": { + "close": "Chiudi" + } + }, + "volumeBoostButton": { + "button": { + "label": "Aumento volume", + "toggle": { + "off": "Aumento volume NO", + "on": "Aumento volume SÌ" + } + } + } + } + }, + "options": { + "notifications": { + "error": { + "optionConflict": "Questa opzione non può essere abilitata mentre '{{OPTION}}' è abilitato.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "Il tasto per modificare la velocità della rotellina del mouse non può essere lo stesso che modifica il volume con la rotellina del mouse.", + "volumeControl": "Il tasto che modifica il volume con la rotellina del mouse non può essere lo stesso che modifica la velocità della rotellina del mouse." + } + } + }, + "info": { + "reset": "Le opzioni sono state reimpostate ai valori predefiniti.\nPuoi salvare le modifiche cliccando il pulsante \"Conferma\" o scartarle chiudendo la pagina oppure ignorando questa notifica." + }, + "success": { + "saved": "Opzioni salvate." + } + } + } + }, + "settings": { + "clearData": { + "allDataDeleted": "Tutti i dati sono stati eliminati.", + "confirmAlert": "Questo eliminerà tutti i dati delle estensioni relativi alle opzioni. Continuare?" + }, + "optionDisabled": { + "either": { + "label": "Abilita {{OPTIONS}} per configurare questa opzione", + "separator": " o " + }, + "plural": { + "label": "Abilita {{OPTIONS}} per configurare questa opzione", + "separator": " e " + }, + "singular": "Abilita '{{OPTION}}' per configurare questa opzione", + "specificOption": { + "featureMenu": "Configura almeno un pulsante da posizionare nel menu' delle funzioni per configurare questa opzione.", + "screenshotButtonFileFormat": "Imposta il tipo di salvataggio della schermata su 'File' o 'Entrambi' per configurare questa opzione" + } + }, + "scrollForMoreSettings": "Scorri per altre impostazioni", + "sections": { + "automaticQuality": { + "enable": { + "label": "Regolazione automatica qualità", + "title": "Regola automaticamente la qualità video al livello selezionato." + }, + "fallbackQualityStrategy": { + "select": { + "label": "Strategia ripiego qualità", + "options": { + "higher": "Più alta", + "lower": "Più bassa" + }, + "title": "La strategia da usare quando la qualità selezionata non è disponibile" + } + }, + "select": { + "label": "Qualità riproduttore", + "title": "La qualità alla quale impostare il video" + }, + "title": "Impostazioni qualità automatiche" + }, + "bottomButtons": { + "clear": { + "title": "Cancella tutti i dati che questa estensione ha memorizzato sulla tua macchina", + "value": "Cancella dati" + }, + "confirm": { + "title": "Conferma ripristino impostazioni", + "value": "Conferma" + }, + "openTab": { + "title": "Apri impostazioni estensione in una nuova scheda" + }, + "reset": { + "title": "Reimposta le impostazioni ai valori predefiniti, clicca il pulsante di conferma per salvare le modifiche", + "value": "Reimposta" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Pulsante \"Copia URL video con temporizzazione\"", + "decreasePlaybackSpeedButton": "Pulsante Riduci velocità", + "forwardButton": "Pulsante Avanti veloce", + "hideEndScreenCardsButton": "Pulsante Nascondi schede finali", + "increasePlaybackSpeedButton": "Pulsante Aumenta velocità", + "loopButton": "Pulsante Ripeti", + "maximizePlayerButton": "Pulsante Massimizza", + "openTranscriptButton": "Pulsante Apri trascrizione", + "rewindButton": "Pulsante Riavvolgi", + "screenshotButton": "Pulsante Schermata", + "volumeBoostButton": "Pulsante Aumento volume" + }, + "options": { + "below_player": { + "placement": "sotto i controlli del riproduttore", + "value": "Sotto il riproduttore" + }, + "feature_menu": { + "placement": "nel menu' delle funzioni", + "value": "Menu' funzioni" + }, + "player_controls_left": { + "placement": "alla sinistra dei controlli di riproduzione", + "value": "A sinistra" + }, + "player_controls_right": { + "placement": "alla destra dei controlli di riproduzione", + "value": "A destra" + } + }, + "title": "Posiziona {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Impostazioni posizione pulsanti" + }, + "customCSS": { + "editor": { + "collapse": "Comprimi editor", + "expand": "Espandi editor", + "noProblems": "Nessun problema trovato." + }, + "enable": { + "label": "Abilita CSS personalizzato", + "title": "Abilita il CSS personalizzato da applicare alla pagina" + }, + "title": "Impostazioni CSS personalizzate" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Tipo attivazione menu'", + "options": { + "click": "Clic", + "hover": "Sorvola" + }, + "title": "Seleziona il metodo per attivare il menu' funzioni" + }, + "title": "Impostazioni menu' funzioni" + } + }, + "forwardRewindButtons": { + "enable": { + "label": "Abilita pulsanti avanti/riavvolgi", + "title": "Aggiunge i pulsanti avanti e riavvolgi al riproduttore video" + }, + "time": { + "label": "Tempo avanzamento/riavvolgimento", + "title": "Il periodo di tempo da usare per avanzare/riavvolgere il video" + }, + "title": "Impostazioni pulsante Avanti / Riavvolgi" + }, + "importExportSettings": { + "exportButton": { + "success": "Impostazioni esportate correttamente", + "title": "Esporta impostazioni in un file JSON", + "value": "Esporta impostazioni" + }, + "importButton": { + "error": { + "unknown": "Errore nell'importazione delle impostazioni. Controllare il formato del file.\nSi è verificato un errore sconosciuto.", + "validation": "Errore nell'importazione delle impostazioni. Controllare il formato del file.\n{{ERROR_MESSAGE}}" + }, + "success": "Impostazioni importate correttamente", + "title": "Importa impostazioni da un file JSON", + "value": "Importa impostazioni" + } + }, + "language": { + "select": { + "label": "Lingua", + "title": "La lingua da usare per l'estensione" + }, + "title": "Lingua" + }, + "miscellaneous": { + "features": { + "automaticTheaterMode": { + "label": "Modalità teatro automatica", + "title": "Attiva automaticamente la modalità teatro quando carichi un video" + }, + "automaticallyDisableAmbientMode": { + "label": "Disabilita automaticamente la modalità ambiente", + "title": "Disabilita automaticamente la modalità ambiente quando si carica un video" + }, + "automaticallyDisableAutoPlay": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + }, + "automaticallyDisableClosedCaptions": { + "label": "Disabilita automaticamente le didascalie chiuse", + "title": "Disabilita automaticamente le didascalie chiuse quando si carica un video" + }, + "automaticallyEnableClosedCaptions": { + "label": "Abilita automaticamente le didascalie chiuse", + "title": "Abilita automaticamente le didascalie chiuse quando si carica un video" + }, + "automaticallyMaximizePlayer": { + "label": "Massimizza automaticamente il riproduttore", + "title": "Massimizza automaticamente il riproduttore quando carichi un video" + }, + "automaticallyShowMoreVideosOnEndScreen": { + "label": "Mostra automaticamente altri video sulla schermata finale", + "title": "Mostra automaticamente più video sulla schermata finale quando si carica un video" + }, + "copyTimestampUrlButton": { + "label": "Pulsante \"Copia URL video con temporizzazione\"", + "title": "Copia l'URL del video con la temporizzazione (?t=123)" + }, + "defaultToOriginalAudioTrack": { + "label": "Traccia audio originale predefinita", + "title": "Traccia audio originale sempre predefinita" + }, + "enableMarkAsUnwatchedButton": { + "label": "Marca come pulsante non visto", + "title": "Aggiungi un pulsante alle voci della lista riproduzioni per contrassegnare i video come non visti" + }, + "enableRemoveVideoButton": { + "label": "Rimuovi pulsante video", + "title": "Aggiungi un pulsante alle voci della lista riproduzioni per rimuovere i video da essa" + }, + "enableSaveToWatchLaterButton": { + "label": "Abilita il pulsante del salvataggio per guardare più tardi", + "title": "Aggiunge un pulsante ai video Home e Abbonamenti per salvare il video nella lista riproduzioni 'Guarda più tardi'" + }, + "hideArtificialIntelligenceSummary": { + "label": "Nascondi riepilogo IA", + "title": "Nasconde il riepilogo dell'intelligenza artificiale sotto i video" + }, + "hideEndScreenCards": { + "label": "Nascondi le schede finali", + "title": "Nasconde le schede alla fine del video" + }, + "hideEndScreenCardsButton": { + "label": "Pulsante Nascondi schede finali", + "title": "Aggiunge un pulsante per mostrare/nascondere le schede alla fine del video" + }, + "hideLiveStreamChat": { + "label": "Nascondi chat live stream", + "title": "Nasconde la chat live stream" + }, + "hideMembersOnlyVideos": { + "label": "Nascondi i video dei membri", + "title": "Nasconde i video che sono visibili solo ai membri" + }, + "hideOfficialArtistVideosFromHomePage": { + "label": "Nascondi video ufficiali dell'artista", + "title": "Nascondi video ufficiali dell'artista dalla pagina iniziale" + }, + "hidePaidPromotionBanner": { + "label": "Nascondi banner promozioni a pagamento", + "title": "Nasconde il banner con promozioni a pagamento che appare quando si guarda un video" + }, + "hidePlayables": { + "label": "Nascondi giocabili", + "title": "Nasconde tutti i giocabili" + }, + "hideScrollbar": { + "label": "Nascondi barra scorrimento", + "title": "Nasconde la barra di scorrimento delle pagine" + }, + "hideShorts": { + "label": "Nascondi blocchi", + "title": "Nasconde tutti i blocchi" + }, + "hideSidebarRecommendedVideos": { + "label": "Nascondi i video raccomandati", + "title": "Nasconde la barra laterale che raccomanda i video" + }, + "hideTranslateComment": { + "label": "Nascondi pulsante \"Traduci commento\"", + "title": "Nasconde il pulsante 'Traduci in…' sotto i commenti" + }, + "loopButton": { + "label": "Pulsante Ripeti", + "title": "Aggiunge un pulsante al menu' funzioni per ripetere il video che stai guardando" + }, + "maximizePlayerButton": { + "label": "Pulsante Ingrandisci riproduttore", + "title": "Aggiunge un pulsante al menu' funzioni per ingrandire il riproduttore" + }, + "openTranscriptButton": { + "label": "Pulsante Apri trascrizione", + "title": "Aggiunge un pulsante al menu' funzioni per aprire la trascrizione del video che stai guardando" + }, + "openYouTubeSettingsOnHover": { + "label": "Apri le impostazioni di YouTube al sorvolo", + "title": "Apre il menu' delle impostazioni di YouTube quando si passa sopra il pulsante delle impostazioni" + }, + "pauseBackgroundPlayers": { + "label": "Metti in pausa riproduttori in secondo piano", + "title": "Mette in pausa i riproduttori video nelle schede nascoste quando si avvia un nuovo riproduttore nella scheda aperta" + }, + "playlistRemover": { + "label": "Nascondi liste riproduzioni dalla pagina iniziale", + "title": "Elimina le liste riproduzioni dalla pagina iniziale" + }, + "remainingTime": { + "label": "Tempo rimanente", + "title": "Mostra il tempo rimanente per il video che stai guardando" + }, + "rememberLastVolume": { + "label": "Ricorda l'ultimo volume", + "title": "Ricorda il volume dell'ultimo video che hai guardato e lo imposta quando apri un nuovo video" + }, + "removeRedirect": { + "label": "Rimuovi URL /redirect di YouTube", + "title": "Rimpiazza il reindirizzamento di YouTube con gli URL attuali saltando il dialogo di avviso di reindirizzamento" + }, + "restoreFullscreenScrolling": { + "label": "Ripristina scorrimento a schermo intero", + "title": "Ripristina lo scorrimento nella modalità schermo intero" + }, + "shareShortener": { + "label": "Abbrevia il collegamento di condivisione video di YouTube", + "title": "Riduce il collegamento di condivisione video di YouTube (youtu.be) eliminando da esso i parametri si/feature" + }, + "shortsAutoScroll": { + "label": "Scorri al blocco", + "title": "Scorri automaticamente al prossimo blocco" + }, + "skipContinueWatching": { + "label": "Salta \"Video in pausa. Continuare a guardare?\"", + "title": "Salta la finestra che mette in pausa la riproduzione video" + } + }, + "title": "Impostazioni varie" + }, + "onScreenDisplaySettings": { + "color": { + "label": "Colore", + "options": { + "blue": "Blu", + "green": "Verde", + "orange": "Arancione", + "pink": "Rosa", + "purple": "Viola", + "red": "Rosso", + "white": "Bianco", + "yellow": "Giallo" + }, + "title": "Seleziona il colore per lo schermo interattivo" + }, + "hide": { + "label": "Ritardo sparizione", + "title": "Specifica il tempo, in millisecondi, prima di nascondere automaticamente le parti interattive" + }, + "opacity": { + "label": "Opacità", + "title": "Regola l'opacità delle parti interattive" + }, + "padding": { + "label": "Bordatura", + "title": "Regola la bordatura dello schermo in pixel. Questo si applica specificamente agli angoli dello schermo." + }, + "position": { + "label": "Posizione", + "options": { + "bottom_left": "In basso a sinistra", + "bottom_right": "In basso a destra", + "center": "Centro", + "top_left": "Alto a sinistra", + "top_right": "In alto a destra" + }, + "title": "Seleziona la posizione dello schermo interattivo" + }, + "title": "Impostazioni schermo", + "type": { + "label": "Tipo", + "options": { + "circle": "Cerchio", + "line": "Linea", + "no_display": "Nessuno schermo", + "text": "Testuale" + }, + "title": "Seleziona il tipo di schermo interattivo" + } + }, + "playbackSpeed": { + "enable": { + "label": "Velocità forzata riproduzione", + "title": "Imposta la velocità del video a quella che scegli qui sotto" + }, + "playbackSpeedButtons": { + "label": "Pulsanti velocità riproduzione", + "select": { + "label": "Velocità ai pulsanti di riproduzione", + "title": "Quantità di velocità che il clic modifica" + }, + "title": "Aggiunge pulsanti per aumentare o diminuire la velocità di riproduzione del video che stai guardando" + }, + "select": { + "label": "Velocità riproduttore", + "title": "La velocità alla quale impostare il video" + }, + "title": "Impostazioni velocità riproduzione" + }, + "playlistLength": { + "enable": { + "label": "Mostra informazioni lunghezza lista riproduzioni", + "title": "Mostra la lunghezza totale della lista riproduzioni, quanto è stato guardato e quanto ne rimane." + }, + "title": "Impostazioni lunghezza lista riproduzioni", + "wayToGetLength": { + "select": { + "label": "Metodo per ottenere la lunghezza della lista riproduzioni", + "title": "Il modo per ottenere informazioni sulla lunghezza della lista riproduzioni (il metodo API sarà ripiegato in HTML se si verificasse un errore)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Metodo per ottenere il tempo già riprodotto", + "options": { + "duration": "Durata del video", + "youtube": "Tempo in riproduzione" + }, + "title": "Il modo per ottenere la quantità di tempo guardato (tipo di lunghezza video usato solo nella pagina di riproduzione)" + } + } + }, + "playlistManagement": { + "features": { + "markAsUnwatchedButton": { + "label": "Marca come pulsante non visto", + "title": "Aggiunge un pulsante per marcare i video come non visti" + }, + "removeVideoButton": { + "label": "Rimuovi pulsante video", + "title": "Aggiunge un pulsante per rimuovere i video dalla lista riproduzioni" + } + }, + "title": "Impostazioni gestione scaletta" + }, + "playlistManagementButtons": { + "failedToMarkAsUnwatched": "Impossibile contrassegnare il video come non visto", + "failedToRemoveVideo": "Impossibile rimuovere il video", + "markAsUnwatched": "Contrassegna come non visto", + "markingAsUnwatched": "Contrassegno come non visto…", + "removeVideo": "Rimuovi video", + "removingVideo": "Rimozione video…" + }, + "saveToWatchLaterButton": { + "failedToSaveVideo": "Impossibile salvare il video in Guarda più tardi", + "saveVideo": "Salva per guardare più tardi", + "savingVideo": "Salvataggio per guardare più tardi…" + }, + "screenshotButton": { + "enable": { + "label": "Pulsante Schermata", + "title": "Aggiunge un pulsante al riproduttore per catturare una schermata del video" + }, + "saveAs": { + "both": "Entrambi (File e Appunti)", + "clipboard": "Appunti", + "file": "File" + }, + "selectFormat": { + "label": "Formato schermata", + "title": "Il formato nel quale salvare la schermata" + }, + "selectSaveAs": { + "label": "Tipo salvataggio schermata", + "title": "Il tipo di salvataggio della schermata" + }, + "title": "Impostazioni schermata" + }, + "scrollWheelSpeedControl": { + "adjustmentSteps": { + "label": "Cambio velocità con scorrimento", + "title": "Regola il cambio di velocità tramite scorrimento" + }, + "enable": { + "label": "Controllo velocità con scorrimento rotellina", + "title": "Premi un tasto modificatore per abilitare la regolazione della velocità con la rotellina." + }, + "optionLabel": "Tasto {{KEY}}", + "select": { + "label": "Tasto modificatore", + "title": "Il tasto modificatore da usare" + }, + "title": "Impostazioni controllo velocità con rotellina" + }, + "scrollWheelVolumeControl": { + "adjustmentSteps": { + "label": "Cambio volume con scorrimento", + "title": "Regola il cambio di volume tramite scorrimento" + }, + "enable": { + "label": "Controllo volume con rotellina", + "title": "Permette di usare la rotellina di scorrimento per controllare il volume del video che stai guardando" + }, + "holdModifierKey": { + "enable": { + "label": "Abilita tenendo premuto il tasto modificatore", + "title": "Premi un tasto modificatore per abilitare la regolazione del volume con la rotellina." + }, + "optionLabel": "Tasto {{KEY}}", + "select": { + "label": "Tasto modificatore", + "title": "Il tasto modificatore da usare" + } + }, + "holdRightClick": { + "enable": { + "label": "Abilita tenendo premuto il tasto destro", + "title": "Tieni premuto il tasto destro per abilitare il controllo del volume con la rotellina" + } + }, + "title": "Impostazioni controllo volume con rotellina" + }, + "settingSearch": { + "placeholder": "Cerca un'impostazione" + }, + "videoHistory": { + "enable": { + "label": "Traccia i video visti", + "title": "Tiene traccia di dove hai lasciato i video che stavi guardando e abilita la ripresa della riproduzione" + }, + "resumeType": { + "select": { + "label": "Tipo ripresa", + "options": { + "automatic": "Automatico", + "prompt": "Mostra" + }, + "title": "Seleziona come vuoi riprendere i video" + } + }, + "title": "Impostazioni cronologia video" + }, + "volumeBoost": { + "boostAmount": { + "label": "Aumento volume (dB)", + "title": "La quantità da aggiungere al volume" + }, + "enable": { + "label": "Aumento volume", + "title": "Abilita aumento volume" + }, + "mode": { + "select": { + "label": "Modalità aumento volume", + "options": { + "global": "Globale", + "perVideo": "Per video" + }, + "title": "Scegli come l'aumento del volume è applicato. 'Per video' permette di abilitare la spinta per ogni video singolarmente nel menu' delle funzioni. 'Globale' applica la spinta a tutti i video quando l'amplificazione del volume è abilitata." + } + }, + "title": "Impostazioni aumento volume" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "Puoi ottenerne una da qui", + "input": { + "label": "Chiave API", + "title": "Inserisci la tua chiave Youtube API V3." + }, + "title": "Chiave API V3 di YouTube" + }, + "youtubeDeepDark": { + "author": "Autore", + "co-authors": "Co-autori", + "colors": { + "colorShadow": { + "label": "Colore ombra", + "title": "Colore per le ombre" + }, + "dimmerText": { + "label": "Colore secondario del testo", + "title": "Colore del testo secondario" + }, + "hoverBackground": { + "label": "Colore sfondo quando puntato", + "title": "Colore per lo sfondo al passaggio" + }, + "mainBackground": { + "label": "Colore sfondo principale", + "title": "Colore per lo sfondo principale" + }, + "mainColor": { + "label": "Colore accento", + "title": "Colore per accento" + }, + "mainText": { + "label": "Colore testo principale", + "title": "Colore per il testo principale" + }, + "secondBackground": { + "label": "Colore sfondo secondario", + "title": "Colore per lo sfondo secondario" + } + }, + "enable": { + "label": "Abilita tema selezionato", + "title": "Abilita il tema selezionato per la pagina" + }, + "select": { + "label": "Seleziona tema", + "title": "Seleziona un tema da applicare alla pagina" + }, + "title": "Impostazioni scure di YouTube" + } + } + } } From 03434497ef8c45357f9591a9e0c1fa7d89d61a5c Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 6 Dec 2025 02:11:37 -0500 Subject: [PATCH 1374/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 1406 +++++++++++++++++++------------------ 1 file changed, 705 insertions(+), 701 deletions(-) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index cb91d390d..b26b56c89 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -1,703 +1,707 @@ { - "langCode": "ja-JP", - "langName": "日本語", - "messages": { - "resumingVideo": "{{VIDEO_TIME}} から動画をレジュームする", - "settingVolume": "音量ブーストを{{VOLUME_BOOST_AMOUNT}}に設定中" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "コピー完了!", - "label": "タイムスタンプ付きの動画URLをコピーする" - } - }, - "featureMenu": { - "button": { - "label": "フィーチャー・メニュー" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "{{TIME}}で早送する" - }, - "rewindButton": { - "label": "{{TIME}}でリワインドする" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "終了画面のカードを非表示にする", - "toggle": { - "off": "終了画面のカードを表示にする", - "on": "終了画面のカードを非表示にする" - } - } - }, - "loopButton": { - "button": { - "label": "ループ", - "toggle": { - "off": "ループオフ", - "on": "ループオン" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "最大表示", - "toggle": { - "off": "最大表示オフ", - "on": "最大表示オン" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "文字起こしを見せる" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "再生速度を{{SPEED}}で下げする" - }, - "increasePlaybackSpeedButton": { - "label": "再生速度を{{SPEED}}で上げする" - } - }, - "decreaseLimit": "再生速度を下げるはできまっせん ({{SPEED}})", - "increaseLimit": "再生速度を上げるはできまっせん ({{SPEED}})" - }, - "playlistLength": { - "title": "一部の動画が非表示になっている場合、または完全な長さを得るために十分な動画を読み込んでいない場合、合計長さが正確でない可能性があります。" - }, - "screenshotButton": { - "button": { - "label": "スクリーンショット" - }, - "copiedToClipboard": "スクリーンショットをクリップボードにコピーしました" - }, - "videoHistory": { - "resumeButton": "レジューム", - "resumePrompt": { - "close": "終了" - } - }, - "volumeBoostButton": { - "button": { - "label": "音量ブースト", - "toggle": { - "off": "音量ブーストオフ", - "on": "音量ブーストオン" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "スクロールホイール再生速度制御キーバインドは、スクロールホイール音量制御キーバインドと同じにすることはできません。", - "volumeControl": "スクロールホイール音量制御キーバインドは、スクロールホイール再生速度制御キーバインドと同じにすることはできません。" - } - } - }, - "info": { - "reset": "全てのオプションが省略時値でリセットしました。\n今変化を「確認」抓みでクリックするとセーブは可能するかページを閉じるで変化を破棄するかこの通知を捨て置くするは可能です。" - }, - "success": { - "saved": "選択がセーブしました" - } - } - } - }, - "settings": { - "clearData": { - "allDataDeleted": "すべてのデータが削除されました。", - "confirmAlert": "オプションに関連するすべてのデータを削除します。続行しますか?" - }, - "optionDisabled": { - "either": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " or " - }, - "plural": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " and " - }, - "singular": "Enable '{{OPTION}}' to configure this option", - "specificOption": { - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" - } - }, - "scrollForMoreSettings": "Scroll for more settings", - "sections": { - "automaticQuality": { - "enable": { - "label": "自動画質調整", - "title": "選択したレベルに合わせて動画の画質を自動的に調整します。" - }, - "fallbackQualityStrategy": { - "select": { - "label": "画質フォールバック対策", - "options": { - "higher": "上位", - "lower": "下位" - }, - "title": "使用不能選択中画質ときに対策使ってする" - } - }, - "select": { - "label": "プレイヤーの動画質", - "title": "動画の画質に設定する" - }, - "title": "自動画質設定" - }, - "bottomButtons": { - "clear": { - "title": "マシンに保存されているすべてのエクステンションデータを消去します", - "value": "データの消去" - }, - "confirm": { - "title": "設定リセットを確認する", - "value": "確認" - }, - "openTab": { - "title": "新しいブラウザタブに拡張機能設定を開けるする" - }, - "reset": { - "title": "すべての設定をデフォルトにリセットします。「確認」ボタンをクリックして変更を保存します。", - "value": "リセット" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "タイムスタンプ付きの動画URLをコピーのボタン", - "decreasePlaybackSpeedButton": "速度を下げるボタン", - "forwardButton": "早送ボタン", - "hideEndScreenCardsButton": "終了画面のカードボタンを非表示にする", - "increasePlaybackSpeedButton": "速度を上げるボタン", - "loopButton": "ループボタン", - "maximizePlayerButton": "最大表示ボタン", - "openTranscriptButton": "文字起こしを見せるボタン", - "rewindButton": "リワインドボタン", - "screenshotButton": "スクリーンショットボタン", - "volumeBoostButton": "音量ブーストボタン" - }, - "options": { - "below_player": { - "placement": "プレイヤーコントローラーの下", - "value": "プレイヤーの下" - }, - "feature_menu": { - "placement": "フィーチャー・メニューの中", - "value": "フィーチャー・メニュー" - }, - "player_controls_left": { - "placement": "プレイヤーコントローラーの左側", - "value": "左のコントロール" - }, - "player_controls_right": { - "placement": "プレイヤーコントローラーの右側", - "value": "右のコントロール" - } - }, - "title": "{{PLACEMENT}}に{{BUTTON_NAME}}を置き方する" - }, - "title": "Button placement settings" - }, - "customCSS": { - "editor": { - "collapse": "エディターを最小化する", - "expand": "エディターを広げる", - "noProblems": "構文に問題はありませんでした。" - }, - "enable": { - "label": "カスタムCSSを可能にする", - "title": "ページに適用するカスタムCSSを可能にする" - }, - "title": "Custom CSS settings" - }, - "featureMenu": { - "openType": { - "select": { - "label": "メニューの有効化型", - "options": { - "click": "ボタンクリック", - "hover": "マウスホバー" - }, - "title": "フィーチャー・メニューを有効化にする方法を選択します" - }, - "title": "フィーチャー・メニュー設定" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "早送/リワインドボタンを可能にする", - "title": "早送ボタンとリワインドボタンをビデオ・プレーヤーに追加する" - }, - "time": { - "label": "早送/リワインド時間", - "title": "動画に早送/リワインドを量時間" - }, - "title": "早送/リワインドボタン設定" - }, - "importExportSettings": { - "exportButton": { - "success": "設定がエクスポートをされました", - "title": "JSONファイルで設定がエクスポートする", - "value": "エクスポート設定" - }, - "importButton": { - "error": { - "unknown": "設定がインポートを失敗されました。ファイル形式を確認してください。\n未知数なエラーが起こった。", - "validation": "設定がインポートを失敗されました。ファイル形式を確認してください。\n{{ERROR_MESSAGE}}" - }, - "success": "設定がインポートをされました", - "title": "JSONファイルから設定がインポートする", - "value": "インポート設定" - } - }, - "language": { - "select": { - "label": "言語", - "title": "エクステンションに使用する言語" - }, - "title": "言語" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "自動シアターモード", - "title": "動画の読み込み時に自動的にシアターモードを有効にする" - }, - "automaticallyDisableAmbientMode": { - "label": "シネマティック ライティングを自動的に無効にする", - "title": "動画の読み込み時にシネマティック ライティングを自動にディセーブルする" - }, - "automaticallyDisableClosedCaptions": { - "label": "クローズドキャプションを自動にディセーブルする", - "title": "動画の読み込み時にクローズドキャプションを自動にディセーブルする" - }, - "automaticallyEnableClosedCaptions": { - "label": "Automatically enable closed captions", - "title": "Automatically enables closed captions when you load a video" - }, - "automaticallyMaximizePlayer": { - "label": "Automatically maximize player", - "title": "Automatically maximizes the player when you load a video" - }, - "automaticallyShowMoreVideosOnEndScreen": { - "label": "Automatically show more videos on end screen", - "title": "Automatically shows more videos on end screen when you load a video" - }, - "copyTimestampUrlButton": { - "label": "タイムスタンプ付きの動画URLをコピーのボタン", - "title": "タイムスタンプ付きの動画URLをコピーする (?t=123)" - }, - "defaultToOriginalAudioTrack": { - "label": "Default to original audio track", - "title": "Always default to the original audio track" - }, - "enableMarkAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Add a button to playlist items to mark videos as unwatched" - }, - "enableRemoveVideoButton": { - "label": "Remove video button", - "title": "Add a button to playlist items to remove videos from the playlist" - }, - "enableSaveToWatchLaterButton": { - "label": "Enable save to Watch Later button", - "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" - }, - "hideArtificialIntelligenceSummary": { - "label": "Hide AI summary", - "title": "Hides the artificial intelligence summary below videos" - }, - "hideEndScreenCards": { - "label": "終了画面のカードを非表示にする", - "title": "動画の終了で画面カードを非表示にする" - }, - "hideEndScreenCardsButton": { - "label": "終了画面のカードボタンを非表示にする", - "title": "終了画面でボタンなカードを見せるか隠すに追加する" - }, - "hideLiveStreamChat": { - "label": "配信チャットを隠す", - "title": "配信チャットを隠する" - }, - "hideMembersOnlyVideos": { - "label": "Hide members-only videos", - "title": "Hides videos that are only visible to members" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "公式アーティストの動画を隠する", - "title": "ホームページから公式アーティストの動画を隠する" - }, - "hidePaidPromotionBanner": { - "label": "有料プロモーションバナーを隠す", - "title": "有料プロモーションのある動画を視聴したときに表示されるバナーを隠すします" - }, - "hidePlayables": { - "label": "Hide playables", - "title": "Hides all playables" - }, - "hideScrollbar": { - "label": "スクロールバー隠す機能", - "title": "ページのスクロールバーを隠す" - }, - "hideShorts": { - "label": "ショートを隠す", - "title": "全ショートを隠す" - }, - "hideSidebarRecommendedVideos": { - "label": "Hide recommended videos", - "title": "Hides the sidebar that recommends videos" - }, - "hideTranslateComment": { - "label": "コメント翻訳ボタンを隠す", - "title": "コメントの下で「言語に翻訳する」ボタンを隠する" - }, - "loopButton": { - "label": "動画ループボタン", - "title": "動画をループするボタンをフィーチャー・メニューに追加する" - }, - "maximizePlayerButton": { - "label": "最大化ボタン", - "title": "プレイヤーを最大化するボタンをフィーチャー・メニューに追加する" - }, - "openTranscriptButton": { - "label": "文字起こしを見せるボタン", - "title": "動画の文字起こしを見せるするボタンをフィーチャー・メニューに追加する" - }, - "openYouTubeSettingsOnHover": { - "label": "マウスを合わせでYouTubeの設定を開ける", - "title": "設定ボタンにマウスを合わせたときにYouTubeの設定メニューを開けてする" - }, - "pauseBackgroundPlayers": { - "label": "背後タブのビデオプレイヤーを一時停止", - "title": "前景タブに新規プレイヤー開始にして、背後タブのビデオプレイヤーを一時停止します" - }, - "playlistRemover": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" - }, - "remainingTime": { - "label": "残り時間", - "title": "動画の残り時間を表示します" - }, - "rememberLastVolume": { - "label": "前音量を覚える", - "title": "新ビデオの音量を前動画の音量に変化する。" - }, - "removeRedirect": { - "label": "YouTubeのリダイレクトURLを削除する", - "title": "YouTubeリダイレクトを実物なURLを換えして、リダイレクト注意を抜かします" - }, - "restoreFullscreenScrolling": { - "label": "Restore fullscreen scrolling", - "title": "Restores scrolling in fullscreen mode" - }, - "shareShortener": { - "label": "YouTube動画のURLを短縮する", - "title": "YouTube動画のURLに機能パラメータを削除して短縮する(youtu.be)" - }, - "shortsAutoScroll": { - "label": "ショートの自動スクロール", - "title": "次のショートを自動にスクロールする" - }, - "skipContinueWatching": { - "label": "「動画が一時停止されました。続きを視聴しますか?」を抜かする", - "title": "動画一時休止する休眠メッセージを抜かされます" - } - }, - "title": "他の設定" - }, - "onScreenDisplaySettings": { - "color": { - "label": "OSDの色", - "options": { - "blue": "青色", - "green": "緑色", - "orange": "橙色", - "pink": "桃色", - "purple": "紫色", - "red": "赤色", - "white": "白色", - "yellow": "黄色" - }, - "title": "オンスクリーンディスプレイ(OSD)の色を選択選ぶ" - }, - "hide": { - "label": "非表示の遅延", - "title": "OSDを自動的に非表示にするまでの時間(ミリ秒)単位で指定します" - }, - "opacity": { - "label": "OSDの不透明度", - "title": "オンスクリーンディスプレイ(OSD)の不透明度を調整する" - }, - "padding": { - "label": "スペーシング", - "title": "オンスクリーンディスプレイ(OSD)周辺の画素でスペーシングが変化する。特に隅なOSDのみ適用されます。" - }, - "position": { - "label": "ポジション", - "options": { - "bottom_left": "左下隅", - "bottom_right": "右下隅", - "center": "中心", - "top_left": "左上隅", - "top_right": "右上隅" - }, - "title": "オンスクリーンディスプレイ(OSD)のポジションを選択選ぶ" - }, - "title": "On-screen display settings", - "type": { - "label": "OSD型", - "options": { - "circle": "円形", - "line": "ライン", - "no_display": "見せない", - "text": "テキスト" - }, - "title": "オンスクリーンディスプレイ(OSD)型を選択選ぶ" - } - }, - "playbackSpeed": { - "enable": { - "label": "強制再生速度", - "title": "強制再生速度を可能にする" - }, - "playbackSpeedButtons": { - "label": "再生速度ボタン", - "select": { - "label": "再生ボタン速度", - "title": "マウスクリックに速度を変化する量" - }, - "title": "動画の再生速度を上げか下げボタンに追加する" - }, - "select": { - "label": "動画の再生速度", - "title": "動画の速度に設定する" - }, - "title": "再生速度設定" - }, - "playlistLength": { - "enable": { - "label": "プレイリストの長さ情報を表示", - "title": "プレイリストの長さ全額、視聴時間量、と残り時間を見せてしまいます。" - }, - "title": "プレイリストの長さ設定", - "wayToGetLength": { - "select": { - "label": "プレイリストの長さを取得する方法", - "title": "プレイリストの長さ情報を取得する方法 (エラーが発生した場合、APIメソッドはHTMLにフォールバックします)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "動画の視聴時間の取り出す方法", - "options": { - "duration": "動画の長さ", - "youtube": "動画の視聴時間" - }, - "title": "視聴時間の長さを取得する方法 (動画の長さタイプはウォッチページでのみ使用)" - } - } - }, - "playlistManagement": { - "features": { - "markAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - }, - "removeVideoButton": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - } - }, - "title": "Playlist management settings" - }, - "playlistManagementButtons": { - "failedToMarkAsUnwatched": "Failed to mark video as unwatched", - "failedToRemoveVideo": "Failed to remove video", - "markAsUnwatched": "Mark as unwatched", - "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "Remove video", - "removingVideo": "Removing video…" - }, - "saveToWatchLaterButton": { - "failedToSaveVideo": "Failed to save video to Watch Later", - "saveVideo": "Save to Watch Later", - "savingVideo": "Saving to Watch Later…" - }, - "screenshotButton": { - "enable": { - "label": "スクリーンショットボタン", - "title": "動画をスクリーンショット撮るするボタンをビデオ・プレーヤーに追加する" - }, - "saveAs": { - "clipboard": "クリップボード", - "file": "ファイル", - "both": "Both (File and Clipboard)" - }, - "selectFormat": { - "label": "スクリーンショットフォーマット", - "title": "スクリーンショットを保存するフォーマット" - }, - "selectSaveAs": { - "label": "スクリーンショットセーブ型", - "title": "スクリーンショットのセーブ型" - }, - "title": "スクリーンショット設定" - }, - "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "スクロールごとの速度変化", - "title": "スクロールごとの速度変化の分量をする" - }, - "enable": { - "label": "スクロールホイール再生速度制御", - "title": "キーバインドを押さえるでスクロールホイール再生速度制御可能にさせる。" - }, - "optionLabel": "{{KEY}} キー", - "select": { - "label": "キーバインド", - "title": "キーバインド選択選ぶ" - }, - "title": "スクロールホイール再生速度制御設定" - }, - "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "スクロールごとの音量変化", - "title": "スクロールごとの音量変化の分量をする" - }, - "enable": { - "label": "スクロールホイール音量制御", - "title": "スクロールホイールを使用して、ビデオの音量を制御する。" - }, - "holdModifierKey": { - "enable": { - "label": "キーバインドに押さえる", - "title": "キーバインドを押さえるでスクロールホイール音量制御可能にさせる" - }, - "optionLabel": "{{KEY}} キー", - "select": { - "label": "キーバインド", - "title": "キーバインド選択選べる" - } - }, - "holdRightClick": { - "enable": { - "label": "右クリックに押さえるで可能にする", - "title": "右クリックに押さえるでスクロールホイール音量制御可能にする" - } - }, - "title": "スクロールホイール音量制御設定" - }, - "settingSearch": { - "placeholder": "設定を探す" - }, - "videoHistory": { - "enable": { - "label": "視聴した動画に追跡をつける", - "title": "再生を再開できるように、視聴中の動画で中断した場所を追跡します" - }, - "resumeType": { - "select": { - "label": "レジューム型", - "options": { - "automatic": "自動", - "prompt": "入力要求" - }, - "title": "動画をレジュームするの方法を選択します" - } - }, - "title": "動画履歴設定" - }, - "volumeBoost": { - "boostAmount": { - "label": "音量ブーストの量(dB)", - "title": "音量を上げる量" - }, - "enable": { - "label": "音量ブースト", - "title": "音量ブーストを可能にする" - }, - "mode": { - "select": { - "label": "音量ブースト型", - "options": { - "global": "全て", - "perVideo": "動画ごと" - }, - "title": "音量ブーストの適用方法を選択します。「動画ごと」は別々の動画ごとを音量ブーストに可能する。「全て」は全ての動画を音量ブーストに付ける。" - } - }, - "title": "音量ブーストの設定" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "APIキーがここで取得をします。", - "input": { - "label": "APIキー", - "title": "YouTube API V3キーを入力してください。" - }, - "title": "YouTube API V3 key" - }, - "youtubeDeepDark": { - "author": "作家", - "co-authors": "共同作家", - "colors": { - "colorShadow": { - "label": "陰の色", - "title": "陰の色" - }, - "dimmerText": { - "label": "二の次テキストの色", - "title": "二の次テキストの色" - }, - "hoverBackground": { - "label": "背景マウスホバーの色", - "title": "背景マウスホバーの色" - }, - "mainBackground": { - "label": "主背景色", - "title": "主背景の色" - }, - "mainColor": { - "label": "アクセント色", - "title": "アクセントの色" - }, - "mainText": { - "label": "メインテキスト色", - "title": "メインテキストの色" - }, - "secondBackground": { - "label": "二次背景色", - "title": "二次背景の色" - } - }, - "enable": { - "label": "選択中テーマを可能にする", - "title": "選択中ページにテーマを可能にする" - }, - "select": { - "label": "テーマを選択", - "title": "ページのテーマを選択選べしてください" - }, - "title": "YouTube deep dark settings" - } - } - } + "langCode": "ja-JP", + "langName": "日本語", + "messages": { + "resumingVideo": "{{VIDEO_TIME}} から動画をレジュームする", + "settingVolume": "音量ブーストを{{VOLUME_BOOST_AMOUNT}}に設定中" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "コピー完了!", + "label": "タイムスタンプ付きの動画URLをコピーする" + } + }, + "featureMenu": { + "button": { + "label": "フィーチャー・メニュー" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "{{TIME}}で早送する" + }, + "rewindButton": { + "label": "{{TIME}}でリワインドする" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "終了画面のカードを非表示にする", + "toggle": { + "off": "終了画面のカードを表示にする", + "on": "終了画面のカードを非表示にする" + } + } + }, + "loopButton": { + "button": { + "label": "ループ", + "toggle": { + "off": "ループオフ", + "on": "ループオン" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "最大表示", + "toggle": { + "off": "最大表示オフ", + "on": "最大表示オン" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "文字起こしを見せる" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "再生速度を{{SPEED}}で下げする" + }, + "increasePlaybackSpeedButton": { + "label": "再生速度を{{SPEED}}で上げする" + } + }, + "decreaseLimit": "再生速度を下げるはできまっせん ({{SPEED}})", + "increaseLimit": "再生速度を上げるはできまっせん ({{SPEED}})" + }, + "playlistLength": { + "title": "一部の動画が非表示になっている場合、または完全な長さを得るために十分な動画を読み込んでいない場合、合計長さが正確でない可能性があります。" + }, + "screenshotButton": { + "button": { + "label": "スクリーンショット" + }, + "copiedToClipboard": "スクリーンショットをクリップボードにコピーしました" + }, + "videoHistory": { + "resumeButton": "レジューム", + "resumePrompt": { + "close": "終了" + } + }, + "volumeBoostButton": { + "button": { + "label": "音量ブースト", + "toggle": { + "off": "音量ブーストオフ", + "on": "音量ブーストオン" + } + } + } + } + }, + "options": { + "notifications": { + "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "スクロールホイール再生速度制御キーバインドは、スクロールホイール音量制御キーバインドと同じにすることはできません。", + "volumeControl": "スクロールホイール音量制御キーバインドは、スクロールホイール再生速度制御キーバインドと同じにすることはできません。" + } + } + }, + "info": { + "reset": "全てのオプションが省略時値でリセットしました。\n今変化を「確認」抓みでクリックするとセーブは可能するかページを閉じるで変化を破棄するかこの通知を捨て置くするは可能です。" + }, + "success": { + "saved": "選択がセーブしました" + } + } + } + }, + "settings": { + "clearData": { + "allDataDeleted": "すべてのデータが削除されました。", + "confirmAlert": "オプションに関連するすべてのデータを削除します。続行しますか?" + }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "scrollForMoreSettings": "Scroll for more settings", + "sections": { + "automaticQuality": { + "enable": { + "label": "自動画質調整", + "title": "選択したレベルに合わせて動画の画質を自動的に調整します。" + }, + "fallbackQualityStrategy": { + "select": { + "label": "画質フォールバック対策", + "options": { + "higher": "上位", + "lower": "下位" + }, + "title": "使用不能選択中画質ときに対策使ってする" + } + }, + "select": { + "label": "プレイヤーの動画質", + "title": "動画の画質に設定する" + }, + "title": "自動画質設定" + }, + "bottomButtons": { + "clear": { + "title": "マシンに保存されているすべてのエクステンションデータを消去します", + "value": "データの消去" + }, + "confirm": { + "title": "設定リセットを確認する", + "value": "確認" + }, + "openTab": { + "title": "新しいブラウザタブに拡張機能設定を開けるする" + }, + "reset": { + "title": "すべての設定をデフォルトにリセットします。「確認」ボタンをクリックして変更を保存します。", + "value": "リセット" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "タイムスタンプ付きの動画URLをコピーのボタン", + "decreasePlaybackSpeedButton": "速度を下げるボタン", + "forwardButton": "早送ボタン", + "hideEndScreenCardsButton": "終了画面のカードボタンを非表示にする", + "increasePlaybackSpeedButton": "速度を上げるボタン", + "loopButton": "ループボタン", + "maximizePlayerButton": "最大表示ボタン", + "openTranscriptButton": "文字起こしを見せるボタン", + "rewindButton": "リワインドボタン", + "screenshotButton": "スクリーンショットボタン", + "volumeBoostButton": "音量ブーストボタン" + }, + "options": { + "below_player": { + "placement": "プレイヤーコントローラーの下", + "value": "プレイヤーの下" + }, + "feature_menu": { + "placement": "フィーチャー・メニューの中", + "value": "フィーチャー・メニュー" + }, + "player_controls_left": { + "placement": "プレイヤーコントローラーの左側", + "value": "左のコントロール" + }, + "player_controls_right": { + "placement": "プレイヤーコントローラーの右側", + "value": "右のコントロール" + } + }, + "title": "{{PLACEMENT}}に{{BUTTON_NAME}}を置き方する" + }, + "title": "Button placement settings" + }, + "customCSS": { + "editor": { + "collapse": "エディターを最小化する", + "expand": "エディターを広げる", + "noProblems": "構文に問題はありませんでした。" + }, + "enable": { + "label": "カスタムCSSを可能にする", + "title": "ページに適用するカスタムCSSを可能にする" + }, + "title": "Custom CSS settings" + }, + "featureMenu": { + "openType": { + "select": { + "label": "メニューの有効化型", + "options": { + "click": "ボタンクリック", + "hover": "マウスホバー" + }, + "title": "フィーチャー・メニューを有効化にする方法を選択します" + }, + "title": "フィーチャー・メニュー設定" + } + }, + "forwardRewindButtons": { + "enable": { + "label": "早送/リワインドボタンを可能にする", + "title": "早送ボタンとリワインドボタンをビデオ・プレーヤーに追加する" + }, + "time": { + "label": "早送/リワインド時間", + "title": "動画に早送/リワインドを量時間" + }, + "title": "早送/リワインドボタン設定" + }, + "importExportSettings": { + "exportButton": { + "success": "設定がエクスポートをされました", + "title": "JSONファイルで設定がエクスポートする", + "value": "エクスポート設定" + }, + "importButton": { + "error": { + "unknown": "設定がインポートを失敗されました。ファイル形式を確認してください。\n未知数なエラーが起こった。", + "validation": "設定がインポートを失敗されました。ファイル形式を確認してください。\n{{ERROR_MESSAGE}}" + }, + "success": "設定がインポートをされました", + "title": "JSONファイルから設定がインポートする", + "value": "インポート設定" + } + }, + "language": { + "select": { + "label": "言語", + "title": "エクステンションに使用する言語" + }, + "title": "言語" + }, + "miscellaneous": { + "features": { + "automaticTheaterMode": { + "label": "自動シアターモード", + "title": "動画の読み込み時に自動的にシアターモードを有効にする" + }, + "automaticallyDisableAmbientMode": { + "label": "シネマティック ライティングを自動的に無効にする", + "title": "動画の読み込み時にシネマティック ライティングを自動にディセーブルする" + }, + "automaticallyDisableAutoPlay": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + }, + "automaticallyDisableClosedCaptions": { + "label": "クローズドキャプションを自動にディセーブルする", + "title": "動画の読み込み時にクローズドキャプションを自動にディセーブルする" + }, + "automaticallyEnableClosedCaptions": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + }, + "automaticallyMaximizePlayer": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + }, + "automaticallyShowMoreVideosOnEndScreen": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + }, + "copyTimestampUrlButton": { + "label": "タイムスタンプ付きの動画URLをコピーのボタン", + "title": "タイムスタンプ付きの動画URLをコピーする (?t=123)" + }, + "defaultToOriginalAudioTrack": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + }, + "enableMarkAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Add a button to playlist items to mark videos as unwatched" + }, + "enableRemoveVideoButton": { + "label": "Remove video button", + "title": "Add a button to playlist items to remove videos from the playlist" + }, + "enableSaveToWatchLaterButton": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + }, + "hideArtificialIntelligenceSummary": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + }, + "hideEndScreenCards": { + "label": "終了画面のカードを非表示にする", + "title": "動画の終了で画面カードを非表示にする" + }, + "hideEndScreenCardsButton": { + "label": "終了画面のカードボタンを非表示にする", + "title": "終了画面でボタンなカードを見せるか隠すに追加する" + }, + "hideLiveStreamChat": { + "label": "配信チャットを隠す", + "title": "配信チャットを隠する" + }, + "hideMembersOnlyVideos": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + }, + "hideOfficialArtistVideosFromHomePage": { + "label": "公式アーティストの動画を隠する", + "title": "ホームページから公式アーティストの動画を隠する" + }, + "hidePaidPromotionBanner": { + "label": "有料プロモーションバナーを隠す", + "title": "有料プロモーションのある動画を視聴したときに表示されるバナーを隠すします" + }, + "hidePlayables": { + "label": "Hide playables", + "title": "Hides all playables" + }, + "hideScrollbar": { + "label": "スクロールバー隠す機能", + "title": "ページのスクロールバーを隠す" + }, + "hideShorts": { + "label": "ショートを隠す", + "title": "全ショートを隠す" + }, + "hideSidebarRecommendedVideos": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + }, + "hideTranslateComment": { + "label": "コメント翻訳ボタンを隠す", + "title": "コメントの下で「言語に翻訳する」ボタンを隠する" + }, + "loopButton": { + "label": "動画ループボタン", + "title": "動画をループするボタンをフィーチャー・メニューに追加する" + }, + "maximizePlayerButton": { + "label": "最大化ボタン", + "title": "プレイヤーを最大化するボタンをフィーチャー・メニューに追加する" + }, + "openTranscriptButton": { + "label": "文字起こしを見せるボタン", + "title": "動画の文字起こしを見せるするボタンをフィーチャー・メニューに追加する" + }, + "openYouTubeSettingsOnHover": { + "label": "マウスを合わせでYouTubeの設定を開ける", + "title": "設定ボタンにマウスを合わせたときにYouTubeの設定メニューを開けてする" + }, + "pauseBackgroundPlayers": { + "label": "背後タブのビデオプレイヤーを一時停止", + "title": "前景タブに新規プレイヤー開始にして、背後タブのビデオプレイヤーを一時停止します" + }, + "playlistRemover": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + }, + "remainingTime": { + "label": "残り時間", + "title": "動画の残り時間を表示します" + }, + "rememberLastVolume": { + "label": "前音量を覚える", + "title": "新ビデオの音量を前動画の音量に変化する。" + }, + "removeRedirect": { + "label": "YouTubeのリダイレクトURLを削除する", + "title": "YouTubeリダイレクトを実物なURLを換えして、リダイレクト注意を抜かします" + }, + "restoreFullscreenScrolling": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + }, + "shareShortener": { + "label": "YouTube動画のURLを短縮する", + "title": "YouTube動画のURLに機能パラメータを削除して短縮する(youtu.be)" + }, + "shortsAutoScroll": { + "label": "ショートの自動スクロール", + "title": "次のショートを自動にスクロールする" + }, + "skipContinueWatching": { + "label": "「動画が一時停止されました。続きを視聴しますか?」を抜かする", + "title": "動画一時休止する休眠メッセージを抜かされます" + } + }, + "title": "他の設定" + }, + "onScreenDisplaySettings": { + "color": { + "label": "OSDの色", + "options": { + "blue": "青色", + "green": "緑色", + "orange": "橙色", + "pink": "桃色", + "purple": "紫色", + "red": "赤色", + "white": "白色", + "yellow": "黄色" + }, + "title": "オンスクリーンディスプレイ(OSD)の色を選択選ぶ" + }, + "hide": { + "label": "非表示の遅延", + "title": "OSDを自動的に非表示にするまでの時間(ミリ秒)単位で指定します" + }, + "opacity": { + "label": "OSDの不透明度", + "title": "オンスクリーンディスプレイ(OSD)の不透明度を調整する" + }, + "padding": { + "label": "スペーシング", + "title": "オンスクリーンディスプレイ(OSD)周辺の画素でスペーシングが変化する。特に隅なOSDのみ適用されます。" + }, + "position": { + "label": "ポジション", + "options": { + "bottom_left": "左下隅", + "bottom_right": "右下隅", + "center": "中心", + "top_left": "左上隅", + "top_right": "右上隅" + }, + "title": "オンスクリーンディスプレイ(OSD)のポジションを選択選ぶ" + }, + "title": "On-screen display settings", + "type": { + "label": "OSD型", + "options": { + "circle": "円形", + "line": "ライン", + "no_display": "見せない", + "text": "テキスト" + }, + "title": "オンスクリーンディスプレイ(OSD)型を選択選ぶ" + } + }, + "playbackSpeed": { + "enable": { + "label": "強制再生速度", + "title": "強制再生速度を可能にする" + }, + "playbackSpeedButtons": { + "label": "再生速度ボタン", + "select": { + "label": "再生ボタン速度", + "title": "マウスクリックに速度を変化する量" + }, + "title": "動画の再生速度を上げか下げボタンに追加する" + }, + "select": { + "label": "動画の再生速度", + "title": "動画の速度に設定する" + }, + "title": "再生速度設定" + }, + "playlistLength": { + "enable": { + "label": "プレイリストの長さ情報を表示", + "title": "プレイリストの長さ全額、視聴時間量、と残り時間を見せてしまいます。" + }, + "title": "プレイリストの長さ設定", + "wayToGetLength": { + "select": { + "label": "プレイリストの長さを取得する方法", + "title": "プレイリストの長さ情報を取得する方法 (エラーが発生した場合、APIメソッドはHTMLにフォールバックします)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "動画の視聴時間の取り出す方法", + "options": { + "duration": "動画の長さ", + "youtube": "動画の視聴時間" + }, + "title": "視聴時間の長さを取得する方法 (動画の長さタイプはウォッチページでのみ使用)" + } + } + }, + "playlistManagement": { + "features": { + "markAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + }, + "removeVideoButton": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + }, + "title": "Playlist management settings" + }, + "playlistManagementButtons": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + }, + "saveToWatchLaterButton": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + }, + "screenshotButton": { + "enable": { + "label": "スクリーンショットボタン", + "title": "動画をスクリーンショット撮るするボタンをビデオ・プレーヤーに追加する" + }, + "saveAs": { + "both": "Both (File and Clipboard)", + "clipboard": "クリップボード", + "file": "ファイル" + }, + "selectFormat": { + "label": "スクリーンショットフォーマット", + "title": "スクリーンショットを保存するフォーマット" + }, + "selectSaveAs": { + "label": "スクリーンショットセーブ型", + "title": "スクリーンショットのセーブ型" + }, + "title": "スクリーンショット設定" + }, + "scrollWheelSpeedControl": { + "adjustmentSteps": { + "label": "スクロールごとの速度変化", + "title": "スクロールごとの速度変化の分量をする" + }, + "enable": { + "label": "スクロールホイール再生速度制御", + "title": "キーバインドを押さえるでスクロールホイール再生速度制御可能にさせる。" + }, + "optionLabel": "{{KEY}} キー", + "select": { + "label": "キーバインド", + "title": "キーバインド選択選ぶ" + }, + "title": "スクロールホイール再生速度制御設定" + }, + "scrollWheelVolumeControl": { + "adjustmentSteps": { + "label": "スクロールごとの音量変化", + "title": "スクロールごとの音量変化の分量をする" + }, + "enable": { + "label": "スクロールホイール音量制御", + "title": "スクロールホイールを使用して、ビデオの音量を制御する。" + }, + "holdModifierKey": { + "enable": { + "label": "キーバインドに押さえる", + "title": "キーバインドを押さえるでスクロールホイール音量制御可能にさせる" + }, + "optionLabel": "{{KEY}} キー", + "select": { + "label": "キーバインド", + "title": "キーバインド選択選べる" + } + }, + "holdRightClick": { + "enable": { + "label": "右クリックに押さえるで可能にする", + "title": "右クリックに押さえるでスクロールホイール音量制御可能にする" + } + }, + "title": "スクロールホイール音量制御設定" + }, + "settingSearch": { + "placeholder": "設定を探す" + }, + "videoHistory": { + "enable": { + "label": "視聴した動画に追跡をつける", + "title": "再生を再開できるように、視聴中の動画で中断した場所を追跡します" + }, + "resumeType": { + "select": { + "label": "レジューム型", + "options": { + "automatic": "自動", + "prompt": "入力要求" + }, + "title": "動画をレジュームするの方法を選択します" + } + }, + "title": "動画履歴設定" + }, + "volumeBoost": { + "boostAmount": { + "label": "音量ブーストの量(dB)", + "title": "音量を上げる量" + }, + "enable": { + "label": "音量ブースト", + "title": "音量ブーストを可能にする" + }, + "mode": { + "select": { + "label": "音量ブースト型", + "options": { + "global": "全て", + "perVideo": "動画ごと" + }, + "title": "音量ブーストの適用方法を選択します。「動画ごと」は別々の動画ごとを音量ブーストに可能する。「全て」は全ての動画を音量ブーストに付ける。" + } + }, + "title": "音量ブーストの設定" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "APIキーがここで取得をします。", + "input": { + "label": "APIキー", + "title": "YouTube API V3キーを入力してください。" + }, + "title": "YouTube API V3 key" + }, + "youtubeDeepDark": { + "author": "作家", + "co-authors": "共同作家", + "colors": { + "colorShadow": { + "label": "陰の色", + "title": "陰の色" + }, + "dimmerText": { + "label": "二の次テキストの色", + "title": "二の次テキストの色" + }, + "hoverBackground": { + "label": "背景マウスホバーの色", + "title": "背景マウスホバーの色" + }, + "mainBackground": { + "label": "主背景色", + "title": "主背景の色" + }, + "mainColor": { + "label": "アクセント色", + "title": "アクセントの色" + }, + "mainText": { + "label": "メインテキスト色", + "title": "メインテキストの色" + }, + "secondBackground": { + "label": "二次背景色", + "title": "二次背景の色" + } + }, + "enable": { + "label": "選択中テーマを可能にする", + "title": "選択中ページにテーマを可能にする" + }, + "select": { + "label": "テーマを選択", + "title": "ページのテーマを選択選べしてください" + }, + "title": "YouTube deep dark settings" + } + } + } } From 82f68532789fdb0c2c7f2f7112043a45b9a528a0 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 6 Dec 2025 02:11:37 -0500 Subject: [PATCH 1375/1783] New translations en-us.json (Korean) --- public/locales/ko-KR.json | 1406 +++++++++++++++++++------------------ 1 file changed, 705 insertions(+), 701 deletions(-) diff --git a/public/locales/ko-KR.json b/public/locales/ko-KR.json index be3ccbace..d2041a327 100644 --- a/public/locales/ko-KR.json +++ b/public/locales/ko-KR.json @@ -1,703 +1,707 @@ { - "langCode": "ko-KR", - "langName": "한국어", - "messages": { - "resumingVideo": "영상을 {{VIDEO_TIME}} 부터 다시 재생합니다.", - "settingVolume": "볼륨 부스트를 {{VOLUME_BOOST_AMOUNT}} 로 설정합니다." - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "복사되었습니다.", - "label": "현재 시간 주소 복사" - } - }, - "featureMenu": { - "button": { - "label": "추가 기능" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "{{TIME}} 초 빨리 감기" - }, - "rewindButton": { - "label": "{{TIME}} 초 되감기" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "최종 화면 숨기기", - "toggle": { - "off": "최종 화면 보기", - "on": "최종 화면 숨기기" - } - } - }, - "loopButton": { - "button": { - "label": "연속 재생", - "toggle": { - "off": "연속 재생 끄기", - "on": "연속 재생 켜기" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "화면 크기에 맞추기", - "toggle": { - "off": "끄기", - "on": "켜기" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "스크립트 보기" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "재생 속도를 {{SPEED}} 로 변경" - }, - "increasePlaybackSpeedButton": { - "label": "재생 속도를 {{SPEED}} 로 변경" - } - }, - "decreaseLimit": "({{SPEED}}) 에서 더 줄일 수 없습니다.", - "increaseLimit": "({{SPEED}}) 에서 더 늘릴 수 없습니다." - }, - "playlistLength": { - "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." - }, - "screenshotButton": { - "button": { - "label": "스크린샷" - }, - "copiedToClipboard": "현재 화면 클립보드에 복사" - }, - "videoHistory": { - "resumeButton": "이어서 시청하기", - "resumePrompt": { - "close": "닫기" - } - }, - "volumeBoostButton": { - "button": { - "label": "볼륨 부스트", - "toggle": { - "off": "볼륨 부스트 끄기", - "on": "볼륨 부스트 켜기" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "중복되는 키가 설정되어 있습니다.", - "volumeControl": "중복되는 키가 설정되어 있습니다." - } - } - }, - "info": { - "reset": "모든 옵션이 기본값으로 재설정되었습니다.\n이제 \"확인\" 버튼를 눌러 변경사항을 저장하거나 이 페이지를 닫아 변경사항을 취소할 수 있습니다." - }, - "success": { - "saved": "저장되었습니다." - } - } - } - }, - "settings": { - "clearData": { - "allDataDeleted": "모든 데이터가 삭제되었습니다.", - "confirmAlert": "모든 데이터가 삭제됩니다. 진행할까요?" - }, - "optionDisabled": { - "either": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " or " - }, - "plural": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " and " - }, - "singular": "Enable '{{OPTION}}' to configure this option", - "specificOption": { - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" - } - }, - "scrollForMoreSettings": "Scroll for more settings", - "sections": { - "automaticQuality": { - "enable": { - "label": "화질 설정", - "title": "영상의 화질이 자동으로 변경됩니다." - }, - "fallbackQualityStrategy": { - "select": { - "label": "화질 대체", - "options": { - "higher": "높음", - "lower": "낮음" - }, - "title": "선택한 화질을 사용할 수 없을 때 다음 방법을 사용합니다." - } - }, - "select": { - "label": "동영상 화질", - "title": "항상 선택한 화질로 동영상이 재생됩니다." - }, - "title": "동영상 화질 자동 변경" - }, - "bottomButtons": { - "clear": { - "title": "확장과 관련된 데이터를 PC에서 모두 삭제합니다.", - "value": "데이터 삭제" - }, - "confirm": { - "title": "작업을 진행하려면 다시 누르세요", - "value": "확인" - }, - "openTab": { - "title": "새 탭에서 설정 열기" - }, - "reset": { - "title": "모든 설정을 기본값으로 변경합니다. 진행을 원하시면 확인을 누르세요", - "value": "초기화" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "현재 시간 주소 복사 버튼", - "decreasePlaybackSpeedButton": "속도 조절 버튼", - "forwardButton": "빨리 감기 버튼", - "hideEndScreenCardsButton": "최종 화면 숨기기", - "increasePlaybackSpeedButton": "속도 조절 버튼", - "loopButton": "연속 재생 버튼", - "maximizePlayerButton": "화면 크기에 맞추기 버튼", - "openTranscriptButton": "스크립트 보기 버튼", - "rewindButton": "되감기 버튼", - "screenshotButton": "스크린샷 버튼", - "volumeBoostButton": "볼륨 부스트 버튼" - }, - "options": { - "below_player": { - "placement": "플레이어 컨트롤 아래", - "value": "아래" - }, - "feature_menu": { - "placement": "추가 기능 버튼", - "value": "추가 기능" - }, - "player_controls_left": { - "placement": "플레이어 컨트롤의 왼쪽", - "value": "왼쪽" - }, - "player_controls_right": { - "placement": "플레이어 컨트롤의 오른쪽", - "value": "오른쪽" - } - }, - "title": "{{BUTTON_NAME}} 을 {{PLACEMENT}} 에 배치하세요" - }, - "title": "Button placement settings" - }, - "customCSS": { - "editor": { - "collapse": "편집기 축소", - "expand": "편집기 확대", - "noProblems": "발견된 문제가 없습니다." - }, - "enable": { - "label": "CSS 커스텀 활성화", - "title": "커스텀 CSS를 적용할 수 있습니다." - }, - "title": "Custom CSS settings" - }, - "featureMenu": { - "openType": { - "select": { - "label": "메뉴 활성화 방식", - "options": { - "click": "클릭 시", - "hover": "마우스 커서를 올릴 때" - }, - "title": "추가 기능 메뉴를 어떤 방식으로 열지 선택하세요" - }, - "title": "추가 기능 설정" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "되감기/빨리 감기 버튼 사용", - "title": "플레이어에 되감기와 빨리 감기 버튼을 추가합니다." - }, - "time": { - "label": "되감기/빨리 감기 시간", - "title": "되감기/빨리 감기 시간" - }, - "title": "되감기/빨리 감기 버튼 설정" - }, - "importExportSettings": { - "exportButton": { - "success": "설정을 성공적으로 내보냈습니다.", - "title": "설정 JSON로 내보내기", - "value": "설정 내보내기" - }, - "importButton": { - "error": { - "unknown": "설정 가져오기에 오류가 있습니다. 파일 형식을 확인하십시오.", - "validation": "설정 가져 오기에 오류가 있습니다. 파일 형식을 확인하십시오.\n{{ERROR_MESSAGE}}" - }, - "success": "설정 파일을 성공적으로 가져왔습니다.", - "title": "JSON 파일에서 설정 가져오기", - "value": "설정 가져오기" - } - }, - "language": { - "select": { - "label": "언어", - "title": "이곳에서 언어를 변경할 수 있습니다." - }, - "title": "언어" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "자동 극장 모드", - "title": "동영상 재생 시 자동으로 극장 모드가 활성화 됩니다." - }, - "automaticallyDisableAmbientMode": { - "label": "Automatically disable ambient mode", - "title": "Automatically disables ambient mode when you load a video" - }, - "automaticallyDisableClosedCaptions": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" - }, - "automaticallyEnableClosedCaptions": { - "label": "Automatically enable closed captions", - "title": "Automatically enables closed captions when you load a video" - }, - "automaticallyMaximizePlayer": { - "label": "Automatically maximize player", - "title": "Automatically maximizes the player when you load a video" - }, - "automaticallyShowMoreVideosOnEndScreen": { - "label": "Automatically show more videos on end screen", - "title": "Automatically shows more videos on end screen when you load a video" - }, - "copyTimestampUrlButton": { - "label": "현재 시간 주소 복사 버튼", - "title": "현재 시간 주소 복사 (?t=123)" - }, - "defaultToOriginalAudioTrack": { - "label": "Default to original audio track", - "title": "Always default to the original audio track" - }, - "enableMarkAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Add a button to playlist items to mark videos as unwatched" - }, - "enableRemoveVideoButton": { - "label": "Remove video button", - "title": "Add a button to playlist items to remove videos from the playlist" - }, - "enableSaveToWatchLaterButton": { - "label": "Enable save to Watch Later button", - "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" - }, - "hideArtificialIntelligenceSummary": { - "label": "Hide AI summary", - "title": "Hides the artificial intelligence summary below videos" - }, - "hideEndScreenCards": { - "label": "최종 화면 숨기기", - "title": "동영상 마지막에 등장하는 추천 동영상 카드들을 숨깁니다." - }, - "hideEndScreenCardsButton": { - "label": "최종 화면 숨기기 버튼", - "title": "동영상 마지막에 등장하는 추천 동영상 카드들을 숨기거나 표시합니다." - }, - "hideLiveStreamChat": { - "label": "실시간 채팅 숨기기", - "title": "실시간 채팅 레이아웃을 숨깁니다." - }, - "hideMembersOnlyVideos": { - "label": "Hide members-only videos", - "title": "Hides videos that are only visible to members" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" - }, - "hidePaidPromotionBanner": { - "label": "유료 광고 배너 숨기기", - "title": "유료 광고가 있는 동영상을 볼 때 나타나는 배너를 숨깁니다." - }, - "hidePlayables": { - "label": "Hide playables", - "title": "Hides all playables" - }, - "hideScrollbar": { - "label": "스크롤바 숨기기", - "title": "스크롤바를 숨깁니다. 깔끔한 느낌을 받으시려면 키세요" - }, - "hideShorts": { - "label": "쇼츠 숨기기", - "title": "쇼츠 동영상들을 숨깁니다." - }, - "hideSidebarRecommendedVideos": { - "label": "Hide recommended videos", - "title": "Hides the sidebar that recommends videos" - }, - "hideTranslateComment": { - "label": "댓글 번역 버튼 숨기기", - "title": "댓글 아래에 표시되는 번역 버튼을 숨깁니다." - }, - "loopButton": { - "label": "연속 재생 버튼", - "title": "추가 기능 메뉴에 \"연속 재생\" 버튼을 추가합니다." - }, - "maximizePlayerButton": { - "label": "화면 크기에 맞추기 버튼", - "title": "추가 기능 메뉴에 \"화면 크기에 맞추기\" 버튼을 추가합니다." - }, - "openTranscriptButton": { - "label": "스크립트 보기 버튼", - "title": "추가 기능 메뉴에 \"스크립트 보기\" 버튼을 추가합니다." - }, - "openYouTubeSettingsOnHover": { - "label": "마우스 커서를 올려 유튜브 설정 열기", - "title": "설정 버튼 위로 마우스 커서를 올리면 유튜브 설정 메뉴를 엽니다." - }, - "pauseBackgroundPlayers": { - "label": "백그라운드 플레이어 일시 중지", - "title": "다른 탭에서 동영상을 재생할 때 이전 탭의 동영상 플레이어를 일시 중지합니다." - }, - "playlistRemover": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" - }, - "remainingTime": { - "label": "남은 시간 표시", - "title": "현재 동영상의 남은 시간을 표시합니다." - }, - "rememberLastVolume": { - "label": "마지막 볼륨 기억", - "title": "마지막으로 본 동영상의 볼륨이 다른 동영상에서도 유지됩니다." - }, - "removeRedirect": { - "label": "유튜브 / 리디렉션 URL 제거", - "title": "리디렉션 경고 대화를 건너뛰고 실제 URL로 유튜브 리디렉션을 대체합니다." - }, - "restoreFullscreenScrolling": { - "label": "Restore fullscreen scrolling", - "title": "Restores scrolling in fullscreen mode" - }, - "shareShortener": { - "label": "유튜브 동영상 공유 링크 짧게하기", - "title": "si/feature 매개 변수를 제거하여 유튜브 동영상 공유 링크를 단축(youtu.be)" - }, - "shortsAutoScroll": { - "label": "쇼츠 동영상 자동 스크롤", - "title": "재생이 완료되면 다음 쇼츠로 넘어갑니다." - }, - "skipContinueWatching": { - "label": "'동영상이 일시중지되었습니다. 이어서 시청하시겠어요?' 팝업 스킵", - "title": "'동영상이 일시중지되었습니다. 이어서 시청하시겠어요?' 팝업을 자동으로 스킵하여 끊김 없는 재생을 유지합니다." - } - }, - "title": "기타 설정" - }, - "onScreenDisplaySettings": { - "color": { - "label": "색상", - "options": { - "blue": "블루", - "green": "그린", - "orange": "오렌지", - "pink": "핑크", - "purple": "퍼플", - "red": "레드", - "white": "화이트", - "yellow": "옐로우" - }, - "title": "화면에 속도 조절 등의 알림을 표시하는 텍스트 색상을 변경합니다." - }, - "hide": { - "label": "사라지는 시간", - "title": "온 스크린 디스플레이가 몇초 후에 사라지는지 설정합니다." - }, - "opacity": { - "label": "투명도", - "title": "온 스크린 디스플레이의 투명도 조절" - }, - "padding": { - "label": "여백", - "title": "온 스크린 디스플레이의 주변 여백을 픽셀 단위로 조절합니다." - }, - "position": { - "label": "위치", - "options": { - "bottom_left": "왼쪽 아래", - "bottom_right": "오른쪽 아래", - "center": "가운데", - "top_left": "왼쪽 위", - "top_right": "오른쪽 위" - }, - "title": "온 스크린 디스플레이의 위치를 선택하세요" - }, - "title": "On-screen display settings", - "type": { - "label": "유형", - "options": { - "circle": "원형", - "line": "선", - "no_display": "표시 안 함", - "text": "텍스트" - }, - "title": "온 스크린 디스플레이가 어떻게 표시될지 선택합니다." - } - }, - "playbackSpeed": { - "enable": { - "label": "재생 속도 고정", - "title": "동영상 재생 속도를 아래에서 선택한 속도로 설정합니다." - }, - "playbackSpeedButtons": { - "label": "재생 속도 버튼", - "select": { - "label": "재생 속도 버튼", - "title": "클릭당 변경되는 속도 단위" - }, - "title": "보고있는 동영상의 재생 속도를 변경하기 위한 버튼 추가" - }, - "select": { - "label": "플레이어 속도", - "title": "동영상의 속도를 변경합니다." - }, - "title": "재생 속도 설정" - }, - "playlistLength": { - "enable": { - "label": "Display playlist length information", - "title": "Shows the total length of the playlist, how much has been watched, and how much remains." - }, - "title": "Playlist length settings", - "wayToGetLength": { - "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "Method to get watched time", - "options": { - "duration": "Video Length", - "youtube": "Video Watch Time" - }, - "title": "The way to get the amount of time watched (Video Length type only used on watch page)" - } - } - }, - "playlistManagement": { - "features": { - "markAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - }, - "removeVideoButton": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - } - }, - "title": "Playlist management settings" - }, - "playlistManagementButtons": { - "failedToMarkAsUnwatched": "Failed to mark video as unwatched", - "failedToRemoveVideo": "Failed to remove video", - "markAsUnwatched": "Mark as unwatched", - "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "Remove video", - "removingVideo": "Removing video…" - }, - "saveToWatchLaterButton": { - "failedToSaveVideo": "Failed to save video to Watch Later", - "saveVideo": "Save to Watch Later", - "savingVideo": "Saving to Watch Later…" - }, - "screenshotButton": { - "enable": { - "label": "스크린샷 버튼", - "title": "현재 화면을 캡처하기 위한 스크린샷 버튼을 추가합니다." - }, - "saveAs": { - "clipboard": "클립보드로 복사", - "file": "파일로 저장", - "both": "Both (File and Clipboard)" - }, - "selectFormat": { - "label": "캡처 방법", - "title": "스크린샷을 저장하는 방식" - }, - "selectSaveAs": { - "label": "스크린샷 저장 방식", - "title": "현재 화면을 클립보드에 복사, 파일로 저장 두 가지 옵션이 있습니다." - }, - "title": "스크린샷 설정" - }, - "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "스크롤 당 속도 변경", - "title": "스크롤에 따라 속도가 조절됩니다." - }, - "enable": { - "label": "스크롤 휠로 속도 제어", - "title": "스크롤 휠을 사용해 속도를 조절하려면 이 옵션을 사용하세요" - }, - "optionLabel": "{{KEY}}", - "select": { - "label": "보조 키", - "title": "보조 키와 함께 사용해야 작동이 됩니다." - }, - "title": "스크롤 휠 속도 제어 설정" - }, - "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "스크롤 당 볼륨 조절", - "title": "스크롤에 따라 볼륨이 조절됩니다." - }, - "enable": { - "label": "스크롤로 볼륨 조절", - "title": "스크롤 휠을 사용하여 보고 있는 동영상의 볼륨을 조절할 수 있습니다." - }, - "holdModifierKey": { - "enable": { - "label": "보조 키를 누를 때 활성화", - "title": "보조 키와 함께 사용해야 작동합니다." - }, - "optionLabel": "{{KEY}}", - "select": { - "label": "보조 키", - "title": "보조 키와 함께 사용해야 작동합니다." - } - }, - "holdRightClick": { - "enable": { - "label": "마우스 오른쪽 버튼을 누른 상태에서 활성화", - "title": "우클릭 상태로 스크롤 하세요" - } - }, - "title": "스크롤 휠로 볼륨 조절 설정" - }, - "settingSearch": { - "placeholder": "설정 검색" - }, - "videoHistory": { - "enable": { - "label": "시청한 동영상 기억", - "title": "동영상의 중단된 위치를 기억하고 이어서 시청할 수 있습니다." - }, - "resumeType": { - "select": { - "label": "이어서 시청하기", - "options": { - "automatic": "자동", - "prompt": "팝업 클릭" - }, - "title": "이어서 시청하는 방법 선택" - } - }, - "title": "동영상 시청 기록 설정" - }, - "volumeBoost": { - "boostAmount": { - "label": "부피 부스트(dB)", - "title": "높을 수록 소리가 커집니다." - }, - "enable": { - "label": "볼륨 부스트", - "title": "볼륨 부스트 켜기" - }, - "mode": { - "select": { - "label": "볼륨 부스트 적용 방법", - "options": { - "global": "전체", - "perVideo": "개별 동영상" - }, - "title": "볼륨 부스트 활성화 방법을 선택하십시오. '개별 동영상'을 사용하면 추가 기능 메뉴에서 각 비디오를 개별적으로 적용할 수 있습니다. 전체'를 선택하면 이 모든 동영상에 적용됩니다." - } - }, - "title": "볼륨 부스트 설정" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "You can get one from here", - "input": { - "label": "API Key", - "title": "Enter your Youtube Data API V3 key." - }, - "title": "YouTube API V3 key" - }, - "youtubeDeepDark": { - "author": "개발자", - "co-authors": "도와주신분들", - "colors": { - "colorShadow": { - "label": "그림자 색상", - "title": "그림자 색상" - }, - "dimmerText": { - "label": "보조 텍스트 색상", - "title": "보조 텍스트의 색상" - }, - "hoverBackground": { - "label": "마우스 커서를 올렸을 때 색상", - "title": "마우스 커서를 올렸을 때의 색상을 변경합니다." - }, - "mainBackground": { - "label": "메인 배경 색상", - "title": "메인 백그라운드 색상을 변경합니다." - }, - "mainColor": { - "label": "강조 색상", - "title": "강조할 색상을 선택하세요" - }, - "mainText": { - "label": "메인 텍스트 색상", - "title": "메인 텍스트 색상을 변경합니다." - }, - "secondBackground": { - "label": "보조 배경 색상", - "title": "보조 배경의 색상을 변경합니다." - } - }, - "enable": { - "label": "선택한 테마 사용", - "title": "선택한 테마를 활성화합니다." - }, - "select": { - "label": "테마 선택", - "title": "적용할 테마를 선택하세요" - }, - "title": "YouTube deep dark settings" - } - } - } + "langCode": "ko-KR", + "langName": "한국어", + "messages": { + "resumingVideo": "영상을 {{VIDEO_TIME}} 부터 다시 재생합니다.", + "settingVolume": "볼륨 부스트를 {{VOLUME_BOOST_AMOUNT}} 로 설정합니다." + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "복사되었습니다.", + "label": "현재 시간 주소 복사" + } + }, + "featureMenu": { + "button": { + "label": "추가 기능" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "{{TIME}} 초 빨리 감기" + }, + "rewindButton": { + "label": "{{TIME}} 초 되감기" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "최종 화면 숨기기", + "toggle": { + "off": "최종 화면 보기", + "on": "최종 화면 숨기기" + } + } + }, + "loopButton": { + "button": { + "label": "연속 재생", + "toggle": { + "off": "연속 재생 끄기", + "on": "연속 재생 켜기" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "화면 크기에 맞추기", + "toggle": { + "off": "끄기", + "on": "켜기" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "스크립트 보기" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "재생 속도를 {{SPEED}} 로 변경" + }, + "increasePlaybackSpeedButton": { + "label": "재생 속도를 {{SPEED}} 로 변경" + } + }, + "decreaseLimit": "({{SPEED}}) 에서 더 줄일 수 없습니다.", + "increaseLimit": "({{SPEED}}) 에서 더 늘릴 수 없습니다." + }, + "playlistLength": { + "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + }, + "screenshotButton": { + "button": { + "label": "스크린샷" + }, + "copiedToClipboard": "현재 화면 클립보드에 복사" + }, + "videoHistory": { + "resumeButton": "이어서 시청하기", + "resumePrompt": { + "close": "닫기" + } + }, + "volumeBoostButton": { + "button": { + "label": "볼륨 부스트", + "toggle": { + "off": "볼륨 부스트 끄기", + "on": "볼륨 부스트 켜기" + } + } + } + } + }, + "options": { + "notifications": { + "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "중복되는 키가 설정되어 있습니다.", + "volumeControl": "중복되는 키가 설정되어 있습니다." + } + } + }, + "info": { + "reset": "모든 옵션이 기본값으로 재설정되었습니다.\n이제 \"확인\" 버튼를 눌러 변경사항을 저장하거나 이 페이지를 닫아 변경사항을 취소할 수 있습니다." + }, + "success": { + "saved": "저장되었습니다." + } + } + } + }, + "settings": { + "clearData": { + "allDataDeleted": "모든 데이터가 삭제되었습니다.", + "confirmAlert": "모든 데이터가 삭제됩니다. 진행할까요?" + }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "scrollForMoreSettings": "Scroll for more settings", + "sections": { + "automaticQuality": { + "enable": { + "label": "화질 설정", + "title": "영상의 화질이 자동으로 변경됩니다." + }, + "fallbackQualityStrategy": { + "select": { + "label": "화질 대체", + "options": { + "higher": "높음", + "lower": "낮음" + }, + "title": "선택한 화질을 사용할 수 없을 때 다음 방법을 사용합니다." + } + }, + "select": { + "label": "동영상 화질", + "title": "항상 선택한 화질로 동영상이 재생됩니다." + }, + "title": "동영상 화질 자동 변경" + }, + "bottomButtons": { + "clear": { + "title": "확장과 관련된 데이터를 PC에서 모두 삭제합니다.", + "value": "데이터 삭제" + }, + "confirm": { + "title": "작업을 진행하려면 다시 누르세요", + "value": "확인" + }, + "openTab": { + "title": "새 탭에서 설정 열기" + }, + "reset": { + "title": "모든 설정을 기본값으로 변경합니다. 진행을 원하시면 확인을 누르세요", + "value": "초기화" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "현재 시간 주소 복사 버튼", + "decreasePlaybackSpeedButton": "속도 조절 버튼", + "forwardButton": "빨리 감기 버튼", + "hideEndScreenCardsButton": "최종 화면 숨기기", + "increasePlaybackSpeedButton": "속도 조절 버튼", + "loopButton": "연속 재생 버튼", + "maximizePlayerButton": "화면 크기에 맞추기 버튼", + "openTranscriptButton": "스크립트 보기 버튼", + "rewindButton": "되감기 버튼", + "screenshotButton": "스크린샷 버튼", + "volumeBoostButton": "볼륨 부스트 버튼" + }, + "options": { + "below_player": { + "placement": "플레이어 컨트롤 아래", + "value": "아래" + }, + "feature_menu": { + "placement": "추가 기능 버튼", + "value": "추가 기능" + }, + "player_controls_left": { + "placement": "플레이어 컨트롤의 왼쪽", + "value": "왼쪽" + }, + "player_controls_right": { + "placement": "플레이어 컨트롤의 오른쪽", + "value": "오른쪽" + } + }, + "title": "{{BUTTON_NAME}} 을 {{PLACEMENT}} 에 배치하세요" + }, + "title": "Button placement settings" + }, + "customCSS": { + "editor": { + "collapse": "편집기 축소", + "expand": "편집기 확대", + "noProblems": "발견된 문제가 없습니다." + }, + "enable": { + "label": "CSS 커스텀 활성화", + "title": "커스텀 CSS를 적용할 수 있습니다." + }, + "title": "Custom CSS settings" + }, + "featureMenu": { + "openType": { + "select": { + "label": "메뉴 활성화 방식", + "options": { + "click": "클릭 시", + "hover": "마우스 커서를 올릴 때" + }, + "title": "추가 기능 메뉴를 어떤 방식으로 열지 선택하세요" + }, + "title": "추가 기능 설정" + } + }, + "forwardRewindButtons": { + "enable": { + "label": "되감기/빨리 감기 버튼 사용", + "title": "플레이어에 되감기와 빨리 감기 버튼을 추가합니다." + }, + "time": { + "label": "되감기/빨리 감기 시간", + "title": "되감기/빨리 감기 시간" + }, + "title": "되감기/빨리 감기 버튼 설정" + }, + "importExportSettings": { + "exportButton": { + "success": "설정을 성공적으로 내보냈습니다.", + "title": "설정 JSON로 내보내기", + "value": "설정 내보내기" + }, + "importButton": { + "error": { + "unknown": "설정 가져오기에 오류가 있습니다. 파일 형식을 확인하십시오.", + "validation": "설정 가져 오기에 오류가 있습니다. 파일 형식을 확인하십시오.\n{{ERROR_MESSAGE}}" + }, + "success": "설정 파일을 성공적으로 가져왔습니다.", + "title": "JSON 파일에서 설정 가져오기", + "value": "설정 가져오기" + } + }, + "language": { + "select": { + "label": "언어", + "title": "이곳에서 언어를 변경할 수 있습니다." + }, + "title": "언어" + }, + "miscellaneous": { + "features": { + "automaticTheaterMode": { + "label": "자동 극장 모드", + "title": "동영상 재생 시 자동으로 극장 모드가 활성화 됩니다." + }, + "automaticallyDisableAmbientMode": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + }, + "automaticallyDisableAutoPlay": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + }, + "automaticallyDisableClosedCaptions": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + }, + "automaticallyEnableClosedCaptions": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + }, + "automaticallyMaximizePlayer": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + }, + "automaticallyShowMoreVideosOnEndScreen": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + }, + "copyTimestampUrlButton": { + "label": "현재 시간 주소 복사 버튼", + "title": "현재 시간 주소 복사 (?t=123)" + }, + "defaultToOriginalAudioTrack": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + }, + "enableMarkAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Add a button to playlist items to mark videos as unwatched" + }, + "enableRemoveVideoButton": { + "label": "Remove video button", + "title": "Add a button to playlist items to remove videos from the playlist" + }, + "enableSaveToWatchLaterButton": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + }, + "hideArtificialIntelligenceSummary": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + }, + "hideEndScreenCards": { + "label": "최종 화면 숨기기", + "title": "동영상 마지막에 등장하는 추천 동영상 카드들을 숨깁니다." + }, + "hideEndScreenCardsButton": { + "label": "최종 화면 숨기기 버튼", + "title": "동영상 마지막에 등장하는 추천 동영상 카드들을 숨기거나 표시합니다." + }, + "hideLiveStreamChat": { + "label": "실시간 채팅 숨기기", + "title": "실시간 채팅 레이아웃을 숨깁니다." + }, + "hideMembersOnlyVideos": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + }, + "hideOfficialArtistVideosFromHomePage": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + }, + "hidePaidPromotionBanner": { + "label": "유료 광고 배너 숨기기", + "title": "유료 광고가 있는 동영상을 볼 때 나타나는 배너를 숨깁니다." + }, + "hidePlayables": { + "label": "Hide playables", + "title": "Hides all playables" + }, + "hideScrollbar": { + "label": "스크롤바 숨기기", + "title": "스크롤바를 숨깁니다. 깔끔한 느낌을 받으시려면 키세요" + }, + "hideShorts": { + "label": "쇼츠 숨기기", + "title": "쇼츠 동영상들을 숨깁니다." + }, + "hideSidebarRecommendedVideos": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + }, + "hideTranslateComment": { + "label": "댓글 번역 버튼 숨기기", + "title": "댓글 아래에 표시되는 번역 버튼을 숨깁니다." + }, + "loopButton": { + "label": "연속 재생 버튼", + "title": "추가 기능 메뉴에 \"연속 재생\" 버튼을 추가합니다." + }, + "maximizePlayerButton": { + "label": "화면 크기에 맞추기 버튼", + "title": "추가 기능 메뉴에 \"화면 크기에 맞추기\" 버튼을 추가합니다." + }, + "openTranscriptButton": { + "label": "스크립트 보기 버튼", + "title": "추가 기능 메뉴에 \"스크립트 보기\" 버튼을 추가합니다." + }, + "openYouTubeSettingsOnHover": { + "label": "마우스 커서를 올려 유튜브 설정 열기", + "title": "설정 버튼 위로 마우스 커서를 올리면 유튜브 설정 메뉴를 엽니다." + }, + "pauseBackgroundPlayers": { + "label": "백그라운드 플레이어 일시 중지", + "title": "다른 탭에서 동영상을 재생할 때 이전 탭의 동영상 플레이어를 일시 중지합니다." + }, + "playlistRemover": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + }, + "remainingTime": { + "label": "남은 시간 표시", + "title": "현재 동영상의 남은 시간을 표시합니다." + }, + "rememberLastVolume": { + "label": "마지막 볼륨 기억", + "title": "마지막으로 본 동영상의 볼륨이 다른 동영상에서도 유지됩니다." + }, + "removeRedirect": { + "label": "유튜브 / 리디렉션 URL 제거", + "title": "리디렉션 경고 대화를 건너뛰고 실제 URL로 유튜브 리디렉션을 대체합니다." + }, + "restoreFullscreenScrolling": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + }, + "shareShortener": { + "label": "유튜브 동영상 공유 링크 짧게하기", + "title": "si/feature 매개 변수를 제거하여 유튜브 동영상 공유 링크를 단축(youtu.be)" + }, + "shortsAutoScroll": { + "label": "쇼츠 동영상 자동 스크롤", + "title": "재생이 완료되면 다음 쇼츠로 넘어갑니다." + }, + "skipContinueWatching": { + "label": "'동영상이 일시중지되었습니다. 이어서 시청하시겠어요?' 팝업 스킵", + "title": "'동영상이 일시중지되었습니다. 이어서 시청하시겠어요?' 팝업을 자동으로 스킵하여 끊김 없는 재생을 유지합니다." + } + }, + "title": "기타 설정" + }, + "onScreenDisplaySettings": { + "color": { + "label": "색상", + "options": { + "blue": "블루", + "green": "그린", + "orange": "오렌지", + "pink": "핑크", + "purple": "퍼플", + "red": "레드", + "white": "화이트", + "yellow": "옐로우" + }, + "title": "화면에 속도 조절 등의 알림을 표시하는 텍스트 색상을 변경합니다." + }, + "hide": { + "label": "사라지는 시간", + "title": "온 스크린 디스플레이가 몇초 후에 사라지는지 설정합니다." + }, + "opacity": { + "label": "투명도", + "title": "온 스크린 디스플레이의 투명도 조절" + }, + "padding": { + "label": "여백", + "title": "온 스크린 디스플레이의 주변 여백을 픽셀 단위로 조절합니다." + }, + "position": { + "label": "위치", + "options": { + "bottom_left": "왼쪽 아래", + "bottom_right": "오른쪽 아래", + "center": "가운데", + "top_left": "왼쪽 위", + "top_right": "오른쪽 위" + }, + "title": "온 스크린 디스플레이의 위치를 선택하세요" + }, + "title": "On-screen display settings", + "type": { + "label": "유형", + "options": { + "circle": "원형", + "line": "선", + "no_display": "표시 안 함", + "text": "텍스트" + }, + "title": "온 스크린 디스플레이가 어떻게 표시될지 선택합니다." + } + }, + "playbackSpeed": { + "enable": { + "label": "재생 속도 고정", + "title": "동영상 재생 속도를 아래에서 선택한 속도로 설정합니다." + }, + "playbackSpeedButtons": { + "label": "재생 속도 버튼", + "select": { + "label": "재생 속도 버튼", + "title": "클릭당 변경되는 속도 단위" + }, + "title": "보고있는 동영상의 재생 속도를 변경하기 위한 버튼 추가" + }, + "select": { + "label": "플레이어 속도", + "title": "동영상의 속도를 변경합니다." + }, + "title": "재생 속도 설정" + }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + }, + "title": "Playlist length settings", + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } + } + }, + "playlistManagement": { + "features": { + "markAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + }, + "removeVideoButton": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + }, + "title": "Playlist management settings" + }, + "playlistManagementButtons": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + }, + "saveToWatchLaterButton": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + }, + "screenshotButton": { + "enable": { + "label": "스크린샷 버튼", + "title": "현재 화면을 캡처하기 위한 스크린샷 버튼을 추가합니다." + }, + "saveAs": { + "both": "Both (File and Clipboard)", + "clipboard": "클립보드로 복사", + "file": "파일로 저장" + }, + "selectFormat": { + "label": "캡처 방법", + "title": "스크린샷을 저장하는 방식" + }, + "selectSaveAs": { + "label": "스크린샷 저장 방식", + "title": "현재 화면을 클립보드에 복사, 파일로 저장 두 가지 옵션이 있습니다." + }, + "title": "스크린샷 설정" + }, + "scrollWheelSpeedControl": { + "adjustmentSteps": { + "label": "스크롤 당 속도 변경", + "title": "스크롤에 따라 속도가 조절됩니다." + }, + "enable": { + "label": "스크롤 휠로 속도 제어", + "title": "스크롤 휠을 사용해 속도를 조절하려면 이 옵션을 사용하세요" + }, + "optionLabel": "{{KEY}}", + "select": { + "label": "보조 키", + "title": "보조 키와 함께 사용해야 작동이 됩니다." + }, + "title": "스크롤 휠 속도 제어 설정" + }, + "scrollWheelVolumeControl": { + "adjustmentSteps": { + "label": "스크롤 당 볼륨 조절", + "title": "스크롤에 따라 볼륨이 조절됩니다." + }, + "enable": { + "label": "스크롤로 볼륨 조절", + "title": "스크롤 휠을 사용하여 보고 있는 동영상의 볼륨을 조절할 수 있습니다." + }, + "holdModifierKey": { + "enable": { + "label": "보조 키를 누를 때 활성화", + "title": "보조 키와 함께 사용해야 작동합니다." + }, + "optionLabel": "{{KEY}}", + "select": { + "label": "보조 키", + "title": "보조 키와 함께 사용해야 작동합니다." + } + }, + "holdRightClick": { + "enable": { + "label": "마우스 오른쪽 버튼을 누른 상태에서 활성화", + "title": "우클릭 상태로 스크롤 하세요" + } + }, + "title": "스크롤 휠로 볼륨 조절 설정" + }, + "settingSearch": { + "placeholder": "설정 검색" + }, + "videoHistory": { + "enable": { + "label": "시청한 동영상 기억", + "title": "동영상의 중단된 위치를 기억하고 이어서 시청할 수 있습니다." + }, + "resumeType": { + "select": { + "label": "이어서 시청하기", + "options": { + "automatic": "자동", + "prompt": "팝업 클릭" + }, + "title": "이어서 시청하는 방법 선택" + } + }, + "title": "동영상 시청 기록 설정" + }, + "volumeBoost": { + "boostAmount": { + "label": "부피 부스트(dB)", + "title": "높을 수록 소리가 커집니다." + }, + "enable": { + "label": "볼륨 부스트", + "title": "볼륨 부스트 켜기" + }, + "mode": { + "select": { + "label": "볼륨 부스트 적용 방법", + "options": { + "global": "전체", + "perVideo": "개별 동영상" + }, + "title": "볼륨 부스트 활성화 방법을 선택하십시오. '개별 동영상'을 사용하면 추가 기능 메뉴에서 각 비디오를 개별적으로 적용할 수 있습니다. 전체'를 선택하면 이 모든 동영상에 적용됩니다." + } + }, + "title": "볼륨 부스트 설정" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Key", + "title": "Enter your Youtube Data API V3 key." + }, + "title": "YouTube API V3 key" + }, + "youtubeDeepDark": { + "author": "개발자", + "co-authors": "도와주신분들", + "colors": { + "colorShadow": { + "label": "그림자 색상", + "title": "그림자 색상" + }, + "dimmerText": { + "label": "보조 텍스트 색상", + "title": "보조 텍스트의 색상" + }, + "hoverBackground": { + "label": "마우스 커서를 올렸을 때 색상", + "title": "마우스 커서를 올렸을 때의 색상을 변경합니다." + }, + "mainBackground": { + "label": "메인 배경 색상", + "title": "메인 백그라운드 색상을 변경합니다." + }, + "mainColor": { + "label": "강조 색상", + "title": "강조할 색상을 선택하세요" + }, + "mainText": { + "label": "메인 텍스트 색상", + "title": "메인 텍스트 색상을 변경합니다." + }, + "secondBackground": { + "label": "보조 배경 색상", + "title": "보조 배경의 색상을 변경합니다." + } + }, + "enable": { + "label": "선택한 테마 사용", + "title": "선택한 테마를 활성화합니다." + }, + "select": { + "label": "테마 선택", + "title": "적용할 테마를 선택하세요" + }, + "title": "YouTube deep dark settings" + } + } + } } From 4f2215e22e4c56a202134a0262438bed5f5ac8a6 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 6 Dec 2025 02:11:38 -0500 Subject: [PATCH 1376/1783] New translations en-us.json (Dutch) --- public/locales/nl-NL.json | 1406 +++++++++++++++++++------------------ 1 file changed, 705 insertions(+), 701 deletions(-) diff --git a/public/locales/nl-NL.json b/public/locales/nl-NL.json index 3327ec9dc..f9683fa82 100644 --- a/public/locales/nl-NL.json +++ b/public/locales/nl-NL.json @@ -1,703 +1,707 @@ { - "langCode": "nl-NL", - "langName": "Nederlands(Nederland)", - "messages": { - "resumingVideo": "Video hervatten bij {{VIDEO_TIME}}", - "settingVolume": "Volume boost instellen op {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "Gekopieerd!", - "label": "Kopieer video URL met tijdstempel" - } - }, - "featureMenu": { - "button": { - "label": "Functies menu" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "{{TIME}} doorspoelen" - }, - "rewindButton": { - "label": "{{TIME}} terugspoelen" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "Eindscherm elementen verbergen", - "toggle": { - "off": "Eindscherm elementen tonen", - "on": "Eindscherm elementen verbergen" - } - } - }, - "loopButton": { - "button": { - "label": "Loop", - "toggle": { - "off": "Loop uit", - "on": "Loop aan" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "Maximaliseren", - "toggle": { - "off": "Maximaliseren uit", - "on": "Maximaliseren aan" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Open ondertitels" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Verlaag de afspeelsnelheid naar {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Verhoog de afspeelsnelheid naar {{SPEED}}" - } - }, - "decreaseLimit": "Kan de snelheid niet langer verlagen ({{SPEED}})", - "increaseLimit": "Kan de snelheid niet langer verhogen ({{SPEED}})" - }, - "playlistLength": { - "title": "De totale lengte kan inaccuraat zijn als enkele video's verborgen zijn of als je niet genoeg video's hebt ingeladen om de totale lengte te krijgen." - }, - "screenshotButton": { - "button": { - "label": "Schermafbeelding" - }, - "copiedToClipboard": "Schermafbeelding gekopieerd naar het klembord" - }, - "videoHistory": { - "resumeButton": "Hervatten", - "resumePrompt": { - "close": "Sluiten" - } - }, - "volumeBoostButton": { - "button": { - "label": "Volume boost", - "toggle": { - "off": "Volume boost uit", - "on": "Volume boost aan" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "De snelheid van de scrollwiel snelheid controleknop kan niet dezelfde zijn als de scrollwiel volume controleknop.", - "volumeControl": "De scrollwiel volume controleknop kan niet dezelfde zijn als de scrollwiel snelheid controleknop." - } - } - }, - "info": { - "reset": "Alle opties zijn teruggezet op hun standaardwaarden. Je kan je veranderingen opslaan door op de \"Bevestig\" knop te drukken of ze negeren door deze pagina te sluiten of deze melding te negeren." - }, - "success": { - "saved": "Opties opgeslagen." - } - } - } - }, - "settings": { - "clearData": { - "allDataDeleted": "Alle data werd verwijderd.", - "confirmAlert": "Dit zal alle extensie data gerelateerd aan de opties verwijderen. Wil je verdergaan?" - }, - "optionDisabled": { - "either": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " or " - }, - "plural": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " and " - }, - "singular": "Enable '{{OPTION}}' to configure this option", - "specificOption": { - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" - } - }, - "scrollForMoreSettings": "Scroll for more settings", - "sections": { - "automaticQuality": { - "enable": { - "label": "Automatische kwaliteitsaanpassing", - "title": "Past automatisch de videokwaliteit aan naar het geselecteerde niveau." - }, - "fallbackQualityStrategy": { - "select": { - "label": "Kwaliteitsterugvalstrategie", - "options": { - "higher": "Hoger", - "lower": "Lager" - }, - "title": "De strategie die gebruikt wordt wanneer de geselecteerde kwaliteit niet beschikbaar is" - } - }, - "select": { - "label": "Afspeelkwaliteit", - "title": "De kwaliteit waarop je de video zet" - }, - "title": "Automatische kwaliteitsinstellingen" - }, - "bottomButtons": { - "clear": { - "title": "Wist alle gegevens die de extensie op uw machine heeft gezet", - "value": "Gegevens wissen" - }, - "confirm": { - "title": "Opnieuw instellen bevestigen", - "value": "Bevestig" - }, - "openTab": { - "title": "Open extensie instellingen in een nieuw tabblad" - }, - "reset": { - "title": "Reset alle instellingen naar hun standaardwaarden, klik op de \"Bevestig\" knop om wijzigingen op te slaan", - "value": "Reset" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "Kopieer video URL met tijdstempel knop", - "decreasePlaybackSpeedButton": "Verlaag snelheidsknop", - "forwardButton": "Doorspoelknop", - "hideEndScreenCardsButton": "Verberg eindschermelementen knop", - "increasePlaybackSpeedButton": "Verhoog snelheid knop", - "loopButton": "Loop knop", - "maximizePlayerButton": "Maximaliseer knop", - "openTranscriptButton": "Open ondertitels knop", - "rewindButton": "Terugspoelknop", - "screenshotButton": "Schermafbeelding knop", - "volumeBoostButton": "Volume boost knop" - }, - "options": { - "below_player": { - "placement": "onder de speler instellingen", - "value": "Onder speler" - }, - "feature_menu": { - "placement": "in het feature menu", - "value": "Feature menu" - }, - "player_controls_left": { - "placement": "aan de linkerkant van de spelerinstellingen", - "value": "Linker Besturing" - }, - "player_controls_right": { - "placement": "aan de rechterkant van de spelerinstellingen", - "value": "Rechter Bediening" - } - }, - "title": "Plaats de {{BUTTON_NAME}} {{PLACEMENT}}" - }, - "title": "Button placement settings" - }, - "customCSS": { - "editor": { - "collapse": "Verberg Editor", - "expand": "Toon Editor", - "noProblems": "Geen problemen gevonden." - }, - "enable": { - "label": "Aangepaste CSS inschakelen", - "title": "Maakt het mogelijk aangepaste CSS toe te passen op de pagina" - }, - "title": "Custom CSS settings" - }, - "featureMenu": { - "openType": { - "select": { - "label": "Menu Activatie Type", - "options": { - "click": "Klik", - "hover": "Hang erboven met de muis" - }, - "title": "Selecteer de methode om het feature menu te activeren" - }, - "title": "Feature menu instellingen" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "Schakel doorspoelen/terugspoelen knoppen in", - "title": "Voegt doorspoelen en terugspoelen knoppen toe aan de videospeler" - }, - "time": { - "label": "Tijd door/terugspoelen", - "title": "Het aantal tijd waarmee je de video doorspoelt / terugspoelt" - }, - "title": "Doorspoel/terugspoel knop instellingen" - }, - "importExportSettings": { - "exportButton": { - "success": "Instellingen succesvol geëxporteerd", - "title": "Instellingen exporteren naar een JSON-bestand", - "value": "Instellingen exporteren" - }, - "importButton": { - "error": { - "unknown": "Fout bij het importeren van instellingen. Kijk alstublieft het bestandsformaat na.\nEen onbekende fout is opgetreden.", - "validation": "Fout bij het importeren van instellingen. Kijk alstublieft het bestandsformaat na.\n{{ERROR_MESSAGE}}" - }, - "success": "Instellingen succesvol geïmporteerd", - "title": "Instellingen importeren uit een JSON-bestand", - "value": "Instellingen Importeren" - } - }, - "language": { - "select": { - "label": "Taal", - "title": "De taal voor de extensie" - }, - "title": "Taal" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "Automatisch theatermodus", - "title": "Zet de video automatisch in theatermodus wanneer je deze inlaadt" - }, - "automaticallyDisableAmbientMode": { - "label": "Automatisch uitschakelen omgevingsmodus", - "title": "Schakel de omgevingsmodus automatisch uit bij het laden van een video" - }, - "automaticallyDisableClosedCaptions": { - "label": "Automatisch ondertiteling uitschakelen", - "title": "Automatisch ondertiteling uitzetten wanneer je een video inlaadt" - }, - "automaticallyEnableClosedCaptions": { - "label": "Automatically enable closed captions", - "title": "Automatically enables closed captions when you load a video" - }, - "automaticallyMaximizePlayer": { - "label": "Automatically maximize player", - "title": "Automatically maximizes the player when you load a video" - }, - "automaticallyShowMoreVideosOnEndScreen": { - "label": "Automatically show more videos on end screen", - "title": "Automatically shows more videos on end screen when you load a video" - }, - "copyTimestampUrlButton": { - "label": "Kopieer video URL met tijdstempel knop", - "title": "Kopieer video URL met tijdstempel (?t=123)" - }, - "defaultToOriginalAudioTrack": { - "label": "Default to original audio track", - "title": "Always default to the original audio track" - }, - "enableMarkAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Add a button to playlist items to mark videos as unwatched" - }, - "enableRemoveVideoButton": { - "label": "Remove video button", - "title": "Add a button to playlist items to remove videos from the playlist" - }, - "enableSaveToWatchLaterButton": { - "label": "Enable save to Watch Later button", - "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" - }, - "hideArtificialIntelligenceSummary": { - "label": "Hide AI summary", - "title": "Hides the artificial intelligence summary below videos" - }, - "hideEndScreenCards": { - "label": "Eindscherm elementen verbergen", - "title": "Maakt de elementen aan het eind van een video onzichtbaar" - }, - "hideEndScreenCardsButton": { - "label": "Eindscherm elementen verbergen knop", - "title": "Voegt een knop toe die de eindscherm elementen toont/verbergt" - }, - "hideLiveStreamChat": { - "label": "Livestream chat verbergen", - "title": "Verbergt de livestream chat" - }, - "hideMembersOnlyVideos": { - "label": "Hide members-only videos", - "title": "Hides videos that are only visible to members" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "Verberg Officiële Artiest Video's", - "title": "Verberg Officiële Artiest Video's op de homepagina" - }, - "hidePaidPromotionBanner": { - "label": "Verberg betaalde promotie banner", - "title": "Verbergt de banner die verschijnt wanneer je een video bekijkt die een betaalde promotie heeft" - }, - "hidePlayables": { - "label": "Hide playables", - "title": "Hides all playables" - }, - "hideScrollbar": { - "label": "Verberg scrollbar", - "title": "Verbergt de scrollbar op de pagina" - }, - "hideShorts": { - "label": "Shorts verbergen", - "title": "Verbergt alle shorts" - }, - "hideSidebarRecommendedVideos": { - "label": "Hide recommended videos", - "title": "Hides the sidebar that recommends videos" - }, - "hideTranslateComment": { - "label": "Verberg vertaal reactie knop", - "title": "Verbergt \"Vertaal naar Taal\" knop onder reacties" - }, - "loopButton": { - "label": "Loop knop", - "title": "Voegt een knop toe aan het feature menu om de huidige video te loopen" - }, - "maximizePlayerButton": { - "label": "Maximaliseer speler knop", - "title": "Voegt een knop toe aan het feature menu die de speler maximaliseert" - }, - "openTranscriptButton": { - "label": "Open ondertitels knop", - "title": "Voegt een knop toe aan het feature menu die het transcript van de huidige video opent" - }, - "openYouTubeSettingsOnHover": { - "label": "Open youtube instellingen bij overgang met de muis", - "title": "Opent YouTube instellingen wanner je met je muis over de instellingen knop gaat" - }, - "pauseBackgroundPlayers": { - "label": "Achtergrondafspelers pauzeren", - "title": "Pauzeert videospelers in achtergrond tabbladen wanneer je een nieuwe videospeler start op een voorgrond tabblad" - }, - "playlistRemover": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" - }, - "remainingTime": { - "label": "Resterende tijd", - "title": "Toont de resterende tijd van de huidige video" - }, - "rememberLastVolume": { - "label": "Onthoud vorig volume", - "title": "Onthoudt het volume van de vorige video en stelt het in op een nieuwe video" - }, - "removeRedirect": { - "label": "Verwijdert YouTube /redirect URLs", - "title": "Vervangt YouTube doorverwijzing door echte URLs die de doorverwijzing waarschuwing niet geven" - }, - "restoreFullscreenScrolling": { - "label": "Restore fullscreen scrolling", - "title": "Restores scrolling in fullscreen mode" - }, - "shareShortener": { - "label": "Maak Youtube deel links korter", - "title": "Maakt YouTube video deel links (youtu.be) korter door si en andere feature parameters af te knippen" - }, - "shortsAutoScroll": { - "label": "Shorts autoscroll", - "title": "Scrollt automatisch naar de volgende short" - }, - "skipContinueWatching": { - "label": "Sla \"video is gepauzeerd. Hervatten?\" over", - "title": "Slaat het afwezig dialoog die het afspelen pauzeert over" - } - }, - "title": "Overige instellingen" - }, - "onScreenDisplaySettings": { - "color": { - "label": "Kleur", - "options": { - "blue": "Blauw", - "green": "Groen", - "orange": "Oranje", - "pink": "Roze", - "purple": "Paars", - "red": "Rood", - "white": "Wit", - "yellow": "Geel" - }, - "title": "Selecteer de kleur voor de schermweergave" - }, - "hide": { - "label": "Vertraging verbergen", - "title": "Specifieer de tijd, in milliseconden, voordat de schermweergave automatisch wordt verborgen" - }, - "opacity": { - "label": "Transparantie", - "title": "Transparantie van de schermweergave aanpassen" - }, - "padding": { - "label": "Padding", - "title": "Het aantal pixels rond de schermweergave aanpassen. Dit geldt specifiek voor de hoek schermweergave." - }, - "position": { - "label": "Positie", - "options": { - "bottom_left": "Linksonder", - "bottom_right": "Rechtsonder", - "center": "Gecentreerd", - "top_left": "Linksboven", - "top_right": "Rechtsboven" - }, - "title": "Selecteer de positie voor de schermweergave" - }, - "title": "On-screen display settings", - "type": { - "label": "Type", - "options": { - "circle": "Cirkel", - "line": "Lijn", - "no_display": "Geen weergave", - "text": "Tekst" - }, - "title": "Selecteer het type van de schermweergave" - } - }, - "playbackSpeed": { - "enable": { - "label": "Geforceerde afspeelsnelheid", - "title": "Stelt de snelheid van de video in op wat u hieronder kiest" - }, - "playbackSpeedButtons": { - "label": "Afspeelsnelheid knoppen", - "select": { - "label": "Snelheid afspeelsnelheid knoppen", - "title": "Hoeveelheid snelheid die gewijzigd wordt per klik" - }, - "title": "Voegt knoppen toe die de afspeelsnelheid van de huidige video verhoogt of verlaagt" - }, - "select": { - "label": "Snelheid videospeler", - "title": "De snelheid waarop je de video zet" - }, - "title": "Afspeelsnelheid instellingen" - }, - "playlistLength": { - "enable": { - "label": "Geef afspeellijst lengte informatie weer", - "title": "Toont de totale lengte van de afspeellijst, hoeveel bekeken is, en hoeveel er over schiet." - }, - "title": "Afspeellijst lengte instellingen", - "wayToGetLength": { - "select": { - "label": "Methode om afspeellijst lengte te verkrijgen", - "title": "De manier waarop de afspeellijst informatie (API methode zal terugvallen op HTML als een fout optreedt)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "Methode om kijktijd te verkrijgen", - "options": { - "duration": "Videolengte", - "youtube": "Video kijktijd" - }, - "title": "De manier waarop je de hoeveelheid kijktijd verkrijgt (video lengtetype enkel gebruikt op kijk pagina)" - } - } - }, - "playlistManagement": { - "features": { - "markAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - }, - "removeVideoButton": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - } - }, - "title": "Playlist management settings" - }, - "playlistManagementButtons": { - "failedToMarkAsUnwatched": "Failed to mark video as unwatched", - "failedToRemoveVideo": "Failed to remove video", - "markAsUnwatched": "Mark as unwatched", - "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "Remove video", - "removingVideo": "Removing video…" - }, - "saveToWatchLaterButton": { - "failedToSaveVideo": "Failed to save video to Watch Later", - "saveVideo": "Save to Watch Later", - "savingVideo": "Saving to Watch Later…" - }, - "screenshotButton": { - "enable": { - "label": "Schermafbeelding knop", - "title": "Voegt een knop aan de speler toe om een schermafbeelding van de video te nemen" - }, - "saveAs": { - "clipboard": "Klembord", - "file": "Bestand", - "both": "Both (File and Clipboard)" - }, - "selectFormat": { - "label": "Schermafbeelding formaat", - "title": "Het formaat waarin je de schermafbeelding opslaat" - }, - "selectSaveAs": { - "label": "Schermafbeelding opslaantype", - "title": "Het type van de opgeslagen schermafbeelding" - }, - "title": "Schermafbeelding instellingen" - }, - "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "Snelheidsverandering per scroll", - "title": "Wijzig de snelheidsverandering per scroll" - }, - "enable": { - "label": "Scrollwiel snelheidscontrole", - "title": "Klik op een aanpassingsknop om snelheidsverandering met het scrollwiel aan te zetten." - }, - "optionLabel": "{{KEY}} sleutel", - "select": { - "label": "Aanpassing knop", - "title": "De aanpassing knop om te gebruiken" - }, - "title": "Scrollwiel snelheidscontrole instellingen" - }, - "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "Volumeverandering per scroll", - "title": "Verandert het volume per scroll" - }, - "enable": { - "label": "Scrollwiel volumecontrole", - "title": "Laat toe om het scrollwiel te gebruiken om het volume van de huidige video aan te passen" - }, - "holdModifierKey": { - "enable": { - "label": "Inschakelen bij het vasthouden van aanpassingsknop", - "title": "Klik op een aanpassingsknop om het scrollwiel het volume laten aan te passen." - }, - "optionLabel": "{{KEY}} knop", - "select": { - "label": "Aanpassingsknop", - "title": "De aanpassingsknop om te gebruiken" - } - }, - "holdRightClick": { - "enable": { - "label": "Inschakelen bij vasthouden rechtermuisklik", - "title": "Houd rechtermuisknop ingedrukt om volumeregeling voor scrollwiel in te schakelen" - } - }, - "title": "Scrollwiel volume aanpassing instellingen" - }, - "settingSearch": { - "placeholder": "Zoek naar instellingen" - }, - "videoHistory": { - "enable": { - "label": "Houd afgespeelde video's bij", - "title": "Houdt bij waar je gestopt was bij het kijken van een video en laat toe om verder te kijken" - }, - "resumeType": { - "select": { - "label": "Hervatten type", - "options": { - "automatic": "Automatisch", - "prompt": "Vraag" - }, - "title": "Selecteer hoe je video's wilt hervatten" - } - }, - "title": "Videogeschiedenis instellingen" - }, - "volumeBoost": { - "boostAmount": { - "label": "Volume boost hoeveelheid (dB)", - "title": "De hoeveelheid waarmee je video's wilt boosten" - }, - "enable": { - "label": "Volume boost", - "title": "Volume boost inschakelen" - }, - "mode": { - "select": { - "label": "Volume boost modus", - "options": { - "global": "Globaal", - "perVideo": "Per video" - }, - "title": "Kies hoe volume wordt toegepast. \"Per video\" voegt de boost optie toe aan het feature menu individueel per video. \"Globaal\" gaat over elke video wanneer volume boost is ingeschakeld." - } - }, - "title": "Volume boost instellingen" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "Je kan één gier verkrijgen", - "input": { - "label": "API sleutel", - "title": "Voer uw Youtube Data API V3 sleutel in." - }, - "title": "YouTube API V3 key" - }, - "youtubeDeepDark": { - "author": "Auteur", - "co-authors": "Co-auteurs", - "colors": { - "colorShadow": { - "label": "Schaduw kleur", - "title": "Kleur voor de schaduw" - }, - "dimmerText": { - "label": "Secondaire tekstkleur", - "title": "Kleur voor de secondaire tekst" - }, - "hoverBackground": { - "label": "Achtergrondkleur zweven met de muis", - "title": "Kleur voor zweven achtergrond" - }, - "mainBackground": { - "label": "Hoofd achtergrondkleur", - "title": "Kleur voor de hoofdachtergrond" - }, - "mainColor": { - "label": "Accent kleur", - "title": "Kleur voor accentueren" - }, - "mainText": { - "label": "Hoofd tekstkleur", - "title": "Kleur voor de hoofdtekst" - }, - "secondBackground": { - "label": "Secondaire achtergrondkleur", - "title": "Kleur voor de secondaire achtergrond" - } - }, - "enable": { - "label": "Geselecteerd thema inschakelen", - "title": "Het geselecteerde thema voor de pagina inschakelen" - }, - "select": { - "label": "Select theme", - "title": "Select a theme to be applied to the page" - }, - "title": "YouTube deep dark settings" - } - } - } + "langCode": "nl-NL", + "langName": "Nederlands(Nederland)", + "messages": { + "resumingVideo": "Video hervatten bij {{VIDEO_TIME}}", + "settingVolume": "Volume boost instellen op {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "Gekopieerd!", + "label": "Kopieer video URL met tijdstempel" + } + }, + "featureMenu": { + "button": { + "label": "Functies menu" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "{{TIME}} doorspoelen" + }, + "rewindButton": { + "label": "{{TIME}} terugspoelen" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Eindscherm elementen verbergen", + "toggle": { + "off": "Eindscherm elementen tonen", + "on": "Eindscherm elementen verbergen" + } + } + }, + "loopButton": { + "button": { + "label": "Loop", + "toggle": { + "off": "Loop uit", + "on": "Loop aan" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "Maximaliseren", + "toggle": { + "off": "Maximaliseren uit", + "on": "Maximaliseren aan" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Open ondertitels" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Verlaag de afspeelsnelheid naar {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Verhoog de afspeelsnelheid naar {{SPEED}}" + } + }, + "decreaseLimit": "Kan de snelheid niet langer verlagen ({{SPEED}})", + "increaseLimit": "Kan de snelheid niet langer verhogen ({{SPEED}})" + }, + "playlistLength": { + "title": "De totale lengte kan inaccuraat zijn als enkele video's verborgen zijn of als je niet genoeg video's hebt ingeladen om de totale lengte te krijgen." + }, + "screenshotButton": { + "button": { + "label": "Schermafbeelding" + }, + "copiedToClipboard": "Schermafbeelding gekopieerd naar het klembord" + }, + "videoHistory": { + "resumeButton": "Hervatten", + "resumePrompt": { + "close": "Sluiten" + } + }, + "volumeBoostButton": { + "button": { + "label": "Volume boost", + "toggle": { + "off": "Volume boost uit", + "on": "Volume boost aan" + } + } + } + } + }, + "options": { + "notifications": { + "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "De snelheid van de scrollwiel snelheid controleknop kan niet dezelfde zijn als de scrollwiel volume controleknop.", + "volumeControl": "De scrollwiel volume controleknop kan niet dezelfde zijn als de scrollwiel snelheid controleknop." + } + } + }, + "info": { + "reset": "Alle opties zijn teruggezet op hun standaardwaarden. Je kan je veranderingen opslaan door op de \"Bevestig\" knop te drukken of ze negeren door deze pagina te sluiten of deze melding te negeren." + }, + "success": { + "saved": "Opties opgeslagen." + } + } + } + }, + "settings": { + "clearData": { + "allDataDeleted": "Alle data werd verwijderd.", + "confirmAlert": "Dit zal alle extensie data gerelateerd aan de opties verwijderen. Wil je verdergaan?" + }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "scrollForMoreSettings": "Scroll for more settings", + "sections": { + "automaticQuality": { + "enable": { + "label": "Automatische kwaliteitsaanpassing", + "title": "Past automatisch de videokwaliteit aan naar het geselecteerde niveau." + }, + "fallbackQualityStrategy": { + "select": { + "label": "Kwaliteitsterugvalstrategie", + "options": { + "higher": "Hoger", + "lower": "Lager" + }, + "title": "De strategie die gebruikt wordt wanneer de geselecteerde kwaliteit niet beschikbaar is" + } + }, + "select": { + "label": "Afspeelkwaliteit", + "title": "De kwaliteit waarop je de video zet" + }, + "title": "Automatische kwaliteitsinstellingen" + }, + "bottomButtons": { + "clear": { + "title": "Wist alle gegevens die de extensie op uw machine heeft gezet", + "value": "Gegevens wissen" + }, + "confirm": { + "title": "Opnieuw instellen bevestigen", + "value": "Bevestig" + }, + "openTab": { + "title": "Open extensie instellingen in een nieuw tabblad" + }, + "reset": { + "title": "Reset alle instellingen naar hun standaardwaarden, klik op de \"Bevestig\" knop om wijzigingen op te slaan", + "value": "Reset" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Kopieer video URL met tijdstempel knop", + "decreasePlaybackSpeedButton": "Verlaag snelheidsknop", + "forwardButton": "Doorspoelknop", + "hideEndScreenCardsButton": "Verberg eindschermelementen knop", + "increasePlaybackSpeedButton": "Verhoog snelheid knop", + "loopButton": "Loop knop", + "maximizePlayerButton": "Maximaliseer knop", + "openTranscriptButton": "Open ondertitels knop", + "rewindButton": "Terugspoelknop", + "screenshotButton": "Schermafbeelding knop", + "volumeBoostButton": "Volume boost knop" + }, + "options": { + "below_player": { + "placement": "onder de speler instellingen", + "value": "Onder speler" + }, + "feature_menu": { + "placement": "in het feature menu", + "value": "Feature menu" + }, + "player_controls_left": { + "placement": "aan de linkerkant van de spelerinstellingen", + "value": "Linker Besturing" + }, + "player_controls_right": { + "placement": "aan de rechterkant van de spelerinstellingen", + "value": "Rechter Bediening" + } + }, + "title": "Plaats de {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Button placement settings" + }, + "customCSS": { + "editor": { + "collapse": "Verberg Editor", + "expand": "Toon Editor", + "noProblems": "Geen problemen gevonden." + }, + "enable": { + "label": "Aangepaste CSS inschakelen", + "title": "Maakt het mogelijk aangepaste CSS toe te passen op de pagina" + }, + "title": "Custom CSS settings" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Menu Activatie Type", + "options": { + "click": "Klik", + "hover": "Hang erboven met de muis" + }, + "title": "Selecteer de methode om het feature menu te activeren" + }, + "title": "Feature menu instellingen" + } + }, + "forwardRewindButtons": { + "enable": { + "label": "Schakel doorspoelen/terugspoelen knoppen in", + "title": "Voegt doorspoelen en terugspoelen knoppen toe aan de videospeler" + }, + "time": { + "label": "Tijd door/terugspoelen", + "title": "Het aantal tijd waarmee je de video doorspoelt / terugspoelt" + }, + "title": "Doorspoel/terugspoel knop instellingen" + }, + "importExportSettings": { + "exportButton": { + "success": "Instellingen succesvol geëxporteerd", + "title": "Instellingen exporteren naar een JSON-bestand", + "value": "Instellingen exporteren" + }, + "importButton": { + "error": { + "unknown": "Fout bij het importeren van instellingen. Kijk alstublieft het bestandsformaat na.\nEen onbekende fout is opgetreden.", + "validation": "Fout bij het importeren van instellingen. Kijk alstublieft het bestandsformaat na.\n{{ERROR_MESSAGE}}" + }, + "success": "Instellingen succesvol geïmporteerd", + "title": "Instellingen importeren uit een JSON-bestand", + "value": "Instellingen Importeren" + } + }, + "language": { + "select": { + "label": "Taal", + "title": "De taal voor de extensie" + }, + "title": "Taal" + }, + "miscellaneous": { + "features": { + "automaticTheaterMode": { + "label": "Automatisch theatermodus", + "title": "Zet de video automatisch in theatermodus wanneer je deze inlaadt" + }, + "automaticallyDisableAmbientMode": { + "label": "Automatisch uitschakelen omgevingsmodus", + "title": "Schakel de omgevingsmodus automatisch uit bij het laden van een video" + }, + "automaticallyDisableAutoPlay": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + }, + "automaticallyDisableClosedCaptions": { + "label": "Automatisch ondertiteling uitschakelen", + "title": "Automatisch ondertiteling uitzetten wanneer je een video inlaadt" + }, + "automaticallyEnableClosedCaptions": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + }, + "automaticallyMaximizePlayer": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + }, + "automaticallyShowMoreVideosOnEndScreen": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + }, + "copyTimestampUrlButton": { + "label": "Kopieer video URL met tijdstempel knop", + "title": "Kopieer video URL met tijdstempel (?t=123)" + }, + "defaultToOriginalAudioTrack": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + }, + "enableMarkAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Add a button to playlist items to mark videos as unwatched" + }, + "enableRemoveVideoButton": { + "label": "Remove video button", + "title": "Add a button to playlist items to remove videos from the playlist" + }, + "enableSaveToWatchLaterButton": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + }, + "hideArtificialIntelligenceSummary": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + }, + "hideEndScreenCards": { + "label": "Eindscherm elementen verbergen", + "title": "Maakt de elementen aan het eind van een video onzichtbaar" + }, + "hideEndScreenCardsButton": { + "label": "Eindscherm elementen verbergen knop", + "title": "Voegt een knop toe die de eindscherm elementen toont/verbergt" + }, + "hideLiveStreamChat": { + "label": "Livestream chat verbergen", + "title": "Verbergt de livestream chat" + }, + "hideMembersOnlyVideos": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + }, + "hideOfficialArtistVideosFromHomePage": { + "label": "Verberg Officiële Artiest Video's", + "title": "Verberg Officiële Artiest Video's op de homepagina" + }, + "hidePaidPromotionBanner": { + "label": "Verberg betaalde promotie banner", + "title": "Verbergt de banner die verschijnt wanneer je een video bekijkt die een betaalde promotie heeft" + }, + "hidePlayables": { + "label": "Hide playables", + "title": "Hides all playables" + }, + "hideScrollbar": { + "label": "Verberg scrollbar", + "title": "Verbergt de scrollbar op de pagina" + }, + "hideShorts": { + "label": "Shorts verbergen", + "title": "Verbergt alle shorts" + }, + "hideSidebarRecommendedVideos": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + }, + "hideTranslateComment": { + "label": "Verberg vertaal reactie knop", + "title": "Verbergt \"Vertaal naar Taal\" knop onder reacties" + }, + "loopButton": { + "label": "Loop knop", + "title": "Voegt een knop toe aan het feature menu om de huidige video te loopen" + }, + "maximizePlayerButton": { + "label": "Maximaliseer speler knop", + "title": "Voegt een knop toe aan het feature menu die de speler maximaliseert" + }, + "openTranscriptButton": { + "label": "Open ondertitels knop", + "title": "Voegt een knop toe aan het feature menu die het transcript van de huidige video opent" + }, + "openYouTubeSettingsOnHover": { + "label": "Open youtube instellingen bij overgang met de muis", + "title": "Opent YouTube instellingen wanner je met je muis over de instellingen knop gaat" + }, + "pauseBackgroundPlayers": { + "label": "Achtergrondafspelers pauzeren", + "title": "Pauzeert videospelers in achtergrond tabbladen wanneer je een nieuwe videospeler start op een voorgrond tabblad" + }, + "playlistRemover": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + }, + "remainingTime": { + "label": "Resterende tijd", + "title": "Toont de resterende tijd van de huidige video" + }, + "rememberLastVolume": { + "label": "Onthoud vorig volume", + "title": "Onthoudt het volume van de vorige video en stelt het in op een nieuwe video" + }, + "removeRedirect": { + "label": "Verwijdert YouTube /redirect URLs", + "title": "Vervangt YouTube doorverwijzing door echte URLs die de doorverwijzing waarschuwing niet geven" + }, + "restoreFullscreenScrolling": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + }, + "shareShortener": { + "label": "Maak Youtube deel links korter", + "title": "Maakt YouTube video deel links (youtu.be) korter door si en andere feature parameters af te knippen" + }, + "shortsAutoScroll": { + "label": "Shorts autoscroll", + "title": "Scrollt automatisch naar de volgende short" + }, + "skipContinueWatching": { + "label": "Sla \"video is gepauzeerd. Hervatten?\" over", + "title": "Slaat het afwezig dialoog die het afspelen pauzeert over" + } + }, + "title": "Overige instellingen" + }, + "onScreenDisplaySettings": { + "color": { + "label": "Kleur", + "options": { + "blue": "Blauw", + "green": "Groen", + "orange": "Oranje", + "pink": "Roze", + "purple": "Paars", + "red": "Rood", + "white": "Wit", + "yellow": "Geel" + }, + "title": "Selecteer de kleur voor de schermweergave" + }, + "hide": { + "label": "Vertraging verbergen", + "title": "Specifieer de tijd, in milliseconden, voordat de schermweergave automatisch wordt verborgen" + }, + "opacity": { + "label": "Transparantie", + "title": "Transparantie van de schermweergave aanpassen" + }, + "padding": { + "label": "Padding", + "title": "Het aantal pixels rond de schermweergave aanpassen. Dit geldt specifiek voor de hoek schermweergave." + }, + "position": { + "label": "Positie", + "options": { + "bottom_left": "Linksonder", + "bottom_right": "Rechtsonder", + "center": "Gecentreerd", + "top_left": "Linksboven", + "top_right": "Rechtsboven" + }, + "title": "Selecteer de positie voor de schermweergave" + }, + "title": "On-screen display settings", + "type": { + "label": "Type", + "options": { + "circle": "Cirkel", + "line": "Lijn", + "no_display": "Geen weergave", + "text": "Tekst" + }, + "title": "Selecteer het type van de schermweergave" + } + }, + "playbackSpeed": { + "enable": { + "label": "Geforceerde afspeelsnelheid", + "title": "Stelt de snelheid van de video in op wat u hieronder kiest" + }, + "playbackSpeedButtons": { + "label": "Afspeelsnelheid knoppen", + "select": { + "label": "Snelheid afspeelsnelheid knoppen", + "title": "Hoeveelheid snelheid die gewijzigd wordt per klik" + }, + "title": "Voegt knoppen toe die de afspeelsnelheid van de huidige video verhoogt of verlaagt" + }, + "select": { + "label": "Snelheid videospeler", + "title": "De snelheid waarop je de video zet" + }, + "title": "Afspeelsnelheid instellingen" + }, + "playlistLength": { + "enable": { + "label": "Geef afspeellijst lengte informatie weer", + "title": "Toont de totale lengte van de afspeellijst, hoeveel bekeken is, en hoeveel er over schiet." + }, + "title": "Afspeellijst lengte instellingen", + "wayToGetLength": { + "select": { + "label": "Methode om afspeellijst lengte te verkrijgen", + "title": "De manier waarop de afspeellijst informatie (API methode zal terugvallen op HTML als een fout optreedt)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Methode om kijktijd te verkrijgen", + "options": { + "duration": "Videolengte", + "youtube": "Video kijktijd" + }, + "title": "De manier waarop je de hoeveelheid kijktijd verkrijgt (video lengtetype enkel gebruikt op kijk pagina)" + } + } + }, + "playlistManagement": { + "features": { + "markAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + }, + "removeVideoButton": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + }, + "title": "Playlist management settings" + }, + "playlistManagementButtons": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + }, + "saveToWatchLaterButton": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + }, + "screenshotButton": { + "enable": { + "label": "Schermafbeelding knop", + "title": "Voegt een knop aan de speler toe om een schermafbeelding van de video te nemen" + }, + "saveAs": { + "both": "Both (File and Clipboard)", + "clipboard": "Klembord", + "file": "Bestand" + }, + "selectFormat": { + "label": "Schermafbeelding formaat", + "title": "Het formaat waarin je de schermafbeelding opslaat" + }, + "selectSaveAs": { + "label": "Schermafbeelding opslaantype", + "title": "Het type van de opgeslagen schermafbeelding" + }, + "title": "Schermafbeelding instellingen" + }, + "scrollWheelSpeedControl": { + "adjustmentSteps": { + "label": "Snelheidsverandering per scroll", + "title": "Wijzig de snelheidsverandering per scroll" + }, + "enable": { + "label": "Scrollwiel snelheidscontrole", + "title": "Klik op een aanpassingsknop om snelheidsverandering met het scrollwiel aan te zetten." + }, + "optionLabel": "{{KEY}} sleutel", + "select": { + "label": "Aanpassing knop", + "title": "De aanpassing knop om te gebruiken" + }, + "title": "Scrollwiel snelheidscontrole instellingen" + }, + "scrollWheelVolumeControl": { + "adjustmentSteps": { + "label": "Volumeverandering per scroll", + "title": "Verandert het volume per scroll" + }, + "enable": { + "label": "Scrollwiel volumecontrole", + "title": "Laat toe om het scrollwiel te gebruiken om het volume van de huidige video aan te passen" + }, + "holdModifierKey": { + "enable": { + "label": "Inschakelen bij het vasthouden van aanpassingsknop", + "title": "Klik op een aanpassingsknop om het scrollwiel het volume laten aan te passen." + }, + "optionLabel": "{{KEY}} knop", + "select": { + "label": "Aanpassingsknop", + "title": "De aanpassingsknop om te gebruiken" + } + }, + "holdRightClick": { + "enable": { + "label": "Inschakelen bij vasthouden rechtermuisklik", + "title": "Houd rechtermuisknop ingedrukt om volumeregeling voor scrollwiel in te schakelen" + } + }, + "title": "Scrollwiel volume aanpassing instellingen" + }, + "settingSearch": { + "placeholder": "Zoek naar instellingen" + }, + "videoHistory": { + "enable": { + "label": "Houd afgespeelde video's bij", + "title": "Houdt bij waar je gestopt was bij het kijken van een video en laat toe om verder te kijken" + }, + "resumeType": { + "select": { + "label": "Hervatten type", + "options": { + "automatic": "Automatisch", + "prompt": "Vraag" + }, + "title": "Selecteer hoe je video's wilt hervatten" + } + }, + "title": "Videogeschiedenis instellingen" + }, + "volumeBoost": { + "boostAmount": { + "label": "Volume boost hoeveelheid (dB)", + "title": "De hoeveelheid waarmee je video's wilt boosten" + }, + "enable": { + "label": "Volume boost", + "title": "Volume boost inschakelen" + }, + "mode": { + "select": { + "label": "Volume boost modus", + "options": { + "global": "Globaal", + "perVideo": "Per video" + }, + "title": "Kies hoe volume wordt toegepast. \"Per video\" voegt de boost optie toe aan het feature menu individueel per video. \"Globaal\" gaat over elke video wanneer volume boost is ingeschakeld." + } + }, + "title": "Volume boost instellingen" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "Je kan één gier verkrijgen", + "input": { + "label": "API sleutel", + "title": "Voer uw Youtube Data API V3 sleutel in." + }, + "title": "YouTube API V3 key" + }, + "youtubeDeepDark": { + "author": "Auteur", + "co-authors": "Co-auteurs", + "colors": { + "colorShadow": { + "label": "Schaduw kleur", + "title": "Kleur voor de schaduw" + }, + "dimmerText": { + "label": "Secondaire tekstkleur", + "title": "Kleur voor de secondaire tekst" + }, + "hoverBackground": { + "label": "Achtergrondkleur zweven met de muis", + "title": "Kleur voor zweven achtergrond" + }, + "mainBackground": { + "label": "Hoofd achtergrondkleur", + "title": "Kleur voor de hoofdachtergrond" + }, + "mainColor": { + "label": "Accent kleur", + "title": "Kleur voor accentueren" + }, + "mainText": { + "label": "Hoofd tekstkleur", + "title": "Kleur voor de hoofdtekst" + }, + "secondBackground": { + "label": "Secondaire achtergrondkleur", + "title": "Kleur voor de secondaire achtergrond" + } + }, + "enable": { + "label": "Geselecteerd thema inschakelen", + "title": "Het geselecteerde thema voor de pagina inschakelen" + }, + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + }, + "title": "YouTube deep dark settings" + } + } + } } From 27eb14ebad21121523a7be25e2f68539b7cb2dfc Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 6 Dec 2025 02:11:39 -0500 Subject: [PATCH 1377/1783] New translations en-us.json (Polish) --- public/locales/pl-PL.json | 1406 +++++++++++++++++++------------------ 1 file changed, 705 insertions(+), 701 deletions(-) diff --git a/public/locales/pl-PL.json b/public/locales/pl-PL.json index 311509ad4..e7539377c 100644 --- a/public/locales/pl-PL.json +++ b/public/locales/pl-PL.json @@ -1,703 +1,707 @@ { - "langCode": "pl-PL", - "langName": "Polish", - "messages": { - "resumingVideo": "Wznowienie wideo za {{VIDEO_TIME}}", - "settingVolume": "Ustawianie wzmocnienia głośności do {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "Skopiowano!", - "label": "Kopiuj adres URL filmu ze znacznikiem czasu" - } - }, - "featureMenu": { - "button": { - "label": "Menu funkcji" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "Przyspieszenie do przodu o {{TIME}}" - }, - "rewindButton": { - "label": "Cofnięcie o {{TIME}}" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "Ukryj elementy końcowe filmu", - "toggle": { - "off": "Pokaż elementy końcowe filmu", - "on": "Ukryj elementy końcowe filmu" - } - } - }, - "loopButton": { - "button": { - "label": "Zapętl", - "toggle": { - "off": "Wyłącz zapętlenie", - "on": "Włącz zapętlenie" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "Powiększ okno", - "toggle": { - "off": "Wyłącz powiększenie", - "on": "Włącz powiększenie" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Otwórz transkrypcję" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Zmniejsz szybkość do {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Zwiększ szybkość do {{SPEED}}" - } - }, - "decreaseLimit": "Nie można zmniejszać dalej ({{SPEED}})", - "increaseLimit": "Nie można zwiększać dalej ({{SPEED}})" - }, - "playlistLength": { - "title": "Całkowita długość może być niedokładna, jeśli niektóre filmy są ukryte lub jeśli nie załadowałeś wystarczającej liczby filmów, aby uzyskać pełny czas." - }, - "screenshotButton": { - "button": { - "label": "Zrzut ekranu" - }, - "copiedToClipboard": "Zrzut ekranu skopiowany do schowka" - }, - "videoHistory": { - "resumeButton": "Wznów", - "resumePrompt": { - "close": "Zamknij" - } - }, - "volumeBoostButton": { - "button": { - "label": "Zwiększ głośność", - "toggle": { - "off": "Zwiększenie głośności wyłączone", - "on": "Zwiększenie głośności włączone" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "Ustawiony klawisz zmiany prędkości przewijania nie może być taki sam, jak klawisz zmiany głośności przewijania kółka.", - "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." - } - } - }, - "info": { - "reset": "Wszystkie opcje zostały przywrócone do domyślnych wartości. Możesz teraz zapisać zmiany, klikając przycisk \"Potwierdź\" bądź odrzucić, je zamykając tę stronę lub ignorując to powiadomienie." - }, - "success": { - "saved": "Zapisano opcje." - } - } - } - }, - "settings": { - "clearData": { - "allDataDeleted": "All data has been deleted.", - "confirmAlert": "Usunie to wszystkie dane rozszerzenia związane z opcjami. Kontynuować?" - }, - "optionDisabled": { - "either": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " albo " - }, - "plural": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " and " - }, - "singular": "Enable '{{OPTION}}' to configure this option", - "specificOption": { - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" - } - }, - "scrollForMoreSettings": "Przewiń, aby zobaczyć więcej ustawień", - "sections": { - "automaticQuality": { - "enable": { - "label": "Automatic quality adjustment", - "title": "Automatically adjusts the video quality to the selected level." - }, - "fallbackQualityStrategy": { - "select": { - "label": "Quality fallback strategy", - "options": { - "higher": "Wyżej", - "lower": "Niżej" - }, - "title": "The strategy to use when the selected quality is not available" - } - }, - "select": { - "label": "Jakość odtwarzacza", - "title": "The quality to set the video to" - }, - "title": "Opcje automatycznej jakości" - }, - "bottomButtons": { - "clear": { - "title": "Clears all data this extension has stored on your machine", - "value": "Wyczyść dane" - }, - "confirm": { - "title": "Confirm setting reset", - "value": "Potwierdź" - }, - "openTab": { - "title": "Open extension settings in a new tab" - }, - "reset": { - "title": "Resets all settings to their defaults, Click the confirm button to save the changes", - "value": "Reset" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "Kopiuj adres URL bieżącego momentu", - "decreasePlaybackSpeedButton": "Przycisk Zmniejszania Prędkości Odtwarzania", - "forwardButton": "Fast Forward button", - "hideEndScreenCardsButton": "Hide end screen cards button", - "increasePlaybackSpeedButton": "Przycisk Zwiększania Prędkości Odtwarzania", - "loopButton": "Przycisk Zapętlania", - "maximizePlayerButton": "Maximize button", - "openTranscriptButton": "Open Transcript button", - "rewindButton": "Rewind button", - "screenshotButton": "Przycisk Zrzutu Ekranu", - "volumeBoostButton": "Przycisk Zwiększania Głośności" - }, - "options": { - "below_player": { - "placement": "below the player controls", - "value": "Poniżej Odtwarzacza" - }, - "feature_menu": { - "placement": "in the feature menu", - "value": "Feature Menu" - }, - "player_controls_left": { - "placement": "on the left side of player controls", - "value": "Lewostronne Sterowanie" - }, - "player_controls_right": { - "placement": "on the right side of player controls", - "value": "Prawostronne Sterowanie" - } - }, - "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" - }, - "title": "Button placement settings" - }, - "customCSS": { - "editor": { - "collapse": "Collapse Editor", - "expand": "Expand Editor", - "noProblems": "No problems found." - }, - "enable": { - "label": "Własny CSS", - "title": "Enables custom CSS to be applied to the page" - }, - "title": "Custom CSS settings" - }, - "featureMenu": { - "openType": { - "select": { - "label": "Menu Activation Type", - "options": { - "click": "Kliknięcie", - "hover": "Najechanie kursorem" - }, - "title": "Select the method to activate the feature menu" - }, - "title": "Feature menu settings" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "Forward/rewind buttons", - "title": "Adds forward and rewind buttons to the video player" - }, - "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" - }, - "title": "Forward/rewind button settings" - }, - "importExportSettings": { - "exportButton": { - "success": "Ustawienia zostały pomyślnie wyeksportowane", - "title": "Eksportuj ustawienia do pliku JSON", - "value": "Eksportuj Ustawienia" - }, - "importButton": { - "error": { - "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", - "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" - }, - "success": "Settings imported successfully", - "title": "Importuj ustawienia z pliku JSON", - "value": "Importuj Ustawienia" - } - }, - "language": { - "select": { - "label": "Język", - "title": "Język rozszerzenia" - }, - "title": "Język" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "Automatic theater mode", - "title": "Automatically enables theater mode when you load a video" - }, - "automaticallyDisableAmbientMode": { - "label": "Automatically disable ambient mode", - "title": "Automatically disables ambient mode when you load a video" - }, - "automaticallyDisableClosedCaptions": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" - }, - "automaticallyEnableClosedCaptions": { - "label": "Automatically enable closed captions", - "title": "Automatically enables closed captions when you load a video" - }, - "automaticallyMaximizePlayer": { - "label": "Automatically maximize player", - "title": "Automatically maximizes the player when you load a video" - }, - "automaticallyShowMoreVideosOnEndScreen": { - "label": "Automatically show more videos on end screen", - "title": "Automatically shows more videos on end screen when you load a video" - }, - "copyTimestampUrlButton": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" - }, - "defaultToOriginalAudioTrack": { - "label": "Default to original audio track", - "title": "Always default to the original audio track" - }, - "enableMarkAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Add a button to playlist items to mark videos as unwatched" - }, - "enableRemoveVideoButton": { - "label": "Remove video button", - "title": "Add a button to playlist items to remove videos from the playlist" - }, - "enableSaveToWatchLaterButton": { - "label": "Enable save to Watch Later button", - "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" - }, - "hideArtificialIntelligenceSummary": { - "label": "Ukryj podsumowanie AI", - "title": "Hides the artificial intelligence summary below videos" - }, - "hideEndScreenCards": { - "label": "Hide end screen cards", - "title": "Hides the cards at the end of the video" - }, - "hideEndScreenCardsButton": { - "label": "Hide end screen cards button", - "title": "Adds a button to show/hide the cards at the end of the video" - }, - "hideLiveStreamChat": { - "label": "Hide live stream chat", - "title": "Hides the live stream chat" - }, - "hideMembersOnlyVideos": { - "label": "Hide members-only videos", - "title": "Hides videos that are only visible to members" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" - }, - "hidePaidPromotionBanner": { - "label": "Hide paid promotion banner", - "title": "Hides the banner that appears when you watch a video that has a paid promotion" - }, - "hidePlayables": { - "label": "Hide playables", - "title": "Hides all playables" - }, - "hideScrollbar": { - "label": "Hide scrollbar", - "title": "Hides the pages scrollbar" - }, - "hideShorts": { - "label": "Ukryj szorty", - "title": "Ukrywa wszystkie szorty" - }, - "hideSidebarRecommendedVideos": { - "label": "Hide recommended videos", - "title": "Hides the sidebar that recommends videos" - }, - "hideTranslateComment": { - "label": "Hide translate comment button", - "title": "Hides 'Translate to Language' button under comments" - }, - "loopButton": { - "label": "Loop button", - "title": "Adds a button to the feature menu to loop the video you're watching" - }, - "maximizePlayerButton": { - "label": "Maximize player button", - "title": "Adds a button to the feature menu to maximize the player" - }, - "openTranscriptButton": { - "label": "Open transcript button", - "title": "Adds a button to the feature menu to open the transcript of the video you're watching" - }, - "openYouTubeSettingsOnHover": { - "label": "Otwórz ustawienia YouTube po najechaniu kursorem", - "title": "Opens the YouTube settings menu when you hover over the settings button" - }, - "pauseBackgroundPlayers": { - "label": "Pause background players", - "title": "Pauses video players in background tabs when you start a new player in foreground tab" - }, - "playlistRemover": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" - }, - "remainingTime": { - "label": "Remaining time", - "title": "Shows the remaining time of the video you're watching" - }, - "rememberLastVolume": { - "label": "Remember last volume", - "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" - }, - "removeRedirect": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" - }, - "restoreFullscreenScrolling": { - "label": "Restore fullscreen scrolling", - "title": "Restores scrolling in fullscreen mode" - }, - "shareShortener": { - "label": "Shorten YouTube video share link", - "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" - }, - "shortsAutoScroll": { - "label": "Shorts auto scroll", - "title": "Automatically scrolls to the next short" - }, - "skipContinueWatching": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" - } - }, - "title": "Miscellaneous settings" - }, - "onScreenDisplaySettings": { - "color": { - "label": "Kolor", - "options": { - "blue": "Niebieski", - "green": "Zielony", - "orange": "Pomarańczowy", - "pink": "Różowy", - "purple": "Fioletowy", - "red": "Czerwony", - "white": "Biały", - "yellow": "Żółty" - }, - "title": "Select the color for the On-Screen Display" - }, - "hide": { - "label": "Hide Delay", - "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" - }, - "opacity": { - "label": "Opacity", - "title": "Adjust the transparency of the On-Screen Display" - }, - "padding": { - "label": "Padding", - "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." - }, - "position": { - "label": "Position", - "options": { - "bottom_left": "Bottom Left", - "bottom_right": "Bottom Right", - "center": "Center", - "top_left": "Top Left", - "top_right": "Top Right" - }, - "title": "Select the position of the On-Screen Display" - }, - "title": "On-screen display settings", - "type": { - "label": "Type", - "options": { - "circle": "Circle", - "line": "Line", - "no_display": "No display", - "text": "Text" - }, - "title": "Select the type of On-Screen Display" - } - }, - "playbackSpeed": { - "enable": { - "label": "Forced playback speed", - "title": "Sets the video speed to what you choose below" - }, - "playbackSpeedButtons": { - "label": "Playback speed buttons", - "select": { - "label": "Playback buttons speed", - "title": "Amount of speed to be changed per click" - }, - "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" - }, - "select": { - "label": "Player speed", - "title": "The speed to set the video to" - }, - "title": "Playback speed settings" - }, - "playlistLength": { - "enable": { - "label": "Display playlist length information", - "title": "Shows the total length of the playlist, how much has been watched, and how much remains." - }, - "title": "Playlist length settings", - "wayToGetLength": { - "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "Method to get watched time", - "options": { - "duration": "Video Length", - "youtube": "Video Watch Time" - }, - "title": "The way to get the amount of time watched (Video Length type only used on watch page)" - } - } - }, - "playlistManagement": { - "features": { - "markAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - }, - "removeVideoButton": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - } - }, - "title": "Playlist management settings" - }, - "playlistManagementButtons": { - "failedToMarkAsUnwatched": "Failed to mark video as unwatched", - "failedToRemoveVideo": "Failed to remove video", - "markAsUnwatched": "Mark as unwatched", - "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "Remove video", - "removingVideo": "Removing video…" - }, - "saveToWatchLaterButton": { - "failedToSaveVideo": "Failed to save video to Watch Later", - "saveVideo": "Save to Watch Later", - "savingVideo": "Saving to Watch Later…" - }, - "screenshotButton": { - "enable": { - "label": "Screenshot button", - "title": "Adds a button to the player to take a screenshot of the video" - }, - "saveAs": { - "clipboard": "Clipboard", - "file": "File", - "both": "Both (File and Clipboard)" - }, - "selectFormat": { - "label": "Screenshot format", - "title": "The format to save the screenshot in" - }, - "selectSaveAs": { - "label": "Screenshot save type", - "title": "The screenshot save type" - }, - "title": "Screenshot settings" - }, - "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "Speed Change Per Scroll", - "title": "Adjust the speed change per scroll" - }, - "enable": { - "label": "Sterowanie prędkością kółka myszy", - "title": "Naciśnij klawisz modyfikujący, aby włączyć regulację prędkości za pomocą kółka myszy." - }, - "optionLabel": "Klawisz {{KEY}}", - "select": { - "label": "Klawisz modyfikujący", - "title": "Klawisz modyfikujący, którego należy użyć" - }, - "title": "Ustawienia kontroli prędkości kółka myszy" - }, - "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "Volume Change Per Scroll", - "title": "Adjust the volume change per scroll" - }, - "enable": { - "label": "Regulacja głośności za pomocą kółka myszy", - "title": "Umożliwia sterowanie głośnością oglądanego filmu za pomocą kółka myszy" - }, - "holdModifierKey": { - "enable": { - "label": "Podczas przytrzymywania klawisza modyfikującego", - "title": "Naciśnij klawisz modyfikujący, aby włączyć regulację głośności za pomocą kółka myszy." - }, - "optionLabel": "Klawisz {{KEY}}", - "select": { - "label": "Klawisz modyfikujący", - "title": "Klawisz modyfikujący, którego należy użyć" - } - }, - "holdRightClick": { - "enable": { - "label": "Przytrzymując prawy przycisk myszy", - "title": "Przytrzymaj prawy przycisk myszy, aby włączyć regulację głośności za pomocą kółka myszy" - } - }, - "title": "Ustawienia regulacji głośności za pomocą kółka myszy" - }, - "settingSearch": { - "placeholder": "Szukaj ustawienia" - }, - "videoHistory": { - "enable": { - "label": "Track watched videos", - "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" - }, - "resumeType": { - "select": { - "label": "Typ wznowienia filmu", - "options": { - "automatic": "Automatyczne", - "prompt": "Podpowiedź" - }, - "title": "Wybierz sposób wznawiania filmów" - } - }, - "title": "Video history settings" - }, - "volumeBoost": { - "boostAmount": { - "label": "Wartość zwiększenia głośności (dB)", - "title": "O ile należy zwiększyć głośność" - }, - "enable": { - "label": "Zwiększenie głośności", - "title": "Włącz zwiększenie głośności" - }, - "mode": { - "select": { - "label": "Tryb zwiększenia głośności", - "options": { - "global": "Globalne", - "perVideo": "Osobno" - }, - "title": "Wybierz sposób wzmocnienia głośności. Opcja „Osobno” umożliwia włączenie wzmocnienia dla każdego filmu osobno w menu funkcji. Opcja „Globalne” stosuje wzmocnienie do wszystkich filmów po włączeniu zwiększenia głośności." - } - }, - "title": "Ustawienia zwiększenia głośności" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "You can get one from here", - "input": { - "label": "Klucz API", - "title": "Wpisz swój klucz API V3." - }, - "title": "YouTube API V3 key" - }, - "youtubeDeepDark": { - "author": "Autor", - "co-authors": "Współautorzy", - "colors": { - "colorShadow": { - "label": "Kolor cienia", - "title": "Kolor dla cieni" - }, - "dimmerText": { - "label": "Kolor tekstu dodatkowego", - "title": "Kolor dla tekstu dodatkowego" - }, - "hoverBackground": { - "label": "Hover background color", - "title": "Color for hover background" - }, - "mainBackground": { - "label": "Kolor głównego tła", - "title": "Kolor dla głównego tła" - }, - "mainColor": { - "label": "Kolor akcentowy", - "title": "Kolor akcentowy" - }, - "mainText": { - "label": "Kolor głównego tekstu", - "title": "Kolor dla głównego tekstu" - }, - "secondBackground": { - "label": "Kolor dodatkowego tła", - "title": "Kolor tła dodatkowego" - } - }, - "enable": { - "label": "Motyw Deep Dark", - "title": "Aktywuj wybrany motyw dla strony" - }, - "select": { - "label": "Wybierz motyw", - "title": "Wybierz motyw, który ma zostać zastosowany na stronie" - }, - "title": "YouTube deep dark settings" - } - } - } + "langCode": "pl-PL", + "langName": "Polish", + "messages": { + "resumingVideo": "Wznowienie wideo za {{VIDEO_TIME}}", + "settingVolume": "Ustawianie wzmocnienia głośności do {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "Skopiowano!", + "label": "Kopiuj adres URL filmu ze znacznikiem czasu" + } + }, + "featureMenu": { + "button": { + "label": "Menu funkcji" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Przyspieszenie do przodu o {{TIME}}" + }, + "rewindButton": { + "label": "Cofnięcie o {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Ukryj elementy końcowe filmu", + "toggle": { + "off": "Pokaż elementy końcowe filmu", + "on": "Ukryj elementy końcowe filmu" + } + } + }, + "loopButton": { + "button": { + "label": "Zapętl", + "toggle": { + "off": "Wyłącz zapętlenie", + "on": "Włącz zapętlenie" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "Powiększ okno", + "toggle": { + "off": "Wyłącz powiększenie", + "on": "Włącz powiększenie" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Otwórz transkrypcję" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Zmniejsz szybkość do {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Zwiększ szybkość do {{SPEED}}" + } + }, + "decreaseLimit": "Nie można zmniejszać dalej ({{SPEED}})", + "increaseLimit": "Nie można zwiększać dalej ({{SPEED}})" + }, + "playlistLength": { + "title": "Całkowita długość może być niedokładna, jeśli niektóre filmy są ukryte lub jeśli nie załadowałeś wystarczającej liczby filmów, aby uzyskać pełny czas." + }, + "screenshotButton": { + "button": { + "label": "Zrzut ekranu" + }, + "copiedToClipboard": "Zrzut ekranu skopiowany do schowka" + }, + "videoHistory": { + "resumeButton": "Wznów", + "resumePrompt": { + "close": "Zamknij" + } + }, + "volumeBoostButton": { + "button": { + "label": "Zwiększ głośność", + "toggle": { + "off": "Zwiększenie głośności wyłączone", + "on": "Zwiększenie głośności włączone" + } + } + } + } + }, + "options": { + "notifications": { + "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "Ustawiony klawisz zmiany prędkości przewijania nie może być taki sam, jak klawisz zmiany głośności przewijania kółka.", + "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." + } + } + }, + "info": { + "reset": "Wszystkie opcje zostały przywrócone do domyślnych wartości. Możesz teraz zapisać zmiany, klikając przycisk \"Potwierdź\" bądź odrzucić, je zamykając tę stronę lub ignorując to powiadomienie." + }, + "success": { + "saved": "Zapisano opcje." + } + } + } + }, + "settings": { + "clearData": { + "allDataDeleted": "All data has been deleted.", + "confirmAlert": "Usunie to wszystkie dane rozszerzenia związane z opcjami. Kontynuować?" + }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " albo " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "scrollForMoreSettings": "Przewiń, aby zobaczyć więcej ustawień", + "sections": { + "automaticQuality": { + "enable": { + "label": "Automatic quality adjustment", + "title": "Automatically adjusts the video quality to the selected level." + }, + "fallbackQualityStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Wyżej", + "lower": "Niżej" + }, + "title": "The strategy to use when the selected quality is not available" + } + }, + "select": { + "label": "Jakość odtwarzacza", + "title": "The quality to set the video to" + }, + "title": "Opcje automatycznej jakości" + }, + "bottomButtons": { + "clear": { + "title": "Clears all data this extension has stored on your machine", + "value": "Wyczyść dane" + }, + "confirm": { + "title": "Confirm setting reset", + "value": "Potwierdź" + }, + "openTab": { + "title": "Open extension settings in a new tab" + }, + "reset": { + "title": "Resets all settings to their defaults, Click the confirm button to save the changes", + "value": "Reset" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Kopiuj adres URL bieżącego momentu", + "decreasePlaybackSpeedButton": "Przycisk Zmniejszania Prędkości Odtwarzania", + "forwardButton": "Fast Forward button", + "hideEndScreenCardsButton": "Hide end screen cards button", + "increasePlaybackSpeedButton": "Przycisk Zwiększania Prędkości Odtwarzania", + "loopButton": "Przycisk Zapętlania", + "maximizePlayerButton": "Maximize button", + "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind button", + "screenshotButton": "Przycisk Zrzutu Ekranu", + "volumeBoostButton": "Przycisk Zwiększania Głośności" + }, + "options": { + "below_player": { + "placement": "below the player controls", + "value": "Poniżej Odtwarzacza" + }, + "feature_menu": { + "placement": "in the feature menu", + "value": "Feature Menu" + }, + "player_controls_left": { + "placement": "on the left side of player controls", + "value": "Lewostronne Sterowanie" + }, + "player_controls_right": { + "placement": "on the right side of player controls", + "value": "Prawostronne Sterowanie" + } + }, + "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Button placement settings" + }, + "customCSS": { + "editor": { + "collapse": "Collapse Editor", + "expand": "Expand Editor", + "noProblems": "No problems found." + }, + "enable": { + "label": "Własny CSS", + "title": "Enables custom CSS to be applied to the page" + }, + "title": "Custom CSS settings" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Menu Activation Type", + "options": { + "click": "Kliknięcie", + "hover": "Najechanie kursorem" + }, + "title": "Select the method to activate the feature menu" + }, + "title": "Feature menu settings" + } + }, + "forwardRewindButtons": { + "enable": { + "label": "Forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + }, + "title": "Forward/rewind button settings" + }, + "importExportSettings": { + "exportButton": { + "success": "Ustawienia zostały pomyślnie wyeksportowane", + "title": "Eksportuj ustawienia do pliku JSON", + "value": "Eksportuj Ustawienia" + }, + "importButton": { + "error": { + "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", + "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" + }, + "success": "Settings imported successfully", + "title": "Importuj ustawienia z pliku JSON", + "value": "Importuj Ustawienia" + } + }, + "language": { + "select": { + "label": "Język", + "title": "Język rozszerzenia" + }, + "title": "Język" + }, + "miscellaneous": { + "features": { + "automaticTheaterMode": { + "label": "Automatic theater mode", + "title": "Automatically enables theater mode when you load a video" + }, + "automaticallyDisableAmbientMode": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + }, + "automaticallyDisableAutoPlay": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + }, + "automaticallyDisableClosedCaptions": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + }, + "automaticallyEnableClosedCaptions": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + }, + "automaticallyMaximizePlayer": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + }, + "automaticallyShowMoreVideosOnEndScreen": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + }, + "copyTimestampUrlButton": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + }, + "defaultToOriginalAudioTrack": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + }, + "enableMarkAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Add a button to playlist items to mark videos as unwatched" + }, + "enableRemoveVideoButton": { + "label": "Remove video button", + "title": "Add a button to playlist items to remove videos from the playlist" + }, + "enableSaveToWatchLaterButton": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + }, + "hideArtificialIntelligenceSummary": { + "label": "Ukryj podsumowanie AI", + "title": "Hides the artificial intelligence summary below videos" + }, + "hideEndScreenCards": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + }, + "hideEndScreenCardsButton": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + }, + "hideLiveStreamChat": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + }, + "hideMembersOnlyVideos": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + }, + "hideOfficialArtistVideosFromHomePage": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + }, + "hidePaidPromotionBanner": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + }, + "hidePlayables": { + "label": "Hide playables", + "title": "Hides all playables" + }, + "hideScrollbar": { + "label": "Hide scrollbar", + "title": "Hides the pages scrollbar" + }, + "hideShorts": { + "label": "Ukryj szorty", + "title": "Ukrywa wszystkie szorty" + }, + "hideSidebarRecommendedVideos": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + }, + "hideTranslateComment": { + "label": "Hide translate comment button", + "title": "Hides 'Translate to Language' button under comments" + }, + "loopButton": { + "label": "Loop button", + "title": "Adds a button to the feature menu to loop the video you're watching" + }, + "maximizePlayerButton": { + "label": "Maximize player button", + "title": "Adds a button to the feature menu to maximize the player" + }, + "openTranscriptButton": { + "label": "Open transcript button", + "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + }, + "openYouTubeSettingsOnHover": { + "label": "Otwórz ustawienia YouTube po najechaniu kursorem", + "title": "Opens the YouTube settings menu when you hover over the settings button" + }, + "pauseBackgroundPlayers": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + }, + "playlistRemover": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + }, + "remainingTime": { + "label": "Remaining time", + "title": "Shows the remaining time of the video you're watching" + }, + "rememberLastVolume": { + "label": "Remember last volume", + "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + }, + "removeRedirect": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + }, + "restoreFullscreenScrolling": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + }, + "shareShortener": { + "label": "Shorten YouTube video share link", + "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + }, + "shortsAutoScroll": { + "label": "Shorts auto scroll", + "title": "Automatically scrolls to the next short" + }, + "skipContinueWatching": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + } + }, + "title": "Miscellaneous settings" + }, + "onScreenDisplaySettings": { + "color": { + "label": "Kolor", + "options": { + "blue": "Niebieski", + "green": "Zielony", + "orange": "Pomarańczowy", + "pink": "Różowy", + "purple": "Fioletowy", + "red": "Czerwony", + "white": "Biały", + "yellow": "Żółty" + }, + "title": "Select the color for the On-Screen Display" + }, + "hide": { + "label": "Hide Delay", + "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" + }, + "opacity": { + "label": "Opacity", + "title": "Adjust the transparency of the On-Screen Display" + }, + "padding": { + "label": "Padding", + "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." + }, + "position": { + "label": "Position", + "options": { + "bottom_left": "Bottom Left", + "bottom_right": "Bottom Right", + "center": "Center", + "top_left": "Top Left", + "top_right": "Top Right" + }, + "title": "Select the position of the On-Screen Display" + }, + "title": "On-screen display settings", + "type": { + "label": "Type", + "options": { + "circle": "Circle", + "line": "Line", + "no_display": "No display", + "text": "Text" + }, + "title": "Select the type of On-Screen Display" + } + }, + "playbackSpeed": { + "enable": { + "label": "Forced playback speed", + "title": "Sets the video speed to what you choose below" + }, + "playbackSpeedButtons": { + "label": "Playback speed buttons", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + }, + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + }, + "select": { + "label": "Player speed", + "title": "The speed to set the video to" + }, + "title": "Playback speed settings" + }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + }, + "title": "Playlist length settings", + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } + } + }, + "playlistManagement": { + "features": { + "markAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + }, + "removeVideoButton": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + }, + "title": "Playlist management settings" + }, + "playlistManagementButtons": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + }, + "saveToWatchLaterButton": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + }, + "screenshotButton": { + "enable": { + "label": "Screenshot button", + "title": "Adds a button to the player to take a screenshot of the video" + }, + "saveAs": { + "both": "Both (File and Clipboard)", + "clipboard": "Clipboard", + "file": "File" + }, + "selectFormat": { + "label": "Screenshot format", + "title": "The format to save the screenshot in" + }, + "selectSaveAs": { + "label": "Screenshot save type", + "title": "The screenshot save type" + }, + "title": "Screenshot settings" + }, + "scrollWheelSpeedControl": { + "adjustmentSteps": { + "label": "Speed Change Per Scroll", + "title": "Adjust the speed change per scroll" + }, + "enable": { + "label": "Sterowanie prędkością kółka myszy", + "title": "Naciśnij klawisz modyfikujący, aby włączyć regulację prędkości za pomocą kółka myszy." + }, + "optionLabel": "Klawisz {{KEY}}", + "select": { + "label": "Klawisz modyfikujący", + "title": "Klawisz modyfikujący, którego należy użyć" + }, + "title": "Ustawienia kontroli prędkości kółka myszy" + }, + "scrollWheelVolumeControl": { + "adjustmentSteps": { + "label": "Volume Change Per Scroll", + "title": "Adjust the volume change per scroll" + }, + "enable": { + "label": "Regulacja głośności za pomocą kółka myszy", + "title": "Umożliwia sterowanie głośnością oglądanego filmu za pomocą kółka myszy" + }, + "holdModifierKey": { + "enable": { + "label": "Podczas przytrzymywania klawisza modyfikującego", + "title": "Naciśnij klawisz modyfikujący, aby włączyć regulację głośności za pomocą kółka myszy." + }, + "optionLabel": "Klawisz {{KEY}}", + "select": { + "label": "Klawisz modyfikujący", + "title": "Klawisz modyfikujący, którego należy użyć" + } + }, + "holdRightClick": { + "enable": { + "label": "Przytrzymując prawy przycisk myszy", + "title": "Przytrzymaj prawy przycisk myszy, aby włączyć regulację głośności za pomocą kółka myszy" + } + }, + "title": "Ustawienia regulacji głośności za pomocą kółka myszy" + }, + "settingSearch": { + "placeholder": "Szukaj ustawienia" + }, + "videoHistory": { + "enable": { + "label": "Track watched videos", + "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" + }, + "resumeType": { + "select": { + "label": "Typ wznowienia filmu", + "options": { + "automatic": "Automatyczne", + "prompt": "Podpowiedź" + }, + "title": "Wybierz sposób wznawiania filmów" + } + }, + "title": "Video history settings" + }, + "volumeBoost": { + "boostAmount": { + "label": "Wartość zwiększenia głośności (dB)", + "title": "O ile należy zwiększyć głośność" + }, + "enable": { + "label": "Zwiększenie głośności", + "title": "Włącz zwiększenie głośności" + }, + "mode": { + "select": { + "label": "Tryb zwiększenia głośności", + "options": { + "global": "Globalne", + "perVideo": "Osobno" + }, + "title": "Wybierz sposób wzmocnienia głośności. Opcja „Osobno” umożliwia włączenie wzmocnienia dla każdego filmu osobno w menu funkcji. Opcja „Globalne” stosuje wzmocnienie do wszystkich filmów po włączeniu zwiększenia głośności." + } + }, + "title": "Ustawienia zwiększenia głośności" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "Klucz API", + "title": "Wpisz swój klucz API V3." + }, + "title": "YouTube API V3 key" + }, + "youtubeDeepDark": { + "author": "Autor", + "co-authors": "Współautorzy", + "colors": { + "colorShadow": { + "label": "Kolor cienia", + "title": "Kolor dla cieni" + }, + "dimmerText": { + "label": "Kolor tekstu dodatkowego", + "title": "Kolor dla tekstu dodatkowego" + }, + "hoverBackground": { + "label": "Hover background color", + "title": "Color for hover background" + }, + "mainBackground": { + "label": "Kolor głównego tła", + "title": "Kolor dla głównego tła" + }, + "mainColor": { + "label": "Kolor akcentowy", + "title": "Kolor akcentowy" + }, + "mainText": { + "label": "Kolor głównego tekstu", + "title": "Kolor dla głównego tekstu" + }, + "secondBackground": { + "label": "Kolor dodatkowego tła", + "title": "Kolor tła dodatkowego" + } + }, + "enable": { + "label": "Motyw Deep Dark", + "title": "Aktywuj wybrany motyw dla strony" + }, + "select": { + "label": "Wybierz motyw", + "title": "Wybierz motyw, który ma zostać zastosowany na stronie" + }, + "title": "YouTube deep dark settings" + } + } + } } From 238665f6ebd241fbdd714cdc90db822da69161e9 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 6 Dec 2025 02:11:40 -0500 Subject: [PATCH 1378/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 1406 +++++++++++++++++++------------------ 1 file changed, 705 insertions(+), 701 deletions(-) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index 27830a421..78a327310 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -1,703 +1,707 @@ { - "langCode": "ru-RU", - "langName": "Русский", - "messages": { - "resumingVideo": "Возобновление видео на {{VIDEO_TIME}}", - "settingVolume": "Усиление громкости установлено на {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "Скопировано!", - "label": "Копировать URL видео с таймкодом" - } - }, - "featureMenu": { - "button": { - "label": "Меню функций" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "Перемотка вперёд на {{TIME}}" - }, - "rewindButton": { - "label": "Перемотка назад на {{TIME}}" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "Скрыть заставки следующих видео", - "toggle": { - "off": "Показать заставки следующих видео", - "on": "Скрыть заставки следующих видео" - } - } - }, - "loopButton": { - "button": { - "label": "Зациклить", - "toggle": { - "off": "Зацикливание выключено", - "on": "Зацикливание включено" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "Развернуть", - "toggle": { - "off": "Проигрыватель свернут", - "on": "Проигрыватель развернут" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Открыть стенограмму" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Уменьшить скорость на {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Увеличить скорость на {{SPEED}}" - } - }, - "decreaseLimit": "Невозможно уменьшить ({{SPEED}})", - "increaseLimit": "Невозможно увеличить ({{SPEED}})" - }, - "playlistLength": { - "title": "Общая длина может быть неточной, если некоторые видео скрыты или недостаточно видео прогружено, чтобы получить полную длину." - }, - "screenshotButton": { - "button": { - "label": "Скриншот" - }, - "copiedToClipboard": "Скриншот скопирован в буфер обмена" - }, - "videoHistory": { - "resumeButton": "Возобновить", - "resumePrompt": { - "close": "Закрыть" - } - }, - "volumeBoostButton": { - "button": { - "label": "Усиление громкости", - "toggle": { - "off": "Увеличение громкости выключено", - "on": "Увеличение громкости включено" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "Клавиша-модификатор для управления скоростью воспроизведения с помощью колеса мыши не может совпадать с клавишей-модификатором для управления громкостью.", - "volumeControl": "Клавиша-модификатор для управления громкостью с помощью колеса мыши не может совпадать с клавишей-модификатором для управления скоростью воспроизведения." - } - } - }, - "info": { - "reset": "Все параметры были сброшены к значениям по умолчанию.\nТеперь вы можете сохранить изменения, нажав кнопку «Подтвердить» или отменить их, закрыв эту страницу или проигнорировав это уведомление." - }, - "success": { - "saved": "Настройки сохранены." - } - } - } - }, - "settings": { - "clearData": { - "allDataDeleted": "Все данные были удалены.", - "confirmAlert": "Это приведет к удалению всех данных расширения, связанных с настройками. Продолжить?" - }, - "optionDisabled": { - "either": { - "label": "Включите {{OPTIONS}} для настройки этого параметра", - "separator": " или " - }, - "plural": { - "label": "Включите {{OPTIONS}} для настройки этого параметра", - "separator": " и " - }, - "singular": "Включите '{{OPTION}}' для настройки этого параметра", - "specificOption": { - "featureMenu": "Включите по крайней мере одну кнопку, которая будет размещена в меню функций для настройки этой опции.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" - } - }, - "scrollForMoreSettings": "Прокрутите для других настроек", - "sections": { - "automaticQuality": { - "enable": { - "label": "Включить автоматическую регулировку качества", - "title": "Автоматически настраивает качество видео на выбранный уровень." - }, - "fallbackQualityStrategy": { - "select": { - "label": "Стратегия восстановления качества", - "options": { - "higher": "Выше", - "lower": "Ниже" - }, - "title": "Какую стратегию использовать, когда выбранное качество недоступно" - } - }, - "select": { - "label": "Качество проигрывателя", - "title": "Качество, которое будет задаваться для видео" - }, - "title": "Автоматические настройки качества" - }, - "bottomButtons": { - "clear": { - "title": "Очистить все данные, которые это расширение хранит на вашем компьютере", - "value": "Удалить данные" - }, - "confirm": { - "title": "Подтвердить сброс настроек", - "value": "Подтвердить" - }, - "openTab": { - "title": "Открывать настройки расширения в новой вкладке" - }, - "reset": { - "title": "Сбрасывает все параметры до значений по умолчанию. Нажмите \"Подтвердить\", чтобы сохранить изменения", - "value": "Сброс" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "Кнопка «Копировать URL видео с таймкодом»", - "decreasePlaybackSpeedButton": "Кнопка уменьшения скорости видео", - "forwardButton": "Кнопка перемотки вперёд", - "hideEndScreenCardsButton": "Кнопка «Скрыть заставки следующих видео»", - "increasePlaybackSpeedButton": "Кнопка увеличения скорости видео", - "loopButton": "Кнопка «Зациклить»", - "maximizePlayerButton": "Кнопка «Развернуть»", - "openTranscriptButton": "Кнопка «Открыть стенограмму»", - "rewindButton": "Кнопка перемотки назад", - "screenshotButton": "Кнопка «Скриншот»", - "volumeBoostButton": "Кнопка «Усиление громкости»" - }, - "options": { - "below_player": { - "placement": "под проигрывателем", - "value": "Под проигрывателем" - }, - "feature_menu": { - "placement": "в меню функций", - "value": "Меню функций" - }, - "player_controls_left": { - "placement": "с левой стороны панели управления", - "value": "Слева" - }, - "player_controls_right": { - "placement": "с правой стороны панели управления", - "value": "Справа" - } - }, - "title": "Поместить {{BUTTON_NAME}} {{PLACEMENT}}" - }, - "title": "Button placement settings" - }, - "customCSS": { - "editor": { - "collapse": "Свернуть редактор", - "expand": "Расширить редактор", - "noProblems": "Проблем не найдено." - }, - "enable": { - "label": "Включить пользовательский CSS", - "title": "Включает пользовательские настройки CSS для применения к странице" - }, - "title": "Custom CSS settings" - }, - "featureMenu": { - "openType": { - "select": { - "label": "Тип активации меню", - "options": { - "click": "Посредством нажатия", - "hover": "При наведении курсора" - }, - "title": "Выберите способ активации меню функций" - }, - "title": "Настройки меню функций" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "Включить кнопки перемотки вперёд/назад", - "title": "Добавляет кнопки перемотки вперёд/назад в проигрыватель" - }, - "time": { - "label": "Время перемотки", - "title": "Кол-во времени, на которое будет перематываться видео" - }, - "title": "Настройки кнопок перемотки вперёд/назад" - }, - "importExportSettings": { - "exportButton": { - "success": "Настройки успешно экспортированы", - "title": "Экспорт настроек в JSON файл", - "value": "Экспорт настроек" - }, - "importButton": { - "error": { - "unknown": "Ошибка импорта настроек. Пожалуйста, проверьте формат файла.\nПроизошла неизвестная ошибка.", - "validation": "Ошибка импорта настроек. Пожалуйста, проверьте формат файла.\n{{ERROR_MESSAGE}}" - }, - "success": "Настройки успешно импортированы", - "title": "Импорт настроек из JSON файла", - "value": "Импорт настроек" - } - }, - "language": { - "select": { - "label": "Язык", - "title": "Язык расширения" - }, - "title": "Язык" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "Включить автоматический режим кинотеатра", - "title": "Автоматически включать режим кинотеатра при загрузке видео" - }, - "automaticallyDisableAmbientMode": { - "label": "Автоматическое отключение режима освещения", - "title": "Автоматически отключать режим освещения при загрузке видео" - }, - "automaticallyDisableClosedCaptions": { - "label": "Автоматически отключать субтитры", - "title": "Автоматически отключает субтитры при загрузке видео" - }, - "automaticallyEnableClosedCaptions": { - "label": "Automatically enable closed captions", - "title": "Automatically enables closed captions when you load a video" - }, - "automaticallyMaximizePlayer": { - "label": "Automatically maximize player", - "title": "Automatically maximizes the player when you load a video" - }, - "automaticallyShowMoreVideosOnEndScreen": { - "label": "Automatically show more videos on end screen", - "title": "Automatically shows more videos on end screen when you load a video" - }, - "copyTimestampUrlButton": { - "label": "Кнопка «Копировать URL видео с таймкодом»", - "title": "Копирует ссылку видео с меткой времени (?t=123)" - }, - "defaultToOriginalAudioTrack": { - "label": "Выставлять оригинальную звуковую дорожку по умолчанию", - "title": "Всегда выставлять оригинальную аудио дорожку видео по умолчанию" - }, - "enableMarkAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Add a button to playlist items to mark videos as unwatched" - }, - "enableRemoveVideoButton": { - "label": "Remove video button", - "title": "Add a button to playlist items to remove videos from the playlist" - }, - "enableSaveToWatchLaterButton": { - "label": "Enable save to Watch Later button", - "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" - }, - "hideArtificialIntelligenceSummary": { - "label": "Прятать краткое содержание от ИИ", - "title": "Прячет краткое содержание видео от ИИ под описанием" - }, - "hideEndScreenCards": { - "label": "Скрыть заставки следующих видео", - "title": "Скрывает заставки следующих (предлагаемых) видео в конце ролика" - }, - "hideEndScreenCardsButton": { - "label": "Кнопка «Скрыть заставки следующих видео»", - "title": "Добавляет кнопку для скрытия/отображения заставок следующих видео в конце ролика" - }, - "hideLiveStreamChat": { - "label": "Спрятать чат прямого эфира", - "title": "Прячет чат прямого эфира (стрима)" - }, - "hideMembersOnlyVideos": { - "label": "Hide members-only videos", - "title": "Hides videos that are only visible to members" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "Скрывать официальные видео исполнителя", - "title": "Скрывает официальные видео исполнителя с домашней страницы" - }, - "hidePaidPromotionBanner": { - "label": "Скрыть \"Содержит прямую рекламу\"", - "title": "Скрывает баннер, отображающийся при просмотре видео, которое имеет платную рекламу" - }, - "hidePlayables": { - "label": "Спрятать игры", - "title": "Прячет все игры (playables)" - }, - "hideScrollbar": { - "label": "Включить скрытие полосы прокрутки страницы", - "title": "Скрывает полосу прокрутки страницы" - }, - "hideShorts": { - "label": "Скрыть Shorts", - "title": "Скрывает все Shorts" - }, - "hideSidebarRecommendedVideos": { - "label": "Hide recommended videos", - "title": "Hides the sidebar that recommends videos" - }, - "hideTranslateComment": { - "label": "Спрятать кнопку 'Перевести на...'", - "title": "Прячет кнопку 'Перевести на русский' под комментарием" - }, - "loopButton": { - "label": "Включить кнопку «Зациклить»", - "title": "Добавляет кнопку в меню функций для автоматического повтора просмотренного видео (зацикливание)" - }, - "maximizePlayerButton": { - "label": "Включить кнопку «Развернуть проигрыватель»", - "title": "Добавляет кнопку в меню функций, которая позволит максимизировать проигрыватель" - }, - "openTranscriptButton": { - "label": "Показать кнопку стенограммы видео", - "title": "Добавляет кнопку в меню функций, чтобы открыть стенограмму видео, которое вы просматриваете" - }, - "openYouTubeSettingsOnHover": { - "label": "Открывать настройки YouTube при наведении курсора", - "title": "Открывает меню настроек YouTube при наведении на кнопку меню" - }, - "pauseBackgroundPlayers": { - "label": "Ставить на паузу видео в фоновых вкладках", - "title": "Ставит на паузу видео в фоновых вкладках при запуске видео в активной (текущей) вкладке" - }, - "playlistRemover": { - "label": "Спрятать плейлисты на главной", - "title": "Прячет плейлисты на главной (домашней) странице" - }, - "remainingTime": { - "label": "Включить отображение оставшегося времени", - "title": "Показывает оставшееся время просмотра видео" - }, - "rememberLastVolume": { - "label": "Запомнить уровень громкости", - "title": "Запоминает громкость последнего видео, которое вы смотрели и устанавливает это значение при открытии нового видео" - }, - "removeRedirect": { - "label": "Убрать YouTube /redirect ссылки", - "title": "Заменяет /redirect ссылки на актуальные, убирая предупреждение о переходе на другой ресурс" - }, - "restoreFullscreenScrolling": { - "label": "Включить прокрутку в полноэкранном режиме", - "title": "Восстанавливает возможность прокрутки в полноэкранном режиме" - }, - "shareShortener": { - "label": "Укоротить ссылку с кнопки \"Поделиться\"", - "title": "Укорачивает ссылку с кнопки \"Поделиться\" (youtu.be), убирая параметры si/feature из нее" - }, - "shortsAutoScroll": { - "label": "Автоматическая прокрутка Shorts", - "title": "Автоматически скроллит до следующего Shorts" - }, - "skipContinueWatching": { - "label": "Пропускать \"Воспроизведение приостановлено. Продолжить?\"", - "title": "Автоматически пропускает диалог простоя, который приостанавливает воспроизведение" - } - }, - "title": "Прочие параметры" - }, - "onScreenDisplaySettings": { - "color": { - "label": "Цвет", - "options": { - "blue": "Синий", - "green": "Зеленый", - "orange": "Оранжевый", - "pink": "Розовый", - "purple": "Фиолетовый", - "red": "Красный", - "white": "Белый", - "yellow": "Желтый" - }, - "title": "Выберите цвет для отображения на экране (OSD)" - }, - "hide": { - "label": "Задержка скрытия", - "title": "Укажите время, в миллисекундах, перед автоматическим скрытием OSD" - }, - "opacity": { - "label": "Прозрачность", - "title": "Настройка прозрачности отображения на экране (OSD)" - }, - "padding": { - "label": "Отступы", - "title": "Регулировка интервала вокруг отображения на экране (OSD) в пикселях. Применяется в частности для углов OSD." - }, - "position": { - "label": "Расположение", - "options": { - "bottom_left": "Слева снизу", - "bottom_right": "Справа снизу", - "center": "По центру", - "top_left": "Слева сверху", - "top_right": "Справа сверху" - }, - "title": "Выберите позицию отображения на экране (OSD)" - }, - "title": "On-screen display settings", - "type": { - "label": "Тип", - "options": { - "circle": "Круг", - "line": "Линия", - "no_display": "Не показывать", - "text": "Текст" - }, - "title": "Выберите тип отображения на экране (OSD)" - } - }, - "playbackSpeed": { - "enable": { - "label": "Включить принудительную скорость воспроизведения", - "title": "Устанавливает скорость проигрывания видео на ту, что вы выбрали ниже" - }, - "playbackSpeedButtons": { - "label": "Кнопки регулирования скорости видео", - "select": { - "label": "Дельта кнопок регулирования скорости", - "title": "Число, на которое будет изменена скорость за клик" - }, - "title": "Добавляет кнопки для увеличения или уменьшения скорости воспроизведения просматриваемого видео" - }, - "select": { - "label": "Скорость проигрывателя", - "title": "Скорость, которая будет задаваться для видео" - }, - "title": "Настройки скорости воспроизведения" - }, - "playlistLength": { - "enable": { - "label": "Отображать информацию о длине плейлиста", - "title": "Отображает общую временную длину плейлиста, сколько было просмотрено и сколько осталось." - }, - "title": "Настройки длины плейлиста", - "wayToGetLength": { - "select": { - "label": "Способ получения длины плейлиста", - "title": "Способ получения информации о длине плейлиста (метод API будет переключаться обратно к HTML, если возникнет ошибка)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "Метод получения времени просмотра", - "options": { - "duration": "Продолжительность видео", - "youtube": "Время просмотра видео" - }, - "title": "Способ получения количества времени просмотра (тип длины видео используется только на странице просмотра)" - } - } - }, - "playlistManagement": { - "features": { - "markAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - }, - "removeVideoButton": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - } - }, - "title": "Playlist management settings" - }, - "playlistManagementButtons": { - "failedToMarkAsUnwatched": "Failed to mark video as unwatched", - "failedToRemoveVideo": "Failed to remove video", - "markAsUnwatched": "Mark as unwatched", - "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "Remove video", - "removingVideo": "Removing video…" - }, - "saveToWatchLaterButton": { - "failedToSaveVideo": "Failed to save video to Watch Later", - "saveVideo": "Save to Watch Later", - "savingVideo": "Saving to Watch Later…" - }, - "screenshotButton": { - "enable": { - "label": "Включить кнопку «Скриншот»", - "title": "Добавляет кнопку в проигрыватель которая делает скриншот видео" - }, - "saveAs": { - "clipboard": "Буфер обмена", - "file": "Файл", - "both": "Both (File and Clipboard)" - }, - "selectFormat": { - "label": "Формат скриншота", - "title": "Формат, в котором будет сохраняться скриншот" - }, - "selectSaveAs": { - "label": "Тип сохранения скриншота", - "title": "Тип сохранения скриншота" - }, - "title": "Настройки скриншотов" - }, - "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "Изменение скорости воспроизведения за прокрутку колеса", - "title": "Регулировка значения, на которое изменяется скорость воспроизведения за прокрутку" - }, - "enable": { - "label": "Включить управление скоростью воспроизведения с помощью колеса мыши", - "title": "Нажмите клавишу-модификатор, чтобы включить управление скоростью воспроизведения с помощью колеса мыши." - }, - "optionLabel": "Клавиша {{KEY}}", - "select": { - "label": "Клавиша-модификатор", - "title": "Используемая клавиша-модификатор" - }, - "title": "Настройки управления скоростью воспроизведения с помощью колеса мыши" - }, - "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "Изменение громкости за прокрутку колеса", - "title": "Регулировка значения, на которое изменяется громкость за прокрутку" - }, - "enable": { - "label": "Включить управление громкостью с помощью колеса мыши", - "title": "Позволяет использовать колесо мыши для управления громкостью видео, которое вы просматриваете" - }, - "holdModifierKey": { - "enable": { - "label": "Включить при удержании клавиши-модификатора", - "title": "Нажмите клавишу-модификатор, чтобы включить управление громкостью с помощью колеса мыши." - }, - "optionLabel": "Клавиша {{KEY}}", - "select": { - "label": "Клавиша-модификатор", - "title": "Используемая клавиша-модификатор" - } - }, - "holdRightClick": { - "enable": { - "label": "Включить при удержании правой кнопки мыши", - "title": "Удерживайте правую кнопку мыши, чтобы включить управление громкостью с помощью колеса мыши" - } - }, - "title": "Настройки управления громкостью с помощью колеса мыши" - }, - "settingSearch": { - "placeholder": "Поиск настроек" - }, - "videoHistory": { - "enable": { - "label": "Отслеживание таймкода просматриваемого видео", - "title": "Отслеживает, на каком моменте вы остановили просмотр видео и продолжает с него" - }, - "resumeType": { - "select": { - "label": "Тип возобновления", - "options": { - "automatic": "Автоматически", - "prompt": "Запрашивать" - }, - "title": "Выберите, как вы хотите возобновлять просмотр видео" - } - }, - "title": "Настройки отслеживания" - }, - "volumeBoost": { - "boostAmount": { - "label": "Значение увеличения громкости (дБ)", - "title": "Значение, на которое будет увеличена громкость" - }, - "enable": { - "label": "Включить усиление громкости", - "title": "Включить усиление громкости" - }, - "mode": { - "select": { - "label": "Режим увеличения громкости", - "options": { - "global": "Глобально", - "perVideo": "Для видео" - }, - "title": "Выберите, каким образом должно применяться усиление громкости. 'Для видео' позволяет включать усиление для каждого видео отдельно в меню функций. 'Глобально' применяет усиление для всех просматриваемых видео когда усиление громкости включено." - } - }, - "title": "Настройки усиления громкости" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "Вы можете получить ключ здесь", - "input": { - "label": "API ключ", - "title": "Введите ваш ключ Youtube Data API V3." - }, - "title": "YouTube API V3 key" - }, - "youtubeDeepDark": { - "author": "Автор", - "co-authors": "Соавторы", - "colors": { - "colorShadow": { - "label": "Цвет тени", - "title": "Цвет теней" - }, - "dimmerText": { - "label": "Цвет вторичного текста", - "title": "Цвет для вторичного текста" - }, - "hoverBackground": { - "label": "Цвет фона при наведении", - "title": "Цвет, который будет задаваться фону при наведении" - }, - "mainBackground": { - "label": "Основной цвет фона", - "title": "Цвет для основного фона" - }, - "mainColor": { - "label": "Цвет акцента", - "title": "Цвет для акцента" - }, - "mainText": { - "label": "Цвет основного текста", - "title": "Цвет для основного текста" - }, - "secondBackground": { - "label": "Дополнительный цвет фона", - "title": "Цвет для вторичного фона" - } - }, - "enable": { - "label": "Включить выбранную тему", - "title": "Активировать выбранную тему для страницы" - }, - "select": { - "label": "Выбрать тему", - "title": "Выберите тему для применения к странице" - }, - "title": "YouTube deep dark settings" - } - } - } + "langCode": "ru-RU", + "langName": "Русский", + "messages": { + "resumingVideo": "Возобновление видео на {{VIDEO_TIME}}", + "settingVolume": "Усиление громкости установлено на {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "Скопировано!", + "label": "Копировать URL видео с таймкодом" + } + }, + "featureMenu": { + "button": { + "label": "Меню функций" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Перемотка вперёд на {{TIME}}" + }, + "rewindButton": { + "label": "Перемотка назад на {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Скрыть заставки следующих видео", + "toggle": { + "off": "Показать заставки следующих видео", + "on": "Скрыть заставки следующих видео" + } + } + }, + "loopButton": { + "button": { + "label": "Зациклить", + "toggle": { + "off": "Зацикливание выключено", + "on": "Зацикливание включено" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "Развернуть", + "toggle": { + "off": "Проигрыватель свернут", + "on": "Проигрыватель развернут" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Открыть стенограмму" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Уменьшить скорость на {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Увеличить скорость на {{SPEED}}" + } + }, + "decreaseLimit": "Невозможно уменьшить ({{SPEED}})", + "increaseLimit": "Невозможно увеличить ({{SPEED}})" + }, + "playlistLength": { + "title": "Общая длина может быть неточной, если некоторые видео скрыты или недостаточно видео прогружено, чтобы получить полную длину." + }, + "screenshotButton": { + "button": { + "label": "Скриншот" + }, + "copiedToClipboard": "Скриншот скопирован в буфер обмена" + }, + "videoHistory": { + "resumeButton": "Возобновить", + "resumePrompt": { + "close": "Закрыть" + } + }, + "volumeBoostButton": { + "button": { + "label": "Усиление громкости", + "toggle": { + "off": "Увеличение громкости выключено", + "on": "Увеличение громкости включено" + } + } + } + } + }, + "options": { + "notifications": { + "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "Клавиша-модификатор для управления скоростью воспроизведения с помощью колеса мыши не может совпадать с клавишей-модификатором для управления громкостью.", + "volumeControl": "Клавиша-модификатор для управления громкостью с помощью колеса мыши не может совпадать с клавишей-модификатором для управления скоростью воспроизведения." + } + } + }, + "info": { + "reset": "Все параметры были сброшены к значениям по умолчанию.\nТеперь вы можете сохранить изменения, нажав кнопку «Подтвердить» или отменить их, закрыв эту страницу или проигнорировав это уведомление." + }, + "success": { + "saved": "Настройки сохранены." + } + } + } + }, + "settings": { + "clearData": { + "allDataDeleted": "Все данные были удалены.", + "confirmAlert": "Это приведет к удалению всех данных расширения, связанных с настройками. Продолжить?" + }, + "optionDisabled": { + "either": { + "label": "Включите {{OPTIONS}} для настройки этого параметра", + "separator": " или " + }, + "plural": { + "label": "Включите {{OPTIONS}} для настройки этого параметра", + "separator": " и " + }, + "singular": "Включите '{{OPTION}}' для настройки этого параметра", + "specificOption": { + "featureMenu": "Включите по крайней мере одну кнопку, которая будет размещена в меню функций для настройки этой опции.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "scrollForMoreSettings": "Прокрутите для других настроек", + "sections": { + "automaticQuality": { + "enable": { + "label": "Включить автоматическую регулировку качества", + "title": "Автоматически настраивает качество видео на выбранный уровень." + }, + "fallbackQualityStrategy": { + "select": { + "label": "Стратегия восстановления качества", + "options": { + "higher": "Выше", + "lower": "Ниже" + }, + "title": "Какую стратегию использовать, когда выбранное качество недоступно" + } + }, + "select": { + "label": "Качество проигрывателя", + "title": "Качество, которое будет задаваться для видео" + }, + "title": "Автоматические настройки качества" + }, + "bottomButtons": { + "clear": { + "title": "Очистить все данные, которые это расширение хранит на вашем компьютере", + "value": "Удалить данные" + }, + "confirm": { + "title": "Подтвердить сброс настроек", + "value": "Подтвердить" + }, + "openTab": { + "title": "Открывать настройки расширения в новой вкладке" + }, + "reset": { + "title": "Сбрасывает все параметры до значений по умолчанию. Нажмите \"Подтвердить\", чтобы сохранить изменения", + "value": "Сброс" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Кнопка «Копировать URL видео с таймкодом»", + "decreasePlaybackSpeedButton": "Кнопка уменьшения скорости видео", + "forwardButton": "Кнопка перемотки вперёд", + "hideEndScreenCardsButton": "Кнопка «Скрыть заставки следующих видео»", + "increasePlaybackSpeedButton": "Кнопка увеличения скорости видео", + "loopButton": "Кнопка «Зациклить»", + "maximizePlayerButton": "Кнопка «Развернуть»", + "openTranscriptButton": "Кнопка «Открыть стенограмму»", + "rewindButton": "Кнопка перемотки назад", + "screenshotButton": "Кнопка «Скриншот»", + "volumeBoostButton": "Кнопка «Усиление громкости»" + }, + "options": { + "below_player": { + "placement": "под проигрывателем", + "value": "Под проигрывателем" + }, + "feature_menu": { + "placement": "в меню функций", + "value": "Меню функций" + }, + "player_controls_left": { + "placement": "с левой стороны панели управления", + "value": "Слева" + }, + "player_controls_right": { + "placement": "с правой стороны панели управления", + "value": "Справа" + } + }, + "title": "Поместить {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Button placement settings" + }, + "customCSS": { + "editor": { + "collapse": "Свернуть редактор", + "expand": "Расширить редактор", + "noProblems": "Проблем не найдено." + }, + "enable": { + "label": "Включить пользовательский CSS", + "title": "Включает пользовательские настройки CSS для применения к странице" + }, + "title": "Custom CSS settings" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Тип активации меню", + "options": { + "click": "Посредством нажатия", + "hover": "При наведении курсора" + }, + "title": "Выберите способ активации меню функций" + }, + "title": "Настройки меню функций" + } + }, + "forwardRewindButtons": { + "enable": { + "label": "Включить кнопки перемотки вперёд/назад", + "title": "Добавляет кнопки перемотки вперёд/назад в проигрыватель" + }, + "time": { + "label": "Время перемотки", + "title": "Кол-во времени, на которое будет перематываться видео" + }, + "title": "Настройки кнопок перемотки вперёд/назад" + }, + "importExportSettings": { + "exportButton": { + "success": "Настройки успешно экспортированы", + "title": "Экспорт настроек в JSON файл", + "value": "Экспорт настроек" + }, + "importButton": { + "error": { + "unknown": "Ошибка импорта настроек. Пожалуйста, проверьте формат файла.\nПроизошла неизвестная ошибка.", + "validation": "Ошибка импорта настроек. Пожалуйста, проверьте формат файла.\n{{ERROR_MESSAGE}}" + }, + "success": "Настройки успешно импортированы", + "title": "Импорт настроек из JSON файла", + "value": "Импорт настроек" + } + }, + "language": { + "select": { + "label": "Язык", + "title": "Язык расширения" + }, + "title": "Язык" + }, + "miscellaneous": { + "features": { + "automaticTheaterMode": { + "label": "Включить автоматический режим кинотеатра", + "title": "Автоматически включать режим кинотеатра при загрузке видео" + }, + "automaticallyDisableAmbientMode": { + "label": "Автоматическое отключение режима освещения", + "title": "Автоматически отключать режим освещения при загрузке видео" + }, + "automaticallyDisableAutoPlay": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + }, + "automaticallyDisableClosedCaptions": { + "label": "Автоматически отключать субтитры", + "title": "Автоматически отключает субтитры при загрузке видео" + }, + "automaticallyEnableClosedCaptions": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + }, + "automaticallyMaximizePlayer": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + }, + "automaticallyShowMoreVideosOnEndScreen": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + }, + "copyTimestampUrlButton": { + "label": "Кнопка «Копировать URL видео с таймкодом»", + "title": "Копирует ссылку видео с меткой времени (?t=123)" + }, + "defaultToOriginalAudioTrack": { + "label": "Выставлять оригинальную звуковую дорожку по умолчанию", + "title": "Всегда выставлять оригинальную аудио дорожку видео по умолчанию" + }, + "enableMarkAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Add a button to playlist items to mark videos as unwatched" + }, + "enableRemoveVideoButton": { + "label": "Remove video button", + "title": "Add a button to playlist items to remove videos from the playlist" + }, + "enableSaveToWatchLaterButton": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + }, + "hideArtificialIntelligenceSummary": { + "label": "Прятать краткое содержание от ИИ", + "title": "Прячет краткое содержание видео от ИИ под описанием" + }, + "hideEndScreenCards": { + "label": "Скрыть заставки следующих видео", + "title": "Скрывает заставки следующих (предлагаемых) видео в конце ролика" + }, + "hideEndScreenCardsButton": { + "label": "Кнопка «Скрыть заставки следующих видео»", + "title": "Добавляет кнопку для скрытия/отображения заставок следующих видео в конце ролика" + }, + "hideLiveStreamChat": { + "label": "Спрятать чат прямого эфира", + "title": "Прячет чат прямого эфира (стрима)" + }, + "hideMembersOnlyVideos": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + }, + "hideOfficialArtistVideosFromHomePage": { + "label": "Скрывать официальные видео исполнителя", + "title": "Скрывает официальные видео исполнителя с домашней страницы" + }, + "hidePaidPromotionBanner": { + "label": "Скрыть \"Содержит прямую рекламу\"", + "title": "Скрывает баннер, отображающийся при просмотре видео, которое имеет платную рекламу" + }, + "hidePlayables": { + "label": "Спрятать игры", + "title": "Прячет все игры (playables)" + }, + "hideScrollbar": { + "label": "Включить скрытие полосы прокрутки страницы", + "title": "Скрывает полосу прокрутки страницы" + }, + "hideShorts": { + "label": "Скрыть Shorts", + "title": "Скрывает все Shorts" + }, + "hideSidebarRecommendedVideos": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + }, + "hideTranslateComment": { + "label": "Спрятать кнопку 'Перевести на...'", + "title": "Прячет кнопку 'Перевести на русский' под комментарием" + }, + "loopButton": { + "label": "Включить кнопку «Зациклить»", + "title": "Добавляет кнопку в меню функций для автоматического повтора просмотренного видео (зацикливание)" + }, + "maximizePlayerButton": { + "label": "Включить кнопку «Развернуть проигрыватель»", + "title": "Добавляет кнопку в меню функций, которая позволит максимизировать проигрыватель" + }, + "openTranscriptButton": { + "label": "Показать кнопку стенограммы видео", + "title": "Добавляет кнопку в меню функций, чтобы открыть стенограмму видео, которое вы просматриваете" + }, + "openYouTubeSettingsOnHover": { + "label": "Открывать настройки YouTube при наведении курсора", + "title": "Открывает меню настроек YouTube при наведении на кнопку меню" + }, + "pauseBackgroundPlayers": { + "label": "Ставить на паузу видео в фоновых вкладках", + "title": "Ставит на паузу видео в фоновых вкладках при запуске видео в активной (текущей) вкладке" + }, + "playlistRemover": { + "label": "Спрятать плейлисты на главной", + "title": "Прячет плейлисты на главной (домашней) странице" + }, + "remainingTime": { + "label": "Включить отображение оставшегося времени", + "title": "Показывает оставшееся время просмотра видео" + }, + "rememberLastVolume": { + "label": "Запомнить уровень громкости", + "title": "Запоминает громкость последнего видео, которое вы смотрели и устанавливает это значение при открытии нового видео" + }, + "removeRedirect": { + "label": "Убрать YouTube /redirect ссылки", + "title": "Заменяет /redirect ссылки на актуальные, убирая предупреждение о переходе на другой ресурс" + }, + "restoreFullscreenScrolling": { + "label": "Включить прокрутку в полноэкранном режиме", + "title": "Восстанавливает возможность прокрутки в полноэкранном режиме" + }, + "shareShortener": { + "label": "Укоротить ссылку с кнопки \"Поделиться\"", + "title": "Укорачивает ссылку с кнопки \"Поделиться\" (youtu.be), убирая параметры si/feature из нее" + }, + "shortsAutoScroll": { + "label": "Автоматическая прокрутка Shorts", + "title": "Автоматически скроллит до следующего Shorts" + }, + "skipContinueWatching": { + "label": "Пропускать \"Воспроизведение приостановлено. Продолжить?\"", + "title": "Автоматически пропускает диалог простоя, который приостанавливает воспроизведение" + } + }, + "title": "Прочие параметры" + }, + "onScreenDisplaySettings": { + "color": { + "label": "Цвет", + "options": { + "blue": "Синий", + "green": "Зеленый", + "orange": "Оранжевый", + "pink": "Розовый", + "purple": "Фиолетовый", + "red": "Красный", + "white": "Белый", + "yellow": "Желтый" + }, + "title": "Выберите цвет для отображения на экране (OSD)" + }, + "hide": { + "label": "Задержка скрытия", + "title": "Укажите время, в миллисекундах, перед автоматическим скрытием OSD" + }, + "opacity": { + "label": "Прозрачность", + "title": "Настройка прозрачности отображения на экране (OSD)" + }, + "padding": { + "label": "Отступы", + "title": "Регулировка интервала вокруг отображения на экране (OSD) в пикселях. Применяется в частности для углов OSD." + }, + "position": { + "label": "Расположение", + "options": { + "bottom_left": "Слева снизу", + "bottom_right": "Справа снизу", + "center": "По центру", + "top_left": "Слева сверху", + "top_right": "Справа сверху" + }, + "title": "Выберите позицию отображения на экране (OSD)" + }, + "title": "On-screen display settings", + "type": { + "label": "Тип", + "options": { + "circle": "Круг", + "line": "Линия", + "no_display": "Не показывать", + "text": "Текст" + }, + "title": "Выберите тип отображения на экране (OSD)" + } + }, + "playbackSpeed": { + "enable": { + "label": "Включить принудительную скорость воспроизведения", + "title": "Устанавливает скорость проигрывания видео на ту, что вы выбрали ниже" + }, + "playbackSpeedButtons": { + "label": "Кнопки регулирования скорости видео", + "select": { + "label": "Дельта кнопок регулирования скорости", + "title": "Число, на которое будет изменена скорость за клик" + }, + "title": "Добавляет кнопки для увеличения или уменьшения скорости воспроизведения просматриваемого видео" + }, + "select": { + "label": "Скорость проигрывателя", + "title": "Скорость, которая будет задаваться для видео" + }, + "title": "Настройки скорости воспроизведения" + }, + "playlistLength": { + "enable": { + "label": "Отображать информацию о длине плейлиста", + "title": "Отображает общую временную длину плейлиста, сколько было просмотрено и сколько осталось." + }, + "title": "Настройки длины плейлиста", + "wayToGetLength": { + "select": { + "label": "Способ получения длины плейлиста", + "title": "Способ получения информации о длине плейлиста (метод API будет переключаться обратно к HTML, если возникнет ошибка)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Метод получения времени просмотра", + "options": { + "duration": "Продолжительность видео", + "youtube": "Время просмотра видео" + }, + "title": "Способ получения количества времени просмотра (тип длины видео используется только на странице просмотра)" + } + } + }, + "playlistManagement": { + "features": { + "markAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + }, + "removeVideoButton": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + }, + "title": "Playlist management settings" + }, + "playlistManagementButtons": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + }, + "saveToWatchLaterButton": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + }, + "screenshotButton": { + "enable": { + "label": "Включить кнопку «Скриншот»", + "title": "Добавляет кнопку в проигрыватель которая делает скриншот видео" + }, + "saveAs": { + "both": "Both (File and Clipboard)", + "clipboard": "Буфер обмена", + "file": "Файл" + }, + "selectFormat": { + "label": "Формат скриншота", + "title": "Формат, в котором будет сохраняться скриншот" + }, + "selectSaveAs": { + "label": "Тип сохранения скриншота", + "title": "Тип сохранения скриншота" + }, + "title": "Настройки скриншотов" + }, + "scrollWheelSpeedControl": { + "adjustmentSteps": { + "label": "Изменение скорости воспроизведения за прокрутку колеса", + "title": "Регулировка значения, на которое изменяется скорость воспроизведения за прокрутку" + }, + "enable": { + "label": "Включить управление скоростью воспроизведения с помощью колеса мыши", + "title": "Нажмите клавишу-модификатор, чтобы включить управление скоростью воспроизведения с помощью колеса мыши." + }, + "optionLabel": "Клавиша {{KEY}}", + "select": { + "label": "Клавиша-модификатор", + "title": "Используемая клавиша-модификатор" + }, + "title": "Настройки управления скоростью воспроизведения с помощью колеса мыши" + }, + "scrollWheelVolumeControl": { + "adjustmentSteps": { + "label": "Изменение громкости за прокрутку колеса", + "title": "Регулировка значения, на которое изменяется громкость за прокрутку" + }, + "enable": { + "label": "Включить управление громкостью с помощью колеса мыши", + "title": "Позволяет использовать колесо мыши для управления громкостью видео, которое вы просматриваете" + }, + "holdModifierKey": { + "enable": { + "label": "Включить при удержании клавиши-модификатора", + "title": "Нажмите клавишу-модификатор, чтобы включить управление громкостью с помощью колеса мыши." + }, + "optionLabel": "Клавиша {{KEY}}", + "select": { + "label": "Клавиша-модификатор", + "title": "Используемая клавиша-модификатор" + } + }, + "holdRightClick": { + "enable": { + "label": "Включить при удержании правой кнопки мыши", + "title": "Удерживайте правую кнопку мыши, чтобы включить управление громкостью с помощью колеса мыши" + } + }, + "title": "Настройки управления громкостью с помощью колеса мыши" + }, + "settingSearch": { + "placeholder": "Поиск настроек" + }, + "videoHistory": { + "enable": { + "label": "Отслеживание таймкода просматриваемого видео", + "title": "Отслеживает, на каком моменте вы остановили просмотр видео и продолжает с него" + }, + "resumeType": { + "select": { + "label": "Тип возобновления", + "options": { + "automatic": "Автоматически", + "prompt": "Запрашивать" + }, + "title": "Выберите, как вы хотите возобновлять просмотр видео" + } + }, + "title": "Настройки отслеживания" + }, + "volumeBoost": { + "boostAmount": { + "label": "Значение увеличения громкости (дБ)", + "title": "Значение, на которое будет увеличена громкость" + }, + "enable": { + "label": "Включить усиление громкости", + "title": "Включить усиление громкости" + }, + "mode": { + "select": { + "label": "Режим увеличения громкости", + "options": { + "global": "Глобально", + "perVideo": "Для видео" + }, + "title": "Выберите, каким образом должно применяться усиление громкости. 'Для видео' позволяет включать усиление для каждого видео отдельно в меню функций. 'Глобально' применяет усиление для всех просматриваемых видео когда усиление громкости включено." + } + }, + "title": "Настройки усиления громкости" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "Вы можете получить ключ здесь", + "input": { + "label": "API ключ", + "title": "Введите ваш ключ Youtube Data API V3." + }, + "title": "YouTube API V3 key" + }, + "youtubeDeepDark": { + "author": "Автор", + "co-authors": "Соавторы", + "colors": { + "colorShadow": { + "label": "Цвет тени", + "title": "Цвет теней" + }, + "dimmerText": { + "label": "Цвет вторичного текста", + "title": "Цвет для вторичного текста" + }, + "hoverBackground": { + "label": "Цвет фона при наведении", + "title": "Цвет, который будет задаваться фону при наведении" + }, + "mainBackground": { + "label": "Основной цвет фона", + "title": "Цвет для основного фона" + }, + "mainColor": { + "label": "Цвет акцента", + "title": "Цвет для акцента" + }, + "mainText": { + "label": "Цвет основного текста", + "title": "Цвет для основного текста" + }, + "secondBackground": { + "label": "Дополнительный цвет фона", + "title": "Цвет для вторичного фона" + } + }, + "enable": { + "label": "Включить выбранную тему", + "title": "Активировать выбранную тему для страницы" + }, + "select": { + "label": "Выбрать тему", + "title": "Выберите тему для применения к странице" + }, + "title": "YouTube deep dark settings" + } + } + } } From 8d90c74cb9b010b9e9be586b2cf62c42c18b354b Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 6 Dec 2025 02:11:42 -0500 Subject: [PATCH 1379/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 1406 +++++++++++++++++++------------------ 1 file changed, 705 insertions(+), 701 deletions(-) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index fbdf82620..6ea681fd3 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -1,703 +1,707 @@ { - "langCode": "en-US", - "langName": "Svenska (SV)", - "messages": { - "resumingVideo": "Återupptar video vid {{VIDEO_TIME}}", - "settingVolume": "Ställa in volymökning till {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "Kopierad!", - "label": "Kopiera videons webbadress med tidsstämpel" - } - }, - "featureMenu": { - "button": { - "label": "Funktionsmeny" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "Snabbspola med {{TIME}}" - }, - "rewindButton": { - "label": "Återspola med {{TIME}}" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "Dölj slutskärmskort", - "toggle": { - "off": "Visa slutskärmskort", - "on": "Dölj slutskärmskort" - } - } - }, - "loopButton": { - "button": { - "label": "Slinga", - "toggle": { - "off": "Slinga av", - "on": "Slinga på" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "Maximera", - "toggle": { - "off": "Maximera av", - "on": "Maximera på" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Öppna transkript" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Minska hastigheten till {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Öka hastigheten till {{SPEED}}" - } - }, - "decreaseLimit": "Det går inte att sänka mer ({{SPEED}})", - "increaseLimit": "Det går inte att höja mer ({{SPEED}})" - }, - "playlistLength": { - "title": "Total längd kanske inte är korrekt om vissa videor är dolda eller om du inte har laddat tillräckligt med videor för att få hela längden." - }, - "screenshotButton": { - "button": { - "label": "Skärmbild" - }, - "copiedToClipboard": "Skärmbild kopierad till urklipp" - }, - "videoHistory": { - "resumeButton": "Återuppta", - "resumePrompt": { - "close": "Stäng" - } - }, - "volumeBoostButton": { - "button": { - "label": "Volymökning", - "toggle": { - "off": "Volymökning av", - "on": "Volymökning på" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "optionConflict": "Detta alternativ kan inte aktiveras medan '{{OPTION}}' är aktiverat.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "Rullningshjulets modifieringstangent för hastighetsreglering kan inte vara densamma modifieringstangent som rullningshjulets volymreglering.", - "volumeControl": "Rullningshjulets modifieringstangent för volymreglering kan inte vara densamma modifieringstangent som rullningshjulets hastighetsreglering." - } - } - }, - "info": { - "reset": "Alla alternativ har återställts till sina standardvärden.\nDu kan nu spara ändringarna genom att klicka på knappen \"Bekräfta\" eller örkasta dem genom att stänga denna sida eller ignorera detta meddelande." - }, - "success": { - "saved": "Inställningarna sparade." - } - } - } - }, - "settings": { - "clearData": { - "allDataDeleted": "All data har tagits bort.", - "confirmAlert": "Detta kommer att ta bort alla tilläggsdata relaterade till alternativen. Fortsätta?" - }, - "optionDisabled": { - "either": { - "label": "Aktivera {{OPTIONS}} för att konfigurera detta alternativ", - "separator": " eller " - }, - "plural": { - "label": "Aktivera {{OPTIONS}} för att konfigurera detta alternativ", - "separator": " och " - }, - "singular": "Aktivera {{OPTION}} för att konfigurera detta alternativ", - "specificOption": { - "featureMenu": "Konfigurera minst en knapp som ska placeras i funktionsmenyn för att konfigurera det här alternativet.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" - } - }, - "scrollForMoreSettings": "Rulla för fler inställningar", - "sections": { - "automaticQuality": { - "enable": { - "label": "Automatisk kvalitetsjustering", - "title": "Justerar automatiskt videokvaliteten till den valda nivån." - }, - "fallbackQualityStrategy": { - "select": { - "label": "Reservmetod för kvaliten", - "options": { - "higher": "Högre", - "lower": "Lägre" - }, - "title": "Metod att använda när den valda kvaliteten inte är tillgänglig" - } - }, - "select": { - "label": "Spelarkvalitet", - "title": "Kvaliteten för att ställa in videon till" - }, - "title": "Automatisk kvalitetsinställningar" - }, - "bottomButtons": { - "clear": { - "title": "Rensar all data som detta tillägg har lagrat på din dator", - "value": "Rensa data" - }, - "confirm": { - "title": "Bekräfta återställning av inställningar", - "value": "Bekräfta" - }, - "openTab": { - "title": "Öppna tilläggsinställningar i en ny flik" - }, - "reset": { - "title": "Återställer alla inställningar till sina standardinställningar, Klicka på bekräftelseknappen för att spara ändringarna", - "value": "Återställ" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "Kopiera videons webbadress med tidsstämpelknappen", - "decreasePlaybackSpeedButton": "Knapp för att mindska hastigheten", - "forwardButton": "Snabbspolningsknapp", - "hideEndScreenCardsButton": "Dölj knappen för slutskärmskort", - "increasePlaybackSpeedButton": "Knapp för att öka hastigheten", - "loopButton": "Slingknapp", - "maximizePlayerButton": "Maximeraknapp", - "openTranscriptButton": "Transkriptknapp", - "rewindButton": "Återspolningsknapp", - "screenshotButton": "Skärmbildsknapp", - "volumeBoostButton": "Volymökningsknapp" - }, - "options": { - "below_player": { - "placement": "under spelarkontrollerna", - "value": "Under spelaren" - }, - "feature_menu": { - "placement": "i funktionsmenyn", - "value": "Funktionsmeny" - }, - "player_controls_left": { - "placement": "på vänster sida av spelarkontrollerna", - "value": "Vänster kontroller" - }, - "player_controls_right": { - "placement": "på höger sida av spelarkontrollerna", - "value": "Höger kontroller" - } - }, - "title": "Placera {{BUTTON_NAME}} {{PLACEMENT}}" - }, - "title": "Inställningar för knapplacering" - }, - "customCSS": { - "editor": { - "collapse": "Fäll ihop redigeraren", - "expand": "Fäll ut redigeraren", - "noProblems": "Inga problem hittades." - }, - "enable": { - "label": "Aktivera anpassad CSS", - "title": "Aktiverar anpassad CSS som ska tillämpas på sidan" - }, - "title": "Anpassade CSS-inställningar" - }, - "featureMenu": { - "openType": { - "select": { - "label": "Aktiveringstyp för menyn", - "options": { - "click": "Klicka", - "hover": "Musöver" - }, - "title": "Välj metod för att aktivera funktionsmenyn" - }, - "title": "Inställningar för funktionsmeny" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "Aktivera spola framåt-/återspolningsknappar", - "title": "Lägger till spola framåt- och återspolningsknappar till videospelaren" - }, - "time": { - "label": "Spola framåt-/återspolningstid", - "title": "Tiden som videon ska spolas framåt/återspolas med" - }, - "title": "Inställningar för knapparna spola framåt/återspola" - }, - "importExportSettings": { - "exportButton": { - "success": "Inställningar har exporterats", - "title": "Exportera inställningarna till en JSON-fil", - "value": "Exportera Inställningar" - }, - "importButton": { - "error": { - "unknown": "Fel vid import av inställningar. Kontrollera filformatet.\nEtt okänt fel uppstod.", - "validation": "Fel vid import av inställningar. Kontrollera filformatet.\n{{ERROR_MESSAGE}}" - }, - "success": "Inställningar har importerats", - "title": "Importera inställningarna från en JSON-fil", - "value": "Importera inställningar" - } - }, - "language": { - "select": { - "label": "Språk", - "title": "Språket som ska användas för tillägget" - }, - "title": "Språk" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "Automatiskt teaterläge", - "title": "Aktiverar automatiskt teaterläge när du startar en video" - }, - "automaticallyDisableAmbientMode": { - "label": "Inaktivera biobelysning automatiskt", - "title": "Inaktiverar automatiskt biobelysning när du startar en video" - }, - "automaticallyDisableClosedCaptions": { - "label": "Inaktivera textning automatiskt", - "title": "Inaktiverar textning automatiskt när du laddar en video" - }, - "automaticallyEnableClosedCaptions": { - "label": "Aktivera undertexter automatiskt", - "title": "Aktiverar automatiskt undertexter när du startar en video" - }, - "automaticallyMaximizePlayer": { - "label": "Maximera spelaren automatiskt", - "title": "Maximera spelaren automatiskt när du laddar en video" - }, - "automaticallyShowMoreVideosOnEndScreen": { - "label": "Visa automatiskt fler videor på slutskärmen", - "title": "Visa automatiskt fler videor på slutskärmen när du laddar en video" - }, - "copyTimestampUrlButton": { - "label": "Kopiera videons webbadress med tidsstämpelknappen", - "title": "Kopiera videons webbadress med tidsstämpel (?t=123)" - }, - "defaultToOriginalAudioTrack": { - "label": "Standard till originalljudspår", - "title": "Använd alltid originalljudspåret som standard" - }, - "enableMarkAsUnwatchedButton": { - "label": "Markera som ej sedd", - "title": "Lägg till en knapp i spellistans objekt för att markera videor som ej sedda" - }, - "enableRemoveVideoButton": { - "label": "Ta bort videoknappen", - "title": "Lägg till en knapp i spellistobjekt för att ta bort videor från spellistan" - }, - "enableSaveToWatchLaterButton": { - "label": "Aktivera knappen spara för att titta på senare", - "title": "Lägger till en knapp på hem- och prenumerationsvideor för att spara videon till spellistan \"Titta på senare\"" - }, - "hideArtificialIntelligenceSummary": { - "label": "Dölj AI-sammanfattning", - "title": "Döljer sammanfattningen av artificiell intelligens under videorna" - }, - "hideEndScreenCards": { - "label": "Dölj slutskärmskort", - "title": "Döljer korten i slutet av videon" - }, - "hideEndScreenCardsButton": { - "label": "Dölj knappen för slutskärmskort", - "title": "Lägger till en knapp för att visa/dölja korten i slutet av videon" - }, - "hideLiveStreamChat": { - "label": "Dölj direktströmschatt", - "title": "Döljer direktströmschatten" - }, - "hideMembersOnlyVideos": { - "label": "Dölj endast för medlemmar-videor", - "title": "Döljer videor som endast är synliga för medlemmar" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "Dölj officiella artistvideor", - "title": "Dölj officiella artistvideor från startsidan" - }, - "hidePaidPromotionBanner": { - "label": "Dölj betald marknadsföringsbanner", - "title": "Döljer bannern som visas när du tittar på en video som har betald marknadsföring" - }, - "hidePlayables": { - "label": "Dölj spelbara", - "title": "Döljer alla spelbara" - }, - "hideScrollbar": { - "label": "Dölj rullningslisten", - "title": "Döljer sidornas rullningsfält" - }, - "hideShorts": { - "label": "Dölj shorts", - "title": "Döljer alla shorts" - }, - "hideSidebarRecommendedVideos": { - "label": "Dölj rekommenderade videor", - "title": "Döljer sidofältet som rekommenderar videor" - }, - "hideTranslateComment": { - "label": "Dölj översättning av kommentarer", - "title": "Döljer knappen 'Översätt till språk' under kommentarer" - }, - "loopButton": { - "label": "Slingknapp", - "title": "Lägger till en knapp i funktionsmenyn för att slinga videon du tittar på" - }, - "maximizePlayerButton": { - "label": "Maximeringsknapp för spelaren", - "title": "Lägger till en knapp i funktionsmenyn för att maximera spelaren" - }, - "openTranscriptButton": { - "label": "Öppningsknapp för transkript", - "title": "Lägger till en knapp i funktionsmenyn för att visa transkript av videon du tittar på" - }, - "openYouTubeSettingsOnHover": { - "label": "Öppna YouTube-inställningar vid musöver", - "title": "Öppnar YouTube-inställningsmenyn när du håller muspekaren över inställningsknappen" - }, - "pauseBackgroundPlayers": { - "label": "Pausa spelare i bakgrunden", - "title": "Pausar videospelare i bakgrundsflikar när du startar en ny videospelare i en förgrundsflik" - }, - "playlistRemover": { - "label": "Dölj spellistor från hemsidan", - "title": "Bli av med spellistor från hemsidan" - }, - "remainingTime": { - "label": "Återstående tid", - "title": "Visar återstående tid för videon du tittar på" - }, - "rememberLastVolume": { - "label": "Kom ihåg senaste volymen", - "title": "Kommer ihåg volymen på den senaste videon du tittade på och ställer in den när du öppnar en ny video" - }, - "removeRedirect": { - "label": "Ta bort YouTube-omdirigeringswebbadresser", - "title": "Ersätter YouTube-omdirigering genom faktiska webbadresser, hoppar över omdirigeringsvarningsdialog" - }, - "restoreFullscreenScrolling": { - "label": "Återställ fullskärmsrullning", - "title": "Återställer rullning i helskärmsläge" - }, - "shareShortener": { - "label": "Förkorta YouTube-videons delningslänk", - "title": "Förkortar YouTube-videons delningslänk (youtu.be) genom att ta bort funktionsparametrar från den" - }, - "shortsAutoScroll": { - "label": "Automatisk rullning för shorts", - "title": "Rullar automatiskt till nästa shorts" - }, - "skipContinueWatching": { - "label": "Hoppa över \"Videon är pausad. Fortsätt titta?\"", - "title": "Hoppa över dialogrutan som pausar videouppspelningen" - } - }, - "title": "Övriga inställningar" - }, - "onScreenDisplaySettings": { - "color": { - "label": "Färg", - "options": { - "blue": "Blå", - "green": "Grön", - "orange": "Orange", - "pink": "Rosa", - "purple": "Lila", - "red": "Röd", - "white": "Vit", - "yellow": "Gul" - }, - "title": "Välj färgen för On-Screen Display" - }, - "hide": { - "label": "Döljfördröjning", - "title": "Ange tiden i millisekunder innan On-Screen Display automatiskt döljs" - }, - "opacity": { - "label": "Genomskinlighet", - "title": "Justera genomskinligheten för On-Screen Display" - }, - "padding": { - "label": "Utfyllnad", - "title": "Justera avståndet runt On-Screen Display i pixlar. Detta gäller specifikt för hörn On-Screen Display." - }, - "position": { - "label": "Position", - "options": { - "bottom_left": "Nedre vänstra", - "bottom_right": "Nedre högra", - "center": "Mitten", - "top_left": "Övre vänstra", - "top_right": "Övre högra" - }, - "title": "Välj placering av On-Screen Display" - }, - "title": "On-Screen skärminställningar", - "type": { - "label": "Typ", - "options": { - "circle": "Cirkel", - "line": "Rad", - "no_display": "Ingen visning", - "text": "Text" - }, - "title": "Välj typ av On-Screen Display" - } - }, - "playbackSpeed": { - "enable": { - "label": "Tvingad uppspelningshastighet", - "title": "Ställer in videohastigheten till det du väljer nedan" - }, - "playbackSpeedButtons": { - "label": "Knapp för uppspelningshastigheten", - "select": { - "label": "Knapp för uppspelningshastigheten", - "title": "Hastighetsändring per klick" - }, - "title": "Lägger till knappar för att öka eller minska uppspelningshastigheten på videon du tittar på" - }, - "select": { - "label": "Uppspelningshastighet", - "title": "Hastigheten att spela upp videon i" - }, - "title": "Inställningar för uppspelningshastighet" - }, - "playlistLength": { - "enable": { - "label": "Visa information om spellistans längd", - "title": "Visar spellistans totala längd och hur mycket som har tittats på och hur mycket som återstår." - }, - "title": "Inställningar för spellistans längd", - "wayToGetLength": { - "select": { - "label": "Metod för att få spellistans längd", - "title": "Sättet att få information om spellista längd (API-metoden kommer att falla tillbaka till HTML om ett fel inträffar)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "Metod för att hämta tittad tid", - "options": { - "duration": "Videolängd", - "youtube": "Tittad videolängd" - }, - "title": "Sättet att få den tid som tittats på (videons längdtyp används endast på visningssidan)" - } - } - }, - "playlistManagement": { - "features": { - "markAsUnwatchedButton": { - "label": "Markera som ej seddknapp", - "title": "Lägger till en knapp för att markera videor som ej sedda" - }, - "removeVideoButton": { - "label": "Ta bort videoknappen", - "title": "Lägger till en knapp för att ta bort videor från spellistan" - } - }, - "title": "Inställningar för hantering av spellistor" - }, - "playlistManagementButtons": { - "failedToMarkAsUnwatched": "Det gick inte att markera video som ej sedd", - "failedToRemoveVideo": "Det gick inte att ta bort video", - "markAsUnwatched": "Markera som ej sedd", - "markingAsUnwatched": "Markerar som ej sedd…", - "removeVideo": "Ta bort video", - "removingVideo": "Tar bort video…" - }, - "saveToWatchLaterButton": { - "failedToSaveVideo": "Det gick inte att spara videon till titta på senare", - "saveVideo": "Spara till titta på senare", - "savingVideo": "Sparar till titta på senare…" - }, - "screenshotButton": { - "enable": { - "label": "Skärmbildsknapp", - "title": "Lägger till en knapp till spelaren för att ta en skärmbild av videon" - }, - "saveAs": { - "clipboard": "Urklipp", - "file": "Fil", - "both": "Both (File and Clipboard)" - }, - "selectFormat": { - "label": "Skärmbildsformat", - "title": "Formatet för att spara skärmbilden i" - }, - "selectSaveAs": { - "label": "Skärmbildstyp att spara i", - "title": "Skärmbildens spartyp" - }, - "title": "Skärmbildsinställningar" - }, - "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "Hastighetsändring per rullning", - "title": "Justera hastighetsändringen per rullning" - }, - "enable": { - "label": "Hastighetsändring med rullningshjulet", - "title": "Tryck på en modifierartangent för att aktivera hastighetsjustering med rullningshjulet." - }, - "optionLabel": "{{KEY}}-tangent", - "select": { - "label": "Modifieringstangent", - "title": "Modifieringstangent att använda" - }, - "title": "Inställningar för rullningshjulets hastighetsändring" - }, - "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "Volymändring per rullning", - "title": "Justera volymändringen per rullning" - }, - "enable": { - "label": "Volymändring med rullningshjulet", - "title": "Låter dig använda rullningshjulet för att ändra volymen på videon du tittar på" - }, - "holdModifierKey": { - "enable": { - "label": "Aktivera när du håller ner modifieringstangenten", - "title": "Tryck på en modifierartangent för att aktivera hastighetsändringen med rullningshjulet." - }, - "optionLabel": "{{KEY}}-tangent", - "select": { - "label": "Modifieringstangent", - "title": "Modifieringstangent att använda" - } - }, - "holdRightClick": { - "enable": { - "label": "Aktivera när du håller ner höger musknapp", - "title": "Håll höger musknapp nertryckt för att aktivera rullningshjulets volymkontroll" - } - }, - "title": "Rullningshjulets volyminställningar" - }, - "settingSearch": { - "placeholder": "Sök efter en inställning" - }, - "videoHistory": { - "enable": { - "label": "Håll reda på visade videor", - "title": "Håller reda på var du slutade på videor du tittade på och gör det möjligt att återuppta uppspelningen" - }, - "resumeType": { - "select": { - "label": "Återupptagningstyp", - "options": { - "automatic": "Automatisk", - "prompt": "Fråga" - }, - "title": "Välj hur du vill återuppta videor" - } - }, - "title": "Inställningar för videohistorik" - }, - "volumeBoost": { - "boostAmount": { - "label": "Volymökningsmängd (dB)", - "title": "Hur mycket ljudet ska öka med" - }, - "enable": { - "label": "Volymökning", - "title": "Aktivera volymökning" - }, - "mode": { - "select": { - "label": "Volymökningsläge", - "options": { - "global": "Global", - "perVideo": "Per video" - }, - "title": "Välj hur volymökning tillämpas. \"Per video\" gör det möjligt att aktivera ökning för varje video individuellt i funktionsmenyn. 'Global' gäller ökning för alla videor när volymökning är aktiverat." - } - }, - "title": "Inställningar för volymökning" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "Du kan hämta en härifrån", - "input": { - "label": "API-nyckel", - "title": "Ange din Youtube Data API V3-nyckel." - }, - "title": "YouTube API V3-nyckel" - }, - "youtubeDeepDark": { - "author": "Skapare", - "co-authors": "Medskapare", - "colors": { - "colorShadow": { - "label": "Skuggfärg", - "title": "Färg för skuggor" - }, - "dimmerText": { - "label": "Sekundär textfärg", - "title": "Färg för sekundärtext" - }, - "hoverBackground": { - "label": "Bakgrundsfärg för musöver", - "title": "Bakgrundsfärg för musöver" - }, - "mainBackground": { - "label": "Primär bakgrundsfärg", - "title": "Färg för primär bakgrund" - }, - "mainColor": { - "label": "Accentfärg", - "title": "Färg för accent" - }, - "mainText": { - "label": "Primär textfärg", - "title": "Färg för primär text" - }, - "secondBackground": { - "label": "Sekundär bakgrundsfärg", - "title": "Färg för sekundär bakgrund" - } - }, - "enable": { - "label": "Aktivera valt tema", - "title": "Aktivera det valda temat för sidan" - }, - "select": { - "label": "Välj tema", - "title": "Välj ett tema som ska tillämpas på sidan" - }, - "title": "Deep Dark-inställningar för YouTube" - } - } - } + "langCode": "en-US", + "langName": "Svenska (SV)", + "messages": { + "resumingVideo": "Återupptar video vid {{VIDEO_TIME}}", + "settingVolume": "Ställa in volymökning till {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "Kopierad!", + "label": "Kopiera videons webbadress med tidsstämpel" + } + }, + "featureMenu": { + "button": { + "label": "Funktionsmeny" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Snabbspola med {{TIME}}" + }, + "rewindButton": { + "label": "Återspola med {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Dölj slutskärmskort", + "toggle": { + "off": "Visa slutskärmskort", + "on": "Dölj slutskärmskort" + } + } + }, + "loopButton": { + "button": { + "label": "Slinga", + "toggle": { + "off": "Slinga av", + "on": "Slinga på" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "Maximera", + "toggle": { + "off": "Maximera av", + "on": "Maximera på" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Öppna transkript" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Minska hastigheten till {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Öka hastigheten till {{SPEED}}" + } + }, + "decreaseLimit": "Det går inte att sänka mer ({{SPEED}})", + "increaseLimit": "Det går inte att höja mer ({{SPEED}})" + }, + "playlistLength": { + "title": "Total längd kanske inte är korrekt om vissa videor är dolda eller om du inte har laddat tillräckligt med videor för att få hela längden." + }, + "screenshotButton": { + "button": { + "label": "Skärmbild" + }, + "copiedToClipboard": "Skärmbild kopierad till urklipp" + }, + "videoHistory": { + "resumeButton": "Återuppta", + "resumePrompt": { + "close": "Stäng" + } + }, + "volumeBoostButton": { + "button": { + "label": "Volymökning", + "toggle": { + "off": "Volymökning av", + "on": "Volymökning på" + } + } + } + } + }, + "options": { + "notifications": { + "error": { + "optionConflict": "Detta alternativ kan inte aktiveras medan '{{OPTION}}' är aktiverat.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "Rullningshjulets modifieringstangent för hastighetsreglering kan inte vara densamma modifieringstangent som rullningshjulets volymreglering.", + "volumeControl": "Rullningshjulets modifieringstangent för volymreglering kan inte vara densamma modifieringstangent som rullningshjulets hastighetsreglering." + } + } + }, + "info": { + "reset": "Alla alternativ har återställts till sina standardvärden.\nDu kan nu spara ändringarna genom att klicka på knappen \"Bekräfta\" eller örkasta dem genom att stänga denna sida eller ignorera detta meddelande." + }, + "success": { + "saved": "Inställningarna sparade." + } + } + } + }, + "settings": { + "clearData": { + "allDataDeleted": "All data har tagits bort.", + "confirmAlert": "Detta kommer att ta bort alla tilläggsdata relaterade till alternativen. Fortsätta?" + }, + "optionDisabled": { + "either": { + "label": "Aktivera {{OPTIONS}} för att konfigurera detta alternativ", + "separator": " eller " + }, + "plural": { + "label": "Aktivera {{OPTIONS}} för att konfigurera detta alternativ", + "separator": " och " + }, + "singular": "Aktivera {{OPTION}} för att konfigurera detta alternativ", + "specificOption": { + "featureMenu": "Konfigurera minst en knapp som ska placeras i funktionsmenyn för att konfigurera det här alternativet.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "scrollForMoreSettings": "Rulla för fler inställningar", + "sections": { + "automaticQuality": { + "enable": { + "label": "Automatisk kvalitetsjustering", + "title": "Justerar automatiskt videokvaliteten till den valda nivån." + }, + "fallbackQualityStrategy": { + "select": { + "label": "Reservmetod för kvaliten", + "options": { + "higher": "Högre", + "lower": "Lägre" + }, + "title": "Metod att använda när den valda kvaliteten inte är tillgänglig" + } + }, + "select": { + "label": "Spelarkvalitet", + "title": "Kvaliteten för att ställa in videon till" + }, + "title": "Automatisk kvalitetsinställningar" + }, + "bottomButtons": { + "clear": { + "title": "Rensar all data som detta tillägg har lagrat på din dator", + "value": "Rensa data" + }, + "confirm": { + "title": "Bekräfta återställning av inställningar", + "value": "Bekräfta" + }, + "openTab": { + "title": "Öppna tilläggsinställningar i en ny flik" + }, + "reset": { + "title": "Återställer alla inställningar till sina standardinställningar, Klicka på bekräftelseknappen för att spara ändringarna", + "value": "Återställ" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Kopiera videons webbadress med tidsstämpelknappen", + "decreasePlaybackSpeedButton": "Knapp för att mindska hastigheten", + "forwardButton": "Snabbspolningsknapp", + "hideEndScreenCardsButton": "Dölj knappen för slutskärmskort", + "increasePlaybackSpeedButton": "Knapp för att öka hastigheten", + "loopButton": "Slingknapp", + "maximizePlayerButton": "Maximeraknapp", + "openTranscriptButton": "Transkriptknapp", + "rewindButton": "Återspolningsknapp", + "screenshotButton": "Skärmbildsknapp", + "volumeBoostButton": "Volymökningsknapp" + }, + "options": { + "below_player": { + "placement": "under spelarkontrollerna", + "value": "Under spelaren" + }, + "feature_menu": { + "placement": "i funktionsmenyn", + "value": "Funktionsmeny" + }, + "player_controls_left": { + "placement": "på vänster sida av spelarkontrollerna", + "value": "Vänster kontroller" + }, + "player_controls_right": { + "placement": "på höger sida av spelarkontrollerna", + "value": "Höger kontroller" + } + }, + "title": "Placera {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Inställningar för knapplacering" + }, + "customCSS": { + "editor": { + "collapse": "Fäll ihop redigeraren", + "expand": "Fäll ut redigeraren", + "noProblems": "Inga problem hittades." + }, + "enable": { + "label": "Aktivera anpassad CSS", + "title": "Aktiverar anpassad CSS som ska tillämpas på sidan" + }, + "title": "Anpassade CSS-inställningar" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Aktiveringstyp för menyn", + "options": { + "click": "Klicka", + "hover": "Musöver" + }, + "title": "Välj metod för att aktivera funktionsmenyn" + }, + "title": "Inställningar för funktionsmeny" + } + }, + "forwardRewindButtons": { + "enable": { + "label": "Aktivera spola framåt-/återspolningsknappar", + "title": "Lägger till spola framåt- och återspolningsknappar till videospelaren" + }, + "time": { + "label": "Spola framåt-/återspolningstid", + "title": "Tiden som videon ska spolas framåt/återspolas med" + }, + "title": "Inställningar för knapparna spola framåt/återspola" + }, + "importExportSettings": { + "exportButton": { + "success": "Inställningar har exporterats", + "title": "Exportera inställningarna till en JSON-fil", + "value": "Exportera Inställningar" + }, + "importButton": { + "error": { + "unknown": "Fel vid import av inställningar. Kontrollera filformatet.\nEtt okänt fel uppstod.", + "validation": "Fel vid import av inställningar. Kontrollera filformatet.\n{{ERROR_MESSAGE}}" + }, + "success": "Inställningar har importerats", + "title": "Importera inställningarna från en JSON-fil", + "value": "Importera inställningar" + } + }, + "language": { + "select": { + "label": "Språk", + "title": "Språket som ska användas för tillägget" + }, + "title": "Språk" + }, + "miscellaneous": { + "features": { + "automaticTheaterMode": { + "label": "Automatiskt teaterläge", + "title": "Aktiverar automatiskt teaterläge när du startar en video" + }, + "automaticallyDisableAmbientMode": { + "label": "Inaktivera biobelysning automatiskt", + "title": "Inaktiverar automatiskt biobelysning när du startar en video" + }, + "automaticallyDisableAutoPlay": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + }, + "automaticallyDisableClosedCaptions": { + "label": "Inaktivera textning automatiskt", + "title": "Inaktiverar textning automatiskt när du laddar en video" + }, + "automaticallyEnableClosedCaptions": { + "label": "Aktivera undertexter automatiskt", + "title": "Aktiverar automatiskt undertexter när du startar en video" + }, + "automaticallyMaximizePlayer": { + "label": "Maximera spelaren automatiskt", + "title": "Maximera spelaren automatiskt när du laddar en video" + }, + "automaticallyShowMoreVideosOnEndScreen": { + "label": "Visa automatiskt fler videor på slutskärmen", + "title": "Visa automatiskt fler videor på slutskärmen när du laddar en video" + }, + "copyTimestampUrlButton": { + "label": "Kopiera videons webbadress med tidsstämpelknappen", + "title": "Kopiera videons webbadress med tidsstämpel (?t=123)" + }, + "defaultToOriginalAudioTrack": { + "label": "Standard till originalljudspår", + "title": "Använd alltid originalljudspåret som standard" + }, + "enableMarkAsUnwatchedButton": { + "label": "Markera som ej sedd", + "title": "Lägg till en knapp i spellistans objekt för att markera videor som ej sedda" + }, + "enableRemoveVideoButton": { + "label": "Ta bort videoknappen", + "title": "Lägg till en knapp i spellistobjekt för att ta bort videor från spellistan" + }, + "enableSaveToWatchLaterButton": { + "label": "Aktivera knappen spara för att titta på senare", + "title": "Lägger till en knapp på hem- och prenumerationsvideor för att spara videon till spellistan \"Titta på senare\"" + }, + "hideArtificialIntelligenceSummary": { + "label": "Dölj AI-sammanfattning", + "title": "Döljer sammanfattningen av artificiell intelligens under videorna" + }, + "hideEndScreenCards": { + "label": "Dölj slutskärmskort", + "title": "Döljer korten i slutet av videon" + }, + "hideEndScreenCardsButton": { + "label": "Dölj knappen för slutskärmskort", + "title": "Lägger till en knapp för att visa/dölja korten i slutet av videon" + }, + "hideLiveStreamChat": { + "label": "Dölj direktströmschatt", + "title": "Döljer direktströmschatten" + }, + "hideMembersOnlyVideos": { + "label": "Dölj endast för medlemmar-videor", + "title": "Döljer videor som endast är synliga för medlemmar" + }, + "hideOfficialArtistVideosFromHomePage": { + "label": "Dölj officiella artistvideor", + "title": "Dölj officiella artistvideor från startsidan" + }, + "hidePaidPromotionBanner": { + "label": "Dölj betald marknadsföringsbanner", + "title": "Döljer bannern som visas när du tittar på en video som har betald marknadsföring" + }, + "hidePlayables": { + "label": "Dölj spelbara", + "title": "Döljer alla spelbara" + }, + "hideScrollbar": { + "label": "Dölj rullningslisten", + "title": "Döljer sidornas rullningsfält" + }, + "hideShorts": { + "label": "Dölj shorts", + "title": "Döljer alla shorts" + }, + "hideSidebarRecommendedVideos": { + "label": "Dölj rekommenderade videor", + "title": "Döljer sidofältet som rekommenderar videor" + }, + "hideTranslateComment": { + "label": "Dölj översättning av kommentarer", + "title": "Döljer knappen 'Översätt till språk' under kommentarer" + }, + "loopButton": { + "label": "Slingknapp", + "title": "Lägger till en knapp i funktionsmenyn för att slinga videon du tittar på" + }, + "maximizePlayerButton": { + "label": "Maximeringsknapp för spelaren", + "title": "Lägger till en knapp i funktionsmenyn för att maximera spelaren" + }, + "openTranscriptButton": { + "label": "Öppningsknapp för transkript", + "title": "Lägger till en knapp i funktionsmenyn för att visa transkript av videon du tittar på" + }, + "openYouTubeSettingsOnHover": { + "label": "Öppna YouTube-inställningar vid musöver", + "title": "Öppnar YouTube-inställningsmenyn när du håller muspekaren över inställningsknappen" + }, + "pauseBackgroundPlayers": { + "label": "Pausa spelare i bakgrunden", + "title": "Pausar videospelare i bakgrundsflikar när du startar en ny videospelare i en förgrundsflik" + }, + "playlistRemover": { + "label": "Dölj spellistor från hemsidan", + "title": "Bli av med spellistor från hemsidan" + }, + "remainingTime": { + "label": "Återstående tid", + "title": "Visar återstående tid för videon du tittar på" + }, + "rememberLastVolume": { + "label": "Kom ihåg senaste volymen", + "title": "Kommer ihåg volymen på den senaste videon du tittade på och ställer in den när du öppnar en ny video" + }, + "removeRedirect": { + "label": "Ta bort YouTube-omdirigeringswebbadresser", + "title": "Ersätter YouTube-omdirigering genom faktiska webbadresser, hoppar över omdirigeringsvarningsdialog" + }, + "restoreFullscreenScrolling": { + "label": "Återställ fullskärmsrullning", + "title": "Återställer rullning i helskärmsläge" + }, + "shareShortener": { + "label": "Förkorta YouTube-videons delningslänk", + "title": "Förkortar YouTube-videons delningslänk (youtu.be) genom att ta bort funktionsparametrar från den" + }, + "shortsAutoScroll": { + "label": "Automatisk rullning för shorts", + "title": "Rullar automatiskt till nästa shorts" + }, + "skipContinueWatching": { + "label": "Hoppa över \"Videon är pausad. Fortsätt titta?\"", + "title": "Hoppa över dialogrutan som pausar videouppspelningen" + } + }, + "title": "Övriga inställningar" + }, + "onScreenDisplaySettings": { + "color": { + "label": "Färg", + "options": { + "blue": "Blå", + "green": "Grön", + "orange": "Orange", + "pink": "Rosa", + "purple": "Lila", + "red": "Röd", + "white": "Vit", + "yellow": "Gul" + }, + "title": "Välj färgen för On-Screen Display" + }, + "hide": { + "label": "Döljfördröjning", + "title": "Ange tiden i millisekunder innan On-Screen Display automatiskt döljs" + }, + "opacity": { + "label": "Genomskinlighet", + "title": "Justera genomskinligheten för On-Screen Display" + }, + "padding": { + "label": "Utfyllnad", + "title": "Justera avståndet runt On-Screen Display i pixlar. Detta gäller specifikt för hörn On-Screen Display." + }, + "position": { + "label": "Position", + "options": { + "bottom_left": "Nedre vänstra", + "bottom_right": "Nedre högra", + "center": "Mitten", + "top_left": "Övre vänstra", + "top_right": "Övre högra" + }, + "title": "Välj placering av On-Screen Display" + }, + "title": "On-Screen skärminställningar", + "type": { + "label": "Typ", + "options": { + "circle": "Cirkel", + "line": "Rad", + "no_display": "Ingen visning", + "text": "Text" + }, + "title": "Välj typ av On-Screen Display" + } + }, + "playbackSpeed": { + "enable": { + "label": "Tvingad uppspelningshastighet", + "title": "Ställer in videohastigheten till det du väljer nedan" + }, + "playbackSpeedButtons": { + "label": "Knapp för uppspelningshastigheten", + "select": { + "label": "Knapp för uppspelningshastigheten", + "title": "Hastighetsändring per klick" + }, + "title": "Lägger till knappar för att öka eller minska uppspelningshastigheten på videon du tittar på" + }, + "select": { + "label": "Uppspelningshastighet", + "title": "Hastigheten att spela upp videon i" + }, + "title": "Inställningar för uppspelningshastighet" + }, + "playlistLength": { + "enable": { + "label": "Visa information om spellistans längd", + "title": "Visar spellistans totala längd och hur mycket som har tittats på och hur mycket som återstår." + }, + "title": "Inställningar för spellistans längd", + "wayToGetLength": { + "select": { + "label": "Metod för att få spellistans längd", + "title": "Sättet att få information om spellista längd (API-metoden kommer att falla tillbaka till HTML om ett fel inträffar)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Metod för att hämta tittad tid", + "options": { + "duration": "Videolängd", + "youtube": "Tittad videolängd" + }, + "title": "Sättet att få den tid som tittats på (videons längdtyp används endast på visningssidan)" + } + } + }, + "playlistManagement": { + "features": { + "markAsUnwatchedButton": { + "label": "Markera som ej seddknapp", + "title": "Lägger till en knapp för att markera videor som ej sedda" + }, + "removeVideoButton": { + "label": "Ta bort videoknappen", + "title": "Lägger till en knapp för att ta bort videor från spellistan" + } + }, + "title": "Inställningar för hantering av spellistor" + }, + "playlistManagementButtons": { + "failedToMarkAsUnwatched": "Det gick inte att markera video som ej sedd", + "failedToRemoveVideo": "Det gick inte att ta bort video", + "markAsUnwatched": "Markera som ej sedd", + "markingAsUnwatched": "Markerar som ej sedd…", + "removeVideo": "Ta bort video", + "removingVideo": "Tar bort video…" + }, + "saveToWatchLaterButton": { + "failedToSaveVideo": "Det gick inte att spara videon till titta på senare", + "saveVideo": "Spara till titta på senare", + "savingVideo": "Sparar till titta på senare…" + }, + "screenshotButton": { + "enable": { + "label": "Skärmbildsknapp", + "title": "Lägger till en knapp till spelaren för att ta en skärmbild av videon" + }, + "saveAs": { + "both": "Both (File and Clipboard)", + "clipboard": "Urklipp", + "file": "Fil" + }, + "selectFormat": { + "label": "Skärmbildsformat", + "title": "Formatet för att spara skärmbilden i" + }, + "selectSaveAs": { + "label": "Skärmbildstyp att spara i", + "title": "Skärmbildens spartyp" + }, + "title": "Skärmbildsinställningar" + }, + "scrollWheelSpeedControl": { + "adjustmentSteps": { + "label": "Hastighetsändring per rullning", + "title": "Justera hastighetsändringen per rullning" + }, + "enable": { + "label": "Hastighetsändring med rullningshjulet", + "title": "Tryck på en modifierartangent för att aktivera hastighetsjustering med rullningshjulet." + }, + "optionLabel": "{{KEY}}-tangent", + "select": { + "label": "Modifieringstangent", + "title": "Modifieringstangent att använda" + }, + "title": "Inställningar för rullningshjulets hastighetsändring" + }, + "scrollWheelVolumeControl": { + "adjustmentSteps": { + "label": "Volymändring per rullning", + "title": "Justera volymändringen per rullning" + }, + "enable": { + "label": "Volymändring med rullningshjulet", + "title": "Låter dig använda rullningshjulet för att ändra volymen på videon du tittar på" + }, + "holdModifierKey": { + "enable": { + "label": "Aktivera när du håller ner modifieringstangenten", + "title": "Tryck på en modifierartangent för att aktivera hastighetsändringen med rullningshjulet." + }, + "optionLabel": "{{KEY}}-tangent", + "select": { + "label": "Modifieringstangent", + "title": "Modifieringstangent att använda" + } + }, + "holdRightClick": { + "enable": { + "label": "Aktivera när du håller ner höger musknapp", + "title": "Håll höger musknapp nertryckt för att aktivera rullningshjulets volymkontroll" + } + }, + "title": "Rullningshjulets volyminställningar" + }, + "settingSearch": { + "placeholder": "Sök efter en inställning" + }, + "videoHistory": { + "enable": { + "label": "Håll reda på visade videor", + "title": "Håller reda på var du slutade på videor du tittade på och gör det möjligt att återuppta uppspelningen" + }, + "resumeType": { + "select": { + "label": "Återupptagningstyp", + "options": { + "automatic": "Automatisk", + "prompt": "Fråga" + }, + "title": "Välj hur du vill återuppta videor" + } + }, + "title": "Inställningar för videohistorik" + }, + "volumeBoost": { + "boostAmount": { + "label": "Volymökningsmängd (dB)", + "title": "Hur mycket ljudet ska öka med" + }, + "enable": { + "label": "Volymökning", + "title": "Aktivera volymökning" + }, + "mode": { + "select": { + "label": "Volymökningsläge", + "options": { + "global": "Global", + "perVideo": "Per video" + }, + "title": "Välj hur volymökning tillämpas. \"Per video\" gör det möjligt att aktivera ökning för varje video individuellt i funktionsmenyn. 'Global' gäller ökning för alla videor när volymökning är aktiverat." + } + }, + "title": "Inställningar för volymökning" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "Du kan hämta en härifrån", + "input": { + "label": "API-nyckel", + "title": "Ange din Youtube Data API V3-nyckel." + }, + "title": "YouTube API V3-nyckel" + }, + "youtubeDeepDark": { + "author": "Skapare", + "co-authors": "Medskapare", + "colors": { + "colorShadow": { + "label": "Skuggfärg", + "title": "Färg för skuggor" + }, + "dimmerText": { + "label": "Sekundär textfärg", + "title": "Färg för sekundärtext" + }, + "hoverBackground": { + "label": "Bakgrundsfärg för musöver", + "title": "Bakgrundsfärg för musöver" + }, + "mainBackground": { + "label": "Primär bakgrundsfärg", + "title": "Färg för primär bakgrund" + }, + "mainColor": { + "label": "Accentfärg", + "title": "Färg för accent" + }, + "mainText": { + "label": "Primär textfärg", + "title": "Färg för primär text" + }, + "secondBackground": { + "label": "Sekundär bakgrundsfärg", + "title": "Färg för sekundär bakgrund" + } + }, + "enable": { + "label": "Aktivera valt tema", + "title": "Aktivera det valda temat för sidan" + }, + "select": { + "label": "Välj tema", + "title": "Välj ett tema som ska tillämpas på sidan" + }, + "title": "Deep Dark-inställningar för YouTube" + } + } + } } From 52efabc291e7bfcda00e766cd5c284b4b60cad5e Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 6 Dec 2025 02:11:42 -0500 Subject: [PATCH 1380/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 1406 +++++++++++++++++++------------------ 1 file changed, 705 insertions(+), 701 deletions(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index 8c918ea89..f3f4c2810 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -1,703 +1,707 @@ { - "langCode": "tr-TR", - "langName": "Türkçe", - "messages": { - "resumingVideo": "{{VIDEO_TIME}} tarihinde videoyu devam ettir", - "settingVolume": "Ses güçlendirmesini {{VOLUME_BOOST_AMOUNT}} olarak ayarla" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "Kopyalandı!", - "label": "Geçerli zamana ait video URL'sini kopyala" - } - }, - "featureMenu": { - "button": { - "label": "Özellik menüsü" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "{{TIME}} hızlı ileri sar" - }, - "rewindButton": { - "label": "{{TIME}} kadar geri sar" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "Bitiş ekranı kartlarını gizle", - "toggle": { - "off": "Bitiş ekranı kartlarını göster", - "on": "Bitiş ekranı kartlarını gizle" - } - } - }, - "loopButton": { - "button": { - "label": "Tekrarla", - "toggle": { - "off": "Tekrarlama kapalı", - "on": "Tekrarlama açık" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "Ekranı kapla", - "toggle": { - "off": "Tam ekran kapalı", - "on": "Tam ekran açıl" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Transkripti Aç" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Hızı {{SPEED}} değerine düşür" - }, - "increasePlaybackSpeedButton": { - "label": "Hızı {{SPEED}} değerine çıkar" - } - }, - "decreaseLimit": "Daha fazla düşüremezsin ({{SPEED}})", - "increaseLimit": "Daha fazla artıramazsın ({{SPEED}})" - }, - "playlistLength": { - "title": "Bazı videolar gizliyse veya tam uzunluğa ulaşmak için yeterli sayıda video yüklemediyseniz, toplam uzunluk doğru olmayabilir." - }, - "screenshotButton": { - "button": { - "label": "Ekran görüntüsü" - }, - "copiedToClipboard": "Ekran görüntüsü panoya kopyalandı" - }, - "videoHistory": { - "resumeButton": "Devam Et", - "resumePrompt": { - "close": "Kapat" - } - }, - "volumeBoostButton": { - "button": { - "label": "Ses Yükseltici", - "toggle": { - "off": "Ses Yükseltici Devredışı", - "on": "Ses Yükseltici Aktif" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "optionConflict": "'{{OPTION}}' etkinken bu seçenek etkinleştirilemez.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "Kaydırma tekerleği hız kontrolü için kullanılan değiştirici tuş, kaydırma tekerleği ses kontrolü için kullanılan değiştirici tuşla aynı olamaz.", - "volumeControl": "Kaydırma tekerleği ile ses düzeyi kontrolü için kullanılan değiştirici tuş, kaydırma hızı kontrolü için kullanılan değiştirici tuşla aynı olamaz." - } - } - }, - "info": { - "reset": "Tüm seçenekler varsayılan değerlerine sıfırlandı.\nArtık \"Onayla\" düğmesine tıklayarak değişiklikleri kaydedebilir veya bu sayfayı kapatarak iptal edebilir veya bu bildirimi göz ardı edebilirsiniz." - }, - "success": { - "saved": "Seçenekler kaydedildi." - } - } - } - }, - "settings": { - "clearData": { - "allDataDeleted": "Tüm veriler silindi.", - "confirmAlert": "Bu seçeneklerle ilgili tüm uzantı verilerini silecektir. Devam etmek istiyor musunuz?" - }, - "optionDisabled": { - "either": { - "label": "Bu seçeneği yapılandırmak için {{OPTIONS}} öğesini etkinleştirin", - "separator": " veya " - }, - "plural": { - "label": "Bu seçeneği yapılandırmak için {{OPTIONS}} öğesini etkinleştirin", - "separator": " ve " - }, - "singular": "Bu seçeneği yapılandırmak için '{{OPTION}}' öğesini etkinleştirin", - "specificOption": { - "featureMenu": "Bu seçeneği yapılandırmak için özellik menüsüne yerleştirilecek en az bir düğmeyi yapılandırın.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" - } - }, - "scrollForMoreSettings": "Daha fazla ayar için kaydırın", - "sections": { - "automaticQuality": { - "enable": { - "label": "Otomatik kalite ayarlamayı etkinleştir", - "title": "Video kalitesini seçilen seviyeye otomatik olarak ayarlar." - }, - "fallbackQualityStrategy": { - "select": { - "label": "Kalite geri dönüş stratejisi", - "options": { - "higher": "Daha yüksek", - "lower": "Daha düşük" - }, - "title": "Seçilen kalite mevcut değilse kullanılacak strateji" - } - }, - "select": { - "label": "Oynatma kalitesi", - "title": "Videonun ayarlanacağı kalite" - }, - "title": "Otomatik kalite ayarları" - }, - "bottomButtons": { - "clear": { - "title": "Bu uzantının makinenizde sakladığı tüm verileri temizler", - "value": "Veriyi Temizle" - }, - "confirm": { - "title": "Ayarı sıfırlamayı onayla", - "value": "Onayla" - }, - "openTab": { - "title": "Uzantı ayarlarını yeni bir sekmede açın" - }, - "reset": { - "title": "Tüm ayarları varsayılan değerlerine sıfırlar. Değişiklikleri kaydetmek için onayla düğmesine tıklayın", - "value": "Sıfırla" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "Video bağlantısını zaman damgasıyla kopyala butonu", - "decreasePlaybackSpeedButton": "Hızı Düşürme Butonu", - "forwardButton": "Hızlı İleri düğmesi", - "hideEndScreenCardsButton": "Bitiş ekranı kartlarını gizleme düğmesi", - "increasePlaybackSpeedButton": "Hızı Artırma Butonu", - "loopButton": "Döngü düğmesi", - "maximizePlayerButton": "Tam ekran düğmesi", - "openTranscriptButton": "Transkripti Aç butonu", - "rewindButton": "Geri sarma düğmesi", - "screenshotButton": "Ekran görüntüsü düğmesi", - "volumeBoostButton": "Ses güçlendirme düğmesi" - }, - "options": { - "below_player": { - "placement": "oynatıcı kontrollerinin altında", - "value": "Oynatıcının altında" - }, - "feature_menu": { - "placement": "özellik menüsünde", - "value": "Özellik Menüsü" - }, - "player_controls_left": { - "placement": "oynatıcı kontrollerinin sol tarafında", - "value": "Sol Kontroller" - }, - "player_controls_right": { - "placement": "oynatıcı kontrollerinin sağ tarafında", - "value": "Sağ Kontroller" - } - }, - "title": "{{BUTTON_NAME}} düğmesini {{PLACEMENT}} konumuna yerleştir" - }, - "title": "Button placement settings" - }, - "customCSS": { - "editor": { - "collapse": "Düzenleyiciyi Daralt", - "expand": "Düzenleyiciyi Genişlet", - "noProblems": "Hiç bir sorun bulunamadı." - }, - "enable": { - "label": "Özel CSS'yi etkinleştir", - "title": "Özel CSS'nin sayfaya uygulanmasını sağlar" - }, - "title": "Custom CSS settings" - }, - "featureMenu": { - "openType": { - "select": { - "label": "Menü Aktivasyon Türü", - "options": { - "click": "Tıkla", - "hover": "İmleci Üzerine Getir" - }, - "title": "Özellik menüsünü etkinleştirme yöntemini seçin" - }, - "title": "Özellik menüsü ayarları" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "İleri/geri sarma düğmeleri", - "title": "Video oynatıcısına ileri ve geri sarma düğmeleri ekler" - }, - "time": { - "label": "İleri/geri sarma süresi", - "title": "Videoyu ileri/geri sarmak için atlanacak süre" - }, - "title": "İleri/geri sarma düğmesi ayarları" - }, - "importExportSettings": { - "exportButton": { - "success": "Ayarlar başarıyla dışa aktarıldı", - "title": "Ayarları JSON dosyasına aktar", - "value": "Ayarları Dışa Aktar" - }, - "importButton": { - "error": { - "unknown": "Ayarlar içe aktarılırken hata oluştu. Lütfen dosya formatını kontrol edin.\nBilinmeyen bir hata oluştu.", - "validation": "Ayarlar içe aktarılırken hata oluştu. Lütfen dosya formatını kontrol edin.\n{{ERROR_MESSAGE}}" - }, - "success": "Ayarlar başarıyla içe aktarıldı", - "title": "Ayarları JSON dosyasına aktar", - "value": "Ayarları İçe Aktar" - } - }, - "language": { - "select": { - "label": "Dil", - "title": "Uzuntı için kullanılacak dil" - }, - "title": "Dil" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "Otomatik tiyatro modu", - "title": "Bir video yüklediğinizde tiyatro modunu otomatik olarak etkinleştirir" - }, - "automaticallyDisableAmbientMode": { - "label": "Ortam modunu otomatik olarak devre dışı bırak", - "title": "Bir video yüklediğinizde ortam modunu otomatik olarak devre dışı bırakır" - }, - "automaticallyDisableClosedCaptions": { - "label": "Kapalı altyazıları otomatik olarak devre dışı bırak", - "title": "Bir video yüklendiğinde kapalı altyazıları otomatik olarak devre dışı bırakır" - }, - "automaticallyEnableClosedCaptions": { - "label": "Kapalı altyazıları otomatik olarak etkinleştir", - "title": "Bir videoyu yüklediğinizde altyazıları otomatik olarak etkinleştirir" - }, - "automaticallyMaximizePlayer": { - "label": "Automatically maximize player", - "title": "Bir video yüklediğinizde oynatıcıyı otomatik olarak büyütür" - }, - "automaticallyShowMoreVideosOnEndScreen": { - "label": "Automatically show more videos on end screen", - "title": "Automatically shows more videos on end screen when you load a video" - }, - "copyTimestampUrlButton": { - "label": "Video URL'sini zaman damgası düğmesiyle kopyala", - "title": "Video URL'sini zaman damgasıyla kopyalar (?t=123)" - }, - "defaultToOriginalAudioTrack": { - "label": "Varsayılan olarak orijinal ses parçasına dön", - "title": "Her zaman varsayılan olarak orijinal ses parçasına dön" - }, - "enableMarkAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Add a button to playlist items to mark videos as unwatched" - }, - "enableRemoveVideoButton": { - "label": "Remove video button", - "title": "Add a button to playlist items to remove videos from the playlist" - }, - "enableSaveToWatchLaterButton": { - "label": "Enable save to Watch Later button", - "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" - }, - "hideArtificialIntelligenceSummary": { - "label": "AI özetini gizle", - "title": "Videoların altındaki yapay zeka özetini gizler" - }, - "hideEndScreenCards": { - "label": "Bitiş ekranı kartlarını gizle", - "title": "Video'nun sonundaki kartları gizler" - }, - "hideEndScreenCardsButton": { - "label": "Bitiş ekranı kartlarını gizleme düğmesi", - "title": "Video'nun sonuna bitiş ekranı kartlarını gizlemek/göstermek için bir düğme ekler" - }, - "hideLiveStreamChat": { - "label": "Canlı yayın sohbetini gizle", - "title": "Canlı yayın sohbetini gizler" - }, - "hideMembersOnlyVideos": { - "label": "Hide members-only videos", - "title": "Hides videos that are only visible to members" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "Resmi Sanatçı Videolarını Gizle", - "title": "Ana Sayfada Resmi Sanatçı Videolarını Gizle" - }, - "hidePaidPromotionBanner": { - "label": "Ücretli tanıtım afişini gizle", - "title": "Ücretli tanıtım içeren bir videoyu izlediğinizde görünen başlığı gizler" - }, - "hidePlayables": { - "label": "Oynatılabilirleri gizle", - "title": "Tüm oynatılabilir öğeleri gizle" - }, - "hideScrollbar": { - "label": "Kaydırma çubuğu gizlemeyi etkinleştir", - "title": "Sayfa kaydırma çubuğunu gizler" - }, - "hideShorts": { - "label": "Kısa videoları gizle", - "title": "Tüm kısa videoları gizler" - }, - "hideSidebarRecommendedVideos": { - "label": "Hide recommended videos", - "title": "Hides the sidebar that recommends videos" - }, - "hideTranslateComment": { - "label": "Yorumu Çevir'i Gizle Butonu", - "title": "Yorumlar altındaki 'Dile Çevir' düğmesini gizler" - }, - "loopButton": { - "label": "Tekrarlama düğmesi", - "title": "İzlediğiniz videoyu döngüye almak için özellik menüsüne bir düğme ekler" - }, - "maximizePlayerButton": { - "label": "Oynatıcıyı tam ekran yapma düğmesini etkinleştir", - "title": "Oynatıcıyı büyütmek için özellik menüsüne bir düğme ekler" - }, - "openTranscriptButton": { - "label": "Not dökümü düğmesini gizle", - "title": "İzlediğiniz videonun metnini açmak için özellik menüsüne bir düğme ekler" - }, - "openYouTubeSettingsOnHover": { - "label": "Fare ile üzerine gelerek Youtube ayarlarını açın", - "title": "Ayarlar düğmesinin üzerine gelindiğinde YouTube ayarlar menüsünü açar" - }, - "pauseBackgroundPlayers": { - "label": "Arka plan oynatıcılarını duraklat", - "title": "Ön plan sekmesinde yeni bir oynatıcı başlattığınızda arka plan sekmelerindeki video oynatıcıları duraklatır" - }, - "playlistRemover": { - "label": "Ana sayfadaki oynatma listelerini gizle", - "title": "Ana sayfadaki oynatma listelerinden kurtulun" - }, - "remainingTime": { - "label": "Kalan süre", - "title": "İzlediğiniz videonun kalan süresini gösterir" - }, - "rememberLastVolume": { - "label": "Son ses hacmini hatırla", - "title": "İzlediğiniz son videonun ses seviyesini hatırlar ve yeni bir video açtığınızda bu ses seviyesine ayarlar" - }, - "removeRedirect": { - "label": "YouTube yönlendirme bağlantılarını kaldır", - "title": "Yönlendirme uyarı diyaloğunu atlayarak YouTube yönlendirmesini gerçek URL'lerle değiştirir" - }, - "restoreFullscreenScrolling": { - "label": "Tam ekran kaydırmayı geri yükle", - "title": "Tam ekran modunda kaydırmayı geri yükler" - }, - "shareShortener": { - "label": "YouTube video paylaşım bağlantısını kısalt", - "title": "YouTube video paylaşım bağlantısını (youtu.be) si/feature parametrelerini çıkararak kısaltır" - }, - "shortsAutoScroll": { - "label": "Kısa videoya otomatik kaydır", - "title": "Bir sonraki kısa videoya otomatik kaydır" - }, - "skipContinueWatching": { - "label": "\"Video durdu. Hala orda mısın?\"ı Atla", - "title": "Video oynatmayı durduran boşta kalma iletişim kutusunu atlar" - } - }, - "title": "Çeşitli ayarlar" - }, - "onScreenDisplaySettings": { - "color": { - "label": "Renk", - "options": { - "blue": "Mavi", - "green": "Yeşil", - "orange": "Turuncu", - "pink": "Pembe", - "purple": "Mor", - "red": "Kırmızı", - "white": "Beyaz", - "yellow": "Sarı" - }, - "title": "Ekran göstergesinin rengini seçin" - }, - "hide": { - "label": "Gecikmeyi Gizle", - "title": "Ekran görüntüsünü otomatik olarak gizlemeden önce geçen süreyi milisaniye cinsinden belirtin" - }, - "opacity": { - "label": "Saydamlık", - "title": "Ekrandaki gösterimin saydamlığını ayarlayın" - }, - "padding": { - "label": "İç Boşluk", - "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." - }, - "position": { - "label": "Konum", - "options": { - "bottom_left": "Sol Alt", - "bottom_right": "Sağ Alt", - "center": "Orta", - "top_left": "Sol Üst", - "top_right": "Sağ Üst" - }, - "title": "Ekran görüntüleme konumunu seçin" - }, - "title": "On-screen display settings", - "type": { - "label": "Tür", - "options": { - "circle": "Daire", - "line": "Satır", - "no_display": "Ekran yok", - "text": "Metin" - }, - "title": "Ekran görüntüleme türünü seçin" - } - }, - "playbackSpeed": { - "enable": { - "label": "Zorunlu oynatma hızını etkinleştir", - "title": "Video hızını aşağıda seçtiğiniz hıza ayarlar" - }, - "playbackSpeedButtons": { - "label": "Oynatma hızı ayarları", - "select": { - "label": "Oynatma düğmelerinin hızı", - "title": "Tıklama başına değiştirilecek hız miktarı" - }, - "title": "İzlediğiniz videonun oynatma hızını artırmak veya azaltmak için düğmeler ekler" - }, - "select": { - "label": "Oynatma hızı", - "title": "Video oynatma hızını ayarlar" - }, - "title": "Oynatma hızı ayarları" - }, - "playlistLength": { - "enable": { - "label": "Çalma listesinin uzunluk bilgilerini göster", - "title": "Oynatma listesinin toplam, izlenen ve ne kalan uzunluğunu gösterir." - }, - "title": "Oynatma listesi uzunluk ayarları", - "wayToGetLength": { - "select": { - "label": "Oynatma listesi uzunluğunu alma yöntemi", - "title": "Oynatma listesi uzunluk bilgisi alma yolu (Bir hata oluşursa API yöntemi HTML'e geri dönecek)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "İzlenme süresini alma yöntemi", - "options": { - "duration": "Video Uzunluğu", - "youtube": "Video İzlenme Süresi" - }, - "title": "İzlenen süreyi alma yolu (Video Uzunluğu türü yalnızca izleme sayfasında kullanılır)" - } - } - }, - "playlistManagement": { - "features": { - "markAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - }, - "removeVideoButton": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - } - }, - "title": "Playlist management settings" - }, - "playlistManagementButtons": { - "failedToMarkAsUnwatched": "Failed to mark video as unwatched", - "failedToRemoveVideo": "Video kaldırılamadı", - "markAsUnwatched": "Mark as unwatched", - "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "Videoyu kaldır", - "removingVideo": "Video kaldırılıyor…" - }, - "saveToWatchLaterButton": { - "failedToSaveVideo": "Failed to save video to Watch Later", - "saveVideo": "Save to Watch Later", - "savingVideo": "Saving to Watch Later…" - }, - "screenshotButton": { - "enable": { - "label": "Ekran görüntüsü tuşunu etkinleştir", - "title": "Videonun ekran görüntüsünü almak için oynatıcıya bir düğme ekler" - }, - "saveAs": { - "clipboard": "Pano", - "file": "Dosya", - "both": "Both (File and Clipboard)" - }, - "selectFormat": { - "label": "Ekran görüntüsü formatı", - "title": "Ekran görüntüsünün kaydedileceği format" - }, - "selectSaveAs": { - "label": "Ekran görüntüsü kaydetme türü", - "title": "Ekran görüntüsü kaydetme türü" - }, - "title": "Ekran görüntüsü ayarları" - }, - "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "Kaydırma başına hız değişimi", - "title": "Kaydırma başına hız değiştirmeyi ayarlar" - }, - "enable": { - "label": "Kaydırma tekerleği hız kontrolü", - "title": "Kaydırma tekerleği ile hız ayarını etkinleştirmek için değiştirici tuşlarından birine basın." - }, - "optionLabel": "{{KEY}} anahtarı", - "select": { - "label": "Düzenleyici anahtar", - "title": "Kullanılacak kısayol düğmesi" - }, - "title": "Kaydırma tekerleği için hız kontrolü ayarları" - }, - "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "Her kaydırmada değiştirilecek ses düzeyi", - "title": "Her kaydırmada değiştirilecek ses düzeyini ayarlayın" - }, - "enable": { - "label": "Kaydırma tekerleği ile ses kontrolü", - "title": "İzlediğiniz videonun ses düzeyini kontrol etmek için kaydırma tekerleğini kullanmanızı sağlar" - }, - "holdModifierKey": { - "enable": { - "label": "Değiştirici tuşa basılı tutulduğunda", - "title": "Kaydırma tekerleği ile ses düzeyi ayarını etkinleştirmek için değiştirici tuşlardan birine basın" - }, - "optionLabel": "{{KEY}} anahtarı", - "select": { - "label": "Düzenleyici anahtar", - "title": "Kullanılacak kısayol düğmesi" - } - }, - "holdRightClick": { - "enable": { - "label": "Etkinleştirmek için sağ tuşa basılı tutun", - "title": "Kaydırma tekerleği ile ses kontrolünü etkinleştirmek için farenin sağ düğmesine basılı tutun" - } - }, - "title": "Kaydırma tekerleği ile ses seviyesi kontrolü ayarları" - }, - "settingSearch": { - "placeholder": "Bir ayar arayın" - }, - "videoHistory": { - "enable": { - "label": "İzlenen videoları takip edin", - "title": "İzlediğiniz videolarda en son nerede kaldığınızı takip eder ve oynatmaya oradan devam etmenizi sağlar" - }, - "resumeType": { - "select": { - "label": "Devam etme türü", - "options": { - "automatic": "Otomatik", - "prompt": "İpucu" - }, - "title": "Videoları nasıl devam ettirmek istediğinizi seçin" - } - }, - "title": "Video geçmişi ayarları" - }, - "volumeBoost": { - "boostAmount": { - "label": "Ses güçlendirme miktarı (dB)", - "title": "Ses güçlendirme miktarı" - }, - "enable": { - "label": "Ses güçlendirmeyi etkinleştir", - "title": "Ses güçlendirmeyi etkinleştir" - }, - "mode": { - "select": { - "label": "Ses güçlendirme modu", - "options": { - "global": "Genel", - "perVideo": "Video başına" - }, - "title": "Ses artırmanın nasıl uygulanacağını seçin. 'Video başına', özellik menüsünde her video için ayrı ayrı güçlendirmenin etkinleştirilmesine olanak tanır. 'Genel', ses artırma etkinleştirildiğinde tüm videolara güçlendirme uygular." - } - }, - "title": "Ses güçlendirme ayarları" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "Buradan bir tane alabilirsiniz", - "input": { - "label": "API Anahtarı", - "title": "Youtube Veri API V3 anahtarınızı girin." - }, - "title": "YouTube API V3 key" - }, - "youtubeDeepDark": { - "author": "Yazar", - "co-authors": "Ortak yazarlar", - "colors": { - "colorShadow": { - "label": "Gölge rengi", - "title": "Gölge rengi" - }, - "dimmerText": { - "label": "İkincil metin rengi", - "title": "İkincil metin rengi" - }, - "hoverBackground": { - "label": "Üzerine gelindiğindeki arka plan rengi", - "title": "Üzerine gelindiğindeki arka plan rengi" - }, - "mainBackground": { - "label": "Ana arka plan rengi", - "title": "Ana arka plan rengi" - }, - "mainColor": { - "label": "Vurgulama rengi", - "title": "Vurgulama rengi" - }, - "mainText": { - "label": "Ana metin rengi", - "title": "Ana metin için renk" - }, - "secondBackground": { - "label": "İkincil arka plan rengi", - "title": "İkincil arka plan rengi" - } - }, - "enable": { - "label": "Seçilen temayı etkinleştir", - "title": "Sayfa için seçilen temayı etkinleştirin" - }, - "select": { - "label": "Tema seç", - "title": "Sayfa için uygulanacak bir tema seçin" - }, - "title": "YouTube deep dark settings" - } - } - } + "langCode": "tr-TR", + "langName": "Türkçe", + "messages": { + "resumingVideo": "{{VIDEO_TIME}} tarihinde videoyu devam ettir", + "settingVolume": "Ses güçlendirmesini {{VOLUME_BOOST_AMOUNT}} olarak ayarla" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "Kopyalandı!", + "label": "Geçerli zamana ait video URL'sini kopyala" + } + }, + "featureMenu": { + "button": { + "label": "Özellik menüsü" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "{{TIME}} hızlı ileri sar" + }, + "rewindButton": { + "label": "{{TIME}} kadar geri sar" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Bitiş ekranı kartlarını gizle", + "toggle": { + "off": "Bitiş ekranı kartlarını göster", + "on": "Bitiş ekranı kartlarını gizle" + } + } + }, + "loopButton": { + "button": { + "label": "Tekrarla", + "toggle": { + "off": "Tekrarlama kapalı", + "on": "Tekrarlama açık" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "Ekranı kapla", + "toggle": { + "off": "Tam ekran kapalı", + "on": "Tam ekran açıl" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Transkripti Aç" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Hızı {{SPEED}} değerine düşür" + }, + "increasePlaybackSpeedButton": { + "label": "Hızı {{SPEED}} değerine çıkar" + } + }, + "decreaseLimit": "Daha fazla düşüremezsin ({{SPEED}})", + "increaseLimit": "Daha fazla artıramazsın ({{SPEED}})" + }, + "playlistLength": { + "title": "Bazı videolar gizliyse veya tam uzunluğa ulaşmak için yeterli sayıda video yüklemediyseniz, toplam uzunluk doğru olmayabilir." + }, + "screenshotButton": { + "button": { + "label": "Ekran görüntüsü" + }, + "copiedToClipboard": "Ekran görüntüsü panoya kopyalandı" + }, + "videoHistory": { + "resumeButton": "Devam Et", + "resumePrompt": { + "close": "Kapat" + } + }, + "volumeBoostButton": { + "button": { + "label": "Ses Yükseltici", + "toggle": { + "off": "Ses Yükseltici Devredışı", + "on": "Ses Yükseltici Aktif" + } + } + } + } + }, + "options": { + "notifications": { + "error": { + "optionConflict": "'{{OPTION}}' etkinken bu seçenek etkinleştirilemez.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "Kaydırma tekerleği hız kontrolü için kullanılan değiştirici tuş, kaydırma tekerleği ses kontrolü için kullanılan değiştirici tuşla aynı olamaz.", + "volumeControl": "Kaydırma tekerleği ile ses düzeyi kontrolü için kullanılan değiştirici tuş, kaydırma hızı kontrolü için kullanılan değiştirici tuşla aynı olamaz." + } + } + }, + "info": { + "reset": "Tüm seçenekler varsayılan değerlerine sıfırlandı.\nArtık \"Onayla\" düğmesine tıklayarak değişiklikleri kaydedebilir veya bu sayfayı kapatarak iptal edebilir veya bu bildirimi göz ardı edebilirsiniz." + }, + "success": { + "saved": "Seçenekler kaydedildi." + } + } + } + }, + "settings": { + "clearData": { + "allDataDeleted": "Tüm veriler silindi.", + "confirmAlert": "Bu seçeneklerle ilgili tüm uzantı verilerini silecektir. Devam etmek istiyor musunuz?" + }, + "optionDisabled": { + "either": { + "label": "Bu seçeneği yapılandırmak için {{OPTIONS}} öğesini etkinleştirin", + "separator": " veya " + }, + "plural": { + "label": "Bu seçeneği yapılandırmak için {{OPTIONS}} öğesini etkinleştirin", + "separator": " ve " + }, + "singular": "Bu seçeneği yapılandırmak için '{{OPTION}}' öğesini etkinleştirin", + "specificOption": { + "featureMenu": "Bu seçeneği yapılandırmak için özellik menüsüne yerleştirilecek en az bir düğmeyi yapılandırın.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "scrollForMoreSettings": "Daha fazla ayar için kaydırın", + "sections": { + "automaticQuality": { + "enable": { + "label": "Otomatik kalite ayarlamayı etkinleştir", + "title": "Video kalitesini seçilen seviyeye otomatik olarak ayarlar." + }, + "fallbackQualityStrategy": { + "select": { + "label": "Kalite geri dönüş stratejisi", + "options": { + "higher": "Daha yüksek", + "lower": "Daha düşük" + }, + "title": "Seçilen kalite mevcut değilse kullanılacak strateji" + } + }, + "select": { + "label": "Oynatma kalitesi", + "title": "Videonun ayarlanacağı kalite" + }, + "title": "Otomatik kalite ayarları" + }, + "bottomButtons": { + "clear": { + "title": "Bu uzantının makinenizde sakladığı tüm verileri temizler", + "value": "Veriyi Temizle" + }, + "confirm": { + "title": "Ayarı sıfırlamayı onayla", + "value": "Onayla" + }, + "openTab": { + "title": "Uzantı ayarlarını yeni bir sekmede açın" + }, + "reset": { + "title": "Tüm ayarları varsayılan değerlerine sıfırlar. Değişiklikleri kaydetmek için onayla düğmesine tıklayın", + "value": "Sıfırla" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Video bağlantısını zaman damgasıyla kopyala butonu", + "decreasePlaybackSpeedButton": "Hızı Düşürme Butonu", + "forwardButton": "Hızlı İleri düğmesi", + "hideEndScreenCardsButton": "Bitiş ekranı kartlarını gizleme düğmesi", + "increasePlaybackSpeedButton": "Hızı Artırma Butonu", + "loopButton": "Döngü düğmesi", + "maximizePlayerButton": "Tam ekran düğmesi", + "openTranscriptButton": "Transkripti Aç butonu", + "rewindButton": "Geri sarma düğmesi", + "screenshotButton": "Ekran görüntüsü düğmesi", + "volumeBoostButton": "Ses güçlendirme düğmesi" + }, + "options": { + "below_player": { + "placement": "oynatıcı kontrollerinin altında", + "value": "Oynatıcının altında" + }, + "feature_menu": { + "placement": "özellik menüsünde", + "value": "Özellik Menüsü" + }, + "player_controls_left": { + "placement": "oynatıcı kontrollerinin sol tarafında", + "value": "Sol Kontroller" + }, + "player_controls_right": { + "placement": "oynatıcı kontrollerinin sağ tarafında", + "value": "Sağ Kontroller" + } + }, + "title": "{{BUTTON_NAME}} düğmesini {{PLACEMENT}} konumuna yerleştir" + }, + "title": "Button placement settings" + }, + "customCSS": { + "editor": { + "collapse": "Düzenleyiciyi Daralt", + "expand": "Düzenleyiciyi Genişlet", + "noProblems": "Hiç bir sorun bulunamadı." + }, + "enable": { + "label": "Özel CSS'yi etkinleştir", + "title": "Özel CSS'nin sayfaya uygulanmasını sağlar" + }, + "title": "Custom CSS settings" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Menü Aktivasyon Türü", + "options": { + "click": "Tıkla", + "hover": "İmleci Üzerine Getir" + }, + "title": "Özellik menüsünü etkinleştirme yöntemini seçin" + }, + "title": "Özellik menüsü ayarları" + } + }, + "forwardRewindButtons": { + "enable": { + "label": "İleri/geri sarma düğmeleri", + "title": "Video oynatıcısına ileri ve geri sarma düğmeleri ekler" + }, + "time": { + "label": "İleri/geri sarma süresi", + "title": "Videoyu ileri/geri sarmak için atlanacak süre" + }, + "title": "İleri/geri sarma düğmesi ayarları" + }, + "importExportSettings": { + "exportButton": { + "success": "Ayarlar başarıyla dışa aktarıldı", + "title": "Ayarları JSON dosyasına aktar", + "value": "Ayarları Dışa Aktar" + }, + "importButton": { + "error": { + "unknown": "Ayarlar içe aktarılırken hata oluştu. Lütfen dosya formatını kontrol edin.\nBilinmeyen bir hata oluştu.", + "validation": "Ayarlar içe aktarılırken hata oluştu. Lütfen dosya formatını kontrol edin.\n{{ERROR_MESSAGE}}" + }, + "success": "Ayarlar başarıyla içe aktarıldı", + "title": "Ayarları JSON dosyasına aktar", + "value": "Ayarları İçe Aktar" + } + }, + "language": { + "select": { + "label": "Dil", + "title": "Uzuntı için kullanılacak dil" + }, + "title": "Dil" + }, + "miscellaneous": { + "features": { + "automaticTheaterMode": { + "label": "Otomatik tiyatro modu", + "title": "Bir video yüklediğinizde tiyatro modunu otomatik olarak etkinleştirir" + }, + "automaticallyDisableAmbientMode": { + "label": "Ortam modunu otomatik olarak devre dışı bırak", + "title": "Bir video yüklediğinizde ortam modunu otomatik olarak devre dışı bırakır" + }, + "automaticallyDisableAutoPlay": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + }, + "automaticallyDisableClosedCaptions": { + "label": "Kapalı altyazıları otomatik olarak devre dışı bırak", + "title": "Bir video yüklendiğinde kapalı altyazıları otomatik olarak devre dışı bırakır" + }, + "automaticallyEnableClosedCaptions": { + "label": "Kapalı altyazıları otomatik olarak etkinleştir", + "title": "Bir videoyu yüklediğinizde altyazıları otomatik olarak etkinleştirir" + }, + "automaticallyMaximizePlayer": { + "label": "Automatically maximize player", + "title": "Bir video yüklediğinizde oynatıcıyı otomatik olarak büyütür" + }, + "automaticallyShowMoreVideosOnEndScreen": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + }, + "copyTimestampUrlButton": { + "label": "Video URL'sini zaman damgası düğmesiyle kopyala", + "title": "Video URL'sini zaman damgasıyla kopyalar (?t=123)" + }, + "defaultToOriginalAudioTrack": { + "label": "Varsayılan olarak orijinal ses parçasına dön", + "title": "Her zaman varsayılan olarak orijinal ses parçasına dön" + }, + "enableMarkAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Add a button to playlist items to mark videos as unwatched" + }, + "enableRemoveVideoButton": { + "label": "Remove video button", + "title": "Add a button to playlist items to remove videos from the playlist" + }, + "enableSaveToWatchLaterButton": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + }, + "hideArtificialIntelligenceSummary": { + "label": "AI özetini gizle", + "title": "Videoların altındaki yapay zeka özetini gizler" + }, + "hideEndScreenCards": { + "label": "Bitiş ekranı kartlarını gizle", + "title": "Video'nun sonundaki kartları gizler" + }, + "hideEndScreenCardsButton": { + "label": "Bitiş ekranı kartlarını gizleme düğmesi", + "title": "Video'nun sonuna bitiş ekranı kartlarını gizlemek/göstermek için bir düğme ekler" + }, + "hideLiveStreamChat": { + "label": "Canlı yayın sohbetini gizle", + "title": "Canlı yayın sohbetini gizler" + }, + "hideMembersOnlyVideos": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + }, + "hideOfficialArtistVideosFromHomePage": { + "label": "Resmi Sanatçı Videolarını Gizle", + "title": "Ana Sayfada Resmi Sanatçı Videolarını Gizle" + }, + "hidePaidPromotionBanner": { + "label": "Ücretli tanıtım afişini gizle", + "title": "Ücretli tanıtım içeren bir videoyu izlediğinizde görünen başlığı gizler" + }, + "hidePlayables": { + "label": "Oynatılabilirleri gizle", + "title": "Tüm oynatılabilir öğeleri gizle" + }, + "hideScrollbar": { + "label": "Kaydırma çubuğu gizlemeyi etkinleştir", + "title": "Sayfa kaydırma çubuğunu gizler" + }, + "hideShorts": { + "label": "Kısa videoları gizle", + "title": "Tüm kısa videoları gizler" + }, + "hideSidebarRecommendedVideos": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + }, + "hideTranslateComment": { + "label": "Yorumu Çevir'i Gizle Butonu", + "title": "Yorumlar altındaki 'Dile Çevir' düğmesini gizler" + }, + "loopButton": { + "label": "Tekrarlama düğmesi", + "title": "İzlediğiniz videoyu döngüye almak için özellik menüsüne bir düğme ekler" + }, + "maximizePlayerButton": { + "label": "Oynatıcıyı tam ekran yapma düğmesini etkinleştir", + "title": "Oynatıcıyı büyütmek için özellik menüsüne bir düğme ekler" + }, + "openTranscriptButton": { + "label": "Not dökümü düğmesini gizle", + "title": "İzlediğiniz videonun metnini açmak için özellik menüsüne bir düğme ekler" + }, + "openYouTubeSettingsOnHover": { + "label": "Fare ile üzerine gelerek Youtube ayarlarını açın", + "title": "Ayarlar düğmesinin üzerine gelindiğinde YouTube ayarlar menüsünü açar" + }, + "pauseBackgroundPlayers": { + "label": "Arka plan oynatıcılarını duraklat", + "title": "Ön plan sekmesinde yeni bir oynatıcı başlattığınızda arka plan sekmelerindeki video oynatıcıları duraklatır" + }, + "playlistRemover": { + "label": "Ana sayfadaki oynatma listelerini gizle", + "title": "Ana sayfadaki oynatma listelerinden kurtulun" + }, + "remainingTime": { + "label": "Kalan süre", + "title": "İzlediğiniz videonun kalan süresini gösterir" + }, + "rememberLastVolume": { + "label": "Son ses hacmini hatırla", + "title": "İzlediğiniz son videonun ses seviyesini hatırlar ve yeni bir video açtığınızda bu ses seviyesine ayarlar" + }, + "removeRedirect": { + "label": "YouTube yönlendirme bağlantılarını kaldır", + "title": "Yönlendirme uyarı diyaloğunu atlayarak YouTube yönlendirmesini gerçek URL'lerle değiştirir" + }, + "restoreFullscreenScrolling": { + "label": "Tam ekran kaydırmayı geri yükle", + "title": "Tam ekran modunda kaydırmayı geri yükler" + }, + "shareShortener": { + "label": "YouTube video paylaşım bağlantısını kısalt", + "title": "YouTube video paylaşım bağlantısını (youtu.be) si/feature parametrelerini çıkararak kısaltır" + }, + "shortsAutoScroll": { + "label": "Kısa videoya otomatik kaydır", + "title": "Bir sonraki kısa videoya otomatik kaydır" + }, + "skipContinueWatching": { + "label": "\"Video durdu. Hala orda mısın?\"ı Atla", + "title": "Video oynatmayı durduran boşta kalma iletişim kutusunu atlar" + } + }, + "title": "Çeşitli ayarlar" + }, + "onScreenDisplaySettings": { + "color": { + "label": "Renk", + "options": { + "blue": "Mavi", + "green": "Yeşil", + "orange": "Turuncu", + "pink": "Pembe", + "purple": "Mor", + "red": "Kırmızı", + "white": "Beyaz", + "yellow": "Sarı" + }, + "title": "Ekran göstergesinin rengini seçin" + }, + "hide": { + "label": "Gecikmeyi Gizle", + "title": "Ekran görüntüsünü otomatik olarak gizlemeden önce geçen süreyi milisaniye cinsinden belirtin" + }, + "opacity": { + "label": "Saydamlık", + "title": "Ekrandaki gösterimin saydamlığını ayarlayın" + }, + "padding": { + "label": "İç Boşluk", + "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." + }, + "position": { + "label": "Konum", + "options": { + "bottom_left": "Sol Alt", + "bottom_right": "Sağ Alt", + "center": "Orta", + "top_left": "Sol Üst", + "top_right": "Sağ Üst" + }, + "title": "Ekran görüntüleme konumunu seçin" + }, + "title": "On-screen display settings", + "type": { + "label": "Tür", + "options": { + "circle": "Daire", + "line": "Satır", + "no_display": "Ekran yok", + "text": "Metin" + }, + "title": "Ekran görüntüleme türünü seçin" + } + }, + "playbackSpeed": { + "enable": { + "label": "Zorunlu oynatma hızını etkinleştir", + "title": "Video hızını aşağıda seçtiğiniz hıza ayarlar" + }, + "playbackSpeedButtons": { + "label": "Oynatma hızı ayarları", + "select": { + "label": "Oynatma düğmelerinin hızı", + "title": "Tıklama başına değiştirilecek hız miktarı" + }, + "title": "İzlediğiniz videonun oynatma hızını artırmak veya azaltmak için düğmeler ekler" + }, + "select": { + "label": "Oynatma hızı", + "title": "Video oynatma hızını ayarlar" + }, + "title": "Oynatma hızı ayarları" + }, + "playlistLength": { + "enable": { + "label": "Çalma listesinin uzunluk bilgilerini göster", + "title": "Oynatma listesinin toplam, izlenen ve ne kalan uzunluğunu gösterir." + }, + "title": "Oynatma listesi uzunluk ayarları", + "wayToGetLength": { + "select": { + "label": "Oynatma listesi uzunluğunu alma yöntemi", + "title": "Oynatma listesi uzunluk bilgisi alma yolu (Bir hata oluşursa API yöntemi HTML'e geri dönecek)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "İzlenme süresini alma yöntemi", + "options": { + "duration": "Video Uzunluğu", + "youtube": "Video İzlenme Süresi" + }, + "title": "İzlenen süreyi alma yolu (Video Uzunluğu türü yalnızca izleme sayfasında kullanılır)" + } + } + }, + "playlistManagement": { + "features": { + "markAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + }, + "removeVideoButton": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + }, + "title": "Playlist management settings" + }, + "playlistManagementButtons": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Video kaldırılamadı", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Videoyu kaldır", + "removingVideo": "Video kaldırılıyor…" + }, + "saveToWatchLaterButton": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + }, + "screenshotButton": { + "enable": { + "label": "Ekran görüntüsü tuşunu etkinleştir", + "title": "Videonun ekran görüntüsünü almak için oynatıcıya bir düğme ekler" + }, + "saveAs": { + "both": "Both (File and Clipboard)", + "clipboard": "Pano", + "file": "Dosya" + }, + "selectFormat": { + "label": "Ekran görüntüsü formatı", + "title": "Ekran görüntüsünün kaydedileceği format" + }, + "selectSaveAs": { + "label": "Ekran görüntüsü kaydetme türü", + "title": "Ekran görüntüsü kaydetme türü" + }, + "title": "Ekran görüntüsü ayarları" + }, + "scrollWheelSpeedControl": { + "adjustmentSteps": { + "label": "Kaydırma başına hız değişimi", + "title": "Kaydırma başına hız değiştirmeyi ayarlar" + }, + "enable": { + "label": "Kaydırma tekerleği hız kontrolü", + "title": "Kaydırma tekerleği ile hız ayarını etkinleştirmek için değiştirici tuşlarından birine basın." + }, + "optionLabel": "{{KEY}} anahtarı", + "select": { + "label": "Düzenleyici anahtar", + "title": "Kullanılacak kısayol düğmesi" + }, + "title": "Kaydırma tekerleği için hız kontrolü ayarları" + }, + "scrollWheelVolumeControl": { + "adjustmentSteps": { + "label": "Her kaydırmada değiştirilecek ses düzeyi", + "title": "Her kaydırmada değiştirilecek ses düzeyini ayarlayın" + }, + "enable": { + "label": "Kaydırma tekerleği ile ses kontrolü", + "title": "İzlediğiniz videonun ses düzeyini kontrol etmek için kaydırma tekerleğini kullanmanızı sağlar" + }, + "holdModifierKey": { + "enable": { + "label": "Değiştirici tuşa basılı tutulduğunda", + "title": "Kaydırma tekerleği ile ses düzeyi ayarını etkinleştirmek için değiştirici tuşlardan birine basın" + }, + "optionLabel": "{{KEY}} anahtarı", + "select": { + "label": "Düzenleyici anahtar", + "title": "Kullanılacak kısayol düğmesi" + } + }, + "holdRightClick": { + "enable": { + "label": "Etkinleştirmek için sağ tuşa basılı tutun", + "title": "Kaydırma tekerleği ile ses kontrolünü etkinleştirmek için farenin sağ düğmesine basılı tutun" + } + }, + "title": "Kaydırma tekerleği ile ses seviyesi kontrolü ayarları" + }, + "settingSearch": { + "placeholder": "Bir ayar arayın" + }, + "videoHistory": { + "enable": { + "label": "İzlenen videoları takip edin", + "title": "İzlediğiniz videolarda en son nerede kaldığınızı takip eder ve oynatmaya oradan devam etmenizi sağlar" + }, + "resumeType": { + "select": { + "label": "Devam etme türü", + "options": { + "automatic": "Otomatik", + "prompt": "İpucu" + }, + "title": "Videoları nasıl devam ettirmek istediğinizi seçin" + } + }, + "title": "Video geçmişi ayarları" + }, + "volumeBoost": { + "boostAmount": { + "label": "Ses güçlendirme miktarı (dB)", + "title": "Ses güçlendirme miktarı" + }, + "enable": { + "label": "Ses güçlendirmeyi etkinleştir", + "title": "Ses güçlendirmeyi etkinleştir" + }, + "mode": { + "select": { + "label": "Ses güçlendirme modu", + "options": { + "global": "Genel", + "perVideo": "Video başına" + }, + "title": "Ses artırmanın nasıl uygulanacağını seçin. 'Video başına', özellik menüsünde her video için ayrı ayrı güçlendirmenin etkinleştirilmesine olanak tanır. 'Genel', ses artırma etkinleştirildiğinde tüm videolara güçlendirme uygular." + } + }, + "title": "Ses güçlendirme ayarları" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "Buradan bir tane alabilirsiniz", + "input": { + "label": "API Anahtarı", + "title": "Youtube Veri API V3 anahtarınızı girin." + }, + "title": "YouTube API V3 key" + }, + "youtubeDeepDark": { + "author": "Yazar", + "co-authors": "Ortak yazarlar", + "colors": { + "colorShadow": { + "label": "Gölge rengi", + "title": "Gölge rengi" + }, + "dimmerText": { + "label": "İkincil metin rengi", + "title": "İkincil metin rengi" + }, + "hoverBackground": { + "label": "Üzerine gelindiğindeki arka plan rengi", + "title": "Üzerine gelindiğindeki arka plan rengi" + }, + "mainBackground": { + "label": "Ana arka plan rengi", + "title": "Ana arka plan rengi" + }, + "mainColor": { + "label": "Vurgulama rengi", + "title": "Vurgulama rengi" + }, + "mainText": { + "label": "Ana metin rengi", + "title": "Ana metin için renk" + }, + "secondBackground": { + "label": "İkincil arka plan rengi", + "title": "İkincil arka plan rengi" + } + }, + "enable": { + "label": "Seçilen temayı etkinleştir", + "title": "Sayfa için seçilen temayı etkinleştirin" + }, + "select": { + "label": "Tema seç", + "title": "Sayfa için uygulanacak bir tema seçin" + }, + "title": "YouTube deep dark settings" + } + } + } } From 89f1103fc64009cb8d8c79b69d0f3c7fb6952cb9 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 6 Dec 2025 02:11:43 -0500 Subject: [PATCH 1381/1783] New translations en-us.json (Ukrainian) --- public/locales/uk-UA.json | 1406 +++++++++++++++++++------------------ 1 file changed, 705 insertions(+), 701 deletions(-) diff --git a/public/locales/uk-UA.json b/public/locales/uk-UA.json index 8e0c0fdb7..6ddc7042e 100644 --- a/public/locales/uk-UA.json +++ b/public/locales/uk-UA.json @@ -1,703 +1,707 @@ { - "langCode": "uk-UA", - "langName": "Українська (UA)", - "messages": { - "resumingVideo": "Продовжити відео з {{VIDEO_TIME}}", - "settingVolume": "Посилити гучність до {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "Скопійовано!", - "label": "Скопіювати URL відео з міткою часу" - } - }, - "featureMenu": { - "button": { - "label": "Меню функцій" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "Швидкий перехід до {{TIME}}" - }, - "rewindButton": { - "label": "Перемотати {{TIME}}" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "Приховати картки наприкінці відео", - "toggle": { - "off": "Показати картки наприкінці відео", - "on": "Приховати картки наприкінці відео" - } - } - }, - "loopButton": { - "button": { - "label": "Повтор", - "toggle": { - "off": "Виключити повтор", - "on": "Включити повтор" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "Розгорнути", - "toggle": { - "off": "Згорнути", - "on": "Розгорнути" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Відкрити транскрипцію" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Зменшити швидкість до {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Збільшити швидкість до {{SPEED}}" - } - }, - "decreaseLimit": "Неможливо зменшити далі ({{SPEED}})", - "increaseLimit": "Неможливо збільшити далі ({{SPEED}})" - }, - "playlistLength": { - "title": "Загальна довжина може бути неточною, якщо деякі відео приховані або якщо ви ще не завантажили достатньо відео, щоб отримати повну довжину." - }, - "screenshotButton": { - "button": { - "label": "Знімок екрана" - }, - "copiedToClipboard": "Знімок екрана скопійовано в буфер обміну" - }, - "videoHistory": { - "resumeButton": "Продовжити", - "resumePrompt": { - "close": "Закрити" - } - }, - "volumeBoostButton": { - "button": { - "label": "Збільшення гучності", - "toggle": { - "off": "Вимкнути збільшення гучності", - "on": "Включити збільшення гучності" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "Клавіша для керування швидкістю прокрутки компʼютерною мишею не може бути тією ж, що й клавіша для регулювання гучності.", - "volumeControl": "Клавіша для регулювання гучності прокрутки компʼютерною мишею не може бути тією ж, що й клавіша для керування швидкістю." - } - } - }, - "info": { - "reset": "Всі параметри були скинуті до значень за замовчуванням.\nТепер ви можете зберегти зміни, натиснувши кнопку \"Підтвердити\" або відхилити їх, закривши цю сторінку або проігнорувавши це повідомлення." - }, - "success": { - "saved": "Налаштування збережено." - } - } - } - }, - "settings": { - "clearData": { - "allDataDeleted": "Усі дані скинуто.", - "confirmAlert": "Це видалить всі дані розширення, пов'язані з налаштуваннями. Продовжити?" - }, - "optionDisabled": { - "either": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " or " - }, - "plural": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " and " - }, - "singular": "Enable '{{OPTION}}' to configure this option", - "specificOption": { - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" - } - }, - "scrollForMoreSettings": "Scroll for more settings", - "sections": { - "automaticQuality": { - "enable": { - "label": "Автоматичне регулювання якості", - "title": "Автоматично регулює якість відео на обраний рівень." - }, - "fallbackQualityStrategy": { - "select": { - "label": "Стратегія запасного вибору якості", - "options": { - "higher": "Вища", - "lower": "Нижча" - }, - "title": "Стратегія для використання, коли вибрана якість недоступна" - } - }, - "select": { - "label": "Якість відтворення", - "title": "Якість відтворення відео" - }, - "title": "Автоматичні налаштування якості" - }, - "bottomButtons": { - "clear": { - "title": "Очищає всі дані цього розширення збережені на комп'ютері", - "value": "Видалити дані" - }, - "confirm": { - "title": "Підтвердити скидання налаштувань", - "value": "Підтвердити" - }, - "openTab": { - "title": "Відкрити налаштування розширення в новій вкладці" - }, - "reset": { - "title": "Скидає всі параметри до стандартних налаштувань, натисніть кнопку підтвердження, щоб зберегти зміни", - "value": "Скинути" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "Кнопка скопіювати URL відео за допомогою часової мітки", - "decreasePlaybackSpeedButton": "Кнопка зменшення швидкості", - "forwardButton": "Кнопка перемотки", - "hideEndScreenCardsButton": "Кнопка приховати картки наприкінці відео", - "increasePlaybackSpeedButton": "Кнопка пришвидшення", - "loopButton": "Кнопка зациклення", - "maximizePlayerButton": "Кнопка Розгорнути", - "openTranscriptButton": "Кнопка відкрити транскрипт", - "rewindButton": "Кнопка відмотки", - "screenshotButton": "Кнопка для скріншота", - "volumeBoostButton": "Кнопка збільшення гучності" - }, - "options": { - "below_player": { - "placement": "під управлінням плеєром", - "value": "Під плеєром" - }, - "feature_menu": { - "placement": "в меню функцій", - "value": "Меню функцій" - }, - "player_controls_left": { - "placement": "ліворуч від елементів керування плеєра", - "value": "Ліворуч" - }, - "player_controls_right": { - "placement": "праворуч від елементів керування плеєра", - "value": "Праворуч" - } - }, - "title": "Розмістити {{BUTTON_NAME}} {{PLACEMENT}}" - }, - "title": "Button placement settings" - }, - "customCSS": { - "editor": { - "collapse": "Згорнути редактор", - "expand": "Розгорнути редактор", - "noProblems": "Проблем не виявлено." - }, - "enable": { - "label": "Увімкнути користувацький CSS", - "title": "Дозволяє використовувати користувацький CSS для сторінки" - }, - "title": "Custom CSS settings" - }, - "featureMenu": { - "openType": { - "select": { - "label": "Тип активації меню", - "options": { - "click": "Клацання", - "hover": "Наведення" - }, - "title": "Виберіть спосіб активувати меню функцій" - }, - "title": "Налаштування меню функцій" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "Увімкнути кнопки вперед/назад", - "title": "Додає кнопки перемотування до відео плеєра" - }, - "time": { - "label": "Час вперед/назад", - "title": "Часовий крок перемотки відео вперед/назад" - }, - "title": "Налаштування кнопки вперед/назад" - }, - "importExportSettings": { - "exportButton": { - "success": "Налаштування вдало експортовано", - "title": "Експортувати налаштування у файл JSON", - "value": "Експортувати налаштування" - }, - "importButton": { - "error": { - "unknown": "Помилка імпорту налаштувань. Перевірте формат файлу. \nВідбулась невідома помилка.", - "validation": "Помилка імпорту налаштувань. Перевірте формат файлу.\n{{ERROR_MESSAGE}}" - }, - "success": "Налаштування успішно імпортовано", - "title": "Імпортувати налаштування з файлу JSON", - "value": "Імпортувати параметри" - } - }, - "language": { - "select": { - "label": "Мова", - "title": "Мова для використання у розширенні" - }, - "title": "Мова" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "Automatic theater mode", - "title": "Automatically enables theater mode when you load a video" - }, - "automaticallyDisableAmbientMode": { - "label": "Automatically disable ambient mode", - "title": "Automatically disables ambient mode when you load a video" - }, - "automaticallyDisableClosedCaptions": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" - }, - "automaticallyEnableClosedCaptions": { - "label": "Automatically enable closed captions", - "title": "Automatically enables closed captions when you load a video" - }, - "automaticallyMaximizePlayer": { - "label": "Automatically maximize player", - "title": "Automatically maximizes the player when you load a video" - }, - "automaticallyShowMoreVideosOnEndScreen": { - "label": "Automatically show more videos on end screen", - "title": "Automatically shows more videos on end screen when you load a video" - }, - "copyTimestampUrlButton": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" - }, - "defaultToOriginalAudioTrack": { - "label": "Default to original audio track", - "title": "Always default to the original audio track" - }, - "enableMarkAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Add a button to playlist items to mark videos as unwatched" - }, - "enableRemoveVideoButton": { - "label": "Remove video button", - "title": "Add a button to playlist items to remove videos from the playlist" - }, - "enableSaveToWatchLaterButton": { - "label": "Enable save to Watch Later button", - "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" - }, - "hideArtificialIntelligenceSummary": { - "label": "Hide AI summary", - "title": "Hides the artificial intelligence summary below videos" - }, - "hideEndScreenCards": { - "label": "Hide end screen cards", - "title": "Hides the cards at the end of the video" - }, - "hideEndScreenCardsButton": { - "label": "Hide end screen cards button", - "title": "Adds a button to show/hide the cards at the end of the video" - }, - "hideLiveStreamChat": { - "label": "Hide live stream chat", - "title": "Hides the live stream chat" - }, - "hideMembersOnlyVideos": { - "label": "Hide members-only videos", - "title": "Hides videos that are only visible to members" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" - }, - "hidePaidPromotionBanner": { - "label": "Hide paid promotion banner", - "title": "Hides the banner that appears when you watch a video that has a paid promotion" - }, - "hidePlayables": { - "label": "Hide playables", - "title": "Hides all playables" - }, - "hideScrollbar": { - "label": "Hide scrollbar", - "title": "Hides the pages scrollbar" - }, - "hideShorts": { - "label": "Hide shorts", - "title": "Hides all shorts" - }, - "hideSidebarRecommendedVideos": { - "label": "Hide recommended videos", - "title": "Hides the sidebar that recommends videos" - }, - "hideTranslateComment": { - "label": "Hide translate comment button", - "title": "Hides 'Translate to Language' button under comments" - }, - "loopButton": { - "label": "Loop button", - "title": "Adds a button to the feature menu to loop the video you're watching" - }, - "maximizePlayerButton": { - "label": "Maximize player button", - "title": "Adds a button to the feature menu to maximize the player" - }, - "openTranscriptButton": { - "label": "Open transcript button", - "title": "Adds a button to the feature menu to open the transcript of the video you're watching" - }, - "openYouTubeSettingsOnHover": { - "label": "Open YouTube settings on hover", - "title": "Opens the YouTube settings menu when you hover over the settings button" - }, - "pauseBackgroundPlayers": { - "label": "Pause background players", - "title": "Pauses video players in background tabs when you start a new player in foreground tab" - }, - "playlistRemover": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" - }, - "remainingTime": { - "label": "Remaining time", - "title": "Shows the remaining time of the video you're watching" - }, - "rememberLastVolume": { - "label": "Remember last volume", - "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" - }, - "removeRedirect": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" - }, - "restoreFullscreenScrolling": { - "label": "Restore fullscreen scrolling", - "title": "Restores scrolling in fullscreen mode" - }, - "shareShortener": { - "label": "Shorten YouTube video share link", - "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" - }, - "shortsAutoScroll": { - "label": "Shorts auto scroll", - "title": "Automatically scrolls to the next short" - }, - "skipContinueWatching": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" - } - }, - "title": "Miscellaneous settings" - }, - "onScreenDisplaySettings": { - "color": { - "label": "Color", - "options": { - "blue": "Blue", - "green": "Green", - "orange": "Orange", - "pink": "Pink", - "purple": "Фіолетовий", - "red": "Червоний", - "white": "Білий", - "yellow": "Жовтий" - }, - "title": "Вибирає колір екранного зображення" - }, - "hide": { - "label": "Затримка приховування", - "title": "Вказує час у мілісекундах перед автоматичним приховуванням екранного зображення" - }, - "opacity": { - "label": "Прозорість", - "title": "Регулювання прозорості екранного зображення" - }, - "padding": { - "label": "Відступ", - "title": "Регулює відступи навколо екранного зображення в пікселях. Застосовується спеціально для екранного зображення в кутах." - }, - "position": { - "label": "Розташування", - "options": { - "bottom_left": "Bottom Left", - "bottom_right": "Bottom Right", - "center": "Center", - "top_left": "Top Left", - "top_right": "Top Right" - }, - "title": "Select the position of the On-Screen Display" - }, - "title": "On-screen display settings", - "type": { - "label": "Type", - "options": { - "circle": "Circle", - "line": "Line", - "no_display": "No display", - "text": "Text" - }, - "title": "Select the type of On-Screen Display" - } - }, - "playbackSpeed": { - "enable": { - "label": "Forced playback speed", - "title": "Sets the video speed to what you choose below" - }, - "playbackSpeedButtons": { - "label": "Playback speed buttons", - "select": { - "label": "Playback buttons speed", - "title": "Amount of speed to be changed per click" - }, - "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" - }, - "select": { - "label": "Player speed", - "title": "The speed to set the video to" - }, - "title": "Playback speed settings" - }, - "playlistLength": { - "enable": { - "label": "Display playlist length information", - "title": "Shows the total length of the playlist, how much has been watched, and how much remains." - }, - "title": "Playlist length settings", - "wayToGetLength": { - "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "Method to get watched time", - "options": { - "duration": "Video Length", - "youtube": "Video Watch Time" - }, - "title": "The way to get the amount of time watched (Video Length type only used on watch page)" - } - } - }, - "playlistManagement": { - "features": { - "markAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - }, - "removeVideoButton": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - } - }, - "title": "Playlist management settings" - }, - "playlistManagementButtons": { - "failedToMarkAsUnwatched": "Failed to mark video as unwatched", - "failedToRemoveVideo": "Failed to remove video", - "markAsUnwatched": "Mark as unwatched", - "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "Remove video", - "removingVideo": "Removing video…" - }, - "saveToWatchLaterButton": { - "failedToSaveVideo": "Failed to save video to Watch Later", - "saveVideo": "Save to Watch Later", - "savingVideo": "Saving to Watch Later…" - }, - "screenshotButton": { - "enable": { - "label": "Screenshot button", - "title": "Adds a button to the player to take a screenshot of the video" - }, - "saveAs": { - "clipboard": "Clipboard", - "file": "File", - "both": "Both (File and Clipboard)" - }, - "selectFormat": { - "label": "Screenshot format", - "title": "The format to save the screenshot in" - }, - "selectSaveAs": { - "label": "Screenshot save type", - "title": "The screenshot save type" - }, - "title": "Screenshot settings" - }, - "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "Speed Change Per Scroll", - "title": "Adjust the speed change per scroll" - }, - "enable": { - "label": "Scroll wheel speed control", - "title": "Press a modifier key to enable speed adjustment with the scroll wheel." - }, - "optionLabel": "{{KEY}} key", - "select": { - "label": "Modifier key", - "title": "The modifier key to use" - }, - "title": "Scroll wheel speed control settings" - }, - "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "Volume Change Per Scroll", - "title": "Adjust the volume change per scroll" - }, - "enable": { - "label": "Scroll wheel volume control", - "title": "Lets you use the scroll wheel to control the volume of the video you're watching" - }, - "holdModifierKey": { - "enable": { - "label": "When holding modifier key", - "title": "Press a modifier key to enable volume adjustment with the scroll wheel." - }, - "optionLabel": "{{KEY}} key", - "select": { - "label": "Modifier key", - "title": "The modifier key to use" - } - }, - "holdRightClick": { - "enable": { - "label": "When holding right click", - "title": "Hold right click to enable scroll wheel volume control" - } - }, - "title": "Scroll wheel volume control settings" - }, - "settingSearch": { - "placeholder": "Search for a setting" - }, - "videoHistory": { - "enable": { - "label": "Track watched videos", - "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" - }, - "resumeType": { - "select": { - "label": "Resume type", - "options": { - "automatic": "Automatic", - "prompt": "Prompt" - }, - "title": "Select how you want to resume videos" - } - }, - "title": "Video history settings" - }, - "volumeBoost": { - "boostAmount": { - "label": "Volume boost amount (dB)", - "title": "The amount to boost the volume by" - }, - "enable": { - "label": "Volume boost", - "title": "Enable volume boost" - }, - "mode": { - "select": { - "label": "Volume boost mode", - "options": { - "global": "Global", - "perVideo": "Per video" - }, - "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." - } - }, - "title": "Volume boost settings" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "You can get one from here", - "input": { - "label": "API Key", - "title": "Enter your Youtube Data API V3 key." - }, - "title": "YouTube API V3 key" - }, - "youtubeDeepDark": { - "author": "Author", - "co-authors": "Co-authors", - "colors": { - "colorShadow": { - "label": "Shadow color", - "title": "Color for shadows" - }, - "dimmerText": { - "label": "Secondary text color", - "title": "Color for secondary text" - }, - "hoverBackground": { - "label": "Hover background color", - "title": "Color for hover background" - }, - "mainBackground": { - "label": "Main background color", - "title": "Color for main background" - }, - "mainColor": { - "label": "Accent color", - "title": "Color for accent" - }, - "mainText": { - "label": "Main text color", - "title": "Color for main text" - }, - "secondBackground": { - "label": "Secondary background color", - "title": "Color for secondary background" - } - }, - "enable": { - "label": "Deep Dark Theme", - "title": "Activate the selected theme for the page" - }, - "select": { - "label": "Select theme", - "title": "Select a theme to be applied to the page" - }, - "title": "YouTube deep dark settings" - } - } - } + "langCode": "uk-UA", + "langName": "Українська (UA)", + "messages": { + "resumingVideo": "Продовжити відео з {{VIDEO_TIME}}", + "settingVolume": "Посилити гучність до {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "Скопійовано!", + "label": "Скопіювати URL відео з міткою часу" + } + }, + "featureMenu": { + "button": { + "label": "Меню функцій" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Швидкий перехід до {{TIME}}" + }, + "rewindButton": { + "label": "Перемотати {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Приховати картки наприкінці відео", + "toggle": { + "off": "Показати картки наприкінці відео", + "on": "Приховати картки наприкінці відео" + } + } + }, + "loopButton": { + "button": { + "label": "Повтор", + "toggle": { + "off": "Виключити повтор", + "on": "Включити повтор" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "Розгорнути", + "toggle": { + "off": "Згорнути", + "on": "Розгорнути" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Відкрити транскрипцію" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Зменшити швидкість до {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Збільшити швидкість до {{SPEED}}" + } + }, + "decreaseLimit": "Неможливо зменшити далі ({{SPEED}})", + "increaseLimit": "Неможливо збільшити далі ({{SPEED}})" + }, + "playlistLength": { + "title": "Загальна довжина може бути неточною, якщо деякі відео приховані або якщо ви ще не завантажили достатньо відео, щоб отримати повну довжину." + }, + "screenshotButton": { + "button": { + "label": "Знімок екрана" + }, + "copiedToClipboard": "Знімок екрана скопійовано в буфер обміну" + }, + "videoHistory": { + "resumeButton": "Продовжити", + "resumePrompt": { + "close": "Закрити" + } + }, + "volumeBoostButton": { + "button": { + "label": "Збільшення гучності", + "toggle": { + "off": "Вимкнути збільшення гучності", + "on": "Включити збільшення гучності" + } + } + } + } + }, + "options": { + "notifications": { + "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "Клавіша для керування швидкістю прокрутки компʼютерною мишею не може бути тією ж, що й клавіша для регулювання гучності.", + "volumeControl": "Клавіша для регулювання гучності прокрутки компʼютерною мишею не може бути тією ж, що й клавіша для керування швидкістю." + } + } + }, + "info": { + "reset": "Всі параметри були скинуті до значень за замовчуванням.\nТепер ви можете зберегти зміни, натиснувши кнопку \"Підтвердити\" або відхилити їх, закривши цю сторінку або проігнорувавши це повідомлення." + }, + "success": { + "saved": "Налаштування збережено." + } + } + } + }, + "settings": { + "clearData": { + "allDataDeleted": "Усі дані скинуто.", + "confirmAlert": "Це видалить всі дані розширення, пов'язані з налаштуваннями. Продовжити?" + }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "scrollForMoreSettings": "Scroll for more settings", + "sections": { + "automaticQuality": { + "enable": { + "label": "Автоматичне регулювання якості", + "title": "Автоматично регулює якість відео на обраний рівень." + }, + "fallbackQualityStrategy": { + "select": { + "label": "Стратегія запасного вибору якості", + "options": { + "higher": "Вища", + "lower": "Нижча" + }, + "title": "Стратегія для використання, коли вибрана якість недоступна" + } + }, + "select": { + "label": "Якість відтворення", + "title": "Якість відтворення відео" + }, + "title": "Автоматичні налаштування якості" + }, + "bottomButtons": { + "clear": { + "title": "Очищає всі дані цього розширення збережені на комп'ютері", + "value": "Видалити дані" + }, + "confirm": { + "title": "Підтвердити скидання налаштувань", + "value": "Підтвердити" + }, + "openTab": { + "title": "Відкрити налаштування розширення в новій вкладці" + }, + "reset": { + "title": "Скидає всі параметри до стандартних налаштувань, натисніть кнопку підтвердження, щоб зберегти зміни", + "value": "Скинути" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Кнопка скопіювати URL відео за допомогою часової мітки", + "decreasePlaybackSpeedButton": "Кнопка зменшення швидкості", + "forwardButton": "Кнопка перемотки", + "hideEndScreenCardsButton": "Кнопка приховати картки наприкінці відео", + "increasePlaybackSpeedButton": "Кнопка пришвидшення", + "loopButton": "Кнопка зациклення", + "maximizePlayerButton": "Кнопка Розгорнути", + "openTranscriptButton": "Кнопка відкрити транскрипт", + "rewindButton": "Кнопка відмотки", + "screenshotButton": "Кнопка для скріншота", + "volumeBoostButton": "Кнопка збільшення гучності" + }, + "options": { + "below_player": { + "placement": "під управлінням плеєром", + "value": "Під плеєром" + }, + "feature_menu": { + "placement": "в меню функцій", + "value": "Меню функцій" + }, + "player_controls_left": { + "placement": "ліворуч від елементів керування плеєра", + "value": "Ліворуч" + }, + "player_controls_right": { + "placement": "праворуч від елементів керування плеєра", + "value": "Праворуч" + } + }, + "title": "Розмістити {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Button placement settings" + }, + "customCSS": { + "editor": { + "collapse": "Згорнути редактор", + "expand": "Розгорнути редактор", + "noProblems": "Проблем не виявлено." + }, + "enable": { + "label": "Увімкнути користувацький CSS", + "title": "Дозволяє використовувати користувацький CSS для сторінки" + }, + "title": "Custom CSS settings" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Тип активації меню", + "options": { + "click": "Клацання", + "hover": "Наведення" + }, + "title": "Виберіть спосіб активувати меню функцій" + }, + "title": "Налаштування меню функцій" + } + }, + "forwardRewindButtons": { + "enable": { + "label": "Увімкнути кнопки вперед/назад", + "title": "Додає кнопки перемотування до відео плеєра" + }, + "time": { + "label": "Час вперед/назад", + "title": "Часовий крок перемотки відео вперед/назад" + }, + "title": "Налаштування кнопки вперед/назад" + }, + "importExportSettings": { + "exportButton": { + "success": "Налаштування вдало експортовано", + "title": "Експортувати налаштування у файл JSON", + "value": "Експортувати налаштування" + }, + "importButton": { + "error": { + "unknown": "Помилка імпорту налаштувань. Перевірте формат файлу. \nВідбулась невідома помилка.", + "validation": "Помилка імпорту налаштувань. Перевірте формат файлу.\n{{ERROR_MESSAGE}}" + }, + "success": "Налаштування успішно імпортовано", + "title": "Імпортувати налаштування з файлу JSON", + "value": "Імпортувати параметри" + } + }, + "language": { + "select": { + "label": "Мова", + "title": "Мова для використання у розширенні" + }, + "title": "Мова" + }, + "miscellaneous": { + "features": { + "automaticTheaterMode": { + "label": "Automatic theater mode", + "title": "Automatically enables theater mode when you load a video" + }, + "automaticallyDisableAmbientMode": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + }, + "automaticallyDisableAutoPlay": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + }, + "automaticallyDisableClosedCaptions": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + }, + "automaticallyEnableClosedCaptions": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + }, + "automaticallyMaximizePlayer": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + }, + "automaticallyShowMoreVideosOnEndScreen": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + }, + "copyTimestampUrlButton": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + }, + "defaultToOriginalAudioTrack": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + }, + "enableMarkAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Add a button to playlist items to mark videos as unwatched" + }, + "enableRemoveVideoButton": { + "label": "Remove video button", + "title": "Add a button to playlist items to remove videos from the playlist" + }, + "enableSaveToWatchLaterButton": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + }, + "hideArtificialIntelligenceSummary": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + }, + "hideEndScreenCards": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + }, + "hideEndScreenCardsButton": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + }, + "hideLiveStreamChat": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + }, + "hideMembersOnlyVideos": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + }, + "hideOfficialArtistVideosFromHomePage": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + }, + "hidePaidPromotionBanner": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + }, + "hidePlayables": { + "label": "Hide playables", + "title": "Hides all playables" + }, + "hideScrollbar": { + "label": "Hide scrollbar", + "title": "Hides the pages scrollbar" + }, + "hideShorts": { + "label": "Hide shorts", + "title": "Hides all shorts" + }, + "hideSidebarRecommendedVideos": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + }, + "hideTranslateComment": { + "label": "Hide translate comment button", + "title": "Hides 'Translate to Language' button under comments" + }, + "loopButton": { + "label": "Loop button", + "title": "Adds a button to the feature menu to loop the video you're watching" + }, + "maximizePlayerButton": { + "label": "Maximize player button", + "title": "Adds a button to the feature menu to maximize the player" + }, + "openTranscriptButton": { + "label": "Open transcript button", + "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + }, + "openYouTubeSettingsOnHover": { + "label": "Open YouTube settings on hover", + "title": "Opens the YouTube settings menu when you hover over the settings button" + }, + "pauseBackgroundPlayers": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + }, + "playlistRemover": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + }, + "remainingTime": { + "label": "Remaining time", + "title": "Shows the remaining time of the video you're watching" + }, + "rememberLastVolume": { + "label": "Remember last volume", + "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + }, + "removeRedirect": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + }, + "restoreFullscreenScrolling": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + }, + "shareShortener": { + "label": "Shorten YouTube video share link", + "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + }, + "shortsAutoScroll": { + "label": "Shorts auto scroll", + "title": "Automatically scrolls to the next short" + }, + "skipContinueWatching": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + } + }, + "title": "Miscellaneous settings" + }, + "onScreenDisplaySettings": { + "color": { + "label": "Color", + "options": { + "blue": "Blue", + "green": "Green", + "orange": "Orange", + "pink": "Pink", + "purple": "Фіолетовий", + "red": "Червоний", + "white": "Білий", + "yellow": "Жовтий" + }, + "title": "Вибирає колір екранного зображення" + }, + "hide": { + "label": "Затримка приховування", + "title": "Вказує час у мілісекундах перед автоматичним приховуванням екранного зображення" + }, + "opacity": { + "label": "Прозорість", + "title": "Регулювання прозорості екранного зображення" + }, + "padding": { + "label": "Відступ", + "title": "Регулює відступи навколо екранного зображення в пікселях. Застосовується спеціально для екранного зображення в кутах." + }, + "position": { + "label": "Розташування", + "options": { + "bottom_left": "Bottom Left", + "bottom_right": "Bottom Right", + "center": "Center", + "top_left": "Top Left", + "top_right": "Top Right" + }, + "title": "Select the position of the On-Screen Display" + }, + "title": "On-screen display settings", + "type": { + "label": "Type", + "options": { + "circle": "Circle", + "line": "Line", + "no_display": "No display", + "text": "Text" + }, + "title": "Select the type of On-Screen Display" + } + }, + "playbackSpeed": { + "enable": { + "label": "Forced playback speed", + "title": "Sets the video speed to what you choose below" + }, + "playbackSpeedButtons": { + "label": "Playback speed buttons", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + }, + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + }, + "select": { + "label": "Player speed", + "title": "The speed to set the video to" + }, + "title": "Playback speed settings" + }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + }, + "title": "Playlist length settings", + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } + } + }, + "playlistManagement": { + "features": { + "markAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + }, + "removeVideoButton": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + }, + "title": "Playlist management settings" + }, + "playlistManagementButtons": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + }, + "saveToWatchLaterButton": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + }, + "screenshotButton": { + "enable": { + "label": "Screenshot button", + "title": "Adds a button to the player to take a screenshot of the video" + }, + "saveAs": { + "both": "Both (File and Clipboard)", + "clipboard": "Clipboard", + "file": "File" + }, + "selectFormat": { + "label": "Screenshot format", + "title": "The format to save the screenshot in" + }, + "selectSaveAs": { + "label": "Screenshot save type", + "title": "The screenshot save type" + }, + "title": "Screenshot settings" + }, + "scrollWheelSpeedControl": { + "adjustmentSteps": { + "label": "Speed Change Per Scroll", + "title": "Adjust the speed change per scroll" + }, + "enable": { + "label": "Scroll wheel speed control", + "title": "Press a modifier key to enable speed adjustment with the scroll wheel." + }, + "optionLabel": "{{KEY}} key", + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + }, + "title": "Scroll wheel speed control settings" + }, + "scrollWheelVolumeControl": { + "adjustmentSteps": { + "label": "Volume Change Per Scroll", + "title": "Adjust the volume change per scroll" + }, + "enable": { + "label": "Scroll wheel volume control", + "title": "Lets you use the scroll wheel to control the volume of the video you're watching" + }, + "holdModifierKey": { + "enable": { + "label": "When holding modifier key", + "title": "Press a modifier key to enable volume adjustment with the scroll wheel." + }, + "optionLabel": "{{KEY}} key", + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + } + }, + "holdRightClick": { + "enable": { + "label": "When holding right click", + "title": "Hold right click to enable scroll wheel volume control" + } + }, + "title": "Scroll wheel volume control settings" + }, + "settingSearch": { + "placeholder": "Search for a setting" + }, + "videoHistory": { + "enable": { + "label": "Track watched videos", + "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" + }, + "resumeType": { + "select": { + "label": "Resume type", + "options": { + "automatic": "Automatic", + "prompt": "Prompt" + }, + "title": "Select how you want to resume videos" + } + }, + "title": "Video history settings" + }, + "volumeBoost": { + "boostAmount": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by" + }, + "enable": { + "label": "Volume boost", + "title": "Enable volume boost" + }, + "mode": { + "select": { + "label": "Volume boost mode", + "options": { + "global": "Global", + "perVideo": "Per video" + }, + "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + } + }, + "title": "Volume boost settings" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Key", + "title": "Enter your Youtube Data API V3 key." + }, + "title": "YouTube API V3 key" + }, + "youtubeDeepDark": { + "author": "Author", + "co-authors": "Co-authors", + "colors": { + "colorShadow": { + "label": "Shadow color", + "title": "Color for shadows" + }, + "dimmerText": { + "label": "Secondary text color", + "title": "Color for secondary text" + }, + "hoverBackground": { + "label": "Hover background color", + "title": "Color for hover background" + }, + "mainBackground": { + "label": "Main background color", + "title": "Color for main background" + }, + "mainColor": { + "label": "Accent color", + "title": "Color for accent" + }, + "mainText": { + "label": "Main text color", + "title": "Color for main text" + }, + "secondBackground": { + "label": "Secondary background color", + "title": "Color for secondary background" + } + }, + "enable": { + "label": "Deep Dark Theme", + "title": "Activate the selected theme for the page" + }, + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + }, + "title": "YouTube deep dark settings" + } + } + } } From fc481b806212075e4fe0b8fbe930c12a1a5b62a0 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 6 Dec 2025 02:11:44 -0500 Subject: [PATCH 1382/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 1406 +++++++++++++++++++------------------ 1 file changed, 705 insertions(+), 701 deletions(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index 91b8979f7..f0009d256 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -1,703 +1,707 @@ { - "langCode": "zh-CN", - "langName": "中文 (简体)", - "messages": { - "resumingVideo": "恢复视频播放时刻于 {{VIDEO_TIME}}", - "settingVolume": "设置音量增强至 {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "复制成功!", - "label": "复制带有时间戳的视频 URL" - } - }, - "featureMenu": { - "button": { - "label": "功能菜单" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "向前快进 {{TIME}}" - }, - "rewindButton": { - "label": "向后快退 {{TIME}}" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "隐藏结束界面卡片", - "toggle": { - "off": "显示结束界面卡片", - "on": "隐藏结束界面卡片" - } - } - }, - "loopButton": { - "button": { - "label": "循环播放", - "toggle": { - "off": "取消循环", - "on": "启用循环" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "最大化", - "toggle": { - "off": "最大化关闭", - "on": "最大化开启" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "打开转写文稿" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "降低播放速度至 {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "增加播放速度至 {{SPEED}}" - } - }, - "decreaseLimit": "不能继续降低({{SPEED}})", - "increaseLimit": "不能继续增加({{SPEED}})" - }, - "playlistLength": { - "title": "如果某些视频被隐藏,或者您没有加载足够的视频来获取全部长度,总长度可能不准确。" - }, - "screenshotButton": { - "button": { - "label": "屏幕截图" - }, - "copiedToClipboard": "截图已复制到剪贴板" - }, - "videoHistory": { - "resumeButton": "继续播放", - "resumePrompt": { - "close": "关" - } - }, - "volumeBoostButton": { - "button": { - "label": "音量增强", - "toggle": { - "off": "关闭音量增强", - "on": "开启音量增强" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "optionConflict": "当 '{{OPTION}}' 启用时,该选项无法启用。", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "滚轮控制播放速度键位与控制音量冲突。", - "volumeControl": "滚轮控制音量键位与控制播放速度冲突。" - } - } - }, - "info": { - "reset": "所有选项已重置为默认值。\n现在您可以通过单击“确认”按钮保存更改,或通过关闭此页面或忽略此通知放弃更改。" - }, - "success": { - "saved": "选项已保存。" - } - } - } - }, - "settings": { - "clearData": { - "allDataDeleted": "所有数据已删除。", - "confirmAlert": "这将删除所有与选项相关的扩展数据。是否继续?" - }, - "optionDisabled": { - "either": { - "label": "启用 {{OPTIONS}} 以配置此选项", - "separator": " 或 " - }, - "plural": { - "label": "启用 {{OPTIONS}} 以配置此选项", - "separator": " 和 " - }, - "singular": "启用 '{{OPTION}}' 以配置此选项", - "specificOption": { - "featureMenu": "配置至少一个按钮放置在功能菜单中以配置此选项。", - "screenshotButtonFileFormat": "将屏幕截图保存类型设置为“文件”或“全部”以配置此选项" - } - }, - "scrollForMoreSettings": "滚动以查看更多设置", - "sections": { - "automaticQuality": { - "enable": { - "label": "自动质量调整", - "title": "自动调整视频质量到所选等级。" - }, - "fallbackQualityStrategy": { - "select": { - "label": "质量回退策略", - "options": { - "higher": "升高", - "lower": "降低" - }, - "title": "当所选质量不可用时使用的策略" - } - }, - "select": { - "label": "播放质量", - "title": "将视频质量设为" - }, - "title": "自动画质设置" - }, - "bottomButtons": { - "clear": { - "title": "清除此扩展存储在您机器上的所有数据", - "value": "清除数据" - }, - "confirm": { - "title": "确认重置设置", - "value": "确认" - }, - "openTab": { - "title": "在新标签中打开扩展设置" - }, - "reset": { - "title": "重置所有设置为默认设置,点击确认按钮以保存更改", - "value": "重新开始" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "复制带有时间戳的视频 URL 按钮", - "decreasePlaybackSpeedButton": "降低速度按钮", - "forwardButton": "快进按钮", - "hideEndScreenCardsButton": "隐藏结束界面卡片按钮", - "increasePlaybackSpeedButton": "增加速度按钮", - "loopButton": "循环按钮", - "maximizePlayerButton": "最大化按钮", - "openTranscriptButton": "转写文稿按钮", - "rewindButton": "快退按钮", - "screenshotButton": "屏幕截图按钮", - "volumeBoostButton": "音量增强按钮" - }, - "options": { - "below_player": { - "placement": "位于播放器控制按键下方", - "value": "位于播放器下方" - }, - "feature_menu": { - "placement": "位于功能菜单内", - "value": "功能菜单" - }, - "player_controls_left": { - "placement": "位于播放器控制按键左侧", - "value": "控件居左" - }, - "player_controls_right": { - "placement": "位于播放器控制按键右侧", - "value": "控件居右" - } - }, - "title": "把 {{BUTTON_NAME}} 按钮放在 {{PLACEMENT}}" - }, - "title": "按钮位置设置" - }, - "customCSS": { - "editor": { - "collapse": "折叠编辑器", - "expand": "展开编辑器", - "noProblems": "未发现问题" - }, - "enable": { - "label": "启用自定义 CSS", - "title": "启用自定义 CSS 以应用到页面" - }, - "title": "自定义 CSS 设置" - }, - "featureMenu": { - "openType": { - "select": { - "label": "菜单激活方式", - "options": { - "click": "点击", - "hover": "悬停" - }, - "title": "设置打开功能菜单的方式" - }, - "title": "功能菜单设置" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "启用快进/快退按钮", - "title": "给视频播放器添加快进/快退按钮" - }, - "time": { - "label": "快进/快退时间", - "title": "快进/快退视频的时间长度" - }, - "title": "快进/快退按钮设置" - }, - "importExportSettings": { - "exportButton": { - "success": "导出配置成功", - "title": "导出设置到 JSON 文件", - "value": "导出设置" - }, - "importButton": { - "error": { - "unknown": "导入设置时出错。请检查文件格式。\n发生未知错误。", - "validation": "导入设置出错。请检查文件格式。\n{{ERROR_MESSAGE}}" - }, - "success": "设置导入成功", - "title": "从 JSON 文件导入设置", - "value": "导入设置" - } - }, - "language": { - "select": { - "label": "语言", - "title": "用于扩展的语言" - }, - "title": "语言" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "自动启用剧场模式", - "title": "当视频打开时,自动启用剧场模式" - }, - "automaticallyDisableAmbientMode": { - "label": "自动禁用氛围模式", - "title": "载入视频时自动禁用氛围模式" - }, - "automaticallyDisableClosedCaptions": { - "label": "自动禁用隐藏式字幕", - "title": "载入视频时自动禁用隐藏式字幕" - }, - "automaticallyEnableClosedCaptions": { - "label": "自动启用隐藏式字幕", - "title": "载入视频时自动启用隐藏式字幕" - }, - "automaticallyMaximizePlayer": { - "label": "自动最大化播放器", - "title": "当视频打开时,自动最大化播放器" - }, - "automaticallyShowMoreVideosOnEndScreen": { - "label": "在结束屏幕上自动显示更多视频", - "title": "加载视频时自动在结束屏幕上显示更多视频" - }, - "copyTimestampUrlButton": { - "label": "复制带有时间戳的视频 URL 按钮", - "title": "复制带有时间戳的视频 URL (?t=123)" - }, - "defaultToOriginalAudioTrack": { - "label": "默认设置为原始音轨", - "title": "总是默认原始音轨" - }, - "enableMarkAsUnwatchedButton": { - "label": "标记为未观看按钮", - "title": "在播放列表中添加一个标记视频为未观看按钮" - }, - "enableRemoveVideoButton": { - "label": "移除视频按钮", - "title": "在播放列表中添加一个移除视频按钮" - }, - "enableSaveToWatchLaterButton": { - "label": "启用保存到稍后观看按钮", - "title": "在主页和订阅视频中添加一个按钮,将视频保存到“稍后观看”播放列表" - }, - "hideArtificialIntelligenceSummary": { - "label": "隐藏 AI 摘要", - "title": "隐藏视频下方的人工智能摘要" - }, - "hideEndScreenCards": { - "label": "隐藏结束界面卡片", - "title": "隐藏视频末尾的卡片" - }, - "hideEndScreenCardsButton": { - "label": "隐藏结束界面卡片按钮", - "title": "添加按钮以显示/隐藏视频末尾的卡片" - }, - "hideLiveStreamChat": { - "label": "隐藏直播聊天", - "title": "隐藏直播聊天" - }, - "hideMembersOnlyVideos": { - "label": "隐藏仅限会员的视频", - "title": "隐藏仅对会员可见的视频" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "隐藏音乐人官方视频", - "title": "从主页上隐藏来自音乐人官方频道的视频" - }, - "hidePaidPromotionBanner": { - "label": "隐藏付费推广横幅", - "title": "隐藏当您观看带有付费促销的视频时出现的横幅广告" - }, - "hidePlayables": { - "label": "隐藏可播放内容", - "title": "隐藏所有可播放内容" - }, - "hideScrollbar": { - "label": "启用隐藏滚动条", - "title": "隐藏页面滚动条" - }, - "hideShorts": { - "label": "隐藏短视频", - "title": "隐藏所有短视频" - }, - "hideSidebarRecommendedVideos": { - "label": "隐藏推荐视频", - "title": "隐藏推荐视频的侧边栏" - }, - "hideTranslateComment": { - "label": "隐藏翻译评论按钮", - "title": "隐藏评论下方的“翻译至当前语言”按钮" - }, - "loopButton": { - "label": "循环按钮", - "title": "在功能菜单中添加一个按钮来循环你正在观看的视频" - }, - "maximizePlayerButton": { - "label": "最大化播放器按钮", - "title": "在功能菜单中添加一个按钮来最大化播放器" - }, - "openTranscriptButton": { - "label": "转写文稿按钮", - "title": "在功能菜单中添加一个按钮来循环你正在观看的视频" - }, - "openYouTubeSettingsOnHover": { - "label": "悬停时打开 YouTube 设置", - "title": "当您悬停在设置按钮上时打开 YouTube 设置菜单" - }, - "pauseBackgroundPlayers": { - "label": "暂停后台播放", - "title": "当您在前台标签中启用一个新播放器时,暂停后台标签中的视频播放器" - }, - "playlistRemover": { - "label": "从主页隐藏播放列表", - "title": "从主页去除播放列表" - }, - "remainingTime": { - "label": "剩余时间", - "title": "显示您观看的视频的剩余时间" - }, - "rememberLastVolume": { - "label": "记住最后一个音量", - "title": "记住最后一个视频的音量并在打开新视频时设置" - }, - "removeRedirect": { - "label": "屏蔽YouTube重定向链接", - "title": "用真实链接替换YouTube重定向,并跳过重定向警告" - }, - "restoreFullscreenScrolling": { - "label": "恢复全屏滚动", - "title": "在全屏模式下恢复滚动" - }, - "shareShortener": { - "label": "缩短YouTube视频分享链接", - "title": "分享Youtube视频(youtu.be)时,删除si/feature 参数以缩短链接" - }, - "shortsAutoScroll": { - "label": "短视频自动下滑", - "title": "短视频播完后,自动下滑播放下一个" - }, - "skipContinueWatching": { - "label": "跳过\"视频已暂停。继续观看吗?\"", - "title": "跳过暂停视频播放的闲置对话框" - } - }, - "title": "其他设置" - }, - "onScreenDisplaySettings": { - "color": { - "label": "颜色", - "options": { - "blue": "蓝色", - "green": "绿色", - "orange": "橙色", - "pink": "粉色", - "purple": "紫色", - "red": "红色", - "white": "白色", - "yellow": "黄色" - }, - "title": "选择屏幕提示文本颜色" - }, - "hide": { - "label": "隐藏延时", - "title": "指定时间,以毫秒计,然后自动隐藏屏幕显示" - }, - "opacity": { - "label": "透明度", - "title": "调整屏幕提示文本的透明度" - }, - "padding": { - "label": "内边距", - "title": "调整屏幕提示周围以像素为单位的间距。主要适用于角落的屏幕提示。" - }, - "position": { - "label": "位置", - "options": { - "bottom_left": "左下", - "bottom_right": "右下", - "center": "居中", - "top_left": "左上", - "top_right": "右上" - }, - "title": "选择屏幕提示文本颜色" - }, - "title": "屏幕提示信息设置", - "type": { - "label": "类型", - "options": { - "circle": "圆形图标", - "line": "直线", - "no_display": "无显示", - "text": "文本" - }, - "title": "选择屏幕提示文本颜色" - } - }, - "playbackSpeed": { - "enable": { - "label": "强制播放速度", - "title": "将视频速度设置为您在下面选择的内容" - }, - "playbackSpeedButtons": { - "label": "播放速度按钮", - "select": { - "label": "播放按钮的速度", - "title": "每次点击要更改的速度量" - }, - "title": "添加按钮以增加或降低您观看的视频的播放速度" - }, - "select": { - "label": "播放速度", - "title": "将视频播放速度设为" - }, - "title": "播放速度设置" - }, - "playlistLength": { - "enable": { - "label": "显示播放列表长度信息", - "title": "显示播放列表的总长度,已观看多少,以及还剩多少。" - }, - "title": "播放列表长度设置", - "wayToGetLength": { - "select": { - "label": "获取播放列表长度的方法", - "title": "获取播放列表长度信息的方式 (如果发生错误,API 方法将回退到 HTML)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "获取已观看时间的方法", - "options": { - "duration": "视频长度", - "youtube": "视频观看时间" - }, - "title": "获取已观看时间长度的方法 (“视频长度”方法仅会在观看页面使用)" - } - } - }, - "playlistManagement": { - "features": { - "markAsUnwatchedButton": { - "label": "标记为未观看按钮", - "title": "添加一个按钮将视频标记为未观看视频" - }, - "removeVideoButton": { - "label": "移除视频按钮", - "title": "添加一个按钮从播放列表中移除视频" - } - }, - "title": "播放列表管理设置" - }, - "playlistManagementButtons": { - "failedToMarkAsUnwatched": "将视频标记为未观看失败", - "failedToRemoveVideo": "移除视频失败", - "markAsUnwatched": "标记为未观看", - "markingAsUnwatched": "正在标记为未观看…", - "removeVideo": "删除视频", - "removingVideo": "正在移除视频…" - }, - "saveToWatchLaterButton": { - "failedToSaveVideo": "将视频保存到稍后观看失败", - "saveVideo": "保存至稍后观看", - "savingVideo": "保存至稍后观看…" - }, - "screenshotButton": { - "enable": { - "label": "屏幕截图按钮", - "title": "向播放器添加一个按钮以拍摄视频的截图" - }, - "saveAs": { - "clipboard": "剪贴板", - "file": "文件", - "both": "全部(文件和剪贴板)" - }, - "selectFormat": { - "label": "截图格式", - "title": "保存屏幕截图的格式" - }, - "selectSaveAs": { - "label": "屏幕截图保存类型", - "title": "屏幕截图保存类型" - }, - "title": "屏幕截图选项" - }, - "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "每轮滚动音量", - "title": "调整每轮滚动的音量变化" - }, - "enable": { - "label": "滚轮控制播放速度设置", - "title": "按下控制键时启用滚轮音量调整" - }, - "optionLabel": "{{KEY}} 键", - "select": { - "label": "控制键", - "title": "启用功能时按住的控制键" - }, - "title": "滚轮控制播放速度设置" - }, - "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "每轮滚动音量", - "title": "调整每轮滚动的音量变化" - }, - "enable": { - "label": "滚轮控制音量", - "title": "让您使用滚轮来控制您正在观看的视频音量" - }, - "holdModifierKey": { - "enable": { - "label": "在按住控制键时启用功能", - "title": "按下控制键时启用滚轮音量调整" - }, - "optionLabel": "{{KEY}} 键", - "select": { - "label": "控制键", - "title": "启用功能时按住的控制键" - } - }, - "holdRightClick": { - "enable": { - "label": "按住右键时启用", - "title": "按住右键以启用滚轮音量控制" - } - }, - "title": "滚轮控制音量设置" - }, - "settingSearch": { - "placeholder": "搜索设置" - }, - "videoHistory": { - "enable": { - "label": "记录已观看视频", - "title": "记录您关闭视频的进度并在下次播放时恢复" - }, - "resumeType": { - "select": { - "label": "进度恢复方式", - "options": { - "automatic": "自动", - "prompt": "提示" - }, - "title": "选择恢复视频播放进度的方式" - } - }, - "title": "视频历史记录设置" - }, - "volumeBoost": { - "boostAmount": { - "label": "音量提升量(分贝)", - "title": "音量提升量(分贝)" - }, - "enable": { - "label": "音量增强", - "title": "启用音量增强" - }, - "mode": { - "select": { - "label": "音量增强模式", - "options": { - "global": "全局统一", - "perVideo": "分别记忆" - }, - "title": "选择音量增强生效的方式。“分别记忆”为每个视频记住各自的设置。“全局”使音量增强功能开启时,对所有视频采用同一设置。" - } - }, - "title": "音量增强设置" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "您可以从这里获取一个", - "input": { - "label": "API 密钥", - "title": "输入您的 Youtube 数据 API V3 密钥。" - }, - "title": "YouTube API V3 密钥" - }, - "youtubeDeepDark": { - "author": "作者", - "co-authors": "合作作者", - "colors": { - "colorShadow": { - "label": "阴影颜色", - "title": "阴影颜色" - }, - "dimmerText": { - "label": "次要文本颜色", - "title": "为次要文本使用的颜色" - }, - "hoverBackground": { - "label": "悬停背景颜色", - "title": "为悬停背景使用的颜色" - }, - "mainBackground": { - "label": "主要背景颜色", - "title": "为主要背景使用的颜色" - }, - "mainColor": { - "label": "强调颜色", - "title": "为强调使用的颜色" - }, - "mainText": { - "label": "主要文本颜色", - "title": "为主要文本使用的颜色" - }, - "secondBackground": { - "label": "次要背景颜色", - "title": "为次要背景使用的颜色" - } - }, - "enable": { - "label": "启用所选主题", - "title": "在页面上应用所选主题" - }, - "select": { - "label": "选择主题", - "title": "选择要应用到页面的主题" - }, - "title": "YouTube 暗黑模式设置" - } - } - } + "langCode": "zh-CN", + "langName": "中文 (简体)", + "messages": { + "resumingVideo": "恢复视频播放时刻于 {{VIDEO_TIME}}", + "settingVolume": "设置音量增强至 {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "复制成功!", + "label": "复制带有时间戳的视频 URL" + } + }, + "featureMenu": { + "button": { + "label": "功能菜单" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "向前快进 {{TIME}}" + }, + "rewindButton": { + "label": "向后快退 {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "隐藏结束界面卡片", + "toggle": { + "off": "显示结束界面卡片", + "on": "隐藏结束界面卡片" + } + } + }, + "loopButton": { + "button": { + "label": "循环播放", + "toggle": { + "off": "取消循环", + "on": "启用循环" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "最大化", + "toggle": { + "off": "最大化关闭", + "on": "最大化开启" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "打开转写文稿" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "降低播放速度至 {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "增加播放速度至 {{SPEED}}" + } + }, + "decreaseLimit": "不能继续降低({{SPEED}})", + "increaseLimit": "不能继续增加({{SPEED}})" + }, + "playlistLength": { + "title": "如果某些视频被隐藏,或者您没有加载足够的视频来获取全部长度,总长度可能不准确。" + }, + "screenshotButton": { + "button": { + "label": "屏幕截图" + }, + "copiedToClipboard": "截图已复制到剪贴板" + }, + "videoHistory": { + "resumeButton": "继续播放", + "resumePrompt": { + "close": "关" + } + }, + "volumeBoostButton": { + "button": { + "label": "音量增强", + "toggle": { + "off": "关闭音量增强", + "on": "开启音量增强" + } + } + } + } + }, + "options": { + "notifications": { + "error": { + "optionConflict": "当 '{{OPTION}}' 启用时,该选项无法启用。", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "滚轮控制播放速度键位与控制音量冲突。", + "volumeControl": "滚轮控制音量键位与控制播放速度冲突。" + } + } + }, + "info": { + "reset": "所有选项已重置为默认值。\n现在您可以通过单击“确认”按钮保存更改,或通过关闭此页面或忽略此通知放弃更改。" + }, + "success": { + "saved": "选项已保存。" + } + } + } + }, + "settings": { + "clearData": { + "allDataDeleted": "所有数据已删除。", + "confirmAlert": "这将删除所有与选项相关的扩展数据。是否继续?" + }, + "optionDisabled": { + "either": { + "label": "启用 {{OPTIONS}} 以配置此选项", + "separator": " 或 " + }, + "plural": { + "label": "启用 {{OPTIONS}} 以配置此选项", + "separator": " 和 " + }, + "singular": "启用 '{{OPTION}}' 以配置此选项", + "specificOption": { + "featureMenu": "配置至少一个按钮放置在功能菜单中以配置此选项。", + "screenshotButtonFileFormat": "将屏幕截图保存类型设置为“文件”或“全部”以配置此选项" + } + }, + "scrollForMoreSettings": "滚动以查看更多设置", + "sections": { + "automaticQuality": { + "enable": { + "label": "自动质量调整", + "title": "自动调整视频质量到所选等级。" + }, + "fallbackQualityStrategy": { + "select": { + "label": "质量回退策略", + "options": { + "higher": "升高", + "lower": "降低" + }, + "title": "当所选质量不可用时使用的策略" + } + }, + "select": { + "label": "播放质量", + "title": "将视频质量设为" + }, + "title": "自动画质设置" + }, + "bottomButtons": { + "clear": { + "title": "清除此扩展存储在您机器上的所有数据", + "value": "清除数据" + }, + "confirm": { + "title": "确认重置设置", + "value": "确认" + }, + "openTab": { + "title": "在新标签中打开扩展设置" + }, + "reset": { + "title": "重置所有设置为默认设置,点击确认按钮以保存更改", + "value": "重新开始" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "复制带有时间戳的视频 URL 按钮", + "decreasePlaybackSpeedButton": "降低速度按钮", + "forwardButton": "快进按钮", + "hideEndScreenCardsButton": "隐藏结束界面卡片按钮", + "increasePlaybackSpeedButton": "增加速度按钮", + "loopButton": "循环按钮", + "maximizePlayerButton": "最大化按钮", + "openTranscriptButton": "转写文稿按钮", + "rewindButton": "快退按钮", + "screenshotButton": "屏幕截图按钮", + "volumeBoostButton": "音量增强按钮" + }, + "options": { + "below_player": { + "placement": "位于播放器控制按键下方", + "value": "位于播放器下方" + }, + "feature_menu": { + "placement": "位于功能菜单内", + "value": "功能菜单" + }, + "player_controls_left": { + "placement": "位于播放器控制按键左侧", + "value": "控件居左" + }, + "player_controls_right": { + "placement": "位于播放器控制按键右侧", + "value": "控件居右" + } + }, + "title": "把 {{BUTTON_NAME}} 按钮放在 {{PLACEMENT}}" + }, + "title": "按钮位置设置" + }, + "customCSS": { + "editor": { + "collapse": "折叠编辑器", + "expand": "展开编辑器", + "noProblems": "未发现问题" + }, + "enable": { + "label": "启用自定义 CSS", + "title": "启用自定义 CSS 以应用到页面" + }, + "title": "自定义 CSS 设置" + }, + "featureMenu": { + "openType": { + "select": { + "label": "菜单激活方式", + "options": { + "click": "点击", + "hover": "悬停" + }, + "title": "设置打开功能菜单的方式" + }, + "title": "功能菜单设置" + } + }, + "forwardRewindButtons": { + "enable": { + "label": "启用快进/快退按钮", + "title": "给视频播放器添加快进/快退按钮" + }, + "time": { + "label": "快进/快退时间", + "title": "快进/快退视频的时间长度" + }, + "title": "快进/快退按钮设置" + }, + "importExportSettings": { + "exportButton": { + "success": "导出配置成功", + "title": "导出设置到 JSON 文件", + "value": "导出设置" + }, + "importButton": { + "error": { + "unknown": "导入设置时出错。请检查文件格式。\n发生未知错误。", + "validation": "导入设置出错。请检查文件格式。\n{{ERROR_MESSAGE}}" + }, + "success": "设置导入成功", + "title": "从 JSON 文件导入设置", + "value": "导入设置" + } + }, + "language": { + "select": { + "label": "语言", + "title": "用于扩展的语言" + }, + "title": "语言" + }, + "miscellaneous": { + "features": { + "automaticTheaterMode": { + "label": "自动启用剧场模式", + "title": "当视频打开时,自动启用剧场模式" + }, + "automaticallyDisableAmbientMode": { + "label": "自动禁用氛围模式", + "title": "载入视频时自动禁用氛围模式" + }, + "automaticallyDisableAutoPlay": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + }, + "automaticallyDisableClosedCaptions": { + "label": "自动禁用隐藏式字幕", + "title": "载入视频时自动禁用隐藏式字幕" + }, + "automaticallyEnableClosedCaptions": { + "label": "自动启用隐藏式字幕", + "title": "载入视频时自动启用隐藏式字幕" + }, + "automaticallyMaximizePlayer": { + "label": "自动最大化播放器", + "title": "当视频打开时,自动最大化播放器" + }, + "automaticallyShowMoreVideosOnEndScreen": { + "label": "在结束屏幕上自动显示更多视频", + "title": "加载视频时自动在结束屏幕上显示更多视频" + }, + "copyTimestampUrlButton": { + "label": "复制带有时间戳的视频 URL 按钮", + "title": "复制带有时间戳的视频 URL (?t=123)" + }, + "defaultToOriginalAudioTrack": { + "label": "默认设置为原始音轨", + "title": "总是默认原始音轨" + }, + "enableMarkAsUnwatchedButton": { + "label": "标记为未观看按钮", + "title": "在播放列表中添加一个标记视频为未观看按钮" + }, + "enableRemoveVideoButton": { + "label": "移除视频按钮", + "title": "在播放列表中添加一个移除视频按钮" + }, + "enableSaveToWatchLaterButton": { + "label": "启用保存到稍后观看按钮", + "title": "在主页和订阅视频中添加一个按钮,将视频保存到“稍后观看”播放列表" + }, + "hideArtificialIntelligenceSummary": { + "label": "隐藏 AI 摘要", + "title": "隐藏视频下方的人工智能摘要" + }, + "hideEndScreenCards": { + "label": "隐藏结束界面卡片", + "title": "隐藏视频末尾的卡片" + }, + "hideEndScreenCardsButton": { + "label": "隐藏结束界面卡片按钮", + "title": "添加按钮以显示/隐藏视频末尾的卡片" + }, + "hideLiveStreamChat": { + "label": "隐藏直播聊天", + "title": "隐藏直播聊天" + }, + "hideMembersOnlyVideos": { + "label": "隐藏仅限会员的视频", + "title": "隐藏仅对会员可见的视频" + }, + "hideOfficialArtistVideosFromHomePage": { + "label": "隐藏音乐人官方视频", + "title": "从主页上隐藏来自音乐人官方频道的视频" + }, + "hidePaidPromotionBanner": { + "label": "隐藏付费推广横幅", + "title": "隐藏当您观看带有付费促销的视频时出现的横幅广告" + }, + "hidePlayables": { + "label": "隐藏可播放内容", + "title": "隐藏所有可播放内容" + }, + "hideScrollbar": { + "label": "启用隐藏滚动条", + "title": "隐藏页面滚动条" + }, + "hideShorts": { + "label": "隐藏短视频", + "title": "隐藏所有短视频" + }, + "hideSidebarRecommendedVideos": { + "label": "隐藏推荐视频", + "title": "隐藏推荐视频的侧边栏" + }, + "hideTranslateComment": { + "label": "隐藏翻译评论按钮", + "title": "隐藏评论下方的“翻译至当前语言”按钮" + }, + "loopButton": { + "label": "循环按钮", + "title": "在功能菜单中添加一个按钮来循环你正在观看的视频" + }, + "maximizePlayerButton": { + "label": "最大化播放器按钮", + "title": "在功能菜单中添加一个按钮来最大化播放器" + }, + "openTranscriptButton": { + "label": "转写文稿按钮", + "title": "在功能菜单中添加一个按钮来循环你正在观看的视频" + }, + "openYouTubeSettingsOnHover": { + "label": "悬停时打开 YouTube 设置", + "title": "当您悬停在设置按钮上时打开 YouTube 设置菜单" + }, + "pauseBackgroundPlayers": { + "label": "暂停后台播放", + "title": "当您在前台标签中启用一个新播放器时,暂停后台标签中的视频播放器" + }, + "playlistRemover": { + "label": "从主页隐藏播放列表", + "title": "从主页去除播放列表" + }, + "remainingTime": { + "label": "剩余时间", + "title": "显示您观看的视频的剩余时间" + }, + "rememberLastVolume": { + "label": "记住最后一个音量", + "title": "记住最后一个视频的音量并在打开新视频时设置" + }, + "removeRedirect": { + "label": "屏蔽YouTube重定向链接", + "title": "用真实链接替换YouTube重定向,并跳过重定向警告" + }, + "restoreFullscreenScrolling": { + "label": "恢复全屏滚动", + "title": "在全屏模式下恢复滚动" + }, + "shareShortener": { + "label": "缩短YouTube视频分享链接", + "title": "分享Youtube视频(youtu.be)时,删除si/feature 参数以缩短链接" + }, + "shortsAutoScroll": { + "label": "短视频自动下滑", + "title": "短视频播完后,自动下滑播放下一个" + }, + "skipContinueWatching": { + "label": "跳过\"视频已暂停。继续观看吗?\"", + "title": "跳过暂停视频播放的闲置对话框" + } + }, + "title": "其他设置" + }, + "onScreenDisplaySettings": { + "color": { + "label": "颜色", + "options": { + "blue": "蓝色", + "green": "绿色", + "orange": "橙色", + "pink": "粉色", + "purple": "紫色", + "red": "红色", + "white": "白色", + "yellow": "黄色" + }, + "title": "选择屏幕提示文本颜色" + }, + "hide": { + "label": "隐藏延时", + "title": "指定时间,以毫秒计,然后自动隐藏屏幕显示" + }, + "opacity": { + "label": "透明度", + "title": "调整屏幕提示文本的透明度" + }, + "padding": { + "label": "内边距", + "title": "调整屏幕提示周围以像素为单位的间距。主要适用于角落的屏幕提示。" + }, + "position": { + "label": "位置", + "options": { + "bottom_left": "左下", + "bottom_right": "右下", + "center": "居中", + "top_left": "左上", + "top_right": "右上" + }, + "title": "选择屏幕提示文本颜色" + }, + "title": "屏幕提示信息设置", + "type": { + "label": "类型", + "options": { + "circle": "圆形图标", + "line": "直线", + "no_display": "无显示", + "text": "文本" + }, + "title": "选择屏幕提示文本颜色" + } + }, + "playbackSpeed": { + "enable": { + "label": "强制播放速度", + "title": "将视频速度设置为您在下面选择的内容" + }, + "playbackSpeedButtons": { + "label": "播放速度按钮", + "select": { + "label": "播放按钮的速度", + "title": "每次点击要更改的速度量" + }, + "title": "添加按钮以增加或降低您观看的视频的播放速度" + }, + "select": { + "label": "播放速度", + "title": "将视频播放速度设为" + }, + "title": "播放速度设置" + }, + "playlistLength": { + "enable": { + "label": "显示播放列表长度信息", + "title": "显示播放列表的总长度,已观看多少,以及还剩多少。" + }, + "title": "播放列表长度设置", + "wayToGetLength": { + "select": { + "label": "获取播放列表长度的方法", + "title": "获取播放列表长度信息的方式 (如果发生错误,API 方法将回退到 HTML)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "获取已观看时间的方法", + "options": { + "duration": "视频长度", + "youtube": "视频观看时间" + }, + "title": "获取已观看时间长度的方法 (“视频长度”方法仅会在观看页面使用)" + } + } + }, + "playlistManagement": { + "features": { + "markAsUnwatchedButton": { + "label": "标记为未观看按钮", + "title": "添加一个按钮将视频标记为未观看视频" + }, + "removeVideoButton": { + "label": "移除视频按钮", + "title": "添加一个按钮从播放列表中移除视频" + } + }, + "title": "播放列表管理设置" + }, + "playlistManagementButtons": { + "failedToMarkAsUnwatched": "将视频标记为未观看失败", + "failedToRemoveVideo": "移除视频失败", + "markAsUnwatched": "标记为未观看", + "markingAsUnwatched": "正在标记为未观看…", + "removeVideo": "删除视频", + "removingVideo": "正在移除视频…" + }, + "saveToWatchLaterButton": { + "failedToSaveVideo": "将视频保存到稍后观看失败", + "saveVideo": "保存至稍后观看", + "savingVideo": "保存至稍后观看…" + }, + "screenshotButton": { + "enable": { + "label": "屏幕截图按钮", + "title": "向播放器添加一个按钮以拍摄视频的截图" + }, + "saveAs": { + "both": "全部(文件和剪贴板)", + "clipboard": "剪贴板", + "file": "文件" + }, + "selectFormat": { + "label": "截图格式", + "title": "保存屏幕截图的格式" + }, + "selectSaveAs": { + "label": "屏幕截图保存类型", + "title": "屏幕截图保存类型" + }, + "title": "屏幕截图选项" + }, + "scrollWheelSpeedControl": { + "adjustmentSteps": { + "label": "每轮滚动音量", + "title": "调整每轮滚动的音量变化" + }, + "enable": { + "label": "滚轮控制播放速度设置", + "title": "按下控制键时启用滚轮音量调整" + }, + "optionLabel": "{{KEY}} 键", + "select": { + "label": "控制键", + "title": "启用功能时按住的控制键" + }, + "title": "滚轮控制播放速度设置" + }, + "scrollWheelVolumeControl": { + "adjustmentSteps": { + "label": "每轮滚动音量", + "title": "调整每轮滚动的音量变化" + }, + "enable": { + "label": "滚轮控制音量", + "title": "让您使用滚轮来控制您正在观看的视频音量" + }, + "holdModifierKey": { + "enable": { + "label": "在按住控制键时启用功能", + "title": "按下控制键时启用滚轮音量调整" + }, + "optionLabel": "{{KEY}} 键", + "select": { + "label": "控制键", + "title": "启用功能时按住的控制键" + } + }, + "holdRightClick": { + "enable": { + "label": "按住右键时启用", + "title": "按住右键以启用滚轮音量控制" + } + }, + "title": "滚轮控制音量设置" + }, + "settingSearch": { + "placeholder": "搜索设置" + }, + "videoHistory": { + "enable": { + "label": "记录已观看视频", + "title": "记录您关闭视频的进度并在下次播放时恢复" + }, + "resumeType": { + "select": { + "label": "进度恢复方式", + "options": { + "automatic": "自动", + "prompt": "提示" + }, + "title": "选择恢复视频播放进度的方式" + } + }, + "title": "视频历史记录设置" + }, + "volumeBoost": { + "boostAmount": { + "label": "音量提升量(分贝)", + "title": "音量提升量(分贝)" + }, + "enable": { + "label": "音量增强", + "title": "启用音量增强" + }, + "mode": { + "select": { + "label": "音量增强模式", + "options": { + "global": "全局统一", + "perVideo": "分别记忆" + }, + "title": "选择音量增强生效的方式。“分别记忆”为每个视频记住各自的设置。“全局”使音量增强功能开启时,对所有视频采用同一设置。" + } + }, + "title": "音量增强设置" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "您可以从这里获取一个", + "input": { + "label": "API 密钥", + "title": "输入您的 Youtube 数据 API V3 密钥。" + }, + "title": "YouTube API V3 密钥" + }, + "youtubeDeepDark": { + "author": "作者", + "co-authors": "合作作者", + "colors": { + "colorShadow": { + "label": "阴影颜色", + "title": "阴影颜色" + }, + "dimmerText": { + "label": "次要文本颜色", + "title": "为次要文本使用的颜色" + }, + "hoverBackground": { + "label": "悬停背景颜色", + "title": "为悬停背景使用的颜色" + }, + "mainBackground": { + "label": "主要背景颜色", + "title": "为主要背景使用的颜色" + }, + "mainColor": { + "label": "强调颜色", + "title": "为强调使用的颜色" + }, + "mainText": { + "label": "主要文本颜色", + "title": "为主要文本使用的颜色" + }, + "secondBackground": { + "label": "次要背景颜色", + "title": "为次要背景使用的颜色" + } + }, + "enable": { + "label": "启用所选主题", + "title": "在页面上应用所选主题" + }, + "select": { + "label": "选择主题", + "title": "选择要应用到页面的主题" + }, + "title": "YouTube 暗黑模式设置" + } + } + } } From 55d78dcc918171ab662868572139462006114e3c Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 6 Dec 2025 02:11:45 -0500 Subject: [PATCH 1383/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 1406 +++++++++++++++++++------------------ 1 file changed, 705 insertions(+), 701 deletions(-) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index 9b58c357d..0d1bfbdd2 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -1,703 +1,707 @@ { - "langCode": "zh-TW", - "langName": "繁體中文 (台灣)", - "messages": { - "resumingVideo": "從 {{VIDEO_TIME}} 繼續播放", - "settingVolume": "設定音量增強到 {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "已複製!", - "label": "複製目前播放時間的影片網址" - } - }, - "featureMenu": { - "button": { - "label": "功能選單" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "快轉{{TIME}}" - }, - "rewindButton": { - "label": "倒帶{{TIME}}" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "隱藏片尾資訊卡", - "toggle": { - "off": "顯示片尾資訊卡", - "on": "隱藏片尾資訊卡" - } - } - }, - "loopButton": { - "button": { - "label": "循環播放", - "toggle": { - "off": "關閉循環播放", - "on": "開啟循環播放" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "最大化", - "toggle": { - "off": "關閉最大化", - "on": "啟用最大化" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "打開文字記錄" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "減慢播放速度 {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "加快播放速度 {{SPEED}}" - } - }, - "decreaseLimit": "無法再減速 ({{SPEED}})", - "increaseLimit": "無法再加速 ({{SPEED}})" - }, - "playlistLength": { - "title": "如果某些影片被隱藏或沒載入足夠影片去讀取總時間的話,總時間有機會不準確。" - }, - "screenshotButton": { - "button": { - "label": "螢幕截圖" - }, - "copiedToClipboard": "螢幕截圖已複製剪貼簿" - }, - "videoHistory": { - "resumeButton": "繼續", - "resumePrompt": { - "close": "關閉" - } - }, - "volumeBoostButton": { - "button": { - "label": "音量增強", - "toggle": { - "off": "關閉音量增強", - "on": "啟用音量增強" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "滾輪播放速度輔助按鍵不能跟音量增強輔助按鍵相同。", - "volumeControl": "滾輪音量增強輔助按鍵不能跟播放速度輔助按鍵相同。" - } - } - }, - "info": { - "reset": "全部選項已回復到初始值。\n你現在可以使用「確定」按鈕儲存選項,或關閉此頁放棄更改,亦可無視這個提示。" - }, - "success": { - "saved": "選項已儲存" - } - } - } - }, - "settings": { - "clearData": { - "allDataDeleted": "所有資料已重置。", - "confirmAlert": "將會清除這個擴充套件的相關選項,繼續?" - }, - "optionDisabled": { - "either": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " or " - }, - "plural": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " and " - }, - "singular": "Enable '{{OPTION}}' to configure this option", - "specificOption": { - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" - } - }, - "scrollForMoreSettings": "Scroll for more settings", - "sections": { - "automaticQuality": { - "enable": { - "label": "自動畫質調整", - "title": "自動調整到指定畫質" - }, - "fallbackQualityStrategy": { - "select": { - "label": "畫質後備策略", - "options": { - "higher": "較高", - "lower": "較低" - }, - "title": "所選畫質不適用時的策略" - } - }, - "select": { - "label": "播放畫質", - "title": "設定影片播放畫質" - }, - "title": "自動畫質設定" - }, - "bottomButtons": { - "clear": { - "title": "清除這個擴充套件儲存在此機上的資料", - "value": "清除資料" - }, - "confirm": { - "title": "確認重設設定", - "value": "確認" - }, - "openTab": { - "title": "於新頁面開啟擴充套件設定" - }, - "reset": { - "title": "將所以設定回復到初始值,按確認儲存變更", - "value": "重置" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "複製目前播放時間的影片網址按鈕", - "decreasePlaybackSpeedButton": "減慢速度按鈕", - "forwardButton": "快轉按鈕", - "hideEndScreenCardsButton": "隱藏片尾資訊卡按鈕", - "increasePlaybackSpeedButton": "加快速度按妞", - "loopButton": "循環播放按鈕", - "maximizePlayerButton": "最大化按鈕", - "openTranscriptButton": "開啟文字記錄按鈕", - "rewindButton": "倒帶按鈕", - "screenshotButton": "螢幕截圖按鈕", - "volumeBoostButton": "音量增強按鈕" - }, - "options": { - "below_player": { - "placement": "於播放器底下", - "value": "播放器底下" - }, - "feature_menu": { - "placement": "於功能選單", - "value": "功能選單" - }, - "player_controls_left": { - "placement": "於播放器左邊", - "value": "播放器左邊" - }, - "player_controls_right": { - "placement": "於播放器右邊", - "value": "播放器右邊" - } - }, - "title": "將{{BUTTON_NAME}}放{{PLACEMENT}}" - }, - "title": "Button placement settings" - }, - "customCSS": { - "editor": { - "collapse": "收起編輯器", - "expand": "展開編輯器", - "noProblems": "沒有發現問題" - }, - "enable": { - "label": "啟用自訂CSS", - "title": "啟用應用到頁面的自訂CSS" - }, - "title": "Custom CSS settings" - }, - "featureMenu": { - "openType": { - "select": { - "label": "選單開啟方式", - "options": { - "click": "點擊", - "hover": "游標懸浮" - }, - "title": "選擇選單開啟方式" - }, - "title": "功能選單設定" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "啟用快轉倒帶按鈕", - "title": "在播放器加入快轉和倒帶按鈕" - }, - "time": { - "label": "快轉/倒帶時間", - "title": "每次快轉/倒帶的時間" - }, - "title": "快轉/倒帶按鈕設定" - }, - "importExportSettings": { - "exportButton": { - "success": "設定已成功匯出", - "title": "匯出設定至 JSON 檔案", - "value": "匯出設定" - }, - "importButton": { - "error": { - "unknown": "設定匯入失敗,請檢查檔案格式。\n發生不明錯誤。", - "validation": "設定匯入失敗,請檢查檔案格式。{{ERROR_MESSAGE}}" - }, - "success": "設定已成功匯入", - "title": "由 JSON 檔案匯入設定", - "value": "匯入設定" - } - }, - "language": { - "select": { - "label": "語言", - "title": "擴充套件使用的語言" - }, - "title": "語言" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "自動啟用劇院模式", - "title": "載入影片時自動啟用劇院模式" - }, - "automaticallyDisableAmbientMode": { - "label": "自動停用微光效果", - "title": "載入影片時自動停用微光效果" - }, - "automaticallyDisableClosedCaptions": { - "label": "自動停用字幕", - "title": "載入影片時自動停用字幕" - }, - "automaticallyEnableClosedCaptions": { - "label": "Automatically enable closed captions", - "title": "Automatically enables closed captions when you load a video" - }, - "automaticallyMaximizePlayer": { - "label": "Automatically maximize player", - "title": "Automatically maximizes the player when you load a video" - }, - "automaticallyShowMoreVideosOnEndScreen": { - "label": "Automatically show more videos on end screen", - "title": "Automatically shows more videos on end screen when you load a video" - }, - "copyTimestampUrlButton": { - "label": "複製目前播放時間的影片網址按鈕", - "title": "複製目前播放時間的影片網址 (?t=123)" - }, - "defaultToOriginalAudioTrack": { - "label": "Default to original audio track", - "title": "Always default to the original audio track" - }, - "enableMarkAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Add a button to playlist items to mark videos as unwatched" - }, - "enableRemoveVideoButton": { - "label": "Remove video button", - "title": "Add a button to playlist items to remove videos from the playlist" - }, - "enableSaveToWatchLaterButton": { - "label": "Enable save to Watch Later button", - "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" - }, - "hideArtificialIntelligenceSummary": { - "label": "Hide AI summary", - "title": "Hides the artificial intelligence summary below videos" - }, - "hideEndScreenCards": { - "label": "隱藏片尾資訊卡", - "title": "隱藏影片片尾的資訊卡" - }, - "hideEndScreenCardsButton": { - "label": "隱藏片尾資訊卡按鈕", - "title": "在影片結束時新增顯示/隱藏卡片的按鈕" - }, - "hideLiveStreamChat": { - "label": "隱藏直播聊天室", - "title": "隱藏直播的聊天室" - }, - "hideMembersOnlyVideos": { - "label": "Hide members-only videos", - "title": "Hides videos that are only visible to members" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "隱藏官方藝人影片", - "title": "從主頁隱藏官方藝人影片" - }, - "hidePaidPromotionBanner": { - "label": "隱藏付費推廣橫幅", - "title": "隱藏當影片帶有付費推廣時顯示的橫幅" - }, - "hidePlayables": { - "label": "Hide playables", - "title": "Hides all playables" - }, - "hideScrollbar": { - "label": "隱藏捲軸", - "title": "隱藏頁面捲軸" - }, - "hideShorts": { - "label": "隱藏 Shorts", - "title": "隱藏全部 Shorts" - }, - "hideSidebarRecommendedVideos": { - "label": "Hide recommended videos", - "title": "Hides the sidebar that recommends videos" - }, - "hideTranslateComment": { - "label": "隱藏翻譯留言按鈕", - "title": "隱藏留言下的翻譯按鈕" - }, - "loopButton": { - "label": "循環按鈕", - "title": "加入按鈕循環播放當前影片" - }, - "maximizePlayerButton": { - "label": "最大化播放器按鈕", - "title": "加入最大化播放器按鈕" - }, - "openTranscriptButton": { - "label": "開啟文字記錄按鈕", - "title": "加入按鈕開啟當前影片的文子記錄" - }, - "openYouTubeSettingsOnHover": { - "label": "懸浮時開啟設定選單", - "title": "鼠標懸浮在設定按鈕時開啟選單" - }, - "pauseBackgroundPlayers": { - "label": "暫停背景播放程序", - "title": "當前景分頁啟用新播放器時,自動凍結背景分頁影音" - }, - "playlistRemover": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" - }, - "remainingTime": { - "label": "剩餘時間", - "title": "顥示現時影片的剩餘時間" - }, - "rememberLastVolume": { - "label": "記住上次播放音量", - "title": "記住上次的播放音量,設定到新播放的影片上" - }, - "removeRedirect": { - "label": "移除 YouTube 重新導向網址", - "title": "以真正網址取代 YouTube 重新導向網址,跳過重新導向警告對話框" - }, - "restoreFullscreenScrolling": { - "label": "Restore fullscreen scrolling", - "title": "Restores scrolling in fullscreen mode" - }, - "shareShortener": { - "label": "縮短 YouTube 影片共享連結", - "title": "縮短 YouTube 影片共享連結 (youtu.be),移除 si/feature 參數" - }, - "shortsAutoScroll": { - "label": "Shorts 自動滾動", - "title": "自動滾動到下一段 Short" - }, - "skipContinueWatching": { - "label": "跳過「影片已暫停,繼續觀看?」", - "title": "跳過暫停影片播放的閒置對話框" - } - }, - "title": "其他設定" - }, - "onScreenDisplaySettings": { - "color": { - "label": "顏色", - "options": { - "blue": "藍色", - "green": "綠色", - "orange": "橙色", - "pink": "粉紅色", - "purple": "紫色", - "red": "紅色", - "white": "白色", - "yellow": "黃色" - }, - "title": "選擇屏幕顥示的顏色" - }, - "hide": { - "label": "隱藏延遲", - "title": "指定多少毫秒後自動隱藏屏幕顥示" - }, - "opacity": { - "label": "透明度", - "title": "調節屏幕顥示的透明度" - }, - "padding": { - "label": "填充", - "title": "以像素為單位調整屏幕顥示周圍的空間,適用於置於角落的屏幕顥示。" - }, - "position": { - "label": "位置", - "options": { - "bottom_left": "左下", - "bottom_right": "右下", - "center": "置中", - "top_left": "左上", - "top_right": "右上" - }, - "title": "選擇屏幕顥示的位置" - }, - "title": "On-screen display settings", - "type": { - "label": "類型", - "options": { - "circle": "圓形", - "line": "線條", - "no_display": "不顯示", - "text": "文字" - }, - "title": "選擇屏幕顥示風格" - } - }, - "playbackSpeed": { - "enable": { - "label": "強制播放速度", - "title": "設定影片播放速度如下" - }, - "playbackSpeedButtons": { - "label": "播放速度按鈕", - "select": { - "label": "播放速率控制鈕", - "title": "每次按下時改變的速度" - }, - "title": "加入加快或減慢播放速度按鈕" - }, - "select": { - "label": "播放速度", - "title": "設定影片播放速度為" - }, - "title": "播放速度設定" - }, - "playlistLength": { - "enable": { - "label": "顯示播放清單時間資訊", - "title": "顯示播放清單總時間,已播放時間及剩餘時間。" - }, - "title": "播放清單播放時間設定", - "wayToGetLength": { - "select": { - "label": "取得播放清單時間方法", - "title": "取得播放清單時間資訊的方法(如API方法失敗會使用HTML方式)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "影片長度取得方法", - "options": { - "duration": "影片長度", - "youtube": "影片已觀看時間" - }, - "title": "取得已觀看時間的方法(影片長度方式只用於觀看頁)" - } - } - }, - "playlistManagement": { - "features": { - "markAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - }, - "removeVideoButton": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - } - }, - "title": "Playlist management settings" - }, - "playlistManagementButtons": { - "failedToMarkAsUnwatched": "Failed to mark video as unwatched", - "failedToRemoveVideo": "Failed to remove video", - "markAsUnwatched": "Mark as unwatched", - "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "Remove video", - "removingVideo": "Removing video…" - }, - "saveToWatchLaterButton": { - "failedToSaveVideo": "Failed to save video to Watch Later", - "saveVideo": "Save to Watch Later", - "savingVideo": "Saving to Watch Later…" - }, - "screenshotButton": { - "enable": { - "label": "螢幕截圖按鈕", - "title": "在播放器加入擷取螢幕截圖按鈕" - }, - "saveAs": { - "clipboard": "剪貼簿", - "file": "檔案", - "both": "Both (File and Clipboard)" - }, - "selectFormat": { - "label": "螢幕截圖儲存格式", - "title": "螢幕截圖的儲存格式" - }, - "selectSaveAs": { - "label": "螢幕截圖儲存方式", - "title": "螢幕截圖的儲存方式" - }, - "title": "螢幕截圖設定" - }, - "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "每次滾動的速度增減", - "title": "調整每次滾動時的播放速度幅度" - }, - "enable": { - "label": "滾輪播放速度控制", - "title": "按住輔助按鍵來啟用播放速度調節" - }, - "optionLabel": "{{KEY}} 鍵", - "select": { - "label": "輔助按鍵", - "title": "使用的輔助按鍵" - }, - "title": "滾輪播放速度控制設定" - }, - "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "每次滾動的音量增減", - "title": "調整每次滾動時的音量增減幅度" - }, - "enable": { - "label": "滾輪音量控制", - "title": "使用滑鼠滾輪控制現在播放的影片音量" - }, - "holdModifierKey": { - "enable": { - "label": "啟用輔助按鍵", - "title": "按住輔助按鍵來啟用滾輪音量調節" - }, - "optionLabel": "{{KEY}} 鍵", - "select": { - "label": "輔助按鍵", - "title": "使用的輔助按鍵" - } - }, - "holdRightClick": { - "enable": { - "label": "按住滑鼠右鍵時啟用", - "title": "住滑鼠右鍵時啟用滾輪音量調節" - } - }, - "title": "滾輪音量控制設定" - }, - "settingSearch": { - "placeholder": "搜尋設定" - }, - "videoHistory": { - "enable": { - "label": "記住已觀看的影片", - "title": "記住己觀看影片的播放位置及啟用繼續播放" - }, - "resumeType": { - "select": { - "label": "繼續播放方式", - "options": { - "automatic": "自動", - "prompt": "提示" - }, - "title": "選擇如何繼續播放" - } - }, - "title": "觀看記錄設定" - }, - "volumeBoost": { - "boostAmount": { - "label": "音量增強度 (分貝)", - "title": "將音量增幅至" - }, - "enable": { - "label": "音量增強", - "title": "啟用音量增強" - }, - "mode": { - "select": { - "label": "音量增強模式", - "options": { - "global": "全局", - "perVideo": "單獨" - }, - "title": "選擇音量增強如何應用到影片。「單獨」能使用選單為該影片開啟音量增強。「全局」在啟用音量增強時會應用到所影片。" - } - }, - "title": "音量增強設定" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "你可以從這裡取得", - "input": { - "label": "API 金鑰", - "title": "輸入你的 YouTube Data API V3 金鑰" - }, - "title": "YouTube API V3 key" - }, - "youtubeDeepDark": { - "author": "作者", - "co-authors": "共同作者", - "colors": { - "colorShadow": { - "label": "陰影顏色", - "title": "陰影的顏色" - }, - "dimmerText": { - "label": "次要文字顏色", - "title": "次要文字的顏色" - }, - "hoverBackground": { - "label": "懸停背景色", - "title": "滑過背景顏色" - }, - "mainBackground": { - "label": "主要背景顏色", - "title": "主要背景的顏色" - }, - "mainColor": { - "label": "重點色調", - "title": "重點色調的顏色" - }, - "mainText": { - "label": "主要文字顏色", - "title": "主要文字的顏色" - }, - "secondBackground": { - "label": "次要背景顏色", - "title": "次要背景顏色" - } - }, - "enable": { - "label": "啟用已選主題", - "title": "啟用頁面的已選主題" - }, - "select": { - "label": "選擇主題", - "title": "選擇套用到頁面的主題" - }, - "title": "YouTube deep dark settings" - } - } - } + "langCode": "zh-TW", + "langName": "繁體中文 (台灣)", + "messages": { + "resumingVideo": "從 {{VIDEO_TIME}} 繼續播放", + "settingVolume": "設定音量增強到 {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "已複製!", + "label": "複製目前播放時間的影片網址" + } + }, + "featureMenu": { + "button": { + "label": "功能選單" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "快轉{{TIME}}" + }, + "rewindButton": { + "label": "倒帶{{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "隱藏片尾資訊卡", + "toggle": { + "off": "顯示片尾資訊卡", + "on": "隱藏片尾資訊卡" + } + } + }, + "loopButton": { + "button": { + "label": "循環播放", + "toggle": { + "off": "關閉循環播放", + "on": "開啟循環播放" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "最大化", + "toggle": { + "off": "關閉最大化", + "on": "啟用最大化" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "打開文字記錄" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "減慢播放速度 {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "加快播放速度 {{SPEED}}" + } + }, + "decreaseLimit": "無法再減速 ({{SPEED}})", + "increaseLimit": "無法再加速 ({{SPEED}})" + }, + "playlistLength": { + "title": "如果某些影片被隱藏或沒載入足夠影片去讀取總時間的話,總時間有機會不準確。" + }, + "screenshotButton": { + "button": { + "label": "螢幕截圖" + }, + "copiedToClipboard": "螢幕截圖已複製剪貼簿" + }, + "videoHistory": { + "resumeButton": "繼續", + "resumePrompt": { + "close": "關閉" + } + }, + "volumeBoostButton": { + "button": { + "label": "音量增強", + "toggle": { + "off": "關閉音量增強", + "on": "啟用音量增強" + } + } + } + } + }, + "options": { + "notifications": { + "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "滾輪播放速度輔助按鍵不能跟音量增強輔助按鍵相同。", + "volumeControl": "滾輪音量增強輔助按鍵不能跟播放速度輔助按鍵相同。" + } + } + }, + "info": { + "reset": "全部選項已回復到初始值。\n你現在可以使用「確定」按鈕儲存選項,或關閉此頁放棄更改,亦可無視這個提示。" + }, + "success": { + "saved": "選項已儲存" + } + } + } + }, + "settings": { + "clearData": { + "allDataDeleted": "所有資料已重置。", + "confirmAlert": "將會清除這個擴充套件的相關選項,繼續?" + }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "scrollForMoreSettings": "Scroll for more settings", + "sections": { + "automaticQuality": { + "enable": { + "label": "自動畫質調整", + "title": "自動調整到指定畫質" + }, + "fallbackQualityStrategy": { + "select": { + "label": "畫質後備策略", + "options": { + "higher": "較高", + "lower": "較低" + }, + "title": "所選畫質不適用時的策略" + } + }, + "select": { + "label": "播放畫質", + "title": "設定影片播放畫質" + }, + "title": "自動畫質設定" + }, + "bottomButtons": { + "clear": { + "title": "清除這個擴充套件儲存在此機上的資料", + "value": "清除資料" + }, + "confirm": { + "title": "確認重設設定", + "value": "確認" + }, + "openTab": { + "title": "於新頁面開啟擴充套件設定" + }, + "reset": { + "title": "將所以設定回復到初始值,按確認儲存變更", + "value": "重置" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "複製目前播放時間的影片網址按鈕", + "decreasePlaybackSpeedButton": "減慢速度按鈕", + "forwardButton": "快轉按鈕", + "hideEndScreenCardsButton": "隱藏片尾資訊卡按鈕", + "increasePlaybackSpeedButton": "加快速度按妞", + "loopButton": "循環播放按鈕", + "maximizePlayerButton": "最大化按鈕", + "openTranscriptButton": "開啟文字記錄按鈕", + "rewindButton": "倒帶按鈕", + "screenshotButton": "螢幕截圖按鈕", + "volumeBoostButton": "音量增強按鈕" + }, + "options": { + "below_player": { + "placement": "於播放器底下", + "value": "播放器底下" + }, + "feature_menu": { + "placement": "於功能選單", + "value": "功能選單" + }, + "player_controls_left": { + "placement": "於播放器左邊", + "value": "播放器左邊" + }, + "player_controls_right": { + "placement": "於播放器右邊", + "value": "播放器右邊" + } + }, + "title": "將{{BUTTON_NAME}}放{{PLACEMENT}}" + }, + "title": "Button placement settings" + }, + "customCSS": { + "editor": { + "collapse": "收起編輯器", + "expand": "展開編輯器", + "noProblems": "沒有發現問題" + }, + "enable": { + "label": "啟用自訂CSS", + "title": "啟用應用到頁面的自訂CSS" + }, + "title": "Custom CSS settings" + }, + "featureMenu": { + "openType": { + "select": { + "label": "選單開啟方式", + "options": { + "click": "點擊", + "hover": "游標懸浮" + }, + "title": "選擇選單開啟方式" + }, + "title": "功能選單設定" + } + }, + "forwardRewindButtons": { + "enable": { + "label": "啟用快轉倒帶按鈕", + "title": "在播放器加入快轉和倒帶按鈕" + }, + "time": { + "label": "快轉/倒帶時間", + "title": "每次快轉/倒帶的時間" + }, + "title": "快轉/倒帶按鈕設定" + }, + "importExportSettings": { + "exportButton": { + "success": "設定已成功匯出", + "title": "匯出設定至 JSON 檔案", + "value": "匯出設定" + }, + "importButton": { + "error": { + "unknown": "設定匯入失敗,請檢查檔案格式。\n發生不明錯誤。", + "validation": "設定匯入失敗,請檢查檔案格式。{{ERROR_MESSAGE}}" + }, + "success": "設定已成功匯入", + "title": "由 JSON 檔案匯入設定", + "value": "匯入設定" + } + }, + "language": { + "select": { + "label": "語言", + "title": "擴充套件使用的語言" + }, + "title": "語言" + }, + "miscellaneous": { + "features": { + "automaticTheaterMode": { + "label": "自動啟用劇院模式", + "title": "載入影片時自動啟用劇院模式" + }, + "automaticallyDisableAmbientMode": { + "label": "自動停用微光效果", + "title": "載入影片時自動停用微光效果" + }, + "automaticallyDisableAutoPlay": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + }, + "automaticallyDisableClosedCaptions": { + "label": "自動停用字幕", + "title": "載入影片時自動停用字幕" + }, + "automaticallyEnableClosedCaptions": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + }, + "automaticallyMaximizePlayer": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + }, + "automaticallyShowMoreVideosOnEndScreen": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + }, + "copyTimestampUrlButton": { + "label": "複製目前播放時間的影片網址按鈕", + "title": "複製目前播放時間的影片網址 (?t=123)" + }, + "defaultToOriginalAudioTrack": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + }, + "enableMarkAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Add a button to playlist items to mark videos as unwatched" + }, + "enableRemoveVideoButton": { + "label": "Remove video button", + "title": "Add a button to playlist items to remove videos from the playlist" + }, + "enableSaveToWatchLaterButton": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + }, + "hideArtificialIntelligenceSummary": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + }, + "hideEndScreenCards": { + "label": "隱藏片尾資訊卡", + "title": "隱藏影片片尾的資訊卡" + }, + "hideEndScreenCardsButton": { + "label": "隱藏片尾資訊卡按鈕", + "title": "在影片結束時新增顯示/隱藏卡片的按鈕" + }, + "hideLiveStreamChat": { + "label": "隱藏直播聊天室", + "title": "隱藏直播的聊天室" + }, + "hideMembersOnlyVideos": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + }, + "hideOfficialArtistVideosFromHomePage": { + "label": "隱藏官方藝人影片", + "title": "從主頁隱藏官方藝人影片" + }, + "hidePaidPromotionBanner": { + "label": "隱藏付費推廣橫幅", + "title": "隱藏當影片帶有付費推廣時顯示的橫幅" + }, + "hidePlayables": { + "label": "Hide playables", + "title": "Hides all playables" + }, + "hideScrollbar": { + "label": "隱藏捲軸", + "title": "隱藏頁面捲軸" + }, + "hideShorts": { + "label": "隱藏 Shorts", + "title": "隱藏全部 Shorts" + }, + "hideSidebarRecommendedVideos": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + }, + "hideTranslateComment": { + "label": "隱藏翻譯留言按鈕", + "title": "隱藏留言下的翻譯按鈕" + }, + "loopButton": { + "label": "循環按鈕", + "title": "加入按鈕循環播放當前影片" + }, + "maximizePlayerButton": { + "label": "最大化播放器按鈕", + "title": "加入最大化播放器按鈕" + }, + "openTranscriptButton": { + "label": "開啟文字記錄按鈕", + "title": "加入按鈕開啟當前影片的文子記錄" + }, + "openYouTubeSettingsOnHover": { + "label": "懸浮時開啟設定選單", + "title": "鼠標懸浮在設定按鈕時開啟選單" + }, + "pauseBackgroundPlayers": { + "label": "暫停背景播放程序", + "title": "當前景分頁啟用新播放器時,自動凍結背景分頁影音" + }, + "playlistRemover": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + }, + "remainingTime": { + "label": "剩餘時間", + "title": "顥示現時影片的剩餘時間" + }, + "rememberLastVolume": { + "label": "記住上次播放音量", + "title": "記住上次的播放音量,設定到新播放的影片上" + }, + "removeRedirect": { + "label": "移除 YouTube 重新導向網址", + "title": "以真正網址取代 YouTube 重新導向網址,跳過重新導向警告對話框" + }, + "restoreFullscreenScrolling": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + }, + "shareShortener": { + "label": "縮短 YouTube 影片共享連結", + "title": "縮短 YouTube 影片共享連結 (youtu.be),移除 si/feature 參數" + }, + "shortsAutoScroll": { + "label": "Shorts 自動滾動", + "title": "自動滾動到下一段 Short" + }, + "skipContinueWatching": { + "label": "跳過「影片已暫停,繼續觀看?」", + "title": "跳過暫停影片播放的閒置對話框" + } + }, + "title": "其他設定" + }, + "onScreenDisplaySettings": { + "color": { + "label": "顏色", + "options": { + "blue": "藍色", + "green": "綠色", + "orange": "橙色", + "pink": "粉紅色", + "purple": "紫色", + "red": "紅色", + "white": "白色", + "yellow": "黃色" + }, + "title": "選擇屏幕顥示的顏色" + }, + "hide": { + "label": "隱藏延遲", + "title": "指定多少毫秒後自動隱藏屏幕顥示" + }, + "opacity": { + "label": "透明度", + "title": "調節屏幕顥示的透明度" + }, + "padding": { + "label": "填充", + "title": "以像素為單位調整屏幕顥示周圍的空間,適用於置於角落的屏幕顥示。" + }, + "position": { + "label": "位置", + "options": { + "bottom_left": "左下", + "bottom_right": "右下", + "center": "置中", + "top_left": "左上", + "top_right": "右上" + }, + "title": "選擇屏幕顥示的位置" + }, + "title": "On-screen display settings", + "type": { + "label": "類型", + "options": { + "circle": "圓形", + "line": "線條", + "no_display": "不顯示", + "text": "文字" + }, + "title": "選擇屏幕顥示風格" + } + }, + "playbackSpeed": { + "enable": { + "label": "強制播放速度", + "title": "設定影片播放速度如下" + }, + "playbackSpeedButtons": { + "label": "播放速度按鈕", + "select": { + "label": "播放速率控制鈕", + "title": "每次按下時改變的速度" + }, + "title": "加入加快或減慢播放速度按鈕" + }, + "select": { + "label": "播放速度", + "title": "設定影片播放速度為" + }, + "title": "播放速度設定" + }, + "playlistLength": { + "enable": { + "label": "顯示播放清單時間資訊", + "title": "顯示播放清單總時間,已播放時間及剩餘時間。" + }, + "title": "播放清單播放時間設定", + "wayToGetLength": { + "select": { + "label": "取得播放清單時間方法", + "title": "取得播放清單時間資訊的方法(如API方法失敗會使用HTML方式)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "影片長度取得方法", + "options": { + "duration": "影片長度", + "youtube": "影片已觀看時間" + }, + "title": "取得已觀看時間的方法(影片長度方式只用於觀看頁)" + } + } + }, + "playlistManagement": { + "features": { + "markAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + }, + "removeVideoButton": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + }, + "title": "Playlist management settings" + }, + "playlistManagementButtons": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + }, + "saveToWatchLaterButton": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + }, + "screenshotButton": { + "enable": { + "label": "螢幕截圖按鈕", + "title": "在播放器加入擷取螢幕截圖按鈕" + }, + "saveAs": { + "both": "Both (File and Clipboard)", + "clipboard": "剪貼簿", + "file": "檔案" + }, + "selectFormat": { + "label": "螢幕截圖儲存格式", + "title": "螢幕截圖的儲存格式" + }, + "selectSaveAs": { + "label": "螢幕截圖儲存方式", + "title": "螢幕截圖的儲存方式" + }, + "title": "螢幕截圖設定" + }, + "scrollWheelSpeedControl": { + "adjustmentSteps": { + "label": "每次滾動的速度增減", + "title": "調整每次滾動時的播放速度幅度" + }, + "enable": { + "label": "滾輪播放速度控制", + "title": "按住輔助按鍵來啟用播放速度調節" + }, + "optionLabel": "{{KEY}} 鍵", + "select": { + "label": "輔助按鍵", + "title": "使用的輔助按鍵" + }, + "title": "滾輪播放速度控制設定" + }, + "scrollWheelVolumeControl": { + "adjustmentSteps": { + "label": "每次滾動的音量增減", + "title": "調整每次滾動時的音量增減幅度" + }, + "enable": { + "label": "滾輪音量控制", + "title": "使用滑鼠滾輪控制現在播放的影片音量" + }, + "holdModifierKey": { + "enable": { + "label": "啟用輔助按鍵", + "title": "按住輔助按鍵來啟用滾輪音量調節" + }, + "optionLabel": "{{KEY}} 鍵", + "select": { + "label": "輔助按鍵", + "title": "使用的輔助按鍵" + } + }, + "holdRightClick": { + "enable": { + "label": "按住滑鼠右鍵時啟用", + "title": "住滑鼠右鍵時啟用滾輪音量調節" + } + }, + "title": "滾輪音量控制設定" + }, + "settingSearch": { + "placeholder": "搜尋設定" + }, + "videoHistory": { + "enable": { + "label": "記住已觀看的影片", + "title": "記住己觀看影片的播放位置及啟用繼續播放" + }, + "resumeType": { + "select": { + "label": "繼續播放方式", + "options": { + "automatic": "自動", + "prompt": "提示" + }, + "title": "選擇如何繼續播放" + } + }, + "title": "觀看記錄設定" + }, + "volumeBoost": { + "boostAmount": { + "label": "音量增強度 (分貝)", + "title": "將音量增幅至" + }, + "enable": { + "label": "音量增強", + "title": "啟用音量增強" + }, + "mode": { + "select": { + "label": "音量增強模式", + "options": { + "global": "全局", + "perVideo": "單獨" + }, + "title": "選擇音量增強如何應用到影片。「單獨」能使用選單為該影片開啟音量增強。「全局」在啟用音量增強時會應用到所影片。" + } + }, + "title": "音量增強設定" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "你可以從這裡取得", + "input": { + "label": "API 金鑰", + "title": "輸入你的 YouTube Data API V3 金鑰" + }, + "title": "YouTube API V3 key" + }, + "youtubeDeepDark": { + "author": "作者", + "co-authors": "共同作者", + "colors": { + "colorShadow": { + "label": "陰影顏色", + "title": "陰影的顏色" + }, + "dimmerText": { + "label": "次要文字顏色", + "title": "次要文字的顏色" + }, + "hoverBackground": { + "label": "懸停背景色", + "title": "滑過背景顏色" + }, + "mainBackground": { + "label": "主要背景顏色", + "title": "主要背景的顏色" + }, + "mainColor": { + "label": "重點色調", + "title": "重點色調的顏色" + }, + "mainText": { + "label": "主要文字顏色", + "title": "主要文字的顏色" + }, + "secondBackground": { + "label": "次要背景顏色", + "title": "次要背景顏色" + } + }, + "enable": { + "label": "啟用已選主題", + "title": "啟用頁面的已選主題" + }, + "select": { + "label": "選擇主題", + "title": "選擇套用到頁面的主題" + }, + "title": "YouTube deep dark settings" + } + } + } } From a1dae0ad0c985dc5d1b9419753aa9ddb99c929c2 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 6 Dec 2025 02:11:46 -0500 Subject: [PATCH 1384/1783] New translations en-us.json (Vietnamese) --- public/locales/vi-VN.json | 1406 +++++++++++++++++++------------------ 1 file changed, 705 insertions(+), 701 deletions(-) diff --git a/public/locales/vi-VN.json b/public/locales/vi-VN.json index 5bcb080b6..f23e051bd 100644 --- a/public/locales/vi-VN.json +++ b/public/locales/vi-VN.json @@ -1,703 +1,707 @@ { - "langCode": "vi-VN", - "langName": "Tiếng Việt (Việt Nam)", - "messages": { - "resumingVideo": "Resuming video at {{VIDEO_TIME}}", - "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "Copied!", - "label": "Copy video URL with timestamp" - } - }, - "featureMenu": { - "button": { - "label": "Feature menu" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "Fast forward by {{TIME}}" - }, - "rewindButton": { - "label": "Rewind by {{TIME}}" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "Hide end screen cards", - "toggle": { - "off": "Show end screen cards", - "on": "Hide end screen cards" - } - } - }, - "loopButton": { - "button": { - "label": "Loop", - "toggle": { - "off": "Loop off", - "on": "Loop on" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "Maximize", - "toggle": { - "off": "Maximize off", - "on": "Maximize on" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Open transcript" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Decrease Speed to {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Increase Speed to {{SPEED}}" - } - }, - "decreaseLimit": "Can't decrease further ({{SPEED}})", - "increaseLimit": "Can't increase further ({{SPEED}})" - }, - "playlistLength": { - "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." - }, - "screenshotButton": { - "button": { - "label": "Screenshot" - }, - "copiedToClipboard": "Screenshot copied to clipboard" - }, - "videoHistory": { - "resumeButton": "Resume", - "resumePrompt": { - "close": "Close" - } - }, - "volumeBoostButton": { - "button": { - "label": "Volume Boost", - "toggle": { - "off": "Volume boost off", - "on": "Volume boost on" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", - "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." - } - } - }, - "info": { - "reset": "All options have been reset to their default values.\nYou can now save the changes by clicking the \"Confirm\" button or discard them by closing this page or ignore this notification." - }, - "success": { - "saved": "Options saved." - } - } - } - }, - "settings": { - "clearData": { - "allDataDeleted": "All data has been deleted.", - "confirmAlert": "This will delete all extension data related to options. Continue?" - }, - "optionDisabled": { - "either": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " or " - }, - "plural": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " and " - }, - "singular": "Enable '{{OPTION}}' to configure this option", - "specificOption": { - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" - } - }, - "scrollForMoreSettings": "Scroll for more settings", - "sections": { - "automaticQuality": { - "enable": { - "label": "Automatic quality adjustment", - "title": "Automatically adjusts the video quality to the selected level." - }, - "fallbackQualityStrategy": { - "select": { - "label": "Quality fallback strategy", - "options": { - "higher": "Higher", - "lower": "Lower" - }, - "title": "The strategy to use when the selected quality is not available" - } - }, - "select": { - "label": "Player quality", - "title": "The quality to set the video to" - }, - "title": "Automatic quality settings" - }, - "bottomButtons": { - "clear": { - "title": "Clears all data this extension has stored on your machine", - "value": "Clear Data" - }, - "confirm": { - "title": "Confirm setting reset", - "value": "Confirm" - }, - "openTab": { - "title": "Open extension settings in a new tab" - }, - "reset": { - "title": "Resets all settings to their defaults, Click the confirm button to save the changes", - "value": "Reset" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "Copy video URL with timestamp button", - "decreasePlaybackSpeedButton": "Decrease Speed button", - "forwardButton": "Fast Forward button", - "hideEndScreenCardsButton": "Hide end screen cards button", - "increasePlaybackSpeedButton": "Increase Speed button", - "loopButton": "Loop button", - "maximizePlayerButton": "Maximize button", - "openTranscriptButton": "Open Transcript button", - "rewindButton": "Rewind button", - "screenshotButton": "Screenshot button", - "volumeBoostButton": "Volume Boost button" - }, - "options": { - "below_player": { - "placement": "below the player controls", - "value": "Below Player" - }, - "feature_menu": { - "placement": "in the feature menu", - "value": "Feature Menu" - }, - "player_controls_left": { - "placement": "on the left side of player controls", - "value": "Left Controls" - }, - "player_controls_right": { - "placement": "on the right side of player controls", - "value": "Right Controls" - } - }, - "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" - }, - "title": "Button placement settings" - }, - "customCSS": { - "editor": { - "collapse": "Collapse Editor", - "expand": "Expand Editor", - "noProblems": "No problems found." - }, - "enable": { - "label": "Custom CSS", - "title": "Enables custom CSS to be applied to the page" - }, - "title": "Custom CSS settings" - }, - "featureMenu": { - "openType": { - "select": { - "label": "Menu Activation Type", - "options": { - "click": "Click", - "hover": "Hover" - }, - "title": "Select the method to activate the feature menu" - }, - "title": "Feature menu settings" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "Forward/rewind buttons", - "title": "Adds forward and rewind buttons to the video player" - }, - "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" - }, - "title": "Forward/rewind button settings" - }, - "importExportSettings": { - "exportButton": { - "success": "Settings successfully exported", - "title": "Export settings to a JSON file", - "value": "Export Settings" - }, - "importButton": { - "error": { - "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", - "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" - }, - "success": "Settings imported successfully", - "title": "Import settings from a JSON file", - "value": "Import Settings" - } - }, - "language": { - "select": { - "label": "Language", - "title": "The language to use for the extension" - }, - "title": "Language" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "Automatic theater mode", - "title": "Automatically enables theater mode when you load a video" - }, - "automaticallyDisableAmbientMode": { - "label": "Automatically disable ambient mode", - "title": "Automatically disables ambient mode when you load a video" - }, - "automaticallyDisableClosedCaptions": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" - }, - "automaticallyEnableClosedCaptions": { - "label": "Automatically enable closed captions", - "title": "Automatically enables closed captions when you load a video" - }, - "automaticallyMaximizePlayer": { - "label": "Automatically maximize player", - "title": "Automatically maximizes the player when you load a video" - }, - "automaticallyShowMoreVideosOnEndScreen": { - "label": "Automatically show more videos on end screen", - "title": "Automatically shows more videos on end screen when you load a video" - }, - "copyTimestampUrlButton": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" - }, - "defaultToOriginalAudioTrack": { - "label": "Default to original audio track", - "title": "Always default to the original audio track" - }, - "enableMarkAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Add a button to playlist items to mark videos as unwatched" - }, - "enableRemoveVideoButton": { - "label": "Remove video button", - "title": "Add a button to playlist items to remove videos from the playlist" - }, - "enableSaveToWatchLaterButton": { - "label": "Enable save to Watch Later button", - "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" - }, - "hideArtificialIntelligenceSummary": { - "label": "Hide AI summary", - "title": "Hides the artificial intelligence summary below videos" - }, - "hideEndScreenCards": { - "label": "Hide end screen cards", - "title": "Hides the cards at the end of the video" - }, - "hideEndScreenCardsButton": { - "label": "Hide end screen cards button", - "title": "Adds a button to show/hide the cards at the end of the video" - }, - "hideLiveStreamChat": { - "label": "Hide live stream chat", - "title": "Hides the live stream chat" - }, - "hideMembersOnlyVideos": { - "label": "Hide members-only videos", - "title": "Hides videos that are only visible to members" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" - }, - "hidePaidPromotionBanner": { - "label": "Hide paid promotion banner", - "title": "Hides the banner that appears when you watch a video that has a paid promotion" - }, - "hidePlayables": { - "label": "Hide playables", - "title": "Hides all playables" - }, - "hideScrollbar": { - "label": "Hide scrollbar", - "title": "Hides the pages scrollbar" - }, - "hideShorts": { - "label": "Hide shorts", - "title": "Hides all shorts" - }, - "hideSidebarRecommendedVideos": { - "label": "Hide recommended videos", - "title": "Hides the sidebar that recommends videos" - }, - "hideTranslateComment": { - "label": "Hide translate comment button", - "title": "Hides 'Translate to Language' button under comments" - }, - "loopButton": { - "label": "Loop button", - "title": "Adds a button to the feature menu to loop the video you're watching" - }, - "maximizePlayerButton": { - "label": "Maximize player button", - "title": "Adds a button to the feature menu to maximize the player" - }, - "openTranscriptButton": { - "label": "Open transcript button", - "title": "Adds a button to the feature menu to open the transcript of the video you're watching" - }, - "openYouTubeSettingsOnHover": { - "label": "Open YouTube settings on hover", - "title": "Opens the YouTube settings menu when you hover over the settings button" - }, - "pauseBackgroundPlayers": { - "label": "Pause background players", - "title": "Pauses video players in background tabs when you start a new player in foreground tab" - }, - "playlistRemover": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" - }, - "remainingTime": { - "label": "Remaining time", - "title": "Shows the remaining time of the video you're watching" - }, - "rememberLastVolume": { - "label": "Remember last volume", - "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" - }, - "removeRedirect": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" - }, - "restoreFullscreenScrolling": { - "label": "Restore fullscreen scrolling", - "title": "Restores scrolling in fullscreen mode" - }, - "shareShortener": { - "label": "Shorten YouTube video share link", - "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" - }, - "shortsAutoScroll": { - "label": "Shorts auto scroll", - "title": "Automatically scrolls to the next short" - }, - "skipContinueWatching": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" - } - }, - "title": "Miscellaneous settings" - }, - "onScreenDisplaySettings": { - "color": { - "label": "Color", - "options": { - "blue": "Blue", - "green": "Green", - "orange": "Orange", - "pink": "Pink", - "purple": "Purple", - "red": "Red", - "white": "White", - "yellow": "Yellow" - }, - "title": "Select the color for the On-Screen Display" - }, - "hide": { - "label": "Hide Delay", - "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" - }, - "opacity": { - "label": "Opacity", - "title": "Adjust the transparency of the On-Screen Display" - }, - "padding": { - "label": "Padding", - "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." - }, - "position": { - "label": "Position", - "options": { - "bottom_left": "Bottom Left", - "bottom_right": "Bottom Right", - "center": "Center", - "top_left": "Top Left", - "top_right": "Top Right" - }, - "title": "Select the position of the On-Screen Display" - }, - "title": "On-screen display settings", - "type": { - "label": "Type", - "options": { - "circle": "Circle", - "line": "Line", - "no_display": "No display", - "text": "Text" - }, - "title": "Select the type of On-Screen Display" - } - }, - "playbackSpeed": { - "enable": { - "label": "Forced playback speed", - "title": "Sets the video speed to what you choose below" - }, - "playbackSpeedButtons": { - "label": "Playback speed buttons", - "select": { - "label": "Playback buttons speed", - "title": "Amount of speed to be changed per click" - }, - "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" - }, - "select": { - "label": "Player speed", - "title": "The speed to set the video to" - }, - "title": "Playback speed settings" - }, - "playlistLength": { - "enable": { - "label": "Display playlist length information", - "title": "Shows the total length of the playlist, how much has been watched, and how much remains." - }, - "title": "Playlist length settings", - "wayToGetLength": { - "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "Method to get watched time", - "options": { - "duration": "Video Length", - "youtube": "Video Watch Time" - }, - "title": "The way to get the amount of time watched (Video Length type only used on watch page)" - } - } - }, - "playlistManagement": { - "features": { - "markAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - }, - "removeVideoButton": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - } - }, - "title": "Playlist management settings" - }, - "playlistManagementButtons": { - "failedToMarkAsUnwatched": "Failed to mark video as unwatched", - "failedToRemoveVideo": "Failed to remove video", - "markAsUnwatched": "Mark as unwatched", - "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "Remove video", - "removingVideo": "Removing video…" - }, - "saveToWatchLaterButton": { - "failedToSaveVideo": "Failed to save video to Watch Later", - "saveVideo": "Save to Watch Later", - "savingVideo": "Saving to Watch Later…" - }, - "screenshotButton": { - "enable": { - "label": "Screenshot button", - "title": "Adds a button to the player to take a screenshot of the video" - }, - "saveAs": { - "clipboard": "Clipboard", - "file": "File", - "both": "Both (File and Clipboard)" - }, - "selectFormat": { - "label": "Screenshot format", - "title": "The format to save the screenshot in" - }, - "selectSaveAs": { - "label": "Screenshot save type", - "title": "The screenshot save type" - }, - "title": "Screenshot settings" - }, - "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "Speed Change Per Scroll", - "title": "Adjust the speed change per scroll" - }, - "enable": { - "label": "Scroll wheel speed control", - "title": "Press a modifier key to enable speed adjustment with the scroll wheel." - }, - "optionLabel": "{{KEY}} key", - "select": { - "label": "Modifier key", - "title": "The modifier key to use" - }, - "title": "Scroll wheel speed control settings" - }, - "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "Volume Change Per Scroll", - "title": "Adjust the volume change per scroll" - }, - "enable": { - "label": "Scroll wheel volume control", - "title": "Lets you use the scroll wheel to control the volume of the video you're watching" - }, - "holdModifierKey": { - "enable": { - "label": "When holding modifier key", - "title": "Press a modifier key to enable volume adjustment with the scroll wheel." - }, - "optionLabel": "{{KEY}} key", - "select": { - "label": "Modifier key", - "title": "The modifier key to use" - } - }, - "holdRightClick": { - "enable": { - "label": "When holding right click", - "title": "Hold right click to enable scroll wheel volume control" - } - }, - "title": "Scroll wheel volume control settings" - }, - "settingSearch": { - "placeholder": "Search for a setting" - }, - "videoHistory": { - "enable": { - "label": "Track watched videos", - "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" - }, - "resumeType": { - "select": { - "label": "Resume type", - "options": { - "automatic": "Automatic", - "prompt": "Prompt" - }, - "title": "Select how you want to resume videos" - } - }, - "title": "Video history settings" - }, - "volumeBoost": { - "boostAmount": { - "label": "Volume boost amount (dB)", - "title": "The amount to boost the volume by" - }, - "enable": { - "label": "Volume boost", - "title": "Enable volume boost" - }, - "mode": { - "select": { - "label": "Volume boost mode", - "options": { - "global": "Global", - "perVideo": "Per video" - }, - "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." - } - }, - "title": "Volume boost settings" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "You can get one from here", - "input": { - "label": "API Key", - "title": "Enter your Youtube Data API V3 key." - }, - "title": "YouTube API V3 key" - }, - "youtubeDeepDark": { - "author": "Author", - "co-authors": "Co-authors", - "colors": { - "colorShadow": { - "label": "Shadow color", - "title": "Color for shadows" - }, - "dimmerText": { - "label": "Secondary text color", - "title": "Color for secondary text" - }, - "hoverBackground": { - "label": "Hover background color", - "title": "Color for hover background" - }, - "mainBackground": { - "label": "Main background color", - "title": "Color for main background" - }, - "mainColor": { - "label": "Accent color", - "title": "Color for accent" - }, - "mainText": { - "label": "Main text color", - "title": "Color for main text" - }, - "secondBackground": { - "label": "Secondary background color", - "title": "Color for secondary background" - } - }, - "enable": { - "label": "Deep Dark Theme", - "title": "Activate the selected theme for the page" - }, - "select": { - "label": "Select theme", - "title": "Select a theme to be applied to the page" - }, - "title": "YouTube deep dark settings" - } - } - } + "langCode": "vi-VN", + "langName": "Tiếng Việt (Việt Nam)", + "messages": { + "resumingVideo": "Resuming video at {{VIDEO_TIME}}", + "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "Copied!", + "label": "Copy video URL with timestamp" + } + }, + "featureMenu": { + "button": { + "label": "Feature menu" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Fast forward by {{TIME}}" + }, + "rewindButton": { + "label": "Rewind by {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Hide end screen cards", + "toggle": { + "off": "Show end screen cards", + "on": "Hide end screen cards" + } + } + }, + "loopButton": { + "button": { + "label": "Loop", + "toggle": { + "off": "Loop off", + "on": "Loop on" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "Maximize", + "toggle": { + "off": "Maximize off", + "on": "Maximize on" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Open transcript" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Decrease Speed to {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Increase Speed to {{SPEED}}" + } + }, + "decreaseLimit": "Can't decrease further ({{SPEED}})", + "increaseLimit": "Can't increase further ({{SPEED}})" + }, + "playlistLength": { + "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + }, + "screenshotButton": { + "button": { + "label": "Screenshot" + }, + "copiedToClipboard": "Screenshot copied to clipboard" + }, + "videoHistory": { + "resumeButton": "Resume", + "resumePrompt": { + "close": "Close" + } + }, + "volumeBoostButton": { + "button": { + "label": "Volume Boost", + "toggle": { + "off": "Volume boost off", + "on": "Volume boost on" + } + } + } + } + }, + "options": { + "notifications": { + "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", + "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." + } + } + }, + "info": { + "reset": "All options have been reset to their default values.\nYou can now save the changes by clicking the \"Confirm\" button or discard them by closing this page or ignore this notification." + }, + "success": { + "saved": "Options saved." + } + } + } + }, + "settings": { + "clearData": { + "allDataDeleted": "All data has been deleted.", + "confirmAlert": "This will delete all extension data related to options. Continue?" + }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "scrollForMoreSettings": "Scroll for more settings", + "sections": { + "automaticQuality": { + "enable": { + "label": "Automatic quality adjustment", + "title": "Automatically adjusts the video quality to the selected level." + }, + "fallbackQualityStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + }, + "select": { + "label": "Player quality", + "title": "The quality to set the video to" + }, + "title": "Automatic quality settings" + }, + "bottomButtons": { + "clear": { + "title": "Clears all data this extension has stored on your machine", + "value": "Clear Data" + }, + "confirm": { + "title": "Confirm setting reset", + "value": "Confirm" + }, + "openTab": { + "title": "Open extension settings in a new tab" + }, + "reset": { + "title": "Resets all settings to their defaults, Click the confirm button to save the changes", + "value": "Reset" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Copy video URL with timestamp button", + "decreasePlaybackSpeedButton": "Decrease Speed button", + "forwardButton": "Fast Forward button", + "hideEndScreenCardsButton": "Hide end screen cards button", + "increasePlaybackSpeedButton": "Increase Speed button", + "loopButton": "Loop button", + "maximizePlayerButton": "Maximize button", + "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind button", + "screenshotButton": "Screenshot button", + "volumeBoostButton": "Volume Boost button" + }, + "options": { + "below_player": { + "placement": "below the player controls", + "value": "Below Player" + }, + "feature_menu": { + "placement": "in the feature menu", + "value": "Feature Menu" + }, + "player_controls_left": { + "placement": "on the left side of player controls", + "value": "Left Controls" + }, + "player_controls_right": { + "placement": "on the right side of player controls", + "value": "Right Controls" + } + }, + "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Button placement settings" + }, + "customCSS": { + "editor": { + "collapse": "Collapse Editor", + "expand": "Expand Editor", + "noProblems": "No problems found." + }, + "enable": { + "label": "Custom CSS", + "title": "Enables custom CSS to be applied to the page" + }, + "title": "Custom CSS settings" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Menu Activation Type", + "options": { + "click": "Click", + "hover": "Hover" + }, + "title": "Select the method to activate the feature menu" + }, + "title": "Feature menu settings" + } + }, + "forwardRewindButtons": { + "enable": { + "label": "Forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + }, + "title": "Forward/rewind button settings" + }, + "importExportSettings": { + "exportButton": { + "success": "Settings successfully exported", + "title": "Export settings to a JSON file", + "value": "Export Settings" + }, + "importButton": { + "error": { + "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", + "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" + }, + "success": "Settings imported successfully", + "title": "Import settings from a JSON file", + "value": "Import Settings" + } + }, + "language": { + "select": { + "label": "Language", + "title": "The language to use for the extension" + }, + "title": "Language" + }, + "miscellaneous": { + "features": { + "automaticTheaterMode": { + "label": "Automatic theater mode", + "title": "Automatically enables theater mode when you load a video" + }, + "automaticallyDisableAmbientMode": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + }, + "automaticallyDisableAutoPlay": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + }, + "automaticallyDisableClosedCaptions": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + }, + "automaticallyEnableClosedCaptions": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + }, + "automaticallyMaximizePlayer": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + }, + "automaticallyShowMoreVideosOnEndScreen": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + }, + "copyTimestampUrlButton": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + }, + "defaultToOriginalAudioTrack": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + }, + "enableMarkAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Add a button to playlist items to mark videos as unwatched" + }, + "enableRemoveVideoButton": { + "label": "Remove video button", + "title": "Add a button to playlist items to remove videos from the playlist" + }, + "enableSaveToWatchLaterButton": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + }, + "hideArtificialIntelligenceSummary": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + }, + "hideEndScreenCards": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + }, + "hideEndScreenCardsButton": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + }, + "hideLiveStreamChat": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + }, + "hideMembersOnlyVideos": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + }, + "hideOfficialArtistVideosFromHomePage": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + }, + "hidePaidPromotionBanner": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + }, + "hidePlayables": { + "label": "Hide playables", + "title": "Hides all playables" + }, + "hideScrollbar": { + "label": "Hide scrollbar", + "title": "Hides the pages scrollbar" + }, + "hideShorts": { + "label": "Hide shorts", + "title": "Hides all shorts" + }, + "hideSidebarRecommendedVideos": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + }, + "hideTranslateComment": { + "label": "Hide translate comment button", + "title": "Hides 'Translate to Language' button under comments" + }, + "loopButton": { + "label": "Loop button", + "title": "Adds a button to the feature menu to loop the video you're watching" + }, + "maximizePlayerButton": { + "label": "Maximize player button", + "title": "Adds a button to the feature menu to maximize the player" + }, + "openTranscriptButton": { + "label": "Open transcript button", + "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + }, + "openYouTubeSettingsOnHover": { + "label": "Open YouTube settings on hover", + "title": "Opens the YouTube settings menu when you hover over the settings button" + }, + "pauseBackgroundPlayers": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + }, + "playlistRemover": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + }, + "remainingTime": { + "label": "Remaining time", + "title": "Shows the remaining time of the video you're watching" + }, + "rememberLastVolume": { + "label": "Remember last volume", + "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + }, + "removeRedirect": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + }, + "restoreFullscreenScrolling": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + }, + "shareShortener": { + "label": "Shorten YouTube video share link", + "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + }, + "shortsAutoScroll": { + "label": "Shorts auto scroll", + "title": "Automatically scrolls to the next short" + }, + "skipContinueWatching": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + } + }, + "title": "Miscellaneous settings" + }, + "onScreenDisplaySettings": { + "color": { + "label": "Color", + "options": { + "blue": "Blue", + "green": "Green", + "orange": "Orange", + "pink": "Pink", + "purple": "Purple", + "red": "Red", + "white": "White", + "yellow": "Yellow" + }, + "title": "Select the color for the On-Screen Display" + }, + "hide": { + "label": "Hide Delay", + "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" + }, + "opacity": { + "label": "Opacity", + "title": "Adjust the transparency of the On-Screen Display" + }, + "padding": { + "label": "Padding", + "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." + }, + "position": { + "label": "Position", + "options": { + "bottom_left": "Bottom Left", + "bottom_right": "Bottom Right", + "center": "Center", + "top_left": "Top Left", + "top_right": "Top Right" + }, + "title": "Select the position of the On-Screen Display" + }, + "title": "On-screen display settings", + "type": { + "label": "Type", + "options": { + "circle": "Circle", + "line": "Line", + "no_display": "No display", + "text": "Text" + }, + "title": "Select the type of On-Screen Display" + } + }, + "playbackSpeed": { + "enable": { + "label": "Forced playback speed", + "title": "Sets the video speed to what you choose below" + }, + "playbackSpeedButtons": { + "label": "Playback speed buttons", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + }, + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + }, + "select": { + "label": "Player speed", + "title": "The speed to set the video to" + }, + "title": "Playback speed settings" + }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + }, + "title": "Playlist length settings", + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } + } + }, + "playlistManagement": { + "features": { + "markAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + }, + "removeVideoButton": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + }, + "title": "Playlist management settings" + }, + "playlistManagementButtons": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + }, + "saveToWatchLaterButton": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + }, + "screenshotButton": { + "enable": { + "label": "Screenshot button", + "title": "Adds a button to the player to take a screenshot of the video" + }, + "saveAs": { + "both": "Both (File and Clipboard)", + "clipboard": "Clipboard", + "file": "File" + }, + "selectFormat": { + "label": "Screenshot format", + "title": "The format to save the screenshot in" + }, + "selectSaveAs": { + "label": "Screenshot save type", + "title": "The screenshot save type" + }, + "title": "Screenshot settings" + }, + "scrollWheelSpeedControl": { + "adjustmentSteps": { + "label": "Speed Change Per Scroll", + "title": "Adjust the speed change per scroll" + }, + "enable": { + "label": "Scroll wheel speed control", + "title": "Press a modifier key to enable speed adjustment with the scroll wheel." + }, + "optionLabel": "{{KEY}} key", + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + }, + "title": "Scroll wheel speed control settings" + }, + "scrollWheelVolumeControl": { + "adjustmentSteps": { + "label": "Volume Change Per Scroll", + "title": "Adjust the volume change per scroll" + }, + "enable": { + "label": "Scroll wheel volume control", + "title": "Lets you use the scroll wheel to control the volume of the video you're watching" + }, + "holdModifierKey": { + "enable": { + "label": "When holding modifier key", + "title": "Press a modifier key to enable volume adjustment with the scroll wheel." + }, + "optionLabel": "{{KEY}} key", + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + } + }, + "holdRightClick": { + "enable": { + "label": "When holding right click", + "title": "Hold right click to enable scroll wheel volume control" + } + }, + "title": "Scroll wheel volume control settings" + }, + "settingSearch": { + "placeholder": "Search for a setting" + }, + "videoHistory": { + "enable": { + "label": "Track watched videos", + "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" + }, + "resumeType": { + "select": { + "label": "Resume type", + "options": { + "automatic": "Automatic", + "prompt": "Prompt" + }, + "title": "Select how you want to resume videos" + } + }, + "title": "Video history settings" + }, + "volumeBoost": { + "boostAmount": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by" + }, + "enable": { + "label": "Volume boost", + "title": "Enable volume boost" + }, + "mode": { + "select": { + "label": "Volume boost mode", + "options": { + "global": "Global", + "perVideo": "Per video" + }, + "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + } + }, + "title": "Volume boost settings" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Key", + "title": "Enter your Youtube Data API V3 key." + }, + "title": "YouTube API V3 key" + }, + "youtubeDeepDark": { + "author": "Author", + "co-authors": "Co-authors", + "colors": { + "colorShadow": { + "label": "Shadow color", + "title": "Color for shadows" + }, + "dimmerText": { + "label": "Secondary text color", + "title": "Color for secondary text" + }, + "hoverBackground": { + "label": "Hover background color", + "title": "Color for hover background" + }, + "mainBackground": { + "label": "Main background color", + "title": "Color for main background" + }, + "mainColor": { + "label": "Accent color", + "title": "Color for accent" + }, + "mainText": { + "label": "Main text color", + "title": "Color for main text" + }, + "secondBackground": { + "label": "Secondary background color", + "title": "Color for secondary background" + } + }, + "enable": { + "label": "Deep Dark Theme", + "title": "Activate the selected theme for the page" + }, + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + }, + "title": "YouTube deep dark settings" + } + } + } } From 4684505258c50968833533cc2212bae2d2354f71 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 6 Dec 2025 02:11:47 -0500 Subject: [PATCH 1385/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 1406 +++++++++++++++++++------------------ 1 file changed, 705 insertions(+), 701 deletions(-) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index 824cb3d1e..e2ad4f826 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -1,703 +1,707 @@ { - "langCode": "pt-BR", - "langName": "Português (Brasil)", - "messages": { - "resumingVideo": "Retomando vídeo em {{VIDEO_TIME}}", - "settingVolume": "Definindo o aumento de volume para {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "Copiado!", - "label": "Copiar URL do vídeo com a minutagem" - } - }, - "featureMenu": { - "button": { - "label": "Menu de recursos" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "Avançar {{TIME}}" - }, - "rewindButton": { - "label": "Voltar {{TIME}}" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "Ocultar cards finais", - "toggle": { - "off": "Exibir cards finais", - "on": "Ocultar cards finais" - } - } - }, - "loopButton": { - "button": { - "label": "Repetir", - "toggle": { - "off": "Repetição desativada", - "on": "Repetição ativada" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "Maximização", - "toggle": { - "off": "Minimizar", - "on": "Maximizar" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Abrir transcrição" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Desacelerar para {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Acelerar para {{SPEED}}" - } - }, - "decreaseLimit": "Impossível desacelerar mais ({{SPEED}})", - "increaseLimit": "Impossível acelerar mais ({{SPEED}})" - }, - "playlistLength": { - "title": "O comprimento pode não ser exato se alguns vídeos estão ocultos ou se você não carregou vídeos o suficiente para obter o comprimento máximo." - }, - "screenshotButton": { - "button": { - "label": "Fazer captura de tela" - }, - "copiedToClipboard": "Captura copiada a área de transferência" - }, - "videoHistory": { - "resumeButton": "Retomar", - "resumePrompt": { - "close": "Fechar" - } - }, - "volumeBoostButton": { - "button": { - "label": "Aumento de volume", - "toggle": { - "off": "Aumento de volume desativado", - "on": "Aumento de volume ativado" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "A tecla alternadora da velocidade de rolagem não pode ser a mesma que a tecla alternadora do volume.", - "volumeControl": "A tecla alternadora do volume não pode ser a mesma que a tecla alternadora da velocidade de rolagem." - } - } - }, - "info": { - "reset": "Opções redefinidas ao padrão.\nSalve as mudanças clicando em \"Confirmar\" ou desfaça delas fechando a página, ou esta notificação." - }, - "success": { - "saved": "Opções salvas." - } - } - } - }, - "settings": { - "clearData": { - "allDataDeleted": "Todos os dados foram excluídos.", - "confirmAlert": "Fechar a página desfará todas as mudanças feitas. Prosseguir?" - }, - "optionDisabled": { - "either": { - "label": "Ative o {{OPTIONS}} para configurar esta opção", - "separator": " ou " - }, - "plural": { - "label": "Ative o {{OPTIONS}} para configurar esta opção", - "separator": " e " - }, - "singular": "Ative o '{{OPTION}}' para configurar esta opção", - "specificOption": { - "featureMenu": "Altere pelo menos um botão no menu de recursos para configurar esta opção.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" - } - }, - "scrollForMoreSettings": "Role para mais opções", - "sections": { - "automaticQuality": { - "enable": { - "label": "Ajustador automático de resolução", - "title": "Define automaticamente a resolução do vídeo para o nível desejado." - }, - "fallbackQualityStrategy": { - "select": { - "label": "Sistema de redução de resolução", - "options": { - "higher": "Grande", - "lower": "Pequeno" - }, - "title": "O sistema para usar quando a resolução definida estiver indisponível." - } - }, - "select": { - "label": "Resolução do player", - "title": "A resolução para definir no vídeo" - }, - "title": "Opções de resolução automática" - }, - "bottomButtons": { - "clear": { - "title": "Limpa todos os dados armazenados pela extensão", - "value": "Limpar dados" - }, - "confirm": { - "title": "Confirma a redefinição de dados", - "value": "Confirmar" - }, - "openTab": { - "title": "Abre as opções numa nova aba" - }, - "reset": { - "title": "Redefine as opções para o padrão, confirme para salvar as mudanças", - "value": "Redefinir" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "Copiar URL do vídeo com o botão de minutagem", - "decreasePlaybackSpeedButton": "Botão de diminuir velocidade", - "forwardButton": "Botão de acelerar velocidade", - "hideEndScreenCardsButton": "Ocultar botão de cards finais", - "increasePlaybackSpeedButton": "Botão de aumentar velocidade", - "loopButton": "Botão Repetir", - "maximizePlayerButton": "Botão Maximizar", - "openTranscriptButton": "Abrir botão de transcrição", - "rewindButton": "Botão Voltar", - "screenshotButton": "Botão de captura de tela", - "volumeBoostButton": "Botão de ganho de volume" - }, - "options": { - "below_player": { - "placement": "abaixo dos controles do player", - "value": "Abaixo do player" - }, - "feature_menu": { - "placement": "no menu de recursos", - "value": "Menu de recursos" - }, - "player_controls_left": { - "placement": "à esquerda dos controles do player", - "value": "Controles esquerdos" - }, - "player_controls_right": { - "placement": "à direita dos controles do player", - "value": "Controles direitos" - } - }, - "title": "Coloque o {{BUTTON_NAME}} em {{PLACEMENT}}" - }, - "title": "Button placement settings" - }, - "customCSS": { - "editor": { - "collapse": "Minimizar editor", - "expand": "Maximizar editor", - "noProblems": "Nenhum problema encontrado." - }, - "enable": { - "label": "CSS personalizado", - "title": "Ativa o CSS personalizado para ser aplicado à página" - }, - "title": "Custom CSS settings" - }, - "featureMenu": { - "openType": { - "select": { - "label": "Método de ativação do menu", - "options": { - "click": "Clicar", - "hover": "Passar o cursor" - }, - "title": "Define o método para ativar o menu de recursos" - }, - "title": "Opções do menu de recursos" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "Botões de avançar/voltar", - "title": "Adiciona botões de avançar/voltar ao player de vídeo" - }, - "time": { - "label": "Avançar/voltar tempo", - "title": "O tanto de tempo para avançar/voltar" - }, - "title": "Opções de avançar/voltar" - }, - "importExportSettings": { - "exportButton": { - "success": "Mudanças aplicadas!", - "title": "Exportar opções para arquivo JSON", - "value": "Exportar opções" - }, - "importButton": { - "error": { - "unknown": "Ocorreu um erro ao importar opções. Verifique o formato do arquivo importado.", - "validation": "Erro ao importar opções. Verifique o formato do arquivo importado.\n{{ERROR_MESSAGE}}" - }, - "success": "Opções importadas com sucesso!", - "title": "Importe as opções dum arquivo JSON", - "value": "Importar opções" - } - }, - "language": { - "select": { - "label": "Idioma", - "title": "O idioma da extensão" - }, - "title": "Idioma" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "Modo teatro automático", - "title": "Ativa automaticamente o modo teatro ao carregar um vídeo" - }, - "automaticallyDisableAmbientMode": { - "label": "Desativar automaticamente o modo ambiente", - "title": "Desativa o modo ambiente automaticamente ao carregar um vídeo" - }, - "automaticallyDisableClosedCaptions": { - "label": "Desativar legendas automaticamente", - "title": "Desativa as legendas ao carregar um vídeo" - }, - "automaticallyEnableClosedCaptions": { - "label": "Automatically enable closed captions", - "title": "Automatically enables closed captions when you load a video" - }, - "automaticallyMaximizePlayer": { - "label": "Automatically maximize player", - "title": "Automatically maximizes the player when you load a video" - }, - "automaticallyShowMoreVideosOnEndScreen": { - "label": "Automatically show more videos on end screen", - "title": "Automatically shows more videos on end screen when you load a video" - }, - "copyTimestampUrlButton": { - "label": "Copiar URL do vídeo com o botão de minutagem", - "title": "Copia o URL do vídeo com a minutagem (?t=123)" - }, - "defaultToOriginalAudioTrack": { - "label": "Retornar à faixa de vídeo original", - "title": "Sempre retornar à faixa de vídeo original" - }, - "enableMarkAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Add a button to playlist items to mark videos as unwatched" - }, - "enableRemoveVideoButton": { - "label": "Remove video button", - "title": "Add a button to playlist items to remove videos from the playlist" - }, - "enableSaveToWatchLaterButton": { - "label": "Enable save to Watch Later button", - "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" - }, - "hideArtificialIntelligenceSummary": { - "label": "Ocultar resumo IA", - "title": "Oculta a seção de resumo IA de um vídeo" - }, - "hideEndScreenCards": { - "label": "Ocultar cards finais", - "title": "Oculta os cards no final do vídeo" - }, - "hideEndScreenCardsButton": { - "label": "Ocultar botão de cards finais", - "title": "Adiciona um botão para exibir/ocultar cards finais" - }, - "hideLiveStreamChat": { - "label": "Ocultar chat da transmissão", - "title": "Oculta o chat da transmissão" - }, - "hideMembersOnlyVideos": { - "label": "Hide members-only videos", - "title": "Hides videos that are only visible to members" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "Ocultar vídeos de artistas originais", - "title": "Ocultar vídeos de artistas originais do início" - }, - "hidePaidPromotionBanner": { - "label": "Ocultar banner de promoção paga", - "title": "Oculta o banner ao assistir um vídeo com promoção paga incluída" - }, - "hidePlayables": { - "label": "Ocultar jogáveis", - "title": "Oculta a seção de jogáveis" - }, - "hideScrollbar": { - "label": "Ocultar barra de rolagem", - "title": "Oculta a barra de rolagem da página" - }, - "hideShorts": { - "label": "Ocultar \"Shorts\"", - "title": "Oculta a função \"Shorts\"" - }, - "hideSidebarRecommendedVideos": { - "label": "Hide recommended videos", - "title": "Hides the sidebar that recommends videos" - }, - "hideTranslateComment": { - "label": "Ocultar botão de traduzir comentário", - "title": "Oculta o botão de tradução de comentário" - }, - "loopButton": { - "label": "Botão Repetir", - "title": "Adiciona um botão para repetir o vídeo que está assistindo" - }, - "maximizePlayerButton": { - "label": "Botão de maximizar player", - "title": "Adiciona um botão para maximizar o player" - }, - "openTranscriptButton": { - "label": "Abrir botão de transcrição", - "title": "Adiciona um botão para abrir a transcrição do vídeo que está assistindo" - }, - "openYouTubeSettingsOnHover": { - "label": "Abrir opções do YouTube ao passar o cursor", - "title": "Abre as opções do YouTube ao passar o cursor sobre o botão Opções" - }, - "pauseBackgroundPlayers": { - "label": "Pausar player em segundo plano", - "title": "Pausa o player nas abas em segundo plano ao iniciar um novo player noutra aba" - }, - "playlistRemover": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" - }, - "remainingTime": { - "label": "Tempo restante", - "title": "Exibe o tempo restante do vídeo que está assistindo" - }, - "rememberLastVolume": { - "label": "Lembrar volume anterior", - "title": "Lembra do aumento de volume do vídeo anterior e aplica-o ao novo vídeo." - }, - "removeRedirect": { - "label": "Remover URLs de redireção do YouTube", - "title": "Substitui a redireção do YouTube por URLs reais, pulando o aviso de redireção" - }, - "restoreFullscreenScrolling": { - "label": "Restore fullscreen scrolling", - "title": "Restores scrolling in fullscreen mode" - }, - "shareShortener": { - "label": "Encurtar link de compartilha de vídeo", - "title": "Encurta os links de compartilha de vídeo (youtu.be) removendo os parâmetros si/features." - }, - "shortsAutoScroll": { - "label": "Rolar automaticamente pelos Shorts", - "title": "Rola para o próximo Short automaticamente" - }, - "skipContinueWatching": { - "label": "Pular aviso de ausência", - "title": "Remove o aviso \"O vídeo está pausado. Continuar assistindo?\"" - } - }, - "title": "Diversos" - }, - "onScreenDisplaySettings": { - "color": { - "label": "Cor", - "options": { - "blue": "Azul", - "green": "Verde", - "orange": "Laranja", - "pink": "Rosa", - "purple": "Roxo", - "red": "Vermelho", - "white": "Branco", - "yellow": "Amarelo" - }, - "title": "Define a cor para as informações em exibição" - }, - "hide": { - "label": "Ocultar atraso", - "title": "Especifica o tempo (em milissegundos) antes de ocultar automaticamente as informações em exibição" - }, - "opacity": { - "label": "Opacidade", - "title": "Ajusta a transparência das informações em exibição" - }, - "padding": { - "label": "Alinhamento", - "title": "Ajusta o alinhamento de informações em exibição (em píxeis)." - }, - "position": { - "label": "Posição", - "options": { - "bottom_left": "Inferior esquerdo", - "bottom_right": "Inferior direito", - "center": "Centro", - "top_left": "Superior esquerdo", - "top_right": "Superior direito" - }, - "title": "Seleciona a posição da exibição na tela" - }, - "title": "On-screen display settings", - "type": { - "label": "Tipo", - "options": { - "circle": "Círculo", - "line": "Linha", - "no_display": "Sem exibição", - "text": "Texto" - }, - "title": "Seleciona o tipo de exibição na tela" - } - }, - "playbackSpeed": { - "enable": { - "label": "Velocidade de playback forçada", - "title": "Define a velocidade do vídeo ao valor que você inserir" - }, - "playbackSpeedButtons": { - "label": "Velocidade de playback", - "select": { - "label": "Velocidade do playback", - "title": "O tanto de velocidade a ser pulado num clique" - }, - "title": "Adiciona botões para acelerar/desacelerar o playback do vídeo" - }, - "select": { - "label": "Velocidade do player", - "title": "A velocidade definida para o vídeo" - }, - "title": "Opções de playback" - }, - "playlistLength": { - "enable": { - "label": "Exibir informações de duração da playlist", - "title": "Exibe a duração da playlist, quantas vezes foi visualizada, e o tempo restante." - }, - "title": "Opções de duração da playlist", - "wayToGetLength": { - "select": { - "label": "Forma de obter a duração da playlist", - "title": "A forma de obter a duração da playlist (O método API voltará a HTML se ocorrer um erro)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "Forma de obter o tempo assistido", - "options": { - "duration": "Duração do vídeo", - "youtube": "Tempo assistido do vídeo" - }, - "title": "A forma de obter o tempo assistido (Tipo de duração do vídeo apenas usado na página de exibição)" - } - } - }, - "playlistManagement": { - "features": { - "markAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - }, - "removeVideoButton": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - } - }, - "title": "Playlist management settings" - }, - "playlistManagementButtons": { - "failedToMarkAsUnwatched": "Failed to mark video as unwatched", - "failedToRemoveVideo": "Failed to remove video", - "markAsUnwatched": "Mark as unwatched", - "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "Remove video", - "removingVideo": "Removing video…" - }, - "saveToWatchLaterButton": { - "failedToSaveVideo": "Failed to save video to Watch Later", - "saveVideo": "Save to Watch Later", - "savingVideo": "Saving to Watch Later…" - }, - "screenshotButton": { - "enable": { - "label": "Botão de captura de tela", - "title": "Adiciona um botão ao reprodutor para tirar uma captura de tela do vídeo" - }, - "saveAs": { - "clipboard": "Área de transferência", - "file": "Arquivo", - "both": "Both (File and Clipboard)" - }, - "selectFormat": { - "label": "Formato da captura de tela", - "title": "O formato para salvar a captura de tela" - }, - "selectSaveAs": { - "label": "Tipo de armazenamento da captura de tela", - "title": "O tipo de armazenamento da captura de tela" - }, - "title": "Opções de captura de tela" - }, - "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "Alterar volume por rolagem", - "title": "Ajusta a mudança de velocidade por rolagem" - }, - "enable": { - "label": "Controle de velocidade da roda do mouse", - "title": "Pressiona uma tecla modificadora para ativar o ajuste de velocidade com a roda do mouse." - }, - "optionLabel": "Tecla {{KEY}}", - "select": { - "label": "Tecla de modificação", - "title": "A tecla de modificação para uso" - }, - "title": "Opções de controle do volume na roda do mouse" - }, - "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "Mudança de volume por rolagem", - "title": "Ajusta a mudança de volume por rolagem" - }, - "enable": { - "label": "Ajustar volume com a roda", - "title": "Deixa-o utilizar a roda do cursor para ajustar o volume do vídeo" - }, - "holdModifierKey": { - "enable": { - "label": "Ao segurar a tecla de modificação", - "title": "Segure a tecla de modificação para ajustar o volume com a roda do cursor." - }, - "optionLabel": "Tecla {{KEY}}", - "select": { - "label": "Tecla de modificação", - "title": "A tecla de modificação para uso" - } - }, - "holdRightClick": { - "enable": { - "label": "Ao segurar o botão direito", - "title": "Segure o botão direito para ajustar o volume pela roda." - } - }, - "title": "Opções de ajuste de volume pela roda" - }, - "settingSearch": { - "placeholder": "Buscar por ajustes" - }, - "videoHistory": { - "enable": { - "label": "Rastrear vídeos assistidos", - "title": "Registrar a minutagem do vídeo em que parou e permite a retomada do playback" - }, - "resumeType": { - "select": { - "label": "Tipo de retomada", - "options": { - "automatic": "Automático", - "prompt": "Perguntar" - }, - "title": "Selecione como deseja retomar os vídeos" - } - }, - "title": "Opções de histórico de vídeo" - }, - "volumeBoost": { - "boostAmount": { - "label": "Aumento de volume (dB)", - "title": "O valor para aumentar o volume" - }, - "enable": { - "label": "Aumento de volume", - "title": "Ativa o aumento de volume" - }, - "mode": { - "select": { - "label": "Modo de aumento de volume", - "options": { - "global": "Global", - "perVideo": "Por vídeo" - }, - "title": "Selecione como o aumento de volume é aplicado. 'Por vídeo' permite ativar o aumento para cada vídeo individualmente no menu de recursos. Já o 'Global' aplica o aumento para todos os vídeos quando o aumento de volume é ativado." - } - }, - "title": "Opções de aumento de volume" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "Você pode obter uma aqui", - "input": { - "label": "Chave API", - "title": "Insira sua chave API YouTube Data V3." - }, - "title": "YouTube API V3 key" - }, - "youtubeDeepDark": { - "author": "Autor", - "co-authors": "Co-autores", - "colors": { - "colorShadow": { - "label": "Cor da sombra", - "title": "Cor para sombras" - }, - "dimmerText": { - "label": "Cor do texto secundário", - "title": "Cor para texto secundário" - }, - "hoverBackground": { - "label": "Cor de fundo ao passar o cursor", - "title": "Cor de fundo ao passar o cursor" - }, - "mainBackground": { - "label": "Cor de fundo principal", - "title": "Cor principal para o fundo" - }, - "mainColor": { - "label": "Cor de destaque", - "title": "Cor para destaque" - }, - "mainText": { - "label": "Cor do texto principal", - "title": "Cor para o texto principal" - }, - "secondBackground": { - "label": "Cor de fundo secundário", - "title": "Cor para fundo secundário" - } - }, - "enable": { - "label": "Tema meia-noite", - "title": "Ativar tema selecionado para a página" - }, - "select": { - "label": "Selecionar tema", - "title": "Selecione um tema para a página" - }, - "title": "YouTube deep dark settings" - } - } - } + "langCode": "pt-BR", + "langName": "Português (Brasil)", + "messages": { + "resumingVideo": "Retomando vídeo em {{VIDEO_TIME}}", + "settingVolume": "Definindo o aumento de volume para {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "Copiado!", + "label": "Copiar URL do vídeo com a minutagem" + } + }, + "featureMenu": { + "button": { + "label": "Menu de recursos" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Avançar {{TIME}}" + }, + "rewindButton": { + "label": "Voltar {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Ocultar cards finais", + "toggle": { + "off": "Exibir cards finais", + "on": "Ocultar cards finais" + } + } + }, + "loopButton": { + "button": { + "label": "Repetir", + "toggle": { + "off": "Repetição desativada", + "on": "Repetição ativada" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "Maximização", + "toggle": { + "off": "Minimizar", + "on": "Maximizar" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Abrir transcrição" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Desacelerar para {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Acelerar para {{SPEED}}" + } + }, + "decreaseLimit": "Impossível desacelerar mais ({{SPEED}})", + "increaseLimit": "Impossível acelerar mais ({{SPEED}})" + }, + "playlistLength": { + "title": "O comprimento pode não ser exato se alguns vídeos estão ocultos ou se você não carregou vídeos o suficiente para obter o comprimento máximo." + }, + "screenshotButton": { + "button": { + "label": "Fazer captura de tela" + }, + "copiedToClipboard": "Captura copiada a área de transferência" + }, + "videoHistory": { + "resumeButton": "Retomar", + "resumePrompt": { + "close": "Fechar" + } + }, + "volumeBoostButton": { + "button": { + "label": "Aumento de volume", + "toggle": { + "off": "Aumento de volume desativado", + "on": "Aumento de volume ativado" + } + } + } + } + }, + "options": { + "notifications": { + "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "A tecla alternadora da velocidade de rolagem não pode ser a mesma que a tecla alternadora do volume.", + "volumeControl": "A tecla alternadora do volume não pode ser a mesma que a tecla alternadora da velocidade de rolagem." + } + } + }, + "info": { + "reset": "Opções redefinidas ao padrão.\nSalve as mudanças clicando em \"Confirmar\" ou desfaça delas fechando a página, ou esta notificação." + }, + "success": { + "saved": "Opções salvas." + } + } + } + }, + "settings": { + "clearData": { + "allDataDeleted": "Todos os dados foram excluídos.", + "confirmAlert": "Fechar a página desfará todas as mudanças feitas. Prosseguir?" + }, + "optionDisabled": { + "either": { + "label": "Ative o {{OPTIONS}} para configurar esta opção", + "separator": " ou " + }, + "plural": { + "label": "Ative o {{OPTIONS}} para configurar esta opção", + "separator": " e " + }, + "singular": "Ative o '{{OPTION}}' para configurar esta opção", + "specificOption": { + "featureMenu": "Altere pelo menos um botão no menu de recursos para configurar esta opção.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "scrollForMoreSettings": "Role para mais opções", + "sections": { + "automaticQuality": { + "enable": { + "label": "Ajustador automático de resolução", + "title": "Define automaticamente a resolução do vídeo para o nível desejado." + }, + "fallbackQualityStrategy": { + "select": { + "label": "Sistema de redução de resolução", + "options": { + "higher": "Grande", + "lower": "Pequeno" + }, + "title": "O sistema para usar quando a resolução definida estiver indisponível." + } + }, + "select": { + "label": "Resolução do player", + "title": "A resolução para definir no vídeo" + }, + "title": "Opções de resolução automática" + }, + "bottomButtons": { + "clear": { + "title": "Limpa todos os dados armazenados pela extensão", + "value": "Limpar dados" + }, + "confirm": { + "title": "Confirma a redefinição de dados", + "value": "Confirmar" + }, + "openTab": { + "title": "Abre as opções numa nova aba" + }, + "reset": { + "title": "Redefine as opções para o padrão, confirme para salvar as mudanças", + "value": "Redefinir" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Copiar URL do vídeo com o botão de minutagem", + "decreasePlaybackSpeedButton": "Botão de diminuir velocidade", + "forwardButton": "Botão de acelerar velocidade", + "hideEndScreenCardsButton": "Ocultar botão de cards finais", + "increasePlaybackSpeedButton": "Botão de aumentar velocidade", + "loopButton": "Botão Repetir", + "maximizePlayerButton": "Botão Maximizar", + "openTranscriptButton": "Abrir botão de transcrição", + "rewindButton": "Botão Voltar", + "screenshotButton": "Botão de captura de tela", + "volumeBoostButton": "Botão de ganho de volume" + }, + "options": { + "below_player": { + "placement": "abaixo dos controles do player", + "value": "Abaixo do player" + }, + "feature_menu": { + "placement": "no menu de recursos", + "value": "Menu de recursos" + }, + "player_controls_left": { + "placement": "à esquerda dos controles do player", + "value": "Controles esquerdos" + }, + "player_controls_right": { + "placement": "à direita dos controles do player", + "value": "Controles direitos" + } + }, + "title": "Coloque o {{BUTTON_NAME}} em {{PLACEMENT}}" + }, + "title": "Button placement settings" + }, + "customCSS": { + "editor": { + "collapse": "Minimizar editor", + "expand": "Maximizar editor", + "noProblems": "Nenhum problema encontrado." + }, + "enable": { + "label": "CSS personalizado", + "title": "Ativa o CSS personalizado para ser aplicado à página" + }, + "title": "Custom CSS settings" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Método de ativação do menu", + "options": { + "click": "Clicar", + "hover": "Passar o cursor" + }, + "title": "Define o método para ativar o menu de recursos" + }, + "title": "Opções do menu de recursos" + } + }, + "forwardRewindButtons": { + "enable": { + "label": "Botões de avançar/voltar", + "title": "Adiciona botões de avançar/voltar ao player de vídeo" + }, + "time": { + "label": "Avançar/voltar tempo", + "title": "O tanto de tempo para avançar/voltar" + }, + "title": "Opções de avançar/voltar" + }, + "importExportSettings": { + "exportButton": { + "success": "Mudanças aplicadas!", + "title": "Exportar opções para arquivo JSON", + "value": "Exportar opções" + }, + "importButton": { + "error": { + "unknown": "Ocorreu um erro ao importar opções. Verifique o formato do arquivo importado.", + "validation": "Erro ao importar opções. Verifique o formato do arquivo importado.\n{{ERROR_MESSAGE}}" + }, + "success": "Opções importadas com sucesso!", + "title": "Importe as opções dum arquivo JSON", + "value": "Importar opções" + } + }, + "language": { + "select": { + "label": "Idioma", + "title": "O idioma da extensão" + }, + "title": "Idioma" + }, + "miscellaneous": { + "features": { + "automaticTheaterMode": { + "label": "Modo teatro automático", + "title": "Ativa automaticamente o modo teatro ao carregar um vídeo" + }, + "automaticallyDisableAmbientMode": { + "label": "Desativar automaticamente o modo ambiente", + "title": "Desativa o modo ambiente automaticamente ao carregar um vídeo" + }, + "automaticallyDisableAutoPlay": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + }, + "automaticallyDisableClosedCaptions": { + "label": "Desativar legendas automaticamente", + "title": "Desativa as legendas ao carregar um vídeo" + }, + "automaticallyEnableClosedCaptions": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + }, + "automaticallyMaximizePlayer": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + }, + "automaticallyShowMoreVideosOnEndScreen": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + }, + "copyTimestampUrlButton": { + "label": "Copiar URL do vídeo com o botão de minutagem", + "title": "Copia o URL do vídeo com a minutagem (?t=123)" + }, + "defaultToOriginalAudioTrack": { + "label": "Retornar à faixa de vídeo original", + "title": "Sempre retornar à faixa de vídeo original" + }, + "enableMarkAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Add a button to playlist items to mark videos as unwatched" + }, + "enableRemoveVideoButton": { + "label": "Remove video button", + "title": "Add a button to playlist items to remove videos from the playlist" + }, + "enableSaveToWatchLaterButton": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + }, + "hideArtificialIntelligenceSummary": { + "label": "Ocultar resumo IA", + "title": "Oculta a seção de resumo IA de um vídeo" + }, + "hideEndScreenCards": { + "label": "Ocultar cards finais", + "title": "Oculta os cards no final do vídeo" + }, + "hideEndScreenCardsButton": { + "label": "Ocultar botão de cards finais", + "title": "Adiciona um botão para exibir/ocultar cards finais" + }, + "hideLiveStreamChat": { + "label": "Ocultar chat da transmissão", + "title": "Oculta o chat da transmissão" + }, + "hideMembersOnlyVideos": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + }, + "hideOfficialArtistVideosFromHomePage": { + "label": "Ocultar vídeos de artistas originais", + "title": "Ocultar vídeos de artistas originais do início" + }, + "hidePaidPromotionBanner": { + "label": "Ocultar banner de promoção paga", + "title": "Oculta o banner ao assistir um vídeo com promoção paga incluída" + }, + "hidePlayables": { + "label": "Ocultar jogáveis", + "title": "Oculta a seção de jogáveis" + }, + "hideScrollbar": { + "label": "Ocultar barra de rolagem", + "title": "Oculta a barra de rolagem da página" + }, + "hideShorts": { + "label": "Ocultar \"Shorts\"", + "title": "Oculta a função \"Shorts\"" + }, + "hideSidebarRecommendedVideos": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + }, + "hideTranslateComment": { + "label": "Ocultar botão de traduzir comentário", + "title": "Oculta o botão de tradução de comentário" + }, + "loopButton": { + "label": "Botão Repetir", + "title": "Adiciona um botão para repetir o vídeo que está assistindo" + }, + "maximizePlayerButton": { + "label": "Botão de maximizar player", + "title": "Adiciona um botão para maximizar o player" + }, + "openTranscriptButton": { + "label": "Abrir botão de transcrição", + "title": "Adiciona um botão para abrir a transcrição do vídeo que está assistindo" + }, + "openYouTubeSettingsOnHover": { + "label": "Abrir opções do YouTube ao passar o cursor", + "title": "Abre as opções do YouTube ao passar o cursor sobre o botão Opções" + }, + "pauseBackgroundPlayers": { + "label": "Pausar player em segundo plano", + "title": "Pausa o player nas abas em segundo plano ao iniciar um novo player noutra aba" + }, + "playlistRemover": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + }, + "remainingTime": { + "label": "Tempo restante", + "title": "Exibe o tempo restante do vídeo que está assistindo" + }, + "rememberLastVolume": { + "label": "Lembrar volume anterior", + "title": "Lembra do aumento de volume do vídeo anterior e aplica-o ao novo vídeo." + }, + "removeRedirect": { + "label": "Remover URLs de redireção do YouTube", + "title": "Substitui a redireção do YouTube por URLs reais, pulando o aviso de redireção" + }, + "restoreFullscreenScrolling": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + }, + "shareShortener": { + "label": "Encurtar link de compartilha de vídeo", + "title": "Encurta os links de compartilha de vídeo (youtu.be) removendo os parâmetros si/features." + }, + "shortsAutoScroll": { + "label": "Rolar automaticamente pelos Shorts", + "title": "Rola para o próximo Short automaticamente" + }, + "skipContinueWatching": { + "label": "Pular aviso de ausência", + "title": "Remove o aviso \"O vídeo está pausado. Continuar assistindo?\"" + } + }, + "title": "Diversos" + }, + "onScreenDisplaySettings": { + "color": { + "label": "Cor", + "options": { + "blue": "Azul", + "green": "Verde", + "orange": "Laranja", + "pink": "Rosa", + "purple": "Roxo", + "red": "Vermelho", + "white": "Branco", + "yellow": "Amarelo" + }, + "title": "Define a cor para as informações em exibição" + }, + "hide": { + "label": "Ocultar atraso", + "title": "Especifica o tempo (em milissegundos) antes de ocultar automaticamente as informações em exibição" + }, + "opacity": { + "label": "Opacidade", + "title": "Ajusta a transparência das informações em exibição" + }, + "padding": { + "label": "Alinhamento", + "title": "Ajusta o alinhamento de informações em exibição (em píxeis)." + }, + "position": { + "label": "Posição", + "options": { + "bottom_left": "Inferior esquerdo", + "bottom_right": "Inferior direito", + "center": "Centro", + "top_left": "Superior esquerdo", + "top_right": "Superior direito" + }, + "title": "Seleciona a posição da exibição na tela" + }, + "title": "On-screen display settings", + "type": { + "label": "Tipo", + "options": { + "circle": "Círculo", + "line": "Linha", + "no_display": "Sem exibição", + "text": "Texto" + }, + "title": "Seleciona o tipo de exibição na tela" + } + }, + "playbackSpeed": { + "enable": { + "label": "Velocidade de playback forçada", + "title": "Define a velocidade do vídeo ao valor que você inserir" + }, + "playbackSpeedButtons": { + "label": "Velocidade de playback", + "select": { + "label": "Velocidade do playback", + "title": "O tanto de velocidade a ser pulado num clique" + }, + "title": "Adiciona botões para acelerar/desacelerar o playback do vídeo" + }, + "select": { + "label": "Velocidade do player", + "title": "A velocidade definida para o vídeo" + }, + "title": "Opções de playback" + }, + "playlistLength": { + "enable": { + "label": "Exibir informações de duração da playlist", + "title": "Exibe a duração da playlist, quantas vezes foi visualizada, e o tempo restante." + }, + "title": "Opções de duração da playlist", + "wayToGetLength": { + "select": { + "label": "Forma de obter a duração da playlist", + "title": "A forma de obter a duração da playlist (O método API voltará a HTML se ocorrer um erro)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Forma de obter o tempo assistido", + "options": { + "duration": "Duração do vídeo", + "youtube": "Tempo assistido do vídeo" + }, + "title": "A forma de obter o tempo assistido (Tipo de duração do vídeo apenas usado na página de exibição)" + } + } + }, + "playlistManagement": { + "features": { + "markAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + }, + "removeVideoButton": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + }, + "title": "Playlist management settings" + }, + "playlistManagementButtons": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + }, + "saveToWatchLaterButton": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + }, + "screenshotButton": { + "enable": { + "label": "Botão de captura de tela", + "title": "Adiciona um botão ao reprodutor para tirar uma captura de tela do vídeo" + }, + "saveAs": { + "both": "Both (File and Clipboard)", + "clipboard": "Área de transferência", + "file": "Arquivo" + }, + "selectFormat": { + "label": "Formato da captura de tela", + "title": "O formato para salvar a captura de tela" + }, + "selectSaveAs": { + "label": "Tipo de armazenamento da captura de tela", + "title": "O tipo de armazenamento da captura de tela" + }, + "title": "Opções de captura de tela" + }, + "scrollWheelSpeedControl": { + "adjustmentSteps": { + "label": "Alterar volume por rolagem", + "title": "Ajusta a mudança de velocidade por rolagem" + }, + "enable": { + "label": "Controle de velocidade da roda do mouse", + "title": "Pressiona uma tecla modificadora para ativar o ajuste de velocidade com a roda do mouse." + }, + "optionLabel": "Tecla {{KEY}}", + "select": { + "label": "Tecla de modificação", + "title": "A tecla de modificação para uso" + }, + "title": "Opções de controle do volume na roda do mouse" + }, + "scrollWheelVolumeControl": { + "adjustmentSteps": { + "label": "Mudança de volume por rolagem", + "title": "Ajusta a mudança de volume por rolagem" + }, + "enable": { + "label": "Ajustar volume com a roda", + "title": "Deixa-o utilizar a roda do cursor para ajustar o volume do vídeo" + }, + "holdModifierKey": { + "enable": { + "label": "Ao segurar a tecla de modificação", + "title": "Segure a tecla de modificação para ajustar o volume com a roda do cursor." + }, + "optionLabel": "Tecla {{KEY}}", + "select": { + "label": "Tecla de modificação", + "title": "A tecla de modificação para uso" + } + }, + "holdRightClick": { + "enable": { + "label": "Ao segurar o botão direito", + "title": "Segure o botão direito para ajustar o volume pela roda." + } + }, + "title": "Opções de ajuste de volume pela roda" + }, + "settingSearch": { + "placeholder": "Buscar por ajustes" + }, + "videoHistory": { + "enable": { + "label": "Rastrear vídeos assistidos", + "title": "Registrar a minutagem do vídeo em que parou e permite a retomada do playback" + }, + "resumeType": { + "select": { + "label": "Tipo de retomada", + "options": { + "automatic": "Automático", + "prompt": "Perguntar" + }, + "title": "Selecione como deseja retomar os vídeos" + } + }, + "title": "Opções de histórico de vídeo" + }, + "volumeBoost": { + "boostAmount": { + "label": "Aumento de volume (dB)", + "title": "O valor para aumentar o volume" + }, + "enable": { + "label": "Aumento de volume", + "title": "Ativa o aumento de volume" + }, + "mode": { + "select": { + "label": "Modo de aumento de volume", + "options": { + "global": "Global", + "perVideo": "Por vídeo" + }, + "title": "Selecione como o aumento de volume é aplicado. 'Por vídeo' permite ativar o aumento para cada vídeo individualmente no menu de recursos. Já o 'Global' aplica o aumento para todos os vídeos quando o aumento de volume é ativado." + } + }, + "title": "Opções de aumento de volume" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "Você pode obter uma aqui", + "input": { + "label": "Chave API", + "title": "Insira sua chave API YouTube Data V3." + }, + "title": "YouTube API V3 key" + }, + "youtubeDeepDark": { + "author": "Autor", + "co-authors": "Co-autores", + "colors": { + "colorShadow": { + "label": "Cor da sombra", + "title": "Cor para sombras" + }, + "dimmerText": { + "label": "Cor do texto secundário", + "title": "Cor para texto secundário" + }, + "hoverBackground": { + "label": "Cor de fundo ao passar o cursor", + "title": "Cor de fundo ao passar o cursor" + }, + "mainBackground": { + "label": "Cor de fundo principal", + "title": "Cor principal para o fundo" + }, + "mainColor": { + "label": "Cor de destaque", + "title": "Cor para destaque" + }, + "mainText": { + "label": "Cor do texto principal", + "title": "Cor para o texto principal" + }, + "secondBackground": { + "label": "Cor de fundo secundário", + "title": "Cor para fundo secundário" + } + }, + "enable": { + "label": "Tema meia-noite", + "title": "Ativar tema selecionado para a página" + }, + "select": { + "label": "Selecionar tema", + "title": "Selecione um tema para a página" + }, + "title": "YouTube deep dark settings" + } + } + } } From 77544a954ff28bd592e2b5a180c780274dc443df Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 6 Dec 2025 02:11:48 -0500 Subject: [PATCH 1386/1783] New translations en-us.json (Persian) --- public/locales/fa-IR.json | 1406 +++++++++++++++++++------------------ 1 file changed, 705 insertions(+), 701 deletions(-) diff --git a/public/locales/fa-IR.json b/public/locales/fa-IR.json index 885974426..2790e4e21 100644 --- a/public/locales/fa-IR.json +++ b/public/locales/fa-IR.json @@ -1,703 +1,707 @@ { - "langCode": "fa-IR", - "langName": "فارسی", - "messages": { - "resumingVideo": "Resuming video at {{VIDEO_TIME}}", - "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "Copied!", - "label": "Copy video URL with timestamp" - } - }, - "featureMenu": { - "button": { - "label": "Feature menu" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "Fast forward by {{TIME}}" - }, - "rewindButton": { - "label": "Rewind by {{TIME}}" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "Hide end screen cards", - "toggle": { - "off": "Show end screen cards", - "on": "Hide end screen cards" - } - } - }, - "loopButton": { - "button": { - "label": "Loop", - "toggle": { - "off": "Loop off", - "on": "Loop on" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "Maximize", - "toggle": { - "off": "Maximize off", - "on": "Maximize on" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Open transcript" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Decrease Speed to {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Increase Speed to {{SPEED}}" - } - }, - "decreaseLimit": "Can't decrease further ({{SPEED}})", - "increaseLimit": "Can't increase further ({{SPEED}})" - }, - "playlistLength": { - "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." - }, - "screenshotButton": { - "button": { - "label": "Screenshot" - }, - "copiedToClipboard": "Screenshot copied to clipboard" - }, - "videoHistory": { - "resumeButton": "Resume", - "resumePrompt": { - "close": "Close" - } - }, - "volumeBoostButton": { - "button": { - "label": "Volume Boost", - "toggle": { - "off": "Volume boost off", - "on": "Volume boost on" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", - "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." - } - } - }, - "info": { - "reset": "All options have been reset to their default values.\nYou can now save the changes by clicking the \"Confirm\" button or discard them by closing this page or ignore this notification." - }, - "success": { - "saved": "Options saved." - } - } - } - }, - "settings": { - "clearData": { - "allDataDeleted": "All data has been deleted.", - "confirmAlert": "This will delete all extension data related to options. Continue?" - }, - "optionDisabled": { - "either": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " or " - }, - "plural": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " and " - }, - "singular": "Enable '{{OPTION}}' to configure this option", - "specificOption": { - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" - } - }, - "scrollForMoreSettings": "Scroll for more settings", - "sections": { - "automaticQuality": { - "enable": { - "label": "Automatic quality adjustment", - "title": "Automatically adjusts the video quality to the selected level." - }, - "fallbackQualityStrategy": { - "select": { - "label": "Quality fallback strategy", - "options": { - "higher": "Higher", - "lower": "Lower" - }, - "title": "The strategy to use when the selected quality is not available" - } - }, - "select": { - "label": "Player quality", - "title": "The quality to set the video to" - }, - "title": "Automatic quality settings" - }, - "bottomButtons": { - "clear": { - "title": "Clears all data this extension has stored on your machine", - "value": "Clear Data" - }, - "confirm": { - "title": "Confirm setting reset", - "value": "Confirm" - }, - "openTab": { - "title": "Open extension settings in a new tab" - }, - "reset": { - "title": "Resets all settings to their defaults, Click the confirm button to save the changes", - "value": "Reset" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "Copy video URL with timestamp button", - "decreasePlaybackSpeedButton": "Decrease Speed button", - "forwardButton": "Fast Forward button", - "hideEndScreenCardsButton": "Hide end screen cards button", - "increasePlaybackSpeedButton": "Increase Speed button", - "loopButton": "Loop button", - "maximizePlayerButton": "Maximize button", - "openTranscriptButton": "Open Transcript button", - "rewindButton": "Rewind button", - "screenshotButton": "Screenshot button", - "volumeBoostButton": "Volume Boost button" - }, - "options": { - "below_player": { - "placement": "below the player controls", - "value": "Below Player" - }, - "feature_menu": { - "placement": "in the feature menu", - "value": "Feature Menu" - }, - "player_controls_left": { - "placement": "on the left side of player controls", - "value": "Left Controls" - }, - "player_controls_right": { - "placement": "on the right side of player controls", - "value": "Right Controls" - } - }, - "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" - }, - "title": "Button placement settings" - }, - "customCSS": { - "editor": { - "collapse": "Collapse Editor", - "expand": "Expand Editor", - "noProblems": "No problems found." - }, - "enable": { - "label": "Custom CSS", - "title": "Enables custom CSS to be applied to the page" - }, - "title": "Custom CSS settings" - }, - "featureMenu": { - "openType": { - "select": { - "label": "Menu Activation Type", - "options": { - "click": "Click", - "hover": "Hover" - }, - "title": "Select the method to activate the feature menu" - }, - "title": "Feature menu settings" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "Forward/rewind buttons", - "title": "Adds forward and rewind buttons to the video player" - }, - "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" - }, - "title": "Forward/rewind button settings" - }, - "importExportSettings": { - "exportButton": { - "success": "Settings successfully exported", - "title": "Export settings to a JSON file", - "value": "Export Settings" - }, - "importButton": { - "error": { - "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", - "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" - }, - "success": "Settings imported successfully", - "title": "Import settings from a JSON file", - "value": "Import Settings" - } - }, - "language": { - "select": { - "label": "Language", - "title": "The language to use for the extension" - }, - "title": "Language" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "Automatic theater mode", - "title": "Automatically enables theater mode when you load a video" - }, - "automaticallyDisableAmbientMode": { - "label": "Automatically disable ambient mode", - "title": "Automatically disables ambient mode when you load a video" - }, - "automaticallyDisableClosedCaptions": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" - }, - "automaticallyEnableClosedCaptions": { - "label": "Automatically enable closed captions", - "title": "Automatically enables closed captions when you load a video" - }, - "automaticallyMaximizePlayer": { - "label": "Automatically maximize player", - "title": "Automatically maximizes the player when you load a video" - }, - "automaticallyShowMoreVideosOnEndScreen": { - "label": "Automatically show more videos on end screen", - "title": "Automatically shows more videos on end screen when you load a video" - }, - "copyTimestampUrlButton": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" - }, - "defaultToOriginalAudioTrack": { - "label": "Default to original audio track", - "title": "Always default to the original audio track" - }, - "enableMarkAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Add a button to playlist items to mark videos as unwatched" - }, - "enableRemoveVideoButton": { - "label": "Remove video button", - "title": "Add a button to playlist items to remove videos from the playlist" - }, - "enableSaveToWatchLaterButton": { - "label": "Enable save to Watch Later button", - "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" - }, - "hideArtificialIntelligenceSummary": { - "label": "Hide AI summary", - "title": "Hides the artificial intelligence summary below videos" - }, - "hideEndScreenCards": { - "label": "Hide end screen cards", - "title": "Hides the cards at the end of the video" - }, - "hideEndScreenCardsButton": { - "label": "Hide end screen cards button", - "title": "Adds a button to show/hide the cards at the end of the video" - }, - "hideLiveStreamChat": { - "label": "Hide live stream chat", - "title": "Hides the live stream chat" - }, - "hideMembersOnlyVideos": { - "label": "Hide members-only videos", - "title": "Hides videos that are only visible to members" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" - }, - "hidePaidPromotionBanner": { - "label": "Hide paid promotion banner", - "title": "Hides the banner that appears when you watch a video that has a paid promotion" - }, - "hidePlayables": { - "label": "Hide playables", - "title": "Hides all playables" - }, - "hideScrollbar": { - "label": "Hide scrollbar", - "title": "Hides the pages scrollbar" - }, - "hideShorts": { - "label": "Hide shorts", - "title": "Hides all shorts" - }, - "hideSidebarRecommendedVideos": { - "label": "Hide recommended videos", - "title": "Hides the sidebar that recommends videos" - }, - "hideTranslateComment": { - "label": "Hide translate comment button", - "title": "Hides 'Translate to Language' button under comments" - }, - "loopButton": { - "label": "Loop button", - "title": "Adds a button to the feature menu to loop the video you're watching" - }, - "maximizePlayerButton": { - "label": "Maximize player button", - "title": "Adds a button to the feature menu to maximize the player" - }, - "openTranscriptButton": { - "label": "Open transcript button", - "title": "Adds a button to the feature menu to open the transcript of the video you're watching" - }, - "openYouTubeSettingsOnHover": { - "label": "Open YouTube settings on hover", - "title": "Opens the YouTube settings menu when you hover over the settings button" - }, - "pauseBackgroundPlayers": { - "label": "Pause background players", - "title": "Pauses video players in background tabs when you start a new player in foreground tab" - }, - "playlistRemover": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" - }, - "remainingTime": { - "label": "Remaining time", - "title": "Shows the remaining time of the video you're watching" - }, - "rememberLastVolume": { - "label": "Remember last volume", - "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" - }, - "removeRedirect": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" - }, - "restoreFullscreenScrolling": { - "label": "Restore fullscreen scrolling", - "title": "Restores scrolling in fullscreen mode" - }, - "shareShortener": { - "label": "Shorten YouTube video share link", - "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" - }, - "shortsAutoScroll": { - "label": "Shorts auto scroll", - "title": "Automatically scrolls to the next short" - }, - "skipContinueWatching": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" - } - }, - "title": "Miscellaneous settings" - }, - "onScreenDisplaySettings": { - "color": { - "label": "Color", - "options": { - "blue": "Blue", - "green": "Green", - "orange": "Orange", - "pink": "Pink", - "purple": "Purple", - "red": "Red", - "white": "White", - "yellow": "Yellow" - }, - "title": "Select the color for the On-Screen Display" - }, - "hide": { - "label": "Hide Delay", - "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" - }, - "opacity": { - "label": "Opacity", - "title": "Adjust the transparency of the On-Screen Display" - }, - "padding": { - "label": "Padding", - "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." - }, - "position": { - "label": "Position", - "options": { - "bottom_left": "Bottom Left", - "bottom_right": "Bottom Right", - "center": "Center", - "top_left": "Top Left", - "top_right": "Top Right" - }, - "title": "Select the position of the On-Screen Display" - }, - "title": "On-screen display settings", - "type": { - "label": "Type", - "options": { - "circle": "Circle", - "line": "Line", - "no_display": "No display", - "text": "Text" - }, - "title": "Select the type of On-Screen Display" - } - }, - "playbackSpeed": { - "enable": { - "label": "Forced playback speed", - "title": "Sets the video speed to what you choose below" - }, - "playbackSpeedButtons": { - "label": "Playback speed buttons", - "select": { - "label": "Playback buttons speed", - "title": "Amount of speed to be changed per click" - }, - "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" - }, - "select": { - "label": "Player speed", - "title": "The speed to set the video to" - }, - "title": "Playback speed settings" - }, - "playlistLength": { - "enable": { - "label": "Display playlist length information", - "title": "Shows the total length of the playlist, how much has been watched, and how much remains." - }, - "title": "Playlist length settings", - "wayToGetLength": { - "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "Method to get watched time", - "options": { - "duration": "Video Length", - "youtube": "Video Watch Time" - }, - "title": "The way to get the amount of time watched (Video Length type only used on watch page)" - } - } - }, - "playlistManagement": { - "features": { - "markAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - }, - "removeVideoButton": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - } - }, - "title": "Playlist management settings" - }, - "playlistManagementButtons": { - "failedToMarkAsUnwatched": "Failed to mark video as unwatched", - "failedToRemoveVideo": "Failed to remove video", - "markAsUnwatched": "Mark as unwatched", - "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "Remove video", - "removingVideo": "Removing video…" - }, - "saveToWatchLaterButton": { - "failedToSaveVideo": "Failed to save video to Watch Later", - "saveVideo": "Save to Watch Later", - "savingVideo": "Saving to Watch Later…" - }, - "screenshotButton": { - "enable": { - "label": "Screenshot button", - "title": "Adds a button to the player to take a screenshot of the video" - }, - "saveAs": { - "clipboard": "Clipboard", - "file": "File", - "both": "Both (File and Clipboard)" - }, - "selectFormat": { - "label": "Screenshot format", - "title": "The format to save the screenshot in" - }, - "selectSaveAs": { - "label": "Screenshot save type", - "title": "The screenshot save type" - }, - "title": "Screenshot settings" - }, - "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "Speed Change Per Scroll", - "title": "Adjust the speed change per scroll" - }, - "enable": { - "label": "Scroll wheel speed control", - "title": "Press a modifier key to enable speed adjustment with the scroll wheel." - }, - "optionLabel": "{{KEY}} key", - "select": { - "label": "Modifier key", - "title": "The modifier key to use" - }, - "title": "Scroll wheel speed control settings" - }, - "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "Volume Change Per Scroll", - "title": "Adjust the volume change per scroll" - }, - "enable": { - "label": "Scroll wheel volume control", - "title": "Lets you use the scroll wheel to control the volume of the video you're watching" - }, - "holdModifierKey": { - "enable": { - "label": "When holding modifier key", - "title": "Press a modifier key to enable volume adjustment with the scroll wheel." - }, - "optionLabel": "{{KEY}} key", - "select": { - "label": "Modifier key", - "title": "The modifier key to use" - } - }, - "holdRightClick": { - "enable": { - "label": "When holding right click", - "title": "Hold right click to enable scroll wheel volume control" - } - }, - "title": "Scroll wheel volume control settings" - }, - "settingSearch": { - "placeholder": "Search for a setting" - }, - "videoHistory": { - "enable": { - "label": "Track watched videos", - "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" - }, - "resumeType": { - "select": { - "label": "Resume type", - "options": { - "automatic": "Automatic", - "prompt": "Prompt" - }, - "title": "Select how you want to resume videos" - } - }, - "title": "Video history settings" - }, - "volumeBoost": { - "boostAmount": { - "label": "Volume boost amount (dB)", - "title": "The amount to boost the volume by" - }, - "enable": { - "label": "Volume boost", - "title": "Enable volume boost" - }, - "mode": { - "select": { - "label": "Volume boost mode", - "options": { - "global": "Global", - "perVideo": "Per video" - }, - "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." - } - }, - "title": "Volume boost settings" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "You can get one from here", - "input": { - "label": "API Key", - "title": "Enter your Youtube Data API V3 key." - }, - "title": "YouTube API V3 key" - }, - "youtubeDeepDark": { - "author": "Author", - "co-authors": "Co-authors", - "colors": { - "colorShadow": { - "label": "Shadow color", - "title": "Color for shadows" - }, - "dimmerText": { - "label": "Secondary text color", - "title": "Color for secondary text" - }, - "hoverBackground": { - "label": "Hover background color", - "title": "Color for hover background" - }, - "mainBackground": { - "label": "Main background color", - "title": "Color for main background" - }, - "mainColor": { - "label": "Accent color", - "title": "Color for accent" - }, - "mainText": { - "label": "Main text color", - "title": "Color for main text" - }, - "secondBackground": { - "label": "Secondary background color", - "title": "Color for secondary background" - } - }, - "enable": { - "label": "Deep Dark Theme", - "title": "Activate the selected theme for the page" - }, - "select": { - "label": "Select theme", - "title": "Select a theme to be applied to the page" - }, - "title": "YouTube deep dark settings" - } - } - } + "langCode": "fa-IR", + "langName": "فارسی", + "messages": { + "resumingVideo": "Resuming video at {{VIDEO_TIME}}", + "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "Copied!", + "label": "Copy video URL with timestamp" + } + }, + "featureMenu": { + "button": { + "label": "Feature menu" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Fast forward by {{TIME}}" + }, + "rewindButton": { + "label": "Rewind by {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Hide end screen cards", + "toggle": { + "off": "Show end screen cards", + "on": "Hide end screen cards" + } + } + }, + "loopButton": { + "button": { + "label": "Loop", + "toggle": { + "off": "Loop off", + "on": "Loop on" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "Maximize", + "toggle": { + "off": "Maximize off", + "on": "Maximize on" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Open transcript" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Decrease Speed to {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Increase Speed to {{SPEED}}" + } + }, + "decreaseLimit": "Can't decrease further ({{SPEED}})", + "increaseLimit": "Can't increase further ({{SPEED}})" + }, + "playlistLength": { + "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + }, + "screenshotButton": { + "button": { + "label": "Screenshot" + }, + "copiedToClipboard": "Screenshot copied to clipboard" + }, + "videoHistory": { + "resumeButton": "Resume", + "resumePrompt": { + "close": "Close" + } + }, + "volumeBoostButton": { + "button": { + "label": "Volume Boost", + "toggle": { + "off": "Volume boost off", + "on": "Volume boost on" + } + } + } + } + }, + "options": { + "notifications": { + "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", + "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." + } + } + }, + "info": { + "reset": "All options have been reset to their default values.\nYou can now save the changes by clicking the \"Confirm\" button or discard them by closing this page or ignore this notification." + }, + "success": { + "saved": "Options saved." + } + } + } + }, + "settings": { + "clearData": { + "allDataDeleted": "All data has been deleted.", + "confirmAlert": "This will delete all extension data related to options. Continue?" + }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "scrollForMoreSettings": "Scroll for more settings", + "sections": { + "automaticQuality": { + "enable": { + "label": "Automatic quality adjustment", + "title": "Automatically adjusts the video quality to the selected level." + }, + "fallbackQualityStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + }, + "select": { + "label": "Player quality", + "title": "The quality to set the video to" + }, + "title": "Automatic quality settings" + }, + "bottomButtons": { + "clear": { + "title": "Clears all data this extension has stored on your machine", + "value": "Clear Data" + }, + "confirm": { + "title": "Confirm setting reset", + "value": "Confirm" + }, + "openTab": { + "title": "Open extension settings in a new tab" + }, + "reset": { + "title": "Resets all settings to their defaults, Click the confirm button to save the changes", + "value": "Reset" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Copy video URL with timestamp button", + "decreasePlaybackSpeedButton": "Decrease Speed button", + "forwardButton": "Fast Forward button", + "hideEndScreenCardsButton": "Hide end screen cards button", + "increasePlaybackSpeedButton": "Increase Speed button", + "loopButton": "Loop button", + "maximizePlayerButton": "Maximize button", + "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind button", + "screenshotButton": "Screenshot button", + "volumeBoostButton": "Volume Boost button" + }, + "options": { + "below_player": { + "placement": "below the player controls", + "value": "Below Player" + }, + "feature_menu": { + "placement": "in the feature menu", + "value": "Feature Menu" + }, + "player_controls_left": { + "placement": "on the left side of player controls", + "value": "Left Controls" + }, + "player_controls_right": { + "placement": "on the right side of player controls", + "value": "Right Controls" + } + }, + "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Button placement settings" + }, + "customCSS": { + "editor": { + "collapse": "Collapse Editor", + "expand": "Expand Editor", + "noProblems": "No problems found." + }, + "enable": { + "label": "Custom CSS", + "title": "Enables custom CSS to be applied to the page" + }, + "title": "Custom CSS settings" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Menu Activation Type", + "options": { + "click": "Click", + "hover": "Hover" + }, + "title": "Select the method to activate the feature menu" + }, + "title": "Feature menu settings" + } + }, + "forwardRewindButtons": { + "enable": { + "label": "Forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + }, + "title": "Forward/rewind button settings" + }, + "importExportSettings": { + "exportButton": { + "success": "Settings successfully exported", + "title": "Export settings to a JSON file", + "value": "Export Settings" + }, + "importButton": { + "error": { + "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", + "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" + }, + "success": "Settings imported successfully", + "title": "Import settings from a JSON file", + "value": "Import Settings" + } + }, + "language": { + "select": { + "label": "Language", + "title": "The language to use for the extension" + }, + "title": "Language" + }, + "miscellaneous": { + "features": { + "automaticTheaterMode": { + "label": "Automatic theater mode", + "title": "Automatically enables theater mode when you load a video" + }, + "automaticallyDisableAmbientMode": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + }, + "automaticallyDisableAutoPlay": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + }, + "automaticallyDisableClosedCaptions": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + }, + "automaticallyEnableClosedCaptions": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + }, + "automaticallyMaximizePlayer": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + }, + "automaticallyShowMoreVideosOnEndScreen": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + }, + "copyTimestampUrlButton": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + }, + "defaultToOriginalAudioTrack": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + }, + "enableMarkAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Add a button to playlist items to mark videos as unwatched" + }, + "enableRemoveVideoButton": { + "label": "Remove video button", + "title": "Add a button to playlist items to remove videos from the playlist" + }, + "enableSaveToWatchLaterButton": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + }, + "hideArtificialIntelligenceSummary": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + }, + "hideEndScreenCards": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + }, + "hideEndScreenCardsButton": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + }, + "hideLiveStreamChat": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + }, + "hideMembersOnlyVideos": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + }, + "hideOfficialArtistVideosFromHomePage": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + }, + "hidePaidPromotionBanner": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + }, + "hidePlayables": { + "label": "Hide playables", + "title": "Hides all playables" + }, + "hideScrollbar": { + "label": "Hide scrollbar", + "title": "Hides the pages scrollbar" + }, + "hideShorts": { + "label": "Hide shorts", + "title": "Hides all shorts" + }, + "hideSidebarRecommendedVideos": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + }, + "hideTranslateComment": { + "label": "Hide translate comment button", + "title": "Hides 'Translate to Language' button under comments" + }, + "loopButton": { + "label": "Loop button", + "title": "Adds a button to the feature menu to loop the video you're watching" + }, + "maximizePlayerButton": { + "label": "Maximize player button", + "title": "Adds a button to the feature menu to maximize the player" + }, + "openTranscriptButton": { + "label": "Open transcript button", + "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + }, + "openYouTubeSettingsOnHover": { + "label": "Open YouTube settings on hover", + "title": "Opens the YouTube settings menu when you hover over the settings button" + }, + "pauseBackgroundPlayers": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + }, + "playlistRemover": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + }, + "remainingTime": { + "label": "Remaining time", + "title": "Shows the remaining time of the video you're watching" + }, + "rememberLastVolume": { + "label": "Remember last volume", + "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + }, + "removeRedirect": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + }, + "restoreFullscreenScrolling": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + }, + "shareShortener": { + "label": "Shorten YouTube video share link", + "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + }, + "shortsAutoScroll": { + "label": "Shorts auto scroll", + "title": "Automatically scrolls to the next short" + }, + "skipContinueWatching": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + } + }, + "title": "Miscellaneous settings" + }, + "onScreenDisplaySettings": { + "color": { + "label": "Color", + "options": { + "blue": "Blue", + "green": "Green", + "orange": "Orange", + "pink": "Pink", + "purple": "Purple", + "red": "Red", + "white": "White", + "yellow": "Yellow" + }, + "title": "Select the color for the On-Screen Display" + }, + "hide": { + "label": "Hide Delay", + "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" + }, + "opacity": { + "label": "Opacity", + "title": "Adjust the transparency of the On-Screen Display" + }, + "padding": { + "label": "Padding", + "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." + }, + "position": { + "label": "Position", + "options": { + "bottom_left": "Bottom Left", + "bottom_right": "Bottom Right", + "center": "Center", + "top_left": "Top Left", + "top_right": "Top Right" + }, + "title": "Select the position of the On-Screen Display" + }, + "title": "On-screen display settings", + "type": { + "label": "Type", + "options": { + "circle": "Circle", + "line": "Line", + "no_display": "No display", + "text": "Text" + }, + "title": "Select the type of On-Screen Display" + } + }, + "playbackSpeed": { + "enable": { + "label": "Forced playback speed", + "title": "Sets the video speed to what you choose below" + }, + "playbackSpeedButtons": { + "label": "Playback speed buttons", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + }, + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + }, + "select": { + "label": "Player speed", + "title": "The speed to set the video to" + }, + "title": "Playback speed settings" + }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + }, + "title": "Playlist length settings", + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } + } + }, + "playlistManagement": { + "features": { + "markAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + }, + "removeVideoButton": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + }, + "title": "Playlist management settings" + }, + "playlistManagementButtons": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + }, + "saveToWatchLaterButton": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + }, + "screenshotButton": { + "enable": { + "label": "Screenshot button", + "title": "Adds a button to the player to take a screenshot of the video" + }, + "saveAs": { + "both": "Both (File and Clipboard)", + "clipboard": "Clipboard", + "file": "File" + }, + "selectFormat": { + "label": "Screenshot format", + "title": "The format to save the screenshot in" + }, + "selectSaveAs": { + "label": "Screenshot save type", + "title": "The screenshot save type" + }, + "title": "Screenshot settings" + }, + "scrollWheelSpeedControl": { + "adjustmentSteps": { + "label": "Speed Change Per Scroll", + "title": "Adjust the speed change per scroll" + }, + "enable": { + "label": "Scroll wheel speed control", + "title": "Press a modifier key to enable speed adjustment with the scroll wheel." + }, + "optionLabel": "{{KEY}} key", + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + }, + "title": "Scroll wheel speed control settings" + }, + "scrollWheelVolumeControl": { + "adjustmentSteps": { + "label": "Volume Change Per Scroll", + "title": "Adjust the volume change per scroll" + }, + "enable": { + "label": "Scroll wheel volume control", + "title": "Lets you use the scroll wheel to control the volume of the video you're watching" + }, + "holdModifierKey": { + "enable": { + "label": "When holding modifier key", + "title": "Press a modifier key to enable volume adjustment with the scroll wheel." + }, + "optionLabel": "{{KEY}} key", + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + } + }, + "holdRightClick": { + "enable": { + "label": "When holding right click", + "title": "Hold right click to enable scroll wheel volume control" + } + }, + "title": "Scroll wheel volume control settings" + }, + "settingSearch": { + "placeholder": "Search for a setting" + }, + "videoHistory": { + "enable": { + "label": "Track watched videos", + "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" + }, + "resumeType": { + "select": { + "label": "Resume type", + "options": { + "automatic": "Automatic", + "prompt": "Prompt" + }, + "title": "Select how you want to resume videos" + } + }, + "title": "Video history settings" + }, + "volumeBoost": { + "boostAmount": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by" + }, + "enable": { + "label": "Volume boost", + "title": "Enable volume boost" + }, + "mode": { + "select": { + "label": "Volume boost mode", + "options": { + "global": "Global", + "perVideo": "Per video" + }, + "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + } + }, + "title": "Volume boost settings" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Key", + "title": "Enter your Youtube Data API V3 key." + }, + "title": "YouTube API V3 key" + }, + "youtubeDeepDark": { + "author": "Author", + "co-authors": "Co-authors", + "colors": { + "colorShadow": { + "label": "Shadow color", + "title": "Color for shadows" + }, + "dimmerText": { + "label": "Secondary text color", + "title": "Color for secondary text" + }, + "hoverBackground": { + "label": "Hover background color", + "title": "Color for hover background" + }, + "mainBackground": { + "label": "Main background color", + "title": "Color for main background" + }, + "mainColor": { + "label": "Accent color", + "title": "Color for accent" + }, + "mainText": { + "label": "Main text color", + "title": "Color for main text" + }, + "secondBackground": { + "label": "Secondary background color", + "title": "Color for secondary background" + } + }, + "enable": { + "label": "Deep Dark Theme", + "title": "Activate the selected theme for the page" + }, + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + }, + "title": "YouTube deep dark settings" + } + } + } } From abc6e36222eb1ecefd2b0a326c71fcaa15f2213e Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 6 Dec 2025 02:11:49 -0500 Subject: [PATCH 1387/1783] New translations en-us.json (Hindi) --- public/locales/hi-IN.json | 1406 +++++++++++++++++++------------------ 1 file changed, 705 insertions(+), 701 deletions(-) diff --git a/public/locales/hi-IN.json b/public/locales/hi-IN.json index 06c14ad8e..502ff90a5 100644 --- a/public/locales/hi-IN.json +++ b/public/locales/hi-IN.json @@ -1,703 +1,707 @@ { - "langCode": "hi-IN", - "langName": "Hindi", - "messages": { - "resumingVideo": "Resuming video at {{VIDEO_TIME}}", - "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "Copied!", - "label": "Copy video URL with timestamp" - } - }, - "featureMenu": { - "button": { - "label": "Feature menu" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "Fast forward by {{TIME}}" - }, - "rewindButton": { - "label": "Rewind by {{TIME}}" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "Hide end screen cards", - "toggle": { - "off": "Show end screen cards", - "on": "Hide end screen cards" - } - } - }, - "loopButton": { - "button": { - "label": "Loop", - "toggle": { - "off": "Loop off", - "on": "Loop on" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "Maximize", - "toggle": { - "off": "Maximize off", - "on": "Maximize on" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Open transcript" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Decrease Speed to {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Increase Speed to {{SPEED}}" - } - }, - "decreaseLimit": "Can't decrease further ({{SPEED}})", - "increaseLimit": "Can't increase further ({{SPEED}})" - }, - "playlistLength": { - "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." - }, - "screenshotButton": { - "button": { - "label": "Screenshot" - }, - "copiedToClipboard": "Screenshot copied to clipboard" - }, - "videoHistory": { - "resumeButton": "Resume", - "resumePrompt": { - "close": "Close" - } - }, - "volumeBoostButton": { - "button": { - "label": "Volume Boost", - "toggle": { - "off": "Volume boost off", - "on": "Volume boost on" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", - "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." - } - } - }, - "info": { - "reset": "All options have been reset to their default values.\nYou can now save the changes by clicking the \"Confirm\" button or discard them by closing this page or ignore this notification." - }, - "success": { - "saved": "Options saved." - } - } - } - }, - "settings": { - "clearData": { - "allDataDeleted": "All data has been deleted.", - "confirmAlert": "This will delete all extension data related to options. Continue?" - }, - "optionDisabled": { - "either": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " or " - }, - "plural": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " and " - }, - "singular": "Enable '{{OPTION}}' to configure this option", - "specificOption": { - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" - } - }, - "scrollForMoreSettings": "Scroll for more settings", - "sections": { - "automaticQuality": { - "enable": { - "label": "Automatic quality adjustment", - "title": "Automatically adjusts the video quality to the selected level." - }, - "fallbackQualityStrategy": { - "select": { - "label": "Quality fallback strategy", - "options": { - "higher": "Higher", - "lower": "Lower" - }, - "title": "The strategy to use when the selected quality is not available" - } - }, - "select": { - "label": "Player quality", - "title": "The quality to set the video to" - }, - "title": "Automatic quality settings" - }, - "bottomButtons": { - "clear": { - "title": "Clears all data this extension has stored on your machine", - "value": "Clear Data" - }, - "confirm": { - "title": "Confirm setting reset", - "value": "Confirm" - }, - "openTab": { - "title": "Open extension settings in a new tab" - }, - "reset": { - "title": "Resets all settings to their defaults, Click the confirm button to save the changes", - "value": "Reset" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "Copy video URL with timestamp button", - "decreasePlaybackSpeedButton": "Decrease Speed button", - "forwardButton": "Fast Forward button", - "hideEndScreenCardsButton": "Hide end screen cards button", - "increasePlaybackSpeedButton": "Increase Speed button", - "loopButton": "Loop button", - "maximizePlayerButton": "Maximize button", - "openTranscriptButton": "Open Transcript button", - "rewindButton": "Rewind button", - "screenshotButton": "Screenshot button", - "volumeBoostButton": "Volume Boost button" - }, - "options": { - "below_player": { - "placement": "below the player controls", - "value": "Below Player" - }, - "feature_menu": { - "placement": "in the feature menu", - "value": "Feature Menu" - }, - "player_controls_left": { - "placement": "on the left side of player controls", - "value": "Left Controls" - }, - "player_controls_right": { - "placement": "on the right side of player controls", - "value": "Right Controls" - } - }, - "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" - }, - "title": "Button placement settings" - }, - "customCSS": { - "editor": { - "collapse": "Collapse Editor", - "expand": "Expand Editor", - "noProblems": "No problems found." - }, - "enable": { - "label": "Custom CSS", - "title": "Enables custom CSS to be applied to the page" - }, - "title": "Custom CSS settings" - }, - "featureMenu": { - "openType": { - "select": { - "label": "Menu Activation Type", - "options": { - "click": "Click", - "hover": "Hover" - }, - "title": "Select the method to activate the feature menu" - }, - "title": "Feature menu settings" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "Forward/rewind buttons", - "title": "Adds forward and rewind buttons to the video player" - }, - "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" - }, - "title": "Forward/rewind button settings" - }, - "importExportSettings": { - "exportButton": { - "success": "Settings successfully exported", - "title": "Export settings to a JSON file", - "value": "Export Settings" - }, - "importButton": { - "error": { - "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", - "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" - }, - "success": "Settings imported successfully", - "title": "Import settings from a JSON file", - "value": "Import Settings" - } - }, - "language": { - "select": { - "label": "Language", - "title": "The language to use for the extension" - }, - "title": "Language" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "Automatic theater mode", - "title": "Automatically enables theater mode when you load a video" - }, - "automaticallyDisableAmbientMode": { - "label": "Automatically disable ambient mode", - "title": "Automatically disables ambient mode when you load a video" - }, - "automaticallyDisableClosedCaptions": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" - }, - "automaticallyEnableClosedCaptions": { - "label": "Automatically enable closed captions", - "title": "Automatically enables closed captions when you load a video" - }, - "automaticallyMaximizePlayer": { - "label": "Automatically maximize player", - "title": "Automatically maximizes the player when you load a video" - }, - "automaticallyShowMoreVideosOnEndScreen": { - "label": "Automatically show more videos on end screen", - "title": "Automatically shows more videos on end screen when you load a video" - }, - "copyTimestampUrlButton": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" - }, - "defaultToOriginalAudioTrack": { - "label": "Default to original audio track", - "title": "Always default to the original audio track" - }, - "enableMarkAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Add a button to playlist items to mark videos as unwatched" - }, - "enableRemoveVideoButton": { - "label": "Remove video button", - "title": "Add a button to playlist items to remove videos from the playlist" - }, - "enableSaveToWatchLaterButton": { - "label": "Enable save to Watch Later button", - "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" - }, - "hideArtificialIntelligenceSummary": { - "label": "Hide AI summary", - "title": "Hides the artificial intelligence summary below videos" - }, - "hideEndScreenCards": { - "label": "Hide end screen cards", - "title": "Hides the cards at the end of the video" - }, - "hideEndScreenCardsButton": { - "label": "Hide end screen cards button", - "title": "Adds a button to show/hide the cards at the end of the video" - }, - "hideLiveStreamChat": { - "label": "Hide live stream chat", - "title": "Hides the live stream chat" - }, - "hideMembersOnlyVideos": { - "label": "Hide members-only videos", - "title": "Hides videos that are only visible to members" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" - }, - "hidePaidPromotionBanner": { - "label": "Hide paid promotion banner", - "title": "Hides the banner that appears when you watch a video that has a paid promotion" - }, - "hidePlayables": { - "label": "Hide playables", - "title": "Hides all playables" - }, - "hideScrollbar": { - "label": "Hide scrollbar", - "title": "Hides the pages scrollbar" - }, - "hideShorts": { - "label": "Hide shorts", - "title": "Hides all shorts" - }, - "hideSidebarRecommendedVideos": { - "label": "Hide recommended videos", - "title": "Hides the sidebar that recommends videos" - }, - "hideTranslateComment": { - "label": "Hide translate comment button", - "title": "Hides 'Translate to Language' button under comments" - }, - "loopButton": { - "label": "Loop button", - "title": "Adds a button to the feature menu to loop the video you're watching" - }, - "maximizePlayerButton": { - "label": "Maximize player button", - "title": "Adds a button to the feature menu to maximize the player" - }, - "openTranscriptButton": { - "label": "Open transcript button", - "title": "Adds a button to the feature menu to open the transcript of the video you're watching" - }, - "openYouTubeSettingsOnHover": { - "label": "Open YouTube settings on hover", - "title": "Opens the YouTube settings menu when you hover over the settings button" - }, - "pauseBackgroundPlayers": { - "label": "Pause background players", - "title": "Pauses video players in background tabs when you start a new player in foreground tab" - }, - "playlistRemover": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" - }, - "remainingTime": { - "label": "Remaining time", - "title": "Shows the remaining time of the video you're watching" - }, - "rememberLastVolume": { - "label": "Remember last volume", - "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" - }, - "removeRedirect": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" - }, - "restoreFullscreenScrolling": { - "label": "Restore fullscreen scrolling", - "title": "Restores scrolling in fullscreen mode" - }, - "shareShortener": { - "label": "Shorten YouTube video share link", - "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" - }, - "shortsAutoScroll": { - "label": "Shorts auto scroll", - "title": "Automatically scrolls to the next short" - }, - "skipContinueWatching": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" - } - }, - "title": "Miscellaneous settings" - }, - "onScreenDisplaySettings": { - "color": { - "label": "Color", - "options": { - "blue": "Blue", - "green": "Green", - "orange": "Orange", - "pink": "Pink", - "purple": "Purple", - "red": "Red", - "white": "White", - "yellow": "Yellow" - }, - "title": "Select the color for the On-Screen Display" - }, - "hide": { - "label": "Hide Delay", - "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" - }, - "opacity": { - "label": "Opacity", - "title": "Adjust the transparency of the On-Screen Display" - }, - "padding": { - "label": "Padding", - "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." - }, - "position": { - "label": "Position", - "options": { - "bottom_left": "Bottom Left", - "bottom_right": "Bottom Right", - "center": "Center", - "top_left": "Top Left", - "top_right": "Top Right" - }, - "title": "Select the position of the On-Screen Display" - }, - "title": "On-screen display settings", - "type": { - "label": "Type", - "options": { - "circle": "Circle", - "line": "Line", - "no_display": "No display", - "text": "Text" - }, - "title": "Select the type of On-Screen Display" - } - }, - "playbackSpeed": { - "enable": { - "label": "Forced playback speed", - "title": "Sets the video speed to what you choose below" - }, - "playbackSpeedButtons": { - "label": "Playback speed buttons", - "select": { - "label": "Playback buttons speed", - "title": "Amount of speed to be changed per click" - }, - "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" - }, - "select": { - "label": "Player speed", - "title": "The speed to set the video to" - }, - "title": "Playback speed settings" - }, - "playlistLength": { - "enable": { - "label": "Display playlist length information", - "title": "Shows the total length of the playlist, how much has been watched, and how much remains." - }, - "title": "Playlist length settings", - "wayToGetLength": { - "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "Method to get watched time", - "options": { - "duration": "Video Length", - "youtube": "Video Watch Time" - }, - "title": "The way to get the amount of time watched (Video Length type only used on watch page)" - } - } - }, - "playlistManagement": { - "features": { - "markAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - }, - "removeVideoButton": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - } - }, - "title": "Playlist management settings" - }, - "playlistManagementButtons": { - "failedToMarkAsUnwatched": "Failed to mark video as unwatched", - "failedToRemoveVideo": "Failed to remove video", - "markAsUnwatched": "Mark as unwatched", - "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "Remove video", - "removingVideo": "Removing video…" - }, - "saveToWatchLaterButton": { - "failedToSaveVideo": "Failed to save video to Watch Later", - "saveVideo": "Save to Watch Later", - "savingVideo": "Saving to Watch Later…" - }, - "screenshotButton": { - "enable": { - "label": "Screenshot button", - "title": "Adds a button to the player to take a screenshot of the video" - }, - "saveAs": { - "clipboard": "Clipboard", - "file": "File", - "both": "Both (File and Clipboard)" - }, - "selectFormat": { - "label": "Screenshot format", - "title": "The format to save the screenshot in" - }, - "selectSaveAs": { - "label": "Screenshot save type", - "title": "The screenshot save type" - }, - "title": "Screenshot settings" - }, - "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "Speed Change Per Scroll", - "title": "Adjust the speed change per scroll" - }, - "enable": { - "label": "Scroll wheel speed control", - "title": "Press a modifier key to enable speed adjustment with the scroll wheel." - }, - "optionLabel": "{{KEY}} key", - "select": { - "label": "Modifier key", - "title": "The modifier key to use" - }, - "title": "Scroll wheel speed control settings" - }, - "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "Volume Change Per Scroll", - "title": "Adjust the volume change per scroll" - }, - "enable": { - "label": "Scroll wheel volume control", - "title": "Lets you use the scroll wheel to control the volume of the video you're watching" - }, - "holdModifierKey": { - "enable": { - "label": "When holding modifier key", - "title": "Press a modifier key to enable volume adjustment with the scroll wheel." - }, - "optionLabel": "{{KEY}} key", - "select": { - "label": "Modifier key", - "title": "The modifier key to use" - } - }, - "holdRightClick": { - "enable": { - "label": "When holding right click", - "title": "Hold right click to enable scroll wheel volume control" - } - }, - "title": "Scroll wheel volume control settings" - }, - "settingSearch": { - "placeholder": "Search for a setting" - }, - "videoHistory": { - "enable": { - "label": "Track watched videos", - "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" - }, - "resumeType": { - "select": { - "label": "Resume type", - "options": { - "automatic": "Automatic", - "prompt": "Prompt" - }, - "title": "Select how you want to resume videos" - } - }, - "title": "Video history settings" - }, - "volumeBoost": { - "boostAmount": { - "label": "Volume boost amount (dB)", - "title": "The amount to boost the volume by" - }, - "enable": { - "label": "Volume boost", - "title": "Enable volume boost" - }, - "mode": { - "select": { - "label": "Volume boost mode", - "options": { - "global": "Global", - "perVideo": "Per video" - }, - "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." - } - }, - "title": "Volume boost settings" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "You can get one from here", - "input": { - "label": "API Key", - "title": "Enter your Youtube Data API V3 key." - }, - "title": "YouTube API V3 key" - }, - "youtubeDeepDark": { - "author": "Author", - "co-authors": "Co-authors", - "colors": { - "colorShadow": { - "label": "Shadow color", - "title": "Color for shadows" - }, - "dimmerText": { - "label": "Secondary text color", - "title": "Color for secondary text" - }, - "hoverBackground": { - "label": "Hover background color", - "title": "Color for hover background" - }, - "mainBackground": { - "label": "Main background color", - "title": "Color for main background" - }, - "mainColor": { - "label": "Accent color", - "title": "Color for accent" - }, - "mainText": { - "label": "Main text color", - "title": "Color for main text" - }, - "secondBackground": { - "label": "Secondary background color", - "title": "Color for secondary background" - } - }, - "enable": { - "label": "Deep Dark Theme", - "title": "Activate the selected theme for the page" - }, - "select": { - "label": "Select theme", - "title": "Select a theme to be applied to the page" - }, - "title": "YouTube deep dark settings" - } - } - } + "langCode": "hi-IN", + "langName": "Hindi", + "messages": { + "resumingVideo": "Resuming video at {{VIDEO_TIME}}", + "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "Copied!", + "label": "Copy video URL with timestamp" + } + }, + "featureMenu": { + "button": { + "label": "Feature menu" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Fast forward by {{TIME}}" + }, + "rewindButton": { + "label": "Rewind by {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Hide end screen cards", + "toggle": { + "off": "Show end screen cards", + "on": "Hide end screen cards" + } + } + }, + "loopButton": { + "button": { + "label": "Loop", + "toggle": { + "off": "Loop off", + "on": "Loop on" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "Maximize", + "toggle": { + "off": "Maximize off", + "on": "Maximize on" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Open transcript" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Decrease Speed to {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Increase Speed to {{SPEED}}" + } + }, + "decreaseLimit": "Can't decrease further ({{SPEED}})", + "increaseLimit": "Can't increase further ({{SPEED}})" + }, + "playlistLength": { + "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + }, + "screenshotButton": { + "button": { + "label": "Screenshot" + }, + "copiedToClipboard": "Screenshot copied to clipboard" + }, + "videoHistory": { + "resumeButton": "Resume", + "resumePrompt": { + "close": "Close" + } + }, + "volumeBoostButton": { + "button": { + "label": "Volume Boost", + "toggle": { + "off": "Volume boost off", + "on": "Volume boost on" + } + } + } + } + }, + "options": { + "notifications": { + "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", + "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." + } + } + }, + "info": { + "reset": "All options have been reset to their default values.\nYou can now save the changes by clicking the \"Confirm\" button or discard them by closing this page or ignore this notification." + }, + "success": { + "saved": "Options saved." + } + } + } + }, + "settings": { + "clearData": { + "allDataDeleted": "All data has been deleted.", + "confirmAlert": "This will delete all extension data related to options. Continue?" + }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "scrollForMoreSettings": "Scroll for more settings", + "sections": { + "automaticQuality": { + "enable": { + "label": "Automatic quality adjustment", + "title": "Automatically adjusts the video quality to the selected level." + }, + "fallbackQualityStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + }, + "select": { + "label": "Player quality", + "title": "The quality to set the video to" + }, + "title": "Automatic quality settings" + }, + "bottomButtons": { + "clear": { + "title": "Clears all data this extension has stored on your machine", + "value": "Clear Data" + }, + "confirm": { + "title": "Confirm setting reset", + "value": "Confirm" + }, + "openTab": { + "title": "Open extension settings in a new tab" + }, + "reset": { + "title": "Resets all settings to their defaults, Click the confirm button to save the changes", + "value": "Reset" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Copy video URL with timestamp button", + "decreasePlaybackSpeedButton": "Decrease Speed button", + "forwardButton": "Fast Forward button", + "hideEndScreenCardsButton": "Hide end screen cards button", + "increasePlaybackSpeedButton": "Increase Speed button", + "loopButton": "Loop button", + "maximizePlayerButton": "Maximize button", + "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind button", + "screenshotButton": "Screenshot button", + "volumeBoostButton": "Volume Boost button" + }, + "options": { + "below_player": { + "placement": "below the player controls", + "value": "Below Player" + }, + "feature_menu": { + "placement": "in the feature menu", + "value": "Feature Menu" + }, + "player_controls_left": { + "placement": "on the left side of player controls", + "value": "Left Controls" + }, + "player_controls_right": { + "placement": "on the right side of player controls", + "value": "Right Controls" + } + }, + "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Button placement settings" + }, + "customCSS": { + "editor": { + "collapse": "Collapse Editor", + "expand": "Expand Editor", + "noProblems": "No problems found." + }, + "enable": { + "label": "Custom CSS", + "title": "Enables custom CSS to be applied to the page" + }, + "title": "Custom CSS settings" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Menu Activation Type", + "options": { + "click": "Click", + "hover": "Hover" + }, + "title": "Select the method to activate the feature menu" + }, + "title": "Feature menu settings" + } + }, + "forwardRewindButtons": { + "enable": { + "label": "Forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + }, + "title": "Forward/rewind button settings" + }, + "importExportSettings": { + "exportButton": { + "success": "Settings successfully exported", + "title": "Export settings to a JSON file", + "value": "Export Settings" + }, + "importButton": { + "error": { + "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", + "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" + }, + "success": "Settings imported successfully", + "title": "Import settings from a JSON file", + "value": "Import Settings" + } + }, + "language": { + "select": { + "label": "Language", + "title": "The language to use for the extension" + }, + "title": "Language" + }, + "miscellaneous": { + "features": { + "automaticTheaterMode": { + "label": "Automatic theater mode", + "title": "Automatically enables theater mode when you load a video" + }, + "automaticallyDisableAmbientMode": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + }, + "automaticallyDisableAutoPlay": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + }, + "automaticallyDisableClosedCaptions": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + }, + "automaticallyEnableClosedCaptions": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + }, + "automaticallyMaximizePlayer": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + }, + "automaticallyShowMoreVideosOnEndScreen": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + }, + "copyTimestampUrlButton": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + }, + "defaultToOriginalAudioTrack": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + }, + "enableMarkAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Add a button to playlist items to mark videos as unwatched" + }, + "enableRemoveVideoButton": { + "label": "Remove video button", + "title": "Add a button to playlist items to remove videos from the playlist" + }, + "enableSaveToWatchLaterButton": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + }, + "hideArtificialIntelligenceSummary": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + }, + "hideEndScreenCards": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + }, + "hideEndScreenCardsButton": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + }, + "hideLiveStreamChat": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + }, + "hideMembersOnlyVideos": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + }, + "hideOfficialArtistVideosFromHomePage": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + }, + "hidePaidPromotionBanner": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + }, + "hidePlayables": { + "label": "Hide playables", + "title": "Hides all playables" + }, + "hideScrollbar": { + "label": "Hide scrollbar", + "title": "Hides the pages scrollbar" + }, + "hideShorts": { + "label": "Hide shorts", + "title": "Hides all shorts" + }, + "hideSidebarRecommendedVideos": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + }, + "hideTranslateComment": { + "label": "Hide translate comment button", + "title": "Hides 'Translate to Language' button under comments" + }, + "loopButton": { + "label": "Loop button", + "title": "Adds a button to the feature menu to loop the video you're watching" + }, + "maximizePlayerButton": { + "label": "Maximize player button", + "title": "Adds a button to the feature menu to maximize the player" + }, + "openTranscriptButton": { + "label": "Open transcript button", + "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + }, + "openYouTubeSettingsOnHover": { + "label": "Open YouTube settings on hover", + "title": "Opens the YouTube settings menu when you hover over the settings button" + }, + "pauseBackgroundPlayers": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + }, + "playlistRemover": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + }, + "remainingTime": { + "label": "Remaining time", + "title": "Shows the remaining time of the video you're watching" + }, + "rememberLastVolume": { + "label": "Remember last volume", + "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + }, + "removeRedirect": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + }, + "restoreFullscreenScrolling": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + }, + "shareShortener": { + "label": "Shorten YouTube video share link", + "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + }, + "shortsAutoScroll": { + "label": "Shorts auto scroll", + "title": "Automatically scrolls to the next short" + }, + "skipContinueWatching": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + } + }, + "title": "Miscellaneous settings" + }, + "onScreenDisplaySettings": { + "color": { + "label": "Color", + "options": { + "blue": "Blue", + "green": "Green", + "orange": "Orange", + "pink": "Pink", + "purple": "Purple", + "red": "Red", + "white": "White", + "yellow": "Yellow" + }, + "title": "Select the color for the On-Screen Display" + }, + "hide": { + "label": "Hide Delay", + "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" + }, + "opacity": { + "label": "Opacity", + "title": "Adjust the transparency of the On-Screen Display" + }, + "padding": { + "label": "Padding", + "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." + }, + "position": { + "label": "Position", + "options": { + "bottom_left": "Bottom Left", + "bottom_right": "Bottom Right", + "center": "Center", + "top_left": "Top Left", + "top_right": "Top Right" + }, + "title": "Select the position of the On-Screen Display" + }, + "title": "On-screen display settings", + "type": { + "label": "Type", + "options": { + "circle": "Circle", + "line": "Line", + "no_display": "No display", + "text": "Text" + }, + "title": "Select the type of On-Screen Display" + } + }, + "playbackSpeed": { + "enable": { + "label": "Forced playback speed", + "title": "Sets the video speed to what you choose below" + }, + "playbackSpeedButtons": { + "label": "Playback speed buttons", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + }, + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + }, + "select": { + "label": "Player speed", + "title": "The speed to set the video to" + }, + "title": "Playback speed settings" + }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + }, + "title": "Playlist length settings", + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } + } + }, + "playlistManagement": { + "features": { + "markAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + }, + "removeVideoButton": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + }, + "title": "Playlist management settings" + }, + "playlistManagementButtons": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + }, + "saveToWatchLaterButton": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + }, + "screenshotButton": { + "enable": { + "label": "Screenshot button", + "title": "Adds a button to the player to take a screenshot of the video" + }, + "saveAs": { + "both": "Both (File and Clipboard)", + "clipboard": "Clipboard", + "file": "File" + }, + "selectFormat": { + "label": "Screenshot format", + "title": "The format to save the screenshot in" + }, + "selectSaveAs": { + "label": "Screenshot save type", + "title": "The screenshot save type" + }, + "title": "Screenshot settings" + }, + "scrollWheelSpeedControl": { + "adjustmentSteps": { + "label": "Speed Change Per Scroll", + "title": "Adjust the speed change per scroll" + }, + "enable": { + "label": "Scroll wheel speed control", + "title": "Press a modifier key to enable speed adjustment with the scroll wheel." + }, + "optionLabel": "{{KEY}} key", + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + }, + "title": "Scroll wheel speed control settings" + }, + "scrollWheelVolumeControl": { + "adjustmentSteps": { + "label": "Volume Change Per Scroll", + "title": "Adjust the volume change per scroll" + }, + "enable": { + "label": "Scroll wheel volume control", + "title": "Lets you use the scroll wheel to control the volume of the video you're watching" + }, + "holdModifierKey": { + "enable": { + "label": "When holding modifier key", + "title": "Press a modifier key to enable volume adjustment with the scroll wheel." + }, + "optionLabel": "{{KEY}} key", + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + } + }, + "holdRightClick": { + "enable": { + "label": "When holding right click", + "title": "Hold right click to enable scroll wheel volume control" + } + }, + "title": "Scroll wheel volume control settings" + }, + "settingSearch": { + "placeholder": "Search for a setting" + }, + "videoHistory": { + "enable": { + "label": "Track watched videos", + "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" + }, + "resumeType": { + "select": { + "label": "Resume type", + "options": { + "automatic": "Automatic", + "prompt": "Prompt" + }, + "title": "Select how you want to resume videos" + } + }, + "title": "Video history settings" + }, + "volumeBoost": { + "boostAmount": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by" + }, + "enable": { + "label": "Volume boost", + "title": "Enable volume boost" + }, + "mode": { + "select": { + "label": "Volume boost mode", + "options": { + "global": "Global", + "perVideo": "Per video" + }, + "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + } + }, + "title": "Volume boost settings" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Key", + "title": "Enter your Youtube Data API V3 key." + }, + "title": "YouTube API V3 key" + }, + "youtubeDeepDark": { + "author": "Author", + "co-authors": "Co-authors", + "colors": { + "colorShadow": { + "label": "Shadow color", + "title": "Color for shadows" + }, + "dimmerText": { + "label": "Secondary text color", + "title": "Color for secondary text" + }, + "hoverBackground": { + "label": "Hover background color", + "title": "Color for hover background" + }, + "mainBackground": { + "label": "Main background color", + "title": "Color for main background" + }, + "mainColor": { + "label": "Accent color", + "title": "Color for accent" + }, + "mainText": { + "label": "Main text color", + "title": "Color for main text" + }, + "secondBackground": { + "label": "Secondary background color", + "title": "Color for secondary background" + } + }, + "enable": { + "label": "Deep Dark Theme", + "title": "Activate the selected theme for the page" + }, + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + }, + "title": "YouTube deep dark settings" + } + } + } } From 4f6eeee4dbfd01691a5fc196736c71e6f1a78ce6 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 6 Dec 2025 02:11:50 -0500 Subject: [PATCH 1388/1783] New translations en-us.json (English, United Kingdom) --- public/locales/en-GB.json | 1406 +++++++++++++++++++------------------ 1 file changed, 705 insertions(+), 701 deletions(-) diff --git a/public/locales/en-GB.json b/public/locales/en-GB.json index 66d1f905f..2ec74f19b 100644 --- a/public/locales/en-GB.json +++ b/public/locales/en-GB.json @@ -1,703 +1,707 @@ { - "langCode": "en-UK", - "langName": "English (UK)", - "messages": { - "resumingVideo": "Resuming video at {{VIDEO_TIME}}", - "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "Copied!", - "label": "Copy video URL with timestamp" - } - }, - "featureMenu": { - "button": { - "label": "Feature menu" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "Fast forward by {{TIME}}" - }, - "rewindButton": { - "label": "Rewind by {{TIME}}" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "Hide end screen cards", - "toggle": { - "off": "Show end screen cards", - "on": "Hide end screen cards" - } - } - }, - "loopButton": { - "button": { - "label": "Loop", - "toggle": { - "off": "Loop off", - "on": "Loop on" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "Maximize", - "toggle": { - "off": "Maximize off", - "on": "Maximize on" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Open transcript" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Decrease Speed to {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Increase Speed to {{SPEED}}" - } - }, - "decreaseLimit": "Can't decrease further ({{SPEED}})", - "increaseLimit": "Can't increase further ({{SPEED}})" - }, - "playlistLength": { - "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." - }, - "screenshotButton": { - "button": { - "label": "Screenshot" - }, - "copiedToClipboard": "Screenshot copied to clipboard" - }, - "videoHistory": { - "resumeButton": "Resume", - "resumePrompt": { - "close": "Close" - } - }, - "volumeBoostButton": { - "button": { - "label": "Volume Boost", - "toggle": { - "off": "Volume boost off", - "on": "Volume boost on" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", - "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." - } - } - }, - "info": { - "reset": "All options have been reset to their default values.\nYou can now save the changes by clicking the \"Confirm\" button or discard them by closing this page or ignore this notification." - }, - "success": { - "saved": "Options saved." - } - } - } - }, - "settings": { - "clearData": { - "allDataDeleted": "All data has been deleted.", - "confirmAlert": "This will delete all extension data related to options. Continue?" - }, - "optionDisabled": { - "either": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " or " - }, - "plural": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " and " - }, - "singular": "Enable '{{OPTION}}' to configure this option", - "specificOption": { - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" - } - }, - "scrollForMoreSettings": "Scroll for more settings", - "sections": { - "automaticQuality": { - "enable": { - "label": "Automatic quality adjustment", - "title": "Automatically adjusts the video quality to the selected level." - }, - "fallbackQualityStrategy": { - "select": { - "label": "Quality fallback strategy", - "options": { - "higher": "Higher", - "lower": "Lower" - }, - "title": "The strategy to use when the selected quality is not available" - } - }, - "select": { - "label": "Player quality", - "title": "The quality to set the video to" - }, - "title": "Automatic quality settings" - }, - "bottomButtons": { - "clear": { - "title": "Clears all data this extension has stored on your machine", - "value": "Clear Data" - }, - "confirm": { - "title": "Confirm setting reset", - "value": "Confirm" - }, - "openTab": { - "title": "Open extension settings in a new tab" - }, - "reset": { - "title": "Resets all settings to their defaults, Click the confirm button to save the changes", - "value": "Reset" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "Copy video URL with timestamp button", - "decreasePlaybackSpeedButton": "Decrease Speed button", - "forwardButton": "Fast Forward button", - "hideEndScreenCardsButton": "Hide end screen cards button", - "increasePlaybackSpeedButton": "Increase Speed button", - "loopButton": "Loop button", - "maximizePlayerButton": "Maximize button", - "openTranscriptButton": "Open Transcript button", - "rewindButton": "Rewind button", - "screenshotButton": "Screenshot button", - "volumeBoostButton": "Volume Boost button" - }, - "options": { - "below_player": { - "placement": "below the player controls", - "value": "Below Player" - }, - "feature_menu": { - "placement": "in the feature menu", - "value": "Feature Menu" - }, - "player_controls_left": { - "placement": "on the left side of player controls", - "value": "Left Controls" - }, - "player_controls_right": { - "placement": "on the right side of player controls", - "value": "Right Controls" - } - }, - "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" - }, - "title": "Button placement settings" - }, - "customCSS": { - "editor": { - "collapse": "Collapse Editor", - "expand": "Expand Editor", - "noProblems": "No problems found." - }, - "enable": { - "label": "Custom CSS", - "title": "Enables custom CSS to be applied to the page" - }, - "title": "Custom CSS settings" - }, - "featureMenu": { - "openType": { - "select": { - "label": "Menu Activation Type", - "options": { - "click": "Click", - "hover": "Hover" - }, - "title": "Select the method to activate the feature menu" - }, - "title": "Feature menu settings" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "Forward/rewind buttons", - "title": "Adds forward and rewind buttons to the video player" - }, - "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" - }, - "title": "Forward/rewind button settings" - }, - "importExportSettings": { - "exportButton": { - "success": "Settings successfully exported", - "title": "Export settings to a JSON file", - "value": "Export Settings" - }, - "importButton": { - "error": { - "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", - "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" - }, - "success": "Settings imported successfully", - "title": "Import settings from a JSON file", - "value": "Import Settings" - } - }, - "language": { - "select": { - "label": "Language", - "title": "The language to use for the extension" - }, - "title": "Language" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "Automatic theatre mode", - "title": "Automatically enables theatre mode when you load a video" - }, - "automaticallyDisableAmbientMode": { - "label": "Automatically disable ambient mode", - "title": "Automatically disables ambient mode when you load a video" - }, - "automaticallyDisableClosedCaptions": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" - }, - "automaticallyEnableClosedCaptions": { - "label": "Automatically enable closed captions", - "title": "Automatically enables closed captions when you load a video" - }, - "automaticallyMaximizePlayer": { - "label": "Automatically maximize player", - "title": "Automatically maximizes the player when you load a video" - }, - "automaticallyShowMoreVideosOnEndScreen": { - "label": "Automatically show more videos on end screen", - "title": "Automatically shows more videos on end screen when you load a video" - }, - "copyTimestampUrlButton": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" - }, - "defaultToOriginalAudioTrack": { - "label": "Default to original audio track", - "title": "Always default to the original audio track" - }, - "enableMarkAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Add a button to playlist items to mark videos as unwatched" - }, - "enableRemoveVideoButton": { - "label": "Remove video button", - "title": "Add a button to playlist items to remove videos from the playlist" - }, - "enableSaveToWatchLaterButton": { - "label": "Enable save to Watch Later button", - "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" - }, - "hideArtificialIntelligenceSummary": { - "label": "Hide AI summary", - "title": "Hides the artificial intelligence summary below videos" - }, - "hideEndScreenCards": { - "label": "Hide end screen cards", - "title": "Hides the cards at the end of the video" - }, - "hideEndScreenCardsButton": { - "label": "Hide end screen cards button", - "title": "Adds a button to show/hide the cards at the end of the video" - }, - "hideLiveStreamChat": { - "label": "Hide live stream chat", - "title": "Hides the live stream chat" - }, - "hideMembersOnlyVideos": { - "label": "Hide members-only videos", - "title": "Hides videos that are only visible to members" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" - }, - "hidePaidPromotionBanner": { - "label": "Hide paid promotion banner", - "title": "Hides the banner that appears when you watch a video that has a paid promotion" - }, - "hidePlayables": { - "label": "Hide playables", - "title": "Hides all playables" - }, - "hideScrollbar": { - "label": "Hide scrollbar", - "title": "Hides the pages scrollbar" - }, - "hideShorts": { - "label": "Hide shorts", - "title": "Hides all shorts" - }, - "hideSidebarRecommendedVideos": { - "label": "Hide recommended videos", - "title": "Hides the sidebar that recommends videos" - }, - "hideTranslateComment": { - "label": "Hide translate comment button", - "title": "Hides 'Translate to Language' button under comments" - }, - "loopButton": { - "label": "Loop button", - "title": "Adds a button to the feature menu to loop the video you're watching" - }, - "maximizePlayerButton": { - "label": "Maximize player button", - "title": "Adds a button to the feature menu to maximize the player" - }, - "openTranscriptButton": { - "label": "Open transcript button", - "title": "Adds a button to the feature menu to open the transcript of the video you're watching" - }, - "openYouTubeSettingsOnHover": { - "label": "Open YouTube settings on hover", - "title": "Opens the YouTube settings menu when you hover over the settings button" - }, - "pauseBackgroundPlayers": { - "label": "Pause background players", - "title": "Pauses video players in background tabs when you start a new player in foreground tab" - }, - "playlistRemover": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" - }, - "remainingTime": { - "label": "Remaining time", - "title": "Shows the remaining time of the video you're watching" - }, - "rememberLastVolume": { - "label": "Remember last volume", - "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" - }, - "removeRedirect": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" - }, - "restoreFullscreenScrolling": { - "label": "Restore fullscreen scrolling", - "title": "Restores scrolling in fullscreen mode" - }, - "shareShortener": { - "label": "Shorten YouTube video share link", - "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" - }, - "shortsAutoScroll": { - "label": "Shorts auto scroll", - "title": "Automatically scrolls to the next short" - }, - "skipContinueWatching": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" - } - }, - "title": "Miscellaneous settings" - }, - "onScreenDisplaySettings": { - "color": { - "label": "Colour", - "options": { - "blue": "Blue", - "green": "Green", - "orange": "Orange", - "pink": "Pink", - "purple": "Purple", - "red": "Red", - "white": "White", - "yellow": "Yellow" - }, - "title": "Select the colour for the On-Screen Display" - }, - "hide": { - "label": "Hide Delay", - "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" - }, - "opacity": { - "label": "Opacity", - "title": "Adjust the transparency of the On-Screen Display" - }, - "padding": { - "label": "Padding", - "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." - }, - "position": { - "label": "Position", - "options": { - "bottom_left": "Bottom Left", - "bottom_right": "Bottom Right", - "center": "Centre", - "top_left": "Top Left", - "top_right": "Top Right" - }, - "title": "Select the position of the On-Screen Display" - }, - "title": "On-screen display settings", - "type": { - "label": "Type", - "options": { - "circle": "Circle", - "line": "Line", - "no_display": "No display", - "text": "Text" - }, - "title": "Select the type of On-Screen Display" - } - }, - "playbackSpeed": { - "enable": { - "label": "Forced playback speed", - "title": "Sets the video speed to what you choose below" - }, - "playbackSpeedButtons": { - "label": "Playback speed buttons", - "select": { - "label": "Playback buttons speed", - "title": "Amount of speed to be changed per click" - }, - "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" - }, - "select": { - "label": "Player speed", - "title": "The speed to set the video to" - }, - "title": "Playback speed settings" - }, - "playlistLength": { - "enable": { - "label": "Display playlist length information", - "title": "Shows the total length of the playlist, how much has been watched, and how much remains." - }, - "title": "Playlist length settings", - "wayToGetLength": { - "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "Method to get watched time", - "options": { - "duration": "Video Length", - "youtube": "Video Watch Time" - }, - "title": "The way to get the amount of time watched (Video Length type only used on watch page)" - } - } - }, - "playlistManagement": { - "features": { - "markAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - }, - "removeVideoButton": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - } - }, - "title": "Playlist management settings" - }, - "playlistManagementButtons": { - "failedToMarkAsUnwatched": "Failed to mark video as unwatched", - "failedToRemoveVideo": "Failed to remove video", - "markAsUnwatched": "Mark as unwatched", - "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "Remove video", - "removingVideo": "Removing video…" - }, - "saveToWatchLaterButton": { - "failedToSaveVideo": "Failed to save video to Watch Later", - "saveVideo": "Save to Watch Later", - "savingVideo": "Saving to Watch Later…" - }, - "screenshotButton": { - "enable": { - "label": "Screenshot button", - "title": "Adds a button to the player to take a screenshot of the video" - }, - "saveAs": { - "clipboard": "Clipboard", - "file": "File", - "both": "Both (File and Clipboard)" - }, - "selectFormat": { - "label": "Screenshot format", - "title": "The format to save the screenshot in" - }, - "selectSaveAs": { - "label": "Screenshot save type", - "title": "The screenshot save type" - }, - "title": "Screenshot settings" - }, - "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "Speed Change Per Scroll", - "title": "Adjust the speed change per scroll" - }, - "enable": { - "label": "Scroll wheel speed control", - "title": "Press a modifier key to enable speed adjustment with the scroll wheel." - }, - "optionLabel": "{{KEY}} key", - "select": { - "label": "Modifier key", - "title": "The modifier key to use" - }, - "title": "Scroll wheel speed control settings" - }, - "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "Volume Change Per Scroll", - "title": "Adjust the volume change per scroll" - }, - "enable": { - "label": "Scroll wheel volume control", - "title": "Lets you use the scroll wheel to control the volume of the video you're watching" - }, - "holdModifierKey": { - "enable": { - "label": "When holding modifier key", - "title": "Press a modifier key to enable volume adjustment with the scroll wheel." - }, - "optionLabel": "{{KEY}} key", - "select": { - "label": "Modifier key", - "title": "The modifier key to use" - } - }, - "holdRightClick": { - "enable": { - "label": "When holding right click", - "title": "Hold right click to enable scroll wheel volume control" - } - }, - "title": "Scroll wheel volume control settings" - }, - "settingSearch": { - "placeholder": "Search for a setting" - }, - "videoHistory": { - "enable": { - "label": "Track watched videos", - "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" - }, - "resumeType": { - "select": { - "label": "Resume type", - "options": { - "automatic": "Automatic", - "prompt": "Prompt" - }, - "title": "Select how you want to resume videos" - } - }, - "title": "Video history settings" - }, - "volumeBoost": { - "boostAmount": { - "label": "Volume boost amount (dB)", - "title": "The amount to boost the volume by" - }, - "enable": { - "label": "Volume boost", - "title": "Enable volume boost" - }, - "mode": { - "select": { - "label": "Volume boost mode", - "options": { - "global": "Global", - "perVideo": "Per video" - }, - "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." - } - }, - "title": "Volume boost settings" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "You can get one from here", - "input": { - "label": "API Key", - "title": "Enter your Youtube Data API V3 key." - }, - "title": "YouTube API V3 key" - }, - "youtubeDeepDark": { - "author": "Author", - "co-authors": "Co-authors", - "colors": { - "colorShadow": { - "label": "Shadow color", - "title": "Color for shadows" - }, - "dimmerText": { - "label": "Secondary text color", - "title": "Color for secondary text" - }, - "hoverBackground": { - "label": "Hover background color", - "title": "Color for hover background" - }, - "mainBackground": { - "label": "Main background color", - "title": "Color for main background" - }, - "mainColor": { - "label": "Accent color", - "title": "Color for accent" - }, - "mainText": { - "label": "Main text color", - "title": "Color for main text" - }, - "secondBackground": { - "label": "Secondary background color", - "title": "Color for secondary background" - } - }, - "enable": { - "label": "Deep Dark Theme", - "title": "Activate the selected theme for the page" - }, - "select": { - "label": "Select theme", - "title": "Select a theme to be applied to the page" - }, - "title": "YouTube deep dark settings" - } - } - } + "langCode": "en-UK", + "langName": "English (UK)", + "messages": { + "resumingVideo": "Resuming video at {{VIDEO_TIME}}", + "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "Copied!", + "label": "Copy video URL with timestamp" + } + }, + "featureMenu": { + "button": { + "label": "Feature menu" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Fast forward by {{TIME}}" + }, + "rewindButton": { + "label": "Rewind by {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Hide end screen cards", + "toggle": { + "off": "Show end screen cards", + "on": "Hide end screen cards" + } + } + }, + "loopButton": { + "button": { + "label": "Loop", + "toggle": { + "off": "Loop off", + "on": "Loop on" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "Maximize", + "toggle": { + "off": "Maximize off", + "on": "Maximize on" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Open transcript" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Decrease Speed to {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Increase Speed to {{SPEED}}" + } + }, + "decreaseLimit": "Can't decrease further ({{SPEED}})", + "increaseLimit": "Can't increase further ({{SPEED}})" + }, + "playlistLength": { + "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + }, + "screenshotButton": { + "button": { + "label": "Screenshot" + }, + "copiedToClipboard": "Screenshot copied to clipboard" + }, + "videoHistory": { + "resumeButton": "Resume", + "resumePrompt": { + "close": "Close" + } + }, + "volumeBoostButton": { + "button": { + "label": "Volume Boost", + "toggle": { + "off": "Volume boost off", + "on": "Volume boost on" + } + } + } + } + }, + "options": { + "notifications": { + "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", + "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." + } + } + }, + "info": { + "reset": "All options have been reset to their default values.\nYou can now save the changes by clicking the \"Confirm\" button or discard them by closing this page or ignore this notification." + }, + "success": { + "saved": "Options saved." + } + } + } + }, + "settings": { + "clearData": { + "allDataDeleted": "All data has been deleted.", + "confirmAlert": "This will delete all extension data related to options. Continue?" + }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "scrollForMoreSettings": "Scroll for more settings", + "sections": { + "automaticQuality": { + "enable": { + "label": "Automatic quality adjustment", + "title": "Automatically adjusts the video quality to the selected level." + }, + "fallbackQualityStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + }, + "select": { + "label": "Player quality", + "title": "The quality to set the video to" + }, + "title": "Automatic quality settings" + }, + "bottomButtons": { + "clear": { + "title": "Clears all data this extension has stored on your machine", + "value": "Clear Data" + }, + "confirm": { + "title": "Confirm setting reset", + "value": "Confirm" + }, + "openTab": { + "title": "Open extension settings in a new tab" + }, + "reset": { + "title": "Resets all settings to their defaults, Click the confirm button to save the changes", + "value": "Reset" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Copy video URL with timestamp button", + "decreasePlaybackSpeedButton": "Decrease Speed button", + "forwardButton": "Fast Forward button", + "hideEndScreenCardsButton": "Hide end screen cards button", + "increasePlaybackSpeedButton": "Increase Speed button", + "loopButton": "Loop button", + "maximizePlayerButton": "Maximize button", + "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind button", + "screenshotButton": "Screenshot button", + "volumeBoostButton": "Volume Boost button" + }, + "options": { + "below_player": { + "placement": "below the player controls", + "value": "Below Player" + }, + "feature_menu": { + "placement": "in the feature menu", + "value": "Feature Menu" + }, + "player_controls_left": { + "placement": "on the left side of player controls", + "value": "Left Controls" + }, + "player_controls_right": { + "placement": "on the right side of player controls", + "value": "Right Controls" + } + }, + "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Button placement settings" + }, + "customCSS": { + "editor": { + "collapse": "Collapse Editor", + "expand": "Expand Editor", + "noProblems": "No problems found." + }, + "enable": { + "label": "Custom CSS", + "title": "Enables custom CSS to be applied to the page" + }, + "title": "Custom CSS settings" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Menu Activation Type", + "options": { + "click": "Click", + "hover": "Hover" + }, + "title": "Select the method to activate the feature menu" + }, + "title": "Feature menu settings" + } + }, + "forwardRewindButtons": { + "enable": { + "label": "Forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + }, + "title": "Forward/rewind button settings" + }, + "importExportSettings": { + "exportButton": { + "success": "Settings successfully exported", + "title": "Export settings to a JSON file", + "value": "Export Settings" + }, + "importButton": { + "error": { + "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", + "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" + }, + "success": "Settings imported successfully", + "title": "Import settings from a JSON file", + "value": "Import Settings" + } + }, + "language": { + "select": { + "label": "Language", + "title": "The language to use for the extension" + }, + "title": "Language" + }, + "miscellaneous": { + "features": { + "automaticTheaterMode": { + "label": "Automatic theatre mode", + "title": "Automatically enables theatre mode when you load a video" + }, + "automaticallyDisableAmbientMode": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + }, + "automaticallyDisableAutoPlay": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + }, + "automaticallyDisableClosedCaptions": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + }, + "automaticallyEnableClosedCaptions": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + }, + "automaticallyMaximizePlayer": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + }, + "automaticallyShowMoreVideosOnEndScreen": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + }, + "copyTimestampUrlButton": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + }, + "defaultToOriginalAudioTrack": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + }, + "enableMarkAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Add a button to playlist items to mark videos as unwatched" + }, + "enableRemoveVideoButton": { + "label": "Remove video button", + "title": "Add a button to playlist items to remove videos from the playlist" + }, + "enableSaveToWatchLaterButton": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + }, + "hideArtificialIntelligenceSummary": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + }, + "hideEndScreenCards": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + }, + "hideEndScreenCardsButton": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + }, + "hideLiveStreamChat": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + }, + "hideMembersOnlyVideos": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + }, + "hideOfficialArtistVideosFromHomePage": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + }, + "hidePaidPromotionBanner": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + }, + "hidePlayables": { + "label": "Hide playables", + "title": "Hides all playables" + }, + "hideScrollbar": { + "label": "Hide scrollbar", + "title": "Hides the pages scrollbar" + }, + "hideShorts": { + "label": "Hide shorts", + "title": "Hides all shorts" + }, + "hideSidebarRecommendedVideos": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + }, + "hideTranslateComment": { + "label": "Hide translate comment button", + "title": "Hides 'Translate to Language' button under comments" + }, + "loopButton": { + "label": "Loop button", + "title": "Adds a button to the feature menu to loop the video you're watching" + }, + "maximizePlayerButton": { + "label": "Maximize player button", + "title": "Adds a button to the feature menu to maximize the player" + }, + "openTranscriptButton": { + "label": "Open transcript button", + "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + }, + "openYouTubeSettingsOnHover": { + "label": "Open YouTube settings on hover", + "title": "Opens the YouTube settings menu when you hover over the settings button" + }, + "pauseBackgroundPlayers": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + }, + "playlistRemover": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + }, + "remainingTime": { + "label": "Remaining time", + "title": "Shows the remaining time of the video you're watching" + }, + "rememberLastVolume": { + "label": "Remember last volume", + "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + }, + "removeRedirect": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + }, + "restoreFullscreenScrolling": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + }, + "shareShortener": { + "label": "Shorten YouTube video share link", + "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + }, + "shortsAutoScroll": { + "label": "Shorts auto scroll", + "title": "Automatically scrolls to the next short" + }, + "skipContinueWatching": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + } + }, + "title": "Miscellaneous settings" + }, + "onScreenDisplaySettings": { + "color": { + "label": "Colour", + "options": { + "blue": "Blue", + "green": "Green", + "orange": "Orange", + "pink": "Pink", + "purple": "Purple", + "red": "Red", + "white": "White", + "yellow": "Yellow" + }, + "title": "Select the colour for the On-Screen Display" + }, + "hide": { + "label": "Hide Delay", + "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" + }, + "opacity": { + "label": "Opacity", + "title": "Adjust the transparency of the On-Screen Display" + }, + "padding": { + "label": "Padding", + "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." + }, + "position": { + "label": "Position", + "options": { + "bottom_left": "Bottom Left", + "bottom_right": "Bottom Right", + "center": "Centre", + "top_left": "Top Left", + "top_right": "Top Right" + }, + "title": "Select the position of the On-Screen Display" + }, + "title": "On-screen display settings", + "type": { + "label": "Type", + "options": { + "circle": "Circle", + "line": "Line", + "no_display": "No display", + "text": "Text" + }, + "title": "Select the type of On-Screen Display" + } + }, + "playbackSpeed": { + "enable": { + "label": "Forced playback speed", + "title": "Sets the video speed to what you choose below" + }, + "playbackSpeedButtons": { + "label": "Playback speed buttons", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + }, + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + }, + "select": { + "label": "Player speed", + "title": "The speed to set the video to" + }, + "title": "Playback speed settings" + }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + }, + "title": "Playlist length settings", + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } + } + }, + "playlistManagement": { + "features": { + "markAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + }, + "removeVideoButton": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + }, + "title": "Playlist management settings" + }, + "playlistManagementButtons": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + }, + "saveToWatchLaterButton": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + }, + "screenshotButton": { + "enable": { + "label": "Screenshot button", + "title": "Adds a button to the player to take a screenshot of the video" + }, + "saveAs": { + "both": "Both (File and Clipboard)", + "clipboard": "Clipboard", + "file": "File" + }, + "selectFormat": { + "label": "Screenshot format", + "title": "The format to save the screenshot in" + }, + "selectSaveAs": { + "label": "Screenshot save type", + "title": "The screenshot save type" + }, + "title": "Screenshot settings" + }, + "scrollWheelSpeedControl": { + "adjustmentSteps": { + "label": "Speed Change Per Scroll", + "title": "Adjust the speed change per scroll" + }, + "enable": { + "label": "Scroll wheel speed control", + "title": "Press a modifier key to enable speed adjustment with the scroll wheel." + }, + "optionLabel": "{{KEY}} key", + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + }, + "title": "Scroll wheel speed control settings" + }, + "scrollWheelVolumeControl": { + "adjustmentSteps": { + "label": "Volume Change Per Scroll", + "title": "Adjust the volume change per scroll" + }, + "enable": { + "label": "Scroll wheel volume control", + "title": "Lets you use the scroll wheel to control the volume of the video you're watching" + }, + "holdModifierKey": { + "enable": { + "label": "When holding modifier key", + "title": "Press a modifier key to enable volume adjustment with the scroll wheel." + }, + "optionLabel": "{{KEY}} key", + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + } + }, + "holdRightClick": { + "enable": { + "label": "When holding right click", + "title": "Hold right click to enable scroll wheel volume control" + } + }, + "title": "Scroll wheel volume control settings" + }, + "settingSearch": { + "placeholder": "Search for a setting" + }, + "videoHistory": { + "enable": { + "label": "Track watched videos", + "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" + }, + "resumeType": { + "select": { + "label": "Resume type", + "options": { + "automatic": "Automatic", + "prompt": "Prompt" + }, + "title": "Select how you want to resume videos" + } + }, + "title": "Video history settings" + }, + "volumeBoost": { + "boostAmount": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by" + }, + "enable": { + "label": "Volume boost", + "title": "Enable volume boost" + }, + "mode": { + "select": { + "label": "Volume boost mode", + "options": { + "global": "Global", + "perVideo": "Per video" + }, + "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + } + }, + "title": "Volume boost settings" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Key", + "title": "Enter your Youtube Data API V3 key." + }, + "title": "YouTube API V3 key" + }, + "youtubeDeepDark": { + "author": "Author", + "co-authors": "Co-authors", + "colors": { + "colorShadow": { + "label": "Shadow color", + "title": "Color for shadows" + }, + "dimmerText": { + "label": "Secondary text color", + "title": "Color for secondary text" + }, + "hoverBackground": { + "label": "Hover background color", + "title": "Color for hover background" + }, + "mainBackground": { + "label": "Main background color", + "title": "Color for main background" + }, + "mainColor": { + "label": "Accent color", + "title": "Color for accent" + }, + "mainText": { + "label": "Main text color", + "title": "Color for main text" + }, + "secondBackground": { + "label": "Secondary background color", + "title": "Color for secondary background" + } + }, + "enable": { + "label": "Deep Dark Theme", + "title": "Activate the selected theme for the page" + }, + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + }, + "title": "YouTube deep dark settings" + } + } + } } From 5960bdd96bf5c7a0f9a685bc0988a529a47b45c7 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 6 Dec 2025 11:54:26 -0500 Subject: [PATCH 1389/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index b2a9d707f..47a0a3f52 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -286,8 +286,8 @@ "title": "Disabilita automaticamente la modalità ambiente quando si carica un video" }, "automaticallyDisableAutoPlay": { - "label": "Automatically disable autoplay", - "title": "Automatically disables autoplay when you load a video" + "label": "Disabilita automaticamente la riproduzione automatica", + "title": "Disabilita automaticamente la riproduzione automatica quando carichi un video" }, "automaticallyDisableClosedCaptions": { "label": "Disabilita automaticamente le didascalie chiuse", From c358bbb2fccf46d0c1eb8ec37ff0b68e455390ae Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 7 Dec 2025 04:56:05 -0500 Subject: [PATCH 1390/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index f0009d256..1f62bfc90 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -286,8 +286,8 @@ "title": "载入视频时自动禁用氛围模式" }, "automaticallyDisableAutoPlay": { - "label": "Automatically disable autoplay", - "title": "Automatically disables autoplay when you load a video" + "label": "自动禁用自动播放", + "title": "载入视频时自动禁用自动播放" }, "automaticallyDisableClosedCaptions": { "label": "自动禁用隐藏式字幕", From 2341f86600536b90943759c288ff303d52c7f88a Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 18 Dec 2025 07:33:50 -0500 Subject: [PATCH 1391/1783] New translations en-us.json (Hindi) --- public/locales/hi-IN.json | 1410 ++++++++++++++++++------------------- 1 file changed, 705 insertions(+), 705 deletions(-) diff --git a/public/locales/hi-IN.json b/public/locales/hi-IN.json index 502ff90a5..4805d9eaf 100644 --- a/public/locales/hi-IN.json +++ b/public/locales/hi-IN.json @@ -1,707 +1,707 @@ { - "langCode": "hi-IN", - "langName": "Hindi", - "messages": { - "resumingVideo": "Resuming video at {{VIDEO_TIME}}", - "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "Copied!", - "label": "Copy video URL with timestamp" - } - }, - "featureMenu": { - "button": { - "label": "Feature menu" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "Fast forward by {{TIME}}" - }, - "rewindButton": { - "label": "Rewind by {{TIME}}" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "Hide end screen cards", - "toggle": { - "off": "Show end screen cards", - "on": "Hide end screen cards" - } - } - }, - "loopButton": { - "button": { - "label": "Loop", - "toggle": { - "off": "Loop off", - "on": "Loop on" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "Maximize", - "toggle": { - "off": "Maximize off", - "on": "Maximize on" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Open transcript" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Decrease Speed to {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Increase Speed to {{SPEED}}" - } - }, - "decreaseLimit": "Can't decrease further ({{SPEED}})", - "increaseLimit": "Can't increase further ({{SPEED}})" - }, - "playlistLength": { - "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." - }, - "screenshotButton": { - "button": { - "label": "Screenshot" - }, - "copiedToClipboard": "Screenshot copied to clipboard" - }, - "videoHistory": { - "resumeButton": "Resume", - "resumePrompt": { - "close": "Close" - } - }, - "volumeBoostButton": { - "button": { - "label": "Volume Boost", - "toggle": { - "off": "Volume boost off", - "on": "Volume boost on" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", - "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." - } - } - }, - "info": { - "reset": "All options have been reset to their default values.\nYou can now save the changes by clicking the \"Confirm\" button or discard them by closing this page or ignore this notification." - }, - "success": { - "saved": "Options saved." - } - } - } - }, - "settings": { - "clearData": { - "allDataDeleted": "All data has been deleted.", - "confirmAlert": "This will delete all extension data related to options. Continue?" - }, - "optionDisabled": { - "either": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " or " - }, - "plural": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " and " - }, - "singular": "Enable '{{OPTION}}' to configure this option", - "specificOption": { - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" - } - }, - "scrollForMoreSettings": "Scroll for more settings", - "sections": { - "automaticQuality": { - "enable": { - "label": "Automatic quality adjustment", - "title": "Automatically adjusts the video quality to the selected level." - }, - "fallbackQualityStrategy": { - "select": { - "label": "Quality fallback strategy", - "options": { - "higher": "Higher", - "lower": "Lower" - }, - "title": "The strategy to use when the selected quality is not available" - } - }, - "select": { - "label": "Player quality", - "title": "The quality to set the video to" - }, - "title": "Automatic quality settings" - }, - "bottomButtons": { - "clear": { - "title": "Clears all data this extension has stored on your machine", - "value": "Clear Data" - }, - "confirm": { - "title": "Confirm setting reset", - "value": "Confirm" - }, - "openTab": { - "title": "Open extension settings in a new tab" - }, - "reset": { - "title": "Resets all settings to their defaults, Click the confirm button to save the changes", - "value": "Reset" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "Copy video URL with timestamp button", - "decreasePlaybackSpeedButton": "Decrease Speed button", - "forwardButton": "Fast Forward button", - "hideEndScreenCardsButton": "Hide end screen cards button", - "increasePlaybackSpeedButton": "Increase Speed button", - "loopButton": "Loop button", - "maximizePlayerButton": "Maximize button", - "openTranscriptButton": "Open Transcript button", - "rewindButton": "Rewind button", - "screenshotButton": "Screenshot button", - "volumeBoostButton": "Volume Boost button" - }, - "options": { - "below_player": { - "placement": "below the player controls", - "value": "Below Player" - }, - "feature_menu": { - "placement": "in the feature menu", - "value": "Feature Menu" - }, - "player_controls_left": { - "placement": "on the left side of player controls", - "value": "Left Controls" - }, - "player_controls_right": { - "placement": "on the right side of player controls", - "value": "Right Controls" - } - }, - "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" - }, - "title": "Button placement settings" - }, - "customCSS": { - "editor": { - "collapse": "Collapse Editor", - "expand": "Expand Editor", - "noProblems": "No problems found." - }, - "enable": { - "label": "Custom CSS", - "title": "Enables custom CSS to be applied to the page" - }, - "title": "Custom CSS settings" - }, - "featureMenu": { - "openType": { - "select": { - "label": "Menu Activation Type", - "options": { - "click": "Click", - "hover": "Hover" - }, - "title": "Select the method to activate the feature menu" - }, - "title": "Feature menu settings" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "Forward/rewind buttons", - "title": "Adds forward and rewind buttons to the video player" - }, - "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" - }, - "title": "Forward/rewind button settings" - }, - "importExportSettings": { - "exportButton": { - "success": "Settings successfully exported", - "title": "Export settings to a JSON file", - "value": "Export Settings" - }, - "importButton": { - "error": { - "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", - "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" - }, - "success": "Settings imported successfully", - "title": "Import settings from a JSON file", - "value": "Import Settings" - } - }, - "language": { - "select": { - "label": "Language", - "title": "The language to use for the extension" - }, - "title": "Language" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "Automatic theater mode", - "title": "Automatically enables theater mode when you load a video" - }, - "automaticallyDisableAmbientMode": { - "label": "Automatically disable ambient mode", - "title": "Automatically disables ambient mode when you load a video" - }, - "automaticallyDisableAutoPlay": { - "label": "Automatically disable autoplay", - "title": "Automatically disables autoplay when you load a video" - }, - "automaticallyDisableClosedCaptions": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" - }, - "automaticallyEnableClosedCaptions": { - "label": "Automatically enable closed captions", - "title": "Automatically enables closed captions when you load a video" - }, - "automaticallyMaximizePlayer": { - "label": "Automatically maximize player", - "title": "Automatically maximizes the player when you load a video" - }, - "automaticallyShowMoreVideosOnEndScreen": { - "label": "Automatically show more videos on end screen", - "title": "Automatically shows more videos on end screen when you load a video" - }, - "copyTimestampUrlButton": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" - }, - "defaultToOriginalAudioTrack": { - "label": "Default to original audio track", - "title": "Always default to the original audio track" - }, - "enableMarkAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Add a button to playlist items to mark videos as unwatched" - }, - "enableRemoveVideoButton": { - "label": "Remove video button", - "title": "Add a button to playlist items to remove videos from the playlist" - }, - "enableSaveToWatchLaterButton": { - "label": "Enable save to Watch Later button", - "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" - }, - "hideArtificialIntelligenceSummary": { - "label": "Hide AI summary", - "title": "Hides the artificial intelligence summary below videos" - }, - "hideEndScreenCards": { - "label": "Hide end screen cards", - "title": "Hides the cards at the end of the video" - }, - "hideEndScreenCardsButton": { - "label": "Hide end screen cards button", - "title": "Adds a button to show/hide the cards at the end of the video" - }, - "hideLiveStreamChat": { - "label": "Hide live stream chat", - "title": "Hides the live stream chat" - }, - "hideMembersOnlyVideos": { - "label": "Hide members-only videos", - "title": "Hides videos that are only visible to members" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" - }, - "hidePaidPromotionBanner": { - "label": "Hide paid promotion banner", - "title": "Hides the banner that appears when you watch a video that has a paid promotion" - }, - "hidePlayables": { - "label": "Hide playables", - "title": "Hides all playables" - }, - "hideScrollbar": { - "label": "Hide scrollbar", - "title": "Hides the pages scrollbar" - }, - "hideShorts": { - "label": "Hide shorts", - "title": "Hides all shorts" - }, - "hideSidebarRecommendedVideos": { - "label": "Hide recommended videos", - "title": "Hides the sidebar that recommends videos" - }, - "hideTranslateComment": { - "label": "Hide translate comment button", - "title": "Hides 'Translate to Language' button under comments" - }, - "loopButton": { - "label": "Loop button", - "title": "Adds a button to the feature menu to loop the video you're watching" - }, - "maximizePlayerButton": { - "label": "Maximize player button", - "title": "Adds a button to the feature menu to maximize the player" - }, - "openTranscriptButton": { - "label": "Open transcript button", - "title": "Adds a button to the feature menu to open the transcript of the video you're watching" - }, - "openYouTubeSettingsOnHover": { - "label": "Open YouTube settings on hover", - "title": "Opens the YouTube settings menu when you hover over the settings button" - }, - "pauseBackgroundPlayers": { - "label": "Pause background players", - "title": "Pauses video players in background tabs when you start a new player in foreground tab" - }, - "playlistRemover": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" - }, - "remainingTime": { - "label": "Remaining time", - "title": "Shows the remaining time of the video you're watching" - }, - "rememberLastVolume": { - "label": "Remember last volume", - "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" - }, - "removeRedirect": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" - }, - "restoreFullscreenScrolling": { - "label": "Restore fullscreen scrolling", - "title": "Restores scrolling in fullscreen mode" - }, - "shareShortener": { - "label": "Shorten YouTube video share link", - "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" - }, - "shortsAutoScroll": { - "label": "Shorts auto scroll", - "title": "Automatically scrolls to the next short" - }, - "skipContinueWatching": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" - } - }, - "title": "Miscellaneous settings" - }, - "onScreenDisplaySettings": { - "color": { - "label": "Color", - "options": { - "blue": "Blue", - "green": "Green", - "orange": "Orange", - "pink": "Pink", - "purple": "Purple", - "red": "Red", - "white": "White", - "yellow": "Yellow" - }, - "title": "Select the color for the On-Screen Display" - }, - "hide": { - "label": "Hide Delay", - "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" - }, - "opacity": { - "label": "Opacity", - "title": "Adjust the transparency of the On-Screen Display" - }, - "padding": { - "label": "Padding", - "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." - }, - "position": { - "label": "Position", - "options": { - "bottom_left": "Bottom Left", - "bottom_right": "Bottom Right", - "center": "Center", - "top_left": "Top Left", - "top_right": "Top Right" - }, - "title": "Select the position of the On-Screen Display" - }, - "title": "On-screen display settings", - "type": { - "label": "Type", - "options": { - "circle": "Circle", - "line": "Line", - "no_display": "No display", - "text": "Text" - }, - "title": "Select the type of On-Screen Display" - } - }, - "playbackSpeed": { - "enable": { - "label": "Forced playback speed", - "title": "Sets the video speed to what you choose below" - }, - "playbackSpeedButtons": { - "label": "Playback speed buttons", - "select": { - "label": "Playback buttons speed", - "title": "Amount of speed to be changed per click" - }, - "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" - }, - "select": { - "label": "Player speed", - "title": "The speed to set the video to" - }, - "title": "Playback speed settings" - }, - "playlistLength": { - "enable": { - "label": "Display playlist length information", - "title": "Shows the total length of the playlist, how much has been watched, and how much remains." - }, - "title": "Playlist length settings", - "wayToGetLength": { - "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "Method to get watched time", - "options": { - "duration": "Video Length", - "youtube": "Video Watch Time" - }, - "title": "The way to get the amount of time watched (Video Length type only used on watch page)" - } - } - }, - "playlistManagement": { - "features": { - "markAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - }, - "removeVideoButton": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - } - }, - "title": "Playlist management settings" - }, - "playlistManagementButtons": { - "failedToMarkAsUnwatched": "Failed to mark video as unwatched", - "failedToRemoveVideo": "Failed to remove video", - "markAsUnwatched": "Mark as unwatched", - "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "Remove video", - "removingVideo": "Removing video…" - }, - "saveToWatchLaterButton": { - "failedToSaveVideo": "Failed to save video to Watch Later", - "saveVideo": "Save to Watch Later", - "savingVideo": "Saving to Watch Later…" - }, - "screenshotButton": { - "enable": { - "label": "Screenshot button", - "title": "Adds a button to the player to take a screenshot of the video" - }, - "saveAs": { - "both": "Both (File and Clipboard)", - "clipboard": "Clipboard", - "file": "File" - }, - "selectFormat": { - "label": "Screenshot format", - "title": "The format to save the screenshot in" - }, - "selectSaveAs": { - "label": "Screenshot save type", - "title": "The screenshot save type" - }, - "title": "Screenshot settings" - }, - "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "Speed Change Per Scroll", - "title": "Adjust the speed change per scroll" - }, - "enable": { - "label": "Scroll wheel speed control", - "title": "Press a modifier key to enable speed adjustment with the scroll wheel." - }, - "optionLabel": "{{KEY}} key", - "select": { - "label": "Modifier key", - "title": "The modifier key to use" - }, - "title": "Scroll wheel speed control settings" - }, - "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "Volume Change Per Scroll", - "title": "Adjust the volume change per scroll" - }, - "enable": { - "label": "Scroll wheel volume control", - "title": "Lets you use the scroll wheel to control the volume of the video you're watching" - }, - "holdModifierKey": { - "enable": { - "label": "When holding modifier key", - "title": "Press a modifier key to enable volume adjustment with the scroll wheel." - }, - "optionLabel": "{{KEY}} key", - "select": { - "label": "Modifier key", - "title": "The modifier key to use" - } - }, - "holdRightClick": { - "enable": { - "label": "When holding right click", - "title": "Hold right click to enable scroll wheel volume control" - } - }, - "title": "Scroll wheel volume control settings" - }, - "settingSearch": { - "placeholder": "Search for a setting" - }, - "videoHistory": { - "enable": { - "label": "Track watched videos", - "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" - }, - "resumeType": { - "select": { - "label": "Resume type", - "options": { - "automatic": "Automatic", - "prompt": "Prompt" - }, - "title": "Select how you want to resume videos" - } - }, - "title": "Video history settings" - }, - "volumeBoost": { - "boostAmount": { - "label": "Volume boost amount (dB)", - "title": "The amount to boost the volume by" - }, - "enable": { - "label": "Volume boost", - "title": "Enable volume boost" - }, - "mode": { - "select": { - "label": "Volume boost mode", - "options": { - "global": "Global", - "perVideo": "Per video" - }, - "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." - } - }, - "title": "Volume boost settings" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "You can get one from here", - "input": { - "label": "API Key", - "title": "Enter your Youtube Data API V3 key." - }, - "title": "YouTube API V3 key" - }, - "youtubeDeepDark": { - "author": "Author", - "co-authors": "Co-authors", - "colors": { - "colorShadow": { - "label": "Shadow color", - "title": "Color for shadows" - }, - "dimmerText": { - "label": "Secondary text color", - "title": "Color for secondary text" - }, - "hoverBackground": { - "label": "Hover background color", - "title": "Color for hover background" - }, - "mainBackground": { - "label": "Main background color", - "title": "Color for main background" - }, - "mainColor": { - "label": "Accent color", - "title": "Color for accent" - }, - "mainText": { - "label": "Main text color", - "title": "Color for main text" - }, - "secondBackground": { - "label": "Secondary background color", - "title": "Color for secondary background" - } - }, - "enable": { - "label": "Deep Dark Theme", - "title": "Activate the selected theme for the page" - }, - "select": { - "label": "Select theme", - "title": "Select a theme to be applied to the page" - }, - "title": "YouTube deep dark settings" - } - } - } + "langCode": "hi-IN", + "langName": "Hindi", + "messages": { + "resumingVideo": "Resuming video at {{VIDEO_TIME}}", + "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "Copied!", + "label": "Copy video URL with timestamp" + } + }, + "featureMenu": { + "button": { + "label": "Feature menu" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Fast forward by {{TIME}}" + }, + "rewindButton": { + "label": "Rewind by {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Hide end screen cards", + "toggle": { + "off": "Show end screen cards", + "on": "Hide end screen cards" + } + } + }, + "loopButton": { + "button": { + "label": "Loop", + "toggle": { + "off": "Loop off", + "on": "Loop on" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "Maximize", + "toggle": { + "off": "Maximize off", + "on": "Maximize on" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Open transcript" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Decrease Speed to {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Increase Speed to {{SPEED}}" + } + }, + "decreaseLimit": "Can't decrease further ({{SPEED}})", + "increaseLimit": "Can't increase further ({{SPEED}})" + }, + "playlistLength": { + "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + }, + "screenshotButton": { + "button": { + "label": "Screenshot" + }, + "copiedToClipboard": "Screenshot copied to clipboard" + }, + "videoHistory": { + "resumeButton": "Resume", + "resumePrompt": { + "close": "Close" + } + }, + "volumeBoostButton": { + "button": { + "label": "Volume Boost", + "toggle": { + "off": "Volume boost off", + "on": "Volume boost on" + } + } + } + } + }, + "options": { + "notifications": { + "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", + "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." + } + } + }, + "info": { + "reset": "All options have been reset to their default values.\nYou can now save the changes by clicking the \"Confirm\" button or discard them by closing this page or ignore this notification." + }, + "success": { + "saved": "Options saved." + } + } + } + }, + "settings": { + "clearData": { + "allDataDeleted": "All data has been deleted.", + "confirmAlert": "This will delete all extension data related to options. Continue?" + }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "scrollForMoreSettings": "Scroll for more settings", + "sections": { + "automaticQuality": { + "enable": { + "label": "Automatic quality adjustment", + "title": "Automatically adjusts the video quality to the selected level." + }, + "fallbackQualityStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + }, + "select": { + "label": "Player quality", + "title": "The quality to set the video to" + }, + "title": "Automatic quality settings" + }, + "bottomButtons": { + "clear": { + "title": "Clears all data this extension has stored on your machine", + "value": "Clear Data" + }, + "confirm": { + "title": "Confirm setting reset", + "value": "Confirm" + }, + "openTab": { + "title": "Open extension settings in a new tab" + }, + "reset": { + "title": "Resets all settings to their defaults, Click the confirm button to save the changes", + "value": "Reset" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Copy video URL with timestamp button", + "decreasePlaybackSpeedButton": "Decrease Speed button", + "forwardButton": "Fast Forward button", + "hideEndScreenCardsButton": "Hide end screen cards button", + "increasePlaybackSpeedButton": "Increase Speed button", + "loopButton": "Loop button", + "maximizePlayerButton": "Maximize button", + "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind button", + "screenshotButton": "Screenshot button", + "volumeBoostButton": "Volume Boost button" + }, + "options": { + "below_player": { + "placement": "below the player controls", + "value": "Below Player" + }, + "feature_menu": { + "placement": "in the feature menu", + "value": "Feature Menu" + }, + "player_controls_left": { + "placement": "on the left side of player controls", + "value": "Left Controls" + }, + "player_controls_right": { + "placement": "on the right side of player controls", + "value": "Right Controls" + } + }, + "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Button placement settings" + }, + "customCSS": { + "editor": { + "collapse": "Collapse Editor", + "expand": "Expand Editor", + "noProblems": "No problems found." + }, + "enable": { + "label": "Custom CSS", + "title": "Enables custom CSS to be applied to the page" + }, + "title": "Custom CSS settings" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Menu Activation Type", + "options": { + "click": "Click", + "hover": "Hover" + }, + "title": "Select the method to activate the feature menu" + }, + "title": "Feature menu settings" + } + }, + "forwardRewindButtons": { + "enable": { + "label": "Forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + }, + "title": "Forward/rewind button settings" + }, + "importExportSettings": { + "exportButton": { + "success": "Settings successfully exported", + "title": "Export settings to a JSON file", + "value": "निर्यात सेटिंग्स" + }, + "importButton": { + "error": { + "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", + "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" + }, + "success": "Settings imported successfully", + "title": "Import settings from a JSON file", + "value": "Import Settings" + } + }, + "language": { + "select": { + "label": "Language", + "title": "The language to use for the extension" + }, + "title": "Language" + }, + "miscellaneous": { + "features": { + "automaticTheaterMode": { + "label": "Automatic theater mode", + "title": "Automatically enables theater mode when you load a video" + }, + "automaticallyDisableAmbientMode": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + }, + "automaticallyDisableAutoPlay": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + }, + "automaticallyDisableClosedCaptions": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + }, + "automaticallyEnableClosedCaptions": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + }, + "automaticallyMaximizePlayer": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + }, + "automaticallyShowMoreVideosOnEndScreen": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + }, + "copyTimestampUrlButton": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + }, + "defaultToOriginalAudioTrack": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + }, + "enableMarkAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Add a button to playlist items to mark videos as unwatched" + }, + "enableRemoveVideoButton": { + "label": "Remove video button", + "title": "Add a button to playlist items to remove videos from the playlist" + }, + "enableSaveToWatchLaterButton": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + }, + "hideArtificialIntelligenceSummary": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + }, + "hideEndScreenCards": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + }, + "hideEndScreenCardsButton": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + }, + "hideLiveStreamChat": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + }, + "hideMembersOnlyVideos": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + }, + "hideOfficialArtistVideosFromHomePage": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + }, + "hidePaidPromotionBanner": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + }, + "hidePlayables": { + "label": "Hide playables", + "title": "Hides all playables" + }, + "hideScrollbar": { + "label": "Hide scrollbar", + "title": "Hides the pages scrollbar" + }, + "hideShorts": { + "label": "Hide shorts", + "title": "Hides all shorts" + }, + "hideSidebarRecommendedVideos": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + }, + "hideTranslateComment": { + "label": "Hide translate comment button", + "title": "Hides 'Translate to Language' button under comments" + }, + "loopButton": { + "label": "Loop button", + "title": "Adds a button to the feature menu to loop the video you're watching" + }, + "maximizePlayerButton": { + "label": "Maximize player button", + "title": "Adds a button to the feature menu to maximize the player" + }, + "openTranscriptButton": { + "label": "Open transcript button", + "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + }, + "openYouTubeSettingsOnHover": { + "label": "Open YouTube settings on hover", + "title": "Opens the YouTube settings menu when you hover over the settings button" + }, + "pauseBackgroundPlayers": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + }, + "playlistRemover": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + }, + "remainingTime": { + "label": "Remaining time", + "title": "Shows the remaining time of the video you're watching" + }, + "rememberLastVolume": { + "label": "Remember last volume", + "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + }, + "removeRedirect": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + }, + "restoreFullscreenScrolling": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + }, + "shareShortener": { + "label": "Shorten YouTube video share link", + "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + }, + "shortsAutoScroll": { + "label": "Shorts auto scroll", + "title": "Automatically scrolls to the next short" + }, + "skipContinueWatching": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + } + }, + "title": "Miscellaneous settings" + }, + "onScreenDisplaySettings": { + "color": { + "label": "Color", + "options": { + "blue": "Blue", + "green": "Green", + "orange": "Orange", + "pink": "Pink", + "purple": "Purple", + "red": "Red", + "white": "White", + "yellow": "Yellow" + }, + "title": "Select the color for the On-Screen Display" + }, + "hide": { + "label": "Hide Delay", + "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" + }, + "opacity": { + "label": "Opacity", + "title": "Adjust the transparency of the On-Screen Display" + }, + "padding": { + "label": "Padding", + "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." + }, + "position": { + "label": "Position", + "options": { + "bottom_left": "Bottom Left", + "bottom_right": "Bottom Right", + "center": "Center", + "top_left": "Top Left", + "top_right": "Top Right" + }, + "title": "Select the position of the On-Screen Display" + }, + "title": "On-screen display settings", + "type": { + "label": "Type", + "options": { + "circle": "Circle", + "line": "Line", + "no_display": "No display", + "text": "Text" + }, + "title": "Select the type of On-Screen Display" + } + }, + "playbackSpeed": { + "enable": { + "label": "Forced playback speed", + "title": "Sets the video speed to what you choose below" + }, + "playbackSpeedButtons": { + "label": "Playback speed buttons", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + }, + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + }, + "select": { + "label": "Player speed", + "title": "The speed to set the video to" + }, + "title": "Playback speed settings" + }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + }, + "title": "Playlist length settings", + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } + } + }, + "playlistManagement": { + "features": { + "markAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + }, + "removeVideoButton": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + }, + "title": "Playlist management settings" + }, + "playlistManagementButtons": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + }, + "saveToWatchLaterButton": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + }, + "screenshotButton": { + "enable": { + "label": "Screenshot button", + "title": "Adds a button to the player to take a screenshot of the video" + }, + "saveAs": { + "both": "Both (File and Clipboard)", + "clipboard": "Clipboard", + "file": "File" + }, + "selectFormat": { + "label": "Screenshot format", + "title": "The format to save the screenshot in" + }, + "selectSaveAs": { + "label": "Screenshot save type", + "title": "The screenshot save type" + }, + "title": "Screenshot settings" + }, + "scrollWheelSpeedControl": { + "adjustmentSteps": { + "label": "Speed Change Per Scroll", + "title": "Adjust the speed change per scroll" + }, + "enable": { + "label": "Scroll wheel speed control", + "title": "Press a modifier key to enable speed adjustment with the scroll wheel." + }, + "optionLabel": "{{KEY}} key", + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + }, + "title": "Scroll wheel speed control settings" + }, + "scrollWheelVolumeControl": { + "adjustmentSteps": { + "label": "Volume Change Per Scroll", + "title": "Adjust the volume change per scroll" + }, + "enable": { + "label": "Scroll wheel volume control", + "title": "Lets you use the scroll wheel to control the volume of the video you're watching" + }, + "holdModifierKey": { + "enable": { + "label": "When holding modifier key", + "title": "Press a modifier key to enable volume adjustment with the scroll wheel." + }, + "optionLabel": "{{KEY}} key", + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + } + }, + "holdRightClick": { + "enable": { + "label": "When holding right click", + "title": "Hold right click to enable scroll wheel volume control" + } + }, + "title": "Scroll wheel volume control settings" + }, + "settingSearch": { + "placeholder": "Search for a setting" + }, + "videoHistory": { + "enable": { + "label": "Track watched videos", + "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" + }, + "resumeType": { + "select": { + "label": "Resume type", + "options": { + "automatic": "Automatic", + "prompt": "Prompt" + }, + "title": "Select how you want to resume videos" + } + }, + "title": "Video history settings" + }, + "volumeBoost": { + "boostAmount": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by" + }, + "enable": { + "label": "Volume boost", + "title": "Enable volume boost" + }, + "mode": { + "select": { + "label": "Volume boost mode", + "options": { + "global": "Global", + "perVideo": "Per video" + }, + "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + } + }, + "title": "Volume boost settings" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Key", + "title": "Enter your Youtube Data API V3 key." + }, + "title": "YouTube API V3 key" + }, + "youtubeDeepDark": { + "author": "Author", + "co-authors": "Co-authors", + "colors": { + "colorShadow": { + "label": "Shadow color", + "title": "Color for shadows" + }, + "dimmerText": { + "label": "Secondary text color", + "title": "Color for secondary text" + }, + "hoverBackground": { + "label": "Hover background color", + "title": "Color for hover background" + }, + "mainBackground": { + "label": "Main background color", + "title": "Color for main background" + }, + "mainColor": { + "label": "Accent color", + "title": "Color for accent" + }, + "mainText": { + "label": "Main text color", + "title": "Color for main text" + }, + "secondBackground": { + "label": "Secondary background color", + "title": "Color for secondary background" + } + }, + "enable": { + "label": "Deep Dark Theme", + "title": "Activate the selected theme for the page" + }, + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + }, + "title": "YouTube deep dark settings" + } + } + } } From 246a4c6ff7065ca258ff5cf7247052507deb04e6 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 18 Dec 2025 08:45:42 -0500 Subject: [PATCH 1392/1783] New translations en-us.json (Hindi) --- public/locales/hi-IN.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/public/locales/hi-IN.json b/public/locales/hi-IN.json index 4805d9eaf..24accc35f 100644 --- a/public/locales/hi-IN.json +++ b/public/locales/hi-IN.json @@ -2,57 +2,57 @@ "langCode": "hi-IN", "langName": "Hindi", "messages": { - "resumingVideo": "Resuming video at {{VIDEO_TIME}}", - "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" + "resumingVideo": "{{VIDEO_TIME}} पर वीडियो पुनः आरंभ किया जा रहा है", + "settingVolume": "ध्वनि प्रवर्धन को {{VOLUME_BOOST_AMOUNT}} पर सेट किया जा रहा है" }, "pages": { "content": { "features": { "copyTimestampUrlButton": { "button": { - "copied": "Copied!", - "label": "Copy video URL with timestamp" + "copied": "कॉपी किया गया!", + "label": "टाइमस्टैम्प सहित वीडियो URL कॉपी करें" } }, "featureMenu": { "button": { - "label": "Feature menu" + "label": "सुविधा मेनू" } }, "forwardRewindButtons": { "buttons": { "forwardButton": { - "label": "Fast forward by {{TIME}}" + "label": "{{TIME}} तक तेज़ी से आगे बढ़ाएँ" }, "rewindButton": { - "label": "Rewind by {{TIME}}" + "label": "{{TIME}} तक पीछे ले जाएँ" } } }, "hideEndScreenCardsButton": { "button": { - "label": "Hide end screen cards", + "label": "अंतिम स्क्रीन कार्ड छिपाएँ", "toggle": { - "off": "Show end screen cards", - "on": "Hide end screen cards" + "off": "अंतिम स्क्रीन कार्ड दिखाएँ", + "on": "अंतिम स्क्रीन कार्ड छिपाएँ" } } }, "loopButton": { "button": { - "label": "Loop", + "label": "दोहराव", "toggle": { - "off": "Loop off", - "on": "Loop on" + "off": "दोहराव बंद", + "on": "दोहराव चालू" } } }, "maximizePlayerButton": { "button": { - "label": "Maximize", + "label": "अधिकतम करें", "toggle": { - "off": "Maximize off", - "on": "Maximize on" + "off": "अधिकतम बंद", + "on": "अधिकतम चालू" } } }, @@ -255,7 +255,7 @@ "importExportSettings": { "exportButton": { "success": "Settings successfully exported", - "title": "Export settings to a JSON file", + "title": "सेटिंग्स को JSON फ़ाइल में निर्यात करें", "value": "निर्यात सेटिंग्स" }, "importButton": { From 6e6695e65aaa4e0a2533494d42faffc625116ff7 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 18 Dec 2025 19:18:06 -0500 Subject: [PATCH 1393/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 1410 ++++++++++++++++++------------------- 1 file changed, 705 insertions(+), 705 deletions(-) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index b26b56c89..23dd17e2d 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -1,707 +1,707 @@ { - "langCode": "ja-JP", - "langName": "日本語", - "messages": { - "resumingVideo": "{{VIDEO_TIME}} から動画をレジュームする", - "settingVolume": "音量ブーストを{{VOLUME_BOOST_AMOUNT}}に設定中" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "コピー完了!", - "label": "タイムスタンプ付きの動画URLをコピーする" - } - }, - "featureMenu": { - "button": { - "label": "フィーチャー・メニュー" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "{{TIME}}で早送する" - }, - "rewindButton": { - "label": "{{TIME}}でリワインドする" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "終了画面のカードを非表示にする", - "toggle": { - "off": "終了画面のカードを表示にする", - "on": "終了画面のカードを非表示にする" - } - } - }, - "loopButton": { - "button": { - "label": "ループ", - "toggle": { - "off": "ループオフ", - "on": "ループオン" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "最大表示", - "toggle": { - "off": "最大表示オフ", - "on": "最大表示オン" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "文字起こしを見せる" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "再生速度を{{SPEED}}で下げする" - }, - "increasePlaybackSpeedButton": { - "label": "再生速度を{{SPEED}}で上げする" - } - }, - "decreaseLimit": "再生速度を下げるはできまっせん ({{SPEED}})", - "increaseLimit": "再生速度を上げるはできまっせん ({{SPEED}})" - }, - "playlistLength": { - "title": "一部の動画が非表示になっている場合、または完全な長さを得るために十分な動画を読み込んでいない場合、合計長さが正確でない可能性があります。" - }, - "screenshotButton": { - "button": { - "label": "スクリーンショット" - }, - "copiedToClipboard": "スクリーンショットをクリップボードにコピーしました" - }, - "videoHistory": { - "resumeButton": "レジューム", - "resumePrompt": { - "close": "終了" - } - }, - "volumeBoostButton": { - "button": { - "label": "音量ブースト", - "toggle": { - "off": "音量ブーストオフ", - "on": "音量ブーストオン" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "スクロールホイール再生速度制御キーバインドは、スクロールホイール音量制御キーバインドと同じにすることはできません。", - "volumeControl": "スクロールホイール音量制御キーバインドは、スクロールホイール再生速度制御キーバインドと同じにすることはできません。" - } - } - }, - "info": { - "reset": "全てのオプションが省略時値でリセットしました。\n今変化を「確認」抓みでクリックするとセーブは可能するかページを閉じるで変化を破棄するかこの通知を捨て置くするは可能です。" - }, - "success": { - "saved": "選択がセーブしました" - } - } - } - }, - "settings": { - "clearData": { - "allDataDeleted": "すべてのデータが削除されました。", - "confirmAlert": "オプションに関連するすべてのデータを削除します。続行しますか?" - }, - "optionDisabled": { - "either": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " or " - }, - "plural": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " and " - }, - "singular": "Enable '{{OPTION}}' to configure this option", - "specificOption": { - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" - } - }, - "scrollForMoreSettings": "Scroll for more settings", - "sections": { - "automaticQuality": { - "enable": { - "label": "自動画質調整", - "title": "選択したレベルに合わせて動画の画質を自動的に調整します。" - }, - "fallbackQualityStrategy": { - "select": { - "label": "画質フォールバック対策", - "options": { - "higher": "上位", - "lower": "下位" - }, - "title": "使用不能選択中画質ときに対策使ってする" - } - }, - "select": { - "label": "プレイヤーの動画質", - "title": "動画の画質に設定する" - }, - "title": "自動画質設定" - }, - "bottomButtons": { - "clear": { - "title": "マシンに保存されているすべてのエクステンションデータを消去します", - "value": "データの消去" - }, - "confirm": { - "title": "設定リセットを確認する", - "value": "確認" - }, - "openTab": { - "title": "新しいブラウザタブに拡張機能設定を開けるする" - }, - "reset": { - "title": "すべての設定をデフォルトにリセットします。「確認」ボタンをクリックして変更を保存します。", - "value": "リセット" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "タイムスタンプ付きの動画URLをコピーのボタン", - "decreasePlaybackSpeedButton": "速度を下げるボタン", - "forwardButton": "早送ボタン", - "hideEndScreenCardsButton": "終了画面のカードボタンを非表示にする", - "increasePlaybackSpeedButton": "速度を上げるボタン", - "loopButton": "ループボタン", - "maximizePlayerButton": "最大表示ボタン", - "openTranscriptButton": "文字起こしを見せるボタン", - "rewindButton": "リワインドボタン", - "screenshotButton": "スクリーンショットボタン", - "volumeBoostButton": "音量ブーストボタン" - }, - "options": { - "below_player": { - "placement": "プレイヤーコントローラーの下", - "value": "プレイヤーの下" - }, - "feature_menu": { - "placement": "フィーチャー・メニューの中", - "value": "フィーチャー・メニュー" - }, - "player_controls_left": { - "placement": "プレイヤーコントローラーの左側", - "value": "左のコントロール" - }, - "player_controls_right": { - "placement": "プレイヤーコントローラーの右側", - "value": "右のコントロール" - } - }, - "title": "{{PLACEMENT}}に{{BUTTON_NAME}}を置き方する" - }, - "title": "Button placement settings" - }, - "customCSS": { - "editor": { - "collapse": "エディターを最小化する", - "expand": "エディターを広げる", - "noProblems": "構文に問題はありませんでした。" - }, - "enable": { - "label": "カスタムCSSを可能にする", - "title": "ページに適用するカスタムCSSを可能にする" - }, - "title": "Custom CSS settings" - }, - "featureMenu": { - "openType": { - "select": { - "label": "メニューの有効化型", - "options": { - "click": "ボタンクリック", - "hover": "マウスホバー" - }, - "title": "フィーチャー・メニューを有効化にする方法を選択します" - }, - "title": "フィーチャー・メニュー設定" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "早送/リワインドボタンを可能にする", - "title": "早送ボタンとリワインドボタンをビデオ・プレーヤーに追加する" - }, - "time": { - "label": "早送/リワインド時間", - "title": "動画に早送/リワインドを量時間" - }, - "title": "早送/リワインドボタン設定" - }, - "importExportSettings": { - "exportButton": { - "success": "設定がエクスポートをされました", - "title": "JSONファイルで設定がエクスポートする", - "value": "エクスポート設定" - }, - "importButton": { - "error": { - "unknown": "設定がインポートを失敗されました。ファイル形式を確認してください。\n未知数なエラーが起こった。", - "validation": "設定がインポートを失敗されました。ファイル形式を確認してください。\n{{ERROR_MESSAGE}}" - }, - "success": "設定がインポートをされました", - "title": "JSONファイルから設定がインポートする", - "value": "インポート設定" - } - }, - "language": { - "select": { - "label": "言語", - "title": "エクステンションに使用する言語" - }, - "title": "言語" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "自動シアターモード", - "title": "動画の読み込み時に自動的にシアターモードを有効にする" - }, - "automaticallyDisableAmbientMode": { - "label": "シネマティック ライティングを自動的に無効にする", - "title": "動画の読み込み時にシネマティック ライティングを自動にディセーブルする" - }, - "automaticallyDisableAutoPlay": { - "label": "Automatically disable autoplay", - "title": "Automatically disables autoplay when you load a video" - }, - "automaticallyDisableClosedCaptions": { - "label": "クローズドキャプションを自動にディセーブルする", - "title": "動画の読み込み時にクローズドキャプションを自動にディセーブルする" - }, - "automaticallyEnableClosedCaptions": { - "label": "Automatically enable closed captions", - "title": "Automatically enables closed captions when you load a video" - }, - "automaticallyMaximizePlayer": { - "label": "Automatically maximize player", - "title": "Automatically maximizes the player when you load a video" - }, - "automaticallyShowMoreVideosOnEndScreen": { - "label": "Automatically show more videos on end screen", - "title": "Automatically shows more videos on end screen when you load a video" - }, - "copyTimestampUrlButton": { - "label": "タイムスタンプ付きの動画URLをコピーのボタン", - "title": "タイムスタンプ付きの動画URLをコピーする (?t=123)" - }, - "defaultToOriginalAudioTrack": { - "label": "Default to original audio track", - "title": "Always default to the original audio track" - }, - "enableMarkAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Add a button to playlist items to mark videos as unwatched" - }, - "enableRemoveVideoButton": { - "label": "Remove video button", - "title": "Add a button to playlist items to remove videos from the playlist" - }, - "enableSaveToWatchLaterButton": { - "label": "Enable save to Watch Later button", - "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" - }, - "hideArtificialIntelligenceSummary": { - "label": "Hide AI summary", - "title": "Hides the artificial intelligence summary below videos" - }, - "hideEndScreenCards": { - "label": "終了画面のカードを非表示にする", - "title": "動画の終了で画面カードを非表示にする" - }, - "hideEndScreenCardsButton": { - "label": "終了画面のカードボタンを非表示にする", - "title": "終了画面でボタンなカードを見せるか隠すに追加する" - }, - "hideLiveStreamChat": { - "label": "配信チャットを隠す", - "title": "配信チャットを隠する" - }, - "hideMembersOnlyVideos": { - "label": "Hide members-only videos", - "title": "Hides videos that are only visible to members" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "公式アーティストの動画を隠する", - "title": "ホームページから公式アーティストの動画を隠する" - }, - "hidePaidPromotionBanner": { - "label": "有料プロモーションバナーを隠す", - "title": "有料プロモーションのある動画を視聴したときに表示されるバナーを隠すします" - }, - "hidePlayables": { - "label": "Hide playables", - "title": "Hides all playables" - }, - "hideScrollbar": { - "label": "スクロールバー隠す機能", - "title": "ページのスクロールバーを隠す" - }, - "hideShorts": { - "label": "ショートを隠す", - "title": "全ショートを隠す" - }, - "hideSidebarRecommendedVideos": { - "label": "Hide recommended videos", - "title": "Hides the sidebar that recommends videos" - }, - "hideTranslateComment": { - "label": "コメント翻訳ボタンを隠す", - "title": "コメントの下で「言語に翻訳する」ボタンを隠する" - }, - "loopButton": { - "label": "動画ループボタン", - "title": "動画をループするボタンをフィーチャー・メニューに追加する" - }, - "maximizePlayerButton": { - "label": "最大化ボタン", - "title": "プレイヤーを最大化するボタンをフィーチャー・メニューに追加する" - }, - "openTranscriptButton": { - "label": "文字起こしを見せるボタン", - "title": "動画の文字起こしを見せるするボタンをフィーチャー・メニューに追加する" - }, - "openYouTubeSettingsOnHover": { - "label": "マウスを合わせでYouTubeの設定を開ける", - "title": "設定ボタンにマウスを合わせたときにYouTubeの設定メニューを開けてする" - }, - "pauseBackgroundPlayers": { - "label": "背後タブのビデオプレイヤーを一時停止", - "title": "前景タブに新規プレイヤー開始にして、背後タブのビデオプレイヤーを一時停止します" - }, - "playlistRemover": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" - }, - "remainingTime": { - "label": "残り時間", - "title": "動画の残り時間を表示します" - }, - "rememberLastVolume": { - "label": "前音量を覚える", - "title": "新ビデオの音量を前動画の音量に変化する。" - }, - "removeRedirect": { - "label": "YouTubeのリダイレクトURLを削除する", - "title": "YouTubeリダイレクトを実物なURLを換えして、リダイレクト注意を抜かします" - }, - "restoreFullscreenScrolling": { - "label": "Restore fullscreen scrolling", - "title": "Restores scrolling in fullscreen mode" - }, - "shareShortener": { - "label": "YouTube動画のURLを短縮する", - "title": "YouTube動画のURLに機能パラメータを削除して短縮する(youtu.be)" - }, - "shortsAutoScroll": { - "label": "ショートの自動スクロール", - "title": "次のショートを自動にスクロールする" - }, - "skipContinueWatching": { - "label": "「動画が一時停止されました。続きを視聴しますか?」を抜かする", - "title": "動画一時休止する休眠メッセージを抜かされます" - } - }, - "title": "他の設定" - }, - "onScreenDisplaySettings": { - "color": { - "label": "OSDの色", - "options": { - "blue": "青色", - "green": "緑色", - "orange": "橙色", - "pink": "桃色", - "purple": "紫色", - "red": "赤色", - "white": "白色", - "yellow": "黄色" - }, - "title": "オンスクリーンディスプレイ(OSD)の色を選択選ぶ" - }, - "hide": { - "label": "非表示の遅延", - "title": "OSDを自動的に非表示にするまでの時間(ミリ秒)単位で指定します" - }, - "opacity": { - "label": "OSDの不透明度", - "title": "オンスクリーンディスプレイ(OSD)の不透明度を調整する" - }, - "padding": { - "label": "スペーシング", - "title": "オンスクリーンディスプレイ(OSD)周辺の画素でスペーシングが変化する。特に隅なOSDのみ適用されます。" - }, - "position": { - "label": "ポジション", - "options": { - "bottom_left": "左下隅", - "bottom_right": "右下隅", - "center": "中心", - "top_left": "左上隅", - "top_right": "右上隅" - }, - "title": "オンスクリーンディスプレイ(OSD)のポジションを選択選ぶ" - }, - "title": "On-screen display settings", - "type": { - "label": "OSD型", - "options": { - "circle": "円形", - "line": "ライン", - "no_display": "見せない", - "text": "テキスト" - }, - "title": "オンスクリーンディスプレイ(OSD)型を選択選ぶ" - } - }, - "playbackSpeed": { - "enable": { - "label": "強制再生速度", - "title": "強制再生速度を可能にする" - }, - "playbackSpeedButtons": { - "label": "再生速度ボタン", - "select": { - "label": "再生ボタン速度", - "title": "マウスクリックに速度を変化する量" - }, - "title": "動画の再生速度を上げか下げボタンに追加する" - }, - "select": { - "label": "動画の再生速度", - "title": "動画の速度に設定する" - }, - "title": "再生速度設定" - }, - "playlistLength": { - "enable": { - "label": "プレイリストの長さ情報を表示", - "title": "プレイリストの長さ全額、視聴時間量、と残り時間を見せてしまいます。" - }, - "title": "プレイリストの長さ設定", - "wayToGetLength": { - "select": { - "label": "プレイリストの長さを取得する方法", - "title": "プレイリストの長さ情報を取得する方法 (エラーが発生した場合、APIメソッドはHTMLにフォールバックします)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "動画の視聴時間の取り出す方法", - "options": { - "duration": "動画の長さ", - "youtube": "動画の視聴時間" - }, - "title": "視聴時間の長さを取得する方法 (動画の長さタイプはウォッチページでのみ使用)" - } - } - }, - "playlistManagement": { - "features": { - "markAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - }, - "removeVideoButton": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - } - }, - "title": "Playlist management settings" - }, - "playlistManagementButtons": { - "failedToMarkAsUnwatched": "Failed to mark video as unwatched", - "failedToRemoveVideo": "Failed to remove video", - "markAsUnwatched": "Mark as unwatched", - "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "Remove video", - "removingVideo": "Removing video…" - }, - "saveToWatchLaterButton": { - "failedToSaveVideo": "Failed to save video to Watch Later", - "saveVideo": "Save to Watch Later", - "savingVideo": "Saving to Watch Later…" - }, - "screenshotButton": { - "enable": { - "label": "スクリーンショットボタン", - "title": "動画をスクリーンショット撮るするボタンをビデオ・プレーヤーに追加する" - }, - "saveAs": { - "both": "Both (File and Clipboard)", - "clipboard": "クリップボード", - "file": "ファイル" - }, - "selectFormat": { - "label": "スクリーンショットフォーマット", - "title": "スクリーンショットを保存するフォーマット" - }, - "selectSaveAs": { - "label": "スクリーンショットセーブ型", - "title": "スクリーンショットのセーブ型" - }, - "title": "スクリーンショット設定" - }, - "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "スクロールごとの速度変化", - "title": "スクロールごとの速度変化の分量をする" - }, - "enable": { - "label": "スクロールホイール再生速度制御", - "title": "キーバインドを押さえるでスクロールホイール再生速度制御可能にさせる。" - }, - "optionLabel": "{{KEY}} キー", - "select": { - "label": "キーバインド", - "title": "キーバインド選択選ぶ" - }, - "title": "スクロールホイール再生速度制御設定" - }, - "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "スクロールごとの音量変化", - "title": "スクロールごとの音量変化の分量をする" - }, - "enable": { - "label": "スクロールホイール音量制御", - "title": "スクロールホイールを使用して、ビデオの音量を制御する。" - }, - "holdModifierKey": { - "enable": { - "label": "キーバインドに押さえる", - "title": "キーバインドを押さえるでスクロールホイール音量制御可能にさせる" - }, - "optionLabel": "{{KEY}} キー", - "select": { - "label": "キーバインド", - "title": "キーバインド選択選べる" - } - }, - "holdRightClick": { - "enable": { - "label": "右クリックに押さえるで可能にする", - "title": "右クリックに押さえるでスクロールホイール音量制御可能にする" - } - }, - "title": "スクロールホイール音量制御設定" - }, - "settingSearch": { - "placeholder": "設定を探す" - }, - "videoHistory": { - "enable": { - "label": "視聴した動画に追跡をつける", - "title": "再生を再開できるように、視聴中の動画で中断した場所を追跡します" - }, - "resumeType": { - "select": { - "label": "レジューム型", - "options": { - "automatic": "自動", - "prompt": "入力要求" - }, - "title": "動画をレジュームするの方法を選択します" - } - }, - "title": "動画履歴設定" - }, - "volumeBoost": { - "boostAmount": { - "label": "音量ブーストの量(dB)", - "title": "音量を上げる量" - }, - "enable": { - "label": "音量ブースト", - "title": "音量ブーストを可能にする" - }, - "mode": { - "select": { - "label": "音量ブースト型", - "options": { - "global": "全て", - "perVideo": "動画ごと" - }, - "title": "音量ブーストの適用方法を選択します。「動画ごと」は別々の動画ごとを音量ブーストに可能する。「全て」は全ての動画を音量ブーストに付ける。" - } - }, - "title": "音量ブーストの設定" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "APIキーがここで取得をします。", - "input": { - "label": "APIキー", - "title": "YouTube API V3キーを入力してください。" - }, - "title": "YouTube API V3 key" - }, - "youtubeDeepDark": { - "author": "作家", - "co-authors": "共同作家", - "colors": { - "colorShadow": { - "label": "陰の色", - "title": "陰の色" - }, - "dimmerText": { - "label": "二の次テキストの色", - "title": "二の次テキストの色" - }, - "hoverBackground": { - "label": "背景マウスホバーの色", - "title": "背景マウスホバーの色" - }, - "mainBackground": { - "label": "主背景色", - "title": "主背景の色" - }, - "mainColor": { - "label": "アクセント色", - "title": "アクセントの色" - }, - "mainText": { - "label": "メインテキスト色", - "title": "メインテキストの色" - }, - "secondBackground": { - "label": "二次背景色", - "title": "二次背景の色" - } - }, - "enable": { - "label": "選択中テーマを可能にする", - "title": "選択中ページにテーマを可能にする" - }, - "select": { - "label": "テーマを選択", - "title": "ページのテーマを選択選べしてください" - }, - "title": "YouTube deep dark settings" - } - } - } + "langCode": "ja-JP", + "langName": "日本語", + "messages": { + "resumingVideo": "{{VIDEO_TIME}} から動画をレジュームする", + "settingVolume": "音量ブーストを{{VOLUME_BOOST_AMOUNT}}に設定中" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "コピー完了!", + "label": "タイムスタンプ付きの動画URLをコピーする" + } + }, + "featureMenu": { + "button": { + "label": "フィーチャー・メニュー" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "{{TIME}}で早送する" + }, + "rewindButton": { + "label": "{{TIME}}でリワインドする" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "終了画面のカードを非表示にする", + "toggle": { + "off": "終了画面のカードを表示にする", + "on": "終了画面のカードを非表示にする" + } + } + }, + "loopButton": { + "button": { + "label": "ループ", + "toggle": { + "off": "ループオフ", + "on": "ループオン" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "最大表示", + "toggle": { + "off": "最大表示オフ", + "on": "最大表示オン" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "文字起こしを見せる" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "再生速度を{{SPEED}}で下げする" + }, + "increasePlaybackSpeedButton": { + "label": "再生速度を{{SPEED}}で上げする" + } + }, + "decreaseLimit": "再生速度を下げるはできまっせん ({{SPEED}})", + "increaseLimit": "再生速度を上げるはできまっせん ({{SPEED}})" + }, + "playlistLength": { + "title": "一部の動画が非表示になっている場合、または完全な長さを得るために十分な動画を読み込んでいない場合、合計長さが正確でない可能性があります。" + }, + "screenshotButton": { + "button": { + "label": "スクリーンショット" + }, + "copiedToClipboard": "スクリーンショットをクリップボードにコピーしました" + }, + "videoHistory": { + "resumeButton": "レジューム", + "resumePrompt": { + "close": "終了" + } + }, + "volumeBoostButton": { + "button": { + "label": "音量ブースト", + "toggle": { + "off": "音量ブーストオフ", + "on": "音量ブーストオン" + } + } + } + } + }, + "options": { + "notifications": { + "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "スクロールホイール再生速度制御キーバインドは、スクロールホイール音量制御キーバインドと同じにすることはできません。", + "volumeControl": "スクロールホイール音量制御キーバインドは、スクロールホイール再生速度制御キーバインドと同じにすることはできません。" + } + } + }, + "info": { + "reset": "全てのオプションが省略時値でリセットしました。\n今変化を「確認」抓みでクリックするとセーブは可能するかページを閉じるで変化を破棄するかこの通知を捨て置くするは可能です。" + }, + "success": { + "saved": "選択がセーブしました" + } + } + } + }, + "settings": { + "clearData": { + "allDataDeleted": "すべてのデータが削除されました。", + "confirmAlert": "オプションに関連するすべてのデータを削除します。続行しますか?" + }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "'{{OPTION}}' 設定を有効にする", + "specificOption": { + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "scrollForMoreSettings": "Scroll for more settings", + "sections": { + "automaticQuality": { + "enable": { + "label": "自動画質調整", + "title": "選択したレベルに合わせて動画の画質を自動的に調整します。" + }, + "fallbackQualityStrategy": { + "select": { + "label": "画質フォールバック対策", + "options": { + "higher": "上位", + "lower": "下位" + }, + "title": "使用不能選択中画質ときに対策使ってする" + } + }, + "select": { + "label": "プレイヤーの動画質", + "title": "動画の画質に設定する" + }, + "title": "自動画質設定" + }, + "bottomButtons": { + "clear": { + "title": "マシンに保存されているすべてのエクステンションデータを消去します", + "value": "データの消去" + }, + "confirm": { + "title": "設定リセットを確認する", + "value": "確認" + }, + "openTab": { + "title": "新しいブラウザタブに拡張機能設定を開けるする" + }, + "reset": { + "title": "すべての設定をデフォルトにリセットします。「確認」ボタンをクリックして変更を保存します。", + "value": "リセット" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "タイムスタンプ付きの動画URLをコピーのボタン", + "decreasePlaybackSpeedButton": "速度を下げるボタン", + "forwardButton": "早送ボタン", + "hideEndScreenCardsButton": "終了画面のカードボタンを非表示にする", + "increasePlaybackSpeedButton": "速度を上げるボタン", + "loopButton": "ループボタン", + "maximizePlayerButton": "最大表示ボタン", + "openTranscriptButton": "文字起こしを見せるボタン", + "rewindButton": "リワインドボタン", + "screenshotButton": "スクリーンショットボタン", + "volumeBoostButton": "音量ブーストボタン" + }, + "options": { + "below_player": { + "placement": "プレイヤーコントローラーの下", + "value": "プレイヤーの下" + }, + "feature_menu": { + "placement": "フィーチャー・メニューの中", + "value": "フィーチャー・メニュー" + }, + "player_controls_left": { + "placement": "プレイヤーコントローラーの左側", + "value": "左のコントロール" + }, + "player_controls_right": { + "placement": "プレイヤーコントローラーの右側", + "value": "右のコントロール" + } + }, + "title": "{{PLACEMENT}}に{{BUTTON_NAME}}を置き方する" + }, + "title": "Button placement settings" + }, + "customCSS": { + "editor": { + "collapse": "エディターを最小化する", + "expand": "エディターを広げる", + "noProblems": "構文に問題はありませんでした。" + }, + "enable": { + "label": "カスタムCSSを可能にする", + "title": "ページに適用するカスタムCSSを可能にする" + }, + "title": "Custom CSS settings" + }, + "featureMenu": { + "openType": { + "select": { + "label": "メニューの有効化型", + "options": { + "click": "ボタンクリック", + "hover": "マウスホバー" + }, + "title": "フィーチャー・メニューを有効化にする方法を選択します" + }, + "title": "フィーチャー・メニュー設定" + } + }, + "forwardRewindButtons": { + "enable": { + "label": "早送/リワインドボタンを可能にする", + "title": "早送ボタンとリワインドボタンをビデオ・プレーヤーに追加する" + }, + "time": { + "label": "早送/リワインド時間", + "title": "動画に早送/リワインドを量時間" + }, + "title": "早送/リワインドボタン設定" + }, + "importExportSettings": { + "exportButton": { + "success": "設定がエクスポートをされました", + "title": "JSONファイルで設定がエクスポートする", + "value": "エクスポート設定" + }, + "importButton": { + "error": { + "unknown": "設定がインポートを失敗されました。ファイル形式を確認してください。\n未知数なエラーが起こった。", + "validation": "設定がインポートを失敗されました。ファイル形式を確認してください。\n{{ERROR_MESSAGE}}" + }, + "success": "設定がインポートをされました", + "title": "JSONファイルから設定がインポートする", + "value": "インポート設定" + } + }, + "language": { + "select": { + "label": "言語", + "title": "エクステンションに使用する言語" + }, + "title": "言語" + }, + "miscellaneous": { + "features": { + "automaticTheaterMode": { + "label": "自動シアターモード", + "title": "動画の読み込み時に自動的にシアターモードを有効にする" + }, + "automaticallyDisableAmbientMode": { + "label": "シネマティック ライティングを自動的に無効にする", + "title": "動画の読み込み時にシネマティック ライティングを自動にディセーブルする" + }, + "automaticallyDisableAutoPlay": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + }, + "automaticallyDisableClosedCaptions": { + "label": "クローズドキャプションを自動にディセーブルする", + "title": "動画の読み込み時にクローズドキャプションを自動にディセーブルする" + }, + "automaticallyEnableClosedCaptions": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + }, + "automaticallyMaximizePlayer": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + }, + "automaticallyShowMoreVideosOnEndScreen": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + }, + "copyTimestampUrlButton": { + "label": "タイムスタンプ付きの動画URLをコピーのボタン", + "title": "タイムスタンプ付きの動画URLをコピーする (?t=123)" + }, + "defaultToOriginalAudioTrack": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + }, + "enableMarkAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Add a button to playlist items to mark videos as unwatched" + }, + "enableRemoveVideoButton": { + "label": "Remove video button", + "title": "Add a button to playlist items to remove videos from the playlist" + }, + "enableSaveToWatchLaterButton": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + }, + "hideArtificialIntelligenceSummary": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + }, + "hideEndScreenCards": { + "label": "終了画面のカードを非表示にする", + "title": "動画の終了で画面カードを非表示にする" + }, + "hideEndScreenCardsButton": { + "label": "終了画面のカードボタンを非表示にする", + "title": "終了画面でボタンなカードを見せるか隠すに追加する" + }, + "hideLiveStreamChat": { + "label": "配信チャットを隠す", + "title": "配信チャットを隠する" + }, + "hideMembersOnlyVideos": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + }, + "hideOfficialArtistVideosFromHomePage": { + "label": "公式アーティストの動画を隠する", + "title": "ホームページから公式アーティストの動画を隠する" + }, + "hidePaidPromotionBanner": { + "label": "有料プロモーションバナーを隠す", + "title": "有料プロモーションのある動画を視聴したときに表示されるバナーを隠すします" + }, + "hidePlayables": { + "label": "Hide playables", + "title": "Hides all playables" + }, + "hideScrollbar": { + "label": "スクロールバー隠す機能", + "title": "ページのスクロールバーを隠す" + }, + "hideShorts": { + "label": "ショートを隠す", + "title": "全ショートを隠す" + }, + "hideSidebarRecommendedVideos": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + }, + "hideTranslateComment": { + "label": "コメント翻訳ボタンを隠す", + "title": "コメントの下で「言語に翻訳する」ボタンを隠する" + }, + "loopButton": { + "label": "動画ループボタン", + "title": "動画をループするボタンをフィーチャー・メニューに追加する" + }, + "maximizePlayerButton": { + "label": "最大化ボタン", + "title": "プレイヤーを最大化するボタンをフィーチャー・メニューに追加する" + }, + "openTranscriptButton": { + "label": "文字起こしを見せるボタン", + "title": "動画の文字起こしを見せるするボタンをフィーチャー・メニューに追加する" + }, + "openYouTubeSettingsOnHover": { + "label": "マウスを合わせでYouTubeの設定を開ける", + "title": "設定ボタンにマウスを合わせたときにYouTubeの設定メニューを開けてする" + }, + "pauseBackgroundPlayers": { + "label": "背後タブのビデオプレイヤーを一時停止", + "title": "前景タブに新規プレイヤー開始にして、背後タブのビデオプレイヤーを一時停止します" + }, + "playlistRemover": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + }, + "remainingTime": { + "label": "残り時間", + "title": "動画の残り時間を表示します" + }, + "rememberLastVolume": { + "label": "前音量を覚える", + "title": "新ビデオの音量を前動画の音量に変化する。" + }, + "removeRedirect": { + "label": "YouTubeのリダイレクトURLを削除する", + "title": "YouTubeリダイレクトを実物なURLを換えして、リダイレクト注意を抜かします" + }, + "restoreFullscreenScrolling": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + }, + "shareShortener": { + "label": "YouTube動画のURLを短縮する", + "title": "YouTube動画のURLに機能パラメータを削除して短縮する(youtu.be)" + }, + "shortsAutoScroll": { + "label": "ショートの自動スクロール", + "title": "次のショートを自動にスクロールする" + }, + "skipContinueWatching": { + "label": "「動画が一時停止されました。続きを視聴しますか?」を抜かする", + "title": "動画一時休止する休眠メッセージを抜かされます" + } + }, + "title": "他の設定" + }, + "onScreenDisplaySettings": { + "color": { + "label": "OSDの色", + "options": { + "blue": "青色", + "green": "緑色", + "orange": "橙色", + "pink": "桃色", + "purple": "紫色", + "red": "赤色", + "white": "白色", + "yellow": "黄色" + }, + "title": "オンスクリーンディスプレイ(OSD)の色を選択選ぶ" + }, + "hide": { + "label": "非表示の遅延", + "title": "OSDを自動的に非表示にするまでの時間(ミリ秒)単位で指定します" + }, + "opacity": { + "label": "OSDの不透明度", + "title": "オンスクリーンディスプレイ(OSD)の不透明度を調整する" + }, + "padding": { + "label": "スペーシング", + "title": "オンスクリーンディスプレイ(OSD)周辺の画素でスペーシングが変化する。特に隅なOSDのみ適用されます。" + }, + "position": { + "label": "ポジション", + "options": { + "bottom_left": "左下隅", + "bottom_right": "右下隅", + "center": "中心", + "top_left": "左上隅", + "top_right": "右上隅" + }, + "title": "オンスクリーンディスプレイ(OSD)のポジションを選択選ぶ" + }, + "title": "On-screen display settings", + "type": { + "label": "OSD型", + "options": { + "circle": "円形", + "line": "ライン", + "no_display": "見せない", + "text": "テキスト" + }, + "title": "オンスクリーンディスプレイ(OSD)型を選択選ぶ" + } + }, + "playbackSpeed": { + "enable": { + "label": "強制再生速度", + "title": "強制再生速度を可能にする" + }, + "playbackSpeedButtons": { + "label": "再生速度ボタン", + "select": { + "label": "再生ボタン速度", + "title": "マウスクリックに速度を変化する量" + }, + "title": "動画の再生速度を上げか下げボタンに追加する" + }, + "select": { + "label": "動画の再生速度", + "title": "動画の速度に設定する" + }, + "title": "再生速度設定" + }, + "playlistLength": { + "enable": { + "label": "プレイリストの長さ情報を表示", + "title": "プレイリストの長さ全額、視聴時間量、と残り時間を見せてしまいます。" + }, + "title": "プレイリストの長さ設定", + "wayToGetLength": { + "select": { + "label": "プレイリストの長さを取得する方法", + "title": "プレイリストの長さ情報を取得する方法 (エラーが発生した場合、APIメソッドはHTMLにフォールバックします)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "動画の視聴時間の取り出す方法", + "options": { + "duration": "動画の長さ", + "youtube": "動画の視聴時間" + }, + "title": "視聴時間の長さを取得する方法 (動画の長さタイプはウォッチページでのみ使用)" + } + } + }, + "playlistManagement": { + "features": { + "markAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + }, + "removeVideoButton": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + }, + "title": "Playlist management settings" + }, + "playlistManagementButtons": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + }, + "saveToWatchLaterButton": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + }, + "screenshotButton": { + "enable": { + "label": "スクリーンショットボタン", + "title": "動画をスクリーンショット撮るするボタンをビデオ・プレーヤーに追加する" + }, + "saveAs": { + "both": "Both (File and Clipboard)", + "clipboard": "クリップボード", + "file": "ファイル" + }, + "selectFormat": { + "label": "スクリーンショットフォーマット", + "title": "スクリーンショットを保存するフォーマット" + }, + "selectSaveAs": { + "label": "スクリーンショットセーブ型", + "title": "スクリーンショットのセーブ型" + }, + "title": "スクリーンショット設定" + }, + "scrollWheelSpeedControl": { + "adjustmentSteps": { + "label": "スクロールごとの速度変化", + "title": "スクロールごとの速度変化の分量をする" + }, + "enable": { + "label": "スクロールホイール再生速度制御", + "title": "キーバインドを押さえるでスクロールホイール再生速度制御可能にさせる。" + }, + "optionLabel": "{{KEY}} キー", + "select": { + "label": "キーバインド", + "title": "キーバインド選択選ぶ" + }, + "title": "スクロールホイール再生速度制御設定" + }, + "scrollWheelVolumeControl": { + "adjustmentSteps": { + "label": "スクロールごとの音量変化", + "title": "スクロールごとの音量変化の分量をする" + }, + "enable": { + "label": "スクロールホイール音量制御", + "title": "スクロールホイールを使用して、ビデオの音量を制御する。" + }, + "holdModifierKey": { + "enable": { + "label": "キーバインドに押さえる", + "title": "キーバインドを押さえるでスクロールホイール音量制御可能にさせる" + }, + "optionLabel": "{{KEY}} キー", + "select": { + "label": "キーバインド", + "title": "キーバインド選択選べる" + } + }, + "holdRightClick": { + "enable": { + "label": "右クリックに押さえるで可能にする", + "title": "右クリックに押さえるでスクロールホイール音量制御可能にする" + } + }, + "title": "スクロールホイール音量制御設定" + }, + "settingSearch": { + "placeholder": "設定を探す" + }, + "videoHistory": { + "enable": { + "label": "視聴した動画に追跡をつける", + "title": "再生を再開できるように、視聴中の動画で中断した場所を追跡します" + }, + "resumeType": { + "select": { + "label": "レジューム型", + "options": { + "automatic": "自動", + "prompt": "入力要求" + }, + "title": "動画をレジュームするの方法を選択します" + } + }, + "title": "動画履歴設定" + }, + "volumeBoost": { + "boostAmount": { + "label": "音量ブーストの量(dB)", + "title": "音量を上げる量" + }, + "enable": { + "label": "音量ブースト", + "title": "音量ブーストを可能にする" + }, + "mode": { + "select": { + "label": "音量ブースト型", + "options": { + "global": "全て", + "perVideo": "動画ごと" + }, + "title": "音量ブーストの適用方法を選択します。「動画ごと」は別々の動画ごとを音量ブーストに可能する。「全て」は全ての動画を音量ブーストに付ける。" + } + }, + "title": "音量ブーストの設定" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "APIキーがここで取得をします。", + "input": { + "label": "APIキー", + "title": "YouTube API V3キーを入力してください。" + }, + "title": "YouTube API V3 key" + }, + "youtubeDeepDark": { + "author": "作家", + "co-authors": "共同作家", + "colors": { + "colorShadow": { + "label": "陰の色", + "title": "陰の色" + }, + "dimmerText": { + "label": "二の次テキストの色", + "title": "二の次テキストの色" + }, + "hoverBackground": { + "label": "背景マウスホバーの色", + "title": "背景マウスホバーの色" + }, + "mainBackground": { + "label": "主背景色", + "title": "主背景の色" + }, + "mainColor": { + "label": "アクセント色", + "title": "アクセントの色" + }, + "mainText": { + "label": "メインテキスト色", + "title": "メインテキストの色" + }, + "secondBackground": { + "label": "二次背景色", + "title": "二次背景の色" + } + }, + "enable": { + "label": "選択中テーマを可能にする", + "title": "選択中ページにテーマを可能にする" + }, + "select": { + "label": "テーマを選択", + "title": "ページのテーマを選択選べしてください" + }, + "title": "YouTube deep dark settings" + } + } + } } From bb9611a1b30283c43773ec014e2d5bcaa60729d7 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 18 Dec 2025 20:36:06 -0500 Subject: [PATCH 1394/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index 23dd17e2d..102d02231 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -139,7 +139,7 @@ "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" } }, - "scrollForMoreSettings": "Scroll for more settings", + "scrollForMoreSettings": "スクロールで設定の続きを表示", "sections": { "automaticQuality": { "enable": { @@ -261,7 +261,7 @@ "importButton": { "error": { "unknown": "設定がインポートを失敗されました。ファイル形式を確認してください。\n未知数なエラーが起こった。", - "validation": "設定がインポートを失敗されました。ファイル形式を確認してください。\n{{ERROR_MESSAGE}}" + "validation": "設定のインポート失敗、ファイル形式を確認してください。\n{{ERROR_MESSAGE}}" }, "success": "設定がインポートをされました", "title": "JSONファイルから設定がインポートする", @@ -310,8 +310,8 @@ "title": "タイムスタンプ付きの動画URLをコピーする (?t=123)" }, "defaultToOriginalAudioTrack": { - "label": "Default to original audio track", - "title": "Always default to the original audio track" + "label": "オリジナルのオーディオトラックをデフォルトにする", + "title": "常にオリジナルのオーディオトラックをデフォルトにする" }, "enableMarkAsUnwatchedButton": { "label": "Mark as unwatched button", @@ -326,8 +326,8 @@ "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" }, "hideArtificialIntelligenceSummary": { - "label": "Hide AI summary", - "title": "Hides the artificial intelligence summary below videos" + "label": "AIサマリーを非表示", + "title": "動画の下のAIサマリーを非表示にする" }, "hideEndScreenCards": { "label": "終了画面のカードを非表示にする", @@ -410,8 +410,8 @@ "title": "YouTubeリダイレクトを実物なURLを換えして、リダイレクト注意を抜かします" }, "restoreFullscreenScrolling": { - "label": "Restore fullscreen scrolling", - "title": "Restores scrolling in fullscreen mode" + "label": "全画面表示のスクロールを復元", + "title": "全画面表示モードでスクロールを復元します" }, "shareShortener": { "label": "YouTube動画のURLを短縮する", From b8bc40de27da7edd6f22f727e07564a63992dd36 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 19 Dec 2025 05:51:59 -0500 Subject: [PATCH 1395/1783] New translations en-us.json (German) --- public/locales/de-DE.json | 1410 ++++++++++++++++++------------------- 1 file changed, 705 insertions(+), 705 deletions(-) diff --git a/public/locales/de-DE.json b/public/locales/de-DE.json index 1ab33f170..0ac39d111 100644 --- a/public/locales/de-DE.json +++ b/public/locales/de-DE.json @@ -1,707 +1,707 @@ { - "langCode": "de-DE", - "langName": "Deutsch", - "messages": { - "resumingVideo": "Video bei {{VIDEO_TIME}} fortsetzen", - "settingVolume": "Lautstärke-Boost wird auf {{VOLUME_BOOST_AMOUNT}} eingestellt" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "Kopiert!", - "label": "Video URL mit Zeitstempel kopieren" - } - }, - "featureMenu": { - "button": { - "label": "Feature menu" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "Fast forward by {{TIME}}" - }, - "rewindButton": { - "label": "Rewind by {{TIME}}" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "Hide end screen cards", - "toggle": { - "off": "Zeige Endcards", - "on": "Hide end screen cards" - } - } - }, - "loopButton": { - "button": { - "label": "Loop", - "toggle": { - "off": "Loop off", - "on": "Loop on" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "Maximize", - "toggle": { - "off": "Maximieren aus", - "on": "Maximieren an" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Transkript öffnen" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Decrease Speed to {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Increase Speed to {{SPEED}}" - } - }, - "decreaseLimit": "Geringer nicht möglich ({{SPEED}})", - "increaseLimit": "Can't increase further ({{SPEED}})" - }, - "playlistLength": { - "title": "Die Gesamtlänge kann ungenau sein, wenn einige Videos ausgeblendet sind oder wenn Sie nicht genug Videos geladen haben, um die volle Länge zu erhalten." - }, - "screenshotButton": { - "button": { - "label": "Screenshot" - }, - "copiedToClipboard": "Screenshot in Zwischenablage kopiert" - }, - "videoHistory": { - "resumeButton": "Fortsetzen", - "resumePrompt": { - "close": "Schließen" - } - }, - "volumeBoostButton": { - "button": { - "label": "Volume Boost", - "toggle": { - "off": "Volume boost off", - "on": "Volume boost on" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "Die Bedientaste für die Geschwindigkeitsregelung für das Scrollen kann nicht identisch sein mit der Änderungstaste für die Lautstärkeregelung des Mausrades.", - "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." - } - } - }, - "info": { - "reset": "Alle Optionen wurden auf ihre Standardwerte zurückgesetzt.\nSie können die Änderungen jetzt speichern, indem Sie auf den \"Bestätigen\"-Button klicken oder diese verwerfen, indem Sie diese Seite schließen oder diese Benachrichtigung ignorieren." - }, - "success": { - "saved": "Optionen gespeichert." - } - } - } - }, - "settings": { - "clearData": { - "allDataDeleted": "Die Daten wurden gelöscht.", - "confirmAlert": "Dies löscht alle Erweiterungsdaten zu Optionen. Fortfahren?" - }, - "optionDisabled": { - "either": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " or " - }, - "plural": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " and " - }, - "singular": "Enable '{{OPTION}}' to configure this option", - "specificOption": { - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" - } - }, - "scrollForMoreSettings": "Weitere Einstellungen gibt es unten", - "sections": { - "automaticQuality": { - "enable": { - "label": "Automatische Qualitätsanpassung", - "title": "Die Videoqualität wird automatisch auf die ausgewählte Qualität gestellt." - }, - "fallbackQualityStrategy": { - "select": { - "label": "Quality fallback strategy", - "options": { - "higher": "Higher", - "lower": "Lower" - }, - "title": "The strategy to use when the selected quality is not available" - } - }, - "select": { - "label": "Video-Qualität", - "title": "Die Qualität auf die das Video gestellt werden soll" - }, - "title": "Automatische Qualitätseinstellungen" - }, - "bottomButtons": { - "clear": { - "title": "Löscht alle Daten, die diese Erweiterung auf Ihrem Rechner gespeichert hat", - "value": "Daten löschen" - }, - "confirm": { - "title": "Einstellungen zurücksetzen", - "value": "Bestätigen" - }, - "openTab": { - "title": "Erweiterungseinstellungen in einem neuen Tab öffnen" - }, - "reset": { - "title": "Setzt alle Einstellungen auf ihre Standardwerte zurück. Klicken Sie auf die Bestätigungs-Schaltfläche, um die Änderungen zu speichern", - "value": "Zurücksetzen" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "Video-URL mit Timestamp kopieren", - "decreasePlaybackSpeedButton": "Geschwindigkeit verringern", - "forwardButton": "Vorspulen", - "hideEndScreenCardsButton": "End-Screen Karte verstecken", - "increasePlaybackSpeedButton": "Geschwindigkeit erhöhen", - "loopButton": "Loop", - "maximizePlayerButton": "Maximieren", - "openTranscriptButton": "Transkript", - "rewindButton": "Zurückspulen", - "screenshotButton": "Screenshot", - "volumeBoostButton": "Lautstärke-Boost" - }, - "options": { - "below_player": { - "placement": "unterhalb der Video-Steuerung", - "value": "Unter dem Player" - }, - "feature_menu": { - "placement": "im Eigenschaftsmenü", - "value": "Feature-Menü" - }, - "player_controls_left": { - "placement": "auf der linken Seite der Video-Steuerung", - "value": "Links" - }, - "player_controls_right": { - "placement": "auf der rechten Seite der Video-Steuerung", - "value": "Rechts" - } - }, - "title": "Platziere {{BUTTON_NAME}} {{PLACEMENT}}" - }, - "title": "Button placement settings" - }, - "customCSS": { - "editor": { - "collapse": "Editor einklappen", - "expand": "Editor vergrößern", - "noProblems": "Keine Probleme gefunden." - }, - "enable": { - "label": "Benutzerdefiniertes CSS", - "title": "Aktiviert benutzerdefiniertes CSS für die Seite" - }, - "title": "Custom CSS settings" - }, - "featureMenu": { - "openType": { - "select": { - "label": "Menü Aktivierungstyp", - "options": { - "click": "Klick", - "hover": "Hover" - }, - "title": "Wähle die Methode zum Aktivieren des Feature-Menüs" - }, - "title": "Feature-Menüeinstellungen" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "Forward/rewind buttons", - "title": "Adds forward and rewind buttons to the video player" - }, - "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" - }, - "title": "Forward/rewind button settings" - }, - "importExportSettings": { - "exportButton": { - "success": "Einstellungen erfolgreich exportiert", - "title": "Einstellungen zu JSON-Datei exportieren", - "value": "Eistellungen exportieren" - }, - "importButton": { - "error": { - "unknown": "Fehler beim Importieren der Einstellungen. Bitte überprüfen Sie das Dateiformat.\nEin unbekannter Fehler ist aufgetreten.", - "validation": "Fehler beim Importieren der Einstellungen. Bitte überprüfen Sie das Dateiformat.\n{{ERROR_MESSAGE}}" - }, - "success": "Einstellungen erfolgreich importiert", - "title": "Einstellungen aus JSON-Datei importieren", - "value": "Einstellungen importieren" - } - }, - "language": { - "select": { - "label": "Sprache", - "title": "Die Sprache dieser Erweiterung" - }, - "title": "Sprache" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "Automatischer Theatermodus", - "title": "Automatisch den Theatermodus aktivieren, wenn ein Video geladen wird" - }, - "automaticallyDisableAmbientMode": { - "label": "Ambient-Modus automatisch deaktivieren", - "title": "Deaktiviert automatisch den Ambient-Modus, wenn du ein Video lädst" - }, - "automaticallyDisableAutoPlay": { - "label": "Automatically disable autoplay", - "title": "Automatically disables autoplay when you load a video" - }, - "automaticallyDisableClosedCaptions": { - "label": "Untertitel automatisch deaktivieren", - "title": "Deaktiviert automatisch Untertitel, wenn du ein Video lädst" - }, - "automaticallyEnableClosedCaptions": { - "label": "Untertitel automatisch aktivieren", - "title": "Aktiviert die Untertitel automatisch, wenn du ein Video lädst" - }, - "automaticallyMaximizePlayer": { - "label": "Automatically maximize player", - "title": "Automatically maximizes the player when you load a video" - }, - "automaticallyShowMoreVideosOnEndScreen": { - "label": "Automatically show more videos on end screen", - "title": "Automatically shows more videos on end screen when you load a video" - }, - "copyTimestampUrlButton": { - "label": "Video-URL mit Zeitstempel kopieren", - "title": "Kopiert die Video-URL mit Zeitstempel (?t=123)" - }, - "defaultToOriginalAudioTrack": { - "label": "Default to original audio track", - "title": "Always default to the original audio track" - }, - "enableMarkAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Add a button to playlist items to mark videos as unwatched" - }, - "enableRemoveVideoButton": { - "label": "Remove video button", - "title": "Add a button to playlist items to remove videos from the playlist" - }, - "enableSaveToWatchLaterButton": { - "label": "Enable save to Watch Later button", - "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" - }, - "hideArtificialIntelligenceSummary": { - "label": "Hide AI summary", - "title": "Hides the artificial intelligence summary below videos" - }, - "hideEndScreenCards": { - "label": "Hide end screen cards", - "title": "Hides the cards at the end of the video" - }, - "hideEndScreenCardsButton": { - "label": "Hide end screen cards button", - "title": "Adds a button to show/hide the cards at the end of the video" - }, - "hideLiveStreamChat": { - "label": "Hide live stream chat", - "title": "Hides the live stream chat" - }, - "hideMembersOnlyVideos": { - "label": "Hide members-only videos", - "title": "Hides videos that are only visible to members" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" - }, - "hidePaidPromotionBanner": { - "label": "Hide paid promotion banner", - "title": "Hides the banner that appears when you watch a video that has a paid promotion" - }, - "hidePlayables": { - "label": "Hide playables", - "title": "Hides all playables" - }, - "hideScrollbar": { - "label": "Scrollbar ausblenden", - "title": "Versteckt die Scrollleiste" - }, - "hideShorts": { - "label": "Shorts ausblenden", - "title": "Alle Shorts ausblenden" - }, - "hideSidebarRecommendedVideos": { - "label": "Hide recommended videos", - "title": "Hides the sidebar that recommends videos" - }, - "hideTranslateComment": { - "label": "Übersetzungs-Kommentar-Button ausblenden", - "title": "Versteckt die Schaltfläche \"In Sprache übersetzen\" unter Kommentaren" - }, - "loopButton": { - "label": "Dauerschleife-Button", - "title": "Adds a button to the feature menu to loop the video you're watching" - }, - "maximizePlayerButton": { - "label": "Player-Button maximieren", - "title": "Fügt dem Eigenschaftsmenü eine Schaltfläche hinzu, um den Video-Player zu maximieren" - }, - "openTranscriptButton": { - "label": "Transkript-Button", - "title": "Fügt eine Schaltfläche zum Feature-Menü hinzu, um das Protokoll des Videos zu öffnen, das du siehst" - }, - "openYouTubeSettingsOnHover": { - "label": "YouTube-Einstellungen beim Hover öffnen", - "title": "Öffnet die YouTube Einstellungen, wenn du über den Einstellungs-Button fährst" - }, - "pauseBackgroundPlayers": { - "label": "Pause background players", - "title": "Pauses video players in background tabs when you start a new player in foreground tab" - }, - "playlistRemover": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" - }, - "remainingTime": { - "label": "Verbleibende Zeit", - "title": "Zeigt die verbleibende Zeit des Videos, das du siehst" - }, - "rememberLastVolume": { - "label": "Letzte Lautstärke merken", - "title": "Speichere die Lautstärke des letzten Videos, das du gesehen hast und setze es beim Öffnen eines neuen Videos" - }, - "removeRedirect": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" - }, - "restoreFullscreenScrolling": { - "label": "Restore fullscreen scrolling", - "title": "Restores scrolling in fullscreen mode" - }, - "shareShortener": { - "label": "YouTube Video Link kürzen", - "title": "Verkürzt den YouTube Video Link (youtu.be) indem si/Feature-Parameter entfernt wird" - }, - "shortsAutoScroll": { - "label": "Shorts automatisch scrollen", - "title": "Scrollen Sie automatisch im nächsten Short" - }, - "skipContinueWatching": { - "label": "Überspringe \"Video ist pausiert. Weiter ansehen?\"", - "title": "Überspringt den Leerlauf-Dialog, der die Videowiedergabe pausiert" - } - }, - "title": "Weitere Einstellungen" - }, - "onScreenDisplaySettings": { - "color": { - "label": "Farbe", - "options": { - "blue": "Blau", - "green": "Grün", - "orange": "Orange", - "pink": "Pink", - "purple": "Lila", - "red": "Rot", - "white": "Weiß", - "yellow": "Gelb" - }, - "title": "Farbe für den On-Screen Display wählen" - }, - "hide": { - "label": "Hide Delay", - "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" - }, - "opacity": { - "label": "Transparenz", - "title": "Die Transparenz der Bildschirmanzeige anpassen" - }, - "padding": { - "label": "Innenabstand", - "title": "Passe den Abstand rund um die Bildschirmanzeige in Pixeln an. Dies gilt speziell für die Bildschirmanzeige in den Ecken." - }, - "position": { - "label": "Position", - "options": { - "bottom_left": "Bottom Left", - "bottom_right": "Bottom Right", - "center": "Center", - "top_left": "Top Left", - "top_right": "Top Right" - }, - "title": "Select the position of the On-Screen Display" - }, - "title": "On-screen display settings", - "type": { - "label": "Type", - "options": { - "circle": "Kreis", - "line": "Balken", - "no_display": "No display", - "text": "Text" - }, - "title": "Select the type of On-Screen Display" - } - }, - "playbackSpeed": { - "enable": { - "label": "Erzwungene Wiedergabegeschwindigkeit", - "title": "Setzt die Videogeschwindigkeit auf das, was du unten wählst" - }, - "playbackSpeedButtons": { - "label": "Playback speed buttons", - "select": { - "label": "Playback buttons speed", - "title": "Amount of speed to be changed per click" - }, - "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" - }, - "select": { - "label": "Video Geschwindigkeit", - "title": "Die Geschwindigkeit auf die das Video gestellt wird" - }, - "title": "Wiedergabegeschwindigkeit Einstellungen" - }, - "playlistLength": { - "enable": { - "label": "Display playlist length information", - "title": "Shows the total length of the playlist, how much has been watched, and how much remains." - }, - "title": "Playlist length settings", - "wayToGetLength": { - "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "Method to get watched time", - "options": { - "duration": "Video Length", - "youtube": "Video Watch Time" - }, - "title": "The way to get the amount of time watched (Video Length type only used on watch page)" - } - } - }, - "playlistManagement": { - "features": { - "markAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - }, - "removeVideoButton": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - } - }, - "title": "Playlist management settings" - }, - "playlistManagementButtons": { - "failedToMarkAsUnwatched": "Failed to mark video as unwatched", - "failedToRemoveVideo": "Failed to remove video", - "markAsUnwatched": "Mark as unwatched", - "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "Remove video", - "removingVideo": "Removing video…" - }, - "saveToWatchLaterButton": { - "failedToSaveVideo": "Failed to save video to Watch Later", - "saveVideo": "Save to Watch Later", - "savingVideo": "Saving to Watch Later…" - }, - "screenshotButton": { - "enable": { - "label": "Screenshot-Taste", - "title": "Fügt dem Player einen Button hinzu, um einen Screenshot des Videos zu machen" - }, - "saveAs": { - "both": "Both (File and Clipboard)", - "clipboard": "Zwischenablage", - "file": "Datei" - }, - "selectFormat": { - "label": "Screenshot-Format", - "title": "Das Format zum Speichern des Screenshots" - }, - "selectSaveAs": { - "label": "Screenshot-Speicherart", - "title": "Der Screenshot-Speichertyp" - }, - "title": "Screenshot-Einstellungen" - }, - "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "Geschwindigkeitsänderung durch Mausrad", - "title": "Geschwindigkeitsänderung durch Mausrad anpassen" - }, - "enable": { - "label": "Scroll wheel speed control", - "title": "Drücken Sie eine Änderntaste, um die Lautstärkeregelung mit dem Mausrad zu aktivieren." - }, - "optionLabel": "{{KEY}} key", - "select": { - "label": "Modifier key", - "title": "The modifier key to use" - }, - "title": "Scroll wheel speed control settings" - }, - "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "Volume Change Per Scroll", - "title": "Adjust the volume change per scroll" - }, - "enable": { - "label": "Lautstärke durch Mausrad ändern", - "title": "Lässt dich das Scrollrad verwenden, um die Lautstärke des Videos zu steuern, das du siehst" - }, - "holdModifierKey": { - "enable": { - "label": "Aktivieren, wenn die Modifikator-Taste gedrückt wird", - "title": "Drücken Sie eine Modifikator-Taste, um die Lautstärkeregelung mit dem Scrollrad zu aktivieren." - }, - "optionLabel": "{{KEY}} Taste", - "select": { - "label": "Modifikator-Taste", - "title": "Die zu verwendende Modifikator-Taste" - } - }, - "holdRightClick": { - "enable": { - "label": "Aktivieren, wenn Rechtsklick gedrückt wird", - "title": "Rechtsklick gedrückt halten, um die Lautstärkeregelung des Scrollrades zu aktivieren" - } - }, - "title": "Lautstärke durch Mausrad ändern" - }, - "settingSearch": { - "placeholder": "Search for a setting" - }, - "videoHistory": { - "enable": { - "label": "Gesehene Videos protokollieren", - "title": "Hält den Überblick darüber, wo du aufgehört hast, wenn du Videos anschaust und aktiviert das Fortfahren der Wiedergabe" - }, - "resumeType": { - "select": { - "label": "Resume type", - "options": { - "automatic": "Automatic", - "prompt": "Prompt" - }, - "title": "Select how you want to resume videos" - } - }, - "title": "Video history settings" - }, - "volumeBoost": { - "boostAmount": { - "label": "Volume boost amount (dB)", - "title": "The amount to boost the volume by" - }, - "enable": { - "label": "Lautstärken-Boost", - "title": "Enable volume boost" - }, - "mode": { - "select": { - "label": "Volume boost mode", - "options": { - "global": "Global", - "perVideo": "Per video" - }, - "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." - } - }, - "title": "´Lautstärke-Boost Einstellungen" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "You can get one from here", - "input": { - "label": "API Schlüssel", - "title": "Gib deinen YouTube Data API V3 Schlüssel ein." - }, - "title": "YouTube API V3 key" - }, - "youtubeDeepDark": { - "author": "Ersteller", - "co-authors": "Mitersteller", - "colors": { - "colorShadow": { - "label": "Schattenfarbe", - "title": "Farbe für Schatten" - }, - "dimmerText": { - "label": "Sekundäre Textfarbe", - "title": "Farbe für sekundären Text" - }, - "hoverBackground": { - "label": "Hintergrundfarbe beim Hovern", - "title": "Farbe für den Hintergrund beim Hovern" - }, - "mainBackground": { - "label": "Haupthintergrundfarbe", - "title": "Farbe für Haupthintergrund" - }, - "mainColor": { - "label": "Akzentfarbe", - "title": "Farbe für die Akzente" - }, - "mainText": { - "label": "Haupttextfarbe", - "title": "Farbe für Haupttext" - }, - "secondBackground": { - "label": "Sekundäre Hintergrundfarbe", - "title": "Farbe für sekundären Hintergrund" - } - }, - "enable": { - "label": "Deep Dark Theme", - "title": "Activate the selected theme for the page" - }, - "select": { - "label": "Theme auswählen", - "title": "Wählen Sie ein Theme aus, das auf die Seite angewendet werden soll" - }, - "title": "YouTube deep dark settings" - } - } - } + "langCode": "de-DE", + "langName": "Deutsch", + "messages": { + "resumingVideo": "Video bei {{VIDEO_TIME}} fortsetzen", + "settingVolume": "Lautstärke-Boost wird auf {{VOLUME_BOOST_AMOUNT}} eingestellt" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "Kopiert!", + "label": "Video URL mit Zeitstempel kopieren" + } + }, + "featureMenu": { + "button": { + "label": "Feature menu" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Fast forward by {{TIME}}" + }, + "rewindButton": { + "label": "Rewind by {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Hide end screen cards", + "toggle": { + "off": "Zeige Endcards", + "on": "Hide end screen cards" + } + } + }, + "loopButton": { + "button": { + "label": "Loop", + "toggle": { + "off": "Loop off", + "on": "Loop on" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "Maximize", + "toggle": { + "off": "Maximieren aus", + "on": "Maximieren an" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Transkript öffnen" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Decrease Speed to {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Increase Speed to {{SPEED}}" + } + }, + "decreaseLimit": "Geringer nicht möglich ({{SPEED}})", + "increaseLimit": "Can't increase further ({{SPEED}})" + }, + "playlistLength": { + "title": "Die Gesamtlänge kann ungenau sein, wenn einige Videos ausgeblendet sind oder wenn Sie nicht genug Videos geladen haben, um die volle Länge zu erhalten." + }, + "screenshotButton": { + "button": { + "label": "Screenshot" + }, + "copiedToClipboard": "Screenshot in Zwischenablage kopiert" + }, + "videoHistory": { + "resumeButton": "Fortsetzen", + "resumePrompt": { + "close": "Schließen" + } + }, + "volumeBoostButton": { + "button": { + "label": "Volume Boost", + "toggle": { + "off": "Volume boost off", + "on": "Volume boost on" + } + } + } + } + }, + "options": { + "notifications": { + "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "Die Bedientaste für die Geschwindigkeitsregelung für das Scrollen kann nicht identisch sein mit der Änderungstaste für die Lautstärkeregelung des Mausrades.", + "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." + } + } + }, + "info": { + "reset": "Alle Optionen wurden auf ihre Standardwerte zurückgesetzt.\nSie können die Änderungen jetzt speichern, indem Sie auf den \"Bestätigen\"-Button klicken oder diese verwerfen, indem Sie diese Seite schließen oder diese Benachrichtigung ignorieren." + }, + "success": { + "saved": "Optionen gespeichert." + } + } + } + }, + "settings": { + "clearData": { + "allDataDeleted": "Die Daten wurden gelöscht.", + "confirmAlert": "Dies löscht alle Erweiterungsdaten zu Optionen. Fortfahren?" + }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "scrollForMoreSettings": "Weitere Einstellungen gibt es unten", + "sections": { + "automaticQuality": { + "enable": { + "label": "Automatische Qualitätsanpassung", + "title": "Die Videoqualität wird automatisch auf die ausgewählte Qualität gestellt." + }, + "fallbackQualityStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + }, + "select": { + "label": "Video-Qualität", + "title": "Die Qualität auf die das Video gestellt werden soll" + }, + "title": "Automatische Qualitätseinstellungen" + }, + "bottomButtons": { + "clear": { + "title": "Löscht alle Daten, die diese Erweiterung auf Ihrem Rechner gespeichert hat", + "value": "Daten löschen" + }, + "confirm": { + "title": "Einstellungen zurücksetzen", + "value": "Bestätigen" + }, + "openTab": { + "title": "Erweiterungseinstellungen in einem neuen Tab öffnen" + }, + "reset": { + "title": "Setzt alle Einstellungen auf ihre Standardwerte zurück. Klicken Sie auf die Bestätigungs-Schaltfläche, um die Änderungen zu speichern", + "value": "Zurücksetzen" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Video-URL mit Timestamp kopieren", + "decreasePlaybackSpeedButton": "Geschwindigkeit verringern", + "forwardButton": "Vorspulen", + "hideEndScreenCardsButton": "End-Screen Karte verstecken", + "increasePlaybackSpeedButton": "Geschwindigkeit erhöhen", + "loopButton": "Loop", + "maximizePlayerButton": "Maximieren", + "openTranscriptButton": "Transkript", + "rewindButton": "Zurückspulen", + "screenshotButton": "Screenshot", + "volumeBoostButton": "Lautstärke-Boost" + }, + "options": { + "below_player": { + "placement": "unterhalb der Video-Steuerung", + "value": "Unter dem Player" + }, + "feature_menu": { + "placement": "im Eigenschaftsmenü", + "value": "Feature-Menü" + }, + "player_controls_left": { + "placement": "auf der linken Seite der Video-Steuerung", + "value": "Links" + }, + "player_controls_right": { + "placement": "auf der rechten Seite der Video-Steuerung", + "value": "Rechts" + } + }, + "title": "Platziere {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Button placement settings" + }, + "customCSS": { + "editor": { + "collapse": "Editor einklappen", + "expand": "Editor vergrößern", + "noProblems": "Keine Probleme gefunden." + }, + "enable": { + "label": "Benutzerdefiniertes CSS", + "title": "Aktiviert benutzerdefiniertes CSS für die Seite" + }, + "title": "Custom CSS settings" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Menü Aktivierungstyp", + "options": { + "click": "Klick", + "hover": "Hover" + }, + "title": "Wähle die Methode zum Aktivieren des Feature-Menüs" + }, + "title": "Feature-Menüeinstellungen" + } + }, + "forwardRewindButtons": { + "enable": { + "label": "Forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + }, + "title": "Forward/rewind button settings" + }, + "importExportSettings": { + "exportButton": { + "success": "Einstellungen erfolgreich exportiert", + "title": "Einstellungen zu JSON-Datei exportieren", + "value": "Einstellungen exportieren" + }, + "importButton": { + "error": { + "unknown": "Fehler beim Importieren der Einstellungen. Bitte überprüfen Sie das Dateiformat.\nEin unbekannter Fehler ist aufgetreten.", + "validation": "Fehler beim Importieren der Einstellungen. Bitte überprüfen Sie das Dateiformat.\n{{ERROR_MESSAGE}}" + }, + "success": "Einstellungen erfolgreich importiert", + "title": "Einstellungen aus JSON-Datei importieren", + "value": "Einstellungen importieren" + } + }, + "language": { + "select": { + "label": "Sprache", + "title": "Die Sprache dieser Erweiterung" + }, + "title": "Sprache" + }, + "miscellaneous": { + "features": { + "automaticTheaterMode": { + "label": "Automatischer Theatermodus", + "title": "Automatisch den Theatermodus aktivieren, wenn ein Video geladen wird" + }, + "automaticallyDisableAmbientMode": { + "label": "Ambient-Modus automatisch deaktivieren", + "title": "Deaktiviert automatisch den Ambient-Modus, wenn du ein Video lädst" + }, + "automaticallyDisableAutoPlay": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + }, + "automaticallyDisableClosedCaptions": { + "label": "Untertitel automatisch deaktivieren", + "title": "Deaktiviert automatisch Untertitel, wenn du ein Video lädst" + }, + "automaticallyEnableClosedCaptions": { + "label": "Untertitel automatisch aktivieren", + "title": "Aktiviert die Untertitel automatisch, wenn du ein Video lädst" + }, + "automaticallyMaximizePlayer": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + }, + "automaticallyShowMoreVideosOnEndScreen": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + }, + "copyTimestampUrlButton": { + "label": "Video-URL mit Zeitstempel kopieren", + "title": "Kopiert die Video-URL mit Zeitstempel (?t=123)" + }, + "defaultToOriginalAudioTrack": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + }, + "enableMarkAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Add a button to playlist items to mark videos as unwatched" + }, + "enableRemoveVideoButton": { + "label": "Remove video button", + "title": "Add a button to playlist items to remove videos from the playlist" + }, + "enableSaveToWatchLaterButton": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + }, + "hideArtificialIntelligenceSummary": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + }, + "hideEndScreenCards": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + }, + "hideEndScreenCardsButton": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + }, + "hideLiveStreamChat": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + }, + "hideMembersOnlyVideos": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + }, + "hideOfficialArtistVideosFromHomePage": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + }, + "hidePaidPromotionBanner": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + }, + "hidePlayables": { + "label": "Hide playables", + "title": "Hides all playables" + }, + "hideScrollbar": { + "label": "Scrollbar ausblenden", + "title": "Versteckt die Scrollleiste" + }, + "hideShorts": { + "label": "Shorts ausblenden", + "title": "Alle Shorts ausblenden" + }, + "hideSidebarRecommendedVideos": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + }, + "hideTranslateComment": { + "label": "Übersetzungs-Kommentar-Button ausblenden", + "title": "Versteckt die Schaltfläche \"In Sprache übersetzen\" unter Kommentaren" + }, + "loopButton": { + "label": "Dauerschleife-Button", + "title": "Adds a button to the feature menu to loop the video you're watching" + }, + "maximizePlayerButton": { + "label": "Player-Button maximieren", + "title": "Fügt dem Eigenschaftsmenü eine Schaltfläche hinzu, um den Video-Player zu maximieren" + }, + "openTranscriptButton": { + "label": "Transkript-Button", + "title": "Fügt eine Schaltfläche zum Feature-Menü hinzu, um das Protokoll des Videos zu öffnen, das du siehst" + }, + "openYouTubeSettingsOnHover": { + "label": "YouTube-Einstellungen beim Hover öffnen", + "title": "Öffnet die YouTube Einstellungen, wenn du über den Einstellungs-Button fährst" + }, + "pauseBackgroundPlayers": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + }, + "playlistRemover": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + }, + "remainingTime": { + "label": "Verbleibende Zeit", + "title": "Zeigt die verbleibende Zeit des Videos, das du siehst" + }, + "rememberLastVolume": { + "label": "Letzte Lautstärke merken", + "title": "Speichere die Lautstärke des letzten Videos, das du gesehen hast und setze es beim Öffnen eines neuen Videos" + }, + "removeRedirect": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + }, + "restoreFullscreenScrolling": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + }, + "shareShortener": { + "label": "YouTube Video Link kürzen", + "title": "Verkürzt den YouTube Video Link (youtu.be) indem si/Feature-Parameter entfernt wird" + }, + "shortsAutoScroll": { + "label": "Shorts automatisch scrollen", + "title": "Scrollen Sie automatisch im nächsten Short" + }, + "skipContinueWatching": { + "label": "Überspringe \"Video ist pausiert. Weiter ansehen?\"", + "title": "Überspringt den Leerlauf-Dialog, der die Videowiedergabe pausiert" + } + }, + "title": "Weitere Einstellungen" + }, + "onScreenDisplaySettings": { + "color": { + "label": "Farbe", + "options": { + "blue": "Blau", + "green": "Grün", + "orange": "Orange", + "pink": "Pink", + "purple": "Lila", + "red": "Rot", + "white": "Weiß", + "yellow": "Gelb" + }, + "title": "Farbe für den On-Screen Display wählen" + }, + "hide": { + "label": "Hide Delay", + "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" + }, + "opacity": { + "label": "Transparenz", + "title": "Die Transparenz der Bildschirmanzeige anpassen" + }, + "padding": { + "label": "Innenabstand", + "title": "Passe den Abstand rund um die Bildschirmanzeige in Pixeln an. Dies gilt speziell für die Bildschirmanzeige in den Ecken." + }, + "position": { + "label": "Position", + "options": { + "bottom_left": "Bottom Left", + "bottom_right": "Bottom Right", + "center": "Center", + "top_left": "Top Left", + "top_right": "Top Right" + }, + "title": "Select the position of the On-Screen Display" + }, + "title": "On-screen display settings", + "type": { + "label": "Type", + "options": { + "circle": "Kreis", + "line": "Balken", + "no_display": "No display", + "text": "Text" + }, + "title": "Select the type of On-Screen Display" + } + }, + "playbackSpeed": { + "enable": { + "label": "Erzwungene Wiedergabegeschwindigkeit", + "title": "Setzt die Videogeschwindigkeit auf das, was du unten wählst" + }, + "playbackSpeedButtons": { + "label": "Playback speed buttons", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + }, + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + }, + "select": { + "label": "Video Geschwindigkeit", + "title": "Die Geschwindigkeit auf die das Video gestellt wird" + }, + "title": "Wiedergabegeschwindigkeit Einstellungen" + }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + }, + "title": "Playlist length settings", + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } + } + }, + "playlistManagement": { + "features": { + "markAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + }, + "removeVideoButton": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + }, + "title": "Playlist management settings" + }, + "playlistManagementButtons": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + }, + "saveToWatchLaterButton": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + }, + "screenshotButton": { + "enable": { + "label": "Screenshot-Taste", + "title": "Fügt dem Player einen Button hinzu, um einen Screenshot des Videos zu machen" + }, + "saveAs": { + "both": "Both (File and Clipboard)", + "clipboard": "Zwischenablage", + "file": "Datei" + }, + "selectFormat": { + "label": "Screenshot-Format", + "title": "Das Format zum Speichern des Screenshots" + }, + "selectSaveAs": { + "label": "Screenshot-Speicherart", + "title": "Der Screenshot-Speichertyp" + }, + "title": "Screenshot-Einstellungen" + }, + "scrollWheelSpeedControl": { + "adjustmentSteps": { + "label": "Geschwindigkeitsänderung durch Mausrad", + "title": "Geschwindigkeitsänderung durch Mausrad anpassen" + }, + "enable": { + "label": "Scroll wheel speed control", + "title": "Drücken Sie eine Änderntaste, um die Lautstärkeregelung mit dem Mausrad zu aktivieren." + }, + "optionLabel": "{{KEY}} key", + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + }, + "title": "Scroll wheel speed control settings" + }, + "scrollWheelVolumeControl": { + "adjustmentSteps": { + "label": "Volume Change Per Scroll", + "title": "Adjust the volume change per scroll" + }, + "enable": { + "label": "Lautstärke durch Mausrad ändern", + "title": "Lässt dich das Scrollrad verwenden, um die Lautstärke des Videos zu steuern, das du siehst" + }, + "holdModifierKey": { + "enable": { + "label": "Aktivieren, wenn die Modifikator-Taste gedrückt wird", + "title": "Drücken Sie eine Modifikator-Taste, um die Lautstärkeregelung mit dem Scrollrad zu aktivieren." + }, + "optionLabel": "{{KEY}} Taste", + "select": { + "label": "Modifikator-Taste", + "title": "Die zu verwendende Modifikator-Taste" + } + }, + "holdRightClick": { + "enable": { + "label": "Aktivieren, wenn Rechtsklick gedrückt wird", + "title": "Rechtsklick gedrückt halten, um die Lautstärkeregelung des Scrollrades zu aktivieren" + } + }, + "title": "Lautstärke durch Mausrad ändern" + }, + "settingSearch": { + "placeholder": "Search for a setting" + }, + "videoHistory": { + "enable": { + "label": "Gesehene Videos protokollieren", + "title": "Hält den Überblick darüber, wo du aufgehört hast, wenn du Videos anschaust und aktiviert das Fortfahren der Wiedergabe" + }, + "resumeType": { + "select": { + "label": "Resume type", + "options": { + "automatic": "Automatic", + "prompt": "Prompt" + }, + "title": "Select how you want to resume videos" + } + }, + "title": "Video history settings" + }, + "volumeBoost": { + "boostAmount": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by" + }, + "enable": { + "label": "Lautstärken-Boost", + "title": "Enable volume boost" + }, + "mode": { + "select": { + "label": "Volume boost mode", + "options": { + "global": "Global", + "perVideo": "Per video" + }, + "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + } + }, + "title": "´Lautstärke-Boost Einstellungen" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Schlüssel", + "title": "Gib deinen YouTube Data API V3 Schlüssel ein." + }, + "title": "YouTube API V3 key" + }, + "youtubeDeepDark": { + "author": "Ersteller", + "co-authors": "Mitersteller", + "colors": { + "colorShadow": { + "label": "Schattenfarbe", + "title": "Farbe für Schatten" + }, + "dimmerText": { + "label": "Sekundäre Textfarbe", + "title": "Farbe für sekundären Text" + }, + "hoverBackground": { + "label": "Hintergrundfarbe beim Hovern", + "title": "Farbe für den Hintergrund beim Hovern" + }, + "mainBackground": { + "label": "Haupthintergrundfarbe", + "title": "Farbe für Haupthintergrund" + }, + "mainColor": { + "label": "Akzentfarbe", + "title": "Farbe für die Akzente" + }, + "mainText": { + "label": "Haupttextfarbe", + "title": "Farbe für Haupttext" + }, + "secondBackground": { + "label": "Sekundäre Hintergrundfarbe", + "title": "Farbe für sekundären Hintergrund" + } + }, + "enable": { + "label": "Deep Dark Theme", + "title": "Activate the selected theme for the page" + }, + "select": { + "label": "Theme auswählen", + "title": "Wählen Sie ein Theme aus, das auf die Seite angewendet werden soll" + }, + "title": "YouTube deep dark settings" + } + } + } } From bf8e3ee87b310d9c4fe22153ceafb503665763de Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 19 Dec 2025 05:52:00 -0500 Subject: [PATCH 1396/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index 102d02231..780e95086 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -127,11 +127,11 @@ "optionDisabled": { "either": { "label": "Enable {{OPTIONS}} to configure this option", - "separator": " or " + "separator": " や " }, "plural": { "label": "Enable {{OPTIONS}} to configure this option", - "separator": " and " + "separator": " と " }, "singular": "'{{OPTION}}' 設定を有効にする", "specificOption": { @@ -214,7 +214,7 @@ }, "title": "{{PLACEMENT}}に{{BUTTON_NAME}}を置き方する" }, - "title": "Button placement settings" + "title": "ボタン置き方設定" }, "customCSS": { "editor": { @@ -226,7 +226,7 @@ "label": "カスタムCSSを可能にする", "title": "ページに適用するカスタムCSSを可能にする" }, - "title": "Custom CSS settings" + "title": "カスタムCSS設定" }, "featureMenu": { "openType": { @@ -466,7 +466,7 @@ }, "title": "オンスクリーンディスプレイ(OSD)のポジションを選択選ぶ" }, - "title": "On-screen display settings", + "title": "オンスクリーンディスプレイの設定", "type": { "label": "OSD型", "options": { @@ -535,11 +535,11 @@ }, "playlistManagementButtons": { "failedToMarkAsUnwatched": "Failed to mark video as unwatched", - "failedToRemoveVideo": "Failed to remove video", - "markAsUnwatched": "Mark as unwatched", + "failedToRemoveVideo": "動画を削除できませんでした", + "markAsUnwatched": "未視聴にする", "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "Remove video", - "removingVideo": "Removing video…" + "removeVideo": "ビデオを削除", + "removingVideo": "ビデオの削除..." }, "saveToWatchLaterButton": { "failedToSaveVideo": "Failed to save video to Watch Later", @@ -657,7 +657,7 @@ "label": "APIキー", "title": "YouTube API V3キーを入力してください。" }, - "title": "YouTube API V3 key" + "title": "YouTube API V3キー" }, "youtubeDeepDark": { "author": "作家", @@ -700,7 +700,7 @@ "label": "テーマを選択", "title": "ページのテーマを選択選べしてください" }, - "title": "YouTube deep dark settings" + "title": "YouTubeディープダーク設定" } } } From 986e464688945c7e7b69dc09e2893552ffae93ef Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 28 Dec 2025 05:31:14 -0500 Subject: [PATCH 1397/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 1410 ++++++++++++++++++------------------- 1 file changed, 705 insertions(+), 705 deletions(-) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index e2ad4f826..aa4d875de 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -1,707 +1,707 @@ { - "langCode": "pt-BR", - "langName": "Português (Brasil)", - "messages": { - "resumingVideo": "Retomando vídeo em {{VIDEO_TIME}}", - "settingVolume": "Definindo o aumento de volume para {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "Copiado!", - "label": "Copiar URL do vídeo com a minutagem" - } - }, - "featureMenu": { - "button": { - "label": "Menu de recursos" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "Avançar {{TIME}}" - }, - "rewindButton": { - "label": "Voltar {{TIME}}" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "Ocultar cards finais", - "toggle": { - "off": "Exibir cards finais", - "on": "Ocultar cards finais" - } - } - }, - "loopButton": { - "button": { - "label": "Repetir", - "toggle": { - "off": "Repetição desativada", - "on": "Repetição ativada" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "Maximização", - "toggle": { - "off": "Minimizar", - "on": "Maximizar" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Abrir transcrição" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Desacelerar para {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Acelerar para {{SPEED}}" - } - }, - "decreaseLimit": "Impossível desacelerar mais ({{SPEED}})", - "increaseLimit": "Impossível acelerar mais ({{SPEED}})" - }, - "playlistLength": { - "title": "O comprimento pode não ser exato se alguns vídeos estão ocultos ou se você não carregou vídeos o suficiente para obter o comprimento máximo." - }, - "screenshotButton": { - "button": { - "label": "Fazer captura de tela" - }, - "copiedToClipboard": "Captura copiada a área de transferência" - }, - "videoHistory": { - "resumeButton": "Retomar", - "resumePrompt": { - "close": "Fechar" - } - }, - "volumeBoostButton": { - "button": { - "label": "Aumento de volume", - "toggle": { - "off": "Aumento de volume desativado", - "on": "Aumento de volume ativado" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "A tecla alternadora da velocidade de rolagem não pode ser a mesma que a tecla alternadora do volume.", - "volumeControl": "A tecla alternadora do volume não pode ser a mesma que a tecla alternadora da velocidade de rolagem." - } - } - }, - "info": { - "reset": "Opções redefinidas ao padrão.\nSalve as mudanças clicando em \"Confirmar\" ou desfaça delas fechando a página, ou esta notificação." - }, - "success": { - "saved": "Opções salvas." - } - } - } - }, - "settings": { - "clearData": { - "allDataDeleted": "Todos os dados foram excluídos.", - "confirmAlert": "Fechar a página desfará todas as mudanças feitas. Prosseguir?" - }, - "optionDisabled": { - "either": { - "label": "Ative o {{OPTIONS}} para configurar esta opção", - "separator": " ou " - }, - "plural": { - "label": "Ative o {{OPTIONS}} para configurar esta opção", - "separator": " e " - }, - "singular": "Ative o '{{OPTION}}' para configurar esta opção", - "specificOption": { - "featureMenu": "Altere pelo menos um botão no menu de recursos para configurar esta opção.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" - } - }, - "scrollForMoreSettings": "Role para mais opções", - "sections": { - "automaticQuality": { - "enable": { - "label": "Ajustador automático de resolução", - "title": "Define automaticamente a resolução do vídeo para o nível desejado." - }, - "fallbackQualityStrategy": { - "select": { - "label": "Sistema de redução de resolução", - "options": { - "higher": "Grande", - "lower": "Pequeno" - }, - "title": "O sistema para usar quando a resolução definida estiver indisponível." - } - }, - "select": { - "label": "Resolução do player", - "title": "A resolução para definir no vídeo" - }, - "title": "Opções de resolução automática" - }, - "bottomButtons": { - "clear": { - "title": "Limpa todos os dados armazenados pela extensão", - "value": "Limpar dados" - }, - "confirm": { - "title": "Confirma a redefinição de dados", - "value": "Confirmar" - }, - "openTab": { - "title": "Abre as opções numa nova aba" - }, - "reset": { - "title": "Redefine as opções para o padrão, confirme para salvar as mudanças", - "value": "Redefinir" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "Copiar URL do vídeo com o botão de minutagem", - "decreasePlaybackSpeedButton": "Botão de diminuir velocidade", - "forwardButton": "Botão de acelerar velocidade", - "hideEndScreenCardsButton": "Ocultar botão de cards finais", - "increasePlaybackSpeedButton": "Botão de aumentar velocidade", - "loopButton": "Botão Repetir", - "maximizePlayerButton": "Botão Maximizar", - "openTranscriptButton": "Abrir botão de transcrição", - "rewindButton": "Botão Voltar", - "screenshotButton": "Botão de captura de tela", - "volumeBoostButton": "Botão de ganho de volume" - }, - "options": { - "below_player": { - "placement": "abaixo dos controles do player", - "value": "Abaixo do player" - }, - "feature_menu": { - "placement": "no menu de recursos", - "value": "Menu de recursos" - }, - "player_controls_left": { - "placement": "à esquerda dos controles do player", - "value": "Controles esquerdos" - }, - "player_controls_right": { - "placement": "à direita dos controles do player", - "value": "Controles direitos" - } - }, - "title": "Coloque o {{BUTTON_NAME}} em {{PLACEMENT}}" - }, - "title": "Button placement settings" - }, - "customCSS": { - "editor": { - "collapse": "Minimizar editor", - "expand": "Maximizar editor", - "noProblems": "Nenhum problema encontrado." - }, - "enable": { - "label": "CSS personalizado", - "title": "Ativa o CSS personalizado para ser aplicado à página" - }, - "title": "Custom CSS settings" - }, - "featureMenu": { - "openType": { - "select": { - "label": "Método de ativação do menu", - "options": { - "click": "Clicar", - "hover": "Passar o cursor" - }, - "title": "Define o método para ativar o menu de recursos" - }, - "title": "Opções do menu de recursos" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "Botões de avançar/voltar", - "title": "Adiciona botões de avançar/voltar ao player de vídeo" - }, - "time": { - "label": "Avançar/voltar tempo", - "title": "O tanto de tempo para avançar/voltar" - }, - "title": "Opções de avançar/voltar" - }, - "importExportSettings": { - "exportButton": { - "success": "Mudanças aplicadas!", - "title": "Exportar opções para arquivo JSON", - "value": "Exportar opções" - }, - "importButton": { - "error": { - "unknown": "Ocorreu um erro ao importar opções. Verifique o formato do arquivo importado.", - "validation": "Erro ao importar opções. Verifique o formato do arquivo importado.\n{{ERROR_MESSAGE}}" - }, - "success": "Opções importadas com sucesso!", - "title": "Importe as opções dum arquivo JSON", - "value": "Importar opções" - } - }, - "language": { - "select": { - "label": "Idioma", - "title": "O idioma da extensão" - }, - "title": "Idioma" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "Modo teatro automático", - "title": "Ativa automaticamente o modo teatro ao carregar um vídeo" - }, - "automaticallyDisableAmbientMode": { - "label": "Desativar automaticamente o modo ambiente", - "title": "Desativa o modo ambiente automaticamente ao carregar um vídeo" - }, - "automaticallyDisableAutoPlay": { - "label": "Automatically disable autoplay", - "title": "Automatically disables autoplay when you load a video" - }, - "automaticallyDisableClosedCaptions": { - "label": "Desativar legendas automaticamente", - "title": "Desativa as legendas ao carregar um vídeo" - }, - "automaticallyEnableClosedCaptions": { - "label": "Automatically enable closed captions", - "title": "Automatically enables closed captions when you load a video" - }, - "automaticallyMaximizePlayer": { - "label": "Automatically maximize player", - "title": "Automatically maximizes the player when you load a video" - }, - "automaticallyShowMoreVideosOnEndScreen": { - "label": "Automatically show more videos on end screen", - "title": "Automatically shows more videos on end screen when you load a video" - }, - "copyTimestampUrlButton": { - "label": "Copiar URL do vídeo com o botão de minutagem", - "title": "Copia o URL do vídeo com a minutagem (?t=123)" - }, - "defaultToOriginalAudioTrack": { - "label": "Retornar à faixa de vídeo original", - "title": "Sempre retornar à faixa de vídeo original" - }, - "enableMarkAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Add a button to playlist items to mark videos as unwatched" - }, - "enableRemoveVideoButton": { - "label": "Remove video button", - "title": "Add a button to playlist items to remove videos from the playlist" - }, - "enableSaveToWatchLaterButton": { - "label": "Enable save to Watch Later button", - "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" - }, - "hideArtificialIntelligenceSummary": { - "label": "Ocultar resumo IA", - "title": "Oculta a seção de resumo IA de um vídeo" - }, - "hideEndScreenCards": { - "label": "Ocultar cards finais", - "title": "Oculta os cards no final do vídeo" - }, - "hideEndScreenCardsButton": { - "label": "Ocultar botão de cards finais", - "title": "Adiciona um botão para exibir/ocultar cards finais" - }, - "hideLiveStreamChat": { - "label": "Ocultar chat da transmissão", - "title": "Oculta o chat da transmissão" - }, - "hideMembersOnlyVideos": { - "label": "Hide members-only videos", - "title": "Hides videos that are only visible to members" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "Ocultar vídeos de artistas originais", - "title": "Ocultar vídeos de artistas originais do início" - }, - "hidePaidPromotionBanner": { - "label": "Ocultar banner de promoção paga", - "title": "Oculta o banner ao assistir um vídeo com promoção paga incluída" - }, - "hidePlayables": { - "label": "Ocultar jogáveis", - "title": "Oculta a seção de jogáveis" - }, - "hideScrollbar": { - "label": "Ocultar barra de rolagem", - "title": "Oculta a barra de rolagem da página" - }, - "hideShorts": { - "label": "Ocultar \"Shorts\"", - "title": "Oculta a função \"Shorts\"" - }, - "hideSidebarRecommendedVideos": { - "label": "Hide recommended videos", - "title": "Hides the sidebar that recommends videos" - }, - "hideTranslateComment": { - "label": "Ocultar botão de traduzir comentário", - "title": "Oculta o botão de tradução de comentário" - }, - "loopButton": { - "label": "Botão Repetir", - "title": "Adiciona um botão para repetir o vídeo que está assistindo" - }, - "maximizePlayerButton": { - "label": "Botão de maximizar player", - "title": "Adiciona um botão para maximizar o player" - }, - "openTranscriptButton": { - "label": "Abrir botão de transcrição", - "title": "Adiciona um botão para abrir a transcrição do vídeo que está assistindo" - }, - "openYouTubeSettingsOnHover": { - "label": "Abrir opções do YouTube ao passar o cursor", - "title": "Abre as opções do YouTube ao passar o cursor sobre o botão Opções" - }, - "pauseBackgroundPlayers": { - "label": "Pausar player em segundo plano", - "title": "Pausa o player nas abas em segundo plano ao iniciar um novo player noutra aba" - }, - "playlistRemover": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" - }, - "remainingTime": { - "label": "Tempo restante", - "title": "Exibe o tempo restante do vídeo que está assistindo" - }, - "rememberLastVolume": { - "label": "Lembrar volume anterior", - "title": "Lembra do aumento de volume do vídeo anterior e aplica-o ao novo vídeo." - }, - "removeRedirect": { - "label": "Remover URLs de redireção do YouTube", - "title": "Substitui a redireção do YouTube por URLs reais, pulando o aviso de redireção" - }, - "restoreFullscreenScrolling": { - "label": "Restore fullscreen scrolling", - "title": "Restores scrolling in fullscreen mode" - }, - "shareShortener": { - "label": "Encurtar link de compartilha de vídeo", - "title": "Encurta os links de compartilha de vídeo (youtu.be) removendo os parâmetros si/features." - }, - "shortsAutoScroll": { - "label": "Rolar automaticamente pelos Shorts", - "title": "Rola para o próximo Short automaticamente" - }, - "skipContinueWatching": { - "label": "Pular aviso de ausência", - "title": "Remove o aviso \"O vídeo está pausado. Continuar assistindo?\"" - } - }, - "title": "Diversos" - }, - "onScreenDisplaySettings": { - "color": { - "label": "Cor", - "options": { - "blue": "Azul", - "green": "Verde", - "orange": "Laranja", - "pink": "Rosa", - "purple": "Roxo", - "red": "Vermelho", - "white": "Branco", - "yellow": "Amarelo" - }, - "title": "Define a cor para as informações em exibição" - }, - "hide": { - "label": "Ocultar atraso", - "title": "Especifica o tempo (em milissegundos) antes de ocultar automaticamente as informações em exibição" - }, - "opacity": { - "label": "Opacidade", - "title": "Ajusta a transparência das informações em exibição" - }, - "padding": { - "label": "Alinhamento", - "title": "Ajusta o alinhamento de informações em exibição (em píxeis)." - }, - "position": { - "label": "Posição", - "options": { - "bottom_left": "Inferior esquerdo", - "bottom_right": "Inferior direito", - "center": "Centro", - "top_left": "Superior esquerdo", - "top_right": "Superior direito" - }, - "title": "Seleciona a posição da exibição na tela" - }, - "title": "On-screen display settings", - "type": { - "label": "Tipo", - "options": { - "circle": "Círculo", - "line": "Linha", - "no_display": "Sem exibição", - "text": "Texto" - }, - "title": "Seleciona o tipo de exibição na tela" - } - }, - "playbackSpeed": { - "enable": { - "label": "Velocidade de playback forçada", - "title": "Define a velocidade do vídeo ao valor que você inserir" - }, - "playbackSpeedButtons": { - "label": "Velocidade de playback", - "select": { - "label": "Velocidade do playback", - "title": "O tanto de velocidade a ser pulado num clique" - }, - "title": "Adiciona botões para acelerar/desacelerar o playback do vídeo" - }, - "select": { - "label": "Velocidade do player", - "title": "A velocidade definida para o vídeo" - }, - "title": "Opções de playback" - }, - "playlistLength": { - "enable": { - "label": "Exibir informações de duração da playlist", - "title": "Exibe a duração da playlist, quantas vezes foi visualizada, e o tempo restante." - }, - "title": "Opções de duração da playlist", - "wayToGetLength": { - "select": { - "label": "Forma de obter a duração da playlist", - "title": "A forma de obter a duração da playlist (O método API voltará a HTML se ocorrer um erro)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "Forma de obter o tempo assistido", - "options": { - "duration": "Duração do vídeo", - "youtube": "Tempo assistido do vídeo" - }, - "title": "A forma de obter o tempo assistido (Tipo de duração do vídeo apenas usado na página de exibição)" - } - } - }, - "playlistManagement": { - "features": { - "markAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - }, - "removeVideoButton": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - } - }, - "title": "Playlist management settings" - }, - "playlistManagementButtons": { - "failedToMarkAsUnwatched": "Failed to mark video as unwatched", - "failedToRemoveVideo": "Failed to remove video", - "markAsUnwatched": "Mark as unwatched", - "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "Remove video", - "removingVideo": "Removing video…" - }, - "saveToWatchLaterButton": { - "failedToSaveVideo": "Failed to save video to Watch Later", - "saveVideo": "Save to Watch Later", - "savingVideo": "Saving to Watch Later…" - }, - "screenshotButton": { - "enable": { - "label": "Botão de captura de tela", - "title": "Adiciona um botão ao reprodutor para tirar uma captura de tela do vídeo" - }, - "saveAs": { - "both": "Both (File and Clipboard)", - "clipboard": "Área de transferência", - "file": "Arquivo" - }, - "selectFormat": { - "label": "Formato da captura de tela", - "title": "O formato para salvar a captura de tela" - }, - "selectSaveAs": { - "label": "Tipo de armazenamento da captura de tela", - "title": "O tipo de armazenamento da captura de tela" - }, - "title": "Opções de captura de tela" - }, - "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "Alterar volume por rolagem", - "title": "Ajusta a mudança de velocidade por rolagem" - }, - "enable": { - "label": "Controle de velocidade da roda do mouse", - "title": "Pressiona uma tecla modificadora para ativar o ajuste de velocidade com a roda do mouse." - }, - "optionLabel": "Tecla {{KEY}}", - "select": { - "label": "Tecla de modificação", - "title": "A tecla de modificação para uso" - }, - "title": "Opções de controle do volume na roda do mouse" - }, - "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "Mudança de volume por rolagem", - "title": "Ajusta a mudança de volume por rolagem" - }, - "enable": { - "label": "Ajustar volume com a roda", - "title": "Deixa-o utilizar a roda do cursor para ajustar o volume do vídeo" - }, - "holdModifierKey": { - "enable": { - "label": "Ao segurar a tecla de modificação", - "title": "Segure a tecla de modificação para ajustar o volume com a roda do cursor." - }, - "optionLabel": "Tecla {{KEY}}", - "select": { - "label": "Tecla de modificação", - "title": "A tecla de modificação para uso" - } - }, - "holdRightClick": { - "enable": { - "label": "Ao segurar o botão direito", - "title": "Segure o botão direito para ajustar o volume pela roda." - } - }, - "title": "Opções de ajuste de volume pela roda" - }, - "settingSearch": { - "placeholder": "Buscar por ajustes" - }, - "videoHistory": { - "enable": { - "label": "Rastrear vídeos assistidos", - "title": "Registrar a minutagem do vídeo em que parou e permite a retomada do playback" - }, - "resumeType": { - "select": { - "label": "Tipo de retomada", - "options": { - "automatic": "Automático", - "prompt": "Perguntar" - }, - "title": "Selecione como deseja retomar os vídeos" - } - }, - "title": "Opções de histórico de vídeo" - }, - "volumeBoost": { - "boostAmount": { - "label": "Aumento de volume (dB)", - "title": "O valor para aumentar o volume" - }, - "enable": { - "label": "Aumento de volume", - "title": "Ativa o aumento de volume" - }, - "mode": { - "select": { - "label": "Modo de aumento de volume", - "options": { - "global": "Global", - "perVideo": "Por vídeo" - }, - "title": "Selecione como o aumento de volume é aplicado. 'Por vídeo' permite ativar o aumento para cada vídeo individualmente no menu de recursos. Já o 'Global' aplica o aumento para todos os vídeos quando o aumento de volume é ativado." - } - }, - "title": "Opções de aumento de volume" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "Você pode obter uma aqui", - "input": { - "label": "Chave API", - "title": "Insira sua chave API YouTube Data V3." - }, - "title": "YouTube API V3 key" - }, - "youtubeDeepDark": { - "author": "Autor", - "co-authors": "Co-autores", - "colors": { - "colorShadow": { - "label": "Cor da sombra", - "title": "Cor para sombras" - }, - "dimmerText": { - "label": "Cor do texto secundário", - "title": "Cor para texto secundário" - }, - "hoverBackground": { - "label": "Cor de fundo ao passar o cursor", - "title": "Cor de fundo ao passar o cursor" - }, - "mainBackground": { - "label": "Cor de fundo principal", - "title": "Cor principal para o fundo" - }, - "mainColor": { - "label": "Cor de destaque", - "title": "Cor para destaque" - }, - "mainText": { - "label": "Cor do texto principal", - "title": "Cor para o texto principal" - }, - "secondBackground": { - "label": "Cor de fundo secundário", - "title": "Cor para fundo secundário" - } - }, - "enable": { - "label": "Tema meia-noite", - "title": "Ativar tema selecionado para a página" - }, - "select": { - "label": "Selecionar tema", - "title": "Selecione um tema para a página" - }, - "title": "YouTube deep dark settings" - } - } - } + "langCode": "pt-BR", + "langName": "Português (Brasil)", + "messages": { + "resumingVideo": "Retomando vídeo em {{VIDEO_TIME}}", + "settingVolume": "Definindo o aumento de volume para {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "Copiado!", + "label": "Copiar URL do vídeo com a minutagem" + } + }, + "featureMenu": { + "button": { + "label": "Menu de recursos" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Avançar {{TIME}}" + }, + "rewindButton": { + "label": "Voltar {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Ocultar cards finais", + "toggle": { + "off": "Exibir cards finais", + "on": "Ocultar cards finais" + } + } + }, + "loopButton": { + "button": { + "label": "Repetir", + "toggle": { + "off": "Repetição desativada", + "on": "Repetição ativada" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "Maximização", + "toggle": { + "off": "Minimizar", + "on": "Maximizar" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Abrir transcrição" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Desacelerar para {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Acelerar para {{SPEED}}" + } + }, + "decreaseLimit": "Impossível desacelerar mais ({{SPEED}})", + "increaseLimit": "Impossível acelerar mais ({{SPEED}})" + }, + "playlistLength": { + "title": "O comprimento pode não ser exato se alguns vídeos estão ocultos ou se você não carregou vídeos o suficiente para obter o comprimento máximo." + }, + "screenshotButton": { + "button": { + "label": "Fazer captura de tela" + }, + "copiedToClipboard": "Captura copiada a área de transferência" + }, + "videoHistory": { + "resumeButton": "Retomar", + "resumePrompt": { + "close": "Fechar" + } + }, + "volumeBoostButton": { + "button": { + "label": "Aumento de volume", + "toggle": { + "off": "Aumento de volume desativado", + "on": "Aumento de volume ativado" + } + } + } + } + }, + "options": { + "notifications": { + "error": { + "optionConflict": "Esta opção não pode ser ativada enquanto '{{OPTION}}' estiver habilitada.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "A tecla alternadora da velocidade de rolagem não pode ser a mesma que a tecla alternadora do volume.", + "volumeControl": "A tecla alternadora do volume não pode ser a mesma que a tecla alternadora da velocidade de rolagem." + } + } + }, + "info": { + "reset": "Opções redefinidas ao padrão.\nSalve as mudanças clicando em \"Confirmar\" ou desfaça delas fechando a página, ou esta notificação." + }, + "success": { + "saved": "Opções salvas." + } + } + } + }, + "settings": { + "clearData": { + "allDataDeleted": "Todos os dados foram excluídos.", + "confirmAlert": "Fechar a página desfará todas as mudanças feitas. Prosseguir?" + }, + "optionDisabled": { + "either": { + "label": "Ative o {{OPTIONS}} para configurar esta opção", + "separator": " ou " + }, + "plural": { + "label": "Ative o {{OPTIONS}} para configurar esta opção", + "separator": " e " + }, + "singular": "Ative o '{{OPTION}}' para configurar esta opção", + "specificOption": { + "featureMenu": "Altere pelo menos um botão no menu de recursos para configurar esta opção.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "scrollForMoreSettings": "Role para mais opções", + "sections": { + "automaticQuality": { + "enable": { + "label": "Ajustador automático de resolução", + "title": "Define automaticamente a resolução do vídeo para o nível desejado." + }, + "fallbackQualityStrategy": { + "select": { + "label": "Sistema de redução de resolução", + "options": { + "higher": "Grande", + "lower": "Pequeno" + }, + "title": "O sistema para usar quando a resolução definida estiver indisponível." + } + }, + "select": { + "label": "Resolução do player", + "title": "A resolução para definir no vídeo" + }, + "title": "Opções de resolução automática" + }, + "bottomButtons": { + "clear": { + "title": "Limpa todos os dados armazenados pela extensão", + "value": "Limpar dados" + }, + "confirm": { + "title": "Confirma a redefinição de dados", + "value": "Confirmar" + }, + "openTab": { + "title": "Abre as opções numa nova aba" + }, + "reset": { + "title": "Redefine as opções para o padrão, confirme para salvar as mudanças", + "value": "Redefinir" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Copiar URL do vídeo com o botão de minutagem", + "decreasePlaybackSpeedButton": "Botão de diminuir velocidade", + "forwardButton": "Botão de acelerar velocidade", + "hideEndScreenCardsButton": "Ocultar botão de cards finais", + "increasePlaybackSpeedButton": "Botão de aumentar velocidade", + "loopButton": "Botão Repetir", + "maximizePlayerButton": "Botão Maximizar", + "openTranscriptButton": "Abrir botão de transcrição", + "rewindButton": "Botão Voltar", + "screenshotButton": "Botão de captura de tela", + "volumeBoostButton": "Botão de ganho de volume" + }, + "options": { + "below_player": { + "placement": "abaixo dos controles do player", + "value": "Abaixo do player" + }, + "feature_menu": { + "placement": "no menu de recursos", + "value": "Menu de recursos" + }, + "player_controls_left": { + "placement": "à esquerda dos controles do player", + "value": "Controles esquerdos" + }, + "player_controls_right": { + "placement": "à direita dos controles do player", + "value": "Controles direitos" + } + }, + "title": "Coloque o {{BUTTON_NAME}} em {{PLACEMENT}}" + }, + "title": "Button placement settings" + }, + "customCSS": { + "editor": { + "collapse": "Minimizar editor", + "expand": "Maximizar editor", + "noProblems": "Nenhum problema encontrado." + }, + "enable": { + "label": "CSS personalizado", + "title": "Ativa o CSS personalizado para ser aplicado à página" + }, + "title": "Custom CSS settings" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Método de ativação do menu", + "options": { + "click": "Clicar", + "hover": "Passar o cursor" + }, + "title": "Define o método para ativar o menu de recursos" + }, + "title": "Opções do menu de recursos" + } + }, + "forwardRewindButtons": { + "enable": { + "label": "Botões de avançar/voltar", + "title": "Adiciona botões de avançar/voltar ao player de vídeo" + }, + "time": { + "label": "Avançar/voltar tempo", + "title": "O tanto de tempo para avançar/voltar" + }, + "title": "Opções de avançar/voltar" + }, + "importExportSettings": { + "exportButton": { + "success": "Mudanças aplicadas!", + "title": "Exportar opções para arquivo JSON", + "value": "Exportar opções" + }, + "importButton": { + "error": { + "unknown": "Ocorreu um erro ao importar opções. Verifique o formato do arquivo importado.", + "validation": "Erro ao importar opções. Verifique o formato do arquivo importado.\n{{ERROR_MESSAGE}}" + }, + "success": "Opções importadas com sucesso!", + "title": "Importe as opções dum arquivo JSON", + "value": "Importar opções" + } + }, + "language": { + "select": { + "label": "Idioma", + "title": "O idioma da extensão" + }, + "title": "Idioma" + }, + "miscellaneous": { + "features": { + "automaticTheaterMode": { + "label": "Modo teatro automático", + "title": "Ativa automaticamente o modo teatro ao carregar um vídeo" + }, + "automaticallyDisableAmbientMode": { + "label": "Desativar automaticamente o modo ambiente", + "title": "Desativa o modo ambiente automaticamente ao carregar um vídeo" + }, + "automaticallyDisableAutoPlay": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + }, + "automaticallyDisableClosedCaptions": { + "label": "Desativar legendas automaticamente", + "title": "Desativa as legendas ao carregar um vídeo" + }, + "automaticallyEnableClosedCaptions": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + }, + "automaticallyMaximizePlayer": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + }, + "automaticallyShowMoreVideosOnEndScreen": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + }, + "copyTimestampUrlButton": { + "label": "Copiar URL do vídeo com o botão de minutagem", + "title": "Copia o URL do vídeo com a minutagem (?t=123)" + }, + "defaultToOriginalAudioTrack": { + "label": "Retornar à faixa de vídeo original", + "title": "Sempre retornar à faixa de vídeo original" + }, + "enableMarkAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Add a button to playlist items to mark videos as unwatched" + }, + "enableRemoveVideoButton": { + "label": "Remove video button", + "title": "Add a button to playlist items to remove videos from the playlist" + }, + "enableSaveToWatchLaterButton": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + }, + "hideArtificialIntelligenceSummary": { + "label": "Ocultar resumo IA", + "title": "Oculta a seção de resumo IA de um vídeo" + }, + "hideEndScreenCards": { + "label": "Ocultar cards finais", + "title": "Oculta os cards no final do vídeo" + }, + "hideEndScreenCardsButton": { + "label": "Ocultar botão de cards finais", + "title": "Adiciona um botão para exibir/ocultar cards finais" + }, + "hideLiveStreamChat": { + "label": "Ocultar chat da transmissão", + "title": "Oculta o chat da transmissão" + }, + "hideMembersOnlyVideos": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + }, + "hideOfficialArtistVideosFromHomePage": { + "label": "Ocultar vídeos de artistas originais", + "title": "Ocultar vídeos de artistas originais do início" + }, + "hidePaidPromotionBanner": { + "label": "Ocultar banner de promoção paga", + "title": "Oculta o banner ao assistir um vídeo com promoção paga incluída" + }, + "hidePlayables": { + "label": "Ocultar jogáveis", + "title": "Oculta a seção de jogáveis" + }, + "hideScrollbar": { + "label": "Ocultar barra de rolagem", + "title": "Oculta a barra de rolagem da página" + }, + "hideShorts": { + "label": "Ocultar \"Shorts\"", + "title": "Oculta a função \"Shorts\"" + }, + "hideSidebarRecommendedVideos": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + }, + "hideTranslateComment": { + "label": "Ocultar botão de traduzir comentário", + "title": "Oculta o botão de tradução de comentário" + }, + "loopButton": { + "label": "Botão Repetir", + "title": "Adiciona um botão para repetir o vídeo que está assistindo" + }, + "maximizePlayerButton": { + "label": "Botão de maximizar player", + "title": "Adiciona um botão para maximizar o player" + }, + "openTranscriptButton": { + "label": "Abrir botão de transcrição", + "title": "Adiciona um botão para abrir a transcrição do vídeo que está assistindo" + }, + "openYouTubeSettingsOnHover": { + "label": "Abrir opções do YouTube ao passar o cursor", + "title": "Abre as opções do YouTube ao passar o cursor sobre o botão Opções" + }, + "pauseBackgroundPlayers": { + "label": "Pausar player em segundo plano", + "title": "Pausa o player nas abas em segundo plano ao iniciar um novo player noutra aba" + }, + "playlistRemover": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + }, + "remainingTime": { + "label": "Tempo restante", + "title": "Exibe o tempo restante do vídeo que está assistindo" + }, + "rememberLastVolume": { + "label": "Lembrar volume anterior", + "title": "Lembra do aumento de volume do vídeo anterior e aplica-o ao novo vídeo." + }, + "removeRedirect": { + "label": "Remover URLs de redireção do YouTube", + "title": "Substitui a redireção do YouTube por URLs reais, pulando o aviso de redireção" + }, + "restoreFullscreenScrolling": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + }, + "shareShortener": { + "label": "Encurtar link de compartilha de vídeo", + "title": "Encurta os links de compartilha de vídeo (youtu.be) removendo os parâmetros si/features." + }, + "shortsAutoScroll": { + "label": "Rolar automaticamente pelos Shorts", + "title": "Rola para o próximo Short automaticamente" + }, + "skipContinueWatching": { + "label": "Pular aviso de ausência", + "title": "Remove o aviso \"O vídeo está pausado. Continuar assistindo?\"" + } + }, + "title": "Diversos" + }, + "onScreenDisplaySettings": { + "color": { + "label": "Cor", + "options": { + "blue": "Azul", + "green": "Verde", + "orange": "Laranja", + "pink": "Rosa", + "purple": "Roxo", + "red": "Vermelho", + "white": "Branco", + "yellow": "Amarelo" + }, + "title": "Define a cor para as informações em exibição" + }, + "hide": { + "label": "Ocultar atraso", + "title": "Especifica o tempo (em milissegundos) antes de ocultar automaticamente as informações em exibição" + }, + "opacity": { + "label": "Opacidade", + "title": "Ajusta a transparência das informações em exibição" + }, + "padding": { + "label": "Alinhamento", + "title": "Ajusta o alinhamento de informações em exibição (em píxeis)." + }, + "position": { + "label": "Posição", + "options": { + "bottom_left": "Inferior esquerdo", + "bottom_right": "Inferior direito", + "center": "Centro", + "top_left": "Superior esquerdo", + "top_right": "Superior direito" + }, + "title": "Seleciona a posição da exibição na tela" + }, + "title": "On-screen display settings", + "type": { + "label": "Tipo", + "options": { + "circle": "Círculo", + "line": "Linha", + "no_display": "Sem exibição", + "text": "Texto" + }, + "title": "Seleciona o tipo de exibição na tela" + } + }, + "playbackSpeed": { + "enable": { + "label": "Velocidade de playback forçada", + "title": "Define a velocidade do vídeo ao valor que você inserir" + }, + "playbackSpeedButtons": { + "label": "Velocidade de playback", + "select": { + "label": "Velocidade do playback", + "title": "O tanto de velocidade a ser pulado num clique" + }, + "title": "Adiciona botões para acelerar/desacelerar o playback do vídeo" + }, + "select": { + "label": "Velocidade do player", + "title": "A velocidade definida para o vídeo" + }, + "title": "Opções de playback" + }, + "playlistLength": { + "enable": { + "label": "Exibir informações de duração da playlist", + "title": "Exibe a duração da playlist, quantas vezes foi visualizada, e o tempo restante." + }, + "title": "Opções de duração da playlist", + "wayToGetLength": { + "select": { + "label": "Forma de obter a duração da playlist", + "title": "A forma de obter a duração da playlist (O método API voltará a HTML se ocorrer um erro)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Forma de obter o tempo assistido", + "options": { + "duration": "Duração do vídeo", + "youtube": "Tempo assistido do vídeo" + }, + "title": "A forma de obter o tempo assistido (Tipo de duração do vídeo apenas usado na página de exibição)" + } + } + }, + "playlistManagement": { + "features": { + "markAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + }, + "removeVideoButton": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + }, + "title": "Playlist management settings" + }, + "playlistManagementButtons": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + }, + "saveToWatchLaterButton": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + }, + "screenshotButton": { + "enable": { + "label": "Botão de captura de tela", + "title": "Adiciona um botão ao reprodutor para tirar uma captura de tela do vídeo" + }, + "saveAs": { + "both": "Both (File and Clipboard)", + "clipboard": "Área de transferência", + "file": "Arquivo" + }, + "selectFormat": { + "label": "Formato da captura de tela", + "title": "O formato para salvar a captura de tela" + }, + "selectSaveAs": { + "label": "Tipo de armazenamento da captura de tela", + "title": "O tipo de armazenamento da captura de tela" + }, + "title": "Opções de captura de tela" + }, + "scrollWheelSpeedControl": { + "adjustmentSteps": { + "label": "Alterar volume por rolagem", + "title": "Ajusta a mudança de velocidade por rolagem" + }, + "enable": { + "label": "Controle de velocidade da roda do mouse", + "title": "Pressiona uma tecla modificadora para ativar o ajuste de velocidade com a roda do mouse." + }, + "optionLabel": "Tecla {{KEY}}", + "select": { + "label": "Tecla de modificação", + "title": "A tecla de modificação para uso" + }, + "title": "Opções de controle do volume na roda do mouse" + }, + "scrollWheelVolumeControl": { + "adjustmentSteps": { + "label": "Mudança de volume por rolagem", + "title": "Ajusta a mudança de volume por rolagem" + }, + "enable": { + "label": "Ajustar volume com a roda", + "title": "Deixa-o utilizar a roda do cursor para ajustar o volume do vídeo" + }, + "holdModifierKey": { + "enable": { + "label": "Ao segurar a tecla de modificação", + "title": "Segure a tecla de modificação para ajustar o volume com a roda do cursor." + }, + "optionLabel": "Tecla {{KEY}}", + "select": { + "label": "Tecla de modificação", + "title": "A tecla de modificação para uso" + } + }, + "holdRightClick": { + "enable": { + "label": "Ao segurar o botão direito", + "title": "Segure o botão direito para ajustar o volume pela roda." + } + }, + "title": "Opções de ajuste de volume pela roda" + }, + "settingSearch": { + "placeholder": "Buscar por ajustes" + }, + "videoHistory": { + "enable": { + "label": "Rastrear vídeos assistidos", + "title": "Registrar a minutagem do vídeo em que parou e permite a retomada do playback" + }, + "resumeType": { + "select": { + "label": "Tipo de retomada", + "options": { + "automatic": "Automático", + "prompt": "Perguntar" + }, + "title": "Selecione como deseja retomar os vídeos" + } + }, + "title": "Opções de histórico de vídeo" + }, + "volumeBoost": { + "boostAmount": { + "label": "Aumento de volume (dB)", + "title": "O valor para aumentar o volume" + }, + "enable": { + "label": "Aumento de volume", + "title": "Ativa o aumento de volume" + }, + "mode": { + "select": { + "label": "Modo de aumento de volume", + "options": { + "global": "Global", + "perVideo": "Por vídeo" + }, + "title": "Selecione como o aumento de volume é aplicado. 'Por vídeo' permite ativar o aumento para cada vídeo individualmente no menu de recursos. Já o 'Global' aplica o aumento para todos os vídeos quando o aumento de volume é ativado." + } + }, + "title": "Opções de aumento de volume" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "Você pode obter uma aqui", + "input": { + "label": "Chave API", + "title": "Insira sua chave API YouTube Data V3." + }, + "title": "YouTube API V3 key" + }, + "youtubeDeepDark": { + "author": "Autor", + "co-authors": "Co-autores", + "colors": { + "colorShadow": { + "label": "Cor da sombra", + "title": "Cor para sombras" + }, + "dimmerText": { + "label": "Cor do texto secundário", + "title": "Cor para texto secundário" + }, + "hoverBackground": { + "label": "Cor de fundo ao passar o cursor", + "title": "Cor de fundo ao passar o cursor" + }, + "mainBackground": { + "label": "Cor de fundo principal", + "title": "Cor principal para o fundo" + }, + "mainColor": { + "label": "Cor de destaque", + "title": "Cor para destaque" + }, + "mainText": { + "label": "Cor do texto principal", + "title": "Cor para o texto principal" + }, + "secondBackground": { + "label": "Cor de fundo secundário", + "title": "Cor para fundo secundário" + } + }, + "enable": { + "label": "Tema meia-noite", + "title": "Ativar tema selecionado para a página" + }, + "select": { + "label": "Selecionar tema", + "title": "Selecione um tema para a página" + }, + "title": "YouTube deep dark settings" + } + } + } } From e8a28c4e00461049646be487060a5fbb6afa1e2f Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 28 Dec 2025 06:57:30 -0500 Subject: [PATCH 1398/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 80 +++++++++++++++++++-------------------- 1 file changed, 40 insertions(+), 40 deletions(-) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index aa4d875de..a831c1b71 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -136,7 +136,7 @@ "singular": "Ative o '{{OPTION}}' para configurar esta opção", "specificOption": { "featureMenu": "Altere pelo menos um botão no menu de recursos para configurar esta opção.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + "screenshotButtonFileFormat": "Defina o tipo de salvamento da captura de tela como 'Arquivo' ou 'Ambos' para configurar esta opção" } }, "scrollForMoreSettings": "Role para mais opções", @@ -214,7 +214,7 @@ }, "title": "Coloque o {{BUTTON_NAME}} em {{PLACEMENT}}" }, - "title": "Button placement settings" + "title": "Configurações de posicionamento dos botões" }, "customCSS": { "editor": { @@ -226,7 +226,7 @@ "label": "CSS personalizado", "title": "Ativa o CSS personalizado para ser aplicado à página" }, - "title": "Custom CSS settings" + "title": "Configurações de CSS personalizado" }, "featureMenu": { "openType": { @@ -286,24 +286,24 @@ "title": "Desativa o modo ambiente automaticamente ao carregar um vídeo" }, "automaticallyDisableAutoPlay": { - "label": "Automatically disable autoplay", - "title": "Automatically disables autoplay when you load a video" + "label": "Desativar reprodução automática", + "title": "Desativa automaticamente a reprodução automática ao carregar um vídeo" }, "automaticallyDisableClosedCaptions": { "label": "Desativar legendas automaticamente", "title": "Desativa as legendas ao carregar um vídeo" }, "automaticallyEnableClosedCaptions": { - "label": "Automatically enable closed captions", - "title": "Automatically enables closed captions when you load a video" + "label": "Ativar legendas automaticamente", + "title": "Ativa automaticamente as legendas ao carregar um vídeo" }, "automaticallyMaximizePlayer": { - "label": "Automatically maximize player", - "title": "Automatically maximizes the player when you load a video" + "label": "Maximizar o vídeo automaticamente", + "title": "Maximiza automaticamente o reprodutor ao carregar um vídeo" }, "automaticallyShowMoreVideosOnEndScreen": { - "label": "Automatically show more videos on end screen", - "title": "Automatically shows more videos on end screen when you load a video" + "label": "Exibir automaticamente mais vídeos na tela final", + "title": "Mostra automaticamente mais vídeos na tela final do vídeo" }, "copyTimestampUrlButton": { "label": "Copiar URL do vídeo com o botão de minutagem", @@ -314,16 +314,16 @@ "title": "Sempre retornar à faixa de vídeo original" }, "enableMarkAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Add a button to playlist items to mark videos as unwatched" + "label": "Botão \"Marcar como não assistido\"", + "title": "Adicione um botão aos itens da lista de reprodução para marcar vídeos como não assistidos" }, "enableRemoveVideoButton": { - "label": "Remove video button", - "title": "Add a button to playlist items to remove videos from the playlist" + "label": "Botão \"Remover vídeo\"", + "title": "Adicione um botão aos itens da lista de reprodução para remover vídeos da lista" }, "enableSaveToWatchLaterButton": { - "label": "Enable save to Watch Later button", - "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + "label": "Ativar botão \"Assistir mais tarde\"", + "title": "Adiciona um botão aos vídeos da página inicial e das inscrições para salvar o vídeo na lista de reprodução \"Assistir mais tarde\"" }, "hideArtificialIntelligenceSummary": { "label": "Ocultar resumo IA", @@ -342,8 +342,8 @@ "title": "Oculta o chat da transmissão" }, "hideMembersOnlyVideos": { - "label": "Hide members-only videos", - "title": "Hides videos that are only visible to members" + "label": "Ocultar vídeos exclusivos para membros", + "title": "Oculta vídeos que só membros são permitidos a assistir" }, "hideOfficialArtistVideosFromHomePage": { "label": "Ocultar vídeos de artistas originais", @@ -366,8 +366,8 @@ "title": "Oculta a função \"Shorts\"" }, "hideSidebarRecommendedVideos": { - "label": "Hide recommended videos", - "title": "Hides the sidebar that recommends videos" + "label": "Ocultar vídeos recomendados", + "title": "Oculta a barra lateral de recomendação de vídeos" }, "hideTranslateComment": { "label": "Ocultar botão de traduzir comentário", @@ -394,8 +394,8 @@ "title": "Pausa o player nas abas em segundo plano ao iniciar um novo player noutra aba" }, "playlistRemover": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" + "label": "Ocultar listas de reprodução da página inicial", + "title": "Remova as listas de reprodução da página inicial" }, "remainingTime": { "label": "Tempo restante", @@ -410,8 +410,8 @@ "title": "Substitui a redireção do YouTube por URLs reais, pulando o aviso de redireção" }, "restoreFullscreenScrolling": { - "label": "Restore fullscreen scrolling", - "title": "Restores scrolling in fullscreen mode" + "label": "Restaurar rolagem em tela cheia", + "title": "Restaura a rolagem da página no modo de tela cheia" }, "shareShortener": { "label": "Encurtar link de compartilha de vídeo", @@ -523,28 +523,28 @@ "playlistManagement": { "features": { "markAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" + "label": "Botão \"Marcar como não assistido\"", + "title": "Adiciona um botão para marcar vídeos como não assistidos" }, "removeVideoButton": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" + "label": "Botão \"Remover vídeo\"", + "title": "Adicione um botão aos itens da lista de reprodução para remover vídeos da lista" } }, "title": "Playlist management settings" }, "playlistManagementButtons": { - "failedToMarkAsUnwatched": "Failed to mark video as unwatched", - "failedToRemoveVideo": "Failed to remove video", - "markAsUnwatched": "Mark as unwatched", - "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "Remove video", - "removingVideo": "Removing video…" + "failedToMarkAsUnwatched": "Falha ao marcar o vídeo como não assistido", + "failedToRemoveVideo": "Falha ao remover o vídeo", + "markAsUnwatched": "Marcar como não assistido", + "markingAsUnwatched": "Marcando como não assistido…", + "removeVideo": "Remover vídeo", + "removingVideo": "Removendo vídeo…" }, "saveToWatchLaterButton": { - "failedToSaveVideo": "Failed to save video to Watch Later", - "saveVideo": "Save to Watch Later", - "savingVideo": "Saving to Watch Later…" + "failedToSaveVideo": "Não foi possível salvar o vídeo em \"Assistir mais tarde\"", + "saveVideo": "Salvar em \"Assistir mais tarde\"", + "savingVideo": "Salvando em \"Assistir mais tarde\"…" }, "screenshotButton": { "enable": { @@ -552,7 +552,7 @@ "title": "Adiciona um botão ao reprodutor para tirar uma captura de tela do vídeo" }, "saveAs": { - "both": "Both (File and Clipboard)", + "both": "Ambos (Arquivo e Área de Transferência)", "clipboard": "Área de transferência", "file": "Arquivo" }, @@ -657,7 +657,7 @@ "label": "Chave API", "title": "Insira sua chave API YouTube Data V3." }, - "title": "YouTube API V3 key" + "title": "Chave da API YouTube Data v3" }, "youtubeDeepDark": { "author": "Autor", From 2ce455b412e7e5d8762561cf9122001beb448453 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 4 Jan 2026 21:44:35 -0500 Subject: [PATCH 1399/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 1410 ++++++++++++++++++------------------- 1 file changed, 705 insertions(+), 705 deletions(-) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index 6ea681fd3..f56cac28a 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -1,707 +1,707 @@ { - "langCode": "en-US", - "langName": "Svenska (SV)", - "messages": { - "resumingVideo": "Återupptar video vid {{VIDEO_TIME}}", - "settingVolume": "Ställa in volymökning till {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "Kopierad!", - "label": "Kopiera videons webbadress med tidsstämpel" - } - }, - "featureMenu": { - "button": { - "label": "Funktionsmeny" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "Snabbspola med {{TIME}}" - }, - "rewindButton": { - "label": "Återspola med {{TIME}}" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "Dölj slutskärmskort", - "toggle": { - "off": "Visa slutskärmskort", - "on": "Dölj slutskärmskort" - } - } - }, - "loopButton": { - "button": { - "label": "Slinga", - "toggle": { - "off": "Slinga av", - "on": "Slinga på" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "Maximera", - "toggle": { - "off": "Maximera av", - "on": "Maximera på" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Öppna transkript" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Minska hastigheten till {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Öka hastigheten till {{SPEED}}" - } - }, - "decreaseLimit": "Det går inte att sänka mer ({{SPEED}})", - "increaseLimit": "Det går inte att höja mer ({{SPEED}})" - }, - "playlistLength": { - "title": "Total längd kanske inte är korrekt om vissa videor är dolda eller om du inte har laddat tillräckligt med videor för att få hela längden." - }, - "screenshotButton": { - "button": { - "label": "Skärmbild" - }, - "copiedToClipboard": "Skärmbild kopierad till urklipp" - }, - "videoHistory": { - "resumeButton": "Återuppta", - "resumePrompt": { - "close": "Stäng" - } - }, - "volumeBoostButton": { - "button": { - "label": "Volymökning", - "toggle": { - "off": "Volymökning av", - "on": "Volymökning på" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "optionConflict": "Detta alternativ kan inte aktiveras medan '{{OPTION}}' är aktiverat.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "Rullningshjulets modifieringstangent för hastighetsreglering kan inte vara densamma modifieringstangent som rullningshjulets volymreglering.", - "volumeControl": "Rullningshjulets modifieringstangent för volymreglering kan inte vara densamma modifieringstangent som rullningshjulets hastighetsreglering." - } - } - }, - "info": { - "reset": "Alla alternativ har återställts till sina standardvärden.\nDu kan nu spara ändringarna genom att klicka på knappen \"Bekräfta\" eller örkasta dem genom att stänga denna sida eller ignorera detta meddelande." - }, - "success": { - "saved": "Inställningarna sparade." - } - } - } - }, - "settings": { - "clearData": { - "allDataDeleted": "All data har tagits bort.", - "confirmAlert": "Detta kommer att ta bort alla tilläggsdata relaterade till alternativen. Fortsätta?" - }, - "optionDisabled": { - "either": { - "label": "Aktivera {{OPTIONS}} för att konfigurera detta alternativ", - "separator": " eller " - }, - "plural": { - "label": "Aktivera {{OPTIONS}} för att konfigurera detta alternativ", - "separator": " och " - }, - "singular": "Aktivera {{OPTION}} för att konfigurera detta alternativ", - "specificOption": { - "featureMenu": "Konfigurera minst en knapp som ska placeras i funktionsmenyn för att konfigurera det här alternativet.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" - } - }, - "scrollForMoreSettings": "Rulla för fler inställningar", - "sections": { - "automaticQuality": { - "enable": { - "label": "Automatisk kvalitetsjustering", - "title": "Justerar automatiskt videokvaliteten till den valda nivån." - }, - "fallbackQualityStrategy": { - "select": { - "label": "Reservmetod för kvaliten", - "options": { - "higher": "Högre", - "lower": "Lägre" - }, - "title": "Metod att använda när den valda kvaliteten inte är tillgänglig" - } - }, - "select": { - "label": "Spelarkvalitet", - "title": "Kvaliteten för att ställa in videon till" - }, - "title": "Automatisk kvalitetsinställningar" - }, - "bottomButtons": { - "clear": { - "title": "Rensar all data som detta tillägg har lagrat på din dator", - "value": "Rensa data" - }, - "confirm": { - "title": "Bekräfta återställning av inställningar", - "value": "Bekräfta" - }, - "openTab": { - "title": "Öppna tilläggsinställningar i en ny flik" - }, - "reset": { - "title": "Återställer alla inställningar till sina standardinställningar, Klicka på bekräftelseknappen för att spara ändringarna", - "value": "Återställ" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "Kopiera videons webbadress med tidsstämpelknappen", - "decreasePlaybackSpeedButton": "Knapp för att mindska hastigheten", - "forwardButton": "Snabbspolningsknapp", - "hideEndScreenCardsButton": "Dölj knappen för slutskärmskort", - "increasePlaybackSpeedButton": "Knapp för att öka hastigheten", - "loopButton": "Slingknapp", - "maximizePlayerButton": "Maximeraknapp", - "openTranscriptButton": "Transkriptknapp", - "rewindButton": "Återspolningsknapp", - "screenshotButton": "Skärmbildsknapp", - "volumeBoostButton": "Volymökningsknapp" - }, - "options": { - "below_player": { - "placement": "under spelarkontrollerna", - "value": "Under spelaren" - }, - "feature_menu": { - "placement": "i funktionsmenyn", - "value": "Funktionsmeny" - }, - "player_controls_left": { - "placement": "på vänster sida av spelarkontrollerna", - "value": "Vänster kontroller" - }, - "player_controls_right": { - "placement": "på höger sida av spelarkontrollerna", - "value": "Höger kontroller" - } - }, - "title": "Placera {{BUTTON_NAME}} {{PLACEMENT}}" - }, - "title": "Inställningar för knapplacering" - }, - "customCSS": { - "editor": { - "collapse": "Fäll ihop redigeraren", - "expand": "Fäll ut redigeraren", - "noProblems": "Inga problem hittades." - }, - "enable": { - "label": "Aktivera anpassad CSS", - "title": "Aktiverar anpassad CSS som ska tillämpas på sidan" - }, - "title": "Anpassade CSS-inställningar" - }, - "featureMenu": { - "openType": { - "select": { - "label": "Aktiveringstyp för menyn", - "options": { - "click": "Klicka", - "hover": "Musöver" - }, - "title": "Välj metod för att aktivera funktionsmenyn" - }, - "title": "Inställningar för funktionsmeny" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "Aktivera spola framåt-/återspolningsknappar", - "title": "Lägger till spola framåt- och återspolningsknappar till videospelaren" - }, - "time": { - "label": "Spola framåt-/återspolningstid", - "title": "Tiden som videon ska spolas framåt/återspolas med" - }, - "title": "Inställningar för knapparna spola framåt/återspola" - }, - "importExportSettings": { - "exportButton": { - "success": "Inställningar har exporterats", - "title": "Exportera inställningarna till en JSON-fil", - "value": "Exportera Inställningar" - }, - "importButton": { - "error": { - "unknown": "Fel vid import av inställningar. Kontrollera filformatet.\nEtt okänt fel uppstod.", - "validation": "Fel vid import av inställningar. Kontrollera filformatet.\n{{ERROR_MESSAGE}}" - }, - "success": "Inställningar har importerats", - "title": "Importera inställningarna från en JSON-fil", - "value": "Importera inställningar" - } - }, - "language": { - "select": { - "label": "Språk", - "title": "Språket som ska användas för tillägget" - }, - "title": "Språk" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "Automatiskt teaterläge", - "title": "Aktiverar automatiskt teaterläge när du startar en video" - }, - "automaticallyDisableAmbientMode": { - "label": "Inaktivera biobelysning automatiskt", - "title": "Inaktiverar automatiskt biobelysning när du startar en video" - }, - "automaticallyDisableAutoPlay": { - "label": "Automatically disable autoplay", - "title": "Automatically disables autoplay when you load a video" - }, - "automaticallyDisableClosedCaptions": { - "label": "Inaktivera textning automatiskt", - "title": "Inaktiverar textning automatiskt när du laddar en video" - }, - "automaticallyEnableClosedCaptions": { - "label": "Aktivera undertexter automatiskt", - "title": "Aktiverar automatiskt undertexter när du startar en video" - }, - "automaticallyMaximizePlayer": { - "label": "Maximera spelaren automatiskt", - "title": "Maximera spelaren automatiskt när du laddar en video" - }, - "automaticallyShowMoreVideosOnEndScreen": { - "label": "Visa automatiskt fler videor på slutskärmen", - "title": "Visa automatiskt fler videor på slutskärmen när du laddar en video" - }, - "copyTimestampUrlButton": { - "label": "Kopiera videons webbadress med tidsstämpelknappen", - "title": "Kopiera videons webbadress med tidsstämpel (?t=123)" - }, - "defaultToOriginalAudioTrack": { - "label": "Standard till originalljudspår", - "title": "Använd alltid originalljudspåret som standard" - }, - "enableMarkAsUnwatchedButton": { - "label": "Markera som ej sedd", - "title": "Lägg till en knapp i spellistans objekt för att markera videor som ej sedda" - }, - "enableRemoveVideoButton": { - "label": "Ta bort videoknappen", - "title": "Lägg till en knapp i spellistobjekt för att ta bort videor från spellistan" - }, - "enableSaveToWatchLaterButton": { - "label": "Aktivera knappen spara för att titta på senare", - "title": "Lägger till en knapp på hem- och prenumerationsvideor för att spara videon till spellistan \"Titta på senare\"" - }, - "hideArtificialIntelligenceSummary": { - "label": "Dölj AI-sammanfattning", - "title": "Döljer sammanfattningen av artificiell intelligens under videorna" - }, - "hideEndScreenCards": { - "label": "Dölj slutskärmskort", - "title": "Döljer korten i slutet av videon" - }, - "hideEndScreenCardsButton": { - "label": "Dölj knappen för slutskärmskort", - "title": "Lägger till en knapp för att visa/dölja korten i slutet av videon" - }, - "hideLiveStreamChat": { - "label": "Dölj direktströmschatt", - "title": "Döljer direktströmschatten" - }, - "hideMembersOnlyVideos": { - "label": "Dölj endast för medlemmar-videor", - "title": "Döljer videor som endast är synliga för medlemmar" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "Dölj officiella artistvideor", - "title": "Dölj officiella artistvideor från startsidan" - }, - "hidePaidPromotionBanner": { - "label": "Dölj betald marknadsföringsbanner", - "title": "Döljer bannern som visas när du tittar på en video som har betald marknadsföring" - }, - "hidePlayables": { - "label": "Dölj spelbara", - "title": "Döljer alla spelbara" - }, - "hideScrollbar": { - "label": "Dölj rullningslisten", - "title": "Döljer sidornas rullningsfält" - }, - "hideShorts": { - "label": "Dölj shorts", - "title": "Döljer alla shorts" - }, - "hideSidebarRecommendedVideos": { - "label": "Dölj rekommenderade videor", - "title": "Döljer sidofältet som rekommenderar videor" - }, - "hideTranslateComment": { - "label": "Dölj översättning av kommentarer", - "title": "Döljer knappen 'Översätt till språk' under kommentarer" - }, - "loopButton": { - "label": "Slingknapp", - "title": "Lägger till en knapp i funktionsmenyn för att slinga videon du tittar på" - }, - "maximizePlayerButton": { - "label": "Maximeringsknapp för spelaren", - "title": "Lägger till en knapp i funktionsmenyn för att maximera spelaren" - }, - "openTranscriptButton": { - "label": "Öppningsknapp för transkript", - "title": "Lägger till en knapp i funktionsmenyn för att visa transkript av videon du tittar på" - }, - "openYouTubeSettingsOnHover": { - "label": "Öppna YouTube-inställningar vid musöver", - "title": "Öppnar YouTube-inställningsmenyn när du håller muspekaren över inställningsknappen" - }, - "pauseBackgroundPlayers": { - "label": "Pausa spelare i bakgrunden", - "title": "Pausar videospelare i bakgrundsflikar när du startar en ny videospelare i en förgrundsflik" - }, - "playlistRemover": { - "label": "Dölj spellistor från hemsidan", - "title": "Bli av med spellistor från hemsidan" - }, - "remainingTime": { - "label": "Återstående tid", - "title": "Visar återstående tid för videon du tittar på" - }, - "rememberLastVolume": { - "label": "Kom ihåg senaste volymen", - "title": "Kommer ihåg volymen på den senaste videon du tittade på och ställer in den när du öppnar en ny video" - }, - "removeRedirect": { - "label": "Ta bort YouTube-omdirigeringswebbadresser", - "title": "Ersätter YouTube-omdirigering genom faktiska webbadresser, hoppar över omdirigeringsvarningsdialog" - }, - "restoreFullscreenScrolling": { - "label": "Återställ fullskärmsrullning", - "title": "Återställer rullning i helskärmsläge" - }, - "shareShortener": { - "label": "Förkorta YouTube-videons delningslänk", - "title": "Förkortar YouTube-videons delningslänk (youtu.be) genom att ta bort funktionsparametrar från den" - }, - "shortsAutoScroll": { - "label": "Automatisk rullning för shorts", - "title": "Rullar automatiskt till nästa shorts" - }, - "skipContinueWatching": { - "label": "Hoppa över \"Videon är pausad. Fortsätt titta?\"", - "title": "Hoppa över dialogrutan som pausar videouppspelningen" - } - }, - "title": "Övriga inställningar" - }, - "onScreenDisplaySettings": { - "color": { - "label": "Färg", - "options": { - "blue": "Blå", - "green": "Grön", - "orange": "Orange", - "pink": "Rosa", - "purple": "Lila", - "red": "Röd", - "white": "Vit", - "yellow": "Gul" - }, - "title": "Välj färgen för On-Screen Display" - }, - "hide": { - "label": "Döljfördröjning", - "title": "Ange tiden i millisekunder innan On-Screen Display automatiskt döljs" - }, - "opacity": { - "label": "Genomskinlighet", - "title": "Justera genomskinligheten för On-Screen Display" - }, - "padding": { - "label": "Utfyllnad", - "title": "Justera avståndet runt On-Screen Display i pixlar. Detta gäller specifikt för hörn On-Screen Display." - }, - "position": { - "label": "Position", - "options": { - "bottom_left": "Nedre vänstra", - "bottom_right": "Nedre högra", - "center": "Mitten", - "top_left": "Övre vänstra", - "top_right": "Övre högra" - }, - "title": "Välj placering av On-Screen Display" - }, - "title": "On-Screen skärminställningar", - "type": { - "label": "Typ", - "options": { - "circle": "Cirkel", - "line": "Rad", - "no_display": "Ingen visning", - "text": "Text" - }, - "title": "Välj typ av On-Screen Display" - } - }, - "playbackSpeed": { - "enable": { - "label": "Tvingad uppspelningshastighet", - "title": "Ställer in videohastigheten till det du väljer nedan" - }, - "playbackSpeedButtons": { - "label": "Knapp för uppspelningshastigheten", - "select": { - "label": "Knapp för uppspelningshastigheten", - "title": "Hastighetsändring per klick" - }, - "title": "Lägger till knappar för att öka eller minska uppspelningshastigheten på videon du tittar på" - }, - "select": { - "label": "Uppspelningshastighet", - "title": "Hastigheten att spela upp videon i" - }, - "title": "Inställningar för uppspelningshastighet" - }, - "playlistLength": { - "enable": { - "label": "Visa information om spellistans längd", - "title": "Visar spellistans totala längd och hur mycket som har tittats på och hur mycket som återstår." - }, - "title": "Inställningar för spellistans längd", - "wayToGetLength": { - "select": { - "label": "Metod för att få spellistans längd", - "title": "Sättet att få information om spellista längd (API-metoden kommer att falla tillbaka till HTML om ett fel inträffar)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "Metod för att hämta tittad tid", - "options": { - "duration": "Videolängd", - "youtube": "Tittad videolängd" - }, - "title": "Sättet att få den tid som tittats på (videons längdtyp används endast på visningssidan)" - } - } - }, - "playlistManagement": { - "features": { - "markAsUnwatchedButton": { - "label": "Markera som ej seddknapp", - "title": "Lägger till en knapp för att markera videor som ej sedda" - }, - "removeVideoButton": { - "label": "Ta bort videoknappen", - "title": "Lägger till en knapp för att ta bort videor från spellistan" - } - }, - "title": "Inställningar för hantering av spellistor" - }, - "playlistManagementButtons": { - "failedToMarkAsUnwatched": "Det gick inte att markera video som ej sedd", - "failedToRemoveVideo": "Det gick inte att ta bort video", - "markAsUnwatched": "Markera som ej sedd", - "markingAsUnwatched": "Markerar som ej sedd…", - "removeVideo": "Ta bort video", - "removingVideo": "Tar bort video…" - }, - "saveToWatchLaterButton": { - "failedToSaveVideo": "Det gick inte att spara videon till titta på senare", - "saveVideo": "Spara till titta på senare", - "savingVideo": "Sparar till titta på senare…" - }, - "screenshotButton": { - "enable": { - "label": "Skärmbildsknapp", - "title": "Lägger till en knapp till spelaren för att ta en skärmbild av videon" - }, - "saveAs": { - "both": "Both (File and Clipboard)", - "clipboard": "Urklipp", - "file": "Fil" - }, - "selectFormat": { - "label": "Skärmbildsformat", - "title": "Formatet för att spara skärmbilden i" - }, - "selectSaveAs": { - "label": "Skärmbildstyp att spara i", - "title": "Skärmbildens spartyp" - }, - "title": "Skärmbildsinställningar" - }, - "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "Hastighetsändring per rullning", - "title": "Justera hastighetsändringen per rullning" - }, - "enable": { - "label": "Hastighetsändring med rullningshjulet", - "title": "Tryck på en modifierartangent för att aktivera hastighetsjustering med rullningshjulet." - }, - "optionLabel": "{{KEY}}-tangent", - "select": { - "label": "Modifieringstangent", - "title": "Modifieringstangent att använda" - }, - "title": "Inställningar för rullningshjulets hastighetsändring" - }, - "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "Volymändring per rullning", - "title": "Justera volymändringen per rullning" - }, - "enable": { - "label": "Volymändring med rullningshjulet", - "title": "Låter dig använda rullningshjulet för att ändra volymen på videon du tittar på" - }, - "holdModifierKey": { - "enable": { - "label": "Aktivera när du håller ner modifieringstangenten", - "title": "Tryck på en modifierartangent för att aktivera hastighetsändringen med rullningshjulet." - }, - "optionLabel": "{{KEY}}-tangent", - "select": { - "label": "Modifieringstangent", - "title": "Modifieringstangent att använda" - } - }, - "holdRightClick": { - "enable": { - "label": "Aktivera när du håller ner höger musknapp", - "title": "Håll höger musknapp nertryckt för att aktivera rullningshjulets volymkontroll" - } - }, - "title": "Rullningshjulets volyminställningar" - }, - "settingSearch": { - "placeholder": "Sök efter en inställning" - }, - "videoHistory": { - "enable": { - "label": "Håll reda på visade videor", - "title": "Håller reda på var du slutade på videor du tittade på och gör det möjligt att återuppta uppspelningen" - }, - "resumeType": { - "select": { - "label": "Återupptagningstyp", - "options": { - "automatic": "Automatisk", - "prompt": "Fråga" - }, - "title": "Välj hur du vill återuppta videor" - } - }, - "title": "Inställningar för videohistorik" - }, - "volumeBoost": { - "boostAmount": { - "label": "Volymökningsmängd (dB)", - "title": "Hur mycket ljudet ska öka med" - }, - "enable": { - "label": "Volymökning", - "title": "Aktivera volymökning" - }, - "mode": { - "select": { - "label": "Volymökningsläge", - "options": { - "global": "Global", - "perVideo": "Per video" - }, - "title": "Välj hur volymökning tillämpas. \"Per video\" gör det möjligt att aktivera ökning för varje video individuellt i funktionsmenyn. 'Global' gäller ökning för alla videor när volymökning är aktiverat." - } - }, - "title": "Inställningar för volymökning" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "Du kan hämta en härifrån", - "input": { - "label": "API-nyckel", - "title": "Ange din Youtube Data API V3-nyckel." - }, - "title": "YouTube API V3-nyckel" - }, - "youtubeDeepDark": { - "author": "Skapare", - "co-authors": "Medskapare", - "colors": { - "colorShadow": { - "label": "Skuggfärg", - "title": "Färg för skuggor" - }, - "dimmerText": { - "label": "Sekundär textfärg", - "title": "Färg för sekundärtext" - }, - "hoverBackground": { - "label": "Bakgrundsfärg för musöver", - "title": "Bakgrundsfärg för musöver" - }, - "mainBackground": { - "label": "Primär bakgrundsfärg", - "title": "Färg för primär bakgrund" - }, - "mainColor": { - "label": "Accentfärg", - "title": "Färg för accent" - }, - "mainText": { - "label": "Primär textfärg", - "title": "Färg för primär text" - }, - "secondBackground": { - "label": "Sekundär bakgrundsfärg", - "title": "Färg för sekundär bakgrund" - } - }, - "enable": { - "label": "Aktivera valt tema", - "title": "Aktivera det valda temat för sidan" - }, - "select": { - "label": "Välj tema", - "title": "Välj ett tema som ska tillämpas på sidan" - }, - "title": "Deep Dark-inställningar för YouTube" - } - } - } + "langCode": "en-US", + "langName": "Svenska (SV)", + "messages": { + "resumingVideo": "Återupptar video vid {{VIDEO_TIME}}", + "settingVolume": "Ställa in volymökning till {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "Kopierad!", + "label": "Kopiera videons webbadress med tidsstämpel" + } + }, + "featureMenu": { + "button": { + "label": "Funktionsmeny" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Snabbspola med {{TIME}}" + }, + "rewindButton": { + "label": "Återspola med {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Dölj slutskärmskort", + "toggle": { + "off": "Visa slutskärmskort", + "on": "Dölj slutskärmskort" + } + } + }, + "loopButton": { + "button": { + "label": "Slinga", + "toggle": { + "off": "Slinga av", + "on": "Slinga på" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "Maximera", + "toggle": { + "off": "Maximera av", + "on": "Maximera på" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Öppna transkript" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Minska hastigheten till {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Öka hastigheten till {{SPEED}}" + } + }, + "decreaseLimit": "Det går inte att sänka mer ({{SPEED}})", + "increaseLimit": "Det går inte att höja mer ({{SPEED}})" + }, + "playlistLength": { + "title": "Total längd kanske inte är korrekt om vissa videor är dolda eller om du inte har laddat tillräckligt med videor för att få hela längden." + }, + "screenshotButton": { + "button": { + "label": "Skärmbild" + }, + "copiedToClipboard": "Skärmbild kopierad till urklipp" + }, + "videoHistory": { + "resumeButton": "Återuppta", + "resumePrompt": { + "close": "Stäng" + } + }, + "volumeBoostButton": { + "button": { + "label": "Volymökning", + "toggle": { + "off": "Volymökning av", + "on": "Volymökning på" + } + } + } + } + }, + "options": { + "notifications": { + "error": { + "optionConflict": "Detta alternativ kan inte aktiveras medan '{{OPTION}}' är aktiverat.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "Rullningshjulets modifieringstangent för hastighetsreglering kan inte vara densamma modifieringstangent som rullningshjulets volymreglering.", + "volumeControl": "Rullningshjulets modifieringstangent för volymreglering kan inte vara densamma modifieringstangent som rullningshjulets hastighetsreglering." + } + } + }, + "info": { + "reset": "Alla alternativ har återställts till sina standardvärden.\nDu kan nu spara ändringarna genom att klicka på knappen \"Bekräfta\" eller örkasta dem genom att stänga denna sida eller ignorera detta meddelande." + }, + "success": { + "saved": "Inställningarna sparade." + } + } + } + }, + "settings": { + "clearData": { + "allDataDeleted": "All data har tagits bort.", + "confirmAlert": "Detta kommer att ta bort alla tilläggsdata relaterade till alternativen. Fortsätta?" + }, + "optionDisabled": { + "either": { + "label": "Aktivera {{OPTIONS}} för att konfigurera detta alternativ", + "separator": " eller " + }, + "plural": { + "label": "Aktivera {{OPTIONS}} för att konfigurera detta alternativ", + "separator": " och " + }, + "singular": "Aktivera {{OPTION}} för att konfigurera detta alternativ", + "specificOption": { + "featureMenu": "Konfigurera minst en knapp som ska placeras i funktionsmenyn för att konfigurera det här alternativet.", + "screenshotButtonFileFormat": "Ställ in skärmbildens bildtyp till 'fil' eller 'båda' för att konfigurera detta alternativ" + } + }, + "scrollForMoreSettings": "Rulla för fler inställningar", + "sections": { + "automaticQuality": { + "enable": { + "label": "Automatisk kvalitetsjustering", + "title": "Justerar automatiskt videokvaliteten till den valda nivån." + }, + "fallbackQualityStrategy": { + "select": { + "label": "Reservmetod för kvaliten", + "options": { + "higher": "Högre", + "lower": "Lägre" + }, + "title": "Metod att använda när den valda kvaliteten inte är tillgänglig" + } + }, + "select": { + "label": "Spelarkvalitet", + "title": "Kvaliteten för att ställa in videon till" + }, + "title": "Automatisk kvalitetsinställningar" + }, + "bottomButtons": { + "clear": { + "title": "Rensar all data som detta tillägg har lagrat på din dator", + "value": "Rensa data" + }, + "confirm": { + "title": "Bekräfta återställning av inställningar", + "value": "Bekräfta" + }, + "openTab": { + "title": "Öppna tilläggsinställningar i en ny flik" + }, + "reset": { + "title": "Återställer alla inställningar till sina standardinställningar, Klicka på bekräftelseknappen för att spara ändringarna", + "value": "Återställ" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Kopiera videons webbadress med tidsstämpelknappen", + "decreasePlaybackSpeedButton": "Knapp för att mindska hastigheten", + "forwardButton": "Snabbspolningsknapp", + "hideEndScreenCardsButton": "Dölj knappen för slutskärmskort", + "increasePlaybackSpeedButton": "Knapp för att öka hastigheten", + "loopButton": "Slingknapp", + "maximizePlayerButton": "Maximeraknapp", + "openTranscriptButton": "Transkriptknapp", + "rewindButton": "Återspolningsknapp", + "screenshotButton": "Skärmbildsknapp", + "volumeBoostButton": "Volymökningsknapp" + }, + "options": { + "below_player": { + "placement": "under spelarkontrollerna", + "value": "Under spelaren" + }, + "feature_menu": { + "placement": "i funktionsmenyn", + "value": "Funktionsmeny" + }, + "player_controls_left": { + "placement": "på vänster sida av spelarkontrollerna", + "value": "Vänster kontroller" + }, + "player_controls_right": { + "placement": "på höger sida av spelarkontrollerna", + "value": "Höger kontroller" + } + }, + "title": "Placera {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Inställningar för knapplacering" + }, + "customCSS": { + "editor": { + "collapse": "Fäll ihop redigeraren", + "expand": "Fäll ut redigeraren", + "noProblems": "Inga problem hittades." + }, + "enable": { + "label": "Aktivera anpassad CSS", + "title": "Aktiverar anpassad CSS som ska tillämpas på sidan" + }, + "title": "Anpassade CSS-inställningar" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Aktiveringstyp för menyn", + "options": { + "click": "Klicka", + "hover": "Musöver" + }, + "title": "Välj metod för att aktivera funktionsmenyn" + }, + "title": "Inställningar för funktionsmeny" + } + }, + "forwardRewindButtons": { + "enable": { + "label": "Aktivera spola framåt-/återspolningsknappar", + "title": "Lägger till spola framåt- och återspolningsknappar till videospelaren" + }, + "time": { + "label": "Spola framåt-/återspolningstid", + "title": "Tiden som videon ska spolas framåt/återspolas med" + }, + "title": "Inställningar för knapparna spola framåt/återspola" + }, + "importExportSettings": { + "exportButton": { + "success": "Inställningar har exporterats", + "title": "Exportera inställningarna till en JSON-fil", + "value": "Exportera Inställningar" + }, + "importButton": { + "error": { + "unknown": "Fel vid import av inställningar. Kontrollera filformatet.\nEtt okänt fel uppstod.", + "validation": "Fel vid import av inställningar. Kontrollera filformatet.\n{{ERROR_MESSAGE}}" + }, + "success": "Inställningar har importerats", + "title": "Importera inställningarna från en JSON-fil", + "value": "Importera inställningar" + } + }, + "language": { + "select": { + "label": "Språk", + "title": "Språket som ska användas för tillägget" + }, + "title": "Språk" + }, + "miscellaneous": { + "features": { + "automaticTheaterMode": { + "label": "Automatiskt teaterläge", + "title": "Aktiverar automatiskt teaterläge när du startar en video" + }, + "automaticallyDisableAmbientMode": { + "label": "Inaktivera biobelysning automatiskt", + "title": "Inaktiverar automatiskt biobelysning när du startar en video" + }, + "automaticallyDisableAutoPlay": { + "label": "Inaktivera automatisk uppspelning", + "title": "Inaktiverar automatiskt uppspelning när du startar en video" + }, + "automaticallyDisableClosedCaptions": { + "label": "Inaktivera textning automatiskt", + "title": "Inaktiverar textning automatiskt när du laddar en video" + }, + "automaticallyEnableClosedCaptions": { + "label": "Aktivera undertexter automatiskt", + "title": "Aktiverar automatiskt undertexter när du startar en video" + }, + "automaticallyMaximizePlayer": { + "label": "Maximera spelaren automatiskt", + "title": "Maximera spelaren automatiskt när du laddar en video" + }, + "automaticallyShowMoreVideosOnEndScreen": { + "label": "Visa automatiskt fler videor på slutskärmen", + "title": "Visa automatiskt fler videor på slutskärmen när du laddar en video" + }, + "copyTimestampUrlButton": { + "label": "Kopiera videons webbadress med tidsstämpelknappen", + "title": "Kopiera videons webbadress med tidsstämpel (?t=123)" + }, + "defaultToOriginalAudioTrack": { + "label": "Standard till originalljudspår", + "title": "Använd alltid originalljudspåret som standard" + }, + "enableMarkAsUnwatchedButton": { + "label": "Markera som ej sedd", + "title": "Lägg till en knapp i spellistans objekt för att markera videor som ej sedda" + }, + "enableRemoveVideoButton": { + "label": "Ta bort videoknappen", + "title": "Lägg till en knapp i spellistobjekt för att ta bort videor från spellistan" + }, + "enableSaveToWatchLaterButton": { + "label": "Aktivera knappen spara för att titta på senare", + "title": "Lägger till en knapp på hem- och prenumerationsvideor för att spara videon till spellistan \"Titta på senare\"" + }, + "hideArtificialIntelligenceSummary": { + "label": "Dölj AI-sammanfattning", + "title": "Döljer sammanfattningen av artificiell intelligens under videorna" + }, + "hideEndScreenCards": { + "label": "Dölj slutskärmskort", + "title": "Döljer korten i slutet av videon" + }, + "hideEndScreenCardsButton": { + "label": "Dölj knappen för slutskärmskort", + "title": "Lägger till en knapp för att visa/dölja korten i slutet av videon" + }, + "hideLiveStreamChat": { + "label": "Dölj direktströmschatt", + "title": "Döljer direktströmschatten" + }, + "hideMembersOnlyVideos": { + "label": "Dölj endast för medlemmar-videor", + "title": "Döljer videor som endast är synliga för medlemmar" + }, + "hideOfficialArtistVideosFromHomePage": { + "label": "Dölj officiella artistvideor", + "title": "Dölj officiella artistvideor från startsidan" + }, + "hidePaidPromotionBanner": { + "label": "Dölj betald marknadsföringsbanner", + "title": "Döljer bannern som visas när du tittar på en video som har betald marknadsföring" + }, + "hidePlayables": { + "label": "Dölj spelbara", + "title": "Döljer alla spelbara" + }, + "hideScrollbar": { + "label": "Dölj rullningslisten", + "title": "Döljer sidornas rullningsfält" + }, + "hideShorts": { + "label": "Dölj shorts", + "title": "Döljer alla shorts" + }, + "hideSidebarRecommendedVideos": { + "label": "Dölj rekommenderade videor", + "title": "Döljer sidofältet som rekommenderar videor" + }, + "hideTranslateComment": { + "label": "Dölj översättning av kommentarer", + "title": "Döljer knappen 'Översätt till språk' under kommentarer" + }, + "loopButton": { + "label": "Slingknapp", + "title": "Lägger till en knapp i funktionsmenyn för att slinga videon du tittar på" + }, + "maximizePlayerButton": { + "label": "Maximeringsknapp för spelaren", + "title": "Lägger till en knapp i funktionsmenyn för att maximera spelaren" + }, + "openTranscriptButton": { + "label": "Öppningsknapp för transkript", + "title": "Lägger till en knapp i funktionsmenyn för att visa transkript av videon du tittar på" + }, + "openYouTubeSettingsOnHover": { + "label": "Öppna YouTube-inställningar vid musöver", + "title": "Öppnar YouTube-inställningsmenyn när du håller muspekaren över inställningsknappen" + }, + "pauseBackgroundPlayers": { + "label": "Pausa spelare i bakgrunden", + "title": "Pausar videospelare i bakgrundsflikar när du startar en ny videospelare i en förgrundsflik" + }, + "playlistRemover": { + "label": "Dölj spellistor från hemsidan", + "title": "Bli av med spellistor från hemsidan" + }, + "remainingTime": { + "label": "Återstående tid", + "title": "Visar återstående tid för videon du tittar på" + }, + "rememberLastVolume": { + "label": "Kom ihåg senaste volymen", + "title": "Kommer ihåg volymen på den senaste videon du tittade på och ställer in den när du öppnar en ny video" + }, + "removeRedirect": { + "label": "Ta bort YouTube-omdirigeringswebbadresser", + "title": "Ersätter YouTube-omdirigering genom faktiska webbadresser, hoppar över omdirigeringsvarningsdialog" + }, + "restoreFullscreenScrolling": { + "label": "Återställ fullskärmsrullning", + "title": "Återställer rullning i helskärmsläge" + }, + "shareShortener": { + "label": "Förkorta YouTube-videons delningslänk", + "title": "Förkortar YouTube-videons delningslänk (youtu.be) genom att ta bort funktionsparametrar från den" + }, + "shortsAutoScroll": { + "label": "Automatisk rullning för shorts", + "title": "Rullar automatiskt till nästa shorts" + }, + "skipContinueWatching": { + "label": "Hoppa över \"Videon är pausad. Fortsätt titta?\"", + "title": "Hoppa över dialogrutan som pausar videouppspelningen" + } + }, + "title": "Övriga inställningar" + }, + "onScreenDisplaySettings": { + "color": { + "label": "Färg", + "options": { + "blue": "Blå", + "green": "Grön", + "orange": "Orange", + "pink": "Rosa", + "purple": "Lila", + "red": "Röd", + "white": "Vit", + "yellow": "Gul" + }, + "title": "Välj färgen för On-Screen Display" + }, + "hide": { + "label": "Döljfördröjning", + "title": "Ange tiden i millisekunder innan On-Screen Display automatiskt döljs" + }, + "opacity": { + "label": "Genomskinlighet", + "title": "Justera genomskinligheten för On-Screen Display" + }, + "padding": { + "label": "Utfyllnad", + "title": "Justera avståndet runt On-Screen Display i pixlar. Detta gäller specifikt för hörn On-Screen Display." + }, + "position": { + "label": "Position", + "options": { + "bottom_left": "Nedre vänstra", + "bottom_right": "Nedre högra", + "center": "Mitten", + "top_left": "Övre vänstra", + "top_right": "Övre högra" + }, + "title": "Välj placering av On-Screen Display" + }, + "title": "On-Screen skärminställningar", + "type": { + "label": "Typ", + "options": { + "circle": "Cirkel", + "line": "Rad", + "no_display": "Ingen visning", + "text": "Text" + }, + "title": "Välj typ av On-Screen Display" + } + }, + "playbackSpeed": { + "enable": { + "label": "Tvingad uppspelningshastighet", + "title": "Ställer in videohastigheten till det du väljer nedan" + }, + "playbackSpeedButtons": { + "label": "Knapp för uppspelningshastigheten", + "select": { + "label": "Knapp för uppspelningshastigheten", + "title": "Hastighetsändring per klick" + }, + "title": "Lägger till knappar för att öka eller minska uppspelningshastigheten på videon du tittar på" + }, + "select": { + "label": "Uppspelningshastighet", + "title": "Hastigheten att spela upp videon i" + }, + "title": "Inställningar för uppspelningshastighet" + }, + "playlistLength": { + "enable": { + "label": "Visa information om spellistans längd", + "title": "Visar spellistans totala längd och hur mycket som har tittats på och hur mycket som återstår." + }, + "title": "Inställningar för spellistans längd", + "wayToGetLength": { + "select": { + "label": "Metod för att få spellistans längd", + "title": "Sättet att få information om spellista längd (API-metoden kommer att falla tillbaka till HTML om ett fel inträffar)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Metod för att hämta tittad tid", + "options": { + "duration": "Videolängd", + "youtube": "Tittad videolängd" + }, + "title": "Sättet att få den tid som tittats på (videons längdtyp används endast på visningssidan)" + } + } + }, + "playlistManagement": { + "features": { + "markAsUnwatchedButton": { + "label": "Markera som ej seddknapp", + "title": "Lägger till en knapp för att markera videor som ej sedda" + }, + "removeVideoButton": { + "label": "Ta bort videoknappen", + "title": "Lägger till en knapp för att ta bort videor från spellistan" + } + }, + "title": "Inställningar för hantering av spellistor" + }, + "playlistManagementButtons": { + "failedToMarkAsUnwatched": "Det gick inte att markera video som ej sedd", + "failedToRemoveVideo": "Det gick inte att ta bort video", + "markAsUnwatched": "Markera som ej sedd", + "markingAsUnwatched": "Markerar som ej sedd…", + "removeVideo": "Ta bort video", + "removingVideo": "Tar bort video…" + }, + "saveToWatchLaterButton": { + "failedToSaveVideo": "Det gick inte att spara videon till titta på senare", + "saveVideo": "Spara till titta på senare", + "savingVideo": "Sparar till titta på senare…" + }, + "screenshotButton": { + "enable": { + "label": "Skärmbildsknapp", + "title": "Lägger till en knapp till spelaren för att ta en skärmbild av videon" + }, + "saveAs": { + "both": "Båda (fil och urklipp)", + "clipboard": "Urklipp", + "file": "Fil" + }, + "selectFormat": { + "label": "Skärmbildsformat", + "title": "Formatet för att spara skärmbilden i" + }, + "selectSaveAs": { + "label": "Skärmbildstyp att spara i", + "title": "Skärmbildens spartyp" + }, + "title": "Skärmbildsinställningar" + }, + "scrollWheelSpeedControl": { + "adjustmentSteps": { + "label": "Hastighetsändring per rullning", + "title": "Justera hastighetsändringen per rullning" + }, + "enable": { + "label": "Hastighetsändring med rullningshjulet", + "title": "Tryck på en modifierartangent för att aktivera hastighetsjustering med rullningshjulet." + }, + "optionLabel": "{{KEY}}-tangent", + "select": { + "label": "Modifieringstangent", + "title": "Modifieringstangent att använda" + }, + "title": "Inställningar för rullningshjulets hastighetsändring" + }, + "scrollWheelVolumeControl": { + "adjustmentSteps": { + "label": "Volymändring per rullning", + "title": "Justera volymändringen per rullning" + }, + "enable": { + "label": "Volymändring med rullningshjulet", + "title": "Låter dig använda rullningshjulet för att ändra volymen på videon du tittar på" + }, + "holdModifierKey": { + "enable": { + "label": "Aktivera när du håller ner modifieringstangenten", + "title": "Tryck på en modifierartangent för att aktivera hastighetsändringen med rullningshjulet." + }, + "optionLabel": "{{KEY}}-tangent", + "select": { + "label": "Modifieringstangent", + "title": "Modifieringstangent att använda" + } + }, + "holdRightClick": { + "enable": { + "label": "Aktivera när du håller ner höger musknapp", + "title": "Håll höger musknapp nertryckt för att aktivera rullningshjulets volymkontroll" + } + }, + "title": "Rullningshjulets volyminställningar" + }, + "settingSearch": { + "placeholder": "Sök efter en inställning" + }, + "videoHistory": { + "enable": { + "label": "Håll reda på visade videor", + "title": "Håller reda på var du slutade på videor du tittade på och gör det möjligt att återuppta uppspelningen" + }, + "resumeType": { + "select": { + "label": "Återupptagningstyp", + "options": { + "automatic": "Automatisk", + "prompt": "Fråga" + }, + "title": "Välj hur du vill återuppta videor" + } + }, + "title": "Inställningar för videohistorik" + }, + "volumeBoost": { + "boostAmount": { + "label": "Volymökningsmängd (dB)", + "title": "Hur mycket ljudet ska öka med" + }, + "enable": { + "label": "Volymökning", + "title": "Aktivera volymökning" + }, + "mode": { + "select": { + "label": "Volymökningsläge", + "options": { + "global": "Global", + "perVideo": "Per video" + }, + "title": "Välj hur volymökning tillämpas. \"Per video\" gör det möjligt att aktivera ökning för varje video individuellt i funktionsmenyn. 'Global' gäller ökning för alla videor när volymökning är aktiverat." + } + }, + "title": "Inställningar för volymökning" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "Du kan hämta en härifrån", + "input": { + "label": "API-nyckel", + "title": "Ange din Youtube Data API V3-nyckel." + }, + "title": "YouTube API V3-nyckel" + }, + "youtubeDeepDark": { + "author": "Skapare", + "co-authors": "Medskapare", + "colors": { + "colorShadow": { + "label": "Skuggfärg", + "title": "Färg för skuggor" + }, + "dimmerText": { + "label": "Sekundär textfärg", + "title": "Färg för sekundärtext" + }, + "hoverBackground": { + "label": "Bakgrundsfärg för musöver", + "title": "Bakgrundsfärg för musöver" + }, + "mainBackground": { + "label": "Primär bakgrundsfärg", + "title": "Färg för primär bakgrund" + }, + "mainColor": { + "label": "Accentfärg", + "title": "Färg för accent" + }, + "mainText": { + "label": "Primär textfärg", + "title": "Färg för primär text" + }, + "secondBackground": { + "label": "Sekundär bakgrundsfärg", + "title": "Färg för sekundär bakgrund" + } + }, + "enable": { + "label": "Aktivera valt tema", + "title": "Aktivera det valda temat för sidan" + }, + "select": { + "label": "Välj tema", + "title": "Välj ett tema som ska tillämpas på sidan" + }, + "title": "Deep Dark-inställningar för YouTube" + } + } + } } From ea8099ba024b0bb330796a082e38b5a4743800a8 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 6 Jan 2026 02:32:54 -0500 Subject: [PATCH 1400/1783] New translations en-us.json (Catalan) --- public/locales/ca-ES.json | 1410 ++++++++++++++++++------------------- 1 file changed, 705 insertions(+), 705 deletions(-) diff --git a/public/locales/ca-ES.json b/public/locales/ca-ES.json index 642ce7690..0ce2a6702 100644 --- a/public/locales/ca-ES.json +++ b/public/locales/ca-ES.json @@ -1,707 +1,707 @@ { - "langCode": "ca-ES", - "langName": "Català", - "messages": { - "resumingVideo": "Resuming video at {{VIDEO_TIME}}", - "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "Copied!", - "label": "Copy video URL with timestamp" - } - }, - "featureMenu": { - "button": { - "label": "Feature menu" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "Fast forward by {{TIME}}" - }, - "rewindButton": { - "label": "Rewind by {{TIME}}" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "Hide end screen cards", - "toggle": { - "off": "Show end screen cards", - "on": "Hide end screen cards" - } - } - }, - "loopButton": { - "button": { - "label": "Loop", - "toggle": { - "off": "Loop off", - "on": "Loop on" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "Maximize", - "toggle": { - "off": "Maximize off", - "on": "Maximize on" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Open transcript" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Decrease Speed to {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Increase Speed to {{SPEED}}" - } - }, - "decreaseLimit": "Can't decrease further ({{SPEED}})", - "increaseLimit": "Can't increase further ({{SPEED}})" - }, - "playlistLength": { - "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." - }, - "screenshotButton": { - "button": { - "label": "Screenshot" - }, - "copiedToClipboard": "Screenshot copied to clipboard" - }, - "videoHistory": { - "resumeButton": "Resume", - "resumePrompt": { - "close": "Close" - } - }, - "volumeBoostButton": { - "button": { - "label": "Volume Boost", - "toggle": { - "off": "Volume boost off", - "on": "Volume boost on" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", - "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." - } - } - }, - "info": { - "reset": "All options have been reset to their default values.\nYou can now save the changes by clicking the \"Confirm\" button or discard them by closing this page or ignore this notification." - }, - "success": { - "saved": "Options saved." - } - } - } - }, - "settings": { - "clearData": { - "allDataDeleted": "All data has been deleted.", - "confirmAlert": "This will delete all extension data related to options. Continue?" - }, - "optionDisabled": { - "either": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " or " - }, - "plural": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " and " - }, - "singular": "Enable '{{OPTION}}' to configure this option", - "specificOption": { - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" - } - }, - "scrollForMoreSettings": "Scroll for more settings", - "sections": { - "automaticQuality": { - "enable": { - "label": "Automatic quality adjustment", - "title": "Automatically adjusts the video quality to the selected level." - }, - "fallbackQualityStrategy": { - "select": { - "label": "Quality fallback strategy", - "options": { - "higher": "Higher", - "lower": "Lower" - }, - "title": "The strategy to use when the selected quality is not available" - } - }, - "select": { - "label": "Player quality", - "title": "The quality to set the video to" - }, - "title": "Automatic quality settings" - }, - "bottomButtons": { - "clear": { - "title": "Clears all data this extension has stored on your machine", - "value": "Clear Data" - }, - "confirm": { - "title": "Confirm setting reset", - "value": "Confirm" - }, - "openTab": { - "title": "Open extension settings in a new tab" - }, - "reset": { - "title": "Resets all settings to their defaults, Click the confirm button to save the changes", - "value": "Reset" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "Copy video URL with timestamp button", - "decreasePlaybackSpeedButton": "Decrease Speed button", - "forwardButton": "Fast Forward button", - "hideEndScreenCardsButton": "Hide end screen cards button", - "increasePlaybackSpeedButton": "Increase Speed button", - "loopButton": "Loop button", - "maximizePlayerButton": "Maximize button", - "openTranscriptButton": "Open Transcript button", - "rewindButton": "Rewind button", - "screenshotButton": "Screenshot button", - "volumeBoostButton": "Volume Boost button" - }, - "options": { - "below_player": { - "placement": "below the player controls", - "value": "Below Player" - }, - "feature_menu": { - "placement": "in the feature menu", - "value": "Feature Menu" - }, - "player_controls_left": { - "placement": "on the left side of player controls", - "value": "Left Controls" - }, - "player_controls_right": { - "placement": "on the right side of player controls", - "value": "Right Controls" - } - }, - "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" - }, - "title": "Button placement settings" - }, - "customCSS": { - "editor": { - "collapse": "Collapse Editor", - "expand": "Expand Editor", - "noProblems": "No problems found." - }, - "enable": { - "label": "Custom CSS", - "title": "Enables custom CSS to be applied to the page" - }, - "title": "Custom CSS settings" - }, - "featureMenu": { - "openType": { - "select": { - "label": "Menu Activation Type", - "options": { - "click": "Click", - "hover": "Hover" - }, - "title": "Select the method to activate the feature menu" - }, - "title": "Feature menu settings" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "Forward/rewind buttons", - "title": "Adds forward and rewind buttons to the video player" - }, - "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" - }, - "title": "Forward/rewind button settings" - }, - "importExportSettings": { - "exportButton": { - "success": "Settings successfully exported", - "title": "Export settings to a JSON file", - "value": "Export Settings" - }, - "importButton": { - "error": { - "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", - "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" - }, - "success": "Settings imported successfully", - "title": "Import settings from a JSON file", - "value": "Import Settings" - } - }, - "language": { - "select": { - "label": "Language", - "title": "The language to use for the extension" - }, - "title": "Language" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "Automatic theater mode", - "title": "Automatically enables theater mode when you load a video" - }, - "automaticallyDisableAmbientMode": { - "label": "Automatically disable ambient mode", - "title": "Automatically disables ambient mode when you load a video" - }, - "automaticallyDisableAutoPlay": { - "label": "Automatically disable autoplay", - "title": "Automatically disables autoplay when you load a video" - }, - "automaticallyDisableClosedCaptions": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" - }, - "automaticallyEnableClosedCaptions": { - "label": "Automatically enable closed captions", - "title": "Automatically enables closed captions when you load a video" - }, - "automaticallyMaximizePlayer": { - "label": "Automatically maximize player", - "title": "Automatically maximizes the player when you load a video" - }, - "automaticallyShowMoreVideosOnEndScreen": { - "label": "Automatically show more videos on end screen", - "title": "Automatically shows more videos on end screen when you load a video" - }, - "copyTimestampUrlButton": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" - }, - "defaultToOriginalAudioTrack": { - "label": "Default to original audio track", - "title": "Always default to the original audio track" - }, - "enableMarkAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Add a button to playlist items to mark videos as unwatched" - }, - "enableRemoveVideoButton": { - "label": "Remove video button", - "title": "Add a button to playlist items to remove videos from the playlist" - }, - "enableSaveToWatchLaterButton": { - "label": "Enable save to Watch Later button", - "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" - }, - "hideArtificialIntelligenceSummary": { - "label": "Hide AI summary", - "title": "Hides the artificial intelligence summary below videos" - }, - "hideEndScreenCards": { - "label": "Hide end screen cards", - "title": "Hides the cards at the end of the video" - }, - "hideEndScreenCardsButton": { - "label": "Hide end screen cards button", - "title": "Adds a button to show/hide the cards at the end of the video" - }, - "hideLiveStreamChat": { - "label": "Hide live stream chat", - "title": "Hides the live stream chat" - }, - "hideMembersOnlyVideos": { - "label": "Hide members-only videos", - "title": "Hides videos that are only visible to members" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" - }, - "hidePaidPromotionBanner": { - "label": "Hide paid promotion banner", - "title": "Hides the banner that appears when you watch a video that has a paid promotion" - }, - "hidePlayables": { - "label": "Hide playables", - "title": "Hides all playables" - }, - "hideScrollbar": { - "label": "Hide scrollbar", - "title": "Hides the pages scrollbar" - }, - "hideShorts": { - "label": "Hide shorts", - "title": "Hides all shorts" - }, - "hideSidebarRecommendedVideos": { - "label": "Hide recommended videos", - "title": "Hides the sidebar that recommends videos" - }, - "hideTranslateComment": { - "label": "Hide translate comment button", - "title": "Hides 'Translate to Language' button under comments" - }, - "loopButton": { - "label": "Loop button", - "title": "Adds a button to the feature menu to loop the video you're watching" - }, - "maximizePlayerButton": { - "label": "Maximize player button", - "title": "Adds a button to the feature menu to maximize the player" - }, - "openTranscriptButton": { - "label": "Open transcript button", - "title": "Adds a button to the feature menu to open the transcript of the video you're watching" - }, - "openYouTubeSettingsOnHover": { - "label": "Open YouTube settings on hover", - "title": "Opens the YouTube settings menu when you hover over the settings button" - }, - "pauseBackgroundPlayers": { - "label": "Pause background players", - "title": "Pauses video players in background tabs when you start a new player in foreground tab" - }, - "playlistRemover": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" - }, - "remainingTime": { - "label": "Remaining time", - "title": "Shows the remaining time of the video you're watching" - }, - "rememberLastVolume": { - "label": "Remember last volume", - "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" - }, - "removeRedirect": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" - }, - "restoreFullscreenScrolling": { - "label": "Restore fullscreen scrolling", - "title": "Restores scrolling in fullscreen mode" - }, - "shareShortener": { - "label": "Shorten YouTube video share link", - "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" - }, - "shortsAutoScroll": { - "label": "Shorts auto scroll", - "title": "Automatically scrolls to the next short" - }, - "skipContinueWatching": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" - } - }, - "title": "Miscellaneous settings" - }, - "onScreenDisplaySettings": { - "color": { - "label": "Color", - "options": { - "blue": "Blue", - "green": "Green", - "orange": "Orange", - "pink": "Pink", - "purple": "Purple", - "red": "Red", - "white": "White", - "yellow": "Yellow" - }, - "title": "Select the color for the On-Screen Display" - }, - "hide": { - "label": "Hide Delay", - "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" - }, - "opacity": { - "label": "Opacity", - "title": "Adjust the transparency of the On-Screen Display" - }, - "padding": { - "label": "Padding", - "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." - }, - "position": { - "label": "Position", - "options": { - "bottom_left": "Bottom Left", - "bottom_right": "Bottom Right", - "center": "Center", - "top_left": "Top Left", - "top_right": "Top Right" - }, - "title": "Select the position of the On-Screen Display" - }, - "title": "On-screen display settings", - "type": { - "label": "Type", - "options": { - "circle": "Circle", - "line": "Line", - "no_display": "No display", - "text": "Text" - }, - "title": "Select the type of On-Screen Display" - } - }, - "playbackSpeed": { - "enable": { - "label": "Forced playback speed", - "title": "Sets the video speed to what you choose below" - }, - "playbackSpeedButtons": { - "label": "Playback speed buttons", - "select": { - "label": "Playback buttons speed", - "title": "Amount of speed to be changed per click" - }, - "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" - }, - "select": { - "label": "Player speed", - "title": "The speed to set the video to" - }, - "title": "Playback speed settings" - }, - "playlistLength": { - "enable": { - "label": "Display playlist length information", - "title": "Shows the total length of the playlist, how much has been watched, and how much remains." - }, - "title": "Playlist length settings", - "wayToGetLength": { - "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "Method to get watched time", - "options": { - "duration": "Video Length", - "youtube": "Video Watch Time" - }, - "title": "The way to get the amount of time watched (Video Length type only used on watch page)" - } - } - }, - "playlistManagement": { - "features": { - "markAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - }, - "removeVideoButton": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - } - }, - "title": "Playlist management settings" - }, - "playlistManagementButtons": { - "failedToMarkAsUnwatched": "Failed to mark video as unwatched", - "failedToRemoveVideo": "Failed to remove video", - "markAsUnwatched": "Mark as unwatched", - "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "Remove video", - "removingVideo": "Removing video…" - }, - "saveToWatchLaterButton": { - "failedToSaveVideo": "Failed to save video to Watch Later", - "saveVideo": "Save to Watch Later", - "savingVideo": "Saving to Watch Later…" - }, - "screenshotButton": { - "enable": { - "label": "Screenshot button", - "title": "Adds a button to the player to take a screenshot of the video" - }, - "saveAs": { - "both": "Both (File and Clipboard)", - "clipboard": "Clipboard", - "file": "File" - }, - "selectFormat": { - "label": "Screenshot format", - "title": "The format to save the screenshot in" - }, - "selectSaveAs": { - "label": "Screenshot save type", - "title": "The screenshot save type" - }, - "title": "Screenshot settings" - }, - "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "Speed Change Per Scroll", - "title": "Adjust the speed change per scroll" - }, - "enable": { - "label": "Scroll wheel speed control", - "title": "Press a modifier key to enable speed adjustment with the scroll wheel." - }, - "optionLabel": "{{KEY}} key", - "select": { - "label": "Modifier key", - "title": "The modifier key to use" - }, - "title": "Scroll wheel speed control settings" - }, - "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "Volume Change Per Scroll", - "title": "Adjust the volume change per scroll" - }, - "enable": { - "label": "Scroll wheel volume control", - "title": "Lets you use the scroll wheel to control the volume of the video you're watching" - }, - "holdModifierKey": { - "enable": { - "label": "When holding modifier key", - "title": "Press a modifier key to enable volume adjustment with the scroll wheel." - }, - "optionLabel": "{{KEY}} key", - "select": { - "label": "Modifier key", - "title": "The modifier key to use" - } - }, - "holdRightClick": { - "enable": { - "label": "When holding right click", - "title": "Hold right click to enable scroll wheel volume control" - } - }, - "title": "Scroll wheel volume control settings" - }, - "settingSearch": { - "placeholder": "Search for a setting" - }, - "videoHistory": { - "enable": { - "label": "Track watched videos", - "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" - }, - "resumeType": { - "select": { - "label": "Resume type", - "options": { - "automatic": "Automatic", - "prompt": "Prompt" - }, - "title": "Select how you want to resume videos" - } - }, - "title": "Video history settings" - }, - "volumeBoost": { - "boostAmount": { - "label": "Volume boost amount (dB)", - "title": "The amount to boost the volume by" - }, - "enable": { - "label": "Volume boost", - "title": "Enable volume boost" - }, - "mode": { - "select": { - "label": "Volume boost mode", - "options": { - "global": "Global", - "perVideo": "Per video" - }, - "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." - } - }, - "title": "Volume boost settings" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "You can get one from here", - "input": { - "label": "API Key", - "title": "Enter your Youtube Data API V3 key." - }, - "title": "YouTube API V3 key" - }, - "youtubeDeepDark": { - "author": "Author", - "co-authors": "Co-authors", - "colors": { - "colorShadow": { - "label": "Shadow color", - "title": "Color for shadows" - }, - "dimmerText": { - "label": "Secondary text color", - "title": "Color for secondary text" - }, - "hoverBackground": { - "label": "Hover background color", - "title": "Color for hover background" - }, - "mainBackground": { - "label": "Main background color", - "title": "Color for main background" - }, - "mainColor": { - "label": "Accent color", - "title": "Color for accent" - }, - "mainText": { - "label": "Main text color", - "title": "Color for main text" - }, - "secondBackground": { - "label": "Secondary background color", - "title": "Color for secondary background" - } - }, - "enable": { - "label": "Deep Dark Theme", - "title": "Activate the selected theme for the page" - }, - "select": { - "label": "Select theme", - "title": "Select a theme to be applied to the page" - }, - "title": "YouTube deep dark settings" - } - } - } + "langCode": "ca-ES", + "langName": "Català", + "messages": { + "resumingVideo": "", + "settingVolume": "New song \n" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "Copied!", + "label": "Copy video URL with timestamp" + } + }, + "featureMenu": { + "button": { + "label": "Feature menu" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Fast forward by {{TIME}}" + }, + "rewindButton": { + "label": "Rewind by {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Hide end screen cards", + "toggle": { + "off": "Show end screen cards", + "on": "Hide end screen cards" + } + } + }, + "loopButton": { + "button": { + "label": "Loop", + "toggle": { + "off": "Loop off", + "on": "Loop on" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "Maximize", + "toggle": { + "off": "Maximize off", + "on": "Maximize on" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Open transcript" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Decrease Speed to {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Increase Speed to {{SPEED}}" + } + }, + "decreaseLimit": "Can't decrease further ({{SPEED}})", + "increaseLimit": "Can't increase further ({{SPEED}})" + }, + "playlistLength": { + "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + }, + "screenshotButton": { + "button": { + "label": "Screenshot" + }, + "copiedToClipboard": "Screenshot copied to clipboard" + }, + "videoHistory": { + "resumeButton": "Resume", + "resumePrompt": { + "close": "Close" + } + }, + "volumeBoostButton": { + "button": { + "label": "Volume Boost", + "toggle": { + "off": "Volume boost off", + "on": "Volume boost on" + } + } + } + } + }, + "options": { + "notifications": { + "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", + "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." + } + } + }, + "info": { + "reset": "All options have been reset to their default values.\nYou can now save the changes by clicking the \"Confirm\" button or discard them by closing this page or ignore this notification." + }, + "success": { + "saved": "Options saved." + } + } + } + }, + "settings": { + "clearData": { + "allDataDeleted": "All data has been deleted.", + "confirmAlert": "This will delete all extension data related to options. Continue?" + }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "scrollForMoreSettings": "Scroll for more settings", + "sections": { + "automaticQuality": { + "enable": { + "label": "Automatic quality adjustment", + "title": "Automatically adjusts the video quality to the selected level." + }, + "fallbackQualityStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + }, + "select": { + "label": "Player quality", + "title": "The quality to set the video to" + }, + "title": "Automatic quality settings" + }, + "bottomButtons": { + "clear": { + "title": "Clears all data this extension has stored on your machine", + "value": "Clear Data" + }, + "confirm": { + "title": "Confirm setting reset", + "value": "Confirm" + }, + "openTab": { + "title": "Open extension settings in a new tab" + }, + "reset": { + "title": "Resets all settings to their defaults, Click the confirm button to save the changes", + "value": "Reset" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Copy video URL with timestamp button", + "decreasePlaybackSpeedButton": "Decrease Speed button", + "forwardButton": "Fast Forward button", + "hideEndScreenCardsButton": "Hide end screen cards button", + "increasePlaybackSpeedButton": "Increase Speed button", + "loopButton": "Loop button", + "maximizePlayerButton": "Maximize button", + "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind button", + "screenshotButton": "Screenshot button", + "volumeBoostButton": "Volume Boost button" + }, + "options": { + "below_player": { + "placement": "below the player controls", + "value": "Below Player" + }, + "feature_menu": { + "placement": "in the feature menu", + "value": "Feature Menu" + }, + "player_controls_left": { + "placement": "on the left side of player controls", + "value": "Left Controls" + }, + "player_controls_right": { + "placement": "on the right side of player controls", + "value": "Right Controls" + } + }, + "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Button placement settings" + }, + "customCSS": { + "editor": { + "collapse": "Collapse Editor", + "expand": "Expand Editor", + "noProblems": "No problems found." + }, + "enable": { + "label": "Custom CSS", + "title": "Enables custom CSS to be applied to the page" + }, + "title": "Custom CSS settings" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Menu Activation Type", + "options": { + "click": "Click", + "hover": "Hover" + }, + "title": "Select the method to activate the feature menu" + }, + "title": "Feature menu settings" + } + }, + "forwardRewindButtons": { + "enable": { + "label": "Forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + }, + "title": "Forward/rewind button settings" + }, + "importExportSettings": { + "exportButton": { + "success": "Settings successfully exported", + "title": "Export settings to a JSON file", + "value": "Export Settings" + }, + "importButton": { + "error": { + "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", + "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" + }, + "success": "Settings imported successfully", + "title": "Import settings from a JSON file", + "value": "Import Settings" + } + }, + "language": { + "select": { + "label": "Language", + "title": "The language to use for the extension" + }, + "title": "Language" + }, + "miscellaneous": { + "features": { + "automaticTheaterMode": { + "label": "Automatic theater mode", + "title": "Automatically enables theater mode when you load a video" + }, + "automaticallyDisableAmbientMode": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + }, + "automaticallyDisableAutoPlay": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + }, + "automaticallyDisableClosedCaptions": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + }, + "automaticallyEnableClosedCaptions": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + }, + "automaticallyMaximizePlayer": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + }, + "automaticallyShowMoreVideosOnEndScreen": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + }, + "copyTimestampUrlButton": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + }, + "defaultToOriginalAudioTrack": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + }, + "enableMarkAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Add a button to playlist items to mark videos as unwatched" + }, + "enableRemoveVideoButton": { + "label": "Remove video button", + "title": "Add a button to playlist items to remove videos from the playlist" + }, + "enableSaveToWatchLaterButton": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + }, + "hideArtificialIntelligenceSummary": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + }, + "hideEndScreenCards": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + }, + "hideEndScreenCardsButton": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + }, + "hideLiveStreamChat": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + }, + "hideMembersOnlyVideos": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + }, + "hideOfficialArtistVideosFromHomePage": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + }, + "hidePaidPromotionBanner": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + }, + "hidePlayables": { + "label": "Hide playables", + "title": "Hides all playables" + }, + "hideScrollbar": { + "label": "Hide scrollbar", + "title": "Hides the pages scrollbar" + }, + "hideShorts": { + "label": "Hide shorts", + "title": "Hides all shorts" + }, + "hideSidebarRecommendedVideos": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + }, + "hideTranslateComment": { + "label": "Hide translate comment button", + "title": "Hides 'Translate to Language' button under comments" + }, + "loopButton": { + "label": "Loop button", + "title": "Adds a button to the feature menu to loop the video you're watching" + }, + "maximizePlayerButton": { + "label": "Maximize player button", + "title": "Adds a button to the feature menu to maximize the player" + }, + "openTranscriptButton": { + "label": "Open transcript button", + "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + }, + "openYouTubeSettingsOnHover": { + "label": "Open YouTube settings on hover", + "title": "Opens the YouTube settings menu when you hover over the settings button" + }, + "pauseBackgroundPlayers": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + }, + "playlistRemover": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + }, + "remainingTime": { + "label": "Remaining time", + "title": "Shows the remaining time of the video you're watching" + }, + "rememberLastVolume": { + "label": "Remember last volume", + "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + }, + "removeRedirect": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + }, + "restoreFullscreenScrolling": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + }, + "shareShortener": { + "label": "Shorten YouTube video share link", + "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + }, + "shortsAutoScroll": { + "label": "Shorts auto scroll", + "title": "Automatically scrolls to the next short" + }, + "skipContinueWatching": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + } + }, + "title": "Miscellaneous settings" + }, + "onScreenDisplaySettings": { + "color": { + "label": "Color", + "options": { + "blue": "Blue", + "green": "Green", + "orange": "Orange", + "pink": "Pink", + "purple": "Purple", + "red": "Red", + "white": "White", + "yellow": "Yellow" + }, + "title": "Select the color for the On-Screen Display" + }, + "hide": { + "label": "Hide Delay", + "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" + }, + "opacity": { + "label": "Opacity", + "title": "Adjust the transparency of the On-Screen Display" + }, + "padding": { + "label": "Padding", + "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." + }, + "position": { + "label": "Position", + "options": { + "bottom_left": "Bottom Left", + "bottom_right": "Bottom Right", + "center": "Center", + "top_left": "Top Left", + "top_right": "Top Right" + }, + "title": "Select the position of the On-Screen Display" + }, + "title": "On-screen display settings", + "type": { + "label": "Type", + "options": { + "circle": "Circle", + "line": "Line", + "no_display": "No display", + "text": "Text" + }, + "title": "Select the type of On-Screen Display" + } + }, + "playbackSpeed": { + "enable": { + "label": "Forced playback speed", + "title": "Sets the video speed to what you choose below" + }, + "playbackSpeedButtons": { + "label": "Playback speed buttons", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + }, + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + }, + "select": { + "label": "Player speed", + "title": "The speed to set the video to" + }, + "title": "Playback speed settings" + }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + }, + "title": "Playlist length settings", + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } + } + }, + "playlistManagement": { + "features": { + "markAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + }, + "removeVideoButton": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + }, + "title": "Playlist management settings" + }, + "playlistManagementButtons": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + }, + "saveToWatchLaterButton": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + }, + "screenshotButton": { + "enable": { + "label": "Screenshot button", + "title": "Adds a button to the player to take a screenshot of the video" + }, + "saveAs": { + "both": "Both (File and Clipboard)", + "clipboard": "Clipboard", + "file": "File" + }, + "selectFormat": { + "label": "Screenshot format", + "title": "The format to save the screenshot in" + }, + "selectSaveAs": { + "label": "Screenshot save type", + "title": "The screenshot save type" + }, + "title": "Screenshot settings" + }, + "scrollWheelSpeedControl": { + "adjustmentSteps": { + "label": "Speed Change Per Scroll", + "title": "Adjust the speed change per scroll" + }, + "enable": { + "label": "Scroll wheel speed control", + "title": "Press a modifier key to enable speed adjustment with the scroll wheel." + }, + "optionLabel": "{{KEY}} key", + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + }, + "title": "Scroll wheel speed control settings" + }, + "scrollWheelVolumeControl": { + "adjustmentSteps": { + "label": "Volume Change Per Scroll", + "title": "Adjust the volume change per scroll" + }, + "enable": { + "label": "Scroll wheel volume control", + "title": "Lets you use the scroll wheel to control the volume of the video you're watching" + }, + "holdModifierKey": { + "enable": { + "label": "When holding modifier key", + "title": "Press a modifier key to enable volume adjustment with the scroll wheel." + }, + "optionLabel": "{{KEY}} key", + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + } + }, + "holdRightClick": { + "enable": { + "label": "When holding right click", + "title": "Hold right click to enable scroll wheel volume control" + } + }, + "title": "Scroll wheel volume control settings" + }, + "settingSearch": { + "placeholder": "Search for a setting" + }, + "videoHistory": { + "enable": { + "label": "Track watched videos", + "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" + }, + "resumeType": { + "select": { + "label": "Resume type", + "options": { + "automatic": "Automatic", + "prompt": "Prompt" + }, + "title": "Select how you want to resume videos" + } + }, + "title": "Video history settings" + }, + "volumeBoost": { + "boostAmount": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by" + }, + "enable": { + "label": "Volume boost", + "title": "Enable volume boost" + }, + "mode": { + "select": { + "label": "Volume boost mode", + "options": { + "global": "Global", + "perVideo": "Per video" + }, + "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + } + }, + "title": "Volume boost settings" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Key", + "title": "Enter your Youtube Data API V3 key." + }, + "title": "YouTube API V3 key" + }, + "youtubeDeepDark": { + "author": "Author", + "co-authors": "Co-authors", + "colors": { + "colorShadow": { + "label": "Shadow color", + "title": "Color for shadows" + }, + "dimmerText": { + "label": "Secondary text color", + "title": "Color for secondary text" + }, + "hoverBackground": { + "label": "Hover background color", + "title": "Color for hover background" + }, + "mainBackground": { + "label": "Main background color", + "title": "Color for main background" + }, + "mainColor": { + "label": "Accent color", + "title": "Color for accent" + }, + "mainText": { + "label": "Main text color", + "title": "Color for main text" + }, + "secondBackground": { + "label": "Secondary background color", + "title": "Color for secondary background" + } + }, + "enable": { + "label": "Deep Dark Theme", + "title": "Activate the selected theme for the page" + }, + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + }, + "title": "YouTube deep dark settings" + } + } + } } From 080e18a19c14de6a8bf60f46978b1e5842642b8a Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 8 Jan 2026 04:10:13 -0500 Subject: [PATCH 1401/1783] New translations en-us.json (French) --- public/locales/fr-FR.json | 1410 ++++++++++++++++++------------------- 1 file changed, 705 insertions(+), 705 deletions(-) diff --git a/public/locales/fr-FR.json b/public/locales/fr-FR.json index bb850e75b..af665c69d 100644 --- a/public/locales/fr-FR.json +++ b/public/locales/fr-FR.json @@ -1,707 +1,707 @@ { - "langCode": "fr-FR", - "langName": "Français", - "messages": { - "resumingVideo": "Reprendre la vidéo à {{VIDEO_TIME}}", - "settingVolume": "Réglage de du gain du volume à {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "Copied!", - "label": "Copy video URL with timestamp" - } - }, - "featureMenu": { - "button": { - "label": "Feature menu" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "Fast forward by {{TIME}}" - }, - "rewindButton": { - "label": "Rewind by {{TIME}}" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "Hide end screen cards", - "toggle": { - "off": "Show end screen cards", - "on": "Hide end screen cards" - } - } - }, - "loopButton": { - "button": { - "label": "Loop", - "toggle": { - "off": "Loop off", - "on": "Loop on" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "Maximize", - "toggle": { - "off": "Maximize off", - "on": "Maximize on" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Open transcript" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Decrease Speed to {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Increase Speed to {{SPEED}}" - } - }, - "decreaseLimit": "Can't decrease further ({{SPEED}})", - "increaseLimit": "Can't increase further ({{SPEED}})" - }, - "playlistLength": { - "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." - }, - "screenshotButton": { - "button": { - "label": "Screenshot" - }, - "copiedToClipboard": "Capture d'écran copiée dans le presse-papiers" - }, - "videoHistory": { - "resumeButton": "Reprendre", - "resumePrompt": { - "close": "Fermer" - } - }, - "volumeBoostButton": { - "button": { - "label": "Volume Boost", - "toggle": { - "off": "Volume boost off", - "on": "Volume boost on" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "La touche de contrôle de la vitesse de la molette ne peut pas être la même que la touche de contrôle du volume par la molette de défilement.", - "volumeControl": "La touche de contrôle de volume de la molette de défilement ne peut pas être la même que la touche de contrôle de la vitesse de défilement." - } - } - }, - "info": { - "reset": "Tous les paramètres ont été réinitialisés. \nVous pouvez maintenant sauvegarder les changements en cliquant sur le bouton \"Confirmer\" ou les annuler en fermant cette page ou ignorer cette notification." - }, - "success": { - "saved": "Options enregistrées." - } - } - } - }, - "settings": { - "clearData": { - "allDataDeleted": "Toutes les données ont été supprimées.", - "confirmAlert": "Ceci supprimera toutes les données d'extension liées aux options. On continue ?" - }, - "optionDisabled": { - "either": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " or " - }, - "plural": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " and " - }, - "singular": "Enable '{{OPTION}}' to configure this option", - "specificOption": { - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" - } - }, - "scrollForMoreSettings": "Scroll for more settings", - "sections": { - "automaticQuality": { - "enable": { - "label": "Ajustement automatique de la résolution", - "title": "Ajuste automatiquement la résolution de la vidéo au niveau sélectionné." - }, - "fallbackQualityStrategy": { - "select": { - "label": "Quality fallback strategy", - "options": { - "higher": "Higher", - "lower": "Lower" - }, - "title": "The strategy to use when the selected quality is not available" - } - }, - "select": { - "label": "Résolution", - "title": "La vidéo aura cette résolution" - }, - "title": "Paramètres de qualité automatique" - }, - "bottomButtons": { - "clear": { - "title": "Efface toutes les données stockées par cette extension sur votre ordinateur", - "value": "Effacer les données" - }, - "confirm": { - "title": "Confirmer la réinitialisation des réglages", - "value": "Confirmer" - }, - "openTab": { - "title": "Open extension settings in a new tab" - }, - "reset": { - "title": "Réinitialise tous les paramètres par défaut, cliquez sur le bouton de confirmation pour enregistrer les modifications", - "value": "Réinitialiser" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "Copy video URL with timestamp button", - "decreasePlaybackSpeedButton": "Decrease Speed button", - "forwardButton": "Fast Forward button", - "hideEndScreenCardsButton": "Hide end screen cards button", - "increasePlaybackSpeedButton": "Increase Speed button", - "loopButton": "Loop button", - "maximizePlayerButton": "Maximize button", - "openTranscriptButton": "Open Transcript button", - "rewindButton": "Rewind button", - "screenshotButton": "Screenshot button", - "volumeBoostButton": "Volume Boost button" - }, - "options": { - "below_player": { - "placement": "below the player controls", - "value": "Below Player" - }, - "feature_menu": { - "placement": "in the feature menu", - "value": "Feature Menu" - }, - "player_controls_left": { - "placement": "on the left side of player controls", - "value": "Left Controls" - }, - "player_controls_right": { - "placement": "on the right side of player controls", - "value": "Right Controls" - } - }, - "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" - }, - "title": "Button placement settings" - }, - "customCSS": { - "editor": { - "collapse": "Collapse Editor", - "expand": "Expand Editor", - "noProblems": "Aucun problème détecté." - }, - "enable": { - "label": "Custom CSS", - "title": "Enables custom CSS to be applied to the page" - }, - "title": "Custom CSS settings" - }, - "featureMenu": { - "openType": { - "select": { - "label": "Action d'activation du menu", - "options": { - "click": "Clic", - "hover": "Survol" - }, - "title": "Sélectionnez la méthode pour activer le menu de fonctionnalités" - }, - "title": "Paramètres du menu de fonctionnalités" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "Forward/rewind buttons", - "title": "Adds forward and rewind buttons to the video player" - }, - "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" - }, - "title": "Forward/rewind button settings" - }, - "importExportSettings": { - "exportButton": { - "success": "Réglages exportés avec succès", - "title": "Exporter les paramètres vers un fichier JSON", - "value": "Exporter les paramètres" - }, - "importButton": { - "error": { - "unknown": "Erreur lors de l'importation des paramètres. Veuillez vérifier le format du fichier.\nUne erreur inconnue s'est produite.", - "validation": "Erreur lors de l'importation des paramètres. Veuillez vérifier le format du fichier.\n{{ERROR_MESSAGE}}" - }, - "success": "Paramètres importés avec succès", - "title": "Importer les paramètres depuis un fichier JSON", - "value": "Importer les paramètres" - } - }, - "language": { - "select": { - "label": "Langue", - "title": "La langue à utiliser pour l'extension" - }, - "title": "Langue" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "Mode cinéma automatique", - "title": "Activer automatiquement le mode cinéma lorsque vous chargez une vidéo" - }, - "automaticallyDisableAmbientMode": { - "label": "Automatically disable ambient mode", - "title": "Automatically disables ambient mode when you load a video" - }, - "automaticallyDisableAutoPlay": { - "label": "Automatically disable autoplay", - "title": "Automatically disables autoplay when you load a video" - }, - "automaticallyDisableClosedCaptions": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" - }, - "automaticallyEnableClosedCaptions": { - "label": "Automatically enable closed captions", - "title": "Automatically enables closed captions when you load a video" - }, - "automaticallyMaximizePlayer": { - "label": "Automatically maximize player", - "title": "Automatically maximizes the player when you load a video" - }, - "automaticallyShowMoreVideosOnEndScreen": { - "label": "Automatically show more videos on end screen", - "title": "Automatically shows more videos on end screen when you load a video" - }, - "copyTimestampUrlButton": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" - }, - "defaultToOriginalAudioTrack": { - "label": "Default to original audio track", - "title": "Always default to the original audio track" - }, - "enableMarkAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Add a button to playlist items to mark videos as unwatched" - }, - "enableRemoveVideoButton": { - "label": "Remove video button", - "title": "Add a button to playlist items to remove videos from the playlist" - }, - "enableSaveToWatchLaterButton": { - "label": "Enable save to Watch Later button", - "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" - }, - "hideArtificialIntelligenceSummary": { - "label": "Hide AI summary", - "title": "Hides the artificial intelligence summary below videos" - }, - "hideEndScreenCards": { - "label": "Hide end screen cards", - "title": "Hides the cards at the end of the video" - }, - "hideEndScreenCardsButton": { - "label": "Hide end screen cards button", - "title": "Adds a button to show/hide the cards at the end of the video" - }, - "hideLiveStreamChat": { - "label": "Hide live stream chat", - "title": "Hides the live stream chat" - }, - "hideMembersOnlyVideos": { - "label": "Hide members-only videos", - "title": "Hides videos that are only visible to members" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" - }, - "hidePaidPromotionBanner": { - "label": "Hide paid promotion banner", - "title": "Hides the banner that appears when you watch a video that has a paid promotion" - }, - "hidePlayables": { - "label": "Hide playables", - "title": "Hides all playables" - }, - "hideScrollbar": { - "label": "Cacher la barre de défilement", - "title": "Cache la barre de défilement des pages" - }, - "hideShorts": { - "label": "Hide shorts", - "title": "Hides all shorts" - }, - "hideSidebarRecommendedVideos": { - "label": "Hide recommended videos", - "title": "Hides the sidebar that recommends videos" - }, - "hideTranslateComment": { - "label": "Hide translate comment button", - "title": "Hides 'Translate to Language' button under comments" - }, - "loopButton": { - "label": "Bouton de boucle", - "title": "Ajoute un bouton au menu de fonctionnalité pour regarder la vidéo en boucle" - }, - "maximizePlayerButton": { - "label": "Agrandir les boutons du lecteur", - "title": "Ajoute un bouton au menu de fonctionnalité pour agrandir le lecteur" - }, - "openTranscriptButton": { - "label": "Bouton d'ouverture de la transcription", - "title": "Ajoute un bouton au menu fonctionnalités pour ouvrir la transcription de la vidéo que vous regardez" - }, - "openYouTubeSettingsOnHover": { - "label": "Ouvrir les paramètres YouTube au survol", - "title": "Ouvre le menu des paramètres YouTube lorsque vous survolez le bouton des paramètres" - }, - "pauseBackgroundPlayers": { - "label": "Pause background players", - "title": "Pauses video players in background tabs when you start a new player in foreground tab" - }, - "playlistRemover": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" - }, - "remainingTime": { - "label": "Temps restant", - "title": "Affiche le temps restant de la vidéo que vous regardez" - }, - "rememberLastVolume": { - "label": "Sauvegarder le volume précédent", - "title": "Se souvenir du volume de la dernière vidéo que vous regardiez et définissez-le lorsque vous ouvrez une nouvelle vidéo" - }, - "removeRedirect": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" - }, - "restoreFullscreenScrolling": { - "label": "Restore fullscreen scrolling", - "title": "Restores scrolling in fullscreen mode" - }, - "shareShortener": { - "label": "Shorten YouTube video share link", - "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" - }, - "shortsAutoScroll": { - "label": "Shorts auto scroll", - "title": "Automatically scrolls to the next short" - }, - "skipContinueWatching": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" - } - }, - "title": "Autre paramètres" - }, - "onScreenDisplaySettings": { - "color": { - "label": "Couleur ", - "options": { - "blue": "Bleu", - "green": "Vert", - "orange": "Orange", - "pink": "Rose", - "purple": "Violet", - "red": "Rouge", - "white": "Blanc", - "yellow": "Jaune" - }, - "title": "Sélectionnez la couleur pour l'affichage On-Screen" - }, - "hide": { - "label": "Délai d'effacement", - "title": "Spécifiez le temps, en millisecondes, avant de masquer automatiquement l'affichage à l'écran" - }, - "opacity": { - "label": "Opacité", - "title": "Ajuster la transparence de l'affichage On-Screen" - }, - "padding": { - "label": "Marges interne", - "title": "Ajustez l'espacement autour de l'affichage On-Screen. Cela s'applique spécifiquement à l'affichage On-Screen dans l'angle à l'écran." - }, - "position": { - "label": "Position", - "options": { - "bottom_left": "En bas à gauche", - "bottom_right": "En bas à droite", - "center": "Centre", - "top_left": "En haut à gauche", - "top_right": "En Haut à Droite" - }, - "title": "Sélectionnez la position de l'affichage On-Screen" - }, - "title": "On-screen display settings", - "type": { - "label": "Type", - "options": { - "circle": "Circle", - "line": "Ligne", - "no_display": "Cacher", - "text": "Texte" - }, - "title": "Sélectionnez le type d'affichage à l'écran" - } - }, - "playbackSpeed": { - "enable": { - "label": "Vitesse de lecture forcée", - "title": "Définit la vitesse de la vidéo comme choisie ci-dessous" - }, - "playbackSpeedButtons": { - "label": "Playback speed buttons", - "select": { - "label": "Playback buttons speed", - "title": "Amount of speed to be changed per click" - }, - "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" - }, - "select": { - "label": "Vitesse de la vidéo", - "title": "La vitesse à laquelle la vidéo est définie" - }, - "title": "Réglages de vitesse de lecture" - }, - "playlistLength": { - "enable": { - "label": "Display playlist length information", - "title": "Shows the total length of the playlist, how much has been watched, and how much remains." - }, - "title": "Playlist length settings", - "wayToGetLength": { - "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "Method to get watched time", - "options": { - "duration": "Video Length", - "youtube": "Video Watch Time" - }, - "title": "The way to get the amount of time watched (Video Length type only used on watch page)" - } - } - }, - "playlistManagement": { - "features": { - "markAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - }, - "removeVideoButton": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - } - }, - "title": "Playlist management settings" - }, - "playlistManagementButtons": { - "failedToMarkAsUnwatched": "Failed to mark video as unwatched", - "failedToRemoveVideo": "Failed to remove video", - "markAsUnwatched": "Mark as unwatched", - "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "Remove video", - "removingVideo": "Removing video…" - }, - "saveToWatchLaterButton": { - "failedToSaveVideo": "Failed to save video to Watch Later", - "saveVideo": "Save to Watch Later", - "savingVideo": "Saving to Watch Later…" - }, - "screenshotButton": { - "enable": { - "label": "Bouton de capture d'écran", - "title": "Ajoute un bouton au lecteur pour prendre une capture d'écran de la vidéo" - }, - "saveAs": { - "both": "Both (File and Clipboard)", - "clipboard": "Presse-papiers", - "file": "Fichier" - }, - "selectFormat": { - "label": "Format de la capture d'écran", - "title": "Le format dans lequel enregistrer la capture d'écran" - }, - "selectSaveAs": { - "label": "Type de sauvegarde de la capture d'écran", - "title": "Le type de sauvegarde de la capture d'écran" - }, - "title": "Paramètres de capture d’écran" - }, - "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "Vitesse de défilement", - "title": "Ajuste la vitesse de défilement" - }, - "enable": { - "label": "Contrôle de la vitesse de défilement", - "title": "Appuyez sur la touche de modification pour activer le réglage de la vitesse de défilement de la molette." - }, - "optionLabel": "touche {{KEY}}", - "select": { - "label": "Touche de clavier", - "title": "La touche de clavier à utiliser" - }, - "title": "Paramètres de contrôle de la vitesse de défilement" - }, - "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "Pas de volume par défilement", - "title": "Ajuster le changement de volume par défilement" - }, - "enable": { - "label": "Contrôle du volume avec la molette de défilement", - "title": "Permet d'utiliser la molette de défilement pour contrôler le volume de la vidéo que vous regardez" - }, - "holdModifierKey": { - "enable": { - "label": "Activer lorsqu'une touche est maintenue", - "title": "Appuyez sur une touche pour activer le réglage du volume à l'aide de la molette de défilement." - }, - "optionLabel": "touche {{KEY}}", - "select": { - "label": "Touche de clavier", - "title": "La touche de clavier à utiliser" - } - }, - "holdRightClick": { - "enable": { - "label": "Activer lorsque le clic droit est enfoncé", - "title": "Maintenez le clic droit pour activer le contrôle du volume par la molette de défilement" - } - }, - "title": "Réglages du contrôle du volume par la molette de défilement" - }, - "settingSearch": { - "placeholder": "Search for a setting" - }, - "videoHistory": { - "enable": { - "label": "Track watched videos", - "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" - }, - "resumeType": { - "select": { - "label": "Resume type", - "options": { - "automatic": "Automatic", - "prompt": "Prompt" - }, - "title": "Select how you want to resume videos" - } - }, - "title": "Video history settings" - }, - "volumeBoost": { - "boostAmount": { - "label": "Gain du volume (dB)", - "title": "La quantité de gain pour le volume" - }, - "enable": { - "label": "Gain du volume", - "title": "Activer le gain du volume" - }, - "mode": { - "select": { - "label": "Mode du gain du volume", - "options": { - "global": "Global", - "perVideo": "Par vidéo" - }, - "title": "Choisissez comment le gain du volume est appliquée. 'Par vidéo' permet d'activer le gain pour chaque vidéo individuellement dans le menu des paramètres. 'Global' applique le gain à toutes les vidéos lorsque le gain du volume est activée." - } - }, - "title": "Réglages de du gain du volume" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "You can get one from here", - "input": { - "label": "API Key", - "title": "Enter your Youtube Data API V3 key." - }, - "title": "YouTube API V3 key" - }, - "youtubeDeepDark": { - "author": "Author", - "co-authors": "Co-authors", - "colors": { - "colorShadow": { - "label": "Shadow color", - "title": "Color for shadows" - }, - "dimmerText": { - "label": "Secondary text color", - "title": "Color for secondary text" - }, - "hoverBackground": { - "label": "Hover background color", - "title": "Color for hover background" - }, - "mainBackground": { - "label": "Main background color", - "title": "Color for main background" - }, - "mainColor": { - "label": "Accent color", - "title": "Color for accent" - }, - "mainText": { - "label": "Main text color", - "title": "Color for main text" - }, - "secondBackground": { - "label": "Secondary background color", - "title": "Color for secondary background" - } - }, - "enable": { - "label": "Deep Dark Theme", - "title": "Activate the selected theme for the page" - }, - "select": { - "label": "Select theme", - "title": "Select a theme to be applied to the page" - }, - "title": "YouTube deep dark settings" - } - } - } + "langCode": "fr-FR", + "langName": "Français", + "messages": { + "resumingVideo": "Reprendre la vidéo à {{VIDEO_TIME}}", + "settingVolume": "Réglage de du gain du volume à {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "Copied!", + "label": "Copier l'URL de la vidéo avec le timestamp" + } + }, + "featureMenu": { + "button": { + "label": "Feature menu" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Fast forward by {{TIME}}" + }, + "rewindButton": { + "label": "Rewind by {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Hide end screen cards", + "toggle": { + "off": "Show end screen cards", + "on": "Hide end screen cards" + } + } + }, + "loopButton": { + "button": { + "label": "Loop", + "toggle": { + "off": "Loop off", + "on": "Loop on" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "Maximize", + "toggle": { + "off": "Maximize off", + "on": "Maximize on" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Open transcript" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Decrease Speed to {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Increase Speed to {{SPEED}}" + } + }, + "decreaseLimit": "Can't decrease further ({{SPEED}})", + "increaseLimit": "Can't increase further ({{SPEED}})" + }, + "playlistLength": { + "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + }, + "screenshotButton": { + "button": { + "label": "Screenshot" + }, + "copiedToClipboard": "Capture d'écran copiée dans le presse-papiers" + }, + "videoHistory": { + "resumeButton": "Reprendre", + "resumePrompt": { + "close": "Fermer" + } + }, + "volumeBoostButton": { + "button": { + "label": "Volume Boost", + "toggle": { + "off": "Volume boost off", + "on": "Volume boost on" + } + } + } + } + }, + "options": { + "notifications": { + "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "La touche de contrôle de la vitesse de la molette ne peut pas être la même que la touche de contrôle du volume par la molette de défilement.", + "volumeControl": "La touche de contrôle de volume de la molette de défilement ne peut pas être la même que la touche de contrôle de la vitesse de défilement." + } + } + }, + "info": { + "reset": "Tous les paramètres ont été réinitialisés. \nVous pouvez maintenant sauvegarder les changements en cliquant sur le bouton \"Confirmer\" ou les annuler en fermant cette page ou ignorer cette notification." + }, + "success": { + "saved": "Options enregistrées." + } + } + } + }, + "settings": { + "clearData": { + "allDataDeleted": "Toutes les données ont été supprimées.", + "confirmAlert": "Ceci supprimera toutes les données d'extension liées aux options. On continue ?" + }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "scrollForMoreSettings": "Scroll for more settings", + "sections": { + "automaticQuality": { + "enable": { + "label": "Ajustement automatique de la résolution", + "title": "Ajuste automatiquement la résolution de la vidéo au niveau sélectionné." + }, + "fallbackQualityStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + }, + "select": { + "label": "Résolution", + "title": "La vidéo aura cette résolution" + }, + "title": "Paramètres de qualité automatique" + }, + "bottomButtons": { + "clear": { + "title": "Efface toutes les données stockées par cette extension sur votre ordinateur", + "value": "Effacer les données" + }, + "confirm": { + "title": "Confirmer la réinitialisation des réglages", + "value": "Confirmer" + }, + "openTab": { + "title": "Ouvrir les paramètres de l'extension dans un nouvel onglet" + }, + "reset": { + "title": "Réinitialise tous les paramètres par défaut, cliquez sur le bouton de confirmation pour enregistrer les modifications", + "value": "Réinitialiser" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Bouton copier l'URL avec timestamp", + "decreasePlaybackSpeedButton": "Decrease Speed button", + "forwardButton": "Fast Forward button", + "hideEndScreenCardsButton": "Hide end screen cards button", + "increasePlaybackSpeedButton": "Increase Speed button", + "loopButton": "Loop button", + "maximizePlayerButton": "Maximize button", + "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind button", + "screenshotButton": "Screenshot button", + "volumeBoostButton": "Volume Boost button" + }, + "options": { + "below_player": { + "placement": "below the player controls", + "value": "Below Player" + }, + "feature_menu": { + "placement": "in the feature menu", + "value": "Feature Menu" + }, + "player_controls_left": { + "placement": "on the left side of player controls", + "value": "Left Controls" + }, + "player_controls_right": { + "placement": "on the right side of player controls", + "value": "Right Controls" + } + }, + "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Button placement settings" + }, + "customCSS": { + "editor": { + "collapse": "Collapse Editor", + "expand": "Expand Editor", + "noProblems": "Aucun problème détecté." + }, + "enable": { + "label": "Custom CSS", + "title": "Enables custom CSS to be applied to the page" + }, + "title": "Custom CSS settings" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Action d'activation du menu", + "options": { + "click": "Clic", + "hover": "Survol" + }, + "title": "Sélectionnez la méthode pour activer le menu de fonctionnalités" + }, + "title": "Paramètres du menu de fonctionnalités" + } + }, + "forwardRewindButtons": { + "enable": { + "label": "Forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + }, + "title": "Forward/rewind button settings" + }, + "importExportSettings": { + "exportButton": { + "success": "Réglages exportés avec succès", + "title": "Exporter les paramètres vers un fichier JSON", + "value": "Exporter les paramètres" + }, + "importButton": { + "error": { + "unknown": "Erreur lors de l'importation des paramètres. Veuillez vérifier le format du fichier.\nUne erreur inconnue s'est produite.", + "validation": "Erreur lors de l'importation des paramètres. Veuillez vérifier le format du fichier.\n{{ERROR_MESSAGE}}" + }, + "success": "Paramètres importés avec succès", + "title": "Importer les paramètres depuis un fichier JSON", + "value": "Importer les paramètres" + } + }, + "language": { + "select": { + "label": "Langue", + "title": "La langue à utiliser pour l'extension" + }, + "title": "Langue" + }, + "miscellaneous": { + "features": { + "automaticTheaterMode": { + "label": "Mode cinéma automatique", + "title": "Activer automatiquement le mode cinéma lorsque vous chargez une vidéo" + }, + "automaticallyDisableAmbientMode": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + }, + "automaticallyDisableAutoPlay": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + }, + "automaticallyDisableClosedCaptions": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + }, + "automaticallyEnableClosedCaptions": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + }, + "automaticallyMaximizePlayer": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + }, + "automaticallyShowMoreVideosOnEndScreen": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + }, + "copyTimestampUrlButton": { + "label": "Bouton de copie de l'URL avec timestamp", + "title": "Copie l'URL de la vidéo avec le timestamp (?t=123)" + }, + "defaultToOriginalAudioTrack": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + }, + "enableMarkAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Add a button to playlist items to mark videos as unwatched" + }, + "enableRemoveVideoButton": { + "label": "Remove video button", + "title": "Add a button to playlist items to remove videos from the playlist" + }, + "enableSaveToWatchLaterButton": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + }, + "hideArtificialIntelligenceSummary": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + }, + "hideEndScreenCards": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + }, + "hideEndScreenCardsButton": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + }, + "hideLiveStreamChat": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + }, + "hideMembersOnlyVideos": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + }, + "hideOfficialArtistVideosFromHomePage": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + }, + "hidePaidPromotionBanner": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + }, + "hidePlayables": { + "label": "Hide playables", + "title": "Hides all playables" + }, + "hideScrollbar": { + "label": "Cacher la barre de défilement", + "title": "Cache la barre de défilement des pages" + }, + "hideShorts": { + "label": "Hide shorts", + "title": "Hides all shorts" + }, + "hideSidebarRecommendedVideos": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + }, + "hideTranslateComment": { + "label": "Hide translate comment button", + "title": "Hides 'Translate to Language' button under comments" + }, + "loopButton": { + "label": "Bouton de boucle", + "title": "Ajoute un bouton au menu de fonctionnalité pour regarder la vidéo en boucle" + }, + "maximizePlayerButton": { + "label": "Agrandir les boutons du lecteur", + "title": "Ajoute un bouton au menu de fonctionnalité pour agrandir le lecteur" + }, + "openTranscriptButton": { + "label": "Bouton d'ouverture de la transcription", + "title": "Ajoute un bouton au menu fonctionnalités pour ouvrir la transcription de la vidéo que vous regardez" + }, + "openYouTubeSettingsOnHover": { + "label": "Ouvrir les paramètres YouTube au survol", + "title": "Ouvre le menu des paramètres YouTube lorsque vous survolez le bouton des paramètres" + }, + "pauseBackgroundPlayers": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + }, + "playlistRemover": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + }, + "remainingTime": { + "label": "Temps restant", + "title": "Affiche le temps restant de la vidéo que vous regardez" + }, + "rememberLastVolume": { + "label": "Sauvegarder le volume précédent", + "title": "Se souvenir du volume de la dernière vidéo que vous regardiez et définissez-le lorsque vous ouvrez une nouvelle vidéo" + }, + "removeRedirect": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + }, + "restoreFullscreenScrolling": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + }, + "shareShortener": { + "label": "Shorten YouTube video share link", + "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + }, + "shortsAutoScroll": { + "label": "Shorts auto scroll", + "title": "Automatically scrolls to the next short" + }, + "skipContinueWatching": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + } + }, + "title": "Autre paramètres" + }, + "onScreenDisplaySettings": { + "color": { + "label": "Couleur ", + "options": { + "blue": "Bleu", + "green": "Vert", + "orange": "Orange", + "pink": "Rose", + "purple": "Violet", + "red": "Rouge", + "white": "Blanc", + "yellow": "Jaune" + }, + "title": "Sélectionnez la couleur pour l'affichage On-Screen" + }, + "hide": { + "label": "Délai d'effacement", + "title": "Spécifiez le temps, en millisecondes, avant de masquer automatiquement l'affichage à l'écran" + }, + "opacity": { + "label": "Opacité", + "title": "Ajuster la transparence de l'affichage On-Screen" + }, + "padding": { + "label": "Marges interne", + "title": "Ajustez l'espacement autour de l'affichage On-Screen. Cela s'applique spécifiquement à l'affichage On-Screen dans l'angle à l'écran." + }, + "position": { + "label": "Position", + "options": { + "bottom_left": "En bas à gauche", + "bottom_right": "En bas à droite", + "center": "Centre", + "top_left": "En haut à gauche", + "top_right": "En Haut à Droite" + }, + "title": "Sélectionnez la position de l'affichage On-Screen" + }, + "title": "On-screen display settings", + "type": { + "label": "Type", + "options": { + "circle": "Circle", + "line": "Ligne", + "no_display": "Cacher", + "text": "Texte" + }, + "title": "Sélectionnez le type d'affichage à l'écran" + } + }, + "playbackSpeed": { + "enable": { + "label": "Vitesse de lecture forcée", + "title": "Définit la vitesse de la vidéo comme choisie ci-dessous" + }, + "playbackSpeedButtons": { + "label": "Playback speed buttons", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + }, + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + }, + "select": { + "label": "Vitesse de la vidéo", + "title": "La vitesse à laquelle la vidéo est définie" + }, + "title": "Réglages de vitesse de lecture" + }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + }, + "title": "Playlist length settings", + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } + } + }, + "playlistManagement": { + "features": { + "markAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + }, + "removeVideoButton": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + }, + "title": "Playlist management settings" + }, + "playlistManagementButtons": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + }, + "saveToWatchLaterButton": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + }, + "screenshotButton": { + "enable": { + "label": "Bouton de capture d'écran", + "title": "Ajoute un bouton au lecteur pour prendre une capture d'écran de la vidéo" + }, + "saveAs": { + "both": "Both (File and Clipboard)", + "clipboard": "Presse-papiers", + "file": "Fichier" + }, + "selectFormat": { + "label": "Format de la capture d'écran", + "title": "Le format dans lequel enregistrer la capture d'écran" + }, + "selectSaveAs": { + "label": "Type de sauvegarde de la capture d'écran", + "title": "Le type de sauvegarde de la capture d'écran" + }, + "title": "Paramètres de capture d’écran" + }, + "scrollWheelSpeedControl": { + "adjustmentSteps": { + "label": "Vitesse de défilement", + "title": "Ajuste la vitesse de défilement" + }, + "enable": { + "label": "Contrôle de la vitesse de défilement", + "title": "Appuyez sur la touche de modification pour activer le réglage de la vitesse de défilement de la molette." + }, + "optionLabel": "touche {{KEY}}", + "select": { + "label": "Touche de clavier", + "title": "La touche de clavier à utiliser" + }, + "title": "Paramètres de contrôle de la vitesse de défilement" + }, + "scrollWheelVolumeControl": { + "adjustmentSteps": { + "label": "Pas de volume par défilement", + "title": "Ajuster le changement de volume par défilement" + }, + "enable": { + "label": "Contrôle du volume avec la molette de défilement", + "title": "Permet d'utiliser la molette de défilement pour contrôler le volume de la vidéo que vous regardez" + }, + "holdModifierKey": { + "enable": { + "label": "Activer lorsqu'une touche est maintenue", + "title": "Appuyez sur une touche pour activer le réglage du volume à l'aide de la molette de défilement." + }, + "optionLabel": "touche {{KEY}}", + "select": { + "label": "Touche de clavier", + "title": "La touche de clavier à utiliser" + } + }, + "holdRightClick": { + "enable": { + "label": "Activer lorsque le clic droit est enfoncé", + "title": "Maintenez le clic droit pour activer le contrôle du volume par la molette de défilement" + } + }, + "title": "Réglages du contrôle du volume par la molette de défilement" + }, + "settingSearch": { + "placeholder": "Search for a setting" + }, + "videoHistory": { + "enable": { + "label": "Track watched videos", + "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" + }, + "resumeType": { + "select": { + "label": "Resume type", + "options": { + "automatic": "Automatic", + "prompt": "Prompt" + }, + "title": "Select how you want to resume videos" + } + }, + "title": "Video history settings" + }, + "volumeBoost": { + "boostAmount": { + "label": "Gain du volume (dB)", + "title": "La quantité de gain pour le volume" + }, + "enable": { + "label": "Gain du volume", + "title": "Activer le gain du volume" + }, + "mode": { + "select": { + "label": "Mode du gain du volume", + "options": { + "global": "Global", + "perVideo": "Par vidéo" + }, + "title": "Choisissez comment le gain du volume est appliquée. 'Par vidéo' permet d'activer le gain pour chaque vidéo individuellement dans le menu des paramètres. 'Global' applique le gain à toutes les vidéos lorsque le gain du volume est activée." + } + }, + "title": "Réglages de du gain du volume" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Key", + "title": "Enter your Youtube Data API V3 key." + }, + "title": "YouTube API V3 key" + }, + "youtubeDeepDark": { + "author": "Author", + "co-authors": "Co-authors", + "colors": { + "colorShadow": { + "label": "Shadow color", + "title": "Color for shadows" + }, + "dimmerText": { + "label": "Secondary text color", + "title": "Color for secondary text" + }, + "hoverBackground": { + "label": "Hover background color", + "title": "Color for hover background" + }, + "mainBackground": { + "label": "Main background color", + "title": "Color for main background" + }, + "mainColor": { + "label": "Accent color", + "title": "Color for accent" + }, + "mainText": { + "label": "Main text color", + "title": "Color for main text" + }, + "secondBackground": { + "label": "Secondary background color", + "title": "Color for secondary background" + } + }, + "enable": { + "label": "Deep Dark Theme", + "title": "Activate the selected theme for the page" + }, + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + }, + "title": "YouTube deep dark settings" + } + } + } } From dc3e1088b03f71d47b7cf584286b2e1777670324 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 13 Jan 2026 18:11:53 -0500 Subject: [PATCH 1402/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index a831c1b71..73728501e 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -424,6 +424,10 @@ "skipContinueWatching": { "label": "Pular aviso de ausência", "title": "Remove o aviso \"O vídeo está pausado. Continuar assistindo?\"" + }, + "timestampPeek": { + "label": "Timestamp Peek", + "title": "Shows a preview of the video when you hover over a timestamp" } }, "title": "Diversos" From b82b5e385252c8436df540575263dd28fb7a169b Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 13 Jan 2026 18:11:54 -0500 Subject: [PATCH 1403/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index f56cac28a..b11d0a5b7 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -424,6 +424,10 @@ "skipContinueWatching": { "label": "Hoppa över \"Videon är pausad. Fortsätt titta?\"", "title": "Hoppa över dialogrutan som pausar videouppspelningen" + }, + "timestampPeek": { + "label": "Timestamp Peek", + "title": "Shows a preview of the video when you hover over a timestamp" } }, "title": "Övriga inställningar" From abbcd32a3850c5a3b9a4c10013d3e56412e29a07 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 13 Jan 2026 18:11:55 -0500 Subject: [PATCH 1404/1783] New translations en-us.json (Catalan) --- public/locales/ca-ES.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/ca-ES.json b/public/locales/ca-ES.json index 0ce2a6702..36a3a8c3a 100644 --- a/public/locales/ca-ES.json +++ b/public/locales/ca-ES.json @@ -424,6 +424,10 @@ "skipContinueWatching": { "label": "Skip \"Video is paused. Continue watching?\"", "title": "Skips the idle dialog that pauses video playback" + }, + "timestampPeek": { + "label": "Timestamp Peek", + "title": "Shows a preview of the video when you hover over a timestamp" } }, "title": "Miscellaneous settings" From 9407e920f1f71cb045068a539e5956dce872fd5b Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 13 Jan 2026 18:11:56 -0500 Subject: [PATCH 1405/1783] New translations en-us.json (French) --- public/locales/fr-FR.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/fr-FR.json b/public/locales/fr-FR.json index af665c69d..fc864f62c 100644 --- a/public/locales/fr-FR.json +++ b/public/locales/fr-FR.json @@ -424,6 +424,10 @@ "skipContinueWatching": { "label": "Skip \"Video is paused. Continue watching?\"", "title": "Skips the idle dialog that pauses video playback" + }, + "timestampPeek": { + "label": "Timestamp Peek", + "title": "Shows a preview of the video when you hover over a timestamp" } }, "title": "Autre paramètres" From eff14ab246675e5821699fa548629915083135df Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 13 Jan 2026 18:11:57 -0500 Subject: [PATCH 1406/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index 780e95086..73fe0c633 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -424,6 +424,10 @@ "skipContinueWatching": { "label": "「動画が一時停止されました。続きを視聴しますか?」を抜かする", "title": "動画一時休止する休眠メッセージを抜かされます" + }, + "timestampPeek": { + "label": "Timestamp Peek", + "title": "Shows a preview of the video when you hover over a timestamp" } }, "title": "他の設定" From b496f29ffe677d0e7e5b43146d4be55e2f5b0ca0 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 13 Jan 2026 18:11:57 -0500 Subject: [PATCH 1407/1783] New translations en-us.json (Spanish) --- public/locales/es-ES.json | 1414 +++++++++++++++++++------------------ 1 file changed, 709 insertions(+), 705 deletions(-) diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index bc56a4f12..ed028b1ba 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -1,707 +1,711 @@ { - "langCode": "es-ES", - "langName": "Español", - "messages": { - "resumingVideo": "Reanudando vídeo en {{VIDEO_TIME}}", - "settingVolume": "Ajustando el potenciador de volumen a {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "¡Copiado!", - "label": "Copiar URL de vídeo con marca de tiempo" - } - }, - "featureMenu": { - "button": { - "label": "Menú de funciones" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "Avanzar rápidamente por {{TIME}}" - }, - "rewindButton": { - "label": "Rebobinado por {{TIME}}" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "Ocultar tarjetas de pantalla final", - "toggle": { - "off": "Mostrar tarjetas de pantalla final", - "on": "Ocultar tarjetas de pantalla final" - } - } - }, - "loopButton": { - "button": { - "label": "Bucle", - "toggle": { - "off": "Desactivar repetición", - "on": "Activar repetición" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "Maximizar", - "toggle": { - "off": "Maximizar desactivado", - "on": "Maximizar activado" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Abrir transcripción" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Disminuye la velocidad a {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Aumenta la velocidad a {{SPEED}}" - } - }, - "decreaseLimit": "No se puede disminuir más ({{SPEED}})", - "increaseLimit": "No se puede aumentar más ({{SPEED}})" - }, - "playlistLength": { - "title": "Puede que la longitud total no sea exacta si se ocultan algunos vídeos o si no ha cargado suficientes vídeos para obtener la longitud completa." - }, - "screenshotButton": { - "button": { - "label": "Captura de pantalla" - }, - "copiedToClipboard": "Captura de pantalla copiada al portapapeles" - }, - "videoHistory": { - "resumeButton": "Reanudar", - "resumePrompt": { - "close": "Cerrar" - } - }, - "volumeBoostButton": { - "button": { - "label": "Potenciador de volumen", - "toggle": { - "off": "Desactivar potenciador de volumen", - "on": "Activar potenciador de volumen" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "optionConflict": "Esta opción no se puede activar mientras '{{OPTION}}' está habilitada.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "La tecla del modificador de control de velocidad de rueda de desplazamiento no puede ser la misma que la tecla del modificador del control de volumen de la rueda.", - "volumeControl": "La tecla del modificador del control de volumen de la rueda de desplazamiento no puede ser la misma que la tecla del modificador del control de velocidad de la rueda." - } - } - }, - "info": { - "reset": "Todas las opciones han sido preestablecidas a sus valores de por defecto.\nAhora puedes guardar los cambios haciendo clic en el botón \"Confirmar\" o descartarlos cerrando esta página o ignorando esta notificación." - }, - "success": { - "saved": "Opciones guardadas." - } - } - } - }, - "settings": { - "clearData": { - "allDataDeleted": "Todos los datos han sido eliminados.", - "confirmAlert": "Esto eliminará todos los datos de la extensión relacionados con las opciones. ¿Continuar?" - }, - "optionDisabled": { - "either": { - "label": "Activar {{OPTIONS}} para configurar esta opción", - "separator": " o " - }, - "plural": { - "label": "Habilitar {{OPTIONS}} para configurar esta opción", - "separator": " y " - }, - "singular": "Habilitar '{{OPTION}}' para configurar esta opción", - "specificOption": { - "featureMenu": "Configure al menos un botón para colocarse en el menú de funciones para configurar esta opción.", - "screenshotButtonFileFormat": "Establecer el tipo de guardado de captura de pantalla a 'Archivo' o 'Ambos' para configurar esta opción" - } - }, - "scrollForMoreSettings": "Desplazar para más ajustes", - "sections": { - "automaticQuality": { - "enable": { - "label": "Habilitar ajuste automático de calidad", - "title": "Ajustar automáticamente la calidad del vídeo al nivel seleccionado." - }, - "fallbackQualityStrategy": { - "select": { - "label": "Estrategia de calidad de contingencia", - "options": { - "higher": "Superior", - "lower": "Inferior" - }, - "title": "La estrategia a utilizar cuando la calidad seleccionada no está disponible" - } - }, - "select": { - "label": "Calidad del reproductor", - "title": "La calidad a la que establecer el vídeo" - }, - "title": "Ajustes de calidad automáticos" - }, - "bottomButtons": { - "clear": { - "title": "Limpia todos los datos que esta extensión ha almacenado en su equipo", - "value": "Limpiar datos" - }, - "confirm": { - "title": "Confirma el restablecimiento de los ajustes", - "value": "Confirmar" - }, - "openTab": { - "title": "Abrir extensión en una pestaña nueva" - }, - "reset": { - "title": "Restablece todos los ajustes a sus valores predeterminados, haga clic en el botón de confirmar para guardar los cambios", - "value": "Reestablecer" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "Botón para copiar la URL del vídeo con marca de tiempo", - "decreasePlaybackSpeedButton": "Botón para reducir la velocidad", - "forwardButton": "Botón para avanzar rápido", - "hideEndScreenCardsButton": "Ocultar botón de tarjetas de pantalla final", - "increasePlaybackSpeedButton": "Botón para aumentar la velocidad", - "loopButton": "Botón de repetición", - "maximizePlayerButton": "Botón para maximizar", - "openTranscriptButton": "Abrir botón de transcripción", - "rewindButton": "Botón para rebobinar", - "screenshotButton": "Botón de captura de pantalla", - "volumeBoostButton": "Botón para aumentar el volumen" - }, - "options": { - "below_player": { - "placement": "debajo de los controles del reproductor", - "value": "Debajo del reproductor" - }, - "feature_menu": { - "placement": "en el menú de funciones", - "value": "Menú de funciones" - }, - "player_controls_left": { - "placement": "a la izquierda de los controles del reproductor", - "value": "Controles a la izquierda" - }, - "player_controls_right": { - "placement": "a la derecha de los controles del reproductor", - "value": "Controles a la derecha" - } - }, - "title": "Coloca el {{BUTTON_NAME}} a la {{PLACEMENT}}" - }, - "title": "Button placement settings" - }, - "customCSS": { - "editor": { - "collapse": "Colapsar editor", - "expand": "Expandir editor", - "noProblems": "No se encontraron problemas." - }, - "enable": { - "label": "Habilitar CSS personalizado", - "title": "Permite aplicar CSS personalizado a la página" - }, - "title": "Ajustes de CSS personalizados" - }, - "featureMenu": { - "openType": { - "select": { - "label": "Tipo de activación del menú", - "options": { - "click": "Click", - "hover": "Pasar el cursor por encima" - }, - "title": "Selecciona el método para abrir el menú" - }, - "title": "Configuración del menú" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "Botones de avance/retroceso", - "title": "Añade botones de avance y retroceso al reproductor de vídeo" - }, - "time": { - "label": "Adelantar/rebobinar tiempo", - "title": "La cantidad de tiempo para avanzar/retroceder el video" - }, - "title": "Ajustes del botón avanzar/retroceder" - }, - "importExportSettings": { - "exportButton": { - "success": "Ajustes exportados correctamente", - "title": "Exportar ajustes a un archivo JSON", - "value": "Exportar Ajustes" - }, - "importButton": { - "error": { - "unknown": "Error al importar la configuración. Por favor, compruebe el formato del archivo.\nUn error desconocido se ha producido.", - "validation": "Error al importar la configuración. Por favor, compruebe el formato del archivo.\n{{ERROR_MESSAGE}}" - }, - "success": "Ajustes importados correctamente", - "title": "Importar ajustes desde un archivo JSON", - "value": "Importar Ajustes" - } - }, - "language": { - "select": { - "label": "Idioma", - "title": "El idioma a usar para la extensión" - }, - "title": "Idioma" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "Modo cine automático", - "title": "Activar automáticamente el modo cine al cargar un vídeo" - }, - "automaticallyDisableAmbientMode": { - "label": "Desactivar automáticamente el modo ambiente", - "title": "Desactiva automáticamente el modo ambiente al cargar un vídeo" - }, - "automaticallyDisableAutoPlay": { - "label": "Automatically disable autoplay", - "title": "Automatically disables autoplay when you load a video" - }, - "automaticallyDisableClosedCaptions": { - "label": "Desactivar los subtítulos automáticamente", - "title": "Desactivar los subtítulos automáticamente cuando se carga un video" - }, - "automaticallyEnableClosedCaptions": { - "label": "Activar automáticamente subtítulos", - "title": "Activa automáticamente los subtítulos al cargar un vídeo" - }, - "automaticallyMaximizePlayer": { - "label": "Automáticamente maximizar el reproductor", - "title": "Automáticamente maximizar el reproductor cuando se carga un video" - }, - "automaticallyShowMoreVideosOnEndScreen": { - "label": "Automáticamente mostrar más videos", - "title": "Automáticamente mostrar más videos en la pantalla final, al terminar un video" - }, - "copyTimestampUrlButton": { - "label": "Botón para copiar la URL con marca de tiempo", - "title": "Copia el video con una marca de tiempo (?t=123)" - }, - "defaultToOriginalAudioTrack": { - "label": "Usar pista de audio original por defecto", - "title": "Siempre usar pista de audio original" - }, - "enableMarkAsUnwatchedButton": { - "label": "Botón para marcar como 'no visto'", - "title": "Agregar botón a los elementos de una lista de reproducción para marcarlos como 'no vistos'" - }, - "enableRemoveVideoButton": { - "label": "Botón para remover video", - "title": "Agregar botón a los elementos de una lista de reproducción para eliminarlos" - }, - "enableSaveToWatchLaterButton": { - "label": "Habiliar el boton para ver mas tarde", - "title": "Agregar botón a los vídeos de Inicio y Suscripciones para guardar el vídeo en la lista de reproducción 'Ver más tarde'" - }, - "hideArtificialIntelligenceSummary": { - "label": "Ocultar resumen de IA", - "title": "Oculta el resumen de inteligencia artificial debajo de los vídeos" - }, - "hideEndScreenCards": { - "label": "Ocultar tarjetas de pantalla final", - "title": "Oculta las tarjetas al final del vídeo" - }, - "hideEndScreenCardsButton": { - "label": "Botón para ocultar las tarjetas de pantalla final", - "title": "Añade un botón para mostrar/ocultar las tarjetas al final del vídeo" - }, - "hideLiveStreamChat": { - "label": "Ocultar chat de transmisión en vivo", - "title": "Oculta el chat en una transmisión en vivo" - }, - "hideMembersOnlyVideos": { - "label": "Ocultar vídeos solo para miembros", - "title": "Oculta los vídeos que solo son visibles para los miembros" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "Ocultar Videos Oficiales del Artista", - "title": "Ocultar los vídeos oficiales del artista de la página de inicio" - }, - "hidePaidPromotionBanner": { - "label": "Ocultar banner de promociones pagas", - "title": "Oculta el banner que aparece cuando ves un video que tiene una promoción de pago" - }, - "hidePlayables": { - "label": "Ocultar reproducibles", - "title": "Oculta todos los reproducibles" - }, - "hideScrollbar": { - "label": "Ocultar barra de desplazamiento", - "title": "Oculta la barra de desplazamiento de la página" - }, - "hideShorts": { - "label": "Ocultar shorts", - "title": "Oculta todos los shorts" - }, - "hideSidebarRecommendedVideos": { - "label": "Ocultar vídeos recomendados", - "title": "Oculta la barra lateral de vídeos recomendados" - }, - "hideTranslateComment": { - "label": "Ocultar botón de traducir comentario", - "title": "Oculta el botón 'Traducir al idioma' bajo los comentarios" - }, - "loopButton": { - "label": "Botón de bucle", - "title": "Añade un botón al menú para poner en bucle el vídeo que estás viendo" - }, - "maximizePlayerButton": { - "label": "Botón de maximizar en el reproductor", - "title": "Añade un botón al menú para maximizar el reproductor" - }, - "openTranscriptButton": { - "label": "Botón para abrir transcripción", - "title": "Añade un botón al menú para abrir la transcripción del video que estás viendo" - }, - "openYouTubeSettingsOnHover": { - "label": "Abrir ajustes de YouTube al pasar el cursor", - "title": "Abre el menú de configuración de YouTube cuando pasa el cursor por encima del botón de ajustes" - }, - "pauseBackgroundPlayers": { - "label": "Pausar reproductores de fondo", - "title": "Pausa los reproductores de vídeo en pestañas de fondo cuando inicias un nuevo reproductor en la pestaña de inicio" - }, - "playlistRemover": { - "label": "Ocultar listas de reproducción de la página de inicio", - "title": "Oculta las listas de reproducción que aparecen en la página de inicio" - }, - "remainingTime": { - "label": "Tiempo restante", - "title": "Muestra el tiempo restante del vídeo que estás viendo" - }, - "rememberLastVolume": { - "label": "Recordar el nivel de volumen", - "title": "Recuerda el volumen del último vídeo que estabas viendo y lo establece cuando abres un nuevo vídeo" - }, - "removeRedirect": { - "label": "Remover URLs de redireccionamiento (/redirect)", - "title": "Reemplaza la URLs de redirección de YouTube por URLs reales, omitiendo el diálogo de advertencia de redirección" - }, - "restoreFullscreenScrolling": { - "label": "Restore fullscreen scrolling", - "title": "Restores scrolling in fullscreen mode" - }, - "shareShortener": { - "label": "Shorten YouTube video share link", - "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" - }, - "shortsAutoScroll": { - "label": "Shorts auto scroll", - "title": "Automatically scrolls to the next short" - }, - "skipContinueWatching": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" - } - }, - "title": "Ajustes varios" - }, - "onScreenDisplaySettings": { - "color": { - "label": "Color", - "options": { - "blue": "Azul", - "green": "Verde", - "orange": "Naranja", - "pink": "Rosa", - "purple": "Morado", - "red": "Rojo", - "white": "Blanco", - "yellow": "Amarillo" - }, - "title": "Select the color for the On-Screen Display" - }, - "hide": { - "label": "Oculta el retardo", - "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" - }, - "opacity": { - "label": "Opacidad", - "title": "Adjust the transparency of the On-Screen Display" - }, - "padding": { - "label": "Margen", - "title": "Ajuste el espacio alrededor de las esquinas de la pantalla en píxeles. Esto se aplica específicamente al redondeado en las esquinas de la pantalla." - }, - "position": { - "label": "Posición", - "options": { - "bottom_left": "Parte inferior izquierda", - "bottom_right": "Parte inferior derecha", - "center": "Centrado", - "top_left": "Parte superior izquierda", - "top_right": "Parte superior derecha" - }, - "title": "Select the position of the On-Screen Display" - }, - "title": "On-screen display settings", - "type": { - "label": "Tipo", - "options": { - "circle": "Círculo", - "line": "Línea", - "no_display": "No mostrar", - "text": "Texto" - }, - "title": "Selecciona el estilo del visualizador en pantalla" - } - }, - "playbackSpeed": { - "enable": { - "label": "Velocidad de reproducción forzada", - "title": "Establece la velocidad del video a lo que elijas a continuación" - }, - "playbackSpeedButtons": { - "label": "Playback speed buttons", - "select": { - "label": "Playback buttons speed", - "title": "Amount of speed to be changed per click" - }, - "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" - }, - "select": { - "label": "Velocidad del reproductor", - "title": "La velocidad a la que ajustar el vídeo" - }, - "title": "Ajustes de velocidad de reproducción" - }, - "playlistLength": { - "enable": { - "label": "Display playlist length information", - "title": "Shows the total length of the playlist, how much has been watched, and how much remains." - }, - "title": "Playlist length settings", - "wayToGetLength": { - "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "Method to get watched time", - "options": { - "duration": "Duración del Video", - "youtube": "Video Watch Time" - }, - "title": "The way to get the amount of time watched (Video Length type only used on watch page)" - } - } - }, - "playlistManagement": { - "features": { - "markAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - }, - "removeVideoButton": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - } - }, - "title": "Playlist management settings" - }, - "playlistManagementButtons": { - "failedToMarkAsUnwatched": "Failed to mark video as unwatched", - "failedToRemoveVideo": "Failed to remove video", - "markAsUnwatched": "Mark as unwatched", - "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "Eliminar vídeo", - "removingVideo": "Eliminando vídeo…" - }, - "saveToWatchLaterButton": { - "failedToSaveVideo": "Failed to save video to Watch Later", - "saveVideo": "Save to Watch Later", - "savingVideo": "Saving to Watch Later…" - }, - "screenshotButton": { - "enable": { - "label": "Botón para capturar la pantalla", - "title": "Añade un botón al reproductor para capturar la pantalal del vídeo que estás viendo" - }, - "saveAs": { - "both": "Both (File and Clipboard)", - "clipboard": "Portapapeles", - "file": "Archivo" - }, - "selectFormat": { - "label": "Formato de captura de pantalla", - "title": "El formato en el que guardar la captura de pantalla" - }, - "selectSaveAs": { - "label": "Método de guardado de captura de pantalla", - "title": "Método de guardado sobre el que se guardará la captura de pantalla" - }, - "title": "Ajustes de captura de pantalla" - }, - "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "Volumen cambiado por cada scroll con la rueda del ratón", - "title": "Ajustar la velocidad que cambia por el scroll de la rueda del ratón" - }, - "enable": { - "label": "Control de velocidad con la rueda", - "title": "Pulsa una tecla para activar el ajuste de velocidad con la rueda del ratón." - }, - "optionLabel": "Tecla {{KEY}}", - "select": { - "label": "Tecla modificadora", - "title": "Tecla a usar" - }, - "title": "Ajustes sobre el control de velocidad con la rueda del ratón" - }, - "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "Velocidad cambiada por cada scroll con la rueda del ratón", - "title": "Ajustar el volumen que cambia por el scroll de la rueda del ratón" - }, - "enable": { - "label": "Control de volumen con la rueda", - "title": "Te permite usar la rueda del ratón para controlar el volumen del vídeo que estás viendo" - }, - "holdModifierKey": { - "enable": { - "label": "Activar al mantener pulsada la tecla modificadora", - "title": "Presione una tecla modificadora para activar el ajuste de volumen con la rueda del ratón." - }, - "optionLabel": "Tecla {{KEY}}", - "select": { - "label": "Tecla modificadora", - "title": "La tecla del modificador a usar" - } - }, - "holdRightClick": { - "enable": { - "label": "Activar al mantener pulsado el botón derecho", - "title": "Mantenga pulsado el botón derecho para activar el control de volumen con la rueda del ratón" - } - }, - "title": "Ajustes de control de volumen con la rueda del ratón" - }, - "settingSearch": { - "placeholder": "Search for a setting" - }, - "videoHistory": { - "enable": { - "label": "Track watched videos", - "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" - }, - "resumeType": { - "select": { - "label": "Resume type", - "options": { - "automatic": "Automático", - "prompt": "Prompt" - }, - "title": "Select how you want to resume videos" - } - }, - "title": "Video history settings" - }, - "volumeBoost": { - "boostAmount": { - "label": "Incremento de volumen (dB)", - "title": "Cuantos decibelios quieres aumentar el volumen" - }, - "enable": { - "label": "Potenciador de volumen", - "title": "Activar incremento de volumen" - }, - "mode": { - "select": { - "label": "Volume boost mode", - "options": { - "global": "Global", - "perVideo": "Por vídeo" - }, - "title": "Elegir cómo se aplica el aumento de volumen. 'Por vídeo' permite activar optimización para cada video individualmente en el menú de características. 'Global' aplica el boost a todos los vídeos cuando el aumento de volumen está activado." - } - }, - "title": "Ajustes de potenciado de volumen" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "You can get one from here", - "input": { - "label": "Clave API", - "title": "Introduce tu clave API de Youtube Data V3." - }, - "title": "YouTube API V3 key" - }, - "youtubeDeepDark": { - "author": "Autor", - "co-authors": "Coautores", - "colors": { - "colorShadow": { - "label": "Color de sombra", - "title": "Color para las sombras" - }, - "dimmerText": { - "label": "Color secundario de texto", - "title": "Color para el texto secundario" - }, - "hoverBackground": { - "label": "Hover background color", - "title": "Color for hover background" - }, - "mainBackground": { - "label": "Main background color", - "title": "Color for main background" - }, - "mainColor": { - "label": "Color destacado", - "title": "Color para destacados" - }, - "mainText": { - "label": "Main text color", - "title": "Color for main text" - }, - "secondBackground": { - "label": "Secondary background color", - "title": "Color for secondary background" - } - }, - "enable": { - "label": "Deep Dark Theme", - "title": "Activate the selected theme for the page" - }, - "select": { - "label": "Select theme", - "title": "Select a theme to be applied to the page" - }, - "title": "YouTube deep dark settings" - } - } - } + "langCode": "es-ES", + "langName": "Español", + "messages": { + "resumingVideo": "Reanudando vídeo en {{VIDEO_TIME}}", + "settingVolume": "Ajustando el potenciador de volumen a {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "¡Copiado!", + "label": "Copiar URL de vídeo con marca de tiempo" + } + }, + "featureMenu": { + "button": { + "label": "Menú de funciones" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Avanzar rápidamente por {{TIME}}" + }, + "rewindButton": { + "label": "Rebobinado por {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Ocultar tarjetas de pantalla final", + "toggle": { + "off": "Mostrar tarjetas de pantalla final", + "on": "Ocultar tarjetas de pantalla final" + } + } + }, + "loopButton": { + "button": { + "label": "Bucle", + "toggle": { + "off": "Desactivar repetición", + "on": "Activar repetición" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "Maximizar", + "toggle": { + "off": "Maximizar desactivado", + "on": "Maximizar activado" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Abrir transcripción" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Disminuye la velocidad a {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Aumenta la velocidad a {{SPEED}}" + } + }, + "decreaseLimit": "No se puede disminuir más ({{SPEED}})", + "increaseLimit": "No se puede aumentar más ({{SPEED}})" + }, + "playlistLength": { + "title": "Puede que la longitud total no sea exacta si se ocultan algunos vídeos o si no ha cargado suficientes vídeos para obtener la longitud completa." + }, + "screenshotButton": { + "button": { + "label": "Captura de pantalla" + }, + "copiedToClipboard": "Captura de pantalla copiada al portapapeles" + }, + "videoHistory": { + "resumeButton": "Reanudar", + "resumePrompt": { + "close": "Cerrar" + } + }, + "volumeBoostButton": { + "button": { + "label": "Potenciador de volumen", + "toggle": { + "off": "Desactivar potenciador de volumen", + "on": "Activar potenciador de volumen" + } + } + } + } + }, + "options": { + "notifications": { + "error": { + "optionConflict": "Esta opción no se puede activar mientras '{{OPTION}}' está habilitada.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "La tecla del modificador de control de velocidad de rueda de desplazamiento no puede ser la misma que la tecla del modificador del control de volumen de la rueda.", + "volumeControl": "La tecla del modificador del control de volumen de la rueda de desplazamiento no puede ser la misma que la tecla del modificador del control de velocidad de la rueda." + } + } + }, + "info": { + "reset": "Todas las opciones han sido preestablecidas a sus valores de por defecto.\nAhora puedes guardar los cambios haciendo clic en el botón \"Confirmar\" o descartarlos cerrando esta página o ignorando esta notificación." + }, + "success": { + "saved": "Opciones guardadas." + } + } + } + }, + "settings": { + "clearData": { + "allDataDeleted": "Todos los datos han sido eliminados.", + "confirmAlert": "Esto eliminará todos los datos de la extensión relacionados con las opciones. ¿Continuar?" + }, + "optionDisabled": { + "either": { + "label": "Activar {{OPTIONS}} para configurar esta opción", + "separator": " o " + }, + "plural": { + "label": "Habilitar {{OPTIONS}} para configurar esta opción", + "separator": " y " + }, + "singular": "Habilitar '{{OPTION}}' para configurar esta opción", + "specificOption": { + "featureMenu": "Configure al menos un botón para colocarse en el menú de funciones para configurar esta opción.", + "screenshotButtonFileFormat": "Establecer el tipo de guardado de captura de pantalla a 'Archivo' o 'Ambos' para configurar esta opción" + } + }, + "scrollForMoreSettings": "Desplazar para más ajustes", + "sections": { + "automaticQuality": { + "enable": { + "label": "Habilitar ajuste automático de calidad", + "title": "Ajustar automáticamente la calidad del vídeo al nivel seleccionado." + }, + "fallbackQualityStrategy": { + "select": { + "label": "Estrategia de calidad de contingencia", + "options": { + "higher": "Superior", + "lower": "Inferior" + }, + "title": "La estrategia a utilizar cuando la calidad seleccionada no está disponible" + } + }, + "select": { + "label": "Calidad del reproductor", + "title": "La calidad a la que establecer el vídeo" + }, + "title": "Ajustes de calidad automáticos" + }, + "bottomButtons": { + "clear": { + "title": "Limpia todos los datos que esta extensión ha almacenado en su equipo", + "value": "Limpiar datos" + }, + "confirm": { + "title": "Confirma el restablecimiento de los ajustes", + "value": "Confirmar" + }, + "openTab": { + "title": "Abrir extensión en una pestaña nueva" + }, + "reset": { + "title": "Restablece todos los ajustes a sus valores predeterminados, haga clic en el botón de confirmar para guardar los cambios", + "value": "Reestablecer" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Botón para copiar la URL del vídeo con marca de tiempo", + "decreasePlaybackSpeedButton": "Botón para reducir la velocidad", + "forwardButton": "Botón para avanzar rápido", + "hideEndScreenCardsButton": "Ocultar botón de tarjetas de pantalla final", + "increasePlaybackSpeedButton": "Botón para aumentar la velocidad", + "loopButton": "Botón de repetición", + "maximizePlayerButton": "Botón para maximizar", + "openTranscriptButton": "Abrir botón de transcripción", + "rewindButton": "Botón para rebobinar", + "screenshotButton": "Botón de captura de pantalla", + "volumeBoostButton": "Botón para aumentar el volumen" + }, + "options": { + "below_player": { + "placement": "debajo de los controles del reproductor", + "value": "Debajo del reproductor" + }, + "feature_menu": { + "placement": "en el menú de funciones", + "value": "Menú de funciones" + }, + "player_controls_left": { + "placement": "a la izquierda de los controles del reproductor", + "value": "Controles a la izquierda" + }, + "player_controls_right": { + "placement": "a la derecha de los controles del reproductor", + "value": "Controles a la derecha" + } + }, + "title": "Coloca el {{BUTTON_NAME}} a la {{PLACEMENT}}" + }, + "title": "Button placement settings" + }, + "customCSS": { + "editor": { + "collapse": "Colapsar editor", + "expand": "Expandir editor", + "noProblems": "No se encontraron problemas." + }, + "enable": { + "label": "Habilitar CSS personalizado", + "title": "Permite aplicar CSS personalizado a la página" + }, + "title": "Ajustes de CSS personalizados" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Tipo de activación del menú", + "options": { + "click": "Click", + "hover": "Pasar el cursor por encima" + }, + "title": "Selecciona el método para abrir el menú" + }, + "title": "Configuración del menú" + } + }, + "forwardRewindButtons": { + "enable": { + "label": "Botones de avance/retroceso", + "title": "Añade botones de avance y retroceso al reproductor de vídeo" + }, + "time": { + "label": "Adelantar/rebobinar tiempo", + "title": "La cantidad de tiempo para avanzar/retroceder el video" + }, + "title": "Ajustes del botón avanzar/retroceder" + }, + "importExportSettings": { + "exportButton": { + "success": "Ajustes exportados correctamente", + "title": "Exportar ajustes a un archivo JSON", + "value": "Exportar Ajustes" + }, + "importButton": { + "error": { + "unknown": "Error al importar la configuración. Por favor, compruebe el formato del archivo.\nUn error desconocido se ha producido.", + "validation": "Error al importar la configuración. Por favor, compruebe el formato del archivo.\n{{ERROR_MESSAGE}}" + }, + "success": "Ajustes importados correctamente", + "title": "Importar ajustes desde un archivo JSON", + "value": "Importar Ajustes" + } + }, + "language": { + "select": { + "label": "Idioma", + "title": "El idioma a usar para la extensión" + }, + "title": "Idioma" + }, + "miscellaneous": { + "features": { + "automaticTheaterMode": { + "label": "Modo cine automático", + "title": "Activar automáticamente el modo cine al cargar un vídeo" + }, + "automaticallyDisableAmbientMode": { + "label": "Desactivar automáticamente el modo ambiente", + "title": "Desactiva automáticamente el modo ambiente al cargar un vídeo" + }, + "automaticallyDisableAutoPlay": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + }, + "automaticallyDisableClosedCaptions": { + "label": "Desactivar los subtítulos automáticamente", + "title": "Desactivar los subtítulos automáticamente cuando se carga un video" + }, + "automaticallyEnableClosedCaptions": { + "label": "Activar automáticamente subtítulos", + "title": "Activa automáticamente los subtítulos al cargar un vídeo" + }, + "automaticallyMaximizePlayer": { + "label": "Automáticamente maximizar el reproductor", + "title": "Automáticamente maximizar el reproductor cuando se carga un video" + }, + "automaticallyShowMoreVideosOnEndScreen": { + "label": "Automáticamente mostrar más videos", + "title": "Automáticamente mostrar más videos en la pantalla final, al terminar un video" + }, + "copyTimestampUrlButton": { + "label": "Botón para copiar la URL con marca de tiempo", + "title": "Copia el video con una marca de tiempo (?t=123)" + }, + "defaultToOriginalAudioTrack": { + "label": "Usar pista de audio original por defecto", + "title": "Siempre usar pista de audio original" + }, + "enableMarkAsUnwatchedButton": { + "label": "Botón para marcar como 'no visto'", + "title": "Agregar botón a los elementos de una lista de reproducción para marcarlos como 'no vistos'" + }, + "enableRemoveVideoButton": { + "label": "Botón para remover video", + "title": "Agregar botón a los elementos de una lista de reproducción para eliminarlos" + }, + "enableSaveToWatchLaterButton": { + "label": "Habiliar el boton para ver mas tarde", + "title": "Agregar botón a los vídeos de Inicio y Suscripciones para guardar el vídeo en la lista de reproducción 'Ver más tarde'" + }, + "hideArtificialIntelligenceSummary": { + "label": "Ocultar resumen de IA", + "title": "Oculta el resumen de inteligencia artificial debajo de los vídeos" + }, + "hideEndScreenCards": { + "label": "Ocultar tarjetas de pantalla final", + "title": "Oculta las tarjetas al final del vídeo" + }, + "hideEndScreenCardsButton": { + "label": "Botón para ocultar las tarjetas de pantalla final", + "title": "Añade un botón para mostrar/ocultar las tarjetas al final del vídeo" + }, + "hideLiveStreamChat": { + "label": "Ocultar chat de transmisión en vivo", + "title": "Oculta el chat en una transmisión en vivo" + }, + "hideMembersOnlyVideos": { + "label": "Ocultar vídeos solo para miembros", + "title": "Oculta los vídeos que solo son visibles para los miembros" + }, + "hideOfficialArtistVideosFromHomePage": { + "label": "Ocultar Videos Oficiales del Artista", + "title": "Ocultar los vídeos oficiales del artista de la página de inicio" + }, + "hidePaidPromotionBanner": { + "label": "Ocultar banner de promociones pagas", + "title": "Oculta el banner que aparece cuando ves un video que tiene una promoción de pago" + }, + "hidePlayables": { + "label": "Ocultar reproducibles", + "title": "Oculta todos los reproducibles" + }, + "hideScrollbar": { + "label": "Ocultar barra de desplazamiento", + "title": "Oculta la barra de desplazamiento de la página" + }, + "hideShorts": { + "label": "Ocultar shorts", + "title": "Oculta todos los shorts" + }, + "hideSidebarRecommendedVideos": { + "label": "Ocultar vídeos recomendados", + "title": "Oculta la barra lateral de vídeos recomendados" + }, + "hideTranslateComment": { + "label": "Ocultar botón de traducir comentario", + "title": "Oculta el botón 'Traducir al idioma' bajo los comentarios" + }, + "loopButton": { + "label": "Botón de bucle", + "title": "Añade un botón al menú para poner en bucle el vídeo que estás viendo" + }, + "maximizePlayerButton": { + "label": "Botón de maximizar en el reproductor", + "title": "Añade un botón al menú para maximizar el reproductor" + }, + "openTranscriptButton": { + "label": "Botón para abrir transcripción", + "title": "Añade un botón al menú para abrir la transcripción del video que estás viendo" + }, + "openYouTubeSettingsOnHover": { + "label": "Abrir ajustes de YouTube al pasar el cursor", + "title": "Abre el menú de configuración de YouTube cuando pasa el cursor por encima del botón de ajustes" + }, + "pauseBackgroundPlayers": { + "label": "Pausar reproductores de fondo", + "title": "Pausa los reproductores de vídeo en pestañas de fondo cuando inicias un nuevo reproductor en la pestaña de inicio" + }, + "playlistRemover": { + "label": "Ocultar listas de reproducción de la página de inicio", + "title": "Oculta las listas de reproducción que aparecen en la página de inicio" + }, + "remainingTime": { + "label": "Tiempo restante", + "title": "Muestra el tiempo restante del vídeo que estás viendo" + }, + "rememberLastVolume": { + "label": "Recordar el nivel de volumen", + "title": "Recuerda el volumen del último vídeo que estabas viendo y lo establece cuando abres un nuevo vídeo" + }, + "removeRedirect": { + "label": "Remover URLs de redireccionamiento (/redirect)", + "title": "Reemplaza la URLs de redirección de YouTube por URLs reales, omitiendo el diálogo de advertencia de redirección" + }, + "restoreFullscreenScrolling": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + }, + "shareShortener": { + "label": "Shorten YouTube video share link", + "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + }, + "shortsAutoScroll": { + "label": "Shorts auto scroll", + "title": "Automatically scrolls to the next short" + }, + "skipContinueWatching": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + }, + "timestampPeek": { + "label": "Timestamp Peek", + "title": "Shows a preview of the video when you hover over a timestamp" + } + }, + "title": "Ajustes varios" + }, + "onScreenDisplaySettings": { + "color": { + "label": "Color", + "options": { + "blue": "Azul", + "green": "Verde", + "orange": "Naranja", + "pink": "Rosa", + "purple": "Morado", + "red": "Rojo", + "white": "Blanco", + "yellow": "Amarillo" + }, + "title": "Select the color for the On-Screen Display" + }, + "hide": { + "label": "Oculta el retardo", + "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" + }, + "opacity": { + "label": "Opacidad", + "title": "Adjust the transparency of the On-Screen Display" + }, + "padding": { + "label": "Margen", + "title": "Ajuste el espacio alrededor de las esquinas de la pantalla en píxeles. Esto se aplica específicamente al redondeado en las esquinas de la pantalla." + }, + "position": { + "label": "Posición", + "options": { + "bottom_left": "Parte inferior izquierda", + "bottom_right": "Parte inferior derecha", + "center": "Centrado", + "top_left": "Parte superior izquierda", + "top_right": "Parte superior derecha" + }, + "title": "Select the position of the On-Screen Display" + }, + "title": "On-screen display settings", + "type": { + "label": "Tipo", + "options": { + "circle": "Círculo", + "line": "Línea", + "no_display": "No mostrar", + "text": "Texto" + }, + "title": "Selecciona el estilo del visualizador en pantalla" + } + }, + "playbackSpeed": { + "enable": { + "label": "Velocidad de reproducción forzada", + "title": "Establece la velocidad del video a lo que elijas a continuación" + }, + "playbackSpeedButtons": { + "label": "Playback speed buttons", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + }, + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + }, + "select": { + "label": "Velocidad del reproductor", + "title": "La velocidad a la que ajustar el vídeo" + }, + "title": "Ajustes de velocidad de reproducción" + }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + }, + "title": "Playlist length settings", + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Duración del Video", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } + } + }, + "playlistManagement": { + "features": { + "markAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + }, + "removeVideoButton": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + }, + "title": "Playlist management settings" + }, + "playlistManagementButtons": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Eliminar vídeo", + "removingVideo": "Eliminando vídeo…" + }, + "saveToWatchLaterButton": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + }, + "screenshotButton": { + "enable": { + "label": "Botón para capturar la pantalla", + "title": "Añade un botón al reproductor para capturar la pantalal del vídeo que estás viendo" + }, + "saveAs": { + "both": "Both (File and Clipboard)", + "clipboard": "Portapapeles", + "file": "Archivo" + }, + "selectFormat": { + "label": "Formato de captura de pantalla", + "title": "El formato en el que guardar la captura de pantalla" + }, + "selectSaveAs": { + "label": "Método de guardado de captura de pantalla", + "title": "Método de guardado sobre el que se guardará la captura de pantalla" + }, + "title": "Ajustes de captura de pantalla" + }, + "scrollWheelSpeedControl": { + "adjustmentSteps": { + "label": "Volumen cambiado por cada scroll con la rueda del ratón", + "title": "Ajustar la velocidad que cambia por el scroll de la rueda del ratón" + }, + "enable": { + "label": "Control de velocidad con la rueda", + "title": "Pulsa una tecla para activar el ajuste de velocidad con la rueda del ratón." + }, + "optionLabel": "Tecla {{KEY}}", + "select": { + "label": "Tecla modificadora", + "title": "Tecla a usar" + }, + "title": "Ajustes sobre el control de velocidad con la rueda del ratón" + }, + "scrollWheelVolumeControl": { + "adjustmentSteps": { + "label": "Velocidad cambiada por cada scroll con la rueda del ratón", + "title": "Ajustar el volumen que cambia por el scroll de la rueda del ratón" + }, + "enable": { + "label": "Control de volumen con la rueda", + "title": "Te permite usar la rueda del ratón para controlar el volumen del vídeo que estás viendo" + }, + "holdModifierKey": { + "enable": { + "label": "Activar al mantener pulsada la tecla modificadora", + "title": "Presione una tecla modificadora para activar el ajuste de volumen con la rueda del ratón." + }, + "optionLabel": "Tecla {{KEY}}", + "select": { + "label": "Tecla modificadora", + "title": "La tecla del modificador a usar" + } + }, + "holdRightClick": { + "enable": { + "label": "Activar al mantener pulsado el botón derecho", + "title": "Mantenga pulsado el botón derecho para activar el control de volumen con la rueda del ratón" + } + }, + "title": "Ajustes de control de volumen con la rueda del ratón" + }, + "settingSearch": { + "placeholder": "Search for a setting" + }, + "videoHistory": { + "enable": { + "label": "Track watched videos", + "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" + }, + "resumeType": { + "select": { + "label": "Resume type", + "options": { + "automatic": "Automático", + "prompt": "Prompt" + }, + "title": "Select how you want to resume videos" + } + }, + "title": "Video history settings" + }, + "volumeBoost": { + "boostAmount": { + "label": "Incremento de volumen (dB)", + "title": "Cuantos decibelios quieres aumentar el volumen" + }, + "enable": { + "label": "Potenciador de volumen", + "title": "Activar incremento de volumen" + }, + "mode": { + "select": { + "label": "Volume boost mode", + "options": { + "global": "Global", + "perVideo": "Por vídeo" + }, + "title": "Elegir cómo se aplica el aumento de volumen. 'Por vídeo' permite activar optimización para cada video individualmente en el menú de características. 'Global' aplica el boost a todos los vídeos cuando el aumento de volumen está activado." + } + }, + "title": "Ajustes de potenciado de volumen" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "Clave API", + "title": "Introduce tu clave API de Youtube Data V3." + }, + "title": "YouTube API V3 key" + }, + "youtubeDeepDark": { + "author": "Autor", + "co-authors": "Coautores", + "colors": { + "colorShadow": { + "label": "Color de sombra", + "title": "Color para las sombras" + }, + "dimmerText": { + "label": "Color secundario de texto", + "title": "Color para el texto secundario" + }, + "hoverBackground": { + "label": "Hover background color", + "title": "Color for hover background" + }, + "mainBackground": { + "label": "Main background color", + "title": "Color for main background" + }, + "mainColor": { + "label": "Color destacado", + "title": "Color para destacados" + }, + "mainText": { + "label": "Main text color", + "title": "Color for main text" + }, + "secondBackground": { + "label": "Secondary background color", + "title": "Color for secondary background" + } + }, + "enable": { + "label": "Deep Dark Theme", + "title": "Activate the selected theme for the page" + }, + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + }, + "title": "YouTube deep dark settings" + } + } + } } From 7f14a2cefb0c0a4e486c4c9d85325bbaeef2d544 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 13 Jan 2026 18:11:58 -0500 Subject: [PATCH 1408/1783] New translations en-us.json (Czech) --- public/locales/cs-CZ.json | 1414 +++++++++++++++++++------------------ 1 file changed, 709 insertions(+), 705 deletions(-) diff --git a/public/locales/cs-CZ.json b/public/locales/cs-CZ.json index 549b8bbbd..985e0da6d 100644 --- a/public/locales/cs-CZ.json +++ b/public/locales/cs-CZ.json @@ -1,707 +1,711 @@ { - "langCode": "cs-CZ", - "langName": "Čeština", - "messages": { - "resumingVideo": "Resuming video at {{VIDEO_TIME}}", - "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "Copied!", - "label": "Copy video URL with timestamp" - } - }, - "featureMenu": { - "button": { - "label": "Feature menu" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "Fast forward by {{TIME}}" - }, - "rewindButton": { - "label": "Rewind by {{TIME}}" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "Hide end screen cards", - "toggle": { - "off": "Show end screen cards", - "on": "Hide end screen cards" - } - } - }, - "loopButton": { - "button": { - "label": "Loop", - "toggle": { - "off": "Loop off", - "on": "Loop on" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "Maximize", - "toggle": { - "off": "Maximize off", - "on": "Maximize on" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Open transcript" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Decrease Speed to {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Increase Speed to {{SPEED}}" - } - }, - "decreaseLimit": "Can't decrease further ({{SPEED}})", - "increaseLimit": "Can't increase further ({{SPEED}})" - }, - "playlistLength": { - "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." - }, - "screenshotButton": { - "button": { - "label": "Screenshot" - }, - "copiedToClipboard": "Screenshot copied to clipboard" - }, - "videoHistory": { - "resumeButton": "Resume", - "resumePrompt": { - "close": "Close" - } - }, - "volumeBoostButton": { - "button": { - "label": "Volume Boost", - "toggle": { - "off": "Volume boost off", - "on": "Volume boost on" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", - "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." - } - } - }, - "info": { - "reset": "All options have been reset to their default values.\nYou can now save the changes by clicking the \"Confirm\" button or discard them by closing this page or ignore this notification." - }, - "success": { - "saved": "Options saved." - } - } - } - }, - "settings": { - "clearData": { - "allDataDeleted": "All data has been deleted.", - "confirmAlert": "This will delete all extension data related to options. Continue?" - }, - "optionDisabled": { - "either": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " or " - }, - "plural": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " and " - }, - "singular": "Enable '{{OPTION}}' to configure this option", - "specificOption": { - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" - } - }, - "scrollForMoreSettings": "Scroll for more settings", - "sections": { - "automaticQuality": { - "enable": { - "label": "Automatic quality adjustment", - "title": "Automatically adjusts the video quality to the selected level." - }, - "fallbackQualityStrategy": { - "select": { - "label": "Quality fallback strategy", - "options": { - "higher": "Higher", - "lower": "Lower" - }, - "title": "The strategy to use when the selected quality is not available" - } - }, - "select": { - "label": "Player quality", - "title": "The quality to set the video to" - }, - "title": "Automatic quality settings" - }, - "bottomButtons": { - "clear": { - "title": "Clears all data this extension has stored on your machine", - "value": "Clear Data" - }, - "confirm": { - "title": "Confirm setting reset", - "value": "Confirm" - }, - "openTab": { - "title": "Open extension settings in a new tab" - }, - "reset": { - "title": "Resets all settings to their defaults, Click the confirm button to save the changes", - "value": "Reset" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "Copy video URL with timestamp button", - "decreasePlaybackSpeedButton": "Decrease Speed button", - "forwardButton": "Fast Forward button", - "hideEndScreenCardsButton": "Hide end screen cards button", - "increasePlaybackSpeedButton": "Increase Speed button", - "loopButton": "Loop button", - "maximizePlayerButton": "Maximize button", - "openTranscriptButton": "Open Transcript button", - "rewindButton": "Rewind button", - "screenshotButton": "Screenshot button", - "volumeBoostButton": "Volume Boost button" - }, - "options": { - "below_player": { - "placement": "below the player controls", - "value": "Below Player" - }, - "feature_menu": { - "placement": "in the feature menu", - "value": "Feature Menu" - }, - "player_controls_left": { - "placement": "on the left side of player controls", - "value": "Left Controls" - }, - "player_controls_right": { - "placement": "on the right side of player controls", - "value": "Right Controls" - } - }, - "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" - }, - "title": "Button placement settings" - }, - "customCSS": { - "editor": { - "collapse": "Collapse Editor", - "expand": "Expand Editor", - "noProblems": "No problems found." - }, - "enable": { - "label": "Custom CSS", - "title": "Enables custom CSS to be applied to the page" - }, - "title": "Custom CSS settings" - }, - "featureMenu": { - "openType": { - "select": { - "label": "Menu Activation Type", - "options": { - "click": "Click", - "hover": "Hover" - }, - "title": "Select the method to activate the feature menu" - }, - "title": "Feature menu settings" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "Forward/rewind buttons", - "title": "Adds forward and rewind buttons to the video player" - }, - "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" - }, - "title": "Forward/rewind button settings" - }, - "importExportSettings": { - "exportButton": { - "success": "Settings successfully exported", - "title": "Export settings to a JSON file", - "value": "Export Settings" - }, - "importButton": { - "error": { - "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", - "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" - }, - "success": "Settings imported successfully", - "title": "Import settings from a JSON file", - "value": "Import Settings" - } - }, - "language": { - "select": { - "label": "Language", - "title": "The language to use for the extension" - }, - "title": "Language" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "Automatic theater mode", - "title": "Automatically enables theater mode when you load a video" - }, - "automaticallyDisableAmbientMode": { - "label": "Automatically disable ambient mode", - "title": "Automatically disables ambient mode when you load a video" - }, - "automaticallyDisableAutoPlay": { - "label": "Automatically disable autoplay", - "title": "Automatically disables autoplay when you load a video" - }, - "automaticallyDisableClosedCaptions": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" - }, - "automaticallyEnableClosedCaptions": { - "label": "Automatically enable closed captions", - "title": "Automatically enables closed captions when you load a video" - }, - "automaticallyMaximizePlayer": { - "label": "Automatically maximize player", - "title": "Automatically maximizes the player when you load a video" - }, - "automaticallyShowMoreVideosOnEndScreen": { - "label": "Automatically show more videos on end screen", - "title": "Automatically shows more videos on end screen when you load a video" - }, - "copyTimestampUrlButton": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" - }, - "defaultToOriginalAudioTrack": { - "label": "Default to original audio track", - "title": "Always default to the original audio track" - }, - "enableMarkAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Add a button to playlist items to mark videos as unwatched" - }, - "enableRemoveVideoButton": { - "label": "Remove video button", - "title": "Add a button to playlist items to remove videos from the playlist" - }, - "enableSaveToWatchLaterButton": { - "label": "Enable save to Watch Later button", - "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" - }, - "hideArtificialIntelligenceSummary": { - "label": "Hide AI summary", - "title": "Hides the artificial intelligence summary below videos" - }, - "hideEndScreenCards": { - "label": "Hide end screen cards", - "title": "Hides the cards at the end of the video" - }, - "hideEndScreenCardsButton": { - "label": "Hide end screen cards button", - "title": "Adds a button to show/hide the cards at the end of the video" - }, - "hideLiveStreamChat": { - "label": "Hide live stream chat", - "title": "Hides the live stream chat" - }, - "hideMembersOnlyVideos": { - "label": "Hide members-only videos", - "title": "Hides videos that are only visible to members" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" - }, - "hidePaidPromotionBanner": { - "label": "Hide paid promotion banner", - "title": "Hides the banner that appears when you watch a video that has a paid promotion" - }, - "hidePlayables": { - "label": "Hide playables", - "title": "Hides all playables" - }, - "hideScrollbar": { - "label": "Hide scrollbar", - "title": "Hides the pages scrollbar" - }, - "hideShorts": { - "label": "Hide shorts", - "title": "Hides all shorts" - }, - "hideSidebarRecommendedVideos": { - "label": "Hide recommended videos", - "title": "Hides the sidebar that recommends videos" - }, - "hideTranslateComment": { - "label": "Hide translate comment button", - "title": "Hides 'Translate to Language' button under comments" - }, - "loopButton": { - "label": "Loop button", - "title": "Adds a button to the feature menu to loop the video you're watching" - }, - "maximizePlayerButton": { - "label": "Maximize player button", - "title": "Adds a button to the feature menu to maximize the player" - }, - "openTranscriptButton": { - "label": "Open transcript button", - "title": "Adds a button to the feature menu to open the transcript of the video you're watching" - }, - "openYouTubeSettingsOnHover": { - "label": "Open YouTube settings on hover", - "title": "Opens the YouTube settings menu when you hover over the settings button" - }, - "pauseBackgroundPlayers": { - "label": "Pause background players", - "title": "Pauses video players in background tabs when you start a new player in foreground tab" - }, - "playlistRemover": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" - }, - "remainingTime": { - "label": "Remaining time", - "title": "Shows the remaining time of the video you're watching" - }, - "rememberLastVolume": { - "label": "Remember last volume", - "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" - }, - "removeRedirect": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" - }, - "restoreFullscreenScrolling": { - "label": "Restore fullscreen scrolling", - "title": "Restores scrolling in fullscreen mode" - }, - "shareShortener": { - "label": "Shorten YouTube video share link", - "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" - }, - "shortsAutoScroll": { - "label": "Shorts auto scroll", - "title": "Automatically scrolls to the next short" - }, - "skipContinueWatching": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" - } - }, - "title": "Miscellaneous settings" - }, - "onScreenDisplaySettings": { - "color": { - "label": "Color", - "options": { - "blue": "Blue", - "green": "Green", - "orange": "Orange", - "pink": "Pink", - "purple": "Purple", - "red": "Red", - "white": "White", - "yellow": "Yellow" - }, - "title": "Select the color for the On-Screen Display" - }, - "hide": { - "label": "Hide Delay", - "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" - }, - "opacity": { - "label": "Opacity", - "title": "Adjust the transparency of the On-Screen Display" - }, - "padding": { - "label": "Padding", - "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." - }, - "position": { - "label": "Position", - "options": { - "bottom_left": "Bottom Left", - "bottom_right": "Bottom Right", - "center": "Center", - "top_left": "Top Left", - "top_right": "Top Right" - }, - "title": "Select the position of the On-Screen Display" - }, - "title": "On-screen display settings", - "type": { - "label": "Type", - "options": { - "circle": "Circle", - "line": "Line", - "no_display": "No display", - "text": "Text" - }, - "title": "Select the type of On-Screen Display" - } - }, - "playbackSpeed": { - "enable": { - "label": "Forced playback speed", - "title": "Sets the video speed to what you choose below" - }, - "playbackSpeedButtons": { - "label": "Playback speed buttons", - "select": { - "label": "Playback buttons speed", - "title": "Amount of speed to be changed per click" - }, - "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" - }, - "select": { - "label": "Player speed", - "title": "The speed to set the video to" - }, - "title": "Playback speed settings" - }, - "playlistLength": { - "enable": { - "label": "Display playlist length information", - "title": "Shows the total length of the playlist, how much has been watched, and how much remains." - }, - "title": "Playlist length settings", - "wayToGetLength": { - "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "Method to get watched time", - "options": { - "duration": "Video Length", - "youtube": "Video Watch Time" - }, - "title": "The way to get the amount of time watched (Video Length type only used on watch page)" - } - } - }, - "playlistManagement": { - "features": { - "markAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - }, - "removeVideoButton": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - } - }, - "title": "Playlist management settings" - }, - "playlistManagementButtons": { - "failedToMarkAsUnwatched": "Failed to mark video as unwatched", - "failedToRemoveVideo": "Failed to remove video", - "markAsUnwatched": "Mark as unwatched", - "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "Remove video", - "removingVideo": "Removing video…" - }, - "saveToWatchLaterButton": { - "failedToSaveVideo": "Failed to save video to Watch Later", - "saveVideo": "Save to Watch Later", - "savingVideo": "Saving to Watch Later…" - }, - "screenshotButton": { - "enable": { - "label": "Screenshot button", - "title": "Adds a button to the player to take a screenshot of the video" - }, - "saveAs": { - "both": "Both (File and Clipboard)", - "clipboard": "Clipboard", - "file": "File" - }, - "selectFormat": { - "label": "Screenshot format", - "title": "The format to save the screenshot in" - }, - "selectSaveAs": { - "label": "Screenshot save type", - "title": "The screenshot save type" - }, - "title": "Screenshot settings" - }, - "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "Speed Change Per Scroll", - "title": "Adjust the speed change per scroll" - }, - "enable": { - "label": "Scroll wheel speed control", - "title": "Press a modifier key to enable speed adjustment with the scroll wheel." - }, - "optionLabel": "{{KEY}} key", - "select": { - "label": "Modifier key", - "title": "The modifier key to use" - }, - "title": "Scroll wheel speed control settings" - }, - "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "Volume Change Per Scroll", - "title": "Adjust the volume change per scroll" - }, - "enable": { - "label": "Scroll wheel volume control", - "title": "Lets you use the scroll wheel to control the volume of the video you're watching" - }, - "holdModifierKey": { - "enable": { - "label": "When holding modifier key", - "title": "Press a modifier key to enable volume adjustment with the scroll wheel." - }, - "optionLabel": "{{KEY}} key", - "select": { - "label": "Modifier key", - "title": "The modifier key to use" - } - }, - "holdRightClick": { - "enable": { - "label": "When holding right click", - "title": "Hold right click to enable scroll wheel volume control" - } - }, - "title": "Scroll wheel volume control settings" - }, - "settingSearch": { - "placeholder": "Search for a setting" - }, - "videoHistory": { - "enable": { - "label": "Track watched videos", - "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" - }, - "resumeType": { - "select": { - "label": "Resume type", - "options": { - "automatic": "Automatic", - "prompt": "Prompt" - }, - "title": "Select how you want to resume videos" - } - }, - "title": "Video history settings" - }, - "volumeBoost": { - "boostAmount": { - "label": "Volume boost amount (dB)", - "title": "The amount to boost the volume by" - }, - "enable": { - "label": "Volume boost", - "title": "Enable volume boost" - }, - "mode": { - "select": { - "label": "Volume boost mode", - "options": { - "global": "Global", - "perVideo": "Per video" - }, - "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." - } - }, - "title": "Volume boost settings" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "You can get one from here", - "input": { - "label": "API Key", - "title": "Enter your Youtube Data API V3 key." - }, - "title": "YouTube API V3 key" - }, - "youtubeDeepDark": { - "author": "Author", - "co-authors": "Co-authors", - "colors": { - "colorShadow": { - "label": "Shadow color", - "title": "Color for shadows" - }, - "dimmerText": { - "label": "Secondary text color", - "title": "Color for secondary text" - }, - "hoverBackground": { - "label": "Hover background color", - "title": "Color for hover background" - }, - "mainBackground": { - "label": "Main background color", - "title": "Color for main background" - }, - "mainColor": { - "label": "Accent color", - "title": "Color for accent" - }, - "mainText": { - "label": "Main text color", - "title": "Color for main text" - }, - "secondBackground": { - "label": "Secondary background color", - "title": "Color for secondary background" - } - }, - "enable": { - "label": "Deep Dark Theme", - "title": "Activate the selected theme for the page" - }, - "select": { - "label": "Select theme", - "title": "Select a theme to be applied to the page" - }, - "title": "YouTube deep dark settings" - } - } - } + "langCode": "cs-CZ", + "langName": "Čeština", + "messages": { + "resumingVideo": "Resuming video at {{VIDEO_TIME}}", + "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "Copied!", + "label": "Copy video URL with timestamp" + } + }, + "featureMenu": { + "button": { + "label": "Feature menu" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Fast forward by {{TIME}}" + }, + "rewindButton": { + "label": "Rewind by {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Hide end screen cards", + "toggle": { + "off": "Show end screen cards", + "on": "Hide end screen cards" + } + } + }, + "loopButton": { + "button": { + "label": "Loop", + "toggle": { + "off": "Loop off", + "on": "Loop on" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "Maximize", + "toggle": { + "off": "Maximize off", + "on": "Maximize on" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Open transcript" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Decrease Speed to {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Increase Speed to {{SPEED}}" + } + }, + "decreaseLimit": "Can't decrease further ({{SPEED}})", + "increaseLimit": "Can't increase further ({{SPEED}})" + }, + "playlistLength": { + "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + }, + "screenshotButton": { + "button": { + "label": "Screenshot" + }, + "copiedToClipboard": "Screenshot copied to clipboard" + }, + "videoHistory": { + "resumeButton": "Resume", + "resumePrompt": { + "close": "Close" + } + }, + "volumeBoostButton": { + "button": { + "label": "Volume Boost", + "toggle": { + "off": "Volume boost off", + "on": "Volume boost on" + } + } + } + } + }, + "options": { + "notifications": { + "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", + "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." + } + } + }, + "info": { + "reset": "All options have been reset to their default values.\nYou can now save the changes by clicking the \"Confirm\" button or discard them by closing this page or ignore this notification." + }, + "success": { + "saved": "Options saved." + } + } + } + }, + "settings": { + "clearData": { + "allDataDeleted": "All data has been deleted.", + "confirmAlert": "This will delete all extension data related to options. Continue?" + }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "scrollForMoreSettings": "Scroll for more settings", + "sections": { + "automaticQuality": { + "enable": { + "label": "Automatic quality adjustment", + "title": "Automatically adjusts the video quality to the selected level." + }, + "fallbackQualityStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + }, + "select": { + "label": "Player quality", + "title": "The quality to set the video to" + }, + "title": "Automatic quality settings" + }, + "bottomButtons": { + "clear": { + "title": "Clears all data this extension has stored on your machine", + "value": "Clear Data" + }, + "confirm": { + "title": "Confirm setting reset", + "value": "Confirm" + }, + "openTab": { + "title": "Open extension settings in a new tab" + }, + "reset": { + "title": "Resets all settings to their defaults, Click the confirm button to save the changes", + "value": "Reset" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Copy video URL with timestamp button", + "decreasePlaybackSpeedButton": "Decrease Speed button", + "forwardButton": "Fast Forward button", + "hideEndScreenCardsButton": "Hide end screen cards button", + "increasePlaybackSpeedButton": "Increase Speed button", + "loopButton": "Loop button", + "maximizePlayerButton": "Maximize button", + "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind button", + "screenshotButton": "Screenshot button", + "volumeBoostButton": "Volume Boost button" + }, + "options": { + "below_player": { + "placement": "below the player controls", + "value": "Below Player" + }, + "feature_menu": { + "placement": "in the feature menu", + "value": "Feature Menu" + }, + "player_controls_left": { + "placement": "on the left side of player controls", + "value": "Left Controls" + }, + "player_controls_right": { + "placement": "on the right side of player controls", + "value": "Right Controls" + } + }, + "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Button placement settings" + }, + "customCSS": { + "editor": { + "collapse": "Collapse Editor", + "expand": "Expand Editor", + "noProblems": "No problems found." + }, + "enable": { + "label": "Custom CSS", + "title": "Enables custom CSS to be applied to the page" + }, + "title": "Custom CSS settings" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Menu Activation Type", + "options": { + "click": "Click", + "hover": "Hover" + }, + "title": "Select the method to activate the feature menu" + }, + "title": "Feature menu settings" + } + }, + "forwardRewindButtons": { + "enable": { + "label": "Forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + }, + "title": "Forward/rewind button settings" + }, + "importExportSettings": { + "exportButton": { + "success": "Settings successfully exported", + "title": "Export settings to a JSON file", + "value": "Export Settings" + }, + "importButton": { + "error": { + "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", + "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" + }, + "success": "Settings imported successfully", + "title": "Import settings from a JSON file", + "value": "Import Settings" + } + }, + "language": { + "select": { + "label": "Language", + "title": "The language to use for the extension" + }, + "title": "Language" + }, + "miscellaneous": { + "features": { + "automaticTheaterMode": { + "label": "Automatic theater mode", + "title": "Automatically enables theater mode when you load a video" + }, + "automaticallyDisableAmbientMode": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + }, + "automaticallyDisableAutoPlay": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + }, + "automaticallyDisableClosedCaptions": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + }, + "automaticallyEnableClosedCaptions": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + }, + "automaticallyMaximizePlayer": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + }, + "automaticallyShowMoreVideosOnEndScreen": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + }, + "copyTimestampUrlButton": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + }, + "defaultToOriginalAudioTrack": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + }, + "enableMarkAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Add a button to playlist items to mark videos as unwatched" + }, + "enableRemoveVideoButton": { + "label": "Remove video button", + "title": "Add a button to playlist items to remove videos from the playlist" + }, + "enableSaveToWatchLaterButton": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + }, + "hideArtificialIntelligenceSummary": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + }, + "hideEndScreenCards": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + }, + "hideEndScreenCardsButton": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + }, + "hideLiveStreamChat": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + }, + "hideMembersOnlyVideos": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + }, + "hideOfficialArtistVideosFromHomePage": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + }, + "hidePaidPromotionBanner": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + }, + "hidePlayables": { + "label": "Hide playables", + "title": "Hides all playables" + }, + "hideScrollbar": { + "label": "Hide scrollbar", + "title": "Hides the pages scrollbar" + }, + "hideShorts": { + "label": "Hide shorts", + "title": "Hides all shorts" + }, + "hideSidebarRecommendedVideos": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + }, + "hideTranslateComment": { + "label": "Hide translate comment button", + "title": "Hides 'Translate to Language' button under comments" + }, + "loopButton": { + "label": "Loop button", + "title": "Adds a button to the feature menu to loop the video you're watching" + }, + "maximizePlayerButton": { + "label": "Maximize player button", + "title": "Adds a button to the feature menu to maximize the player" + }, + "openTranscriptButton": { + "label": "Open transcript button", + "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + }, + "openYouTubeSettingsOnHover": { + "label": "Open YouTube settings on hover", + "title": "Opens the YouTube settings menu when you hover over the settings button" + }, + "pauseBackgroundPlayers": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + }, + "playlistRemover": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + }, + "remainingTime": { + "label": "Remaining time", + "title": "Shows the remaining time of the video you're watching" + }, + "rememberLastVolume": { + "label": "Remember last volume", + "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + }, + "removeRedirect": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + }, + "restoreFullscreenScrolling": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + }, + "shareShortener": { + "label": "Shorten YouTube video share link", + "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + }, + "shortsAutoScroll": { + "label": "Shorts auto scroll", + "title": "Automatically scrolls to the next short" + }, + "skipContinueWatching": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + }, + "timestampPeek": { + "label": "Timestamp Peek", + "title": "Shows a preview of the video when you hover over a timestamp" + } + }, + "title": "Miscellaneous settings" + }, + "onScreenDisplaySettings": { + "color": { + "label": "Color", + "options": { + "blue": "Blue", + "green": "Green", + "orange": "Orange", + "pink": "Pink", + "purple": "Purple", + "red": "Red", + "white": "White", + "yellow": "Yellow" + }, + "title": "Select the color for the On-Screen Display" + }, + "hide": { + "label": "Hide Delay", + "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" + }, + "opacity": { + "label": "Opacity", + "title": "Adjust the transparency of the On-Screen Display" + }, + "padding": { + "label": "Padding", + "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." + }, + "position": { + "label": "Position", + "options": { + "bottom_left": "Bottom Left", + "bottom_right": "Bottom Right", + "center": "Center", + "top_left": "Top Left", + "top_right": "Top Right" + }, + "title": "Select the position of the On-Screen Display" + }, + "title": "On-screen display settings", + "type": { + "label": "Type", + "options": { + "circle": "Circle", + "line": "Line", + "no_display": "No display", + "text": "Text" + }, + "title": "Select the type of On-Screen Display" + } + }, + "playbackSpeed": { + "enable": { + "label": "Forced playback speed", + "title": "Sets the video speed to what you choose below" + }, + "playbackSpeedButtons": { + "label": "Playback speed buttons", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + }, + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + }, + "select": { + "label": "Player speed", + "title": "The speed to set the video to" + }, + "title": "Playback speed settings" + }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + }, + "title": "Playlist length settings", + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } + } + }, + "playlistManagement": { + "features": { + "markAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + }, + "removeVideoButton": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + }, + "title": "Playlist management settings" + }, + "playlistManagementButtons": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + }, + "saveToWatchLaterButton": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + }, + "screenshotButton": { + "enable": { + "label": "Screenshot button", + "title": "Adds a button to the player to take a screenshot of the video" + }, + "saveAs": { + "both": "Both (File and Clipboard)", + "clipboard": "Clipboard", + "file": "File" + }, + "selectFormat": { + "label": "Screenshot format", + "title": "The format to save the screenshot in" + }, + "selectSaveAs": { + "label": "Screenshot save type", + "title": "The screenshot save type" + }, + "title": "Screenshot settings" + }, + "scrollWheelSpeedControl": { + "adjustmentSteps": { + "label": "Speed Change Per Scroll", + "title": "Adjust the speed change per scroll" + }, + "enable": { + "label": "Scroll wheel speed control", + "title": "Press a modifier key to enable speed adjustment with the scroll wheel." + }, + "optionLabel": "{{KEY}} key", + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + }, + "title": "Scroll wheel speed control settings" + }, + "scrollWheelVolumeControl": { + "adjustmentSteps": { + "label": "Volume Change Per Scroll", + "title": "Adjust the volume change per scroll" + }, + "enable": { + "label": "Scroll wheel volume control", + "title": "Lets you use the scroll wheel to control the volume of the video you're watching" + }, + "holdModifierKey": { + "enable": { + "label": "When holding modifier key", + "title": "Press a modifier key to enable volume adjustment with the scroll wheel." + }, + "optionLabel": "{{KEY}} key", + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + } + }, + "holdRightClick": { + "enable": { + "label": "When holding right click", + "title": "Hold right click to enable scroll wheel volume control" + } + }, + "title": "Scroll wheel volume control settings" + }, + "settingSearch": { + "placeholder": "Search for a setting" + }, + "videoHistory": { + "enable": { + "label": "Track watched videos", + "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" + }, + "resumeType": { + "select": { + "label": "Resume type", + "options": { + "automatic": "Automatic", + "prompt": "Prompt" + }, + "title": "Select how you want to resume videos" + } + }, + "title": "Video history settings" + }, + "volumeBoost": { + "boostAmount": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by" + }, + "enable": { + "label": "Volume boost", + "title": "Enable volume boost" + }, + "mode": { + "select": { + "label": "Volume boost mode", + "options": { + "global": "Global", + "perVideo": "Per video" + }, + "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + } + }, + "title": "Volume boost settings" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Key", + "title": "Enter your Youtube Data API V3 key." + }, + "title": "YouTube API V3 key" + }, + "youtubeDeepDark": { + "author": "Author", + "co-authors": "Co-authors", + "colors": { + "colorShadow": { + "label": "Shadow color", + "title": "Color for shadows" + }, + "dimmerText": { + "label": "Secondary text color", + "title": "Color for secondary text" + }, + "hoverBackground": { + "label": "Hover background color", + "title": "Color for hover background" + }, + "mainBackground": { + "label": "Main background color", + "title": "Color for main background" + }, + "mainColor": { + "label": "Accent color", + "title": "Color for accent" + }, + "mainText": { + "label": "Main text color", + "title": "Color for main text" + }, + "secondBackground": { + "label": "Secondary background color", + "title": "Color for secondary background" + } + }, + "enable": { + "label": "Deep Dark Theme", + "title": "Activate the selected theme for the page" + }, + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + }, + "title": "YouTube deep dark settings" + } + } + } } From 7659d5d5fa344a956f98cfe47b5304bb041c78ba Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 13 Jan 2026 18:11:59 -0500 Subject: [PATCH 1409/1783] New translations en-us.json (German) --- public/locales/de-DE.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/de-DE.json b/public/locales/de-DE.json index 0ac39d111..faa552fb0 100644 --- a/public/locales/de-DE.json +++ b/public/locales/de-DE.json @@ -424,6 +424,10 @@ "skipContinueWatching": { "label": "Überspringe \"Video ist pausiert. Weiter ansehen?\"", "title": "Überspringt den Leerlauf-Dialog, der die Videowiedergabe pausiert" + }, + "timestampPeek": { + "label": "Timestamp Peek", + "title": "Shows a preview of the video when you hover over a timestamp" } }, "title": "Weitere Einstellungen" From 739eb4442245b6b649ee0b16b9eea25ebda93ce9 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 13 Jan 2026 18:12:00 -0500 Subject: [PATCH 1410/1783] New translations en-us.json (Hebrew) --- public/locales/he-IL.json | 1414 +++++++++++++++++++------------------ 1 file changed, 709 insertions(+), 705 deletions(-) diff --git a/public/locales/he-IL.json b/public/locales/he-IL.json index f89d08170..bfec2ba6c 100644 --- a/public/locales/he-IL.json +++ b/public/locales/he-IL.json @@ -1,707 +1,711 @@ { - "langCode": "he-IL", - "langName": "עברית", - "messages": { - "resumingVideo": "Resuming video at {{VIDEO_TIME}}", - "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "Copied!", - "label": "Copy video URL with timestamp" - } - }, - "featureMenu": { - "button": { - "label": "Feature menu" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "Fast forward by {{TIME}}" - }, - "rewindButton": { - "label": "Rewind by {{TIME}}" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "Hide end screen cards", - "toggle": { - "off": "Show end screen cards", - "on": "Hide end screen cards" - } - } - }, - "loopButton": { - "button": { - "label": "Loop", - "toggle": { - "off": "Loop off", - "on": "Loop on" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "Maximize", - "toggle": { - "off": "Maximize off", - "on": "Maximize on" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Open transcript" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Decrease Speed to {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Increase Speed to {{SPEED}}" - } - }, - "decreaseLimit": "Can't decrease further ({{SPEED}})", - "increaseLimit": "Can't increase further ({{SPEED}})" - }, - "playlistLength": { - "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." - }, - "screenshotButton": { - "button": { - "label": "Screenshot" - }, - "copiedToClipboard": "Screenshot copied to clipboard" - }, - "videoHistory": { - "resumeButton": "Resume", - "resumePrompt": { - "close": "Close" - } - }, - "volumeBoostButton": { - "button": { - "label": "Volume Boost", - "toggle": { - "off": "Volume boost off", - "on": "Volume boost on" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", - "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." - } - } - }, - "info": { - "reset": "All options have been reset to their default values.\nYou can now save the changes by clicking the \"Confirm\" button or discard them by closing this page or ignore this notification." - }, - "success": { - "saved": "Options saved." - } - } - } - }, - "settings": { - "clearData": { - "allDataDeleted": "All data has been deleted.", - "confirmAlert": "This will delete all extension data related to options. Continue?" - }, - "optionDisabled": { - "either": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " or " - }, - "plural": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " and " - }, - "singular": "Enable '{{OPTION}}' to configure this option", - "specificOption": { - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" - } - }, - "scrollForMoreSettings": "Scroll for more settings", - "sections": { - "automaticQuality": { - "enable": { - "label": "Automatic quality adjustment", - "title": "Automatically adjusts the video quality to the selected level." - }, - "fallbackQualityStrategy": { - "select": { - "label": "Quality fallback strategy", - "options": { - "higher": "Higher", - "lower": "Lower" - }, - "title": "The strategy to use when the selected quality is not available" - } - }, - "select": { - "label": "Player quality", - "title": "The quality to set the video to" - }, - "title": "Automatic quality settings" - }, - "bottomButtons": { - "clear": { - "title": "Clears all data this extension has stored on your machine", - "value": "Clear Data" - }, - "confirm": { - "title": "Confirm setting reset", - "value": "Confirm" - }, - "openTab": { - "title": "Open extension settings in a new tab" - }, - "reset": { - "title": "Resets all settings to their defaults, Click the confirm button to save the changes", - "value": "Reset" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "Copy video URL with timestamp button", - "decreasePlaybackSpeedButton": "Decrease Speed button", - "forwardButton": "Fast Forward button", - "hideEndScreenCardsButton": "Hide end screen cards button", - "increasePlaybackSpeedButton": "Increase Speed button", - "loopButton": "Loop button", - "maximizePlayerButton": "Maximize button", - "openTranscriptButton": "Open Transcript button", - "rewindButton": "Rewind button", - "screenshotButton": "Screenshot button", - "volumeBoostButton": "Volume Boost button" - }, - "options": { - "below_player": { - "placement": "below the player controls", - "value": "Below Player" - }, - "feature_menu": { - "placement": "in the feature menu", - "value": "Feature Menu" - }, - "player_controls_left": { - "placement": "on the left side of player controls", - "value": "Left Controls" - }, - "player_controls_right": { - "placement": "on the right side of player controls", - "value": "Right Controls" - } - }, - "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" - }, - "title": "Button placement settings" - }, - "customCSS": { - "editor": { - "collapse": "Collapse Editor", - "expand": "Expand Editor", - "noProblems": "No problems found." - }, - "enable": { - "label": "Custom CSS", - "title": "Enables custom CSS to be applied to the page" - }, - "title": "Custom CSS settings" - }, - "featureMenu": { - "openType": { - "select": { - "label": "Menu Activation Type", - "options": { - "click": "Click", - "hover": "Hover" - }, - "title": "Select the method to activate the feature menu" - }, - "title": "Feature menu settings" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "Forward/rewind buttons", - "title": "Adds forward and rewind buttons to the video player" - }, - "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" - }, - "title": "Forward/rewind button settings" - }, - "importExportSettings": { - "exportButton": { - "success": "Settings successfully exported", - "title": "Export settings to a JSON file", - "value": "Export Settings" - }, - "importButton": { - "error": { - "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", - "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" - }, - "success": "Settings imported successfully", - "title": "Import settings from a JSON file", - "value": "Import Settings" - } - }, - "language": { - "select": { - "label": "Language", - "title": "The language to use for the extension" - }, - "title": "Language" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "Automatic theater mode", - "title": "Automatically enables theater mode when you load a video" - }, - "automaticallyDisableAmbientMode": { - "label": "Automatically disable ambient mode", - "title": "Automatically disables ambient mode when you load a video" - }, - "automaticallyDisableAutoPlay": { - "label": "Automatically disable autoplay", - "title": "Automatically disables autoplay when you load a video" - }, - "automaticallyDisableClosedCaptions": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" - }, - "automaticallyEnableClosedCaptions": { - "label": "Automatically enable closed captions", - "title": "Automatically enables closed captions when you load a video" - }, - "automaticallyMaximizePlayer": { - "label": "Automatically maximize player", - "title": "Automatically maximizes the player when you load a video" - }, - "automaticallyShowMoreVideosOnEndScreen": { - "label": "Automatically show more videos on end screen", - "title": "Automatically shows more videos on end screen when you load a video" - }, - "copyTimestampUrlButton": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" - }, - "defaultToOriginalAudioTrack": { - "label": "Default to original audio track", - "title": "Always default to the original audio track" - }, - "enableMarkAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Add a button to playlist items to mark videos as unwatched" - }, - "enableRemoveVideoButton": { - "label": "Remove video button", - "title": "Add a button to playlist items to remove videos from the playlist" - }, - "enableSaveToWatchLaterButton": { - "label": "Enable save to Watch Later button", - "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" - }, - "hideArtificialIntelligenceSummary": { - "label": "Hide AI summary", - "title": "Hides the artificial intelligence summary below videos" - }, - "hideEndScreenCards": { - "label": "Hide end screen cards", - "title": "Hides the cards at the end of the video" - }, - "hideEndScreenCardsButton": { - "label": "Hide end screen cards button", - "title": "Adds a button to show/hide the cards at the end of the video" - }, - "hideLiveStreamChat": { - "label": "Hide live stream chat", - "title": "Hides the live stream chat" - }, - "hideMembersOnlyVideos": { - "label": "Hide members-only videos", - "title": "Hides videos that are only visible to members" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" - }, - "hidePaidPromotionBanner": { - "label": "Hide paid promotion banner", - "title": "Hides the banner that appears when you watch a video that has a paid promotion" - }, - "hidePlayables": { - "label": "Hide playables", - "title": "Hides all playables" - }, - "hideScrollbar": { - "label": "Hide scrollbar", - "title": "Hides the pages scrollbar" - }, - "hideShorts": { - "label": "Hide shorts", - "title": "Hides all shorts" - }, - "hideSidebarRecommendedVideos": { - "label": "Hide recommended videos", - "title": "Hides the sidebar that recommends videos" - }, - "hideTranslateComment": { - "label": "Hide translate comment button", - "title": "Hides 'Translate to Language' button under comments" - }, - "loopButton": { - "label": "Loop button", - "title": "Adds a button to the feature menu to loop the video you're watching" - }, - "maximizePlayerButton": { - "label": "Maximize player button", - "title": "Adds a button to the feature menu to maximize the player" - }, - "openTranscriptButton": { - "label": "Open transcript button", - "title": "Adds a button to the feature menu to open the transcript of the video you're watching" - }, - "openYouTubeSettingsOnHover": { - "label": "Open YouTube settings on hover", - "title": "Opens the YouTube settings menu when you hover over the settings button" - }, - "pauseBackgroundPlayers": { - "label": "Pause background players", - "title": "Pauses video players in background tabs when you start a new player in foreground tab" - }, - "playlistRemover": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" - }, - "remainingTime": { - "label": "Remaining time", - "title": "Shows the remaining time of the video you're watching" - }, - "rememberLastVolume": { - "label": "Remember last volume", - "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" - }, - "removeRedirect": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" - }, - "restoreFullscreenScrolling": { - "label": "Restore fullscreen scrolling", - "title": "Restores scrolling in fullscreen mode" - }, - "shareShortener": { - "label": "Shorten YouTube video share link", - "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" - }, - "shortsAutoScroll": { - "label": "Shorts auto scroll", - "title": "Automatically scrolls to the next short" - }, - "skipContinueWatching": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" - } - }, - "title": "Miscellaneous settings" - }, - "onScreenDisplaySettings": { - "color": { - "label": "Color", - "options": { - "blue": "Blue", - "green": "Green", - "orange": "Orange", - "pink": "Pink", - "purple": "Purple", - "red": "Red", - "white": "White", - "yellow": "Yellow" - }, - "title": "Select the color for the On-Screen Display" - }, - "hide": { - "label": "Hide Delay", - "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" - }, - "opacity": { - "label": "Opacity", - "title": "Adjust the transparency of the On-Screen Display" - }, - "padding": { - "label": "Padding", - "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." - }, - "position": { - "label": "Position", - "options": { - "bottom_left": "Bottom Left", - "bottom_right": "Bottom Right", - "center": "Center", - "top_left": "Top Left", - "top_right": "Top Right" - }, - "title": "Select the position of the On-Screen Display" - }, - "title": "On-screen display settings", - "type": { - "label": "Type", - "options": { - "circle": "Circle", - "line": "Line", - "no_display": "No display", - "text": "Text" - }, - "title": "Select the type of On-Screen Display" - } - }, - "playbackSpeed": { - "enable": { - "label": "Forced playback speed", - "title": "Sets the video speed to what you choose below" - }, - "playbackSpeedButtons": { - "label": "Playback speed buttons", - "select": { - "label": "Playback buttons speed", - "title": "Amount of speed to be changed per click" - }, - "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" - }, - "select": { - "label": "Player speed", - "title": "The speed to set the video to" - }, - "title": "Playback speed settings" - }, - "playlistLength": { - "enable": { - "label": "Display playlist length information", - "title": "Shows the total length of the playlist, how much has been watched, and how much remains." - }, - "title": "Playlist length settings", - "wayToGetLength": { - "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "Method to get watched time", - "options": { - "duration": "Video Length", - "youtube": "Video Watch Time" - }, - "title": "The way to get the amount of time watched (Video Length type only used on watch page)" - } - } - }, - "playlistManagement": { - "features": { - "markAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - }, - "removeVideoButton": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - } - }, - "title": "Playlist management settings" - }, - "playlistManagementButtons": { - "failedToMarkAsUnwatched": "Failed to mark video as unwatched", - "failedToRemoveVideo": "Failed to remove video", - "markAsUnwatched": "Mark as unwatched", - "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "Remove video", - "removingVideo": "Removing video…" - }, - "saveToWatchLaterButton": { - "failedToSaveVideo": "Failed to save video to Watch Later", - "saveVideo": "Save to Watch Later", - "savingVideo": "Saving to Watch Later…" - }, - "screenshotButton": { - "enable": { - "label": "Screenshot button", - "title": "Adds a button to the player to take a screenshot of the video" - }, - "saveAs": { - "both": "Both (File and Clipboard)", - "clipboard": "Clipboard", - "file": "File" - }, - "selectFormat": { - "label": "Screenshot format", - "title": "The format to save the screenshot in" - }, - "selectSaveAs": { - "label": "Screenshot save type", - "title": "The screenshot save type" - }, - "title": "Screenshot settings" - }, - "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "Speed Change Per Scroll", - "title": "Adjust the speed change per scroll" - }, - "enable": { - "label": "Scroll wheel speed control", - "title": "Press a modifier key to enable speed adjustment with the scroll wheel." - }, - "optionLabel": "{{KEY}} key", - "select": { - "label": "Modifier key", - "title": "The modifier key to use" - }, - "title": "Scroll wheel speed control settings" - }, - "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "Volume Change Per Scroll", - "title": "Adjust the volume change per scroll" - }, - "enable": { - "label": "Scroll wheel volume control", - "title": "Lets you use the scroll wheel to control the volume of the video you're watching" - }, - "holdModifierKey": { - "enable": { - "label": "When holding modifier key", - "title": "Press a modifier key to enable volume adjustment with the scroll wheel." - }, - "optionLabel": "{{KEY}} key", - "select": { - "label": "Modifier key", - "title": "The modifier key to use" - } - }, - "holdRightClick": { - "enable": { - "label": "When holding right click", - "title": "Hold right click to enable scroll wheel volume control" - } - }, - "title": "Scroll wheel volume control settings" - }, - "settingSearch": { - "placeholder": "Search for a setting" - }, - "videoHistory": { - "enable": { - "label": "Track watched videos", - "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" - }, - "resumeType": { - "select": { - "label": "Resume type", - "options": { - "automatic": "Automatic", - "prompt": "Prompt" - }, - "title": "Select how you want to resume videos" - } - }, - "title": "Video history settings" - }, - "volumeBoost": { - "boostAmount": { - "label": "Volume boost amount (dB)", - "title": "The amount to boost the volume by" - }, - "enable": { - "label": "Volume boost", - "title": "Enable volume boost" - }, - "mode": { - "select": { - "label": "Volume boost mode", - "options": { - "global": "Global", - "perVideo": "Per video" - }, - "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." - } - }, - "title": "Volume boost settings" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "You can get one from here", - "input": { - "label": "API Key", - "title": "Enter your Youtube Data API V3 key." - }, - "title": "YouTube API V3 key" - }, - "youtubeDeepDark": { - "author": "Author", - "co-authors": "Co-authors", - "colors": { - "colorShadow": { - "label": "Shadow color", - "title": "Color for shadows" - }, - "dimmerText": { - "label": "Secondary text color", - "title": "Color for secondary text" - }, - "hoverBackground": { - "label": "Hover background color", - "title": "Color for hover background" - }, - "mainBackground": { - "label": "Main background color", - "title": "Color for main background" - }, - "mainColor": { - "label": "Accent color", - "title": "Color for accent" - }, - "mainText": { - "label": "Main text color", - "title": "Color for main text" - }, - "secondBackground": { - "label": "Secondary background color", - "title": "Color for secondary background" - } - }, - "enable": { - "label": "Deep Dark Theme", - "title": "Activate the selected theme for the page" - }, - "select": { - "label": "Select theme", - "title": "Select a theme to be applied to the page" - }, - "title": "YouTube deep dark settings" - } - } - } + "langCode": "he-IL", + "langName": "עברית", + "messages": { + "resumingVideo": "Resuming video at {{VIDEO_TIME}}", + "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "Copied!", + "label": "Copy video URL with timestamp" + } + }, + "featureMenu": { + "button": { + "label": "Feature menu" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Fast forward by {{TIME}}" + }, + "rewindButton": { + "label": "Rewind by {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Hide end screen cards", + "toggle": { + "off": "Show end screen cards", + "on": "Hide end screen cards" + } + } + }, + "loopButton": { + "button": { + "label": "Loop", + "toggle": { + "off": "Loop off", + "on": "Loop on" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "Maximize", + "toggle": { + "off": "Maximize off", + "on": "Maximize on" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Open transcript" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Decrease Speed to {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Increase Speed to {{SPEED}}" + } + }, + "decreaseLimit": "Can't decrease further ({{SPEED}})", + "increaseLimit": "Can't increase further ({{SPEED}})" + }, + "playlistLength": { + "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + }, + "screenshotButton": { + "button": { + "label": "Screenshot" + }, + "copiedToClipboard": "Screenshot copied to clipboard" + }, + "videoHistory": { + "resumeButton": "Resume", + "resumePrompt": { + "close": "Close" + } + }, + "volumeBoostButton": { + "button": { + "label": "Volume Boost", + "toggle": { + "off": "Volume boost off", + "on": "Volume boost on" + } + } + } + } + }, + "options": { + "notifications": { + "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", + "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." + } + } + }, + "info": { + "reset": "All options have been reset to their default values.\nYou can now save the changes by clicking the \"Confirm\" button or discard them by closing this page or ignore this notification." + }, + "success": { + "saved": "Options saved." + } + } + } + }, + "settings": { + "clearData": { + "allDataDeleted": "All data has been deleted.", + "confirmAlert": "This will delete all extension data related to options. Continue?" + }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "scrollForMoreSettings": "Scroll for more settings", + "sections": { + "automaticQuality": { + "enable": { + "label": "Automatic quality adjustment", + "title": "Automatically adjusts the video quality to the selected level." + }, + "fallbackQualityStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + }, + "select": { + "label": "Player quality", + "title": "The quality to set the video to" + }, + "title": "Automatic quality settings" + }, + "bottomButtons": { + "clear": { + "title": "Clears all data this extension has stored on your machine", + "value": "Clear Data" + }, + "confirm": { + "title": "Confirm setting reset", + "value": "Confirm" + }, + "openTab": { + "title": "Open extension settings in a new tab" + }, + "reset": { + "title": "Resets all settings to their defaults, Click the confirm button to save the changes", + "value": "Reset" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Copy video URL with timestamp button", + "decreasePlaybackSpeedButton": "Decrease Speed button", + "forwardButton": "Fast Forward button", + "hideEndScreenCardsButton": "Hide end screen cards button", + "increasePlaybackSpeedButton": "Increase Speed button", + "loopButton": "Loop button", + "maximizePlayerButton": "Maximize button", + "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind button", + "screenshotButton": "Screenshot button", + "volumeBoostButton": "Volume Boost button" + }, + "options": { + "below_player": { + "placement": "below the player controls", + "value": "Below Player" + }, + "feature_menu": { + "placement": "in the feature menu", + "value": "Feature Menu" + }, + "player_controls_left": { + "placement": "on the left side of player controls", + "value": "Left Controls" + }, + "player_controls_right": { + "placement": "on the right side of player controls", + "value": "Right Controls" + } + }, + "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Button placement settings" + }, + "customCSS": { + "editor": { + "collapse": "Collapse Editor", + "expand": "Expand Editor", + "noProblems": "No problems found." + }, + "enable": { + "label": "Custom CSS", + "title": "Enables custom CSS to be applied to the page" + }, + "title": "Custom CSS settings" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Menu Activation Type", + "options": { + "click": "Click", + "hover": "Hover" + }, + "title": "Select the method to activate the feature menu" + }, + "title": "Feature menu settings" + } + }, + "forwardRewindButtons": { + "enable": { + "label": "Forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + }, + "title": "Forward/rewind button settings" + }, + "importExportSettings": { + "exportButton": { + "success": "Settings successfully exported", + "title": "Export settings to a JSON file", + "value": "Export Settings" + }, + "importButton": { + "error": { + "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", + "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" + }, + "success": "Settings imported successfully", + "title": "Import settings from a JSON file", + "value": "Import Settings" + } + }, + "language": { + "select": { + "label": "Language", + "title": "The language to use for the extension" + }, + "title": "Language" + }, + "miscellaneous": { + "features": { + "automaticTheaterMode": { + "label": "Automatic theater mode", + "title": "Automatically enables theater mode when you load a video" + }, + "automaticallyDisableAmbientMode": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + }, + "automaticallyDisableAutoPlay": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + }, + "automaticallyDisableClosedCaptions": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + }, + "automaticallyEnableClosedCaptions": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + }, + "automaticallyMaximizePlayer": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + }, + "automaticallyShowMoreVideosOnEndScreen": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + }, + "copyTimestampUrlButton": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + }, + "defaultToOriginalAudioTrack": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + }, + "enableMarkAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Add a button to playlist items to mark videos as unwatched" + }, + "enableRemoveVideoButton": { + "label": "Remove video button", + "title": "Add a button to playlist items to remove videos from the playlist" + }, + "enableSaveToWatchLaterButton": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + }, + "hideArtificialIntelligenceSummary": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + }, + "hideEndScreenCards": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + }, + "hideEndScreenCardsButton": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + }, + "hideLiveStreamChat": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + }, + "hideMembersOnlyVideos": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + }, + "hideOfficialArtistVideosFromHomePage": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + }, + "hidePaidPromotionBanner": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + }, + "hidePlayables": { + "label": "Hide playables", + "title": "Hides all playables" + }, + "hideScrollbar": { + "label": "Hide scrollbar", + "title": "Hides the pages scrollbar" + }, + "hideShorts": { + "label": "Hide shorts", + "title": "Hides all shorts" + }, + "hideSidebarRecommendedVideos": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + }, + "hideTranslateComment": { + "label": "Hide translate comment button", + "title": "Hides 'Translate to Language' button under comments" + }, + "loopButton": { + "label": "Loop button", + "title": "Adds a button to the feature menu to loop the video you're watching" + }, + "maximizePlayerButton": { + "label": "Maximize player button", + "title": "Adds a button to the feature menu to maximize the player" + }, + "openTranscriptButton": { + "label": "Open transcript button", + "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + }, + "openYouTubeSettingsOnHover": { + "label": "Open YouTube settings on hover", + "title": "Opens the YouTube settings menu when you hover over the settings button" + }, + "pauseBackgroundPlayers": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + }, + "playlistRemover": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + }, + "remainingTime": { + "label": "Remaining time", + "title": "Shows the remaining time of the video you're watching" + }, + "rememberLastVolume": { + "label": "Remember last volume", + "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + }, + "removeRedirect": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + }, + "restoreFullscreenScrolling": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + }, + "shareShortener": { + "label": "Shorten YouTube video share link", + "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + }, + "shortsAutoScroll": { + "label": "Shorts auto scroll", + "title": "Automatically scrolls to the next short" + }, + "skipContinueWatching": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + }, + "timestampPeek": { + "label": "Timestamp Peek", + "title": "Shows a preview of the video when you hover over a timestamp" + } + }, + "title": "Miscellaneous settings" + }, + "onScreenDisplaySettings": { + "color": { + "label": "Color", + "options": { + "blue": "Blue", + "green": "Green", + "orange": "Orange", + "pink": "Pink", + "purple": "Purple", + "red": "Red", + "white": "White", + "yellow": "Yellow" + }, + "title": "Select the color for the On-Screen Display" + }, + "hide": { + "label": "Hide Delay", + "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" + }, + "opacity": { + "label": "Opacity", + "title": "Adjust the transparency of the On-Screen Display" + }, + "padding": { + "label": "Padding", + "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." + }, + "position": { + "label": "Position", + "options": { + "bottom_left": "Bottom Left", + "bottom_right": "Bottom Right", + "center": "Center", + "top_left": "Top Left", + "top_right": "Top Right" + }, + "title": "Select the position of the On-Screen Display" + }, + "title": "On-screen display settings", + "type": { + "label": "Type", + "options": { + "circle": "Circle", + "line": "Line", + "no_display": "No display", + "text": "Text" + }, + "title": "Select the type of On-Screen Display" + } + }, + "playbackSpeed": { + "enable": { + "label": "Forced playback speed", + "title": "Sets the video speed to what you choose below" + }, + "playbackSpeedButtons": { + "label": "Playback speed buttons", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + }, + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + }, + "select": { + "label": "Player speed", + "title": "The speed to set the video to" + }, + "title": "Playback speed settings" + }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + }, + "title": "Playlist length settings", + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } + } + }, + "playlistManagement": { + "features": { + "markAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + }, + "removeVideoButton": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + }, + "title": "Playlist management settings" + }, + "playlistManagementButtons": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + }, + "saveToWatchLaterButton": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + }, + "screenshotButton": { + "enable": { + "label": "Screenshot button", + "title": "Adds a button to the player to take a screenshot of the video" + }, + "saveAs": { + "both": "Both (File and Clipboard)", + "clipboard": "Clipboard", + "file": "File" + }, + "selectFormat": { + "label": "Screenshot format", + "title": "The format to save the screenshot in" + }, + "selectSaveAs": { + "label": "Screenshot save type", + "title": "The screenshot save type" + }, + "title": "Screenshot settings" + }, + "scrollWheelSpeedControl": { + "adjustmentSteps": { + "label": "Speed Change Per Scroll", + "title": "Adjust the speed change per scroll" + }, + "enable": { + "label": "Scroll wheel speed control", + "title": "Press a modifier key to enable speed adjustment with the scroll wheel." + }, + "optionLabel": "{{KEY}} key", + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + }, + "title": "Scroll wheel speed control settings" + }, + "scrollWheelVolumeControl": { + "adjustmentSteps": { + "label": "Volume Change Per Scroll", + "title": "Adjust the volume change per scroll" + }, + "enable": { + "label": "Scroll wheel volume control", + "title": "Lets you use the scroll wheel to control the volume of the video you're watching" + }, + "holdModifierKey": { + "enable": { + "label": "When holding modifier key", + "title": "Press a modifier key to enable volume adjustment with the scroll wheel." + }, + "optionLabel": "{{KEY}} key", + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + } + }, + "holdRightClick": { + "enable": { + "label": "When holding right click", + "title": "Hold right click to enable scroll wheel volume control" + } + }, + "title": "Scroll wheel volume control settings" + }, + "settingSearch": { + "placeholder": "Search for a setting" + }, + "videoHistory": { + "enable": { + "label": "Track watched videos", + "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" + }, + "resumeType": { + "select": { + "label": "Resume type", + "options": { + "automatic": "Automatic", + "prompt": "Prompt" + }, + "title": "Select how you want to resume videos" + } + }, + "title": "Video history settings" + }, + "volumeBoost": { + "boostAmount": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by" + }, + "enable": { + "label": "Volume boost", + "title": "Enable volume boost" + }, + "mode": { + "select": { + "label": "Volume boost mode", + "options": { + "global": "Global", + "perVideo": "Per video" + }, + "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + } + }, + "title": "Volume boost settings" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Key", + "title": "Enter your Youtube Data API V3 key." + }, + "title": "YouTube API V3 key" + }, + "youtubeDeepDark": { + "author": "Author", + "co-authors": "Co-authors", + "colors": { + "colorShadow": { + "label": "Shadow color", + "title": "Color for shadows" + }, + "dimmerText": { + "label": "Secondary text color", + "title": "Color for secondary text" + }, + "hoverBackground": { + "label": "Hover background color", + "title": "Color for hover background" + }, + "mainBackground": { + "label": "Main background color", + "title": "Color for main background" + }, + "mainColor": { + "label": "Accent color", + "title": "Color for accent" + }, + "mainText": { + "label": "Main text color", + "title": "Color for main text" + }, + "secondBackground": { + "label": "Secondary background color", + "title": "Color for secondary background" + } + }, + "enable": { + "label": "Deep Dark Theme", + "title": "Activate the selected theme for the page" + }, + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + }, + "title": "YouTube deep dark settings" + } + } + } } From e99f6f463196f818fda7bfb3b7734cf2b6a0b805 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 13 Jan 2026 18:12:01 -0500 Subject: [PATCH 1411/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 1414 +++++++++++++++++++------------------ 1 file changed, 709 insertions(+), 705 deletions(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index 47a0a3f52..ba9912edc 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -1,707 +1,711 @@ { - "langCode": "it-IT", - "langName": "Italiano", - "messages": { - "resumingVideo": "Video a {{VIDEO_TIME}} in ripresa", - "settingVolume": "Impostazione aumento volume a {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "Copiato!", - "label": "Copia URL video con temporizzazione" - } - }, - "featureMenu": { - "button": { - "label": "Menu' funzioni" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "Avanti veloce di {{TIME}}" - }, - "rewindButton": { - "label": "Riavvolgi di {{TIME}}" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "Nascondi le schede finali", - "toggle": { - "off": "Mostra le schede finali", - "on": "Nascondi le schede finali" - } - } - }, - "loopButton": { - "button": { - "label": "Ripeti", - "toggle": { - "off": "Ripetizione NO", - "on": "Ripetizione SÌ" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "Ingrandisci", - "toggle": { - "off": "Massimizza NO", - "on": "Massimizza SÌ" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Apri trascrizione" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Diminuisci velocità di {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Aumenta velocità di {{SPEED}}" - } - }, - "decreaseLimit": "Impossibile diminuire ulteriormente ({{SPEED}})", - "increaseLimit": "Impossibile aumentare ulteriormente ({{SPEED}})" - }, - "playlistLength": { - "title": "La lunghezza totale può non essere accurata se alcuni video sono nascosti o se non hai caricato abbastanza video per ottenere la lunghezza completa." - }, - "screenshotButton": { - "button": { - "label": "Schermata" - }, - "copiedToClipboard": "Schermata copiata negli Appunti" - }, - "videoHistory": { - "resumeButton": "Riprendi", - "resumePrompt": { - "close": "Chiudi" - } - }, - "volumeBoostButton": { - "button": { - "label": "Aumento volume", - "toggle": { - "off": "Aumento volume NO", - "on": "Aumento volume SÌ" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "optionConflict": "Questa opzione non può essere abilitata mentre '{{OPTION}}' è abilitato.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "Il tasto per modificare la velocità della rotellina del mouse non può essere lo stesso che modifica il volume con la rotellina del mouse.", - "volumeControl": "Il tasto che modifica il volume con la rotellina del mouse non può essere lo stesso che modifica la velocità della rotellina del mouse." - } - } - }, - "info": { - "reset": "Le opzioni sono state reimpostate ai valori predefiniti.\nPuoi salvare le modifiche cliccando il pulsante \"Conferma\" o scartarle chiudendo la pagina oppure ignorando questa notifica." - }, - "success": { - "saved": "Opzioni salvate." - } - } - } - }, - "settings": { - "clearData": { - "allDataDeleted": "Tutti i dati sono stati eliminati.", - "confirmAlert": "Questo eliminerà tutti i dati delle estensioni relativi alle opzioni. Continuare?" - }, - "optionDisabled": { - "either": { - "label": "Abilita {{OPTIONS}} per configurare questa opzione", - "separator": " o " - }, - "plural": { - "label": "Abilita {{OPTIONS}} per configurare questa opzione", - "separator": " e " - }, - "singular": "Abilita '{{OPTION}}' per configurare questa opzione", - "specificOption": { - "featureMenu": "Configura almeno un pulsante da posizionare nel menu' delle funzioni per configurare questa opzione.", - "screenshotButtonFileFormat": "Imposta il tipo di salvataggio della schermata su 'File' o 'Entrambi' per configurare questa opzione" - } - }, - "scrollForMoreSettings": "Scorri per altre impostazioni", - "sections": { - "automaticQuality": { - "enable": { - "label": "Regolazione automatica qualità", - "title": "Regola automaticamente la qualità video al livello selezionato." - }, - "fallbackQualityStrategy": { - "select": { - "label": "Strategia ripiego qualità", - "options": { - "higher": "Più alta", - "lower": "Più bassa" - }, - "title": "La strategia da usare quando la qualità selezionata non è disponibile" - } - }, - "select": { - "label": "Qualità riproduttore", - "title": "La qualità alla quale impostare il video" - }, - "title": "Impostazioni qualità automatiche" - }, - "bottomButtons": { - "clear": { - "title": "Cancella tutti i dati che questa estensione ha memorizzato sulla tua macchina", - "value": "Cancella dati" - }, - "confirm": { - "title": "Conferma ripristino impostazioni", - "value": "Conferma" - }, - "openTab": { - "title": "Apri impostazioni estensione in una nuova scheda" - }, - "reset": { - "title": "Reimposta le impostazioni ai valori predefiniti, clicca il pulsante di conferma per salvare le modifiche", - "value": "Reimposta" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "Pulsante \"Copia URL video con temporizzazione\"", - "decreasePlaybackSpeedButton": "Pulsante Riduci velocità", - "forwardButton": "Pulsante Avanti veloce", - "hideEndScreenCardsButton": "Pulsante Nascondi schede finali", - "increasePlaybackSpeedButton": "Pulsante Aumenta velocità", - "loopButton": "Pulsante Ripeti", - "maximizePlayerButton": "Pulsante Massimizza", - "openTranscriptButton": "Pulsante Apri trascrizione", - "rewindButton": "Pulsante Riavvolgi", - "screenshotButton": "Pulsante Schermata", - "volumeBoostButton": "Pulsante Aumento volume" - }, - "options": { - "below_player": { - "placement": "sotto i controlli del riproduttore", - "value": "Sotto il riproduttore" - }, - "feature_menu": { - "placement": "nel menu' delle funzioni", - "value": "Menu' funzioni" - }, - "player_controls_left": { - "placement": "alla sinistra dei controlli di riproduzione", - "value": "A sinistra" - }, - "player_controls_right": { - "placement": "alla destra dei controlli di riproduzione", - "value": "A destra" - } - }, - "title": "Posiziona {{BUTTON_NAME}} {{PLACEMENT}}" - }, - "title": "Impostazioni posizione pulsanti" - }, - "customCSS": { - "editor": { - "collapse": "Comprimi editor", - "expand": "Espandi editor", - "noProblems": "Nessun problema trovato." - }, - "enable": { - "label": "Abilita CSS personalizzato", - "title": "Abilita il CSS personalizzato da applicare alla pagina" - }, - "title": "Impostazioni CSS personalizzate" - }, - "featureMenu": { - "openType": { - "select": { - "label": "Tipo attivazione menu'", - "options": { - "click": "Clic", - "hover": "Sorvola" - }, - "title": "Seleziona il metodo per attivare il menu' funzioni" - }, - "title": "Impostazioni menu' funzioni" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "Abilita pulsanti avanti/riavvolgi", - "title": "Aggiunge i pulsanti avanti e riavvolgi al riproduttore video" - }, - "time": { - "label": "Tempo avanzamento/riavvolgimento", - "title": "Il periodo di tempo da usare per avanzare/riavvolgere il video" - }, - "title": "Impostazioni pulsante Avanti / Riavvolgi" - }, - "importExportSettings": { - "exportButton": { - "success": "Impostazioni esportate correttamente", - "title": "Esporta impostazioni in un file JSON", - "value": "Esporta impostazioni" - }, - "importButton": { - "error": { - "unknown": "Errore nell'importazione delle impostazioni. Controllare il formato del file.\nSi è verificato un errore sconosciuto.", - "validation": "Errore nell'importazione delle impostazioni. Controllare il formato del file.\n{{ERROR_MESSAGE}}" - }, - "success": "Impostazioni importate correttamente", - "title": "Importa impostazioni da un file JSON", - "value": "Importa impostazioni" - } - }, - "language": { - "select": { - "label": "Lingua", - "title": "La lingua da usare per l'estensione" - }, - "title": "Lingua" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "Modalità teatro automatica", - "title": "Attiva automaticamente la modalità teatro quando carichi un video" - }, - "automaticallyDisableAmbientMode": { - "label": "Disabilita automaticamente la modalità ambiente", - "title": "Disabilita automaticamente la modalità ambiente quando si carica un video" - }, - "automaticallyDisableAutoPlay": { - "label": "Disabilita automaticamente la riproduzione automatica", - "title": "Disabilita automaticamente la riproduzione automatica quando carichi un video" - }, - "automaticallyDisableClosedCaptions": { - "label": "Disabilita automaticamente le didascalie chiuse", - "title": "Disabilita automaticamente le didascalie chiuse quando si carica un video" - }, - "automaticallyEnableClosedCaptions": { - "label": "Abilita automaticamente le didascalie chiuse", - "title": "Abilita automaticamente le didascalie chiuse quando si carica un video" - }, - "automaticallyMaximizePlayer": { - "label": "Massimizza automaticamente il riproduttore", - "title": "Massimizza automaticamente il riproduttore quando carichi un video" - }, - "automaticallyShowMoreVideosOnEndScreen": { - "label": "Mostra automaticamente altri video sulla schermata finale", - "title": "Mostra automaticamente più video sulla schermata finale quando si carica un video" - }, - "copyTimestampUrlButton": { - "label": "Pulsante \"Copia URL video con temporizzazione\"", - "title": "Copia l'URL del video con la temporizzazione (?t=123)" - }, - "defaultToOriginalAudioTrack": { - "label": "Traccia audio originale predefinita", - "title": "Traccia audio originale sempre predefinita" - }, - "enableMarkAsUnwatchedButton": { - "label": "Marca come pulsante non visto", - "title": "Aggiungi un pulsante alle voci della lista riproduzioni per contrassegnare i video come non visti" - }, - "enableRemoveVideoButton": { - "label": "Rimuovi pulsante video", - "title": "Aggiungi un pulsante alle voci della lista riproduzioni per rimuovere i video da essa" - }, - "enableSaveToWatchLaterButton": { - "label": "Abilita il pulsante del salvataggio per guardare più tardi", - "title": "Aggiunge un pulsante ai video Home e Abbonamenti per salvare il video nella lista riproduzioni 'Guarda più tardi'" - }, - "hideArtificialIntelligenceSummary": { - "label": "Nascondi riepilogo IA", - "title": "Nasconde il riepilogo dell'intelligenza artificiale sotto i video" - }, - "hideEndScreenCards": { - "label": "Nascondi le schede finali", - "title": "Nasconde le schede alla fine del video" - }, - "hideEndScreenCardsButton": { - "label": "Pulsante Nascondi schede finali", - "title": "Aggiunge un pulsante per mostrare/nascondere le schede alla fine del video" - }, - "hideLiveStreamChat": { - "label": "Nascondi chat live stream", - "title": "Nasconde la chat live stream" - }, - "hideMembersOnlyVideos": { - "label": "Nascondi i video dei membri", - "title": "Nasconde i video che sono visibili solo ai membri" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "Nascondi video ufficiali dell'artista", - "title": "Nascondi video ufficiali dell'artista dalla pagina iniziale" - }, - "hidePaidPromotionBanner": { - "label": "Nascondi banner promozioni a pagamento", - "title": "Nasconde il banner con promozioni a pagamento che appare quando si guarda un video" - }, - "hidePlayables": { - "label": "Nascondi giocabili", - "title": "Nasconde tutti i giocabili" - }, - "hideScrollbar": { - "label": "Nascondi barra scorrimento", - "title": "Nasconde la barra di scorrimento delle pagine" - }, - "hideShorts": { - "label": "Nascondi blocchi", - "title": "Nasconde tutti i blocchi" - }, - "hideSidebarRecommendedVideos": { - "label": "Nascondi i video raccomandati", - "title": "Nasconde la barra laterale che raccomanda i video" - }, - "hideTranslateComment": { - "label": "Nascondi pulsante \"Traduci commento\"", - "title": "Nasconde il pulsante 'Traduci in…' sotto i commenti" - }, - "loopButton": { - "label": "Pulsante Ripeti", - "title": "Aggiunge un pulsante al menu' funzioni per ripetere il video che stai guardando" - }, - "maximizePlayerButton": { - "label": "Pulsante Ingrandisci riproduttore", - "title": "Aggiunge un pulsante al menu' funzioni per ingrandire il riproduttore" - }, - "openTranscriptButton": { - "label": "Pulsante Apri trascrizione", - "title": "Aggiunge un pulsante al menu' funzioni per aprire la trascrizione del video che stai guardando" - }, - "openYouTubeSettingsOnHover": { - "label": "Apri le impostazioni di YouTube al sorvolo", - "title": "Apre il menu' delle impostazioni di YouTube quando si passa sopra il pulsante delle impostazioni" - }, - "pauseBackgroundPlayers": { - "label": "Metti in pausa riproduttori in secondo piano", - "title": "Mette in pausa i riproduttori video nelle schede nascoste quando si avvia un nuovo riproduttore nella scheda aperta" - }, - "playlistRemover": { - "label": "Nascondi liste riproduzioni dalla pagina iniziale", - "title": "Elimina le liste riproduzioni dalla pagina iniziale" - }, - "remainingTime": { - "label": "Tempo rimanente", - "title": "Mostra il tempo rimanente per il video che stai guardando" - }, - "rememberLastVolume": { - "label": "Ricorda l'ultimo volume", - "title": "Ricorda il volume dell'ultimo video che hai guardato e lo imposta quando apri un nuovo video" - }, - "removeRedirect": { - "label": "Rimuovi URL /redirect di YouTube", - "title": "Rimpiazza il reindirizzamento di YouTube con gli URL attuali saltando il dialogo di avviso di reindirizzamento" - }, - "restoreFullscreenScrolling": { - "label": "Ripristina scorrimento a schermo intero", - "title": "Ripristina lo scorrimento nella modalità schermo intero" - }, - "shareShortener": { - "label": "Abbrevia il collegamento di condivisione video di YouTube", - "title": "Riduce il collegamento di condivisione video di YouTube (youtu.be) eliminando da esso i parametri si/feature" - }, - "shortsAutoScroll": { - "label": "Scorri al blocco", - "title": "Scorri automaticamente al prossimo blocco" - }, - "skipContinueWatching": { - "label": "Salta \"Video in pausa. Continuare a guardare?\"", - "title": "Salta la finestra che mette in pausa la riproduzione video" - } - }, - "title": "Impostazioni varie" - }, - "onScreenDisplaySettings": { - "color": { - "label": "Colore", - "options": { - "blue": "Blu", - "green": "Verde", - "orange": "Arancione", - "pink": "Rosa", - "purple": "Viola", - "red": "Rosso", - "white": "Bianco", - "yellow": "Giallo" - }, - "title": "Seleziona il colore per lo schermo interattivo" - }, - "hide": { - "label": "Ritardo sparizione", - "title": "Specifica il tempo, in millisecondi, prima di nascondere automaticamente le parti interattive" - }, - "opacity": { - "label": "Opacità", - "title": "Regola l'opacità delle parti interattive" - }, - "padding": { - "label": "Bordatura", - "title": "Regola la bordatura dello schermo in pixel. Questo si applica specificamente agli angoli dello schermo." - }, - "position": { - "label": "Posizione", - "options": { - "bottom_left": "In basso a sinistra", - "bottom_right": "In basso a destra", - "center": "Centro", - "top_left": "Alto a sinistra", - "top_right": "In alto a destra" - }, - "title": "Seleziona la posizione dello schermo interattivo" - }, - "title": "Impostazioni schermo", - "type": { - "label": "Tipo", - "options": { - "circle": "Cerchio", - "line": "Linea", - "no_display": "Nessuno schermo", - "text": "Testuale" - }, - "title": "Seleziona il tipo di schermo interattivo" - } - }, - "playbackSpeed": { - "enable": { - "label": "Velocità forzata riproduzione", - "title": "Imposta la velocità del video a quella che scegli qui sotto" - }, - "playbackSpeedButtons": { - "label": "Pulsanti velocità riproduzione", - "select": { - "label": "Velocità ai pulsanti di riproduzione", - "title": "Quantità di velocità che il clic modifica" - }, - "title": "Aggiunge pulsanti per aumentare o diminuire la velocità di riproduzione del video che stai guardando" - }, - "select": { - "label": "Velocità riproduttore", - "title": "La velocità alla quale impostare il video" - }, - "title": "Impostazioni velocità riproduzione" - }, - "playlistLength": { - "enable": { - "label": "Mostra informazioni lunghezza lista riproduzioni", - "title": "Mostra la lunghezza totale della lista riproduzioni, quanto è stato guardato e quanto ne rimane." - }, - "title": "Impostazioni lunghezza lista riproduzioni", - "wayToGetLength": { - "select": { - "label": "Metodo per ottenere la lunghezza della lista riproduzioni", - "title": "Il modo per ottenere informazioni sulla lunghezza della lista riproduzioni (il metodo API sarà ripiegato in HTML se si verificasse un errore)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "Metodo per ottenere il tempo già riprodotto", - "options": { - "duration": "Durata del video", - "youtube": "Tempo in riproduzione" - }, - "title": "Il modo per ottenere la quantità di tempo guardato (tipo di lunghezza video usato solo nella pagina di riproduzione)" - } - } - }, - "playlistManagement": { - "features": { - "markAsUnwatchedButton": { - "label": "Marca come pulsante non visto", - "title": "Aggiunge un pulsante per marcare i video come non visti" - }, - "removeVideoButton": { - "label": "Rimuovi pulsante video", - "title": "Aggiunge un pulsante per rimuovere i video dalla lista riproduzioni" - } - }, - "title": "Impostazioni gestione scaletta" - }, - "playlistManagementButtons": { - "failedToMarkAsUnwatched": "Impossibile contrassegnare il video come non visto", - "failedToRemoveVideo": "Impossibile rimuovere il video", - "markAsUnwatched": "Contrassegna come non visto", - "markingAsUnwatched": "Contrassegno come non visto…", - "removeVideo": "Rimuovi video", - "removingVideo": "Rimozione video…" - }, - "saveToWatchLaterButton": { - "failedToSaveVideo": "Impossibile salvare il video in Guarda più tardi", - "saveVideo": "Salva per guardare più tardi", - "savingVideo": "Salvataggio per guardare più tardi…" - }, - "screenshotButton": { - "enable": { - "label": "Pulsante Schermata", - "title": "Aggiunge un pulsante al riproduttore per catturare una schermata del video" - }, - "saveAs": { - "both": "Entrambi (File e Appunti)", - "clipboard": "Appunti", - "file": "File" - }, - "selectFormat": { - "label": "Formato schermata", - "title": "Il formato nel quale salvare la schermata" - }, - "selectSaveAs": { - "label": "Tipo salvataggio schermata", - "title": "Il tipo di salvataggio della schermata" - }, - "title": "Impostazioni schermata" - }, - "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "Cambio velocità con scorrimento", - "title": "Regola il cambio di velocità tramite scorrimento" - }, - "enable": { - "label": "Controllo velocità con scorrimento rotellina", - "title": "Premi un tasto modificatore per abilitare la regolazione della velocità con la rotellina." - }, - "optionLabel": "Tasto {{KEY}}", - "select": { - "label": "Tasto modificatore", - "title": "Il tasto modificatore da usare" - }, - "title": "Impostazioni controllo velocità con rotellina" - }, - "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "Cambio volume con scorrimento", - "title": "Regola il cambio di volume tramite scorrimento" - }, - "enable": { - "label": "Controllo volume con rotellina", - "title": "Permette di usare la rotellina di scorrimento per controllare il volume del video che stai guardando" - }, - "holdModifierKey": { - "enable": { - "label": "Abilita tenendo premuto il tasto modificatore", - "title": "Premi un tasto modificatore per abilitare la regolazione del volume con la rotellina." - }, - "optionLabel": "Tasto {{KEY}}", - "select": { - "label": "Tasto modificatore", - "title": "Il tasto modificatore da usare" - } - }, - "holdRightClick": { - "enable": { - "label": "Abilita tenendo premuto il tasto destro", - "title": "Tieni premuto il tasto destro per abilitare il controllo del volume con la rotellina" - } - }, - "title": "Impostazioni controllo volume con rotellina" - }, - "settingSearch": { - "placeholder": "Cerca un'impostazione" - }, - "videoHistory": { - "enable": { - "label": "Traccia i video visti", - "title": "Tiene traccia di dove hai lasciato i video che stavi guardando e abilita la ripresa della riproduzione" - }, - "resumeType": { - "select": { - "label": "Tipo ripresa", - "options": { - "automatic": "Automatico", - "prompt": "Mostra" - }, - "title": "Seleziona come vuoi riprendere i video" - } - }, - "title": "Impostazioni cronologia video" - }, - "volumeBoost": { - "boostAmount": { - "label": "Aumento volume (dB)", - "title": "La quantità da aggiungere al volume" - }, - "enable": { - "label": "Aumento volume", - "title": "Abilita aumento volume" - }, - "mode": { - "select": { - "label": "Modalità aumento volume", - "options": { - "global": "Globale", - "perVideo": "Per video" - }, - "title": "Scegli come l'aumento del volume è applicato. 'Per video' permette di abilitare la spinta per ogni video singolarmente nel menu' delle funzioni. 'Globale' applica la spinta a tutti i video quando l'amplificazione del volume è abilitata." - } - }, - "title": "Impostazioni aumento volume" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "Puoi ottenerne una da qui", - "input": { - "label": "Chiave API", - "title": "Inserisci la tua chiave Youtube API V3." - }, - "title": "Chiave API V3 di YouTube" - }, - "youtubeDeepDark": { - "author": "Autore", - "co-authors": "Co-autori", - "colors": { - "colorShadow": { - "label": "Colore ombra", - "title": "Colore per le ombre" - }, - "dimmerText": { - "label": "Colore secondario del testo", - "title": "Colore del testo secondario" - }, - "hoverBackground": { - "label": "Colore sfondo quando puntato", - "title": "Colore per lo sfondo al passaggio" - }, - "mainBackground": { - "label": "Colore sfondo principale", - "title": "Colore per lo sfondo principale" - }, - "mainColor": { - "label": "Colore accento", - "title": "Colore per accento" - }, - "mainText": { - "label": "Colore testo principale", - "title": "Colore per il testo principale" - }, - "secondBackground": { - "label": "Colore sfondo secondario", - "title": "Colore per lo sfondo secondario" - } - }, - "enable": { - "label": "Abilita tema selezionato", - "title": "Abilita il tema selezionato per la pagina" - }, - "select": { - "label": "Seleziona tema", - "title": "Seleziona un tema da applicare alla pagina" - }, - "title": "Impostazioni scure di YouTube" - } - } - } + "langCode": "it-IT", + "langName": "Italiano", + "messages": { + "resumingVideo": "Video a {{VIDEO_TIME}} in ripresa", + "settingVolume": "Impostazione aumento volume a {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "Copiato!", + "label": "Copia URL video con temporizzazione" + } + }, + "featureMenu": { + "button": { + "label": "Menu' funzioni" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Avanti veloce di {{TIME}}" + }, + "rewindButton": { + "label": "Riavvolgi di {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Nascondi le schede finali", + "toggle": { + "off": "Mostra le schede finali", + "on": "Nascondi le schede finali" + } + } + }, + "loopButton": { + "button": { + "label": "Ripeti", + "toggle": { + "off": "Ripetizione NO", + "on": "Ripetizione SÌ" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "Ingrandisci", + "toggle": { + "off": "Massimizza NO", + "on": "Massimizza SÌ" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Apri trascrizione" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Diminuisci velocità di {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Aumenta velocità di {{SPEED}}" + } + }, + "decreaseLimit": "Impossibile diminuire ulteriormente ({{SPEED}})", + "increaseLimit": "Impossibile aumentare ulteriormente ({{SPEED}})" + }, + "playlistLength": { + "title": "La lunghezza totale può non essere accurata se alcuni video sono nascosti o se non hai caricato abbastanza video per ottenere la lunghezza completa." + }, + "screenshotButton": { + "button": { + "label": "Schermata" + }, + "copiedToClipboard": "Schermata copiata negli Appunti" + }, + "videoHistory": { + "resumeButton": "Riprendi", + "resumePrompt": { + "close": "Chiudi" + } + }, + "volumeBoostButton": { + "button": { + "label": "Aumento volume", + "toggle": { + "off": "Aumento volume NO", + "on": "Aumento volume SÌ" + } + } + } + } + }, + "options": { + "notifications": { + "error": { + "optionConflict": "Questa opzione non può essere abilitata mentre '{{OPTION}}' è abilitato.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "Il tasto per modificare la velocità della rotellina del mouse non può essere lo stesso che modifica il volume con la rotellina del mouse.", + "volumeControl": "Il tasto che modifica il volume con la rotellina del mouse non può essere lo stesso che modifica la velocità della rotellina del mouse." + } + } + }, + "info": { + "reset": "Le opzioni sono state reimpostate ai valori predefiniti.\nPuoi salvare le modifiche cliccando il pulsante \"Conferma\" o scartarle chiudendo la pagina oppure ignorando questa notifica." + }, + "success": { + "saved": "Opzioni salvate." + } + } + } + }, + "settings": { + "clearData": { + "allDataDeleted": "Tutti i dati sono stati eliminati.", + "confirmAlert": "Questo eliminerà tutti i dati delle estensioni relativi alle opzioni. Continuare?" + }, + "optionDisabled": { + "either": { + "label": "Abilita {{OPTIONS}} per configurare questa opzione", + "separator": " o " + }, + "plural": { + "label": "Abilita {{OPTIONS}} per configurare questa opzione", + "separator": " e " + }, + "singular": "Abilita '{{OPTION}}' per configurare questa opzione", + "specificOption": { + "featureMenu": "Configura almeno un pulsante da posizionare nel menu' delle funzioni per configurare questa opzione.", + "screenshotButtonFileFormat": "Imposta il tipo di salvataggio della schermata su 'File' o 'Entrambi' per configurare questa opzione" + } + }, + "scrollForMoreSettings": "Scorri per altre impostazioni", + "sections": { + "automaticQuality": { + "enable": { + "label": "Regolazione automatica qualità", + "title": "Regola automaticamente la qualità video al livello selezionato." + }, + "fallbackQualityStrategy": { + "select": { + "label": "Strategia ripiego qualità", + "options": { + "higher": "Più alta", + "lower": "Più bassa" + }, + "title": "La strategia da usare quando la qualità selezionata non è disponibile" + } + }, + "select": { + "label": "Qualità riproduttore", + "title": "La qualità alla quale impostare il video" + }, + "title": "Impostazioni qualità automatiche" + }, + "bottomButtons": { + "clear": { + "title": "Cancella tutti i dati che questa estensione ha memorizzato sulla tua macchina", + "value": "Cancella dati" + }, + "confirm": { + "title": "Conferma ripristino impostazioni", + "value": "Conferma" + }, + "openTab": { + "title": "Apri impostazioni estensione in una nuova scheda" + }, + "reset": { + "title": "Reimposta le impostazioni ai valori predefiniti, clicca il pulsante di conferma per salvare le modifiche", + "value": "Reimposta" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Pulsante \"Copia URL video con temporizzazione\"", + "decreasePlaybackSpeedButton": "Pulsante Riduci velocità", + "forwardButton": "Pulsante Avanti veloce", + "hideEndScreenCardsButton": "Pulsante Nascondi schede finali", + "increasePlaybackSpeedButton": "Pulsante Aumenta velocità", + "loopButton": "Pulsante Ripeti", + "maximizePlayerButton": "Pulsante Massimizza", + "openTranscriptButton": "Pulsante Apri trascrizione", + "rewindButton": "Pulsante Riavvolgi", + "screenshotButton": "Pulsante Schermata", + "volumeBoostButton": "Pulsante Aumento volume" + }, + "options": { + "below_player": { + "placement": "sotto i controlli del riproduttore", + "value": "Sotto il riproduttore" + }, + "feature_menu": { + "placement": "nel menu' delle funzioni", + "value": "Menu' funzioni" + }, + "player_controls_left": { + "placement": "alla sinistra dei controlli di riproduzione", + "value": "A sinistra" + }, + "player_controls_right": { + "placement": "alla destra dei controlli di riproduzione", + "value": "A destra" + } + }, + "title": "Posiziona {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Impostazioni posizione pulsanti" + }, + "customCSS": { + "editor": { + "collapse": "Comprimi editor", + "expand": "Espandi editor", + "noProblems": "Nessun problema trovato." + }, + "enable": { + "label": "Abilita CSS personalizzato", + "title": "Abilita il CSS personalizzato da applicare alla pagina" + }, + "title": "Impostazioni CSS personalizzate" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Tipo attivazione menu'", + "options": { + "click": "Clic", + "hover": "Sorvola" + }, + "title": "Seleziona il metodo per attivare il menu' funzioni" + }, + "title": "Impostazioni menu' funzioni" + } + }, + "forwardRewindButtons": { + "enable": { + "label": "Abilita pulsanti avanti/riavvolgi", + "title": "Aggiunge i pulsanti avanti e riavvolgi al riproduttore video" + }, + "time": { + "label": "Tempo avanzamento/riavvolgimento", + "title": "Il periodo di tempo da usare per avanzare/riavvolgere il video" + }, + "title": "Impostazioni pulsante Avanti / Riavvolgi" + }, + "importExportSettings": { + "exportButton": { + "success": "Impostazioni esportate correttamente", + "title": "Esporta impostazioni in un file JSON", + "value": "Esporta impostazioni" + }, + "importButton": { + "error": { + "unknown": "Errore nell'importazione delle impostazioni. Controllare il formato del file.\nSi è verificato un errore sconosciuto.", + "validation": "Errore nell'importazione delle impostazioni. Controllare il formato del file.\n{{ERROR_MESSAGE}}" + }, + "success": "Impostazioni importate correttamente", + "title": "Importa impostazioni da un file JSON", + "value": "Importa impostazioni" + } + }, + "language": { + "select": { + "label": "Lingua", + "title": "La lingua da usare per l'estensione" + }, + "title": "Lingua" + }, + "miscellaneous": { + "features": { + "automaticTheaterMode": { + "label": "Modalità teatro automatica", + "title": "Attiva automaticamente la modalità teatro quando carichi un video" + }, + "automaticallyDisableAmbientMode": { + "label": "Disabilita automaticamente la modalità ambiente", + "title": "Disabilita automaticamente la modalità ambiente quando si carica un video" + }, + "automaticallyDisableAutoPlay": { + "label": "Disabilita automaticamente la riproduzione automatica", + "title": "Disabilita automaticamente la riproduzione automatica quando carichi un video" + }, + "automaticallyDisableClosedCaptions": { + "label": "Disabilita automaticamente le didascalie chiuse", + "title": "Disabilita automaticamente le didascalie chiuse quando si carica un video" + }, + "automaticallyEnableClosedCaptions": { + "label": "Abilita automaticamente le didascalie chiuse", + "title": "Abilita automaticamente le didascalie chiuse quando si carica un video" + }, + "automaticallyMaximizePlayer": { + "label": "Massimizza automaticamente il riproduttore", + "title": "Massimizza automaticamente il riproduttore quando carichi un video" + }, + "automaticallyShowMoreVideosOnEndScreen": { + "label": "Mostra automaticamente altri video sulla schermata finale", + "title": "Mostra automaticamente più video sulla schermata finale quando si carica un video" + }, + "copyTimestampUrlButton": { + "label": "Pulsante \"Copia URL video con temporizzazione\"", + "title": "Copia l'URL del video con la temporizzazione (?t=123)" + }, + "defaultToOriginalAudioTrack": { + "label": "Traccia audio originale predefinita", + "title": "Traccia audio originale sempre predefinita" + }, + "enableMarkAsUnwatchedButton": { + "label": "Marca come pulsante non visto", + "title": "Aggiungi un pulsante alle voci della lista riproduzioni per contrassegnare i video come non visti" + }, + "enableRemoveVideoButton": { + "label": "Rimuovi pulsante video", + "title": "Aggiungi un pulsante alle voci della lista riproduzioni per rimuovere i video da essa" + }, + "enableSaveToWatchLaterButton": { + "label": "Abilita il pulsante del salvataggio per guardare più tardi", + "title": "Aggiunge un pulsante ai video Home e Abbonamenti per salvare il video nella lista riproduzioni 'Guarda più tardi'" + }, + "hideArtificialIntelligenceSummary": { + "label": "Nascondi riepilogo IA", + "title": "Nasconde il riepilogo dell'intelligenza artificiale sotto i video" + }, + "hideEndScreenCards": { + "label": "Nascondi le schede finali", + "title": "Nasconde le schede alla fine del video" + }, + "hideEndScreenCardsButton": { + "label": "Pulsante Nascondi schede finali", + "title": "Aggiunge un pulsante per mostrare/nascondere le schede alla fine del video" + }, + "hideLiveStreamChat": { + "label": "Nascondi chat live stream", + "title": "Nasconde la chat live stream" + }, + "hideMembersOnlyVideos": { + "label": "Nascondi i video dei membri", + "title": "Nasconde i video che sono visibili solo ai membri" + }, + "hideOfficialArtistVideosFromHomePage": { + "label": "Nascondi video ufficiali dell'artista", + "title": "Nascondi video ufficiali dell'artista dalla pagina iniziale" + }, + "hidePaidPromotionBanner": { + "label": "Nascondi banner promozioni a pagamento", + "title": "Nasconde il banner con promozioni a pagamento che appare quando si guarda un video" + }, + "hidePlayables": { + "label": "Nascondi giocabili", + "title": "Nasconde tutti i giocabili" + }, + "hideScrollbar": { + "label": "Nascondi barra scorrimento", + "title": "Nasconde la barra di scorrimento delle pagine" + }, + "hideShorts": { + "label": "Nascondi blocchi", + "title": "Nasconde tutti i blocchi" + }, + "hideSidebarRecommendedVideos": { + "label": "Nascondi i video raccomandati", + "title": "Nasconde la barra laterale che raccomanda i video" + }, + "hideTranslateComment": { + "label": "Nascondi pulsante \"Traduci commento\"", + "title": "Nasconde il pulsante 'Traduci in…' sotto i commenti" + }, + "loopButton": { + "label": "Pulsante Ripeti", + "title": "Aggiunge un pulsante al menu' funzioni per ripetere il video che stai guardando" + }, + "maximizePlayerButton": { + "label": "Pulsante Ingrandisci riproduttore", + "title": "Aggiunge un pulsante al menu' funzioni per ingrandire il riproduttore" + }, + "openTranscriptButton": { + "label": "Pulsante Apri trascrizione", + "title": "Aggiunge un pulsante al menu' funzioni per aprire la trascrizione del video che stai guardando" + }, + "openYouTubeSettingsOnHover": { + "label": "Apri le impostazioni di YouTube al sorvolo", + "title": "Apre il menu' delle impostazioni di YouTube quando si passa sopra il pulsante delle impostazioni" + }, + "pauseBackgroundPlayers": { + "label": "Metti in pausa riproduttori in secondo piano", + "title": "Mette in pausa i riproduttori video nelle schede nascoste quando si avvia un nuovo riproduttore nella scheda aperta" + }, + "playlistRemover": { + "label": "Nascondi liste riproduzioni dalla pagina iniziale", + "title": "Elimina le liste riproduzioni dalla pagina iniziale" + }, + "remainingTime": { + "label": "Tempo rimanente", + "title": "Mostra il tempo rimanente per il video che stai guardando" + }, + "rememberLastVolume": { + "label": "Ricorda l'ultimo volume", + "title": "Ricorda il volume dell'ultimo video che hai guardato e lo imposta quando apri un nuovo video" + }, + "removeRedirect": { + "label": "Rimuovi URL /redirect di YouTube", + "title": "Rimpiazza il reindirizzamento di YouTube con gli URL attuali saltando il dialogo di avviso di reindirizzamento" + }, + "restoreFullscreenScrolling": { + "label": "Ripristina scorrimento a schermo intero", + "title": "Ripristina lo scorrimento nella modalità schermo intero" + }, + "shareShortener": { + "label": "Abbrevia il collegamento di condivisione video di YouTube", + "title": "Riduce il collegamento di condivisione video di YouTube (youtu.be) eliminando da esso i parametri si/feature" + }, + "shortsAutoScroll": { + "label": "Scorri al blocco", + "title": "Scorri automaticamente al prossimo blocco" + }, + "skipContinueWatching": { + "label": "Salta \"Video in pausa. Continuare a guardare?\"", + "title": "Salta la finestra che mette in pausa la riproduzione video" + }, + "timestampPeek": { + "label": "Timestamp Peek", + "title": "Shows a preview of the video when you hover over a timestamp" + } + }, + "title": "Impostazioni varie" + }, + "onScreenDisplaySettings": { + "color": { + "label": "Colore", + "options": { + "blue": "Blu", + "green": "Verde", + "orange": "Arancione", + "pink": "Rosa", + "purple": "Viola", + "red": "Rosso", + "white": "Bianco", + "yellow": "Giallo" + }, + "title": "Seleziona il colore per lo schermo interattivo" + }, + "hide": { + "label": "Ritardo sparizione", + "title": "Specifica il tempo, in millisecondi, prima di nascondere automaticamente le parti interattive" + }, + "opacity": { + "label": "Opacità", + "title": "Regola l'opacità delle parti interattive" + }, + "padding": { + "label": "Bordatura", + "title": "Regola la bordatura dello schermo in pixel. Questo si applica specificamente agli angoli dello schermo." + }, + "position": { + "label": "Posizione", + "options": { + "bottom_left": "In basso a sinistra", + "bottom_right": "In basso a destra", + "center": "Centro", + "top_left": "Alto a sinistra", + "top_right": "In alto a destra" + }, + "title": "Seleziona la posizione dello schermo interattivo" + }, + "title": "Impostazioni schermo", + "type": { + "label": "Tipo", + "options": { + "circle": "Cerchio", + "line": "Linea", + "no_display": "Nessuno schermo", + "text": "Testuale" + }, + "title": "Seleziona il tipo di schermo interattivo" + } + }, + "playbackSpeed": { + "enable": { + "label": "Velocità forzata riproduzione", + "title": "Imposta la velocità del video a quella che scegli qui sotto" + }, + "playbackSpeedButtons": { + "label": "Pulsanti velocità riproduzione", + "select": { + "label": "Velocità ai pulsanti di riproduzione", + "title": "Quantità di velocità che il clic modifica" + }, + "title": "Aggiunge pulsanti per aumentare o diminuire la velocità di riproduzione del video che stai guardando" + }, + "select": { + "label": "Velocità riproduttore", + "title": "La velocità alla quale impostare il video" + }, + "title": "Impostazioni velocità riproduzione" + }, + "playlistLength": { + "enable": { + "label": "Mostra informazioni lunghezza lista riproduzioni", + "title": "Mostra la lunghezza totale della lista riproduzioni, quanto è stato guardato e quanto ne rimane." + }, + "title": "Impostazioni lunghezza lista riproduzioni", + "wayToGetLength": { + "select": { + "label": "Metodo per ottenere la lunghezza della lista riproduzioni", + "title": "Il modo per ottenere informazioni sulla lunghezza della lista riproduzioni (il metodo API sarà ripiegato in HTML se si verificasse un errore)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Metodo per ottenere il tempo già riprodotto", + "options": { + "duration": "Durata del video", + "youtube": "Tempo in riproduzione" + }, + "title": "Il modo per ottenere la quantità di tempo guardato (tipo di lunghezza video usato solo nella pagina di riproduzione)" + } + } + }, + "playlistManagement": { + "features": { + "markAsUnwatchedButton": { + "label": "Marca come pulsante non visto", + "title": "Aggiunge un pulsante per marcare i video come non visti" + }, + "removeVideoButton": { + "label": "Rimuovi pulsante video", + "title": "Aggiunge un pulsante per rimuovere i video dalla lista riproduzioni" + } + }, + "title": "Impostazioni gestione scaletta" + }, + "playlistManagementButtons": { + "failedToMarkAsUnwatched": "Impossibile contrassegnare il video come non visto", + "failedToRemoveVideo": "Impossibile rimuovere il video", + "markAsUnwatched": "Contrassegna come non visto", + "markingAsUnwatched": "Contrassegno come non visto…", + "removeVideo": "Rimuovi video", + "removingVideo": "Rimozione video…" + }, + "saveToWatchLaterButton": { + "failedToSaveVideo": "Impossibile salvare il video in Guarda più tardi", + "saveVideo": "Salva per guardare più tardi", + "savingVideo": "Salvataggio per guardare più tardi…" + }, + "screenshotButton": { + "enable": { + "label": "Pulsante Schermata", + "title": "Aggiunge un pulsante al riproduttore per catturare una schermata del video" + }, + "saveAs": { + "both": "Entrambi (File e Appunti)", + "clipboard": "Appunti", + "file": "File" + }, + "selectFormat": { + "label": "Formato schermata", + "title": "Il formato nel quale salvare la schermata" + }, + "selectSaveAs": { + "label": "Tipo salvataggio schermata", + "title": "Il tipo di salvataggio della schermata" + }, + "title": "Impostazioni schermata" + }, + "scrollWheelSpeedControl": { + "adjustmentSteps": { + "label": "Cambio velocità con scorrimento", + "title": "Regola il cambio di velocità tramite scorrimento" + }, + "enable": { + "label": "Controllo velocità con scorrimento rotellina", + "title": "Premi un tasto modificatore per abilitare la regolazione della velocità con la rotellina." + }, + "optionLabel": "Tasto {{KEY}}", + "select": { + "label": "Tasto modificatore", + "title": "Il tasto modificatore da usare" + }, + "title": "Impostazioni controllo velocità con rotellina" + }, + "scrollWheelVolumeControl": { + "adjustmentSteps": { + "label": "Cambio volume con scorrimento", + "title": "Regola il cambio di volume tramite scorrimento" + }, + "enable": { + "label": "Controllo volume con rotellina", + "title": "Permette di usare la rotellina di scorrimento per controllare il volume del video che stai guardando" + }, + "holdModifierKey": { + "enable": { + "label": "Abilita tenendo premuto il tasto modificatore", + "title": "Premi un tasto modificatore per abilitare la regolazione del volume con la rotellina." + }, + "optionLabel": "Tasto {{KEY}}", + "select": { + "label": "Tasto modificatore", + "title": "Il tasto modificatore da usare" + } + }, + "holdRightClick": { + "enable": { + "label": "Abilita tenendo premuto il tasto destro", + "title": "Tieni premuto il tasto destro per abilitare il controllo del volume con la rotellina" + } + }, + "title": "Impostazioni controllo volume con rotellina" + }, + "settingSearch": { + "placeholder": "Cerca un'impostazione" + }, + "videoHistory": { + "enable": { + "label": "Traccia i video visti", + "title": "Tiene traccia di dove hai lasciato i video che stavi guardando e abilita la ripresa della riproduzione" + }, + "resumeType": { + "select": { + "label": "Tipo ripresa", + "options": { + "automatic": "Automatico", + "prompt": "Mostra" + }, + "title": "Seleziona come vuoi riprendere i video" + } + }, + "title": "Impostazioni cronologia video" + }, + "volumeBoost": { + "boostAmount": { + "label": "Aumento volume (dB)", + "title": "La quantità da aggiungere al volume" + }, + "enable": { + "label": "Aumento volume", + "title": "Abilita aumento volume" + }, + "mode": { + "select": { + "label": "Modalità aumento volume", + "options": { + "global": "Globale", + "perVideo": "Per video" + }, + "title": "Scegli come l'aumento del volume è applicato. 'Per video' permette di abilitare la spinta per ogni video singolarmente nel menu' delle funzioni. 'Globale' applica la spinta a tutti i video quando l'amplificazione del volume è abilitata." + } + }, + "title": "Impostazioni aumento volume" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "Puoi ottenerne una da qui", + "input": { + "label": "Chiave API", + "title": "Inserisci la tua chiave Youtube API V3." + }, + "title": "Chiave API V3 di YouTube" + }, + "youtubeDeepDark": { + "author": "Autore", + "co-authors": "Co-autori", + "colors": { + "colorShadow": { + "label": "Colore ombra", + "title": "Colore per le ombre" + }, + "dimmerText": { + "label": "Colore secondario del testo", + "title": "Colore del testo secondario" + }, + "hoverBackground": { + "label": "Colore sfondo quando puntato", + "title": "Colore per lo sfondo al passaggio" + }, + "mainBackground": { + "label": "Colore sfondo principale", + "title": "Colore per lo sfondo principale" + }, + "mainColor": { + "label": "Colore accento", + "title": "Colore per accento" + }, + "mainText": { + "label": "Colore testo principale", + "title": "Colore per il testo principale" + }, + "secondBackground": { + "label": "Colore sfondo secondario", + "title": "Colore per lo sfondo secondario" + } + }, + "enable": { + "label": "Abilita tema selezionato", + "title": "Abilita il tema selezionato per la pagina" + }, + "select": { + "label": "Seleziona tema", + "title": "Seleziona un tema da applicare alla pagina" + }, + "title": "Impostazioni scure di YouTube" + } + } + } } From 34c0b5e077664ca716dc350880e4031ae3cf33d0 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 13 Jan 2026 18:12:02 -0500 Subject: [PATCH 1412/1783] New translations en-us.json (Korean) --- public/locales/ko-KR.json | 1414 +++++++++++++++++++------------------ 1 file changed, 709 insertions(+), 705 deletions(-) diff --git a/public/locales/ko-KR.json b/public/locales/ko-KR.json index d2041a327..da2207fe5 100644 --- a/public/locales/ko-KR.json +++ b/public/locales/ko-KR.json @@ -1,707 +1,711 @@ { - "langCode": "ko-KR", - "langName": "한국어", - "messages": { - "resumingVideo": "영상을 {{VIDEO_TIME}} 부터 다시 재생합니다.", - "settingVolume": "볼륨 부스트를 {{VOLUME_BOOST_AMOUNT}} 로 설정합니다." - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "복사되었습니다.", - "label": "현재 시간 주소 복사" - } - }, - "featureMenu": { - "button": { - "label": "추가 기능" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "{{TIME}} 초 빨리 감기" - }, - "rewindButton": { - "label": "{{TIME}} 초 되감기" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "최종 화면 숨기기", - "toggle": { - "off": "최종 화면 보기", - "on": "최종 화면 숨기기" - } - } - }, - "loopButton": { - "button": { - "label": "연속 재생", - "toggle": { - "off": "연속 재생 끄기", - "on": "연속 재생 켜기" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "화면 크기에 맞추기", - "toggle": { - "off": "끄기", - "on": "켜기" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "스크립트 보기" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "재생 속도를 {{SPEED}} 로 변경" - }, - "increasePlaybackSpeedButton": { - "label": "재생 속도를 {{SPEED}} 로 변경" - } - }, - "decreaseLimit": "({{SPEED}}) 에서 더 줄일 수 없습니다.", - "increaseLimit": "({{SPEED}}) 에서 더 늘릴 수 없습니다." - }, - "playlistLength": { - "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." - }, - "screenshotButton": { - "button": { - "label": "스크린샷" - }, - "copiedToClipboard": "현재 화면 클립보드에 복사" - }, - "videoHistory": { - "resumeButton": "이어서 시청하기", - "resumePrompt": { - "close": "닫기" - } - }, - "volumeBoostButton": { - "button": { - "label": "볼륨 부스트", - "toggle": { - "off": "볼륨 부스트 끄기", - "on": "볼륨 부스트 켜기" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "중복되는 키가 설정되어 있습니다.", - "volumeControl": "중복되는 키가 설정되어 있습니다." - } - } - }, - "info": { - "reset": "모든 옵션이 기본값으로 재설정되었습니다.\n이제 \"확인\" 버튼를 눌러 변경사항을 저장하거나 이 페이지를 닫아 변경사항을 취소할 수 있습니다." - }, - "success": { - "saved": "저장되었습니다." - } - } - } - }, - "settings": { - "clearData": { - "allDataDeleted": "모든 데이터가 삭제되었습니다.", - "confirmAlert": "모든 데이터가 삭제됩니다. 진행할까요?" - }, - "optionDisabled": { - "either": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " or " - }, - "plural": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " and " - }, - "singular": "Enable '{{OPTION}}' to configure this option", - "specificOption": { - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" - } - }, - "scrollForMoreSettings": "Scroll for more settings", - "sections": { - "automaticQuality": { - "enable": { - "label": "화질 설정", - "title": "영상의 화질이 자동으로 변경됩니다." - }, - "fallbackQualityStrategy": { - "select": { - "label": "화질 대체", - "options": { - "higher": "높음", - "lower": "낮음" - }, - "title": "선택한 화질을 사용할 수 없을 때 다음 방법을 사용합니다." - } - }, - "select": { - "label": "동영상 화질", - "title": "항상 선택한 화질로 동영상이 재생됩니다." - }, - "title": "동영상 화질 자동 변경" - }, - "bottomButtons": { - "clear": { - "title": "확장과 관련된 데이터를 PC에서 모두 삭제합니다.", - "value": "데이터 삭제" - }, - "confirm": { - "title": "작업을 진행하려면 다시 누르세요", - "value": "확인" - }, - "openTab": { - "title": "새 탭에서 설정 열기" - }, - "reset": { - "title": "모든 설정을 기본값으로 변경합니다. 진행을 원하시면 확인을 누르세요", - "value": "초기화" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "현재 시간 주소 복사 버튼", - "decreasePlaybackSpeedButton": "속도 조절 버튼", - "forwardButton": "빨리 감기 버튼", - "hideEndScreenCardsButton": "최종 화면 숨기기", - "increasePlaybackSpeedButton": "속도 조절 버튼", - "loopButton": "연속 재생 버튼", - "maximizePlayerButton": "화면 크기에 맞추기 버튼", - "openTranscriptButton": "스크립트 보기 버튼", - "rewindButton": "되감기 버튼", - "screenshotButton": "스크린샷 버튼", - "volumeBoostButton": "볼륨 부스트 버튼" - }, - "options": { - "below_player": { - "placement": "플레이어 컨트롤 아래", - "value": "아래" - }, - "feature_menu": { - "placement": "추가 기능 버튼", - "value": "추가 기능" - }, - "player_controls_left": { - "placement": "플레이어 컨트롤의 왼쪽", - "value": "왼쪽" - }, - "player_controls_right": { - "placement": "플레이어 컨트롤의 오른쪽", - "value": "오른쪽" - } - }, - "title": "{{BUTTON_NAME}} 을 {{PLACEMENT}} 에 배치하세요" - }, - "title": "Button placement settings" - }, - "customCSS": { - "editor": { - "collapse": "편집기 축소", - "expand": "편집기 확대", - "noProblems": "발견된 문제가 없습니다." - }, - "enable": { - "label": "CSS 커스텀 활성화", - "title": "커스텀 CSS를 적용할 수 있습니다." - }, - "title": "Custom CSS settings" - }, - "featureMenu": { - "openType": { - "select": { - "label": "메뉴 활성화 방식", - "options": { - "click": "클릭 시", - "hover": "마우스 커서를 올릴 때" - }, - "title": "추가 기능 메뉴를 어떤 방식으로 열지 선택하세요" - }, - "title": "추가 기능 설정" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "되감기/빨리 감기 버튼 사용", - "title": "플레이어에 되감기와 빨리 감기 버튼을 추가합니다." - }, - "time": { - "label": "되감기/빨리 감기 시간", - "title": "되감기/빨리 감기 시간" - }, - "title": "되감기/빨리 감기 버튼 설정" - }, - "importExportSettings": { - "exportButton": { - "success": "설정을 성공적으로 내보냈습니다.", - "title": "설정 JSON로 내보내기", - "value": "설정 내보내기" - }, - "importButton": { - "error": { - "unknown": "설정 가져오기에 오류가 있습니다. 파일 형식을 확인하십시오.", - "validation": "설정 가져 오기에 오류가 있습니다. 파일 형식을 확인하십시오.\n{{ERROR_MESSAGE}}" - }, - "success": "설정 파일을 성공적으로 가져왔습니다.", - "title": "JSON 파일에서 설정 가져오기", - "value": "설정 가져오기" - } - }, - "language": { - "select": { - "label": "언어", - "title": "이곳에서 언어를 변경할 수 있습니다." - }, - "title": "언어" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "자동 극장 모드", - "title": "동영상 재생 시 자동으로 극장 모드가 활성화 됩니다." - }, - "automaticallyDisableAmbientMode": { - "label": "Automatically disable ambient mode", - "title": "Automatically disables ambient mode when you load a video" - }, - "automaticallyDisableAutoPlay": { - "label": "Automatically disable autoplay", - "title": "Automatically disables autoplay when you load a video" - }, - "automaticallyDisableClosedCaptions": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" - }, - "automaticallyEnableClosedCaptions": { - "label": "Automatically enable closed captions", - "title": "Automatically enables closed captions when you load a video" - }, - "automaticallyMaximizePlayer": { - "label": "Automatically maximize player", - "title": "Automatically maximizes the player when you load a video" - }, - "automaticallyShowMoreVideosOnEndScreen": { - "label": "Automatically show more videos on end screen", - "title": "Automatically shows more videos on end screen when you load a video" - }, - "copyTimestampUrlButton": { - "label": "현재 시간 주소 복사 버튼", - "title": "현재 시간 주소 복사 (?t=123)" - }, - "defaultToOriginalAudioTrack": { - "label": "Default to original audio track", - "title": "Always default to the original audio track" - }, - "enableMarkAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Add a button to playlist items to mark videos as unwatched" - }, - "enableRemoveVideoButton": { - "label": "Remove video button", - "title": "Add a button to playlist items to remove videos from the playlist" - }, - "enableSaveToWatchLaterButton": { - "label": "Enable save to Watch Later button", - "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" - }, - "hideArtificialIntelligenceSummary": { - "label": "Hide AI summary", - "title": "Hides the artificial intelligence summary below videos" - }, - "hideEndScreenCards": { - "label": "최종 화면 숨기기", - "title": "동영상 마지막에 등장하는 추천 동영상 카드들을 숨깁니다." - }, - "hideEndScreenCardsButton": { - "label": "최종 화면 숨기기 버튼", - "title": "동영상 마지막에 등장하는 추천 동영상 카드들을 숨기거나 표시합니다." - }, - "hideLiveStreamChat": { - "label": "실시간 채팅 숨기기", - "title": "실시간 채팅 레이아웃을 숨깁니다." - }, - "hideMembersOnlyVideos": { - "label": "Hide members-only videos", - "title": "Hides videos that are only visible to members" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" - }, - "hidePaidPromotionBanner": { - "label": "유료 광고 배너 숨기기", - "title": "유료 광고가 있는 동영상을 볼 때 나타나는 배너를 숨깁니다." - }, - "hidePlayables": { - "label": "Hide playables", - "title": "Hides all playables" - }, - "hideScrollbar": { - "label": "스크롤바 숨기기", - "title": "스크롤바를 숨깁니다. 깔끔한 느낌을 받으시려면 키세요" - }, - "hideShorts": { - "label": "쇼츠 숨기기", - "title": "쇼츠 동영상들을 숨깁니다." - }, - "hideSidebarRecommendedVideos": { - "label": "Hide recommended videos", - "title": "Hides the sidebar that recommends videos" - }, - "hideTranslateComment": { - "label": "댓글 번역 버튼 숨기기", - "title": "댓글 아래에 표시되는 번역 버튼을 숨깁니다." - }, - "loopButton": { - "label": "연속 재생 버튼", - "title": "추가 기능 메뉴에 \"연속 재생\" 버튼을 추가합니다." - }, - "maximizePlayerButton": { - "label": "화면 크기에 맞추기 버튼", - "title": "추가 기능 메뉴에 \"화면 크기에 맞추기\" 버튼을 추가합니다." - }, - "openTranscriptButton": { - "label": "스크립트 보기 버튼", - "title": "추가 기능 메뉴에 \"스크립트 보기\" 버튼을 추가합니다." - }, - "openYouTubeSettingsOnHover": { - "label": "마우스 커서를 올려 유튜브 설정 열기", - "title": "설정 버튼 위로 마우스 커서를 올리면 유튜브 설정 메뉴를 엽니다." - }, - "pauseBackgroundPlayers": { - "label": "백그라운드 플레이어 일시 중지", - "title": "다른 탭에서 동영상을 재생할 때 이전 탭의 동영상 플레이어를 일시 중지합니다." - }, - "playlistRemover": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" - }, - "remainingTime": { - "label": "남은 시간 표시", - "title": "현재 동영상의 남은 시간을 표시합니다." - }, - "rememberLastVolume": { - "label": "마지막 볼륨 기억", - "title": "마지막으로 본 동영상의 볼륨이 다른 동영상에서도 유지됩니다." - }, - "removeRedirect": { - "label": "유튜브 / 리디렉션 URL 제거", - "title": "리디렉션 경고 대화를 건너뛰고 실제 URL로 유튜브 리디렉션을 대체합니다." - }, - "restoreFullscreenScrolling": { - "label": "Restore fullscreen scrolling", - "title": "Restores scrolling in fullscreen mode" - }, - "shareShortener": { - "label": "유튜브 동영상 공유 링크 짧게하기", - "title": "si/feature 매개 변수를 제거하여 유튜브 동영상 공유 링크를 단축(youtu.be)" - }, - "shortsAutoScroll": { - "label": "쇼츠 동영상 자동 스크롤", - "title": "재생이 완료되면 다음 쇼츠로 넘어갑니다." - }, - "skipContinueWatching": { - "label": "'동영상이 일시중지되었습니다. 이어서 시청하시겠어요?' 팝업 스킵", - "title": "'동영상이 일시중지되었습니다. 이어서 시청하시겠어요?' 팝업을 자동으로 스킵하여 끊김 없는 재생을 유지합니다." - } - }, - "title": "기타 설정" - }, - "onScreenDisplaySettings": { - "color": { - "label": "색상", - "options": { - "blue": "블루", - "green": "그린", - "orange": "오렌지", - "pink": "핑크", - "purple": "퍼플", - "red": "레드", - "white": "화이트", - "yellow": "옐로우" - }, - "title": "화면에 속도 조절 등의 알림을 표시하는 텍스트 색상을 변경합니다." - }, - "hide": { - "label": "사라지는 시간", - "title": "온 스크린 디스플레이가 몇초 후에 사라지는지 설정합니다." - }, - "opacity": { - "label": "투명도", - "title": "온 스크린 디스플레이의 투명도 조절" - }, - "padding": { - "label": "여백", - "title": "온 스크린 디스플레이의 주변 여백을 픽셀 단위로 조절합니다." - }, - "position": { - "label": "위치", - "options": { - "bottom_left": "왼쪽 아래", - "bottom_right": "오른쪽 아래", - "center": "가운데", - "top_left": "왼쪽 위", - "top_right": "오른쪽 위" - }, - "title": "온 스크린 디스플레이의 위치를 선택하세요" - }, - "title": "On-screen display settings", - "type": { - "label": "유형", - "options": { - "circle": "원형", - "line": "선", - "no_display": "표시 안 함", - "text": "텍스트" - }, - "title": "온 스크린 디스플레이가 어떻게 표시될지 선택합니다." - } - }, - "playbackSpeed": { - "enable": { - "label": "재생 속도 고정", - "title": "동영상 재생 속도를 아래에서 선택한 속도로 설정합니다." - }, - "playbackSpeedButtons": { - "label": "재생 속도 버튼", - "select": { - "label": "재생 속도 버튼", - "title": "클릭당 변경되는 속도 단위" - }, - "title": "보고있는 동영상의 재생 속도를 변경하기 위한 버튼 추가" - }, - "select": { - "label": "플레이어 속도", - "title": "동영상의 속도를 변경합니다." - }, - "title": "재생 속도 설정" - }, - "playlistLength": { - "enable": { - "label": "Display playlist length information", - "title": "Shows the total length of the playlist, how much has been watched, and how much remains." - }, - "title": "Playlist length settings", - "wayToGetLength": { - "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "Method to get watched time", - "options": { - "duration": "Video Length", - "youtube": "Video Watch Time" - }, - "title": "The way to get the amount of time watched (Video Length type only used on watch page)" - } - } - }, - "playlistManagement": { - "features": { - "markAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - }, - "removeVideoButton": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - } - }, - "title": "Playlist management settings" - }, - "playlistManagementButtons": { - "failedToMarkAsUnwatched": "Failed to mark video as unwatched", - "failedToRemoveVideo": "Failed to remove video", - "markAsUnwatched": "Mark as unwatched", - "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "Remove video", - "removingVideo": "Removing video…" - }, - "saveToWatchLaterButton": { - "failedToSaveVideo": "Failed to save video to Watch Later", - "saveVideo": "Save to Watch Later", - "savingVideo": "Saving to Watch Later…" - }, - "screenshotButton": { - "enable": { - "label": "스크린샷 버튼", - "title": "현재 화면을 캡처하기 위한 스크린샷 버튼을 추가합니다." - }, - "saveAs": { - "both": "Both (File and Clipboard)", - "clipboard": "클립보드로 복사", - "file": "파일로 저장" - }, - "selectFormat": { - "label": "캡처 방법", - "title": "스크린샷을 저장하는 방식" - }, - "selectSaveAs": { - "label": "스크린샷 저장 방식", - "title": "현재 화면을 클립보드에 복사, 파일로 저장 두 가지 옵션이 있습니다." - }, - "title": "스크린샷 설정" - }, - "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "스크롤 당 속도 변경", - "title": "스크롤에 따라 속도가 조절됩니다." - }, - "enable": { - "label": "스크롤 휠로 속도 제어", - "title": "스크롤 휠을 사용해 속도를 조절하려면 이 옵션을 사용하세요" - }, - "optionLabel": "{{KEY}}", - "select": { - "label": "보조 키", - "title": "보조 키와 함께 사용해야 작동이 됩니다." - }, - "title": "스크롤 휠 속도 제어 설정" - }, - "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "스크롤 당 볼륨 조절", - "title": "스크롤에 따라 볼륨이 조절됩니다." - }, - "enable": { - "label": "스크롤로 볼륨 조절", - "title": "스크롤 휠을 사용하여 보고 있는 동영상의 볼륨을 조절할 수 있습니다." - }, - "holdModifierKey": { - "enable": { - "label": "보조 키를 누를 때 활성화", - "title": "보조 키와 함께 사용해야 작동합니다." - }, - "optionLabel": "{{KEY}}", - "select": { - "label": "보조 키", - "title": "보조 키와 함께 사용해야 작동합니다." - } - }, - "holdRightClick": { - "enable": { - "label": "마우스 오른쪽 버튼을 누른 상태에서 활성화", - "title": "우클릭 상태로 스크롤 하세요" - } - }, - "title": "스크롤 휠로 볼륨 조절 설정" - }, - "settingSearch": { - "placeholder": "설정 검색" - }, - "videoHistory": { - "enable": { - "label": "시청한 동영상 기억", - "title": "동영상의 중단된 위치를 기억하고 이어서 시청할 수 있습니다." - }, - "resumeType": { - "select": { - "label": "이어서 시청하기", - "options": { - "automatic": "자동", - "prompt": "팝업 클릭" - }, - "title": "이어서 시청하는 방법 선택" - } - }, - "title": "동영상 시청 기록 설정" - }, - "volumeBoost": { - "boostAmount": { - "label": "부피 부스트(dB)", - "title": "높을 수록 소리가 커집니다." - }, - "enable": { - "label": "볼륨 부스트", - "title": "볼륨 부스트 켜기" - }, - "mode": { - "select": { - "label": "볼륨 부스트 적용 방법", - "options": { - "global": "전체", - "perVideo": "개별 동영상" - }, - "title": "볼륨 부스트 활성화 방법을 선택하십시오. '개별 동영상'을 사용하면 추가 기능 메뉴에서 각 비디오를 개별적으로 적용할 수 있습니다. 전체'를 선택하면 이 모든 동영상에 적용됩니다." - } - }, - "title": "볼륨 부스트 설정" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "You can get one from here", - "input": { - "label": "API Key", - "title": "Enter your Youtube Data API V3 key." - }, - "title": "YouTube API V3 key" - }, - "youtubeDeepDark": { - "author": "개발자", - "co-authors": "도와주신분들", - "colors": { - "colorShadow": { - "label": "그림자 색상", - "title": "그림자 색상" - }, - "dimmerText": { - "label": "보조 텍스트 색상", - "title": "보조 텍스트의 색상" - }, - "hoverBackground": { - "label": "마우스 커서를 올렸을 때 색상", - "title": "마우스 커서를 올렸을 때의 색상을 변경합니다." - }, - "mainBackground": { - "label": "메인 배경 색상", - "title": "메인 백그라운드 색상을 변경합니다." - }, - "mainColor": { - "label": "강조 색상", - "title": "강조할 색상을 선택하세요" - }, - "mainText": { - "label": "메인 텍스트 색상", - "title": "메인 텍스트 색상을 변경합니다." - }, - "secondBackground": { - "label": "보조 배경 색상", - "title": "보조 배경의 색상을 변경합니다." - } - }, - "enable": { - "label": "선택한 테마 사용", - "title": "선택한 테마를 활성화합니다." - }, - "select": { - "label": "테마 선택", - "title": "적용할 테마를 선택하세요" - }, - "title": "YouTube deep dark settings" - } - } - } + "langCode": "ko-KR", + "langName": "한국어", + "messages": { + "resumingVideo": "영상을 {{VIDEO_TIME}} 부터 다시 재생합니다.", + "settingVolume": "볼륨 부스트를 {{VOLUME_BOOST_AMOUNT}} 로 설정합니다." + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "복사되었습니다.", + "label": "현재 시간 주소 복사" + } + }, + "featureMenu": { + "button": { + "label": "추가 기능" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "{{TIME}} 초 빨리 감기" + }, + "rewindButton": { + "label": "{{TIME}} 초 되감기" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "최종 화면 숨기기", + "toggle": { + "off": "최종 화면 보기", + "on": "최종 화면 숨기기" + } + } + }, + "loopButton": { + "button": { + "label": "연속 재생", + "toggle": { + "off": "연속 재생 끄기", + "on": "연속 재생 켜기" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "화면 크기에 맞추기", + "toggle": { + "off": "끄기", + "on": "켜기" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "스크립트 보기" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "재생 속도를 {{SPEED}} 로 변경" + }, + "increasePlaybackSpeedButton": { + "label": "재생 속도를 {{SPEED}} 로 변경" + } + }, + "decreaseLimit": "({{SPEED}}) 에서 더 줄일 수 없습니다.", + "increaseLimit": "({{SPEED}}) 에서 더 늘릴 수 없습니다." + }, + "playlistLength": { + "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + }, + "screenshotButton": { + "button": { + "label": "스크린샷" + }, + "copiedToClipboard": "현재 화면 클립보드에 복사" + }, + "videoHistory": { + "resumeButton": "이어서 시청하기", + "resumePrompt": { + "close": "닫기" + } + }, + "volumeBoostButton": { + "button": { + "label": "볼륨 부스트", + "toggle": { + "off": "볼륨 부스트 끄기", + "on": "볼륨 부스트 켜기" + } + } + } + } + }, + "options": { + "notifications": { + "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "중복되는 키가 설정되어 있습니다.", + "volumeControl": "중복되는 키가 설정되어 있습니다." + } + } + }, + "info": { + "reset": "모든 옵션이 기본값으로 재설정되었습니다.\n이제 \"확인\" 버튼를 눌러 변경사항을 저장하거나 이 페이지를 닫아 변경사항을 취소할 수 있습니다." + }, + "success": { + "saved": "저장되었습니다." + } + } + } + }, + "settings": { + "clearData": { + "allDataDeleted": "모든 데이터가 삭제되었습니다.", + "confirmAlert": "모든 데이터가 삭제됩니다. 진행할까요?" + }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "scrollForMoreSettings": "Scroll for more settings", + "sections": { + "automaticQuality": { + "enable": { + "label": "화질 설정", + "title": "영상의 화질이 자동으로 변경됩니다." + }, + "fallbackQualityStrategy": { + "select": { + "label": "화질 대체", + "options": { + "higher": "높음", + "lower": "낮음" + }, + "title": "선택한 화질을 사용할 수 없을 때 다음 방법을 사용합니다." + } + }, + "select": { + "label": "동영상 화질", + "title": "항상 선택한 화질로 동영상이 재생됩니다." + }, + "title": "동영상 화질 자동 변경" + }, + "bottomButtons": { + "clear": { + "title": "확장과 관련된 데이터를 PC에서 모두 삭제합니다.", + "value": "데이터 삭제" + }, + "confirm": { + "title": "작업을 진행하려면 다시 누르세요", + "value": "확인" + }, + "openTab": { + "title": "새 탭에서 설정 열기" + }, + "reset": { + "title": "모든 설정을 기본값으로 변경합니다. 진행을 원하시면 확인을 누르세요", + "value": "초기화" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "현재 시간 주소 복사 버튼", + "decreasePlaybackSpeedButton": "속도 조절 버튼", + "forwardButton": "빨리 감기 버튼", + "hideEndScreenCardsButton": "최종 화면 숨기기", + "increasePlaybackSpeedButton": "속도 조절 버튼", + "loopButton": "연속 재생 버튼", + "maximizePlayerButton": "화면 크기에 맞추기 버튼", + "openTranscriptButton": "스크립트 보기 버튼", + "rewindButton": "되감기 버튼", + "screenshotButton": "스크린샷 버튼", + "volumeBoostButton": "볼륨 부스트 버튼" + }, + "options": { + "below_player": { + "placement": "플레이어 컨트롤 아래", + "value": "아래" + }, + "feature_menu": { + "placement": "추가 기능 버튼", + "value": "추가 기능" + }, + "player_controls_left": { + "placement": "플레이어 컨트롤의 왼쪽", + "value": "왼쪽" + }, + "player_controls_right": { + "placement": "플레이어 컨트롤의 오른쪽", + "value": "오른쪽" + } + }, + "title": "{{BUTTON_NAME}} 을 {{PLACEMENT}} 에 배치하세요" + }, + "title": "Button placement settings" + }, + "customCSS": { + "editor": { + "collapse": "편집기 축소", + "expand": "편집기 확대", + "noProblems": "발견된 문제가 없습니다." + }, + "enable": { + "label": "CSS 커스텀 활성화", + "title": "커스텀 CSS를 적용할 수 있습니다." + }, + "title": "Custom CSS settings" + }, + "featureMenu": { + "openType": { + "select": { + "label": "메뉴 활성화 방식", + "options": { + "click": "클릭 시", + "hover": "마우스 커서를 올릴 때" + }, + "title": "추가 기능 메뉴를 어떤 방식으로 열지 선택하세요" + }, + "title": "추가 기능 설정" + } + }, + "forwardRewindButtons": { + "enable": { + "label": "되감기/빨리 감기 버튼 사용", + "title": "플레이어에 되감기와 빨리 감기 버튼을 추가합니다." + }, + "time": { + "label": "되감기/빨리 감기 시간", + "title": "되감기/빨리 감기 시간" + }, + "title": "되감기/빨리 감기 버튼 설정" + }, + "importExportSettings": { + "exportButton": { + "success": "설정을 성공적으로 내보냈습니다.", + "title": "설정 JSON로 내보내기", + "value": "설정 내보내기" + }, + "importButton": { + "error": { + "unknown": "설정 가져오기에 오류가 있습니다. 파일 형식을 확인하십시오.", + "validation": "설정 가져 오기에 오류가 있습니다. 파일 형식을 확인하십시오.\n{{ERROR_MESSAGE}}" + }, + "success": "설정 파일을 성공적으로 가져왔습니다.", + "title": "JSON 파일에서 설정 가져오기", + "value": "설정 가져오기" + } + }, + "language": { + "select": { + "label": "언어", + "title": "이곳에서 언어를 변경할 수 있습니다." + }, + "title": "언어" + }, + "miscellaneous": { + "features": { + "automaticTheaterMode": { + "label": "자동 극장 모드", + "title": "동영상 재생 시 자동으로 극장 모드가 활성화 됩니다." + }, + "automaticallyDisableAmbientMode": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + }, + "automaticallyDisableAutoPlay": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + }, + "automaticallyDisableClosedCaptions": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + }, + "automaticallyEnableClosedCaptions": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + }, + "automaticallyMaximizePlayer": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + }, + "automaticallyShowMoreVideosOnEndScreen": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + }, + "copyTimestampUrlButton": { + "label": "현재 시간 주소 복사 버튼", + "title": "현재 시간 주소 복사 (?t=123)" + }, + "defaultToOriginalAudioTrack": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + }, + "enableMarkAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Add a button to playlist items to mark videos as unwatched" + }, + "enableRemoveVideoButton": { + "label": "Remove video button", + "title": "Add a button to playlist items to remove videos from the playlist" + }, + "enableSaveToWatchLaterButton": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + }, + "hideArtificialIntelligenceSummary": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + }, + "hideEndScreenCards": { + "label": "최종 화면 숨기기", + "title": "동영상 마지막에 등장하는 추천 동영상 카드들을 숨깁니다." + }, + "hideEndScreenCardsButton": { + "label": "최종 화면 숨기기 버튼", + "title": "동영상 마지막에 등장하는 추천 동영상 카드들을 숨기거나 표시합니다." + }, + "hideLiveStreamChat": { + "label": "실시간 채팅 숨기기", + "title": "실시간 채팅 레이아웃을 숨깁니다." + }, + "hideMembersOnlyVideos": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + }, + "hideOfficialArtistVideosFromHomePage": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + }, + "hidePaidPromotionBanner": { + "label": "유료 광고 배너 숨기기", + "title": "유료 광고가 있는 동영상을 볼 때 나타나는 배너를 숨깁니다." + }, + "hidePlayables": { + "label": "Hide playables", + "title": "Hides all playables" + }, + "hideScrollbar": { + "label": "스크롤바 숨기기", + "title": "스크롤바를 숨깁니다. 깔끔한 느낌을 받으시려면 키세요" + }, + "hideShorts": { + "label": "쇼츠 숨기기", + "title": "쇼츠 동영상들을 숨깁니다." + }, + "hideSidebarRecommendedVideos": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + }, + "hideTranslateComment": { + "label": "댓글 번역 버튼 숨기기", + "title": "댓글 아래에 표시되는 번역 버튼을 숨깁니다." + }, + "loopButton": { + "label": "연속 재생 버튼", + "title": "추가 기능 메뉴에 \"연속 재생\" 버튼을 추가합니다." + }, + "maximizePlayerButton": { + "label": "화면 크기에 맞추기 버튼", + "title": "추가 기능 메뉴에 \"화면 크기에 맞추기\" 버튼을 추가합니다." + }, + "openTranscriptButton": { + "label": "스크립트 보기 버튼", + "title": "추가 기능 메뉴에 \"스크립트 보기\" 버튼을 추가합니다." + }, + "openYouTubeSettingsOnHover": { + "label": "마우스 커서를 올려 유튜브 설정 열기", + "title": "설정 버튼 위로 마우스 커서를 올리면 유튜브 설정 메뉴를 엽니다." + }, + "pauseBackgroundPlayers": { + "label": "백그라운드 플레이어 일시 중지", + "title": "다른 탭에서 동영상을 재생할 때 이전 탭의 동영상 플레이어를 일시 중지합니다." + }, + "playlistRemover": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + }, + "remainingTime": { + "label": "남은 시간 표시", + "title": "현재 동영상의 남은 시간을 표시합니다." + }, + "rememberLastVolume": { + "label": "마지막 볼륨 기억", + "title": "마지막으로 본 동영상의 볼륨이 다른 동영상에서도 유지됩니다." + }, + "removeRedirect": { + "label": "유튜브 / 리디렉션 URL 제거", + "title": "리디렉션 경고 대화를 건너뛰고 실제 URL로 유튜브 리디렉션을 대체합니다." + }, + "restoreFullscreenScrolling": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + }, + "shareShortener": { + "label": "유튜브 동영상 공유 링크 짧게하기", + "title": "si/feature 매개 변수를 제거하여 유튜브 동영상 공유 링크를 단축(youtu.be)" + }, + "shortsAutoScroll": { + "label": "쇼츠 동영상 자동 스크롤", + "title": "재생이 완료되면 다음 쇼츠로 넘어갑니다." + }, + "skipContinueWatching": { + "label": "'동영상이 일시중지되었습니다. 이어서 시청하시겠어요?' 팝업 스킵", + "title": "'동영상이 일시중지되었습니다. 이어서 시청하시겠어요?' 팝업을 자동으로 스킵하여 끊김 없는 재생을 유지합니다." + }, + "timestampPeek": { + "label": "Timestamp Peek", + "title": "Shows a preview of the video when you hover over a timestamp" + } + }, + "title": "기타 설정" + }, + "onScreenDisplaySettings": { + "color": { + "label": "색상", + "options": { + "blue": "블루", + "green": "그린", + "orange": "오렌지", + "pink": "핑크", + "purple": "퍼플", + "red": "레드", + "white": "화이트", + "yellow": "옐로우" + }, + "title": "화면에 속도 조절 등의 알림을 표시하는 텍스트 색상을 변경합니다." + }, + "hide": { + "label": "사라지는 시간", + "title": "온 스크린 디스플레이가 몇초 후에 사라지는지 설정합니다." + }, + "opacity": { + "label": "투명도", + "title": "온 스크린 디스플레이의 투명도 조절" + }, + "padding": { + "label": "여백", + "title": "온 스크린 디스플레이의 주변 여백을 픽셀 단위로 조절합니다." + }, + "position": { + "label": "위치", + "options": { + "bottom_left": "왼쪽 아래", + "bottom_right": "오른쪽 아래", + "center": "가운데", + "top_left": "왼쪽 위", + "top_right": "오른쪽 위" + }, + "title": "온 스크린 디스플레이의 위치를 선택하세요" + }, + "title": "On-screen display settings", + "type": { + "label": "유형", + "options": { + "circle": "원형", + "line": "선", + "no_display": "표시 안 함", + "text": "텍스트" + }, + "title": "온 스크린 디스플레이가 어떻게 표시될지 선택합니다." + } + }, + "playbackSpeed": { + "enable": { + "label": "재생 속도 고정", + "title": "동영상 재생 속도를 아래에서 선택한 속도로 설정합니다." + }, + "playbackSpeedButtons": { + "label": "재생 속도 버튼", + "select": { + "label": "재생 속도 버튼", + "title": "클릭당 변경되는 속도 단위" + }, + "title": "보고있는 동영상의 재생 속도를 변경하기 위한 버튼 추가" + }, + "select": { + "label": "플레이어 속도", + "title": "동영상의 속도를 변경합니다." + }, + "title": "재생 속도 설정" + }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + }, + "title": "Playlist length settings", + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } + } + }, + "playlistManagement": { + "features": { + "markAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + }, + "removeVideoButton": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + }, + "title": "Playlist management settings" + }, + "playlistManagementButtons": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + }, + "saveToWatchLaterButton": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + }, + "screenshotButton": { + "enable": { + "label": "스크린샷 버튼", + "title": "현재 화면을 캡처하기 위한 스크린샷 버튼을 추가합니다." + }, + "saveAs": { + "both": "Both (File and Clipboard)", + "clipboard": "클립보드로 복사", + "file": "파일로 저장" + }, + "selectFormat": { + "label": "캡처 방법", + "title": "스크린샷을 저장하는 방식" + }, + "selectSaveAs": { + "label": "스크린샷 저장 방식", + "title": "현재 화면을 클립보드에 복사, 파일로 저장 두 가지 옵션이 있습니다." + }, + "title": "스크린샷 설정" + }, + "scrollWheelSpeedControl": { + "adjustmentSteps": { + "label": "스크롤 당 속도 변경", + "title": "스크롤에 따라 속도가 조절됩니다." + }, + "enable": { + "label": "스크롤 휠로 속도 제어", + "title": "스크롤 휠을 사용해 속도를 조절하려면 이 옵션을 사용하세요" + }, + "optionLabel": "{{KEY}}", + "select": { + "label": "보조 키", + "title": "보조 키와 함께 사용해야 작동이 됩니다." + }, + "title": "스크롤 휠 속도 제어 설정" + }, + "scrollWheelVolumeControl": { + "adjustmentSteps": { + "label": "스크롤 당 볼륨 조절", + "title": "스크롤에 따라 볼륨이 조절됩니다." + }, + "enable": { + "label": "스크롤로 볼륨 조절", + "title": "스크롤 휠을 사용하여 보고 있는 동영상의 볼륨을 조절할 수 있습니다." + }, + "holdModifierKey": { + "enable": { + "label": "보조 키를 누를 때 활성화", + "title": "보조 키와 함께 사용해야 작동합니다." + }, + "optionLabel": "{{KEY}}", + "select": { + "label": "보조 키", + "title": "보조 키와 함께 사용해야 작동합니다." + } + }, + "holdRightClick": { + "enable": { + "label": "마우스 오른쪽 버튼을 누른 상태에서 활성화", + "title": "우클릭 상태로 스크롤 하세요" + } + }, + "title": "스크롤 휠로 볼륨 조절 설정" + }, + "settingSearch": { + "placeholder": "설정 검색" + }, + "videoHistory": { + "enable": { + "label": "시청한 동영상 기억", + "title": "동영상의 중단된 위치를 기억하고 이어서 시청할 수 있습니다." + }, + "resumeType": { + "select": { + "label": "이어서 시청하기", + "options": { + "automatic": "자동", + "prompt": "팝업 클릭" + }, + "title": "이어서 시청하는 방법 선택" + } + }, + "title": "동영상 시청 기록 설정" + }, + "volumeBoost": { + "boostAmount": { + "label": "부피 부스트(dB)", + "title": "높을 수록 소리가 커집니다." + }, + "enable": { + "label": "볼륨 부스트", + "title": "볼륨 부스트 켜기" + }, + "mode": { + "select": { + "label": "볼륨 부스트 적용 방법", + "options": { + "global": "전체", + "perVideo": "개별 동영상" + }, + "title": "볼륨 부스트 활성화 방법을 선택하십시오. '개별 동영상'을 사용하면 추가 기능 메뉴에서 각 비디오를 개별적으로 적용할 수 있습니다. 전체'를 선택하면 이 모든 동영상에 적용됩니다." + } + }, + "title": "볼륨 부스트 설정" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Key", + "title": "Enter your Youtube Data API V3 key." + }, + "title": "YouTube API V3 key" + }, + "youtubeDeepDark": { + "author": "개발자", + "co-authors": "도와주신분들", + "colors": { + "colorShadow": { + "label": "그림자 색상", + "title": "그림자 색상" + }, + "dimmerText": { + "label": "보조 텍스트 색상", + "title": "보조 텍스트의 색상" + }, + "hoverBackground": { + "label": "마우스 커서를 올렸을 때 색상", + "title": "마우스 커서를 올렸을 때의 색상을 변경합니다." + }, + "mainBackground": { + "label": "메인 배경 색상", + "title": "메인 백그라운드 색상을 변경합니다." + }, + "mainColor": { + "label": "강조 색상", + "title": "강조할 색상을 선택하세요" + }, + "mainText": { + "label": "메인 텍스트 색상", + "title": "메인 텍스트 색상을 변경합니다." + }, + "secondBackground": { + "label": "보조 배경 색상", + "title": "보조 배경의 색상을 변경합니다." + } + }, + "enable": { + "label": "선택한 테마 사용", + "title": "선택한 테마를 활성화합니다." + }, + "select": { + "label": "테마 선택", + "title": "적용할 테마를 선택하세요" + }, + "title": "YouTube deep dark settings" + } + } + } } From d66ee15cdf600f5dea737d8cf41f213aa1404881 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 13 Jan 2026 18:12:03 -0500 Subject: [PATCH 1413/1783] New translations en-us.json (Dutch) --- public/locales/nl-NL.json | 1414 +++++++++++++++++++------------------ 1 file changed, 709 insertions(+), 705 deletions(-) diff --git a/public/locales/nl-NL.json b/public/locales/nl-NL.json index f9683fa82..eadf9fdae 100644 --- a/public/locales/nl-NL.json +++ b/public/locales/nl-NL.json @@ -1,707 +1,711 @@ { - "langCode": "nl-NL", - "langName": "Nederlands(Nederland)", - "messages": { - "resumingVideo": "Video hervatten bij {{VIDEO_TIME}}", - "settingVolume": "Volume boost instellen op {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "Gekopieerd!", - "label": "Kopieer video URL met tijdstempel" - } - }, - "featureMenu": { - "button": { - "label": "Functies menu" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "{{TIME}} doorspoelen" - }, - "rewindButton": { - "label": "{{TIME}} terugspoelen" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "Eindscherm elementen verbergen", - "toggle": { - "off": "Eindscherm elementen tonen", - "on": "Eindscherm elementen verbergen" - } - } - }, - "loopButton": { - "button": { - "label": "Loop", - "toggle": { - "off": "Loop uit", - "on": "Loop aan" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "Maximaliseren", - "toggle": { - "off": "Maximaliseren uit", - "on": "Maximaliseren aan" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Open ondertitels" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Verlaag de afspeelsnelheid naar {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Verhoog de afspeelsnelheid naar {{SPEED}}" - } - }, - "decreaseLimit": "Kan de snelheid niet langer verlagen ({{SPEED}})", - "increaseLimit": "Kan de snelheid niet langer verhogen ({{SPEED}})" - }, - "playlistLength": { - "title": "De totale lengte kan inaccuraat zijn als enkele video's verborgen zijn of als je niet genoeg video's hebt ingeladen om de totale lengte te krijgen." - }, - "screenshotButton": { - "button": { - "label": "Schermafbeelding" - }, - "copiedToClipboard": "Schermafbeelding gekopieerd naar het klembord" - }, - "videoHistory": { - "resumeButton": "Hervatten", - "resumePrompt": { - "close": "Sluiten" - } - }, - "volumeBoostButton": { - "button": { - "label": "Volume boost", - "toggle": { - "off": "Volume boost uit", - "on": "Volume boost aan" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "De snelheid van de scrollwiel snelheid controleknop kan niet dezelfde zijn als de scrollwiel volume controleknop.", - "volumeControl": "De scrollwiel volume controleknop kan niet dezelfde zijn als de scrollwiel snelheid controleknop." - } - } - }, - "info": { - "reset": "Alle opties zijn teruggezet op hun standaardwaarden. Je kan je veranderingen opslaan door op de \"Bevestig\" knop te drukken of ze negeren door deze pagina te sluiten of deze melding te negeren." - }, - "success": { - "saved": "Opties opgeslagen." - } - } - } - }, - "settings": { - "clearData": { - "allDataDeleted": "Alle data werd verwijderd.", - "confirmAlert": "Dit zal alle extensie data gerelateerd aan de opties verwijderen. Wil je verdergaan?" - }, - "optionDisabled": { - "either": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " or " - }, - "plural": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " and " - }, - "singular": "Enable '{{OPTION}}' to configure this option", - "specificOption": { - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" - } - }, - "scrollForMoreSettings": "Scroll for more settings", - "sections": { - "automaticQuality": { - "enable": { - "label": "Automatische kwaliteitsaanpassing", - "title": "Past automatisch de videokwaliteit aan naar het geselecteerde niveau." - }, - "fallbackQualityStrategy": { - "select": { - "label": "Kwaliteitsterugvalstrategie", - "options": { - "higher": "Hoger", - "lower": "Lager" - }, - "title": "De strategie die gebruikt wordt wanneer de geselecteerde kwaliteit niet beschikbaar is" - } - }, - "select": { - "label": "Afspeelkwaliteit", - "title": "De kwaliteit waarop je de video zet" - }, - "title": "Automatische kwaliteitsinstellingen" - }, - "bottomButtons": { - "clear": { - "title": "Wist alle gegevens die de extensie op uw machine heeft gezet", - "value": "Gegevens wissen" - }, - "confirm": { - "title": "Opnieuw instellen bevestigen", - "value": "Bevestig" - }, - "openTab": { - "title": "Open extensie instellingen in een nieuw tabblad" - }, - "reset": { - "title": "Reset alle instellingen naar hun standaardwaarden, klik op de \"Bevestig\" knop om wijzigingen op te slaan", - "value": "Reset" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "Kopieer video URL met tijdstempel knop", - "decreasePlaybackSpeedButton": "Verlaag snelheidsknop", - "forwardButton": "Doorspoelknop", - "hideEndScreenCardsButton": "Verberg eindschermelementen knop", - "increasePlaybackSpeedButton": "Verhoog snelheid knop", - "loopButton": "Loop knop", - "maximizePlayerButton": "Maximaliseer knop", - "openTranscriptButton": "Open ondertitels knop", - "rewindButton": "Terugspoelknop", - "screenshotButton": "Schermafbeelding knop", - "volumeBoostButton": "Volume boost knop" - }, - "options": { - "below_player": { - "placement": "onder de speler instellingen", - "value": "Onder speler" - }, - "feature_menu": { - "placement": "in het feature menu", - "value": "Feature menu" - }, - "player_controls_left": { - "placement": "aan de linkerkant van de spelerinstellingen", - "value": "Linker Besturing" - }, - "player_controls_right": { - "placement": "aan de rechterkant van de spelerinstellingen", - "value": "Rechter Bediening" - } - }, - "title": "Plaats de {{BUTTON_NAME}} {{PLACEMENT}}" - }, - "title": "Button placement settings" - }, - "customCSS": { - "editor": { - "collapse": "Verberg Editor", - "expand": "Toon Editor", - "noProblems": "Geen problemen gevonden." - }, - "enable": { - "label": "Aangepaste CSS inschakelen", - "title": "Maakt het mogelijk aangepaste CSS toe te passen op de pagina" - }, - "title": "Custom CSS settings" - }, - "featureMenu": { - "openType": { - "select": { - "label": "Menu Activatie Type", - "options": { - "click": "Klik", - "hover": "Hang erboven met de muis" - }, - "title": "Selecteer de methode om het feature menu te activeren" - }, - "title": "Feature menu instellingen" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "Schakel doorspoelen/terugspoelen knoppen in", - "title": "Voegt doorspoelen en terugspoelen knoppen toe aan de videospeler" - }, - "time": { - "label": "Tijd door/terugspoelen", - "title": "Het aantal tijd waarmee je de video doorspoelt / terugspoelt" - }, - "title": "Doorspoel/terugspoel knop instellingen" - }, - "importExportSettings": { - "exportButton": { - "success": "Instellingen succesvol geëxporteerd", - "title": "Instellingen exporteren naar een JSON-bestand", - "value": "Instellingen exporteren" - }, - "importButton": { - "error": { - "unknown": "Fout bij het importeren van instellingen. Kijk alstublieft het bestandsformaat na.\nEen onbekende fout is opgetreden.", - "validation": "Fout bij het importeren van instellingen. Kijk alstublieft het bestandsformaat na.\n{{ERROR_MESSAGE}}" - }, - "success": "Instellingen succesvol geïmporteerd", - "title": "Instellingen importeren uit een JSON-bestand", - "value": "Instellingen Importeren" - } - }, - "language": { - "select": { - "label": "Taal", - "title": "De taal voor de extensie" - }, - "title": "Taal" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "Automatisch theatermodus", - "title": "Zet de video automatisch in theatermodus wanneer je deze inlaadt" - }, - "automaticallyDisableAmbientMode": { - "label": "Automatisch uitschakelen omgevingsmodus", - "title": "Schakel de omgevingsmodus automatisch uit bij het laden van een video" - }, - "automaticallyDisableAutoPlay": { - "label": "Automatically disable autoplay", - "title": "Automatically disables autoplay when you load a video" - }, - "automaticallyDisableClosedCaptions": { - "label": "Automatisch ondertiteling uitschakelen", - "title": "Automatisch ondertiteling uitzetten wanneer je een video inlaadt" - }, - "automaticallyEnableClosedCaptions": { - "label": "Automatically enable closed captions", - "title": "Automatically enables closed captions when you load a video" - }, - "automaticallyMaximizePlayer": { - "label": "Automatically maximize player", - "title": "Automatically maximizes the player when you load a video" - }, - "automaticallyShowMoreVideosOnEndScreen": { - "label": "Automatically show more videos on end screen", - "title": "Automatically shows more videos on end screen when you load a video" - }, - "copyTimestampUrlButton": { - "label": "Kopieer video URL met tijdstempel knop", - "title": "Kopieer video URL met tijdstempel (?t=123)" - }, - "defaultToOriginalAudioTrack": { - "label": "Default to original audio track", - "title": "Always default to the original audio track" - }, - "enableMarkAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Add a button to playlist items to mark videos as unwatched" - }, - "enableRemoveVideoButton": { - "label": "Remove video button", - "title": "Add a button to playlist items to remove videos from the playlist" - }, - "enableSaveToWatchLaterButton": { - "label": "Enable save to Watch Later button", - "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" - }, - "hideArtificialIntelligenceSummary": { - "label": "Hide AI summary", - "title": "Hides the artificial intelligence summary below videos" - }, - "hideEndScreenCards": { - "label": "Eindscherm elementen verbergen", - "title": "Maakt de elementen aan het eind van een video onzichtbaar" - }, - "hideEndScreenCardsButton": { - "label": "Eindscherm elementen verbergen knop", - "title": "Voegt een knop toe die de eindscherm elementen toont/verbergt" - }, - "hideLiveStreamChat": { - "label": "Livestream chat verbergen", - "title": "Verbergt de livestream chat" - }, - "hideMembersOnlyVideos": { - "label": "Hide members-only videos", - "title": "Hides videos that are only visible to members" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "Verberg Officiële Artiest Video's", - "title": "Verberg Officiële Artiest Video's op de homepagina" - }, - "hidePaidPromotionBanner": { - "label": "Verberg betaalde promotie banner", - "title": "Verbergt de banner die verschijnt wanneer je een video bekijkt die een betaalde promotie heeft" - }, - "hidePlayables": { - "label": "Hide playables", - "title": "Hides all playables" - }, - "hideScrollbar": { - "label": "Verberg scrollbar", - "title": "Verbergt de scrollbar op de pagina" - }, - "hideShorts": { - "label": "Shorts verbergen", - "title": "Verbergt alle shorts" - }, - "hideSidebarRecommendedVideos": { - "label": "Hide recommended videos", - "title": "Hides the sidebar that recommends videos" - }, - "hideTranslateComment": { - "label": "Verberg vertaal reactie knop", - "title": "Verbergt \"Vertaal naar Taal\" knop onder reacties" - }, - "loopButton": { - "label": "Loop knop", - "title": "Voegt een knop toe aan het feature menu om de huidige video te loopen" - }, - "maximizePlayerButton": { - "label": "Maximaliseer speler knop", - "title": "Voegt een knop toe aan het feature menu die de speler maximaliseert" - }, - "openTranscriptButton": { - "label": "Open ondertitels knop", - "title": "Voegt een knop toe aan het feature menu die het transcript van de huidige video opent" - }, - "openYouTubeSettingsOnHover": { - "label": "Open youtube instellingen bij overgang met de muis", - "title": "Opent YouTube instellingen wanner je met je muis over de instellingen knop gaat" - }, - "pauseBackgroundPlayers": { - "label": "Achtergrondafspelers pauzeren", - "title": "Pauzeert videospelers in achtergrond tabbladen wanneer je een nieuwe videospeler start op een voorgrond tabblad" - }, - "playlistRemover": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" - }, - "remainingTime": { - "label": "Resterende tijd", - "title": "Toont de resterende tijd van de huidige video" - }, - "rememberLastVolume": { - "label": "Onthoud vorig volume", - "title": "Onthoudt het volume van de vorige video en stelt het in op een nieuwe video" - }, - "removeRedirect": { - "label": "Verwijdert YouTube /redirect URLs", - "title": "Vervangt YouTube doorverwijzing door echte URLs die de doorverwijzing waarschuwing niet geven" - }, - "restoreFullscreenScrolling": { - "label": "Restore fullscreen scrolling", - "title": "Restores scrolling in fullscreen mode" - }, - "shareShortener": { - "label": "Maak Youtube deel links korter", - "title": "Maakt YouTube video deel links (youtu.be) korter door si en andere feature parameters af te knippen" - }, - "shortsAutoScroll": { - "label": "Shorts autoscroll", - "title": "Scrollt automatisch naar de volgende short" - }, - "skipContinueWatching": { - "label": "Sla \"video is gepauzeerd. Hervatten?\" over", - "title": "Slaat het afwezig dialoog die het afspelen pauzeert over" - } - }, - "title": "Overige instellingen" - }, - "onScreenDisplaySettings": { - "color": { - "label": "Kleur", - "options": { - "blue": "Blauw", - "green": "Groen", - "orange": "Oranje", - "pink": "Roze", - "purple": "Paars", - "red": "Rood", - "white": "Wit", - "yellow": "Geel" - }, - "title": "Selecteer de kleur voor de schermweergave" - }, - "hide": { - "label": "Vertraging verbergen", - "title": "Specifieer de tijd, in milliseconden, voordat de schermweergave automatisch wordt verborgen" - }, - "opacity": { - "label": "Transparantie", - "title": "Transparantie van de schermweergave aanpassen" - }, - "padding": { - "label": "Padding", - "title": "Het aantal pixels rond de schermweergave aanpassen. Dit geldt specifiek voor de hoek schermweergave." - }, - "position": { - "label": "Positie", - "options": { - "bottom_left": "Linksonder", - "bottom_right": "Rechtsonder", - "center": "Gecentreerd", - "top_left": "Linksboven", - "top_right": "Rechtsboven" - }, - "title": "Selecteer de positie voor de schermweergave" - }, - "title": "On-screen display settings", - "type": { - "label": "Type", - "options": { - "circle": "Cirkel", - "line": "Lijn", - "no_display": "Geen weergave", - "text": "Tekst" - }, - "title": "Selecteer het type van de schermweergave" - } - }, - "playbackSpeed": { - "enable": { - "label": "Geforceerde afspeelsnelheid", - "title": "Stelt de snelheid van de video in op wat u hieronder kiest" - }, - "playbackSpeedButtons": { - "label": "Afspeelsnelheid knoppen", - "select": { - "label": "Snelheid afspeelsnelheid knoppen", - "title": "Hoeveelheid snelheid die gewijzigd wordt per klik" - }, - "title": "Voegt knoppen toe die de afspeelsnelheid van de huidige video verhoogt of verlaagt" - }, - "select": { - "label": "Snelheid videospeler", - "title": "De snelheid waarop je de video zet" - }, - "title": "Afspeelsnelheid instellingen" - }, - "playlistLength": { - "enable": { - "label": "Geef afspeellijst lengte informatie weer", - "title": "Toont de totale lengte van de afspeellijst, hoeveel bekeken is, en hoeveel er over schiet." - }, - "title": "Afspeellijst lengte instellingen", - "wayToGetLength": { - "select": { - "label": "Methode om afspeellijst lengte te verkrijgen", - "title": "De manier waarop de afspeellijst informatie (API methode zal terugvallen op HTML als een fout optreedt)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "Methode om kijktijd te verkrijgen", - "options": { - "duration": "Videolengte", - "youtube": "Video kijktijd" - }, - "title": "De manier waarop je de hoeveelheid kijktijd verkrijgt (video lengtetype enkel gebruikt op kijk pagina)" - } - } - }, - "playlistManagement": { - "features": { - "markAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - }, - "removeVideoButton": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - } - }, - "title": "Playlist management settings" - }, - "playlistManagementButtons": { - "failedToMarkAsUnwatched": "Failed to mark video as unwatched", - "failedToRemoveVideo": "Failed to remove video", - "markAsUnwatched": "Mark as unwatched", - "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "Remove video", - "removingVideo": "Removing video…" - }, - "saveToWatchLaterButton": { - "failedToSaveVideo": "Failed to save video to Watch Later", - "saveVideo": "Save to Watch Later", - "savingVideo": "Saving to Watch Later…" - }, - "screenshotButton": { - "enable": { - "label": "Schermafbeelding knop", - "title": "Voegt een knop aan de speler toe om een schermafbeelding van de video te nemen" - }, - "saveAs": { - "both": "Both (File and Clipboard)", - "clipboard": "Klembord", - "file": "Bestand" - }, - "selectFormat": { - "label": "Schermafbeelding formaat", - "title": "Het formaat waarin je de schermafbeelding opslaat" - }, - "selectSaveAs": { - "label": "Schermafbeelding opslaantype", - "title": "Het type van de opgeslagen schermafbeelding" - }, - "title": "Schermafbeelding instellingen" - }, - "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "Snelheidsverandering per scroll", - "title": "Wijzig de snelheidsverandering per scroll" - }, - "enable": { - "label": "Scrollwiel snelheidscontrole", - "title": "Klik op een aanpassingsknop om snelheidsverandering met het scrollwiel aan te zetten." - }, - "optionLabel": "{{KEY}} sleutel", - "select": { - "label": "Aanpassing knop", - "title": "De aanpassing knop om te gebruiken" - }, - "title": "Scrollwiel snelheidscontrole instellingen" - }, - "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "Volumeverandering per scroll", - "title": "Verandert het volume per scroll" - }, - "enable": { - "label": "Scrollwiel volumecontrole", - "title": "Laat toe om het scrollwiel te gebruiken om het volume van de huidige video aan te passen" - }, - "holdModifierKey": { - "enable": { - "label": "Inschakelen bij het vasthouden van aanpassingsknop", - "title": "Klik op een aanpassingsknop om het scrollwiel het volume laten aan te passen." - }, - "optionLabel": "{{KEY}} knop", - "select": { - "label": "Aanpassingsknop", - "title": "De aanpassingsknop om te gebruiken" - } - }, - "holdRightClick": { - "enable": { - "label": "Inschakelen bij vasthouden rechtermuisklik", - "title": "Houd rechtermuisknop ingedrukt om volumeregeling voor scrollwiel in te schakelen" - } - }, - "title": "Scrollwiel volume aanpassing instellingen" - }, - "settingSearch": { - "placeholder": "Zoek naar instellingen" - }, - "videoHistory": { - "enable": { - "label": "Houd afgespeelde video's bij", - "title": "Houdt bij waar je gestopt was bij het kijken van een video en laat toe om verder te kijken" - }, - "resumeType": { - "select": { - "label": "Hervatten type", - "options": { - "automatic": "Automatisch", - "prompt": "Vraag" - }, - "title": "Selecteer hoe je video's wilt hervatten" - } - }, - "title": "Videogeschiedenis instellingen" - }, - "volumeBoost": { - "boostAmount": { - "label": "Volume boost hoeveelheid (dB)", - "title": "De hoeveelheid waarmee je video's wilt boosten" - }, - "enable": { - "label": "Volume boost", - "title": "Volume boost inschakelen" - }, - "mode": { - "select": { - "label": "Volume boost modus", - "options": { - "global": "Globaal", - "perVideo": "Per video" - }, - "title": "Kies hoe volume wordt toegepast. \"Per video\" voegt de boost optie toe aan het feature menu individueel per video. \"Globaal\" gaat over elke video wanneer volume boost is ingeschakeld." - } - }, - "title": "Volume boost instellingen" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "Je kan één gier verkrijgen", - "input": { - "label": "API sleutel", - "title": "Voer uw Youtube Data API V3 sleutel in." - }, - "title": "YouTube API V3 key" - }, - "youtubeDeepDark": { - "author": "Auteur", - "co-authors": "Co-auteurs", - "colors": { - "colorShadow": { - "label": "Schaduw kleur", - "title": "Kleur voor de schaduw" - }, - "dimmerText": { - "label": "Secondaire tekstkleur", - "title": "Kleur voor de secondaire tekst" - }, - "hoverBackground": { - "label": "Achtergrondkleur zweven met de muis", - "title": "Kleur voor zweven achtergrond" - }, - "mainBackground": { - "label": "Hoofd achtergrondkleur", - "title": "Kleur voor de hoofdachtergrond" - }, - "mainColor": { - "label": "Accent kleur", - "title": "Kleur voor accentueren" - }, - "mainText": { - "label": "Hoofd tekstkleur", - "title": "Kleur voor de hoofdtekst" - }, - "secondBackground": { - "label": "Secondaire achtergrondkleur", - "title": "Kleur voor de secondaire achtergrond" - } - }, - "enable": { - "label": "Geselecteerd thema inschakelen", - "title": "Het geselecteerde thema voor de pagina inschakelen" - }, - "select": { - "label": "Select theme", - "title": "Select a theme to be applied to the page" - }, - "title": "YouTube deep dark settings" - } - } - } + "langCode": "nl-NL", + "langName": "Nederlands(Nederland)", + "messages": { + "resumingVideo": "Video hervatten bij {{VIDEO_TIME}}", + "settingVolume": "Volume boost instellen op {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "Gekopieerd!", + "label": "Kopieer video URL met tijdstempel" + } + }, + "featureMenu": { + "button": { + "label": "Functies menu" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "{{TIME}} doorspoelen" + }, + "rewindButton": { + "label": "{{TIME}} terugspoelen" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Eindscherm elementen verbergen", + "toggle": { + "off": "Eindscherm elementen tonen", + "on": "Eindscherm elementen verbergen" + } + } + }, + "loopButton": { + "button": { + "label": "Loop", + "toggle": { + "off": "Loop uit", + "on": "Loop aan" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "Maximaliseren", + "toggle": { + "off": "Maximaliseren uit", + "on": "Maximaliseren aan" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Open ondertitels" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Verlaag de afspeelsnelheid naar {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Verhoog de afspeelsnelheid naar {{SPEED}}" + } + }, + "decreaseLimit": "Kan de snelheid niet langer verlagen ({{SPEED}})", + "increaseLimit": "Kan de snelheid niet langer verhogen ({{SPEED}})" + }, + "playlistLength": { + "title": "De totale lengte kan inaccuraat zijn als enkele video's verborgen zijn of als je niet genoeg video's hebt ingeladen om de totale lengte te krijgen." + }, + "screenshotButton": { + "button": { + "label": "Schermafbeelding" + }, + "copiedToClipboard": "Schermafbeelding gekopieerd naar het klembord" + }, + "videoHistory": { + "resumeButton": "Hervatten", + "resumePrompt": { + "close": "Sluiten" + } + }, + "volumeBoostButton": { + "button": { + "label": "Volume boost", + "toggle": { + "off": "Volume boost uit", + "on": "Volume boost aan" + } + } + } + } + }, + "options": { + "notifications": { + "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "De snelheid van de scrollwiel snelheid controleknop kan niet dezelfde zijn als de scrollwiel volume controleknop.", + "volumeControl": "De scrollwiel volume controleknop kan niet dezelfde zijn als de scrollwiel snelheid controleknop." + } + } + }, + "info": { + "reset": "Alle opties zijn teruggezet op hun standaardwaarden. Je kan je veranderingen opslaan door op de \"Bevestig\" knop te drukken of ze negeren door deze pagina te sluiten of deze melding te negeren." + }, + "success": { + "saved": "Opties opgeslagen." + } + } + } + }, + "settings": { + "clearData": { + "allDataDeleted": "Alle data werd verwijderd.", + "confirmAlert": "Dit zal alle extensie data gerelateerd aan de opties verwijderen. Wil je verdergaan?" + }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "scrollForMoreSettings": "Scroll for more settings", + "sections": { + "automaticQuality": { + "enable": { + "label": "Automatische kwaliteitsaanpassing", + "title": "Past automatisch de videokwaliteit aan naar het geselecteerde niveau." + }, + "fallbackQualityStrategy": { + "select": { + "label": "Kwaliteitsterugvalstrategie", + "options": { + "higher": "Hoger", + "lower": "Lager" + }, + "title": "De strategie die gebruikt wordt wanneer de geselecteerde kwaliteit niet beschikbaar is" + } + }, + "select": { + "label": "Afspeelkwaliteit", + "title": "De kwaliteit waarop je de video zet" + }, + "title": "Automatische kwaliteitsinstellingen" + }, + "bottomButtons": { + "clear": { + "title": "Wist alle gegevens die de extensie op uw machine heeft gezet", + "value": "Gegevens wissen" + }, + "confirm": { + "title": "Opnieuw instellen bevestigen", + "value": "Bevestig" + }, + "openTab": { + "title": "Open extensie instellingen in een nieuw tabblad" + }, + "reset": { + "title": "Reset alle instellingen naar hun standaardwaarden, klik op de \"Bevestig\" knop om wijzigingen op te slaan", + "value": "Reset" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Kopieer video URL met tijdstempel knop", + "decreasePlaybackSpeedButton": "Verlaag snelheidsknop", + "forwardButton": "Doorspoelknop", + "hideEndScreenCardsButton": "Verberg eindschermelementen knop", + "increasePlaybackSpeedButton": "Verhoog snelheid knop", + "loopButton": "Loop knop", + "maximizePlayerButton": "Maximaliseer knop", + "openTranscriptButton": "Open ondertitels knop", + "rewindButton": "Terugspoelknop", + "screenshotButton": "Schermafbeelding knop", + "volumeBoostButton": "Volume boost knop" + }, + "options": { + "below_player": { + "placement": "onder de speler instellingen", + "value": "Onder speler" + }, + "feature_menu": { + "placement": "in het feature menu", + "value": "Feature menu" + }, + "player_controls_left": { + "placement": "aan de linkerkant van de spelerinstellingen", + "value": "Linker Besturing" + }, + "player_controls_right": { + "placement": "aan de rechterkant van de spelerinstellingen", + "value": "Rechter Bediening" + } + }, + "title": "Plaats de {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Button placement settings" + }, + "customCSS": { + "editor": { + "collapse": "Verberg Editor", + "expand": "Toon Editor", + "noProblems": "Geen problemen gevonden." + }, + "enable": { + "label": "Aangepaste CSS inschakelen", + "title": "Maakt het mogelijk aangepaste CSS toe te passen op de pagina" + }, + "title": "Custom CSS settings" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Menu Activatie Type", + "options": { + "click": "Klik", + "hover": "Hang erboven met de muis" + }, + "title": "Selecteer de methode om het feature menu te activeren" + }, + "title": "Feature menu instellingen" + } + }, + "forwardRewindButtons": { + "enable": { + "label": "Schakel doorspoelen/terugspoelen knoppen in", + "title": "Voegt doorspoelen en terugspoelen knoppen toe aan de videospeler" + }, + "time": { + "label": "Tijd door/terugspoelen", + "title": "Het aantal tijd waarmee je de video doorspoelt / terugspoelt" + }, + "title": "Doorspoel/terugspoel knop instellingen" + }, + "importExportSettings": { + "exportButton": { + "success": "Instellingen succesvol geëxporteerd", + "title": "Instellingen exporteren naar een JSON-bestand", + "value": "Instellingen exporteren" + }, + "importButton": { + "error": { + "unknown": "Fout bij het importeren van instellingen. Kijk alstublieft het bestandsformaat na.\nEen onbekende fout is opgetreden.", + "validation": "Fout bij het importeren van instellingen. Kijk alstublieft het bestandsformaat na.\n{{ERROR_MESSAGE}}" + }, + "success": "Instellingen succesvol geïmporteerd", + "title": "Instellingen importeren uit een JSON-bestand", + "value": "Instellingen Importeren" + } + }, + "language": { + "select": { + "label": "Taal", + "title": "De taal voor de extensie" + }, + "title": "Taal" + }, + "miscellaneous": { + "features": { + "automaticTheaterMode": { + "label": "Automatisch theatermodus", + "title": "Zet de video automatisch in theatermodus wanneer je deze inlaadt" + }, + "automaticallyDisableAmbientMode": { + "label": "Automatisch uitschakelen omgevingsmodus", + "title": "Schakel de omgevingsmodus automatisch uit bij het laden van een video" + }, + "automaticallyDisableAutoPlay": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + }, + "automaticallyDisableClosedCaptions": { + "label": "Automatisch ondertiteling uitschakelen", + "title": "Automatisch ondertiteling uitzetten wanneer je een video inlaadt" + }, + "automaticallyEnableClosedCaptions": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + }, + "automaticallyMaximizePlayer": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + }, + "automaticallyShowMoreVideosOnEndScreen": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + }, + "copyTimestampUrlButton": { + "label": "Kopieer video URL met tijdstempel knop", + "title": "Kopieer video URL met tijdstempel (?t=123)" + }, + "defaultToOriginalAudioTrack": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + }, + "enableMarkAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Add a button to playlist items to mark videos as unwatched" + }, + "enableRemoveVideoButton": { + "label": "Remove video button", + "title": "Add a button to playlist items to remove videos from the playlist" + }, + "enableSaveToWatchLaterButton": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + }, + "hideArtificialIntelligenceSummary": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + }, + "hideEndScreenCards": { + "label": "Eindscherm elementen verbergen", + "title": "Maakt de elementen aan het eind van een video onzichtbaar" + }, + "hideEndScreenCardsButton": { + "label": "Eindscherm elementen verbergen knop", + "title": "Voegt een knop toe die de eindscherm elementen toont/verbergt" + }, + "hideLiveStreamChat": { + "label": "Livestream chat verbergen", + "title": "Verbergt de livestream chat" + }, + "hideMembersOnlyVideos": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + }, + "hideOfficialArtistVideosFromHomePage": { + "label": "Verberg Officiële Artiest Video's", + "title": "Verberg Officiële Artiest Video's op de homepagina" + }, + "hidePaidPromotionBanner": { + "label": "Verberg betaalde promotie banner", + "title": "Verbergt de banner die verschijnt wanneer je een video bekijkt die een betaalde promotie heeft" + }, + "hidePlayables": { + "label": "Hide playables", + "title": "Hides all playables" + }, + "hideScrollbar": { + "label": "Verberg scrollbar", + "title": "Verbergt de scrollbar op de pagina" + }, + "hideShorts": { + "label": "Shorts verbergen", + "title": "Verbergt alle shorts" + }, + "hideSidebarRecommendedVideos": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + }, + "hideTranslateComment": { + "label": "Verberg vertaal reactie knop", + "title": "Verbergt \"Vertaal naar Taal\" knop onder reacties" + }, + "loopButton": { + "label": "Loop knop", + "title": "Voegt een knop toe aan het feature menu om de huidige video te loopen" + }, + "maximizePlayerButton": { + "label": "Maximaliseer speler knop", + "title": "Voegt een knop toe aan het feature menu die de speler maximaliseert" + }, + "openTranscriptButton": { + "label": "Open ondertitels knop", + "title": "Voegt een knop toe aan het feature menu die het transcript van de huidige video opent" + }, + "openYouTubeSettingsOnHover": { + "label": "Open youtube instellingen bij overgang met de muis", + "title": "Opent YouTube instellingen wanner je met je muis over de instellingen knop gaat" + }, + "pauseBackgroundPlayers": { + "label": "Achtergrondafspelers pauzeren", + "title": "Pauzeert videospelers in achtergrond tabbladen wanneer je een nieuwe videospeler start op een voorgrond tabblad" + }, + "playlistRemover": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + }, + "remainingTime": { + "label": "Resterende tijd", + "title": "Toont de resterende tijd van de huidige video" + }, + "rememberLastVolume": { + "label": "Onthoud vorig volume", + "title": "Onthoudt het volume van de vorige video en stelt het in op een nieuwe video" + }, + "removeRedirect": { + "label": "Verwijdert YouTube /redirect URLs", + "title": "Vervangt YouTube doorverwijzing door echte URLs die de doorverwijzing waarschuwing niet geven" + }, + "restoreFullscreenScrolling": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + }, + "shareShortener": { + "label": "Maak Youtube deel links korter", + "title": "Maakt YouTube video deel links (youtu.be) korter door si en andere feature parameters af te knippen" + }, + "shortsAutoScroll": { + "label": "Shorts autoscroll", + "title": "Scrollt automatisch naar de volgende short" + }, + "skipContinueWatching": { + "label": "Sla \"video is gepauzeerd. Hervatten?\" over", + "title": "Slaat het afwezig dialoog die het afspelen pauzeert over" + }, + "timestampPeek": { + "label": "Timestamp Peek", + "title": "Shows a preview of the video when you hover over a timestamp" + } + }, + "title": "Overige instellingen" + }, + "onScreenDisplaySettings": { + "color": { + "label": "Kleur", + "options": { + "blue": "Blauw", + "green": "Groen", + "orange": "Oranje", + "pink": "Roze", + "purple": "Paars", + "red": "Rood", + "white": "Wit", + "yellow": "Geel" + }, + "title": "Selecteer de kleur voor de schermweergave" + }, + "hide": { + "label": "Vertraging verbergen", + "title": "Specifieer de tijd, in milliseconden, voordat de schermweergave automatisch wordt verborgen" + }, + "opacity": { + "label": "Transparantie", + "title": "Transparantie van de schermweergave aanpassen" + }, + "padding": { + "label": "Padding", + "title": "Het aantal pixels rond de schermweergave aanpassen. Dit geldt specifiek voor de hoek schermweergave." + }, + "position": { + "label": "Positie", + "options": { + "bottom_left": "Linksonder", + "bottom_right": "Rechtsonder", + "center": "Gecentreerd", + "top_left": "Linksboven", + "top_right": "Rechtsboven" + }, + "title": "Selecteer de positie voor de schermweergave" + }, + "title": "On-screen display settings", + "type": { + "label": "Type", + "options": { + "circle": "Cirkel", + "line": "Lijn", + "no_display": "Geen weergave", + "text": "Tekst" + }, + "title": "Selecteer het type van de schermweergave" + } + }, + "playbackSpeed": { + "enable": { + "label": "Geforceerde afspeelsnelheid", + "title": "Stelt de snelheid van de video in op wat u hieronder kiest" + }, + "playbackSpeedButtons": { + "label": "Afspeelsnelheid knoppen", + "select": { + "label": "Snelheid afspeelsnelheid knoppen", + "title": "Hoeveelheid snelheid die gewijzigd wordt per klik" + }, + "title": "Voegt knoppen toe die de afspeelsnelheid van de huidige video verhoogt of verlaagt" + }, + "select": { + "label": "Snelheid videospeler", + "title": "De snelheid waarop je de video zet" + }, + "title": "Afspeelsnelheid instellingen" + }, + "playlistLength": { + "enable": { + "label": "Geef afspeellijst lengte informatie weer", + "title": "Toont de totale lengte van de afspeellijst, hoeveel bekeken is, en hoeveel er over schiet." + }, + "title": "Afspeellijst lengte instellingen", + "wayToGetLength": { + "select": { + "label": "Methode om afspeellijst lengte te verkrijgen", + "title": "De manier waarop de afspeellijst informatie (API methode zal terugvallen op HTML als een fout optreedt)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Methode om kijktijd te verkrijgen", + "options": { + "duration": "Videolengte", + "youtube": "Video kijktijd" + }, + "title": "De manier waarop je de hoeveelheid kijktijd verkrijgt (video lengtetype enkel gebruikt op kijk pagina)" + } + } + }, + "playlistManagement": { + "features": { + "markAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + }, + "removeVideoButton": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + }, + "title": "Playlist management settings" + }, + "playlistManagementButtons": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + }, + "saveToWatchLaterButton": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + }, + "screenshotButton": { + "enable": { + "label": "Schermafbeelding knop", + "title": "Voegt een knop aan de speler toe om een schermafbeelding van de video te nemen" + }, + "saveAs": { + "both": "Both (File and Clipboard)", + "clipboard": "Klembord", + "file": "Bestand" + }, + "selectFormat": { + "label": "Schermafbeelding formaat", + "title": "Het formaat waarin je de schermafbeelding opslaat" + }, + "selectSaveAs": { + "label": "Schermafbeelding opslaantype", + "title": "Het type van de opgeslagen schermafbeelding" + }, + "title": "Schermafbeelding instellingen" + }, + "scrollWheelSpeedControl": { + "adjustmentSteps": { + "label": "Snelheidsverandering per scroll", + "title": "Wijzig de snelheidsverandering per scroll" + }, + "enable": { + "label": "Scrollwiel snelheidscontrole", + "title": "Klik op een aanpassingsknop om snelheidsverandering met het scrollwiel aan te zetten." + }, + "optionLabel": "{{KEY}} sleutel", + "select": { + "label": "Aanpassing knop", + "title": "De aanpassing knop om te gebruiken" + }, + "title": "Scrollwiel snelheidscontrole instellingen" + }, + "scrollWheelVolumeControl": { + "adjustmentSteps": { + "label": "Volumeverandering per scroll", + "title": "Verandert het volume per scroll" + }, + "enable": { + "label": "Scrollwiel volumecontrole", + "title": "Laat toe om het scrollwiel te gebruiken om het volume van de huidige video aan te passen" + }, + "holdModifierKey": { + "enable": { + "label": "Inschakelen bij het vasthouden van aanpassingsknop", + "title": "Klik op een aanpassingsknop om het scrollwiel het volume laten aan te passen." + }, + "optionLabel": "{{KEY}} knop", + "select": { + "label": "Aanpassingsknop", + "title": "De aanpassingsknop om te gebruiken" + } + }, + "holdRightClick": { + "enable": { + "label": "Inschakelen bij vasthouden rechtermuisklik", + "title": "Houd rechtermuisknop ingedrukt om volumeregeling voor scrollwiel in te schakelen" + } + }, + "title": "Scrollwiel volume aanpassing instellingen" + }, + "settingSearch": { + "placeholder": "Zoek naar instellingen" + }, + "videoHistory": { + "enable": { + "label": "Houd afgespeelde video's bij", + "title": "Houdt bij waar je gestopt was bij het kijken van een video en laat toe om verder te kijken" + }, + "resumeType": { + "select": { + "label": "Hervatten type", + "options": { + "automatic": "Automatisch", + "prompt": "Vraag" + }, + "title": "Selecteer hoe je video's wilt hervatten" + } + }, + "title": "Videogeschiedenis instellingen" + }, + "volumeBoost": { + "boostAmount": { + "label": "Volume boost hoeveelheid (dB)", + "title": "De hoeveelheid waarmee je video's wilt boosten" + }, + "enable": { + "label": "Volume boost", + "title": "Volume boost inschakelen" + }, + "mode": { + "select": { + "label": "Volume boost modus", + "options": { + "global": "Globaal", + "perVideo": "Per video" + }, + "title": "Kies hoe volume wordt toegepast. \"Per video\" voegt de boost optie toe aan het feature menu individueel per video. \"Globaal\" gaat over elke video wanneer volume boost is ingeschakeld." + } + }, + "title": "Volume boost instellingen" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "Je kan één gier verkrijgen", + "input": { + "label": "API sleutel", + "title": "Voer uw Youtube Data API V3 sleutel in." + }, + "title": "YouTube API V3 key" + }, + "youtubeDeepDark": { + "author": "Auteur", + "co-authors": "Co-auteurs", + "colors": { + "colorShadow": { + "label": "Schaduw kleur", + "title": "Kleur voor de schaduw" + }, + "dimmerText": { + "label": "Secondaire tekstkleur", + "title": "Kleur voor de secondaire tekst" + }, + "hoverBackground": { + "label": "Achtergrondkleur zweven met de muis", + "title": "Kleur voor zweven achtergrond" + }, + "mainBackground": { + "label": "Hoofd achtergrondkleur", + "title": "Kleur voor de hoofdachtergrond" + }, + "mainColor": { + "label": "Accent kleur", + "title": "Kleur voor accentueren" + }, + "mainText": { + "label": "Hoofd tekstkleur", + "title": "Kleur voor de hoofdtekst" + }, + "secondBackground": { + "label": "Secondaire achtergrondkleur", + "title": "Kleur voor de secondaire achtergrond" + } + }, + "enable": { + "label": "Geselecteerd thema inschakelen", + "title": "Het geselecteerde thema voor de pagina inschakelen" + }, + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + }, + "title": "YouTube deep dark settings" + } + } + } } From e1dce3fd5dfe8754ed177c50f86d8f31519afe63 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 13 Jan 2026 18:12:03 -0500 Subject: [PATCH 1414/1783] New translations en-us.json (Polish) --- public/locales/pl-PL.json | 1414 +++++++++++++++++++------------------ 1 file changed, 709 insertions(+), 705 deletions(-) diff --git a/public/locales/pl-PL.json b/public/locales/pl-PL.json index e7539377c..aa11f4072 100644 --- a/public/locales/pl-PL.json +++ b/public/locales/pl-PL.json @@ -1,707 +1,711 @@ { - "langCode": "pl-PL", - "langName": "Polish", - "messages": { - "resumingVideo": "Wznowienie wideo za {{VIDEO_TIME}}", - "settingVolume": "Ustawianie wzmocnienia głośności do {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "Skopiowano!", - "label": "Kopiuj adres URL filmu ze znacznikiem czasu" - } - }, - "featureMenu": { - "button": { - "label": "Menu funkcji" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "Przyspieszenie do przodu o {{TIME}}" - }, - "rewindButton": { - "label": "Cofnięcie o {{TIME}}" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "Ukryj elementy końcowe filmu", - "toggle": { - "off": "Pokaż elementy końcowe filmu", - "on": "Ukryj elementy końcowe filmu" - } - } - }, - "loopButton": { - "button": { - "label": "Zapętl", - "toggle": { - "off": "Wyłącz zapętlenie", - "on": "Włącz zapętlenie" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "Powiększ okno", - "toggle": { - "off": "Wyłącz powiększenie", - "on": "Włącz powiększenie" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Otwórz transkrypcję" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Zmniejsz szybkość do {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Zwiększ szybkość do {{SPEED}}" - } - }, - "decreaseLimit": "Nie można zmniejszać dalej ({{SPEED}})", - "increaseLimit": "Nie można zwiększać dalej ({{SPEED}})" - }, - "playlistLength": { - "title": "Całkowita długość może być niedokładna, jeśli niektóre filmy są ukryte lub jeśli nie załadowałeś wystarczającej liczby filmów, aby uzyskać pełny czas." - }, - "screenshotButton": { - "button": { - "label": "Zrzut ekranu" - }, - "copiedToClipboard": "Zrzut ekranu skopiowany do schowka" - }, - "videoHistory": { - "resumeButton": "Wznów", - "resumePrompt": { - "close": "Zamknij" - } - }, - "volumeBoostButton": { - "button": { - "label": "Zwiększ głośność", - "toggle": { - "off": "Zwiększenie głośności wyłączone", - "on": "Zwiększenie głośności włączone" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "Ustawiony klawisz zmiany prędkości przewijania nie może być taki sam, jak klawisz zmiany głośności przewijania kółka.", - "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." - } - } - }, - "info": { - "reset": "Wszystkie opcje zostały przywrócone do domyślnych wartości. Możesz teraz zapisać zmiany, klikając przycisk \"Potwierdź\" bądź odrzucić, je zamykając tę stronę lub ignorując to powiadomienie." - }, - "success": { - "saved": "Zapisano opcje." - } - } - } - }, - "settings": { - "clearData": { - "allDataDeleted": "All data has been deleted.", - "confirmAlert": "Usunie to wszystkie dane rozszerzenia związane z opcjami. Kontynuować?" - }, - "optionDisabled": { - "either": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " albo " - }, - "plural": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " and " - }, - "singular": "Enable '{{OPTION}}' to configure this option", - "specificOption": { - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" - } - }, - "scrollForMoreSettings": "Przewiń, aby zobaczyć więcej ustawień", - "sections": { - "automaticQuality": { - "enable": { - "label": "Automatic quality adjustment", - "title": "Automatically adjusts the video quality to the selected level." - }, - "fallbackQualityStrategy": { - "select": { - "label": "Quality fallback strategy", - "options": { - "higher": "Wyżej", - "lower": "Niżej" - }, - "title": "The strategy to use when the selected quality is not available" - } - }, - "select": { - "label": "Jakość odtwarzacza", - "title": "The quality to set the video to" - }, - "title": "Opcje automatycznej jakości" - }, - "bottomButtons": { - "clear": { - "title": "Clears all data this extension has stored on your machine", - "value": "Wyczyść dane" - }, - "confirm": { - "title": "Confirm setting reset", - "value": "Potwierdź" - }, - "openTab": { - "title": "Open extension settings in a new tab" - }, - "reset": { - "title": "Resets all settings to their defaults, Click the confirm button to save the changes", - "value": "Reset" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "Kopiuj adres URL bieżącego momentu", - "decreasePlaybackSpeedButton": "Przycisk Zmniejszania Prędkości Odtwarzania", - "forwardButton": "Fast Forward button", - "hideEndScreenCardsButton": "Hide end screen cards button", - "increasePlaybackSpeedButton": "Przycisk Zwiększania Prędkości Odtwarzania", - "loopButton": "Przycisk Zapętlania", - "maximizePlayerButton": "Maximize button", - "openTranscriptButton": "Open Transcript button", - "rewindButton": "Rewind button", - "screenshotButton": "Przycisk Zrzutu Ekranu", - "volumeBoostButton": "Przycisk Zwiększania Głośności" - }, - "options": { - "below_player": { - "placement": "below the player controls", - "value": "Poniżej Odtwarzacza" - }, - "feature_menu": { - "placement": "in the feature menu", - "value": "Feature Menu" - }, - "player_controls_left": { - "placement": "on the left side of player controls", - "value": "Lewostronne Sterowanie" - }, - "player_controls_right": { - "placement": "on the right side of player controls", - "value": "Prawostronne Sterowanie" - } - }, - "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" - }, - "title": "Button placement settings" - }, - "customCSS": { - "editor": { - "collapse": "Collapse Editor", - "expand": "Expand Editor", - "noProblems": "No problems found." - }, - "enable": { - "label": "Własny CSS", - "title": "Enables custom CSS to be applied to the page" - }, - "title": "Custom CSS settings" - }, - "featureMenu": { - "openType": { - "select": { - "label": "Menu Activation Type", - "options": { - "click": "Kliknięcie", - "hover": "Najechanie kursorem" - }, - "title": "Select the method to activate the feature menu" - }, - "title": "Feature menu settings" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "Forward/rewind buttons", - "title": "Adds forward and rewind buttons to the video player" - }, - "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" - }, - "title": "Forward/rewind button settings" - }, - "importExportSettings": { - "exportButton": { - "success": "Ustawienia zostały pomyślnie wyeksportowane", - "title": "Eksportuj ustawienia do pliku JSON", - "value": "Eksportuj Ustawienia" - }, - "importButton": { - "error": { - "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", - "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" - }, - "success": "Settings imported successfully", - "title": "Importuj ustawienia z pliku JSON", - "value": "Importuj Ustawienia" - } - }, - "language": { - "select": { - "label": "Język", - "title": "Język rozszerzenia" - }, - "title": "Język" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "Automatic theater mode", - "title": "Automatically enables theater mode when you load a video" - }, - "automaticallyDisableAmbientMode": { - "label": "Automatically disable ambient mode", - "title": "Automatically disables ambient mode when you load a video" - }, - "automaticallyDisableAutoPlay": { - "label": "Automatically disable autoplay", - "title": "Automatically disables autoplay when you load a video" - }, - "automaticallyDisableClosedCaptions": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" - }, - "automaticallyEnableClosedCaptions": { - "label": "Automatically enable closed captions", - "title": "Automatically enables closed captions when you load a video" - }, - "automaticallyMaximizePlayer": { - "label": "Automatically maximize player", - "title": "Automatically maximizes the player when you load a video" - }, - "automaticallyShowMoreVideosOnEndScreen": { - "label": "Automatically show more videos on end screen", - "title": "Automatically shows more videos on end screen when you load a video" - }, - "copyTimestampUrlButton": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" - }, - "defaultToOriginalAudioTrack": { - "label": "Default to original audio track", - "title": "Always default to the original audio track" - }, - "enableMarkAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Add a button to playlist items to mark videos as unwatched" - }, - "enableRemoveVideoButton": { - "label": "Remove video button", - "title": "Add a button to playlist items to remove videos from the playlist" - }, - "enableSaveToWatchLaterButton": { - "label": "Enable save to Watch Later button", - "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" - }, - "hideArtificialIntelligenceSummary": { - "label": "Ukryj podsumowanie AI", - "title": "Hides the artificial intelligence summary below videos" - }, - "hideEndScreenCards": { - "label": "Hide end screen cards", - "title": "Hides the cards at the end of the video" - }, - "hideEndScreenCardsButton": { - "label": "Hide end screen cards button", - "title": "Adds a button to show/hide the cards at the end of the video" - }, - "hideLiveStreamChat": { - "label": "Hide live stream chat", - "title": "Hides the live stream chat" - }, - "hideMembersOnlyVideos": { - "label": "Hide members-only videos", - "title": "Hides videos that are only visible to members" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" - }, - "hidePaidPromotionBanner": { - "label": "Hide paid promotion banner", - "title": "Hides the banner that appears when you watch a video that has a paid promotion" - }, - "hidePlayables": { - "label": "Hide playables", - "title": "Hides all playables" - }, - "hideScrollbar": { - "label": "Hide scrollbar", - "title": "Hides the pages scrollbar" - }, - "hideShorts": { - "label": "Ukryj szorty", - "title": "Ukrywa wszystkie szorty" - }, - "hideSidebarRecommendedVideos": { - "label": "Hide recommended videos", - "title": "Hides the sidebar that recommends videos" - }, - "hideTranslateComment": { - "label": "Hide translate comment button", - "title": "Hides 'Translate to Language' button under comments" - }, - "loopButton": { - "label": "Loop button", - "title": "Adds a button to the feature menu to loop the video you're watching" - }, - "maximizePlayerButton": { - "label": "Maximize player button", - "title": "Adds a button to the feature menu to maximize the player" - }, - "openTranscriptButton": { - "label": "Open transcript button", - "title": "Adds a button to the feature menu to open the transcript of the video you're watching" - }, - "openYouTubeSettingsOnHover": { - "label": "Otwórz ustawienia YouTube po najechaniu kursorem", - "title": "Opens the YouTube settings menu when you hover over the settings button" - }, - "pauseBackgroundPlayers": { - "label": "Pause background players", - "title": "Pauses video players in background tabs when you start a new player in foreground tab" - }, - "playlistRemover": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" - }, - "remainingTime": { - "label": "Remaining time", - "title": "Shows the remaining time of the video you're watching" - }, - "rememberLastVolume": { - "label": "Remember last volume", - "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" - }, - "removeRedirect": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" - }, - "restoreFullscreenScrolling": { - "label": "Restore fullscreen scrolling", - "title": "Restores scrolling in fullscreen mode" - }, - "shareShortener": { - "label": "Shorten YouTube video share link", - "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" - }, - "shortsAutoScroll": { - "label": "Shorts auto scroll", - "title": "Automatically scrolls to the next short" - }, - "skipContinueWatching": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" - } - }, - "title": "Miscellaneous settings" - }, - "onScreenDisplaySettings": { - "color": { - "label": "Kolor", - "options": { - "blue": "Niebieski", - "green": "Zielony", - "orange": "Pomarańczowy", - "pink": "Różowy", - "purple": "Fioletowy", - "red": "Czerwony", - "white": "Biały", - "yellow": "Żółty" - }, - "title": "Select the color for the On-Screen Display" - }, - "hide": { - "label": "Hide Delay", - "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" - }, - "opacity": { - "label": "Opacity", - "title": "Adjust the transparency of the On-Screen Display" - }, - "padding": { - "label": "Padding", - "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." - }, - "position": { - "label": "Position", - "options": { - "bottom_left": "Bottom Left", - "bottom_right": "Bottom Right", - "center": "Center", - "top_left": "Top Left", - "top_right": "Top Right" - }, - "title": "Select the position of the On-Screen Display" - }, - "title": "On-screen display settings", - "type": { - "label": "Type", - "options": { - "circle": "Circle", - "line": "Line", - "no_display": "No display", - "text": "Text" - }, - "title": "Select the type of On-Screen Display" - } - }, - "playbackSpeed": { - "enable": { - "label": "Forced playback speed", - "title": "Sets the video speed to what you choose below" - }, - "playbackSpeedButtons": { - "label": "Playback speed buttons", - "select": { - "label": "Playback buttons speed", - "title": "Amount of speed to be changed per click" - }, - "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" - }, - "select": { - "label": "Player speed", - "title": "The speed to set the video to" - }, - "title": "Playback speed settings" - }, - "playlistLength": { - "enable": { - "label": "Display playlist length information", - "title": "Shows the total length of the playlist, how much has been watched, and how much remains." - }, - "title": "Playlist length settings", - "wayToGetLength": { - "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "Method to get watched time", - "options": { - "duration": "Video Length", - "youtube": "Video Watch Time" - }, - "title": "The way to get the amount of time watched (Video Length type only used on watch page)" - } - } - }, - "playlistManagement": { - "features": { - "markAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - }, - "removeVideoButton": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - } - }, - "title": "Playlist management settings" - }, - "playlistManagementButtons": { - "failedToMarkAsUnwatched": "Failed to mark video as unwatched", - "failedToRemoveVideo": "Failed to remove video", - "markAsUnwatched": "Mark as unwatched", - "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "Remove video", - "removingVideo": "Removing video…" - }, - "saveToWatchLaterButton": { - "failedToSaveVideo": "Failed to save video to Watch Later", - "saveVideo": "Save to Watch Later", - "savingVideo": "Saving to Watch Later…" - }, - "screenshotButton": { - "enable": { - "label": "Screenshot button", - "title": "Adds a button to the player to take a screenshot of the video" - }, - "saveAs": { - "both": "Both (File and Clipboard)", - "clipboard": "Clipboard", - "file": "File" - }, - "selectFormat": { - "label": "Screenshot format", - "title": "The format to save the screenshot in" - }, - "selectSaveAs": { - "label": "Screenshot save type", - "title": "The screenshot save type" - }, - "title": "Screenshot settings" - }, - "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "Speed Change Per Scroll", - "title": "Adjust the speed change per scroll" - }, - "enable": { - "label": "Sterowanie prędkością kółka myszy", - "title": "Naciśnij klawisz modyfikujący, aby włączyć regulację prędkości za pomocą kółka myszy." - }, - "optionLabel": "Klawisz {{KEY}}", - "select": { - "label": "Klawisz modyfikujący", - "title": "Klawisz modyfikujący, którego należy użyć" - }, - "title": "Ustawienia kontroli prędkości kółka myszy" - }, - "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "Volume Change Per Scroll", - "title": "Adjust the volume change per scroll" - }, - "enable": { - "label": "Regulacja głośności za pomocą kółka myszy", - "title": "Umożliwia sterowanie głośnością oglądanego filmu za pomocą kółka myszy" - }, - "holdModifierKey": { - "enable": { - "label": "Podczas przytrzymywania klawisza modyfikującego", - "title": "Naciśnij klawisz modyfikujący, aby włączyć regulację głośności za pomocą kółka myszy." - }, - "optionLabel": "Klawisz {{KEY}}", - "select": { - "label": "Klawisz modyfikujący", - "title": "Klawisz modyfikujący, którego należy użyć" - } - }, - "holdRightClick": { - "enable": { - "label": "Przytrzymując prawy przycisk myszy", - "title": "Przytrzymaj prawy przycisk myszy, aby włączyć regulację głośności za pomocą kółka myszy" - } - }, - "title": "Ustawienia regulacji głośności za pomocą kółka myszy" - }, - "settingSearch": { - "placeholder": "Szukaj ustawienia" - }, - "videoHistory": { - "enable": { - "label": "Track watched videos", - "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" - }, - "resumeType": { - "select": { - "label": "Typ wznowienia filmu", - "options": { - "automatic": "Automatyczne", - "prompt": "Podpowiedź" - }, - "title": "Wybierz sposób wznawiania filmów" - } - }, - "title": "Video history settings" - }, - "volumeBoost": { - "boostAmount": { - "label": "Wartość zwiększenia głośności (dB)", - "title": "O ile należy zwiększyć głośność" - }, - "enable": { - "label": "Zwiększenie głośności", - "title": "Włącz zwiększenie głośności" - }, - "mode": { - "select": { - "label": "Tryb zwiększenia głośności", - "options": { - "global": "Globalne", - "perVideo": "Osobno" - }, - "title": "Wybierz sposób wzmocnienia głośności. Opcja „Osobno” umożliwia włączenie wzmocnienia dla każdego filmu osobno w menu funkcji. Opcja „Globalne” stosuje wzmocnienie do wszystkich filmów po włączeniu zwiększenia głośności." - } - }, - "title": "Ustawienia zwiększenia głośności" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "You can get one from here", - "input": { - "label": "Klucz API", - "title": "Wpisz swój klucz API V3." - }, - "title": "YouTube API V3 key" - }, - "youtubeDeepDark": { - "author": "Autor", - "co-authors": "Współautorzy", - "colors": { - "colorShadow": { - "label": "Kolor cienia", - "title": "Kolor dla cieni" - }, - "dimmerText": { - "label": "Kolor tekstu dodatkowego", - "title": "Kolor dla tekstu dodatkowego" - }, - "hoverBackground": { - "label": "Hover background color", - "title": "Color for hover background" - }, - "mainBackground": { - "label": "Kolor głównego tła", - "title": "Kolor dla głównego tła" - }, - "mainColor": { - "label": "Kolor akcentowy", - "title": "Kolor akcentowy" - }, - "mainText": { - "label": "Kolor głównego tekstu", - "title": "Kolor dla głównego tekstu" - }, - "secondBackground": { - "label": "Kolor dodatkowego tła", - "title": "Kolor tła dodatkowego" - } - }, - "enable": { - "label": "Motyw Deep Dark", - "title": "Aktywuj wybrany motyw dla strony" - }, - "select": { - "label": "Wybierz motyw", - "title": "Wybierz motyw, który ma zostać zastosowany na stronie" - }, - "title": "YouTube deep dark settings" - } - } - } + "langCode": "pl-PL", + "langName": "Polish", + "messages": { + "resumingVideo": "Wznowienie wideo za {{VIDEO_TIME}}", + "settingVolume": "Ustawianie wzmocnienia głośności do {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "Skopiowano!", + "label": "Kopiuj adres URL filmu ze znacznikiem czasu" + } + }, + "featureMenu": { + "button": { + "label": "Menu funkcji" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Przyspieszenie do przodu o {{TIME}}" + }, + "rewindButton": { + "label": "Cofnięcie o {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Ukryj elementy końcowe filmu", + "toggle": { + "off": "Pokaż elementy końcowe filmu", + "on": "Ukryj elementy końcowe filmu" + } + } + }, + "loopButton": { + "button": { + "label": "Zapętl", + "toggle": { + "off": "Wyłącz zapętlenie", + "on": "Włącz zapętlenie" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "Powiększ okno", + "toggle": { + "off": "Wyłącz powiększenie", + "on": "Włącz powiększenie" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Otwórz transkrypcję" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Zmniejsz szybkość do {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Zwiększ szybkość do {{SPEED}}" + } + }, + "decreaseLimit": "Nie można zmniejszać dalej ({{SPEED}})", + "increaseLimit": "Nie można zwiększać dalej ({{SPEED}})" + }, + "playlistLength": { + "title": "Całkowita długość może być niedokładna, jeśli niektóre filmy są ukryte lub jeśli nie załadowałeś wystarczającej liczby filmów, aby uzyskać pełny czas." + }, + "screenshotButton": { + "button": { + "label": "Zrzut ekranu" + }, + "copiedToClipboard": "Zrzut ekranu skopiowany do schowka" + }, + "videoHistory": { + "resumeButton": "Wznów", + "resumePrompt": { + "close": "Zamknij" + } + }, + "volumeBoostButton": { + "button": { + "label": "Zwiększ głośność", + "toggle": { + "off": "Zwiększenie głośności wyłączone", + "on": "Zwiększenie głośności włączone" + } + } + } + } + }, + "options": { + "notifications": { + "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "Ustawiony klawisz zmiany prędkości przewijania nie może być taki sam, jak klawisz zmiany głośności przewijania kółka.", + "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." + } + } + }, + "info": { + "reset": "Wszystkie opcje zostały przywrócone do domyślnych wartości. Możesz teraz zapisać zmiany, klikając przycisk \"Potwierdź\" bądź odrzucić, je zamykając tę stronę lub ignorując to powiadomienie." + }, + "success": { + "saved": "Zapisano opcje." + } + } + } + }, + "settings": { + "clearData": { + "allDataDeleted": "All data has been deleted.", + "confirmAlert": "Usunie to wszystkie dane rozszerzenia związane z opcjami. Kontynuować?" + }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " albo " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "scrollForMoreSettings": "Przewiń, aby zobaczyć więcej ustawień", + "sections": { + "automaticQuality": { + "enable": { + "label": "Automatic quality adjustment", + "title": "Automatically adjusts the video quality to the selected level." + }, + "fallbackQualityStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Wyżej", + "lower": "Niżej" + }, + "title": "The strategy to use when the selected quality is not available" + } + }, + "select": { + "label": "Jakość odtwarzacza", + "title": "The quality to set the video to" + }, + "title": "Opcje automatycznej jakości" + }, + "bottomButtons": { + "clear": { + "title": "Clears all data this extension has stored on your machine", + "value": "Wyczyść dane" + }, + "confirm": { + "title": "Confirm setting reset", + "value": "Potwierdź" + }, + "openTab": { + "title": "Open extension settings in a new tab" + }, + "reset": { + "title": "Resets all settings to their defaults, Click the confirm button to save the changes", + "value": "Reset" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Kopiuj adres URL bieżącego momentu", + "decreasePlaybackSpeedButton": "Przycisk Zmniejszania Prędkości Odtwarzania", + "forwardButton": "Fast Forward button", + "hideEndScreenCardsButton": "Hide end screen cards button", + "increasePlaybackSpeedButton": "Przycisk Zwiększania Prędkości Odtwarzania", + "loopButton": "Przycisk Zapętlania", + "maximizePlayerButton": "Maximize button", + "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind button", + "screenshotButton": "Przycisk Zrzutu Ekranu", + "volumeBoostButton": "Przycisk Zwiększania Głośności" + }, + "options": { + "below_player": { + "placement": "below the player controls", + "value": "Poniżej Odtwarzacza" + }, + "feature_menu": { + "placement": "in the feature menu", + "value": "Feature Menu" + }, + "player_controls_left": { + "placement": "on the left side of player controls", + "value": "Lewostronne Sterowanie" + }, + "player_controls_right": { + "placement": "on the right side of player controls", + "value": "Prawostronne Sterowanie" + } + }, + "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Button placement settings" + }, + "customCSS": { + "editor": { + "collapse": "Collapse Editor", + "expand": "Expand Editor", + "noProblems": "No problems found." + }, + "enable": { + "label": "Własny CSS", + "title": "Enables custom CSS to be applied to the page" + }, + "title": "Custom CSS settings" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Menu Activation Type", + "options": { + "click": "Kliknięcie", + "hover": "Najechanie kursorem" + }, + "title": "Select the method to activate the feature menu" + }, + "title": "Feature menu settings" + } + }, + "forwardRewindButtons": { + "enable": { + "label": "Forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + }, + "title": "Forward/rewind button settings" + }, + "importExportSettings": { + "exportButton": { + "success": "Ustawienia zostały pomyślnie wyeksportowane", + "title": "Eksportuj ustawienia do pliku JSON", + "value": "Eksportuj Ustawienia" + }, + "importButton": { + "error": { + "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", + "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" + }, + "success": "Settings imported successfully", + "title": "Importuj ustawienia z pliku JSON", + "value": "Importuj Ustawienia" + } + }, + "language": { + "select": { + "label": "Język", + "title": "Język rozszerzenia" + }, + "title": "Język" + }, + "miscellaneous": { + "features": { + "automaticTheaterMode": { + "label": "Automatic theater mode", + "title": "Automatically enables theater mode when you load a video" + }, + "automaticallyDisableAmbientMode": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + }, + "automaticallyDisableAutoPlay": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + }, + "automaticallyDisableClosedCaptions": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + }, + "automaticallyEnableClosedCaptions": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + }, + "automaticallyMaximizePlayer": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + }, + "automaticallyShowMoreVideosOnEndScreen": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + }, + "copyTimestampUrlButton": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + }, + "defaultToOriginalAudioTrack": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + }, + "enableMarkAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Add a button to playlist items to mark videos as unwatched" + }, + "enableRemoveVideoButton": { + "label": "Remove video button", + "title": "Add a button to playlist items to remove videos from the playlist" + }, + "enableSaveToWatchLaterButton": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + }, + "hideArtificialIntelligenceSummary": { + "label": "Ukryj podsumowanie AI", + "title": "Hides the artificial intelligence summary below videos" + }, + "hideEndScreenCards": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + }, + "hideEndScreenCardsButton": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + }, + "hideLiveStreamChat": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + }, + "hideMembersOnlyVideos": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + }, + "hideOfficialArtistVideosFromHomePage": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + }, + "hidePaidPromotionBanner": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + }, + "hidePlayables": { + "label": "Hide playables", + "title": "Hides all playables" + }, + "hideScrollbar": { + "label": "Hide scrollbar", + "title": "Hides the pages scrollbar" + }, + "hideShorts": { + "label": "Ukryj szorty", + "title": "Ukrywa wszystkie szorty" + }, + "hideSidebarRecommendedVideos": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + }, + "hideTranslateComment": { + "label": "Hide translate comment button", + "title": "Hides 'Translate to Language' button under comments" + }, + "loopButton": { + "label": "Loop button", + "title": "Adds a button to the feature menu to loop the video you're watching" + }, + "maximizePlayerButton": { + "label": "Maximize player button", + "title": "Adds a button to the feature menu to maximize the player" + }, + "openTranscriptButton": { + "label": "Open transcript button", + "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + }, + "openYouTubeSettingsOnHover": { + "label": "Otwórz ustawienia YouTube po najechaniu kursorem", + "title": "Opens the YouTube settings menu when you hover over the settings button" + }, + "pauseBackgroundPlayers": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + }, + "playlistRemover": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + }, + "remainingTime": { + "label": "Remaining time", + "title": "Shows the remaining time of the video you're watching" + }, + "rememberLastVolume": { + "label": "Remember last volume", + "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + }, + "removeRedirect": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + }, + "restoreFullscreenScrolling": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + }, + "shareShortener": { + "label": "Shorten YouTube video share link", + "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + }, + "shortsAutoScroll": { + "label": "Shorts auto scroll", + "title": "Automatically scrolls to the next short" + }, + "skipContinueWatching": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + }, + "timestampPeek": { + "label": "Timestamp Peek", + "title": "Shows a preview of the video when you hover over a timestamp" + } + }, + "title": "Miscellaneous settings" + }, + "onScreenDisplaySettings": { + "color": { + "label": "Kolor", + "options": { + "blue": "Niebieski", + "green": "Zielony", + "orange": "Pomarańczowy", + "pink": "Różowy", + "purple": "Fioletowy", + "red": "Czerwony", + "white": "Biały", + "yellow": "Żółty" + }, + "title": "Select the color for the On-Screen Display" + }, + "hide": { + "label": "Hide Delay", + "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" + }, + "opacity": { + "label": "Opacity", + "title": "Adjust the transparency of the On-Screen Display" + }, + "padding": { + "label": "Padding", + "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." + }, + "position": { + "label": "Position", + "options": { + "bottom_left": "Bottom Left", + "bottom_right": "Bottom Right", + "center": "Center", + "top_left": "Top Left", + "top_right": "Top Right" + }, + "title": "Select the position of the On-Screen Display" + }, + "title": "On-screen display settings", + "type": { + "label": "Type", + "options": { + "circle": "Circle", + "line": "Line", + "no_display": "No display", + "text": "Text" + }, + "title": "Select the type of On-Screen Display" + } + }, + "playbackSpeed": { + "enable": { + "label": "Forced playback speed", + "title": "Sets the video speed to what you choose below" + }, + "playbackSpeedButtons": { + "label": "Playback speed buttons", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + }, + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + }, + "select": { + "label": "Player speed", + "title": "The speed to set the video to" + }, + "title": "Playback speed settings" + }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + }, + "title": "Playlist length settings", + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } + } + }, + "playlistManagement": { + "features": { + "markAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + }, + "removeVideoButton": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + }, + "title": "Playlist management settings" + }, + "playlistManagementButtons": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + }, + "saveToWatchLaterButton": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + }, + "screenshotButton": { + "enable": { + "label": "Screenshot button", + "title": "Adds a button to the player to take a screenshot of the video" + }, + "saveAs": { + "both": "Both (File and Clipboard)", + "clipboard": "Clipboard", + "file": "File" + }, + "selectFormat": { + "label": "Screenshot format", + "title": "The format to save the screenshot in" + }, + "selectSaveAs": { + "label": "Screenshot save type", + "title": "The screenshot save type" + }, + "title": "Screenshot settings" + }, + "scrollWheelSpeedControl": { + "adjustmentSteps": { + "label": "Speed Change Per Scroll", + "title": "Adjust the speed change per scroll" + }, + "enable": { + "label": "Sterowanie prędkością kółka myszy", + "title": "Naciśnij klawisz modyfikujący, aby włączyć regulację prędkości za pomocą kółka myszy." + }, + "optionLabel": "Klawisz {{KEY}}", + "select": { + "label": "Klawisz modyfikujący", + "title": "Klawisz modyfikujący, którego należy użyć" + }, + "title": "Ustawienia kontroli prędkości kółka myszy" + }, + "scrollWheelVolumeControl": { + "adjustmentSteps": { + "label": "Volume Change Per Scroll", + "title": "Adjust the volume change per scroll" + }, + "enable": { + "label": "Regulacja głośności za pomocą kółka myszy", + "title": "Umożliwia sterowanie głośnością oglądanego filmu za pomocą kółka myszy" + }, + "holdModifierKey": { + "enable": { + "label": "Podczas przytrzymywania klawisza modyfikującego", + "title": "Naciśnij klawisz modyfikujący, aby włączyć regulację głośności za pomocą kółka myszy." + }, + "optionLabel": "Klawisz {{KEY}}", + "select": { + "label": "Klawisz modyfikujący", + "title": "Klawisz modyfikujący, którego należy użyć" + } + }, + "holdRightClick": { + "enable": { + "label": "Przytrzymując prawy przycisk myszy", + "title": "Przytrzymaj prawy przycisk myszy, aby włączyć regulację głośności za pomocą kółka myszy" + } + }, + "title": "Ustawienia regulacji głośności za pomocą kółka myszy" + }, + "settingSearch": { + "placeholder": "Szukaj ustawienia" + }, + "videoHistory": { + "enable": { + "label": "Track watched videos", + "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" + }, + "resumeType": { + "select": { + "label": "Typ wznowienia filmu", + "options": { + "automatic": "Automatyczne", + "prompt": "Podpowiedź" + }, + "title": "Wybierz sposób wznawiania filmów" + } + }, + "title": "Video history settings" + }, + "volumeBoost": { + "boostAmount": { + "label": "Wartość zwiększenia głośności (dB)", + "title": "O ile należy zwiększyć głośność" + }, + "enable": { + "label": "Zwiększenie głośności", + "title": "Włącz zwiększenie głośności" + }, + "mode": { + "select": { + "label": "Tryb zwiększenia głośności", + "options": { + "global": "Globalne", + "perVideo": "Osobno" + }, + "title": "Wybierz sposób wzmocnienia głośności. Opcja „Osobno” umożliwia włączenie wzmocnienia dla każdego filmu osobno w menu funkcji. Opcja „Globalne” stosuje wzmocnienie do wszystkich filmów po włączeniu zwiększenia głośności." + } + }, + "title": "Ustawienia zwiększenia głośności" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "Klucz API", + "title": "Wpisz swój klucz API V3." + }, + "title": "YouTube API V3 key" + }, + "youtubeDeepDark": { + "author": "Autor", + "co-authors": "Współautorzy", + "colors": { + "colorShadow": { + "label": "Kolor cienia", + "title": "Kolor dla cieni" + }, + "dimmerText": { + "label": "Kolor tekstu dodatkowego", + "title": "Kolor dla tekstu dodatkowego" + }, + "hoverBackground": { + "label": "Hover background color", + "title": "Color for hover background" + }, + "mainBackground": { + "label": "Kolor głównego tła", + "title": "Kolor dla głównego tła" + }, + "mainColor": { + "label": "Kolor akcentowy", + "title": "Kolor akcentowy" + }, + "mainText": { + "label": "Kolor głównego tekstu", + "title": "Kolor dla głównego tekstu" + }, + "secondBackground": { + "label": "Kolor dodatkowego tła", + "title": "Kolor tła dodatkowego" + } + }, + "enable": { + "label": "Motyw Deep Dark", + "title": "Aktywuj wybrany motyw dla strony" + }, + "select": { + "label": "Wybierz motyw", + "title": "Wybierz motyw, który ma zostać zastosowany na stronie" + }, + "title": "YouTube deep dark settings" + } + } + } } From 114853643d42577006e014e2e23f7de9a02d2e45 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 13 Jan 2026 18:12:04 -0500 Subject: [PATCH 1415/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 1414 +++++++++++++++++++------------------ 1 file changed, 709 insertions(+), 705 deletions(-) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index 78a327310..99dfce5e8 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -1,707 +1,711 @@ { - "langCode": "ru-RU", - "langName": "Русский", - "messages": { - "resumingVideo": "Возобновление видео на {{VIDEO_TIME}}", - "settingVolume": "Усиление громкости установлено на {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "Скопировано!", - "label": "Копировать URL видео с таймкодом" - } - }, - "featureMenu": { - "button": { - "label": "Меню функций" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "Перемотка вперёд на {{TIME}}" - }, - "rewindButton": { - "label": "Перемотка назад на {{TIME}}" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "Скрыть заставки следующих видео", - "toggle": { - "off": "Показать заставки следующих видео", - "on": "Скрыть заставки следующих видео" - } - } - }, - "loopButton": { - "button": { - "label": "Зациклить", - "toggle": { - "off": "Зацикливание выключено", - "on": "Зацикливание включено" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "Развернуть", - "toggle": { - "off": "Проигрыватель свернут", - "on": "Проигрыватель развернут" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Открыть стенограмму" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Уменьшить скорость на {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Увеличить скорость на {{SPEED}}" - } - }, - "decreaseLimit": "Невозможно уменьшить ({{SPEED}})", - "increaseLimit": "Невозможно увеличить ({{SPEED}})" - }, - "playlistLength": { - "title": "Общая длина может быть неточной, если некоторые видео скрыты или недостаточно видео прогружено, чтобы получить полную длину." - }, - "screenshotButton": { - "button": { - "label": "Скриншот" - }, - "copiedToClipboard": "Скриншот скопирован в буфер обмена" - }, - "videoHistory": { - "resumeButton": "Возобновить", - "resumePrompt": { - "close": "Закрыть" - } - }, - "volumeBoostButton": { - "button": { - "label": "Усиление громкости", - "toggle": { - "off": "Увеличение громкости выключено", - "on": "Увеличение громкости включено" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "Клавиша-модификатор для управления скоростью воспроизведения с помощью колеса мыши не может совпадать с клавишей-модификатором для управления громкостью.", - "volumeControl": "Клавиша-модификатор для управления громкостью с помощью колеса мыши не может совпадать с клавишей-модификатором для управления скоростью воспроизведения." - } - } - }, - "info": { - "reset": "Все параметры были сброшены к значениям по умолчанию.\nТеперь вы можете сохранить изменения, нажав кнопку «Подтвердить» или отменить их, закрыв эту страницу или проигнорировав это уведомление." - }, - "success": { - "saved": "Настройки сохранены." - } - } - } - }, - "settings": { - "clearData": { - "allDataDeleted": "Все данные были удалены.", - "confirmAlert": "Это приведет к удалению всех данных расширения, связанных с настройками. Продолжить?" - }, - "optionDisabled": { - "either": { - "label": "Включите {{OPTIONS}} для настройки этого параметра", - "separator": " или " - }, - "plural": { - "label": "Включите {{OPTIONS}} для настройки этого параметра", - "separator": " и " - }, - "singular": "Включите '{{OPTION}}' для настройки этого параметра", - "specificOption": { - "featureMenu": "Включите по крайней мере одну кнопку, которая будет размещена в меню функций для настройки этой опции.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" - } - }, - "scrollForMoreSettings": "Прокрутите для других настроек", - "sections": { - "automaticQuality": { - "enable": { - "label": "Включить автоматическую регулировку качества", - "title": "Автоматически настраивает качество видео на выбранный уровень." - }, - "fallbackQualityStrategy": { - "select": { - "label": "Стратегия восстановления качества", - "options": { - "higher": "Выше", - "lower": "Ниже" - }, - "title": "Какую стратегию использовать, когда выбранное качество недоступно" - } - }, - "select": { - "label": "Качество проигрывателя", - "title": "Качество, которое будет задаваться для видео" - }, - "title": "Автоматические настройки качества" - }, - "bottomButtons": { - "clear": { - "title": "Очистить все данные, которые это расширение хранит на вашем компьютере", - "value": "Удалить данные" - }, - "confirm": { - "title": "Подтвердить сброс настроек", - "value": "Подтвердить" - }, - "openTab": { - "title": "Открывать настройки расширения в новой вкладке" - }, - "reset": { - "title": "Сбрасывает все параметры до значений по умолчанию. Нажмите \"Подтвердить\", чтобы сохранить изменения", - "value": "Сброс" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "Кнопка «Копировать URL видео с таймкодом»", - "decreasePlaybackSpeedButton": "Кнопка уменьшения скорости видео", - "forwardButton": "Кнопка перемотки вперёд", - "hideEndScreenCardsButton": "Кнопка «Скрыть заставки следующих видео»", - "increasePlaybackSpeedButton": "Кнопка увеличения скорости видео", - "loopButton": "Кнопка «Зациклить»", - "maximizePlayerButton": "Кнопка «Развернуть»", - "openTranscriptButton": "Кнопка «Открыть стенограмму»", - "rewindButton": "Кнопка перемотки назад", - "screenshotButton": "Кнопка «Скриншот»", - "volumeBoostButton": "Кнопка «Усиление громкости»" - }, - "options": { - "below_player": { - "placement": "под проигрывателем", - "value": "Под проигрывателем" - }, - "feature_menu": { - "placement": "в меню функций", - "value": "Меню функций" - }, - "player_controls_left": { - "placement": "с левой стороны панели управления", - "value": "Слева" - }, - "player_controls_right": { - "placement": "с правой стороны панели управления", - "value": "Справа" - } - }, - "title": "Поместить {{BUTTON_NAME}} {{PLACEMENT}}" - }, - "title": "Button placement settings" - }, - "customCSS": { - "editor": { - "collapse": "Свернуть редактор", - "expand": "Расширить редактор", - "noProblems": "Проблем не найдено." - }, - "enable": { - "label": "Включить пользовательский CSS", - "title": "Включает пользовательские настройки CSS для применения к странице" - }, - "title": "Custom CSS settings" - }, - "featureMenu": { - "openType": { - "select": { - "label": "Тип активации меню", - "options": { - "click": "Посредством нажатия", - "hover": "При наведении курсора" - }, - "title": "Выберите способ активации меню функций" - }, - "title": "Настройки меню функций" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "Включить кнопки перемотки вперёд/назад", - "title": "Добавляет кнопки перемотки вперёд/назад в проигрыватель" - }, - "time": { - "label": "Время перемотки", - "title": "Кол-во времени, на которое будет перематываться видео" - }, - "title": "Настройки кнопок перемотки вперёд/назад" - }, - "importExportSettings": { - "exportButton": { - "success": "Настройки успешно экспортированы", - "title": "Экспорт настроек в JSON файл", - "value": "Экспорт настроек" - }, - "importButton": { - "error": { - "unknown": "Ошибка импорта настроек. Пожалуйста, проверьте формат файла.\nПроизошла неизвестная ошибка.", - "validation": "Ошибка импорта настроек. Пожалуйста, проверьте формат файла.\n{{ERROR_MESSAGE}}" - }, - "success": "Настройки успешно импортированы", - "title": "Импорт настроек из JSON файла", - "value": "Импорт настроек" - } - }, - "language": { - "select": { - "label": "Язык", - "title": "Язык расширения" - }, - "title": "Язык" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "Включить автоматический режим кинотеатра", - "title": "Автоматически включать режим кинотеатра при загрузке видео" - }, - "automaticallyDisableAmbientMode": { - "label": "Автоматическое отключение режима освещения", - "title": "Автоматически отключать режим освещения при загрузке видео" - }, - "automaticallyDisableAutoPlay": { - "label": "Automatically disable autoplay", - "title": "Automatically disables autoplay when you load a video" - }, - "automaticallyDisableClosedCaptions": { - "label": "Автоматически отключать субтитры", - "title": "Автоматически отключает субтитры при загрузке видео" - }, - "automaticallyEnableClosedCaptions": { - "label": "Automatically enable closed captions", - "title": "Automatically enables closed captions when you load a video" - }, - "automaticallyMaximizePlayer": { - "label": "Automatically maximize player", - "title": "Automatically maximizes the player when you load a video" - }, - "automaticallyShowMoreVideosOnEndScreen": { - "label": "Automatically show more videos on end screen", - "title": "Automatically shows more videos on end screen when you load a video" - }, - "copyTimestampUrlButton": { - "label": "Кнопка «Копировать URL видео с таймкодом»", - "title": "Копирует ссылку видео с меткой времени (?t=123)" - }, - "defaultToOriginalAudioTrack": { - "label": "Выставлять оригинальную звуковую дорожку по умолчанию", - "title": "Всегда выставлять оригинальную аудио дорожку видео по умолчанию" - }, - "enableMarkAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Add a button to playlist items to mark videos as unwatched" - }, - "enableRemoveVideoButton": { - "label": "Remove video button", - "title": "Add a button to playlist items to remove videos from the playlist" - }, - "enableSaveToWatchLaterButton": { - "label": "Enable save to Watch Later button", - "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" - }, - "hideArtificialIntelligenceSummary": { - "label": "Прятать краткое содержание от ИИ", - "title": "Прячет краткое содержание видео от ИИ под описанием" - }, - "hideEndScreenCards": { - "label": "Скрыть заставки следующих видео", - "title": "Скрывает заставки следующих (предлагаемых) видео в конце ролика" - }, - "hideEndScreenCardsButton": { - "label": "Кнопка «Скрыть заставки следующих видео»", - "title": "Добавляет кнопку для скрытия/отображения заставок следующих видео в конце ролика" - }, - "hideLiveStreamChat": { - "label": "Спрятать чат прямого эфира", - "title": "Прячет чат прямого эфира (стрима)" - }, - "hideMembersOnlyVideos": { - "label": "Hide members-only videos", - "title": "Hides videos that are only visible to members" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "Скрывать официальные видео исполнителя", - "title": "Скрывает официальные видео исполнителя с домашней страницы" - }, - "hidePaidPromotionBanner": { - "label": "Скрыть \"Содержит прямую рекламу\"", - "title": "Скрывает баннер, отображающийся при просмотре видео, которое имеет платную рекламу" - }, - "hidePlayables": { - "label": "Спрятать игры", - "title": "Прячет все игры (playables)" - }, - "hideScrollbar": { - "label": "Включить скрытие полосы прокрутки страницы", - "title": "Скрывает полосу прокрутки страницы" - }, - "hideShorts": { - "label": "Скрыть Shorts", - "title": "Скрывает все Shorts" - }, - "hideSidebarRecommendedVideos": { - "label": "Hide recommended videos", - "title": "Hides the sidebar that recommends videos" - }, - "hideTranslateComment": { - "label": "Спрятать кнопку 'Перевести на...'", - "title": "Прячет кнопку 'Перевести на русский' под комментарием" - }, - "loopButton": { - "label": "Включить кнопку «Зациклить»", - "title": "Добавляет кнопку в меню функций для автоматического повтора просмотренного видео (зацикливание)" - }, - "maximizePlayerButton": { - "label": "Включить кнопку «Развернуть проигрыватель»", - "title": "Добавляет кнопку в меню функций, которая позволит максимизировать проигрыватель" - }, - "openTranscriptButton": { - "label": "Показать кнопку стенограммы видео", - "title": "Добавляет кнопку в меню функций, чтобы открыть стенограмму видео, которое вы просматриваете" - }, - "openYouTubeSettingsOnHover": { - "label": "Открывать настройки YouTube при наведении курсора", - "title": "Открывает меню настроек YouTube при наведении на кнопку меню" - }, - "pauseBackgroundPlayers": { - "label": "Ставить на паузу видео в фоновых вкладках", - "title": "Ставит на паузу видео в фоновых вкладках при запуске видео в активной (текущей) вкладке" - }, - "playlistRemover": { - "label": "Спрятать плейлисты на главной", - "title": "Прячет плейлисты на главной (домашней) странице" - }, - "remainingTime": { - "label": "Включить отображение оставшегося времени", - "title": "Показывает оставшееся время просмотра видео" - }, - "rememberLastVolume": { - "label": "Запомнить уровень громкости", - "title": "Запоминает громкость последнего видео, которое вы смотрели и устанавливает это значение при открытии нового видео" - }, - "removeRedirect": { - "label": "Убрать YouTube /redirect ссылки", - "title": "Заменяет /redirect ссылки на актуальные, убирая предупреждение о переходе на другой ресурс" - }, - "restoreFullscreenScrolling": { - "label": "Включить прокрутку в полноэкранном режиме", - "title": "Восстанавливает возможность прокрутки в полноэкранном режиме" - }, - "shareShortener": { - "label": "Укоротить ссылку с кнопки \"Поделиться\"", - "title": "Укорачивает ссылку с кнопки \"Поделиться\" (youtu.be), убирая параметры si/feature из нее" - }, - "shortsAutoScroll": { - "label": "Автоматическая прокрутка Shorts", - "title": "Автоматически скроллит до следующего Shorts" - }, - "skipContinueWatching": { - "label": "Пропускать \"Воспроизведение приостановлено. Продолжить?\"", - "title": "Автоматически пропускает диалог простоя, который приостанавливает воспроизведение" - } - }, - "title": "Прочие параметры" - }, - "onScreenDisplaySettings": { - "color": { - "label": "Цвет", - "options": { - "blue": "Синий", - "green": "Зеленый", - "orange": "Оранжевый", - "pink": "Розовый", - "purple": "Фиолетовый", - "red": "Красный", - "white": "Белый", - "yellow": "Желтый" - }, - "title": "Выберите цвет для отображения на экране (OSD)" - }, - "hide": { - "label": "Задержка скрытия", - "title": "Укажите время, в миллисекундах, перед автоматическим скрытием OSD" - }, - "opacity": { - "label": "Прозрачность", - "title": "Настройка прозрачности отображения на экране (OSD)" - }, - "padding": { - "label": "Отступы", - "title": "Регулировка интервала вокруг отображения на экране (OSD) в пикселях. Применяется в частности для углов OSD." - }, - "position": { - "label": "Расположение", - "options": { - "bottom_left": "Слева снизу", - "bottom_right": "Справа снизу", - "center": "По центру", - "top_left": "Слева сверху", - "top_right": "Справа сверху" - }, - "title": "Выберите позицию отображения на экране (OSD)" - }, - "title": "On-screen display settings", - "type": { - "label": "Тип", - "options": { - "circle": "Круг", - "line": "Линия", - "no_display": "Не показывать", - "text": "Текст" - }, - "title": "Выберите тип отображения на экране (OSD)" - } - }, - "playbackSpeed": { - "enable": { - "label": "Включить принудительную скорость воспроизведения", - "title": "Устанавливает скорость проигрывания видео на ту, что вы выбрали ниже" - }, - "playbackSpeedButtons": { - "label": "Кнопки регулирования скорости видео", - "select": { - "label": "Дельта кнопок регулирования скорости", - "title": "Число, на которое будет изменена скорость за клик" - }, - "title": "Добавляет кнопки для увеличения или уменьшения скорости воспроизведения просматриваемого видео" - }, - "select": { - "label": "Скорость проигрывателя", - "title": "Скорость, которая будет задаваться для видео" - }, - "title": "Настройки скорости воспроизведения" - }, - "playlistLength": { - "enable": { - "label": "Отображать информацию о длине плейлиста", - "title": "Отображает общую временную длину плейлиста, сколько было просмотрено и сколько осталось." - }, - "title": "Настройки длины плейлиста", - "wayToGetLength": { - "select": { - "label": "Способ получения длины плейлиста", - "title": "Способ получения информации о длине плейлиста (метод API будет переключаться обратно к HTML, если возникнет ошибка)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "Метод получения времени просмотра", - "options": { - "duration": "Продолжительность видео", - "youtube": "Время просмотра видео" - }, - "title": "Способ получения количества времени просмотра (тип длины видео используется только на странице просмотра)" - } - } - }, - "playlistManagement": { - "features": { - "markAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - }, - "removeVideoButton": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - } - }, - "title": "Playlist management settings" - }, - "playlistManagementButtons": { - "failedToMarkAsUnwatched": "Failed to mark video as unwatched", - "failedToRemoveVideo": "Failed to remove video", - "markAsUnwatched": "Mark as unwatched", - "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "Remove video", - "removingVideo": "Removing video…" - }, - "saveToWatchLaterButton": { - "failedToSaveVideo": "Failed to save video to Watch Later", - "saveVideo": "Save to Watch Later", - "savingVideo": "Saving to Watch Later…" - }, - "screenshotButton": { - "enable": { - "label": "Включить кнопку «Скриншот»", - "title": "Добавляет кнопку в проигрыватель которая делает скриншот видео" - }, - "saveAs": { - "both": "Both (File and Clipboard)", - "clipboard": "Буфер обмена", - "file": "Файл" - }, - "selectFormat": { - "label": "Формат скриншота", - "title": "Формат, в котором будет сохраняться скриншот" - }, - "selectSaveAs": { - "label": "Тип сохранения скриншота", - "title": "Тип сохранения скриншота" - }, - "title": "Настройки скриншотов" - }, - "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "Изменение скорости воспроизведения за прокрутку колеса", - "title": "Регулировка значения, на которое изменяется скорость воспроизведения за прокрутку" - }, - "enable": { - "label": "Включить управление скоростью воспроизведения с помощью колеса мыши", - "title": "Нажмите клавишу-модификатор, чтобы включить управление скоростью воспроизведения с помощью колеса мыши." - }, - "optionLabel": "Клавиша {{KEY}}", - "select": { - "label": "Клавиша-модификатор", - "title": "Используемая клавиша-модификатор" - }, - "title": "Настройки управления скоростью воспроизведения с помощью колеса мыши" - }, - "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "Изменение громкости за прокрутку колеса", - "title": "Регулировка значения, на которое изменяется громкость за прокрутку" - }, - "enable": { - "label": "Включить управление громкостью с помощью колеса мыши", - "title": "Позволяет использовать колесо мыши для управления громкостью видео, которое вы просматриваете" - }, - "holdModifierKey": { - "enable": { - "label": "Включить при удержании клавиши-модификатора", - "title": "Нажмите клавишу-модификатор, чтобы включить управление громкостью с помощью колеса мыши." - }, - "optionLabel": "Клавиша {{KEY}}", - "select": { - "label": "Клавиша-модификатор", - "title": "Используемая клавиша-модификатор" - } - }, - "holdRightClick": { - "enable": { - "label": "Включить при удержании правой кнопки мыши", - "title": "Удерживайте правую кнопку мыши, чтобы включить управление громкостью с помощью колеса мыши" - } - }, - "title": "Настройки управления громкостью с помощью колеса мыши" - }, - "settingSearch": { - "placeholder": "Поиск настроек" - }, - "videoHistory": { - "enable": { - "label": "Отслеживание таймкода просматриваемого видео", - "title": "Отслеживает, на каком моменте вы остановили просмотр видео и продолжает с него" - }, - "resumeType": { - "select": { - "label": "Тип возобновления", - "options": { - "automatic": "Автоматически", - "prompt": "Запрашивать" - }, - "title": "Выберите, как вы хотите возобновлять просмотр видео" - } - }, - "title": "Настройки отслеживания" - }, - "volumeBoost": { - "boostAmount": { - "label": "Значение увеличения громкости (дБ)", - "title": "Значение, на которое будет увеличена громкость" - }, - "enable": { - "label": "Включить усиление громкости", - "title": "Включить усиление громкости" - }, - "mode": { - "select": { - "label": "Режим увеличения громкости", - "options": { - "global": "Глобально", - "perVideo": "Для видео" - }, - "title": "Выберите, каким образом должно применяться усиление громкости. 'Для видео' позволяет включать усиление для каждого видео отдельно в меню функций. 'Глобально' применяет усиление для всех просматриваемых видео когда усиление громкости включено." - } - }, - "title": "Настройки усиления громкости" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "Вы можете получить ключ здесь", - "input": { - "label": "API ключ", - "title": "Введите ваш ключ Youtube Data API V3." - }, - "title": "YouTube API V3 key" - }, - "youtubeDeepDark": { - "author": "Автор", - "co-authors": "Соавторы", - "colors": { - "colorShadow": { - "label": "Цвет тени", - "title": "Цвет теней" - }, - "dimmerText": { - "label": "Цвет вторичного текста", - "title": "Цвет для вторичного текста" - }, - "hoverBackground": { - "label": "Цвет фона при наведении", - "title": "Цвет, который будет задаваться фону при наведении" - }, - "mainBackground": { - "label": "Основной цвет фона", - "title": "Цвет для основного фона" - }, - "mainColor": { - "label": "Цвет акцента", - "title": "Цвет для акцента" - }, - "mainText": { - "label": "Цвет основного текста", - "title": "Цвет для основного текста" - }, - "secondBackground": { - "label": "Дополнительный цвет фона", - "title": "Цвет для вторичного фона" - } - }, - "enable": { - "label": "Включить выбранную тему", - "title": "Активировать выбранную тему для страницы" - }, - "select": { - "label": "Выбрать тему", - "title": "Выберите тему для применения к странице" - }, - "title": "YouTube deep dark settings" - } - } - } + "langCode": "ru-RU", + "langName": "Русский", + "messages": { + "resumingVideo": "Возобновление видео на {{VIDEO_TIME}}", + "settingVolume": "Усиление громкости установлено на {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "Скопировано!", + "label": "Копировать URL видео с таймкодом" + } + }, + "featureMenu": { + "button": { + "label": "Меню функций" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Перемотка вперёд на {{TIME}}" + }, + "rewindButton": { + "label": "Перемотка назад на {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Скрыть заставки следующих видео", + "toggle": { + "off": "Показать заставки следующих видео", + "on": "Скрыть заставки следующих видео" + } + } + }, + "loopButton": { + "button": { + "label": "Зациклить", + "toggle": { + "off": "Зацикливание выключено", + "on": "Зацикливание включено" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "Развернуть", + "toggle": { + "off": "Проигрыватель свернут", + "on": "Проигрыватель развернут" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Открыть стенограмму" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Уменьшить скорость на {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Увеличить скорость на {{SPEED}}" + } + }, + "decreaseLimit": "Невозможно уменьшить ({{SPEED}})", + "increaseLimit": "Невозможно увеличить ({{SPEED}})" + }, + "playlistLength": { + "title": "Общая длина может быть неточной, если некоторые видео скрыты или недостаточно видео прогружено, чтобы получить полную длину." + }, + "screenshotButton": { + "button": { + "label": "Скриншот" + }, + "copiedToClipboard": "Скриншот скопирован в буфер обмена" + }, + "videoHistory": { + "resumeButton": "Возобновить", + "resumePrompt": { + "close": "Закрыть" + } + }, + "volumeBoostButton": { + "button": { + "label": "Усиление громкости", + "toggle": { + "off": "Увеличение громкости выключено", + "on": "Увеличение громкости включено" + } + } + } + } + }, + "options": { + "notifications": { + "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "Клавиша-модификатор для управления скоростью воспроизведения с помощью колеса мыши не может совпадать с клавишей-модификатором для управления громкостью.", + "volumeControl": "Клавиша-модификатор для управления громкостью с помощью колеса мыши не может совпадать с клавишей-модификатором для управления скоростью воспроизведения." + } + } + }, + "info": { + "reset": "Все параметры были сброшены к значениям по умолчанию.\nТеперь вы можете сохранить изменения, нажав кнопку «Подтвердить» или отменить их, закрыв эту страницу или проигнорировав это уведомление." + }, + "success": { + "saved": "Настройки сохранены." + } + } + } + }, + "settings": { + "clearData": { + "allDataDeleted": "Все данные были удалены.", + "confirmAlert": "Это приведет к удалению всех данных расширения, связанных с настройками. Продолжить?" + }, + "optionDisabled": { + "either": { + "label": "Включите {{OPTIONS}} для настройки этого параметра", + "separator": " или " + }, + "plural": { + "label": "Включите {{OPTIONS}} для настройки этого параметра", + "separator": " и " + }, + "singular": "Включите '{{OPTION}}' для настройки этого параметра", + "specificOption": { + "featureMenu": "Включите по крайней мере одну кнопку, которая будет размещена в меню функций для настройки этой опции.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "scrollForMoreSettings": "Прокрутите для других настроек", + "sections": { + "automaticQuality": { + "enable": { + "label": "Включить автоматическую регулировку качества", + "title": "Автоматически настраивает качество видео на выбранный уровень." + }, + "fallbackQualityStrategy": { + "select": { + "label": "Стратегия восстановления качества", + "options": { + "higher": "Выше", + "lower": "Ниже" + }, + "title": "Какую стратегию использовать, когда выбранное качество недоступно" + } + }, + "select": { + "label": "Качество проигрывателя", + "title": "Качество, которое будет задаваться для видео" + }, + "title": "Автоматические настройки качества" + }, + "bottomButtons": { + "clear": { + "title": "Очистить все данные, которые это расширение хранит на вашем компьютере", + "value": "Удалить данные" + }, + "confirm": { + "title": "Подтвердить сброс настроек", + "value": "Подтвердить" + }, + "openTab": { + "title": "Открывать настройки расширения в новой вкладке" + }, + "reset": { + "title": "Сбрасывает все параметры до значений по умолчанию. Нажмите \"Подтвердить\", чтобы сохранить изменения", + "value": "Сброс" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Кнопка «Копировать URL видео с таймкодом»", + "decreasePlaybackSpeedButton": "Кнопка уменьшения скорости видео", + "forwardButton": "Кнопка перемотки вперёд", + "hideEndScreenCardsButton": "Кнопка «Скрыть заставки следующих видео»", + "increasePlaybackSpeedButton": "Кнопка увеличения скорости видео", + "loopButton": "Кнопка «Зациклить»", + "maximizePlayerButton": "Кнопка «Развернуть»", + "openTranscriptButton": "Кнопка «Открыть стенограмму»", + "rewindButton": "Кнопка перемотки назад", + "screenshotButton": "Кнопка «Скриншот»", + "volumeBoostButton": "Кнопка «Усиление громкости»" + }, + "options": { + "below_player": { + "placement": "под проигрывателем", + "value": "Под проигрывателем" + }, + "feature_menu": { + "placement": "в меню функций", + "value": "Меню функций" + }, + "player_controls_left": { + "placement": "с левой стороны панели управления", + "value": "Слева" + }, + "player_controls_right": { + "placement": "с правой стороны панели управления", + "value": "Справа" + } + }, + "title": "Поместить {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Button placement settings" + }, + "customCSS": { + "editor": { + "collapse": "Свернуть редактор", + "expand": "Расширить редактор", + "noProblems": "Проблем не найдено." + }, + "enable": { + "label": "Включить пользовательский CSS", + "title": "Включает пользовательские настройки CSS для применения к странице" + }, + "title": "Custom CSS settings" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Тип активации меню", + "options": { + "click": "Посредством нажатия", + "hover": "При наведении курсора" + }, + "title": "Выберите способ активации меню функций" + }, + "title": "Настройки меню функций" + } + }, + "forwardRewindButtons": { + "enable": { + "label": "Включить кнопки перемотки вперёд/назад", + "title": "Добавляет кнопки перемотки вперёд/назад в проигрыватель" + }, + "time": { + "label": "Время перемотки", + "title": "Кол-во времени, на которое будет перематываться видео" + }, + "title": "Настройки кнопок перемотки вперёд/назад" + }, + "importExportSettings": { + "exportButton": { + "success": "Настройки успешно экспортированы", + "title": "Экспорт настроек в JSON файл", + "value": "Экспорт настроек" + }, + "importButton": { + "error": { + "unknown": "Ошибка импорта настроек. Пожалуйста, проверьте формат файла.\nПроизошла неизвестная ошибка.", + "validation": "Ошибка импорта настроек. Пожалуйста, проверьте формат файла.\n{{ERROR_MESSAGE}}" + }, + "success": "Настройки успешно импортированы", + "title": "Импорт настроек из JSON файла", + "value": "Импорт настроек" + } + }, + "language": { + "select": { + "label": "Язык", + "title": "Язык расширения" + }, + "title": "Язык" + }, + "miscellaneous": { + "features": { + "automaticTheaterMode": { + "label": "Включить автоматический режим кинотеатра", + "title": "Автоматически включать режим кинотеатра при загрузке видео" + }, + "automaticallyDisableAmbientMode": { + "label": "Автоматическое отключение режима освещения", + "title": "Автоматически отключать режим освещения при загрузке видео" + }, + "automaticallyDisableAutoPlay": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + }, + "automaticallyDisableClosedCaptions": { + "label": "Автоматически отключать субтитры", + "title": "Автоматически отключает субтитры при загрузке видео" + }, + "automaticallyEnableClosedCaptions": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + }, + "automaticallyMaximizePlayer": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + }, + "automaticallyShowMoreVideosOnEndScreen": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + }, + "copyTimestampUrlButton": { + "label": "Кнопка «Копировать URL видео с таймкодом»", + "title": "Копирует ссылку видео с меткой времени (?t=123)" + }, + "defaultToOriginalAudioTrack": { + "label": "Выставлять оригинальную звуковую дорожку по умолчанию", + "title": "Всегда выставлять оригинальную аудио дорожку видео по умолчанию" + }, + "enableMarkAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Add a button to playlist items to mark videos as unwatched" + }, + "enableRemoveVideoButton": { + "label": "Remove video button", + "title": "Add a button to playlist items to remove videos from the playlist" + }, + "enableSaveToWatchLaterButton": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + }, + "hideArtificialIntelligenceSummary": { + "label": "Прятать краткое содержание от ИИ", + "title": "Прячет краткое содержание видео от ИИ под описанием" + }, + "hideEndScreenCards": { + "label": "Скрыть заставки следующих видео", + "title": "Скрывает заставки следующих (предлагаемых) видео в конце ролика" + }, + "hideEndScreenCardsButton": { + "label": "Кнопка «Скрыть заставки следующих видео»", + "title": "Добавляет кнопку для скрытия/отображения заставок следующих видео в конце ролика" + }, + "hideLiveStreamChat": { + "label": "Спрятать чат прямого эфира", + "title": "Прячет чат прямого эфира (стрима)" + }, + "hideMembersOnlyVideos": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + }, + "hideOfficialArtistVideosFromHomePage": { + "label": "Скрывать официальные видео исполнителя", + "title": "Скрывает официальные видео исполнителя с домашней страницы" + }, + "hidePaidPromotionBanner": { + "label": "Скрыть \"Содержит прямую рекламу\"", + "title": "Скрывает баннер, отображающийся при просмотре видео, которое имеет платную рекламу" + }, + "hidePlayables": { + "label": "Спрятать игры", + "title": "Прячет все игры (playables)" + }, + "hideScrollbar": { + "label": "Включить скрытие полосы прокрутки страницы", + "title": "Скрывает полосу прокрутки страницы" + }, + "hideShorts": { + "label": "Скрыть Shorts", + "title": "Скрывает все Shorts" + }, + "hideSidebarRecommendedVideos": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + }, + "hideTranslateComment": { + "label": "Спрятать кнопку 'Перевести на...'", + "title": "Прячет кнопку 'Перевести на русский' под комментарием" + }, + "loopButton": { + "label": "Включить кнопку «Зациклить»", + "title": "Добавляет кнопку в меню функций для автоматического повтора просмотренного видео (зацикливание)" + }, + "maximizePlayerButton": { + "label": "Включить кнопку «Развернуть проигрыватель»", + "title": "Добавляет кнопку в меню функций, которая позволит максимизировать проигрыватель" + }, + "openTranscriptButton": { + "label": "Показать кнопку стенограммы видео", + "title": "Добавляет кнопку в меню функций, чтобы открыть стенограмму видео, которое вы просматриваете" + }, + "openYouTubeSettingsOnHover": { + "label": "Открывать настройки YouTube при наведении курсора", + "title": "Открывает меню настроек YouTube при наведении на кнопку меню" + }, + "pauseBackgroundPlayers": { + "label": "Ставить на паузу видео в фоновых вкладках", + "title": "Ставит на паузу видео в фоновых вкладках при запуске видео в активной (текущей) вкладке" + }, + "playlistRemover": { + "label": "Спрятать плейлисты на главной", + "title": "Прячет плейлисты на главной (домашней) странице" + }, + "remainingTime": { + "label": "Включить отображение оставшегося времени", + "title": "Показывает оставшееся время просмотра видео" + }, + "rememberLastVolume": { + "label": "Запомнить уровень громкости", + "title": "Запоминает громкость последнего видео, которое вы смотрели и устанавливает это значение при открытии нового видео" + }, + "removeRedirect": { + "label": "Убрать YouTube /redirect ссылки", + "title": "Заменяет /redirect ссылки на актуальные, убирая предупреждение о переходе на другой ресурс" + }, + "restoreFullscreenScrolling": { + "label": "Включить прокрутку в полноэкранном режиме", + "title": "Восстанавливает возможность прокрутки в полноэкранном режиме" + }, + "shareShortener": { + "label": "Укоротить ссылку с кнопки \"Поделиться\"", + "title": "Укорачивает ссылку с кнопки \"Поделиться\" (youtu.be), убирая параметры si/feature из нее" + }, + "shortsAutoScroll": { + "label": "Автоматическая прокрутка Shorts", + "title": "Автоматически скроллит до следующего Shorts" + }, + "skipContinueWatching": { + "label": "Пропускать \"Воспроизведение приостановлено. Продолжить?\"", + "title": "Автоматически пропускает диалог простоя, который приостанавливает воспроизведение" + }, + "timestampPeek": { + "label": "Timestamp Peek", + "title": "Shows a preview of the video when you hover over a timestamp" + } + }, + "title": "Прочие параметры" + }, + "onScreenDisplaySettings": { + "color": { + "label": "Цвет", + "options": { + "blue": "Синий", + "green": "Зеленый", + "orange": "Оранжевый", + "pink": "Розовый", + "purple": "Фиолетовый", + "red": "Красный", + "white": "Белый", + "yellow": "Желтый" + }, + "title": "Выберите цвет для отображения на экране (OSD)" + }, + "hide": { + "label": "Задержка скрытия", + "title": "Укажите время, в миллисекундах, перед автоматическим скрытием OSD" + }, + "opacity": { + "label": "Прозрачность", + "title": "Настройка прозрачности отображения на экране (OSD)" + }, + "padding": { + "label": "Отступы", + "title": "Регулировка интервала вокруг отображения на экране (OSD) в пикселях. Применяется в частности для углов OSD." + }, + "position": { + "label": "Расположение", + "options": { + "bottom_left": "Слева снизу", + "bottom_right": "Справа снизу", + "center": "По центру", + "top_left": "Слева сверху", + "top_right": "Справа сверху" + }, + "title": "Выберите позицию отображения на экране (OSD)" + }, + "title": "On-screen display settings", + "type": { + "label": "Тип", + "options": { + "circle": "Круг", + "line": "Линия", + "no_display": "Не показывать", + "text": "Текст" + }, + "title": "Выберите тип отображения на экране (OSD)" + } + }, + "playbackSpeed": { + "enable": { + "label": "Включить принудительную скорость воспроизведения", + "title": "Устанавливает скорость проигрывания видео на ту, что вы выбрали ниже" + }, + "playbackSpeedButtons": { + "label": "Кнопки регулирования скорости видео", + "select": { + "label": "Дельта кнопок регулирования скорости", + "title": "Число, на которое будет изменена скорость за клик" + }, + "title": "Добавляет кнопки для увеличения или уменьшения скорости воспроизведения просматриваемого видео" + }, + "select": { + "label": "Скорость проигрывателя", + "title": "Скорость, которая будет задаваться для видео" + }, + "title": "Настройки скорости воспроизведения" + }, + "playlistLength": { + "enable": { + "label": "Отображать информацию о длине плейлиста", + "title": "Отображает общую временную длину плейлиста, сколько было просмотрено и сколько осталось." + }, + "title": "Настройки длины плейлиста", + "wayToGetLength": { + "select": { + "label": "Способ получения длины плейлиста", + "title": "Способ получения информации о длине плейлиста (метод API будет переключаться обратно к HTML, если возникнет ошибка)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Метод получения времени просмотра", + "options": { + "duration": "Продолжительность видео", + "youtube": "Время просмотра видео" + }, + "title": "Способ получения количества времени просмотра (тип длины видео используется только на странице просмотра)" + } + } + }, + "playlistManagement": { + "features": { + "markAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + }, + "removeVideoButton": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + }, + "title": "Playlist management settings" + }, + "playlistManagementButtons": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + }, + "saveToWatchLaterButton": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + }, + "screenshotButton": { + "enable": { + "label": "Включить кнопку «Скриншот»", + "title": "Добавляет кнопку в проигрыватель которая делает скриншот видео" + }, + "saveAs": { + "both": "Both (File and Clipboard)", + "clipboard": "Буфер обмена", + "file": "Файл" + }, + "selectFormat": { + "label": "Формат скриншота", + "title": "Формат, в котором будет сохраняться скриншот" + }, + "selectSaveAs": { + "label": "Тип сохранения скриншота", + "title": "Тип сохранения скриншота" + }, + "title": "Настройки скриншотов" + }, + "scrollWheelSpeedControl": { + "adjustmentSteps": { + "label": "Изменение скорости воспроизведения за прокрутку колеса", + "title": "Регулировка значения, на которое изменяется скорость воспроизведения за прокрутку" + }, + "enable": { + "label": "Включить управление скоростью воспроизведения с помощью колеса мыши", + "title": "Нажмите клавишу-модификатор, чтобы включить управление скоростью воспроизведения с помощью колеса мыши." + }, + "optionLabel": "Клавиша {{KEY}}", + "select": { + "label": "Клавиша-модификатор", + "title": "Используемая клавиша-модификатор" + }, + "title": "Настройки управления скоростью воспроизведения с помощью колеса мыши" + }, + "scrollWheelVolumeControl": { + "adjustmentSteps": { + "label": "Изменение громкости за прокрутку колеса", + "title": "Регулировка значения, на которое изменяется громкость за прокрутку" + }, + "enable": { + "label": "Включить управление громкостью с помощью колеса мыши", + "title": "Позволяет использовать колесо мыши для управления громкостью видео, которое вы просматриваете" + }, + "holdModifierKey": { + "enable": { + "label": "Включить при удержании клавиши-модификатора", + "title": "Нажмите клавишу-модификатор, чтобы включить управление громкостью с помощью колеса мыши." + }, + "optionLabel": "Клавиша {{KEY}}", + "select": { + "label": "Клавиша-модификатор", + "title": "Используемая клавиша-модификатор" + } + }, + "holdRightClick": { + "enable": { + "label": "Включить при удержании правой кнопки мыши", + "title": "Удерживайте правую кнопку мыши, чтобы включить управление громкостью с помощью колеса мыши" + } + }, + "title": "Настройки управления громкостью с помощью колеса мыши" + }, + "settingSearch": { + "placeholder": "Поиск настроек" + }, + "videoHistory": { + "enable": { + "label": "Отслеживание таймкода просматриваемого видео", + "title": "Отслеживает, на каком моменте вы остановили просмотр видео и продолжает с него" + }, + "resumeType": { + "select": { + "label": "Тип возобновления", + "options": { + "automatic": "Автоматически", + "prompt": "Запрашивать" + }, + "title": "Выберите, как вы хотите возобновлять просмотр видео" + } + }, + "title": "Настройки отслеживания" + }, + "volumeBoost": { + "boostAmount": { + "label": "Значение увеличения громкости (дБ)", + "title": "Значение, на которое будет увеличена громкость" + }, + "enable": { + "label": "Включить усиление громкости", + "title": "Включить усиление громкости" + }, + "mode": { + "select": { + "label": "Режим увеличения громкости", + "options": { + "global": "Глобально", + "perVideo": "Для видео" + }, + "title": "Выберите, каким образом должно применяться усиление громкости. 'Для видео' позволяет включать усиление для каждого видео отдельно в меню функций. 'Глобально' применяет усиление для всех просматриваемых видео когда усиление громкости включено." + } + }, + "title": "Настройки усиления громкости" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "Вы можете получить ключ здесь", + "input": { + "label": "API ключ", + "title": "Введите ваш ключ Youtube Data API V3." + }, + "title": "YouTube API V3 key" + }, + "youtubeDeepDark": { + "author": "Автор", + "co-authors": "Соавторы", + "colors": { + "colorShadow": { + "label": "Цвет тени", + "title": "Цвет теней" + }, + "dimmerText": { + "label": "Цвет вторичного текста", + "title": "Цвет для вторичного текста" + }, + "hoverBackground": { + "label": "Цвет фона при наведении", + "title": "Цвет, который будет задаваться фону при наведении" + }, + "mainBackground": { + "label": "Основной цвет фона", + "title": "Цвет для основного фона" + }, + "mainColor": { + "label": "Цвет акцента", + "title": "Цвет для акцента" + }, + "mainText": { + "label": "Цвет основного текста", + "title": "Цвет для основного текста" + }, + "secondBackground": { + "label": "Дополнительный цвет фона", + "title": "Цвет для вторичного фона" + } + }, + "enable": { + "label": "Включить выбранную тему", + "title": "Активировать выбранную тему для страницы" + }, + "select": { + "label": "Выбрать тему", + "title": "Выберите тему для применения к странице" + }, + "title": "YouTube deep dark settings" + } + } + } } From 93d7e00893cbd109170d4e6b13449c0445ac50f9 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 13 Jan 2026 18:12:05 -0500 Subject: [PATCH 1416/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 1414 +++++++++++++++++++------------------ 1 file changed, 709 insertions(+), 705 deletions(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index f3f4c2810..23c20f92e 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -1,707 +1,711 @@ { - "langCode": "tr-TR", - "langName": "Türkçe", - "messages": { - "resumingVideo": "{{VIDEO_TIME}} tarihinde videoyu devam ettir", - "settingVolume": "Ses güçlendirmesini {{VOLUME_BOOST_AMOUNT}} olarak ayarla" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "Kopyalandı!", - "label": "Geçerli zamana ait video URL'sini kopyala" - } - }, - "featureMenu": { - "button": { - "label": "Özellik menüsü" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "{{TIME}} hızlı ileri sar" - }, - "rewindButton": { - "label": "{{TIME}} kadar geri sar" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "Bitiş ekranı kartlarını gizle", - "toggle": { - "off": "Bitiş ekranı kartlarını göster", - "on": "Bitiş ekranı kartlarını gizle" - } - } - }, - "loopButton": { - "button": { - "label": "Tekrarla", - "toggle": { - "off": "Tekrarlama kapalı", - "on": "Tekrarlama açık" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "Ekranı kapla", - "toggle": { - "off": "Tam ekran kapalı", - "on": "Tam ekran açıl" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Transkripti Aç" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Hızı {{SPEED}} değerine düşür" - }, - "increasePlaybackSpeedButton": { - "label": "Hızı {{SPEED}} değerine çıkar" - } - }, - "decreaseLimit": "Daha fazla düşüremezsin ({{SPEED}})", - "increaseLimit": "Daha fazla artıramazsın ({{SPEED}})" - }, - "playlistLength": { - "title": "Bazı videolar gizliyse veya tam uzunluğa ulaşmak için yeterli sayıda video yüklemediyseniz, toplam uzunluk doğru olmayabilir." - }, - "screenshotButton": { - "button": { - "label": "Ekran görüntüsü" - }, - "copiedToClipboard": "Ekran görüntüsü panoya kopyalandı" - }, - "videoHistory": { - "resumeButton": "Devam Et", - "resumePrompt": { - "close": "Kapat" - } - }, - "volumeBoostButton": { - "button": { - "label": "Ses Yükseltici", - "toggle": { - "off": "Ses Yükseltici Devredışı", - "on": "Ses Yükseltici Aktif" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "optionConflict": "'{{OPTION}}' etkinken bu seçenek etkinleştirilemez.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "Kaydırma tekerleği hız kontrolü için kullanılan değiştirici tuş, kaydırma tekerleği ses kontrolü için kullanılan değiştirici tuşla aynı olamaz.", - "volumeControl": "Kaydırma tekerleği ile ses düzeyi kontrolü için kullanılan değiştirici tuş, kaydırma hızı kontrolü için kullanılan değiştirici tuşla aynı olamaz." - } - } - }, - "info": { - "reset": "Tüm seçenekler varsayılan değerlerine sıfırlandı.\nArtık \"Onayla\" düğmesine tıklayarak değişiklikleri kaydedebilir veya bu sayfayı kapatarak iptal edebilir veya bu bildirimi göz ardı edebilirsiniz." - }, - "success": { - "saved": "Seçenekler kaydedildi." - } - } - } - }, - "settings": { - "clearData": { - "allDataDeleted": "Tüm veriler silindi.", - "confirmAlert": "Bu seçeneklerle ilgili tüm uzantı verilerini silecektir. Devam etmek istiyor musunuz?" - }, - "optionDisabled": { - "either": { - "label": "Bu seçeneği yapılandırmak için {{OPTIONS}} öğesini etkinleştirin", - "separator": " veya " - }, - "plural": { - "label": "Bu seçeneği yapılandırmak için {{OPTIONS}} öğesini etkinleştirin", - "separator": " ve " - }, - "singular": "Bu seçeneği yapılandırmak için '{{OPTION}}' öğesini etkinleştirin", - "specificOption": { - "featureMenu": "Bu seçeneği yapılandırmak için özellik menüsüne yerleştirilecek en az bir düğmeyi yapılandırın.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" - } - }, - "scrollForMoreSettings": "Daha fazla ayar için kaydırın", - "sections": { - "automaticQuality": { - "enable": { - "label": "Otomatik kalite ayarlamayı etkinleştir", - "title": "Video kalitesini seçilen seviyeye otomatik olarak ayarlar." - }, - "fallbackQualityStrategy": { - "select": { - "label": "Kalite geri dönüş stratejisi", - "options": { - "higher": "Daha yüksek", - "lower": "Daha düşük" - }, - "title": "Seçilen kalite mevcut değilse kullanılacak strateji" - } - }, - "select": { - "label": "Oynatma kalitesi", - "title": "Videonun ayarlanacağı kalite" - }, - "title": "Otomatik kalite ayarları" - }, - "bottomButtons": { - "clear": { - "title": "Bu uzantının makinenizde sakladığı tüm verileri temizler", - "value": "Veriyi Temizle" - }, - "confirm": { - "title": "Ayarı sıfırlamayı onayla", - "value": "Onayla" - }, - "openTab": { - "title": "Uzantı ayarlarını yeni bir sekmede açın" - }, - "reset": { - "title": "Tüm ayarları varsayılan değerlerine sıfırlar. Değişiklikleri kaydetmek için onayla düğmesine tıklayın", - "value": "Sıfırla" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "Video bağlantısını zaman damgasıyla kopyala butonu", - "decreasePlaybackSpeedButton": "Hızı Düşürme Butonu", - "forwardButton": "Hızlı İleri düğmesi", - "hideEndScreenCardsButton": "Bitiş ekranı kartlarını gizleme düğmesi", - "increasePlaybackSpeedButton": "Hızı Artırma Butonu", - "loopButton": "Döngü düğmesi", - "maximizePlayerButton": "Tam ekran düğmesi", - "openTranscriptButton": "Transkripti Aç butonu", - "rewindButton": "Geri sarma düğmesi", - "screenshotButton": "Ekran görüntüsü düğmesi", - "volumeBoostButton": "Ses güçlendirme düğmesi" - }, - "options": { - "below_player": { - "placement": "oynatıcı kontrollerinin altında", - "value": "Oynatıcının altında" - }, - "feature_menu": { - "placement": "özellik menüsünde", - "value": "Özellik Menüsü" - }, - "player_controls_left": { - "placement": "oynatıcı kontrollerinin sol tarafında", - "value": "Sol Kontroller" - }, - "player_controls_right": { - "placement": "oynatıcı kontrollerinin sağ tarafında", - "value": "Sağ Kontroller" - } - }, - "title": "{{BUTTON_NAME}} düğmesini {{PLACEMENT}} konumuna yerleştir" - }, - "title": "Button placement settings" - }, - "customCSS": { - "editor": { - "collapse": "Düzenleyiciyi Daralt", - "expand": "Düzenleyiciyi Genişlet", - "noProblems": "Hiç bir sorun bulunamadı." - }, - "enable": { - "label": "Özel CSS'yi etkinleştir", - "title": "Özel CSS'nin sayfaya uygulanmasını sağlar" - }, - "title": "Custom CSS settings" - }, - "featureMenu": { - "openType": { - "select": { - "label": "Menü Aktivasyon Türü", - "options": { - "click": "Tıkla", - "hover": "İmleci Üzerine Getir" - }, - "title": "Özellik menüsünü etkinleştirme yöntemini seçin" - }, - "title": "Özellik menüsü ayarları" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "İleri/geri sarma düğmeleri", - "title": "Video oynatıcısına ileri ve geri sarma düğmeleri ekler" - }, - "time": { - "label": "İleri/geri sarma süresi", - "title": "Videoyu ileri/geri sarmak için atlanacak süre" - }, - "title": "İleri/geri sarma düğmesi ayarları" - }, - "importExportSettings": { - "exportButton": { - "success": "Ayarlar başarıyla dışa aktarıldı", - "title": "Ayarları JSON dosyasına aktar", - "value": "Ayarları Dışa Aktar" - }, - "importButton": { - "error": { - "unknown": "Ayarlar içe aktarılırken hata oluştu. Lütfen dosya formatını kontrol edin.\nBilinmeyen bir hata oluştu.", - "validation": "Ayarlar içe aktarılırken hata oluştu. Lütfen dosya formatını kontrol edin.\n{{ERROR_MESSAGE}}" - }, - "success": "Ayarlar başarıyla içe aktarıldı", - "title": "Ayarları JSON dosyasına aktar", - "value": "Ayarları İçe Aktar" - } - }, - "language": { - "select": { - "label": "Dil", - "title": "Uzuntı için kullanılacak dil" - }, - "title": "Dil" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "Otomatik tiyatro modu", - "title": "Bir video yüklediğinizde tiyatro modunu otomatik olarak etkinleştirir" - }, - "automaticallyDisableAmbientMode": { - "label": "Ortam modunu otomatik olarak devre dışı bırak", - "title": "Bir video yüklediğinizde ortam modunu otomatik olarak devre dışı bırakır" - }, - "automaticallyDisableAutoPlay": { - "label": "Automatically disable autoplay", - "title": "Automatically disables autoplay when you load a video" - }, - "automaticallyDisableClosedCaptions": { - "label": "Kapalı altyazıları otomatik olarak devre dışı bırak", - "title": "Bir video yüklendiğinde kapalı altyazıları otomatik olarak devre dışı bırakır" - }, - "automaticallyEnableClosedCaptions": { - "label": "Kapalı altyazıları otomatik olarak etkinleştir", - "title": "Bir videoyu yüklediğinizde altyazıları otomatik olarak etkinleştirir" - }, - "automaticallyMaximizePlayer": { - "label": "Automatically maximize player", - "title": "Bir video yüklediğinizde oynatıcıyı otomatik olarak büyütür" - }, - "automaticallyShowMoreVideosOnEndScreen": { - "label": "Automatically show more videos on end screen", - "title": "Automatically shows more videos on end screen when you load a video" - }, - "copyTimestampUrlButton": { - "label": "Video URL'sini zaman damgası düğmesiyle kopyala", - "title": "Video URL'sini zaman damgasıyla kopyalar (?t=123)" - }, - "defaultToOriginalAudioTrack": { - "label": "Varsayılan olarak orijinal ses parçasına dön", - "title": "Her zaman varsayılan olarak orijinal ses parçasına dön" - }, - "enableMarkAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Add a button to playlist items to mark videos as unwatched" - }, - "enableRemoveVideoButton": { - "label": "Remove video button", - "title": "Add a button to playlist items to remove videos from the playlist" - }, - "enableSaveToWatchLaterButton": { - "label": "Enable save to Watch Later button", - "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" - }, - "hideArtificialIntelligenceSummary": { - "label": "AI özetini gizle", - "title": "Videoların altındaki yapay zeka özetini gizler" - }, - "hideEndScreenCards": { - "label": "Bitiş ekranı kartlarını gizle", - "title": "Video'nun sonundaki kartları gizler" - }, - "hideEndScreenCardsButton": { - "label": "Bitiş ekranı kartlarını gizleme düğmesi", - "title": "Video'nun sonuna bitiş ekranı kartlarını gizlemek/göstermek için bir düğme ekler" - }, - "hideLiveStreamChat": { - "label": "Canlı yayın sohbetini gizle", - "title": "Canlı yayın sohbetini gizler" - }, - "hideMembersOnlyVideos": { - "label": "Hide members-only videos", - "title": "Hides videos that are only visible to members" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "Resmi Sanatçı Videolarını Gizle", - "title": "Ana Sayfada Resmi Sanatçı Videolarını Gizle" - }, - "hidePaidPromotionBanner": { - "label": "Ücretli tanıtım afişini gizle", - "title": "Ücretli tanıtım içeren bir videoyu izlediğinizde görünen başlığı gizler" - }, - "hidePlayables": { - "label": "Oynatılabilirleri gizle", - "title": "Tüm oynatılabilir öğeleri gizle" - }, - "hideScrollbar": { - "label": "Kaydırma çubuğu gizlemeyi etkinleştir", - "title": "Sayfa kaydırma çubuğunu gizler" - }, - "hideShorts": { - "label": "Kısa videoları gizle", - "title": "Tüm kısa videoları gizler" - }, - "hideSidebarRecommendedVideos": { - "label": "Hide recommended videos", - "title": "Hides the sidebar that recommends videos" - }, - "hideTranslateComment": { - "label": "Yorumu Çevir'i Gizle Butonu", - "title": "Yorumlar altındaki 'Dile Çevir' düğmesini gizler" - }, - "loopButton": { - "label": "Tekrarlama düğmesi", - "title": "İzlediğiniz videoyu döngüye almak için özellik menüsüne bir düğme ekler" - }, - "maximizePlayerButton": { - "label": "Oynatıcıyı tam ekran yapma düğmesini etkinleştir", - "title": "Oynatıcıyı büyütmek için özellik menüsüne bir düğme ekler" - }, - "openTranscriptButton": { - "label": "Not dökümü düğmesini gizle", - "title": "İzlediğiniz videonun metnini açmak için özellik menüsüne bir düğme ekler" - }, - "openYouTubeSettingsOnHover": { - "label": "Fare ile üzerine gelerek Youtube ayarlarını açın", - "title": "Ayarlar düğmesinin üzerine gelindiğinde YouTube ayarlar menüsünü açar" - }, - "pauseBackgroundPlayers": { - "label": "Arka plan oynatıcılarını duraklat", - "title": "Ön plan sekmesinde yeni bir oynatıcı başlattığınızda arka plan sekmelerindeki video oynatıcıları duraklatır" - }, - "playlistRemover": { - "label": "Ana sayfadaki oynatma listelerini gizle", - "title": "Ana sayfadaki oynatma listelerinden kurtulun" - }, - "remainingTime": { - "label": "Kalan süre", - "title": "İzlediğiniz videonun kalan süresini gösterir" - }, - "rememberLastVolume": { - "label": "Son ses hacmini hatırla", - "title": "İzlediğiniz son videonun ses seviyesini hatırlar ve yeni bir video açtığınızda bu ses seviyesine ayarlar" - }, - "removeRedirect": { - "label": "YouTube yönlendirme bağlantılarını kaldır", - "title": "Yönlendirme uyarı diyaloğunu atlayarak YouTube yönlendirmesini gerçek URL'lerle değiştirir" - }, - "restoreFullscreenScrolling": { - "label": "Tam ekran kaydırmayı geri yükle", - "title": "Tam ekran modunda kaydırmayı geri yükler" - }, - "shareShortener": { - "label": "YouTube video paylaşım bağlantısını kısalt", - "title": "YouTube video paylaşım bağlantısını (youtu.be) si/feature parametrelerini çıkararak kısaltır" - }, - "shortsAutoScroll": { - "label": "Kısa videoya otomatik kaydır", - "title": "Bir sonraki kısa videoya otomatik kaydır" - }, - "skipContinueWatching": { - "label": "\"Video durdu. Hala orda mısın?\"ı Atla", - "title": "Video oynatmayı durduran boşta kalma iletişim kutusunu atlar" - } - }, - "title": "Çeşitli ayarlar" - }, - "onScreenDisplaySettings": { - "color": { - "label": "Renk", - "options": { - "blue": "Mavi", - "green": "Yeşil", - "orange": "Turuncu", - "pink": "Pembe", - "purple": "Mor", - "red": "Kırmızı", - "white": "Beyaz", - "yellow": "Sarı" - }, - "title": "Ekran göstergesinin rengini seçin" - }, - "hide": { - "label": "Gecikmeyi Gizle", - "title": "Ekran görüntüsünü otomatik olarak gizlemeden önce geçen süreyi milisaniye cinsinden belirtin" - }, - "opacity": { - "label": "Saydamlık", - "title": "Ekrandaki gösterimin saydamlığını ayarlayın" - }, - "padding": { - "label": "İç Boşluk", - "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." - }, - "position": { - "label": "Konum", - "options": { - "bottom_left": "Sol Alt", - "bottom_right": "Sağ Alt", - "center": "Orta", - "top_left": "Sol Üst", - "top_right": "Sağ Üst" - }, - "title": "Ekran görüntüleme konumunu seçin" - }, - "title": "On-screen display settings", - "type": { - "label": "Tür", - "options": { - "circle": "Daire", - "line": "Satır", - "no_display": "Ekran yok", - "text": "Metin" - }, - "title": "Ekran görüntüleme türünü seçin" - } - }, - "playbackSpeed": { - "enable": { - "label": "Zorunlu oynatma hızını etkinleştir", - "title": "Video hızını aşağıda seçtiğiniz hıza ayarlar" - }, - "playbackSpeedButtons": { - "label": "Oynatma hızı ayarları", - "select": { - "label": "Oynatma düğmelerinin hızı", - "title": "Tıklama başına değiştirilecek hız miktarı" - }, - "title": "İzlediğiniz videonun oynatma hızını artırmak veya azaltmak için düğmeler ekler" - }, - "select": { - "label": "Oynatma hızı", - "title": "Video oynatma hızını ayarlar" - }, - "title": "Oynatma hızı ayarları" - }, - "playlistLength": { - "enable": { - "label": "Çalma listesinin uzunluk bilgilerini göster", - "title": "Oynatma listesinin toplam, izlenen ve ne kalan uzunluğunu gösterir." - }, - "title": "Oynatma listesi uzunluk ayarları", - "wayToGetLength": { - "select": { - "label": "Oynatma listesi uzunluğunu alma yöntemi", - "title": "Oynatma listesi uzunluk bilgisi alma yolu (Bir hata oluşursa API yöntemi HTML'e geri dönecek)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "İzlenme süresini alma yöntemi", - "options": { - "duration": "Video Uzunluğu", - "youtube": "Video İzlenme Süresi" - }, - "title": "İzlenen süreyi alma yolu (Video Uzunluğu türü yalnızca izleme sayfasında kullanılır)" - } - } - }, - "playlistManagement": { - "features": { - "markAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - }, - "removeVideoButton": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - } - }, - "title": "Playlist management settings" - }, - "playlistManagementButtons": { - "failedToMarkAsUnwatched": "Failed to mark video as unwatched", - "failedToRemoveVideo": "Video kaldırılamadı", - "markAsUnwatched": "Mark as unwatched", - "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "Videoyu kaldır", - "removingVideo": "Video kaldırılıyor…" - }, - "saveToWatchLaterButton": { - "failedToSaveVideo": "Failed to save video to Watch Later", - "saveVideo": "Save to Watch Later", - "savingVideo": "Saving to Watch Later…" - }, - "screenshotButton": { - "enable": { - "label": "Ekran görüntüsü tuşunu etkinleştir", - "title": "Videonun ekran görüntüsünü almak için oynatıcıya bir düğme ekler" - }, - "saveAs": { - "both": "Both (File and Clipboard)", - "clipboard": "Pano", - "file": "Dosya" - }, - "selectFormat": { - "label": "Ekran görüntüsü formatı", - "title": "Ekran görüntüsünün kaydedileceği format" - }, - "selectSaveAs": { - "label": "Ekran görüntüsü kaydetme türü", - "title": "Ekran görüntüsü kaydetme türü" - }, - "title": "Ekran görüntüsü ayarları" - }, - "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "Kaydırma başına hız değişimi", - "title": "Kaydırma başına hız değiştirmeyi ayarlar" - }, - "enable": { - "label": "Kaydırma tekerleği hız kontrolü", - "title": "Kaydırma tekerleği ile hız ayarını etkinleştirmek için değiştirici tuşlarından birine basın." - }, - "optionLabel": "{{KEY}} anahtarı", - "select": { - "label": "Düzenleyici anahtar", - "title": "Kullanılacak kısayol düğmesi" - }, - "title": "Kaydırma tekerleği için hız kontrolü ayarları" - }, - "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "Her kaydırmada değiştirilecek ses düzeyi", - "title": "Her kaydırmada değiştirilecek ses düzeyini ayarlayın" - }, - "enable": { - "label": "Kaydırma tekerleği ile ses kontrolü", - "title": "İzlediğiniz videonun ses düzeyini kontrol etmek için kaydırma tekerleğini kullanmanızı sağlar" - }, - "holdModifierKey": { - "enable": { - "label": "Değiştirici tuşa basılı tutulduğunda", - "title": "Kaydırma tekerleği ile ses düzeyi ayarını etkinleştirmek için değiştirici tuşlardan birine basın" - }, - "optionLabel": "{{KEY}} anahtarı", - "select": { - "label": "Düzenleyici anahtar", - "title": "Kullanılacak kısayol düğmesi" - } - }, - "holdRightClick": { - "enable": { - "label": "Etkinleştirmek için sağ tuşa basılı tutun", - "title": "Kaydırma tekerleği ile ses kontrolünü etkinleştirmek için farenin sağ düğmesine basılı tutun" - } - }, - "title": "Kaydırma tekerleği ile ses seviyesi kontrolü ayarları" - }, - "settingSearch": { - "placeholder": "Bir ayar arayın" - }, - "videoHistory": { - "enable": { - "label": "İzlenen videoları takip edin", - "title": "İzlediğiniz videolarda en son nerede kaldığınızı takip eder ve oynatmaya oradan devam etmenizi sağlar" - }, - "resumeType": { - "select": { - "label": "Devam etme türü", - "options": { - "automatic": "Otomatik", - "prompt": "İpucu" - }, - "title": "Videoları nasıl devam ettirmek istediğinizi seçin" - } - }, - "title": "Video geçmişi ayarları" - }, - "volumeBoost": { - "boostAmount": { - "label": "Ses güçlendirme miktarı (dB)", - "title": "Ses güçlendirme miktarı" - }, - "enable": { - "label": "Ses güçlendirmeyi etkinleştir", - "title": "Ses güçlendirmeyi etkinleştir" - }, - "mode": { - "select": { - "label": "Ses güçlendirme modu", - "options": { - "global": "Genel", - "perVideo": "Video başına" - }, - "title": "Ses artırmanın nasıl uygulanacağını seçin. 'Video başına', özellik menüsünde her video için ayrı ayrı güçlendirmenin etkinleştirilmesine olanak tanır. 'Genel', ses artırma etkinleştirildiğinde tüm videolara güçlendirme uygular." - } - }, - "title": "Ses güçlendirme ayarları" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "Buradan bir tane alabilirsiniz", - "input": { - "label": "API Anahtarı", - "title": "Youtube Veri API V3 anahtarınızı girin." - }, - "title": "YouTube API V3 key" - }, - "youtubeDeepDark": { - "author": "Yazar", - "co-authors": "Ortak yazarlar", - "colors": { - "colorShadow": { - "label": "Gölge rengi", - "title": "Gölge rengi" - }, - "dimmerText": { - "label": "İkincil metin rengi", - "title": "İkincil metin rengi" - }, - "hoverBackground": { - "label": "Üzerine gelindiğindeki arka plan rengi", - "title": "Üzerine gelindiğindeki arka plan rengi" - }, - "mainBackground": { - "label": "Ana arka plan rengi", - "title": "Ana arka plan rengi" - }, - "mainColor": { - "label": "Vurgulama rengi", - "title": "Vurgulama rengi" - }, - "mainText": { - "label": "Ana metin rengi", - "title": "Ana metin için renk" - }, - "secondBackground": { - "label": "İkincil arka plan rengi", - "title": "İkincil arka plan rengi" - } - }, - "enable": { - "label": "Seçilen temayı etkinleştir", - "title": "Sayfa için seçilen temayı etkinleştirin" - }, - "select": { - "label": "Tema seç", - "title": "Sayfa için uygulanacak bir tema seçin" - }, - "title": "YouTube deep dark settings" - } - } - } + "langCode": "tr-TR", + "langName": "Türkçe", + "messages": { + "resumingVideo": "{{VIDEO_TIME}} tarihinde videoyu devam ettir", + "settingVolume": "Ses güçlendirmesini {{VOLUME_BOOST_AMOUNT}} olarak ayarla" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "Kopyalandı!", + "label": "Geçerli zamana ait video URL'sini kopyala" + } + }, + "featureMenu": { + "button": { + "label": "Özellik menüsü" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "{{TIME}} hızlı ileri sar" + }, + "rewindButton": { + "label": "{{TIME}} kadar geri sar" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Bitiş ekranı kartlarını gizle", + "toggle": { + "off": "Bitiş ekranı kartlarını göster", + "on": "Bitiş ekranı kartlarını gizle" + } + } + }, + "loopButton": { + "button": { + "label": "Tekrarla", + "toggle": { + "off": "Tekrarlama kapalı", + "on": "Tekrarlama açık" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "Ekranı kapla", + "toggle": { + "off": "Tam ekran kapalı", + "on": "Tam ekran açıl" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Transkripti Aç" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Hızı {{SPEED}} değerine düşür" + }, + "increasePlaybackSpeedButton": { + "label": "Hızı {{SPEED}} değerine çıkar" + } + }, + "decreaseLimit": "Daha fazla düşüremezsin ({{SPEED}})", + "increaseLimit": "Daha fazla artıramazsın ({{SPEED}})" + }, + "playlistLength": { + "title": "Bazı videolar gizliyse veya tam uzunluğa ulaşmak için yeterli sayıda video yüklemediyseniz, toplam uzunluk doğru olmayabilir." + }, + "screenshotButton": { + "button": { + "label": "Ekran görüntüsü" + }, + "copiedToClipboard": "Ekran görüntüsü panoya kopyalandı" + }, + "videoHistory": { + "resumeButton": "Devam Et", + "resumePrompt": { + "close": "Kapat" + } + }, + "volumeBoostButton": { + "button": { + "label": "Ses Yükseltici", + "toggle": { + "off": "Ses Yükseltici Devredışı", + "on": "Ses Yükseltici Aktif" + } + } + } + } + }, + "options": { + "notifications": { + "error": { + "optionConflict": "'{{OPTION}}' etkinken bu seçenek etkinleştirilemez.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "Kaydırma tekerleği hız kontrolü için kullanılan değiştirici tuş, kaydırma tekerleği ses kontrolü için kullanılan değiştirici tuşla aynı olamaz.", + "volumeControl": "Kaydırma tekerleği ile ses düzeyi kontrolü için kullanılan değiştirici tuş, kaydırma hızı kontrolü için kullanılan değiştirici tuşla aynı olamaz." + } + } + }, + "info": { + "reset": "Tüm seçenekler varsayılan değerlerine sıfırlandı.\nArtık \"Onayla\" düğmesine tıklayarak değişiklikleri kaydedebilir veya bu sayfayı kapatarak iptal edebilir veya bu bildirimi göz ardı edebilirsiniz." + }, + "success": { + "saved": "Seçenekler kaydedildi." + } + } + } + }, + "settings": { + "clearData": { + "allDataDeleted": "Tüm veriler silindi.", + "confirmAlert": "Bu seçeneklerle ilgili tüm uzantı verilerini silecektir. Devam etmek istiyor musunuz?" + }, + "optionDisabled": { + "either": { + "label": "Bu seçeneği yapılandırmak için {{OPTIONS}} öğesini etkinleştirin", + "separator": " veya " + }, + "plural": { + "label": "Bu seçeneği yapılandırmak için {{OPTIONS}} öğesini etkinleştirin", + "separator": " ve " + }, + "singular": "Bu seçeneği yapılandırmak için '{{OPTION}}' öğesini etkinleştirin", + "specificOption": { + "featureMenu": "Bu seçeneği yapılandırmak için özellik menüsüne yerleştirilecek en az bir düğmeyi yapılandırın.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "scrollForMoreSettings": "Daha fazla ayar için kaydırın", + "sections": { + "automaticQuality": { + "enable": { + "label": "Otomatik kalite ayarlamayı etkinleştir", + "title": "Video kalitesini seçilen seviyeye otomatik olarak ayarlar." + }, + "fallbackQualityStrategy": { + "select": { + "label": "Kalite geri dönüş stratejisi", + "options": { + "higher": "Daha yüksek", + "lower": "Daha düşük" + }, + "title": "Seçilen kalite mevcut değilse kullanılacak strateji" + } + }, + "select": { + "label": "Oynatma kalitesi", + "title": "Videonun ayarlanacağı kalite" + }, + "title": "Otomatik kalite ayarları" + }, + "bottomButtons": { + "clear": { + "title": "Bu uzantının makinenizde sakladığı tüm verileri temizler", + "value": "Veriyi Temizle" + }, + "confirm": { + "title": "Ayarı sıfırlamayı onayla", + "value": "Onayla" + }, + "openTab": { + "title": "Uzantı ayarlarını yeni bir sekmede açın" + }, + "reset": { + "title": "Tüm ayarları varsayılan değerlerine sıfırlar. Değişiklikleri kaydetmek için onayla düğmesine tıklayın", + "value": "Sıfırla" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Video bağlantısını zaman damgasıyla kopyala butonu", + "decreasePlaybackSpeedButton": "Hızı Düşürme Butonu", + "forwardButton": "Hızlı İleri düğmesi", + "hideEndScreenCardsButton": "Bitiş ekranı kartlarını gizleme düğmesi", + "increasePlaybackSpeedButton": "Hızı Artırma Butonu", + "loopButton": "Döngü düğmesi", + "maximizePlayerButton": "Tam ekran düğmesi", + "openTranscriptButton": "Transkripti Aç butonu", + "rewindButton": "Geri sarma düğmesi", + "screenshotButton": "Ekran görüntüsü düğmesi", + "volumeBoostButton": "Ses güçlendirme düğmesi" + }, + "options": { + "below_player": { + "placement": "oynatıcı kontrollerinin altında", + "value": "Oynatıcının altında" + }, + "feature_menu": { + "placement": "özellik menüsünde", + "value": "Özellik Menüsü" + }, + "player_controls_left": { + "placement": "oynatıcı kontrollerinin sol tarafında", + "value": "Sol Kontroller" + }, + "player_controls_right": { + "placement": "oynatıcı kontrollerinin sağ tarafında", + "value": "Sağ Kontroller" + } + }, + "title": "{{BUTTON_NAME}} düğmesini {{PLACEMENT}} konumuna yerleştir" + }, + "title": "Button placement settings" + }, + "customCSS": { + "editor": { + "collapse": "Düzenleyiciyi Daralt", + "expand": "Düzenleyiciyi Genişlet", + "noProblems": "Hiç bir sorun bulunamadı." + }, + "enable": { + "label": "Özel CSS'yi etkinleştir", + "title": "Özel CSS'nin sayfaya uygulanmasını sağlar" + }, + "title": "Custom CSS settings" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Menü Aktivasyon Türü", + "options": { + "click": "Tıkla", + "hover": "İmleci Üzerine Getir" + }, + "title": "Özellik menüsünü etkinleştirme yöntemini seçin" + }, + "title": "Özellik menüsü ayarları" + } + }, + "forwardRewindButtons": { + "enable": { + "label": "İleri/geri sarma düğmeleri", + "title": "Video oynatıcısına ileri ve geri sarma düğmeleri ekler" + }, + "time": { + "label": "İleri/geri sarma süresi", + "title": "Videoyu ileri/geri sarmak için atlanacak süre" + }, + "title": "İleri/geri sarma düğmesi ayarları" + }, + "importExportSettings": { + "exportButton": { + "success": "Ayarlar başarıyla dışa aktarıldı", + "title": "Ayarları JSON dosyasına aktar", + "value": "Ayarları Dışa Aktar" + }, + "importButton": { + "error": { + "unknown": "Ayarlar içe aktarılırken hata oluştu. Lütfen dosya formatını kontrol edin.\nBilinmeyen bir hata oluştu.", + "validation": "Ayarlar içe aktarılırken hata oluştu. Lütfen dosya formatını kontrol edin.\n{{ERROR_MESSAGE}}" + }, + "success": "Ayarlar başarıyla içe aktarıldı", + "title": "Ayarları JSON dosyasına aktar", + "value": "Ayarları İçe Aktar" + } + }, + "language": { + "select": { + "label": "Dil", + "title": "Uzuntı için kullanılacak dil" + }, + "title": "Dil" + }, + "miscellaneous": { + "features": { + "automaticTheaterMode": { + "label": "Otomatik tiyatro modu", + "title": "Bir video yüklediğinizde tiyatro modunu otomatik olarak etkinleştirir" + }, + "automaticallyDisableAmbientMode": { + "label": "Ortam modunu otomatik olarak devre dışı bırak", + "title": "Bir video yüklediğinizde ortam modunu otomatik olarak devre dışı bırakır" + }, + "automaticallyDisableAutoPlay": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + }, + "automaticallyDisableClosedCaptions": { + "label": "Kapalı altyazıları otomatik olarak devre dışı bırak", + "title": "Bir video yüklendiğinde kapalı altyazıları otomatik olarak devre dışı bırakır" + }, + "automaticallyEnableClosedCaptions": { + "label": "Kapalı altyazıları otomatik olarak etkinleştir", + "title": "Bir videoyu yüklediğinizde altyazıları otomatik olarak etkinleştirir" + }, + "automaticallyMaximizePlayer": { + "label": "Automatically maximize player", + "title": "Bir video yüklediğinizde oynatıcıyı otomatik olarak büyütür" + }, + "automaticallyShowMoreVideosOnEndScreen": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + }, + "copyTimestampUrlButton": { + "label": "Video URL'sini zaman damgası düğmesiyle kopyala", + "title": "Video URL'sini zaman damgasıyla kopyalar (?t=123)" + }, + "defaultToOriginalAudioTrack": { + "label": "Varsayılan olarak orijinal ses parçasına dön", + "title": "Her zaman varsayılan olarak orijinal ses parçasına dön" + }, + "enableMarkAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Add a button to playlist items to mark videos as unwatched" + }, + "enableRemoveVideoButton": { + "label": "Remove video button", + "title": "Add a button to playlist items to remove videos from the playlist" + }, + "enableSaveToWatchLaterButton": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + }, + "hideArtificialIntelligenceSummary": { + "label": "AI özetini gizle", + "title": "Videoların altındaki yapay zeka özetini gizler" + }, + "hideEndScreenCards": { + "label": "Bitiş ekranı kartlarını gizle", + "title": "Video'nun sonundaki kartları gizler" + }, + "hideEndScreenCardsButton": { + "label": "Bitiş ekranı kartlarını gizleme düğmesi", + "title": "Video'nun sonuna bitiş ekranı kartlarını gizlemek/göstermek için bir düğme ekler" + }, + "hideLiveStreamChat": { + "label": "Canlı yayın sohbetini gizle", + "title": "Canlı yayın sohbetini gizler" + }, + "hideMembersOnlyVideos": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + }, + "hideOfficialArtistVideosFromHomePage": { + "label": "Resmi Sanatçı Videolarını Gizle", + "title": "Ana Sayfada Resmi Sanatçı Videolarını Gizle" + }, + "hidePaidPromotionBanner": { + "label": "Ücretli tanıtım afişini gizle", + "title": "Ücretli tanıtım içeren bir videoyu izlediğinizde görünen başlığı gizler" + }, + "hidePlayables": { + "label": "Oynatılabilirleri gizle", + "title": "Tüm oynatılabilir öğeleri gizle" + }, + "hideScrollbar": { + "label": "Kaydırma çubuğu gizlemeyi etkinleştir", + "title": "Sayfa kaydırma çubuğunu gizler" + }, + "hideShorts": { + "label": "Kısa videoları gizle", + "title": "Tüm kısa videoları gizler" + }, + "hideSidebarRecommendedVideos": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + }, + "hideTranslateComment": { + "label": "Yorumu Çevir'i Gizle Butonu", + "title": "Yorumlar altındaki 'Dile Çevir' düğmesini gizler" + }, + "loopButton": { + "label": "Tekrarlama düğmesi", + "title": "İzlediğiniz videoyu döngüye almak için özellik menüsüne bir düğme ekler" + }, + "maximizePlayerButton": { + "label": "Oynatıcıyı tam ekran yapma düğmesini etkinleştir", + "title": "Oynatıcıyı büyütmek için özellik menüsüne bir düğme ekler" + }, + "openTranscriptButton": { + "label": "Not dökümü düğmesini gizle", + "title": "İzlediğiniz videonun metnini açmak için özellik menüsüne bir düğme ekler" + }, + "openYouTubeSettingsOnHover": { + "label": "Fare ile üzerine gelerek Youtube ayarlarını açın", + "title": "Ayarlar düğmesinin üzerine gelindiğinde YouTube ayarlar menüsünü açar" + }, + "pauseBackgroundPlayers": { + "label": "Arka plan oynatıcılarını duraklat", + "title": "Ön plan sekmesinde yeni bir oynatıcı başlattığınızda arka plan sekmelerindeki video oynatıcıları duraklatır" + }, + "playlistRemover": { + "label": "Ana sayfadaki oynatma listelerini gizle", + "title": "Ana sayfadaki oynatma listelerinden kurtulun" + }, + "remainingTime": { + "label": "Kalan süre", + "title": "İzlediğiniz videonun kalan süresini gösterir" + }, + "rememberLastVolume": { + "label": "Son ses hacmini hatırla", + "title": "İzlediğiniz son videonun ses seviyesini hatırlar ve yeni bir video açtığınızda bu ses seviyesine ayarlar" + }, + "removeRedirect": { + "label": "YouTube yönlendirme bağlantılarını kaldır", + "title": "Yönlendirme uyarı diyaloğunu atlayarak YouTube yönlendirmesini gerçek URL'lerle değiştirir" + }, + "restoreFullscreenScrolling": { + "label": "Tam ekran kaydırmayı geri yükle", + "title": "Tam ekran modunda kaydırmayı geri yükler" + }, + "shareShortener": { + "label": "YouTube video paylaşım bağlantısını kısalt", + "title": "YouTube video paylaşım bağlantısını (youtu.be) si/feature parametrelerini çıkararak kısaltır" + }, + "shortsAutoScroll": { + "label": "Kısa videoya otomatik kaydır", + "title": "Bir sonraki kısa videoya otomatik kaydır" + }, + "skipContinueWatching": { + "label": "\"Video durdu. Hala orda mısın?\"ı Atla", + "title": "Video oynatmayı durduran boşta kalma iletişim kutusunu atlar" + }, + "timestampPeek": { + "label": "Timestamp Peek", + "title": "Shows a preview of the video when you hover over a timestamp" + } + }, + "title": "Çeşitli ayarlar" + }, + "onScreenDisplaySettings": { + "color": { + "label": "Renk", + "options": { + "blue": "Mavi", + "green": "Yeşil", + "orange": "Turuncu", + "pink": "Pembe", + "purple": "Mor", + "red": "Kırmızı", + "white": "Beyaz", + "yellow": "Sarı" + }, + "title": "Ekran göstergesinin rengini seçin" + }, + "hide": { + "label": "Gecikmeyi Gizle", + "title": "Ekran görüntüsünü otomatik olarak gizlemeden önce geçen süreyi milisaniye cinsinden belirtin" + }, + "opacity": { + "label": "Saydamlık", + "title": "Ekrandaki gösterimin saydamlığını ayarlayın" + }, + "padding": { + "label": "İç Boşluk", + "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." + }, + "position": { + "label": "Konum", + "options": { + "bottom_left": "Sol Alt", + "bottom_right": "Sağ Alt", + "center": "Orta", + "top_left": "Sol Üst", + "top_right": "Sağ Üst" + }, + "title": "Ekran görüntüleme konumunu seçin" + }, + "title": "On-screen display settings", + "type": { + "label": "Tür", + "options": { + "circle": "Daire", + "line": "Satır", + "no_display": "Ekran yok", + "text": "Metin" + }, + "title": "Ekran görüntüleme türünü seçin" + } + }, + "playbackSpeed": { + "enable": { + "label": "Zorunlu oynatma hızını etkinleştir", + "title": "Video hızını aşağıda seçtiğiniz hıza ayarlar" + }, + "playbackSpeedButtons": { + "label": "Oynatma hızı ayarları", + "select": { + "label": "Oynatma düğmelerinin hızı", + "title": "Tıklama başına değiştirilecek hız miktarı" + }, + "title": "İzlediğiniz videonun oynatma hızını artırmak veya azaltmak için düğmeler ekler" + }, + "select": { + "label": "Oynatma hızı", + "title": "Video oynatma hızını ayarlar" + }, + "title": "Oynatma hızı ayarları" + }, + "playlistLength": { + "enable": { + "label": "Çalma listesinin uzunluk bilgilerini göster", + "title": "Oynatma listesinin toplam, izlenen ve ne kalan uzunluğunu gösterir." + }, + "title": "Oynatma listesi uzunluk ayarları", + "wayToGetLength": { + "select": { + "label": "Oynatma listesi uzunluğunu alma yöntemi", + "title": "Oynatma listesi uzunluk bilgisi alma yolu (Bir hata oluşursa API yöntemi HTML'e geri dönecek)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "İzlenme süresini alma yöntemi", + "options": { + "duration": "Video Uzunluğu", + "youtube": "Video İzlenme Süresi" + }, + "title": "İzlenen süreyi alma yolu (Video Uzunluğu türü yalnızca izleme sayfasında kullanılır)" + } + } + }, + "playlistManagement": { + "features": { + "markAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + }, + "removeVideoButton": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + }, + "title": "Playlist management settings" + }, + "playlistManagementButtons": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Video kaldırılamadı", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Videoyu kaldır", + "removingVideo": "Video kaldırılıyor…" + }, + "saveToWatchLaterButton": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + }, + "screenshotButton": { + "enable": { + "label": "Ekran görüntüsü tuşunu etkinleştir", + "title": "Videonun ekran görüntüsünü almak için oynatıcıya bir düğme ekler" + }, + "saveAs": { + "both": "Both (File and Clipboard)", + "clipboard": "Pano", + "file": "Dosya" + }, + "selectFormat": { + "label": "Ekran görüntüsü formatı", + "title": "Ekran görüntüsünün kaydedileceği format" + }, + "selectSaveAs": { + "label": "Ekran görüntüsü kaydetme türü", + "title": "Ekran görüntüsü kaydetme türü" + }, + "title": "Ekran görüntüsü ayarları" + }, + "scrollWheelSpeedControl": { + "adjustmentSteps": { + "label": "Kaydırma başına hız değişimi", + "title": "Kaydırma başına hız değiştirmeyi ayarlar" + }, + "enable": { + "label": "Kaydırma tekerleği hız kontrolü", + "title": "Kaydırma tekerleği ile hız ayarını etkinleştirmek için değiştirici tuşlarından birine basın." + }, + "optionLabel": "{{KEY}} anahtarı", + "select": { + "label": "Düzenleyici anahtar", + "title": "Kullanılacak kısayol düğmesi" + }, + "title": "Kaydırma tekerleği için hız kontrolü ayarları" + }, + "scrollWheelVolumeControl": { + "adjustmentSteps": { + "label": "Her kaydırmada değiştirilecek ses düzeyi", + "title": "Her kaydırmada değiştirilecek ses düzeyini ayarlayın" + }, + "enable": { + "label": "Kaydırma tekerleği ile ses kontrolü", + "title": "İzlediğiniz videonun ses düzeyini kontrol etmek için kaydırma tekerleğini kullanmanızı sağlar" + }, + "holdModifierKey": { + "enable": { + "label": "Değiştirici tuşa basılı tutulduğunda", + "title": "Kaydırma tekerleği ile ses düzeyi ayarını etkinleştirmek için değiştirici tuşlardan birine basın" + }, + "optionLabel": "{{KEY}} anahtarı", + "select": { + "label": "Düzenleyici anahtar", + "title": "Kullanılacak kısayol düğmesi" + } + }, + "holdRightClick": { + "enable": { + "label": "Etkinleştirmek için sağ tuşa basılı tutun", + "title": "Kaydırma tekerleği ile ses kontrolünü etkinleştirmek için farenin sağ düğmesine basılı tutun" + } + }, + "title": "Kaydırma tekerleği ile ses seviyesi kontrolü ayarları" + }, + "settingSearch": { + "placeholder": "Bir ayar arayın" + }, + "videoHistory": { + "enable": { + "label": "İzlenen videoları takip edin", + "title": "İzlediğiniz videolarda en son nerede kaldığınızı takip eder ve oynatmaya oradan devam etmenizi sağlar" + }, + "resumeType": { + "select": { + "label": "Devam etme türü", + "options": { + "automatic": "Otomatik", + "prompt": "İpucu" + }, + "title": "Videoları nasıl devam ettirmek istediğinizi seçin" + } + }, + "title": "Video geçmişi ayarları" + }, + "volumeBoost": { + "boostAmount": { + "label": "Ses güçlendirme miktarı (dB)", + "title": "Ses güçlendirme miktarı" + }, + "enable": { + "label": "Ses güçlendirmeyi etkinleştir", + "title": "Ses güçlendirmeyi etkinleştir" + }, + "mode": { + "select": { + "label": "Ses güçlendirme modu", + "options": { + "global": "Genel", + "perVideo": "Video başına" + }, + "title": "Ses artırmanın nasıl uygulanacağını seçin. 'Video başına', özellik menüsünde her video için ayrı ayrı güçlendirmenin etkinleştirilmesine olanak tanır. 'Genel', ses artırma etkinleştirildiğinde tüm videolara güçlendirme uygular." + } + }, + "title": "Ses güçlendirme ayarları" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "Buradan bir tane alabilirsiniz", + "input": { + "label": "API Anahtarı", + "title": "Youtube Veri API V3 anahtarınızı girin." + }, + "title": "YouTube API V3 key" + }, + "youtubeDeepDark": { + "author": "Yazar", + "co-authors": "Ortak yazarlar", + "colors": { + "colorShadow": { + "label": "Gölge rengi", + "title": "Gölge rengi" + }, + "dimmerText": { + "label": "İkincil metin rengi", + "title": "İkincil metin rengi" + }, + "hoverBackground": { + "label": "Üzerine gelindiğindeki arka plan rengi", + "title": "Üzerine gelindiğindeki arka plan rengi" + }, + "mainBackground": { + "label": "Ana arka plan rengi", + "title": "Ana arka plan rengi" + }, + "mainColor": { + "label": "Vurgulama rengi", + "title": "Vurgulama rengi" + }, + "mainText": { + "label": "Ana metin rengi", + "title": "Ana metin için renk" + }, + "secondBackground": { + "label": "İkincil arka plan rengi", + "title": "İkincil arka plan rengi" + } + }, + "enable": { + "label": "Seçilen temayı etkinleştir", + "title": "Sayfa için seçilen temayı etkinleştirin" + }, + "select": { + "label": "Tema seç", + "title": "Sayfa için uygulanacak bir tema seçin" + }, + "title": "YouTube deep dark settings" + } + } + } } From 85c1a4fa5cd439860dc9397dbbebff468f91d8b8 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 13 Jan 2026 18:12:06 -0500 Subject: [PATCH 1417/1783] New translations en-us.json (Ukrainian) --- public/locales/uk-UA.json | 1414 +++++++++++++++++++------------------ 1 file changed, 709 insertions(+), 705 deletions(-) diff --git a/public/locales/uk-UA.json b/public/locales/uk-UA.json index 6ddc7042e..ef784dbde 100644 --- a/public/locales/uk-UA.json +++ b/public/locales/uk-UA.json @@ -1,707 +1,711 @@ { - "langCode": "uk-UA", - "langName": "Українська (UA)", - "messages": { - "resumingVideo": "Продовжити відео з {{VIDEO_TIME}}", - "settingVolume": "Посилити гучність до {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "Скопійовано!", - "label": "Скопіювати URL відео з міткою часу" - } - }, - "featureMenu": { - "button": { - "label": "Меню функцій" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "Швидкий перехід до {{TIME}}" - }, - "rewindButton": { - "label": "Перемотати {{TIME}}" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "Приховати картки наприкінці відео", - "toggle": { - "off": "Показати картки наприкінці відео", - "on": "Приховати картки наприкінці відео" - } - } - }, - "loopButton": { - "button": { - "label": "Повтор", - "toggle": { - "off": "Виключити повтор", - "on": "Включити повтор" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "Розгорнути", - "toggle": { - "off": "Згорнути", - "on": "Розгорнути" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Відкрити транскрипцію" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Зменшити швидкість до {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Збільшити швидкість до {{SPEED}}" - } - }, - "decreaseLimit": "Неможливо зменшити далі ({{SPEED}})", - "increaseLimit": "Неможливо збільшити далі ({{SPEED}})" - }, - "playlistLength": { - "title": "Загальна довжина може бути неточною, якщо деякі відео приховані або якщо ви ще не завантажили достатньо відео, щоб отримати повну довжину." - }, - "screenshotButton": { - "button": { - "label": "Знімок екрана" - }, - "copiedToClipboard": "Знімок екрана скопійовано в буфер обміну" - }, - "videoHistory": { - "resumeButton": "Продовжити", - "resumePrompt": { - "close": "Закрити" - } - }, - "volumeBoostButton": { - "button": { - "label": "Збільшення гучності", - "toggle": { - "off": "Вимкнути збільшення гучності", - "on": "Включити збільшення гучності" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "Клавіша для керування швидкістю прокрутки компʼютерною мишею не може бути тією ж, що й клавіша для регулювання гучності.", - "volumeControl": "Клавіша для регулювання гучності прокрутки компʼютерною мишею не може бути тією ж, що й клавіша для керування швидкістю." - } - } - }, - "info": { - "reset": "Всі параметри були скинуті до значень за замовчуванням.\nТепер ви можете зберегти зміни, натиснувши кнопку \"Підтвердити\" або відхилити їх, закривши цю сторінку або проігнорувавши це повідомлення." - }, - "success": { - "saved": "Налаштування збережено." - } - } - } - }, - "settings": { - "clearData": { - "allDataDeleted": "Усі дані скинуто.", - "confirmAlert": "Це видалить всі дані розширення, пов'язані з налаштуваннями. Продовжити?" - }, - "optionDisabled": { - "either": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " or " - }, - "plural": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " and " - }, - "singular": "Enable '{{OPTION}}' to configure this option", - "specificOption": { - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" - } - }, - "scrollForMoreSettings": "Scroll for more settings", - "sections": { - "automaticQuality": { - "enable": { - "label": "Автоматичне регулювання якості", - "title": "Автоматично регулює якість відео на обраний рівень." - }, - "fallbackQualityStrategy": { - "select": { - "label": "Стратегія запасного вибору якості", - "options": { - "higher": "Вища", - "lower": "Нижча" - }, - "title": "Стратегія для використання, коли вибрана якість недоступна" - } - }, - "select": { - "label": "Якість відтворення", - "title": "Якість відтворення відео" - }, - "title": "Автоматичні налаштування якості" - }, - "bottomButtons": { - "clear": { - "title": "Очищає всі дані цього розширення збережені на комп'ютері", - "value": "Видалити дані" - }, - "confirm": { - "title": "Підтвердити скидання налаштувань", - "value": "Підтвердити" - }, - "openTab": { - "title": "Відкрити налаштування розширення в новій вкладці" - }, - "reset": { - "title": "Скидає всі параметри до стандартних налаштувань, натисніть кнопку підтвердження, щоб зберегти зміни", - "value": "Скинути" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "Кнопка скопіювати URL відео за допомогою часової мітки", - "decreasePlaybackSpeedButton": "Кнопка зменшення швидкості", - "forwardButton": "Кнопка перемотки", - "hideEndScreenCardsButton": "Кнопка приховати картки наприкінці відео", - "increasePlaybackSpeedButton": "Кнопка пришвидшення", - "loopButton": "Кнопка зациклення", - "maximizePlayerButton": "Кнопка Розгорнути", - "openTranscriptButton": "Кнопка відкрити транскрипт", - "rewindButton": "Кнопка відмотки", - "screenshotButton": "Кнопка для скріншота", - "volumeBoostButton": "Кнопка збільшення гучності" - }, - "options": { - "below_player": { - "placement": "під управлінням плеєром", - "value": "Під плеєром" - }, - "feature_menu": { - "placement": "в меню функцій", - "value": "Меню функцій" - }, - "player_controls_left": { - "placement": "ліворуч від елементів керування плеєра", - "value": "Ліворуч" - }, - "player_controls_right": { - "placement": "праворуч від елементів керування плеєра", - "value": "Праворуч" - } - }, - "title": "Розмістити {{BUTTON_NAME}} {{PLACEMENT}}" - }, - "title": "Button placement settings" - }, - "customCSS": { - "editor": { - "collapse": "Згорнути редактор", - "expand": "Розгорнути редактор", - "noProblems": "Проблем не виявлено." - }, - "enable": { - "label": "Увімкнути користувацький CSS", - "title": "Дозволяє використовувати користувацький CSS для сторінки" - }, - "title": "Custom CSS settings" - }, - "featureMenu": { - "openType": { - "select": { - "label": "Тип активації меню", - "options": { - "click": "Клацання", - "hover": "Наведення" - }, - "title": "Виберіть спосіб активувати меню функцій" - }, - "title": "Налаштування меню функцій" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "Увімкнути кнопки вперед/назад", - "title": "Додає кнопки перемотування до відео плеєра" - }, - "time": { - "label": "Час вперед/назад", - "title": "Часовий крок перемотки відео вперед/назад" - }, - "title": "Налаштування кнопки вперед/назад" - }, - "importExportSettings": { - "exportButton": { - "success": "Налаштування вдало експортовано", - "title": "Експортувати налаштування у файл JSON", - "value": "Експортувати налаштування" - }, - "importButton": { - "error": { - "unknown": "Помилка імпорту налаштувань. Перевірте формат файлу. \nВідбулась невідома помилка.", - "validation": "Помилка імпорту налаштувань. Перевірте формат файлу.\n{{ERROR_MESSAGE}}" - }, - "success": "Налаштування успішно імпортовано", - "title": "Імпортувати налаштування з файлу JSON", - "value": "Імпортувати параметри" - } - }, - "language": { - "select": { - "label": "Мова", - "title": "Мова для використання у розширенні" - }, - "title": "Мова" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "Automatic theater mode", - "title": "Automatically enables theater mode when you load a video" - }, - "automaticallyDisableAmbientMode": { - "label": "Automatically disable ambient mode", - "title": "Automatically disables ambient mode when you load a video" - }, - "automaticallyDisableAutoPlay": { - "label": "Automatically disable autoplay", - "title": "Automatically disables autoplay when you load a video" - }, - "automaticallyDisableClosedCaptions": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" - }, - "automaticallyEnableClosedCaptions": { - "label": "Automatically enable closed captions", - "title": "Automatically enables closed captions when you load a video" - }, - "automaticallyMaximizePlayer": { - "label": "Automatically maximize player", - "title": "Automatically maximizes the player when you load a video" - }, - "automaticallyShowMoreVideosOnEndScreen": { - "label": "Automatically show more videos on end screen", - "title": "Automatically shows more videos on end screen when you load a video" - }, - "copyTimestampUrlButton": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" - }, - "defaultToOriginalAudioTrack": { - "label": "Default to original audio track", - "title": "Always default to the original audio track" - }, - "enableMarkAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Add a button to playlist items to mark videos as unwatched" - }, - "enableRemoveVideoButton": { - "label": "Remove video button", - "title": "Add a button to playlist items to remove videos from the playlist" - }, - "enableSaveToWatchLaterButton": { - "label": "Enable save to Watch Later button", - "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" - }, - "hideArtificialIntelligenceSummary": { - "label": "Hide AI summary", - "title": "Hides the artificial intelligence summary below videos" - }, - "hideEndScreenCards": { - "label": "Hide end screen cards", - "title": "Hides the cards at the end of the video" - }, - "hideEndScreenCardsButton": { - "label": "Hide end screen cards button", - "title": "Adds a button to show/hide the cards at the end of the video" - }, - "hideLiveStreamChat": { - "label": "Hide live stream chat", - "title": "Hides the live stream chat" - }, - "hideMembersOnlyVideos": { - "label": "Hide members-only videos", - "title": "Hides videos that are only visible to members" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" - }, - "hidePaidPromotionBanner": { - "label": "Hide paid promotion banner", - "title": "Hides the banner that appears when you watch a video that has a paid promotion" - }, - "hidePlayables": { - "label": "Hide playables", - "title": "Hides all playables" - }, - "hideScrollbar": { - "label": "Hide scrollbar", - "title": "Hides the pages scrollbar" - }, - "hideShorts": { - "label": "Hide shorts", - "title": "Hides all shorts" - }, - "hideSidebarRecommendedVideos": { - "label": "Hide recommended videos", - "title": "Hides the sidebar that recommends videos" - }, - "hideTranslateComment": { - "label": "Hide translate comment button", - "title": "Hides 'Translate to Language' button under comments" - }, - "loopButton": { - "label": "Loop button", - "title": "Adds a button to the feature menu to loop the video you're watching" - }, - "maximizePlayerButton": { - "label": "Maximize player button", - "title": "Adds a button to the feature menu to maximize the player" - }, - "openTranscriptButton": { - "label": "Open transcript button", - "title": "Adds a button to the feature menu to open the transcript of the video you're watching" - }, - "openYouTubeSettingsOnHover": { - "label": "Open YouTube settings on hover", - "title": "Opens the YouTube settings menu when you hover over the settings button" - }, - "pauseBackgroundPlayers": { - "label": "Pause background players", - "title": "Pauses video players in background tabs when you start a new player in foreground tab" - }, - "playlistRemover": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" - }, - "remainingTime": { - "label": "Remaining time", - "title": "Shows the remaining time of the video you're watching" - }, - "rememberLastVolume": { - "label": "Remember last volume", - "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" - }, - "removeRedirect": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" - }, - "restoreFullscreenScrolling": { - "label": "Restore fullscreen scrolling", - "title": "Restores scrolling in fullscreen mode" - }, - "shareShortener": { - "label": "Shorten YouTube video share link", - "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" - }, - "shortsAutoScroll": { - "label": "Shorts auto scroll", - "title": "Automatically scrolls to the next short" - }, - "skipContinueWatching": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" - } - }, - "title": "Miscellaneous settings" - }, - "onScreenDisplaySettings": { - "color": { - "label": "Color", - "options": { - "blue": "Blue", - "green": "Green", - "orange": "Orange", - "pink": "Pink", - "purple": "Фіолетовий", - "red": "Червоний", - "white": "Білий", - "yellow": "Жовтий" - }, - "title": "Вибирає колір екранного зображення" - }, - "hide": { - "label": "Затримка приховування", - "title": "Вказує час у мілісекундах перед автоматичним приховуванням екранного зображення" - }, - "opacity": { - "label": "Прозорість", - "title": "Регулювання прозорості екранного зображення" - }, - "padding": { - "label": "Відступ", - "title": "Регулює відступи навколо екранного зображення в пікселях. Застосовується спеціально для екранного зображення в кутах." - }, - "position": { - "label": "Розташування", - "options": { - "bottom_left": "Bottom Left", - "bottom_right": "Bottom Right", - "center": "Center", - "top_left": "Top Left", - "top_right": "Top Right" - }, - "title": "Select the position of the On-Screen Display" - }, - "title": "On-screen display settings", - "type": { - "label": "Type", - "options": { - "circle": "Circle", - "line": "Line", - "no_display": "No display", - "text": "Text" - }, - "title": "Select the type of On-Screen Display" - } - }, - "playbackSpeed": { - "enable": { - "label": "Forced playback speed", - "title": "Sets the video speed to what you choose below" - }, - "playbackSpeedButtons": { - "label": "Playback speed buttons", - "select": { - "label": "Playback buttons speed", - "title": "Amount of speed to be changed per click" - }, - "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" - }, - "select": { - "label": "Player speed", - "title": "The speed to set the video to" - }, - "title": "Playback speed settings" - }, - "playlistLength": { - "enable": { - "label": "Display playlist length information", - "title": "Shows the total length of the playlist, how much has been watched, and how much remains." - }, - "title": "Playlist length settings", - "wayToGetLength": { - "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "Method to get watched time", - "options": { - "duration": "Video Length", - "youtube": "Video Watch Time" - }, - "title": "The way to get the amount of time watched (Video Length type only used on watch page)" - } - } - }, - "playlistManagement": { - "features": { - "markAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - }, - "removeVideoButton": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - } - }, - "title": "Playlist management settings" - }, - "playlistManagementButtons": { - "failedToMarkAsUnwatched": "Failed to mark video as unwatched", - "failedToRemoveVideo": "Failed to remove video", - "markAsUnwatched": "Mark as unwatched", - "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "Remove video", - "removingVideo": "Removing video…" - }, - "saveToWatchLaterButton": { - "failedToSaveVideo": "Failed to save video to Watch Later", - "saveVideo": "Save to Watch Later", - "savingVideo": "Saving to Watch Later…" - }, - "screenshotButton": { - "enable": { - "label": "Screenshot button", - "title": "Adds a button to the player to take a screenshot of the video" - }, - "saveAs": { - "both": "Both (File and Clipboard)", - "clipboard": "Clipboard", - "file": "File" - }, - "selectFormat": { - "label": "Screenshot format", - "title": "The format to save the screenshot in" - }, - "selectSaveAs": { - "label": "Screenshot save type", - "title": "The screenshot save type" - }, - "title": "Screenshot settings" - }, - "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "Speed Change Per Scroll", - "title": "Adjust the speed change per scroll" - }, - "enable": { - "label": "Scroll wheel speed control", - "title": "Press a modifier key to enable speed adjustment with the scroll wheel." - }, - "optionLabel": "{{KEY}} key", - "select": { - "label": "Modifier key", - "title": "The modifier key to use" - }, - "title": "Scroll wheel speed control settings" - }, - "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "Volume Change Per Scroll", - "title": "Adjust the volume change per scroll" - }, - "enable": { - "label": "Scroll wheel volume control", - "title": "Lets you use the scroll wheel to control the volume of the video you're watching" - }, - "holdModifierKey": { - "enable": { - "label": "When holding modifier key", - "title": "Press a modifier key to enable volume adjustment with the scroll wheel." - }, - "optionLabel": "{{KEY}} key", - "select": { - "label": "Modifier key", - "title": "The modifier key to use" - } - }, - "holdRightClick": { - "enable": { - "label": "When holding right click", - "title": "Hold right click to enable scroll wheel volume control" - } - }, - "title": "Scroll wheel volume control settings" - }, - "settingSearch": { - "placeholder": "Search for a setting" - }, - "videoHistory": { - "enable": { - "label": "Track watched videos", - "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" - }, - "resumeType": { - "select": { - "label": "Resume type", - "options": { - "automatic": "Automatic", - "prompt": "Prompt" - }, - "title": "Select how you want to resume videos" - } - }, - "title": "Video history settings" - }, - "volumeBoost": { - "boostAmount": { - "label": "Volume boost amount (dB)", - "title": "The amount to boost the volume by" - }, - "enable": { - "label": "Volume boost", - "title": "Enable volume boost" - }, - "mode": { - "select": { - "label": "Volume boost mode", - "options": { - "global": "Global", - "perVideo": "Per video" - }, - "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." - } - }, - "title": "Volume boost settings" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "You can get one from here", - "input": { - "label": "API Key", - "title": "Enter your Youtube Data API V3 key." - }, - "title": "YouTube API V3 key" - }, - "youtubeDeepDark": { - "author": "Author", - "co-authors": "Co-authors", - "colors": { - "colorShadow": { - "label": "Shadow color", - "title": "Color for shadows" - }, - "dimmerText": { - "label": "Secondary text color", - "title": "Color for secondary text" - }, - "hoverBackground": { - "label": "Hover background color", - "title": "Color for hover background" - }, - "mainBackground": { - "label": "Main background color", - "title": "Color for main background" - }, - "mainColor": { - "label": "Accent color", - "title": "Color for accent" - }, - "mainText": { - "label": "Main text color", - "title": "Color for main text" - }, - "secondBackground": { - "label": "Secondary background color", - "title": "Color for secondary background" - } - }, - "enable": { - "label": "Deep Dark Theme", - "title": "Activate the selected theme for the page" - }, - "select": { - "label": "Select theme", - "title": "Select a theme to be applied to the page" - }, - "title": "YouTube deep dark settings" - } - } - } + "langCode": "uk-UA", + "langName": "Українська (UA)", + "messages": { + "resumingVideo": "Продовжити відео з {{VIDEO_TIME}}", + "settingVolume": "Посилити гучність до {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "Скопійовано!", + "label": "Скопіювати URL відео з міткою часу" + } + }, + "featureMenu": { + "button": { + "label": "Меню функцій" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Швидкий перехід до {{TIME}}" + }, + "rewindButton": { + "label": "Перемотати {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Приховати картки наприкінці відео", + "toggle": { + "off": "Показати картки наприкінці відео", + "on": "Приховати картки наприкінці відео" + } + } + }, + "loopButton": { + "button": { + "label": "Повтор", + "toggle": { + "off": "Виключити повтор", + "on": "Включити повтор" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "Розгорнути", + "toggle": { + "off": "Згорнути", + "on": "Розгорнути" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Відкрити транскрипцію" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Зменшити швидкість до {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Збільшити швидкість до {{SPEED}}" + } + }, + "decreaseLimit": "Неможливо зменшити далі ({{SPEED}})", + "increaseLimit": "Неможливо збільшити далі ({{SPEED}})" + }, + "playlistLength": { + "title": "Загальна довжина може бути неточною, якщо деякі відео приховані або якщо ви ще не завантажили достатньо відео, щоб отримати повну довжину." + }, + "screenshotButton": { + "button": { + "label": "Знімок екрана" + }, + "copiedToClipboard": "Знімок екрана скопійовано в буфер обміну" + }, + "videoHistory": { + "resumeButton": "Продовжити", + "resumePrompt": { + "close": "Закрити" + } + }, + "volumeBoostButton": { + "button": { + "label": "Збільшення гучності", + "toggle": { + "off": "Вимкнути збільшення гучності", + "on": "Включити збільшення гучності" + } + } + } + } + }, + "options": { + "notifications": { + "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "Клавіша для керування швидкістю прокрутки компʼютерною мишею не може бути тією ж, що й клавіша для регулювання гучності.", + "volumeControl": "Клавіша для регулювання гучності прокрутки компʼютерною мишею не може бути тією ж, що й клавіша для керування швидкістю." + } + } + }, + "info": { + "reset": "Всі параметри були скинуті до значень за замовчуванням.\nТепер ви можете зберегти зміни, натиснувши кнопку \"Підтвердити\" або відхилити їх, закривши цю сторінку або проігнорувавши це повідомлення." + }, + "success": { + "saved": "Налаштування збережено." + } + } + } + }, + "settings": { + "clearData": { + "allDataDeleted": "Усі дані скинуто.", + "confirmAlert": "Це видалить всі дані розширення, пов'язані з налаштуваннями. Продовжити?" + }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "scrollForMoreSettings": "Scroll for more settings", + "sections": { + "automaticQuality": { + "enable": { + "label": "Автоматичне регулювання якості", + "title": "Автоматично регулює якість відео на обраний рівень." + }, + "fallbackQualityStrategy": { + "select": { + "label": "Стратегія запасного вибору якості", + "options": { + "higher": "Вища", + "lower": "Нижча" + }, + "title": "Стратегія для використання, коли вибрана якість недоступна" + } + }, + "select": { + "label": "Якість відтворення", + "title": "Якість відтворення відео" + }, + "title": "Автоматичні налаштування якості" + }, + "bottomButtons": { + "clear": { + "title": "Очищає всі дані цього розширення збережені на комп'ютері", + "value": "Видалити дані" + }, + "confirm": { + "title": "Підтвердити скидання налаштувань", + "value": "Підтвердити" + }, + "openTab": { + "title": "Відкрити налаштування розширення в новій вкладці" + }, + "reset": { + "title": "Скидає всі параметри до стандартних налаштувань, натисніть кнопку підтвердження, щоб зберегти зміни", + "value": "Скинути" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Кнопка скопіювати URL відео за допомогою часової мітки", + "decreasePlaybackSpeedButton": "Кнопка зменшення швидкості", + "forwardButton": "Кнопка перемотки", + "hideEndScreenCardsButton": "Кнопка приховати картки наприкінці відео", + "increasePlaybackSpeedButton": "Кнопка пришвидшення", + "loopButton": "Кнопка зациклення", + "maximizePlayerButton": "Кнопка Розгорнути", + "openTranscriptButton": "Кнопка відкрити транскрипт", + "rewindButton": "Кнопка відмотки", + "screenshotButton": "Кнопка для скріншота", + "volumeBoostButton": "Кнопка збільшення гучності" + }, + "options": { + "below_player": { + "placement": "під управлінням плеєром", + "value": "Під плеєром" + }, + "feature_menu": { + "placement": "в меню функцій", + "value": "Меню функцій" + }, + "player_controls_left": { + "placement": "ліворуч від елементів керування плеєра", + "value": "Ліворуч" + }, + "player_controls_right": { + "placement": "праворуч від елементів керування плеєра", + "value": "Праворуч" + } + }, + "title": "Розмістити {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Button placement settings" + }, + "customCSS": { + "editor": { + "collapse": "Згорнути редактор", + "expand": "Розгорнути редактор", + "noProblems": "Проблем не виявлено." + }, + "enable": { + "label": "Увімкнути користувацький CSS", + "title": "Дозволяє використовувати користувацький CSS для сторінки" + }, + "title": "Custom CSS settings" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Тип активації меню", + "options": { + "click": "Клацання", + "hover": "Наведення" + }, + "title": "Виберіть спосіб активувати меню функцій" + }, + "title": "Налаштування меню функцій" + } + }, + "forwardRewindButtons": { + "enable": { + "label": "Увімкнути кнопки вперед/назад", + "title": "Додає кнопки перемотування до відео плеєра" + }, + "time": { + "label": "Час вперед/назад", + "title": "Часовий крок перемотки відео вперед/назад" + }, + "title": "Налаштування кнопки вперед/назад" + }, + "importExportSettings": { + "exportButton": { + "success": "Налаштування вдало експортовано", + "title": "Експортувати налаштування у файл JSON", + "value": "Експортувати налаштування" + }, + "importButton": { + "error": { + "unknown": "Помилка імпорту налаштувань. Перевірте формат файлу. \nВідбулась невідома помилка.", + "validation": "Помилка імпорту налаштувань. Перевірте формат файлу.\n{{ERROR_MESSAGE}}" + }, + "success": "Налаштування успішно імпортовано", + "title": "Імпортувати налаштування з файлу JSON", + "value": "Імпортувати параметри" + } + }, + "language": { + "select": { + "label": "Мова", + "title": "Мова для використання у розширенні" + }, + "title": "Мова" + }, + "miscellaneous": { + "features": { + "automaticTheaterMode": { + "label": "Automatic theater mode", + "title": "Automatically enables theater mode when you load a video" + }, + "automaticallyDisableAmbientMode": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + }, + "automaticallyDisableAutoPlay": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + }, + "automaticallyDisableClosedCaptions": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + }, + "automaticallyEnableClosedCaptions": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + }, + "automaticallyMaximizePlayer": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + }, + "automaticallyShowMoreVideosOnEndScreen": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + }, + "copyTimestampUrlButton": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + }, + "defaultToOriginalAudioTrack": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + }, + "enableMarkAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Add a button to playlist items to mark videos as unwatched" + }, + "enableRemoveVideoButton": { + "label": "Remove video button", + "title": "Add a button to playlist items to remove videos from the playlist" + }, + "enableSaveToWatchLaterButton": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + }, + "hideArtificialIntelligenceSummary": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + }, + "hideEndScreenCards": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + }, + "hideEndScreenCardsButton": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + }, + "hideLiveStreamChat": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + }, + "hideMembersOnlyVideos": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + }, + "hideOfficialArtistVideosFromHomePage": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + }, + "hidePaidPromotionBanner": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + }, + "hidePlayables": { + "label": "Hide playables", + "title": "Hides all playables" + }, + "hideScrollbar": { + "label": "Hide scrollbar", + "title": "Hides the pages scrollbar" + }, + "hideShorts": { + "label": "Hide shorts", + "title": "Hides all shorts" + }, + "hideSidebarRecommendedVideos": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + }, + "hideTranslateComment": { + "label": "Hide translate comment button", + "title": "Hides 'Translate to Language' button under comments" + }, + "loopButton": { + "label": "Loop button", + "title": "Adds a button to the feature menu to loop the video you're watching" + }, + "maximizePlayerButton": { + "label": "Maximize player button", + "title": "Adds a button to the feature menu to maximize the player" + }, + "openTranscriptButton": { + "label": "Open transcript button", + "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + }, + "openYouTubeSettingsOnHover": { + "label": "Open YouTube settings on hover", + "title": "Opens the YouTube settings menu when you hover over the settings button" + }, + "pauseBackgroundPlayers": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + }, + "playlistRemover": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + }, + "remainingTime": { + "label": "Remaining time", + "title": "Shows the remaining time of the video you're watching" + }, + "rememberLastVolume": { + "label": "Remember last volume", + "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + }, + "removeRedirect": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + }, + "restoreFullscreenScrolling": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + }, + "shareShortener": { + "label": "Shorten YouTube video share link", + "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + }, + "shortsAutoScroll": { + "label": "Shorts auto scroll", + "title": "Automatically scrolls to the next short" + }, + "skipContinueWatching": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + }, + "timestampPeek": { + "label": "Timestamp Peek", + "title": "Shows a preview of the video when you hover over a timestamp" + } + }, + "title": "Miscellaneous settings" + }, + "onScreenDisplaySettings": { + "color": { + "label": "Color", + "options": { + "blue": "Blue", + "green": "Green", + "orange": "Orange", + "pink": "Pink", + "purple": "Фіолетовий", + "red": "Червоний", + "white": "Білий", + "yellow": "Жовтий" + }, + "title": "Вибирає колір екранного зображення" + }, + "hide": { + "label": "Затримка приховування", + "title": "Вказує час у мілісекундах перед автоматичним приховуванням екранного зображення" + }, + "opacity": { + "label": "Прозорість", + "title": "Регулювання прозорості екранного зображення" + }, + "padding": { + "label": "Відступ", + "title": "Регулює відступи навколо екранного зображення в пікселях. Застосовується спеціально для екранного зображення в кутах." + }, + "position": { + "label": "Розташування", + "options": { + "bottom_left": "Bottom Left", + "bottom_right": "Bottom Right", + "center": "Center", + "top_left": "Top Left", + "top_right": "Top Right" + }, + "title": "Select the position of the On-Screen Display" + }, + "title": "On-screen display settings", + "type": { + "label": "Type", + "options": { + "circle": "Circle", + "line": "Line", + "no_display": "No display", + "text": "Text" + }, + "title": "Select the type of On-Screen Display" + } + }, + "playbackSpeed": { + "enable": { + "label": "Forced playback speed", + "title": "Sets the video speed to what you choose below" + }, + "playbackSpeedButtons": { + "label": "Playback speed buttons", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + }, + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + }, + "select": { + "label": "Player speed", + "title": "The speed to set the video to" + }, + "title": "Playback speed settings" + }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + }, + "title": "Playlist length settings", + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } + } + }, + "playlistManagement": { + "features": { + "markAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + }, + "removeVideoButton": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + }, + "title": "Playlist management settings" + }, + "playlistManagementButtons": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + }, + "saveToWatchLaterButton": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + }, + "screenshotButton": { + "enable": { + "label": "Screenshot button", + "title": "Adds a button to the player to take a screenshot of the video" + }, + "saveAs": { + "both": "Both (File and Clipboard)", + "clipboard": "Clipboard", + "file": "File" + }, + "selectFormat": { + "label": "Screenshot format", + "title": "The format to save the screenshot in" + }, + "selectSaveAs": { + "label": "Screenshot save type", + "title": "The screenshot save type" + }, + "title": "Screenshot settings" + }, + "scrollWheelSpeedControl": { + "adjustmentSteps": { + "label": "Speed Change Per Scroll", + "title": "Adjust the speed change per scroll" + }, + "enable": { + "label": "Scroll wheel speed control", + "title": "Press a modifier key to enable speed adjustment with the scroll wheel." + }, + "optionLabel": "{{KEY}} key", + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + }, + "title": "Scroll wheel speed control settings" + }, + "scrollWheelVolumeControl": { + "adjustmentSteps": { + "label": "Volume Change Per Scroll", + "title": "Adjust the volume change per scroll" + }, + "enable": { + "label": "Scroll wheel volume control", + "title": "Lets you use the scroll wheel to control the volume of the video you're watching" + }, + "holdModifierKey": { + "enable": { + "label": "When holding modifier key", + "title": "Press a modifier key to enable volume adjustment with the scroll wheel." + }, + "optionLabel": "{{KEY}} key", + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + } + }, + "holdRightClick": { + "enable": { + "label": "When holding right click", + "title": "Hold right click to enable scroll wheel volume control" + } + }, + "title": "Scroll wheel volume control settings" + }, + "settingSearch": { + "placeholder": "Search for a setting" + }, + "videoHistory": { + "enable": { + "label": "Track watched videos", + "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" + }, + "resumeType": { + "select": { + "label": "Resume type", + "options": { + "automatic": "Automatic", + "prompt": "Prompt" + }, + "title": "Select how you want to resume videos" + } + }, + "title": "Video history settings" + }, + "volumeBoost": { + "boostAmount": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by" + }, + "enable": { + "label": "Volume boost", + "title": "Enable volume boost" + }, + "mode": { + "select": { + "label": "Volume boost mode", + "options": { + "global": "Global", + "perVideo": "Per video" + }, + "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + } + }, + "title": "Volume boost settings" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Key", + "title": "Enter your Youtube Data API V3 key." + }, + "title": "YouTube API V3 key" + }, + "youtubeDeepDark": { + "author": "Author", + "co-authors": "Co-authors", + "colors": { + "colorShadow": { + "label": "Shadow color", + "title": "Color for shadows" + }, + "dimmerText": { + "label": "Secondary text color", + "title": "Color for secondary text" + }, + "hoverBackground": { + "label": "Hover background color", + "title": "Color for hover background" + }, + "mainBackground": { + "label": "Main background color", + "title": "Color for main background" + }, + "mainColor": { + "label": "Accent color", + "title": "Color for accent" + }, + "mainText": { + "label": "Main text color", + "title": "Color for main text" + }, + "secondBackground": { + "label": "Secondary background color", + "title": "Color for secondary background" + } + }, + "enable": { + "label": "Deep Dark Theme", + "title": "Activate the selected theme for the page" + }, + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + }, + "title": "YouTube deep dark settings" + } + } + } } From 5c96492f46ff5e9feef92620bd4fc8a15bdbca98 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 13 Jan 2026 18:12:07 -0500 Subject: [PATCH 1418/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 1414 +++++++++++++++++++------------------ 1 file changed, 709 insertions(+), 705 deletions(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index 1f62bfc90..6a5d5aadf 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -1,707 +1,711 @@ { - "langCode": "zh-CN", - "langName": "中文 (简体)", - "messages": { - "resumingVideo": "恢复视频播放时刻于 {{VIDEO_TIME}}", - "settingVolume": "设置音量增强至 {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "复制成功!", - "label": "复制带有时间戳的视频 URL" - } - }, - "featureMenu": { - "button": { - "label": "功能菜单" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "向前快进 {{TIME}}" - }, - "rewindButton": { - "label": "向后快退 {{TIME}}" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "隐藏结束界面卡片", - "toggle": { - "off": "显示结束界面卡片", - "on": "隐藏结束界面卡片" - } - } - }, - "loopButton": { - "button": { - "label": "循环播放", - "toggle": { - "off": "取消循环", - "on": "启用循环" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "最大化", - "toggle": { - "off": "最大化关闭", - "on": "最大化开启" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "打开转写文稿" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "降低播放速度至 {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "增加播放速度至 {{SPEED}}" - } - }, - "decreaseLimit": "不能继续降低({{SPEED}})", - "increaseLimit": "不能继续增加({{SPEED}})" - }, - "playlistLength": { - "title": "如果某些视频被隐藏,或者您没有加载足够的视频来获取全部长度,总长度可能不准确。" - }, - "screenshotButton": { - "button": { - "label": "屏幕截图" - }, - "copiedToClipboard": "截图已复制到剪贴板" - }, - "videoHistory": { - "resumeButton": "继续播放", - "resumePrompt": { - "close": "关" - } - }, - "volumeBoostButton": { - "button": { - "label": "音量增强", - "toggle": { - "off": "关闭音量增强", - "on": "开启音量增强" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "optionConflict": "当 '{{OPTION}}' 启用时,该选项无法启用。", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "滚轮控制播放速度键位与控制音量冲突。", - "volumeControl": "滚轮控制音量键位与控制播放速度冲突。" - } - } - }, - "info": { - "reset": "所有选项已重置为默认值。\n现在您可以通过单击“确认”按钮保存更改,或通过关闭此页面或忽略此通知放弃更改。" - }, - "success": { - "saved": "选项已保存。" - } - } - } - }, - "settings": { - "clearData": { - "allDataDeleted": "所有数据已删除。", - "confirmAlert": "这将删除所有与选项相关的扩展数据。是否继续?" - }, - "optionDisabled": { - "either": { - "label": "启用 {{OPTIONS}} 以配置此选项", - "separator": " 或 " - }, - "plural": { - "label": "启用 {{OPTIONS}} 以配置此选项", - "separator": " 和 " - }, - "singular": "启用 '{{OPTION}}' 以配置此选项", - "specificOption": { - "featureMenu": "配置至少一个按钮放置在功能菜单中以配置此选项。", - "screenshotButtonFileFormat": "将屏幕截图保存类型设置为“文件”或“全部”以配置此选项" - } - }, - "scrollForMoreSettings": "滚动以查看更多设置", - "sections": { - "automaticQuality": { - "enable": { - "label": "自动质量调整", - "title": "自动调整视频质量到所选等级。" - }, - "fallbackQualityStrategy": { - "select": { - "label": "质量回退策略", - "options": { - "higher": "升高", - "lower": "降低" - }, - "title": "当所选质量不可用时使用的策略" - } - }, - "select": { - "label": "播放质量", - "title": "将视频质量设为" - }, - "title": "自动画质设置" - }, - "bottomButtons": { - "clear": { - "title": "清除此扩展存储在您机器上的所有数据", - "value": "清除数据" - }, - "confirm": { - "title": "确认重置设置", - "value": "确认" - }, - "openTab": { - "title": "在新标签中打开扩展设置" - }, - "reset": { - "title": "重置所有设置为默认设置,点击确认按钮以保存更改", - "value": "重新开始" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "复制带有时间戳的视频 URL 按钮", - "decreasePlaybackSpeedButton": "降低速度按钮", - "forwardButton": "快进按钮", - "hideEndScreenCardsButton": "隐藏结束界面卡片按钮", - "increasePlaybackSpeedButton": "增加速度按钮", - "loopButton": "循环按钮", - "maximizePlayerButton": "最大化按钮", - "openTranscriptButton": "转写文稿按钮", - "rewindButton": "快退按钮", - "screenshotButton": "屏幕截图按钮", - "volumeBoostButton": "音量增强按钮" - }, - "options": { - "below_player": { - "placement": "位于播放器控制按键下方", - "value": "位于播放器下方" - }, - "feature_menu": { - "placement": "位于功能菜单内", - "value": "功能菜单" - }, - "player_controls_left": { - "placement": "位于播放器控制按键左侧", - "value": "控件居左" - }, - "player_controls_right": { - "placement": "位于播放器控制按键右侧", - "value": "控件居右" - } - }, - "title": "把 {{BUTTON_NAME}} 按钮放在 {{PLACEMENT}}" - }, - "title": "按钮位置设置" - }, - "customCSS": { - "editor": { - "collapse": "折叠编辑器", - "expand": "展开编辑器", - "noProblems": "未发现问题" - }, - "enable": { - "label": "启用自定义 CSS", - "title": "启用自定义 CSS 以应用到页面" - }, - "title": "自定义 CSS 设置" - }, - "featureMenu": { - "openType": { - "select": { - "label": "菜单激活方式", - "options": { - "click": "点击", - "hover": "悬停" - }, - "title": "设置打开功能菜单的方式" - }, - "title": "功能菜单设置" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "启用快进/快退按钮", - "title": "给视频播放器添加快进/快退按钮" - }, - "time": { - "label": "快进/快退时间", - "title": "快进/快退视频的时间长度" - }, - "title": "快进/快退按钮设置" - }, - "importExportSettings": { - "exportButton": { - "success": "导出配置成功", - "title": "导出设置到 JSON 文件", - "value": "导出设置" - }, - "importButton": { - "error": { - "unknown": "导入设置时出错。请检查文件格式。\n发生未知错误。", - "validation": "导入设置出错。请检查文件格式。\n{{ERROR_MESSAGE}}" - }, - "success": "设置导入成功", - "title": "从 JSON 文件导入设置", - "value": "导入设置" - } - }, - "language": { - "select": { - "label": "语言", - "title": "用于扩展的语言" - }, - "title": "语言" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "自动启用剧场模式", - "title": "当视频打开时,自动启用剧场模式" - }, - "automaticallyDisableAmbientMode": { - "label": "自动禁用氛围模式", - "title": "载入视频时自动禁用氛围模式" - }, - "automaticallyDisableAutoPlay": { - "label": "自动禁用自动播放", - "title": "载入视频时自动禁用自动播放" - }, - "automaticallyDisableClosedCaptions": { - "label": "自动禁用隐藏式字幕", - "title": "载入视频时自动禁用隐藏式字幕" - }, - "automaticallyEnableClosedCaptions": { - "label": "自动启用隐藏式字幕", - "title": "载入视频时自动启用隐藏式字幕" - }, - "automaticallyMaximizePlayer": { - "label": "自动最大化播放器", - "title": "当视频打开时,自动最大化播放器" - }, - "automaticallyShowMoreVideosOnEndScreen": { - "label": "在结束屏幕上自动显示更多视频", - "title": "加载视频时自动在结束屏幕上显示更多视频" - }, - "copyTimestampUrlButton": { - "label": "复制带有时间戳的视频 URL 按钮", - "title": "复制带有时间戳的视频 URL (?t=123)" - }, - "defaultToOriginalAudioTrack": { - "label": "默认设置为原始音轨", - "title": "总是默认原始音轨" - }, - "enableMarkAsUnwatchedButton": { - "label": "标记为未观看按钮", - "title": "在播放列表中添加一个标记视频为未观看按钮" - }, - "enableRemoveVideoButton": { - "label": "移除视频按钮", - "title": "在播放列表中添加一个移除视频按钮" - }, - "enableSaveToWatchLaterButton": { - "label": "启用保存到稍后观看按钮", - "title": "在主页和订阅视频中添加一个按钮,将视频保存到“稍后观看”播放列表" - }, - "hideArtificialIntelligenceSummary": { - "label": "隐藏 AI 摘要", - "title": "隐藏视频下方的人工智能摘要" - }, - "hideEndScreenCards": { - "label": "隐藏结束界面卡片", - "title": "隐藏视频末尾的卡片" - }, - "hideEndScreenCardsButton": { - "label": "隐藏结束界面卡片按钮", - "title": "添加按钮以显示/隐藏视频末尾的卡片" - }, - "hideLiveStreamChat": { - "label": "隐藏直播聊天", - "title": "隐藏直播聊天" - }, - "hideMembersOnlyVideos": { - "label": "隐藏仅限会员的视频", - "title": "隐藏仅对会员可见的视频" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "隐藏音乐人官方视频", - "title": "从主页上隐藏来自音乐人官方频道的视频" - }, - "hidePaidPromotionBanner": { - "label": "隐藏付费推广横幅", - "title": "隐藏当您观看带有付费促销的视频时出现的横幅广告" - }, - "hidePlayables": { - "label": "隐藏可播放内容", - "title": "隐藏所有可播放内容" - }, - "hideScrollbar": { - "label": "启用隐藏滚动条", - "title": "隐藏页面滚动条" - }, - "hideShorts": { - "label": "隐藏短视频", - "title": "隐藏所有短视频" - }, - "hideSidebarRecommendedVideos": { - "label": "隐藏推荐视频", - "title": "隐藏推荐视频的侧边栏" - }, - "hideTranslateComment": { - "label": "隐藏翻译评论按钮", - "title": "隐藏评论下方的“翻译至当前语言”按钮" - }, - "loopButton": { - "label": "循环按钮", - "title": "在功能菜单中添加一个按钮来循环你正在观看的视频" - }, - "maximizePlayerButton": { - "label": "最大化播放器按钮", - "title": "在功能菜单中添加一个按钮来最大化播放器" - }, - "openTranscriptButton": { - "label": "转写文稿按钮", - "title": "在功能菜单中添加一个按钮来循环你正在观看的视频" - }, - "openYouTubeSettingsOnHover": { - "label": "悬停时打开 YouTube 设置", - "title": "当您悬停在设置按钮上时打开 YouTube 设置菜单" - }, - "pauseBackgroundPlayers": { - "label": "暂停后台播放", - "title": "当您在前台标签中启用一个新播放器时,暂停后台标签中的视频播放器" - }, - "playlistRemover": { - "label": "从主页隐藏播放列表", - "title": "从主页去除播放列表" - }, - "remainingTime": { - "label": "剩余时间", - "title": "显示您观看的视频的剩余时间" - }, - "rememberLastVolume": { - "label": "记住最后一个音量", - "title": "记住最后一个视频的音量并在打开新视频时设置" - }, - "removeRedirect": { - "label": "屏蔽YouTube重定向链接", - "title": "用真实链接替换YouTube重定向,并跳过重定向警告" - }, - "restoreFullscreenScrolling": { - "label": "恢复全屏滚动", - "title": "在全屏模式下恢复滚动" - }, - "shareShortener": { - "label": "缩短YouTube视频分享链接", - "title": "分享Youtube视频(youtu.be)时,删除si/feature 参数以缩短链接" - }, - "shortsAutoScroll": { - "label": "短视频自动下滑", - "title": "短视频播完后,自动下滑播放下一个" - }, - "skipContinueWatching": { - "label": "跳过\"视频已暂停。继续观看吗?\"", - "title": "跳过暂停视频播放的闲置对话框" - } - }, - "title": "其他设置" - }, - "onScreenDisplaySettings": { - "color": { - "label": "颜色", - "options": { - "blue": "蓝色", - "green": "绿色", - "orange": "橙色", - "pink": "粉色", - "purple": "紫色", - "red": "红色", - "white": "白色", - "yellow": "黄色" - }, - "title": "选择屏幕提示文本颜色" - }, - "hide": { - "label": "隐藏延时", - "title": "指定时间,以毫秒计,然后自动隐藏屏幕显示" - }, - "opacity": { - "label": "透明度", - "title": "调整屏幕提示文本的透明度" - }, - "padding": { - "label": "内边距", - "title": "调整屏幕提示周围以像素为单位的间距。主要适用于角落的屏幕提示。" - }, - "position": { - "label": "位置", - "options": { - "bottom_left": "左下", - "bottom_right": "右下", - "center": "居中", - "top_left": "左上", - "top_right": "右上" - }, - "title": "选择屏幕提示文本颜色" - }, - "title": "屏幕提示信息设置", - "type": { - "label": "类型", - "options": { - "circle": "圆形图标", - "line": "直线", - "no_display": "无显示", - "text": "文本" - }, - "title": "选择屏幕提示文本颜色" - } - }, - "playbackSpeed": { - "enable": { - "label": "强制播放速度", - "title": "将视频速度设置为您在下面选择的内容" - }, - "playbackSpeedButtons": { - "label": "播放速度按钮", - "select": { - "label": "播放按钮的速度", - "title": "每次点击要更改的速度量" - }, - "title": "添加按钮以增加或降低您观看的视频的播放速度" - }, - "select": { - "label": "播放速度", - "title": "将视频播放速度设为" - }, - "title": "播放速度设置" - }, - "playlistLength": { - "enable": { - "label": "显示播放列表长度信息", - "title": "显示播放列表的总长度,已观看多少,以及还剩多少。" - }, - "title": "播放列表长度设置", - "wayToGetLength": { - "select": { - "label": "获取播放列表长度的方法", - "title": "获取播放列表长度信息的方式 (如果发生错误,API 方法将回退到 HTML)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "获取已观看时间的方法", - "options": { - "duration": "视频长度", - "youtube": "视频观看时间" - }, - "title": "获取已观看时间长度的方法 (“视频长度”方法仅会在观看页面使用)" - } - } - }, - "playlistManagement": { - "features": { - "markAsUnwatchedButton": { - "label": "标记为未观看按钮", - "title": "添加一个按钮将视频标记为未观看视频" - }, - "removeVideoButton": { - "label": "移除视频按钮", - "title": "添加一个按钮从播放列表中移除视频" - } - }, - "title": "播放列表管理设置" - }, - "playlistManagementButtons": { - "failedToMarkAsUnwatched": "将视频标记为未观看失败", - "failedToRemoveVideo": "移除视频失败", - "markAsUnwatched": "标记为未观看", - "markingAsUnwatched": "正在标记为未观看…", - "removeVideo": "删除视频", - "removingVideo": "正在移除视频…" - }, - "saveToWatchLaterButton": { - "failedToSaveVideo": "将视频保存到稍后观看失败", - "saveVideo": "保存至稍后观看", - "savingVideo": "保存至稍后观看…" - }, - "screenshotButton": { - "enable": { - "label": "屏幕截图按钮", - "title": "向播放器添加一个按钮以拍摄视频的截图" - }, - "saveAs": { - "both": "全部(文件和剪贴板)", - "clipboard": "剪贴板", - "file": "文件" - }, - "selectFormat": { - "label": "截图格式", - "title": "保存屏幕截图的格式" - }, - "selectSaveAs": { - "label": "屏幕截图保存类型", - "title": "屏幕截图保存类型" - }, - "title": "屏幕截图选项" - }, - "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "每轮滚动音量", - "title": "调整每轮滚动的音量变化" - }, - "enable": { - "label": "滚轮控制播放速度设置", - "title": "按下控制键时启用滚轮音量调整" - }, - "optionLabel": "{{KEY}} 键", - "select": { - "label": "控制键", - "title": "启用功能时按住的控制键" - }, - "title": "滚轮控制播放速度设置" - }, - "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "每轮滚动音量", - "title": "调整每轮滚动的音量变化" - }, - "enable": { - "label": "滚轮控制音量", - "title": "让您使用滚轮来控制您正在观看的视频音量" - }, - "holdModifierKey": { - "enable": { - "label": "在按住控制键时启用功能", - "title": "按下控制键时启用滚轮音量调整" - }, - "optionLabel": "{{KEY}} 键", - "select": { - "label": "控制键", - "title": "启用功能时按住的控制键" - } - }, - "holdRightClick": { - "enable": { - "label": "按住右键时启用", - "title": "按住右键以启用滚轮音量控制" - } - }, - "title": "滚轮控制音量设置" - }, - "settingSearch": { - "placeholder": "搜索设置" - }, - "videoHistory": { - "enable": { - "label": "记录已观看视频", - "title": "记录您关闭视频的进度并在下次播放时恢复" - }, - "resumeType": { - "select": { - "label": "进度恢复方式", - "options": { - "automatic": "自动", - "prompt": "提示" - }, - "title": "选择恢复视频播放进度的方式" - } - }, - "title": "视频历史记录设置" - }, - "volumeBoost": { - "boostAmount": { - "label": "音量提升量(分贝)", - "title": "音量提升量(分贝)" - }, - "enable": { - "label": "音量增强", - "title": "启用音量增强" - }, - "mode": { - "select": { - "label": "音量增强模式", - "options": { - "global": "全局统一", - "perVideo": "分别记忆" - }, - "title": "选择音量增强生效的方式。“分别记忆”为每个视频记住各自的设置。“全局”使音量增强功能开启时,对所有视频采用同一设置。" - } - }, - "title": "音量增强设置" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "您可以从这里获取一个", - "input": { - "label": "API 密钥", - "title": "输入您的 Youtube 数据 API V3 密钥。" - }, - "title": "YouTube API V3 密钥" - }, - "youtubeDeepDark": { - "author": "作者", - "co-authors": "合作作者", - "colors": { - "colorShadow": { - "label": "阴影颜色", - "title": "阴影颜色" - }, - "dimmerText": { - "label": "次要文本颜色", - "title": "为次要文本使用的颜色" - }, - "hoverBackground": { - "label": "悬停背景颜色", - "title": "为悬停背景使用的颜色" - }, - "mainBackground": { - "label": "主要背景颜色", - "title": "为主要背景使用的颜色" - }, - "mainColor": { - "label": "强调颜色", - "title": "为强调使用的颜色" - }, - "mainText": { - "label": "主要文本颜色", - "title": "为主要文本使用的颜色" - }, - "secondBackground": { - "label": "次要背景颜色", - "title": "为次要背景使用的颜色" - } - }, - "enable": { - "label": "启用所选主题", - "title": "在页面上应用所选主题" - }, - "select": { - "label": "选择主题", - "title": "选择要应用到页面的主题" - }, - "title": "YouTube 暗黑模式设置" - } - } - } + "langCode": "zh-CN", + "langName": "中文 (简体)", + "messages": { + "resumingVideo": "恢复视频播放时刻于 {{VIDEO_TIME}}", + "settingVolume": "设置音量增强至 {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "复制成功!", + "label": "复制带有时间戳的视频 URL" + } + }, + "featureMenu": { + "button": { + "label": "功能菜单" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "向前快进 {{TIME}}" + }, + "rewindButton": { + "label": "向后快退 {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "隐藏结束界面卡片", + "toggle": { + "off": "显示结束界面卡片", + "on": "隐藏结束界面卡片" + } + } + }, + "loopButton": { + "button": { + "label": "循环播放", + "toggle": { + "off": "取消循环", + "on": "启用循环" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "最大化", + "toggle": { + "off": "最大化关闭", + "on": "最大化开启" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "打开转写文稿" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "降低播放速度至 {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "增加播放速度至 {{SPEED}}" + } + }, + "decreaseLimit": "不能继续降低({{SPEED}})", + "increaseLimit": "不能继续增加({{SPEED}})" + }, + "playlistLength": { + "title": "如果某些视频被隐藏,或者您没有加载足够的视频来获取全部长度,总长度可能不准确。" + }, + "screenshotButton": { + "button": { + "label": "屏幕截图" + }, + "copiedToClipboard": "截图已复制到剪贴板" + }, + "videoHistory": { + "resumeButton": "继续播放", + "resumePrompt": { + "close": "关" + } + }, + "volumeBoostButton": { + "button": { + "label": "音量增强", + "toggle": { + "off": "关闭音量增强", + "on": "开启音量增强" + } + } + } + } + }, + "options": { + "notifications": { + "error": { + "optionConflict": "当 '{{OPTION}}' 启用时,该选项无法启用。", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "滚轮控制播放速度键位与控制音量冲突。", + "volumeControl": "滚轮控制音量键位与控制播放速度冲突。" + } + } + }, + "info": { + "reset": "所有选项已重置为默认值。\n现在您可以通过单击“确认”按钮保存更改,或通过关闭此页面或忽略此通知放弃更改。" + }, + "success": { + "saved": "选项已保存。" + } + } + } + }, + "settings": { + "clearData": { + "allDataDeleted": "所有数据已删除。", + "confirmAlert": "这将删除所有与选项相关的扩展数据。是否继续?" + }, + "optionDisabled": { + "either": { + "label": "启用 {{OPTIONS}} 以配置此选项", + "separator": " 或 " + }, + "plural": { + "label": "启用 {{OPTIONS}} 以配置此选项", + "separator": " 和 " + }, + "singular": "启用 '{{OPTION}}' 以配置此选项", + "specificOption": { + "featureMenu": "配置至少一个按钮放置在功能菜单中以配置此选项。", + "screenshotButtonFileFormat": "将屏幕截图保存类型设置为“文件”或“全部”以配置此选项" + } + }, + "scrollForMoreSettings": "滚动以查看更多设置", + "sections": { + "automaticQuality": { + "enable": { + "label": "自动质量调整", + "title": "自动调整视频质量到所选等级。" + }, + "fallbackQualityStrategy": { + "select": { + "label": "质量回退策略", + "options": { + "higher": "升高", + "lower": "降低" + }, + "title": "当所选质量不可用时使用的策略" + } + }, + "select": { + "label": "播放质量", + "title": "将视频质量设为" + }, + "title": "自动画质设置" + }, + "bottomButtons": { + "clear": { + "title": "清除此扩展存储在您机器上的所有数据", + "value": "清除数据" + }, + "confirm": { + "title": "确认重置设置", + "value": "确认" + }, + "openTab": { + "title": "在新标签中打开扩展设置" + }, + "reset": { + "title": "重置所有设置为默认设置,点击确认按钮以保存更改", + "value": "重新开始" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "复制带有时间戳的视频 URL 按钮", + "decreasePlaybackSpeedButton": "降低速度按钮", + "forwardButton": "快进按钮", + "hideEndScreenCardsButton": "隐藏结束界面卡片按钮", + "increasePlaybackSpeedButton": "增加速度按钮", + "loopButton": "循环按钮", + "maximizePlayerButton": "最大化按钮", + "openTranscriptButton": "转写文稿按钮", + "rewindButton": "快退按钮", + "screenshotButton": "屏幕截图按钮", + "volumeBoostButton": "音量增强按钮" + }, + "options": { + "below_player": { + "placement": "位于播放器控制按键下方", + "value": "位于播放器下方" + }, + "feature_menu": { + "placement": "位于功能菜单内", + "value": "功能菜单" + }, + "player_controls_left": { + "placement": "位于播放器控制按键左侧", + "value": "控件居左" + }, + "player_controls_right": { + "placement": "位于播放器控制按键右侧", + "value": "控件居右" + } + }, + "title": "把 {{BUTTON_NAME}} 按钮放在 {{PLACEMENT}}" + }, + "title": "按钮位置设置" + }, + "customCSS": { + "editor": { + "collapse": "折叠编辑器", + "expand": "展开编辑器", + "noProblems": "未发现问题" + }, + "enable": { + "label": "启用自定义 CSS", + "title": "启用自定义 CSS 以应用到页面" + }, + "title": "自定义 CSS 设置" + }, + "featureMenu": { + "openType": { + "select": { + "label": "菜单激活方式", + "options": { + "click": "点击", + "hover": "悬停" + }, + "title": "设置打开功能菜单的方式" + }, + "title": "功能菜单设置" + } + }, + "forwardRewindButtons": { + "enable": { + "label": "启用快进/快退按钮", + "title": "给视频播放器添加快进/快退按钮" + }, + "time": { + "label": "快进/快退时间", + "title": "快进/快退视频的时间长度" + }, + "title": "快进/快退按钮设置" + }, + "importExportSettings": { + "exportButton": { + "success": "导出配置成功", + "title": "导出设置到 JSON 文件", + "value": "导出设置" + }, + "importButton": { + "error": { + "unknown": "导入设置时出错。请检查文件格式。\n发生未知错误。", + "validation": "导入设置出错。请检查文件格式。\n{{ERROR_MESSAGE}}" + }, + "success": "设置导入成功", + "title": "从 JSON 文件导入设置", + "value": "导入设置" + } + }, + "language": { + "select": { + "label": "语言", + "title": "用于扩展的语言" + }, + "title": "语言" + }, + "miscellaneous": { + "features": { + "automaticTheaterMode": { + "label": "自动启用剧场模式", + "title": "当视频打开时,自动启用剧场模式" + }, + "automaticallyDisableAmbientMode": { + "label": "自动禁用氛围模式", + "title": "载入视频时自动禁用氛围模式" + }, + "automaticallyDisableAutoPlay": { + "label": "自动禁用自动播放", + "title": "载入视频时自动禁用自动播放" + }, + "automaticallyDisableClosedCaptions": { + "label": "自动禁用隐藏式字幕", + "title": "载入视频时自动禁用隐藏式字幕" + }, + "automaticallyEnableClosedCaptions": { + "label": "自动启用隐藏式字幕", + "title": "载入视频时自动启用隐藏式字幕" + }, + "automaticallyMaximizePlayer": { + "label": "自动最大化播放器", + "title": "当视频打开时,自动最大化播放器" + }, + "automaticallyShowMoreVideosOnEndScreen": { + "label": "在结束屏幕上自动显示更多视频", + "title": "加载视频时自动在结束屏幕上显示更多视频" + }, + "copyTimestampUrlButton": { + "label": "复制带有时间戳的视频 URL 按钮", + "title": "复制带有时间戳的视频 URL (?t=123)" + }, + "defaultToOriginalAudioTrack": { + "label": "默认设置为原始音轨", + "title": "总是默认原始音轨" + }, + "enableMarkAsUnwatchedButton": { + "label": "标记为未观看按钮", + "title": "在播放列表中添加一个标记视频为未观看按钮" + }, + "enableRemoveVideoButton": { + "label": "移除视频按钮", + "title": "在播放列表中添加一个移除视频按钮" + }, + "enableSaveToWatchLaterButton": { + "label": "启用保存到稍后观看按钮", + "title": "在主页和订阅视频中添加一个按钮,将视频保存到“稍后观看”播放列表" + }, + "hideArtificialIntelligenceSummary": { + "label": "隐藏 AI 摘要", + "title": "隐藏视频下方的人工智能摘要" + }, + "hideEndScreenCards": { + "label": "隐藏结束界面卡片", + "title": "隐藏视频末尾的卡片" + }, + "hideEndScreenCardsButton": { + "label": "隐藏结束界面卡片按钮", + "title": "添加按钮以显示/隐藏视频末尾的卡片" + }, + "hideLiveStreamChat": { + "label": "隐藏直播聊天", + "title": "隐藏直播聊天" + }, + "hideMembersOnlyVideos": { + "label": "隐藏仅限会员的视频", + "title": "隐藏仅对会员可见的视频" + }, + "hideOfficialArtistVideosFromHomePage": { + "label": "隐藏音乐人官方视频", + "title": "从主页上隐藏来自音乐人官方频道的视频" + }, + "hidePaidPromotionBanner": { + "label": "隐藏付费推广横幅", + "title": "隐藏当您观看带有付费促销的视频时出现的横幅广告" + }, + "hidePlayables": { + "label": "隐藏可播放内容", + "title": "隐藏所有可播放内容" + }, + "hideScrollbar": { + "label": "启用隐藏滚动条", + "title": "隐藏页面滚动条" + }, + "hideShorts": { + "label": "隐藏短视频", + "title": "隐藏所有短视频" + }, + "hideSidebarRecommendedVideos": { + "label": "隐藏推荐视频", + "title": "隐藏推荐视频的侧边栏" + }, + "hideTranslateComment": { + "label": "隐藏翻译评论按钮", + "title": "隐藏评论下方的“翻译至当前语言”按钮" + }, + "loopButton": { + "label": "循环按钮", + "title": "在功能菜单中添加一个按钮来循环你正在观看的视频" + }, + "maximizePlayerButton": { + "label": "最大化播放器按钮", + "title": "在功能菜单中添加一个按钮来最大化播放器" + }, + "openTranscriptButton": { + "label": "转写文稿按钮", + "title": "在功能菜单中添加一个按钮来循环你正在观看的视频" + }, + "openYouTubeSettingsOnHover": { + "label": "悬停时打开 YouTube 设置", + "title": "当您悬停在设置按钮上时打开 YouTube 设置菜单" + }, + "pauseBackgroundPlayers": { + "label": "暂停后台播放", + "title": "当您在前台标签中启用一个新播放器时,暂停后台标签中的视频播放器" + }, + "playlistRemover": { + "label": "从主页隐藏播放列表", + "title": "从主页去除播放列表" + }, + "remainingTime": { + "label": "剩余时间", + "title": "显示您观看的视频的剩余时间" + }, + "rememberLastVolume": { + "label": "记住最后一个音量", + "title": "记住最后一个视频的音量并在打开新视频时设置" + }, + "removeRedirect": { + "label": "屏蔽YouTube重定向链接", + "title": "用真实链接替换YouTube重定向,并跳过重定向警告" + }, + "restoreFullscreenScrolling": { + "label": "恢复全屏滚动", + "title": "在全屏模式下恢复滚动" + }, + "shareShortener": { + "label": "缩短YouTube视频分享链接", + "title": "分享Youtube视频(youtu.be)时,删除si/feature 参数以缩短链接" + }, + "shortsAutoScroll": { + "label": "短视频自动下滑", + "title": "短视频播完后,自动下滑播放下一个" + }, + "skipContinueWatching": { + "label": "跳过\"视频已暂停。继续观看吗?\"", + "title": "跳过暂停视频播放的闲置对话框" + }, + "timestampPeek": { + "label": "Timestamp Peek", + "title": "Shows a preview of the video when you hover over a timestamp" + } + }, + "title": "其他设置" + }, + "onScreenDisplaySettings": { + "color": { + "label": "颜色", + "options": { + "blue": "蓝色", + "green": "绿色", + "orange": "橙色", + "pink": "粉色", + "purple": "紫色", + "red": "红色", + "white": "白色", + "yellow": "黄色" + }, + "title": "选择屏幕提示文本颜色" + }, + "hide": { + "label": "隐藏延时", + "title": "指定时间,以毫秒计,然后自动隐藏屏幕显示" + }, + "opacity": { + "label": "透明度", + "title": "调整屏幕提示文本的透明度" + }, + "padding": { + "label": "内边距", + "title": "调整屏幕提示周围以像素为单位的间距。主要适用于角落的屏幕提示。" + }, + "position": { + "label": "位置", + "options": { + "bottom_left": "左下", + "bottom_right": "右下", + "center": "居中", + "top_left": "左上", + "top_right": "右上" + }, + "title": "选择屏幕提示文本颜色" + }, + "title": "屏幕提示信息设置", + "type": { + "label": "类型", + "options": { + "circle": "圆形图标", + "line": "直线", + "no_display": "无显示", + "text": "文本" + }, + "title": "选择屏幕提示文本颜色" + } + }, + "playbackSpeed": { + "enable": { + "label": "强制播放速度", + "title": "将视频速度设置为您在下面选择的内容" + }, + "playbackSpeedButtons": { + "label": "播放速度按钮", + "select": { + "label": "播放按钮的速度", + "title": "每次点击要更改的速度量" + }, + "title": "添加按钮以增加或降低您观看的视频的播放速度" + }, + "select": { + "label": "播放速度", + "title": "将视频播放速度设为" + }, + "title": "播放速度设置" + }, + "playlistLength": { + "enable": { + "label": "显示播放列表长度信息", + "title": "显示播放列表的总长度,已观看多少,以及还剩多少。" + }, + "title": "播放列表长度设置", + "wayToGetLength": { + "select": { + "label": "获取播放列表长度的方法", + "title": "获取播放列表长度信息的方式 (如果发生错误,API 方法将回退到 HTML)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "获取已观看时间的方法", + "options": { + "duration": "视频长度", + "youtube": "视频观看时间" + }, + "title": "获取已观看时间长度的方法 (“视频长度”方法仅会在观看页面使用)" + } + } + }, + "playlistManagement": { + "features": { + "markAsUnwatchedButton": { + "label": "标记为未观看按钮", + "title": "添加一个按钮将视频标记为未观看视频" + }, + "removeVideoButton": { + "label": "移除视频按钮", + "title": "添加一个按钮从播放列表中移除视频" + } + }, + "title": "播放列表管理设置" + }, + "playlistManagementButtons": { + "failedToMarkAsUnwatched": "将视频标记为未观看失败", + "failedToRemoveVideo": "移除视频失败", + "markAsUnwatched": "标记为未观看", + "markingAsUnwatched": "正在标记为未观看…", + "removeVideo": "删除视频", + "removingVideo": "正在移除视频…" + }, + "saveToWatchLaterButton": { + "failedToSaveVideo": "将视频保存到稍后观看失败", + "saveVideo": "保存至稍后观看", + "savingVideo": "保存至稍后观看…" + }, + "screenshotButton": { + "enable": { + "label": "屏幕截图按钮", + "title": "向播放器添加一个按钮以拍摄视频的截图" + }, + "saveAs": { + "both": "全部(文件和剪贴板)", + "clipboard": "剪贴板", + "file": "文件" + }, + "selectFormat": { + "label": "截图格式", + "title": "保存屏幕截图的格式" + }, + "selectSaveAs": { + "label": "屏幕截图保存类型", + "title": "屏幕截图保存类型" + }, + "title": "屏幕截图选项" + }, + "scrollWheelSpeedControl": { + "adjustmentSteps": { + "label": "每轮滚动音量", + "title": "调整每轮滚动的音量变化" + }, + "enable": { + "label": "滚轮控制播放速度设置", + "title": "按下控制键时启用滚轮音量调整" + }, + "optionLabel": "{{KEY}} 键", + "select": { + "label": "控制键", + "title": "启用功能时按住的控制键" + }, + "title": "滚轮控制播放速度设置" + }, + "scrollWheelVolumeControl": { + "adjustmentSteps": { + "label": "每轮滚动音量", + "title": "调整每轮滚动的音量变化" + }, + "enable": { + "label": "滚轮控制音量", + "title": "让您使用滚轮来控制您正在观看的视频音量" + }, + "holdModifierKey": { + "enable": { + "label": "在按住控制键时启用功能", + "title": "按下控制键时启用滚轮音量调整" + }, + "optionLabel": "{{KEY}} 键", + "select": { + "label": "控制键", + "title": "启用功能时按住的控制键" + } + }, + "holdRightClick": { + "enable": { + "label": "按住右键时启用", + "title": "按住右键以启用滚轮音量控制" + } + }, + "title": "滚轮控制音量设置" + }, + "settingSearch": { + "placeholder": "搜索设置" + }, + "videoHistory": { + "enable": { + "label": "记录已观看视频", + "title": "记录您关闭视频的进度并在下次播放时恢复" + }, + "resumeType": { + "select": { + "label": "进度恢复方式", + "options": { + "automatic": "自动", + "prompt": "提示" + }, + "title": "选择恢复视频播放进度的方式" + } + }, + "title": "视频历史记录设置" + }, + "volumeBoost": { + "boostAmount": { + "label": "音量提升量(分贝)", + "title": "音量提升量(分贝)" + }, + "enable": { + "label": "音量增强", + "title": "启用音量增强" + }, + "mode": { + "select": { + "label": "音量增强模式", + "options": { + "global": "全局统一", + "perVideo": "分别记忆" + }, + "title": "选择音量增强生效的方式。“分别记忆”为每个视频记住各自的设置。“全局”使音量增强功能开启时,对所有视频采用同一设置。" + } + }, + "title": "音量增强设置" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "您可以从这里获取一个", + "input": { + "label": "API 密钥", + "title": "输入您的 Youtube 数据 API V3 密钥。" + }, + "title": "YouTube API V3 密钥" + }, + "youtubeDeepDark": { + "author": "作者", + "co-authors": "合作作者", + "colors": { + "colorShadow": { + "label": "阴影颜色", + "title": "阴影颜色" + }, + "dimmerText": { + "label": "次要文本颜色", + "title": "为次要文本使用的颜色" + }, + "hoverBackground": { + "label": "悬停背景颜色", + "title": "为悬停背景使用的颜色" + }, + "mainBackground": { + "label": "主要背景颜色", + "title": "为主要背景使用的颜色" + }, + "mainColor": { + "label": "强调颜色", + "title": "为强调使用的颜色" + }, + "mainText": { + "label": "主要文本颜色", + "title": "为主要文本使用的颜色" + }, + "secondBackground": { + "label": "次要背景颜色", + "title": "为次要背景使用的颜色" + } + }, + "enable": { + "label": "启用所选主题", + "title": "在页面上应用所选主题" + }, + "select": { + "label": "选择主题", + "title": "选择要应用到页面的主题" + }, + "title": "YouTube 暗黑模式设置" + } + } + } } From 94c8eaa498d4683e70207976f679f58ea644ebdd Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 13 Jan 2026 18:12:08 -0500 Subject: [PATCH 1419/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 1414 +++++++++++++++++++------------------ 1 file changed, 709 insertions(+), 705 deletions(-) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index 0d1bfbdd2..d2a1125d1 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -1,707 +1,711 @@ { - "langCode": "zh-TW", - "langName": "繁體中文 (台灣)", - "messages": { - "resumingVideo": "從 {{VIDEO_TIME}} 繼續播放", - "settingVolume": "設定音量增強到 {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "已複製!", - "label": "複製目前播放時間的影片網址" - } - }, - "featureMenu": { - "button": { - "label": "功能選單" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "快轉{{TIME}}" - }, - "rewindButton": { - "label": "倒帶{{TIME}}" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "隱藏片尾資訊卡", - "toggle": { - "off": "顯示片尾資訊卡", - "on": "隱藏片尾資訊卡" - } - } - }, - "loopButton": { - "button": { - "label": "循環播放", - "toggle": { - "off": "關閉循環播放", - "on": "開啟循環播放" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "最大化", - "toggle": { - "off": "關閉最大化", - "on": "啟用最大化" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "打開文字記錄" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "減慢播放速度 {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "加快播放速度 {{SPEED}}" - } - }, - "decreaseLimit": "無法再減速 ({{SPEED}})", - "increaseLimit": "無法再加速 ({{SPEED}})" - }, - "playlistLength": { - "title": "如果某些影片被隱藏或沒載入足夠影片去讀取總時間的話,總時間有機會不準確。" - }, - "screenshotButton": { - "button": { - "label": "螢幕截圖" - }, - "copiedToClipboard": "螢幕截圖已複製剪貼簿" - }, - "videoHistory": { - "resumeButton": "繼續", - "resumePrompt": { - "close": "關閉" - } - }, - "volumeBoostButton": { - "button": { - "label": "音量增強", - "toggle": { - "off": "關閉音量增強", - "on": "啟用音量增強" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "滾輪播放速度輔助按鍵不能跟音量增強輔助按鍵相同。", - "volumeControl": "滾輪音量增強輔助按鍵不能跟播放速度輔助按鍵相同。" - } - } - }, - "info": { - "reset": "全部選項已回復到初始值。\n你現在可以使用「確定」按鈕儲存選項,或關閉此頁放棄更改,亦可無視這個提示。" - }, - "success": { - "saved": "選項已儲存" - } - } - } - }, - "settings": { - "clearData": { - "allDataDeleted": "所有資料已重置。", - "confirmAlert": "將會清除這個擴充套件的相關選項,繼續?" - }, - "optionDisabled": { - "either": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " or " - }, - "plural": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " and " - }, - "singular": "Enable '{{OPTION}}' to configure this option", - "specificOption": { - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" - } - }, - "scrollForMoreSettings": "Scroll for more settings", - "sections": { - "automaticQuality": { - "enable": { - "label": "自動畫質調整", - "title": "自動調整到指定畫質" - }, - "fallbackQualityStrategy": { - "select": { - "label": "畫質後備策略", - "options": { - "higher": "較高", - "lower": "較低" - }, - "title": "所選畫質不適用時的策略" - } - }, - "select": { - "label": "播放畫質", - "title": "設定影片播放畫質" - }, - "title": "自動畫質設定" - }, - "bottomButtons": { - "clear": { - "title": "清除這個擴充套件儲存在此機上的資料", - "value": "清除資料" - }, - "confirm": { - "title": "確認重設設定", - "value": "確認" - }, - "openTab": { - "title": "於新頁面開啟擴充套件設定" - }, - "reset": { - "title": "將所以設定回復到初始值,按確認儲存變更", - "value": "重置" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "複製目前播放時間的影片網址按鈕", - "decreasePlaybackSpeedButton": "減慢速度按鈕", - "forwardButton": "快轉按鈕", - "hideEndScreenCardsButton": "隱藏片尾資訊卡按鈕", - "increasePlaybackSpeedButton": "加快速度按妞", - "loopButton": "循環播放按鈕", - "maximizePlayerButton": "最大化按鈕", - "openTranscriptButton": "開啟文字記錄按鈕", - "rewindButton": "倒帶按鈕", - "screenshotButton": "螢幕截圖按鈕", - "volumeBoostButton": "音量增強按鈕" - }, - "options": { - "below_player": { - "placement": "於播放器底下", - "value": "播放器底下" - }, - "feature_menu": { - "placement": "於功能選單", - "value": "功能選單" - }, - "player_controls_left": { - "placement": "於播放器左邊", - "value": "播放器左邊" - }, - "player_controls_right": { - "placement": "於播放器右邊", - "value": "播放器右邊" - } - }, - "title": "將{{BUTTON_NAME}}放{{PLACEMENT}}" - }, - "title": "Button placement settings" - }, - "customCSS": { - "editor": { - "collapse": "收起編輯器", - "expand": "展開編輯器", - "noProblems": "沒有發現問題" - }, - "enable": { - "label": "啟用自訂CSS", - "title": "啟用應用到頁面的自訂CSS" - }, - "title": "Custom CSS settings" - }, - "featureMenu": { - "openType": { - "select": { - "label": "選單開啟方式", - "options": { - "click": "點擊", - "hover": "游標懸浮" - }, - "title": "選擇選單開啟方式" - }, - "title": "功能選單設定" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "啟用快轉倒帶按鈕", - "title": "在播放器加入快轉和倒帶按鈕" - }, - "time": { - "label": "快轉/倒帶時間", - "title": "每次快轉/倒帶的時間" - }, - "title": "快轉/倒帶按鈕設定" - }, - "importExportSettings": { - "exportButton": { - "success": "設定已成功匯出", - "title": "匯出設定至 JSON 檔案", - "value": "匯出設定" - }, - "importButton": { - "error": { - "unknown": "設定匯入失敗,請檢查檔案格式。\n發生不明錯誤。", - "validation": "設定匯入失敗,請檢查檔案格式。{{ERROR_MESSAGE}}" - }, - "success": "設定已成功匯入", - "title": "由 JSON 檔案匯入設定", - "value": "匯入設定" - } - }, - "language": { - "select": { - "label": "語言", - "title": "擴充套件使用的語言" - }, - "title": "語言" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "自動啟用劇院模式", - "title": "載入影片時自動啟用劇院模式" - }, - "automaticallyDisableAmbientMode": { - "label": "自動停用微光效果", - "title": "載入影片時自動停用微光效果" - }, - "automaticallyDisableAutoPlay": { - "label": "Automatically disable autoplay", - "title": "Automatically disables autoplay when you load a video" - }, - "automaticallyDisableClosedCaptions": { - "label": "自動停用字幕", - "title": "載入影片時自動停用字幕" - }, - "automaticallyEnableClosedCaptions": { - "label": "Automatically enable closed captions", - "title": "Automatically enables closed captions when you load a video" - }, - "automaticallyMaximizePlayer": { - "label": "Automatically maximize player", - "title": "Automatically maximizes the player when you load a video" - }, - "automaticallyShowMoreVideosOnEndScreen": { - "label": "Automatically show more videos on end screen", - "title": "Automatically shows more videos on end screen when you load a video" - }, - "copyTimestampUrlButton": { - "label": "複製目前播放時間的影片網址按鈕", - "title": "複製目前播放時間的影片網址 (?t=123)" - }, - "defaultToOriginalAudioTrack": { - "label": "Default to original audio track", - "title": "Always default to the original audio track" - }, - "enableMarkAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Add a button to playlist items to mark videos as unwatched" - }, - "enableRemoveVideoButton": { - "label": "Remove video button", - "title": "Add a button to playlist items to remove videos from the playlist" - }, - "enableSaveToWatchLaterButton": { - "label": "Enable save to Watch Later button", - "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" - }, - "hideArtificialIntelligenceSummary": { - "label": "Hide AI summary", - "title": "Hides the artificial intelligence summary below videos" - }, - "hideEndScreenCards": { - "label": "隱藏片尾資訊卡", - "title": "隱藏影片片尾的資訊卡" - }, - "hideEndScreenCardsButton": { - "label": "隱藏片尾資訊卡按鈕", - "title": "在影片結束時新增顯示/隱藏卡片的按鈕" - }, - "hideLiveStreamChat": { - "label": "隱藏直播聊天室", - "title": "隱藏直播的聊天室" - }, - "hideMembersOnlyVideos": { - "label": "Hide members-only videos", - "title": "Hides videos that are only visible to members" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "隱藏官方藝人影片", - "title": "從主頁隱藏官方藝人影片" - }, - "hidePaidPromotionBanner": { - "label": "隱藏付費推廣橫幅", - "title": "隱藏當影片帶有付費推廣時顯示的橫幅" - }, - "hidePlayables": { - "label": "Hide playables", - "title": "Hides all playables" - }, - "hideScrollbar": { - "label": "隱藏捲軸", - "title": "隱藏頁面捲軸" - }, - "hideShorts": { - "label": "隱藏 Shorts", - "title": "隱藏全部 Shorts" - }, - "hideSidebarRecommendedVideos": { - "label": "Hide recommended videos", - "title": "Hides the sidebar that recommends videos" - }, - "hideTranslateComment": { - "label": "隱藏翻譯留言按鈕", - "title": "隱藏留言下的翻譯按鈕" - }, - "loopButton": { - "label": "循環按鈕", - "title": "加入按鈕循環播放當前影片" - }, - "maximizePlayerButton": { - "label": "最大化播放器按鈕", - "title": "加入最大化播放器按鈕" - }, - "openTranscriptButton": { - "label": "開啟文字記錄按鈕", - "title": "加入按鈕開啟當前影片的文子記錄" - }, - "openYouTubeSettingsOnHover": { - "label": "懸浮時開啟設定選單", - "title": "鼠標懸浮在設定按鈕時開啟選單" - }, - "pauseBackgroundPlayers": { - "label": "暫停背景播放程序", - "title": "當前景分頁啟用新播放器時,自動凍結背景分頁影音" - }, - "playlistRemover": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" - }, - "remainingTime": { - "label": "剩餘時間", - "title": "顥示現時影片的剩餘時間" - }, - "rememberLastVolume": { - "label": "記住上次播放音量", - "title": "記住上次的播放音量,設定到新播放的影片上" - }, - "removeRedirect": { - "label": "移除 YouTube 重新導向網址", - "title": "以真正網址取代 YouTube 重新導向網址,跳過重新導向警告對話框" - }, - "restoreFullscreenScrolling": { - "label": "Restore fullscreen scrolling", - "title": "Restores scrolling in fullscreen mode" - }, - "shareShortener": { - "label": "縮短 YouTube 影片共享連結", - "title": "縮短 YouTube 影片共享連結 (youtu.be),移除 si/feature 參數" - }, - "shortsAutoScroll": { - "label": "Shorts 自動滾動", - "title": "自動滾動到下一段 Short" - }, - "skipContinueWatching": { - "label": "跳過「影片已暫停,繼續觀看?」", - "title": "跳過暫停影片播放的閒置對話框" - } - }, - "title": "其他設定" - }, - "onScreenDisplaySettings": { - "color": { - "label": "顏色", - "options": { - "blue": "藍色", - "green": "綠色", - "orange": "橙色", - "pink": "粉紅色", - "purple": "紫色", - "red": "紅色", - "white": "白色", - "yellow": "黃色" - }, - "title": "選擇屏幕顥示的顏色" - }, - "hide": { - "label": "隱藏延遲", - "title": "指定多少毫秒後自動隱藏屏幕顥示" - }, - "opacity": { - "label": "透明度", - "title": "調節屏幕顥示的透明度" - }, - "padding": { - "label": "填充", - "title": "以像素為單位調整屏幕顥示周圍的空間,適用於置於角落的屏幕顥示。" - }, - "position": { - "label": "位置", - "options": { - "bottom_left": "左下", - "bottom_right": "右下", - "center": "置中", - "top_left": "左上", - "top_right": "右上" - }, - "title": "選擇屏幕顥示的位置" - }, - "title": "On-screen display settings", - "type": { - "label": "類型", - "options": { - "circle": "圓形", - "line": "線條", - "no_display": "不顯示", - "text": "文字" - }, - "title": "選擇屏幕顥示風格" - } - }, - "playbackSpeed": { - "enable": { - "label": "強制播放速度", - "title": "設定影片播放速度如下" - }, - "playbackSpeedButtons": { - "label": "播放速度按鈕", - "select": { - "label": "播放速率控制鈕", - "title": "每次按下時改變的速度" - }, - "title": "加入加快或減慢播放速度按鈕" - }, - "select": { - "label": "播放速度", - "title": "設定影片播放速度為" - }, - "title": "播放速度設定" - }, - "playlistLength": { - "enable": { - "label": "顯示播放清單時間資訊", - "title": "顯示播放清單總時間,已播放時間及剩餘時間。" - }, - "title": "播放清單播放時間設定", - "wayToGetLength": { - "select": { - "label": "取得播放清單時間方法", - "title": "取得播放清單時間資訊的方法(如API方法失敗會使用HTML方式)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "影片長度取得方法", - "options": { - "duration": "影片長度", - "youtube": "影片已觀看時間" - }, - "title": "取得已觀看時間的方法(影片長度方式只用於觀看頁)" - } - } - }, - "playlistManagement": { - "features": { - "markAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - }, - "removeVideoButton": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - } - }, - "title": "Playlist management settings" - }, - "playlistManagementButtons": { - "failedToMarkAsUnwatched": "Failed to mark video as unwatched", - "failedToRemoveVideo": "Failed to remove video", - "markAsUnwatched": "Mark as unwatched", - "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "Remove video", - "removingVideo": "Removing video…" - }, - "saveToWatchLaterButton": { - "failedToSaveVideo": "Failed to save video to Watch Later", - "saveVideo": "Save to Watch Later", - "savingVideo": "Saving to Watch Later…" - }, - "screenshotButton": { - "enable": { - "label": "螢幕截圖按鈕", - "title": "在播放器加入擷取螢幕截圖按鈕" - }, - "saveAs": { - "both": "Both (File and Clipboard)", - "clipboard": "剪貼簿", - "file": "檔案" - }, - "selectFormat": { - "label": "螢幕截圖儲存格式", - "title": "螢幕截圖的儲存格式" - }, - "selectSaveAs": { - "label": "螢幕截圖儲存方式", - "title": "螢幕截圖的儲存方式" - }, - "title": "螢幕截圖設定" - }, - "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "每次滾動的速度增減", - "title": "調整每次滾動時的播放速度幅度" - }, - "enable": { - "label": "滾輪播放速度控制", - "title": "按住輔助按鍵來啟用播放速度調節" - }, - "optionLabel": "{{KEY}} 鍵", - "select": { - "label": "輔助按鍵", - "title": "使用的輔助按鍵" - }, - "title": "滾輪播放速度控制設定" - }, - "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "每次滾動的音量增減", - "title": "調整每次滾動時的音量增減幅度" - }, - "enable": { - "label": "滾輪音量控制", - "title": "使用滑鼠滾輪控制現在播放的影片音量" - }, - "holdModifierKey": { - "enable": { - "label": "啟用輔助按鍵", - "title": "按住輔助按鍵來啟用滾輪音量調節" - }, - "optionLabel": "{{KEY}} 鍵", - "select": { - "label": "輔助按鍵", - "title": "使用的輔助按鍵" - } - }, - "holdRightClick": { - "enable": { - "label": "按住滑鼠右鍵時啟用", - "title": "住滑鼠右鍵時啟用滾輪音量調節" - } - }, - "title": "滾輪音量控制設定" - }, - "settingSearch": { - "placeholder": "搜尋設定" - }, - "videoHistory": { - "enable": { - "label": "記住已觀看的影片", - "title": "記住己觀看影片的播放位置及啟用繼續播放" - }, - "resumeType": { - "select": { - "label": "繼續播放方式", - "options": { - "automatic": "自動", - "prompt": "提示" - }, - "title": "選擇如何繼續播放" - } - }, - "title": "觀看記錄設定" - }, - "volumeBoost": { - "boostAmount": { - "label": "音量增強度 (分貝)", - "title": "將音量增幅至" - }, - "enable": { - "label": "音量增強", - "title": "啟用音量增強" - }, - "mode": { - "select": { - "label": "音量增強模式", - "options": { - "global": "全局", - "perVideo": "單獨" - }, - "title": "選擇音量增強如何應用到影片。「單獨」能使用選單為該影片開啟音量增強。「全局」在啟用音量增強時會應用到所影片。" - } - }, - "title": "音量增強設定" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "你可以從這裡取得", - "input": { - "label": "API 金鑰", - "title": "輸入你的 YouTube Data API V3 金鑰" - }, - "title": "YouTube API V3 key" - }, - "youtubeDeepDark": { - "author": "作者", - "co-authors": "共同作者", - "colors": { - "colorShadow": { - "label": "陰影顏色", - "title": "陰影的顏色" - }, - "dimmerText": { - "label": "次要文字顏色", - "title": "次要文字的顏色" - }, - "hoverBackground": { - "label": "懸停背景色", - "title": "滑過背景顏色" - }, - "mainBackground": { - "label": "主要背景顏色", - "title": "主要背景的顏色" - }, - "mainColor": { - "label": "重點色調", - "title": "重點色調的顏色" - }, - "mainText": { - "label": "主要文字顏色", - "title": "主要文字的顏色" - }, - "secondBackground": { - "label": "次要背景顏色", - "title": "次要背景顏色" - } - }, - "enable": { - "label": "啟用已選主題", - "title": "啟用頁面的已選主題" - }, - "select": { - "label": "選擇主題", - "title": "選擇套用到頁面的主題" - }, - "title": "YouTube deep dark settings" - } - } - } + "langCode": "zh-TW", + "langName": "繁體中文 (台灣)", + "messages": { + "resumingVideo": "從 {{VIDEO_TIME}} 繼續播放", + "settingVolume": "設定音量增強到 {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "已複製!", + "label": "複製目前播放時間的影片網址" + } + }, + "featureMenu": { + "button": { + "label": "功能選單" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "快轉{{TIME}}" + }, + "rewindButton": { + "label": "倒帶{{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "隱藏片尾資訊卡", + "toggle": { + "off": "顯示片尾資訊卡", + "on": "隱藏片尾資訊卡" + } + } + }, + "loopButton": { + "button": { + "label": "循環播放", + "toggle": { + "off": "關閉循環播放", + "on": "開啟循環播放" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "最大化", + "toggle": { + "off": "關閉最大化", + "on": "啟用最大化" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "打開文字記錄" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "減慢播放速度 {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "加快播放速度 {{SPEED}}" + } + }, + "decreaseLimit": "無法再減速 ({{SPEED}})", + "increaseLimit": "無法再加速 ({{SPEED}})" + }, + "playlistLength": { + "title": "如果某些影片被隱藏或沒載入足夠影片去讀取總時間的話,總時間有機會不準確。" + }, + "screenshotButton": { + "button": { + "label": "螢幕截圖" + }, + "copiedToClipboard": "螢幕截圖已複製剪貼簿" + }, + "videoHistory": { + "resumeButton": "繼續", + "resumePrompt": { + "close": "關閉" + } + }, + "volumeBoostButton": { + "button": { + "label": "音量增強", + "toggle": { + "off": "關閉音量增強", + "on": "啟用音量增強" + } + } + } + } + }, + "options": { + "notifications": { + "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "滾輪播放速度輔助按鍵不能跟音量增強輔助按鍵相同。", + "volumeControl": "滾輪音量增強輔助按鍵不能跟播放速度輔助按鍵相同。" + } + } + }, + "info": { + "reset": "全部選項已回復到初始值。\n你現在可以使用「確定」按鈕儲存選項,或關閉此頁放棄更改,亦可無視這個提示。" + }, + "success": { + "saved": "選項已儲存" + } + } + } + }, + "settings": { + "clearData": { + "allDataDeleted": "所有資料已重置。", + "confirmAlert": "將會清除這個擴充套件的相關選項,繼續?" + }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "scrollForMoreSettings": "Scroll for more settings", + "sections": { + "automaticQuality": { + "enable": { + "label": "自動畫質調整", + "title": "自動調整到指定畫質" + }, + "fallbackQualityStrategy": { + "select": { + "label": "畫質後備策略", + "options": { + "higher": "較高", + "lower": "較低" + }, + "title": "所選畫質不適用時的策略" + } + }, + "select": { + "label": "播放畫質", + "title": "設定影片播放畫質" + }, + "title": "自動畫質設定" + }, + "bottomButtons": { + "clear": { + "title": "清除這個擴充套件儲存在此機上的資料", + "value": "清除資料" + }, + "confirm": { + "title": "確認重設設定", + "value": "確認" + }, + "openTab": { + "title": "於新頁面開啟擴充套件設定" + }, + "reset": { + "title": "將所以設定回復到初始值,按確認儲存變更", + "value": "重置" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "複製目前播放時間的影片網址按鈕", + "decreasePlaybackSpeedButton": "減慢速度按鈕", + "forwardButton": "快轉按鈕", + "hideEndScreenCardsButton": "隱藏片尾資訊卡按鈕", + "increasePlaybackSpeedButton": "加快速度按妞", + "loopButton": "循環播放按鈕", + "maximizePlayerButton": "最大化按鈕", + "openTranscriptButton": "開啟文字記錄按鈕", + "rewindButton": "倒帶按鈕", + "screenshotButton": "螢幕截圖按鈕", + "volumeBoostButton": "音量增強按鈕" + }, + "options": { + "below_player": { + "placement": "於播放器底下", + "value": "播放器底下" + }, + "feature_menu": { + "placement": "於功能選單", + "value": "功能選單" + }, + "player_controls_left": { + "placement": "於播放器左邊", + "value": "播放器左邊" + }, + "player_controls_right": { + "placement": "於播放器右邊", + "value": "播放器右邊" + } + }, + "title": "將{{BUTTON_NAME}}放{{PLACEMENT}}" + }, + "title": "Button placement settings" + }, + "customCSS": { + "editor": { + "collapse": "收起編輯器", + "expand": "展開編輯器", + "noProblems": "沒有發現問題" + }, + "enable": { + "label": "啟用自訂CSS", + "title": "啟用應用到頁面的自訂CSS" + }, + "title": "Custom CSS settings" + }, + "featureMenu": { + "openType": { + "select": { + "label": "選單開啟方式", + "options": { + "click": "點擊", + "hover": "游標懸浮" + }, + "title": "選擇選單開啟方式" + }, + "title": "功能選單設定" + } + }, + "forwardRewindButtons": { + "enable": { + "label": "啟用快轉倒帶按鈕", + "title": "在播放器加入快轉和倒帶按鈕" + }, + "time": { + "label": "快轉/倒帶時間", + "title": "每次快轉/倒帶的時間" + }, + "title": "快轉/倒帶按鈕設定" + }, + "importExportSettings": { + "exportButton": { + "success": "設定已成功匯出", + "title": "匯出設定至 JSON 檔案", + "value": "匯出設定" + }, + "importButton": { + "error": { + "unknown": "設定匯入失敗,請檢查檔案格式。\n發生不明錯誤。", + "validation": "設定匯入失敗,請檢查檔案格式。{{ERROR_MESSAGE}}" + }, + "success": "設定已成功匯入", + "title": "由 JSON 檔案匯入設定", + "value": "匯入設定" + } + }, + "language": { + "select": { + "label": "語言", + "title": "擴充套件使用的語言" + }, + "title": "語言" + }, + "miscellaneous": { + "features": { + "automaticTheaterMode": { + "label": "自動啟用劇院模式", + "title": "載入影片時自動啟用劇院模式" + }, + "automaticallyDisableAmbientMode": { + "label": "自動停用微光效果", + "title": "載入影片時自動停用微光效果" + }, + "automaticallyDisableAutoPlay": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + }, + "automaticallyDisableClosedCaptions": { + "label": "自動停用字幕", + "title": "載入影片時自動停用字幕" + }, + "automaticallyEnableClosedCaptions": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + }, + "automaticallyMaximizePlayer": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + }, + "automaticallyShowMoreVideosOnEndScreen": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + }, + "copyTimestampUrlButton": { + "label": "複製目前播放時間的影片網址按鈕", + "title": "複製目前播放時間的影片網址 (?t=123)" + }, + "defaultToOriginalAudioTrack": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + }, + "enableMarkAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Add a button to playlist items to mark videos as unwatched" + }, + "enableRemoveVideoButton": { + "label": "Remove video button", + "title": "Add a button to playlist items to remove videos from the playlist" + }, + "enableSaveToWatchLaterButton": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + }, + "hideArtificialIntelligenceSummary": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + }, + "hideEndScreenCards": { + "label": "隱藏片尾資訊卡", + "title": "隱藏影片片尾的資訊卡" + }, + "hideEndScreenCardsButton": { + "label": "隱藏片尾資訊卡按鈕", + "title": "在影片結束時新增顯示/隱藏卡片的按鈕" + }, + "hideLiveStreamChat": { + "label": "隱藏直播聊天室", + "title": "隱藏直播的聊天室" + }, + "hideMembersOnlyVideos": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + }, + "hideOfficialArtistVideosFromHomePage": { + "label": "隱藏官方藝人影片", + "title": "從主頁隱藏官方藝人影片" + }, + "hidePaidPromotionBanner": { + "label": "隱藏付費推廣橫幅", + "title": "隱藏當影片帶有付費推廣時顯示的橫幅" + }, + "hidePlayables": { + "label": "Hide playables", + "title": "Hides all playables" + }, + "hideScrollbar": { + "label": "隱藏捲軸", + "title": "隱藏頁面捲軸" + }, + "hideShorts": { + "label": "隱藏 Shorts", + "title": "隱藏全部 Shorts" + }, + "hideSidebarRecommendedVideos": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + }, + "hideTranslateComment": { + "label": "隱藏翻譯留言按鈕", + "title": "隱藏留言下的翻譯按鈕" + }, + "loopButton": { + "label": "循環按鈕", + "title": "加入按鈕循環播放當前影片" + }, + "maximizePlayerButton": { + "label": "最大化播放器按鈕", + "title": "加入最大化播放器按鈕" + }, + "openTranscriptButton": { + "label": "開啟文字記錄按鈕", + "title": "加入按鈕開啟當前影片的文子記錄" + }, + "openYouTubeSettingsOnHover": { + "label": "懸浮時開啟設定選單", + "title": "鼠標懸浮在設定按鈕時開啟選單" + }, + "pauseBackgroundPlayers": { + "label": "暫停背景播放程序", + "title": "當前景分頁啟用新播放器時,自動凍結背景分頁影音" + }, + "playlistRemover": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + }, + "remainingTime": { + "label": "剩餘時間", + "title": "顥示現時影片的剩餘時間" + }, + "rememberLastVolume": { + "label": "記住上次播放音量", + "title": "記住上次的播放音量,設定到新播放的影片上" + }, + "removeRedirect": { + "label": "移除 YouTube 重新導向網址", + "title": "以真正網址取代 YouTube 重新導向網址,跳過重新導向警告對話框" + }, + "restoreFullscreenScrolling": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + }, + "shareShortener": { + "label": "縮短 YouTube 影片共享連結", + "title": "縮短 YouTube 影片共享連結 (youtu.be),移除 si/feature 參數" + }, + "shortsAutoScroll": { + "label": "Shorts 自動滾動", + "title": "自動滾動到下一段 Short" + }, + "skipContinueWatching": { + "label": "跳過「影片已暫停,繼續觀看?」", + "title": "跳過暫停影片播放的閒置對話框" + }, + "timestampPeek": { + "label": "Timestamp Peek", + "title": "Shows a preview of the video when you hover over a timestamp" + } + }, + "title": "其他設定" + }, + "onScreenDisplaySettings": { + "color": { + "label": "顏色", + "options": { + "blue": "藍色", + "green": "綠色", + "orange": "橙色", + "pink": "粉紅色", + "purple": "紫色", + "red": "紅色", + "white": "白色", + "yellow": "黃色" + }, + "title": "選擇屏幕顥示的顏色" + }, + "hide": { + "label": "隱藏延遲", + "title": "指定多少毫秒後自動隱藏屏幕顥示" + }, + "opacity": { + "label": "透明度", + "title": "調節屏幕顥示的透明度" + }, + "padding": { + "label": "填充", + "title": "以像素為單位調整屏幕顥示周圍的空間,適用於置於角落的屏幕顥示。" + }, + "position": { + "label": "位置", + "options": { + "bottom_left": "左下", + "bottom_right": "右下", + "center": "置中", + "top_left": "左上", + "top_right": "右上" + }, + "title": "選擇屏幕顥示的位置" + }, + "title": "On-screen display settings", + "type": { + "label": "類型", + "options": { + "circle": "圓形", + "line": "線條", + "no_display": "不顯示", + "text": "文字" + }, + "title": "選擇屏幕顥示風格" + } + }, + "playbackSpeed": { + "enable": { + "label": "強制播放速度", + "title": "設定影片播放速度如下" + }, + "playbackSpeedButtons": { + "label": "播放速度按鈕", + "select": { + "label": "播放速率控制鈕", + "title": "每次按下時改變的速度" + }, + "title": "加入加快或減慢播放速度按鈕" + }, + "select": { + "label": "播放速度", + "title": "設定影片播放速度為" + }, + "title": "播放速度設定" + }, + "playlistLength": { + "enable": { + "label": "顯示播放清單時間資訊", + "title": "顯示播放清單總時間,已播放時間及剩餘時間。" + }, + "title": "播放清單播放時間設定", + "wayToGetLength": { + "select": { + "label": "取得播放清單時間方法", + "title": "取得播放清單時間資訊的方法(如API方法失敗會使用HTML方式)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "影片長度取得方法", + "options": { + "duration": "影片長度", + "youtube": "影片已觀看時間" + }, + "title": "取得已觀看時間的方法(影片長度方式只用於觀看頁)" + } + } + }, + "playlistManagement": { + "features": { + "markAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + }, + "removeVideoButton": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + }, + "title": "Playlist management settings" + }, + "playlistManagementButtons": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + }, + "saveToWatchLaterButton": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + }, + "screenshotButton": { + "enable": { + "label": "螢幕截圖按鈕", + "title": "在播放器加入擷取螢幕截圖按鈕" + }, + "saveAs": { + "both": "Both (File and Clipboard)", + "clipboard": "剪貼簿", + "file": "檔案" + }, + "selectFormat": { + "label": "螢幕截圖儲存格式", + "title": "螢幕截圖的儲存格式" + }, + "selectSaveAs": { + "label": "螢幕截圖儲存方式", + "title": "螢幕截圖的儲存方式" + }, + "title": "螢幕截圖設定" + }, + "scrollWheelSpeedControl": { + "adjustmentSteps": { + "label": "每次滾動的速度增減", + "title": "調整每次滾動時的播放速度幅度" + }, + "enable": { + "label": "滾輪播放速度控制", + "title": "按住輔助按鍵來啟用播放速度調節" + }, + "optionLabel": "{{KEY}} 鍵", + "select": { + "label": "輔助按鍵", + "title": "使用的輔助按鍵" + }, + "title": "滾輪播放速度控制設定" + }, + "scrollWheelVolumeControl": { + "adjustmentSteps": { + "label": "每次滾動的音量增減", + "title": "調整每次滾動時的音量增減幅度" + }, + "enable": { + "label": "滾輪音量控制", + "title": "使用滑鼠滾輪控制現在播放的影片音量" + }, + "holdModifierKey": { + "enable": { + "label": "啟用輔助按鍵", + "title": "按住輔助按鍵來啟用滾輪音量調節" + }, + "optionLabel": "{{KEY}} 鍵", + "select": { + "label": "輔助按鍵", + "title": "使用的輔助按鍵" + } + }, + "holdRightClick": { + "enable": { + "label": "按住滑鼠右鍵時啟用", + "title": "住滑鼠右鍵時啟用滾輪音量調節" + } + }, + "title": "滾輪音量控制設定" + }, + "settingSearch": { + "placeholder": "搜尋設定" + }, + "videoHistory": { + "enable": { + "label": "記住已觀看的影片", + "title": "記住己觀看影片的播放位置及啟用繼續播放" + }, + "resumeType": { + "select": { + "label": "繼續播放方式", + "options": { + "automatic": "自動", + "prompt": "提示" + }, + "title": "選擇如何繼續播放" + } + }, + "title": "觀看記錄設定" + }, + "volumeBoost": { + "boostAmount": { + "label": "音量增強度 (分貝)", + "title": "將音量增幅至" + }, + "enable": { + "label": "音量增強", + "title": "啟用音量增強" + }, + "mode": { + "select": { + "label": "音量增強模式", + "options": { + "global": "全局", + "perVideo": "單獨" + }, + "title": "選擇音量增強如何應用到影片。「單獨」能使用選單為該影片開啟音量增強。「全局」在啟用音量增強時會應用到所影片。" + } + }, + "title": "音量增強設定" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "你可以從這裡取得", + "input": { + "label": "API 金鑰", + "title": "輸入你的 YouTube Data API V3 金鑰" + }, + "title": "YouTube API V3 key" + }, + "youtubeDeepDark": { + "author": "作者", + "co-authors": "共同作者", + "colors": { + "colorShadow": { + "label": "陰影顏色", + "title": "陰影的顏色" + }, + "dimmerText": { + "label": "次要文字顏色", + "title": "次要文字的顏色" + }, + "hoverBackground": { + "label": "懸停背景色", + "title": "滑過背景顏色" + }, + "mainBackground": { + "label": "主要背景顏色", + "title": "主要背景的顏色" + }, + "mainColor": { + "label": "重點色調", + "title": "重點色調的顏色" + }, + "mainText": { + "label": "主要文字顏色", + "title": "主要文字的顏色" + }, + "secondBackground": { + "label": "次要背景顏色", + "title": "次要背景顏色" + } + }, + "enable": { + "label": "啟用已選主題", + "title": "啟用頁面的已選主題" + }, + "select": { + "label": "選擇主題", + "title": "選擇套用到頁面的主題" + }, + "title": "YouTube deep dark settings" + } + } + } } From 240d5735f3f701ecc679a84cd38f73ba5cccd46b Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 13 Jan 2026 18:12:09 -0500 Subject: [PATCH 1420/1783] New translations en-us.json (Vietnamese) --- public/locales/vi-VN.json | 1414 +++++++++++++++++++------------------ 1 file changed, 709 insertions(+), 705 deletions(-) diff --git a/public/locales/vi-VN.json b/public/locales/vi-VN.json index f23e051bd..01afd7a11 100644 --- a/public/locales/vi-VN.json +++ b/public/locales/vi-VN.json @@ -1,707 +1,711 @@ { - "langCode": "vi-VN", - "langName": "Tiếng Việt (Việt Nam)", - "messages": { - "resumingVideo": "Resuming video at {{VIDEO_TIME}}", - "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "Copied!", - "label": "Copy video URL with timestamp" - } - }, - "featureMenu": { - "button": { - "label": "Feature menu" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "Fast forward by {{TIME}}" - }, - "rewindButton": { - "label": "Rewind by {{TIME}}" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "Hide end screen cards", - "toggle": { - "off": "Show end screen cards", - "on": "Hide end screen cards" - } - } - }, - "loopButton": { - "button": { - "label": "Loop", - "toggle": { - "off": "Loop off", - "on": "Loop on" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "Maximize", - "toggle": { - "off": "Maximize off", - "on": "Maximize on" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Open transcript" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Decrease Speed to {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Increase Speed to {{SPEED}}" - } - }, - "decreaseLimit": "Can't decrease further ({{SPEED}})", - "increaseLimit": "Can't increase further ({{SPEED}})" - }, - "playlistLength": { - "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." - }, - "screenshotButton": { - "button": { - "label": "Screenshot" - }, - "copiedToClipboard": "Screenshot copied to clipboard" - }, - "videoHistory": { - "resumeButton": "Resume", - "resumePrompt": { - "close": "Close" - } - }, - "volumeBoostButton": { - "button": { - "label": "Volume Boost", - "toggle": { - "off": "Volume boost off", - "on": "Volume boost on" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", - "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." - } - } - }, - "info": { - "reset": "All options have been reset to their default values.\nYou can now save the changes by clicking the \"Confirm\" button or discard them by closing this page or ignore this notification." - }, - "success": { - "saved": "Options saved." - } - } - } - }, - "settings": { - "clearData": { - "allDataDeleted": "All data has been deleted.", - "confirmAlert": "This will delete all extension data related to options. Continue?" - }, - "optionDisabled": { - "either": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " or " - }, - "plural": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " and " - }, - "singular": "Enable '{{OPTION}}' to configure this option", - "specificOption": { - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" - } - }, - "scrollForMoreSettings": "Scroll for more settings", - "sections": { - "automaticQuality": { - "enable": { - "label": "Automatic quality adjustment", - "title": "Automatically adjusts the video quality to the selected level." - }, - "fallbackQualityStrategy": { - "select": { - "label": "Quality fallback strategy", - "options": { - "higher": "Higher", - "lower": "Lower" - }, - "title": "The strategy to use when the selected quality is not available" - } - }, - "select": { - "label": "Player quality", - "title": "The quality to set the video to" - }, - "title": "Automatic quality settings" - }, - "bottomButtons": { - "clear": { - "title": "Clears all data this extension has stored on your machine", - "value": "Clear Data" - }, - "confirm": { - "title": "Confirm setting reset", - "value": "Confirm" - }, - "openTab": { - "title": "Open extension settings in a new tab" - }, - "reset": { - "title": "Resets all settings to their defaults, Click the confirm button to save the changes", - "value": "Reset" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "Copy video URL with timestamp button", - "decreasePlaybackSpeedButton": "Decrease Speed button", - "forwardButton": "Fast Forward button", - "hideEndScreenCardsButton": "Hide end screen cards button", - "increasePlaybackSpeedButton": "Increase Speed button", - "loopButton": "Loop button", - "maximizePlayerButton": "Maximize button", - "openTranscriptButton": "Open Transcript button", - "rewindButton": "Rewind button", - "screenshotButton": "Screenshot button", - "volumeBoostButton": "Volume Boost button" - }, - "options": { - "below_player": { - "placement": "below the player controls", - "value": "Below Player" - }, - "feature_menu": { - "placement": "in the feature menu", - "value": "Feature Menu" - }, - "player_controls_left": { - "placement": "on the left side of player controls", - "value": "Left Controls" - }, - "player_controls_right": { - "placement": "on the right side of player controls", - "value": "Right Controls" - } - }, - "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" - }, - "title": "Button placement settings" - }, - "customCSS": { - "editor": { - "collapse": "Collapse Editor", - "expand": "Expand Editor", - "noProblems": "No problems found." - }, - "enable": { - "label": "Custom CSS", - "title": "Enables custom CSS to be applied to the page" - }, - "title": "Custom CSS settings" - }, - "featureMenu": { - "openType": { - "select": { - "label": "Menu Activation Type", - "options": { - "click": "Click", - "hover": "Hover" - }, - "title": "Select the method to activate the feature menu" - }, - "title": "Feature menu settings" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "Forward/rewind buttons", - "title": "Adds forward and rewind buttons to the video player" - }, - "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" - }, - "title": "Forward/rewind button settings" - }, - "importExportSettings": { - "exportButton": { - "success": "Settings successfully exported", - "title": "Export settings to a JSON file", - "value": "Export Settings" - }, - "importButton": { - "error": { - "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", - "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" - }, - "success": "Settings imported successfully", - "title": "Import settings from a JSON file", - "value": "Import Settings" - } - }, - "language": { - "select": { - "label": "Language", - "title": "The language to use for the extension" - }, - "title": "Language" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "Automatic theater mode", - "title": "Automatically enables theater mode when you load a video" - }, - "automaticallyDisableAmbientMode": { - "label": "Automatically disable ambient mode", - "title": "Automatically disables ambient mode when you load a video" - }, - "automaticallyDisableAutoPlay": { - "label": "Automatically disable autoplay", - "title": "Automatically disables autoplay when you load a video" - }, - "automaticallyDisableClosedCaptions": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" - }, - "automaticallyEnableClosedCaptions": { - "label": "Automatically enable closed captions", - "title": "Automatically enables closed captions when you load a video" - }, - "automaticallyMaximizePlayer": { - "label": "Automatically maximize player", - "title": "Automatically maximizes the player when you load a video" - }, - "automaticallyShowMoreVideosOnEndScreen": { - "label": "Automatically show more videos on end screen", - "title": "Automatically shows more videos on end screen when you load a video" - }, - "copyTimestampUrlButton": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" - }, - "defaultToOriginalAudioTrack": { - "label": "Default to original audio track", - "title": "Always default to the original audio track" - }, - "enableMarkAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Add a button to playlist items to mark videos as unwatched" - }, - "enableRemoveVideoButton": { - "label": "Remove video button", - "title": "Add a button to playlist items to remove videos from the playlist" - }, - "enableSaveToWatchLaterButton": { - "label": "Enable save to Watch Later button", - "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" - }, - "hideArtificialIntelligenceSummary": { - "label": "Hide AI summary", - "title": "Hides the artificial intelligence summary below videos" - }, - "hideEndScreenCards": { - "label": "Hide end screen cards", - "title": "Hides the cards at the end of the video" - }, - "hideEndScreenCardsButton": { - "label": "Hide end screen cards button", - "title": "Adds a button to show/hide the cards at the end of the video" - }, - "hideLiveStreamChat": { - "label": "Hide live stream chat", - "title": "Hides the live stream chat" - }, - "hideMembersOnlyVideos": { - "label": "Hide members-only videos", - "title": "Hides videos that are only visible to members" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" - }, - "hidePaidPromotionBanner": { - "label": "Hide paid promotion banner", - "title": "Hides the banner that appears when you watch a video that has a paid promotion" - }, - "hidePlayables": { - "label": "Hide playables", - "title": "Hides all playables" - }, - "hideScrollbar": { - "label": "Hide scrollbar", - "title": "Hides the pages scrollbar" - }, - "hideShorts": { - "label": "Hide shorts", - "title": "Hides all shorts" - }, - "hideSidebarRecommendedVideos": { - "label": "Hide recommended videos", - "title": "Hides the sidebar that recommends videos" - }, - "hideTranslateComment": { - "label": "Hide translate comment button", - "title": "Hides 'Translate to Language' button under comments" - }, - "loopButton": { - "label": "Loop button", - "title": "Adds a button to the feature menu to loop the video you're watching" - }, - "maximizePlayerButton": { - "label": "Maximize player button", - "title": "Adds a button to the feature menu to maximize the player" - }, - "openTranscriptButton": { - "label": "Open transcript button", - "title": "Adds a button to the feature menu to open the transcript of the video you're watching" - }, - "openYouTubeSettingsOnHover": { - "label": "Open YouTube settings on hover", - "title": "Opens the YouTube settings menu when you hover over the settings button" - }, - "pauseBackgroundPlayers": { - "label": "Pause background players", - "title": "Pauses video players in background tabs when you start a new player in foreground tab" - }, - "playlistRemover": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" - }, - "remainingTime": { - "label": "Remaining time", - "title": "Shows the remaining time of the video you're watching" - }, - "rememberLastVolume": { - "label": "Remember last volume", - "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" - }, - "removeRedirect": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" - }, - "restoreFullscreenScrolling": { - "label": "Restore fullscreen scrolling", - "title": "Restores scrolling in fullscreen mode" - }, - "shareShortener": { - "label": "Shorten YouTube video share link", - "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" - }, - "shortsAutoScroll": { - "label": "Shorts auto scroll", - "title": "Automatically scrolls to the next short" - }, - "skipContinueWatching": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" - } - }, - "title": "Miscellaneous settings" - }, - "onScreenDisplaySettings": { - "color": { - "label": "Color", - "options": { - "blue": "Blue", - "green": "Green", - "orange": "Orange", - "pink": "Pink", - "purple": "Purple", - "red": "Red", - "white": "White", - "yellow": "Yellow" - }, - "title": "Select the color for the On-Screen Display" - }, - "hide": { - "label": "Hide Delay", - "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" - }, - "opacity": { - "label": "Opacity", - "title": "Adjust the transparency of the On-Screen Display" - }, - "padding": { - "label": "Padding", - "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." - }, - "position": { - "label": "Position", - "options": { - "bottom_left": "Bottom Left", - "bottom_right": "Bottom Right", - "center": "Center", - "top_left": "Top Left", - "top_right": "Top Right" - }, - "title": "Select the position of the On-Screen Display" - }, - "title": "On-screen display settings", - "type": { - "label": "Type", - "options": { - "circle": "Circle", - "line": "Line", - "no_display": "No display", - "text": "Text" - }, - "title": "Select the type of On-Screen Display" - } - }, - "playbackSpeed": { - "enable": { - "label": "Forced playback speed", - "title": "Sets the video speed to what you choose below" - }, - "playbackSpeedButtons": { - "label": "Playback speed buttons", - "select": { - "label": "Playback buttons speed", - "title": "Amount of speed to be changed per click" - }, - "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" - }, - "select": { - "label": "Player speed", - "title": "The speed to set the video to" - }, - "title": "Playback speed settings" - }, - "playlistLength": { - "enable": { - "label": "Display playlist length information", - "title": "Shows the total length of the playlist, how much has been watched, and how much remains." - }, - "title": "Playlist length settings", - "wayToGetLength": { - "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "Method to get watched time", - "options": { - "duration": "Video Length", - "youtube": "Video Watch Time" - }, - "title": "The way to get the amount of time watched (Video Length type only used on watch page)" - } - } - }, - "playlistManagement": { - "features": { - "markAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - }, - "removeVideoButton": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - } - }, - "title": "Playlist management settings" - }, - "playlistManagementButtons": { - "failedToMarkAsUnwatched": "Failed to mark video as unwatched", - "failedToRemoveVideo": "Failed to remove video", - "markAsUnwatched": "Mark as unwatched", - "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "Remove video", - "removingVideo": "Removing video…" - }, - "saveToWatchLaterButton": { - "failedToSaveVideo": "Failed to save video to Watch Later", - "saveVideo": "Save to Watch Later", - "savingVideo": "Saving to Watch Later…" - }, - "screenshotButton": { - "enable": { - "label": "Screenshot button", - "title": "Adds a button to the player to take a screenshot of the video" - }, - "saveAs": { - "both": "Both (File and Clipboard)", - "clipboard": "Clipboard", - "file": "File" - }, - "selectFormat": { - "label": "Screenshot format", - "title": "The format to save the screenshot in" - }, - "selectSaveAs": { - "label": "Screenshot save type", - "title": "The screenshot save type" - }, - "title": "Screenshot settings" - }, - "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "Speed Change Per Scroll", - "title": "Adjust the speed change per scroll" - }, - "enable": { - "label": "Scroll wheel speed control", - "title": "Press a modifier key to enable speed adjustment with the scroll wheel." - }, - "optionLabel": "{{KEY}} key", - "select": { - "label": "Modifier key", - "title": "The modifier key to use" - }, - "title": "Scroll wheel speed control settings" - }, - "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "Volume Change Per Scroll", - "title": "Adjust the volume change per scroll" - }, - "enable": { - "label": "Scroll wheel volume control", - "title": "Lets you use the scroll wheel to control the volume of the video you're watching" - }, - "holdModifierKey": { - "enable": { - "label": "When holding modifier key", - "title": "Press a modifier key to enable volume adjustment with the scroll wheel." - }, - "optionLabel": "{{KEY}} key", - "select": { - "label": "Modifier key", - "title": "The modifier key to use" - } - }, - "holdRightClick": { - "enable": { - "label": "When holding right click", - "title": "Hold right click to enable scroll wheel volume control" - } - }, - "title": "Scroll wheel volume control settings" - }, - "settingSearch": { - "placeholder": "Search for a setting" - }, - "videoHistory": { - "enable": { - "label": "Track watched videos", - "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" - }, - "resumeType": { - "select": { - "label": "Resume type", - "options": { - "automatic": "Automatic", - "prompt": "Prompt" - }, - "title": "Select how you want to resume videos" - } - }, - "title": "Video history settings" - }, - "volumeBoost": { - "boostAmount": { - "label": "Volume boost amount (dB)", - "title": "The amount to boost the volume by" - }, - "enable": { - "label": "Volume boost", - "title": "Enable volume boost" - }, - "mode": { - "select": { - "label": "Volume boost mode", - "options": { - "global": "Global", - "perVideo": "Per video" - }, - "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." - } - }, - "title": "Volume boost settings" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "You can get one from here", - "input": { - "label": "API Key", - "title": "Enter your Youtube Data API V3 key." - }, - "title": "YouTube API V3 key" - }, - "youtubeDeepDark": { - "author": "Author", - "co-authors": "Co-authors", - "colors": { - "colorShadow": { - "label": "Shadow color", - "title": "Color for shadows" - }, - "dimmerText": { - "label": "Secondary text color", - "title": "Color for secondary text" - }, - "hoverBackground": { - "label": "Hover background color", - "title": "Color for hover background" - }, - "mainBackground": { - "label": "Main background color", - "title": "Color for main background" - }, - "mainColor": { - "label": "Accent color", - "title": "Color for accent" - }, - "mainText": { - "label": "Main text color", - "title": "Color for main text" - }, - "secondBackground": { - "label": "Secondary background color", - "title": "Color for secondary background" - } - }, - "enable": { - "label": "Deep Dark Theme", - "title": "Activate the selected theme for the page" - }, - "select": { - "label": "Select theme", - "title": "Select a theme to be applied to the page" - }, - "title": "YouTube deep dark settings" - } - } - } + "langCode": "vi-VN", + "langName": "Tiếng Việt (Việt Nam)", + "messages": { + "resumingVideo": "Resuming video at {{VIDEO_TIME}}", + "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "Copied!", + "label": "Copy video URL with timestamp" + } + }, + "featureMenu": { + "button": { + "label": "Feature menu" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Fast forward by {{TIME}}" + }, + "rewindButton": { + "label": "Rewind by {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Hide end screen cards", + "toggle": { + "off": "Show end screen cards", + "on": "Hide end screen cards" + } + } + }, + "loopButton": { + "button": { + "label": "Loop", + "toggle": { + "off": "Loop off", + "on": "Loop on" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "Maximize", + "toggle": { + "off": "Maximize off", + "on": "Maximize on" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Open transcript" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Decrease Speed to {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Increase Speed to {{SPEED}}" + } + }, + "decreaseLimit": "Can't decrease further ({{SPEED}})", + "increaseLimit": "Can't increase further ({{SPEED}})" + }, + "playlistLength": { + "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + }, + "screenshotButton": { + "button": { + "label": "Screenshot" + }, + "copiedToClipboard": "Screenshot copied to clipboard" + }, + "videoHistory": { + "resumeButton": "Resume", + "resumePrompt": { + "close": "Close" + } + }, + "volumeBoostButton": { + "button": { + "label": "Volume Boost", + "toggle": { + "off": "Volume boost off", + "on": "Volume boost on" + } + } + } + } + }, + "options": { + "notifications": { + "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", + "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." + } + } + }, + "info": { + "reset": "All options have been reset to their default values.\nYou can now save the changes by clicking the \"Confirm\" button or discard them by closing this page or ignore this notification." + }, + "success": { + "saved": "Options saved." + } + } + } + }, + "settings": { + "clearData": { + "allDataDeleted": "All data has been deleted.", + "confirmAlert": "This will delete all extension data related to options. Continue?" + }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "scrollForMoreSettings": "Scroll for more settings", + "sections": { + "automaticQuality": { + "enable": { + "label": "Automatic quality adjustment", + "title": "Automatically adjusts the video quality to the selected level." + }, + "fallbackQualityStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + }, + "select": { + "label": "Player quality", + "title": "The quality to set the video to" + }, + "title": "Automatic quality settings" + }, + "bottomButtons": { + "clear": { + "title": "Clears all data this extension has stored on your machine", + "value": "Clear Data" + }, + "confirm": { + "title": "Confirm setting reset", + "value": "Confirm" + }, + "openTab": { + "title": "Open extension settings in a new tab" + }, + "reset": { + "title": "Resets all settings to their defaults, Click the confirm button to save the changes", + "value": "Reset" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Copy video URL with timestamp button", + "decreasePlaybackSpeedButton": "Decrease Speed button", + "forwardButton": "Fast Forward button", + "hideEndScreenCardsButton": "Hide end screen cards button", + "increasePlaybackSpeedButton": "Increase Speed button", + "loopButton": "Loop button", + "maximizePlayerButton": "Maximize button", + "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind button", + "screenshotButton": "Screenshot button", + "volumeBoostButton": "Volume Boost button" + }, + "options": { + "below_player": { + "placement": "below the player controls", + "value": "Below Player" + }, + "feature_menu": { + "placement": "in the feature menu", + "value": "Feature Menu" + }, + "player_controls_left": { + "placement": "on the left side of player controls", + "value": "Left Controls" + }, + "player_controls_right": { + "placement": "on the right side of player controls", + "value": "Right Controls" + } + }, + "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Button placement settings" + }, + "customCSS": { + "editor": { + "collapse": "Collapse Editor", + "expand": "Expand Editor", + "noProblems": "No problems found." + }, + "enable": { + "label": "Custom CSS", + "title": "Enables custom CSS to be applied to the page" + }, + "title": "Custom CSS settings" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Menu Activation Type", + "options": { + "click": "Click", + "hover": "Hover" + }, + "title": "Select the method to activate the feature menu" + }, + "title": "Feature menu settings" + } + }, + "forwardRewindButtons": { + "enable": { + "label": "Forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + }, + "title": "Forward/rewind button settings" + }, + "importExportSettings": { + "exportButton": { + "success": "Settings successfully exported", + "title": "Export settings to a JSON file", + "value": "Export Settings" + }, + "importButton": { + "error": { + "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", + "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" + }, + "success": "Settings imported successfully", + "title": "Import settings from a JSON file", + "value": "Import Settings" + } + }, + "language": { + "select": { + "label": "Language", + "title": "The language to use for the extension" + }, + "title": "Language" + }, + "miscellaneous": { + "features": { + "automaticTheaterMode": { + "label": "Automatic theater mode", + "title": "Automatically enables theater mode when you load a video" + }, + "automaticallyDisableAmbientMode": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + }, + "automaticallyDisableAutoPlay": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + }, + "automaticallyDisableClosedCaptions": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + }, + "automaticallyEnableClosedCaptions": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + }, + "automaticallyMaximizePlayer": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + }, + "automaticallyShowMoreVideosOnEndScreen": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + }, + "copyTimestampUrlButton": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + }, + "defaultToOriginalAudioTrack": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + }, + "enableMarkAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Add a button to playlist items to mark videos as unwatched" + }, + "enableRemoveVideoButton": { + "label": "Remove video button", + "title": "Add a button to playlist items to remove videos from the playlist" + }, + "enableSaveToWatchLaterButton": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + }, + "hideArtificialIntelligenceSummary": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + }, + "hideEndScreenCards": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + }, + "hideEndScreenCardsButton": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + }, + "hideLiveStreamChat": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + }, + "hideMembersOnlyVideos": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + }, + "hideOfficialArtistVideosFromHomePage": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + }, + "hidePaidPromotionBanner": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + }, + "hidePlayables": { + "label": "Hide playables", + "title": "Hides all playables" + }, + "hideScrollbar": { + "label": "Hide scrollbar", + "title": "Hides the pages scrollbar" + }, + "hideShorts": { + "label": "Hide shorts", + "title": "Hides all shorts" + }, + "hideSidebarRecommendedVideos": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + }, + "hideTranslateComment": { + "label": "Hide translate comment button", + "title": "Hides 'Translate to Language' button under comments" + }, + "loopButton": { + "label": "Loop button", + "title": "Adds a button to the feature menu to loop the video you're watching" + }, + "maximizePlayerButton": { + "label": "Maximize player button", + "title": "Adds a button to the feature menu to maximize the player" + }, + "openTranscriptButton": { + "label": "Open transcript button", + "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + }, + "openYouTubeSettingsOnHover": { + "label": "Open YouTube settings on hover", + "title": "Opens the YouTube settings menu when you hover over the settings button" + }, + "pauseBackgroundPlayers": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + }, + "playlistRemover": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + }, + "remainingTime": { + "label": "Remaining time", + "title": "Shows the remaining time of the video you're watching" + }, + "rememberLastVolume": { + "label": "Remember last volume", + "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + }, + "removeRedirect": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + }, + "restoreFullscreenScrolling": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + }, + "shareShortener": { + "label": "Shorten YouTube video share link", + "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + }, + "shortsAutoScroll": { + "label": "Shorts auto scroll", + "title": "Automatically scrolls to the next short" + }, + "skipContinueWatching": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + }, + "timestampPeek": { + "label": "Timestamp Peek", + "title": "Shows a preview of the video when you hover over a timestamp" + } + }, + "title": "Miscellaneous settings" + }, + "onScreenDisplaySettings": { + "color": { + "label": "Color", + "options": { + "blue": "Blue", + "green": "Green", + "orange": "Orange", + "pink": "Pink", + "purple": "Purple", + "red": "Red", + "white": "White", + "yellow": "Yellow" + }, + "title": "Select the color for the On-Screen Display" + }, + "hide": { + "label": "Hide Delay", + "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" + }, + "opacity": { + "label": "Opacity", + "title": "Adjust the transparency of the On-Screen Display" + }, + "padding": { + "label": "Padding", + "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." + }, + "position": { + "label": "Position", + "options": { + "bottom_left": "Bottom Left", + "bottom_right": "Bottom Right", + "center": "Center", + "top_left": "Top Left", + "top_right": "Top Right" + }, + "title": "Select the position of the On-Screen Display" + }, + "title": "On-screen display settings", + "type": { + "label": "Type", + "options": { + "circle": "Circle", + "line": "Line", + "no_display": "No display", + "text": "Text" + }, + "title": "Select the type of On-Screen Display" + } + }, + "playbackSpeed": { + "enable": { + "label": "Forced playback speed", + "title": "Sets the video speed to what you choose below" + }, + "playbackSpeedButtons": { + "label": "Playback speed buttons", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + }, + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + }, + "select": { + "label": "Player speed", + "title": "The speed to set the video to" + }, + "title": "Playback speed settings" + }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + }, + "title": "Playlist length settings", + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } + } + }, + "playlistManagement": { + "features": { + "markAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + }, + "removeVideoButton": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + }, + "title": "Playlist management settings" + }, + "playlistManagementButtons": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + }, + "saveToWatchLaterButton": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + }, + "screenshotButton": { + "enable": { + "label": "Screenshot button", + "title": "Adds a button to the player to take a screenshot of the video" + }, + "saveAs": { + "both": "Both (File and Clipboard)", + "clipboard": "Clipboard", + "file": "File" + }, + "selectFormat": { + "label": "Screenshot format", + "title": "The format to save the screenshot in" + }, + "selectSaveAs": { + "label": "Screenshot save type", + "title": "The screenshot save type" + }, + "title": "Screenshot settings" + }, + "scrollWheelSpeedControl": { + "adjustmentSteps": { + "label": "Speed Change Per Scroll", + "title": "Adjust the speed change per scroll" + }, + "enable": { + "label": "Scroll wheel speed control", + "title": "Press a modifier key to enable speed adjustment with the scroll wheel." + }, + "optionLabel": "{{KEY}} key", + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + }, + "title": "Scroll wheel speed control settings" + }, + "scrollWheelVolumeControl": { + "adjustmentSteps": { + "label": "Volume Change Per Scroll", + "title": "Adjust the volume change per scroll" + }, + "enable": { + "label": "Scroll wheel volume control", + "title": "Lets you use the scroll wheel to control the volume of the video you're watching" + }, + "holdModifierKey": { + "enable": { + "label": "When holding modifier key", + "title": "Press a modifier key to enable volume adjustment with the scroll wheel." + }, + "optionLabel": "{{KEY}} key", + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + } + }, + "holdRightClick": { + "enable": { + "label": "When holding right click", + "title": "Hold right click to enable scroll wheel volume control" + } + }, + "title": "Scroll wheel volume control settings" + }, + "settingSearch": { + "placeholder": "Search for a setting" + }, + "videoHistory": { + "enable": { + "label": "Track watched videos", + "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" + }, + "resumeType": { + "select": { + "label": "Resume type", + "options": { + "automatic": "Automatic", + "prompt": "Prompt" + }, + "title": "Select how you want to resume videos" + } + }, + "title": "Video history settings" + }, + "volumeBoost": { + "boostAmount": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by" + }, + "enable": { + "label": "Volume boost", + "title": "Enable volume boost" + }, + "mode": { + "select": { + "label": "Volume boost mode", + "options": { + "global": "Global", + "perVideo": "Per video" + }, + "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + } + }, + "title": "Volume boost settings" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Key", + "title": "Enter your Youtube Data API V3 key." + }, + "title": "YouTube API V3 key" + }, + "youtubeDeepDark": { + "author": "Author", + "co-authors": "Co-authors", + "colors": { + "colorShadow": { + "label": "Shadow color", + "title": "Color for shadows" + }, + "dimmerText": { + "label": "Secondary text color", + "title": "Color for secondary text" + }, + "hoverBackground": { + "label": "Hover background color", + "title": "Color for hover background" + }, + "mainBackground": { + "label": "Main background color", + "title": "Color for main background" + }, + "mainColor": { + "label": "Accent color", + "title": "Color for accent" + }, + "mainText": { + "label": "Main text color", + "title": "Color for main text" + }, + "secondBackground": { + "label": "Secondary background color", + "title": "Color for secondary background" + } + }, + "enable": { + "label": "Deep Dark Theme", + "title": "Activate the selected theme for the page" + }, + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + }, + "title": "YouTube deep dark settings" + } + } + } } From fcaf674b9ac21ad28c75e749cf203b03d5d9e257 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 13 Jan 2026 18:12:10 -0500 Subject: [PATCH 1421/1783] New translations en-us.json (Persian) --- public/locales/fa-IR.json | 1414 +++++++++++++++++++------------------ 1 file changed, 709 insertions(+), 705 deletions(-) diff --git a/public/locales/fa-IR.json b/public/locales/fa-IR.json index 2790e4e21..8e0015c51 100644 --- a/public/locales/fa-IR.json +++ b/public/locales/fa-IR.json @@ -1,707 +1,711 @@ { - "langCode": "fa-IR", - "langName": "فارسی", - "messages": { - "resumingVideo": "Resuming video at {{VIDEO_TIME}}", - "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "Copied!", - "label": "Copy video URL with timestamp" - } - }, - "featureMenu": { - "button": { - "label": "Feature menu" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "Fast forward by {{TIME}}" - }, - "rewindButton": { - "label": "Rewind by {{TIME}}" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "Hide end screen cards", - "toggle": { - "off": "Show end screen cards", - "on": "Hide end screen cards" - } - } - }, - "loopButton": { - "button": { - "label": "Loop", - "toggle": { - "off": "Loop off", - "on": "Loop on" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "Maximize", - "toggle": { - "off": "Maximize off", - "on": "Maximize on" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Open transcript" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Decrease Speed to {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Increase Speed to {{SPEED}}" - } - }, - "decreaseLimit": "Can't decrease further ({{SPEED}})", - "increaseLimit": "Can't increase further ({{SPEED}})" - }, - "playlistLength": { - "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." - }, - "screenshotButton": { - "button": { - "label": "Screenshot" - }, - "copiedToClipboard": "Screenshot copied to clipboard" - }, - "videoHistory": { - "resumeButton": "Resume", - "resumePrompt": { - "close": "Close" - } - }, - "volumeBoostButton": { - "button": { - "label": "Volume Boost", - "toggle": { - "off": "Volume boost off", - "on": "Volume boost on" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", - "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." - } - } - }, - "info": { - "reset": "All options have been reset to their default values.\nYou can now save the changes by clicking the \"Confirm\" button or discard them by closing this page or ignore this notification." - }, - "success": { - "saved": "Options saved." - } - } - } - }, - "settings": { - "clearData": { - "allDataDeleted": "All data has been deleted.", - "confirmAlert": "This will delete all extension data related to options. Continue?" - }, - "optionDisabled": { - "either": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " or " - }, - "plural": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " and " - }, - "singular": "Enable '{{OPTION}}' to configure this option", - "specificOption": { - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" - } - }, - "scrollForMoreSettings": "Scroll for more settings", - "sections": { - "automaticQuality": { - "enable": { - "label": "Automatic quality adjustment", - "title": "Automatically adjusts the video quality to the selected level." - }, - "fallbackQualityStrategy": { - "select": { - "label": "Quality fallback strategy", - "options": { - "higher": "Higher", - "lower": "Lower" - }, - "title": "The strategy to use when the selected quality is not available" - } - }, - "select": { - "label": "Player quality", - "title": "The quality to set the video to" - }, - "title": "Automatic quality settings" - }, - "bottomButtons": { - "clear": { - "title": "Clears all data this extension has stored on your machine", - "value": "Clear Data" - }, - "confirm": { - "title": "Confirm setting reset", - "value": "Confirm" - }, - "openTab": { - "title": "Open extension settings in a new tab" - }, - "reset": { - "title": "Resets all settings to their defaults, Click the confirm button to save the changes", - "value": "Reset" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "Copy video URL with timestamp button", - "decreasePlaybackSpeedButton": "Decrease Speed button", - "forwardButton": "Fast Forward button", - "hideEndScreenCardsButton": "Hide end screen cards button", - "increasePlaybackSpeedButton": "Increase Speed button", - "loopButton": "Loop button", - "maximizePlayerButton": "Maximize button", - "openTranscriptButton": "Open Transcript button", - "rewindButton": "Rewind button", - "screenshotButton": "Screenshot button", - "volumeBoostButton": "Volume Boost button" - }, - "options": { - "below_player": { - "placement": "below the player controls", - "value": "Below Player" - }, - "feature_menu": { - "placement": "in the feature menu", - "value": "Feature Menu" - }, - "player_controls_left": { - "placement": "on the left side of player controls", - "value": "Left Controls" - }, - "player_controls_right": { - "placement": "on the right side of player controls", - "value": "Right Controls" - } - }, - "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" - }, - "title": "Button placement settings" - }, - "customCSS": { - "editor": { - "collapse": "Collapse Editor", - "expand": "Expand Editor", - "noProblems": "No problems found." - }, - "enable": { - "label": "Custom CSS", - "title": "Enables custom CSS to be applied to the page" - }, - "title": "Custom CSS settings" - }, - "featureMenu": { - "openType": { - "select": { - "label": "Menu Activation Type", - "options": { - "click": "Click", - "hover": "Hover" - }, - "title": "Select the method to activate the feature menu" - }, - "title": "Feature menu settings" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "Forward/rewind buttons", - "title": "Adds forward and rewind buttons to the video player" - }, - "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" - }, - "title": "Forward/rewind button settings" - }, - "importExportSettings": { - "exportButton": { - "success": "Settings successfully exported", - "title": "Export settings to a JSON file", - "value": "Export Settings" - }, - "importButton": { - "error": { - "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", - "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" - }, - "success": "Settings imported successfully", - "title": "Import settings from a JSON file", - "value": "Import Settings" - } - }, - "language": { - "select": { - "label": "Language", - "title": "The language to use for the extension" - }, - "title": "Language" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "Automatic theater mode", - "title": "Automatically enables theater mode when you load a video" - }, - "automaticallyDisableAmbientMode": { - "label": "Automatically disable ambient mode", - "title": "Automatically disables ambient mode when you load a video" - }, - "automaticallyDisableAutoPlay": { - "label": "Automatically disable autoplay", - "title": "Automatically disables autoplay when you load a video" - }, - "automaticallyDisableClosedCaptions": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" - }, - "automaticallyEnableClosedCaptions": { - "label": "Automatically enable closed captions", - "title": "Automatically enables closed captions when you load a video" - }, - "automaticallyMaximizePlayer": { - "label": "Automatically maximize player", - "title": "Automatically maximizes the player when you load a video" - }, - "automaticallyShowMoreVideosOnEndScreen": { - "label": "Automatically show more videos on end screen", - "title": "Automatically shows more videos on end screen when you load a video" - }, - "copyTimestampUrlButton": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" - }, - "defaultToOriginalAudioTrack": { - "label": "Default to original audio track", - "title": "Always default to the original audio track" - }, - "enableMarkAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Add a button to playlist items to mark videos as unwatched" - }, - "enableRemoveVideoButton": { - "label": "Remove video button", - "title": "Add a button to playlist items to remove videos from the playlist" - }, - "enableSaveToWatchLaterButton": { - "label": "Enable save to Watch Later button", - "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" - }, - "hideArtificialIntelligenceSummary": { - "label": "Hide AI summary", - "title": "Hides the artificial intelligence summary below videos" - }, - "hideEndScreenCards": { - "label": "Hide end screen cards", - "title": "Hides the cards at the end of the video" - }, - "hideEndScreenCardsButton": { - "label": "Hide end screen cards button", - "title": "Adds a button to show/hide the cards at the end of the video" - }, - "hideLiveStreamChat": { - "label": "Hide live stream chat", - "title": "Hides the live stream chat" - }, - "hideMembersOnlyVideos": { - "label": "Hide members-only videos", - "title": "Hides videos that are only visible to members" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" - }, - "hidePaidPromotionBanner": { - "label": "Hide paid promotion banner", - "title": "Hides the banner that appears when you watch a video that has a paid promotion" - }, - "hidePlayables": { - "label": "Hide playables", - "title": "Hides all playables" - }, - "hideScrollbar": { - "label": "Hide scrollbar", - "title": "Hides the pages scrollbar" - }, - "hideShorts": { - "label": "Hide shorts", - "title": "Hides all shorts" - }, - "hideSidebarRecommendedVideos": { - "label": "Hide recommended videos", - "title": "Hides the sidebar that recommends videos" - }, - "hideTranslateComment": { - "label": "Hide translate comment button", - "title": "Hides 'Translate to Language' button under comments" - }, - "loopButton": { - "label": "Loop button", - "title": "Adds a button to the feature menu to loop the video you're watching" - }, - "maximizePlayerButton": { - "label": "Maximize player button", - "title": "Adds a button to the feature menu to maximize the player" - }, - "openTranscriptButton": { - "label": "Open transcript button", - "title": "Adds a button to the feature menu to open the transcript of the video you're watching" - }, - "openYouTubeSettingsOnHover": { - "label": "Open YouTube settings on hover", - "title": "Opens the YouTube settings menu when you hover over the settings button" - }, - "pauseBackgroundPlayers": { - "label": "Pause background players", - "title": "Pauses video players in background tabs when you start a new player in foreground tab" - }, - "playlistRemover": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" - }, - "remainingTime": { - "label": "Remaining time", - "title": "Shows the remaining time of the video you're watching" - }, - "rememberLastVolume": { - "label": "Remember last volume", - "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" - }, - "removeRedirect": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" - }, - "restoreFullscreenScrolling": { - "label": "Restore fullscreen scrolling", - "title": "Restores scrolling in fullscreen mode" - }, - "shareShortener": { - "label": "Shorten YouTube video share link", - "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" - }, - "shortsAutoScroll": { - "label": "Shorts auto scroll", - "title": "Automatically scrolls to the next short" - }, - "skipContinueWatching": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" - } - }, - "title": "Miscellaneous settings" - }, - "onScreenDisplaySettings": { - "color": { - "label": "Color", - "options": { - "blue": "Blue", - "green": "Green", - "orange": "Orange", - "pink": "Pink", - "purple": "Purple", - "red": "Red", - "white": "White", - "yellow": "Yellow" - }, - "title": "Select the color for the On-Screen Display" - }, - "hide": { - "label": "Hide Delay", - "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" - }, - "opacity": { - "label": "Opacity", - "title": "Adjust the transparency of the On-Screen Display" - }, - "padding": { - "label": "Padding", - "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." - }, - "position": { - "label": "Position", - "options": { - "bottom_left": "Bottom Left", - "bottom_right": "Bottom Right", - "center": "Center", - "top_left": "Top Left", - "top_right": "Top Right" - }, - "title": "Select the position of the On-Screen Display" - }, - "title": "On-screen display settings", - "type": { - "label": "Type", - "options": { - "circle": "Circle", - "line": "Line", - "no_display": "No display", - "text": "Text" - }, - "title": "Select the type of On-Screen Display" - } - }, - "playbackSpeed": { - "enable": { - "label": "Forced playback speed", - "title": "Sets the video speed to what you choose below" - }, - "playbackSpeedButtons": { - "label": "Playback speed buttons", - "select": { - "label": "Playback buttons speed", - "title": "Amount of speed to be changed per click" - }, - "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" - }, - "select": { - "label": "Player speed", - "title": "The speed to set the video to" - }, - "title": "Playback speed settings" - }, - "playlistLength": { - "enable": { - "label": "Display playlist length information", - "title": "Shows the total length of the playlist, how much has been watched, and how much remains." - }, - "title": "Playlist length settings", - "wayToGetLength": { - "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "Method to get watched time", - "options": { - "duration": "Video Length", - "youtube": "Video Watch Time" - }, - "title": "The way to get the amount of time watched (Video Length type only used on watch page)" - } - } - }, - "playlistManagement": { - "features": { - "markAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - }, - "removeVideoButton": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - } - }, - "title": "Playlist management settings" - }, - "playlistManagementButtons": { - "failedToMarkAsUnwatched": "Failed to mark video as unwatched", - "failedToRemoveVideo": "Failed to remove video", - "markAsUnwatched": "Mark as unwatched", - "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "Remove video", - "removingVideo": "Removing video…" - }, - "saveToWatchLaterButton": { - "failedToSaveVideo": "Failed to save video to Watch Later", - "saveVideo": "Save to Watch Later", - "savingVideo": "Saving to Watch Later…" - }, - "screenshotButton": { - "enable": { - "label": "Screenshot button", - "title": "Adds a button to the player to take a screenshot of the video" - }, - "saveAs": { - "both": "Both (File and Clipboard)", - "clipboard": "Clipboard", - "file": "File" - }, - "selectFormat": { - "label": "Screenshot format", - "title": "The format to save the screenshot in" - }, - "selectSaveAs": { - "label": "Screenshot save type", - "title": "The screenshot save type" - }, - "title": "Screenshot settings" - }, - "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "Speed Change Per Scroll", - "title": "Adjust the speed change per scroll" - }, - "enable": { - "label": "Scroll wheel speed control", - "title": "Press a modifier key to enable speed adjustment with the scroll wheel." - }, - "optionLabel": "{{KEY}} key", - "select": { - "label": "Modifier key", - "title": "The modifier key to use" - }, - "title": "Scroll wheel speed control settings" - }, - "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "Volume Change Per Scroll", - "title": "Adjust the volume change per scroll" - }, - "enable": { - "label": "Scroll wheel volume control", - "title": "Lets you use the scroll wheel to control the volume of the video you're watching" - }, - "holdModifierKey": { - "enable": { - "label": "When holding modifier key", - "title": "Press a modifier key to enable volume adjustment with the scroll wheel." - }, - "optionLabel": "{{KEY}} key", - "select": { - "label": "Modifier key", - "title": "The modifier key to use" - } - }, - "holdRightClick": { - "enable": { - "label": "When holding right click", - "title": "Hold right click to enable scroll wheel volume control" - } - }, - "title": "Scroll wheel volume control settings" - }, - "settingSearch": { - "placeholder": "Search for a setting" - }, - "videoHistory": { - "enable": { - "label": "Track watched videos", - "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" - }, - "resumeType": { - "select": { - "label": "Resume type", - "options": { - "automatic": "Automatic", - "prompt": "Prompt" - }, - "title": "Select how you want to resume videos" - } - }, - "title": "Video history settings" - }, - "volumeBoost": { - "boostAmount": { - "label": "Volume boost amount (dB)", - "title": "The amount to boost the volume by" - }, - "enable": { - "label": "Volume boost", - "title": "Enable volume boost" - }, - "mode": { - "select": { - "label": "Volume boost mode", - "options": { - "global": "Global", - "perVideo": "Per video" - }, - "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." - } - }, - "title": "Volume boost settings" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "You can get one from here", - "input": { - "label": "API Key", - "title": "Enter your Youtube Data API V3 key." - }, - "title": "YouTube API V3 key" - }, - "youtubeDeepDark": { - "author": "Author", - "co-authors": "Co-authors", - "colors": { - "colorShadow": { - "label": "Shadow color", - "title": "Color for shadows" - }, - "dimmerText": { - "label": "Secondary text color", - "title": "Color for secondary text" - }, - "hoverBackground": { - "label": "Hover background color", - "title": "Color for hover background" - }, - "mainBackground": { - "label": "Main background color", - "title": "Color for main background" - }, - "mainColor": { - "label": "Accent color", - "title": "Color for accent" - }, - "mainText": { - "label": "Main text color", - "title": "Color for main text" - }, - "secondBackground": { - "label": "Secondary background color", - "title": "Color for secondary background" - } - }, - "enable": { - "label": "Deep Dark Theme", - "title": "Activate the selected theme for the page" - }, - "select": { - "label": "Select theme", - "title": "Select a theme to be applied to the page" - }, - "title": "YouTube deep dark settings" - } - } - } + "langCode": "fa-IR", + "langName": "فارسی", + "messages": { + "resumingVideo": "Resuming video at {{VIDEO_TIME}}", + "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "Copied!", + "label": "Copy video URL with timestamp" + } + }, + "featureMenu": { + "button": { + "label": "Feature menu" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Fast forward by {{TIME}}" + }, + "rewindButton": { + "label": "Rewind by {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Hide end screen cards", + "toggle": { + "off": "Show end screen cards", + "on": "Hide end screen cards" + } + } + }, + "loopButton": { + "button": { + "label": "Loop", + "toggle": { + "off": "Loop off", + "on": "Loop on" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "Maximize", + "toggle": { + "off": "Maximize off", + "on": "Maximize on" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Open transcript" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Decrease Speed to {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Increase Speed to {{SPEED}}" + } + }, + "decreaseLimit": "Can't decrease further ({{SPEED}})", + "increaseLimit": "Can't increase further ({{SPEED}})" + }, + "playlistLength": { + "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + }, + "screenshotButton": { + "button": { + "label": "Screenshot" + }, + "copiedToClipboard": "Screenshot copied to clipboard" + }, + "videoHistory": { + "resumeButton": "Resume", + "resumePrompt": { + "close": "Close" + } + }, + "volumeBoostButton": { + "button": { + "label": "Volume Boost", + "toggle": { + "off": "Volume boost off", + "on": "Volume boost on" + } + } + } + } + }, + "options": { + "notifications": { + "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", + "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." + } + } + }, + "info": { + "reset": "All options have been reset to their default values.\nYou can now save the changes by clicking the \"Confirm\" button or discard them by closing this page or ignore this notification." + }, + "success": { + "saved": "Options saved." + } + } + } + }, + "settings": { + "clearData": { + "allDataDeleted": "All data has been deleted.", + "confirmAlert": "This will delete all extension data related to options. Continue?" + }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "scrollForMoreSettings": "Scroll for more settings", + "sections": { + "automaticQuality": { + "enable": { + "label": "Automatic quality adjustment", + "title": "Automatically adjusts the video quality to the selected level." + }, + "fallbackQualityStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + }, + "select": { + "label": "Player quality", + "title": "The quality to set the video to" + }, + "title": "Automatic quality settings" + }, + "bottomButtons": { + "clear": { + "title": "Clears all data this extension has stored on your machine", + "value": "Clear Data" + }, + "confirm": { + "title": "Confirm setting reset", + "value": "Confirm" + }, + "openTab": { + "title": "Open extension settings in a new tab" + }, + "reset": { + "title": "Resets all settings to their defaults, Click the confirm button to save the changes", + "value": "Reset" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Copy video URL with timestamp button", + "decreasePlaybackSpeedButton": "Decrease Speed button", + "forwardButton": "Fast Forward button", + "hideEndScreenCardsButton": "Hide end screen cards button", + "increasePlaybackSpeedButton": "Increase Speed button", + "loopButton": "Loop button", + "maximizePlayerButton": "Maximize button", + "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind button", + "screenshotButton": "Screenshot button", + "volumeBoostButton": "Volume Boost button" + }, + "options": { + "below_player": { + "placement": "below the player controls", + "value": "Below Player" + }, + "feature_menu": { + "placement": "in the feature menu", + "value": "Feature Menu" + }, + "player_controls_left": { + "placement": "on the left side of player controls", + "value": "Left Controls" + }, + "player_controls_right": { + "placement": "on the right side of player controls", + "value": "Right Controls" + } + }, + "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Button placement settings" + }, + "customCSS": { + "editor": { + "collapse": "Collapse Editor", + "expand": "Expand Editor", + "noProblems": "No problems found." + }, + "enable": { + "label": "Custom CSS", + "title": "Enables custom CSS to be applied to the page" + }, + "title": "Custom CSS settings" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Menu Activation Type", + "options": { + "click": "Click", + "hover": "Hover" + }, + "title": "Select the method to activate the feature menu" + }, + "title": "Feature menu settings" + } + }, + "forwardRewindButtons": { + "enable": { + "label": "Forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + }, + "title": "Forward/rewind button settings" + }, + "importExportSettings": { + "exportButton": { + "success": "Settings successfully exported", + "title": "Export settings to a JSON file", + "value": "Export Settings" + }, + "importButton": { + "error": { + "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", + "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" + }, + "success": "Settings imported successfully", + "title": "Import settings from a JSON file", + "value": "Import Settings" + } + }, + "language": { + "select": { + "label": "Language", + "title": "The language to use for the extension" + }, + "title": "Language" + }, + "miscellaneous": { + "features": { + "automaticTheaterMode": { + "label": "Automatic theater mode", + "title": "Automatically enables theater mode when you load a video" + }, + "automaticallyDisableAmbientMode": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + }, + "automaticallyDisableAutoPlay": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + }, + "automaticallyDisableClosedCaptions": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + }, + "automaticallyEnableClosedCaptions": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + }, + "automaticallyMaximizePlayer": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + }, + "automaticallyShowMoreVideosOnEndScreen": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + }, + "copyTimestampUrlButton": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + }, + "defaultToOriginalAudioTrack": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + }, + "enableMarkAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Add a button to playlist items to mark videos as unwatched" + }, + "enableRemoveVideoButton": { + "label": "Remove video button", + "title": "Add a button to playlist items to remove videos from the playlist" + }, + "enableSaveToWatchLaterButton": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + }, + "hideArtificialIntelligenceSummary": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + }, + "hideEndScreenCards": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + }, + "hideEndScreenCardsButton": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + }, + "hideLiveStreamChat": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + }, + "hideMembersOnlyVideos": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + }, + "hideOfficialArtistVideosFromHomePage": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + }, + "hidePaidPromotionBanner": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + }, + "hidePlayables": { + "label": "Hide playables", + "title": "Hides all playables" + }, + "hideScrollbar": { + "label": "Hide scrollbar", + "title": "Hides the pages scrollbar" + }, + "hideShorts": { + "label": "Hide shorts", + "title": "Hides all shorts" + }, + "hideSidebarRecommendedVideos": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + }, + "hideTranslateComment": { + "label": "Hide translate comment button", + "title": "Hides 'Translate to Language' button under comments" + }, + "loopButton": { + "label": "Loop button", + "title": "Adds a button to the feature menu to loop the video you're watching" + }, + "maximizePlayerButton": { + "label": "Maximize player button", + "title": "Adds a button to the feature menu to maximize the player" + }, + "openTranscriptButton": { + "label": "Open transcript button", + "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + }, + "openYouTubeSettingsOnHover": { + "label": "Open YouTube settings on hover", + "title": "Opens the YouTube settings menu when you hover over the settings button" + }, + "pauseBackgroundPlayers": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + }, + "playlistRemover": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + }, + "remainingTime": { + "label": "Remaining time", + "title": "Shows the remaining time of the video you're watching" + }, + "rememberLastVolume": { + "label": "Remember last volume", + "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + }, + "removeRedirect": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + }, + "restoreFullscreenScrolling": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + }, + "shareShortener": { + "label": "Shorten YouTube video share link", + "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + }, + "shortsAutoScroll": { + "label": "Shorts auto scroll", + "title": "Automatically scrolls to the next short" + }, + "skipContinueWatching": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + }, + "timestampPeek": { + "label": "Timestamp Peek", + "title": "Shows a preview of the video when you hover over a timestamp" + } + }, + "title": "Miscellaneous settings" + }, + "onScreenDisplaySettings": { + "color": { + "label": "Color", + "options": { + "blue": "Blue", + "green": "Green", + "orange": "Orange", + "pink": "Pink", + "purple": "Purple", + "red": "Red", + "white": "White", + "yellow": "Yellow" + }, + "title": "Select the color for the On-Screen Display" + }, + "hide": { + "label": "Hide Delay", + "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" + }, + "opacity": { + "label": "Opacity", + "title": "Adjust the transparency of the On-Screen Display" + }, + "padding": { + "label": "Padding", + "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." + }, + "position": { + "label": "Position", + "options": { + "bottom_left": "Bottom Left", + "bottom_right": "Bottom Right", + "center": "Center", + "top_left": "Top Left", + "top_right": "Top Right" + }, + "title": "Select the position of the On-Screen Display" + }, + "title": "On-screen display settings", + "type": { + "label": "Type", + "options": { + "circle": "Circle", + "line": "Line", + "no_display": "No display", + "text": "Text" + }, + "title": "Select the type of On-Screen Display" + } + }, + "playbackSpeed": { + "enable": { + "label": "Forced playback speed", + "title": "Sets the video speed to what you choose below" + }, + "playbackSpeedButtons": { + "label": "Playback speed buttons", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + }, + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + }, + "select": { + "label": "Player speed", + "title": "The speed to set the video to" + }, + "title": "Playback speed settings" + }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + }, + "title": "Playlist length settings", + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } + } + }, + "playlistManagement": { + "features": { + "markAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + }, + "removeVideoButton": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + }, + "title": "Playlist management settings" + }, + "playlistManagementButtons": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + }, + "saveToWatchLaterButton": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + }, + "screenshotButton": { + "enable": { + "label": "Screenshot button", + "title": "Adds a button to the player to take a screenshot of the video" + }, + "saveAs": { + "both": "Both (File and Clipboard)", + "clipboard": "Clipboard", + "file": "File" + }, + "selectFormat": { + "label": "Screenshot format", + "title": "The format to save the screenshot in" + }, + "selectSaveAs": { + "label": "Screenshot save type", + "title": "The screenshot save type" + }, + "title": "Screenshot settings" + }, + "scrollWheelSpeedControl": { + "adjustmentSteps": { + "label": "Speed Change Per Scroll", + "title": "Adjust the speed change per scroll" + }, + "enable": { + "label": "Scroll wheel speed control", + "title": "Press a modifier key to enable speed adjustment with the scroll wheel." + }, + "optionLabel": "{{KEY}} key", + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + }, + "title": "Scroll wheel speed control settings" + }, + "scrollWheelVolumeControl": { + "adjustmentSteps": { + "label": "Volume Change Per Scroll", + "title": "Adjust the volume change per scroll" + }, + "enable": { + "label": "Scroll wheel volume control", + "title": "Lets you use the scroll wheel to control the volume of the video you're watching" + }, + "holdModifierKey": { + "enable": { + "label": "When holding modifier key", + "title": "Press a modifier key to enable volume adjustment with the scroll wheel." + }, + "optionLabel": "{{KEY}} key", + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + } + }, + "holdRightClick": { + "enable": { + "label": "When holding right click", + "title": "Hold right click to enable scroll wheel volume control" + } + }, + "title": "Scroll wheel volume control settings" + }, + "settingSearch": { + "placeholder": "Search for a setting" + }, + "videoHistory": { + "enable": { + "label": "Track watched videos", + "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" + }, + "resumeType": { + "select": { + "label": "Resume type", + "options": { + "automatic": "Automatic", + "prompt": "Prompt" + }, + "title": "Select how you want to resume videos" + } + }, + "title": "Video history settings" + }, + "volumeBoost": { + "boostAmount": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by" + }, + "enable": { + "label": "Volume boost", + "title": "Enable volume boost" + }, + "mode": { + "select": { + "label": "Volume boost mode", + "options": { + "global": "Global", + "perVideo": "Per video" + }, + "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + } + }, + "title": "Volume boost settings" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Key", + "title": "Enter your Youtube Data API V3 key." + }, + "title": "YouTube API V3 key" + }, + "youtubeDeepDark": { + "author": "Author", + "co-authors": "Co-authors", + "colors": { + "colorShadow": { + "label": "Shadow color", + "title": "Color for shadows" + }, + "dimmerText": { + "label": "Secondary text color", + "title": "Color for secondary text" + }, + "hoverBackground": { + "label": "Hover background color", + "title": "Color for hover background" + }, + "mainBackground": { + "label": "Main background color", + "title": "Color for main background" + }, + "mainColor": { + "label": "Accent color", + "title": "Color for accent" + }, + "mainText": { + "label": "Main text color", + "title": "Color for main text" + }, + "secondBackground": { + "label": "Secondary background color", + "title": "Color for secondary background" + } + }, + "enable": { + "label": "Deep Dark Theme", + "title": "Activate the selected theme for the page" + }, + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + }, + "title": "YouTube deep dark settings" + } + } + } } From f900ba3a9831918edea486f31b22ea43d310ec26 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 13 Jan 2026 18:12:11 -0500 Subject: [PATCH 1422/1783] New translations en-us.json (Hindi) --- public/locales/hi-IN.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/hi-IN.json b/public/locales/hi-IN.json index 24accc35f..bb983d643 100644 --- a/public/locales/hi-IN.json +++ b/public/locales/hi-IN.json @@ -424,6 +424,10 @@ "skipContinueWatching": { "label": "Skip \"Video is paused. Continue watching?\"", "title": "Skips the idle dialog that pauses video playback" + }, + "timestampPeek": { + "label": "Timestamp Peek", + "title": "Shows a preview of the video when you hover over a timestamp" } }, "title": "Miscellaneous settings" From 158d4d02d63531efc0e0514184129e18782efb95 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 13 Jan 2026 18:12:11 -0500 Subject: [PATCH 1423/1783] New translations en-us.json (English, United Kingdom) --- public/locales/en-GB.json | 1414 +++++++++++++++++++------------------ 1 file changed, 709 insertions(+), 705 deletions(-) diff --git a/public/locales/en-GB.json b/public/locales/en-GB.json index 2ec74f19b..64bc8fc5f 100644 --- a/public/locales/en-GB.json +++ b/public/locales/en-GB.json @@ -1,707 +1,711 @@ { - "langCode": "en-UK", - "langName": "English (UK)", - "messages": { - "resumingVideo": "Resuming video at {{VIDEO_TIME}}", - "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "Copied!", - "label": "Copy video URL with timestamp" - } - }, - "featureMenu": { - "button": { - "label": "Feature menu" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "Fast forward by {{TIME}}" - }, - "rewindButton": { - "label": "Rewind by {{TIME}}" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "Hide end screen cards", - "toggle": { - "off": "Show end screen cards", - "on": "Hide end screen cards" - } - } - }, - "loopButton": { - "button": { - "label": "Loop", - "toggle": { - "off": "Loop off", - "on": "Loop on" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "Maximize", - "toggle": { - "off": "Maximize off", - "on": "Maximize on" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Open transcript" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Decrease Speed to {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Increase Speed to {{SPEED}}" - } - }, - "decreaseLimit": "Can't decrease further ({{SPEED}})", - "increaseLimit": "Can't increase further ({{SPEED}})" - }, - "playlistLength": { - "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." - }, - "screenshotButton": { - "button": { - "label": "Screenshot" - }, - "copiedToClipboard": "Screenshot copied to clipboard" - }, - "videoHistory": { - "resumeButton": "Resume", - "resumePrompt": { - "close": "Close" - } - }, - "volumeBoostButton": { - "button": { - "label": "Volume Boost", - "toggle": { - "off": "Volume boost off", - "on": "Volume boost on" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", - "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." - } - } - }, - "info": { - "reset": "All options have been reset to their default values.\nYou can now save the changes by clicking the \"Confirm\" button or discard them by closing this page or ignore this notification." - }, - "success": { - "saved": "Options saved." - } - } - } - }, - "settings": { - "clearData": { - "allDataDeleted": "All data has been deleted.", - "confirmAlert": "This will delete all extension data related to options. Continue?" - }, - "optionDisabled": { - "either": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " or " - }, - "plural": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " and " - }, - "singular": "Enable '{{OPTION}}' to configure this option", - "specificOption": { - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" - } - }, - "scrollForMoreSettings": "Scroll for more settings", - "sections": { - "automaticQuality": { - "enable": { - "label": "Automatic quality adjustment", - "title": "Automatically adjusts the video quality to the selected level." - }, - "fallbackQualityStrategy": { - "select": { - "label": "Quality fallback strategy", - "options": { - "higher": "Higher", - "lower": "Lower" - }, - "title": "The strategy to use when the selected quality is not available" - } - }, - "select": { - "label": "Player quality", - "title": "The quality to set the video to" - }, - "title": "Automatic quality settings" - }, - "bottomButtons": { - "clear": { - "title": "Clears all data this extension has stored on your machine", - "value": "Clear Data" - }, - "confirm": { - "title": "Confirm setting reset", - "value": "Confirm" - }, - "openTab": { - "title": "Open extension settings in a new tab" - }, - "reset": { - "title": "Resets all settings to their defaults, Click the confirm button to save the changes", - "value": "Reset" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "Copy video URL with timestamp button", - "decreasePlaybackSpeedButton": "Decrease Speed button", - "forwardButton": "Fast Forward button", - "hideEndScreenCardsButton": "Hide end screen cards button", - "increasePlaybackSpeedButton": "Increase Speed button", - "loopButton": "Loop button", - "maximizePlayerButton": "Maximize button", - "openTranscriptButton": "Open Transcript button", - "rewindButton": "Rewind button", - "screenshotButton": "Screenshot button", - "volumeBoostButton": "Volume Boost button" - }, - "options": { - "below_player": { - "placement": "below the player controls", - "value": "Below Player" - }, - "feature_menu": { - "placement": "in the feature menu", - "value": "Feature Menu" - }, - "player_controls_left": { - "placement": "on the left side of player controls", - "value": "Left Controls" - }, - "player_controls_right": { - "placement": "on the right side of player controls", - "value": "Right Controls" - } - }, - "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" - }, - "title": "Button placement settings" - }, - "customCSS": { - "editor": { - "collapse": "Collapse Editor", - "expand": "Expand Editor", - "noProblems": "No problems found." - }, - "enable": { - "label": "Custom CSS", - "title": "Enables custom CSS to be applied to the page" - }, - "title": "Custom CSS settings" - }, - "featureMenu": { - "openType": { - "select": { - "label": "Menu Activation Type", - "options": { - "click": "Click", - "hover": "Hover" - }, - "title": "Select the method to activate the feature menu" - }, - "title": "Feature menu settings" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "Forward/rewind buttons", - "title": "Adds forward and rewind buttons to the video player" - }, - "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" - }, - "title": "Forward/rewind button settings" - }, - "importExportSettings": { - "exportButton": { - "success": "Settings successfully exported", - "title": "Export settings to a JSON file", - "value": "Export Settings" - }, - "importButton": { - "error": { - "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", - "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" - }, - "success": "Settings imported successfully", - "title": "Import settings from a JSON file", - "value": "Import Settings" - } - }, - "language": { - "select": { - "label": "Language", - "title": "The language to use for the extension" - }, - "title": "Language" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "Automatic theatre mode", - "title": "Automatically enables theatre mode when you load a video" - }, - "automaticallyDisableAmbientMode": { - "label": "Automatically disable ambient mode", - "title": "Automatically disables ambient mode when you load a video" - }, - "automaticallyDisableAutoPlay": { - "label": "Automatically disable autoplay", - "title": "Automatically disables autoplay when you load a video" - }, - "automaticallyDisableClosedCaptions": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" - }, - "automaticallyEnableClosedCaptions": { - "label": "Automatically enable closed captions", - "title": "Automatically enables closed captions when you load a video" - }, - "automaticallyMaximizePlayer": { - "label": "Automatically maximize player", - "title": "Automatically maximizes the player when you load a video" - }, - "automaticallyShowMoreVideosOnEndScreen": { - "label": "Automatically show more videos on end screen", - "title": "Automatically shows more videos on end screen when you load a video" - }, - "copyTimestampUrlButton": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" - }, - "defaultToOriginalAudioTrack": { - "label": "Default to original audio track", - "title": "Always default to the original audio track" - }, - "enableMarkAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Add a button to playlist items to mark videos as unwatched" - }, - "enableRemoveVideoButton": { - "label": "Remove video button", - "title": "Add a button to playlist items to remove videos from the playlist" - }, - "enableSaveToWatchLaterButton": { - "label": "Enable save to Watch Later button", - "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" - }, - "hideArtificialIntelligenceSummary": { - "label": "Hide AI summary", - "title": "Hides the artificial intelligence summary below videos" - }, - "hideEndScreenCards": { - "label": "Hide end screen cards", - "title": "Hides the cards at the end of the video" - }, - "hideEndScreenCardsButton": { - "label": "Hide end screen cards button", - "title": "Adds a button to show/hide the cards at the end of the video" - }, - "hideLiveStreamChat": { - "label": "Hide live stream chat", - "title": "Hides the live stream chat" - }, - "hideMembersOnlyVideos": { - "label": "Hide members-only videos", - "title": "Hides videos that are only visible to members" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" - }, - "hidePaidPromotionBanner": { - "label": "Hide paid promotion banner", - "title": "Hides the banner that appears when you watch a video that has a paid promotion" - }, - "hidePlayables": { - "label": "Hide playables", - "title": "Hides all playables" - }, - "hideScrollbar": { - "label": "Hide scrollbar", - "title": "Hides the pages scrollbar" - }, - "hideShorts": { - "label": "Hide shorts", - "title": "Hides all shorts" - }, - "hideSidebarRecommendedVideos": { - "label": "Hide recommended videos", - "title": "Hides the sidebar that recommends videos" - }, - "hideTranslateComment": { - "label": "Hide translate comment button", - "title": "Hides 'Translate to Language' button under comments" - }, - "loopButton": { - "label": "Loop button", - "title": "Adds a button to the feature menu to loop the video you're watching" - }, - "maximizePlayerButton": { - "label": "Maximize player button", - "title": "Adds a button to the feature menu to maximize the player" - }, - "openTranscriptButton": { - "label": "Open transcript button", - "title": "Adds a button to the feature menu to open the transcript of the video you're watching" - }, - "openYouTubeSettingsOnHover": { - "label": "Open YouTube settings on hover", - "title": "Opens the YouTube settings menu when you hover over the settings button" - }, - "pauseBackgroundPlayers": { - "label": "Pause background players", - "title": "Pauses video players in background tabs when you start a new player in foreground tab" - }, - "playlistRemover": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" - }, - "remainingTime": { - "label": "Remaining time", - "title": "Shows the remaining time of the video you're watching" - }, - "rememberLastVolume": { - "label": "Remember last volume", - "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" - }, - "removeRedirect": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" - }, - "restoreFullscreenScrolling": { - "label": "Restore fullscreen scrolling", - "title": "Restores scrolling in fullscreen mode" - }, - "shareShortener": { - "label": "Shorten YouTube video share link", - "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" - }, - "shortsAutoScroll": { - "label": "Shorts auto scroll", - "title": "Automatically scrolls to the next short" - }, - "skipContinueWatching": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" - } - }, - "title": "Miscellaneous settings" - }, - "onScreenDisplaySettings": { - "color": { - "label": "Colour", - "options": { - "blue": "Blue", - "green": "Green", - "orange": "Orange", - "pink": "Pink", - "purple": "Purple", - "red": "Red", - "white": "White", - "yellow": "Yellow" - }, - "title": "Select the colour for the On-Screen Display" - }, - "hide": { - "label": "Hide Delay", - "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" - }, - "opacity": { - "label": "Opacity", - "title": "Adjust the transparency of the On-Screen Display" - }, - "padding": { - "label": "Padding", - "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." - }, - "position": { - "label": "Position", - "options": { - "bottom_left": "Bottom Left", - "bottom_right": "Bottom Right", - "center": "Centre", - "top_left": "Top Left", - "top_right": "Top Right" - }, - "title": "Select the position of the On-Screen Display" - }, - "title": "On-screen display settings", - "type": { - "label": "Type", - "options": { - "circle": "Circle", - "line": "Line", - "no_display": "No display", - "text": "Text" - }, - "title": "Select the type of On-Screen Display" - } - }, - "playbackSpeed": { - "enable": { - "label": "Forced playback speed", - "title": "Sets the video speed to what you choose below" - }, - "playbackSpeedButtons": { - "label": "Playback speed buttons", - "select": { - "label": "Playback buttons speed", - "title": "Amount of speed to be changed per click" - }, - "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" - }, - "select": { - "label": "Player speed", - "title": "The speed to set the video to" - }, - "title": "Playback speed settings" - }, - "playlistLength": { - "enable": { - "label": "Display playlist length information", - "title": "Shows the total length of the playlist, how much has been watched, and how much remains." - }, - "title": "Playlist length settings", - "wayToGetLength": { - "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "Method to get watched time", - "options": { - "duration": "Video Length", - "youtube": "Video Watch Time" - }, - "title": "The way to get the amount of time watched (Video Length type only used on watch page)" - } - } - }, - "playlistManagement": { - "features": { - "markAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - }, - "removeVideoButton": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - } - }, - "title": "Playlist management settings" - }, - "playlistManagementButtons": { - "failedToMarkAsUnwatched": "Failed to mark video as unwatched", - "failedToRemoveVideo": "Failed to remove video", - "markAsUnwatched": "Mark as unwatched", - "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "Remove video", - "removingVideo": "Removing video…" - }, - "saveToWatchLaterButton": { - "failedToSaveVideo": "Failed to save video to Watch Later", - "saveVideo": "Save to Watch Later", - "savingVideo": "Saving to Watch Later…" - }, - "screenshotButton": { - "enable": { - "label": "Screenshot button", - "title": "Adds a button to the player to take a screenshot of the video" - }, - "saveAs": { - "both": "Both (File and Clipboard)", - "clipboard": "Clipboard", - "file": "File" - }, - "selectFormat": { - "label": "Screenshot format", - "title": "The format to save the screenshot in" - }, - "selectSaveAs": { - "label": "Screenshot save type", - "title": "The screenshot save type" - }, - "title": "Screenshot settings" - }, - "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "Speed Change Per Scroll", - "title": "Adjust the speed change per scroll" - }, - "enable": { - "label": "Scroll wheel speed control", - "title": "Press a modifier key to enable speed adjustment with the scroll wheel." - }, - "optionLabel": "{{KEY}} key", - "select": { - "label": "Modifier key", - "title": "The modifier key to use" - }, - "title": "Scroll wheel speed control settings" - }, - "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "Volume Change Per Scroll", - "title": "Adjust the volume change per scroll" - }, - "enable": { - "label": "Scroll wheel volume control", - "title": "Lets you use the scroll wheel to control the volume of the video you're watching" - }, - "holdModifierKey": { - "enable": { - "label": "When holding modifier key", - "title": "Press a modifier key to enable volume adjustment with the scroll wheel." - }, - "optionLabel": "{{KEY}} key", - "select": { - "label": "Modifier key", - "title": "The modifier key to use" - } - }, - "holdRightClick": { - "enable": { - "label": "When holding right click", - "title": "Hold right click to enable scroll wheel volume control" - } - }, - "title": "Scroll wheel volume control settings" - }, - "settingSearch": { - "placeholder": "Search for a setting" - }, - "videoHistory": { - "enable": { - "label": "Track watched videos", - "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" - }, - "resumeType": { - "select": { - "label": "Resume type", - "options": { - "automatic": "Automatic", - "prompt": "Prompt" - }, - "title": "Select how you want to resume videos" - } - }, - "title": "Video history settings" - }, - "volumeBoost": { - "boostAmount": { - "label": "Volume boost amount (dB)", - "title": "The amount to boost the volume by" - }, - "enable": { - "label": "Volume boost", - "title": "Enable volume boost" - }, - "mode": { - "select": { - "label": "Volume boost mode", - "options": { - "global": "Global", - "perVideo": "Per video" - }, - "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." - } - }, - "title": "Volume boost settings" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "You can get one from here", - "input": { - "label": "API Key", - "title": "Enter your Youtube Data API V3 key." - }, - "title": "YouTube API V3 key" - }, - "youtubeDeepDark": { - "author": "Author", - "co-authors": "Co-authors", - "colors": { - "colorShadow": { - "label": "Shadow color", - "title": "Color for shadows" - }, - "dimmerText": { - "label": "Secondary text color", - "title": "Color for secondary text" - }, - "hoverBackground": { - "label": "Hover background color", - "title": "Color for hover background" - }, - "mainBackground": { - "label": "Main background color", - "title": "Color for main background" - }, - "mainColor": { - "label": "Accent color", - "title": "Color for accent" - }, - "mainText": { - "label": "Main text color", - "title": "Color for main text" - }, - "secondBackground": { - "label": "Secondary background color", - "title": "Color for secondary background" - } - }, - "enable": { - "label": "Deep Dark Theme", - "title": "Activate the selected theme for the page" - }, - "select": { - "label": "Select theme", - "title": "Select a theme to be applied to the page" - }, - "title": "YouTube deep dark settings" - } - } - } + "langCode": "en-UK", + "langName": "English (UK)", + "messages": { + "resumingVideo": "Resuming video at {{VIDEO_TIME}}", + "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "Copied!", + "label": "Copy video URL with timestamp" + } + }, + "featureMenu": { + "button": { + "label": "Feature menu" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Fast forward by {{TIME}}" + }, + "rewindButton": { + "label": "Rewind by {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Hide end screen cards", + "toggle": { + "off": "Show end screen cards", + "on": "Hide end screen cards" + } + } + }, + "loopButton": { + "button": { + "label": "Loop", + "toggle": { + "off": "Loop off", + "on": "Loop on" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "Maximize", + "toggle": { + "off": "Maximize off", + "on": "Maximize on" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Open transcript" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Decrease Speed to {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Increase Speed to {{SPEED}}" + } + }, + "decreaseLimit": "Can't decrease further ({{SPEED}})", + "increaseLimit": "Can't increase further ({{SPEED}})" + }, + "playlistLength": { + "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + }, + "screenshotButton": { + "button": { + "label": "Screenshot" + }, + "copiedToClipboard": "Screenshot copied to clipboard" + }, + "videoHistory": { + "resumeButton": "Resume", + "resumePrompt": { + "close": "Close" + } + }, + "volumeBoostButton": { + "button": { + "label": "Volume Boost", + "toggle": { + "off": "Volume boost off", + "on": "Volume boost on" + } + } + } + } + }, + "options": { + "notifications": { + "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", + "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." + } + } + }, + "info": { + "reset": "All options have been reset to their default values.\nYou can now save the changes by clicking the \"Confirm\" button or discard them by closing this page or ignore this notification." + }, + "success": { + "saved": "Options saved." + } + } + } + }, + "settings": { + "clearData": { + "allDataDeleted": "All data has been deleted.", + "confirmAlert": "This will delete all extension data related to options. Continue?" + }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "scrollForMoreSettings": "Scroll for more settings", + "sections": { + "automaticQuality": { + "enable": { + "label": "Automatic quality adjustment", + "title": "Automatically adjusts the video quality to the selected level." + }, + "fallbackQualityStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + }, + "select": { + "label": "Player quality", + "title": "The quality to set the video to" + }, + "title": "Automatic quality settings" + }, + "bottomButtons": { + "clear": { + "title": "Clears all data this extension has stored on your machine", + "value": "Clear Data" + }, + "confirm": { + "title": "Confirm setting reset", + "value": "Confirm" + }, + "openTab": { + "title": "Open extension settings in a new tab" + }, + "reset": { + "title": "Resets all settings to their defaults, Click the confirm button to save the changes", + "value": "Reset" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Copy video URL with timestamp button", + "decreasePlaybackSpeedButton": "Decrease Speed button", + "forwardButton": "Fast Forward button", + "hideEndScreenCardsButton": "Hide end screen cards button", + "increasePlaybackSpeedButton": "Increase Speed button", + "loopButton": "Loop button", + "maximizePlayerButton": "Maximize button", + "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind button", + "screenshotButton": "Screenshot button", + "volumeBoostButton": "Volume Boost button" + }, + "options": { + "below_player": { + "placement": "below the player controls", + "value": "Below Player" + }, + "feature_menu": { + "placement": "in the feature menu", + "value": "Feature Menu" + }, + "player_controls_left": { + "placement": "on the left side of player controls", + "value": "Left Controls" + }, + "player_controls_right": { + "placement": "on the right side of player controls", + "value": "Right Controls" + } + }, + "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Button placement settings" + }, + "customCSS": { + "editor": { + "collapse": "Collapse Editor", + "expand": "Expand Editor", + "noProblems": "No problems found." + }, + "enable": { + "label": "Custom CSS", + "title": "Enables custom CSS to be applied to the page" + }, + "title": "Custom CSS settings" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Menu Activation Type", + "options": { + "click": "Click", + "hover": "Hover" + }, + "title": "Select the method to activate the feature menu" + }, + "title": "Feature menu settings" + } + }, + "forwardRewindButtons": { + "enable": { + "label": "Forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + }, + "title": "Forward/rewind button settings" + }, + "importExportSettings": { + "exportButton": { + "success": "Settings successfully exported", + "title": "Export settings to a JSON file", + "value": "Export Settings" + }, + "importButton": { + "error": { + "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", + "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" + }, + "success": "Settings imported successfully", + "title": "Import settings from a JSON file", + "value": "Import Settings" + } + }, + "language": { + "select": { + "label": "Language", + "title": "The language to use for the extension" + }, + "title": "Language" + }, + "miscellaneous": { + "features": { + "automaticTheaterMode": { + "label": "Automatic theatre mode", + "title": "Automatically enables theatre mode when you load a video" + }, + "automaticallyDisableAmbientMode": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + }, + "automaticallyDisableAutoPlay": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + }, + "automaticallyDisableClosedCaptions": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + }, + "automaticallyEnableClosedCaptions": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + }, + "automaticallyMaximizePlayer": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + }, + "automaticallyShowMoreVideosOnEndScreen": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + }, + "copyTimestampUrlButton": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + }, + "defaultToOriginalAudioTrack": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + }, + "enableMarkAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Add a button to playlist items to mark videos as unwatched" + }, + "enableRemoveVideoButton": { + "label": "Remove video button", + "title": "Add a button to playlist items to remove videos from the playlist" + }, + "enableSaveToWatchLaterButton": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + }, + "hideArtificialIntelligenceSummary": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + }, + "hideEndScreenCards": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + }, + "hideEndScreenCardsButton": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + }, + "hideLiveStreamChat": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + }, + "hideMembersOnlyVideos": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + }, + "hideOfficialArtistVideosFromHomePage": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + }, + "hidePaidPromotionBanner": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + }, + "hidePlayables": { + "label": "Hide playables", + "title": "Hides all playables" + }, + "hideScrollbar": { + "label": "Hide scrollbar", + "title": "Hides the pages scrollbar" + }, + "hideShorts": { + "label": "Hide shorts", + "title": "Hides all shorts" + }, + "hideSidebarRecommendedVideos": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + }, + "hideTranslateComment": { + "label": "Hide translate comment button", + "title": "Hides 'Translate to Language' button under comments" + }, + "loopButton": { + "label": "Loop button", + "title": "Adds a button to the feature menu to loop the video you're watching" + }, + "maximizePlayerButton": { + "label": "Maximize player button", + "title": "Adds a button to the feature menu to maximize the player" + }, + "openTranscriptButton": { + "label": "Open transcript button", + "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + }, + "openYouTubeSettingsOnHover": { + "label": "Open YouTube settings on hover", + "title": "Opens the YouTube settings menu when you hover over the settings button" + }, + "pauseBackgroundPlayers": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + }, + "playlistRemover": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + }, + "remainingTime": { + "label": "Remaining time", + "title": "Shows the remaining time of the video you're watching" + }, + "rememberLastVolume": { + "label": "Remember last volume", + "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + }, + "removeRedirect": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + }, + "restoreFullscreenScrolling": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + }, + "shareShortener": { + "label": "Shorten YouTube video share link", + "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + }, + "shortsAutoScroll": { + "label": "Shorts auto scroll", + "title": "Automatically scrolls to the next short" + }, + "skipContinueWatching": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + }, + "timestampPeek": { + "label": "Timestamp Peek", + "title": "Shows a preview of the video when you hover over a timestamp" + } + }, + "title": "Miscellaneous settings" + }, + "onScreenDisplaySettings": { + "color": { + "label": "Colour", + "options": { + "blue": "Blue", + "green": "Green", + "orange": "Orange", + "pink": "Pink", + "purple": "Purple", + "red": "Red", + "white": "White", + "yellow": "Yellow" + }, + "title": "Select the colour for the On-Screen Display" + }, + "hide": { + "label": "Hide Delay", + "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" + }, + "opacity": { + "label": "Opacity", + "title": "Adjust the transparency of the On-Screen Display" + }, + "padding": { + "label": "Padding", + "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." + }, + "position": { + "label": "Position", + "options": { + "bottom_left": "Bottom Left", + "bottom_right": "Bottom Right", + "center": "Centre", + "top_left": "Top Left", + "top_right": "Top Right" + }, + "title": "Select the position of the On-Screen Display" + }, + "title": "On-screen display settings", + "type": { + "label": "Type", + "options": { + "circle": "Circle", + "line": "Line", + "no_display": "No display", + "text": "Text" + }, + "title": "Select the type of On-Screen Display" + } + }, + "playbackSpeed": { + "enable": { + "label": "Forced playback speed", + "title": "Sets the video speed to what you choose below" + }, + "playbackSpeedButtons": { + "label": "Playback speed buttons", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + }, + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + }, + "select": { + "label": "Player speed", + "title": "The speed to set the video to" + }, + "title": "Playback speed settings" + }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + }, + "title": "Playlist length settings", + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } + } + }, + "playlistManagement": { + "features": { + "markAsUnwatchedButton": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + }, + "removeVideoButton": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + }, + "title": "Playlist management settings" + }, + "playlistManagementButtons": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + }, + "saveToWatchLaterButton": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + }, + "screenshotButton": { + "enable": { + "label": "Screenshot button", + "title": "Adds a button to the player to take a screenshot of the video" + }, + "saveAs": { + "both": "Both (File and Clipboard)", + "clipboard": "Clipboard", + "file": "File" + }, + "selectFormat": { + "label": "Screenshot format", + "title": "The format to save the screenshot in" + }, + "selectSaveAs": { + "label": "Screenshot save type", + "title": "The screenshot save type" + }, + "title": "Screenshot settings" + }, + "scrollWheelSpeedControl": { + "adjustmentSteps": { + "label": "Speed Change Per Scroll", + "title": "Adjust the speed change per scroll" + }, + "enable": { + "label": "Scroll wheel speed control", + "title": "Press a modifier key to enable speed adjustment with the scroll wheel." + }, + "optionLabel": "{{KEY}} key", + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + }, + "title": "Scroll wheel speed control settings" + }, + "scrollWheelVolumeControl": { + "adjustmentSteps": { + "label": "Volume Change Per Scroll", + "title": "Adjust the volume change per scroll" + }, + "enable": { + "label": "Scroll wheel volume control", + "title": "Lets you use the scroll wheel to control the volume of the video you're watching" + }, + "holdModifierKey": { + "enable": { + "label": "When holding modifier key", + "title": "Press a modifier key to enable volume adjustment with the scroll wheel." + }, + "optionLabel": "{{KEY}} key", + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + } + }, + "holdRightClick": { + "enable": { + "label": "When holding right click", + "title": "Hold right click to enable scroll wheel volume control" + } + }, + "title": "Scroll wheel volume control settings" + }, + "settingSearch": { + "placeholder": "Search for a setting" + }, + "videoHistory": { + "enable": { + "label": "Track watched videos", + "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" + }, + "resumeType": { + "select": { + "label": "Resume type", + "options": { + "automatic": "Automatic", + "prompt": "Prompt" + }, + "title": "Select how you want to resume videos" + } + }, + "title": "Video history settings" + }, + "volumeBoost": { + "boostAmount": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by" + }, + "enable": { + "label": "Volume boost", + "title": "Enable volume boost" + }, + "mode": { + "select": { + "label": "Volume boost mode", + "options": { + "global": "Global", + "perVideo": "Per video" + }, + "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + } + }, + "title": "Volume boost settings" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Key", + "title": "Enter your Youtube Data API V3 key." + }, + "title": "YouTube API V3 key" + }, + "youtubeDeepDark": { + "author": "Author", + "co-authors": "Co-authors", + "colors": { + "colorShadow": { + "label": "Shadow color", + "title": "Color for shadows" + }, + "dimmerText": { + "label": "Secondary text color", + "title": "Color for secondary text" + }, + "hoverBackground": { + "label": "Hover background color", + "title": "Color for hover background" + }, + "mainBackground": { + "label": "Main background color", + "title": "Color for main background" + }, + "mainColor": { + "label": "Accent color", + "title": "Color for accent" + }, + "mainText": { + "label": "Main text color", + "title": "Color for main text" + }, + "secondBackground": { + "label": "Secondary background color", + "title": "Color for secondary background" + } + }, + "enable": { + "label": "Deep Dark Theme", + "title": "Activate the selected theme for the page" + }, + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + }, + "title": "YouTube deep dark settings" + } + } + } } From b7cc349fc1ac447a70abcc48813a7c928bf98360 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 14 Jan 2026 05:43:25 -0500 Subject: [PATCH 1424/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index ba9912edc..6b4730d57 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -426,8 +426,8 @@ "title": "Salta la finestra che mette in pausa la riproduzione video" }, "timestampPeek": { - "label": "Timestamp Peek", - "title": "Shows a preview of the video when you hover over a timestamp" + "label": "Anteprima video", + "title": "Mostra un'anteprima del video quando punti un tempo di riproduzione" } }, "title": "Impostazioni varie" From c454070c47b4c0f64838b247b95eb1544c95d328 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 14 Jan 2026 17:49:27 -0500 Subject: [PATCH 1425/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index 73728501e..0378373d1 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -426,8 +426,8 @@ "title": "Remove o aviso \"O vídeo está pausado. Continuar assistindo?\"" }, "timestampPeek": { - "label": "Timestamp Peek", - "title": "Shows a preview of the video when you hover over a timestamp" + "label": "Timestamp Preview", + "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." } }, "title": "Diversos" From 7f274084109433acb867928fcdeac499af16f825 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 14 Jan 2026 17:49:27 -0500 Subject: [PATCH 1426/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index b11d0a5b7..02dd04916 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -426,8 +426,8 @@ "title": "Hoppa över dialogrutan som pausar videouppspelningen" }, "timestampPeek": { - "label": "Timestamp Peek", - "title": "Shows a preview of the video when you hover over a timestamp" + "label": "Timestamp Preview", + "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." } }, "title": "Övriga inställningar" From 031a2a44b9a1c17dce244463776d40e009201ff6 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 14 Jan 2026 17:49:28 -0500 Subject: [PATCH 1427/1783] New translations en-us.json (Catalan) --- public/locales/ca-ES.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/ca-ES.json b/public/locales/ca-ES.json index 36a3a8c3a..e786d336d 100644 --- a/public/locales/ca-ES.json +++ b/public/locales/ca-ES.json @@ -426,8 +426,8 @@ "title": "Skips the idle dialog that pauses video playback" }, "timestampPeek": { - "label": "Timestamp Peek", - "title": "Shows a preview of the video when you hover over a timestamp" + "label": "Timestamp Preview", + "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." } }, "title": "Miscellaneous settings" From c74d95080e0af22fb10c91f6cdc19d7a357e3dc4 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 14 Jan 2026 17:49:29 -0500 Subject: [PATCH 1428/1783] New translations en-us.json (French) --- public/locales/fr-FR.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/fr-FR.json b/public/locales/fr-FR.json index fc864f62c..56d714eda 100644 --- a/public/locales/fr-FR.json +++ b/public/locales/fr-FR.json @@ -426,8 +426,8 @@ "title": "Skips the idle dialog that pauses video playback" }, "timestampPeek": { - "label": "Timestamp Peek", - "title": "Shows a preview of the video when you hover over a timestamp" + "label": "Timestamp Preview", + "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." } }, "title": "Autre paramètres" From fc850d6563533e8d2b1f294313786db9103f1ea5 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 14 Jan 2026 17:49:30 -0500 Subject: [PATCH 1429/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index 73fe0c633..dbb5c6487 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -426,8 +426,8 @@ "title": "動画一時休止する休眠メッセージを抜かされます" }, "timestampPeek": { - "label": "Timestamp Peek", - "title": "Shows a preview of the video when you hover over a timestamp" + "label": "Timestamp Preview", + "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." } }, "title": "他の設定" From 1ae468872d15cda0f7658d187213cb3bc2a7c206 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 14 Jan 2026 17:49:31 -0500 Subject: [PATCH 1430/1783] New translations en-us.json (Spanish) --- public/locales/es-ES.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index ed028b1ba..d170c9fa2 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -426,8 +426,8 @@ "title": "Skips the idle dialog that pauses video playback" }, "timestampPeek": { - "label": "Timestamp Peek", - "title": "Shows a preview of the video when you hover over a timestamp" + "label": "Timestamp Preview", + "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." } }, "title": "Ajustes varios" From f4a8198dcde6968e5444ad4c16223fd66d36990a Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 14 Jan 2026 17:49:32 -0500 Subject: [PATCH 1431/1783] New translations en-us.json (Czech) --- public/locales/cs-CZ.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/cs-CZ.json b/public/locales/cs-CZ.json index 985e0da6d..ff39fe924 100644 --- a/public/locales/cs-CZ.json +++ b/public/locales/cs-CZ.json @@ -426,8 +426,8 @@ "title": "Skips the idle dialog that pauses video playback" }, "timestampPeek": { - "label": "Timestamp Peek", - "title": "Shows a preview of the video when you hover over a timestamp" + "label": "Timestamp Preview", + "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." } }, "title": "Miscellaneous settings" From db441dda641b3372e9fd650efd69aa5fcc0336be Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 14 Jan 2026 17:49:33 -0500 Subject: [PATCH 1432/1783] New translations en-us.json (German) --- public/locales/de-DE.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/de-DE.json b/public/locales/de-DE.json index faa552fb0..4c9982525 100644 --- a/public/locales/de-DE.json +++ b/public/locales/de-DE.json @@ -426,8 +426,8 @@ "title": "Überspringt den Leerlauf-Dialog, der die Videowiedergabe pausiert" }, "timestampPeek": { - "label": "Timestamp Peek", - "title": "Shows a preview of the video when you hover over a timestamp" + "label": "Timestamp Preview", + "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." } }, "title": "Weitere Einstellungen" From d7ff20dddd805fcb84cd8ff505f2eeed57657853 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 14 Jan 2026 17:49:34 -0500 Subject: [PATCH 1433/1783] New translations en-us.json (Hebrew) --- public/locales/he-IL.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/he-IL.json b/public/locales/he-IL.json index bfec2ba6c..216bcf99c 100644 --- a/public/locales/he-IL.json +++ b/public/locales/he-IL.json @@ -426,8 +426,8 @@ "title": "Skips the idle dialog that pauses video playback" }, "timestampPeek": { - "label": "Timestamp Peek", - "title": "Shows a preview of the video when you hover over a timestamp" + "label": "Timestamp Preview", + "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." } }, "title": "Miscellaneous settings" From a4d07a2e65229ef8c0040f207ff027705e387f5d Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 14 Jan 2026 17:49:35 -0500 Subject: [PATCH 1434/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index 6b4730d57..9516ccefb 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -426,8 +426,8 @@ "title": "Salta la finestra che mette in pausa la riproduzione video" }, "timestampPeek": { - "label": "Anteprima video", - "title": "Mostra un'anteprima del video quando punti un tempo di riproduzione" + "label": "Timestamp Preview", + "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." } }, "title": "Impostazioni varie" From 82f7437bbd61cfb2dc33c1988434af9273b8ae5a Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 14 Jan 2026 17:49:35 -0500 Subject: [PATCH 1435/1783] New translations en-us.json (Korean) --- public/locales/ko-KR.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/ko-KR.json b/public/locales/ko-KR.json index da2207fe5..e673852c6 100644 --- a/public/locales/ko-KR.json +++ b/public/locales/ko-KR.json @@ -426,8 +426,8 @@ "title": "'동영상이 일시중지되었습니다. 이어서 시청하시겠어요?' 팝업을 자동으로 스킵하여 끊김 없는 재생을 유지합니다." }, "timestampPeek": { - "label": "Timestamp Peek", - "title": "Shows a preview of the video when you hover over a timestamp" + "label": "Timestamp Preview", + "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." } }, "title": "기타 설정" From 694ac32aa10cee1fe114ff543c694c8b73aa16ab Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 14 Jan 2026 17:49:36 -0500 Subject: [PATCH 1436/1783] New translations en-us.json (Dutch) --- public/locales/nl-NL.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/nl-NL.json b/public/locales/nl-NL.json index eadf9fdae..78c2a02ea 100644 --- a/public/locales/nl-NL.json +++ b/public/locales/nl-NL.json @@ -426,8 +426,8 @@ "title": "Slaat het afwezig dialoog die het afspelen pauzeert over" }, "timestampPeek": { - "label": "Timestamp Peek", - "title": "Shows a preview of the video when you hover over a timestamp" + "label": "Timestamp Preview", + "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." } }, "title": "Overige instellingen" From 9787d948656d086d31d721582d443c572a23588d Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 14 Jan 2026 17:49:37 -0500 Subject: [PATCH 1437/1783] New translations en-us.json (Polish) --- public/locales/pl-PL.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/pl-PL.json b/public/locales/pl-PL.json index aa11f4072..e43babb36 100644 --- a/public/locales/pl-PL.json +++ b/public/locales/pl-PL.json @@ -426,8 +426,8 @@ "title": "Skips the idle dialog that pauses video playback" }, "timestampPeek": { - "label": "Timestamp Peek", - "title": "Shows a preview of the video when you hover over a timestamp" + "label": "Timestamp Preview", + "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." } }, "title": "Miscellaneous settings" From 9bbfc5af6814e58f2d5c87be114a5c70d9d82384 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 14 Jan 2026 17:49:38 -0500 Subject: [PATCH 1438/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index 99dfce5e8..8459a4e12 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -426,8 +426,8 @@ "title": "Автоматически пропускает диалог простоя, который приостанавливает воспроизведение" }, "timestampPeek": { - "label": "Timestamp Peek", - "title": "Shows a preview of the video when you hover over a timestamp" + "label": "Timestamp Preview", + "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." } }, "title": "Прочие параметры" From a228199dc2e41f9caaf2d8546ae0521bcb2a229b Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 14 Jan 2026 17:49:39 -0500 Subject: [PATCH 1439/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index 23c20f92e..2ff88631d 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -426,8 +426,8 @@ "title": "Video oynatmayı durduran boşta kalma iletişim kutusunu atlar" }, "timestampPeek": { - "label": "Timestamp Peek", - "title": "Shows a preview of the video when you hover over a timestamp" + "label": "Zaman Damgası Önizlemesi", + "title": "Video önizlemesini izlemek için fareyi zaman damgasının üzerine getirin. Oynatmaya o andan itibaren başlamak için önizlemeye tıklayın." } }, "title": "Çeşitli ayarlar" From a06c96358441c69fcad1f2ed1bd43e96c61b144e Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 14 Jan 2026 17:49:40 -0500 Subject: [PATCH 1440/1783] New translations en-us.json (Ukrainian) --- public/locales/uk-UA.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/uk-UA.json b/public/locales/uk-UA.json index ef784dbde..8f9bd3ec2 100644 --- a/public/locales/uk-UA.json +++ b/public/locales/uk-UA.json @@ -426,8 +426,8 @@ "title": "Skips the idle dialog that pauses video playback" }, "timestampPeek": { - "label": "Timestamp Peek", - "title": "Shows a preview of the video when you hover over a timestamp" + "label": "Timestamp Preview", + "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." } }, "title": "Miscellaneous settings" From aa4a2cb942ef0be54a679f35dae21c5b0b0cea16 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 14 Jan 2026 17:49:41 -0500 Subject: [PATCH 1441/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index 6a5d5aadf..134f5d8ca 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -426,8 +426,8 @@ "title": "跳过暂停视频播放的闲置对话框" }, "timestampPeek": { - "label": "Timestamp Peek", - "title": "Shows a preview of the video when you hover over a timestamp" + "label": "Timestamp Preview", + "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." } }, "title": "其他设置" From e0e0daef0b9fbf413653dfaf56e0a68aef0b4c9e Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 14 Jan 2026 17:49:41 -0500 Subject: [PATCH 1442/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index d2a1125d1..ee75ae322 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -426,8 +426,8 @@ "title": "跳過暫停影片播放的閒置對話框" }, "timestampPeek": { - "label": "Timestamp Peek", - "title": "Shows a preview of the video when you hover over a timestamp" + "label": "Timestamp Preview", + "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." } }, "title": "其他設定" From 1758b5d7a41c3ddbb324dc177597f6de0a07ce9b Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 14 Jan 2026 17:49:42 -0500 Subject: [PATCH 1443/1783] New translations en-us.json (Vietnamese) --- public/locales/vi-VN.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/vi-VN.json b/public/locales/vi-VN.json index 01afd7a11..9d52ae694 100644 --- a/public/locales/vi-VN.json +++ b/public/locales/vi-VN.json @@ -426,8 +426,8 @@ "title": "Skips the idle dialog that pauses video playback" }, "timestampPeek": { - "label": "Timestamp Peek", - "title": "Shows a preview of the video when you hover over a timestamp" + "label": "Timestamp Preview", + "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." } }, "title": "Miscellaneous settings" From e9d3d15e8e5f0e2569d82c4d0bb964e04de55b52 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 14 Jan 2026 17:49:43 -0500 Subject: [PATCH 1444/1783] New translations en-us.json (Persian) --- public/locales/fa-IR.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/fa-IR.json b/public/locales/fa-IR.json index 8e0015c51..5a4833c9d 100644 --- a/public/locales/fa-IR.json +++ b/public/locales/fa-IR.json @@ -426,8 +426,8 @@ "title": "Skips the idle dialog that pauses video playback" }, "timestampPeek": { - "label": "Timestamp Peek", - "title": "Shows a preview of the video when you hover over a timestamp" + "label": "Timestamp Preview", + "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." } }, "title": "Miscellaneous settings" From 771d9f81ec54df54c5bdb0f0d7a50f682ebec5cb Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 14 Jan 2026 17:49:44 -0500 Subject: [PATCH 1445/1783] New translations en-us.json (Hindi) --- public/locales/hi-IN.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/hi-IN.json b/public/locales/hi-IN.json index bb983d643..85e9af0eb 100644 --- a/public/locales/hi-IN.json +++ b/public/locales/hi-IN.json @@ -426,8 +426,8 @@ "title": "Skips the idle dialog that pauses video playback" }, "timestampPeek": { - "label": "Timestamp Peek", - "title": "Shows a preview of the video when you hover over a timestamp" + "label": "Timestamp Preview", + "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." } }, "title": "Miscellaneous settings" From e76f90223ca6b28b51c79b7113e9af32c74a9078 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 14 Jan 2026 17:49:45 -0500 Subject: [PATCH 1446/1783] New translations en-us.json (English, United Kingdom) --- public/locales/en-GB.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/en-GB.json b/public/locales/en-GB.json index 64bc8fc5f..788913d11 100644 --- a/public/locales/en-GB.json +++ b/public/locales/en-GB.json @@ -426,8 +426,8 @@ "title": "Skips the idle dialog that pauses video playback" }, "timestampPeek": { - "label": "Timestamp Peek", - "title": "Shows a preview of the video when you hover over a timestamp" + "label": "Timestamp Preview", + "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." } }, "title": "Miscellaneous settings" From af62691359a492d3b9a9b7e9b57d771b8b031b8f Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 15 Jan 2026 11:35:35 -0500 Subject: [PATCH 1447/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index 9516ccefb..a5d21b2c2 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -426,7 +426,7 @@ "title": "Salta la finestra che mette in pausa la riproduzione video" }, "timestampPeek": { - "label": "Timestamp Preview", + "label": "Anteprima marcatura oraria", "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." } }, From d3bfc6e2f0db617506b443b52465505c44794aec Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 15 Jan 2026 12:53:28 -0500 Subject: [PATCH 1448/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index a5d21b2c2..77d2796b5 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -427,7 +427,7 @@ }, "timestampPeek": { "label": "Anteprima marcatura oraria", - "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." + "title": "Visualizza in anteprima il video saltando a un marcatore temporale. Clicca l'anteprima per iniziare la riproduzione da quel momento." } }, "title": "Impostazioni varie" From 8facb3154a236af90a86de4853a60a0e8c6b28cb Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 16 Jan 2026 01:52:40 -0500 Subject: [PATCH 1449/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index 0378373d1..40c8d5dba 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -393,7 +393,7 @@ "label": "Pausar player em segundo plano", "title": "Pausa o player nas abas em segundo plano ao iniciar um novo player noutra aba" }, - "playlistRemover": { + "hidePlaylistRecommendationsFromHomePage": { "label": "Ocultar listas de reprodução da página inicial", "title": "Remova as listas de reprodução da página inicial" }, @@ -424,10 +424,6 @@ "skipContinueWatching": { "label": "Pular aviso de ausência", "title": "Remove o aviso \"O vídeo está pausado. Continuar assistindo?\"" - }, - "timestampPeek": { - "label": "Timestamp Preview", - "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." } }, "title": "Diversos" @@ -709,3 +705,4 @@ } } } + From 4bf8a0feb36831113e3a2872439db043a689c979 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 16 Jan 2026 01:52:41 -0500 Subject: [PATCH 1450/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index 02dd04916..e64e6f7ac 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -393,7 +393,7 @@ "label": "Pausa spelare i bakgrunden", "title": "Pausar videospelare i bakgrundsflikar när du startar en ny videospelare i en förgrundsflik" }, - "playlistRemover": { + "hidePlaylistRecommendationsFromHomePage": { "label": "Dölj spellistor från hemsidan", "title": "Bli av med spellistor från hemsidan" }, @@ -424,10 +424,6 @@ "skipContinueWatching": { "label": "Hoppa över \"Videon är pausad. Fortsätt titta?\"", "title": "Hoppa över dialogrutan som pausar videouppspelningen" - }, - "timestampPeek": { - "label": "Timestamp Preview", - "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." } }, "title": "Övriga inställningar" @@ -709,3 +705,4 @@ } } } + From e3e8a4ec0be5f004c140de855bff3e8d36fe6f30 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 16 Jan 2026 01:52:42 -0500 Subject: [PATCH 1451/1783] New translations en-us.json (Catalan) --- public/locales/ca-ES.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/public/locales/ca-ES.json b/public/locales/ca-ES.json index e786d336d..4df531c4f 100644 --- a/public/locales/ca-ES.json +++ b/public/locales/ca-ES.json @@ -393,7 +393,7 @@ "label": "Pause background players", "title": "Pauses video players in background tabs when you start a new player in foreground tab" }, - "playlistRemover": { + "hidePlaylistRecommendationsFromHomePage": { "label": "Hide playlists from homepage", "title": "Get rid of playlists from homepage" }, @@ -424,10 +424,6 @@ "skipContinueWatching": { "label": "Skip \"Video is paused. Continue watching?\"", "title": "Skips the idle dialog that pauses video playback" - }, - "timestampPeek": { - "label": "Timestamp Preview", - "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." } }, "title": "Miscellaneous settings" @@ -709,3 +705,4 @@ } } } + From 4805794e8394048c5215669fddd8535e049d0c07 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 16 Jan 2026 01:52:42 -0500 Subject: [PATCH 1452/1783] New translations en-us.json (French) --- public/locales/fr-FR.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/public/locales/fr-FR.json b/public/locales/fr-FR.json index 56d714eda..83173a6d3 100644 --- a/public/locales/fr-FR.json +++ b/public/locales/fr-FR.json @@ -393,7 +393,7 @@ "label": "Pause background players", "title": "Pauses video players in background tabs when you start a new player in foreground tab" }, - "playlistRemover": { + "hidePlaylistRecommendationsFromHomePage": { "label": "Hide playlists from homepage", "title": "Get rid of playlists from homepage" }, @@ -424,10 +424,6 @@ "skipContinueWatching": { "label": "Skip \"Video is paused. Continue watching?\"", "title": "Skips the idle dialog that pauses video playback" - }, - "timestampPeek": { - "label": "Timestamp Preview", - "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." } }, "title": "Autre paramètres" @@ -709,3 +705,4 @@ } } } + From 114a98cd4d636504906550512c3cbe26b83cbe79 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 16 Jan 2026 01:52:43 -0500 Subject: [PATCH 1453/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index dbb5c6487..126326601 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -393,7 +393,7 @@ "label": "背後タブのビデオプレイヤーを一時停止", "title": "前景タブに新規プレイヤー開始にして、背後タブのビデオプレイヤーを一時停止します" }, - "playlistRemover": { + "hidePlaylistRecommendationsFromHomePage": { "label": "Hide playlists from homepage", "title": "Get rid of playlists from homepage" }, @@ -424,10 +424,6 @@ "skipContinueWatching": { "label": "「動画が一時停止されました。続きを視聴しますか?」を抜かする", "title": "動画一時休止する休眠メッセージを抜かされます" - }, - "timestampPeek": { - "label": "Timestamp Preview", - "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." } }, "title": "他の設定" @@ -709,3 +705,4 @@ } } } + From 72678b9ed9f5f68c23df5c81d9130d96360df832 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 16 Jan 2026 01:52:44 -0500 Subject: [PATCH 1454/1783] New translations en-us.json (Spanish) --- public/locales/es-ES.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index d170c9fa2..444e0a50d 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -393,7 +393,7 @@ "label": "Pausar reproductores de fondo", "title": "Pausa los reproductores de vídeo en pestañas de fondo cuando inicias un nuevo reproductor en la pestaña de inicio" }, - "playlistRemover": { + "hidePlaylistRecommendationsFromHomePage": { "label": "Ocultar listas de reproducción de la página de inicio", "title": "Oculta las listas de reproducción que aparecen en la página de inicio" }, @@ -424,10 +424,6 @@ "skipContinueWatching": { "label": "Skip \"Video is paused. Continue watching?\"", "title": "Skips the idle dialog that pauses video playback" - }, - "timestampPeek": { - "label": "Timestamp Preview", - "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." } }, "title": "Ajustes varios" @@ -709,3 +705,4 @@ } } } + From 671c11a3754636fad899fed7f4e6818a51e007a4 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 16 Jan 2026 01:52:45 -0500 Subject: [PATCH 1455/1783] New translations en-us.json (Czech) --- public/locales/cs-CZ.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/public/locales/cs-CZ.json b/public/locales/cs-CZ.json index ff39fe924..fb8d102ae 100644 --- a/public/locales/cs-CZ.json +++ b/public/locales/cs-CZ.json @@ -393,7 +393,7 @@ "label": "Pause background players", "title": "Pauses video players in background tabs when you start a new player in foreground tab" }, - "playlistRemover": { + "hidePlaylistRecommendationsFromHomePage": { "label": "Hide playlists from homepage", "title": "Get rid of playlists from homepage" }, @@ -424,10 +424,6 @@ "skipContinueWatching": { "label": "Skip \"Video is paused. Continue watching?\"", "title": "Skips the idle dialog that pauses video playback" - }, - "timestampPeek": { - "label": "Timestamp Preview", - "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." } }, "title": "Miscellaneous settings" @@ -709,3 +705,4 @@ } } } + From e41d2e19fda485d363de2029b028fa037f6abc2b Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 16 Jan 2026 01:52:46 -0500 Subject: [PATCH 1456/1783] New translations en-us.json (German) --- public/locales/de-DE.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/public/locales/de-DE.json b/public/locales/de-DE.json index 4c9982525..a59fa32d6 100644 --- a/public/locales/de-DE.json +++ b/public/locales/de-DE.json @@ -393,7 +393,7 @@ "label": "Pause background players", "title": "Pauses video players in background tabs when you start a new player in foreground tab" }, - "playlistRemover": { + "hidePlaylistRecommendationsFromHomePage": { "label": "Hide playlists from homepage", "title": "Get rid of playlists from homepage" }, @@ -424,10 +424,6 @@ "skipContinueWatching": { "label": "Überspringe \"Video ist pausiert. Weiter ansehen?\"", "title": "Überspringt den Leerlauf-Dialog, der die Videowiedergabe pausiert" - }, - "timestampPeek": { - "label": "Timestamp Preview", - "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." } }, "title": "Weitere Einstellungen" @@ -709,3 +705,4 @@ } } } + From f54024dd41caf020e8cfd2f2586ac41fa983295c Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 16 Jan 2026 01:52:47 -0500 Subject: [PATCH 1457/1783] New translations en-us.json (Hebrew) --- public/locales/he-IL.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/public/locales/he-IL.json b/public/locales/he-IL.json index 216bcf99c..7cd3bb89e 100644 --- a/public/locales/he-IL.json +++ b/public/locales/he-IL.json @@ -393,7 +393,7 @@ "label": "Pause background players", "title": "Pauses video players in background tabs when you start a new player in foreground tab" }, - "playlistRemover": { + "hidePlaylistRecommendationsFromHomePage": { "label": "Hide playlists from homepage", "title": "Get rid of playlists from homepage" }, @@ -424,10 +424,6 @@ "skipContinueWatching": { "label": "Skip \"Video is paused. Continue watching?\"", "title": "Skips the idle dialog that pauses video playback" - }, - "timestampPeek": { - "label": "Timestamp Preview", - "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." } }, "title": "Miscellaneous settings" @@ -709,3 +705,4 @@ } } } + From 136b264bb76fe73ce3f18d42556c137f075cd50e Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 16 Jan 2026 01:52:48 -0500 Subject: [PATCH 1458/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index 77d2796b5..d64ad0b8d 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -393,7 +393,7 @@ "label": "Metti in pausa riproduttori in secondo piano", "title": "Mette in pausa i riproduttori video nelle schede nascoste quando si avvia un nuovo riproduttore nella scheda aperta" }, - "playlistRemover": { + "hidePlaylistRecommendationsFromHomePage": { "label": "Nascondi liste riproduzioni dalla pagina iniziale", "title": "Elimina le liste riproduzioni dalla pagina iniziale" }, @@ -424,10 +424,6 @@ "skipContinueWatching": { "label": "Salta \"Video in pausa. Continuare a guardare?\"", "title": "Salta la finestra che mette in pausa la riproduzione video" - }, - "timestampPeek": { - "label": "Anteprima marcatura oraria", - "title": "Visualizza in anteprima il video saltando a un marcatore temporale. Clicca l'anteprima per iniziare la riproduzione da quel momento." } }, "title": "Impostazioni varie" @@ -709,3 +705,4 @@ } } } + From 5b22a880640e997bb55ac188a82192dae36d12ff Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 16 Jan 2026 01:52:50 -0500 Subject: [PATCH 1459/1783] New translations en-us.json (Korean) --- public/locales/ko-KR.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/public/locales/ko-KR.json b/public/locales/ko-KR.json index e673852c6..f3e4269c8 100644 --- a/public/locales/ko-KR.json +++ b/public/locales/ko-KR.json @@ -393,7 +393,7 @@ "label": "백그라운드 플레이어 일시 중지", "title": "다른 탭에서 동영상을 재생할 때 이전 탭의 동영상 플레이어를 일시 중지합니다." }, - "playlistRemover": { + "hidePlaylistRecommendationsFromHomePage": { "label": "Hide playlists from homepage", "title": "Get rid of playlists from homepage" }, @@ -424,10 +424,6 @@ "skipContinueWatching": { "label": "'동영상이 일시중지되었습니다. 이어서 시청하시겠어요?' 팝업 스킵", "title": "'동영상이 일시중지되었습니다. 이어서 시청하시겠어요?' 팝업을 자동으로 스킵하여 끊김 없는 재생을 유지합니다." - }, - "timestampPeek": { - "label": "Timestamp Preview", - "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." } }, "title": "기타 설정" @@ -709,3 +705,4 @@ } } } + From 43a7888d9c90e4394f4eede126245fe8bdeae06b Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 16 Jan 2026 01:52:51 -0500 Subject: [PATCH 1460/1783] New translations en-us.json (Dutch) --- public/locales/nl-NL.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/public/locales/nl-NL.json b/public/locales/nl-NL.json index 78c2a02ea..a62ffd0e6 100644 --- a/public/locales/nl-NL.json +++ b/public/locales/nl-NL.json @@ -393,7 +393,7 @@ "label": "Achtergrondafspelers pauzeren", "title": "Pauzeert videospelers in achtergrond tabbladen wanneer je een nieuwe videospeler start op een voorgrond tabblad" }, - "playlistRemover": { + "hidePlaylistRecommendationsFromHomePage": { "label": "Hide playlists from homepage", "title": "Get rid of playlists from homepage" }, @@ -424,10 +424,6 @@ "skipContinueWatching": { "label": "Sla \"video is gepauzeerd. Hervatten?\" over", "title": "Slaat het afwezig dialoog die het afspelen pauzeert over" - }, - "timestampPeek": { - "label": "Timestamp Preview", - "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." } }, "title": "Overige instellingen" @@ -709,3 +705,4 @@ } } } + From 577d1ac7461cebccd4b80c2a32553fd49801f4d3 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 16 Jan 2026 01:52:52 -0500 Subject: [PATCH 1461/1783] New translations en-us.json (Polish) --- public/locales/pl-PL.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/public/locales/pl-PL.json b/public/locales/pl-PL.json index e43babb36..033c34f9c 100644 --- a/public/locales/pl-PL.json +++ b/public/locales/pl-PL.json @@ -393,7 +393,7 @@ "label": "Pause background players", "title": "Pauses video players in background tabs when you start a new player in foreground tab" }, - "playlistRemover": { + "hidePlaylistRecommendationsFromHomePage": { "label": "Hide playlists from homepage", "title": "Get rid of playlists from homepage" }, @@ -424,10 +424,6 @@ "skipContinueWatching": { "label": "Skip \"Video is paused. Continue watching?\"", "title": "Skips the idle dialog that pauses video playback" - }, - "timestampPeek": { - "label": "Timestamp Preview", - "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." } }, "title": "Miscellaneous settings" @@ -709,3 +705,4 @@ } } } + From 73eeaaff4507f4889c0ecb2888f7a1b4fef1dcbc Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 16 Jan 2026 01:52:53 -0500 Subject: [PATCH 1462/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index 8459a4e12..062f3205a 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -393,7 +393,7 @@ "label": "Ставить на паузу видео в фоновых вкладках", "title": "Ставит на паузу видео в фоновых вкладках при запуске видео в активной (текущей) вкладке" }, - "playlistRemover": { + "hidePlaylistRecommendationsFromHomePage": { "label": "Спрятать плейлисты на главной", "title": "Прячет плейлисты на главной (домашней) странице" }, @@ -424,10 +424,6 @@ "skipContinueWatching": { "label": "Пропускать \"Воспроизведение приостановлено. Продолжить?\"", "title": "Автоматически пропускает диалог простоя, который приостанавливает воспроизведение" - }, - "timestampPeek": { - "label": "Timestamp Preview", - "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." } }, "title": "Прочие параметры" @@ -709,3 +705,4 @@ } } } + From 02c80654d8a68c8d8997c54c11fa848b16a4f598 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 16 Jan 2026 01:52:54 -0500 Subject: [PATCH 1463/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index 2ff88631d..d775da0e5 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -393,7 +393,7 @@ "label": "Arka plan oynatıcılarını duraklat", "title": "Ön plan sekmesinde yeni bir oynatıcı başlattığınızda arka plan sekmelerindeki video oynatıcıları duraklatır" }, - "playlistRemover": { + "hidePlaylistRecommendationsFromHomePage": { "label": "Ana sayfadaki oynatma listelerini gizle", "title": "Ana sayfadaki oynatma listelerinden kurtulun" }, @@ -424,10 +424,6 @@ "skipContinueWatching": { "label": "\"Video durdu. Hala orda mısın?\"ı Atla", "title": "Video oynatmayı durduran boşta kalma iletişim kutusunu atlar" - }, - "timestampPeek": { - "label": "Zaman Damgası Önizlemesi", - "title": "Video önizlemesini izlemek için fareyi zaman damgasının üzerine getirin. Oynatmaya o andan itibaren başlamak için önizlemeye tıklayın." } }, "title": "Çeşitli ayarlar" @@ -709,3 +705,4 @@ } } } + From 706f6fd8e3729e03eed459e054e415c1194d03be Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 16 Jan 2026 01:52:55 -0500 Subject: [PATCH 1464/1783] New translations en-us.json (Ukrainian) --- public/locales/uk-UA.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/public/locales/uk-UA.json b/public/locales/uk-UA.json index 8f9bd3ec2..e29329f21 100644 --- a/public/locales/uk-UA.json +++ b/public/locales/uk-UA.json @@ -393,7 +393,7 @@ "label": "Pause background players", "title": "Pauses video players in background tabs when you start a new player in foreground tab" }, - "playlistRemover": { + "hidePlaylistRecommendationsFromHomePage": { "label": "Hide playlists from homepage", "title": "Get rid of playlists from homepage" }, @@ -424,10 +424,6 @@ "skipContinueWatching": { "label": "Skip \"Video is paused. Continue watching?\"", "title": "Skips the idle dialog that pauses video playback" - }, - "timestampPeek": { - "label": "Timestamp Preview", - "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." } }, "title": "Miscellaneous settings" @@ -709,3 +705,4 @@ } } } + From 0884aadfac5dba27982de49c73b3c266cdac04da Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 16 Jan 2026 01:52:56 -0500 Subject: [PATCH 1465/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index 134f5d8ca..fe53c64d0 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -393,7 +393,7 @@ "label": "暂停后台播放", "title": "当您在前台标签中启用一个新播放器时,暂停后台标签中的视频播放器" }, - "playlistRemover": { + "hidePlaylistRecommendationsFromHomePage": { "label": "从主页隐藏播放列表", "title": "从主页去除播放列表" }, @@ -424,10 +424,6 @@ "skipContinueWatching": { "label": "跳过\"视频已暂停。继续观看吗?\"", "title": "跳过暂停视频播放的闲置对话框" - }, - "timestampPeek": { - "label": "Timestamp Preview", - "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." } }, "title": "其他设置" @@ -709,3 +705,4 @@ } } } + From 278bbbc49f1848b0fc55a6446999a45ec880bf6c Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 16 Jan 2026 01:52:57 -0500 Subject: [PATCH 1466/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index ee75ae322..fd729f62b 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -393,7 +393,7 @@ "label": "暫停背景播放程序", "title": "當前景分頁啟用新播放器時,自動凍結背景分頁影音" }, - "playlistRemover": { + "hidePlaylistRecommendationsFromHomePage": { "label": "Hide playlists from homepage", "title": "Get rid of playlists from homepage" }, @@ -424,10 +424,6 @@ "skipContinueWatching": { "label": "跳過「影片已暫停,繼續觀看?」", "title": "跳過暫停影片播放的閒置對話框" - }, - "timestampPeek": { - "label": "Timestamp Preview", - "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." } }, "title": "其他設定" @@ -709,3 +705,4 @@ } } } + From af1d7c96b63bca27e5e5fd2d653fddb228ef34b0 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 16 Jan 2026 01:52:58 -0500 Subject: [PATCH 1467/1783] New translations en-us.json (Vietnamese) --- public/locales/vi-VN.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/public/locales/vi-VN.json b/public/locales/vi-VN.json index 9d52ae694..966dba764 100644 --- a/public/locales/vi-VN.json +++ b/public/locales/vi-VN.json @@ -393,7 +393,7 @@ "label": "Pause background players", "title": "Pauses video players in background tabs when you start a new player in foreground tab" }, - "playlistRemover": { + "hidePlaylistRecommendationsFromHomePage": { "label": "Hide playlists from homepage", "title": "Get rid of playlists from homepage" }, @@ -424,10 +424,6 @@ "skipContinueWatching": { "label": "Skip \"Video is paused. Continue watching?\"", "title": "Skips the idle dialog that pauses video playback" - }, - "timestampPeek": { - "label": "Timestamp Preview", - "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." } }, "title": "Miscellaneous settings" @@ -709,3 +705,4 @@ } } } + From cc93559ab4ff9b64c20cd88ae4fc25ac6105fdfb Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 16 Jan 2026 01:52:59 -0500 Subject: [PATCH 1468/1783] New translations en-us.json (Persian) --- public/locales/fa-IR.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/public/locales/fa-IR.json b/public/locales/fa-IR.json index 5a4833c9d..e57f7976e 100644 --- a/public/locales/fa-IR.json +++ b/public/locales/fa-IR.json @@ -393,7 +393,7 @@ "label": "Pause background players", "title": "Pauses video players in background tabs when you start a new player in foreground tab" }, - "playlistRemover": { + "hidePlaylistRecommendationsFromHomePage": { "label": "Hide playlists from homepage", "title": "Get rid of playlists from homepage" }, @@ -424,10 +424,6 @@ "skipContinueWatching": { "label": "Skip \"Video is paused. Continue watching?\"", "title": "Skips the idle dialog that pauses video playback" - }, - "timestampPeek": { - "label": "Timestamp Preview", - "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." } }, "title": "Miscellaneous settings" @@ -709,3 +705,4 @@ } } } + From 93d01fec229938dfb3473bac269a986de37148f4 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 16 Jan 2026 01:53:00 -0500 Subject: [PATCH 1469/1783] New translations en-us.json (Hindi) --- public/locales/hi-IN.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/public/locales/hi-IN.json b/public/locales/hi-IN.json index 85e9af0eb..e3b7cd383 100644 --- a/public/locales/hi-IN.json +++ b/public/locales/hi-IN.json @@ -393,7 +393,7 @@ "label": "Pause background players", "title": "Pauses video players in background tabs when you start a new player in foreground tab" }, - "playlistRemover": { + "hidePlaylistRecommendationsFromHomePage": { "label": "Hide playlists from homepage", "title": "Get rid of playlists from homepage" }, @@ -424,10 +424,6 @@ "skipContinueWatching": { "label": "Skip \"Video is paused. Continue watching?\"", "title": "Skips the idle dialog that pauses video playback" - }, - "timestampPeek": { - "label": "Timestamp Preview", - "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." } }, "title": "Miscellaneous settings" @@ -709,3 +705,4 @@ } } } + From ee673f75ee385115cff50bf77168624ed9596284 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 16 Jan 2026 01:53:01 -0500 Subject: [PATCH 1470/1783] New translations en-us.json (English, United Kingdom) --- public/locales/en-GB.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/public/locales/en-GB.json b/public/locales/en-GB.json index 788913d11..de27413e7 100644 --- a/public/locales/en-GB.json +++ b/public/locales/en-GB.json @@ -393,7 +393,7 @@ "label": "Pause background players", "title": "Pauses video players in background tabs when you start a new player in foreground tab" }, - "playlistRemover": { + "hidePlaylistRecommendationsFromHomePage": { "label": "Hide playlists from homepage", "title": "Get rid of playlists from homepage" }, @@ -424,10 +424,6 @@ "skipContinueWatching": { "label": "Skip \"Video is paused. Continue watching?\"", "title": "Skips the idle dialog that pauses video playback" - }, - "timestampPeek": { - "label": "Timestamp Preview", - "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." } }, "title": "Miscellaneous settings" @@ -709,3 +705,4 @@ } } } + From fd8244491e13092917393c1bea3ac6c9df449b14 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 22 Jan 2026 19:11:09 -0500 Subject: [PATCH 1471/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 46 ++++++++++++++++++++++++++++++++++----- 1 file changed, 41 insertions(+), 5 deletions(-) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index 40c8d5dba..e33d3e2be 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -56,6 +56,15 @@ } } }, + "miniPlayerButton": { + "button": { + "label": "Mini Player", + "toggle": { + "off": "Mini Player off", + "on": "Mini Player on" + } + } + }, "openTranscriptButton": { "button": { "label": "Abrir transcrição" @@ -189,6 +198,7 @@ "increasePlaybackSpeedButton": "Botão de aumentar velocidade", "loopButton": "Botão Repetir", "maximizePlayerButton": "Botão Maximizar", + "miniPlayerButton": "Mini Player", "openTranscriptButton": "Abrir botão de transcrição", "rewindButton": "Botão Voltar", "screenshotButton": "Botão de captura de tela", @@ -275,6 +285,33 @@ }, "title": "Idioma" }, + "miniPlayer": { + "button": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, + "enable": { + "label": "Open Mini Player when viewing comments", + "title": "Automatically opens the Mini Player when you scroll to comments." + }, + "position": { + "label": "Default Mini Player position", + "options": { + "bottomCenter": "Bottom center", + "bottomLeft": "Bottom left", + "bottomRight": "Bottom right", + "topCenter": "Top center", + "topLeft": "Top left", + "topRight": "Top right" + }, + "title": "Sets the starting position before you move the Mini Player." + }, + "size": { + "label": "Default Mini Player size", + "title": "Sets the initial size before you resize the Mini Player." + }, + "title": "Mini Player settings" + }, "miscellaneous": { "features": { "automaticTheaterMode": { @@ -357,6 +394,10 @@ "label": "Ocultar jogáveis", "title": "Oculta a seção de jogáveis" }, + "hidePlaylistRecommendationsFromHomePage": { + "label": "Ocultar listas de reprodução da página inicial", + "title": "Remova as listas de reprodução da página inicial" + }, "hideScrollbar": { "label": "Ocultar barra de rolagem", "title": "Oculta a barra de rolagem da página" @@ -393,10 +434,6 @@ "label": "Pausar player em segundo plano", "title": "Pausa o player nas abas em segundo plano ao iniciar um novo player noutra aba" }, - "hidePlaylistRecommendationsFromHomePage": { - "label": "Ocultar listas de reprodução da página inicial", - "title": "Remova as listas de reprodução da página inicial" - }, "remainingTime": { "label": "Tempo restante", "title": "Exibe o tempo restante do vídeo que está assistindo" @@ -705,4 +742,3 @@ } } } - From db0b5cfb21dc987e8ed635b8bb40ed9bff4c98e7 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 22 Jan 2026 19:11:10 -0500 Subject: [PATCH 1472/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 46 ++++++++++++++++++++++++++++++++++----- 1 file changed, 41 insertions(+), 5 deletions(-) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index e64e6f7ac..d892e6b6e 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -56,6 +56,15 @@ } } }, + "miniPlayerButton": { + "button": { + "label": "Mini Player", + "toggle": { + "off": "Mini Player off", + "on": "Mini Player on" + } + } + }, "openTranscriptButton": { "button": { "label": "Öppna transkript" @@ -189,6 +198,7 @@ "increasePlaybackSpeedButton": "Knapp för att öka hastigheten", "loopButton": "Slingknapp", "maximizePlayerButton": "Maximeraknapp", + "miniPlayerButton": "Mini Player", "openTranscriptButton": "Transkriptknapp", "rewindButton": "Återspolningsknapp", "screenshotButton": "Skärmbildsknapp", @@ -275,6 +285,33 @@ }, "title": "Språk" }, + "miniPlayer": { + "button": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, + "enable": { + "label": "Open Mini Player when viewing comments", + "title": "Automatically opens the Mini Player when you scroll to comments." + }, + "position": { + "label": "Default Mini Player position", + "options": { + "bottomCenter": "Bottom center", + "bottomLeft": "Bottom left", + "bottomRight": "Bottom right", + "topCenter": "Top center", + "topLeft": "Top left", + "topRight": "Top right" + }, + "title": "Sets the starting position before you move the Mini Player." + }, + "size": { + "label": "Default Mini Player size", + "title": "Sets the initial size before you resize the Mini Player." + }, + "title": "Mini Player settings" + }, "miscellaneous": { "features": { "automaticTheaterMode": { @@ -357,6 +394,10 @@ "label": "Dölj spelbara", "title": "Döljer alla spelbara" }, + "hidePlaylistRecommendationsFromHomePage": { + "label": "Dölj spellistor från hemsidan", + "title": "Bli av med spellistor från hemsidan" + }, "hideScrollbar": { "label": "Dölj rullningslisten", "title": "Döljer sidornas rullningsfält" @@ -393,10 +434,6 @@ "label": "Pausa spelare i bakgrunden", "title": "Pausar videospelare i bakgrundsflikar när du startar en ny videospelare i en förgrundsflik" }, - "hidePlaylistRecommendationsFromHomePage": { - "label": "Dölj spellistor från hemsidan", - "title": "Bli av med spellistor från hemsidan" - }, "remainingTime": { "label": "Återstående tid", "title": "Visar återstående tid för videon du tittar på" @@ -705,4 +742,3 @@ } } } - From 440ccb339a61f18256abec50e44afa15cc1e75d0 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 22 Jan 2026 19:11:11 -0500 Subject: [PATCH 1473/1783] New translations en-us.json (Catalan) --- public/locales/ca-ES.json | 46 ++++++++++++++++++++++++++++++++++----- 1 file changed, 41 insertions(+), 5 deletions(-) diff --git a/public/locales/ca-ES.json b/public/locales/ca-ES.json index 4df531c4f..bc8406450 100644 --- a/public/locales/ca-ES.json +++ b/public/locales/ca-ES.json @@ -56,6 +56,15 @@ } } }, + "miniPlayerButton": { + "button": { + "label": "Mini Player", + "toggle": { + "off": "Mini Player off", + "on": "Mini Player on" + } + } + }, "openTranscriptButton": { "button": { "label": "Open transcript" @@ -189,6 +198,7 @@ "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", "maximizePlayerButton": "Maximize button", + "miniPlayerButton": "Mini Player", "openTranscriptButton": "Open Transcript button", "rewindButton": "Rewind button", "screenshotButton": "Screenshot button", @@ -275,6 +285,33 @@ }, "title": "Language" }, + "miniPlayer": { + "button": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, + "enable": { + "label": "Open Mini Player when viewing comments", + "title": "Automatically opens the Mini Player when you scroll to comments." + }, + "position": { + "label": "Default Mini Player position", + "options": { + "bottomCenter": "Bottom center", + "bottomLeft": "Bottom left", + "bottomRight": "Bottom right", + "topCenter": "Top center", + "topLeft": "Top left", + "topRight": "Top right" + }, + "title": "Sets the starting position before you move the Mini Player." + }, + "size": { + "label": "Default Mini Player size", + "title": "Sets the initial size before you resize the Mini Player." + }, + "title": "Mini Player settings" + }, "miscellaneous": { "features": { "automaticTheaterMode": { @@ -357,6 +394,10 @@ "label": "Hide playables", "title": "Hides all playables" }, + "hidePlaylistRecommendationsFromHomePage": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + }, "hideScrollbar": { "label": "Hide scrollbar", "title": "Hides the pages scrollbar" @@ -393,10 +434,6 @@ "label": "Pause background players", "title": "Pauses video players in background tabs when you start a new player in foreground tab" }, - "hidePlaylistRecommendationsFromHomePage": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" - }, "remainingTime": { "label": "Remaining time", "title": "Shows the remaining time of the video you're watching" @@ -705,4 +742,3 @@ } } } - From f90dd29e4e4842a864ea8141d0391588d6c97213 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 22 Jan 2026 19:11:12 -0500 Subject: [PATCH 1474/1783] New translations en-us.json (French) --- public/locales/fr-FR.json | 46 ++++++++++++++++++++++++++++++++++----- 1 file changed, 41 insertions(+), 5 deletions(-) diff --git a/public/locales/fr-FR.json b/public/locales/fr-FR.json index 83173a6d3..6c85b8262 100644 --- a/public/locales/fr-FR.json +++ b/public/locales/fr-FR.json @@ -56,6 +56,15 @@ } } }, + "miniPlayerButton": { + "button": { + "label": "Mini Player", + "toggle": { + "off": "Mini Player off", + "on": "Mini Player on" + } + } + }, "openTranscriptButton": { "button": { "label": "Open transcript" @@ -189,6 +198,7 @@ "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", "maximizePlayerButton": "Maximize button", + "miniPlayerButton": "Mini Player", "openTranscriptButton": "Open Transcript button", "rewindButton": "Rewind button", "screenshotButton": "Screenshot button", @@ -275,6 +285,33 @@ }, "title": "Langue" }, + "miniPlayer": { + "button": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, + "enable": { + "label": "Open Mini Player when viewing comments", + "title": "Automatically opens the Mini Player when you scroll to comments." + }, + "position": { + "label": "Default Mini Player position", + "options": { + "bottomCenter": "Bottom center", + "bottomLeft": "Bottom left", + "bottomRight": "Bottom right", + "topCenter": "Top center", + "topLeft": "Top left", + "topRight": "Top right" + }, + "title": "Sets the starting position before you move the Mini Player." + }, + "size": { + "label": "Default Mini Player size", + "title": "Sets the initial size before you resize the Mini Player." + }, + "title": "Mini Player settings" + }, "miscellaneous": { "features": { "automaticTheaterMode": { @@ -357,6 +394,10 @@ "label": "Hide playables", "title": "Hides all playables" }, + "hidePlaylistRecommendationsFromHomePage": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + }, "hideScrollbar": { "label": "Cacher la barre de défilement", "title": "Cache la barre de défilement des pages" @@ -393,10 +434,6 @@ "label": "Pause background players", "title": "Pauses video players in background tabs when you start a new player in foreground tab" }, - "hidePlaylistRecommendationsFromHomePage": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" - }, "remainingTime": { "label": "Temps restant", "title": "Affiche le temps restant de la vidéo que vous regardez" @@ -705,4 +742,3 @@ } } } - From 1ad0729672ad5902df8c8794e214bafe13a565a3 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 22 Jan 2026 19:11:13 -0500 Subject: [PATCH 1475/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 46 ++++++++++++++++++++++++++++++++++----- 1 file changed, 41 insertions(+), 5 deletions(-) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index 126326601..9c3c30e5a 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -56,6 +56,15 @@ } } }, + "miniPlayerButton": { + "button": { + "label": "Mini Player", + "toggle": { + "off": "Mini Player off", + "on": "Mini Player on" + } + } + }, "openTranscriptButton": { "button": { "label": "文字起こしを見せる" @@ -189,6 +198,7 @@ "increasePlaybackSpeedButton": "速度を上げるボタン", "loopButton": "ループボタン", "maximizePlayerButton": "最大表示ボタン", + "miniPlayerButton": "Mini Player", "openTranscriptButton": "文字起こしを見せるボタン", "rewindButton": "リワインドボタン", "screenshotButton": "スクリーンショットボタン", @@ -275,6 +285,33 @@ }, "title": "言語" }, + "miniPlayer": { + "button": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, + "enable": { + "label": "Open Mini Player when viewing comments", + "title": "Automatically opens the Mini Player when you scroll to comments." + }, + "position": { + "label": "Default Mini Player position", + "options": { + "bottomCenter": "Bottom center", + "bottomLeft": "Bottom left", + "bottomRight": "Bottom right", + "topCenter": "Top center", + "topLeft": "Top left", + "topRight": "Top right" + }, + "title": "Sets the starting position before you move the Mini Player." + }, + "size": { + "label": "Default Mini Player size", + "title": "Sets the initial size before you resize the Mini Player." + }, + "title": "Mini Player settings" + }, "miscellaneous": { "features": { "automaticTheaterMode": { @@ -357,6 +394,10 @@ "label": "Hide playables", "title": "Hides all playables" }, + "hidePlaylistRecommendationsFromHomePage": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + }, "hideScrollbar": { "label": "スクロールバー隠す機能", "title": "ページのスクロールバーを隠す" @@ -393,10 +434,6 @@ "label": "背後タブのビデオプレイヤーを一時停止", "title": "前景タブに新規プレイヤー開始にして、背後タブのビデオプレイヤーを一時停止します" }, - "hidePlaylistRecommendationsFromHomePage": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" - }, "remainingTime": { "label": "残り時間", "title": "動画の残り時間を表示します" @@ -705,4 +742,3 @@ } } } - From ec18288ba7214629f089da131067826c2b261adc Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 22 Jan 2026 19:11:14 -0500 Subject: [PATCH 1476/1783] New translations en-us.json (Spanish) --- public/locales/es-ES.json | 46 ++++++++++++++++++++++++++++++++++----- 1 file changed, 41 insertions(+), 5 deletions(-) diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index 444e0a50d..4e60ab097 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -56,6 +56,15 @@ } } }, + "miniPlayerButton": { + "button": { + "label": "Mini Player", + "toggle": { + "off": "Mini Player off", + "on": "Mini Player on" + } + } + }, "openTranscriptButton": { "button": { "label": "Abrir transcripción" @@ -189,6 +198,7 @@ "increasePlaybackSpeedButton": "Botón para aumentar la velocidad", "loopButton": "Botón de repetición", "maximizePlayerButton": "Botón para maximizar", + "miniPlayerButton": "Mini Player", "openTranscriptButton": "Abrir botón de transcripción", "rewindButton": "Botón para rebobinar", "screenshotButton": "Botón de captura de pantalla", @@ -275,6 +285,33 @@ }, "title": "Idioma" }, + "miniPlayer": { + "button": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, + "enable": { + "label": "Open Mini Player when viewing comments", + "title": "Automatically opens the Mini Player when you scroll to comments." + }, + "position": { + "label": "Default Mini Player position", + "options": { + "bottomCenter": "Bottom center", + "bottomLeft": "Bottom left", + "bottomRight": "Bottom right", + "topCenter": "Top center", + "topLeft": "Top left", + "topRight": "Top right" + }, + "title": "Sets the starting position before you move the Mini Player." + }, + "size": { + "label": "Default Mini Player size", + "title": "Sets the initial size before you resize the Mini Player." + }, + "title": "Mini Player settings" + }, "miscellaneous": { "features": { "automaticTheaterMode": { @@ -357,6 +394,10 @@ "label": "Ocultar reproducibles", "title": "Oculta todos los reproducibles" }, + "hidePlaylistRecommendationsFromHomePage": { + "label": "Ocultar listas de reproducción de la página de inicio", + "title": "Oculta las listas de reproducción que aparecen en la página de inicio" + }, "hideScrollbar": { "label": "Ocultar barra de desplazamiento", "title": "Oculta la barra de desplazamiento de la página" @@ -393,10 +434,6 @@ "label": "Pausar reproductores de fondo", "title": "Pausa los reproductores de vídeo en pestañas de fondo cuando inicias un nuevo reproductor en la pestaña de inicio" }, - "hidePlaylistRecommendationsFromHomePage": { - "label": "Ocultar listas de reproducción de la página de inicio", - "title": "Oculta las listas de reproducción que aparecen en la página de inicio" - }, "remainingTime": { "label": "Tiempo restante", "title": "Muestra el tiempo restante del vídeo que estás viendo" @@ -705,4 +742,3 @@ } } } - From 21df8a59e4636b93e9564f4767f59d1c158f1370 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 22 Jan 2026 19:11:15 -0500 Subject: [PATCH 1477/1783] New translations en-us.json (Czech) --- public/locales/cs-CZ.json | 46 ++++++++++++++++++++++++++++++++++----- 1 file changed, 41 insertions(+), 5 deletions(-) diff --git a/public/locales/cs-CZ.json b/public/locales/cs-CZ.json index fb8d102ae..892b41c65 100644 --- a/public/locales/cs-CZ.json +++ b/public/locales/cs-CZ.json @@ -56,6 +56,15 @@ } } }, + "miniPlayerButton": { + "button": { + "label": "Mini Player", + "toggle": { + "off": "Mini Player off", + "on": "Mini Player on" + } + } + }, "openTranscriptButton": { "button": { "label": "Open transcript" @@ -189,6 +198,7 @@ "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", "maximizePlayerButton": "Maximize button", + "miniPlayerButton": "Mini Player", "openTranscriptButton": "Open Transcript button", "rewindButton": "Rewind button", "screenshotButton": "Screenshot button", @@ -275,6 +285,33 @@ }, "title": "Language" }, + "miniPlayer": { + "button": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, + "enable": { + "label": "Open Mini Player when viewing comments", + "title": "Automatically opens the Mini Player when you scroll to comments." + }, + "position": { + "label": "Default Mini Player position", + "options": { + "bottomCenter": "Bottom center", + "bottomLeft": "Bottom left", + "bottomRight": "Bottom right", + "topCenter": "Top center", + "topLeft": "Top left", + "topRight": "Top right" + }, + "title": "Sets the starting position before you move the Mini Player." + }, + "size": { + "label": "Default Mini Player size", + "title": "Sets the initial size before you resize the Mini Player." + }, + "title": "Mini Player settings" + }, "miscellaneous": { "features": { "automaticTheaterMode": { @@ -357,6 +394,10 @@ "label": "Hide playables", "title": "Hides all playables" }, + "hidePlaylistRecommendationsFromHomePage": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + }, "hideScrollbar": { "label": "Hide scrollbar", "title": "Hides the pages scrollbar" @@ -393,10 +434,6 @@ "label": "Pause background players", "title": "Pauses video players in background tabs when you start a new player in foreground tab" }, - "hidePlaylistRecommendationsFromHomePage": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" - }, "remainingTime": { "label": "Remaining time", "title": "Shows the remaining time of the video you're watching" @@ -705,4 +742,3 @@ } } } - From 6997375b659fb41a51bea7024eb4a58a2b6ac181 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 22 Jan 2026 19:11:16 -0500 Subject: [PATCH 1478/1783] New translations en-us.json (German) --- public/locales/de-DE.json | 46 ++++++++++++++++++++++++++++++++++----- 1 file changed, 41 insertions(+), 5 deletions(-) diff --git a/public/locales/de-DE.json b/public/locales/de-DE.json index a59fa32d6..10ed171fd 100644 --- a/public/locales/de-DE.json +++ b/public/locales/de-DE.json @@ -56,6 +56,15 @@ } } }, + "miniPlayerButton": { + "button": { + "label": "Mini Player", + "toggle": { + "off": "Mini Player off", + "on": "Mini Player on" + } + } + }, "openTranscriptButton": { "button": { "label": "Transkript öffnen" @@ -189,6 +198,7 @@ "increasePlaybackSpeedButton": "Geschwindigkeit erhöhen", "loopButton": "Loop", "maximizePlayerButton": "Maximieren", + "miniPlayerButton": "Mini Player", "openTranscriptButton": "Transkript", "rewindButton": "Zurückspulen", "screenshotButton": "Screenshot", @@ -275,6 +285,33 @@ }, "title": "Sprache" }, + "miniPlayer": { + "button": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, + "enable": { + "label": "Open Mini Player when viewing comments", + "title": "Automatically opens the Mini Player when you scroll to comments." + }, + "position": { + "label": "Default Mini Player position", + "options": { + "bottomCenter": "Bottom center", + "bottomLeft": "Bottom left", + "bottomRight": "Bottom right", + "topCenter": "Top center", + "topLeft": "Top left", + "topRight": "Top right" + }, + "title": "Sets the starting position before you move the Mini Player." + }, + "size": { + "label": "Default Mini Player size", + "title": "Sets the initial size before you resize the Mini Player." + }, + "title": "Mini Player settings" + }, "miscellaneous": { "features": { "automaticTheaterMode": { @@ -357,6 +394,10 @@ "label": "Hide playables", "title": "Hides all playables" }, + "hidePlaylistRecommendationsFromHomePage": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + }, "hideScrollbar": { "label": "Scrollbar ausblenden", "title": "Versteckt die Scrollleiste" @@ -393,10 +434,6 @@ "label": "Pause background players", "title": "Pauses video players in background tabs when you start a new player in foreground tab" }, - "hidePlaylistRecommendationsFromHomePage": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" - }, "remainingTime": { "label": "Verbleibende Zeit", "title": "Zeigt die verbleibende Zeit des Videos, das du siehst" @@ -705,4 +742,3 @@ } } } - From 351648e5f531f941a77a4ba9ac4b7514a6cd923e Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 22 Jan 2026 19:11:17 -0500 Subject: [PATCH 1479/1783] New translations en-us.json (Hebrew) --- public/locales/he-IL.json | 46 ++++++++++++++++++++++++++++++++++----- 1 file changed, 41 insertions(+), 5 deletions(-) diff --git a/public/locales/he-IL.json b/public/locales/he-IL.json index 7cd3bb89e..03eaf3d1e 100644 --- a/public/locales/he-IL.json +++ b/public/locales/he-IL.json @@ -56,6 +56,15 @@ } } }, + "miniPlayerButton": { + "button": { + "label": "Mini Player", + "toggle": { + "off": "Mini Player off", + "on": "Mini Player on" + } + } + }, "openTranscriptButton": { "button": { "label": "Open transcript" @@ -189,6 +198,7 @@ "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", "maximizePlayerButton": "Maximize button", + "miniPlayerButton": "Mini Player", "openTranscriptButton": "Open Transcript button", "rewindButton": "Rewind button", "screenshotButton": "Screenshot button", @@ -275,6 +285,33 @@ }, "title": "Language" }, + "miniPlayer": { + "button": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, + "enable": { + "label": "Open Mini Player when viewing comments", + "title": "Automatically opens the Mini Player when you scroll to comments." + }, + "position": { + "label": "Default Mini Player position", + "options": { + "bottomCenter": "Bottom center", + "bottomLeft": "Bottom left", + "bottomRight": "Bottom right", + "topCenter": "Top center", + "topLeft": "Top left", + "topRight": "Top right" + }, + "title": "Sets the starting position before you move the Mini Player." + }, + "size": { + "label": "Default Mini Player size", + "title": "Sets the initial size before you resize the Mini Player." + }, + "title": "Mini Player settings" + }, "miscellaneous": { "features": { "automaticTheaterMode": { @@ -357,6 +394,10 @@ "label": "Hide playables", "title": "Hides all playables" }, + "hidePlaylistRecommendationsFromHomePage": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + }, "hideScrollbar": { "label": "Hide scrollbar", "title": "Hides the pages scrollbar" @@ -393,10 +434,6 @@ "label": "Pause background players", "title": "Pauses video players in background tabs when you start a new player in foreground tab" }, - "hidePlaylistRecommendationsFromHomePage": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" - }, "remainingTime": { "label": "Remaining time", "title": "Shows the remaining time of the video you're watching" @@ -705,4 +742,3 @@ } } } - From 8992a97cfbccb397550955acf4c7e4b2175e6a74 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 22 Jan 2026 19:11:18 -0500 Subject: [PATCH 1480/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 46 ++++++++++++++++++++++++++++++++++----- 1 file changed, 41 insertions(+), 5 deletions(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index d64ad0b8d..0a4e43b4d 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -56,6 +56,15 @@ } } }, + "miniPlayerButton": { + "button": { + "label": "Mini Player", + "toggle": { + "off": "Mini Player off", + "on": "Mini Player on" + } + } + }, "openTranscriptButton": { "button": { "label": "Apri trascrizione" @@ -189,6 +198,7 @@ "increasePlaybackSpeedButton": "Pulsante Aumenta velocità", "loopButton": "Pulsante Ripeti", "maximizePlayerButton": "Pulsante Massimizza", + "miniPlayerButton": "Mini Player", "openTranscriptButton": "Pulsante Apri trascrizione", "rewindButton": "Pulsante Riavvolgi", "screenshotButton": "Pulsante Schermata", @@ -275,6 +285,33 @@ }, "title": "Lingua" }, + "miniPlayer": { + "button": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, + "enable": { + "label": "Open Mini Player when viewing comments", + "title": "Automatically opens the Mini Player when you scroll to comments." + }, + "position": { + "label": "Default Mini Player position", + "options": { + "bottomCenter": "Bottom center", + "bottomLeft": "Bottom left", + "bottomRight": "Bottom right", + "topCenter": "Top center", + "topLeft": "Top left", + "topRight": "Top right" + }, + "title": "Sets the starting position before you move the Mini Player." + }, + "size": { + "label": "Default Mini Player size", + "title": "Sets the initial size before you resize the Mini Player." + }, + "title": "Mini Player settings" + }, "miscellaneous": { "features": { "automaticTheaterMode": { @@ -357,6 +394,10 @@ "label": "Nascondi giocabili", "title": "Nasconde tutti i giocabili" }, + "hidePlaylistRecommendationsFromHomePage": { + "label": "Nascondi liste riproduzioni dalla pagina iniziale", + "title": "Elimina le liste riproduzioni dalla pagina iniziale" + }, "hideScrollbar": { "label": "Nascondi barra scorrimento", "title": "Nasconde la barra di scorrimento delle pagine" @@ -393,10 +434,6 @@ "label": "Metti in pausa riproduttori in secondo piano", "title": "Mette in pausa i riproduttori video nelle schede nascoste quando si avvia un nuovo riproduttore nella scheda aperta" }, - "hidePlaylistRecommendationsFromHomePage": { - "label": "Nascondi liste riproduzioni dalla pagina iniziale", - "title": "Elimina le liste riproduzioni dalla pagina iniziale" - }, "remainingTime": { "label": "Tempo rimanente", "title": "Mostra il tempo rimanente per il video che stai guardando" @@ -705,4 +742,3 @@ } } } - From 600bf5164799eade9e9f1580156fc02008d89da7 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 22 Jan 2026 19:11:19 -0500 Subject: [PATCH 1481/1783] New translations en-us.json (Korean) --- public/locales/ko-KR.json | 46 ++++++++++++++++++++++++++++++++++----- 1 file changed, 41 insertions(+), 5 deletions(-) diff --git a/public/locales/ko-KR.json b/public/locales/ko-KR.json index f3e4269c8..882879243 100644 --- a/public/locales/ko-KR.json +++ b/public/locales/ko-KR.json @@ -56,6 +56,15 @@ } } }, + "miniPlayerButton": { + "button": { + "label": "Mini Player", + "toggle": { + "off": "Mini Player off", + "on": "Mini Player on" + } + } + }, "openTranscriptButton": { "button": { "label": "스크립트 보기" @@ -189,6 +198,7 @@ "increasePlaybackSpeedButton": "속도 조절 버튼", "loopButton": "연속 재생 버튼", "maximizePlayerButton": "화면 크기에 맞추기 버튼", + "miniPlayerButton": "Mini Player", "openTranscriptButton": "스크립트 보기 버튼", "rewindButton": "되감기 버튼", "screenshotButton": "스크린샷 버튼", @@ -275,6 +285,33 @@ }, "title": "언어" }, + "miniPlayer": { + "button": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, + "enable": { + "label": "Open Mini Player when viewing comments", + "title": "Automatically opens the Mini Player when you scroll to comments." + }, + "position": { + "label": "Default Mini Player position", + "options": { + "bottomCenter": "Bottom center", + "bottomLeft": "Bottom left", + "bottomRight": "Bottom right", + "topCenter": "Top center", + "topLeft": "Top left", + "topRight": "Top right" + }, + "title": "Sets the starting position before you move the Mini Player." + }, + "size": { + "label": "Default Mini Player size", + "title": "Sets the initial size before you resize the Mini Player." + }, + "title": "Mini Player settings" + }, "miscellaneous": { "features": { "automaticTheaterMode": { @@ -357,6 +394,10 @@ "label": "Hide playables", "title": "Hides all playables" }, + "hidePlaylistRecommendationsFromHomePage": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + }, "hideScrollbar": { "label": "스크롤바 숨기기", "title": "스크롤바를 숨깁니다. 깔끔한 느낌을 받으시려면 키세요" @@ -393,10 +434,6 @@ "label": "백그라운드 플레이어 일시 중지", "title": "다른 탭에서 동영상을 재생할 때 이전 탭의 동영상 플레이어를 일시 중지합니다." }, - "hidePlaylistRecommendationsFromHomePage": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" - }, "remainingTime": { "label": "남은 시간 표시", "title": "현재 동영상의 남은 시간을 표시합니다." @@ -705,4 +742,3 @@ } } } - From a9e2911ac360c01d5581ff1a78c25efe5d7e8a42 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 22 Jan 2026 19:11:20 -0500 Subject: [PATCH 1482/1783] New translations en-us.json (Dutch) --- public/locales/nl-NL.json | 46 ++++++++++++++++++++++++++++++++++----- 1 file changed, 41 insertions(+), 5 deletions(-) diff --git a/public/locales/nl-NL.json b/public/locales/nl-NL.json index a62ffd0e6..0f8335581 100644 --- a/public/locales/nl-NL.json +++ b/public/locales/nl-NL.json @@ -56,6 +56,15 @@ } } }, + "miniPlayerButton": { + "button": { + "label": "Mini Player", + "toggle": { + "off": "Mini Player off", + "on": "Mini Player on" + } + } + }, "openTranscriptButton": { "button": { "label": "Open ondertitels" @@ -189,6 +198,7 @@ "increasePlaybackSpeedButton": "Verhoog snelheid knop", "loopButton": "Loop knop", "maximizePlayerButton": "Maximaliseer knop", + "miniPlayerButton": "Mini Player", "openTranscriptButton": "Open ondertitels knop", "rewindButton": "Terugspoelknop", "screenshotButton": "Schermafbeelding knop", @@ -275,6 +285,33 @@ }, "title": "Taal" }, + "miniPlayer": { + "button": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, + "enable": { + "label": "Open Mini Player when viewing comments", + "title": "Automatically opens the Mini Player when you scroll to comments." + }, + "position": { + "label": "Default Mini Player position", + "options": { + "bottomCenter": "Bottom center", + "bottomLeft": "Bottom left", + "bottomRight": "Bottom right", + "topCenter": "Top center", + "topLeft": "Top left", + "topRight": "Top right" + }, + "title": "Sets the starting position before you move the Mini Player." + }, + "size": { + "label": "Default Mini Player size", + "title": "Sets the initial size before you resize the Mini Player." + }, + "title": "Mini Player settings" + }, "miscellaneous": { "features": { "automaticTheaterMode": { @@ -357,6 +394,10 @@ "label": "Hide playables", "title": "Hides all playables" }, + "hidePlaylistRecommendationsFromHomePage": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + }, "hideScrollbar": { "label": "Verberg scrollbar", "title": "Verbergt de scrollbar op de pagina" @@ -393,10 +434,6 @@ "label": "Achtergrondafspelers pauzeren", "title": "Pauzeert videospelers in achtergrond tabbladen wanneer je een nieuwe videospeler start op een voorgrond tabblad" }, - "hidePlaylistRecommendationsFromHomePage": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" - }, "remainingTime": { "label": "Resterende tijd", "title": "Toont de resterende tijd van de huidige video" @@ -705,4 +742,3 @@ } } } - From 4333badda9100f59f10c7a4288a71899788b41ac Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 22 Jan 2026 19:11:21 -0500 Subject: [PATCH 1483/1783] New translations en-us.json (Polish) --- public/locales/pl-PL.json | 46 ++++++++++++++++++++++++++++++++++----- 1 file changed, 41 insertions(+), 5 deletions(-) diff --git a/public/locales/pl-PL.json b/public/locales/pl-PL.json index 033c34f9c..12077178e 100644 --- a/public/locales/pl-PL.json +++ b/public/locales/pl-PL.json @@ -56,6 +56,15 @@ } } }, + "miniPlayerButton": { + "button": { + "label": "Mini Player", + "toggle": { + "off": "Mini Player off", + "on": "Mini Player on" + } + } + }, "openTranscriptButton": { "button": { "label": "Otwórz transkrypcję" @@ -189,6 +198,7 @@ "increasePlaybackSpeedButton": "Przycisk Zwiększania Prędkości Odtwarzania", "loopButton": "Przycisk Zapętlania", "maximizePlayerButton": "Maximize button", + "miniPlayerButton": "Mini Player", "openTranscriptButton": "Open Transcript button", "rewindButton": "Rewind button", "screenshotButton": "Przycisk Zrzutu Ekranu", @@ -275,6 +285,33 @@ }, "title": "Język" }, + "miniPlayer": { + "button": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, + "enable": { + "label": "Open Mini Player when viewing comments", + "title": "Automatically opens the Mini Player when you scroll to comments." + }, + "position": { + "label": "Default Mini Player position", + "options": { + "bottomCenter": "Bottom center", + "bottomLeft": "Bottom left", + "bottomRight": "Bottom right", + "topCenter": "Top center", + "topLeft": "Top left", + "topRight": "Top right" + }, + "title": "Sets the starting position before you move the Mini Player." + }, + "size": { + "label": "Default Mini Player size", + "title": "Sets the initial size before you resize the Mini Player." + }, + "title": "Mini Player settings" + }, "miscellaneous": { "features": { "automaticTheaterMode": { @@ -357,6 +394,10 @@ "label": "Hide playables", "title": "Hides all playables" }, + "hidePlaylistRecommendationsFromHomePage": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + }, "hideScrollbar": { "label": "Hide scrollbar", "title": "Hides the pages scrollbar" @@ -393,10 +434,6 @@ "label": "Pause background players", "title": "Pauses video players in background tabs when you start a new player in foreground tab" }, - "hidePlaylistRecommendationsFromHomePage": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" - }, "remainingTime": { "label": "Remaining time", "title": "Shows the remaining time of the video you're watching" @@ -705,4 +742,3 @@ } } } - From 2dc307c731667dc1116d1637b911286c82148fa4 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 22 Jan 2026 19:11:22 -0500 Subject: [PATCH 1484/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 46 ++++++++++++++++++++++++++++++++++----- 1 file changed, 41 insertions(+), 5 deletions(-) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index 062f3205a..fad94a961 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -56,6 +56,15 @@ } } }, + "miniPlayerButton": { + "button": { + "label": "Mini Player", + "toggle": { + "off": "Mini Player off", + "on": "Mini Player on" + } + } + }, "openTranscriptButton": { "button": { "label": "Открыть стенограмму" @@ -189,6 +198,7 @@ "increasePlaybackSpeedButton": "Кнопка увеличения скорости видео", "loopButton": "Кнопка «Зациклить»", "maximizePlayerButton": "Кнопка «Развернуть»", + "miniPlayerButton": "Mini Player", "openTranscriptButton": "Кнопка «Открыть стенограмму»", "rewindButton": "Кнопка перемотки назад", "screenshotButton": "Кнопка «Скриншот»", @@ -275,6 +285,33 @@ }, "title": "Язык" }, + "miniPlayer": { + "button": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, + "enable": { + "label": "Open Mini Player when viewing comments", + "title": "Automatically opens the Mini Player when you scroll to comments." + }, + "position": { + "label": "Default Mini Player position", + "options": { + "bottomCenter": "Bottom center", + "bottomLeft": "Bottom left", + "bottomRight": "Bottom right", + "topCenter": "Top center", + "topLeft": "Top left", + "topRight": "Top right" + }, + "title": "Sets the starting position before you move the Mini Player." + }, + "size": { + "label": "Default Mini Player size", + "title": "Sets the initial size before you resize the Mini Player." + }, + "title": "Mini Player settings" + }, "miscellaneous": { "features": { "automaticTheaterMode": { @@ -357,6 +394,10 @@ "label": "Спрятать игры", "title": "Прячет все игры (playables)" }, + "hidePlaylistRecommendationsFromHomePage": { + "label": "Спрятать плейлисты на главной", + "title": "Прячет плейлисты на главной (домашней) странице" + }, "hideScrollbar": { "label": "Включить скрытие полосы прокрутки страницы", "title": "Скрывает полосу прокрутки страницы" @@ -393,10 +434,6 @@ "label": "Ставить на паузу видео в фоновых вкладках", "title": "Ставит на паузу видео в фоновых вкладках при запуске видео в активной (текущей) вкладке" }, - "hidePlaylistRecommendationsFromHomePage": { - "label": "Спрятать плейлисты на главной", - "title": "Прячет плейлисты на главной (домашней) странице" - }, "remainingTime": { "label": "Включить отображение оставшегося времени", "title": "Показывает оставшееся время просмотра видео" @@ -705,4 +742,3 @@ } } } - From 72104b5edb8506108e1797190d892053541aa0ed Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 22 Jan 2026 19:11:23 -0500 Subject: [PATCH 1485/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 46 ++++++++++++++++++++++++++++++++++----- 1 file changed, 41 insertions(+), 5 deletions(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index d775da0e5..effabf51a 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -56,6 +56,15 @@ } } }, + "miniPlayerButton": { + "button": { + "label": "Mini Player", + "toggle": { + "off": "Mini Player off", + "on": "Mini Player on" + } + } + }, "openTranscriptButton": { "button": { "label": "Transkripti Aç" @@ -189,6 +198,7 @@ "increasePlaybackSpeedButton": "Hızı Artırma Butonu", "loopButton": "Döngü düğmesi", "maximizePlayerButton": "Tam ekran düğmesi", + "miniPlayerButton": "Mini Player", "openTranscriptButton": "Transkripti Aç butonu", "rewindButton": "Geri sarma düğmesi", "screenshotButton": "Ekran görüntüsü düğmesi", @@ -275,6 +285,33 @@ }, "title": "Dil" }, + "miniPlayer": { + "button": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, + "enable": { + "label": "Open Mini Player when viewing comments", + "title": "Automatically opens the Mini Player when you scroll to comments." + }, + "position": { + "label": "Default Mini Player position", + "options": { + "bottomCenter": "Bottom center", + "bottomLeft": "Bottom left", + "bottomRight": "Bottom right", + "topCenter": "Top center", + "topLeft": "Top left", + "topRight": "Top right" + }, + "title": "Sets the starting position before you move the Mini Player." + }, + "size": { + "label": "Default Mini Player size", + "title": "Sets the initial size before you resize the Mini Player." + }, + "title": "Mini Player settings" + }, "miscellaneous": { "features": { "automaticTheaterMode": { @@ -357,6 +394,10 @@ "label": "Oynatılabilirleri gizle", "title": "Tüm oynatılabilir öğeleri gizle" }, + "hidePlaylistRecommendationsFromHomePage": { + "label": "Ana sayfadaki oynatma listelerini gizle", + "title": "Ana sayfadaki oynatma listelerinden kurtulun" + }, "hideScrollbar": { "label": "Kaydırma çubuğu gizlemeyi etkinleştir", "title": "Sayfa kaydırma çubuğunu gizler" @@ -393,10 +434,6 @@ "label": "Arka plan oynatıcılarını duraklat", "title": "Ön plan sekmesinde yeni bir oynatıcı başlattığınızda arka plan sekmelerindeki video oynatıcıları duraklatır" }, - "hidePlaylistRecommendationsFromHomePage": { - "label": "Ana sayfadaki oynatma listelerini gizle", - "title": "Ana sayfadaki oynatma listelerinden kurtulun" - }, "remainingTime": { "label": "Kalan süre", "title": "İzlediğiniz videonun kalan süresini gösterir" @@ -705,4 +742,3 @@ } } } - From d4cd6a187c5b09d9c0920eb7606b52e8d293b0e4 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 22 Jan 2026 19:11:24 -0500 Subject: [PATCH 1486/1783] New translations en-us.json (Ukrainian) --- public/locales/uk-UA.json | 46 ++++++++++++++++++++++++++++++++++----- 1 file changed, 41 insertions(+), 5 deletions(-) diff --git a/public/locales/uk-UA.json b/public/locales/uk-UA.json index e29329f21..002b09c84 100644 --- a/public/locales/uk-UA.json +++ b/public/locales/uk-UA.json @@ -56,6 +56,15 @@ } } }, + "miniPlayerButton": { + "button": { + "label": "Mini Player", + "toggle": { + "off": "Mini Player off", + "on": "Mini Player on" + } + } + }, "openTranscriptButton": { "button": { "label": "Відкрити транскрипцію" @@ -189,6 +198,7 @@ "increasePlaybackSpeedButton": "Кнопка пришвидшення", "loopButton": "Кнопка зациклення", "maximizePlayerButton": "Кнопка Розгорнути", + "miniPlayerButton": "Mini Player", "openTranscriptButton": "Кнопка відкрити транскрипт", "rewindButton": "Кнопка відмотки", "screenshotButton": "Кнопка для скріншота", @@ -275,6 +285,33 @@ }, "title": "Мова" }, + "miniPlayer": { + "button": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, + "enable": { + "label": "Open Mini Player when viewing comments", + "title": "Automatically opens the Mini Player when you scroll to comments." + }, + "position": { + "label": "Default Mini Player position", + "options": { + "bottomCenter": "Bottom center", + "bottomLeft": "Bottom left", + "bottomRight": "Bottom right", + "topCenter": "Top center", + "topLeft": "Top left", + "topRight": "Top right" + }, + "title": "Sets the starting position before you move the Mini Player." + }, + "size": { + "label": "Default Mini Player size", + "title": "Sets the initial size before you resize the Mini Player." + }, + "title": "Mini Player settings" + }, "miscellaneous": { "features": { "automaticTheaterMode": { @@ -357,6 +394,10 @@ "label": "Hide playables", "title": "Hides all playables" }, + "hidePlaylistRecommendationsFromHomePage": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + }, "hideScrollbar": { "label": "Hide scrollbar", "title": "Hides the pages scrollbar" @@ -393,10 +434,6 @@ "label": "Pause background players", "title": "Pauses video players in background tabs when you start a new player in foreground tab" }, - "hidePlaylistRecommendationsFromHomePage": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" - }, "remainingTime": { "label": "Remaining time", "title": "Shows the remaining time of the video you're watching" @@ -705,4 +742,3 @@ } } } - From d02e000f5551fe45499ac78142ca9ad251b044ab Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 22 Jan 2026 19:11:25 -0500 Subject: [PATCH 1487/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 46 ++++++++++++++++++++++++++++++++++----- 1 file changed, 41 insertions(+), 5 deletions(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index fe53c64d0..b6ce15e16 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -56,6 +56,15 @@ } } }, + "miniPlayerButton": { + "button": { + "label": "Mini Player", + "toggle": { + "off": "Mini Player off", + "on": "Mini Player on" + } + } + }, "openTranscriptButton": { "button": { "label": "打开转写文稿" @@ -189,6 +198,7 @@ "increasePlaybackSpeedButton": "增加速度按钮", "loopButton": "循环按钮", "maximizePlayerButton": "最大化按钮", + "miniPlayerButton": "Mini Player", "openTranscriptButton": "转写文稿按钮", "rewindButton": "快退按钮", "screenshotButton": "屏幕截图按钮", @@ -275,6 +285,33 @@ }, "title": "语言" }, + "miniPlayer": { + "button": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, + "enable": { + "label": "Open Mini Player when viewing comments", + "title": "Automatically opens the Mini Player when you scroll to comments." + }, + "position": { + "label": "Default Mini Player position", + "options": { + "bottomCenter": "Bottom center", + "bottomLeft": "Bottom left", + "bottomRight": "Bottom right", + "topCenter": "Top center", + "topLeft": "Top left", + "topRight": "Top right" + }, + "title": "Sets the starting position before you move the Mini Player." + }, + "size": { + "label": "Default Mini Player size", + "title": "Sets the initial size before you resize the Mini Player." + }, + "title": "Mini Player settings" + }, "miscellaneous": { "features": { "automaticTheaterMode": { @@ -357,6 +394,10 @@ "label": "隐藏可播放内容", "title": "隐藏所有可播放内容" }, + "hidePlaylistRecommendationsFromHomePage": { + "label": "从主页隐藏播放列表", + "title": "从主页去除播放列表" + }, "hideScrollbar": { "label": "启用隐藏滚动条", "title": "隐藏页面滚动条" @@ -393,10 +434,6 @@ "label": "暂停后台播放", "title": "当您在前台标签中启用一个新播放器时,暂停后台标签中的视频播放器" }, - "hidePlaylistRecommendationsFromHomePage": { - "label": "从主页隐藏播放列表", - "title": "从主页去除播放列表" - }, "remainingTime": { "label": "剩余时间", "title": "显示您观看的视频的剩余时间" @@ -705,4 +742,3 @@ } } } - From 14325c86b7205d68663754e08018ecae0e891723 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 22 Jan 2026 19:11:26 -0500 Subject: [PATCH 1488/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 46 ++++++++++++++++++++++++++++++++++----- 1 file changed, 41 insertions(+), 5 deletions(-) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index fd729f62b..796fd4385 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -56,6 +56,15 @@ } } }, + "miniPlayerButton": { + "button": { + "label": "Mini Player", + "toggle": { + "off": "Mini Player off", + "on": "Mini Player on" + } + } + }, "openTranscriptButton": { "button": { "label": "打開文字記錄" @@ -189,6 +198,7 @@ "increasePlaybackSpeedButton": "加快速度按妞", "loopButton": "循環播放按鈕", "maximizePlayerButton": "最大化按鈕", + "miniPlayerButton": "Mini Player", "openTranscriptButton": "開啟文字記錄按鈕", "rewindButton": "倒帶按鈕", "screenshotButton": "螢幕截圖按鈕", @@ -275,6 +285,33 @@ }, "title": "語言" }, + "miniPlayer": { + "button": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, + "enable": { + "label": "Open Mini Player when viewing comments", + "title": "Automatically opens the Mini Player when you scroll to comments." + }, + "position": { + "label": "Default Mini Player position", + "options": { + "bottomCenter": "Bottom center", + "bottomLeft": "Bottom left", + "bottomRight": "Bottom right", + "topCenter": "Top center", + "topLeft": "Top left", + "topRight": "Top right" + }, + "title": "Sets the starting position before you move the Mini Player." + }, + "size": { + "label": "Default Mini Player size", + "title": "Sets the initial size before you resize the Mini Player." + }, + "title": "Mini Player settings" + }, "miscellaneous": { "features": { "automaticTheaterMode": { @@ -357,6 +394,10 @@ "label": "Hide playables", "title": "Hides all playables" }, + "hidePlaylistRecommendationsFromHomePage": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + }, "hideScrollbar": { "label": "隱藏捲軸", "title": "隱藏頁面捲軸" @@ -393,10 +434,6 @@ "label": "暫停背景播放程序", "title": "當前景分頁啟用新播放器時,自動凍結背景分頁影音" }, - "hidePlaylistRecommendationsFromHomePage": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" - }, "remainingTime": { "label": "剩餘時間", "title": "顥示現時影片的剩餘時間" @@ -705,4 +742,3 @@ } } } - From 2c0242b258bb42f0001425abdbb9b0453c24f91d Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 22 Jan 2026 19:11:26 -0500 Subject: [PATCH 1489/1783] New translations en-us.json (Vietnamese) --- public/locales/vi-VN.json | 46 ++++++++++++++++++++++++++++++++++----- 1 file changed, 41 insertions(+), 5 deletions(-) diff --git a/public/locales/vi-VN.json b/public/locales/vi-VN.json index 966dba764..5fc5906a3 100644 --- a/public/locales/vi-VN.json +++ b/public/locales/vi-VN.json @@ -56,6 +56,15 @@ } } }, + "miniPlayerButton": { + "button": { + "label": "Mini Player", + "toggle": { + "off": "Mini Player off", + "on": "Mini Player on" + } + } + }, "openTranscriptButton": { "button": { "label": "Open transcript" @@ -189,6 +198,7 @@ "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", "maximizePlayerButton": "Maximize button", + "miniPlayerButton": "Mini Player", "openTranscriptButton": "Open Transcript button", "rewindButton": "Rewind button", "screenshotButton": "Screenshot button", @@ -275,6 +285,33 @@ }, "title": "Language" }, + "miniPlayer": { + "button": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, + "enable": { + "label": "Open Mini Player when viewing comments", + "title": "Automatically opens the Mini Player when you scroll to comments." + }, + "position": { + "label": "Default Mini Player position", + "options": { + "bottomCenter": "Bottom center", + "bottomLeft": "Bottom left", + "bottomRight": "Bottom right", + "topCenter": "Top center", + "topLeft": "Top left", + "topRight": "Top right" + }, + "title": "Sets the starting position before you move the Mini Player." + }, + "size": { + "label": "Default Mini Player size", + "title": "Sets the initial size before you resize the Mini Player." + }, + "title": "Mini Player settings" + }, "miscellaneous": { "features": { "automaticTheaterMode": { @@ -357,6 +394,10 @@ "label": "Hide playables", "title": "Hides all playables" }, + "hidePlaylistRecommendationsFromHomePage": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + }, "hideScrollbar": { "label": "Hide scrollbar", "title": "Hides the pages scrollbar" @@ -393,10 +434,6 @@ "label": "Pause background players", "title": "Pauses video players in background tabs when you start a new player in foreground tab" }, - "hidePlaylistRecommendationsFromHomePage": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" - }, "remainingTime": { "label": "Remaining time", "title": "Shows the remaining time of the video you're watching" @@ -705,4 +742,3 @@ } } } - From a657bb0a74b1ac07dc05d6de0681ac1c36dc38ef Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 22 Jan 2026 19:11:27 -0500 Subject: [PATCH 1490/1783] New translations en-us.json (Persian) --- public/locales/fa-IR.json | 46 ++++++++++++++++++++++++++++++++++----- 1 file changed, 41 insertions(+), 5 deletions(-) diff --git a/public/locales/fa-IR.json b/public/locales/fa-IR.json index e57f7976e..3ecad96ef 100644 --- a/public/locales/fa-IR.json +++ b/public/locales/fa-IR.json @@ -56,6 +56,15 @@ } } }, + "miniPlayerButton": { + "button": { + "label": "Mini Player", + "toggle": { + "off": "Mini Player off", + "on": "Mini Player on" + } + } + }, "openTranscriptButton": { "button": { "label": "Open transcript" @@ -189,6 +198,7 @@ "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", "maximizePlayerButton": "Maximize button", + "miniPlayerButton": "Mini Player", "openTranscriptButton": "Open Transcript button", "rewindButton": "Rewind button", "screenshotButton": "Screenshot button", @@ -275,6 +285,33 @@ }, "title": "Language" }, + "miniPlayer": { + "button": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, + "enable": { + "label": "Open Mini Player when viewing comments", + "title": "Automatically opens the Mini Player when you scroll to comments." + }, + "position": { + "label": "Default Mini Player position", + "options": { + "bottomCenter": "Bottom center", + "bottomLeft": "Bottom left", + "bottomRight": "Bottom right", + "topCenter": "Top center", + "topLeft": "Top left", + "topRight": "Top right" + }, + "title": "Sets the starting position before you move the Mini Player." + }, + "size": { + "label": "Default Mini Player size", + "title": "Sets the initial size before you resize the Mini Player." + }, + "title": "Mini Player settings" + }, "miscellaneous": { "features": { "automaticTheaterMode": { @@ -357,6 +394,10 @@ "label": "Hide playables", "title": "Hides all playables" }, + "hidePlaylistRecommendationsFromHomePage": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + }, "hideScrollbar": { "label": "Hide scrollbar", "title": "Hides the pages scrollbar" @@ -393,10 +434,6 @@ "label": "Pause background players", "title": "Pauses video players in background tabs when you start a new player in foreground tab" }, - "hidePlaylistRecommendationsFromHomePage": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" - }, "remainingTime": { "label": "Remaining time", "title": "Shows the remaining time of the video you're watching" @@ -705,4 +742,3 @@ } } } - From b9c386868cf851430e30f0b51c9336b5f5558940 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 22 Jan 2026 19:11:28 -0500 Subject: [PATCH 1491/1783] New translations en-us.json (Hindi) --- public/locales/hi-IN.json | 46 ++++++++++++++++++++++++++++++++++----- 1 file changed, 41 insertions(+), 5 deletions(-) diff --git a/public/locales/hi-IN.json b/public/locales/hi-IN.json index e3b7cd383..49f62b994 100644 --- a/public/locales/hi-IN.json +++ b/public/locales/hi-IN.json @@ -56,6 +56,15 @@ } } }, + "miniPlayerButton": { + "button": { + "label": "Mini Player", + "toggle": { + "off": "Mini Player off", + "on": "Mini Player on" + } + } + }, "openTranscriptButton": { "button": { "label": "Open transcript" @@ -189,6 +198,7 @@ "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", "maximizePlayerButton": "Maximize button", + "miniPlayerButton": "Mini Player", "openTranscriptButton": "Open Transcript button", "rewindButton": "Rewind button", "screenshotButton": "Screenshot button", @@ -275,6 +285,33 @@ }, "title": "Language" }, + "miniPlayer": { + "button": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, + "enable": { + "label": "Open Mini Player when viewing comments", + "title": "Automatically opens the Mini Player when you scroll to comments." + }, + "position": { + "label": "Default Mini Player position", + "options": { + "bottomCenter": "Bottom center", + "bottomLeft": "Bottom left", + "bottomRight": "Bottom right", + "topCenter": "Top center", + "topLeft": "Top left", + "topRight": "Top right" + }, + "title": "Sets the starting position before you move the Mini Player." + }, + "size": { + "label": "Default Mini Player size", + "title": "Sets the initial size before you resize the Mini Player." + }, + "title": "Mini Player settings" + }, "miscellaneous": { "features": { "automaticTheaterMode": { @@ -357,6 +394,10 @@ "label": "Hide playables", "title": "Hides all playables" }, + "hidePlaylistRecommendationsFromHomePage": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + }, "hideScrollbar": { "label": "Hide scrollbar", "title": "Hides the pages scrollbar" @@ -393,10 +434,6 @@ "label": "Pause background players", "title": "Pauses video players in background tabs when you start a new player in foreground tab" }, - "hidePlaylistRecommendationsFromHomePage": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" - }, "remainingTime": { "label": "Remaining time", "title": "Shows the remaining time of the video you're watching" @@ -705,4 +742,3 @@ } } } - From fe89dca0c0bd415c20321aa89947c9118f2e3476 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 22 Jan 2026 19:11:29 -0500 Subject: [PATCH 1492/1783] New translations en-us.json (English, United Kingdom) --- public/locales/en-GB.json | 46 ++++++++++++++++++++++++++++++++++----- 1 file changed, 41 insertions(+), 5 deletions(-) diff --git a/public/locales/en-GB.json b/public/locales/en-GB.json index de27413e7..fa357e25b 100644 --- a/public/locales/en-GB.json +++ b/public/locales/en-GB.json @@ -56,6 +56,15 @@ } } }, + "miniPlayerButton": { + "button": { + "label": "Mini Player", + "toggle": { + "off": "Mini Player off", + "on": "Mini Player on" + } + } + }, "openTranscriptButton": { "button": { "label": "Open transcript" @@ -189,6 +198,7 @@ "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", "maximizePlayerButton": "Maximize button", + "miniPlayerButton": "Mini Player", "openTranscriptButton": "Open Transcript button", "rewindButton": "Rewind button", "screenshotButton": "Screenshot button", @@ -275,6 +285,33 @@ }, "title": "Language" }, + "miniPlayer": { + "button": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, + "enable": { + "label": "Open Mini Player when viewing comments", + "title": "Automatically opens the Mini Player when you scroll to comments." + }, + "position": { + "label": "Default Mini Player position", + "options": { + "bottomCenter": "Bottom center", + "bottomLeft": "Bottom left", + "bottomRight": "Bottom right", + "topCenter": "Top center", + "topLeft": "Top left", + "topRight": "Top right" + }, + "title": "Sets the starting position before you move the Mini Player." + }, + "size": { + "label": "Default Mini Player size", + "title": "Sets the initial size before you resize the Mini Player." + }, + "title": "Mini Player settings" + }, "miscellaneous": { "features": { "automaticTheaterMode": { @@ -357,6 +394,10 @@ "label": "Hide playables", "title": "Hides all playables" }, + "hidePlaylistRecommendationsFromHomePage": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + }, "hideScrollbar": { "label": "Hide scrollbar", "title": "Hides the pages scrollbar" @@ -393,10 +434,6 @@ "label": "Pause background players", "title": "Pauses video players in background tabs when you start a new player in foreground tab" }, - "hidePlaylistRecommendationsFromHomePage": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" - }, "remainingTime": { "label": "Remaining time", "title": "Shows the remaining time of the video you're watching" @@ -705,4 +742,3 @@ } } } - From 17c222240b01a80523ee9fa0719004f12ea01207 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 23 Jan 2026 04:37:42 -0500 Subject: [PATCH 1493/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index b6ce15e16..1a3588d66 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -58,10 +58,10 @@ }, "miniPlayerButton": { "button": { - "label": "Mini Player", + "label": "迷你播放器", "toggle": { - "off": "Mini Player off", - "on": "Mini Player on" + "off": "迷你播放器关闭", + "on": "迷你播放器开启" } } }, @@ -198,7 +198,7 @@ "increasePlaybackSpeedButton": "增加速度按钮", "loopButton": "循环按钮", "maximizePlayerButton": "最大化按钮", - "miniPlayerButton": "Mini Player", + "miniPlayerButton": "迷你播放器", "openTranscriptButton": "转写文稿按钮", "rewindButton": "快退按钮", "screenshotButton": "屏幕截图按钮", @@ -287,30 +287,30 @@ }, "miniPlayer": { "button": { - "label": "Mini Player button", - "title": "Adds a button that opens the Mini Player" + "label": "迷你播放器按钮", + "title": "添加打开迷你播放器的按钮" }, "enable": { - "label": "Open Mini Player when viewing comments", - "title": "Automatically opens the Mini Player when you scroll to comments." + "label": "查看评论时打开迷你播放器", + "title": "当您滚动到评论时自动打开迷你播放器。" }, "position": { - "label": "Default Mini Player position", + "label": "默认迷你播放器位置", "options": { - "bottomCenter": "Bottom center", - "bottomLeft": "Bottom left", - "bottomRight": "Bottom right", - "topCenter": "Top center", - "topLeft": "Top left", - "topRight": "Top right" + "bottomCenter": "底部居中", + "bottomLeft": "左下角", + "bottomRight": "右下角", + "topCenter": "顶部居中", + "topLeft": "左上角", + "topRight": "右上角" }, - "title": "Sets the starting position before you move the Mini Player." + "title": "设置移动迷你播放器之前的起始位置。" }, "size": { - "label": "Default Mini Player size", - "title": "Sets the initial size before you resize the Mini Player." + "label": "默认迷你播放器大小", + "title": "设置缩放迷你播放器之前的起始大小。" }, - "title": "Mini Player settings" + "title": "迷你播放器设置" }, "miscellaneous": { "features": { From 1b97bd94df10549fcf5689659dd10e4be5904d51 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 23 Jan 2026 07:00:02 -0500 Subject: [PATCH 1494/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index 0a4e43b4d..843051698 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -58,10 +58,10 @@ }, "miniPlayerButton": { "button": { - "label": "Mini Player", + "label": "Mini riproduttore", "toggle": { - "off": "Mini Player off", - "on": "Mini Player on" + "off": "Mini riproduttore inattivo", + "on": "Mini riproduttore attivo" } } }, @@ -198,7 +198,7 @@ "increasePlaybackSpeedButton": "Pulsante Aumenta velocità", "loopButton": "Pulsante Ripeti", "maximizePlayerButton": "Pulsante Massimizza", - "miniPlayerButton": "Mini Player", + "miniPlayerButton": "Mini riproduttore", "openTranscriptButton": "Pulsante Apri trascrizione", "rewindButton": "Pulsante Riavvolgi", "screenshotButton": "Pulsante Schermata", @@ -287,30 +287,30 @@ }, "miniPlayer": { "button": { - "label": "Mini Player button", - "title": "Adds a button that opens the Mini Player" + "label": "Pulsante Mini riproduttore", + "title": "Aggiunge un pulsante che apre il mini riproduttore" }, "enable": { - "label": "Open Mini Player when viewing comments", - "title": "Automatically opens the Mini Player when you scroll to comments." + "label": "Apri Mini riproduttore quando si visualizzano i commenti", + "title": "Apre automaticamente il Mini riproduttore quando scorri verso i commenti." }, "position": { - "label": "Default Mini Player position", + "label": "Posizione del mini riproduttore predefinita", "options": { - "bottomCenter": "Bottom center", - "bottomLeft": "Bottom left", - "bottomRight": "Bottom right", - "topCenter": "Top center", - "topLeft": "Top left", - "topRight": "Top right" + "bottomCenter": "In basso al centro", + "bottomLeft": "In basso a sinistra", + "bottomRight": "In basso a destra", + "topCenter": "In alto al centro", + "topLeft": "Alto - sinistra", + "topRight": "In alto a destra" }, - "title": "Sets the starting position before you move the Mini Player." + "title": "Imposta la posizione di partenza prima di spostare il Mini riproduttore." }, "size": { - "label": "Default Mini Player size", - "title": "Sets the initial size before you resize the Mini Player." + "label": "Dimensione predefinita del mini riproduttore", + "title": "Imposta la dimensione iniziale prima di ridimensionare il mini riproduttore." }, - "title": "Mini Player settings" + "title": "Impostazioni mini riproduttore" }, "miscellaneous": { "features": { From 0248404edeaf8556c4d254624d164b12be933e4a Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 23 Jan 2026 17:03:09 -0500 Subject: [PATCH 1495/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index e33d3e2be..a86bdfe52 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -286,10 +286,6 @@ "title": "Idioma" }, "miniPlayer": { - "button": { - "label": "Mini Player button", - "title": "Adds a button that opens the Mini Player" - }, "enable": { "label": "Open Mini Player when viewing comments", "title": "Automatically opens the Mini Player when you scroll to comments." @@ -312,6 +308,10 @@ }, "title": "Mini Player settings" }, + "miniPlayerButton": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, "miscellaneous": { "features": { "automaticTheaterMode": { From fd65667c4d00fab4888e3eb39dd3f29f2c9a58d6 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 23 Jan 2026 17:03:10 -0500 Subject: [PATCH 1496/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index d892e6b6e..685760fbd 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -286,10 +286,6 @@ "title": "Språk" }, "miniPlayer": { - "button": { - "label": "Mini Player button", - "title": "Adds a button that opens the Mini Player" - }, "enable": { "label": "Open Mini Player when viewing comments", "title": "Automatically opens the Mini Player when you scroll to comments." @@ -312,6 +308,10 @@ }, "title": "Mini Player settings" }, + "miniPlayerButton": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, "miscellaneous": { "features": { "automaticTheaterMode": { From dc1f527c11856f55c177bc6f0b282800b4184290 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 23 Jan 2026 17:03:11 -0500 Subject: [PATCH 1497/1783] New translations en-us.json (Catalan) --- public/locales/ca-ES.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/locales/ca-ES.json b/public/locales/ca-ES.json index bc8406450..f56ddbe5e 100644 --- a/public/locales/ca-ES.json +++ b/public/locales/ca-ES.json @@ -286,10 +286,6 @@ "title": "Language" }, "miniPlayer": { - "button": { - "label": "Mini Player button", - "title": "Adds a button that opens the Mini Player" - }, "enable": { "label": "Open Mini Player when viewing comments", "title": "Automatically opens the Mini Player when you scroll to comments." @@ -312,6 +308,10 @@ }, "title": "Mini Player settings" }, + "miniPlayerButton": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, "miscellaneous": { "features": { "automaticTheaterMode": { From 9cee36713e57df1950cf1304a23de1ee85410783 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 23 Jan 2026 17:03:12 -0500 Subject: [PATCH 1498/1783] New translations en-us.json (French) --- public/locales/fr-FR.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/locales/fr-FR.json b/public/locales/fr-FR.json index 6c85b8262..b7e78a4ea 100644 --- a/public/locales/fr-FR.json +++ b/public/locales/fr-FR.json @@ -286,10 +286,6 @@ "title": "Langue" }, "miniPlayer": { - "button": { - "label": "Mini Player button", - "title": "Adds a button that opens the Mini Player" - }, "enable": { "label": "Open Mini Player when viewing comments", "title": "Automatically opens the Mini Player when you scroll to comments." @@ -312,6 +308,10 @@ }, "title": "Mini Player settings" }, + "miniPlayerButton": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, "miscellaneous": { "features": { "automaticTheaterMode": { From 533ae3a9d04ed8867e9aa1c1371e030e80ae2e69 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 23 Jan 2026 17:03:13 -0500 Subject: [PATCH 1499/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index 9c3c30e5a..5eec4ff87 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -286,10 +286,6 @@ "title": "言語" }, "miniPlayer": { - "button": { - "label": "Mini Player button", - "title": "Adds a button that opens the Mini Player" - }, "enable": { "label": "Open Mini Player when viewing comments", "title": "Automatically opens the Mini Player when you scroll to comments." @@ -312,6 +308,10 @@ }, "title": "Mini Player settings" }, + "miniPlayerButton": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, "miscellaneous": { "features": { "automaticTheaterMode": { From fea4de2443a2ee80f29c3cd950dd837d69dea613 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 23 Jan 2026 17:03:14 -0500 Subject: [PATCH 1500/1783] New translations en-us.json (Spanish) --- public/locales/es-ES.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index 4e60ab097..3e6cb381a 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -286,10 +286,6 @@ "title": "Idioma" }, "miniPlayer": { - "button": { - "label": "Mini Player button", - "title": "Adds a button that opens the Mini Player" - }, "enable": { "label": "Open Mini Player when viewing comments", "title": "Automatically opens the Mini Player when you scroll to comments." @@ -312,6 +308,10 @@ }, "title": "Mini Player settings" }, + "miniPlayerButton": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, "miscellaneous": { "features": { "automaticTheaterMode": { From 0d6922ac48401704a5fec620392dee03a0b2def6 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 23 Jan 2026 17:03:15 -0500 Subject: [PATCH 1501/1783] New translations en-us.json (Czech) --- public/locales/cs-CZ.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/locales/cs-CZ.json b/public/locales/cs-CZ.json index 892b41c65..8abe2aafc 100644 --- a/public/locales/cs-CZ.json +++ b/public/locales/cs-CZ.json @@ -286,10 +286,6 @@ "title": "Language" }, "miniPlayer": { - "button": { - "label": "Mini Player button", - "title": "Adds a button that opens the Mini Player" - }, "enable": { "label": "Open Mini Player when viewing comments", "title": "Automatically opens the Mini Player when you scroll to comments." @@ -312,6 +308,10 @@ }, "title": "Mini Player settings" }, + "miniPlayerButton": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, "miscellaneous": { "features": { "automaticTheaterMode": { From 71edae985cf93f6609856e656f2b3ba439717c2f Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 23 Jan 2026 17:03:16 -0500 Subject: [PATCH 1502/1783] New translations en-us.json (German) --- public/locales/de-DE.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/locales/de-DE.json b/public/locales/de-DE.json index 10ed171fd..ec1f2239e 100644 --- a/public/locales/de-DE.json +++ b/public/locales/de-DE.json @@ -286,10 +286,6 @@ "title": "Sprache" }, "miniPlayer": { - "button": { - "label": "Mini Player button", - "title": "Adds a button that opens the Mini Player" - }, "enable": { "label": "Open Mini Player when viewing comments", "title": "Automatically opens the Mini Player when you scroll to comments." @@ -312,6 +308,10 @@ }, "title": "Mini Player settings" }, + "miniPlayerButton": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, "miscellaneous": { "features": { "automaticTheaterMode": { From 4d69afb0e8f6fc0a4ec1b27bbc466d0587fe408c Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 23 Jan 2026 17:03:17 -0500 Subject: [PATCH 1503/1783] New translations en-us.json (Hebrew) --- public/locales/he-IL.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/locales/he-IL.json b/public/locales/he-IL.json index 03eaf3d1e..70b445f7d 100644 --- a/public/locales/he-IL.json +++ b/public/locales/he-IL.json @@ -286,10 +286,6 @@ "title": "Language" }, "miniPlayer": { - "button": { - "label": "Mini Player button", - "title": "Adds a button that opens the Mini Player" - }, "enable": { "label": "Open Mini Player when viewing comments", "title": "Automatically opens the Mini Player when you scroll to comments." @@ -312,6 +308,10 @@ }, "title": "Mini Player settings" }, + "miniPlayerButton": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, "miscellaneous": { "features": { "automaticTheaterMode": { From 6f49c4235cf22f73035b2c9ce523c03222c51d83 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 23 Jan 2026 17:03:18 -0500 Subject: [PATCH 1504/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index 843051698..89f2db80c 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -286,10 +286,6 @@ "title": "Lingua" }, "miniPlayer": { - "button": { - "label": "Pulsante Mini riproduttore", - "title": "Aggiunge un pulsante che apre il mini riproduttore" - }, "enable": { "label": "Apri Mini riproduttore quando si visualizzano i commenti", "title": "Apre automaticamente il Mini riproduttore quando scorri verso i commenti." @@ -312,6 +308,10 @@ }, "title": "Impostazioni mini riproduttore" }, + "miniPlayerButton": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, "miscellaneous": { "features": { "automaticTheaterMode": { From d5973f5c5fb920548a077401f6fce4ddbaa6f07e Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 23 Jan 2026 17:03:19 -0500 Subject: [PATCH 1505/1783] New translations en-us.json (Korean) --- public/locales/ko-KR.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/locales/ko-KR.json b/public/locales/ko-KR.json index 882879243..1e7a93088 100644 --- a/public/locales/ko-KR.json +++ b/public/locales/ko-KR.json @@ -286,10 +286,6 @@ "title": "언어" }, "miniPlayer": { - "button": { - "label": "Mini Player button", - "title": "Adds a button that opens the Mini Player" - }, "enable": { "label": "Open Mini Player when viewing comments", "title": "Automatically opens the Mini Player when you scroll to comments." @@ -312,6 +308,10 @@ }, "title": "Mini Player settings" }, + "miniPlayerButton": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, "miscellaneous": { "features": { "automaticTheaterMode": { From 9fa317a910bfb9d1ca7a02ee32221fda7ffbbd79 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 23 Jan 2026 17:03:20 -0500 Subject: [PATCH 1506/1783] New translations en-us.json (Dutch) --- public/locales/nl-NL.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/locales/nl-NL.json b/public/locales/nl-NL.json index 0f8335581..55d721653 100644 --- a/public/locales/nl-NL.json +++ b/public/locales/nl-NL.json @@ -286,10 +286,6 @@ "title": "Taal" }, "miniPlayer": { - "button": { - "label": "Mini Player button", - "title": "Adds a button that opens the Mini Player" - }, "enable": { "label": "Open Mini Player when viewing comments", "title": "Automatically opens the Mini Player when you scroll to comments." @@ -312,6 +308,10 @@ }, "title": "Mini Player settings" }, + "miniPlayerButton": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, "miscellaneous": { "features": { "automaticTheaterMode": { From d61643cde8f51eeb41b8a0cf5a8389c17712da76 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 23 Jan 2026 17:03:21 -0500 Subject: [PATCH 1507/1783] New translations en-us.json (Polish) --- public/locales/pl-PL.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/locales/pl-PL.json b/public/locales/pl-PL.json index 12077178e..baad9d50e 100644 --- a/public/locales/pl-PL.json +++ b/public/locales/pl-PL.json @@ -286,10 +286,6 @@ "title": "Język" }, "miniPlayer": { - "button": { - "label": "Mini Player button", - "title": "Adds a button that opens the Mini Player" - }, "enable": { "label": "Open Mini Player when viewing comments", "title": "Automatically opens the Mini Player when you scroll to comments." @@ -312,6 +308,10 @@ }, "title": "Mini Player settings" }, + "miniPlayerButton": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, "miscellaneous": { "features": { "automaticTheaterMode": { From 6d478b6158ae52bf566c17ba8a095f2c04d1b7cf Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 23 Jan 2026 17:03:23 -0500 Subject: [PATCH 1508/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index fad94a961..8ca4979e7 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -286,10 +286,6 @@ "title": "Язык" }, "miniPlayer": { - "button": { - "label": "Mini Player button", - "title": "Adds a button that opens the Mini Player" - }, "enable": { "label": "Open Mini Player when viewing comments", "title": "Automatically opens the Mini Player when you scroll to comments." @@ -312,6 +308,10 @@ }, "title": "Mini Player settings" }, + "miniPlayerButton": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, "miscellaneous": { "features": { "automaticTheaterMode": { From 8a0c709e343701d3bef57037c6abcdda7b3ff36a Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 23 Jan 2026 17:03:24 -0500 Subject: [PATCH 1509/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 114 +++++++++++++++++++------------------- 1 file changed, 57 insertions(+), 57 deletions(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index effabf51a..0d6f4365c 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -58,10 +58,10 @@ }, "miniPlayerButton": { "button": { - "label": "Mini Player", + "label": "Mini Oynatıcı", "toggle": { - "off": "Mini Player off", - "on": "Mini Player on" + "off": "Mini Oynatıcı kapalı", + "on": "Mini Oynatıcı açık" } } }, @@ -145,7 +145,7 @@ "singular": "Bu seçeneği yapılandırmak için '{{OPTION}}' öğesini etkinleştirin", "specificOption": { "featureMenu": "Bu seçeneği yapılandırmak için özellik menüsüne yerleştirilecek en az bir düğmeyi yapılandırın.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + "screenshotButtonFileFormat": "Bu seçeneği yapılandırabilmek için ekran görüntüsü kaydetme türünü ‘Dosya’ veya ‘Her İkisi’ olarak ayarlayın" } }, "scrollForMoreSettings": "Daha fazla ayar için kaydırın", @@ -198,7 +198,7 @@ "increasePlaybackSpeedButton": "Hızı Artırma Butonu", "loopButton": "Döngü düğmesi", "maximizePlayerButton": "Tam ekran düğmesi", - "miniPlayerButton": "Mini Player", + "miniPlayerButton": "Mini Oynatıcı", "openTranscriptButton": "Transkripti Aç butonu", "rewindButton": "Geri sarma düğmesi", "screenshotButton": "Ekran görüntüsü düğmesi", @@ -224,7 +224,7 @@ }, "title": "{{BUTTON_NAME}} düğmesini {{PLACEMENT}} konumuna yerleştir" }, - "title": "Button placement settings" + "title": "Düğme yerleşim ayarları" }, "customCSS": { "editor": { @@ -236,7 +236,7 @@ "label": "Özel CSS'yi etkinleştir", "title": "Özel CSS'nin sayfaya uygulanmasını sağlar" }, - "title": "Custom CSS settings" + "title": "Özel CSS Ayarları" }, "featureMenu": { "openType": { @@ -265,7 +265,7 @@ "importExportSettings": { "exportButton": { "success": "Ayarlar başarıyla dışa aktarıldı", - "title": "Ayarları JSON dosyasına aktar", + "title": "Ayarları JSON dosyasından içe aktar", "value": "Ayarları Dışa Aktar" }, "importButton": { @@ -274,7 +274,7 @@ "validation": "Ayarlar içe aktarılırken hata oluştu. Lütfen dosya formatını kontrol edin.\n{{ERROR_MESSAGE}}" }, "success": "Ayarlar başarıyla içe aktarıldı", - "title": "Ayarları JSON dosyasına aktar", + "title": "Ayarları JSON dosyasından içe aktar", "value": "Ayarları İçe Aktar" } }, @@ -286,31 +286,31 @@ "title": "Dil" }, "miniPlayer": { - "button": { - "label": "Mini Player button", - "title": "Adds a button that opens the Mini Player" - }, "enable": { - "label": "Open Mini Player when viewing comments", - "title": "Automatically opens the Mini Player when you scroll to comments." + "label": "Yorumları görüntülemek için Mini Oynatıcıyı açın", + "title": "Yorumlara geldiğinizde Mini Oynatıcı otomatik olarak açılır." }, "position": { - "label": "Default Mini Player position", + "label": "Varsayılan Mini Oynatıcı konumu", "options": { - "bottomCenter": "Bottom center", - "bottomLeft": "Bottom left", - "bottomRight": "Bottom right", - "topCenter": "Top center", - "topLeft": "Top left", - "topRight": "Top right" + "bottomCenter": "Alt orta", + "bottomLeft": "Sol alt", + "bottomRight": "Sağ alt", + "topCenter": "Üst orta", + "topLeft": "Sol üst", + "topRight": "Sağ üst" }, - "title": "Sets the starting position before you move the Mini Player." + "title": "Mini Oynatıcı'yı hareket ettirmeden önce başlangıç konumunu ayarlar." }, "size": { - "label": "Default Mini Player size", - "title": "Sets the initial size before you resize the Mini Player." + "label": "Varsayılan Mini Oynatıcı boyutu", + "title": "Mini Oynatıcı'nın boyutunu değiştirmeden önce başlangıç boyutunu ayarlar." }, - "title": "Mini Player settings" + "title": "Mini Oynatıcı Ayarları" + }, + "miniPlayerButton": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" }, "miscellaneous": { "features": { @@ -323,8 +323,8 @@ "title": "Bir video yüklediğinizde ortam modunu otomatik olarak devre dışı bırakır" }, "automaticallyDisableAutoPlay": { - "label": "Automatically disable autoplay", - "title": "Automatically disables autoplay when you load a video" + "label": "Otomatik oynatmayı, otomatik olarak devre dışı bırak", + "title": "Video yüklediğinizde otomatik oynatmayı devre dışı bırakır" }, "automaticallyDisableClosedCaptions": { "label": "Kapalı altyazıları otomatik olarak devre dışı bırak", @@ -335,12 +335,12 @@ "title": "Bir videoyu yüklediğinizde altyazıları otomatik olarak etkinleştirir" }, "automaticallyMaximizePlayer": { - "label": "Automatically maximize player", + "label": "Oynatıcıyı otomatik olarak azami boyuta getir", "title": "Bir video yüklediğinizde oynatıcıyı otomatik olarak büyütür" }, "automaticallyShowMoreVideosOnEndScreen": { - "label": "Automatically show more videos on end screen", - "title": "Automatically shows more videos on end screen when you load a video" + "label": "Bitiş ekranında otomatik olarak daha fazla video göster", + "title": "Video yüklediğinizde bitiş ekranında otomatik olarak daha fazla video gösterilir" }, "copyTimestampUrlButton": { "label": "Video URL'sini zaman damgası düğmesiyle kopyala", @@ -351,16 +351,16 @@ "title": "Her zaman varsayılan olarak orijinal ses parçasına dön" }, "enableMarkAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Add a button to playlist items to mark videos as unwatched" + "label": "İzlenmemiş olarak işaretle düğmesi", + "title": "Oynatma listesi öğelerine, videoları izlenmedi olarak işaretlemek için bir düğmesi ekle" }, "enableRemoveVideoButton": { - "label": "Remove video button", - "title": "Add a button to playlist items to remove videos from the playlist" + "label": "Video düğmesini kaldır", + "title": "Oynatma listesi öğelerine, videoları oynatma listesinden kaldırmak için bir düğme ekle" }, "enableSaveToWatchLaterButton": { - "label": "Enable save to Watch Later button", - "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + "label": "Daha Sonra İzle'ye kaydetme düğmesini etkinleştir", + "title": "Ana Sayfa ve Abonelikler videolarına, oynatma listesine kaydetmek için videoyu ‘Daha Sonra İzle’ düğmesi ekler" }, "hideArtificialIntelligenceSummary": { "label": "AI özetini gizle", @@ -379,8 +379,8 @@ "title": "Canlı yayın sohbetini gizler" }, "hideMembersOnlyVideos": { - "label": "Hide members-only videos", - "title": "Hides videos that are only visible to members" + "label": "Üyelere özel videoları gizle", + "title": "Sadece üyelere görünen videoları gizle" }, "hideOfficialArtistVideosFromHomePage": { "label": "Resmi Sanatçı Videolarını Gizle", @@ -407,8 +407,8 @@ "title": "Tüm kısa videoları gizler" }, "hideSidebarRecommendedVideos": { - "label": "Hide recommended videos", - "title": "Hides the sidebar that recommends videos" + "label": "Önerilen videoları gizle", + "title": "Video önerilerini gösteren kenar çubuğunu gizler" }, "hideTranslateComment": { "label": "Yorumu Çevir'i Gizle Butonu", @@ -490,7 +490,7 @@ }, "padding": { "label": "İç Boşluk", - "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." + "title": "Ekran Üzeri Gösterge etrafındaki boşluğu piksel cinsinden ayarlayın. Bu ayar özellikle köşe Ekran Üzeri Gösterge için geçerlidir." }, "position": { "label": "Konum", @@ -503,7 +503,7 @@ }, "title": "Ekran görüntüleme konumunu seçin" }, - "title": "On-screen display settings", + "title": "Ekran üstü görüntü ayarları", "type": { "label": "Tür", "options": { @@ -560,28 +560,28 @@ "playlistManagement": { "features": { "markAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" + "label": "İzlenmeyen olarak işaretle düğmesi", + "title": "Videoları izlenmemiş olarak işaretlemek için bir düğme ekler" }, "removeVideoButton": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" + "label": "Video düğmesini kaldır", + "title": "Oynatma listesinden videoları kaldırmak için bir düğme ekler" } }, - "title": "Playlist management settings" + "title": "Oynatma listesini yönetme ayarları" }, "playlistManagementButtons": { - "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToMarkAsUnwatched": "Videoyu izlenmemiş olarak işaretleme başarısız oldu", "failedToRemoveVideo": "Video kaldırılamadı", - "markAsUnwatched": "Mark as unwatched", - "markingAsUnwatched": "Marking as unwatched…", + "markAsUnwatched": "İzlenmemiş olarak işaretle", + "markingAsUnwatched": "İzlenmemiş olarak işaretleniyor…", "removeVideo": "Videoyu kaldır", "removingVideo": "Video kaldırılıyor…" }, "saveToWatchLaterButton": { - "failedToSaveVideo": "Failed to save video to Watch Later", - "saveVideo": "Save to Watch Later", - "savingVideo": "Saving to Watch Later…" + "failedToSaveVideo": "Videoyu daha sonra izlemek üzere kaydetme işlemi başarısız oldu", + "saveVideo": "Daha sonra izlemek için kaydet", + "savingVideo": "Daha sonra izlemek için kaydediliyor…" }, "screenshotButton": { "enable": { @@ -589,7 +589,7 @@ "title": "Videonun ekran görüntüsünü almak için oynatıcıya bir düğme ekler" }, "saveAs": { - "both": "Both (File and Clipboard)", + "both": "Her İkisi", "clipboard": "Pano", "file": "Dosya" }, @@ -694,7 +694,7 @@ "label": "API Anahtarı", "title": "Youtube Veri API V3 anahtarınızı girin." }, - "title": "YouTube API V3 key" + "title": "YouTube API V3 anahtarı" }, "youtubeDeepDark": { "author": "Yazar", @@ -737,7 +737,7 @@ "label": "Tema seç", "title": "Sayfa için uygulanacak bir tema seçin" }, - "title": "YouTube deep dark settings" + "title": "YouTube deep dark ayarları" } } } From 7b42b135fd03fc9149bca5461828564fd5e25bc8 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 23 Jan 2026 17:03:25 -0500 Subject: [PATCH 1510/1783] New translations en-us.json (Ukrainian) --- public/locales/uk-UA.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/locales/uk-UA.json b/public/locales/uk-UA.json index 002b09c84..97476b396 100644 --- a/public/locales/uk-UA.json +++ b/public/locales/uk-UA.json @@ -286,10 +286,6 @@ "title": "Мова" }, "miniPlayer": { - "button": { - "label": "Mini Player button", - "title": "Adds a button that opens the Mini Player" - }, "enable": { "label": "Open Mini Player when viewing comments", "title": "Automatically opens the Mini Player when you scroll to comments." @@ -312,6 +308,10 @@ }, "title": "Mini Player settings" }, + "miniPlayerButton": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, "miscellaneous": { "features": { "automaticTheaterMode": { From 9bbeddd0e23d40c0881d89b0a37062b6e3176475 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 23 Jan 2026 17:03:26 -0500 Subject: [PATCH 1511/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index 1a3588d66..3abc9d65f 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -286,10 +286,6 @@ "title": "语言" }, "miniPlayer": { - "button": { - "label": "迷你播放器按钮", - "title": "添加打开迷你播放器的按钮" - }, "enable": { "label": "查看评论时打开迷你播放器", "title": "当您滚动到评论时自动打开迷你播放器。" @@ -312,6 +308,10 @@ }, "title": "迷你播放器设置" }, + "miniPlayerButton": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, "miscellaneous": { "features": { "automaticTheaterMode": { From 5c86b7e52d392305c09140046a0188c7ba3d1995 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 23 Jan 2026 17:03:27 -0500 Subject: [PATCH 1512/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index 796fd4385..b01ef18f0 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -286,10 +286,6 @@ "title": "語言" }, "miniPlayer": { - "button": { - "label": "Mini Player button", - "title": "Adds a button that opens the Mini Player" - }, "enable": { "label": "Open Mini Player when viewing comments", "title": "Automatically opens the Mini Player when you scroll to comments." @@ -312,6 +308,10 @@ }, "title": "Mini Player settings" }, + "miniPlayerButton": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, "miscellaneous": { "features": { "automaticTheaterMode": { From 82aba5e03bc40ee0905f6351c7be5b4c6d5e5614 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 23 Jan 2026 17:03:28 -0500 Subject: [PATCH 1513/1783] New translations en-us.json (Vietnamese) --- public/locales/vi-VN.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/locales/vi-VN.json b/public/locales/vi-VN.json index 5fc5906a3..f160d96ad 100644 --- a/public/locales/vi-VN.json +++ b/public/locales/vi-VN.json @@ -286,10 +286,6 @@ "title": "Language" }, "miniPlayer": { - "button": { - "label": "Mini Player button", - "title": "Adds a button that opens the Mini Player" - }, "enable": { "label": "Open Mini Player when viewing comments", "title": "Automatically opens the Mini Player when you scroll to comments." @@ -312,6 +308,10 @@ }, "title": "Mini Player settings" }, + "miniPlayerButton": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, "miscellaneous": { "features": { "automaticTheaterMode": { From d663c1bb8858be2bb78b6fbfbff0445ad8b091c5 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 23 Jan 2026 17:03:29 -0500 Subject: [PATCH 1514/1783] New translations en-us.json (Persian) --- public/locales/fa-IR.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/locales/fa-IR.json b/public/locales/fa-IR.json index 3ecad96ef..bdb488ac2 100644 --- a/public/locales/fa-IR.json +++ b/public/locales/fa-IR.json @@ -286,10 +286,6 @@ "title": "Language" }, "miniPlayer": { - "button": { - "label": "Mini Player button", - "title": "Adds a button that opens the Mini Player" - }, "enable": { "label": "Open Mini Player when viewing comments", "title": "Automatically opens the Mini Player when you scroll to comments." @@ -312,6 +308,10 @@ }, "title": "Mini Player settings" }, + "miniPlayerButton": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, "miscellaneous": { "features": { "automaticTheaterMode": { From fb0153923bd02d2b8634199bc5d4fc6f00f77841 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 23 Jan 2026 17:03:30 -0500 Subject: [PATCH 1515/1783] New translations en-us.json (Hindi) --- public/locales/hi-IN.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/locales/hi-IN.json b/public/locales/hi-IN.json index 49f62b994..0df6f2895 100644 --- a/public/locales/hi-IN.json +++ b/public/locales/hi-IN.json @@ -286,10 +286,6 @@ "title": "Language" }, "miniPlayer": { - "button": { - "label": "Mini Player button", - "title": "Adds a button that opens the Mini Player" - }, "enable": { "label": "Open Mini Player when viewing comments", "title": "Automatically opens the Mini Player when you scroll to comments." @@ -312,6 +308,10 @@ }, "title": "Mini Player settings" }, + "miniPlayerButton": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, "miscellaneous": { "features": { "automaticTheaterMode": { From 8ed6ba4cec5c0705ea09e612f52324e7dd96aa32 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 23 Jan 2026 17:03:31 -0500 Subject: [PATCH 1516/1783] New translations en-us.json (English, United Kingdom) --- public/locales/en-GB.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/locales/en-GB.json b/public/locales/en-GB.json index fa357e25b..2d3a1f441 100644 --- a/public/locales/en-GB.json +++ b/public/locales/en-GB.json @@ -286,10 +286,6 @@ "title": "Language" }, "miniPlayer": { - "button": { - "label": "Mini Player button", - "title": "Adds a button that opens the Mini Player" - }, "enable": { "label": "Open Mini Player when viewing comments", "title": "Automatically opens the Mini Player when you scroll to comments." @@ -312,6 +308,10 @@ }, "title": "Mini Player settings" }, + "miniPlayerButton": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, "miscellaneous": { "features": { "automaticTheaterMode": { From f028505deb88bfd0768106546ef717ac438ebf4b Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 23 Jan 2026 20:59:08 -0500 Subject: [PATCH 1517/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index 3abc9d65f..4a26ab9dd 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -309,8 +309,8 @@ "title": "迷你播放器设置" }, "miniPlayerButton": { - "label": "Mini Player button", - "title": "Adds a button that opens the Mini Player" + "label": "迷你播放器按钮", + "title": "添加打开迷你播放器的按钮" }, "miscellaneous": { "features": { From 738ca30a10f97c82ad62cd7543551a5259998dc0 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 24 Jan 2026 05:33:58 -0500 Subject: [PATCH 1518/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index 89f2db80c..ef65fce89 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -309,8 +309,8 @@ "title": "Impostazioni mini riproduttore" }, "miniPlayerButton": { - "label": "Mini Player button", - "title": "Adds a button that opens the Mini Player" + "label": "Pulsante Mini riproduttore", + "title": "Aggiunge un pulsante che apre il mini riproduttore" }, "miscellaneous": { "features": { From 487cd15d5f69a271087ee909b4c335dfdd2f2852 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 25 Jan 2026 07:15:15 -0500 Subject: [PATCH 1519/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index 0d6f4365c..3caf40e92 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -309,8 +309,8 @@ "title": "Mini Oynatıcı Ayarları" }, "miniPlayerButton": { - "label": "Mini Player button", - "title": "Adds a button that opens the Mini Player" + "label": "Mini Oynatıcı düğmesi", + "title": "Mini Oynatıcıyı açan bir düğme ekler" }, "miscellaneous": { "features": { From 9bd0890ed0ed810db408cdf8292b4f91791412aa Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 25 Jan 2026 16:18:41 -0500 Subject: [PATCH 1520/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 1565 +++++++++++++++++++------------------ 1 file changed, 822 insertions(+), 743 deletions(-) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index a86bdfe52..bddc6992b 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -1,744 +1,823 @@ { - "langCode": "pt-BR", - "langName": "Português (Brasil)", - "messages": { - "resumingVideo": "Retomando vídeo em {{VIDEO_TIME}}", - "settingVolume": "Definindo o aumento de volume para {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "Copiado!", - "label": "Copiar URL do vídeo com a minutagem" - } - }, - "featureMenu": { - "button": { - "label": "Menu de recursos" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "Avançar {{TIME}}" - }, - "rewindButton": { - "label": "Voltar {{TIME}}" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "Ocultar cards finais", - "toggle": { - "off": "Exibir cards finais", - "on": "Ocultar cards finais" - } - } - }, - "loopButton": { - "button": { - "label": "Repetir", - "toggle": { - "off": "Repetição desativada", - "on": "Repetição ativada" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "Maximização", - "toggle": { - "off": "Minimizar", - "on": "Maximizar" - } - } - }, - "miniPlayerButton": { - "button": { - "label": "Mini Player", - "toggle": { - "off": "Mini Player off", - "on": "Mini Player on" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Abrir transcrição" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Desacelerar para {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Acelerar para {{SPEED}}" - } - }, - "decreaseLimit": "Impossível desacelerar mais ({{SPEED}})", - "increaseLimit": "Impossível acelerar mais ({{SPEED}})" - }, - "playlistLength": { - "title": "O comprimento pode não ser exato se alguns vídeos estão ocultos ou se você não carregou vídeos o suficiente para obter o comprimento máximo." - }, - "screenshotButton": { - "button": { - "label": "Fazer captura de tela" - }, - "copiedToClipboard": "Captura copiada a área de transferência" - }, - "videoHistory": { - "resumeButton": "Retomar", - "resumePrompt": { - "close": "Fechar" - } - }, - "volumeBoostButton": { - "button": { - "label": "Aumento de volume", - "toggle": { - "off": "Aumento de volume desativado", - "on": "Aumento de volume ativado" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "optionConflict": "Esta opção não pode ser ativada enquanto '{{OPTION}}' estiver habilitada.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "A tecla alternadora da velocidade de rolagem não pode ser a mesma que a tecla alternadora do volume.", - "volumeControl": "A tecla alternadora do volume não pode ser a mesma que a tecla alternadora da velocidade de rolagem." - } - } - }, - "info": { - "reset": "Opções redefinidas ao padrão.\nSalve as mudanças clicando em \"Confirmar\" ou desfaça delas fechando a página, ou esta notificação." - }, - "success": { - "saved": "Opções salvas." - } - } - } - }, - "settings": { - "clearData": { - "allDataDeleted": "Todos os dados foram excluídos.", - "confirmAlert": "Fechar a página desfará todas as mudanças feitas. Prosseguir?" - }, - "optionDisabled": { - "either": { - "label": "Ative o {{OPTIONS}} para configurar esta opção", - "separator": " ou " - }, - "plural": { - "label": "Ative o {{OPTIONS}} para configurar esta opção", - "separator": " e " - }, - "singular": "Ative o '{{OPTION}}' para configurar esta opção", - "specificOption": { - "featureMenu": "Altere pelo menos um botão no menu de recursos para configurar esta opção.", - "screenshotButtonFileFormat": "Defina o tipo de salvamento da captura de tela como 'Arquivo' ou 'Ambos' para configurar esta opção" - } - }, - "scrollForMoreSettings": "Role para mais opções", - "sections": { - "automaticQuality": { - "enable": { - "label": "Ajustador automático de resolução", - "title": "Define automaticamente a resolução do vídeo para o nível desejado." - }, - "fallbackQualityStrategy": { - "select": { - "label": "Sistema de redução de resolução", - "options": { - "higher": "Grande", - "lower": "Pequeno" - }, - "title": "O sistema para usar quando a resolução definida estiver indisponível." - } - }, - "select": { - "label": "Resolução do player", - "title": "A resolução para definir no vídeo" - }, - "title": "Opções de resolução automática" - }, - "bottomButtons": { - "clear": { - "title": "Limpa todos os dados armazenados pela extensão", - "value": "Limpar dados" - }, - "confirm": { - "title": "Confirma a redefinição de dados", - "value": "Confirmar" - }, - "openTab": { - "title": "Abre as opções numa nova aba" - }, - "reset": { - "title": "Redefine as opções para o padrão, confirme para salvar as mudanças", - "value": "Redefinir" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "Copiar URL do vídeo com o botão de minutagem", - "decreasePlaybackSpeedButton": "Botão de diminuir velocidade", - "forwardButton": "Botão de acelerar velocidade", - "hideEndScreenCardsButton": "Ocultar botão de cards finais", - "increasePlaybackSpeedButton": "Botão de aumentar velocidade", - "loopButton": "Botão Repetir", - "maximizePlayerButton": "Botão Maximizar", - "miniPlayerButton": "Mini Player", - "openTranscriptButton": "Abrir botão de transcrição", - "rewindButton": "Botão Voltar", - "screenshotButton": "Botão de captura de tela", - "volumeBoostButton": "Botão de ganho de volume" - }, - "options": { - "below_player": { - "placement": "abaixo dos controles do player", - "value": "Abaixo do player" - }, - "feature_menu": { - "placement": "no menu de recursos", - "value": "Menu de recursos" - }, - "player_controls_left": { - "placement": "à esquerda dos controles do player", - "value": "Controles esquerdos" - }, - "player_controls_right": { - "placement": "à direita dos controles do player", - "value": "Controles direitos" - } - }, - "title": "Coloque o {{BUTTON_NAME}} em {{PLACEMENT}}" - }, - "title": "Configurações de posicionamento dos botões" - }, - "customCSS": { - "editor": { - "collapse": "Minimizar editor", - "expand": "Maximizar editor", - "noProblems": "Nenhum problema encontrado." - }, - "enable": { - "label": "CSS personalizado", - "title": "Ativa o CSS personalizado para ser aplicado à página" - }, - "title": "Configurações de CSS personalizado" - }, - "featureMenu": { - "openType": { - "select": { - "label": "Método de ativação do menu", - "options": { - "click": "Clicar", - "hover": "Passar o cursor" - }, - "title": "Define o método para ativar o menu de recursos" - }, - "title": "Opções do menu de recursos" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "Botões de avançar/voltar", - "title": "Adiciona botões de avançar/voltar ao player de vídeo" - }, - "time": { - "label": "Avançar/voltar tempo", - "title": "O tanto de tempo para avançar/voltar" - }, - "title": "Opções de avançar/voltar" - }, - "importExportSettings": { - "exportButton": { - "success": "Mudanças aplicadas!", - "title": "Exportar opções para arquivo JSON", - "value": "Exportar opções" - }, - "importButton": { - "error": { - "unknown": "Ocorreu um erro ao importar opções. Verifique o formato do arquivo importado.", - "validation": "Erro ao importar opções. Verifique o formato do arquivo importado.\n{{ERROR_MESSAGE}}" - }, - "success": "Opções importadas com sucesso!", - "title": "Importe as opções dum arquivo JSON", - "value": "Importar opções" - } - }, - "language": { - "select": { - "label": "Idioma", - "title": "O idioma da extensão" - }, - "title": "Idioma" - }, - "miniPlayer": { - "enable": { - "label": "Open Mini Player when viewing comments", - "title": "Automatically opens the Mini Player when you scroll to comments." - }, - "position": { - "label": "Default Mini Player position", - "options": { - "bottomCenter": "Bottom center", - "bottomLeft": "Bottom left", - "bottomRight": "Bottom right", - "topCenter": "Top center", - "topLeft": "Top left", - "topRight": "Top right" - }, - "title": "Sets the starting position before you move the Mini Player." - }, - "size": { - "label": "Default Mini Player size", - "title": "Sets the initial size before you resize the Mini Player." - }, - "title": "Mini Player settings" - }, - "miniPlayerButton": { - "label": "Mini Player button", - "title": "Adds a button that opens the Mini Player" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "Modo teatro automático", - "title": "Ativa automaticamente o modo teatro ao carregar um vídeo" - }, - "automaticallyDisableAmbientMode": { - "label": "Desativar automaticamente o modo ambiente", - "title": "Desativa o modo ambiente automaticamente ao carregar um vídeo" - }, - "automaticallyDisableAutoPlay": { - "label": "Desativar reprodução automática", - "title": "Desativa automaticamente a reprodução automática ao carregar um vídeo" - }, - "automaticallyDisableClosedCaptions": { - "label": "Desativar legendas automaticamente", - "title": "Desativa as legendas ao carregar um vídeo" - }, - "automaticallyEnableClosedCaptions": { - "label": "Ativar legendas automaticamente", - "title": "Ativa automaticamente as legendas ao carregar um vídeo" - }, - "automaticallyMaximizePlayer": { - "label": "Maximizar o vídeo automaticamente", - "title": "Maximiza automaticamente o reprodutor ao carregar um vídeo" - }, - "automaticallyShowMoreVideosOnEndScreen": { - "label": "Exibir automaticamente mais vídeos na tela final", - "title": "Mostra automaticamente mais vídeos na tela final do vídeo" - }, - "copyTimestampUrlButton": { - "label": "Copiar URL do vídeo com o botão de minutagem", - "title": "Copia o URL do vídeo com a minutagem (?t=123)" - }, - "defaultToOriginalAudioTrack": { - "label": "Retornar à faixa de vídeo original", - "title": "Sempre retornar à faixa de vídeo original" - }, - "enableMarkAsUnwatchedButton": { - "label": "Botão \"Marcar como não assistido\"", - "title": "Adicione um botão aos itens da lista de reprodução para marcar vídeos como não assistidos" - }, - "enableRemoveVideoButton": { - "label": "Botão \"Remover vídeo\"", - "title": "Adicione um botão aos itens da lista de reprodução para remover vídeos da lista" - }, - "enableSaveToWatchLaterButton": { - "label": "Ativar botão \"Assistir mais tarde\"", - "title": "Adiciona um botão aos vídeos da página inicial e das inscrições para salvar o vídeo na lista de reprodução \"Assistir mais tarde\"" - }, - "hideArtificialIntelligenceSummary": { - "label": "Ocultar resumo IA", - "title": "Oculta a seção de resumo IA de um vídeo" - }, - "hideEndScreenCards": { - "label": "Ocultar cards finais", - "title": "Oculta os cards no final do vídeo" - }, - "hideEndScreenCardsButton": { - "label": "Ocultar botão de cards finais", - "title": "Adiciona um botão para exibir/ocultar cards finais" - }, - "hideLiveStreamChat": { - "label": "Ocultar chat da transmissão", - "title": "Oculta o chat da transmissão" - }, - "hideMembersOnlyVideos": { - "label": "Ocultar vídeos exclusivos para membros", - "title": "Oculta vídeos que só membros são permitidos a assistir" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "Ocultar vídeos de artistas originais", - "title": "Ocultar vídeos de artistas originais do início" - }, - "hidePaidPromotionBanner": { - "label": "Ocultar banner de promoção paga", - "title": "Oculta o banner ao assistir um vídeo com promoção paga incluída" - }, - "hidePlayables": { - "label": "Ocultar jogáveis", - "title": "Oculta a seção de jogáveis" - }, - "hidePlaylistRecommendationsFromHomePage": { - "label": "Ocultar listas de reprodução da página inicial", - "title": "Remova as listas de reprodução da página inicial" - }, - "hideScrollbar": { - "label": "Ocultar barra de rolagem", - "title": "Oculta a barra de rolagem da página" - }, - "hideShorts": { - "label": "Ocultar \"Shorts\"", - "title": "Oculta a função \"Shorts\"" - }, - "hideSidebarRecommendedVideos": { - "label": "Ocultar vídeos recomendados", - "title": "Oculta a barra lateral de recomendação de vídeos" - }, - "hideTranslateComment": { - "label": "Ocultar botão de traduzir comentário", - "title": "Oculta o botão de tradução de comentário" - }, - "loopButton": { - "label": "Botão Repetir", - "title": "Adiciona um botão para repetir o vídeo que está assistindo" - }, - "maximizePlayerButton": { - "label": "Botão de maximizar player", - "title": "Adiciona um botão para maximizar o player" - }, - "openTranscriptButton": { - "label": "Abrir botão de transcrição", - "title": "Adiciona um botão para abrir a transcrição do vídeo que está assistindo" - }, - "openYouTubeSettingsOnHover": { - "label": "Abrir opções do YouTube ao passar o cursor", - "title": "Abre as opções do YouTube ao passar o cursor sobre o botão Opções" - }, - "pauseBackgroundPlayers": { - "label": "Pausar player em segundo plano", - "title": "Pausa o player nas abas em segundo plano ao iniciar um novo player noutra aba" - }, - "remainingTime": { - "label": "Tempo restante", - "title": "Exibe o tempo restante do vídeo que está assistindo" - }, - "rememberLastVolume": { - "label": "Lembrar volume anterior", - "title": "Lembra do aumento de volume do vídeo anterior e aplica-o ao novo vídeo." - }, - "removeRedirect": { - "label": "Remover URLs de redireção do YouTube", - "title": "Substitui a redireção do YouTube por URLs reais, pulando o aviso de redireção" - }, - "restoreFullscreenScrolling": { - "label": "Restaurar rolagem em tela cheia", - "title": "Restaura a rolagem da página no modo de tela cheia" - }, - "shareShortener": { - "label": "Encurtar link de compartilha de vídeo", - "title": "Encurta os links de compartilha de vídeo (youtu.be) removendo os parâmetros si/features." - }, - "shortsAutoScroll": { - "label": "Rolar automaticamente pelos Shorts", - "title": "Rola para o próximo Short automaticamente" - }, - "skipContinueWatching": { - "label": "Pular aviso de ausência", - "title": "Remove o aviso \"O vídeo está pausado. Continuar assistindo?\"" - } - }, - "title": "Diversos" - }, - "onScreenDisplaySettings": { - "color": { - "label": "Cor", - "options": { - "blue": "Azul", - "green": "Verde", - "orange": "Laranja", - "pink": "Rosa", - "purple": "Roxo", - "red": "Vermelho", - "white": "Branco", - "yellow": "Amarelo" - }, - "title": "Define a cor para as informações em exibição" - }, - "hide": { - "label": "Ocultar atraso", - "title": "Especifica o tempo (em milissegundos) antes de ocultar automaticamente as informações em exibição" - }, - "opacity": { - "label": "Opacidade", - "title": "Ajusta a transparência das informações em exibição" - }, - "padding": { - "label": "Alinhamento", - "title": "Ajusta o alinhamento de informações em exibição (em píxeis)." - }, - "position": { - "label": "Posição", - "options": { - "bottom_left": "Inferior esquerdo", - "bottom_right": "Inferior direito", - "center": "Centro", - "top_left": "Superior esquerdo", - "top_right": "Superior direito" - }, - "title": "Seleciona a posição da exibição na tela" - }, - "title": "On-screen display settings", - "type": { - "label": "Tipo", - "options": { - "circle": "Círculo", - "line": "Linha", - "no_display": "Sem exibição", - "text": "Texto" - }, - "title": "Seleciona o tipo de exibição na tela" - } - }, - "playbackSpeed": { - "enable": { - "label": "Velocidade de playback forçada", - "title": "Define a velocidade do vídeo ao valor que você inserir" - }, - "playbackSpeedButtons": { - "label": "Velocidade de playback", - "select": { - "label": "Velocidade do playback", - "title": "O tanto de velocidade a ser pulado num clique" - }, - "title": "Adiciona botões para acelerar/desacelerar o playback do vídeo" - }, - "select": { - "label": "Velocidade do player", - "title": "A velocidade definida para o vídeo" - }, - "title": "Opções de playback" - }, - "playlistLength": { - "enable": { - "label": "Exibir informações de duração da playlist", - "title": "Exibe a duração da playlist, quantas vezes foi visualizada, e o tempo restante." - }, - "title": "Opções de duração da playlist", - "wayToGetLength": { - "select": { - "label": "Forma de obter a duração da playlist", - "title": "A forma de obter a duração da playlist (O método API voltará a HTML se ocorrer um erro)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "Forma de obter o tempo assistido", - "options": { - "duration": "Duração do vídeo", - "youtube": "Tempo assistido do vídeo" - }, - "title": "A forma de obter o tempo assistido (Tipo de duração do vídeo apenas usado na página de exibição)" - } - } - }, - "playlistManagement": { - "features": { - "markAsUnwatchedButton": { - "label": "Botão \"Marcar como não assistido\"", - "title": "Adiciona um botão para marcar vídeos como não assistidos" - }, - "removeVideoButton": { - "label": "Botão \"Remover vídeo\"", - "title": "Adicione um botão aos itens da lista de reprodução para remover vídeos da lista" - } - }, - "title": "Playlist management settings" - }, - "playlistManagementButtons": { - "failedToMarkAsUnwatched": "Falha ao marcar o vídeo como não assistido", - "failedToRemoveVideo": "Falha ao remover o vídeo", - "markAsUnwatched": "Marcar como não assistido", - "markingAsUnwatched": "Marcando como não assistido…", - "removeVideo": "Remover vídeo", - "removingVideo": "Removendo vídeo…" - }, - "saveToWatchLaterButton": { - "failedToSaveVideo": "Não foi possível salvar o vídeo em \"Assistir mais tarde\"", - "saveVideo": "Salvar em \"Assistir mais tarde\"", - "savingVideo": "Salvando em \"Assistir mais tarde\"…" - }, - "screenshotButton": { - "enable": { - "label": "Botão de captura de tela", - "title": "Adiciona um botão ao reprodutor para tirar uma captura de tela do vídeo" - }, - "saveAs": { - "both": "Ambos (Arquivo e Área de Transferência)", - "clipboard": "Área de transferência", - "file": "Arquivo" - }, - "selectFormat": { - "label": "Formato da captura de tela", - "title": "O formato para salvar a captura de tela" - }, - "selectSaveAs": { - "label": "Tipo de armazenamento da captura de tela", - "title": "O tipo de armazenamento da captura de tela" - }, - "title": "Opções de captura de tela" - }, - "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "Alterar volume por rolagem", - "title": "Ajusta a mudança de velocidade por rolagem" - }, - "enable": { - "label": "Controle de velocidade da roda do mouse", - "title": "Pressiona uma tecla modificadora para ativar o ajuste de velocidade com a roda do mouse." - }, - "optionLabel": "Tecla {{KEY}}", - "select": { - "label": "Tecla de modificação", - "title": "A tecla de modificação para uso" - }, - "title": "Opções de controle do volume na roda do mouse" - }, - "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "Mudança de volume por rolagem", - "title": "Ajusta a mudança de volume por rolagem" - }, - "enable": { - "label": "Ajustar volume com a roda", - "title": "Deixa-o utilizar a roda do cursor para ajustar o volume do vídeo" - }, - "holdModifierKey": { - "enable": { - "label": "Ao segurar a tecla de modificação", - "title": "Segure a tecla de modificação para ajustar o volume com a roda do cursor." - }, - "optionLabel": "Tecla {{KEY}}", - "select": { - "label": "Tecla de modificação", - "title": "A tecla de modificação para uso" - } - }, - "holdRightClick": { - "enable": { - "label": "Ao segurar o botão direito", - "title": "Segure o botão direito para ajustar o volume pela roda." - } - }, - "title": "Opções de ajuste de volume pela roda" - }, - "settingSearch": { - "placeholder": "Buscar por ajustes" - }, - "videoHistory": { - "enable": { - "label": "Rastrear vídeos assistidos", - "title": "Registrar a minutagem do vídeo em que parou e permite a retomada do playback" - }, - "resumeType": { - "select": { - "label": "Tipo de retomada", - "options": { - "automatic": "Automático", - "prompt": "Perguntar" - }, - "title": "Selecione como deseja retomar os vídeos" - } - }, - "title": "Opções de histórico de vídeo" - }, - "volumeBoost": { - "boostAmount": { - "label": "Aumento de volume (dB)", - "title": "O valor para aumentar o volume" - }, - "enable": { - "label": "Aumento de volume", - "title": "Ativa o aumento de volume" - }, - "mode": { - "select": { - "label": "Modo de aumento de volume", - "options": { - "global": "Global", - "perVideo": "Por vídeo" - }, - "title": "Selecione como o aumento de volume é aplicado. 'Por vídeo' permite ativar o aumento para cada vídeo individualmente no menu de recursos. Já o 'Global' aplica o aumento para todos os vídeos quando o aumento de volume é ativado." - } - }, - "title": "Opções de aumento de volume" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "Você pode obter uma aqui", - "input": { - "label": "Chave API", - "title": "Insira sua chave API YouTube Data V3." - }, - "title": "Chave da API YouTube Data v3" - }, - "youtubeDeepDark": { - "author": "Autor", - "co-authors": "Co-autores", - "colors": { - "colorShadow": { - "label": "Cor da sombra", - "title": "Cor para sombras" - }, - "dimmerText": { - "label": "Cor do texto secundário", - "title": "Cor para texto secundário" - }, - "hoverBackground": { - "label": "Cor de fundo ao passar o cursor", - "title": "Cor de fundo ao passar o cursor" - }, - "mainBackground": { - "label": "Cor de fundo principal", - "title": "Cor principal para o fundo" - }, - "mainColor": { - "label": "Cor de destaque", - "title": "Cor para destaque" - }, - "mainText": { - "label": "Cor do texto principal", - "title": "Cor para o texto principal" - }, - "secondBackground": { - "label": "Cor de fundo secundário", - "title": "Cor para fundo secundário" - } - }, - "enable": { - "label": "Tema meia-noite", - "title": "Ativar tema selecionado para a página" - }, - "select": { - "label": "Selecionar tema", - "title": "Selecione um tema para a página" - }, - "title": "YouTube deep dark settings" - } - } - } -} + "langCode": "pt-BR", + "langName": "Português (Brasil)", + "messages": { + "resumingVideo": "Retomando vídeo em {{VIDEO_TIME}}", + "settingVolume": "Definindo o aumento de volume para {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "label": "Copiar URL do vídeo com a minutagem" + }, + "extras": { + "copied": "Copied!" + } + }, + "featureMenu": { + "button": { + "label": "Menu de recursos" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Avançar {{TIME}}" + }, + "rewindButton": { + "label": "Voltar {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Ocultar cards finais", + "toggle": { + "off": "Exibir cards finais", + "on": "Ocultar cards finais" + } + } + }, + "loopButton": { + "button": { + "label": "Repetir", + "toggle": { + "off": "Repetição desativada", + "on": "Repetição ativada" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "Maximização", + "toggle": { + "off": "Minimizar", + "on": "Maximizar" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Abrir transcrição" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Desacelerar para {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Acelerar para {{SPEED}}" + } + }, + "extras": { + "decreaseLimit": "Can't decrease further ({{SPEED}})", + "increaseLimit": "Can't increase further ({{SPEED}})" + } + }, + "playlistLength": { + "title": "O comprimento pode não ser exato se alguns vídeos estão ocultos ou se você não carregou vídeos o suficiente para obter o comprimento máximo." + }, + "playlistManagementButtons": { + "extras": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + } + }, + "saveToWatchLaterButton": { + "extras": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + } + }, + "screenshotButton": { + "button": { + "label": "Fazer captura de tela" + }, + "extras": { + "copiedToClipboard": "Screenshot copied to clipboard" + } + }, + "videoHistory": { + "extras": { + "resumeButton": "Resume", + "resumePromptClose": "Close" + } + }, + "volumeBoostButton": { + "button": { + "label": "Aumento de volume", + "toggle": { + "off": "Aumento de volume desativado", + "on": "Aumento de volume ativado" + } + } + } + } + }, + "options": { + "extras": { + "bottomButtons": { + "clear": { + "title": "Clears all data this extension has stored on your machine", + "value": "Clear Data" + }, + "confirm": { + "title": "Confirm setting reset", + "value": "Confirm" + }, + "openTab": { + "title": "Open extension settings in a new tab" + }, + "reset": { + "title": "Resets all settings to their defaults, Click the confirm button to save the changes", + "value": "Reset" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Copy video URL with timestamp button", + "decreasePlaybackSpeedButton": "Decrease Speed button", + "forwardButton": "Fast Forward button", + "hideEndScreenCardsButton": "Hide end screen cards button", + "increasePlaybackSpeedButton": "Increase Speed button", + "loopButton": "Loop button", + "maximizePlayerButton": "Maximize button", + "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind button", + "screenshotButton": "Screenshot button", + "volumeBoostButton": "Volume Boost button" + }, + "options": { + "below_player": { + "placement": "below the player controls", + "value": "Below Player" + }, + "feature_menu": { + "placement": "in the feature menu", + "value": "Feature Menu" + }, + "player_controls_left": { + "placement": "on the left side of player controls", + "value": "Left Controls" + }, + "player_controls_right": { + "placement": "on the right side of player controls", + "value": "Right Controls" + } + }, + "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Button placement settings" + }, + "clearData": { + "allDataDeleted": "All data has been deleted.", + "confirmAlert": "This will delete all extension data related to options. Continue?" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Menu Activation Type", + "options": { + "click": "Click", + "hover": "Hover" + }, + "title": "Select the method to activate the feature menu" + }, + "title": "Feature menu settings" + } + }, + "importExportSettings": { + "exportButton": { + "success": "Settings successfully exported", + "title": "Export settings to a JSON file", + "value": "Export Settings" + }, + "importButton": { + "error": { + "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", + "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" + }, + "success": "Settings imported successfully", + "title": "Import settings from a JSON file", + "value": "Import Settings" + } + }, + "language": { + "select": { + "label": "Language", + "title": "The language to use for the extension" + }, + "title": "Language" + }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "scrollForMoreSettings": "Scroll for more settings", + "settingSearch": { + "placeholder": "Search for a setting" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Key", + "title": "Enter your Youtube Data API V3 key." + }, + "title": "YouTube API V3 key" + } + }, + "notifications": { + "error": { + "optionConflict": "Esta opção não pode ser ativada enquanto '{{OPTION}}' estiver habilitada.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "A tecla alternadora da velocidade de rolagem não pode ser a mesma que a tecla alternadora do volume.", + "volumeControl": "A tecla alternadora do volume não pode ser a mesma que a tecla alternadora da velocidade de rolagem." + } + } + }, + "info": { + "reset": "Opções redefinidas ao padrão.\nSalve as mudanças clicando em \"Confirmar\" ou desfaça delas fechando a página, ou esta notificação." + }, + "success": { + "saved": "Opções salvas." + } + } + } + }, + "settings": { + "sections": { + "customCSS": { + "enable": { + "label": "CSS personalizado", + "title": "Ativa o CSS personalizado para ser aplicado à página" + }, + "extras": { + "collapse": "Collapse Editor", + "expand": "Expand Editor", + "noProblems": "No problems found." + }, + "title": "Configurações de CSS personalizado" + }, + "deepDarkCSS": { + "enable": { + "label": "Deep Dark Theme", + "title": "Activate the selected theme for the page" + }, + "extras": { + "author": "Author", + "co-authors": "Co-authors" + }, + "settings": { + "colorShadow": { + "label": "Shadow color", + "title": "Color for shadows" + }, + "dimmerText": { + "label": "Secondary text color", + "title": "Color for secondary text" + }, + "hoverBackground": { + "label": "Hover background color", + "title": "Color for hover background" + }, + "mainBackground": { + "label": "Main background color", + "title": "Color for main background" + }, + "mainColor": { + "label": "Accent color", + "title": "Color for accent" + }, + "mainText": { + "label": "Main text color", + "title": "Color for main text" + }, + "secondBackground": { + "label": "Secondary background color", + "title": "Color for secondary background" + }, + "theme": { + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + } + } + }, + "title": "YouTube deep dark settings" + }, + "forwardRewindButtons": { + "enable": { + "label": "Botões de avançar/voltar", + "title": "Adiciona botões de avançar/voltar ao player de vídeo" + }, + "settings": { + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + } + }, + "title": "Opções de avançar/voltar" + }, + "miscellaneous": { + "settings": { + "automaticallyDisableAmbientMode": { + "enable": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + } + }, + "automaticallyDisableAutoPlay": { + "enable": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + } + }, + "automaticallyDisableClosedCaptions": { + "enable": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + } + }, + "automaticallyEnableClosedCaptions": { + "enable": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + } + }, + "automaticallyMaximizePlayer": { + "enable": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + } + }, + "automaticallyShowMoreVideosOnEndScreen": { + "enable": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + } + }, + "automaticTheaterMode": { + "enable": { + "label": "Automatic theater mode", + "title": "Automatically enables theater mode when you load a video" + } + }, + "copyTimestampUrlButton": { + "enable": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + } + }, + "defaultToOriginalAudioTrack": { + "enable": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + } + }, + "saveToWatchLaterButton": { + "enable": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + } + }, + "hideArtificialIntelligenceSummary": { + "enable": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + } + }, + "hideEndScreenCards": { + "enable": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + } + }, + "hideEndScreenCardsButton": { + "enable": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + } + }, + "hideLiveStreamChat": { + "enable": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + } + }, + "hideMembersOnlyVideos": { + "enable": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + } + }, + "hideOfficialArtistVideosFromHomePage": { + "enable": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + } + }, + "hidePaidPromotionBanner": { + "enable": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + } + }, + "hidePlayables": { + "enable": { + "label": "Hide playables", + "title": "Hides all playables" + } + }, + "hidePlaylistRecommendationsFromHomePage": { + "enable": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + } + }, + "hideScrollbar": { + "enable": { + "label": "Hide scrollbar", + "title": "Hides the pages scrollbar" + } + }, + "hideShorts": { + "enable": { + "label": "Hide shorts", + "title": "Hides all shorts" + } + }, + "hideSidebarRecommendedVideos": { + "enable": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + } + }, + "hideTranslateComment": { + "enable": { + "label": "Hide translate comment button", + "title": "Hides 'Translate to Language' button under comments" + } + }, + "loopButton": { + "enable": { + "label": "Loop button", + "title": "Adds a button to the feature menu to loop the video you're watching" + } + }, + "maximizePlayerButton": { + "enable": { + "label": "Maximize player button", + "title": "Adds a button to the feature menu to maximize the player" + } + }, + "openTranscriptButton": { + "enable": { + "label": "Open transcript button", + "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + } + }, + "openYouTubeSettingsOnHover": { + "enable": { + "label": "Open YouTube settings on hover", + "title": "Opens the YouTube settings menu when you hover over the settings button" + } + }, + "pauseBackgroundPlayers": { + "enable": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + } + }, + "remainingTime": { + "enable": { + "label": "Remaining time", + "title": "Shows the remaining time of the video you're watching" + } + }, + "rememberVolume": { + "enable": { + "label": "Remember last volume", + "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + } + }, + "removeRedirect": { + "enable": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + } + }, + "restoreFullscreenScrolling": { + "enable": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + } + }, + "shareShortener": { + "enable": { + "label": "Shorten YouTube video share link", + "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + } + }, + "shortsAutoScroll": { + "enable": { + "label": "Shorts auto scroll", + "title": "Automatically scrolls to the next short" + } + }, + "skipContinueWatching": { + "enable": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + } + } + }, + "title": "Diversos" + }, + "onScreenDisplaySettings": { + "settings": { + "color": { + "label": "Color", + "select": { + "options": { + "blue": "Blue", + "green": "Green", + "orange": "Orange", + "pink": "Pink", + "purple": "Purple", + "red": "Red", + "white": "White", + "yellow": "Yellow" + } + }, + "title": "Select the color for the On-Screen Display" + }, + "hide": { + "label": "Hide Delay", + "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" + }, + "opacity": { + "label": "Opacity", + "title": "Adjust the transparency of the On-Screen Display" + }, + "padding": { + "label": "Padding", + "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." + }, + "position": { + "label": "Position", + "select": { + "options": { + "bottom_left": "Bottom Left", + "bottom_right": "Bottom Right", + "center": "Center", + "top_left": "Top Left", + "top_right": "Top Right" + } + }, + "title": "Select the position of the On-Screen Display" + }, + "type": { + "label": "Type", + "select": { + "options": { + "circle": "Circle", + "line": "Line", + "no_display": "No display", + "text": "Text" + } + }, + "title": "Select the type of On-Screen Display" + } + }, + "title": "On-screen display settings" + }, + "playerQuality": { + "enable": { + "label": "Automatic quality adjustment", + "title": "Automatically adjusts the video quality to the selected level." + }, + "settings": { + "quality": { + "select": { + "label": "Player quality", + "title": "The quality to set the video to" + } + }, + "qualityFallbackStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + } + }, + "title": "Automatic quality settings" + }, + "playerSpeed": { + "enable": { + "label": "Forced playback speed", + "title": "Sets the video speed to what you choose below" + }, + "settings": { + "buttons": { + "label": "Playback speed buttons", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + }, + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + }, + "speed": { + "select": { + "label": "Player speed", + "title": "The speed to set the video to" + } + } + }, + "title": "Playback speed settings" + }, + "playlistLength": { + "enable": { + "label": "Exibir informações de duração da playlist", + "title": "Exibe a duração da playlist, quantas vezes foi visualizada, e o tempo restante." + }, + "settings": { + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } + } + }, + "title": "Opções de duração da playlist" + }, + "playlistManagementButtons": { + "settings": { + "markAsUnwatchedButton": { + "enable": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + } + }, + "removeVideoButton": { + "enable": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + } + }, + "title": "Playlist management settings" + }, + "screenshotButton": { + "enable": { + "label": "Botão de captura de tela", + "title": "Adiciona um botão ao reprodutor para tirar uma captura de tela do vídeo" + }, + "settings": { + "format": { + "label": "Screenshot format", + "title": "The format to save the screenshot in" + }, + "saveAs": { + "select": { + "options": { + "both": "Both (File and Clipboard)", + "clipboard": "Clipboard", + "file": "File" + }, + "label": "Screenshot save type", + "title": "The screenshot save type" + } + } + }, + "title": "Opções de captura de tela" + }, + "scrollWheelSpeedControl": { + "enable": { + "label": "Controle de velocidade da roda do mouse", + "title": "Pressiona uma tecla modificadora para ativar o ajuste de velocidade com a roda do mouse." + }, + "extras": { + "optionLabel": "{{KEY}} key" + }, + "settings": { + "adjustmentSteps": { + "label": "Speed Change Per Scroll", + "title": "Adjust the speed change per scroll" + }, + "modifierKey": { + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + } + } + }, + "title": "Opções de controle do volume na roda do mouse" + }, + "scrollWheelVolumeControl": { + "enable": { + "label": "Ajustar volume com a roda", + "title": "Deixa-o utilizar a roda do cursor para ajustar o volume do vídeo" + }, + "extras": { + "optionLabel": "{{KEY}} key" + }, + "settings": { + "adjustmentSteps": { + "label": "Volume Change Per Scroll", + "title": "Adjust the volume change per scroll" + }, + "holdModifierKey": { + "label": "When holding modifier key", + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + }, + "title": "Press a modifier key to enable volume adjustment with the scroll wheel." + }, + "holdRightClick": { + "label": "When holding right click", + "title": "Hold right click to enable scroll wheel volume control" + } + }, + "title": "Opções de ajuste de volume pela roda" + }, + "videoHistory": { + "enable": { + "label": "Rastrear vídeos assistidos", + "title": "Registrar a minutagem do vídeo em que parou e permite a retomada do playback" + }, + "settings": { + "resumeType": { + "select": { + "label": "Resume type", + "options": { + "automatic": "Automatic", + "prompt": "Prompt" + }, + "title": "Select how you want to resume videos" + } + } + }, + "title": "Opções de histórico de vídeo" + }, + "volumeBoost": { + "enable": { + "label": "Aumento de volume", + "title": "Ativa o aumento de volume" + }, + "settings": { + "amount": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by" + }, + "mode": { + "select": { + "label": "Volume boost mode", + "options": { + "global": "Global", + "perVideo": "Per video" + }, + "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + } + } + }, + "title": "Opções de aumento de volume" + } + } + } +} \ No newline at end of file From 5aea14bce916d9d868c2fd02029180a33b27c3d8 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 25 Jan 2026 16:18:42 -0500 Subject: [PATCH 1521/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 1565 +++++++++++++++++++------------------ 1 file changed, 822 insertions(+), 743 deletions(-) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index 685760fbd..ab62b0dda 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -1,744 +1,823 @@ { - "langCode": "en-US", - "langName": "Svenska (SV)", - "messages": { - "resumingVideo": "Återupptar video vid {{VIDEO_TIME}}", - "settingVolume": "Ställa in volymökning till {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "Kopierad!", - "label": "Kopiera videons webbadress med tidsstämpel" - } - }, - "featureMenu": { - "button": { - "label": "Funktionsmeny" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "Snabbspola med {{TIME}}" - }, - "rewindButton": { - "label": "Återspola med {{TIME}}" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "Dölj slutskärmskort", - "toggle": { - "off": "Visa slutskärmskort", - "on": "Dölj slutskärmskort" - } - } - }, - "loopButton": { - "button": { - "label": "Slinga", - "toggle": { - "off": "Slinga av", - "on": "Slinga på" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "Maximera", - "toggle": { - "off": "Maximera av", - "on": "Maximera på" - } - } - }, - "miniPlayerButton": { - "button": { - "label": "Mini Player", - "toggle": { - "off": "Mini Player off", - "on": "Mini Player on" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Öppna transkript" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Minska hastigheten till {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Öka hastigheten till {{SPEED}}" - } - }, - "decreaseLimit": "Det går inte att sänka mer ({{SPEED}})", - "increaseLimit": "Det går inte att höja mer ({{SPEED}})" - }, - "playlistLength": { - "title": "Total längd kanske inte är korrekt om vissa videor är dolda eller om du inte har laddat tillräckligt med videor för att få hela längden." - }, - "screenshotButton": { - "button": { - "label": "Skärmbild" - }, - "copiedToClipboard": "Skärmbild kopierad till urklipp" - }, - "videoHistory": { - "resumeButton": "Återuppta", - "resumePrompt": { - "close": "Stäng" - } - }, - "volumeBoostButton": { - "button": { - "label": "Volymökning", - "toggle": { - "off": "Volymökning av", - "on": "Volymökning på" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "optionConflict": "Detta alternativ kan inte aktiveras medan '{{OPTION}}' är aktiverat.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "Rullningshjulets modifieringstangent för hastighetsreglering kan inte vara densamma modifieringstangent som rullningshjulets volymreglering.", - "volumeControl": "Rullningshjulets modifieringstangent för volymreglering kan inte vara densamma modifieringstangent som rullningshjulets hastighetsreglering." - } - } - }, - "info": { - "reset": "Alla alternativ har återställts till sina standardvärden.\nDu kan nu spara ändringarna genom att klicka på knappen \"Bekräfta\" eller örkasta dem genom att stänga denna sida eller ignorera detta meddelande." - }, - "success": { - "saved": "Inställningarna sparade." - } - } - } - }, - "settings": { - "clearData": { - "allDataDeleted": "All data har tagits bort.", - "confirmAlert": "Detta kommer att ta bort alla tilläggsdata relaterade till alternativen. Fortsätta?" - }, - "optionDisabled": { - "either": { - "label": "Aktivera {{OPTIONS}} för att konfigurera detta alternativ", - "separator": " eller " - }, - "plural": { - "label": "Aktivera {{OPTIONS}} för att konfigurera detta alternativ", - "separator": " och " - }, - "singular": "Aktivera {{OPTION}} för att konfigurera detta alternativ", - "specificOption": { - "featureMenu": "Konfigurera minst en knapp som ska placeras i funktionsmenyn för att konfigurera det här alternativet.", - "screenshotButtonFileFormat": "Ställ in skärmbildens bildtyp till 'fil' eller 'båda' för att konfigurera detta alternativ" - } - }, - "scrollForMoreSettings": "Rulla för fler inställningar", - "sections": { - "automaticQuality": { - "enable": { - "label": "Automatisk kvalitetsjustering", - "title": "Justerar automatiskt videokvaliteten till den valda nivån." - }, - "fallbackQualityStrategy": { - "select": { - "label": "Reservmetod för kvaliten", - "options": { - "higher": "Högre", - "lower": "Lägre" - }, - "title": "Metod att använda när den valda kvaliteten inte är tillgänglig" - } - }, - "select": { - "label": "Spelarkvalitet", - "title": "Kvaliteten för att ställa in videon till" - }, - "title": "Automatisk kvalitetsinställningar" - }, - "bottomButtons": { - "clear": { - "title": "Rensar all data som detta tillägg har lagrat på din dator", - "value": "Rensa data" - }, - "confirm": { - "title": "Bekräfta återställning av inställningar", - "value": "Bekräfta" - }, - "openTab": { - "title": "Öppna tilläggsinställningar i en ny flik" - }, - "reset": { - "title": "Återställer alla inställningar till sina standardinställningar, Klicka på bekräftelseknappen för att spara ändringarna", - "value": "Återställ" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "Kopiera videons webbadress med tidsstämpelknappen", - "decreasePlaybackSpeedButton": "Knapp för att mindska hastigheten", - "forwardButton": "Snabbspolningsknapp", - "hideEndScreenCardsButton": "Dölj knappen för slutskärmskort", - "increasePlaybackSpeedButton": "Knapp för att öka hastigheten", - "loopButton": "Slingknapp", - "maximizePlayerButton": "Maximeraknapp", - "miniPlayerButton": "Mini Player", - "openTranscriptButton": "Transkriptknapp", - "rewindButton": "Återspolningsknapp", - "screenshotButton": "Skärmbildsknapp", - "volumeBoostButton": "Volymökningsknapp" - }, - "options": { - "below_player": { - "placement": "under spelarkontrollerna", - "value": "Under spelaren" - }, - "feature_menu": { - "placement": "i funktionsmenyn", - "value": "Funktionsmeny" - }, - "player_controls_left": { - "placement": "på vänster sida av spelarkontrollerna", - "value": "Vänster kontroller" - }, - "player_controls_right": { - "placement": "på höger sida av spelarkontrollerna", - "value": "Höger kontroller" - } - }, - "title": "Placera {{BUTTON_NAME}} {{PLACEMENT}}" - }, - "title": "Inställningar för knapplacering" - }, - "customCSS": { - "editor": { - "collapse": "Fäll ihop redigeraren", - "expand": "Fäll ut redigeraren", - "noProblems": "Inga problem hittades." - }, - "enable": { - "label": "Aktivera anpassad CSS", - "title": "Aktiverar anpassad CSS som ska tillämpas på sidan" - }, - "title": "Anpassade CSS-inställningar" - }, - "featureMenu": { - "openType": { - "select": { - "label": "Aktiveringstyp för menyn", - "options": { - "click": "Klicka", - "hover": "Musöver" - }, - "title": "Välj metod för att aktivera funktionsmenyn" - }, - "title": "Inställningar för funktionsmeny" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "Aktivera spola framåt-/återspolningsknappar", - "title": "Lägger till spola framåt- och återspolningsknappar till videospelaren" - }, - "time": { - "label": "Spola framåt-/återspolningstid", - "title": "Tiden som videon ska spolas framåt/återspolas med" - }, - "title": "Inställningar för knapparna spola framåt/återspola" - }, - "importExportSettings": { - "exportButton": { - "success": "Inställningar har exporterats", - "title": "Exportera inställningarna till en JSON-fil", - "value": "Exportera Inställningar" - }, - "importButton": { - "error": { - "unknown": "Fel vid import av inställningar. Kontrollera filformatet.\nEtt okänt fel uppstod.", - "validation": "Fel vid import av inställningar. Kontrollera filformatet.\n{{ERROR_MESSAGE}}" - }, - "success": "Inställningar har importerats", - "title": "Importera inställningarna från en JSON-fil", - "value": "Importera inställningar" - } - }, - "language": { - "select": { - "label": "Språk", - "title": "Språket som ska användas för tillägget" - }, - "title": "Språk" - }, - "miniPlayer": { - "enable": { - "label": "Open Mini Player when viewing comments", - "title": "Automatically opens the Mini Player when you scroll to comments." - }, - "position": { - "label": "Default Mini Player position", - "options": { - "bottomCenter": "Bottom center", - "bottomLeft": "Bottom left", - "bottomRight": "Bottom right", - "topCenter": "Top center", - "topLeft": "Top left", - "topRight": "Top right" - }, - "title": "Sets the starting position before you move the Mini Player." - }, - "size": { - "label": "Default Mini Player size", - "title": "Sets the initial size before you resize the Mini Player." - }, - "title": "Mini Player settings" - }, - "miniPlayerButton": { - "label": "Mini Player button", - "title": "Adds a button that opens the Mini Player" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "Automatiskt teaterläge", - "title": "Aktiverar automatiskt teaterläge när du startar en video" - }, - "automaticallyDisableAmbientMode": { - "label": "Inaktivera biobelysning automatiskt", - "title": "Inaktiverar automatiskt biobelysning när du startar en video" - }, - "automaticallyDisableAutoPlay": { - "label": "Inaktivera automatisk uppspelning", - "title": "Inaktiverar automatiskt uppspelning när du startar en video" - }, - "automaticallyDisableClosedCaptions": { - "label": "Inaktivera textning automatiskt", - "title": "Inaktiverar textning automatiskt när du laddar en video" - }, - "automaticallyEnableClosedCaptions": { - "label": "Aktivera undertexter automatiskt", - "title": "Aktiverar automatiskt undertexter när du startar en video" - }, - "automaticallyMaximizePlayer": { - "label": "Maximera spelaren automatiskt", - "title": "Maximera spelaren automatiskt när du laddar en video" - }, - "automaticallyShowMoreVideosOnEndScreen": { - "label": "Visa automatiskt fler videor på slutskärmen", - "title": "Visa automatiskt fler videor på slutskärmen när du laddar en video" - }, - "copyTimestampUrlButton": { - "label": "Kopiera videons webbadress med tidsstämpelknappen", - "title": "Kopiera videons webbadress med tidsstämpel (?t=123)" - }, - "defaultToOriginalAudioTrack": { - "label": "Standard till originalljudspår", - "title": "Använd alltid originalljudspåret som standard" - }, - "enableMarkAsUnwatchedButton": { - "label": "Markera som ej sedd", - "title": "Lägg till en knapp i spellistans objekt för att markera videor som ej sedda" - }, - "enableRemoveVideoButton": { - "label": "Ta bort videoknappen", - "title": "Lägg till en knapp i spellistobjekt för att ta bort videor från spellistan" - }, - "enableSaveToWatchLaterButton": { - "label": "Aktivera knappen spara för att titta på senare", - "title": "Lägger till en knapp på hem- och prenumerationsvideor för att spara videon till spellistan \"Titta på senare\"" - }, - "hideArtificialIntelligenceSummary": { - "label": "Dölj AI-sammanfattning", - "title": "Döljer sammanfattningen av artificiell intelligens under videorna" - }, - "hideEndScreenCards": { - "label": "Dölj slutskärmskort", - "title": "Döljer korten i slutet av videon" - }, - "hideEndScreenCardsButton": { - "label": "Dölj knappen för slutskärmskort", - "title": "Lägger till en knapp för att visa/dölja korten i slutet av videon" - }, - "hideLiveStreamChat": { - "label": "Dölj direktströmschatt", - "title": "Döljer direktströmschatten" - }, - "hideMembersOnlyVideos": { - "label": "Dölj endast för medlemmar-videor", - "title": "Döljer videor som endast är synliga för medlemmar" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "Dölj officiella artistvideor", - "title": "Dölj officiella artistvideor från startsidan" - }, - "hidePaidPromotionBanner": { - "label": "Dölj betald marknadsföringsbanner", - "title": "Döljer bannern som visas när du tittar på en video som har betald marknadsföring" - }, - "hidePlayables": { - "label": "Dölj spelbara", - "title": "Döljer alla spelbara" - }, - "hidePlaylistRecommendationsFromHomePage": { - "label": "Dölj spellistor från hemsidan", - "title": "Bli av med spellistor från hemsidan" - }, - "hideScrollbar": { - "label": "Dölj rullningslisten", - "title": "Döljer sidornas rullningsfält" - }, - "hideShorts": { - "label": "Dölj shorts", - "title": "Döljer alla shorts" - }, - "hideSidebarRecommendedVideos": { - "label": "Dölj rekommenderade videor", - "title": "Döljer sidofältet som rekommenderar videor" - }, - "hideTranslateComment": { - "label": "Dölj översättning av kommentarer", - "title": "Döljer knappen 'Översätt till språk' under kommentarer" - }, - "loopButton": { - "label": "Slingknapp", - "title": "Lägger till en knapp i funktionsmenyn för att slinga videon du tittar på" - }, - "maximizePlayerButton": { - "label": "Maximeringsknapp för spelaren", - "title": "Lägger till en knapp i funktionsmenyn för att maximera spelaren" - }, - "openTranscriptButton": { - "label": "Öppningsknapp för transkript", - "title": "Lägger till en knapp i funktionsmenyn för att visa transkript av videon du tittar på" - }, - "openYouTubeSettingsOnHover": { - "label": "Öppna YouTube-inställningar vid musöver", - "title": "Öppnar YouTube-inställningsmenyn när du håller muspekaren över inställningsknappen" - }, - "pauseBackgroundPlayers": { - "label": "Pausa spelare i bakgrunden", - "title": "Pausar videospelare i bakgrundsflikar när du startar en ny videospelare i en förgrundsflik" - }, - "remainingTime": { - "label": "Återstående tid", - "title": "Visar återstående tid för videon du tittar på" - }, - "rememberLastVolume": { - "label": "Kom ihåg senaste volymen", - "title": "Kommer ihåg volymen på den senaste videon du tittade på och ställer in den när du öppnar en ny video" - }, - "removeRedirect": { - "label": "Ta bort YouTube-omdirigeringswebbadresser", - "title": "Ersätter YouTube-omdirigering genom faktiska webbadresser, hoppar över omdirigeringsvarningsdialog" - }, - "restoreFullscreenScrolling": { - "label": "Återställ fullskärmsrullning", - "title": "Återställer rullning i helskärmsläge" - }, - "shareShortener": { - "label": "Förkorta YouTube-videons delningslänk", - "title": "Förkortar YouTube-videons delningslänk (youtu.be) genom att ta bort funktionsparametrar från den" - }, - "shortsAutoScroll": { - "label": "Automatisk rullning för shorts", - "title": "Rullar automatiskt till nästa shorts" - }, - "skipContinueWatching": { - "label": "Hoppa över \"Videon är pausad. Fortsätt titta?\"", - "title": "Hoppa över dialogrutan som pausar videouppspelningen" - } - }, - "title": "Övriga inställningar" - }, - "onScreenDisplaySettings": { - "color": { - "label": "Färg", - "options": { - "blue": "Blå", - "green": "Grön", - "orange": "Orange", - "pink": "Rosa", - "purple": "Lila", - "red": "Röd", - "white": "Vit", - "yellow": "Gul" - }, - "title": "Välj färgen för On-Screen Display" - }, - "hide": { - "label": "Döljfördröjning", - "title": "Ange tiden i millisekunder innan On-Screen Display automatiskt döljs" - }, - "opacity": { - "label": "Genomskinlighet", - "title": "Justera genomskinligheten för On-Screen Display" - }, - "padding": { - "label": "Utfyllnad", - "title": "Justera avståndet runt On-Screen Display i pixlar. Detta gäller specifikt för hörn On-Screen Display." - }, - "position": { - "label": "Position", - "options": { - "bottom_left": "Nedre vänstra", - "bottom_right": "Nedre högra", - "center": "Mitten", - "top_left": "Övre vänstra", - "top_right": "Övre högra" - }, - "title": "Välj placering av On-Screen Display" - }, - "title": "On-Screen skärminställningar", - "type": { - "label": "Typ", - "options": { - "circle": "Cirkel", - "line": "Rad", - "no_display": "Ingen visning", - "text": "Text" - }, - "title": "Välj typ av On-Screen Display" - } - }, - "playbackSpeed": { - "enable": { - "label": "Tvingad uppspelningshastighet", - "title": "Ställer in videohastigheten till det du väljer nedan" - }, - "playbackSpeedButtons": { - "label": "Knapp för uppspelningshastigheten", - "select": { - "label": "Knapp för uppspelningshastigheten", - "title": "Hastighetsändring per klick" - }, - "title": "Lägger till knappar för att öka eller minska uppspelningshastigheten på videon du tittar på" - }, - "select": { - "label": "Uppspelningshastighet", - "title": "Hastigheten att spela upp videon i" - }, - "title": "Inställningar för uppspelningshastighet" - }, - "playlistLength": { - "enable": { - "label": "Visa information om spellistans längd", - "title": "Visar spellistans totala längd och hur mycket som har tittats på och hur mycket som återstår." - }, - "title": "Inställningar för spellistans längd", - "wayToGetLength": { - "select": { - "label": "Metod för att få spellistans längd", - "title": "Sättet att få information om spellista längd (API-metoden kommer att falla tillbaka till HTML om ett fel inträffar)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "Metod för att hämta tittad tid", - "options": { - "duration": "Videolängd", - "youtube": "Tittad videolängd" - }, - "title": "Sättet att få den tid som tittats på (videons längdtyp används endast på visningssidan)" - } - } - }, - "playlistManagement": { - "features": { - "markAsUnwatchedButton": { - "label": "Markera som ej seddknapp", - "title": "Lägger till en knapp för att markera videor som ej sedda" - }, - "removeVideoButton": { - "label": "Ta bort videoknappen", - "title": "Lägger till en knapp för att ta bort videor från spellistan" - } - }, - "title": "Inställningar för hantering av spellistor" - }, - "playlistManagementButtons": { - "failedToMarkAsUnwatched": "Det gick inte att markera video som ej sedd", - "failedToRemoveVideo": "Det gick inte att ta bort video", - "markAsUnwatched": "Markera som ej sedd", - "markingAsUnwatched": "Markerar som ej sedd…", - "removeVideo": "Ta bort video", - "removingVideo": "Tar bort video…" - }, - "saveToWatchLaterButton": { - "failedToSaveVideo": "Det gick inte att spara videon till titta på senare", - "saveVideo": "Spara till titta på senare", - "savingVideo": "Sparar till titta på senare…" - }, - "screenshotButton": { - "enable": { - "label": "Skärmbildsknapp", - "title": "Lägger till en knapp till spelaren för att ta en skärmbild av videon" - }, - "saveAs": { - "both": "Båda (fil och urklipp)", - "clipboard": "Urklipp", - "file": "Fil" - }, - "selectFormat": { - "label": "Skärmbildsformat", - "title": "Formatet för att spara skärmbilden i" - }, - "selectSaveAs": { - "label": "Skärmbildstyp att spara i", - "title": "Skärmbildens spartyp" - }, - "title": "Skärmbildsinställningar" - }, - "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "Hastighetsändring per rullning", - "title": "Justera hastighetsändringen per rullning" - }, - "enable": { - "label": "Hastighetsändring med rullningshjulet", - "title": "Tryck på en modifierartangent för att aktivera hastighetsjustering med rullningshjulet." - }, - "optionLabel": "{{KEY}}-tangent", - "select": { - "label": "Modifieringstangent", - "title": "Modifieringstangent att använda" - }, - "title": "Inställningar för rullningshjulets hastighetsändring" - }, - "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "Volymändring per rullning", - "title": "Justera volymändringen per rullning" - }, - "enable": { - "label": "Volymändring med rullningshjulet", - "title": "Låter dig använda rullningshjulet för att ändra volymen på videon du tittar på" - }, - "holdModifierKey": { - "enable": { - "label": "Aktivera när du håller ner modifieringstangenten", - "title": "Tryck på en modifierartangent för att aktivera hastighetsändringen med rullningshjulet." - }, - "optionLabel": "{{KEY}}-tangent", - "select": { - "label": "Modifieringstangent", - "title": "Modifieringstangent att använda" - } - }, - "holdRightClick": { - "enable": { - "label": "Aktivera när du håller ner höger musknapp", - "title": "Håll höger musknapp nertryckt för att aktivera rullningshjulets volymkontroll" - } - }, - "title": "Rullningshjulets volyminställningar" - }, - "settingSearch": { - "placeholder": "Sök efter en inställning" - }, - "videoHistory": { - "enable": { - "label": "Håll reda på visade videor", - "title": "Håller reda på var du slutade på videor du tittade på och gör det möjligt att återuppta uppspelningen" - }, - "resumeType": { - "select": { - "label": "Återupptagningstyp", - "options": { - "automatic": "Automatisk", - "prompt": "Fråga" - }, - "title": "Välj hur du vill återuppta videor" - } - }, - "title": "Inställningar för videohistorik" - }, - "volumeBoost": { - "boostAmount": { - "label": "Volymökningsmängd (dB)", - "title": "Hur mycket ljudet ska öka med" - }, - "enable": { - "label": "Volymökning", - "title": "Aktivera volymökning" - }, - "mode": { - "select": { - "label": "Volymökningsläge", - "options": { - "global": "Global", - "perVideo": "Per video" - }, - "title": "Välj hur volymökning tillämpas. \"Per video\" gör det möjligt att aktivera ökning för varje video individuellt i funktionsmenyn. 'Global' gäller ökning för alla videor när volymökning är aktiverat." - } - }, - "title": "Inställningar för volymökning" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "Du kan hämta en härifrån", - "input": { - "label": "API-nyckel", - "title": "Ange din Youtube Data API V3-nyckel." - }, - "title": "YouTube API V3-nyckel" - }, - "youtubeDeepDark": { - "author": "Skapare", - "co-authors": "Medskapare", - "colors": { - "colorShadow": { - "label": "Skuggfärg", - "title": "Färg för skuggor" - }, - "dimmerText": { - "label": "Sekundär textfärg", - "title": "Färg för sekundärtext" - }, - "hoverBackground": { - "label": "Bakgrundsfärg för musöver", - "title": "Bakgrundsfärg för musöver" - }, - "mainBackground": { - "label": "Primär bakgrundsfärg", - "title": "Färg för primär bakgrund" - }, - "mainColor": { - "label": "Accentfärg", - "title": "Färg för accent" - }, - "mainText": { - "label": "Primär textfärg", - "title": "Färg för primär text" - }, - "secondBackground": { - "label": "Sekundär bakgrundsfärg", - "title": "Färg för sekundär bakgrund" - } - }, - "enable": { - "label": "Aktivera valt tema", - "title": "Aktivera det valda temat för sidan" - }, - "select": { - "label": "Välj tema", - "title": "Välj ett tema som ska tillämpas på sidan" - }, - "title": "Deep Dark-inställningar för YouTube" - } - } - } -} + "langCode": "en-US", + "langName": "Svenska (SV)", + "messages": { + "resumingVideo": "Återupptar video vid {{VIDEO_TIME}}", + "settingVolume": "Ställa in volymökning till {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "label": "Kopiera videons webbadress med tidsstämpel" + }, + "extras": { + "copied": "Copied!" + } + }, + "featureMenu": { + "button": { + "label": "Funktionsmeny" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Snabbspola med {{TIME}}" + }, + "rewindButton": { + "label": "Återspola med {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Dölj slutskärmskort", + "toggle": { + "off": "Visa slutskärmskort", + "on": "Dölj slutskärmskort" + } + } + }, + "loopButton": { + "button": { + "label": "Slinga", + "toggle": { + "off": "Slinga av", + "on": "Slinga på" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "Maximera", + "toggle": { + "off": "Maximera av", + "on": "Maximera på" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Öppna transkript" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Minska hastigheten till {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Öka hastigheten till {{SPEED}}" + } + }, + "extras": { + "decreaseLimit": "Can't decrease further ({{SPEED}})", + "increaseLimit": "Can't increase further ({{SPEED}})" + } + }, + "playlistLength": { + "title": "Total längd kanske inte är korrekt om vissa videor är dolda eller om du inte har laddat tillräckligt med videor för att få hela längden." + }, + "playlistManagementButtons": { + "extras": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + } + }, + "saveToWatchLaterButton": { + "extras": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + } + }, + "screenshotButton": { + "button": { + "label": "Skärmbild" + }, + "extras": { + "copiedToClipboard": "Screenshot copied to clipboard" + } + }, + "videoHistory": { + "extras": { + "resumeButton": "Resume", + "resumePromptClose": "Close" + } + }, + "volumeBoostButton": { + "button": { + "label": "Volymökning", + "toggle": { + "off": "Volymökning av", + "on": "Volymökning på" + } + } + } + } + }, + "options": { + "extras": { + "bottomButtons": { + "clear": { + "title": "Clears all data this extension has stored on your machine", + "value": "Clear Data" + }, + "confirm": { + "title": "Confirm setting reset", + "value": "Confirm" + }, + "openTab": { + "title": "Open extension settings in a new tab" + }, + "reset": { + "title": "Resets all settings to their defaults, Click the confirm button to save the changes", + "value": "Reset" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Copy video URL with timestamp button", + "decreasePlaybackSpeedButton": "Decrease Speed button", + "forwardButton": "Fast Forward button", + "hideEndScreenCardsButton": "Hide end screen cards button", + "increasePlaybackSpeedButton": "Increase Speed button", + "loopButton": "Loop button", + "maximizePlayerButton": "Maximize button", + "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind button", + "screenshotButton": "Screenshot button", + "volumeBoostButton": "Volume Boost button" + }, + "options": { + "below_player": { + "placement": "below the player controls", + "value": "Below Player" + }, + "feature_menu": { + "placement": "in the feature menu", + "value": "Feature Menu" + }, + "player_controls_left": { + "placement": "on the left side of player controls", + "value": "Left Controls" + }, + "player_controls_right": { + "placement": "on the right side of player controls", + "value": "Right Controls" + } + }, + "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Button placement settings" + }, + "clearData": { + "allDataDeleted": "All data has been deleted.", + "confirmAlert": "This will delete all extension data related to options. Continue?" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Menu Activation Type", + "options": { + "click": "Click", + "hover": "Hover" + }, + "title": "Select the method to activate the feature menu" + }, + "title": "Feature menu settings" + } + }, + "importExportSettings": { + "exportButton": { + "success": "Settings successfully exported", + "title": "Export settings to a JSON file", + "value": "Export Settings" + }, + "importButton": { + "error": { + "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", + "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" + }, + "success": "Settings imported successfully", + "title": "Import settings from a JSON file", + "value": "Import Settings" + } + }, + "language": { + "select": { + "label": "Language", + "title": "The language to use for the extension" + }, + "title": "Language" + }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "scrollForMoreSettings": "Scroll for more settings", + "settingSearch": { + "placeholder": "Search for a setting" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Key", + "title": "Enter your Youtube Data API V3 key." + }, + "title": "YouTube API V3 key" + } + }, + "notifications": { + "error": { + "optionConflict": "Detta alternativ kan inte aktiveras medan '{{OPTION}}' är aktiverat.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "Rullningshjulets modifieringstangent för hastighetsreglering kan inte vara densamma modifieringstangent som rullningshjulets volymreglering.", + "volumeControl": "Rullningshjulets modifieringstangent för volymreglering kan inte vara densamma modifieringstangent som rullningshjulets hastighetsreglering." + } + } + }, + "info": { + "reset": "Alla alternativ har återställts till sina standardvärden.\nDu kan nu spara ändringarna genom att klicka på knappen \"Bekräfta\" eller örkasta dem genom att stänga denna sida eller ignorera detta meddelande." + }, + "success": { + "saved": "Inställningarna sparade." + } + } + } + }, + "settings": { + "sections": { + "customCSS": { + "enable": { + "label": "Aktivera anpassad CSS", + "title": "Aktiverar anpassad CSS som ska tillämpas på sidan" + }, + "extras": { + "collapse": "Collapse Editor", + "expand": "Expand Editor", + "noProblems": "No problems found." + }, + "title": "Anpassade CSS-inställningar" + }, + "deepDarkCSS": { + "enable": { + "label": "Deep Dark Theme", + "title": "Activate the selected theme for the page" + }, + "extras": { + "author": "Author", + "co-authors": "Co-authors" + }, + "settings": { + "colorShadow": { + "label": "Shadow color", + "title": "Color for shadows" + }, + "dimmerText": { + "label": "Secondary text color", + "title": "Color for secondary text" + }, + "hoverBackground": { + "label": "Hover background color", + "title": "Color for hover background" + }, + "mainBackground": { + "label": "Main background color", + "title": "Color for main background" + }, + "mainColor": { + "label": "Accent color", + "title": "Color for accent" + }, + "mainText": { + "label": "Main text color", + "title": "Color for main text" + }, + "secondBackground": { + "label": "Secondary background color", + "title": "Color for secondary background" + }, + "theme": { + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + } + } + }, + "title": "YouTube deep dark settings" + }, + "forwardRewindButtons": { + "enable": { + "label": "Aktivera spola framåt-/återspolningsknappar", + "title": "Lägger till spola framåt- och återspolningsknappar till videospelaren" + }, + "settings": { + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + } + }, + "title": "Inställningar för knapparna spola framåt/återspola" + }, + "miscellaneous": { + "settings": { + "automaticallyDisableAmbientMode": { + "enable": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + } + }, + "automaticallyDisableAutoPlay": { + "enable": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + } + }, + "automaticallyDisableClosedCaptions": { + "enable": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + } + }, + "automaticallyEnableClosedCaptions": { + "enable": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + } + }, + "automaticallyMaximizePlayer": { + "enable": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + } + }, + "automaticallyShowMoreVideosOnEndScreen": { + "enable": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + } + }, + "automaticTheaterMode": { + "enable": { + "label": "Automatic theater mode", + "title": "Automatically enables theater mode when you load a video" + } + }, + "copyTimestampUrlButton": { + "enable": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + } + }, + "defaultToOriginalAudioTrack": { + "enable": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + } + }, + "saveToWatchLaterButton": { + "enable": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + } + }, + "hideArtificialIntelligenceSummary": { + "enable": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + } + }, + "hideEndScreenCards": { + "enable": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + } + }, + "hideEndScreenCardsButton": { + "enable": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + } + }, + "hideLiveStreamChat": { + "enable": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + } + }, + "hideMembersOnlyVideos": { + "enable": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + } + }, + "hideOfficialArtistVideosFromHomePage": { + "enable": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + } + }, + "hidePaidPromotionBanner": { + "enable": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + } + }, + "hidePlayables": { + "enable": { + "label": "Hide playables", + "title": "Hides all playables" + } + }, + "hidePlaylistRecommendationsFromHomePage": { + "enable": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + } + }, + "hideScrollbar": { + "enable": { + "label": "Hide scrollbar", + "title": "Hides the pages scrollbar" + } + }, + "hideShorts": { + "enable": { + "label": "Hide shorts", + "title": "Hides all shorts" + } + }, + "hideSidebarRecommendedVideos": { + "enable": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + } + }, + "hideTranslateComment": { + "enable": { + "label": "Hide translate comment button", + "title": "Hides 'Translate to Language' button under comments" + } + }, + "loopButton": { + "enable": { + "label": "Loop button", + "title": "Adds a button to the feature menu to loop the video you're watching" + } + }, + "maximizePlayerButton": { + "enable": { + "label": "Maximize player button", + "title": "Adds a button to the feature menu to maximize the player" + } + }, + "openTranscriptButton": { + "enable": { + "label": "Open transcript button", + "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + } + }, + "openYouTubeSettingsOnHover": { + "enable": { + "label": "Open YouTube settings on hover", + "title": "Opens the YouTube settings menu when you hover over the settings button" + } + }, + "pauseBackgroundPlayers": { + "enable": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + } + }, + "remainingTime": { + "enable": { + "label": "Remaining time", + "title": "Shows the remaining time of the video you're watching" + } + }, + "rememberVolume": { + "enable": { + "label": "Remember last volume", + "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + } + }, + "removeRedirect": { + "enable": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + } + }, + "restoreFullscreenScrolling": { + "enable": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + } + }, + "shareShortener": { + "enable": { + "label": "Shorten YouTube video share link", + "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + } + }, + "shortsAutoScroll": { + "enable": { + "label": "Shorts auto scroll", + "title": "Automatically scrolls to the next short" + } + }, + "skipContinueWatching": { + "enable": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + } + } + }, + "title": "Övriga inställningar" + }, + "onScreenDisplaySettings": { + "settings": { + "color": { + "label": "Color", + "select": { + "options": { + "blue": "Blue", + "green": "Green", + "orange": "Orange", + "pink": "Pink", + "purple": "Purple", + "red": "Red", + "white": "White", + "yellow": "Yellow" + } + }, + "title": "Select the color for the On-Screen Display" + }, + "hide": { + "label": "Hide Delay", + "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" + }, + "opacity": { + "label": "Opacity", + "title": "Adjust the transparency of the On-Screen Display" + }, + "padding": { + "label": "Padding", + "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." + }, + "position": { + "label": "Position", + "select": { + "options": { + "bottom_left": "Bottom Left", + "bottom_right": "Bottom Right", + "center": "Center", + "top_left": "Top Left", + "top_right": "Top Right" + } + }, + "title": "Select the position of the On-Screen Display" + }, + "type": { + "label": "Type", + "select": { + "options": { + "circle": "Circle", + "line": "Line", + "no_display": "No display", + "text": "Text" + } + }, + "title": "Select the type of On-Screen Display" + } + }, + "title": "On-Screen skärminställningar" + }, + "playerQuality": { + "enable": { + "label": "Automatic quality adjustment", + "title": "Automatically adjusts the video quality to the selected level." + }, + "settings": { + "quality": { + "select": { + "label": "Player quality", + "title": "The quality to set the video to" + } + }, + "qualityFallbackStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + } + }, + "title": "Automatic quality settings" + }, + "playerSpeed": { + "enable": { + "label": "Forced playback speed", + "title": "Sets the video speed to what you choose below" + }, + "settings": { + "buttons": { + "label": "Playback speed buttons", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + }, + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + }, + "speed": { + "select": { + "label": "Player speed", + "title": "The speed to set the video to" + } + } + }, + "title": "Playback speed settings" + }, + "playlistLength": { + "enable": { + "label": "Visa information om spellistans längd", + "title": "Visar spellistans totala längd och hur mycket som har tittats på och hur mycket som återstår." + }, + "settings": { + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } + } + }, + "title": "Inställningar för spellistans längd" + }, + "playlistManagementButtons": { + "settings": { + "markAsUnwatchedButton": { + "enable": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + } + }, + "removeVideoButton": { + "enable": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + } + }, + "title": "Playlist management settings" + }, + "screenshotButton": { + "enable": { + "label": "Skärmbildsknapp", + "title": "Lägger till en knapp till spelaren för att ta en skärmbild av videon" + }, + "settings": { + "format": { + "label": "Screenshot format", + "title": "The format to save the screenshot in" + }, + "saveAs": { + "select": { + "options": { + "both": "Both (File and Clipboard)", + "clipboard": "Clipboard", + "file": "File" + }, + "label": "Screenshot save type", + "title": "The screenshot save type" + } + } + }, + "title": "Skärmbildsinställningar" + }, + "scrollWheelSpeedControl": { + "enable": { + "label": "Hastighetsändring med rullningshjulet", + "title": "Tryck på en modifierartangent för att aktivera hastighetsjustering med rullningshjulet." + }, + "extras": { + "optionLabel": "{{KEY}} key" + }, + "settings": { + "adjustmentSteps": { + "label": "Speed Change Per Scroll", + "title": "Adjust the speed change per scroll" + }, + "modifierKey": { + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + } + } + }, + "title": "Inställningar för rullningshjulets hastighetsändring" + }, + "scrollWheelVolumeControl": { + "enable": { + "label": "Volymändring med rullningshjulet", + "title": "Låter dig använda rullningshjulet för att ändra volymen på videon du tittar på" + }, + "extras": { + "optionLabel": "{{KEY}} key" + }, + "settings": { + "adjustmentSteps": { + "label": "Volume Change Per Scroll", + "title": "Adjust the volume change per scroll" + }, + "holdModifierKey": { + "label": "When holding modifier key", + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + }, + "title": "Press a modifier key to enable volume adjustment with the scroll wheel." + }, + "holdRightClick": { + "label": "When holding right click", + "title": "Hold right click to enable scroll wheel volume control" + } + }, + "title": "Rullningshjulets volyminställningar" + }, + "videoHistory": { + "enable": { + "label": "Håll reda på visade videor", + "title": "Håller reda på var du slutade på videor du tittade på och gör det möjligt att återuppta uppspelningen" + }, + "settings": { + "resumeType": { + "select": { + "label": "Resume type", + "options": { + "automatic": "Automatic", + "prompt": "Prompt" + }, + "title": "Select how you want to resume videos" + } + } + }, + "title": "Inställningar för videohistorik" + }, + "volumeBoost": { + "enable": { + "label": "Volymökning", + "title": "Aktivera volymökning" + }, + "settings": { + "amount": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by" + }, + "mode": { + "select": { + "label": "Volume boost mode", + "options": { + "global": "Global", + "perVideo": "Per video" + }, + "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + } + } + }, + "title": "Inställningar för volymökning" + } + } + } +} \ No newline at end of file From aef7f12c22d761677e95dfd336505d3f25ccdee9 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 25 Jan 2026 16:18:43 -0500 Subject: [PATCH 1522/1783] New translations en-us.json (Catalan) --- public/locales/ca-ES.json | 1565 +++++++++++++++++++------------------ 1 file changed, 822 insertions(+), 743 deletions(-) diff --git a/public/locales/ca-ES.json b/public/locales/ca-ES.json index f56ddbe5e..76c7caa86 100644 --- a/public/locales/ca-ES.json +++ b/public/locales/ca-ES.json @@ -1,744 +1,823 @@ { - "langCode": "ca-ES", - "langName": "Català", - "messages": { - "resumingVideo": "", - "settingVolume": "New song \n" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "Copied!", - "label": "Copy video URL with timestamp" - } - }, - "featureMenu": { - "button": { - "label": "Feature menu" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "Fast forward by {{TIME}}" - }, - "rewindButton": { - "label": "Rewind by {{TIME}}" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "Hide end screen cards", - "toggle": { - "off": "Show end screen cards", - "on": "Hide end screen cards" - } - } - }, - "loopButton": { - "button": { - "label": "Loop", - "toggle": { - "off": "Loop off", - "on": "Loop on" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "Maximize", - "toggle": { - "off": "Maximize off", - "on": "Maximize on" - } - } - }, - "miniPlayerButton": { - "button": { - "label": "Mini Player", - "toggle": { - "off": "Mini Player off", - "on": "Mini Player on" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Open transcript" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Decrease Speed to {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Increase Speed to {{SPEED}}" - } - }, - "decreaseLimit": "Can't decrease further ({{SPEED}})", - "increaseLimit": "Can't increase further ({{SPEED}})" - }, - "playlistLength": { - "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." - }, - "screenshotButton": { - "button": { - "label": "Screenshot" - }, - "copiedToClipboard": "Screenshot copied to clipboard" - }, - "videoHistory": { - "resumeButton": "Resume", - "resumePrompt": { - "close": "Close" - } - }, - "volumeBoostButton": { - "button": { - "label": "Volume Boost", - "toggle": { - "off": "Volume boost off", - "on": "Volume boost on" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", - "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." - } - } - }, - "info": { - "reset": "All options have been reset to their default values.\nYou can now save the changes by clicking the \"Confirm\" button or discard them by closing this page or ignore this notification." - }, - "success": { - "saved": "Options saved." - } - } - } - }, - "settings": { - "clearData": { - "allDataDeleted": "All data has been deleted.", - "confirmAlert": "This will delete all extension data related to options. Continue?" - }, - "optionDisabled": { - "either": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " or " - }, - "plural": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " and " - }, - "singular": "Enable '{{OPTION}}' to configure this option", - "specificOption": { - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" - } - }, - "scrollForMoreSettings": "Scroll for more settings", - "sections": { - "automaticQuality": { - "enable": { - "label": "Automatic quality adjustment", - "title": "Automatically adjusts the video quality to the selected level." - }, - "fallbackQualityStrategy": { - "select": { - "label": "Quality fallback strategy", - "options": { - "higher": "Higher", - "lower": "Lower" - }, - "title": "The strategy to use when the selected quality is not available" - } - }, - "select": { - "label": "Player quality", - "title": "The quality to set the video to" - }, - "title": "Automatic quality settings" - }, - "bottomButtons": { - "clear": { - "title": "Clears all data this extension has stored on your machine", - "value": "Clear Data" - }, - "confirm": { - "title": "Confirm setting reset", - "value": "Confirm" - }, - "openTab": { - "title": "Open extension settings in a new tab" - }, - "reset": { - "title": "Resets all settings to their defaults, Click the confirm button to save the changes", - "value": "Reset" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "Copy video URL with timestamp button", - "decreasePlaybackSpeedButton": "Decrease Speed button", - "forwardButton": "Fast Forward button", - "hideEndScreenCardsButton": "Hide end screen cards button", - "increasePlaybackSpeedButton": "Increase Speed button", - "loopButton": "Loop button", - "maximizePlayerButton": "Maximize button", - "miniPlayerButton": "Mini Player", - "openTranscriptButton": "Open Transcript button", - "rewindButton": "Rewind button", - "screenshotButton": "Screenshot button", - "volumeBoostButton": "Volume Boost button" - }, - "options": { - "below_player": { - "placement": "below the player controls", - "value": "Below Player" - }, - "feature_menu": { - "placement": "in the feature menu", - "value": "Feature Menu" - }, - "player_controls_left": { - "placement": "on the left side of player controls", - "value": "Left Controls" - }, - "player_controls_right": { - "placement": "on the right side of player controls", - "value": "Right Controls" - } - }, - "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" - }, - "title": "Button placement settings" - }, - "customCSS": { - "editor": { - "collapse": "Collapse Editor", - "expand": "Expand Editor", - "noProblems": "No problems found." - }, - "enable": { - "label": "Custom CSS", - "title": "Enables custom CSS to be applied to the page" - }, - "title": "Custom CSS settings" - }, - "featureMenu": { - "openType": { - "select": { - "label": "Menu Activation Type", - "options": { - "click": "Click", - "hover": "Hover" - }, - "title": "Select the method to activate the feature menu" - }, - "title": "Feature menu settings" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "Forward/rewind buttons", - "title": "Adds forward and rewind buttons to the video player" - }, - "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" - }, - "title": "Forward/rewind button settings" - }, - "importExportSettings": { - "exportButton": { - "success": "Settings successfully exported", - "title": "Export settings to a JSON file", - "value": "Export Settings" - }, - "importButton": { - "error": { - "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", - "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" - }, - "success": "Settings imported successfully", - "title": "Import settings from a JSON file", - "value": "Import Settings" - } - }, - "language": { - "select": { - "label": "Language", - "title": "The language to use for the extension" - }, - "title": "Language" - }, - "miniPlayer": { - "enable": { - "label": "Open Mini Player when viewing comments", - "title": "Automatically opens the Mini Player when you scroll to comments." - }, - "position": { - "label": "Default Mini Player position", - "options": { - "bottomCenter": "Bottom center", - "bottomLeft": "Bottom left", - "bottomRight": "Bottom right", - "topCenter": "Top center", - "topLeft": "Top left", - "topRight": "Top right" - }, - "title": "Sets the starting position before you move the Mini Player." - }, - "size": { - "label": "Default Mini Player size", - "title": "Sets the initial size before you resize the Mini Player." - }, - "title": "Mini Player settings" - }, - "miniPlayerButton": { - "label": "Mini Player button", - "title": "Adds a button that opens the Mini Player" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "Automatic theater mode", - "title": "Automatically enables theater mode when you load a video" - }, - "automaticallyDisableAmbientMode": { - "label": "Automatically disable ambient mode", - "title": "Automatically disables ambient mode when you load a video" - }, - "automaticallyDisableAutoPlay": { - "label": "Automatically disable autoplay", - "title": "Automatically disables autoplay when you load a video" - }, - "automaticallyDisableClosedCaptions": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" - }, - "automaticallyEnableClosedCaptions": { - "label": "Automatically enable closed captions", - "title": "Automatically enables closed captions when you load a video" - }, - "automaticallyMaximizePlayer": { - "label": "Automatically maximize player", - "title": "Automatically maximizes the player when you load a video" - }, - "automaticallyShowMoreVideosOnEndScreen": { - "label": "Automatically show more videos on end screen", - "title": "Automatically shows more videos on end screen when you load a video" - }, - "copyTimestampUrlButton": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" - }, - "defaultToOriginalAudioTrack": { - "label": "Default to original audio track", - "title": "Always default to the original audio track" - }, - "enableMarkAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Add a button to playlist items to mark videos as unwatched" - }, - "enableRemoveVideoButton": { - "label": "Remove video button", - "title": "Add a button to playlist items to remove videos from the playlist" - }, - "enableSaveToWatchLaterButton": { - "label": "Enable save to Watch Later button", - "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" - }, - "hideArtificialIntelligenceSummary": { - "label": "Hide AI summary", - "title": "Hides the artificial intelligence summary below videos" - }, - "hideEndScreenCards": { - "label": "Hide end screen cards", - "title": "Hides the cards at the end of the video" - }, - "hideEndScreenCardsButton": { - "label": "Hide end screen cards button", - "title": "Adds a button to show/hide the cards at the end of the video" - }, - "hideLiveStreamChat": { - "label": "Hide live stream chat", - "title": "Hides the live stream chat" - }, - "hideMembersOnlyVideos": { - "label": "Hide members-only videos", - "title": "Hides videos that are only visible to members" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" - }, - "hidePaidPromotionBanner": { - "label": "Hide paid promotion banner", - "title": "Hides the banner that appears when you watch a video that has a paid promotion" - }, - "hidePlayables": { - "label": "Hide playables", - "title": "Hides all playables" - }, - "hidePlaylistRecommendationsFromHomePage": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" - }, - "hideScrollbar": { - "label": "Hide scrollbar", - "title": "Hides the pages scrollbar" - }, - "hideShorts": { - "label": "Hide shorts", - "title": "Hides all shorts" - }, - "hideSidebarRecommendedVideos": { - "label": "Hide recommended videos", - "title": "Hides the sidebar that recommends videos" - }, - "hideTranslateComment": { - "label": "Hide translate comment button", - "title": "Hides 'Translate to Language' button under comments" - }, - "loopButton": { - "label": "Loop button", - "title": "Adds a button to the feature menu to loop the video you're watching" - }, - "maximizePlayerButton": { - "label": "Maximize player button", - "title": "Adds a button to the feature menu to maximize the player" - }, - "openTranscriptButton": { - "label": "Open transcript button", - "title": "Adds a button to the feature menu to open the transcript of the video you're watching" - }, - "openYouTubeSettingsOnHover": { - "label": "Open YouTube settings on hover", - "title": "Opens the YouTube settings menu when you hover over the settings button" - }, - "pauseBackgroundPlayers": { - "label": "Pause background players", - "title": "Pauses video players in background tabs when you start a new player in foreground tab" - }, - "remainingTime": { - "label": "Remaining time", - "title": "Shows the remaining time of the video you're watching" - }, - "rememberLastVolume": { - "label": "Remember last volume", - "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" - }, - "removeRedirect": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" - }, - "restoreFullscreenScrolling": { - "label": "Restore fullscreen scrolling", - "title": "Restores scrolling in fullscreen mode" - }, - "shareShortener": { - "label": "Shorten YouTube video share link", - "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" - }, - "shortsAutoScroll": { - "label": "Shorts auto scroll", - "title": "Automatically scrolls to the next short" - }, - "skipContinueWatching": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" - } - }, - "title": "Miscellaneous settings" - }, - "onScreenDisplaySettings": { - "color": { - "label": "Color", - "options": { - "blue": "Blue", - "green": "Green", - "orange": "Orange", - "pink": "Pink", - "purple": "Purple", - "red": "Red", - "white": "White", - "yellow": "Yellow" - }, - "title": "Select the color for the On-Screen Display" - }, - "hide": { - "label": "Hide Delay", - "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" - }, - "opacity": { - "label": "Opacity", - "title": "Adjust the transparency of the On-Screen Display" - }, - "padding": { - "label": "Padding", - "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." - }, - "position": { - "label": "Position", - "options": { - "bottom_left": "Bottom Left", - "bottom_right": "Bottom Right", - "center": "Center", - "top_left": "Top Left", - "top_right": "Top Right" - }, - "title": "Select the position of the On-Screen Display" - }, - "title": "On-screen display settings", - "type": { - "label": "Type", - "options": { - "circle": "Circle", - "line": "Line", - "no_display": "No display", - "text": "Text" - }, - "title": "Select the type of On-Screen Display" - } - }, - "playbackSpeed": { - "enable": { - "label": "Forced playback speed", - "title": "Sets the video speed to what you choose below" - }, - "playbackSpeedButtons": { - "label": "Playback speed buttons", - "select": { - "label": "Playback buttons speed", - "title": "Amount of speed to be changed per click" - }, - "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" - }, - "select": { - "label": "Player speed", - "title": "The speed to set the video to" - }, - "title": "Playback speed settings" - }, - "playlistLength": { - "enable": { - "label": "Display playlist length information", - "title": "Shows the total length of the playlist, how much has been watched, and how much remains." - }, - "title": "Playlist length settings", - "wayToGetLength": { - "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "Method to get watched time", - "options": { - "duration": "Video Length", - "youtube": "Video Watch Time" - }, - "title": "The way to get the amount of time watched (Video Length type only used on watch page)" - } - } - }, - "playlistManagement": { - "features": { - "markAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - }, - "removeVideoButton": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - } - }, - "title": "Playlist management settings" - }, - "playlistManagementButtons": { - "failedToMarkAsUnwatched": "Failed to mark video as unwatched", - "failedToRemoveVideo": "Failed to remove video", - "markAsUnwatched": "Mark as unwatched", - "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "Remove video", - "removingVideo": "Removing video…" - }, - "saveToWatchLaterButton": { - "failedToSaveVideo": "Failed to save video to Watch Later", - "saveVideo": "Save to Watch Later", - "savingVideo": "Saving to Watch Later…" - }, - "screenshotButton": { - "enable": { - "label": "Screenshot button", - "title": "Adds a button to the player to take a screenshot of the video" - }, - "saveAs": { - "both": "Both (File and Clipboard)", - "clipboard": "Clipboard", - "file": "File" - }, - "selectFormat": { - "label": "Screenshot format", - "title": "The format to save the screenshot in" - }, - "selectSaveAs": { - "label": "Screenshot save type", - "title": "The screenshot save type" - }, - "title": "Screenshot settings" - }, - "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "Speed Change Per Scroll", - "title": "Adjust the speed change per scroll" - }, - "enable": { - "label": "Scroll wheel speed control", - "title": "Press a modifier key to enable speed adjustment with the scroll wheel." - }, - "optionLabel": "{{KEY}} key", - "select": { - "label": "Modifier key", - "title": "The modifier key to use" - }, - "title": "Scroll wheel speed control settings" - }, - "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "Volume Change Per Scroll", - "title": "Adjust the volume change per scroll" - }, - "enable": { - "label": "Scroll wheel volume control", - "title": "Lets you use the scroll wheel to control the volume of the video you're watching" - }, - "holdModifierKey": { - "enable": { - "label": "When holding modifier key", - "title": "Press a modifier key to enable volume adjustment with the scroll wheel." - }, - "optionLabel": "{{KEY}} key", - "select": { - "label": "Modifier key", - "title": "The modifier key to use" - } - }, - "holdRightClick": { - "enable": { - "label": "When holding right click", - "title": "Hold right click to enable scroll wheel volume control" - } - }, - "title": "Scroll wheel volume control settings" - }, - "settingSearch": { - "placeholder": "Search for a setting" - }, - "videoHistory": { - "enable": { - "label": "Track watched videos", - "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" - }, - "resumeType": { - "select": { - "label": "Resume type", - "options": { - "automatic": "Automatic", - "prompt": "Prompt" - }, - "title": "Select how you want to resume videos" - } - }, - "title": "Video history settings" - }, - "volumeBoost": { - "boostAmount": { - "label": "Volume boost amount (dB)", - "title": "The amount to boost the volume by" - }, - "enable": { - "label": "Volume boost", - "title": "Enable volume boost" - }, - "mode": { - "select": { - "label": "Volume boost mode", - "options": { - "global": "Global", - "perVideo": "Per video" - }, - "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." - } - }, - "title": "Volume boost settings" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "You can get one from here", - "input": { - "label": "API Key", - "title": "Enter your Youtube Data API V3 key." - }, - "title": "YouTube API V3 key" - }, - "youtubeDeepDark": { - "author": "Author", - "co-authors": "Co-authors", - "colors": { - "colorShadow": { - "label": "Shadow color", - "title": "Color for shadows" - }, - "dimmerText": { - "label": "Secondary text color", - "title": "Color for secondary text" - }, - "hoverBackground": { - "label": "Hover background color", - "title": "Color for hover background" - }, - "mainBackground": { - "label": "Main background color", - "title": "Color for main background" - }, - "mainColor": { - "label": "Accent color", - "title": "Color for accent" - }, - "mainText": { - "label": "Main text color", - "title": "Color for main text" - }, - "secondBackground": { - "label": "Secondary background color", - "title": "Color for secondary background" - } - }, - "enable": { - "label": "Deep Dark Theme", - "title": "Activate the selected theme for the page" - }, - "select": { - "label": "Select theme", - "title": "Select a theme to be applied to the page" - }, - "title": "YouTube deep dark settings" - } - } - } -} + "langCode": "ca-ES", + "langName": "Català", + "messages": { + "resumingVideo": "", + "settingVolume": "New song \n" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "label": "Copy video URL with timestamp" + }, + "extras": { + "copied": "Copied!" + } + }, + "featureMenu": { + "button": { + "label": "Feature menu" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Fast forward by {{TIME}}" + }, + "rewindButton": { + "label": "Rewind by {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Hide end screen cards", + "toggle": { + "off": "Show end screen cards", + "on": "Hide end screen cards" + } + } + }, + "loopButton": { + "button": { + "label": "Loop", + "toggle": { + "off": "Loop off", + "on": "Loop on" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "Maximize", + "toggle": { + "off": "Maximize off", + "on": "Maximize on" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Open transcript" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Decrease Speed to {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Increase Speed to {{SPEED}}" + } + }, + "extras": { + "decreaseLimit": "Can't decrease further ({{SPEED}})", + "increaseLimit": "Can't increase further ({{SPEED}})" + } + }, + "playlistLength": { + "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + }, + "playlistManagementButtons": { + "extras": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + } + }, + "saveToWatchLaterButton": { + "extras": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + } + }, + "screenshotButton": { + "button": { + "label": "Screenshot" + }, + "extras": { + "copiedToClipboard": "Screenshot copied to clipboard" + } + }, + "videoHistory": { + "extras": { + "resumeButton": "Resume", + "resumePromptClose": "Close" + } + }, + "volumeBoostButton": { + "button": { + "label": "Volume Boost", + "toggle": { + "off": "Volume boost off", + "on": "Volume boost on" + } + } + } + } + }, + "options": { + "extras": { + "bottomButtons": { + "clear": { + "title": "Clears all data this extension has stored on your machine", + "value": "Clear Data" + }, + "confirm": { + "title": "Confirm setting reset", + "value": "Confirm" + }, + "openTab": { + "title": "Open extension settings in a new tab" + }, + "reset": { + "title": "Resets all settings to their defaults, Click the confirm button to save the changes", + "value": "Reset" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Copy video URL with timestamp button", + "decreasePlaybackSpeedButton": "Decrease Speed button", + "forwardButton": "Fast Forward button", + "hideEndScreenCardsButton": "Hide end screen cards button", + "increasePlaybackSpeedButton": "Increase Speed button", + "loopButton": "Loop button", + "maximizePlayerButton": "Maximize button", + "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind button", + "screenshotButton": "Screenshot button", + "volumeBoostButton": "Volume Boost button" + }, + "options": { + "below_player": { + "placement": "below the player controls", + "value": "Below Player" + }, + "feature_menu": { + "placement": "in the feature menu", + "value": "Feature Menu" + }, + "player_controls_left": { + "placement": "on the left side of player controls", + "value": "Left Controls" + }, + "player_controls_right": { + "placement": "on the right side of player controls", + "value": "Right Controls" + } + }, + "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Button placement settings" + }, + "clearData": { + "allDataDeleted": "All data has been deleted.", + "confirmAlert": "This will delete all extension data related to options. Continue?" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Menu Activation Type", + "options": { + "click": "Click", + "hover": "Hover" + }, + "title": "Select the method to activate the feature menu" + }, + "title": "Feature menu settings" + } + }, + "importExportSettings": { + "exportButton": { + "success": "Settings successfully exported", + "title": "Export settings to a JSON file", + "value": "Export Settings" + }, + "importButton": { + "error": { + "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", + "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" + }, + "success": "Settings imported successfully", + "title": "Import settings from a JSON file", + "value": "Import Settings" + } + }, + "language": { + "select": { + "label": "Language", + "title": "The language to use for the extension" + }, + "title": "Language" + }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "scrollForMoreSettings": "Scroll for more settings", + "settingSearch": { + "placeholder": "Search for a setting" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Key", + "title": "Enter your Youtube Data API V3 key." + }, + "title": "YouTube API V3 key" + } + }, + "notifications": { + "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", + "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." + } + } + }, + "info": { + "reset": "All options have been reset to their default values.\nYou can now save the changes by clicking the \"Confirm\" button or discard them by closing this page or ignore this notification." + }, + "success": { + "saved": "Options saved." + } + } + } + }, + "settings": { + "sections": { + "customCSS": { + "enable": { + "label": "Custom CSS", + "title": "Enables custom CSS to be applied to the page" + }, + "extras": { + "collapse": "Collapse Editor", + "expand": "Expand Editor", + "noProblems": "No problems found." + }, + "title": "Custom CSS settings" + }, + "deepDarkCSS": { + "enable": { + "label": "Deep Dark Theme", + "title": "Activate the selected theme for the page" + }, + "extras": { + "author": "Author", + "co-authors": "Co-authors" + }, + "settings": { + "colorShadow": { + "label": "Shadow color", + "title": "Color for shadows" + }, + "dimmerText": { + "label": "Secondary text color", + "title": "Color for secondary text" + }, + "hoverBackground": { + "label": "Hover background color", + "title": "Color for hover background" + }, + "mainBackground": { + "label": "Main background color", + "title": "Color for main background" + }, + "mainColor": { + "label": "Accent color", + "title": "Color for accent" + }, + "mainText": { + "label": "Main text color", + "title": "Color for main text" + }, + "secondBackground": { + "label": "Secondary background color", + "title": "Color for secondary background" + }, + "theme": { + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + } + } + }, + "title": "YouTube deep dark settings" + }, + "forwardRewindButtons": { + "enable": { + "label": "Forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "settings": { + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + } + }, + "title": "Forward/rewind button settings" + }, + "miscellaneous": { + "settings": { + "automaticallyDisableAmbientMode": { + "enable": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + } + }, + "automaticallyDisableAutoPlay": { + "enable": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + } + }, + "automaticallyDisableClosedCaptions": { + "enable": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + } + }, + "automaticallyEnableClosedCaptions": { + "enable": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + } + }, + "automaticallyMaximizePlayer": { + "enable": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + } + }, + "automaticallyShowMoreVideosOnEndScreen": { + "enable": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + } + }, + "automaticTheaterMode": { + "enable": { + "label": "Automatic theater mode", + "title": "Automatically enables theater mode when you load a video" + } + }, + "copyTimestampUrlButton": { + "enable": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + } + }, + "defaultToOriginalAudioTrack": { + "enable": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + } + }, + "saveToWatchLaterButton": { + "enable": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + } + }, + "hideArtificialIntelligenceSummary": { + "enable": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + } + }, + "hideEndScreenCards": { + "enable": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + } + }, + "hideEndScreenCardsButton": { + "enable": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + } + }, + "hideLiveStreamChat": { + "enable": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + } + }, + "hideMembersOnlyVideos": { + "enable": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + } + }, + "hideOfficialArtistVideosFromHomePage": { + "enable": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + } + }, + "hidePaidPromotionBanner": { + "enable": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + } + }, + "hidePlayables": { + "enable": { + "label": "Hide playables", + "title": "Hides all playables" + } + }, + "hidePlaylistRecommendationsFromHomePage": { + "enable": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + } + }, + "hideScrollbar": { + "enable": { + "label": "Hide scrollbar", + "title": "Hides the pages scrollbar" + } + }, + "hideShorts": { + "enable": { + "label": "Hide shorts", + "title": "Hides all shorts" + } + }, + "hideSidebarRecommendedVideos": { + "enable": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + } + }, + "hideTranslateComment": { + "enable": { + "label": "Hide translate comment button", + "title": "Hides 'Translate to Language' button under comments" + } + }, + "loopButton": { + "enable": { + "label": "Loop button", + "title": "Adds a button to the feature menu to loop the video you're watching" + } + }, + "maximizePlayerButton": { + "enable": { + "label": "Maximize player button", + "title": "Adds a button to the feature menu to maximize the player" + } + }, + "openTranscriptButton": { + "enable": { + "label": "Open transcript button", + "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + } + }, + "openYouTubeSettingsOnHover": { + "enable": { + "label": "Open YouTube settings on hover", + "title": "Opens the YouTube settings menu when you hover over the settings button" + } + }, + "pauseBackgroundPlayers": { + "enable": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + } + }, + "remainingTime": { + "enable": { + "label": "Remaining time", + "title": "Shows the remaining time of the video you're watching" + } + }, + "rememberVolume": { + "enable": { + "label": "Remember last volume", + "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + } + }, + "removeRedirect": { + "enable": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + } + }, + "restoreFullscreenScrolling": { + "enable": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + } + }, + "shareShortener": { + "enable": { + "label": "Shorten YouTube video share link", + "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + } + }, + "shortsAutoScroll": { + "enable": { + "label": "Shorts auto scroll", + "title": "Automatically scrolls to the next short" + } + }, + "skipContinueWatching": { + "enable": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + } + } + }, + "title": "Miscellaneous settings" + }, + "onScreenDisplaySettings": { + "settings": { + "color": { + "label": "Color", + "select": { + "options": { + "blue": "Blue", + "green": "Green", + "orange": "Orange", + "pink": "Pink", + "purple": "Purple", + "red": "Red", + "white": "White", + "yellow": "Yellow" + } + }, + "title": "Select the color for the On-Screen Display" + }, + "hide": { + "label": "Hide Delay", + "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" + }, + "opacity": { + "label": "Opacity", + "title": "Adjust the transparency of the On-Screen Display" + }, + "padding": { + "label": "Padding", + "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." + }, + "position": { + "label": "Position", + "select": { + "options": { + "bottom_left": "Bottom Left", + "bottom_right": "Bottom Right", + "center": "Center", + "top_left": "Top Left", + "top_right": "Top Right" + } + }, + "title": "Select the position of the On-Screen Display" + }, + "type": { + "label": "Type", + "select": { + "options": { + "circle": "Circle", + "line": "Line", + "no_display": "No display", + "text": "Text" + } + }, + "title": "Select the type of On-Screen Display" + } + }, + "title": "On-screen display settings" + }, + "playerQuality": { + "enable": { + "label": "Automatic quality adjustment", + "title": "Automatically adjusts the video quality to the selected level." + }, + "settings": { + "quality": { + "select": { + "label": "Player quality", + "title": "The quality to set the video to" + } + }, + "qualityFallbackStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + } + }, + "title": "Automatic quality settings" + }, + "playerSpeed": { + "enable": { + "label": "Forced playback speed", + "title": "Sets the video speed to what you choose below" + }, + "settings": { + "buttons": { + "label": "Playback speed buttons", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + }, + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + }, + "speed": { + "select": { + "label": "Player speed", + "title": "The speed to set the video to" + } + } + }, + "title": "Playback speed settings" + }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + }, + "settings": { + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } + } + }, + "title": "Playlist length settings" + }, + "playlistManagementButtons": { + "settings": { + "markAsUnwatchedButton": { + "enable": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + } + }, + "removeVideoButton": { + "enable": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + } + }, + "title": "Playlist management settings" + }, + "screenshotButton": { + "enable": { + "label": "Screenshot button", + "title": "Adds a button to the player to take a screenshot of the video" + }, + "settings": { + "format": { + "label": "Screenshot format", + "title": "The format to save the screenshot in" + }, + "saveAs": { + "select": { + "options": { + "both": "Both (File and Clipboard)", + "clipboard": "Clipboard", + "file": "File" + }, + "label": "Screenshot save type", + "title": "The screenshot save type" + } + } + }, + "title": "Screenshot settings" + }, + "scrollWheelSpeedControl": { + "enable": { + "label": "Scroll wheel speed control", + "title": "Press a modifier key to enable speed adjustment with the scroll wheel." + }, + "extras": { + "optionLabel": "{{KEY}} key" + }, + "settings": { + "adjustmentSteps": { + "label": "Speed Change Per Scroll", + "title": "Adjust the speed change per scroll" + }, + "modifierKey": { + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + } + } + }, + "title": "Scroll wheel speed control settings" + }, + "scrollWheelVolumeControl": { + "enable": { + "label": "Scroll wheel volume control", + "title": "Lets you use the scroll wheel to control the volume of the video you're watching" + }, + "extras": { + "optionLabel": "{{KEY}} key" + }, + "settings": { + "adjustmentSteps": { + "label": "Volume Change Per Scroll", + "title": "Adjust the volume change per scroll" + }, + "holdModifierKey": { + "label": "When holding modifier key", + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + }, + "title": "Press a modifier key to enable volume adjustment with the scroll wheel." + }, + "holdRightClick": { + "label": "When holding right click", + "title": "Hold right click to enable scroll wheel volume control" + } + }, + "title": "Scroll wheel volume control settings" + }, + "videoHistory": { + "enable": { + "label": "Track watched videos", + "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" + }, + "settings": { + "resumeType": { + "select": { + "label": "Resume type", + "options": { + "automatic": "Automatic", + "prompt": "Prompt" + }, + "title": "Select how you want to resume videos" + } + } + }, + "title": "Video history settings" + }, + "volumeBoost": { + "enable": { + "label": "Volume boost", + "title": "Enable volume boost" + }, + "settings": { + "amount": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by" + }, + "mode": { + "select": { + "label": "Volume boost mode", + "options": { + "global": "Global", + "perVideo": "Per video" + }, + "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + } + } + }, + "title": "Volume boost settings" + } + } + } +} \ No newline at end of file From d4abd1d5b96b0ca61ad2881162adc44993841b3c Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 25 Jan 2026 16:18:44 -0500 Subject: [PATCH 1523/1783] New translations en-us.json (French) --- public/locales/fr-FR.json | 1565 +++++++++++++++++++------------------ 1 file changed, 822 insertions(+), 743 deletions(-) diff --git a/public/locales/fr-FR.json b/public/locales/fr-FR.json index b7e78a4ea..ce42384c0 100644 --- a/public/locales/fr-FR.json +++ b/public/locales/fr-FR.json @@ -1,744 +1,823 @@ { - "langCode": "fr-FR", - "langName": "Français", - "messages": { - "resumingVideo": "Reprendre la vidéo à {{VIDEO_TIME}}", - "settingVolume": "Réglage de du gain du volume à {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "Copied!", - "label": "Copier l'URL de la vidéo avec le timestamp" - } - }, - "featureMenu": { - "button": { - "label": "Feature menu" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "Fast forward by {{TIME}}" - }, - "rewindButton": { - "label": "Rewind by {{TIME}}" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "Hide end screen cards", - "toggle": { - "off": "Show end screen cards", - "on": "Hide end screen cards" - } - } - }, - "loopButton": { - "button": { - "label": "Loop", - "toggle": { - "off": "Loop off", - "on": "Loop on" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "Maximize", - "toggle": { - "off": "Maximize off", - "on": "Maximize on" - } - } - }, - "miniPlayerButton": { - "button": { - "label": "Mini Player", - "toggle": { - "off": "Mini Player off", - "on": "Mini Player on" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Open transcript" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Decrease Speed to {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Increase Speed to {{SPEED}}" - } - }, - "decreaseLimit": "Can't decrease further ({{SPEED}})", - "increaseLimit": "Can't increase further ({{SPEED}})" - }, - "playlistLength": { - "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." - }, - "screenshotButton": { - "button": { - "label": "Screenshot" - }, - "copiedToClipboard": "Capture d'écran copiée dans le presse-papiers" - }, - "videoHistory": { - "resumeButton": "Reprendre", - "resumePrompt": { - "close": "Fermer" - } - }, - "volumeBoostButton": { - "button": { - "label": "Volume Boost", - "toggle": { - "off": "Volume boost off", - "on": "Volume boost on" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "La touche de contrôle de la vitesse de la molette ne peut pas être la même que la touche de contrôle du volume par la molette de défilement.", - "volumeControl": "La touche de contrôle de volume de la molette de défilement ne peut pas être la même que la touche de contrôle de la vitesse de défilement." - } - } - }, - "info": { - "reset": "Tous les paramètres ont été réinitialisés. \nVous pouvez maintenant sauvegarder les changements en cliquant sur le bouton \"Confirmer\" ou les annuler en fermant cette page ou ignorer cette notification." - }, - "success": { - "saved": "Options enregistrées." - } - } - } - }, - "settings": { - "clearData": { - "allDataDeleted": "Toutes les données ont été supprimées.", - "confirmAlert": "Ceci supprimera toutes les données d'extension liées aux options. On continue ?" - }, - "optionDisabled": { - "either": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " or " - }, - "plural": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " and " - }, - "singular": "Enable '{{OPTION}}' to configure this option", - "specificOption": { - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" - } - }, - "scrollForMoreSettings": "Scroll for more settings", - "sections": { - "automaticQuality": { - "enable": { - "label": "Ajustement automatique de la résolution", - "title": "Ajuste automatiquement la résolution de la vidéo au niveau sélectionné." - }, - "fallbackQualityStrategy": { - "select": { - "label": "Quality fallback strategy", - "options": { - "higher": "Higher", - "lower": "Lower" - }, - "title": "The strategy to use when the selected quality is not available" - } - }, - "select": { - "label": "Résolution", - "title": "La vidéo aura cette résolution" - }, - "title": "Paramètres de qualité automatique" - }, - "bottomButtons": { - "clear": { - "title": "Efface toutes les données stockées par cette extension sur votre ordinateur", - "value": "Effacer les données" - }, - "confirm": { - "title": "Confirmer la réinitialisation des réglages", - "value": "Confirmer" - }, - "openTab": { - "title": "Ouvrir les paramètres de l'extension dans un nouvel onglet" - }, - "reset": { - "title": "Réinitialise tous les paramètres par défaut, cliquez sur le bouton de confirmation pour enregistrer les modifications", - "value": "Réinitialiser" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "Bouton copier l'URL avec timestamp", - "decreasePlaybackSpeedButton": "Decrease Speed button", - "forwardButton": "Fast Forward button", - "hideEndScreenCardsButton": "Hide end screen cards button", - "increasePlaybackSpeedButton": "Increase Speed button", - "loopButton": "Loop button", - "maximizePlayerButton": "Maximize button", - "miniPlayerButton": "Mini Player", - "openTranscriptButton": "Open Transcript button", - "rewindButton": "Rewind button", - "screenshotButton": "Screenshot button", - "volumeBoostButton": "Volume Boost button" - }, - "options": { - "below_player": { - "placement": "below the player controls", - "value": "Below Player" - }, - "feature_menu": { - "placement": "in the feature menu", - "value": "Feature Menu" - }, - "player_controls_left": { - "placement": "on the left side of player controls", - "value": "Left Controls" - }, - "player_controls_right": { - "placement": "on the right side of player controls", - "value": "Right Controls" - } - }, - "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" - }, - "title": "Button placement settings" - }, - "customCSS": { - "editor": { - "collapse": "Collapse Editor", - "expand": "Expand Editor", - "noProblems": "Aucun problème détecté." - }, - "enable": { - "label": "Custom CSS", - "title": "Enables custom CSS to be applied to the page" - }, - "title": "Custom CSS settings" - }, - "featureMenu": { - "openType": { - "select": { - "label": "Action d'activation du menu", - "options": { - "click": "Clic", - "hover": "Survol" - }, - "title": "Sélectionnez la méthode pour activer le menu de fonctionnalités" - }, - "title": "Paramètres du menu de fonctionnalités" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "Forward/rewind buttons", - "title": "Adds forward and rewind buttons to the video player" - }, - "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" - }, - "title": "Forward/rewind button settings" - }, - "importExportSettings": { - "exportButton": { - "success": "Réglages exportés avec succès", - "title": "Exporter les paramètres vers un fichier JSON", - "value": "Exporter les paramètres" - }, - "importButton": { - "error": { - "unknown": "Erreur lors de l'importation des paramètres. Veuillez vérifier le format du fichier.\nUne erreur inconnue s'est produite.", - "validation": "Erreur lors de l'importation des paramètres. Veuillez vérifier le format du fichier.\n{{ERROR_MESSAGE}}" - }, - "success": "Paramètres importés avec succès", - "title": "Importer les paramètres depuis un fichier JSON", - "value": "Importer les paramètres" - } - }, - "language": { - "select": { - "label": "Langue", - "title": "La langue à utiliser pour l'extension" - }, - "title": "Langue" - }, - "miniPlayer": { - "enable": { - "label": "Open Mini Player when viewing comments", - "title": "Automatically opens the Mini Player when you scroll to comments." - }, - "position": { - "label": "Default Mini Player position", - "options": { - "bottomCenter": "Bottom center", - "bottomLeft": "Bottom left", - "bottomRight": "Bottom right", - "topCenter": "Top center", - "topLeft": "Top left", - "topRight": "Top right" - }, - "title": "Sets the starting position before you move the Mini Player." - }, - "size": { - "label": "Default Mini Player size", - "title": "Sets the initial size before you resize the Mini Player." - }, - "title": "Mini Player settings" - }, - "miniPlayerButton": { - "label": "Mini Player button", - "title": "Adds a button that opens the Mini Player" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "Mode cinéma automatique", - "title": "Activer automatiquement le mode cinéma lorsque vous chargez une vidéo" - }, - "automaticallyDisableAmbientMode": { - "label": "Automatically disable ambient mode", - "title": "Automatically disables ambient mode when you load a video" - }, - "automaticallyDisableAutoPlay": { - "label": "Automatically disable autoplay", - "title": "Automatically disables autoplay when you load a video" - }, - "automaticallyDisableClosedCaptions": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" - }, - "automaticallyEnableClosedCaptions": { - "label": "Automatically enable closed captions", - "title": "Automatically enables closed captions when you load a video" - }, - "automaticallyMaximizePlayer": { - "label": "Automatically maximize player", - "title": "Automatically maximizes the player when you load a video" - }, - "automaticallyShowMoreVideosOnEndScreen": { - "label": "Automatically show more videos on end screen", - "title": "Automatically shows more videos on end screen when you load a video" - }, - "copyTimestampUrlButton": { - "label": "Bouton de copie de l'URL avec timestamp", - "title": "Copie l'URL de la vidéo avec le timestamp (?t=123)" - }, - "defaultToOriginalAudioTrack": { - "label": "Default to original audio track", - "title": "Always default to the original audio track" - }, - "enableMarkAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Add a button to playlist items to mark videos as unwatched" - }, - "enableRemoveVideoButton": { - "label": "Remove video button", - "title": "Add a button to playlist items to remove videos from the playlist" - }, - "enableSaveToWatchLaterButton": { - "label": "Enable save to Watch Later button", - "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" - }, - "hideArtificialIntelligenceSummary": { - "label": "Hide AI summary", - "title": "Hides the artificial intelligence summary below videos" - }, - "hideEndScreenCards": { - "label": "Hide end screen cards", - "title": "Hides the cards at the end of the video" - }, - "hideEndScreenCardsButton": { - "label": "Hide end screen cards button", - "title": "Adds a button to show/hide the cards at the end of the video" - }, - "hideLiveStreamChat": { - "label": "Hide live stream chat", - "title": "Hides the live stream chat" - }, - "hideMembersOnlyVideos": { - "label": "Hide members-only videos", - "title": "Hides videos that are only visible to members" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" - }, - "hidePaidPromotionBanner": { - "label": "Hide paid promotion banner", - "title": "Hides the banner that appears when you watch a video that has a paid promotion" - }, - "hidePlayables": { - "label": "Hide playables", - "title": "Hides all playables" - }, - "hidePlaylistRecommendationsFromHomePage": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" - }, - "hideScrollbar": { - "label": "Cacher la barre de défilement", - "title": "Cache la barre de défilement des pages" - }, - "hideShorts": { - "label": "Hide shorts", - "title": "Hides all shorts" - }, - "hideSidebarRecommendedVideos": { - "label": "Hide recommended videos", - "title": "Hides the sidebar that recommends videos" - }, - "hideTranslateComment": { - "label": "Hide translate comment button", - "title": "Hides 'Translate to Language' button under comments" - }, - "loopButton": { - "label": "Bouton de boucle", - "title": "Ajoute un bouton au menu de fonctionnalité pour regarder la vidéo en boucle" - }, - "maximizePlayerButton": { - "label": "Agrandir les boutons du lecteur", - "title": "Ajoute un bouton au menu de fonctionnalité pour agrandir le lecteur" - }, - "openTranscriptButton": { - "label": "Bouton d'ouverture de la transcription", - "title": "Ajoute un bouton au menu fonctionnalités pour ouvrir la transcription de la vidéo que vous regardez" - }, - "openYouTubeSettingsOnHover": { - "label": "Ouvrir les paramètres YouTube au survol", - "title": "Ouvre le menu des paramètres YouTube lorsque vous survolez le bouton des paramètres" - }, - "pauseBackgroundPlayers": { - "label": "Pause background players", - "title": "Pauses video players in background tabs when you start a new player in foreground tab" - }, - "remainingTime": { - "label": "Temps restant", - "title": "Affiche le temps restant de la vidéo que vous regardez" - }, - "rememberLastVolume": { - "label": "Sauvegarder le volume précédent", - "title": "Se souvenir du volume de la dernière vidéo que vous regardiez et définissez-le lorsque vous ouvrez une nouvelle vidéo" - }, - "removeRedirect": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" - }, - "restoreFullscreenScrolling": { - "label": "Restore fullscreen scrolling", - "title": "Restores scrolling in fullscreen mode" - }, - "shareShortener": { - "label": "Shorten YouTube video share link", - "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" - }, - "shortsAutoScroll": { - "label": "Shorts auto scroll", - "title": "Automatically scrolls to the next short" - }, - "skipContinueWatching": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" - } - }, - "title": "Autre paramètres" - }, - "onScreenDisplaySettings": { - "color": { - "label": "Couleur ", - "options": { - "blue": "Bleu", - "green": "Vert", - "orange": "Orange", - "pink": "Rose", - "purple": "Violet", - "red": "Rouge", - "white": "Blanc", - "yellow": "Jaune" - }, - "title": "Sélectionnez la couleur pour l'affichage On-Screen" - }, - "hide": { - "label": "Délai d'effacement", - "title": "Spécifiez le temps, en millisecondes, avant de masquer automatiquement l'affichage à l'écran" - }, - "opacity": { - "label": "Opacité", - "title": "Ajuster la transparence de l'affichage On-Screen" - }, - "padding": { - "label": "Marges interne", - "title": "Ajustez l'espacement autour de l'affichage On-Screen. Cela s'applique spécifiquement à l'affichage On-Screen dans l'angle à l'écran." - }, - "position": { - "label": "Position", - "options": { - "bottom_left": "En bas à gauche", - "bottom_right": "En bas à droite", - "center": "Centre", - "top_left": "En haut à gauche", - "top_right": "En Haut à Droite" - }, - "title": "Sélectionnez la position de l'affichage On-Screen" - }, - "title": "On-screen display settings", - "type": { - "label": "Type", - "options": { - "circle": "Circle", - "line": "Ligne", - "no_display": "Cacher", - "text": "Texte" - }, - "title": "Sélectionnez le type d'affichage à l'écran" - } - }, - "playbackSpeed": { - "enable": { - "label": "Vitesse de lecture forcée", - "title": "Définit la vitesse de la vidéo comme choisie ci-dessous" - }, - "playbackSpeedButtons": { - "label": "Playback speed buttons", - "select": { - "label": "Playback buttons speed", - "title": "Amount of speed to be changed per click" - }, - "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" - }, - "select": { - "label": "Vitesse de la vidéo", - "title": "La vitesse à laquelle la vidéo est définie" - }, - "title": "Réglages de vitesse de lecture" - }, - "playlistLength": { - "enable": { - "label": "Display playlist length information", - "title": "Shows the total length of the playlist, how much has been watched, and how much remains." - }, - "title": "Playlist length settings", - "wayToGetLength": { - "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "Method to get watched time", - "options": { - "duration": "Video Length", - "youtube": "Video Watch Time" - }, - "title": "The way to get the amount of time watched (Video Length type only used on watch page)" - } - } - }, - "playlistManagement": { - "features": { - "markAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - }, - "removeVideoButton": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - } - }, - "title": "Playlist management settings" - }, - "playlistManagementButtons": { - "failedToMarkAsUnwatched": "Failed to mark video as unwatched", - "failedToRemoveVideo": "Failed to remove video", - "markAsUnwatched": "Mark as unwatched", - "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "Remove video", - "removingVideo": "Removing video…" - }, - "saveToWatchLaterButton": { - "failedToSaveVideo": "Failed to save video to Watch Later", - "saveVideo": "Save to Watch Later", - "savingVideo": "Saving to Watch Later…" - }, - "screenshotButton": { - "enable": { - "label": "Bouton de capture d'écran", - "title": "Ajoute un bouton au lecteur pour prendre une capture d'écran de la vidéo" - }, - "saveAs": { - "both": "Both (File and Clipboard)", - "clipboard": "Presse-papiers", - "file": "Fichier" - }, - "selectFormat": { - "label": "Format de la capture d'écran", - "title": "Le format dans lequel enregistrer la capture d'écran" - }, - "selectSaveAs": { - "label": "Type de sauvegarde de la capture d'écran", - "title": "Le type de sauvegarde de la capture d'écran" - }, - "title": "Paramètres de capture d’écran" - }, - "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "Vitesse de défilement", - "title": "Ajuste la vitesse de défilement" - }, - "enable": { - "label": "Contrôle de la vitesse de défilement", - "title": "Appuyez sur la touche de modification pour activer le réglage de la vitesse de défilement de la molette." - }, - "optionLabel": "touche {{KEY}}", - "select": { - "label": "Touche de clavier", - "title": "La touche de clavier à utiliser" - }, - "title": "Paramètres de contrôle de la vitesse de défilement" - }, - "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "Pas de volume par défilement", - "title": "Ajuster le changement de volume par défilement" - }, - "enable": { - "label": "Contrôle du volume avec la molette de défilement", - "title": "Permet d'utiliser la molette de défilement pour contrôler le volume de la vidéo que vous regardez" - }, - "holdModifierKey": { - "enable": { - "label": "Activer lorsqu'une touche est maintenue", - "title": "Appuyez sur une touche pour activer le réglage du volume à l'aide de la molette de défilement." - }, - "optionLabel": "touche {{KEY}}", - "select": { - "label": "Touche de clavier", - "title": "La touche de clavier à utiliser" - } - }, - "holdRightClick": { - "enable": { - "label": "Activer lorsque le clic droit est enfoncé", - "title": "Maintenez le clic droit pour activer le contrôle du volume par la molette de défilement" - } - }, - "title": "Réglages du contrôle du volume par la molette de défilement" - }, - "settingSearch": { - "placeholder": "Search for a setting" - }, - "videoHistory": { - "enable": { - "label": "Track watched videos", - "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" - }, - "resumeType": { - "select": { - "label": "Resume type", - "options": { - "automatic": "Automatic", - "prompt": "Prompt" - }, - "title": "Select how you want to resume videos" - } - }, - "title": "Video history settings" - }, - "volumeBoost": { - "boostAmount": { - "label": "Gain du volume (dB)", - "title": "La quantité de gain pour le volume" - }, - "enable": { - "label": "Gain du volume", - "title": "Activer le gain du volume" - }, - "mode": { - "select": { - "label": "Mode du gain du volume", - "options": { - "global": "Global", - "perVideo": "Par vidéo" - }, - "title": "Choisissez comment le gain du volume est appliquée. 'Par vidéo' permet d'activer le gain pour chaque vidéo individuellement dans le menu des paramètres. 'Global' applique le gain à toutes les vidéos lorsque le gain du volume est activée." - } - }, - "title": "Réglages de du gain du volume" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "You can get one from here", - "input": { - "label": "API Key", - "title": "Enter your Youtube Data API V3 key." - }, - "title": "YouTube API V3 key" - }, - "youtubeDeepDark": { - "author": "Author", - "co-authors": "Co-authors", - "colors": { - "colorShadow": { - "label": "Shadow color", - "title": "Color for shadows" - }, - "dimmerText": { - "label": "Secondary text color", - "title": "Color for secondary text" - }, - "hoverBackground": { - "label": "Hover background color", - "title": "Color for hover background" - }, - "mainBackground": { - "label": "Main background color", - "title": "Color for main background" - }, - "mainColor": { - "label": "Accent color", - "title": "Color for accent" - }, - "mainText": { - "label": "Main text color", - "title": "Color for main text" - }, - "secondBackground": { - "label": "Secondary background color", - "title": "Color for secondary background" - } - }, - "enable": { - "label": "Deep Dark Theme", - "title": "Activate the selected theme for the page" - }, - "select": { - "label": "Select theme", - "title": "Select a theme to be applied to the page" - }, - "title": "YouTube deep dark settings" - } - } - } -} + "langCode": "fr-FR", + "langName": "Français", + "messages": { + "resumingVideo": "Reprendre la vidéo à {{VIDEO_TIME}}", + "settingVolume": "Réglage de du gain du volume à {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "label": "Copier l'URL de la vidéo avec le timestamp" + }, + "extras": { + "copied": "Copied!" + } + }, + "featureMenu": { + "button": { + "label": "Feature menu" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Fast forward by {{TIME}}" + }, + "rewindButton": { + "label": "Rewind by {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Hide end screen cards", + "toggle": { + "off": "Show end screen cards", + "on": "Hide end screen cards" + } + } + }, + "loopButton": { + "button": { + "label": "Loop", + "toggle": { + "off": "Loop off", + "on": "Loop on" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "Maximize", + "toggle": { + "off": "Maximize off", + "on": "Maximize on" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Open transcript" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Decrease Speed to {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Increase Speed to {{SPEED}}" + } + }, + "extras": { + "decreaseLimit": "Can't decrease further ({{SPEED}})", + "increaseLimit": "Can't increase further ({{SPEED}})" + } + }, + "playlistLength": { + "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + }, + "playlistManagementButtons": { + "extras": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + } + }, + "saveToWatchLaterButton": { + "extras": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + } + }, + "screenshotButton": { + "button": { + "label": "Screenshot" + }, + "extras": { + "copiedToClipboard": "Screenshot copied to clipboard" + } + }, + "videoHistory": { + "extras": { + "resumeButton": "Resume", + "resumePromptClose": "Close" + } + }, + "volumeBoostButton": { + "button": { + "label": "Volume Boost", + "toggle": { + "off": "Volume boost off", + "on": "Volume boost on" + } + } + } + } + }, + "options": { + "extras": { + "bottomButtons": { + "clear": { + "title": "Clears all data this extension has stored on your machine", + "value": "Clear Data" + }, + "confirm": { + "title": "Confirm setting reset", + "value": "Confirm" + }, + "openTab": { + "title": "Open extension settings in a new tab" + }, + "reset": { + "title": "Resets all settings to their defaults, Click the confirm button to save the changes", + "value": "Reset" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Copy video URL with timestamp button", + "decreasePlaybackSpeedButton": "Decrease Speed button", + "forwardButton": "Fast Forward button", + "hideEndScreenCardsButton": "Hide end screen cards button", + "increasePlaybackSpeedButton": "Increase Speed button", + "loopButton": "Loop button", + "maximizePlayerButton": "Maximize button", + "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind button", + "screenshotButton": "Screenshot button", + "volumeBoostButton": "Volume Boost button" + }, + "options": { + "below_player": { + "placement": "below the player controls", + "value": "Below Player" + }, + "feature_menu": { + "placement": "in the feature menu", + "value": "Feature Menu" + }, + "player_controls_left": { + "placement": "on the left side of player controls", + "value": "Left Controls" + }, + "player_controls_right": { + "placement": "on the right side of player controls", + "value": "Right Controls" + } + }, + "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Button placement settings" + }, + "clearData": { + "allDataDeleted": "All data has been deleted.", + "confirmAlert": "This will delete all extension data related to options. Continue?" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Menu Activation Type", + "options": { + "click": "Click", + "hover": "Hover" + }, + "title": "Select the method to activate the feature menu" + }, + "title": "Feature menu settings" + } + }, + "importExportSettings": { + "exportButton": { + "success": "Settings successfully exported", + "title": "Export settings to a JSON file", + "value": "Export Settings" + }, + "importButton": { + "error": { + "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", + "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" + }, + "success": "Settings imported successfully", + "title": "Import settings from a JSON file", + "value": "Import Settings" + } + }, + "language": { + "select": { + "label": "Language", + "title": "The language to use for the extension" + }, + "title": "Language" + }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "scrollForMoreSettings": "Scroll for more settings", + "settingSearch": { + "placeholder": "Search for a setting" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Key", + "title": "Enter your Youtube Data API V3 key." + }, + "title": "YouTube API V3 key" + } + }, + "notifications": { + "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "La touche de contrôle de la vitesse de la molette ne peut pas être la même que la touche de contrôle du volume par la molette de défilement.", + "volumeControl": "La touche de contrôle de volume de la molette de défilement ne peut pas être la même que la touche de contrôle de la vitesse de défilement." + } + } + }, + "info": { + "reset": "Tous les paramètres ont été réinitialisés. \nVous pouvez maintenant sauvegarder les changements en cliquant sur le bouton \"Confirmer\" ou les annuler en fermant cette page ou ignorer cette notification." + }, + "success": { + "saved": "Options enregistrées." + } + } + } + }, + "settings": { + "sections": { + "customCSS": { + "enable": { + "label": "Custom CSS", + "title": "Enables custom CSS to be applied to the page" + }, + "extras": { + "collapse": "Collapse Editor", + "expand": "Expand Editor", + "noProblems": "No problems found." + }, + "title": "Custom CSS settings" + }, + "deepDarkCSS": { + "enable": { + "label": "Deep Dark Theme", + "title": "Activate the selected theme for the page" + }, + "extras": { + "author": "Author", + "co-authors": "Co-authors" + }, + "settings": { + "colorShadow": { + "label": "Shadow color", + "title": "Color for shadows" + }, + "dimmerText": { + "label": "Secondary text color", + "title": "Color for secondary text" + }, + "hoverBackground": { + "label": "Hover background color", + "title": "Color for hover background" + }, + "mainBackground": { + "label": "Main background color", + "title": "Color for main background" + }, + "mainColor": { + "label": "Accent color", + "title": "Color for accent" + }, + "mainText": { + "label": "Main text color", + "title": "Color for main text" + }, + "secondBackground": { + "label": "Secondary background color", + "title": "Color for secondary background" + }, + "theme": { + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + } + } + }, + "title": "YouTube deep dark settings" + }, + "forwardRewindButtons": { + "enable": { + "label": "Forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "settings": { + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + } + }, + "title": "Forward/rewind button settings" + }, + "miscellaneous": { + "settings": { + "automaticallyDisableAmbientMode": { + "enable": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + } + }, + "automaticallyDisableAutoPlay": { + "enable": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + } + }, + "automaticallyDisableClosedCaptions": { + "enable": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + } + }, + "automaticallyEnableClosedCaptions": { + "enable": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + } + }, + "automaticallyMaximizePlayer": { + "enable": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + } + }, + "automaticallyShowMoreVideosOnEndScreen": { + "enable": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + } + }, + "automaticTheaterMode": { + "enable": { + "label": "Automatic theater mode", + "title": "Automatically enables theater mode when you load a video" + } + }, + "copyTimestampUrlButton": { + "enable": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + } + }, + "defaultToOriginalAudioTrack": { + "enable": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + } + }, + "saveToWatchLaterButton": { + "enable": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + } + }, + "hideArtificialIntelligenceSummary": { + "enable": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + } + }, + "hideEndScreenCards": { + "enable": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + } + }, + "hideEndScreenCardsButton": { + "enable": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + } + }, + "hideLiveStreamChat": { + "enable": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + } + }, + "hideMembersOnlyVideos": { + "enable": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + } + }, + "hideOfficialArtistVideosFromHomePage": { + "enable": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + } + }, + "hidePaidPromotionBanner": { + "enable": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + } + }, + "hidePlayables": { + "enable": { + "label": "Hide playables", + "title": "Hides all playables" + } + }, + "hidePlaylistRecommendationsFromHomePage": { + "enable": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + } + }, + "hideScrollbar": { + "enable": { + "label": "Hide scrollbar", + "title": "Hides the pages scrollbar" + } + }, + "hideShorts": { + "enable": { + "label": "Hide shorts", + "title": "Hides all shorts" + } + }, + "hideSidebarRecommendedVideos": { + "enable": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + } + }, + "hideTranslateComment": { + "enable": { + "label": "Hide translate comment button", + "title": "Hides 'Translate to Language' button under comments" + } + }, + "loopButton": { + "enable": { + "label": "Loop button", + "title": "Adds a button to the feature menu to loop the video you're watching" + } + }, + "maximizePlayerButton": { + "enable": { + "label": "Maximize player button", + "title": "Adds a button to the feature menu to maximize the player" + } + }, + "openTranscriptButton": { + "enable": { + "label": "Open transcript button", + "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + } + }, + "openYouTubeSettingsOnHover": { + "enable": { + "label": "Open YouTube settings on hover", + "title": "Opens the YouTube settings menu when you hover over the settings button" + } + }, + "pauseBackgroundPlayers": { + "enable": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + } + }, + "remainingTime": { + "enable": { + "label": "Remaining time", + "title": "Shows the remaining time of the video you're watching" + } + }, + "rememberVolume": { + "enable": { + "label": "Remember last volume", + "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + } + }, + "removeRedirect": { + "enable": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + } + }, + "restoreFullscreenScrolling": { + "enable": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + } + }, + "shareShortener": { + "enable": { + "label": "Shorten YouTube video share link", + "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + } + }, + "shortsAutoScroll": { + "enable": { + "label": "Shorts auto scroll", + "title": "Automatically scrolls to the next short" + } + }, + "skipContinueWatching": { + "enable": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + } + } + }, + "title": "Autre paramètres" + }, + "onScreenDisplaySettings": { + "settings": { + "color": { + "label": "Color", + "select": { + "options": { + "blue": "Blue", + "green": "Green", + "orange": "Orange", + "pink": "Pink", + "purple": "Purple", + "red": "Red", + "white": "White", + "yellow": "Yellow" + } + }, + "title": "Select the color for the On-Screen Display" + }, + "hide": { + "label": "Hide Delay", + "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" + }, + "opacity": { + "label": "Opacity", + "title": "Adjust the transparency of the On-Screen Display" + }, + "padding": { + "label": "Padding", + "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." + }, + "position": { + "label": "Position", + "select": { + "options": { + "bottom_left": "Bottom Left", + "bottom_right": "Bottom Right", + "center": "Center", + "top_left": "Top Left", + "top_right": "Top Right" + } + }, + "title": "Select the position of the On-Screen Display" + }, + "type": { + "label": "Type", + "select": { + "options": { + "circle": "Circle", + "line": "Line", + "no_display": "No display", + "text": "Text" + } + }, + "title": "Select the type of On-Screen Display" + } + }, + "title": "On-screen display settings" + }, + "playerQuality": { + "enable": { + "label": "Automatic quality adjustment", + "title": "Automatically adjusts the video quality to the selected level." + }, + "settings": { + "quality": { + "select": { + "label": "Player quality", + "title": "The quality to set the video to" + } + }, + "qualityFallbackStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + } + }, + "title": "Automatic quality settings" + }, + "playerSpeed": { + "enable": { + "label": "Forced playback speed", + "title": "Sets the video speed to what you choose below" + }, + "settings": { + "buttons": { + "label": "Playback speed buttons", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + }, + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + }, + "speed": { + "select": { + "label": "Player speed", + "title": "The speed to set the video to" + } + } + }, + "title": "Playback speed settings" + }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + }, + "settings": { + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } + } + }, + "title": "Playlist length settings" + }, + "playlistManagementButtons": { + "settings": { + "markAsUnwatchedButton": { + "enable": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + } + }, + "removeVideoButton": { + "enable": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + } + }, + "title": "Playlist management settings" + }, + "screenshotButton": { + "enable": { + "label": "Bouton de capture d'écran", + "title": "Ajoute un bouton au lecteur pour prendre une capture d'écran de la vidéo" + }, + "settings": { + "format": { + "label": "Screenshot format", + "title": "The format to save the screenshot in" + }, + "saveAs": { + "select": { + "options": { + "both": "Both (File and Clipboard)", + "clipboard": "Clipboard", + "file": "File" + }, + "label": "Screenshot save type", + "title": "The screenshot save type" + } + } + }, + "title": "Paramètres de capture d’écran" + }, + "scrollWheelSpeedControl": { + "enable": { + "label": "Contrôle de la vitesse de défilement", + "title": "Appuyez sur la touche de modification pour activer le réglage de la vitesse de défilement de la molette." + }, + "extras": { + "optionLabel": "{{KEY}} key" + }, + "settings": { + "adjustmentSteps": { + "label": "Speed Change Per Scroll", + "title": "Adjust the speed change per scroll" + }, + "modifierKey": { + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + } + } + }, + "title": "Paramètres de contrôle de la vitesse de défilement" + }, + "scrollWheelVolumeControl": { + "enable": { + "label": "Contrôle du volume avec la molette de défilement", + "title": "Permet d'utiliser la molette de défilement pour contrôler le volume de la vidéo que vous regardez" + }, + "extras": { + "optionLabel": "{{KEY}} key" + }, + "settings": { + "adjustmentSteps": { + "label": "Volume Change Per Scroll", + "title": "Adjust the volume change per scroll" + }, + "holdModifierKey": { + "label": "When holding modifier key", + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + }, + "title": "Press a modifier key to enable volume adjustment with the scroll wheel." + }, + "holdRightClick": { + "label": "When holding right click", + "title": "Hold right click to enable scroll wheel volume control" + } + }, + "title": "Réglages du contrôle du volume par la molette de défilement" + }, + "videoHistory": { + "enable": { + "label": "Track watched videos", + "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" + }, + "settings": { + "resumeType": { + "select": { + "label": "Resume type", + "options": { + "automatic": "Automatic", + "prompt": "Prompt" + }, + "title": "Select how you want to resume videos" + } + } + }, + "title": "Video history settings" + }, + "volumeBoost": { + "enable": { + "label": "Gain du volume", + "title": "Activer le gain du volume" + }, + "settings": { + "amount": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by" + }, + "mode": { + "select": { + "label": "Volume boost mode", + "options": { + "global": "Global", + "perVideo": "Per video" + }, + "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + } + } + }, + "title": "Réglages de du gain du volume" + } + } + } +} \ No newline at end of file From 2001f33da3ed0a63fc04854540a5ef29b892b6aa Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 25 Jan 2026 16:18:45 -0500 Subject: [PATCH 1524/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 1565 +++++++++++++++++++------------------ 1 file changed, 822 insertions(+), 743 deletions(-) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index 5eec4ff87..ce25e0fb8 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -1,744 +1,823 @@ { - "langCode": "ja-JP", - "langName": "日本語", - "messages": { - "resumingVideo": "{{VIDEO_TIME}} から動画をレジュームする", - "settingVolume": "音量ブーストを{{VOLUME_BOOST_AMOUNT}}に設定中" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "コピー完了!", - "label": "タイムスタンプ付きの動画URLをコピーする" - } - }, - "featureMenu": { - "button": { - "label": "フィーチャー・メニュー" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "{{TIME}}で早送する" - }, - "rewindButton": { - "label": "{{TIME}}でリワインドする" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "終了画面のカードを非表示にする", - "toggle": { - "off": "終了画面のカードを表示にする", - "on": "終了画面のカードを非表示にする" - } - } - }, - "loopButton": { - "button": { - "label": "ループ", - "toggle": { - "off": "ループオフ", - "on": "ループオン" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "最大表示", - "toggle": { - "off": "最大表示オフ", - "on": "最大表示オン" - } - } - }, - "miniPlayerButton": { - "button": { - "label": "Mini Player", - "toggle": { - "off": "Mini Player off", - "on": "Mini Player on" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "文字起こしを見せる" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "再生速度を{{SPEED}}で下げする" - }, - "increasePlaybackSpeedButton": { - "label": "再生速度を{{SPEED}}で上げする" - } - }, - "decreaseLimit": "再生速度を下げるはできまっせん ({{SPEED}})", - "increaseLimit": "再生速度を上げるはできまっせん ({{SPEED}})" - }, - "playlistLength": { - "title": "一部の動画が非表示になっている場合、または完全な長さを得るために十分な動画を読み込んでいない場合、合計長さが正確でない可能性があります。" - }, - "screenshotButton": { - "button": { - "label": "スクリーンショット" - }, - "copiedToClipboard": "スクリーンショットをクリップボードにコピーしました" - }, - "videoHistory": { - "resumeButton": "レジューム", - "resumePrompt": { - "close": "終了" - } - }, - "volumeBoostButton": { - "button": { - "label": "音量ブースト", - "toggle": { - "off": "音量ブーストオフ", - "on": "音量ブーストオン" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "スクロールホイール再生速度制御キーバインドは、スクロールホイール音量制御キーバインドと同じにすることはできません。", - "volumeControl": "スクロールホイール音量制御キーバインドは、スクロールホイール再生速度制御キーバインドと同じにすることはできません。" - } - } - }, - "info": { - "reset": "全てのオプションが省略時値でリセットしました。\n今変化を「確認」抓みでクリックするとセーブは可能するかページを閉じるで変化を破棄するかこの通知を捨て置くするは可能です。" - }, - "success": { - "saved": "選択がセーブしました" - } - } - } - }, - "settings": { - "clearData": { - "allDataDeleted": "すべてのデータが削除されました。", - "confirmAlert": "オプションに関連するすべてのデータを削除します。続行しますか?" - }, - "optionDisabled": { - "either": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " や " - }, - "plural": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " と " - }, - "singular": "'{{OPTION}}' 設定を有効にする", - "specificOption": { - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" - } - }, - "scrollForMoreSettings": "スクロールで設定の続きを表示", - "sections": { - "automaticQuality": { - "enable": { - "label": "自動画質調整", - "title": "選択したレベルに合わせて動画の画質を自動的に調整します。" - }, - "fallbackQualityStrategy": { - "select": { - "label": "画質フォールバック対策", - "options": { - "higher": "上位", - "lower": "下位" - }, - "title": "使用不能選択中画質ときに対策使ってする" - } - }, - "select": { - "label": "プレイヤーの動画質", - "title": "動画の画質に設定する" - }, - "title": "自動画質設定" - }, - "bottomButtons": { - "clear": { - "title": "マシンに保存されているすべてのエクステンションデータを消去します", - "value": "データの消去" - }, - "confirm": { - "title": "設定リセットを確認する", - "value": "確認" - }, - "openTab": { - "title": "新しいブラウザタブに拡張機能設定を開けるする" - }, - "reset": { - "title": "すべての設定をデフォルトにリセットします。「確認」ボタンをクリックして変更を保存します。", - "value": "リセット" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "タイムスタンプ付きの動画URLをコピーのボタン", - "decreasePlaybackSpeedButton": "速度を下げるボタン", - "forwardButton": "早送ボタン", - "hideEndScreenCardsButton": "終了画面のカードボタンを非表示にする", - "increasePlaybackSpeedButton": "速度を上げるボタン", - "loopButton": "ループボタン", - "maximizePlayerButton": "最大表示ボタン", - "miniPlayerButton": "Mini Player", - "openTranscriptButton": "文字起こしを見せるボタン", - "rewindButton": "リワインドボタン", - "screenshotButton": "スクリーンショットボタン", - "volumeBoostButton": "音量ブーストボタン" - }, - "options": { - "below_player": { - "placement": "プレイヤーコントローラーの下", - "value": "プレイヤーの下" - }, - "feature_menu": { - "placement": "フィーチャー・メニューの中", - "value": "フィーチャー・メニュー" - }, - "player_controls_left": { - "placement": "プレイヤーコントローラーの左側", - "value": "左のコントロール" - }, - "player_controls_right": { - "placement": "プレイヤーコントローラーの右側", - "value": "右のコントロール" - } - }, - "title": "{{PLACEMENT}}に{{BUTTON_NAME}}を置き方する" - }, - "title": "ボタン置き方設定" - }, - "customCSS": { - "editor": { - "collapse": "エディターを最小化する", - "expand": "エディターを広げる", - "noProblems": "構文に問題はありませんでした。" - }, - "enable": { - "label": "カスタムCSSを可能にする", - "title": "ページに適用するカスタムCSSを可能にする" - }, - "title": "カスタムCSS設定" - }, - "featureMenu": { - "openType": { - "select": { - "label": "メニューの有効化型", - "options": { - "click": "ボタンクリック", - "hover": "マウスホバー" - }, - "title": "フィーチャー・メニューを有効化にする方法を選択します" - }, - "title": "フィーチャー・メニュー設定" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "早送/リワインドボタンを可能にする", - "title": "早送ボタンとリワインドボタンをビデオ・プレーヤーに追加する" - }, - "time": { - "label": "早送/リワインド時間", - "title": "動画に早送/リワインドを量時間" - }, - "title": "早送/リワインドボタン設定" - }, - "importExportSettings": { - "exportButton": { - "success": "設定がエクスポートをされました", - "title": "JSONファイルで設定がエクスポートする", - "value": "エクスポート設定" - }, - "importButton": { - "error": { - "unknown": "設定がインポートを失敗されました。ファイル形式を確認してください。\n未知数なエラーが起こった。", - "validation": "設定のインポート失敗、ファイル形式を確認してください。\n{{ERROR_MESSAGE}}" - }, - "success": "設定がインポートをされました", - "title": "JSONファイルから設定がインポートする", - "value": "インポート設定" - } - }, - "language": { - "select": { - "label": "言語", - "title": "エクステンションに使用する言語" - }, - "title": "言語" - }, - "miniPlayer": { - "enable": { - "label": "Open Mini Player when viewing comments", - "title": "Automatically opens the Mini Player when you scroll to comments." - }, - "position": { - "label": "Default Mini Player position", - "options": { - "bottomCenter": "Bottom center", - "bottomLeft": "Bottom left", - "bottomRight": "Bottom right", - "topCenter": "Top center", - "topLeft": "Top left", - "topRight": "Top right" - }, - "title": "Sets the starting position before you move the Mini Player." - }, - "size": { - "label": "Default Mini Player size", - "title": "Sets the initial size before you resize the Mini Player." - }, - "title": "Mini Player settings" - }, - "miniPlayerButton": { - "label": "Mini Player button", - "title": "Adds a button that opens the Mini Player" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "自動シアターモード", - "title": "動画の読み込み時に自動的にシアターモードを有効にする" - }, - "automaticallyDisableAmbientMode": { - "label": "シネマティック ライティングを自動的に無効にする", - "title": "動画の読み込み時にシネマティック ライティングを自動にディセーブルする" - }, - "automaticallyDisableAutoPlay": { - "label": "Automatically disable autoplay", - "title": "Automatically disables autoplay when you load a video" - }, - "automaticallyDisableClosedCaptions": { - "label": "クローズドキャプションを自動にディセーブルする", - "title": "動画の読み込み時にクローズドキャプションを自動にディセーブルする" - }, - "automaticallyEnableClosedCaptions": { - "label": "Automatically enable closed captions", - "title": "Automatically enables closed captions when you load a video" - }, - "automaticallyMaximizePlayer": { - "label": "Automatically maximize player", - "title": "Automatically maximizes the player when you load a video" - }, - "automaticallyShowMoreVideosOnEndScreen": { - "label": "Automatically show more videos on end screen", - "title": "Automatically shows more videos on end screen when you load a video" - }, - "copyTimestampUrlButton": { - "label": "タイムスタンプ付きの動画URLをコピーのボタン", - "title": "タイムスタンプ付きの動画URLをコピーする (?t=123)" - }, - "defaultToOriginalAudioTrack": { - "label": "オリジナルのオーディオトラックをデフォルトにする", - "title": "常にオリジナルのオーディオトラックをデフォルトにする" - }, - "enableMarkAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Add a button to playlist items to mark videos as unwatched" - }, - "enableRemoveVideoButton": { - "label": "Remove video button", - "title": "Add a button to playlist items to remove videos from the playlist" - }, - "enableSaveToWatchLaterButton": { - "label": "Enable save to Watch Later button", - "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" - }, - "hideArtificialIntelligenceSummary": { - "label": "AIサマリーを非表示", - "title": "動画の下のAIサマリーを非表示にする" - }, - "hideEndScreenCards": { - "label": "終了画面のカードを非表示にする", - "title": "動画の終了で画面カードを非表示にする" - }, - "hideEndScreenCardsButton": { - "label": "終了画面のカードボタンを非表示にする", - "title": "終了画面でボタンなカードを見せるか隠すに追加する" - }, - "hideLiveStreamChat": { - "label": "配信チャットを隠す", - "title": "配信チャットを隠する" - }, - "hideMembersOnlyVideos": { - "label": "Hide members-only videos", - "title": "Hides videos that are only visible to members" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "公式アーティストの動画を隠する", - "title": "ホームページから公式アーティストの動画を隠する" - }, - "hidePaidPromotionBanner": { - "label": "有料プロモーションバナーを隠す", - "title": "有料プロモーションのある動画を視聴したときに表示されるバナーを隠すします" - }, - "hidePlayables": { - "label": "Hide playables", - "title": "Hides all playables" - }, - "hidePlaylistRecommendationsFromHomePage": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" - }, - "hideScrollbar": { - "label": "スクロールバー隠す機能", - "title": "ページのスクロールバーを隠す" - }, - "hideShorts": { - "label": "ショートを隠す", - "title": "全ショートを隠す" - }, - "hideSidebarRecommendedVideos": { - "label": "Hide recommended videos", - "title": "Hides the sidebar that recommends videos" - }, - "hideTranslateComment": { - "label": "コメント翻訳ボタンを隠す", - "title": "コメントの下で「言語に翻訳する」ボタンを隠する" - }, - "loopButton": { - "label": "動画ループボタン", - "title": "動画をループするボタンをフィーチャー・メニューに追加する" - }, - "maximizePlayerButton": { - "label": "最大化ボタン", - "title": "プレイヤーを最大化するボタンをフィーチャー・メニューに追加する" - }, - "openTranscriptButton": { - "label": "文字起こしを見せるボタン", - "title": "動画の文字起こしを見せるするボタンをフィーチャー・メニューに追加する" - }, - "openYouTubeSettingsOnHover": { - "label": "マウスを合わせでYouTubeの設定を開ける", - "title": "設定ボタンにマウスを合わせたときにYouTubeの設定メニューを開けてする" - }, - "pauseBackgroundPlayers": { - "label": "背後タブのビデオプレイヤーを一時停止", - "title": "前景タブに新規プレイヤー開始にして、背後タブのビデオプレイヤーを一時停止します" - }, - "remainingTime": { - "label": "残り時間", - "title": "動画の残り時間を表示します" - }, - "rememberLastVolume": { - "label": "前音量を覚える", - "title": "新ビデオの音量を前動画の音量に変化する。" - }, - "removeRedirect": { - "label": "YouTubeのリダイレクトURLを削除する", - "title": "YouTubeリダイレクトを実物なURLを換えして、リダイレクト注意を抜かします" - }, - "restoreFullscreenScrolling": { - "label": "全画面表示のスクロールを復元", - "title": "全画面表示モードでスクロールを復元します" - }, - "shareShortener": { - "label": "YouTube動画のURLを短縮する", - "title": "YouTube動画のURLに機能パラメータを削除して短縮する(youtu.be)" - }, - "shortsAutoScroll": { - "label": "ショートの自動スクロール", - "title": "次のショートを自動にスクロールする" - }, - "skipContinueWatching": { - "label": "「動画が一時停止されました。続きを視聴しますか?」を抜かする", - "title": "動画一時休止する休眠メッセージを抜かされます" - } - }, - "title": "他の設定" - }, - "onScreenDisplaySettings": { - "color": { - "label": "OSDの色", - "options": { - "blue": "青色", - "green": "緑色", - "orange": "橙色", - "pink": "桃色", - "purple": "紫色", - "red": "赤色", - "white": "白色", - "yellow": "黄色" - }, - "title": "オンスクリーンディスプレイ(OSD)の色を選択選ぶ" - }, - "hide": { - "label": "非表示の遅延", - "title": "OSDを自動的に非表示にするまでの時間(ミリ秒)単位で指定します" - }, - "opacity": { - "label": "OSDの不透明度", - "title": "オンスクリーンディスプレイ(OSD)の不透明度を調整する" - }, - "padding": { - "label": "スペーシング", - "title": "オンスクリーンディスプレイ(OSD)周辺の画素でスペーシングが変化する。特に隅なOSDのみ適用されます。" - }, - "position": { - "label": "ポジション", - "options": { - "bottom_left": "左下隅", - "bottom_right": "右下隅", - "center": "中心", - "top_left": "左上隅", - "top_right": "右上隅" - }, - "title": "オンスクリーンディスプレイ(OSD)のポジションを選択選ぶ" - }, - "title": "オンスクリーンディスプレイの設定", - "type": { - "label": "OSD型", - "options": { - "circle": "円形", - "line": "ライン", - "no_display": "見せない", - "text": "テキスト" - }, - "title": "オンスクリーンディスプレイ(OSD)型を選択選ぶ" - } - }, - "playbackSpeed": { - "enable": { - "label": "強制再生速度", - "title": "強制再生速度を可能にする" - }, - "playbackSpeedButtons": { - "label": "再生速度ボタン", - "select": { - "label": "再生ボタン速度", - "title": "マウスクリックに速度を変化する量" - }, - "title": "動画の再生速度を上げか下げボタンに追加する" - }, - "select": { - "label": "動画の再生速度", - "title": "動画の速度に設定する" - }, - "title": "再生速度設定" - }, - "playlistLength": { - "enable": { - "label": "プレイリストの長さ情報を表示", - "title": "プレイリストの長さ全額、視聴時間量、と残り時間を見せてしまいます。" - }, - "title": "プレイリストの長さ設定", - "wayToGetLength": { - "select": { - "label": "プレイリストの長さを取得する方法", - "title": "プレイリストの長さ情報を取得する方法 (エラーが発生した場合、APIメソッドはHTMLにフォールバックします)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "動画の視聴時間の取り出す方法", - "options": { - "duration": "動画の長さ", - "youtube": "動画の視聴時間" - }, - "title": "視聴時間の長さを取得する方法 (動画の長さタイプはウォッチページでのみ使用)" - } - } - }, - "playlistManagement": { - "features": { - "markAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - }, - "removeVideoButton": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - } - }, - "title": "Playlist management settings" - }, - "playlistManagementButtons": { - "failedToMarkAsUnwatched": "Failed to mark video as unwatched", - "failedToRemoveVideo": "動画を削除できませんでした", - "markAsUnwatched": "未視聴にする", - "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "ビデオを削除", - "removingVideo": "ビデオの削除..." - }, - "saveToWatchLaterButton": { - "failedToSaveVideo": "Failed to save video to Watch Later", - "saveVideo": "Save to Watch Later", - "savingVideo": "Saving to Watch Later…" - }, - "screenshotButton": { - "enable": { - "label": "スクリーンショットボタン", - "title": "動画をスクリーンショット撮るするボタンをビデオ・プレーヤーに追加する" - }, - "saveAs": { - "both": "Both (File and Clipboard)", - "clipboard": "クリップボード", - "file": "ファイル" - }, - "selectFormat": { - "label": "スクリーンショットフォーマット", - "title": "スクリーンショットを保存するフォーマット" - }, - "selectSaveAs": { - "label": "スクリーンショットセーブ型", - "title": "スクリーンショットのセーブ型" - }, - "title": "スクリーンショット設定" - }, - "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "スクロールごとの速度変化", - "title": "スクロールごとの速度変化の分量をする" - }, - "enable": { - "label": "スクロールホイール再生速度制御", - "title": "キーバインドを押さえるでスクロールホイール再生速度制御可能にさせる。" - }, - "optionLabel": "{{KEY}} キー", - "select": { - "label": "キーバインド", - "title": "キーバインド選択選ぶ" - }, - "title": "スクロールホイール再生速度制御設定" - }, - "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "スクロールごとの音量変化", - "title": "スクロールごとの音量変化の分量をする" - }, - "enable": { - "label": "スクロールホイール音量制御", - "title": "スクロールホイールを使用して、ビデオの音量を制御する。" - }, - "holdModifierKey": { - "enable": { - "label": "キーバインドに押さえる", - "title": "キーバインドを押さえるでスクロールホイール音量制御可能にさせる" - }, - "optionLabel": "{{KEY}} キー", - "select": { - "label": "キーバインド", - "title": "キーバインド選択選べる" - } - }, - "holdRightClick": { - "enable": { - "label": "右クリックに押さえるで可能にする", - "title": "右クリックに押さえるでスクロールホイール音量制御可能にする" - } - }, - "title": "スクロールホイール音量制御設定" - }, - "settingSearch": { - "placeholder": "設定を探す" - }, - "videoHistory": { - "enable": { - "label": "視聴した動画に追跡をつける", - "title": "再生を再開できるように、視聴中の動画で中断した場所を追跡します" - }, - "resumeType": { - "select": { - "label": "レジューム型", - "options": { - "automatic": "自動", - "prompt": "入力要求" - }, - "title": "動画をレジュームするの方法を選択します" - } - }, - "title": "動画履歴設定" - }, - "volumeBoost": { - "boostAmount": { - "label": "音量ブーストの量(dB)", - "title": "音量を上げる量" - }, - "enable": { - "label": "音量ブースト", - "title": "音量ブーストを可能にする" - }, - "mode": { - "select": { - "label": "音量ブースト型", - "options": { - "global": "全て", - "perVideo": "動画ごと" - }, - "title": "音量ブーストの適用方法を選択します。「動画ごと」は別々の動画ごとを音量ブーストに可能する。「全て」は全ての動画を音量ブーストに付ける。" - } - }, - "title": "音量ブーストの設定" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "APIキーがここで取得をします。", - "input": { - "label": "APIキー", - "title": "YouTube API V3キーを入力してください。" - }, - "title": "YouTube API V3キー" - }, - "youtubeDeepDark": { - "author": "作家", - "co-authors": "共同作家", - "colors": { - "colorShadow": { - "label": "陰の色", - "title": "陰の色" - }, - "dimmerText": { - "label": "二の次テキストの色", - "title": "二の次テキストの色" - }, - "hoverBackground": { - "label": "背景マウスホバーの色", - "title": "背景マウスホバーの色" - }, - "mainBackground": { - "label": "主背景色", - "title": "主背景の色" - }, - "mainColor": { - "label": "アクセント色", - "title": "アクセントの色" - }, - "mainText": { - "label": "メインテキスト色", - "title": "メインテキストの色" - }, - "secondBackground": { - "label": "二次背景色", - "title": "二次背景の色" - } - }, - "enable": { - "label": "選択中テーマを可能にする", - "title": "選択中ページにテーマを可能にする" - }, - "select": { - "label": "テーマを選択", - "title": "ページのテーマを選択選べしてください" - }, - "title": "YouTubeディープダーク設定" - } - } - } -} + "langCode": "ja-JP", + "langName": "日本語", + "messages": { + "resumingVideo": "{{VIDEO_TIME}} から動画をレジュームする", + "settingVolume": "音量ブーストを{{VOLUME_BOOST_AMOUNT}}に設定中" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "label": "タイムスタンプ付きの動画URLをコピーする" + }, + "extras": { + "copied": "Copied!" + } + }, + "featureMenu": { + "button": { + "label": "フィーチャー・メニュー" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "{{TIME}}で早送する" + }, + "rewindButton": { + "label": "{{TIME}}でリワインドする" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "終了画面のカードを非表示にする", + "toggle": { + "off": "終了画面のカードを表示にする", + "on": "終了画面のカードを非表示にする" + } + } + }, + "loopButton": { + "button": { + "label": "ループ", + "toggle": { + "off": "ループオフ", + "on": "ループオン" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "最大表示", + "toggle": { + "off": "最大表示オフ", + "on": "最大表示オン" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "文字起こしを見せる" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "再生速度を{{SPEED}}で下げする" + }, + "increasePlaybackSpeedButton": { + "label": "再生速度を{{SPEED}}で上げする" + } + }, + "extras": { + "decreaseLimit": "Can't decrease further ({{SPEED}})", + "increaseLimit": "Can't increase further ({{SPEED}})" + } + }, + "playlistLength": { + "title": "一部の動画が非表示になっている場合、または完全な長さを得るために十分な動画を読み込んでいない場合、合計長さが正確でない可能性があります。" + }, + "playlistManagementButtons": { + "extras": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + } + }, + "saveToWatchLaterButton": { + "extras": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + } + }, + "screenshotButton": { + "button": { + "label": "スクリーンショット" + }, + "extras": { + "copiedToClipboard": "Screenshot copied to clipboard" + } + }, + "videoHistory": { + "extras": { + "resumeButton": "Resume", + "resumePromptClose": "Close" + } + }, + "volumeBoostButton": { + "button": { + "label": "音量ブースト", + "toggle": { + "off": "音量ブーストオフ", + "on": "音量ブーストオン" + } + } + } + } + }, + "options": { + "extras": { + "bottomButtons": { + "clear": { + "title": "Clears all data this extension has stored on your machine", + "value": "Clear Data" + }, + "confirm": { + "title": "Confirm setting reset", + "value": "Confirm" + }, + "openTab": { + "title": "Open extension settings in a new tab" + }, + "reset": { + "title": "Resets all settings to their defaults, Click the confirm button to save the changes", + "value": "Reset" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Copy video URL with timestamp button", + "decreasePlaybackSpeedButton": "Decrease Speed button", + "forwardButton": "Fast Forward button", + "hideEndScreenCardsButton": "Hide end screen cards button", + "increasePlaybackSpeedButton": "Increase Speed button", + "loopButton": "Loop button", + "maximizePlayerButton": "Maximize button", + "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind button", + "screenshotButton": "Screenshot button", + "volumeBoostButton": "Volume Boost button" + }, + "options": { + "below_player": { + "placement": "below the player controls", + "value": "Below Player" + }, + "feature_menu": { + "placement": "in the feature menu", + "value": "Feature Menu" + }, + "player_controls_left": { + "placement": "on the left side of player controls", + "value": "Left Controls" + }, + "player_controls_right": { + "placement": "on the right side of player controls", + "value": "Right Controls" + } + }, + "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Button placement settings" + }, + "clearData": { + "allDataDeleted": "All data has been deleted.", + "confirmAlert": "This will delete all extension data related to options. Continue?" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Menu Activation Type", + "options": { + "click": "Click", + "hover": "Hover" + }, + "title": "Select the method to activate the feature menu" + }, + "title": "Feature menu settings" + } + }, + "importExportSettings": { + "exportButton": { + "success": "Settings successfully exported", + "title": "Export settings to a JSON file", + "value": "Export Settings" + }, + "importButton": { + "error": { + "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", + "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" + }, + "success": "Settings imported successfully", + "title": "Import settings from a JSON file", + "value": "Import Settings" + } + }, + "language": { + "select": { + "label": "Language", + "title": "The language to use for the extension" + }, + "title": "Language" + }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "scrollForMoreSettings": "Scroll for more settings", + "settingSearch": { + "placeholder": "Search for a setting" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Key", + "title": "Enter your Youtube Data API V3 key." + }, + "title": "YouTube API V3 key" + } + }, + "notifications": { + "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "スクロールホイール再生速度制御キーバインドは、スクロールホイール音量制御キーバインドと同じにすることはできません。", + "volumeControl": "スクロールホイール音量制御キーバインドは、スクロールホイール再生速度制御キーバインドと同じにすることはできません。" + } + } + }, + "info": { + "reset": "全てのオプションが省略時値でリセットしました。\n今変化を「確認」抓みでクリックするとセーブは可能するかページを閉じるで変化を破棄するかこの通知を捨て置くするは可能です。" + }, + "success": { + "saved": "選択がセーブしました" + } + } + } + }, + "settings": { + "sections": { + "customCSS": { + "enable": { + "label": "カスタムCSSを可能にする", + "title": "ページに適用するカスタムCSSを可能にする" + }, + "extras": { + "collapse": "Collapse Editor", + "expand": "Expand Editor", + "noProblems": "No problems found." + }, + "title": "カスタムCSS設定" + }, + "deepDarkCSS": { + "enable": { + "label": "Deep Dark Theme", + "title": "Activate the selected theme for the page" + }, + "extras": { + "author": "Author", + "co-authors": "Co-authors" + }, + "settings": { + "colorShadow": { + "label": "Shadow color", + "title": "Color for shadows" + }, + "dimmerText": { + "label": "Secondary text color", + "title": "Color for secondary text" + }, + "hoverBackground": { + "label": "Hover background color", + "title": "Color for hover background" + }, + "mainBackground": { + "label": "Main background color", + "title": "Color for main background" + }, + "mainColor": { + "label": "Accent color", + "title": "Color for accent" + }, + "mainText": { + "label": "Main text color", + "title": "Color for main text" + }, + "secondBackground": { + "label": "Secondary background color", + "title": "Color for secondary background" + }, + "theme": { + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + } + } + }, + "title": "YouTube deep dark settings" + }, + "forwardRewindButtons": { + "enable": { + "label": "早送/リワインドボタンを可能にする", + "title": "早送ボタンとリワインドボタンをビデオ・プレーヤーに追加する" + }, + "settings": { + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + } + }, + "title": "早送/リワインドボタン設定" + }, + "miscellaneous": { + "settings": { + "automaticallyDisableAmbientMode": { + "enable": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + } + }, + "automaticallyDisableAutoPlay": { + "enable": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + } + }, + "automaticallyDisableClosedCaptions": { + "enable": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + } + }, + "automaticallyEnableClosedCaptions": { + "enable": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + } + }, + "automaticallyMaximizePlayer": { + "enable": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + } + }, + "automaticallyShowMoreVideosOnEndScreen": { + "enable": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + } + }, + "automaticTheaterMode": { + "enable": { + "label": "Automatic theater mode", + "title": "Automatically enables theater mode when you load a video" + } + }, + "copyTimestampUrlButton": { + "enable": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + } + }, + "defaultToOriginalAudioTrack": { + "enable": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + } + }, + "saveToWatchLaterButton": { + "enable": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + } + }, + "hideArtificialIntelligenceSummary": { + "enable": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + } + }, + "hideEndScreenCards": { + "enable": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + } + }, + "hideEndScreenCardsButton": { + "enable": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + } + }, + "hideLiveStreamChat": { + "enable": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + } + }, + "hideMembersOnlyVideos": { + "enable": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + } + }, + "hideOfficialArtistVideosFromHomePage": { + "enable": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + } + }, + "hidePaidPromotionBanner": { + "enable": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + } + }, + "hidePlayables": { + "enable": { + "label": "Hide playables", + "title": "Hides all playables" + } + }, + "hidePlaylistRecommendationsFromHomePage": { + "enable": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + } + }, + "hideScrollbar": { + "enable": { + "label": "Hide scrollbar", + "title": "Hides the pages scrollbar" + } + }, + "hideShorts": { + "enable": { + "label": "Hide shorts", + "title": "Hides all shorts" + } + }, + "hideSidebarRecommendedVideos": { + "enable": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + } + }, + "hideTranslateComment": { + "enable": { + "label": "Hide translate comment button", + "title": "Hides 'Translate to Language' button under comments" + } + }, + "loopButton": { + "enable": { + "label": "Loop button", + "title": "Adds a button to the feature menu to loop the video you're watching" + } + }, + "maximizePlayerButton": { + "enable": { + "label": "Maximize player button", + "title": "Adds a button to the feature menu to maximize the player" + } + }, + "openTranscriptButton": { + "enable": { + "label": "Open transcript button", + "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + } + }, + "openYouTubeSettingsOnHover": { + "enable": { + "label": "Open YouTube settings on hover", + "title": "Opens the YouTube settings menu when you hover over the settings button" + } + }, + "pauseBackgroundPlayers": { + "enable": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + } + }, + "remainingTime": { + "enable": { + "label": "Remaining time", + "title": "Shows the remaining time of the video you're watching" + } + }, + "rememberVolume": { + "enable": { + "label": "Remember last volume", + "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + } + }, + "removeRedirect": { + "enable": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + } + }, + "restoreFullscreenScrolling": { + "enable": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + } + }, + "shareShortener": { + "enable": { + "label": "Shorten YouTube video share link", + "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + } + }, + "shortsAutoScroll": { + "enable": { + "label": "Shorts auto scroll", + "title": "Automatically scrolls to the next short" + } + }, + "skipContinueWatching": { + "enable": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + } + } + }, + "title": "他の設定" + }, + "onScreenDisplaySettings": { + "settings": { + "color": { + "label": "Color", + "select": { + "options": { + "blue": "Blue", + "green": "Green", + "orange": "Orange", + "pink": "Pink", + "purple": "Purple", + "red": "Red", + "white": "White", + "yellow": "Yellow" + } + }, + "title": "Select the color for the On-Screen Display" + }, + "hide": { + "label": "Hide Delay", + "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" + }, + "opacity": { + "label": "Opacity", + "title": "Adjust the transparency of the On-Screen Display" + }, + "padding": { + "label": "Padding", + "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." + }, + "position": { + "label": "Position", + "select": { + "options": { + "bottom_left": "Bottom Left", + "bottom_right": "Bottom Right", + "center": "Center", + "top_left": "Top Left", + "top_right": "Top Right" + } + }, + "title": "Select the position of the On-Screen Display" + }, + "type": { + "label": "Type", + "select": { + "options": { + "circle": "Circle", + "line": "Line", + "no_display": "No display", + "text": "Text" + } + }, + "title": "Select the type of On-Screen Display" + } + }, + "title": "オンスクリーンディスプレイの設定" + }, + "playerQuality": { + "enable": { + "label": "Automatic quality adjustment", + "title": "Automatically adjusts the video quality to the selected level." + }, + "settings": { + "quality": { + "select": { + "label": "Player quality", + "title": "The quality to set the video to" + } + }, + "qualityFallbackStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + } + }, + "title": "Automatic quality settings" + }, + "playerSpeed": { + "enable": { + "label": "Forced playback speed", + "title": "Sets the video speed to what you choose below" + }, + "settings": { + "buttons": { + "label": "Playback speed buttons", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + }, + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + }, + "speed": { + "select": { + "label": "Player speed", + "title": "The speed to set the video to" + } + } + }, + "title": "Playback speed settings" + }, + "playlistLength": { + "enable": { + "label": "プレイリストの長さ情報を表示", + "title": "プレイリストの長さ全額、視聴時間量、と残り時間を見せてしまいます。" + }, + "settings": { + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } + } + }, + "title": "プレイリストの長さ設定" + }, + "playlistManagementButtons": { + "settings": { + "markAsUnwatchedButton": { + "enable": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + } + }, + "removeVideoButton": { + "enable": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + } + }, + "title": "Playlist management settings" + }, + "screenshotButton": { + "enable": { + "label": "スクリーンショットボタン", + "title": "動画をスクリーンショット撮るするボタンをビデオ・プレーヤーに追加する" + }, + "settings": { + "format": { + "label": "Screenshot format", + "title": "The format to save the screenshot in" + }, + "saveAs": { + "select": { + "options": { + "both": "Both (File and Clipboard)", + "clipboard": "Clipboard", + "file": "File" + }, + "label": "Screenshot save type", + "title": "The screenshot save type" + } + } + }, + "title": "スクリーンショット設定" + }, + "scrollWheelSpeedControl": { + "enable": { + "label": "スクロールホイール再生速度制御", + "title": "キーバインドを押さえるでスクロールホイール再生速度制御可能にさせる。" + }, + "extras": { + "optionLabel": "{{KEY}} key" + }, + "settings": { + "adjustmentSteps": { + "label": "Speed Change Per Scroll", + "title": "Adjust the speed change per scroll" + }, + "modifierKey": { + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + } + } + }, + "title": "スクロールホイール再生速度制御設定" + }, + "scrollWheelVolumeControl": { + "enable": { + "label": "スクロールホイール音量制御", + "title": "スクロールホイールを使用して、ビデオの音量を制御する。" + }, + "extras": { + "optionLabel": "{{KEY}} key" + }, + "settings": { + "adjustmentSteps": { + "label": "Volume Change Per Scroll", + "title": "Adjust the volume change per scroll" + }, + "holdModifierKey": { + "label": "When holding modifier key", + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + }, + "title": "Press a modifier key to enable volume adjustment with the scroll wheel." + }, + "holdRightClick": { + "label": "When holding right click", + "title": "Hold right click to enable scroll wheel volume control" + } + }, + "title": "スクロールホイール音量制御設定" + }, + "videoHistory": { + "enable": { + "label": "視聴した動画に追跡をつける", + "title": "再生を再開できるように、視聴中の動画で中断した場所を追跡します" + }, + "settings": { + "resumeType": { + "select": { + "label": "Resume type", + "options": { + "automatic": "Automatic", + "prompt": "Prompt" + }, + "title": "Select how you want to resume videos" + } + } + }, + "title": "動画履歴設定" + }, + "volumeBoost": { + "enable": { + "label": "音量ブースト", + "title": "音量ブーストを可能にする" + }, + "settings": { + "amount": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by" + }, + "mode": { + "select": { + "label": "Volume boost mode", + "options": { + "global": "Global", + "perVideo": "Per video" + }, + "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + } + } + }, + "title": "音量ブーストの設定" + } + } + } +} \ No newline at end of file From 90c05725fbc1a8ca1fa5a2373aeb5c13467f5710 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 25 Jan 2026 16:18:47 -0500 Subject: [PATCH 1525/1783] New translations en-us.json (Spanish) --- public/locales/es-ES.json | 1565 +++++++++++++++++++------------------ 1 file changed, 822 insertions(+), 743 deletions(-) diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index 3e6cb381a..8702ea9ee 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -1,744 +1,823 @@ { - "langCode": "es-ES", - "langName": "Español", - "messages": { - "resumingVideo": "Reanudando vídeo en {{VIDEO_TIME}}", - "settingVolume": "Ajustando el potenciador de volumen a {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "¡Copiado!", - "label": "Copiar URL de vídeo con marca de tiempo" - } - }, - "featureMenu": { - "button": { - "label": "Menú de funciones" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "Avanzar rápidamente por {{TIME}}" - }, - "rewindButton": { - "label": "Rebobinado por {{TIME}}" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "Ocultar tarjetas de pantalla final", - "toggle": { - "off": "Mostrar tarjetas de pantalla final", - "on": "Ocultar tarjetas de pantalla final" - } - } - }, - "loopButton": { - "button": { - "label": "Bucle", - "toggle": { - "off": "Desactivar repetición", - "on": "Activar repetición" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "Maximizar", - "toggle": { - "off": "Maximizar desactivado", - "on": "Maximizar activado" - } - } - }, - "miniPlayerButton": { - "button": { - "label": "Mini Player", - "toggle": { - "off": "Mini Player off", - "on": "Mini Player on" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Abrir transcripción" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Disminuye la velocidad a {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Aumenta la velocidad a {{SPEED}}" - } - }, - "decreaseLimit": "No se puede disminuir más ({{SPEED}})", - "increaseLimit": "No se puede aumentar más ({{SPEED}})" - }, - "playlistLength": { - "title": "Puede que la longitud total no sea exacta si se ocultan algunos vídeos o si no ha cargado suficientes vídeos para obtener la longitud completa." - }, - "screenshotButton": { - "button": { - "label": "Captura de pantalla" - }, - "copiedToClipboard": "Captura de pantalla copiada al portapapeles" - }, - "videoHistory": { - "resumeButton": "Reanudar", - "resumePrompt": { - "close": "Cerrar" - } - }, - "volumeBoostButton": { - "button": { - "label": "Potenciador de volumen", - "toggle": { - "off": "Desactivar potenciador de volumen", - "on": "Activar potenciador de volumen" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "optionConflict": "Esta opción no se puede activar mientras '{{OPTION}}' está habilitada.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "La tecla del modificador de control de velocidad de rueda de desplazamiento no puede ser la misma que la tecla del modificador del control de volumen de la rueda.", - "volumeControl": "La tecla del modificador del control de volumen de la rueda de desplazamiento no puede ser la misma que la tecla del modificador del control de velocidad de la rueda." - } - } - }, - "info": { - "reset": "Todas las opciones han sido preestablecidas a sus valores de por defecto.\nAhora puedes guardar los cambios haciendo clic en el botón \"Confirmar\" o descartarlos cerrando esta página o ignorando esta notificación." - }, - "success": { - "saved": "Opciones guardadas." - } - } - } - }, - "settings": { - "clearData": { - "allDataDeleted": "Todos los datos han sido eliminados.", - "confirmAlert": "Esto eliminará todos los datos de la extensión relacionados con las opciones. ¿Continuar?" - }, - "optionDisabled": { - "either": { - "label": "Activar {{OPTIONS}} para configurar esta opción", - "separator": " o " - }, - "plural": { - "label": "Habilitar {{OPTIONS}} para configurar esta opción", - "separator": " y " - }, - "singular": "Habilitar '{{OPTION}}' para configurar esta opción", - "specificOption": { - "featureMenu": "Configure al menos un botón para colocarse en el menú de funciones para configurar esta opción.", - "screenshotButtonFileFormat": "Establecer el tipo de guardado de captura de pantalla a 'Archivo' o 'Ambos' para configurar esta opción" - } - }, - "scrollForMoreSettings": "Desplazar para más ajustes", - "sections": { - "automaticQuality": { - "enable": { - "label": "Habilitar ajuste automático de calidad", - "title": "Ajustar automáticamente la calidad del vídeo al nivel seleccionado." - }, - "fallbackQualityStrategy": { - "select": { - "label": "Estrategia de calidad de contingencia", - "options": { - "higher": "Superior", - "lower": "Inferior" - }, - "title": "La estrategia a utilizar cuando la calidad seleccionada no está disponible" - } - }, - "select": { - "label": "Calidad del reproductor", - "title": "La calidad a la que establecer el vídeo" - }, - "title": "Ajustes de calidad automáticos" - }, - "bottomButtons": { - "clear": { - "title": "Limpia todos los datos que esta extensión ha almacenado en su equipo", - "value": "Limpiar datos" - }, - "confirm": { - "title": "Confirma el restablecimiento de los ajustes", - "value": "Confirmar" - }, - "openTab": { - "title": "Abrir extensión en una pestaña nueva" - }, - "reset": { - "title": "Restablece todos los ajustes a sus valores predeterminados, haga clic en el botón de confirmar para guardar los cambios", - "value": "Reestablecer" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "Botón para copiar la URL del vídeo con marca de tiempo", - "decreasePlaybackSpeedButton": "Botón para reducir la velocidad", - "forwardButton": "Botón para avanzar rápido", - "hideEndScreenCardsButton": "Ocultar botón de tarjetas de pantalla final", - "increasePlaybackSpeedButton": "Botón para aumentar la velocidad", - "loopButton": "Botón de repetición", - "maximizePlayerButton": "Botón para maximizar", - "miniPlayerButton": "Mini Player", - "openTranscriptButton": "Abrir botón de transcripción", - "rewindButton": "Botón para rebobinar", - "screenshotButton": "Botón de captura de pantalla", - "volumeBoostButton": "Botón para aumentar el volumen" - }, - "options": { - "below_player": { - "placement": "debajo de los controles del reproductor", - "value": "Debajo del reproductor" - }, - "feature_menu": { - "placement": "en el menú de funciones", - "value": "Menú de funciones" - }, - "player_controls_left": { - "placement": "a la izquierda de los controles del reproductor", - "value": "Controles a la izquierda" - }, - "player_controls_right": { - "placement": "a la derecha de los controles del reproductor", - "value": "Controles a la derecha" - } - }, - "title": "Coloca el {{BUTTON_NAME}} a la {{PLACEMENT}}" - }, - "title": "Button placement settings" - }, - "customCSS": { - "editor": { - "collapse": "Colapsar editor", - "expand": "Expandir editor", - "noProblems": "No se encontraron problemas." - }, - "enable": { - "label": "Habilitar CSS personalizado", - "title": "Permite aplicar CSS personalizado a la página" - }, - "title": "Ajustes de CSS personalizados" - }, - "featureMenu": { - "openType": { - "select": { - "label": "Tipo de activación del menú", - "options": { - "click": "Click", - "hover": "Pasar el cursor por encima" - }, - "title": "Selecciona el método para abrir el menú" - }, - "title": "Configuración del menú" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "Botones de avance/retroceso", - "title": "Añade botones de avance y retroceso al reproductor de vídeo" - }, - "time": { - "label": "Adelantar/rebobinar tiempo", - "title": "La cantidad de tiempo para avanzar/retroceder el video" - }, - "title": "Ajustes del botón avanzar/retroceder" - }, - "importExportSettings": { - "exportButton": { - "success": "Ajustes exportados correctamente", - "title": "Exportar ajustes a un archivo JSON", - "value": "Exportar Ajustes" - }, - "importButton": { - "error": { - "unknown": "Error al importar la configuración. Por favor, compruebe el formato del archivo.\nUn error desconocido se ha producido.", - "validation": "Error al importar la configuración. Por favor, compruebe el formato del archivo.\n{{ERROR_MESSAGE}}" - }, - "success": "Ajustes importados correctamente", - "title": "Importar ajustes desde un archivo JSON", - "value": "Importar Ajustes" - } - }, - "language": { - "select": { - "label": "Idioma", - "title": "El idioma a usar para la extensión" - }, - "title": "Idioma" - }, - "miniPlayer": { - "enable": { - "label": "Open Mini Player when viewing comments", - "title": "Automatically opens the Mini Player when you scroll to comments." - }, - "position": { - "label": "Default Mini Player position", - "options": { - "bottomCenter": "Bottom center", - "bottomLeft": "Bottom left", - "bottomRight": "Bottom right", - "topCenter": "Top center", - "topLeft": "Top left", - "topRight": "Top right" - }, - "title": "Sets the starting position before you move the Mini Player." - }, - "size": { - "label": "Default Mini Player size", - "title": "Sets the initial size before you resize the Mini Player." - }, - "title": "Mini Player settings" - }, - "miniPlayerButton": { - "label": "Mini Player button", - "title": "Adds a button that opens the Mini Player" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "Modo cine automático", - "title": "Activar automáticamente el modo cine al cargar un vídeo" - }, - "automaticallyDisableAmbientMode": { - "label": "Desactivar automáticamente el modo ambiente", - "title": "Desactiva automáticamente el modo ambiente al cargar un vídeo" - }, - "automaticallyDisableAutoPlay": { - "label": "Automatically disable autoplay", - "title": "Automatically disables autoplay when you load a video" - }, - "automaticallyDisableClosedCaptions": { - "label": "Desactivar los subtítulos automáticamente", - "title": "Desactivar los subtítulos automáticamente cuando se carga un video" - }, - "automaticallyEnableClosedCaptions": { - "label": "Activar automáticamente subtítulos", - "title": "Activa automáticamente los subtítulos al cargar un vídeo" - }, - "automaticallyMaximizePlayer": { - "label": "Automáticamente maximizar el reproductor", - "title": "Automáticamente maximizar el reproductor cuando se carga un video" - }, - "automaticallyShowMoreVideosOnEndScreen": { - "label": "Automáticamente mostrar más videos", - "title": "Automáticamente mostrar más videos en la pantalla final, al terminar un video" - }, - "copyTimestampUrlButton": { - "label": "Botón para copiar la URL con marca de tiempo", - "title": "Copia el video con una marca de tiempo (?t=123)" - }, - "defaultToOriginalAudioTrack": { - "label": "Usar pista de audio original por defecto", - "title": "Siempre usar pista de audio original" - }, - "enableMarkAsUnwatchedButton": { - "label": "Botón para marcar como 'no visto'", - "title": "Agregar botón a los elementos de una lista de reproducción para marcarlos como 'no vistos'" - }, - "enableRemoveVideoButton": { - "label": "Botón para remover video", - "title": "Agregar botón a los elementos de una lista de reproducción para eliminarlos" - }, - "enableSaveToWatchLaterButton": { - "label": "Habiliar el boton para ver mas tarde", - "title": "Agregar botón a los vídeos de Inicio y Suscripciones para guardar el vídeo en la lista de reproducción 'Ver más tarde'" - }, - "hideArtificialIntelligenceSummary": { - "label": "Ocultar resumen de IA", - "title": "Oculta el resumen de inteligencia artificial debajo de los vídeos" - }, - "hideEndScreenCards": { - "label": "Ocultar tarjetas de pantalla final", - "title": "Oculta las tarjetas al final del vídeo" - }, - "hideEndScreenCardsButton": { - "label": "Botón para ocultar las tarjetas de pantalla final", - "title": "Añade un botón para mostrar/ocultar las tarjetas al final del vídeo" - }, - "hideLiveStreamChat": { - "label": "Ocultar chat de transmisión en vivo", - "title": "Oculta el chat en una transmisión en vivo" - }, - "hideMembersOnlyVideos": { - "label": "Ocultar vídeos solo para miembros", - "title": "Oculta los vídeos que solo son visibles para los miembros" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "Ocultar Videos Oficiales del Artista", - "title": "Ocultar los vídeos oficiales del artista de la página de inicio" - }, - "hidePaidPromotionBanner": { - "label": "Ocultar banner de promociones pagas", - "title": "Oculta el banner que aparece cuando ves un video que tiene una promoción de pago" - }, - "hidePlayables": { - "label": "Ocultar reproducibles", - "title": "Oculta todos los reproducibles" - }, - "hidePlaylistRecommendationsFromHomePage": { - "label": "Ocultar listas de reproducción de la página de inicio", - "title": "Oculta las listas de reproducción que aparecen en la página de inicio" - }, - "hideScrollbar": { - "label": "Ocultar barra de desplazamiento", - "title": "Oculta la barra de desplazamiento de la página" - }, - "hideShorts": { - "label": "Ocultar shorts", - "title": "Oculta todos los shorts" - }, - "hideSidebarRecommendedVideos": { - "label": "Ocultar vídeos recomendados", - "title": "Oculta la barra lateral de vídeos recomendados" - }, - "hideTranslateComment": { - "label": "Ocultar botón de traducir comentario", - "title": "Oculta el botón 'Traducir al idioma' bajo los comentarios" - }, - "loopButton": { - "label": "Botón de bucle", - "title": "Añade un botón al menú para poner en bucle el vídeo que estás viendo" - }, - "maximizePlayerButton": { - "label": "Botón de maximizar en el reproductor", - "title": "Añade un botón al menú para maximizar el reproductor" - }, - "openTranscriptButton": { - "label": "Botón para abrir transcripción", - "title": "Añade un botón al menú para abrir la transcripción del video que estás viendo" - }, - "openYouTubeSettingsOnHover": { - "label": "Abrir ajustes de YouTube al pasar el cursor", - "title": "Abre el menú de configuración de YouTube cuando pasa el cursor por encima del botón de ajustes" - }, - "pauseBackgroundPlayers": { - "label": "Pausar reproductores de fondo", - "title": "Pausa los reproductores de vídeo en pestañas de fondo cuando inicias un nuevo reproductor en la pestaña de inicio" - }, - "remainingTime": { - "label": "Tiempo restante", - "title": "Muestra el tiempo restante del vídeo que estás viendo" - }, - "rememberLastVolume": { - "label": "Recordar el nivel de volumen", - "title": "Recuerda el volumen del último vídeo que estabas viendo y lo establece cuando abres un nuevo vídeo" - }, - "removeRedirect": { - "label": "Remover URLs de redireccionamiento (/redirect)", - "title": "Reemplaza la URLs de redirección de YouTube por URLs reales, omitiendo el diálogo de advertencia de redirección" - }, - "restoreFullscreenScrolling": { - "label": "Restore fullscreen scrolling", - "title": "Restores scrolling in fullscreen mode" - }, - "shareShortener": { - "label": "Shorten YouTube video share link", - "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" - }, - "shortsAutoScroll": { - "label": "Shorts auto scroll", - "title": "Automatically scrolls to the next short" - }, - "skipContinueWatching": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" - } - }, - "title": "Ajustes varios" - }, - "onScreenDisplaySettings": { - "color": { - "label": "Color", - "options": { - "blue": "Azul", - "green": "Verde", - "orange": "Naranja", - "pink": "Rosa", - "purple": "Morado", - "red": "Rojo", - "white": "Blanco", - "yellow": "Amarillo" - }, - "title": "Select the color for the On-Screen Display" - }, - "hide": { - "label": "Oculta el retardo", - "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" - }, - "opacity": { - "label": "Opacidad", - "title": "Adjust the transparency of the On-Screen Display" - }, - "padding": { - "label": "Margen", - "title": "Ajuste el espacio alrededor de las esquinas de la pantalla en píxeles. Esto se aplica específicamente al redondeado en las esquinas de la pantalla." - }, - "position": { - "label": "Posición", - "options": { - "bottom_left": "Parte inferior izquierda", - "bottom_right": "Parte inferior derecha", - "center": "Centrado", - "top_left": "Parte superior izquierda", - "top_right": "Parte superior derecha" - }, - "title": "Select the position of the On-Screen Display" - }, - "title": "On-screen display settings", - "type": { - "label": "Tipo", - "options": { - "circle": "Círculo", - "line": "Línea", - "no_display": "No mostrar", - "text": "Texto" - }, - "title": "Selecciona el estilo del visualizador en pantalla" - } - }, - "playbackSpeed": { - "enable": { - "label": "Velocidad de reproducción forzada", - "title": "Establece la velocidad del video a lo que elijas a continuación" - }, - "playbackSpeedButtons": { - "label": "Playback speed buttons", - "select": { - "label": "Playback buttons speed", - "title": "Amount of speed to be changed per click" - }, - "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" - }, - "select": { - "label": "Velocidad del reproductor", - "title": "La velocidad a la que ajustar el vídeo" - }, - "title": "Ajustes de velocidad de reproducción" - }, - "playlistLength": { - "enable": { - "label": "Display playlist length information", - "title": "Shows the total length of the playlist, how much has been watched, and how much remains." - }, - "title": "Playlist length settings", - "wayToGetLength": { - "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "Method to get watched time", - "options": { - "duration": "Duración del Video", - "youtube": "Video Watch Time" - }, - "title": "The way to get the amount of time watched (Video Length type only used on watch page)" - } - } - }, - "playlistManagement": { - "features": { - "markAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - }, - "removeVideoButton": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - } - }, - "title": "Playlist management settings" - }, - "playlistManagementButtons": { - "failedToMarkAsUnwatched": "Failed to mark video as unwatched", - "failedToRemoveVideo": "Failed to remove video", - "markAsUnwatched": "Mark as unwatched", - "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "Eliminar vídeo", - "removingVideo": "Eliminando vídeo…" - }, - "saveToWatchLaterButton": { - "failedToSaveVideo": "Failed to save video to Watch Later", - "saveVideo": "Save to Watch Later", - "savingVideo": "Saving to Watch Later…" - }, - "screenshotButton": { - "enable": { - "label": "Botón para capturar la pantalla", - "title": "Añade un botón al reproductor para capturar la pantalal del vídeo que estás viendo" - }, - "saveAs": { - "both": "Both (File and Clipboard)", - "clipboard": "Portapapeles", - "file": "Archivo" - }, - "selectFormat": { - "label": "Formato de captura de pantalla", - "title": "El formato en el que guardar la captura de pantalla" - }, - "selectSaveAs": { - "label": "Método de guardado de captura de pantalla", - "title": "Método de guardado sobre el que se guardará la captura de pantalla" - }, - "title": "Ajustes de captura de pantalla" - }, - "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "Volumen cambiado por cada scroll con la rueda del ratón", - "title": "Ajustar la velocidad que cambia por el scroll de la rueda del ratón" - }, - "enable": { - "label": "Control de velocidad con la rueda", - "title": "Pulsa una tecla para activar el ajuste de velocidad con la rueda del ratón." - }, - "optionLabel": "Tecla {{KEY}}", - "select": { - "label": "Tecla modificadora", - "title": "Tecla a usar" - }, - "title": "Ajustes sobre el control de velocidad con la rueda del ratón" - }, - "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "Velocidad cambiada por cada scroll con la rueda del ratón", - "title": "Ajustar el volumen que cambia por el scroll de la rueda del ratón" - }, - "enable": { - "label": "Control de volumen con la rueda", - "title": "Te permite usar la rueda del ratón para controlar el volumen del vídeo que estás viendo" - }, - "holdModifierKey": { - "enable": { - "label": "Activar al mantener pulsada la tecla modificadora", - "title": "Presione una tecla modificadora para activar el ajuste de volumen con la rueda del ratón." - }, - "optionLabel": "Tecla {{KEY}}", - "select": { - "label": "Tecla modificadora", - "title": "La tecla del modificador a usar" - } - }, - "holdRightClick": { - "enable": { - "label": "Activar al mantener pulsado el botón derecho", - "title": "Mantenga pulsado el botón derecho para activar el control de volumen con la rueda del ratón" - } - }, - "title": "Ajustes de control de volumen con la rueda del ratón" - }, - "settingSearch": { - "placeholder": "Search for a setting" - }, - "videoHistory": { - "enable": { - "label": "Track watched videos", - "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" - }, - "resumeType": { - "select": { - "label": "Resume type", - "options": { - "automatic": "Automático", - "prompt": "Prompt" - }, - "title": "Select how you want to resume videos" - } - }, - "title": "Video history settings" - }, - "volumeBoost": { - "boostAmount": { - "label": "Incremento de volumen (dB)", - "title": "Cuantos decibelios quieres aumentar el volumen" - }, - "enable": { - "label": "Potenciador de volumen", - "title": "Activar incremento de volumen" - }, - "mode": { - "select": { - "label": "Volume boost mode", - "options": { - "global": "Global", - "perVideo": "Por vídeo" - }, - "title": "Elegir cómo se aplica el aumento de volumen. 'Por vídeo' permite activar optimización para cada video individualmente en el menú de características. 'Global' aplica el boost a todos los vídeos cuando el aumento de volumen está activado." - } - }, - "title": "Ajustes de potenciado de volumen" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "You can get one from here", - "input": { - "label": "Clave API", - "title": "Introduce tu clave API de Youtube Data V3." - }, - "title": "YouTube API V3 key" - }, - "youtubeDeepDark": { - "author": "Autor", - "co-authors": "Coautores", - "colors": { - "colorShadow": { - "label": "Color de sombra", - "title": "Color para las sombras" - }, - "dimmerText": { - "label": "Color secundario de texto", - "title": "Color para el texto secundario" - }, - "hoverBackground": { - "label": "Hover background color", - "title": "Color for hover background" - }, - "mainBackground": { - "label": "Main background color", - "title": "Color for main background" - }, - "mainColor": { - "label": "Color destacado", - "title": "Color para destacados" - }, - "mainText": { - "label": "Main text color", - "title": "Color for main text" - }, - "secondBackground": { - "label": "Secondary background color", - "title": "Color for secondary background" - } - }, - "enable": { - "label": "Deep Dark Theme", - "title": "Activate the selected theme for the page" - }, - "select": { - "label": "Select theme", - "title": "Select a theme to be applied to the page" - }, - "title": "YouTube deep dark settings" - } - } - } -} + "langCode": "es-ES", + "langName": "Español", + "messages": { + "resumingVideo": "Reanudando vídeo en {{VIDEO_TIME}}", + "settingVolume": "Ajustando el potenciador de volumen a {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "label": "Copiar URL de vídeo con marca de tiempo" + }, + "extras": { + "copied": "Copied!" + } + }, + "featureMenu": { + "button": { + "label": "Menú de funciones" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Avanzar rápidamente por {{TIME}}" + }, + "rewindButton": { + "label": "Rebobinado por {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Ocultar tarjetas de pantalla final", + "toggle": { + "off": "Mostrar tarjetas de pantalla final", + "on": "Ocultar tarjetas de pantalla final" + } + } + }, + "loopButton": { + "button": { + "label": "Bucle", + "toggle": { + "off": "Desactivar repetición", + "on": "Activar repetición" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "Maximizar", + "toggle": { + "off": "Maximizar desactivado", + "on": "Maximizar activado" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Abrir transcripción" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Disminuye la velocidad a {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Aumenta la velocidad a {{SPEED}}" + } + }, + "extras": { + "decreaseLimit": "Can't decrease further ({{SPEED}})", + "increaseLimit": "Can't increase further ({{SPEED}})" + } + }, + "playlistLength": { + "title": "Puede que la longitud total no sea exacta si se ocultan algunos vídeos o si no ha cargado suficientes vídeos para obtener la longitud completa." + }, + "playlistManagementButtons": { + "extras": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + } + }, + "saveToWatchLaterButton": { + "extras": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + } + }, + "screenshotButton": { + "button": { + "label": "Captura de pantalla" + }, + "extras": { + "copiedToClipboard": "Screenshot copied to clipboard" + } + }, + "videoHistory": { + "extras": { + "resumeButton": "Resume", + "resumePromptClose": "Close" + } + }, + "volumeBoostButton": { + "button": { + "label": "Potenciador de volumen", + "toggle": { + "off": "Desactivar potenciador de volumen", + "on": "Activar potenciador de volumen" + } + } + } + } + }, + "options": { + "extras": { + "bottomButtons": { + "clear": { + "title": "Clears all data this extension has stored on your machine", + "value": "Clear Data" + }, + "confirm": { + "title": "Confirm setting reset", + "value": "Confirm" + }, + "openTab": { + "title": "Open extension settings in a new tab" + }, + "reset": { + "title": "Resets all settings to their defaults, Click the confirm button to save the changes", + "value": "Reset" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Copy video URL with timestamp button", + "decreasePlaybackSpeedButton": "Decrease Speed button", + "forwardButton": "Fast Forward button", + "hideEndScreenCardsButton": "Hide end screen cards button", + "increasePlaybackSpeedButton": "Increase Speed button", + "loopButton": "Loop button", + "maximizePlayerButton": "Maximize button", + "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind button", + "screenshotButton": "Screenshot button", + "volumeBoostButton": "Volume Boost button" + }, + "options": { + "below_player": { + "placement": "below the player controls", + "value": "Below Player" + }, + "feature_menu": { + "placement": "in the feature menu", + "value": "Feature Menu" + }, + "player_controls_left": { + "placement": "on the left side of player controls", + "value": "Left Controls" + }, + "player_controls_right": { + "placement": "on the right side of player controls", + "value": "Right Controls" + } + }, + "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Button placement settings" + }, + "clearData": { + "allDataDeleted": "All data has been deleted.", + "confirmAlert": "This will delete all extension data related to options. Continue?" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Menu Activation Type", + "options": { + "click": "Click", + "hover": "Hover" + }, + "title": "Select the method to activate the feature menu" + }, + "title": "Feature menu settings" + } + }, + "importExportSettings": { + "exportButton": { + "success": "Settings successfully exported", + "title": "Export settings to a JSON file", + "value": "Export Settings" + }, + "importButton": { + "error": { + "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", + "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" + }, + "success": "Settings imported successfully", + "title": "Import settings from a JSON file", + "value": "Import Settings" + } + }, + "language": { + "select": { + "label": "Language", + "title": "The language to use for the extension" + }, + "title": "Language" + }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "scrollForMoreSettings": "Scroll for more settings", + "settingSearch": { + "placeholder": "Search for a setting" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Key", + "title": "Enter your Youtube Data API V3 key." + }, + "title": "YouTube API V3 key" + } + }, + "notifications": { + "error": { + "optionConflict": "Esta opción no se puede activar mientras '{{OPTION}}' está habilitada.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "La tecla del modificador de control de velocidad de rueda de desplazamiento no puede ser la misma que la tecla del modificador del control de volumen de la rueda.", + "volumeControl": "La tecla del modificador del control de volumen de la rueda de desplazamiento no puede ser la misma que la tecla del modificador del control de velocidad de la rueda." + } + } + }, + "info": { + "reset": "Todas las opciones han sido preestablecidas a sus valores de por defecto.\nAhora puedes guardar los cambios haciendo clic en el botón \"Confirmar\" o descartarlos cerrando esta página o ignorando esta notificación." + }, + "success": { + "saved": "Opciones guardadas." + } + } + } + }, + "settings": { + "sections": { + "customCSS": { + "enable": { + "label": "Habilitar CSS personalizado", + "title": "Permite aplicar CSS personalizado a la página" + }, + "extras": { + "collapse": "Collapse Editor", + "expand": "Expand Editor", + "noProblems": "No problems found." + }, + "title": "Ajustes de CSS personalizados" + }, + "deepDarkCSS": { + "enable": { + "label": "Deep Dark Theme", + "title": "Activate the selected theme for the page" + }, + "extras": { + "author": "Author", + "co-authors": "Co-authors" + }, + "settings": { + "colorShadow": { + "label": "Shadow color", + "title": "Color for shadows" + }, + "dimmerText": { + "label": "Secondary text color", + "title": "Color for secondary text" + }, + "hoverBackground": { + "label": "Hover background color", + "title": "Color for hover background" + }, + "mainBackground": { + "label": "Main background color", + "title": "Color for main background" + }, + "mainColor": { + "label": "Accent color", + "title": "Color for accent" + }, + "mainText": { + "label": "Main text color", + "title": "Color for main text" + }, + "secondBackground": { + "label": "Secondary background color", + "title": "Color for secondary background" + }, + "theme": { + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + } + } + }, + "title": "YouTube deep dark settings" + }, + "forwardRewindButtons": { + "enable": { + "label": "Botones de avance/retroceso", + "title": "Añade botones de avance y retroceso al reproductor de vídeo" + }, + "settings": { + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + } + }, + "title": "Ajustes del botón avanzar/retroceder" + }, + "miscellaneous": { + "settings": { + "automaticallyDisableAmbientMode": { + "enable": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + } + }, + "automaticallyDisableAutoPlay": { + "enable": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + } + }, + "automaticallyDisableClosedCaptions": { + "enable": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + } + }, + "automaticallyEnableClosedCaptions": { + "enable": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + } + }, + "automaticallyMaximizePlayer": { + "enable": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + } + }, + "automaticallyShowMoreVideosOnEndScreen": { + "enable": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + } + }, + "automaticTheaterMode": { + "enable": { + "label": "Automatic theater mode", + "title": "Automatically enables theater mode when you load a video" + } + }, + "copyTimestampUrlButton": { + "enable": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + } + }, + "defaultToOriginalAudioTrack": { + "enable": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + } + }, + "saveToWatchLaterButton": { + "enable": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + } + }, + "hideArtificialIntelligenceSummary": { + "enable": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + } + }, + "hideEndScreenCards": { + "enable": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + } + }, + "hideEndScreenCardsButton": { + "enable": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + } + }, + "hideLiveStreamChat": { + "enable": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + } + }, + "hideMembersOnlyVideos": { + "enable": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + } + }, + "hideOfficialArtistVideosFromHomePage": { + "enable": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + } + }, + "hidePaidPromotionBanner": { + "enable": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + } + }, + "hidePlayables": { + "enable": { + "label": "Hide playables", + "title": "Hides all playables" + } + }, + "hidePlaylistRecommendationsFromHomePage": { + "enable": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + } + }, + "hideScrollbar": { + "enable": { + "label": "Hide scrollbar", + "title": "Hides the pages scrollbar" + } + }, + "hideShorts": { + "enable": { + "label": "Hide shorts", + "title": "Hides all shorts" + } + }, + "hideSidebarRecommendedVideos": { + "enable": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + } + }, + "hideTranslateComment": { + "enable": { + "label": "Hide translate comment button", + "title": "Hides 'Translate to Language' button under comments" + } + }, + "loopButton": { + "enable": { + "label": "Loop button", + "title": "Adds a button to the feature menu to loop the video you're watching" + } + }, + "maximizePlayerButton": { + "enable": { + "label": "Maximize player button", + "title": "Adds a button to the feature menu to maximize the player" + } + }, + "openTranscriptButton": { + "enable": { + "label": "Open transcript button", + "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + } + }, + "openYouTubeSettingsOnHover": { + "enable": { + "label": "Open YouTube settings on hover", + "title": "Opens the YouTube settings menu when you hover over the settings button" + } + }, + "pauseBackgroundPlayers": { + "enable": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + } + }, + "remainingTime": { + "enable": { + "label": "Remaining time", + "title": "Shows the remaining time of the video you're watching" + } + }, + "rememberVolume": { + "enable": { + "label": "Remember last volume", + "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + } + }, + "removeRedirect": { + "enable": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + } + }, + "restoreFullscreenScrolling": { + "enable": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + } + }, + "shareShortener": { + "enable": { + "label": "Shorten YouTube video share link", + "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + } + }, + "shortsAutoScroll": { + "enable": { + "label": "Shorts auto scroll", + "title": "Automatically scrolls to the next short" + } + }, + "skipContinueWatching": { + "enable": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + } + } + }, + "title": "Ajustes varios" + }, + "onScreenDisplaySettings": { + "settings": { + "color": { + "label": "Color", + "select": { + "options": { + "blue": "Blue", + "green": "Green", + "orange": "Orange", + "pink": "Pink", + "purple": "Purple", + "red": "Red", + "white": "White", + "yellow": "Yellow" + } + }, + "title": "Select the color for the On-Screen Display" + }, + "hide": { + "label": "Hide Delay", + "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" + }, + "opacity": { + "label": "Opacity", + "title": "Adjust the transparency of the On-Screen Display" + }, + "padding": { + "label": "Padding", + "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." + }, + "position": { + "label": "Position", + "select": { + "options": { + "bottom_left": "Bottom Left", + "bottom_right": "Bottom Right", + "center": "Center", + "top_left": "Top Left", + "top_right": "Top Right" + } + }, + "title": "Select the position of the On-Screen Display" + }, + "type": { + "label": "Type", + "select": { + "options": { + "circle": "Circle", + "line": "Line", + "no_display": "No display", + "text": "Text" + } + }, + "title": "Select the type of On-Screen Display" + } + }, + "title": "On-screen display settings" + }, + "playerQuality": { + "enable": { + "label": "Automatic quality adjustment", + "title": "Automatically adjusts the video quality to the selected level." + }, + "settings": { + "quality": { + "select": { + "label": "Player quality", + "title": "The quality to set the video to" + } + }, + "qualityFallbackStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + } + }, + "title": "Automatic quality settings" + }, + "playerSpeed": { + "enable": { + "label": "Forced playback speed", + "title": "Sets the video speed to what you choose below" + }, + "settings": { + "buttons": { + "label": "Playback speed buttons", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + }, + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + }, + "speed": { + "select": { + "label": "Player speed", + "title": "The speed to set the video to" + } + } + }, + "title": "Playback speed settings" + }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + }, + "settings": { + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } + } + }, + "title": "Playlist length settings" + }, + "playlistManagementButtons": { + "settings": { + "markAsUnwatchedButton": { + "enable": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + } + }, + "removeVideoButton": { + "enable": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + } + }, + "title": "Playlist management settings" + }, + "screenshotButton": { + "enable": { + "label": "Botón para capturar la pantalla", + "title": "Añade un botón al reproductor para capturar la pantalal del vídeo que estás viendo" + }, + "settings": { + "format": { + "label": "Screenshot format", + "title": "The format to save the screenshot in" + }, + "saveAs": { + "select": { + "options": { + "both": "Both (File and Clipboard)", + "clipboard": "Clipboard", + "file": "File" + }, + "label": "Screenshot save type", + "title": "The screenshot save type" + } + } + }, + "title": "Ajustes de captura de pantalla" + }, + "scrollWheelSpeedControl": { + "enable": { + "label": "Control de velocidad con la rueda", + "title": "Pulsa una tecla para activar el ajuste de velocidad con la rueda del ratón." + }, + "extras": { + "optionLabel": "{{KEY}} key" + }, + "settings": { + "adjustmentSteps": { + "label": "Speed Change Per Scroll", + "title": "Adjust the speed change per scroll" + }, + "modifierKey": { + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + } + } + }, + "title": "Ajustes sobre el control de velocidad con la rueda del ratón" + }, + "scrollWheelVolumeControl": { + "enable": { + "label": "Control de volumen con la rueda", + "title": "Te permite usar la rueda del ratón para controlar el volumen del vídeo que estás viendo" + }, + "extras": { + "optionLabel": "{{KEY}} key" + }, + "settings": { + "adjustmentSteps": { + "label": "Volume Change Per Scroll", + "title": "Adjust the volume change per scroll" + }, + "holdModifierKey": { + "label": "When holding modifier key", + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + }, + "title": "Press a modifier key to enable volume adjustment with the scroll wheel." + }, + "holdRightClick": { + "label": "When holding right click", + "title": "Hold right click to enable scroll wheel volume control" + } + }, + "title": "Ajustes de control de volumen con la rueda del ratón" + }, + "videoHistory": { + "enable": { + "label": "Track watched videos", + "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" + }, + "settings": { + "resumeType": { + "select": { + "label": "Resume type", + "options": { + "automatic": "Automatic", + "prompt": "Prompt" + }, + "title": "Select how you want to resume videos" + } + } + }, + "title": "Video history settings" + }, + "volumeBoost": { + "enable": { + "label": "Potenciador de volumen", + "title": "Activar incremento de volumen" + }, + "settings": { + "amount": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by" + }, + "mode": { + "select": { + "label": "Volume boost mode", + "options": { + "global": "Global", + "perVideo": "Per video" + }, + "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + } + } + }, + "title": "Ajustes de potenciado de volumen" + } + } + } +} \ No newline at end of file From 3751729733675165c04ba3d839d0d9bc5fc7a999 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 25 Jan 2026 16:18:47 -0500 Subject: [PATCH 1526/1783] New translations en-us.json (Czech) --- public/locales/cs-CZ.json | 1565 +++++++++++++++++++------------------ 1 file changed, 822 insertions(+), 743 deletions(-) diff --git a/public/locales/cs-CZ.json b/public/locales/cs-CZ.json index 8abe2aafc..892766dbe 100644 --- a/public/locales/cs-CZ.json +++ b/public/locales/cs-CZ.json @@ -1,744 +1,823 @@ { - "langCode": "cs-CZ", - "langName": "Čeština", - "messages": { - "resumingVideo": "Resuming video at {{VIDEO_TIME}}", - "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "Copied!", - "label": "Copy video URL with timestamp" - } - }, - "featureMenu": { - "button": { - "label": "Feature menu" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "Fast forward by {{TIME}}" - }, - "rewindButton": { - "label": "Rewind by {{TIME}}" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "Hide end screen cards", - "toggle": { - "off": "Show end screen cards", - "on": "Hide end screen cards" - } - } - }, - "loopButton": { - "button": { - "label": "Loop", - "toggle": { - "off": "Loop off", - "on": "Loop on" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "Maximize", - "toggle": { - "off": "Maximize off", - "on": "Maximize on" - } - } - }, - "miniPlayerButton": { - "button": { - "label": "Mini Player", - "toggle": { - "off": "Mini Player off", - "on": "Mini Player on" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Open transcript" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Decrease Speed to {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Increase Speed to {{SPEED}}" - } - }, - "decreaseLimit": "Can't decrease further ({{SPEED}})", - "increaseLimit": "Can't increase further ({{SPEED}})" - }, - "playlistLength": { - "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." - }, - "screenshotButton": { - "button": { - "label": "Screenshot" - }, - "copiedToClipboard": "Screenshot copied to clipboard" - }, - "videoHistory": { - "resumeButton": "Resume", - "resumePrompt": { - "close": "Close" - } - }, - "volumeBoostButton": { - "button": { - "label": "Volume Boost", - "toggle": { - "off": "Volume boost off", - "on": "Volume boost on" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", - "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." - } - } - }, - "info": { - "reset": "All options have been reset to their default values.\nYou can now save the changes by clicking the \"Confirm\" button or discard them by closing this page or ignore this notification." - }, - "success": { - "saved": "Options saved." - } - } - } - }, - "settings": { - "clearData": { - "allDataDeleted": "All data has been deleted.", - "confirmAlert": "This will delete all extension data related to options. Continue?" - }, - "optionDisabled": { - "either": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " or " - }, - "plural": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " and " - }, - "singular": "Enable '{{OPTION}}' to configure this option", - "specificOption": { - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" - } - }, - "scrollForMoreSettings": "Scroll for more settings", - "sections": { - "automaticQuality": { - "enable": { - "label": "Automatic quality adjustment", - "title": "Automatically adjusts the video quality to the selected level." - }, - "fallbackQualityStrategy": { - "select": { - "label": "Quality fallback strategy", - "options": { - "higher": "Higher", - "lower": "Lower" - }, - "title": "The strategy to use when the selected quality is not available" - } - }, - "select": { - "label": "Player quality", - "title": "The quality to set the video to" - }, - "title": "Automatic quality settings" - }, - "bottomButtons": { - "clear": { - "title": "Clears all data this extension has stored on your machine", - "value": "Clear Data" - }, - "confirm": { - "title": "Confirm setting reset", - "value": "Confirm" - }, - "openTab": { - "title": "Open extension settings in a new tab" - }, - "reset": { - "title": "Resets all settings to their defaults, Click the confirm button to save the changes", - "value": "Reset" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "Copy video URL with timestamp button", - "decreasePlaybackSpeedButton": "Decrease Speed button", - "forwardButton": "Fast Forward button", - "hideEndScreenCardsButton": "Hide end screen cards button", - "increasePlaybackSpeedButton": "Increase Speed button", - "loopButton": "Loop button", - "maximizePlayerButton": "Maximize button", - "miniPlayerButton": "Mini Player", - "openTranscriptButton": "Open Transcript button", - "rewindButton": "Rewind button", - "screenshotButton": "Screenshot button", - "volumeBoostButton": "Volume Boost button" - }, - "options": { - "below_player": { - "placement": "below the player controls", - "value": "Below Player" - }, - "feature_menu": { - "placement": "in the feature menu", - "value": "Feature Menu" - }, - "player_controls_left": { - "placement": "on the left side of player controls", - "value": "Left Controls" - }, - "player_controls_right": { - "placement": "on the right side of player controls", - "value": "Right Controls" - } - }, - "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" - }, - "title": "Button placement settings" - }, - "customCSS": { - "editor": { - "collapse": "Collapse Editor", - "expand": "Expand Editor", - "noProblems": "No problems found." - }, - "enable": { - "label": "Custom CSS", - "title": "Enables custom CSS to be applied to the page" - }, - "title": "Custom CSS settings" - }, - "featureMenu": { - "openType": { - "select": { - "label": "Menu Activation Type", - "options": { - "click": "Click", - "hover": "Hover" - }, - "title": "Select the method to activate the feature menu" - }, - "title": "Feature menu settings" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "Forward/rewind buttons", - "title": "Adds forward and rewind buttons to the video player" - }, - "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" - }, - "title": "Forward/rewind button settings" - }, - "importExportSettings": { - "exportButton": { - "success": "Settings successfully exported", - "title": "Export settings to a JSON file", - "value": "Export Settings" - }, - "importButton": { - "error": { - "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", - "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" - }, - "success": "Settings imported successfully", - "title": "Import settings from a JSON file", - "value": "Import Settings" - } - }, - "language": { - "select": { - "label": "Language", - "title": "The language to use for the extension" - }, - "title": "Language" - }, - "miniPlayer": { - "enable": { - "label": "Open Mini Player when viewing comments", - "title": "Automatically opens the Mini Player when you scroll to comments." - }, - "position": { - "label": "Default Mini Player position", - "options": { - "bottomCenter": "Bottom center", - "bottomLeft": "Bottom left", - "bottomRight": "Bottom right", - "topCenter": "Top center", - "topLeft": "Top left", - "topRight": "Top right" - }, - "title": "Sets the starting position before you move the Mini Player." - }, - "size": { - "label": "Default Mini Player size", - "title": "Sets the initial size before you resize the Mini Player." - }, - "title": "Mini Player settings" - }, - "miniPlayerButton": { - "label": "Mini Player button", - "title": "Adds a button that opens the Mini Player" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "Automatic theater mode", - "title": "Automatically enables theater mode when you load a video" - }, - "automaticallyDisableAmbientMode": { - "label": "Automatically disable ambient mode", - "title": "Automatically disables ambient mode when you load a video" - }, - "automaticallyDisableAutoPlay": { - "label": "Automatically disable autoplay", - "title": "Automatically disables autoplay when you load a video" - }, - "automaticallyDisableClosedCaptions": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" - }, - "automaticallyEnableClosedCaptions": { - "label": "Automatically enable closed captions", - "title": "Automatically enables closed captions when you load a video" - }, - "automaticallyMaximizePlayer": { - "label": "Automatically maximize player", - "title": "Automatically maximizes the player when you load a video" - }, - "automaticallyShowMoreVideosOnEndScreen": { - "label": "Automatically show more videos on end screen", - "title": "Automatically shows more videos on end screen when you load a video" - }, - "copyTimestampUrlButton": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" - }, - "defaultToOriginalAudioTrack": { - "label": "Default to original audio track", - "title": "Always default to the original audio track" - }, - "enableMarkAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Add a button to playlist items to mark videos as unwatched" - }, - "enableRemoveVideoButton": { - "label": "Remove video button", - "title": "Add a button to playlist items to remove videos from the playlist" - }, - "enableSaveToWatchLaterButton": { - "label": "Enable save to Watch Later button", - "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" - }, - "hideArtificialIntelligenceSummary": { - "label": "Hide AI summary", - "title": "Hides the artificial intelligence summary below videos" - }, - "hideEndScreenCards": { - "label": "Hide end screen cards", - "title": "Hides the cards at the end of the video" - }, - "hideEndScreenCardsButton": { - "label": "Hide end screen cards button", - "title": "Adds a button to show/hide the cards at the end of the video" - }, - "hideLiveStreamChat": { - "label": "Hide live stream chat", - "title": "Hides the live stream chat" - }, - "hideMembersOnlyVideos": { - "label": "Hide members-only videos", - "title": "Hides videos that are only visible to members" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" - }, - "hidePaidPromotionBanner": { - "label": "Hide paid promotion banner", - "title": "Hides the banner that appears when you watch a video that has a paid promotion" - }, - "hidePlayables": { - "label": "Hide playables", - "title": "Hides all playables" - }, - "hidePlaylistRecommendationsFromHomePage": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" - }, - "hideScrollbar": { - "label": "Hide scrollbar", - "title": "Hides the pages scrollbar" - }, - "hideShorts": { - "label": "Hide shorts", - "title": "Hides all shorts" - }, - "hideSidebarRecommendedVideos": { - "label": "Hide recommended videos", - "title": "Hides the sidebar that recommends videos" - }, - "hideTranslateComment": { - "label": "Hide translate comment button", - "title": "Hides 'Translate to Language' button under comments" - }, - "loopButton": { - "label": "Loop button", - "title": "Adds a button to the feature menu to loop the video you're watching" - }, - "maximizePlayerButton": { - "label": "Maximize player button", - "title": "Adds a button to the feature menu to maximize the player" - }, - "openTranscriptButton": { - "label": "Open transcript button", - "title": "Adds a button to the feature menu to open the transcript of the video you're watching" - }, - "openYouTubeSettingsOnHover": { - "label": "Open YouTube settings on hover", - "title": "Opens the YouTube settings menu when you hover over the settings button" - }, - "pauseBackgroundPlayers": { - "label": "Pause background players", - "title": "Pauses video players in background tabs when you start a new player in foreground tab" - }, - "remainingTime": { - "label": "Remaining time", - "title": "Shows the remaining time of the video you're watching" - }, - "rememberLastVolume": { - "label": "Remember last volume", - "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" - }, - "removeRedirect": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" - }, - "restoreFullscreenScrolling": { - "label": "Restore fullscreen scrolling", - "title": "Restores scrolling in fullscreen mode" - }, - "shareShortener": { - "label": "Shorten YouTube video share link", - "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" - }, - "shortsAutoScroll": { - "label": "Shorts auto scroll", - "title": "Automatically scrolls to the next short" - }, - "skipContinueWatching": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" - } - }, - "title": "Miscellaneous settings" - }, - "onScreenDisplaySettings": { - "color": { - "label": "Color", - "options": { - "blue": "Blue", - "green": "Green", - "orange": "Orange", - "pink": "Pink", - "purple": "Purple", - "red": "Red", - "white": "White", - "yellow": "Yellow" - }, - "title": "Select the color for the On-Screen Display" - }, - "hide": { - "label": "Hide Delay", - "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" - }, - "opacity": { - "label": "Opacity", - "title": "Adjust the transparency of the On-Screen Display" - }, - "padding": { - "label": "Padding", - "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." - }, - "position": { - "label": "Position", - "options": { - "bottom_left": "Bottom Left", - "bottom_right": "Bottom Right", - "center": "Center", - "top_left": "Top Left", - "top_right": "Top Right" - }, - "title": "Select the position of the On-Screen Display" - }, - "title": "On-screen display settings", - "type": { - "label": "Type", - "options": { - "circle": "Circle", - "line": "Line", - "no_display": "No display", - "text": "Text" - }, - "title": "Select the type of On-Screen Display" - } - }, - "playbackSpeed": { - "enable": { - "label": "Forced playback speed", - "title": "Sets the video speed to what you choose below" - }, - "playbackSpeedButtons": { - "label": "Playback speed buttons", - "select": { - "label": "Playback buttons speed", - "title": "Amount of speed to be changed per click" - }, - "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" - }, - "select": { - "label": "Player speed", - "title": "The speed to set the video to" - }, - "title": "Playback speed settings" - }, - "playlistLength": { - "enable": { - "label": "Display playlist length information", - "title": "Shows the total length of the playlist, how much has been watched, and how much remains." - }, - "title": "Playlist length settings", - "wayToGetLength": { - "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "Method to get watched time", - "options": { - "duration": "Video Length", - "youtube": "Video Watch Time" - }, - "title": "The way to get the amount of time watched (Video Length type only used on watch page)" - } - } - }, - "playlistManagement": { - "features": { - "markAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - }, - "removeVideoButton": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - } - }, - "title": "Playlist management settings" - }, - "playlistManagementButtons": { - "failedToMarkAsUnwatched": "Failed to mark video as unwatched", - "failedToRemoveVideo": "Failed to remove video", - "markAsUnwatched": "Mark as unwatched", - "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "Remove video", - "removingVideo": "Removing video…" - }, - "saveToWatchLaterButton": { - "failedToSaveVideo": "Failed to save video to Watch Later", - "saveVideo": "Save to Watch Later", - "savingVideo": "Saving to Watch Later…" - }, - "screenshotButton": { - "enable": { - "label": "Screenshot button", - "title": "Adds a button to the player to take a screenshot of the video" - }, - "saveAs": { - "both": "Both (File and Clipboard)", - "clipboard": "Clipboard", - "file": "File" - }, - "selectFormat": { - "label": "Screenshot format", - "title": "The format to save the screenshot in" - }, - "selectSaveAs": { - "label": "Screenshot save type", - "title": "The screenshot save type" - }, - "title": "Screenshot settings" - }, - "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "Speed Change Per Scroll", - "title": "Adjust the speed change per scroll" - }, - "enable": { - "label": "Scroll wheel speed control", - "title": "Press a modifier key to enable speed adjustment with the scroll wheel." - }, - "optionLabel": "{{KEY}} key", - "select": { - "label": "Modifier key", - "title": "The modifier key to use" - }, - "title": "Scroll wheel speed control settings" - }, - "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "Volume Change Per Scroll", - "title": "Adjust the volume change per scroll" - }, - "enable": { - "label": "Scroll wheel volume control", - "title": "Lets you use the scroll wheel to control the volume of the video you're watching" - }, - "holdModifierKey": { - "enable": { - "label": "When holding modifier key", - "title": "Press a modifier key to enable volume adjustment with the scroll wheel." - }, - "optionLabel": "{{KEY}} key", - "select": { - "label": "Modifier key", - "title": "The modifier key to use" - } - }, - "holdRightClick": { - "enable": { - "label": "When holding right click", - "title": "Hold right click to enable scroll wheel volume control" - } - }, - "title": "Scroll wheel volume control settings" - }, - "settingSearch": { - "placeholder": "Search for a setting" - }, - "videoHistory": { - "enable": { - "label": "Track watched videos", - "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" - }, - "resumeType": { - "select": { - "label": "Resume type", - "options": { - "automatic": "Automatic", - "prompt": "Prompt" - }, - "title": "Select how you want to resume videos" - } - }, - "title": "Video history settings" - }, - "volumeBoost": { - "boostAmount": { - "label": "Volume boost amount (dB)", - "title": "The amount to boost the volume by" - }, - "enable": { - "label": "Volume boost", - "title": "Enable volume boost" - }, - "mode": { - "select": { - "label": "Volume boost mode", - "options": { - "global": "Global", - "perVideo": "Per video" - }, - "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." - } - }, - "title": "Volume boost settings" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "You can get one from here", - "input": { - "label": "API Key", - "title": "Enter your Youtube Data API V3 key." - }, - "title": "YouTube API V3 key" - }, - "youtubeDeepDark": { - "author": "Author", - "co-authors": "Co-authors", - "colors": { - "colorShadow": { - "label": "Shadow color", - "title": "Color for shadows" - }, - "dimmerText": { - "label": "Secondary text color", - "title": "Color for secondary text" - }, - "hoverBackground": { - "label": "Hover background color", - "title": "Color for hover background" - }, - "mainBackground": { - "label": "Main background color", - "title": "Color for main background" - }, - "mainColor": { - "label": "Accent color", - "title": "Color for accent" - }, - "mainText": { - "label": "Main text color", - "title": "Color for main text" - }, - "secondBackground": { - "label": "Secondary background color", - "title": "Color for secondary background" - } - }, - "enable": { - "label": "Deep Dark Theme", - "title": "Activate the selected theme for the page" - }, - "select": { - "label": "Select theme", - "title": "Select a theme to be applied to the page" - }, - "title": "YouTube deep dark settings" - } - } - } -} + "langCode": "cs-CZ", + "langName": "Čeština", + "messages": { + "resumingVideo": "Resuming video at {{VIDEO_TIME}}", + "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "label": "Copy video URL with timestamp" + }, + "extras": { + "copied": "Copied!" + } + }, + "featureMenu": { + "button": { + "label": "Feature menu" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Fast forward by {{TIME}}" + }, + "rewindButton": { + "label": "Rewind by {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Hide end screen cards", + "toggle": { + "off": "Show end screen cards", + "on": "Hide end screen cards" + } + } + }, + "loopButton": { + "button": { + "label": "Loop", + "toggle": { + "off": "Loop off", + "on": "Loop on" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "Maximize", + "toggle": { + "off": "Maximize off", + "on": "Maximize on" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Open transcript" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Decrease Speed to {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Increase Speed to {{SPEED}}" + } + }, + "extras": { + "decreaseLimit": "Can't decrease further ({{SPEED}})", + "increaseLimit": "Can't increase further ({{SPEED}})" + } + }, + "playlistLength": { + "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + }, + "playlistManagementButtons": { + "extras": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + } + }, + "saveToWatchLaterButton": { + "extras": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + } + }, + "screenshotButton": { + "button": { + "label": "Screenshot" + }, + "extras": { + "copiedToClipboard": "Screenshot copied to clipboard" + } + }, + "videoHistory": { + "extras": { + "resumeButton": "Resume", + "resumePromptClose": "Close" + } + }, + "volumeBoostButton": { + "button": { + "label": "Volume Boost", + "toggle": { + "off": "Volume boost off", + "on": "Volume boost on" + } + } + } + } + }, + "options": { + "extras": { + "bottomButtons": { + "clear": { + "title": "Clears all data this extension has stored on your machine", + "value": "Clear Data" + }, + "confirm": { + "title": "Confirm setting reset", + "value": "Confirm" + }, + "openTab": { + "title": "Open extension settings in a new tab" + }, + "reset": { + "title": "Resets all settings to their defaults, Click the confirm button to save the changes", + "value": "Reset" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Copy video URL with timestamp button", + "decreasePlaybackSpeedButton": "Decrease Speed button", + "forwardButton": "Fast Forward button", + "hideEndScreenCardsButton": "Hide end screen cards button", + "increasePlaybackSpeedButton": "Increase Speed button", + "loopButton": "Loop button", + "maximizePlayerButton": "Maximize button", + "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind button", + "screenshotButton": "Screenshot button", + "volumeBoostButton": "Volume Boost button" + }, + "options": { + "below_player": { + "placement": "below the player controls", + "value": "Below Player" + }, + "feature_menu": { + "placement": "in the feature menu", + "value": "Feature Menu" + }, + "player_controls_left": { + "placement": "on the left side of player controls", + "value": "Left Controls" + }, + "player_controls_right": { + "placement": "on the right side of player controls", + "value": "Right Controls" + } + }, + "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Button placement settings" + }, + "clearData": { + "allDataDeleted": "All data has been deleted.", + "confirmAlert": "This will delete all extension data related to options. Continue?" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Menu Activation Type", + "options": { + "click": "Click", + "hover": "Hover" + }, + "title": "Select the method to activate the feature menu" + }, + "title": "Feature menu settings" + } + }, + "importExportSettings": { + "exportButton": { + "success": "Settings successfully exported", + "title": "Export settings to a JSON file", + "value": "Export Settings" + }, + "importButton": { + "error": { + "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", + "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" + }, + "success": "Settings imported successfully", + "title": "Import settings from a JSON file", + "value": "Import Settings" + } + }, + "language": { + "select": { + "label": "Language", + "title": "The language to use for the extension" + }, + "title": "Language" + }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "scrollForMoreSettings": "Scroll for more settings", + "settingSearch": { + "placeholder": "Search for a setting" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Key", + "title": "Enter your Youtube Data API V3 key." + }, + "title": "YouTube API V3 key" + } + }, + "notifications": { + "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", + "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." + } + } + }, + "info": { + "reset": "All options have been reset to their default values.\nYou can now save the changes by clicking the \"Confirm\" button or discard them by closing this page or ignore this notification." + }, + "success": { + "saved": "Options saved." + } + } + } + }, + "settings": { + "sections": { + "customCSS": { + "enable": { + "label": "Custom CSS", + "title": "Enables custom CSS to be applied to the page" + }, + "extras": { + "collapse": "Collapse Editor", + "expand": "Expand Editor", + "noProblems": "No problems found." + }, + "title": "Custom CSS settings" + }, + "deepDarkCSS": { + "enable": { + "label": "Deep Dark Theme", + "title": "Activate the selected theme for the page" + }, + "extras": { + "author": "Author", + "co-authors": "Co-authors" + }, + "settings": { + "colorShadow": { + "label": "Shadow color", + "title": "Color for shadows" + }, + "dimmerText": { + "label": "Secondary text color", + "title": "Color for secondary text" + }, + "hoverBackground": { + "label": "Hover background color", + "title": "Color for hover background" + }, + "mainBackground": { + "label": "Main background color", + "title": "Color for main background" + }, + "mainColor": { + "label": "Accent color", + "title": "Color for accent" + }, + "mainText": { + "label": "Main text color", + "title": "Color for main text" + }, + "secondBackground": { + "label": "Secondary background color", + "title": "Color for secondary background" + }, + "theme": { + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + } + } + }, + "title": "YouTube deep dark settings" + }, + "forwardRewindButtons": { + "enable": { + "label": "Forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "settings": { + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + } + }, + "title": "Forward/rewind button settings" + }, + "miscellaneous": { + "settings": { + "automaticallyDisableAmbientMode": { + "enable": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + } + }, + "automaticallyDisableAutoPlay": { + "enable": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + } + }, + "automaticallyDisableClosedCaptions": { + "enable": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + } + }, + "automaticallyEnableClosedCaptions": { + "enable": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + } + }, + "automaticallyMaximizePlayer": { + "enable": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + } + }, + "automaticallyShowMoreVideosOnEndScreen": { + "enable": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + } + }, + "automaticTheaterMode": { + "enable": { + "label": "Automatic theater mode", + "title": "Automatically enables theater mode when you load a video" + } + }, + "copyTimestampUrlButton": { + "enable": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + } + }, + "defaultToOriginalAudioTrack": { + "enable": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + } + }, + "saveToWatchLaterButton": { + "enable": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + } + }, + "hideArtificialIntelligenceSummary": { + "enable": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + } + }, + "hideEndScreenCards": { + "enable": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + } + }, + "hideEndScreenCardsButton": { + "enable": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + } + }, + "hideLiveStreamChat": { + "enable": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + } + }, + "hideMembersOnlyVideos": { + "enable": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + } + }, + "hideOfficialArtistVideosFromHomePage": { + "enable": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + } + }, + "hidePaidPromotionBanner": { + "enable": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + } + }, + "hidePlayables": { + "enable": { + "label": "Hide playables", + "title": "Hides all playables" + } + }, + "hidePlaylistRecommendationsFromHomePage": { + "enable": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + } + }, + "hideScrollbar": { + "enable": { + "label": "Hide scrollbar", + "title": "Hides the pages scrollbar" + } + }, + "hideShorts": { + "enable": { + "label": "Hide shorts", + "title": "Hides all shorts" + } + }, + "hideSidebarRecommendedVideos": { + "enable": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + } + }, + "hideTranslateComment": { + "enable": { + "label": "Hide translate comment button", + "title": "Hides 'Translate to Language' button under comments" + } + }, + "loopButton": { + "enable": { + "label": "Loop button", + "title": "Adds a button to the feature menu to loop the video you're watching" + } + }, + "maximizePlayerButton": { + "enable": { + "label": "Maximize player button", + "title": "Adds a button to the feature menu to maximize the player" + } + }, + "openTranscriptButton": { + "enable": { + "label": "Open transcript button", + "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + } + }, + "openYouTubeSettingsOnHover": { + "enable": { + "label": "Open YouTube settings on hover", + "title": "Opens the YouTube settings menu when you hover over the settings button" + } + }, + "pauseBackgroundPlayers": { + "enable": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + } + }, + "remainingTime": { + "enable": { + "label": "Remaining time", + "title": "Shows the remaining time of the video you're watching" + } + }, + "rememberVolume": { + "enable": { + "label": "Remember last volume", + "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + } + }, + "removeRedirect": { + "enable": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + } + }, + "restoreFullscreenScrolling": { + "enable": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + } + }, + "shareShortener": { + "enable": { + "label": "Shorten YouTube video share link", + "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + } + }, + "shortsAutoScroll": { + "enable": { + "label": "Shorts auto scroll", + "title": "Automatically scrolls to the next short" + } + }, + "skipContinueWatching": { + "enable": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + } + } + }, + "title": "Miscellaneous settings" + }, + "onScreenDisplaySettings": { + "settings": { + "color": { + "label": "Color", + "select": { + "options": { + "blue": "Blue", + "green": "Green", + "orange": "Orange", + "pink": "Pink", + "purple": "Purple", + "red": "Red", + "white": "White", + "yellow": "Yellow" + } + }, + "title": "Select the color for the On-Screen Display" + }, + "hide": { + "label": "Hide Delay", + "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" + }, + "opacity": { + "label": "Opacity", + "title": "Adjust the transparency of the On-Screen Display" + }, + "padding": { + "label": "Padding", + "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." + }, + "position": { + "label": "Position", + "select": { + "options": { + "bottom_left": "Bottom Left", + "bottom_right": "Bottom Right", + "center": "Center", + "top_left": "Top Left", + "top_right": "Top Right" + } + }, + "title": "Select the position of the On-Screen Display" + }, + "type": { + "label": "Type", + "select": { + "options": { + "circle": "Circle", + "line": "Line", + "no_display": "No display", + "text": "Text" + } + }, + "title": "Select the type of On-Screen Display" + } + }, + "title": "On-screen display settings" + }, + "playerQuality": { + "enable": { + "label": "Automatic quality adjustment", + "title": "Automatically adjusts the video quality to the selected level." + }, + "settings": { + "quality": { + "select": { + "label": "Player quality", + "title": "The quality to set the video to" + } + }, + "qualityFallbackStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + } + }, + "title": "Automatic quality settings" + }, + "playerSpeed": { + "enable": { + "label": "Forced playback speed", + "title": "Sets the video speed to what you choose below" + }, + "settings": { + "buttons": { + "label": "Playback speed buttons", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + }, + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + }, + "speed": { + "select": { + "label": "Player speed", + "title": "The speed to set the video to" + } + } + }, + "title": "Playback speed settings" + }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + }, + "settings": { + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } + } + }, + "title": "Playlist length settings" + }, + "playlistManagementButtons": { + "settings": { + "markAsUnwatchedButton": { + "enable": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + } + }, + "removeVideoButton": { + "enable": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + } + }, + "title": "Playlist management settings" + }, + "screenshotButton": { + "enable": { + "label": "Screenshot button", + "title": "Adds a button to the player to take a screenshot of the video" + }, + "settings": { + "format": { + "label": "Screenshot format", + "title": "The format to save the screenshot in" + }, + "saveAs": { + "select": { + "options": { + "both": "Both (File and Clipboard)", + "clipboard": "Clipboard", + "file": "File" + }, + "label": "Screenshot save type", + "title": "The screenshot save type" + } + } + }, + "title": "Screenshot settings" + }, + "scrollWheelSpeedControl": { + "enable": { + "label": "Scroll wheel speed control", + "title": "Press a modifier key to enable speed adjustment with the scroll wheel." + }, + "extras": { + "optionLabel": "{{KEY}} key" + }, + "settings": { + "adjustmentSteps": { + "label": "Speed Change Per Scroll", + "title": "Adjust the speed change per scroll" + }, + "modifierKey": { + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + } + } + }, + "title": "Scroll wheel speed control settings" + }, + "scrollWheelVolumeControl": { + "enable": { + "label": "Scroll wheel volume control", + "title": "Lets you use the scroll wheel to control the volume of the video you're watching" + }, + "extras": { + "optionLabel": "{{KEY}} key" + }, + "settings": { + "adjustmentSteps": { + "label": "Volume Change Per Scroll", + "title": "Adjust the volume change per scroll" + }, + "holdModifierKey": { + "label": "When holding modifier key", + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + }, + "title": "Press a modifier key to enable volume adjustment with the scroll wheel." + }, + "holdRightClick": { + "label": "When holding right click", + "title": "Hold right click to enable scroll wheel volume control" + } + }, + "title": "Scroll wheel volume control settings" + }, + "videoHistory": { + "enable": { + "label": "Track watched videos", + "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" + }, + "settings": { + "resumeType": { + "select": { + "label": "Resume type", + "options": { + "automatic": "Automatic", + "prompt": "Prompt" + }, + "title": "Select how you want to resume videos" + } + } + }, + "title": "Video history settings" + }, + "volumeBoost": { + "enable": { + "label": "Volume boost", + "title": "Enable volume boost" + }, + "settings": { + "amount": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by" + }, + "mode": { + "select": { + "label": "Volume boost mode", + "options": { + "global": "Global", + "perVideo": "Per video" + }, + "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + } + } + }, + "title": "Volume boost settings" + } + } + } +} \ No newline at end of file From fbf83766b5d4962d4b8de03b715124a87d8b4997 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 25 Jan 2026 16:18:48 -0500 Subject: [PATCH 1527/1783] New translations en-us.json (German) --- public/locales/de-DE.json | 1565 +++++++++++++++++++------------------ 1 file changed, 822 insertions(+), 743 deletions(-) diff --git a/public/locales/de-DE.json b/public/locales/de-DE.json index ec1f2239e..48a32f169 100644 --- a/public/locales/de-DE.json +++ b/public/locales/de-DE.json @@ -1,744 +1,823 @@ { - "langCode": "de-DE", - "langName": "Deutsch", - "messages": { - "resumingVideo": "Video bei {{VIDEO_TIME}} fortsetzen", - "settingVolume": "Lautstärke-Boost wird auf {{VOLUME_BOOST_AMOUNT}} eingestellt" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "Kopiert!", - "label": "Video URL mit Zeitstempel kopieren" - } - }, - "featureMenu": { - "button": { - "label": "Feature menu" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "Fast forward by {{TIME}}" - }, - "rewindButton": { - "label": "Rewind by {{TIME}}" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "Hide end screen cards", - "toggle": { - "off": "Zeige Endcards", - "on": "Hide end screen cards" - } - } - }, - "loopButton": { - "button": { - "label": "Loop", - "toggle": { - "off": "Loop off", - "on": "Loop on" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "Maximize", - "toggle": { - "off": "Maximieren aus", - "on": "Maximieren an" - } - } - }, - "miniPlayerButton": { - "button": { - "label": "Mini Player", - "toggle": { - "off": "Mini Player off", - "on": "Mini Player on" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Transkript öffnen" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Decrease Speed to {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Increase Speed to {{SPEED}}" - } - }, - "decreaseLimit": "Geringer nicht möglich ({{SPEED}})", - "increaseLimit": "Can't increase further ({{SPEED}})" - }, - "playlistLength": { - "title": "Die Gesamtlänge kann ungenau sein, wenn einige Videos ausgeblendet sind oder wenn Sie nicht genug Videos geladen haben, um die volle Länge zu erhalten." - }, - "screenshotButton": { - "button": { - "label": "Screenshot" - }, - "copiedToClipboard": "Screenshot in Zwischenablage kopiert" - }, - "videoHistory": { - "resumeButton": "Fortsetzen", - "resumePrompt": { - "close": "Schließen" - } - }, - "volumeBoostButton": { - "button": { - "label": "Volume Boost", - "toggle": { - "off": "Volume boost off", - "on": "Volume boost on" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "Die Bedientaste für die Geschwindigkeitsregelung für das Scrollen kann nicht identisch sein mit der Änderungstaste für die Lautstärkeregelung des Mausrades.", - "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." - } - } - }, - "info": { - "reset": "Alle Optionen wurden auf ihre Standardwerte zurückgesetzt.\nSie können die Änderungen jetzt speichern, indem Sie auf den \"Bestätigen\"-Button klicken oder diese verwerfen, indem Sie diese Seite schließen oder diese Benachrichtigung ignorieren." - }, - "success": { - "saved": "Optionen gespeichert." - } - } - } - }, - "settings": { - "clearData": { - "allDataDeleted": "Die Daten wurden gelöscht.", - "confirmAlert": "Dies löscht alle Erweiterungsdaten zu Optionen. Fortfahren?" - }, - "optionDisabled": { - "either": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " or " - }, - "plural": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " and " - }, - "singular": "Enable '{{OPTION}}' to configure this option", - "specificOption": { - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" - } - }, - "scrollForMoreSettings": "Weitere Einstellungen gibt es unten", - "sections": { - "automaticQuality": { - "enable": { - "label": "Automatische Qualitätsanpassung", - "title": "Die Videoqualität wird automatisch auf die ausgewählte Qualität gestellt." - }, - "fallbackQualityStrategy": { - "select": { - "label": "Quality fallback strategy", - "options": { - "higher": "Higher", - "lower": "Lower" - }, - "title": "The strategy to use when the selected quality is not available" - } - }, - "select": { - "label": "Video-Qualität", - "title": "Die Qualität auf die das Video gestellt werden soll" - }, - "title": "Automatische Qualitätseinstellungen" - }, - "bottomButtons": { - "clear": { - "title": "Löscht alle Daten, die diese Erweiterung auf Ihrem Rechner gespeichert hat", - "value": "Daten löschen" - }, - "confirm": { - "title": "Einstellungen zurücksetzen", - "value": "Bestätigen" - }, - "openTab": { - "title": "Erweiterungseinstellungen in einem neuen Tab öffnen" - }, - "reset": { - "title": "Setzt alle Einstellungen auf ihre Standardwerte zurück. Klicken Sie auf die Bestätigungs-Schaltfläche, um die Änderungen zu speichern", - "value": "Zurücksetzen" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "Video-URL mit Timestamp kopieren", - "decreasePlaybackSpeedButton": "Geschwindigkeit verringern", - "forwardButton": "Vorspulen", - "hideEndScreenCardsButton": "End-Screen Karte verstecken", - "increasePlaybackSpeedButton": "Geschwindigkeit erhöhen", - "loopButton": "Loop", - "maximizePlayerButton": "Maximieren", - "miniPlayerButton": "Mini Player", - "openTranscriptButton": "Transkript", - "rewindButton": "Zurückspulen", - "screenshotButton": "Screenshot", - "volumeBoostButton": "Lautstärke-Boost" - }, - "options": { - "below_player": { - "placement": "unterhalb der Video-Steuerung", - "value": "Unter dem Player" - }, - "feature_menu": { - "placement": "im Eigenschaftsmenü", - "value": "Feature-Menü" - }, - "player_controls_left": { - "placement": "auf der linken Seite der Video-Steuerung", - "value": "Links" - }, - "player_controls_right": { - "placement": "auf der rechten Seite der Video-Steuerung", - "value": "Rechts" - } - }, - "title": "Platziere {{BUTTON_NAME}} {{PLACEMENT}}" - }, - "title": "Button placement settings" - }, - "customCSS": { - "editor": { - "collapse": "Editor einklappen", - "expand": "Editor vergrößern", - "noProblems": "Keine Probleme gefunden." - }, - "enable": { - "label": "Benutzerdefiniertes CSS", - "title": "Aktiviert benutzerdefiniertes CSS für die Seite" - }, - "title": "Custom CSS settings" - }, - "featureMenu": { - "openType": { - "select": { - "label": "Menü Aktivierungstyp", - "options": { - "click": "Klick", - "hover": "Hover" - }, - "title": "Wähle die Methode zum Aktivieren des Feature-Menüs" - }, - "title": "Feature-Menüeinstellungen" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "Forward/rewind buttons", - "title": "Adds forward and rewind buttons to the video player" - }, - "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" - }, - "title": "Forward/rewind button settings" - }, - "importExportSettings": { - "exportButton": { - "success": "Einstellungen erfolgreich exportiert", - "title": "Einstellungen zu JSON-Datei exportieren", - "value": "Einstellungen exportieren" - }, - "importButton": { - "error": { - "unknown": "Fehler beim Importieren der Einstellungen. Bitte überprüfen Sie das Dateiformat.\nEin unbekannter Fehler ist aufgetreten.", - "validation": "Fehler beim Importieren der Einstellungen. Bitte überprüfen Sie das Dateiformat.\n{{ERROR_MESSAGE}}" - }, - "success": "Einstellungen erfolgreich importiert", - "title": "Einstellungen aus JSON-Datei importieren", - "value": "Einstellungen importieren" - } - }, - "language": { - "select": { - "label": "Sprache", - "title": "Die Sprache dieser Erweiterung" - }, - "title": "Sprache" - }, - "miniPlayer": { - "enable": { - "label": "Open Mini Player when viewing comments", - "title": "Automatically opens the Mini Player when you scroll to comments." - }, - "position": { - "label": "Default Mini Player position", - "options": { - "bottomCenter": "Bottom center", - "bottomLeft": "Bottom left", - "bottomRight": "Bottom right", - "topCenter": "Top center", - "topLeft": "Top left", - "topRight": "Top right" - }, - "title": "Sets the starting position before you move the Mini Player." - }, - "size": { - "label": "Default Mini Player size", - "title": "Sets the initial size before you resize the Mini Player." - }, - "title": "Mini Player settings" - }, - "miniPlayerButton": { - "label": "Mini Player button", - "title": "Adds a button that opens the Mini Player" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "Automatischer Theatermodus", - "title": "Automatisch den Theatermodus aktivieren, wenn ein Video geladen wird" - }, - "automaticallyDisableAmbientMode": { - "label": "Ambient-Modus automatisch deaktivieren", - "title": "Deaktiviert automatisch den Ambient-Modus, wenn du ein Video lädst" - }, - "automaticallyDisableAutoPlay": { - "label": "Automatically disable autoplay", - "title": "Automatically disables autoplay when you load a video" - }, - "automaticallyDisableClosedCaptions": { - "label": "Untertitel automatisch deaktivieren", - "title": "Deaktiviert automatisch Untertitel, wenn du ein Video lädst" - }, - "automaticallyEnableClosedCaptions": { - "label": "Untertitel automatisch aktivieren", - "title": "Aktiviert die Untertitel automatisch, wenn du ein Video lädst" - }, - "automaticallyMaximizePlayer": { - "label": "Automatically maximize player", - "title": "Automatically maximizes the player when you load a video" - }, - "automaticallyShowMoreVideosOnEndScreen": { - "label": "Automatically show more videos on end screen", - "title": "Automatically shows more videos on end screen when you load a video" - }, - "copyTimestampUrlButton": { - "label": "Video-URL mit Zeitstempel kopieren", - "title": "Kopiert die Video-URL mit Zeitstempel (?t=123)" - }, - "defaultToOriginalAudioTrack": { - "label": "Default to original audio track", - "title": "Always default to the original audio track" - }, - "enableMarkAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Add a button to playlist items to mark videos as unwatched" - }, - "enableRemoveVideoButton": { - "label": "Remove video button", - "title": "Add a button to playlist items to remove videos from the playlist" - }, - "enableSaveToWatchLaterButton": { - "label": "Enable save to Watch Later button", - "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" - }, - "hideArtificialIntelligenceSummary": { - "label": "Hide AI summary", - "title": "Hides the artificial intelligence summary below videos" - }, - "hideEndScreenCards": { - "label": "Hide end screen cards", - "title": "Hides the cards at the end of the video" - }, - "hideEndScreenCardsButton": { - "label": "Hide end screen cards button", - "title": "Adds a button to show/hide the cards at the end of the video" - }, - "hideLiveStreamChat": { - "label": "Hide live stream chat", - "title": "Hides the live stream chat" - }, - "hideMembersOnlyVideos": { - "label": "Hide members-only videos", - "title": "Hides videos that are only visible to members" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" - }, - "hidePaidPromotionBanner": { - "label": "Hide paid promotion banner", - "title": "Hides the banner that appears when you watch a video that has a paid promotion" - }, - "hidePlayables": { - "label": "Hide playables", - "title": "Hides all playables" - }, - "hidePlaylistRecommendationsFromHomePage": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" - }, - "hideScrollbar": { - "label": "Scrollbar ausblenden", - "title": "Versteckt die Scrollleiste" - }, - "hideShorts": { - "label": "Shorts ausblenden", - "title": "Alle Shorts ausblenden" - }, - "hideSidebarRecommendedVideos": { - "label": "Hide recommended videos", - "title": "Hides the sidebar that recommends videos" - }, - "hideTranslateComment": { - "label": "Übersetzungs-Kommentar-Button ausblenden", - "title": "Versteckt die Schaltfläche \"In Sprache übersetzen\" unter Kommentaren" - }, - "loopButton": { - "label": "Dauerschleife-Button", - "title": "Adds a button to the feature menu to loop the video you're watching" - }, - "maximizePlayerButton": { - "label": "Player-Button maximieren", - "title": "Fügt dem Eigenschaftsmenü eine Schaltfläche hinzu, um den Video-Player zu maximieren" - }, - "openTranscriptButton": { - "label": "Transkript-Button", - "title": "Fügt eine Schaltfläche zum Feature-Menü hinzu, um das Protokoll des Videos zu öffnen, das du siehst" - }, - "openYouTubeSettingsOnHover": { - "label": "YouTube-Einstellungen beim Hover öffnen", - "title": "Öffnet die YouTube Einstellungen, wenn du über den Einstellungs-Button fährst" - }, - "pauseBackgroundPlayers": { - "label": "Pause background players", - "title": "Pauses video players in background tabs when you start a new player in foreground tab" - }, - "remainingTime": { - "label": "Verbleibende Zeit", - "title": "Zeigt die verbleibende Zeit des Videos, das du siehst" - }, - "rememberLastVolume": { - "label": "Letzte Lautstärke merken", - "title": "Speichere die Lautstärke des letzten Videos, das du gesehen hast und setze es beim Öffnen eines neuen Videos" - }, - "removeRedirect": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" - }, - "restoreFullscreenScrolling": { - "label": "Restore fullscreen scrolling", - "title": "Restores scrolling in fullscreen mode" - }, - "shareShortener": { - "label": "YouTube Video Link kürzen", - "title": "Verkürzt den YouTube Video Link (youtu.be) indem si/Feature-Parameter entfernt wird" - }, - "shortsAutoScroll": { - "label": "Shorts automatisch scrollen", - "title": "Scrollen Sie automatisch im nächsten Short" - }, - "skipContinueWatching": { - "label": "Überspringe \"Video ist pausiert. Weiter ansehen?\"", - "title": "Überspringt den Leerlauf-Dialog, der die Videowiedergabe pausiert" - } - }, - "title": "Weitere Einstellungen" - }, - "onScreenDisplaySettings": { - "color": { - "label": "Farbe", - "options": { - "blue": "Blau", - "green": "Grün", - "orange": "Orange", - "pink": "Pink", - "purple": "Lila", - "red": "Rot", - "white": "Weiß", - "yellow": "Gelb" - }, - "title": "Farbe für den On-Screen Display wählen" - }, - "hide": { - "label": "Hide Delay", - "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" - }, - "opacity": { - "label": "Transparenz", - "title": "Die Transparenz der Bildschirmanzeige anpassen" - }, - "padding": { - "label": "Innenabstand", - "title": "Passe den Abstand rund um die Bildschirmanzeige in Pixeln an. Dies gilt speziell für die Bildschirmanzeige in den Ecken." - }, - "position": { - "label": "Position", - "options": { - "bottom_left": "Bottom Left", - "bottom_right": "Bottom Right", - "center": "Center", - "top_left": "Top Left", - "top_right": "Top Right" - }, - "title": "Select the position of the On-Screen Display" - }, - "title": "On-screen display settings", - "type": { - "label": "Type", - "options": { - "circle": "Kreis", - "line": "Balken", - "no_display": "No display", - "text": "Text" - }, - "title": "Select the type of On-Screen Display" - } - }, - "playbackSpeed": { - "enable": { - "label": "Erzwungene Wiedergabegeschwindigkeit", - "title": "Setzt die Videogeschwindigkeit auf das, was du unten wählst" - }, - "playbackSpeedButtons": { - "label": "Playback speed buttons", - "select": { - "label": "Playback buttons speed", - "title": "Amount of speed to be changed per click" - }, - "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" - }, - "select": { - "label": "Video Geschwindigkeit", - "title": "Die Geschwindigkeit auf die das Video gestellt wird" - }, - "title": "Wiedergabegeschwindigkeit Einstellungen" - }, - "playlistLength": { - "enable": { - "label": "Display playlist length information", - "title": "Shows the total length of the playlist, how much has been watched, and how much remains." - }, - "title": "Playlist length settings", - "wayToGetLength": { - "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "Method to get watched time", - "options": { - "duration": "Video Length", - "youtube": "Video Watch Time" - }, - "title": "The way to get the amount of time watched (Video Length type only used on watch page)" - } - } - }, - "playlistManagement": { - "features": { - "markAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - }, - "removeVideoButton": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - } - }, - "title": "Playlist management settings" - }, - "playlistManagementButtons": { - "failedToMarkAsUnwatched": "Failed to mark video as unwatched", - "failedToRemoveVideo": "Failed to remove video", - "markAsUnwatched": "Mark as unwatched", - "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "Remove video", - "removingVideo": "Removing video…" - }, - "saveToWatchLaterButton": { - "failedToSaveVideo": "Failed to save video to Watch Later", - "saveVideo": "Save to Watch Later", - "savingVideo": "Saving to Watch Later…" - }, - "screenshotButton": { - "enable": { - "label": "Screenshot-Taste", - "title": "Fügt dem Player einen Button hinzu, um einen Screenshot des Videos zu machen" - }, - "saveAs": { - "both": "Both (File and Clipboard)", - "clipboard": "Zwischenablage", - "file": "Datei" - }, - "selectFormat": { - "label": "Screenshot-Format", - "title": "Das Format zum Speichern des Screenshots" - }, - "selectSaveAs": { - "label": "Screenshot-Speicherart", - "title": "Der Screenshot-Speichertyp" - }, - "title": "Screenshot-Einstellungen" - }, - "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "Geschwindigkeitsänderung durch Mausrad", - "title": "Geschwindigkeitsänderung durch Mausrad anpassen" - }, - "enable": { - "label": "Scroll wheel speed control", - "title": "Drücken Sie eine Änderntaste, um die Lautstärkeregelung mit dem Mausrad zu aktivieren." - }, - "optionLabel": "{{KEY}} key", - "select": { - "label": "Modifier key", - "title": "The modifier key to use" - }, - "title": "Scroll wheel speed control settings" - }, - "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "Volume Change Per Scroll", - "title": "Adjust the volume change per scroll" - }, - "enable": { - "label": "Lautstärke durch Mausrad ändern", - "title": "Lässt dich das Scrollrad verwenden, um die Lautstärke des Videos zu steuern, das du siehst" - }, - "holdModifierKey": { - "enable": { - "label": "Aktivieren, wenn die Modifikator-Taste gedrückt wird", - "title": "Drücken Sie eine Modifikator-Taste, um die Lautstärkeregelung mit dem Scrollrad zu aktivieren." - }, - "optionLabel": "{{KEY}} Taste", - "select": { - "label": "Modifikator-Taste", - "title": "Die zu verwendende Modifikator-Taste" - } - }, - "holdRightClick": { - "enable": { - "label": "Aktivieren, wenn Rechtsklick gedrückt wird", - "title": "Rechtsklick gedrückt halten, um die Lautstärkeregelung des Scrollrades zu aktivieren" - } - }, - "title": "Lautstärke durch Mausrad ändern" - }, - "settingSearch": { - "placeholder": "Search for a setting" - }, - "videoHistory": { - "enable": { - "label": "Gesehene Videos protokollieren", - "title": "Hält den Überblick darüber, wo du aufgehört hast, wenn du Videos anschaust und aktiviert das Fortfahren der Wiedergabe" - }, - "resumeType": { - "select": { - "label": "Resume type", - "options": { - "automatic": "Automatic", - "prompt": "Prompt" - }, - "title": "Select how you want to resume videos" - } - }, - "title": "Video history settings" - }, - "volumeBoost": { - "boostAmount": { - "label": "Volume boost amount (dB)", - "title": "The amount to boost the volume by" - }, - "enable": { - "label": "Lautstärken-Boost", - "title": "Enable volume boost" - }, - "mode": { - "select": { - "label": "Volume boost mode", - "options": { - "global": "Global", - "perVideo": "Per video" - }, - "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." - } - }, - "title": "´Lautstärke-Boost Einstellungen" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "You can get one from here", - "input": { - "label": "API Schlüssel", - "title": "Gib deinen YouTube Data API V3 Schlüssel ein." - }, - "title": "YouTube API V3 key" - }, - "youtubeDeepDark": { - "author": "Ersteller", - "co-authors": "Mitersteller", - "colors": { - "colorShadow": { - "label": "Schattenfarbe", - "title": "Farbe für Schatten" - }, - "dimmerText": { - "label": "Sekundäre Textfarbe", - "title": "Farbe für sekundären Text" - }, - "hoverBackground": { - "label": "Hintergrundfarbe beim Hovern", - "title": "Farbe für den Hintergrund beim Hovern" - }, - "mainBackground": { - "label": "Haupthintergrundfarbe", - "title": "Farbe für Haupthintergrund" - }, - "mainColor": { - "label": "Akzentfarbe", - "title": "Farbe für die Akzente" - }, - "mainText": { - "label": "Haupttextfarbe", - "title": "Farbe für Haupttext" - }, - "secondBackground": { - "label": "Sekundäre Hintergrundfarbe", - "title": "Farbe für sekundären Hintergrund" - } - }, - "enable": { - "label": "Deep Dark Theme", - "title": "Activate the selected theme for the page" - }, - "select": { - "label": "Theme auswählen", - "title": "Wählen Sie ein Theme aus, das auf die Seite angewendet werden soll" - }, - "title": "YouTube deep dark settings" - } - } - } -} + "langCode": "de-DE", + "langName": "Deutsch", + "messages": { + "resumingVideo": "Video bei {{VIDEO_TIME}} fortsetzen", + "settingVolume": "Lautstärke-Boost wird auf {{VOLUME_BOOST_AMOUNT}} eingestellt" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "label": "Video URL mit Zeitstempel kopieren" + }, + "extras": { + "copied": "Copied!" + } + }, + "featureMenu": { + "button": { + "label": "Feature menu" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Fast forward by {{TIME}}" + }, + "rewindButton": { + "label": "Rewind by {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Hide end screen cards", + "toggle": { + "off": "Zeige Endcards", + "on": "Hide end screen cards" + } + } + }, + "loopButton": { + "button": { + "label": "Loop", + "toggle": { + "off": "Loop off", + "on": "Loop on" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "Maximize", + "toggle": { + "off": "Maximieren aus", + "on": "Maximieren an" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Transkript öffnen" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Decrease Speed to {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Increase Speed to {{SPEED}}" + } + }, + "extras": { + "decreaseLimit": "Can't decrease further ({{SPEED}})", + "increaseLimit": "Can't increase further ({{SPEED}})" + } + }, + "playlistLength": { + "title": "Die Gesamtlänge kann ungenau sein, wenn einige Videos ausgeblendet sind oder wenn Sie nicht genug Videos geladen haben, um die volle Länge zu erhalten." + }, + "playlistManagementButtons": { + "extras": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + } + }, + "saveToWatchLaterButton": { + "extras": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + } + }, + "screenshotButton": { + "button": { + "label": "Screenshot" + }, + "extras": { + "copiedToClipboard": "Screenshot copied to clipboard" + } + }, + "videoHistory": { + "extras": { + "resumeButton": "Resume", + "resumePromptClose": "Close" + } + }, + "volumeBoostButton": { + "button": { + "label": "Volume Boost", + "toggle": { + "off": "Volume boost off", + "on": "Volume boost on" + } + } + } + } + }, + "options": { + "extras": { + "bottomButtons": { + "clear": { + "title": "Clears all data this extension has stored on your machine", + "value": "Clear Data" + }, + "confirm": { + "title": "Confirm setting reset", + "value": "Confirm" + }, + "openTab": { + "title": "Open extension settings in a new tab" + }, + "reset": { + "title": "Resets all settings to their defaults, Click the confirm button to save the changes", + "value": "Reset" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Copy video URL with timestamp button", + "decreasePlaybackSpeedButton": "Decrease Speed button", + "forwardButton": "Fast Forward button", + "hideEndScreenCardsButton": "Hide end screen cards button", + "increasePlaybackSpeedButton": "Increase Speed button", + "loopButton": "Loop button", + "maximizePlayerButton": "Maximize button", + "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind button", + "screenshotButton": "Screenshot button", + "volumeBoostButton": "Volume Boost button" + }, + "options": { + "below_player": { + "placement": "below the player controls", + "value": "Below Player" + }, + "feature_menu": { + "placement": "in the feature menu", + "value": "Feature Menu" + }, + "player_controls_left": { + "placement": "on the left side of player controls", + "value": "Left Controls" + }, + "player_controls_right": { + "placement": "on the right side of player controls", + "value": "Right Controls" + } + }, + "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Button placement settings" + }, + "clearData": { + "allDataDeleted": "All data has been deleted.", + "confirmAlert": "This will delete all extension data related to options. Continue?" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Menu Activation Type", + "options": { + "click": "Click", + "hover": "Hover" + }, + "title": "Select the method to activate the feature menu" + }, + "title": "Feature menu settings" + } + }, + "importExportSettings": { + "exportButton": { + "success": "Settings successfully exported", + "title": "Export settings to a JSON file", + "value": "Export Settings" + }, + "importButton": { + "error": { + "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", + "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" + }, + "success": "Settings imported successfully", + "title": "Import settings from a JSON file", + "value": "Import Settings" + } + }, + "language": { + "select": { + "label": "Language", + "title": "The language to use for the extension" + }, + "title": "Language" + }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "scrollForMoreSettings": "Scroll for more settings", + "settingSearch": { + "placeholder": "Search for a setting" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Key", + "title": "Enter your Youtube Data API V3 key." + }, + "title": "YouTube API V3 key" + } + }, + "notifications": { + "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "Die Bedientaste für die Geschwindigkeitsregelung für das Scrollen kann nicht identisch sein mit der Änderungstaste für die Lautstärkeregelung des Mausrades.", + "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." + } + } + }, + "info": { + "reset": "Alle Optionen wurden auf ihre Standardwerte zurückgesetzt.\nSie können die Änderungen jetzt speichern, indem Sie auf den \"Bestätigen\"-Button klicken oder diese verwerfen, indem Sie diese Seite schließen oder diese Benachrichtigung ignorieren." + }, + "success": { + "saved": "Optionen gespeichert." + } + } + } + }, + "settings": { + "sections": { + "customCSS": { + "enable": { + "label": "Benutzerdefiniertes CSS", + "title": "Aktiviert benutzerdefiniertes CSS für die Seite" + }, + "extras": { + "collapse": "Collapse Editor", + "expand": "Expand Editor", + "noProblems": "No problems found." + }, + "title": "Custom CSS settings" + }, + "deepDarkCSS": { + "enable": { + "label": "Deep Dark Theme", + "title": "Activate the selected theme for the page" + }, + "extras": { + "author": "Author", + "co-authors": "Co-authors" + }, + "settings": { + "colorShadow": { + "label": "Shadow color", + "title": "Color for shadows" + }, + "dimmerText": { + "label": "Secondary text color", + "title": "Color for secondary text" + }, + "hoverBackground": { + "label": "Hover background color", + "title": "Color for hover background" + }, + "mainBackground": { + "label": "Main background color", + "title": "Color for main background" + }, + "mainColor": { + "label": "Accent color", + "title": "Color for accent" + }, + "mainText": { + "label": "Main text color", + "title": "Color for main text" + }, + "secondBackground": { + "label": "Secondary background color", + "title": "Color for secondary background" + }, + "theme": { + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + } + } + }, + "title": "YouTube deep dark settings" + }, + "forwardRewindButtons": { + "enable": { + "label": "Forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "settings": { + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + } + }, + "title": "Forward/rewind button settings" + }, + "miscellaneous": { + "settings": { + "automaticallyDisableAmbientMode": { + "enable": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + } + }, + "automaticallyDisableAutoPlay": { + "enable": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + } + }, + "automaticallyDisableClosedCaptions": { + "enable": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + } + }, + "automaticallyEnableClosedCaptions": { + "enable": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + } + }, + "automaticallyMaximizePlayer": { + "enable": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + } + }, + "automaticallyShowMoreVideosOnEndScreen": { + "enable": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + } + }, + "automaticTheaterMode": { + "enable": { + "label": "Automatic theater mode", + "title": "Automatically enables theater mode when you load a video" + } + }, + "copyTimestampUrlButton": { + "enable": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + } + }, + "defaultToOriginalAudioTrack": { + "enable": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + } + }, + "saveToWatchLaterButton": { + "enable": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + } + }, + "hideArtificialIntelligenceSummary": { + "enable": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + } + }, + "hideEndScreenCards": { + "enable": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + } + }, + "hideEndScreenCardsButton": { + "enable": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + } + }, + "hideLiveStreamChat": { + "enable": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + } + }, + "hideMembersOnlyVideos": { + "enable": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + } + }, + "hideOfficialArtistVideosFromHomePage": { + "enable": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + } + }, + "hidePaidPromotionBanner": { + "enable": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + } + }, + "hidePlayables": { + "enable": { + "label": "Hide playables", + "title": "Hides all playables" + } + }, + "hidePlaylistRecommendationsFromHomePage": { + "enable": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + } + }, + "hideScrollbar": { + "enable": { + "label": "Hide scrollbar", + "title": "Hides the pages scrollbar" + } + }, + "hideShorts": { + "enable": { + "label": "Hide shorts", + "title": "Hides all shorts" + } + }, + "hideSidebarRecommendedVideos": { + "enable": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + } + }, + "hideTranslateComment": { + "enable": { + "label": "Hide translate comment button", + "title": "Hides 'Translate to Language' button under comments" + } + }, + "loopButton": { + "enable": { + "label": "Loop button", + "title": "Adds a button to the feature menu to loop the video you're watching" + } + }, + "maximizePlayerButton": { + "enable": { + "label": "Maximize player button", + "title": "Adds a button to the feature menu to maximize the player" + } + }, + "openTranscriptButton": { + "enable": { + "label": "Open transcript button", + "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + } + }, + "openYouTubeSettingsOnHover": { + "enable": { + "label": "Open YouTube settings on hover", + "title": "Opens the YouTube settings menu when you hover over the settings button" + } + }, + "pauseBackgroundPlayers": { + "enable": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + } + }, + "remainingTime": { + "enable": { + "label": "Remaining time", + "title": "Shows the remaining time of the video you're watching" + } + }, + "rememberVolume": { + "enable": { + "label": "Remember last volume", + "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + } + }, + "removeRedirect": { + "enable": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + } + }, + "restoreFullscreenScrolling": { + "enable": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + } + }, + "shareShortener": { + "enable": { + "label": "Shorten YouTube video share link", + "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + } + }, + "shortsAutoScroll": { + "enable": { + "label": "Shorts auto scroll", + "title": "Automatically scrolls to the next short" + } + }, + "skipContinueWatching": { + "enable": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + } + } + }, + "title": "Weitere Einstellungen" + }, + "onScreenDisplaySettings": { + "settings": { + "color": { + "label": "Color", + "select": { + "options": { + "blue": "Blue", + "green": "Green", + "orange": "Orange", + "pink": "Pink", + "purple": "Purple", + "red": "Red", + "white": "White", + "yellow": "Yellow" + } + }, + "title": "Select the color for the On-Screen Display" + }, + "hide": { + "label": "Hide Delay", + "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" + }, + "opacity": { + "label": "Opacity", + "title": "Adjust the transparency of the On-Screen Display" + }, + "padding": { + "label": "Padding", + "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." + }, + "position": { + "label": "Position", + "select": { + "options": { + "bottom_left": "Bottom Left", + "bottom_right": "Bottom Right", + "center": "Center", + "top_left": "Top Left", + "top_right": "Top Right" + } + }, + "title": "Select the position of the On-Screen Display" + }, + "type": { + "label": "Type", + "select": { + "options": { + "circle": "Circle", + "line": "Line", + "no_display": "No display", + "text": "Text" + } + }, + "title": "Select the type of On-Screen Display" + } + }, + "title": "On-screen display settings" + }, + "playerQuality": { + "enable": { + "label": "Automatic quality adjustment", + "title": "Automatically adjusts the video quality to the selected level." + }, + "settings": { + "quality": { + "select": { + "label": "Player quality", + "title": "The quality to set the video to" + } + }, + "qualityFallbackStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + } + }, + "title": "Automatic quality settings" + }, + "playerSpeed": { + "enable": { + "label": "Forced playback speed", + "title": "Sets the video speed to what you choose below" + }, + "settings": { + "buttons": { + "label": "Playback speed buttons", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + }, + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + }, + "speed": { + "select": { + "label": "Player speed", + "title": "The speed to set the video to" + } + } + }, + "title": "Playback speed settings" + }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + }, + "settings": { + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } + } + }, + "title": "Playlist length settings" + }, + "playlistManagementButtons": { + "settings": { + "markAsUnwatchedButton": { + "enable": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + } + }, + "removeVideoButton": { + "enable": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + } + }, + "title": "Playlist management settings" + }, + "screenshotButton": { + "enable": { + "label": "Screenshot-Taste", + "title": "Fügt dem Player einen Button hinzu, um einen Screenshot des Videos zu machen" + }, + "settings": { + "format": { + "label": "Screenshot format", + "title": "The format to save the screenshot in" + }, + "saveAs": { + "select": { + "options": { + "both": "Both (File and Clipboard)", + "clipboard": "Clipboard", + "file": "File" + }, + "label": "Screenshot save type", + "title": "The screenshot save type" + } + } + }, + "title": "Screenshot-Einstellungen" + }, + "scrollWheelSpeedControl": { + "enable": { + "label": "Scroll wheel speed control", + "title": "Drücken Sie eine Änderntaste, um die Lautstärkeregelung mit dem Mausrad zu aktivieren." + }, + "extras": { + "optionLabel": "{{KEY}} key" + }, + "settings": { + "adjustmentSteps": { + "label": "Speed Change Per Scroll", + "title": "Adjust the speed change per scroll" + }, + "modifierKey": { + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + } + } + }, + "title": "Scroll wheel speed control settings" + }, + "scrollWheelVolumeControl": { + "enable": { + "label": "Lautstärke durch Mausrad ändern", + "title": "Lässt dich das Scrollrad verwenden, um die Lautstärke des Videos zu steuern, das du siehst" + }, + "extras": { + "optionLabel": "{{KEY}} key" + }, + "settings": { + "adjustmentSteps": { + "label": "Volume Change Per Scroll", + "title": "Adjust the volume change per scroll" + }, + "holdModifierKey": { + "label": "When holding modifier key", + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + }, + "title": "Press a modifier key to enable volume adjustment with the scroll wheel." + }, + "holdRightClick": { + "label": "When holding right click", + "title": "Hold right click to enable scroll wheel volume control" + } + }, + "title": "Lautstärke durch Mausrad ändern" + }, + "videoHistory": { + "enable": { + "label": "Gesehene Videos protokollieren", + "title": "Hält den Überblick darüber, wo du aufgehört hast, wenn du Videos anschaust und aktiviert das Fortfahren der Wiedergabe" + }, + "settings": { + "resumeType": { + "select": { + "label": "Resume type", + "options": { + "automatic": "Automatic", + "prompt": "Prompt" + }, + "title": "Select how you want to resume videos" + } + } + }, + "title": "Video history settings" + }, + "volumeBoost": { + "enable": { + "label": "Lautstärken-Boost", + "title": "Enable volume boost" + }, + "settings": { + "amount": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by" + }, + "mode": { + "select": { + "label": "Volume boost mode", + "options": { + "global": "Global", + "perVideo": "Per video" + }, + "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + } + } + }, + "title": "´Lautstärke-Boost Einstellungen" + } + } + } +} \ No newline at end of file From 590388d39c29d301ec368de3571b2cc843ac28f1 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 25 Jan 2026 16:18:49 -0500 Subject: [PATCH 1528/1783] New translations en-us.json (Hebrew) --- public/locales/he-IL.json | 1565 +++++++++++++++++++------------------ 1 file changed, 822 insertions(+), 743 deletions(-) diff --git a/public/locales/he-IL.json b/public/locales/he-IL.json index 70b445f7d..f1abb2042 100644 --- a/public/locales/he-IL.json +++ b/public/locales/he-IL.json @@ -1,744 +1,823 @@ { - "langCode": "he-IL", - "langName": "עברית", - "messages": { - "resumingVideo": "Resuming video at {{VIDEO_TIME}}", - "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "Copied!", - "label": "Copy video URL with timestamp" - } - }, - "featureMenu": { - "button": { - "label": "Feature menu" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "Fast forward by {{TIME}}" - }, - "rewindButton": { - "label": "Rewind by {{TIME}}" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "Hide end screen cards", - "toggle": { - "off": "Show end screen cards", - "on": "Hide end screen cards" - } - } - }, - "loopButton": { - "button": { - "label": "Loop", - "toggle": { - "off": "Loop off", - "on": "Loop on" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "Maximize", - "toggle": { - "off": "Maximize off", - "on": "Maximize on" - } - } - }, - "miniPlayerButton": { - "button": { - "label": "Mini Player", - "toggle": { - "off": "Mini Player off", - "on": "Mini Player on" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Open transcript" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Decrease Speed to {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Increase Speed to {{SPEED}}" - } - }, - "decreaseLimit": "Can't decrease further ({{SPEED}})", - "increaseLimit": "Can't increase further ({{SPEED}})" - }, - "playlistLength": { - "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." - }, - "screenshotButton": { - "button": { - "label": "Screenshot" - }, - "copiedToClipboard": "Screenshot copied to clipboard" - }, - "videoHistory": { - "resumeButton": "Resume", - "resumePrompt": { - "close": "Close" - } - }, - "volumeBoostButton": { - "button": { - "label": "Volume Boost", - "toggle": { - "off": "Volume boost off", - "on": "Volume boost on" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", - "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." - } - } - }, - "info": { - "reset": "All options have been reset to their default values.\nYou can now save the changes by clicking the \"Confirm\" button or discard them by closing this page or ignore this notification." - }, - "success": { - "saved": "Options saved." - } - } - } - }, - "settings": { - "clearData": { - "allDataDeleted": "All data has been deleted.", - "confirmAlert": "This will delete all extension data related to options. Continue?" - }, - "optionDisabled": { - "either": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " or " - }, - "plural": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " and " - }, - "singular": "Enable '{{OPTION}}' to configure this option", - "specificOption": { - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" - } - }, - "scrollForMoreSettings": "Scroll for more settings", - "sections": { - "automaticQuality": { - "enable": { - "label": "Automatic quality adjustment", - "title": "Automatically adjusts the video quality to the selected level." - }, - "fallbackQualityStrategy": { - "select": { - "label": "Quality fallback strategy", - "options": { - "higher": "Higher", - "lower": "Lower" - }, - "title": "The strategy to use when the selected quality is not available" - } - }, - "select": { - "label": "Player quality", - "title": "The quality to set the video to" - }, - "title": "Automatic quality settings" - }, - "bottomButtons": { - "clear": { - "title": "Clears all data this extension has stored on your machine", - "value": "Clear Data" - }, - "confirm": { - "title": "Confirm setting reset", - "value": "Confirm" - }, - "openTab": { - "title": "Open extension settings in a new tab" - }, - "reset": { - "title": "Resets all settings to their defaults, Click the confirm button to save the changes", - "value": "Reset" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "Copy video URL with timestamp button", - "decreasePlaybackSpeedButton": "Decrease Speed button", - "forwardButton": "Fast Forward button", - "hideEndScreenCardsButton": "Hide end screen cards button", - "increasePlaybackSpeedButton": "Increase Speed button", - "loopButton": "Loop button", - "maximizePlayerButton": "Maximize button", - "miniPlayerButton": "Mini Player", - "openTranscriptButton": "Open Transcript button", - "rewindButton": "Rewind button", - "screenshotButton": "Screenshot button", - "volumeBoostButton": "Volume Boost button" - }, - "options": { - "below_player": { - "placement": "below the player controls", - "value": "Below Player" - }, - "feature_menu": { - "placement": "in the feature menu", - "value": "Feature Menu" - }, - "player_controls_left": { - "placement": "on the left side of player controls", - "value": "Left Controls" - }, - "player_controls_right": { - "placement": "on the right side of player controls", - "value": "Right Controls" - } - }, - "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" - }, - "title": "Button placement settings" - }, - "customCSS": { - "editor": { - "collapse": "Collapse Editor", - "expand": "Expand Editor", - "noProblems": "No problems found." - }, - "enable": { - "label": "Custom CSS", - "title": "Enables custom CSS to be applied to the page" - }, - "title": "Custom CSS settings" - }, - "featureMenu": { - "openType": { - "select": { - "label": "Menu Activation Type", - "options": { - "click": "Click", - "hover": "Hover" - }, - "title": "Select the method to activate the feature menu" - }, - "title": "Feature menu settings" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "Forward/rewind buttons", - "title": "Adds forward and rewind buttons to the video player" - }, - "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" - }, - "title": "Forward/rewind button settings" - }, - "importExportSettings": { - "exportButton": { - "success": "Settings successfully exported", - "title": "Export settings to a JSON file", - "value": "Export Settings" - }, - "importButton": { - "error": { - "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", - "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" - }, - "success": "Settings imported successfully", - "title": "Import settings from a JSON file", - "value": "Import Settings" - } - }, - "language": { - "select": { - "label": "Language", - "title": "The language to use for the extension" - }, - "title": "Language" - }, - "miniPlayer": { - "enable": { - "label": "Open Mini Player when viewing comments", - "title": "Automatically opens the Mini Player when you scroll to comments." - }, - "position": { - "label": "Default Mini Player position", - "options": { - "bottomCenter": "Bottom center", - "bottomLeft": "Bottom left", - "bottomRight": "Bottom right", - "topCenter": "Top center", - "topLeft": "Top left", - "topRight": "Top right" - }, - "title": "Sets the starting position before you move the Mini Player." - }, - "size": { - "label": "Default Mini Player size", - "title": "Sets the initial size before you resize the Mini Player." - }, - "title": "Mini Player settings" - }, - "miniPlayerButton": { - "label": "Mini Player button", - "title": "Adds a button that opens the Mini Player" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "Automatic theater mode", - "title": "Automatically enables theater mode when you load a video" - }, - "automaticallyDisableAmbientMode": { - "label": "Automatically disable ambient mode", - "title": "Automatically disables ambient mode when you load a video" - }, - "automaticallyDisableAutoPlay": { - "label": "Automatically disable autoplay", - "title": "Automatically disables autoplay when you load a video" - }, - "automaticallyDisableClosedCaptions": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" - }, - "automaticallyEnableClosedCaptions": { - "label": "Automatically enable closed captions", - "title": "Automatically enables closed captions when you load a video" - }, - "automaticallyMaximizePlayer": { - "label": "Automatically maximize player", - "title": "Automatically maximizes the player when you load a video" - }, - "automaticallyShowMoreVideosOnEndScreen": { - "label": "Automatically show more videos on end screen", - "title": "Automatically shows more videos on end screen when you load a video" - }, - "copyTimestampUrlButton": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" - }, - "defaultToOriginalAudioTrack": { - "label": "Default to original audio track", - "title": "Always default to the original audio track" - }, - "enableMarkAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Add a button to playlist items to mark videos as unwatched" - }, - "enableRemoveVideoButton": { - "label": "Remove video button", - "title": "Add a button to playlist items to remove videos from the playlist" - }, - "enableSaveToWatchLaterButton": { - "label": "Enable save to Watch Later button", - "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" - }, - "hideArtificialIntelligenceSummary": { - "label": "Hide AI summary", - "title": "Hides the artificial intelligence summary below videos" - }, - "hideEndScreenCards": { - "label": "Hide end screen cards", - "title": "Hides the cards at the end of the video" - }, - "hideEndScreenCardsButton": { - "label": "Hide end screen cards button", - "title": "Adds a button to show/hide the cards at the end of the video" - }, - "hideLiveStreamChat": { - "label": "Hide live stream chat", - "title": "Hides the live stream chat" - }, - "hideMembersOnlyVideos": { - "label": "Hide members-only videos", - "title": "Hides videos that are only visible to members" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" - }, - "hidePaidPromotionBanner": { - "label": "Hide paid promotion banner", - "title": "Hides the banner that appears when you watch a video that has a paid promotion" - }, - "hidePlayables": { - "label": "Hide playables", - "title": "Hides all playables" - }, - "hidePlaylistRecommendationsFromHomePage": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" - }, - "hideScrollbar": { - "label": "Hide scrollbar", - "title": "Hides the pages scrollbar" - }, - "hideShorts": { - "label": "Hide shorts", - "title": "Hides all shorts" - }, - "hideSidebarRecommendedVideos": { - "label": "Hide recommended videos", - "title": "Hides the sidebar that recommends videos" - }, - "hideTranslateComment": { - "label": "Hide translate comment button", - "title": "Hides 'Translate to Language' button under comments" - }, - "loopButton": { - "label": "Loop button", - "title": "Adds a button to the feature menu to loop the video you're watching" - }, - "maximizePlayerButton": { - "label": "Maximize player button", - "title": "Adds a button to the feature menu to maximize the player" - }, - "openTranscriptButton": { - "label": "Open transcript button", - "title": "Adds a button to the feature menu to open the transcript of the video you're watching" - }, - "openYouTubeSettingsOnHover": { - "label": "Open YouTube settings on hover", - "title": "Opens the YouTube settings menu when you hover over the settings button" - }, - "pauseBackgroundPlayers": { - "label": "Pause background players", - "title": "Pauses video players in background tabs when you start a new player in foreground tab" - }, - "remainingTime": { - "label": "Remaining time", - "title": "Shows the remaining time of the video you're watching" - }, - "rememberLastVolume": { - "label": "Remember last volume", - "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" - }, - "removeRedirect": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" - }, - "restoreFullscreenScrolling": { - "label": "Restore fullscreen scrolling", - "title": "Restores scrolling in fullscreen mode" - }, - "shareShortener": { - "label": "Shorten YouTube video share link", - "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" - }, - "shortsAutoScroll": { - "label": "Shorts auto scroll", - "title": "Automatically scrolls to the next short" - }, - "skipContinueWatching": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" - } - }, - "title": "Miscellaneous settings" - }, - "onScreenDisplaySettings": { - "color": { - "label": "Color", - "options": { - "blue": "Blue", - "green": "Green", - "orange": "Orange", - "pink": "Pink", - "purple": "Purple", - "red": "Red", - "white": "White", - "yellow": "Yellow" - }, - "title": "Select the color for the On-Screen Display" - }, - "hide": { - "label": "Hide Delay", - "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" - }, - "opacity": { - "label": "Opacity", - "title": "Adjust the transparency of the On-Screen Display" - }, - "padding": { - "label": "Padding", - "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." - }, - "position": { - "label": "Position", - "options": { - "bottom_left": "Bottom Left", - "bottom_right": "Bottom Right", - "center": "Center", - "top_left": "Top Left", - "top_right": "Top Right" - }, - "title": "Select the position of the On-Screen Display" - }, - "title": "On-screen display settings", - "type": { - "label": "Type", - "options": { - "circle": "Circle", - "line": "Line", - "no_display": "No display", - "text": "Text" - }, - "title": "Select the type of On-Screen Display" - } - }, - "playbackSpeed": { - "enable": { - "label": "Forced playback speed", - "title": "Sets the video speed to what you choose below" - }, - "playbackSpeedButtons": { - "label": "Playback speed buttons", - "select": { - "label": "Playback buttons speed", - "title": "Amount of speed to be changed per click" - }, - "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" - }, - "select": { - "label": "Player speed", - "title": "The speed to set the video to" - }, - "title": "Playback speed settings" - }, - "playlistLength": { - "enable": { - "label": "Display playlist length information", - "title": "Shows the total length of the playlist, how much has been watched, and how much remains." - }, - "title": "Playlist length settings", - "wayToGetLength": { - "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "Method to get watched time", - "options": { - "duration": "Video Length", - "youtube": "Video Watch Time" - }, - "title": "The way to get the amount of time watched (Video Length type only used on watch page)" - } - } - }, - "playlistManagement": { - "features": { - "markAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - }, - "removeVideoButton": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - } - }, - "title": "Playlist management settings" - }, - "playlistManagementButtons": { - "failedToMarkAsUnwatched": "Failed to mark video as unwatched", - "failedToRemoveVideo": "Failed to remove video", - "markAsUnwatched": "Mark as unwatched", - "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "Remove video", - "removingVideo": "Removing video…" - }, - "saveToWatchLaterButton": { - "failedToSaveVideo": "Failed to save video to Watch Later", - "saveVideo": "Save to Watch Later", - "savingVideo": "Saving to Watch Later…" - }, - "screenshotButton": { - "enable": { - "label": "Screenshot button", - "title": "Adds a button to the player to take a screenshot of the video" - }, - "saveAs": { - "both": "Both (File and Clipboard)", - "clipboard": "Clipboard", - "file": "File" - }, - "selectFormat": { - "label": "Screenshot format", - "title": "The format to save the screenshot in" - }, - "selectSaveAs": { - "label": "Screenshot save type", - "title": "The screenshot save type" - }, - "title": "Screenshot settings" - }, - "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "Speed Change Per Scroll", - "title": "Adjust the speed change per scroll" - }, - "enable": { - "label": "Scroll wheel speed control", - "title": "Press a modifier key to enable speed adjustment with the scroll wheel." - }, - "optionLabel": "{{KEY}} key", - "select": { - "label": "Modifier key", - "title": "The modifier key to use" - }, - "title": "Scroll wheel speed control settings" - }, - "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "Volume Change Per Scroll", - "title": "Adjust the volume change per scroll" - }, - "enable": { - "label": "Scroll wheel volume control", - "title": "Lets you use the scroll wheel to control the volume of the video you're watching" - }, - "holdModifierKey": { - "enable": { - "label": "When holding modifier key", - "title": "Press a modifier key to enable volume adjustment with the scroll wheel." - }, - "optionLabel": "{{KEY}} key", - "select": { - "label": "Modifier key", - "title": "The modifier key to use" - } - }, - "holdRightClick": { - "enable": { - "label": "When holding right click", - "title": "Hold right click to enable scroll wheel volume control" - } - }, - "title": "Scroll wheel volume control settings" - }, - "settingSearch": { - "placeholder": "Search for a setting" - }, - "videoHistory": { - "enable": { - "label": "Track watched videos", - "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" - }, - "resumeType": { - "select": { - "label": "Resume type", - "options": { - "automatic": "Automatic", - "prompt": "Prompt" - }, - "title": "Select how you want to resume videos" - } - }, - "title": "Video history settings" - }, - "volumeBoost": { - "boostAmount": { - "label": "Volume boost amount (dB)", - "title": "The amount to boost the volume by" - }, - "enable": { - "label": "Volume boost", - "title": "Enable volume boost" - }, - "mode": { - "select": { - "label": "Volume boost mode", - "options": { - "global": "Global", - "perVideo": "Per video" - }, - "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." - } - }, - "title": "Volume boost settings" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "You can get one from here", - "input": { - "label": "API Key", - "title": "Enter your Youtube Data API V3 key." - }, - "title": "YouTube API V3 key" - }, - "youtubeDeepDark": { - "author": "Author", - "co-authors": "Co-authors", - "colors": { - "colorShadow": { - "label": "Shadow color", - "title": "Color for shadows" - }, - "dimmerText": { - "label": "Secondary text color", - "title": "Color for secondary text" - }, - "hoverBackground": { - "label": "Hover background color", - "title": "Color for hover background" - }, - "mainBackground": { - "label": "Main background color", - "title": "Color for main background" - }, - "mainColor": { - "label": "Accent color", - "title": "Color for accent" - }, - "mainText": { - "label": "Main text color", - "title": "Color for main text" - }, - "secondBackground": { - "label": "Secondary background color", - "title": "Color for secondary background" - } - }, - "enable": { - "label": "Deep Dark Theme", - "title": "Activate the selected theme for the page" - }, - "select": { - "label": "Select theme", - "title": "Select a theme to be applied to the page" - }, - "title": "YouTube deep dark settings" - } - } - } -} + "langCode": "he-IL", + "langName": "עברית", + "messages": { + "resumingVideo": "Resuming video at {{VIDEO_TIME}}", + "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "label": "Copy video URL with timestamp" + }, + "extras": { + "copied": "Copied!" + } + }, + "featureMenu": { + "button": { + "label": "Feature menu" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Fast forward by {{TIME}}" + }, + "rewindButton": { + "label": "Rewind by {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Hide end screen cards", + "toggle": { + "off": "Show end screen cards", + "on": "Hide end screen cards" + } + } + }, + "loopButton": { + "button": { + "label": "Loop", + "toggle": { + "off": "Loop off", + "on": "Loop on" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "Maximize", + "toggle": { + "off": "Maximize off", + "on": "Maximize on" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Open transcript" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Decrease Speed to {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Increase Speed to {{SPEED}}" + } + }, + "extras": { + "decreaseLimit": "Can't decrease further ({{SPEED}})", + "increaseLimit": "Can't increase further ({{SPEED}})" + } + }, + "playlistLength": { + "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + }, + "playlistManagementButtons": { + "extras": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + } + }, + "saveToWatchLaterButton": { + "extras": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + } + }, + "screenshotButton": { + "button": { + "label": "Screenshot" + }, + "extras": { + "copiedToClipboard": "Screenshot copied to clipboard" + } + }, + "videoHistory": { + "extras": { + "resumeButton": "Resume", + "resumePromptClose": "Close" + } + }, + "volumeBoostButton": { + "button": { + "label": "Volume Boost", + "toggle": { + "off": "Volume boost off", + "on": "Volume boost on" + } + } + } + } + }, + "options": { + "extras": { + "bottomButtons": { + "clear": { + "title": "Clears all data this extension has stored on your machine", + "value": "Clear Data" + }, + "confirm": { + "title": "Confirm setting reset", + "value": "Confirm" + }, + "openTab": { + "title": "Open extension settings in a new tab" + }, + "reset": { + "title": "Resets all settings to their defaults, Click the confirm button to save the changes", + "value": "Reset" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Copy video URL with timestamp button", + "decreasePlaybackSpeedButton": "Decrease Speed button", + "forwardButton": "Fast Forward button", + "hideEndScreenCardsButton": "Hide end screen cards button", + "increasePlaybackSpeedButton": "Increase Speed button", + "loopButton": "Loop button", + "maximizePlayerButton": "Maximize button", + "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind button", + "screenshotButton": "Screenshot button", + "volumeBoostButton": "Volume Boost button" + }, + "options": { + "below_player": { + "placement": "below the player controls", + "value": "Below Player" + }, + "feature_menu": { + "placement": "in the feature menu", + "value": "Feature Menu" + }, + "player_controls_left": { + "placement": "on the left side of player controls", + "value": "Left Controls" + }, + "player_controls_right": { + "placement": "on the right side of player controls", + "value": "Right Controls" + } + }, + "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Button placement settings" + }, + "clearData": { + "allDataDeleted": "All data has been deleted.", + "confirmAlert": "This will delete all extension data related to options. Continue?" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Menu Activation Type", + "options": { + "click": "Click", + "hover": "Hover" + }, + "title": "Select the method to activate the feature menu" + }, + "title": "Feature menu settings" + } + }, + "importExportSettings": { + "exportButton": { + "success": "Settings successfully exported", + "title": "Export settings to a JSON file", + "value": "Export Settings" + }, + "importButton": { + "error": { + "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", + "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" + }, + "success": "Settings imported successfully", + "title": "Import settings from a JSON file", + "value": "Import Settings" + } + }, + "language": { + "select": { + "label": "Language", + "title": "The language to use for the extension" + }, + "title": "Language" + }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "scrollForMoreSettings": "Scroll for more settings", + "settingSearch": { + "placeholder": "Search for a setting" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Key", + "title": "Enter your Youtube Data API V3 key." + }, + "title": "YouTube API V3 key" + } + }, + "notifications": { + "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", + "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." + } + } + }, + "info": { + "reset": "All options have been reset to their default values.\nYou can now save the changes by clicking the \"Confirm\" button or discard them by closing this page or ignore this notification." + }, + "success": { + "saved": "Options saved." + } + } + } + }, + "settings": { + "sections": { + "customCSS": { + "enable": { + "label": "Custom CSS", + "title": "Enables custom CSS to be applied to the page" + }, + "extras": { + "collapse": "Collapse Editor", + "expand": "Expand Editor", + "noProblems": "No problems found." + }, + "title": "Custom CSS settings" + }, + "deepDarkCSS": { + "enable": { + "label": "Deep Dark Theme", + "title": "Activate the selected theme for the page" + }, + "extras": { + "author": "Author", + "co-authors": "Co-authors" + }, + "settings": { + "colorShadow": { + "label": "Shadow color", + "title": "Color for shadows" + }, + "dimmerText": { + "label": "Secondary text color", + "title": "Color for secondary text" + }, + "hoverBackground": { + "label": "Hover background color", + "title": "Color for hover background" + }, + "mainBackground": { + "label": "Main background color", + "title": "Color for main background" + }, + "mainColor": { + "label": "Accent color", + "title": "Color for accent" + }, + "mainText": { + "label": "Main text color", + "title": "Color for main text" + }, + "secondBackground": { + "label": "Secondary background color", + "title": "Color for secondary background" + }, + "theme": { + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + } + } + }, + "title": "YouTube deep dark settings" + }, + "forwardRewindButtons": { + "enable": { + "label": "Forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "settings": { + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + } + }, + "title": "Forward/rewind button settings" + }, + "miscellaneous": { + "settings": { + "automaticallyDisableAmbientMode": { + "enable": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + } + }, + "automaticallyDisableAutoPlay": { + "enable": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + } + }, + "automaticallyDisableClosedCaptions": { + "enable": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + } + }, + "automaticallyEnableClosedCaptions": { + "enable": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + } + }, + "automaticallyMaximizePlayer": { + "enable": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + } + }, + "automaticallyShowMoreVideosOnEndScreen": { + "enable": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + } + }, + "automaticTheaterMode": { + "enable": { + "label": "Automatic theater mode", + "title": "Automatically enables theater mode when you load a video" + } + }, + "copyTimestampUrlButton": { + "enable": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + } + }, + "defaultToOriginalAudioTrack": { + "enable": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + } + }, + "saveToWatchLaterButton": { + "enable": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + } + }, + "hideArtificialIntelligenceSummary": { + "enable": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + } + }, + "hideEndScreenCards": { + "enable": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + } + }, + "hideEndScreenCardsButton": { + "enable": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + } + }, + "hideLiveStreamChat": { + "enable": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + } + }, + "hideMembersOnlyVideos": { + "enable": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + } + }, + "hideOfficialArtistVideosFromHomePage": { + "enable": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + } + }, + "hidePaidPromotionBanner": { + "enable": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + } + }, + "hidePlayables": { + "enable": { + "label": "Hide playables", + "title": "Hides all playables" + } + }, + "hidePlaylistRecommendationsFromHomePage": { + "enable": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + } + }, + "hideScrollbar": { + "enable": { + "label": "Hide scrollbar", + "title": "Hides the pages scrollbar" + } + }, + "hideShorts": { + "enable": { + "label": "Hide shorts", + "title": "Hides all shorts" + } + }, + "hideSidebarRecommendedVideos": { + "enable": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + } + }, + "hideTranslateComment": { + "enable": { + "label": "Hide translate comment button", + "title": "Hides 'Translate to Language' button under comments" + } + }, + "loopButton": { + "enable": { + "label": "Loop button", + "title": "Adds a button to the feature menu to loop the video you're watching" + } + }, + "maximizePlayerButton": { + "enable": { + "label": "Maximize player button", + "title": "Adds a button to the feature menu to maximize the player" + } + }, + "openTranscriptButton": { + "enable": { + "label": "Open transcript button", + "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + } + }, + "openYouTubeSettingsOnHover": { + "enable": { + "label": "Open YouTube settings on hover", + "title": "Opens the YouTube settings menu when you hover over the settings button" + } + }, + "pauseBackgroundPlayers": { + "enable": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + } + }, + "remainingTime": { + "enable": { + "label": "Remaining time", + "title": "Shows the remaining time of the video you're watching" + } + }, + "rememberVolume": { + "enable": { + "label": "Remember last volume", + "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + } + }, + "removeRedirect": { + "enable": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + } + }, + "restoreFullscreenScrolling": { + "enable": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + } + }, + "shareShortener": { + "enable": { + "label": "Shorten YouTube video share link", + "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + } + }, + "shortsAutoScroll": { + "enable": { + "label": "Shorts auto scroll", + "title": "Automatically scrolls to the next short" + } + }, + "skipContinueWatching": { + "enable": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + } + } + }, + "title": "Miscellaneous settings" + }, + "onScreenDisplaySettings": { + "settings": { + "color": { + "label": "Color", + "select": { + "options": { + "blue": "Blue", + "green": "Green", + "orange": "Orange", + "pink": "Pink", + "purple": "Purple", + "red": "Red", + "white": "White", + "yellow": "Yellow" + } + }, + "title": "Select the color for the On-Screen Display" + }, + "hide": { + "label": "Hide Delay", + "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" + }, + "opacity": { + "label": "Opacity", + "title": "Adjust the transparency of the On-Screen Display" + }, + "padding": { + "label": "Padding", + "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." + }, + "position": { + "label": "Position", + "select": { + "options": { + "bottom_left": "Bottom Left", + "bottom_right": "Bottom Right", + "center": "Center", + "top_left": "Top Left", + "top_right": "Top Right" + } + }, + "title": "Select the position of the On-Screen Display" + }, + "type": { + "label": "Type", + "select": { + "options": { + "circle": "Circle", + "line": "Line", + "no_display": "No display", + "text": "Text" + } + }, + "title": "Select the type of On-Screen Display" + } + }, + "title": "On-screen display settings" + }, + "playerQuality": { + "enable": { + "label": "Automatic quality adjustment", + "title": "Automatically adjusts the video quality to the selected level." + }, + "settings": { + "quality": { + "select": { + "label": "Player quality", + "title": "The quality to set the video to" + } + }, + "qualityFallbackStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + } + }, + "title": "Automatic quality settings" + }, + "playerSpeed": { + "enable": { + "label": "Forced playback speed", + "title": "Sets the video speed to what you choose below" + }, + "settings": { + "buttons": { + "label": "Playback speed buttons", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + }, + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + }, + "speed": { + "select": { + "label": "Player speed", + "title": "The speed to set the video to" + } + } + }, + "title": "Playback speed settings" + }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + }, + "settings": { + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } + } + }, + "title": "Playlist length settings" + }, + "playlistManagementButtons": { + "settings": { + "markAsUnwatchedButton": { + "enable": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + } + }, + "removeVideoButton": { + "enable": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + } + }, + "title": "Playlist management settings" + }, + "screenshotButton": { + "enable": { + "label": "Screenshot button", + "title": "Adds a button to the player to take a screenshot of the video" + }, + "settings": { + "format": { + "label": "Screenshot format", + "title": "The format to save the screenshot in" + }, + "saveAs": { + "select": { + "options": { + "both": "Both (File and Clipboard)", + "clipboard": "Clipboard", + "file": "File" + }, + "label": "Screenshot save type", + "title": "The screenshot save type" + } + } + }, + "title": "Screenshot settings" + }, + "scrollWheelSpeedControl": { + "enable": { + "label": "Scroll wheel speed control", + "title": "Press a modifier key to enable speed adjustment with the scroll wheel." + }, + "extras": { + "optionLabel": "{{KEY}} key" + }, + "settings": { + "adjustmentSteps": { + "label": "Speed Change Per Scroll", + "title": "Adjust the speed change per scroll" + }, + "modifierKey": { + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + } + } + }, + "title": "Scroll wheel speed control settings" + }, + "scrollWheelVolumeControl": { + "enable": { + "label": "Scroll wheel volume control", + "title": "Lets you use the scroll wheel to control the volume of the video you're watching" + }, + "extras": { + "optionLabel": "{{KEY}} key" + }, + "settings": { + "adjustmentSteps": { + "label": "Volume Change Per Scroll", + "title": "Adjust the volume change per scroll" + }, + "holdModifierKey": { + "label": "When holding modifier key", + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + }, + "title": "Press a modifier key to enable volume adjustment with the scroll wheel." + }, + "holdRightClick": { + "label": "When holding right click", + "title": "Hold right click to enable scroll wheel volume control" + } + }, + "title": "Scroll wheel volume control settings" + }, + "videoHistory": { + "enable": { + "label": "Track watched videos", + "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" + }, + "settings": { + "resumeType": { + "select": { + "label": "Resume type", + "options": { + "automatic": "Automatic", + "prompt": "Prompt" + }, + "title": "Select how you want to resume videos" + } + } + }, + "title": "Video history settings" + }, + "volumeBoost": { + "enable": { + "label": "Volume boost", + "title": "Enable volume boost" + }, + "settings": { + "amount": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by" + }, + "mode": { + "select": { + "label": "Volume boost mode", + "options": { + "global": "Global", + "perVideo": "Per video" + }, + "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + } + } + }, + "title": "Volume boost settings" + } + } + } +} \ No newline at end of file From 7d291ccab3ac69f0494c324b515ab1b22e75fe5a Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 25 Jan 2026 16:18:50 -0500 Subject: [PATCH 1529/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 1565 +++++++++++++++++++------------------ 1 file changed, 822 insertions(+), 743 deletions(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index ef65fce89..68fd01d75 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -1,744 +1,823 @@ { - "langCode": "it-IT", - "langName": "Italiano", - "messages": { - "resumingVideo": "Video a {{VIDEO_TIME}} in ripresa", - "settingVolume": "Impostazione aumento volume a {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "Copiato!", - "label": "Copia URL video con temporizzazione" - } - }, - "featureMenu": { - "button": { - "label": "Menu' funzioni" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "Avanti veloce di {{TIME}}" - }, - "rewindButton": { - "label": "Riavvolgi di {{TIME}}" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "Nascondi le schede finali", - "toggle": { - "off": "Mostra le schede finali", - "on": "Nascondi le schede finali" - } - } - }, - "loopButton": { - "button": { - "label": "Ripeti", - "toggle": { - "off": "Ripetizione NO", - "on": "Ripetizione SÌ" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "Ingrandisci", - "toggle": { - "off": "Massimizza NO", - "on": "Massimizza SÌ" - } - } - }, - "miniPlayerButton": { - "button": { - "label": "Mini riproduttore", - "toggle": { - "off": "Mini riproduttore inattivo", - "on": "Mini riproduttore attivo" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Apri trascrizione" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Diminuisci velocità di {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Aumenta velocità di {{SPEED}}" - } - }, - "decreaseLimit": "Impossibile diminuire ulteriormente ({{SPEED}})", - "increaseLimit": "Impossibile aumentare ulteriormente ({{SPEED}})" - }, - "playlistLength": { - "title": "La lunghezza totale può non essere accurata se alcuni video sono nascosti o se non hai caricato abbastanza video per ottenere la lunghezza completa." - }, - "screenshotButton": { - "button": { - "label": "Schermata" - }, - "copiedToClipboard": "Schermata copiata negli Appunti" - }, - "videoHistory": { - "resumeButton": "Riprendi", - "resumePrompt": { - "close": "Chiudi" - } - }, - "volumeBoostButton": { - "button": { - "label": "Aumento volume", - "toggle": { - "off": "Aumento volume NO", - "on": "Aumento volume SÌ" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "optionConflict": "Questa opzione non può essere abilitata mentre '{{OPTION}}' è abilitato.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "Il tasto per modificare la velocità della rotellina del mouse non può essere lo stesso che modifica il volume con la rotellina del mouse.", - "volumeControl": "Il tasto che modifica il volume con la rotellina del mouse non può essere lo stesso che modifica la velocità della rotellina del mouse." - } - } - }, - "info": { - "reset": "Le opzioni sono state reimpostate ai valori predefiniti.\nPuoi salvare le modifiche cliccando il pulsante \"Conferma\" o scartarle chiudendo la pagina oppure ignorando questa notifica." - }, - "success": { - "saved": "Opzioni salvate." - } - } - } - }, - "settings": { - "clearData": { - "allDataDeleted": "Tutti i dati sono stati eliminati.", - "confirmAlert": "Questo eliminerà tutti i dati delle estensioni relativi alle opzioni. Continuare?" - }, - "optionDisabled": { - "either": { - "label": "Abilita {{OPTIONS}} per configurare questa opzione", - "separator": " o " - }, - "plural": { - "label": "Abilita {{OPTIONS}} per configurare questa opzione", - "separator": " e " - }, - "singular": "Abilita '{{OPTION}}' per configurare questa opzione", - "specificOption": { - "featureMenu": "Configura almeno un pulsante da posizionare nel menu' delle funzioni per configurare questa opzione.", - "screenshotButtonFileFormat": "Imposta il tipo di salvataggio della schermata su 'File' o 'Entrambi' per configurare questa opzione" - } - }, - "scrollForMoreSettings": "Scorri per altre impostazioni", - "sections": { - "automaticQuality": { - "enable": { - "label": "Regolazione automatica qualità", - "title": "Regola automaticamente la qualità video al livello selezionato." - }, - "fallbackQualityStrategy": { - "select": { - "label": "Strategia ripiego qualità", - "options": { - "higher": "Più alta", - "lower": "Più bassa" - }, - "title": "La strategia da usare quando la qualità selezionata non è disponibile" - } - }, - "select": { - "label": "Qualità riproduttore", - "title": "La qualità alla quale impostare il video" - }, - "title": "Impostazioni qualità automatiche" - }, - "bottomButtons": { - "clear": { - "title": "Cancella tutti i dati che questa estensione ha memorizzato sulla tua macchina", - "value": "Cancella dati" - }, - "confirm": { - "title": "Conferma ripristino impostazioni", - "value": "Conferma" - }, - "openTab": { - "title": "Apri impostazioni estensione in una nuova scheda" - }, - "reset": { - "title": "Reimposta le impostazioni ai valori predefiniti, clicca il pulsante di conferma per salvare le modifiche", - "value": "Reimposta" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "Pulsante \"Copia URL video con temporizzazione\"", - "decreasePlaybackSpeedButton": "Pulsante Riduci velocità", - "forwardButton": "Pulsante Avanti veloce", - "hideEndScreenCardsButton": "Pulsante Nascondi schede finali", - "increasePlaybackSpeedButton": "Pulsante Aumenta velocità", - "loopButton": "Pulsante Ripeti", - "maximizePlayerButton": "Pulsante Massimizza", - "miniPlayerButton": "Mini riproduttore", - "openTranscriptButton": "Pulsante Apri trascrizione", - "rewindButton": "Pulsante Riavvolgi", - "screenshotButton": "Pulsante Schermata", - "volumeBoostButton": "Pulsante Aumento volume" - }, - "options": { - "below_player": { - "placement": "sotto i controlli del riproduttore", - "value": "Sotto il riproduttore" - }, - "feature_menu": { - "placement": "nel menu' delle funzioni", - "value": "Menu' funzioni" - }, - "player_controls_left": { - "placement": "alla sinistra dei controlli di riproduzione", - "value": "A sinistra" - }, - "player_controls_right": { - "placement": "alla destra dei controlli di riproduzione", - "value": "A destra" - } - }, - "title": "Posiziona {{BUTTON_NAME}} {{PLACEMENT}}" - }, - "title": "Impostazioni posizione pulsanti" - }, - "customCSS": { - "editor": { - "collapse": "Comprimi editor", - "expand": "Espandi editor", - "noProblems": "Nessun problema trovato." - }, - "enable": { - "label": "Abilita CSS personalizzato", - "title": "Abilita il CSS personalizzato da applicare alla pagina" - }, - "title": "Impostazioni CSS personalizzate" - }, - "featureMenu": { - "openType": { - "select": { - "label": "Tipo attivazione menu'", - "options": { - "click": "Clic", - "hover": "Sorvola" - }, - "title": "Seleziona il metodo per attivare il menu' funzioni" - }, - "title": "Impostazioni menu' funzioni" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "Abilita pulsanti avanti/riavvolgi", - "title": "Aggiunge i pulsanti avanti e riavvolgi al riproduttore video" - }, - "time": { - "label": "Tempo avanzamento/riavvolgimento", - "title": "Il periodo di tempo da usare per avanzare/riavvolgere il video" - }, - "title": "Impostazioni pulsante Avanti / Riavvolgi" - }, - "importExportSettings": { - "exportButton": { - "success": "Impostazioni esportate correttamente", - "title": "Esporta impostazioni in un file JSON", - "value": "Esporta impostazioni" - }, - "importButton": { - "error": { - "unknown": "Errore nell'importazione delle impostazioni. Controllare il formato del file.\nSi è verificato un errore sconosciuto.", - "validation": "Errore nell'importazione delle impostazioni. Controllare il formato del file.\n{{ERROR_MESSAGE}}" - }, - "success": "Impostazioni importate correttamente", - "title": "Importa impostazioni da un file JSON", - "value": "Importa impostazioni" - } - }, - "language": { - "select": { - "label": "Lingua", - "title": "La lingua da usare per l'estensione" - }, - "title": "Lingua" - }, - "miniPlayer": { - "enable": { - "label": "Apri Mini riproduttore quando si visualizzano i commenti", - "title": "Apre automaticamente il Mini riproduttore quando scorri verso i commenti." - }, - "position": { - "label": "Posizione del mini riproduttore predefinita", - "options": { - "bottomCenter": "In basso al centro", - "bottomLeft": "In basso a sinistra", - "bottomRight": "In basso a destra", - "topCenter": "In alto al centro", - "topLeft": "Alto - sinistra", - "topRight": "In alto a destra" - }, - "title": "Imposta la posizione di partenza prima di spostare il Mini riproduttore." - }, - "size": { - "label": "Dimensione predefinita del mini riproduttore", - "title": "Imposta la dimensione iniziale prima di ridimensionare il mini riproduttore." - }, - "title": "Impostazioni mini riproduttore" - }, - "miniPlayerButton": { - "label": "Pulsante Mini riproduttore", - "title": "Aggiunge un pulsante che apre il mini riproduttore" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "Modalità teatro automatica", - "title": "Attiva automaticamente la modalità teatro quando carichi un video" - }, - "automaticallyDisableAmbientMode": { - "label": "Disabilita automaticamente la modalità ambiente", - "title": "Disabilita automaticamente la modalità ambiente quando si carica un video" - }, - "automaticallyDisableAutoPlay": { - "label": "Disabilita automaticamente la riproduzione automatica", - "title": "Disabilita automaticamente la riproduzione automatica quando carichi un video" - }, - "automaticallyDisableClosedCaptions": { - "label": "Disabilita automaticamente le didascalie chiuse", - "title": "Disabilita automaticamente le didascalie chiuse quando si carica un video" - }, - "automaticallyEnableClosedCaptions": { - "label": "Abilita automaticamente le didascalie chiuse", - "title": "Abilita automaticamente le didascalie chiuse quando si carica un video" - }, - "automaticallyMaximizePlayer": { - "label": "Massimizza automaticamente il riproduttore", - "title": "Massimizza automaticamente il riproduttore quando carichi un video" - }, - "automaticallyShowMoreVideosOnEndScreen": { - "label": "Mostra automaticamente altri video sulla schermata finale", - "title": "Mostra automaticamente più video sulla schermata finale quando si carica un video" - }, - "copyTimestampUrlButton": { - "label": "Pulsante \"Copia URL video con temporizzazione\"", - "title": "Copia l'URL del video con la temporizzazione (?t=123)" - }, - "defaultToOriginalAudioTrack": { - "label": "Traccia audio originale predefinita", - "title": "Traccia audio originale sempre predefinita" - }, - "enableMarkAsUnwatchedButton": { - "label": "Marca come pulsante non visto", - "title": "Aggiungi un pulsante alle voci della lista riproduzioni per contrassegnare i video come non visti" - }, - "enableRemoveVideoButton": { - "label": "Rimuovi pulsante video", - "title": "Aggiungi un pulsante alle voci della lista riproduzioni per rimuovere i video da essa" - }, - "enableSaveToWatchLaterButton": { - "label": "Abilita il pulsante del salvataggio per guardare più tardi", - "title": "Aggiunge un pulsante ai video Home e Abbonamenti per salvare il video nella lista riproduzioni 'Guarda più tardi'" - }, - "hideArtificialIntelligenceSummary": { - "label": "Nascondi riepilogo IA", - "title": "Nasconde il riepilogo dell'intelligenza artificiale sotto i video" - }, - "hideEndScreenCards": { - "label": "Nascondi le schede finali", - "title": "Nasconde le schede alla fine del video" - }, - "hideEndScreenCardsButton": { - "label": "Pulsante Nascondi schede finali", - "title": "Aggiunge un pulsante per mostrare/nascondere le schede alla fine del video" - }, - "hideLiveStreamChat": { - "label": "Nascondi chat live stream", - "title": "Nasconde la chat live stream" - }, - "hideMembersOnlyVideos": { - "label": "Nascondi i video dei membri", - "title": "Nasconde i video che sono visibili solo ai membri" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "Nascondi video ufficiali dell'artista", - "title": "Nascondi video ufficiali dell'artista dalla pagina iniziale" - }, - "hidePaidPromotionBanner": { - "label": "Nascondi banner promozioni a pagamento", - "title": "Nasconde il banner con promozioni a pagamento che appare quando si guarda un video" - }, - "hidePlayables": { - "label": "Nascondi giocabili", - "title": "Nasconde tutti i giocabili" - }, - "hidePlaylistRecommendationsFromHomePage": { - "label": "Nascondi liste riproduzioni dalla pagina iniziale", - "title": "Elimina le liste riproduzioni dalla pagina iniziale" - }, - "hideScrollbar": { - "label": "Nascondi barra scorrimento", - "title": "Nasconde la barra di scorrimento delle pagine" - }, - "hideShorts": { - "label": "Nascondi blocchi", - "title": "Nasconde tutti i blocchi" - }, - "hideSidebarRecommendedVideos": { - "label": "Nascondi i video raccomandati", - "title": "Nasconde la barra laterale che raccomanda i video" - }, - "hideTranslateComment": { - "label": "Nascondi pulsante \"Traduci commento\"", - "title": "Nasconde il pulsante 'Traduci in…' sotto i commenti" - }, - "loopButton": { - "label": "Pulsante Ripeti", - "title": "Aggiunge un pulsante al menu' funzioni per ripetere il video che stai guardando" - }, - "maximizePlayerButton": { - "label": "Pulsante Ingrandisci riproduttore", - "title": "Aggiunge un pulsante al menu' funzioni per ingrandire il riproduttore" - }, - "openTranscriptButton": { - "label": "Pulsante Apri trascrizione", - "title": "Aggiunge un pulsante al menu' funzioni per aprire la trascrizione del video che stai guardando" - }, - "openYouTubeSettingsOnHover": { - "label": "Apri le impostazioni di YouTube al sorvolo", - "title": "Apre il menu' delle impostazioni di YouTube quando si passa sopra il pulsante delle impostazioni" - }, - "pauseBackgroundPlayers": { - "label": "Metti in pausa riproduttori in secondo piano", - "title": "Mette in pausa i riproduttori video nelle schede nascoste quando si avvia un nuovo riproduttore nella scheda aperta" - }, - "remainingTime": { - "label": "Tempo rimanente", - "title": "Mostra il tempo rimanente per il video che stai guardando" - }, - "rememberLastVolume": { - "label": "Ricorda l'ultimo volume", - "title": "Ricorda il volume dell'ultimo video che hai guardato e lo imposta quando apri un nuovo video" - }, - "removeRedirect": { - "label": "Rimuovi URL /redirect di YouTube", - "title": "Rimpiazza il reindirizzamento di YouTube con gli URL attuali saltando il dialogo di avviso di reindirizzamento" - }, - "restoreFullscreenScrolling": { - "label": "Ripristina scorrimento a schermo intero", - "title": "Ripristina lo scorrimento nella modalità schermo intero" - }, - "shareShortener": { - "label": "Abbrevia il collegamento di condivisione video di YouTube", - "title": "Riduce il collegamento di condivisione video di YouTube (youtu.be) eliminando da esso i parametri si/feature" - }, - "shortsAutoScroll": { - "label": "Scorri al blocco", - "title": "Scorri automaticamente al prossimo blocco" - }, - "skipContinueWatching": { - "label": "Salta \"Video in pausa. Continuare a guardare?\"", - "title": "Salta la finestra che mette in pausa la riproduzione video" - } - }, - "title": "Impostazioni varie" - }, - "onScreenDisplaySettings": { - "color": { - "label": "Colore", - "options": { - "blue": "Blu", - "green": "Verde", - "orange": "Arancione", - "pink": "Rosa", - "purple": "Viola", - "red": "Rosso", - "white": "Bianco", - "yellow": "Giallo" - }, - "title": "Seleziona il colore per lo schermo interattivo" - }, - "hide": { - "label": "Ritardo sparizione", - "title": "Specifica il tempo, in millisecondi, prima di nascondere automaticamente le parti interattive" - }, - "opacity": { - "label": "Opacità", - "title": "Regola l'opacità delle parti interattive" - }, - "padding": { - "label": "Bordatura", - "title": "Regola la bordatura dello schermo in pixel. Questo si applica specificamente agli angoli dello schermo." - }, - "position": { - "label": "Posizione", - "options": { - "bottom_left": "In basso a sinistra", - "bottom_right": "In basso a destra", - "center": "Centro", - "top_left": "Alto a sinistra", - "top_right": "In alto a destra" - }, - "title": "Seleziona la posizione dello schermo interattivo" - }, - "title": "Impostazioni schermo", - "type": { - "label": "Tipo", - "options": { - "circle": "Cerchio", - "line": "Linea", - "no_display": "Nessuno schermo", - "text": "Testuale" - }, - "title": "Seleziona il tipo di schermo interattivo" - } - }, - "playbackSpeed": { - "enable": { - "label": "Velocità forzata riproduzione", - "title": "Imposta la velocità del video a quella che scegli qui sotto" - }, - "playbackSpeedButtons": { - "label": "Pulsanti velocità riproduzione", - "select": { - "label": "Velocità ai pulsanti di riproduzione", - "title": "Quantità di velocità che il clic modifica" - }, - "title": "Aggiunge pulsanti per aumentare o diminuire la velocità di riproduzione del video che stai guardando" - }, - "select": { - "label": "Velocità riproduttore", - "title": "La velocità alla quale impostare il video" - }, - "title": "Impostazioni velocità riproduzione" - }, - "playlistLength": { - "enable": { - "label": "Mostra informazioni lunghezza lista riproduzioni", - "title": "Mostra la lunghezza totale della lista riproduzioni, quanto è stato guardato e quanto ne rimane." - }, - "title": "Impostazioni lunghezza lista riproduzioni", - "wayToGetLength": { - "select": { - "label": "Metodo per ottenere la lunghezza della lista riproduzioni", - "title": "Il modo per ottenere informazioni sulla lunghezza della lista riproduzioni (il metodo API sarà ripiegato in HTML se si verificasse un errore)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "Metodo per ottenere il tempo già riprodotto", - "options": { - "duration": "Durata del video", - "youtube": "Tempo in riproduzione" - }, - "title": "Il modo per ottenere la quantità di tempo guardato (tipo di lunghezza video usato solo nella pagina di riproduzione)" - } - } - }, - "playlistManagement": { - "features": { - "markAsUnwatchedButton": { - "label": "Marca come pulsante non visto", - "title": "Aggiunge un pulsante per marcare i video come non visti" - }, - "removeVideoButton": { - "label": "Rimuovi pulsante video", - "title": "Aggiunge un pulsante per rimuovere i video dalla lista riproduzioni" - } - }, - "title": "Impostazioni gestione scaletta" - }, - "playlistManagementButtons": { - "failedToMarkAsUnwatched": "Impossibile contrassegnare il video come non visto", - "failedToRemoveVideo": "Impossibile rimuovere il video", - "markAsUnwatched": "Contrassegna come non visto", - "markingAsUnwatched": "Contrassegno come non visto…", - "removeVideo": "Rimuovi video", - "removingVideo": "Rimozione video…" - }, - "saveToWatchLaterButton": { - "failedToSaveVideo": "Impossibile salvare il video in Guarda più tardi", - "saveVideo": "Salva per guardare più tardi", - "savingVideo": "Salvataggio per guardare più tardi…" - }, - "screenshotButton": { - "enable": { - "label": "Pulsante Schermata", - "title": "Aggiunge un pulsante al riproduttore per catturare una schermata del video" - }, - "saveAs": { - "both": "Entrambi (File e Appunti)", - "clipboard": "Appunti", - "file": "File" - }, - "selectFormat": { - "label": "Formato schermata", - "title": "Il formato nel quale salvare la schermata" - }, - "selectSaveAs": { - "label": "Tipo salvataggio schermata", - "title": "Il tipo di salvataggio della schermata" - }, - "title": "Impostazioni schermata" - }, - "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "Cambio velocità con scorrimento", - "title": "Regola il cambio di velocità tramite scorrimento" - }, - "enable": { - "label": "Controllo velocità con scorrimento rotellina", - "title": "Premi un tasto modificatore per abilitare la regolazione della velocità con la rotellina." - }, - "optionLabel": "Tasto {{KEY}}", - "select": { - "label": "Tasto modificatore", - "title": "Il tasto modificatore da usare" - }, - "title": "Impostazioni controllo velocità con rotellina" - }, - "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "Cambio volume con scorrimento", - "title": "Regola il cambio di volume tramite scorrimento" - }, - "enable": { - "label": "Controllo volume con rotellina", - "title": "Permette di usare la rotellina di scorrimento per controllare il volume del video che stai guardando" - }, - "holdModifierKey": { - "enable": { - "label": "Abilita tenendo premuto il tasto modificatore", - "title": "Premi un tasto modificatore per abilitare la regolazione del volume con la rotellina." - }, - "optionLabel": "Tasto {{KEY}}", - "select": { - "label": "Tasto modificatore", - "title": "Il tasto modificatore da usare" - } - }, - "holdRightClick": { - "enable": { - "label": "Abilita tenendo premuto il tasto destro", - "title": "Tieni premuto il tasto destro per abilitare il controllo del volume con la rotellina" - } - }, - "title": "Impostazioni controllo volume con rotellina" - }, - "settingSearch": { - "placeholder": "Cerca un'impostazione" - }, - "videoHistory": { - "enable": { - "label": "Traccia i video visti", - "title": "Tiene traccia di dove hai lasciato i video che stavi guardando e abilita la ripresa della riproduzione" - }, - "resumeType": { - "select": { - "label": "Tipo ripresa", - "options": { - "automatic": "Automatico", - "prompt": "Mostra" - }, - "title": "Seleziona come vuoi riprendere i video" - } - }, - "title": "Impostazioni cronologia video" - }, - "volumeBoost": { - "boostAmount": { - "label": "Aumento volume (dB)", - "title": "La quantità da aggiungere al volume" - }, - "enable": { - "label": "Aumento volume", - "title": "Abilita aumento volume" - }, - "mode": { - "select": { - "label": "Modalità aumento volume", - "options": { - "global": "Globale", - "perVideo": "Per video" - }, - "title": "Scegli come l'aumento del volume è applicato. 'Per video' permette di abilitare la spinta per ogni video singolarmente nel menu' delle funzioni. 'Globale' applica la spinta a tutti i video quando l'amplificazione del volume è abilitata." - } - }, - "title": "Impostazioni aumento volume" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "Puoi ottenerne una da qui", - "input": { - "label": "Chiave API", - "title": "Inserisci la tua chiave Youtube API V3." - }, - "title": "Chiave API V3 di YouTube" - }, - "youtubeDeepDark": { - "author": "Autore", - "co-authors": "Co-autori", - "colors": { - "colorShadow": { - "label": "Colore ombra", - "title": "Colore per le ombre" - }, - "dimmerText": { - "label": "Colore secondario del testo", - "title": "Colore del testo secondario" - }, - "hoverBackground": { - "label": "Colore sfondo quando puntato", - "title": "Colore per lo sfondo al passaggio" - }, - "mainBackground": { - "label": "Colore sfondo principale", - "title": "Colore per lo sfondo principale" - }, - "mainColor": { - "label": "Colore accento", - "title": "Colore per accento" - }, - "mainText": { - "label": "Colore testo principale", - "title": "Colore per il testo principale" - }, - "secondBackground": { - "label": "Colore sfondo secondario", - "title": "Colore per lo sfondo secondario" - } - }, - "enable": { - "label": "Abilita tema selezionato", - "title": "Abilita il tema selezionato per la pagina" - }, - "select": { - "label": "Seleziona tema", - "title": "Seleziona un tema da applicare alla pagina" - }, - "title": "Impostazioni scure di YouTube" - } - } - } -} + "langCode": "it-IT", + "langName": "Italiano", + "messages": { + "resumingVideo": "Video a {{VIDEO_TIME}} in ripresa", + "settingVolume": "Impostazione aumento volume a {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "label": "Copia URL video con temporizzazione" + }, + "extras": { + "copied": "Copied!" + } + }, + "featureMenu": { + "button": { + "label": "Menu' funzioni" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Avanti veloce di {{TIME}}" + }, + "rewindButton": { + "label": "Riavvolgi di {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Nascondi le schede finali", + "toggle": { + "off": "Mostra le schede finali", + "on": "Nascondi le schede finali" + } + } + }, + "loopButton": { + "button": { + "label": "Ripeti", + "toggle": { + "off": "Ripetizione NO", + "on": "Ripetizione SÌ" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "Ingrandisci", + "toggle": { + "off": "Massimizza NO", + "on": "Massimizza SÌ" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Apri trascrizione" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Diminuisci velocità di {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Aumenta velocità di {{SPEED}}" + } + }, + "extras": { + "decreaseLimit": "Can't decrease further ({{SPEED}})", + "increaseLimit": "Can't increase further ({{SPEED}})" + } + }, + "playlistLength": { + "title": "La lunghezza totale può non essere accurata se alcuni video sono nascosti o se non hai caricato abbastanza video per ottenere la lunghezza completa." + }, + "playlistManagementButtons": { + "extras": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + } + }, + "saveToWatchLaterButton": { + "extras": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + } + }, + "screenshotButton": { + "button": { + "label": "Schermata" + }, + "extras": { + "copiedToClipboard": "Screenshot copied to clipboard" + } + }, + "videoHistory": { + "extras": { + "resumeButton": "Resume", + "resumePromptClose": "Close" + } + }, + "volumeBoostButton": { + "button": { + "label": "Aumento volume", + "toggle": { + "off": "Aumento volume NO", + "on": "Aumento volume SÌ" + } + } + } + } + }, + "options": { + "extras": { + "bottomButtons": { + "clear": { + "title": "Clears all data this extension has stored on your machine", + "value": "Clear Data" + }, + "confirm": { + "title": "Confirm setting reset", + "value": "Confirm" + }, + "openTab": { + "title": "Open extension settings in a new tab" + }, + "reset": { + "title": "Resets all settings to their defaults, Click the confirm button to save the changes", + "value": "Reset" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Copy video URL with timestamp button", + "decreasePlaybackSpeedButton": "Decrease Speed button", + "forwardButton": "Fast Forward button", + "hideEndScreenCardsButton": "Hide end screen cards button", + "increasePlaybackSpeedButton": "Increase Speed button", + "loopButton": "Loop button", + "maximizePlayerButton": "Maximize button", + "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind button", + "screenshotButton": "Screenshot button", + "volumeBoostButton": "Volume Boost button" + }, + "options": { + "below_player": { + "placement": "below the player controls", + "value": "Below Player" + }, + "feature_menu": { + "placement": "in the feature menu", + "value": "Feature Menu" + }, + "player_controls_left": { + "placement": "on the left side of player controls", + "value": "Left Controls" + }, + "player_controls_right": { + "placement": "on the right side of player controls", + "value": "Right Controls" + } + }, + "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Button placement settings" + }, + "clearData": { + "allDataDeleted": "All data has been deleted.", + "confirmAlert": "This will delete all extension data related to options. Continue?" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Menu Activation Type", + "options": { + "click": "Click", + "hover": "Hover" + }, + "title": "Select the method to activate the feature menu" + }, + "title": "Feature menu settings" + } + }, + "importExportSettings": { + "exportButton": { + "success": "Settings successfully exported", + "title": "Export settings to a JSON file", + "value": "Export Settings" + }, + "importButton": { + "error": { + "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", + "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" + }, + "success": "Settings imported successfully", + "title": "Import settings from a JSON file", + "value": "Import Settings" + } + }, + "language": { + "select": { + "label": "Language", + "title": "The language to use for the extension" + }, + "title": "Language" + }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "scrollForMoreSettings": "Scroll for more settings", + "settingSearch": { + "placeholder": "Search for a setting" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Key", + "title": "Enter your Youtube Data API V3 key." + }, + "title": "YouTube API V3 key" + } + }, + "notifications": { + "error": { + "optionConflict": "Questa opzione non può essere abilitata mentre '{{OPTION}}' è abilitato.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "Il tasto per modificare la velocità della rotellina del mouse non può essere lo stesso che modifica il volume con la rotellina del mouse.", + "volumeControl": "Il tasto che modifica il volume con la rotellina del mouse non può essere lo stesso che modifica la velocità della rotellina del mouse." + } + } + }, + "info": { + "reset": "Le opzioni sono state reimpostate ai valori predefiniti.\nPuoi salvare le modifiche cliccando il pulsante \"Conferma\" o scartarle chiudendo la pagina oppure ignorando questa notifica." + }, + "success": { + "saved": "Opzioni salvate." + } + } + } + }, + "settings": { + "sections": { + "customCSS": { + "enable": { + "label": "Abilita CSS personalizzato", + "title": "Abilita il CSS personalizzato da applicare alla pagina" + }, + "extras": { + "collapse": "Collapse Editor", + "expand": "Expand Editor", + "noProblems": "No problems found." + }, + "title": "Impostazioni CSS personalizzate" + }, + "deepDarkCSS": { + "enable": { + "label": "Deep Dark Theme", + "title": "Activate the selected theme for the page" + }, + "extras": { + "author": "Author", + "co-authors": "Co-authors" + }, + "settings": { + "colorShadow": { + "label": "Shadow color", + "title": "Color for shadows" + }, + "dimmerText": { + "label": "Secondary text color", + "title": "Color for secondary text" + }, + "hoverBackground": { + "label": "Hover background color", + "title": "Color for hover background" + }, + "mainBackground": { + "label": "Main background color", + "title": "Color for main background" + }, + "mainColor": { + "label": "Accent color", + "title": "Color for accent" + }, + "mainText": { + "label": "Main text color", + "title": "Color for main text" + }, + "secondBackground": { + "label": "Secondary background color", + "title": "Color for secondary background" + }, + "theme": { + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + } + } + }, + "title": "YouTube deep dark settings" + }, + "forwardRewindButtons": { + "enable": { + "label": "Abilita pulsanti avanti/riavvolgi", + "title": "Aggiunge i pulsanti avanti e riavvolgi al riproduttore video" + }, + "settings": { + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + } + }, + "title": "Impostazioni pulsante Avanti / Riavvolgi" + }, + "miscellaneous": { + "settings": { + "automaticallyDisableAmbientMode": { + "enable": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + } + }, + "automaticallyDisableAutoPlay": { + "enable": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + } + }, + "automaticallyDisableClosedCaptions": { + "enable": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + } + }, + "automaticallyEnableClosedCaptions": { + "enable": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + } + }, + "automaticallyMaximizePlayer": { + "enable": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + } + }, + "automaticallyShowMoreVideosOnEndScreen": { + "enable": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + } + }, + "automaticTheaterMode": { + "enable": { + "label": "Automatic theater mode", + "title": "Automatically enables theater mode when you load a video" + } + }, + "copyTimestampUrlButton": { + "enable": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + } + }, + "defaultToOriginalAudioTrack": { + "enable": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + } + }, + "saveToWatchLaterButton": { + "enable": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + } + }, + "hideArtificialIntelligenceSummary": { + "enable": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + } + }, + "hideEndScreenCards": { + "enable": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + } + }, + "hideEndScreenCardsButton": { + "enable": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + } + }, + "hideLiveStreamChat": { + "enable": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + } + }, + "hideMembersOnlyVideos": { + "enable": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + } + }, + "hideOfficialArtistVideosFromHomePage": { + "enable": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + } + }, + "hidePaidPromotionBanner": { + "enable": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + } + }, + "hidePlayables": { + "enable": { + "label": "Hide playables", + "title": "Hides all playables" + } + }, + "hidePlaylistRecommendationsFromHomePage": { + "enable": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + } + }, + "hideScrollbar": { + "enable": { + "label": "Hide scrollbar", + "title": "Hides the pages scrollbar" + } + }, + "hideShorts": { + "enable": { + "label": "Hide shorts", + "title": "Hides all shorts" + } + }, + "hideSidebarRecommendedVideos": { + "enable": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + } + }, + "hideTranslateComment": { + "enable": { + "label": "Hide translate comment button", + "title": "Hides 'Translate to Language' button under comments" + } + }, + "loopButton": { + "enable": { + "label": "Loop button", + "title": "Adds a button to the feature menu to loop the video you're watching" + } + }, + "maximizePlayerButton": { + "enable": { + "label": "Maximize player button", + "title": "Adds a button to the feature menu to maximize the player" + } + }, + "openTranscriptButton": { + "enable": { + "label": "Open transcript button", + "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + } + }, + "openYouTubeSettingsOnHover": { + "enable": { + "label": "Open YouTube settings on hover", + "title": "Opens the YouTube settings menu when you hover over the settings button" + } + }, + "pauseBackgroundPlayers": { + "enable": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + } + }, + "remainingTime": { + "enable": { + "label": "Remaining time", + "title": "Shows the remaining time of the video you're watching" + } + }, + "rememberVolume": { + "enable": { + "label": "Remember last volume", + "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + } + }, + "removeRedirect": { + "enable": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + } + }, + "restoreFullscreenScrolling": { + "enable": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + } + }, + "shareShortener": { + "enable": { + "label": "Shorten YouTube video share link", + "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + } + }, + "shortsAutoScroll": { + "enable": { + "label": "Shorts auto scroll", + "title": "Automatically scrolls to the next short" + } + }, + "skipContinueWatching": { + "enable": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + } + } + }, + "title": "Impostazioni varie" + }, + "onScreenDisplaySettings": { + "settings": { + "color": { + "label": "Color", + "select": { + "options": { + "blue": "Blue", + "green": "Green", + "orange": "Orange", + "pink": "Pink", + "purple": "Purple", + "red": "Red", + "white": "White", + "yellow": "Yellow" + } + }, + "title": "Select the color for the On-Screen Display" + }, + "hide": { + "label": "Hide Delay", + "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" + }, + "opacity": { + "label": "Opacity", + "title": "Adjust the transparency of the On-Screen Display" + }, + "padding": { + "label": "Padding", + "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." + }, + "position": { + "label": "Position", + "select": { + "options": { + "bottom_left": "Bottom Left", + "bottom_right": "Bottom Right", + "center": "Center", + "top_left": "Top Left", + "top_right": "Top Right" + } + }, + "title": "Select the position of the On-Screen Display" + }, + "type": { + "label": "Type", + "select": { + "options": { + "circle": "Circle", + "line": "Line", + "no_display": "No display", + "text": "Text" + } + }, + "title": "Select the type of On-Screen Display" + } + }, + "title": "Impostazioni schermo" + }, + "playerQuality": { + "enable": { + "label": "Automatic quality adjustment", + "title": "Automatically adjusts the video quality to the selected level." + }, + "settings": { + "quality": { + "select": { + "label": "Player quality", + "title": "The quality to set the video to" + } + }, + "qualityFallbackStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + } + }, + "title": "Automatic quality settings" + }, + "playerSpeed": { + "enable": { + "label": "Forced playback speed", + "title": "Sets the video speed to what you choose below" + }, + "settings": { + "buttons": { + "label": "Playback speed buttons", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + }, + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + }, + "speed": { + "select": { + "label": "Player speed", + "title": "The speed to set the video to" + } + } + }, + "title": "Playback speed settings" + }, + "playlistLength": { + "enable": { + "label": "Mostra informazioni lunghezza lista riproduzioni", + "title": "Mostra la lunghezza totale della lista riproduzioni, quanto è stato guardato e quanto ne rimane." + }, + "settings": { + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } + } + }, + "title": "Impostazioni lunghezza lista riproduzioni" + }, + "playlistManagementButtons": { + "settings": { + "markAsUnwatchedButton": { + "enable": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + } + }, + "removeVideoButton": { + "enable": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + } + }, + "title": "Playlist management settings" + }, + "screenshotButton": { + "enable": { + "label": "Pulsante Schermata", + "title": "Aggiunge un pulsante al riproduttore per catturare una schermata del video" + }, + "settings": { + "format": { + "label": "Screenshot format", + "title": "The format to save the screenshot in" + }, + "saveAs": { + "select": { + "options": { + "both": "Both (File and Clipboard)", + "clipboard": "Clipboard", + "file": "File" + }, + "label": "Screenshot save type", + "title": "The screenshot save type" + } + } + }, + "title": "Impostazioni schermata" + }, + "scrollWheelSpeedControl": { + "enable": { + "label": "Controllo velocità con scorrimento rotellina", + "title": "Premi un tasto modificatore per abilitare la regolazione della velocità con la rotellina." + }, + "extras": { + "optionLabel": "{{KEY}} key" + }, + "settings": { + "adjustmentSteps": { + "label": "Speed Change Per Scroll", + "title": "Adjust the speed change per scroll" + }, + "modifierKey": { + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + } + } + }, + "title": "Impostazioni controllo velocità con rotellina" + }, + "scrollWheelVolumeControl": { + "enable": { + "label": "Controllo volume con rotellina", + "title": "Permette di usare la rotellina di scorrimento per controllare il volume del video che stai guardando" + }, + "extras": { + "optionLabel": "{{KEY}} key" + }, + "settings": { + "adjustmentSteps": { + "label": "Volume Change Per Scroll", + "title": "Adjust the volume change per scroll" + }, + "holdModifierKey": { + "label": "When holding modifier key", + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + }, + "title": "Press a modifier key to enable volume adjustment with the scroll wheel." + }, + "holdRightClick": { + "label": "When holding right click", + "title": "Hold right click to enable scroll wheel volume control" + } + }, + "title": "Impostazioni controllo volume con rotellina" + }, + "videoHistory": { + "enable": { + "label": "Traccia i video visti", + "title": "Tiene traccia di dove hai lasciato i video che stavi guardando e abilita la ripresa della riproduzione" + }, + "settings": { + "resumeType": { + "select": { + "label": "Resume type", + "options": { + "automatic": "Automatic", + "prompt": "Prompt" + }, + "title": "Select how you want to resume videos" + } + } + }, + "title": "Impostazioni cronologia video" + }, + "volumeBoost": { + "enable": { + "label": "Aumento volume", + "title": "Abilita aumento volume" + }, + "settings": { + "amount": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by" + }, + "mode": { + "select": { + "label": "Volume boost mode", + "options": { + "global": "Global", + "perVideo": "Per video" + }, + "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + } + } + }, + "title": "Impostazioni aumento volume" + } + } + } +} \ No newline at end of file From dbd6e730e722c53b3f4070df0ec3bf212432e25a Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 25 Jan 2026 16:18:51 -0500 Subject: [PATCH 1530/1783] New translations en-us.json (Korean) --- public/locales/ko-KR.json | 1565 +++++++++++++++++++------------------ 1 file changed, 822 insertions(+), 743 deletions(-) diff --git a/public/locales/ko-KR.json b/public/locales/ko-KR.json index 1e7a93088..0ac454ef4 100644 --- a/public/locales/ko-KR.json +++ b/public/locales/ko-KR.json @@ -1,744 +1,823 @@ { - "langCode": "ko-KR", - "langName": "한국어", - "messages": { - "resumingVideo": "영상을 {{VIDEO_TIME}} 부터 다시 재생합니다.", - "settingVolume": "볼륨 부스트를 {{VOLUME_BOOST_AMOUNT}} 로 설정합니다." - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "복사되었습니다.", - "label": "현재 시간 주소 복사" - } - }, - "featureMenu": { - "button": { - "label": "추가 기능" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "{{TIME}} 초 빨리 감기" - }, - "rewindButton": { - "label": "{{TIME}} 초 되감기" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "최종 화면 숨기기", - "toggle": { - "off": "최종 화면 보기", - "on": "최종 화면 숨기기" - } - } - }, - "loopButton": { - "button": { - "label": "연속 재생", - "toggle": { - "off": "연속 재생 끄기", - "on": "연속 재생 켜기" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "화면 크기에 맞추기", - "toggle": { - "off": "끄기", - "on": "켜기" - } - } - }, - "miniPlayerButton": { - "button": { - "label": "Mini Player", - "toggle": { - "off": "Mini Player off", - "on": "Mini Player on" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "스크립트 보기" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "재생 속도를 {{SPEED}} 로 변경" - }, - "increasePlaybackSpeedButton": { - "label": "재생 속도를 {{SPEED}} 로 변경" - } - }, - "decreaseLimit": "({{SPEED}}) 에서 더 줄일 수 없습니다.", - "increaseLimit": "({{SPEED}}) 에서 더 늘릴 수 없습니다." - }, - "playlistLength": { - "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." - }, - "screenshotButton": { - "button": { - "label": "스크린샷" - }, - "copiedToClipboard": "현재 화면 클립보드에 복사" - }, - "videoHistory": { - "resumeButton": "이어서 시청하기", - "resumePrompt": { - "close": "닫기" - } - }, - "volumeBoostButton": { - "button": { - "label": "볼륨 부스트", - "toggle": { - "off": "볼륨 부스트 끄기", - "on": "볼륨 부스트 켜기" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "중복되는 키가 설정되어 있습니다.", - "volumeControl": "중복되는 키가 설정되어 있습니다." - } - } - }, - "info": { - "reset": "모든 옵션이 기본값으로 재설정되었습니다.\n이제 \"확인\" 버튼를 눌러 변경사항을 저장하거나 이 페이지를 닫아 변경사항을 취소할 수 있습니다." - }, - "success": { - "saved": "저장되었습니다." - } - } - } - }, - "settings": { - "clearData": { - "allDataDeleted": "모든 데이터가 삭제되었습니다.", - "confirmAlert": "모든 데이터가 삭제됩니다. 진행할까요?" - }, - "optionDisabled": { - "either": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " or " - }, - "plural": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " and " - }, - "singular": "Enable '{{OPTION}}' to configure this option", - "specificOption": { - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" - } - }, - "scrollForMoreSettings": "Scroll for more settings", - "sections": { - "automaticQuality": { - "enable": { - "label": "화질 설정", - "title": "영상의 화질이 자동으로 변경됩니다." - }, - "fallbackQualityStrategy": { - "select": { - "label": "화질 대체", - "options": { - "higher": "높음", - "lower": "낮음" - }, - "title": "선택한 화질을 사용할 수 없을 때 다음 방법을 사용합니다." - } - }, - "select": { - "label": "동영상 화질", - "title": "항상 선택한 화질로 동영상이 재생됩니다." - }, - "title": "동영상 화질 자동 변경" - }, - "bottomButtons": { - "clear": { - "title": "확장과 관련된 데이터를 PC에서 모두 삭제합니다.", - "value": "데이터 삭제" - }, - "confirm": { - "title": "작업을 진행하려면 다시 누르세요", - "value": "확인" - }, - "openTab": { - "title": "새 탭에서 설정 열기" - }, - "reset": { - "title": "모든 설정을 기본값으로 변경합니다. 진행을 원하시면 확인을 누르세요", - "value": "초기화" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "현재 시간 주소 복사 버튼", - "decreasePlaybackSpeedButton": "속도 조절 버튼", - "forwardButton": "빨리 감기 버튼", - "hideEndScreenCardsButton": "최종 화면 숨기기", - "increasePlaybackSpeedButton": "속도 조절 버튼", - "loopButton": "연속 재생 버튼", - "maximizePlayerButton": "화면 크기에 맞추기 버튼", - "miniPlayerButton": "Mini Player", - "openTranscriptButton": "스크립트 보기 버튼", - "rewindButton": "되감기 버튼", - "screenshotButton": "스크린샷 버튼", - "volumeBoostButton": "볼륨 부스트 버튼" - }, - "options": { - "below_player": { - "placement": "플레이어 컨트롤 아래", - "value": "아래" - }, - "feature_menu": { - "placement": "추가 기능 버튼", - "value": "추가 기능" - }, - "player_controls_left": { - "placement": "플레이어 컨트롤의 왼쪽", - "value": "왼쪽" - }, - "player_controls_right": { - "placement": "플레이어 컨트롤의 오른쪽", - "value": "오른쪽" - } - }, - "title": "{{BUTTON_NAME}} 을 {{PLACEMENT}} 에 배치하세요" - }, - "title": "Button placement settings" - }, - "customCSS": { - "editor": { - "collapse": "편집기 축소", - "expand": "편집기 확대", - "noProblems": "발견된 문제가 없습니다." - }, - "enable": { - "label": "CSS 커스텀 활성화", - "title": "커스텀 CSS를 적용할 수 있습니다." - }, - "title": "Custom CSS settings" - }, - "featureMenu": { - "openType": { - "select": { - "label": "메뉴 활성화 방식", - "options": { - "click": "클릭 시", - "hover": "마우스 커서를 올릴 때" - }, - "title": "추가 기능 메뉴를 어떤 방식으로 열지 선택하세요" - }, - "title": "추가 기능 설정" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "되감기/빨리 감기 버튼 사용", - "title": "플레이어에 되감기와 빨리 감기 버튼을 추가합니다." - }, - "time": { - "label": "되감기/빨리 감기 시간", - "title": "되감기/빨리 감기 시간" - }, - "title": "되감기/빨리 감기 버튼 설정" - }, - "importExportSettings": { - "exportButton": { - "success": "설정을 성공적으로 내보냈습니다.", - "title": "설정 JSON로 내보내기", - "value": "설정 내보내기" - }, - "importButton": { - "error": { - "unknown": "설정 가져오기에 오류가 있습니다. 파일 형식을 확인하십시오.", - "validation": "설정 가져 오기에 오류가 있습니다. 파일 형식을 확인하십시오.\n{{ERROR_MESSAGE}}" - }, - "success": "설정 파일을 성공적으로 가져왔습니다.", - "title": "JSON 파일에서 설정 가져오기", - "value": "설정 가져오기" - } - }, - "language": { - "select": { - "label": "언어", - "title": "이곳에서 언어를 변경할 수 있습니다." - }, - "title": "언어" - }, - "miniPlayer": { - "enable": { - "label": "Open Mini Player when viewing comments", - "title": "Automatically opens the Mini Player when you scroll to comments." - }, - "position": { - "label": "Default Mini Player position", - "options": { - "bottomCenter": "Bottom center", - "bottomLeft": "Bottom left", - "bottomRight": "Bottom right", - "topCenter": "Top center", - "topLeft": "Top left", - "topRight": "Top right" - }, - "title": "Sets the starting position before you move the Mini Player." - }, - "size": { - "label": "Default Mini Player size", - "title": "Sets the initial size before you resize the Mini Player." - }, - "title": "Mini Player settings" - }, - "miniPlayerButton": { - "label": "Mini Player button", - "title": "Adds a button that opens the Mini Player" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "자동 극장 모드", - "title": "동영상 재생 시 자동으로 극장 모드가 활성화 됩니다." - }, - "automaticallyDisableAmbientMode": { - "label": "Automatically disable ambient mode", - "title": "Automatically disables ambient mode when you load a video" - }, - "automaticallyDisableAutoPlay": { - "label": "Automatically disable autoplay", - "title": "Automatically disables autoplay when you load a video" - }, - "automaticallyDisableClosedCaptions": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" - }, - "automaticallyEnableClosedCaptions": { - "label": "Automatically enable closed captions", - "title": "Automatically enables closed captions when you load a video" - }, - "automaticallyMaximizePlayer": { - "label": "Automatically maximize player", - "title": "Automatically maximizes the player when you load a video" - }, - "automaticallyShowMoreVideosOnEndScreen": { - "label": "Automatically show more videos on end screen", - "title": "Automatically shows more videos on end screen when you load a video" - }, - "copyTimestampUrlButton": { - "label": "현재 시간 주소 복사 버튼", - "title": "현재 시간 주소 복사 (?t=123)" - }, - "defaultToOriginalAudioTrack": { - "label": "Default to original audio track", - "title": "Always default to the original audio track" - }, - "enableMarkAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Add a button to playlist items to mark videos as unwatched" - }, - "enableRemoveVideoButton": { - "label": "Remove video button", - "title": "Add a button to playlist items to remove videos from the playlist" - }, - "enableSaveToWatchLaterButton": { - "label": "Enable save to Watch Later button", - "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" - }, - "hideArtificialIntelligenceSummary": { - "label": "Hide AI summary", - "title": "Hides the artificial intelligence summary below videos" - }, - "hideEndScreenCards": { - "label": "최종 화면 숨기기", - "title": "동영상 마지막에 등장하는 추천 동영상 카드들을 숨깁니다." - }, - "hideEndScreenCardsButton": { - "label": "최종 화면 숨기기 버튼", - "title": "동영상 마지막에 등장하는 추천 동영상 카드들을 숨기거나 표시합니다." - }, - "hideLiveStreamChat": { - "label": "실시간 채팅 숨기기", - "title": "실시간 채팅 레이아웃을 숨깁니다." - }, - "hideMembersOnlyVideos": { - "label": "Hide members-only videos", - "title": "Hides videos that are only visible to members" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" - }, - "hidePaidPromotionBanner": { - "label": "유료 광고 배너 숨기기", - "title": "유료 광고가 있는 동영상을 볼 때 나타나는 배너를 숨깁니다." - }, - "hidePlayables": { - "label": "Hide playables", - "title": "Hides all playables" - }, - "hidePlaylistRecommendationsFromHomePage": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" - }, - "hideScrollbar": { - "label": "스크롤바 숨기기", - "title": "스크롤바를 숨깁니다. 깔끔한 느낌을 받으시려면 키세요" - }, - "hideShorts": { - "label": "쇼츠 숨기기", - "title": "쇼츠 동영상들을 숨깁니다." - }, - "hideSidebarRecommendedVideos": { - "label": "Hide recommended videos", - "title": "Hides the sidebar that recommends videos" - }, - "hideTranslateComment": { - "label": "댓글 번역 버튼 숨기기", - "title": "댓글 아래에 표시되는 번역 버튼을 숨깁니다." - }, - "loopButton": { - "label": "연속 재생 버튼", - "title": "추가 기능 메뉴에 \"연속 재생\" 버튼을 추가합니다." - }, - "maximizePlayerButton": { - "label": "화면 크기에 맞추기 버튼", - "title": "추가 기능 메뉴에 \"화면 크기에 맞추기\" 버튼을 추가합니다." - }, - "openTranscriptButton": { - "label": "스크립트 보기 버튼", - "title": "추가 기능 메뉴에 \"스크립트 보기\" 버튼을 추가합니다." - }, - "openYouTubeSettingsOnHover": { - "label": "마우스 커서를 올려 유튜브 설정 열기", - "title": "설정 버튼 위로 마우스 커서를 올리면 유튜브 설정 메뉴를 엽니다." - }, - "pauseBackgroundPlayers": { - "label": "백그라운드 플레이어 일시 중지", - "title": "다른 탭에서 동영상을 재생할 때 이전 탭의 동영상 플레이어를 일시 중지합니다." - }, - "remainingTime": { - "label": "남은 시간 표시", - "title": "현재 동영상의 남은 시간을 표시합니다." - }, - "rememberLastVolume": { - "label": "마지막 볼륨 기억", - "title": "마지막으로 본 동영상의 볼륨이 다른 동영상에서도 유지됩니다." - }, - "removeRedirect": { - "label": "유튜브 / 리디렉션 URL 제거", - "title": "리디렉션 경고 대화를 건너뛰고 실제 URL로 유튜브 리디렉션을 대체합니다." - }, - "restoreFullscreenScrolling": { - "label": "Restore fullscreen scrolling", - "title": "Restores scrolling in fullscreen mode" - }, - "shareShortener": { - "label": "유튜브 동영상 공유 링크 짧게하기", - "title": "si/feature 매개 변수를 제거하여 유튜브 동영상 공유 링크를 단축(youtu.be)" - }, - "shortsAutoScroll": { - "label": "쇼츠 동영상 자동 스크롤", - "title": "재생이 완료되면 다음 쇼츠로 넘어갑니다." - }, - "skipContinueWatching": { - "label": "'동영상이 일시중지되었습니다. 이어서 시청하시겠어요?' 팝업 스킵", - "title": "'동영상이 일시중지되었습니다. 이어서 시청하시겠어요?' 팝업을 자동으로 스킵하여 끊김 없는 재생을 유지합니다." - } - }, - "title": "기타 설정" - }, - "onScreenDisplaySettings": { - "color": { - "label": "색상", - "options": { - "blue": "블루", - "green": "그린", - "orange": "오렌지", - "pink": "핑크", - "purple": "퍼플", - "red": "레드", - "white": "화이트", - "yellow": "옐로우" - }, - "title": "화면에 속도 조절 등의 알림을 표시하는 텍스트 색상을 변경합니다." - }, - "hide": { - "label": "사라지는 시간", - "title": "온 스크린 디스플레이가 몇초 후에 사라지는지 설정합니다." - }, - "opacity": { - "label": "투명도", - "title": "온 스크린 디스플레이의 투명도 조절" - }, - "padding": { - "label": "여백", - "title": "온 스크린 디스플레이의 주변 여백을 픽셀 단위로 조절합니다." - }, - "position": { - "label": "위치", - "options": { - "bottom_left": "왼쪽 아래", - "bottom_right": "오른쪽 아래", - "center": "가운데", - "top_left": "왼쪽 위", - "top_right": "오른쪽 위" - }, - "title": "온 스크린 디스플레이의 위치를 선택하세요" - }, - "title": "On-screen display settings", - "type": { - "label": "유형", - "options": { - "circle": "원형", - "line": "선", - "no_display": "표시 안 함", - "text": "텍스트" - }, - "title": "온 스크린 디스플레이가 어떻게 표시될지 선택합니다." - } - }, - "playbackSpeed": { - "enable": { - "label": "재생 속도 고정", - "title": "동영상 재생 속도를 아래에서 선택한 속도로 설정합니다." - }, - "playbackSpeedButtons": { - "label": "재생 속도 버튼", - "select": { - "label": "재생 속도 버튼", - "title": "클릭당 변경되는 속도 단위" - }, - "title": "보고있는 동영상의 재생 속도를 변경하기 위한 버튼 추가" - }, - "select": { - "label": "플레이어 속도", - "title": "동영상의 속도를 변경합니다." - }, - "title": "재생 속도 설정" - }, - "playlistLength": { - "enable": { - "label": "Display playlist length information", - "title": "Shows the total length of the playlist, how much has been watched, and how much remains." - }, - "title": "Playlist length settings", - "wayToGetLength": { - "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "Method to get watched time", - "options": { - "duration": "Video Length", - "youtube": "Video Watch Time" - }, - "title": "The way to get the amount of time watched (Video Length type only used on watch page)" - } - } - }, - "playlistManagement": { - "features": { - "markAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - }, - "removeVideoButton": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - } - }, - "title": "Playlist management settings" - }, - "playlistManagementButtons": { - "failedToMarkAsUnwatched": "Failed to mark video as unwatched", - "failedToRemoveVideo": "Failed to remove video", - "markAsUnwatched": "Mark as unwatched", - "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "Remove video", - "removingVideo": "Removing video…" - }, - "saveToWatchLaterButton": { - "failedToSaveVideo": "Failed to save video to Watch Later", - "saveVideo": "Save to Watch Later", - "savingVideo": "Saving to Watch Later…" - }, - "screenshotButton": { - "enable": { - "label": "스크린샷 버튼", - "title": "현재 화면을 캡처하기 위한 스크린샷 버튼을 추가합니다." - }, - "saveAs": { - "both": "Both (File and Clipboard)", - "clipboard": "클립보드로 복사", - "file": "파일로 저장" - }, - "selectFormat": { - "label": "캡처 방법", - "title": "스크린샷을 저장하는 방식" - }, - "selectSaveAs": { - "label": "스크린샷 저장 방식", - "title": "현재 화면을 클립보드에 복사, 파일로 저장 두 가지 옵션이 있습니다." - }, - "title": "스크린샷 설정" - }, - "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "스크롤 당 속도 변경", - "title": "스크롤에 따라 속도가 조절됩니다." - }, - "enable": { - "label": "스크롤 휠로 속도 제어", - "title": "스크롤 휠을 사용해 속도를 조절하려면 이 옵션을 사용하세요" - }, - "optionLabel": "{{KEY}}", - "select": { - "label": "보조 키", - "title": "보조 키와 함께 사용해야 작동이 됩니다." - }, - "title": "스크롤 휠 속도 제어 설정" - }, - "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "스크롤 당 볼륨 조절", - "title": "스크롤에 따라 볼륨이 조절됩니다." - }, - "enable": { - "label": "스크롤로 볼륨 조절", - "title": "스크롤 휠을 사용하여 보고 있는 동영상의 볼륨을 조절할 수 있습니다." - }, - "holdModifierKey": { - "enable": { - "label": "보조 키를 누를 때 활성화", - "title": "보조 키와 함께 사용해야 작동합니다." - }, - "optionLabel": "{{KEY}}", - "select": { - "label": "보조 키", - "title": "보조 키와 함께 사용해야 작동합니다." - } - }, - "holdRightClick": { - "enable": { - "label": "마우스 오른쪽 버튼을 누른 상태에서 활성화", - "title": "우클릭 상태로 스크롤 하세요" - } - }, - "title": "스크롤 휠로 볼륨 조절 설정" - }, - "settingSearch": { - "placeholder": "설정 검색" - }, - "videoHistory": { - "enable": { - "label": "시청한 동영상 기억", - "title": "동영상의 중단된 위치를 기억하고 이어서 시청할 수 있습니다." - }, - "resumeType": { - "select": { - "label": "이어서 시청하기", - "options": { - "automatic": "자동", - "prompt": "팝업 클릭" - }, - "title": "이어서 시청하는 방법 선택" - } - }, - "title": "동영상 시청 기록 설정" - }, - "volumeBoost": { - "boostAmount": { - "label": "부피 부스트(dB)", - "title": "높을 수록 소리가 커집니다." - }, - "enable": { - "label": "볼륨 부스트", - "title": "볼륨 부스트 켜기" - }, - "mode": { - "select": { - "label": "볼륨 부스트 적용 방법", - "options": { - "global": "전체", - "perVideo": "개별 동영상" - }, - "title": "볼륨 부스트 활성화 방법을 선택하십시오. '개별 동영상'을 사용하면 추가 기능 메뉴에서 각 비디오를 개별적으로 적용할 수 있습니다. 전체'를 선택하면 이 모든 동영상에 적용됩니다." - } - }, - "title": "볼륨 부스트 설정" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "You can get one from here", - "input": { - "label": "API Key", - "title": "Enter your Youtube Data API V3 key." - }, - "title": "YouTube API V3 key" - }, - "youtubeDeepDark": { - "author": "개발자", - "co-authors": "도와주신분들", - "colors": { - "colorShadow": { - "label": "그림자 색상", - "title": "그림자 색상" - }, - "dimmerText": { - "label": "보조 텍스트 색상", - "title": "보조 텍스트의 색상" - }, - "hoverBackground": { - "label": "마우스 커서를 올렸을 때 색상", - "title": "마우스 커서를 올렸을 때의 색상을 변경합니다." - }, - "mainBackground": { - "label": "메인 배경 색상", - "title": "메인 백그라운드 색상을 변경합니다." - }, - "mainColor": { - "label": "강조 색상", - "title": "강조할 색상을 선택하세요" - }, - "mainText": { - "label": "메인 텍스트 색상", - "title": "메인 텍스트 색상을 변경합니다." - }, - "secondBackground": { - "label": "보조 배경 색상", - "title": "보조 배경의 색상을 변경합니다." - } - }, - "enable": { - "label": "선택한 테마 사용", - "title": "선택한 테마를 활성화합니다." - }, - "select": { - "label": "테마 선택", - "title": "적용할 테마를 선택하세요" - }, - "title": "YouTube deep dark settings" - } - } - } -} + "langCode": "ko-KR", + "langName": "한국어", + "messages": { + "resumingVideo": "영상을 {{VIDEO_TIME}} 부터 다시 재생합니다.", + "settingVolume": "볼륨 부스트를 {{VOLUME_BOOST_AMOUNT}} 로 설정합니다." + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "label": "현재 시간 주소 복사" + }, + "extras": { + "copied": "Copied!" + } + }, + "featureMenu": { + "button": { + "label": "추가 기능" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "{{TIME}} 초 빨리 감기" + }, + "rewindButton": { + "label": "{{TIME}} 초 되감기" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "최종 화면 숨기기", + "toggle": { + "off": "최종 화면 보기", + "on": "최종 화면 숨기기" + } + } + }, + "loopButton": { + "button": { + "label": "연속 재생", + "toggle": { + "off": "연속 재생 끄기", + "on": "연속 재생 켜기" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "화면 크기에 맞추기", + "toggle": { + "off": "끄기", + "on": "켜기" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "스크립트 보기" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "재생 속도를 {{SPEED}} 로 변경" + }, + "increasePlaybackSpeedButton": { + "label": "재생 속도를 {{SPEED}} 로 변경" + } + }, + "extras": { + "decreaseLimit": "Can't decrease further ({{SPEED}})", + "increaseLimit": "Can't increase further ({{SPEED}})" + } + }, + "playlistLength": { + "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + }, + "playlistManagementButtons": { + "extras": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + } + }, + "saveToWatchLaterButton": { + "extras": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + } + }, + "screenshotButton": { + "button": { + "label": "스크린샷" + }, + "extras": { + "copiedToClipboard": "Screenshot copied to clipboard" + } + }, + "videoHistory": { + "extras": { + "resumeButton": "Resume", + "resumePromptClose": "Close" + } + }, + "volumeBoostButton": { + "button": { + "label": "볼륨 부스트", + "toggle": { + "off": "볼륨 부스트 끄기", + "on": "볼륨 부스트 켜기" + } + } + } + } + }, + "options": { + "extras": { + "bottomButtons": { + "clear": { + "title": "Clears all data this extension has stored on your machine", + "value": "Clear Data" + }, + "confirm": { + "title": "Confirm setting reset", + "value": "Confirm" + }, + "openTab": { + "title": "Open extension settings in a new tab" + }, + "reset": { + "title": "Resets all settings to their defaults, Click the confirm button to save the changes", + "value": "Reset" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Copy video URL with timestamp button", + "decreasePlaybackSpeedButton": "Decrease Speed button", + "forwardButton": "Fast Forward button", + "hideEndScreenCardsButton": "Hide end screen cards button", + "increasePlaybackSpeedButton": "Increase Speed button", + "loopButton": "Loop button", + "maximizePlayerButton": "Maximize button", + "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind button", + "screenshotButton": "Screenshot button", + "volumeBoostButton": "Volume Boost button" + }, + "options": { + "below_player": { + "placement": "below the player controls", + "value": "Below Player" + }, + "feature_menu": { + "placement": "in the feature menu", + "value": "Feature Menu" + }, + "player_controls_left": { + "placement": "on the left side of player controls", + "value": "Left Controls" + }, + "player_controls_right": { + "placement": "on the right side of player controls", + "value": "Right Controls" + } + }, + "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Button placement settings" + }, + "clearData": { + "allDataDeleted": "All data has been deleted.", + "confirmAlert": "This will delete all extension data related to options. Continue?" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Menu Activation Type", + "options": { + "click": "Click", + "hover": "Hover" + }, + "title": "Select the method to activate the feature menu" + }, + "title": "Feature menu settings" + } + }, + "importExportSettings": { + "exportButton": { + "success": "Settings successfully exported", + "title": "Export settings to a JSON file", + "value": "Export Settings" + }, + "importButton": { + "error": { + "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", + "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" + }, + "success": "Settings imported successfully", + "title": "Import settings from a JSON file", + "value": "Import Settings" + } + }, + "language": { + "select": { + "label": "Language", + "title": "The language to use for the extension" + }, + "title": "Language" + }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "scrollForMoreSettings": "Scroll for more settings", + "settingSearch": { + "placeholder": "Search for a setting" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Key", + "title": "Enter your Youtube Data API V3 key." + }, + "title": "YouTube API V3 key" + } + }, + "notifications": { + "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "중복되는 키가 설정되어 있습니다.", + "volumeControl": "중복되는 키가 설정되어 있습니다." + } + } + }, + "info": { + "reset": "모든 옵션이 기본값으로 재설정되었습니다.\n이제 \"확인\" 버튼를 눌러 변경사항을 저장하거나 이 페이지를 닫아 변경사항을 취소할 수 있습니다." + }, + "success": { + "saved": "저장되었습니다." + } + } + } + }, + "settings": { + "sections": { + "customCSS": { + "enable": { + "label": "CSS 커스텀 활성화", + "title": "커스텀 CSS를 적용할 수 있습니다." + }, + "extras": { + "collapse": "Collapse Editor", + "expand": "Expand Editor", + "noProblems": "No problems found." + }, + "title": "Custom CSS settings" + }, + "deepDarkCSS": { + "enable": { + "label": "Deep Dark Theme", + "title": "Activate the selected theme for the page" + }, + "extras": { + "author": "Author", + "co-authors": "Co-authors" + }, + "settings": { + "colorShadow": { + "label": "Shadow color", + "title": "Color for shadows" + }, + "dimmerText": { + "label": "Secondary text color", + "title": "Color for secondary text" + }, + "hoverBackground": { + "label": "Hover background color", + "title": "Color for hover background" + }, + "mainBackground": { + "label": "Main background color", + "title": "Color for main background" + }, + "mainColor": { + "label": "Accent color", + "title": "Color for accent" + }, + "mainText": { + "label": "Main text color", + "title": "Color for main text" + }, + "secondBackground": { + "label": "Secondary background color", + "title": "Color for secondary background" + }, + "theme": { + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + } + } + }, + "title": "YouTube deep dark settings" + }, + "forwardRewindButtons": { + "enable": { + "label": "되감기/빨리 감기 버튼 사용", + "title": "플레이어에 되감기와 빨리 감기 버튼을 추가합니다." + }, + "settings": { + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + } + }, + "title": "되감기/빨리 감기 버튼 설정" + }, + "miscellaneous": { + "settings": { + "automaticallyDisableAmbientMode": { + "enable": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + } + }, + "automaticallyDisableAutoPlay": { + "enable": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + } + }, + "automaticallyDisableClosedCaptions": { + "enable": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + } + }, + "automaticallyEnableClosedCaptions": { + "enable": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + } + }, + "automaticallyMaximizePlayer": { + "enable": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + } + }, + "automaticallyShowMoreVideosOnEndScreen": { + "enable": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + } + }, + "automaticTheaterMode": { + "enable": { + "label": "Automatic theater mode", + "title": "Automatically enables theater mode when you load a video" + } + }, + "copyTimestampUrlButton": { + "enable": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + } + }, + "defaultToOriginalAudioTrack": { + "enable": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + } + }, + "saveToWatchLaterButton": { + "enable": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + } + }, + "hideArtificialIntelligenceSummary": { + "enable": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + } + }, + "hideEndScreenCards": { + "enable": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + } + }, + "hideEndScreenCardsButton": { + "enable": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + } + }, + "hideLiveStreamChat": { + "enable": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + } + }, + "hideMembersOnlyVideos": { + "enable": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + } + }, + "hideOfficialArtistVideosFromHomePage": { + "enable": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + } + }, + "hidePaidPromotionBanner": { + "enable": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + } + }, + "hidePlayables": { + "enable": { + "label": "Hide playables", + "title": "Hides all playables" + } + }, + "hidePlaylistRecommendationsFromHomePage": { + "enable": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + } + }, + "hideScrollbar": { + "enable": { + "label": "Hide scrollbar", + "title": "Hides the pages scrollbar" + } + }, + "hideShorts": { + "enable": { + "label": "Hide shorts", + "title": "Hides all shorts" + } + }, + "hideSidebarRecommendedVideos": { + "enable": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + } + }, + "hideTranslateComment": { + "enable": { + "label": "Hide translate comment button", + "title": "Hides 'Translate to Language' button under comments" + } + }, + "loopButton": { + "enable": { + "label": "Loop button", + "title": "Adds a button to the feature menu to loop the video you're watching" + } + }, + "maximizePlayerButton": { + "enable": { + "label": "Maximize player button", + "title": "Adds a button to the feature menu to maximize the player" + } + }, + "openTranscriptButton": { + "enable": { + "label": "Open transcript button", + "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + } + }, + "openYouTubeSettingsOnHover": { + "enable": { + "label": "Open YouTube settings on hover", + "title": "Opens the YouTube settings menu when you hover over the settings button" + } + }, + "pauseBackgroundPlayers": { + "enable": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + } + }, + "remainingTime": { + "enable": { + "label": "Remaining time", + "title": "Shows the remaining time of the video you're watching" + } + }, + "rememberVolume": { + "enable": { + "label": "Remember last volume", + "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + } + }, + "removeRedirect": { + "enable": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + } + }, + "restoreFullscreenScrolling": { + "enable": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + } + }, + "shareShortener": { + "enable": { + "label": "Shorten YouTube video share link", + "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + } + }, + "shortsAutoScroll": { + "enable": { + "label": "Shorts auto scroll", + "title": "Automatically scrolls to the next short" + } + }, + "skipContinueWatching": { + "enable": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + } + } + }, + "title": "기타 설정" + }, + "onScreenDisplaySettings": { + "settings": { + "color": { + "label": "Color", + "select": { + "options": { + "blue": "Blue", + "green": "Green", + "orange": "Orange", + "pink": "Pink", + "purple": "Purple", + "red": "Red", + "white": "White", + "yellow": "Yellow" + } + }, + "title": "Select the color for the On-Screen Display" + }, + "hide": { + "label": "Hide Delay", + "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" + }, + "opacity": { + "label": "Opacity", + "title": "Adjust the transparency of the On-Screen Display" + }, + "padding": { + "label": "Padding", + "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." + }, + "position": { + "label": "Position", + "select": { + "options": { + "bottom_left": "Bottom Left", + "bottom_right": "Bottom Right", + "center": "Center", + "top_left": "Top Left", + "top_right": "Top Right" + } + }, + "title": "Select the position of the On-Screen Display" + }, + "type": { + "label": "Type", + "select": { + "options": { + "circle": "Circle", + "line": "Line", + "no_display": "No display", + "text": "Text" + } + }, + "title": "Select the type of On-Screen Display" + } + }, + "title": "On-screen display settings" + }, + "playerQuality": { + "enable": { + "label": "Automatic quality adjustment", + "title": "Automatically adjusts the video quality to the selected level." + }, + "settings": { + "quality": { + "select": { + "label": "Player quality", + "title": "The quality to set the video to" + } + }, + "qualityFallbackStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + } + }, + "title": "Automatic quality settings" + }, + "playerSpeed": { + "enable": { + "label": "Forced playback speed", + "title": "Sets the video speed to what you choose below" + }, + "settings": { + "buttons": { + "label": "Playback speed buttons", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + }, + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + }, + "speed": { + "select": { + "label": "Player speed", + "title": "The speed to set the video to" + } + } + }, + "title": "Playback speed settings" + }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + }, + "settings": { + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } + } + }, + "title": "Playlist length settings" + }, + "playlistManagementButtons": { + "settings": { + "markAsUnwatchedButton": { + "enable": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + } + }, + "removeVideoButton": { + "enable": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + } + }, + "title": "Playlist management settings" + }, + "screenshotButton": { + "enable": { + "label": "스크린샷 버튼", + "title": "현재 화면을 캡처하기 위한 스크린샷 버튼을 추가합니다." + }, + "settings": { + "format": { + "label": "Screenshot format", + "title": "The format to save the screenshot in" + }, + "saveAs": { + "select": { + "options": { + "both": "Both (File and Clipboard)", + "clipboard": "Clipboard", + "file": "File" + }, + "label": "Screenshot save type", + "title": "The screenshot save type" + } + } + }, + "title": "스크린샷 설정" + }, + "scrollWheelSpeedControl": { + "enable": { + "label": "스크롤 휠로 속도 제어", + "title": "스크롤 휠을 사용해 속도를 조절하려면 이 옵션을 사용하세요" + }, + "extras": { + "optionLabel": "{{KEY}} key" + }, + "settings": { + "adjustmentSteps": { + "label": "Speed Change Per Scroll", + "title": "Adjust the speed change per scroll" + }, + "modifierKey": { + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + } + } + }, + "title": "스크롤 휠 속도 제어 설정" + }, + "scrollWheelVolumeControl": { + "enable": { + "label": "스크롤로 볼륨 조절", + "title": "스크롤 휠을 사용하여 보고 있는 동영상의 볼륨을 조절할 수 있습니다." + }, + "extras": { + "optionLabel": "{{KEY}} key" + }, + "settings": { + "adjustmentSteps": { + "label": "Volume Change Per Scroll", + "title": "Adjust the volume change per scroll" + }, + "holdModifierKey": { + "label": "When holding modifier key", + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + }, + "title": "Press a modifier key to enable volume adjustment with the scroll wheel." + }, + "holdRightClick": { + "label": "When holding right click", + "title": "Hold right click to enable scroll wheel volume control" + } + }, + "title": "스크롤 휠로 볼륨 조절 설정" + }, + "videoHistory": { + "enable": { + "label": "시청한 동영상 기억", + "title": "동영상의 중단된 위치를 기억하고 이어서 시청할 수 있습니다." + }, + "settings": { + "resumeType": { + "select": { + "label": "Resume type", + "options": { + "automatic": "Automatic", + "prompt": "Prompt" + }, + "title": "Select how you want to resume videos" + } + } + }, + "title": "동영상 시청 기록 설정" + }, + "volumeBoost": { + "enable": { + "label": "볼륨 부스트", + "title": "볼륨 부스트 켜기" + }, + "settings": { + "amount": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by" + }, + "mode": { + "select": { + "label": "Volume boost mode", + "options": { + "global": "Global", + "perVideo": "Per video" + }, + "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + } + } + }, + "title": "볼륨 부스트 설정" + } + } + } +} \ No newline at end of file From 3f17af8d46de96b4801e09443f0780684c368243 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 25 Jan 2026 16:18:52 -0500 Subject: [PATCH 1531/1783] New translations en-us.json (Dutch) --- public/locales/nl-NL.json | 1565 +++++++++++++++++++------------------ 1 file changed, 822 insertions(+), 743 deletions(-) diff --git a/public/locales/nl-NL.json b/public/locales/nl-NL.json index 55d721653..4264ba999 100644 --- a/public/locales/nl-NL.json +++ b/public/locales/nl-NL.json @@ -1,744 +1,823 @@ { - "langCode": "nl-NL", - "langName": "Nederlands(Nederland)", - "messages": { - "resumingVideo": "Video hervatten bij {{VIDEO_TIME}}", - "settingVolume": "Volume boost instellen op {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "Gekopieerd!", - "label": "Kopieer video URL met tijdstempel" - } - }, - "featureMenu": { - "button": { - "label": "Functies menu" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "{{TIME}} doorspoelen" - }, - "rewindButton": { - "label": "{{TIME}} terugspoelen" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "Eindscherm elementen verbergen", - "toggle": { - "off": "Eindscherm elementen tonen", - "on": "Eindscherm elementen verbergen" - } - } - }, - "loopButton": { - "button": { - "label": "Loop", - "toggle": { - "off": "Loop uit", - "on": "Loop aan" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "Maximaliseren", - "toggle": { - "off": "Maximaliseren uit", - "on": "Maximaliseren aan" - } - } - }, - "miniPlayerButton": { - "button": { - "label": "Mini Player", - "toggle": { - "off": "Mini Player off", - "on": "Mini Player on" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Open ondertitels" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Verlaag de afspeelsnelheid naar {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Verhoog de afspeelsnelheid naar {{SPEED}}" - } - }, - "decreaseLimit": "Kan de snelheid niet langer verlagen ({{SPEED}})", - "increaseLimit": "Kan de snelheid niet langer verhogen ({{SPEED}})" - }, - "playlistLength": { - "title": "De totale lengte kan inaccuraat zijn als enkele video's verborgen zijn of als je niet genoeg video's hebt ingeladen om de totale lengte te krijgen." - }, - "screenshotButton": { - "button": { - "label": "Schermafbeelding" - }, - "copiedToClipboard": "Schermafbeelding gekopieerd naar het klembord" - }, - "videoHistory": { - "resumeButton": "Hervatten", - "resumePrompt": { - "close": "Sluiten" - } - }, - "volumeBoostButton": { - "button": { - "label": "Volume boost", - "toggle": { - "off": "Volume boost uit", - "on": "Volume boost aan" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "De snelheid van de scrollwiel snelheid controleknop kan niet dezelfde zijn als de scrollwiel volume controleknop.", - "volumeControl": "De scrollwiel volume controleknop kan niet dezelfde zijn als de scrollwiel snelheid controleknop." - } - } - }, - "info": { - "reset": "Alle opties zijn teruggezet op hun standaardwaarden. Je kan je veranderingen opslaan door op de \"Bevestig\" knop te drukken of ze negeren door deze pagina te sluiten of deze melding te negeren." - }, - "success": { - "saved": "Opties opgeslagen." - } - } - } - }, - "settings": { - "clearData": { - "allDataDeleted": "Alle data werd verwijderd.", - "confirmAlert": "Dit zal alle extensie data gerelateerd aan de opties verwijderen. Wil je verdergaan?" - }, - "optionDisabled": { - "either": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " or " - }, - "plural": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " and " - }, - "singular": "Enable '{{OPTION}}' to configure this option", - "specificOption": { - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" - } - }, - "scrollForMoreSettings": "Scroll for more settings", - "sections": { - "automaticQuality": { - "enable": { - "label": "Automatische kwaliteitsaanpassing", - "title": "Past automatisch de videokwaliteit aan naar het geselecteerde niveau." - }, - "fallbackQualityStrategy": { - "select": { - "label": "Kwaliteitsterugvalstrategie", - "options": { - "higher": "Hoger", - "lower": "Lager" - }, - "title": "De strategie die gebruikt wordt wanneer de geselecteerde kwaliteit niet beschikbaar is" - } - }, - "select": { - "label": "Afspeelkwaliteit", - "title": "De kwaliteit waarop je de video zet" - }, - "title": "Automatische kwaliteitsinstellingen" - }, - "bottomButtons": { - "clear": { - "title": "Wist alle gegevens die de extensie op uw machine heeft gezet", - "value": "Gegevens wissen" - }, - "confirm": { - "title": "Opnieuw instellen bevestigen", - "value": "Bevestig" - }, - "openTab": { - "title": "Open extensie instellingen in een nieuw tabblad" - }, - "reset": { - "title": "Reset alle instellingen naar hun standaardwaarden, klik op de \"Bevestig\" knop om wijzigingen op te slaan", - "value": "Reset" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "Kopieer video URL met tijdstempel knop", - "decreasePlaybackSpeedButton": "Verlaag snelheidsknop", - "forwardButton": "Doorspoelknop", - "hideEndScreenCardsButton": "Verberg eindschermelementen knop", - "increasePlaybackSpeedButton": "Verhoog snelheid knop", - "loopButton": "Loop knop", - "maximizePlayerButton": "Maximaliseer knop", - "miniPlayerButton": "Mini Player", - "openTranscriptButton": "Open ondertitels knop", - "rewindButton": "Terugspoelknop", - "screenshotButton": "Schermafbeelding knop", - "volumeBoostButton": "Volume boost knop" - }, - "options": { - "below_player": { - "placement": "onder de speler instellingen", - "value": "Onder speler" - }, - "feature_menu": { - "placement": "in het feature menu", - "value": "Feature menu" - }, - "player_controls_left": { - "placement": "aan de linkerkant van de spelerinstellingen", - "value": "Linker Besturing" - }, - "player_controls_right": { - "placement": "aan de rechterkant van de spelerinstellingen", - "value": "Rechter Bediening" - } - }, - "title": "Plaats de {{BUTTON_NAME}} {{PLACEMENT}}" - }, - "title": "Button placement settings" - }, - "customCSS": { - "editor": { - "collapse": "Verberg Editor", - "expand": "Toon Editor", - "noProblems": "Geen problemen gevonden." - }, - "enable": { - "label": "Aangepaste CSS inschakelen", - "title": "Maakt het mogelijk aangepaste CSS toe te passen op de pagina" - }, - "title": "Custom CSS settings" - }, - "featureMenu": { - "openType": { - "select": { - "label": "Menu Activatie Type", - "options": { - "click": "Klik", - "hover": "Hang erboven met de muis" - }, - "title": "Selecteer de methode om het feature menu te activeren" - }, - "title": "Feature menu instellingen" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "Schakel doorspoelen/terugspoelen knoppen in", - "title": "Voegt doorspoelen en terugspoelen knoppen toe aan de videospeler" - }, - "time": { - "label": "Tijd door/terugspoelen", - "title": "Het aantal tijd waarmee je de video doorspoelt / terugspoelt" - }, - "title": "Doorspoel/terugspoel knop instellingen" - }, - "importExportSettings": { - "exportButton": { - "success": "Instellingen succesvol geëxporteerd", - "title": "Instellingen exporteren naar een JSON-bestand", - "value": "Instellingen exporteren" - }, - "importButton": { - "error": { - "unknown": "Fout bij het importeren van instellingen. Kijk alstublieft het bestandsformaat na.\nEen onbekende fout is opgetreden.", - "validation": "Fout bij het importeren van instellingen. Kijk alstublieft het bestandsformaat na.\n{{ERROR_MESSAGE}}" - }, - "success": "Instellingen succesvol geïmporteerd", - "title": "Instellingen importeren uit een JSON-bestand", - "value": "Instellingen Importeren" - } - }, - "language": { - "select": { - "label": "Taal", - "title": "De taal voor de extensie" - }, - "title": "Taal" - }, - "miniPlayer": { - "enable": { - "label": "Open Mini Player when viewing comments", - "title": "Automatically opens the Mini Player when you scroll to comments." - }, - "position": { - "label": "Default Mini Player position", - "options": { - "bottomCenter": "Bottom center", - "bottomLeft": "Bottom left", - "bottomRight": "Bottom right", - "topCenter": "Top center", - "topLeft": "Top left", - "topRight": "Top right" - }, - "title": "Sets the starting position before you move the Mini Player." - }, - "size": { - "label": "Default Mini Player size", - "title": "Sets the initial size before you resize the Mini Player." - }, - "title": "Mini Player settings" - }, - "miniPlayerButton": { - "label": "Mini Player button", - "title": "Adds a button that opens the Mini Player" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "Automatisch theatermodus", - "title": "Zet de video automatisch in theatermodus wanneer je deze inlaadt" - }, - "automaticallyDisableAmbientMode": { - "label": "Automatisch uitschakelen omgevingsmodus", - "title": "Schakel de omgevingsmodus automatisch uit bij het laden van een video" - }, - "automaticallyDisableAutoPlay": { - "label": "Automatically disable autoplay", - "title": "Automatically disables autoplay when you load a video" - }, - "automaticallyDisableClosedCaptions": { - "label": "Automatisch ondertiteling uitschakelen", - "title": "Automatisch ondertiteling uitzetten wanneer je een video inlaadt" - }, - "automaticallyEnableClosedCaptions": { - "label": "Automatically enable closed captions", - "title": "Automatically enables closed captions when you load a video" - }, - "automaticallyMaximizePlayer": { - "label": "Automatically maximize player", - "title": "Automatically maximizes the player when you load a video" - }, - "automaticallyShowMoreVideosOnEndScreen": { - "label": "Automatically show more videos on end screen", - "title": "Automatically shows more videos on end screen when you load a video" - }, - "copyTimestampUrlButton": { - "label": "Kopieer video URL met tijdstempel knop", - "title": "Kopieer video URL met tijdstempel (?t=123)" - }, - "defaultToOriginalAudioTrack": { - "label": "Default to original audio track", - "title": "Always default to the original audio track" - }, - "enableMarkAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Add a button to playlist items to mark videos as unwatched" - }, - "enableRemoveVideoButton": { - "label": "Remove video button", - "title": "Add a button to playlist items to remove videos from the playlist" - }, - "enableSaveToWatchLaterButton": { - "label": "Enable save to Watch Later button", - "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" - }, - "hideArtificialIntelligenceSummary": { - "label": "Hide AI summary", - "title": "Hides the artificial intelligence summary below videos" - }, - "hideEndScreenCards": { - "label": "Eindscherm elementen verbergen", - "title": "Maakt de elementen aan het eind van een video onzichtbaar" - }, - "hideEndScreenCardsButton": { - "label": "Eindscherm elementen verbergen knop", - "title": "Voegt een knop toe die de eindscherm elementen toont/verbergt" - }, - "hideLiveStreamChat": { - "label": "Livestream chat verbergen", - "title": "Verbergt de livestream chat" - }, - "hideMembersOnlyVideos": { - "label": "Hide members-only videos", - "title": "Hides videos that are only visible to members" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "Verberg Officiële Artiest Video's", - "title": "Verberg Officiële Artiest Video's op de homepagina" - }, - "hidePaidPromotionBanner": { - "label": "Verberg betaalde promotie banner", - "title": "Verbergt de banner die verschijnt wanneer je een video bekijkt die een betaalde promotie heeft" - }, - "hidePlayables": { - "label": "Hide playables", - "title": "Hides all playables" - }, - "hidePlaylistRecommendationsFromHomePage": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" - }, - "hideScrollbar": { - "label": "Verberg scrollbar", - "title": "Verbergt de scrollbar op de pagina" - }, - "hideShorts": { - "label": "Shorts verbergen", - "title": "Verbergt alle shorts" - }, - "hideSidebarRecommendedVideos": { - "label": "Hide recommended videos", - "title": "Hides the sidebar that recommends videos" - }, - "hideTranslateComment": { - "label": "Verberg vertaal reactie knop", - "title": "Verbergt \"Vertaal naar Taal\" knop onder reacties" - }, - "loopButton": { - "label": "Loop knop", - "title": "Voegt een knop toe aan het feature menu om de huidige video te loopen" - }, - "maximizePlayerButton": { - "label": "Maximaliseer speler knop", - "title": "Voegt een knop toe aan het feature menu die de speler maximaliseert" - }, - "openTranscriptButton": { - "label": "Open ondertitels knop", - "title": "Voegt een knop toe aan het feature menu die het transcript van de huidige video opent" - }, - "openYouTubeSettingsOnHover": { - "label": "Open youtube instellingen bij overgang met de muis", - "title": "Opent YouTube instellingen wanner je met je muis over de instellingen knop gaat" - }, - "pauseBackgroundPlayers": { - "label": "Achtergrondafspelers pauzeren", - "title": "Pauzeert videospelers in achtergrond tabbladen wanneer je een nieuwe videospeler start op een voorgrond tabblad" - }, - "remainingTime": { - "label": "Resterende tijd", - "title": "Toont de resterende tijd van de huidige video" - }, - "rememberLastVolume": { - "label": "Onthoud vorig volume", - "title": "Onthoudt het volume van de vorige video en stelt het in op een nieuwe video" - }, - "removeRedirect": { - "label": "Verwijdert YouTube /redirect URLs", - "title": "Vervangt YouTube doorverwijzing door echte URLs die de doorverwijzing waarschuwing niet geven" - }, - "restoreFullscreenScrolling": { - "label": "Restore fullscreen scrolling", - "title": "Restores scrolling in fullscreen mode" - }, - "shareShortener": { - "label": "Maak Youtube deel links korter", - "title": "Maakt YouTube video deel links (youtu.be) korter door si en andere feature parameters af te knippen" - }, - "shortsAutoScroll": { - "label": "Shorts autoscroll", - "title": "Scrollt automatisch naar de volgende short" - }, - "skipContinueWatching": { - "label": "Sla \"video is gepauzeerd. Hervatten?\" over", - "title": "Slaat het afwezig dialoog die het afspelen pauzeert over" - } - }, - "title": "Overige instellingen" - }, - "onScreenDisplaySettings": { - "color": { - "label": "Kleur", - "options": { - "blue": "Blauw", - "green": "Groen", - "orange": "Oranje", - "pink": "Roze", - "purple": "Paars", - "red": "Rood", - "white": "Wit", - "yellow": "Geel" - }, - "title": "Selecteer de kleur voor de schermweergave" - }, - "hide": { - "label": "Vertraging verbergen", - "title": "Specifieer de tijd, in milliseconden, voordat de schermweergave automatisch wordt verborgen" - }, - "opacity": { - "label": "Transparantie", - "title": "Transparantie van de schermweergave aanpassen" - }, - "padding": { - "label": "Padding", - "title": "Het aantal pixels rond de schermweergave aanpassen. Dit geldt specifiek voor de hoek schermweergave." - }, - "position": { - "label": "Positie", - "options": { - "bottom_left": "Linksonder", - "bottom_right": "Rechtsonder", - "center": "Gecentreerd", - "top_left": "Linksboven", - "top_right": "Rechtsboven" - }, - "title": "Selecteer de positie voor de schermweergave" - }, - "title": "On-screen display settings", - "type": { - "label": "Type", - "options": { - "circle": "Cirkel", - "line": "Lijn", - "no_display": "Geen weergave", - "text": "Tekst" - }, - "title": "Selecteer het type van de schermweergave" - } - }, - "playbackSpeed": { - "enable": { - "label": "Geforceerde afspeelsnelheid", - "title": "Stelt de snelheid van de video in op wat u hieronder kiest" - }, - "playbackSpeedButtons": { - "label": "Afspeelsnelheid knoppen", - "select": { - "label": "Snelheid afspeelsnelheid knoppen", - "title": "Hoeveelheid snelheid die gewijzigd wordt per klik" - }, - "title": "Voegt knoppen toe die de afspeelsnelheid van de huidige video verhoogt of verlaagt" - }, - "select": { - "label": "Snelheid videospeler", - "title": "De snelheid waarop je de video zet" - }, - "title": "Afspeelsnelheid instellingen" - }, - "playlistLength": { - "enable": { - "label": "Geef afspeellijst lengte informatie weer", - "title": "Toont de totale lengte van de afspeellijst, hoeveel bekeken is, en hoeveel er over schiet." - }, - "title": "Afspeellijst lengte instellingen", - "wayToGetLength": { - "select": { - "label": "Methode om afspeellijst lengte te verkrijgen", - "title": "De manier waarop de afspeellijst informatie (API methode zal terugvallen op HTML als een fout optreedt)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "Methode om kijktijd te verkrijgen", - "options": { - "duration": "Videolengte", - "youtube": "Video kijktijd" - }, - "title": "De manier waarop je de hoeveelheid kijktijd verkrijgt (video lengtetype enkel gebruikt op kijk pagina)" - } - } - }, - "playlistManagement": { - "features": { - "markAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - }, - "removeVideoButton": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - } - }, - "title": "Playlist management settings" - }, - "playlistManagementButtons": { - "failedToMarkAsUnwatched": "Failed to mark video as unwatched", - "failedToRemoveVideo": "Failed to remove video", - "markAsUnwatched": "Mark as unwatched", - "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "Remove video", - "removingVideo": "Removing video…" - }, - "saveToWatchLaterButton": { - "failedToSaveVideo": "Failed to save video to Watch Later", - "saveVideo": "Save to Watch Later", - "savingVideo": "Saving to Watch Later…" - }, - "screenshotButton": { - "enable": { - "label": "Schermafbeelding knop", - "title": "Voegt een knop aan de speler toe om een schermafbeelding van de video te nemen" - }, - "saveAs": { - "both": "Both (File and Clipboard)", - "clipboard": "Klembord", - "file": "Bestand" - }, - "selectFormat": { - "label": "Schermafbeelding formaat", - "title": "Het formaat waarin je de schermafbeelding opslaat" - }, - "selectSaveAs": { - "label": "Schermafbeelding opslaantype", - "title": "Het type van de opgeslagen schermafbeelding" - }, - "title": "Schermafbeelding instellingen" - }, - "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "Snelheidsverandering per scroll", - "title": "Wijzig de snelheidsverandering per scroll" - }, - "enable": { - "label": "Scrollwiel snelheidscontrole", - "title": "Klik op een aanpassingsknop om snelheidsverandering met het scrollwiel aan te zetten." - }, - "optionLabel": "{{KEY}} sleutel", - "select": { - "label": "Aanpassing knop", - "title": "De aanpassing knop om te gebruiken" - }, - "title": "Scrollwiel snelheidscontrole instellingen" - }, - "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "Volumeverandering per scroll", - "title": "Verandert het volume per scroll" - }, - "enable": { - "label": "Scrollwiel volumecontrole", - "title": "Laat toe om het scrollwiel te gebruiken om het volume van de huidige video aan te passen" - }, - "holdModifierKey": { - "enable": { - "label": "Inschakelen bij het vasthouden van aanpassingsknop", - "title": "Klik op een aanpassingsknop om het scrollwiel het volume laten aan te passen." - }, - "optionLabel": "{{KEY}} knop", - "select": { - "label": "Aanpassingsknop", - "title": "De aanpassingsknop om te gebruiken" - } - }, - "holdRightClick": { - "enable": { - "label": "Inschakelen bij vasthouden rechtermuisklik", - "title": "Houd rechtermuisknop ingedrukt om volumeregeling voor scrollwiel in te schakelen" - } - }, - "title": "Scrollwiel volume aanpassing instellingen" - }, - "settingSearch": { - "placeholder": "Zoek naar instellingen" - }, - "videoHistory": { - "enable": { - "label": "Houd afgespeelde video's bij", - "title": "Houdt bij waar je gestopt was bij het kijken van een video en laat toe om verder te kijken" - }, - "resumeType": { - "select": { - "label": "Hervatten type", - "options": { - "automatic": "Automatisch", - "prompt": "Vraag" - }, - "title": "Selecteer hoe je video's wilt hervatten" - } - }, - "title": "Videogeschiedenis instellingen" - }, - "volumeBoost": { - "boostAmount": { - "label": "Volume boost hoeveelheid (dB)", - "title": "De hoeveelheid waarmee je video's wilt boosten" - }, - "enable": { - "label": "Volume boost", - "title": "Volume boost inschakelen" - }, - "mode": { - "select": { - "label": "Volume boost modus", - "options": { - "global": "Globaal", - "perVideo": "Per video" - }, - "title": "Kies hoe volume wordt toegepast. \"Per video\" voegt de boost optie toe aan het feature menu individueel per video. \"Globaal\" gaat over elke video wanneer volume boost is ingeschakeld." - } - }, - "title": "Volume boost instellingen" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "Je kan één gier verkrijgen", - "input": { - "label": "API sleutel", - "title": "Voer uw Youtube Data API V3 sleutel in." - }, - "title": "YouTube API V3 key" - }, - "youtubeDeepDark": { - "author": "Auteur", - "co-authors": "Co-auteurs", - "colors": { - "colorShadow": { - "label": "Schaduw kleur", - "title": "Kleur voor de schaduw" - }, - "dimmerText": { - "label": "Secondaire tekstkleur", - "title": "Kleur voor de secondaire tekst" - }, - "hoverBackground": { - "label": "Achtergrondkleur zweven met de muis", - "title": "Kleur voor zweven achtergrond" - }, - "mainBackground": { - "label": "Hoofd achtergrondkleur", - "title": "Kleur voor de hoofdachtergrond" - }, - "mainColor": { - "label": "Accent kleur", - "title": "Kleur voor accentueren" - }, - "mainText": { - "label": "Hoofd tekstkleur", - "title": "Kleur voor de hoofdtekst" - }, - "secondBackground": { - "label": "Secondaire achtergrondkleur", - "title": "Kleur voor de secondaire achtergrond" - } - }, - "enable": { - "label": "Geselecteerd thema inschakelen", - "title": "Het geselecteerde thema voor de pagina inschakelen" - }, - "select": { - "label": "Select theme", - "title": "Select a theme to be applied to the page" - }, - "title": "YouTube deep dark settings" - } - } - } -} + "langCode": "nl-NL", + "langName": "Nederlands(Nederland)", + "messages": { + "resumingVideo": "Video hervatten bij {{VIDEO_TIME}}", + "settingVolume": "Volume boost instellen op {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "label": "Kopieer video URL met tijdstempel" + }, + "extras": { + "copied": "Copied!" + } + }, + "featureMenu": { + "button": { + "label": "Functies menu" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "{{TIME}} doorspoelen" + }, + "rewindButton": { + "label": "{{TIME}} terugspoelen" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Eindscherm elementen verbergen", + "toggle": { + "off": "Eindscherm elementen tonen", + "on": "Eindscherm elementen verbergen" + } + } + }, + "loopButton": { + "button": { + "label": "Loop", + "toggle": { + "off": "Loop uit", + "on": "Loop aan" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "Maximaliseren", + "toggle": { + "off": "Maximaliseren uit", + "on": "Maximaliseren aan" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Open ondertitels" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Verlaag de afspeelsnelheid naar {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Verhoog de afspeelsnelheid naar {{SPEED}}" + } + }, + "extras": { + "decreaseLimit": "Can't decrease further ({{SPEED}})", + "increaseLimit": "Can't increase further ({{SPEED}})" + } + }, + "playlistLength": { + "title": "De totale lengte kan inaccuraat zijn als enkele video's verborgen zijn of als je niet genoeg video's hebt ingeladen om de totale lengte te krijgen." + }, + "playlistManagementButtons": { + "extras": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + } + }, + "saveToWatchLaterButton": { + "extras": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + } + }, + "screenshotButton": { + "button": { + "label": "Schermafbeelding" + }, + "extras": { + "copiedToClipboard": "Screenshot copied to clipboard" + } + }, + "videoHistory": { + "extras": { + "resumeButton": "Resume", + "resumePromptClose": "Close" + } + }, + "volumeBoostButton": { + "button": { + "label": "Volume boost", + "toggle": { + "off": "Volume boost uit", + "on": "Volume boost aan" + } + } + } + } + }, + "options": { + "extras": { + "bottomButtons": { + "clear": { + "title": "Clears all data this extension has stored on your machine", + "value": "Clear Data" + }, + "confirm": { + "title": "Confirm setting reset", + "value": "Confirm" + }, + "openTab": { + "title": "Open extension settings in a new tab" + }, + "reset": { + "title": "Resets all settings to their defaults, Click the confirm button to save the changes", + "value": "Reset" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Copy video URL with timestamp button", + "decreasePlaybackSpeedButton": "Decrease Speed button", + "forwardButton": "Fast Forward button", + "hideEndScreenCardsButton": "Hide end screen cards button", + "increasePlaybackSpeedButton": "Increase Speed button", + "loopButton": "Loop button", + "maximizePlayerButton": "Maximize button", + "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind button", + "screenshotButton": "Screenshot button", + "volumeBoostButton": "Volume Boost button" + }, + "options": { + "below_player": { + "placement": "below the player controls", + "value": "Below Player" + }, + "feature_menu": { + "placement": "in the feature menu", + "value": "Feature Menu" + }, + "player_controls_left": { + "placement": "on the left side of player controls", + "value": "Left Controls" + }, + "player_controls_right": { + "placement": "on the right side of player controls", + "value": "Right Controls" + } + }, + "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Button placement settings" + }, + "clearData": { + "allDataDeleted": "All data has been deleted.", + "confirmAlert": "This will delete all extension data related to options. Continue?" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Menu Activation Type", + "options": { + "click": "Click", + "hover": "Hover" + }, + "title": "Select the method to activate the feature menu" + }, + "title": "Feature menu settings" + } + }, + "importExportSettings": { + "exportButton": { + "success": "Settings successfully exported", + "title": "Export settings to a JSON file", + "value": "Export Settings" + }, + "importButton": { + "error": { + "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", + "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" + }, + "success": "Settings imported successfully", + "title": "Import settings from a JSON file", + "value": "Import Settings" + } + }, + "language": { + "select": { + "label": "Language", + "title": "The language to use for the extension" + }, + "title": "Language" + }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "scrollForMoreSettings": "Scroll for more settings", + "settingSearch": { + "placeholder": "Search for a setting" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Key", + "title": "Enter your Youtube Data API V3 key." + }, + "title": "YouTube API V3 key" + } + }, + "notifications": { + "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "De snelheid van de scrollwiel snelheid controleknop kan niet dezelfde zijn als de scrollwiel volume controleknop.", + "volumeControl": "De scrollwiel volume controleknop kan niet dezelfde zijn als de scrollwiel snelheid controleknop." + } + } + }, + "info": { + "reset": "Alle opties zijn teruggezet op hun standaardwaarden. Je kan je veranderingen opslaan door op de \"Bevestig\" knop te drukken of ze negeren door deze pagina te sluiten of deze melding te negeren." + }, + "success": { + "saved": "Opties opgeslagen." + } + } + } + }, + "settings": { + "sections": { + "customCSS": { + "enable": { + "label": "Aangepaste CSS inschakelen", + "title": "Maakt het mogelijk aangepaste CSS toe te passen op de pagina" + }, + "extras": { + "collapse": "Collapse Editor", + "expand": "Expand Editor", + "noProblems": "No problems found." + }, + "title": "Custom CSS settings" + }, + "deepDarkCSS": { + "enable": { + "label": "Deep Dark Theme", + "title": "Activate the selected theme for the page" + }, + "extras": { + "author": "Author", + "co-authors": "Co-authors" + }, + "settings": { + "colorShadow": { + "label": "Shadow color", + "title": "Color for shadows" + }, + "dimmerText": { + "label": "Secondary text color", + "title": "Color for secondary text" + }, + "hoverBackground": { + "label": "Hover background color", + "title": "Color for hover background" + }, + "mainBackground": { + "label": "Main background color", + "title": "Color for main background" + }, + "mainColor": { + "label": "Accent color", + "title": "Color for accent" + }, + "mainText": { + "label": "Main text color", + "title": "Color for main text" + }, + "secondBackground": { + "label": "Secondary background color", + "title": "Color for secondary background" + }, + "theme": { + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + } + } + }, + "title": "YouTube deep dark settings" + }, + "forwardRewindButtons": { + "enable": { + "label": "Schakel doorspoelen/terugspoelen knoppen in", + "title": "Voegt doorspoelen en terugspoelen knoppen toe aan de videospeler" + }, + "settings": { + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + } + }, + "title": "Doorspoel/terugspoel knop instellingen" + }, + "miscellaneous": { + "settings": { + "automaticallyDisableAmbientMode": { + "enable": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + } + }, + "automaticallyDisableAutoPlay": { + "enable": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + } + }, + "automaticallyDisableClosedCaptions": { + "enable": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + } + }, + "automaticallyEnableClosedCaptions": { + "enable": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + } + }, + "automaticallyMaximizePlayer": { + "enable": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + } + }, + "automaticallyShowMoreVideosOnEndScreen": { + "enable": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + } + }, + "automaticTheaterMode": { + "enable": { + "label": "Automatic theater mode", + "title": "Automatically enables theater mode when you load a video" + } + }, + "copyTimestampUrlButton": { + "enable": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + } + }, + "defaultToOriginalAudioTrack": { + "enable": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + } + }, + "saveToWatchLaterButton": { + "enable": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + } + }, + "hideArtificialIntelligenceSummary": { + "enable": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + } + }, + "hideEndScreenCards": { + "enable": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + } + }, + "hideEndScreenCardsButton": { + "enable": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + } + }, + "hideLiveStreamChat": { + "enable": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + } + }, + "hideMembersOnlyVideos": { + "enable": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + } + }, + "hideOfficialArtistVideosFromHomePage": { + "enable": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + } + }, + "hidePaidPromotionBanner": { + "enable": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + } + }, + "hidePlayables": { + "enable": { + "label": "Hide playables", + "title": "Hides all playables" + } + }, + "hidePlaylistRecommendationsFromHomePage": { + "enable": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + } + }, + "hideScrollbar": { + "enable": { + "label": "Hide scrollbar", + "title": "Hides the pages scrollbar" + } + }, + "hideShorts": { + "enable": { + "label": "Hide shorts", + "title": "Hides all shorts" + } + }, + "hideSidebarRecommendedVideos": { + "enable": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + } + }, + "hideTranslateComment": { + "enable": { + "label": "Hide translate comment button", + "title": "Hides 'Translate to Language' button under comments" + } + }, + "loopButton": { + "enable": { + "label": "Loop button", + "title": "Adds a button to the feature menu to loop the video you're watching" + } + }, + "maximizePlayerButton": { + "enable": { + "label": "Maximize player button", + "title": "Adds a button to the feature menu to maximize the player" + } + }, + "openTranscriptButton": { + "enable": { + "label": "Open transcript button", + "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + } + }, + "openYouTubeSettingsOnHover": { + "enable": { + "label": "Open YouTube settings on hover", + "title": "Opens the YouTube settings menu when you hover over the settings button" + } + }, + "pauseBackgroundPlayers": { + "enable": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + } + }, + "remainingTime": { + "enable": { + "label": "Remaining time", + "title": "Shows the remaining time of the video you're watching" + } + }, + "rememberVolume": { + "enable": { + "label": "Remember last volume", + "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + } + }, + "removeRedirect": { + "enable": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + } + }, + "restoreFullscreenScrolling": { + "enable": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + } + }, + "shareShortener": { + "enable": { + "label": "Shorten YouTube video share link", + "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + } + }, + "shortsAutoScroll": { + "enable": { + "label": "Shorts auto scroll", + "title": "Automatically scrolls to the next short" + } + }, + "skipContinueWatching": { + "enable": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + } + } + }, + "title": "Overige instellingen" + }, + "onScreenDisplaySettings": { + "settings": { + "color": { + "label": "Color", + "select": { + "options": { + "blue": "Blue", + "green": "Green", + "orange": "Orange", + "pink": "Pink", + "purple": "Purple", + "red": "Red", + "white": "White", + "yellow": "Yellow" + } + }, + "title": "Select the color for the On-Screen Display" + }, + "hide": { + "label": "Hide Delay", + "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" + }, + "opacity": { + "label": "Opacity", + "title": "Adjust the transparency of the On-Screen Display" + }, + "padding": { + "label": "Padding", + "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." + }, + "position": { + "label": "Position", + "select": { + "options": { + "bottom_left": "Bottom Left", + "bottom_right": "Bottom Right", + "center": "Center", + "top_left": "Top Left", + "top_right": "Top Right" + } + }, + "title": "Select the position of the On-Screen Display" + }, + "type": { + "label": "Type", + "select": { + "options": { + "circle": "Circle", + "line": "Line", + "no_display": "No display", + "text": "Text" + } + }, + "title": "Select the type of On-Screen Display" + } + }, + "title": "On-screen display settings" + }, + "playerQuality": { + "enable": { + "label": "Automatic quality adjustment", + "title": "Automatically adjusts the video quality to the selected level." + }, + "settings": { + "quality": { + "select": { + "label": "Player quality", + "title": "The quality to set the video to" + } + }, + "qualityFallbackStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + } + }, + "title": "Automatic quality settings" + }, + "playerSpeed": { + "enable": { + "label": "Forced playback speed", + "title": "Sets the video speed to what you choose below" + }, + "settings": { + "buttons": { + "label": "Playback speed buttons", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + }, + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + }, + "speed": { + "select": { + "label": "Player speed", + "title": "The speed to set the video to" + } + } + }, + "title": "Playback speed settings" + }, + "playlistLength": { + "enable": { + "label": "Geef afspeellijst lengte informatie weer", + "title": "Toont de totale lengte van de afspeellijst, hoeveel bekeken is, en hoeveel er over schiet." + }, + "settings": { + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } + } + }, + "title": "Afspeellijst lengte instellingen" + }, + "playlistManagementButtons": { + "settings": { + "markAsUnwatchedButton": { + "enable": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + } + }, + "removeVideoButton": { + "enable": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + } + }, + "title": "Playlist management settings" + }, + "screenshotButton": { + "enable": { + "label": "Schermafbeelding knop", + "title": "Voegt een knop aan de speler toe om een schermafbeelding van de video te nemen" + }, + "settings": { + "format": { + "label": "Screenshot format", + "title": "The format to save the screenshot in" + }, + "saveAs": { + "select": { + "options": { + "both": "Both (File and Clipboard)", + "clipboard": "Clipboard", + "file": "File" + }, + "label": "Screenshot save type", + "title": "The screenshot save type" + } + } + }, + "title": "Schermafbeelding instellingen" + }, + "scrollWheelSpeedControl": { + "enable": { + "label": "Scrollwiel snelheidscontrole", + "title": "Klik op een aanpassingsknop om snelheidsverandering met het scrollwiel aan te zetten." + }, + "extras": { + "optionLabel": "{{KEY}} key" + }, + "settings": { + "adjustmentSteps": { + "label": "Speed Change Per Scroll", + "title": "Adjust the speed change per scroll" + }, + "modifierKey": { + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + } + } + }, + "title": "Scrollwiel snelheidscontrole instellingen" + }, + "scrollWheelVolumeControl": { + "enable": { + "label": "Scrollwiel volumecontrole", + "title": "Laat toe om het scrollwiel te gebruiken om het volume van de huidige video aan te passen" + }, + "extras": { + "optionLabel": "{{KEY}} key" + }, + "settings": { + "adjustmentSteps": { + "label": "Volume Change Per Scroll", + "title": "Adjust the volume change per scroll" + }, + "holdModifierKey": { + "label": "When holding modifier key", + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + }, + "title": "Press a modifier key to enable volume adjustment with the scroll wheel." + }, + "holdRightClick": { + "label": "When holding right click", + "title": "Hold right click to enable scroll wheel volume control" + } + }, + "title": "Scrollwiel volume aanpassing instellingen" + }, + "videoHistory": { + "enable": { + "label": "Houd afgespeelde video's bij", + "title": "Houdt bij waar je gestopt was bij het kijken van een video en laat toe om verder te kijken" + }, + "settings": { + "resumeType": { + "select": { + "label": "Resume type", + "options": { + "automatic": "Automatic", + "prompt": "Prompt" + }, + "title": "Select how you want to resume videos" + } + } + }, + "title": "Videogeschiedenis instellingen" + }, + "volumeBoost": { + "enable": { + "label": "Volume boost", + "title": "Volume boost inschakelen" + }, + "settings": { + "amount": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by" + }, + "mode": { + "select": { + "label": "Volume boost mode", + "options": { + "global": "Global", + "perVideo": "Per video" + }, + "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + } + } + }, + "title": "Volume boost instellingen" + } + } + } +} \ No newline at end of file From bbb63392df262e814a565d9257bac354e8133b33 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 25 Jan 2026 16:18:53 -0500 Subject: [PATCH 1532/1783] New translations en-us.json (Polish) --- public/locales/pl-PL.json | 1565 +++++++++++++++++++------------------ 1 file changed, 822 insertions(+), 743 deletions(-) diff --git a/public/locales/pl-PL.json b/public/locales/pl-PL.json index baad9d50e..e76e9a3b7 100644 --- a/public/locales/pl-PL.json +++ b/public/locales/pl-PL.json @@ -1,744 +1,823 @@ { - "langCode": "pl-PL", - "langName": "Polish", - "messages": { - "resumingVideo": "Wznowienie wideo za {{VIDEO_TIME}}", - "settingVolume": "Ustawianie wzmocnienia głośności do {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "Skopiowano!", - "label": "Kopiuj adres URL filmu ze znacznikiem czasu" - } - }, - "featureMenu": { - "button": { - "label": "Menu funkcji" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "Przyspieszenie do przodu o {{TIME}}" - }, - "rewindButton": { - "label": "Cofnięcie o {{TIME}}" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "Ukryj elementy końcowe filmu", - "toggle": { - "off": "Pokaż elementy końcowe filmu", - "on": "Ukryj elementy końcowe filmu" - } - } - }, - "loopButton": { - "button": { - "label": "Zapętl", - "toggle": { - "off": "Wyłącz zapętlenie", - "on": "Włącz zapętlenie" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "Powiększ okno", - "toggle": { - "off": "Wyłącz powiększenie", - "on": "Włącz powiększenie" - } - } - }, - "miniPlayerButton": { - "button": { - "label": "Mini Player", - "toggle": { - "off": "Mini Player off", - "on": "Mini Player on" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Otwórz transkrypcję" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Zmniejsz szybkość do {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Zwiększ szybkość do {{SPEED}}" - } - }, - "decreaseLimit": "Nie można zmniejszać dalej ({{SPEED}})", - "increaseLimit": "Nie można zwiększać dalej ({{SPEED}})" - }, - "playlistLength": { - "title": "Całkowita długość może być niedokładna, jeśli niektóre filmy są ukryte lub jeśli nie załadowałeś wystarczającej liczby filmów, aby uzyskać pełny czas." - }, - "screenshotButton": { - "button": { - "label": "Zrzut ekranu" - }, - "copiedToClipboard": "Zrzut ekranu skopiowany do schowka" - }, - "videoHistory": { - "resumeButton": "Wznów", - "resumePrompt": { - "close": "Zamknij" - } - }, - "volumeBoostButton": { - "button": { - "label": "Zwiększ głośność", - "toggle": { - "off": "Zwiększenie głośności wyłączone", - "on": "Zwiększenie głośności włączone" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "Ustawiony klawisz zmiany prędkości przewijania nie może być taki sam, jak klawisz zmiany głośności przewijania kółka.", - "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." - } - } - }, - "info": { - "reset": "Wszystkie opcje zostały przywrócone do domyślnych wartości. Możesz teraz zapisać zmiany, klikając przycisk \"Potwierdź\" bądź odrzucić, je zamykając tę stronę lub ignorując to powiadomienie." - }, - "success": { - "saved": "Zapisano opcje." - } - } - } - }, - "settings": { - "clearData": { - "allDataDeleted": "All data has been deleted.", - "confirmAlert": "Usunie to wszystkie dane rozszerzenia związane z opcjami. Kontynuować?" - }, - "optionDisabled": { - "either": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " albo " - }, - "plural": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " and " - }, - "singular": "Enable '{{OPTION}}' to configure this option", - "specificOption": { - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" - } - }, - "scrollForMoreSettings": "Przewiń, aby zobaczyć więcej ustawień", - "sections": { - "automaticQuality": { - "enable": { - "label": "Automatic quality adjustment", - "title": "Automatically adjusts the video quality to the selected level." - }, - "fallbackQualityStrategy": { - "select": { - "label": "Quality fallback strategy", - "options": { - "higher": "Wyżej", - "lower": "Niżej" - }, - "title": "The strategy to use when the selected quality is not available" - } - }, - "select": { - "label": "Jakość odtwarzacza", - "title": "The quality to set the video to" - }, - "title": "Opcje automatycznej jakości" - }, - "bottomButtons": { - "clear": { - "title": "Clears all data this extension has stored on your machine", - "value": "Wyczyść dane" - }, - "confirm": { - "title": "Confirm setting reset", - "value": "Potwierdź" - }, - "openTab": { - "title": "Open extension settings in a new tab" - }, - "reset": { - "title": "Resets all settings to their defaults, Click the confirm button to save the changes", - "value": "Reset" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "Kopiuj adres URL bieżącego momentu", - "decreasePlaybackSpeedButton": "Przycisk Zmniejszania Prędkości Odtwarzania", - "forwardButton": "Fast Forward button", - "hideEndScreenCardsButton": "Hide end screen cards button", - "increasePlaybackSpeedButton": "Przycisk Zwiększania Prędkości Odtwarzania", - "loopButton": "Przycisk Zapętlania", - "maximizePlayerButton": "Maximize button", - "miniPlayerButton": "Mini Player", - "openTranscriptButton": "Open Transcript button", - "rewindButton": "Rewind button", - "screenshotButton": "Przycisk Zrzutu Ekranu", - "volumeBoostButton": "Przycisk Zwiększania Głośności" - }, - "options": { - "below_player": { - "placement": "below the player controls", - "value": "Poniżej Odtwarzacza" - }, - "feature_menu": { - "placement": "in the feature menu", - "value": "Feature Menu" - }, - "player_controls_left": { - "placement": "on the left side of player controls", - "value": "Lewostronne Sterowanie" - }, - "player_controls_right": { - "placement": "on the right side of player controls", - "value": "Prawostronne Sterowanie" - } - }, - "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" - }, - "title": "Button placement settings" - }, - "customCSS": { - "editor": { - "collapse": "Collapse Editor", - "expand": "Expand Editor", - "noProblems": "No problems found." - }, - "enable": { - "label": "Własny CSS", - "title": "Enables custom CSS to be applied to the page" - }, - "title": "Custom CSS settings" - }, - "featureMenu": { - "openType": { - "select": { - "label": "Menu Activation Type", - "options": { - "click": "Kliknięcie", - "hover": "Najechanie kursorem" - }, - "title": "Select the method to activate the feature menu" - }, - "title": "Feature menu settings" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "Forward/rewind buttons", - "title": "Adds forward and rewind buttons to the video player" - }, - "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" - }, - "title": "Forward/rewind button settings" - }, - "importExportSettings": { - "exportButton": { - "success": "Ustawienia zostały pomyślnie wyeksportowane", - "title": "Eksportuj ustawienia do pliku JSON", - "value": "Eksportuj Ustawienia" - }, - "importButton": { - "error": { - "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", - "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" - }, - "success": "Settings imported successfully", - "title": "Importuj ustawienia z pliku JSON", - "value": "Importuj Ustawienia" - } - }, - "language": { - "select": { - "label": "Język", - "title": "Język rozszerzenia" - }, - "title": "Język" - }, - "miniPlayer": { - "enable": { - "label": "Open Mini Player when viewing comments", - "title": "Automatically opens the Mini Player when you scroll to comments." - }, - "position": { - "label": "Default Mini Player position", - "options": { - "bottomCenter": "Bottom center", - "bottomLeft": "Bottom left", - "bottomRight": "Bottom right", - "topCenter": "Top center", - "topLeft": "Top left", - "topRight": "Top right" - }, - "title": "Sets the starting position before you move the Mini Player." - }, - "size": { - "label": "Default Mini Player size", - "title": "Sets the initial size before you resize the Mini Player." - }, - "title": "Mini Player settings" - }, - "miniPlayerButton": { - "label": "Mini Player button", - "title": "Adds a button that opens the Mini Player" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "Automatic theater mode", - "title": "Automatically enables theater mode when you load a video" - }, - "automaticallyDisableAmbientMode": { - "label": "Automatically disable ambient mode", - "title": "Automatically disables ambient mode when you load a video" - }, - "automaticallyDisableAutoPlay": { - "label": "Automatically disable autoplay", - "title": "Automatically disables autoplay when you load a video" - }, - "automaticallyDisableClosedCaptions": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" - }, - "automaticallyEnableClosedCaptions": { - "label": "Automatically enable closed captions", - "title": "Automatically enables closed captions when you load a video" - }, - "automaticallyMaximizePlayer": { - "label": "Automatically maximize player", - "title": "Automatically maximizes the player when you load a video" - }, - "automaticallyShowMoreVideosOnEndScreen": { - "label": "Automatically show more videos on end screen", - "title": "Automatically shows more videos on end screen when you load a video" - }, - "copyTimestampUrlButton": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" - }, - "defaultToOriginalAudioTrack": { - "label": "Default to original audio track", - "title": "Always default to the original audio track" - }, - "enableMarkAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Add a button to playlist items to mark videos as unwatched" - }, - "enableRemoveVideoButton": { - "label": "Remove video button", - "title": "Add a button to playlist items to remove videos from the playlist" - }, - "enableSaveToWatchLaterButton": { - "label": "Enable save to Watch Later button", - "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" - }, - "hideArtificialIntelligenceSummary": { - "label": "Ukryj podsumowanie AI", - "title": "Hides the artificial intelligence summary below videos" - }, - "hideEndScreenCards": { - "label": "Hide end screen cards", - "title": "Hides the cards at the end of the video" - }, - "hideEndScreenCardsButton": { - "label": "Hide end screen cards button", - "title": "Adds a button to show/hide the cards at the end of the video" - }, - "hideLiveStreamChat": { - "label": "Hide live stream chat", - "title": "Hides the live stream chat" - }, - "hideMembersOnlyVideos": { - "label": "Hide members-only videos", - "title": "Hides videos that are only visible to members" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" - }, - "hidePaidPromotionBanner": { - "label": "Hide paid promotion banner", - "title": "Hides the banner that appears when you watch a video that has a paid promotion" - }, - "hidePlayables": { - "label": "Hide playables", - "title": "Hides all playables" - }, - "hidePlaylistRecommendationsFromHomePage": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" - }, - "hideScrollbar": { - "label": "Hide scrollbar", - "title": "Hides the pages scrollbar" - }, - "hideShorts": { - "label": "Ukryj szorty", - "title": "Ukrywa wszystkie szorty" - }, - "hideSidebarRecommendedVideos": { - "label": "Hide recommended videos", - "title": "Hides the sidebar that recommends videos" - }, - "hideTranslateComment": { - "label": "Hide translate comment button", - "title": "Hides 'Translate to Language' button under comments" - }, - "loopButton": { - "label": "Loop button", - "title": "Adds a button to the feature menu to loop the video you're watching" - }, - "maximizePlayerButton": { - "label": "Maximize player button", - "title": "Adds a button to the feature menu to maximize the player" - }, - "openTranscriptButton": { - "label": "Open transcript button", - "title": "Adds a button to the feature menu to open the transcript of the video you're watching" - }, - "openYouTubeSettingsOnHover": { - "label": "Otwórz ustawienia YouTube po najechaniu kursorem", - "title": "Opens the YouTube settings menu when you hover over the settings button" - }, - "pauseBackgroundPlayers": { - "label": "Pause background players", - "title": "Pauses video players in background tabs when you start a new player in foreground tab" - }, - "remainingTime": { - "label": "Remaining time", - "title": "Shows the remaining time of the video you're watching" - }, - "rememberLastVolume": { - "label": "Remember last volume", - "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" - }, - "removeRedirect": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" - }, - "restoreFullscreenScrolling": { - "label": "Restore fullscreen scrolling", - "title": "Restores scrolling in fullscreen mode" - }, - "shareShortener": { - "label": "Shorten YouTube video share link", - "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" - }, - "shortsAutoScroll": { - "label": "Shorts auto scroll", - "title": "Automatically scrolls to the next short" - }, - "skipContinueWatching": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" - } - }, - "title": "Miscellaneous settings" - }, - "onScreenDisplaySettings": { - "color": { - "label": "Kolor", - "options": { - "blue": "Niebieski", - "green": "Zielony", - "orange": "Pomarańczowy", - "pink": "Różowy", - "purple": "Fioletowy", - "red": "Czerwony", - "white": "Biały", - "yellow": "Żółty" - }, - "title": "Select the color for the On-Screen Display" - }, - "hide": { - "label": "Hide Delay", - "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" - }, - "opacity": { - "label": "Opacity", - "title": "Adjust the transparency of the On-Screen Display" - }, - "padding": { - "label": "Padding", - "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." - }, - "position": { - "label": "Position", - "options": { - "bottom_left": "Bottom Left", - "bottom_right": "Bottom Right", - "center": "Center", - "top_left": "Top Left", - "top_right": "Top Right" - }, - "title": "Select the position of the On-Screen Display" - }, - "title": "On-screen display settings", - "type": { - "label": "Type", - "options": { - "circle": "Circle", - "line": "Line", - "no_display": "No display", - "text": "Text" - }, - "title": "Select the type of On-Screen Display" - } - }, - "playbackSpeed": { - "enable": { - "label": "Forced playback speed", - "title": "Sets the video speed to what you choose below" - }, - "playbackSpeedButtons": { - "label": "Playback speed buttons", - "select": { - "label": "Playback buttons speed", - "title": "Amount of speed to be changed per click" - }, - "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" - }, - "select": { - "label": "Player speed", - "title": "The speed to set the video to" - }, - "title": "Playback speed settings" - }, - "playlistLength": { - "enable": { - "label": "Display playlist length information", - "title": "Shows the total length of the playlist, how much has been watched, and how much remains." - }, - "title": "Playlist length settings", - "wayToGetLength": { - "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "Method to get watched time", - "options": { - "duration": "Video Length", - "youtube": "Video Watch Time" - }, - "title": "The way to get the amount of time watched (Video Length type only used on watch page)" - } - } - }, - "playlistManagement": { - "features": { - "markAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - }, - "removeVideoButton": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - } - }, - "title": "Playlist management settings" - }, - "playlistManagementButtons": { - "failedToMarkAsUnwatched": "Failed to mark video as unwatched", - "failedToRemoveVideo": "Failed to remove video", - "markAsUnwatched": "Mark as unwatched", - "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "Remove video", - "removingVideo": "Removing video…" - }, - "saveToWatchLaterButton": { - "failedToSaveVideo": "Failed to save video to Watch Later", - "saveVideo": "Save to Watch Later", - "savingVideo": "Saving to Watch Later…" - }, - "screenshotButton": { - "enable": { - "label": "Screenshot button", - "title": "Adds a button to the player to take a screenshot of the video" - }, - "saveAs": { - "both": "Both (File and Clipboard)", - "clipboard": "Clipboard", - "file": "File" - }, - "selectFormat": { - "label": "Screenshot format", - "title": "The format to save the screenshot in" - }, - "selectSaveAs": { - "label": "Screenshot save type", - "title": "The screenshot save type" - }, - "title": "Screenshot settings" - }, - "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "Speed Change Per Scroll", - "title": "Adjust the speed change per scroll" - }, - "enable": { - "label": "Sterowanie prędkością kółka myszy", - "title": "Naciśnij klawisz modyfikujący, aby włączyć regulację prędkości za pomocą kółka myszy." - }, - "optionLabel": "Klawisz {{KEY}}", - "select": { - "label": "Klawisz modyfikujący", - "title": "Klawisz modyfikujący, którego należy użyć" - }, - "title": "Ustawienia kontroli prędkości kółka myszy" - }, - "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "Volume Change Per Scroll", - "title": "Adjust the volume change per scroll" - }, - "enable": { - "label": "Regulacja głośności za pomocą kółka myszy", - "title": "Umożliwia sterowanie głośnością oglądanego filmu za pomocą kółka myszy" - }, - "holdModifierKey": { - "enable": { - "label": "Podczas przytrzymywania klawisza modyfikującego", - "title": "Naciśnij klawisz modyfikujący, aby włączyć regulację głośności za pomocą kółka myszy." - }, - "optionLabel": "Klawisz {{KEY}}", - "select": { - "label": "Klawisz modyfikujący", - "title": "Klawisz modyfikujący, którego należy użyć" - } - }, - "holdRightClick": { - "enable": { - "label": "Przytrzymując prawy przycisk myszy", - "title": "Przytrzymaj prawy przycisk myszy, aby włączyć regulację głośności za pomocą kółka myszy" - } - }, - "title": "Ustawienia regulacji głośności za pomocą kółka myszy" - }, - "settingSearch": { - "placeholder": "Szukaj ustawienia" - }, - "videoHistory": { - "enable": { - "label": "Track watched videos", - "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" - }, - "resumeType": { - "select": { - "label": "Typ wznowienia filmu", - "options": { - "automatic": "Automatyczne", - "prompt": "Podpowiedź" - }, - "title": "Wybierz sposób wznawiania filmów" - } - }, - "title": "Video history settings" - }, - "volumeBoost": { - "boostAmount": { - "label": "Wartość zwiększenia głośności (dB)", - "title": "O ile należy zwiększyć głośność" - }, - "enable": { - "label": "Zwiększenie głośności", - "title": "Włącz zwiększenie głośności" - }, - "mode": { - "select": { - "label": "Tryb zwiększenia głośności", - "options": { - "global": "Globalne", - "perVideo": "Osobno" - }, - "title": "Wybierz sposób wzmocnienia głośności. Opcja „Osobno” umożliwia włączenie wzmocnienia dla każdego filmu osobno w menu funkcji. Opcja „Globalne” stosuje wzmocnienie do wszystkich filmów po włączeniu zwiększenia głośności." - } - }, - "title": "Ustawienia zwiększenia głośności" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "You can get one from here", - "input": { - "label": "Klucz API", - "title": "Wpisz swój klucz API V3." - }, - "title": "YouTube API V3 key" - }, - "youtubeDeepDark": { - "author": "Autor", - "co-authors": "Współautorzy", - "colors": { - "colorShadow": { - "label": "Kolor cienia", - "title": "Kolor dla cieni" - }, - "dimmerText": { - "label": "Kolor tekstu dodatkowego", - "title": "Kolor dla tekstu dodatkowego" - }, - "hoverBackground": { - "label": "Hover background color", - "title": "Color for hover background" - }, - "mainBackground": { - "label": "Kolor głównego tła", - "title": "Kolor dla głównego tła" - }, - "mainColor": { - "label": "Kolor akcentowy", - "title": "Kolor akcentowy" - }, - "mainText": { - "label": "Kolor głównego tekstu", - "title": "Kolor dla głównego tekstu" - }, - "secondBackground": { - "label": "Kolor dodatkowego tła", - "title": "Kolor tła dodatkowego" - } - }, - "enable": { - "label": "Motyw Deep Dark", - "title": "Aktywuj wybrany motyw dla strony" - }, - "select": { - "label": "Wybierz motyw", - "title": "Wybierz motyw, który ma zostać zastosowany na stronie" - }, - "title": "YouTube deep dark settings" - } - } - } -} + "langCode": "pl-PL", + "langName": "Polish", + "messages": { + "resumingVideo": "Wznowienie wideo za {{VIDEO_TIME}}", + "settingVolume": "Ustawianie wzmocnienia głośności do {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "label": "Kopiuj adres URL filmu ze znacznikiem czasu" + }, + "extras": { + "copied": "Copied!" + } + }, + "featureMenu": { + "button": { + "label": "Menu funkcji" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Przyspieszenie do przodu o {{TIME}}" + }, + "rewindButton": { + "label": "Cofnięcie o {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Ukryj elementy końcowe filmu", + "toggle": { + "off": "Pokaż elementy końcowe filmu", + "on": "Ukryj elementy końcowe filmu" + } + } + }, + "loopButton": { + "button": { + "label": "Zapętl", + "toggle": { + "off": "Wyłącz zapętlenie", + "on": "Włącz zapętlenie" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "Powiększ okno", + "toggle": { + "off": "Wyłącz powiększenie", + "on": "Włącz powiększenie" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Otwórz transkrypcję" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Zmniejsz szybkość do {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Zwiększ szybkość do {{SPEED}}" + } + }, + "extras": { + "decreaseLimit": "Can't decrease further ({{SPEED}})", + "increaseLimit": "Can't increase further ({{SPEED}})" + } + }, + "playlistLength": { + "title": "Całkowita długość może być niedokładna, jeśli niektóre filmy są ukryte lub jeśli nie załadowałeś wystarczającej liczby filmów, aby uzyskać pełny czas." + }, + "playlistManagementButtons": { + "extras": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + } + }, + "saveToWatchLaterButton": { + "extras": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + } + }, + "screenshotButton": { + "button": { + "label": "Zrzut ekranu" + }, + "extras": { + "copiedToClipboard": "Screenshot copied to clipboard" + } + }, + "videoHistory": { + "extras": { + "resumeButton": "Resume", + "resumePromptClose": "Close" + } + }, + "volumeBoostButton": { + "button": { + "label": "Zwiększ głośność", + "toggle": { + "off": "Zwiększenie głośności wyłączone", + "on": "Zwiększenie głośności włączone" + } + } + } + } + }, + "options": { + "extras": { + "bottomButtons": { + "clear": { + "title": "Clears all data this extension has stored on your machine", + "value": "Clear Data" + }, + "confirm": { + "title": "Confirm setting reset", + "value": "Confirm" + }, + "openTab": { + "title": "Open extension settings in a new tab" + }, + "reset": { + "title": "Resets all settings to their defaults, Click the confirm button to save the changes", + "value": "Reset" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Copy video URL with timestamp button", + "decreasePlaybackSpeedButton": "Decrease Speed button", + "forwardButton": "Fast Forward button", + "hideEndScreenCardsButton": "Hide end screen cards button", + "increasePlaybackSpeedButton": "Increase Speed button", + "loopButton": "Loop button", + "maximizePlayerButton": "Maximize button", + "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind button", + "screenshotButton": "Screenshot button", + "volumeBoostButton": "Volume Boost button" + }, + "options": { + "below_player": { + "placement": "below the player controls", + "value": "Below Player" + }, + "feature_menu": { + "placement": "in the feature menu", + "value": "Feature Menu" + }, + "player_controls_left": { + "placement": "on the left side of player controls", + "value": "Left Controls" + }, + "player_controls_right": { + "placement": "on the right side of player controls", + "value": "Right Controls" + } + }, + "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Button placement settings" + }, + "clearData": { + "allDataDeleted": "All data has been deleted.", + "confirmAlert": "This will delete all extension data related to options. Continue?" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Menu Activation Type", + "options": { + "click": "Click", + "hover": "Hover" + }, + "title": "Select the method to activate the feature menu" + }, + "title": "Feature menu settings" + } + }, + "importExportSettings": { + "exportButton": { + "success": "Settings successfully exported", + "title": "Export settings to a JSON file", + "value": "Export Settings" + }, + "importButton": { + "error": { + "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", + "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" + }, + "success": "Settings imported successfully", + "title": "Import settings from a JSON file", + "value": "Import Settings" + } + }, + "language": { + "select": { + "label": "Language", + "title": "The language to use for the extension" + }, + "title": "Language" + }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "scrollForMoreSettings": "Scroll for more settings", + "settingSearch": { + "placeholder": "Search for a setting" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Key", + "title": "Enter your Youtube Data API V3 key." + }, + "title": "YouTube API V3 key" + } + }, + "notifications": { + "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "Ustawiony klawisz zmiany prędkości przewijania nie może być taki sam, jak klawisz zmiany głośności przewijania kółka.", + "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." + } + } + }, + "info": { + "reset": "Wszystkie opcje zostały przywrócone do domyślnych wartości. Możesz teraz zapisać zmiany, klikając przycisk \"Potwierdź\" bądź odrzucić, je zamykając tę stronę lub ignorując to powiadomienie." + }, + "success": { + "saved": "Zapisano opcje." + } + } + } + }, + "settings": { + "sections": { + "customCSS": { + "enable": { + "label": "Własny CSS", + "title": "Enables custom CSS to be applied to the page" + }, + "extras": { + "collapse": "Collapse Editor", + "expand": "Expand Editor", + "noProblems": "No problems found." + }, + "title": "Custom CSS settings" + }, + "deepDarkCSS": { + "enable": { + "label": "Deep Dark Theme", + "title": "Activate the selected theme for the page" + }, + "extras": { + "author": "Author", + "co-authors": "Co-authors" + }, + "settings": { + "colorShadow": { + "label": "Shadow color", + "title": "Color for shadows" + }, + "dimmerText": { + "label": "Secondary text color", + "title": "Color for secondary text" + }, + "hoverBackground": { + "label": "Hover background color", + "title": "Color for hover background" + }, + "mainBackground": { + "label": "Main background color", + "title": "Color for main background" + }, + "mainColor": { + "label": "Accent color", + "title": "Color for accent" + }, + "mainText": { + "label": "Main text color", + "title": "Color for main text" + }, + "secondBackground": { + "label": "Secondary background color", + "title": "Color for secondary background" + }, + "theme": { + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + } + } + }, + "title": "YouTube deep dark settings" + }, + "forwardRewindButtons": { + "enable": { + "label": "Forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "settings": { + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + } + }, + "title": "Forward/rewind button settings" + }, + "miscellaneous": { + "settings": { + "automaticallyDisableAmbientMode": { + "enable": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + } + }, + "automaticallyDisableAutoPlay": { + "enable": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + } + }, + "automaticallyDisableClosedCaptions": { + "enable": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + } + }, + "automaticallyEnableClosedCaptions": { + "enable": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + } + }, + "automaticallyMaximizePlayer": { + "enable": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + } + }, + "automaticallyShowMoreVideosOnEndScreen": { + "enable": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + } + }, + "automaticTheaterMode": { + "enable": { + "label": "Automatic theater mode", + "title": "Automatically enables theater mode when you load a video" + } + }, + "copyTimestampUrlButton": { + "enable": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + } + }, + "defaultToOriginalAudioTrack": { + "enable": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + } + }, + "saveToWatchLaterButton": { + "enable": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + } + }, + "hideArtificialIntelligenceSummary": { + "enable": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + } + }, + "hideEndScreenCards": { + "enable": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + } + }, + "hideEndScreenCardsButton": { + "enable": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + } + }, + "hideLiveStreamChat": { + "enable": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + } + }, + "hideMembersOnlyVideos": { + "enable": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + } + }, + "hideOfficialArtistVideosFromHomePage": { + "enable": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + } + }, + "hidePaidPromotionBanner": { + "enable": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + } + }, + "hidePlayables": { + "enable": { + "label": "Hide playables", + "title": "Hides all playables" + } + }, + "hidePlaylistRecommendationsFromHomePage": { + "enable": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + } + }, + "hideScrollbar": { + "enable": { + "label": "Hide scrollbar", + "title": "Hides the pages scrollbar" + } + }, + "hideShorts": { + "enable": { + "label": "Hide shorts", + "title": "Hides all shorts" + } + }, + "hideSidebarRecommendedVideos": { + "enable": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + } + }, + "hideTranslateComment": { + "enable": { + "label": "Hide translate comment button", + "title": "Hides 'Translate to Language' button under comments" + } + }, + "loopButton": { + "enable": { + "label": "Loop button", + "title": "Adds a button to the feature menu to loop the video you're watching" + } + }, + "maximizePlayerButton": { + "enable": { + "label": "Maximize player button", + "title": "Adds a button to the feature menu to maximize the player" + } + }, + "openTranscriptButton": { + "enable": { + "label": "Open transcript button", + "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + } + }, + "openYouTubeSettingsOnHover": { + "enable": { + "label": "Open YouTube settings on hover", + "title": "Opens the YouTube settings menu when you hover over the settings button" + } + }, + "pauseBackgroundPlayers": { + "enable": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + } + }, + "remainingTime": { + "enable": { + "label": "Remaining time", + "title": "Shows the remaining time of the video you're watching" + } + }, + "rememberVolume": { + "enable": { + "label": "Remember last volume", + "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + } + }, + "removeRedirect": { + "enable": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + } + }, + "restoreFullscreenScrolling": { + "enable": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + } + }, + "shareShortener": { + "enable": { + "label": "Shorten YouTube video share link", + "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + } + }, + "shortsAutoScroll": { + "enable": { + "label": "Shorts auto scroll", + "title": "Automatically scrolls to the next short" + } + }, + "skipContinueWatching": { + "enable": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + } + } + }, + "title": "Miscellaneous settings" + }, + "onScreenDisplaySettings": { + "settings": { + "color": { + "label": "Color", + "select": { + "options": { + "blue": "Blue", + "green": "Green", + "orange": "Orange", + "pink": "Pink", + "purple": "Purple", + "red": "Red", + "white": "White", + "yellow": "Yellow" + } + }, + "title": "Select the color for the On-Screen Display" + }, + "hide": { + "label": "Hide Delay", + "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" + }, + "opacity": { + "label": "Opacity", + "title": "Adjust the transparency of the On-Screen Display" + }, + "padding": { + "label": "Padding", + "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." + }, + "position": { + "label": "Position", + "select": { + "options": { + "bottom_left": "Bottom Left", + "bottom_right": "Bottom Right", + "center": "Center", + "top_left": "Top Left", + "top_right": "Top Right" + } + }, + "title": "Select the position of the On-Screen Display" + }, + "type": { + "label": "Type", + "select": { + "options": { + "circle": "Circle", + "line": "Line", + "no_display": "No display", + "text": "Text" + } + }, + "title": "Select the type of On-Screen Display" + } + }, + "title": "On-screen display settings" + }, + "playerQuality": { + "enable": { + "label": "Automatic quality adjustment", + "title": "Automatically adjusts the video quality to the selected level." + }, + "settings": { + "quality": { + "select": { + "label": "Player quality", + "title": "The quality to set the video to" + } + }, + "qualityFallbackStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + } + }, + "title": "Automatic quality settings" + }, + "playerSpeed": { + "enable": { + "label": "Forced playback speed", + "title": "Sets the video speed to what you choose below" + }, + "settings": { + "buttons": { + "label": "Playback speed buttons", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + }, + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + }, + "speed": { + "select": { + "label": "Player speed", + "title": "The speed to set the video to" + } + } + }, + "title": "Playback speed settings" + }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + }, + "settings": { + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } + } + }, + "title": "Playlist length settings" + }, + "playlistManagementButtons": { + "settings": { + "markAsUnwatchedButton": { + "enable": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + } + }, + "removeVideoButton": { + "enable": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + } + }, + "title": "Playlist management settings" + }, + "screenshotButton": { + "enable": { + "label": "Screenshot button", + "title": "Adds a button to the player to take a screenshot of the video" + }, + "settings": { + "format": { + "label": "Screenshot format", + "title": "The format to save the screenshot in" + }, + "saveAs": { + "select": { + "options": { + "both": "Both (File and Clipboard)", + "clipboard": "Clipboard", + "file": "File" + }, + "label": "Screenshot save type", + "title": "The screenshot save type" + } + } + }, + "title": "Screenshot settings" + }, + "scrollWheelSpeedControl": { + "enable": { + "label": "Sterowanie prędkością kółka myszy", + "title": "Naciśnij klawisz modyfikujący, aby włączyć regulację prędkości za pomocą kółka myszy." + }, + "extras": { + "optionLabel": "{{KEY}} key" + }, + "settings": { + "adjustmentSteps": { + "label": "Speed Change Per Scroll", + "title": "Adjust the speed change per scroll" + }, + "modifierKey": { + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + } + } + }, + "title": "Ustawienia kontroli prędkości kółka myszy" + }, + "scrollWheelVolumeControl": { + "enable": { + "label": "Regulacja głośności za pomocą kółka myszy", + "title": "Umożliwia sterowanie głośnością oglądanego filmu za pomocą kółka myszy" + }, + "extras": { + "optionLabel": "{{KEY}} key" + }, + "settings": { + "adjustmentSteps": { + "label": "Volume Change Per Scroll", + "title": "Adjust the volume change per scroll" + }, + "holdModifierKey": { + "label": "When holding modifier key", + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + }, + "title": "Press a modifier key to enable volume adjustment with the scroll wheel." + }, + "holdRightClick": { + "label": "When holding right click", + "title": "Hold right click to enable scroll wheel volume control" + } + }, + "title": "Ustawienia regulacji głośności za pomocą kółka myszy" + }, + "videoHistory": { + "enable": { + "label": "Track watched videos", + "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" + }, + "settings": { + "resumeType": { + "select": { + "label": "Resume type", + "options": { + "automatic": "Automatic", + "prompt": "Prompt" + }, + "title": "Select how you want to resume videos" + } + } + }, + "title": "Video history settings" + }, + "volumeBoost": { + "enable": { + "label": "Zwiększenie głośności", + "title": "Włącz zwiększenie głośności" + }, + "settings": { + "amount": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by" + }, + "mode": { + "select": { + "label": "Volume boost mode", + "options": { + "global": "Global", + "perVideo": "Per video" + }, + "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + } + } + }, + "title": "Ustawienia zwiększenia głośności" + } + } + } +} \ No newline at end of file From b64e02a35822611a5cd5fc411f95c6f86d183cef Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 25 Jan 2026 16:18:55 -0500 Subject: [PATCH 1533/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 1565 +++++++++++++++++++------------------ 1 file changed, 822 insertions(+), 743 deletions(-) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index 8ca4979e7..c460bebf0 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -1,744 +1,823 @@ { - "langCode": "ru-RU", - "langName": "Русский", - "messages": { - "resumingVideo": "Возобновление видео на {{VIDEO_TIME}}", - "settingVolume": "Усиление громкости установлено на {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "Скопировано!", - "label": "Копировать URL видео с таймкодом" - } - }, - "featureMenu": { - "button": { - "label": "Меню функций" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "Перемотка вперёд на {{TIME}}" - }, - "rewindButton": { - "label": "Перемотка назад на {{TIME}}" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "Скрыть заставки следующих видео", - "toggle": { - "off": "Показать заставки следующих видео", - "on": "Скрыть заставки следующих видео" - } - } - }, - "loopButton": { - "button": { - "label": "Зациклить", - "toggle": { - "off": "Зацикливание выключено", - "on": "Зацикливание включено" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "Развернуть", - "toggle": { - "off": "Проигрыватель свернут", - "on": "Проигрыватель развернут" - } - } - }, - "miniPlayerButton": { - "button": { - "label": "Mini Player", - "toggle": { - "off": "Mini Player off", - "on": "Mini Player on" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Открыть стенограмму" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Уменьшить скорость на {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Увеличить скорость на {{SPEED}}" - } - }, - "decreaseLimit": "Невозможно уменьшить ({{SPEED}})", - "increaseLimit": "Невозможно увеличить ({{SPEED}})" - }, - "playlistLength": { - "title": "Общая длина может быть неточной, если некоторые видео скрыты или недостаточно видео прогружено, чтобы получить полную длину." - }, - "screenshotButton": { - "button": { - "label": "Скриншот" - }, - "copiedToClipboard": "Скриншот скопирован в буфер обмена" - }, - "videoHistory": { - "resumeButton": "Возобновить", - "resumePrompt": { - "close": "Закрыть" - } - }, - "volumeBoostButton": { - "button": { - "label": "Усиление громкости", - "toggle": { - "off": "Увеличение громкости выключено", - "on": "Увеличение громкости включено" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "Клавиша-модификатор для управления скоростью воспроизведения с помощью колеса мыши не может совпадать с клавишей-модификатором для управления громкостью.", - "volumeControl": "Клавиша-модификатор для управления громкостью с помощью колеса мыши не может совпадать с клавишей-модификатором для управления скоростью воспроизведения." - } - } - }, - "info": { - "reset": "Все параметры были сброшены к значениям по умолчанию.\nТеперь вы можете сохранить изменения, нажав кнопку «Подтвердить» или отменить их, закрыв эту страницу или проигнорировав это уведомление." - }, - "success": { - "saved": "Настройки сохранены." - } - } - } - }, - "settings": { - "clearData": { - "allDataDeleted": "Все данные были удалены.", - "confirmAlert": "Это приведет к удалению всех данных расширения, связанных с настройками. Продолжить?" - }, - "optionDisabled": { - "either": { - "label": "Включите {{OPTIONS}} для настройки этого параметра", - "separator": " или " - }, - "plural": { - "label": "Включите {{OPTIONS}} для настройки этого параметра", - "separator": " и " - }, - "singular": "Включите '{{OPTION}}' для настройки этого параметра", - "specificOption": { - "featureMenu": "Включите по крайней мере одну кнопку, которая будет размещена в меню функций для настройки этой опции.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" - } - }, - "scrollForMoreSettings": "Прокрутите для других настроек", - "sections": { - "automaticQuality": { - "enable": { - "label": "Включить автоматическую регулировку качества", - "title": "Автоматически настраивает качество видео на выбранный уровень." - }, - "fallbackQualityStrategy": { - "select": { - "label": "Стратегия восстановления качества", - "options": { - "higher": "Выше", - "lower": "Ниже" - }, - "title": "Какую стратегию использовать, когда выбранное качество недоступно" - } - }, - "select": { - "label": "Качество проигрывателя", - "title": "Качество, которое будет задаваться для видео" - }, - "title": "Автоматические настройки качества" - }, - "bottomButtons": { - "clear": { - "title": "Очистить все данные, которые это расширение хранит на вашем компьютере", - "value": "Удалить данные" - }, - "confirm": { - "title": "Подтвердить сброс настроек", - "value": "Подтвердить" - }, - "openTab": { - "title": "Открывать настройки расширения в новой вкладке" - }, - "reset": { - "title": "Сбрасывает все параметры до значений по умолчанию. Нажмите \"Подтвердить\", чтобы сохранить изменения", - "value": "Сброс" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "Кнопка «Копировать URL видео с таймкодом»", - "decreasePlaybackSpeedButton": "Кнопка уменьшения скорости видео", - "forwardButton": "Кнопка перемотки вперёд", - "hideEndScreenCardsButton": "Кнопка «Скрыть заставки следующих видео»", - "increasePlaybackSpeedButton": "Кнопка увеличения скорости видео", - "loopButton": "Кнопка «Зациклить»", - "maximizePlayerButton": "Кнопка «Развернуть»", - "miniPlayerButton": "Mini Player", - "openTranscriptButton": "Кнопка «Открыть стенограмму»", - "rewindButton": "Кнопка перемотки назад", - "screenshotButton": "Кнопка «Скриншот»", - "volumeBoostButton": "Кнопка «Усиление громкости»" - }, - "options": { - "below_player": { - "placement": "под проигрывателем", - "value": "Под проигрывателем" - }, - "feature_menu": { - "placement": "в меню функций", - "value": "Меню функций" - }, - "player_controls_left": { - "placement": "с левой стороны панели управления", - "value": "Слева" - }, - "player_controls_right": { - "placement": "с правой стороны панели управления", - "value": "Справа" - } - }, - "title": "Поместить {{BUTTON_NAME}} {{PLACEMENT}}" - }, - "title": "Button placement settings" - }, - "customCSS": { - "editor": { - "collapse": "Свернуть редактор", - "expand": "Расширить редактор", - "noProblems": "Проблем не найдено." - }, - "enable": { - "label": "Включить пользовательский CSS", - "title": "Включает пользовательские настройки CSS для применения к странице" - }, - "title": "Custom CSS settings" - }, - "featureMenu": { - "openType": { - "select": { - "label": "Тип активации меню", - "options": { - "click": "Посредством нажатия", - "hover": "При наведении курсора" - }, - "title": "Выберите способ активации меню функций" - }, - "title": "Настройки меню функций" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "Включить кнопки перемотки вперёд/назад", - "title": "Добавляет кнопки перемотки вперёд/назад в проигрыватель" - }, - "time": { - "label": "Время перемотки", - "title": "Кол-во времени, на которое будет перематываться видео" - }, - "title": "Настройки кнопок перемотки вперёд/назад" - }, - "importExportSettings": { - "exportButton": { - "success": "Настройки успешно экспортированы", - "title": "Экспорт настроек в JSON файл", - "value": "Экспорт настроек" - }, - "importButton": { - "error": { - "unknown": "Ошибка импорта настроек. Пожалуйста, проверьте формат файла.\nПроизошла неизвестная ошибка.", - "validation": "Ошибка импорта настроек. Пожалуйста, проверьте формат файла.\n{{ERROR_MESSAGE}}" - }, - "success": "Настройки успешно импортированы", - "title": "Импорт настроек из JSON файла", - "value": "Импорт настроек" - } - }, - "language": { - "select": { - "label": "Язык", - "title": "Язык расширения" - }, - "title": "Язык" - }, - "miniPlayer": { - "enable": { - "label": "Open Mini Player when viewing comments", - "title": "Automatically opens the Mini Player when you scroll to comments." - }, - "position": { - "label": "Default Mini Player position", - "options": { - "bottomCenter": "Bottom center", - "bottomLeft": "Bottom left", - "bottomRight": "Bottom right", - "topCenter": "Top center", - "topLeft": "Top left", - "topRight": "Top right" - }, - "title": "Sets the starting position before you move the Mini Player." - }, - "size": { - "label": "Default Mini Player size", - "title": "Sets the initial size before you resize the Mini Player." - }, - "title": "Mini Player settings" - }, - "miniPlayerButton": { - "label": "Mini Player button", - "title": "Adds a button that opens the Mini Player" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "Включить автоматический режим кинотеатра", - "title": "Автоматически включать режим кинотеатра при загрузке видео" - }, - "automaticallyDisableAmbientMode": { - "label": "Автоматическое отключение режима освещения", - "title": "Автоматически отключать режим освещения при загрузке видео" - }, - "automaticallyDisableAutoPlay": { - "label": "Automatically disable autoplay", - "title": "Automatically disables autoplay when you load a video" - }, - "automaticallyDisableClosedCaptions": { - "label": "Автоматически отключать субтитры", - "title": "Автоматически отключает субтитры при загрузке видео" - }, - "automaticallyEnableClosedCaptions": { - "label": "Automatically enable closed captions", - "title": "Automatically enables closed captions when you load a video" - }, - "automaticallyMaximizePlayer": { - "label": "Automatically maximize player", - "title": "Automatically maximizes the player when you load a video" - }, - "automaticallyShowMoreVideosOnEndScreen": { - "label": "Automatically show more videos on end screen", - "title": "Automatically shows more videos on end screen when you load a video" - }, - "copyTimestampUrlButton": { - "label": "Кнопка «Копировать URL видео с таймкодом»", - "title": "Копирует ссылку видео с меткой времени (?t=123)" - }, - "defaultToOriginalAudioTrack": { - "label": "Выставлять оригинальную звуковую дорожку по умолчанию", - "title": "Всегда выставлять оригинальную аудио дорожку видео по умолчанию" - }, - "enableMarkAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Add a button to playlist items to mark videos as unwatched" - }, - "enableRemoveVideoButton": { - "label": "Remove video button", - "title": "Add a button to playlist items to remove videos from the playlist" - }, - "enableSaveToWatchLaterButton": { - "label": "Enable save to Watch Later button", - "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" - }, - "hideArtificialIntelligenceSummary": { - "label": "Прятать краткое содержание от ИИ", - "title": "Прячет краткое содержание видео от ИИ под описанием" - }, - "hideEndScreenCards": { - "label": "Скрыть заставки следующих видео", - "title": "Скрывает заставки следующих (предлагаемых) видео в конце ролика" - }, - "hideEndScreenCardsButton": { - "label": "Кнопка «Скрыть заставки следующих видео»", - "title": "Добавляет кнопку для скрытия/отображения заставок следующих видео в конце ролика" - }, - "hideLiveStreamChat": { - "label": "Спрятать чат прямого эфира", - "title": "Прячет чат прямого эфира (стрима)" - }, - "hideMembersOnlyVideos": { - "label": "Hide members-only videos", - "title": "Hides videos that are only visible to members" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "Скрывать официальные видео исполнителя", - "title": "Скрывает официальные видео исполнителя с домашней страницы" - }, - "hidePaidPromotionBanner": { - "label": "Скрыть \"Содержит прямую рекламу\"", - "title": "Скрывает баннер, отображающийся при просмотре видео, которое имеет платную рекламу" - }, - "hidePlayables": { - "label": "Спрятать игры", - "title": "Прячет все игры (playables)" - }, - "hidePlaylistRecommendationsFromHomePage": { - "label": "Спрятать плейлисты на главной", - "title": "Прячет плейлисты на главной (домашней) странице" - }, - "hideScrollbar": { - "label": "Включить скрытие полосы прокрутки страницы", - "title": "Скрывает полосу прокрутки страницы" - }, - "hideShorts": { - "label": "Скрыть Shorts", - "title": "Скрывает все Shorts" - }, - "hideSidebarRecommendedVideos": { - "label": "Hide recommended videos", - "title": "Hides the sidebar that recommends videos" - }, - "hideTranslateComment": { - "label": "Спрятать кнопку 'Перевести на...'", - "title": "Прячет кнопку 'Перевести на русский' под комментарием" - }, - "loopButton": { - "label": "Включить кнопку «Зациклить»", - "title": "Добавляет кнопку в меню функций для автоматического повтора просмотренного видео (зацикливание)" - }, - "maximizePlayerButton": { - "label": "Включить кнопку «Развернуть проигрыватель»", - "title": "Добавляет кнопку в меню функций, которая позволит максимизировать проигрыватель" - }, - "openTranscriptButton": { - "label": "Показать кнопку стенограммы видео", - "title": "Добавляет кнопку в меню функций, чтобы открыть стенограмму видео, которое вы просматриваете" - }, - "openYouTubeSettingsOnHover": { - "label": "Открывать настройки YouTube при наведении курсора", - "title": "Открывает меню настроек YouTube при наведении на кнопку меню" - }, - "pauseBackgroundPlayers": { - "label": "Ставить на паузу видео в фоновых вкладках", - "title": "Ставит на паузу видео в фоновых вкладках при запуске видео в активной (текущей) вкладке" - }, - "remainingTime": { - "label": "Включить отображение оставшегося времени", - "title": "Показывает оставшееся время просмотра видео" - }, - "rememberLastVolume": { - "label": "Запомнить уровень громкости", - "title": "Запоминает громкость последнего видео, которое вы смотрели и устанавливает это значение при открытии нового видео" - }, - "removeRedirect": { - "label": "Убрать YouTube /redirect ссылки", - "title": "Заменяет /redirect ссылки на актуальные, убирая предупреждение о переходе на другой ресурс" - }, - "restoreFullscreenScrolling": { - "label": "Включить прокрутку в полноэкранном режиме", - "title": "Восстанавливает возможность прокрутки в полноэкранном режиме" - }, - "shareShortener": { - "label": "Укоротить ссылку с кнопки \"Поделиться\"", - "title": "Укорачивает ссылку с кнопки \"Поделиться\" (youtu.be), убирая параметры si/feature из нее" - }, - "shortsAutoScroll": { - "label": "Автоматическая прокрутка Shorts", - "title": "Автоматически скроллит до следующего Shorts" - }, - "skipContinueWatching": { - "label": "Пропускать \"Воспроизведение приостановлено. Продолжить?\"", - "title": "Автоматически пропускает диалог простоя, который приостанавливает воспроизведение" - } - }, - "title": "Прочие параметры" - }, - "onScreenDisplaySettings": { - "color": { - "label": "Цвет", - "options": { - "blue": "Синий", - "green": "Зеленый", - "orange": "Оранжевый", - "pink": "Розовый", - "purple": "Фиолетовый", - "red": "Красный", - "white": "Белый", - "yellow": "Желтый" - }, - "title": "Выберите цвет для отображения на экране (OSD)" - }, - "hide": { - "label": "Задержка скрытия", - "title": "Укажите время, в миллисекундах, перед автоматическим скрытием OSD" - }, - "opacity": { - "label": "Прозрачность", - "title": "Настройка прозрачности отображения на экране (OSD)" - }, - "padding": { - "label": "Отступы", - "title": "Регулировка интервала вокруг отображения на экране (OSD) в пикселях. Применяется в частности для углов OSD." - }, - "position": { - "label": "Расположение", - "options": { - "bottom_left": "Слева снизу", - "bottom_right": "Справа снизу", - "center": "По центру", - "top_left": "Слева сверху", - "top_right": "Справа сверху" - }, - "title": "Выберите позицию отображения на экране (OSD)" - }, - "title": "On-screen display settings", - "type": { - "label": "Тип", - "options": { - "circle": "Круг", - "line": "Линия", - "no_display": "Не показывать", - "text": "Текст" - }, - "title": "Выберите тип отображения на экране (OSD)" - } - }, - "playbackSpeed": { - "enable": { - "label": "Включить принудительную скорость воспроизведения", - "title": "Устанавливает скорость проигрывания видео на ту, что вы выбрали ниже" - }, - "playbackSpeedButtons": { - "label": "Кнопки регулирования скорости видео", - "select": { - "label": "Дельта кнопок регулирования скорости", - "title": "Число, на которое будет изменена скорость за клик" - }, - "title": "Добавляет кнопки для увеличения или уменьшения скорости воспроизведения просматриваемого видео" - }, - "select": { - "label": "Скорость проигрывателя", - "title": "Скорость, которая будет задаваться для видео" - }, - "title": "Настройки скорости воспроизведения" - }, - "playlistLength": { - "enable": { - "label": "Отображать информацию о длине плейлиста", - "title": "Отображает общую временную длину плейлиста, сколько было просмотрено и сколько осталось." - }, - "title": "Настройки длины плейлиста", - "wayToGetLength": { - "select": { - "label": "Способ получения длины плейлиста", - "title": "Способ получения информации о длине плейлиста (метод API будет переключаться обратно к HTML, если возникнет ошибка)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "Метод получения времени просмотра", - "options": { - "duration": "Продолжительность видео", - "youtube": "Время просмотра видео" - }, - "title": "Способ получения количества времени просмотра (тип длины видео используется только на странице просмотра)" - } - } - }, - "playlistManagement": { - "features": { - "markAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - }, - "removeVideoButton": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - } - }, - "title": "Playlist management settings" - }, - "playlistManagementButtons": { - "failedToMarkAsUnwatched": "Failed to mark video as unwatched", - "failedToRemoveVideo": "Failed to remove video", - "markAsUnwatched": "Mark as unwatched", - "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "Remove video", - "removingVideo": "Removing video…" - }, - "saveToWatchLaterButton": { - "failedToSaveVideo": "Failed to save video to Watch Later", - "saveVideo": "Save to Watch Later", - "savingVideo": "Saving to Watch Later…" - }, - "screenshotButton": { - "enable": { - "label": "Включить кнопку «Скриншот»", - "title": "Добавляет кнопку в проигрыватель которая делает скриншот видео" - }, - "saveAs": { - "both": "Both (File and Clipboard)", - "clipboard": "Буфер обмена", - "file": "Файл" - }, - "selectFormat": { - "label": "Формат скриншота", - "title": "Формат, в котором будет сохраняться скриншот" - }, - "selectSaveAs": { - "label": "Тип сохранения скриншота", - "title": "Тип сохранения скриншота" - }, - "title": "Настройки скриншотов" - }, - "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "Изменение скорости воспроизведения за прокрутку колеса", - "title": "Регулировка значения, на которое изменяется скорость воспроизведения за прокрутку" - }, - "enable": { - "label": "Включить управление скоростью воспроизведения с помощью колеса мыши", - "title": "Нажмите клавишу-модификатор, чтобы включить управление скоростью воспроизведения с помощью колеса мыши." - }, - "optionLabel": "Клавиша {{KEY}}", - "select": { - "label": "Клавиша-модификатор", - "title": "Используемая клавиша-модификатор" - }, - "title": "Настройки управления скоростью воспроизведения с помощью колеса мыши" - }, - "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "Изменение громкости за прокрутку колеса", - "title": "Регулировка значения, на которое изменяется громкость за прокрутку" - }, - "enable": { - "label": "Включить управление громкостью с помощью колеса мыши", - "title": "Позволяет использовать колесо мыши для управления громкостью видео, которое вы просматриваете" - }, - "holdModifierKey": { - "enable": { - "label": "Включить при удержании клавиши-модификатора", - "title": "Нажмите клавишу-модификатор, чтобы включить управление громкостью с помощью колеса мыши." - }, - "optionLabel": "Клавиша {{KEY}}", - "select": { - "label": "Клавиша-модификатор", - "title": "Используемая клавиша-модификатор" - } - }, - "holdRightClick": { - "enable": { - "label": "Включить при удержании правой кнопки мыши", - "title": "Удерживайте правую кнопку мыши, чтобы включить управление громкостью с помощью колеса мыши" - } - }, - "title": "Настройки управления громкостью с помощью колеса мыши" - }, - "settingSearch": { - "placeholder": "Поиск настроек" - }, - "videoHistory": { - "enable": { - "label": "Отслеживание таймкода просматриваемого видео", - "title": "Отслеживает, на каком моменте вы остановили просмотр видео и продолжает с него" - }, - "resumeType": { - "select": { - "label": "Тип возобновления", - "options": { - "automatic": "Автоматически", - "prompt": "Запрашивать" - }, - "title": "Выберите, как вы хотите возобновлять просмотр видео" - } - }, - "title": "Настройки отслеживания" - }, - "volumeBoost": { - "boostAmount": { - "label": "Значение увеличения громкости (дБ)", - "title": "Значение, на которое будет увеличена громкость" - }, - "enable": { - "label": "Включить усиление громкости", - "title": "Включить усиление громкости" - }, - "mode": { - "select": { - "label": "Режим увеличения громкости", - "options": { - "global": "Глобально", - "perVideo": "Для видео" - }, - "title": "Выберите, каким образом должно применяться усиление громкости. 'Для видео' позволяет включать усиление для каждого видео отдельно в меню функций. 'Глобально' применяет усиление для всех просматриваемых видео когда усиление громкости включено." - } - }, - "title": "Настройки усиления громкости" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "Вы можете получить ключ здесь", - "input": { - "label": "API ключ", - "title": "Введите ваш ключ Youtube Data API V3." - }, - "title": "YouTube API V3 key" - }, - "youtubeDeepDark": { - "author": "Автор", - "co-authors": "Соавторы", - "colors": { - "colorShadow": { - "label": "Цвет тени", - "title": "Цвет теней" - }, - "dimmerText": { - "label": "Цвет вторичного текста", - "title": "Цвет для вторичного текста" - }, - "hoverBackground": { - "label": "Цвет фона при наведении", - "title": "Цвет, который будет задаваться фону при наведении" - }, - "mainBackground": { - "label": "Основной цвет фона", - "title": "Цвет для основного фона" - }, - "mainColor": { - "label": "Цвет акцента", - "title": "Цвет для акцента" - }, - "mainText": { - "label": "Цвет основного текста", - "title": "Цвет для основного текста" - }, - "secondBackground": { - "label": "Дополнительный цвет фона", - "title": "Цвет для вторичного фона" - } - }, - "enable": { - "label": "Включить выбранную тему", - "title": "Активировать выбранную тему для страницы" - }, - "select": { - "label": "Выбрать тему", - "title": "Выберите тему для применения к странице" - }, - "title": "YouTube deep dark settings" - } - } - } -} + "langCode": "ru-RU", + "langName": "Русский", + "messages": { + "resumingVideo": "Возобновление видео на {{VIDEO_TIME}}", + "settingVolume": "Усиление громкости установлено на {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "label": "Копировать URL видео с таймкодом" + }, + "extras": { + "copied": "Copied!" + } + }, + "featureMenu": { + "button": { + "label": "Меню функций" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Перемотка вперёд на {{TIME}}" + }, + "rewindButton": { + "label": "Перемотка назад на {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Скрыть заставки следующих видео", + "toggle": { + "off": "Показать заставки следующих видео", + "on": "Скрыть заставки следующих видео" + } + } + }, + "loopButton": { + "button": { + "label": "Зациклить", + "toggle": { + "off": "Зацикливание выключено", + "on": "Зацикливание включено" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "Развернуть", + "toggle": { + "off": "Проигрыватель свернут", + "on": "Проигрыватель развернут" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Открыть стенограмму" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Уменьшить скорость на {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Увеличить скорость на {{SPEED}}" + } + }, + "extras": { + "decreaseLimit": "Can't decrease further ({{SPEED}})", + "increaseLimit": "Can't increase further ({{SPEED}})" + } + }, + "playlistLength": { + "title": "Общая длина может быть неточной, если некоторые видео скрыты или недостаточно видео прогружено, чтобы получить полную длину." + }, + "playlistManagementButtons": { + "extras": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + } + }, + "saveToWatchLaterButton": { + "extras": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + } + }, + "screenshotButton": { + "button": { + "label": "Скриншот" + }, + "extras": { + "copiedToClipboard": "Screenshot copied to clipboard" + } + }, + "videoHistory": { + "extras": { + "resumeButton": "Resume", + "resumePromptClose": "Close" + } + }, + "volumeBoostButton": { + "button": { + "label": "Усиление громкости", + "toggle": { + "off": "Увеличение громкости выключено", + "on": "Увеличение громкости включено" + } + } + } + } + }, + "options": { + "extras": { + "bottomButtons": { + "clear": { + "title": "Clears all data this extension has stored on your machine", + "value": "Clear Data" + }, + "confirm": { + "title": "Confirm setting reset", + "value": "Confirm" + }, + "openTab": { + "title": "Open extension settings in a new tab" + }, + "reset": { + "title": "Resets all settings to their defaults, Click the confirm button to save the changes", + "value": "Reset" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Copy video URL with timestamp button", + "decreasePlaybackSpeedButton": "Decrease Speed button", + "forwardButton": "Fast Forward button", + "hideEndScreenCardsButton": "Hide end screen cards button", + "increasePlaybackSpeedButton": "Increase Speed button", + "loopButton": "Loop button", + "maximizePlayerButton": "Maximize button", + "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind button", + "screenshotButton": "Screenshot button", + "volumeBoostButton": "Volume Boost button" + }, + "options": { + "below_player": { + "placement": "below the player controls", + "value": "Below Player" + }, + "feature_menu": { + "placement": "in the feature menu", + "value": "Feature Menu" + }, + "player_controls_left": { + "placement": "on the left side of player controls", + "value": "Left Controls" + }, + "player_controls_right": { + "placement": "on the right side of player controls", + "value": "Right Controls" + } + }, + "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Button placement settings" + }, + "clearData": { + "allDataDeleted": "All data has been deleted.", + "confirmAlert": "This will delete all extension data related to options. Continue?" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Menu Activation Type", + "options": { + "click": "Click", + "hover": "Hover" + }, + "title": "Select the method to activate the feature menu" + }, + "title": "Feature menu settings" + } + }, + "importExportSettings": { + "exportButton": { + "success": "Settings successfully exported", + "title": "Export settings to a JSON file", + "value": "Export Settings" + }, + "importButton": { + "error": { + "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", + "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" + }, + "success": "Settings imported successfully", + "title": "Import settings from a JSON file", + "value": "Import Settings" + } + }, + "language": { + "select": { + "label": "Language", + "title": "The language to use for the extension" + }, + "title": "Language" + }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "scrollForMoreSettings": "Scroll for more settings", + "settingSearch": { + "placeholder": "Search for a setting" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Key", + "title": "Enter your Youtube Data API V3 key." + }, + "title": "YouTube API V3 key" + } + }, + "notifications": { + "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "Клавиша-модификатор для управления скоростью воспроизведения с помощью колеса мыши не может совпадать с клавишей-модификатором для управления громкостью.", + "volumeControl": "Клавиша-модификатор для управления громкостью с помощью колеса мыши не может совпадать с клавишей-модификатором для управления скоростью воспроизведения." + } + } + }, + "info": { + "reset": "Все параметры были сброшены к значениям по умолчанию.\nТеперь вы можете сохранить изменения, нажав кнопку «Подтвердить» или отменить их, закрыв эту страницу или проигнорировав это уведомление." + }, + "success": { + "saved": "Настройки сохранены." + } + } + } + }, + "settings": { + "sections": { + "customCSS": { + "enable": { + "label": "Включить пользовательский CSS", + "title": "Включает пользовательские настройки CSS для применения к странице" + }, + "extras": { + "collapse": "Collapse Editor", + "expand": "Expand Editor", + "noProblems": "No problems found." + }, + "title": "Custom CSS settings" + }, + "deepDarkCSS": { + "enable": { + "label": "Deep Dark Theme", + "title": "Activate the selected theme for the page" + }, + "extras": { + "author": "Author", + "co-authors": "Co-authors" + }, + "settings": { + "colorShadow": { + "label": "Shadow color", + "title": "Color for shadows" + }, + "dimmerText": { + "label": "Secondary text color", + "title": "Color for secondary text" + }, + "hoverBackground": { + "label": "Hover background color", + "title": "Color for hover background" + }, + "mainBackground": { + "label": "Main background color", + "title": "Color for main background" + }, + "mainColor": { + "label": "Accent color", + "title": "Color for accent" + }, + "mainText": { + "label": "Main text color", + "title": "Color for main text" + }, + "secondBackground": { + "label": "Secondary background color", + "title": "Color for secondary background" + }, + "theme": { + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + } + } + }, + "title": "YouTube deep dark settings" + }, + "forwardRewindButtons": { + "enable": { + "label": "Включить кнопки перемотки вперёд/назад", + "title": "Добавляет кнопки перемотки вперёд/назад в проигрыватель" + }, + "settings": { + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + } + }, + "title": "Настройки кнопок перемотки вперёд/назад" + }, + "miscellaneous": { + "settings": { + "automaticallyDisableAmbientMode": { + "enable": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + } + }, + "automaticallyDisableAutoPlay": { + "enable": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + } + }, + "automaticallyDisableClosedCaptions": { + "enable": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + } + }, + "automaticallyEnableClosedCaptions": { + "enable": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + } + }, + "automaticallyMaximizePlayer": { + "enable": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + } + }, + "automaticallyShowMoreVideosOnEndScreen": { + "enable": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + } + }, + "automaticTheaterMode": { + "enable": { + "label": "Automatic theater mode", + "title": "Automatically enables theater mode when you load a video" + } + }, + "copyTimestampUrlButton": { + "enable": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + } + }, + "defaultToOriginalAudioTrack": { + "enable": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + } + }, + "saveToWatchLaterButton": { + "enable": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + } + }, + "hideArtificialIntelligenceSummary": { + "enable": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + } + }, + "hideEndScreenCards": { + "enable": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + } + }, + "hideEndScreenCardsButton": { + "enable": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + } + }, + "hideLiveStreamChat": { + "enable": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + } + }, + "hideMembersOnlyVideos": { + "enable": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + } + }, + "hideOfficialArtistVideosFromHomePage": { + "enable": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + } + }, + "hidePaidPromotionBanner": { + "enable": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + } + }, + "hidePlayables": { + "enable": { + "label": "Hide playables", + "title": "Hides all playables" + } + }, + "hidePlaylistRecommendationsFromHomePage": { + "enable": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + } + }, + "hideScrollbar": { + "enable": { + "label": "Hide scrollbar", + "title": "Hides the pages scrollbar" + } + }, + "hideShorts": { + "enable": { + "label": "Hide shorts", + "title": "Hides all shorts" + } + }, + "hideSidebarRecommendedVideos": { + "enable": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + } + }, + "hideTranslateComment": { + "enable": { + "label": "Hide translate comment button", + "title": "Hides 'Translate to Language' button under comments" + } + }, + "loopButton": { + "enable": { + "label": "Loop button", + "title": "Adds a button to the feature menu to loop the video you're watching" + } + }, + "maximizePlayerButton": { + "enable": { + "label": "Maximize player button", + "title": "Adds a button to the feature menu to maximize the player" + } + }, + "openTranscriptButton": { + "enable": { + "label": "Open transcript button", + "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + } + }, + "openYouTubeSettingsOnHover": { + "enable": { + "label": "Open YouTube settings on hover", + "title": "Opens the YouTube settings menu when you hover over the settings button" + } + }, + "pauseBackgroundPlayers": { + "enable": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + } + }, + "remainingTime": { + "enable": { + "label": "Remaining time", + "title": "Shows the remaining time of the video you're watching" + } + }, + "rememberVolume": { + "enable": { + "label": "Remember last volume", + "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + } + }, + "removeRedirect": { + "enable": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + } + }, + "restoreFullscreenScrolling": { + "enable": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + } + }, + "shareShortener": { + "enable": { + "label": "Shorten YouTube video share link", + "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + } + }, + "shortsAutoScroll": { + "enable": { + "label": "Shorts auto scroll", + "title": "Automatically scrolls to the next short" + } + }, + "skipContinueWatching": { + "enable": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + } + } + }, + "title": "Прочие параметры" + }, + "onScreenDisplaySettings": { + "settings": { + "color": { + "label": "Color", + "select": { + "options": { + "blue": "Blue", + "green": "Green", + "orange": "Orange", + "pink": "Pink", + "purple": "Purple", + "red": "Red", + "white": "White", + "yellow": "Yellow" + } + }, + "title": "Select the color for the On-Screen Display" + }, + "hide": { + "label": "Hide Delay", + "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" + }, + "opacity": { + "label": "Opacity", + "title": "Adjust the transparency of the On-Screen Display" + }, + "padding": { + "label": "Padding", + "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." + }, + "position": { + "label": "Position", + "select": { + "options": { + "bottom_left": "Bottom Left", + "bottom_right": "Bottom Right", + "center": "Center", + "top_left": "Top Left", + "top_right": "Top Right" + } + }, + "title": "Select the position of the On-Screen Display" + }, + "type": { + "label": "Type", + "select": { + "options": { + "circle": "Circle", + "line": "Line", + "no_display": "No display", + "text": "Text" + } + }, + "title": "Select the type of On-Screen Display" + } + }, + "title": "On-screen display settings" + }, + "playerQuality": { + "enable": { + "label": "Automatic quality adjustment", + "title": "Automatically adjusts the video quality to the selected level." + }, + "settings": { + "quality": { + "select": { + "label": "Player quality", + "title": "The quality to set the video to" + } + }, + "qualityFallbackStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + } + }, + "title": "Automatic quality settings" + }, + "playerSpeed": { + "enable": { + "label": "Forced playback speed", + "title": "Sets the video speed to what you choose below" + }, + "settings": { + "buttons": { + "label": "Playback speed buttons", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + }, + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + }, + "speed": { + "select": { + "label": "Player speed", + "title": "The speed to set the video to" + } + } + }, + "title": "Playback speed settings" + }, + "playlistLength": { + "enable": { + "label": "Отображать информацию о длине плейлиста", + "title": "Отображает общую временную длину плейлиста, сколько было просмотрено и сколько осталось." + }, + "settings": { + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } + } + }, + "title": "Настройки длины плейлиста" + }, + "playlistManagementButtons": { + "settings": { + "markAsUnwatchedButton": { + "enable": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + } + }, + "removeVideoButton": { + "enable": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + } + }, + "title": "Playlist management settings" + }, + "screenshotButton": { + "enable": { + "label": "Включить кнопку «Скриншот»", + "title": "Добавляет кнопку в проигрыватель которая делает скриншот видео" + }, + "settings": { + "format": { + "label": "Screenshot format", + "title": "The format to save the screenshot in" + }, + "saveAs": { + "select": { + "options": { + "both": "Both (File and Clipboard)", + "clipboard": "Clipboard", + "file": "File" + }, + "label": "Screenshot save type", + "title": "The screenshot save type" + } + } + }, + "title": "Настройки скриншотов" + }, + "scrollWheelSpeedControl": { + "enable": { + "label": "Включить управление скоростью воспроизведения с помощью колеса мыши", + "title": "Нажмите клавишу-модификатор, чтобы включить управление скоростью воспроизведения с помощью колеса мыши." + }, + "extras": { + "optionLabel": "{{KEY}} key" + }, + "settings": { + "adjustmentSteps": { + "label": "Speed Change Per Scroll", + "title": "Adjust the speed change per scroll" + }, + "modifierKey": { + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + } + } + }, + "title": "Настройки управления скоростью воспроизведения с помощью колеса мыши" + }, + "scrollWheelVolumeControl": { + "enable": { + "label": "Включить управление громкостью с помощью колеса мыши", + "title": "Позволяет использовать колесо мыши для управления громкостью видео, которое вы просматриваете" + }, + "extras": { + "optionLabel": "{{KEY}} key" + }, + "settings": { + "adjustmentSteps": { + "label": "Volume Change Per Scroll", + "title": "Adjust the volume change per scroll" + }, + "holdModifierKey": { + "label": "When holding modifier key", + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + }, + "title": "Press a modifier key to enable volume adjustment with the scroll wheel." + }, + "holdRightClick": { + "label": "When holding right click", + "title": "Hold right click to enable scroll wheel volume control" + } + }, + "title": "Настройки управления громкостью с помощью колеса мыши" + }, + "videoHistory": { + "enable": { + "label": "Отслеживание таймкода просматриваемого видео", + "title": "Отслеживает, на каком моменте вы остановили просмотр видео и продолжает с него" + }, + "settings": { + "resumeType": { + "select": { + "label": "Resume type", + "options": { + "automatic": "Automatic", + "prompt": "Prompt" + }, + "title": "Select how you want to resume videos" + } + } + }, + "title": "Настройки отслеживания" + }, + "volumeBoost": { + "enable": { + "label": "Включить усиление громкости", + "title": "Включить усиление громкости" + }, + "settings": { + "amount": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by" + }, + "mode": { + "select": { + "label": "Volume boost mode", + "options": { + "global": "Global", + "perVideo": "Per video" + }, + "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + } + } + }, + "title": "Настройки усиления громкости" + } + } + } +} \ No newline at end of file From 9311ba42af350d80d7beee589cd78ed50c5426e1 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 25 Jan 2026 16:18:56 -0500 Subject: [PATCH 1534/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 1565 +++++++++++++++++++------------------ 1 file changed, 822 insertions(+), 743 deletions(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index 3caf40e92..3ed7d4624 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -1,744 +1,823 @@ { - "langCode": "tr-TR", - "langName": "Türkçe", - "messages": { - "resumingVideo": "{{VIDEO_TIME}} tarihinde videoyu devam ettir", - "settingVolume": "Ses güçlendirmesini {{VOLUME_BOOST_AMOUNT}} olarak ayarla" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "Kopyalandı!", - "label": "Geçerli zamana ait video URL'sini kopyala" - } - }, - "featureMenu": { - "button": { - "label": "Özellik menüsü" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "{{TIME}} hızlı ileri sar" - }, - "rewindButton": { - "label": "{{TIME}} kadar geri sar" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "Bitiş ekranı kartlarını gizle", - "toggle": { - "off": "Bitiş ekranı kartlarını göster", - "on": "Bitiş ekranı kartlarını gizle" - } - } - }, - "loopButton": { - "button": { - "label": "Tekrarla", - "toggle": { - "off": "Tekrarlama kapalı", - "on": "Tekrarlama açık" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "Ekranı kapla", - "toggle": { - "off": "Tam ekran kapalı", - "on": "Tam ekran açıl" - } - } - }, - "miniPlayerButton": { - "button": { - "label": "Mini Oynatıcı", - "toggle": { - "off": "Mini Oynatıcı kapalı", - "on": "Mini Oynatıcı açık" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Transkripti Aç" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Hızı {{SPEED}} değerine düşür" - }, - "increasePlaybackSpeedButton": { - "label": "Hızı {{SPEED}} değerine çıkar" - } - }, - "decreaseLimit": "Daha fazla düşüremezsin ({{SPEED}})", - "increaseLimit": "Daha fazla artıramazsın ({{SPEED}})" - }, - "playlistLength": { - "title": "Bazı videolar gizliyse veya tam uzunluğa ulaşmak için yeterli sayıda video yüklemediyseniz, toplam uzunluk doğru olmayabilir." - }, - "screenshotButton": { - "button": { - "label": "Ekran görüntüsü" - }, - "copiedToClipboard": "Ekran görüntüsü panoya kopyalandı" - }, - "videoHistory": { - "resumeButton": "Devam Et", - "resumePrompt": { - "close": "Kapat" - } - }, - "volumeBoostButton": { - "button": { - "label": "Ses Yükseltici", - "toggle": { - "off": "Ses Yükseltici Devredışı", - "on": "Ses Yükseltici Aktif" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "optionConflict": "'{{OPTION}}' etkinken bu seçenek etkinleştirilemez.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "Kaydırma tekerleği hız kontrolü için kullanılan değiştirici tuş, kaydırma tekerleği ses kontrolü için kullanılan değiştirici tuşla aynı olamaz.", - "volumeControl": "Kaydırma tekerleği ile ses düzeyi kontrolü için kullanılan değiştirici tuş, kaydırma hızı kontrolü için kullanılan değiştirici tuşla aynı olamaz." - } - } - }, - "info": { - "reset": "Tüm seçenekler varsayılan değerlerine sıfırlandı.\nArtık \"Onayla\" düğmesine tıklayarak değişiklikleri kaydedebilir veya bu sayfayı kapatarak iptal edebilir veya bu bildirimi göz ardı edebilirsiniz." - }, - "success": { - "saved": "Seçenekler kaydedildi." - } - } - } - }, - "settings": { - "clearData": { - "allDataDeleted": "Tüm veriler silindi.", - "confirmAlert": "Bu seçeneklerle ilgili tüm uzantı verilerini silecektir. Devam etmek istiyor musunuz?" - }, - "optionDisabled": { - "either": { - "label": "Bu seçeneği yapılandırmak için {{OPTIONS}} öğesini etkinleştirin", - "separator": " veya " - }, - "plural": { - "label": "Bu seçeneği yapılandırmak için {{OPTIONS}} öğesini etkinleştirin", - "separator": " ve " - }, - "singular": "Bu seçeneği yapılandırmak için '{{OPTION}}' öğesini etkinleştirin", - "specificOption": { - "featureMenu": "Bu seçeneği yapılandırmak için özellik menüsüne yerleştirilecek en az bir düğmeyi yapılandırın.", - "screenshotButtonFileFormat": "Bu seçeneği yapılandırabilmek için ekran görüntüsü kaydetme türünü ‘Dosya’ veya ‘Her İkisi’ olarak ayarlayın" - } - }, - "scrollForMoreSettings": "Daha fazla ayar için kaydırın", - "sections": { - "automaticQuality": { - "enable": { - "label": "Otomatik kalite ayarlamayı etkinleştir", - "title": "Video kalitesini seçilen seviyeye otomatik olarak ayarlar." - }, - "fallbackQualityStrategy": { - "select": { - "label": "Kalite geri dönüş stratejisi", - "options": { - "higher": "Daha yüksek", - "lower": "Daha düşük" - }, - "title": "Seçilen kalite mevcut değilse kullanılacak strateji" - } - }, - "select": { - "label": "Oynatma kalitesi", - "title": "Videonun ayarlanacağı kalite" - }, - "title": "Otomatik kalite ayarları" - }, - "bottomButtons": { - "clear": { - "title": "Bu uzantının makinenizde sakladığı tüm verileri temizler", - "value": "Veriyi Temizle" - }, - "confirm": { - "title": "Ayarı sıfırlamayı onayla", - "value": "Onayla" - }, - "openTab": { - "title": "Uzantı ayarlarını yeni bir sekmede açın" - }, - "reset": { - "title": "Tüm ayarları varsayılan değerlerine sıfırlar. Değişiklikleri kaydetmek için onayla düğmesine tıklayın", - "value": "Sıfırla" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "Video bağlantısını zaman damgasıyla kopyala butonu", - "decreasePlaybackSpeedButton": "Hızı Düşürme Butonu", - "forwardButton": "Hızlı İleri düğmesi", - "hideEndScreenCardsButton": "Bitiş ekranı kartlarını gizleme düğmesi", - "increasePlaybackSpeedButton": "Hızı Artırma Butonu", - "loopButton": "Döngü düğmesi", - "maximizePlayerButton": "Tam ekran düğmesi", - "miniPlayerButton": "Mini Oynatıcı", - "openTranscriptButton": "Transkripti Aç butonu", - "rewindButton": "Geri sarma düğmesi", - "screenshotButton": "Ekran görüntüsü düğmesi", - "volumeBoostButton": "Ses güçlendirme düğmesi" - }, - "options": { - "below_player": { - "placement": "oynatıcı kontrollerinin altında", - "value": "Oynatıcının altında" - }, - "feature_menu": { - "placement": "özellik menüsünde", - "value": "Özellik Menüsü" - }, - "player_controls_left": { - "placement": "oynatıcı kontrollerinin sol tarafında", - "value": "Sol Kontroller" - }, - "player_controls_right": { - "placement": "oynatıcı kontrollerinin sağ tarafında", - "value": "Sağ Kontroller" - } - }, - "title": "{{BUTTON_NAME}} düğmesini {{PLACEMENT}} konumuna yerleştir" - }, - "title": "Düğme yerleşim ayarları" - }, - "customCSS": { - "editor": { - "collapse": "Düzenleyiciyi Daralt", - "expand": "Düzenleyiciyi Genişlet", - "noProblems": "Hiç bir sorun bulunamadı." - }, - "enable": { - "label": "Özel CSS'yi etkinleştir", - "title": "Özel CSS'nin sayfaya uygulanmasını sağlar" - }, - "title": "Özel CSS Ayarları" - }, - "featureMenu": { - "openType": { - "select": { - "label": "Menü Aktivasyon Türü", - "options": { - "click": "Tıkla", - "hover": "İmleci Üzerine Getir" - }, - "title": "Özellik menüsünü etkinleştirme yöntemini seçin" - }, - "title": "Özellik menüsü ayarları" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "İleri/geri sarma düğmeleri", - "title": "Video oynatıcısına ileri ve geri sarma düğmeleri ekler" - }, - "time": { - "label": "İleri/geri sarma süresi", - "title": "Videoyu ileri/geri sarmak için atlanacak süre" - }, - "title": "İleri/geri sarma düğmesi ayarları" - }, - "importExportSettings": { - "exportButton": { - "success": "Ayarlar başarıyla dışa aktarıldı", - "title": "Ayarları JSON dosyasından içe aktar", - "value": "Ayarları Dışa Aktar" - }, - "importButton": { - "error": { - "unknown": "Ayarlar içe aktarılırken hata oluştu. Lütfen dosya formatını kontrol edin.\nBilinmeyen bir hata oluştu.", - "validation": "Ayarlar içe aktarılırken hata oluştu. Lütfen dosya formatını kontrol edin.\n{{ERROR_MESSAGE}}" - }, - "success": "Ayarlar başarıyla içe aktarıldı", - "title": "Ayarları JSON dosyasından içe aktar", - "value": "Ayarları İçe Aktar" - } - }, - "language": { - "select": { - "label": "Dil", - "title": "Uzuntı için kullanılacak dil" - }, - "title": "Dil" - }, - "miniPlayer": { - "enable": { - "label": "Yorumları görüntülemek için Mini Oynatıcıyı açın", - "title": "Yorumlara geldiğinizde Mini Oynatıcı otomatik olarak açılır." - }, - "position": { - "label": "Varsayılan Mini Oynatıcı konumu", - "options": { - "bottomCenter": "Alt orta", - "bottomLeft": "Sol alt", - "bottomRight": "Sağ alt", - "topCenter": "Üst orta", - "topLeft": "Sol üst", - "topRight": "Sağ üst" - }, - "title": "Mini Oynatıcı'yı hareket ettirmeden önce başlangıç konumunu ayarlar." - }, - "size": { - "label": "Varsayılan Mini Oynatıcı boyutu", - "title": "Mini Oynatıcı'nın boyutunu değiştirmeden önce başlangıç boyutunu ayarlar." - }, - "title": "Mini Oynatıcı Ayarları" - }, - "miniPlayerButton": { - "label": "Mini Oynatıcı düğmesi", - "title": "Mini Oynatıcıyı açan bir düğme ekler" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "Otomatik tiyatro modu", - "title": "Bir video yüklediğinizde tiyatro modunu otomatik olarak etkinleştirir" - }, - "automaticallyDisableAmbientMode": { - "label": "Ortam modunu otomatik olarak devre dışı bırak", - "title": "Bir video yüklediğinizde ortam modunu otomatik olarak devre dışı bırakır" - }, - "automaticallyDisableAutoPlay": { - "label": "Otomatik oynatmayı, otomatik olarak devre dışı bırak", - "title": "Video yüklediğinizde otomatik oynatmayı devre dışı bırakır" - }, - "automaticallyDisableClosedCaptions": { - "label": "Kapalı altyazıları otomatik olarak devre dışı bırak", - "title": "Bir video yüklendiğinde kapalı altyazıları otomatik olarak devre dışı bırakır" - }, - "automaticallyEnableClosedCaptions": { - "label": "Kapalı altyazıları otomatik olarak etkinleştir", - "title": "Bir videoyu yüklediğinizde altyazıları otomatik olarak etkinleştirir" - }, - "automaticallyMaximizePlayer": { - "label": "Oynatıcıyı otomatik olarak azami boyuta getir", - "title": "Bir video yüklediğinizde oynatıcıyı otomatik olarak büyütür" - }, - "automaticallyShowMoreVideosOnEndScreen": { - "label": "Bitiş ekranında otomatik olarak daha fazla video göster", - "title": "Video yüklediğinizde bitiş ekranında otomatik olarak daha fazla video gösterilir" - }, - "copyTimestampUrlButton": { - "label": "Video URL'sini zaman damgası düğmesiyle kopyala", - "title": "Video URL'sini zaman damgasıyla kopyalar (?t=123)" - }, - "defaultToOriginalAudioTrack": { - "label": "Varsayılan olarak orijinal ses parçasına dön", - "title": "Her zaman varsayılan olarak orijinal ses parçasına dön" - }, - "enableMarkAsUnwatchedButton": { - "label": "İzlenmemiş olarak işaretle düğmesi", - "title": "Oynatma listesi öğelerine, videoları izlenmedi olarak işaretlemek için bir düğmesi ekle" - }, - "enableRemoveVideoButton": { - "label": "Video düğmesini kaldır", - "title": "Oynatma listesi öğelerine, videoları oynatma listesinden kaldırmak için bir düğme ekle" - }, - "enableSaveToWatchLaterButton": { - "label": "Daha Sonra İzle'ye kaydetme düğmesini etkinleştir", - "title": "Ana Sayfa ve Abonelikler videolarına, oynatma listesine kaydetmek için videoyu ‘Daha Sonra İzle’ düğmesi ekler" - }, - "hideArtificialIntelligenceSummary": { - "label": "AI özetini gizle", - "title": "Videoların altındaki yapay zeka özetini gizler" - }, - "hideEndScreenCards": { - "label": "Bitiş ekranı kartlarını gizle", - "title": "Video'nun sonundaki kartları gizler" - }, - "hideEndScreenCardsButton": { - "label": "Bitiş ekranı kartlarını gizleme düğmesi", - "title": "Video'nun sonuna bitiş ekranı kartlarını gizlemek/göstermek için bir düğme ekler" - }, - "hideLiveStreamChat": { - "label": "Canlı yayın sohbetini gizle", - "title": "Canlı yayın sohbetini gizler" - }, - "hideMembersOnlyVideos": { - "label": "Üyelere özel videoları gizle", - "title": "Sadece üyelere görünen videoları gizle" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "Resmi Sanatçı Videolarını Gizle", - "title": "Ana Sayfada Resmi Sanatçı Videolarını Gizle" - }, - "hidePaidPromotionBanner": { - "label": "Ücretli tanıtım afişini gizle", - "title": "Ücretli tanıtım içeren bir videoyu izlediğinizde görünen başlığı gizler" - }, - "hidePlayables": { - "label": "Oynatılabilirleri gizle", - "title": "Tüm oynatılabilir öğeleri gizle" - }, - "hidePlaylistRecommendationsFromHomePage": { - "label": "Ana sayfadaki oynatma listelerini gizle", - "title": "Ana sayfadaki oynatma listelerinden kurtulun" - }, - "hideScrollbar": { - "label": "Kaydırma çubuğu gizlemeyi etkinleştir", - "title": "Sayfa kaydırma çubuğunu gizler" - }, - "hideShorts": { - "label": "Kısa videoları gizle", - "title": "Tüm kısa videoları gizler" - }, - "hideSidebarRecommendedVideos": { - "label": "Önerilen videoları gizle", - "title": "Video önerilerini gösteren kenar çubuğunu gizler" - }, - "hideTranslateComment": { - "label": "Yorumu Çevir'i Gizle Butonu", - "title": "Yorumlar altındaki 'Dile Çevir' düğmesini gizler" - }, - "loopButton": { - "label": "Tekrarlama düğmesi", - "title": "İzlediğiniz videoyu döngüye almak için özellik menüsüne bir düğme ekler" - }, - "maximizePlayerButton": { - "label": "Oynatıcıyı tam ekran yapma düğmesini etkinleştir", - "title": "Oynatıcıyı büyütmek için özellik menüsüne bir düğme ekler" - }, - "openTranscriptButton": { - "label": "Not dökümü düğmesini gizle", - "title": "İzlediğiniz videonun metnini açmak için özellik menüsüne bir düğme ekler" - }, - "openYouTubeSettingsOnHover": { - "label": "Fare ile üzerine gelerek Youtube ayarlarını açın", - "title": "Ayarlar düğmesinin üzerine gelindiğinde YouTube ayarlar menüsünü açar" - }, - "pauseBackgroundPlayers": { - "label": "Arka plan oynatıcılarını duraklat", - "title": "Ön plan sekmesinde yeni bir oynatıcı başlattığınızda arka plan sekmelerindeki video oynatıcıları duraklatır" - }, - "remainingTime": { - "label": "Kalan süre", - "title": "İzlediğiniz videonun kalan süresini gösterir" - }, - "rememberLastVolume": { - "label": "Son ses hacmini hatırla", - "title": "İzlediğiniz son videonun ses seviyesini hatırlar ve yeni bir video açtığınızda bu ses seviyesine ayarlar" - }, - "removeRedirect": { - "label": "YouTube yönlendirme bağlantılarını kaldır", - "title": "Yönlendirme uyarı diyaloğunu atlayarak YouTube yönlendirmesini gerçek URL'lerle değiştirir" - }, - "restoreFullscreenScrolling": { - "label": "Tam ekran kaydırmayı geri yükle", - "title": "Tam ekran modunda kaydırmayı geri yükler" - }, - "shareShortener": { - "label": "YouTube video paylaşım bağlantısını kısalt", - "title": "YouTube video paylaşım bağlantısını (youtu.be) si/feature parametrelerini çıkararak kısaltır" - }, - "shortsAutoScroll": { - "label": "Kısa videoya otomatik kaydır", - "title": "Bir sonraki kısa videoya otomatik kaydır" - }, - "skipContinueWatching": { - "label": "\"Video durdu. Hala orda mısın?\"ı Atla", - "title": "Video oynatmayı durduran boşta kalma iletişim kutusunu atlar" - } - }, - "title": "Çeşitli ayarlar" - }, - "onScreenDisplaySettings": { - "color": { - "label": "Renk", - "options": { - "blue": "Mavi", - "green": "Yeşil", - "orange": "Turuncu", - "pink": "Pembe", - "purple": "Mor", - "red": "Kırmızı", - "white": "Beyaz", - "yellow": "Sarı" - }, - "title": "Ekran göstergesinin rengini seçin" - }, - "hide": { - "label": "Gecikmeyi Gizle", - "title": "Ekran görüntüsünü otomatik olarak gizlemeden önce geçen süreyi milisaniye cinsinden belirtin" - }, - "opacity": { - "label": "Saydamlık", - "title": "Ekrandaki gösterimin saydamlığını ayarlayın" - }, - "padding": { - "label": "İç Boşluk", - "title": "Ekran Üzeri Gösterge etrafındaki boşluğu piksel cinsinden ayarlayın. Bu ayar özellikle köşe Ekran Üzeri Gösterge için geçerlidir." - }, - "position": { - "label": "Konum", - "options": { - "bottom_left": "Sol Alt", - "bottom_right": "Sağ Alt", - "center": "Orta", - "top_left": "Sol Üst", - "top_right": "Sağ Üst" - }, - "title": "Ekran görüntüleme konumunu seçin" - }, - "title": "Ekran üstü görüntü ayarları", - "type": { - "label": "Tür", - "options": { - "circle": "Daire", - "line": "Satır", - "no_display": "Ekran yok", - "text": "Metin" - }, - "title": "Ekran görüntüleme türünü seçin" - } - }, - "playbackSpeed": { - "enable": { - "label": "Zorunlu oynatma hızını etkinleştir", - "title": "Video hızını aşağıda seçtiğiniz hıza ayarlar" - }, - "playbackSpeedButtons": { - "label": "Oynatma hızı ayarları", - "select": { - "label": "Oynatma düğmelerinin hızı", - "title": "Tıklama başına değiştirilecek hız miktarı" - }, - "title": "İzlediğiniz videonun oynatma hızını artırmak veya azaltmak için düğmeler ekler" - }, - "select": { - "label": "Oynatma hızı", - "title": "Video oynatma hızını ayarlar" - }, - "title": "Oynatma hızı ayarları" - }, - "playlistLength": { - "enable": { - "label": "Çalma listesinin uzunluk bilgilerini göster", - "title": "Oynatma listesinin toplam, izlenen ve ne kalan uzunluğunu gösterir." - }, - "title": "Oynatma listesi uzunluk ayarları", - "wayToGetLength": { - "select": { - "label": "Oynatma listesi uzunluğunu alma yöntemi", - "title": "Oynatma listesi uzunluk bilgisi alma yolu (Bir hata oluşursa API yöntemi HTML'e geri dönecek)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "İzlenme süresini alma yöntemi", - "options": { - "duration": "Video Uzunluğu", - "youtube": "Video İzlenme Süresi" - }, - "title": "İzlenen süreyi alma yolu (Video Uzunluğu türü yalnızca izleme sayfasında kullanılır)" - } - } - }, - "playlistManagement": { - "features": { - "markAsUnwatchedButton": { - "label": "İzlenmeyen olarak işaretle düğmesi", - "title": "Videoları izlenmemiş olarak işaretlemek için bir düğme ekler" - }, - "removeVideoButton": { - "label": "Video düğmesini kaldır", - "title": "Oynatma listesinden videoları kaldırmak için bir düğme ekler" - } - }, - "title": "Oynatma listesini yönetme ayarları" - }, - "playlistManagementButtons": { - "failedToMarkAsUnwatched": "Videoyu izlenmemiş olarak işaretleme başarısız oldu", - "failedToRemoveVideo": "Video kaldırılamadı", - "markAsUnwatched": "İzlenmemiş olarak işaretle", - "markingAsUnwatched": "İzlenmemiş olarak işaretleniyor…", - "removeVideo": "Videoyu kaldır", - "removingVideo": "Video kaldırılıyor…" - }, - "saveToWatchLaterButton": { - "failedToSaveVideo": "Videoyu daha sonra izlemek üzere kaydetme işlemi başarısız oldu", - "saveVideo": "Daha sonra izlemek için kaydet", - "savingVideo": "Daha sonra izlemek için kaydediliyor…" - }, - "screenshotButton": { - "enable": { - "label": "Ekran görüntüsü tuşunu etkinleştir", - "title": "Videonun ekran görüntüsünü almak için oynatıcıya bir düğme ekler" - }, - "saveAs": { - "both": "Her İkisi", - "clipboard": "Pano", - "file": "Dosya" - }, - "selectFormat": { - "label": "Ekran görüntüsü formatı", - "title": "Ekran görüntüsünün kaydedileceği format" - }, - "selectSaveAs": { - "label": "Ekran görüntüsü kaydetme türü", - "title": "Ekran görüntüsü kaydetme türü" - }, - "title": "Ekran görüntüsü ayarları" - }, - "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "Kaydırma başına hız değişimi", - "title": "Kaydırma başına hız değiştirmeyi ayarlar" - }, - "enable": { - "label": "Kaydırma tekerleği hız kontrolü", - "title": "Kaydırma tekerleği ile hız ayarını etkinleştirmek için değiştirici tuşlarından birine basın." - }, - "optionLabel": "{{KEY}} anahtarı", - "select": { - "label": "Düzenleyici anahtar", - "title": "Kullanılacak kısayol düğmesi" - }, - "title": "Kaydırma tekerleği için hız kontrolü ayarları" - }, - "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "Her kaydırmada değiştirilecek ses düzeyi", - "title": "Her kaydırmada değiştirilecek ses düzeyini ayarlayın" - }, - "enable": { - "label": "Kaydırma tekerleği ile ses kontrolü", - "title": "İzlediğiniz videonun ses düzeyini kontrol etmek için kaydırma tekerleğini kullanmanızı sağlar" - }, - "holdModifierKey": { - "enable": { - "label": "Değiştirici tuşa basılı tutulduğunda", - "title": "Kaydırma tekerleği ile ses düzeyi ayarını etkinleştirmek için değiştirici tuşlardan birine basın" - }, - "optionLabel": "{{KEY}} anahtarı", - "select": { - "label": "Düzenleyici anahtar", - "title": "Kullanılacak kısayol düğmesi" - } - }, - "holdRightClick": { - "enable": { - "label": "Etkinleştirmek için sağ tuşa basılı tutun", - "title": "Kaydırma tekerleği ile ses kontrolünü etkinleştirmek için farenin sağ düğmesine basılı tutun" - } - }, - "title": "Kaydırma tekerleği ile ses seviyesi kontrolü ayarları" - }, - "settingSearch": { - "placeholder": "Bir ayar arayın" - }, - "videoHistory": { - "enable": { - "label": "İzlenen videoları takip edin", - "title": "İzlediğiniz videolarda en son nerede kaldığınızı takip eder ve oynatmaya oradan devam etmenizi sağlar" - }, - "resumeType": { - "select": { - "label": "Devam etme türü", - "options": { - "automatic": "Otomatik", - "prompt": "İpucu" - }, - "title": "Videoları nasıl devam ettirmek istediğinizi seçin" - } - }, - "title": "Video geçmişi ayarları" - }, - "volumeBoost": { - "boostAmount": { - "label": "Ses güçlendirme miktarı (dB)", - "title": "Ses güçlendirme miktarı" - }, - "enable": { - "label": "Ses güçlendirmeyi etkinleştir", - "title": "Ses güçlendirmeyi etkinleştir" - }, - "mode": { - "select": { - "label": "Ses güçlendirme modu", - "options": { - "global": "Genel", - "perVideo": "Video başına" - }, - "title": "Ses artırmanın nasıl uygulanacağını seçin. 'Video başına', özellik menüsünde her video için ayrı ayrı güçlendirmenin etkinleştirilmesine olanak tanır. 'Genel', ses artırma etkinleştirildiğinde tüm videolara güçlendirme uygular." - } - }, - "title": "Ses güçlendirme ayarları" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "Buradan bir tane alabilirsiniz", - "input": { - "label": "API Anahtarı", - "title": "Youtube Veri API V3 anahtarınızı girin." - }, - "title": "YouTube API V3 anahtarı" - }, - "youtubeDeepDark": { - "author": "Yazar", - "co-authors": "Ortak yazarlar", - "colors": { - "colorShadow": { - "label": "Gölge rengi", - "title": "Gölge rengi" - }, - "dimmerText": { - "label": "İkincil metin rengi", - "title": "İkincil metin rengi" - }, - "hoverBackground": { - "label": "Üzerine gelindiğindeki arka plan rengi", - "title": "Üzerine gelindiğindeki arka plan rengi" - }, - "mainBackground": { - "label": "Ana arka plan rengi", - "title": "Ana arka plan rengi" - }, - "mainColor": { - "label": "Vurgulama rengi", - "title": "Vurgulama rengi" - }, - "mainText": { - "label": "Ana metin rengi", - "title": "Ana metin için renk" - }, - "secondBackground": { - "label": "İkincil arka plan rengi", - "title": "İkincil arka plan rengi" - } - }, - "enable": { - "label": "Seçilen temayı etkinleştir", - "title": "Sayfa için seçilen temayı etkinleştirin" - }, - "select": { - "label": "Tema seç", - "title": "Sayfa için uygulanacak bir tema seçin" - }, - "title": "YouTube deep dark ayarları" - } - } - } -} + "langCode": "tr-TR", + "langName": "Türkçe", + "messages": { + "resumingVideo": "{{VIDEO_TIME}} tarihinde videoyu devam ettir", + "settingVolume": "Ses güçlendirmesini {{VOLUME_BOOST_AMOUNT}} olarak ayarla" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "label": "Geçerli zamana ait video URL'sini kopyala" + }, + "extras": { + "copied": "Copied!" + } + }, + "featureMenu": { + "button": { + "label": "Özellik menüsü" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "{{TIME}} hızlı ileri sar" + }, + "rewindButton": { + "label": "{{TIME}} kadar geri sar" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Bitiş ekranı kartlarını gizle", + "toggle": { + "off": "Bitiş ekranı kartlarını göster", + "on": "Bitiş ekranı kartlarını gizle" + } + } + }, + "loopButton": { + "button": { + "label": "Tekrarla", + "toggle": { + "off": "Tekrarlama kapalı", + "on": "Tekrarlama açık" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "Ekranı kapla", + "toggle": { + "off": "Tam ekran kapalı", + "on": "Tam ekran açıl" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Transkripti Aç" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Hızı {{SPEED}} değerine düşür" + }, + "increasePlaybackSpeedButton": { + "label": "Hızı {{SPEED}} değerine çıkar" + } + }, + "extras": { + "decreaseLimit": "Can't decrease further ({{SPEED}})", + "increaseLimit": "Can't increase further ({{SPEED}})" + } + }, + "playlistLength": { + "title": "Bazı videolar gizliyse veya tam uzunluğa ulaşmak için yeterli sayıda video yüklemediyseniz, toplam uzunluk doğru olmayabilir." + }, + "playlistManagementButtons": { + "extras": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + } + }, + "saveToWatchLaterButton": { + "extras": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + } + }, + "screenshotButton": { + "button": { + "label": "Ekran görüntüsü" + }, + "extras": { + "copiedToClipboard": "Screenshot copied to clipboard" + } + }, + "videoHistory": { + "extras": { + "resumeButton": "Resume", + "resumePromptClose": "Close" + } + }, + "volumeBoostButton": { + "button": { + "label": "Ses Yükseltici", + "toggle": { + "off": "Ses Yükseltici Devredışı", + "on": "Ses Yükseltici Aktif" + } + } + } + } + }, + "options": { + "extras": { + "bottomButtons": { + "clear": { + "title": "Clears all data this extension has stored on your machine", + "value": "Clear Data" + }, + "confirm": { + "title": "Confirm setting reset", + "value": "Confirm" + }, + "openTab": { + "title": "Open extension settings in a new tab" + }, + "reset": { + "title": "Resets all settings to their defaults, Click the confirm button to save the changes", + "value": "Reset" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Copy video URL with timestamp button", + "decreasePlaybackSpeedButton": "Decrease Speed button", + "forwardButton": "Fast Forward button", + "hideEndScreenCardsButton": "Hide end screen cards button", + "increasePlaybackSpeedButton": "Increase Speed button", + "loopButton": "Loop button", + "maximizePlayerButton": "Maximize button", + "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind button", + "screenshotButton": "Screenshot button", + "volumeBoostButton": "Volume Boost button" + }, + "options": { + "below_player": { + "placement": "below the player controls", + "value": "Below Player" + }, + "feature_menu": { + "placement": "in the feature menu", + "value": "Feature Menu" + }, + "player_controls_left": { + "placement": "on the left side of player controls", + "value": "Left Controls" + }, + "player_controls_right": { + "placement": "on the right side of player controls", + "value": "Right Controls" + } + }, + "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Button placement settings" + }, + "clearData": { + "allDataDeleted": "All data has been deleted.", + "confirmAlert": "This will delete all extension data related to options. Continue?" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Menu Activation Type", + "options": { + "click": "Click", + "hover": "Hover" + }, + "title": "Select the method to activate the feature menu" + }, + "title": "Feature menu settings" + } + }, + "importExportSettings": { + "exportButton": { + "success": "Settings successfully exported", + "title": "Export settings to a JSON file", + "value": "Export Settings" + }, + "importButton": { + "error": { + "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", + "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" + }, + "success": "Settings imported successfully", + "title": "Import settings from a JSON file", + "value": "Import Settings" + } + }, + "language": { + "select": { + "label": "Language", + "title": "The language to use for the extension" + }, + "title": "Language" + }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "scrollForMoreSettings": "Scroll for more settings", + "settingSearch": { + "placeholder": "Search for a setting" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Key", + "title": "Enter your Youtube Data API V3 key." + }, + "title": "YouTube API V3 key" + } + }, + "notifications": { + "error": { + "optionConflict": "'{{OPTION}}' etkinken bu seçenek etkinleştirilemez.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "Kaydırma tekerleği hız kontrolü için kullanılan değiştirici tuş, kaydırma tekerleği ses kontrolü için kullanılan değiştirici tuşla aynı olamaz.", + "volumeControl": "Kaydırma tekerleği ile ses düzeyi kontrolü için kullanılan değiştirici tuş, kaydırma hızı kontrolü için kullanılan değiştirici tuşla aynı olamaz." + } + } + }, + "info": { + "reset": "Tüm seçenekler varsayılan değerlerine sıfırlandı.\nArtık \"Onayla\" düğmesine tıklayarak değişiklikleri kaydedebilir veya bu sayfayı kapatarak iptal edebilir veya bu bildirimi göz ardı edebilirsiniz." + }, + "success": { + "saved": "Seçenekler kaydedildi." + } + } + } + }, + "settings": { + "sections": { + "customCSS": { + "enable": { + "label": "Özel CSS'yi etkinleştir", + "title": "Özel CSS'nin sayfaya uygulanmasını sağlar" + }, + "extras": { + "collapse": "Collapse Editor", + "expand": "Expand Editor", + "noProblems": "No problems found." + }, + "title": "Özel CSS Ayarları" + }, + "deepDarkCSS": { + "enable": { + "label": "Deep Dark Theme", + "title": "Activate the selected theme for the page" + }, + "extras": { + "author": "Author", + "co-authors": "Co-authors" + }, + "settings": { + "colorShadow": { + "label": "Shadow color", + "title": "Color for shadows" + }, + "dimmerText": { + "label": "Secondary text color", + "title": "Color for secondary text" + }, + "hoverBackground": { + "label": "Hover background color", + "title": "Color for hover background" + }, + "mainBackground": { + "label": "Main background color", + "title": "Color for main background" + }, + "mainColor": { + "label": "Accent color", + "title": "Color for accent" + }, + "mainText": { + "label": "Main text color", + "title": "Color for main text" + }, + "secondBackground": { + "label": "Secondary background color", + "title": "Color for secondary background" + }, + "theme": { + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + } + } + }, + "title": "YouTube deep dark settings" + }, + "forwardRewindButtons": { + "enable": { + "label": "İleri/geri sarma düğmeleri", + "title": "Video oynatıcısına ileri ve geri sarma düğmeleri ekler" + }, + "settings": { + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + } + }, + "title": "İleri/geri sarma düğmesi ayarları" + }, + "miscellaneous": { + "settings": { + "automaticallyDisableAmbientMode": { + "enable": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + } + }, + "automaticallyDisableAutoPlay": { + "enable": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + } + }, + "automaticallyDisableClosedCaptions": { + "enable": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + } + }, + "automaticallyEnableClosedCaptions": { + "enable": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + } + }, + "automaticallyMaximizePlayer": { + "enable": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + } + }, + "automaticallyShowMoreVideosOnEndScreen": { + "enable": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + } + }, + "automaticTheaterMode": { + "enable": { + "label": "Automatic theater mode", + "title": "Automatically enables theater mode when you load a video" + } + }, + "copyTimestampUrlButton": { + "enable": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + } + }, + "defaultToOriginalAudioTrack": { + "enable": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + } + }, + "saveToWatchLaterButton": { + "enable": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + } + }, + "hideArtificialIntelligenceSummary": { + "enable": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + } + }, + "hideEndScreenCards": { + "enable": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + } + }, + "hideEndScreenCardsButton": { + "enable": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + } + }, + "hideLiveStreamChat": { + "enable": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + } + }, + "hideMembersOnlyVideos": { + "enable": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + } + }, + "hideOfficialArtistVideosFromHomePage": { + "enable": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + } + }, + "hidePaidPromotionBanner": { + "enable": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + } + }, + "hidePlayables": { + "enable": { + "label": "Hide playables", + "title": "Hides all playables" + } + }, + "hidePlaylistRecommendationsFromHomePage": { + "enable": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + } + }, + "hideScrollbar": { + "enable": { + "label": "Hide scrollbar", + "title": "Hides the pages scrollbar" + } + }, + "hideShorts": { + "enable": { + "label": "Hide shorts", + "title": "Hides all shorts" + } + }, + "hideSidebarRecommendedVideos": { + "enable": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + } + }, + "hideTranslateComment": { + "enable": { + "label": "Hide translate comment button", + "title": "Hides 'Translate to Language' button under comments" + } + }, + "loopButton": { + "enable": { + "label": "Loop button", + "title": "Adds a button to the feature menu to loop the video you're watching" + } + }, + "maximizePlayerButton": { + "enable": { + "label": "Maximize player button", + "title": "Adds a button to the feature menu to maximize the player" + } + }, + "openTranscriptButton": { + "enable": { + "label": "Open transcript button", + "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + } + }, + "openYouTubeSettingsOnHover": { + "enable": { + "label": "Open YouTube settings on hover", + "title": "Opens the YouTube settings menu when you hover over the settings button" + } + }, + "pauseBackgroundPlayers": { + "enable": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + } + }, + "remainingTime": { + "enable": { + "label": "Remaining time", + "title": "Shows the remaining time of the video you're watching" + } + }, + "rememberVolume": { + "enable": { + "label": "Remember last volume", + "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + } + }, + "removeRedirect": { + "enable": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + } + }, + "restoreFullscreenScrolling": { + "enable": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + } + }, + "shareShortener": { + "enable": { + "label": "Shorten YouTube video share link", + "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + } + }, + "shortsAutoScroll": { + "enable": { + "label": "Shorts auto scroll", + "title": "Automatically scrolls to the next short" + } + }, + "skipContinueWatching": { + "enable": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + } + } + }, + "title": "Çeşitli ayarlar" + }, + "onScreenDisplaySettings": { + "settings": { + "color": { + "label": "Color", + "select": { + "options": { + "blue": "Blue", + "green": "Green", + "orange": "Orange", + "pink": "Pink", + "purple": "Purple", + "red": "Red", + "white": "White", + "yellow": "Yellow" + } + }, + "title": "Select the color for the On-Screen Display" + }, + "hide": { + "label": "Hide Delay", + "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" + }, + "opacity": { + "label": "Opacity", + "title": "Adjust the transparency of the On-Screen Display" + }, + "padding": { + "label": "Padding", + "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." + }, + "position": { + "label": "Position", + "select": { + "options": { + "bottom_left": "Bottom Left", + "bottom_right": "Bottom Right", + "center": "Center", + "top_left": "Top Left", + "top_right": "Top Right" + } + }, + "title": "Select the position of the On-Screen Display" + }, + "type": { + "label": "Type", + "select": { + "options": { + "circle": "Circle", + "line": "Line", + "no_display": "No display", + "text": "Text" + } + }, + "title": "Select the type of On-Screen Display" + } + }, + "title": "Ekran üstü görüntü ayarları" + }, + "playerQuality": { + "enable": { + "label": "Automatic quality adjustment", + "title": "Automatically adjusts the video quality to the selected level." + }, + "settings": { + "quality": { + "select": { + "label": "Player quality", + "title": "The quality to set the video to" + } + }, + "qualityFallbackStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + } + }, + "title": "Automatic quality settings" + }, + "playerSpeed": { + "enable": { + "label": "Forced playback speed", + "title": "Sets the video speed to what you choose below" + }, + "settings": { + "buttons": { + "label": "Playback speed buttons", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + }, + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + }, + "speed": { + "select": { + "label": "Player speed", + "title": "The speed to set the video to" + } + } + }, + "title": "Playback speed settings" + }, + "playlistLength": { + "enable": { + "label": "Çalma listesinin uzunluk bilgilerini göster", + "title": "Oynatma listesinin toplam, izlenen ve ne kalan uzunluğunu gösterir." + }, + "settings": { + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } + } + }, + "title": "Oynatma listesi uzunluk ayarları" + }, + "playlistManagementButtons": { + "settings": { + "markAsUnwatchedButton": { + "enable": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + } + }, + "removeVideoButton": { + "enable": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + } + }, + "title": "Playlist management settings" + }, + "screenshotButton": { + "enable": { + "label": "Ekran görüntüsü tuşunu etkinleştir", + "title": "Videonun ekran görüntüsünü almak için oynatıcıya bir düğme ekler" + }, + "settings": { + "format": { + "label": "Screenshot format", + "title": "The format to save the screenshot in" + }, + "saveAs": { + "select": { + "options": { + "both": "Both (File and Clipboard)", + "clipboard": "Clipboard", + "file": "File" + }, + "label": "Screenshot save type", + "title": "The screenshot save type" + } + } + }, + "title": "Ekran görüntüsü ayarları" + }, + "scrollWheelSpeedControl": { + "enable": { + "label": "Kaydırma tekerleği hız kontrolü", + "title": "Kaydırma tekerleği ile hız ayarını etkinleştirmek için değiştirici tuşlarından birine basın." + }, + "extras": { + "optionLabel": "{{KEY}} key" + }, + "settings": { + "adjustmentSteps": { + "label": "Speed Change Per Scroll", + "title": "Adjust the speed change per scroll" + }, + "modifierKey": { + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + } + } + }, + "title": "Kaydırma tekerleği için hız kontrolü ayarları" + }, + "scrollWheelVolumeControl": { + "enable": { + "label": "Kaydırma tekerleği ile ses kontrolü", + "title": "İzlediğiniz videonun ses düzeyini kontrol etmek için kaydırma tekerleğini kullanmanızı sağlar" + }, + "extras": { + "optionLabel": "{{KEY}} key" + }, + "settings": { + "adjustmentSteps": { + "label": "Volume Change Per Scroll", + "title": "Adjust the volume change per scroll" + }, + "holdModifierKey": { + "label": "When holding modifier key", + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + }, + "title": "Press a modifier key to enable volume adjustment with the scroll wheel." + }, + "holdRightClick": { + "label": "When holding right click", + "title": "Hold right click to enable scroll wheel volume control" + } + }, + "title": "Kaydırma tekerleği ile ses seviyesi kontrolü ayarları" + }, + "videoHistory": { + "enable": { + "label": "İzlenen videoları takip edin", + "title": "İzlediğiniz videolarda en son nerede kaldığınızı takip eder ve oynatmaya oradan devam etmenizi sağlar" + }, + "settings": { + "resumeType": { + "select": { + "label": "Resume type", + "options": { + "automatic": "Automatic", + "prompt": "Prompt" + }, + "title": "Select how you want to resume videos" + } + } + }, + "title": "Video geçmişi ayarları" + }, + "volumeBoost": { + "enable": { + "label": "Ses güçlendirmeyi etkinleştir", + "title": "Ses güçlendirmeyi etkinleştir" + }, + "settings": { + "amount": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by" + }, + "mode": { + "select": { + "label": "Volume boost mode", + "options": { + "global": "Global", + "perVideo": "Per video" + }, + "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + } + } + }, + "title": "Ses güçlendirme ayarları" + } + } + } +} \ No newline at end of file From 85f95de50efdac8cb0f12dd97756a4fb5f11f0a4 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 25 Jan 2026 16:18:57 -0500 Subject: [PATCH 1535/1783] New translations en-us.json (Ukrainian) --- public/locales/uk-UA.json | 1565 +++++++++++++++++++------------------ 1 file changed, 822 insertions(+), 743 deletions(-) diff --git a/public/locales/uk-UA.json b/public/locales/uk-UA.json index 97476b396..e51efbaa5 100644 --- a/public/locales/uk-UA.json +++ b/public/locales/uk-UA.json @@ -1,744 +1,823 @@ { - "langCode": "uk-UA", - "langName": "Українська (UA)", - "messages": { - "resumingVideo": "Продовжити відео з {{VIDEO_TIME}}", - "settingVolume": "Посилити гучність до {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "Скопійовано!", - "label": "Скопіювати URL відео з міткою часу" - } - }, - "featureMenu": { - "button": { - "label": "Меню функцій" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "Швидкий перехід до {{TIME}}" - }, - "rewindButton": { - "label": "Перемотати {{TIME}}" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "Приховати картки наприкінці відео", - "toggle": { - "off": "Показати картки наприкінці відео", - "on": "Приховати картки наприкінці відео" - } - } - }, - "loopButton": { - "button": { - "label": "Повтор", - "toggle": { - "off": "Виключити повтор", - "on": "Включити повтор" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "Розгорнути", - "toggle": { - "off": "Згорнути", - "on": "Розгорнути" - } - } - }, - "miniPlayerButton": { - "button": { - "label": "Mini Player", - "toggle": { - "off": "Mini Player off", - "on": "Mini Player on" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Відкрити транскрипцію" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Зменшити швидкість до {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Збільшити швидкість до {{SPEED}}" - } - }, - "decreaseLimit": "Неможливо зменшити далі ({{SPEED}})", - "increaseLimit": "Неможливо збільшити далі ({{SPEED}})" - }, - "playlistLength": { - "title": "Загальна довжина може бути неточною, якщо деякі відео приховані або якщо ви ще не завантажили достатньо відео, щоб отримати повну довжину." - }, - "screenshotButton": { - "button": { - "label": "Знімок екрана" - }, - "copiedToClipboard": "Знімок екрана скопійовано в буфер обміну" - }, - "videoHistory": { - "resumeButton": "Продовжити", - "resumePrompt": { - "close": "Закрити" - } - }, - "volumeBoostButton": { - "button": { - "label": "Збільшення гучності", - "toggle": { - "off": "Вимкнути збільшення гучності", - "on": "Включити збільшення гучності" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "Клавіша для керування швидкістю прокрутки компʼютерною мишею не може бути тією ж, що й клавіша для регулювання гучності.", - "volumeControl": "Клавіша для регулювання гучності прокрутки компʼютерною мишею не може бути тією ж, що й клавіша для керування швидкістю." - } - } - }, - "info": { - "reset": "Всі параметри були скинуті до значень за замовчуванням.\nТепер ви можете зберегти зміни, натиснувши кнопку \"Підтвердити\" або відхилити їх, закривши цю сторінку або проігнорувавши це повідомлення." - }, - "success": { - "saved": "Налаштування збережено." - } - } - } - }, - "settings": { - "clearData": { - "allDataDeleted": "Усі дані скинуто.", - "confirmAlert": "Це видалить всі дані розширення, пов'язані з налаштуваннями. Продовжити?" - }, - "optionDisabled": { - "either": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " or " - }, - "plural": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " and " - }, - "singular": "Enable '{{OPTION}}' to configure this option", - "specificOption": { - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" - } - }, - "scrollForMoreSettings": "Scroll for more settings", - "sections": { - "automaticQuality": { - "enable": { - "label": "Автоматичне регулювання якості", - "title": "Автоматично регулює якість відео на обраний рівень." - }, - "fallbackQualityStrategy": { - "select": { - "label": "Стратегія запасного вибору якості", - "options": { - "higher": "Вища", - "lower": "Нижча" - }, - "title": "Стратегія для використання, коли вибрана якість недоступна" - } - }, - "select": { - "label": "Якість відтворення", - "title": "Якість відтворення відео" - }, - "title": "Автоматичні налаштування якості" - }, - "bottomButtons": { - "clear": { - "title": "Очищає всі дані цього розширення збережені на комп'ютері", - "value": "Видалити дані" - }, - "confirm": { - "title": "Підтвердити скидання налаштувань", - "value": "Підтвердити" - }, - "openTab": { - "title": "Відкрити налаштування розширення в новій вкладці" - }, - "reset": { - "title": "Скидає всі параметри до стандартних налаштувань, натисніть кнопку підтвердження, щоб зберегти зміни", - "value": "Скинути" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "Кнопка скопіювати URL відео за допомогою часової мітки", - "decreasePlaybackSpeedButton": "Кнопка зменшення швидкості", - "forwardButton": "Кнопка перемотки", - "hideEndScreenCardsButton": "Кнопка приховати картки наприкінці відео", - "increasePlaybackSpeedButton": "Кнопка пришвидшення", - "loopButton": "Кнопка зациклення", - "maximizePlayerButton": "Кнопка Розгорнути", - "miniPlayerButton": "Mini Player", - "openTranscriptButton": "Кнопка відкрити транскрипт", - "rewindButton": "Кнопка відмотки", - "screenshotButton": "Кнопка для скріншота", - "volumeBoostButton": "Кнопка збільшення гучності" - }, - "options": { - "below_player": { - "placement": "під управлінням плеєром", - "value": "Під плеєром" - }, - "feature_menu": { - "placement": "в меню функцій", - "value": "Меню функцій" - }, - "player_controls_left": { - "placement": "ліворуч від елементів керування плеєра", - "value": "Ліворуч" - }, - "player_controls_right": { - "placement": "праворуч від елементів керування плеєра", - "value": "Праворуч" - } - }, - "title": "Розмістити {{BUTTON_NAME}} {{PLACEMENT}}" - }, - "title": "Button placement settings" - }, - "customCSS": { - "editor": { - "collapse": "Згорнути редактор", - "expand": "Розгорнути редактор", - "noProblems": "Проблем не виявлено." - }, - "enable": { - "label": "Увімкнути користувацький CSS", - "title": "Дозволяє використовувати користувацький CSS для сторінки" - }, - "title": "Custom CSS settings" - }, - "featureMenu": { - "openType": { - "select": { - "label": "Тип активації меню", - "options": { - "click": "Клацання", - "hover": "Наведення" - }, - "title": "Виберіть спосіб активувати меню функцій" - }, - "title": "Налаштування меню функцій" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "Увімкнути кнопки вперед/назад", - "title": "Додає кнопки перемотування до відео плеєра" - }, - "time": { - "label": "Час вперед/назад", - "title": "Часовий крок перемотки відео вперед/назад" - }, - "title": "Налаштування кнопки вперед/назад" - }, - "importExportSettings": { - "exportButton": { - "success": "Налаштування вдало експортовано", - "title": "Експортувати налаштування у файл JSON", - "value": "Експортувати налаштування" - }, - "importButton": { - "error": { - "unknown": "Помилка імпорту налаштувань. Перевірте формат файлу. \nВідбулась невідома помилка.", - "validation": "Помилка імпорту налаштувань. Перевірте формат файлу.\n{{ERROR_MESSAGE}}" - }, - "success": "Налаштування успішно імпортовано", - "title": "Імпортувати налаштування з файлу JSON", - "value": "Імпортувати параметри" - } - }, - "language": { - "select": { - "label": "Мова", - "title": "Мова для використання у розширенні" - }, - "title": "Мова" - }, - "miniPlayer": { - "enable": { - "label": "Open Mini Player when viewing comments", - "title": "Automatically opens the Mini Player when you scroll to comments." - }, - "position": { - "label": "Default Mini Player position", - "options": { - "bottomCenter": "Bottom center", - "bottomLeft": "Bottom left", - "bottomRight": "Bottom right", - "topCenter": "Top center", - "topLeft": "Top left", - "topRight": "Top right" - }, - "title": "Sets the starting position before you move the Mini Player." - }, - "size": { - "label": "Default Mini Player size", - "title": "Sets the initial size before you resize the Mini Player." - }, - "title": "Mini Player settings" - }, - "miniPlayerButton": { - "label": "Mini Player button", - "title": "Adds a button that opens the Mini Player" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "Automatic theater mode", - "title": "Automatically enables theater mode when you load a video" - }, - "automaticallyDisableAmbientMode": { - "label": "Automatically disable ambient mode", - "title": "Automatically disables ambient mode when you load a video" - }, - "automaticallyDisableAutoPlay": { - "label": "Automatically disable autoplay", - "title": "Automatically disables autoplay when you load a video" - }, - "automaticallyDisableClosedCaptions": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" - }, - "automaticallyEnableClosedCaptions": { - "label": "Automatically enable closed captions", - "title": "Automatically enables closed captions when you load a video" - }, - "automaticallyMaximizePlayer": { - "label": "Automatically maximize player", - "title": "Automatically maximizes the player when you load a video" - }, - "automaticallyShowMoreVideosOnEndScreen": { - "label": "Automatically show more videos on end screen", - "title": "Automatically shows more videos on end screen when you load a video" - }, - "copyTimestampUrlButton": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" - }, - "defaultToOriginalAudioTrack": { - "label": "Default to original audio track", - "title": "Always default to the original audio track" - }, - "enableMarkAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Add a button to playlist items to mark videos as unwatched" - }, - "enableRemoveVideoButton": { - "label": "Remove video button", - "title": "Add a button to playlist items to remove videos from the playlist" - }, - "enableSaveToWatchLaterButton": { - "label": "Enable save to Watch Later button", - "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" - }, - "hideArtificialIntelligenceSummary": { - "label": "Hide AI summary", - "title": "Hides the artificial intelligence summary below videos" - }, - "hideEndScreenCards": { - "label": "Hide end screen cards", - "title": "Hides the cards at the end of the video" - }, - "hideEndScreenCardsButton": { - "label": "Hide end screen cards button", - "title": "Adds a button to show/hide the cards at the end of the video" - }, - "hideLiveStreamChat": { - "label": "Hide live stream chat", - "title": "Hides the live stream chat" - }, - "hideMembersOnlyVideos": { - "label": "Hide members-only videos", - "title": "Hides videos that are only visible to members" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" - }, - "hidePaidPromotionBanner": { - "label": "Hide paid promotion banner", - "title": "Hides the banner that appears when you watch a video that has a paid promotion" - }, - "hidePlayables": { - "label": "Hide playables", - "title": "Hides all playables" - }, - "hidePlaylistRecommendationsFromHomePage": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" - }, - "hideScrollbar": { - "label": "Hide scrollbar", - "title": "Hides the pages scrollbar" - }, - "hideShorts": { - "label": "Hide shorts", - "title": "Hides all shorts" - }, - "hideSidebarRecommendedVideos": { - "label": "Hide recommended videos", - "title": "Hides the sidebar that recommends videos" - }, - "hideTranslateComment": { - "label": "Hide translate comment button", - "title": "Hides 'Translate to Language' button under comments" - }, - "loopButton": { - "label": "Loop button", - "title": "Adds a button to the feature menu to loop the video you're watching" - }, - "maximizePlayerButton": { - "label": "Maximize player button", - "title": "Adds a button to the feature menu to maximize the player" - }, - "openTranscriptButton": { - "label": "Open transcript button", - "title": "Adds a button to the feature menu to open the transcript of the video you're watching" - }, - "openYouTubeSettingsOnHover": { - "label": "Open YouTube settings on hover", - "title": "Opens the YouTube settings menu when you hover over the settings button" - }, - "pauseBackgroundPlayers": { - "label": "Pause background players", - "title": "Pauses video players in background tabs when you start a new player in foreground tab" - }, - "remainingTime": { - "label": "Remaining time", - "title": "Shows the remaining time of the video you're watching" - }, - "rememberLastVolume": { - "label": "Remember last volume", - "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" - }, - "removeRedirect": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" - }, - "restoreFullscreenScrolling": { - "label": "Restore fullscreen scrolling", - "title": "Restores scrolling in fullscreen mode" - }, - "shareShortener": { - "label": "Shorten YouTube video share link", - "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" - }, - "shortsAutoScroll": { - "label": "Shorts auto scroll", - "title": "Automatically scrolls to the next short" - }, - "skipContinueWatching": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" - } - }, - "title": "Miscellaneous settings" - }, - "onScreenDisplaySettings": { - "color": { - "label": "Color", - "options": { - "blue": "Blue", - "green": "Green", - "orange": "Orange", - "pink": "Pink", - "purple": "Фіолетовий", - "red": "Червоний", - "white": "Білий", - "yellow": "Жовтий" - }, - "title": "Вибирає колір екранного зображення" - }, - "hide": { - "label": "Затримка приховування", - "title": "Вказує час у мілісекундах перед автоматичним приховуванням екранного зображення" - }, - "opacity": { - "label": "Прозорість", - "title": "Регулювання прозорості екранного зображення" - }, - "padding": { - "label": "Відступ", - "title": "Регулює відступи навколо екранного зображення в пікселях. Застосовується спеціально для екранного зображення в кутах." - }, - "position": { - "label": "Розташування", - "options": { - "bottom_left": "Bottom Left", - "bottom_right": "Bottom Right", - "center": "Center", - "top_left": "Top Left", - "top_right": "Top Right" - }, - "title": "Select the position of the On-Screen Display" - }, - "title": "On-screen display settings", - "type": { - "label": "Type", - "options": { - "circle": "Circle", - "line": "Line", - "no_display": "No display", - "text": "Text" - }, - "title": "Select the type of On-Screen Display" - } - }, - "playbackSpeed": { - "enable": { - "label": "Forced playback speed", - "title": "Sets the video speed to what you choose below" - }, - "playbackSpeedButtons": { - "label": "Playback speed buttons", - "select": { - "label": "Playback buttons speed", - "title": "Amount of speed to be changed per click" - }, - "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" - }, - "select": { - "label": "Player speed", - "title": "The speed to set the video to" - }, - "title": "Playback speed settings" - }, - "playlistLength": { - "enable": { - "label": "Display playlist length information", - "title": "Shows the total length of the playlist, how much has been watched, and how much remains." - }, - "title": "Playlist length settings", - "wayToGetLength": { - "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "Method to get watched time", - "options": { - "duration": "Video Length", - "youtube": "Video Watch Time" - }, - "title": "The way to get the amount of time watched (Video Length type only used on watch page)" - } - } - }, - "playlistManagement": { - "features": { - "markAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - }, - "removeVideoButton": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - } - }, - "title": "Playlist management settings" - }, - "playlistManagementButtons": { - "failedToMarkAsUnwatched": "Failed to mark video as unwatched", - "failedToRemoveVideo": "Failed to remove video", - "markAsUnwatched": "Mark as unwatched", - "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "Remove video", - "removingVideo": "Removing video…" - }, - "saveToWatchLaterButton": { - "failedToSaveVideo": "Failed to save video to Watch Later", - "saveVideo": "Save to Watch Later", - "savingVideo": "Saving to Watch Later…" - }, - "screenshotButton": { - "enable": { - "label": "Screenshot button", - "title": "Adds a button to the player to take a screenshot of the video" - }, - "saveAs": { - "both": "Both (File and Clipboard)", - "clipboard": "Clipboard", - "file": "File" - }, - "selectFormat": { - "label": "Screenshot format", - "title": "The format to save the screenshot in" - }, - "selectSaveAs": { - "label": "Screenshot save type", - "title": "The screenshot save type" - }, - "title": "Screenshot settings" - }, - "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "Speed Change Per Scroll", - "title": "Adjust the speed change per scroll" - }, - "enable": { - "label": "Scroll wheel speed control", - "title": "Press a modifier key to enable speed adjustment with the scroll wheel." - }, - "optionLabel": "{{KEY}} key", - "select": { - "label": "Modifier key", - "title": "The modifier key to use" - }, - "title": "Scroll wheel speed control settings" - }, - "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "Volume Change Per Scroll", - "title": "Adjust the volume change per scroll" - }, - "enable": { - "label": "Scroll wheel volume control", - "title": "Lets you use the scroll wheel to control the volume of the video you're watching" - }, - "holdModifierKey": { - "enable": { - "label": "When holding modifier key", - "title": "Press a modifier key to enable volume adjustment with the scroll wheel." - }, - "optionLabel": "{{KEY}} key", - "select": { - "label": "Modifier key", - "title": "The modifier key to use" - } - }, - "holdRightClick": { - "enable": { - "label": "When holding right click", - "title": "Hold right click to enable scroll wheel volume control" - } - }, - "title": "Scroll wheel volume control settings" - }, - "settingSearch": { - "placeholder": "Search for a setting" - }, - "videoHistory": { - "enable": { - "label": "Track watched videos", - "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" - }, - "resumeType": { - "select": { - "label": "Resume type", - "options": { - "automatic": "Automatic", - "prompt": "Prompt" - }, - "title": "Select how you want to resume videos" - } - }, - "title": "Video history settings" - }, - "volumeBoost": { - "boostAmount": { - "label": "Volume boost amount (dB)", - "title": "The amount to boost the volume by" - }, - "enable": { - "label": "Volume boost", - "title": "Enable volume boost" - }, - "mode": { - "select": { - "label": "Volume boost mode", - "options": { - "global": "Global", - "perVideo": "Per video" - }, - "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." - } - }, - "title": "Volume boost settings" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "You can get one from here", - "input": { - "label": "API Key", - "title": "Enter your Youtube Data API V3 key." - }, - "title": "YouTube API V3 key" - }, - "youtubeDeepDark": { - "author": "Author", - "co-authors": "Co-authors", - "colors": { - "colorShadow": { - "label": "Shadow color", - "title": "Color for shadows" - }, - "dimmerText": { - "label": "Secondary text color", - "title": "Color for secondary text" - }, - "hoverBackground": { - "label": "Hover background color", - "title": "Color for hover background" - }, - "mainBackground": { - "label": "Main background color", - "title": "Color for main background" - }, - "mainColor": { - "label": "Accent color", - "title": "Color for accent" - }, - "mainText": { - "label": "Main text color", - "title": "Color for main text" - }, - "secondBackground": { - "label": "Secondary background color", - "title": "Color for secondary background" - } - }, - "enable": { - "label": "Deep Dark Theme", - "title": "Activate the selected theme for the page" - }, - "select": { - "label": "Select theme", - "title": "Select a theme to be applied to the page" - }, - "title": "YouTube deep dark settings" - } - } - } -} + "langCode": "uk-UA", + "langName": "Українська (UA)", + "messages": { + "resumingVideo": "Продовжити відео з {{VIDEO_TIME}}", + "settingVolume": "Посилити гучність до {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "label": "Скопіювати URL відео з міткою часу" + }, + "extras": { + "copied": "Copied!" + } + }, + "featureMenu": { + "button": { + "label": "Меню функцій" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Швидкий перехід до {{TIME}}" + }, + "rewindButton": { + "label": "Перемотати {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Приховати картки наприкінці відео", + "toggle": { + "off": "Показати картки наприкінці відео", + "on": "Приховати картки наприкінці відео" + } + } + }, + "loopButton": { + "button": { + "label": "Повтор", + "toggle": { + "off": "Виключити повтор", + "on": "Включити повтор" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "Розгорнути", + "toggle": { + "off": "Згорнути", + "on": "Розгорнути" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Відкрити транскрипцію" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Зменшити швидкість до {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Збільшити швидкість до {{SPEED}}" + } + }, + "extras": { + "decreaseLimit": "Can't decrease further ({{SPEED}})", + "increaseLimit": "Can't increase further ({{SPEED}})" + } + }, + "playlistLength": { + "title": "Загальна довжина може бути неточною, якщо деякі відео приховані або якщо ви ще не завантажили достатньо відео, щоб отримати повну довжину." + }, + "playlistManagementButtons": { + "extras": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + } + }, + "saveToWatchLaterButton": { + "extras": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + } + }, + "screenshotButton": { + "button": { + "label": "Знімок екрана" + }, + "extras": { + "copiedToClipboard": "Screenshot copied to clipboard" + } + }, + "videoHistory": { + "extras": { + "resumeButton": "Resume", + "resumePromptClose": "Close" + } + }, + "volumeBoostButton": { + "button": { + "label": "Збільшення гучності", + "toggle": { + "off": "Вимкнути збільшення гучності", + "on": "Включити збільшення гучності" + } + } + } + } + }, + "options": { + "extras": { + "bottomButtons": { + "clear": { + "title": "Clears all data this extension has stored on your machine", + "value": "Clear Data" + }, + "confirm": { + "title": "Confirm setting reset", + "value": "Confirm" + }, + "openTab": { + "title": "Open extension settings in a new tab" + }, + "reset": { + "title": "Resets all settings to their defaults, Click the confirm button to save the changes", + "value": "Reset" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Copy video URL with timestamp button", + "decreasePlaybackSpeedButton": "Decrease Speed button", + "forwardButton": "Fast Forward button", + "hideEndScreenCardsButton": "Hide end screen cards button", + "increasePlaybackSpeedButton": "Increase Speed button", + "loopButton": "Loop button", + "maximizePlayerButton": "Maximize button", + "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind button", + "screenshotButton": "Screenshot button", + "volumeBoostButton": "Volume Boost button" + }, + "options": { + "below_player": { + "placement": "below the player controls", + "value": "Below Player" + }, + "feature_menu": { + "placement": "in the feature menu", + "value": "Feature Menu" + }, + "player_controls_left": { + "placement": "on the left side of player controls", + "value": "Left Controls" + }, + "player_controls_right": { + "placement": "on the right side of player controls", + "value": "Right Controls" + } + }, + "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Button placement settings" + }, + "clearData": { + "allDataDeleted": "All data has been deleted.", + "confirmAlert": "This will delete all extension data related to options. Continue?" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Menu Activation Type", + "options": { + "click": "Click", + "hover": "Hover" + }, + "title": "Select the method to activate the feature menu" + }, + "title": "Feature menu settings" + } + }, + "importExportSettings": { + "exportButton": { + "success": "Settings successfully exported", + "title": "Export settings to a JSON file", + "value": "Export Settings" + }, + "importButton": { + "error": { + "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", + "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" + }, + "success": "Settings imported successfully", + "title": "Import settings from a JSON file", + "value": "Import Settings" + } + }, + "language": { + "select": { + "label": "Language", + "title": "The language to use for the extension" + }, + "title": "Language" + }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "scrollForMoreSettings": "Scroll for more settings", + "settingSearch": { + "placeholder": "Search for a setting" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Key", + "title": "Enter your Youtube Data API V3 key." + }, + "title": "YouTube API V3 key" + } + }, + "notifications": { + "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "Клавіша для керування швидкістю прокрутки компʼютерною мишею не може бути тією ж, що й клавіша для регулювання гучності.", + "volumeControl": "Клавіша для регулювання гучності прокрутки компʼютерною мишею не може бути тією ж, що й клавіша для керування швидкістю." + } + } + }, + "info": { + "reset": "Всі параметри були скинуті до значень за замовчуванням.\nТепер ви можете зберегти зміни, натиснувши кнопку \"Підтвердити\" або відхилити їх, закривши цю сторінку або проігнорувавши це повідомлення." + }, + "success": { + "saved": "Налаштування збережено." + } + } + } + }, + "settings": { + "sections": { + "customCSS": { + "enable": { + "label": "Увімкнути користувацький CSS", + "title": "Дозволяє використовувати користувацький CSS для сторінки" + }, + "extras": { + "collapse": "Collapse Editor", + "expand": "Expand Editor", + "noProblems": "No problems found." + }, + "title": "Custom CSS settings" + }, + "deepDarkCSS": { + "enable": { + "label": "Deep Dark Theme", + "title": "Activate the selected theme for the page" + }, + "extras": { + "author": "Author", + "co-authors": "Co-authors" + }, + "settings": { + "colorShadow": { + "label": "Shadow color", + "title": "Color for shadows" + }, + "dimmerText": { + "label": "Secondary text color", + "title": "Color for secondary text" + }, + "hoverBackground": { + "label": "Hover background color", + "title": "Color for hover background" + }, + "mainBackground": { + "label": "Main background color", + "title": "Color for main background" + }, + "mainColor": { + "label": "Accent color", + "title": "Color for accent" + }, + "mainText": { + "label": "Main text color", + "title": "Color for main text" + }, + "secondBackground": { + "label": "Secondary background color", + "title": "Color for secondary background" + }, + "theme": { + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + } + } + }, + "title": "YouTube deep dark settings" + }, + "forwardRewindButtons": { + "enable": { + "label": "Увімкнути кнопки вперед/назад", + "title": "Додає кнопки перемотування до відео плеєра" + }, + "settings": { + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + } + }, + "title": "Налаштування кнопки вперед/назад" + }, + "miscellaneous": { + "settings": { + "automaticallyDisableAmbientMode": { + "enable": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + } + }, + "automaticallyDisableAutoPlay": { + "enable": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + } + }, + "automaticallyDisableClosedCaptions": { + "enable": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + } + }, + "automaticallyEnableClosedCaptions": { + "enable": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + } + }, + "automaticallyMaximizePlayer": { + "enable": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + } + }, + "automaticallyShowMoreVideosOnEndScreen": { + "enable": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + } + }, + "automaticTheaterMode": { + "enable": { + "label": "Automatic theater mode", + "title": "Automatically enables theater mode when you load a video" + } + }, + "copyTimestampUrlButton": { + "enable": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + } + }, + "defaultToOriginalAudioTrack": { + "enable": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + } + }, + "saveToWatchLaterButton": { + "enable": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + } + }, + "hideArtificialIntelligenceSummary": { + "enable": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + } + }, + "hideEndScreenCards": { + "enable": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + } + }, + "hideEndScreenCardsButton": { + "enable": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + } + }, + "hideLiveStreamChat": { + "enable": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + } + }, + "hideMembersOnlyVideos": { + "enable": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + } + }, + "hideOfficialArtistVideosFromHomePage": { + "enable": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + } + }, + "hidePaidPromotionBanner": { + "enable": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + } + }, + "hidePlayables": { + "enable": { + "label": "Hide playables", + "title": "Hides all playables" + } + }, + "hidePlaylistRecommendationsFromHomePage": { + "enable": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + } + }, + "hideScrollbar": { + "enable": { + "label": "Hide scrollbar", + "title": "Hides the pages scrollbar" + } + }, + "hideShorts": { + "enable": { + "label": "Hide shorts", + "title": "Hides all shorts" + } + }, + "hideSidebarRecommendedVideos": { + "enable": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + } + }, + "hideTranslateComment": { + "enable": { + "label": "Hide translate comment button", + "title": "Hides 'Translate to Language' button under comments" + } + }, + "loopButton": { + "enable": { + "label": "Loop button", + "title": "Adds a button to the feature menu to loop the video you're watching" + } + }, + "maximizePlayerButton": { + "enable": { + "label": "Maximize player button", + "title": "Adds a button to the feature menu to maximize the player" + } + }, + "openTranscriptButton": { + "enable": { + "label": "Open transcript button", + "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + } + }, + "openYouTubeSettingsOnHover": { + "enable": { + "label": "Open YouTube settings on hover", + "title": "Opens the YouTube settings menu when you hover over the settings button" + } + }, + "pauseBackgroundPlayers": { + "enable": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + } + }, + "remainingTime": { + "enable": { + "label": "Remaining time", + "title": "Shows the remaining time of the video you're watching" + } + }, + "rememberVolume": { + "enable": { + "label": "Remember last volume", + "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + } + }, + "removeRedirect": { + "enable": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + } + }, + "restoreFullscreenScrolling": { + "enable": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + } + }, + "shareShortener": { + "enable": { + "label": "Shorten YouTube video share link", + "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + } + }, + "shortsAutoScroll": { + "enable": { + "label": "Shorts auto scroll", + "title": "Automatically scrolls to the next short" + } + }, + "skipContinueWatching": { + "enable": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + } + } + }, + "title": "Miscellaneous settings" + }, + "onScreenDisplaySettings": { + "settings": { + "color": { + "label": "Color", + "select": { + "options": { + "blue": "Blue", + "green": "Green", + "orange": "Orange", + "pink": "Pink", + "purple": "Purple", + "red": "Red", + "white": "White", + "yellow": "Yellow" + } + }, + "title": "Select the color for the On-Screen Display" + }, + "hide": { + "label": "Hide Delay", + "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" + }, + "opacity": { + "label": "Opacity", + "title": "Adjust the transparency of the On-Screen Display" + }, + "padding": { + "label": "Padding", + "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." + }, + "position": { + "label": "Position", + "select": { + "options": { + "bottom_left": "Bottom Left", + "bottom_right": "Bottom Right", + "center": "Center", + "top_left": "Top Left", + "top_right": "Top Right" + } + }, + "title": "Select the position of the On-Screen Display" + }, + "type": { + "label": "Type", + "select": { + "options": { + "circle": "Circle", + "line": "Line", + "no_display": "No display", + "text": "Text" + } + }, + "title": "Select the type of On-Screen Display" + } + }, + "title": "On-screen display settings" + }, + "playerQuality": { + "enable": { + "label": "Automatic quality adjustment", + "title": "Automatically adjusts the video quality to the selected level." + }, + "settings": { + "quality": { + "select": { + "label": "Player quality", + "title": "The quality to set the video to" + } + }, + "qualityFallbackStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + } + }, + "title": "Automatic quality settings" + }, + "playerSpeed": { + "enable": { + "label": "Forced playback speed", + "title": "Sets the video speed to what you choose below" + }, + "settings": { + "buttons": { + "label": "Playback speed buttons", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + }, + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + }, + "speed": { + "select": { + "label": "Player speed", + "title": "The speed to set the video to" + } + } + }, + "title": "Playback speed settings" + }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + }, + "settings": { + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } + } + }, + "title": "Playlist length settings" + }, + "playlistManagementButtons": { + "settings": { + "markAsUnwatchedButton": { + "enable": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + } + }, + "removeVideoButton": { + "enable": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + } + }, + "title": "Playlist management settings" + }, + "screenshotButton": { + "enable": { + "label": "Screenshot button", + "title": "Adds a button to the player to take a screenshot of the video" + }, + "settings": { + "format": { + "label": "Screenshot format", + "title": "The format to save the screenshot in" + }, + "saveAs": { + "select": { + "options": { + "both": "Both (File and Clipboard)", + "clipboard": "Clipboard", + "file": "File" + }, + "label": "Screenshot save type", + "title": "The screenshot save type" + } + } + }, + "title": "Screenshot settings" + }, + "scrollWheelSpeedControl": { + "enable": { + "label": "Scroll wheel speed control", + "title": "Press a modifier key to enable speed adjustment with the scroll wheel." + }, + "extras": { + "optionLabel": "{{KEY}} key" + }, + "settings": { + "adjustmentSteps": { + "label": "Speed Change Per Scroll", + "title": "Adjust the speed change per scroll" + }, + "modifierKey": { + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + } + } + }, + "title": "Scroll wheel speed control settings" + }, + "scrollWheelVolumeControl": { + "enable": { + "label": "Scroll wheel volume control", + "title": "Lets you use the scroll wheel to control the volume of the video you're watching" + }, + "extras": { + "optionLabel": "{{KEY}} key" + }, + "settings": { + "adjustmentSteps": { + "label": "Volume Change Per Scroll", + "title": "Adjust the volume change per scroll" + }, + "holdModifierKey": { + "label": "When holding modifier key", + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + }, + "title": "Press a modifier key to enable volume adjustment with the scroll wheel." + }, + "holdRightClick": { + "label": "When holding right click", + "title": "Hold right click to enable scroll wheel volume control" + } + }, + "title": "Scroll wheel volume control settings" + }, + "videoHistory": { + "enable": { + "label": "Track watched videos", + "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" + }, + "settings": { + "resumeType": { + "select": { + "label": "Resume type", + "options": { + "automatic": "Automatic", + "prompt": "Prompt" + }, + "title": "Select how you want to resume videos" + } + } + }, + "title": "Video history settings" + }, + "volumeBoost": { + "enable": { + "label": "Volume boost", + "title": "Enable volume boost" + }, + "settings": { + "amount": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by" + }, + "mode": { + "select": { + "label": "Volume boost mode", + "options": { + "global": "Global", + "perVideo": "Per video" + }, + "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + } + } + }, + "title": "Volume boost settings" + } + } + } +} \ No newline at end of file From 13c71b3186c47ef08286b99650b985fe0262de4c Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 25 Jan 2026 16:18:57 -0500 Subject: [PATCH 1536/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 1565 +++++++++++++++++++------------------ 1 file changed, 822 insertions(+), 743 deletions(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index 4a26ab9dd..30a03aef2 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -1,744 +1,823 @@ { - "langCode": "zh-CN", - "langName": "中文 (简体)", - "messages": { - "resumingVideo": "恢复视频播放时刻于 {{VIDEO_TIME}}", - "settingVolume": "设置音量增强至 {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "复制成功!", - "label": "复制带有时间戳的视频 URL" - } - }, - "featureMenu": { - "button": { - "label": "功能菜单" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "向前快进 {{TIME}}" - }, - "rewindButton": { - "label": "向后快退 {{TIME}}" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "隐藏结束界面卡片", - "toggle": { - "off": "显示结束界面卡片", - "on": "隐藏结束界面卡片" - } - } - }, - "loopButton": { - "button": { - "label": "循环播放", - "toggle": { - "off": "取消循环", - "on": "启用循环" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "最大化", - "toggle": { - "off": "最大化关闭", - "on": "最大化开启" - } - } - }, - "miniPlayerButton": { - "button": { - "label": "迷你播放器", - "toggle": { - "off": "迷你播放器关闭", - "on": "迷你播放器开启" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "打开转写文稿" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "降低播放速度至 {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "增加播放速度至 {{SPEED}}" - } - }, - "decreaseLimit": "不能继续降低({{SPEED}})", - "increaseLimit": "不能继续增加({{SPEED}})" - }, - "playlistLength": { - "title": "如果某些视频被隐藏,或者您没有加载足够的视频来获取全部长度,总长度可能不准确。" - }, - "screenshotButton": { - "button": { - "label": "屏幕截图" - }, - "copiedToClipboard": "截图已复制到剪贴板" - }, - "videoHistory": { - "resumeButton": "继续播放", - "resumePrompt": { - "close": "关" - } - }, - "volumeBoostButton": { - "button": { - "label": "音量增强", - "toggle": { - "off": "关闭音量增强", - "on": "开启音量增强" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "optionConflict": "当 '{{OPTION}}' 启用时,该选项无法启用。", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "滚轮控制播放速度键位与控制音量冲突。", - "volumeControl": "滚轮控制音量键位与控制播放速度冲突。" - } - } - }, - "info": { - "reset": "所有选项已重置为默认值。\n现在您可以通过单击“确认”按钮保存更改,或通过关闭此页面或忽略此通知放弃更改。" - }, - "success": { - "saved": "选项已保存。" - } - } - } - }, - "settings": { - "clearData": { - "allDataDeleted": "所有数据已删除。", - "confirmAlert": "这将删除所有与选项相关的扩展数据。是否继续?" - }, - "optionDisabled": { - "either": { - "label": "启用 {{OPTIONS}} 以配置此选项", - "separator": " 或 " - }, - "plural": { - "label": "启用 {{OPTIONS}} 以配置此选项", - "separator": " 和 " - }, - "singular": "启用 '{{OPTION}}' 以配置此选项", - "specificOption": { - "featureMenu": "配置至少一个按钮放置在功能菜单中以配置此选项。", - "screenshotButtonFileFormat": "将屏幕截图保存类型设置为“文件”或“全部”以配置此选项" - } - }, - "scrollForMoreSettings": "滚动以查看更多设置", - "sections": { - "automaticQuality": { - "enable": { - "label": "自动质量调整", - "title": "自动调整视频质量到所选等级。" - }, - "fallbackQualityStrategy": { - "select": { - "label": "质量回退策略", - "options": { - "higher": "升高", - "lower": "降低" - }, - "title": "当所选质量不可用时使用的策略" - } - }, - "select": { - "label": "播放质量", - "title": "将视频质量设为" - }, - "title": "自动画质设置" - }, - "bottomButtons": { - "clear": { - "title": "清除此扩展存储在您机器上的所有数据", - "value": "清除数据" - }, - "confirm": { - "title": "确认重置设置", - "value": "确认" - }, - "openTab": { - "title": "在新标签中打开扩展设置" - }, - "reset": { - "title": "重置所有设置为默认设置,点击确认按钮以保存更改", - "value": "重新开始" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "复制带有时间戳的视频 URL 按钮", - "decreasePlaybackSpeedButton": "降低速度按钮", - "forwardButton": "快进按钮", - "hideEndScreenCardsButton": "隐藏结束界面卡片按钮", - "increasePlaybackSpeedButton": "增加速度按钮", - "loopButton": "循环按钮", - "maximizePlayerButton": "最大化按钮", - "miniPlayerButton": "迷你播放器", - "openTranscriptButton": "转写文稿按钮", - "rewindButton": "快退按钮", - "screenshotButton": "屏幕截图按钮", - "volumeBoostButton": "音量增强按钮" - }, - "options": { - "below_player": { - "placement": "位于播放器控制按键下方", - "value": "位于播放器下方" - }, - "feature_menu": { - "placement": "位于功能菜单内", - "value": "功能菜单" - }, - "player_controls_left": { - "placement": "位于播放器控制按键左侧", - "value": "控件居左" - }, - "player_controls_right": { - "placement": "位于播放器控制按键右侧", - "value": "控件居右" - } - }, - "title": "把 {{BUTTON_NAME}} 按钮放在 {{PLACEMENT}}" - }, - "title": "按钮位置设置" - }, - "customCSS": { - "editor": { - "collapse": "折叠编辑器", - "expand": "展开编辑器", - "noProblems": "未发现问题" - }, - "enable": { - "label": "启用自定义 CSS", - "title": "启用自定义 CSS 以应用到页面" - }, - "title": "自定义 CSS 设置" - }, - "featureMenu": { - "openType": { - "select": { - "label": "菜单激活方式", - "options": { - "click": "点击", - "hover": "悬停" - }, - "title": "设置打开功能菜单的方式" - }, - "title": "功能菜单设置" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "启用快进/快退按钮", - "title": "给视频播放器添加快进/快退按钮" - }, - "time": { - "label": "快进/快退时间", - "title": "快进/快退视频的时间长度" - }, - "title": "快进/快退按钮设置" - }, - "importExportSettings": { - "exportButton": { - "success": "导出配置成功", - "title": "导出设置到 JSON 文件", - "value": "导出设置" - }, - "importButton": { - "error": { - "unknown": "导入设置时出错。请检查文件格式。\n发生未知错误。", - "validation": "导入设置出错。请检查文件格式。\n{{ERROR_MESSAGE}}" - }, - "success": "设置导入成功", - "title": "从 JSON 文件导入设置", - "value": "导入设置" - } - }, - "language": { - "select": { - "label": "语言", - "title": "用于扩展的语言" - }, - "title": "语言" - }, - "miniPlayer": { - "enable": { - "label": "查看评论时打开迷你播放器", - "title": "当您滚动到评论时自动打开迷你播放器。" - }, - "position": { - "label": "默认迷你播放器位置", - "options": { - "bottomCenter": "底部居中", - "bottomLeft": "左下角", - "bottomRight": "右下角", - "topCenter": "顶部居中", - "topLeft": "左上角", - "topRight": "右上角" - }, - "title": "设置移动迷你播放器之前的起始位置。" - }, - "size": { - "label": "默认迷你播放器大小", - "title": "设置缩放迷你播放器之前的起始大小。" - }, - "title": "迷你播放器设置" - }, - "miniPlayerButton": { - "label": "迷你播放器按钮", - "title": "添加打开迷你播放器的按钮" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "自动启用剧场模式", - "title": "当视频打开时,自动启用剧场模式" - }, - "automaticallyDisableAmbientMode": { - "label": "自动禁用氛围模式", - "title": "载入视频时自动禁用氛围模式" - }, - "automaticallyDisableAutoPlay": { - "label": "自动禁用自动播放", - "title": "载入视频时自动禁用自动播放" - }, - "automaticallyDisableClosedCaptions": { - "label": "自动禁用隐藏式字幕", - "title": "载入视频时自动禁用隐藏式字幕" - }, - "automaticallyEnableClosedCaptions": { - "label": "自动启用隐藏式字幕", - "title": "载入视频时自动启用隐藏式字幕" - }, - "automaticallyMaximizePlayer": { - "label": "自动最大化播放器", - "title": "当视频打开时,自动最大化播放器" - }, - "automaticallyShowMoreVideosOnEndScreen": { - "label": "在结束屏幕上自动显示更多视频", - "title": "加载视频时自动在结束屏幕上显示更多视频" - }, - "copyTimestampUrlButton": { - "label": "复制带有时间戳的视频 URL 按钮", - "title": "复制带有时间戳的视频 URL (?t=123)" - }, - "defaultToOriginalAudioTrack": { - "label": "默认设置为原始音轨", - "title": "总是默认原始音轨" - }, - "enableMarkAsUnwatchedButton": { - "label": "标记为未观看按钮", - "title": "在播放列表中添加一个标记视频为未观看按钮" - }, - "enableRemoveVideoButton": { - "label": "移除视频按钮", - "title": "在播放列表中添加一个移除视频按钮" - }, - "enableSaveToWatchLaterButton": { - "label": "启用保存到稍后观看按钮", - "title": "在主页和订阅视频中添加一个按钮,将视频保存到“稍后观看”播放列表" - }, - "hideArtificialIntelligenceSummary": { - "label": "隐藏 AI 摘要", - "title": "隐藏视频下方的人工智能摘要" - }, - "hideEndScreenCards": { - "label": "隐藏结束界面卡片", - "title": "隐藏视频末尾的卡片" - }, - "hideEndScreenCardsButton": { - "label": "隐藏结束界面卡片按钮", - "title": "添加按钮以显示/隐藏视频末尾的卡片" - }, - "hideLiveStreamChat": { - "label": "隐藏直播聊天", - "title": "隐藏直播聊天" - }, - "hideMembersOnlyVideos": { - "label": "隐藏仅限会员的视频", - "title": "隐藏仅对会员可见的视频" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "隐藏音乐人官方视频", - "title": "从主页上隐藏来自音乐人官方频道的视频" - }, - "hidePaidPromotionBanner": { - "label": "隐藏付费推广横幅", - "title": "隐藏当您观看带有付费促销的视频时出现的横幅广告" - }, - "hidePlayables": { - "label": "隐藏可播放内容", - "title": "隐藏所有可播放内容" - }, - "hidePlaylistRecommendationsFromHomePage": { - "label": "从主页隐藏播放列表", - "title": "从主页去除播放列表" - }, - "hideScrollbar": { - "label": "启用隐藏滚动条", - "title": "隐藏页面滚动条" - }, - "hideShorts": { - "label": "隐藏短视频", - "title": "隐藏所有短视频" - }, - "hideSidebarRecommendedVideos": { - "label": "隐藏推荐视频", - "title": "隐藏推荐视频的侧边栏" - }, - "hideTranslateComment": { - "label": "隐藏翻译评论按钮", - "title": "隐藏评论下方的“翻译至当前语言”按钮" - }, - "loopButton": { - "label": "循环按钮", - "title": "在功能菜单中添加一个按钮来循环你正在观看的视频" - }, - "maximizePlayerButton": { - "label": "最大化播放器按钮", - "title": "在功能菜单中添加一个按钮来最大化播放器" - }, - "openTranscriptButton": { - "label": "转写文稿按钮", - "title": "在功能菜单中添加一个按钮来循环你正在观看的视频" - }, - "openYouTubeSettingsOnHover": { - "label": "悬停时打开 YouTube 设置", - "title": "当您悬停在设置按钮上时打开 YouTube 设置菜单" - }, - "pauseBackgroundPlayers": { - "label": "暂停后台播放", - "title": "当您在前台标签中启用一个新播放器时,暂停后台标签中的视频播放器" - }, - "remainingTime": { - "label": "剩余时间", - "title": "显示您观看的视频的剩余时间" - }, - "rememberLastVolume": { - "label": "记住最后一个音量", - "title": "记住最后一个视频的音量并在打开新视频时设置" - }, - "removeRedirect": { - "label": "屏蔽YouTube重定向链接", - "title": "用真实链接替换YouTube重定向,并跳过重定向警告" - }, - "restoreFullscreenScrolling": { - "label": "恢复全屏滚动", - "title": "在全屏模式下恢复滚动" - }, - "shareShortener": { - "label": "缩短YouTube视频分享链接", - "title": "分享Youtube视频(youtu.be)时,删除si/feature 参数以缩短链接" - }, - "shortsAutoScroll": { - "label": "短视频自动下滑", - "title": "短视频播完后,自动下滑播放下一个" - }, - "skipContinueWatching": { - "label": "跳过\"视频已暂停。继续观看吗?\"", - "title": "跳过暂停视频播放的闲置对话框" - } - }, - "title": "其他设置" - }, - "onScreenDisplaySettings": { - "color": { - "label": "颜色", - "options": { - "blue": "蓝色", - "green": "绿色", - "orange": "橙色", - "pink": "粉色", - "purple": "紫色", - "red": "红色", - "white": "白色", - "yellow": "黄色" - }, - "title": "选择屏幕提示文本颜色" - }, - "hide": { - "label": "隐藏延时", - "title": "指定时间,以毫秒计,然后自动隐藏屏幕显示" - }, - "opacity": { - "label": "透明度", - "title": "调整屏幕提示文本的透明度" - }, - "padding": { - "label": "内边距", - "title": "调整屏幕提示周围以像素为单位的间距。主要适用于角落的屏幕提示。" - }, - "position": { - "label": "位置", - "options": { - "bottom_left": "左下", - "bottom_right": "右下", - "center": "居中", - "top_left": "左上", - "top_right": "右上" - }, - "title": "选择屏幕提示文本颜色" - }, - "title": "屏幕提示信息设置", - "type": { - "label": "类型", - "options": { - "circle": "圆形图标", - "line": "直线", - "no_display": "无显示", - "text": "文本" - }, - "title": "选择屏幕提示文本颜色" - } - }, - "playbackSpeed": { - "enable": { - "label": "强制播放速度", - "title": "将视频速度设置为您在下面选择的内容" - }, - "playbackSpeedButtons": { - "label": "播放速度按钮", - "select": { - "label": "播放按钮的速度", - "title": "每次点击要更改的速度量" - }, - "title": "添加按钮以增加或降低您观看的视频的播放速度" - }, - "select": { - "label": "播放速度", - "title": "将视频播放速度设为" - }, - "title": "播放速度设置" - }, - "playlistLength": { - "enable": { - "label": "显示播放列表长度信息", - "title": "显示播放列表的总长度,已观看多少,以及还剩多少。" - }, - "title": "播放列表长度设置", - "wayToGetLength": { - "select": { - "label": "获取播放列表长度的方法", - "title": "获取播放列表长度信息的方式 (如果发生错误,API 方法将回退到 HTML)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "获取已观看时间的方法", - "options": { - "duration": "视频长度", - "youtube": "视频观看时间" - }, - "title": "获取已观看时间长度的方法 (“视频长度”方法仅会在观看页面使用)" - } - } - }, - "playlistManagement": { - "features": { - "markAsUnwatchedButton": { - "label": "标记为未观看按钮", - "title": "添加一个按钮将视频标记为未观看视频" - }, - "removeVideoButton": { - "label": "移除视频按钮", - "title": "添加一个按钮从播放列表中移除视频" - } - }, - "title": "播放列表管理设置" - }, - "playlistManagementButtons": { - "failedToMarkAsUnwatched": "将视频标记为未观看失败", - "failedToRemoveVideo": "移除视频失败", - "markAsUnwatched": "标记为未观看", - "markingAsUnwatched": "正在标记为未观看…", - "removeVideo": "删除视频", - "removingVideo": "正在移除视频…" - }, - "saveToWatchLaterButton": { - "failedToSaveVideo": "将视频保存到稍后观看失败", - "saveVideo": "保存至稍后观看", - "savingVideo": "保存至稍后观看…" - }, - "screenshotButton": { - "enable": { - "label": "屏幕截图按钮", - "title": "向播放器添加一个按钮以拍摄视频的截图" - }, - "saveAs": { - "both": "全部(文件和剪贴板)", - "clipboard": "剪贴板", - "file": "文件" - }, - "selectFormat": { - "label": "截图格式", - "title": "保存屏幕截图的格式" - }, - "selectSaveAs": { - "label": "屏幕截图保存类型", - "title": "屏幕截图保存类型" - }, - "title": "屏幕截图选项" - }, - "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "每轮滚动音量", - "title": "调整每轮滚动的音量变化" - }, - "enable": { - "label": "滚轮控制播放速度设置", - "title": "按下控制键时启用滚轮音量调整" - }, - "optionLabel": "{{KEY}} 键", - "select": { - "label": "控制键", - "title": "启用功能时按住的控制键" - }, - "title": "滚轮控制播放速度设置" - }, - "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "每轮滚动音量", - "title": "调整每轮滚动的音量变化" - }, - "enable": { - "label": "滚轮控制音量", - "title": "让您使用滚轮来控制您正在观看的视频音量" - }, - "holdModifierKey": { - "enable": { - "label": "在按住控制键时启用功能", - "title": "按下控制键时启用滚轮音量调整" - }, - "optionLabel": "{{KEY}} 键", - "select": { - "label": "控制键", - "title": "启用功能时按住的控制键" - } - }, - "holdRightClick": { - "enable": { - "label": "按住右键时启用", - "title": "按住右键以启用滚轮音量控制" - } - }, - "title": "滚轮控制音量设置" - }, - "settingSearch": { - "placeholder": "搜索设置" - }, - "videoHistory": { - "enable": { - "label": "记录已观看视频", - "title": "记录您关闭视频的进度并在下次播放时恢复" - }, - "resumeType": { - "select": { - "label": "进度恢复方式", - "options": { - "automatic": "自动", - "prompt": "提示" - }, - "title": "选择恢复视频播放进度的方式" - } - }, - "title": "视频历史记录设置" - }, - "volumeBoost": { - "boostAmount": { - "label": "音量提升量(分贝)", - "title": "音量提升量(分贝)" - }, - "enable": { - "label": "音量增强", - "title": "启用音量增强" - }, - "mode": { - "select": { - "label": "音量增强模式", - "options": { - "global": "全局统一", - "perVideo": "分别记忆" - }, - "title": "选择音量增强生效的方式。“分别记忆”为每个视频记住各自的设置。“全局”使音量增强功能开启时,对所有视频采用同一设置。" - } - }, - "title": "音量增强设置" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "您可以从这里获取一个", - "input": { - "label": "API 密钥", - "title": "输入您的 Youtube 数据 API V3 密钥。" - }, - "title": "YouTube API V3 密钥" - }, - "youtubeDeepDark": { - "author": "作者", - "co-authors": "合作作者", - "colors": { - "colorShadow": { - "label": "阴影颜色", - "title": "阴影颜色" - }, - "dimmerText": { - "label": "次要文本颜色", - "title": "为次要文本使用的颜色" - }, - "hoverBackground": { - "label": "悬停背景颜色", - "title": "为悬停背景使用的颜色" - }, - "mainBackground": { - "label": "主要背景颜色", - "title": "为主要背景使用的颜色" - }, - "mainColor": { - "label": "强调颜色", - "title": "为强调使用的颜色" - }, - "mainText": { - "label": "主要文本颜色", - "title": "为主要文本使用的颜色" - }, - "secondBackground": { - "label": "次要背景颜色", - "title": "为次要背景使用的颜色" - } - }, - "enable": { - "label": "启用所选主题", - "title": "在页面上应用所选主题" - }, - "select": { - "label": "选择主题", - "title": "选择要应用到页面的主题" - }, - "title": "YouTube 暗黑模式设置" - } - } - } -} + "langCode": "zh-CN", + "langName": "中文 (简体)", + "messages": { + "resumingVideo": "恢复视频播放时刻于 {{VIDEO_TIME}}", + "settingVolume": "设置音量增强至 {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "label": "复制带有时间戳的视频 URL" + }, + "extras": { + "copied": "Copied!" + } + }, + "featureMenu": { + "button": { + "label": "功能菜单" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "向前快进 {{TIME}}" + }, + "rewindButton": { + "label": "向后快退 {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "隐藏结束界面卡片", + "toggle": { + "off": "显示结束界面卡片", + "on": "隐藏结束界面卡片" + } + } + }, + "loopButton": { + "button": { + "label": "循环播放", + "toggle": { + "off": "取消循环", + "on": "启用循环" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "最大化", + "toggle": { + "off": "最大化关闭", + "on": "最大化开启" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "打开转写文稿" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "降低播放速度至 {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "增加播放速度至 {{SPEED}}" + } + }, + "extras": { + "decreaseLimit": "Can't decrease further ({{SPEED}})", + "increaseLimit": "Can't increase further ({{SPEED}})" + } + }, + "playlistLength": { + "title": "如果某些视频被隐藏,或者您没有加载足够的视频来获取全部长度,总长度可能不准确。" + }, + "playlistManagementButtons": { + "extras": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + } + }, + "saveToWatchLaterButton": { + "extras": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + } + }, + "screenshotButton": { + "button": { + "label": "屏幕截图" + }, + "extras": { + "copiedToClipboard": "Screenshot copied to clipboard" + } + }, + "videoHistory": { + "extras": { + "resumeButton": "Resume", + "resumePromptClose": "Close" + } + }, + "volumeBoostButton": { + "button": { + "label": "音量增强", + "toggle": { + "off": "关闭音量增强", + "on": "开启音量增强" + } + } + } + } + }, + "options": { + "extras": { + "bottomButtons": { + "clear": { + "title": "Clears all data this extension has stored on your machine", + "value": "Clear Data" + }, + "confirm": { + "title": "Confirm setting reset", + "value": "Confirm" + }, + "openTab": { + "title": "Open extension settings in a new tab" + }, + "reset": { + "title": "Resets all settings to their defaults, Click the confirm button to save the changes", + "value": "Reset" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Copy video URL with timestamp button", + "decreasePlaybackSpeedButton": "Decrease Speed button", + "forwardButton": "Fast Forward button", + "hideEndScreenCardsButton": "Hide end screen cards button", + "increasePlaybackSpeedButton": "Increase Speed button", + "loopButton": "Loop button", + "maximizePlayerButton": "Maximize button", + "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind button", + "screenshotButton": "Screenshot button", + "volumeBoostButton": "Volume Boost button" + }, + "options": { + "below_player": { + "placement": "below the player controls", + "value": "Below Player" + }, + "feature_menu": { + "placement": "in the feature menu", + "value": "Feature Menu" + }, + "player_controls_left": { + "placement": "on the left side of player controls", + "value": "Left Controls" + }, + "player_controls_right": { + "placement": "on the right side of player controls", + "value": "Right Controls" + } + }, + "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Button placement settings" + }, + "clearData": { + "allDataDeleted": "All data has been deleted.", + "confirmAlert": "This will delete all extension data related to options. Continue?" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Menu Activation Type", + "options": { + "click": "Click", + "hover": "Hover" + }, + "title": "Select the method to activate the feature menu" + }, + "title": "Feature menu settings" + } + }, + "importExportSettings": { + "exportButton": { + "success": "Settings successfully exported", + "title": "Export settings to a JSON file", + "value": "Export Settings" + }, + "importButton": { + "error": { + "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", + "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" + }, + "success": "Settings imported successfully", + "title": "Import settings from a JSON file", + "value": "Import Settings" + } + }, + "language": { + "select": { + "label": "Language", + "title": "The language to use for the extension" + }, + "title": "Language" + }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "scrollForMoreSettings": "Scroll for more settings", + "settingSearch": { + "placeholder": "Search for a setting" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Key", + "title": "Enter your Youtube Data API V3 key." + }, + "title": "YouTube API V3 key" + } + }, + "notifications": { + "error": { + "optionConflict": "当 '{{OPTION}}' 启用时,该选项无法启用。", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "滚轮控制播放速度键位与控制音量冲突。", + "volumeControl": "滚轮控制音量键位与控制播放速度冲突。" + } + } + }, + "info": { + "reset": "所有选项已重置为默认值。\n现在您可以通过单击“确认”按钮保存更改,或通过关闭此页面或忽略此通知放弃更改。" + }, + "success": { + "saved": "选项已保存。" + } + } + } + }, + "settings": { + "sections": { + "customCSS": { + "enable": { + "label": "启用自定义 CSS", + "title": "启用自定义 CSS 以应用到页面" + }, + "extras": { + "collapse": "Collapse Editor", + "expand": "Expand Editor", + "noProblems": "No problems found." + }, + "title": "自定义 CSS 设置" + }, + "deepDarkCSS": { + "enable": { + "label": "Deep Dark Theme", + "title": "Activate the selected theme for the page" + }, + "extras": { + "author": "Author", + "co-authors": "Co-authors" + }, + "settings": { + "colorShadow": { + "label": "Shadow color", + "title": "Color for shadows" + }, + "dimmerText": { + "label": "Secondary text color", + "title": "Color for secondary text" + }, + "hoverBackground": { + "label": "Hover background color", + "title": "Color for hover background" + }, + "mainBackground": { + "label": "Main background color", + "title": "Color for main background" + }, + "mainColor": { + "label": "Accent color", + "title": "Color for accent" + }, + "mainText": { + "label": "Main text color", + "title": "Color for main text" + }, + "secondBackground": { + "label": "Secondary background color", + "title": "Color for secondary background" + }, + "theme": { + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + } + } + }, + "title": "YouTube deep dark settings" + }, + "forwardRewindButtons": { + "enable": { + "label": "启用快进/快退按钮", + "title": "给视频播放器添加快进/快退按钮" + }, + "settings": { + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + } + }, + "title": "快进/快退按钮设置" + }, + "miscellaneous": { + "settings": { + "automaticallyDisableAmbientMode": { + "enable": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + } + }, + "automaticallyDisableAutoPlay": { + "enable": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + } + }, + "automaticallyDisableClosedCaptions": { + "enable": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + } + }, + "automaticallyEnableClosedCaptions": { + "enable": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + } + }, + "automaticallyMaximizePlayer": { + "enable": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + } + }, + "automaticallyShowMoreVideosOnEndScreen": { + "enable": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + } + }, + "automaticTheaterMode": { + "enable": { + "label": "Automatic theater mode", + "title": "Automatically enables theater mode when you load a video" + } + }, + "copyTimestampUrlButton": { + "enable": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + } + }, + "defaultToOriginalAudioTrack": { + "enable": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + } + }, + "saveToWatchLaterButton": { + "enable": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + } + }, + "hideArtificialIntelligenceSummary": { + "enable": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + } + }, + "hideEndScreenCards": { + "enable": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + } + }, + "hideEndScreenCardsButton": { + "enable": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + } + }, + "hideLiveStreamChat": { + "enable": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + } + }, + "hideMembersOnlyVideos": { + "enable": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + } + }, + "hideOfficialArtistVideosFromHomePage": { + "enable": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + } + }, + "hidePaidPromotionBanner": { + "enable": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + } + }, + "hidePlayables": { + "enable": { + "label": "Hide playables", + "title": "Hides all playables" + } + }, + "hidePlaylistRecommendationsFromHomePage": { + "enable": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + } + }, + "hideScrollbar": { + "enable": { + "label": "Hide scrollbar", + "title": "Hides the pages scrollbar" + } + }, + "hideShorts": { + "enable": { + "label": "Hide shorts", + "title": "Hides all shorts" + } + }, + "hideSidebarRecommendedVideos": { + "enable": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + } + }, + "hideTranslateComment": { + "enable": { + "label": "Hide translate comment button", + "title": "Hides 'Translate to Language' button under comments" + } + }, + "loopButton": { + "enable": { + "label": "Loop button", + "title": "Adds a button to the feature menu to loop the video you're watching" + } + }, + "maximizePlayerButton": { + "enable": { + "label": "Maximize player button", + "title": "Adds a button to the feature menu to maximize the player" + } + }, + "openTranscriptButton": { + "enable": { + "label": "Open transcript button", + "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + } + }, + "openYouTubeSettingsOnHover": { + "enable": { + "label": "Open YouTube settings on hover", + "title": "Opens the YouTube settings menu when you hover over the settings button" + } + }, + "pauseBackgroundPlayers": { + "enable": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + } + }, + "remainingTime": { + "enable": { + "label": "Remaining time", + "title": "Shows the remaining time of the video you're watching" + } + }, + "rememberVolume": { + "enable": { + "label": "Remember last volume", + "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + } + }, + "removeRedirect": { + "enable": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + } + }, + "restoreFullscreenScrolling": { + "enable": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + } + }, + "shareShortener": { + "enable": { + "label": "Shorten YouTube video share link", + "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + } + }, + "shortsAutoScroll": { + "enable": { + "label": "Shorts auto scroll", + "title": "Automatically scrolls to the next short" + } + }, + "skipContinueWatching": { + "enable": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + } + } + }, + "title": "其他设置" + }, + "onScreenDisplaySettings": { + "settings": { + "color": { + "label": "Color", + "select": { + "options": { + "blue": "Blue", + "green": "Green", + "orange": "Orange", + "pink": "Pink", + "purple": "Purple", + "red": "Red", + "white": "White", + "yellow": "Yellow" + } + }, + "title": "Select the color for the On-Screen Display" + }, + "hide": { + "label": "Hide Delay", + "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" + }, + "opacity": { + "label": "Opacity", + "title": "Adjust the transparency of the On-Screen Display" + }, + "padding": { + "label": "Padding", + "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." + }, + "position": { + "label": "Position", + "select": { + "options": { + "bottom_left": "Bottom Left", + "bottom_right": "Bottom Right", + "center": "Center", + "top_left": "Top Left", + "top_right": "Top Right" + } + }, + "title": "Select the position of the On-Screen Display" + }, + "type": { + "label": "Type", + "select": { + "options": { + "circle": "Circle", + "line": "Line", + "no_display": "No display", + "text": "Text" + } + }, + "title": "Select the type of On-Screen Display" + } + }, + "title": "屏幕提示信息设置" + }, + "playerQuality": { + "enable": { + "label": "Automatic quality adjustment", + "title": "Automatically adjusts the video quality to the selected level." + }, + "settings": { + "quality": { + "select": { + "label": "Player quality", + "title": "The quality to set the video to" + } + }, + "qualityFallbackStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + } + }, + "title": "Automatic quality settings" + }, + "playerSpeed": { + "enable": { + "label": "Forced playback speed", + "title": "Sets the video speed to what you choose below" + }, + "settings": { + "buttons": { + "label": "Playback speed buttons", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + }, + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + }, + "speed": { + "select": { + "label": "Player speed", + "title": "The speed to set the video to" + } + } + }, + "title": "Playback speed settings" + }, + "playlistLength": { + "enable": { + "label": "显示播放列表长度信息", + "title": "显示播放列表的总长度,已观看多少,以及还剩多少。" + }, + "settings": { + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } + } + }, + "title": "播放列表长度设置" + }, + "playlistManagementButtons": { + "settings": { + "markAsUnwatchedButton": { + "enable": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + } + }, + "removeVideoButton": { + "enable": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + } + }, + "title": "Playlist management settings" + }, + "screenshotButton": { + "enable": { + "label": "屏幕截图按钮", + "title": "向播放器添加一个按钮以拍摄视频的截图" + }, + "settings": { + "format": { + "label": "Screenshot format", + "title": "The format to save the screenshot in" + }, + "saveAs": { + "select": { + "options": { + "both": "Both (File and Clipboard)", + "clipboard": "Clipboard", + "file": "File" + }, + "label": "Screenshot save type", + "title": "The screenshot save type" + } + } + }, + "title": "屏幕截图选项" + }, + "scrollWheelSpeedControl": { + "enable": { + "label": "滚轮控制播放速度设置", + "title": "按下控制键时启用滚轮音量调整" + }, + "extras": { + "optionLabel": "{{KEY}} key" + }, + "settings": { + "adjustmentSteps": { + "label": "Speed Change Per Scroll", + "title": "Adjust the speed change per scroll" + }, + "modifierKey": { + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + } + } + }, + "title": "滚轮控制播放速度设置" + }, + "scrollWheelVolumeControl": { + "enable": { + "label": "滚轮控制音量", + "title": "让您使用滚轮来控制您正在观看的视频音量" + }, + "extras": { + "optionLabel": "{{KEY}} key" + }, + "settings": { + "adjustmentSteps": { + "label": "Volume Change Per Scroll", + "title": "Adjust the volume change per scroll" + }, + "holdModifierKey": { + "label": "When holding modifier key", + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + }, + "title": "Press a modifier key to enable volume adjustment with the scroll wheel." + }, + "holdRightClick": { + "label": "When holding right click", + "title": "Hold right click to enable scroll wheel volume control" + } + }, + "title": "滚轮控制音量设置" + }, + "videoHistory": { + "enable": { + "label": "记录已观看视频", + "title": "记录您关闭视频的进度并在下次播放时恢复" + }, + "settings": { + "resumeType": { + "select": { + "label": "Resume type", + "options": { + "automatic": "Automatic", + "prompt": "Prompt" + }, + "title": "Select how you want to resume videos" + } + } + }, + "title": "视频历史记录设置" + }, + "volumeBoost": { + "enable": { + "label": "音量增强", + "title": "启用音量增强" + }, + "settings": { + "amount": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by" + }, + "mode": { + "select": { + "label": "Volume boost mode", + "options": { + "global": "Global", + "perVideo": "Per video" + }, + "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + } + } + }, + "title": "音量增强设置" + } + } + } +} \ No newline at end of file From b5bcb32525ae58e09de9dd56fc1c6436d2bcb1b2 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 25 Jan 2026 16:18:59 -0500 Subject: [PATCH 1537/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 1565 +++++++++++++++++++------------------ 1 file changed, 822 insertions(+), 743 deletions(-) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index b01ef18f0..8e0bb2c38 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -1,744 +1,823 @@ { - "langCode": "zh-TW", - "langName": "繁體中文 (台灣)", - "messages": { - "resumingVideo": "從 {{VIDEO_TIME}} 繼續播放", - "settingVolume": "設定音量增強到 {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "已複製!", - "label": "複製目前播放時間的影片網址" - } - }, - "featureMenu": { - "button": { - "label": "功能選單" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "快轉{{TIME}}" - }, - "rewindButton": { - "label": "倒帶{{TIME}}" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "隱藏片尾資訊卡", - "toggle": { - "off": "顯示片尾資訊卡", - "on": "隱藏片尾資訊卡" - } - } - }, - "loopButton": { - "button": { - "label": "循環播放", - "toggle": { - "off": "關閉循環播放", - "on": "開啟循環播放" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "最大化", - "toggle": { - "off": "關閉最大化", - "on": "啟用最大化" - } - } - }, - "miniPlayerButton": { - "button": { - "label": "Mini Player", - "toggle": { - "off": "Mini Player off", - "on": "Mini Player on" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "打開文字記錄" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "減慢播放速度 {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "加快播放速度 {{SPEED}}" - } - }, - "decreaseLimit": "無法再減速 ({{SPEED}})", - "increaseLimit": "無法再加速 ({{SPEED}})" - }, - "playlistLength": { - "title": "如果某些影片被隱藏或沒載入足夠影片去讀取總時間的話,總時間有機會不準確。" - }, - "screenshotButton": { - "button": { - "label": "螢幕截圖" - }, - "copiedToClipboard": "螢幕截圖已複製剪貼簿" - }, - "videoHistory": { - "resumeButton": "繼續", - "resumePrompt": { - "close": "關閉" - } - }, - "volumeBoostButton": { - "button": { - "label": "音量增強", - "toggle": { - "off": "關閉音量增強", - "on": "啟用音量增強" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "滾輪播放速度輔助按鍵不能跟音量增強輔助按鍵相同。", - "volumeControl": "滾輪音量增強輔助按鍵不能跟播放速度輔助按鍵相同。" - } - } - }, - "info": { - "reset": "全部選項已回復到初始值。\n你現在可以使用「確定」按鈕儲存選項,或關閉此頁放棄更改,亦可無視這個提示。" - }, - "success": { - "saved": "選項已儲存" - } - } - } - }, - "settings": { - "clearData": { - "allDataDeleted": "所有資料已重置。", - "confirmAlert": "將會清除這個擴充套件的相關選項,繼續?" - }, - "optionDisabled": { - "either": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " or " - }, - "plural": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " and " - }, - "singular": "Enable '{{OPTION}}' to configure this option", - "specificOption": { - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" - } - }, - "scrollForMoreSettings": "Scroll for more settings", - "sections": { - "automaticQuality": { - "enable": { - "label": "自動畫質調整", - "title": "自動調整到指定畫質" - }, - "fallbackQualityStrategy": { - "select": { - "label": "畫質後備策略", - "options": { - "higher": "較高", - "lower": "較低" - }, - "title": "所選畫質不適用時的策略" - } - }, - "select": { - "label": "播放畫質", - "title": "設定影片播放畫質" - }, - "title": "自動畫質設定" - }, - "bottomButtons": { - "clear": { - "title": "清除這個擴充套件儲存在此機上的資料", - "value": "清除資料" - }, - "confirm": { - "title": "確認重設設定", - "value": "確認" - }, - "openTab": { - "title": "於新頁面開啟擴充套件設定" - }, - "reset": { - "title": "將所以設定回復到初始值,按確認儲存變更", - "value": "重置" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "複製目前播放時間的影片網址按鈕", - "decreasePlaybackSpeedButton": "減慢速度按鈕", - "forwardButton": "快轉按鈕", - "hideEndScreenCardsButton": "隱藏片尾資訊卡按鈕", - "increasePlaybackSpeedButton": "加快速度按妞", - "loopButton": "循環播放按鈕", - "maximizePlayerButton": "最大化按鈕", - "miniPlayerButton": "Mini Player", - "openTranscriptButton": "開啟文字記錄按鈕", - "rewindButton": "倒帶按鈕", - "screenshotButton": "螢幕截圖按鈕", - "volumeBoostButton": "音量增強按鈕" - }, - "options": { - "below_player": { - "placement": "於播放器底下", - "value": "播放器底下" - }, - "feature_menu": { - "placement": "於功能選單", - "value": "功能選單" - }, - "player_controls_left": { - "placement": "於播放器左邊", - "value": "播放器左邊" - }, - "player_controls_right": { - "placement": "於播放器右邊", - "value": "播放器右邊" - } - }, - "title": "將{{BUTTON_NAME}}放{{PLACEMENT}}" - }, - "title": "Button placement settings" - }, - "customCSS": { - "editor": { - "collapse": "收起編輯器", - "expand": "展開編輯器", - "noProblems": "沒有發現問題" - }, - "enable": { - "label": "啟用自訂CSS", - "title": "啟用應用到頁面的自訂CSS" - }, - "title": "Custom CSS settings" - }, - "featureMenu": { - "openType": { - "select": { - "label": "選單開啟方式", - "options": { - "click": "點擊", - "hover": "游標懸浮" - }, - "title": "選擇選單開啟方式" - }, - "title": "功能選單設定" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "啟用快轉倒帶按鈕", - "title": "在播放器加入快轉和倒帶按鈕" - }, - "time": { - "label": "快轉/倒帶時間", - "title": "每次快轉/倒帶的時間" - }, - "title": "快轉/倒帶按鈕設定" - }, - "importExportSettings": { - "exportButton": { - "success": "設定已成功匯出", - "title": "匯出設定至 JSON 檔案", - "value": "匯出設定" - }, - "importButton": { - "error": { - "unknown": "設定匯入失敗,請檢查檔案格式。\n發生不明錯誤。", - "validation": "設定匯入失敗,請檢查檔案格式。{{ERROR_MESSAGE}}" - }, - "success": "設定已成功匯入", - "title": "由 JSON 檔案匯入設定", - "value": "匯入設定" - } - }, - "language": { - "select": { - "label": "語言", - "title": "擴充套件使用的語言" - }, - "title": "語言" - }, - "miniPlayer": { - "enable": { - "label": "Open Mini Player when viewing comments", - "title": "Automatically opens the Mini Player when you scroll to comments." - }, - "position": { - "label": "Default Mini Player position", - "options": { - "bottomCenter": "Bottom center", - "bottomLeft": "Bottom left", - "bottomRight": "Bottom right", - "topCenter": "Top center", - "topLeft": "Top left", - "topRight": "Top right" - }, - "title": "Sets the starting position before you move the Mini Player." - }, - "size": { - "label": "Default Mini Player size", - "title": "Sets the initial size before you resize the Mini Player." - }, - "title": "Mini Player settings" - }, - "miniPlayerButton": { - "label": "Mini Player button", - "title": "Adds a button that opens the Mini Player" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "自動啟用劇院模式", - "title": "載入影片時自動啟用劇院模式" - }, - "automaticallyDisableAmbientMode": { - "label": "自動停用微光效果", - "title": "載入影片時自動停用微光效果" - }, - "automaticallyDisableAutoPlay": { - "label": "Automatically disable autoplay", - "title": "Automatically disables autoplay when you load a video" - }, - "automaticallyDisableClosedCaptions": { - "label": "自動停用字幕", - "title": "載入影片時自動停用字幕" - }, - "automaticallyEnableClosedCaptions": { - "label": "Automatically enable closed captions", - "title": "Automatically enables closed captions when you load a video" - }, - "automaticallyMaximizePlayer": { - "label": "Automatically maximize player", - "title": "Automatically maximizes the player when you load a video" - }, - "automaticallyShowMoreVideosOnEndScreen": { - "label": "Automatically show more videos on end screen", - "title": "Automatically shows more videos on end screen when you load a video" - }, - "copyTimestampUrlButton": { - "label": "複製目前播放時間的影片網址按鈕", - "title": "複製目前播放時間的影片網址 (?t=123)" - }, - "defaultToOriginalAudioTrack": { - "label": "Default to original audio track", - "title": "Always default to the original audio track" - }, - "enableMarkAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Add a button to playlist items to mark videos as unwatched" - }, - "enableRemoveVideoButton": { - "label": "Remove video button", - "title": "Add a button to playlist items to remove videos from the playlist" - }, - "enableSaveToWatchLaterButton": { - "label": "Enable save to Watch Later button", - "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" - }, - "hideArtificialIntelligenceSummary": { - "label": "Hide AI summary", - "title": "Hides the artificial intelligence summary below videos" - }, - "hideEndScreenCards": { - "label": "隱藏片尾資訊卡", - "title": "隱藏影片片尾的資訊卡" - }, - "hideEndScreenCardsButton": { - "label": "隱藏片尾資訊卡按鈕", - "title": "在影片結束時新增顯示/隱藏卡片的按鈕" - }, - "hideLiveStreamChat": { - "label": "隱藏直播聊天室", - "title": "隱藏直播的聊天室" - }, - "hideMembersOnlyVideos": { - "label": "Hide members-only videos", - "title": "Hides videos that are only visible to members" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "隱藏官方藝人影片", - "title": "從主頁隱藏官方藝人影片" - }, - "hidePaidPromotionBanner": { - "label": "隱藏付費推廣橫幅", - "title": "隱藏當影片帶有付費推廣時顯示的橫幅" - }, - "hidePlayables": { - "label": "Hide playables", - "title": "Hides all playables" - }, - "hidePlaylistRecommendationsFromHomePage": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" - }, - "hideScrollbar": { - "label": "隱藏捲軸", - "title": "隱藏頁面捲軸" - }, - "hideShorts": { - "label": "隱藏 Shorts", - "title": "隱藏全部 Shorts" - }, - "hideSidebarRecommendedVideos": { - "label": "Hide recommended videos", - "title": "Hides the sidebar that recommends videos" - }, - "hideTranslateComment": { - "label": "隱藏翻譯留言按鈕", - "title": "隱藏留言下的翻譯按鈕" - }, - "loopButton": { - "label": "循環按鈕", - "title": "加入按鈕循環播放當前影片" - }, - "maximizePlayerButton": { - "label": "最大化播放器按鈕", - "title": "加入最大化播放器按鈕" - }, - "openTranscriptButton": { - "label": "開啟文字記錄按鈕", - "title": "加入按鈕開啟當前影片的文子記錄" - }, - "openYouTubeSettingsOnHover": { - "label": "懸浮時開啟設定選單", - "title": "鼠標懸浮在設定按鈕時開啟選單" - }, - "pauseBackgroundPlayers": { - "label": "暫停背景播放程序", - "title": "當前景分頁啟用新播放器時,自動凍結背景分頁影音" - }, - "remainingTime": { - "label": "剩餘時間", - "title": "顥示現時影片的剩餘時間" - }, - "rememberLastVolume": { - "label": "記住上次播放音量", - "title": "記住上次的播放音量,設定到新播放的影片上" - }, - "removeRedirect": { - "label": "移除 YouTube 重新導向網址", - "title": "以真正網址取代 YouTube 重新導向網址,跳過重新導向警告對話框" - }, - "restoreFullscreenScrolling": { - "label": "Restore fullscreen scrolling", - "title": "Restores scrolling in fullscreen mode" - }, - "shareShortener": { - "label": "縮短 YouTube 影片共享連結", - "title": "縮短 YouTube 影片共享連結 (youtu.be),移除 si/feature 參數" - }, - "shortsAutoScroll": { - "label": "Shorts 自動滾動", - "title": "自動滾動到下一段 Short" - }, - "skipContinueWatching": { - "label": "跳過「影片已暫停,繼續觀看?」", - "title": "跳過暫停影片播放的閒置對話框" - } - }, - "title": "其他設定" - }, - "onScreenDisplaySettings": { - "color": { - "label": "顏色", - "options": { - "blue": "藍色", - "green": "綠色", - "orange": "橙色", - "pink": "粉紅色", - "purple": "紫色", - "red": "紅色", - "white": "白色", - "yellow": "黃色" - }, - "title": "選擇屏幕顥示的顏色" - }, - "hide": { - "label": "隱藏延遲", - "title": "指定多少毫秒後自動隱藏屏幕顥示" - }, - "opacity": { - "label": "透明度", - "title": "調節屏幕顥示的透明度" - }, - "padding": { - "label": "填充", - "title": "以像素為單位調整屏幕顥示周圍的空間,適用於置於角落的屏幕顥示。" - }, - "position": { - "label": "位置", - "options": { - "bottom_left": "左下", - "bottom_right": "右下", - "center": "置中", - "top_left": "左上", - "top_right": "右上" - }, - "title": "選擇屏幕顥示的位置" - }, - "title": "On-screen display settings", - "type": { - "label": "類型", - "options": { - "circle": "圓形", - "line": "線條", - "no_display": "不顯示", - "text": "文字" - }, - "title": "選擇屏幕顥示風格" - } - }, - "playbackSpeed": { - "enable": { - "label": "強制播放速度", - "title": "設定影片播放速度如下" - }, - "playbackSpeedButtons": { - "label": "播放速度按鈕", - "select": { - "label": "播放速率控制鈕", - "title": "每次按下時改變的速度" - }, - "title": "加入加快或減慢播放速度按鈕" - }, - "select": { - "label": "播放速度", - "title": "設定影片播放速度為" - }, - "title": "播放速度設定" - }, - "playlistLength": { - "enable": { - "label": "顯示播放清單時間資訊", - "title": "顯示播放清單總時間,已播放時間及剩餘時間。" - }, - "title": "播放清單播放時間設定", - "wayToGetLength": { - "select": { - "label": "取得播放清單時間方法", - "title": "取得播放清單時間資訊的方法(如API方法失敗會使用HTML方式)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "影片長度取得方法", - "options": { - "duration": "影片長度", - "youtube": "影片已觀看時間" - }, - "title": "取得已觀看時間的方法(影片長度方式只用於觀看頁)" - } - } - }, - "playlistManagement": { - "features": { - "markAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - }, - "removeVideoButton": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - } - }, - "title": "Playlist management settings" - }, - "playlistManagementButtons": { - "failedToMarkAsUnwatched": "Failed to mark video as unwatched", - "failedToRemoveVideo": "Failed to remove video", - "markAsUnwatched": "Mark as unwatched", - "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "Remove video", - "removingVideo": "Removing video…" - }, - "saveToWatchLaterButton": { - "failedToSaveVideo": "Failed to save video to Watch Later", - "saveVideo": "Save to Watch Later", - "savingVideo": "Saving to Watch Later…" - }, - "screenshotButton": { - "enable": { - "label": "螢幕截圖按鈕", - "title": "在播放器加入擷取螢幕截圖按鈕" - }, - "saveAs": { - "both": "Both (File and Clipboard)", - "clipboard": "剪貼簿", - "file": "檔案" - }, - "selectFormat": { - "label": "螢幕截圖儲存格式", - "title": "螢幕截圖的儲存格式" - }, - "selectSaveAs": { - "label": "螢幕截圖儲存方式", - "title": "螢幕截圖的儲存方式" - }, - "title": "螢幕截圖設定" - }, - "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "每次滾動的速度增減", - "title": "調整每次滾動時的播放速度幅度" - }, - "enable": { - "label": "滾輪播放速度控制", - "title": "按住輔助按鍵來啟用播放速度調節" - }, - "optionLabel": "{{KEY}} 鍵", - "select": { - "label": "輔助按鍵", - "title": "使用的輔助按鍵" - }, - "title": "滾輪播放速度控制設定" - }, - "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "每次滾動的音量增減", - "title": "調整每次滾動時的音量增減幅度" - }, - "enable": { - "label": "滾輪音量控制", - "title": "使用滑鼠滾輪控制現在播放的影片音量" - }, - "holdModifierKey": { - "enable": { - "label": "啟用輔助按鍵", - "title": "按住輔助按鍵來啟用滾輪音量調節" - }, - "optionLabel": "{{KEY}} 鍵", - "select": { - "label": "輔助按鍵", - "title": "使用的輔助按鍵" - } - }, - "holdRightClick": { - "enable": { - "label": "按住滑鼠右鍵時啟用", - "title": "住滑鼠右鍵時啟用滾輪音量調節" - } - }, - "title": "滾輪音量控制設定" - }, - "settingSearch": { - "placeholder": "搜尋設定" - }, - "videoHistory": { - "enable": { - "label": "記住已觀看的影片", - "title": "記住己觀看影片的播放位置及啟用繼續播放" - }, - "resumeType": { - "select": { - "label": "繼續播放方式", - "options": { - "automatic": "自動", - "prompt": "提示" - }, - "title": "選擇如何繼續播放" - } - }, - "title": "觀看記錄設定" - }, - "volumeBoost": { - "boostAmount": { - "label": "音量增強度 (分貝)", - "title": "將音量增幅至" - }, - "enable": { - "label": "音量增強", - "title": "啟用音量增強" - }, - "mode": { - "select": { - "label": "音量增強模式", - "options": { - "global": "全局", - "perVideo": "單獨" - }, - "title": "選擇音量增強如何應用到影片。「單獨」能使用選單為該影片開啟音量增強。「全局」在啟用音量增強時會應用到所影片。" - } - }, - "title": "音量增強設定" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "你可以從這裡取得", - "input": { - "label": "API 金鑰", - "title": "輸入你的 YouTube Data API V3 金鑰" - }, - "title": "YouTube API V3 key" - }, - "youtubeDeepDark": { - "author": "作者", - "co-authors": "共同作者", - "colors": { - "colorShadow": { - "label": "陰影顏色", - "title": "陰影的顏色" - }, - "dimmerText": { - "label": "次要文字顏色", - "title": "次要文字的顏色" - }, - "hoverBackground": { - "label": "懸停背景色", - "title": "滑過背景顏色" - }, - "mainBackground": { - "label": "主要背景顏色", - "title": "主要背景的顏色" - }, - "mainColor": { - "label": "重點色調", - "title": "重點色調的顏色" - }, - "mainText": { - "label": "主要文字顏色", - "title": "主要文字的顏色" - }, - "secondBackground": { - "label": "次要背景顏色", - "title": "次要背景顏色" - } - }, - "enable": { - "label": "啟用已選主題", - "title": "啟用頁面的已選主題" - }, - "select": { - "label": "選擇主題", - "title": "選擇套用到頁面的主題" - }, - "title": "YouTube deep dark settings" - } - } - } -} + "langCode": "zh-TW", + "langName": "繁體中文 (台灣)", + "messages": { + "resumingVideo": "從 {{VIDEO_TIME}} 繼續播放", + "settingVolume": "設定音量增強到 {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "label": "複製目前播放時間的影片網址" + }, + "extras": { + "copied": "Copied!" + } + }, + "featureMenu": { + "button": { + "label": "功能選單" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "快轉{{TIME}}" + }, + "rewindButton": { + "label": "倒帶{{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "隱藏片尾資訊卡", + "toggle": { + "off": "顯示片尾資訊卡", + "on": "隱藏片尾資訊卡" + } + } + }, + "loopButton": { + "button": { + "label": "循環播放", + "toggle": { + "off": "關閉循環播放", + "on": "開啟循環播放" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "最大化", + "toggle": { + "off": "關閉最大化", + "on": "啟用最大化" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "打開文字記錄" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "減慢播放速度 {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "加快播放速度 {{SPEED}}" + } + }, + "extras": { + "decreaseLimit": "Can't decrease further ({{SPEED}})", + "increaseLimit": "Can't increase further ({{SPEED}})" + } + }, + "playlistLength": { + "title": "如果某些影片被隱藏或沒載入足夠影片去讀取總時間的話,總時間有機會不準確。" + }, + "playlistManagementButtons": { + "extras": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + } + }, + "saveToWatchLaterButton": { + "extras": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + } + }, + "screenshotButton": { + "button": { + "label": "螢幕截圖" + }, + "extras": { + "copiedToClipboard": "Screenshot copied to clipboard" + } + }, + "videoHistory": { + "extras": { + "resumeButton": "Resume", + "resumePromptClose": "Close" + } + }, + "volumeBoostButton": { + "button": { + "label": "音量增強", + "toggle": { + "off": "關閉音量增強", + "on": "啟用音量增強" + } + } + } + } + }, + "options": { + "extras": { + "bottomButtons": { + "clear": { + "title": "Clears all data this extension has stored on your machine", + "value": "Clear Data" + }, + "confirm": { + "title": "Confirm setting reset", + "value": "Confirm" + }, + "openTab": { + "title": "Open extension settings in a new tab" + }, + "reset": { + "title": "Resets all settings to their defaults, Click the confirm button to save the changes", + "value": "Reset" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Copy video URL with timestamp button", + "decreasePlaybackSpeedButton": "Decrease Speed button", + "forwardButton": "Fast Forward button", + "hideEndScreenCardsButton": "Hide end screen cards button", + "increasePlaybackSpeedButton": "Increase Speed button", + "loopButton": "Loop button", + "maximizePlayerButton": "Maximize button", + "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind button", + "screenshotButton": "Screenshot button", + "volumeBoostButton": "Volume Boost button" + }, + "options": { + "below_player": { + "placement": "below the player controls", + "value": "Below Player" + }, + "feature_menu": { + "placement": "in the feature menu", + "value": "Feature Menu" + }, + "player_controls_left": { + "placement": "on the left side of player controls", + "value": "Left Controls" + }, + "player_controls_right": { + "placement": "on the right side of player controls", + "value": "Right Controls" + } + }, + "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Button placement settings" + }, + "clearData": { + "allDataDeleted": "All data has been deleted.", + "confirmAlert": "This will delete all extension data related to options. Continue?" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Menu Activation Type", + "options": { + "click": "Click", + "hover": "Hover" + }, + "title": "Select the method to activate the feature menu" + }, + "title": "Feature menu settings" + } + }, + "importExportSettings": { + "exportButton": { + "success": "Settings successfully exported", + "title": "Export settings to a JSON file", + "value": "Export Settings" + }, + "importButton": { + "error": { + "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", + "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" + }, + "success": "Settings imported successfully", + "title": "Import settings from a JSON file", + "value": "Import Settings" + } + }, + "language": { + "select": { + "label": "Language", + "title": "The language to use for the extension" + }, + "title": "Language" + }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "scrollForMoreSettings": "Scroll for more settings", + "settingSearch": { + "placeholder": "Search for a setting" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Key", + "title": "Enter your Youtube Data API V3 key." + }, + "title": "YouTube API V3 key" + } + }, + "notifications": { + "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "滾輪播放速度輔助按鍵不能跟音量增強輔助按鍵相同。", + "volumeControl": "滾輪音量增強輔助按鍵不能跟播放速度輔助按鍵相同。" + } + } + }, + "info": { + "reset": "全部選項已回復到初始值。\n你現在可以使用「確定」按鈕儲存選項,或關閉此頁放棄更改,亦可無視這個提示。" + }, + "success": { + "saved": "選項已儲存" + } + } + } + }, + "settings": { + "sections": { + "customCSS": { + "enable": { + "label": "啟用自訂CSS", + "title": "啟用應用到頁面的自訂CSS" + }, + "extras": { + "collapse": "Collapse Editor", + "expand": "Expand Editor", + "noProblems": "No problems found." + }, + "title": "Custom CSS settings" + }, + "deepDarkCSS": { + "enable": { + "label": "Deep Dark Theme", + "title": "Activate the selected theme for the page" + }, + "extras": { + "author": "Author", + "co-authors": "Co-authors" + }, + "settings": { + "colorShadow": { + "label": "Shadow color", + "title": "Color for shadows" + }, + "dimmerText": { + "label": "Secondary text color", + "title": "Color for secondary text" + }, + "hoverBackground": { + "label": "Hover background color", + "title": "Color for hover background" + }, + "mainBackground": { + "label": "Main background color", + "title": "Color for main background" + }, + "mainColor": { + "label": "Accent color", + "title": "Color for accent" + }, + "mainText": { + "label": "Main text color", + "title": "Color for main text" + }, + "secondBackground": { + "label": "Secondary background color", + "title": "Color for secondary background" + }, + "theme": { + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + } + } + }, + "title": "YouTube deep dark settings" + }, + "forwardRewindButtons": { + "enable": { + "label": "啟用快轉倒帶按鈕", + "title": "在播放器加入快轉和倒帶按鈕" + }, + "settings": { + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + } + }, + "title": "快轉/倒帶按鈕設定" + }, + "miscellaneous": { + "settings": { + "automaticallyDisableAmbientMode": { + "enable": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + } + }, + "automaticallyDisableAutoPlay": { + "enable": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + } + }, + "automaticallyDisableClosedCaptions": { + "enable": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + } + }, + "automaticallyEnableClosedCaptions": { + "enable": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + } + }, + "automaticallyMaximizePlayer": { + "enable": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + } + }, + "automaticallyShowMoreVideosOnEndScreen": { + "enable": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + } + }, + "automaticTheaterMode": { + "enable": { + "label": "Automatic theater mode", + "title": "Automatically enables theater mode when you load a video" + } + }, + "copyTimestampUrlButton": { + "enable": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + } + }, + "defaultToOriginalAudioTrack": { + "enable": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + } + }, + "saveToWatchLaterButton": { + "enable": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + } + }, + "hideArtificialIntelligenceSummary": { + "enable": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + } + }, + "hideEndScreenCards": { + "enable": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + } + }, + "hideEndScreenCardsButton": { + "enable": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + } + }, + "hideLiveStreamChat": { + "enable": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + } + }, + "hideMembersOnlyVideos": { + "enable": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + } + }, + "hideOfficialArtistVideosFromHomePage": { + "enable": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + } + }, + "hidePaidPromotionBanner": { + "enable": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + } + }, + "hidePlayables": { + "enable": { + "label": "Hide playables", + "title": "Hides all playables" + } + }, + "hidePlaylistRecommendationsFromHomePage": { + "enable": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + } + }, + "hideScrollbar": { + "enable": { + "label": "Hide scrollbar", + "title": "Hides the pages scrollbar" + } + }, + "hideShorts": { + "enable": { + "label": "Hide shorts", + "title": "Hides all shorts" + } + }, + "hideSidebarRecommendedVideos": { + "enable": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + } + }, + "hideTranslateComment": { + "enable": { + "label": "Hide translate comment button", + "title": "Hides 'Translate to Language' button under comments" + } + }, + "loopButton": { + "enable": { + "label": "Loop button", + "title": "Adds a button to the feature menu to loop the video you're watching" + } + }, + "maximizePlayerButton": { + "enable": { + "label": "Maximize player button", + "title": "Adds a button to the feature menu to maximize the player" + } + }, + "openTranscriptButton": { + "enable": { + "label": "Open transcript button", + "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + } + }, + "openYouTubeSettingsOnHover": { + "enable": { + "label": "Open YouTube settings on hover", + "title": "Opens the YouTube settings menu when you hover over the settings button" + } + }, + "pauseBackgroundPlayers": { + "enable": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + } + }, + "remainingTime": { + "enable": { + "label": "Remaining time", + "title": "Shows the remaining time of the video you're watching" + } + }, + "rememberVolume": { + "enable": { + "label": "Remember last volume", + "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + } + }, + "removeRedirect": { + "enable": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + } + }, + "restoreFullscreenScrolling": { + "enable": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + } + }, + "shareShortener": { + "enable": { + "label": "Shorten YouTube video share link", + "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + } + }, + "shortsAutoScroll": { + "enable": { + "label": "Shorts auto scroll", + "title": "Automatically scrolls to the next short" + } + }, + "skipContinueWatching": { + "enable": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + } + } + }, + "title": "其他設定" + }, + "onScreenDisplaySettings": { + "settings": { + "color": { + "label": "Color", + "select": { + "options": { + "blue": "Blue", + "green": "Green", + "orange": "Orange", + "pink": "Pink", + "purple": "Purple", + "red": "Red", + "white": "White", + "yellow": "Yellow" + } + }, + "title": "Select the color for the On-Screen Display" + }, + "hide": { + "label": "Hide Delay", + "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" + }, + "opacity": { + "label": "Opacity", + "title": "Adjust the transparency of the On-Screen Display" + }, + "padding": { + "label": "Padding", + "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." + }, + "position": { + "label": "Position", + "select": { + "options": { + "bottom_left": "Bottom Left", + "bottom_right": "Bottom Right", + "center": "Center", + "top_left": "Top Left", + "top_right": "Top Right" + } + }, + "title": "Select the position of the On-Screen Display" + }, + "type": { + "label": "Type", + "select": { + "options": { + "circle": "Circle", + "line": "Line", + "no_display": "No display", + "text": "Text" + } + }, + "title": "Select the type of On-Screen Display" + } + }, + "title": "On-screen display settings" + }, + "playerQuality": { + "enable": { + "label": "Automatic quality adjustment", + "title": "Automatically adjusts the video quality to the selected level." + }, + "settings": { + "quality": { + "select": { + "label": "Player quality", + "title": "The quality to set the video to" + } + }, + "qualityFallbackStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + } + }, + "title": "Automatic quality settings" + }, + "playerSpeed": { + "enable": { + "label": "Forced playback speed", + "title": "Sets the video speed to what you choose below" + }, + "settings": { + "buttons": { + "label": "Playback speed buttons", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + }, + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + }, + "speed": { + "select": { + "label": "Player speed", + "title": "The speed to set the video to" + } + } + }, + "title": "Playback speed settings" + }, + "playlistLength": { + "enable": { + "label": "顯示播放清單時間資訊", + "title": "顯示播放清單總時間,已播放時間及剩餘時間。" + }, + "settings": { + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } + } + }, + "title": "播放清單播放時間設定" + }, + "playlistManagementButtons": { + "settings": { + "markAsUnwatchedButton": { + "enable": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + } + }, + "removeVideoButton": { + "enable": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + } + }, + "title": "Playlist management settings" + }, + "screenshotButton": { + "enable": { + "label": "螢幕截圖按鈕", + "title": "在播放器加入擷取螢幕截圖按鈕" + }, + "settings": { + "format": { + "label": "Screenshot format", + "title": "The format to save the screenshot in" + }, + "saveAs": { + "select": { + "options": { + "both": "Both (File and Clipboard)", + "clipboard": "Clipboard", + "file": "File" + }, + "label": "Screenshot save type", + "title": "The screenshot save type" + } + } + }, + "title": "螢幕截圖設定" + }, + "scrollWheelSpeedControl": { + "enable": { + "label": "滾輪播放速度控制", + "title": "按住輔助按鍵來啟用播放速度調節" + }, + "extras": { + "optionLabel": "{{KEY}} key" + }, + "settings": { + "adjustmentSteps": { + "label": "Speed Change Per Scroll", + "title": "Adjust the speed change per scroll" + }, + "modifierKey": { + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + } + } + }, + "title": "滾輪播放速度控制設定" + }, + "scrollWheelVolumeControl": { + "enable": { + "label": "滾輪音量控制", + "title": "使用滑鼠滾輪控制現在播放的影片音量" + }, + "extras": { + "optionLabel": "{{KEY}} key" + }, + "settings": { + "adjustmentSteps": { + "label": "Volume Change Per Scroll", + "title": "Adjust the volume change per scroll" + }, + "holdModifierKey": { + "label": "When holding modifier key", + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + }, + "title": "Press a modifier key to enable volume adjustment with the scroll wheel." + }, + "holdRightClick": { + "label": "When holding right click", + "title": "Hold right click to enable scroll wheel volume control" + } + }, + "title": "滾輪音量控制設定" + }, + "videoHistory": { + "enable": { + "label": "記住已觀看的影片", + "title": "記住己觀看影片的播放位置及啟用繼續播放" + }, + "settings": { + "resumeType": { + "select": { + "label": "Resume type", + "options": { + "automatic": "Automatic", + "prompt": "Prompt" + }, + "title": "Select how you want to resume videos" + } + } + }, + "title": "觀看記錄設定" + }, + "volumeBoost": { + "enable": { + "label": "音量增強", + "title": "啟用音量增強" + }, + "settings": { + "amount": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by" + }, + "mode": { + "select": { + "label": "Volume boost mode", + "options": { + "global": "Global", + "perVideo": "Per video" + }, + "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + } + } + }, + "title": "音量增強設定" + } + } + } +} \ No newline at end of file From bda0a5dc0cc362f13357c2f96a114a44b862cd5e Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 25 Jan 2026 16:19:00 -0500 Subject: [PATCH 1538/1783] New translations en-us.json (Vietnamese) --- public/locales/vi-VN.json | 1565 +++++++++++++++++++------------------ 1 file changed, 822 insertions(+), 743 deletions(-) diff --git a/public/locales/vi-VN.json b/public/locales/vi-VN.json index f160d96ad..6e744f5f5 100644 --- a/public/locales/vi-VN.json +++ b/public/locales/vi-VN.json @@ -1,744 +1,823 @@ { - "langCode": "vi-VN", - "langName": "Tiếng Việt (Việt Nam)", - "messages": { - "resumingVideo": "Resuming video at {{VIDEO_TIME}}", - "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "Copied!", - "label": "Copy video URL with timestamp" - } - }, - "featureMenu": { - "button": { - "label": "Feature menu" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "Fast forward by {{TIME}}" - }, - "rewindButton": { - "label": "Rewind by {{TIME}}" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "Hide end screen cards", - "toggle": { - "off": "Show end screen cards", - "on": "Hide end screen cards" - } - } - }, - "loopButton": { - "button": { - "label": "Loop", - "toggle": { - "off": "Loop off", - "on": "Loop on" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "Maximize", - "toggle": { - "off": "Maximize off", - "on": "Maximize on" - } - } - }, - "miniPlayerButton": { - "button": { - "label": "Mini Player", - "toggle": { - "off": "Mini Player off", - "on": "Mini Player on" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Open transcript" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Decrease Speed to {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Increase Speed to {{SPEED}}" - } - }, - "decreaseLimit": "Can't decrease further ({{SPEED}})", - "increaseLimit": "Can't increase further ({{SPEED}})" - }, - "playlistLength": { - "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." - }, - "screenshotButton": { - "button": { - "label": "Screenshot" - }, - "copiedToClipboard": "Screenshot copied to clipboard" - }, - "videoHistory": { - "resumeButton": "Resume", - "resumePrompt": { - "close": "Close" - } - }, - "volumeBoostButton": { - "button": { - "label": "Volume Boost", - "toggle": { - "off": "Volume boost off", - "on": "Volume boost on" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", - "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." - } - } - }, - "info": { - "reset": "All options have been reset to their default values.\nYou can now save the changes by clicking the \"Confirm\" button or discard them by closing this page or ignore this notification." - }, - "success": { - "saved": "Options saved." - } - } - } - }, - "settings": { - "clearData": { - "allDataDeleted": "All data has been deleted.", - "confirmAlert": "This will delete all extension data related to options. Continue?" - }, - "optionDisabled": { - "either": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " or " - }, - "plural": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " and " - }, - "singular": "Enable '{{OPTION}}' to configure this option", - "specificOption": { - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" - } - }, - "scrollForMoreSettings": "Scroll for more settings", - "sections": { - "automaticQuality": { - "enable": { - "label": "Automatic quality adjustment", - "title": "Automatically adjusts the video quality to the selected level." - }, - "fallbackQualityStrategy": { - "select": { - "label": "Quality fallback strategy", - "options": { - "higher": "Higher", - "lower": "Lower" - }, - "title": "The strategy to use when the selected quality is not available" - } - }, - "select": { - "label": "Player quality", - "title": "The quality to set the video to" - }, - "title": "Automatic quality settings" - }, - "bottomButtons": { - "clear": { - "title": "Clears all data this extension has stored on your machine", - "value": "Clear Data" - }, - "confirm": { - "title": "Confirm setting reset", - "value": "Confirm" - }, - "openTab": { - "title": "Open extension settings in a new tab" - }, - "reset": { - "title": "Resets all settings to their defaults, Click the confirm button to save the changes", - "value": "Reset" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "Copy video URL with timestamp button", - "decreasePlaybackSpeedButton": "Decrease Speed button", - "forwardButton": "Fast Forward button", - "hideEndScreenCardsButton": "Hide end screen cards button", - "increasePlaybackSpeedButton": "Increase Speed button", - "loopButton": "Loop button", - "maximizePlayerButton": "Maximize button", - "miniPlayerButton": "Mini Player", - "openTranscriptButton": "Open Transcript button", - "rewindButton": "Rewind button", - "screenshotButton": "Screenshot button", - "volumeBoostButton": "Volume Boost button" - }, - "options": { - "below_player": { - "placement": "below the player controls", - "value": "Below Player" - }, - "feature_menu": { - "placement": "in the feature menu", - "value": "Feature Menu" - }, - "player_controls_left": { - "placement": "on the left side of player controls", - "value": "Left Controls" - }, - "player_controls_right": { - "placement": "on the right side of player controls", - "value": "Right Controls" - } - }, - "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" - }, - "title": "Button placement settings" - }, - "customCSS": { - "editor": { - "collapse": "Collapse Editor", - "expand": "Expand Editor", - "noProblems": "No problems found." - }, - "enable": { - "label": "Custom CSS", - "title": "Enables custom CSS to be applied to the page" - }, - "title": "Custom CSS settings" - }, - "featureMenu": { - "openType": { - "select": { - "label": "Menu Activation Type", - "options": { - "click": "Click", - "hover": "Hover" - }, - "title": "Select the method to activate the feature menu" - }, - "title": "Feature menu settings" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "Forward/rewind buttons", - "title": "Adds forward and rewind buttons to the video player" - }, - "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" - }, - "title": "Forward/rewind button settings" - }, - "importExportSettings": { - "exportButton": { - "success": "Settings successfully exported", - "title": "Export settings to a JSON file", - "value": "Export Settings" - }, - "importButton": { - "error": { - "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", - "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" - }, - "success": "Settings imported successfully", - "title": "Import settings from a JSON file", - "value": "Import Settings" - } - }, - "language": { - "select": { - "label": "Language", - "title": "The language to use for the extension" - }, - "title": "Language" - }, - "miniPlayer": { - "enable": { - "label": "Open Mini Player when viewing comments", - "title": "Automatically opens the Mini Player when you scroll to comments." - }, - "position": { - "label": "Default Mini Player position", - "options": { - "bottomCenter": "Bottom center", - "bottomLeft": "Bottom left", - "bottomRight": "Bottom right", - "topCenter": "Top center", - "topLeft": "Top left", - "topRight": "Top right" - }, - "title": "Sets the starting position before you move the Mini Player." - }, - "size": { - "label": "Default Mini Player size", - "title": "Sets the initial size before you resize the Mini Player." - }, - "title": "Mini Player settings" - }, - "miniPlayerButton": { - "label": "Mini Player button", - "title": "Adds a button that opens the Mini Player" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "Automatic theater mode", - "title": "Automatically enables theater mode when you load a video" - }, - "automaticallyDisableAmbientMode": { - "label": "Automatically disable ambient mode", - "title": "Automatically disables ambient mode when you load a video" - }, - "automaticallyDisableAutoPlay": { - "label": "Automatically disable autoplay", - "title": "Automatically disables autoplay when you load a video" - }, - "automaticallyDisableClosedCaptions": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" - }, - "automaticallyEnableClosedCaptions": { - "label": "Automatically enable closed captions", - "title": "Automatically enables closed captions when you load a video" - }, - "automaticallyMaximizePlayer": { - "label": "Automatically maximize player", - "title": "Automatically maximizes the player when you load a video" - }, - "automaticallyShowMoreVideosOnEndScreen": { - "label": "Automatically show more videos on end screen", - "title": "Automatically shows more videos on end screen when you load a video" - }, - "copyTimestampUrlButton": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" - }, - "defaultToOriginalAudioTrack": { - "label": "Default to original audio track", - "title": "Always default to the original audio track" - }, - "enableMarkAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Add a button to playlist items to mark videos as unwatched" - }, - "enableRemoveVideoButton": { - "label": "Remove video button", - "title": "Add a button to playlist items to remove videos from the playlist" - }, - "enableSaveToWatchLaterButton": { - "label": "Enable save to Watch Later button", - "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" - }, - "hideArtificialIntelligenceSummary": { - "label": "Hide AI summary", - "title": "Hides the artificial intelligence summary below videos" - }, - "hideEndScreenCards": { - "label": "Hide end screen cards", - "title": "Hides the cards at the end of the video" - }, - "hideEndScreenCardsButton": { - "label": "Hide end screen cards button", - "title": "Adds a button to show/hide the cards at the end of the video" - }, - "hideLiveStreamChat": { - "label": "Hide live stream chat", - "title": "Hides the live stream chat" - }, - "hideMembersOnlyVideos": { - "label": "Hide members-only videos", - "title": "Hides videos that are only visible to members" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" - }, - "hidePaidPromotionBanner": { - "label": "Hide paid promotion banner", - "title": "Hides the banner that appears when you watch a video that has a paid promotion" - }, - "hidePlayables": { - "label": "Hide playables", - "title": "Hides all playables" - }, - "hidePlaylistRecommendationsFromHomePage": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" - }, - "hideScrollbar": { - "label": "Hide scrollbar", - "title": "Hides the pages scrollbar" - }, - "hideShorts": { - "label": "Hide shorts", - "title": "Hides all shorts" - }, - "hideSidebarRecommendedVideos": { - "label": "Hide recommended videos", - "title": "Hides the sidebar that recommends videos" - }, - "hideTranslateComment": { - "label": "Hide translate comment button", - "title": "Hides 'Translate to Language' button under comments" - }, - "loopButton": { - "label": "Loop button", - "title": "Adds a button to the feature menu to loop the video you're watching" - }, - "maximizePlayerButton": { - "label": "Maximize player button", - "title": "Adds a button to the feature menu to maximize the player" - }, - "openTranscriptButton": { - "label": "Open transcript button", - "title": "Adds a button to the feature menu to open the transcript of the video you're watching" - }, - "openYouTubeSettingsOnHover": { - "label": "Open YouTube settings on hover", - "title": "Opens the YouTube settings menu when you hover over the settings button" - }, - "pauseBackgroundPlayers": { - "label": "Pause background players", - "title": "Pauses video players in background tabs when you start a new player in foreground tab" - }, - "remainingTime": { - "label": "Remaining time", - "title": "Shows the remaining time of the video you're watching" - }, - "rememberLastVolume": { - "label": "Remember last volume", - "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" - }, - "removeRedirect": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" - }, - "restoreFullscreenScrolling": { - "label": "Restore fullscreen scrolling", - "title": "Restores scrolling in fullscreen mode" - }, - "shareShortener": { - "label": "Shorten YouTube video share link", - "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" - }, - "shortsAutoScroll": { - "label": "Shorts auto scroll", - "title": "Automatically scrolls to the next short" - }, - "skipContinueWatching": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" - } - }, - "title": "Miscellaneous settings" - }, - "onScreenDisplaySettings": { - "color": { - "label": "Color", - "options": { - "blue": "Blue", - "green": "Green", - "orange": "Orange", - "pink": "Pink", - "purple": "Purple", - "red": "Red", - "white": "White", - "yellow": "Yellow" - }, - "title": "Select the color for the On-Screen Display" - }, - "hide": { - "label": "Hide Delay", - "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" - }, - "opacity": { - "label": "Opacity", - "title": "Adjust the transparency of the On-Screen Display" - }, - "padding": { - "label": "Padding", - "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." - }, - "position": { - "label": "Position", - "options": { - "bottom_left": "Bottom Left", - "bottom_right": "Bottom Right", - "center": "Center", - "top_left": "Top Left", - "top_right": "Top Right" - }, - "title": "Select the position of the On-Screen Display" - }, - "title": "On-screen display settings", - "type": { - "label": "Type", - "options": { - "circle": "Circle", - "line": "Line", - "no_display": "No display", - "text": "Text" - }, - "title": "Select the type of On-Screen Display" - } - }, - "playbackSpeed": { - "enable": { - "label": "Forced playback speed", - "title": "Sets the video speed to what you choose below" - }, - "playbackSpeedButtons": { - "label": "Playback speed buttons", - "select": { - "label": "Playback buttons speed", - "title": "Amount of speed to be changed per click" - }, - "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" - }, - "select": { - "label": "Player speed", - "title": "The speed to set the video to" - }, - "title": "Playback speed settings" - }, - "playlistLength": { - "enable": { - "label": "Display playlist length information", - "title": "Shows the total length of the playlist, how much has been watched, and how much remains." - }, - "title": "Playlist length settings", - "wayToGetLength": { - "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "Method to get watched time", - "options": { - "duration": "Video Length", - "youtube": "Video Watch Time" - }, - "title": "The way to get the amount of time watched (Video Length type only used on watch page)" - } - } - }, - "playlistManagement": { - "features": { - "markAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - }, - "removeVideoButton": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - } - }, - "title": "Playlist management settings" - }, - "playlistManagementButtons": { - "failedToMarkAsUnwatched": "Failed to mark video as unwatched", - "failedToRemoveVideo": "Failed to remove video", - "markAsUnwatched": "Mark as unwatched", - "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "Remove video", - "removingVideo": "Removing video…" - }, - "saveToWatchLaterButton": { - "failedToSaveVideo": "Failed to save video to Watch Later", - "saveVideo": "Save to Watch Later", - "savingVideo": "Saving to Watch Later…" - }, - "screenshotButton": { - "enable": { - "label": "Screenshot button", - "title": "Adds a button to the player to take a screenshot of the video" - }, - "saveAs": { - "both": "Both (File and Clipboard)", - "clipboard": "Clipboard", - "file": "File" - }, - "selectFormat": { - "label": "Screenshot format", - "title": "The format to save the screenshot in" - }, - "selectSaveAs": { - "label": "Screenshot save type", - "title": "The screenshot save type" - }, - "title": "Screenshot settings" - }, - "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "Speed Change Per Scroll", - "title": "Adjust the speed change per scroll" - }, - "enable": { - "label": "Scroll wheel speed control", - "title": "Press a modifier key to enable speed adjustment with the scroll wheel." - }, - "optionLabel": "{{KEY}} key", - "select": { - "label": "Modifier key", - "title": "The modifier key to use" - }, - "title": "Scroll wheel speed control settings" - }, - "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "Volume Change Per Scroll", - "title": "Adjust the volume change per scroll" - }, - "enable": { - "label": "Scroll wheel volume control", - "title": "Lets you use the scroll wheel to control the volume of the video you're watching" - }, - "holdModifierKey": { - "enable": { - "label": "When holding modifier key", - "title": "Press a modifier key to enable volume adjustment with the scroll wheel." - }, - "optionLabel": "{{KEY}} key", - "select": { - "label": "Modifier key", - "title": "The modifier key to use" - } - }, - "holdRightClick": { - "enable": { - "label": "When holding right click", - "title": "Hold right click to enable scroll wheel volume control" - } - }, - "title": "Scroll wheel volume control settings" - }, - "settingSearch": { - "placeholder": "Search for a setting" - }, - "videoHistory": { - "enable": { - "label": "Track watched videos", - "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" - }, - "resumeType": { - "select": { - "label": "Resume type", - "options": { - "automatic": "Automatic", - "prompt": "Prompt" - }, - "title": "Select how you want to resume videos" - } - }, - "title": "Video history settings" - }, - "volumeBoost": { - "boostAmount": { - "label": "Volume boost amount (dB)", - "title": "The amount to boost the volume by" - }, - "enable": { - "label": "Volume boost", - "title": "Enable volume boost" - }, - "mode": { - "select": { - "label": "Volume boost mode", - "options": { - "global": "Global", - "perVideo": "Per video" - }, - "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." - } - }, - "title": "Volume boost settings" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "You can get one from here", - "input": { - "label": "API Key", - "title": "Enter your Youtube Data API V3 key." - }, - "title": "YouTube API V3 key" - }, - "youtubeDeepDark": { - "author": "Author", - "co-authors": "Co-authors", - "colors": { - "colorShadow": { - "label": "Shadow color", - "title": "Color for shadows" - }, - "dimmerText": { - "label": "Secondary text color", - "title": "Color for secondary text" - }, - "hoverBackground": { - "label": "Hover background color", - "title": "Color for hover background" - }, - "mainBackground": { - "label": "Main background color", - "title": "Color for main background" - }, - "mainColor": { - "label": "Accent color", - "title": "Color for accent" - }, - "mainText": { - "label": "Main text color", - "title": "Color for main text" - }, - "secondBackground": { - "label": "Secondary background color", - "title": "Color for secondary background" - } - }, - "enable": { - "label": "Deep Dark Theme", - "title": "Activate the selected theme for the page" - }, - "select": { - "label": "Select theme", - "title": "Select a theme to be applied to the page" - }, - "title": "YouTube deep dark settings" - } - } - } -} + "langCode": "vi-VN", + "langName": "Tiếng Việt (Việt Nam)", + "messages": { + "resumingVideo": "Resuming video at {{VIDEO_TIME}}", + "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "label": "Copy video URL with timestamp" + }, + "extras": { + "copied": "Copied!" + } + }, + "featureMenu": { + "button": { + "label": "Feature menu" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Fast forward by {{TIME}}" + }, + "rewindButton": { + "label": "Rewind by {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Hide end screen cards", + "toggle": { + "off": "Show end screen cards", + "on": "Hide end screen cards" + } + } + }, + "loopButton": { + "button": { + "label": "Loop", + "toggle": { + "off": "Loop off", + "on": "Loop on" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "Maximize", + "toggle": { + "off": "Maximize off", + "on": "Maximize on" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Open transcript" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Decrease Speed to {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Increase Speed to {{SPEED}}" + } + }, + "extras": { + "decreaseLimit": "Can't decrease further ({{SPEED}})", + "increaseLimit": "Can't increase further ({{SPEED}})" + } + }, + "playlistLength": { + "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + }, + "playlistManagementButtons": { + "extras": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + } + }, + "saveToWatchLaterButton": { + "extras": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + } + }, + "screenshotButton": { + "button": { + "label": "Screenshot" + }, + "extras": { + "copiedToClipboard": "Screenshot copied to clipboard" + } + }, + "videoHistory": { + "extras": { + "resumeButton": "Resume", + "resumePromptClose": "Close" + } + }, + "volumeBoostButton": { + "button": { + "label": "Volume Boost", + "toggle": { + "off": "Volume boost off", + "on": "Volume boost on" + } + } + } + } + }, + "options": { + "extras": { + "bottomButtons": { + "clear": { + "title": "Clears all data this extension has stored on your machine", + "value": "Clear Data" + }, + "confirm": { + "title": "Confirm setting reset", + "value": "Confirm" + }, + "openTab": { + "title": "Open extension settings in a new tab" + }, + "reset": { + "title": "Resets all settings to their defaults, Click the confirm button to save the changes", + "value": "Reset" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Copy video URL with timestamp button", + "decreasePlaybackSpeedButton": "Decrease Speed button", + "forwardButton": "Fast Forward button", + "hideEndScreenCardsButton": "Hide end screen cards button", + "increasePlaybackSpeedButton": "Increase Speed button", + "loopButton": "Loop button", + "maximizePlayerButton": "Maximize button", + "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind button", + "screenshotButton": "Screenshot button", + "volumeBoostButton": "Volume Boost button" + }, + "options": { + "below_player": { + "placement": "below the player controls", + "value": "Below Player" + }, + "feature_menu": { + "placement": "in the feature menu", + "value": "Feature Menu" + }, + "player_controls_left": { + "placement": "on the left side of player controls", + "value": "Left Controls" + }, + "player_controls_right": { + "placement": "on the right side of player controls", + "value": "Right Controls" + } + }, + "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Button placement settings" + }, + "clearData": { + "allDataDeleted": "All data has been deleted.", + "confirmAlert": "This will delete all extension data related to options. Continue?" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Menu Activation Type", + "options": { + "click": "Click", + "hover": "Hover" + }, + "title": "Select the method to activate the feature menu" + }, + "title": "Feature menu settings" + } + }, + "importExportSettings": { + "exportButton": { + "success": "Settings successfully exported", + "title": "Export settings to a JSON file", + "value": "Export Settings" + }, + "importButton": { + "error": { + "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", + "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" + }, + "success": "Settings imported successfully", + "title": "Import settings from a JSON file", + "value": "Import Settings" + } + }, + "language": { + "select": { + "label": "Language", + "title": "The language to use for the extension" + }, + "title": "Language" + }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "scrollForMoreSettings": "Scroll for more settings", + "settingSearch": { + "placeholder": "Search for a setting" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Key", + "title": "Enter your Youtube Data API V3 key." + }, + "title": "YouTube API V3 key" + } + }, + "notifications": { + "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", + "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." + } + } + }, + "info": { + "reset": "All options have been reset to their default values.\nYou can now save the changes by clicking the \"Confirm\" button or discard them by closing this page or ignore this notification." + }, + "success": { + "saved": "Options saved." + } + } + } + }, + "settings": { + "sections": { + "customCSS": { + "enable": { + "label": "Custom CSS", + "title": "Enables custom CSS to be applied to the page" + }, + "extras": { + "collapse": "Collapse Editor", + "expand": "Expand Editor", + "noProblems": "No problems found." + }, + "title": "Custom CSS settings" + }, + "deepDarkCSS": { + "enable": { + "label": "Deep Dark Theme", + "title": "Activate the selected theme for the page" + }, + "extras": { + "author": "Author", + "co-authors": "Co-authors" + }, + "settings": { + "colorShadow": { + "label": "Shadow color", + "title": "Color for shadows" + }, + "dimmerText": { + "label": "Secondary text color", + "title": "Color for secondary text" + }, + "hoverBackground": { + "label": "Hover background color", + "title": "Color for hover background" + }, + "mainBackground": { + "label": "Main background color", + "title": "Color for main background" + }, + "mainColor": { + "label": "Accent color", + "title": "Color for accent" + }, + "mainText": { + "label": "Main text color", + "title": "Color for main text" + }, + "secondBackground": { + "label": "Secondary background color", + "title": "Color for secondary background" + }, + "theme": { + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + } + } + }, + "title": "YouTube deep dark settings" + }, + "forwardRewindButtons": { + "enable": { + "label": "Forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "settings": { + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + } + }, + "title": "Forward/rewind button settings" + }, + "miscellaneous": { + "settings": { + "automaticallyDisableAmbientMode": { + "enable": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + } + }, + "automaticallyDisableAutoPlay": { + "enable": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + } + }, + "automaticallyDisableClosedCaptions": { + "enable": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + } + }, + "automaticallyEnableClosedCaptions": { + "enable": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + } + }, + "automaticallyMaximizePlayer": { + "enable": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + } + }, + "automaticallyShowMoreVideosOnEndScreen": { + "enable": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + } + }, + "automaticTheaterMode": { + "enable": { + "label": "Automatic theater mode", + "title": "Automatically enables theater mode when you load a video" + } + }, + "copyTimestampUrlButton": { + "enable": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + } + }, + "defaultToOriginalAudioTrack": { + "enable": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + } + }, + "saveToWatchLaterButton": { + "enable": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + } + }, + "hideArtificialIntelligenceSummary": { + "enable": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + } + }, + "hideEndScreenCards": { + "enable": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + } + }, + "hideEndScreenCardsButton": { + "enable": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + } + }, + "hideLiveStreamChat": { + "enable": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + } + }, + "hideMembersOnlyVideos": { + "enable": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + } + }, + "hideOfficialArtistVideosFromHomePage": { + "enable": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + } + }, + "hidePaidPromotionBanner": { + "enable": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + } + }, + "hidePlayables": { + "enable": { + "label": "Hide playables", + "title": "Hides all playables" + } + }, + "hidePlaylistRecommendationsFromHomePage": { + "enable": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + } + }, + "hideScrollbar": { + "enable": { + "label": "Hide scrollbar", + "title": "Hides the pages scrollbar" + } + }, + "hideShorts": { + "enable": { + "label": "Hide shorts", + "title": "Hides all shorts" + } + }, + "hideSidebarRecommendedVideos": { + "enable": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + } + }, + "hideTranslateComment": { + "enable": { + "label": "Hide translate comment button", + "title": "Hides 'Translate to Language' button under comments" + } + }, + "loopButton": { + "enable": { + "label": "Loop button", + "title": "Adds a button to the feature menu to loop the video you're watching" + } + }, + "maximizePlayerButton": { + "enable": { + "label": "Maximize player button", + "title": "Adds a button to the feature menu to maximize the player" + } + }, + "openTranscriptButton": { + "enable": { + "label": "Open transcript button", + "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + } + }, + "openYouTubeSettingsOnHover": { + "enable": { + "label": "Open YouTube settings on hover", + "title": "Opens the YouTube settings menu when you hover over the settings button" + } + }, + "pauseBackgroundPlayers": { + "enable": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + } + }, + "remainingTime": { + "enable": { + "label": "Remaining time", + "title": "Shows the remaining time of the video you're watching" + } + }, + "rememberVolume": { + "enable": { + "label": "Remember last volume", + "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + } + }, + "removeRedirect": { + "enable": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + } + }, + "restoreFullscreenScrolling": { + "enable": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + } + }, + "shareShortener": { + "enable": { + "label": "Shorten YouTube video share link", + "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + } + }, + "shortsAutoScroll": { + "enable": { + "label": "Shorts auto scroll", + "title": "Automatically scrolls to the next short" + } + }, + "skipContinueWatching": { + "enable": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + } + } + }, + "title": "Miscellaneous settings" + }, + "onScreenDisplaySettings": { + "settings": { + "color": { + "label": "Color", + "select": { + "options": { + "blue": "Blue", + "green": "Green", + "orange": "Orange", + "pink": "Pink", + "purple": "Purple", + "red": "Red", + "white": "White", + "yellow": "Yellow" + } + }, + "title": "Select the color for the On-Screen Display" + }, + "hide": { + "label": "Hide Delay", + "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" + }, + "opacity": { + "label": "Opacity", + "title": "Adjust the transparency of the On-Screen Display" + }, + "padding": { + "label": "Padding", + "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." + }, + "position": { + "label": "Position", + "select": { + "options": { + "bottom_left": "Bottom Left", + "bottom_right": "Bottom Right", + "center": "Center", + "top_left": "Top Left", + "top_right": "Top Right" + } + }, + "title": "Select the position of the On-Screen Display" + }, + "type": { + "label": "Type", + "select": { + "options": { + "circle": "Circle", + "line": "Line", + "no_display": "No display", + "text": "Text" + } + }, + "title": "Select the type of On-Screen Display" + } + }, + "title": "On-screen display settings" + }, + "playerQuality": { + "enable": { + "label": "Automatic quality adjustment", + "title": "Automatically adjusts the video quality to the selected level." + }, + "settings": { + "quality": { + "select": { + "label": "Player quality", + "title": "The quality to set the video to" + } + }, + "qualityFallbackStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + } + }, + "title": "Automatic quality settings" + }, + "playerSpeed": { + "enable": { + "label": "Forced playback speed", + "title": "Sets the video speed to what you choose below" + }, + "settings": { + "buttons": { + "label": "Playback speed buttons", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + }, + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + }, + "speed": { + "select": { + "label": "Player speed", + "title": "The speed to set the video to" + } + } + }, + "title": "Playback speed settings" + }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + }, + "settings": { + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } + } + }, + "title": "Playlist length settings" + }, + "playlistManagementButtons": { + "settings": { + "markAsUnwatchedButton": { + "enable": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + } + }, + "removeVideoButton": { + "enable": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + } + }, + "title": "Playlist management settings" + }, + "screenshotButton": { + "enable": { + "label": "Screenshot button", + "title": "Adds a button to the player to take a screenshot of the video" + }, + "settings": { + "format": { + "label": "Screenshot format", + "title": "The format to save the screenshot in" + }, + "saveAs": { + "select": { + "options": { + "both": "Both (File and Clipboard)", + "clipboard": "Clipboard", + "file": "File" + }, + "label": "Screenshot save type", + "title": "The screenshot save type" + } + } + }, + "title": "Screenshot settings" + }, + "scrollWheelSpeedControl": { + "enable": { + "label": "Scroll wheel speed control", + "title": "Press a modifier key to enable speed adjustment with the scroll wheel." + }, + "extras": { + "optionLabel": "{{KEY}} key" + }, + "settings": { + "adjustmentSteps": { + "label": "Speed Change Per Scroll", + "title": "Adjust the speed change per scroll" + }, + "modifierKey": { + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + } + } + }, + "title": "Scroll wheel speed control settings" + }, + "scrollWheelVolumeControl": { + "enable": { + "label": "Scroll wheel volume control", + "title": "Lets you use the scroll wheel to control the volume of the video you're watching" + }, + "extras": { + "optionLabel": "{{KEY}} key" + }, + "settings": { + "adjustmentSteps": { + "label": "Volume Change Per Scroll", + "title": "Adjust the volume change per scroll" + }, + "holdModifierKey": { + "label": "When holding modifier key", + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + }, + "title": "Press a modifier key to enable volume adjustment with the scroll wheel." + }, + "holdRightClick": { + "label": "When holding right click", + "title": "Hold right click to enable scroll wheel volume control" + } + }, + "title": "Scroll wheel volume control settings" + }, + "videoHistory": { + "enable": { + "label": "Track watched videos", + "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" + }, + "settings": { + "resumeType": { + "select": { + "label": "Resume type", + "options": { + "automatic": "Automatic", + "prompt": "Prompt" + }, + "title": "Select how you want to resume videos" + } + } + }, + "title": "Video history settings" + }, + "volumeBoost": { + "enable": { + "label": "Volume boost", + "title": "Enable volume boost" + }, + "settings": { + "amount": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by" + }, + "mode": { + "select": { + "label": "Volume boost mode", + "options": { + "global": "Global", + "perVideo": "Per video" + }, + "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + } + } + }, + "title": "Volume boost settings" + } + } + } +} \ No newline at end of file From 0128f4ae79ded44780cd23300b8a5d40e5d20670 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 25 Jan 2026 16:19:01 -0500 Subject: [PATCH 1539/1783] New translations en-us.json (Persian) --- public/locales/fa-IR.json | 1565 +++++++++++++++++++------------------ 1 file changed, 822 insertions(+), 743 deletions(-) diff --git a/public/locales/fa-IR.json b/public/locales/fa-IR.json index bdb488ac2..c3eb4083f 100644 --- a/public/locales/fa-IR.json +++ b/public/locales/fa-IR.json @@ -1,744 +1,823 @@ { - "langCode": "fa-IR", - "langName": "فارسی", - "messages": { - "resumingVideo": "Resuming video at {{VIDEO_TIME}}", - "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "Copied!", - "label": "Copy video URL with timestamp" - } - }, - "featureMenu": { - "button": { - "label": "Feature menu" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "Fast forward by {{TIME}}" - }, - "rewindButton": { - "label": "Rewind by {{TIME}}" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "Hide end screen cards", - "toggle": { - "off": "Show end screen cards", - "on": "Hide end screen cards" - } - } - }, - "loopButton": { - "button": { - "label": "Loop", - "toggle": { - "off": "Loop off", - "on": "Loop on" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "Maximize", - "toggle": { - "off": "Maximize off", - "on": "Maximize on" - } - } - }, - "miniPlayerButton": { - "button": { - "label": "Mini Player", - "toggle": { - "off": "Mini Player off", - "on": "Mini Player on" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Open transcript" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Decrease Speed to {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Increase Speed to {{SPEED}}" - } - }, - "decreaseLimit": "Can't decrease further ({{SPEED}})", - "increaseLimit": "Can't increase further ({{SPEED}})" - }, - "playlistLength": { - "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." - }, - "screenshotButton": { - "button": { - "label": "Screenshot" - }, - "copiedToClipboard": "Screenshot copied to clipboard" - }, - "videoHistory": { - "resumeButton": "Resume", - "resumePrompt": { - "close": "Close" - } - }, - "volumeBoostButton": { - "button": { - "label": "Volume Boost", - "toggle": { - "off": "Volume boost off", - "on": "Volume boost on" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", - "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." - } - } - }, - "info": { - "reset": "All options have been reset to their default values.\nYou can now save the changes by clicking the \"Confirm\" button or discard them by closing this page or ignore this notification." - }, - "success": { - "saved": "Options saved." - } - } - } - }, - "settings": { - "clearData": { - "allDataDeleted": "All data has been deleted.", - "confirmAlert": "This will delete all extension data related to options. Continue?" - }, - "optionDisabled": { - "either": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " or " - }, - "plural": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " and " - }, - "singular": "Enable '{{OPTION}}' to configure this option", - "specificOption": { - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" - } - }, - "scrollForMoreSettings": "Scroll for more settings", - "sections": { - "automaticQuality": { - "enable": { - "label": "Automatic quality adjustment", - "title": "Automatically adjusts the video quality to the selected level." - }, - "fallbackQualityStrategy": { - "select": { - "label": "Quality fallback strategy", - "options": { - "higher": "Higher", - "lower": "Lower" - }, - "title": "The strategy to use when the selected quality is not available" - } - }, - "select": { - "label": "Player quality", - "title": "The quality to set the video to" - }, - "title": "Automatic quality settings" - }, - "bottomButtons": { - "clear": { - "title": "Clears all data this extension has stored on your machine", - "value": "Clear Data" - }, - "confirm": { - "title": "Confirm setting reset", - "value": "Confirm" - }, - "openTab": { - "title": "Open extension settings in a new tab" - }, - "reset": { - "title": "Resets all settings to their defaults, Click the confirm button to save the changes", - "value": "Reset" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "Copy video URL with timestamp button", - "decreasePlaybackSpeedButton": "Decrease Speed button", - "forwardButton": "Fast Forward button", - "hideEndScreenCardsButton": "Hide end screen cards button", - "increasePlaybackSpeedButton": "Increase Speed button", - "loopButton": "Loop button", - "maximizePlayerButton": "Maximize button", - "miniPlayerButton": "Mini Player", - "openTranscriptButton": "Open Transcript button", - "rewindButton": "Rewind button", - "screenshotButton": "Screenshot button", - "volumeBoostButton": "Volume Boost button" - }, - "options": { - "below_player": { - "placement": "below the player controls", - "value": "Below Player" - }, - "feature_menu": { - "placement": "in the feature menu", - "value": "Feature Menu" - }, - "player_controls_left": { - "placement": "on the left side of player controls", - "value": "Left Controls" - }, - "player_controls_right": { - "placement": "on the right side of player controls", - "value": "Right Controls" - } - }, - "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" - }, - "title": "Button placement settings" - }, - "customCSS": { - "editor": { - "collapse": "Collapse Editor", - "expand": "Expand Editor", - "noProblems": "No problems found." - }, - "enable": { - "label": "Custom CSS", - "title": "Enables custom CSS to be applied to the page" - }, - "title": "Custom CSS settings" - }, - "featureMenu": { - "openType": { - "select": { - "label": "Menu Activation Type", - "options": { - "click": "Click", - "hover": "Hover" - }, - "title": "Select the method to activate the feature menu" - }, - "title": "Feature menu settings" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "Forward/rewind buttons", - "title": "Adds forward and rewind buttons to the video player" - }, - "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" - }, - "title": "Forward/rewind button settings" - }, - "importExportSettings": { - "exportButton": { - "success": "Settings successfully exported", - "title": "Export settings to a JSON file", - "value": "Export Settings" - }, - "importButton": { - "error": { - "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", - "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" - }, - "success": "Settings imported successfully", - "title": "Import settings from a JSON file", - "value": "Import Settings" - } - }, - "language": { - "select": { - "label": "Language", - "title": "The language to use for the extension" - }, - "title": "Language" - }, - "miniPlayer": { - "enable": { - "label": "Open Mini Player when viewing comments", - "title": "Automatically opens the Mini Player when you scroll to comments." - }, - "position": { - "label": "Default Mini Player position", - "options": { - "bottomCenter": "Bottom center", - "bottomLeft": "Bottom left", - "bottomRight": "Bottom right", - "topCenter": "Top center", - "topLeft": "Top left", - "topRight": "Top right" - }, - "title": "Sets the starting position before you move the Mini Player." - }, - "size": { - "label": "Default Mini Player size", - "title": "Sets the initial size before you resize the Mini Player." - }, - "title": "Mini Player settings" - }, - "miniPlayerButton": { - "label": "Mini Player button", - "title": "Adds a button that opens the Mini Player" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "Automatic theater mode", - "title": "Automatically enables theater mode when you load a video" - }, - "automaticallyDisableAmbientMode": { - "label": "Automatically disable ambient mode", - "title": "Automatically disables ambient mode when you load a video" - }, - "automaticallyDisableAutoPlay": { - "label": "Automatically disable autoplay", - "title": "Automatically disables autoplay when you load a video" - }, - "automaticallyDisableClosedCaptions": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" - }, - "automaticallyEnableClosedCaptions": { - "label": "Automatically enable closed captions", - "title": "Automatically enables closed captions when you load a video" - }, - "automaticallyMaximizePlayer": { - "label": "Automatically maximize player", - "title": "Automatically maximizes the player when you load a video" - }, - "automaticallyShowMoreVideosOnEndScreen": { - "label": "Automatically show more videos on end screen", - "title": "Automatically shows more videos on end screen when you load a video" - }, - "copyTimestampUrlButton": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" - }, - "defaultToOriginalAudioTrack": { - "label": "Default to original audio track", - "title": "Always default to the original audio track" - }, - "enableMarkAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Add a button to playlist items to mark videos as unwatched" - }, - "enableRemoveVideoButton": { - "label": "Remove video button", - "title": "Add a button to playlist items to remove videos from the playlist" - }, - "enableSaveToWatchLaterButton": { - "label": "Enable save to Watch Later button", - "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" - }, - "hideArtificialIntelligenceSummary": { - "label": "Hide AI summary", - "title": "Hides the artificial intelligence summary below videos" - }, - "hideEndScreenCards": { - "label": "Hide end screen cards", - "title": "Hides the cards at the end of the video" - }, - "hideEndScreenCardsButton": { - "label": "Hide end screen cards button", - "title": "Adds a button to show/hide the cards at the end of the video" - }, - "hideLiveStreamChat": { - "label": "Hide live stream chat", - "title": "Hides the live stream chat" - }, - "hideMembersOnlyVideos": { - "label": "Hide members-only videos", - "title": "Hides videos that are only visible to members" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" - }, - "hidePaidPromotionBanner": { - "label": "Hide paid promotion banner", - "title": "Hides the banner that appears when you watch a video that has a paid promotion" - }, - "hidePlayables": { - "label": "Hide playables", - "title": "Hides all playables" - }, - "hidePlaylistRecommendationsFromHomePage": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" - }, - "hideScrollbar": { - "label": "Hide scrollbar", - "title": "Hides the pages scrollbar" - }, - "hideShorts": { - "label": "Hide shorts", - "title": "Hides all shorts" - }, - "hideSidebarRecommendedVideos": { - "label": "Hide recommended videos", - "title": "Hides the sidebar that recommends videos" - }, - "hideTranslateComment": { - "label": "Hide translate comment button", - "title": "Hides 'Translate to Language' button under comments" - }, - "loopButton": { - "label": "Loop button", - "title": "Adds a button to the feature menu to loop the video you're watching" - }, - "maximizePlayerButton": { - "label": "Maximize player button", - "title": "Adds a button to the feature menu to maximize the player" - }, - "openTranscriptButton": { - "label": "Open transcript button", - "title": "Adds a button to the feature menu to open the transcript of the video you're watching" - }, - "openYouTubeSettingsOnHover": { - "label": "Open YouTube settings on hover", - "title": "Opens the YouTube settings menu when you hover over the settings button" - }, - "pauseBackgroundPlayers": { - "label": "Pause background players", - "title": "Pauses video players in background tabs when you start a new player in foreground tab" - }, - "remainingTime": { - "label": "Remaining time", - "title": "Shows the remaining time of the video you're watching" - }, - "rememberLastVolume": { - "label": "Remember last volume", - "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" - }, - "removeRedirect": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" - }, - "restoreFullscreenScrolling": { - "label": "Restore fullscreen scrolling", - "title": "Restores scrolling in fullscreen mode" - }, - "shareShortener": { - "label": "Shorten YouTube video share link", - "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" - }, - "shortsAutoScroll": { - "label": "Shorts auto scroll", - "title": "Automatically scrolls to the next short" - }, - "skipContinueWatching": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" - } - }, - "title": "Miscellaneous settings" - }, - "onScreenDisplaySettings": { - "color": { - "label": "Color", - "options": { - "blue": "Blue", - "green": "Green", - "orange": "Orange", - "pink": "Pink", - "purple": "Purple", - "red": "Red", - "white": "White", - "yellow": "Yellow" - }, - "title": "Select the color for the On-Screen Display" - }, - "hide": { - "label": "Hide Delay", - "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" - }, - "opacity": { - "label": "Opacity", - "title": "Adjust the transparency of the On-Screen Display" - }, - "padding": { - "label": "Padding", - "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." - }, - "position": { - "label": "Position", - "options": { - "bottom_left": "Bottom Left", - "bottom_right": "Bottom Right", - "center": "Center", - "top_left": "Top Left", - "top_right": "Top Right" - }, - "title": "Select the position of the On-Screen Display" - }, - "title": "On-screen display settings", - "type": { - "label": "Type", - "options": { - "circle": "Circle", - "line": "Line", - "no_display": "No display", - "text": "Text" - }, - "title": "Select the type of On-Screen Display" - } - }, - "playbackSpeed": { - "enable": { - "label": "Forced playback speed", - "title": "Sets the video speed to what you choose below" - }, - "playbackSpeedButtons": { - "label": "Playback speed buttons", - "select": { - "label": "Playback buttons speed", - "title": "Amount of speed to be changed per click" - }, - "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" - }, - "select": { - "label": "Player speed", - "title": "The speed to set the video to" - }, - "title": "Playback speed settings" - }, - "playlistLength": { - "enable": { - "label": "Display playlist length information", - "title": "Shows the total length of the playlist, how much has been watched, and how much remains." - }, - "title": "Playlist length settings", - "wayToGetLength": { - "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "Method to get watched time", - "options": { - "duration": "Video Length", - "youtube": "Video Watch Time" - }, - "title": "The way to get the amount of time watched (Video Length type only used on watch page)" - } - } - }, - "playlistManagement": { - "features": { - "markAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - }, - "removeVideoButton": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - } - }, - "title": "Playlist management settings" - }, - "playlistManagementButtons": { - "failedToMarkAsUnwatched": "Failed to mark video as unwatched", - "failedToRemoveVideo": "Failed to remove video", - "markAsUnwatched": "Mark as unwatched", - "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "Remove video", - "removingVideo": "Removing video…" - }, - "saveToWatchLaterButton": { - "failedToSaveVideo": "Failed to save video to Watch Later", - "saveVideo": "Save to Watch Later", - "savingVideo": "Saving to Watch Later…" - }, - "screenshotButton": { - "enable": { - "label": "Screenshot button", - "title": "Adds a button to the player to take a screenshot of the video" - }, - "saveAs": { - "both": "Both (File and Clipboard)", - "clipboard": "Clipboard", - "file": "File" - }, - "selectFormat": { - "label": "Screenshot format", - "title": "The format to save the screenshot in" - }, - "selectSaveAs": { - "label": "Screenshot save type", - "title": "The screenshot save type" - }, - "title": "Screenshot settings" - }, - "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "Speed Change Per Scroll", - "title": "Adjust the speed change per scroll" - }, - "enable": { - "label": "Scroll wheel speed control", - "title": "Press a modifier key to enable speed adjustment with the scroll wheel." - }, - "optionLabel": "{{KEY}} key", - "select": { - "label": "Modifier key", - "title": "The modifier key to use" - }, - "title": "Scroll wheel speed control settings" - }, - "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "Volume Change Per Scroll", - "title": "Adjust the volume change per scroll" - }, - "enable": { - "label": "Scroll wheel volume control", - "title": "Lets you use the scroll wheel to control the volume of the video you're watching" - }, - "holdModifierKey": { - "enable": { - "label": "When holding modifier key", - "title": "Press a modifier key to enable volume adjustment with the scroll wheel." - }, - "optionLabel": "{{KEY}} key", - "select": { - "label": "Modifier key", - "title": "The modifier key to use" - } - }, - "holdRightClick": { - "enable": { - "label": "When holding right click", - "title": "Hold right click to enable scroll wheel volume control" - } - }, - "title": "Scroll wheel volume control settings" - }, - "settingSearch": { - "placeholder": "Search for a setting" - }, - "videoHistory": { - "enable": { - "label": "Track watched videos", - "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" - }, - "resumeType": { - "select": { - "label": "Resume type", - "options": { - "automatic": "Automatic", - "prompt": "Prompt" - }, - "title": "Select how you want to resume videos" - } - }, - "title": "Video history settings" - }, - "volumeBoost": { - "boostAmount": { - "label": "Volume boost amount (dB)", - "title": "The amount to boost the volume by" - }, - "enable": { - "label": "Volume boost", - "title": "Enable volume boost" - }, - "mode": { - "select": { - "label": "Volume boost mode", - "options": { - "global": "Global", - "perVideo": "Per video" - }, - "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." - } - }, - "title": "Volume boost settings" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "You can get one from here", - "input": { - "label": "API Key", - "title": "Enter your Youtube Data API V3 key." - }, - "title": "YouTube API V3 key" - }, - "youtubeDeepDark": { - "author": "Author", - "co-authors": "Co-authors", - "colors": { - "colorShadow": { - "label": "Shadow color", - "title": "Color for shadows" - }, - "dimmerText": { - "label": "Secondary text color", - "title": "Color for secondary text" - }, - "hoverBackground": { - "label": "Hover background color", - "title": "Color for hover background" - }, - "mainBackground": { - "label": "Main background color", - "title": "Color for main background" - }, - "mainColor": { - "label": "Accent color", - "title": "Color for accent" - }, - "mainText": { - "label": "Main text color", - "title": "Color for main text" - }, - "secondBackground": { - "label": "Secondary background color", - "title": "Color for secondary background" - } - }, - "enable": { - "label": "Deep Dark Theme", - "title": "Activate the selected theme for the page" - }, - "select": { - "label": "Select theme", - "title": "Select a theme to be applied to the page" - }, - "title": "YouTube deep dark settings" - } - } - } -} + "langCode": "fa-IR", + "langName": "فارسی", + "messages": { + "resumingVideo": "Resuming video at {{VIDEO_TIME}}", + "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "label": "Copy video URL with timestamp" + }, + "extras": { + "copied": "Copied!" + } + }, + "featureMenu": { + "button": { + "label": "Feature menu" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Fast forward by {{TIME}}" + }, + "rewindButton": { + "label": "Rewind by {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Hide end screen cards", + "toggle": { + "off": "Show end screen cards", + "on": "Hide end screen cards" + } + } + }, + "loopButton": { + "button": { + "label": "Loop", + "toggle": { + "off": "Loop off", + "on": "Loop on" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "Maximize", + "toggle": { + "off": "Maximize off", + "on": "Maximize on" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Open transcript" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Decrease Speed to {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Increase Speed to {{SPEED}}" + } + }, + "extras": { + "decreaseLimit": "Can't decrease further ({{SPEED}})", + "increaseLimit": "Can't increase further ({{SPEED}})" + } + }, + "playlistLength": { + "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + }, + "playlistManagementButtons": { + "extras": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + } + }, + "saveToWatchLaterButton": { + "extras": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + } + }, + "screenshotButton": { + "button": { + "label": "Screenshot" + }, + "extras": { + "copiedToClipboard": "Screenshot copied to clipboard" + } + }, + "videoHistory": { + "extras": { + "resumeButton": "Resume", + "resumePromptClose": "Close" + } + }, + "volumeBoostButton": { + "button": { + "label": "Volume Boost", + "toggle": { + "off": "Volume boost off", + "on": "Volume boost on" + } + } + } + } + }, + "options": { + "extras": { + "bottomButtons": { + "clear": { + "title": "Clears all data this extension has stored on your machine", + "value": "Clear Data" + }, + "confirm": { + "title": "Confirm setting reset", + "value": "Confirm" + }, + "openTab": { + "title": "Open extension settings in a new tab" + }, + "reset": { + "title": "Resets all settings to their defaults, Click the confirm button to save the changes", + "value": "Reset" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Copy video URL with timestamp button", + "decreasePlaybackSpeedButton": "Decrease Speed button", + "forwardButton": "Fast Forward button", + "hideEndScreenCardsButton": "Hide end screen cards button", + "increasePlaybackSpeedButton": "Increase Speed button", + "loopButton": "Loop button", + "maximizePlayerButton": "Maximize button", + "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind button", + "screenshotButton": "Screenshot button", + "volumeBoostButton": "Volume Boost button" + }, + "options": { + "below_player": { + "placement": "below the player controls", + "value": "Below Player" + }, + "feature_menu": { + "placement": "in the feature menu", + "value": "Feature Menu" + }, + "player_controls_left": { + "placement": "on the left side of player controls", + "value": "Left Controls" + }, + "player_controls_right": { + "placement": "on the right side of player controls", + "value": "Right Controls" + } + }, + "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Button placement settings" + }, + "clearData": { + "allDataDeleted": "All data has been deleted.", + "confirmAlert": "This will delete all extension data related to options. Continue?" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Menu Activation Type", + "options": { + "click": "Click", + "hover": "Hover" + }, + "title": "Select the method to activate the feature menu" + }, + "title": "Feature menu settings" + } + }, + "importExportSettings": { + "exportButton": { + "success": "Settings successfully exported", + "title": "Export settings to a JSON file", + "value": "Export Settings" + }, + "importButton": { + "error": { + "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", + "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" + }, + "success": "Settings imported successfully", + "title": "Import settings from a JSON file", + "value": "Import Settings" + } + }, + "language": { + "select": { + "label": "Language", + "title": "The language to use for the extension" + }, + "title": "Language" + }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "scrollForMoreSettings": "Scroll for more settings", + "settingSearch": { + "placeholder": "Search for a setting" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Key", + "title": "Enter your Youtube Data API V3 key." + }, + "title": "YouTube API V3 key" + } + }, + "notifications": { + "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", + "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." + } + } + }, + "info": { + "reset": "All options have been reset to their default values.\nYou can now save the changes by clicking the \"Confirm\" button or discard them by closing this page or ignore this notification." + }, + "success": { + "saved": "Options saved." + } + } + } + }, + "settings": { + "sections": { + "customCSS": { + "enable": { + "label": "Custom CSS", + "title": "Enables custom CSS to be applied to the page" + }, + "extras": { + "collapse": "Collapse Editor", + "expand": "Expand Editor", + "noProblems": "No problems found." + }, + "title": "Custom CSS settings" + }, + "deepDarkCSS": { + "enable": { + "label": "Deep Dark Theme", + "title": "Activate the selected theme for the page" + }, + "extras": { + "author": "Author", + "co-authors": "Co-authors" + }, + "settings": { + "colorShadow": { + "label": "Shadow color", + "title": "Color for shadows" + }, + "dimmerText": { + "label": "Secondary text color", + "title": "Color for secondary text" + }, + "hoverBackground": { + "label": "Hover background color", + "title": "Color for hover background" + }, + "mainBackground": { + "label": "Main background color", + "title": "Color for main background" + }, + "mainColor": { + "label": "Accent color", + "title": "Color for accent" + }, + "mainText": { + "label": "Main text color", + "title": "Color for main text" + }, + "secondBackground": { + "label": "Secondary background color", + "title": "Color for secondary background" + }, + "theme": { + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + } + } + }, + "title": "YouTube deep dark settings" + }, + "forwardRewindButtons": { + "enable": { + "label": "Forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "settings": { + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + } + }, + "title": "Forward/rewind button settings" + }, + "miscellaneous": { + "settings": { + "automaticallyDisableAmbientMode": { + "enable": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + } + }, + "automaticallyDisableAutoPlay": { + "enable": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + } + }, + "automaticallyDisableClosedCaptions": { + "enable": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + } + }, + "automaticallyEnableClosedCaptions": { + "enable": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + } + }, + "automaticallyMaximizePlayer": { + "enable": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + } + }, + "automaticallyShowMoreVideosOnEndScreen": { + "enable": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + } + }, + "automaticTheaterMode": { + "enable": { + "label": "Automatic theater mode", + "title": "Automatically enables theater mode when you load a video" + } + }, + "copyTimestampUrlButton": { + "enable": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + } + }, + "defaultToOriginalAudioTrack": { + "enable": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + } + }, + "saveToWatchLaterButton": { + "enable": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + } + }, + "hideArtificialIntelligenceSummary": { + "enable": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + } + }, + "hideEndScreenCards": { + "enable": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + } + }, + "hideEndScreenCardsButton": { + "enable": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + } + }, + "hideLiveStreamChat": { + "enable": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + } + }, + "hideMembersOnlyVideos": { + "enable": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + } + }, + "hideOfficialArtistVideosFromHomePage": { + "enable": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + } + }, + "hidePaidPromotionBanner": { + "enable": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + } + }, + "hidePlayables": { + "enable": { + "label": "Hide playables", + "title": "Hides all playables" + } + }, + "hidePlaylistRecommendationsFromHomePage": { + "enable": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + } + }, + "hideScrollbar": { + "enable": { + "label": "Hide scrollbar", + "title": "Hides the pages scrollbar" + } + }, + "hideShorts": { + "enable": { + "label": "Hide shorts", + "title": "Hides all shorts" + } + }, + "hideSidebarRecommendedVideos": { + "enable": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + } + }, + "hideTranslateComment": { + "enable": { + "label": "Hide translate comment button", + "title": "Hides 'Translate to Language' button under comments" + } + }, + "loopButton": { + "enable": { + "label": "Loop button", + "title": "Adds a button to the feature menu to loop the video you're watching" + } + }, + "maximizePlayerButton": { + "enable": { + "label": "Maximize player button", + "title": "Adds a button to the feature menu to maximize the player" + } + }, + "openTranscriptButton": { + "enable": { + "label": "Open transcript button", + "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + } + }, + "openYouTubeSettingsOnHover": { + "enable": { + "label": "Open YouTube settings on hover", + "title": "Opens the YouTube settings menu when you hover over the settings button" + } + }, + "pauseBackgroundPlayers": { + "enable": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + } + }, + "remainingTime": { + "enable": { + "label": "Remaining time", + "title": "Shows the remaining time of the video you're watching" + } + }, + "rememberVolume": { + "enable": { + "label": "Remember last volume", + "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + } + }, + "removeRedirect": { + "enable": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + } + }, + "restoreFullscreenScrolling": { + "enable": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + } + }, + "shareShortener": { + "enable": { + "label": "Shorten YouTube video share link", + "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + } + }, + "shortsAutoScroll": { + "enable": { + "label": "Shorts auto scroll", + "title": "Automatically scrolls to the next short" + } + }, + "skipContinueWatching": { + "enable": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + } + } + }, + "title": "Miscellaneous settings" + }, + "onScreenDisplaySettings": { + "settings": { + "color": { + "label": "Color", + "select": { + "options": { + "blue": "Blue", + "green": "Green", + "orange": "Orange", + "pink": "Pink", + "purple": "Purple", + "red": "Red", + "white": "White", + "yellow": "Yellow" + } + }, + "title": "Select the color for the On-Screen Display" + }, + "hide": { + "label": "Hide Delay", + "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" + }, + "opacity": { + "label": "Opacity", + "title": "Adjust the transparency of the On-Screen Display" + }, + "padding": { + "label": "Padding", + "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." + }, + "position": { + "label": "Position", + "select": { + "options": { + "bottom_left": "Bottom Left", + "bottom_right": "Bottom Right", + "center": "Center", + "top_left": "Top Left", + "top_right": "Top Right" + } + }, + "title": "Select the position of the On-Screen Display" + }, + "type": { + "label": "Type", + "select": { + "options": { + "circle": "Circle", + "line": "Line", + "no_display": "No display", + "text": "Text" + } + }, + "title": "Select the type of On-Screen Display" + } + }, + "title": "On-screen display settings" + }, + "playerQuality": { + "enable": { + "label": "Automatic quality adjustment", + "title": "Automatically adjusts the video quality to the selected level." + }, + "settings": { + "quality": { + "select": { + "label": "Player quality", + "title": "The quality to set the video to" + } + }, + "qualityFallbackStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + } + }, + "title": "Automatic quality settings" + }, + "playerSpeed": { + "enable": { + "label": "Forced playback speed", + "title": "Sets the video speed to what you choose below" + }, + "settings": { + "buttons": { + "label": "Playback speed buttons", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + }, + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + }, + "speed": { + "select": { + "label": "Player speed", + "title": "The speed to set the video to" + } + } + }, + "title": "Playback speed settings" + }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + }, + "settings": { + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } + } + }, + "title": "Playlist length settings" + }, + "playlistManagementButtons": { + "settings": { + "markAsUnwatchedButton": { + "enable": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + } + }, + "removeVideoButton": { + "enable": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + } + }, + "title": "Playlist management settings" + }, + "screenshotButton": { + "enable": { + "label": "Screenshot button", + "title": "Adds a button to the player to take a screenshot of the video" + }, + "settings": { + "format": { + "label": "Screenshot format", + "title": "The format to save the screenshot in" + }, + "saveAs": { + "select": { + "options": { + "both": "Both (File and Clipboard)", + "clipboard": "Clipboard", + "file": "File" + }, + "label": "Screenshot save type", + "title": "The screenshot save type" + } + } + }, + "title": "Screenshot settings" + }, + "scrollWheelSpeedControl": { + "enable": { + "label": "Scroll wheel speed control", + "title": "Press a modifier key to enable speed adjustment with the scroll wheel." + }, + "extras": { + "optionLabel": "{{KEY}} key" + }, + "settings": { + "adjustmentSteps": { + "label": "Speed Change Per Scroll", + "title": "Adjust the speed change per scroll" + }, + "modifierKey": { + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + } + } + }, + "title": "Scroll wheel speed control settings" + }, + "scrollWheelVolumeControl": { + "enable": { + "label": "Scroll wheel volume control", + "title": "Lets you use the scroll wheel to control the volume of the video you're watching" + }, + "extras": { + "optionLabel": "{{KEY}} key" + }, + "settings": { + "adjustmentSteps": { + "label": "Volume Change Per Scroll", + "title": "Adjust the volume change per scroll" + }, + "holdModifierKey": { + "label": "When holding modifier key", + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + }, + "title": "Press a modifier key to enable volume adjustment with the scroll wheel." + }, + "holdRightClick": { + "label": "When holding right click", + "title": "Hold right click to enable scroll wheel volume control" + } + }, + "title": "Scroll wheel volume control settings" + }, + "videoHistory": { + "enable": { + "label": "Track watched videos", + "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" + }, + "settings": { + "resumeType": { + "select": { + "label": "Resume type", + "options": { + "automatic": "Automatic", + "prompt": "Prompt" + }, + "title": "Select how you want to resume videos" + } + } + }, + "title": "Video history settings" + }, + "volumeBoost": { + "enable": { + "label": "Volume boost", + "title": "Enable volume boost" + }, + "settings": { + "amount": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by" + }, + "mode": { + "select": { + "label": "Volume boost mode", + "options": { + "global": "Global", + "perVideo": "Per video" + }, + "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + } + } + }, + "title": "Volume boost settings" + } + } + } +} \ No newline at end of file From 2953d731094fef4df38c68bd3f1305e47525dd0d Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 25 Jan 2026 16:19:02 -0500 Subject: [PATCH 1540/1783] New translations en-us.json (Hindi) --- public/locales/hi-IN.json | 1565 +++++++++++++++++++------------------ 1 file changed, 822 insertions(+), 743 deletions(-) diff --git a/public/locales/hi-IN.json b/public/locales/hi-IN.json index 0df6f2895..68e68d39e 100644 --- a/public/locales/hi-IN.json +++ b/public/locales/hi-IN.json @@ -1,744 +1,823 @@ { - "langCode": "hi-IN", - "langName": "Hindi", - "messages": { - "resumingVideo": "{{VIDEO_TIME}} पर वीडियो पुनः आरंभ किया जा रहा है", - "settingVolume": "ध्वनि प्रवर्धन को {{VOLUME_BOOST_AMOUNT}} पर सेट किया जा रहा है" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "कॉपी किया गया!", - "label": "टाइमस्टैम्प सहित वीडियो URL कॉपी करें" - } - }, - "featureMenu": { - "button": { - "label": "सुविधा मेनू" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "{{TIME}} तक तेज़ी से आगे बढ़ाएँ" - }, - "rewindButton": { - "label": "{{TIME}} तक पीछे ले जाएँ" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "अंतिम स्क्रीन कार्ड छिपाएँ", - "toggle": { - "off": "अंतिम स्क्रीन कार्ड दिखाएँ", - "on": "अंतिम स्क्रीन कार्ड छिपाएँ" - } - } - }, - "loopButton": { - "button": { - "label": "दोहराव", - "toggle": { - "off": "दोहराव बंद", - "on": "दोहराव चालू" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "अधिकतम करें", - "toggle": { - "off": "अधिकतम बंद", - "on": "अधिकतम चालू" - } - } - }, - "miniPlayerButton": { - "button": { - "label": "Mini Player", - "toggle": { - "off": "Mini Player off", - "on": "Mini Player on" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Open transcript" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Decrease Speed to {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Increase Speed to {{SPEED}}" - } - }, - "decreaseLimit": "Can't decrease further ({{SPEED}})", - "increaseLimit": "Can't increase further ({{SPEED}})" - }, - "playlistLength": { - "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." - }, - "screenshotButton": { - "button": { - "label": "Screenshot" - }, - "copiedToClipboard": "Screenshot copied to clipboard" - }, - "videoHistory": { - "resumeButton": "Resume", - "resumePrompt": { - "close": "Close" - } - }, - "volumeBoostButton": { - "button": { - "label": "Volume Boost", - "toggle": { - "off": "Volume boost off", - "on": "Volume boost on" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", - "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." - } - } - }, - "info": { - "reset": "All options have been reset to their default values.\nYou can now save the changes by clicking the \"Confirm\" button or discard them by closing this page or ignore this notification." - }, - "success": { - "saved": "Options saved." - } - } - } - }, - "settings": { - "clearData": { - "allDataDeleted": "All data has been deleted.", - "confirmAlert": "This will delete all extension data related to options. Continue?" - }, - "optionDisabled": { - "either": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " or " - }, - "plural": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " and " - }, - "singular": "Enable '{{OPTION}}' to configure this option", - "specificOption": { - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" - } - }, - "scrollForMoreSettings": "Scroll for more settings", - "sections": { - "automaticQuality": { - "enable": { - "label": "Automatic quality adjustment", - "title": "Automatically adjusts the video quality to the selected level." - }, - "fallbackQualityStrategy": { - "select": { - "label": "Quality fallback strategy", - "options": { - "higher": "Higher", - "lower": "Lower" - }, - "title": "The strategy to use when the selected quality is not available" - } - }, - "select": { - "label": "Player quality", - "title": "The quality to set the video to" - }, - "title": "Automatic quality settings" - }, - "bottomButtons": { - "clear": { - "title": "Clears all data this extension has stored on your machine", - "value": "Clear Data" - }, - "confirm": { - "title": "Confirm setting reset", - "value": "Confirm" - }, - "openTab": { - "title": "Open extension settings in a new tab" - }, - "reset": { - "title": "Resets all settings to their defaults, Click the confirm button to save the changes", - "value": "Reset" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "Copy video URL with timestamp button", - "decreasePlaybackSpeedButton": "Decrease Speed button", - "forwardButton": "Fast Forward button", - "hideEndScreenCardsButton": "Hide end screen cards button", - "increasePlaybackSpeedButton": "Increase Speed button", - "loopButton": "Loop button", - "maximizePlayerButton": "Maximize button", - "miniPlayerButton": "Mini Player", - "openTranscriptButton": "Open Transcript button", - "rewindButton": "Rewind button", - "screenshotButton": "Screenshot button", - "volumeBoostButton": "Volume Boost button" - }, - "options": { - "below_player": { - "placement": "below the player controls", - "value": "Below Player" - }, - "feature_menu": { - "placement": "in the feature menu", - "value": "Feature Menu" - }, - "player_controls_left": { - "placement": "on the left side of player controls", - "value": "Left Controls" - }, - "player_controls_right": { - "placement": "on the right side of player controls", - "value": "Right Controls" - } - }, - "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" - }, - "title": "Button placement settings" - }, - "customCSS": { - "editor": { - "collapse": "Collapse Editor", - "expand": "Expand Editor", - "noProblems": "No problems found." - }, - "enable": { - "label": "Custom CSS", - "title": "Enables custom CSS to be applied to the page" - }, - "title": "Custom CSS settings" - }, - "featureMenu": { - "openType": { - "select": { - "label": "Menu Activation Type", - "options": { - "click": "Click", - "hover": "Hover" - }, - "title": "Select the method to activate the feature menu" - }, - "title": "Feature menu settings" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "Forward/rewind buttons", - "title": "Adds forward and rewind buttons to the video player" - }, - "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" - }, - "title": "Forward/rewind button settings" - }, - "importExportSettings": { - "exportButton": { - "success": "Settings successfully exported", - "title": "सेटिंग्स को JSON फ़ाइल में निर्यात करें", - "value": "निर्यात सेटिंग्स" - }, - "importButton": { - "error": { - "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", - "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" - }, - "success": "Settings imported successfully", - "title": "Import settings from a JSON file", - "value": "Import Settings" - } - }, - "language": { - "select": { - "label": "Language", - "title": "The language to use for the extension" - }, - "title": "Language" - }, - "miniPlayer": { - "enable": { - "label": "Open Mini Player when viewing comments", - "title": "Automatically opens the Mini Player when you scroll to comments." - }, - "position": { - "label": "Default Mini Player position", - "options": { - "bottomCenter": "Bottom center", - "bottomLeft": "Bottom left", - "bottomRight": "Bottom right", - "topCenter": "Top center", - "topLeft": "Top left", - "topRight": "Top right" - }, - "title": "Sets the starting position before you move the Mini Player." - }, - "size": { - "label": "Default Mini Player size", - "title": "Sets the initial size before you resize the Mini Player." - }, - "title": "Mini Player settings" - }, - "miniPlayerButton": { - "label": "Mini Player button", - "title": "Adds a button that opens the Mini Player" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "Automatic theater mode", - "title": "Automatically enables theater mode when you load a video" - }, - "automaticallyDisableAmbientMode": { - "label": "Automatically disable ambient mode", - "title": "Automatically disables ambient mode when you load a video" - }, - "automaticallyDisableAutoPlay": { - "label": "Automatically disable autoplay", - "title": "Automatically disables autoplay when you load a video" - }, - "automaticallyDisableClosedCaptions": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" - }, - "automaticallyEnableClosedCaptions": { - "label": "Automatically enable closed captions", - "title": "Automatically enables closed captions when you load a video" - }, - "automaticallyMaximizePlayer": { - "label": "Automatically maximize player", - "title": "Automatically maximizes the player when you load a video" - }, - "automaticallyShowMoreVideosOnEndScreen": { - "label": "Automatically show more videos on end screen", - "title": "Automatically shows more videos on end screen when you load a video" - }, - "copyTimestampUrlButton": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" - }, - "defaultToOriginalAudioTrack": { - "label": "Default to original audio track", - "title": "Always default to the original audio track" - }, - "enableMarkAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Add a button to playlist items to mark videos as unwatched" - }, - "enableRemoveVideoButton": { - "label": "Remove video button", - "title": "Add a button to playlist items to remove videos from the playlist" - }, - "enableSaveToWatchLaterButton": { - "label": "Enable save to Watch Later button", - "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" - }, - "hideArtificialIntelligenceSummary": { - "label": "Hide AI summary", - "title": "Hides the artificial intelligence summary below videos" - }, - "hideEndScreenCards": { - "label": "Hide end screen cards", - "title": "Hides the cards at the end of the video" - }, - "hideEndScreenCardsButton": { - "label": "Hide end screen cards button", - "title": "Adds a button to show/hide the cards at the end of the video" - }, - "hideLiveStreamChat": { - "label": "Hide live stream chat", - "title": "Hides the live stream chat" - }, - "hideMembersOnlyVideos": { - "label": "Hide members-only videos", - "title": "Hides videos that are only visible to members" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" - }, - "hidePaidPromotionBanner": { - "label": "Hide paid promotion banner", - "title": "Hides the banner that appears when you watch a video that has a paid promotion" - }, - "hidePlayables": { - "label": "Hide playables", - "title": "Hides all playables" - }, - "hidePlaylistRecommendationsFromHomePage": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" - }, - "hideScrollbar": { - "label": "Hide scrollbar", - "title": "Hides the pages scrollbar" - }, - "hideShorts": { - "label": "Hide shorts", - "title": "Hides all shorts" - }, - "hideSidebarRecommendedVideos": { - "label": "Hide recommended videos", - "title": "Hides the sidebar that recommends videos" - }, - "hideTranslateComment": { - "label": "Hide translate comment button", - "title": "Hides 'Translate to Language' button under comments" - }, - "loopButton": { - "label": "Loop button", - "title": "Adds a button to the feature menu to loop the video you're watching" - }, - "maximizePlayerButton": { - "label": "Maximize player button", - "title": "Adds a button to the feature menu to maximize the player" - }, - "openTranscriptButton": { - "label": "Open transcript button", - "title": "Adds a button to the feature menu to open the transcript of the video you're watching" - }, - "openYouTubeSettingsOnHover": { - "label": "Open YouTube settings on hover", - "title": "Opens the YouTube settings menu when you hover over the settings button" - }, - "pauseBackgroundPlayers": { - "label": "Pause background players", - "title": "Pauses video players in background tabs when you start a new player in foreground tab" - }, - "remainingTime": { - "label": "Remaining time", - "title": "Shows the remaining time of the video you're watching" - }, - "rememberLastVolume": { - "label": "Remember last volume", - "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" - }, - "removeRedirect": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" - }, - "restoreFullscreenScrolling": { - "label": "Restore fullscreen scrolling", - "title": "Restores scrolling in fullscreen mode" - }, - "shareShortener": { - "label": "Shorten YouTube video share link", - "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" - }, - "shortsAutoScroll": { - "label": "Shorts auto scroll", - "title": "Automatically scrolls to the next short" - }, - "skipContinueWatching": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" - } - }, - "title": "Miscellaneous settings" - }, - "onScreenDisplaySettings": { - "color": { - "label": "Color", - "options": { - "blue": "Blue", - "green": "Green", - "orange": "Orange", - "pink": "Pink", - "purple": "Purple", - "red": "Red", - "white": "White", - "yellow": "Yellow" - }, - "title": "Select the color for the On-Screen Display" - }, - "hide": { - "label": "Hide Delay", - "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" - }, - "opacity": { - "label": "Opacity", - "title": "Adjust the transparency of the On-Screen Display" - }, - "padding": { - "label": "Padding", - "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." - }, - "position": { - "label": "Position", - "options": { - "bottom_left": "Bottom Left", - "bottom_right": "Bottom Right", - "center": "Center", - "top_left": "Top Left", - "top_right": "Top Right" - }, - "title": "Select the position of the On-Screen Display" - }, - "title": "On-screen display settings", - "type": { - "label": "Type", - "options": { - "circle": "Circle", - "line": "Line", - "no_display": "No display", - "text": "Text" - }, - "title": "Select the type of On-Screen Display" - } - }, - "playbackSpeed": { - "enable": { - "label": "Forced playback speed", - "title": "Sets the video speed to what you choose below" - }, - "playbackSpeedButtons": { - "label": "Playback speed buttons", - "select": { - "label": "Playback buttons speed", - "title": "Amount of speed to be changed per click" - }, - "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" - }, - "select": { - "label": "Player speed", - "title": "The speed to set the video to" - }, - "title": "Playback speed settings" - }, - "playlistLength": { - "enable": { - "label": "Display playlist length information", - "title": "Shows the total length of the playlist, how much has been watched, and how much remains." - }, - "title": "Playlist length settings", - "wayToGetLength": { - "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "Method to get watched time", - "options": { - "duration": "Video Length", - "youtube": "Video Watch Time" - }, - "title": "The way to get the amount of time watched (Video Length type only used on watch page)" - } - } - }, - "playlistManagement": { - "features": { - "markAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - }, - "removeVideoButton": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - } - }, - "title": "Playlist management settings" - }, - "playlistManagementButtons": { - "failedToMarkAsUnwatched": "Failed to mark video as unwatched", - "failedToRemoveVideo": "Failed to remove video", - "markAsUnwatched": "Mark as unwatched", - "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "Remove video", - "removingVideo": "Removing video…" - }, - "saveToWatchLaterButton": { - "failedToSaveVideo": "Failed to save video to Watch Later", - "saveVideo": "Save to Watch Later", - "savingVideo": "Saving to Watch Later…" - }, - "screenshotButton": { - "enable": { - "label": "Screenshot button", - "title": "Adds a button to the player to take a screenshot of the video" - }, - "saveAs": { - "both": "Both (File and Clipboard)", - "clipboard": "Clipboard", - "file": "File" - }, - "selectFormat": { - "label": "Screenshot format", - "title": "The format to save the screenshot in" - }, - "selectSaveAs": { - "label": "Screenshot save type", - "title": "The screenshot save type" - }, - "title": "Screenshot settings" - }, - "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "Speed Change Per Scroll", - "title": "Adjust the speed change per scroll" - }, - "enable": { - "label": "Scroll wheel speed control", - "title": "Press a modifier key to enable speed adjustment with the scroll wheel." - }, - "optionLabel": "{{KEY}} key", - "select": { - "label": "Modifier key", - "title": "The modifier key to use" - }, - "title": "Scroll wheel speed control settings" - }, - "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "Volume Change Per Scroll", - "title": "Adjust the volume change per scroll" - }, - "enable": { - "label": "Scroll wheel volume control", - "title": "Lets you use the scroll wheel to control the volume of the video you're watching" - }, - "holdModifierKey": { - "enable": { - "label": "When holding modifier key", - "title": "Press a modifier key to enable volume adjustment with the scroll wheel." - }, - "optionLabel": "{{KEY}} key", - "select": { - "label": "Modifier key", - "title": "The modifier key to use" - } - }, - "holdRightClick": { - "enable": { - "label": "When holding right click", - "title": "Hold right click to enable scroll wheel volume control" - } - }, - "title": "Scroll wheel volume control settings" - }, - "settingSearch": { - "placeholder": "Search for a setting" - }, - "videoHistory": { - "enable": { - "label": "Track watched videos", - "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" - }, - "resumeType": { - "select": { - "label": "Resume type", - "options": { - "automatic": "Automatic", - "prompt": "Prompt" - }, - "title": "Select how you want to resume videos" - } - }, - "title": "Video history settings" - }, - "volumeBoost": { - "boostAmount": { - "label": "Volume boost amount (dB)", - "title": "The amount to boost the volume by" - }, - "enable": { - "label": "Volume boost", - "title": "Enable volume boost" - }, - "mode": { - "select": { - "label": "Volume boost mode", - "options": { - "global": "Global", - "perVideo": "Per video" - }, - "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." - } - }, - "title": "Volume boost settings" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "You can get one from here", - "input": { - "label": "API Key", - "title": "Enter your Youtube Data API V3 key." - }, - "title": "YouTube API V3 key" - }, - "youtubeDeepDark": { - "author": "Author", - "co-authors": "Co-authors", - "colors": { - "colorShadow": { - "label": "Shadow color", - "title": "Color for shadows" - }, - "dimmerText": { - "label": "Secondary text color", - "title": "Color for secondary text" - }, - "hoverBackground": { - "label": "Hover background color", - "title": "Color for hover background" - }, - "mainBackground": { - "label": "Main background color", - "title": "Color for main background" - }, - "mainColor": { - "label": "Accent color", - "title": "Color for accent" - }, - "mainText": { - "label": "Main text color", - "title": "Color for main text" - }, - "secondBackground": { - "label": "Secondary background color", - "title": "Color for secondary background" - } - }, - "enable": { - "label": "Deep Dark Theme", - "title": "Activate the selected theme for the page" - }, - "select": { - "label": "Select theme", - "title": "Select a theme to be applied to the page" - }, - "title": "YouTube deep dark settings" - } - } - } -} + "langCode": "hi-IN", + "langName": "Hindi", + "messages": { + "resumingVideo": "{{VIDEO_TIME}} पर वीडियो पुनः आरंभ किया जा रहा है", + "settingVolume": "ध्वनि प्रवर्धन को {{VOLUME_BOOST_AMOUNT}} पर सेट किया जा रहा है" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "label": "टाइमस्टैम्प सहित वीडियो URL कॉपी करें" + }, + "extras": { + "copied": "Copied!" + } + }, + "featureMenu": { + "button": { + "label": "सुविधा मेनू" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "{{TIME}} तक तेज़ी से आगे बढ़ाएँ" + }, + "rewindButton": { + "label": "{{TIME}} तक पीछे ले जाएँ" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "अंतिम स्क्रीन कार्ड छिपाएँ", + "toggle": { + "off": "अंतिम स्क्रीन कार्ड दिखाएँ", + "on": "अंतिम स्क्रीन कार्ड छिपाएँ" + } + } + }, + "loopButton": { + "button": { + "label": "दोहराव", + "toggle": { + "off": "दोहराव बंद", + "on": "दोहराव चालू" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "अधिकतम करें", + "toggle": { + "off": "अधिकतम बंद", + "on": "अधिकतम चालू" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Open transcript" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Decrease Speed to {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Increase Speed to {{SPEED}}" + } + }, + "extras": { + "decreaseLimit": "Can't decrease further ({{SPEED}})", + "increaseLimit": "Can't increase further ({{SPEED}})" + } + }, + "playlistLength": { + "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + }, + "playlistManagementButtons": { + "extras": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + } + }, + "saveToWatchLaterButton": { + "extras": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + } + }, + "screenshotButton": { + "button": { + "label": "Screenshot" + }, + "extras": { + "copiedToClipboard": "Screenshot copied to clipboard" + } + }, + "videoHistory": { + "extras": { + "resumeButton": "Resume", + "resumePromptClose": "Close" + } + }, + "volumeBoostButton": { + "button": { + "label": "Volume Boost", + "toggle": { + "off": "Volume boost off", + "on": "Volume boost on" + } + } + } + } + }, + "options": { + "extras": { + "bottomButtons": { + "clear": { + "title": "Clears all data this extension has stored on your machine", + "value": "Clear Data" + }, + "confirm": { + "title": "Confirm setting reset", + "value": "Confirm" + }, + "openTab": { + "title": "Open extension settings in a new tab" + }, + "reset": { + "title": "Resets all settings to their defaults, Click the confirm button to save the changes", + "value": "Reset" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Copy video URL with timestamp button", + "decreasePlaybackSpeedButton": "Decrease Speed button", + "forwardButton": "Fast Forward button", + "hideEndScreenCardsButton": "Hide end screen cards button", + "increasePlaybackSpeedButton": "Increase Speed button", + "loopButton": "Loop button", + "maximizePlayerButton": "Maximize button", + "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind button", + "screenshotButton": "Screenshot button", + "volumeBoostButton": "Volume Boost button" + }, + "options": { + "below_player": { + "placement": "below the player controls", + "value": "Below Player" + }, + "feature_menu": { + "placement": "in the feature menu", + "value": "Feature Menu" + }, + "player_controls_left": { + "placement": "on the left side of player controls", + "value": "Left Controls" + }, + "player_controls_right": { + "placement": "on the right side of player controls", + "value": "Right Controls" + } + }, + "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Button placement settings" + }, + "clearData": { + "allDataDeleted": "All data has been deleted.", + "confirmAlert": "This will delete all extension data related to options. Continue?" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Menu Activation Type", + "options": { + "click": "Click", + "hover": "Hover" + }, + "title": "Select the method to activate the feature menu" + }, + "title": "Feature menu settings" + } + }, + "importExportSettings": { + "exportButton": { + "success": "Settings successfully exported", + "title": "Export settings to a JSON file", + "value": "Export Settings" + }, + "importButton": { + "error": { + "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", + "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" + }, + "success": "Settings imported successfully", + "title": "Import settings from a JSON file", + "value": "Import Settings" + } + }, + "language": { + "select": { + "label": "Language", + "title": "The language to use for the extension" + }, + "title": "Language" + }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "scrollForMoreSettings": "Scroll for more settings", + "settingSearch": { + "placeholder": "Search for a setting" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Key", + "title": "Enter your Youtube Data API V3 key." + }, + "title": "YouTube API V3 key" + } + }, + "notifications": { + "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", + "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." + } + } + }, + "info": { + "reset": "All options have been reset to their default values.\nYou can now save the changes by clicking the \"Confirm\" button or discard them by closing this page or ignore this notification." + }, + "success": { + "saved": "Options saved." + } + } + } + }, + "settings": { + "sections": { + "customCSS": { + "enable": { + "label": "Custom CSS", + "title": "Enables custom CSS to be applied to the page" + }, + "extras": { + "collapse": "Collapse Editor", + "expand": "Expand Editor", + "noProblems": "No problems found." + }, + "title": "Custom CSS settings" + }, + "deepDarkCSS": { + "enable": { + "label": "Deep Dark Theme", + "title": "Activate the selected theme for the page" + }, + "extras": { + "author": "Author", + "co-authors": "Co-authors" + }, + "settings": { + "colorShadow": { + "label": "Shadow color", + "title": "Color for shadows" + }, + "dimmerText": { + "label": "Secondary text color", + "title": "Color for secondary text" + }, + "hoverBackground": { + "label": "Hover background color", + "title": "Color for hover background" + }, + "mainBackground": { + "label": "Main background color", + "title": "Color for main background" + }, + "mainColor": { + "label": "Accent color", + "title": "Color for accent" + }, + "mainText": { + "label": "Main text color", + "title": "Color for main text" + }, + "secondBackground": { + "label": "Secondary background color", + "title": "Color for secondary background" + }, + "theme": { + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + } + } + }, + "title": "YouTube deep dark settings" + }, + "forwardRewindButtons": { + "enable": { + "label": "Forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "settings": { + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + } + }, + "title": "Forward/rewind button settings" + }, + "miscellaneous": { + "settings": { + "automaticallyDisableAmbientMode": { + "enable": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + } + }, + "automaticallyDisableAutoPlay": { + "enable": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + } + }, + "automaticallyDisableClosedCaptions": { + "enable": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + } + }, + "automaticallyEnableClosedCaptions": { + "enable": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + } + }, + "automaticallyMaximizePlayer": { + "enable": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + } + }, + "automaticallyShowMoreVideosOnEndScreen": { + "enable": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + } + }, + "automaticTheaterMode": { + "enable": { + "label": "Automatic theater mode", + "title": "Automatically enables theater mode when you load a video" + } + }, + "copyTimestampUrlButton": { + "enable": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + } + }, + "defaultToOriginalAudioTrack": { + "enable": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + } + }, + "saveToWatchLaterButton": { + "enable": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + } + }, + "hideArtificialIntelligenceSummary": { + "enable": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + } + }, + "hideEndScreenCards": { + "enable": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + } + }, + "hideEndScreenCardsButton": { + "enable": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + } + }, + "hideLiveStreamChat": { + "enable": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + } + }, + "hideMembersOnlyVideos": { + "enable": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + } + }, + "hideOfficialArtistVideosFromHomePage": { + "enable": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + } + }, + "hidePaidPromotionBanner": { + "enable": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + } + }, + "hidePlayables": { + "enable": { + "label": "Hide playables", + "title": "Hides all playables" + } + }, + "hidePlaylistRecommendationsFromHomePage": { + "enable": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + } + }, + "hideScrollbar": { + "enable": { + "label": "Hide scrollbar", + "title": "Hides the pages scrollbar" + } + }, + "hideShorts": { + "enable": { + "label": "Hide shorts", + "title": "Hides all shorts" + } + }, + "hideSidebarRecommendedVideos": { + "enable": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + } + }, + "hideTranslateComment": { + "enable": { + "label": "Hide translate comment button", + "title": "Hides 'Translate to Language' button under comments" + } + }, + "loopButton": { + "enable": { + "label": "Loop button", + "title": "Adds a button to the feature menu to loop the video you're watching" + } + }, + "maximizePlayerButton": { + "enable": { + "label": "Maximize player button", + "title": "Adds a button to the feature menu to maximize the player" + } + }, + "openTranscriptButton": { + "enable": { + "label": "Open transcript button", + "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + } + }, + "openYouTubeSettingsOnHover": { + "enable": { + "label": "Open YouTube settings on hover", + "title": "Opens the YouTube settings menu when you hover over the settings button" + } + }, + "pauseBackgroundPlayers": { + "enable": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + } + }, + "remainingTime": { + "enable": { + "label": "Remaining time", + "title": "Shows the remaining time of the video you're watching" + } + }, + "rememberVolume": { + "enable": { + "label": "Remember last volume", + "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + } + }, + "removeRedirect": { + "enable": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + } + }, + "restoreFullscreenScrolling": { + "enable": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + } + }, + "shareShortener": { + "enable": { + "label": "Shorten YouTube video share link", + "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + } + }, + "shortsAutoScroll": { + "enable": { + "label": "Shorts auto scroll", + "title": "Automatically scrolls to the next short" + } + }, + "skipContinueWatching": { + "enable": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + } + } + }, + "title": "Miscellaneous settings" + }, + "onScreenDisplaySettings": { + "settings": { + "color": { + "label": "Color", + "select": { + "options": { + "blue": "Blue", + "green": "Green", + "orange": "Orange", + "pink": "Pink", + "purple": "Purple", + "red": "Red", + "white": "White", + "yellow": "Yellow" + } + }, + "title": "Select the color for the On-Screen Display" + }, + "hide": { + "label": "Hide Delay", + "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" + }, + "opacity": { + "label": "Opacity", + "title": "Adjust the transparency of the On-Screen Display" + }, + "padding": { + "label": "Padding", + "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." + }, + "position": { + "label": "Position", + "select": { + "options": { + "bottom_left": "Bottom Left", + "bottom_right": "Bottom Right", + "center": "Center", + "top_left": "Top Left", + "top_right": "Top Right" + } + }, + "title": "Select the position of the On-Screen Display" + }, + "type": { + "label": "Type", + "select": { + "options": { + "circle": "Circle", + "line": "Line", + "no_display": "No display", + "text": "Text" + } + }, + "title": "Select the type of On-Screen Display" + } + }, + "title": "On-screen display settings" + }, + "playerQuality": { + "enable": { + "label": "Automatic quality adjustment", + "title": "Automatically adjusts the video quality to the selected level." + }, + "settings": { + "quality": { + "select": { + "label": "Player quality", + "title": "The quality to set the video to" + } + }, + "qualityFallbackStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + } + }, + "title": "Automatic quality settings" + }, + "playerSpeed": { + "enable": { + "label": "Forced playback speed", + "title": "Sets the video speed to what you choose below" + }, + "settings": { + "buttons": { + "label": "Playback speed buttons", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + }, + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + }, + "speed": { + "select": { + "label": "Player speed", + "title": "The speed to set the video to" + } + } + }, + "title": "Playback speed settings" + }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + }, + "settings": { + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } + } + }, + "title": "Playlist length settings" + }, + "playlistManagementButtons": { + "settings": { + "markAsUnwatchedButton": { + "enable": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + } + }, + "removeVideoButton": { + "enable": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + } + }, + "title": "Playlist management settings" + }, + "screenshotButton": { + "enable": { + "label": "Screenshot button", + "title": "Adds a button to the player to take a screenshot of the video" + }, + "settings": { + "format": { + "label": "Screenshot format", + "title": "The format to save the screenshot in" + }, + "saveAs": { + "select": { + "options": { + "both": "Both (File and Clipboard)", + "clipboard": "Clipboard", + "file": "File" + }, + "label": "Screenshot save type", + "title": "The screenshot save type" + } + } + }, + "title": "Screenshot settings" + }, + "scrollWheelSpeedControl": { + "enable": { + "label": "Scroll wheel speed control", + "title": "Press a modifier key to enable speed adjustment with the scroll wheel." + }, + "extras": { + "optionLabel": "{{KEY}} key" + }, + "settings": { + "adjustmentSteps": { + "label": "Speed Change Per Scroll", + "title": "Adjust the speed change per scroll" + }, + "modifierKey": { + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + } + } + }, + "title": "Scroll wheel speed control settings" + }, + "scrollWheelVolumeControl": { + "enable": { + "label": "Scroll wheel volume control", + "title": "Lets you use the scroll wheel to control the volume of the video you're watching" + }, + "extras": { + "optionLabel": "{{KEY}} key" + }, + "settings": { + "adjustmentSteps": { + "label": "Volume Change Per Scroll", + "title": "Adjust the volume change per scroll" + }, + "holdModifierKey": { + "label": "When holding modifier key", + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + }, + "title": "Press a modifier key to enable volume adjustment with the scroll wheel." + }, + "holdRightClick": { + "label": "When holding right click", + "title": "Hold right click to enable scroll wheel volume control" + } + }, + "title": "Scroll wheel volume control settings" + }, + "videoHistory": { + "enable": { + "label": "Track watched videos", + "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" + }, + "settings": { + "resumeType": { + "select": { + "label": "Resume type", + "options": { + "automatic": "Automatic", + "prompt": "Prompt" + }, + "title": "Select how you want to resume videos" + } + } + }, + "title": "Video history settings" + }, + "volumeBoost": { + "enable": { + "label": "Volume boost", + "title": "Enable volume boost" + }, + "settings": { + "amount": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by" + }, + "mode": { + "select": { + "label": "Volume boost mode", + "options": { + "global": "Global", + "perVideo": "Per video" + }, + "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + } + } + }, + "title": "Volume boost settings" + } + } + } +} \ No newline at end of file From 1c72d1156ee6e638482bec8daf716248822c3a39 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 25 Jan 2026 16:19:03 -0500 Subject: [PATCH 1541/1783] New translations en-us.json (English, United Kingdom) --- public/locales/en-GB.json | 1565 +++++++++++++++++++------------------ 1 file changed, 822 insertions(+), 743 deletions(-) diff --git a/public/locales/en-GB.json b/public/locales/en-GB.json index 2d3a1f441..7658566d5 100644 --- a/public/locales/en-GB.json +++ b/public/locales/en-GB.json @@ -1,744 +1,823 @@ { - "langCode": "en-UK", - "langName": "English (UK)", - "messages": { - "resumingVideo": "Resuming video at {{VIDEO_TIME}}", - "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "Copied!", - "label": "Copy video URL with timestamp" - } - }, - "featureMenu": { - "button": { - "label": "Feature menu" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "Fast forward by {{TIME}}" - }, - "rewindButton": { - "label": "Rewind by {{TIME}}" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "Hide end screen cards", - "toggle": { - "off": "Show end screen cards", - "on": "Hide end screen cards" - } - } - }, - "loopButton": { - "button": { - "label": "Loop", - "toggle": { - "off": "Loop off", - "on": "Loop on" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "Maximize", - "toggle": { - "off": "Maximize off", - "on": "Maximize on" - } - } - }, - "miniPlayerButton": { - "button": { - "label": "Mini Player", - "toggle": { - "off": "Mini Player off", - "on": "Mini Player on" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Open transcript" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Decrease Speed to {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Increase Speed to {{SPEED}}" - } - }, - "decreaseLimit": "Can't decrease further ({{SPEED}})", - "increaseLimit": "Can't increase further ({{SPEED}})" - }, - "playlistLength": { - "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." - }, - "screenshotButton": { - "button": { - "label": "Screenshot" - }, - "copiedToClipboard": "Screenshot copied to clipboard" - }, - "videoHistory": { - "resumeButton": "Resume", - "resumePrompt": { - "close": "Close" - } - }, - "volumeBoostButton": { - "button": { - "label": "Volume Boost", - "toggle": { - "off": "Volume boost off", - "on": "Volume boost on" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", - "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." - } - } - }, - "info": { - "reset": "All options have been reset to their default values.\nYou can now save the changes by clicking the \"Confirm\" button or discard them by closing this page or ignore this notification." - }, - "success": { - "saved": "Options saved." - } - } - } - }, - "settings": { - "clearData": { - "allDataDeleted": "All data has been deleted.", - "confirmAlert": "This will delete all extension data related to options. Continue?" - }, - "optionDisabled": { - "either": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " or " - }, - "plural": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " and " - }, - "singular": "Enable '{{OPTION}}' to configure this option", - "specificOption": { - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" - } - }, - "scrollForMoreSettings": "Scroll for more settings", - "sections": { - "automaticQuality": { - "enable": { - "label": "Automatic quality adjustment", - "title": "Automatically adjusts the video quality to the selected level." - }, - "fallbackQualityStrategy": { - "select": { - "label": "Quality fallback strategy", - "options": { - "higher": "Higher", - "lower": "Lower" - }, - "title": "The strategy to use when the selected quality is not available" - } - }, - "select": { - "label": "Player quality", - "title": "The quality to set the video to" - }, - "title": "Automatic quality settings" - }, - "bottomButtons": { - "clear": { - "title": "Clears all data this extension has stored on your machine", - "value": "Clear Data" - }, - "confirm": { - "title": "Confirm setting reset", - "value": "Confirm" - }, - "openTab": { - "title": "Open extension settings in a new tab" - }, - "reset": { - "title": "Resets all settings to their defaults, Click the confirm button to save the changes", - "value": "Reset" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "Copy video URL with timestamp button", - "decreasePlaybackSpeedButton": "Decrease Speed button", - "forwardButton": "Fast Forward button", - "hideEndScreenCardsButton": "Hide end screen cards button", - "increasePlaybackSpeedButton": "Increase Speed button", - "loopButton": "Loop button", - "maximizePlayerButton": "Maximize button", - "miniPlayerButton": "Mini Player", - "openTranscriptButton": "Open Transcript button", - "rewindButton": "Rewind button", - "screenshotButton": "Screenshot button", - "volumeBoostButton": "Volume Boost button" - }, - "options": { - "below_player": { - "placement": "below the player controls", - "value": "Below Player" - }, - "feature_menu": { - "placement": "in the feature menu", - "value": "Feature Menu" - }, - "player_controls_left": { - "placement": "on the left side of player controls", - "value": "Left Controls" - }, - "player_controls_right": { - "placement": "on the right side of player controls", - "value": "Right Controls" - } - }, - "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" - }, - "title": "Button placement settings" - }, - "customCSS": { - "editor": { - "collapse": "Collapse Editor", - "expand": "Expand Editor", - "noProblems": "No problems found." - }, - "enable": { - "label": "Custom CSS", - "title": "Enables custom CSS to be applied to the page" - }, - "title": "Custom CSS settings" - }, - "featureMenu": { - "openType": { - "select": { - "label": "Menu Activation Type", - "options": { - "click": "Click", - "hover": "Hover" - }, - "title": "Select the method to activate the feature menu" - }, - "title": "Feature menu settings" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "Forward/rewind buttons", - "title": "Adds forward and rewind buttons to the video player" - }, - "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" - }, - "title": "Forward/rewind button settings" - }, - "importExportSettings": { - "exportButton": { - "success": "Settings successfully exported", - "title": "Export settings to a JSON file", - "value": "Export Settings" - }, - "importButton": { - "error": { - "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", - "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" - }, - "success": "Settings imported successfully", - "title": "Import settings from a JSON file", - "value": "Import Settings" - } - }, - "language": { - "select": { - "label": "Language", - "title": "The language to use for the extension" - }, - "title": "Language" - }, - "miniPlayer": { - "enable": { - "label": "Open Mini Player when viewing comments", - "title": "Automatically opens the Mini Player when you scroll to comments." - }, - "position": { - "label": "Default Mini Player position", - "options": { - "bottomCenter": "Bottom center", - "bottomLeft": "Bottom left", - "bottomRight": "Bottom right", - "topCenter": "Top center", - "topLeft": "Top left", - "topRight": "Top right" - }, - "title": "Sets the starting position before you move the Mini Player." - }, - "size": { - "label": "Default Mini Player size", - "title": "Sets the initial size before you resize the Mini Player." - }, - "title": "Mini Player settings" - }, - "miniPlayerButton": { - "label": "Mini Player button", - "title": "Adds a button that opens the Mini Player" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "Automatic theatre mode", - "title": "Automatically enables theatre mode when you load a video" - }, - "automaticallyDisableAmbientMode": { - "label": "Automatically disable ambient mode", - "title": "Automatically disables ambient mode when you load a video" - }, - "automaticallyDisableAutoPlay": { - "label": "Automatically disable autoplay", - "title": "Automatically disables autoplay when you load a video" - }, - "automaticallyDisableClosedCaptions": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" - }, - "automaticallyEnableClosedCaptions": { - "label": "Automatically enable closed captions", - "title": "Automatically enables closed captions when you load a video" - }, - "automaticallyMaximizePlayer": { - "label": "Automatically maximize player", - "title": "Automatically maximizes the player when you load a video" - }, - "automaticallyShowMoreVideosOnEndScreen": { - "label": "Automatically show more videos on end screen", - "title": "Automatically shows more videos on end screen when you load a video" - }, - "copyTimestampUrlButton": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" - }, - "defaultToOriginalAudioTrack": { - "label": "Default to original audio track", - "title": "Always default to the original audio track" - }, - "enableMarkAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Add a button to playlist items to mark videos as unwatched" - }, - "enableRemoveVideoButton": { - "label": "Remove video button", - "title": "Add a button to playlist items to remove videos from the playlist" - }, - "enableSaveToWatchLaterButton": { - "label": "Enable save to Watch Later button", - "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" - }, - "hideArtificialIntelligenceSummary": { - "label": "Hide AI summary", - "title": "Hides the artificial intelligence summary below videos" - }, - "hideEndScreenCards": { - "label": "Hide end screen cards", - "title": "Hides the cards at the end of the video" - }, - "hideEndScreenCardsButton": { - "label": "Hide end screen cards button", - "title": "Adds a button to show/hide the cards at the end of the video" - }, - "hideLiveStreamChat": { - "label": "Hide live stream chat", - "title": "Hides the live stream chat" - }, - "hideMembersOnlyVideos": { - "label": "Hide members-only videos", - "title": "Hides videos that are only visible to members" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" - }, - "hidePaidPromotionBanner": { - "label": "Hide paid promotion banner", - "title": "Hides the banner that appears when you watch a video that has a paid promotion" - }, - "hidePlayables": { - "label": "Hide playables", - "title": "Hides all playables" - }, - "hidePlaylistRecommendationsFromHomePage": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" - }, - "hideScrollbar": { - "label": "Hide scrollbar", - "title": "Hides the pages scrollbar" - }, - "hideShorts": { - "label": "Hide shorts", - "title": "Hides all shorts" - }, - "hideSidebarRecommendedVideos": { - "label": "Hide recommended videos", - "title": "Hides the sidebar that recommends videos" - }, - "hideTranslateComment": { - "label": "Hide translate comment button", - "title": "Hides 'Translate to Language' button under comments" - }, - "loopButton": { - "label": "Loop button", - "title": "Adds a button to the feature menu to loop the video you're watching" - }, - "maximizePlayerButton": { - "label": "Maximize player button", - "title": "Adds a button to the feature menu to maximize the player" - }, - "openTranscriptButton": { - "label": "Open transcript button", - "title": "Adds a button to the feature menu to open the transcript of the video you're watching" - }, - "openYouTubeSettingsOnHover": { - "label": "Open YouTube settings on hover", - "title": "Opens the YouTube settings menu when you hover over the settings button" - }, - "pauseBackgroundPlayers": { - "label": "Pause background players", - "title": "Pauses video players in background tabs when you start a new player in foreground tab" - }, - "remainingTime": { - "label": "Remaining time", - "title": "Shows the remaining time of the video you're watching" - }, - "rememberLastVolume": { - "label": "Remember last volume", - "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" - }, - "removeRedirect": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" - }, - "restoreFullscreenScrolling": { - "label": "Restore fullscreen scrolling", - "title": "Restores scrolling in fullscreen mode" - }, - "shareShortener": { - "label": "Shorten YouTube video share link", - "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" - }, - "shortsAutoScroll": { - "label": "Shorts auto scroll", - "title": "Automatically scrolls to the next short" - }, - "skipContinueWatching": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" - } - }, - "title": "Miscellaneous settings" - }, - "onScreenDisplaySettings": { - "color": { - "label": "Colour", - "options": { - "blue": "Blue", - "green": "Green", - "orange": "Orange", - "pink": "Pink", - "purple": "Purple", - "red": "Red", - "white": "White", - "yellow": "Yellow" - }, - "title": "Select the colour for the On-Screen Display" - }, - "hide": { - "label": "Hide Delay", - "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" - }, - "opacity": { - "label": "Opacity", - "title": "Adjust the transparency of the On-Screen Display" - }, - "padding": { - "label": "Padding", - "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." - }, - "position": { - "label": "Position", - "options": { - "bottom_left": "Bottom Left", - "bottom_right": "Bottom Right", - "center": "Centre", - "top_left": "Top Left", - "top_right": "Top Right" - }, - "title": "Select the position of the On-Screen Display" - }, - "title": "On-screen display settings", - "type": { - "label": "Type", - "options": { - "circle": "Circle", - "line": "Line", - "no_display": "No display", - "text": "Text" - }, - "title": "Select the type of On-Screen Display" - } - }, - "playbackSpeed": { - "enable": { - "label": "Forced playback speed", - "title": "Sets the video speed to what you choose below" - }, - "playbackSpeedButtons": { - "label": "Playback speed buttons", - "select": { - "label": "Playback buttons speed", - "title": "Amount of speed to be changed per click" - }, - "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" - }, - "select": { - "label": "Player speed", - "title": "The speed to set the video to" - }, - "title": "Playback speed settings" - }, - "playlistLength": { - "enable": { - "label": "Display playlist length information", - "title": "Shows the total length of the playlist, how much has been watched, and how much remains." - }, - "title": "Playlist length settings", - "wayToGetLength": { - "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "Method to get watched time", - "options": { - "duration": "Video Length", - "youtube": "Video Watch Time" - }, - "title": "The way to get the amount of time watched (Video Length type only used on watch page)" - } - } - }, - "playlistManagement": { - "features": { - "markAsUnwatchedButton": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - }, - "removeVideoButton": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - } - }, - "title": "Playlist management settings" - }, - "playlistManagementButtons": { - "failedToMarkAsUnwatched": "Failed to mark video as unwatched", - "failedToRemoveVideo": "Failed to remove video", - "markAsUnwatched": "Mark as unwatched", - "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "Remove video", - "removingVideo": "Removing video…" - }, - "saveToWatchLaterButton": { - "failedToSaveVideo": "Failed to save video to Watch Later", - "saveVideo": "Save to Watch Later", - "savingVideo": "Saving to Watch Later…" - }, - "screenshotButton": { - "enable": { - "label": "Screenshot button", - "title": "Adds a button to the player to take a screenshot of the video" - }, - "saveAs": { - "both": "Both (File and Clipboard)", - "clipboard": "Clipboard", - "file": "File" - }, - "selectFormat": { - "label": "Screenshot format", - "title": "The format to save the screenshot in" - }, - "selectSaveAs": { - "label": "Screenshot save type", - "title": "The screenshot save type" - }, - "title": "Screenshot settings" - }, - "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "Speed Change Per Scroll", - "title": "Adjust the speed change per scroll" - }, - "enable": { - "label": "Scroll wheel speed control", - "title": "Press a modifier key to enable speed adjustment with the scroll wheel." - }, - "optionLabel": "{{KEY}} key", - "select": { - "label": "Modifier key", - "title": "The modifier key to use" - }, - "title": "Scroll wheel speed control settings" - }, - "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "Volume Change Per Scroll", - "title": "Adjust the volume change per scroll" - }, - "enable": { - "label": "Scroll wheel volume control", - "title": "Lets you use the scroll wheel to control the volume of the video you're watching" - }, - "holdModifierKey": { - "enable": { - "label": "When holding modifier key", - "title": "Press a modifier key to enable volume adjustment with the scroll wheel." - }, - "optionLabel": "{{KEY}} key", - "select": { - "label": "Modifier key", - "title": "The modifier key to use" - } - }, - "holdRightClick": { - "enable": { - "label": "When holding right click", - "title": "Hold right click to enable scroll wheel volume control" - } - }, - "title": "Scroll wheel volume control settings" - }, - "settingSearch": { - "placeholder": "Search for a setting" - }, - "videoHistory": { - "enable": { - "label": "Track watched videos", - "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" - }, - "resumeType": { - "select": { - "label": "Resume type", - "options": { - "automatic": "Automatic", - "prompt": "Prompt" - }, - "title": "Select how you want to resume videos" - } - }, - "title": "Video history settings" - }, - "volumeBoost": { - "boostAmount": { - "label": "Volume boost amount (dB)", - "title": "The amount to boost the volume by" - }, - "enable": { - "label": "Volume boost", - "title": "Enable volume boost" - }, - "mode": { - "select": { - "label": "Volume boost mode", - "options": { - "global": "Global", - "perVideo": "Per video" - }, - "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." - } - }, - "title": "Volume boost settings" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "You can get one from here", - "input": { - "label": "API Key", - "title": "Enter your Youtube Data API V3 key." - }, - "title": "YouTube API V3 key" - }, - "youtubeDeepDark": { - "author": "Author", - "co-authors": "Co-authors", - "colors": { - "colorShadow": { - "label": "Shadow color", - "title": "Color for shadows" - }, - "dimmerText": { - "label": "Secondary text color", - "title": "Color for secondary text" - }, - "hoverBackground": { - "label": "Hover background color", - "title": "Color for hover background" - }, - "mainBackground": { - "label": "Main background color", - "title": "Color for main background" - }, - "mainColor": { - "label": "Accent color", - "title": "Color for accent" - }, - "mainText": { - "label": "Main text color", - "title": "Color for main text" - }, - "secondBackground": { - "label": "Secondary background color", - "title": "Color for secondary background" - } - }, - "enable": { - "label": "Deep Dark Theme", - "title": "Activate the selected theme for the page" - }, - "select": { - "label": "Select theme", - "title": "Select a theme to be applied to the page" - }, - "title": "YouTube deep dark settings" - } - } - } -} + "langCode": "en-UK", + "langName": "English (UK)", + "messages": { + "resumingVideo": "Resuming video at {{VIDEO_TIME}}", + "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "label": "Copy video URL with timestamp" + }, + "extras": { + "copied": "Copied!" + } + }, + "featureMenu": { + "button": { + "label": "Feature menu" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Fast forward by {{TIME}}" + }, + "rewindButton": { + "label": "Rewind by {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Hide end screen cards", + "toggle": { + "off": "Show end screen cards", + "on": "Hide end screen cards" + } + } + }, + "loopButton": { + "button": { + "label": "Loop", + "toggle": { + "off": "Loop off", + "on": "Loop on" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "Maximize", + "toggle": { + "off": "Maximize off", + "on": "Maximize on" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Open transcript" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Decrease Speed to {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Increase Speed to {{SPEED}}" + } + }, + "extras": { + "decreaseLimit": "Can't decrease further ({{SPEED}})", + "increaseLimit": "Can't increase further ({{SPEED}})" + } + }, + "playlistLength": { + "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + }, + "playlistManagementButtons": { + "extras": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + } + }, + "saveToWatchLaterButton": { + "extras": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + } + }, + "screenshotButton": { + "button": { + "label": "Screenshot" + }, + "extras": { + "copiedToClipboard": "Screenshot copied to clipboard" + } + }, + "videoHistory": { + "extras": { + "resumeButton": "Resume", + "resumePromptClose": "Close" + } + }, + "volumeBoostButton": { + "button": { + "label": "Volume Boost", + "toggle": { + "off": "Volume boost off", + "on": "Volume boost on" + } + } + } + } + }, + "options": { + "extras": { + "bottomButtons": { + "clear": { + "title": "Clears all data this extension has stored on your machine", + "value": "Clear Data" + }, + "confirm": { + "title": "Confirm setting reset", + "value": "Confirm" + }, + "openTab": { + "title": "Open extension settings in a new tab" + }, + "reset": { + "title": "Resets all settings to their defaults, Click the confirm button to save the changes", + "value": "Reset" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Copy video URL with timestamp button", + "decreasePlaybackSpeedButton": "Decrease Speed button", + "forwardButton": "Fast Forward button", + "hideEndScreenCardsButton": "Hide end screen cards button", + "increasePlaybackSpeedButton": "Increase Speed button", + "loopButton": "Loop button", + "maximizePlayerButton": "Maximize button", + "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind button", + "screenshotButton": "Screenshot button", + "volumeBoostButton": "Volume Boost button" + }, + "options": { + "below_player": { + "placement": "below the player controls", + "value": "Below Player" + }, + "feature_menu": { + "placement": "in the feature menu", + "value": "Feature Menu" + }, + "player_controls_left": { + "placement": "on the left side of player controls", + "value": "Left Controls" + }, + "player_controls_right": { + "placement": "on the right side of player controls", + "value": "Right Controls" + } + }, + "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Button placement settings" + }, + "clearData": { + "allDataDeleted": "All data has been deleted.", + "confirmAlert": "This will delete all extension data related to options. Continue?" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Menu Activation Type", + "options": { + "click": "Click", + "hover": "Hover" + }, + "title": "Select the method to activate the feature menu" + }, + "title": "Feature menu settings" + } + }, + "importExportSettings": { + "exportButton": { + "success": "Settings successfully exported", + "title": "Export settings to a JSON file", + "value": "Export Settings" + }, + "importButton": { + "error": { + "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", + "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" + }, + "success": "Settings imported successfully", + "title": "Import settings from a JSON file", + "value": "Import Settings" + } + }, + "language": { + "select": { + "label": "Language", + "title": "The language to use for the extension" + }, + "title": "Language" + }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "scrollForMoreSettings": "Scroll for more settings", + "settingSearch": { + "placeholder": "Search for a setting" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Key", + "title": "Enter your Youtube Data API V3 key." + }, + "title": "YouTube API V3 key" + } + }, + "notifications": { + "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", + "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." + } + } + }, + "info": { + "reset": "All options have been reset to their default values.\nYou can now save the changes by clicking the \"Confirm\" button or discard them by closing this page or ignore this notification." + }, + "success": { + "saved": "Options saved." + } + } + } + }, + "settings": { + "sections": { + "customCSS": { + "enable": { + "label": "Custom CSS", + "title": "Enables custom CSS to be applied to the page" + }, + "extras": { + "collapse": "Collapse Editor", + "expand": "Expand Editor", + "noProblems": "No problems found." + }, + "title": "Custom CSS settings" + }, + "deepDarkCSS": { + "enable": { + "label": "Deep Dark Theme", + "title": "Activate the selected theme for the page" + }, + "extras": { + "author": "Author", + "co-authors": "Co-authors" + }, + "settings": { + "colorShadow": { + "label": "Shadow color", + "title": "Color for shadows" + }, + "dimmerText": { + "label": "Secondary text color", + "title": "Color for secondary text" + }, + "hoverBackground": { + "label": "Hover background color", + "title": "Color for hover background" + }, + "mainBackground": { + "label": "Main background color", + "title": "Color for main background" + }, + "mainColor": { + "label": "Accent color", + "title": "Color for accent" + }, + "mainText": { + "label": "Main text color", + "title": "Color for main text" + }, + "secondBackground": { + "label": "Secondary background color", + "title": "Color for secondary background" + }, + "theme": { + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + } + } + }, + "title": "YouTube deep dark settings" + }, + "forwardRewindButtons": { + "enable": { + "label": "Forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "settings": { + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + } + }, + "title": "Forward/rewind button settings" + }, + "miscellaneous": { + "settings": { + "automaticallyDisableAmbientMode": { + "enable": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + } + }, + "automaticallyDisableAutoPlay": { + "enable": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + } + }, + "automaticallyDisableClosedCaptions": { + "enable": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + } + }, + "automaticallyEnableClosedCaptions": { + "enable": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + } + }, + "automaticallyMaximizePlayer": { + "enable": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + } + }, + "automaticallyShowMoreVideosOnEndScreen": { + "enable": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + } + }, + "automaticTheaterMode": { + "enable": { + "label": "Automatic theater mode", + "title": "Automatically enables theater mode when you load a video" + } + }, + "copyTimestampUrlButton": { + "enable": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + } + }, + "defaultToOriginalAudioTrack": { + "enable": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + } + }, + "saveToWatchLaterButton": { + "enable": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + } + }, + "hideArtificialIntelligenceSummary": { + "enable": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + } + }, + "hideEndScreenCards": { + "enable": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + } + }, + "hideEndScreenCardsButton": { + "enable": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + } + }, + "hideLiveStreamChat": { + "enable": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + } + }, + "hideMembersOnlyVideos": { + "enable": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + } + }, + "hideOfficialArtistVideosFromHomePage": { + "enable": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + } + }, + "hidePaidPromotionBanner": { + "enable": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + } + }, + "hidePlayables": { + "enable": { + "label": "Hide playables", + "title": "Hides all playables" + } + }, + "hidePlaylistRecommendationsFromHomePage": { + "enable": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + } + }, + "hideScrollbar": { + "enable": { + "label": "Hide scrollbar", + "title": "Hides the pages scrollbar" + } + }, + "hideShorts": { + "enable": { + "label": "Hide shorts", + "title": "Hides all shorts" + } + }, + "hideSidebarRecommendedVideos": { + "enable": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + } + }, + "hideTranslateComment": { + "enable": { + "label": "Hide translate comment button", + "title": "Hides 'Translate to Language' button under comments" + } + }, + "loopButton": { + "enable": { + "label": "Loop button", + "title": "Adds a button to the feature menu to loop the video you're watching" + } + }, + "maximizePlayerButton": { + "enable": { + "label": "Maximize player button", + "title": "Adds a button to the feature menu to maximize the player" + } + }, + "openTranscriptButton": { + "enable": { + "label": "Open transcript button", + "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + } + }, + "openYouTubeSettingsOnHover": { + "enable": { + "label": "Open YouTube settings on hover", + "title": "Opens the YouTube settings menu when you hover over the settings button" + } + }, + "pauseBackgroundPlayers": { + "enable": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + } + }, + "remainingTime": { + "enable": { + "label": "Remaining time", + "title": "Shows the remaining time of the video you're watching" + } + }, + "rememberVolume": { + "enable": { + "label": "Remember last volume", + "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + } + }, + "removeRedirect": { + "enable": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + } + }, + "restoreFullscreenScrolling": { + "enable": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + } + }, + "shareShortener": { + "enable": { + "label": "Shorten YouTube video share link", + "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + } + }, + "shortsAutoScroll": { + "enable": { + "label": "Shorts auto scroll", + "title": "Automatically scrolls to the next short" + } + }, + "skipContinueWatching": { + "enable": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + } + } + }, + "title": "Miscellaneous settings" + }, + "onScreenDisplaySettings": { + "settings": { + "color": { + "label": "Color", + "select": { + "options": { + "blue": "Blue", + "green": "Green", + "orange": "Orange", + "pink": "Pink", + "purple": "Purple", + "red": "Red", + "white": "White", + "yellow": "Yellow" + } + }, + "title": "Select the color for the On-Screen Display" + }, + "hide": { + "label": "Hide Delay", + "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" + }, + "opacity": { + "label": "Opacity", + "title": "Adjust the transparency of the On-Screen Display" + }, + "padding": { + "label": "Padding", + "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." + }, + "position": { + "label": "Position", + "select": { + "options": { + "bottom_left": "Bottom Left", + "bottom_right": "Bottom Right", + "center": "Center", + "top_left": "Top Left", + "top_right": "Top Right" + } + }, + "title": "Select the position of the On-Screen Display" + }, + "type": { + "label": "Type", + "select": { + "options": { + "circle": "Circle", + "line": "Line", + "no_display": "No display", + "text": "Text" + } + }, + "title": "Select the type of On-Screen Display" + } + }, + "title": "On-screen display settings" + }, + "playerQuality": { + "enable": { + "label": "Automatic quality adjustment", + "title": "Automatically adjusts the video quality to the selected level." + }, + "settings": { + "quality": { + "select": { + "label": "Player quality", + "title": "The quality to set the video to" + } + }, + "qualityFallbackStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + } + }, + "title": "Automatic quality settings" + }, + "playerSpeed": { + "enable": { + "label": "Forced playback speed", + "title": "Sets the video speed to what you choose below" + }, + "settings": { + "buttons": { + "label": "Playback speed buttons", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + }, + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + }, + "speed": { + "select": { + "label": "Player speed", + "title": "The speed to set the video to" + } + } + }, + "title": "Playback speed settings" + }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + }, + "settings": { + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } + } + }, + "title": "Playlist length settings" + }, + "playlistManagementButtons": { + "settings": { + "markAsUnwatchedButton": { + "enable": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + } + }, + "removeVideoButton": { + "enable": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + } + }, + "title": "Playlist management settings" + }, + "screenshotButton": { + "enable": { + "label": "Screenshot button", + "title": "Adds a button to the player to take a screenshot of the video" + }, + "settings": { + "format": { + "label": "Screenshot format", + "title": "The format to save the screenshot in" + }, + "saveAs": { + "select": { + "options": { + "both": "Both (File and Clipboard)", + "clipboard": "Clipboard", + "file": "File" + }, + "label": "Screenshot save type", + "title": "The screenshot save type" + } + } + }, + "title": "Screenshot settings" + }, + "scrollWheelSpeedControl": { + "enable": { + "label": "Scroll wheel speed control", + "title": "Press a modifier key to enable speed adjustment with the scroll wheel." + }, + "extras": { + "optionLabel": "{{KEY}} key" + }, + "settings": { + "adjustmentSteps": { + "label": "Speed Change Per Scroll", + "title": "Adjust the speed change per scroll" + }, + "modifierKey": { + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + } + } + }, + "title": "Scroll wheel speed control settings" + }, + "scrollWheelVolumeControl": { + "enable": { + "label": "Scroll wheel volume control", + "title": "Lets you use the scroll wheel to control the volume of the video you're watching" + }, + "extras": { + "optionLabel": "{{KEY}} key" + }, + "settings": { + "adjustmentSteps": { + "label": "Volume Change Per Scroll", + "title": "Adjust the volume change per scroll" + }, + "holdModifierKey": { + "label": "When holding modifier key", + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + }, + "title": "Press a modifier key to enable volume adjustment with the scroll wheel." + }, + "holdRightClick": { + "label": "When holding right click", + "title": "Hold right click to enable scroll wheel volume control" + } + }, + "title": "Scroll wheel volume control settings" + }, + "videoHistory": { + "enable": { + "label": "Track watched videos", + "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" + }, + "settings": { + "resumeType": { + "select": { + "label": "Resume type", + "options": { + "automatic": "Automatic", + "prompt": "Prompt" + }, + "title": "Select how you want to resume videos" + } + } + }, + "title": "Video history settings" + }, + "volumeBoost": { + "enable": { + "label": "Volume boost", + "title": "Enable volume boost" + }, + "settings": { + "amount": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by" + }, + "mode": { + "select": { + "label": "Volume boost mode", + "options": { + "global": "Global", + "perVideo": "Per video" + }, + "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + } + } + }, + "title": "Volume boost settings" + } + } + } +} \ No newline at end of file From 04070603159ca9fc5161fae4e62da0724f584641 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 25 Jan 2026 17:23:18 -0500 Subject: [PATCH 1542/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 512 +++++++++++++++++++------------------- 1 file changed, 256 insertions(+), 256 deletions(-) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index bddc6992b..ccd358c6d 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -13,7 +13,7 @@ "label": "Copiar URL do vídeo com a minutagem" }, "extras": { - "copied": "Copied!" + "copied": "Copiado!" } }, "featureMenu": { @@ -73,8 +73,8 @@ } }, "extras": { - "decreaseLimit": "Can't decrease further ({{SPEED}})", - "increaseLimit": "Can't increase further ({{SPEED}})" + "decreaseLimit": "Impossível desacelerar mais ({{SPEED}})", + "increaseLimit": "Impossível acelerar mais ({{SPEED}})" } }, "playlistLength": { @@ -82,19 +82,19 @@ }, "playlistManagementButtons": { "extras": { - "failedToMarkAsUnwatched": "Failed to mark video as unwatched", - "failedToRemoveVideo": "Failed to remove video", - "markAsUnwatched": "Mark as unwatched", - "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "Remove video", - "removingVideo": "Removing video…" + "failedToMarkAsUnwatched": "Falha ao marcar o vídeo como não assistido", + "failedToRemoveVideo": "Falha ao remover o vídeo", + "markAsUnwatched": "Marcar como não assistido", + "markingAsUnwatched": "Marcando como não assistido…", + "removeVideo": "Remover vídeo", + "removingVideo": "Removendo vídeo…" } }, "saveToWatchLaterButton": { "extras": { - "failedToSaveVideo": "Failed to save video to Watch Later", - "saveVideo": "Save to Watch Later", - "savingVideo": "Saving to Watch Later…" + "failedToSaveVideo": "Não foi possível salvar o vídeo em \"Assistir mais tarde\"", + "saveVideo": "Salvar em \"Assistir mais tarde\"", + "savingVideo": "Salvando em \"Assistir mais tarde\"…" } }, "screenshotButton": { @@ -102,13 +102,13 @@ "label": "Fazer captura de tela" }, "extras": { - "copiedToClipboard": "Screenshot copied to clipboard" + "copiedToClipboard": "Captura copiada a área de transferência" } }, "videoHistory": { "extras": { - "resumeButton": "Resume", - "resumePromptClose": "Close" + "resumeButton": "Retomar", + "resumePromptClose": "Fechar" } }, "volumeBoostButton": { @@ -126,124 +126,124 @@ "extras": { "bottomButtons": { "clear": { - "title": "Clears all data this extension has stored on your machine", - "value": "Clear Data" + "title": "Limpa todos os dados armazenados pela extensão", + "value": "Limpar dados" }, "confirm": { - "title": "Confirm setting reset", - "value": "Confirm" + "title": "Confirma a redefinição de dados", + "value": "Confirmar" }, "openTab": { - "title": "Open extension settings in a new tab" + "title": "Abre as opções numa nova aba" }, "reset": { - "title": "Resets all settings to their defaults, Click the confirm button to save the changes", - "value": "Reset" + "title": "Redefine as opções para o padrão, confirme para salvar as mudanças", + "value": "Redefinir" } }, "buttonPlacement": { "select": { "buttonNames": { - "copyTimestampUrlButton": "Copy video URL with timestamp button", - "decreasePlaybackSpeedButton": "Decrease Speed button", - "forwardButton": "Fast Forward button", - "hideEndScreenCardsButton": "Hide end screen cards button", - "increasePlaybackSpeedButton": "Increase Speed button", - "loopButton": "Loop button", - "maximizePlayerButton": "Maximize button", - "openTranscriptButton": "Open Transcript button", - "rewindButton": "Rewind button", - "screenshotButton": "Screenshot button", - "volumeBoostButton": "Volume Boost button" + "copyTimestampUrlButton": "Copiar URL do vídeo com o botão de minutagem", + "decreasePlaybackSpeedButton": "Botão de diminuir velocidade", + "forwardButton": "Botão de acelerar velocidade", + "hideEndScreenCardsButton": "Ocultar botão de cards finais", + "increasePlaybackSpeedButton": "Botão de aumentar velocidade", + "loopButton": "Botão Repetir", + "maximizePlayerButton": "Botão Maximizar", + "openTranscriptButton": "Abrir botão de transcrição", + "rewindButton": "Botão Voltar", + "screenshotButton": "Botão de captura de tela", + "volumeBoostButton": "Botão de ganho de volume" }, "options": { "below_player": { - "placement": "below the player controls", - "value": "Below Player" + "placement": "abaixo dos controles do player", + "value": "Abaixo do player" }, "feature_menu": { - "placement": "in the feature menu", - "value": "Feature Menu" + "placement": "no menu de recursos", + "value": "Menu de recursos" }, "player_controls_left": { - "placement": "on the left side of player controls", - "value": "Left Controls" + "placement": "à esquerda dos controles do player", + "value": "Controles esquerdos" }, "player_controls_right": { - "placement": "on the right side of player controls", - "value": "Right Controls" + "placement": "à direita dos controles do player", + "value": "Controles direitos" } }, - "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + "title": "Coloque o {{BUTTON_NAME}} em {{PLACEMENT}}" }, - "title": "Button placement settings" + "title": "Configurações de posicionamento dos botões" }, "clearData": { - "allDataDeleted": "All data has been deleted.", - "confirmAlert": "This will delete all extension data related to options. Continue?" + "allDataDeleted": "Todos os dados foram excluídos.", + "confirmAlert": "Fechar a página desfará todas as mudanças feitas. Prosseguir?" }, "featureMenu": { "openType": { "select": { - "label": "Menu Activation Type", + "label": "Método de ativação do menu", "options": { - "click": "Click", - "hover": "Hover" + "click": "Clicar", + "hover": "Passar o cursor" }, - "title": "Select the method to activate the feature menu" + "title": "Define o método para ativar o menu de recursos" }, - "title": "Feature menu settings" + "title": "Opções do menu de recursos" } }, "importExportSettings": { "exportButton": { - "success": "Settings successfully exported", - "title": "Export settings to a JSON file", - "value": "Export Settings" + "success": "Mudanças aplicadas!", + "title": "Exportar opções para arquivo JSON", + "value": "Exportar opções" }, "importButton": { "error": { - "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", - "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" + "unknown": "Ocorreu um erro ao importar opções. Verifique o formato do arquivo importado.", + "validation": "Erro ao importar opções. Verifique o formato do arquivo importado.\n{{ERROR_MESSAGE}}" }, - "success": "Settings imported successfully", - "title": "Import settings from a JSON file", - "value": "Import Settings" + "success": "Opções importadas com sucesso!", + "title": "Importe as opções dum arquivo JSON", + "value": "Importar opções" } }, "language": { "select": { - "label": "Language", - "title": "The language to use for the extension" + "label": "Idioma", + "title": "O idioma da extensão" }, - "title": "Language" + "title": "Idioma" }, "optionDisabled": { "either": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " or " + "label": "Ative o {{OPTIONS}} para configurar esta opção", + "separator": " ou " }, "plural": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " and " + "label": "Ative o {{OPTIONS}} para configurar esta opção", + "separator": " e " }, - "singular": "Enable '{{OPTION}}' to configure this option", + "singular": "Ative o '{{OPTION}}' para configurar esta opção", "specificOption": { - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + "featureMenu": "Altere pelo menos um botão no menu de recursos para configurar esta opção.", + "screenshotButtonFileFormat": "Defina o tipo de salvamento da captura de tela como 'Arquivo' ou 'Ambos' para configurar esta opção" } }, - "scrollForMoreSettings": "Scroll for more settings", + "scrollForMoreSettings": "Role para mais opções", "settingSearch": { - "placeholder": "Search for a setting" + "placeholder": "Buscar por ajustes" }, "youtubeDataApiV3Key": { - "getApiKeyLinkText": "You can get one from here", + "getApiKeyLinkText": "Você pode obter uma aqui", "input": { - "label": "API Key", - "title": "Enter your Youtube Data API V3 key." + "label": "Chave API", + "title": "Insira sua chave API YouTube Data V3." }, - "title": "YouTube API V3 key" + "title": "Chave da API YouTube Data v3" } }, "notifications": { @@ -273,54 +273,54 @@ "title": "Ativa o CSS personalizado para ser aplicado à página" }, "extras": { - "collapse": "Collapse Editor", - "expand": "Expand Editor", - "noProblems": "No problems found." + "collapse": "Minimizar editor", + "expand": "Maximizar editor", + "noProblems": "Nenhum problema encontrado." }, "title": "Configurações de CSS personalizado" }, "deepDarkCSS": { "enable": { - "label": "Deep Dark Theme", - "title": "Activate the selected theme for the page" + "label": "Tema meia-noite", + "title": "Ativar tema selecionado para a página" }, "extras": { - "author": "Author", - "co-authors": "Co-authors" + "author": "Autor", + "co-authors": "Co-autores" }, "settings": { "colorShadow": { - "label": "Shadow color", - "title": "Color for shadows" + "label": "Cor da sombra", + "title": "Cor para sombras" }, "dimmerText": { - "label": "Secondary text color", - "title": "Color for secondary text" + "label": "Cor do texto secundário", + "title": "Cor para texto secundário" }, "hoverBackground": { - "label": "Hover background color", - "title": "Color for hover background" + "label": "Cor de fundo ao passar o cursor", + "title": "Cor de fundo ao passar o cursor" }, "mainBackground": { - "label": "Main background color", - "title": "Color for main background" + "label": "Cor de fundo principal", + "title": "Cor principal para o fundo" }, "mainColor": { - "label": "Accent color", - "title": "Color for accent" + "label": "Cor de destaque", + "title": "Cor para destaque" }, "mainText": { - "label": "Main text color", - "title": "Color for main text" + "label": "Cor do texto principal", + "title": "Cor para o texto principal" }, "secondBackground": { - "label": "Secondary background color", - "title": "Color for secondary background" + "label": "Cor de fundo secundário", + "title": "Cor para fundo secundário" }, "theme": { "select": { - "label": "Select theme", - "title": "Select a theme to be applied to the page" + "label": "Selecionar tema", + "title": "Selecione um tema para a página" } } }, @@ -333,8 +333,8 @@ }, "settings": { "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" + "label": "Avançar/voltar tempo", + "title": "O tanto de tempo para avançar/voltar" } }, "title": "Opções de avançar/voltar" @@ -343,212 +343,212 @@ "settings": { "automaticallyDisableAmbientMode": { "enable": { - "label": "Automatically disable ambient mode", - "title": "Automatically disables ambient mode when you load a video" + "label": "Desativar automaticamente o modo ambiente", + "title": "Desativa o modo ambiente automaticamente ao carregar um vídeo" } }, "automaticallyDisableAutoPlay": { "enable": { - "label": "Automatically disable autoplay", - "title": "Automatically disables autoplay when you load a video" + "label": "Desativar reprodução automática", + "title": "Desativa automaticamente a reprodução automática ao carregar um vídeo" } }, "automaticallyDisableClosedCaptions": { "enable": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" + "label": "Desativar legendas automaticamente", + "title": "Desativa as legendas ao carregar um vídeo" } }, "automaticallyEnableClosedCaptions": { "enable": { - "label": "Automatically enable closed captions", - "title": "Automatically enables closed captions when you load a video" + "label": "Ativar legendas automaticamente", + "title": "Ativa automaticamente as legendas ao carregar um vídeo" } }, "automaticallyMaximizePlayer": { "enable": { - "label": "Automatically maximize player", - "title": "Automatically maximizes the player when you load a video" + "label": "Maximizar o vídeo automaticamente", + "title": "Maximiza automaticamente o reprodutor ao carregar um vídeo" } }, "automaticallyShowMoreVideosOnEndScreen": { "enable": { - "label": "Automatically show more videos on end screen", - "title": "Automatically shows more videos on end screen when you load a video" + "label": "Exibir automaticamente mais vídeos na tela final", + "title": "Mostra automaticamente mais vídeos na tela final do vídeo" } }, "automaticTheaterMode": { "enable": { - "label": "Automatic theater mode", - "title": "Automatically enables theater mode when you load a video" + "label": "Modo teatro automático", + "title": "Ativa automaticamente o modo teatro ao carregar um vídeo" } }, "copyTimestampUrlButton": { "enable": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" + "label": "Copiar URL do vídeo com o botão de minutagem", + "title": "Copia o URL do vídeo com a minutagem (?t=123)" } }, "defaultToOriginalAudioTrack": { "enable": { - "label": "Default to original audio track", - "title": "Always default to the original audio track" + "label": "Retornar à faixa de vídeo original", + "title": "Sempre retornar à faixa de vídeo original" } }, "saveToWatchLaterButton": { "enable": { - "label": "Enable save to Watch Later button", - "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + "label": "Ativar botão \"Assistir mais tarde\"", + "title": "Adiciona um botão aos vídeos da página inicial e das inscrições para salvar o vídeo na lista de reprodução \"Assistir mais tarde\"" } }, "hideArtificialIntelligenceSummary": { "enable": { - "label": "Hide AI summary", - "title": "Hides the artificial intelligence summary below videos" + "label": "Ocultar resumo IA", + "title": "Oculta a seção de resumo IA de um vídeo" } }, "hideEndScreenCards": { "enable": { - "label": "Hide end screen cards", - "title": "Hides the cards at the end of the video" + "label": "Ocultar cards finais", + "title": "Oculta os cards no final do vídeo" } }, "hideEndScreenCardsButton": { "enable": { - "label": "Hide end screen cards button", - "title": "Adds a button to show/hide the cards at the end of the video" + "label": "Ocultar botão de cards finais", + "title": "Adiciona um botão para exibir/ocultar cards finais" } }, "hideLiveStreamChat": { "enable": { - "label": "Hide live stream chat", - "title": "Hides the live stream chat" + "label": "Ocultar chat da transmissão", + "title": "Oculta o chat da transmissão" } }, "hideMembersOnlyVideos": { "enable": { - "label": "Hide members-only videos", - "title": "Hides videos that are only visible to members" + "label": "Ocultar vídeos exclusivos para membros", + "title": "Oculta vídeos que só membros são permitidos a assistir" } }, "hideOfficialArtistVideosFromHomePage": { "enable": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" + "label": "Ocultar vídeos de artistas originais", + "title": "Ocultar vídeos de artistas originais do início" } }, "hidePaidPromotionBanner": { "enable": { - "label": "Hide paid promotion banner", - "title": "Hides the banner that appears when you watch a video that has a paid promotion" + "label": "Ocultar banner de promoção paga", + "title": "Oculta o banner ao assistir um vídeo com promoção paga incluída" } }, "hidePlayables": { "enable": { - "label": "Hide playables", - "title": "Hides all playables" + "label": "Ocultar jogáveis", + "title": "Oculta a seção de jogáveis" } }, "hidePlaylistRecommendationsFromHomePage": { "enable": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" + "label": "Ocultar listas de reprodução da página inicial", + "title": "Remova as listas de reprodução da página inicial" } }, "hideScrollbar": { "enable": { - "label": "Hide scrollbar", - "title": "Hides the pages scrollbar" + "label": "Ocultar barra de rolagem", + "title": "Oculta a barra de rolagem da página" } }, "hideShorts": { "enable": { - "label": "Hide shorts", - "title": "Hides all shorts" + "label": "Ocultar \"Shorts\"", + "title": "Oculta a função \"Shorts\"" } }, "hideSidebarRecommendedVideos": { "enable": { - "label": "Hide recommended videos", - "title": "Hides the sidebar that recommends videos" + "label": "Ocultar vídeos recomendados", + "title": "Oculta a barra lateral de recomendação de vídeos" } }, "hideTranslateComment": { "enable": { - "label": "Hide translate comment button", - "title": "Hides 'Translate to Language' button under comments" + "label": "Ocultar botão de traduzir comentário", + "title": "Oculta o botão de tradução de comentário" } }, "loopButton": { "enable": { - "label": "Loop button", - "title": "Adds a button to the feature menu to loop the video you're watching" + "label": "Botão Repetir", + "title": "Adiciona um botão para repetir o vídeo que está assistindo" } }, "maximizePlayerButton": { "enable": { - "label": "Maximize player button", - "title": "Adds a button to the feature menu to maximize the player" + "label": "Botão de maximizar player", + "title": "Adiciona um botão para maximizar o player" } }, "openTranscriptButton": { "enable": { - "label": "Open transcript button", - "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + "label": "Abrir botão de transcrição", + "title": "Adiciona um botão para abrir a transcrição do vídeo que está assistindo" } }, "openYouTubeSettingsOnHover": { "enable": { - "label": "Open YouTube settings on hover", - "title": "Opens the YouTube settings menu when you hover over the settings button" + "label": "Abrir opções do YouTube ao passar o cursor", + "title": "Abre as opções do YouTube ao passar o cursor sobre o botão Opções" } }, "pauseBackgroundPlayers": { "enable": { - "label": "Pause background players", - "title": "Pauses video players in background tabs when you start a new player in foreground tab" + "label": "Pausar player em segundo plano", + "title": "Pausa o player nas abas em segundo plano ao iniciar um novo player noutra aba" } }, "remainingTime": { "enable": { - "label": "Remaining time", - "title": "Shows the remaining time of the video you're watching" + "label": "Tempo restante", + "title": "Exibe o tempo restante do vídeo que está assistindo" } }, "rememberVolume": { "enable": { - "label": "Remember last volume", - "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + "label": "Lembrar volume anterior", + "title": "Lembra do aumento de volume do vídeo anterior e aplica-o ao novo vídeo." } }, "removeRedirect": { "enable": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + "label": "Remover URLs de redireção do YouTube", + "title": "Substitui a redireção do YouTube por URLs reais, pulando o aviso de redireção" } }, "restoreFullscreenScrolling": { "enable": { - "label": "Restore fullscreen scrolling", - "title": "Restores scrolling in fullscreen mode" + "label": "Restaurar rolagem em tela cheia", + "title": "Restaura a rolagem da página no modo de tela cheia" } }, "shareShortener": { "enable": { - "label": "Shorten YouTube video share link", - "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + "label": "Encurtar link de compartilha de vídeo", + "title": "Encurta os links de compartilha de vídeo (youtu.be) removendo os parâmetros si/features." } }, "shortsAutoScroll": { "enable": { - "label": "Shorts auto scroll", - "title": "Automatically scrolls to the next short" + "label": "Rolar automaticamente pelos Shorts", + "title": "Rola para o próximo Short automaticamente" } }, "skipContinueWatching": { "enable": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" + "label": "Pular aviso de ausência", + "title": "Remove o aviso \"O vídeo está pausado. Continuar assistindo?\"" } } }, @@ -557,108 +557,108 @@ "onScreenDisplaySettings": { "settings": { "color": { - "label": "Color", + "label": "Cor", "select": { "options": { - "blue": "Blue", - "green": "Green", - "orange": "Orange", - "pink": "Pink", - "purple": "Purple", - "red": "Red", - "white": "White", - "yellow": "Yellow" + "blue": "Azul", + "green": "Verde", + "orange": "Laranja", + "pink": "Rosa", + "purple": "Roxo", + "red": "Vermelho", + "white": "Branco", + "yellow": "Amarelo" } }, - "title": "Select the color for the On-Screen Display" + "title": "Define a cor para as informações em exibição" }, "hide": { - "label": "Hide Delay", - "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" + "label": "Ocultar atraso", + "title": "Especifica o tempo (em milissegundos) antes de ocultar automaticamente as informações em exibição" }, "opacity": { - "label": "Opacity", - "title": "Adjust the transparency of the On-Screen Display" + "label": "Opacidade", + "title": "Ajusta a transparência das informações em exibição" }, "padding": { - "label": "Padding", - "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." + "label": "Alinhamento", + "title": "Ajusta o alinhamento de informações em exibição (em píxeis)." }, "position": { - "label": "Position", + "label": "Posição", "select": { "options": { - "bottom_left": "Bottom Left", - "bottom_right": "Bottom Right", - "center": "Center", - "top_left": "Top Left", - "top_right": "Top Right" + "bottom_left": "Inferior esquerdo", + "bottom_right": "Inferior direito", + "center": "Centro", + "top_left": "Superior esquerdo", + "top_right": "Superior direito" } }, - "title": "Select the position of the On-Screen Display" + "title": "Seleciona a posição da exibição na tela" }, "type": { - "label": "Type", + "label": "Tipo", "select": { "options": { - "circle": "Circle", - "line": "Line", - "no_display": "No display", - "text": "Text" + "circle": "Círculo", + "line": "Linha", + "no_display": "Sem exibição", + "text": "Texto" } }, - "title": "Select the type of On-Screen Display" + "title": "Seleciona o tipo de exibição na tela" } }, "title": "On-screen display settings" }, "playerQuality": { "enable": { - "label": "Automatic quality adjustment", - "title": "Automatically adjusts the video quality to the selected level." + "label": "Ajustador automático de resolução", + "title": "Define automaticamente a resolução do vídeo para o nível desejado." }, "settings": { "quality": { "select": { - "label": "Player quality", - "title": "The quality to set the video to" + "label": "Resolução do player", + "title": "A resolução para definir no vídeo" } }, "qualityFallbackStrategy": { "select": { - "label": "Quality fallback strategy", + "label": "Sistema de redução de resolução", "options": { - "higher": "Higher", - "lower": "Lower" + "higher": "Grande", + "lower": "Pequeno" }, - "title": "The strategy to use when the selected quality is not available" + "title": "O sistema para usar quando a resolução definida estiver indisponível." } } }, - "title": "Automatic quality settings" + "title": "Opções de resolução automática" }, "playerSpeed": { "enable": { - "label": "Forced playback speed", - "title": "Sets the video speed to what you choose below" + "label": "Velocidade de playback forçada", + "title": "Define a velocidade do vídeo ao valor que você inserir" }, "settings": { "buttons": { - "label": "Playback speed buttons", + "label": "Velocidade de playback", "select": { - "label": "Playback buttons speed", - "title": "Amount of speed to be changed per click" + "label": "Velocidade do playback", + "title": "O tanto de velocidade a ser pulado num clique" }, - "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + "title": "Adiciona botões para acelerar/desacelerar o playback do vídeo" }, "speed": { "select": { - "label": "Player speed", - "title": "The speed to set the video to" + "label": "Velocidade do player", + "title": "A velocidade definida para o vídeo" } } }, - "title": "Playback speed settings" + "title": "Opções de playback" }, "playlistLength": { "enable": { @@ -668,18 +668,18 @@ "settings": { "wayToGetLength": { "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + "label": "Forma de obter a duração da playlist", + "title": "A forma de obter a duração da playlist (O método API voltará a HTML se ocorrer um erro)" } }, "wayToGetWatchTime": { "select": { - "label": "Method to get watched time", + "label": "Forma de obter o tempo assistido", "options": { - "duration": "Video Length", - "youtube": "Video Watch Time" + "duration": "Duração do vídeo", + "youtube": "Tempo assistido do vídeo" }, - "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + "title": "A forma de obter o tempo assistido (Tipo de duração do vídeo apenas usado na página de exibição)" } } }, @@ -689,14 +689,14 @@ "settings": { "markAsUnwatchedButton": { "enable": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" + "label": "Botão \"Marcar como não assistido\"", + "title": "Adiciona um botão para marcar vídeos como não assistidos" } }, "removeVideoButton": { "enable": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" + "label": "Botão \"Remover vídeo\"", + "title": "Adicione um botão aos itens da lista de reprodução para remover vídeos da lista" } } }, @@ -709,18 +709,18 @@ }, "settings": { "format": { - "label": "Screenshot format", - "title": "The format to save the screenshot in" + "label": "Formato da captura de tela", + "title": "O formato para salvar a captura de tela" }, "saveAs": { "select": { "options": { - "both": "Both (File and Clipboard)", - "clipboard": "Clipboard", - "file": "File" + "both": "Ambos (Arquivo e Área de Transferência)", + "clipboard": "Área de transferência", + "file": "Arquivo" }, - "label": "Screenshot save type", - "title": "The screenshot save type" + "label": "Tipo de armazenamento da captura de tela", + "title": "O tipo de armazenamento da captura de tela" } } }, @@ -732,17 +732,17 @@ "title": "Pressiona uma tecla modificadora para ativar o ajuste de velocidade com a roda do mouse." }, "extras": { - "optionLabel": "{{KEY}} key" + "optionLabel": "Tecla {{KEY}}" }, "settings": { "adjustmentSteps": { - "label": "Speed Change Per Scroll", - "title": "Adjust the speed change per scroll" + "label": "Alterar volume por rolagem", + "title": "Ajusta a mudança de velocidade por rolagem" }, "modifierKey": { "select": { - "label": "Modifier key", - "title": "The modifier key to use" + "label": "Tecla de modificação", + "title": "A tecla de modificação para uso" } } }, @@ -754,24 +754,24 @@ "title": "Deixa-o utilizar a roda do cursor para ajustar o volume do vídeo" }, "extras": { - "optionLabel": "{{KEY}} key" + "optionLabel": "Tecla {{KEY}}" }, "settings": { "adjustmentSteps": { - "label": "Volume Change Per Scroll", - "title": "Adjust the volume change per scroll" + "label": "Mudança de volume por rolagem", + "title": "Ajusta a mudança de volume por rolagem" }, "holdModifierKey": { - "label": "When holding modifier key", + "label": "Ao segurar a tecla de modificação", "select": { - "label": "Modifier key", - "title": "The modifier key to use" + "label": "Tecla de modificação", + "title": "A tecla de modificação para uso" }, - "title": "Press a modifier key to enable volume adjustment with the scroll wheel." + "title": "Segure a tecla de modificação para ajustar o volume com a roda do cursor." }, "holdRightClick": { - "label": "When holding right click", - "title": "Hold right click to enable scroll wheel volume control" + "label": "Ao segurar o botão direito", + "title": "Segure o botão direito para ajustar o volume pela roda." } }, "title": "Opções de ajuste de volume pela roda" @@ -784,12 +784,12 @@ "settings": { "resumeType": { "select": { - "label": "Resume type", + "label": "Tipo de retomada", "options": { - "automatic": "Automatic", - "prompt": "Prompt" + "automatic": "Automático", + "prompt": "Perguntar" }, - "title": "Select how you want to resume videos" + "title": "Selecione como deseja retomar os vídeos" } } }, @@ -802,17 +802,17 @@ }, "settings": { "amount": { - "label": "Volume boost amount (dB)", - "title": "The amount to boost the volume by" + "label": "Aumento de volume (dB)", + "title": "O valor para aumentar o volume" }, "mode": { "select": { - "label": "Volume boost mode", + "label": "Modo de aumento de volume", "options": { "global": "Global", - "perVideo": "Per video" + "perVideo": "Por vídeo" }, - "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + "title": "Selecione como o aumento de volume é aplicado. 'Por vídeo' permite ativar o aumento para cada vídeo individualmente no menu de recursos. Já o 'Global' aplica o aumento para todos os vídeos quando o aumento de volume é ativado." } } }, From cd51f6fb07b7eef4efc69f8d713e45e208fc11dc Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 25 Jan 2026 17:23:19 -0500 Subject: [PATCH 1543/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 510 +++++++++++++++++++------------------- 1 file changed, 255 insertions(+), 255 deletions(-) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index ab62b0dda..91c281382 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -1,5 +1,5 @@ { - "langCode": "en-US", + "langCode": "sv-SE", "langName": "Svenska (SV)", "messages": { "resumingVideo": "Återupptar video vid {{VIDEO_TIME}}", @@ -13,7 +13,7 @@ "label": "Kopiera videons webbadress med tidsstämpel" }, "extras": { - "copied": "Copied!" + "copied": "Kopierad!" } }, "featureMenu": { @@ -73,8 +73,8 @@ } }, "extras": { - "decreaseLimit": "Can't decrease further ({{SPEED}})", - "increaseLimit": "Can't increase further ({{SPEED}})" + "decreaseLimit": "Det går inte att sänka mer ({{SPEED}})", + "increaseLimit": "Det går inte att höja mer ({{SPEED}})" } }, "playlistLength": { @@ -82,19 +82,19 @@ }, "playlistManagementButtons": { "extras": { - "failedToMarkAsUnwatched": "Failed to mark video as unwatched", - "failedToRemoveVideo": "Failed to remove video", - "markAsUnwatched": "Mark as unwatched", - "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "Remove video", - "removingVideo": "Removing video…" + "failedToMarkAsUnwatched": "Det gick inte att markera video som ej sedd", + "failedToRemoveVideo": "Det gick inte att ta bort video", + "markAsUnwatched": "Markera som ej sedd", + "markingAsUnwatched": "Markerar som ej sedd…", + "removeVideo": "Ta bort video", + "removingVideo": "Tar bort video…" } }, "saveToWatchLaterButton": { "extras": { - "failedToSaveVideo": "Failed to save video to Watch Later", - "saveVideo": "Save to Watch Later", - "savingVideo": "Saving to Watch Later…" + "failedToSaveVideo": "Det gick inte att spara videon till titta på senare", + "saveVideo": "Spara till titta på senare", + "savingVideo": "Sparar till titta på senare…" } }, "screenshotButton": { @@ -102,13 +102,13 @@ "label": "Skärmbild" }, "extras": { - "copiedToClipboard": "Screenshot copied to clipboard" + "copiedToClipboard": "Skärmbild kopierad till urklipp" } }, "videoHistory": { "extras": { - "resumeButton": "Resume", - "resumePromptClose": "Close" + "resumeButton": "Återuppta", + "resumePromptClose": "Stäng" } }, "volumeBoostButton": { @@ -126,124 +126,124 @@ "extras": { "bottomButtons": { "clear": { - "title": "Clears all data this extension has stored on your machine", - "value": "Clear Data" + "title": "Rensar all data som detta tillägg har lagrat på din dator", + "value": "Rensa data" }, "confirm": { - "title": "Confirm setting reset", - "value": "Confirm" + "title": "Bekräfta återställning av inställningar", + "value": "Bekräfta" }, "openTab": { - "title": "Open extension settings in a new tab" + "title": "Öppna tilläggsinställningar i en ny flik" }, "reset": { - "title": "Resets all settings to their defaults, Click the confirm button to save the changes", - "value": "Reset" + "title": "Återställer alla inställningar till sina standardinställningar, Klicka på bekräftelseknappen för att spara ändringarna", + "value": "Återställ" } }, "buttonPlacement": { "select": { "buttonNames": { - "copyTimestampUrlButton": "Copy video URL with timestamp button", - "decreasePlaybackSpeedButton": "Decrease Speed button", - "forwardButton": "Fast Forward button", - "hideEndScreenCardsButton": "Hide end screen cards button", - "increasePlaybackSpeedButton": "Increase Speed button", - "loopButton": "Loop button", - "maximizePlayerButton": "Maximize button", - "openTranscriptButton": "Open Transcript button", - "rewindButton": "Rewind button", - "screenshotButton": "Screenshot button", - "volumeBoostButton": "Volume Boost button" + "copyTimestampUrlButton": "Kopiera videons webbadress med tidsstämpelknappen", + "decreasePlaybackSpeedButton": "Knapp för att mindska hastigheten", + "forwardButton": "Snabbspolningsknapp", + "hideEndScreenCardsButton": "Dölj knappen för slutskärmskort", + "increasePlaybackSpeedButton": "Knapp för att öka hastigheten", + "loopButton": "Slingknapp", + "maximizePlayerButton": "Maximeraknapp", + "openTranscriptButton": "Transkriptknapp", + "rewindButton": "Återspolningsknapp", + "screenshotButton": "Skärmbildsknapp", + "volumeBoostButton": "Volymökningsknapp" }, "options": { "below_player": { - "placement": "below the player controls", - "value": "Below Player" + "placement": "under spelarkontrollerna", + "value": "Under spelaren" }, "feature_menu": { - "placement": "in the feature menu", - "value": "Feature Menu" + "placement": "i funktionsmenyn", + "value": "Funktionsmeny" }, "player_controls_left": { - "placement": "on the left side of player controls", - "value": "Left Controls" + "placement": "på vänster sida av spelarkontrollerna", + "value": "Vänster kontroller" }, "player_controls_right": { - "placement": "on the right side of player controls", - "value": "Right Controls" + "placement": "på höger sida av spelarkontrollerna", + "value": "Höger kontroller" } }, - "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + "title": "Placera {{BUTTON_NAME}} {{PLACEMENT}}" }, - "title": "Button placement settings" + "title": "Inställningar för knapplacering" }, "clearData": { - "allDataDeleted": "All data has been deleted.", - "confirmAlert": "This will delete all extension data related to options. Continue?" + "allDataDeleted": "All data har tagits bort.", + "confirmAlert": "Detta kommer att ta bort alla tilläggsdata relaterade till alternativen. Fortsätta?" }, "featureMenu": { "openType": { "select": { - "label": "Menu Activation Type", + "label": "Aktiveringstyp för menyn", "options": { - "click": "Click", - "hover": "Hover" + "click": "Klicka", + "hover": "Musöver" }, - "title": "Select the method to activate the feature menu" + "title": "Välj metod för att aktivera funktionsmenyn" }, - "title": "Feature menu settings" + "title": "Inställningar för funktionsmeny" } }, "importExportSettings": { "exportButton": { - "success": "Settings successfully exported", - "title": "Export settings to a JSON file", - "value": "Export Settings" + "success": "Inställningar har exporterats", + "title": "Exportera inställningarna till en JSON-fil", + "value": "Exportera Inställningar" }, "importButton": { "error": { - "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", - "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" + "unknown": "Fel vid import av inställningar. Kontrollera filformatet.\nEtt okänt fel uppstod.", + "validation": "Fel vid import av inställningar. Kontrollera filformatet.\n{{ERROR_MESSAGE}}" }, - "success": "Settings imported successfully", - "title": "Import settings from a JSON file", - "value": "Import Settings" + "success": "Inställningar har importerats", + "title": "Importera inställningarna från en JSON-fil", + "value": "Importera inställningar" } }, "language": { "select": { - "label": "Language", - "title": "The language to use for the extension" + "label": "Språk", + "title": "Språket som ska användas för tillägget" }, - "title": "Language" + "title": "Språk" }, "optionDisabled": { "either": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " or " + "label": "Aktivera {{OPTIONS}} för att konfigurera detta alternativ", + "separator": " eller " }, "plural": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " and " + "label": "Aktivera {{OPTIONS}} för att konfigurera detta alternativ", + "separator": " och " }, - "singular": "Enable '{{OPTION}}' to configure this option", + "singular": "Aktivera {{OPTION}} för att konfigurera detta alternativ", "specificOption": { - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + "featureMenu": "Konfigurera minst en knapp som ska placeras i funktionsmenyn för att konfigurera det här alternativet.", + "screenshotButtonFileFormat": "Ställ in skärmbildens bildtyp till 'fil' eller 'båda' för att konfigurera detta alternativ" } }, - "scrollForMoreSettings": "Scroll for more settings", + "scrollForMoreSettings": "Rulla för fler inställningar", "settingSearch": { - "placeholder": "Search for a setting" + "placeholder": "Sök efter en inställning" }, "youtubeDataApiV3Key": { - "getApiKeyLinkText": "You can get one from here", + "getApiKeyLinkText": "Du kan hämta en härifrån", "input": { - "label": "API Key", - "title": "Enter your Youtube Data API V3 key." + "label": "API-nyckel", + "title": "Ange din Youtube Data API V3-nyckel." }, - "title": "YouTube API V3 key" + "title": "YouTube API V3-nyckel" } }, "notifications": { @@ -273,58 +273,58 @@ "title": "Aktiverar anpassad CSS som ska tillämpas på sidan" }, "extras": { - "collapse": "Collapse Editor", - "expand": "Expand Editor", - "noProblems": "No problems found." + "collapse": "Fäll ihop redigeraren", + "expand": "Fäll ut redigeraren", + "noProblems": "Inga problem hittades." }, "title": "Anpassade CSS-inställningar" }, "deepDarkCSS": { "enable": { - "label": "Deep Dark Theme", - "title": "Activate the selected theme for the page" + "label": "Aktivera valt tema", + "title": "Aktivera det valda temat för sidan" }, "extras": { - "author": "Author", - "co-authors": "Co-authors" + "author": "Skapare", + "co-authors": "Medskapare" }, "settings": { "colorShadow": { - "label": "Shadow color", - "title": "Color for shadows" + "label": "Skuggfärg", + "title": "Färg för skuggor" }, "dimmerText": { - "label": "Secondary text color", - "title": "Color for secondary text" + "label": "Sekundär textfärg", + "title": "Färg för sekundärtext" }, "hoverBackground": { - "label": "Hover background color", - "title": "Color for hover background" + "label": "Bakgrundsfärg för musöver", + "title": "Bakgrundsfärg för musöver" }, "mainBackground": { - "label": "Main background color", - "title": "Color for main background" + "label": "Primär bakgrundsfärg", + "title": "Färg för primär bakgrund" }, "mainColor": { - "label": "Accent color", - "title": "Color for accent" + "label": "Accentfärg", + "title": "Färg för accent" }, "mainText": { - "label": "Main text color", - "title": "Color for main text" + "label": "Primär textfärg", + "title": "Färg för primär text" }, "secondBackground": { - "label": "Secondary background color", - "title": "Color for secondary background" + "label": "Sekundär bakgrundsfärg", + "title": "Färg för sekundär bakgrund" }, "theme": { "select": { - "label": "Select theme", - "title": "Select a theme to be applied to the page" + "label": "Välj tema", + "title": "Välj ett tema som ska tillämpas på sidan" } } }, - "title": "YouTube deep dark settings" + "title": "Deep Dark-inställningar för YouTube" }, "forwardRewindButtons": { "enable": { @@ -333,8 +333,8 @@ }, "settings": { "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" + "label": "Spola framåt-/återspolningstid", + "title": "Tiden som videon ska spolas framåt/återspolas med" } }, "title": "Inställningar för knapparna spola framåt/återspola" @@ -343,212 +343,212 @@ "settings": { "automaticallyDisableAmbientMode": { "enable": { - "label": "Automatically disable ambient mode", - "title": "Automatically disables ambient mode when you load a video" + "label": "Inaktivera biobelysning automatiskt", + "title": "Inaktiverar automatiskt biobelysning när du startar en video" } }, "automaticallyDisableAutoPlay": { "enable": { - "label": "Automatically disable autoplay", - "title": "Automatically disables autoplay when you load a video" + "label": "Inaktivera automatisk uppspelning", + "title": "Inaktiverar automatiskt uppspelning när du startar en video" } }, "automaticallyDisableClosedCaptions": { "enable": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" + "label": "Inaktivera textning automatiskt", + "title": "Inaktiverar textning automatiskt när du laddar en video" } }, "automaticallyEnableClosedCaptions": { "enable": { - "label": "Automatically enable closed captions", - "title": "Automatically enables closed captions when you load a video" + "label": "Aktivera undertexter automatiskt", + "title": "Aktiverar automatiskt undertexter när du startar en video" } }, "automaticallyMaximizePlayer": { "enable": { - "label": "Automatically maximize player", - "title": "Automatically maximizes the player when you load a video" + "label": "Maximera spelaren automatiskt", + "title": "Maximera spelaren automatiskt när du laddar en video" } }, "automaticallyShowMoreVideosOnEndScreen": { "enable": { - "label": "Automatically show more videos on end screen", - "title": "Automatically shows more videos on end screen when you load a video" + "label": "Visa automatiskt fler videor på slutskärmen", + "title": "Visa automatiskt fler videor på slutskärmen när du laddar en video" } }, "automaticTheaterMode": { "enable": { - "label": "Automatic theater mode", - "title": "Automatically enables theater mode when you load a video" + "label": "Automatiskt teaterläge", + "title": "Aktiverar automatiskt teaterläge när du startar en video" } }, "copyTimestampUrlButton": { "enable": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" + "label": "Kopiera videons webbadress med tidsstämpelknappen", + "title": "Kopiera videons webbadress med tidsstämpel (?t=123)" } }, "defaultToOriginalAudioTrack": { "enable": { - "label": "Default to original audio track", - "title": "Always default to the original audio track" + "label": "Standard till originalljudspår", + "title": "Använd alltid originalljudspåret som standard" } }, "saveToWatchLaterButton": { "enable": { - "label": "Enable save to Watch Later button", - "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + "label": "Aktivera knappen spara för att titta på senare", + "title": "Lägger till en knapp på hem- och prenumerationsvideor för att spara videon till spellistan \"Titta på senare\"" } }, "hideArtificialIntelligenceSummary": { "enable": { - "label": "Hide AI summary", - "title": "Hides the artificial intelligence summary below videos" + "label": "Dölj AI-sammanfattning", + "title": "Döljer sammanfattningen av artificiell intelligens under videorna" } }, "hideEndScreenCards": { "enable": { - "label": "Hide end screen cards", - "title": "Hides the cards at the end of the video" + "label": "Dölj slutskärmskort", + "title": "Döljer korten i slutet av videon" } }, "hideEndScreenCardsButton": { "enable": { - "label": "Hide end screen cards button", - "title": "Adds a button to show/hide the cards at the end of the video" + "label": "Dölj knappen för slutskärmskort", + "title": "Lägger till en knapp för att visa/dölja korten i slutet av videon" } }, "hideLiveStreamChat": { "enable": { - "label": "Hide live stream chat", - "title": "Hides the live stream chat" + "label": "Dölj direktströmschatt", + "title": "Döljer direktströmschatten" } }, "hideMembersOnlyVideos": { "enable": { - "label": "Hide members-only videos", - "title": "Hides videos that are only visible to members" + "label": "Dölj endast för medlemmar-videor", + "title": "Döljer videor som endast är synliga för medlemmar" } }, "hideOfficialArtistVideosFromHomePage": { "enable": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" + "label": "Dölj officiella artistvideor", + "title": "Dölj officiella artistvideor från startsidan" } }, "hidePaidPromotionBanner": { "enable": { - "label": "Hide paid promotion banner", - "title": "Hides the banner that appears when you watch a video that has a paid promotion" + "label": "Dölj betald marknadsföringsbanner", + "title": "Döljer bannern som visas när du tittar på en video som har betald marknadsföring" } }, "hidePlayables": { "enable": { - "label": "Hide playables", - "title": "Hides all playables" + "label": "Dölj spelbara", + "title": "Döljer alla spelbara" } }, "hidePlaylistRecommendationsFromHomePage": { "enable": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" + "label": "Dölj spellistor från hemsidan", + "title": "Bli av med spellistor från hemsidan" } }, "hideScrollbar": { "enable": { - "label": "Hide scrollbar", - "title": "Hides the pages scrollbar" + "label": "Dölj rullningslisten", + "title": "Döljer sidornas rullningsfält" } }, "hideShorts": { "enable": { - "label": "Hide shorts", - "title": "Hides all shorts" + "label": "Dölj shorts", + "title": "Döljer alla shorts" } }, "hideSidebarRecommendedVideos": { "enable": { - "label": "Hide recommended videos", - "title": "Hides the sidebar that recommends videos" + "label": "Dölj rekommenderade videor", + "title": "Döljer sidofältet som rekommenderar videor" } }, "hideTranslateComment": { "enable": { - "label": "Hide translate comment button", - "title": "Hides 'Translate to Language' button under comments" + "label": "Dölj översättning av kommentarer", + "title": "Döljer knappen 'Översätt till språk' under kommentarer" } }, "loopButton": { "enable": { - "label": "Loop button", - "title": "Adds a button to the feature menu to loop the video you're watching" + "label": "Slingknapp", + "title": "Lägger till en knapp i funktionsmenyn för att slinga videon du tittar på" } }, "maximizePlayerButton": { "enable": { - "label": "Maximize player button", - "title": "Adds a button to the feature menu to maximize the player" + "label": "Maximeringsknapp för spelaren", + "title": "Lägger till en knapp i funktionsmenyn för att maximera spelaren" } }, "openTranscriptButton": { "enable": { - "label": "Open transcript button", - "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + "label": "Öppningsknapp för transkript", + "title": "Lägger till en knapp i funktionsmenyn för att visa transkript av videon du tittar på" } }, "openYouTubeSettingsOnHover": { "enable": { - "label": "Open YouTube settings on hover", - "title": "Opens the YouTube settings menu when you hover over the settings button" + "label": "Öppna YouTube-inställningar vid musöver", + "title": "Öppnar YouTube-inställningsmenyn när du håller muspekaren över inställningsknappen" } }, "pauseBackgroundPlayers": { "enable": { - "label": "Pause background players", - "title": "Pauses video players in background tabs when you start a new player in foreground tab" + "label": "Pausa spelare i bakgrunden", + "title": "Pausar videospelare i bakgrundsflikar när du startar en ny videospelare i en förgrundsflik" } }, "remainingTime": { "enable": { - "label": "Remaining time", - "title": "Shows the remaining time of the video you're watching" + "label": "Återstående tid", + "title": "Visar återstående tid för videon du tittar på" } }, "rememberVolume": { "enable": { - "label": "Remember last volume", - "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + "label": "Kom ihåg senaste volymen", + "title": "Kommer ihåg volymen på den senaste videon du tittade på och ställer in den när du öppnar en ny video" } }, "removeRedirect": { "enable": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + "label": "Ta bort YouTube-omdirigeringswebbadresser", + "title": "Ersätter YouTube-omdirigering genom faktiska webbadresser, hoppar över omdirigeringsvarningsdialog" } }, "restoreFullscreenScrolling": { "enable": { - "label": "Restore fullscreen scrolling", - "title": "Restores scrolling in fullscreen mode" + "label": "Återställ fullskärmsrullning", + "title": "Återställer rullning i helskärmsläge" } }, "shareShortener": { "enable": { - "label": "Shorten YouTube video share link", - "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + "label": "Förkorta YouTube-videons delningslänk", + "title": "Förkortar YouTube-videons delningslänk (youtu.be) genom att ta bort funktionsparametrar från den" } }, "shortsAutoScroll": { "enable": { - "label": "Shorts auto scroll", - "title": "Automatically scrolls to the next short" + "label": "Automatisk rullning för shorts", + "title": "Rullar automatiskt till nästa shorts" } }, "skipContinueWatching": { "enable": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" + "label": "Hoppa över \"Videon är pausad. Fortsätt titta?\"", + "title": "Hoppa över dialogrutan som pausar videouppspelningen" } } }, @@ -557,108 +557,108 @@ "onScreenDisplaySettings": { "settings": { "color": { - "label": "Color", + "label": "Färg", "select": { "options": { - "blue": "Blue", - "green": "Green", + "blue": "Blå", + "green": "Grön", "orange": "Orange", - "pink": "Pink", - "purple": "Purple", - "red": "Red", - "white": "White", - "yellow": "Yellow" + "pink": "Rosa", + "purple": "Lila", + "red": "Röd", + "white": "Vit", + "yellow": "Gul" } }, - "title": "Select the color for the On-Screen Display" + "title": "Välj färgen för On-Screen Display" }, "hide": { - "label": "Hide Delay", - "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" + "label": "Döljfördröjning", + "title": "Ange tiden i millisekunder innan On-Screen Display automatiskt döljs" }, "opacity": { - "label": "Opacity", - "title": "Adjust the transparency of the On-Screen Display" + "label": "Genomskinlighet", + "title": "Justera genomskinligheten för On-Screen Display" }, "padding": { - "label": "Padding", - "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." + "label": "Utfyllnad", + "title": "Justera avståndet runt On-Screen Display i pixlar. Detta gäller specifikt för hörn On-Screen Display." }, "position": { "label": "Position", "select": { "options": { - "bottom_left": "Bottom Left", - "bottom_right": "Bottom Right", - "center": "Center", - "top_left": "Top Left", - "top_right": "Top Right" + "bottom_left": "Nedre vänstra", + "bottom_right": "Nedre högra", + "center": "Mitten", + "top_left": "Övre vänstra", + "top_right": "Övre högra" } }, - "title": "Select the position of the On-Screen Display" + "title": "Välj placering av On-Screen Display" }, "type": { - "label": "Type", + "label": "Typ", "select": { "options": { - "circle": "Circle", - "line": "Line", - "no_display": "No display", + "circle": "Cirkel", + "line": "Rad", + "no_display": "Ingen visning", "text": "Text" } }, - "title": "Select the type of On-Screen Display" + "title": "Välj typ av On-Screen Display" } }, "title": "On-Screen skärminställningar" }, "playerQuality": { "enable": { - "label": "Automatic quality adjustment", - "title": "Automatically adjusts the video quality to the selected level." + "label": "Automatisk kvalitetsjustering", + "title": "Justerar automatiskt videokvaliteten till den valda nivån." }, "settings": { "quality": { "select": { - "label": "Player quality", - "title": "The quality to set the video to" + "label": "Spelarkvalitet", + "title": "Kvaliteten för att ställa in videon till" } }, "qualityFallbackStrategy": { "select": { - "label": "Quality fallback strategy", + "label": "Reservmetod för kvaliten", "options": { - "higher": "Higher", - "lower": "Lower" + "higher": "Högre", + "lower": "Lägre" }, - "title": "The strategy to use when the selected quality is not available" + "title": "Metod att använda när den valda kvaliteten inte är tillgänglig" } } }, - "title": "Automatic quality settings" + "title": "Automatisk kvalitetsinställningar" }, "playerSpeed": { "enable": { - "label": "Forced playback speed", - "title": "Sets the video speed to what you choose below" + "label": "Tvingad uppspelningshastighet", + "title": "Ställer in videohastigheten till det du väljer nedan" }, "settings": { "buttons": { - "label": "Playback speed buttons", + "label": "Knapp för uppspelningshastigheten", "select": { - "label": "Playback buttons speed", - "title": "Amount of speed to be changed per click" + "label": "Knapp för uppspelningshastigheten", + "title": "Hastighetsändring per klick" }, - "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + "title": "Lägger till knappar för att öka eller minska uppspelningshastigheten på videon du tittar på" }, "speed": { "select": { - "label": "Player speed", - "title": "The speed to set the video to" + "label": "Uppspelningshastighet", + "title": "Hastigheten att spela upp videon i" } } }, - "title": "Playback speed settings" + "title": "Inställningar för uppspelningshastighet" }, "playlistLength": { "enable": { @@ -668,18 +668,18 @@ "settings": { "wayToGetLength": { "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + "label": "Metod för att få spellistans längd", + "title": "Sättet att få information om spellista längd (API-metoden kommer att falla tillbaka till HTML om ett fel inträffar)" } }, "wayToGetWatchTime": { "select": { - "label": "Method to get watched time", + "label": "Metod för att hämta tittad tid", "options": { - "duration": "Video Length", - "youtube": "Video Watch Time" + "duration": "Videolängd", + "youtube": "Tittad videolängd" }, - "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + "title": "Sättet att få den tid som tittats på (videons längdtyp används endast på visningssidan)" } } }, @@ -689,18 +689,18 @@ "settings": { "markAsUnwatchedButton": { "enable": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" + "label": "Markera som ej seddknapp", + "title": "Lägger till en knapp för att markera videor som ej sedda" } }, "removeVideoButton": { "enable": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" + "label": "Ta bort videoknappen", + "title": "Lägger till en knapp för att ta bort videor från spellistan" } } }, - "title": "Playlist management settings" + "title": "Inställningar för hantering av spellistor" }, "screenshotButton": { "enable": { @@ -709,18 +709,18 @@ }, "settings": { "format": { - "label": "Screenshot format", - "title": "The format to save the screenshot in" + "label": "Skärmbildsformat", + "title": "Formatet för att spara skärmbilden i" }, "saveAs": { "select": { "options": { - "both": "Both (File and Clipboard)", - "clipboard": "Clipboard", - "file": "File" + "both": "Båda (fil och urklipp)", + "clipboard": "Urklipp", + "file": "Fil" }, - "label": "Screenshot save type", - "title": "The screenshot save type" + "label": "Skärmbildstyp att spara i", + "title": "Skärmbildens spartyp" } } }, @@ -732,17 +732,17 @@ "title": "Tryck på en modifierartangent för att aktivera hastighetsjustering med rullningshjulet." }, "extras": { - "optionLabel": "{{KEY}} key" + "optionLabel": "{{KEY}}-tangent" }, "settings": { "adjustmentSteps": { - "label": "Speed Change Per Scroll", - "title": "Adjust the speed change per scroll" + "label": "Hastighetsändring per rullning", + "title": "Justera hastighetsändringen per rullning" }, "modifierKey": { "select": { - "label": "Modifier key", - "title": "The modifier key to use" + "label": "Modifieringstangent", + "title": "Modifieringstangent att använda" } } }, @@ -754,24 +754,24 @@ "title": "Låter dig använda rullningshjulet för att ändra volymen på videon du tittar på" }, "extras": { - "optionLabel": "{{KEY}} key" + "optionLabel": "{{KEY}}-tangent" }, "settings": { "adjustmentSteps": { - "label": "Volume Change Per Scroll", - "title": "Adjust the volume change per scroll" + "label": "Volymändring per rullning", + "title": "Justera volymändringen per rullning" }, "holdModifierKey": { - "label": "When holding modifier key", + "label": "Aktivera när du håller ner modifieringstangenten", "select": { - "label": "Modifier key", - "title": "The modifier key to use" + "label": "Modifieringstangent", + "title": "Modifieringstangent att använda" }, - "title": "Press a modifier key to enable volume adjustment with the scroll wheel." + "title": "Tryck på en modifierartangent för att aktivera hastighetsändringen med rullningshjulet." }, "holdRightClick": { - "label": "When holding right click", - "title": "Hold right click to enable scroll wheel volume control" + "label": "Aktivera när du håller ner höger musknapp", + "title": "Håll höger musknapp nertryckt för att aktivera rullningshjulets volymkontroll" } }, "title": "Rullningshjulets volyminställningar" @@ -784,12 +784,12 @@ "settings": { "resumeType": { "select": { - "label": "Resume type", + "label": "Återupptagningstyp", "options": { - "automatic": "Automatic", - "prompt": "Prompt" + "automatic": "Automatisk", + "prompt": "Fråga" }, - "title": "Select how you want to resume videos" + "title": "Välj hur du vill återuppta videor" } } }, @@ -802,17 +802,17 @@ }, "settings": { "amount": { - "label": "Volume boost amount (dB)", - "title": "The amount to boost the volume by" + "label": "Volymökningsmängd (dB)", + "title": "Hur mycket ljudet ska öka med" }, "mode": { "select": { - "label": "Volume boost mode", + "label": "Volymökningsläge", "options": { "global": "Global", "perVideo": "Per video" }, - "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + "title": "Välj hur volymökning tillämpas. \"Per video\" gör det möjligt att aktivera ökning för varje video individuellt i funktionsmenyn. 'Global' gäller ökning för alla videor när volymökning är aktiverat." } } }, From 47eaa3839f56d8d89ef8e3fa653ccbed9c0deb18 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 25 Jan 2026 17:23:20 -0500 Subject: [PATCH 1544/1783] New translations en-us.json (Catalan) --- public/locales/ca-ES.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/ca-ES.json b/public/locales/ca-ES.json index 76c7caa86..ac2c0fd90 100644 --- a/public/locales/ca-ES.json +++ b/public/locales/ca-ES.json @@ -2,8 +2,8 @@ "langCode": "ca-ES", "langName": "Català", "messages": { - "resumingVideo": "", - "settingVolume": "New song \n" + "resumingVideo": "Resuming video at {{VIDEO_TIME}}", + "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" }, "pages": { "content": { From de2d652aaac60676ef3ce59176fe2527deb32bb3 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 25 Jan 2026 17:23:21 -0500 Subject: [PATCH 1545/1783] New translations en-us.json (French) --- public/locales/fr-FR.json | 216 +++++++++++++++++++------------------- 1 file changed, 108 insertions(+), 108 deletions(-) diff --git a/public/locales/fr-FR.json b/public/locales/fr-FR.json index ce42384c0..b29f4ad87 100644 --- a/public/locales/fr-FR.json +++ b/public/locales/fr-FR.json @@ -102,13 +102,13 @@ "label": "Screenshot" }, "extras": { - "copiedToClipboard": "Screenshot copied to clipboard" + "copiedToClipboard": "Capture d'écran copiée dans le presse-papiers" } }, "videoHistory": { "extras": { - "resumeButton": "Resume", - "resumePromptClose": "Close" + "resumeButton": "Reprendre", + "resumePromptClose": "Fermer" } }, "volumeBoostButton": { @@ -126,25 +126,25 @@ "extras": { "bottomButtons": { "clear": { - "title": "Clears all data this extension has stored on your machine", - "value": "Clear Data" + "title": "Efface toutes les données stockées par cette extension sur votre ordinateur", + "value": "Effacer les données" }, "confirm": { - "title": "Confirm setting reset", - "value": "Confirm" + "title": "Confirmer la réinitialisation des réglages", + "value": "Confirmer" }, "openTab": { - "title": "Open extension settings in a new tab" + "title": "Ouvrir les paramètres de l'extension dans un nouvel onglet" }, "reset": { - "title": "Resets all settings to their defaults, Click the confirm button to save the changes", - "value": "Reset" + "title": "Réinitialise tous les paramètres par défaut, cliquez sur le bouton de confirmation pour enregistrer les modifications", + "value": "Réinitialiser" } }, "buttonPlacement": { "select": { "buttonNames": { - "copyTimestampUrlButton": "Copy video URL with timestamp button", + "copyTimestampUrlButton": "Bouton copier l'URL avec timestamp", "decreasePlaybackSpeedButton": "Decrease Speed button", "forwardButton": "Fast Forward button", "hideEndScreenCardsButton": "Hide end screen cards button", @@ -179,44 +179,44 @@ "title": "Button placement settings" }, "clearData": { - "allDataDeleted": "All data has been deleted.", - "confirmAlert": "This will delete all extension data related to options. Continue?" + "allDataDeleted": "Toutes les données ont été supprimées.", + "confirmAlert": "Ceci supprimera toutes les données d'extension liées aux options. On continue ?" }, "featureMenu": { "openType": { "select": { - "label": "Menu Activation Type", + "label": "Action d'activation du menu", "options": { - "click": "Click", - "hover": "Hover" + "click": "Clic", + "hover": "Survol" }, - "title": "Select the method to activate the feature menu" + "title": "Sélectionnez la méthode pour activer le menu de fonctionnalités" }, - "title": "Feature menu settings" + "title": "Paramètres du menu de fonctionnalités" } }, "importExportSettings": { "exportButton": { - "success": "Settings successfully exported", - "title": "Export settings to a JSON file", - "value": "Export Settings" + "success": "Réglages exportés avec succès", + "title": "Exporter les paramètres vers un fichier JSON", + "value": "Exporter les paramètres" }, "importButton": { "error": { - "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", - "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" + "unknown": "Erreur lors de l'importation des paramètres. Veuillez vérifier le format du fichier.\nUne erreur inconnue s'est produite.", + "validation": "Erreur lors de l'importation des paramètres. Veuillez vérifier le format du fichier.\n{{ERROR_MESSAGE}}" }, - "success": "Settings imported successfully", - "title": "Import settings from a JSON file", - "value": "Import Settings" + "success": "Paramètres importés avec succès", + "title": "Importer les paramètres depuis un fichier JSON", + "value": "Importer les paramètres" } }, "language": { "select": { - "label": "Language", - "title": "The language to use for the extension" + "label": "Langue", + "title": "La langue à utiliser pour l'extension" }, - "title": "Language" + "title": "Langue" }, "optionDisabled": { "either": { @@ -275,7 +275,7 @@ "extras": { "collapse": "Collapse Editor", "expand": "Expand Editor", - "noProblems": "No problems found." + "noProblems": "Aucun problème détecté." }, "title": "Custom CSS settings" }, @@ -379,14 +379,14 @@ }, "automaticTheaterMode": { "enable": { - "label": "Automatic theater mode", - "title": "Automatically enables theater mode when you load a video" + "label": "Mode cinéma automatique", + "title": "Activer automatiquement le mode cinéma lorsque vous chargez une vidéo" } }, "copyTimestampUrlButton": { "enable": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" + "label": "Bouton de copie de l'URL avec timestamp", + "title": "Copie l'URL de la vidéo avec le timestamp (?t=123)" } }, "defaultToOriginalAudioTrack": { @@ -457,8 +457,8 @@ }, "hideScrollbar": { "enable": { - "label": "Hide scrollbar", - "title": "Hides the pages scrollbar" + "label": "Cacher la barre de défilement", + "title": "Cache la barre de défilement des pages" } }, "hideShorts": { @@ -481,26 +481,26 @@ }, "loopButton": { "enable": { - "label": "Loop button", - "title": "Adds a button to the feature menu to loop the video you're watching" + "label": "Bouton de boucle", + "title": "Ajoute un bouton au menu de fonctionnalité pour regarder la vidéo en boucle" } }, "maximizePlayerButton": { "enable": { - "label": "Maximize player button", - "title": "Adds a button to the feature menu to maximize the player" + "label": "Agrandir les boutons du lecteur", + "title": "Ajoute un bouton au menu de fonctionnalité pour agrandir le lecteur" } }, "openTranscriptButton": { "enable": { - "label": "Open transcript button", - "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + "label": "Bouton d'ouverture de la transcription", + "title": "Ajoute un bouton au menu fonctionnalités pour ouvrir la transcription de la vidéo que vous regardez" } }, "openYouTubeSettingsOnHover": { "enable": { - "label": "Open YouTube settings on hover", - "title": "Opens the YouTube settings menu when you hover over the settings button" + "label": "Ouvrir les paramètres YouTube au survol", + "title": "Ouvre le menu des paramètres YouTube lorsque vous survolez le bouton des paramètres" } }, "pauseBackgroundPlayers": { @@ -511,14 +511,14 @@ }, "remainingTime": { "enable": { - "label": "Remaining time", - "title": "Shows the remaining time of the video you're watching" + "label": "Temps restant", + "title": "Affiche le temps restant de la vidéo que vous regardez" } }, "rememberVolume": { "enable": { - "label": "Remember last volume", - "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + "label": "Sauvegarder le volume précédent", + "title": "Se souvenir du volume de la dernière vidéo que vous regardiez et définissez-le lorsque vous ouvrez une nouvelle vidéo" } }, "removeRedirect": { @@ -557,71 +557,71 @@ "onScreenDisplaySettings": { "settings": { "color": { - "label": "Color", + "label": "Couleur ", "select": { "options": { - "blue": "Blue", - "green": "Green", + "blue": "Bleu", + "green": "Vert", "orange": "Orange", - "pink": "Pink", - "purple": "Purple", - "red": "Red", - "white": "White", - "yellow": "Yellow" + "pink": "Rose", + "purple": "Violet", + "red": "Rouge", + "white": "Blanc", + "yellow": "Jaune" } }, - "title": "Select the color for the On-Screen Display" + "title": "Sélectionnez la couleur pour l'affichage On-Screen" }, "hide": { - "label": "Hide Delay", - "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" + "label": "Délai d'effacement", + "title": "Spécifiez le temps, en millisecondes, avant de masquer automatiquement l'affichage à l'écran" }, "opacity": { - "label": "Opacity", - "title": "Adjust the transparency of the On-Screen Display" + "label": "Opacité", + "title": "Ajuster la transparence de l'affichage On-Screen" }, "padding": { - "label": "Padding", - "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." + "label": "Marges interne", + "title": "Ajustez l'espacement autour de l'affichage On-Screen. Cela s'applique spécifiquement à l'affichage On-Screen dans l'angle à l'écran." }, "position": { "label": "Position", "select": { "options": { - "bottom_left": "Bottom Left", - "bottom_right": "Bottom Right", - "center": "Center", - "top_left": "Top Left", - "top_right": "Top Right" + "bottom_left": "En bas à gauche", + "bottom_right": "En bas à droite", + "center": "Centre", + "top_left": "En haut à gauche", + "top_right": "En Haut à Droite" } }, - "title": "Select the position of the On-Screen Display" + "title": "Sélectionnez la position de l'affichage On-Screen" }, "type": { "label": "Type", "select": { "options": { "circle": "Circle", - "line": "Line", - "no_display": "No display", - "text": "Text" + "line": "Ligne", + "no_display": "Cacher", + "text": "Texte" } }, - "title": "Select the type of On-Screen Display" + "title": "Sélectionnez le type d'affichage à l'écran" } }, "title": "On-screen display settings" }, "playerQuality": { "enable": { - "label": "Automatic quality adjustment", - "title": "Automatically adjusts the video quality to the selected level." + "label": "Ajustement automatique de la résolution", + "title": "Ajuste automatiquement la résolution de la vidéo au niveau sélectionné." }, "settings": { "quality": { "select": { - "label": "Player quality", - "title": "The quality to set the video to" + "label": "Résolution", + "title": "La vidéo aura cette résolution" } }, "qualityFallbackStrategy": { @@ -635,12 +635,12 @@ } } }, - "title": "Automatic quality settings" + "title": "Paramètres de qualité automatique" }, "playerSpeed": { "enable": { - "label": "Forced playback speed", - "title": "Sets the video speed to what you choose below" + "label": "Vitesse de lecture forcée", + "title": "Définit la vitesse de la vidéo comme choisie ci-dessous" }, "settings": { "buttons": { @@ -653,12 +653,12 @@ }, "speed": { "select": { - "label": "Player speed", - "title": "The speed to set the video to" + "label": "Vitesse de la vidéo", + "title": "La vitesse à laquelle la vidéo est définie" } } }, - "title": "Playback speed settings" + "title": "Réglages de vitesse de lecture" }, "playlistLength": { "enable": { @@ -709,18 +709,18 @@ }, "settings": { "format": { - "label": "Screenshot format", - "title": "The format to save the screenshot in" + "label": "Format de la capture d'écran", + "title": "Le format dans lequel enregistrer la capture d'écran" }, "saveAs": { "select": { "options": { "both": "Both (File and Clipboard)", - "clipboard": "Clipboard", - "file": "File" + "clipboard": "Presse-papiers", + "file": "Fichier" }, - "label": "Screenshot save type", - "title": "The screenshot save type" + "label": "Type de sauvegarde de la capture d'écran", + "title": "Le type de sauvegarde de la capture d'écran" } } }, @@ -732,17 +732,17 @@ "title": "Appuyez sur la touche de modification pour activer le réglage de la vitesse de défilement de la molette." }, "extras": { - "optionLabel": "{{KEY}} key" + "optionLabel": "touche {{KEY}}" }, "settings": { "adjustmentSteps": { - "label": "Speed Change Per Scroll", - "title": "Adjust the speed change per scroll" + "label": "Vitesse de défilement", + "title": "Ajuste la vitesse de défilement" }, "modifierKey": { "select": { - "label": "Modifier key", - "title": "The modifier key to use" + "label": "Touche de clavier", + "title": "La touche de clavier à utiliser" } } }, @@ -754,24 +754,24 @@ "title": "Permet d'utiliser la molette de défilement pour contrôler le volume de la vidéo que vous regardez" }, "extras": { - "optionLabel": "{{KEY}} key" + "optionLabel": "touche {{KEY}}" }, "settings": { "adjustmentSteps": { - "label": "Volume Change Per Scroll", - "title": "Adjust the volume change per scroll" + "label": "Pas de volume par défilement", + "title": "Ajuster le changement de volume par défilement" }, "holdModifierKey": { - "label": "When holding modifier key", + "label": "Activer lorsqu'une touche est maintenue", "select": { - "label": "Modifier key", - "title": "The modifier key to use" + "label": "Touche de clavier", + "title": "La touche de clavier à utiliser" }, - "title": "Press a modifier key to enable volume adjustment with the scroll wheel." + "title": "Appuyez sur une touche pour activer le réglage du volume à l'aide de la molette de défilement." }, "holdRightClick": { - "label": "When holding right click", - "title": "Hold right click to enable scroll wheel volume control" + "label": "Activer lorsque le clic droit est enfoncé", + "title": "Maintenez le clic droit pour activer le contrôle du volume par la molette de défilement" } }, "title": "Réglages du contrôle du volume par la molette de défilement" @@ -802,17 +802,17 @@ }, "settings": { "amount": { - "label": "Volume boost amount (dB)", - "title": "The amount to boost the volume by" + "label": "Gain du volume (dB)", + "title": "La quantité de gain pour le volume" }, "mode": { "select": { - "label": "Volume boost mode", + "label": "Mode du gain du volume", "options": { "global": "Global", - "perVideo": "Per video" + "perVideo": "Par vidéo" }, - "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + "title": "Choisissez comment le gain du volume est appliquée. 'Par vidéo' permet d'activer le gain pour chaque vidéo individuellement dans le menu des paramètres. 'Global' applique le gain à toutes les vidéos lorsque le gain du volume est activée." } } }, From aa063a969e4ba50a458fdc8caca448ff9c8e282d Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 25 Jan 2026 17:23:22 -0500 Subject: [PATCH 1546/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 452 +++++++++++++++++++------------------- 1 file changed, 226 insertions(+), 226 deletions(-) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index ce25e0fb8..cb7fe7fb3 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -13,7 +13,7 @@ "label": "タイムスタンプ付きの動画URLをコピーする" }, "extras": { - "copied": "Copied!" + "copied": "コピー完了!" } }, "featureMenu": { @@ -73,8 +73,8 @@ } }, "extras": { - "decreaseLimit": "Can't decrease further ({{SPEED}})", - "increaseLimit": "Can't increase further ({{SPEED}})" + "decreaseLimit": "再生速度を下げるはできまっせん ({{SPEED}})", + "increaseLimit": "再生速度を上げるはできまっせん ({{SPEED}})" } }, "playlistLength": { @@ -83,11 +83,11 @@ "playlistManagementButtons": { "extras": { "failedToMarkAsUnwatched": "Failed to mark video as unwatched", - "failedToRemoveVideo": "Failed to remove video", - "markAsUnwatched": "Mark as unwatched", + "failedToRemoveVideo": "動画を削除できませんでした", + "markAsUnwatched": "未視聴にする", "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "Remove video", - "removingVideo": "Removing video…" + "removeVideo": "ビデオを削除", + "removingVideo": "ビデオの削除..." } }, "saveToWatchLaterButton": { @@ -102,13 +102,13 @@ "label": "スクリーンショット" }, "extras": { - "copiedToClipboard": "Screenshot copied to clipboard" + "copiedToClipboard": "スクリーンショットをクリップボードにコピーしました" } }, "videoHistory": { "extras": { - "resumeButton": "Resume", - "resumePromptClose": "Close" + "resumeButton": "レジューム", + "resumePromptClose": "終了" } }, "volumeBoostButton": { @@ -126,124 +126,124 @@ "extras": { "bottomButtons": { "clear": { - "title": "Clears all data this extension has stored on your machine", - "value": "Clear Data" + "title": "マシンに保存されているすべてのエクステンションデータを消去します", + "value": "データの消去" }, "confirm": { - "title": "Confirm setting reset", - "value": "Confirm" + "title": "設定リセットを確認する", + "value": "確認" }, "openTab": { - "title": "Open extension settings in a new tab" + "title": "新しいブラウザタブに拡張機能設定を開けるする" }, "reset": { - "title": "Resets all settings to their defaults, Click the confirm button to save the changes", - "value": "Reset" + "title": "すべての設定をデフォルトにリセットします。「確認」ボタンをクリックして変更を保存します。", + "value": "リセット" } }, "buttonPlacement": { "select": { "buttonNames": { - "copyTimestampUrlButton": "Copy video URL with timestamp button", - "decreasePlaybackSpeedButton": "Decrease Speed button", - "forwardButton": "Fast Forward button", - "hideEndScreenCardsButton": "Hide end screen cards button", - "increasePlaybackSpeedButton": "Increase Speed button", - "loopButton": "Loop button", - "maximizePlayerButton": "Maximize button", - "openTranscriptButton": "Open Transcript button", - "rewindButton": "Rewind button", - "screenshotButton": "Screenshot button", - "volumeBoostButton": "Volume Boost button" + "copyTimestampUrlButton": "タイムスタンプ付きの動画URLをコピーのボタン", + "decreasePlaybackSpeedButton": "速度を下げるボタン", + "forwardButton": "早送ボタン", + "hideEndScreenCardsButton": "終了画面のカードボタンを非表示にする", + "increasePlaybackSpeedButton": "速度を上げるボタン", + "loopButton": "ループボタン", + "maximizePlayerButton": "最大表示ボタン", + "openTranscriptButton": "文字起こしを見せるボタン", + "rewindButton": "リワインドボタン", + "screenshotButton": "スクリーンショットボタン", + "volumeBoostButton": "音量ブーストボタン" }, "options": { "below_player": { - "placement": "below the player controls", - "value": "Below Player" + "placement": "プレイヤーコントローラーの下", + "value": "プレイヤーの下" }, "feature_menu": { - "placement": "in the feature menu", - "value": "Feature Menu" + "placement": "フィーチャー・メニューの中", + "value": "フィーチャー・メニュー" }, "player_controls_left": { - "placement": "on the left side of player controls", - "value": "Left Controls" + "placement": "プレイヤーコントローラーの左側", + "value": "左のコントロール" }, "player_controls_right": { - "placement": "on the right side of player controls", - "value": "Right Controls" + "placement": "プレイヤーコントローラーの右側", + "value": "右のコントロール" } }, - "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + "title": "{{PLACEMENT}}に{{BUTTON_NAME}}を置き方する" }, - "title": "Button placement settings" + "title": "ボタン置き方設定" }, "clearData": { - "allDataDeleted": "All data has been deleted.", - "confirmAlert": "This will delete all extension data related to options. Continue?" + "allDataDeleted": "すべてのデータが削除されました。", + "confirmAlert": "オプションに関連するすべてのデータを削除します。続行しますか?" }, "featureMenu": { "openType": { "select": { - "label": "Menu Activation Type", + "label": "メニューの有効化型", "options": { - "click": "Click", - "hover": "Hover" + "click": "ボタンクリック", + "hover": "マウスホバー" }, - "title": "Select the method to activate the feature menu" + "title": "フィーチャー・メニューを有効化にする方法を選択します" }, - "title": "Feature menu settings" + "title": "フィーチャー・メニュー設定" } }, "importExportSettings": { "exportButton": { - "success": "Settings successfully exported", - "title": "Export settings to a JSON file", - "value": "Export Settings" + "success": "設定がエクスポートをされました", + "title": "JSONファイルで設定がエクスポートする", + "value": "エクスポート設定" }, "importButton": { "error": { - "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", - "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" + "unknown": "設定がインポートを失敗されました。ファイル形式を確認してください。\n未知数なエラーが起こった。", + "validation": "設定のインポート失敗、ファイル形式を確認してください。\n{{ERROR_MESSAGE}}" }, - "success": "Settings imported successfully", - "title": "Import settings from a JSON file", - "value": "Import Settings" + "success": "設定がインポートをされました", + "title": "JSONファイルから設定がインポートする", + "value": "インポート設定" } }, "language": { "select": { - "label": "Language", - "title": "The language to use for the extension" + "label": "言語", + "title": "エクステンションに使用する言語" }, - "title": "Language" + "title": "言語" }, "optionDisabled": { "either": { "label": "Enable {{OPTIONS}} to configure this option", - "separator": " or " + "separator": " や " }, "plural": { "label": "Enable {{OPTIONS}} to configure this option", - "separator": " and " + "separator": " と " }, - "singular": "Enable '{{OPTION}}' to configure this option", + "singular": "'{{OPTION}}' 設定を有効にする", "specificOption": { "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" } }, - "scrollForMoreSettings": "Scroll for more settings", + "scrollForMoreSettings": "スクロールで設定の続きを表示", "settingSearch": { - "placeholder": "Search for a setting" + "placeholder": "設定を探す" }, "youtubeDataApiV3Key": { - "getApiKeyLinkText": "You can get one from here", + "getApiKeyLinkText": "APIキーがここで取得をします。", "input": { - "label": "API Key", - "title": "Enter your Youtube Data API V3 key." + "label": "APIキー", + "title": "YouTube API V3キーを入力してください。" }, - "title": "YouTube API V3 key" + "title": "YouTube API V3キー" } }, "notifications": { @@ -273,58 +273,58 @@ "title": "ページに適用するカスタムCSSを可能にする" }, "extras": { - "collapse": "Collapse Editor", - "expand": "Expand Editor", - "noProblems": "No problems found." + "collapse": "エディターを最小化する", + "expand": "エディターを広げる", + "noProblems": "構文に問題はありませんでした。" }, "title": "カスタムCSS設定" }, "deepDarkCSS": { "enable": { - "label": "Deep Dark Theme", - "title": "Activate the selected theme for the page" + "label": "選択中テーマを可能にする", + "title": "選択中ページにテーマを可能にする" }, "extras": { - "author": "Author", - "co-authors": "Co-authors" + "author": "作家", + "co-authors": "共同作家" }, "settings": { "colorShadow": { - "label": "Shadow color", - "title": "Color for shadows" + "label": "陰の色", + "title": "陰の色" }, "dimmerText": { - "label": "Secondary text color", - "title": "Color for secondary text" + "label": "二の次テキストの色", + "title": "二の次テキストの色" }, "hoverBackground": { - "label": "Hover background color", - "title": "Color for hover background" + "label": "背景マウスホバーの色", + "title": "背景マウスホバーの色" }, "mainBackground": { - "label": "Main background color", - "title": "Color for main background" + "label": "主背景色", + "title": "主背景の色" }, "mainColor": { - "label": "Accent color", - "title": "Color for accent" + "label": "アクセント色", + "title": "アクセントの色" }, "mainText": { - "label": "Main text color", - "title": "Color for main text" + "label": "メインテキスト色", + "title": "メインテキストの色" }, "secondBackground": { - "label": "Secondary background color", - "title": "Color for secondary background" + "label": "二次背景色", + "title": "二次背景の色" }, "theme": { "select": { - "label": "Select theme", - "title": "Select a theme to be applied to the page" + "label": "テーマを選択", + "title": "ページのテーマを選択選べしてください" } } }, - "title": "YouTube deep dark settings" + "title": "YouTubeディープダーク設定" }, "forwardRewindButtons": { "enable": { @@ -333,8 +333,8 @@ }, "settings": { "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" + "label": "早送/リワインド時間", + "title": "動画に早送/リワインドを量時間" } }, "title": "早送/リワインドボタン設定" @@ -343,8 +343,8 @@ "settings": { "automaticallyDisableAmbientMode": { "enable": { - "label": "Automatically disable ambient mode", - "title": "Automatically disables ambient mode when you load a video" + "label": "シネマティック ライティングを自動的に無効にする", + "title": "動画の読み込み時にシネマティック ライティングを自動にディセーブルする" } }, "automaticallyDisableAutoPlay": { @@ -355,8 +355,8 @@ }, "automaticallyDisableClosedCaptions": { "enable": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" + "label": "クローズドキャプションを自動にディセーブルする", + "title": "動画の読み込み時にクローズドキャプションを自動にディセーブルする" } }, "automaticallyEnableClosedCaptions": { @@ -379,20 +379,20 @@ }, "automaticTheaterMode": { "enable": { - "label": "Automatic theater mode", - "title": "Automatically enables theater mode when you load a video" + "label": "自動シアターモード", + "title": "動画の読み込み時に自動的にシアターモードを有効にする" } }, "copyTimestampUrlButton": { "enable": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" + "label": "タイムスタンプ付きの動画URLをコピーのボタン", + "title": "タイムスタンプ付きの動画URLをコピーする (?t=123)" } }, "defaultToOriginalAudioTrack": { "enable": { - "label": "Default to original audio track", - "title": "Always default to the original audio track" + "label": "オリジナルのオーディオトラックをデフォルトにする", + "title": "常にオリジナルのオーディオトラックをデフォルトにする" } }, "saveToWatchLaterButton": { @@ -403,26 +403,26 @@ }, "hideArtificialIntelligenceSummary": { "enable": { - "label": "Hide AI summary", - "title": "Hides the artificial intelligence summary below videos" + "label": "AIサマリーを非表示", + "title": "動画の下のAIサマリーを非表示にする" } }, "hideEndScreenCards": { "enable": { - "label": "Hide end screen cards", - "title": "Hides the cards at the end of the video" + "label": "終了画面のカードを非表示にする", + "title": "動画の終了で画面カードを非表示にする" } }, "hideEndScreenCardsButton": { "enable": { - "label": "Hide end screen cards button", - "title": "Adds a button to show/hide the cards at the end of the video" + "label": "終了画面のカードボタンを非表示にする", + "title": "終了画面でボタンなカードを見せるか隠すに追加する" } }, "hideLiveStreamChat": { "enable": { - "label": "Hide live stream chat", - "title": "Hides the live stream chat" + "label": "配信チャットを隠す", + "title": "配信チャットを隠する" } }, "hideMembersOnlyVideos": { @@ -433,14 +433,14 @@ }, "hideOfficialArtistVideosFromHomePage": { "enable": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" + "label": "公式アーティストの動画を隠する", + "title": "ホームページから公式アーティストの動画を隠する" } }, "hidePaidPromotionBanner": { "enable": { - "label": "Hide paid promotion banner", - "title": "Hides the banner that appears when you watch a video that has a paid promotion" + "label": "有料プロモーションバナーを隠す", + "title": "有料プロモーションのある動画を視聴したときに表示されるバナーを隠すします" } }, "hidePlayables": { @@ -457,14 +457,14 @@ }, "hideScrollbar": { "enable": { - "label": "Hide scrollbar", - "title": "Hides the pages scrollbar" + "label": "スクロールバー隠す機能", + "title": "ページのスクロールバーを隠す" } }, "hideShorts": { "enable": { - "label": "Hide shorts", - "title": "Hides all shorts" + "label": "ショートを隠す", + "title": "全ショートを隠す" } }, "hideSidebarRecommendedVideos": { @@ -475,80 +475,80 @@ }, "hideTranslateComment": { "enable": { - "label": "Hide translate comment button", - "title": "Hides 'Translate to Language' button under comments" + "label": "コメント翻訳ボタンを隠す", + "title": "コメントの下で「言語に翻訳する」ボタンを隠する" } }, "loopButton": { "enable": { - "label": "Loop button", - "title": "Adds a button to the feature menu to loop the video you're watching" + "label": "動画ループボタン", + "title": "動画をループするボタンをフィーチャー・メニューに追加する" } }, "maximizePlayerButton": { "enable": { - "label": "Maximize player button", - "title": "Adds a button to the feature menu to maximize the player" + "label": "最大化ボタン", + "title": "プレイヤーを最大化するボタンをフィーチャー・メニューに追加する" } }, "openTranscriptButton": { "enable": { - "label": "Open transcript button", - "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + "label": "文字起こしを見せるボタン", + "title": "動画の文字起こしを見せるするボタンをフィーチャー・メニューに追加する" } }, "openYouTubeSettingsOnHover": { "enable": { - "label": "Open YouTube settings on hover", - "title": "Opens the YouTube settings menu when you hover over the settings button" + "label": "マウスを合わせでYouTubeの設定を開ける", + "title": "設定ボタンにマウスを合わせたときにYouTubeの設定メニューを開けてする" } }, "pauseBackgroundPlayers": { "enable": { - "label": "Pause background players", - "title": "Pauses video players in background tabs when you start a new player in foreground tab" + "label": "背後タブのビデオプレイヤーを一時停止", + "title": "前景タブに新規プレイヤー開始にして、背後タブのビデオプレイヤーを一時停止します" } }, "remainingTime": { "enable": { - "label": "Remaining time", - "title": "Shows the remaining time of the video you're watching" + "label": "残り時間", + "title": "動画の残り時間を表示します" } }, "rememberVolume": { "enable": { - "label": "Remember last volume", - "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + "label": "前音量を覚える", + "title": "新ビデオの音量を前動画の音量に変化する。" } }, "removeRedirect": { "enable": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + "label": "YouTubeのリダイレクトURLを削除する", + "title": "YouTubeリダイレクトを実物なURLを換えして、リダイレクト注意を抜かします" } }, "restoreFullscreenScrolling": { "enable": { - "label": "Restore fullscreen scrolling", - "title": "Restores scrolling in fullscreen mode" + "label": "全画面表示のスクロールを復元", + "title": "全画面表示モードでスクロールを復元します" } }, "shareShortener": { "enable": { - "label": "Shorten YouTube video share link", - "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + "label": "YouTube動画のURLを短縮する", + "title": "YouTube動画のURLに機能パラメータを削除して短縮する(youtu.be)" } }, "shortsAutoScroll": { "enable": { - "label": "Shorts auto scroll", - "title": "Automatically scrolls to the next short" + "label": "ショートの自動スクロール", + "title": "次のショートを自動にスクロールする" } }, "skipContinueWatching": { "enable": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" + "label": "「動画が一時停止されました。続きを視聴しますか?」を抜かする", + "title": "動画一時休止する休眠メッセージを抜かされます" } } }, @@ -557,108 +557,108 @@ "onScreenDisplaySettings": { "settings": { "color": { - "label": "Color", + "label": "OSDの色", "select": { "options": { - "blue": "Blue", - "green": "Green", - "orange": "Orange", - "pink": "Pink", - "purple": "Purple", - "red": "Red", - "white": "White", - "yellow": "Yellow" + "blue": "青色", + "green": "緑色", + "orange": "橙色", + "pink": "桃色", + "purple": "紫色", + "red": "赤色", + "white": "白色", + "yellow": "黄色" } }, - "title": "Select the color for the On-Screen Display" + "title": "オンスクリーンディスプレイ(OSD)の色を選択選ぶ" }, "hide": { - "label": "Hide Delay", - "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" + "label": "非表示の遅延", + "title": "OSDを自動的に非表示にするまでの時間(ミリ秒)単位で指定します" }, "opacity": { - "label": "Opacity", - "title": "Adjust the transparency of the On-Screen Display" + "label": "OSDの不透明度", + "title": "オンスクリーンディスプレイ(OSD)の不透明度を調整する" }, "padding": { - "label": "Padding", - "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." + "label": "スペーシング", + "title": "オンスクリーンディスプレイ(OSD)周辺の画素でスペーシングが変化する。特に隅なOSDのみ適用されます。" }, "position": { - "label": "Position", + "label": "ポジション", "select": { "options": { - "bottom_left": "Bottom Left", - "bottom_right": "Bottom Right", - "center": "Center", - "top_left": "Top Left", - "top_right": "Top Right" + "bottom_left": "左下隅", + "bottom_right": "右下隅", + "center": "中心", + "top_left": "左上隅", + "top_right": "右上隅" } }, - "title": "Select the position of the On-Screen Display" + "title": "オンスクリーンディスプレイ(OSD)のポジションを選択選ぶ" }, "type": { - "label": "Type", + "label": "OSD型", "select": { "options": { - "circle": "Circle", - "line": "Line", - "no_display": "No display", - "text": "Text" + "circle": "円形", + "line": "ライン", + "no_display": "見せない", + "text": "テキスト" } }, - "title": "Select the type of On-Screen Display" + "title": "オンスクリーンディスプレイ(OSD)型を選択選ぶ" } }, "title": "オンスクリーンディスプレイの設定" }, "playerQuality": { "enable": { - "label": "Automatic quality adjustment", - "title": "Automatically adjusts the video quality to the selected level." + "label": "自動画質調整", + "title": "選択したレベルに合わせて動画の画質を自動的に調整します。" }, "settings": { "quality": { "select": { - "label": "Player quality", - "title": "The quality to set the video to" + "label": "プレイヤーの動画質", + "title": "動画の画質に設定する" } }, "qualityFallbackStrategy": { "select": { - "label": "Quality fallback strategy", + "label": "画質フォールバック対策", "options": { - "higher": "Higher", - "lower": "Lower" + "higher": "上位", + "lower": "下位" }, - "title": "The strategy to use when the selected quality is not available" + "title": "使用不能選択中画質ときに対策使ってする" } } }, - "title": "Automatic quality settings" + "title": "自動画質設定" }, "playerSpeed": { "enable": { - "label": "Forced playback speed", - "title": "Sets the video speed to what you choose below" + "label": "強制再生速度", + "title": "強制再生速度を可能にする" }, "settings": { "buttons": { - "label": "Playback speed buttons", + "label": "再生速度ボタン", "select": { - "label": "Playback buttons speed", - "title": "Amount of speed to be changed per click" + "label": "再生ボタン速度", + "title": "マウスクリックに速度を変化する量" }, - "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + "title": "動画の再生速度を上げか下げボタンに追加する" }, "speed": { "select": { - "label": "Player speed", - "title": "The speed to set the video to" + "label": "動画の再生速度", + "title": "動画の速度に設定する" } } }, - "title": "Playback speed settings" + "title": "再生速度設定" }, "playlistLength": { "enable": { @@ -668,18 +668,18 @@ "settings": { "wayToGetLength": { "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + "label": "プレイリストの長さを取得する方法", + "title": "プレイリストの長さ情報を取得する方法 (エラーが発生した場合、APIメソッドはHTMLにフォールバックします)" } }, "wayToGetWatchTime": { "select": { - "label": "Method to get watched time", + "label": "動画の視聴時間の取り出す方法", "options": { - "duration": "Video Length", - "youtube": "Video Watch Time" + "duration": "動画の長さ", + "youtube": "動画の視聴時間" }, - "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + "title": "視聴時間の長さを取得する方法 (動画の長さタイプはウォッチページでのみ使用)" } } }, @@ -709,18 +709,18 @@ }, "settings": { "format": { - "label": "Screenshot format", - "title": "The format to save the screenshot in" + "label": "スクリーンショットフォーマット", + "title": "スクリーンショットを保存するフォーマット" }, "saveAs": { "select": { "options": { "both": "Both (File and Clipboard)", - "clipboard": "Clipboard", - "file": "File" + "clipboard": "クリップボード", + "file": "ファイル" }, - "label": "Screenshot save type", - "title": "The screenshot save type" + "label": "スクリーンショットセーブ型", + "title": "スクリーンショットのセーブ型" } } }, @@ -732,17 +732,17 @@ "title": "キーバインドを押さえるでスクロールホイール再生速度制御可能にさせる。" }, "extras": { - "optionLabel": "{{KEY}} key" + "optionLabel": "{{KEY}} キー" }, "settings": { "adjustmentSteps": { - "label": "Speed Change Per Scroll", - "title": "Adjust the speed change per scroll" + "label": "スクロールごとの速度変化", + "title": "スクロールごとの速度変化の分量をする" }, "modifierKey": { "select": { - "label": "Modifier key", - "title": "The modifier key to use" + "label": "キーバインド", + "title": "キーバインド選択選ぶ" } } }, @@ -754,24 +754,24 @@ "title": "スクロールホイールを使用して、ビデオの音量を制御する。" }, "extras": { - "optionLabel": "{{KEY}} key" + "optionLabel": "{{KEY}} キー" }, "settings": { "adjustmentSteps": { - "label": "Volume Change Per Scroll", - "title": "Adjust the volume change per scroll" + "label": "スクロールごとの音量変化", + "title": "スクロールごとの音量変化の分量をする" }, "holdModifierKey": { - "label": "When holding modifier key", + "label": "キーバインドに押さえる", "select": { - "label": "Modifier key", - "title": "The modifier key to use" + "label": "キーバインド", + "title": "キーバインド選択選べる" }, - "title": "Press a modifier key to enable volume adjustment with the scroll wheel." + "title": "キーバインドを押さえるでスクロールホイール音量制御可能にさせる" }, "holdRightClick": { - "label": "When holding right click", - "title": "Hold right click to enable scroll wheel volume control" + "label": "右クリックに押さえるで可能にする", + "title": "右クリックに押さえるでスクロールホイール音量制御可能にする" } }, "title": "スクロールホイール音量制御設定" @@ -784,12 +784,12 @@ "settings": { "resumeType": { "select": { - "label": "Resume type", + "label": "レジューム型", "options": { - "automatic": "Automatic", - "prompt": "Prompt" + "automatic": "自動", + "prompt": "入力要求" }, - "title": "Select how you want to resume videos" + "title": "動画をレジュームするの方法を選択します" } } }, @@ -802,17 +802,17 @@ }, "settings": { "amount": { - "label": "Volume boost amount (dB)", - "title": "The amount to boost the volume by" + "label": "音量ブーストの量(dB)", + "title": "音量を上げる量" }, "mode": { "select": { - "label": "Volume boost mode", + "label": "音量ブースト型", "options": { - "global": "Global", - "perVideo": "Per video" + "global": "全て", + "perVideo": "動画ごと" }, - "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + "title": "音量ブーストの適用方法を選択します。「動画ごと」は別々の動画ごとを音量ブーストに可能する。「全て」は全ての動画を音量ブーストに付ける。" } } }, From b1d14dda2cceb16f359daacdeee4742b9b380281 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 25 Jan 2026 17:23:23 -0500 Subject: [PATCH 1547/1783] New translations en-us.json (Spanish) --- public/locales/es-ES.json | 398 +++++++++++++++++++------------------- 1 file changed, 199 insertions(+), 199 deletions(-) diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index 8702ea9ee..57fd61787 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -13,7 +13,7 @@ "label": "Copiar URL de vídeo con marca de tiempo" }, "extras": { - "copied": "Copied!" + "copied": "¡Copiado!" } }, "featureMenu": { @@ -73,8 +73,8 @@ } }, "extras": { - "decreaseLimit": "Can't decrease further ({{SPEED}})", - "increaseLimit": "Can't increase further ({{SPEED}})" + "decreaseLimit": "No se puede disminuir más ({{SPEED}})", + "increaseLimit": "No se puede aumentar más ({{SPEED}})" } }, "playlistLength": { @@ -86,8 +86,8 @@ "failedToRemoveVideo": "Failed to remove video", "markAsUnwatched": "Mark as unwatched", "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "Remove video", - "removingVideo": "Removing video…" + "removeVideo": "Eliminar vídeo", + "removingVideo": "Eliminando vídeo…" } }, "saveToWatchLaterButton": { @@ -102,13 +102,13 @@ "label": "Captura de pantalla" }, "extras": { - "copiedToClipboard": "Screenshot copied to clipboard" + "copiedToClipboard": "Captura de pantalla copiada al portapapeles" } }, "videoHistory": { "extras": { - "resumeButton": "Resume", - "resumePromptClose": "Close" + "resumeButton": "Reanudar", + "resumePromptClose": "Cerrar" } }, "volumeBoostButton": { @@ -126,122 +126,122 @@ "extras": { "bottomButtons": { "clear": { - "title": "Clears all data this extension has stored on your machine", - "value": "Clear Data" + "title": "Limpia todos los datos que esta extensión ha almacenado en su equipo", + "value": "Limpiar datos" }, "confirm": { - "title": "Confirm setting reset", - "value": "Confirm" + "title": "Confirma el restablecimiento de los ajustes", + "value": "Confirmar" }, "openTab": { - "title": "Open extension settings in a new tab" + "title": "Abrir extensión en una pestaña nueva" }, "reset": { - "title": "Resets all settings to their defaults, Click the confirm button to save the changes", - "value": "Reset" + "title": "Restablece todos los ajustes a sus valores predeterminados, haga clic en el botón de confirmar para guardar los cambios", + "value": "Reestablecer" } }, "buttonPlacement": { "select": { "buttonNames": { - "copyTimestampUrlButton": "Copy video URL with timestamp button", - "decreasePlaybackSpeedButton": "Decrease Speed button", - "forwardButton": "Fast Forward button", - "hideEndScreenCardsButton": "Hide end screen cards button", - "increasePlaybackSpeedButton": "Increase Speed button", - "loopButton": "Loop button", - "maximizePlayerButton": "Maximize button", - "openTranscriptButton": "Open Transcript button", - "rewindButton": "Rewind button", - "screenshotButton": "Screenshot button", - "volumeBoostButton": "Volume Boost button" + "copyTimestampUrlButton": "Botón para copiar la URL del vídeo con marca de tiempo", + "decreasePlaybackSpeedButton": "Botón para reducir la velocidad", + "forwardButton": "Botón para avanzar rápido", + "hideEndScreenCardsButton": "Ocultar botón de tarjetas de pantalla final", + "increasePlaybackSpeedButton": "Botón para aumentar la velocidad", + "loopButton": "Botón de repetición", + "maximizePlayerButton": "Botón para maximizar", + "openTranscriptButton": "Abrir botón de transcripción", + "rewindButton": "Botón para rebobinar", + "screenshotButton": "Botón de captura de pantalla", + "volumeBoostButton": "Botón para aumentar el volumen" }, "options": { "below_player": { - "placement": "below the player controls", - "value": "Below Player" + "placement": "debajo de los controles del reproductor", + "value": "Debajo del reproductor" }, "feature_menu": { - "placement": "in the feature menu", - "value": "Feature Menu" + "placement": "en el menú de funciones", + "value": "Menú de funciones" }, "player_controls_left": { - "placement": "on the left side of player controls", - "value": "Left Controls" + "placement": "a la izquierda de los controles del reproductor", + "value": "Controles a la izquierda" }, "player_controls_right": { - "placement": "on the right side of player controls", - "value": "Right Controls" + "placement": "a la derecha de los controles del reproductor", + "value": "Controles a la derecha" } }, - "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + "title": "Coloca el {{BUTTON_NAME}} a la {{PLACEMENT}}" }, "title": "Button placement settings" }, "clearData": { - "allDataDeleted": "All data has been deleted.", - "confirmAlert": "This will delete all extension data related to options. Continue?" + "allDataDeleted": "Todos los datos han sido eliminados.", + "confirmAlert": "Esto eliminará todos los datos de la extensión relacionados con las opciones. ¿Continuar?" }, "featureMenu": { "openType": { "select": { - "label": "Menu Activation Type", + "label": "Tipo de activación del menú", "options": { "click": "Click", - "hover": "Hover" + "hover": "Pasar el cursor por encima" }, - "title": "Select the method to activate the feature menu" + "title": "Selecciona el método para abrir el menú" }, - "title": "Feature menu settings" + "title": "Configuración del menú" } }, "importExportSettings": { "exportButton": { - "success": "Settings successfully exported", - "title": "Export settings to a JSON file", - "value": "Export Settings" + "success": "Ajustes exportados correctamente", + "title": "Exportar ajustes a un archivo JSON", + "value": "Exportar Ajustes" }, "importButton": { "error": { - "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", - "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" + "unknown": "Error al importar la configuración. Por favor, compruebe el formato del archivo.\nUn error desconocido se ha producido.", + "validation": "Error al importar la configuración. Por favor, compruebe el formato del archivo.\n{{ERROR_MESSAGE}}" }, - "success": "Settings imported successfully", - "title": "Import settings from a JSON file", - "value": "Import Settings" + "success": "Ajustes importados correctamente", + "title": "Importar ajustes desde un archivo JSON", + "value": "Importar Ajustes" } }, "language": { "select": { - "label": "Language", - "title": "The language to use for the extension" + "label": "Idioma", + "title": "El idioma a usar para la extensión" }, - "title": "Language" + "title": "Idioma" }, "optionDisabled": { "either": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " or " + "label": "Activar {{OPTIONS}} para configurar esta opción", + "separator": " o " }, "plural": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " and " + "label": "Habilitar {{OPTIONS}} para configurar esta opción", + "separator": " y " }, - "singular": "Enable '{{OPTION}}' to configure this option", + "singular": "Habilitar '{{OPTION}}' para configurar esta opción", "specificOption": { - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + "featureMenu": "Configure al menos un botón para colocarse en el menú de funciones para configurar esta opción.", + "screenshotButtonFileFormat": "Establecer el tipo de guardado de captura de pantalla a 'Archivo' o 'Ambos' para configurar esta opción" } }, - "scrollForMoreSettings": "Scroll for more settings", + "scrollForMoreSettings": "Desplazar para más ajustes", "settingSearch": { "placeholder": "Search for a setting" }, "youtubeDataApiV3Key": { "getApiKeyLinkText": "You can get one from here", "input": { - "label": "API Key", - "title": "Enter your Youtube Data API V3 key." + "label": "Clave API", + "title": "Introduce tu clave API de Youtube Data V3." }, "title": "YouTube API V3 key" } @@ -273,9 +273,9 @@ "title": "Permite aplicar CSS personalizado a la página" }, "extras": { - "collapse": "Collapse Editor", - "expand": "Expand Editor", - "noProblems": "No problems found." + "collapse": "Colapsar editor", + "expand": "Expandir editor", + "noProblems": "No se encontraron problemas." }, "title": "Ajustes de CSS personalizados" }, @@ -285,17 +285,17 @@ "title": "Activate the selected theme for the page" }, "extras": { - "author": "Author", - "co-authors": "Co-authors" + "author": "Autor", + "co-authors": "Coautores" }, "settings": { "colorShadow": { - "label": "Shadow color", - "title": "Color for shadows" + "label": "Color de sombra", + "title": "Color para las sombras" }, "dimmerText": { - "label": "Secondary text color", - "title": "Color for secondary text" + "label": "Color secundario de texto", + "title": "Color para el texto secundario" }, "hoverBackground": { "label": "Hover background color", @@ -306,8 +306,8 @@ "title": "Color for main background" }, "mainColor": { - "label": "Accent color", - "title": "Color for accent" + "label": "Color destacado", + "title": "Color para destacados" }, "mainText": { "label": "Main text color", @@ -333,8 +333,8 @@ }, "settings": { "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" + "label": "Adelantar/rebobinar tiempo", + "title": "La cantidad de tiempo para avanzar/retroceder el video" } }, "title": "Ajustes del botón avanzar/retroceder" @@ -343,8 +343,8 @@ "settings": { "automaticallyDisableAmbientMode": { "enable": { - "label": "Automatically disable ambient mode", - "title": "Automatically disables ambient mode when you load a video" + "label": "Desactivar automáticamente el modo ambiente", + "title": "Desactiva automáticamente el modo ambiente al cargar un vídeo" } }, "automaticallyDisableAutoPlay": { @@ -355,176 +355,176 @@ }, "automaticallyDisableClosedCaptions": { "enable": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" + "label": "Desactivar los subtítulos automáticamente", + "title": "Desactivar los subtítulos automáticamente cuando se carga un video" } }, "automaticallyEnableClosedCaptions": { "enable": { - "label": "Automatically enable closed captions", - "title": "Automatically enables closed captions when you load a video" + "label": "Activar automáticamente subtítulos", + "title": "Activa automáticamente los subtítulos al cargar un vídeo" } }, "automaticallyMaximizePlayer": { "enable": { - "label": "Automatically maximize player", - "title": "Automatically maximizes the player when you load a video" + "label": "Automáticamente maximizar el reproductor", + "title": "Automáticamente maximizar el reproductor cuando se carga un video" } }, "automaticallyShowMoreVideosOnEndScreen": { "enable": { - "label": "Automatically show more videos on end screen", - "title": "Automatically shows more videos on end screen when you load a video" + "label": "Automáticamente mostrar más videos", + "title": "Automáticamente mostrar más videos en la pantalla final, al terminar un video" } }, "automaticTheaterMode": { "enable": { - "label": "Automatic theater mode", - "title": "Automatically enables theater mode when you load a video" + "label": "Modo cine automático", + "title": "Activar automáticamente el modo cine al cargar un vídeo" } }, "copyTimestampUrlButton": { "enable": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" + "label": "Botón para copiar la URL con marca de tiempo", + "title": "Copia el video con una marca de tiempo (?t=123)" } }, "defaultToOriginalAudioTrack": { "enable": { - "label": "Default to original audio track", - "title": "Always default to the original audio track" + "label": "Usar pista de audio original por defecto", + "title": "Siempre usar pista de audio original" } }, "saveToWatchLaterButton": { "enable": { - "label": "Enable save to Watch Later button", - "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + "label": "Habiliar el boton para ver mas tarde", + "title": "Agregar botón a los vídeos de Inicio y Suscripciones para guardar el vídeo en la lista de reproducción 'Ver más tarde'" } }, "hideArtificialIntelligenceSummary": { "enable": { - "label": "Hide AI summary", - "title": "Hides the artificial intelligence summary below videos" + "label": "Ocultar resumen de IA", + "title": "Oculta el resumen de inteligencia artificial debajo de los vídeos" } }, "hideEndScreenCards": { "enable": { - "label": "Hide end screen cards", - "title": "Hides the cards at the end of the video" + "label": "Ocultar tarjetas de pantalla final", + "title": "Oculta las tarjetas al final del vídeo" } }, "hideEndScreenCardsButton": { "enable": { - "label": "Hide end screen cards button", - "title": "Adds a button to show/hide the cards at the end of the video" + "label": "Botón para ocultar las tarjetas de pantalla final", + "title": "Añade un botón para mostrar/ocultar las tarjetas al final del vídeo" } }, "hideLiveStreamChat": { "enable": { - "label": "Hide live stream chat", - "title": "Hides the live stream chat" + "label": "Ocultar chat de transmisión en vivo", + "title": "Oculta el chat en una transmisión en vivo" } }, "hideMembersOnlyVideos": { "enable": { - "label": "Hide members-only videos", - "title": "Hides videos that are only visible to members" + "label": "Ocultar vídeos solo para miembros", + "title": "Oculta los vídeos que solo son visibles para los miembros" } }, "hideOfficialArtistVideosFromHomePage": { "enable": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" + "label": "Ocultar Videos Oficiales del Artista", + "title": "Ocultar los vídeos oficiales del artista de la página de inicio" } }, "hidePaidPromotionBanner": { "enable": { - "label": "Hide paid promotion banner", - "title": "Hides the banner that appears when you watch a video that has a paid promotion" + "label": "Ocultar banner de promociones pagas", + "title": "Oculta el banner que aparece cuando ves un video que tiene una promoción de pago" } }, "hidePlayables": { "enable": { - "label": "Hide playables", - "title": "Hides all playables" + "label": "Ocultar reproducibles", + "title": "Oculta todos los reproducibles" } }, "hidePlaylistRecommendationsFromHomePage": { "enable": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" + "label": "Ocultar listas de reproducción de la página de inicio", + "title": "Oculta las listas de reproducción que aparecen en la página de inicio" } }, "hideScrollbar": { "enable": { - "label": "Hide scrollbar", - "title": "Hides the pages scrollbar" + "label": "Ocultar barra de desplazamiento", + "title": "Oculta la barra de desplazamiento de la página" } }, "hideShorts": { "enable": { - "label": "Hide shorts", - "title": "Hides all shorts" + "label": "Ocultar shorts", + "title": "Oculta todos los shorts" } }, "hideSidebarRecommendedVideos": { "enable": { - "label": "Hide recommended videos", - "title": "Hides the sidebar that recommends videos" + "label": "Ocultar vídeos recomendados", + "title": "Oculta la barra lateral de vídeos recomendados" } }, "hideTranslateComment": { "enable": { - "label": "Hide translate comment button", - "title": "Hides 'Translate to Language' button under comments" + "label": "Ocultar botón de traducir comentario", + "title": "Oculta el botón 'Traducir al idioma' bajo los comentarios" } }, "loopButton": { "enable": { - "label": "Loop button", - "title": "Adds a button to the feature menu to loop the video you're watching" + "label": "Botón de bucle", + "title": "Añade un botón al menú para poner en bucle el vídeo que estás viendo" } }, "maximizePlayerButton": { "enable": { - "label": "Maximize player button", - "title": "Adds a button to the feature menu to maximize the player" + "label": "Botón de maximizar en el reproductor", + "title": "Añade un botón al menú para maximizar el reproductor" } }, "openTranscriptButton": { "enable": { - "label": "Open transcript button", - "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + "label": "Botón para abrir transcripción", + "title": "Añade un botón al menú para abrir la transcripción del video que estás viendo" } }, "openYouTubeSettingsOnHover": { "enable": { - "label": "Open YouTube settings on hover", - "title": "Opens the YouTube settings menu when you hover over the settings button" + "label": "Abrir ajustes de YouTube al pasar el cursor", + "title": "Abre el menú de configuración de YouTube cuando pasa el cursor por encima del botón de ajustes" } }, "pauseBackgroundPlayers": { "enable": { - "label": "Pause background players", - "title": "Pauses video players in background tabs when you start a new player in foreground tab" + "label": "Pausar reproductores de fondo", + "title": "Pausa los reproductores de vídeo en pestañas de fondo cuando inicias un nuevo reproductor en la pestaña de inicio" } }, "remainingTime": { "enable": { - "label": "Remaining time", - "title": "Shows the remaining time of the video you're watching" + "label": "Tiempo restante", + "title": "Muestra el tiempo restante del vídeo que estás viendo" } }, "rememberVolume": { "enable": { - "label": "Remember last volume", - "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + "label": "Recordar el nivel de volumen", + "title": "Recuerda el volumen del último vídeo que estabas viendo y lo establece cuando abres un nuevo vídeo" } }, "removeRedirect": { "enable": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + "label": "Remover URLs de redireccionamiento (/redirect)", + "title": "Reemplaza la URLs de redirección de YouTube por URLs reales, omitiendo el diálogo de advertencia de redirección" } }, "restoreFullscreenScrolling": { @@ -560,87 +560,87 @@ "label": "Color", "select": { "options": { - "blue": "Blue", - "green": "Green", - "orange": "Orange", - "pink": "Pink", - "purple": "Purple", - "red": "Red", - "white": "White", - "yellow": "Yellow" + "blue": "Azul", + "green": "Verde", + "orange": "Naranja", + "pink": "Rosa", + "purple": "Morado", + "red": "Rojo", + "white": "Blanco", + "yellow": "Amarillo" } }, "title": "Select the color for the On-Screen Display" }, "hide": { - "label": "Hide Delay", + "label": "Oculta el retardo", "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" }, "opacity": { - "label": "Opacity", + "label": "Opacidad", "title": "Adjust the transparency of the On-Screen Display" }, "padding": { - "label": "Padding", - "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." + "label": "Margen", + "title": "Ajuste el espacio alrededor de las esquinas de la pantalla en píxeles. Esto se aplica específicamente al redondeado en las esquinas de la pantalla." }, "position": { - "label": "Position", + "label": "Posición", "select": { "options": { - "bottom_left": "Bottom Left", - "bottom_right": "Bottom Right", - "center": "Center", - "top_left": "Top Left", - "top_right": "Top Right" + "bottom_left": "Parte inferior izquierda", + "bottom_right": "Parte inferior derecha", + "center": "Centrado", + "top_left": "Parte superior izquierda", + "top_right": "Parte superior derecha" } }, "title": "Select the position of the On-Screen Display" }, "type": { - "label": "Type", + "label": "Tipo", "select": { "options": { - "circle": "Circle", - "line": "Line", - "no_display": "No display", - "text": "Text" + "circle": "Círculo", + "line": "Línea", + "no_display": "No mostrar", + "text": "Texto" } }, - "title": "Select the type of On-Screen Display" + "title": "Selecciona el estilo del visualizador en pantalla" } }, "title": "On-screen display settings" }, "playerQuality": { "enable": { - "label": "Automatic quality adjustment", - "title": "Automatically adjusts the video quality to the selected level." + "label": "Habilitar ajuste automático de calidad", + "title": "Ajustar automáticamente la calidad del vídeo al nivel seleccionado." }, "settings": { "quality": { "select": { - "label": "Player quality", - "title": "The quality to set the video to" + "label": "Calidad del reproductor", + "title": "La calidad a la que establecer el vídeo" } }, "qualityFallbackStrategy": { "select": { - "label": "Quality fallback strategy", + "label": "Estrategia de calidad de contingencia", "options": { - "higher": "Higher", - "lower": "Lower" + "higher": "Superior", + "lower": "Inferior" }, - "title": "The strategy to use when the selected quality is not available" + "title": "La estrategia a utilizar cuando la calidad seleccionada no está disponible" } } }, - "title": "Automatic quality settings" + "title": "Ajustes de calidad automáticos" }, "playerSpeed": { "enable": { - "label": "Forced playback speed", - "title": "Sets the video speed to what you choose below" + "label": "Velocidad de reproducción forzada", + "title": "Establece la velocidad del video a lo que elijas a continuación" }, "settings": { "buttons": { @@ -653,12 +653,12 @@ }, "speed": { "select": { - "label": "Player speed", - "title": "The speed to set the video to" + "label": "Velocidad del reproductor", + "title": "La velocidad a la que ajustar el vídeo" } } }, - "title": "Playback speed settings" + "title": "Ajustes de velocidad de reproducción" }, "playlistLength": { "enable": { @@ -676,7 +676,7 @@ "select": { "label": "Method to get watched time", "options": { - "duration": "Video Length", + "duration": "Duración del Video", "youtube": "Video Watch Time" }, "title": "The way to get the amount of time watched (Video Length type only used on watch page)" @@ -709,18 +709,18 @@ }, "settings": { "format": { - "label": "Screenshot format", - "title": "The format to save the screenshot in" + "label": "Formato de captura de pantalla", + "title": "El formato en el que guardar la captura de pantalla" }, "saveAs": { "select": { "options": { "both": "Both (File and Clipboard)", - "clipboard": "Clipboard", - "file": "File" + "clipboard": "Portapapeles", + "file": "Archivo" }, - "label": "Screenshot save type", - "title": "The screenshot save type" + "label": "Método de guardado de captura de pantalla", + "title": "Método de guardado sobre el que se guardará la captura de pantalla" } } }, @@ -732,17 +732,17 @@ "title": "Pulsa una tecla para activar el ajuste de velocidad con la rueda del ratón." }, "extras": { - "optionLabel": "{{KEY}} key" + "optionLabel": "Tecla {{KEY}}" }, "settings": { "adjustmentSteps": { - "label": "Speed Change Per Scroll", - "title": "Adjust the speed change per scroll" + "label": "Volumen cambiado por cada scroll con la rueda del ratón", + "title": "Ajustar la velocidad que cambia por el scroll de la rueda del ratón" }, "modifierKey": { "select": { - "label": "Modifier key", - "title": "The modifier key to use" + "label": "Tecla modificadora", + "title": "Tecla a usar" } } }, @@ -754,24 +754,24 @@ "title": "Te permite usar la rueda del ratón para controlar el volumen del vídeo que estás viendo" }, "extras": { - "optionLabel": "{{KEY}} key" + "optionLabel": "Tecla {{KEY}}" }, "settings": { "adjustmentSteps": { - "label": "Volume Change Per Scroll", - "title": "Adjust the volume change per scroll" + "label": "Velocidad cambiada por cada scroll con la rueda del ratón", + "title": "Ajustar el volumen que cambia por el scroll de la rueda del ratón" }, "holdModifierKey": { - "label": "When holding modifier key", + "label": "Activar al mantener pulsada la tecla modificadora", "select": { - "label": "Modifier key", - "title": "The modifier key to use" + "label": "Tecla modificadora", + "title": "La tecla del modificador a usar" }, - "title": "Press a modifier key to enable volume adjustment with the scroll wheel." + "title": "Presione una tecla modificadora para activar el ajuste de volumen con la rueda del ratón." }, "holdRightClick": { - "label": "When holding right click", - "title": "Hold right click to enable scroll wheel volume control" + "label": "Activar al mantener pulsado el botón derecho", + "title": "Mantenga pulsado el botón derecho para activar el control de volumen con la rueda del ratón" } }, "title": "Ajustes de control de volumen con la rueda del ratón" @@ -786,7 +786,7 @@ "select": { "label": "Resume type", "options": { - "automatic": "Automatic", + "automatic": "Automático", "prompt": "Prompt" }, "title": "Select how you want to resume videos" @@ -802,17 +802,17 @@ }, "settings": { "amount": { - "label": "Volume boost amount (dB)", - "title": "The amount to boost the volume by" + "label": "Incremento de volumen (dB)", + "title": "Cuantos decibelios quieres aumentar el volumen" }, "mode": { "select": { "label": "Volume boost mode", "options": { "global": "Global", - "perVideo": "Per video" + "perVideo": "Por vídeo" }, - "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + "title": "Elegir cómo se aplica el aumento de volumen. 'Por vídeo' permite activar optimización para cada video individualmente en el menú de características. 'Global' aplica el boost a todos los vídeos cuando el aumento de volumen está activado." } } }, From d155c92dbd672d5162510eb5399183ea72ee58ad Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 25 Jan 2026 17:23:25 -0500 Subject: [PATCH 1548/1783] New translations en-us.json (German) --- public/locales/de-DE.json | 290 +++++++++++++++++++------------------- 1 file changed, 145 insertions(+), 145 deletions(-) diff --git a/public/locales/de-DE.json b/public/locales/de-DE.json index 48a32f169..a3af24a15 100644 --- a/public/locales/de-DE.json +++ b/public/locales/de-DE.json @@ -13,7 +13,7 @@ "label": "Video URL mit Zeitstempel kopieren" }, "extras": { - "copied": "Copied!" + "copied": "Kopiert!" } }, "featureMenu": { @@ -73,7 +73,7 @@ } }, "extras": { - "decreaseLimit": "Can't decrease further ({{SPEED}})", + "decreaseLimit": "Geringer nicht möglich ({{SPEED}})", "increaseLimit": "Can't increase further ({{SPEED}})" } }, @@ -102,13 +102,13 @@ "label": "Screenshot" }, "extras": { - "copiedToClipboard": "Screenshot copied to clipboard" + "copiedToClipboard": "Screenshot in Zwischenablage kopiert" } }, "videoHistory": { "extras": { - "resumeButton": "Resume", - "resumePromptClose": "Close" + "resumeButton": "Fortsetzen", + "resumePromptClose": "Schließen" } }, "volumeBoostButton": { @@ -126,97 +126,97 @@ "extras": { "bottomButtons": { "clear": { - "title": "Clears all data this extension has stored on your machine", - "value": "Clear Data" + "title": "Löscht alle Daten, die diese Erweiterung auf Ihrem Rechner gespeichert hat", + "value": "Daten löschen" }, "confirm": { - "title": "Confirm setting reset", - "value": "Confirm" + "title": "Einstellungen zurücksetzen", + "value": "Bestätigen" }, "openTab": { - "title": "Open extension settings in a new tab" + "title": "Erweiterungseinstellungen in einem neuen Tab öffnen" }, "reset": { - "title": "Resets all settings to their defaults, Click the confirm button to save the changes", - "value": "Reset" + "title": "Setzt alle Einstellungen auf ihre Standardwerte zurück. Klicken Sie auf die Bestätigungs-Schaltfläche, um die Änderungen zu speichern", + "value": "Zurücksetzen" } }, "buttonPlacement": { "select": { "buttonNames": { - "copyTimestampUrlButton": "Copy video URL with timestamp button", - "decreasePlaybackSpeedButton": "Decrease Speed button", - "forwardButton": "Fast Forward button", - "hideEndScreenCardsButton": "Hide end screen cards button", - "increasePlaybackSpeedButton": "Increase Speed button", - "loopButton": "Loop button", - "maximizePlayerButton": "Maximize button", - "openTranscriptButton": "Open Transcript button", - "rewindButton": "Rewind button", - "screenshotButton": "Screenshot button", - "volumeBoostButton": "Volume Boost button" + "copyTimestampUrlButton": "Video-URL mit Timestamp kopieren", + "decreasePlaybackSpeedButton": "Geschwindigkeit verringern", + "forwardButton": "Vorspulen", + "hideEndScreenCardsButton": "End-Screen Karte verstecken", + "increasePlaybackSpeedButton": "Geschwindigkeit erhöhen", + "loopButton": "Loop", + "maximizePlayerButton": "Maximieren", + "openTranscriptButton": "Transkript", + "rewindButton": "Zurückspulen", + "screenshotButton": "Screenshot", + "volumeBoostButton": "Lautstärke-Boost" }, "options": { "below_player": { - "placement": "below the player controls", - "value": "Below Player" + "placement": "unterhalb der Video-Steuerung", + "value": "Unter dem Player" }, "feature_menu": { - "placement": "in the feature menu", - "value": "Feature Menu" + "placement": "im Eigenschaftsmenü", + "value": "Feature-Menü" }, "player_controls_left": { - "placement": "on the left side of player controls", - "value": "Left Controls" + "placement": "auf der linken Seite der Video-Steuerung", + "value": "Links" }, "player_controls_right": { - "placement": "on the right side of player controls", - "value": "Right Controls" + "placement": "auf der rechten Seite der Video-Steuerung", + "value": "Rechts" } }, - "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + "title": "Platziere {{BUTTON_NAME}} {{PLACEMENT}}" }, "title": "Button placement settings" }, "clearData": { - "allDataDeleted": "All data has been deleted.", - "confirmAlert": "This will delete all extension data related to options. Continue?" + "allDataDeleted": "Die Daten wurden gelöscht.", + "confirmAlert": "Dies löscht alle Erweiterungsdaten zu Optionen. Fortfahren?" }, "featureMenu": { "openType": { "select": { - "label": "Menu Activation Type", + "label": "Menü Aktivierungstyp", "options": { - "click": "Click", + "click": "Klick", "hover": "Hover" }, - "title": "Select the method to activate the feature menu" + "title": "Wähle die Methode zum Aktivieren des Feature-Menüs" }, - "title": "Feature menu settings" + "title": "Feature-Menüeinstellungen" } }, "importExportSettings": { "exportButton": { - "success": "Settings successfully exported", - "title": "Export settings to a JSON file", - "value": "Export Settings" + "success": "Einstellungen erfolgreich exportiert", + "title": "Einstellungen zu JSON-Datei exportieren", + "value": "Einstellungen exportieren" }, "importButton": { "error": { - "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", - "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" + "unknown": "Fehler beim Importieren der Einstellungen. Bitte überprüfen Sie das Dateiformat.\nEin unbekannter Fehler ist aufgetreten.", + "validation": "Fehler beim Importieren der Einstellungen. Bitte überprüfen Sie das Dateiformat.\n{{ERROR_MESSAGE}}" }, - "success": "Settings imported successfully", - "title": "Import settings from a JSON file", - "value": "Import Settings" + "success": "Einstellungen erfolgreich importiert", + "title": "Einstellungen aus JSON-Datei importieren", + "value": "Einstellungen importieren" } }, "language": { "select": { - "label": "Language", - "title": "The language to use for the extension" + "label": "Sprache", + "title": "Die Sprache dieser Erweiterung" }, - "title": "Language" + "title": "Sprache" }, "optionDisabled": { "either": { @@ -233,15 +233,15 @@ "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" } }, - "scrollForMoreSettings": "Scroll for more settings", + "scrollForMoreSettings": "Weitere Einstellungen gibt es unten", "settingSearch": { "placeholder": "Search for a setting" }, "youtubeDataApiV3Key": { "getApiKeyLinkText": "You can get one from here", "input": { - "label": "API Key", - "title": "Enter your Youtube Data API V3 key." + "label": "API Schlüssel", + "title": "Gib deinen YouTube Data API V3 Schlüssel ein." }, "title": "YouTube API V3 key" } @@ -273,9 +273,9 @@ "title": "Aktiviert benutzerdefiniertes CSS für die Seite" }, "extras": { - "collapse": "Collapse Editor", - "expand": "Expand Editor", - "noProblems": "No problems found." + "collapse": "Editor einklappen", + "expand": "Editor vergrößern", + "noProblems": "Keine Probleme gefunden." }, "title": "Custom CSS settings" }, @@ -285,42 +285,42 @@ "title": "Activate the selected theme for the page" }, "extras": { - "author": "Author", - "co-authors": "Co-authors" + "author": "Ersteller", + "co-authors": "Mitersteller" }, "settings": { "colorShadow": { - "label": "Shadow color", - "title": "Color for shadows" + "label": "Schattenfarbe", + "title": "Farbe für Schatten" }, "dimmerText": { - "label": "Secondary text color", - "title": "Color for secondary text" + "label": "Sekundäre Textfarbe", + "title": "Farbe für sekundären Text" }, "hoverBackground": { - "label": "Hover background color", - "title": "Color for hover background" + "label": "Hintergrundfarbe beim Hovern", + "title": "Farbe für den Hintergrund beim Hovern" }, "mainBackground": { - "label": "Main background color", - "title": "Color for main background" + "label": "Haupthintergrundfarbe", + "title": "Farbe für Haupthintergrund" }, "mainColor": { - "label": "Accent color", - "title": "Color for accent" + "label": "Akzentfarbe", + "title": "Farbe für die Akzente" }, "mainText": { - "label": "Main text color", - "title": "Color for main text" + "label": "Haupttextfarbe", + "title": "Farbe für Haupttext" }, "secondBackground": { - "label": "Secondary background color", - "title": "Color for secondary background" + "label": "Sekundäre Hintergrundfarbe", + "title": "Farbe für sekundären Hintergrund" }, "theme": { "select": { - "label": "Select theme", - "title": "Select a theme to be applied to the page" + "label": "Theme auswählen", + "title": "Wählen Sie ein Theme aus, das auf die Seite angewendet werden soll" } } }, @@ -343,8 +343,8 @@ "settings": { "automaticallyDisableAmbientMode": { "enable": { - "label": "Automatically disable ambient mode", - "title": "Automatically disables ambient mode when you load a video" + "label": "Ambient-Modus automatisch deaktivieren", + "title": "Deaktiviert automatisch den Ambient-Modus, wenn du ein Video lädst" } }, "automaticallyDisableAutoPlay": { @@ -355,14 +355,14 @@ }, "automaticallyDisableClosedCaptions": { "enable": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" + "label": "Untertitel automatisch deaktivieren", + "title": "Deaktiviert automatisch Untertitel, wenn du ein Video lädst" } }, "automaticallyEnableClosedCaptions": { "enable": { - "label": "Automatically enable closed captions", - "title": "Automatically enables closed captions when you load a video" + "label": "Untertitel automatisch aktivieren", + "title": "Aktiviert die Untertitel automatisch, wenn du ein Video lädst" } }, "automaticallyMaximizePlayer": { @@ -379,14 +379,14 @@ }, "automaticTheaterMode": { "enable": { - "label": "Automatic theater mode", - "title": "Automatically enables theater mode when you load a video" + "label": "Automatischer Theatermodus", + "title": "Automatisch den Theatermodus aktivieren, wenn ein Video geladen wird" } }, "copyTimestampUrlButton": { "enable": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" + "label": "Video-URL mit Zeitstempel kopieren", + "title": "Kopiert die Video-URL mit Zeitstempel (?t=123)" } }, "defaultToOriginalAudioTrack": { @@ -457,14 +457,14 @@ }, "hideScrollbar": { "enable": { - "label": "Hide scrollbar", - "title": "Hides the pages scrollbar" + "label": "Scrollbar ausblenden", + "title": "Versteckt die Scrollleiste" } }, "hideShorts": { "enable": { - "label": "Hide shorts", - "title": "Hides all shorts" + "label": "Shorts ausblenden", + "title": "Alle Shorts ausblenden" } }, "hideSidebarRecommendedVideos": { @@ -475,32 +475,32 @@ }, "hideTranslateComment": { "enable": { - "label": "Hide translate comment button", - "title": "Hides 'Translate to Language' button under comments" + "label": "Übersetzungs-Kommentar-Button ausblenden", + "title": "Versteckt die Schaltfläche \"In Sprache übersetzen\" unter Kommentaren" } }, "loopButton": { "enable": { - "label": "Loop button", + "label": "Dauerschleife-Button", "title": "Adds a button to the feature menu to loop the video you're watching" } }, "maximizePlayerButton": { "enable": { - "label": "Maximize player button", - "title": "Adds a button to the feature menu to maximize the player" + "label": "Player-Button maximieren", + "title": "Fügt dem Eigenschaftsmenü eine Schaltfläche hinzu, um den Video-Player zu maximieren" } }, "openTranscriptButton": { "enable": { - "label": "Open transcript button", - "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + "label": "Transkript-Button", + "title": "Fügt eine Schaltfläche zum Feature-Menü hinzu, um das Protokoll des Videos zu öffnen, das du siehst" } }, "openYouTubeSettingsOnHover": { "enable": { - "label": "Open YouTube settings on hover", - "title": "Opens the YouTube settings menu when you hover over the settings button" + "label": "YouTube-Einstellungen beim Hover öffnen", + "title": "Öffnet die YouTube Einstellungen, wenn du über den Einstellungs-Button fährst" } }, "pauseBackgroundPlayers": { @@ -511,14 +511,14 @@ }, "remainingTime": { "enable": { - "label": "Remaining time", - "title": "Shows the remaining time of the video you're watching" + "label": "Verbleibende Zeit", + "title": "Zeigt die verbleibende Zeit des Videos, das du siehst" } }, "rememberVolume": { "enable": { - "label": "Remember last volume", - "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + "label": "Letzte Lautstärke merken", + "title": "Speichere die Lautstärke des letzten Videos, das du gesehen hast und setze es beim Öffnen eines neuen Videos" } }, "removeRedirect": { @@ -535,20 +535,20 @@ }, "shareShortener": { "enable": { - "label": "Shorten YouTube video share link", - "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + "label": "YouTube Video Link kürzen", + "title": "Verkürzt den YouTube Video Link (youtu.be) indem si/Feature-Parameter entfernt wird" } }, "shortsAutoScroll": { "enable": { - "label": "Shorts auto scroll", - "title": "Automatically scrolls to the next short" + "label": "Shorts automatisch scrollen", + "title": "Scrollen Sie automatisch im nächsten Short" } }, "skipContinueWatching": { "enable": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" + "label": "Überspringe \"Video ist pausiert. Weiter ansehen?\"", + "title": "Überspringt den Leerlauf-Dialog, der die Videowiedergabe pausiert" } } }, @@ -557,32 +557,32 @@ "onScreenDisplaySettings": { "settings": { "color": { - "label": "Color", + "label": "Farbe", "select": { "options": { - "blue": "Blue", - "green": "Green", + "blue": "Blau", + "green": "Grün", "orange": "Orange", "pink": "Pink", - "purple": "Purple", - "red": "Red", - "white": "White", - "yellow": "Yellow" + "purple": "Lila", + "red": "Rot", + "white": "Weiß", + "yellow": "Gelb" } }, - "title": "Select the color for the On-Screen Display" + "title": "Farbe für den On-Screen Display wählen" }, "hide": { "label": "Hide Delay", "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" }, "opacity": { - "label": "Opacity", - "title": "Adjust the transparency of the On-Screen Display" + "label": "Transparenz", + "title": "Die Transparenz der Bildschirmanzeige anpassen" }, "padding": { - "label": "Padding", - "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." + "label": "Innenabstand", + "title": "Passe den Abstand rund um die Bildschirmanzeige in Pixeln an. Dies gilt speziell für die Bildschirmanzeige in den Ecken." }, "position": { "label": "Position", @@ -601,8 +601,8 @@ "label": "Type", "select": { "options": { - "circle": "Circle", - "line": "Line", + "circle": "Kreis", + "line": "Balken", "no_display": "No display", "text": "Text" } @@ -614,14 +614,14 @@ }, "playerQuality": { "enable": { - "label": "Automatic quality adjustment", - "title": "Automatically adjusts the video quality to the selected level." + "label": "Automatische Qualitätsanpassung", + "title": "Die Videoqualität wird automatisch auf die ausgewählte Qualität gestellt." }, "settings": { "quality": { "select": { - "label": "Player quality", - "title": "The quality to set the video to" + "label": "Video-Qualität", + "title": "Die Qualität auf die das Video gestellt werden soll" } }, "qualityFallbackStrategy": { @@ -635,12 +635,12 @@ } } }, - "title": "Automatic quality settings" + "title": "Automatische Qualitätseinstellungen" }, "playerSpeed": { "enable": { - "label": "Forced playback speed", - "title": "Sets the video speed to what you choose below" + "label": "Erzwungene Wiedergabegeschwindigkeit", + "title": "Setzt die Videogeschwindigkeit auf das, was du unten wählst" }, "settings": { "buttons": { @@ -653,12 +653,12 @@ }, "speed": { "select": { - "label": "Player speed", - "title": "The speed to set the video to" + "label": "Video Geschwindigkeit", + "title": "Die Geschwindigkeit auf die das Video gestellt wird" } } }, - "title": "Playback speed settings" + "title": "Wiedergabegeschwindigkeit Einstellungen" }, "playlistLength": { "enable": { @@ -709,18 +709,18 @@ }, "settings": { "format": { - "label": "Screenshot format", - "title": "The format to save the screenshot in" + "label": "Screenshot-Format", + "title": "Das Format zum Speichern des Screenshots" }, "saveAs": { "select": { "options": { "both": "Both (File and Clipboard)", - "clipboard": "Clipboard", - "file": "File" + "clipboard": "Zwischenablage", + "file": "Datei" }, - "label": "Screenshot save type", - "title": "The screenshot save type" + "label": "Screenshot-Speicherart", + "title": "Der Screenshot-Speichertyp" } } }, @@ -736,8 +736,8 @@ }, "settings": { "adjustmentSteps": { - "label": "Speed Change Per Scroll", - "title": "Adjust the speed change per scroll" + "label": "Geschwindigkeitsänderung durch Mausrad", + "title": "Geschwindigkeitsänderung durch Mausrad anpassen" }, "modifierKey": { "select": { @@ -754,7 +754,7 @@ "title": "Lässt dich das Scrollrad verwenden, um die Lautstärke des Videos zu steuern, das du siehst" }, "extras": { - "optionLabel": "{{KEY}} key" + "optionLabel": "{{KEY}} Taste" }, "settings": { "adjustmentSteps": { @@ -762,16 +762,16 @@ "title": "Adjust the volume change per scroll" }, "holdModifierKey": { - "label": "When holding modifier key", + "label": "Aktivieren, wenn die Modifikator-Taste gedrückt wird", "select": { - "label": "Modifier key", - "title": "The modifier key to use" + "label": "Modifikator-Taste", + "title": "Die zu verwendende Modifikator-Taste" }, - "title": "Press a modifier key to enable volume adjustment with the scroll wheel." + "title": "Drücken Sie eine Modifikator-Taste, um die Lautstärkeregelung mit dem Scrollrad zu aktivieren." }, "holdRightClick": { - "label": "When holding right click", - "title": "Hold right click to enable scroll wheel volume control" + "label": "Aktivieren, wenn Rechtsklick gedrückt wird", + "title": "Rechtsklick gedrückt halten, um die Lautstärkeregelung des Scrollrades zu aktivieren" } }, "title": "Lautstärke durch Mausrad ändern" From f0f3c0e0998d64e47de0e857fab606ef766052bc Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 25 Jan 2026 17:23:26 -0500 Subject: [PATCH 1549/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 514 +++++++++++++++++++------------------- 1 file changed, 257 insertions(+), 257 deletions(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index 68fd01d75..592405d84 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -13,7 +13,7 @@ "label": "Copia URL video con temporizzazione" }, "extras": { - "copied": "Copied!" + "copied": "Copiato!" } }, "featureMenu": { @@ -73,8 +73,8 @@ } }, "extras": { - "decreaseLimit": "Can't decrease further ({{SPEED}})", - "increaseLimit": "Can't increase further ({{SPEED}})" + "decreaseLimit": "Impossibile diminuire ulteriormente ({{SPEED}})", + "increaseLimit": "Impossibile aumentare ulteriormente ({{SPEED}})" } }, "playlistLength": { @@ -82,19 +82,19 @@ }, "playlistManagementButtons": { "extras": { - "failedToMarkAsUnwatched": "Failed to mark video as unwatched", - "failedToRemoveVideo": "Failed to remove video", - "markAsUnwatched": "Mark as unwatched", - "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "Remove video", - "removingVideo": "Removing video…" + "failedToMarkAsUnwatched": "Impossibile contrassegnare il video come non visto", + "failedToRemoveVideo": "Impossibile rimuovere il video", + "markAsUnwatched": "Contrassegna come non visto", + "markingAsUnwatched": "Contrassegno come non visto…", + "removeVideo": "Rimuovi video", + "removingVideo": "Rimozione video…" } }, "saveToWatchLaterButton": { "extras": { - "failedToSaveVideo": "Failed to save video to Watch Later", - "saveVideo": "Save to Watch Later", - "savingVideo": "Saving to Watch Later…" + "failedToSaveVideo": "Impossibile salvare il video in Guarda più tardi", + "saveVideo": "Salva per guardare più tardi", + "savingVideo": "Salvataggio per guardare più tardi…" } }, "screenshotButton": { @@ -102,13 +102,13 @@ "label": "Schermata" }, "extras": { - "copiedToClipboard": "Screenshot copied to clipboard" + "copiedToClipboard": "Schermata copiata negli Appunti" } }, "videoHistory": { "extras": { - "resumeButton": "Resume", - "resumePromptClose": "Close" + "resumeButton": "Riprendi", + "resumePromptClose": "Chiudi" } }, "volumeBoostButton": { @@ -126,124 +126,124 @@ "extras": { "bottomButtons": { "clear": { - "title": "Clears all data this extension has stored on your machine", - "value": "Clear Data" + "title": "Cancella tutti i dati che questa estensione ha memorizzato sulla tua macchina", + "value": "Cancella dati" }, "confirm": { - "title": "Confirm setting reset", - "value": "Confirm" + "title": "Conferma ripristino impostazioni", + "value": "Conferma" }, "openTab": { - "title": "Open extension settings in a new tab" + "title": "Apri impostazioni estensione in una nuova scheda" }, "reset": { - "title": "Resets all settings to their defaults, Click the confirm button to save the changes", - "value": "Reset" + "title": "Reimposta le impostazioni ai valori predefiniti, clicca il pulsante di conferma per salvare le modifiche", + "value": "Reimposta" } }, "buttonPlacement": { "select": { "buttonNames": { - "copyTimestampUrlButton": "Copy video URL with timestamp button", - "decreasePlaybackSpeedButton": "Decrease Speed button", - "forwardButton": "Fast Forward button", - "hideEndScreenCardsButton": "Hide end screen cards button", - "increasePlaybackSpeedButton": "Increase Speed button", - "loopButton": "Loop button", - "maximizePlayerButton": "Maximize button", - "openTranscriptButton": "Open Transcript button", - "rewindButton": "Rewind button", - "screenshotButton": "Screenshot button", - "volumeBoostButton": "Volume Boost button" + "copyTimestampUrlButton": "Pulsante \"Copia URL video con temporizzazione\"", + "decreasePlaybackSpeedButton": "Pulsante Riduci velocità", + "forwardButton": "Pulsante Avanti veloce", + "hideEndScreenCardsButton": "Pulsante Nascondi schede finali", + "increasePlaybackSpeedButton": "Pulsante Aumenta velocità", + "loopButton": "Pulsante Ripeti", + "maximizePlayerButton": "Pulsante Massimizza", + "openTranscriptButton": "Pulsante Apri trascrizione", + "rewindButton": "Pulsante Riavvolgi", + "screenshotButton": "Pulsante Schermata", + "volumeBoostButton": "Pulsante Aumento volume" }, "options": { "below_player": { - "placement": "below the player controls", - "value": "Below Player" + "placement": "sotto i controlli del riproduttore", + "value": "Sotto il riproduttore" }, "feature_menu": { - "placement": "in the feature menu", - "value": "Feature Menu" + "placement": "nel menu' delle funzioni", + "value": "Menu' funzioni" }, "player_controls_left": { - "placement": "on the left side of player controls", - "value": "Left Controls" + "placement": "alla sinistra dei controlli di riproduzione", + "value": "A sinistra" }, "player_controls_right": { - "placement": "on the right side of player controls", - "value": "Right Controls" + "placement": "alla destra dei controlli di riproduzione", + "value": "A destra" } }, - "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + "title": "Posiziona {{BUTTON_NAME}} {{PLACEMENT}}" }, - "title": "Button placement settings" + "title": "Impostazioni posizione pulsanti" }, "clearData": { - "allDataDeleted": "All data has been deleted.", - "confirmAlert": "This will delete all extension data related to options. Continue?" + "allDataDeleted": "Tutti i dati sono stati eliminati.", + "confirmAlert": "Questo eliminerà tutti i dati delle estensioni relativi alle opzioni. Continuare?" }, "featureMenu": { "openType": { "select": { - "label": "Menu Activation Type", + "label": "Tipo attivazione menu'", "options": { - "click": "Click", - "hover": "Hover" + "click": "Clic", + "hover": "Sorvola" }, - "title": "Select the method to activate the feature menu" + "title": "Seleziona il metodo per attivare il menu' funzioni" }, - "title": "Feature menu settings" + "title": "Impostazioni menu' funzioni" } }, "importExportSettings": { "exportButton": { - "success": "Settings successfully exported", - "title": "Export settings to a JSON file", - "value": "Export Settings" + "success": "Impostazioni esportate correttamente", + "title": "Esporta impostazioni in un file JSON", + "value": "Esporta impostazioni" }, "importButton": { "error": { - "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", - "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" + "unknown": "Errore nell'importazione delle impostazioni. Controllare il formato del file.\nSi è verificato un errore sconosciuto.", + "validation": "Errore nell'importazione delle impostazioni. Controllare il formato del file.\n{{ERROR_MESSAGE}}" }, - "success": "Settings imported successfully", - "title": "Import settings from a JSON file", - "value": "Import Settings" + "success": "Impostazioni importate correttamente", + "title": "Importa impostazioni da un file JSON", + "value": "Importa impostazioni" } }, "language": { "select": { - "label": "Language", - "title": "The language to use for the extension" + "label": "Lingua", + "title": "La lingua da usare per l'estensione" }, - "title": "Language" + "title": "Lingua" }, "optionDisabled": { "either": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " or " + "label": "Abilita {{OPTIONS}} per configurare questa opzione", + "separator": " o " }, "plural": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " and " + "label": "Abilita {{OPTIONS}} per configurare questa opzione", + "separator": " e " }, - "singular": "Enable '{{OPTION}}' to configure this option", + "singular": "Abilita '{{OPTION}}' per configurare questa opzione", "specificOption": { - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + "featureMenu": "Configura almeno un pulsante da posizionare nel menu' delle funzioni per configurare questa opzione.", + "screenshotButtonFileFormat": "Imposta il tipo di salvataggio della schermata su 'File' o 'Entrambi' per configurare questa opzione" } }, - "scrollForMoreSettings": "Scroll for more settings", + "scrollForMoreSettings": "Scorri per altre impostazioni", "settingSearch": { - "placeholder": "Search for a setting" + "placeholder": "Cerca un'impostazione" }, "youtubeDataApiV3Key": { - "getApiKeyLinkText": "You can get one from here", + "getApiKeyLinkText": "Puoi ottenerne una da qui", "input": { - "label": "API Key", - "title": "Enter your Youtube Data API V3 key." + "label": "Chiave API", + "title": "Inserisci la tua chiave Youtube API V3." }, - "title": "YouTube API V3 key" + "title": "Chiave API V3 di YouTube" } }, "notifications": { @@ -273,58 +273,58 @@ "title": "Abilita il CSS personalizzato da applicare alla pagina" }, "extras": { - "collapse": "Collapse Editor", - "expand": "Expand Editor", - "noProblems": "No problems found." + "collapse": "Comprimi editor", + "expand": "Espandi editor", + "noProblems": "Nessun problema trovato." }, "title": "Impostazioni CSS personalizzate" }, "deepDarkCSS": { "enable": { - "label": "Deep Dark Theme", - "title": "Activate the selected theme for the page" + "label": "Abilita tema selezionato", + "title": "Abilita il tema selezionato per la pagina" }, "extras": { - "author": "Author", - "co-authors": "Co-authors" + "author": "Autore", + "co-authors": "Co-autori" }, "settings": { "colorShadow": { - "label": "Shadow color", - "title": "Color for shadows" + "label": "Colore ombra", + "title": "Colore per le ombre" }, "dimmerText": { - "label": "Secondary text color", - "title": "Color for secondary text" + "label": "Colore secondario del testo", + "title": "Colore del testo secondario" }, "hoverBackground": { - "label": "Hover background color", - "title": "Color for hover background" + "label": "Colore sfondo quando puntato", + "title": "Colore per lo sfondo al passaggio" }, "mainBackground": { - "label": "Main background color", - "title": "Color for main background" + "label": "Colore sfondo principale", + "title": "Colore per lo sfondo principale" }, "mainColor": { - "label": "Accent color", - "title": "Color for accent" + "label": "Colore accento", + "title": "Colore per accento" }, "mainText": { - "label": "Main text color", - "title": "Color for main text" + "label": "Colore testo principale", + "title": "Colore per il testo principale" }, "secondBackground": { - "label": "Secondary background color", - "title": "Color for secondary background" + "label": "Colore sfondo secondario", + "title": "Colore per lo sfondo secondario" }, "theme": { "select": { - "label": "Select theme", - "title": "Select a theme to be applied to the page" + "label": "Seleziona tema", + "title": "Seleziona un tema da applicare alla pagina" } } }, - "title": "YouTube deep dark settings" + "title": "Impostazioni scure di YouTube" }, "forwardRewindButtons": { "enable": { @@ -333,8 +333,8 @@ }, "settings": { "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" + "label": "Tempo avanzamento/riavvolgimento", + "title": "Il periodo di tempo da usare per avanzare/riavvolgere il video" } }, "title": "Impostazioni pulsante Avanti / Riavvolgi" @@ -343,212 +343,212 @@ "settings": { "automaticallyDisableAmbientMode": { "enable": { - "label": "Automatically disable ambient mode", - "title": "Automatically disables ambient mode when you load a video" + "label": "Disabilita automaticamente la modalità ambiente", + "title": "Disabilita automaticamente la modalità ambiente quando si carica un video" } }, "automaticallyDisableAutoPlay": { "enable": { - "label": "Automatically disable autoplay", - "title": "Automatically disables autoplay when you load a video" + "label": "Disabilita automaticamente la riproduzione automatica", + "title": "Disabilita automaticamente la riproduzione automatica quando carichi un video" } }, "automaticallyDisableClosedCaptions": { "enable": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" + "label": "Disabilita automaticamente le didascalie chiuse", + "title": "Disabilita automaticamente le didascalie chiuse quando si carica un video" } }, "automaticallyEnableClosedCaptions": { "enable": { - "label": "Automatically enable closed captions", - "title": "Automatically enables closed captions when you load a video" + "label": "Abilita automaticamente le didascalie chiuse", + "title": "Abilita automaticamente le didascalie chiuse quando si carica un video" } }, "automaticallyMaximizePlayer": { "enable": { - "label": "Automatically maximize player", - "title": "Automatically maximizes the player when you load a video" + "label": "Massimizza automaticamente il riproduttore", + "title": "Massimizza automaticamente il riproduttore quando carichi un video" } }, "automaticallyShowMoreVideosOnEndScreen": { "enable": { - "label": "Automatically show more videos on end screen", - "title": "Automatically shows more videos on end screen when you load a video" + "label": "Mostra automaticamente altri video sulla schermata finale", + "title": "Mostra automaticamente più video sulla schermata finale quando si carica un video" } }, "automaticTheaterMode": { "enable": { - "label": "Automatic theater mode", - "title": "Automatically enables theater mode when you load a video" + "label": "Modalità teatro automatica", + "title": "Attiva automaticamente la modalità teatro quando carichi un video" } }, "copyTimestampUrlButton": { "enable": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" + "label": "Pulsante \"Copia URL video con temporizzazione\"", + "title": "Copia l'URL del video con la temporizzazione (?t=123)" } }, "defaultToOriginalAudioTrack": { "enable": { - "label": "Default to original audio track", - "title": "Always default to the original audio track" + "label": "Traccia audio originale predefinita", + "title": "Traccia audio originale sempre predefinita" } }, "saveToWatchLaterButton": { "enable": { - "label": "Enable save to Watch Later button", - "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + "label": "Abilita il pulsante del salvataggio per guardare più tardi", + "title": "Aggiunge un pulsante ai video Home e Abbonamenti per salvare il video nella lista riproduzioni 'Guarda più tardi'" } }, "hideArtificialIntelligenceSummary": { "enable": { - "label": "Hide AI summary", - "title": "Hides the artificial intelligence summary below videos" + "label": "Nascondi riepilogo IA", + "title": "Nasconde il riepilogo dell'intelligenza artificiale sotto i video" } }, "hideEndScreenCards": { "enable": { - "label": "Hide end screen cards", - "title": "Hides the cards at the end of the video" + "label": "Nascondi le schede finali", + "title": "Nasconde le schede alla fine del video" } }, "hideEndScreenCardsButton": { "enable": { - "label": "Hide end screen cards button", - "title": "Adds a button to show/hide the cards at the end of the video" + "label": "Pulsante Nascondi schede finali", + "title": "Aggiunge un pulsante per mostrare/nascondere le schede alla fine del video" } }, "hideLiveStreamChat": { "enable": { - "label": "Hide live stream chat", - "title": "Hides the live stream chat" + "label": "Nascondi chat live stream", + "title": "Nasconde la chat live stream" } }, "hideMembersOnlyVideos": { "enable": { - "label": "Hide members-only videos", - "title": "Hides videos that are only visible to members" + "label": "Nascondi i video dei membri", + "title": "Nasconde i video che sono visibili solo ai membri" } }, "hideOfficialArtistVideosFromHomePage": { "enable": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" + "label": "Nascondi video ufficiali dell'artista", + "title": "Nascondi video ufficiali dell'artista dalla pagina iniziale" } }, "hidePaidPromotionBanner": { "enable": { - "label": "Hide paid promotion banner", - "title": "Hides the banner that appears when you watch a video that has a paid promotion" + "label": "Nascondi banner promozioni a pagamento", + "title": "Nasconde il banner con promozioni a pagamento che appare quando si guarda un video" } }, "hidePlayables": { "enable": { - "label": "Hide playables", - "title": "Hides all playables" + "label": "Nascondi giocabili", + "title": "Nasconde tutti i giocabili" } }, "hidePlaylistRecommendationsFromHomePage": { "enable": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" + "label": "Nascondi liste riproduzioni dalla pagina iniziale", + "title": "Elimina le liste riproduzioni dalla pagina iniziale" } }, "hideScrollbar": { "enable": { - "label": "Hide scrollbar", - "title": "Hides the pages scrollbar" + "label": "Nascondi barra scorrimento", + "title": "Nasconde la barra di scorrimento delle pagine" } }, "hideShorts": { "enable": { - "label": "Hide shorts", - "title": "Hides all shorts" + "label": "Nascondi blocchi", + "title": "Nasconde tutti i blocchi" } }, "hideSidebarRecommendedVideos": { "enable": { - "label": "Hide recommended videos", - "title": "Hides the sidebar that recommends videos" + "label": "Nascondi i video raccomandati", + "title": "Nasconde la barra laterale che raccomanda i video" } }, "hideTranslateComment": { "enable": { - "label": "Hide translate comment button", - "title": "Hides 'Translate to Language' button under comments" + "label": "Nascondi pulsante \"Traduci commento\"", + "title": "Nasconde il pulsante 'Traduci in…' sotto i commenti" } }, "loopButton": { "enable": { - "label": "Loop button", - "title": "Adds a button to the feature menu to loop the video you're watching" + "label": "Pulsante Ripeti", + "title": "Aggiunge un pulsante al menu' funzioni per ripetere il video che stai guardando" } }, "maximizePlayerButton": { "enable": { - "label": "Maximize player button", - "title": "Adds a button to the feature menu to maximize the player" + "label": "Pulsante Ingrandisci riproduttore", + "title": "Aggiunge un pulsante al menu' funzioni per ingrandire il riproduttore" } }, "openTranscriptButton": { "enable": { - "label": "Open transcript button", - "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + "label": "Pulsante Apri trascrizione", + "title": "Aggiunge un pulsante al menu' funzioni per aprire la trascrizione del video che stai guardando" } }, "openYouTubeSettingsOnHover": { "enable": { - "label": "Open YouTube settings on hover", - "title": "Opens the YouTube settings menu when you hover over the settings button" + "label": "Apri le impostazioni di YouTube al sorvolo", + "title": "Apre il menu' delle impostazioni di YouTube quando si passa sopra il pulsante delle impostazioni" } }, "pauseBackgroundPlayers": { "enable": { - "label": "Pause background players", - "title": "Pauses video players in background tabs when you start a new player in foreground tab" + "label": "Metti in pausa riproduttori in secondo piano", + "title": "Mette in pausa i riproduttori video nelle schede nascoste quando si avvia un nuovo riproduttore nella scheda aperta" } }, "remainingTime": { "enable": { - "label": "Remaining time", - "title": "Shows the remaining time of the video you're watching" + "label": "Tempo rimanente", + "title": "Mostra il tempo rimanente per il video che stai guardando" } }, "rememberVolume": { "enable": { - "label": "Remember last volume", - "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + "label": "Ricorda l'ultimo volume", + "title": "Ricorda il volume dell'ultimo video che hai guardato e lo imposta quando apri un nuovo video" } }, "removeRedirect": { "enable": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + "label": "Rimuovi URL /redirect di YouTube", + "title": "Rimpiazza il reindirizzamento di YouTube con gli URL attuali saltando il dialogo di avviso di reindirizzamento" } }, "restoreFullscreenScrolling": { "enable": { - "label": "Restore fullscreen scrolling", - "title": "Restores scrolling in fullscreen mode" + "label": "Ripristina scorrimento a schermo intero", + "title": "Ripristina lo scorrimento nella modalità schermo intero" } }, "shareShortener": { "enable": { - "label": "Shorten YouTube video share link", - "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + "label": "Abbrevia il collegamento di condivisione video di YouTube", + "title": "Riduce il collegamento di condivisione video di YouTube (youtu.be) eliminando da esso i parametri si/feature" } }, "shortsAutoScroll": { "enable": { - "label": "Shorts auto scroll", - "title": "Automatically scrolls to the next short" + "label": "Scorri al blocco", + "title": "Scorri automaticamente al prossimo blocco" } }, "skipContinueWatching": { "enable": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" + "label": "Salta \"Video in pausa. Continuare a guardare?\"", + "title": "Salta la finestra che mette in pausa la riproduzione video" } } }, @@ -557,108 +557,108 @@ "onScreenDisplaySettings": { "settings": { "color": { - "label": "Color", + "label": "Colore", "select": { "options": { - "blue": "Blue", - "green": "Green", - "orange": "Orange", - "pink": "Pink", - "purple": "Purple", - "red": "Red", - "white": "White", - "yellow": "Yellow" + "blue": "Blu", + "green": "Verde", + "orange": "Arancione", + "pink": "Rosa", + "purple": "Viola", + "red": "Rosso", + "white": "Bianco", + "yellow": "Giallo" } }, - "title": "Select the color for the On-Screen Display" + "title": "Seleziona il colore per lo schermo interattivo" }, "hide": { - "label": "Hide Delay", - "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" + "label": "Ritardo sparizione", + "title": "Specifica il tempo, in millisecondi, prima di nascondere automaticamente le parti interattive" }, "opacity": { - "label": "Opacity", - "title": "Adjust the transparency of the On-Screen Display" + "label": "Opacità", + "title": "Regola l'opacità delle parti interattive" }, "padding": { - "label": "Padding", - "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." + "label": "Bordatura", + "title": "Regola la bordatura dello schermo in pixel. Questo si applica specificamente agli angoli dello schermo." }, "position": { - "label": "Position", + "label": "Posizione", "select": { "options": { - "bottom_left": "Bottom Left", - "bottom_right": "Bottom Right", - "center": "Center", - "top_left": "Top Left", - "top_right": "Top Right" + "bottom_left": "In basso a sinistra", + "bottom_right": "In basso a destra", + "center": "Centro", + "top_left": "Alto a sinistra", + "top_right": "In alto a destra" } }, - "title": "Select the position of the On-Screen Display" + "title": "Seleziona la posizione dello schermo interattivo" }, "type": { - "label": "Type", + "label": "Tipo", "select": { "options": { - "circle": "Circle", - "line": "Line", - "no_display": "No display", - "text": "Text" + "circle": "Cerchio", + "line": "Linea", + "no_display": "Nessuno schermo", + "text": "Testuale" } }, - "title": "Select the type of On-Screen Display" + "title": "Seleziona il tipo di schermo interattivo" } }, "title": "Impostazioni schermo" }, "playerQuality": { "enable": { - "label": "Automatic quality adjustment", - "title": "Automatically adjusts the video quality to the selected level." + "label": "Regolazione automatica qualità", + "title": "Regola automaticamente la qualità video al livello selezionato." }, "settings": { "quality": { "select": { - "label": "Player quality", - "title": "The quality to set the video to" + "label": "Qualità riproduttore", + "title": "La qualità alla quale impostare il video" } }, "qualityFallbackStrategy": { "select": { - "label": "Quality fallback strategy", + "label": "Strategia ripiego qualità", "options": { - "higher": "Higher", - "lower": "Lower" + "higher": "Più alta", + "lower": "Più bassa" }, - "title": "The strategy to use when the selected quality is not available" + "title": "La strategia da usare quando la qualità selezionata non è disponibile" } } }, - "title": "Automatic quality settings" + "title": "Impostazioni qualità automatiche" }, "playerSpeed": { "enable": { - "label": "Forced playback speed", - "title": "Sets the video speed to what you choose below" + "label": "Velocità forzata riproduzione", + "title": "Imposta la velocità del video a quella che scegli qui sotto" }, "settings": { "buttons": { - "label": "Playback speed buttons", + "label": "Pulsanti velocità riproduzione", "select": { - "label": "Playback buttons speed", - "title": "Amount of speed to be changed per click" + "label": "Velocità ai pulsanti di riproduzione", + "title": "Quantità di velocità che il clic modifica" }, - "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + "title": "Aggiunge pulsanti per aumentare o diminuire la velocità di riproduzione del video che stai guardando" }, "speed": { "select": { - "label": "Player speed", - "title": "The speed to set the video to" + "label": "Velocità riproduttore", + "title": "La velocità alla quale impostare il video" } } }, - "title": "Playback speed settings" + "title": "Impostazioni velocità riproduzione" }, "playlistLength": { "enable": { @@ -668,18 +668,18 @@ "settings": { "wayToGetLength": { "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + "label": "Metodo per ottenere la lunghezza della lista riproduzioni", + "title": "Il modo per ottenere informazioni sulla lunghezza della lista riproduzioni (il metodo API sarà ripiegato in HTML se si verificasse un errore)" } }, "wayToGetWatchTime": { "select": { - "label": "Method to get watched time", + "label": "Metodo per ottenere il tempo già riprodotto", "options": { - "duration": "Video Length", - "youtube": "Video Watch Time" + "duration": "Durata del video", + "youtube": "Tempo in riproduzione" }, - "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + "title": "Il modo per ottenere la quantità di tempo guardato (tipo di lunghezza video usato solo nella pagina di riproduzione)" } } }, @@ -689,18 +689,18 @@ "settings": { "markAsUnwatchedButton": { "enable": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" + "label": "Marca come pulsante non visto", + "title": "Aggiunge un pulsante per marcare i video come non visti" } }, "removeVideoButton": { "enable": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" + "label": "Rimuovi pulsante video", + "title": "Aggiunge un pulsante per rimuovere i video dalla lista riproduzioni" } } }, - "title": "Playlist management settings" + "title": "Impostazioni gestione scaletta" }, "screenshotButton": { "enable": { @@ -709,18 +709,18 @@ }, "settings": { "format": { - "label": "Screenshot format", - "title": "The format to save the screenshot in" + "label": "Formato schermata", + "title": "Il formato nel quale salvare la schermata" }, "saveAs": { "select": { "options": { - "both": "Both (File and Clipboard)", - "clipboard": "Clipboard", + "both": "Entrambi (File e Appunti)", + "clipboard": "Appunti", "file": "File" }, - "label": "Screenshot save type", - "title": "The screenshot save type" + "label": "Tipo salvataggio schermata", + "title": "Il tipo di salvataggio della schermata" } } }, @@ -732,17 +732,17 @@ "title": "Premi un tasto modificatore per abilitare la regolazione della velocità con la rotellina." }, "extras": { - "optionLabel": "{{KEY}} key" + "optionLabel": "Tasto {{KEY}}" }, "settings": { "adjustmentSteps": { - "label": "Speed Change Per Scroll", - "title": "Adjust the speed change per scroll" + "label": "Cambio velocità con scorrimento", + "title": "Regola il cambio di velocità tramite scorrimento" }, "modifierKey": { "select": { - "label": "Modifier key", - "title": "The modifier key to use" + "label": "Tasto modificatore", + "title": "Il tasto modificatore da usare" } } }, @@ -754,24 +754,24 @@ "title": "Permette di usare la rotellina di scorrimento per controllare il volume del video che stai guardando" }, "extras": { - "optionLabel": "{{KEY}} key" + "optionLabel": "Tasto {{KEY}}" }, "settings": { "adjustmentSteps": { - "label": "Volume Change Per Scroll", - "title": "Adjust the volume change per scroll" + "label": "Cambio volume con scorrimento", + "title": "Regola il cambio di volume tramite scorrimento" }, "holdModifierKey": { - "label": "When holding modifier key", + "label": "Abilita tenendo premuto il tasto modificatore", "select": { - "label": "Modifier key", - "title": "The modifier key to use" + "label": "Tasto modificatore", + "title": "Il tasto modificatore da usare" }, - "title": "Press a modifier key to enable volume adjustment with the scroll wheel." + "title": "Premi un tasto modificatore per abilitare la regolazione del volume con la rotellina." }, "holdRightClick": { - "label": "When holding right click", - "title": "Hold right click to enable scroll wheel volume control" + "label": "Abilita tenendo premuto il tasto destro", + "title": "Tieni premuto il tasto destro per abilitare il controllo del volume con la rotellina" } }, "title": "Impostazioni controllo volume con rotellina" @@ -784,12 +784,12 @@ "settings": { "resumeType": { "select": { - "label": "Resume type", + "label": "Tipo ripresa", "options": { - "automatic": "Automatic", - "prompt": "Prompt" + "automatic": "Automatico", + "prompt": "Mostra" }, - "title": "Select how you want to resume videos" + "title": "Seleziona come vuoi riprendere i video" } } }, @@ -802,17 +802,17 @@ }, "settings": { "amount": { - "label": "Volume boost amount (dB)", - "title": "The amount to boost the volume by" + "label": "Aumento volume (dB)", + "title": "La quantità da aggiungere al volume" }, "mode": { "select": { - "label": "Volume boost mode", + "label": "Modalità aumento volume", "options": { - "global": "Global", + "global": "Globale", "perVideo": "Per video" }, - "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + "title": "Scegli come l'aumento del volume è applicato. 'Per video' permette di abilitare la spinta per ogni video singolarmente nel menu' delle funzioni. 'Globale' applica la spinta a tutti i video quando l'amplificazione del volume è abilitata." } } }, From 919845745bd8addb5f30ee5e54b02e382fbf99ae Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 25 Jan 2026 17:23:27 -0500 Subject: [PATCH 1550/1783] New translations en-us.json (Korean) --- public/locales/ko-KR.json | 388 +++++++++++++++++++------------------- 1 file changed, 194 insertions(+), 194 deletions(-) diff --git a/public/locales/ko-KR.json b/public/locales/ko-KR.json index 0ac454ef4..d525d2b64 100644 --- a/public/locales/ko-KR.json +++ b/public/locales/ko-KR.json @@ -13,7 +13,7 @@ "label": "현재 시간 주소 복사" }, "extras": { - "copied": "Copied!" + "copied": "복사되었습니다." } }, "featureMenu": { @@ -73,8 +73,8 @@ } }, "extras": { - "decreaseLimit": "Can't decrease further ({{SPEED}})", - "increaseLimit": "Can't increase further ({{SPEED}})" + "decreaseLimit": "({{SPEED}}) 에서 더 줄일 수 없습니다.", + "increaseLimit": "({{SPEED}}) 에서 더 늘릴 수 없습니다." } }, "playlistLength": { @@ -102,13 +102,13 @@ "label": "스크린샷" }, "extras": { - "copiedToClipboard": "Screenshot copied to clipboard" + "copiedToClipboard": "현재 화면 클립보드에 복사" } }, "videoHistory": { "extras": { - "resumeButton": "Resume", - "resumePromptClose": "Close" + "resumeButton": "이어서 시청하기", + "resumePromptClose": "닫기" } }, "volumeBoostButton": { @@ -126,97 +126,97 @@ "extras": { "bottomButtons": { "clear": { - "title": "Clears all data this extension has stored on your machine", - "value": "Clear Data" + "title": "확장과 관련된 데이터를 PC에서 모두 삭제합니다.", + "value": "데이터 삭제" }, "confirm": { - "title": "Confirm setting reset", - "value": "Confirm" + "title": "작업을 진행하려면 다시 누르세요", + "value": "확인" }, "openTab": { - "title": "Open extension settings in a new tab" + "title": "새 탭에서 설정 열기" }, "reset": { - "title": "Resets all settings to their defaults, Click the confirm button to save the changes", - "value": "Reset" + "title": "모든 설정을 기본값으로 변경합니다. 진행을 원하시면 확인을 누르세요", + "value": "초기화" } }, "buttonPlacement": { "select": { "buttonNames": { - "copyTimestampUrlButton": "Copy video URL with timestamp button", - "decreasePlaybackSpeedButton": "Decrease Speed button", - "forwardButton": "Fast Forward button", - "hideEndScreenCardsButton": "Hide end screen cards button", - "increasePlaybackSpeedButton": "Increase Speed button", - "loopButton": "Loop button", - "maximizePlayerButton": "Maximize button", - "openTranscriptButton": "Open Transcript button", - "rewindButton": "Rewind button", - "screenshotButton": "Screenshot button", - "volumeBoostButton": "Volume Boost button" + "copyTimestampUrlButton": "현재 시간 주소 복사 버튼", + "decreasePlaybackSpeedButton": "속도 조절 버튼", + "forwardButton": "빨리 감기 버튼", + "hideEndScreenCardsButton": "최종 화면 숨기기", + "increasePlaybackSpeedButton": "속도 조절 버튼", + "loopButton": "연속 재생 버튼", + "maximizePlayerButton": "화면 크기에 맞추기 버튼", + "openTranscriptButton": "스크립트 보기 버튼", + "rewindButton": "되감기 버튼", + "screenshotButton": "스크린샷 버튼", + "volumeBoostButton": "볼륨 부스트 버튼" }, "options": { "below_player": { - "placement": "below the player controls", - "value": "Below Player" + "placement": "플레이어 컨트롤 아래", + "value": "아래" }, "feature_menu": { - "placement": "in the feature menu", - "value": "Feature Menu" + "placement": "추가 기능 버튼", + "value": "추가 기능" }, "player_controls_left": { - "placement": "on the left side of player controls", - "value": "Left Controls" + "placement": "플레이어 컨트롤의 왼쪽", + "value": "왼쪽" }, "player_controls_right": { - "placement": "on the right side of player controls", - "value": "Right Controls" + "placement": "플레이어 컨트롤의 오른쪽", + "value": "오른쪽" } }, - "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + "title": "{{BUTTON_NAME}} 을 {{PLACEMENT}} 에 배치하세요" }, "title": "Button placement settings" }, "clearData": { - "allDataDeleted": "All data has been deleted.", - "confirmAlert": "This will delete all extension data related to options. Continue?" + "allDataDeleted": "모든 데이터가 삭제되었습니다.", + "confirmAlert": "모든 데이터가 삭제됩니다. 진행할까요?" }, "featureMenu": { "openType": { "select": { - "label": "Menu Activation Type", + "label": "메뉴 활성화 방식", "options": { - "click": "Click", - "hover": "Hover" + "click": "클릭 시", + "hover": "마우스 커서를 올릴 때" }, - "title": "Select the method to activate the feature menu" + "title": "추가 기능 메뉴를 어떤 방식으로 열지 선택하세요" }, - "title": "Feature menu settings" + "title": "추가 기능 설정" } }, "importExportSettings": { "exportButton": { - "success": "Settings successfully exported", - "title": "Export settings to a JSON file", - "value": "Export Settings" + "success": "설정을 성공적으로 내보냈습니다.", + "title": "설정 JSON로 내보내기", + "value": "설정 내보내기" }, "importButton": { "error": { - "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", - "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" + "unknown": "설정 가져오기에 오류가 있습니다. 파일 형식을 확인하십시오.", + "validation": "설정 가져 오기에 오류가 있습니다. 파일 형식을 확인하십시오.\n{{ERROR_MESSAGE}}" }, - "success": "Settings imported successfully", - "title": "Import settings from a JSON file", - "value": "Import Settings" + "success": "설정 파일을 성공적으로 가져왔습니다.", + "title": "JSON 파일에서 설정 가져오기", + "value": "설정 가져오기" } }, "language": { "select": { - "label": "Language", - "title": "The language to use for the extension" + "label": "언어", + "title": "이곳에서 언어를 변경할 수 있습니다." }, - "title": "Language" + "title": "언어" }, "optionDisabled": { "either": { @@ -235,7 +235,7 @@ }, "scrollForMoreSettings": "Scroll for more settings", "settingSearch": { - "placeholder": "Search for a setting" + "placeholder": "설정 검색" }, "youtubeDataApiV3Key": { "getApiKeyLinkText": "You can get one from here", @@ -273,54 +273,54 @@ "title": "커스텀 CSS를 적용할 수 있습니다." }, "extras": { - "collapse": "Collapse Editor", - "expand": "Expand Editor", - "noProblems": "No problems found." + "collapse": "편집기 축소", + "expand": "편집기 확대", + "noProblems": "발견된 문제가 없습니다." }, "title": "Custom CSS settings" }, "deepDarkCSS": { "enable": { - "label": "Deep Dark Theme", - "title": "Activate the selected theme for the page" + "label": "선택한 테마 사용", + "title": "선택한 테마를 활성화합니다." }, "extras": { - "author": "Author", - "co-authors": "Co-authors" + "author": "개발자", + "co-authors": "도와주신분들" }, "settings": { "colorShadow": { - "label": "Shadow color", - "title": "Color for shadows" + "label": "그림자 색상", + "title": "그림자 색상" }, "dimmerText": { - "label": "Secondary text color", - "title": "Color for secondary text" + "label": "보조 텍스트 색상", + "title": "보조 텍스트의 색상" }, "hoverBackground": { - "label": "Hover background color", - "title": "Color for hover background" + "label": "마우스 커서를 올렸을 때 색상", + "title": "마우스 커서를 올렸을 때의 색상을 변경합니다." }, "mainBackground": { - "label": "Main background color", - "title": "Color for main background" + "label": "메인 배경 색상", + "title": "메인 백그라운드 색상을 변경합니다." }, "mainColor": { - "label": "Accent color", - "title": "Color for accent" + "label": "강조 색상", + "title": "강조할 색상을 선택하세요" }, "mainText": { - "label": "Main text color", - "title": "Color for main text" + "label": "메인 텍스트 색상", + "title": "메인 텍스트 색상을 변경합니다." }, "secondBackground": { - "label": "Secondary background color", - "title": "Color for secondary background" + "label": "보조 배경 색상", + "title": "보조 배경의 색상을 변경합니다." }, "theme": { "select": { - "label": "Select theme", - "title": "Select a theme to be applied to the page" + "label": "테마 선택", + "title": "적용할 테마를 선택하세요" } } }, @@ -333,8 +333,8 @@ }, "settings": { "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" + "label": "되감기/빨리 감기 시간", + "title": "되감기/빨리 감기 시간" } }, "title": "되감기/빨리 감기 버튼 설정" @@ -379,14 +379,14 @@ }, "automaticTheaterMode": { "enable": { - "label": "Automatic theater mode", - "title": "Automatically enables theater mode when you load a video" + "label": "자동 극장 모드", + "title": "동영상 재생 시 자동으로 극장 모드가 활성화 됩니다." } }, "copyTimestampUrlButton": { "enable": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" + "label": "현재 시간 주소 복사 버튼", + "title": "현재 시간 주소 복사 (?t=123)" } }, "defaultToOriginalAudioTrack": { @@ -409,20 +409,20 @@ }, "hideEndScreenCards": { "enable": { - "label": "Hide end screen cards", - "title": "Hides the cards at the end of the video" + "label": "최종 화면 숨기기", + "title": "동영상 마지막에 등장하는 추천 동영상 카드들을 숨깁니다." } }, "hideEndScreenCardsButton": { "enable": { - "label": "Hide end screen cards button", - "title": "Adds a button to show/hide the cards at the end of the video" + "label": "최종 화면 숨기기 버튼", + "title": "동영상 마지막에 등장하는 추천 동영상 카드들을 숨기거나 표시합니다." } }, "hideLiveStreamChat": { "enable": { - "label": "Hide live stream chat", - "title": "Hides the live stream chat" + "label": "실시간 채팅 숨기기", + "title": "실시간 채팅 레이아웃을 숨깁니다." } }, "hideMembersOnlyVideos": { @@ -439,8 +439,8 @@ }, "hidePaidPromotionBanner": { "enable": { - "label": "Hide paid promotion banner", - "title": "Hides the banner that appears when you watch a video that has a paid promotion" + "label": "유료 광고 배너 숨기기", + "title": "유료 광고가 있는 동영상을 볼 때 나타나는 배너를 숨깁니다." } }, "hidePlayables": { @@ -457,14 +457,14 @@ }, "hideScrollbar": { "enable": { - "label": "Hide scrollbar", - "title": "Hides the pages scrollbar" + "label": "스크롤바 숨기기", + "title": "스크롤바를 숨깁니다. 깔끔한 느낌을 받으시려면 키세요" } }, "hideShorts": { "enable": { - "label": "Hide shorts", - "title": "Hides all shorts" + "label": "쇼츠 숨기기", + "title": "쇼츠 동영상들을 숨깁니다." } }, "hideSidebarRecommendedVideos": { @@ -475,56 +475,56 @@ }, "hideTranslateComment": { "enable": { - "label": "Hide translate comment button", - "title": "Hides 'Translate to Language' button under comments" + "label": "댓글 번역 버튼 숨기기", + "title": "댓글 아래에 표시되는 번역 버튼을 숨깁니다." } }, "loopButton": { "enable": { - "label": "Loop button", - "title": "Adds a button to the feature menu to loop the video you're watching" + "label": "연속 재생 버튼", + "title": "추가 기능 메뉴에 \"연속 재생\" 버튼을 추가합니다." } }, "maximizePlayerButton": { "enable": { - "label": "Maximize player button", - "title": "Adds a button to the feature menu to maximize the player" + "label": "화면 크기에 맞추기 버튼", + "title": "추가 기능 메뉴에 \"화면 크기에 맞추기\" 버튼을 추가합니다." } }, "openTranscriptButton": { "enable": { - "label": "Open transcript button", - "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + "label": "스크립트 보기 버튼", + "title": "추가 기능 메뉴에 \"스크립트 보기\" 버튼을 추가합니다." } }, "openYouTubeSettingsOnHover": { "enable": { - "label": "Open YouTube settings on hover", - "title": "Opens the YouTube settings menu when you hover over the settings button" + "label": "마우스 커서를 올려 유튜브 설정 열기", + "title": "설정 버튼 위로 마우스 커서를 올리면 유튜브 설정 메뉴를 엽니다." } }, "pauseBackgroundPlayers": { "enable": { - "label": "Pause background players", - "title": "Pauses video players in background tabs when you start a new player in foreground tab" + "label": "백그라운드 플레이어 일시 중지", + "title": "다른 탭에서 동영상을 재생할 때 이전 탭의 동영상 플레이어를 일시 중지합니다." } }, "remainingTime": { "enable": { - "label": "Remaining time", - "title": "Shows the remaining time of the video you're watching" + "label": "남은 시간 표시", + "title": "현재 동영상의 남은 시간을 표시합니다." } }, "rememberVolume": { "enable": { - "label": "Remember last volume", - "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + "label": "마지막 볼륨 기억", + "title": "마지막으로 본 동영상의 볼륨이 다른 동영상에서도 유지됩니다." } }, "removeRedirect": { "enable": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + "label": "유튜브 / 리디렉션 URL 제거", + "title": "리디렉션 경고 대화를 건너뛰고 실제 URL로 유튜브 리디렉션을 대체합니다." } }, "restoreFullscreenScrolling": { @@ -535,20 +535,20 @@ }, "shareShortener": { "enable": { - "label": "Shorten YouTube video share link", - "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + "label": "유튜브 동영상 공유 링크 짧게하기", + "title": "si/feature 매개 변수를 제거하여 유튜브 동영상 공유 링크를 단축(youtu.be)" } }, "shortsAutoScroll": { "enable": { - "label": "Shorts auto scroll", - "title": "Automatically scrolls to the next short" + "label": "쇼츠 동영상 자동 스크롤", + "title": "재생이 완료되면 다음 쇼츠로 넘어갑니다." } }, "skipContinueWatching": { "enable": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" + "label": "'동영상이 일시중지되었습니다. 이어서 시청하시겠어요?' 팝업 스킵", + "title": "'동영상이 일시중지되었습니다. 이어서 시청하시겠어요?' 팝업을 자동으로 스킵하여 끊김 없는 재생을 유지합니다." } } }, @@ -557,108 +557,108 @@ "onScreenDisplaySettings": { "settings": { "color": { - "label": "Color", + "label": "색상", "select": { "options": { - "blue": "Blue", - "green": "Green", - "orange": "Orange", - "pink": "Pink", - "purple": "Purple", - "red": "Red", - "white": "White", - "yellow": "Yellow" + "blue": "블루", + "green": "그린", + "orange": "오렌지", + "pink": "핑크", + "purple": "퍼플", + "red": "레드", + "white": "화이트", + "yellow": "옐로우" } }, - "title": "Select the color for the On-Screen Display" + "title": "화면에 속도 조절 등의 알림을 표시하는 텍스트 색상을 변경합니다." }, "hide": { - "label": "Hide Delay", - "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" + "label": "사라지는 시간", + "title": "온 스크린 디스플레이가 몇초 후에 사라지는지 설정합니다." }, "opacity": { - "label": "Opacity", - "title": "Adjust the transparency of the On-Screen Display" + "label": "투명도", + "title": "온 스크린 디스플레이의 투명도 조절" }, "padding": { - "label": "Padding", - "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." + "label": "여백", + "title": "온 스크린 디스플레이의 주변 여백을 픽셀 단위로 조절합니다." }, "position": { - "label": "Position", + "label": "위치", "select": { "options": { - "bottom_left": "Bottom Left", - "bottom_right": "Bottom Right", - "center": "Center", - "top_left": "Top Left", - "top_right": "Top Right" + "bottom_left": "왼쪽 아래", + "bottom_right": "오른쪽 아래", + "center": "가운데", + "top_left": "왼쪽 위", + "top_right": "오른쪽 위" } }, - "title": "Select the position of the On-Screen Display" + "title": "온 스크린 디스플레이의 위치를 선택하세요" }, "type": { - "label": "Type", + "label": "유형", "select": { "options": { - "circle": "Circle", - "line": "Line", - "no_display": "No display", - "text": "Text" + "circle": "원형", + "line": "선", + "no_display": "표시 안 함", + "text": "텍스트" } }, - "title": "Select the type of On-Screen Display" + "title": "온 스크린 디스플레이가 어떻게 표시될지 선택합니다." } }, "title": "On-screen display settings" }, "playerQuality": { "enable": { - "label": "Automatic quality adjustment", - "title": "Automatically adjusts the video quality to the selected level." + "label": "화질 설정", + "title": "영상의 화질이 자동으로 변경됩니다." }, "settings": { "quality": { "select": { - "label": "Player quality", - "title": "The quality to set the video to" + "label": "동영상 화질", + "title": "항상 선택한 화질로 동영상이 재생됩니다." } }, "qualityFallbackStrategy": { "select": { - "label": "Quality fallback strategy", + "label": "화질 대체", "options": { - "higher": "Higher", - "lower": "Lower" + "higher": "높음", + "lower": "낮음" }, - "title": "The strategy to use when the selected quality is not available" + "title": "선택한 화질을 사용할 수 없을 때 다음 방법을 사용합니다." } } }, - "title": "Automatic quality settings" + "title": "동영상 화질 자동 변경" }, "playerSpeed": { "enable": { - "label": "Forced playback speed", - "title": "Sets the video speed to what you choose below" + "label": "재생 속도 고정", + "title": "동영상 재생 속도를 아래에서 선택한 속도로 설정합니다." }, "settings": { "buttons": { - "label": "Playback speed buttons", + "label": "재생 속도 버튼", "select": { - "label": "Playback buttons speed", - "title": "Amount of speed to be changed per click" + "label": "재생 속도 버튼", + "title": "클릭당 변경되는 속도 단위" }, - "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + "title": "보고있는 동영상의 재생 속도를 변경하기 위한 버튼 추가" }, "speed": { "select": { - "label": "Player speed", - "title": "The speed to set the video to" + "label": "플레이어 속도", + "title": "동영상의 속도를 변경합니다." } } }, - "title": "Playback speed settings" + "title": "재생 속도 설정" }, "playlistLength": { "enable": { @@ -709,18 +709,18 @@ }, "settings": { "format": { - "label": "Screenshot format", - "title": "The format to save the screenshot in" + "label": "캡처 방법", + "title": "스크린샷을 저장하는 방식" }, "saveAs": { "select": { "options": { "both": "Both (File and Clipboard)", - "clipboard": "Clipboard", - "file": "File" + "clipboard": "클립보드로 복사", + "file": "파일로 저장" }, - "label": "Screenshot save type", - "title": "The screenshot save type" + "label": "스크린샷 저장 방식", + "title": "현재 화면을 클립보드에 복사, 파일로 저장 두 가지 옵션이 있습니다." } } }, @@ -732,17 +732,17 @@ "title": "스크롤 휠을 사용해 속도를 조절하려면 이 옵션을 사용하세요" }, "extras": { - "optionLabel": "{{KEY}} key" + "optionLabel": "{{KEY}}" }, "settings": { "adjustmentSteps": { - "label": "Speed Change Per Scroll", - "title": "Adjust the speed change per scroll" + "label": "스크롤 당 속도 변경", + "title": "스크롤에 따라 속도가 조절됩니다." }, "modifierKey": { "select": { - "label": "Modifier key", - "title": "The modifier key to use" + "label": "보조 키", + "title": "보조 키와 함께 사용해야 작동이 됩니다." } } }, @@ -754,24 +754,24 @@ "title": "스크롤 휠을 사용하여 보고 있는 동영상의 볼륨을 조절할 수 있습니다." }, "extras": { - "optionLabel": "{{KEY}} key" + "optionLabel": "{{KEY}}" }, "settings": { "adjustmentSteps": { - "label": "Volume Change Per Scroll", - "title": "Adjust the volume change per scroll" + "label": "스크롤 당 볼륨 조절", + "title": "스크롤에 따라 볼륨이 조절됩니다." }, "holdModifierKey": { - "label": "When holding modifier key", + "label": "보조 키를 누를 때 활성화", "select": { - "label": "Modifier key", - "title": "The modifier key to use" + "label": "보조 키", + "title": "보조 키와 함께 사용해야 작동합니다." }, - "title": "Press a modifier key to enable volume adjustment with the scroll wheel." + "title": "보조 키와 함께 사용해야 작동합니다." }, "holdRightClick": { - "label": "When holding right click", - "title": "Hold right click to enable scroll wheel volume control" + "label": "마우스 오른쪽 버튼을 누른 상태에서 활성화", + "title": "우클릭 상태로 스크롤 하세요" } }, "title": "스크롤 휠로 볼륨 조절 설정" @@ -784,12 +784,12 @@ "settings": { "resumeType": { "select": { - "label": "Resume type", + "label": "이어서 시청하기", "options": { - "automatic": "Automatic", - "prompt": "Prompt" + "automatic": "자동", + "prompt": "팝업 클릭" }, - "title": "Select how you want to resume videos" + "title": "이어서 시청하는 방법 선택" } } }, @@ -802,17 +802,17 @@ }, "settings": { "amount": { - "label": "Volume boost amount (dB)", - "title": "The amount to boost the volume by" + "label": "부피 부스트(dB)", + "title": "높을 수록 소리가 커집니다." }, "mode": { "select": { - "label": "Volume boost mode", + "label": "볼륨 부스트 적용 방법", "options": { - "global": "Global", - "perVideo": "Per video" + "global": "전체", + "perVideo": "개별 동영상" }, - "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + "title": "볼륨 부스트 활성화 방법을 선택하십시오. '개별 동영상'을 사용하면 추가 기능 메뉴에서 각 비디오를 개별적으로 적용할 수 있습니다. 전체'를 선택하면 이 모든 동영상에 적용됩니다." } } }, From 3701627c4eb24925f524fde8da303e6c9132f3e7 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 25 Jan 2026 17:23:28 -0500 Subject: [PATCH 1551/1783] New translations en-us.json (Dutch) --- public/locales/nl-NL.json | 406 +++++++++++++++++++------------------- 1 file changed, 203 insertions(+), 203 deletions(-) diff --git a/public/locales/nl-NL.json b/public/locales/nl-NL.json index 4264ba999..8e66b294e 100644 --- a/public/locales/nl-NL.json +++ b/public/locales/nl-NL.json @@ -13,7 +13,7 @@ "label": "Kopieer video URL met tijdstempel" }, "extras": { - "copied": "Copied!" + "copied": "Gekopieerd!" } }, "featureMenu": { @@ -73,8 +73,8 @@ } }, "extras": { - "decreaseLimit": "Can't decrease further ({{SPEED}})", - "increaseLimit": "Can't increase further ({{SPEED}})" + "decreaseLimit": "Kan de snelheid niet langer verlagen ({{SPEED}})", + "increaseLimit": "Kan de snelheid niet langer verhogen ({{SPEED}})" } }, "playlistLength": { @@ -102,13 +102,13 @@ "label": "Schermafbeelding" }, "extras": { - "copiedToClipboard": "Screenshot copied to clipboard" + "copiedToClipboard": "Schermafbeelding gekopieerd naar het klembord" } }, "videoHistory": { "extras": { - "resumeButton": "Resume", - "resumePromptClose": "Close" + "resumeButton": "Hervatten", + "resumePromptClose": "Sluiten" } }, "volumeBoostButton": { @@ -126,97 +126,97 @@ "extras": { "bottomButtons": { "clear": { - "title": "Clears all data this extension has stored on your machine", - "value": "Clear Data" + "title": "Wist alle gegevens die de extensie op uw machine heeft gezet", + "value": "Gegevens wissen" }, "confirm": { - "title": "Confirm setting reset", - "value": "Confirm" + "title": "Opnieuw instellen bevestigen", + "value": "Bevestig" }, "openTab": { - "title": "Open extension settings in a new tab" + "title": "Open extensie instellingen in een nieuw tabblad" }, "reset": { - "title": "Resets all settings to their defaults, Click the confirm button to save the changes", + "title": "Reset alle instellingen naar hun standaardwaarden, klik op de \"Bevestig\" knop om wijzigingen op te slaan", "value": "Reset" } }, "buttonPlacement": { "select": { "buttonNames": { - "copyTimestampUrlButton": "Copy video URL with timestamp button", - "decreasePlaybackSpeedButton": "Decrease Speed button", - "forwardButton": "Fast Forward button", - "hideEndScreenCardsButton": "Hide end screen cards button", - "increasePlaybackSpeedButton": "Increase Speed button", - "loopButton": "Loop button", - "maximizePlayerButton": "Maximize button", - "openTranscriptButton": "Open Transcript button", - "rewindButton": "Rewind button", - "screenshotButton": "Screenshot button", - "volumeBoostButton": "Volume Boost button" + "copyTimestampUrlButton": "Kopieer video URL met tijdstempel knop", + "decreasePlaybackSpeedButton": "Verlaag snelheidsknop", + "forwardButton": "Doorspoelknop", + "hideEndScreenCardsButton": "Verberg eindschermelementen knop", + "increasePlaybackSpeedButton": "Verhoog snelheid knop", + "loopButton": "Loop knop", + "maximizePlayerButton": "Maximaliseer knop", + "openTranscriptButton": "Open ondertitels knop", + "rewindButton": "Terugspoelknop", + "screenshotButton": "Schermafbeelding knop", + "volumeBoostButton": "Volume boost knop" }, "options": { "below_player": { - "placement": "below the player controls", - "value": "Below Player" + "placement": "onder de speler instellingen", + "value": "Onder speler" }, "feature_menu": { - "placement": "in the feature menu", - "value": "Feature Menu" + "placement": "in het feature menu", + "value": "Feature menu" }, "player_controls_left": { - "placement": "on the left side of player controls", - "value": "Left Controls" + "placement": "aan de linkerkant van de spelerinstellingen", + "value": "Linker Besturing" }, "player_controls_right": { - "placement": "on the right side of player controls", - "value": "Right Controls" + "placement": "aan de rechterkant van de spelerinstellingen", + "value": "Rechter Bediening" } }, - "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + "title": "Plaats de {{BUTTON_NAME}} {{PLACEMENT}}" }, "title": "Button placement settings" }, "clearData": { - "allDataDeleted": "All data has been deleted.", - "confirmAlert": "This will delete all extension data related to options. Continue?" + "allDataDeleted": "Alle data werd verwijderd.", + "confirmAlert": "Dit zal alle extensie data gerelateerd aan de opties verwijderen. Wil je verdergaan?" }, "featureMenu": { "openType": { "select": { - "label": "Menu Activation Type", + "label": "Menu Activatie Type", "options": { - "click": "Click", - "hover": "Hover" + "click": "Klik", + "hover": "Hang erboven met de muis" }, - "title": "Select the method to activate the feature menu" + "title": "Selecteer de methode om het feature menu te activeren" }, - "title": "Feature menu settings" + "title": "Feature menu instellingen" } }, "importExportSettings": { "exportButton": { - "success": "Settings successfully exported", - "title": "Export settings to a JSON file", - "value": "Export Settings" + "success": "Instellingen succesvol geëxporteerd", + "title": "Instellingen exporteren naar een JSON-bestand", + "value": "Instellingen exporteren" }, "importButton": { "error": { - "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", - "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" + "unknown": "Fout bij het importeren van instellingen. Kijk alstublieft het bestandsformaat na.\nEen onbekende fout is opgetreden.", + "validation": "Fout bij het importeren van instellingen. Kijk alstublieft het bestandsformaat na.\n{{ERROR_MESSAGE}}" }, - "success": "Settings imported successfully", - "title": "Import settings from a JSON file", - "value": "Import Settings" + "success": "Instellingen succesvol geïmporteerd", + "title": "Instellingen importeren uit een JSON-bestand", + "value": "Instellingen Importeren" } }, "language": { "select": { - "label": "Language", - "title": "The language to use for the extension" + "label": "Taal", + "title": "De taal voor de extensie" }, - "title": "Language" + "title": "Taal" }, "optionDisabled": { "either": { @@ -235,13 +235,13 @@ }, "scrollForMoreSettings": "Scroll for more settings", "settingSearch": { - "placeholder": "Search for a setting" + "placeholder": "Zoek naar instellingen" }, "youtubeDataApiV3Key": { - "getApiKeyLinkText": "You can get one from here", + "getApiKeyLinkText": "Je kan één gier verkrijgen", "input": { - "label": "API Key", - "title": "Enter your Youtube Data API V3 key." + "label": "API sleutel", + "title": "Voer uw Youtube Data API V3 sleutel in." }, "title": "YouTube API V3 key" } @@ -273,49 +273,49 @@ "title": "Maakt het mogelijk aangepaste CSS toe te passen op de pagina" }, "extras": { - "collapse": "Collapse Editor", - "expand": "Expand Editor", - "noProblems": "No problems found." + "collapse": "Verberg Editor", + "expand": "Toon Editor", + "noProblems": "Geen problemen gevonden." }, "title": "Custom CSS settings" }, "deepDarkCSS": { "enable": { - "label": "Deep Dark Theme", - "title": "Activate the selected theme for the page" + "label": "Geselecteerd thema inschakelen", + "title": "Het geselecteerde thema voor de pagina inschakelen" }, "extras": { - "author": "Author", - "co-authors": "Co-authors" + "author": "Auteur", + "co-authors": "Co-auteurs" }, "settings": { "colorShadow": { - "label": "Shadow color", - "title": "Color for shadows" + "label": "Schaduw kleur", + "title": "Kleur voor de schaduw" }, "dimmerText": { - "label": "Secondary text color", - "title": "Color for secondary text" + "label": "Secondaire tekstkleur", + "title": "Kleur voor de secondaire tekst" }, "hoverBackground": { - "label": "Hover background color", - "title": "Color for hover background" + "label": "Achtergrondkleur zweven met de muis", + "title": "Kleur voor zweven achtergrond" }, "mainBackground": { - "label": "Main background color", - "title": "Color for main background" + "label": "Hoofd achtergrondkleur", + "title": "Kleur voor de hoofdachtergrond" }, "mainColor": { - "label": "Accent color", - "title": "Color for accent" + "label": "Accent kleur", + "title": "Kleur voor accentueren" }, "mainText": { - "label": "Main text color", - "title": "Color for main text" + "label": "Hoofd tekstkleur", + "title": "Kleur voor de hoofdtekst" }, "secondBackground": { - "label": "Secondary background color", - "title": "Color for secondary background" + "label": "Secondaire achtergrondkleur", + "title": "Kleur voor de secondaire achtergrond" }, "theme": { "select": { @@ -333,8 +333,8 @@ }, "settings": { "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" + "label": "Tijd door/terugspoelen", + "title": "Het aantal tijd waarmee je de video doorspoelt / terugspoelt" } }, "title": "Doorspoel/terugspoel knop instellingen" @@ -343,8 +343,8 @@ "settings": { "automaticallyDisableAmbientMode": { "enable": { - "label": "Automatically disable ambient mode", - "title": "Automatically disables ambient mode when you load a video" + "label": "Automatisch uitschakelen omgevingsmodus", + "title": "Schakel de omgevingsmodus automatisch uit bij het laden van een video" } }, "automaticallyDisableAutoPlay": { @@ -355,8 +355,8 @@ }, "automaticallyDisableClosedCaptions": { "enable": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" + "label": "Automatisch ondertiteling uitschakelen", + "title": "Automatisch ondertiteling uitzetten wanneer je een video inlaadt" } }, "automaticallyEnableClosedCaptions": { @@ -379,14 +379,14 @@ }, "automaticTheaterMode": { "enable": { - "label": "Automatic theater mode", - "title": "Automatically enables theater mode when you load a video" + "label": "Automatisch theatermodus", + "title": "Zet de video automatisch in theatermodus wanneer je deze inlaadt" } }, "copyTimestampUrlButton": { "enable": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" + "label": "Kopieer video URL met tijdstempel knop", + "title": "Kopieer video URL met tijdstempel (?t=123)" } }, "defaultToOriginalAudioTrack": { @@ -409,20 +409,20 @@ }, "hideEndScreenCards": { "enable": { - "label": "Hide end screen cards", - "title": "Hides the cards at the end of the video" + "label": "Eindscherm elementen verbergen", + "title": "Maakt de elementen aan het eind van een video onzichtbaar" } }, "hideEndScreenCardsButton": { "enable": { - "label": "Hide end screen cards button", - "title": "Adds a button to show/hide the cards at the end of the video" + "label": "Eindscherm elementen verbergen knop", + "title": "Voegt een knop toe die de eindscherm elementen toont/verbergt" } }, "hideLiveStreamChat": { "enable": { - "label": "Hide live stream chat", - "title": "Hides the live stream chat" + "label": "Livestream chat verbergen", + "title": "Verbergt de livestream chat" } }, "hideMembersOnlyVideos": { @@ -433,14 +433,14 @@ }, "hideOfficialArtistVideosFromHomePage": { "enable": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" + "label": "Verberg Officiële Artiest Video's", + "title": "Verberg Officiële Artiest Video's op de homepagina" } }, "hidePaidPromotionBanner": { "enable": { - "label": "Hide paid promotion banner", - "title": "Hides the banner that appears when you watch a video that has a paid promotion" + "label": "Verberg betaalde promotie banner", + "title": "Verbergt de banner die verschijnt wanneer je een video bekijkt die een betaalde promotie heeft" } }, "hidePlayables": { @@ -457,14 +457,14 @@ }, "hideScrollbar": { "enable": { - "label": "Hide scrollbar", - "title": "Hides the pages scrollbar" + "label": "Verberg scrollbar", + "title": "Verbergt de scrollbar op de pagina" } }, "hideShorts": { "enable": { - "label": "Hide shorts", - "title": "Hides all shorts" + "label": "Shorts verbergen", + "title": "Verbergt alle shorts" } }, "hideSidebarRecommendedVideos": { @@ -475,56 +475,56 @@ }, "hideTranslateComment": { "enable": { - "label": "Hide translate comment button", - "title": "Hides 'Translate to Language' button under comments" + "label": "Verberg vertaal reactie knop", + "title": "Verbergt \"Vertaal naar Taal\" knop onder reacties" } }, "loopButton": { "enable": { - "label": "Loop button", - "title": "Adds a button to the feature menu to loop the video you're watching" + "label": "Loop knop", + "title": "Voegt een knop toe aan het feature menu om de huidige video te loopen" } }, "maximizePlayerButton": { "enable": { - "label": "Maximize player button", - "title": "Adds a button to the feature menu to maximize the player" + "label": "Maximaliseer speler knop", + "title": "Voegt een knop toe aan het feature menu die de speler maximaliseert" } }, "openTranscriptButton": { "enable": { - "label": "Open transcript button", - "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + "label": "Open ondertitels knop", + "title": "Voegt een knop toe aan het feature menu die het transcript van de huidige video opent" } }, "openYouTubeSettingsOnHover": { "enable": { - "label": "Open YouTube settings on hover", - "title": "Opens the YouTube settings menu when you hover over the settings button" + "label": "Open youtube instellingen bij overgang met de muis", + "title": "Opent YouTube instellingen wanner je met je muis over de instellingen knop gaat" } }, "pauseBackgroundPlayers": { "enable": { - "label": "Pause background players", - "title": "Pauses video players in background tabs when you start a new player in foreground tab" + "label": "Achtergrondafspelers pauzeren", + "title": "Pauzeert videospelers in achtergrond tabbladen wanneer je een nieuwe videospeler start op een voorgrond tabblad" } }, "remainingTime": { "enable": { - "label": "Remaining time", - "title": "Shows the remaining time of the video you're watching" + "label": "Resterende tijd", + "title": "Toont de resterende tijd van de huidige video" } }, "rememberVolume": { "enable": { - "label": "Remember last volume", - "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + "label": "Onthoud vorig volume", + "title": "Onthoudt het volume van de vorige video en stelt het in op een nieuwe video" } }, "removeRedirect": { "enable": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + "label": "Verwijdert YouTube /redirect URLs", + "title": "Vervangt YouTube doorverwijzing door echte URLs die de doorverwijzing waarschuwing niet geven" } }, "restoreFullscreenScrolling": { @@ -535,20 +535,20 @@ }, "shareShortener": { "enable": { - "label": "Shorten YouTube video share link", - "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + "label": "Maak Youtube deel links korter", + "title": "Maakt YouTube video deel links (youtu.be) korter door si en andere feature parameters af te knippen" } }, "shortsAutoScroll": { "enable": { - "label": "Shorts auto scroll", - "title": "Automatically scrolls to the next short" + "label": "Shorts autoscroll", + "title": "Scrollt automatisch naar de volgende short" } }, "skipContinueWatching": { "enable": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" + "label": "Sla \"video is gepauzeerd. Hervatten?\" over", + "title": "Slaat het afwezig dialoog die het afspelen pauzeert over" } } }, @@ -557,108 +557,108 @@ "onScreenDisplaySettings": { "settings": { "color": { - "label": "Color", + "label": "Kleur", "select": { "options": { - "blue": "Blue", - "green": "Green", - "orange": "Orange", - "pink": "Pink", - "purple": "Purple", - "red": "Red", - "white": "White", - "yellow": "Yellow" + "blue": "Blauw", + "green": "Groen", + "orange": "Oranje", + "pink": "Roze", + "purple": "Paars", + "red": "Rood", + "white": "Wit", + "yellow": "Geel" } }, - "title": "Select the color for the On-Screen Display" + "title": "Selecteer de kleur voor de schermweergave" }, "hide": { - "label": "Hide Delay", - "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" + "label": "Vertraging verbergen", + "title": "Specifieer de tijd, in milliseconden, voordat de schermweergave automatisch wordt verborgen" }, "opacity": { - "label": "Opacity", - "title": "Adjust the transparency of the On-Screen Display" + "label": "Transparantie", + "title": "Transparantie van de schermweergave aanpassen" }, "padding": { "label": "Padding", - "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." + "title": "Het aantal pixels rond de schermweergave aanpassen. Dit geldt specifiek voor de hoek schermweergave." }, "position": { - "label": "Position", + "label": "Positie", "select": { "options": { - "bottom_left": "Bottom Left", - "bottom_right": "Bottom Right", - "center": "Center", - "top_left": "Top Left", - "top_right": "Top Right" + "bottom_left": "Linksonder", + "bottom_right": "Rechtsonder", + "center": "Gecentreerd", + "top_left": "Linksboven", + "top_right": "Rechtsboven" } }, - "title": "Select the position of the On-Screen Display" + "title": "Selecteer de positie voor de schermweergave" }, "type": { "label": "Type", "select": { "options": { - "circle": "Circle", - "line": "Line", - "no_display": "No display", - "text": "Text" + "circle": "Cirkel", + "line": "Lijn", + "no_display": "Geen weergave", + "text": "Tekst" } }, - "title": "Select the type of On-Screen Display" + "title": "Selecteer het type van de schermweergave" } }, "title": "On-screen display settings" }, "playerQuality": { "enable": { - "label": "Automatic quality adjustment", - "title": "Automatically adjusts the video quality to the selected level." + "label": "Automatische kwaliteitsaanpassing", + "title": "Past automatisch de videokwaliteit aan naar het geselecteerde niveau." }, "settings": { "quality": { "select": { - "label": "Player quality", - "title": "The quality to set the video to" + "label": "Afspeelkwaliteit", + "title": "De kwaliteit waarop je de video zet" } }, "qualityFallbackStrategy": { "select": { - "label": "Quality fallback strategy", + "label": "Kwaliteitsterugvalstrategie", "options": { - "higher": "Higher", - "lower": "Lower" + "higher": "Hoger", + "lower": "Lager" }, - "title": "The strategy to use when the selected quality is not available" + "title": "De strategie die gebruikt wordt wanneer de geselecteerde kwaliteit niet beschikbaar is" } } }, - "title": "Automatic quality settings" + "title": "Automatische kwaliteitsinstellingen" }, "playerSpeed": { "enable": { - "label": "Forced playback speed", - "title": "Sets the video speed to what you choose below" + "label": "Geforceerde afspeelsnelheid", + "title": "Stelt de snelheid van de video in op wat u hieronder kiest" }, "settings": { "buttons": { - "label": "Playback speed buttons", + "label": "Afspeelsnelheid knoppen", "select": { - "label": "Playback buttons speed", - "title": "Amount of speed to be changed per click" + "label": "Snelheid afspeelsnelheid knoppen", + "title": "Hoeveelheid snelheid die gewijzigd wordt per klik" }, - "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + "title": "Voegt knoppen toe die de afspeelsnelheid van de huidige video verhoogt of verlaagt" }, "speed": { "select": { - "label": "Player speed", - "title": "The speed to set the video to" + "label": "Snelheid videospeler", + "title": "De snelheid waarop je de video zet" } } }, - "title": "Playback speed settings" + "title": "Afspeelsnelheid instellingen" }, "playlistLength": { "enable": { @@ -668,18 +668,18 @@ "settings": { "wayToGetLength": { "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + "label": "Methode om afspeellijst lengte te verkrijgen", + "title": "De manier waarop de afspeellijst informatie (API methode zal terugvallen op HTML als een fout optreedt)" } }, "wayToGetWatchTime": { "select": { - "label": "Method to get watched time", + "label": "Methode om kijktijd te verkrijgen", "options": { - "duration": "Video Length", - "youtube": "Video Watch Time" + "duration": "Videolengte", + "youtube": "Video kijktijd" }, - "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + "title": "De manier waarop je de hoeveelheid kijktijd verkrijgt (video lengtetype enkel gebruikt op kijk pagina)" } } }, @@ -709,18 +709,18 @@ }, "settings": { "format": { - "label": "Screenshot format", - "title": "The format to save the screenshot in" + "label": "Schermafbeelding formaat", + "title": "Het formaat waarin je de schermafbeelding opslaat" }, "saveAs": { "select": { "options": { "both": "Both (File and Clipboard)", - "clipboard": "Clipboard", - "file": "File" + "clipboard": "Klembord", + "file": "Bestand" }, - "label": "Screenshot save type", - "title": "The screenshot save type" + "label": "Schermafbeelding opslaantype", + "title": "Het type van de opgeslagen schermafbeelding" } } }, @@ -732,17 +732,17 @@ "title": "Klik op een aanpassingsknop om snelheidsverandering met het scrollwiel aan te zetten." }, "extras": { - "optionLabel": "{{KEY}} key" + "optionLabel": "{{KEY}} sleutel" }, "settings": { "adjustmentSteps": { - "label": "Speed Change Per Scroll", - "title": "Adjust the speed change per scroll" + "label": "Snelheidsverandering per scroll", + "title": "Wijzig de snelheidsverandering per scroll" }, "modifierKey": { "select": { - "label": "Modifier key", - "title": "The modifier key to use" + "label": "Aanpassing knop", + "title": "De aanpassing knop om te gebruiken" } } }, @@ -754,24 +754,24 @@ "title": "Laat toe om het scrollwiel te gebruiken om het volume van de huidige video aan te passen" }, "extras": { - "optionLabel": "{{KEY}} key" + "optionLabel": "{{KEY}} knop" }, "settings": { "adjustmentSteps": { - "label": "Volume Change Per Scroll", - "title": "Adjust the volume change per scroll" + "label": "Volumeverandering per scroll", + "title": "Verandert het volume per scroll" }, "holdModifierKey": { - "label": "When holding modifier key", + "label": "Inschakelen bij het vasthouden van aanpassingsknop", "select": { - "label": "Modifier key", - "title": "The modifier key to use" + "label": "Aanpassingsknop", + "title": "De aanpassingsknop om te gebruiken" }, - "title": "Press a modifier key to enable volume adjustment with the scroll wheel." + "title": "Klik op een aanpassingsknop om het scrollwiel het volume laten aan te passen." }, "holdRightClick": { - "label": "When holding right click", - "title": "Hold right click to enable scroll wheel volume control" + "label": "Inschakelen bij vasthouden rechtermuisklik", + "title": "Houd rechtermuisknop ingedrukt om volumeregeling voor scrollwiel in te schakelen" } }, "title": "Scrollwiel volume aanpassing instellingen" @@ -784,12 +784,12 @@ "settings": { "resumeType": { "select": { - "label": "Resume type", + "label": "Hervatten type", "options": { - "automatic": "Automatic", - "prompt": "Prompt" + "automatic": "Automatisch", + "prompt": "Vraag" }, - "title": "Select how you want to resume videos" + "title": "Selecteer hoe je video's wilt hervatten" } } }, @@ -802,17 +802,17 @@ }, "settings": { "amount": { - "label": "Volume boost amount (dB)", - "title": "The amount to boost the volume by" + "label": "Volume boost hoeveelheid (dB)", + "title": "De hoeveelheid waarmee je video's wilt boosten" }, "mode": { "select": { - "label": "Volume boost mode", + "label": "Volume boost modus", "options": { - "global": "Global", + "global": "Globaal", "perVideo": "Per video" }, - "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + "title": "Kies hoe volume wordt toegepast. \"Per video\" voegt de boost optie toe aan het feature menu individueel per video. \"Globaal\" gaat over elke video wanneer volume boost is ingeschakeld." } } }, From 880739d0b4cc587c1096d37c15d26cc485cbfefa Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 25 Jan 2026 17:23:29 -0500 Subject: [PATCH 1552/1783] New translations en-us.json (Polish) --- public/locales/pl-PL.json | 176 +++++++++++++++++++------------------- 1 file changed, 88 insertions(+), 88 deletions(-) diff --git a/public/locales/pl-PL.json b/public/locales/pl-PL.json index e76e9a3b7..b8431275a 100644 --- a/public/locales/pl-PL.json +++ b/public/locales/pl-PL.json @@ -13,7 +13,7 @@ "label": "Kopiuj adres URL filmu ze znacznikiem czasu" }, "extras": { - "copied": "Copied!" + "copied": "Skopiowano!" } }, "featureMenu": { @@ -73,8 +73,8 @@ } }, "extras": { - "decreaseLimit": "Can't decrease further ({{SPEED}})", - "increaseLimit": "Can't increase further ({{SPEED}})" + "decreaseLimit": "Nie można zmniejszać dalej ({{SPEED}})", + "increaseLimit": "Nie można zwiększać dalej ({{SPEED}})" } }, "playlistLength": { @@ -102,13 +102,13 @@ "label": "Zrzut ekranu" }, "extras": { - "copiedToClipboard": "Screenshot copied to clipboard" + "copiedToClipboard": "Zrzut ekranu skopiowany do schowka" } }, "videoHistory": { "extras": { - "resumeButton": "Resume", - "resumePromptClose": "Close" + "resumeButton": "Wznów", + "resumePromptClose": "Zamknij" } }, "volumeBoostButton": { @@ -127,11 +127,11 @@ "bottomButtons": { "clear": { "title": "Clears all data this extension has stored on your machine", - "value": "Clear Data" + "value": "Wyczyść dane" }, "confirm": { "title": "Confirm setting reset", - "value": "Confirm" + "value": "Potwierdź" }, "openTab": { "title": "Open extension settings in a new tab" @@ -144,22 +144,22 @@ "buttonPlacement": { "select": { "buttonNames": { - "copyTimestampUrlButton": "Copy video URL with timestamp button", - "decreasePlaybackSpeedButton": "Decrease Speed button", + "copyTimestampUrlButton": "Kopiuj adres URL bieżącego momentu", + "decreasePlaybackSpeedButton": "Przycisk Zmniejszania Prędkości Odtwarzania", "forwardButton": "Fast Forward button", "hideEndScreenCardsButton": "Hide end screen cards button", - "increasePlaybackSpeedButton": "Increase Speed button", - "loopButton": "Loop button", + "increasePlaybackSpeedButton": "Przycisk Zwiększania Prędkości Odtwarzania", + "loopButton": "Przycisk Zapętlania", "maximizePlayerButton": "Maximize button", "openTranscriptButton": "Open Transcript button", "rewindButton": "Rewind button", - "screenshotButton": "Screenshot button", - "volumeBoostButton": "Volume Boost button" + "screenshotButton": "Przycisk Zrzutu Ekranu", + "volumeBoostButton": "Przycisk Zwiększania Głośności" }, "options": { "below_player": { "placement": "below the player controls", - "value": "Below Player" + "value": "Poniżej Odtwarzacza" }, "feature_menu": { "placement": "in the feature menu", @@ -167,11 +167,11 @@ }, "player_controls_left": { "placement": "on the left side of player controls", - "value": "Left Controls" + "value": "Lewostronne Sterowanie" }, "player_controls_right": { "placement": "on the right side of player controls", - "value": "Right Controls" + "value": "Prawostronne Sterowanie" } }, "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" @@ -180,15 +180,15 @@ }, "clearData": { "allDataDeleted": "All data has been deleted.", - "confirmAlert": "This will delete all extension data related to options. Continue?" + "confirmAlert": "Usunie to wszystkie dane rozszerzenia związane z opcjami. Kontynuować?" }, "featureMenu": { "openType": { "select": { "label": "Menu Activation Type", "options": { - "click": "Click", - "hover": "Hover" + "click": "Kliknięcie", + "hover": "Najechanie kursorem" }, "title": "Select the method to activate the feature menu" }, @@ -197,9 +197,9 @@ }, "importExportSettings": { "exportButton": { - "success": "Settings successfully exported", - "title": "Export settings to a JSON file", - "value": "Export Settings" + "success": "Ustawienia zostały pomyślnie wyeksportowane", + "title": "Eksportuj ustawienia do pliku JSON", + "value": "Eksportuj Ustawienia" }, "importButton": { "error": { @@ -207,21 +207,21 @@ "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" }, "success": "Settings imported successfully", - "title": "Import settings from a JSON file", - "value": "Import Settings" + "title": "Importuj ustawienia z pliku JSON", + "value": "Importuj Ustawienia" } }, "language": { "select": { - "label": "Language", - "title": "The language to use for the extension" + "label": "Język", + "title": "Język rozszerzenia" }, - "title": "Language" + "title": "Język" }, "optionDisabled": { "either": { "label": "Enable {{OPTIONS}} to configure this option", - "separator": " or " + "separator": " albo " }, "plural": { "label": "Enable {{OPTIONS}} to configure this option", @@ -233,15 +233,15 @@ "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" } }, - "scrollForMoreSettings": "Scroll for more settings", + "scrollForMoreSettings": "Przewiń, aby zobaczyć więcej ustawień", "settingSearch": { - "placeholder": "Search for a setting" + "placeholder": "Szukaj ustawienia" }, "youtubeDataApiV3Key": { "getApiKeyLinkText": "You can get one from here", "input": { - "label": "API Key", - "title": "Enter your Youtube Data API V3 key." + "label": "Klucz API", + "title": "Wpisz swój klucz API V3." }, "title": "YouTube API V3 key" } @@ -281,46 +281,46 @@ }, "deepDarkCSS": { "enable": { - "label": "Deep Dark Theme", - "title": "Activate the selected theme for the page" + "label": "Motyw Deep Dark", + "title": "Aktywuj wybrany motyw dla strony" }, "extras": { - "author": "Author", - "co-authors": "Co-authors" + "author": "Autor", + "co-authors": "Współautorzy" }, "settings": { "colorShadow": { - "label": "Shadow color", - "title": "Color for shadows" + "label": "Kolor cienia", + "title": "Kolor dla cieni" }, "dimmerText": { - "label": "Secondary text color", - "title": "Color for secondary text" + "label": "Kolor tekstu dodatkowego", + "title": "Kolor dla tekstu dodatkowego" }, "hoverBackground": { "label": "Hover background color", "title": "Color for hover background" }, "mainBackground": { - "label": "Main background color", - "title": "Color for main background" + "label": "Kolor głównego tła", + "title": "Kolor dla głównego tła" }, "mainColor": { - "label": "Accent color", - "title": "Color for accent" + "label": "Kolor akcentowy", + "title": "Kolor akcentowy" }, "mainText": { - "label": "Main text color", - "title": "Color for main text" + "label": "Kolor głównego tekstu", + "title": "Kolor dla głównego tekstu" }, "secondBackground": { - "label": "Secondary background color", - "title": "Color for secondary background" + "label": "Kolor dodatkowego tła", + "title": "Kolor tła dodatkowego" }, "theme": { "select": { - "label": "Select theme", - "title": "Select a theme to be applied to the page" + "label": "Wybierz motyw", + "title": "Wybierz motyw, który ma zostać zastosowany na stronie" } } }, @@ -403,7 +403,7 @@ }, "hideArtificialIntelligenceSummary": { "enable": { - "label": "Hide AI summary", + "label": "Ukryj podsumowanie AI", "title": "Hides the artificial intelligence summary below videos" } }, @@ -463,8 +463,8 @@ }, "hideShorts": { "enable": { - "label": "Hide shorts", - "title": "Hides all shorts" + "label": "Ukryj szorty", + "title": "Ukrywa wszystkie szorty" } }, "hideSidebarRecommendedVideos": { @@ -499,7 +499,7 @@ }, "openYouTubeSettingsOnHover": { "enable": { - "label": "Open YouTube settings on hover", + "label": "Otwórz ustawienia YouTube po najechaniu kursorem", "title": "Opens the YouTube settings menu when you hover over the settings button" } }, @@ -557,17 +557,17 @@ "onScreenDisplaySettings": { "settings": { "color": { - "label": "Color", + "label": "Kolor", "select": { "options": { - "blue": "Blue", - "green": "Green", - "orange": "Orange", - "pink": "Pink", - "purple": "Purple", - "red": "Red", - "white": "White", - "yellow": "Yellow" + "blue": "Niebieski", + "green": "Zielony", + "orange": "Pomarańczowy", + "pink": "Różowy", + "purple": "Fioletowy", + "red": "Czerwony", + "white": "Biały", + "yellow": "Żółty" } }, "title": "Select the color for the On-Screen Display" @@ -620,7 +620,7 @@ "settings": { "quality": { "select": { - "label": "Player quality", + "label": "Jakość odtwarzacza", "title": "The quality to set the video to" } }, @@ -628,14 +628,14 @@ "select": { "label": "Quality fallback strategy", "options": { - "higher": "Higher", - "lower": "Lower" + "higher": "Wyżej", + "lower": "Niżej" }, "title": "The strategy to use when the selected quality is not available" } } }, - "title": "Automatic quality settings" + "title": "Opcje automatycznej jakości" }, "playerSpeed": { "enable": { @@ -732,7 +732,7 @@ "title": "Naciśnij klawisz modyfikujący, aby włączyć regulację prędkości za pomocą kółka myszy." }, "extras": { - "optionLabel": "{{KEY}} key" + "optionLabel": "Klawisz {{KEY}}" }, "settings": { "adjustmentSteps": { @@ -741,8 +741,8 @@ }, "modifierKey": { "select": { - "label": "Modifier key", - "title": "The modifier key to use" + "label": "Klawisz modyfikujący", + "title": "Klawisz modyfikujący, którego należy użyć" } } }, @@ -754,7 +754,7 @@ "title": "Umożliwia sterowanie głośnością oglądanego filmu za pomocą kółka myszy" }, "extras": { - "optionLabel": "{{KEY}} key" + "optionLabel": "Klawisz {{KEY}}" }, "settings": { "adjustmentSteps": { @@ -762,16 +762,16 @@ "title": "Adjust the volume change per scroll" }, "holdModifierKey": { - "label": "When holding modifier key", + "label": "Podczas przytrzymywania klawisza modyfikującego", "select": { - "label": "Modifier key", - "title": "The modifier key to use" + "label": "Klawisz modyfikujący", + "title": "Klawisz modyfikujący, którego należy użyć" }, - "title": "Press a modifier key to enable volume adjustment with the scroll wheel." + "title": "Naciśnij klawisz modyfikujący, aby włączyć regulację głośności za pomocą kółka myszy." }, "holdRightClick": { - "label": "When holding right click", - "title": "Hold right click to enable scroll wheel volume control" + "label": "Przytrzymując prawy przycisk myszy", + "title": "Przytrzymaj prawy przycisk myszy, aby włączyć regulację głośności za pomocą kółka myszy" } }, "title": "Ustawienia regulacji głośności za pomocą kółka myszy" @@ -784,12 +784,12 @@ "settings": { "resumeType": { "select": { - "label": "Resume type", + "label": "Typ wznowienia filmu", "options": { - "automatic": "Automatic", - "prompt": "Prompt" + "automatic": "Automatyczne", + "prompt": "Podpowiedź" }, - "title": "Select how you want to resume videos" + "title": "Wybierz sposób wznawiania filmów" } } }, @@ -802,17 +802,17 @@ }, "settings": { "amount": { - "label": "Volume boost amount (dB)", - "title": "The amount to boost the volume by" + "label": "Wartość zwiększenia głośności (dB)", + "title": "O ile należy zwiększyć głośność" }, "mode": { "select": { - "label": "Volume boost mode", + "label": "Tryb zwiększenia głośności", "options": { - "global": "Global", - "perVideo": "Per video" + "global": "Globalne", + "perVideo": "Osobno" }, - "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + "title": "Wybierz sposób wzmocnienia głośności. Opcja „Osobno” umożliwia włączenie wzmocnienia dla każdego filmu osobno w menu funkcji. Opcja „Globalne” stosuje wzmocnienie do wszystkich filmów po włączeniu zwiększenia głośności." } } }, From 9efd46627aa3c27433b75beb156596398bb395fe Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 25 Jan 2026 17:23:30 -0500 Subject: [PATCH 1553/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 452 +++++++++++++++++++------------------- 1 file changed, 226 insertions(+), 226 deletions(-) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index c460bebf0..1e1c72430 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -13,7 +13,7 @@ "label": "Копировать URL видео с таймкодом" }, "extras": { - "copied": "Copied!" + "copied": "Скопировано!" } }, "featureMenu": { @@ -73,8 +73,8 @@ } }, "extras": { - "decreaseLimit": "Can't decrease further ({{SPEED}})", - "increaseLimit": "Can't increase further ({{SPEED}})" + "decreaseLimit": "Невозможно уменьшить ({{SPEED}})", + "increaseLimit": "Невозможно увеличить ({{SPEED}})" } }, "playlistLength": { @@ -102,13 +102,13 @@ "label": "Скриншот" }, "extras": { - "copiedToClipboard": "Screenshot copied to clipboard" + "copiedToClipboard": "Скриншот скопирован в буфер обмена" } }, "videoHistory": { "extras": { - "resumeButton": "Resume", - "resumePromptClose": "Close" + "resumeButton": "Возобновить", + "resumePromptClose": "Закрыть" } }, "volumeBoostButton": { @@ -126,122 +126,122 @@ "extras": { "bottomButtons": { "clear": { - "title": "Clears all data this extension has stored on your machine", - "value": "Clear Data" + "title": "Очистить все данные, которые это расширение хранит на вашем компьютере", + "value": "Удалить данные" }, "confirm": { - "title": "Confirm setting reset", - "value": "Confirm" + "title": "Подтвердить сброс настроек", + "value": "Подтвердить" }, "openTab": { - "title": "Open extension settings in a new tab" + "title": "Открывать настройки расширения в новой вкладке" }, "reset": { - "title": "Resets all settings to their defaults, Click the confirm button to save the changes", - "value": "Reset" + "title": "Сбрасывает все параметры до значений по умолчанию. Нажмите \"Подтвердить\", чтобы сохранить изменения", + "value": "Сброс" } }, "buttonPlacement": { "select": { "buttonNames": { - "copyTimestampUrlButton": "Copy video URL with timestamp button", - "decreasePlaybackSpeedButton": "Decrease Speed button", - "forwardButton": "Fast Forward button", - "hideEndScreenCardsButton": "Hide end screen cards button", - "increasePlaybackSpeedButton": "Increase Speed button", - "loopButton": "Loop button", - "maximizePlayerButton": "Maximize button", - "openTranscriptButton": "Open Transcript button", - "rewindButton": "Rewind button", - "screenshotButton": "Screenshot button", - "volumeBoostButton": "Volume Boost button" + "copyTimestampUrlButton": "Кнопка «Копировать URL видео с таймкодом»", + "decreasePlaybackSpeedButton": "Кнопка уменьшения скорости видео", + "forwardButton": "Кнопка перемотки вперёд", + "hideEndScreenCardsButton": "Кнопка «Скрыть заставки следующих видео»", + "increasePlaybackSpeedButton": "Кнопка увеличения скорости видео", + "loopButton": "Кнопка «Зациклить»", + "maximizePlayerButton": "Кнопка «Развернуть»", + "openTranscriptButton": "Кнопка «Открыть стенограмму»", + "rewindButton": "Кнопка перемотки назад", + "screenshotButton": "Кнопка «Скриншот»", + "volumeBoostButton": "Кнопка «Усиление громкости»" }, "options": { "below_player": { - "placement": "below the player controls", - "value": "Below Player" + "placement": "под проигрывателем", + "value": "Под проигрывателем" }, "feature_menu": { - "placement": "in the feature menu", - "value": "Feature Menu" + "placement": "в меню функций", + "value": "Меню функций" }, "player_controls_left": { - "placement": "on the left side of player controls", - "value": "Left Controls" + "placement": "с левой стороны панели управления", + "value": "Слева" }, "player_controls_right": { - "placement": "on the right side of player controls", - "value": "Right Controls" + "placement": "с правой стороны панели управления", + "value": "Справа" } }, - "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + "title": "Поместить {{BUTTON_NAME}} {{PLACEMENT}}" }, "title": "Button placement settings" }, "clearData": { - "allDataDeleted": "All data has been deleted.", - "confirmAlert": "This will delete all extension data related to options. Continue?" + "allDataDeleted": "Все данные были удалены.", + "confirmAlert": "Это приведет к удалению всех данных расширения, связанных с настройками. Продолжить?" }, "featureMenu": { "openType": { "select": { - "label": "Menu Activation Type", + "label": "Тип активации меню", "options": { - "click": "Click", - "hover": "Hover" + "click": "Посредством нажатия", + "hover": "При наведении курсора" }, - "title": "Select the method to activate the feature menu" + "title": "Выберите способ активации меню функций" }, - "title": "Feature menu settings" + "title": "Настройки меню функций" } }, "importExportSettings": { "exportButton": { - "success": "Settings successfully exported", - "title": "Export settings to a JSON file", - "value": "Export Settings" + "success": "Настройки успешно экспортированы", + "title": "Экспорт настроек в JSON файл", + "value": "Экспорт настроек" }, "importButton": { "error": { - "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", - "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" + "unknown": "Ошибка импорта настроек. Пожалуйста, проверьте формат файла.\nПроизошла неизвестная ошибка.", + "validation": "Ошибка импорта настроек. Пожалуйста, проверьте формат файла.\n{{ERROR_MESSAGE}}" }, - "success": "Settings imported successfully", - "title": "Import settings from a JSON file", - "value": "Import Settings" + "success": "Настройки успешно импортированы", + "title": "Импорт настроек из JSON файла", + "value": "Импорт настроек" } }, "language": { "select": { - "label": "Language", - "title": "The language to use for the extension" + "label": "Язык", + "title": "Язык расширения" }, - "title": "Language" + "title": "Язык" }, "optionDisabled": { "either": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " or " + "label": "Включите {{OPTIONS}} для настройки этого параметра", + "separator": " или " }, "plural": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " and " + "label": "Включите {{OPTIONS}} для настройки этого параметра", + "separator": " и " }, - "singular": "Enable '{{OPTION}}' to configure this option", + "singular": "Включите '{{OPTION}}' для настройки этого параметра", "specificOption": { - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "featureMenu": "Включите по крайней мере одну кнопку, которая будет размещена в меню функций для настройки этой опции.", "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" } }, - "scrollForMoreSettings": "Scroll for more settings", + "scrollForMoreSettings": "Прокрутите для других настроек", "settingSearch": { - "placeholder": "Search for a setting" + "placeholder": "Поиск настроек" }, "youtubeDataApiV3Key": { - "getApiKeyLinkText": "You can get one from here", + "getApiKeyLinkText": "Вы можете получить ключ здесь", "input": { - "label": "API Key", - "title": "Enter your Youtube Data API V3 key." + "label": "API ключ", + "title": "Введите ваш ключ Youtube Data API V3." }, "title": "YouTube API V3 key" } @@ -273,54 +273,54 @@ "title": "Включает пользовательские настройки CSS для применения к странице" }, "extras": { - "collapse": "Collapse Editor", - "expand": "Expand Editor", - "noProblems": "No problems found." + "collapse": "Свернуть редактор", + "expand": "Расширить редактор", + "noProblems": "Проблем не найдено." }, "title": "Custom CSS settings" }, "deepDarkCSS": { "enable": { - "label": "Deep Dark Theme", - "title": "Activate the selected theme for the page" + "label": "Включить выбранную тему", + "title": "Активировать выбранную тему для страницы" }, "extras": { - "author": "Author", - "co-authors": "Co-authors" + "author": "Автор", + "co-authors": "Соавторы" }, "settings": { "colorShadow": { - "label": "Shadow color", - "title": "Color for shadows" + "label": "Цвет тени", + "title": "Цвет теней" }, "dimmerText": { - "label": "Secondary text color", - "title": "Color for secondary text" + "label": "Цвет вторичного текста", + "title": "Цвет для вторичного текста" }, "hoverBackground": { - "label": "Hover background color", - "title": "Color for hover background" + "label": "Цвет фона при наведении", + "title": "Цвет, который будет задаваться фону при наведении" }, "mainBackground": { - "label": "Main background color", - "title": "Color for main background" + "label": "Основной цвет фона", + "title": "Цвет для основного фона" }, "mainColor": { - "label": "Accent color", - "title": "Color for accent" + "label": "Цвет акцента", + "title": "Цвет для акцента" }, "mainText": { - "label": "Main text color", - "title": "Color for main text" + "label": "Цвет основного текста", + "title": "Цвет для основного текста" }, "secondBackground": { - "label": "Secondary background color", - "title": "Color for secondary background" + "label": "Дополнительный цвет фона", + "title": "Цвет для вторичного фона" }, "theme": { "select": { - "label": "Select theme", - "title": "Select a theme to be applied to the page" + "label": "Выбрать тему", + "title": "Выберите тему для применения к странице" } } }, @@ -333,8 +333,8 @@ }, "settings": { "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" + "label": "Время перемотки", + "title": "Кол-во времени, на которое будет перематываться видео" } }, "title": "Настройки кнопок перемотки вперёд/назад" @@ -343,8 +343,8 @@ "settings": { "automaticallyDisableAmbientMode": { "enable": { - "label": "Automatically disable ambient mode", - "title": "Automatically disables ambient mode when you load a video" + "label": "Автоматическое отключение режима освещения", + "title": "Автоматически отключать режим освещения при загрузке видео" } }, "automaticallyDisableAutoPlay": { @@ -355,8 +355,8 @@ }, "automaticallyDisableClosedCaptions": { "enable": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" + "label": "Автоматически отключать субтитры", + "title": "Автоматически отключает субтитры при загрузке видео" } }, "automaticallyEnableClosedCaptions": { @@ -379,20 +379,20 @@ }, "automaticTheaterMode": { "enable": { - "label": "Automatic theater mode", - "title": "Automatically enables theater mode when you load a video" + "label": "Включить автоматический режим кинотеатра", + "title": "Автоматически включать режим кинотеатра при загрузке видео" } }, "copyTimestampUrlButton": { "enable": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" + "label": "Кнопка «Копировать URL видео с таймкодом»", + "title": "Копирует ссылку видео с меткой времени (?t=123)" } }, "defaultToOriginalAudioTrack": { "enable": { - "label": "Default to original audio track", - "title": "Always default to the original audio track" + "label": "Выставлять оригинальную звуковую дорожку по умолчанию", + "title": "Всегда выставлять оригинальную аудио дорожку видео по умолчанию" } }, "saveToWatchLaterButton": { @@ -403,26 +403,26 @@ }, "hideArtificialIntelligenceSummary": { "enable": { - "label": "Hide AI summary", - "title": "Hides the artificial intelligence summary below videos" + "label": "Прятать краткое содержание от ИИ", + "title": "Прячет краткое содержание видео от ИИ под описанием" } }, "hideEndScreenCards": { "enable": { - "label": "Hide end screen cards", - "title": "Hides the cards at the end of the video" + "label": "Скрыть заставки следующих видео", + "title": "Скрывает заставки следующих (предлагаемых) видео в конце ролика" } }, "hideEndScreenCardsButton": { "enable": { - "label": "Hide end screen cards button", - "title": "Adds a button to show/hide the cards at the end of the video" + "label": "Кнопка «Скрыть заставки следующих видео»", + "title": "Добавляет кнопку для скрытия/отображения заставок следующих видео в конце ролика" } }, "hideLiveStreamChat": { "enable": { - "label": "Hide live stream chat", - "title": "Hides the live stream chat" + "label": "Спрятать чат прямого эфира", + "title": "Прячет чат прямого эфира (стрима)" } }, "hideMembersOnlyVideos": { @@ -433,38 +433,38 @@ }, "hideOfficialArtistVideosFromHomePage": { "enable": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" + "label": "Скрывать официальные видео исполнителя", + "title": "Скрывает официальные видео исполнителя с домашней страницы" } }, "hidePaidPromotionBanner": { "enable": { - "label": "Hide paid promotion banner", - "title": "Hides the banner that appears when you watch a video that has a paid promotion" + "label": "Скрыть \"Содержит прямую рекламу\"", + "title": "Скрывает баннер, отображающийся при просмотре видео, которое имеет платную рекламу" } }, "hidePlayables": { "enable": { - "label": "Hide playables", - "title": "Hides all playables" + "label": "Спрятать игры", + "title": "Прячет все игры (playables)" } }, "hidePlaylistRecommendationsFromHomePage": { "enable": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" + "label": "Спрятать плейлисты на главной", + "title": "Прячет плейлисты на главной (домашней) странице" } }, "hideScrollbar": { "enable": { - "label": "Hide scrollbar", - "title": "Hides the pages scrollbar" + "label": "Включить скрытие полосы прокрутки страницы", + "title": "Скрывает полосу прокрутки страницы" } }, "hideShorts": { "enable": { - "label": "Hide shorts", - "title": "Hides all shorts" + "label": "Скрыть Shorts", + "title": "Скрывает все Shorts" } }, "hideSidebarRecommendedVideos": { @@ -475,80 +475,80 @@ }, "hideTranslateComment": { "enable": { - "label": "Hide translate comment button", - "title": "Hides 'Translate to Language' button under comments" + "label": "Спрятать кнопку 'Перевести на...'", + "title": "Прячет кнопку 'Перевести на русский' под комментарием" } }, "loopButton": { "enable": { - "label": "Loop button", - "title": "Adds a button to the feature menu to loop the video you're watching" + "label": "Включить кнопку «Зациклить»", + "title": "Добавляет кнопку в меню функций для автоматического повтора просмотренного видео (зацикливание)" } }, "maximizePlayerButton": { "enable": { - "label": "Maximize player button", - "title": "Adds a button to the feature menu to maximize the player" + "label": "Включить кнопку «Развернуть проигрыватель»", + "title": "Добавляет кнопку в меню функций, которая позволит максимизировать проигрыватель" } }, "openTranscriptButton": { "enable": { - "label": "Open transcript button", - "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + "label": "Показать кнопку стенограммы видео", + "title": "Добавляет кнопку в меню функций, чтобы открыть стенограмму видео, которое вы просматриваете" } }, "openYouTubeSettingsOnHover": { "enable": { - "label": "Open YouTube settings on hover", - "title": "Opens the YouTube settings menu when you hover over the settings button" + "label": "Открывать настройки YouTube при наведении курсора", + "title": "Открывает меню настроек YouTube при наведении на кнопку меню" } }, "pauseBackgroundPlayers": { "enable": { - "label": "Pause background players", - "title": "Pauses video players in background tabs when you start a new player in foreground tab" + "label": "Ставить на паузу видео в фоновых вкладках", + "title": "Ставит на паузу видео в фоновых вкладках при запуске видео в активной (текущей) вкладке" } }, "remainingTime": { "enable": { - "label": "Remaining time", - "title": "Shows the remaining time of the video you're watching" + "label": "Включить отображение оставшегося времени", + "title": "Показывает оставшееся время просмотра видео" } }, "rememberVolume": { "enable": { - "label": "Remember last volume", - "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + "label": "Запомнить уровень громкости", + "title": "Запоминает громкость последнего видео, которое вы смотрели и устанавливает это значение при открытии нового видео" } }, "removeRedirect": { "enable": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + "label": "Убрать YouTube /redirect ссылки", + "title": "Заменяет /redirect ссылки на актуальные, убирая предупреждение о переходе на другой ресурс" } }, "restoreFullscreenScrolling": { "enable": { - "label": "Restore fullscreen scrolling", - "title": "Restores scrolling in fullscreen mode" + "label": "Включить прокрутку в полноэкранном режиме", + "title": "Восстанавливает возможность прокрутки в полноэкранном режиме" } }, "shareShortener": { "enable": { - "label": "Shorten YouTube video share link", - "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + "label": "Укоротить ссылку с кнопки \"Поделиться\"", + "title": "Укорачивает ссылку с кнопки \"Поделиться\" (youtu.be), убирая параметры si/feature из нее" } }, "shortsAutoScroll": { "enable": { - "label": "Shorts auto scroll", - "title": "Automatically scrolls to the next short" + "label": "Автоматическая прокрутка Shorts", + "title": "Автоматически скроллит до следующего Shorts" } }, "skipContinueWatching": { "enable": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" + "label": "Пропускать \"Воспроизведение приостановлено. Продолжить?\"", + "title": "Автоматически пропускает диалог простоя, который приостанавливает воспроизведение" } } }, @@ -557,108 +557,108 @@ "onScreenDisplaySettings": { "settings": { "color": { - "label": "Color", + "label": "Цвет", "select": { "options": { - "blue": "Blue", - "green": "Green", - "orange": "Orange", - "pink": "Pink", - "purple": "Purple", - "red": "Red", - "white": "White", - "yellow": "Yellow" + "blue": "Синий", + "green": "Зеленый", + "orange": "Оранжевый", + "pink": "Розовый", + "purple": "Фиолетовый", + "red": "Красный", + "white": "Белый", + "yellow": "Желтый" } }, - "title": "Select the color for the On-Screen Display" + "title": "Выберите цвет для отображения на экране (OSD)" }, "hide": { - "label": "Hide Delay", - "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" + "label": "Задержка скрытия", + "title": "Укажите время, в миллисекундах, перед автоматическим скрытием OSD" }, "opacity": { - "label": "Opacity", - "title": "Adjust the transparency of the On-Screen Display" + "label": "Прозрачность", + "title": "Настройка прозрачности отображения на экране (OSD)" }, "padding": { - "label": "Padding", - "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." + "label": "Отступы", + "title": "Регулировка интервала вокруг отображения на экране (OSD) в пикселях. Применяется в частности для углов OSD." }, "position": { - "label": "Position", + "label": "Расположение", "select": { "options": { - "bottom_left": "Bottom Left", - "bottom_right": "Bottom Right", - "center": "Center", - "top_left": "Top Left", - "top_right": "Top Right" + "bottom_left": "Слева снизу", + "bottom_right": "Справа снизу", + "center": "По центру", + "top_left": "Слева сверху", + "top_right": "Справа сверху" } }, - "title": "Select the position of the On-Screen Display" + "title": "Выберите позицию отображения на экране (OSD)" }, "type": { - "label": "Type", + "label": "Тип", "select": { "options": { - "circle": "Circle", - "line": "Line", - "no_display": "No display", - "text": "Text" + "circle": "Круг", + "line": "Линия", + "no_display": "Не показывать", + "text": "Текст" } }, - "title": "Select the type of On-Screen Display" + "title": "Выберите тип отображения на экране (OSD)" } }, "title": "On-screen display settings" }, "playerQuality": { "enable": { - "label": "Automatic quality adjustment", - "title": "Automatically adjusts the video quality to the selected level." + "label": "Включить автоматическую регулировку качества", + "title": "Автоматически настраивает качество видео на выбранный уровень." }, "settings": { "quality": { "select": { - "label": "Player quality", - "title": "The quality to set the video to" + "label": "Качество проигрывателя", + "title": "Качество, которое будет задаваться для видео" } }, "qualityFallbackStrategy": { "select": { - "label": "Quality fallback strategy", + "label": "Стратегия восстановления качества", "options": { - "higher": "Higher", - "lower": "Lower" + "higher": "Выше", + "lower": "Ниже" }, - "title": "The strategy to use when the selected quality is not available" + "title": "Какую стратегию использовать, когда выбранное качество недоступно" } } }, - "title": "Automatic quality settings" + "title": "Автоматические настройки качества" }, "playerSpeed": { "enable": { - "label": "Forced playback speed", - "title": "Sets the video speed to what you choose below" + "label": "Включить принудительную скорость воспроизведения", + "title": "Устанавливает скорость проигрывания видео на ту, что вы выбрали ниже" }, "settings": { "buttons": { - "label": "Playback speed buttons", + "label": "Кнопки регулирования скорости видео", "select": { - "label": "Playback buttons speed", - "title": "Amount of speed to be changed per click" + "label": "Дельта кнопок регулирования скорости", + "title": "Число, на которое будет изменена скорость за клик" }, - "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + "title": "Добавляет кнопки для увеличения или уменьшения скорости воспроизведения просматриваемого видео" }, "speed": { "select": { - "label": "Player speed", - "title": "The speed to set the video to" + "label": "Скорость проигрывателя", + "title": "Скорость, которая будет задаваться для видео" } } }, - "title": "Playback speed settings" + "title": "Настройки скорости воспроизведения" }, "playlistLength": { "enable": { @@ -668,18 +668,18 @@ "settings": { "wayToGetLength": { "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + "label": "Способ получения длины плейлиста", + "title": "Способ получения информации о длине плейлиста (метод API будет переключаться обратно к HTML, если возникнет ошибка)" } }, "wayToGetWatchTime": { "select": { - "label": "Method to get watched time", + "label": "Метод получения времени просмотра", "options": { - "duration": "Video Length", - "youtube": "Video Watch Time" + "duration": "Продолжительность видео", + "youtube": "Время просмотра видео" }, - "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + "title": "Способ получения количества времени просмотра (тип длины видео используется только на странице просмотра)" } } }, @@ -709,18 +709,18 @@ }, "settings": { "format": { - "label": "Screenshot format", - "title": "The format to save the screenshot in" + "label": "Формат скриншота", + "title": "Формат, в котором будет сохраняться скриншот" }, "saveAs": { "select": { "options": { "both": "Both (File and Clipboard)", - "clipboard": "Clipboard", - "file": "File" + "clipboard": "Буфер обмена", + "file": "Файл" }, - "label": "Screenshot save type", - "title": "The screenshot save type" + "label": "Тип сохранения скриншота", + "title": "Тип сохранения скриншота" } } }, @@ -732,17 +732,17 @@ "title": "Нажмите клавишу-модификатор, чтобы включить управление скоростью воспроизведения с помощью колеса мыши." }, "extras": { - "optionLabel": "{{KEY}} key" + "optionLabel": "Клавиша {{KEY}}" }, "settings": { "adjustmentSteps": { - "label": "Speed Change Per Scroll", - "title": "Adjust the speed change per scroll" + "label": "Изменение скорости воспроизведения за прокрутку колеса", + "title": "Регулировка значения, на которое изменяется скорость воспроизведения за прокрутку" }, "modifierKey": { "select": { - "label": "Modifier key", - "title": "The modifier key to use" + "label": "Клавиша-модификатор", + "title": "Используемая клавиша-модификатор" } } }, @@ -754,24 +754,24 @@ "title": "Позволяет использовать колесо мыши для управления громкостью видео, которое вы просматриваете" }, "extras": { - "optionLabel": "{{KEY}} key" + "optionLabel": "Клавиша {{KEY}}" }, "settings": { "adjustmentSteps": { - "label": "Volume Change Per Scroll", - "title": "Adjust the volume change per scroll" + "label": "Изменение громкости за прокрутку колеса", + "title": "Регулировка значения, на которое изменяется громкость за прокрутку" }, "holdModifierKey": { - "label": "When holding modifier key", + "label": "Включить при удержании клавиши-модификатора", "select": { - "label": "Modifier key", - "title": "The modifier key to use" + "label": "Клавиша-модификатор", + "title": "Используемая клавиша-модификатор" }, - "title": "Press a modifier key to enable volume adjustment with the scroll wheel." + "title": "Нажмите клавишу-модификатор, чтобы включить управление громкостью с помощью колеса мыши." }, "holdRightClick": { - "label": "When holding right click", - "title": "Hold right click to enable scroll wheel volume control" + "label": "Включить при удержании правой кнопки мыши", + "title": "Удерживайте правую кнопку мыши, чтобы включить управление громкостью с помощью колеса мыши" } }, "title": "Настройки управления громкостью с помощью колеса мыши" @@ -784,12 +784,12 @@ "settings": { "resumeType": { "select": { - "label": "Resume type", + "label": "Тип возобновления", "options": { - "automatic": "Automatic", - "prompt": "Prompt" + "automatic": "Автоматически", + "prompt": "Запрашивать" }, - "title": "Select how you want to resume videos" + "title": "Выберите, как вы хотите возобновлять просмотр видео" } } }, @@ -802,17 +802,17 @@ }, "settings": { "amount": { - "label": "Volume boost amount (dB)", - "title": "The amount to boost the volume by" + "label": "Значение увеличения громкости (дБ)", + "title": "Значение, на которое будет увеличена громкость" }, "mode": { "select": { - "label": "Volume boost mode", + "label": "Режим увеличения громкости", "options": { - "global": "Global", - "perVideo": "Per video" + "global": "Глобально", + "perVideo": "Для видео" }, - "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + "title": "Выберите, каким образом должно применяться усиление громкости. 'Для видео' позволяет включать усиление для каждого видео отдельно в меню функций. 'Глобально' применяет усиление для всех просматриваемых видео когда усиление громкости включено." } } }, From 43ab9c081a6398f88cdec38803e37e915be845f4 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 25 Jan 2026 17:23:31 -0500 Subject: [PATCH 1554/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 518 +++++++++++++++++++------------------- 1 file changed, 259 insertions(+), 259 deletions(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index 3ed7d4624..5b661d394 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -13,7 +13,7 @@ "label": "Geçerli zamana ait video URL'sini kopyala" }, "extras": { - "copied": "Copied!" + "copied": "Kopyalandı!" } }, "featureMenu": { @@ -73,8 +73,8 @@ } }, "extras": { - "decreaseLimit": "Can't decrease further ({{SPEED}})", - "increaseLimit": "Can't increase further ({{SPEED}})" + "decreaseLimit": "Daha fazla düşüremezsin ({{SPEED}})", + "increaseLimit": "Daha fazla artıramazsın ({{SPEED}})" } }, "playlistLength": { @@ -82,19 +82,19 @@ }, "playlistManagementButtons": { "extras": { - "failedToMarkAsUnwatched": "Failed to mark video as unwatched", - "failedToRemoveVideo": "Failed to remove video", - "markAsUnwatched": "Mark as unwatched", - "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "Remove video", - "removingVideo": "Removing video…" + "failedToMarkAsUnwatched": "Videoyu izlenmemiş olarak işaretleme başarısız oldu", + "failedToRemoveVideo": "Video kaldırılamadı", + "markAsUnwatched": "İzlenmemiş olarak işaretle", + "markingAsUnwatched": "İzlenmemiş olarak işaretleniyor…", + "removeVideo": "Videoyu kaldır", + "removingVideo": "Video kaldırılıyor…" } }, "saveToWatchLaterButton": { "extras": { - "failedToSaveVideo": "Failed to save video to Watch Later", - "saveVideo": "Save to Watch Later", - "savingVideo": "Saving to Watch Later…" + "failedToSaveVideo": "Videoyu daha sonra izlemek üzere kaydetme işlemi başarısız oldu", + "saveVideo": "Daha sonra izlemek için kaydet", + "savingVideo": "Daha sonra izlemek için kaydediliyor…" } }, "screenshotButton": { @@ -102,13 +102,13 @@ "label": "Ekran görüntüsü" }, "extras": { - "copiedToClipboard": "Screenshot copied to clipboard" + "copiedToClipboard": "Ekran görüntüsü panoya kopyalandı" } }, "videoHistory": { "extras": { - "resumeButton": "Resume", - "resumePromptClose": "Close" + "resumeButton": "Devam Et", + "resumePromptClose": "Kapat" } }, "volumeBoostButton": { @@ -126,124 +126,124 @@ "extras": { "bottomButtons": { "clear": { - "title": "Clears all data this extension has stored on your machine", - "value": "Clear Data" + "title": "Bu uzantının makinenizde sakladığı tüm verileri temizler", + "value": "Veriyi Temizle" }, "confirm": { - "title": "Confirm setting reset", - "value": "Confirm" + "title": "Ayarı sıfırlamayı onayla", + "value": "Onayla" }, "openTab": { - "title": "Open extension settings in a new tab" + "title": "Uzantı ayarlarını yeni bir sekmede açın" }, "reset": { - "title": "Resets all settings to their defaults, Click the confirm button to save the changes", - "value": "Reset" + "title": "Tüm ayarları varsayılan değerlerine sıfırlar. Değişiklikleri kaydetmek için onayla düğmesine tıklayın", + "value": "Sıfırla" } }, "buttonPlacement": { "select": { "buttonNames": { - "copyTimestampUrlButton": "Copy video URL with timestamp button", - "decreasePlaybackSpeedButton": "Decrease Speed button", - "forwardButton": "Fast Forward button", - "hideEndScreenCardsButton": "Hide end screen cards button", - "increasePlaybackSpeedButton": "Increase Speed button", - "loopButton": "Loop button", - "maximizePlayerButton": "Maximize button", - "openTranscriptButton": "Open Transcript button", - "rewindButton": "Rewind button", - "screenshotButton": "Screenshot button", - "volumeBoostButton": "Volume Boost button" + "copyTimestampUrlButton": "Video bağlantısını zaman damgasıyla kopyala butonu", + "decreasePlaybackSpeedButton": "Hızı Düşürme Butonu", + "forwardButton": "Hızlı İleri düğmesi", + "hideEndScreenCardsButton": "Bitiş ekranı kartlarını gizleme düğmesi", + "increasePlaybackSpeedButton": "Hızı Artırma Butonu", + "loopButton": "Döngü düğmesi", + "maximizePlayerButton": "Tam ekran düğmesi", + "openTranscriptButton": "Transkripti Aç butonu", + "rewindButton": "Geri sarma düğmesi", + "screenshotButton": "Ekran görüntüsü düğmesi", + "volumeBoostButton": "Ses güçlendirme düğmesi" }, "options": { "below_player": { - "placement": "below the player controls", - "value": "Below Player" + "placement": "oynatıcı kontrollerinin altında", + "value": "Oynatıcının altında" }, "feature_menu": { - "placement": "in the feature menu", - "value": "Feature Menu" + "placement": "özellik menüsünde", + "value": "Özellik Menüsü" }, "player_controls_left": { - "placement": "on the left side of player controls", - "value": "Left Controls" + "placement": "oynatıcı kontrollerinin sol tarafında", + "value": "Sol Kontroller" }, "player_controls_right": { - "placement": "on the right side of player controls", - "value": "Right Controls" + "placement": "oynatıcı kontrollerinin sağ tarafında", + "value": "Sağ Kontroller" } }, - "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + "title": "{{BUTTON_NAME}} düğmesini {{PLACEMENT}} konumuna yerleştir" }, - "title": "Button placement settings" + "title": "Düğme yerleşim ayarları" }, "clearData": { - "allDataDeleted": "All data has been deleted.", - "confirmAlert": "This will delete all extension data related to options. Continue?" + "allDataDeleted": "Tüm veriler silindi.", + "confirmAlert": "Bu seçeneklerle ilgili tüm uzantı verilerini silecektir. Devam etmek istiyor musunuz?" }, "featureMenu": { "openType": { "select": { - "label": "Menu Activation Type", + "label": "Menü Aktivasyon Türü", "options": { - "click": "Click", - "hover": "Hover" + "click": "Tıkla", + "hover": "İmleci Üzerine Getir" }, - "title": "Select the method to activate the feature menu" + "title": "Özellik menüsünü etkinleştirme yöntemini seçin" }, - "title": "Feature menu settings" + "title": "Özellik menüsü ayarları" } }, "importExportSettings": { "exportButton": { - "success": "Settings successfully exported", - "title": "Export settings to a JSON file", - "value": "Export Settings" + "success": "Ayarlar başarıyla dışa aktarıldı", + "title": "Ayarları JSON dosyasından içe aktar", + "value": "Ayarları Dışa Aktar" }, "importButton": { "error": { - "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", - "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" + "unknown": "Ayarlar içe aktarılırken hata oluştu. Lütfen dosya formatını kontrol edin.\nBilinmeyen bir hata oluştu.", + "validation": "Ayarlar içe aktarılırken hata oluştu. Lütfen dosya formatını kontrol edin.\n{{ERROR_MESSAGE}}" }, - "success": "Settings imported successfully", - "title": "Import settings from a JSON file", - "value": "Import Settings" + "success": "Ayarlar başarıyla içe aktarıldı", + "title": "Ayarları JSON dosyasından içe aktar", + "value": "Ayarları İçe Aktar" } }, "language": { "select": { - "label": "Language", - "title": "The language to use for the extension" + "label": "Dil", + "title": "Uzuntı için kullanılacak dil" }, - "title": "Language" + "title": "Dil" }, "optionDisabled": { "either": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " or " + "label": "Bu seçeneği yapılandırmak için {{OPTIONS}} öğesini etkinleştirin", + "separator": " veya " }, "plural": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " and " + "label": "Bu seçeneği yapılandırmak için {{OPTIONS}} öğesini etkinleştirin", + "separator": " ve " }, - "singular": "Enable '{{OPTION}}' to configure this option", + "singular": "Bu seçeneği yapılandırmak için '{{OPTION}}' öğesini etkinleştirin", "specificOption": { - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + "featureMenu": "Bu seçeneği yapılandırmak için özellik menüsüne yerleştirilecek en az bir düğmeyi yapılandırın.", + "screenshotButtonFileFormat": "Bu seçeneği yapılandırabilmek için ekran görüntüsü kaydetme türünü ‘Dosya’ veya ‘Her İkisi’ olarak ayarlayın" } }, - "scrollForMoreSettings": "Scroll for more settings", + "scrollForMoreSettings": "Daha fazla ayar için kaydırın", "settingSearch": { - "placeholder": "Search for a setting" + "placeholder": "Bir ayar arayın" }, "youtubeDataApiV3Key": { - "getApiKeyLinkText": "You can get one from here", + "getApiKeyLinkText": "Buradan bir tane alabilirsiniz", "input": { - "label": "API Key", - "title": "Enter your Youtube Data API V3 key." + "label": "API Anahtarı", + "title": "Youtube Veri API V3 anahtarınızı girin." }, - "title": "YouTube API V3 key" + "title": "YouTube API V3 anahtarı" } }, "notifications": { @@ -273,58 +273,58 @@ "title": "Özel CSS'nin sayfaya uygulanmasını sağlar" }, "extras": { - "collapse": "Collapse Editor", - "expand": "Expand Editor", - "noProblems": "No problems found." + "collapse": "Düzenleyiciyi Daralt", + "expand": "Düzenleyiciyi Genişlet", + "noProblems": "Hiç bir sorun bulunamadı." }, "title": "Özel CSS Ayarları" }, "deepDarkCSS": { "enable": { - "label": "Deep Dark Theme", - "title": "Activate the selected theme for the page" + "label": "Seçilen temayı etkinleştir", + "title": "Sayfa için seçilen temayı etkinleştirin" }, "extras": { - "author": "Author", - "co-authors": "Co-authors" + "author": "Yazar", + "co-authors": "Ortak yazarlar" }, "settings": { "colorShadow": { - "label": "Shadow color", - "title": "Color for shadows" + "label": "Gölge rengi", + "title": "Gölge rengi" }, "dimmerText": { - "label": "Secondary text color", - "title": "Color for secondary text" + "label": "İkincil metin rengi", + "title": "İkincil metin rengi" }, "hoverBackground": { - "label": "Hover background color", - "title": "Color for hover background" + "label": "Üzerine gelindiğindeki arka plan rengi", + "title": "Üzerine gelindiğindeki arka plan rengi" }, "mainBackground": { - "label": "Main background color", - "title": "Color for main background" + "label": "Ana arka plan rengi", + "title": "Ana arka plan rengi" }, "mainColor": { - "label": "Accent color", - "title": "Color for accent" + "label": "Vurgulama rengi", + "title": "Vurgulama rengi" }, "mainText": { - "label": "Main text color", - "title": "Color for main text" + "label": "Ana metin rengi", + "title": "Ana metin için renk" }, "secondBackground": { - "label": "Secondary background color", - "title": "Color for secondary background" + "label": "İkincil arka plan rengi", + "title": "İkincil arka plan rengi" }, "theme": { "select": { - "label": "Select theme", - "title": "Select a theme to be applied to the page" + "label": "Tema seç", + "title": "Sayfa için uygulanacak bir tema seçin" } } }, - "title": "YouTube deep dark settings" + "title": "YouTube deep dark ayarları" }, "forwardRewindButtons": { "enable": { @@ -333,8 +333,8 @@ }, "settings": { "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" + "label": "İleri/geri sarma süresi", + "title": "Videoyu ileri/geri sarmak için atlanacak süre" } }, "title": "İleri/geri sarma düğmesi ayarları" @@ -343,212 +343,212 @@ "settings": { "automaticallyDisableAmbientMode": { "enable": { - "label": "Automatically disable ambient mode", - "title": "Automatically disables ambient mode when you load a video" + "label": "Ortam modunu otomatik olarak devre dışı bırak", + "title": "Bir video yüklediğinizde ortam modunu otomatik olarak devre dışı bırakır" } }, "automaticallyDisableAutoPlay": { "enable": { - "label": "Automatically disable autoplay", - "title": "Automatically disables autoplay when you load a video" + "label": "Otomatik oynatmayı, otomatik olarak devre dışı bırak", + "title": "Video yüklediğinizde otomatik oynatmayı devre dışı bırakır" } }, "automaticallyDisableClosedCaptions": { "enable": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" + "label": "Kapalı altyazıları otomatik olarak devre dışı bırak", + "title": "Bir video yüklendiğinde kapalı altyazıları otomatik olarak devre dışı bırakır" } }, "automaticallyEnableClosedCaptions": { "enable": { - "label": "Automatically enable closed captions", - "title": "Automatically enables closed captions when you load a video" + "label": "Kapalı altyazıları otomatik olarak etkinleştir", + "title": "Bir videoyu yüklediğinizde altyazıları otomatik olarak etkinleştirir" } }, "automaticallyMaximizePlayer": { "enable": { - "label": "Automatically maximize player", - "title": "Automatically maximizes the player when you load a video" + "label": "Oynatıcıyı otomatik olarak azami boyuta getir", + "title": "Bir video yüklediğinizde oynatıcıyı otomatik olarak büyütür" } }, "automaticallyShowMoreVideosOnEndScreen": { "enable": { - "label": "Automatically show more videos on end screen", - "title": "Automatically shows more videos on end screen when you load a video" + "label": "Bitiş ekranında otomatik olarak daha fazla video göster", + "title": "Video yüklediğinizde bitiş ekranında otomatik olarak daha fazla video gösterilir" } }, "automaticTheaterMode": { "enable": { - "label": "Automatic theater mode", - "title": "Automatically enables theater mode when you load a video" + "label": "Otomatik tiyatro modu", + "title": "Bir video yüklediğinizde tiyatro modunu otomatik olarak etkinleştirir" } }, "copyTimestampUrlButton": { "enable": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" + "label": "Video URL'sini zaman damgası düğmesiyle kopyala", + "title": "Video URL'sini zaman damgasıyla kopyalar (?t=123)" } }, "defaultToOriginalAudioTrack": { "enable": { - "label": "Default to original audio track", - "title": "Always default to the original audio track" + "label": "Varsayılan olarak orijinal ses parçasına dön", + "title": "Her zaman varsayılan olarak orijinal ses parçasına dön" } }, "saveToWatchLaterButton": { "enable": { - "label": "Enable save to Watch Later button", - "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + "label": "Daha Sonra İzle'ye kaydetme düğmesini etkinleştir", + "title": "Ana Sayfa ve Abonelikler videolarına, oynatma listesine kaydetmek için videoyu ‘Daha Sonra İzle’ düğmesi ekler" } }, "hideArtificialIntelligenceSummary": { "enable": { - "label": "Hide AI summary", - "title": "Hides the artificial intelligence summary below videos" + "label": "AI özetini gizle", + "title": "Videoların altındaki yapay zeka özetini gizler" } }, "hideEndScreenCards": { "enable": { - "label": "Hide end screen cards", - "title": "Hides the cards at the end of the video" + "label": "Bitiş ekranı kartlarını gizle", + "title": "Video'nun sonundaki kartları gizler" } }, "hideEndScreenCardsButton": { "enable": { - "label": "Hide end screen cards button", - "title": "Adds a button to show/hide the cards at the end of the video" + "label": "Bitiş ekranı kartlarını gizleme düğmesi", + "title": "Video'nun sonuna bitiş ekranı kartlarını gizlemek/göstermek için bir düğme ekler" } }, "hideLiveStreamChat": { "enable": { - "label": "Hide live stream chat", - "title": "Hides the live stream chat" + "label": "Canlı yayın sohbetini gizle", + "title": "Canlı yayın sohbetini gizler" } }, "hideMembersOnlyVideos": { "enable": { - "label": "Hide members-only videos", - "title": "Hides videos that are only visible to members" + "label": "Üyelere özel videoları gizle", + "title": "Sadece üyelere görünen videoları gizle" } }, "hideOfficialArtistVideosFromHomePage": { "enable": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" + "label": "Resmi Sanatçı Videolarını Gizle", + "title": "Ana Sayfada Resmi Sanatçı Videolarını Gizle" } }, "hidePaidPromotionBanner": { "enable": { - "label": "Hide paid promotion banner", - "title": "Hides the banner that appears when you watch a video that has a paid promotion" + "label": "Ücretli tanıtım afişini gizle", + "title": "Ücretli tanıtım içeren bir videoyu izlediğinizde görünen başlığı gizler" } }, "hidePlayables": { "enable": { - "label": "Hide playables", - "title": "Hides all playables" + "label": "Oynatılabilirleri gizle", + "title": "Tüm oynatılabilir öğeleri gizle" } }, "hidePlaylistRecommendationsFromHomePage": { "enable": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" + "label": "Ana sayfadaki oynatma listelerini gizle", + "title": "Ana sayfadaki oynatma listelerinden kurtulun" } }, "hideScrollbar": { "enable": { - "label": "Hide scrollbar", - "title": "Hides the pages scrollbar" + "label": "Kaydırma çubuğu gizlemeyi etkinleştir", + "title": "Sayfa kaydırma çubuğunu gizler" } }, "hideShorts": { "enable": { - "label": "Hide shorts", - "title": "Hides all shorts" + "label": "Kısa videoları gizle", + "title": "Tüm kısa videoları gizler" } }, "hideSidebarRecommendedVideos": { "enable": { - "label": "Hide recommended videos", - "title": "Hides the sidebar that recommends videos" + "label": "Önerilen videoları gizle", + "title": "Video önerilerini gösteren kenar çubuğunu gizler" } }, "hideTranslateComment": { "enable": { - "label": "Hide translate comment button", - "title": "Hides 'Translate to Language' button under comments" + "label": "Yorumu Çevir'i Gizle Butonu", + "title": "Yorumlar altındaki 'Dile Çevir' düğmesini gizler" } }, "loopButton": { "enable": { - "label": "Loop button", - "title": "Adds a button to the feature menu to loop the video you're watching" + "label": "Tekrarlama düğmesi", + "title": "İzlediğiniz videoyu döngüye almak için özellik menüsüne bir düğme ekler" } }, "maximizePlayerButton": { "enable": { - "label": "Maximize player button", - "title": "Adds a button to the feature menu to maximize the player" + "label": "Oynatıcıyı tam ekran yapma düğmesini etkinleştir", + "title": "Oynatıcıyı büyütmek için özellik menüsüne bir düğme ekler" } }, "openTranscriptButton": { "enable": { - "label": "Open transcript button", - "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + "label": "Not dökümü düğmesini gizle", + "title": "İzlediğiniz videonun metnini açmak için özellik menüsüne bir düğme ekler" } }, "openYouTubeSettingsOnHover": { "enable": { - "label": "Open YouTube settings on hover", - "title": "Opens the YouTube settings menu when you hover over the settings button" + "label": "Fare ile üzerine gelerek Youtube ayarlarını açın", + "title": "Ayarlar düğmesinin üzerine gelindiğinde YouTube ayarlar menüsünü açar" } }, "pauseBackgroundPlayers": { "enable": { - "label": "Pause background players", - "title": "Pauses video players in background tabs when you start a new player in foreground tab" + "label": "Arka plan oynatıcılarını duraklat", + "title": "Ön plan sekmesinde yeni bir oynatıcı başlattığınızda arka plan sekmelerindeki video oynatıcıları duraklatır" } }, "remainingTime": { "enable": { - "label": "Remaining time", - "title": "Shows the remaining time of the video you're watching" + "label": "Kalan süre", + "title": "İzlediğiniz videonun kalan süresini gösterir" } }, "rememberVolume": { "enable": { - "label": "Remember last volume", - "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + "label": "Son ses hacmini hatırla", + "title": "İzlediğiniz son videonun ses seviyesini hatırlar ve yeni bir video açtığınızda bu ses seviyesine ayarlar" } }, "removeRedirect": { "enable": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + "label": "YouTube yönlendirme bağlantılarını kaldır", + "title": "Yönlendirme uyarı diyaloğunu atlayarak YouTube yönlendirmesini gerçek URL'lerle değiştirir" } }, "restoreFullscreenScrolling": { "enable": { - "label": "Restore fullscreen scrolling", - "title": "Restores scrolling in fullscreen mode" + "label": "Tam ekran kaydırmayı geri yükle", + "title": "Tam ekran modunda kaydırmayı geri yükler" } }, "shareShortener": { "enable": { - "label": "Shorten YouTube video share link", - "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + "label": "YouTube video paylaşım bağlantısını kısalt", + "title": "YouTube video paylaşım bağlantısını (youtu.be) si/feature parametrelerini çıkararak kısaltır" } }, "shortsAutoScroll": { "enable": { - "label": "Shorts auto scroll", - "title": "Automatically scrolls to the next short" + "label": "Kısa videoya otomatik kaydır", + "title": "Bir sonraki kısa videoya otomatik kaydır" } }, "skipContinueWatching": { "enable": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" + "label": "\"Video durdu. Hala orda mısın?\"ı Atla", + "title": "Video oynatmayı durduran boşta kalma iletişim kutusunu atlar" } } }, @@ -557,108 +557,108 @@ "onScreenDisplaySettings": { "settings": { "color": { - "label": "Color", + "label": "Renk", "select": { "options": { - "blue": "Blue", - "green": "Green", - "orange": "Orange", - "pink": "Pink", - "purple": "Purple", - "red": "Red", - "white": "White", - "yellow": "Yellow" + "blue": "Mavi", + "green": "Yeşil", + "orange": "Turuncu", + "pink": "Pembe", + "purple": "Mor", + "red": "Kırmızı", + "white": "Beyaz", + "yellow": "Sarı" } }, - "title": "Select the color for the On-Screen Display" + "title": "Ekran göstergesinin rengini seçin" }, "hide": { - "label": "Hide Delay", - "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" + "label": "Gecikmeyi Gizle", + "title": "Ekran görüntüsünü otomatik olarak gizlemeden önce geçen süreyi milisaniye cinsinden belirtin" }, "opacity": { - "label": "Opacity", - "title": "Adjust the transparency of the On-Screen Display" + "label": "Saydamlık", + "title": "Ekrandaki gösterimin saydamlığını ayarlayın" }, "padding": { - "label": "Padding", - "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." + "label": "İç Boşluk", + "title": "Ekran Üzeri Gösterge etrafındaki boşluğu piksel cinsinden ayarlayın. Bu ayar özellikle köşe Ekran Üzeri Gösterge için geçerlidir." }, "position": { - "label": "Position", + "label": "Konum", "select": { "options": { - "bottom_left": "Bottom Left", - "bottom_right": "Bottom Right", - "center": "Center", - "top_left": "Top Left", - "top_right": "Top Right" + "bottom_left": "Sol Alt", + "bottom_right": "Sağ Alt", + "center": "Orta", + "top_left": "Sol Üst", + "top_right": "Sağ Üst" } }, - "title": "Select the position of the On-Screen Display" + "title": "Ekran görüntüleme konumunu seçin" }, "type": { - "label": "Type", + "label": "Tür", "select": { "options": { - "circle": "Circle", - "line": "Line", - "no_display": "No display", - "text": "Text" + "circle": "Daire", + "line": "Satır", + "no_display": "Ekran yok", + "text": "Metin" } }, - "title": "Select the type of On-Screen Display" + "title": "Ekran görüntüleme türünü seçin" } }, "title": "Ekran üstü görüntü ayarları" }, "playerQuality": { "enable": { - "label": "Automatic quality adjustment", - "title": "Automatically adjusts the video quality to the selected level." + "label": "Otomatik kalite ayarlamayı etkinleştir", + "title": "Video kalitesini seçilen seviyeye otomatik olarak ayarlar." }, "settings": { "quality": { "select": { - "label": "Player quality", - "title": "The quality to set the video to" + "label": "Oynatma kalitesi", + "title": "Videonun ayarlanacağı kalite" } }, "qualityFallbackStrategy": { "select": { - "label": "Quality fallback strategy", + "label": "Kalite geri dönüş stratejisi", "options": { - "higher": "Higher", - "lower": "Lower" + "higher": "Daha yüksek", + "lower": "Daha düşük" }, - "title": "The strategy to use when the selected quality is not available" + "title": "Seçilen kalite mevcut değilse kullanılacak strateji" } } }, - "title": "Automatic quality settings" + "title": "Otomatik kalite ayarları" }, "playerSpeed": { "enable": { - "label": "Forced playback speed", - "title": "Sets the video speed to what you choose below" + "label": "Zorunlu oynatma hızını etkinleştir", + "title": "Video hızını aşağıda seçtiğiniz hıza ayarlar" }, "settings": { "buttons": { - "label": "Playback speed buttons", + "label": "Oynatma hızı ayarları", "select": { - "label": "Playback buttons speed", - "title": "Amount of speed to be changed per click" + "label": "Oynatma düğmelerinin hızı", + "title": "Tıklama başına değiştirilecek hız miktarı" }, - "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + "title": "İzlediğiniz videonun oynatma hızını artırmak veya azaltmak için düğmeler ekler" }, "speed": { "select": { - "label": "Player speed", - "title": "The speed to set the video to" + "label": "Oynatma hızı", + "title": "Video oynatma hızını ayarlar" } } }, - "title": "Playback speed settings" + "title": "Oynatma hızı ayarları" }, "playlistLength": { "enable": { @@ -668,18 +668,18 @@ "settings": { "wayToGetLength": { "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + "label": "Oynatma listesi uzunluğunu alma yöntemi", + "title": "Oynatma listesi uzunluk bilgisi alma yolu (Bir hata oluşursa API yöntemi HTML'e geri dönecek)" } }, "wayToGetWatchTime": { "select": { - "label": "Method to get watched time", + "label": "İzlenme süresini alma yöntemi", "options": { - "duration": "Video Length", - "youtube": "Video Watch Time" + "duration": "Video Uzunluğu", + "youtube": "Video İzlenme Süresi" }, - "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + "title": "İzlenen süreyi alma yolu (Video Uzunluğu türü yalnızca izleme sayfasında kullanılır)" } } }, @@ -689,18 +689,18 @@ "settings": { "markAsUnwatchedButton": { "enable": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" + "label": "İzlenmeyen olarak işaretle düğmesi", + "title": "Videoları izlenmemiş olarak işaretlemek için bir düğme ekler" } }, "removeVideoButton": { "enable": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" + "label": "Video düğmesini kaldır", + "title": "Oynatma listesinden videoları kaldırmak için bir düğme ekler" } } }, - "title": "Playlist management settings" + "title": "Oynatma listesini yönetme ayarları" }, "screenshotButton": { "enable": { @@ -709,18 +709,18 @@ }, "settings": { "format": { - "label": "Screenshot format", - "title": "The format to save the screenshot in" + "label": "Ekran görüntüsü formatı", + "title": "Ekran görüntüsünün kaydedileceği format" }, "saveAs": { "select": { "options": { - "both": "Both (File and Clipboard)", - "clipboard": "Clipboard", - "file": "File" + "both": "Her İkisi", + "clipboard": "Pano", + "file": "Dosya" }, - "label": "Screenshot save type", - "title": "The screenshot save type" + "label": "Ekran görüntüsü kaydetme türü", + "title": "Ekran görüntüsü kaydetme türü" } } }, @@ -732,17 +732,17 @@ "title": "Kaydırma tekerleği ile hız ayarını etkinleştirmek için değiştirici tuşlarından birine basın." }, "extras": { - "optionLabel": "{{KEY}} key" + "optionLabel": "{{KEY}} anahtarı" }, "settings": { "adjustmentSteps": { - "label": "Speed Change Per Scroll", - "title": "Adjust the speed change per scroll" + "label": "Kaydırma başına hız değişimi", + "title": "Kaydırma başına hız değiştirmeyi ayarlar" }, "modifierKey": { "select": { - "label": "Modifier key", - "title": "The modifier key to use" + "label": "Düzenleyici anahtar", + "title": "Kullanılacak kısayol düğmesi" } } }, @@ -754,24 +754,24 @@ "title": "İzlediğiniz videonun ses düzeyini kontrol etmek için kaydırma tekerleğini kullanmanızı sağlar" }, "extras": { - "optionLabel": "{{KEY}} key" + "optionLabel": "{{KEY}} anahtarı" }, "settings": { "adjustmentSteps": { - "label": "Volume Change Per Scroll", - "title": "Adjust the volume change per scroll" + "label": "Her kaydırmada değiştirilecek ses düzeyi", + "title": "Her kaydırmada değiştirilecek ses düzeyini ayarlayın" }, "holdModifierKey": { - "label": "When holding modifier key", + "label": "Değiştirici tuşa basılı tutulduğunda", "select": { - "label": "Modifier key", - "title": "The modifier key to use" + "label": "Düzenleyici anahtar", + "title": "Kullanılacak kısayol düğmesi" }, - "title": "Press a modifier key to enable volume adjustment with the scroll wheel." + "title": "Kaydırma tekerleği ile ses düzeyi ayarını etkinleştirmek için değiştirici tuşlardan birine basın" }, "holdRightClick": { - "label": "When holding right click", - "title": "Hold right click to enable scroll wheel volume control" + "label": "Etkinleştirmek için sağ tuşa basılı tutun", + "title": "Kaydırma tekerleği ile ses kontrolünü etkinleştirmek için farenin sağ düğmesine basılı tutun" } }, "title": "Kaydırma tekerleği ile ses seviyesi kontrolü ayarları" @@ -784,12 +784,12 @@ "settings": { "resumeType": { "select": { - "label": "Resume type", + "label": "Devam etme türü", "options": { - "automatic": "Automatic", - "prompt": "Prompt" + "automatic": "Otomatik", + "prompt": "İpucu" }, - "title": "Select how you want to resume videos" + "title": "Videoları nasıl devam ettirmek istediğinizi seçin" } } }, @@ -802,17 +802,17 @@ }, "settings": { "amount": { - "label": "Volume boost amount (dB)", - "title": "The amount to boost the volume by" + "label": "Ses güçlendirme miktarı (dB)", + "title": "Ses güçlendirme miktarı" }, "mode": { "select": { - "label": "Volume boost mode", + "label": "Ses güçlendirme modu", "options": { - "global": "Global", - "perVideo": "Per video" + "global": "Genel", + "perVideo": "Video başına" }, - "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + "title": "Ses artırmanın nasıl uygulanacağını seçin. 'Video başına', özellik menüsünde her video için ayrı ayrı güçlendirmenin etkinleştirilmesine olanak tanır. 'Genel', ses artırma etkinleştirildiğinde tüm videolara güçlendirme uygular." } } }, From 5f0d498f03b38326705d7231b4ce8514da4dd889 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 25 Jan 2026 17:23:32 -0500 Subject: [PATCH 1555/1783] New translations en-us.json (Ukrainian) --- public/locales/uk-UA.json | 154 +++++++++++++++++++------------------- 1 file changed, 77 insertions(+), 77 deletions(-) diff --git a/public/locales/uk-UA.json b/public/locales/uk-UA.json index e51efbaa5..2bf405d56 100644 --- a/public/locales/uk-UA.json +++ b/public/locales/uk-UA.json @@ -13,7 +13,7 @@ "label": "Скопіювати URL відео з міткою часу" }, "extras": { - "copied": "Copied!" + "copied": "Скопійовано!" } }, "featureMenu": { @@ -73,8 +73,8 @@ } }, "extras": { - "decreaseLimit": "Can't decrease further ({{SPEED}})", - "increaseLimit": "Can't increase further ({{SPEED}})" + "decreaseLimit": "Неможливо зменшити далі ({{SPEED}})", + "increaseLimit": "Неможливо збільшити далі ({{SPEED}})" } }, "playlistLength": { @@ -102,13 +102,13 @@ "label": "Знімок екрана" }, "extras": { - "copiedToClipboard": "Screenshot copied to clipboard" + "copiedToClipboard": "Знімок екрана скопійовано в буфер обміну" } }, "videoHistory": { "extras": { - "resumeButton": "Resume", - "resumePromptClose": "Close" + "resumeButton": "Продовжити", + "resumePromptClose": "Закрити" } }, "volumeBoostButton": { @@ -126,97 +126,97 @@ "extras": { "bottomButtons": { "clear": { - "title": "Clears all data this extension has stored on your machine", - "value": "Clear Data" + "title": "Очищає всі дані цього розширення збережені на комп'ютері", + "value": "Видалити дані" }, "confirm": { - "title": "Confirm setting reset", - "value": "Confirm" + "title": "Підтвердити скидання налаштувань", + "value": "Підтвердити" }, "openTab": { - "title": "Open extension settings in a new tab" + "title": "Відкрити налаштування розширення в новій вкладці" }, "reset": { - "title": "Resets all settings to their defaults, Click the confirm button to save the changes", - "value": "Reset" + "title": "Скидає всі параметри до стандартних налаштувань, натисніть кнопку підтвердження, щоб зберегти зміни", + "value": "Скинути" } }, "buttonPlacement": { "select": { "buttonNames": { - "copyTimestampUrlButton": "Copy video URL with timestamp button", - "decreasePlaybackSpeedButton": "Decrease Speed button", - "forwardButton": "Fast Forward button", - "hideEndScreenCardsButton": "Hide end screen cards button", - "increasePlaybackSpeedButton": "Increase Speed button", - "loopButton": "Loop button", - "maximizePlayerButton": "Maximize button", - "openTranscriptButton": "Open Transcript button", - "rewindButton": "Rewind button", - "screenshotButton": "Screenshot button", - "volumeBoostButton": "Volume Boost button" + "copyTimestampUrlButton": "Кнопка скопіювати URL відео за допомогою часової мітки", + "decreasePlaybackSpeedButton": "Кнопка зменшення швидкості", + "forwardButton": "Кнопка перемотки", + "hideEndScreenCardsButton": "Кнопка приховати картки наприкінці відео", + "increasePlaybackSpeedButton": "Кнопка пришвидшення", + "loopButton": "Кнопка зациклення", + "maximizePlayerButton": "Кнопка Розгорнути", + "openTranscriptButton": "Кнопка відкрити транскрипт", + "rewindButton": "Кнопка відмотки", + "screenshotButton": "Кнопка для скріншота", + "volumeBoostButton": "Кнопка збільшення гучності" }, "options": { "below_player": { - "placement": "below the player controls", - "value": "Below Player" + "placement": "під управлінням плеєром", + "value": "Під плеєром" }, "feature_menu": { - "placement": "in the feature menu", - "value": "Feature Menu" + "placement": "в меню функцій", + "value": "Меню функцій" }, "player_controls_left": { - "placement": "on the left side of player controls", - "value": "Left Controls" + "placement": "ліворуч від елементів керування плеєра", + "value": "Ліворуч" }, "player_controls_right": { - "placement": "on the right side of player controls", - "value": "Right Controls" + "placement": "праворуч від елементів керування плеєра", + "value": "Праворуч" } }, - "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + "title": "Розмістити {{BUTTON_NAME}} {{PLACEMENT}}" }, "title": "Button placement settings" }, "clearData": { - "allDataDeleted": "All data has been deleted.", - "confirmAlert": "This will delete all extension data related to options. Continue?" + "allDataDeleted": "Усі дані скинуто.", + "confirmAlert": "Це видалить всі дані розширення, пов'язані з налаштуваннями. Продовжити?" }, "featureMenu": { "openType": { "select": { - "label": "Menu Activation Type", + "label": "Тип активації меню", "options": { - "click": "Click", - "hover": "Hover" + "click": "Клацання", + "hover": "Наведення" }, - "title": "Select the method to activate the feature menu" + "title": "Виберіть спосіб активувати меню функцій" }, - "title": "Feature menu settings" + "title": "Налаштування меню функцій" } }, "importExportSettings": { "exportButton": { - "success": "Settings successfully exported", - "title": "Export settings to a JSON file", - "value": "Export Settings" + "success": "Налаштування вдало експортовано", + "title": "Експортувати налаштування у файл JSON", + "value": "Експортувати налаштування" }, "importButton": { "error": { - "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", - "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" + "unknown": "Помилка імпорту налаштувань. Перевірте формат файлу. \nВідбулась невідома помилка.", + "validation": "Помилка імпорту налаштувань. Перевірте формат файлу.\n{{ERROR_MESSAGE}}" }, - "success": "Settings imported successfully", - "title": "Import settings from a JSON file", - "value": "Import Settings" + "success": "Налаштування успішно імпортовано", + "title": "Імпортувати налаштування з файлу JSON", + "value": "Імпортувати параметри" } }, "language": { "select": { - "label": "Language", - "title": "The language to use for the extension" + "label": "Мова", + "title": "Мова для використання у розширенні" }, - "title": "Language" + "title": "Мова" }, "optionDisabled": { "either": { @@ -273,9 +273,9 @@ "title": "Дозволяє використовувати користувацький CSS для сторінки" }, "extras": { - "collapse": "Collapse Editor", - "expand": "Expand Editor", - "noProblems": "No problems found." + "collapse": "Згорнути редактор", + "expand": "Розгорнути редактор", + "noProblems": "Проблем не виявлено." }, "title": "Custom CSS settings" }, @@ -333,8 +333,8 @@ }, "settings": { "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" + "label": "Час вперед/назад", + "title": "Часовий крок перемотки відео вперед/назад" } }, "title": "Налаштування кнопки вперед/назад" @@ -564,28 +564,28 @@ "green": "Green", "orange": "Orange", "pink": "Pink", - "purple": "Purple", - "red": "Red", - "white": "White", - "yellow": "Yellow" + "purple": "Фіолетовий", + "red": "Червоний", + "white": "Білий", + "yellow": "Жовтий" } }, - "title": "Select the color for the On-Screen Display" + "title": "Вибирає колір екранного зображення" }, "hide": { - "label": "Hide Delay", - "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" + "label": "Затримка приховування", + "title": "Вказує час у мілісекундах перед автоматичним приховуванням екранного зображення" }, "opacity": { - "label": "Opacity", - "title": "Adjust the transparency of the On-Screen Display" + "label": "Прозорість", + "title": "Регулювання прозорості екранного зображення" }, "padding": { - "label": "Padding", - "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." + "label": "Відступ", + "title": "Регулює відступи навколо екранного зображення в пікселях. Застосовується спеціально для екранного зображення в кутах." }, "position": { - "label": "Position", + "label": "Розташування", "select": { "options": { "bottom_left": "Bottom Left", @@ -614,28 +614,28 @@ }, "playerQuality": { "enable": { - "label": "Automatic quality adjustment", - "title": "Automatically adjusts the video quality to the selected level." + "label": "Автоматичне регулювання якості", + "title": "Автоматично регулює якість відео на обраний рівень." }, "settings": { "quality": { "select": { - "label": "Player quality", - "title": "The quality to set the video to" + "label": "Якість відтворення", + "title": "Якість відтворення відео" } }, "qualityFallbackStrategy": { "select": { - "label": "Quality fallback strategy", + "label": "Стратегія запасного вибору якості", "options": { - "higher": "Higher", - "lower": "Lower" + "higher": "Вища", + "lower": "Нижча" }, - "title": "The strategy to use when the selected quality is not available" + "title": "Стратегія для використання, коли вибрана якість недоступна" } } }, - "title": "Automatic quality settings" + "title": "Автоматичні налаштування якості" }, "playerSpeed": { "enable": { From 550868ae1a18d4e87cc3baff11dc3e711ba80a92 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 25 Jan 2026 17:23:33 -0500 Subject: [PATCH 1556/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 518 +++++++++++++++++++------------------- 1 file changed, 259 insertions(+), 259 deletions(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index 30a03aef2..9818069ea 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -13,7 +13,7 @@ "label": "复制带有时间戳的视频 URL" }, "extras": { - "copied": "Copied!" + "copied": "复制成功!" } }, "featureMenu": { @@ -73,8 +73,8 @@ } }, "extras": { - "decreaseLimit": "Can't decrease further ({{SPEED}})", - "increaseLimit": "Can't increase further ({{SPEED}})" + "decreaseLimit": "不能继续降低({{SPEED}})", + "increaseLimit": "不能继续增加({{SPEED}})" } }, "playlistLength": { @@ -82,19 +82,19 @@ }, "playlistManagementButtons": { "extras": { - "failedToMarkAsUnwatched": "Failed to mark video as unwatched", - "failedToRemoveVideo": "Failed to remove video", - "markAsUnwatched": "Mark as unwatched", - "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "Remove video", - "removingVideo": "Removing video…" + "failedToMarkAsUnwatched": "将视频标记为未观看失败", + "failedToRemoveVideo": "移除视频失败", + "markAsUnwatched": "标记为未观看", + "markingAsUnwatched": "正在标记为未观看…", + "removeVideo": "删除视频", + "removingVideo": "正在移除视频…" } }, "saveToWatchLaterButton": { "extras": { - "failedToSaveVideo": "Failed to save video to Watch Later", - "saveVideo": "Save to Watch Later", - "savingVideo": "Saving to Watch Later…" + "failedToSaveVideo": "将视频保存到稍后观看失败", + "saveVideo": "保存至稍后观看", + "savingVideo": "保存至稍后观看…" } }, "screenshotButton": { @@ -102,13 +102,13 @@ "label": "屏幕截图" }, "extras": { - "copiedToClipboard": "Screenshot copied to clipboard" + "copiedToClipboard": "截图已复制到剪贴板" } }, "videoHistory": { "extras": { - "resumeButton": "Resume", - "resumePromptClose": "Close" + "resumeButton": "继续播放", + "resumePromptClose": "关" } }, "volumeBoostButton": { @@ -126,124 +126,124 @@ "extras": { "bottomButtons": { "clear": { - "title": "Clears all data this extension has stored on your machine", - "value": "Clear Data" + "title": "清除此扩展存储在您机器上的所有数据", + "value": "清除数据" }, "confirm": { - "title": "Confirm setting reset", - "value": "Confirm" + "title": "确认重置设置", + "value": "确认" }, "openTab": { - "title": "Open extension settings in a new tab" + "title": "在新标签中打开扩展设置" }, "reset": { - "title": "Resets all settings to their defaults, Click the confirm button to save the changes", - "value": "Reset" + "title": "重置所有设置为默认设置,点击确认按钮以保存更改", + "value": "重新开始" } }, "buttonPlacement": { "select": { "buttonNames": { - "copyTimestampUrlButton": "Copy video URL with timestamp button", - "decreasePlaybackSpeedButton": "Decrease Speed button", - "forwardButton": "Fast Forward button", - "hideEndScreenCardsButton": "Hide end screen cards button", - "increasePlaybackSpeedButton": "Increase Speed button", - "loopButton": "Loop button", - "maximizePlayerButton": "Maximize button", - "openTranscriptButton": "Open Transcript button", - "rewindButton": "Rewind button", - "screenshotButton": "Screenshot button", - "volumeBoostButton": "Volume Boost button" + "copyTimestampUrlButton": "复制带有时间戳的视频 URL 按钮", + "decreasePlaybackSpeedButton": "降低速度按钮", + "forwardButton": "快进按钮", + "hideEndScreenCardsButton": "隐藏结束界面卡片按钮", + "increasePlaybackSpeedButton": "增加速度按钮", + "loopButton": "循环按钮", + "maximizePlayerButton": "最大化按钮", + "openTranscriptButton": "转写文稿按钮", + "rewindButton": "快退按钮", + "screenshotButton": "屏幕截图按钮", + "volumeBoostButton": "音量增强按钮" }, "options": { "below_player": { - "placement": "below the player controls", - "value": "Below Player" + "placement": "位于播放器控制按键下方", + "value": "位于播放器下方" }, "feature_menu": { - "placement": "in the feature menu", - "value": "Feature Menu" + "placement": "位于功能菜单内", + "value": "功能菜单" }, "player_controls_left": { - "placement": "on the left side of player controls", - "value": "Left Controls" + "placement": "位于播放器控制按键左侧", + "value": "控件居左" }, "player_controls_right": { - "placement": "on the right side of player controls", - "value": "Right Controls" + "placement": "位于播放器控制按键右侧", + "value": "控件居右" } }, - "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + "title": "把 {{BUTTON_NAME}} 按钮放在 {{PLACEMENT}}" }, - "title": "Button placement settings" + "title": "按钮位置设置" }, "clearData": { - "allDataDeleted": "All data has been deleted.", - "confirmAlert": "This will delete all extension data related to options. Continue?" + "allDataDeleted": "所有数据已删除。", + "confirmAlert": "这将删除所有与选项相关的扩展数据。是否继续?" }, "featureMenu": { "openType": { "select": { - "label": "Menu Activation Type", + "label": "菜单激活方式", "options": { - "click": "Click", - "hover": "Hover" + "click": "点击", + "hover": "悬停" }, - "title": "Select the method to activate the feature menu" + "title": "设置打开功能菜单的方式" }, - "title": "Feature menu settings" + "title": "功能菜单设置" } }, "importExportSettings": { "exportButton": { - "success": "Settings successfully exported", - "title": "Export settings to a JSON file", - "value": "Export Settings" + "success": "导出配置成功", + "title": "导出设置到 JSON 文件", + "value": "导出设置" }, "importButton": { "error": { - "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", - "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" + "unknown": "导入设置时出错。请检查文件格式。\n发生未知错误。", + "validation": "导入设置出错。请检查文件格式。\n{{ERROR_MESSAGE}}" }, - "success": "Settings imported successfully", - "title": "Import settings from a JSON file", - "value": "Import Settings" + "success": "设置导入成功", + "title": "从 JSON 文件导入设置", + "value": "导入设置" } }, "language": { "select": { - "label": "Language", - "title": "The language to use for the extension" + "label": "语言", + "title": "用于扩展的语言" }, - "title": "Language" + "title": "语言" }, "optionDisabled": { "either": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " or " + "label": "启用 {{OPTIONS}} 以配置此选项", + "separator": " 或 " }, "plural": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " and " + "label": "启用 {{OPTIONS}} 以配置此选项", + "separator": " 和 " }, - "singular": "Enable '{{OPTION}}' to configure this option", + "singular": "启用 '{{OPTION}}' 以配置此选项", "specificOption": { - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + "featureMenu": "配置至少一个按钮放置在功能菜单中以配置此选项。", + "screenshotButtonFileFormat": "将屏幕截图保存类型设置为“文件”或“全部”以配置此选项" } }, - "scrollForMoreSettings": "Scroll for more settings", + "scrollForMoreSettings": "滚动以查看更多设置", "settingSearch": { - "placeholder": "Search for a setting" + "placeholder": "搜索设置" }, "youtubeDataApiV3Key": { - "getApiKeyLinkText": "You can get one from here", + "getApiKeyLinkText": "您可以从这里获取一个", "input": { - "label": "API Key", - "title": "Enter your Youtube Data API V3 key." + "label": "API 密钥", + "title": "输入您的 Youtube 数据 API V3 密钥。" }, - "title": "YouTube API V3 key" + "title": "YouTube API V3 密钥" } }, "notifications": { @@ -273,58 +273,58 @@ "title": "启用自定义 CSS 以应用到页面" }, "extras": { - "collapse": "Collapse Editor", - "expand": "Expand Editor", - "noProblems": "No problems found." + "collapse": "折叠编辑器", + "expand": "展开编辑器", + "noProblems": "未发现问题" }, "title": "自定义 CSS 设置" }, "deepDarkCSS": { "enable": { - "label": "Deep Dark Theme", - "title": "Activate the selected theme for the page" + "label": "启用所选主题", + "title": "在页面上应用所选主题" }, "extras": { - "author": "Author", - "co-authors": "Co-authors" + "author": "作者", + "co-authors": "合作作者" }, "settings": { "colorShadow": { - "label": "Shadow color", - "title": "Color for shadows" + "label": "阴影颜色", + "title": "阴影颜色" }, "dimmerText": { - "label": "Secondary text color", - "title": "Color for secondary text" + "label": "次要文本颜色", + "title": "为次要文本使用的颜色" }, "hoverBackground": { - "label": "Hover background color", - "title": "Color for hover background" + "label": "悬停背景颜色", + "title": "为悬停背景使用的颜色" }, "mainBackground": { - "label": "Main background color", - "title": "Color for main background" + "label": "主要背景颜色", + "title": "为主要背景使用的颜色" }, "mainColor": { - "label": "Accent color", - "title": "Color for accent" + "label": "强调颜色", + "title": "为强调使用的颜色" }, "mainText": { - "label": "Main text color", - "title": "Color for main text" + "label": "主要文本颜色", + "title": "为主要文本使用的颜色" }, "secondBackground": { - "label": "Secondary background color", - "title": "Color for secondary background" + "label": "次要背景颜色", + "title": "为次要背景使用的颜色" }, "theme": { "select": { - "label": "Select theme", - "title": "Select a theme to be applied to the page" + "label": "选择主题", + "title": "选择要应用到页面的主题" } } }, - "title": "YouTube deep dark settings" + "title": "YouTube 暗黑模式设置" }, "forwardRewindButtons": { "enable": { @@ -333,8 +333,8 @@ }, "settings": { "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" + "label": "快进/快退时间", + "title": "快进/快退视频的时间长度" } }, "title": "快进/快退按钮设置" @@ -343,212 +343,212 @@ "settings": { "automaticallyDisableAmbientMode": { "enable": { - "label": "Automatically disable ambient mode", - "title": "Automatically disables ambient mode when you load a video" + "label": "自动禁用氛围模式", + "title": "载入视频时自动禁用氛围模式" } }, "automaticallyDisableAutoPlay": { "enable": { - "label": "Automatically disable autoplay", - "title": "Automatically disables autoplay when you load a video" + "label": "自动禁用自动播放", + "title": "载入视频时自动禁用自动播放" } }, "automaticallyDisableClosedCaptions": { "enable": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" + "label": "自动禁用隐藏式字幕", + "title": "载入视频时自动禁用隐藏式字幕" } }, "automaticallyEnableClosedCaptions": { "enable": { - "label": "Automatically enable closed captions", - "title": "Automatically enables closed captions when you load a video" + "label": "自动启用隐藏式字幕", + "title": "载入视频时自动启用隐藏式字幕" } }, "automaticallyMaximizePlayer": { "enable": { - "label": "Automatically maximize player", - "title": "Automatically maximizes the player when you load a video" + "label": "自动最大化播放器", + "title": "当视频打开时,自动最大化播放器" } }, "automaticallyShowMoreVideosOnEndScreen": { "enable": { - "label": "Automatically show more videos on end screen", - "title": "Automatically shows more videos on end screen when you load a video" + "label": "在结束屏幕上自动显示更多视频", + "title": "加载视频时自动在结束屏幕上显示更多视频" } }, "automaticTheaterMode": { "enable": { - "label": "Automatic theater mode", - "title": "Automatically enables theater mode when you load a video" + "label": "自动启用剧场模式", + "title": "当视频打开时,自动启用剧场模式" } }, "copyTimestampUrlButton": { "enable": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" + "label": "复制带有时间戳的视频 URL 按钮", + "title": "复制带有时间戳的视频 URL (?t=123)" } }, "defaultToOriginalAudioTrack": { "enable": { - "label": "Default to original audio track", - "title": "Always default to the original audio track" + "label": "默认设置为原始音轨", + "title": "总是默认原始音轨" } }, "saveToWatchLaterButton": { "enable": { - "label": "Enable save to Watch Later button", - "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + "label": "启用保存到稍后观看按钮", + "title": "在主页和订阅视频中添加一个按钮,将视频保存到“稍后观看”播放列表" } }, "hideArtificialIntelligenceSummary": { "enable": { - "label": "Hide AI summary", - "title": "Hides the artificial intelligence summary below videos" + "label": "隐藏 AI 摘要", + "title": "隐藏视频下方的人工智能摘要" } }, "hideEndScreenCards": { "enable": { - "label": "Hide end screen cards", - "title": "Hides the cards at the end of the video" + "label": "隐藏结束界面卡片", + "title": "隐藏视频末尾的卡片" } }, "hideEndScreenCardsButton": { "enable": { - "label": "Hide end screen cards button", - "title": "Adds a button to show/hide the cards at the end of the video" + "label": "隐藏结束界面卡片按钮", + "title": "添加按钮以显示/隐藏视频末尾的卡片" } }, "hideLiveStreamChat": { "enable": { - "label": "Hide live stream chat", - "title": "Hides the live stream chat" + "label": "隐藏直播聊天", + "title": "隐藏直播聊天" } }, "hideMembersOnlyVideos": { "enable": { - "label": "Hide members-only videos", - "title": "Hides videos that are only visible to members" + "label": "隐藏仅限会员的视频", + "title": "隐藏仅对会员可见的视频" } }, "hideOfficialArtistVideosFromHomePage": { "enable": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" + "label": "隐藏音乐人官方视频", + "title": "从主页上隐藏来自音乐人官方频道的视频" } }, "hidePaidPromotionBanner": { "enable": { - "label": "Hide paid promotion banner", - "title": "Hides the banner that appears when you watch a video that has a paid promotion" + "label": "隐藏付费推广横幅", + "title": "隐藏当您观看带有付费促销的视频时出现的横幅广告" } }, "hidePlayables": { "enable": { - "label": "Hide playables", - "title": "Hides all playables" + "label": "隐藏可播放内容", + "title": "隐藏所有可播放内容" } }, "hidePlaylistRecommendationsFromHomePage": { "enable": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" + "label": "从主页隐藏播放列表", + "title": "从主页去除播放列表" } }, "hideScrollbar": { "enable": { - "label": "Hide scrollbar", - "title": "Hides the pages scrollbar" + "label": "启用隐藏滚动条", + "title": "隐藏页面滚动条" } }, "hideShorts": { "enable": { - "label": "Hide shorts", - "title": "Hides all shorts" + "label": "隐藏短视频", + "title": "隐藏所有短视频" } }, "hideSidebarRecommendedVideos": { "enable": { - "label": "Hide recommended videos", - "title": "Hides the sidebar that recommends videos" + "label": "隐藏推荐视频", + "title": "隐藏推荐视频的侧边栏" } }, "hideTranslateComment": { "enable": { - "label": "Hide translate comment button", - "title": "Hides 'Translate to Language' button under comments" + "label": "隐藏翻译评论按钮", + "title": "隐藏评论下方的“翻译至当前语言”按钮" } }, "loopButton": { "enable": { - "label": "Loop button", - "title": "Adds a button to the feature menu to loop the video you're watching" + "label": "循环按钮", + "title": "在功能菜单中添加一个按钮来循环你正在观看的视频" } }, "maximizePlayerButton": { "enable": { - "label": "Maximize player button", - "title": "Adds a button to the feature menu to maximize the player" + "label": "最大化播放器按钮", + "title": "在功能菜单中添加一个按钮来最大化播放器" } }, "openTranscriptButton": { "enable": { - "label": "Open transcript button", - "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + "label": "转写文稿按钮", + "title": "在功能菜单中添加一个按钮来循环你正在观看的视频" } }, "openYouTubeSettingsOnHover": { "enable": { - "label": "Open YouTube settings on hover", - "title": "Opens the YouTube settings menu when you hover over the settings button" + "label": "悬停时打开 YouTube 设置", + "title": "当您悬停在设置按钮上时打开 YouTube 设置菜单" } }, "pauseBackgroundPlayers": { "enable": { - "label": "Pause background players", - "title": "Pauses video players in background tabs when you start a new player in foreground tab" + "label": "暂停后台播放", + "title": "当您在前台标签中启用一个新播放器时,暂停后台标签中的视频播放器" } }, "remainingTime": { "enable": { - "label": "Remaining time", - "title": "Shows the remaining time of the video you're watching" + "label": "剩余时间", + "title": "显示您观看的视频的剩余时间" } }, "rememberVolume": { "enable": { - "label": "Remember last volume", - "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + "label": "记住最后一个音量", + "title": "记住最后一个视频的音量并在打开新视频时设置" } }, "removeRedirect": { "enable": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + "label": "屏蔽YouTube重定向链接", + "title": "用真实链接替换YouTube重定向,并跳过重定向警告" } }, "restoreFullscreenScrolling": { "enable": { - "label": "Restore fullscreen scrolling", - "title": "Restores scrolling in fullscreen mode" + "label": "恢复全屏滚动", + "title": "在全屏模式下恢复滚动" } }, "shareShortener": { "enable": { - "label": "Shorten YouTube video share link", - "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + "label": "缩短YouTube视频分享链接", + "title": "分享Youtube视频(youtu.be)时,删除si/feature 参数以缩短链接" } }, "shortsAutoScroll": { "enable": { - "label": "Shorts auto scroll", - "title": "Automatically scrolls to the next short" + "label": "短视频自动下滑", + "title": "短视频播完后,自动下滑播放下一个" } }, "skipContinueWatching": { "enable": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" + "label": "跳过\"视频已暂停。继续观看吗?\"", + "title": "跳过暂停视频播放的闲置对话框" } } }, @@ -557,108 +557,108 @@ "onScreenDisplaySettings": { "settings": { "color": { - "label": "Color", + "label": "颜色", "select": { "options": { - "blue": "Blue", - "green": "Green", - "orange": "Orange", - "pink": "Pink", - "purple": "Purple", - "red": "Red", - "white": "White", - "yellow": "Yellow" + "blue": "蓝色", + "green": "绿色", + "orange": "橙色", + "pink": "粉色", + "purple": "紫色", + "red": "红色", + "white": "白色", + "yellow": "黄色" } }, - "title": "Select the color for the On-Screen Display" + "title": "选择屏幕提示文本颜色" }, "hide": { - "label": "Hide Delay", - "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" + "label": "隐藏延时", + "title": "指定时间,以毫秒计,然后自动隐藏屏幕显示" }, "opacity": { - "label": "Opacity", - "title": "Adjust the transparency of the On-Screen Display" + "label": "透明度", + "title": "调整屏幕提示文本的透明度" }, "padding": { - "label": "Padding", - "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." + "label": "内边距", + "title": "调整屏幕提示周围以像素为单位的间距。主要适用于角落的屏幕提示。" }, "position": { - "label": "Position", + "label": "位置", "select": { "options": { - "bottom_left": "Bottom Left", - "bottom_right": "Bottom Right", - "center": "Center", - "top_left": "Top Left", - "top_right": "Top Right" + "bottom_left": "左下", + "bottom_right": "右下", + "center": "居中", + "top_left": "左上", + "top_right": "右上" } }, - "title": "Select the position of the On-Screen Display" + "title": "选择屏幕提示文本颜色" }, "type": { - "label": "Type", + "label": "类型", "select": { "options": { - "circle": "Circle", - "line": "Line", - "no_display": "No display", - "text": "Text" + "circle": "圆形图标", + "line": "直线", + "no_display": "无显示", + "text": "文本" } }, - "title": "Select the type of On-Screen Display" + "title": "选择屏幕提示文本颜色" } }, "title": "屏幕提示信息设置" }, "playerQuality": { "enable": { - "label": "Automatic quality adjustment", - "title": "Automatically adjusts the video quality to the selected level." + "label": "自动质量调整", + "title": "自动调整视频质量到所选等级。" }, "settings": { "quality": { "select": { - "label": "Player quality", - "title": "The quality to set the video to" + "label": "播放质量", + "title": "将视频质量设为" } }, "qualityFallbackStrategy": { "select": { - "label": "Quality fallback strategy", + "label": "质量回退策略", "options": { - "higher": "Higher", - "lower": "Lower" + "higher": "升高", + "lower": "降低" }, - "title": "The strategy to use when the selected quality is not available" + "title": "当所选质量不可用时使用的策略" } } }, - "title": "Automatic quality settings" + "title": "自动画质设置" }, "playerSpeed": { "enable": { - "label": "Forced playback speed", - "title": "Sets the video speed to what you choose below" + "label": "强制播放速度", + "title": "将视频速度设置为您在下面选择的内容" }, "settings": { "buttons": { - "label": "Playback speed buttons", + "label": "播放速度按钮", "select": { - "label": "Playback buttons speed", - "title": "Amount of speed to be changed per click" + "label": "播放按钮的速度", + "title": "每次点击要更改的速度量" }, - "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + "title": "添加按钮以增加或降低您观看的视频的播放速度" }, "speed": { "select": { - "label": "Player speed", - "title": "The speed to set the video to" + "label": "播放速度", + "title": "将视频播放速度设为" } } }, - "title": "Playback speed settings" + "title": "播放速度设置" }, "playlistLength": { "enable": { @@ -668,18 +668,18 @@ "settings": { "wayToGetLength": { "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + "label": "获取播放列表长度的方法", + "title": "获取播放列表长度信息的方式 (如果发生错误,API 方法将回退到 HTML)" } }, "wayToGetWatchTime": { "select": { - "label": "Method to get watched time", + "label": "获取已观看时间的方法", "options": { - "duration": "Video Length", - "youtube": "Video Watch Time" + "duration": "视频长度", + "youtube": "视频观看时间" }, - "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + "title": "获取已观看时间长度的方法 (“视频长度”方法仅会在观看页面使用)" } } }, @@ -689,18 +689,18 @@ "settings": { "markAsUnwatchedButton": { "enable": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" + "label": "标记为未观看按钮", + "title": "添加一个按钮将视频标记为未观看视频" } }, "removeVideoButton": { "enable": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" + "label": "移除视频按钮", + "title": "添加一个按钮从播放列表中移除视频" } } }, - "title": "Playlist management settings" + "title": "播放列表管理设置" }, "screenshotButton": { "enable": { @@ -709,18 +709,18 @@ }, "settings": { "format": { - "label": "Screenshot format", - "title": "The format to save the screenshot in" + "label": "截图格式", + "title": "保存屏幕截图的格式" }, "saveAs": { "select": { "options": { - "both": "Both (File and Clipboard)", - "clipboard": "Clipboard", - "file": "File" + "both": "全部(文件和剪贴板)", + "clipboard": "剪贴板", + "file": "文件" }, - "label": "Screenshot save type", - "title": "The screenshot save type" + "label": "屏幕截图保存类型", + "title": "屏幕截图保存类型" } } }, @@ -732,17 +732,17 @@ "title": "按下控制键时启用滚轮音量调整" }, "extras": { - "optionLabel": "{{KEY}} key" + "optionLabel": "{{KEY}} 键" }, "settings": { "adjustmentSteps": { - "label": "Speed Change Per Scroll", - "title": "Adjust the speed change per scroll" + "label": "每轮滚动音量", + "title": "调整每轮滚动的音量变化" }, "modifierKey": { "select": { - "label": "Modifier key", - "title": "The modifier key to use" + "label": "控制键", + "title": "启用功能时按住的控制键" } } }, @@ -754,24 +754,24 @@ "title": "让您使用滚轮来控制您正在观看的视频音量" }, "extras": { - "optionLabel": "{{KEY}} key" + "optionLabel": "{{KEY}} 键" }, "settings": { "adjustmentSteps": { - "label": "Volume Change Per Scroll", - "title": "Adjust the volume change per scroll" + "label": "每轮滚动音量", + "title": "调整每轮滚动的音量变化" }, "holdModifierKey": { - "label": "When holding modifier key", + "label": "在按住控制键时启用功能", "select": { - "label": "Modifier key", - "title": "The modifier key to use" + "label": "控制键", + "title": "启用功能时按住的控制键" }, - "title": "Press a modifier key to enable volume adjustment with the scroll wheel." + "title": "按下控制键时启用滚轮音量调整" }, "holdRightClick": { - "label": "When holding right click", - "title": "Hold right click to enable scroll wheel volume control" + "label": "按住右键时启用", + "title": "按住右键以启用滚轮音量控制" } }, "title": "滚轮控制音量设置" @@ -784,12 +784,12 @@ "settings": { "resumeType": { "select": { - "label": "Resume type", + "label": "进度恢复方式", "options": { - "automatic": "Automatic", - "prompt": "Prompt" + "automatic": "自动", + "prompt": "提示" }, - "title": "Select how you want to resume videos" + "title": "选择恢复视频播放进度的方式" } } }, @@ -802,17 +802,17 @@ }, "settings": { "amount": { - "label": "Volume boost amount (dB)", - "title": "The amount to boost the volume by" + "label": "音量提升量(分贝)", + "title": "音量提升量(分贝)" }, "mode": { "select": { - "label": "Volume boost mode", + "label": "音量增强模式", "options": { - "global": "Global", - "perVideo": "Per video" + "global": "全局统一", + "perVideo": "分别记忆" }, - "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + "title": "选择音量增强生效的方式。“分别记忆”为每个视频记住各自的设置。“全局”使音量增强功能开启时,对所有视频采用同一设置。" } } }, From f43dd5e6cdfe07e0901f4a2e84bc3610910fb53b Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 25 Jan 2026 17:23:34 -0500 Subject: [PATCH 1557/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 418 +++++++++++++++++++------------------- 1 file changed, 209 insertions(+), 209 deletions(-) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index 8e0bb2c38..ad283eeaf 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -13,7 +13,7 @@ "label": "複製目前播放時間的影片網址" }, "extras": { - "copied": "Copied!" + "copied": "已複製!" } }, "featureMenu": { @@ -73,8 +73,8 @@ } }, "extras": { - "decreaseLimit": "Can't decrease further ({{SPEED}})", - "increaseLimit": "Can't increase further ({{SPEED}})" + "decreaseLimit": "無法再減速 ({{SPEED}})", + "increaseLimit": "無法再加速 ({{SPEED}})" } }, "playlistLength": { @@ -102,13 +102,13 @@ "label": "螢幕截圖" }, "extras": { - "copiedToClipboard": "Screenshot copied to clipboard" + "copiedToClipboard": "螢幕截圖已複製剪貼簿" } }, "videoHistory": { "extras": { - "resumeButton": "Resume", - "resumePromptClose": "Close" + "resumeButton": "繼續", + "resumePromptClose": "關閉" } }, "volumeBoostButton": { @@ -126,97 +126,97 @@ "extras": { "bottomButtons": { "clear": { - "title": "Clears all data this extension has stored on your machine", - "value": "Clear Data" + "title": "清除這個擴充套件儲存在此機上的資料", + "value": "清除資料" }, "confirm": { - "title": "Confirm setting reset", - "value": "Confirm" + "title": "確認重設設定", + "value": "確認" }, "openTab": { - "title": "Open extension settings in a new tab" + "title": "於新頁面開啟擴充套件設定" }, "reset": { - "title": "Resets all settings to their defaults, Click the confirm button to save the changes", - "value": "Reset" + "title": "將所以設定回復到初始值,按確認儲存變更", + "value": "重置" } }, "buttonPlacement": { "select": { "buttonNames": { - "copyTimestampUrlButton": "Copy video URL with timestamp button", - "decreasePlaybackSpeedButton": "Decrease Speed button", - "forwardButton": "Fast Forward button", - "hideEndScreenCardsButton": "Hide end screen cards button", - "increasePlaybackSpeedButton": "Increase Speed button", - "loopButton": "Loop button", - "maximizePlayerButton": "Maximize button", - "openTranscriptButton": "Open Transcript button", - "rewindButton": "Rewind button", - "screenshotButton": "Screenshot button", - "volumeBoostButton": "Volume Boost button" + "copyTimestampUrlButton": "複製目前播放時間的影片網址按鈕", + "decreasePlaybackSpeedButton": "減慢速度按鈕", + "forwardButton": "快轉按鈕", + "hideEndScreenCardsButton": "隱藏片尾資訊卡按鈕", + "increasePlaybackSpeedButton": "加快速度按妞", + "loopButton": "循環播放按鈕", + "maximizePlayerButton": "最大化按鈕", + "openTranscriptButton": "開啟文字記錄按鈕", + "rewindButton": "倒帶按鈕", + "screenshotButton": "螢幕截圖按鈕", + "volumeBoostButton": "音量增強按鈕" }, "options": { "below_player": { - "placement": "below the player controls", - "value": "Below Player" + "placement": "於播放器底下", + "value": "播放器底下" }, "feature_menu": { - "placement": "in the feature menu", - "value": "Feature Menu" + "placement": "於功能選單", + "value": "功能選單" }, "player_controls_left": { - "placement": "on the left side of player controls", - "value": "Left Controls" + "placement": "於播放器左邊", + "value": "播放器左邊" }, "player_controls_right": { - "placement": "on the right side of player controls", - "value": "Right Controls" + "placement": "於播放器右邊", + "value": "播放器右邊" } }, - "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + "title": "將{{BUTTON_NAME}}放{{PLACEMENT}}" }, "title": "Button placement settings" }, "clearData": { - "allDataDeleted": "All data has been deleted.", - "confirmAlert": "This will delete all extension data related to options. Continue?" + "allDataDeleted": "所有資料已重置。", + "confirmAlert": "將會清除這個擴充套件的相關選項,繼續?" }, "featureMenu": { "openType": { "select": { - "label": "Menu Activation Type", + "label": "選單開啟方式", "options": { - "click": "Click", - "hover": "Hover" + "click": "點擊", + "hover": "游標懸浮" }, - "title": "Select the method to activate the feature menu" + "title": "選擇選單開啟方式" }, - "title": "Feature menu settings" + "title": "功能選單設定" } }, "importExportSettings": { "exportButton": { - "success": "Settings successfully exported", - "title": "Export settings to a JSON file", - "value": "Export Settings" + "success": "設定已成功匯出", + "title": "匯出設定至 JSON 檔案", + "value": "匯出設定" }, "importButton": { "error": { - "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", - "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" + "unknown": "設定匯入失敗,請檢查檔案格式。\n發生不明錯誤。", + "validation": "設定匯入失敗,請檢查檔案格式。{{ERROR_MESSAGE}}" }, - "success": "Settings imported successfully", - "title": "Import settings from a JSON file", - "value": "Import Settings" + "success": "設定已成功匯入", + "title": "由 JSON 檔案匯入設定", + "value": "匯入設定" } }, "language": { "select": { - "label": "Language", - "title": "The language to use for the extension" + "label": "語言", + "title": "擴充套件使用的語言" }, - "title": "Language" + "title": "語言" }, "optionDisabled": { "either": { @@ -235,13 +235,13 @@ }, "scrollForMoreSettings": "Scroll for more settings", "settingSearch": { - "placeholder": "Search for a setting" + "placeholder": "搜尋設定" }, "youtubeDataApiV3Key": { - "getApiKeyLinkText": "You can get one from here", + "getApiKeyLinkText": "你可以從這裡取得", "input": { - "label": "API Key", - "title": "Enter your Youtube Data API V3 key." + "label": "API 金鑰", + "title": "輸入你的 YouTube Data API V3 金鑰" }, "title": "YouTube API V3 key" } @@ -273,54 +273,54 @@ "title": "啟用應用到頁面的自訂CSS" }, "extras": { - "collapse": "Collapse Editor", - "expand": "Expand Editor", - "noProblems": "No problems found." + "collapse": "收起編輯器", + "expand": "展開編輯器", + "noProblems": "沒有發現問題" }, "title": "Custom CSS settings" }, "deepDarkCSS": { "enable": { - "label": "Deep Dark Theme", - "title": "Activate the selected theme for the page" + "label": "啟用已選主題", + "title": "啟用頁面的已選主題" }, "extras": { - "author": "Author", - "co-authors": "Co-authors" + "author": "作者", + "co-authors": "共同作者" }, "settings": { "colorShadow": { - "label": "Shadow color", - "title": "Color for shadows" + "label": "陰影顏色", + "title": "陰影的顏色" }, "dimmerText": { - "label": "Secondary text color", - "title": "Color for secondary text" + "label": "次要文字顏色", + "title": "次要文字的顏色" }, "hoverBackground": { - "label": "Hover background color", - "title": "Color for hover background" + "label": "懸停背景色", + "title": "滑過背景顏色" }, "mainBackground": { - "label": "Main background color", - "title": "Color for main background" + "label": "主要背景顏色", + "title": "主要背景的顏色" }, "mainColor": { - "label": "Accent color", - "title": "Color for accent" + "label": "重點色調", + "title": "重點色調的顏色" }, "mainText": { - "label": "Main text color", - "title": "Color for main text" + "label": "主要文字顏色", + "title": "主要文字的顏色" }, "secondBackground": { - "label": "Secondary background color", - "title": "Color for secondary background" + "label": "次要背景顏色", + "title": "次要背景顏色" }, "theme": { "select": { - "label": "Select theme", - "title": "Select a theme to be applied to the page" + "label": "選擇主題", + "title": "選擇套用到頁面的主題" } } }, @@ -333,8 +333,8 @@ }, "settings": { "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" + "label": "快轉/倒帶時間", + "title": "每次快轉/倒帶的時間" } }, "title": "快轉/倒帶按鈕設定" @@ -343,8 +343,8 @@ "settings": { "automaticallyDisableAmbientMode": { "enable": { - "label": "Automatically disable ambient mode", - "title": "Automatically disables ambient mode when you load a video" + "label": "自動停用微光效果", + "title": "載入影片時自動停用微光效果" } }, "automaticallyDisableAutoPlay": { @@ -355,8 +355,8 @@ }, "automaticallyDisableClosedCaptions": { "enable": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" + "label": "自動停用字幕", + "title": "載入影片時自動停用字幕" } }, "automaticallyEnableClosedCaptions": { @@ -379,14 +379,14 @@ }, "automaticTheaterMode": { "enable": { - "label": "Automatic theater mode", - "title": "Automatically enables theater mode when you load a video" + "label": "自動啟用劇院模式", + "title": "載入影片時自動啟用劇院模式" } }, "copyTimestampUrlButton": { "enable": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" + "label": "複製目前播放時間的影片網址按鈕", + "title": "複製目前播放時間的影片網址 (?t=123)" } }, "defaultToOriginalAudioTrack": { @@ -409,20 +409,20 @@ }, "hideEndScreenCards": { "enable": { - "label": "Hide end screen cards", - "title": "Hides the cards at the end of the video" + "label": "隱藏片尾資訊卡", + "title": "隱藏影片片尾的資訊卡" } }, "hideEndScreenCardsButton": { "enable": { - "label": "Hide end screen cards button", - "title": "Adds a button to show/hide the cards at the end of the video" + "label": "隱藏片尾資訊卡按鈕", + "title": "在影片結束時新增顯示/隱藏卡片的按鈕" } }, "hideLiveStreamChat": { "enable": { - "label": "Hide live stream chat", - "title": "Hides the live stream chat" + "label": "隱藏直播聊天室", + "title": "隱藏直播的聊天室" } }, "hideMembersOnlyVideos": { @@ -433,14 +433,14 @@ }, "hideOfficialArtistVideosFromHomePage": { "enable": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" + "label": "隱藏官方藝人影片", + "title": "從主頁隱藏官方藝人影片" } }, "hidePaidPromotionBanner": { "enable": { - "label": "Hide paid promotion banner", - "title": "Hides the banner that appears when you watch a video that has a paid promotion" + "label": "隱藏付費推廣橫幅", + "title": "隱藏當影片帶有付費推廣時顯示的橫幅" } }, "hidePlayables": { @@ -457,14 +457,14 @@ }, "hideScrollbar": { "enable": { - "label": "Hide scrollbar", - "title": "Hides the pages scrollbar" + "label": "隱藏捲軸", + "title": "隱藏頁面捲軸" } }, "hideShorts": { "enable": { - "label": "Hide shorts", - "title": "Hides all shorts" + "label": "隱藏 Shorts", + "title": "隱藏全部 Shorts" } }, "hideSidebarRecommendedVideos": { @@ -475,56 +475,56 @@ }, "hideTranslateComment": { "enable": { - "label": "Hide translate comment button", - "title": "Hides 'Translate to Language' button under comments" + "label": "隱藏翻譯留言按鈕", + "title": "隱藏留言下的翻譯按鈕" } }, "loopButton": { "enable": { - "label": "Loop button", - "title": "Adds a button to the feature menu to loop the video you're watching" + "label": "循環按鈕", + "title": "加入按鈕循環播放當前影片" } }, "maximizePlayerButton": { "enable": { - "label": "Maximize player button", - "title": "Adds a button to the feature menu to maximize the player" + "label": "最大化播放器按鈕", + "title": "加入最大化播放器按鈕" } }, "openTranscriptButton": { "enable": { - "label": "Open transcript button", - "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + "label": "開啟文字記錄按鈕", + "title": "加入按鈕開啟當前影片的文子記錄" } }, "openYouTubeSettingsOnHover": { "enable": { - "label": "Open YouTube settings on hover", - "title": "Opens the YouTube settings menu when you hover over the settings button" + "label": "懸浮時開啟設定選單", + "title": "鼠標懸浮在設定按鈕時開啟選單" } }, "pauseBackgroundPlayers": { "enable": { - "label": "Pause background players", - "title": "Pauses video players in background tabs when you start a new player in foreground tab" + "label": "暫停背景播放程序", + "title": "當前景分頁啟用新播放器時,自動凍結背景分頁影音" } }, "remainingTime": { "enable": { - "label": "Remaining time", - "title": "Shows the remaining time of the video you're watching" + "label": "剩餘時間", + "title": "顥示現時影片的剩餘時間" } }, "rememberVolume": { "enable": { - "label": "Remember last volume", - "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + "label": "記住上次播放音量", + "title": "記住上次的播放音量,設定到新播放的影片上" } }, "removeRedirect": { "enable": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + "label": "移除 YouTube 重新導向網址", + "title": "以真正網址取代 YouTube 重新導向網址,跳過重新導向警告對話框" } }, "restoreFullscreenScrolling": { @@ -535,20 +535,20 @@ }, "shareShortener": { "enable": { - "label": "Shorten YouTube video share link", - "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + "label": "縮短 YouTube 影片共享連結", + "title": "縮短 YouTube 影片共享連結 (youtu.be),移除 si/feature 參數" } }, "shortsAutoScroll": { "enable": { - "label": "Shorts auto scroll", - "title": "Automatically scrolls to the next short" + "label": "Shorts 自動滾動", + "title": "自動滾動到下一段 Short" } }, "skipContinueWatching": { "enable": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" + "label": "跳過「影片已暫停,繼續觀看?」", + "title": "跳過暫停影片播放的閒置對話框" } } }, @@ -557,108 +557,108 @@ "onScreenDisplaySettings": { "settings": { "color": { - "label": "Color", + "label": "顏色", "select": { "options": { - "blue": "Blue", - "green": "Green", - "orange": "Orange", - "pink": "Pink", - "purple": "Purple", - "red": "Red", - "white": "White", - "yellow": "Yellow" + "blue": "藍色", + "green": "綠色", + "orange": "橙色", + "pink": "粉紅色", + "purple": "紫色", + "red": "紅色", + "white": "白色", + "yellow": "黃色" } }, - "title": "Select the color for the On-Screen Display" + "title": "選擇屏幕顥示的顏色" }, "hide": { - "label": "Hide Delay", - "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" + "label": "隱藏延遲", + "title": "指定多少毫秒後自動隱藏屏幕顥示" }, "opacity": { - "label": "Opacity", - "title": "Adjust the transparency of the On-Screen Display" + "label": "透明度", + "title": "調節屏幕顥示的透明度" }, "padding": { - "label": "Padding", - "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." + "label": "填充", + "title": "以像素為單位調整屏幕顥示周圍的空間,適用於置於角落的屏幕顥示。" }, "position": { - "label": "Position", + "label": "位置", "select": { "options": { - "bottom_left": "Bottom Left", - "bottom_right": "Bottom Right", - "center": "Center", - "top_left": "Top Left", - "top_right": "Top Right" + "bottom_left": "左下", + "bottom_right": "右下", + "center": "置中", + "top_left": "左上", + "top_right": "右上" } }, - "title": "Select the position of the On-Screen Display" + "title": "選擇屏幕顥示的位置" }, "type": { - "label": "Type", + "label": "類型", "select": { "options": { - "circle": "Circle", - "line": "Line", - "no_display": "No display", - "text": "Text" + "circle": "圓形", + "line": "線條", + "no_display": "不顯示", + "text": "文字" } }, - "title": "Select the type of On-Screen Display" + "title": "選擇屏幕顥示風格" } }, "title": "On-screen display settings" }, "playerQuality": { "enable": { - "label": "Automatic quality adjustment", - "title": "Automatically adjusts the video quality to the selected level." + "label": "自動畫質調整", + "title": "自動調整到指定畫質" }, "settings": { "quality": { "select": { - "label": "Player quality", - "title": "The quality to set the video to" + "label": "播放畫質", + "title": "設定影片播放畫質" } }, "qualityFallbackStrategy": { "select": { - "label": "Quality fallback strategy", + "label": "畫質後備策略", "options": { - "higher": "Higher", - "lower": "Lower" + "higher": "較高", + "lower": "較低" }, - "title": "The strategy to use when the selected quality is not available" + "title": "所選畫質不適用時的策略" } } }, - "title": "Automatic quality settings" + "title": "自動畫質設定" }, "playerSpeed": { "enable": { - "label": "Forced playback speed", - "title": "Sets the video speed to what you choose below" + "label": "強制播放速度", + "title": "設定影片播放速度如下" }, "settings": { "buttons": { - "label": "Playback speed buttons", + "label": "播放速度按鈕", "select": { - "label": "Playback buttons speed", - "title": "Amount of speed to be changed per click" + "label": "播放速率控制鈕", + "title": "每次按下時改變的速度" }, - "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + "title": "加入加快或減慢播放速度按鈕" }, "speed": { "select": { - "label": "Player speed", - "title": "The speed to set the video to" + "label": "播放速度", + "title": "設定影片播放速度為" } } }, - "title": "Playback speed settings" + "title": "播放速度設定" }, "playlistLength": { "enable": { @@ -668,18 +668,18 @@ "settings": { "wayToGetLength": { "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + "label": "取得播放清單時間方法", + "title": "取得播放清單時間資訊的方法(如API方法失敗會使用HTML方式)" } }, "wayToGetWatchTime": { "select": { - "label": "Method to get watched time", + "label": "影片長度取得方法", "options": { - "duration": "Video Length", - "youtube": "Video Watch Time" + "duration": "影片長度", + "youtube": "影片已觀看時間" }, - "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + "title": "取得已觀看時間的方法(影片長度方式只用於觀看頁)" } } }, @@ -709,18 +709,18 @@ }, "settings": { "format": { - "label": "Screenshot format", - "title": "The format to save the screenshot in" + "label": "螢幕截圖儲存格式", + "title": "螢幕截圖的儲存格式" }, "saveAs": { "select": { "options": { "both": "Both (File and Clipboard)", - "clipboard": "Clipboard", - "file": "File" + "clipboard": "剪貼簿", + "file": "檔案" }, - "label": "Screenshot save type", - "title": "The screenshot save type" + "label": "螢幕截圖儲存方式", + "title": "螢幕截圖的儲存方式" } } }, @@ -732,17 +732,17 @@ "title": "按住輔助按鍵來啟用播放速度調節" }, "extras": { - "optionLabel": "{{KEY}} key" + "optionLabel": "{{KEY}} 鍵" }, "settings": { "adjustmentSteps": { - "label": "Speed Change Per Scroll", - "title": "Adjust the speed change per scroll" + "label": "每次滾動的速度增減", + "title": "調整每次滾動時的播放速度幅度" }, "modifierKey": { "select": { - "label": "Modifier key", - "title": "The modifier key to use" + "label": "輔助按鍵", + "title": "使用的輔助按鍵" } } }, @@ -754,24 +754,24 @@ "title": "使用滑鼠滾輪控制現在播放的影片音量" }, "extras": { - "optionLabel": "{{KEY}} key" + "optionLabel": "{{KEY}} 鍵" }, "settings": { "adjustmentSteps": { - "label": "Volume Change Per Scroll", - "title": "Adjust the volume change per scroll" + "label": "每次滾動的音量增減", + "title": "調整每次滾動時的音量增減幅度" }, "holdModifierKey": { - "label": "When holding modifier key", + "label": "啟用輔助按鍵", "select": { - "label": "Modifier key", - "title": "The modifier key to use" + "label": "輔助按鍵", + "title": "使用的輔助按鍵" }, - "title": "Press a modifier key to enable volume adjustment with the scroll wheel." + "title": "按住輔助按鍵來啟用滾輪音量調節" }, "holdRightClick": { - "label": "When holding right click", - "title": "Hold right click to enable scroll wheel volume control" + "label": "按住滑鼠右鍵時啟用", + "title": "住滑鼠右鍵時啟用滾輪音量調節" } }, "title": "滾輪音量控制設定" @@ -784,12 +784,12 @@ "settings": { "resumeType": { "select": { - "label": "Resume type", + "label": "繼續播放方式", "options": { - "automatic": "Automatic", - "prompt": "Prompt" + "automatic": "自動", + "prompt": "提示" }, - "title": "Select how you want to resume videos" + "title": "選擇如何繼續播放" } } }, @@ -802,17 +802,17 @@ }, "settings": { "amount": { - "label": "Volume boost amount (dB)", - "title": "The amount to boost the volume by" + "label": "音量增強度 (分貝)", + "title": "將音量增幅至" }, "mode": { "select": { - "label": "Volume boost mode", + "label": "音量增強模式", "options": { - "global": "Global", - "perVideo": "Per video" + "global": "全局", + "perVideo": "單獨" }, - "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + "title": "選擇音量增強如何應用到影片。「單獨」能使用選單為該影片開啟音量增強。「全局」在啟用音量增強時會應用到所影片。" } } }, From 4123a44cba19fd39fdb5b8eb730008a7350ffe2e Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 25 Jan 2026 17:23:36 -0500 Subject: [PATCH 1558/1783] New translations en-us.json (Hindi) --- public/locales/hi-IN.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/locales/hi-IN.json b/public/locales/hi-IN.json index 68e68d39e..9d28bf977 100644 --- a/public/locales/hi-IN.json +++ b/public/locales/hi-IN.json @@ -13,7 +13,7 @@ "label": "टाइमस्टैम्प सहित वीडियो URL कॉपी करें" }, "extras": { - "copied": "Copied!" + "copied": "कॉपी किया गया!" } }, "featureMenu": { @@ -198,8 +198,8 @@ "importExportSettings": { "exportButton": { "success": "Settings successfully exported", - "title": "Export settings to a JSON file", - "value": "Export Settings" + "title": "सेटिंग्स को JSON फ़ाइल में निर्यात करें", + "value": "निर्यात सेटिंग्स" }, "importButton": { "error": { From c72aabaa9bf3be6c419f8b5e3fa67873051b4552 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sun, 25 Jan 2026 17:23:37 -0500 Subject: [PATCH 1559/1783] New translations en-us.json (English, United Kingdom) --- public/locales/en-GB.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/locales/en-GB.json b/public/locales/en-GB.json index 7658566d5..cb6544371 100644 --- a/public/locales/en-GB.json +++ b/public/locales/en-GB.json @@ -379,8 +379,8 @@ }, "automaticTheaterMode": { "enable": { - "label": "Automatic theater mode", - "title": "Automatically enables theater mode when you load a video" + "label": "Automatic theatre mode", + "title": "Automatically enables theatre mode when you load a video" } }, "copyTimestampUrlButton": { @@ -557,7 +557,7 @@ "onScreenDisplaySettings": { "settings": { "color": { - "label": "Color", + "label": "Colour", "select": { "options": { "blue": "Blue", @@ -570,7 +570,7 @@ "yellow": "Yellow" } }, - "title": "Select the color for the On-Screen Display" + "title": "Select the colour for the On-Screen Display" }, "hide": { "label": "Hide Delay", @@ -590,7 +590,7 @@ "options": { "bottom_left": "Bottom Left", "bottom_right": "Bottom Right", - "center": "Center", + "center": "Centre", "top_left": "Top Left", "top_right": "Top Right" } From c38823643452c157568fd0c080e5f188055920ac Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 27 Jan 2026 19:13:59 -0500 Subject: [PATCH 1560/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index ccd358c6d..b9e30acf6 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -54,7 +54,7 @@ "label": "Maximização", "toggle": { "off": "Minimizar", - "on": "Maximizar" + "on": "Minimizar" } } }, @@ -324,7 +324,7 @@ } } }, - "title": "YouTube deep dark settings" + "title": "Configurações YouTube Deep Dark" }, "forwardRewindButtons": { "enable": { @@ -610,7 +610,7 @@ "title": "Seleciona o tipo de exibição na tela" } }, - "title": "On-screen display settings" + "title": "Configurações de exibição na tela" }, "playerQuality": { "enable": { @@ -700,7 +700,7 @@ } } }, - "title": "Playlist management settings" + "title": "Configurações de gerenciamento de listas de reprodução" }, "screenshotButton": { "enable": { From 78c022acdc26bfa7549069ef058346b4ebfe0a71 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 3 Feb 2026 15:31:57 -0500 Subject: [PATCH 1561/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 1648 +++++++++++++++++++------------------ 1 file changed, 826 insertions(+), 822 deletions(-) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index b9e30acf6..c117a1dff 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -1,823 +1,827 @@ { - "langCode": "pt-BR", - "langName": "Português (Brasil)", - "messages": { - "resumingVideo": "Retomando vídeo em {{VIDEO_TIME}}", - "settingVolume": "Definindo o aumento de volume para {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "label": "Copiar URL do vídeo com a minutagem" - }, - "extras": { - "copied": "Copiado!" - } - }, - "featureMenu": { - "button": { - "label": "Menu de recursos" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "Avançar {{TIME}}" - }, - "rewindButton": { - "label": "Voltar {{TIME}}" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "Ocultar cards finais", - "toggle": { - "off": "Exibir cards finais", - "on": "Ocultar cards finais" - } - } - }, - "loopButton": { - "button": { - "label": "Repetir", - "toggle": { - "off": "Repetição desativada", - "on": "Repetição ativada" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "Maximização", - "toggle": { - "off": "Minimizar", - "on": "Minimizar" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Abrir transcrição" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Desacelerar para {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Acelerar para {{SPEED}}" - } - }, - "extras": { - "decreaseLimit": "Impossível desacelerar mais ({{SPEED}})", - "increaseLimit": "Impossível acelerar mais ({{SPEED}})" - } - }, - "playlistLength": { - "title": "O comprimento pode não ser exato se alguns vídeos estão ocultos ou se você não carregou vídeos o suficiente para obter o comprimento máximo." - }, - "playlistManagementButtons": { - "extras": { - "failedToMarkAsUnwatched": "Falha ao marcar o vídeo como não assistido", - "failedToRemoveVideo": "Falha ao remover o vídeo", - "markAsUnwatched": "Marcar como não assistido", - "markingAsUnwatched": "Marcando como não assistido…", - "removeVideo": "Remover vídeo", - "removingVideo": "Removendo vídeo…" - } - }, - "saveToWatchLaterButton": { - "extras": { - "failedToSaveVideo": "Não foi possível salvar o vídeo em \"Assistir mais tarde\"", - "saveVideo": "Salvar em \"Assistir mais tarde\"", - "savingVideo": "Salvando em \"Assistir mais tarde\"…" - } - }, - "screenshotButton": { - "button": { - "label": "Fazer captura de tela" - }, - "extras": { - "copiedToClipboard": "Captura copiada a área de transferência" - } - }, - "videoHistory": { - "extras": { - "resumeButton": "Retomar", - "resumePromptClose": "Fechar" - } - }, - "volumeBoostButton": { - "button": { - "label": "Aumento de volume", - "toggle": { - "off": "Aumento de volume desativado", - "on": "Aumento de volume ativado" - } - } - } - } - }, - "options": { - "extras": { - "bottomButtons": { - "clear": { - "title": "Limpa todos os dados armazenados pela extensão", - "value": "Limpar dados" - }, - "confirm": { - "title": "Confirma a redefinição de dados", - "value": "Confirmar" - }, - "openTab": { - "title": "Abre as opções numa nova aba" - }, - "reset": { - "title": "Redefine as opções para o padrão, confirme para salvar as mudanças", - "value": "Redefinir" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "Copiar URL do vídeo com o botão de minutagem", - "decreasePlaybackSpeedButton": "Botão de diminuir velocidade", - "forwardButton": "Botão de acelerar velocidade", - "hideEndScreenCardsButton": "Ocultar botão de cards finais", - "increasePlaybackSpeedButton": "Botão de aumentar velocidade", - "loopButton": "Botão Repetir", - "maximizePlayerButton": "Botão Maximizar", - "openTranscriptButton": "Abrir botão de transcrição", - "rewindButton": "Botão Voltar", - "screenshotButton": "Botão de captura de tela", - "volumeBoostButton": "Botão de ganho de volume" - }, - "options": { - "below_player": { - "placement": "abaixo dos controles do player", - "value": "Abaixo do player" - }, - "feature_menu": { - "placement": "no menu de recursos", - "value": "Menu de recursos" - }, - "player_controls_left": { - "placement": "à esquerda dos controles do player", - "value": "Controles esquerdos" - }, - "player_controls_right": { - "placement": "à direita dos controles do player", - "value": "Controles direitos" - } - }, - "title": "Coloque o {{BUTTON_NAME}} em {{PLACEMENT}}" - }, - "title": "Configurações de posicionamento dos botões" - }, - "clearData": { - "allDataDeleted": "Todos os dados foram excluídos.", - "confirmAlert": "Fechar a página desfará todas as mudanças feitas. Prosseguir?" - }, - "featureMenu": { - "openType": { - "select": { - "label": "Método de ativação do menu", - "options": { - "click": "Clicar", - "hover": "Passar o cursor" - }, - "title": "Define o método para ativar o menu de recursos" - }, - "title": "Opções do menu de recursos" - } - }, - "importExportSettings": { - "exportButton": { - "success": "Mudanças aplicadas!", - "title": "Exportar opções para arquivo JSON", - "value": "Exportar opções" - }, - "importButton": { - "error": { - "unknown": "Ocorreu um erro ao importar opções. Verifique o formato do arquivo importado.", - "validation": "Erro ao importar opções. Verifique o formato do arquivo importado.\n{{ERROR_MESSAGE}}" - }, - "success": "Opções importadas com sucesso!", - "title": "Importe as opções dum arquivo JSON", - "value": "Importar opções" - } - }, - "language": { - "select": { - "label": "Idioma", - "title": "O idioma da extensão" - }, - "title": "Idioma" - }, - "optionDisabled": { - "either": { - "label": "Ative o {{OPTIONS}} para configurar esta opção", - "separator": " ou " - }, - "plural": { - "label": "Ative o {{OPTIONS}} para configurar esta opção", - "separator": " e " - }, - "singular": "Ative o '{{OPTION}}' para configurar esta opção", - "specificOption": { - "featureMenu": "Altere pelo menos um botão no menu de recursos para configurar esta opção.", - "screenshotButtonFileFormat": "Defina o tipo de salvamento da captura de tela como 'Arquivo' ou 'Ambos' para configurar esta opção" - } - }, - "scrollForMoreSettings": "Role para mais opções", - "settingSearch": { - "placeholder": "Buscar por ajustes" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "Você pode obter uma aqui", - "input": { - "label": "Chave API", - "title": "Insira sua chave API YouTube Data V3." - }, - "title": "Chave da API YouTube Data v3" - } - }, - "notifications": { - "error": { - "optionConflict": "Esta opção não pode ser ativada enquanto '{{OPTION}}' estiver habilitada.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "A tecla alternadora da velocidade de rolagem não pode ser a mesma que a tecla alternadora do volume.", - "volumeControl": "A tecla alternadora do volume não pode ser a mesma que a tecla alternadora da velocidade de rolagem." - } - } - }, - "info": { - "reset": "Opções redefinidas ao padrão.\nSalve as mudanças clicando em \"Confirmar\" ou desfaça delas fechando a página, ou esta notificação." - }, - "success": { - "saved": "Opções salvas." - } - } - } - }, - "settings": { - "sections": { - "customCSS": { - "enable": { - "label": "CSS personalizado", - "title": "Ativa o CSS personalizado para ser aplicado à página" - }, - "extras": { - "collapse": "Minimizar editor", - "expand": "Maximizar editor", - "noProblems": "Nenhum problema encontrado." - }, - "title": "Configurações de CSS personalizado" - }, - "deepDarkCSS": { - "enable": { - "label": "Tema meia-noite", - "title": "Ativar tema selecionado para a página" - }, - "extras": { - "author": "Autor", - "co-authors": "Co-autores" - }, - "settings": { - "colorShadow": { - "label": "Cor da sombra", - "title": "Cor para sombras" - }, - "dimmerText": { - "label": "Cor do texto secundário", - "title": "Cor para texto secundário" - }, - "hoverBackground": { - "label": "Cor de fundo ao passar o cursor", - "title": "Cor de fundo ao passar o cursor" - }, - "mainBackground": { - "label": "Cor de fundo principal", - "title": "Cor principal para o fundo" - }, - "mainColor": { - "label": "Cor de destaque", - "title": "Cor para destaque" - }, - "mainText": { - "label": "Cor do texto principal", - "title": "Cor para o texto principal" - }, - "secondBackground": { - "label": "Cor de fundo secundário", - "title": "Cor para fundo secundário" - }, - "theme": { - "select": { - "label": "Selecionar tema", - "title": "Selecione um tema para a página" - } - } - }, - "title": "Configurações YouTube Deep Dark" - }, - "forwardRewindButtons": { - "enable": { - "label": "Botões de avançar/voltar", - "title": "Adiciona botões de avançar/voltar ao player de vídeo" - }, - "settings": { - "time": { - "label": "Avançar/voltar tempo", - "title": "O tanto de tempo para avançar/voltar" - } - }, - "title": "Opções de avançar/voltar" - }, - "miscellaneous": { - "settings": { - "automaticallyDisableAmbientMode": { - "enable": { - "label": "Desativar automaticamente o modo ambiente", - "title": "Desativa o modo ambiente automaticamente ao carregar um vídeo" - } - }, - "automaticallyDisableAutoPlay": { - "enable": { - "label": "Desativar reprodução automática", - "title": "Desativa automaticamente a reprodução automática ao carregar um vídeo" - } - }, - "automaticallyDisableClosedCaptions": { - "enable": { - "label": "Desativar legendas automaticamente", - "title": "Desativa as legendas ao carregar um vídeo" - } - }, - "automaticallyEnableClosedCaptions": { - "enable": { - "label": "Ativar legendas automaticamente", - "title": "Ativa automaticamente as legendas ao carregar um vídeo" - } - }, - "automaticallyMaximizePlayer": { - "enable": { - "label": "Maximizar o vídeo automaticamente", - "title": "Maximiza automaticamente o reprodutor ao carregar um vídeo" - } - }, - "automaticallyShowMoreVideosOnEndScreen": { - "enable": { - "label": "Exibir automaticamente mais vídeos na tela final", - "title": "Mostra automaticamente mais vídeos na tela final do vídeo" - } - }, - "automaticTheaterMode": { - "enable": { - "label": "Modo teatro automático", - "title": "Ativa automaticamente o modo teatro ao carregar um vídeo" - } - }, - "copyTimestampUrlButton": { - "enable": { - "label": "Copiar URL do vídeo com o botão de minutagem", - "title": "Copia o URL do vídeo com a minutagem (?t=123)" - } - }, - "defaultToOriginalAudioTrack": { - "enable": { - "label": "Retornar à faixa de vídeo original", - "title": "Sempre retornar à faixa de vídeo original" - } - }, - "saveToWatchLaterButton": { - "enable": { - "label": "Ativar botão \"Assistir mais tarde\"", - "title": "Adiciona um botão aos vídeos da página inicial e das inscrições para salvar o vídeo na lista de reprodução \"Assistir mais tarde\"" - } - }, - "hideArtificialIntelligenceSummary": { - "enable": { - "label": "Ocultar resumo IA", - "title": "Oculta a seção de resumo IA de um vídeo" - } - }, - "hideEndScreenCards": { - "enable": { - "label": "Ocultar cards finais", - "title": "Oculta os cards no final do vídeo" - } - }, - "hideEndScreenCardsButton": { - "enable": { - "label": "Ocultar botão de cards finais", - "title": "Adiciona um botão para exibir/ocultar cards finais" - } - }, - "hideLiveStreamChat": { - "enable": { - "label": "Ocultar chat da transmissão", - "title": "Oculta o chat da transmissão" - } - }, - "hideMembersOnlyVideos": { - "enable": { - "label": "Ocultar vídeos exclusivos para membros", - "title": "Oculta vídeos que só membros são permitidos a assistir" - } - }, - "hideOfficialArtistVideosFromHomePage": { - "enable": { - "label": "Ocultar vídeos de artistas originais", - "title": "Ocultar vídeos de artistas originais do início" - } - }, - "hidePaidPromotionBanner": { - "enable": { - "label": "Ocultar banner de promoção paga", - "title": "Oculta o banner ao assistir um vídeo com promoção paga incluída" - } - }, - "hidePlayables": { - "enable": { - "label": "Ocultar jogáveis", - "title": "Oculta a seção de jogáveis" - } - }, - "hidePlaylistRecommendationsFromHomePage": { - "enable": { - "label": "Ocultar listas de reprodução da página inicial", - "title": "Remova as listas de reprodução da página inicial" - } - }, - "hideScrollbar": { - "enable": { - "label": "Ocultar barra de rolagem", - "title": "Oculta a barra de rolagem da página" - } - }, - "hideShorts": { - "enable": { - "label": "Ocultar \"Shorts\"", - "title": "Oculta a função \"Shorts\"" - } - }, - "hideSidebarRecommendedVideos": { - "enable": { - "label": "Ocultar vídeos recomendados", - "title": "Oculta a barra lateral de recomendação de vídeos" - } - }, - "hideTranslateComment": { - "enable": { - "label": "Ocultar botão de traduzir comentário", - "title": "Oculta o botão de tradução de comentário" - } - }, - "loopButton": { - "enable": { - "label": "Botão Repetir", - "title": "Adiciona um botão para repetir o vídeo que está assistindo" - } - }, - "maximizePlayerButton": { - "enable": { - "label": "Botão de maximizar player", - "title": "Adiciona um botão para maximizar o player" - } - }, - "openTranscriptButton": { - "enable": { - "label": "Abrir botão de transcrição", - "title": "Adiciona um botão para abrir a transcrição do vídeo que está assistindo" - } - }, - "openYouTubeSettingsOnHover": { - "enable": { - "label": "Abrir opções do YouTube ao passar o cursor", - "title": "Abre as opções do YouTube ao passar o cursor sobre o botão Opções" - } - }, - "pauseBackgroundPlayers": { - "enable": { - "label": "Pausar player em segundo plano", - "title": "Pausa o player nas abas em segundo plano ao iniciar um novo player noutra aba" - } - }, - "remainingTime": { - "enable": { - "label": "Tempo restante", - "title": "Exibe o tempo restante do vídeo que está assistindo" - } - }, - "rememberVolume": { - "enable": { - "label": "Lembrar volume anterior", - "title": "Lembra do aumento de volume do vídeo anterior e aplica-o ao novo vídeo." - } - }, - "removeRedirect": { - "enable": { - "label": "Remover URLs de redireção do YouTube", - "title": "Substitui a redireção do YouTube por URLs reais, pulando o aviso de redireção" - } - }, - "restoreFullscreenScrolling": { - "enable": { - "label": "Restaurar rolagem em tela cheia", - "title": "Restaura a rolagem da página no modo de tela cheia" - } - }, - "shareShortener": { - "enable": { - "label": "Encurtar link de compartilha de vídeo", - "title": "Encurta os links de compartilha de vídeo (youtu.be) removendo os parâmetros si/features." - } - }, - "shortsAutoScroll": { - "enable": { - "label": "Rolar automaticamente pelos Shorts", - "title": "Rola para o próximo Short automaticamente" - } - }, - "skipContinueWatching": { - "enable": { - "label": "Pular aviso de ausência", - "title": "Remove o aviso \"O vídeo está pausado. Continuar assistindo?\"" - } - } - }, - "title": "Diversos" - }, - "onScreenDisplaySettings": { - "settings": { - "color": { - "label": "Cor", - "select": { - "options": { - "blue": "Azul", - "green": "Verde", - "orange": "Laranja", - "pink": "Rosa", - "purple": "Roxo", - "red": "Vermelho", - "white": "Branco", - "yellow": "Amarelo" - } - }, - "title": "Define a cor para as informações em exibição" - }, - "hide": { - "label": "Ocultar atraso", - "title": "Especifica o tempo (em milissegundos) antes de ocultar automaticamente as informações em exibição" - }, - "opacity": { - "label": "Opacidade", - "title": "Ajusta a transparência das informações em exibição" - }, - "padding": { - "label": "Alinhamento", - "title": "Ajusta o alinhamento de informações em exibição (em píxeis)." - }, - "position": { - "label": "Posição", - "select": { - "options": { - "bottom_left": "Inferior esquerdo", - "bottom_right": "Inferior direito", - "center": "Centro", - "top_left": "Superior esquerdo", - "top_right": "Superior direito" - } - }, - "title": "Seleciona a posição da exibição na tela" - }, - "type": { - "label": "Tipo", - "select": { - "options": { - "circle": "Círculo", - "line": "Linha", - "no_display": "Sem exibição", - "text": "Texto" - } - }, - "title": "Seleciona o tipo de exibição na tela" - } - }, - "title": "Configurações de exibição na tela" - }, - "playerQuality": { - "enable": { - "label": "Ajustador automático de resolução", - "title": "Define automaticamente a resolução do vídeo para o nível desejado." - }, - "settings": { - "quality": { - "select": { - "label": "Resolução do player", - "title": "A resolução para definir no vídeo" - } - }, - "qualityFallbackStrategy": { - "select": { - "label": "Sistema de redução de resolução", - "options": { - "higher": "Grande", - "lower": "Pequeno" - }, - "title": "O sistema para usar quando a resolução definida estiver indisponível." - } - } - }, - "title": "Opções de resolução automática" - }, - "playerSpeed": { - "enable": { - "label": "Velocidade de playback forçada", - "title": "Define a velocidade do vídeo ao valor que você inserir" - }, - "settings": { - "buttons": { - "label": "Velocidade de playback", - "select": { - "label": "Velocidade do playback", - "title": "O tanto de velocidade a ser pulado num clique" - }, - "title": "Adiciona botões para acelerar/desacelerar o playback do vídeo" - }, - "speed": { - "select": { - "label": "Velocidade do player", - "title": "A velocidade definida para o vídeo" - } - } - }, - "title": "Opções de playback" - }, - "playlistLength": { - "enable": { - "label": "Exibir informações de duração da playlist", - "title": "Exibe a duração da playlist, quantas vezes foi visualizada, e o tempo restante." - }, - "settings": { - "wayToGetLength": { - "select": { - "label": "Forma de obter a duração da playlist", - "title": "A forma de obter a duração da playlist (O método API voltará a HTML se ocorrer um erro)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "Forma de obter o tempo assistido", - "options": { - "duration": "Duração do vídeo", - "youtube": "Tempo assistido do vídeo" - }, - "title": "A forma de obter o tempo assistido (Tipo de duração do vídeo apenas usado na página de exibição)" - } - } - }, - "title": "Opções de duração da playlist" - }, - "playlistManagementButtons": { - "settings": { - "markAsUnwatchedButton": { - "enable": { - "label": "Botão \"Marcar como não assistido\"", - "title": "Adiciona um botão para marcar vídeos como não assistidos" - } - }, - "removeVideoButton": { - "enable": { - "label": "Botão \"Remover vídeo\"", - "title": "Adicione um botão aos itens da lista de reprodução para remover vídeos da lista" - } - } - }, - "title": "Configurações de gerenciamento de listas de reprodução" - }, - "screenshotButton": { - "enable": { - "label": "Botão de captura de tela", - "title": "Adiciona um botão ao reprodutor para tirar uma captura de tela do vídeo" - }, - "settings": { - "format": { - "label": "Formato da captura de tela", - "title": "O formato para salvar a captura de tela" - }, - "saveAs": { - "select": { - "options": { - "both": "Ambos (Arquivo e Área de Transferência)", - "clipboard": "Área de transferência", - "file": "Arquivo" - }, - "label": "Tipo de armazenamento da captura de tela", - "title": "O tipo de armazenamento da captura de tela" - } - } - }, - "title": "Opções de captura de tela" - }, - "scrollWheelSpeedControl": { - "enable": { - "label": "Controle de velocidade da roda do mouse", - "title": "Pressiona uma tecla modificadora para ativar o ajuste de velocidade com a roda do mouse." - }, - "extras": { - "optionLabel": "Tecla {{KEY}}" - }, - "settings": { - "adjustmentSteps": { - "label": "Alterar volume por rolagem", - "title": "Ajusta a mudança de velocidade por rolagem" - }, - "modifierKey": { - "select": { - "label": "Tecla de modificação", - "title": "A tecla de modificação para uso" - } - } - }, - "title": "Opções de controle do volume na roda do mouse" - }, - "scrollWheelVolumeControl": { - "enable": { - "label": "Ajustar volume com a roda", - "title": "Deixa-o utilizar a roda do cursor para ajustar o volume do vídeo" - }, - "extras": { - "optionLabel": "Tecla {{KEY}}" - }, - "settings": { - "adjustmentSteps": { - "label": "Mudança de volume por rolagem", - "title": "Ajusta a mudança de volume por rolagem" - }, - "holdModifierKey": { - "label": "Ao segurar a tecla de modificação", - "select": { - "label": "Tecla de modificação", - "title": "A tecla de modificação para uso" - }, - "title": "Segure a tecla de modificação para ajustar o volume com a roda do cursor." - }, - "holdRightClick": { - "label": "Ao segurar o botão direito", - "title": "Segure o botão direito para ajustar o volume pela roda." - } - }, - "title": "Opções de ajuste de volume pela roda" - }, - "videoHistory": { - "enable": { - "label": "Rastrear vídeos assistidos", - "title": "Registrar a minutagem do vídeo em que parou e permite a retomada do playback" - }, - "settings": { - "resumeType": { - "select": { - "label": "Tipo de retomada", - "options": { - "automatic": "Automático", - "prompt": "Perguntar" - }, - "title": "Selecione como deseja retomar os vídeos" - } - } - }, - "title": "Opções de histórico de vídeo" - }, - "volumeBoost": { - "enable": { - "label": "Aumento de volume", - "title": "Ativa o aumento de volume" - }, - "settings": { - "amount": { - "label": "Aumento de volume (dB)", - "title": "O valor para aumentar o volume" - }, - "mode": { - "select": { - "label": "Modo de aumento de volume", - "options": { - "global": "Global", - "perVideo": "Por vídeo" - }, - "title": "Selecione como o aumento de volume é aplicado. 'Por vídeo' permite ativar o aumento para cada vídeo individualmente no menu de recursos. Já o 'Global' aplica o aumento para todos os vídeos quando o aumento de volume é ativado." - } - } - }, - "title": "Opções de aumento de volume" - } - } - } -} \ No newline at end of file + "langCode": "pt-BR", + "langName": "Português (Brasil)", + "messages": { + "resumingVideo": "Retomando vídeo em {{VIDEO_TIME}}", + "settingVolume": "Definindo o aumento de volume para {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "label": "Copiar URL do vídeo com a minutagem" + }, + "extras": { + "copied": "Copiado!" + } + }, + "featureMenu": { + "button": { + "label": "Menu de recursos" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Avançar {{TIME}}" + }, + "rewindButton": { + "label": "Voltar {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Ocultar cards finais", + "toggle": { + "off": "Exibir cards finais", + "on": "Ocultar cards finais" + } + } + }, + "loopButton": { + "button": { + "label": "Repetir", + "toggle": { + "off": "Repetição desativada", + "on": "Repetição ativada" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "Maximização", + "toggle": { + "off": "Minimizar", + "on": "Minimizar" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Abrir transcrição" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Desacelerar para {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Acelerar para {{SPEED}}" + } + }, + "extras": { + "decreaseLimit": "Impossível desacelerar mais ({{SPEED}})", + "increaseLimit": "Impossível acelerar mais ({{SPEED}})" + } + }, + "playlistLength": { + "title": "O comprimento pode não ser exato se alguns vídeos estão ocultos ou se você não carregou vídeos o suficiente para obter o comprimento máximo." + }, + "playlistManagementButtons": { + "extras": { + "failedToMarkAsUnwatched": "Falha ao marcar o vídeo como não assistido", + "failedToRemoveVideo": "Falha ao remover o vídeo", + "markAsUnwatched": "Marcar como não assistido", + "markingAsUnwatched": "Marcando como não assistido…", + "removeVideo": "Remover vídeo", + "removingVideo": "Removendo vídeo…" + } + }, + "saveToWatchLaterButton": { + "extras": { + "failedToSaveVideo": "Não foi possível salvar o vídeo em \"Assistir mais tarde\"", + "saveVideo": "Salvar em \"Assistir mais tarde\"", + "savingVideo": "Salvando em \"Assistir mais tarde\"…" + } + }, + "screenshotButton": { + "button": { + "label": "Fazer captura de tela" + }, + "extras": { + "copiedToClipboard": "Captura copiada a área de transferência" + } + }, + "videoHistory": { + "extras": { + "resumeButton": "Retomar", + "resumePromptClose": "Fechar" + } + }, + "volumeBoostButton": { + "button": { + "label": "Aumento de volume", + "toggle": { + "off": "Aumento de volume desativado", + "on": "Aumento de volume ativado" + } + } + } + } + }, + "options": { + "extras": { + "bottomButtons": { + "clear": { + "title": "Limpa todos os dados armazenados pela extensão", + "value": "Limpar dados" + }, + "confirm": { + "title": "Confirma a redefinição de dados", + "value": "Confirmar" + }, + "openTab": { + "title": "Abre as opções numa nova aba" + }, + "reset": { + "title": "Redefine as opções para o padrão, confirme para salvar as mudanças", + "value": "Redefinir" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Copiar URL do vídeo com o botão de minutagem", + "decreasePlaybackSpeedButton": "Botão de diminuir velocidade", + "forwardButton": "Botão de acelerar velocidade", + "hideEndScreenCardsButton": "Ocultar botão de cards finais", + "increasePlaybackSpeedButton": "Botão de aumentar velocidade", + "loopButton": "Botão Repetir", + "maximizePlayerButton": "Botão Maximizar", + "openTranscriptButton": "Abrir botão de transcrição", + "rewindButton": "Botão Voltar", + "screenshotButton": "Botão de captura de tela", + "volumeBoostButton": "Botão de ganho de volume" + }, + "options": { + "below_player": { + "placement": "abaixo dos controles do player", + "value": "Abaixo do player" + }, + "feature_menu": { + "placement": "no menu de recursos", + "value": "Menu de recursos" + }, + "player_controls_left": { + "placement": "à esquerda dos controles do player", + "value": "Controles esquerdos" + }, + "player_controls_right": { + "placement": "à direita dos controles do player", + "value": "Controles direitos" + } + }, + "title": "Coloque o {{BUTTON_NAME}} em {{PLACEMENT}}" + }, + "title": "Configurações de posicionamento dos botões" + }, + "clearData": { + "allDataDeleted": "Todos os dados foram excluídos.", + "confirmAlert": "Fechar a página desfará todas as mudanças feitas. Prosseguir?" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Método de ativação do menu", + "options": { + "click": "Clicar", + "hover": "Passar o cursor" + }, + "title": "Define o método para ativar o menu de recursos" + }, + "title": "Opções do menu de recursos" + } + }, + "importExportSettings": { + "exportButton": { + "success": "Mudanças aplicadas!", + "title": "Exportar opções para arquivo JSON", + "value": "Exportar opções" + }, + "importButton": { + "error": { + "unknown": "Ocorreu um erro ao importar opções. Verifique o formato do arquivo importado.", + "validation": "Erro ao importar opções. Verifique o formato do arquivo importado.\n{{ERROR_MESSAGE}}" + }, + "success": "Opções importadas com sucesso!", + "title": "Importe as opções dum arquivo JSON", + "value": "Importar opções" + } + }, + "language": { + "select": { + "label": "Idioma", + "title": "O idioma da extensão" + }, + "title": "Idioma" + }, + "openSettingsOnMajorOrMinorVersionChange": { + "label": "Open settings page on update", + "title": "Opens the settings page when a major or minor version of YouTube Enhancer is installed" + }, + "optionDisabled": { + "either": { + "label": "Ative o {{OPTIONS}} para configurar esta opção", + "separator": " ou " + }, + "plural": { + "label": "Ative o {{OPTIONS}} para configurar esta opção", + "separator": " e " + }, + "singular": "Ative o '{{OPTION}}' para configurar esta opção", + "specificOption": { + "featureMenu": "Altere pelo menos um botão no menu de recursos para configurar esta opção.", + "screenshotButtonFileFormat": "Defina o tipo de salvamento da captura de tela como 'Arquivo' ou 'Ambos' para configurar esta opção" + } + }, + "scrollForMoreSettings": "Role para mais opções", + "settingSearch": { + "placeholder": "Buscar por ajustes" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "Você pode obter uma aqui", + "input": { + "label": "Chave API", + "title": "Insira sua chave API YouTube Data V3." + }, + "title": "Chave da API YouTube Data v3" + } + }, + "notifications": { + "error": { + "optionConflict": "Esta opção não pode ser ativada enquanto '{{OPTION}}' estiver habilitada.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "A tecla alternadora da velocidade de rolagem não pode ser a mesma que a tecla alternadora do volume.", + "volumeControl": "A tecla alternadora do volume não pode ser a mesma que a tecla alternadora da velocidade de rolagem." + } + } + }, + "info": { + "reset": "Opções redefinidas ao padrão.\nSalve as mudanças clicando em \"Confirmar\" ou desfaça delas fechando a página, ou esta notificação." + }, + "success": { + "saved": "Opções salvas." + } + } + } + }, + "settings": { + "sections": { + "customCSS": { + "enable": { + "label": "CSS personalizado", + "title": "Ativa o CSS personalizado para ser aplicado à página" + }, + "extras": { + "collapse": "Minimizar editor", + "expand": "Maximizar editor", + "noProblems": "Nenhum problema encontrado." + }, + "title": "Configurações de CSS personalizado" + }, + "deepDarkCSS": { + "enable": { + "label": "Tema meia-noite", + "title": "Ativar tema selecionado para a página" + }, + "extras": { + "author": "Autor", + "co-authors": "Co-autores" + }, + "settings": { + "colorShadow": { + "label": "Cor da sombra", + "title": "Cor para sombras" + }, + "dimmerText": { + "label": "Cor do texto secundário", + "title": "Cor para texto secundário" + }, + "hoverBackground": { + "label": "Cor de fundo ao passar o cursor", + "title": "Cor de fundo ao passar o cursor" + }, + "mainBackground": { + "label": "Cor de fundo principal", + "title": "Cor principal para o fundo" + }, + "mainColor": { + "label": "Cor de destaque", + "title": "Cor para destaque" + }, + "mainText": { + "label": "Cor do texto principal", + "title": "Cor para o texto principal" + }, + "secondBackground": { + "label": "Cor de fundo secundário", + "title": "Cor para fundo secundário" + }, + "theme": { + "select": { + "label": "Selecionar tema", + "title": "Selecione um tema para a página" + } + } + }, + "title": "Configurações YouTube Deep Dark" + }, + "forwardRewindButtons": { + "enable": { + "label": "Botões de avançar/voltar", + "title": "Adiciona botões de avançar/voltar ao player de vídeo" + }, + "settings": { + "time": { + "label": "Avançar/voltar tempo", + "title": "O tanto de tempo para avançar/voltar" + } + }, + "title": "Opções de avançar/voltar" + }, + "miscellaneous": { + "settings": { + "automaticTheaterMode": { + "enable": { + "label": "Modo teatro automático", + "title": "Ativa automaticamente o modo teatro ao carregar um vídeo" + } + }, + "automaticallyDisableAmbientMode": { + "enable": { + "label": "Desativar automaticamente o modo ambiente", + "title": "Desativa o modo ambiente automaticamente ao carregar um vídeo" + } + }, + "automaticallyDisableAutoPlay": { + "enable": { + "label": "Desativar reprodução automática", + "title": "Desativa automaticamente a reprodução automática ao carregar um vídeo" + } + }, + "automaticallyDisableClosedCaptions": { + "enable": { + "label": "Desativar legendas automaticamente", + "title": "Desativa as legendas ao carregar um vídeo" + } + }, + "automaticallyEnableClosedCaptions": { + "enable": { + "label": "Ativar legendas automaticamente", + "title": "Ativa automaticamente as legendas ao carregar um vídeo" + } + }, + "automaticallyMaximizePlayer": { + "enable": { + "label": "Maximizar o vídeo automaticamente", + "title": "Maximiza automaticamente o reprodutor ao carregar um vídeo" + } + }, + "automaticallyShowMoreVideosOnEndScreen": { + "enable": { + "label": "Exibir automaticamente mais vídeos na tela final", + "title": "Mostra automaticamente mais vídeos na tela final do vídeo" + } + }, + "copyTimestampUrlButton": { + "enable": { + "label": "Copiar URL do vídeo com o botão de minutagem", + "title": "Copia o URL do vídeo com a minutagem (?t=123)" + } + }, + "defaultToOriginalAudioTrack": { + "enable": { + "label": "Retornar à faixa de vídeo original", + "title": "Sempre retornar à faixa de vídeo original" + } + }, + "hideArtificialIntelligenceSummary": { + "enable": { + "label": "Ocultar resumo IA", + "title": "Oculta a seção de resumo IA de um vídeo" + } + }, + "hideEndScreenCards": { + "enable": { + "label": "Ocultar cards finais", + "title": "Oculta os cards no final do vídeo" + } + }, + "hideEndScreenCardsButton": { + "enable": { + "label": "Ocultar botão de cards finais", + "title": "Adiciona um botão para exibir/ocultar cards finais" + } + }, + "hideLiveStreamChat": { + "enable": { + "label": "Ocultar chat da transmissão", + "title": "Oculta o chat da transmissão" + } + }, + "hideMembersOnlyVideos": { + "enable": { + "label": "Ocultar vídeos exclusivos para membros", + "title": "Oculta vídeos que só membros são permitidos a assistir" + } + }, + "hideOfficialArtistVideosFromHomePage": { + "enable": { + "label": "Ocultar vídeos de artistas originais", + "title": "Ocultar vídeos de artistas originais do início" + } + }, + "hidePaidPromotionBanner": { + "enable": { + "label": "Ocultar banner de promoção paga", + "title": "Oculta o banner ao assistir um vídeo com promoção paga incluída" + } + }, + "hidePlayables": { + "enable": { + "label": "Ocultar jogáveis", + "title": "Oculta a seção de jogáveis" + } + }, + "hidePlaylistRecommendationsFromHomePage": { + "enable": { + "label": "Ocultar listas de reprodução da página inicial", + "title": "Remova as listas de reprodução da página inicial" + } + }, + "hideScrollbar": { + "enable": { + "label": "Ocultar barra de rolagem", + "title": "Oculta a barra de rolagem da página" + } + }, + "hideShorts": { + "enable": { + "label": "Ocultar \"Shorts\"", + "title": "Oculta a função \"Shorts\"" + } + }, + "hideSidebarRecommendedVideos": { + "enable": { + "label": "Ocultar vídeos recomendados", + "title": "Oculta a barra lateral de recomendação de vídeos" + } + }, + "hideTranslateComment": { + "enable": { + "label": "Ocultar botão de traduzir comentário", + "title": "Oculta o botão de tradução de comentário" + } + }, + "loopButton": { + "enable": { + "label": "Botão Repetir", + "title": "Adiciona um botão para repetir o vídeo que está assistindo" + } + }, + "maximizePlayerButton": { + "enable": { + "label": "Botão de maximizar player", + "title": "Adiciona um botão para maximizar o player" + } + }, + "openTranscriptButton": { + "enable": { + "label": "Abrir botão de transcrição", + "title": "Adiciona um botão para abrir a transcrição do vídeo que está assistindo" + } + }, + "openYouTubeSettingsOnHover": { + "enable": { + "label": "Abrir opções do YouTube ao passar o cursor", + "title": "Abre as opções do YouTube ao passar o cursor sobre o botão Opções" + } + }, + "pauseBackgroundPlayers": { + "enable": { + "label": "Pausar player em segundo plano", + "title": "Pausa o player nas abas em segundo plano ao iniciar um novo player noutra aba" + } + }, + "remainingTime": { + "enable": { + "label": "Tempo restante", + "title": "Exibe o tempo restante do vídeo que está assistindo" + } + }, + "rememberVolume": { + "enable": { + "label": "Lembrar volume anterior", + "title": "Lembra do aumento de volume do vídeo anterior e aplica-o ao novo vídeo." + } + }, + "removeRedirect": { + "enable": { + "label": "Remover URLs de redireção do YouTube", + "title": "Substitui a redireção do YouTube por URLs reais, pulando o aviso de redireção" + } + }, + "restoreFullscreenScrolling": { + "enable": { + "label": "Restaurar rolagem em tela cheia", + "title": "Restaura a rolagem da página no modo de tela cheia" + } + }, + "saveToWatchLaterButton": { + "enable": { + "label": "Ativar botão \"Assistir mais tarde\"", + "title": "Adiciona um botão aos vídeos da página inicial e das inscrições para salvar o vídeo na lista de reprodução \"Assistir mais tarde\"" + } + }, + "shareShortener": { + "enable": { + "label": "Encurtar link de compartilha de vídeo", + "title": "Encurta os links de compartilha de vídeo (youtu.be) removendo os parâmetros si/features." + } + }, + "shortsAutoScroll": { + "enable": { + "label": "Rolar automaticamente pelos Shorts", + "title": "Rola para o próximo Short automaticamente" + } + }, + "skipContinueWatching": { + "enable": { + "label": "Pular aviso de ausência", + "title": "Remove o aviso \"O vídeo está pausado. Continuar assistindo?\"" + } + } + }, + "title": "Diversos" + }, + "onScreenDisplaySettings": { + "settings": { + "color": { + "label": "Cor", + "select": { + "options": { + "blue": "Azul", + "green": "Verde", + "orange": "Laranja", + "pink": "Rosa", + "purple": "Roxo", + "red": "Vermelho", + "white": "Branco", + "yellow": "Amarelo" + } + }, + "title": "Define a cor para as informações em exibição" + }, + "hide": { + "label": "Ocultar atraso", + "title": "Especifica o tempo (em milissegundos) antes de ocultar automaticamente as informações em exibição" + }, + "opacity": { + "label": "Opacidade", + "title": "Ajusta a transparência das informações em exibição" + }, + "padding": { + "label": "Alinhamento", + "title": "Ajusta o alinhamento de informações em exibição (em píxeis)." + }, + "position": { + "label": "Posição", + "select": { + "options": { + "bottom_left": "Inferior esquerdo", + "bottom_right": "Inferior direito", + "center": "Centro", + "top_left": "Superior esquerdo", + "top_right": "Superior direito" + } + }, + "title": "Seleciona a posição da exibição na tela" + }, + "type": { + "label": "Tipo", + "select": { + "options": { + "circle": "Círculo", + "line": "Linha", + "no_display": "Sem exibição", + "text": "Texto" + } + }, + "title": "Seleciona o tipo de exibição na tela" + } + }, + "title": "Configurações de exibição na tela" + }, + "playerQuality": { + "enable": { + "label": "Ajustador automático de resolução", + "title": "Define automaticamente a resolução do vídeo para o nível desejado." + }, + "settings": { + "quality": { + "select": { + "label": "Resolução do player", + "title": "A resolução para definir no vídeo" + } + }, + "qualityFallbackStrategy": { + "select": { + "label": "Sistema de redução de resolução", + "options": { + "higher": "Grande", + "lower": "Pequeno" + }, + "title": "O sistema para usar quando a resolução definida estiver indisponível." + } + } + }, + "title": "Opções de resolução automática" + }, + "playerSpeed": { + "enable": { + "label": "Velocidade de playback forçada", + "title": "Define a velocidade do vídeo ao valor que você inserir" + }, + "settings": { + "buttons": { + "label": "Velocidade de playback", + "select": { + "label": "Velocidade do playback", + "title": "O tanto de velocidade a ser pulado num clique" + }, + "title": "Adiciona botões para acelerar/desacelerar o playback do vídeo" + }, + "speed": { + "select": { + "label": "Velocidade do player", + "title": "A velocidade definida para o vídeo" + } + } + }, + "title": "Opções de playback" + }, + "playlistLength": { + "enable": { + "label": "Exibir informações de duração da playlist", + "title": "Exibe a duração da playlist, quantas vezes foi visualizada, e o tempo restante." + }, + "settings": { + "wayToGetLength": { + "select": { + "label": "Forma de obter a duração da playlist", + "title": "A forma de obter a duração da playlist (O método API voltará a HTML se ocorrer um erro)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Forma de obter o tempo assistido", + "options": { + "duration": "Duração do vídeo", + "youtube": "Tempo assistido do vídeo" + }, + "title": "A forma de obter o tempo assistido (Tipo de duração do vídeo apenas usado na página de exibição)" + } + } + }, + "title": "Opções de duração da playlist" + }, + "playlistManagementButtons": { + "settings": { + "markAsUnwatchedButton": { + "enable": { + "label": "Botão \"Marcar como não assistido\"", + "title": "Adiciona um botão para marcar vídeos como não assistidos" + } + }, + "removeVideoButton": { + "enable": { + "label": "Botão \"Remover vídeo\"", + "title": "Adicione um botão aos itens da lista de reprodução para remover vídeos da lista" + } + } + }, + "title": "Configurações de gerenciamento de listas de reprodução" + }, + "screenshotButton": { + "enable": { + "label": "Botão de captura de tela", + "title": "Adiciona um botão ao reprodutor para tirar uma captura de tela do vídeo" + }, + "settings": { + "format": { + "label": "Formato da captura de tela", + "title": "O formato para salvar a captura de tela" + }, + "saveAs": { + "select": { + "label": "Tipo de armazenamento da captura de tela", + "options": { + "both": "Ambos (Arquivo e Área de Transferência)", + "clipboard": "Área de transferência", + "file": "Arquivo" + }, + "title": "O tipo de armazenamento da captura de tela" + } + } + }, + "title": "Opções de captura de tela" + }, + "scrollWheelSpeedControl": { + "enable": { + "label": "Controle de velocidade da roda do mouse", + "title": "Pressiona uma tecla modificadora para ativar o ajuste de velocidade com a roda do mouse." + }, + "extras": { + "optionLabel": "Tecla {{KEY}}" + }, + "settings": { + "adjustmentSteps": { + "label": "Alterar volume por rolagem", + "title": "Ajusta a mudança de velocidade por rolagem" + }, + "modifierKey": { + "select": { + "label": "Tecla de modificação", + "title": "A tecla de modificação para uso" + } + } + }, + "title": "Opções de controle do volume na roda do mouse" + }, + "scrollWheelVolumeControl": { + "enable": { + "label": "Ajustar volume com a roda", + "title": "Deixa-o utilizar a roda do cursor para ajustar o volume do vídeo" + }, + "extras": { + "optionLabel": "Tecla {{KEY}}" + }, + "settings": { + "adjustmentSteps": { + "label": "Mudança de volume por rolagem", + "title": "Ajusta a mudança de volume por rolagem" + }, + "holdModifierKey": { + "label": "Ao segurar a tecla de modificação", + "select": { + "label": "Tecla de modificação", + "title": "A tecla de modificação para uso" + }, + "title": "Segure a tecla de modificação para ajustar o volume com a roda do cursor." + }, + "holdRightClick": { + "label": "Ao segurar o botão direito", + "title": "Segure o botão direito para ajustar o volume pela roda." + } + }, + "title": "Opções de ajuste de volume pela roda" + }, + "videoHistory": { + "enable": { + "label": "Rastrear vídeos assistidos", + "title": "Registrar a minutagem do vídeo em que parou e permite a retomada do playback" + }, + "settings": { + "resumeType": { + "select": { + "label": "Tipo de retomada", + "options": { + "automatic": "Automático", + "prompt": "Perguntar" + }, + "title": "Selecione como deseja retomar os vídeos" + } + } + }, + "title": "Opções de histórico de vídeo" + }, + "volumeBoost": { + "enable": { + "label": "Aumento de volume", + "title": "Ativa o aumento de volume" + }, + "settings": { + "amount": { + "label": "Aumento de volume (dB)", + "title": "O valor para aumentar o volume" + }, + "mode": { + "select": { + "label": "Modo de aumento de volume", + "options": { + "global": "Global", + "perVideo": "Por vídeo" + }, + "title": "Selecione como o aumento de volume é aplicado. 'Por vídeo' permite ativar o aumento para cada vídeo individualmente no menu de recursos. Já o 'Global' aplica o aumento para todos os vídeos quando o aumento de volume é ativado." + } + } + }, + "title": "Opções de aumento de volume" + } + } + } +} From 771b9b3bb07d85e7f378713ed86fc49e6d16bd68 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 3 Feb 2026 15:31:58 -0500 Subject: [PATCH 1562/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 1648 +++++++++++++++++++------------------ 1 file changed, 826 insertions(+), 822 deletions(-) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index 91c281382..df4093606 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -1,823 +1,827 @@ { - "langCode": "sv-SE", - "langName": "Svenska (SV)", - "messages": { - "resumingVideo": "Återupptar video vid {{VIDEO_TIME}}", - "settingVolume": "Ställa in volymökning till {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "label": "Kopiera videons webbadress med tidsstämpel" - }, - "extras": { - "copied": "Kopierad!" - } - }, - "featureMenu": { - "button": { - "label": "Funktionsmeny" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "Snabbspola med {{TIME}}" - }, - "rewindButton": { - "label": "Återspola med {{TIME}}" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "Dölj slutskärmskort", - "toggle": { - "off": "Visa slutskärmskort", - "on": "Dölj slutskärmskort" - } - } - }, - "loopButton": { - "button": { - "label": "Slinga", - "toggle": { - "off": "Slinga av", - "on": "Slinga på" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "Maximera", - "toggle": { - "off": "Maximera av", - "on": "Maximera på" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Öppna transkript" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Minska hastigheten till {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Öka hastigheten till {{SPEED}}" - } - }, - "extras": { - "decreaseLimit": "Det går inte att sänka mer ({{SPEED}})", - "increaseLimit": "Det går inte att höja mer ({{SPEED}})" - } - }, - "playlistLength": { - "title": "Total längd kanske inte är korrekt om vissa videor är dolda eller om du inte har laddat tillräckligt med videor för att få hela längden." - }, - "playlistManagementButtons": { - "extras": { - "failedToMarkAsUnwatched": "Det gick inte att markera video som ej sedd", - "failedToRemoveVideo": "Det gick inte att ta bort video", - "markAsUnwatched": "Markera som ej sedd", - "markingAsUnwatched": "Markerar som ej sedd…", - "removeVideo": "Ta bort video", - "removingVideo": "Tar bort video…" - } - }, - "saveToWatchLaterButton": { - "extras": { - "failedToSaveVideo": "Det gick inte att spara videon till titta på senare", - "saveVideo": "Spara till titta på senare", - "savingVideo": "Sparar till titta på senare…" - } - }, - "screenshotButton": { - "button": { - "label": "Skärmbild" - }, - "extras": { - "copiedToClipboard": "Skärmbild kopierad till urklipp" - } - }, - "videoHistory": { - "extras": { - "resumeButton": "Återuppta", - "resumePromptClose": "Stäng" - } - }, - "volumeBoostButton": { - "button": { - "label": "Volymökning", - "toggle": { - "off": "Volymökning av", - "on": "Volymökning på" - } - } - } - } - }, - "options": { - "extras": { - "bottomButtons": { - "clear": { - "title": "Rensar all data som detta tillägg har lagrat på din dator", - "value": "Rensa data" - }, - "confirm": { - "title": "Bekräfta återställning av inställningar", - "value": "Bekräfta" - }, - "openTab": { - "title": "Öppna tilläggsinställningar i en ny flik" - }, - "reset": { - "title": "Återställer alla inställningar till sina standardinställningar, Klicka på bekräftelseknappen för att spara ändringarna", - "value": "Återställ" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "Kopiera videons webbadress med tidsstämpelknappen", - "decreasePlaybackSpeedButton": "Knapp för att mindska hastigheten", - "forwardButton": "Snabbspolningsknapp", - "hideEndScreenCardsButton": "Dölj knappen för slutskärmskort", - "increasePlaybackSpeedButton": "Knapp för att öka hastigheten", - "loopButton": "Slingknapp", - "maximizePlayerButton": "Maximeraknapp", - "openTranscriptButton": "Transkriptknapp", - "rewindButton": "Återspolningsknapp", - "screenshotButton": "Skärmbildsknapp", - "volumeBoostButton": "Volymökningsknapp" - }, - "options": { - "below_player": { - "placement": "under spelarkontrollerna", - "value": "Under spelaren" - }, - "feature_menu": { - "placement": "i funktionsmenyn", - "value": "Funktionsmeny" - }, - "player_controls_left": { - "placement": "på vänster sida av spelarkontrollerna", - "value": "Vänster kontroller" - }, - "player_controls_right": { - "placement": "på höger sida av spelarkontrollerna", - "value": "Höger kontroller" - } - }, - "title": "Placera {{BUTTON_NAME}} {{PLACEMENT}}" - }, - "title": "Inställningar för knapplacering" - }, - "clearData": { - "allDataDeleted": "All data har tagits bort.", - "confirmAlert": "Detta kommer att ta bort alla tilläggsdata relaterade till alternativen. Fortsätta?" - }, - "featureMenu": { - "openType": { - "select": { - "label": "Aktiveringstyp för menyn", - "options": { - "click": "Klicka", - "hover": "Musöver" - }, - "title": "Välj metod för att aktivera funktionsmenyn" - }, - "title": "Inställningar för funktionsmeny" - } - }, - "importExportSettings": { - "exportButton": { - "success": "Inställningar har exporterats", - "title": "Exportera inställningarna till en JSON-fil", - "value": "Exportera Inställningar" - }, - "importButton": { - "error": { - "unknown": "Fel vid import av inställningar. Kontrollera filformatet.\nEtt okänt fel uppstod.", - "validation": "Fel vid import av inställningar. Kontrollera filformatet.\n{{ERROR_MESSAGE}}" - }, - "success": "Inställningar har importerats", - "title": "Importera inställningarna från en JSON-fil", - "value": "Importera inställningar" - } - }, - "language": { - "select": { - "label": "Språk", - "title": "Språket som ska användas för tillägget" - }, - "title": "Språk" - }, - "optionDisabled": { - "either": { - "label": "Aktivera {{OPTIONS}} för att konfigurera detta alternativ", - "separator": " eller " - }, - "plural": { - "label": "Aktivera {{OPTIONS}} för att konfigurera detta alternativ", - "separator": " och " - }, - "singular": "Aktivera {{OPTION}} för att konfigurera detta alternativ", - "specificOption": { - "featureMenu": "Konfigurera minst en knapp som ska placeras i funktionsmenyn för att konfigurera det här alternativet.", - "screenshotButtonFileFormat": "Ställ in skärmbildens bildtyp till 'fil' eller 'båda' för att konfigurera detta alternativ" - } - }, - "scrollForMoreSettings": "Rulla för fler inställningar", - "settingSearch": { - "placeholder": "Sök efter en inställning" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "Du kan hämta en härifrån", - "input": { - "label": "API-nyckel", - "title": "Ange din Youtube Data API V3-nyckel." - }, - "title": "YouTube API V3-nyckel" - } - }, - "notifications": { - "error": { - "optionConflict": "Detta alternativ kan inte aktiveras medan '{{OPTION}}' är aktiverat.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "Rullningshjulets modifieringstangent för hastighetsreglering kan inte vara densamma modifieringstangent som rullningshjulets volymreglering.", - "volumeControl": "Rullningshjulets modifieringstangent för volymreglering kan inte vara densamma modifieringstangent som rullningshjulets hastighetsreglering." - } - } - }, - "info": { - "reset": "Alla alternativ har återställts till sina standardvärden.\nDu kan nu spara ändringarna genom att klicka på knappen \"Bekräfta\" eller örkasta dem genom att stänga denna sida eller ignorera detta meddelande." - }, - "success": { - "saved": "Inställningarna sparade." - } - } - } - }, - "settings": { - "sections": { - "customCSS": { - "enable": { - "label": "Aktivera anpassad CSS", - "title": "Aktiverar anpassad CSS som ska tillämpas på sidan" - }, - "extras": { - "collapse": "Fäll ihop redigeraren", - "expand": "Fäll ut redigeraren", - "noProblems": "Inga problem hittades." - }, - "title": "Anpassade CSS-inställningar" - }, - "deepDarkCSS": { - "enable": { - "label": "Aktivera valt tema", - "title": "Aktivera det valda temat för sidan" - }, - "extras": { - "author": "Skapare", - "co-authors": "Medskapare" - }, - "settings": { - "colorShadow": { - "label": "Skuggfärg", - "title": "Färg för skuggor" - }, - "dimmerText": { - "label": "Sekundär textfärg", - "title": "Färg för sekundärtext" - }, - "hoverBackground": { - "label": "Bakgrundsfärg för musöver", - "title": "Bakgrundsfärg för musöver" - }, - "mainBackground": { - "label": "Primär bakgrundsfärg", - "title": "Färg för primär bakgrund" - }, - "mainColor": { - "label": "Accentfärg", - "title": "Färg för accent" - }, - "mainText": { - "label": "Primär textfärg", - "title": "Färg för primär text" - }, - "secondBackground": { - "label": "Sekundär bakgrundsfärg", - "title": "Färg för sekundär bakgrund" - }, - "theme": { - "select": { - "label": "Välj tema", - "title": "Välj ett tema som ska tillämpas på sidan" - } - } - }, - "title": "Deep Dark-inställningar för YouTube" - }, - "forwardRewindButtons": { - "enable": { - "label": "Aktivera spola framåt-/återspolningsknappar", - "title": "Lägger till spola framåt- och återspolningsknappar till videospelaren" - }, - "settings": { - "time": { - "label": "Spola framåt-/återspolningstid", - "title": "Tiden som videon ska spolas framåt/återspolas med" - } - }, - "title": "Inställningar för knapparna spola framåt/återspola" - }, - "miscellaneous": { - "settings": { - "automaticallyDisableAmbientMode": { - "enable": { - "label": "Inaktivera biobelysning automatiskt", - "title": "Inaktiverar automatiskt biobelysning när du startar en video" - } - }, - "automaticallyDisableAutoPlay": { - "enable": { - "label": "Inaktivera automatisk uppspelning", - "title": "Inaktiverar automatiskt uppspelning när du startar en video" - } - }, - "automaticallyDisableClosedCaptions": { - "enable": { - "label": "Inaktivera textning automatiskt", - "title": "Inaktiverar textning automatiskt när du laddar en video" - } - }, - "automaticallyEnableClosedCaptions": { - "enable": { - "label": "Aktivera undertexter automatiskt", - "title": "Aktiverar automatiskt undertexter när du startar en video" - } - }, - "automaticallyMaximizePlayer": { - "enable": { - "label": "Maximera spelaren automatiskt", - "title": "Maximera spelaren automatiskt när du laddar en video" - } - }, - "automaticallyShowMoreVideosOnEndScreen": { - "enable": { - "label": "Visa automatiskt fler videor på slutskärmen", - "title": "Visa automatiskt fler videor på slutskärmen när du laddar en video" - } - }, - "automaticTheaterMode": { - "enable": { - "label": "Automatiskt teaterläge", - "title": "Aktiverar automatiskt teaterläge när du startar en video" - } - }, - "copyTimestampUrlButton": { - "enable": { - "label": "Kopiera videons webbadress med tidsstämpelknappen", - "title": "Kopiera videons webbadress med tidsstämpel (?t=123)" - } - }, - "defaultToOriginalAudioTrack": { - "enable": { - "label": "Standard till originalljudspår", - "title": "Använd alltid originalljudspåret som standard" - } - }, - "saveToWatchLaterButton": { - "enable": { - "label": "Aktivera knappen spara för att titta på senare", - "title": "Lägger till en knapp på hem- och prenumerationsvideor för att spara videon till spellistan \"Titta på senare\"" - } - }, - "hideArtificialIntelligenceSummary": { - "enable": { - "label": "Dölj AI-sammanfattning", - "title": "Döljer sammanfattningen av artificiell intelligens under videorna" - } - }, - "hideEndScreenCards": { - "enable": { - "label": "Dölj slutskärmskort", - "title": "Döljer korten i slutet av videon" - } - }, - "hideEndScreenCardsButton": { - "enable": { - "label": "Dölj knappen för slutskärmskort", - "title": "Lägger till en knapp för att visa/dölja korten i slutet av videon" - } - }, - "hideLiveStreamChat": { - "enable": { - "label": "Dölj direktströmschatt", - "title": "Döljer direktströmschatten" - } - }, - "hideMembersOnlyVideos": { - "enable": { - "label": "Dölj endast för medlemmar-videor", - "title": "Döljer videor som endast är synliga för medlemmar" - } - }, - "hideOfficialArtistVideosFromHomePage": { - "enable": { - "label": "Dölj officiella artistvideor", - "title": "Dölj officiella artistvideor från startsidan" - } - }, - "hidePaidPromotionBanner": { - "enable": { - "label": "Dölj betald marknadsföringsbanner", - "title": "Döljer bannern som visas när du tittar på en video som har betald marknadsföring" - } - }, - "hidePlayables": { - "enable": { - "label": "Dölj spelbara", - "title": "Döljer alla spelbara" - } - }, - "hidePlaylistRecommendationsFromHomePage": { - "enable": { - "label": "Dölj spellistor från hemsidan", - "title": "Bli av med spellistor från hemsidan" - } - }, - "hideScrollbar": { - "enable": { - "label": "Dölj rullningslisten", - "title": "Döljer sidornas rullningsfält" - } - }, - "hideShorts": { - "enable": { - "label": "Dölj shorts", - "title": "Döljer alla shorts" - } - }, - "hideSidebarRecommendedVideos": { - "enable": { - "label": "Dölj rekommenderade videor", - "title": "Döljer sidofältet som rekommenderar videor" - } - }, - "hideTranslateComment": { - "enable": { - "label": "Dölj översättning av kommentarer", - "title": "Döljer knappen 'Översätt till språk' under kommentarer" - } - }, - "loopButton": { - "enable": { - "label": "Slingknapp", - "title": "Lägger till en knapp i funktionsmenyn för att slinga videon du tittar på" - } - }, - "maximizePlayerButton": { - "enable": { - "label": "Maximeringsknapp för spelaren", - "title": "Lägger till en knapp i funktionsmenyn för att maximera spelaren" - } - }, - "openTranscriptButton": { - "enable": { - "label": "Öppningsknapp för transkript", - "title": "Lägger till en knapp i funktionsmenyn för att visa transkript av videon du tittar på" - } - }, - "openYouTubeSettingsOnHover": { - "enable": { - "label": "Öppna YouTube-inställningar vid musöver", - "title": "Öppnar YouTube-inställningsmenyn när du håller muspekaren över inställningsknappen" - } - }, - "pauseBackgroundPlayers": { - "enable": { - "label": "Pausa spelare i bakgrunden", - "title": "Pausar videospelare i bakgrundsflikar när du startar en ny videospelare i en förgrundsflik" - } - }, - "remainingTime": { - "enable": { - "label": "Återstående tid", - "title": "Visar återstående tid för videon du tittar på" - } - }, - "rememberVolume": { - "enable": { - "label": "Kom ihåg senaste volymen", - "title": "Kommer ihåg volymen på den senaste videon du tittade på och ställer in den när du öppnar en ny video" - } - }, - "removeRedirect": { - "enable": { - "label": "Ta bort YouTube-omdirigeringswebbadresser", - "title": "Ersätter YouTube-omdirigering genom faktiska webbadresser, hoppar över omdirigeringsvarningsdialog" - } - }, - "restoreFullscreenScrolling": { - "enable": { - "label": "Återställ fullskärmsrullning", - "title": "Återställer rullning i helskärmsläge" - } - }, - "shareShortener": { - "enable": { - "label": "Förkorta YouTube-videons delningslänk", - "title": "Förkortar YouTube-videons delningslänk (youtu.be) genom att ta bort funktionsparametrar från den" - } - }, - "shortsAutoScroll": { - "enable": { - "label": "Automatisk rullning för shorts", - "title": "Rullar automatiskt till nästa shorts" - } - }, - "skipContinueWatching": { - "enable": { - "label": "Hoppa över \"Videon är pausad. Fortsätt titta?\"", - "title": "Hoppa över dialogrutan som pausar videouppspelningen" - } - } - }, - "title": "Övriga inställningar" - }, - "onScreenDisplaySettings": { - "settings": { - "color": { - "label": "Färg", - "select": { - "options": { - "blue": "Blå", - "green": "Grön", - "orange": "Orange", - "pink": "Rosa", - "purple": "Lila", - "red": "Röd", - "white": "Vit", - "yellow": "Gul" - } - }, - "title": "Välj färgen för On-Screen Display" - }, - "hide": { - "label": "Döljfördröjning", - "title": "Ange tiden i millisekunder innan On-Screen Display automatiskt döljs" - }, - "opacity": { - "label": "Genomskinlighet", - "title": "Justera genomskinligheten för On-Screen Display" - }, - "padding": { - "label": "Utfyllnad", - "title": "Justera avståndet runt On-Screen Display i pixlar. Detta gäller specifikt för hörn On-Screen Display." - }, - "position": { - "label": "Position", - "select": { - "options": { - "bottom_left": "Nedre vänstra", - "bottom_right": "Nedre högra", - "center": "Mitten", - "top_left": "Övre vänstra", - "top_right": "Övre högra" - } - }, - "title": "Välj placering av On-Screen Display" - }, - "type": { - "label": "Typ", - "select": { - "options": { - "circle": "Cirkel", - "line": "Rad", - "no_display": "Ingen visning", - "text": "Text" - } - }, - "title": "Välj typ av On-Screen Display" - } - }, - "title": "On-Screen skärminställningar" - }, - "playerQuality": { - "enable": { - "label": "Automatisk kvalitetsjustering", - "title": "Justerar automatiskt videokvaliteten till den valda nivån." - }, - "settings": { - "quality": { - "select": { - "label": "Spelarkvalitet", - "title": "Kvaliteten för att ställa in videon till" - } - }, - "qualityFallbackStrategy": { - "select": { - "label": "Reservmetod för kvaliten", - "options": { - "higher": "Högre", - "lower": "Lägre" - }, - "title": "Metod att använda när den valda kvaliteten inte är tillgänglig" - } - } - }, - "title": "Automatisk kvalitetsinställningar" - }, - "playerSpeed": { - "enable": { - "label": "Tvingad uppspelningshastighet", - "title": "Ställer in videohastigheten till det du väljer nedan" - }, - "settings": { - "buttons": { - "label": "Knapp för uppspelningshastigheten", - "select": { - "label": "Knapp för uppspelningshastigheten", - "title": "Hastighetsändring per klick" - }, - "title": "Lägger till knappar för att öka eller minska uppspelningshastigheten på videon du tittar på" - }, - "speed": { - "select": { - "label": "Uppspelningshastighet", - "title": "Hastigheten att spela upp videon i" - } - } - }, - "title": "Inställningar för uppspelningshastighet" - }, - "playlistLength": { - "enable": { - "label": "Visa information om spellistans längd", - "title": "Visar spellistans totala längd och hur mycket som har tittats på och hur mycket som återstår." - }, - "settings": { - "wayToGetLength": { - "select": { - "label": "Metod för att få spellistans längd", - "title": "Sättet att få information om spellista längd (API-metoden kommer att falla tillbaka till HTML om ett fel inträffar)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "Metod för att hämta tittad tid", - "options": { - "duration": "Videolängd", - "youtube": "Tittad videolängd" - }, - "title": "Sättet att få den tid som tittats på (videons längdtyp används endast på visningssidan)" - } - } - }, - "title": "Inställningar för spellistans längd" - }, - "playlistManagementButtons": { - "settings": { - "markAsUnwatchedButton": { - "enable": { - "label": "Markera som ej seddknapp", - "title": "Lägger till en knapp för att markera videor som ej sedda" - } - }, - "removeVideoButton": { - "enable": { - "label": "Ta bort videoknappen", - "title": "Lägger till en knapp för att ta bort videor från spellistan" - } - } - }, - "title": "Inställningar för hantering av spellistor" - }, - "screenshotButton": { - "enable": { - "label": "Skärmbildsknapp", - "title": "Lägger till en knapp till spelaren för att ta en skärmbild av videon" - }, - "settings": { - "format": { - "label": "Skärmbildsformat", - "title": "Formatet för att spara skärmbilden i" - }, - "saveAs": { - "select": { - "options": { - "both": "Båda (fil och urklipp)", - "clipboard": "Urklipp", - "file": "Fil" - }, - "label": "Skärmbildstyp att spara i", - "title": "Skärmbildens spartyp" - } - } - }, - "title": "Skärmbildsinställningar" - }, - "scrollWheelSpeedControl": { - "enable": { - "label": "Hastighetsändring med rullningshjulet", - "title": "Tryck på en modifierartangent för att aktivera hastighetsjustering med rullningshjulet." - }, - "extras": { - "optionLabel": "{{KEY}}-tangent" - }, - "settings": { - "adjustmentSteps": { - "label": "Hastighetsändring per rullning", - "title": "Justera hastighetsändringen per rullning" - }, - "modifierKey": { - "select": { - "label": "Modifieringstangent", - "title": "Modifieringstangent att använda" - } - } - }, - "title": "Inställningar för rullningshjulets hastighetsändring" - }, - "scrollWheelVolumeControl": { - "enable": { - "label": "Volymändring med rullningshjulet", - "title": "Låter dig använda rullningshjulet för att ändra volymen på videon du tittar på" - }, - "extras": { - "optionLabel": "{{KEY}}-tangent" - }, - "settings": { - "adjustmentSteps": { - "label": "Volymändring per rullning", - "title": "Justera volymändringen per rullning" - }, - "holdModifierKey": { - "label": "Aktivera när du håller ner modifieringstangenten", - "select": { - "label": "Modifieringstangent", - "title": "Modifieringstangent att använda" - }, - "title": "Tryck på en modifierartangent för att aktivera hastighetsändringen med rullningshjulet." - }, - "holdRightClick": { - "label": "Aktivera när du håller ner höger musknapp", - "title": "Håll höger musknapp nertryckt för att aktivera rullningshjulets volymkontroll" - } - }, - "title": "Rullningshjulets volyminställningar" - }, - "videoHistory": { - "enable": { - "label": "Håll reda på visade videor", - "title": "Håller reda på var du slutade på videor du tittade på och gör det möjligt att återuppta uppspelningen" - }, - "settings": { - "resumeType": { - "select": { - "label": "Återupptagningstyp", - "options": { - "automatic": "Automatisk", - "prompt": "Fråga" - }, - "title": "Välj hur du vill återuppta videor" - } - } - }, - "title": "Inställningar för videohistorik" - }, - "volumeBoost": { - "enable": { - "label": "Volymökning", - "title": "Aktivera volymökning" - }, - "settings": { - "amount": { - "label": "Volymökningsmängd (dB)", - "title": "Hur mycket ljudet ska öka med" - }, - "mode": { - "select": { - "label": "Volymökningsläge", - "options": { - "global": "Global", - "perVideo": "Per video" - }, - "title": "Välj hur volymökning tillämpas. \"Per video\" gör det möjligt att aktivera ökning för varje video individuellt i funktionsmenyn. 'Global' gäller ökning för alla videor när volymökning är aktiverat." - } - } - }, - "title": "Inställningar för volymökning" - } - } - } -} \ No newline at end of file + "langCode": "sv-SE", + "langName": "Svenska (SV)", + "messages": { + "resumingVideo": "Återupptar video vid {{VIDEO_TIME}}", + "settingVolume": "Ställa in volymökning till {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "label": "Kopiera videons webbadress med tidsstämpel" + }, + "extras": { + "copied": "Kopierad!" + } + }, + "featureMenu": { + "button": { + "label": "Funktionsmeny" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Snabbspola med {{TIME}}" + }, + "rewindButton": { + "label": "Återspola med {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Dölj slutskärmskort", + "toggle": { + "off": "Visa slutskärmskort", + "on": "Dölj slutskärmskort" + } + } + }, + "loopButton": { + "button": { + "label": "Slinga", + "toggle": { + "off": "Slinga av", + "on": "Slinga på" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "Maximera", + "toggle": { + "off": "Maximera av", + "on": "Maximera på" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Öppna transkript" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Minska hastigheten till {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Öka hastigheten till {{SPEED}}" + } + }, + "extras": { + "decreaseLimit": "Det går inte att sänka mer ({{SPEED}})", + "increaseLimit": "Det går inte att höja mer ({{SPEED}})" + } + }, + "playlistLength": { + "title": "Total längd kanske inte är korrekt om vissa videor är dolda eller om du inte har laddat tillräckligt med videor för att få hela längden." + }, + "playlistManagementButtons": { + "extras": { + "failedToMarkAsUnwatched": "Det gick inte att markera video som ej sedd", + "failedToRemoveVideo": "Det gick inte att ta bort video", + "markAsUnwatched": "Markera som ej sedd", + "markingAsUnwatched": "Markerar som ej sedd…", + "removeVideo": "Ta bort video", + "removingVideo": "Tar bort video…" + } + }, + "saveToWatchLaterButton": { + "extras": { + "failedToSaveVideo": "Det gick inte att spara videon till titta på senare", + "saveVideo": "Spara till titta på senare", + "savingVideo": "Sparar till titta på senare…" + } + }, + "screenshotButton": { + "button": { + "label": "Skärmbild" + }, + "extras": { + "copiedToClipboard": "Skärmbild kopierad till urklipp" + } + }, + "videoHistory": { + "extras": { + "resumeButton": "Återuppta", + "resumePromptClose": "Stäng" + } + }, + "volumeBoostButton": { + "button": { + "label": "Volymökning", + "toggle": { + "off": "Volymökning av", + "on": "Volymökning på" + } + } + } + } + }, + "options": { + "extras": { + "bottomButtons": { + "clear": { + "title": "Rensar all data som detta tillägg har lagrat på din dator", + "value": "Rensa data" + }, + "confirm": { + "title": "Bekräfta återställning av inställningar", + "value": "Bekräfta" + }, + "openTab": { + "title": "Öppna tilläggsinställningar i en ny flik" + }, + "reset": { + "title": "Återställer alla inställningar till sina standardinställningar, Klicka på bekräftelseknappen för att spara ändringarna", + "value": "Återställ" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Kopiera videons webbadress med tidsstämpelknappen", + "decreasePlaybackSpeedButton": "Knapp för att mindska hastigheten", + "forwardButton": "Snabbspolningsknapp", + "hideEndScreenCardsButton": "Dölj knappen för slutskärmskort", + "increasePlaybackSpeedButton": "Knapp för att öka hastigheten", + "loopButton": "Slingknapp", + "maximizePlayerButton": "Maximeraknapp", + "openTranscriptButton": "Transkriptknapp", + "rewindButton": "Återspolningsknapp", + "screenshotButton": "Skärmbildsknapp", + "volumeBoostButton": "Volymökningsknapp" + }, + "options": { + "below_player": { + "placement": "under spelarkontrollerna", + "value": "Under spelaren" + }, + "feature_menu": { + "placement": "i funktionsmenyn", + "value": "Funktionsmeny" + }, + "player_controls_left": { + "placement": "på vänster sida av spelarkontrollerna", + "value": "Vänster kontroller" + }, + "player_controls_right": { + "placement": "på höger sida av spelarkontrollerna", + "value": "Höger kontroller" + } + }, + "title": "Placera {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Inställningar för knapplacering" + }, + "clearData": { + "allDataDeleted": "All data har tagits bort.", + "confirmAlert": "Detta kommer att ta bort alla tilläggsdata relaterade till alternativen. Fortsätta?" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Aktiveringstyp för menyn", + "options": { + "click": "Klicka", + "hover": "Musöver" + }, + "title": "Välj metod för att aktivera funktionsmenyn" + }, + "title": "Inställningar för funktionsmeny" + } + }, + "importExportSettings": { + "exportButton": { + "success": "Inställningar har exporterats", + "title": "Exportera inställningarna till en JSON-fil", + "value": "Exportera Inställningar" + }, + "importButton": { + "error": { + "unknown": "Fel vid import av inställningar. Kontrollera filformatet.\nEtt okänt fel uppstod.", + "validation": "Fel vid import av inställningar. Kontrollera filformatet.\n{{ERROR_MESSAGE}}" + }, + "success": "Inställningar har importerats", + "title": "Importera inställningarna från en JSON-fil", + "value": "Importera inställningar" + } + }, + "language": { + "select": { + "label": "Språk", + "title": "Språket som ska användas för tillägget" + }, + "title": "Språk" + }, + "openSettingsOnMajorOrMinorVersionChange": { + "label": "Open settings page on update", + "title": "Opens the settings page when a major or minor version of YouTube Enhancer is installed" + }, + "optionDisabled": { + "either": { + "label": "Aktivera {{OPTIONS}} för att konfigurera detta alternativ", + "separator": " eller " + }, + "plural": { + "label": "Aktivera {{OPTIONS}} för att konfigurera detta alternativ", + "separator": " och " + }, + "singular": "Aktivera {{OPTION}} för att konfigurera detta alternativ", + "specificOption": { + "featureMenu": "Konfigurera minst en knapp som ska placeras i funktionsmenyn för att konfigurera det här alternativet.", + "screenshotButtonFileFormat": "Ställ in skärmbildens bildtyp till 'fil' eller 'båda' för att konfigurera detta alternativ" + } + }, + "scrollForMoreSettings": "Rulla för fler inställningar", + "settingSearch": { + "placeholder": "Sök efter en inställning" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "Du kan hämta en härifrån", + "input": { + "label": "API-nyckel", + "title": "Ange din Youtube Data API V3-nyckel." + }, + "title": "YouTube API V3-nyckel" + } + }, + "notifications": { + "error": { + "optionConflict": "Detta alternativ kan inte aktiveras medan '{{OPTION}}' är aktiverat.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "Rullningshjulets modifieringstangent för hastighetsreglering kan inte vara densamma modifieringstangent som rullningshjulets volymreglering.", + "volumeControl": "Rullningshjulets modifieringstangent för volymreglering kan inte vara densamma modifieringstangent som rullningshjulets hastighetsreglering." + } + } + }, + "info": { + "reset": "Alla alternativ har återställts till sina standardvärden.\nDu kan nu spara ändringarna genom att klicka på knappen \"Bekräfta\" eller örkasta dem genom att stänga denna sida eller ignorera detta meddelande." + }, + "success": { + "saved": "Inställningarna sparade." + } + } + } + }, + "settings": { + "sections": { + "customCSS": { + "enable": { + "label": "Aktivera anpassad CSS", + "title": "Aktiverar anpassad CSS som ska tillämpas på sidan" + }, + "extras": { + "collapse": "Fäll ihop redigeraren", + "expand": "Fäll ut redigeraren", + "noProblems": "Inga problem hittades." + }, + "title": "Anpassade CSS-inställningar" + }, + "deepDarkCSS": { + "enable": { + "label": "Aktivera valt tema", + "title": "Aktivera det valda temat för sidan" + }, + "extras": { + "author": "Skapare", + "co-authors": "Medskapare" + }, + "settings": { + "colorShadow": { + "label": "Skuggfärg", + "title": "Färg för skuggor" + }, + "dimmerText": { + "label": "Sekundär textfärg", + "title": "Färg för sekundärtext" + }, + "hoverBackground": { + "label": "Bakgrundsfärg för musöver", + "title": "Bakgrundsfärg för musöver" + }, + "mainBackground": { + "label": "Primär bakgrundsfärg", + "title": "Färg för primär bakgrund" + }, + "mainColor": { + "label": "Accentfärg", + "title": "Färg för accent" + }, + "mainText": { + "label": "Primär textfärg", + "title": "Färg för primär text" + }, + "secondBackground": { + "label": "Sekundär bakgrundsfärg", + "title": "Färg för sekundär bakgrund" + }, + "theme": { + "select": { + "label": "Välj tema", + "title": "Välj ett tema som ska tillämpas på sidan" + } + } + }, + "title": "Deep Dark-inställningar för YouTube" + }, + "forwardRewindButtons": { + "enable": { + "label": "Aktivera spola framåt-/återspolningsknappar", + "title": "Lägger till spola framåt- och återspolningsknappar till videospelaren" + }, + "settings": { + "time": { + "label": "Spola framåt-/återspolningstid", + "title": "Tiden som videon ska spolas framåt/återspolas med" + } + }, + "title": "Inställningar för knapparna spola framåt/återspola" + }, + "miscellaneous": { + "settings": { + "automaticTheaterMode": { + "enable": { + "label": "Automatiskt teaterläge", + "title": "Aktiverar automatiskt teaterläge när du startar en video" + } + }, + "automaticallyDisableAmbientMode": { + "enable": { + "label": "Inaktivera biobelysning automatiskt", + "title": "Inaktiverar automatiskt biobelysning när du startar en video" + } + }, + "automaticallyDisableAutoPlay": { + "enable": { + "label": "Inaktivera automatisk uppspelning", + "title": "Inaktiverar automatiskt uppspelning när du startar en video" + } + }, + "automaticallyDisableClosedCaptions": { + "enable": { + "label": "Inaktivera textning automatiskt", + "title": "Inaktiverar textning automatiskt när du laddar en video" + } + }, + "automaticallyEnableClosedCaptions": { + "enable": { + "label": "Aktivera undertexter automatiskt", + "title": "Aktiverar automatiskt undertexter när du startar en video" + } + }, + "automaticallyMaximizePlayer": { + "enable": { + "label": "Maximera spelaren automatiskt", + "title": "Maximera spelaren automatiskt när du laddar en video" + } + }, + "automaticallyShowMoreVideosOnEndScreen": { + "enable": { + "label": "Visa automatiskt fler videor på slutskärmen", + "title": "Visa automatiskt fler videor på slutskärmen när du laddar en video" + } + }, + "copyTimestampUrlButton": { + "enable": { + "label": "Kopiera videons webbadress med tidsstämpelknappen", + "title": "Kopiera videons webbadress med tidsstämpel (?t=123)" + } + }, + "defaultToOriginalAudioTrack": { + "enable": { + "label": "Standard till originalljudspår", + "title": "Använd alltid originalljudspåret som standard" + } + }, + "hideArtificialIntelligenceSummary": { + "enable": { + "label": "Dölj AI-sammanfattning", + "title": "Döljer sammanfattningen av artificiell intelligens under videorna" + } + }, + "hideEndScreenCards": { + "enable": { + "label": "Dölj slutskärmskort", + "title": "Döljer korten i slutet av videon" + } + }, + "hideEndScreenCardsButton": { + "enable": { + "label": "Dölj knappen för slutskärmskort", + "title": "Lägger till en knapp för att visa/dölja korten i slutet av videon" + } + }, + "hideLiveStreamChat": { + "enable": { + "label": "Dölj direktströmschatt", + "title": "Döljer direktströmschatten" + } + }, + "hideMembersOnlyVideos": { + "enable": { + "label": "Dölj endast för medlemmar-videor", + "title": "Döljer videor som endast är synliga för medlemmar" + } + }, + "hideOfficialArtistVideosFromHomePage": { + "enable": { + "label": "Dölj officiella artistvideor", + "title": "Dölj officiella artistvideor från startsidan" + } + }, + "hidePaidPromotionBanner": { + "enable": { + "label": "Dölj betald marknadsföringsbanner", + "title": "Döljer bannern som visas när du tittar på en video som har betald marknadsföring" + } + }, + "hidePlayables": { + "enable": { + "label": "Dölj spelbara", + "title": "Döljer alla spelbara" + } + }, + "hidePlaylistRecommendationsFromHomePage": { + "enable": { + "label": "Dölj spellistor från hemsidan", + "title": "Bli av med spellistor från hemsidan" + } + }, + "hideScrollbar": { + "enable": { + "label": "Dölj rullningslisten", + "title": "Döljer sidornas rullningsfält" + } + }, + "hideShorts": { + "enable": { + "label": "Dölj shorts", + "title": "Döljer alla shorts" + } + }, + "hideSidebarRecommendedVideos": { + "enable": { + "label": "Dölj rekommenderade videor", + "title": "Döljer sidofältet som rekommenderar videor" + } + }, + "hideTranslateComment": { + "enable": { + "label": "Dölj översättning av kommentarer", + "title": "Döljer knappen 'Översätt till språk' under kommentarer" + } + }, + "loopButton": { + "enable": { + "label": "Slingknapp", + "title": "Lägger till en knapp i funktionsmenyn för att slinga videon du tittar på" + } + }, + "maximizePlayerButton": { + "enable": { + "label": "Maximeringsknapp för spelaren", + "title": "Lägger till en knapp i funktionsmenyn för att maximera spelaren" + } + }, + "openTranscriptButton": { + "enable": { + "label": "Öppningsknapp för transkript", + "title": "Lägger till en knapp i funktionsmenyn för att visa transkript av videon du tittar på" + } + }, + "openYouTubeSettingsOnHover": { + "enable": { + "label": "Öppna YouTube-inställningar vid musöver", + "title": "Öppnar YouTube-inställningsmenyn när du håller muspekaren över inställningsknappen" + } + }, + "pauseBackgroundPlayers": { + "enable": { + "label": "Pausa spelare i bakgrunden", + "title": "Pausar videospelare i bakgrundsflikar när du startar en ny videospelare i en förgrundsflik" + } + }, + "remainingTime": { + "enable": { + "label": "Återstående tid", + "title": "Visar återstående tid för videon du tittar på" + } + }, + "rememberVolume": { + "enable": { + "label": "Kom ihåg senaste volymen", + "title": "Kommer ihåg volymen på den senaste videon du tittade på och ställer in den när du öppnar en ny video" + } + }, + "removeRedirect": { + "enable": { + "label": "Ta bort YouTube-omdirigeringswebbadresser", + "title": "Ersätter YouTube-omdirigering genom faktiska webbadresser, hoppar över omdirigeringsvarningsdialog" + } + }, + "restoreFullscreenScrolling": { + "enable": { + "label": "Återställ fullskärmsrullning", + "title": "Återställer rullning i helskärmsläge" + } + }, + "saveToWatchLaterButton": { + "enable": { + "label": "Aktivera knappen spara för att titta på senare", + "title": "Lägger till en knapp på hem- och prenumerationsvideor för att spara videon till spellistan \"Titta på senare\"" + } + }, + "shareShortener": { + "enable": { + "label": "Förkorta YouTube-videons delningslänk", + "title": "Förkortar YouTube-videons delningslänk (youtu.be) genom att ta bort funktionsparametrar från den" + } + }, + "shortsAutoScroll": { + "enable": { + "label": "Automatisk rullning för shorts", + "title": "Rullar automatiskt till nästa shorts" + } + }, + "skipContinueWatching": { + "enable": { + "label": "Hoppa över \"Videon är pausad. Fortsätt titta?\"", + "title": "Hoppa över dialogrutan som pausar videouppspelningen" + } + } + }, + "title": "Övriga inställningar" + }, + "onScreenDisplaySettings": { + "settings": { + "color": { + "label": "Färg", + "select": { + "options": { + "blue": "Blå", + "green": "Grön", + "orange": "Orange", + "pink": "Rosa", + "purple": "Lila", + "red": "Röd", + "white": "Vit", + "yellow": "Gul" + } + }, + "title": "Välj färgen för On-Screen Display" + }, + "hide": { + "label": "Döljfördröjning", + "title": "Ange tiden i millisekunder innan On-Screen Display automatiskt döljs" + }, + "opacity": { + "label": "Genomskinlighet", + "title": "Justera genomskinligheten för On-Screen Display" + }, + "padding": { + "label": "Utfyllnad", + "title": "Justera avståndet runt On-Screen Display i pixlar. Detta gäller specifikt för hörn On-Screen Display." + }, + "position": { + "label": "Position", + "select": { + "options": { + "bottom_left": "Nedre vänstra", + "bottom_right": "Nedre högra", + "center": "Mitten", + "top_left": "Övre vänstra", + "top_right": "Övre högra" + } + }, + "title": "Välj placering av On-Screen Display" + }, + "type": { + "label": "Typ", + "select": { + "options": { + "circle": "Cirkel", + "line": "Rad", + "no_display": "Ingen visning", + "text": "Text" + } + }, + "title": "Välj typ av On-Screen Display" + } + }, + "title": "On-Screen skärminställningar" + }, + "playerQuality": { + "enable": { + "label": "Automatisk kvalitetsjustering", + "title": "Justerar automatiskt videokvaliteten till den valda nivån." + }, + "settings": { + "quality": { + "select": { + "label": "Spelarkvalitet", + "title": "Kvaliteten för att ställa in videon till" + } + }, + "qualityFallbackStrategy": { + "select": { + "label": "Reservmetod för kvaliten", + "options": { + "higher": "Högre", + "lower": "Lägre" + }, + "title": "Metod att använda när den valda kvaliteten inte är tillgänglig" + } + } + }, + "title": "Automatisk kvalitetsinställningar" + }, + "playerSpeed": { + "enable": { + "label": "Tvingad uppspelningshastighet", + "title": "Ställer in videohastigheten till det du väljer nedan" + }, + "settings": { + "buttons": { + "label": "Knapp för uppspelningshastigheten", + "select": { + "label": "Knapp för uppspelningshastigheten", + "title": "Hastighetsändring per klick" + }, + "title": "Lägger till knappar för att öka eller minska uppspelningshastigheten på videon du tittar på" + }, + "speed": { + "select": { + "label": "Uppspelningshastighet", + "title": "Hastigheten att spela upp videon i" + } + } + }, + "title": "Inställningar för uppspelningshastighet" + }, + "playlistLength": { + "enable": { + "label": "Visa information om spellistans längd", + "title": "Visar spellistans totala längd och hur mycket som har tittats på och hur mycket som återstår." + }, + "settings": { + "wayToGetLength": { + "select": { + "label": "Metod för att få spellistans längd", + "title": "Sättet att få information om spellista längd (API-metoden kommer att falla tillbaka till HTML om ett fel inträffar)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Metod för att hämta tittad tid", + "options": { + "duration": "Videolängd", + "youtube": "Tittad videolängd" + }, + "title": "Sättet att få den tid som tittats på (videons längdtyp används endast på visningssidan)" + } + } + }, + "title": "Inställningar för spellistans längd" + }, + "playlistManagementButtons": { + "settings": { + "markAsUnwatchedButton": { + "enable": { + "label": "Markera som ej seddknapp", + "title": "Lägger till en knapp för att markera videor som ej sedda" + } + }, + "removeVideoButton": { + "enable": { + "label": "Ta bort videoknappen", + "title": "Lägger till en knapp för att ta bort videor från spellistan" + } + } + }, + "title": "Inställningar för hantering av spellistor" + }, + "screenshotButton": { + "enable": { + "label": "Skärmbildsknapp", + "title": "Lägger till en knapp till spelaren för att ta en skärmbild av videon" + }, + "settings": { + "format": { + "label": "Skärmbildsformat", + "title": "Formatet för att spara skärmbilden i" + }, + "saveAs": { + "select": { + "label": "Skärmbildstyp att spara i", + "options": { + "both": "Båda (fil och urklipp)", + "clipboard": "Urklipp", + "file": "Fil" + }, + "title": "Skärmbildens spartyp" + } + } + }, + "title": "Skärmbildsinställningar" + }, + "scrollWheelSpeedControl": { + "enable": { + "label": "Hastighetsändring med rullningshjulet", + "title": "Tryck på en modifierartangent för att aktivera hastighetsjustering med rullningshjulet." + }, + "extras": { + "optionLabel": "{{KEY}}-tangent" + }, + "settings": { + "adjustmentSteps": { + "label": "Hastighetsändring per rullning", + "title": "Justera hastighetsändringen per rullning" + }, + "modifierKey": { + "select": { + "label": "Modifieringstangent", + "title": "Modifieringstangent att använda" + } + } + }, + "title": "Inställningar för rullningshjulets hastighetsändring" + }, + "scrollWheelVolumeControl": { + "enable": { + "label": "Volymändring med rullningshjulet", + "title": "Låter dig använda rullningshjulet för att ändra volymen på videon du tittar på" + }, + "extras": { + "optionLabel": "{{KEY}}-tangent" + }, + "settings": { + "adjustmentSteps": { + "label": "Volymändring per rullning", + "title": "Justera volymändringen per rullning" + }, + "holdModifierKey": { + "label": "Aktivera när du håller ner modifieringstangenten", + "select": { + "label": "Modifieringstangent", + "title": "Modifieringstangent att använda" + }, + "title": "Tryck på en modifierartangent för att aktivera hastighetsändringen med rullningshjulet." + }, + "holdRightClick": { + "label": "Aktivera när du håller ner höger musknapp", + "title": "Håll höger musknapp nertryckt för att aktivera rullningshjulets volymkontroll" + } + }, + "title": "Rullningshjulets volyminställningar" + }, + "videoHistory": { + "enable": { + "label": "Håll reda på visade videor", + "title": "Håller reda på var du slutade på videor du tittade på och gör det möjligt att återuppta uppspelningen" + }, + "settings": { + "resumeType": { + "select": { + "label": "Återupptagningstyp", + "options": { + "automatic": "Automatisk", + "prompt": "Fråga" + }, + "title": "Välj hur du vill återuppta videor" + } + } + }, + "title": "Inställningar för videohistorik" + }, + "volumeBoost": { + "enable": { + "label": "Volymökning", + "title": "Aktivera volymökning" + }, + "settings": { + "amount": { + "label": "Volymökningsmängd (dB)", + "title": "Hur mycket ljudet ska öka med" + }, + "mode": { + "select": { + "label": "Volymökningsläge", + "options": { + "global": "Global", + "perVideo": "Per video" + }, + "title": "Välj hur volymökning tillämpas. \"Per video\" gör det möjligt att aktivera ökning för varje video individuellt i funktionsmenyn. 'Global' gäller ökning för alla videor när volymökning är aktiverat." + } + } + }, + "title": "Inställningar för volymökning" + } + } + } +} From 6b16bf3b4996b1289f79ce70f3bea6eeeb9af11e Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 3 Feb 2026 15:31:59 -0500 Subject: [PATCH 1563/1783] New translations en-us.json (Catalan) --- public/locales/ca-ES.json | 1648 +++++++++++++++++++------------------ 1 file changed, 826 insertions(+), 822 deletions(-) diff --git a/public/locales/ca-ES.json b/public/locales/ca-ES.json index ac2c0fd90..3844fd35e 100644 --- a/public/locales/ca-ES.json +++ b/public/locales/ca-ES.json @@ -1,823 +1,827 @@ { - "langCode": "ca-ES", - "langName": "Català", - "messages": { - "resumingVideo": "Resuming video at {{VIDEO_TIME}}", - "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "label": "Copy video URL with timestamp" - }, - "extras": { - "copied": "Copied!" - } - }, - "featureMenu": { - "button": { - "label": "Feature menu" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "Fast forward by {{TIME}}" - }, - "rewindButton": { - "label": "Rewind by {{TIME}}" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "Hide end screen cards", - "toggle": { - "off": "Show end screen cards", - "on": "Hide end screen cards" - } - } - }, - "loopButton": { - "button": { - "label": "Loop", - "toggle": { - "off": "Loop off", - "on": "Loop on" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "Maximize", - "toggle": { - "off": "Maximize off", - "on": "Maximize on" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Open transcript" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Decrease Speed to {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Increase Speed to {{SPEED}}" - } - }, - "extras": { - "decreaseLimit": "Can't decrease further ({{SPEED}})", - "increaseLimit": "Can't increase further ({{SPEED}})" - } - }, - "playlistLength": { - "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." - }, - "playlistManagementButtons": { - "extras": { - "failedToMarkAsUnwatched": "Failed to mark video as unwatched", - "failedToRemoveVideo": "Failed to remove video", - "markAsUnwatched": "Mark as unwatched", - "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "Remove video", - "removingVideo": "Removing video…" - } - }, - "saveToWatchLaterButton": { - "extras": { - "failedToSaveVideo": "Failed to save video to Watch Later", - "saveVideo": "Save to Watch Later", - "savingVideo": "Saving to Watch Later…" - } - }, - "screenshotButton": { - "button": { - "label": "Screenshot" - }, - "extras": { - "copiedToClipboard": "Screenshot copied to clipboard" - } - }, - "videoHistory": { - "extras": { - "resumeButton": "Resume", - "resumePromptClose": "Close" - } - }, - "volumeBoostButton": { - "button": { - "label": "Volume Boost", - "toggle": { - "off": "Volume boost off", - "on": "Volume boost on" - } - } - } - } - }, - "options": { - "extras": { - "bottomButtons": { - "clear": { - "title": "Clears all data this extension has stored on your machine", - "value": "Clear Data" - }, - "confirm": { - "title": "Confirm setting reset", - "value": "Confirm" - }, - "openTab": { - "title": "Open extension settings in a new tab" - }, - "reset": { - "title": "Resets all settings to their defaults, Click the confirm button to save the changes", - "value": "Reset" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "Copy video URL with timestamp button", - "decreasePlaybackSpeedButton": "Decrease Speed button", - "forwardButton": "Fast Forward button", - "hideEndScreenCardsButton": "Hide end screen cards button", - "increasePlaybackSpeedButton": "Increase Speed button", - "loopButton": "Loop button", - "maximizePlayerButton": "Maximize button", - "openTranscriptButton": "Open Transcript button", - "rewindButton": "Rewind button", - "screenshotButton": "Screenshot button", - "volumeBoostButton": "Volume Boost button" - }, - "options": { - "below_player": { - "placement": "below the player controls", - "value": "Below Player" - }, - "feature_menu": { - "placement": "in the feature menu", - "value": "Feature Menu" - }, - "player_controls_left": { - "placement": "on the left side of player controls", - "value": "Left Controls" - }, - "player_controls_right": { - "placement": "on the right side of player controls", - "value": "Right Controls" - } - }, - "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" - }, - "title": "Button placement settings" - }, - "clearData": { - "allDataDeleted": "All data has been deleted.", - "confirmAlert": "This will delete all extension data related to options. Continue?" - }, - "featureMenu": { - "openType": { - "select": { - "label": "Menu Activation Type", - "options": { - "click": "Click", - "hover": "Hover" - }, - "title": "Select the method to activate the feature menu" - }, - "title": "Feature menu settings" - } - }, - "importExportSettings": { - "exportButton": { - "success": "Settings successfully exported", - "title": "Export settings to a JSON file", - "value": "Export Settings" - }, - "importButton": { - "error": { - "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", - "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" - }, - "success": "Settings imported successfully", - "title": "Import settings from a JSON file", - "value": "Import Settings" - } - }, - "language": { - "select": { - "label": "Language", - "title": "The language to use for the extension" - }, - "title": "Language" - }, - "optionDisabled": { - "either": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " or " - }, - "plural": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " and " - }, - "singular": "Enable '{{OPTION}}' to configure this option", - "specificOption": { - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" - } - }, - "scrollForMoreSettings": "Scroll for more settings", - "settingSearch": { - "placeholder": "Search for a setting" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "You can get one from here", - "input": { - "label": "API Key", - "title": "Enter your Youtube Data API V3 key." - }, - "title": "YouTube API V3 key" - } - }, - "notifications": { - "error": { - "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", - "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." - } - } - }, - "info": { - "reset": "All options have been reset to their default values.\nYou can now save the changes by clicking the \"Confirm\" button or discard them by closing this page or ignore this notification." - }, - "success": { - "saved": "Options saved." - } - } - } - }, - "settings": { - "sections": { - "customCSS": { - "enable": { - "label": "Custom CSS", - "title": "Enables custom CSS to be applied to the page" - }, - "extras": { - "collapse": "Collapse Editor", - "expand": "Expand Editor", - "noProblems": "No problems found." - }, - "title": "Custom CSS settings" - }, - "deepDarkCSS": { - "enable": { - "label": "Deep Dark Theme", - "title": "Activate the selected theme for the page" - }, - "extras": { - "author": "Author", - "co-authors": "Co-authors" - }, - "settings": { - "colorShadow": { - "label": "Shadow color", - "title": "Color for shadows" - }, - "dimmerText": { - "label": "Secondary text color", - "title": "Color for secondary text" - }, - "hoverBackground": { - "label": "Hover background color", - "title": "Color for hover background" - }, - "mainBackground": { - "label": "Main background color", - "title": "Color for main background" - }, - "mainColor": { - "label": "Accent color", - "title": "Color for accent" - }, - "mainText": { - "label": "Main text color", - "title": "Color for main text" - }, - "secondBackground": { - "label": "Secondary background color", - "title": "Color for secondary background" - }, - "theme": { - "select": { - "label": "Select theme", - "title": "Select a theme to be applied to the page" - } - } - }, - "title": "YouTube deep dark settings" - }, - "forwardRewindButtons": { - "enable": { - "label": "Forward/rewind buttons", - "title": "Adds forward and rewind buttons to the video player" - }, - "settings": { - "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" - } - }, - "title": "Forward/rewind button settings" - }, - "miscellaneous": { - "settings": { - "automaticallyDisableAmbientMode": { - "enable": { - "label": "Automatically disable ambient mode", - "title": "Automatically disables ambient mode when you load a video" - } - }, - "automaticallyDisableAutoPlay": { - "enable": { - "label": "Automatically disable autoplay", - "title": "Automatically disables autoplay when you load a video" - } - }, - "automaticallyDisableClosedCaptions": { - "enable": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" - } - }, - "automaticallyEnableClosedCaptions": { - "enable": { - "label": "Automatically enable closed captions", - "title": "Automatically enables closed captions when you load a video" - } - }, - "automaticallyMaximizePlayer": { - "enable": { - "label": "Automatically maximize player", - "title": "Automatically maximizes the player when you load a video" - } - }, - "automaticallyShowMoreVideosOnEndScreen": { - "enable": { - "label": "Automatically show more videos on end screen", - "title": "Automatically shows more videos on end screen when you load a video" - } - }, - "automaticTheaterMode": { - "enable": { - "label": "Automatic theater mode", - "title": "Automatically enables theater mode when you load a video" - } - }, - "copyTimestampUrlButton": { - "enable": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" - } - }, - "defaultToOriginalAudioTrack": { - "enable": { - "label": "Default to original audio track", - "title": "Always default to the original audio track" - } - }, - "saveToWatchLaterButton": { - "enable": { - "label": "Enable save to Watch Later button", - "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" - } - }, - "hideArtificialIntelligenceSummary": { - "enable": { - "label": "Hide AI summary", - "title": "Hides the artificial intelligence summary below videos" - } - }, - "hideEndScreenCards": { - "enable": { - "label": "Hide end screen cards", - "title": "Hides the cards at the end of the video" - } - }, - "hideEndScreenCardsButton": { - "enable": { - "label": "Hide end screen cards button", - "title": "Adds a button to show/hide the cards at the end of the video" - } - }, - "hideLiveStreamChat": { - "enable": { - "label": "Hide live stream chat", - "title": "Hides the live stream chat" - } - }, - "hideMembersOnlyVideos": { - "enable": { - "label": "Hide members-only videos", - "title": "Hides videos that are only visible to members" - } - }, - "hideOfficialArtistVideosFromHomePage": { - "enable": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" - } - }, - "hidePaidPromotionBanner": { - "enable": { - "label": "Hide paid promotion banner", - "title": "Hides the banner that appears when you watch a video that has a paid promotion" - } - }, - "hidePlayables": { - "enable": { - "label": "Hide playables", - "title": "Hides all playables" - } - }, - "hidePlaylistRecommendationsFromHomePage": { - "enable": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" - } - }, - "hideScrollbar": { - "enable": { - "label": "Hide scrollbar", - "title": "Hides the pages scrollbar" - } - }, - "hideShorts": { - "enable": { - "label": "Hide shorts", - "title": "Hides all shorts" - } - }, - "hideSidebarRecommendedVideos": { - "enable": { - "label": "Hide recommended videos", - "title": "Hides the sidebar that recommends videos" - } - }, - "hideTranslateComment": { - "enable": { - "label": "Hide translate comment button", - "title": "Hides 'Translate to Language' button under comments" - } - }, - "loopButton": { - "enable": { - "label": "Loop button", - "title": "Adds a button to the feature menu to loop the video you're watching" - } - }, - "maximizePlayerButton": { - "enable": { - "label": "Maximize player button", - "title": "Adds a button to the feature menu to maximize the player" - } - }, - "openTranscriptButton": { - "enable": { - "label": "Open transcript button", - "title": "Adds a button to the feature menu to open the transcript of the video you're watching" - } - }, - "openYouTubeSettingsOnHover": { - "enable": { - "label": "Open YouTube settings on hover", - "title": "Opens the YouTube settings menu when you hover over the settings button" - } - }, - "pauseBackgroundPlayers": { - "enable": { - "label": "Pause background players", - "title": "Pauses video players in background tabs when you start a new player in foreground tab" - } - }, - "remainingTime": { - "enable": { - "label": "Remaining time", - "title": "Shows the remaining time of the video you're watching" - } - }, - "rememberVolume": { - "enable": { - "label": "Remember last volume", - "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" - } - }, - "removeRedirect": { - "enable": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" - } - }, - "restoreFullscreenScrolling": { - "enable": { - "label": "Restore fullscreen scrolling", - "title": "Restores scrolling in fullscreen mode" - } - }, - "shareShortener": { - "enable": { - "label": "Shorten YouTube video share link", - "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" - } - }, - "shortsAutoScroll": { - "enable": { - "label": "Shorts auto scroll", - "title": "Automatically scrolls to the next short" - } - }, - "skipContinueWatching": { - "enable": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" - } - } - }, - "title": "Miscellaneous settings" - }, - "onScreenDisplaySettings": { - "settings": { - "color": { - "label": "Color", - "select": { - "options": { - "blue": "Blue", - "green": "Green", - "orange": "Orange", - "pink": "Pink", - "purple": "Purple", - "red": "Red", - "white": "White", - "yellow": "Yellow" - } - }, - "title": "Select the color for the On-Screen Display" - }, - "hide": { - "label": "Hide Delay", - "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" - }, - "opacity": { - "label": "Opacity", - "title": "Adjust the transparency of the On-Screen Display" - }, - "padding": { - "label": "Padding", - "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." - }, - "position": { - "label": "Position", - "select": { - "options": { - "bottom_left": "Bottom Left", - "bottom_right": "Bottom Right", - "center": "Center", - "top_left": "Top Left", - "top_right": "Top Right" - } - }, - "title": "Select the position of the On-Screen Display" - }, - "type": { - "label": "Type", - "select": { - "options": { - "circle": "Circle", - "line": "Line", - "no_display": "No display", - "text": "Text" - } - }, - "title": "Select the type of On-Screen Display" - } - }, - "title": "On-screen display settings" - }, - "playerQuality": { - "enable": { - "label": "Automatic quality adjustment", - "title": "Automatically adjusts the video quality to the selected level." - }, - "settings": { - "quality": { - "select": { - "label": "Player quality", - "title": "The quality to set the video to" - } - }, - "qualityFallbackStrategy": { - "select": { - "label": "Quality fallback strategy", - "options": { - "higher": "Higher", - "lower": "Lower" - }, - "title": "The strategy to use when the selected quality is not available" - } - } - }, - "title": "Automatic quality settings" - }, - "playerSpeed": { - "enable": { - "label": "Forced playback speed", - "title": "Sets the video speed to what you choose below" - }, - "settings": { - "buttons": { - "label": "Playback speed buttons", - "select": { - "label": "Playback buttons speed", - "title": "Amount of speed to be changed per click" - }, - "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" - }, - "speed": { - "select": { - "label": "Player speed", - "title": "The speed to set the video to" - } - } - }, - "title": "Playback speed settings" - }, - "playlistLength": { - "enable": { - "label": "Display playlist length information", - "title": "Shows the total length of the playlist, how much has been watched, and how much remains." - }, - "settings": { - "wayToGetLength": { - "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "Method to get watched time", - "options": { - "duration": "Video Length", - "youtube": "Video Watch Time" - }, - "title": "The way to get the amount of time watched (Video Length type only used on watch page)" - } - } - }, - "title": "Playlist length settings" - }, - "playlistManagementButtons": { - "settings": { - "markAsUnwatchedButton": { - "enable": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - } - }, - "removeVideoButton": { - "enable": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - } - } - }, - "title": "Playlist management settings" - }, - "screenshotButton": { - "enable": { - "label": "Screenshot button", - "title": "Adds a button to the player to take a screenshot of the video" - }, - "settings": { - "format": { - "label": "Screenshot format", - "title": "The format to save the screenshot in" - }, - "saveAs": { - "select": { - "options": { - "both": "Both (File and Clipboard)", - "clipboard": "Clipboard", - "file": "File" - }, - "label": "Screenshot save type", - "title": "The screenshot save type" - } - } - }, - "title": "Screenshot settings" - }, - "scrollWheelSpeedControl": { - "enable": { - "label": "Scroll wheel speed control", - "title": "Press a modifier key to enable speed adjustment with the scroll wheel." - }, - "extras": { - "optionLabel": "{{KEY}} key" - }, - "settings": { - "adjustmentSteps": { - "label": "Speed Change Per Scroll", - "title": "Adjust the speed change per scroll" - }, - "modifierKey": { - "select": { - "label": "Modifier key", - "title": "The modifier key to use" - } - } - }, - "title": "Scroll wheel speed control settings" - }, - "scrollWheelVolumeControl": { - "enable": { - "label": "Scroll wheel volume control", - "title": "Lets you use the scroll wheel to control the volume of the video you're watching" - }, - "extras": { - "optionLabel": "{{KEY}} key" - }, - "settings": { - "adjustmentSteps": { - "label": "Volume Change Per Scroll", - "title": "Adjust the volume change per scroll" - }, - "holdModifierKey": { - "label": "When holding modifier key", - "select": { - "label": "Modifier key", - "title": "The modifier key to use" - }, - "title": "Press a modifier key to enable volume adjustment with the scroll wheel." - }, - "holdRightClick": { - "label": "When holding right click", - "title": "Hold right click to enable scroll wheel volume control" - } - }, - "title": "Scroll wheel volume control settings" - }, - "videoHistory": { - "enable": { - "label": "Track watched videos", - "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" - }, - "settings": { - "resumeType": { - "select": { - "label": "Resume type", - "options": { - "automatic": "Automatic", - "prompt": "Prompt" - }, - "title": "Select how you want to resume videos" - } - } - }, - "title": "Video history settings" - }, - "volumeBoost": { - "enable": { - "label": "Volume boost", - "title": "Enable volume boost" - }, - "settings": { - "amount": { - "label": "Volume boost amount (dB)", - "title": "The amount to boost the volume by" - }, - "mode": { - "select": { - "label": "Volume boost mode", - "options": { - "global": "Global", - "perVideo": "Per video" - }, - "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." - } - } - }, - "title": "Volume boost settings" - } - } - } -} \ No newline at end of file + "langCode": "ca-ES", + "langName": "Català", + "messages": { + "resumingVideo": "Resuming video at {{VIDEO_TIME}}", + "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "label": "Copy video URL with timestamp" + }, + "extras": { + "copied": "Copied!" + } + }, + "featureMenu": { + "button": { + "label": "Feature menu" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Fast forward by {{TIME}}" + }, + "rewindButton": { + "label": "Rewind by {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Hide end screen cards", + "toggle": { + "off": "Show end screen cards", + "on": "Hide end screen cards" + } + } + }, + "loopButton": { + "button": { + "label": "Loop", + "toggle": { + "off": "Loop off", + "on": "Loop on" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "Maximize", + "toggle": { + "off": "Maximize off", + "on": "Maximize on" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Open transcript" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Decrease Speed to {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Increase Speed to {{SPEED}}" + } + }, + "extras": { + "decreaseLimit": "Can't decrease further ({{SPEED}})", + "increaseLimit": "Can't increase further ({{SPEED}})" + } + }, + "playlistLength": { + "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + }, + "playlistManagementButtons": { + "extras": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + } + }, + "saveToWatchLaterButton": { + "extras": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + } + }, + "screenshotButton": { + "button": { + "label": "Screenshot" + }, + "extras": { + "copiedToClipboard": "Screenshot copied to clipboard" + } + }, + "videoHistory": { + "extras": { + "resumeButton": "Resume", + "resumePromptClose": "Close" + } + }, + "volumeBoostButton": { + "button": { + "label": "Volume Boost", + "toggle": { + "off": "Volume boost off", + "on": "Volume boost on" + } + } + } + } + }, + "options": { + "extras": { + "bottomButtons": { + "clear": { + "title": "Clears all data this extension has stored on your machine", + "value": "Clear Data" + }, + "confirm": { + "title": "Confirm setting reset", + "value": "Confirm" + }, + "openTab": { + "title": "Open extension settings in a new tab" + }, + "reset": { + "title": "Resets all settings to their defaults, Click the confirm button to save the changes", + "value": "Reset" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Copy video URL with timestamp button", + "decreasePlaybackSpeedButton": "Decrease Speed button", + "forwardButton": "Fast Forward button", + "hideEndScreenCardsButton": "Hide end screen cards button", + "increasePlaybackSpeedButton": "Increase Speed button", + "loopButton": "Loop button", + "maximizePlayerButton": "Maximize button", + "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind button", + "screenshotButton": "Screenshot button", + "volumeBoostButton": "Volume Boost button" + }, + "options": { + "below_player": { + "placement": "below the player controls", + "value": "Below Player" + }, + "feature_menu": { + "placement": "in the feature menu", + "value": "Feature Menu" + }, + "player_controls_left": { + "placement": "on the left side of player controls", + "value": "Left Controls" + }, + "player_controls_right": { + "placement": "on the right side of player controls", + "value": "Right Controls" + } + }, + "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Button placement settings" + }, + "clearData": { + "allDataDeleted": "All data has been deleted.", + "confirmAlert": "This will delete all extension data related to options. Continue?" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Menu Activation Type", + "options": { + "click": "Click", + "hover": "Hover" + }, + "title": "Select the method to activate the feature menu" + }, + "title": "Feature menu settings" + } + }, + "importExportSettings": { + "exportButton": { + "success": "Settings successfully exported", + "title": "Export settings to a JSON file", + "value": "Export Settings" + }, + "importButton": { + "error": { + "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", + "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" + }, + "success": "Settings imported successfully", + "title": "Import settings from a JSON file", + "value": "Import Settings" + } + }, + "language": { + "select": { + "label": "Language", + "title": "The language to use for the extension" + }, + "title": "Language" + }, + "openSettingsOnMajorOrMinorVersionChange": { + "label": "Open settings page on update", + "title": "Opens the settings page when a major or minor version of YouTube Enhancer is installed" + }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "scrollForMoreSettings": "Scroll for more settings", + "settingSearch": { + "placeholder": "Search for a setting" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Key", + "title": "Enter your Youtube Data API V3 key." + }, + "title": "YouTube API V3 key" + } + }, + "notifications": { + "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", + "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." + } + } + }, + "info": { + "reset": "All options have been reset to their default values.\nYou can now save the changes by clicking the \"Confirm\" button or discard them by closing this page or ignore this notification." + }, + "success": { + "saved": "Options saved." + } + } + } + }, + "settings": { + "sections": { + "customCSS": { + "enable": { + "label": "Custom CSS", + "title": "Enables custom CSS to be applied to the page" + }, + "extras": { + "collapse": "Collapse Editor", + "expand": "Expand Editor", + "noProblems": "No problems found." + }, + "title": "Custom CSS settings" + }, + "deepDarkCSS": { + "enable": { + "label": "Deep Dark Theme", + "title": "Activate the selected theme for the page" + }, + "extras": { + "author": "Author", + "co-authors": "Co-authors" + }, + "settings": { + "colorShadow": { + "label": "Shadow color", + "title": "Color for shadows" + }, + "dimmerText": { + "label": "Secondary text color", + "title": "Color for secondary text" + }, + "hoverBackground": { + "label": "Hover background color", + "title": "Color for hover background" + }, + "mainBackground": { + "label": "Main background color", + "title": "Color for main background" + }, + "mainColor": { + "label": "Accent color", + "title": "Color for accent" + }, + "mainText": { + "label": "Main text color", + "title": "Color for main text" + }, + "secondBackground": { + "label": "Secondary background color", + "title": "Color for secondary background" + }, + "theme": { + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + } + } + }, + "title": "YouTube deep dark settings" + }, + "forwardRewindButtons": { + "enable": { + "label": "Forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "settings": { + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + } + }, + "title": "Forward/rewind button settings" + }, + "miscellaneous": { + "settings": { + "automaticTheaterMode": { + "enable": { + "label": "Automatic theater mode", + "title": "Automatically enables theater mode when you load a video" + } + }, + "automaticallyDisableAmbientMode": { + "enable": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + } + }, + "automaticallyDisableAutoPlay": { + "enable": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + } + }, + "automaticallyDisableClosedCaptions": { + "enable": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + } + }, + "automaticallyEnableClosedCaptions": { + "enable": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + } + }, + "automaticallyMaximizePlayer": { + "enable": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + } + }, + "automaticallyShowMoreVideosOnEndScreen": { + "enable": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + } + }, + "copyTimestampUrlButton": { + "enable": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + } + }, + "defaultToOriginalAudioTrack": { + "enable": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + } + }, + "hideArtificialIntelligenceSummary": { + "enable": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + } + }, + "hideEndScreenCards": { + "enable": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + } + }, + "hideEndScreenCardsButton": { + "enable": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + } + }, + "hideLiveStreamChat": { + "enable": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + } + }, + "hideMembersOnlyVideos": { + "enable": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + } + }, + "hideOfficialArtistVideosFromHomePage": { + "enable": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + } + }, + "hidePaidPromotionBanner": { + "enable": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + } + }, + "hidePlayables": { + "enable": { + "label": "Hide playables", + "title": "Hides all playables" + } + }, + "hidePlaylistRecommendationsFromHomePage": { + "enable": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + } + }, + "hideScrollbar": { + "enable": { + "label": "Hide scrollbar", + "title": "Hides the pages scrollbar" + } + }, + "hideShorts": { + "enable": { + "label": "Hide shorts", + "title": "Hides all shorts" + } + }, + "hideSidebarRecommendedVideos": { + "enable": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + } + }, + "hideTranslateComment": { + "enable": { + "label": "Hide translate comment button", + "title": "Hides 'Translate to Language' button under comments" + } + }, + "loopButton": { + "enable": { + "label": "Loop button", + "title": "Adds a button to the feature menu to loop the video you're watching" + } + }, + "maximizePlayerButton": { + "enable": { + "label": "Maximize player button", + "title": "Adds a button to the feature menu to maximize the player" + } + }, + "openTranscriptButton": { + "enable": { + "label": "Open transcript button", + "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + } + }, + "openYouTubeSettingsOnHover": { + "enable": { + "label": "Open YouTube settings on hover", + "title": "Opens the YouTube settings menu when you hover over the settings button" + } + }, + "pauseBackgroundPlayers": { + "enable": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + } + }, + "remainingTime": { + "enable": { + "label": "Remaining time", + "title": "Shows the remaining time of the video you're watching" + } + }, + "rememberVolume": { + "enable": { + "label": "Remember last volume", + "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + } + }, + "removeRedirect": { + "enable": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + } + }, + "restoreFullscreenScrolling": { + "enable": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + } + }, + "saveToWatchLaterButton": { + "enable": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + } + }, + "shareShortener": { + "enable": { + "label": "Shorten YouTube video share link", + "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + } + }, + "shortsAutoScroll": { + "enable": { + "label": "Shorts auto scroll", + "title": "Automatically scrolls to the next short" + } + }, + "skipContinueWatching": { + "enable": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + } + } + }, + "title": "Miscellaneous settings" + }, + "onScreenDisplaySettings": { + "settings": { + "color": { + "label": "Color", + "select": { + "options": { + "blue": "Blue", + "green": "Green", + "orange": "Orange", + "pink": "Pink", + "purple": "Purple", + "red": "Red", + "white": "White", + "yellow": "Yellow" + } + }, + "title": "Select the color for the On-Screen Display" + }, + "hide": { + "label": "Hide Delay", + "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" + }, + "opacity": { + "label": "Opacity", + "title": "Adjust the transparency of the On-Screen Display" + }, + "padding": { + "label": "Padding", + "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." + }, + "position": { + "label": "Position", + "select": { + "options": { + "bottom_left": "Bottom Left", + "bottom_right": "Bottom Right", + "center": "Center", + "top_left": "Top Left", + "top_right": "Top Right" + } + }, + "title": "Select the position of the On-Screen Display" + }, + "type": { + "label": "Type", + "select": { + "options": { + "circle": "Circle", + "line": "Line", + "no_display": "No display", + "text": "Text" + } + }, + "title": "Select the type of On-Screen Display" + } + }, + "title": "On-screen display settings" + }, + "playerQuality": { + "enable": { + "label": "Automatic quality adjustment", + "title": "Automatically adjusts the video quality to the selected level." + }, + "settings": { + "quality": { + "select": { + "label": "Player quality", + "title": "The quality to set the video to" + } + }, + "qualityFallbackStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + } + }, + "title": "Automatic quality settings" + }, + "playerSpeed": { + "enable": { + "label": "Forced playback speed", + "title": "Sets the video speed to what you choose below" + }, + "settings": { + "buttons": { + "label": "Playback speed buttons", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + }, + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + }, + "speed": { + "select": { + "label": "Player speed", + "title": "The speed to set the video to" + } + } + }, + "title": "Playback speed settings" + }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + }, + "settings": { + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } + } + }, + "title": "Playlist length settings" + }, + "playlistManagementButtons": { + "settings": { + "markAsUnwatchedButton": { + "enable": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + } + }, + "removeVideoButton": { + "enable": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + } + }, + "title": "Playlist management settings" + }, + "screenshotButton": { + "enable": { + "label": "Screenshot button", + "title": "Adds a button to the player to take a screenshot of the video" + }, + "settings": { + "format": { + "label": "Screenshot format", + "title": "The format to save the screenshot in" + }, + "saveAs": { + "select": { + "label": "Screenshot save type", + "options": { + "both": "Both (File and Clipboard)", + "clipboard": "Clipboard", + "file": "File" + }, + "title": "The screenshot save type" + } + } + }, + "title": "Screenshot settings" + }, + "scrollWheelSpeedControl": { + "enable": { + "label": "Scroll wheel speed control", + "title": "Press a modifier key to enable speed adjustment with the scroll wheel." + }, + "extras": { + "optionLabel": "{{KEY}} key" + }, + "settings": { + "adjustmentSteps": { + "label": "Speed Change Per Scroll", + "title": "Adjust the speed change per scroll" + }, + "modifierKey": { + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + } + } + }, + "title": "Scroll wheel speed control settings" + }, + "scrollWheelVolumeControl": { + "enable": { + "label": "Scroll wheel volume control", + "title": "Lets you use the scroll wheel to control the volume of the video you're watching" + }, + "extras": { + "optionLabel": "{{KEY}} key" + }, + "settings": { + "adjustmentSteps": { + "label": "Volume Change Per Scroll", + "title": "Adjust the volume change per scroll" + }, + "holdModifierKey": { + "label": "When holding modifier key", + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + }, + "title": "Press a modifier key to enable volume adjustment with the scroll wheel." + }, + "holdRightClick": { + "label": "When holding right click", + "title": "Hold right click to enable scroll wheel volume control" + } + }, + "title": "Scroll wheel volume control settings" + }, + "videoHistory": { + "enable": { + "label": "Track watched videos", + "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" + }, + "settings": { + "resumeType": { + "select": { + "label": "Resume type", + "options": { + "automatic": "Automatic", + "prompt": "Prompt" + }, + "title": "Select how you want to resume videos" + } + } + }, + "title": "Video history settings" + }, + "volumeBoost": { + "enable": { + "label": "Volume boost", + "title": "Enable volume boost" + }, + "settings": { + "amount": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by" + }, + "mode": { + "select": { + "label": "Volume boost mode", + "options": { + "global": "Global", + "perVideo": "Per video" + }, + "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + } + } + }, + "title": "Volume boost settings" + } + } + } +} From ee1e34611f8aa6f3f2ac651e7b82d072ee483c85 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 3 Feb 2026 15:32:00 -0500 Subject: [PATCH 1564/1783] New translations en-us.json (French) --- public/locales/fr-FR.json | 1648 +++++++++++++++++++------------------ 1 file changed, 826 insertions(+), 822 deletions(-) diff --git a/public/locales/fr-FR.json b/public/locales/fr-FR.json index b29f4ad87..66e6f7363 100644 --- a/public/locales/fr-FR.json +++ b/public/locales/fr-FR.json @@ -1,823 +1,827 @@ { - "langCode": "fr-FR", - "langName": "Français", - "messages": { - "resumingVideo": "Reprendre la vidéo à {{VIDEO_TIME}}", - "settingVolume": "Réglage de du gain du volume à {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "label": "Copier l'URL de la vidéo avec le timestamp" - }, - "extras": { - "copied": "Copied!" - } - }, - "featureMenu": { - "button": { - "label": "Feature menu" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "Fast forward by {{TIME}}" - }, - "rewindButton": { - "label": "Rewind by {{TIME}}" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "Hide end screen cards", - "toggle": { - "off": "Show end screen cards", - "on": "Hide end screen cards" - } - } - }, - "loopButton": { - "button": { - "label": "Loop", - "toggle": { - "off": "Loop off", - "on": "Loop on" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "Maximize", - "toggle": { - "off": "Maximize off", - "on": "Maximize on" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Open transcript" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Decrease Speed to {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Increase Speed to {{SPEED}}" - } - }, - "extras": { - "decreaseLimit": "Can't decrease further ({{SPEED}})", - "increaseLimit": "Can't increase further ({{SPEED}})" - } - }, - "playlistLength": { - "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." - }, - "playlistManagementButtons": { - "extras": { - "failedToMarkAsUnwatched": "Failed to mark video as unwatched", - "failedToRemoveVideo": "Failed to remove video", - "markAsUnwatched": "Mark as unwatched", - "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "Remove video", - "removingVideo": "Removing video…" - } - }, - "saveToWatchLaterButton": { - "extras": { - "failedToSaveVideo": "Failed to save video to Watch Later", - "saveVideo": "Save to Watch Later", - "savingVideo": "Saving to Watch Later…" - } - }, - "screenshotButton": { - "button": { - "label": "Screenshot" - }, - "extras": { - "copiedToClipboard": "Capture d'écran copiée dans le presse-papiers" - } - }, - "videoHistory": { - "extras": { - "resumeButton": "Reprendre", - "resumePromptClose": "Fermer" - } - }, - "volumeBoostButton": { - "button": { - "label": "Volume Boost", - "toggle": { - "off": "Volume boost off", - "on": "Volume boost on" - } - } - } - } - }, - "options": { - "extras": { - "bottomButtons": { - "clear": { - "title": "Efface toutes les données stockées par cette extension sur votre ordinateur", - "value": "Effacer les données" - }, - "confirm": { - "title": "Confirmer la réinitialisation des réglages", - "value": "Confirmer" - }, - "openTab": { - "title": "Ouvrir les paramètres de l'extension dans un nouvel onglet" - }, - "reset": { - "title": "Réinitialise tous les paramètres par défaut, cliquez sur le bouton de confirmation pour enregistrer les modifications", - "value": "Réinitialiser" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "Bouton copier l'URL avec timestamp", - "decreasePlaybackSpeedButton": "Decrease Speed button", - "forwardButton": "Fast Forward button", - "hideEndScreenCardsButton": "Hide end screen cards button", - "increasePlaybackSpeedButton": "Increase Speed button", - "loopButton": "Loop button", - "maximizePlayerButton": "Maximize button", - "openTranscriptButton": "Open Transcript button", - "rewindButton": "Rewind button", - "screenshotButton": "Screenshot button", - "volumeBoostButton": "Volume Boost button" - }, - "options": { - "below_player": { - "placement": "below the player controls", - "value": "Below Player" - }, - "feature_menu": { - "placement": "in the feature menu", - "value": "Feature Menu" - }, - "player_controls_left": { - "placement": "on the left side of player controls", - "value": "Left Controls" - }, - "player_controls_right": { - "placement": "on the right side of player controls", - "value": "Right Controls" - } - }, - "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" - }, - "title": "Button placement settings" - }, - "clearData": { - "allDataDeleted": "Toutes les données ont été supprimées.", - "confirmAlert": "Ceci supprimera toutes les données d'extension liées aux options. On continue ?" - }, - "featureMenu": { - "openType": { - "select": { - "label": "Action d'activation du menu", - "options": { - "click": "Clic", - "hover": "Survol" - }, - "title": "Sélectionnez la méthode pour activer le menu de fonctionnalités" - }, - "title": "Paramètres du menu de fonctionnalités" - } - }, - "importExportSettings": { - "exportButton": { - "success": "Réglages exportés avec succès", - "title": "Exporter les paramètres vers un fichier JSON", - "value": "Exporter les paramètres" - }, - "importButton": { - "error": { - "unknown": "Erreur lors de l'importation des paramètres. Veuillez vérifier le format du fichier.\nUne erreur inconnue s'est produite.", - "validation": "Erreur lors de l'importation des paramètres. Veuillez vérifier le format du fichier.\n{{ERROR_MESSAGE}}" - }, - "success": "Paramètres importés avec succès", - "title": "Importer les paramètres depuis un fichier JSON", - "value": "Importer les paramètres" - } - }, - "language": { - "select": { - "label": "Langue", - "title": "La langue à utiliser pour l'extension" - }, - "title": "Langue" - }, - "optionDisabled": { - "either": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " or " - }, - "plural": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " and " - }, - "singular": "Enable '{{OPTION}}' to configure this option", - "specificOption": { - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" - } - }, - "scrollForMoreSettings": "Scroll for more settings", - "settingSearch": { - "placeholder": "Search for a setting" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "You can get one from here", - "input": { - "label": "API Key", - "title": "Enter your Youtube Data API V3 key." - }, - "title": "YouTube API V3 key" - } - }, - "notifications": { - "error": { - "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "La touche de contrôle de la vitesse de la molette ne peut pas être la même que la touche de contrôle du volume par la molette de défilement.", - "volumeControl": "La touche de contrôle de volume de la molette de défilement ne peut pas être la même que la touche de contrôle de la vitesse de défilement." - } - } - }, - "info": { - "reset": "Tous les paramètres ont été réinitialisés. \nVous pouvez maintenant sauvegarder les changements en cliquant sur le bouton \"Confirmer\" ou les annuler en fermant cette page ou ignorer cette notification." - }, - "success": { - "saved": "Options enregistrées." - } - } - } - }, - "settings": { - "sections": { - "customCSS": { - "enable": { - "label": "Custom CSS", - "title": "Enables custom CSS to be applied to the page" - }, - "extras": { - "collapse": "Collapse Editor", - "expand": "Expand Editor", - "noProblems": "Aucun problème détecté." - }, - "title": "Custom CSS settings" - }, - "deepDarkCSS": { - "enable": { - "label": "Deep Dark Theme", - "title": "Activate the selected theme for the page" - }, - "extras": { - "author": "Author", - "co-authors": "Co-authors" - }, - "settings": { - "colorShadow": { - "label": "Shadow color", - "title": "Color for shadows" - }, - "dimmerText": { - "label": "Secondary text color", - "title": "Color for secondary text" - }, - "hoverBackground": { - "label": "Hover background color", - "title": "Color for hover background" - }, - "mainBackground": { - "label": "Main background color", - "title": "Color for main background" - }, - "mainColor": { - "label": "Accent color", - "title": "Color for accent" - }, - "mainText": { - "label": "Main text color", - "title": "Color for main text" - }, - "secondBackground": { - "label": "Secondary background color", - "title": "Color for secondary background" - }, - "theme": { - "select": { - "label": "Select theme", - "title": "Select a theme to be applied to the page" - } - } - }, - "title": "YouTube deep dark settings" - }, - "forwardRewindButtons": { - "enable": { - "label": "Forward/rewind buttons", - "title": "Adds forward and rewind buttons to the video player" - }, - "settings": { - "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" - } - }, - "title": "Forward/rewind button settings" - }, - "miscellaneous": { - "settings": { - "automaticallyDisableAmbientMode": { - "enable": { - "label": "Automatically disable ambient mode", - "title": "Automatically disables ambient mode when you load a video" - } - }, - "automaticallyDisableAutoPlay": { - "enable": { - "label": "Automatically disable autoplay", - "title": "Automatically disables autoplay when you load a video" - } - }, - "automaticallyDisableClosedCaptions": { - "enable": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" - } - }, - "automaticallyEnableClosedCaptions": { - "enable": { - "label": "Automatically enable closed captions", - "title": "Automatically enables closed captions when you load a video" - } - }, - "automaticallyMaximizePlayer": { - "enable": { - "label": "Automatically maximize player", - "title": "Automatically maximizes the player when you load a video" - } - }, - "automaticallyShowMoreVideosOnEndScreen": { - "enable": { - "label": "Automatically show more videos on end screen", - "title": "Automatically shows more videos on end screen when you load a video" - } - }, - "automaticTheaterMode": { - "enable": { - "label": "Mode cinéma automatique", - "title": "Activer automatiquement le mode cinéma lorsque vous chargez une vidéo" - } - }, - "copyTimestampUrlButton": { - "enable": { - "label": "Bouton de copie de l'URL avec timestamp", - "title": "Copie l'URL de la vidéo avec le timestamp (?t=123)" - } - }, - "defaultToOriginalAudioTrack": { - "enable": { - "label": "Default to original audio track", - "title": "Always default to the original audio track" - } - }, - "saveToWatchLaterButton": { - "enable": { - "label": "Enable save to Watch Later button", - "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" - } - }, - "hideArtificialIntelligenceSummary": { - "enable": { - "label": "Hide AI summary", - "title": "Hides the artificial intelligence summary below videos" - } - }, - "hideEndScreenCards": { - "enable": { - "label": "Hide end screen cards", - "title": "Hides the cards at the end of the video" - } - }, - "hideEndScreenCardsButton": { - "enable": { - "label": "Hide end screen cards button", - "title": "Adds a button to show/hide the cards at the end of the video" - } - }, - "hideLiveStreamChat": { - "enable": { - "label": "Hide live stream chat", - "title": "Hides the live stream chat" - } - }, - "hideMembersOnlyVideos": { - "enable": { - "label": "Hide members-only videos", - "title": "Hides videos that are only visible to members" - } - }, - "hideOfficialArtistVideosFromHomePage": { - "enable": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" - } - }, - "hidePaidPromotionBanner": { - "enable": { - "label": "Hide paid promotion banner", - "title": "Hides the banner that appears when you watch a video that has a paid promotion" - } - }, - "hidePlayables": { - "enable": { - "label": "Hide playables", - "title": "Hides all playables" - } - }, - "hidePlaylistRecommendationsFromHomePage": { - "enable": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" - } - }, - "hideScrollbar": { - "enable": { - "label": "Cacher la barre de défilement", - "title": "Cache la barre de défilement des pages" - } - }, - "hideShorts": { - "enable": { - "label": "Hide shorts", - "title": "Hides all shorts" - } - }, - "hideSidebarRecommendedVideos": { - "enable": { - "label": "Hide recommended videos", - "title": "Hides the sidebar that recommends videos" - } - }, - "hideTranslateComment": { - "enable": { - "label": "Hide translate comment button", - "title": "Hides 'Translate to Language' button under comments" - } - }, - "loopButton": { - "enable": { - "label": "Bouton de boucle", - "title": "Ajoute un bouton au menu de fonctionnalité pour regarder la vidéo en boucle" - } - }, - "maximizePlayerButton": { - "enable": { - "label": "Agrandir les boutons du lecteur", - "title": "Ajoute un bouton au menu de fonctionnalité pour agrandir le lecteur" - } - }, - "openTranscriptButton": { - "enable": { - "label": "Bouton d'ouverture de la transcription", - "title": "Ajoute un bouton au menu fonctionnalités pour ouvrir la transcription de la vidéo que vous regardez" - } - }, - "openYouTubeSettingsOnHover": { - "enable": { - "label": "Ouvrir les paramètres YouTube au survol", - "title": "Ouvre le menu des paramètres YouTube lorsque vous survolez le bouton des paramètres" - } - }, - "pauseBackgroundPlayers": { - "enable": { - "label": "Pause background players", - "title": "Pauses video players in background tabs when you start a new player in foreground tab" - } - }, - "remainingTime": { - "enable": { - "label": "Temps restant", - "title": "Affiche le temps restant de la vidéo que vous regardez" - } - }, - "rememberVolume": { - "enable": { - "label": "Sauvegarder le volume précédent", - "title": "Se souvenir du volume de la dernière vidéo que vous regardiez et définissez-le lorsque vous ouvrez une nouvelle vidéo" - } - }, - "removeRedirect": { - "enable": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" - } - }, - "restoreFullscreenScrolling": { - "enable": { - "label": "Restore fullscreen scrolling", - "title": "Restores scrolling in fullscreen mode" - } - }, - "shareShortener": { - "enable": { - "label": "Shorten YouTube video share link", - "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" - } - }, - "shortsAutoScroll": { - "enable": { - "label": "Shorts auto scroll", - "title": "Automatically scrolls to the next short" - } - }, - "skipContinueWatching": { - "enable": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" - } - } - }, - "title": "Autre paramètres" - }, - "onScreenDisplaySettings": { - "settings": { - "color": { - "label": "Couleur ", - "select": { - "options": { - "blue": "Bleu", - "green": "Vert", - "orange": "Orange", - "pink": "Rose", - "purple": "Violet", - "red": "Rouge", - "white": "Blanc", - "yellow": "Jaune" - } - }, - "title": "Sélectionnez la couleur pour l'affichage On-Screen" - }, - "hide": { - "label": "Délai d'effacement", - "title": "Spécifiez le temps, en millisecondes, avant de masquer automatiquement l'affichage à l'écran" - }, - "opacity": { - "label": "Opacité", - "title": "Ajuster la transparence de l'affichage On-Screen" - }, - "padding": { - "label": "Marges interne", - "title": "Ajustez l'espacement autour de l'affichage On-Screen. Cela s'applique spécifiquement à l'affichage On-Screen dans l'angle à l'écran." - }, - "position": { - "label": "Position", - "select": { - "options": { - "bottom_left": "En bas à gauche", - "bottom_right": "En bas à droite", - "center": "Centre", - "top_left": "En haut à gauche", - "top_right": "En Haut à Droite" - } - }, - "title": "Sélectionnez la position de l'affichage On-Screen" - }, - "type": { - "label": "Type", - "select": { - "options": { - "circle": "Circle", - "line": "Ligne", - "no_display": "Cacher", - "text": "Texte" - } - }, - "title": "Sélectionnez le type d'affichage à l'écran" - } - }, - "title": "On-screen display settings" - }, - "playerQuality": { - "enable": { - "label": "Ajustement automatique de la résolution", - "title": "Ajuste automatiquement la résolution de la vidéo au niveau sélectionné." - }, - "settings": { - "quality": { - "select": { - "label": "Résolution", - "title": "La vidéo aura cette résolution" - } - }, - "qualityFallbackStrategy": { - "select": { - "label": "Quality fallback strategy", - "options": { - "higher": "Higher", - "lower": "Lower" - }, - "title": "The strategy to use when the selected quality is not available" - } - } - }, - "title": "Paramètres de qualité automatique" - }, - "playerSpeed": { - "enable": { - "label": "Vitesse de lecture forcée", - "title": "Définit la vitesse de la vidéo comme choisie ci-dessous" - }, - "settings": { - "buttons": { - "label": "Playback speed buttons", - "select": { - "label": "Playback buttons speed", - "title": "Amount of speed to be changed per click" - }, - "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" - }, - "speed": { - "select": { - "label": "Vitesse de la vidéo", - "title": "La vitesse à laquelle la vidéo est définie" - } - } - }, - "title": "Réglages de vitesse de lecture" - }, - "playlistLength": { - "enable": { - "label": "Display playlist length information", - "title": "Shows the total length of the playlist, how much has been watched, and how much remains." - }, - "settings": { - "wayToGetLength": { - "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "Method to get watched time", - "options": { - "duration": "Video Length", - "youtube": "Video Watch Time" - }, - "title": "The way to get the amount of time watched (Video Length type only used on watch page)" - } - } - }, - "title": "Playlist length settings" - }, - "playlistManagementButtons": { - "settings": { - "markAsUnwatchedButton": { - "enable": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - } - }, - "removeVideoButton": { - "enable": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - } - } - }, - "title": "Playlist management settings" - }, - "screenshotButton": { - "enable": { - "label": "Bouton de capture d'écran", - "title": "Ajoute un bouton au lecteur pour prendre une capture d'écran de la vidéo" - }, - "settings": { - "format": { - "label": "Format de la capture d'écran", - "title": "Le format dans lequel enregistrer la capture d'écran" - }, - "saveAs": { - "select": { - "options": { - "both": "Both (File and Clipboard)", - "clipboard": "Presse-papiers", - "file": "Fichier" - }, - "label": "Type de sauvegarde de la capture d'écran", - "title": "Le type de sauvegarde de la capture d'écran" - } - } - }, - "title": "Paramètres de capture d’écran" - }, - "scrollWheelSpeedControl": { - "enable": { - "label": "Contrôle de la vitesse de défilement", - "title": "Appuyez sur la touche de modification pour activer le réglage de la vitesse de défilement de la molette." - }, - "extras": { - "optionLabel": "touche {{KEY}}" - }, - "settings": { - "adjustmentSteps": { - "label": "Vitesse de défilement", - "title": "Ajuste la vitesse de défilement" - }, - "modifierKey": { - "select": { - "label": "Touche de clavier", - "title": "La touche de clavier à utiliser" - } - } - }, - "title": "Paramètres de contrôle de la vitesse de défilement" - }, - "scrollWheelVolumeControl": { - "enable": { - "label": "Contrôle du volume avec la molette de défilement", - "title": "Permet d'utiliser la molette de défilement pour contrôler le volume de la vidéo que vous regardez" - }, - "extras": { - "optionLabel": "touche {{KEY}}" - }, - "settings": { - "adjustmentSteps": { - "label": "Pas de volume par défilement", - "title": "Ajuster le changement de volume par défilement" - }, - "holdModifierKey": { - "label": "Activer lorsqu'une touche est maintenue", - "select": { - "label": "Touche de clavier", - "title": "La touche de clavier à utiliser" - }, - "title": "Appuyez sur une touche pour activer le réglage du volume à l'aide de la molette de défilement." - }, - "holdRightClick": { - "label": "Activer lorsque le clic droit est enfoncé", - "title": "Maintenez le clic droit pour activer le contrôle du volume par la molette de défilement" - } - }, - "title": "Réglages du contrôle du volume par la molette de défilement" - }, - "videoHistory": { - "enable": { - "label": "Track watched videos", - "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" - }, - "settings": { - "resumeType": { - "select": { - "label": "Resume type", - "options": { - "automatic": "Automatic", - "prompt": "Prompt" - }, - "title": "Select how you want to resume videos" - } - } - }, - "title": "Video history settings" - }, - "volumeBoost": { - "enable": { - "label": "Gain du volume", - "title": "Activer le gain du volume" - }, - "settings": { - "amount": { - "label": "Gain du volume (dB)", - "title": "La quantité de gain pour le volume" - }, - "mode": { - "select": { - "label": "Mode du gain du volume", - "options": { - "global": "Global", - "perVideo": "Par vidéo" - }, - "title": "Choisissez comment le gain du volume est appliquée. 'Par vidéo' permet d'activer le gain pour chaque vidéo individuellement dans le menu des paramètres. 'Global' applique le gain à toutes les vidéos lorsque le gain du volume est activée." - } - } - }, - "title": "Réglages de du gain du volume" - } - } - } -} \ No newline at end of file + "langCode": "fr-FR", + "langName": "Français", + "messages": { + "resumingVideo": "Reprendre la vidéo à {{VIDEO_TIME}}", + "settingVolume": "Réglage de du gain du volume à {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "label": "Copier l'URL de la vidéo avec le timestamp" + }, + "extras": { + "copied": "Copied!" + } + }, + "featureMenu": { + "button": { + "label": "Feature menu" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Fast forward by {{TIME}}" + }, + "rewindButton": { + "label": "Rewind by {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Hide end screen cards", + "toggle": { + "off": "Show end screen cards", + "on": "Hide end screen cards" + } + } + }, + "loopButton": { + "button": { + "label": "Loop", + "toggle": { + "off": "Loop off", + "on": "Loop on" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "Maximize", + "toggle": { + "off": "Maximize off", + "on": "Maximize on" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Open transcript" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Decrease Speed to {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Increase Speed to {{SPEED}}" + } + }, + "extras": { + "decreaseLimit": "Can't decrease further ({{SPEED}})", + "increaseLimit": "Can't increase further ({{SPEED}})" + } + }, + "playlistLength": { + "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + }, + "playlistManagementButtons": { + "extras": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + } + }, + "saveToWatchLaterButton": { + "extras": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + } + }, + "screenshotButton": { + "button": { + "label": "Screenshot" + }, + "extras": { + "copiedToClipboard": "Capture d'écran copiée dans le presse-papiers" + } + }, + "videoHistory": { + "extras": { + "resumeButton": "Reprendre", + "resumePromptClose": "Fermer" + } + }, + "volumeBoostButton": { + "button": { + "label": "Volume Boost", + "toggle": { + "off": "Volume boost off", + "on": "Volume boost on" + } + } + } + } + }, + "options": { + "extras": { + "bottomButtons": { + "clear": { + "title": "Efface toutes les données stockées par cette extension sur votre ordinateur", + "value": "Effacer les données" + }, + "confirm": { + "title": "Confirmer la réinitialisation des réglages", + "value": "Confirmer" + }, + "openTab": { + "title": "Ouvrir les paramètres de l'extension dans un nouvel onglet" + }, + "reset": { + "title": "Réinitialise tous les paramètres par défaut, cliquez sur le bouton de confirmation pour enregistrer les modifications", + "value": "Réinitialiser" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Bouton copier l'URL avec timestamp", + "decreasePlaybackSpeedButton": "Decrease Speed button", + "forwardButton": "Fast Forward button", + "hideEndScreenCardsButton": "Hide end screen cards button", + "increasePlaybackSpeedButton": "Increase Speed button", + "loopButton": "Loop button", + "maximizePlayerButton": "Maximize button", + "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind button", + "screenshotButton": "Screenshot button", + "volumeBoostButton": "Volume Boost button" + }, + "options": { + "below_player": { + "placement": "below the player controls", + "value": "Below Player" + }, + "feature_menu": { + "placement": "in the feature menu", + "value": "Feature Menu" + }, + "player_controls_left": { + "placement": "on the left side of player controls", + "value": "Left Controls" + }, + "player_controls_right": { + "placement": "on the right side of player controls", + "value": "Right Controls" + } + }, + "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Button placement settings" + }, + "clearData": { + "allDataDeleted": "Toutes les données ont été supprimées.", + "confirmAlert": "Ceci supprimera toutes les données d'extension liées aux options. On continue ?" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Action d'activation du menu", + "options": { + "click": "Clic", + "hover": "Survol" + }, + "title": "Sélectionnez la méthode pour activer le menu de fonctionnalités" + }, + "title": "Paramètres du menu de fonctionnalités" + } + }, + "importExportSettings": { + "exportButton": { + "success": "Réglages exportés avec succès", + "title": "Exporter les paramètres vers un fichier JSON", + "value": "Exporter les paramètres" + }, + "importButton": { + "error": { + "unknown": "Erreur lors de l'importation des paramètres. Veuillez vérifier le format du fichier.\nUne erreur inconnue s'est produite.", + "validation": "Erreur lors de l'importation des paramètres. Veuillez vérifier le format du fichier.\n{{ERROR_MESSAGE}}" + }, + "success": "Paramètres importés avec succès", + "title": "Importer les paramètres depuis un fichier JSON", + "value": "Importer les paramètres" + } + }, + "language": { + "select": { + "label": "Langue", + "title": "La langue à utiliser pour l'extension" + }, + "title": "Langue" + }, + "openSettingsOnMajorOrMinorVersionChange": { + "label": "Open settings page on update", + "title": "Opens the settings page when a major or minor version of YouTube Enhancer is installed" + }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "scrollForMoreSettings": "Scroll for more settings", + "settingSearch": { + "placeholder": "Search for a setting" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Key", + "title": "Enter your Youtube Data API V3 key." + }, + "title": "YouTube API V3 key" + } + }, + "notifications": { + "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "La touche de contrôle de la vitesse de la molette ne peut pas être la même que la touche de contrôle du volume par la molette de défilement.", + "volumeControl": "La touche de contrôle de volume de la molette de défilement ne peut pas être la même que la touche de contrôle de la vitesse de défilement." + } + } + }, + "info": { + "reset": "Tous les paramètres ont été réinitialisés. \nVous pouvez maintenant sauvegarder les changements en cliquant sur le bouton \"Confirmer\" ou les annuler en fermant cette page ou ignorer cette notification." + }, + "success": { + "saved": "Options enregistrées." + } + } + } + }, + "settings": { + "sections": { + "customCSS": { + "enable": { + "label": "Custom CSS", + "title": "Enables custom CSS to be applied to the page" + }, + "extras": { + "collapse": "Collapse Editor", + "expand": "Expand Editor", + "noProblems": "Aucun problème détecté." + }, + "title": "Custom CSS settings" + }, + "deepDarkCSS": { + "enable": { + "label": "Deep Dark Theme", + "title": "Activate the selected theme for the page" + }, + "extras": { + "author": "Author", + "co-authors": "Co-authors" + }, + "settings": { + "colorShadow": { + "label": "Shadow color", + "title": "Color for shadows" + }, + "dimmerText": { + "label": "Secondary text color", + "title": "Color for secondary text" + }, + "hoverBackground": { + "label": "Hover background color", + "title": "Color for hover background" + }, + "mainBackground": { + "label": "Main background color", + "title": "Color for main background" + }, + "mainColor": { + "label": "Accent color", + "title": "Color for accent" + }, + "mainText": { + "label": "Main text color", + "title": "Color for main text" + }, + "secondBackground": { + "label": "Secondary background color", + "title": "Color for secondary background" + }, + "theme": { + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + } + } + }, + "title": "YouTube deep dark settings" + }, + "forwardRewindButtons": { + "enable": { + "label": "Forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "settings": { + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + } + }, + "title": "Forward/rewind button settings" + }, + "miscellaneous": { + "settings": { + "automaticTheaterMode": { + "enable": { + "label": "Mode cinéma automatique", + "title": "Activer automatiquement le mode cinéma lorsque vous chargez une vidéo" + } + }, + "automaticallyDisableAmbientMode": { + "enable": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + } + }, + "automaticallyDisableAutoPlay": { + "enable": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + } + }, + "automaticallyDisableClosedCaptions": { + "enable": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + } + }, + "automaticallyEnableClosedCaptions": { + "enable": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + } + }, + "automaticallyMaximizePlayer": { + "enable": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + } + }, + "automaticallyShowMoreVideosOnEndScreen": { + "enable": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + } + }, + "copyTimestampUrlButton": { + "enable": { + "label": "Bouton de copie de l'URL avec timestamp", + "title": "Copie l'URL de la vidéo avec le timestamp (?t=123)" + } + }, + "defaultToOriginalAudioTrack": { + "enable": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + } + }, + "hideArtificialIntelligenceSummary": { + "enable": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + } + }, + "hideEndScreenCards": { + "enable": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + } + }, + "hideEndScreenCardsButton": { + "enable": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + } + }, + "hideLiveStreamChat": { + "enable": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + } + }, + "hideMembersOnlyVideos": { + "enable": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + } + }, + "hideOfficialArtistVideosFromHomePage": { + "enable": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + } + }, + "hidePaidPromotionBanner": { + "enable": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + } + }, + "hidePlayables": { + "enable": { + "label": "Hide playables", + "title": "Hides all playables" + } + }, + "hidePlaylistRecommendationsFromHomePage": { + "enable": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + } + }, + "hideScrollbar": { + "enable": { + "label": "Cacher la barre de défilement", + "title": "Cache la barre de défilement des pages" + } + }, + "hideShorts": { + "enable": { + "label": "Hide shorts", + "title": "Hides all shorts" + } + }, + "hideSidebarRecommendedVideos": { + "enable": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + } + }, + "hideTranslateComment": { + "enable": { + "label": "Hide translate comment button", + "title": "Hides 'Translate to Language' button under comments" + } + }, + "loopButton": { + "enable": { + "label": "Bouton de boucle", + "title": "Ajoute un bouton au menu de fonctionnalité pour regarder la vidéo en boucle" + } + }, + "maximizePlayerButton": { + "enable": { + "label": "Agrandir les boutons du lecteur", + "title": "Ajoute un bouton au menu de fonctionnalité pour agrandir le lecteur" + } + }, + "openTranscriptButton": { + "enable": { + "label": "Bouton d'ouverture de la transcription", + "title": "Ajoute un bouton au menu fonctionnalités pour ouvrir la transcription de la vidéo que vous regardez" + } + }, + "openYouTubeSettingsOnHover": { + "enable": { + "label": "Ouvrir les paramètres YouTube au survol", + "title": "Ouvre le menu des paramètres YouTube lorsque vous survolez le bouton des paramètres" + } + }, + "pauseBackgroundPlayers": { + "enable": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + } + }, + "remainingTime": { + "enable": { + "label": "Temps restant", + "title": "Affiche le temps restant de la vidéo que vous regardez" + } + }, + "rememberVolume": { + "enable": { + "label": "Sauvegarder le volume précédent", + "title": "Se souvenir du volume de la dernière vidéo que vous regardiez et définissez-le lorsque vous ouvrez une nouvelle vidéo" + } + }, + "removeRedirect": { + "enable": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + } + }, + "restoreFullscreenScrolling": { + "enable": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + } + }, + "saveToWatchLaterButton": { + "enable": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + } + }, + "shareShortener": { + "enable": { + "label": "Shorten YouTube video share link", + "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + } + }, + "shortsAutoScroll": { + "enable": { + "label": "Shorts auto scroll", + "title": "Automatically scrolls to the next short" + } + }, + "skipContinueWatching": { + "enable": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + } + } + }, + "title": "Autre paramètres" + }, + "onScreenDisplaySettings": { + "settings": { + "color": { + "label": "Couleur ", + "select": { + "options": { + "blue": "Bleu", + "green": "Vert", + "orange": "Orange", + "pink": "Rose", + "purple": "Violet", + "red": "Rouge", + "white": "Blanc", + "yellow": "Jaune" + } + }, + "title": "Sélectionnez la couleur pour l'affichage On-Screen" + }, + "hide": { + "label": "Délai d'effacement", + "title": "Spécifiez le temps, en millisecondes, avant de masquer automatiquement l'affichage à l'écran" + }, + "opacity": { + "label": "Opacité", + "title": "Ajuster la transparence de l'affichage On-Screen" + }, + "padding": { + "label": "Marges interne", + "title": "Ajustez l'espacement autour de l'affichage On-Screen. Cela s'applique spécifiquement à l'affichage On-Screen dans l'angle à l'écran." + }, + "position": { + "label": "Position", + "select": { + "options": { + "bottom_left": "En bas à gauche", + "bottom_right": "En bas à droite", + "center": "Centre", + "top_left": "En haut à gauche", + "top_right": "En Haut à Droite" + } + }, + "title": "Sélectionnez la position de l'affichage On-Screen" + }, + "type": { + "label": "Type", + "select": { + "options": { + "circle": "Circle", + "line": "Ligne", + "no_display": "Cacher", + "text": "Texte" + } + }, + "title": "Sélectionnez le type d'affichage à l'écran" + } + }, + "title": "On-screen display settings" + }, + "playerQuality": { + "enable": { + "label": "Ajustement automatique de la résolution", + "title": "Ajuste automatiquement la résolution de la vidéo au niveau sélectionné." + }, + "settings": { + "quality": { + "select": { + "label": "Résolution", + "title": "La vidéo aura cette résolution" + } + }, + "qualityFallbackStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + } + }, + "title": "Paramètres de qualité automatique" + }, + "playerSpeed": { + "enable": { + "label": "Vitesse de lecture forcée", + "title": "Définit la vitesse de la vidéo comme choisie ci-dessous" + }, + "settings": { + "buttons": { + "label": "Playback speed buttons", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + }, + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + }, + "speed": { + "select": { + "label": "Vitesse de la vidéo", + "title": "La vitesse à laquelle la vidéo est définie" + } + } + }, + "title": "Réglages de vitesse de lecture" + }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + }, + "settings": { + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } + } + }, + "title": "Playlist length settings" + }, + "playlistManagementButtons": { + "settings": { + "markAsUnwatchedButton": { + "enable": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + } + }, + "removeVideoButton": { + "enable": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + } + }, + "title": "Playlist management settings" + }, + "screenshotButton": { + "enable": { + "label": "Bouton de capture d'écran", + "title": "Ajoute un bouton au lecteur pour prendre une capture d'écran de la vidéo" + }, + "settings": { + "format": { + "label": "Format de la capture d'écran", + "title": "Le format dans lequel enregistrer la capture d'écran" + }, + "saveAs": { + "select": { + "label": "Type de sauvegarde de la capture d'écran", + "options": { + "both": "Both (File and Clipboard)", + "clipboard": "Presse-papiers", + "file": "Fichier" + }, + "title": "Le type de sauvegarde de la capture d'écran" + } + } + }, + "title": "Paramètres de capture d’écran" + }, + "scrollWheelSpeedControl": { + "enable": { + "label": "Contrôle de la vitesse de défilement", + "title": "Appuyez sur la touche de modification pour activer le réglage de la vitesse de défilement de la molette." + }, + "extras": { + "optionLabel": "touche {{KEY}}" + }, + "settings": { + "adjustmentSteps": { + "label": "Vitesse de défilement", + "title": "Ajuste la vitesse de défilement" + }, + "modifierKey": { + "select": { + "label": "Touche de clavier", + "title": "La touche de clavier à utiliser" + } + } + }, + "title": "Paramètres de contrôle de la vitesse de défilement" + }, + "scrollWheelVolumeControl": { + "enable": { + "label": "Contrôle du volume avec la molette de défilement", + "title": "Permet d'utiliser la molette de défilement pour contrôler le volume de la vidéo que vous regardez" + }, + "extras": { + "optionLabel": "touche {{KEY}}" + }, + "settings": { + "adjustmentSteps": { + "label": "Pas de volume par défilement", + "title": "Ajuster le changement de volume par défilement" + }, + "holdModifierKey": { + "label": "Activer lorsqu'une touche est maintenue", + "select": { + "label": "Touche de clavier", + "title": "La touche de clavier à utiliser" + }, + "title": "Appuyez sur une touche pour activer le réglage du volume à l'aide de la molette de défilement." + }, + "holdRightClick": { + "label": "Activer lorsque le clic droit est enfoncé", + "title": "Maintenez le clic droit pour activer le contrôle du volume par la molette de défilement" + } + }, + "title": "Réglages du contrôle du volume par la molette de défilement" + }, + "videoHistory": { + "enable": { + "label": "Track watched videos", + "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" + }, + "settings": { + "resumeType": { + "select": { + "label": "Resume type", + "options": { + "automatic": "Automatic", + "prompt": "Prompt" + }, + "title": "Select how you want to resume videos" + } + } + }, + "title": "Video history settings" + }, + "volumeBoost": { + "enable": { + "label": "Gain du volume", + "title": "Activer le gain du volume" + }, + "settings": { + "amount": { + "label": "Gain du volume (dB)", + "title": "La quantité de gain pour le volume" + }, + "mode": { + "select": { + "label": "Mode du gain du volume", + "options": { + "global": "Global", + "perVideo": "Par vidéo" + }, + "title": "Choisissez comment le gain du volume est appliquée. 'Par vidéo' permet d'activer le gain pour chaque vidéo individuellement dans le menu des paramètres. 'Global' applique le gain à toutes les vidéos lorsque le gain du volume est activée." + } + } + }, + "title": "Réglages de du gain du volume" + } + } + } +} From f90f5c804c9981b3d5cf27ee61167b72b9694236 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 3 Feb 2026 15:32:01 -0500 Subject: [PATCH 1565/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 1648 +++++++++++++++++++------------------ 1 file changed, 826 insertions(+), 822 deletions(-) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index cb7fe7fb3..185ec9d81 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -1,823 +1,827 @@ { - "langCode": "ja-JP", - "langName": "日本語", - "messages": { - "resumingVideo": "{{VIDEO_TIME}} から動画をレジュームする", - "settingVolume": "音量ブーストを{{VOLUME_BOOST_AMOUNT}}に設定中" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "label": "タイムスタンプ付きの動画URLをコピーする" - }, - "extras": { - "copied": "コピー完了!" - } - }, - "featureMenu": { - "button": { - "label": "フィーチャー・メニュー" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "{{TIME}}で早送する" - }, - "rewindButton": { - "label": "{{TIME}}でリワインドする" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "終了画面のカードを非表示にする", - "toggle": { - "off": "終了画面のカードを表示にする", - "on": "終了画面のカードを非表示にする" - } - } - }, - "loopButton": { - "button": { - "label": "ループ", - "toggle": { - "off": "ループオフ", - "on": "ループオン" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "最大表示", - "toggle": { - "off": "最大表示オフ", - "on": "最大表示オン" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "文字起こしを見せる" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "再生速度を{{SPEED}}で下げする" - }, - "increasePlaybackSpeedButton": { - "label": "再生速度を{{SPEED}}で上げする" - } - }, - "extras": { - "decreaseLimit": "再生速度を下げるはできまっせん ({{SPEED}})", - "increaseLimit": "再生速度を上げるはできまっせん ({{SPEED}})" - } - }, - "playlistLength": { - "title": "一部の動画が非表示になっている場合、または完全な長さを得るために十分な動画を読み込んでいない場合、合計長さが正確でない可能性があります。" - }, - "playlistManagementButtons": { - "extras": { - "failedToMarkAsUnwatched": "Failed to mark video as unwatched", - "failedToRemoveVideo": "動画を削除できませんでした", - "markAsUnwatched": "未視聴にする", - "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "ビデオを削除", - "removingVideo": "ビデオの削除..." - } - }, - "saveToWatchLaterButton": { - "extras": { - "failedToSaveVideo": "Failed to save video to Watch Later", - "saveVideo": "Save to Watch Later", - "savingVideo": "Saving to Watch Later…" - } - }, - "screenshotButton": { - "button": { - "label": "スクリーンショット" - }, - "extras": { - "copiedToClipboard": "スクリーンショットをクリップボードにコピーしました" - } - }, - "videoHistory": { - "extras": { - "resumeButton": "レジューム", - "resumePromptClose": "終了" - } - }, - "volumeBoostButton": { - "button": { - "label": "音量ブースト", - "toggle": { - "off": "音量ブーストオフ", - "on": "音量ブーストオン" - } - } - } - } - }, - "options": { - "extras": { - "bottomButtons": { - "clear": { - "title": "マシンに保存されているすべてのエクステンションデータを消去します", - "value": "データの消去" - }, - "confirm": { - "title": "設定リセットを確認する", - "value": "確認" - }, - "openTab": { - "title": "新しいブラウザタブに拡張機能設定を開けるする" - }, - "reset": { - "title": "すべての設定をデフォルトにリセットします。「確認」ボタンをクリックして変更を保存します。", - "value": "リセット" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "タイムスタンプ付きの動画URLをコピーのボタン", - "decreasePlaybackSpeedButton": "速度を下げるボタン", - "forwardButton": "早送ボタン", - "hideEndScreenCardsButton": "終了画面のカードボタンを非表示にする", - "increasePlaybackSpeedButton": "速度を上げるボタン", - "loopButton": "ループボタン", - "maximizePlayerButton": "最大表示ボタン", - "openTranscriptButton": "文字起こしを見せるボタン", - "rewindButton": "リワインドボタン", - "screenshotButton": "スクリーンショットボタン", - "volumeBoostButton": "音量ブーストボタン" - }, - "options": { - "below_player": { - "placement": "プレイヤーコントローラーの下", - "value": "プレイヤーの下" - }, - "feature_menu": { - "placement": "フィーチャー・メニューの中", - "value": "フィーチャー・メニュー" - }, - "player_controls_left": { - "placement": "プレイヤーコントローラーの左側", - "value": "左のコントロール" - }, - "player_controls_right": { - "placement": "プレイヤーコントローラーの右側", - "value": "右のコントロール" - } - }, - "title": "{{PLACEMENT}}に{{BUTTON_NAME}}を置き方する" - }, - "title": "ボタン置き方設定" - }, - "clearData": { - "allDataDeleted": "すべてのデータが削除されました。", - "confirmAlert": "オプションに関連するすべてのデータを削除します。続行しますか?" - }, - "featureMenu": { - "openType": { - "select": { - "label": "メニューの有効化型", - "options": { - "click": "ボタンクリック", - "hover": "マウスホバー" - }, - "title": "フィーチャー・メニューを有効化にする方法を選択します" - }, - "title": "フィーチャー・メニュー設定" - } - }, - "importExportSettings": { - "exportButton": { - "success": "設定がエクスポートをされました", - "title": "JSONファイルで設定がエクスポートする", - "value": "エクスポート設定" - }, - "importButton": { - "error": { - "unknown": "設定がインポートを失敗されました。ファイル形式を確認してください。\n未知数なエラーが起こった。", - "validation": "設定のインポート失敗、ファイル形式を確認してください。\n{{ERROR_MESSAGE}}" - }, - "success": "設定がインポートをされました", - "title": "JSONファイルから設定がインポートする", - "value": "インポート設定" - } - }, - "language": { - "select": { - "label": "言語", - "title": "エクステンションに使用する言語" - }, - "title": "言語" - }, - "optionDisabled": { - "either": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " や " - }, - "plural": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " と " - }, - "singular": "'{{OPTION}}' 設定を有効にする", - "specificOption": { - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" - } - }, - "scrollForMoreSettings": "スクロールで設定の続きを表示", - "settingSearch": { - "placeholder": "設定を探す" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "APIキーがここで取得をします。", - "input": { - "label": "APIキー", - "title": "YouTube API V3キーを入力してください。" - }, - "title": "YouTube API V3キー" - } - }, - "notifications": { - "error": { - "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "スクロールホイール再生速度制御キーバインドは、スクロールホイール音量制御キーバインドと同じにすることはできません。", - "volumeControl": "スクロールホイール音量制御キーバインドは、スクロールホイール再生速度制御キーバインドと同じにすることはできません。" - } - } - }, - "info": { - "reset": "全てのオプションが省略時値でリセットしました。\n今変化を「確認」抓みでクリックするとセーブは可能するかページを閉じるで変化を破棄するかこの通知を捨て置くするは可能です。" - }, - "success": { - "saved": "選択がセーブしました" - } - } - } - }, - "settings": { - "sections": { - "customCSS": { - "enable": { - "label": "カスタムCSSを可能にする", - "title": "ページに適用するカスタムCSSを可能にする" - }, - "extras": { - "collapse": "エディターを最小化する", - "expand": "エディターを広げる", - "noProblems": "構文に問題はありませんでした。" - }, - "title": "カスタムCSS設定" - }, - "deepDarkCSS": { - "enable": { - "label": "選択中テーマを可能にする", - "title": "選択中ページにテーマを可能にする" - }, - "extras": { - "author": "作家", - "co-authors": "共同作家" - }, - "settings": { - "colorShadow": { - "label": "陰の色", - "title": "陰の色" - }, - "dimmerText": { - "label": "二の次テキストの色", - "title": "二の次テキストの色" - }, - "hoverBackground": { - "label": "背景マウスホバーの色", - "title": "背景マウスホバーの色" - }, - "mainBackground": { - "label": "主背景色", - "title": "主背景の色" - }, - "mainColor": { - "label": "アクセント色", - "title": "アクセントの色" - }, - "mainText": { - "label": "メインテキスト色", - "title": "メインテキストの色" - }, - "secondBackground": { - "label": "二次背景色", - "title": "二次背景の色" - }, - "theme": { - "select": { - "label": "テーマを選択", - "title": "ページのテーマを選択選べしてください" - } - } - }, - "title": "YouTubeディープダーク設定" - }, - "forwardRewindButtons": { - "enable": { - "label": "早送/リワインドボタンを可能にする", - "title": "早送ボタンとリワインドボタンをビデオ・プレーヤーに追加する" - }, - "settings": { - "time": { - "label": "早送/リワインド時間", - "title": "動画に早送/リワインドを量時間" - } - }, - "title": "早送/リワインドボタン設定" - }, - "miscellaneous": { - "settings": { - "automaticallyDisableAmbientMode": { - "enable": { - "label": "シネマティック ライティングを自動的に無効にする", - "title": "動画の読み込み時にシネマティック ライティングを自動にディセーブルする" - } - }, - "automaticallyDisableAutoPlay": { - "enable": { - "label": "Automatically disable autoplay", - "title": "Automatically disables autoplay when you load a video" - } - }, - "automaticallyDisableClosedCaptions": { - "enable": { - "label": "クローズドキャプションを自動にディセーブルする", - "title": "動画の読み込み時にクローズドキャプションを自動にディセーブルする" - } - }, - "automaticallyEnableClosedCaptions": { - "enable": { - "label": "Automatically enable closed captions", - "title": "Automatically enables closed captions when you load a video" - } - }, - "automaticallyMaximizePlayer": { - "enable": { - "label": "Automatically maximize player", - "title": "Automatically maximizes the player when you load a video" - } - }, - "automaticallyShowMoreVideosOnEndScreen": { - "enable": { - "label": "Automatically show more videos on end screen", - "title": "Automatically shows more videos on end screen when you load a video" - } - }, - "automaticTheaterMode": { - "enable": { - "label": "自動シアターモード", - "title": "動画の読み込み時に自動的にシアターモードを有効にする" - } - }, - "copyTimestampUrlButton": { - "enable": { - "label": "タイムスタンプ付きの動画URLをコピーのボタン", - "title": "タイムスタンプ付きの動画URLをコピーする (?t=123)" - } - }, - "defaultToOriginalAudioTrack": { - "enable": { - "label": "オリジナルのオーディオトラックをデフォルトにする", - "title": "常にオリジナルのオーディオトラックをデフォルトにする" - } - }, - "saveToWatchLaterButton": { - "enable": { - "label": "Enable save to Watch Later button", - "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" - } - }, - "hideArtificialIntelligenceSummary": { - "enable": { - "label": "AIサマリーを非表示", - "title": "動画の下のAIサマリーを非表示にする" - } - }, - "hideEndScreenCards": { - "enable": { - "label": "終了画面のカードを非表示にする", - "title": "動画の終了で画面カードを非表示にする" - } - }, - "hideEndScreenCardsButton": { - "enable": { - "label": "終了画面のカードボタンを非表示にする", - "title": "終了画面でボタンなカードを見せるか隠すに追加する" - } - }, - "hideLiveStreamChat": { - "enable": { - "label": "配信チャットを隠す", - "title": "配信チャットを隠する" - } - }, - "hideMembersOnlyVideos": { - "enable": { - "label": "Hide members-only videos", - "title": "Hides videos that are only visible to members" - } - }, - "hideOfficialArtistVideosFromHomePage": { - "enable": { - "label": "公式アーティストの動画を隠する", - "title": "ホームページから公式アーティストの動画を隠する" - } - }, - "hidePaidPromotionBanner": { - "enable": { - "label": "有料プロモーションバナーを隠す", - "title": "有料プロモーションのある動画を視聴したときに表示されるバナーを隠すします" - } - }, - "hidePlayables": { - "enable": { - "label": "Hide playables", - "title": "Hides all playables" - } - }, - "hidePlaylistRecommendationsFromHomePage": { - "enable": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" - } - }, - "hideScrollbar": { - "enable": { - "label": "スクロールバー隠す機能", - "title": "ページのスクロールバーを隠す" - } - }, - "hideShorts": { - "enable": { - "label": "ショートを隠す", - "title": "全ショートを隠す" - } - }, - "hideSidebarRecommendedVideos": { - "enable": { - "label": "Hide recommended videos", - "title": "Hides the sidebar that recommends videos" - } - }, - "hideTranslateComment": { - "enable": { - "label": "コメント翻訳ボタンを隠す", - "title": "コメントの下で「言語に翻訳する」ボタンを隠する" - } - }, - "loopButton": { - "enable": { - "label": "動画ループボタン", - "title": "動画をループするボタンをフィーチャー・メニューに追加する" - } - }, - "maximizePlayerButton": { - "enable": { - "label": "最大化ボタン", - "title": "プレイヤーを最大化するボタンをフィーチャー・メニューに追加する" - } - }, - "openTranscriptButton": { - "enable": { - "label": "文字起こしを見せるボタン", - "title": "動画の文字起こしを見せるするボタンをフィーチャー・メニューに追加する" - } - }, - "openYouTubeSettingsOnHover": { - "enable": { - "label": "マウスを合わせでYouTubeの設定を開ける", - "title": "設定ボタンにマウスを合わせたときにYouTubeの設定メニューを開けてする" - } - }, - "pauseBackgroundPlayers": { - "enable": { - "label": "背後タブのビデオプレイヤーを一時停止", - "title": "前景タブに新規プレイヤー開始にして、背後タブのビデオプレイヤーを一時停止します" - } - }, - "remainingTime": { - "enable": { - "label": "残り時間", - "title": "動画の残り時間を表示します" - } - }, - "rememberVolume": { - "enable": { - "label": "前音量を覚える", - "title": "新ビデオの音量を前動画の音量に変化する。" - } - }, - "removeRedirect": { - "enable": { - "label": "YouTubeのリダイレクトURLを削除する", - "title": "YouTubeリダイレクトを実物なURLを換えして、リダイレクト注意を抜かします" - } - }, - "restoreFullscreenScrolling": { - "enable": { - "label": "全画面表示のスクロールを復元", - "title": "全画面表示モードでスクロールを復元します" - } - }, - "shareShortener": { - "enable": { - "label": "YouTube動画のURLを短縮する", - "title": "YouTube動画のURLに機能パラメータを削除して短縮する(youtu.be)" - } - }, - "shortsAutoScroll": { - "enable": { - "label": "ショートの自動スクロール", - "title": "次のショートを自動にスクロールする" - } - }, - "skipContinueWatching": { - "enable": { - "label": "「動画が一時停止されました。続きを視聴しますか?」を抜かする", - "title": "動画一時休止する休眠メッセージを抜かされます" - } - } - }, - "title": "他の設定" - }, - "onScreenDisplaySettings": { - "settings": { - "color": { - "label": "OSDの色", - "select": { - "options": { - "blue": "青色", - "green": "緑色", - "orange": "橙色", - "pink": "桃色", - "purple": "紫色", - "red": "赤色", - "white": "白色", - "yellow": "黄色" - } - }, - "title": "オンスクリーンディスプレイ(OSD)の色を選択選ぶ" - }, - "hide": { - "label": "非表示の遅延", - "title": "OSDを自動的に非表示にするまでの時間(ミリ秒)単位で指定します" - }, - "opacity": { - "label": "OSDの不透明度", - "title": "オンスクリーンディスプレイ(OSD)の不透明度を調整する" - }, - "padding": { - "label": "スペーシング", - "title": "オンスクリーンディスプレイ(OSD)周辺の画素でスペーシングが変化する。特に隅なOSDのみ適用されます。" - }, - "position": { - "label": "ポジション", - "select": { - "options": { - "bottom_left": "左下隅", - "bottom_right": "右下隅", - "center": "中心", - "top_left": "左上隅", - "top_right": "右上隅" - } - }, - "title": "オンスクリーンディスプレイ(OSD)のポジションを選択選ぶ" - }, - "type": { - "label": "OSD型", - "select": { - "options": { - "circle": "円形", - "line": "ライン", - "no_display": "見せない", - "text": "テキスト" - } - }, - "title": "オンスクリーンディスプレイ(OSD)型を選択選ぶ" - } - }, - "title": "オンスクリーンディスプレイの設定" - }, - "playerQuality": { - "enable": { - "label": "自動画質調整", - "title": "選択したレベルに合わせて動画の画質を自動的に調整します。" - }, - "settings": { - "quality": { - "select": { - "label": "プレイヤーの動画質", - "title": "動画の画質に設定する" - } - }, - "qualityFallbackStrategy": { - "select": { - "label": "画質フォールバック対策", - "options": { - "higher": "上位", - "lower": "下位" - }, - "title": "使用不能選択中画質ときに対策使ってする" - } - } - }, - "title": "自動画質設定" - }, - "playerSpeed": { - "enable": { - "label": "強制再生速度", - "title": "強制再生速度を可能にする" - }, - "settings": { - "buttons": { - "label": "再生速度ボタン", - "select": { - "label": "再生ボタン速度", - "title": "マウスクリックに速度を変化する量" - }, - "title": "動画の再生速度を上げか下げボタンに追加する" - }, - "speed": { - "select": { - "label": "動画の再生速度", - "title": "動画の速度に設定する" - } - } - }, - "title": "再生速度設定" - }, - "playlistLength": { - "enable": { - "label": "プレイリストの長さ情報を表示", - "title": "プレイリストの長さ全額、視聴時間量、と残り時間を見せてしまいます。" - }, - "settings": { - "wayToGetLength": { - "select": { - "label": "プレイリストの長さを取得する方法", - "title": "プレイリストの長さ情報を取得する方法 (エラーが発生した場合、APIメソッドはHTMLにフォールバックします)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "動画の視聴時間の取り出す方法", - "options": { - "duration": "動画の長さ", - "youtube": "動画の視聴時間" - }, - "title": "視聴時間の長さを取得する方法 (動画の長さタイプはウォッチページでのみ使用)" - } - } - }, - "title": "プレイリストの長さ設定" - }, - "playlistManagementButtons": { - "settings": { - "markAsUnwatchedButton": { - "enable": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - } - }, - "removeVideoButton": { - "enable": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - } - } - }, - "title": "Playlist management settings" - }, - "screenshotButton": { - "enable": { - "label": "スクリーンショットボタン", - "title": "動画をスクリーンショット撮るするボタンをビデオ・プレーヤーに追加する" - }, - "settings": { - "format": { - "label": "スクリーンショットフォーマット", - "title": "スクリーンショットを保存するフォーマット" - }, - "saveAs": { - "select": { - "options": { - "both": "Both (File and Clipboard)", - "clipboard": "クリップボード", - "file": "ファイル" - }, - "label": "スクリーンショットセーブ型", - "title": "スクリーンショットのセーブ型" - } - } - }, - "title": "スクリーンショット設定" - }, - "scrollWheelSpeedControl": { - "enable": { - "label": "スクロールホイール再生速度制御", - "title": "キーバインドを押さえるでスクロールホイール再生速度制御可能にさせる。" - }, - "extras": { - "optionLabel": "{{KEY}} キー" - }, - "settings": { - "adjustmentSteps": { - "label": "スクロールごとの速度変化", - "title": "スクロールごとの速度変化の分量をする" - }, - "modifierKey": { - "select": { - "label": "キーバインド", - "title": "キーバインド選択選ぶ" - } - } - }, - "title": "スクロールホイール再生速度制御設定" - }, - "scrollWheelVolumeControl": { - "enable": { - "label": "スクロールホイール音量制御", - "title": "スクロールホイールを使用して、ビデオの音量を制御する。" - }, - "extras": { - "optionLabel": "{{KEY}} キー" - }, - "settings": { - "adjustmentSteps": { - "label": "スクロールごとの音量変化", - "title": "スクロールごとの音量変化の分量をする" - }, - "holdModifierKey": { - "label": "キーバインドに押さえる", - "select": { - "label": "キーバインド", - "title": "キーバインド選択選べる" - }, - "title": "キーバインドを押さえるでスクロールホイール音量制御可能にさせる" - }, - "holdRightClick": { - "label": "右クリックに押さえるで可能にする", - "title": "右クリックに押さえるでスクロールホイール音量制御可能にする" - } - }, - "title": "スクロールホイール音量制御設定" - }, - "videoHistory": { - "enable": { - "label": "視聴した動画に追跡をつける", - "title": "再生を再開できるように、視聴中の動画で中断した場所を追跡します" - }, - "settings": { - "resumeType": { - "select": { - "label": "レジューム型", - "options": { - "automatic": "自動", - "prompt": "入力要求" - }, - "title": "動画をレジュームするの方法を選択します" - } - } - }, - "title": "動画履歴設定" - }, - "volumeBoost": { - "enable": { - "label": "音量ブースト", - "title": "音量ブーストを可能にする" - }, - "settings": { - "amount": { - "label": "音量ブーストの量(dB)", - "title": "音量を上げる量" - }, - "mode": { - "select": { - "label": "音量ブースト型", - "options": { - "global": "全て", - "perVideo": "動画ごと" - }, - "title": "音量ブーストの適用方法を選択します。「動画ごと」は別々の動画ごとを音量ブーストに可能する。「全て」は全ての動画を音量ブーストに付ける。" - } - } - }, - "title": "音量ブーストの設定" - } - } - } -} \ No newline at end of file + "langCode": "ja-JP", + "langName": "日本語", + "messages": { + "resumingVideo": "{{VIDEO_TIME}} から動画をレジュームする", + "settingVolume": "音量ブーストを{{VOLUME_BOOST_AMOUNT}}に設定中" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "label": "タイムスタンプ付きの動画URLをコピーする" + }, + "extras": { + "copied": "コピー完了!" + } + }, + "featureMenu": { + "button": { + "label": "フィーチャー・メニュー" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "{{TIME}}で早送する" + }, + "rewindButton": { + "label": "{{TIME}}でリワインドする" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "終了画面のカードを非表示にする", + "toggle": { + "off": "終了画面のカードを表示にする", + "on": "終了画面のカードを非表示にする" + } + } + }, + "loopButton": { + "button": { + "label": "ループ", + "toggle": { + "off": "ループオフ", + "on": "ループオン" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "最大表示", + "toggle": { + "off": "最大表示オフ", + "on": "最大表示オン" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "文字起こしを見せる" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "再生速度を{{SPEED}}で下げする" + }, + "increasePlaybackSpeedButton": { + "label": "再生速度を{{SPEED}}で上げする" + } + }, + "extras": { + "decreaseLimit": "再生速度を下げるはできまっせん ({{SPEED}})", + "increaseLimit": "再生速度を上げるはできまっせん ({{SPEED}})" + } + }, + "playlistLength": { + "title": "一部の動画が非表示になっている場合、または完全な長さを得るために十分な動画を読み込んでいない場合、合計長さが正確でない可能性があります。" + }, + "playlistManagementButtons": { + "extras": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "動画を削除できませんでした", + "markAsUnwatched": "未視聴にする", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "ビデオを削除", + "removingVideo": "ビデオの削除..." + } + }, + "saveToWatchLaterButton": { + "extras": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + } + }, + "screenshotButton": { + "button": { + "label": "スクリーンショット" + }, + "extras": { + "copiedToClipboard": "スクリーンショットをクリップボードにコピーしました" + } + }, + "videoHistory": { + "extras": { + "resumeButton": "レジューム", + "resumePromptClose": "終了" + } + }, + "volumeBoostButton": { + "button": { + "label": "音量ブースト", + "toggle": { + "off": "音量ブーストオフ", + "on": "音量ブーストオン" + } + } + } + } + }, + "options": { + "extras": { + "bottomButtons": { + "clear": { + "title": "マシンに保存されているすべてのエクステンションデータを消去します", + "value": "データの消去" + }, + "confirm": { + "title": "設定リセットを確認する", + "value": "確認" + }, + "openTab": { + "title": "新しいブラウザタブに拡張機能設定を開けるする" + }, + "reset": { + "title": "すべての設定をデフォルトにリセットします。「確認」ボタンをクリックして変更を保存します。", + "value": "リセット" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "タイムスタンプ付きの動画URLをコピーのボタン", + "decreasePlaybackSpeedButton": "速度を下げるボタン", + "forwardButton": "早送ボタン", + "hideEndScreenCardsButton": "終了画面のカードボタンを非表示にする", + "increasePlaybackSpeedButton": "速度を上げるボタン", + "loopButton": "ループボタン", + "maximizePlayerButton": "最大表示ボタン", + "openTranscriptButton": "文字起こしを見せるボタン", + "rewindButton": "リワインドボタン", + "screenshotButton": "スクリーンショットボタン", + "volumeBoostButton": "音量ブーストボタン" + }, + "options": { + "below_player": { + "placement": "プレイヤーコントローラーの下", + "value": "プレイヤーの下" + }, + "feature_menu": { + "placement": "フィーチャー・メニューの中", + "value": "フィーチャー・メニュー" + }, + "player_controls_left": { + "placement": "プレイヤーコントローラーの左側", + "value": "左のコントロール" + }, + "player_controls_right": { + "placement": "プレイヤーコントローラーの右側", + "value": "右のコントロール" + } + }, + "title": "{{PLACEMENT}}に{{BUTTON_NAME}}を置き方する" + }, + "title": "ボタン置き方設定" + }, + "clearData": { + "allDataDeleted": "すべてのデータが削除されました。", + "confirmAlert": "オプションに関連するすべてのデータを削除します。続行しますか?" + }, + "featureMenu": { + "openType": { + "select": { + "label": "メニューの有効化型", + "options": { + "click": "ボタンクリック", + "hover": "マウスホバー" + }, + "title": "フィーチャー・メニューを有効化にする方法を選択します" + }, + "title": "フィーチャー・メニュー設定" + } + }, + "importExportSettings": { + "exportButton": { + "success": "設定がエクスポートをされました", + "title": "JSONファイルで設定がエクスポートする", + "value": "エクスポート設定" + }, + "importButton": { + "error": { + "unknown": "設定がインポートを失敗されました。ファイル形式を確認してください。\n未知数なエラーが起こった。", + "validation": "設定のインポート失敗、ファイル形式を確認してください。\n{{ERROR_MESSAGE}}" + }, + "success": "設定がインポートをされました", + "title": "JSONファイルから設定がインポートする", + "value": "インポート設定" + } + }, + "language": { + "select": { + "label": "言語", + "title": "エクステンションに使用する言語" + }, + "title": "言語" + }, + "openSettingsOnMajorOrMinorVersionChange": { + "label": "Open settings page on update", + "title": "Opens the settings page when a major or minor version of YouTube Enhancer is installed" + }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " や " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " と " + }, + "singular": "'{{OPTION}}' 設定を有効にする", + "specificOption": { + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "scrollForMoreSettings": "スクロールで設定の続きを表示", + "settingSearch": { + "placeholder": "設定を探す" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "APIキーがここで取得をします。", + "input": { + "label": "APIキー", + "title": "YouTube API V3キーを入力してください。" + }, + "title": "YouTube API V3キー" + } + }, + "notifications": { + "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "スクロールホイール再生速度制御キーバインドは、スクロールホイール音量制御キーバインドと同じにすることはできません。", + "volumeControl": "スクロールホイール音量制御キーバインドは、スクロールホイール再生速度制御キーバインドと同じにすることはできません。" + } + } + }, + "info": { + "reset": "全てのオプションが省略時値でリセットしました。\n今変化を「確認」抓みでクリックするとセーブは可能するかページを閉じるで変化を破棄するかこの通知を捨て置くするは可能です。" + }, + "success": { + "saved": "選択がセーブしました" + } + } + } + }, + "settings": { + "sections": { + "customCSS": { + "enable": { + "label": "カスタムCSSを可能にする", + "title": "ページに適用するカスタムCSSを可能にする" + }, + "extras": { + "collapse": "エディターを最小化する", + "expand": "エディターを広げる", + "noProblems": "構文に問題はありませんでした。" + }, + "title": "カスタムCSS設定" + }, + "deepDarkCSS": { + "enable": { + "label": "選択中テーマを可能にする", + "title": "選択中ページにテーマを可能にする" + }, + "extras": { + "author": "作家", + "co-authors": "共同作家" + }, + "settings": { + "colorShadow": { + "label": "陰の色", + "title": "陰の色" + }, + "dimmerText": { + "label": "二の次テキストの色", + "title": "二の次テキストの色" + }, + "hoverBackground": { + "label": "背景マウスホバーの色", + "title": "背景マウスホバーの色" + }, + "mainBackground": { + "label": "主背景色", + "title": "主背景の色" + }, + "mainColor": { + "label": "アクセント色", + "title": "アクセントの色" + }, + "mainText": { + "label": "メインテキスト色", + "title": "メインテキストの色" + }, + "secondBackground": { + "label": "二次背景色", + "title": "二次背景の色" + }, + "theme": { + "select": { + "label": "テーマを選択", + "title": "ページのテーマを選択選べしてください" + } + } + }, + "title": "YouTubeディープダーク設定" + }, + "forwardRewindButtons": { + "enable": { + "label": "早送/リワインドボタンを可能にする", + "title": "早送ボタンとリワインドボタンをビデオ・プレーヤーに追加する" + }, + "settings": { + "time": { + "label": "早送/リワインド時間", + "title": "動画に早送/リワインドを量時間" + } + }, + "title": "早送/リワインドボタン設定" + }, + "miscellaneous": { + "settings": { + "automaticTheaterMode": { + "enable": { + "label": "自動シアターモード", + "title": "動画の読み込み時に自動的にシアターモードを有効にする" + } + }, + "automaticallyDisableAmbientMode": { + "enable": { + "label": "シネマティック ライティングを自動的に無効にする", + "title": "動画の読み込み時にシネマティック ライティングを自動にディセーブルする" + } + }, + "automaticallyDisableAutoPlay": { + "enable": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + } + }, + "automaticallyDisableClosedCaptions": { + "enable": { + "label": "クローズドキャプションを自動にディセーブルする", + "title": "動画の読み込み時にクローズドキャプションを自動にディセーブルする" + } + }, + "automaticallyEnableClosedCaptions": { + "enable": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + } + }, + "automaticallyMaximizePlayer": { + "enable": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + } + }, + "automaticallyShowMoreVideosOnEndScreen": { + "enable": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + } + }, + "copyTimestampUrlButton": { + "enable": { + "label": "タイムスタンプ付きの動画URLをコピーのボタン", + "title": "タイムスタンプ付きの動画URLをコピーする (?t=123)" + } + }, + "defaultToOriginalAudioTrack": { + "enable": { + "label": "オリジナルのオーディオトラックをデフォルトにする", + "title": "常にオリジナルのオーディオトラックをデフォルトにする" + } + }, + "hideArtificialIntelligenceSummary": { + "enable": { + "label": "AIサマリーを非表示", + "title": "動画の下のAIサマリーを非表示にする" + } + }, + "hideEndScreenCards": { + "enable": { + "label": "終了画面のカードを非表示にする", + "title": "動画の終了で画面カードを非表示にする" + } + }, + "hideEndScreenCardsButton": { + "enable": { + "label": "終了画面のカードボタンを非表示にする", + "title": "終了画面でボタンなカードを見せるか隠すに追加する" + } + }, + "hideLiveStreamChat": { + "enable": { + "label": "配信チャットを隠す", + "title": "配信チャットを隠する" + } + }, + "hideMembersOnlyVideos": { + "enable": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + } + }, + "hideOfficialArtistVideosFromHomePage": { + "enable": { + "label": "公式アーティストの動画を隠する", + "title": "ホームページから公式アーティストの動画を隠する" + } + }, + "hidePaidPromotionBanner": { + "enable": { + "label": "有料プロモーションバナーを隠す", + "title": "有料プロモーションのある動画を視聴したときに表示されるバナーを隠すします" + } + }, + "hidePlayables": { + "enable": { + "label": "Hide playables", + "title": "Hides all playables" + } + }, + "hidePlaylistRecommendationsFromHomePage": { + "enable": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + } + }, + "hideScrollbar": { + "enable": { + "label": "スクロールバー隠す機能", + "title": "ページのスクロールバーを隠す" + } + }, + "hideShorts": { + "enable": { + "label": "ショートを隠す", + "title": "全ショートを隠す" + } + }, + "hideSidebarRecommendedVideos": { + "enable": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + } + }, + "hideTranslateComment": { + "enable": { + "label": "コメント翻訳ボタンを隠す", + "title": "コメントの下で「言語に翻訳する」ボタンを隠する" + } + }, + "loopButton": { + "enable": { + "label": "動画ループボタン", + "title": "動画をループするボタンをフィーチャー・メニューに追加する" + } + }, + "maximizePlayerButton": { + "enable": { + "label": "最大化ボタン", + "title": "プレイヤーを最大化するボタンをフィーチャー・メニューに追加する" + } + }, + "openTranscriptButton": { + "enable": { + "label": "文字起こしを見せるボタン", + "title": "動画の文字起こしを見せるするボタンをフィーチャー・メニューに追加する" + } + }, + "openYouTubeSettingsOnHover": { + "enable": { + "label": "マウスを合わせでYouTubeの設定を開ける", + "title": "設定ボタンにマウスを合わせたときにYouTubeの設定メニューを開けてする" + } + }, + "pauseBackgroundPlayers": { + "enable": { + "label": "背後タブのビデオプレイヤーを一時停止", + "title": "前景タブに新規プレイヤー開始にして、背後タブのビデオプレイヤーを一時停止します" + } + }, + "remainingTime": { + "enable": { + "label": "残り時間", + "title": "動画の残り時間を表示します" + } + }, + "rememberVolume": { + "enable": { + "label": "前音量を覚える", + "title": "新ビデオの音量を前動画の音量に変化する。" + } + }, + "removeRedirect": { + "enable": { + "label": "YouTubeのリダイレクトURLを削除する", + "title": "YouTubeリダイレクトを実物なURLを換えして、リダイレクト注意を抜かします" + } + }, + "restoreFullscreenScrolling": { + "enable": { + "label": "全画面表示のスクロールを復元", + "title": "全画面表示モードでスクロールを復元します" + } + }, + "saveToWatchLaterButton": { + "enable": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + } + }, + "shareShortener": { + "enable": { + "label": "YouTube動画のURLを短縮する", + "title": "YouTube動画のURLに機能パラメータを削除して短縮する(youtu.be)" + } + }, + "shortsAutoScroll": { + "enable": { + "label": "ショートの自動スクロール", + "title": "次のショートを自動にスクロールする" + } + }, + "skipContinueWatching": { + "enable": { + "label": "「動画が一時停止されました。続きを視聴しますか?」を抜かする", + "title": "動画一時休止する休眠メッセージを抜かされます" + } + } + }, + "title": "他の設定" + }, + "onScreenDisplaySettings": { + "settings": { + "color": { + "label": "OSDの色", + "select": { + "options": { + "blue": "青色", + "green": "緑色", + "orange": "橙色", + "pink": "桃色", + "purple": "紫色", + "red": "赤色", + "white": "白色", + "yellow": "黄色" + } + }, + "title": "オンスクリーンディスプレイ(OSD)の色を選択選ぶ" + }, + "hide": { + "label": "非表示の遅延", + "title": "OSDを自動的に非表示にするまでの時間(ミリ秒)単位で指定します" + }, + "opacity": { + "label": "OSDの不透明度", + "title": "オンスクリーンディスプレイ(OSD)の不透明度を調整する" + }, + "padding": { + "label": "スペーシング", + "title": "オンスクリーンディスプレイ(OSD)周辺の画素でスペーシングが変化する。特に隅なOSDのみ適用されます。" + }, + "position": { + "label": "ポジション", + "select": { + "options": { + "bottom_left": "左下隅", + "bottom_right": "右下隅", + "center": "中心", + "top_left": "左上隅", + "top_right": "右上隅" + } + }, + "title": "オンスクリーンディスプレイ(OSD)のポジションを選択選ぶ" + }, + "type": { + "label": "OSD型", + "select": { + "options": { + "circle": "円形", + "line": "ライン", + "no_display": "見せない", + "text": "テキスト" + } + }, + "title": "オンスクリーンディスプレイ(OSD)型を選択選ぶ" + } + }, + "title": "オンスクリーンディスプレイの設定" + }, + "playerQuality": { + "enable": { + "label": "自動画質調整", + "title": "選択したレベルに合わせて動画の画質を自動的に調整します。" + }, + "settings": { + "quality": { + "select": { + "label": "プレイヤーの動画質", + "title": "動画の画質に設定する" + } + }, + "qualityFallbackStrategy": { + "select": { + "label": "画質フォールバック対策", + "options": { + "higher": "上位", + "lower": "下位" + }, + "title": "使用不能選択中画質ときに対策使ってする" + } + } + }, + "title": "自動画質設定" + }, + "playerSpeed": { + "enable": { + "label": "強制再生速度", + "title": "強制再生速度を可能にする" + }, + "settings": { + "buttons": { + "label": "再生速度ボタン", + "select": { + "label": "再生ボタン速度", + "title": "マウスクリックに速度を変化する量" + }, + "title": "動画の再生速度を上げか下げボタンに追加する" + }, + "speed": { + "select": { + "label": "動画の再生速度", + "title": "動画の速度に設定する" + } + } + }, + "title": "再生速度設定" + }, + "playlistLength": { + "enable": { + "label": "プレイリストの長さ情報を表示", + "title": "プレイリストの長さ全額、視聴時間量、と残り時間を見せてしまいます。" + }, + "settings": { + "wayToGetLength": { + "select": { + "label": "プレイリストの長さを取得する方法", + "title": "プレイリストの長さ情報を取得する方法 (エラーが発生した場合、APIメソッドはHTMLにフォールバックします)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "動画の視聴時間の取り出す方法", + "options": { + "duration": "動画の長さ", + "youtube": "動画の視聴時間" + }, + "title": "視聴時間の長さを取得する方法 (動画の長さタイプはウォッチページでのみ使用)" + } + } + }, + "title": "プレイリストの長さ設定" + }, + "playlistManagementButtons": { + "settings": { + "markAsUnwatchedButton": { + "enable": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + } + }, + "removeVideoButton": { + "enable": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + } + }, + "title": "Playlist management settings" + }, + "screenshotButton": { + "enable": { + "label": "スクリーンショットボタン", + "title": "動画をスクリーンショット撮るするボタンをビデオ・プレーヤーに追加する" + }, + "settings": { + "format": { + "label": "スクリーンショットフォーマット", + "title": "スクリーンショットを保存するフォーマット" + }, + "saveAs": { + "select": { + "label": "スクリーンショットセーブ型", + "options": { + "both": "Both (File and Clipboard)", + "clipboard": "クリップボード", + "file": "ファイル" + }, + "title": "スクリーンショットのセーブ型" + } + } + }, + "title": "スクリーンショット設定" + }, + "scrollWheelSpeedControl": { + "enable": { + "label": "スクロールホイール再生速度制御", + "title": "キーバインドを押さえるでスクロールホイール再生速度制御可能にさせる。" + }, + "extras": { + "optionLabel": "{{KEY}} キー" + }, + "settings": { + "adjustmentSteps": { + "label": "スクロールごとの速度変化", + "title": "スクロールごとの速度変化の分量をする" + }, + "modifierKey": { + "select": { + "label": "キーバインド", + "title": "キーバインド選択選ぶ" + } + } + }, + "title": "スクロールホイール再生速度制御設定" + }, + "scrollWheelVolumeControl": { + "enable": { + "label": "スクロールホイール音量制御", + "title": "スクロールホイールを使用して、ビデオの音量を制御する。" + }, + "extras": { + "optionLabel": "{{KEY}} キー" + }, + "settings": { + "adjustmentSteps": { + "label": "スクロールごとの音量変化", + "title": "スクロールごとの音量変化の分量をする" + }, + "holdModifierKey": { + "label": "キーバインドに押さえる", + "select": { + "label": "キーバインド", + "title": "キーバインド選択選べる" + }, + "title": "キーバインドを押さえるでスクロールホイール音量制御可能にさせる" + }, + "holdRightClick": { + "label": "右クリックに押さえるで可能にする", + "title": "右クリックに押さえるでスクロールホイール音量制御可能にする" + } + }, + "title": "スクロールホイール音量制御設定" + }, + "videoHistory": { + "enable": { + "label": "視聴した動画に追跡をつける", + "title": "再生を再開できるように、視聴中の動画で中断した場所を追跡します" + }, + "settings": { + "resumeType": { + "select": { + "label": "レジューム型", + "options": { + "automatic": "自動", + "prompt": "入力要求" + }, + "title": "動画をレジュームするの方法を選択します" + } + } + }, + "title": "動画履歴設定" + }, + "volumeBoost": { + "enable": { + "label": "音量ブースト", + "title": "音量ブーストを可能にする" + }, + "settings": { + "amount": { + "label": "音量ブーストの量(dB)", + "title": "音量を上げる量" + }, + "mode": { + "select": { + "label": "音量ブースト型", + "options": { + "global": "全て", + "perVideo": "動画ごと" + }, + "title": "音量ブーストの適用方法を選択します。「動画ごと」は別々の動画ごとを音量ブーストに可能する。「全て」は全ての動画を音量ブーストに付ける。" + } + } + }, + "title": "音量ブーストの設定" + } + } + } +} From 13e98431f2a94a8057e036dab38b1184f10f0a32 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 3 Feb 2026 15:32:02 -0500 Subject: [PATCH 1566/1783] New translations en-us.json (Spanish) --- public/locales/es-ES.json | 1648 +++++++++++++++++++------------------ 1 file changed, 826 insertions(+), 822 deletions(-) diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index 57fd61787..347e4f510 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -1,823 +1,827 @@ { - "langCode": "es-ES", - "langName": "Español", - "messages": { - "resumingVideo": "Reanudando vídeo en {{VIDEO_TIME}}", - "settingVolume": "Ajustando el potenciador de volumen a {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "label": "Copiar URL de vídeo con marca de tiempo" - }, - "extras": { - "copied": "¡Copiado!" - } - }, - "featureMenu": { - "button": { - "label": "Menú de funciones" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "Avanzar rápidamente por {{TIME}}" - }, - "rewindButton": { - "label": "Rebobinado por {{TIME}}" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "Ocultar tarjetas de pantalla final", - "toggle": { - "off": "Mostrar tarjetas de pantalla final", - "on": "Ocultar tarjetas de pantalla final" - } - } - }, - "loopButton": { - "button": { - "label": "Bucle", - "toggle": { - "off": "Desactivar repetición", - "on": "Activar repetición" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "Maximizar", - "toggle": { - "off": "Maximizar desactivado", - "on": "Maximizar activado" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Abrir transcripción" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Disminuye la velocidad a {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Aumenta la velocidad a {{SPEED}}" - } - }, - "extras": { - "decreaseLimit": "No se puede disminuir más ({{SPEED}})", - "increaseLimit": "No se puede aumentar más ({{SPEED}})" - } - }, - "playlistLength": { - "title": "Puede que la longitud total no sea exacta si se ocultan algunos vídeos o si no ha cargado suficientes vídeos para obtener la longitud completa." - }, - "playlistManagementButtons": { - "extras": { - "failedToMarkAsUnwatched": "Failed to mark video as unwatched", - "failedToRemoveVideo": "Failed to remove video", - "markAsUnwatched": "Mark as unwatched", - "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "Eliminar vídeo", - "removingVideo": "Eliminando vídeo…" - } - }, - "saveToWatchLaterButton": { - "extras": { - "failedToSaveVideo": "Failed to save video to Watch Later", - "saveVideo": "Save to Watch Later", - "savingVideo": "Saving to Watch Later…" - } - }, - "screenshotButton": { - "button": { - "label": "Captura de pantalla" - }, - "extras": { - "copiedToClipboard": "Captura de pantalla copiada al portapapeles" - } - }, - "videoHistory": { - "extras": { - "resumeButton": "Reanudar", - "resumePromptClose": "Cerrar" - } - }, - "volumeBoostButton": { - "button": { - "label": "Potenciador de volumen", - "toggle": { - "off": "Desactivar potenciador de volumen", - "on": "Activar potenciador de volumen" - } - } - } - } - }, - "options": { - "extras": { - "bottomButtons": { - "clear": { - "title": "Limpia todos los datos que esta extensión ha almacenado en su equipo", - "value": "Limpiar datos" - }, - "confirm": { - "title": "Confirma el restablecimiento de los ajustes", - "value": "Confirmar" - }, - "openTab": { - "title": "Abrir extensión en una pestaña nueva" - }, - "reset": { - "title": "Restablece todos los ajustes a sus valores predeterminados, haga clic en el botón de confirmar para guardar los cambios", - "value": "Reestablecer" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "Botón para copiar la URL del vídeo con marca de tiempo", - "decreasePlaybackSpeedButton": "Botón para reducir la velocidad", - "forwardButton": "Botón para avanzar rápido", - "hideEndScreenCardsButton": "Ocultar botón de tarjetas de pantalla final", - "increasePlaybackSpeedButton": "Botón para aumentar la velocidad", - "loopButton": "Botón de repetición", - "maximizePlayerButton": "Botón para maximizar", - "openTranscriptButton": "Abrir botón de transcripción", - "rewindButton": "Botón para rebobinar", - "screenshotButton": "Botón de captura de pantalla", - "volumeBoostButton": "Botón para aumentar el volumen" - }, - "options": { - "below_player": { - "placement": "debajo de los controles del reproductor", - "value": "Debajo del reproductor" - }, - "feature_menu": { - "placement": "en el menú de funciones", - "value": "Menú de funciones" - }, - "player_controls_left": { - "placement": "a la izquierda de los controles del reproductor", - "value": "Controles a la izquierda" - }, - "player_controls_right": { - "placement": "a la derecha de los controles del reproductor", - "value": "Controles a la derecha" - } - }, - "title": "Coloca el {{BUTTON_NAME}} a la {{PLACEMENT}}" - }, - "title": "Button placement settings" - }, - "clearData": { - "allDataDeleted": "Todos los datos han sido eliminados.", - "confirmAlert": "Esto eliminará todos los datos de la extensión relacionados con las opciones. ¿Continuar?" - }, - "featureMenu": { - "openType": { - "select": { - "label": "Tipo de activación del menú", - "options": { - "click": "Click", - "hover": "Pasar el cursor por encima" - }, - "title": "Selecciona el método para abrir el menú" - }, - "title": "Configuración del menú" - } - }, - "importExportSettings": { - "exportButton": { - "success": "Ajustes exportados correctamente", - "title": "Exportar ajustes a un archivo JSON", - "value": "Exportar Ajustes" - }, - "importButton": { - "error": { - "unknown": "Error al importar la configuración. Por favor, compruebe el formato del archivo.\nUn error desconocido se ha producido.", - "validation": "Error al importar la configuración. Por favor, compruebe el formato del archivo.\n{{ERROR_MESSAGE}}" - }, - "success": "Ajustes importados correctamente", - "title": "Importar ajustes desde un archivo JSON", - "value": "Importar Ajustes" - } - }, - "language": { - "select": { - "label": "Idioma", - "title": "El idioma a usar para la extensión" - }, - "title": "Idioma" - }, - "optionDisabled": { - "either": { - "label": "Activar {{OPTIONS}} para configurar esta opción", - "separator": " o " - }, - "plural": { - "label": "Habilitar {{OPTIONS}} para configurar esta opción", - "separator": " y " - }, - "singular": "Habilitar '{{OPTION}}' para configurar esta opción", - "specificOption": { - "featureMenu": "Configure al menos un botón para colocarse en el menú de funciones para configurar esta opción.", - "screenshotButtonFileFormat": "Establecer el tipo de guardado de captura de pantalla a 'Archivo' o 'Ambos' para configurar esta opción" - } - }, - "scrollForMoreSettings": "Desplazar para más ajustes", - "settingSearch": { - "placeholder": "Search for a setting" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "You can get one from here", - "input": { - "label": "Clave API", - "title": "Introduce tu clave API de Youtube Data V3." - }, - "title": "YouTube API V3 key" - } - }, - "notifications": { - "error": { - "optionConflict": "Esta opción no se puede activar mientras '{{OPTION}}' está habilitada.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "La tecla del modificador de control de velocidad de rueda de desplazamiento no puede ser la misma que la tecla del modificador del control de volumen de la rueda.", - "volumeControl": "La tecla del modificador del control de volumen de la rueda de desplazamiento no puede ser la misma que la tecla del modificador del control de velocidad de la rueda." - } - } - }, - "info": { - "reset": "Todas las opciones han sido preestablecidas a sus valores de por defecto.\nAhora puedes guardar los cambios haciendo clic en el botón \"Confirmar\" o descartarlos cerrando esta página o ignorando esta notificación." - }, - "success": { - "saved": "Opciones guardadas." - } - } - } - }, - "settings": { - "sections": { - "customCSS": { - "enable": { - "label": "Habilitar CSS personalizado", - "title": "Permite aplicar CSS personalizado a la página" - }, - "extras": { - "collapse": "Colapsar editor", - "expand": "Expandir editor", - "noProblems": "No se encontraron problemas." - }, - "title": "Ajustes de CSS personalizados" - }, - "deepDarkCSS": { - "enable": { - "label": "Deep Dark Theme", - "title": "Activate the selected theme for the page" - }, - "extras": { - "author": "Autor", - "co-authors": "Coautores" - }, - "settings": { - "colorShadow": { - "label": "Color de sombra", - "title": "Color para las sombras" - }, - "dimmerText": { - "label": "Color secundario de texto", - "title": "Color para el texto secundario" - }, - "hoverBackground": { - "label": "Hover background color", - "title": "Color for hover background" - }, - "mainBackground": { - "label": "Main background color", - "title": "Color for main background" - }, - "mainColor": { - "label": "Color destacado", - "title": "Color para destacados" - }, - "mainText": { - "label": "Main text color", - "title": "Color for main text" - }, - "secondBackground": { - "label": "Secondary background color", - "title": "Color for secondary background" - }, - "theme": { - "select": { - "label": "Select theme", - "title": "Select a theme to be applied to the page" - } - } - }, - "title": "YouTube deep dark settings" - }, - "forwardRewindButtons": { - "enable": { - "label": "Botones de avance/retroceso", - "title": "Añade botones de avance y retroceso al reproductor de vídeo" - }, - "settings": { - "time": { - "label": "Adelantar/rebobinar tiempo", - "title": "La cantidad de tiempo para avanzar/retroceder el video" - } - }, - "title": "Ajustes del botón avanzar/retroceder" - }, - "miscellaneous": { - "settings": { - "automaticallyDisableAmbientMode": { - "enable": { - "label": "Desactivar automáticamente el modo ambiente", - "title": "Desactiva automáticamente el modo ambiente al cargar un vídeo" - } - }, - "automaticallyDisableAutoPlay": { - "enable": { - "label": "Automatically disable autoplay", - "title": "Automatically disables autoplay when you load a video" - } - }, - "automaticallyDisableClosedCaptions": { - "enable": { - "label": "Desactivar los subtítulos automáticamente", - "title": "Desactivar los subtítulos automáticamente cuando se carga un video" - } - }, - "automaticallyEnableClosedCaptions": { - "enable": { - "label": "Activar automáticamente subtítulos", - "title": "Activa automáticamente los subtítulos al cargar un vídeo" - } - }, - "automaticallyMaximizePlayer": { - "enable": { - "label": "Automáticamente maximizar el reproductor", - "title": "Automáticamente maximizar el reproductor cuando se carga un video" - } - }, - "automaticallyShowMoreVideosOnEndScreen": { - "enable": { - "label": "Automáticamente mostrar más videos", - "title": "Automáticamente mostrar más videos en la pantalla final, al terminar un video" - } - }, - "automaticTheaterMode": { - "enable": { - "label": "Modo cine automático", - "title": "Activar automáticamente el modo cine al cargar un vídeo" - } - }, - "copyTimestampUrlButton": { - "enable": { - "label": "Botón para copiar la URL con marca de tiempo", - "title": "Copia el video con una marca de tiempo (?t=123)" - } - }, - "defaultToOriginalAudioTrack": { - "enable": { - "label": "Usar pista de audio original por defecto", - "title": "Siempre usar pista de audio original" - } - }, - "saveToWatchLaterButton": { - "enable": { - "label": "Habiliar el boton para ver mas tarde", - "title": "Agregar botón a los vídeos de Inicio y Suscripciones para guardar el vídeo en la lista de reproducción 'Ver más tarde'" - } - }, - "hideArtificialIntelligenceSummary": { - "enable": { - "label": "Ocultar resumen de IA", - "title": "Oculta el resumen de inteligencia artificial debajo de los vídeos" - } - }, - "hideEndScreenCards": { - "enable": { - "label": "Ocultar tarjetas de pantalla final", - "title": "Oculta las tarjetas al final del vídeo" - } - }, - "hideEndScreenCardsButton": { - "enable": { - "label": "Botón para ocultar las tarjetas de pantalla final", - "title": "Añade un botón para mostrar/ocultar las tarjetas al final del vídeo" - } - }, - "hideLiveStreamChat": { - "enable": { - "label": "Ocultar chat de transmisión en vivo", - "title": "Oculta el chat en una transmisión en vivo" - } - }, - "hideMembersOnlyVideos": { - "enable": { - "label": "Ocultar vídeos solo para miembros", - "title": "Oculta los vídeos que solo son visibles para los miembros" - } - }, - "hideOfficialArtistVideosFromHomePage": { - "enable": { - "label": "Ocultar Videos Oficiales del Artista", - "title": "Ocultar los vídeos oficiales del artista de la página de inicio" - } - }, - "hidePaidPromotionBanner": { - "enable": { - "label": "Ocultar banner de promociones pagas", - "title": "Oculta el banner que aparece cuando ves un video que tiene una promoción de pago" - } - }, - "hidePlayables": { - "enable": { - "label": "Ocultar reproducibles", - "title": "Oculta todos los reproducibles" - } - }, - "hidePlaylistRecommendationsFromHomePage": { - "enable": { - "label": "Ocultar listas de reproducción de la página de inicio", - "title": "Oculta las listas de reproducción que aparecen en la página de inicio" - } - }, - "hideScrollbar": { - "enable": { - "label": "Ocultar barra de desplazamiento", - "title": "Oculta la barra de desplazamiento de la página" - } - }, - "hideShorts": { - "enable": { - "label": "Ocultar shorts", - "title": "Oculta todos los shorts" - } - }, - "hideSidebarRecommendedVideos": { - "enable": { - "label": "Ocultar vídeos recomendados", - "title": "Oculta la barra lateral de vídeos recomendados" - } - }, - "hideTranslateComment": { - "enable": { - "label": "Ocultar botón de traducir comentario", - "title": "Oculta el botón 'Traducir al idioma' bajo los comentarios" - } - }, - "loopButton": { - "enable": { - "label": "Botón de bucle", - "title": "Añade un botón al menú para poner en bucle el vídeo que estás viendo" - } - }, - "maximizePlayerButton": { - "enable": { - "label": "Botón de maximizar en el reproductor", - "title": "Añade un botón al menú para maximizar el reproductor" - } - }, - "openTranscriptButton": { - "enable": { - "label": "Botón para abrir transcripción", - "title": "Añade un botón al menú para abrir la transcripción del video que estás viendo" - } - }, - "openYouTubeSettingsOnHover": { - "enable": { - "label": "Abrir ajustes de YouTube al pasar el cursor", - "title": "Abre el menú de configuración de YouTube cuando pasa el cursor por encima del botón de ajustes" - } - }, - "pauseBackgroundPlayers": { - "enable": { - "label": "Pausar reproductores de fondo", - "title": "Pausa los reproductores de vídeo en pestañas de fondo cuando inicias un nuevo reproductor en la pestaña de inicio" - } - }, - "remainingTime": { - "enable": { - "label": "Tiempo restante", - "title": "Muestra el tiempo restante del vídeo que estás viendo" - } - }, - "rememberVolume": { - "enable": { - "label": "Recordar el nivel de volumen", - "title": "Recuerda el volumen del último vídeo que estabas viendo y lo establece cuando abres un nuevo vídeo" - } - }, - "removeRedirect": { - "enable": { - "label": "Remover URLs de redireccionamiento (/redirect)", - "title": "Reemplaza la URLs de redirección de YouTube por URLs reales, omitiendo el diálogo de advertencia de redirección" - } - }, - "restoreFullscreenScrolling": { - "enable": { - "label": "Restore fullscreen scrolling", - "title": "Restores scrolling in fullscreen mode" - } - }, - "shareShortener": { - "enable": { - "label": "Shorten YouTube video share link", - "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" - } - }, - "shortsAutoScroll": { - "enable": { - "label": "Shorts auto scroll", - "title": "Automatically scrolls to the next short" - } - }, - "skipContinueWatching": { - "enable": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" - } - } - }, - "title": "Ajustes varios" - }, - "onScreenDisplaySettings": { - "settings": { - "color": { - "label": "Color", - "select": { - "options": { - "blue": "Azul", - "green": "Verde", - "orange": "Naranja", - "pink": "Rosa", - "purple": "Morado", - "red": "Rojo", - "white": "Blanco", - "yellow": "Amarillo" - } - }, - "title": "Select the color for the On-Screen Display" - }, - "hide": { - "label": "Oculta el retardo", - "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" - }, - "opacity": { - "label": "Opacidad", - "title": "Adjust the transparency of the On-Screen Display" - }, - "padding": { - "label": "Margen", - "title": "Ajuste el espacio alrededor de las esquinas de la pantalla en píxeles. Esto se aplica específicamente al redondeado en las esquinas de la pantalla." - }, - "position": { - "label": "Posición", - "select": { - "options": { - "bottom_left": "Parte inferior izquierda", - "bottom_right": "Parte inferior derecha", - "center": "Centrado", - "top_left": "Parte superior izquierda", - "top_right": "Parte superior derecha" - } - }, - "title": "Select the position of the On-Screen Display" - }, - "type": { - "label": "Tipo", - "select": { - "options": { - "circle": "Círculo", - "line": "Línea", - "no_display": "No mostrar", - "text": "Texto" - } - }, - "title": "Selecciona el estilo del visualizador en pantalla" - } - }, - "title": "On-screen display settings" - }, - "playerQuality": { - "enable": { - "label": "Habilitar ajuste automático de calidad", - "title": "Ajustar automáticamente la calidad del vídeo al nivel seleccionado." - }, - "settings": { - "quality": { - "select": { - "label": "Calidad del reproductor", - "title": "La calidad a la que establecer el vídeo" - } - }, - "qualityFallbackStrategy": { - "select": { - "label": "Estrategia de calidad de contingencia", - "options": { - "higher": "Superior", - "lower": "Inferior" - }, - "title": "La estrategia a utilizar cuando la calidad seleccionada no está disponible" - } - } - }, - "title": "Ajustes de calidad automáticos" - }, - "playerSpeed": { - "enable": { - "label": "Velocidad de reproducción forzada", - "title": "Establece la velocidad del video a lo que elijas a continuación" - }, - "settings": { - "buttons": { - "label": "Playback speed buttons", - "select": { - "label": "Playback buttons speed", - "title": "Amount of speed to be changed per click" - }, - "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" - }, - "speed": { - "select": { - "label": "Velocidad del reproductor", - "title": "La velocidad a la que ajustar el vídeo" - } - } - }, - "title": "Ajustes de velocidad de reproducción" - }, - "playlistLength": { - "enable": { - "label": "Display playlist length information", - "title": "Shows the total length of the playlist, how much has been watched, and how much remains." - }, - "settings": { - "wayToGetLength": { - "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "Method to get watched time", - "options": { - "duration": "Duración del Video", - "youtube": "Video Watch Time" - }, - "title": "The way to get the amount of time watched (Video Length type only used on watch page)" - } - } - }, - "title": "Playlist length settings" - }, - "playlistManagementButtons": { - "settings": { - "markAsUnwatchedButton": { - "enable": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - } - }, - "removeVideoButton": { - "enable": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - } - } - }, - "title": "Playlist management settings" - }, - "screenshotButton": { - "enable": { - "label": "Botón para capturar la pantalla", - "title": "Añade un botón al reproductor para capturar la pantalal del vídeo que estás viendo" - }, - "settings": { - "format": { - "label": "Formato de captura de pantalla", - "title": "El formato en el que guardar la captura de pantalla" - }, - "saveAs": { - "select": { - "options": { - "both": "Both (File and Clipboard)", - "clipboard": "Portapapeles", - "file": "Archivo" - }, - "label": "Método de guardado de captura de pantalla", - "title": "Método de guardado sobre el que se guardará la captura de pantalla" - } - } - }, - "title": "Ajustes de captura de pantalla" - }, - "scrollWheelSpeedControl": { - "enable": { - "label": "Control de velocidad con la rueda", - "title": "Pulsa una tecla para activar el ajuste de velocidad con la rueda del ratón." - }, - "extras": { - "optionLabel": "Tecla {{KEY}}" - }, - "settings": { - "adjustmentSteps": { - "label": "Volumen cambiado por cada scroll con la rueda del ratón", - "title": "Ajustar la velocidad que cambia por el scroll de la rueda del ratón" - }, - "modifierKey": { - "select": { - "label": "Tecla modificadora", - "title": "Tecla a usar" - } - } - }, - "title": "Ajustes sobre el control de velocidad con la rueda del ratón" - }, - "scrollWheelVolumeControl": { - "enable": { - "label": "Control de volumen con la rueda", - "title": "Te permite usar la rueda del ratón para controlar el volumen del vídeo que estás viendo" - }, - "extras": { - "optionLabel": "Tecla {{KEY}}" - }, - "settings": { - "adjustmentSteps": { - "label": "Velocidad cambiada por cada scroll con la rueda del ratón", - "title": "Ajustar el volumen que cambia por el scroll de la rueda del ratón" - }, - "holdModifierKey": { - "label": "Activar al mantener pulsada la tecla modificadora", - "select": { - "label": "Tecla modificadora", - "title": "La tecla del modificador a usar" - }, - "title": "Presione una tecla modificadora para activar el ajuste de volumen con la rueda del ratón." - }, - "holdRightClick": { - "label": "Activar al mantener pulsado el botón derecho", - "title": "Mantenga pulsado el botón derecho para activar el control de volumen con la rueda del ratón" - } - }, - "title": "Ajustes de control de volumen con la rueda del ratón" - }, - "videoHistory": { - "enable": { - "label": "Track watched videos", - "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" - }, - "settings": { - "resumeType": { - "select": { - "label": "Resume type", - "options": { - "automatic": "Automático", - "prompt": "Prompt" - }, - "title": "Select how you want to resume videos" - } - } - }, - "title": "Video history settings" - }, - "volumeBoost": { - "enable": { - "label": "Potenciador de volumen", - "title": "Activar incremento de volumen" - }, - "settings": { - "amount": { - "label": "Incremento de volumen (dB)", - "title": "Cuantos decibelios quieres aumentar el volumen" - }, - "mode": { - "select": { - "label": "Volume boost mode", - "options": { - "global": "Global", - "perVideo": "Por vídeo" - }, - "title": "Elegir cómo se aplica el aumento de volumen. 'Por vídeo' permite activar optimización para cada video individualmente en el menú de características. 'Global' aplica el boost a todos los vídeos cuando el aumento de volumen está activado." - } - } - }, - "title": "Ajustes de potenciado de volumen" - } - } - } -} \ No newline at end of file + "langCode": "es-ES", + "langName": "Español", + "messages": { + "resumingVideo": "Reanudando vídeo en {{VIDEO_TIME}}", + "settingVolume": "Ajustando el potenciador de volumen a {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "label": "Copiar URL de vídeo con marca de tiempo" + }, + "extras": { + "copied": "¡Copiado!" + } + }, + "featureMenu": { + "button": { + "label": "Menú de funciones" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Avanzar rápidamente por {{TIME}}" + }, + "rewindButton": { + "label": "Rebobinado por {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Ocultar tarjetas de pantalla final", + "toggle": { + "off": "Mostrar tarjetas de pantalla final", + "on": "Ocultar tarjetas de pantalla final" + } + } + }, + "loopButton": { + "button": { + "label": "Bucle", + "toggle": { + "off": "Desactivar repetición", + "on": "Activar repetición" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "Maximizar", + "toggle": { + "off": "Maximizar desactivado", + "on": "Maximizar activado" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Abrir transcripción" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Disminuye la velocidad a {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Aumenta la velocidad a {{SPEED}}" + } + }, + "extras": { + "decreaseLimit": "No se puede disminuir más ({{SPEED}})", + "increaseLimit": "No se puede aumentar más ({{SPEED}})" + } + }, + "playlistLength": { + "title": "Puede que la longitud total no sea exacta si se ocultan algunos vídeos o si no ha cargado suficientes vídeos para obtener la longitud completa." + }, + "playlistManagementButtons": { + "extras": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Eliminar vídeo", + "removingVideo": "Eliminando vídeo…" + } + }, + "saveToWatchLaterButton": { + "extras": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + } + }, + "screenshotButton": { + "button": { + "label": "Captura de pantalla" + }, + "extras": { + "copiedToClipboard": "Captura de pantalla copiada al portapapeles" + } + }, + "videoHistory": { + "extras": { + "resumeButton": "Reanudar", + "resumePromptClose": "Cerrar" + } + }, + "volumeBoostButton": { + "button": { + "label": "Potenciador de volumen", + "toggle": { + "off": "Desactivar potenciador de volumen", + "on": "Activar potenciador de volumen" + } + } + } + } + }, + "options": { + "extras": { + "bottomButtons": { + "clear": { + "title": "Limpia todos los datos que esta extensión ha almacenado en su equipo", + "value": "Limpiar datos" + }, + "confirm": { + "title": "Confirma el restablecimiento de los ajustes", + "value": "Confirmar" + }, + "openTab": { + "title": "Abrir extensión en una pestaña nueva" + }, + "reset": { + "title": "Restablece todos los ajustes a sus valores predeterminados, haga clic en el botón de confirmar para guardar los cambios", + "value": "Reestablecer" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Botón para copiar la URL del vídeo con marca de tiempo", + "decreasePlaybackSpeedButton": "Botón para reducir la velocidad", + "forwardButton": "Botón para avanzar rápido", + "hideEndScreenCardsButton": "Ocultar botón de tarjetas de pantalla final", + "increasePlaybackSpeedButton": "Botón para aumentar la velocidad", + "loopButton": "Botón de repetición", + "maximizePlayerButton": "Botón para maximizar", + "openTranscriptButton": "Abrir botón de transcripción", + "rewindButton": "Botón para rebobinar", + "screenshotButton": "Botón de captura de pantalla", + "volumeBoostButton": "Botón para aumentar el volumen" + }, + "options": { + "below_player": { + "placement": "debajo de los controles del reproductor", + "value": "Debajo del reproductor" + }, + "feature_menu": { + "placement": "en el menú de funciones", + "value": "Menú de funciones" + }, + "player_controls_left": { + "placement": "a la izquierda de los controles del reproductor", + "value": "Controles a la izquierda" + }, + "player_controls_right": { + "placement": "a la derecha de los controles del reproductor", + "value": "Controles a la derecha" + } + }, + "title": "Coloca el {{BUTTON_NAME}} a la {{PLACEMENT}}" + }, + "title": "Button placement settings" + }, + "clearData": { + "allDataDeleted": "Todos los datos han sido eliminados.", + "confirmAlert": "Esto eliminará todos los datos de la extensión relacionados con las opciones. ¿Continuar?" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Tipo de activación del menú", + "options": { + "click": "Click", + "hover": "Pasar el cursor por encima" + }, + "title": "Selecciona el método para abrir el menú" + }, + "title": "Configuración del menú" + } + }, + "importExportSettings": { + "exportButton": { + "success": "Ajustes exportados correctamente", + "title": "Exportar ajustes a un archivo JSON", + "value": "Exportar Ajustes" + }, + "importButton": { + "error": { + "unknown": "Error al importar la configuración. Por favor, compruebe el formato del archivo.\nUn error desconocido se ha producido.", + "validation": "Error al importar la configuración. Por favor, compruebe el formato del archivo.\n{{ERROR_MESSAGE}}" + }, + "success": "Ajustes importados correctamente", + "title": "Importar ajustes desde un archivo JSON", + "value": "Importar Ajustes" + } + }, + "language": { + "select": { + "label": "Idioma", + "title": "El idioma a usar para la extensión" + }, + "title": "Idioma" + }, + "openSettingsOnMajorOrMinorVersionChange": { + "label": "Open settings page on update", + "title": "Opens the settings page when a major or minor version of YouTube Enhancer is installed" + }, + "optionDisabled": { + "either": { + "label": "Activar {{OPTIONS}} para configurar esta opción", + "separator": " o " + }, + "plural": { + "label": "Habilitar {{OPTIONS}} para configurar esta opción", + "separator": " y " + }, + "singular": "Habilitar '{{OPTION}}' para configurar esta opción", + "specificOption": { + "featureMenu": "Configure al menos un botón para colocarse en el menú de funciones para configurar esta opción.", + "screenshotButtonFileFormat": "Establecer el tipo de guardado de captura de pantalla a 'Archivo' o 'Ambos' para configurar esta opción" + } + }, + "scrollForMoreSettings": "Desplazar para más ajustes", + "settingSearch": { + "placeholder": "Search for a setting" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "Clave API", + "title": "Introduce tu clave API de Youtube Data V3." + }, + "title": "YouTube API V3 key" + } + }, + "notifications": { + "error": { + "optionConflict": "Esta opción no se puede activar mientras '{{OPTION}}' está habilitada.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "La tecla del modificador de control de velocidad de rueda de desplazamiento no puede ser la misma que la tecla del modificador del control de volumen de la rueda.", + "volumeControl": "La tecla del modificador del control de volumen de la rueda de desplazamiento no puede ser la misma que la tecla del modificador del control de velocidad de la rueda." + } + } + }, + "info": { + "reset": "Todas las opciones han sido preestablecidas a sus valores de por defecto.\nAhora puedes guardar los cambios haciendo clic en el botón \"Confirmar\" o descartarlos cerrando esta página o ignorando esta notificación." + }, + "success": { + "saved": "Opciones guardadas." + } + } + } + }, + "settings": { + "sections": { + "customCSS": { + "enable": { + "label": "Habilitar CSS personalizado", + "title": "Permite aplicar CSS personalizado a la página" + }, + "extras": { + "collapse": "Colapsar editor", + "expand": "Expandir editor", + "noProblems": "No se encontraron problemas." + }, + "title": "Ajustes de CSS personalizados" + }, + "deepDarkCSS": { + "enable": { + "label": "Deep Dark Theme", + "title": "Activate the selected theme for the page" + }, + "extras": { + "author": "Autor", + "co-authors": "Coautores" + }, + "settings": { + "colorShadow": { + "label": "Color de sombra", + "title": "Color para las sombras" + }, + "dimmerText": { + "label": "Color secundario de texto", + "title": "Color para el texto secundario" + }, + "hoverBackground": { + "label": "Hover background color", + "title": "Color for hover background" + }, + "mainBackground": { + "label": "Main background color", + "title": "Color for main background" + }, + "mainColor": { + "label": "Color destacado", + "title": "Color para destacados" + }, + "mainText": { + "label": "Main text color", + "title": "Color for main text" + }, + "secondBackground": { + "label": "Secondary background color", + "title": "Color for secondary background" + }, + "theme": { + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + } + } + }, + "title": "YouTube deep dark settings" + }, + "forwardRewindButtons": { + "enable": { + "label": "Botones de avance/retroceso", + "title": "Añade botones de avance y retroceso al reproductor de vídeo" + }, + "settings": { + "time": { + "label": "Adelantar/rebobinar tiempo", + "title": "La cantidad de tiempo para avanzar/retroceder el video" + } + }, + "title": "Ajustes del botón avanzar/retroceder" + }, + "miscellaneous": { + "settings": { + "automaticTheaterMode": { + "enable": { + "label": "Modo cine automático", + "title": "Activar automáticamente el modo cine al cargar un vídeo" + } + }, + "automaticallyDisableAmbientMode": { + "enable": { + "label": "Desactivar automáticamente el modo ambiente", + "title": "Desactiva automáticamente el modo ambiente al cargar un vídeo" + } + }, + "automaticallyDisableAutoPlay": { + "enable": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + } + }, + "automaticallyDisableClosedCaptions": { + "enable": { + "label": "Desactivar los subtítulos automáticamente", + "title": "Desactivar los subtítulos automáticamente cuando se carga un video" + } + }, + "automaticallyEnableClosedCaptions": { + "enable": { + "label": "Activar automáticamente subtítulos", + "title": "Activa automáticamente los subtítulos al cargar un vídeo" + } + }, + "automaticallyMaximizePlayer": { + "enable": { + "label": "Automáticamente maximizar el reproductor", + "title": "Automáticamente maximizar el reproductor cuando se carga un video" + } + }, + "automaticallyShowMoreVideosOnEndScreen": { + "enable": { + "label": "Automáticamente mostrar más videos", + "title": "Automáticamente mostrar más videos en la pantalla final, al terminar un video" + } + }, + "copyTimestampUrlButton": { + "enable": { + "label": "Botón para copiar la URL con marca de tiempo", + "title": "Copia el video con una marca de tiempo (?t=123)" + } + }, + "defaultToOriginalAudioTrack": { + "enable": { + "label": "Usar pista de audio original por defecto", + "title": "Siempre usar pista de audio original" + } + }, + "hideArtificialIntelligenceSummary": { + "enable": { + "label": "Ocultar resumen de IA", + "title": "Oculta el resumen de inteligencia artificial debajo de los vídeos" + } + }, + "hideEndScreenCards": { + "enable": { + "label": "Ocultar tarjetas de pantalla final", + "title": "Oculta las tarjetas al final del vídeo" + } + }, + "hideEndScreenCardsButton": { + "enable": { + "label": "Botón para ocultar las tarjetas de pantalla final", + "title": "Añade un botón para mostrar/ocultar las tarjetas al final del vídeo" + } + }, + "hideLiveStreamChat": { + "enable": { + "label": "Ocultar chat de transmisión en vivo", + "title": "Oculta el chat en una transmisión en vivo" + } + }, + "hideMembersOnlyVideos": { + "enable": { + "label": "Ocultar vídeos solo para miembros", + "title": "Oculta los vídeos que solo son visibles para los miembros" + } + }, + "hideOfficialArtistVideosFromHomePage": { + "enable": { + "label": "Ocultar Videos Oficiales del Artista", + "title": "Ocultar los vídeos oficiales del artista de la página de inicio" + } + }, + "hidePaidPromotionBanner": { + "enable": { + "label": "Ocultar banner de promociones pagas", + "title": "Oculta el banner que aparece cuando ves un video que tiene una promoción de pago" + } + }, + "hidePlayables": { + "enable": { + "label": "Ocultar reproducibles", + "title": "Oculta todos los reproducibles" + } + }, + "hidePlaylistRecommendationsFromHomePage": { + "enable": { + "label": "Ocultar listas de reproducción de la página de inicio", + "title": "Oculta las listas de reproducción que aparecen en la página de inicio" + } + }, + "hideScrollbar": { + "enable": { + "label": "Ocultar barra de desplazamiento", + "title": "Oculta la barra de desplazamiento de la página" + } + }, + "hideShorts": { + "enable": { + "label": "Ocultar shorts", + "title": "Oculta todos los shorts" + } + }, + "hideSidebarRecommendedVideos": { + "enable": { + "label": "Ocultar vídeos recomendados", + "title": "Oculta la barra lateral de vídeos recomendados" + } + }, + "hideTranslateComment": { + "enable": { + "label": "Ocultar botón de traducir comentario", + "title": "Oculta el botón 'Traducir al idioma' bajo los comentarios" + } + }, + "loopButton": { + "enable": { + "label": "Botón de bucle", + "title": "Añade un botón al menú para poner en bucle el vídeo que estás viendo" + } + }, + "maximizePlayerButton": { + "enable": { + "label": "Botón de maximizar en el reproductor", + "title": "Añade un botón al menú para maximizar el reproductor" + } + }, + "openTranscriptButton": { + "enable": { + "label": "Botón para abrir transcripción", + "title": "Añade un botón al menú para abrir la transcripción del video que estás viendo" + } + }, + "openYouTubeSettingsOnHover": { + "enable": { + "label": "Abrir ajustes de YouTube al pasar el cursor", + "title": "Abre el menú de configuración de YouTube cuando pasa el cursor por encima del botón de ajustes" + } + }, + "pauseBackgroundPlayers": { + "enable": { + "label": "Pausar reproductores de fondo", + "title": "Pausa los reproductores de vídeo en pestañas de fondo cuando inicias un nuevo reproductor en la pestaña de inicio" + } + }, + "remainingTime": { + "enable": { + "label": "Tiempo restante", + "title": "Muestra el tiempo restante del vídeo que estás viendo" + } + }, + "rememberVolume": { + "enable": { + "label": "Recordar el nivel de volumen", + "title": "Recuerda el volumen del último vídeo que estabas viendo y lo establece cuando abres un nuevo vídeo" + } + }, + "removeRedirect": { + "enable": { + "label": "Remover URLs de redireccionamiento (/redirect)", + "title": "Reemplaza la URLs de redirección de YouTube por URLs reales, omitiendo el diálogo de advertencia de redirección" + } + }, + "restoreFullscreenScrolling": { + "enable": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + } + }, + "saveToWatchLaterButton": { + "enable": { + "label": "Habiliar el boton para ver mas tarde", + "title": "Agregar botón a los vídeos de Inicio y Suscripciones para guardar el vídeo en la lista de reproducción 'Ver más tarde'" + } + }, + "shareShortener": { + "enable": { + "label": "Shorten YouTube video share link", + "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + } + }, + "shortsAutoScroll": { + "enable": { + "label": "Shorts auto scroll", + "title": "Automatically scrolls to the next short" + } + }, + "skipContinueWatching": { + "enable": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + } + } + }, + "title": "Ajustes varios" + }, + "onScreenDisplaySettings": { + "settings": { + "color": { + "label": "Color", + "select": { + "options": { + "blue": "Azul", + "green": "Verde", + "orange": "Naranja", + "pink": "Rosa", + "purple": "Morado", + "red": "Rojo", + "white": "Blanco", + "yellow": "Amarillo" + } + }, + "title": "Select the color for the On-Screen Display" + }, + "hide": { + "label": "Oculta el retardo", + "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" + }, + "opacity": { + "label": "Opacidad", + "title": "Adjust the transparency of the On-Screen Display" + }, + "padding": { + "label": "Margen", + "title": "Ajuste el espacio alrededor de las esquinas de la pantalla en píxeles. Esto se aplica específicamente al redondeado en las esquinas de la pantalla." + }, + "position": { + "label": "Posición", + "select": { + "options": { + "bottom_left": "Parte inferior izquierda", + "bottom_right": "Parte inferior derecha", + "center": "Centrado", + "top_left": "Parte superior izquierda", + "top_right": "Parte superior derecha" + } + }, + "title": "Select the position of the On-Screen Display" + }, + "type": { + "label": "Tipo", + "select": { + "options": { + "circle": "Círculo", + "line": "Línea", + "no_display": "No mostrar", + "text": "Texto" + } + }, + "title": "Selecciona el estilo del visualizador en pantalla" + } + }, + "title": "On-screen display settings" + }, + "playerQuality": { + "enable": { + "label": "Habilitar ajuste automático de calidad", + "title": "Ajustar automáticamente la calidad del vídeo al nivel seleccionado." + }, + "settings": { + "quality": { + "select": { + "label": "Calidad del reproductor", + "title": "La calidad a la que establecer el vídeo" + } + }, + "qualityFallbackStrategy": { + "select": { + "label": "Estrategia de calidad de contingencia", + "options": { + "higher": "Superior", + "lower": "Inferior" + }, + "title": "La estrategia a utilizar cuando la calidad seleccionada no está disponible" + } + } + }, + "title": "Ajustes de calidad automáticos" + }, + "playerSpeed": { + "enable": { + "label": "Velocidad de reproducción forzada", + "title": "Establece la velocidad del video a lo que elijas a continuación" + }, + "settings": { + "buttons": { + "label": "Playback speed buttons", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + }, + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + }, + "speed": { + "select": { + "label": "Velocidad del reproductor", + "title": "La velocidad a la que ajustar el vídeo" + } + } + }, + "title": "Ajustes de velocidad de reproducción" + }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + }, + "settings": { + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Duración del Video", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } + } + }, + "title": "Playlist length settings" + }, + "playlistManagementButtons": { + "settings": { + "markAsUnwatchedButton": { + "enable": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + } + }, + "removeVideoButton": { + "enable": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + } + }, + "title": "Playlist management settings" + }, + "screenshotButton": { + "enable": { + "label": "Botón para capturar la pantalla", + "title": "Añade un botón al reproductor para capturar la pantalal del vídeo que estás viendo" + }, + "settings": { + "format": { + "label": "Formato de captura de pantalla", + "title": "El formato en el que guardar la captura de pantalla" + }, + "saveAs": { + "select": { + "label": "Método de guardado de captura de pantalla", + "options": { + "both": "Both (File and Clipboard)", + "clipboard": "Portapapeles", + "file": "Archivo" + }, + "title": "Método de guardado sobre el que se guardará la captura de pantalla" + } + } + }, + "title": "Ajustes de captura de pantalla" + }, + "scrollWheelSpeedControl": { + "enable": { + "label": "Control de velocidad con la rueda", + "title": "Pulsa una tecla para activar el ajuste de velocidad con la rueda del ratón." + }, + "extras": { + "optionLabel": "Tecla {{KEY}}" + }, + "settings": { + "adjustmentSteps": { + "label": "Volumen cambiado por cada scroll con la rueda del ratón", + "title": "Ajustar la velocidad que cambia por el scroll de la rueda del ratón" + }, + "modifierKey": { + "select": { + "label": "Tecla modificadora", + "title": "Tecla a usar" + } + } + }, + "title": "Ajustes sobre el control de velocidad con la rueda del ratón" + }, + "scrollWheelVolumeControl": { + "enable": { + "label": "Control de volumen con la rueda", + "title": "Te permite usar la rueda del ratón para controlar el volumen del vídeo que estás viendo" + }, + "extras": { + "optionLabel": "Tecla {{KEY}}" + }, + "settings": { + "adjustmentSteps": { + "label": "Velocidad cambiada por cada scroll con la rueda del ratón", + "title": "Ajustar el volumen que cambia por el scroll de la rueda del ratón" + }, + "holdModifierKey": { + "label": "Activar al mantener pulsada la tecla modificadora", + "select": { + "label": "Tecla modificadora", + "title": "La tecla del modificador a usar" + }, + "title": "Presione una tecla modificadora para activar el ajuste de volumen con la rueda del ratón." + }, + "holdRightClick": { + "label": "Activar al mantener pulsado el botón derecho", + "title": "Mantenga pulsado el botón derecho para activar el control de volumen con la rueda del ratón" + } + }, + "title": "Ajustes de control de volumen con la rueda del ratón" + }, + "videoHistory": { + "enable": { + "label": "Track watched videos", + "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" + }, + "settings": { + "resumeType": { + "select": { + "label": "Resume type", + "options": { + "automatic": "Automático", + "prompt": "Prompt" + }, + "title": "Select how you want to resume videos" + } + } + }, + "title": "Video history settings" + }, + "volumeBoost": { + "enable": { + "label": "Potenciador de volumen", + "title": "Activar incremento de volumen" + }, + "settings": { + "amount": { + "label": "Incremento de volumen (dB)", + "title": "Cuantos decibelios quieres aumentar el volumen" + }, + "mode": { + "select": { + "label": "Volume boost mode", + "options": { + "global": "Global", + "perVideo": "Por vídeo" + }, + "title": "Elegir cómo se aplica el aumento de volumen. 'Por vídeo' permite activar optimización para cada video individualmente en el menú de características. 'Global' aplica el boost a todos los vídeos cuando el aumento de volumen está activado." + } + } + }, + "title": "Ajustes de potenciado de volumen" + } + } + } +} From 5749098af467386005ef2df239ff76341eb579b8 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 3 Feb 2026 15:32:03 -0500 Subject: [PATCH 1567/1783] New translations en-us.json (Czech) --- public/locales/cs-CZ.json | 1648 +++++++++++++++++++------------------ 1 file changed, 826 insertions(+), 822 deletions(-) diff --git a/public/locales/cs-CZ.json b/public/locales/cs-CZ.json index 892766dbe..776578c10 100644 --- a/public/locales/cs-CZ.json +++ b/public/locales/cs-CZ.json @@ -1,823 +1,827 @@ { - "langCode": "cs-CZ", - "langName": "Čeština", - "messages": { - "resumingVideo": "Resuming video at {{VIDEO_TIME}}", - "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "label": "Copy video URL with timestamp" - }, - "extras": { - "copied": "Copied!" - } - }, - "featureMenu": { - "button": { - "label": "Feature menu" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "Fast forward by {{TIME}}" - }, - "rewindButton": { - "label": "Rewind by {{TIME}}" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "Hide end screen cards", - "toggle": { - "off": "Show end screen cards", - "on": "Hide end screen cards" - } - } - }, - "loopButton": { - "button": { - "label": "Loop", - "toggle": { - "off": "Loop off", - "on": "Loop on" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "Maximize", - "toggle": { - "off": "Maximize off", - "on": "Maximize on" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Open transcript" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Decrease Speed to {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Increase Speed to {{SPEED}}" - } - }, - "extras": { - "decreaseLimit": "Can't decrease further ({{SPEED}})", - "increaseLimit": "Can't increase further ({{SPEED}})" - } - }, - "playlistLength": { - "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." - }, - "playlistManagementButtons": { - "extras": { - "failedToMarkAsUnwatched": "Failed to mark video as unwatched", - "failedToRemoveVideo": "Failed to remove video", - "markAsUnwatched": "Mark as unwatched", - "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "Remove video", - "removingVideo": "Removing video…" - } - }, - "saveToWatchLaterButton": { - "extras": { - "failedToSaveVideo": "Failed to save video to Watch Later", - "saveVideo": "Save to Watch Later", - "savingVideo": "Saving to Watch Later…" - } - }, - "screenshotButton": { - "button": { - "label": "Screenshot" - }, - "extras": { - "copiedToClipboard": "Screenshot copied to clipboard" - } - }, - "videoHistory": { - "extras": { - "resumeButton": "Resume", - "resumePromptClose": "Close" - } - }, - "volumeBoostButton": { - "button": { - "label": "Volume Boost", - "toggle": { - "off": "Volume boost off", - "on": "Volume boost on" - } - } - } - } - }, - "options": { - "extras": { - "bottomButtons": { - "clear": { - "title": "Clears all data this extension has stored on your machine", - "value": "Clear Data" - }, - "confirm": { - "title": "Confirm setting reset", - "value": "Confirm" - }, - "openTab": { - "title": "Open extension settings in a new tab" - }, - "reset": { - "title": "Resets all settings to their defaults, Click the confirm button to save the changes", - "value": "Reset" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "Copy video URL with timestamp button", - "decreasePlaybackSpeedButton": "Decrease Speed button", - "forwardButton": "Fast Forward button", - "hideEndScreenCardsButton": "Hide end screen cards button", - "increasePlaybackSpeedButton": "Increase Speed button", - "loopButton": "Loop button", - "maximizePlayerButton": "Maximize button", - "openTranscriptButton": "Open Transcript button", - "rewindButton": "Rewind button", - "screenshotButton": "Screenshot button", - "volumeBoostButton": "Volume Boost button" - }, - "options": { - "below_player": { - "placement": "below the player controls", - "value": "Below Player" - }, - "feature_menu": { - "placement": "in the feature menu", - "value": "Feature Menu" - }, - "player_controls_left": { - "placement": "on the left side of player controls", - "value": "Left Controls" - }, - "player_controls_right": { - "placement": "on the right side of player controls", - "value": "Right Controls" - } - }, - "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" - }, - "title": "Button placement settings" - }, - "clearData": { - "allDataDeleted": "All data has been deleted.", - "confirmAlert": "This will delete all extension data related to options. Continue?" - }, - "featureMenu": { - "openType": { - "select": { - "label": "Menu Activation Type", - "options": { - "click": "Click", - "hover": "Hover" - }, - "title": "Select the method to activate the feature menu" - }, - "title": "Feature menu settings" - } - }, - "importExportSettings": { - "exportButton": { - "success": "Settings successfully exported", - "title": "Export settings to a JSON file", - "value": "Export Settings" - }, - "importButton": { - "error": { - "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", - "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" - }, - "success": "Settings imported successfully", - "title": "Import settings from a JSON file", - "value": "Import Settings" - } - }, - "language": { - "select": { - "label": "Language", - "title": "The language to use for the extension" - }, - "title": "Language" - }, - "optionDisabled": { - "either": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " or " - }, - "plural": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " and " - }, - "singular": "Enable '{{OPTION}}' to configure this option", - "specificOption": { - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" - } - }, - "scrollForMoreSettings": "Scroll for more settings", - "settingSearch": { - "placeholder": "Search for a setting" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "You can get one from here", - "input": { - "label": "API Key", - "title": "Enter your Youtube Data API V3 key." - }, - "title": "YouTube API V3 key" - } - }, - "notifications": { - "error": { - "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", - "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." - } - } - }, - "info": { - "reset": "All options have been reset to their default values.\nYou can now save the changes by clicking the \"Confirm\" button or discard them by closing this page or ignore this notification." - }, - "success": { - "saved": "Options saved." - } - } - } - }, - "settings": { - "sections": { - "customCSS": { - "enable": { - "label": "Custom CSS", - "title": "Enables custom CSS to be applied to the page" - }, - "extras": { - "collapse": "Collapse Editor", - "expand": "Expand Editor", - "noProblems": "No problems found." - }, - "title": "Custom CSS settings" - }, - "deepDarkCSS": { - "enable": { - "label": "Deep Dark Theme", - "title": "Activate the selected theme for the page" - }, - "extras": { - "author": "Author", - "co-authors": "Co-authors" - }, - "settings": { - "colorShadow": { - "label": "Shadow color", - "title": "Color for shadows" - }, - "dimmerText": { - "label": "Secondary text color", - "title": "Color for secondary text" - }, - "hoverBackground": { - "label": "Hover background color", - "title": "Color for hover background" - }, - "mainBackground": { - "label": "Main background color", - "title": "Color for main background" - }, - "mainColor": { - "label": "Accent color", - "title": "Color for accent" - }, - "mainText": { - "label": "Main text color", - "title": "Color for main text" - }, - "secondBackground": { - "label": "Secondary background color", - "title": "Color for secondary background" - }, - "theme": { - "select": { - "label": "Select theme", - "title": "Select a theme to be applied to the page" - } - } - }, - "title": "YouTube deep dark settings" - }, - "forwardRewindButtons": { - "enable": { - "label": "Forward/rewind buttons", - "title": "Adds forward and rewind buttons to the video player" - }, - "settings": { - "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" - } - }, - "title": "Forward/rewind button settings" - }, - "miscellaneous": { - "settings": { - "automaticallyDisableAmbientMode": { - "enable": { - "label": "Automatically disable ambient mode", - "title": "Automatically disables ambient mode when you load a video" - } - }, - "automaticallyDisableAutoPlay": { - "enable": { - "label": "Automatically disable autoplay", - "title": "Automatically disables autoplay when you load a video" - } - }, - "automaticallyDisableClosedCaptions": { - "enable": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" - } - }, - "automaticallyEnableClosedCaptions": { - "enable": { - "label": "Automatically enable closed captions", - "title": "Automatically enables closed captions when you load a video" - } - }, - "automaticallyMaximizePlayer": { - "enable": { - "label": "Automatically maximize player", - "title": "Automatically maximizes the player when you load a video" - } - }, - "automaticallyShowMoreVideosOnEndScreen": { - "enable": { - "label": "Automatically show more videos on end screen", - "title": "Automatically shows more videos on end screen when you load a video" - } - }, - "automaticTheaterMode": { - "enable": { - "label": "Automatic theater mode", - "title": "Automatically enables theater mode when you load a video" - } - }, - "copyTimestampUrlButton": { - "enable": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" - } - }, - "defaultToOriginalAudioTrack": { - "enable": { - "label": "Default to original audio track", - "title": "Always default to the original audio track" - } - }, - "saveToWatchLaterButton": { - "enable": { - "label": "Enable save to Watch Later button", - "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" - } - }, - "hideArtificialIntelligenceSummary": { - "enable": { - "label": "Hide AI summary", - "title": "Hides the artificial intelligence summary below videos" - } - }, - "hideEndScreenCards": { - "enable": { - "label": "Hide end screen cards", - "title": "Hides the cards at the end of the video" - } - }, - "hideEndScreenCardsButton": { - "enable": { - "label": "Hide end screen cards button", - "title": "Adds a button to show/hide the cards at the end of the video" - } - }, - "hideLiveStreamChat": { - "enable": { - "label": "Hide live stream chat", - "title": "Hides the live stream chat" - } - }, - "hideMembersOnlyVideos": { - "enable": { - "label": "Hide members-only videos", - "title": "Hides videos that are only visible to members" - } - }, - "hideOfficialArtistVideosFromHomePage": { - "enable": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" - } - }, - "hidePaidPromotionBanner": { - "enable": { - "label": "Hide paid promotion banner", - "title": "Hides the banner that appears when you watch a video that has a paid promotion" - } - }, - "hidePlayables": { - "enable": { - "label": "Hide playables", - "title": "Hides all playables" - } - }, - "hidePlaylistRecommendationsFromHomePage": { - "enable": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" - } - }, - "hideScrollbar": { - "enable": { - "label": "Hide scrollbar", - "title": "Hides the pages scrollbar" - } - }, - "hideShorts": { - "enable": { - "label": "Hide shorts", - "title": "Hides all shorts" - } - }, - "hideSidebarRecommendedVideos": { - "enable": { - "label": "Hide recommended videos", - "title": "Hides the sidebar that recommends videos" - } - }, - "hideTranslateComment": { - "enable": { - "label": "Hide translate comment button", - "title": "Hides 'Translate to Language' button under comments" - } - }, - "loopButton": { - "enable": { - "label": "Loop button", - "title": "Adds a button to the feature menu to loop the video you're watching" - } - }, - "maximizePlayerButton": { - "enable": { - "label": "Maximize player button", - "title": "Adds a button to the feature menu to maximize the player" - } - }, - "openTranscriptButton": { - "enable": { - "label": "Open transcript button", - "title": "Adds a button to the feature menu to open the transcript of the video you're watching" - } - }, - "openYouTubeSettingsOnHover": { - "enable": { - "label": "Open YouTube settings on hover", - "title": "Opens the YouTube settings menu when you hover over the settings button" - } - }, - "pauseBackgroundPlayers": { - "enable": { - "label": "Pause background players", - "title": "Pauses video players in background tabs when you start a new player in foreground tab" - } - }, - "remainingTime": { - "enable": { - "label": "Remaining time", - "title": "Shows the remaining time of the video you're watching" - } - }, - "rememberVolume": { - "enable": { - "label": "Remember last volume", - "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" - } - }, - "removeRedirect": { - "enable": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" - } - }, - "restoreFullscreenScrolling": { - "enable": { - "label": "Restore fullscreen scrolling", - "title": "Restores scrolling in fullscreen mode" - } - }, - "shareShortener": { - "enable": { - "label": "Shorten YouTube video share link", - "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" - } - }, - "shortsAutoScroll": { - "enable": { - "label": "Shorts auto scroll", - "title": "Automatically scrolls to the next short" - } - }, - "skipContinueWatching": { - "enable": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" - } - } - }, - "title": "Miscellaneous settings" - }, - "onScreenDisplaySettings": { - "settings": { - "color": { - "label": "Color", - "select": { - "options": { - "blue": "Blue", - "green": "Green", - "orange": "Orange", - "pink": "Pink", - "purple": "Purple", - "red": "Red", - "white": "White", - "yellow": "Yellow" - } - }, - "title": "Select the color for the On-Screen Display" - }, - "hide": { - "label": "Hide Delay", - "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" - }, - "opacity": { - "label": "Opacity", - "title": "Adjust the transparency of the On-Screen Display" - }, - "padding": { - "label": "Padding", - "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." - }, - "position": { - "label": "Position", - "select": { - "options": { - "bottom_left": "Bottom Left", - "bottom_right": "Bottom Right", - "center": "Center", - "top_left": "Top Left", - "top_right": "Top Right" - } - }, - "title": "Select the position of the On-Screen Display" - }, - "type": { - "label": "Type", - "select": { - "options": { - "circle": "Circle", - "line": "Line", - "no_display": "No display", - "text": "Text" - } - }, - "title": "Select the type of On-Screen Display" - } - }, - "title": "On-screen display settings" - }, - "playerQuality": { - "enable": { - "label": "Automatic quality adjustment", - "title": "Automatically adjusts the video quality to the selected level." - }, - "settings": { - "quality": { - "select": { - "label": "Player quality", - "title": "The quality to set the video to" - } - }, - "qualityFallbackStrategy": { - "select": { - "label": "Quality fallback strategy", - "options": { - "higher": "Higher", - "lower": "Lower" - }, - "title": "The strategy to use when the selected quality is not available" - } - } - }, - "title": "Automatic quality settings" - }, - "playerSpeed": { - "enable": { - "label": "Forced playback speed", - "title": "Sets the video speed to what you choose below" - }, - "settings": { - "buttons": { - "label": "Playback speed buttons", - "select": { - "label": "Playback buttons speed", - "title": "Amount of speed to be changed per click" - }, - "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" - }, - "speed": { - "select": { - "label": "Player speed", - "title": "The speed to set the video to" - } - } - }, - "title": "Playback speed settings" - }, - "playlistLength": { - "enable": { - "label": "Display playlist length information", - "title": "Shows the total length of the playlist, how much has been watched, and how much remains." - }, - "settings": { - "wayToGetLength": { - "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "Method to get watched time", - "options": { - "duration": "Video Length", - "youtube": "Video Watch Time" - }, - "title": "The way to get the amount of time watched (Video Length type only used on watch page)" - } - } - }, - "title": "Playlist length settings" - }, - "playlistManagementButtons": { - "settings": { - "markAsUnwatchedButton": { - "enable": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - } - }, - "removeVideoButton": { - "enable": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - } - } - }, - "title": "Playlist management settings" - }, - "screenshotButton": { - "enable": { - "label": "Screenshot button", - "title": "Adds a button to the player to take a screenshot of the video" - }, - "settings": { - "format": { - "label": "Screenshot format", - "title": "The format to save the screenshot in" - }, - "saveAs": { - "select": { - "options": { - "both": "Both (File and Clipboard)", - "clipboard": "Clipboard", - "file": "File" - }, - "label": "Screenshot save type", - "title": "The screenshot save type" - } - } - }, - "title": "Screenshot settings" - }, - "scrollWheelSpeedControl": { - "enable": { - "label": "Scroll wheel speed control", - "title": "Press a modifier key to enable speed adjustment with the scroll wheel." - }, - "extras": { - "optionLabel": "{{KEY}} key" - }, - "settings": { - "adjustmentSteps": { - "label": "Speed Change Per Scroll", - "title": "Adjust the speed change per scroll" - }, - "modifierKey": { - "select": { - "label": "Modifier key", - "title": "The modifier key to use" - } - } - }, - "title": "Scroll wheel speed control settings" - }, - "scrollWheelVolumeControl": { - "enable": { - "label": "Scroll wheel volume control", - "title": "Lets you use the scroll wheel to control the volume of the video you're watching" - }, - "extras": { - "optionLabel": "{{KEY}} key" - }, - "settings": { - "adjustmentSteps": { - "label": "Volume Change Per Scroll", - "title": "Adjust the volume change per scroll" - }, - "holdModifierKey": { - "label": "When holding modifier key", - "select": { - "label": "Modifier key", - "title": "The modifier key to use" - }, - "title": "Press a modifier key to enable volume adjustment with the scroll wheel." - }, - "holdRightClick": { - "label": "When holding right click", - "title": "Hold right click to enable scroll wheel volume control" - } - }, - "title": "Scroll wheel volume control settings" - }, - "videoHistory": { - "enable": { - "label": "Track watched videos", - "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" - }, - "settings": { - "resumeType": { - "select": { - "label": "Resume type", - "options": { - "automatic": "Automatic", - "prompt": "Prompt" - }, - "title": "Select how you want to resume videos" - } - } - }, - "title": "Video history settings" - }, - "volumeBoost": { - "enable": { - "label": "Volume boost", - "title": "Enable volume boost" - }, - "settings": { - "amount": { - "label": "Volume boost amount (dB)", - "title": "The amount to boost the volume by" - }, - "mode": { - "select": { - "label": "Volume boost mode", - "options": { - "global": "Global", - "perVideo": "Per video" - }, - "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." - } - } - }, - "title": "Volume boost settings" - } - } - } -} \ No newline at end of file + "langCode": "cs-CZ", + "langName": "Čeština", + "messages": { + "resumingVideo": "Resuming video at {{VIDEO_TIME}}", + "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "label": "Copy video URL with timestamp" + }, + "extras": { + "copied": "Copied!" + } + }, + "featureMenu": { + "button": { + "label": "Feature menu" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Fast forward by {{TIME}}" + }, + "rewindButton": { + "label": "Rewind by {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Hide end screen cards", + "toggle": { + "off": "Show end screen cards", + "on": "Hide end screen cards" + } + } + }, + "loopButton": { + "button": { + "label": "Loop", + "toggle": { + "off": "Loop off", + "on": "Loop on" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "Maximize", + "toggle": { + "off": "Maximize off", + "on": "Maximize on" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Open transcript" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Decrease Speed to {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Increase Speed to {{SPEED}}" + } + }, + "extras": { + "decreaseLimit": "Can't decrease further ({{SPEED}})", + "increaseLimit": "Can't increase further ({{SPEED}})" + } + }, + "playlistLength": { + "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + }, + "playlistManagementButtons": { + "extras": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + } + }, + "saveToWatchLaterButton": { + "extras": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + } + }, + "screenshotButton": { + "button": { + "label": "Screenshot" + }, + "extras": { + "copiedToClipboard": "Screenshot copied to clipboard" + } + }, + "videoHistory": { + "extras": { + "resumeButton": "Resume", + "resumePromptClose": "Close" + } + }, + "volumeBoostButton": { + "button": { + "label": "Volume Boost", + "toggle": { + "off": "Volume boost off", + "on": "Volume boost on" + } + } + } + } + }, + "options": { + "extras": { + "bottomButtons": { + "clear": { + "title": "Clears all data this extension has stored on your machine", + "value": "Clear Data" + }, + "confirm": { + "title": "Confirm setting reset", + "value": "Confirm" + }, + "openTab": { + "title": "Open extension settings in a new tab" + }, + "reset": { + "title": "Resets all settings to their defaults, Click the confirm button to save the changes", + "value": "Reset" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Copy video URL with timestamp button", + "decreasePlaybackSpeedButton": "Decrease Speed button", + "forwardButton": "Fast Forward button", + "hideEndScreenCardsButton": "Hide end screen cards button", + "increasePlaybackSpeedButton": "Increase Speed button", + "loopButton": "Loop button", + "maximizePlayerButton": "Maximize button", + "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind button", + "screenshotButton": "Screenshot button", + "volumeBoostButton": "Volume Boost button" + }, + "options": { + "below_player": { + "placement": "below the player controls", + "value": "Below Player" + }, + "feature_menu": { + "placement": "in the feature menu", + "value": "Feature Menu" + }, + "player_controls_left": { + "placement": "on the left side of player controls", + "value": "Left Controls" + }, + "player_controls_right": { + "placement": "on the right side of player controls", + "value": "Right Controls" + } + }, + "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Button placement settings" + }, + "clearData": { + "allDataDeleted": "All data has been deleted.", + "confirmAlert": "This will delete all extension data related to options. Continue?" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Menu Activation Type", + "options": { + "click": "Click", + "hover": "Hover" + }, + "title": "Select the method to activate the feature menu" + }, + "title": "Feature menu settings" + } + }, + "importExportSettings": { + "exportButton": { + "success": "Settings successfully exported", + "title": "Export settings to a JSON file", + "value": "Export Settings" + }, + "importButton": { + "error": { + "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", + "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" + }, + "success": "Settings imported successfully", + "title": "Import settings from a JSON file", + "value": "Import Settings" + } + }, + "language": { + "select": { + "label": "Language", + "title": "The language to use for the extension" + }, + "title": "Language" + }, + "openSettingsOnMajorOrMinorVersionChange": { + "label": "Open settings page on update", + "title": "Opens the settings page when a major or minor version of YouTube Enhancer is installed" + }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "scrollForMoreSettings": "Scroll for more settings", + "settingSearch": { + "placeholder": "Search for a setting" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Key", + "title": "Enter your Youtube Data API V3 key." + }, + "title": "YouTube API V3 key" + } + }, + "notifications": { + "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", + "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." + } + } + }, + "info": { + "reset": "All options have been reset to their default values.\nYou can now save the changes by clicking the \"Confirm\" button or discard them by closing this page or ignore this notification." + }, + "success": { + "saved": "Options saved." + } + } + } + }, + "settings": { + "sections": { + "customCSS": { + "enable": { + "label": "Custom CSS", + "title": "Enables custom CSS to be applied to the page" + }, + "extras": { + "collapse": "Collapse Editor", + "expand": "Expand Editor", + "noProblems": "No problems found." + }, + "title": "Custom CSS settings" + }, + "deepDarkCSS": { + "enable": { + "label": "Deep Dark Theme", + "title": "Activate the selected theme for the page" + }, + "extras": { + "author": "Author", + "co-authors": "Co-authors" + }, + "settings": { + "colorShadow": { + "label": "Shadow color", + "title": "Color for shadows" + }, + "dimmerText": { + "label": "Secondary text color", + "title": "Color for secondary text" + }, + "hoverBackground": { + "label": "Hover background color", + "title": "Color for hover background" + }, + "mainBackground": { + "label": "Main background color", + "title": "Color for main background" + }, + "mainColor": { + "label": "Accent color", + "title": "Color for accent" + }, + "mainText": { + "label": "Main text color", + "title": "Color for main text" + }, + "secondBackground": { + "label": "Secondary background color", + "title": "Color for secondary background" + }, + "theme": { + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + } + } + }, + "title": "YouTube deep dark settings" + }, + "forwardRewindButtons": { + "enable": { + "label": "Forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "settings": { + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + } + }, + "title": "Forward/rewind button settings" + }, + "miscellaneous": { + "settings": { + "automaticTheaterMode": { + "enable": { + "label": "Automatic theater mode", + "title": "Automatically enables theater mode when you load a video" + } + }, + "automaticallyDisableAmbientMode": { + "enable": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + } + }, + "automaticallyDisableAutoPlay": { + "enable": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + } + }, + "automaticallyDisableClosedCaptions": { + "enable": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + } + }, + "automaticallyEnableClosedCaptions": { + "enable": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + } + }, + "automaticallyMaximizePlayer": { + "enable": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + } + }, + "automaticallyShowMoreVideosOnEndScreen": { + "enable": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + } + }, + "copyTimestampUrlButton": { + "enable": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + } + }, + "defaultToOriginalAudioTrack": { + "enable": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + } + }, + "hideArtificialIntelligenceSummary": { + "enable": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + } + }, + "hideEndScreenCards": { + "enable": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + } + }, + "hideEndScreenCardsButton": { + "enable": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + } + }, + "hideLiveStreamChat": { + "enable": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + } + }, + "hideMembersOnlyVideos": { + "enable": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + } + }, + "hideOfficialArtistVideosFromHomePage": { + "enable": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + } + }, + "hidePaidPromotionBanner": { + "enable": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + } + }, + "hidePlayables": { + "enable": { + "label": "Hide playables", + "title": "Hides all playables" + } + }, + "hidePlaylistRecommendationsFromHomePage": { + "enable": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + } + }, + "hideScrollbar": { + "enable": { + "label": "Hide scrollbar", + "title": "Hides the pages scrollbar" + } + }, + "hideShorts": { + "enable": { + "label": "Hide shorts", + "title": "Hides all shorts" + } + }, + "hideSidebarRecommendedVideos": { + "enable": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + } + }, + "hideTranslateComment": { + "enable": { + "label": "Hide translate comment button", + "title": "Hides 'Translate to Language' button under comments" + } + }, + "loopButton": { + "enable": { + "label": "Loop button", + "title": "Adds a button to the feature menu to loop the video you're watching" + } + }, + "maximizePlayerButton": { + "enable": { + "label": "Maximize player button", + "title": "Adds a button to the feature menu to maximize the player" + } + }, + "openTranscriptButton": { + "enable": { + "label": "Open transcript button", + "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + } + }, + "openYouTubeSettingsOnHover": { + "enable": { + "label": "Open YouTube settings on hover", + "title": "Opens the YouTube settings menu when you hover over the settings button" + } + }, + "pauseBackgroundPlayers": { + "enable": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + } + }, + "remainingTime": { + "enable": { + "label": "Remaining time", + "title": "Shows the remaining time of the video you're watching" + } + }, + "rememberVolume": { + "enable": { + "label": "Remember last volume", + "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + } + }, + "removeRedirect": { + "enable": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + } + }, + "restoreFullscreenScrolling": { + "enable": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + } + }, + "saveToWatchLaterButton": { + "enable": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + } + }, + "shareShortener": { + "enable": { + "label": "Shorten YouTube video share link", + "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + } + }, + "shortsAutoScroll": { + "enable": { + "label": "Shorts auto scroll", + "title": "Automatically scrolls to the next short" + } + }, + "skipContinueWatching": { + "enable": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + } + } + }, + "title": "Miscellaneous settings" + }, + "onScreenDisplaySettings": { + "settings": { + "color": { + "label": "Color", + "select": { + "options": { + "blue": "Blue", + "green": "Green", + "orange": "Orange", + "pink": "Pink", + "purple": "Purple", + "red": "Red", + "white": "White", + "yellow": "Yellow" + } + }, + "title": "Select the color for the On-Screen Display" + }, + "hide": { + "label": "Hide Delay", + "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" + }, + "opacity": { + "label": "Opacity", + "title": "Adjust the transparency of the On-Screen Display" + }, + "padding": { + "label": "Padding", + "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." + }, + "position": { + "label": "Position", + "select": { + "options": { + "bottom_left": "Bottom Left", + "bottom_right": "Bottom Right", + "center": "Center", + "top_left": "Top Left", + "top_right": "Top Right" + } + }, + "title": "Select the position of the On-Screen Display" + }, + "type": { + "label": "Type", + "select": { + "options": { + "circle": "Circle", + "line": "Line", + "no_display": "No display", + "text": "Text" + } + }, + "title": "Select the type of On-Screen Display" + } + }, + "title": "On-screen display settings" + }, + "playerQuality": { + "enable": { + "label": "Automatic quality adjustment", + "title": "Automatically adjusts the video quality to the selected level." + }, + "settings": { + "quality": { + "select": { + "label": "Player quality", + "title": "The quality to set the video to" + } + }, + "qualityFallbackStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + } + }, + "title": "Automatic quality settings" + }, + "playerSpeed": { + "enable": { + "label": "Forced playback speed", + "title": "Sets the video speed to what you choose below" + }, + "settings": { + "buttons": { + "label": "Playback speed buttons", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + }, + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + }, + "speed": { + "select": { + "label": "Player speed", + "title": "The speed to set the video to" + } + } + }, + "title": "Playback speed settings" + }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + }, + "settings": { + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } + } + }, + "title": "Playlist length settings" + }, + "playlistManagementButtons": { + "settings": { + "markAsUnwatchedButton": { + "enable": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + } + }, + "removeVideoButton": { + "enable": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + } + }, + "title": "Playlist management settings" + }, + "screenshotButton": { + "enable": { + "label": "Screenshot button", + "title": "Adds a button to the player to take a screenshot of the video" + }, + "settings": { + "format": { + "label": "Screenshot format", + "title": "The format to save the screenshot in" + }, + "saveAs": { + "select": { + "label": "Screenshot save type", + "options": { + "both": "Both (File and Clipboard)", + "clipboard": "Clipboard", + "file": "File" + }, + "title": "The screenshot save type" + } + } + }, + "title": "Screenshot settings" + }, + "scrollWheelSpeedControl": { + "enable": { + "label": "Scroll wheel speed control", + "title": "Press a modifier key to enable speed adjustment with the scroll wheel." + }, + "extras": { + "optionLabel": "{{KEY}} key" + }, + "settings": { + "adjustmentSteps": { + "label": "Speed Change Per Scroll", + "title": "Adjust the speed change per scroll" + }, + "modifierKey": { + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + } + } + }, + "title": "Scroll wheel speed control settings" + }, + "scrollWheelVolumeControl": { + "enable": { + "label": "Scroll wheel volume control", + "title": "Lets you use the scroll wheel to control the volume of the video you're watching" + }, + "extras": { + "optionLabel": "{{KEY}} key" + }, + "settings": { + "adjustmentSteps": { + "label": "Volume Change Per Scroll", + "title": "Adjust the volume change per scroll" + }, + "holdModifierKey": { + "label": "When holding modifier key", + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + }, + "title": "Press a modifier key to enable volume adjustment with the scroll wheel." + }, + "holdRightClick": { + "label": "When holding right click", + "title": "Hold right click to enable scroll wheel volume control" + } + }, + "title": "Scroll wheel volume control settings" + }, + "videoHistory": { + "enable": { + "label": "Track watched videos", + "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" + }, + "settings": { + "resumeType": { + "select": { + "label": "Resume type", + "options": { + "automatic": "Automatic", + "prompt": "Prompt" + }, + "title": "Select how you want to resume videos" + } + } + }, + "title": "Video history settings" + }, + "volumeBoost": { + "enable": { + "label": "Volume boost", + "title": "Enable volume boost" + }, + "settings": { + "amount": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by" + }, + "mode": { + "select": { + "label": "Volume boost mode", + "options": { + "global": "Global", + "perVideo": "Per video" + }, + "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + } + } + }, + "title": "Volume boost settings" + } + } + } +} From 6a2bd05a0c343211fc388cb183ec6195a736345d Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 3 Feb 2026 15:32:04 -0500 Subject: [PATCH 1568/1783] New translations en-us.json (German) --- public/locales/de-DE.json | 1648 +++++++++++++++++++------------------ 1 file changed, 826 insertions(+), 822 deletions(-) diff --git a/public/locales/de-DE.json b/public/locales/de-DE.json index a3af24a15..6af274994 100644 --- a/public/locales/de-DE.json +++ b/public/locales/de-DE.json @@ -1,823 +1,827 @@ { - "langCode": "de-DE", - "langName": "Deutsch", - "messages": { - "resumingVideo": "Video bei {{VIDEO_TIME}} fortsetzen", - "settingVolume": "Lautstärke-Boost wird auf {{VOLUME_BOOST_AMOUNT}} eingestellt" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "label": "Video URL mit Zeitstempel kopieren" - }, - "extras": { - "copied": "Kopiert!" - } - }, - "featureMenu": { - "button": { - "label": "Feature menu" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "Fast forward by {{TIME}}" - }, - "rewindButton": { - "label": "Rewind by {{TIME}}" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "Hide end screen cards", - "toggle": { - "off": "Zeige Endcards", - "on": "Hide end screen cards" - } - } - }, - "loopButton": { - "button": { - "label": "Loop", - "toggle": { - "off": "Loop off", - "on": "Loop on" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "Maximize", - "toggle": { - "off": "Maximieren aus", - "on": "Maximieren an" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Transkript öffnen" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Decrease Speed to {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Increase Speed to {{SPEED}}" - } - }, - "extras": { - "decreaseLimit": "Geringer nicht möglich ({{SPEED}})", - "increaseLimit": "Can't increase further ({{SPEED}})" - } - }, - "playlistLength": { - "title": "Die Gesamtlänge kann ungenau sein, wenn einige Videos ausgeblendet sind oder wenn Sie nicht genug Videos geladen haben, um die volle Länge zu erhalten." - }, - "playlistManagementButtons": { - "extras": { - "failedToMarkAsUnwatched": "Failed to mark video as unwatched", - "failedToRemoveVideo": "Failed to remove video", - "markAsUnwatched": "Mark as unwatched", - "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "Remove video", - "removingVideo": "Removing video…" - } - }, - "saveToWatchLaterButton": { - "extras": { - "failedToSaveVideo": "Failed to save video to Watch Later", - "saveVideo": "Save to Watch Later", - "savingVideo": "Saving to Watch Later…" - } - }, - "screenshotButton": { - "button": { - "label": "Screenshot" - }, - "extras": { - "copiedToClipboard": "Screenshot in Zwischenablage kopiert" - } - }, - "videoHistory": { - "extras": { - "resumeButton": "Fortsetzen", - "resumePromptClose": "Schließen" - } - }, - "volumeBoostButton": { - "button": { - "label": "Volume Boost", - "toggle": { - "off": "Volume boost off", - "on": "Volume boost on" - } - } - } - } - }, - "options": { - "extras": { - "bottomButtons": { - "clear": { - "title": "Löscht alle Daten, die diese Erweiterung auf Ihrem Rechner gespeichert hat", - "value": "Daten löschen" - }, - "confirm": { - "title": "Einstellungen zurücksetzen", - "value": "Bestätigen" - }, - "openTab": { - "title": "Erweiterungseinstellungen in einem neuen Tab öffnen" - }, - "reset": { - "title": "Setzt alle Einstellungen auf ihre Standardwerte zurück. Klicken Sie auf die Bestätigungs-Schaltfläche, um die Änderungen zu speichern", - "value": "Zurücksetzen" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "Video-URL mit Timestamp kopieren", - "decreasePlaybackSpeedButton": "Geschwindigkeit verringern", - "forwardButton": "Vorspulen", - "hideEndScreenCardsButton": "End-Screen Karte verstecken", - "increasePlaybackSpeedButton": "Geschwindigkeit erhöhen", - "loopButton": "Loop", - "maximizePlayerButton": "Maximieren", - "openTranscriptButton": "Transkript", - "rewindButton": "Zurückspulen", - "screenshotButton": "Screenshot", - "volumeBoostButton": "Lautstärke-Boost" - }, - "options": { - "below_player": { - "placement": "unterhalb der Video-Steuerung", - "value": "Unter dem Player" - }, - "feature_menu": { - "placement": "im Eigenschaftsmenü", - "value": "Feature-Menü" - }, - "player_controls_left": { - "placement": "auf der linken Seite der Video-Steuerung", - "value": "Links" - }, - "player_controls_right": { - "placement": "auf der rechten Seite der Video-Steuerung", - "value": "Rechts" - } - }, - "title": "Platziere {{BUTTON_NAME}} {{PLACEMENT}}" - }, - "title": "Button placement settings" - }, - "clearData": { - "allDataDeleted": "Die Daten wurden gelöscht.", - "confirmAlert": "Dies löscht alle Erweiterungsdaten zu Optionen. Fortfahren?" - }, - "featureMenu": { - "openType": { - "select": { - "label": "Menü Aktivierungstyp", - "options": { - "click": "Klick", - "hover": "Hover" - }, - "title": "Wähle die Methode zum Aktivieren des Feature-Menüs" - }, - "title": "Feature-Menüeinstellungen" - } - }, - "importExportSettings": { - "exportButton": { - "success": "Einstellungen erfolgreich exportiert", - "title": "Einstellungen zu JSON-Datei exportieren", - "value": "Einstellungen exportieren" - }, - "importButton": { - "error": { - "unknown": "Fehler beim Importieren der Einstellungen. Bitte überprüfen Sie das Dateiformat.\nEin unbekannter Fehler ist aufgetreten.", - "validation": "Fehler beim Importieren der Einstellungen. Bitte überprüfen Sie das Dateiformat.\n{{ERROR_MESSAGE}}" - }, - "success": "Einstellungen erfolgreich importiert", - "title": "Einstellungen aus JSON-Datei importieren", - "value": "Einstellungen importieren" - } - }, - "language": { - "select": { - "label": "Sprache", - "title": "Die Sprache dieser Erweiterung" - }, - "title": "Sprache" - }, - "optionDisabled": { - "either": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " or " - }, - "plural": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " and " - }, - "singular": "Enable '{{OPTION}}' to configure this option", - "specificOption": { - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" - } - }, - "scrollForMoreSettings": "Weitere Einstellungen gibt es unten", - "settingSearch": { - "placeholder": "Search for a setting" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "You can get one from here", - "input": { - "label": "API Schlüssel", - "title": "Gib deinen YouTube Data API V3 Schlüssel ein." - }, - "title": "YouTube API V3 key" - } - }, - "notifications": { - "error": { - "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "Die Bedientaste für die Geschwindigkeitsregelung für das Scrollen kann nicht identisch sein mit der Änderungstaste für die Lautstärkeregelung des Mausrades.", - "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." - } - } - }, - "info": { - "reset": "Alle Optionen wurden auf ihre Standardwerte zurückgesetzt.\nSie können die Änderungen jetzt speichern, indem Sie auf den \"Bestätigen\"-Button klicken oder diese verwerfen, indem Sie diese Seite schließen oder diese Benachrichtigung ignorieren." - }, - "success": { - "saved": "Optionen gespeichert." - } - } - } - }, - "settings": { - "sections": { - "customCSS": { - "enable": { - "label": "Benutzerdefiniertes CSS", - "title": "Aktiviert benutzerdefiniertes CSS für die Seite" - }, - "extras": { - "collapse": "Editor einklappen", - "expand": "Editor vergrößern", - "noProblems": "Keine Probleme gefunden." - }, - "title": "Custom CSS settings" - }, - "deepDarkCSS": { - "enable": { - "label": "Deep Dark Theme", - "title": "Activate the selected theme for the page" - }, - "extras": { - "author": "Ersteller", - "co-authors": "Mitersteller" - }, - "settings": { - "colorShadow": { - "label": "Schattenfarbe", - "title": "Farbe für Schatten" - }, - "dimmerText": { - "label": "Sekundäre Textfarbe", - "title": "Farbe für sekundären Text" - }, - "hoverBackground": { - "label": "Hintergrundfarbe beim Hovern", - "title": "Farbe für den Hintergrund beim Hovern" - }, - "mainBackground": { - "label": "Haupthintergrundfarbe", - "title": "Farbe für Haupthintergrund" - }, - "mainColor": { - "label": "Akzentfarbe", - "title": "Farbe für die Akzente" - }, - "mainText": { - "label": "Haupttextfarbe", - "title": "Farbe für Haupttext" - }, - "secondBackground": { - "label": "Sekundäre Hintergrundfarbe", - "title": "Farbe für sekundären Hintergrund" - }, - "theme": { - "select": { - "label": "Theme auswählen", - "title": "Wählen Sie ein Theme aus, das auf die Seite angewendet werden soll" - } - } - }, - "title": "YouTube deep dark settings" - }, - "forwardRewindButtons": { - "enable": { - "label": "Forward/rewind buttons", - "title": "Adds forward and rewind buttons to the video player" - }, - "settings": { - "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" - } - }, - "title": "Forward/rewind button settings" - }, - "miscellaneous": { - "settings": { - "automaticallyDisableAmbientMode": { - "enable": { - "label": "Ambient-Modus automatisch deaktivieren", - "title": "Deaktiviert automatisch den Ambient-Modus, wenn du ein Video lädst" - } - }, - "automaticallyDisableAutoPlay": { - "enable": { - "label": "Automatically disable autoplay", - "title": "Automatically disables autoplay when you load a video" - } - }, - "automaticallyDisableClosedCaptions": { - "enable": { - "label": "Untertitel automatisch deaktivieren", - "title": "Deaktiviert automatisch Untertitel, wenn du ein Video lädst" - } - }, - "automaticallyEnableClosedCaptions": { - "enable": { - "label": "Untertitel automatisch aktivieren", - "title": "Aktiviert die Untertitel automatisch, wenn du ein Video lädst" - } - }, - "automaticallyMaximizePlayer": { - "enable": { - "label": "Automatically maximize player", - "title": "Automatically maximizes the player when you load a video" - } - }, - "automaticallyShowMoreVideosOnEndScreen": { - "enable": { - "label": "Automatically show more videos on end screen", - "title": "Automatically shows more videos on end screen when you load a video" - } - }, - "automaticTheaterMode": { - "enable": { - "label": "Automatischer Theatermodus", - "title": "Automatisch den Theatermodus aktivieren, wenn ein Video geladen wird" - } - }, - "copyTimestampUrlButton": { - "enable": { - "label": "Video-URL mit Zeitstempel kopieren", - "title": "Kopiert die Video-URL mit Zeitstempel (?t=123)" - } - }, - "defaultToOriginalAudioTrack": { - "enable": { - "label": "Default to original audio track", - "title": "Always default to the original audio track" - } - }, - "saveToWatchLaterButton": { - "enable": { - "label": "Enable save to Watch Later button", - "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" - } - }, - "hideArtificialIntelligenceSummary": { - "enable": { - "label": "Hide AI summary", - "title": "Hides the artificial intelligence summary below videos" - } - }, - "hideEndScreenCards": { - "enable": { - "label": "Hide end screen cards", - "title": "Hides the cards at the end of the video" - } - }, - "hideEndScreenCardsButton": { - "enable": { - "label": "Hide end screen cards button", - "title": "Adds a button to show/hide the cards at the end of the video" - } - }, - "hideLiveStreamChat": { - "enable": { - "label": "Hide live stream chat", - "title": "Hides the live stream chat" - } - }, - "hideMembersOnlyVideos": { - "enable": { - "label": "Hide members-only videos", - "title": "Hides videos that are only visible to members" - } - }, - "hideOfficialArtistVideosFromHomePage": { - "enable": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" - } - }, - "hidePaidPromotionBanner": { - "enable": { - "label": "Hide paid promotion banner", - "title": "Hides the banner that appears when you watch a video that has a paid promotion" - } - }, - "hidePlayables": { - "enable": { - "label": "Hide playables", - "title": "Hides all playables" - } - }, - "hidePlaylistRecommendationsFromHomePage": { - "enable": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" - } - }, - "hideScrollbar": { - "enable": { - "label": "Scrollbar ausblenden", - "title": "Versteckt die Scrollleiste" - } - }, - "hideShorts": { - "enable": { - "label": "Shorts ausblenden", - "title": "Alle Shorts ausblenden" - } - }, - "hideSidebarRecommendedVideos": { - "enable": { - "label": "Hide recommended videos", - "title": "Hides the sidebar that recommends videos" - } - }, - "hideTranslateComment": { - "enable": { - "label": "Übersetzungs-Kommentar-Button ausblenden", - "title": "Versteckt die Schaltfläche \"In Sprache übersetzen\" unter Kommentaren" - } - }, - "loopButton": { - "enable": { - "label": "Dauerschleife-Button", - "title": "Adds a button to the feature menu to loop the video you're watching" - } - }, - "maximizePlayerButton": { - "enable": { - "label": "Player-Button maximieren", - "title": "Fügt dem Eigenschaftsmenü eine Schaltfläche hinzu, um den Video-Player zu maximieren" - } - }, - "openTranscriptButton": { - "enable": { - "label": "Transkript-Button", - "title": "Fügt eine Schaltfläche zum Feature-Menü hinzu, um das Protokoll des Videos zu öffnen, das du siehst" - } - }, - "openYouTubeSettingsOnHover": { - "enable": { - "label": "YouTube-Einstellungen beim Hover öffnen", - "title": "Öffnet die YouTube Einstellungen, wenn du über den Einstellungs-Button fährst" - } - }, - "pauseBackgroundPlayers": { - "enable": { - "label": "Pause background players", - "title": "Pauses video players in background tabs when you start a new player in foreground tab" - } - }, - "remainingTime": { - "enable": { - "label": "Verbleibende Zeit", - "title": "Zeigt die verbleibende Zeit des Videos, das du siehst" - } - }, - "rememberVolume": { - "enable": { - "label": "Letzte Lautstärke merken", - "title": "Speichere die Lautstärke des letzten Videos, das du gesehen hast und setze es beim Öffnen eines neuen Videos" - } - }, - "removeRedirect": { - "enable": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" - } - }, - "restoreFullscreenScrolling": { - "enable": { - "label": "Restore fullscreen scrolling", - "title": "Restores scrolling in fullscreen mode" - } - }, - "shareShortener": { - "enable": { - "label": "YouTube Video Link kürzen", - "title": "Verkürzt den YouTube Video Link (youtu.be) indem si/Feature-Parameter entfernt wird" - } - }, - "shortsAutoScroll": { - "enable": { - "label": "Shorts automatisch scrollen", - "title": "Scrollen Sie automatisch im nächsten Short" - } - }, - "skipContinueWatching": { - "enable": { - "label": "Überspringe \"Video ist pausiert. Weiter ansehen?\"", - "title": "Überspringt den Leerlauf-Dialog, der die Videowiedergabe pausiert" - } - } - }, - "title": "Weitere Einstellungen" - }, - "onScreenDisplaySettings": { - "settings": { - "color": { - "label": "Farbe", - "select": { - "options": { - "blue": "Blau", - "green": "Grün", - "orange": "Orange", - "pink": "Pink", - "purple": "Lila", - "red": "Rot", - "white": "Weiß", - "yellow": "Gelb" - } - }, - "title": "Farbe für den On-Screen Display wählen" - }, - "hide": { - "label": "Hide Delay", - "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" - }, - "opacity": { - "label": "Transparenz", - "title": "Die Transparenz der Bildschirmanzeige anpassen" - }, - "padding": { - "label": "Innenabstand", - "title": "Passe den Abstand rund um die Bildschirmanzeige in Pixeln an. Dies gilt speziell für die Bildschirmanzeige in den Ecken." - }, - "position": { - "label": "Position", - "select": { - "options": { - "bottom_left": "Bottom Left", - "bottom_right": "Bottom Right", - "center": "Center", - "top_left": "Top Left", - "top_right": "Top Right" - } - }, - "title": "Select the position of the On-Screen Display" - }, - "type": { - "label": "Type", - "select": { - "options": { - "circle": "Kreis", - "line": "Balken", - "no_display": "No display", - "text": "Text" - } - }, - "title": "Select the type of On-Screen Display" - } - }, - "title": "On-screen display settings" - }, - "playerQuality": { - "enable": { - "label": "Automatische Qualitätsanpassung", - "title": "Die Videoqualität wird automatisch auf die ausgewählte Qualität gestellt." - }, - "settings": { - "quality": { - "select": { - "label": "Video-Qualität", - "title": "Die Qualität auf die das Video gestellt werden soll" - } - }, - "qualityFallbackStrategy": { - "select": { - "label": "Quality fallback strategy", - "options": { - "higher": "Higher", - "lower": "Lower" - }, - "title": "The strategy to use when the selected quality is not available" - } - } - }, - "title": "Automatische Qualitätseinstellungen" - }, - "playerSpeed": { - "enable": { - "label": "Erzwungene Wiedergabegeschwindigkeit", - "title": "Setzt die Videogeschwindigkeit auf das, was du unten wählst" - }, - "settings": { - "buttons": { - "label": "Playback speed buttons", - "select": { - "label": "Playback buttons speed", - "title": "Amount of speed to be changed per click" - }, - "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" - }, - "speed": { - "select": { - "label": "Video Geschwindigkeit", - "title": "Die Geschwindigkeit auf die das Video gestellt wird" - } - } - }, - "title": "Wiedergabegeschwindigkeit Einstellungen" - }, - "playlistLength": { - "enable": { - "label": "Display playlist length information", - "title": "Shows the total length of the playlist, how much has been watched, and how much remains." - }, - "settings": { - "wayToGetLength": { - "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "Method to get watched time", - "options": { - "duration": "Video Length", - "youtube": "Video Watch Time" - }, - "title": "The way to get the amount of time watched (Video Length type only used on watch page)" - } - } - }, - "title": "Playlist length settings" - }, - "playlistManagementButtons": { - "settings": { - "markAsUnwatchedButton": { - "enable": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - } - }, - "removeVideoButton": { - "enable": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - } - } - }, - "title": "Playlist management settings" - }, - "screenshotButton": { - "enable": { - "label": "Screenshot-Taste", - "title": "Fügt dem Player einen Button hinzu, um einen Screenshot des Videos zu machen" - }, - "settings": { - "format": { - "label": "Screenshot-Format", - "title": "Das Format zum Speichern des Screenshots" - }, - "saveAs": { - "select": { - "options": { - "both": "Both (File and Clipboard)", - "clipboard": "Zwischenablage", - "file": "Datei" - }, - "label": "Screenshot-Speicherart", - "title": "Der Screenshot-Speichertyp" - } - } - }, - "title": "Screenshot-Einstellungen" - }, - "scrollWheelSpeedControl": { - "enable": { - "label": "Scroll wheel speed control", - "title": "Drücken Sie eine Änderntaste, um die Lautstärkeregelung mit dem Mausrad zu aktivieren." - }, - "extras": { - "optionLabel": "{{KEY}} key" - }, - "settings": { - "adjustmentSteps": { - "label": "Geschwindigkeitsänderung durch Mausrad", - "title": "Geschwindigkeitsänderung durch Mausrad anpassen" - }, - "modifierKey": { - "select": { - "label": "Modifier key", - "title": "The modifier key to use" - } - } - }, - "title": "Scroll wheel speed control settings" - }, - "scrollWheelVolumeControl": { - "enable": { - "label": "Lautstärke durch Mausrad ändern", - "title": "Lässt dich das Scrollrad verwenden, um die Lautstärke des Videos zu steuern, das du siehst" - }, - "extras": { - "optionLabel": "{{KEY}} Taste" - }, - "settings": { - "adjustmentSteps": { - "label": "Volume Change Per Scroll", - "title": "Adjust the volume change per scroll" - }, - "holdModifierKey": { - "label": "Aktivieren, wenn die Modifikator-Taste gedrückt wird", - "select": { - "label": "Modifikator-Taste", - "title": "Die zu verwendende Modifikator-Taste" - }, - "title": "Drücken Sie eine Modifikator-Taste, um die Lautstärkeregelung mit dem Scrollrad zu aktivieren." - }, - "holdRightClick": { - "label": "Aktivieren, wenn Rechtsklick gedrückt wird", - "title": "Rechtsklick gedrückt halten, um die Lautstärkeregelung des Scrollrades zu aktivieren" - } - }, - "title": "Lautstärke durch Mausrad ändern" - }, - "videoHistory": { - "enable": { - "label": "Gesehene Videos protokollieren", - "title": "Hält den Überblick darüber, wo du aufgehört hast, wenn du Videos anschaust und aktiviert das Fortfahren der Wiedergabe" - }, - "settings": { - "resumeType": { - "select": { - "label": "Resume type", - "options": { - "automatic": "Automatic", - "prompt": "Prompt" - }, - "title": "Select how you want to resume videos" - } - } - }, - "title": "Video history settings" - }, - "volumeBoost": { - "enable": { - "label": "Lautstärken-Boost", - "title": "Enable volume boost" - }, - "settings": { - "amount": { - "label": "Volume boost amount (dB)", - "title": "The amount to boost the volume by" - }, - "mode": { - "select": { - "label": "Volume boost mode", - "options": { - "global": "Global", - "perVideo": "Per video" - }, - "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." - } - } - }, - "title": "´Lautstärke-Boost Einstellungen" - } - } - } -} \ No newline at end of file + "langCode": "de-DE", + "langName": "Deutsch", + "messages": { + "resumingVideo": "Video bei {{VIDEO_TIME}} fortsetzen", + "settingVolume": "Lautstärke-Boost wird auf {{VOLUME_BOOST_AMOUNT}} eingestellt" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "label": "Video URL mit Zeitstempel kopieren" + }, + "extras": { + "copied": "Kopiert!" + } + }, + "featureMenu": { + "button": { + "label": "Feature menu" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Fast forward by {{TIME}}" + }, + "rewindButton": { + "label": "Rewind by {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Hide end screen cards", + "toggle": { + "off": "Zeige Endcards", + "on": "Hide end screen cards" + } + } + }, + "loopButton": { + "button": { + "label": "Loop", + "toggle": { + "off": "Loop off", + "on": "Loop on" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "Maximize", + "toggle": { + "off": "Maximieren aus", + "on": "Maximieren an" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Transkript öffnen" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Decrease Speed to {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Increase Speed to {{SPEED}}" + } + }, + "extras": { + "decreaseLimit": "Geringer nicht möglich ({{SPEED}})", + "increaseLimit": "Can't increase further ({{SPEED}})" + } + }, + "playlistLength": { + "title": "Die Gesamtlänge kann ungenau sein, wenn einige Videos ausgeblendet sind oder wenn Sie nicht genug Videos geladen haben, um die volle Länge zu erhalten." + }, + "playlistManagementButtons": { + "extras": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + } + }, + "saveToWatchLaterButton": { + "extras": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + } + }, + "screenshotButton": { + "button": { + "label": "Screenshot" + }, + "extras": { + "copiedToClipboard": "Screenshot in Zwischenablage kopiert" + } + }, + "videoHistory": { + "extras": { + "resumeButton": "Fortsetzen", + "resumePromptClose": "Schließen" + } + }, + "volumeBoostButton": { + "button": { + "label": "Volume Boost", + "toggle": { + "off": "Volume boost off", + "on": "Volume boost on" + } + } + } + } + }, + "options": { + "extras": { + "bottomButtons": { + "clear": { + "title": "Löscht alle Daten, die diese Erweiterung auf Ihrem Rechner gespeichert hat", + "value": "Daten löschen" + }, + "confirm": { + "title": "Einstellungen zurücksetzen", + "value": "Bestätigen" + }, + "openTab": { + "title": "Erweiterungseinstellungen in einem neuen Tab öffnen" + }, + "reset": { + "title": "Setzt alle Einstellungen auf ihre Standardwerte zurück. Klicken Sie auf die Bestätigungs-Schaltfläche, um die Änderungen zu speichern", + "value": "Zurücksetzen" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Video-URL mit Timestamp kopieren", + "decreasePlaybackSpeedButton": "Geschwindigkeit verringern", + "forwardButton": "Vorspulen", + "hideEndScreenCardsButton": "End-Screen Karte verstecken", + "increasePlaybackSpeedButton": "Geschwindigkeit erhöhen", + "loopButton": "Loop", + "maximizePlayerButton": "Maximieren", + "openTranscriptButton": "Transkript", + "rewindButton": "Zurückspulen", + "screenshotButton": "Screenshot", + "volumeBoostButton": "Lautstärke-Boost" + }, + "options": { + "below_player": { + "placement": "unterhalb der Video-Steuerung", + "value": "Unter dem Player" + }, + "feature_menu": { + "placement": "im Eigenschaftsmenü", + "value": "Feature-Menü" + }, + "player_controls_left": { + "placement": "auf der linken Seite der Video-Steuerung", + "value": "Links" + }, + "player_controls_right": { + "placement": "auf der rechten Seite der Video-Steuerung", + "value": "Rechts" + } + }, + "title": "Platziere {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Button placement settings" + }, + "clearData": { + "allDataDeleted": "Die Daten wurden gelöscht.", + "confirmAlert": "Dies löscht alle Erweiterungsdaten zu Optionen. Fortfahren?" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Menü Aktivierungstyp", + "options": { + "click": "Klick", + "hover": "Hover" + }, + "title": "Wähle die Methode zum Aktivieren des Feature-Menüs" + }, + "title": "Feature-Menüeinstellungen" + } + }, + "importExportSettings": { + "exportButton": { + "success": "Einstellungen erfolgreich exportiert", + "title": "Einstellungen zu JSON-Datei exportieren", + "value": "Einstellungen exportieren" + }, + "importButton": { + "error": { + "unknown": "Fehler beim Importieren der Einstellungen. Bitte überprüfen Sie das Dateiformat.\nEin unbekannter Fehler ist aufgetreten.", + "validation": "Fehler beim Importieren der Einstellungen. Bitte überprüfen Sie das Dateiformat.\n{{ERROR_MESSAGE}}" + }, + "success": "Einstellungen erfolgreich importiert", + "title": "Einstellungen aus JSON-Datei importieren", + "value": "Einstellungen importieren" + } + }, + "language": { + "select": { + "label": "Sprache", + "title": "Die Sprache dieser Erweiterung" + }, + "title": "Sprache" + }, + "openSettingsOnMajorOrMinorVersionChange": { + "label": "Open settings page on update", + "title": "Opens the settings page when a major or minor version of YouTube Enhancer is installed" + }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "scrollForMoreSettings": "Weitere Einstellungen gibt es unten", + "settingSearch": { + "placeholder": "Search for a setting" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Schlüssel", + "title": "Gib deinen YouTube Data API V3 Schlüssel ein." + }, + "title": "YouTube API V3 key" + } + }, + "notifications": { + "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "Die Bedientaste für die Geschwindigkeitsregelung für das Scrollen kann nicht identisch sein mit der Änderungstaste für die Lautstärkeregelung des Mausrades.", + "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." + } + } + }, + "info": { + "reset": "Alle Optionen wurden auf ihre Standardwerte zurückgesetzt.\nSie können die Änderungen jetzt speichern, indem Sie auf den \"Bestätigen\"-Button klicken oder diese verwerfen, indem Sie diese Seite schließen oder diese Benachrichtigung ignorieren." + }, + "success": { + "saved": "Optionen gespeichert." + } + } + } + }, + "settings": { + "sections": { + "customCSS": { + "enable": { + "label": "Benutzerdefiniertes CSS", + "title": "Aktiviert benutzerdefiniertes CSS für die Seite" + }, + "extras": { + "collapse": "Editor einklappen", + "expand": "Editor vergrößern", + "noProblems": "Keine Probleme gefunden." + }, + "title": "Custom CSS settings" + }, + "deepDarkCSS": { + "enable": { + "label": "Deep Dark Theme", + "title": "Activate the selected theme for the page" + }, + "extras": { + "author": "Ersteller", + "co-authors": "Mitersteller" + }, + "settings": { + "colorShadow": { + "label": "Schattenfarbe", + "title": "Farbe für Schatten" + }, + "dimmerText": { + "label": "Sekundäre Textfarbe", + "title": "Farbe für sekundären Text" + }, + "hoverBackground": { + "label": "Hintergrundfarbe beim Hovern", + "title": "Farbe für den Hintergrund beim Hovern" + }, + "mainBackground": { + "label": "Haupthintergrundfarbe", + "title": "Farbe für Haupthintergrund" + }, + "mainColor": { + "label": "Akzentfarbe", + "title": "Farbe für die Akzente" + }, + "mainText": { + "label": "Haupttextfarbe", + "title": "Farbe für Haupttext" + }, + "secondBackground": { + "label": "Sekundäre Hintergrundfarbe", + "title": "Farbe für sekundären Hintergrund" + }, + "theme": { + "select": { + "label": "Theme auswählen", + "title": "Wählen Sie ein Theme aus, das auf die Seite angewendet werden soll" + } + } + }, + "title": "YouTube deep dark settings" + }, + "forwardRewindButtons": { + "enable": { + "label": "Forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "settings": { + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + } + }, + "title": "Forward/rewind button settings" + }, + "miscellaneous": { + "settings": { + "automaticTheaterMode": { + "enable": { + "label": "Automatischer Theatermodus", + "title": "Automatisch den Theatermodus aktivieren, wenn ein Video geladen wird" + } + }, + "automaticallyDisableAmbientMode": { + "enable": { + "label": "Ambient-Modus automatisch deaktivieren", + "title": "Deaktiviert automatisch den Ambient-Modus, wenn du ein Video lädst" + } + }, + "automaticallyDisableAutoPlay": { + "enable": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + } + }, + "automaticallyDisableClosedCaptions": { + "enable": { + "label": "Untertitel automatisch deaktivieren", + "title": "Deaktiviert automatisch Untertitel, wenn du ein Video lädst" + } + }, + "automaticallyEnableClosedCaptions": { + "enable": { + "label": "Untertitel automatisch aktivieren", + "title": "Aktiviert die Untertitel automatisch, wenn du ein Video lädst" + } + }, + "automaticallyMaximizePlayer": { + "enable": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + } + }, + "automaticallyShowMoreVideosOnEndScreen": { + "enable": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + } + }, + "copyTimestampUrlButton": { + "enable": { + "label": "Video-URL mit Zeitstempel kopieren", + "title": "Kopiert die Video-URL mit Zeitstempel (?t=123)" + } + }, + "defaultToOriginalAudioTrack": { + "enable": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + } + }, + "hideArtificialIntelligenceSummary": { + "enable": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + } + }, + "hideEndScreenCards": { + "enable": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + } + }, + "hideEndScreenCardsButton": { + "enable": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + } + }, + "hideLiveStreamChat": { + "enable": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + } + }, + "hideMembersOnlyVideos": { + "enable": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + } + }, + "hideOfficialArtistVideosFromHomePage": { + "enable": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + } + }, + "hidePaidPromotionBanner": { + "enable": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + } + }, + "hidePlayables": { + "enable": { + "label": "Hide playables", + "title": "Hides all playables" + } + }, + "hidePlaylistRecommendationsFromHomePage": { + "enable": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + } + }, + "hideScrollbar": { + "enable": { + "label": "Scrollbar ausblenden", + "title": "Versteckt die Scrollleiste" + } + }, + "hideShorts": { + "enable": { + "label": "Shorts ausblenden", + "title": "Alle Shorts ausblenden" + } + }, + "hideSidebarRecommendedVideos": { + "enable": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + } + }, + "hideTranslateComment": { + "enable": { + "label": "Übersetzungs-Kommentar-Button ausblenden", + "title": "Versteckt die Schaltfläche \"In Sprache übersetzen\" unter Kommentaren" + } + }, + "loopButton": { + "enable": { + "label": "Dauerschleife-Button", + "title": "Adds a button to the feature menu to loop the video you're watching" + } + }, + "maximizePlayerButton": { + "enable": { + "label": "Player-Button maximieren", + "title": "Fügt dem Eigenschaftsmenü eine Schaltfläche hinzu, um den Video-Player zu maximieren" + } + }, + "openTranscriptButton": { + "enable": { + "label": "Transkript-Button", + "title": "Fügt eine Schaltfläche zum Feature-Menü hinzu, um das Protokoll des Videos zu öffnen, das du siehst" + } + }, + "openYouTubeSettingsOnHover": { + "enable": { + "label": "YouTube-Einstellungen beim Hover öffnen", + "title": "Öffnet die YouTube Einstellungen, wenn du über den Einstellungs-Button fährst" + } + }, + "pauseBackgroundPlayers": { + "enable": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + } + }, + "remainingTime": { + "enable": { + "label": "Verbleibende Zeit", + "title": "Zeigt die verbleibende Zeit des Videos, das du siehst" + } + }, + "rememberVolume": { + "enable": { + "label": "Letzte Lautstärke merken", + "title": "Speichere die Lautstärke des letzten Videos, das du gesehen hast und setze es beim Öffnen eines neuen Videos" + } + }, + "removeRedirect": { + "enable": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + } + }, + "restoreFullscreenScrolling": { + "enable": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + } + }, + "saveToWatchLaterButton": { + "enable": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + } + }, + "shareShortener": { + "enable": { + "label": "YouTube Video Link kürzen", + "title": "Verkürzt den YouTube Video Link (youtu.be) indem si/Feature-Parameter entfernt wird" + } + }, + "shortsAutoScroll": { + "enable": { + "label": "Shorts automatisch scrollen", + "title": "Scrollen Sie automatisch im nächsten Short" + } + }, + "skipContinueWatching": { + "enable": { + "label": "Überspringe \"Video ist pausiert. Weiter ansehen?\"", + "title": "Überspringt den Leerlauf-Dialog, der die Videowiedergabe pausiert" + } + } + }, + "title": "Weitere Einstellungen" + }, + "onScreenDisplaySettings": { + "settings": { + "color": { + "label": "Farbe", + "select": { + "options": { + "blue": "Blau", + "green": "Grün", + "orange": "Orange", + "pink": "Pink", + "purple": "Lila", + "red": "Rot", + "white": "Weiß", + "yellow": "Gelb" + } + }, + "title": "Farbe für den On-Screen Display wählen" + }, + "hide": { + "label": "Hide Delay", + "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" + }, + "opacity": { + "label": "Transparenz", + "title": "Die Transparenz der Bildschirmanzeige anpassen" + }, + "padding": { + "label": "Innenabstand", + "title": "Passe den Abstand rund um die Bildschirmanzeige in Pixeln an. Dies gilt speziell für die Bildschirmanzeige in den Ecken." + }, + "position": { + "label": "Position", + "select": { + "options": { + "bottom_left": "Bottom Left", + "bottom_right": "Bottom Right", + "center": "Center", + "top_left": "Top Left", + "top_right": "Top Right" + } + }, + "title": "Select the position of the On-Screen Display" + }, + "type": { + "label": "Type", + "select": { + "options": { + "circle": "Kreis", + "line": "Balken", + "no_display": "No display", + "text": "Text" + } + }, + "title": "Select the type of On-Screen Display" + } + }, + "title": "On-screen display settings" + }, + "playerQuality": { + "enable": { + "label": "Automatische Qualitätsanpassung", + "title": "Die Videoqualität wird automatisch auf die ausgewählte Qualität gestellt." + }, + "settings": { + "quality": { + "select": { + "label": "Video-Qualität", + "title": "Die Qualität auf die das Video gestellt werden soll" + } + }, + "qualityFallbackStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + } + }, + "title": "Automatische Qualitätseinstellungen" + }, + "playerSpeed": { + "enable": { + "label": "Erzwungene Wiedergabegeschwindigkeit", + "title": "Setzt die Videogeschwindigkeit auf das, was du unten wählst" + }, + "settings": { + "buttons": { + "label": "Playback speed buttons", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + }, + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + }, + "speed": { + "select": { + "label": "Video Geschwindigkeit", + "title": "Die Geschwindigkeit auf die das Video gestellt wird" + } + } + }, + "title": "Wiedergabegeschwindigkeit Einstellungen" + }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + }, + "settings": { + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } + } + }, + "title": "Playlist length settings" + }, + "playlistManagementButtons": { + "settings": { + "markAsUnwatchedButton": { + "enable": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + } + }, + "removeVideoButton": { + "enable": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + } + }, + "title": "Playlist management settings" + }, + "screenshotButton": { + "enable": { + "label": "Screenshot-Taste", + "title": "Fügt dem Player einen Button hinzu, um einen Screenshot des Videos zu machen" + }, + "settings": { + "format": { + "label": "Screenshot-Format", + "title": "Das Format zum Speichern des Screenshots" + }, + "saveAs": { + "select": { + "label": "Screenshot-Speicherart", + "options": { + "both": "Both (File and Clipboard)", + "clipboard": "Zwischenablage", + "file": "Datei" + }, + "title": "Der Screenshot-Speichertyp" + } + } + }, + "title": "Screenshot-Einstellungen" + }, + "scrollWheelSpeedControl": { + "enable": { + "label": "Scroll wheel speed control", + "title": "Drücken Sie eine Änderntaste, um die Lautstärkeregelung mit dem Mausrad zu aktivieren." + }, + "extras": { + "optionLabel": "{{KEY}} key" + }, + "settings": { + "adjustmentSteps": { + "label": "Geschwindigkeitsänderung durch Mausrad", + "title": "Geschwindigkeitsänderung durch Mausrad anpassen" + }, + "modifierKey": { + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + } + } + }, + "title": "Scroll wheel speed control settings" + }, + "scrollWheelVolumeControl": { + "enable": { + "label": "Lautstärke durch Mausrad ändern", + "title": "Lässt dich das Scrollrad verwenden, um die Lautstärke des Videos zu steuern, das du siehst" + }, + "extras": { + "optionLabel": "{{KEY}} Taste" + }, + "settings": { + "adjustmentSteps": { + "label": "Volume Change Per Scroll", + "title": "Adjust the volume change per scroll" + }, + "holdModifierKey": { + "label": "Aktivieren, wenn die Modifikator-Taste gedrückt wird", + "select": { + "label": "Modifikator-Taste", + "title": "Die zu verwendende Modifikator-Taste" + }, + "title": "Drücken Sie eine Modifikator-Taste, um die Lautstärkeregelung mit dem Scrollrad zu aktivieren." + }, + "holdRightClick": { + "label": "Aktivieren, wenn Rechtsklick gedrückt wird", + "title": "Rechtsklick gedrückt halten, um die Lautstärkeregelung des Scrollrades zu aktivieren" + } + }, + "title": "Lautstärke durch Mausrad ändern" + }, + "videoHistory": { + "enable": { + "label": "Gesehene Videos protokollieren", + "title": "Hält den Überblick darüber, wo du aufgehört hast, wenn du Videos anschaust und aktiviert das Fortfahren der Wiedergabe" + }, + "settings": { + "resumeType": { + "select": { + "label": "Resume type", + "options": { + "automatic": "Automatic", + "prompt": "Prompt" + }, + "title": "Select how you want to resume videos" + } + } + }, + "title": "Video history settings" + }, + "volumeBoost": { + "enable": { + "label": "Lautstärken-Boost", + "title": "Enable volume boost" + }, + "settings": { + "amount": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by" + }, + "mode": { + "select": { + "label": "Volume boost mode", + "options": { + "global": "Global", + "perVideo": "Per video" + }, + "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + } + } + }, + "title": "´Lautstärke-Boost Einstellungen" + } + } + } +} From 46c47e618862f87ff6b7b4fefcfd9b20e83e2315 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 3 Feb 2026 15:32:05 -0500 Subject: [PATCH 1569/1783] New translations en-us.json (Hebrew) --- public/locales/he-IL.json | 1648 +++++++++++++++++++------------------ 1 file changed, 826 insertions(+), 822 deletions(-) diff --git a/public/locales/he-IL.json b/public/locales/he-IL.json index f1abb2042..5bb56028b 100644 --- a/public/locales/he-IL.json +++ b/public/locales/he-IL.json @@ -1,823 +1,827 @@ { - "langCode": "he-IL", - "langName": "עברית", - "messages": { - "resumingVideo": "Resuming video at {{VIDEO_TIME}}", - "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "label": "Copy video URL with timestamp" - }, - "extras": { - "copied": "Copied!" - } - }, - "featureMenu": { - "button": { - "label": "Feature menu" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "Fast forward by {{TIME}}" - }, - "rewindButton": { - "label": "Rewind by {{TIME}}" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "Hide end screen cards", - "toggle": { - "off": "Show end screen cards", - "on": "Hide end screen cards" - } - } - }, - "loopButton": { - "button": { - "label": "Loop", - "toggle": { - "off": "Loop off", - "on": "Loop on" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "Maximize", - "toggle": { - "off": "Maximize off", - "on": "Maximize on" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Open transcript" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Decrease Speed to {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Increase Speed to {{SPEED}}" - } - }, - "extras": { - "decreaseLimit": "Can't decrease further ({{SPEED}})", - "increaseLimit": "Can't increase further ({{SPEED}})" - } - }, - "playlistLength": { - "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." - }, - "playlistManagementButtons": { - "extras": { - "failedToMarkAsUnwatched": "Failed to mark video as unwatched", - "failedToRemoveVideo": "Failed to remove video", - "markAsUnwatched": "Mark as unwatched", - "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "Remove video", - "removingVideo": "Removing video…" - } - }, - "saveToWatchLaterButton": { - "extras": { - "failedToSaveVideo": "Failed to save video to Watch Later", - "saveVideo": "Save to Watch Later", - "savingVideo": "Saving to Watch Later…" - } - }, - "screenshotButton": { - "button": { - "label": "Screenshot" - }, - "extras": { - "copiedToClipboard": "Screenshot copied to clipboard" - } - }, - "videoHistory": { - "extras": { - "resumeButton": "Resume", - "resumePromptClose": "Close" - } - }, - "volumeBoostButton": { - "button": { - "label": "Volume Boost", - "toggle": { - "off": "Volume boost off", - "on": "Volume boost on" - } - } - } - } - }, - "options": { - "extras": { - "bottomButtons": { - "clear": { - "title": "Clears all data this extension has stored on your machine", - "value": "Clear Data" - }, - "confirm": { - "title": "Confirm setting reset", - "value": "Confirm" - }, - "openTab": { - "title": "Open extension settings in a new tab" - }, - "reset": { - "title": "Resets all settings to their defaults, Click the confirm button to save the changes", - "value": "Reset" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "Copy video URL with timestamp button", - "decreasePlaybackSpeedButton": "Decrease Speed button", - "forwardButton": "Fast Forward button", - "hideEndScreenCardsButton": "Hide end screen cards button", - "increasePlaybackSpeedButton": "Increase Speed button", - "loopButton": "Loop button", - "maximizePlayerButton": "Maximize button", - "openTranscriptButton": "Open Transcript button", - "rewindButton": "Rewind button", - "screenshotButton": "Screenshot button", - "volumeBoostButton": "Volume Boost button" - }, - "options": { - "below_player": { - "placement": "below the player controls", - "value": "Below Player" - }, - "feature_menu": { - "placement": "in the feature menu", - "value": "Feature Menu" - }, - "player_controls_left": { - "placement": "on the left side of player controls", - "value": "Left Controls" - }, - "player_controls_right": { - "placement": "on the right side of player controls", - "value": "Right Controls" - } - }, - "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" - }, - "title": "Button placement settings" - }, - "clearData": { - "allDataDeleted": "All data has been deleted.", - "confirmAlert": "This will delete all extension data related to options. Continue?" - }, - "featureMenu": { - "openType": { - "select": { - "label": "Menu Activation Type", - "options": { - "click": "Click", - "hover": "Hover" - }, - "title": "Select the method to activate the feature menu" - }, - "title": "Feature menu settings" - } - }, - "importExportSettings": { - "exportButton": { - "success": "Settings successfully exported", - "title": "Export settings to a JSON file", - "value": "Export Settings" - }, - "importButton": { - "error": { - "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", - "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" - }, - "success": "Settings imported successfully", - "title": "Import settings from a JSON file", - "value": "Import Settings" - } - }, - "language": { - "select": { - "label": "Language", - "title": "The language to use for the extension" - }, - "title": "Language" - }, - "optionDisabled": { - "either": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " or " - }, - "plural": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " and " - }, - "singular": "Enable '{{OPTION}}' to configure this option", - "specificOption": { - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" - } - }, - "scrollForMoreSettings": "Scroll for more settings", - "settingSearch": { - "placeholder": "Search for a setting" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "You can get one from here", - "input": { - "label": "API Key", - "title": "Enter your Youtube Data API V3 key." - }, - "title": "YouTube API V3 key" - } - }, - "notifications": { - "error": { - "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", - "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." - } - } - }, - "info": { - "reset": "All options have been reset to their default values.\nYou can now save the changes by clicking the \"Confirm\" button or discard them by closing this page or ignore this notification." - }, - "success": { - "saved": "Options saved." - } - } - } - }, - "settings": { - "sections": { - "customCSS": { - "enable": { - "label": "Custom CSS", - "title": "Enables custom CSS to be applied to the page" - }, - "extras": { - "collapse": "Collapse Editor", - "expand": "Expand Editor", - "noProblems": "No problems found." - }, - "title": "Custom CSS settings" - }, - "deepDarkCSS": { - "enable": { - "label": "Deep Dark Theme", - "title": "Activate the selected theme for the page" - }, - "extras": { - "author": "Author", - "co-authors": "Co-authors" - }, - "settings": { - "colorShadow": { - "label": "Shadow color", - "title": "Color for shadows" - }, - "dimmerText": { - "label": "Secondary text color", - "title": "Color for secondary text" - }, - "hoverBackground": { - "label": "Hover background color", - "title": "Color for hover background" - }, - "mainBackground": { - "label": "Main background color", - "title": "Color for main background" - }, - "mainColor": { - "label": "Accent color", - "title": "Color for accent" - }, - "mainText": { - "label": "Main text color", - "title": "Color for main text" - }, - "secondBackground": { - "label": "Secondary background color", - "title": "Color for secondary background" - }, - "theme": { - "select": { - "label": "Select theme", - "title": "Select a theme to be applied to the page" - } - } - }, - "title": "YouTube deep dark settings" - }, - "forwardRewindButtons": { - "enable": { - "label": "Forward/rewind buttons", - "title": "Adds forward and rewind buttons to the video player" - }, - "settings": { - "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" - } - }, - "title": "Forward/rewind button settings" - }, - "miscellaneous": { - "settings": { - "automaticallyDisableAmbientMode": { - "enable": { - "label": "Automatically disable ambient mode", - "title": "Automatically disables ambient mode when you load a video" - } - }, - "automaticallyDisableAutoPlay": { - "enable": { - "label": "Automatically disable autoplay", - "title": "Automatically disables autoplay when you load a video" - } - }, - "automaticallyDisableClosedCaptions": { - "enable": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" - } - }, - "automaticallyEnableClosedCaptions": { - "enable": { - "label": "Automatically enable closed captions", - "title": "Automatically enables closed captions when you load a video" - } - }, - "automaticallyMaximizePlayer": { - "enable": { - "label": "Automatically maximize player", - "title": "Automatically maximizes the player when you load a video" - } - }, - "automaticallyShowMoreVideosOnEndScreen": { - "enable": { - "label": "Automatically show more videos on end screen", - "title": "Automatically shows more videos on end screen when you load a video" - } - }, - "automaticTheaterMode": { - "enable": { - "label": "Automatic theater mode", - "title": "Automatically enables theater mode when you load a video" - } - }, - "copyTimestampUrlButton": { - "enable": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" - } - }, - "defaultToOriginalAudioTrack": { - "enable": { - "label": "Default to original audio track", - "title": "Always default to the original audio track" - } - }, - "saveToWatchLaterButton": { - "enable": { - "label": "Enable save to Watch Later button", - "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" - } - }, - "hideArtificialIntelligenceSummary": { - "enable": { - "label": "Hide AI summary", - "title": "Hides the artificial intelligence summary below videos" - } - }, - "hideEndScreenCards": { - "enable": { - "label": "Hide end screen cards", - "title": "Hides the cards at the end of the video" - } - }, - "hideEndScreenCardsButton": { - "enable": { - "label": "Hide end screen cards button", - "title": "Adds a button to show/hide the cards at the end of the video" - } - }, - "hideLiveStreamChat": { - "enable": { - "label": "Hide live stream chat", - "title": "Hides the live stream chat" - } - }, - "hideMembersOnlyVideos": { - "enable": { - "label": "Hide members-only videos", - "title": "Hides videos that are only visible to members" - } - }, - "hideOfficialArtistVideosFromHomePage": { - "enable": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" - } - }, - "hidePaidPromotionBanner": { - "enable": { - "label": "Hide paid promotion banner", - "title": "Hides the banner that appears when you watch a video that has a paid promotion" - } - }, - "hidePlayables": { - "enable": { - "label": "Hide playables", - "title": "Hides all playables" - } - }, - "hidePlaylistRecommendationsFromHomePage": { - "enable": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" - } - }, - "hideScrollbar": { - "enable": { - "label": "Hide scrollbar", - "title": "Hides the pages scrollbar" - } - }, - "hideShorts": { - "enable": { - "label": "Hide shorts", - "title": "Hides all shorts" - } - }, - "hideSidebarRecommendedVideos": { - "enable": { - "label": "Hide recommended videos", - "title": "Hides the sidebar that recommends videos" - } - }, - "hideTranslateComment": { - "enable": { - "label": "Hide translate comment button", - "title": "Hides 'Translate to Language' button under comments" - } - }, - "loopButton": { - "enable": { - "label": "Loop button", - "title": "Adds a button to the feature menu to loop the video you're watching" - } - }, - "maximizePlayerButton": { - "enable": { - "label": "Maximize player button", - "title": "Adds a button to the feature menu to maximize the player" - } - }, - "openTranscriptButton": { - "enable": { - "label": "Open transcript button", - "title": "Adds a button to the feature menu to open the transcript of the video you're watching" - } - }, - "openYouTubeSettingsOnHover": { - "enable": { - "label": "Open YouTube settings on hover", - "title": "Opens the YouTube settings menu when you hover over the settings button" - } - }, - "pauseBackgroundPlayers": { - "enable": { - "label": "Pause background players", - "title": "Pauses video players in background tabs when you start a new player in foreground tab" - } - }, - "remainingTime": { - "enable": { - "label": "Remaining time", - "title": "Shows the remaining time of the video you're watching" - } - }, - "rememberVolume": { - "enable": { - "label": "Remember last volume", - "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" - } - }, - "removeRedirect": { - "enable": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" - } - }, - "restoreFullscreenScrolling": { - "enable": { - "label": "Restore fullscreen scrolling", - "title": "Restores scrolling in fullscreen mode" - } - }, - "shareShortener": { - "enable": { - "label": "Shorten YouTube video share link", - "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" - } - }, - "shortsAutoScroll": { - "enable": { - "label": "Shorts auto scroll", - "title": "Automatically scrolls to the next short" - } - }, - "skipContinueWatching": { - "enable": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" - } - } - }, - "title": "Miscellaneous settings" - }, - "onScreenDisplaySettings": { - "settings": { - "color": { - "label": "Color", - "select": { - "options": { - "blue": "Blue", - "green": "Green", - "orange": "Orange", - "pink": "Pink", - "purple": "Purple", - "red": "Red", - "white": "White", - "yellow": "Yellow" - } - }, - "title": "Select the color for the On-Screen Display" - }, - "hide": { - "label": "Hide Delay", - "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" - }, - "opacity": { - "label": "Opacity", - "title": "Adjust the transparency of the On-Screen Display" - }, - "padding": { - "label": "Padding", - "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." - }, - "position": { - "label": "Position", - "select": { - "options": { - "bottom_left": "Bottom Left", - "bottom_right": "Bottom Right", - "center": "Center", - "top_left": "Top Left", - "top_right": "Top Right" - } - }, - "title": "Select the position of the On-Screen Display" - }, - "type": { - "label": "Type", - "select": { - "options": { - "circle": "Circle", - "line": "Line", - "no_display": "No display", - "text": "Text" - } - }, - "title": "Select the type of On-Screen Display" - } - }, - "title": "On-screen display settings" - }, - "playerQuality": { - "enable": { - "label": "Automatic quality adjustment", - "title": "Automatically adjusts the video quality to the selected level." - }, - "settings": { - "quality": { - "select": { - "label": "Player quality", - "title": "The quality to set the video to" - } - }, - "qualityFallbackStrategy": { - "select": { - "label": "Quality fallback strategy", - "options": { - "higher": "Higher", - "lower": "Lower" - }, - "title": "The strategy to use when the selected quality is not available" - } - } - }, - "title": "Automatic quality settings" - }, - "playerSpeed": { - "enable": { - "label": "Forced playback speed", - "title": "Sets the video speed to what you choose below" - }, - "settings": { - "buttons": { - "label": "Playback speed buttons", - "select": { - "label": "Playback buttons speed", - "title": "Amount of speed to be changed per click" - }, - "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" - }, - "speed": { - "select": { - "label": "Player speed", - "title": "The speed to set the video to" - } - } - }, - "title": "Playback speed settings" - }, - "playlistLength": { - "enable": { - "label": "Display playlist length information", - "title": "Shows the total length of the playlist, how much has been watched, and how much remains." - }, - "settings": { - "wayToGetLength": { - "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "Method to get watched time", - "options": { - "duration": "Video Length", - "youtube": "Video Watch Time" - }, - "title": "The way to get the amount of time watched (Video Length type only used on watch page)" - } - } - }, - "title": "Playlist length settings" - }, - "playlistManagementButtons": { - "settings": { - "markAsUnwatchedButton": { - "enable": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - } - }, - "removeVideoButton": { - "enable": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - } - } - }, - "title": "Playlist management settings" - }, - "screenshotButton": { - "enable": { - "label": "Screenshot button", - "title": "Adds a button to the player to take a screenshot of the video" - }, - "settings": { - "format": { - "label": "Screenshot format", - "title": "The format to save the screenshot in" - }, - "saveAs": { - "select": { - "options": { - "both": "Both (File and Clipboard)", - "clipboard": "Clipboard", - "file": "File" - }, - "label": "Screenshot save type", - "title": "The screenshot save type" - } - } - }, - "title": "Screenshot settings" - }, - "scrollWheelSpeedControl": { - "enable": { - "label": "Scroll wheel speed control", - "title": "Press a modifier key to enable speed adjustment with the scroll wheel." - }, - "extras": { - "optionLabel": "{{KEY}} key" - }, - "settings": { - "adjustmentSteps": { - "label": "Speed Change Per Scroll", - "title": "Adjust the speed change per scroll" - }, - "modifierKey": { - "select": { - "label": "Modifier key", - "title": "The modifier key to use" - } - } - }, - "title": "Scroll wheel speed control settings" - }, - "scrollWheelVolumeControl": { - "enable": { - "label": "Scroll wheel volume control", - "title": "Lets you use the scroll wheel to control the volume of the video you're watching" - }, - "extras": { - "optionLabel": "{{KEY}} key" - }, - "settings": { - "adjustmentSteps": { - "label": "Volume Change Per Scroll", - "title": "Adjust the volume change per scroll" - }, - "holdModifierKey": { - "label": "When holding modifier key", - "select": { - "label": "Modifier key", - "title": "The modifier key to use" - }, - "title": "Press a modifier key to enable volume adjustment with the scroll wheel." - }, - "holdRightClick": { - "label": "When holding right click", - "title": "Hold right click to enable scroll wheel volume control" - } - }, - "title": "Scroll wheel volume control settings" - }, - "videoHistory": { - "enable": { - "label": "Track watched videos", - "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" - }, - "settings": { - "resumeType": { - "select": { - "label": "Resume type", - "options": { - "automatic": "Automatic", - "prompt": "Prompt" - }, - "title": "Select how you want to resume videos" - } - } - }, - "title": "Video history settings" - }, - "volumeBoost": { - "enable": { - "label": "Volume boost", - "title": "Enable volume boost" - }, - "settings": { - "amount": { - "label": "Volume boost amount (dB)", - "title": "The amount to boost the volume by" - }, - "mode": { - "select": { - "label": "Volume boost mode", - "options": { - "global": "Global", - "perVideo": "Per video" - }, - "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." - } - } - }, - "title": "Volume boost settings" - } - } - } -} \ No newline at end of file + "langCode": "he-IL", + "langName": "עברית", + "messages": { + "resumingVideo": "Resuming video at {{VIDEO_TIME}}", + "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "label": "Copy video URL with timestamp" + }, + "extras": { + "copied": "Copied!" + } + }, + "featureMenu": { + "button": { + "label": "Feature menu" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Fast forward by {{TIME}}" + }, + "rewindButton": { + "label": "Rewind by {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Hide end screen cards", + "toggle": { + "off": "Show end screen cards", + "on": "Hide end screen cards" + } + } + }, + "loopButton": { + "button": { + "label": "Loop", + "toggle": { + "off": "Loop off", + "on": "Loop on" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "Maximize", + "toggle": { + "off": "Maximize off", + "on": "Maximize on" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Open transcript" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Decrease Speed to {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Increase Speed to {{SPEED}}" + } + }, + "extras": { + "decreaseLimit": "Can't decrease further ({{SPEED}})", + "increaseLimit": "Can't increase further ({{SPEED}})" + } + }, + "playlistLength": { + "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + }, + "playlistManagementButtons": { + "extras": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + } + }, + "saveToWatchLaterButton": { + "extras": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + } + }, + "screenshotButton": { + "button": { + "label": "Screenshot" + }, + "extras": { + "copiedToClipboard": "Screenshot copied to clipboard" + } + }, + "videoHistory": { + "extras": { + "resumeButton": "Resume", + "resumePromptClose": "Close" + } + }, + "volumeBoostButton": { + "button": { + "label": "Volume Boost", + "toggle": { + "off": "Volume boost off", + "on": "Volume boost on" + } + } + } + } + }, + "options": { + "extras": { + "bottomButtons": { + "clear": { + "title": "Clears all data this extension has stored on your machine", + "value": "Clear Data" + }, + "confirm": { + "title": "Confirm setting reset", + "value": "Confirm" + }, + "openTab": { + "title": "Open extension settings in a new tab" + }, + "reset": { + "title": "Resets all settings to their defaults, Click the confirm button to save the changes", + "value": "Reset" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Copy video URL with timestamp button", + "decreasePlaybackSpeedButton": "Decrease Speed button", + "forwardButton": "Fast Forward button", + "hideEndScreenCardsButton": "Hide end screen cards button", + "increasePlaybackSpeedButton": "Increase Speed button", + "loopButton": "Loop button", + "maximizePlayerButton": "Maximize button", + "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind button", + "screenshotButton": "Screenshot button", + "volumeBoostButton": "Volume Boost button" + }, + "options": { + "below_player": { + "placement": "below the player controls", + "value": "Below Player" + }, + "feature_menu": { + "placement": "in the feature menu", + "value": "Feature Menu" + }, + "player_controls_left": { + "placement": "on the left side of player controls", + "value": "Left Controls" + }, + "player_controls_right": { + "placement": "on the right side of player controls", + "value": "Right Controls" + } + }, + "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Button placement settings" + }, + "clearData": { + "allDataDeleted": "All data has been deleted.", + "confirmAlert": "This will delete all extension data related to options. Continue?" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Menu Activation Type", + "options": { + "click": "Click", + "hover": "Hover" + }, + "title": "Select the method to activate the feature menu" + }, + "title": "Feature menu settings" + } + }, + "importExportSettings": { + "exportButton": { + "success": "Settings successfully exported", + "title": "Export settings to a JSON file", + "value": "Export Settings" + }, + "importButton": { + "error": { + "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", + "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" + }, + "success": "Settings imported successfully", + "title": "Import settings from a JSON file", + "value": "Import Settings" + } + }, + "language": { + "select": { + "label": "Language", + "title": "The language to use for the extension" + }, + "title": "Language" + }, + "openSettingsOnMajorOrMinorVersionChange": { + "label": "Open settings page on update", + "title": "Opens the settings page when a major or minor version of YouTube Enhancer is installed" + }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "scrollForMoreSettings": "Scroll for more settings", + "settingSearch": { + "placeholder": "Search for a setting" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Key", + "title": "Enter your Youtube Data API V3 key." + }, + "title": "YouTube API V3 key" + } + }, + "notifications": { + "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", + "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." + } + } + }, + "info": { + "reset": "All options have been reset to their default values.\nYou can now save the changes by clicking the \"Confirm\" button or discard them by closing this page or ignore this notification." + }, + "success": { + "saved": "Options saved." + } + } + } + }, + "settings": { + "sections": { + "customCSS": { + "enable": { + "label": "Custom CSS", + "title": "Enables custom CSS to be applied to the page" + }, + "extras": { + "collapse": "Collapse Editor", + "expand": "Expand Editor", + "noProblems": "No problems found." + }, + "title": "Custom CSS settings" + }, + "deepDarkCSS": { + "enable": { + "label": "Deep Dark Theme", + "title": "Activate the selected theme for the page" + }, + "extras": { + "author": "Author", + "co-authors": "Co-authors" + }, + "settings": { + "colorShadow": { + "label": "Shadow color", + "title": "Color for shadows" + }, + "dimmerText": { + "label": "Secondary text color", + "title": "Color for secondary text" + }, + "hoverBackground": { + "label": "Hover background color", + "title": "Color for hover background" + }, + "mainBackground": { + "label": "Main background color", + "title": "Color for main background" + }, + "mainColor": { + "label": "Accent color", + "title": "Color for accent" + }, + "mainText": { + "label": "Main text color", + "title": "Color for main text" + }, + "secondBackground": { + "label": "Secondary background color", + "title": "Color for secondary background" + }, + "theme": { + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + } + } + }, + "title": "YouTube deep dark settings" + }, + "forwardRewindButtons": { + "enable": { + "label": "Forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "settings": { + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + } + }, + "title": "Forward/rewind button settings" + }, + "miscellaneous": { + "settings": { + "automaticTheaterMode": { + "enable": { + "label": "Automatic theater mode", + "title": "Automatically enables theater mode when you load a video" + } + }, + "automaticallyDisableAmbientMode": { + "enable": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + } + }, + "automaticallyDisableAutoPlay": { + "enable": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + } + }, + "automaticallyDisableClosedCaptions": { + "enable": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + } + }, + "automaticallyEnableClosedCaptions": { + "enable": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + } + }, + "automaticallyMaximizePlayer": { + "enable": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + } + }, + "automaticallyShowMoreVideosOnEndScreen": { + "enable": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + } + }, + "copyTimestampUrlButton": { + "enable": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + } + }, + "defaultToOriginalAudioTrack": { + "enable": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + } + }, + "hideArtificialIntelligenceSummary": { + "enable": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + } + }, + "hideEndScreenCards": { + "enable": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + } + }, + "hideEndScreenCardsButton": { + "enable": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + } + }, + "hideLiveStreamChat": { + "enable": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + } + }, + "hideMembersOnlyVideos": { + "enable": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + } + }, + "hideOfficialArtistVideosFromHomePage": { + "enable": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + } + }, + "hidePaidPromotionBanner": { + "enable": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + } + }, + "hidePlayables": { + "enable": { + "label": "Hide playables", + "title": "Hides all playables" + } + }, + "hidePlaylistRecommendationsFromHomePage": { + "enable": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + } + }, + "hideScrollbar": { + "enable": { + "label": "Hide scrollbar", + "title": "Hides the pages scrollbar" + } + }, + "hideShorts": { + "enable": { + "label": "Hide shorts", + "title": "Hides all shorts" + } + }, + "hideSidebarRecommendedVideos": { + "enable": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + } + }, + "hideTranslateComment": { + "enable": { + "label": "Hide translate comment button", + "title": "Hides 'Translate to Language' button under comments" + } + }, + "loopButton": { + "enable": { + "label": "Loop button", + "title": "Adds a button to the feature menu to loop the video you're watching" + } + }, + "maximizePlayerButton": { + "enable": { + "label": "Maximize player button", + "title": "Adds a button to the feature menu to maximize the player" + } + }, + "openTranscriptButton": { + "enable": { + "label": "Open transcript button", + "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + } + }, + "openYouTubeSettingsOnHover": { + "enable": { + "label": "Open YouTube settings on hover", + "title": "Opens the YouTube settings menu when you hover over the settings button" + } + }, + "pauseBackgroundPlayers": { + "enable": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + } + }, + "remainingTime": { + "enable": { + "label": "Remaining time", + "title": "Shows the remaining time of the video you're watching" + } + }, + "rememberVolume": { + "enable": { + "label": "Remember last volume", + "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + } + }, + "removeRedirect": { + "enable": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + } + }, + "restoreFullscreenScrolling": { + "enable": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + } + }, + "saveToWatchLaterButton": { + "enable": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + } + }, + "shareShortener": { + "enable": { + "label": "Shorten YouTube video share link", + "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + } + }, + "shortsAutoScroll": { + "enable": { + "label": "Shorts auto scroll", + "title": "Automatically scrolls to the next short" + } + }, + "skipContinueWatching": { + "enable": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + } + } + }, + "title": "Miscellaneous settings" + }, + "onScreenDisplaySettings": { + "settings": { + "color": { + "label": "Color", + "select": { + "options": { + "blue": "Blue", + "green": "Green", + "orange": "Orange", + "pink": "Pink", + "purple": "Purple", + "red": "Red", + "white": "White", + "yellow": "Yellow" + } + }, + "title": "Select the color for the On-Screen Display" + }, + "hide": { + "label": "Hide Delay", + "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" + }, + "opacity": { + "label": "Opacity", + "title": "Adjust the transparency of the On-Screen Display" + }, + "padding": { + "label": "Padding", + "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." + }, + "position": { + "label": "Position", + "select": { + "options": { + "bottom_left": "Bottom Left", + "bottom_right": "Bottom Right", + "center": "Center", + "top_left": "Top Left", + "top_right": "Top Right" + } + }, + "title": "Select the position of the On-Screen Display" + }, + "type": { + "label": "Type", + "select": { + "options": { + "circle": "Circle", + "line": "Line", + "no_display": "No display", + "text": "Text" + } + }, + "title": "Select the type of On-Screen Display" + } + }, + "title": "On-screen display settings" + }, + "playerQuality": { + "enable": { + "label": "Automatic quality adjustment", + "title": "Automatically adjusts the video quality to the selected level." + }, + "settings": { + "quality": { + "select": { + "label": "Player quality", + "title": "The quality to set the video to" + } + }, + "qualityFallbackStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + } + }, + "title": "Automatic quality settings" + }, + "playerSpeed": { + "enable": { + "label": "Forced playback speed", + "title": "Sets the video speed to what you choose below" + }, + "settings": { + "buttons": { + "label": "Playback speed buttons", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + }, + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + }, + "speed": { + "select": { + "label": "Player speed", + "title": "The speed to set the video to" + } + } + }, + "title": "Playback speed settings" + }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + }, + "settings": { + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } + } + }, + "title": "Playlist length settings" + }, + "playlistManagementButtons": { + "settings": { + "markAsUnwatchedButton": { + "enable": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + } + }, + "removeVideoButton": { + "enable": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + } + }, + "title": "Playlist management settings" + }, + "screenshotButton": { + "enable": { + "label": "Screenshot button", + "title": "Adds a button to the player to take a screenshot of the video" + }, + "settings": { + "format": { + "label": "Screenshot format", + "title": "The format to save the screenshot in" + }, + "saveAs": { + "select": { + "label": "Screenshot save type", + "options": { + "both": "Both (File and Clipboard)", + "clipboard": "Clipboard", + "file": "File" + }, + "title": "The screenshot save type" + } + } + }, + "title": "Screenshot settings" + }, + "scrollWheelSpeedControl": { + "enable": { + "label": "Scroll wheel speed control", + "title": "Press a modifier key to enable speed adjustment with the scroll wheel." + }, + "extras": { + "optionLabel": "{{KEY}} key" + }, + "settings": { + "adjustmentSteps": { + "label": "Speed Change Per Scroll", + "title": "Adjust the speed change per scroll" + }, + "modifierKey": { + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + } + } + }, + "title": "Scroll wheel speed control settings" + }, + "scrollWheelVolumeControl": { + "enable": { + "label": "Scroll wheel volume control", + "title": "Lets you use the scroll wheel to control the volume of the video you're watching" + }, + "extras": { + "optionLabel": "{{KEY}} key" + }, + "settings": { + "adjustmentSteps": { + "label": "Volume Change Per Scroll", + "title": "Adjust the volume change per scroll" + }, + "holdModifierKey": { + "label": "When holding modifier key", + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + }, + "title": "Press a modifier key to enable volume adjustment with the scroll wheel." + }, + "holdRightClick": { + "label": "When holding right click", + "title": "Hold right click to enable scroll wheel volume control" + } + }, + "title": "Scroll wheel volume control settings" + }, + "videoHistory": { + "enable": { + "label": "Track watched videos", + "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" + }, + "settings": { + "resumeType": { + "select": { + "label": "Resume type", + "options": { + "automatic": "Automatic", + "prompt": "Prompt" + }, + "title": "Select how you want to resume videos" + } + } + }, + "title": "Video history settings" + }, + "volumeBoost": { + "enable": { + "label": "Volume boost", + "title": "Enable volume boost" + }, + "settings": { + "amount": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by" + }, + "mode": { + "select": { + "label": "Volume boost mode", + "options": { + "global": "Global", + "perVideo": "Per video" + }, + "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + } + } + }, + "title": "Volume boost settings" + } + } + } +} From 4529824522dd18349a03c36e1e9cc3cd6612edbc Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 3 Feb 2026 15:32:06 -0500 Subject: [PATCH 1570/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 1648 +++++++++++++++++++------------------ 1 file changed, 826 insertions(+), 822 deletions(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index 592405d84..1503b28f0 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -1,823 +1,827 @@ { - "langCode": "it-IT", - "langName": "Italiano", - "messages": { - "resumingVideo": "Video a {{VIDEO_TIME}} in ripresa", - "settingVolume": "Impostazione aumento volume a {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "label": "Copia URL video con temporizzazione" - }, - "extras": { - "copied": "Copiato!" - } - }, - "featureMenu": { - "button": { - "label": "Menu' funzioni" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "Avanti veloce di {{TIME}}" - }, - "rewindButton": { - "label": "Riavvolgi di {{TIME}}" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "Nascondi le schede finali", - "toggle": { - "off": "Mostra le schede finali", - "on": "Nascondi le schede finali" - } - } - }, - "loopButton": { - "button": { - "label": "Ripeti", - "toggle": { - "off": "Ripetizione NO", - "on": "Ripetizione SÌ" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "Ingrandisci", - "toggle": { - "off": "Massimizza NO", - "on": "Massimizza SÌ" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Apri trascrizione" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Diminuisci velocità di {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Aumenta velocità di {{SPEED}}" - } - }, - "extras": { - "decreaseLimit": "Impossibile diminuire ulteriormente ({{SPEED}})", - "increaseLimit": "Impossibile aumentare ulteriormente ({{SPEED}})" - } - }, - "playlistLength": { - "title": "La lunghezza totale può non essere accurata se alcuni video sono nascosti o se non hai caricato abbastanza video per ottenere la lunghezza completa." - }, - "playlistManagementButtons": { - "extras": { - "failedToMarkAsUnwatched": "Impossibile contrassegnare il video come non visto", - "failedToRemoveVideo": "Impossibile rimuovere il video", - "markAsUnwatched": "Contrassegna come non visto", - "markingAsUnwatched": "Contrassegno come non visto…", - "removeVideo": "Rimuovi video", - "removingVideo": "Rimozione video…" - } - }, - "saveToWatchLaterButton": { - "extras": { - "failedToSaveVideo": "Impossibile salvare il video in Guarda più tardi", - "saveVideo": "Salva per guardare più tardi", - "savingVideo": "Salvataggio per guardare più tardi…" - } - }, - "screenshotButton": { - "button": { - "label": "Schermata" - }, - "extras": { - "copiedToClipboard": "Schermata copiata negli Appunti" - } - }, - "videoHistory": { - "extras": { - "resumeButton": "Riprendi", - "resumePromptClose": "Chiudi" - } - }, - "volumeBoostButton": { - "button": { - "label": "Aumento volume", - "toggle": { - "off": "Aumento volume NO", - "on": "Aumento volume SÌ" - } - } - } - } - }, - "options": { - "extras": { - "bottomButtons": { - "clear": { - "title": "Cancella tutti i dati che questa estensione ha memorizzato sulla tua macchina", - "value": "Cancella dati" - }, - "confirm": { - "title": "Conferma ripristino impostazioni", - "value": "Conferma" - }, - "openTab": { - "title": "Apri impostazioni estensione in una nuova scheda" - }, - "reset": { - "title": "Reimposta le impostazioni ai valori predefiniti, clicca il pulsante di conferma per salvare le modifiche", - "value": "Reimposta" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "Pulsante \"Copia URL video con temporizzazione\"", - "decreasePlaybackSpeedButton": "Pulsante Riduci velocità", - "forwardButton": "Pulsante Avanti veloce", - "hideEndScreenCardsButton": "Pulsante Nascondi schede finali", - "increasePlaybackSpeedButton": "Pulsante Aumenta velocità", - "loopButton": "Pulsante Ripeti", - "maximizePlayerButton": "Pulsante Massimizza", - "openTranscriptButton": "Pulsante Apri trascrizione", - "rewindButton": "Pulsante Riavvolgi", - "screenshotButton": "Pulsante Schermata", - "volumeBoostButton": "Pulsante Aumento volume" - }, - "options": { - "below_player": { - "placement": "sotto i controlli del riproduttore", - "value": "Sotto il riproduttore" - }, - "feature_menu": { - "placement": "nel menu' delle funzioni", - "value": "Menu' funzioni" - }, - "player_controls_left": { - "placement": "alla sinistra dei controlli di riproduzione", - "value": "A sinistra" - }, - "player_controls_right": { - "placement": "alla destra dei controlli di riproduzione", - "value": "A destra" - } - }, - "title": "Posiziona {{BUTTON_NAME}} {{PLACEMENT}}" - }, - "title": "Impostazioni posizione pulsanti" - }, - "clearData": { - "allDataDeleted": "Tutti i dati sono stati eliminati.", - "confirmAlert": "Questo eliminerà tutti i dati delle estensioni relativi alle opzioni. Continuare?" - }, - "featureMenu": { - "openType": { - "select": { - "label": "Tipo attivazione menu'", - "options": { - "click": "Clic", - "hover": "Sorvola" - }, - "title": "Seleziona il metodo per attivare il menu' funzioni" - }, - "title": "Impostazioni menu' funzioni" - } - }, - "importExportSettings": { - "exportButton": { - "success": "Impostazioni esportate correttamente", - "title": "Esporta impostazioni in un file JSON", - "value": "Esporta impostazioni" - }, - "importButton": { - "error": { - "unknown": "Errore nell'importazione delle impostazioni. Controllare il formato del file.\nSi è verificato un errore sconosciuto.", - "validation": "Errore nell'importazione delle impostazioni. Controllare il formato del file.\n{{ERROR_MESSAGE}}" - }, - "success": "Impostazioni importate correttamente", - "title": "Importa impostazioni da un file JSON", - "value": "Importa impostazioni" - } - }, - "language": { - "select": { - "label": "Lingua", - "title": "La lingua da usare per l'estensione" - }, - "title": "Lingua" - }, - "optionDisabled": { - "either": { - "label": "Abilita {{OPTIONS}} per configurare questa opzione", - "separator": " o " - }, - "plural": { - "label": "Abilita {{OPTIONS}} per configurare questa opzione", - "separator": " e " - }, - "singular": "Abilita '{{OPTION}}' per configurare questa opzione", - "specificOption": { - "featureMenu": "Configura almeno un pulsante da posizionare nel menu' delle funzioni per configurare questa opzione.", - "screenshotButtonFileFormat": "Imposta il tipo di salvataggio della schermata su 'File' o 'Entrambi' per configurare questa opzione" - } - }, - "scrollForMoreSettings": "Scorri per altre impostazioni", - "settingSearch": { - "placeholder": "Cerca un'impostazione" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "Puoi ottenerne una da qui", - "input": { - "label": "Chiave API", - "title": "Inserisci la tua chiave Youtube API V3." - }, - "title": "Chiave API V3 di YouTube" - } - }, - "notifications": { - "error": { - "optionConflict": "Questa opzione non può essere abilitata mentre '{{OPTION}}' è abilitato.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "Il tasto per modificare la velocità della rotellina del mouse non può essere lo stesso che modifica il volume con la rotellina del mouse.", - "volumeControl": "Il tasto che modifica il volume con la rotellina del mouse non può essere lo stesso che modifica la velocità della rotellina del mouse." - } - } - }, - "info": { - "reset": "Le opzioni sono state reimpostate ai valori predefiniti.\nPuoi salvare le modifiche cliccando il pulsante \"Conferma\" o scartarle chiudendo la pagina oppure ignorando questa notifica." - }, - "success": { - "saved": "Opzioni salvate." - } - } - } - }, - "settings": { - "sections": { - "customCSS": { - "enable": { - "label": "Abilita CSS personalizzato", - "title": "Abilita il CSS personalizzato da applicare alla pagina" - }, - "extras": { - "collapse": "Comprimi editor", - "expand": "Espandi editor", - "noProblems": "Nessun problema trovato." - }, - "title": "Impostazioni CSS personalizzate" - }, - "deepDarkCSS": { - "enable": { - "label": "Abilita tema selezionato", - "title": "Abilita il tema selezionato per la pagina" - }, - "extras": { - "author": "Autore", - "co-authors": "Co-autori" - }, - "settings": { - "colorShadow": { - "label": "Colore ombra", - "title": "Colore per le ombre" - }, - "dimmerText": { - "label": "Colore secondario del testo", - "title": "Colore del testo secondario" - }, - "hoverBackground": { - "label": "Colore sfondo quando puntato", - "title": "Colore per lo sfondo al passaggio" - }, - "mainBackground": { - "label": "Colore sfondo principale", - "title": "Colore per lo sfondo principale" - }, - "mainColor": { - "label": "Colore accento", - "title": "Colore per accento" - }, - "mainText": { - "label": "Colore testo principale", - "title": "Colore per il testo principale" - }, - "secondBackground": { - "label": "Colore sfondo secondario", - "title": "Colore per lo sfondo secondario" - }, - "theme": { - "select": { - "label": "Seleziona tema", - "title": "Seleziona un tema da applicare alla pagina" - } - } - }, - "title": "Impostazioni scure di YouTube" - }, - "forwardRewindButtons": { - "enable": { - "label": "Abilita pulsanti avanti/riavvolgi", - "title": "Aggiunge i pulsanti avanti e riavvolgi al riproduttore video" - }, - "settings": { - "time": { - "label": "Tempo avanzamento/riavvolgimento", - "title": "Il periodo di tempo da usare per avanzare/riavvolgere il video" - } - }, - "title": "Impostazioni pulsante Avanti / Riavvolgi" - }, - "miscellaneous": { - "settings": { - "automaticallyDisableAmbientMode": { - "enable": { - "label": "Disabilita automaticamente la modalità ambiente", - "title": "Disabilita automaticamente la modalità ambiente quando si carica un video" - } - }, - "automaticallyDisableAutoPlay": { - "enable": { - "label": "Disabilita automaticamente la riproduzione automatica", - "title": "Disabilita automaticamente la riproduzione automatica quando carichi un video" - } - }, - "automaticallyDisableClosedCaptions": { - "enable": { - "label": "Disabilita automaticamente le didascalie chiuse", - "title": "Disabilita automaticamente le didascalie chiuse quando si carica un video" - } - }, - "automaticallyEnableClosedCaptions": { - "enable": { - "label": "Abilita automaticamente le didascalie chiuse", - "title": "Abilita automaticamente le didascalie chiuse quando si carica un video" - } - }, - "automaticallyMaximizePlayer": { - "enable": { - "label": "Massimizza automaticamente il riproduttore", - "title": "Massimizza automaticamente il riproduttore quando carichi un video" - } - }, - "automaticallyShowMoreVideosOnEndScreen": { - "enable": { - "label": "Mostra automaticamente altri video sulla schermata finale", - "title": "Mostra automaticamente più video sulla schermata finale quando si carica un video" - } - }, - "automaticTheaterMode": { - "enable": { - "label": "Modalità teatro automatica", - "title": "Attiva automaticamente la modalità teatro quando carichi un video" - } - }, - "copyTimestampUrlButton": { - "enable": { - "label": "Pulsante \"Copia URL video con temporizzazione\"", - "title": "Copia l'URL del video con la temporizzazione (?t=123)" - } - }, - "defaultToOriginalAudioTrack": { - "enable": { - "label": "Traccia audio originale predefinita", - "title": "Traccia audio originale sempre predefinita" - } - }, - "saveToWatchLaterButton": { - "enable": { - "label": "Abilita il pulsante del salvataggio per guardare più tardi", - "title": "Aggiunge un pulsante ai video Home e Abbonamenti per salvare il video nella lista riproduzioni 'Guarda più tardi'" - } - }, - "hideArtificialIntelligenceSummary": { - "enable": { - "label": "Nascondi riepilogo IA", - "title": "Nasconde il riepilogo dell'intelligenza artificiale sotto i video" - } - }, - "hideEndScreenCards": { - "enable": { - "label": "Nascondi le schede finali", - "title": "Nasconde le schede alla fine del video" - } - }, - "hideEndScreenCardsButton": { - "enable": { - "label": "Pulsante Nascondi schede finali", - "title": "Aggiunge un pulsante per mostrare/nascondere le schede alla fine del video" - } - }, - "hideLiveStreamChat": { - "enable": { - "label": "Nascondi chat live stream", - "title": "Nasconde la chat live stream" - } - }, - "hideMembersOnlyVideos": { - "enable": { - "label": "Nascondi i video dei membri", - "title": "Nasconde i video che sono visibili solo ai membri" - } - }, - "hideOfficialArtistVideosFromHomePage": { - "enable": { - "label": "Nascondi video ufficiali dell'artista", - "title": "Nascondi video ufficiali dell'artista dalla pagina iniziale" - } - }, - "hidePaidPromotionBanner": { - "enable": { - "label": "Nascondi banner promozioni a pagamento", - "title": "Nasconde il banner con promozioni a pagamento che appare quando si guarda un video" - } - }, - "hidePlayables": { - "enable": { - "label": "Nascondi giocabili", - "title": "Nasconde tutti i giocabili" - } - }, - "hidePlaylistRecommendationsFromHomePage": { - "enable": { - "label": "Nascondi liste riproduzioni dalla pagina iniziale", - "title": "Elimina le liste riproduzioni dalla pagina iniziale" - } - }, - "hideScrollbar": { - "enable": { - "label": "Nascondi barra scorrimento", - "title": "Nasconde la barra di scorrimento delle pagine" - } - }, - "hideShorts": { - "enable": { - "label": "Nascondi blocchi", - "title": "Nasconde tutti i blocchi" - } - }, - "hideSidebarRecommendedVideos": { - "enable": { - "label": "Nascondi i video raccomandati", - "title": "Nasconde la barra laterale che raccomanda i video" - } - }, - "hideTranslateComment": { - "enable": { - "label": "Nascondi pulsante \"Traduci commento\"", - "title": "Nasconde il pulsante 'Traduci in…' sotto i commenti" - } - }, - "loopButton": { - "enable": { - "label": "Pulsante Ripeti", - "title": "Aggiunge un pulsante al menu' funzioni per ripetere il video che stai guardando" - } - }, - "maximizePlayerButton": { - "enable": { - "label": "Pulsante Ingrandisci riproduttore", - "title": "Aggiunge un pulsante al menu' funzioni per ingrandire il riproduttore" - } - }, - "openTranscriptButton": { - "enable": { - "label": "Pulsante Apri trascrizione", - "title": "Aggiunge un pulsante al menu' funzioni per aprire la trascrizione del video che stai guardando" - } - }, - "openYouTubeSettingsOnHover": { - "enable": { - "label": "Apri le impostazioni di YouTube al sorvolo", - "title": "Apre il menu' delle impostazioni di YouTube quando si passa sopra il pulsante delle impostazioni" - } - }, - "pauseBackgroundPlayers": { - "enable": { - "label": "Metti in pausa riproduttori in secondo piano", - "title": "Mette in pausa i riproduttori video nelle schede nascoste quando si avvia un nuovo riproduttore nella scheda aperta" - } - }, - "remainingTime": { - "enable": { - "label": "Tempo rimanente", - "title": "Mostra il tempo rimanente per il video che stai guardando" - } - }, - "rememberVolume": { - "enable": { - "label": "Ricorda l'ultimo volume", - "title": "Ricorda il volume dell'ultimo video che hai guardato e lo imposta quando apri un nuovo video" - } - }, - "removeRedirect": { - "enable": { - "label": "Rimuovi URL /redirect di YouTube", - "title": "Rimpiazza il reindirizzamento di YouTube con gli URL attuali saltando il dialogo di avviso di reindirizzamento" - } - }, - "restoreFullscreenScrolling": { - "enable": { - "label": "Ripristina scorrimento a schermo intero", - "title": "Ripristina lo scorrimento nella modalità schermo intero" - } - }, - "shareShortener": { - "enable": { - "label": "Abbrevia il collegamento di condivisione video di YouTube", - "title": "Riduce il collegamento di condivisione video di YouTube (youtu.be) eliminando da esso i parametri si/feature" - } - }, - "shortsAutoScroll": { - "enable": { - "label": "Scorri al blocco", - "title": "Scorri automaticamente al prossimo blocco" - } - }, - "skipContinueWatching": { - "enable": { - "label": "Salta \"Video in pausa. Continuare a guardare?\"", - "title": "Salta la finestra che mette in pausa la riproduzione video" - } - } - }, - "title": "Impostazioni varie" - }, - "onScreenDisplaySettings": { - "settings": { - "color": { - "label": "Colore", - "select": { - "options": { - "blue": "Blu", - "green": "Verde", - "orange": "Arancione", - "pink": "Rosa", - "purple": "Viola", - "red": "Rosso", - "white": "Bianco", - "yellow": "Giallo" - } - }, - "title": "Seleziona il colore per lo schermo interattivo" - }, - "hide": { - "label": "Ritardo sparizione", - "title": "Specifica il tempo, in millisecondi, prima di nascondere automaticamente le parti interattive" - }, - "opacity": { - "label": "Opacità", - "title": "Regola l'opacità delle parti interattive" - }, - "padding": { - "label": "Bordatura", - "title": "Regola la bordatura dello schermo in pixel. Questo si applica specificamente agli angoli dello schermo." - }, - "position": { - "label": "Posizione", - "select": { - "options": { - "bottom_left": "In basso a sinistra", - "bottom_right": "In basso a destra", - "center": "Centro", - "top_left": "Alto a sinistra", - "top_right": "In alto a destra" - } - }, - "title": "Seleziona la posizione dello schermo interattivo" - }, - "type": { - "label": "Tipo", - "select": { - "options": { - "circle": "Cerchio", - "line": "Linea", - "no_display": "Nessuno schermo", - "text": "Testuale" - } - }, - "title": "Seleziona il tipo di schermo interattivo" - } - }, - "title": "Impostazioni schermo" - }, - "playerQuality": { - "enable": { - "label": "Regolazione automatica qualità", - "title": "Regola automaticamente la qualità video al livello selezionato." - }, - "settings": { - "quality": { - "select": { - "label": "Qualità riproduttore", - "title": "La qualità alla quale impostare il video" - } - }, - "qualityFallbackStrategy": { - "select": { - "label": "Strategia ripiego qualità", - "options": { - "higher": "Più alta", - "lower": "Più bassa" - }, - "title": "La strategia da usare quando la qualità selezionata non è disponibile" - } - } - }, - "title": "Impostazioni qualità automatiche" - }, - "playerSpeed": { - "enable": { - "label": "Velocità forzata riproduzione", - "title": "Imposta la velocità del video a quella che scegli qui sotto" - }, - "settings": { - "buttons": { - "label": "Pulsanti velocità riproduzione", - "select": { - "label": "Velocità ai pulsanti di riproduzione", - "title": "Quantità di velocità che il clic modifica" - }, - "title": "Aggiunge pulsanti per aumentare o diminuire la velocità di riproduzione del video che stai guardando" - }, - "speed": { - "select": { - "label": "Velocità riproduttore", - "title": "La velocità alla quale impostare il video" - } - } - }, - "title": "Impostazioni velocità riproduzione" - }, - "playlistLength": { - "enable": { - "label": "Mostra informazioni lunghezza lista riproduzioni", - "title": "Mostra la lunghezza totale della lista riproduzioni, quanto è stato guardato e quanto ne rimane." - }, - "settings": { - "wayToGetLength": { - "select": { - "label": "Metodo per ottenere la lunghezza della lista riproduzioni", - "title": "Il modo per ottenere informazioni sulla lunghezza della lista riproduzioni (il metodo API sarà ripiegato in HTML se si verificasse un errore)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "Metodo per ottenere il tempo già riprodotto", - "options": { - "duration": "Durata del video", - "youtube": "Tempo in riproduzione" - }, - "title": "Il modo per ottenere la quantità di tempo guardato (tipo di lunghezza video usato solo nella pagina di riproduzione)" - } - } - }, - "title": "Impostazioni lunghezza lista riproduzioni" - }, - "playlistManagementButtons": { - "settings": { - "markAsUnwatchedButton": { - "enable": { - "label": "Marca come pulsante non visto", - "title": "Aggiunge un pulsante per marcare i video come non visti" - } - }, - "removeVideoButton": { - "enable": { - "label": "Rimuovi pulsante video", - "title": "Aggiunge un pulsante per rimuovere i video dalla lista riproduzioni" - } - } - }, - "title": "Impostazioni gestione scaletta" - }, - "screenshotButton": { - "enable": { - "label": "Pulsante Schermata", - "title": "Aggiunge un pulsante al riproduttore per catturare una schermata del video" - }, - "settings": { - "format": { - "label": "Formato schermata", - "title": "Il formato nel quale salvare la schermata" - }, - "saveAs": { - "select": { - "options": { - "both": "Entrambi (File e Appunti)", - "clipboard": "Appunti", - "file": "File" - }, - "label": "Tipo salvataggio schermata", - "title": "Il tipo di salvataggio della schermata" - } - } - }, - "title": "Impostazioni schermata" - }, - "scrollWheelSpeedControl": { - "enable": { - "label": "Controllo velocità con scorrimento rotellina", - "title": "Premi un tasto modificatore per abilitare la regolazione della velocità con la rotellina." - }, - "extras": { - "optionLabel": "Tasto {{KEY}}" - }, - "settings": { - "adjustmentSteps": { - "label": "Cambio velocità con scorrimento", - "title": "Regola il cambio di velocità tramite scorrimento" - }, - "modifierKey": { - "select": { - "label": "Tasto modificatore", - "title": "Il tasto modificatore da usare" - } - } - }, - "title": "Impostazioni controllo velocità con rotellina" - }, - "scrollWheelVolumeControl": { - "enable": { - "label": "Controllo volume con rotellina", - "title": "Permette di usare la rotellina di scorrimento per controllare il volume del video che stai guardando" - }, - "extras": { - "optionLabel": "Tasto {{KEY}}" - }, - "settings": { - "adjustmentSteps": { - "label": "Cambio volume con scorrimento", - "title": "Regola il cambio di volume tramite scorrimento" - }, - "holdModifierKey": { - "label": "Abilita tenendo premuto il tasto modificatore", - "select": { - "label": "Tasto modificatore", - "title": "Il tasto modificatore da usare" - }, - "title": "Premi un tasto modificatore per abilitare la regolazione del volume con la rotellina." - }, - "holdRightClick": { - "label": "Abilita tenendo premuto il tasto destro", - "title": "Tieni premuto il tasto destro per abilitare il controllo del volume con la rotellina" - } - }, - "title": "Impostazioni controllo volume con rotellina" - }, - "videoHistory": { - "enable": { - "label": "Traccia i video visti", - "title": "Tiene traccia di dove hai lasciato i video che stavi guardando e abilita la ripresa della riproduzione" - }, - "settings": { - "resumeType": { - "select": { - "label": "Tipo ripresa", - "options": { - "automatic": "Automatico", - "prompt": "Mostra" - }, - "title": "Seleziona come vuoi riprendere i video" - } - } - }, - "title": "Impostazioni cronologia video" - }, - "volumeBoost": { - "enable": { - "label": "Aumento volume", - "title": "Abilita aumento volume" - }, - "settings": { - "amount": { - "label": "Aumento volume (dB)", - "title": "La quantità da aggiungere al volume" - }, - "mode": { - "select": { - "label": "Modalità aumento volume", - "options": { - "global": "Globale", - "perVideo": "Per video" - }, - "title": "Scegli come l'aumento del volume è applicato. 'Per video' permette di abilitare la spinta per ogni video singolarmente nel menu' delle funzioni. 'Globale' applica la spinta a tutti i video quando l'amplificazione del volume è abilitata." - } - } - }, - "title": "Impostazioni aumento volume" - } - } - } -} \ No newline at end of file + "langCode": "it-IT", + "langName": "Italiano", + "messages": { + "resumingVideo": "Video a {{VIDEO_TIME}} in ripresa", + "settingVolume": "Impostazione aumento volume a {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "label": "Copia URL video con temporizzazione" + }, + "extras": { + "copied": "Copiato!" + } + }, + "featureMenu": { + "button": { + "label": "Menu' funzioni" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Avanti veloce di {{TIME}}" + }, + "rewindButton": { + "label": "Riavvolgi di {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Nascondi le schede finali", + "toggle": { + "off": "Mostra le schede finali", + "on": "Nascondi le schede finali" + } + } + }, + "loopButton": { + "button": { + "label": "Ripeti", + "toggle": { + "off": "Ripetizione NO", + "on": "Ripetizione SÌ" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "Ingrandisci", + "toggle": { + "off": "Massimizza NO", + "on": "Massimizza SÌ" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Apri trascrizione" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Diminuisci velocità di {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Aumenta velocità di {{SPEED}}" + } + }, + "extras": { + "decreaseLimit": "Impossibile diminuire ulteriormente ({{SPEED}})", + "increaseLimit": "Impossibile aumentare ulteriormente ({{SPEED}})" + } + }, + "playlistLength": { + "title": "La lunghezza totale può non essere accurata se alcuni video sono nascosti o se non hai caricato abbastanza video per ottenere la lunghezza completa." + }, + "playlistManagementButtons": { + "extras": { + "failedToMarkAsUnwatched": "Impossibile contrassegnare il video come non visto", + "failedToRemoveVideo": "Impossibile rimuovere il video", + "markAsUnwatched": "Contrassegna come non visto", + "markingAsUnwatched": "Contrassegno come non visto…", + "removeVideo": "Rimuovi video", + "removingVideo": "Rimozione video…" + } + }, + "saveToWatchLaterButton": { + "extras": { + "failedToSaveVideo": "Impossibile salvare il video in Guarda più tardi", + "saveVideo": "Salva per guardare più tardi", + "savingVideo": "Salvataggio per guardare più tardi…" + } + }, + "screenshotButton": { + "button": { + "label": "Schermata" + }, + "extras": { + "copiedToClipboard": "Schermata copiata negli Appunti" + } + }, + "videoHistory": { + "extras": { + "resumeButton": "Riprendi", + "resumePromptClose": "Chiudi" + } + }, + "volumeBoostButton": { + "button": { + "label": "Aumento volume", + "toggle": { + "off": "Aumento volume NO", + "on": "Aumento volume SÌ" + } + } + } + } + }, + "options": { + "extras": { + "bottomButtons": { + "clear": { + "title": "Cancella tutti i dati che questa estensione ha memorizzato sulla tua macchina", + "value": "Cancella dati" + }, + "confirm": { + "title": "Conferma ripristino impostazioni", + "value": "Conferma" + }, + "openTab": { + "title": "Apri impostazioni estensione in una nuova scheda" + }, + "reset": { + "title": "Reimposta le impostazioni ai valori predefiniti, clicca il pulsante di conferma per salvare le modifiche", + "value": "Reimposta" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Pulsante \"Copia URL video con temporizzazione\"", + "decreasePlaybackSpeedButton": "Pulsante Riduci velocità", + "forwardButton": "Pulsante Avanti veloce", + "hideEndScreenCardsButton": "Pulsante Nascondi schede finali", + "increasePlaybackSpeedButton": "Pulsante Aumenta velocità", + "loopButton": "Pulsante Ripeti", + "maximizePlayerButton": "Pulsante Massimizza", + "openTranscriptButton": "Pulsante Apri trascrizione", + "rewindButton": "Pulsante Riavvolgi", + "screenshotButton": "Pulsante Schermata", + "volumeBoostButton": "Pulsante Aumento volume" + }, + "options": { + "below_player": { + "placement": "sotto i controlli del riproduttore", + "value": "Sotto il riproduttore" + }, + "feature_menu": { + "placement": "nel menu' delle funzioni", + "value": "Menu' funzioni" + }, + "player_controls_left": { + "placement": "alla sinistra dei controlli di riproduzione", + "value": "A sinistra" + }, + "player_controls_right": { + "placement": "alla destra dei controlli di riproduzione", + "value": "A destra" + } + }, + "title": "Posiziona {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Impostazioni posizione pulsanti" + }, + "clearData": { + "allDataDeleted": "Tutti i dati sono stati eliminati.", + "confirmAlert": "Questo eliminerà tutti i dati delle estensioni relativi alle opzioni. Continuare?" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Tipo attivazione menu'", + "options": { + "click": "Clic", + "hover": "Sorvola" + }, + "title": "Seleziona il metodo per attivare il menu' funzioni" + }, + "title": "Impostazioni menu' funzioni" + } + }, + "importExportSettings": { + "exportButton": { + "success": "Impostazioni esportate correttamente", + "title": "Esporta impostazioni in un file JSON", + "value": "Esporta impostazioni" + }, + "importButton": { + "error": { + "unknown": "Errore nell'importazione delle impostazioni. Controllare il formato del file.\nSi è verificato un errore sconosciuto.", + "validation": "Errore nell'importazione delle impostazioni. Controllare il formato del file.\n{{ERROR_MESSAGE}}" + }, + "success": "Impostazioni importate correttamente", + "title": "Importa impostazioni da un file JSON", + "value": "Importa impostazioni" + } + }, + "language": { + "select": { + "label": "Lingua", + "title": "La lingua da usare per l'estensione" + }, + "title": "Lingua" + }, + "openSettingsOnMajorOrMinorVersionChange": { + "label": "Open settings page on update", + "title": "Opens the settings page when a major or minor version of YouTube Enhancer is installed" + }, + "optionDisabled": { + "either": { + "label": "Abilita {{OPTIONS}} per configurare questa opzione", + "separator": " o " + }, + "plural": { + "label": "Abilita {{OPTIONS}} per configurare questa opzione", + "separator": " e " + }, + "singular": "Abilita '{{OPTION}}' per configurare questa opzione", + "specificOption": { + "featureMenu": "Configura almeno un pulsante da posizionare nel menu' delle funzioni per configurare questa opzione.", + "screenshotButtonFileFormat": "Imposta il tipo di salvataggio della schermata su 'File' o 'Entrambi' per configurare questa opzione" + } + }, + "scrollForMoreSettings": "Scorri per altre impostazioni", + "settingSearch": { + "placeholder": "Cerca un'impostazione" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "Puoi ottenerne una da qui", + "input": { + "label": "Chiave API", + "title": "Inserisci la tua chiave Youtube API V3." + }, + "title": "Chiave API V3 di YouTube" + } + }, + "notifications": { + "error": { + "optionConflict": "Questa opzione non può essere abilitata mentre '{{OPTION}}' è abilitato.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "Il tasto per modificare la velocità della rotellina del mouse non può essere lo stesso che modifica il volume con la rotellina del mouse.", + "volumeControl": "Il tasto che modifica il volume con la rotellina del mouse non può essere lo stesso che modifica la velocità della rotellina del mouse." + } + } + }, + "info": { + "reset": "Le opzioni sono state reimpostate ai valori predefiniti.\nPuoi salvare le modifiche cliccando il pulsante \"Conferma\" o scartarle chiudendo la pagina oppure ignorando questa notifica." + }, + "success": { + "saved": "Opzioni salvate." + } + } + } + }, + "settings": { + "sections": { + "customCSS": { + "enable": { + "label": "Abilita CSS personalizzato", + "title": "Abilita il CSS personalizzato da applicare alla pagina" + }, + "extras": { + "collapse": "Comprimi editor", + "expand": "Espandi editor", + "noProblems": "Nessun problema trovato." + }, + "title": "Impostazioni CSS personalizzate" + }, + "deepDarkCSS": { + "enable": { + "label": "Abilita tema selezionato", + "title": "Abilita il tema selezionato per la pagina" + }, + "extras": { + "author": "Autore", + "co-authors": "Co-autori" + }, + "settings": { + "colorShadow": { + "label": "Colore ombra", + "title": "Colore per le ombre" + }, + "dimmerText": { + "label": "Colore secondario del testo", + "title": "Colore del testo secondario" + }, + "hoverBackground": { + "label": "Colore sfondo quando puntato", + "title": "Colore per lo sfondo al passaggio" + }, + "mainBackground": { + "label": "Colore sfondo principale", + "title": "Colore per lo sfondo principale" + }, + "mainColor": { + "label": "Colore accento", + "title": "Colore per accento" + }, + "mainText": { + "label": "Colore testo principale", + "title": "Colore per il testo principale" + }, + "secondBackground": { + "label": "Colore sfondo secondario", + "title": "Colore per lo sfondo secondario" + }, + "theme": { + "select": { + "label": "Seleziona tema", + "title": "Seleziona un tema da applicare alla pagina" + } + } + }, + "title": "Impostazioni scure di YouTube" + }, + "forwardRewindButtons": { + "enable": { + "label": "Abilita pulsanti avanti/riavvolgi", + "title": "Aggiunge i pulsanti avanti e riavvolgi al riproduttore video" + }, + "settings": { + "time": { + "label": "Tempo avanzamento/riavvolgimento", + "title": "Il periodo di tempo da usare per avanzare/riavvolgere il video" + } + }, + "title": "Impostazioni pulsante Avanti / Riavvolgi" + }, + "miscellaneous": { + "settings": { + "automaticTheaterMode": { + "enable": { + "label": "Modalità teatro automatica", + "title": "Attiva automaticamente la modalità teatro quando carichi un video" + } + }, + "automaticallyDisableAmbientMode": { + "enable": { + "label": "Disabilita automaticamente la modalità ambiente", + "title": "Disabilita automaticamente la modalità ambiente quando si carica un video" + } + }, + "automaticallyDisableAutoPlay": { + "enable": { + "label": "Disabilita automaticamente la riproduzione automatica", + "title": "Disabilita automaticamente la riproduzione automatica quando carichi un video" + } + }, + "automaticallyDisableClosedCaptions": { + "enable": { + "label": "Disabilita automaticamente le didascalie chiuse", + "title": "Disabilita automaticamente le didascalie chiuse quando si carica un video" + } + }, + "automaticallyEnableClosedCaptions": { + "enable": { + "label": "Abilita automaticamente le didascalie chiuse", + "title": "Abilita automaticamente le didascalie chiuse quando si carica un video" + } + }, + "automaticallyMaximizePlayer": { + "enable": { + "label": "Massimizza automaticamente il riproduttore", + "title": "Massimizza automaticamente il riproduttore quando carichi un video" + } + }, + "automaticallyShowMoreVideosOnEndScreen": { + "enable": { + "label": "Mostra automaticamente altri video sulla schermata finale", + "title": "Mostra automaticamente più video sulla schermata finale quando si carica un video" + } + }, + "copyTimestampUrlButton": { + "enable": { + "label": "Pulsante \"Copia URL video con temporizzazione\"", + "title": "Copia l'URL del video con la temporizzazione (?t=123)" + } + }, + "defaultToOriginalAudioTrack": { + "enable": { + "label": "Traccia audio originale predefinita", + "title": "Traccia audio originale sempre predefinita" + } + }, + "hideArtificialIntelligenceSummary": { + "enable": { + "label": "Nascondi riepilogo IA", + "title": "Nasconde il riepilogo dell'intelligenza artificiale sotto i video" + } + }, + "hideEndScreenCards": { + "enable": { + "label": "Nascondi le schede finali", + "title": "Nasconde le schede alla fine del video" + } + }, + "hideEndScreenCardsButton": { + "enable": { + "label": "Pulsante Nascondi schede finali", + "title": "Aggiunge un pulsante per mostrare/nascondere le schede alla fine del video" + } + }, + "hideLiveStreamChat": { + "enable": { + "label": "Nascondi chat live stream", + "title": "Nasconde la chat live stream" + } + }, + "hideMembersOnlyVideos": { + "enable": { + "label": "Nascondi i video dei membri", + "title": "Nasconde i video che sono visibili solo ai membri" + } + }, + "hideOfficialArtistVideosFromHomePage": { + "enable": { + "label": "Nascondi video ufficiali dell'artista", + "title": "Nascondi video ufficiali dell'artista dalla pagina iniziale" + } + }, + "hidePaidPromotionBanner": { + "enable": { + "label": "Nascondi banner promozioni a pagamento", + "title": "Nasconde il banner con promozioni a pagamento che appare quando si guarda un video" + } + }, + "hidePlayables": { + "enable": { + "label": "Nascondi giocabili", + "title": "Nasconde tutti i giocabili" + } + }, + "hidePlaylistRecommendationsFromHomePage": { + "enable": { + "label": "Nascondi liste riproduzioni dalla pagina iniziale", + "title": "Elimina le liste riproduzioni dalla pagina iniziale" + } + }, + "hideScrollbar": { + "enable": { + "label": "Nascondi barra scorrimento", + "title": "Nasconde la barra di scorrimento delle pagine" + } + }, + "hideShorts": { + "enable": { + "label": "Nascondi blocchi", + "title": "Nasconde tutti i blocchi" + } + }, + "hideSidebarRecommendedVideos": { + "enable": { + "label": "Nascondi i video raccomandati", + "title": "Nasconde la barra laterale che raccomanda i video" + } + }, + "hideTranslateComment": { + "enable": { + "label": "Nascondi pulsante \"Traduci commento\"", + "title": "Nasconde il pulsante 'Traduci in…' sotto i commenti" + } + }, + "loopButton": { + "enable": { + "label": "Pulsante Ripeti", + "title": "Aggiunge un pulsante al menu' funzioni per ripetere il video che stai guardando" + } + }, + "maximizePlayerButton": { + "enable": { + "label": "Pulsante Ingrandisci riproduttore", + "title": "Aggiunge un pulsante al menu' funzioni per ingrandire il riproduttore" + } + }, + "openTranscriptButton": { + "enable": { + "label": "Pulsante Apri trascrizione", + "title": "Aggiunge un pulsante al menu' funzioni per aprire la trascrizione del video che stai guardando" + } + }, + "openYouTubeSettingsOnHover": { + "enable": { + "label": "Apri le impostazioni di YouTube al sorvolo", + "title": "Apre il menu' delle impostazioni di YouTube quando si passa sopra il pulsante delle impostazioni" + } + }, + "pauseBackgroundPlayers": { + "enable": { + "label": "Metti in pausa riproduttori in secondo piano", + "title": "Mette in pausa i riproduttori video nelle schede nascoste quando si avvia un nuovo riproduttore nella scheda aperta" + } + }, + "remainingTime": { + "enable": { + "label": "Tempo rimanente", + "title": "Mostra il tempo rimanente per il video che stai guardando" + } + }, + "rememberVolume": { + "enable": { + "label": "Ricorda l'ultimo volume", + "title": "Ricorda il volume dell'ultimo video che hai guardato e lo imposta quando apri un nuovo video" + } + }, + "removeRedirect": { + "enable": { + "label": "Rimuovi URL /redirect di YouTube", + "title": "Rimpiazza il reindirizzamento di YouTube con gli URL attuali saltando il dialogo di avviso di reindirizzamento" + } + }, + "restoreFullscreenScrolling": { + "enable": { + "label": "Ripristina scorrimento a schermo intero", + "title": "Ripristina lo scorrimento nella modalità schermo intero" + } + }, + "saveToWatchLaterButton": { + "enable": { + "label": "Abilita il pulsante del salvataggio per guardare più tardi", + "title": "Aggiunge un pulsante ai video Home e Abbonamenti per salvare il video nella lista riproduzioni 'Guarda più tardi'" + } + }, + "shareShortener": { + "enable": { + "label": "Abbrevia il collegamento di condivisione video di YouTube", + "title": "Riduce il collegamento di condivisione video di YouTube (youtu.be) eliminando da esso i parametri si/feature" + } + }, + "shortsAutoScroll": { + "enable": { + "label": "Scorri al blocco", + "title": "Scorri automaticamente al prossimo blocco" + } + }, + "skipContinueWatching": { + "enable": { + "label": "Salta \"Video in pausa. Continuare a guardare?\"", + "title": "Salta la finestra che mette in pausa la riproduzione video" + } + } + }, + "title": "Impostazioni varie" + }, + "onScreenDisplaySettings": { + "settings": { + "color": { + "label": "Colore", + "select": { + "options": { + "blue": "Blu", + "green": "Verde", + "orange": "Arancione", + "pink": "Rosa", + "purple": "Viola", + "red": "Rosso", + "white": "Bianco", + "yellow": "Giallo" + } + }, + "title": "Seleziona il colore per lo schermo interattivo" + }, + "hide": { + "label": "Ritardo sparizione", + "title": "Specifica il tempo, in millisecondi, prima di nascondere automaticamente le parti interattive" + }, + "opacity": { + "label": "Opacità", + "title": "Regola l'opacità delle parti interattive" + }, + "padding": { + "label": "Bordatura", + "title": "Regola la bordatura dello schermo in pixel. Questo si applica specificamente agli angoli dello schermo." + }, + "position": { + "label": "Posizione", + "select": { + "options": { + "bottom_left": "In basso a sinistra", + "bottom_right": "In basso a destra", + "center": "Centro", + "top_left": "Alto a sinistra", + "top_right": "In alto a destra" + } + }, + "title": "Seleziona la posizione dello schermo interattivo" + }, + "type": { + "label": "Tipo", + "select": { + "options": { + "circle": "Cerchio", + "line": "Linea", + "no_display": "Nessuno schermo", + "text": "Testuale" + } + }, + "title": "Seleziona il tipo di schermo interattivo" + } + }, + "title": "Impostazioni schermo" + }, + "playerQuality": { + "enable": { + "label": "Regolazione automatica qualità", + "title": "Regola automaticamente la qualità video al livello selezionato." + }, + "settings": { + "quality": { + "select": { + "label": "Qualità riproduttore", + "title": "La qualità alla quale impostare il video" + } + }, + "qualityFallbackStrategy": { + "select": { + "label": "Strategia ripiego qualità", + "options": { + "higher": "Più alta", + "lower": "Più bassa" + }, + "title": "La strategia da usare quando la qualità selezionata non è disponibile" + } + } + }, + "title": "Impostazioni qualità automatiche" + }, + "playerSpeed": { + "enable": { + "label": "Velocità forzata riproduzione", + "title": "Imposta la velocità del video a quella che scegli qui sotto" + }, + "settings": { + "buttons": { + "label": "Pulsanti velocità riproduzione", + "select": { + "label": "Velocità ai pulsanti di riproduzione", + "title": "Quantità di velocità che il clic modifica" + }, + "title": "Aggiunge pulsanti per aumentare o diminuire la velocità di riproduzione del video che stai guardando" + }, + "speed": { + "select": { + "label": "Velocità riproduttore", + "title": "La velocità alla quale impostare il video" + } + } + }, + "title": "Impostazioni velocità riproduzione" + }, + "playlistLength": { + "enable": { + "label": "Mostra informazioni lunghezza lista riproduzioni", + "title": "Mostra la lunghezza totale della lista riproduzioni, quanto è stato guardato e quanto ne rimane." + }, + "settings": { + "wayToGetLength": { + "select": { + "label": "Metodo per ottenere la lunghezza della lista riproduzioni", + "title": "Il modo per ottenere informazioni sulla lunghezza della lista riproduzioni (il metodo API sarà ripiegato in HTML se si verificasse un errore)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Metodo per ottenere il tempo già riprodotto", + "options": { + "duration": "Durata del video", + "youtube": "Tempo in riproduzione" + }, + "title": "Il modo per ottenere la quantità di tempo guardato (tipo di lunghezza video usato solo nella pagina di riproduzione)" + } + } + }, + "title": "Impostazioni lunghezza lista riproduzioni" + }, + "playlistManagementButtons": { + "settings": { + "markAsUnwatchedButton": { + "enable": { + "label": "Marca come pulsante non visto", + "title": "Aggiunge un pulsante per marcare i video come non visti" + } + }, + "removeVideoButton": { + "enable": { + "label": "Rimuovi pulsante video", + "title": "Aggiunge un pulsante per rimuovere i video dalla lista riproduzioni" + } + } + }, + "title": "Impostazioni gestione scaletta" + }, + "screenshotButton": { + "enable": { + "label": "Pulsante Schermata", + "title": "Aggiunge un pulsante al riproduttore per catturare una schermata del video" + }, + "settings": { + "format": { + "label": "Formato schermata", + "title": "Il formato nel quale salvare la schermata" + }, + "saveAs": { + "select": { + "label": "Tipo salvataggio schermata", + "options": { + "both": "Entrambi (File e Appunti)", + "clipboard": "Appunti", + "file": "File" + }, + "title": "Il tipo di salvataggio della schermata" + } + } + }, + "title": "Impostazioni schermata" + }, + "scrollWheelSpeedControl": { + "enable": { + "label": "Controllo velocità con scorrimento rotellina", + "title": "Premi un tasto modificatore per abilitare la regolazione della velocità con la rotellina." + }, + "extras": { + "optionLabel": "Tasto {{KEY}}" + }, + "settings": { + "adjustmentSteps": { + "label": "Cambio velocità con scorrimento", + "title": "Regola il cambio di velocità tramite scorrimento" + }, + "modifierKey": { + "select": { + "label": "Tasto modificatore", + "title": "Il tasto modificatore da usare" + } + } + }, + "title": "Impostazioni controllo velocità con rotellina" + }, + "scrollWheelVolumeControl": { + "enable": { + "label": "Controllo volume con rotellina", + "title": "Permette di usare la rotellina di scorrimento per controllare il volume del video che stai guardando" + }, + "extras": { + "optionLabel": "Tasto {{KEY}}" + }, + "settings": { + "adjustmentSteps": { + "label": "Cambio volume con scorrimento", + "title": "Regola il cambio di volume tramite scorrimento" + }, + "holdModifierKey": { + "label": "Abilita tenendo premuto il tasto modificatore", + "select": { + "label": "Tasto modificatore", + "title": "Il tasto modificatore da usare" + }, + "title": "Premi un tasto modificatore per abilitare la regolazione del volume con la rotellina." + }, + "holdRightClick": { + "label": "Abilita tenendo premuto il tasto destro", + "title": "Tieni premuto il tasto destro per abilitare il controllo del volume con la rotellina" + } + }, + "title": "Impostazioni controllo volume con rotellina" + }, + "videoHistory": { + "enable": { + "label": "Traccia i video visti", + "title": "Tiene traccia di dove hai lasciato i video che stavi guardando e abilita la ripresa della riproduzione" + }, + "settings": { + "resumeType": { + "select": { + "label": "Tipo ripresa", + "options": { + "automatic": "Automatico", + "prompt": "Mostra" + }, + "title": "Seleziona come vuoi riprendere i video" + } + } + }, + "title": "Impostazioni cronologia video" + }, + "volumeBoost": { + "enable": { + "label": "Aumento volume", + "title": "Abilita aumento volume" + }, + "settings": { + "amount": { + "label": "Aumento volume (dB)", + "title": "La quantità da aggiungere al volume" + }, + "mode": { + "select": { + "label": "Modalità aumento volume", + "options": { + "global": "Globale", + "perVideo": "Per video" + }, + "title": "Scegli come l'aumento del volume è applicato. 'Per video' permette di abilitare la spinta per ogni video singolarmente nel menu' delle funzioni. 'Globale' applica la spinta a tutti i video quando l'amplificazione del volume è abilitata." + } + } + }, + "title": "Impostazioni aumento volume" + } + } + } +} From bb052d12f3a9324133ca134eef89fe04acb070fa Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 3 Feb 2026 15:32:07 -0500 Subject: [PATCH 1571/1783] New translations en-us.json (Korean) --- public/locales/ko-KR.json | 1648 +++++++++++++++++++------------------ 1 file changed, 826 insertions(+), 822 deletions(-) diff --git a/public/locales/ko-KR.json b/public/locales/ko-KR.json index d525d2b64..1ac0bed9c 100644 --- a/public/locales/ko-KR.json +++ b/public/locales/ko-KR.json @@ -1,823 +1,827 @@ { - "langCode": "ko-KR", - "langName": "한국어", - "messages": { - "resumingVideo": "영상을 {{VIDEO_TIME}} 부터 다시 재생합니다.", - "settingVolume": "볼륨 부스트를 {{VOLUME_BOOST_AMOUNT}} 로 설정합니다." - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "label": "현재 시간 주소 복사" - }, - "extras": { - "copied": "복사되었습니다." - } - }, - "featureMenu": { - "button": { - "label": "추가 기능" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "{{TIME}} 초 빨리 감기" - }, - "rewindButton": { - "label": "{{TIME}} 초 되감기" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "최종 화면 숨기기", - "toggle": { - "off": "최종 화면 보기", - "on": "최종 화면 숨기기" - } - } - }, - "loopButton": { - "button": { - "label": "연속 재생", - "toggle": { - "off": "연속 재생 끄기", - "on": "연속 재생 켜기" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "화면 크기에 맞추기", - "toggle": { - "off": "끄기", - "on": "켜기" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "스크립트 보기" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "재생 속도를 {{SPEED}} 로 변경" - }, - "increasePlaybackSpeedButton": { - "label": "재생 속도를 {{SPEED}} 로 변경" - } - }, - "extras": { - "decreaseLimit": "({{SPEED}}) 에서 더 줄일 수 없습니다.", - "increaseLimit": "({{SPEED}}) 에서 더 늘릴 수 없습니다." - } - }, - "playlistLength": { - "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." - }, - "playlistManagementButtons": { - "extras": { - "failedToMarkAsUnwatched": "Failed to mark video as unwatched", - "failedToRemoveVideo": "Failed to remove video", - "markAsUnwatched": "Mark as unwatched", - "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "Remove video", - "removingVideo": "Removing video…" - } - }, - "saveToWatchLaterButton": { - "extras": { - "failedToSaveVideo": "Failed to save video to Watch Later", - "saveVideo": "Save to Watch Later", - "savingVideo": "Saving to Watch Later…" - } - }, - "screenshotButton": { - "button": { - "label": "스크린샷" - }, - "extras": { - "copiedToClipboard": "현재 화면 클립보드에 복사" - } - }, - "videoHistory": { - "extras": { - "resumeButton": "이어서 시청하기", - "resumePromptClose": "닫기" - } - }, - "volumeBoostButton": { - "button": { - "label": "볼륨 부스트", - "toggle": { - "off": "볼륨 부스트 끄기", - "on": "볼륨 부스트 켜기" - } - } - } - } - }, - "options": { - "extras": { - "bottomButtons": { - "clear": { - "title": "확장과 관련된 데이터를 PC에서 모두 삭제합니다.", - "value": "데이터 삭제" - }, - "confirm": { - "title": "작업을 진행하려면 다시 누르세요", - "value": "확인" - }, - "openTab": { - "title": "새 탭에서 설정 열기" - }, - "reset": { - "title": "모든 설정을 기본값으로 변경합니다. 진행을 원하시면 확인을 누르세요", - "value": "초기화" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "현재 시간 주소 복사 버튼", - "decreasePlaybackSpeedButton": "속도 조절 버튼", - "forwardButton": "빨리 감기 버튼", - "hideEndScreenCardsButton": "최종 화면 숨기기", - "increasePlaybackSpeedButton": "속도 조절 버튼", - "loopButton": "연속 재생 버튼", - "maximizePlayerButton": "화면 크기에 맞추기 버튼", - "openTranscriptButton": "스크립트 보기 버튼", - "rewindButton": "되감기 버튼", - "screenshotButton": "스크린샷 버튼", - "volumeBoostButton": "볼륨 부스트 버튼" - }, - "options": { - "below_player": { - "placement": "플레이어 컨트롤 아래", - "value": "아래" - }, - "feature_menu": { - "placement": "추가 기능 버튼", - "value": "추가 기능" - }, - "player_controls_left": { - "placement": "플레이어 컨트롤의 왼쪽", - "value": "왼쪽" - }, - "player_controls_right": { - "placement": "플레이어 컨트롤의 오른쪽", - "value": "오른쪽" - } - }, - "title": "{{BUTTON_NAME}} 을 {{PLACEMENT}} 에 배치하세요" - }, - "title": "Button placement settings" - }, - "clearData": { - "allDataDeleted": "모든 데이터가 삭제되었습니다.", - "confirmAlert": "모든 데이터가 삭제됩니다. 진행할까요?" - }, - "featureMenu": { - "openType": { - "select": { - "label": "메뉴 활성화 방식", - "options": { - "click": "클릭 시", - "hover": "마우스 커서를 올릴 때" - }, - "title": "추가 기능 메뉴를 어떤 방식으로 열지 선택하세요" - }, - "title": "추가 기능 설정" - } - }, - "importExportSettings": { - "exportButton": { - "success": "설정을 성공적으로 내보냈습니다.", - "title": "설정 JSON로 내보내기", - "value": "설정 내보내기" - }, - "importButton": { - "error": { - "unknown": "설정 가져오기에 오류가 있습니다. 파일 형식을 확인하십시오.", - "validation": "설정 가져 오기에 오류가 있습니다. 파일 형식을 확인하십시오.\n{{ERROR_MESSAGE}}" - }, - "success": "설정 파일을 성공적으로 가져왔습니다.", - "title": "JSON 파일에서 설정 가져오기", - "value": "설정 가져오기" - } - }, - "language": { - "select": { - "label": "언어", - "title": "이곳에서 언어를 변경할 수 있습니다." - }, - "title": "언어" - }, - "optionDisabled": { - "either": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " or " - }, - "plural": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " and " - }, - "singular": "Enable '{{OPTION}}' to configure this option", - "specificOption": { - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" - } - }, - "scrollForMoreSettings": "Scroll for more settings", - "settingSearch": { - "placeholder": "설정 검색" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "You can get one from here", - "input": { - "label": "API Key", - "title": "Enter your Youtube Data API V3 key." - }, - "title": "YouTube API V3 key" - } - }, - "notifications": { - "error": { - "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "중복되는 키가 설정되어 있습니다.", - "volumeControl": "중복되는 키가 설정되어 있습니다." - } - } - }, - "info": { - "reset": "모든 옵션이 기본값으로 재설정되었습니다.\n이제 \"확인\" 버튼를 눌러 변경사항을 저장하거나 이 페이지를 닫아 변경사항을 취소할 수 있습니다." - }, - "success": { - "saved": "저장되었습니다." - } - } - } - }, - "settings": { - "sections": { - "customCSS": { - "enable": { - "label": "CSS 커스텀 활성화", - "title": "커스텀 CSS를 적용할 수 있습니다." - }, - "extras": { - "collapse": "편집기 축소", - "expand": "편집기 확대", - "noProblems": "발견된 문제가 없습니다." - }, - "title": "Custom CSS settings" - }, - "deepDarkCSS": { - "enable": { - "label": "선택한 테마 사용", - "title": "선택한 테마를 활성화합니다." - }, - "extras": { - "author": "개발자", - "co-authors": "도와주신분들" - }, - "settings": { - "colorShadow": { - "label": "그림자 색상", - "title": "그림자 색상" - }, - "dimmerText": { - "label": "보조 텍스트 색상", - "title": "보조 텍스트의 색상" - }, - "hoverBackground": { - "label": "마우스 커서를 올렸을 때 색상", - "title": "마우스 커서를 올렸을 때의 색상을 변경합니다." - }, - "mainBackground": { - "label": "메인 배경 색상", - "title": "메인 백그라운드 색상을 변경합니다." - }, - "mainColor": { - "label": "강조 색상", - "title": "강조할 색상을 선택하세요" - }, - "mainText": { - "label": "메인 텍스트 색상", - "title": "메인 텍스트 색상을 변경합니다." - }, - "secondBackground": { - "label": "보조 배경 색상", - "title": "보조 배경의 색상을 변경합니다." - }, - "theme": { - "select": { - "label": "테마 선택", - "title": "적용할 테마를 선택하세요" - } - } - }, - "title": "YouTube deep dark settings" - }, - "forwardRewindButtons": { - "enable": { - "label": "되감기/빨리 감기 버튼 사용", - "title": "플레이어에 되감기와 빨리 감기 버튼을 추가합니다." - }, - "settings": { - "time": { - "label": "되감기/빨리 감기 시간", - "title": "되감기/빨리 감기 시간" - } - }, - "title": "되감기/빨리 감기 버튼 설정" - }, - "miscellaneous": { - "settings": { - "automaticallyDisableAmbientMode": { - "enable": { - "label": "Automatically disable ambient mode", - "title": "Automatically disables ambient mode when you load a video" - } - }, - "automaticallyDisableAutoPlay": { - "enable": { - "label": "Automatically disable autoplay", - "title": "Automatically disables autoplay when you load a video" - } - }, - "automaticallyDisableClosedCaptions": { - "enable": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" - } - }, - "automaticallyEnableClosedCaptions": { - "enable": { - "label": "Automatically enable closed captions", - "title": "Automatically enables closed captions when you load a video" - } - }, - "automaticallyMaximizePlayer": { - "enable": { - "label": "Automatically maximize player", - "title": "Automatically maximizes the player when you load a video" - } - }, - "automaticallyShowMoreVideosOnEndScreen": { - "enable": { - "label": "Automatically show more videos on end screen", - "title": "Automatically shows more videos on end screen when you load a video" - } - }, - "automaticTheaterMode": { - "enable": { - "label": "자동 극장 모드", - "title": "동영상 재생 시 자동으로 극장 모드가 활성화 됩니다." - } - }, - "copyTimestampUrlButton": { - "enable": { - "label": "현재 시간 주소 복사 버튼", - "title": "현재 시간 주소 복사 (?t=123)" - } - }, - "defaultToOriginalAudioTrack": { - "enable": { - "label": "Default to original audio track", - "title": "Always default to the original audio track" - } - }, - "saveToWatchLaterButton": { - "enable": { - "label": "Enable save to Watch Later button", - "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" - } - }, - "hideArtificialIntelligenceSummary": { - "enable": { - "label": "Hide AI summary", - "title": "Hides the artificial intelligence summary below videos" - } - }, - "hideEndScreenCards": { - "enable": { - "label": "최종 화면 숨기기", - "title": "동영상 마지막에 등장하는 추천 동영상 카드들을 숨깁니다." - } - }, - "hideEndScreenCardsButton": { - "enable": { - "label": "최종 화면 숨기기 버튼", - "title": "동영상 마지막에 등장하는 추천 동영상 카드들을 숨기거나 표시합니다." - } - }, - "hideLiveStreamChat": { - "enable": { - "label": "실시간 채팅 숨기기", - "title": "실시간 채팅 레이아웃을 숨깁니다." - } - }, - "hideMembersOnlyVideos": { - "enable": { - "label": "Hide members-only videos", - "title": "Hides videos that are only visible to members" - } - }, - "hideOfficialArtistVideosFromHomePage": { - "enable": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" - } - }, - "hidePaidPromotionBanner": { - "enable": { - "label": "유료 광고 배너 숨기기", - "title": "유료 광고가 있는 동영상을 볼 때 나타나는 배너를 숨깁니다." - } - }, - "hidePlayables": { - "enable": { - "label": "Hide playables", - "title": "Hides all playables" - } - }, - "hidePlaylistRecommendationsFromHomePage": { - "enable": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" - } - }, - "hideScrollbar": { - "enable": { - "label": "스크롤바 숨기기", - "title": "스크롤바를 숨깁니다. 깔끔한 느낌을 받으시려면 키세요" - } - }, - "hideShorts": { - "enable": { - "label": "쇼츠 숨기기", - "title": "쇼츠 동영상들을 숨깁니다." - } - }, - "hideSidebarRecommendedVideos": { - "enable": { - "label": "Hide recommended videos", - "title": "Hides the sidebar that recommends videos" - } - }, - "hideTranslateComment": { - "enable": { - "label": "댓글 번역 버튼 숨기기", - "title": "댓글 아래에 표시되는 번역 버튼을 숨깁니다." - } - }, - "loopButton": { - "enable": { - "label": "연속 재생 버튼", - "title": "추가 기능 메뉴에 \"연속 재생\" 버튼을 추가합니다." - } - }, - "maximizePlayerButton": { - "enable": { - "label": "화면 크기에 맞추기 버튼", - "title": "추가 기능 메뉴에 \"화면 크기에 맞추기\" 버튼을 추가합니다." - } - }, - "openTranscriptButton": { - "enable": { - "label": "스크립트 보기 버튼", - "title": "추가 기능 메뉴에 \"스크립트 보기\" 버튼을 추가합니다." - } - }, - "openYouTubeSettingsOnHover": { - "enable": { - "label": "마우스 커서를 올려 유튜브 설정 열기", - "title": "설정 버튼 위로 마우스 커서를 올리면 유튜브 설정 메뉴를 엽니다." - } - }, - "pauseBackgroundPlayers": { - "enable": { - "label": "백그라운드 플레이어 일시 중지", - "title": "다른 탭에서 동영상을 재생할 때 이전 탭의 동영상 플레이어를 일시 중지합니다." - } - }, - "remainingTime": { - "enable": { - "label": "남은 시간 표시", - "title": "현재 동영상의 남은 시간을 표시합니다." - } - }, - "rememberVolume": { - "enable": { - "label": "마지막 볼륨 기억", - "title": "마지막으로 본 동영상의 볼륨이 다른 동영상에서도 유지됩니다." - } - }, - "removeRedirect": { - "enable": { - "label": "유튜브 / 리디렉션 URL 제거", - "title": "리디렉션 경고 대화를 건너뛰고 실제 URL로 유튜브 리디렉션을 대체합니다." - } - }, - "restoreFullscreenScrolling": { - "enable": { - "label": "Restore fullscreen scrolling", - "title": "Restores scrolling in fullscreen mode" - } - }, - "shareShortener": { - "enable": { - "label": "유튜브 동영상 공유 링크 짧게하기", - "title": "si/feature 매개 변수를 제거하여 유튜브 동영상 공유 링크를 단축(youtu.be)" - } - }, - "shortsAutoScroll": { - "enable": { - "label": "쇼츠 동영상 자동 스크롤", - "title": "재생이 완료되면 다음 쇼츠로 넘어갑니다." - } - }, - "skipContinueWatching": { - "enable": { - "label": "'동영상이 일시중지되었습니다. 이어서 시청하시겠어요?' 팝업 스킵", - "title": "'동영상이 일시중지되었습니다. 이어서 시청하시겠어요?' 팝업을 자동으로 스킵하여 끊김 없는 재생을 유지합니다." - } - } - }, - "title": "기타 설정" - }, - "onScreenDisplaySettings": { - "settings": { - "color": { - "label": "색상", - "select": { - "options": { - "blue": "블루", - "green": "그린", - "orange": "오렌지", - "pink": "핑크", - "purple": "퍼플", - "red": "레드", - "white": "화이트", - "yellow": "옐로우" - } - }, - "title": "화면에 속도 조절 등의 알림을 표시하는 텍스트 색상을 변경합니다." - }, - "hide": { - "label": "사라지는 시간", - "title": "온 스크린 디스플레이가 몇초 후에 사라지는지 설정합니다." - }, - "opacity": { - "label": "투명도", - "title": "온 스크린 디스플레이의 투명도 조절" - }, - "padding": { - "label": "여백", - "title": "온 스크린 디스플레이의 주변 여백을 픽셀 단위로 조절합니다." - }, - "position": { - "label": "위치", - "select": { - "options": { - "bottom_left": "왼쪽 아래", - "bottom_right": "오른쪽 아래", - "center": "가운데", - "top_left": "왼쪽 위", - "top_right": "오른쪽 위" - } - }, - "title": "온 스크린 디스플레이의 위치를 선택하세요" - }, - "type": { - "label": "유형", - "select": { - "options": { - "circle": "원형", - "line": "선", - "no_display": "표시 안 함", - "text": "텍스트" - } - }, - "title": "온 스크린 디스플레이가 어떻게 표시될지 선택합니다." - } - }, - "title": "On-screen display settings" - }, - "playerQuality": { - "enable": { - "label": "화질 설정", - "title": "영상의 화질이 자동으로 변경됩니다." - }, - "settings": { - "quality": { - "select": { - "label": "동영상 화질", - "title": "항상 선택한 화질로 동영상이 재생됩니다." - } - }, - "qualityFallbackStrategy": { - "select": { - "label": "화질 대체", - "options": { - "higher": "높음", - "lower": "낮음" - }, - "title": "선택한 화질을 사용할 수 없을 때 다음 방법을 사용합니다." - } - } - }, - "title": "동영상 화질 자동 변경" - }, - "playerSpeed": { - "enable": { - "label": "재생 속도 고정", - "title": "동영상 재생 속도를 아래에서 선택한 속도로 설정합니다." - }, - "settings": { - "buttons": { - "label": "재생 속도 버튼", - "select": { - "label": "재생 속도 버튼", - "title": "클릭당 변경되는 속도 단위" - }, - "title": "보고있는 동영상의 재생 속도를 변경하기 위한 버튼 추가" - }, - "speed": { - "select": { - "label": "플레이어 속도", - "title": "동영상의 속도를 변경합니다." - } - } - }, - "title": "재생 속도 설정" - }, - "playlistLength": { - "enable": { - "label": "Display playlist length information", - "title": "Shows the total length of the playlist, how much has been watched, and how much remains." - }, - "settings": { - "wayToGetLength": { - "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "Method to get watched time", - "options": { - "duration": "Video Length", - "youtube": "Video Watch Time" - }, - "title": "The way to get the amount of time watched (Video Length type only used on watch page)" - } - } - }, - "title": "Playlist length settings" - }, - "playlistManagementButtons": { - "settings": { - "markAsUnwatchedButton": { - "enable": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - } - }, - "removeVideoButton": { - "enable": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - } - } - }, - "title": "Playlist management settings" - }, - "screenshotButton": { - "enable": { - "label": "스크린샷 버튼", - "title": "현재 화면을 캡처하기 위한 스크린샷 버튼을 추가합니다." - }, - "settings": { - "format": { - "label": "캡처 방법", - "title": "스크린샷을 저장하는 방식" - }, - "saveAs": { - "select": { - "options": { - "both": "Both (File and Clipboard)", - "clipboard": "클립보드로 복사", - "file": "파일로 저장" - }, - "label": "스크린샷 저장 방식", - "title": "현재 화면을 클립보드에 복사, 파일로 저장 두 가지 옵션이 있습니다." - } - } - }, - "title": "스크린샷 설정" - }, - "scrollWheelSpeedControl": { - "enable": { - "label": "스크롤 휠로 속도 제어", - "title": "스크롤 휠을 사용해 속도를 조절하려면 이 옵션을 사용하세요" - }, - "extras": { - "optionLabel": "{{KEY}}" - }, - "settings": { - "adjustmentSteps": { - "label": "스크롤 당 속도 변경", - "title": "스크롤에 따라 속도가 조절됩니다." - }, - "modifierKey": { - "select": { - "label": "보조 키", - "title": "보조 키와 함께 사용해야 작동이 됩니다." - } - } - }, - "title": "스크롤 휠 속도 제어 설정" - }, - "scrollWheelVolumeControl": { - "enable": { - "label": "스크롤로 볼륨 조절", - "title": "스크롤 휠을 사용하여 보고 있는 동영상의 볼륨을 조절할 수 있습니다." - }, - "extras": { - "optionLabel": "{{KEY}}" - }, - "settings": { - "adjustmentSteps": { - "label": "스크롤 당 볼륨 조절", - "title": "스크롤에 따라 볼륨이 조절됩니다." - }, - "holdModifierKey": { - "label": "보조 키를 누를 때 활성화", - "select": { - "label": "보조 키", - "title": "보조 키와 함께 사용해야 작동합니다." - }, - "title": "보조 키와 함께 사용해야 작동합니다." - }, - "holdRightClick": { - "label": "마우스 오른쪽 버튼을 누른 상태에서 활성화", - "title": "우클릭 상태로 스크롤 하세요" - } - }, - "title": "스크롤 휠로 볼륨 조절 설정" - }, - "videoHistory": { - "enable": { - "label": "시청한 동영상 기억", - "title": "동영상의 중단된 위치를 기억하고 이어서 시청할 수 있습니다." - }, - "settings": { - "resumeType": { - "select": { - "label": "이어서 시청하기", - "options": { - "automatic": "자동", - "prompt": "팝업 클릭" - }, - "title": "이어서 시청하는 방법 선택" - } - } - }, - "title": "동영상 시청 기록 설정" - }, - "volumeBoost": { - "enable": { - "label": "볼륨 부스트", - "title": "볼륨 부스트 켜기" - }, - "settings": { - "amount": { - "label": "부피 부스트(dB)", - "title": "높을 수록 소리가 커집니다." - }, - "mode": { - "select": { - "label": "볼륨 부스트 적용 방법", - "options": { - "global": "전체", - "perVideo": "개별 동영상" - }, - "title": "볼륨 부스트 활성화 방법을 선택하십시오. '개별 동영상'을 사용하면 추가 기능 메뉴에서 각 비디오를 개별적으로 적용할 수 있습니다. 전체'를 선택하면 이 모든 동영상에 적용됩니다." - } - } - }, - "title": "볼륨 부스트 설정" - } - } - } -} \ No newline at end of file + "langCode": "ko-KR", + "langName": "한국어", + "messages": { + "resumingVideo": "영상을 {{VIDEO_TIME}} 부터 다시 재생합니다.", + "settingVolume": "볼륨 부스트를 {{VOLUME_BOOST_AMOUNT}} 로 설정합니다." + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "label": "현재 시간 주소 복사" + }, + "extras": { + "copied": "복사되었습니다." + } + }, + "featureMenu": { + "button": { + "label": "추가 기능" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "{{TIME}} 초 빨리 감기" + }, + "rewindButton": { + "label": "{{TIME}} 초 되감기" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "최종 화면 숨기기", + "toggle": { + "off": "최종 화면 보기", + "on": "최종 화면 숨기기" + } + } + }, + "loopButton": { + "button": { + "label": "연속 재생", + "toggle": { + "off": "연속 재생 끄기", + "on": "연속 재생 켜기" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "화면 크기에 맞추기", + "toggle": { + "off": "끄기", + "on": "켜기" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "스크립트 보기" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "재생 속도를 {{SPEED}} 로 변경" + }, + "increasePlaybackSpeedButton": { + "label": "재생 속도를 {{SPEED}} 로 변경" + } + }, + "extras": { + "decreaseLimit": "({{SPEED}}) 에서 더 줄일 수 없습니다.", + "increaseLimit": "({{SPEED}}) 에서 더 늘릴 수 없습니다." + } + }, + "playlistLength": { + "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + }, + "playlistManagementButtons": { + "extras": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + } + }, + "saveToWatchLaterButton": { + "extras": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + } + }, + "screenshotButton": { + "button": { + "label": "스크린샷" + }, + "extras": { + "copiedToClipboard": "현재 화면 클립보드에 복사" + } + }, + "videoHistory": { + "extras": { + "resumeButton": "이어서 시청하기", + "resumePromptClose": "닫기" + } + }, + "volumeBoostButton": { + "button": { + "label": "볼륨 부스트", + "toggle": { + "off": "볼륨 부스트 끄기", + "on": "볼륨 부스트 켜기" + } + } + } + } + }, + "options": { + "extras": { + "bottomButtons": { + "clear": { + "title": "확장과 관련된 데이터를 PC에서 모두 삭제합니다.", + "value": "데이터 삭제" + }, + "confirm": { + "title": "작업을 진행하려면 다시 누르세요", + "value": "확인" + }, + "openTab": { + "title": "새 탭에서 설정 열기" + }, + "reset": { + "title": "모든 설정을 기본값으로 변경합니다. 진행을 원하시면 확인을 누르세요", + "value": "초기화" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "현재 시간 주소 복사 버튼", + "decreasePlaybackSpeedButton": "속도 조절 버튼", + "forwardButton": "빨리 감기 버튼", + "hideEndScreenCardsButton": "최종 화면 숨기기", + "increasePlaybackSpeedButton": "속도 조절 버튼", + "loopButton": "연속 재생 버튼", + "maximizePlayerButton": "화면 크기에 맞추기 버튼", + "openTranscriptButton": "스크립트 보기 버튼", + "rewindButton": "되감기 버튼", + "screenshotButton": "스크린샷 버튼", + "volumeBoostButton": "볼륨 부스트 버튼" + }, + "options": { + "below_player": { + "placement": "플레이어 컨트롤 아래", + "value": "아래" + }, + "feature_menu": { + "placement": "추가 기능 버튼", + "value": "추가 기능" + }, + "player_controls_left": { + "placement": "플레이어 컨트롤의 왼쪽", + "value": "왼쪽" + }, + "player_controls_right": { + "placement": "플레이어 컨트롤의 오른쪽", + "value": "오른쪽" + } + }, + "title": "{{BUTTON_NAME}} 을 {{PLACEMENT}} 에 배치하세요" + }, + "title": "Button placement settings" + }, + "clearData": { + "allDataDeleted": "모든 데이터가 삭제되었습니다.", + "confirmAlert": "모든 데이터가 삭제됩니다. 진행할까요?" + }, + "featureMenu": { + "openType": { + "select": { + "label": "메뉴 활성화 방식", + "options": { + "click": "클릭 시", + "hover": "마우스 커서를 올릴 때" + }, + "title": "추가 기능 메뉴를 어떤 방식으로 열지 선택하세요" + }, + "title": "추가 기능 설정" + } + }, + "importExportSettings": { + "exportButton": { + "success": "설정을 성공적으로 내보냈습니다.", + "title": "설정 JSON로 내보내기", + "value": "설정 내보내기" + }, + "importButton": { + "error": { + "unknown": "설정 가져오기에 오류가 있습니다. 파일 형식을 확인하십시오.", + "validation": "설정 가져 오기에 오류가 있습니다. 파일 형식을 확인하십시오.\n{{ERROR_MESSAGE}}" + }, + "success": "설정 파일을 성공적으로 가져왔습니다.", + "title": "JSON 파일에서 설정 가져오기", + "value": "설정 가져오기" + } + }, + "language": { + "select": { + "label": "언어", + "title": "이곳에서 언어를 변경할 수 있습니다." + }, + "title": "언어" + }, + "openSettingsOnMajorOrMinorVersionChange": { + "label": "Open settings page on update", + "title": "Opens the settings page when a major or minor version of YouTube Enhancer is installed" + }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "scrollForMoreSettings": "Scroll for more settings", + "settingSearch": { + "placeholder": "설정 검색" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Key", + "title": "Enter your Youtube Data API V3 key." + }, + "title": "YouTube API V3 key" + } + }, + "notifications": { + "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "중복되는 키가 설정되어 있습니다.", + "volumeControl": "중복되는 키가 설정되어 있습니다." + } + } + }, + "info": { + "reset": "모든 옵션이 기본값으로 재설정되었습니다.\n이제 \"확인\" 버튼를 눌러 변경사항을 저장하거나 이 페이지를 닫아 변경사항을 취소할 수 있습니다." + }, + "success": { + "saved": "저장되었습니다." + } + } + } + }, + "settings": { + "sections": { + "customCSS": { + "enable": { + "label": "CSS 커스텀 활성화", + "title": "커스텀 CSS를 적용할 수 있습니다." + }, + "extras": { + "collapse": "편집기 축소", + "expand": "편집기 확대", + "noProblems": "발견된 문제가 없습니다." + }, + "title": "Custom CSS settings" + }, + "deepDarkCSS": { + "enable": { + "label": "선택한 테마 사용", + "title": "선택한 테마를 활성화합니다." + }, + "extras": { + "author": "개발자", + "co-authors": "도와주신분들" + }, + "settings": { + "colorShadow": { + "label": "그림자 색상", + "title": "그림자 색상" + }, + "dimmerText": { + "label": "보조 텍스트 색상", + "title": "보조 텍스트의 색상" + }, + "hoverBackground": { + "label": "마우스 커서를 올렸을 때 색상", + "title": "마우스 커서를 올렸을 때의 색상을 변경합니다." + }, + "mainBackground": { + "label": "메인 배경 색상", + "title": "메인 백그라운드 색상을 변경합니다." + }, + "mainColor": { + "label": "강조 색상", + "title": "강조할 색상을 선택하세요" + }, + "mainText": { + "label": "메인 텍스트 색상", + "title": "메인 텍스트 색상을 변경합니다." + }, + "secondBackground": { + "label": "보조 배경 색상", + "title": "보조 배경의 색상을 변경합니다." + }, + "theme": { + "select": { + "label": "테마 선택", + "title": "적용할 테마를 선택하세요" + } + } + }, + "title": "YouTube deep dark settings" + }, + "forwardRewindButtons": { + "enable": { + "label": "되감기/빨리 감기 버튼 사용", + "title": "플레이어에 되감기와 빨리 감기 버튼을 추가합니다." + }, + "settings": { + "time": { + "label": "되감기/빨리 감기 시간", + "title": "되감기/빨리 감기 시간" + } + }, + "title": "되감기/빨리 감기 버튼 설정" + }, + "miscellaneous": { + "settings": { + "automaticTheaterMode": { + "enable": { + "label": "자동 극장 모드", + "title": "동영상 재생 시 자동으로 극장 모드가 활성화 됩니다." + } + }, + "automaticallyDisableAmbientMode": { + "enable": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + } + }, + "automaticallyDisableAutoPlay": { + "enable": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + } + }, + "automaticallyDisableClosedCaptions": { + "enable": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + } + }, + "automaticallyEnableClosedCaptions": { + "enable": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + } + }, + "automaticallyMaximizePlayer": { + "enable": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + } + }, + "automaticallyShowMoreVideosOnEndScreen": { + "enable": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + } + }, + "copyTimestampUrlButton": { + "enable": { + "label": "현재 시간 주소 복사 버튼", + "title": "현재 시간 주소 복사 (?t=123)" + } + }, + "defaultToOriginalAudioTrack": { + "enable": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + } + }, + "hideArtificialIntelligenceSummary": { + "enable": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + } + }, + "hideEndScreenCards": { + "enable": { + "label": "최종 화면 숨기기", + "title": "동영상 마지막에 등장하는 추천 동영상 카드들을 숨깁니다." + } + }, + "hideEndScreenCardsButton": { + "enable": { + "label": "최종 화면 숨기기 버튼", + "title": "동영상 마지막에 등장하는 추천 동영상 카드들을 숨기거나 표시합니다." + } + }, + "hideLiveStreamChat": { + "enable": { + "label": "실시간 채팅 숨기기", + "title": "실시간 채팅 레이아웃을 숨깁니다." + } + }, + "hideMembersOnlyVideos": { + "enable": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + } + }, + "hideOfficialArtistVideosFromHomePage": { + "enable": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + } + }, + "hidePaidPromotionBanner": { + "enable": { + "label": "유료 광고 배너 숨기기", + "title": "유료 광고가 있는 동영상을 볼 때 나타나는 배너를 숨깁니다." + } + }, + "hidePlayables": { + "enable": { + "label": "Hide playables", + "title": "Hides all playables" + } + }, + "hidePlaylistRecommendationsFromHomePage": { + "enable": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + } + }, + "hideScrollbar": { + "enable": { + "label": "스크롤바 숨기기", + "title": "스크롤바를 숨깁니다. 깔끔한 느낌을 받으시려면 키세요" + } + }, + "hideShorts": { + "enable": { + "label": "쇼츠 숨기기", + "title": "쇼츠 동영상들을 숨깁니다." + } + }, + "hideSidebarRecommendedVideos": { + "enable": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + } + }, + "hideTranslateComment": { + "enable": { + "label": "댓글 번역 버튼 숨기기", + "title": "댓글 아래에 표시되는 번역 버튼을 숨깁니다." + } + }, + "loopButton": { + "enable": { + "label": "연속 재생 버튼", + "title": "추가 기능 메뉴에 \"연속 재생\" 버튼을 추가합니다." + } + }, + "maximizePlayerButton": { + "enable": { + "label": "화면 크기에 맞추기 버튼", + "title": "추가 기능 메뉴에 \"화면 크기에 맞추기\" 버튼을 추가합니다." + } + }, + "openTranscriptButton": { + "enable": { + "label": "스크립트 보기 버튼", + "title": "추가 기능 메뉴에 \"스크립트 보기\" 버튼을 추가합니다." + } + }, + "openYouTubeSettingsOnHover": { + "enable": { + "label": "마우스 커서를 올려 유튜브 설정 열기", + "title": "설정 버튼 위로 마우스 커서를 올리면 유튜브 설정 메뉴를 엽니다." + } + }, + "pauseBackgroundPlayers": { + "enable": { + "label": "백그라운드 플레이어 일시 중지", + "title": "다른 탭에서 동영상을 재생할 때 이전 탭의 동영상 플레이어를 일시 중지합니다." + } + }, + "remainingTime": { + "enable": { + "label": "남은 시간 표시", + "title": "현재 동영상의 남은 시간을 표시합니다." + } + }, + "rememberVolume": { + "enable": { + "label": "마지막 볼륨 기억", + "title": "마지막으로 본 동영상의 볼륨이 다른 동영상에서도 유지됩니다." + } + }, + "removeRedirect": { + "enable": { + "label": "유튜브 / 리디렉션 URL 제거", + "title": "리디렉션 경고 대화를 건너뛰고 실제 URL로 유튜브 리디렉션을 대체합니다." + } + }, + "restoreFullscreenScrolling": { + "enable": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + } + }, + "saveToWatchLaterButton": { + "enable": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + } + }, + "shareShortener": { + "enable": { + "label": "유튜브 동영상 공유 링크 짧게하기", + "title": "si/feature 매개 변수를 제거하여 유튜브 동영상 공유 링크를 단축(youtu.be)" + } + }, + "shortsAutoScroll": { + "enable": { + "label": "쇼츠 동영상 자동 스크롤", + "title": "재생이 완료되면 다음 쇼츠로 넘어갑니다." + } + }, + "skipContinueWatching": { + "enable": { + "label": "'동영상이 일시중지되었습니다. 이어서 시청하시겠어요?' 팝업 스킵", + "title": "'동영상이 일시중지되었습니다. 이어서 시청하시겠어요?' 팝업을 자동으로 스킵하여 끊김 없는 재생을 유지합니다." + } + } + }, + "title": "기타 설정" + }, + "onScreenDisplaySettings": { + "settings": { + "color": { + "label": "색상", + "select": { + "options": { + "blue": "블루", + "green": "그린", + "orange": "오렌지", + "pink": "핑크", + "purple": "퍼플", + "red": "레드", + "white": "화이트", + "yellow": "옐로우" + } + }, + "title": "화면에 속도 조절 등의 알림을 표시하는 텍스트 색상을 변경합니다." + }, + "hide": { + "label": "사라지는 시간", + "title": "온 스크린 디스플레이가 몇초 후에 사라지는지 설정합니다." + }, + "opacity": { + "label": "투명도", + "title": "온 스크린 디스플레이의 투명도 조절" + }, + "padding": { + "label": "여백", + "title": "온 스크린 디스플레이의 주변 여백을 픽셀 단위로 조절합니다." + }, + "position": { + "label": "위치", + "select": { + "options": { + "bottom_left": "왼쪽 아래", + "bottom_right": "오른쪽 아래", + "center": "가운데", + "top_left": "왼쪽 위", + "top_right": "오른쪽 위" + } + }, + "title": "온 스크린 디스플레이의 위치를 선택하세요" + }, + "type": { + "label": "유형", + "select": { + "options": { + "circle": "원형", + "line": "선", + "no_display": "표시 안 함", + "text": "텍스트" + } + }, + "title": "온 스크린 디스플레이가 어떻게 표시될지 선택합니다." + } + }, + "title": "On-screen display settings" + }, + "playerQuality": { + "enable": { + "label": "화질 설정", + "title": "영상의 화질이 자동으로 변경됩니다." + }, + "settings": { + "quality": { + "select": { + "label": "동영상 화질", + "title": "항상 선택한 화질로 동영상이 재생됩니다." + } + }, + "qualityFallbackStrategy": { + "select": { + "label": "화질 대체", + "options": { + "higher": "높음", + "lower": "낮음" + }, + "title": "선택한 화질을 사용할 수 없을 때 다음 방법을 사용합니다." + } + } + }, + "title": "동영상 화질 자동 변경" + }, + "playerSpeed": { + "enable": { + "label": "재생 속도 고정", + "title": "동영상 재생 속도를 아래에서 선택한 속도로 설정합니다." + }, + "settings": { + "buttons": { + "label": "재생 속도 버튼", + "select": { + "label": "재생 속도 버튼", + "title": "클릭당 변경되는 속도 단위" + }, + "title": "보고있는 동영상의 재생 속도를 변경하기 위한 버튼 추가" + }, + "speed": { + "select": { + "label": "플레이어 속도", + "title": "동영상의 속도를 변경합니다." + } + } + }, + "title": "재생 속도 설정" + }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + }, + "settings": { + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } + } + }, + "title": "Playlist length settings" + }, + "playlistManagementButtons": { + "settings": { + "markAsUnwatchedButton": { + "enable": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + } + }, + "removeVideoButton": { + "enable": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + } + }, + "title": "Playlist management settings" + }, + "screenshotButton": { + "enable": { + "label": "스크린샷 버튼", + "title": "현재 화면을 캡처하기 위한 스크린샷 버튼을 추가합니다." + }, + "settings": { + "format": { + "label": "캡처 방법", + "title": "스크린샷을 저장하는 방식" + }, + "saveAs": { + "select": { + "label": "스크린샷 저장 방식", + "options": { + "both": "Both (File and Clipboard)", + "clipboard": "클립보드로 복사", + "file": "파일로 저장" + }, + "title": "현재 화면을 클립보드에 복사, 파일로 저장 두 가지 옵션이 있습니다." + } + } + }, + "title": "스크린샷 설정" + }, + "scrollWheelSpeedControl": { + "enable": { + "label": "스크롤 휠로 속도 제어", + "title": "스크롤 휠을 사용해 속도를 조절하려면 이 옵션을 사용하세요" + }, + "extras": { + "optionLabel": "{{KEY}}" + }, + "settings": { + "adjustmentSteps": { + "label": "스크롤 당 속도 변경", + "title": "스크롤에 따라 속도가 조절됩니다." + }, + "modifierKey": { + "select": { + "label": "보조 키", + "title": "보조 키와 함께 사용해야 작동이 됩니다." + } + } + }, + "title": "스크롤 휠 속도 제어 설정" + }, + "scrollWheelVolumeControl": { + "enable": { + "label": "스크롤로 볼륨 조절", + "title": "스크롤 휠을 사용하여 보고 있는 동영상의 볼륨을 조절할 수 있습니다." + }, + "extras": { + "optionLabel": "{{KEY}}" + }, + "settings": { + "adjustmentSteps": { + "label": "스크롤 당 볼륨 조절", + "title": "스크롤에 따라 볼륨이 조절됩니다." + }, + "holdModifierKey": { + "label": "보조 키를 누를 때 활성화", + "select": { + "label": "보조 키", + "title": "보조 키와 함께 사용해야 작동합니다." + }, + "title": "보조 키와 함께 사용해야 작동합니다." + }, + "holdRightClick": { + "label": "마우스 오른쪽 버튼을 누른 상태에서 활성화", + "title": "우클릭 상태로 스크롤 하세요" + } + }, + "title": "스크롤 휠로 볼륨 조절 설정" + }, + "videoHistory": { + "enable": { + "label": "시청한 동영상 기억", + "title": "동영상의 중단된 위치를 기억하고 이어서 시청할 수 있습니다." + }, + "settings": { + "resumeType": { + "select": { + "label": "이어서 시청하기", + "options": { + "automatic": "자동", + "prompt": "팝업 클릭" + }, + "title": "이어서 시청하는 방법 선택" + } + } + }, + "title": "동영상 시청 기록 설정" + }, + "volumeBoost": { + "enable": { + "label": "볼륨 부스트", + "title": "볼륨 부스트 켜기" + }, + "settings": { + "amount": { + "label": "부피 부스트(dB)", + "title": "높을 수록 소리가 커집니다." + }, + "mode": { + "select": { + "label": "볼륨 부스트 적용 방법", + "options": { + "global": "전체", + "perVideo": "개별 동영상" + }, + "title": "볼륨 부스트 활성화 방법을 선택하십시오. '개별 동영상'을 사용하면 추가 기능 메뉴에서 각 비디오를 개별적으로 적용할 수 있습니다. 전체'를 선택하면 이 모든 동영상에 적용됩니다." + } + } + }, + "title": "볼륨 부스트 설정" + } + } + } +} From 710b53372d8617b66b264301b6a03068a18b768a Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 3 Feb 2026 15:32:08 -0500 Subject: [PATCH 1572/1783] New translations en-us.json (Dutch) --- public/locales/nl-NL.json | 1648 +++++++++++++++++++------------------ 1 file changed, 826 insertions(+), 822 deletions(-) diff --git a/public/locales/nl-NL.json b/public/locales/nl-NL.json index 8e66b294e..01c518e6b 100644 --- a/public/locales/nl-NL.json +++ b/public/locales/nl-NL.json @@ -1,823 +1,827 @@ { - "langCode": "nl-NL", - "langName": "Nederlands(Nederland)", - "messages": { - "resumingVideo": "Video hervatten bij {{VIDEO_TIME}}", - "settingVolume": "Volume boost instellen op {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "label": "Kopieer video URL met tijdstempel" - }, - "extras": { - "copied": "Gekopieerd!" - } - }, - "featureMenu": { - "button": { - "label": "Functies menu" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "{{TIME}} doorspoelen" - }, - "rewindButton": { - "label": "{{TIME}} terugspoelen" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "Eindscherm elementen verbergen", - "toggle": { - "off": "Eindscherm elementen tonen", - "on": "Eindscherm elementen verbergen" - } - } - }, - "loopButton": { - "button": { - "label": "Loop", - "toggle": { - "off": "Loop uit", - "on": "Loop aan" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "Maximaliseren", - "toggle": { - "off": "Maximaliseren uit", - "on": "Maximaliseren aan" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Open ondertitels" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Verlaag de afspeelsnelheid naar {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Verhoog de afspeelsnelheid naar {{SPEED}}" - } - }, - "extras": { - "decreaseLimit": "Kan de snelheid niet langer verlagen ({{SPEED}})", - "increaseLimit": "Kan de snelheid niet langer verhogen ({{SPEED}})" - } - }, - "playlistLength": { - "title": "De totale lengte kan inaccuraat zijn als enkele video's verborgen zijn of als je niet genoeg video's hebt ingeladen om de totale lengte te krijgen." - }, - "playlistManagementButtons": { - "extras": { - "failedToMarkAsUnwatched": "Failed to mark video as unwatched", - "failedToRemoveVideo": "Failed to remove video", - "markAsUnwatched": "Mark as unwatched", - "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "Remove video", - "removingVideo": "Removing video…" - } - }, - "saveToWatchLaterButton": { - "extras": { - "failedToSaveVideo": "Failed to save video to Watch Later", - "saveVideo": "Save to Watch Later", - "savingVideo": "Saving to Watch Later…" - } - }, - "screenshotButton": { - "button": { - "label": "Schermafbeelding" - }, - "extras": { - "copiedToClipboard": "Schermafbeelding gekopieerd naar het klembord" - } - }, - "videoHistory": { - "extras": { - "resumeButton": "Hervatten", - "resumePromptClose": "Sluiten" - } - }, - "volumeBoostButton": { - "button": { - "label": "Volume boost", - "toggle": { - "off": "Volume boost uit", - "on": "Volume boost aan" - } - } - } - } - }, - "options": { - "extras": { - "bottomButtons": { - "clear": { - "title": "Wist alle gegevens die de extensie op uw machine heeft gezet", - "value": "Gegevens wissen" - }, - "confirm": { - "title": "Opnieuw instellen bevestigen", - "value": "Bevestig" - }, - "openTab": { - "title": "Open extensie instellingen in een nieuw tabblad" - }, - "reset": { - "title": "Reset alle instellingen naar hun standaardwaarden, klik op de \"Bevestig\" knop om wijzigingen op te slaan", - "value": "Reset" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "Kopieer video URL met tijdstempel knop", - "decreasePlaybackSpeedButton": "Verlaag snelheidsknop", - "forwardButton": "Doorspoelknop", - "hideEndScreenCardsButton": "Verberg eindschermelementen knop", - "increasePlaybackSpeedButton": "Verhoog snelheid knop", - "loopButton": "Loop knop", - "maximizePlayerButton": "Maximaliseer knop", - "openTranscriptButton": "Open ondertitels knop", - "rewindButton": "Terugspoelknop", - "screenshotButton": "Schermafbeelding knop", - "volumeBoostButton": "Volume boost knop" - }, - "options": { - "below_player": { - "placement": "onder de speler instellingen", - "value": "Onder speler" - }, - "feature_menu": { - "placement": "in het feature menu", - "value": "Feature menu" - }, - "player_controls_left": { - "placement": "aan de linkerkant van de spelerinstellingen", - "value": "Linker Besturing" - }, - "player_controls_right": { - "placement": "aan de rechterkant van de spelerinstellingen", - "value": "Rechter Bediening" - } - }, - "title": "Plaats de {{BUTTON_NAME}} {{PLACEMENT}}" - }, - "title": "Button placement settings" - }, - "clearData": { - "allDataDeleted": "Alle data werd verwijderd.", - "confirmAlert": "Dit zal alle extensie data gerelateerd aan de opties verwijderen. Wil je verdergaan?" - }, - "featureMenu": { - "openType": { - "select": { - "label": "Menu Activatie Type", - "options": { - "click": "Klik", - "hover": "Hang erboven met de muis" - }, - "title": "Selecteer de methode om het feature menu te activeren" - }, - "title": "Feature menu instellingen" - } - }, - "importExportSettings": { - "exportButton": { - "success": "Instellingen succesvol geëxporteerd", - "title": "Instellingen exporteren naar een JSON-bestand", - "value": "Instellingen exporteren" - }, - "importButton": { - "error": { - "unknown": "Fout bij het importeren van instellingen. Kijk alstublieft het bestandsformaat na.\nEen onbekende fout is opgetreden.", - "validation": "Fout bij het importeren van instellingen. Kijk alstublieft het bestandsformaat na.\n{{ERROR_MESSAGE}}" - }, - "success": "Instellingen succesvol geïmporteerd", - "title": "Instellingen importeren uit een JSON-bestand", - "value": "Instellingen Importeren" - } - }, - "language": { - "select": { - "label": "Taal", - "title": "De taal voor de extensie" - }, - "title": "Taal" - }, - "optionDisabled": { - "either": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " or " - }, - "plural": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " and " - }, - "singular": "Enable '{{OPTION}}' to configure this option", - "specificOption": { - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" - } - }, - "scrollForMoreSettings": "Scroll for more settings", - "settingSearch": { - "placeholder": "Zoek naar instellingen" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "Je kan één gier verkrijgen", - "input": { - "label": "API sleutel", - "title": "Voer uw Youtube Data API V3 sleutel in." - }, - "title": "YouTube API V3 key" - } - }, - "notifications": { - "error": { - "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "De snelheid van de scrollwiel snelheid controleknop kan niet dezelfde zijn als de scrollwiel volume controleknop.", - "volumeControl": "De scrollwiel volume controleknop kan niet dezelfde zijn als de scrollwiel snelheid controleknop." - } - } - }, - "info": { - "reset": "Alle opties zijn teruggezet op hun standaardwaarden. Je kan je veranderingen opslaan door op de \"Bevestig\" knop te drukken of ze negeren door deze pagina te sluiten of deze melding te negeren." - }, - "success": { - "saved": "Opties opgeslagen." - } - } - } - }, - "settings": { - "sections": { - "customCSS": { - "enable": { - "label": "Aangepaste CSS inschakelen", - "title": "Maakt het mogelijk aangepaste CSS toe te passen op de pagina" - }, - "extras": { - "collapse": "Verberg Editor", - "expand": "Toon Editor", - "noProblems": "Geen problemen gevonden." - }, - "title": "Custom CSS settings" - }, - "deepDarkCSS": { - "enable": { - "label": "Geselecteerd thema inschakelen", - "title": "Het geselecteerde thema voor de pagina inschakelen" - }, - "extras": { - "author": "Auteur", - "co-authors": "Co-auteurs" - }, - "settings": { - "colorShadow": { - "label": "Schaduw kleur", - "title": "Kleur voor de schaduw" - }, - "dimmerText": { - "label": "Secondaire tekstkleur", - "title": "Kleur voor de secondaire tekst" - }, - "hoverBackground": { - "label": "Achtergrondkleur zweven met de muis", - "title": "Kleur voor zweven achtergrond" - }, - "mainBackground": { - "label": "Hoofd achtergrondkleur", - "title": "Kleur voor de hoofdachtergrond" - }, - "mainColor": { - "label": "Accent kleur", - "title": "Kleur voor accentueren" - }, - "mainText": { - "label": "Hoofd tekstkleur", - "title": "Kleur voor de hoofdtekst" - }, - "secondBackground": { - "label": "Secondaire achtergrondkleur", - "title": "Kleur voor de secondaire achtergrond" - }, - "theme": { - "select": { - "label": "Select theme", - "title": "Select a theme to be applied to the page" - } - } - }, - "title": "YouTube deep dark settings" - }, - "forwardRewindButtons": { - "enable": { - "label": "Schakel doorspoelen/terugspoelen knoppen in", - "title": "Voegt doorspoelen en terugspoelen knoppen toe aan de videospeler" - }, - "settings": { - "time": { - "label": "Tijd door/terugspoelen", - "title": "Het aantal tijd waarmee je de video doorspoelt / terugspoelt" - } - }, - "title": "Doorspoel/terugspoel knop instellingen" - }, - "miscellaneous": { - "settings": { - "automaticallyDisableAmbientMode": { - "enable": { - "label": "Automatisch uitschakelen omgevingsmodus", - "title": "Schakel de omgevingsmodus automatisch uit bij het laden van een video" - } - }, - "automaticallyDisableAutoPlay": { - "enable": { - "label": "Automatically disable autoplay", - "title": "Automatically disables autoplay when you load a video" - } - }, - "automaticallyDisableClosedCaptions": { - "enable": { - "label": "Automatisch ondertiteling uitschakelen", - "title": "Automatisch ondertiteling uitzetten wanneer je een video inlaadt" - } - }, - "automaticallyEnableClosedCaptions": { - "enable": { - "label": "Automatically enable closed captions", - "title": "Automatically enables closed captions when you load a video" - } - }, - "automaticallyMaximizePlayer": { - "enable": { - "label": "Automatically maximize player", - "title": "Automatically maximizes the player when you load a video" - } - }, - "automaticallyShowMoreVideosOnEndScreen": { - "enable": { - "label": "Automatically show more videos on end screen", - "title": "Automatically shows more videos on end screen when you load a video" - } - }, - "automaticTheaterMode": { - "enable": { - "label": "Automatisch theatermodus", - "title": "Zet de video automatisch in theatermodus wanneer je deze inlaadt" - } - }, - "copyTimestampUrlButton": { - "enable": { - "label": "Kopieer video URL met tijdstempel knop", - "title": "Kopieer video URL met tijdstempel (?t=123)" - } - }, - "defaultToOriginalAudioTrack": { - "enable": { - "label": "Default to original audio track", - "title": "Always default to the original audio track" - } - }, - "saveToWatchLaterButton": { - "enable": { - "label": "Enable save to Watch Later button", - "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" - } - }, - "hideArtificialIntelligenceSummary": { - "enable": { - "label": "Hide AI summary", - "title": "Hides the artificial intelligence summary below videos" - } - }, - "hideEndScreenCards": { - "enable": { - "label": "Eindscherm elementen verbergen", - "title": "Maakt de elementen aan het eind van een video onzichtbaar" - } - }, - "hideEndScreenCardsButton": { - "enable": { - "label": "Eindscherm elementen verbergen knop", - "title": "Voegt een knop toe die de eindscherm elementen toont/verbergt" - } - }, - "hideLiveStreamChat": { - "enable": { - "label": "Livestream chat verbergen", - "title": "Verbergt de livestream chat" - } - }, - "hideMembersOnlyVideos": { - "enable": { - "label": "Hide members-only videos", - "title": "Hides videos that are only visible to members" - } - }, - "hideOfficialArtistVideosFromHomePage": { - "enable": { - "label": "Verberg Officiële Artiest Video's", - "title": "Verberg Officiële Artiest Video's op de homepagina" - } - }, - "hidePaidPromotionBanner": { - "enable": { - "label": "Verberg betaalde promotie banner", - "title": "Verbergt de banner die verschijnt wanneer je een video bekijkt die een betaalde promotie heeft" - } - }, - "hidePlayables": { - "enable": { - "label": "Hide playables", - "title": "Hides all playables" - } - }, - "hidePlaylistRecommendationsFromHomePage": { - "enable": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" - } - }, - "hideScrollbar": { - "enable": { - "label": "Verberg scrollbar", - "title": "Verbergt de scrollbar op de pagina" - } - }, - "hideShorts": { - "enable": { - "label": "Shorts verbergen", - "title": "Verbergt alle shorts" - } - }, - "hideSidebarRecommendedVideos": { - "enable": { - "label": "Hide recommended videos", - "title": "Hides the sidebar that recommends videos" - } - }, - "hideTranslateComment": { - "enable": { - "label": "Verberg vertaal reactie knop", - "title": "Verbergt \"Vertaal naar Taal\" knop onder reacties" - } - }, - "loopButton": { - "enable": { - "label": "Loop knop", - "title": "Voegt een knop toe aan het feature menu om de huidige video te loopen" - } - }, - "maximizePlayerButton": { - "enable": { - "label": "Maximaliseer speler knop", - "title": "Voegt een knop toe aan het feature menu die de speler maximaliseert" - } - }, - "openTranscriptButton": { - "enable": { - "label": "Open ondertitels knop", - "title": "Voegt een knop toe aan het feature menu die het transcript van de huidige video opent" - } - }, - "openYouTubeSettingsOnHover": { - "enable": { - "label": "Open youtube instellingen bij overgang met de muis", - "title": "Opent YouTube instellingen wanner je met je muis over de instellingen knop gaat" - } - }, - "pauseBackgroundPlayers": { - "enable": { - "label": "Achtergrondafspelers pauzeren", - "title": "Pauzeert videospelers in achtergrond tabbladen wanneer je een nieuwe videospeler start op een voorgrond tabblad" - } - }, - "remainingTime": { - "enable": { - "label": "Resterende tijd", - "title": "Toont de resterende tijd van de huidige video" - } - }, - "rememberVolume": { - "enable": { - "label": "Onthoud vorig volume", - "title": "Onthoudt het volume van de vorige video en stelt het in op een nieuwe video" - } - }, - "removeRedirect": { - "enable": { - "label": "Verwijdert YouTube /redirect URLs", - "title": "Vervangt YouTube doorverwijzing door echte URLs die de doorverwijzing waarschuwing niet geven" - } - }, - "restoreFullscreenScrolling": { - "enable": { - "label": "Restore fullscreen scrolling", - "title": "Restores scrolling in fullscreen mode" - } - }, - "shareShortener": { - "enable": { - "label": "Maak Youtube deel links korter", - "title": "Maakt YouTube video deel links (youtu.be) korter door si en andere feature parameters af te knippen" - } - }, - "shortsAutoScroll": { - "enable": { - "label": "Shorts autoscroll", - "title": "Scrollt automatisch naar de volgende short" - } - }, - "skipContinueWatching": { - "enable": { - "label": "Sla \"video is gepauzeerd. Hervatten?\" over", - "title": "Slaat het afwezig dialoog die het afspelen pauzeert over" - } - } - }, - "title": "Overige instellingen" - }, - "onScreenDisplaySettings": { - "settings": { - "color": { - "label": "Kleur", - "select": { - "options": { - "blue": "Blauw", - "green": "Groen", - "orange": "Oranje", - "pink": "Roze", - "purple": "Paars", - "red": "Rood", - "white": "Wit", - "yellow": "Geel" - } - }, - "title": "Selecteer de kleur voor de schermweergave" - }, - "hide": { - "label": "Vertraging verbergen", - "title": "Specifieer de tijd, in milliseconden, voordat de schermweergave automatisch wordt verborgen" - }, - "opacity": { - "label": "Transparantie", - "title": "Transparantie van de schermweergave aanpassen" - }, - "padding": { - "label": "Padding", - "title": "Het aantal pixels rond de schermweergave aanpassen. Dit geldt specifiek voor de hoek schermweergave." - }, - "position": { - "label": "Positie", - "select": { - "options": { - "bottom_left": "Linksonder", - "bottom_right": "Rechtsonder", - "center": "Gecentreerd", - "top_left": "Linksboven", - "top_right": "Rechtsboven" - } - }, - "title": "Selecteer de positie voor de schermweergave" - }, - "type": { - "label": "Type", - "select": { - "options": { - "circle": "Cirkel", - "line": "Lijn", - "no_display": "Geen weergave", - "text": "Tekst" - } - }, - "title": "Selecteer het type van de schermweergave" - } - }, - "title": "On-screen display settings" - }, - "playerQuality": { - "enable": { - "label": "Automatische kwaliteitsaanpassing", - "title": "Past automatisch de videokwaliteit aan naar het geselecteerde niveau." - }, - "settings": { - "quality": { - "select": { - "label": "Afspeelkwaliteit", - "title": "De kwaliteit waarop je de video zet" - } - }, - "qualityFallbackStrategy": { - "select": { - "label": "Kwaliteitsterugvalstrategie", - "options": { - "higher": "Hoger", - "lower": "Lager" - }, - "title": "De strategie die gebruikt wordt wanneer de geselecteerde kwaliteit niet beschikbaar is" - } - } - }, - "title": "Automatische kwaliteitsinstellingen" - }, - "playerSpeed": { - "enable": { - "label": "Geforceerde afspeelsnelheid", - "title": "Stelt de snelheid van de video in op wat u hieronder kiest" - }, - "settings": { - "buttons": { - "label": "Afspeelsnelheid knoppen", - "select": { - "label": "Snelheid afspeelsnelheid knoppen", - "title": "Hoeveelheid snelheid die gewijzigd wordt per klik" - }, - "title": "Voegt knoppen toe die de afspeelsnelheid van de huidige video verhoogt of verlaagt" - }, - "speed": { - "select": { - "label": "Snelheid videospeler", - "title": "De snelheid waarop je de video zet" - } - } - }, - "title": "Afspeelsnelheid instellingen" - }, - "playlistLength": { - "enable": { - "label": "Geef afspeellijst lengte informatie weer", - "title": "Toont de totale lengte van de afspeellijst, hoeveel bekeken is, en hoeveel er over schiet." - }, - "settings": { - "wayToGetLength": { - "select": { - "label": "Methode om afspeellijst lengte te verkrijgen", - "title": "De manier waarop de afspeellijst informatie (API methode zal terugvallen op HTML als een fout optreedt)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "Methode om kijktijd te verkrijgen", - "options": { - "duration": "Videolengte", - "youtube": "Video kijktijd" - }, - "title": "De manier waarop je de hoeveelheid kijktijd verkrijgt (video lengtetype enkel gebruikt op kijk pagina)" - } - } - }, - "title": "Afspeellijst lengte instellingen" - }, - "playlistManagementButtons": { - "settings": { - "markAsUnwatchedButton": { - "enable": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - } - }, - "removeVideoButton": { - "enable": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - } - } - }, - "title": "Playlist management settings" - }, - "screenshotButton": { - "enable": { - "label": "Schermafbeelding knop", - "title": "Voegt een knop aan de speler toe om een schermafbeelding van de video te nemen" - }, - "settings": { - "format": { - "label": "Schermafbeelding formaat", - "title": "Het formaat waarin je de schermafbeelding opslaat" - }, - "saveAs": { - "select": { - "options": { - "both": "Both (File and Clipboard)", - "clipboard": "Klembord", - "file": "Bestand" - }, - "label": "Schermafbeelding opslaantype", - "title": "Het type van de opgeslagen schermafbeelding" - } - } - }, - "title": "Schermafbeelding instellingen" - }, - "scrollWheelSpeedControl": { - "enable": { - "label": "Scrollwiel snelheidscontrole", - "title": "Klik op een aanpassingsknop om snelheidsverandering met het scrollwiel aan te zetten." - }, - "extras": { - "optionLabel": "{{KEY}} sleutel" - }, - "settings": { - "adjustmentSteps": { - "label": "Snelheidsverandering per scroll", - "title": "Wijzig de snelheidsverandering per scroll" - }, - "modifierKey": { - "select": { - "label": "Aanpassing knop", - "title": "De aanpassing knop om te gebruiken" - } - } - }, - "title": "Scrollwiel snelheidscontrole instellingen" - }, - "scrollWheelVolumeControl": { - "enable": { - "label": "Scrollwiel volumecontrole", - "title": "Laat toe om het scrollwiel te gebruiken om het volume van de huidige video aan te passen" - }, - "extras": { - "optionLabel": "{{KEY}} knop" - }, - "settings": { - "adjustmentSteps": { - "label": "Volumeverandering per scroll", - "title": "Verandert het volume per scroll" - }, - "holdModifierKey": { - "label": "Inschakelen bij het vasthouden van aanpassingsknop", - "select": { - "label": "Aanpassingsknop", - "title": "De aanpassingsknop om te gebruiken" - }, - "title": "Klik op een aanpassingsknop om het scrollwiel het volume laten aan te passen." - }, - "holdRightClick": { - "label": "Inschakelen bij vasthouden rechtermuisklik", - "title": "Houd rechtermuisknop ingedrukt om volumeregeling voor scrollwiel in te schakelen" - } - }, - "title": "Scrollwiel volume aanpassing instellingen" - }, - "videoHistory": { - "enable": { - "label": "Houd afgespeelde video's bij", - "title": "Houdt bij waar je gestopt was bij het kijken van een video en laat toe om verder te kijken" - }, - "settings": { - "resumeType": { - "select": { - "label": "Hervatten type", - "options": { - "automatic": "Automatisch", - "prompt": "Vraag" - }, - "title": "Selecteer hoe je video's wilt hervatten" - } - } - }, - "title": "Videogeschiedenis instellingen" - }, - "volumeBoost": { - "enable": { - "label": "Volume boost", - "title": "Volume boost inschakelen" - }, - "settings": { - "amount": { - "label": "Volume boost hoeveelheid (dB)", - "title": "De hoeveelheid waarmee je video's wilt boosten" - }, - "mode": { - "select": { - "label": "Volume boost modus", - "options": { - "global": "Globaal", - "perVideo": "Per video" - }, - "title": "Kies hoe volume wordt toegepast. \"Per video\" voegt de boost optie toe aan het feature menu individueel per video. \"Globaal\" gaat over elke video wanneer volume boost is ingeschakeld." - } - } - }, - "title": "Volume boost instellingen" - } - } - } -} \ No newline at end of file + "langCode": "nl-NL", + "langName": "Nederlands(Nederland)", + "messages": { + "resumingVideo": "Video hervatten bij {{VIDEO_TIME}}", + "settingVolume": "Volume boost instellen op {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "label": "Kopieer video URL met tijdstempel" + }, + "extras": { + "copied": "Gekopieerd!" + } + }, + "featureMenu": { + "button": { + "label": "Functies menu" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "{{TIME}} doorspoelen" + }, + "rewindButton": { + "label": "{{TIME}} terugspoelen" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Eindscherm elementen verbergen", + "toggle": { + "off": "Eindscherm elementen tonen", + "on": "Eindscherm elementen verbergen" + } + } + }, + "loopButton": { + "button": { + "label": "Loop", + "toggle": { + "off": "Loop uit", + "on": "Loop aan" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "Maximaliseren", + "toggle": { + "off": "Maximaliseren uit", + "on": "Maximaliseren aan" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Open ondertitels" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Verlaag de afspeelsnelheid naar {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Verhoog de afspeelsnelheid naar {{SPEED}}" + } + }, + "extras": { + "decreaseLimit": "Kan de snelheid niet langer verlagen ({{SPEED}})", + "increaseLimit": "Kan de snelheid niet langer verhogen ({{SPEED}})" + } + }, + "playlistLength": { + "title": "De totale lengte kan inaccuraat zijn als enkele video's verborgen zijn of als je niet genoeg video's hebt ingeladen om de totale lengte te krijgen." + }, + "playlistManagementButtons": { + "extras": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + } + }, + "saveToWatchLaterButton": { + "extras": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + } + }, + "screenshotButton": { + "button": { + "label": "Schermafbeelding" + }, + "extras": { + "copiedToClipboard": "Schermafbeelding gekopieerd naar het klembord" + } + }, + "videoHistory": { + "extras": { + "resumeButton": "Hervatten", + "resumePromptClose": "Sluiten" + } + }, + "volumeBoostButton": { + "button": { + "label": "Volume boost", + "toggle": { + "off": "Volume boost uit", + "on": "Volume boost aan" + } + } + } + } + }, + "options": { + "extras": { + "bottomButtons": { + "clear": { + "title": "Wist alle gegevens die de extensie op uw machine heeft gezet", + "value": "Gegevens wissen" + }, + "confirm": { + "title": "Opnieuw instellen bevestigen", + "value": "Bevestig" + }, + "openTab": { + "title": "Open extensie instellingen in een nieuw tabblad" + }, + "reset": { + "title": "Reset alle instellingen naar hun standaardwaarden, klik op de \"Bevestig\" knop om wijzigingen op te slaan", + "value": "Reset" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Kopieer video URL met tijdstempel knop", + "decreasePlaybackSpeedButton": "Verlaag snelheidsknop", + "forwardButton": "Doorspoelknop", + "hideEndScreenCardsButton": "Verberg eindschermelementen knop", + "increasePlaybackSpeedButton": "Verhoog snelheid knop", + "loopButton": "Loop knop", + "maximizePlayerButton": "Maximaliseer knop", + "openTranscriptButton": "Open ondertitels knop", + "rewindButton": "Terugspoelknop", + "screenshotButton": "Schermafbeelding knop", + "volumeBoostButton": "Volume boost knop" + }, + "options": { + "below_player": { + "placement": "onder de speler instellingen", + "value": "Onder speler" + }, + "feature_menu": { + "placement": "in het feature menu", + "value": "Feature menu" + }, + "player_controls_left": { + "placement": "aan de linkerkant van de spelerinstellingen", + "value": "Linker Besturing" + }, + "player_controls_right": { + "placement": "aan de rechterkant van de spelerinstellingen", + "value": "Rechter Bediening" + } + }, + "title": "Plaats de {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Button placement settings" + }, + "clearData": { + "allDataDeleted": "Alle data werd verwijderd.", + "confirmAlert": "Dit zal alle extensie data gerelateerd aan de opties verwijderen. Wil je verdergaan?" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Menu Activatie Type", + "options": { + "click": "Klik", + "hover": "Hang erboven met de muis" + }, + "title": "Selecteer de methode om het feature menu te activeren" + }, + "title": "Feature menu instellingen" + } + }, + "importExportSettings": { + "exportButton": { + "success": "Instellingen succesvol geëxporteerd", + "title": "Instellingen exporteren naar een JSON-bestand", + "value": "Instellingen exporteren" + }, + "importButton": { + "error": { + "unknown": "Fout bij het importeren van instellingen. Kijk alstublieft het bestandsformaat na.\nEen onbekende fout is opgetreden.", + "validation": "Fout bij het importeren van instellingen. Kijk alstublieft het bestandsformaat na.\n{{ERROR_MESSAGE}}" + }, + "success": "Instellingen succesvol geïmporteerd", + "title": "Instellingen importeren uit een JSON-bestand", + "value": "Instellingen Importeren" + } + }, + "language": { + "select": { + "label": "Taal", + "title": "De taal voor de extensie" + }, + "title": "Taal" + }, + "openSettingsOnMajorOrMinorVersionChange": { + "label": "Open settings page on update", + "title": "Opens the settings page when a major or minor version of YouTube Enhancer is installed" + }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "scrollForMoreSettings": "Scroll for more settings", + "settingSearch": { + "placeholder": "Zoek naar instellingen" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "Je kan één gier verkrijgen", + "input": { + "label": "API sleutel", + "title": "Voer uw Youtube Data API V3 sleutel in." + }, + "title": "YouTube API V3 key" + } + }, + "notifications": { + "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "De snelheid van de scrollwiel snelheid controleknop kan niet dezelfde zijn als de scrollwiel volume controleknop.", + "volumeControl": "De scrollwiel volume controleknop kan niet dezelfde zijn als de scrollwiel snelheid controleknop." + } + } + }, + "info": { + "reset": "Alle opties zijn teruggezet op hun standaardwaarden. Je kan je veranderingen opslaan door op de \"Bevestig\" knop te drukken of ze negeren door deze pagina te sluiten of deze melding te negeren." + }, + "success": { + "saved": "Opties opgeslagen." + } + } + } + }, + "settings": { + "sections": { + "customCSS": { + "enable": { + "label": "Aangepaste CSS inschakelen", + "title": "Maakt het mogelijk aangepaste CSS toe te passen op de pagina" + }, + "extras": { + "collapse": "Verberg Editor", + "expand": "Toon Editor", + "noProblems": "Geen problemen gevonden." + }, + "title": "Custom CSS settings" + }, + "deepDarkCSS": { + "enable": { + "label": "Geselecteerd thema inschakelen", + "title": "Het geselecteerde thema voor de pagina inschakelen" + }, + "extras": { + "author": "Auteur", + "co-authors": "Co-auteurs" + }, + "settings": { + "colorShadow": { + "label": "Schaduw kleur", + "title": "Kleur voor de schaduw" + }, + "dimmerText": { + "label": "Secondaire tekstkleur", + "title": "Kleur voor de secondaire tekst" + }, + "hoverBackground": { + "label": "Achtergrondkleur zweven met de muis", + "title": "Kleur voor zweven achtergrond" + }, + "mainBackground": { + "label": "Hoofd achtergrondkleur", + "title": "Kleur voor de hoofdachtergrond" + }, + "mainColor": { + "label": "Accent kleur", + "title": "Kleur voor accentueren" + }, + "mainText": { + "label": "Hoofd tekstkleur", + "title": "Kleur voor de hoofdtekst" + }, + "secondBackground": { + "label": "Secondaire achtergrondkleur", + "title": "Kleur voor de secondaire achtergrond" + }, + "theme": { + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + } + } + }, + "title": "YouTube deep dark settings" + }, + "forwardRewindButtons": { + "enable": { + "label": "Schakel doorspoelen/terugspoelen knoppen in", + "title": "Voegt doorspoelen en terugspoelen knoppen toe aan de videospeler" + }, + "settings": { + "time": { + "label": "Tijd door/terugspoelen", + "title": "Het aantal tijd waarmee je de video doorspoelt / terugspoelt" + } + }, + "title": "Doorspoel/terugspoel knop instellingen" + }, + "miscellaneous": { + "settings": { + "automaticTheaterMode": { + "enable": { + "label": "Automatisch theatermodus", + "title": "Zet de video automatisch in theatermodus wanneer je deze inlaadt" + } + }, + "automaticallyDisableAmbientMode": { + "enable": { + "label": "Automatisch uitschakelen omgevingsmodus", + "title": "Schakel de omgevingsmodus automatisch uit bij het laden van een video" + } + }, + "automaticallyDisableAutoPlay": { + "enable": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + } + }, + "automaticallyDisableClosedCaptions": { + "enable": { + "label": "Automatisch ondertiteling uitschakelen", + "title": "Automatisch ondertiteling uitzetten wanneer je een video inlaadt" + } + }, + "automaticallyEnableClosedCaptions": { + "enable": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + } + }, + "automaticallyMaximizePlayer": { + "enable": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + } + }, + "automaticallyShowMoreVideosOnEndScreen": { + "enable": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + } + }, + "copyTimestampUrlButton": { + "enable": { + "label": "Kopieer video URL met tijdstempel knop", + "title": "Kopieer video URL met tijdstempel (?t=123)" + } + }, + "defaultToOriginalAudioTrack": { + "enable": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + } + }, + "hideArtificialIntelligenceSummary": { + "enable": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + } + }, + "hideEndScreenCards": { + "enable": { + "label": "Eindscherm elementen verbergen", + "title": "Maakt de elementen aan het eind van een video onzichtbaar" + } + }, + "hideEndScreenCardsButton": { + "enable": { + "label": "Eindscherm elementen verbergen knop", + "title": "Voegt een knop toe die de eindscherm elementen toont/verbergt" + } + }, + "hideLiveStreamChat": { + "enable": { + "label": "Livestream chat verbergen", + "title": "Verbergt de livestream chat" + } + }, + "hideMembersOnlyVideos": { + "enable": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + } + }, + "hideOfficialArtistVideosFromHomePage": { + "enable": { + "label": "Verberg Officiële Artiest Video's", + "title": "Verberg Officiële Artiest Video's op de homepagina" + } + }, + "hidePaidPromotionBanner": { + "enable": { + "label": "Verberg betaalde promotie banner", + "title": "Verbergt de banner die verschijnt wanneer je een video bekijkt die een betaalde promotie heeft" + } + }, + "hidePlayables": { + "enable": { + "label": "Hide playables", + "title": "Hides all playables" + } + }, + "hidePlaylistRecommendationsFromHomePage": { + "enable": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + } + }, + "hideScrollbar": { + "enable": { + "label": "Verberg scrollbar", + "title": "Verbergt de scrollbar op de pagina" + } + }, + "hideShorts": { + "enable": { + "label": "Shorts verbergen", + "title": "Verbergt alle shorts" + } + }, + "hideSidebarRecommendedVideos": { + "enable": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + } + }, + "hideTranslateComment": { + "enable": { + "label": "Verberg vertaal reactie knop", + "title": "Verbergt \"Vertaal naar Taal\" knop onder reacties" + } + }, + "loopButton": { + "enable": { + "label": "Loop knop", + "title": "Voegt een knop toe aan het feature menu om de huidige video te loopen" + } + }, + "maximizePlayerButton": { + "enable": { + "label": "Maximaliseer speler knop", + "title": "Voegt een knop toe aan het feature menu die de speler maximaliseert" + } + }, + "openTranscriptButton": { + "enable": { + "label": "Open ondertitels knop", + "title": "Voegt een knop toe aan het feature menu die het transcript van de huidige video opent" + } + }, + "openYouTubeSettingsOnHover": { + "enable": { + "label": "Open youtube instellingen bij overgang met de muis", + "title": "Opent YouTube instellingen wanner je met je muis over de instellingen knop gaat" + } + }, + "pauseBackgroundPlayers": { + "enable": { + "label": "Achtergrondafspelers pauzeren", + "title": "Pauzeert videospelers in achtergrond tabbladen wanneer je een nieuwe videospeler start op een voorgrond tabblad" + } + }, + "remainingTime": { + "enable": { + "label": "Resterende tijd", + "title": "Toont de resterende tijd van de huidige video" + } + }, + "rememberVolume": { + "enable": { + "label": "Onthoud vorig volume", + "title": "Onthoudt het volume van de vorige video en stelt het in op een nieuwe video" + } + }, + "removeRedirect": { + "enable": { + "label": "Verwijdert YouTube /redirect URLs", + "title": "Vervangt YouTube doorverwijzing door echte URLs die de doorverwijzing waarschuwing niet geven" + } + }, + "restoreFullscreenScrolling": { + "enable": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + } + }, + "saveToWatchLaterButton": { + "enable": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + } + }, + "shareShortener": { + "enable": { + "label": "Maak Youtube deel links korter", + "title": "Maakt YouTube video deel links (youtu.be) korter door si en andere feature parameters af te knippen" + } + }, + "shortsAutoScroll": { + "enable": { + "label": "Shorts autoscroll", + "title": "Scrollt automatisch naar de volgende short" + } + }, + "skipContinueWatching": { + "enable": { + "label": "Sla \"video is gepauzeerd. Hervatten?\" over", + "title": "Slaat het afwezig dialoog die het afspelen pauzeert over" + } + } + }, + "title": "Overige instellingen" + }, + "onScreenDisplaySettings": { + "settings": { + "color": { + "label": "Kleur", + "select": { + "options": { + "blue": "Blauw", + "green": "Groen", + "orange": "Oranje", + "pink": "Roze", + "purple": "Paars", + "red": "Rood", + "white": "Wit", + "yellow": "Geel" + } + }, + "title": "Selecteer de kleur voor de schermweergave" + }, + "hide": { + "label": "Vertraging verbergen", + "title": "Specifieer de tijd, in milliseconden, voordat de schermweergave automatisch wordt verborgen" + }, + "opacity": { + "label": "Transparantie", + "title": "Transparantie van de schermweergave aanpassen" + }, + "padding": { + "label": "Padding", + "title": "Het aantal pixels rond de schermweergave aanpassen. Dit geldt specifiek voor de hoek schermweergave." + }, + "position": { + "label": "Positie", + "select": { + "options": { + "bottom_left": "Linksonder", + "bottom_right": "Rechtsonder", + "center": "Gecentreerd", + "top_left": "Linksboven", + "top_right": "Rechtsboven" + } + }, + "title": "Selecteer de positie voor de schermweergave" + }, + "type": { + "label": "Type", + "select": { + "options": { + "circle": "Cirkel", + "line": "Lijn", + "no_display": "Geen weergave", + "text": "Tekst" + } + }, + "title": "Selecteer het type van de schermweergave" + } + }, + "title": "On-screen display settings" + }, + "playerQuality": { + "enable": { + "label": "Automatische kwaliteitsaanpassing", + "title": "Past automatisch de videokwaliteit aan naar het geselecteerde niveau." + }, + "settings": { + "quality": { + "select": { + "label": "Afspeelkwaliteit", + "title": "De kwaliteit waarop je de video zet" + } + }, + "qualityFallbackStrategy": { + "select": { + "label": "Kwaliteitsterugvalstrategie", + "options": { + "higher": "Hoger", + "lower": "Lager" + }, + "title": "De strategie die gebruikt wordt wanneer de geselecteerde kwaliteit niet beschikbaar is" + } + } + }, + "title": "Automatische kwaliteitsinstellingen" + }, + "playerSpeed": { + "enable": { + "label": "Geforceerde afspeelsnelheid", + "title": "Stelt de snelheid van de video in op wat u hieronder kiest" + }, + "settings": { + "buttons": { + "label": "Afspeelsnelheid knoppen", + "select": { + "label": "Snelheid afspeelsnelheid knoppen", + "title": "Hoeveelheid snelheid die gewijzigd wordt per klik" + }, + "title": "Voegt knoppen toe die de afspeelsnelheid van de huidige video verhoogt of verlaagt" + }, + "speed": { + "select": { + "label": "Snelheid videospeler", + "title": "De snelheid waarop je de video zet" + } + } + }, + "title": "Afspeelsnelheid instellingen" + }, + "playlistLength": { + "enable": { + "label": "Geef afspeellijst lengte informatie weer", + "title": "Toont de totale lengte van de afspeellijst, hoeveel bekeken is, en hoeveel er over schiet." + }, + "settings": { + "wayToGetLength": { + "select": { + "label": "Methode om afspeellijst lengte te verkrijgen", + "title": "De manier waarop de afspeellijst informatie (API methode zal terugvallen op HTML als een fout optreedt)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Methode om kijktijd te verkrijgen", + "options": { + "duration": "Videolengte", + "youtube": "Video kijktijd" + }, + "title": "De manier waarop je de hoeveelheid kijktijd verkrijgt (video lengtetype enkel gebruikt op kijk pagina)" + } + } + }, + "title": "Afspeellijst lengte instellingen" + }, + "playlistManagementButtons": { + "settings": { + "markAsUnwatchedButton": { + "enable": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + } + }, + "removeVideoButton": { + "enable": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + } + }, + "title": "Playlist management settings" + }, + "screenshotButton": { + "enable": { + "label": "Schermafbeelding knop", + "title": "Voegt een knop aan de speler toe om een schermafbeelding van de video te nemen" + }, + "settings": { + "format": { + "label": "Schermafbeelding formaat", + "title": "Het formaat waarin je de schermafbeelding opslaat" + }, + "saveAs": { + "select": { + "label": "Schermafbeelding opslaantype", + "options": { + "both": "Both (File and Clipboard)", + "clipboard": "Klembord", + "file": "Bestand" + }, + "title": "Het type van de opgeslagen schermafbeelding" + } + } + }, + "title": "Schermafbeelding instellingen" + }, + "scrollWheelSpeedControl": { + "enable": { + "label": "Scrollwiel snelheidscontrole", + "title": "Klik op een aanpassingsknop om snelheidsverandering met het scrollwiel aan te zetten." + }, + "extras": { + "optionLabel": "{{KEY}} sleutel" + }, + "settings": { + "adjustmentSteps": { + "label": "Snelheidsverandering per scroll", + "title": "Wijzig de snelheidsverandering per scroll" + }, + "modifierKey": { + "select": { + "label": "Aanpassing knop", + "title": "De aanpassing knop om te gebruiken" + } + } + }, + "title": "Scrollwiel snelheidscontrole instellingen" + }, + "scrollWheelVolumeControl": { + "enable": { + "label": "Scrollwiel volumecontrole", + "title": "Laat toe om het scrollwiel te gebruiken om het volume van de huidige video aan te passen" + }, + "extras": { + "optionLabel": "{{KEY}} knop" + }, + "settings": { + "adjustmentSteps": { + "label": "Volumeverandering per scroll", + "title": "Verandert het volume per scroll" + }, + "holdModifierKey": { + "label": "Inschakelen bij het vasthouden van aanpassingsknop", + "select": { + "label": "Aanpassingsknop", + "title": "De aanpassingsknop om te gebruiken" + }, + "title": "Klik op een aanpassingsknop om het scrollwiel het volume laten aan te passen." + }, + "holdRightClick": { + "label": "Inschakelen bij vasthouden rechtermuisklik", + "title": "Houd rechtermuisknop ingedrukt om volumeregeling voor scrollwiel in te schakelen" + } + }, + "title": "Scrollwiel volume aanpassing instellingen" + }, + "videoHistory": { + "enable": { + "label": "Houd afgespeelde video's bij", + "title": "Houdt bij waar je gestopt was bij het kijken van een video en laat toe om verder te kijken" + }, + "settings": { + "resumeType": { + "select": { + "label": "Hervatten type", + "options": { + "automatic": "Automatisch", + "prompt": "Vraag" + }, + "title": "Selecteer hoe je video's wilt hervatten" + } + } + }, + "title": "Videogeschiedenis instellingen" + }, + "volumeBoost": { + "enable": { + "label": "Volume boost", + "title": "Volume boost inschakelen" + }, + "settings": { + "amount": { + "label": "Volume boost hoeveelheid (dB)", + "title": "De hoeveelheid waarmee je video's wilt boosten" + }, + "mode": { + "select": { + "label": "Volume boost modus", + "options": { + "global": "Globaal", + "perVideo": "Per video" + }, + "title": "Kies hoe volume wordt toegepast. \"Per video\" voegt de boost optie toe aan het feature menu individueel per video. \"Globaal\" gaat over elke video wanneer volume boost is ingeschakeld." + } + } + }, + "title": "Volume boost instellingen" + } + } + } +} From 0af1cdb47bbce70def472c2760541132ba9f3aca Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 3 Feb 2026 15:32:09 -0500 Subject: [PATCH 1573/1783] New translations en-us.json (Polish) --- public/locales/pl-PL.json | 1648 +++++++++++++++++++------------------ 1 file changed, 826 insertions(+), 822 deletions(-) diff --git a/public/locales/pl-PL.json b/public/locales/pl-PL.json index b8431275a..fa1be1f77 100644 --- a/public/locales/pl-PL.json +++ b/public/locales/pl-PL.json @@ -1,823 +1,827 @@ { - "langCode": "pl-PL", - "langName": "Polish", - "messages": { - "resumingVideo": "Wznowienie wideo za {{VIDEO_TIME}}", - "settingVolume": "Ustawianie wzmocnienia głośności do {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "label": "Kopiuj adres URL filmu ze znacznikiem czasu" - }, - "extras": { - "copied": "Skopiowano!" - } - }, - "featureMenu": { - "button": { - "label": "Menu funkcji" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "Przyspieszenie do przodu o {{TIME}}" - }, - "rewindButton": { - "label": "Cofnięcie o {{TIME}}" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "Ukryj elementy końcowe filmu", - "toggle": { - "off": "Pokaż elementy końcowe filmu", - "on": "Ukryj elementy końcowe filmu" - } - } - }, - "loopButton": { - "button": { - "label": "Zapętl", - "toggle": { - "off": "Wyłącz zapętlenie", - "on": "Włącz zapętlenie" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "Powiększ okno", - "toggle": { - "off": "Wyłącz powiększenie", - "on": "Włącz powiększenie" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Otwórz transkrypcję" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Zmniejsz szybkość do {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Zwiększ szybkość do {{SPEED}}" - } - }, - "extras": { - "decreaseLimit": "Nie można zmniejszać dalej ({{SPEED}})", - "increaseLimit": "Nie można zwiększać dalej ({{SPEED}})" - } - }, - "playlistLength": { - "title": "Całkowita długość może być niedokładna, jeśli niektóre filmy są ukryte lub jeśli nie załadowałeś wystarczającej liczby filmów, aby uzyskać pełny czas." - }, - "playlistManagementButtons": { - "extras": { - "failedToMarkAsUnwatched": "Failed to mark video as unwatched", - "failedToRemoveVideo": "Failed to remove video", - "markAsUnwatched": "Mark as unwatched", - "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "Remove video", - "removingVideo": "Removing video…" - } - }, - "saveToWatchLaterButton": { - "extras": { - "failedToSaveVideo": "Failed to save video to Watch Later", - "saveVideo": "Save to Watch Later", - "savingVideo": "Saving to Watch Later…" - } - }, - "screenshotButton": { - "button": { - "label": "Zrzut ekranu" - }, - "extras": { - "copiedToClipboard": "Zrzut ekranu skopiowany do schowka" - } - }, - "videoHistory": { - "extras": { - "resumeButton": "Wznów", - "resumePromptClose": "Zamknij" - } - }, - "volumeBoostButton": { - "button": { - "label": "Zwiększ głośność", - "toggle": { - "off": "Zwiększenie głośności wyłączone", - "on": "Zwiększenie głośności włączone" - } - } - } - } - }, - "options": { - "extras": { - "bottomButtons": { - "clear": { - "title": "Clears all data this extension has stored on your machine", - "value": "Wyczyść dane" - }, - "confirm": { - "title": "Confirm setting reset", - "value": "Potwierdź" - }, - "openTab": { - "title": "Open extension settings in a new tab" - }, - "reset": { - "title": "Resets all settings to their defaults, Click the confirm button to save the changes", - "value": "Reset" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "Kopiuj adres URL bieżącego momentu", - "decreasePlaybackSpeedButton": "Przycisk Zmniejszania Prędkości Odtwarzania", - "forwardButton": "Fast Forward button", - "hideEndScreenCardsButton": "Hide end screen cards button", - "increasePlaybackSpeedButton": "Przycisk Zwiększania Prędkości Odtwarzania", - "loopButton": "Przycisk Zapętlania", - "maximizePlayerButton": "Maximize button", - "openTranscriptButton": "Open Transcript button", - "rewindButton": "Rewind button", - "screenshotButton": "Przycisk Zrzutu Ekranu", - "volumeBoostButton": "Przycisk Zwiększania Głośności" - }, - "options": { - "below_player": { - "placement": "below the player controls", - "value": "Poniżej Odtwarzacza" - }, - "feature_menu": { - "placement": "in the feature menu", - "value": "Feature Menu" - }, - "player_controls_left": { - "placement": "on the left side of player controls", - "value": "Lewostronne Sterowanie" - }, - "player_controls_right": { - "placement": "on the right side of player controls", - "value": "Prawostronne Sterowanie" - } - }, - "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" - }, - "title": "Button placement settings" - }, - "clearData": { - "allDataDeleted": "All data has been deleted.", - "confirmAlert": "Usunie to wszystkie dane rozszerzenia związane z opcjami. Kontynuować?" - }, - "featureMenu": { - "openType": { - "select": { - "label": "Menu Activation Type", - "options": { - "click": "Kliknięcie", - "hover": "Najechanie kursorem" - }, - "title": "Select the method to activate the feature menu" - }, - "title": "Feature menu settings" - } - }, - "importExportSettings": { - "exportButton": { - "success": "Ustawienia zostały pomyślnie wyeksportowane", - "title": "Eksportuj ustawienia do pliku JSON", - "value": "Eksportuj Ustawienia" - }, - "importButton": { - "error": { - "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", - "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" - }, - "success": "Settings imported successfully", - "title": "Importuj ustawienia z pliku JSON", - "value": "Importuj Ustawienia" - } - }, - "language": { - "select": { - "label": "Język", - "title": "Język rozszerzenia" - }, - "title": "Język" - }, - "optionDisabled": { - "either": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " albo " - }, - "plural": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " and " - }, - "singular": "Enable '{{OPTION}}' to configure this option", - "specificOption": { - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" - } - }, - "scrollForMoreSettings": "Przewiń, aby zobaczyć więcej ustawień", - "settingSearch": { - "placeholder": "Szukaj ustawienia" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "You can get one from here", - "input": { - "label": "Klucz API", - "title": "Wpisz swój klucz API V3." - }, - "title": "YouTube API V3 key" - } - }, - "notifications": { - "error": { - "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "Ustawiony klawisz zmiany prędkości przewijania nie może być taki sam, jak klawisz zmiany głośności przewijania kółka.", - "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." - } - } - }, - "info": { - "reset": "Wszystkie opcje zostały przywrócone do domyślnych wartości. Możesz teraz zapisać zmiany, klikając przycisk \"Potwierdź\" bądź odrzucić, je zamykając tę stronę lub ignorując to powiadomienie." - }, - "success": { - "saved": "Zapisano opcje." - } - } - } - }, - "settings": { - "sections": { - "customCSS": { - "enable": { - "label": "Własny CSS", - "title": "Enables custom CSS to be applied to the page" - }, - "extras": { - "collapse": "Collapse Editor", - "expand": "Expand Editor", - "noProblems": "No problems found." - }, - "title": "Custom CSS settings" - }, - "deepDarkCSS": { - "enable": { - "label": "Motyw Deep Dark", - "title": "Aktywuj wybrany motyw dla strony" - }, - "extras": { - "author": "Autor", - "co-authors": "Współautorzy" - }, - "settings": { - "colorShadow": { - "label": "Kolor cienia", - "title": "Kolor dla cieni" - }, - "dimmerText": { - "label": "Kolor tekstu dodatkowego", - "title": "Kolor dla tekstu dodatkowego" - }, - "hoverBackground": { - "label": "Hover background color", - "title": "Color for hover background" - }, - "mainBackground": { - "label": "Kolor głównego tła", - "title": "Kolor dla głównego tła" - }, - "mainColor": { - "label": "Kolor akcentowy", - "title": "Kolor akcentowy" - }, - "mainText": { - "label": "Kolor głównego tekstu", - "title": "Kolor dla głównego tekstu" - }, - "secondBackground": { - "label": "Kolor dodatkowego tła", - "title": "Kolor tła dodatkowego" - }, - "theme": { - "select": { - "label": "Wybierz motyw", - "title": "Wybierz motyw, który ma zostać zastosowany na stronie" - } - } - }, - "title": "YouTube deep dark settings" - }, - "forwardRewindButtons": { - "enable": { - "label": "Forward/rewind buttons", - "title": "Adds forward and rewind buttons to the video player" - }, - "settings": { - "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" - } - }, - "title": "Forward/rewind button settings" - }, - "miscellaneous": { - "settings": { - "automaticallyDisableAmbientMode": { - "enable": { - "label": "Automatically disable ambient mode", - "title": "Automatically disables ambient mode when you load a video" - } - }, - "automaticallyDisableAutoPlay": { - "enable": { - "label": "Automatically disable autoplay", - "title": "Automatically disables autoplay when you load a video" - } - }, - "automaticallyDisableClosedCaptions": { - "enable": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" - } - }, - "automaticallyEnableClosedCaptions": { - "enable": { - "label": "Automatically enable closed captions", - "title": "Automatically enables closed captions when you load a video" - } - }, - "automaticallyMaximizePlayer": { - "enable": { - "label": "Automatically maximize player", - "title": "Automatically maximizes the player when you load a video" - } - }, - "automaticallyShowMoreVideosOnEndScreen": { - "enable": { - "label": "Automatically show more videos on end screen", - "title": "Automatically shows more videos on end screen when you load a video" - } - }, - "automaticTheaterMode": { - "enable": { - "label": "Automatic theater mode", - "title": "Automatically enables theater mode when you load a video" - } - }, - "copyTimestampUrlButton": { - "enable": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" - } - }, - "defaultToOriginalAudioTrack": { - "enable": { - "label": "Default to original audio track", - "title": "Always default to the original audio track" - } - }, - "saveToWatchLaterButton": { - "enable": { - "label": "Enable save to Watch Later button", - "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" - } - }, - "hideArtificialIntelligenceSummary": { - "enable": { - "label": "Ukryj podsumowanie AI", - "title": "Hides the artificial intelligence summary below videos" - } - }, - "hideEndScreenCards": { - "enable": { - "label": "Hide end screen cards", - "title": "Hides the cards at the end of the video" - } - }, - "hideEndScreenCardsButton": { - "enable": { - "label": "Hide end screen cards button", - "title": "Adds a button to show/hide the cards at the end of the video" - } - }, - "hideLiveStreamChat": { - "enable": { - "label": "Hide live stream chat", - "title": "Hides the live stream chat" - } - }, - "hideMembersOnlyVideos": { - "enable": { - "label": "Hide members-only videos", - "title": "Hides videos that are only visible to members" - } - }, - "hideOfficialArtistVideosFromHomePage": { - "enable": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" - } - }, - "hidePaidPromotionBanner": { - "enable": { - "label": "Hide paid promotion banner", - "title": "Hides the banner that appears when you watch a video that has a paid promotion" - } - }, - "hidePlayables": { - "enable": { - "label": "Hide playables", - "title": "Hides all playables" - } - }, - "hidePlaylistRecommendationsFromHomePage": { - "enable": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" - } - }, - "hideScrollbar": { - "enable": { - "label": "Hide scrollbar", - "title": "Hides the pages scrollbar" - } - }, - "hideShorts": { - "enable": { - "label": "Ukryj szorty", - "title": "Ukrywa wszystkie szorty" - } - }, - "hideSidebarRecommendedVideos": { - "enable": { - "label": "Hide recommended videos", - "title": "Hides the sidebar that recommends videos" - } - }, - "hideTranslateComment": { - "enable": { - "label": "Hide translate comment button", - "title": "Hides 'Translate to Language' button under comments" - } - }, - "loopButton": { - "enable": { - "label": "Loop button", - "title": "Adds a button to the feature menu to loop the video you're watching" - } - }, - "maximizePlayerButton": { - "enable": { - "label": "Maximize player button", - "title": "Adds a button to the feature menu to maximize the player" - } - }, - "openTranscriptButton": { - "enable": { - "label": "Open transcript button", - "title": "Adds a button to the feature menu to open the transcript of the video you're watching" - } - }, - "openYouTubeSettingsOnHover": { - "enable": { - "label": "Otwórz ustawienia YouTube po najechaniu kursorem", - "title": "Opens the YouTube settings menu when you hover over the settings button" - } - }, - "pauseBackgroundPlayers": { - "enable": { - "label": "Pause background players", - "title": "Pauses video players in background tabs when you start a new player in foreground tab" - } - }, - "remainingTime": { - "enable": { - "label": "Remaining time", - "title": "Shows the remaining time of the video you're watching" - } - }, - "rememberVolume": { - "enable": { - "label": "Remember last volume", - "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" - } - }, - "removeRedirect": { - "enable": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" - } - }, - "restoreFullscreenScrolling": { - "enable": { - "label": "Restore fullscreen scrolling", - "title": "Restores scrolling in fullscreen mode" - } - }, - "shareShortener": { - "enable": { - "label": "Shorten YouTube video share link", - "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" - } - }, - "shortsAutoScroll": { - "enable": { - "label": "Shorts auto scroll", - "title": "Automatically scrolls to the next short" - } - }, - "skipContinueWatching": { - "enable": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" - } - } - }, - "title": "Miscellaneous settings" - }, - "onScreenDisplaySettings": { - "settings": { - "color": { - "label": "Kolor", - "select": { - "options": { - "blue": "Niebieski", - "green": "Zielony", - "orange": "Pomarańczowy", - "pink": "Różowy", - "purple": "Fioletowy", - "red": "Czerwony", - "white": "Biały", - "yellow": "Żółty" - } - }, - "title": "Select the color for the On-Screen Display" - }, - "hide": { - "label": "Hide Delay", - "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" - }, - "opacity": { - "label": "Opacity", - "title": "Adjust the transparency of the On-Screen Display" - }, - "padding": { - "label": "Padding", - "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." - }, - "position": { - "label": "Position", - "select": { - "options": { - "bottom_left": "Bottom Left", - "bottom_right": "Bottom Right", - "center": "Center", - "top_left": "Top Left", - "top_right": "Top Right" - } - }, - "title": "Select the position of the On-Screen Display" - }, - "type": { - "label": "Type", - "select": { - "options": { - "circle": "Circle", - "line": "Line", - "no_display": "No display", - "text": "Text" - } - }, - "title": "Select the type of On-Screen Display" - } - }, - "title": "On-screen display settings" - }, - "playerQuality": { - "enable": { - "label": "Automatic quality adjustment", - "title": "Automatically adjusts the video quality to the selected level." - }, - "settings": { - "quality": { - "select": { - "label": "Jakość odtwarzacza", - "title": "The quality to set the video to" - } - }, - "qualityFallbackStrategy": { - "select": { - "label": "Quality fallback strategy", - "options": { - "higher": "Wyżej", - "lower": "Niżej" - }, - "title": "The strategy to use when the selected quality is not available" - } - } - }, - "title": "Opcje automatycznej jakości" - }, - "playerSpeed": { - "enable": { - "label": "Forced playback speed", - "title": "Sets the video speed to what you choose below" - }, - "settings": { - "buttons": { - "label": "Playback speed buttons", - "select": { - "label": "Playback buttons speed", - "title": "Amount of speed to be changed per click" - }, - "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" - }, - "speed": { - "select": { - "label": "Player speed", - "title": "The speed to set the video to" - } - } - }, - "title": "Playback speed settings" - }, - "playlistLength": { - "enable": { - "label": "Display playlist length information", - "title": "Shows the total length of the playlist, how much has been watched, and how much remains." - }, - "settings": { - "wayToGetLength": { - "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "Method to get watched time", - "options": { - "duration": "Video Length", - "youtube": "Video Watch Time" - }, - "title": "The way to get the amount of time watched (Video Length type only used on watch page)" - } - } - }, - "title": "Playlist length settings" - }, - "playlistManagementButtons": { - "settings": { - "markAsUnwatchedButton": { - "enable": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - } - }, - "removeVideoButton": { - "enable": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - } - } - }, - "title": "Playlist management settings" - }, - "screenshotButton": { - "enable": { - "label": "Screenshot button", - "title": "Adds a button to the player to take a screenshot of the video" - }, - "settings": { - "format": { - "label": "Screenshot format", - "title": "The format to save the screenshot in" - }, - "saveAs": { - "select": { - "options": { - "both": "Both (File and Clipboard)", - "clipboard": "Clipboard", - "file": "File" - }, - "label": "Screenshot save type", - "title": "The screenshot save type" - } - } - }, - "title": "Screenshot settings" - }, - "scrollWheelSpeedControl": { - "enable": { - "label": "Sterowanie prędkością kółka myszy", - "title": "Naciśnij klawisz modyfikujący, aby włączyć regulację prędkości za pomocą kółka myszy." - }, - "extras": { - "optionLabel": "Klawisz {{KEY}}" - }, - "settings": { - "adjustmentSteps": { - "label": "Speed Change Per Scroll", - "title": "Adjust the speed change per scroll" - }, - "modifierKey": { - "select": { - "label": "Klawisz modyfikujący", - "title": "Klawisz modyfikujący, którego należy użyć" - } - } - }, - "title": "Ustawienia kontroli prędkości kółka myszy" - }, - "scrollWheelVolumeControl": { - "enable": { - "label": "Regulacja głośności za pomocą kółka myszy", - "title": "Umożliwia sterowanie głośnością oglądanego filmu za pomocą kółka myszy" - }, - "extras": { - "optionLabel": "Klawisz {{KEY}}" - }, - "settings": { - "adjustmentSteps": { - "label": "Volume Change Per Scroll", - "title": "Adjust the volume change per scroll" - }, - "holdModifierKey": { - "label": "Podczas przytrzymywania klawisza modyfikującego", - "select": { - "label": "Klawisz modyfikujący", - "title": "Klawisz modyfikujący, którego należy użyć" - }, - "title": "Naciśnij klawisz modyfikujący, aby włączyć regulację głośności za pomocą kółka myszy." - }, - "holdRightClick": { - "label": "Przytrzymując prawy przycisk myszy", - "title": "Przytrzymaj prawy przycisk myszy, aby włączyć regulację głośności za pomocą kółka myszy" - } - }, - "title": "Ustawienia regulacji głośności za pomocą kółka myszy" - }, - "videoHistory": { - "enable": { - "label": "Track watched videos", - "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" - }, - "settings": { - "resumeType": { - "select": { - "label": "Typ wznowienia filmu", - "options": { - "automatic": "Automatyczne", - "prompt": "Podpowiedź" - }, - "title": "Wybierz sposób wznawiania filmów" - } - } - }, - "title": "Video history settings" - }, - "volumeBoost": { - "enable": { - "label": "Zwiększenie głośności", - "title": "Włącz zwiększenie głośności" - }, - "settings": { - "amount": { - "label": "Wartość zwiększenia głośności (dB)", - "title": "O ile należy zwiększyć głośność" - }, - "mode": { - "select": { - "label": "Tryb zwiększenia głośności", - "options": { - "global": "Globalne", - "perVideo": "Osobno" - }, - "title": "Wybierz sposób wzmocnienia głośności. Opcja „Osobno” umożliwia włączenie wzmocnienia dla każdego filmu osobno w menu funkcji. Opcja „Globalne” stosuje wzmocnienie do wszystkich filmów po włączeniu zwiększenia głośności." - } - } - }, - "title": "Ustawienia zwiększenia głośności" - } - } - } -} \ No newline at end of file + "langCode": "pl-PL", + "langName": "Polish", + "messages": { + "resumingVideo": "Wznowienie wideo za {{VIDEO_TIME}}", + "settingVolume": "Ustawianie wzmocnienia głośności do {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "label": "Kopiuj adres URL filmu ze znacznikiem czasu" + }, + "extras": { + "copied": "Skopiowano!" + } + }, + "featureMenu": { + "button": { + "label": "Menu funkcji" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Przyspieszenie do przodu o {{TIME}}" + }, + "rewindButton": { + "label": "Cofnięcie o {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Ukryj elementy końcowe filmu", + "toggle": { + "off": "Pokaż elementy końcowe filmu", + "on": "Ukryj elementy końcowe filmu" + } + } + }, + "loopButton": { + "button": { + "label": "Zapętl", + "toggle": { + "off": "Wyłącz zapętlenie", + "on": "Włącz zapętlenie" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "Powiększ okno", + "toggle": { + "off": "Wyłącz powiększenie", + "on": "Włącz powiększenie" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Otwórz transkrypcję" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Zmniejsz szybkość do {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Zwiększ szybkość do {{SPEED}}" + } + }, + "extras": { + "decreaseLimit": "Nie można zmniejszać dalej ({{SPEED}})", + "increaseLimit": "Nie można zwiększać dalej ({{SPEED}})" + } + }, + "playlistLength": { + "title": "Całkowita długość może być niedokładna, jeśli niektóre filmy są ukryte lub jeśli nie załadowałeś wystarczającej liczby filmów, aby uzyskać pełny czas." + }, + "playlistManagementButtons": { + "extras": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + } + }, + "saveToWatchLaterButton": { + "extras": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + } + }, + "screenshotButton": { + "button": { + "label": "Zrzut ekranu" + }, + "extras": { + "copiedToClipboard": "Zrzut ekranu skopiowany do schowka" + } + }, + "videoHistory": { + "extras": { + "resumeButton": "Wznów", + "resumePromptClose": "Zamknij" + } + }, + "volumeBoostButton": { + "button": { + "label": "Zwiększ głośność", + "toggle": { + "off": "Zwiększenie głośności wyłączone", + "on": "Zwiększenie głośności włączone" + } + } + } + } + }, + "options": { + "extras": { + "bottomButtons": { + "clear": { + "title": "Clears all data this extension has stored on your machine", + "value": "Wyczyść dane" + }, + "confirm": { + "title": "Confirm setting reset", + "value": "Potwierdź" + }, + "openTab": { + "title": "Open extension settings in a new tab" + }, + "reset": { + "title": "Resets all settings to their defaults, Click the confirm button to save the changes", + "value": "Reset" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Kopiuj adres URL bieżącego momentu", + "decreasePlaybackSpeedButton": "Przycisk Zmniejszania Prędkości Odtwarzania", + "forwardButton": "Fast Forward button", + "hideEndScreenCardsButton": "Hide end screen cards button", + "increasePlaybackSpeedButton": "Przycisk Zwiększania Prędkości Odtwarzania", + "loopButton": "Przycisk Zapętlania", + "maximizePlayerButton": "Maximize button", + "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind button", + "screenshotButton": "Przycisk Zrzutu Ekranu", + "volumeBoostButton": "Przycisk Zwiększania Głośności" + }, + "options": { + "below_player": { + "placement": "below the player controls", + "value": "Poniżej Odtwarzacza" + }, + "feature_menu": { + "placement": "in the feature menu", + "value": "Feature Menu" + }, + "player_controls_left": { + "placement": "on the left side of player controls", + "value": "Lewostronne Sterowanie" + }, + "player_controls_right": { + "placement": "on the right side of player controls", + "value": "Prawostronne Sterowanie" + } + }, + "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Button placement settings" + }, + "clearData": { + "allDataDeleted": "All data has been deleted.", + "confirmAlert": "Usunie to wszystkie dane rozszerzenia związane z opcjami. Kontynuować?" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Menu Activation Type", + "options": { + "click": "Kliknięcie", + "hover": "Najechanie kursorem" + }, + "title": "Select the method to activate the feature menu" + }, + "title": "Feature menu settings" + } + }, + "importExportSettings": { + "exportButton": { + "success": "Ustawienia zostały pomyślnie wyeksportowane", + "title": "Eksportuj ustawienia do pliku JSON", + "value": "Eksportuj Ustawienia" + }, + "importButton": { + "error": { + "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", + "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" + }, + "success": "Settings imported successfully", + "title": "Importuj ustawienia z pliku JSON", + "value": "Importuj Ustawienia" + } + }, + "language": { + "select": { + "label": "Język", + "title": "Język rozszerzenia" + }, + "title": "Język" + }, + "openSettingsOnMajorOrMinorVersionChange": { + "label": "Open settings page on update", + "title": "Opens the settings page when a major or minor version of YouTube Enhancer is installed" + }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " albo " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "scrollForMoreSettings": "Przewiń, aby zobaczyć więcej ustawień", + "settingSearch": { + "placeholder": "Szukaj ustawienia" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "Klucz API", + "title": "Wpisz swój klucz API V3." + }, + "title": "YouTube API V3 key" + } + }, + "notifications": { + "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "Ustawiony klawisz zmiany prędkości przewijania nie może być taki sam, jak klawisz zmiany głośności przewijania kółka.", + "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." + } + } + }, + "info": { + "reset": "Wszystkie opcje zostały przywrócone do domyślnych wartości. Możesz teraz zapisać zmiany, klikając przycisk \"Potwierdź\" bądź odrzucić, je zamykając tę stronę lub ignorując to powiadomienie." + }, + "success": { + "saved": "Zapisano opcje." + } + } + } + }, + "settings": { + "sections": { + "customCSS": { + "enable": { + "label": "Własny CSS", + "title": "Enables custom CSS to be applied to the page" + }, + "extras": { + "collapse": "Collapse Editor", + "expand": "Expand Editor", + "noProblems": "No problems found." + }, + "title": "Custom CSS settings" + }, + "deepDarkCSS": { + "enable": { + "label": "Motyw Deep Dark", + "title": "Aktywuj wybrany motyw dla strony" + }, + "extras": { + "author": "Autor", + "co-authors": "Współautorzy" + }, + "settings": { + "colorShadow": { + "label": "Kolor cienia", + "title": "Kolor dla cieni" + }, + "dimmerText": { + "label": "Kolor tekstu dodatkowego", + "title": "Kolor dla tekstu dodatkowego" + }, + "hoverBackground": { + "label": "Hover background color", + "title": "Color for hover background" + }, + "mainBackground": { + "label": "Kolor głównego tła", + "title": "Kolor dla głównego tła" + }, + "mainColor": { + "label": "Kolor akcentowy", + "title": "Kolor akcentowy" + }, + "mainText": { + "label": "Kolor głównego tekstu", + "title": "Kolor dla głównego tekstu" + }, + "secondBackground": { + "label": "Kolor dodatkowego tła", + "title": "Kolor tła dodatkowego" + }, + "theme": { + "select": { + "label": "Wybierz motyw", + "title": "Wybierz motyw, który ma zostać zastosowany na stronie" + } + } + }, + "title": "YouTube deep dark settings" + }, + "forwardRewindButtons": { + "enable": { + "label": "Forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "settings": { + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + } + }, + "title": "Forward/rewind button settings" + }, + "miscellaneous": { + "settings": { + "automaticTheaterMode": { + "enable": { + "label": "Automatic theater mode", + "title": "Automatically enables theater mode when you load a video" + } + }, + "automaticallyDisableAmbientMode": { + "enable": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + } + }, + "automaticallyDisableAutoPlay": { + "enable": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + } + }, + "automaticallyDisableClosedCaptions": { + "enable": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + } + }, + "automaticallyEnableClosedCaptions": { + "enable": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + } + }, + "automaticallyMaximizePlayer": { + "enable": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + } + }, + "automaticallyShowMoreVideosOnEndScreen": { + "enable": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + } + }, + "copyTimestampUrlButton": { + "enable": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + } + }, + "defaultToOriginalAudioTrack": { + "enable": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + } + }, + "hideArtificialIntelligenceSummary": { + "enable": { + "label": "Ukryj podsumowanie AI", + "title": "Hides the artificial intelligence summary below videos" + } + }, + "hideEndScreenCards": { + "enable": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + } + }, + "hideEndScreenCardsButton": { + "enable": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + } + }, + "hideLiveStreamChat": { + "enable": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + } + }, + "hideMembersOnlyVideos": { + "enable": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + } + }, + "hideOfficialArtistVideosFromHomePage": { + "enable": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + } + }, + "hidePaidPromotionBanner": { + "enable": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + } + }, + "hidePlayables": { + "enable": { + "label": "Hide playables", + "title": "Hides all playables" + } + }, + "hidePlaylistRecommendationsFromHomePage": { + "enable": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + } + }, + "hideScrollbar": { + "enable": { + "label": "Hide scrollbar", + "title": "Hides the pages scrollbar" + } + }, + "hideShorts": { + "enable": { + "label": "Ukryj szorty", + "title": "Ukrywa wszystkie szorty" + } + }, + "hideSidebarRecommendedVideos": { + "enable": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + } + }, + "hideTranslateComment": { + "enable": { + "label": "Hide translate comment button", + "title": "Hides 'Translate to Language' button under comments" + } + }, + "loopButton": { + "enable": { + "label": "Loop button", + "title": "Adds a button to the feature menu to loop the video you're watching" + } + }, + "maximizePlayerButton": { + "enable": { + "label": "Maximize player button", + "title": "Adds a button to the feature menu to maximize the player" + } + }, + "openTranscriptButton": { + "enable": { + "label": "Open transcript button", + "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + } + }, + "openYouTubeSettingsOnHover": { + "enable": { + "label": "Otwórz ustawienia YouTube po najechaniu kursorem", + "title": "Opens the YouTube settings menu when you hover over the settings button" + } + }, + "pauseBackgroundPlayers": { + "enable": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + } + }, + "remainingTime": { + "enable": { + "label": "Remaining time", + "title": "Shows the remaining time of the video you're watching" + } + }, + "rememberVolume": { + "enable": { + "label": "Remember last volume", + "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + } + }, + "removeRedirect": { + "enable": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + } + }, + "restoreFullscreenScrolling": { + "enable": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + } + }, + "saveToWatchLaterButton": { + "enable": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + } + }, + "shareShortener": { + "enable": { + "label": "Shorten YouTube video share link", + "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + } + }, + "shortsAutoScroll": { + "enable": { + "label": "Shorts auto scroll", + "title": "Automatically scrolls to the next short" + } + }, + "skipContinueWatching": { + "enable": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + } + } + }, + "title": "Miscellaneous settings" + }, + "onScreenDisplaySettings": { + "settings": { + "color": { + "label": "Kolor", + "select": { + "options": { + "blue": "Niebieski", + "green": "Zielony", + "orange": "Pomarańczowy", + "pink": "Różowy", + "purple": "Fioletowy", + "red": "Czerwony", + "white": "Biały", + "yellow": "Żółty" + } + }, + "title": "Select the color for the On-Screen Display" + }, + "hide": { + "label": "Hide Delay", + "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" + }, + "opacity": { + "label": "Opacity", + "title": "Adjust the transparency of the On-Screen Display" + }, + "padding": { + "label": "Padding", + "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." + }, + "position": { + "label": "Position", + "select": { + "options": { + "bottom_left": "Bottom Left", + "bottom_right": "Bottom Right", + "center": "Center", + "top_left": "Top Left", + "top_right": "Top Right" + } + }, + "title": "Select the position of the On-Screen Display" + }, + "type": { + "label": "Type", + "select": { + "options": { + "circle": "Circle", + "line": "Line", + "no_display": "No display", + "text": "Text" + } + }, + "title": "Select the type of On-Screen Display" + } + }, + "title": "On-screen display settings" + }, + "playerQuality": { + "enable": { + "label": "Automatic quality adjustment", + "title": "Automatically adjusts the video quality to the selected level." + }, + "settings": { + "quality": { + "select": { + "label": "Jakość odtwarzacza", + "title": "The quality to set the video to" + } + }, + "qualityFallbackStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Wyżej", + "lower": "Niżej" + }, + "title": "The strategy to use when the selected quality is not available" + } + } + }, + "title": "Opcje automatycznej jakości" + }, + "playerSpeed": { + "enable": { + "label": "Forced playback speed", + "title": "Sets the video speed to what you choose below" + }, + "settings": { + "buttons": { + "label": "Playback speed buttons", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + }, + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + }, + "speed": { + "select": { + "label": "Player speed", + "title": "The speed to set the video to" + } + } + }, + "title": "Playback speed settings" + }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + }, + "settings": { + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } + } + }, + "title": "Playlist length settings" + }, + "playlistManagementButtons": { + "settings": { + "markAsUnwatchedButton": { + "enable": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + } + }, + "removeVideoButton": { + "enable": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + } + }, + "title": "Playlist management settings" + }, + "screenshotButton": { + "enable": { + "label": "Screenshot button", + "title": "Adds a button to the player to take a screenshot of the video" + }, + "settings": { + "format": { + "label": "Screenshot format", + "title": "The format to save the screenshot in" + }, + "saveAs": { + "select": { + "label": "Screenshot save type", + "options": { + "both": "Both (File and Clipboard)", + "clipboard": "Clipboard", + "file": "File" + }, + "title": "The screenshot save type" + } + } + }, + "title": "Screenshot settings" + }, + "scrollWheelSpeedControl": { + "enable": { + "label": "Sterowanie prędkością kółka myszy", + "title": "Naciśnij klawisz modyfikujący, aby włączyć regulację prędkości za pomocą kółka myszy." + }, + "extras": { + "optionLabel": "Klawisz {{KEY}}" + }, + "settings": { + "adjustmentSteps": { + "label": "Speed Change Per Scroll", + "title": "Adjust the speed change per scroll" + }, + "modifierKey": { + "select": { + "label": "Klawisz modyfikujący", + "title": "Klawisz modyfikujący, którego należy użyć" + } + } + }, + "title": "Ustawienia kontroli prędkości kółka myszy" + }, + "scrollWheelVolumeControl": { + "enable": { + "label": "Regulacja głośności za pomocą kółka myszy", + "title": "Umożliwia sterowanie głośnością oglądanego filmu za pomocą kółka myszy" + }, + "extras": { + "optionLabel": "Klawisz {{KEY}}" + }, + "settings": { + "adjustmentSteps": { + "label": "Volume Change Per Scroll", + "title": "Adjust the volume change per scroll" + }, + "holdModifierKey": { + "label": "Podczas przytrzymywania klawisza modyfikującego", + "select": { + "label": "Klawisz modyfikujący", + "title": "Klawisz modyfikujący, którego należy użyć" + }, + "title": "Naciśnij klawisz modyfikujący, aby włączyć regulację głośności za pomocą kółka myszy." + }, + "holdRightClick": { + "label": "Przytrzymując prawy przycisk myszy", + "title": "Przytrzymaj prawy przycisk myszy, aby włączyć regulację głośności za pomocą kółka myszy" + } + }, + "title": "Ustawienia regulacji głośności za pomocą kółka myszy" + }, + "videoHistory": { + "enable": { + "label": "Track watched videos", + "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" + }, + "settings": { + "resumeType": { + "select": { + "label": "Typ wznowienia filmu", + "options": { + "automatic": "Automatyczne", + "prompt": "Podpowiedź" + }, + "title": "Wybierz sposób wznawiania filmów" + } + } + }, + "title": "Video history settings" + }, + "volumeBoost": { + "enable": { + "label": "Zwiększenie głośności", + "title": "Włącz zwiększenie głośności" + }, + "settings": { + "amount": { + "label": "Wartość zwiększenia głośności (dB)", + "title": "O ile należy zwiększyć głośność" + }, + "mode": { + "select": { + "label": "Tryb zwiększenia głośności", + "options": { + "global": "Globalne", + "perVideo": "Osobno" + }, + "title": "Wybierz sposób wzmocnienia głośności. Opcja „Osobno” umożliwia włączenie wzmocnienia dla każdego filmu osobno w menu funkcji. Opcja „Globalne” stosuje wzmocnienie do wszystkich filmów po włączeniu zwiększenia głośności." + } + } + }, + "title": "Ustawienia zwiększenia głośności" + } + } + } +} From aa55956c2e4577be27223b67f2864456155a20ce Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 3 Feb 2026 15:32:10 -0500 Subject: [PATCH 1574/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 1648 +++++++++++++++++++------------------ 1 file changed, 826 insertions(+), 822 deletions(-) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index 1e1c72430..d2228db61 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -1,823 +1,827 @@ { - "langCode": "ru-RU", - "langName": "Русский", - "messages": { - "resumingVideo": "Возобновление видео на {{VIDEO_TIME}}", - "settingVolume": "Усиление громкости установлено на {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "label": "Копировать URL видео с таймкодом" - }, - "extras": { - "copied": "Скопировано!" - } - }, - "featureMenu": { - "button": { - "label": "Меню функций" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "Перемотка вперёд на {{TIME}}" - }, - "rewindButton": { - "label": "Перемотка назад на {{TIME}}" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "Скрыть заставки следующих видео", - "toggle": { - "off": "Показать заставки следующих видео", - "on": "Скрыть заставки следующих видео" - } - } - }, - "loopButton": { - "button": { - "label": "Зациклить", - "toggle": { - "off": "Зацикливание выключено", - "on": "Зацикливание включено" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "Развернуть", - "toggle": { - "off": "Проигрыватель свернут", - "on": "Проигрыватель развернут" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Открыть стенограмму" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Уменьшить скорость на {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Увеличить скорость на {{SPEED}}" - } - }, - "extras": { - "decreaseLimit": "Невозможно уменьшить ({{SPEED}})", - "increaseLimit": "Невозможно увеличить ({{SPEED}})" - } - }, - "playlistLength": { - "title": "Общая длина может быть неточной, если некоторые видео скрыты или недостаточно видео прогружено, чтобы получить полную длину." - }, - "playlistManagementButtons": { - "extras": { - "failedToMarkAsUnwatched": "Failed to mark video as unwatched", - "failedToRemoveVideo": "Failed to remove video", - "markAsUnwatched": "Mark as unwatched", - "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "Remove video", - "removingVideo": "Removing video…" - } - }, - "saveToWatchLaterButton": { - "extras": { - "failedToSaveVideo": "Failed to save video to Watch Later", - "saveVideo": "Save to Watch Later", - "savingVideo": "Saving to Watch Later…" - } - }, - "screenshotButton": { - "button": { - "label": "Скриншот" - }, - "extras": { - "copiedToClipboard": "Скриншот скопирован в буфер обмена" - } - }, - "videoHistory": { - "extras": { - "resumeButton": "Возобновить", - "resumePromptClose": "Закрыть" - } - }, - "volumeBoostButton": { - "button": { - "label": "Усиление громкости", - "toggle": { - "off": "Увеличение громкости выключено", - "on": "Увеличение громкости включено" - } - } - } - } - }, - "options": { - "extras": { - "bottomButtons": { - "clear": { - "title": "Очистить все данные, которые это расширение хранит на вашем компьютере", - "value": "Удалить данные" - }, - "confirm": { - "title": "Подтвердить сброс настроек", - "value": "Подтвердить" - }, - "openTab": { - "title": "Открывать настройки расширения в новой вкладке" - }, - "reset": { - "title": "Сбрасывает все параметры до значений по умолчанию. Нажмите \"Подтвердить\", чтобы сохранить изменения", - "value": "Сброс" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "Кнопка «Копировать URL видео с таймкодом»", - "decreasePlaybackSpeedButton": "Кнопка уменьшения скорости видео", - "forwardButton": "Кнопка перемотки вперёд", - "hideEndScreenCardsButton": "Кнопка «Скрыть заставки следующих видео»", - "increasePlaybackSpeedButton": "Кнопка увеличения скорости видео", - "loopButton": "Кнопка «Зациклить»", - "maximizePlayerButton": "Кнопка «Развернуть»", - "openTranscriptButton": "Кнопка «Открыть стенограмму»", - "rewindButton": "Кнопка перемотки назад", - "screenshotButton": "Кнопка «Скриншот»", - "volumeBoostButton": "Кнопка «Усиление громкости»" - }, - "options": { - "below_player": { - "placement": "под проигрывателем", - "value": "Под проигрывателем" - }, - "feature_menu": { - "placement": "в меню функций", - "value": "Меню функций" - }, - "player_controls_left": { - "placement": "с левой стороны панели управления", - "value": "Слева" - }, - "player_controls_right": { - "placement": "с правой стороны панели управления", - "value": "Справа" - } - }, - "title": "Поместить {{BUTTON_NAME}} {{PLACEMENT}}" - }, - "title": "Button placement settings" - }, - "clearData": { - "allDataDeleted": "Все данные были удалены.", - "confirmAlert": "Это приведет к удалению всех данных расширения, связанных с настройками. Продолжить?" - }, - "featureMenu": { - "openType": { - "select": { - "label": "Тип активации меню", - "options": { - "click": "Посредством нажатия", - "hover": "При наведении курсора" - }, - "title": "Выберите способ активации меню функций" - }, - "title": "Настройки меню функций" - } - }, - "importExportSettings": { - "exportButton": { - "success": "Настройки успешно экспортированы", - "title": "Экспорт настроек в JSON файл", - "value": "Экспорт настроек" - }, - "importButton": { - "error": { - "unknown": "Ошибка импорта настроек. Пожалуйста, проверьте формат файла.\nПроизошла неизвестная ошибка.", - "validation": "Ошибка импорта настроек. Пожалуйста, проверьте формат файла.\n{{ERROR_MESSAGE}}" - }, - "success": "Настройки успешно импортированы", - "title": "Импорт настроек из JSON файла", - "value": "Импорт настроек" - } - }, - "language": { - "select": { - "label": "Язык", - "title": "Язык расширения" - }, - "title": "Язык" - }, - "optionDisabled": { - "either": { - "label": "Включите {{OPTIONS}} для настройки этого параметра", - "separator": " или " - }, - "plural": { - "label": "Включите {{OPTIONS}} для настройки этого параметра", - "separator": " и " - }, - "singular": "Включите '{{OPTION}}' для настройки этого параметра", - "specificOption": { - "featureMenu": "Включите по крайней мере одну кнопку, которая будет размещена в меню функций для настройки этой опции.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" - } - }, - "scrollForMoreSettings": "Прокрутите для других настроек", - "settingSearch": { - "placeholder": "Поиск настроек" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "Вы можете получить ключ здесь", - "input": { - "label": "API ключ", - "title": "Введите ваш ключ Youtube Data API V3." - }, - "title": "YouTube API V3 key" - } - }, - "notifications": { - "error": { - "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "Клавиша-модификатор для управления скоростью воспроизведения с помощью колеса мыши не может совпадать с клавишей-модификатором для управления громкостью.", - "volumeControl": "Клавиша-модификатор для управления громкостью с помощью колеса мыши не может совпадать с клавишей-модификатором для управления скоростью воспроизведения." - } - } - }, - "info": { - "reset": "Все параметры были сброшены к значениям по умолчанию.\nТеперь вы можете сохранить изменения, нажав кнопку «Подтвердить» или отменить их, закрыв эту страницу или проигнорировав это уведомление." - }, - "success": { - "saved": "Настройки сохранены." - } - } - } - }, - "settings": { - "sections": { - "customCSS": { - "enable": { - "label": "Включить пользовательский CSS", - "title": "Включает пользовательские настройки CSS для применения к странице" - }, - "extras": { - "collapse": "Свернуть редактор", - "expand": "Расширить редактор", - "noProblems": "Проблем не найдено." - }, - "title": "Custom CSS settings" - }, - "deepDarkCSS": { - "enable": { - "label": "Включить выбранную тему", - "title": "Активировать выбранную тему для страницы" - }, - "extras": { - "author": "Автор", - "co-authors": "Соавторы" - }, - "settings": { - "colorShadow": { - "label": "Цвет тени", - "title": "Цвет теней" - }, - "dimmerText": { - "label": "Цвет вторичного текста", - "title": "Цвет для вторичного текста" - }, - "hoverBackground": { - "label": "Цвет фона при наведении", - "title": "Цвет, который будет задаваться фону при наведении" - }, - "mainBackground": { - "label": "Основной цвет фона", - "title": "Цвет для основного фона" - }, - "mainColor": { - "label": "Цвет акцента", - "title": "Цвет для акцента" - }, - "mainText": { - "label": "Цвет основного текста", - "title": "Цвет для основного текста" - }, - "secondBackground": { - "label": "Дополнительный цвет фона", - "title": "Цвет для вторичного фона" - }, - "theme": { - "select": { - "label": "Выбрать тему", - "title": "Выберите тему для применения к странице" - } - } - }, - "title": "YouTube deep dark settings" - }, - "forwardRewindButtons": { - "enable": { - "label": "Включить кнопки перемотки вперёд/назад", - "title": "Добавляет кнопки перемотки вперёд/назад в проигрыватель" - }, - "settings": { - "time": { - "label": "Время перемотки", - "title": "Кол-во времени, на которое будет перематываться видео" - } - }, - "title": "Настройки кнопок перемотки вперёд/назад" - }, - "miscellaneous": { - "settings": { - "automaticallyDisableAmbientMode": { - "enable": { - "label": "Автоматическое отключение режима освещения", - "title": "Автоматически отключать режим освещения при загрузке видео" - } - }, - "automaticallyDisableAutoPlay": { - "enable": { - "label": "Automatically disable autoplay", - "title": "Automatically disables autoplay when you load a video" - } - }, - "automaticallyDisableClosedCaptions": { - "enable": { - "label": "Автоматически отключать субтитры", - "title": "Автоматически отключает субтитры при загрузке видео" - } - }, - "automaticallyEnableClosedCaptions": { - "enable": { - "label": "Automatically enable closed captions", - "title": "Automatically enables closed captions when you load a video" - } - }, - "automaticallyMaximizePlayer": { - "enable": { - "label": "Automatically maximize player", - "title": "Automatically maximizes the player when you load a video" - } - }, - "automaticallyShowMoreVideosOnEndScreen": { - "enable": { - "label": "Automatically show more videos on end screen", - "title": "Automatically shows more videos on end screen when you load a video" - } - }, - "automaticTheaterMode": { - "enable": { - "label": "Включить автоматический режим кинотеатра", - "title": "Автоматически включать режим кинотеатра при загрузке видео" - } - }, - "copyTimestampUrlButton": { - "enable": { - "label": "Кнопка «Копировать URL видео с таймкодом»", - "title": "Копирует ссылку видео с меткой времени (?t=123)" - } - }, - "defaultToOriginalAudioTrack": { - "enable": { - "label": "Выставлять оригинальную звуковую дорожку по умолчанию", - "title": "Всегда выставлять оригинальную аудио дорожку видео по умолчанию" - } - }, - "saveToWatchLaterButton": { - "enable": { - "label": "Enable save to Watch Later button", - "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" - } - }, - "hideArtificialIntelligenceSummary": { - "enable": { - "label": "Прятать краткое содержание от ИИ", - "title": "Прячет краткое содержание видео от ИИ под описанием" - } - }, - "hideEndScreenCards": { - "enable": { - "label": "Скрыть заставки следующих видео", - "title": "Скрывает заставки следующих (предлагаемых) видео в конце ролика" - } - }, - "hideEndScreenCardsButton": { - "enable": { - "label": "Кнопка «Скрыть заставки следующих видео»", - "title": "Добавляет кнопку для скрытия/отображения заставок следующих видео в конце ролика" - } - }, - "hideLiveStreamChat": { - "enable": { - "label": "Спрятать чат прямого эфира", - "title": "Прячет чат прямого эфира (стрима)" - } - }, - "hideMembersOnlyVideos": { - "enable": { - "label": "Hide members-only videos", - "title": "Hides videos that are only visible to members" - } - }, - "hideOfficialArtistVideosFromHomePage": { - "enable": { - "label": "Скрывать официальные видео исполнителя", - "title": "Скрывает официальные видео исполнителя с домашней страницы" - } - }, - "hidePaidPromotionBanner": { - "enable": { - "label": "Скрыть \"Содержит прямую рекламу\"", - "title": "Скрывает баннер, отображающийся при просмотре видео, которое имеет платную рекламу" - } - }, - "hidePlayables": { - "enable": { - "label": "Спрятать игры", - "title": "Прячет все игры (playables)" - } - }, - "hidePlaylistRecommendationsFromHomePage": { - "enable": { - "label": "Спрятать плейлисты на главной", - "title": "Прячет плейлисты на главной (домашней) странице" - } - }, - "hideScrollbar": { - "enable": { - "label": "Включить скрытие полосы прокрутки страницы", - "title": "Скрывает полосу прокрутки страницы" - } - }, - "hideShorts": { - "enable": { - "label": "Скрыть Shorts", - "title": "Скрывает все Shorts" - } - }, - "hideSidebarRecommendedVideos": { - "enable": { - "label": "Hide recommended videos", - "title": "Hides the sidebar that recommends videos" - } - }, - "hideTranslateComment": { - "enable": { - "label": "Спрятать кнопку 'Перевести на...'", - "title": "Прячет кнопку 'Перевести на русский' под комментарием" - } - }, - "loopButton": { - "enable": { - "label": "Включить кнопку «Зациклить»", - "title": "Добавляет кнопку в меню функций для автоматического повтора просмотренного видео (зацикливание)" - } - }, - "maximizePlayerButton": { - "enable": { - "label": "Включить кнопку «Развернуть проигрыватель»", - "title": "Добавляет кнопку в меню функций, которая позволит максимизировать проигрыватель" - } - }, - "openTranscriptButton": { - "enable": { - "label": "Показать кнопку стенограммы видео", - "title": "Добавляет кнопку в меню функций, чтобы открыть стенограмму видео, которое вы просматриваете" - } - }, - "openYouTubeSettingsOnHover": { - "enable": { - "label": "Открывать настройки YouTube при наведении курсора", - "title": "Открывает меню настроек YouTube при наведении на кнопку меню" - } - }, - "pauseBackgroundPlayers": { - "enable": { - "label": "Ставить на паузу видео в фоновых вкладках", - "title": "Ставит на паузу видео в фоновых вкладках при запуске видео в активной (текущей) вкладке" - } - }, - "remainingTime": { - "enable": { - "label": "Включить отображение оставшегося времени", - "title": "Показывает оставшееся время просмотра видео" - } - }, - "rememberVolume": { - "enable": { - "label": "Запомнить уровень громкости", - "title": "Запоминает громкость последнего видео, которое вы смотрели и устанавливает это значение при открытии нового видео" - } - }, - "removeRedirect": { - "enable": { - "label": "Убрать YouTube /redirect ссылки", - "title": "Заменяет /redirect ссылки на актуальные, убирая предупреждение о переходе на другой ресурс" - } - }, - "restoreFullscreenScrolling": { - "enable": { - "label": "Включить прокрутку в полноэкранном режиме", - "title": "Восстанавливает возможность прокрутки в полноэкранном режиме" - } - }, - "shareShortener": { - "enable": { - "label": "Укоротить ссылку с кнопки \"Поделиться\"", - "title": "Укорачивает ссылку с кнопки \"Поделиться\" (youtu.be), убирая параметры si/feature из нее" - } - }, - "shortsAutoScroll": { - "enable": { - "label": "Автоматическая прокрутка Shorts", - "title": "Автоматически скроллит до следующего Shorts" - } - }, - "skipContinueWatching": { - "enable": { - "label": "Пропускать \"Воспроизведение приостановлено. Продолжить?\"", - "title": "Автоматически пропускает диалог простоя, который приостанавливает воспроизведение" - } - } - }, - "title": "Прочие параметры" - }, - "onScreenDisplaySettings": { - "settings": { - "color": { - "label": "Цвет", - "select": { - "options": { - "blue": "Синий", - "green": "Зеленый", - "orange": "Оранжевый", - "pink": "Розовый", - "purple": "Фиолетовый", - "red": "Красный", - "white": "Белый", - "yellow": "Желтый" - } - }, - "title": "Выберите цвет для отображения на экране (OSD)" - }, - "hide": { - "label": "Задержка скрытия", - "title": "Укажите время, в миллисекундах, перед автоматическим скрытием OSD" - }, - "opacity": { - "label": "Прозрачность", - "title": "Настройка прозрачности отображения на экране (OSD)" - }, - "padding": { - "label": "Отступы", - "title": "Регулировка интервала вокруг отображения на экране (OSD) в пикселях. Применяется в частности для углов OSD." - }, - "position": { - "label": "Расположение", - "select": { - "options": { - "bottom_left": "Слева снизу", - "bottom_right": "Справа снизу", - "center": "По центру", - "top_left": "Слева сверху", - "top_right": "Справа сверху" - } - }, - "title": "Выберите позицию отображения на экране (OSD)" - }, - "type": { - "label": "Тип", - "select": { - "options": { - "circle": "Круг", - "line": "Линия", - "no_display": "Не показывать", - "text": "Текст" - } - }, - "title": "Выберите тип отображения на экране (OSD)" - } - }, - "title": "On-screen display settings" - }, - "playerQuality": { - "enable": { - "label": "Включить автоматическую регулировку качества", - "title": "Автоматически настраивает качество видео на выбранный уровень." - }, - "settings": { - "quality": { - "select": { - "label": "Качество проигрывателя", - "title": "Качество, которое будет задаваться для видео" - } - }, - "qualityFallbackStrategy": { - "select": { - "label": "Стратегия восстановления качества", - "options": { - "higher": "Выше", - "lower": "Ниже" - }, - "title": "Какую стратегию использовать, когда выбранное качество недоступно" - } - } - }, - "title": "Автоматические настройки качества" - }, - "playerSpeed": { - "enable": { - "label": "Включить принудительную скорость воспроизведения", - "title": "Устанавливает скорость проигрывания видео на ту, что вы выбрали ниже" - }, - "settings": { - "buttons": { - "label": "Кнопки регулирования скорости видео", - "select": { - "label": "Дельта кнопок регулирования скорости", - "title": "Число, на которое будет изменена скорость за клик" - }, - "title": "Добавляет кнопки для увеличения или уменьшения скорости воспроизведения просматриваемого видео" - }, - "speed": { - "select": { - "label": "Скорость проигрывателя", - "title": "Скорость, которая будет задаваться для видео" - } - } - }, - "title": "Настройки скорости воспроизведения" - }, - "playlistLength": { - "enable": { - "label": "Отображать информацию о длине плейлиста", - "title": "Отображает общую временную длину плейлиста, сколько было просмотрено и сколько осталось." - }, - "settings": { - "wayToGetLength": { - "select": { - "label": "Способ получения длины плейлиста", - "title": "Способ получения информации о длине плейлиста (метод API будет переключаться обратно к HTML, если возникнет ошибка)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "Метод получения времени просмотра", - "options": { - "duration": "Продолжительность видео", - "youtube": "Время просмотра видео" - }, - "title": "Способ получения количества времени просмотра (тип длины видео используется только на странице просмотра)" - } - } - }, - "title": "Настройки длины плейлиста" - }, - "playlistManagementButtons": { - "settings": { - "markAsUnwatchedButton": { - "enable": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - } - }, - "removeVideoButton": { - "enable": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - } - } - }, - "title": "Playlist management settings" - }, - "screenshotButton": { - "enable": { - "label": "Включить кнопку «Скриншот»", - "title": "Добавляет кнопку в проигрыватель которая делает скриншот видео" - }, - "settings": { - "format": { - "label": "Формат скриншота", - "title": "Формат, в котором будет сохраняться скриншот" - }, - "saveAs": { - "select": { - "options": { - "both": "Both (File and Clipboard)", - "clipboard": "Буфер обмена", - "file": "Файл" - }, - "label": "Тип сохранения скриншота", - "title": "Тип сохранения скриншота" - } - } - }, - "title": "Настройки скриншотов" - }, - "scrollWheelSpeedControl": { - "enable": { - "label": "Включить управление скоростью воспроизведения с помощью колеса мыши", - "title": "Нажмите клавишу-модификатор, чтобы включить управление скоростью воспроизведения с помощью колеса мыши." - }, - "extras": { - "optionLabel": "Клавиша {{KEY}}" - }, - "settings": { - "adjustmentSteps": { - "label": "Изменение скорости воспроизведения за прокрутку колеса", - "title": "Регулировка значения, на которое изменяется скорость воспроизведения за прокрутку" - }, - "modifierKey": { - "select": { - "label": "Клавиша-модификатор", - "title": "Используемая клавиша-модификатор" - } - } - }, - "title": "Настройки управления скоростью воспроизведения с помощью колеса мыши" - }, - "scrollWheelVolumeControl": { - "enable": { - "label": "Включить управление громкостью с помощью колеса мыши", - "title": "Позволяет использовать колесо мыши для управления громкостью видео, которое вы просматриваете" - }, - "extras": { - "optionLabel": "Клавиша {{KEY}}" - }, - "settings": { - "adjustmentSteps": { - "label": "Изменение громкости за прокрутку колеса", - "title": "Регулировка значения, на которое изменяется громкость за прокрутку" - }, - "holdModifierKey": { - "label": "Включить при удержании клавиши-модификатора", - "select": { - "label": "Клавиша-модификатор", - "title": "Используемая клавиша-модификатор" - }, - "title": "Нажмите клавишу-модификатор, чтобы включить управление громкостью с помощью колеса мыши." - }, - "holdRightClick": { - "label": "Включить при удержании правой кнопки мыши", - "title": "Удерживайте правую кнопку мыши, чтобы включить управление громкостью с помощью колеса мыши" - } - }, - "title": "Настройки управления громкостью с помощью колеса мыши" - }, - "videoHistory": { - "enable": { - "label": "Отслеживание таймкода просматриваемого видео", - "title": "Отслеживает, на каком моменте вы остановили просмотр видео и продолжает с него" - }, - "settings": { - "resumeType": { - "select": { - "label": "Тип возобновления", - "options": { - "automatic": "Автоматически", - "prompt": "Запрашивать" - }, - "title": "Выберите, как вы хотите возобновлять просмотр видео" - } - } - }, - "title": "Настройки отслеживания" - }, - "volumeBoost": { - "enable": { - "label": "Включить усиление громкости", - "title": "Включить усиление громкости" - }, - "settings": { - "amount": { - "label": "Значение увеличения громкости (дБ)", - "title": "Значение, на которое будет увеличена громкость" - }, - "mode": { - "select": { - "label": "Режим увеличения громкости", - "options": { - "global": "Глобально", - "perVideo": "Для видео" - }, - "title": "Выберите, каким образом должно применяться усиление громкости. 'Для видео' позволяет включать усиление для каждого видео отдельно в меню функций. 'Глобально' применяет усиление для всех просматриваемых видео когда усиление громкости включено." - } - } - }, - "title": "Настройки усиления громкости" - } - } - } -} \ No newline at end of file + "langCode": "ru-RU", + "langName": "Русский", + "messages": { + "resumingVideo": "Возобновление видео на {{VIDEO_TIME}}", + "settingVolume": "Усиление громкости установлено на {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "label": "Копировать URL видео с таймкодом" + }, + "extras": { + "copied": "Скопировано!" + } + }, + "featureMenu": { + "button": { + "label": "Меню функций" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Перемотка вперёд на {{TIME}}" + }, + "rewindButton": { + "label": "Перемотка назад на {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Скрыть заставки следующих видео", + "toggle": { + "off": "Показать заставки следующих видео", + "on": "Скрыть заставки следующих видео" + } + } + }, + "loopButton": { + "button": { + "label": "Зациклить", + "toggle": { + "off": "Зацикливание выключено", + "on": "Зацикливание включено" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "Развернуть", + "toggle": { + "off": "Проигрыватель свернут", + "on": "Проигрыватель развернут" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Открыть стенограмму" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Уменьшить скорость на {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Увеличить скорость на {{SPEED}}" + } + }, + "extras": { + "decreaseLimit": "Невозможно уменьшить ({{SPEED}})", + "increaseLimit": "Невозможно увеличить ({{SPEED}})" + } + }, + "playlistLength": { + "title": "Общая длина может быть неточной, если некоторые видео скрыты или недостаточно видео прогружено, чтобы получить полную длину." + }, + "playlistManagementButtons": { + "extras": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + } + }, + "saveToWatchLaterButton": { + "extras": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + } + }, + "screenshotButton": { + "button": { + "label": "Скриншот" + }, + "extras": { + "copiedToClipboard": "Скриншот скопирован в буфер обмена" + } + }, + "videoHistory": { + "extras": { + "resumeButton": "Возобновить", + "resumePromptClose": "Закрыть" + } + }, + "volumeBoostButton": { + "button": { + "label": "Усиление громкости", + "toggle": { + "off": "Увеличение громкости выключено", + "on": "Увеличение громкости включено" + } + } + } + } + }, + "options": { + "extras": { + "bottomButtons": { + "clear": { + "title": "Очистить все данные, которые это расширение хранит на вашем компьютере", + "value": "Удалить данные" + }, + "confirm": { + "title": "Подтвердить сброс настроек", + "value": "Подтвердить" + }, + "openTab": { + "title": "Открывать настройки расширения в новой вкладке" + }, + "reset": { + "title": "Сбрасывает все параметры до значений по умолчанию. Нажмите \"Подтвердить\", чтобы сохранить изменения", + "value": "Сброс" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Кнопка «Копировать URL видео с таймкодом»", + "decreasePlaybackSpeedButton": "Кнопка уменьшения скорости видео", + "forwardButton": "Кнопка перемотки вперёд", + "hideEndScreenCardsButton": "Кнопка «Скрыть заставки следующих видео»", + "increasePlaybackSpeedButton": "Кнопка увеличения скорости видео", + "loopButton": "Кнопка «Зациклить»", + "maximizePlayerButton": "Кнопка «Развернуть»", + "openTranscriptButton": "Кнопка «Открыть стенограмму»", + "rewindButton": "Кнопка перемотки назад", + "screenshotButton": "Кнопка «Скриншот»", + "volumeBoostButton": "Кнопка «Усиление громкости»" + }, + "options": { + "below_player": { + "placement": "под проигрывателем", + "value": "Под проигрывателем" + }, + "feature_menu": { + "placement": "в меню функций", + "value": "Меню функций" + }, + "player_controls_left": { + "placement": "с левой стороны панели управления", + "value": "Слева" + }, + "player_controls_right": { + "placement": "с правой стороны панели управления", + "value": "Справа" + } + }, + "title": "Поместить {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Button placement settings" + }, + "clearData": { + "allDataDeleted": "Все данные были удалены.", + "confirmAlert": "Это приведет к удалению всех данных расширения, связанных с настройками. Продолжить?" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Тип активации меню", + "options": { + "click": "Посредством нажатия", + "hover": "При наведении курсора" + }, + "title": "Выберите способ активации меню функций" + }, + "title": "Настройки меню функций" + } + }, + "importExportSettings": { + "exportButton": { + "success": "Настройки успешно экспортированы", + "title": "Экспорт настроек в JSON файл", + "value": "Экспорт настроек" + }, + "importButton": { + "error": { + "unknown": "Ошибка импорта настроек. Пожалуйста, проверьте формат файла.\nПроизошла неизвестная ошибка.", + "validation": "Ошибка импорта настроек. Пожалуйста, проверьте формат файла.\n{{ERROR_MESSAGE}}" + }, + "success": "Настройки успешно импортированы", + "title": "Импорт настроек из JSON файла", + "value": "Импорт настроек" + } + }, + "language": { + "select": { + "label": "Язык", + "title": "Язык расширения" + }, + "title": "Язык" + }, + "openSettingsOnMajorOrMinorVersionChange": { + "label": "Open settings page on update", + "title": "Opens the settings page when a major or minor version of YouTube Enhancer is installed" + }, + "optionDisabled": { + "either": { + "label": "Включите {{OPTIONS}} для настройки этого параметра", + "separator": " или " + }, + "plural": { + "label": "Включите {{OPTIONS}} для настройки этого параметра", + "separator": " и " + }, + "singular": "Включите '{{OPTION}}' для настройки этого параметра", + "specificOption": { + "featureMenu": "Включите по крайней мере одну кнопку, которая будет размещена в меню функций для настройки этой опции.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "scrollForMoreSettings": "Прокрутите для других настроек", + "settingSearch": { + "placeholder": "Поиск настроек" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "Вы можете получить ключ здесь", + "input": { + "label": "API ключ", + "title": "Введите ваш ключ Youtube Data API V3." + }, + "title": "YouTube API V3 key" + } + }, + "notifications": { + "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "Клавиша-модификатор для управления скоростью воспроизведения с помощью колеса мыши не может совпадать с клавишей-модификатором для управления громкостью.", + "volumeControl": "Клавиша-модификатор для управления громкостью с помощью колеса мыши не может совпадать с клавишей-модификатором для управления скоростью воспроизведения." + } + } + }, + "info": { + "reset": "Все параметры были сброшены к значениям по умолчанию.\nТеперь вы можете сохранить изменения, нажав кнопку «Подтвердить» или отменить их, закрыв эту страницу или проигнорировав это уведомление." + }, + "success": { + "saved": "Настройки сохранены." + } + } + } + }, + "settings": { + "sections": { + "customCSS": { + "enable": { + "label": "Включить пользовательский CSS", + "title": "Включает пользовательские настройки CSS для применения к странице" + }, + "extras": { + "collapse": "Свернуть редактор", + "expand": "Расширить редактор", + "noProblems": "Проблем не найдено." + }, + "title": "Custom CSS settings" + }, + "deepDarkCSS": { + "enable": { + "label": "Включить выбранную тему", + "title": "Активировать выбранную тему для страницы" + }, + "extras": { + "author": "Автор", + "co-authors": "Соавторы" + }, + "settings": { + "colorShadow": { + "label": "Цвет тени", + "title": "Цвет теней" + }, + "dimmerText": { + "label": "Цвет вторичного текста", + "title": "Цвет для вторичного текста" + }, + "hoverBackground": { + "label": "Цвет фона при наведении", + "title": "Цвет, который будет задаваться фону при наведении" + }, + "mainBackground": { + "label": "Основной цвет фона", + "title": "Цвет для основного фона" + }, + "mainColor": { + "label": "Цвет акцента", + "title": "Цвет для акцента" + }, + "mainText": { + "label": "Цвет основного текста", + "title": "Цвет для основного текста" + }, + "secondBackground": { + "label": "Дополнительный цвет фона", + "title": "Цвет для вторичного фона" + }, + "theme": { + "select": { + "label": "Выбрать тему", + "title": "Выберите тему для применения к странице" + } + } + }, + "title": "YouTube deep dark settings" + }, + "forwardRewindButtons": { + "enable": { + "label": "Включить кнопки перемотки вперёд/назад", + "title": "Добавляет кнопки перемотки вперёд/назад в проигрыватель" + }, + "settings": { + "time": { + "label": "Время перемотки", + "title": "Кол-во времени, на которое будет перематываться видео" + } + }, + "title": "Настройки кнопок перемотки вперёд/назад" + }, + "miscellaneous": { + "settings": { + "automaticTheaterMode": { + "enable": { + "label": "Включить автоматический режим кинотеатра", + "title": "Автоматически включать режим кинотеатра при загрузке видео" + } + }, + "automaticallyDisableAmbientMode": { + "enable": { + "label": "Автоматическое отключение режима освещения", + "title": "Автоматически отключать режим освещения при загрузке видео" + } + }, + "automaticallyDisableAutoPlay": { + "enable": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + } + }, + "automaticallyDisableClosedCaptions": { + "enable": { + "label": "Автоматически отключать субтитры", + "title": "Автоматически отключает субтитры при загрузке видео" + } + }, + "automaticallyEnableClosedCaptions": { + "enable": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + } + }, + "automaticallyMaximizePlayer": { + "enable": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + } + }, + "automaticallyShowMoreVideosOnEndScreen": { + "enable": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + } + }, + "copyTimestampUrlButton": { + "enable": { + "label": "Кнопка «Копировать URL видео с таймкодом»", + "title": "Копирует ссылку видео с меткой времени (?t=123)" + } + }, + "defaultToOriginalAudioTrack": { + "enable": { + "label": "Выставлять оригинальную звуковую дорожку по умолчанию", + "title": "Всегда выставлять оригинальную аудио дорожку видео по умолчанию" + } + }, + "hideArtificialIntelligenceSummary": { + "enable": { + "label": "Прятать краткое содержание от ИИ", + "title": "Прячет краткое содержание видео от ИИ под описанием" + } + }, + "hideEndScreenCards": { + "enable": { + "label": "Скрыть заставки следующих видео", + "title": "Скрывает заставки следующих (предлагаемых) видео в конце ролика" + } + }, + "hideEndScreenCardsButton": { + "enable": { + "label": "Кнопка «Скрыть заставки следующих видео»", + "title": "Добавляет кнопку для скрытия/отображения заставок следующих видео в конце ролика" + } + }, + "hideLiveStreamChat": { + "enable": { + "label": "Спрятать чат прямого эфира", + "title": "Прячет чат прямого эфира (стрима)" + } + }, + "hideMembersOnlyVideos": { + "enable": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + } + }, + "hideOfficialArtistVideosFromHomePage": { + "enable": { + "label": "Скрывать официальные видео исполнителя", + "title": "Скрывает официальные видео исполнителя с домашней страницы" + } + }, + "hidePaidPromotionBanner": { + "enable": { + "label": "Скрыть \"Содержит прямую рекламу\"", + "title": "Скрывает баннер, отображающийся при просмотре видео, которое имеет платную рекламу" + } + }, + "hidePlayables": { + "enable": { + "label": "Спрятать игры", + "title": "Прячет все игры (playables)" + } + }, + "hidePlaylistRecommendationsFromHomePage": { + "enable": { + "label": "Спрятать плейлисты на главной", + "title": "Прячет плейлисты на главной (домашней) странице" + } + }, + "hideScrollbar": { + "enable": { + "label": "Включить скрытие полосы прокрутки страницы", + "title": "Скрывает полосу прокрутки страницы" + } + }, + "hideShorts": { + "enable": { + "label": "Скрыть Shorts", + "title": "Скрывает все Shorts" + } + }, + "hideSidebarRecommendedVideos": { + "enable": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + } + }, + "hideTranslateComment": { + "enable": { + "label": "Спрятать кнопку 'Перевести на...'", + "title": "Прячет кнопку 'Перевести на русский' под комментарием" + } + }, + "loopButton": { + "enable": { + "label": "Включить кнопку «Зациклить»", + "title": "Добавляет кнопку в меню функций для автоматического повтора просмотренного видео (зацикливание)" + } + }, + "maximizePlayerButton": { + "enable": { + "label": "Включить кнопку «Развернуть проигрыватель»", + "title": "Добавляет кнопку в меню функций, которая позволит максимизировать проигрыватель" + } + }, + "openTranscriptButton": { + "enable": { + "label": "Показать кнопку стенограммы видео", + "title": "Добавляет кнопку в меню функций, чтобы открыть стенограмму видео, которое вы просматриваете" + } + }, + "openYouTubeSettingsOnHover": { + "enable": { + "label": "Открывать настройки YouTube при наведении курсора", + "title": "Открывает меню настроек YouTube при наведении на кнопку меню" + } + }, + "pauseBackgroundPlayers": { + "enable": { + "label": "Ставить на паузу видео в фоновых вкладках", + "title": "Ставит на паузу видео в фоновых вкладках при запуске видео в активной (текущей) вкладке" + } + }, + "remainingTime": { + "enable": { + "label": "Включить отображение оставшегося времени", + "title": "Показывает оставшееся время просмотра видео" + } + }, + "rememberVolume": { + "enable": { + "label": "Запомнить уровень громкости", + "title": "Запоминает громкость последнего видео, которое вы смотрели и устанавливает это значение при открытии нового видео" + } + }, + "removeRedirect": { + "enable": { + "label": "Убрать YouTube /redirect ссылки", + "title": "Заменяет /redirect ссылки на актуальные, убирая предупреждение о переходе на другой ресурс" + } + }, + "restoreFullscreenScrolling": { + "enable": { + "label": "Включить прокрутку в полноэкранном режиме", + "title": "Восстанавливает возможность прокрутки в полноэкранном режиме" + } + }, + "saveToWatchLaterButton": { + "enable": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + } + }, + "shareShortener": { + "enable": { + "label": "Укоротить ссылку с кнопки \"Поделиться\"", + "title": "Укорачивает ссылку с кнопки \"Поделиться\" (youtu.be), убирая параметры si/feature из нее" + } + }, + "shortsAutoScroll": { + "enable": { + "label": "Автоматическая прокрутка Shorts", + "title": "Автоматически скроллит до следующего Shorts" + } + }, + "skipContinueWatching": { + "enable": { + "label": "Пропускать \"Воспроизведение приостановлено. Продолжить?\"", + "title": "Автоматически пропускает диалог простоя, который приостанавливает воспроизведение" + } + } + }, + "title": "Прочие параметры" + }, + "onScreenDisplaySettings": { + "settings": { + "color": { + "label": "Цвет", + "select": { + "options": { + "blue": "Синий", + "green": "Зеленый", + "orange": "Оранжевый", + "pink": "Розовый", + "purple": "Фиолетовый", + "red": "Красный", + "white": "Белый", + "yellow": "Желтый" + } + }, + "title": "Выберите цвет для отображения на экране (OSD)" + }, + "hide": { + "label": "Задержка скрытия", + "title": "Укажите время, в миллисекундах, перед автоматическим скрытием OSD" + }, + "opacity": { + "label": "Прозрачность", + "title": "Настройка прозрачности отображения на экране (OSD)" + }, + "padding": { + "label": "Отступы", + "title": "Регулировка интервала вокруг отображения на экране (OSD) в пикселях. Применяется в частности для углов OSD." + }, + "position": { + "label": "Расположение", + "select": { + "options": { + "bottom_left": "Слева снизу", + "bottom_right": "Справа снизу", + "center": "По центру", + "top_left": "Слева сверху", + "top_right": "Справа сверху" + } + }, + "title": "Выберите позицию отображения на экране (OSD)" + }, + "type": { + "label": "Тип", + "select": { + "options": { + "circle": "Круг", + "line": "Линия", + "no_display": "Не показывать", + "text": "Текст" + } + }, + "title": "Выберите тип отображения на экране (OSD)" + } + }, + "title": "On-screen display settings" + }, + "playerQuality": { + "enable": { + "label": "Включить автоматическую регулировку качества", + "title": "Автоматически настраивает качество видео на выбранный уровень." + }, + "settings": { + "quality": { + "select": { + "label": "Качество проигрывателя", + "title": "Качество, которое будет задаваться для видео" + } + }, + "qualityFallbackStrategy": { + "select": { + "label": "Стратегия восстановления качества", + "options": { + "higher": "Выше", + "lower": "Ниже" + }, + "title": "Какую стратегию использовать, когда выбранное качество недоступно" + } + } + }, + "title": "Автоматические настройки качества" + }, + "playerSpeed": { + "enable": { + "label": "Включить принудительную скорость воспроизведения", + "title": "Устанавливает скорость проигрывания видео на ту, что вы выбрали ниже" + }, + "settings": { + "buttons": { + "label": "Кнопки регулирования скорости видео", + "select": { + "label": "Дельта кнопок регулирования скорости", + "title": "Число, на которое будет изменена скорость за клик" + }, + "title": "Добавляет кнопки для увеличения или уменьшения скорости воспроизведения просматриваемого видео" + }, + "speed": { + "select": { + "label": "Скорость проигрывателя", + "title": "Скорость, которая будет задаваться для видео" + } + } + }, + "title": "Настройки скорости воспроизведения" + }, + "playlistLength": { + "enable": { + "label": "Отображать информацию о длине плейлиста", + "title": "Отображает общую временную длину плейлиста, сколько было просмотрено и сколько осталось." + }, + "settings": { + "wayToGetLength": { + "select": { + "label": "Способ получения длины плейлиста", + "title": "Способ получения информации о длине плейлиста (метод API будет переключаться обратно к HTML, если возникнет ошибка)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Метод получения времени просмотра", + "options": { + "duration": "Продолжительность видео", + "youtube": "Время просмотра видео" + }, + "title": "Способ получения количества времени просмотра (тип длины видео используется только на странице просмотра)" + } + } + }, + "title": "Настройки длины плейлиста" + }, + "playlistManagementButtons": { + "settings": { + "markAsUnwatchedButton": { + "enable": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + } + }, + "removeVideoButton": { + "enable": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + } + }, + "title": "Playlist management settings" + }, + "screenshotButton": { + "enable": { + "label": "Включить кнопку «Скриншот»", + "title": "Добавляет кнопку в проигрыватель которая делает скриншот видео" + }, + "settings": { + "format": { + "label": "Формат скриншота", + "title": "Формат, в котором будет сохраняться скриншот" + }, + "saveAs": { + "select": { + "label": "Тип сохранения скриншота", + "options": { + "both": "Both (File and Clipboard)", + "clipboard": "Буфер обмена", + "file": "Файл" + }, + "title": "Тип сохранения скриншота" + } + } + }, + "title": "Настройки скриншотов" + }, + "scrollWheelSpeedControl": { + "enable": { + "label": "Включить управление скоростью воспроизведения с помощью колеса мыши", + "title": "Нажмите клавишу-модификатор, чтобы включить управление скоростью воспроизведения с помощью колеса мыши." + }, + "extras": { + "optionLabel": "Клавиша {{KEY}}" + }, + "settings": { + "adjustmentSteps": { + "label": "Изменение скорости воспроизведения за прокрутку колеса", + "title": "Регулировка значения, на которое изменяется скорость воспроизведения за прокрутку" + }, + "modifierKey": { + "select": { + "label": "Клавиша-модификатор", + "title": "Используемая клавиша-модификатор" + } + } + }, + "title": "Настройки управления скоростью воспроизведения с помощью колеса мыши" + }, + "scrollWheelVolumeControl": { + "enable": { + "label": "Включить управление громкостью с помощью колеса мыши", + "title": "Позволяет использовать колесо мыши для управления громкостью видео, которое вы просматриваете" + }, + "extras": { + "optionLabel": "Клавиша {{KEY}}" + }, + "settings": { + "adjustmentSteps": { + "label": "Изменение громкости за прокрутку колеса", + "title": "Регулировка значения, на которое изменяется громкость за прокрутку" + }, + "holdModifierKey": { + "label": "Включить при удержании клавиши-модификатора", + "select": { + "label": "Клавиша-модификатор", + "title": "Используемая клавиша-модификатор" + }, + "title": "Нажмите клавишу-модификатор, чтобы включить управление громкостью с помощью колеса мыши." + }, + "holdRightClick": { + "label": "Включить при удержании правой кнопки мыши", + "title": "Удерживайте правую кнопку мыши, чтобы включить управление громкостью с помощью колеса мыши" + } + }, + "title": "Настройки управления громкостью с помощью колеса мыши" + }, + "videoHistory": { + "enable": { + "label": "Отслеживание таймкода просматриваемого видео", + "title": "Отслеживает, на каком моменте вы остановили просмотр видео и продолжает с него" + }, + "settings": { + "resumeType": { + "select": { + "label": "Тип возобновления", + "options": { + "automatic": "Автоматически", + "prompt": "Запрашивать" + }, + "title": "Выберите, как вы хотите возобновлять просмотр видео" + } + } + }, + "title": "Настройки отслеживания" + }, + "volumeBoost": { + "enable": { + "label": "Включить усиление громкости", + "title": "Включить усиление громкости" + }, + "settings": { + "amount": { + "label": "Значение увеличения громкости (дБ)", + "title": "Значение, на которое будет увеличена громкость" + }, + "mode": { + "select": { + "label": "Режим увеличения громкости", + "options": { + "global": "Глобально", + "perVideo": "Для видео" + }, + "title": "Выберите, каким образом должно применяться усиление громкости. 'Для видео' позволяет включать усиление для каждого видео отдельно в меню функций. 'Глобально' применяет усиление для всех просматриваемых видео когда усиление громкости включено." + } + } + }, + "title": "Настройки усиления громкости" + } + } + } +} From b4f70a9235ccb352237a2d49b3cdc2c18552d563 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 3 Feb 2026 15:32:11 -0500 Subject: [PATCH 1575/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 1648 +++++++++++++++++++------------------ 1 file changed, 826 insertions(+), 822 deletions(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index 5b661d394..078ef4374 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -1,823 +1,827 @@ { - "langCode": "tr-TR", - "langName": "Türkçe", - "messages": { - "resumingVideo": "{{VIDEO_TIME}} tarihinde videoyu devam ettir", - "settingVolume": "Ses güçlendirmesini {{VOLUME_BOOST_AMOUNT}} olarak ayarla" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "label": "Geçerli zamana ait video URL'sini kopyala" - }, - "extras": { - "copied": "Kopyalandı!" - } - }, - "featureMenu": { - "button": { - "label": "Özellik menüsü" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "{{TIME}} hızlı ileri sar" - }, - "rewindButton": { - "label": "{{TIME}} kadar geri sar" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "Bitiş ekranı kartlarını gizle", - "toggle": { - "off": "Bitiş ekranı kartlarını göster", - "on": "Bitiş ekranı kartlarını gizle" - } - } - }, - "loopButton": { - "button": { - "label": "Tekrarla", - "toggle": { - "off": "Tekrarlama kapalı", - "on": "Tekrarlama açık" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "Ekranı kapla", - "toggle": { - "off": "Tam ekran kapalı", - "on": "Tam ekran açıl" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Transkripti Aç" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Hızı {{SPEED}} değerine düşür" - }, - "increasePlaybackSpeedButton": { - "label": "Hızı {{SPEED}} değerine çıkar" - } - }, - "extras": { - "decreaseLimit": "Daha fazla düşüremezsin ({{SPEED}})", - "increaseLimit": "Daha fazla artıramazsın ({{SPEED}})" - } - }, - "playlistLength": { - "title": "Bazı videolar gizliyse veya tam uzunluğa ulaşmak için yeterli sayıda video yüklemediyseniz, toplam uzunluk doğru olmayabilir." - }, - "playlistManagementButtons": { - "extras": { - "failedToMarkAsUnwatched": "Videoyu izlenmemiş olarak işaretleme başarısız oldu", - "failedToRemoveVideo": "Video kaldırılamadı", - "markAsUnwatched": "İzlenmemiş olarak işaretle", - "markingAsUnwatched": "İzlenmemiş olarak işaretleniyor…", - "removeVideo": "Videoyu kaldır", - "removingVideo": "Video kaldırılıyor…" - } - }, - "saveToWatchLaterButton": { - "extras": { - "failedToSaveVideo": "Videoyu daha sonra izlemek üzere kaydetme işlemi başarısız oldu", - "saveVideo": "Daha sonra izlemek için kaydet", - "savingVideo": "Daha sonra izlemek için kaydediliyor…" - } - }, - "screenshotButton": { - "button": { - "label": "Ekran görüntüsü" - }, - "extras": { - "copiedToClipboard": "Ekran görüntüsü panoya kopyalandı" - } - }, - "videoHistory": { - "extras": { - "resumeButton": "Devam Et", - "resumePromptClose": "Kapat" - } - }, - "volumeBoostButton": { - "button": { - "label": "Ses Yükseltici", - "toggle": { - "off": "Ses Yükseltici Devredışı", - "on": "Ses Yükseltici Aktif" - } - } - } - } - }, - "options": { - "extras": { - "bottomButtons": { - "clear": { - "title": "Bu uzantının makinenizde sakladığı tüm verileri temizler", - "value": "Veriyi Temizle" - }, - "confirm": { - "title": "Ayarı sıfırlamayı onayla", - "value": "Onayla" - }, - "openTab": { - "title": "Uzantı ayarlarını yeni bir sekmede açın" - }, - "reset": { - "title": "Tüm ayarları varsayılan değerlerine sıfırlar. Değişiklikleri kaydetmek için onayla düğmesine tıklayın", - "value": "Sıfırla" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "Video bağlantısını zaman damgasıyla kopyala butonu", - "decreasePlaybackSpeedButton": "Hızı Düşürme Butonu", - "forwardButton": "Hızlı İleri düğmesi", - "hideEndScreenCardsButton": "Bitiş ekranı kartlarını gizleme düğmesi", - "increasePlaybackSpeedButton": "Hızı Artırma Butonu", - "loopButton": "Döngü düğmesi", - "maximizePlayerButton": "Tam ekran düğmesi", - "openTranscriptButton": "Transkripti Aç butonu", - "rewindButton": "Geri sarma düğmesi", - "screenshotButton": "Ekran görüntüsü düğmesi", - "volumeBoostButton": "Ses güçlendirme düğmesi" - }, - "options": { - "below_player": { - "placement": "oynatıcı kontrollerinin altında", - "value": "Oynatıcının altında" - }, - "feature_menu": { - "placement": "özellik menüsünde", - "value": "Özellik Menüsü" - }, - "player_controls_left": { - "placement": "oynatıcı kontrollerinin sol tarafında", - "value": "Sol Kontroller" - }, - "player_controls_right": { - "placement": "oynatıcı kontrollerinin sağ tarafında", - "value": "Sağ Kontroller" - } - }, - "title": "{{BUTTON_NAME}} düğmesini {{PLACEMENT}} konumuna yerleştir" - }, - "title": "Düğme yerleşim ayarları" - }, - "clearData": { - "allDataDeleted": "Tüm veriler silindi.", - "confirmAlert": "Bu seçeneklerle ilgili tüm uzantı verilerini silecektir. Devam etmek istiyor musunuz?" - }, - "featureMenu": { - "openType": { - "select": { - "label": "Menü Aktivasyon Türü", - "options": { - "click": "Tıkla", - "hover": "İmleci Üzerine Getir" - }, - "title": "Özellik menüsünü etkinleştirme yöntemini seçin" - }, - "title": "Özellik menüsü ayarları" - } - }, - "importExportSettings": { - "exportButton": { - "success": "Ayarlar başarıyla dışa aktarıldı", - "title": "Ayarları JSON dosyasından içe aktar", - "value": "Ayarları Dışa Aktar" - }, - "importButton": { - "error": { - "unknown": "Ayarlar içe aktarılırken hata oluştu. Lütfen dosya formatını kontrol edin.\nBilinmeyen bir hata oluştu.", - "validation": "Ayarlar içe aktarılırken hata oluştu. Lütfen dosya formatını kontrol edin.\n{{ERROR_MESSAGE}}" - }, - "success": "Ayarlar başarıyla içe aktarıldı", - "title": "Ayarları JSON dosyasından içe aktar", - "value": "Ayarları İçe Aktar" - } - }, - "language": { - "select": { - "label": "Dil", - "title": "Uzuntı için kullanılacak dil" - }, - "title": "Dil" - }, - "optionDisabled": { - "either": { - "label": "Bu seçeneği yapılandırmak için {{OPTIONS}} öğesini etkinleştirin", - "separator": " veya " - }, - "plural": { - "label": "Bu seçeneği yapılandırmak için {{OPTIONS}} öğesini etkinleştirin", - "separator": " ve " - }, - "singular": "Bu seçeneği yapılandırmak için '{{OPTION}}' öğesini etkinleştirin", - "specificOption": { - "featureMenu": "Bu seçeneği yapılandırmak için özellik menüsüne yerleştirilecek en az bir düğmeyi yapılandırın.", - "screenshotButtonFileFormat": "Bu seçeneği yapılandırabilmek için ekran görüntüsü kaydetme türünü ‘Dosya’ veya ‘Her İkisi’ olarak ayarlayın" - } - }, - "scrollForMoreSettings": "Daha fazla ayar için kaydırın", - "settingSearch": { - "placeholder": "Bir ayar arayın" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "Buradan bir tane alabilirsiniz", - "input": { - "label": "API Anahtarı", - "title": "Youtube Veri API V3 anahtarınızı girin." - }, - "title": "YouTube API V3 anahtarı" - } - }, - "notifications": { - "error": { - "optionConflict": "'{{OPTION}}' etkinken bu seçenek etkinleştirilemez.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "Kaydırma tekerleği hız kontrolü için kullanılan değiştirici tuş, kaydırma tekerleği ses kontrolü için kullanılan değiştirici tuşla aynı olamaz.", - "volumeControl": "Kaydırma tekerleği ile ses düzeyi kontrolü için kullanılan değiştirici tuş, kaydırma hızı kontrolü için kullanılan değiştirici tuşla aynı olamaz." - } - } - }, - "info": { - "reset": "Tüm seçenekler varsayılan değerlerine sıfırlandı.\nArtık \"Onayla\" düğmesine tıklayarak değişiklikleri kaydedebilir veya bu sayfayı kapatarak iptal edebilir veya bu bildirimi göz ardı edebilirsiniz." - }, - "success": { - "saved": "Seçenekler kaydedildi." - } - } - } - }, - "settings": { - "sections": { - "customCSS": { - "enable": { - "label": "Özel CSS'yi etkinleştir", - "title": "Özel CSS'nin sayfaya uygulanmasını sağlar" - }, - "extras": { - "collapse": "Düzenleyiciyi Daralt", - "expand": "Düzenleyiciyi Genişlet", - "noProblems": "Hiç bir sorun bulunamadı." - }, - "title": "Özel CSS Ayarları" - }, - "deepDarkCSS": { - "enable": { - "label": "Seçilen temayı etkinleştir", - "title": "Sayfa için seçilen temayı etkinleştirin" - }, - "extras": { - "author": "Yazar", - "co-authors": "Ortak yazarlar" - }, - "settings": { - "colorShadow": { - "label": "Gölge rengi", - "title": "Gölge rengi" - }, - "dimmerText": { - "label": "İkincil metin rengi", - "title": "İkincil metin rengi" - }, - "hoverBackground": { - "label": "Üzerine gelindiğindeki arka plan rengi", - "title": "Üzerine gelindiğindeki arka plan rengi" - }, - "mainBackground": { - "label": "Ana arka plan rengi", - "title": "Ana arka plan rengi" - }, - "mainColor": { - "label": "Vurgulama rengi", - "title": "Vurgulama rengi" - }, - "mainText": { - "label": "Ana metin rengi", - "title": "Ana metin için renk" - }, - "secondBackground": { - "label": "İkincil arka plan rengi", - "title": "İkincil arka plan rengi" - }, - "theme": { - "select": { - "label": "Tema seç", - "title": "Sayfa için uygulanacak bir tema seçin" - } - } - }, - "title": "YouTube deep dark ayarları" - }, - "forwardRewindButtons": { - "enable": { - "label": "İleri/geri sarma düğmeleri", - "title": "Video oynatıcısına ileri ve geri sarma düğmeleri ekler" - }, - "settings": { - "time": { - "label": "İleri/geri sarma süresi", - "title": "Videoyu ileri/geri sarmak için atlanacak süre" - } - }, - "title": "İleri/geri sarma düğmesi ayarları" - }, - "miscellaneous": { - "settings": { - "automaticallyDisableAmbientMode": { - "enable": { - "label": "Ortam modunu otomatik olarak devre dışı bırak", - "title": "Bir video yüklediğinizde ortam modunu otomatik olarak devre dışı bırakır" - } - }, - "automaticallyDisableAutoPlay": { - "enable": { - "label": "Otomatik oynatmayı, otomatik olarak devre dışı bırak", - "title": "Video yüklediğinizde otomatik oynatmayı devre dışı bırakır" - } - }, - "automaticallyDisableClosedCaptions": { - "enable": { - "label": "Kapalı altyazıları otomatik olarak devre dışı bırak", - "title": "Bir video yüklendiğinde kapalı altyazıları otomatik olarak devre dışı bırakır" - } - }, - "automaticallyEnableClosedCaptions": { - "enable": { - "label": "Kapalı altyazıları otomatik olarak etkinleştir", - "title": "Bir videoyu yüklediğinizde altyazıları otomatik olarak etkinleştirir" - } - }, - "automaticallyMaximizePlayer": { - "enable": { - "label": "Oynatıcıyı otomatik olarak azami boyuta getir", - "title": "Bir video yüklediğinizde oynatıcıyı otomatik olarak büyütür" - } - }, - "automaticallyShowMoreVideosOnEndScreen": { - "enable": { - "label": "Bitiş ekranında otomatik olarak daha fazla video göster", - "title": "Video yüklediğinizde bitiş ekranında otomatik olarak daha fazla video gösterilir" - } - }, - "automaticTheaterMode": { - "enable": { - "label": "Otomatik tiyatro modu", - "title": "Bir video yüklediğinizde tiyatro modunu otomatik olarak etkinleştirir" - } - }, - "copyTimestampUrlButton": { - "enable": { - "label": "Video URL'sini zaman damgası düğmesiyle kopyala", - "title": "Video URL'sini zaman damgasıyla kopyalar (?t=123)" - } - }, - "defaultToOriginalAudioTrack": { - "enable": { - "label": "Varsayılan olarak orijinal ses parçasına dön", - "title": "Her zaman varsayılan olarak orijinal ses parçasına dön" - } - }, - "saveToWatchLaterButton": { - "enable": { - "label": "Daha Sonra İzle'ye kaydetme düğmesini etkinleştir", - "title": "Ana Sayfa ve Abonelikler videolarına, oynatma listesine kaydetmek için videoyu ‘Daha Sonra İzle’ düğmesi ekler" - } - }, - "hideArtificialIntelligenceSummary": { - "enable": { - "label": "AI özetini gizle", - "title": "Videoların altındaki yapay zeka özetini gizler" - } - }, - "hideEndScreenCards": { - "enable": { - "label": "Bitiş ekranı kartlarını gizle", - "title": "Video'nun sonundaki kartları gizler" - } - }, - "hideEndScreenCardsButton": { - "enable": { - "label": "Bitiş ekranı kartlarını gizleme düğmesi", - "title": "Video'nun sonuna bitiş ekranı kartlarını gizlemek/göstermek için bir düğme ekler" - } - }, - "hideLiveStreamChat": { - "enable": { - "label": "Canlı yayın sohbetini gizle", - "title": "Canlı yayın sohbetini gizler" - } - }, - "hideMembersOnlyVideos": { - "enable": { - "label": "Üyelere özel videoları gizle", - "title": "Sadece üyelere görünen videoları gizle" - } - }, - "hideOfficialArtistVideosFromHomePage": { - "enable": { - "label": "Resmi Sanatçı Videolarını Gizle", - "title": "Ana Sayfada Resmi Sanatçı Videolarını Gizle" - } - }, - "hidePaidPromotionBanner": { - "enable": { - "label": "Ücretli tanıtım afişini gizle", - "title": "Ücretli tanıtım içeren bir videoyu izlediğinizde görünen başlığı gizler" - } - }, - "hidePlayables": { - "enable": { - "label": "Oynatılabilirleri gizle", - "title": "Tüm oynatılabilir öğeleri gizle" - } - }, - "hidePlaylistRecommendationsFromHomePage": { - "enable": { - "label": "Ana sayfadaki oynatma listelerini gizle", - "title": "Ana sayfadaki oynatma listelerinden kurtulun" - } - }, - "hideScrollbar": { - "enable": { - "label": "Kaydırma çubuğu gizlemeyi etkinleştir", - "title": "Sayfa kaydırma çubuğunu gizler" - } - }, - "hideShorts": { - "enable": { - "label": "Kısa videoları gizle", - "title": "Tüm kısa videoları gizler" - } - }, - "hideSidebarRecommendedVideos": { - "enable": { - "label": "Önerilen videoları gizle", - "title": "Video önerilerini gösteren kenar çubuğunu gizler" - } - }, - "hideTranslateComment": { - "enable": { - "label": "Yorumu Çevir'i Gizle Butonu", - "title": "Yorumlar altındaki 'Dile Çevir' düğmesini gizler" - } - }, - "loopButton": { - "enable": { - "label": "Tekrarlama düğmesi", - "title": "İzlediğiniz videoyu döngüye almak için özellik menüsüne bir düğme ekler" - } - }, - "maximizePlayerButton": { - "enable": { - "label": "Oynatıcıyı tam ekran yapma düğmesini etkinleştir", - "title": "Oynatıcıyı büyütmek için özellik menüsüne bir düğme ekler" - } - }, - "openTranscriptButton": { - "enable": { - "label": "Not dökümü düğmesini gizle", - "title": "İzlediğiniz videonun metnini açmak için özellik menüsüne bir düğme ekler" - } - }, - "openYouTubeSettingsOnHover": { - "enable": { - "label": "Fare ile üzerine gelerek Youtube ayarlarını açın", - "title": "Ayarlar düğmesinin üzerine gelindiğinde YouTube ayarlar menüsünü açar" - } - }, - "pauseBackgroundPlayers": { - "enable": { - "label": "Arka plan oynatıcılarını duraklat", - "title": "Ön plan sekmesinde yeni bir oynatıcı başlattığınızda arka plan sekmelerindeki video oynatıcıları duraklatır" - } - }, - "remainingTime": { - "enable": { - "label": "Kalan süre", - "title": "İzlediğiniz videonun kalan süresini gösterir" - } - }, - "rememberVolume": { - "enable": { - "label": "Son ses hacmini hatırla", - "title": "İzlediğiniz son videonun ses seviyesini hatırlar ve yeni bir video açtığınızda bu ses seviyesine ayarlar" - } - }, - "removeRedirect": { - "enable": { - "label": "YouTube yönlendirme bağlantılarını kaldır", - "title": "Yönlendirme uyarı diyaloğunu atlayarak YouTube yönlendirmesini gerçek URL'lerle değiştirir" - } - }, - "restoreFullscreenScrolling": { - "enable": { - "label": "Tam ekran kaydırmayı geri yükle", - "title": "Tam ekran modunda kaydırmayı geri yükler" - } - }, - "shareShortener": { - "enable": { - "label": "YouTube video paylaşım bağlantısını kısalt", - "title": "YouTube video paylaşım bağlantısını (youtu.be) si/feature parametrelerini çıkararak kısaltır" - } - }, - "shortsAutoScroll": { - "enable": { - "label": "Kısa videoya otomatik kaydır", - "title": "Bir sonraki kısa videoya otomatik kaydır" - } - }, - "skipContinueWatching": { - "enable": { - "label": "\"Video durdu. Hala orda mısın?\"ı Atla", - "title": "Video oynatmayı durduran boşta kalma iletişim kutusunu atlar" - } - } - }, - "title": "Çeşitli ayarlar" - }, - "onScreenDisplaySettings": { - "settings": { - "color": { - "label": "Renk", - "select": { - "options": { - "blue": "Mavi", - "green": "Yeşil", - "orange": "Turuncu", - "pink": "Pembe", - "purple": "Mor", - "red": "Kırmızı", - "white": "Beyaz", - "yellow": "Sarı" - } - }, - "title": "Ekran göstergesinin rengini seçin" - }, - "hide": { - "label": "Gecikmeyi Gizle", - "title": "Ekran görüntüsünü otomatik olarak gizlemeden önce geçen süreyi milisaniye cinsinden belirtin" - }, - "opacity": { - "label": "Saydamlık", - "title": "Ekrandaki gösterimin saydamlığını ayarlayın" - }, - "padding": { - "label": "İç Boşluk", - "title": "Ekran Üzeri Gösterge etrafındaki boşluğu piksel cinsinden ayarlayın. Bu ayar özellikle köşe Ekran Üzeri Gösterge için geçerlidir." - }, - "position": { - "label": "Konum", - "select": { - "options": { - "bottom_left": "Sol Alt", - "bottom_right": "Sağ Alt", - "center": "Orta", - "top_left": "Sol Üst", - "top_right": "Sağ Üst" - } - }, - "title": "Ekran görüntüleme konumunu seçin" - }, - "type": { - "label": "Tür", - "select": { - "options": { - "circle": "Daire", - "line": "Satır", - "no_display": "Ekran yok", - "text": "Metin" - } - }, - "title": "Ekran görüntüleme türünü seçin" - } - }, - "title": "Ekran üstü görüntü ayarları" - }, - "playerQuality": { - "enable": { - "label": "Otomatik kalite ayarlamayı etkinleştir", - "title": "Video kalitesini seçilen seviyeye otomatik olarak ayarlar." - }, - "settings": { - "quality": { - "select": { - "label": "Oynatma kalitesi", - "title": "Videonun ayarlanacağı kalite" - } - }, - "qualityFallbackStrategy": { - "select": { - "label": "Kalite geri dönüş stratejisi", - "options": { - "higher": "Daha yüksek", - "lower": "Daha düşük" - }, - "title": "Seçilen kalite mevcut değilse kullanılacak strateji" - } - } - }, - "title": "Otomatik kalite ayarları" - }, - "playerSpeed": { - "enable": { - "label": "Zorunlu oynatma hızını etkinleştir", - "title": "Video hızını aşağıda seçtiğiniz hıza ayarlar" - }, - "settings": { - "buttons": { - "label": "Oynatma hızı ayarları", - "select": { - "label": "Oynatma düğmelerinin hızı", - "title": "Tıklama başına değiştirilecek hız miktarı" - }, - "title": "İzlediğiniz videonun oynatma hızını artırmak veya azaltmak için düğmeler ekler" - }, - "speed": { - "select": { - "label": "Oynatma hızı", - "title": "Video oynatma hızını ayarlar" - } - } - }, - "title": "Oynatma hızı ayarları" - }, - "playlistLength": { - "enable": { - "label": "Çalma listesinin uzunluk bilgilerini göster", - "title": "Oynatma listesinin toplam, izlenen ve ne kalan uzunluğunu gösterir." - }, - "settings": { - "wayToGetLength": { - "select": { - "label": "Oynatma listesi uzunluğunu alma yöntemi", - "title": "Oynatma listesi uzunluk bilgisi alma yolu (Bir hata oluşursa API yöntemi HTML'e geri dönecek)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "İzlenme süresini alma yöntemi", - "options": { - "duration": "Video Uzunluğu", - "youtube": "Video İzlenme Süresi" - }, - "title": "İzlenen süreyi alma yolu (Video Uzunluğu türü yalnızca izleme sayfasında kullanılır)" - } - } - }, - "title": "Oynatma listesi uzunluk ayarları" - }, - "playlistManagementButtons": { - "settings": { - "markAsUnwatchedButton": { - "enable": { - "label": "İzlenmeyen olarak işaretle düğmesi", - "title": "Videoları izlenmemiş olarak işaretlemek için bir düğme ekler" - } - }, - "removeVideoButton": { - "enable": { - "label": "Video düğmesini kaldır", - "title": "Oynatma listesinden videoları kaldırmak için bir düğme ekler" - } - } - }, - "title": "Oynatma listesini yönetme ayarları" - }, - "screenshotButton": { - "enable": { - "label": "Ekran görüntüsü tuşunu etkinleştir", - "title": "Videonun ekran görüntüsünü almak için oynatıcıya bir düğme ekler" - }, - "settings": { - "format": { - "label": "Ekran görüntüsü formatı", - "title": "Ekran görüntüsünün kaydedileceği format" - }, - "saveAs": { - "select": { - "options": { - "both": "Her İkisi", - "clipboard": "Pano", - "file": "Dosya" - }, - "label": "Ekran görüntüsü kaydetme türü", - "title": "Ekran görüntüsü kaydetme türü" - } - } - }, - "title": "Ekran görüntüsü ayarları" - }, - "scrollWheelSpeedControl": { - "enable": { - "label": "Kaydırma tekerleği hız kontrolü", - "title": "Kaydırma tekerleği ile hız ayarını etkinleştirmek için değiştirici tuşlarından birine basın." - }, - "extras": { - "optionLabel": "{{KEY}} anahtarı" - }, - "settings": { - "adjustmentSteps": { - "label": "Kaydırma başına hız değişimi", - "title": "Kaydırma başına hız değiştirmeyi ayarlar" - }, - "modifierKey": { - "select": { - "label": "Düzenleyici anahtar", - "title": "Kullanılacak kısayol düğmesi" - } - } - }, - "title": "Kaydırma tekerleği için hız kontrolü ayarları" - }, - "scrollWheelVolumeControl": { - "enable": { - "label": "Kaydırma tekerleği ile ses kontrolü", - "title": "İzlediğiniz videonun ses düzeyini kontrol etmek için kaydırma tekerleğini kullanmanızı sağlar" - }, - "extras": { - "optionLabel": "{{KEY}} anahtarı" - }, - "settings": { - "adjustmentSteps": { - "label": "Her kaydırmada değiştirilecek ses düzeyi", - "title": "Her kaydırmada değiştirilecek ses düzeyini ayarlayın" - }, - "holdModifierKey": { - "label": "Değiştirici tuşa basılı tutulduğunda", - "select": { - "label": "Düzenleyici anahtar", - "title": "Kullanılacak kısayol düğmesi" - }, - "title": "Kaydırma tekerleği ile ses düzeyi ayarını etkinleştirmek için değiştirici tuşlardan birine basın" - }, - "holdRightClick": { - "label": "Etkinleştirmek için sağ tuşa basılı tutun", - "title": "Kaydırma tekerleği ile ses kontrolünü etkinleştirmek için farenin sağ düğmesine basılı tutun" - } - }, - "title": "Kaydırma tekerleği ile ses seviyesi kontrolü ayarları" - }, - "videoHistory": { - "enable": { - "label": "İzlenen videoları takip edin", - "title": "İzlediğiniz videolarda en son nerede kaldığınızı takip eder ve oynatmaya oradan devam etmenizi sağlar" - }, - "settings": { - "resumeType": { - "select": { - "label": "Devam etme türü", - "options": { - "automatic": "Otomatik", - "prompt": "İpucu" - }, - "title": "Videoları nasıl devam ettirmek istediğinizi seçin" - } - } - }, - "title": "Video geçmişi ayarları" - }, - "volumeBoost": { - "enable": { - "label": "Ses güçlendirmeyi etkinleştir", - "title": "Ses güçlendirmeyi etkinleştir" - }, - "settings": { - "amount": { - "label": "Ses güçlendirme miktarı (dB)", - "title": "Ses güçlendirme miktarı" - }, - "mode": { - "select": { - "label": "Ses güçlendirme modu", - "options": { - "global": "Genel", - "perVideo": "Video başına" - }, - "title": "Ses artırmanın nasıl uygulanacağını seçin. 'Video başına', özellik menüsünde her video için ayrı ayrı güçlendirmenin etkinleştirilmesine olanak tanır. 'Genel', ses artırma etkinleştirildiğinde tüm videolara güçlendirme uygular." - } - } - }, - "title": "Ses güçlendirme ayarları" - } - } - } -} \ No newline at end of file + "langCode": "tr-TR", + "langName": "Türkçe", + "messages": { + "resumingVideo": "{{VIDEO_TIME}} tarihinde videoyu devam ettir", + "settingVolume": "Ses güçlendirmesini {{VOLUME_BOOST_AMOUNT}} olarak ayarla" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "label": "Geçerli zamana ait video URL'sini kopyala" + }, + "extras": { + "copied": "Kopyalandı!" + } + }, + "featureMenu": { + "button": { + "label": "Özellik menüsü" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "{{TIME}} hızlı ileri sar" + }, + "rewindButton": { + "label": "{{TIME}} kadar geri sar" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Bitiş ekranı kartlarını gizle", + "toggle": { + "off": "Bitiş ekranı kartlarını göster", + "on": "Bitiş ekranı kartlarını gizle" + } + } + }, + "loopButton": { + "button": { + "label": "Tekrarla", + "toggle": { + "off": "Tekrarlama kapalı", + "on": "Tekrarlama açık" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "Ekranı kapla", + "toggle": { + "off": "Tam ekran kapalı", + "on": "Tam ekran açıl" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Transkripti Aç" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Hızı {{SPEED}} değerine düşür" + }, + "increasePlaybackSpeedButton": { + "label": "Hızı {{SPEED}} değerine çıkar" + } + }, + "extras": { + "decreaseLimit": "Daha fazla düşüremezsin ({{SPEED}})", + "increaseLimit": "Daha fazla artıramazsın ({{SPEED}})" + } + }, + "playlistLength": { + "title": "Bazı videolar gizliyse veya tam uzunluğa ulaşmak için yeterli sayıda video yüklemediyseniz, toplam uzunluk doğru olmayabilir." + }, + "playlistManagementButtons": { + "extras": { + "failedToMarkAsUnwatched": "Videoyu izlenmemiş olarak işaretleme başarısız oldu", + "failedToRemoveVideo": "Video kaldırılamadı", + "markAsUnwatched": "İzlenmemiş olarak işaretle", + "markingAsUnwatched": "İzlenmemiş olarak işaretleniyor…", + "removeVideo": "Videoyu kaldır", + "removingVideo": "Video kaldırılıyor…" + } + }, + "saveToWatchLaterButton": { + "extras": { + "failedToSaveVideo": "Videoyu daha sonra izlemek üzere kaydetme işlemi başarısız oldu", + "saveVideo": "Daha sonra izlemek için kaydet", + "savingVideo": "Daha sonra izlemek için kaydediliyor…" + } + }, + "screenshotButton": { + "button": { + "label": "Ekran görüntüsü" + }, + "extras": { + "copiedToClipboard": "Ekran görüntüsü panoya kopyalandı" + } + }, + "videoHistory": { + "extras": { + "resumeButton": "Devam Et", + "resumePromptClose": "Kapat" + } + }, + "volumeBoostButton": { + "button": { + "label": "Ses Yükseltici", + "toggle": { + "off": "Ses Yükseltici Devredışı", + "on": "Ses Yükseltici Aktif" + } + } + } + } + }, + "options": { + "extras": { + "bottomButtons": { + "clear": { + "title": "Bu uzantının makinenizde sakladığı tüm verileri temizler", + "value": "Veriyi Temizle" + }, + "confirm": { + "title": "Ayarı sıfırlamayı onayla", + "value": "Onayla" + }, + "openTab": { + "title": "Uzantı ayarlarını yeni bir sekmede açın" + }, + "reset": { + "title": "Tüm ayarları varsayılan değerlerine sıfırlar. Değişiklikleri kaydetmek için onayla düğmesine tıklayın", + "value": "Sıfırla" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Video bağlantısını zaman damgasıyla kopyala butonu", + "decreasePlaybackSpeedButton": "Hızı Düşürme Butonu", + "forwardButton": "Hızlı İleri düğmesi", + "hideEndScreenCardsButton": "Bitiş ekranı kartlarını gizleme düğmesi", + "increasePlaybackSpeedButton": "Hızı Artırma Butonu", + "loopButton": "Döngü düğmesi", + "maximizePlayerButton": "Tam ekran düğmesi", + "openTranscriptButton": "Transkripti Aç butonu", + "rewindButton": "Geri sarma düğmesi", + "screenshotButton": "Ekran görüntüsü düğmesi", + "volumeBoostButton": "Ses güçlendirme düğmesi" + }, + "options": { + "below_player": { + "placement": "oynatıcı kontrollerinin altında", + "value": "Oynatıcının altında" + }, + "feature_menu": { + "placement": "özellik menüsünde", + "value": "Özellik Menüsü" + }, + "player_controls_left": { + "placement": "oynatıcı kontrollerinin sol tarafında", + "value": "Sol Kontroller" + }, + "player_controls_right": { + "placement": "oynatıcı kontrollerinin sağ tarafında", + "value": "Sağ Kontroller" + } + }, + "title": "{{BUTTON_NAME}} düğmesini {{PLACEMENT}} konumuna yerleştir" + }, + "title": "Düğme yerleşim ayarları" + }, + "clearData": { + "allDataDeleted": "Tüm veriler silindi.", + "confirmAlert": "Bu seçeneklerle ilgili tüm uzantı verilerini silecektir. Devam etmek istiyor musunuz?" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Menü Aktivasyon Türü", + "options": { + "click": "Tıkla", + "hover": "İmleci Üzerine Getir" + }, + "title": "Özellik menüsünü etkinleştirme yöntemini seçin" + }, + "title": "Özellik menüsü ayarları" + } + }, + "importExportSettings": { + "exportButton": { + "success": "Ayarlar başarıyla dışa aktarıldı", + "title": "Ayarları JSON dosyasından içe aktar", + "value": "Ayarları Dışa Aktar" + }, + "importButton": { + "error": { + "unknown": "Ayarlar içe aktarılırken hata oluştu. Lütfen dosya formatını kontrol edin.\nBilinmeyen bir hata oluştu.", + "validation": "Ayarlar içe aktarılırken hata oluştu. Lütfen dosya formatını kontrol edin.\n{{ERROR_MESSAGE}}" + }, + "success": "Ayarlar başarıyla içe aktarıldı", + "title": "Ayarları JSON dosyasından içe aktar", + "value": "Ayarları İçe Aktar" + } + }, + "language": { + "select": { + "label": "Dil", + "title": "Uzuntı için kullanılacak dil" + }, + "title": "Dil" + }, + "openSettingsOnMajorOrMinorVersionChange": { + "label": "Open settings page on update", + "title": "Opens the settings page when a major or minor version of YouTube Enhancer is installed" + }, + "optionDisabled": { + "either": { + "label": "Bu seçeneği yapılandırmak için {{OPTIONS}} öğesini etkinleştirin", + "separator": " veya " + }, + "plural": { + "label": "Bu seçeneği yapılandırmak için {{OPTIONS}} öğesini etkinleştirin", + "separator": " ve " + }, + "singular": "Bu seçeneği yapılandırmak için '{{OPTION}}' öğesini etkinleştirin", + "specificOption": { + "featureMenu": "Bu seçeneği yapılandırmak için özellik menüsüne yerleştirilecek en az bir düğmeyi yapılandırın.", + "screenshotButtonFileFormat": "Bu seçeneği yapılandırabilmek için ekran görüntüsü kaydetme türünü ‘Dosya’ veya ‘Her İkisi’ olarak ayarlayın" + } + }, + "scrollForMoreSettings": "Daha fazla ayar için kaydırın", + "settingSearch": { + "placeholder": "Bir ayar arayın" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "Buradan bir tane alabilirsiniz", + "input": { + "label": "API Anahtarı", + "title": "Youtube Veri API V3 anahtarınızı girin." + }, + "title": "YouTube API V3 anahtarı" + } + }, + "notifications": { + "error": { + "optionConflict": "'{{OPTION}}' etkinken bu seçenek etkinleştirilemez.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "Kaydırma tekerleği hız kontrolü için kullanılan değiştirici tuş, kaydırma tekerleği ses kontrolü için kullanılan değiştirici tuşla aynı olamaz.", + "volumeControl": "Kaydırma tekerleği ile ses düzeyi kontrolü için kullanılan değiştirici tuş, kaydırma hızı kontrolü için kullanılan değiştirici tuşla aynı olamaz." + } + } + }, + "info": { + "reset": "Tüm seçenekler varsayılan değerlerine sıfırlandı.\nArtık \"Onayla\" düğmesine tıklayarak değişiklikleri kaydedebilir veya bu sayfayı kapatarak iptal edebilir veya bu bildirimi göz ardı edebilirsiniz." + }, + "success": { + "saved": "Seçenekler kaydedildi." + } + } + } + }, + "settings": { + "sections": { + "customCSS": { + "enable": { + "label": "Özel CSS'yi etkinleştir", + "title": "Özel CSS'nin sayfaya uygulanmasını sağlar" + }, + "extras": { + "collapse": "Düzenleyiciyi Daralt", + "expand": "Düzenleyiciyi Genişlet", + "noProblems": "Hiç bir sorun bulunamadı." + }, + "title": "Özel CSS Ayarları" + }, + "deepDarkCSS": { + "enable": { + "label": "Seçilen temayı etkinleştir", + "title": "Sayfa için seçilen temayı etkinleştirin" + }, + "extras": { + "author": "Yazar", + "co-authors": "Ortak yazarlar" + }, + "settings": { + "colorShadow": { + "label": "Gölge rengi", + "title": "Gölge rengi" + }, + "dimmerText": { + "label": "İkincil metin rengi", + "title": "İkincil metin rengi" + }, + "hoverBackground": { + "label": "Üzerine gelindiğindeki arka plan rengi", + "title": "Üzerine gelindiğindeki arka plan rengi" + }, + "mainBackground": { + "label": "Ana arka plan rengi", + "title": "Ana arka plan rengi" + }, + "mainColor": { + "label": "Vurgulama rengi", + "title": "Vurgulama rengi" + }, + "mainText": { + "label": "Ana metin rengi", + "title": "Ana metin için renk" + }, + "secondBackground": { + "label": "İkincil arka plan rengi", + "title": "İkincil arka plan rengi" + }, + "theme": { + "select": { + "label": "Tema seç", + "title": "Sayfa için uygulanacak bir tema seçin" + } + } + }, + "title": "YouTube deep dark ayarları" + }, + "forwardRewindButtons": { + "enable": { + "label": "İleri/geri sarma düğmeleri", + "title": "Video oynatıcısına ileri ve geri sarma düğmeleri ekler" + }, + "settings": { + "time": { + "label": "İleri/geri sarma süresi", + "title": "Videoyu ileri/geri sarmak için atlanacak süre" + } + }, + "title": "İleri/geri sarma düğmesi ayarları" + }, + "miscellaneous": { + "settings": { + "automaticTheaterMode": { + "enable": { + "label": "Otomatik tiyatro modu", + "title": "Bir video yüklediğinizde tiyatro modunu otomatik olarak etkinleştirir" + } + }, + "automaticallyDisableAmbientMode": { + "enable": { + "label": "Ortam modunu otomatik olarak devre dışı bırak", + "title": "Bir video yüklediğinizde ortam modunu otomatik olarak devre dışı bırakır" + } + }, + "automaticallyDisableAutoPlay": { + "enable": { + "label": "Otomatik oynatmayı, otomatik olarak devre dışı bırak", + "title": "Video yüklediğinizde otomatik oynatmayı devre dışı bırakır" + } + }, + "automaticallyDisableClosedCaptions": { + "enable": { + "label": "Kapalı altyazıları otomatik olarak devre dışı bırak", + "title": "Bir video yüklendiğinde kapalı altyazıları otomatik olarak devre dışı bırakır" + } + }, + "automaticallyEnableClosedCaptions": { + "enable": { + "label": "Kapalı altyazıları otomatik olarak etkinleştir", + "title": "Bir videoyu yüklediğinizde altyazıları otomatik olarak etkinleştirir" + } + }, + "automaticallyMaximizePlayer": { + "enable": { + "label": "Oynatıcıyı otomatik olarak azami boyuta getir", + "title": "Bir video yüklediğinizde oynatıcıyı otomatik olarak büyütür" + } + }, + "automaticallyShowMoreVideosOnEndScreen": { + "enable": { + "label": "Bitiş ekranında otomatik olarak daha fazla video göster", + "title": "Video yüklediğinizde bitiş ekranında otomatik olarak daha fazla video gösterilir" + } + }, + "copyTimestampUrlButton": { + "enable": { + "label": "Video URL'sini zaman damgası düğmesiyle kopyala", + "title": "Video URL'sini zaman damgasıyla kopyalar (?t=123)" + } + }, + "defaultToOriginalAudioTrack": { + "enable": { + "label": "Varsayılan olarak orijinal ses parçasına dön", + "title": "Her zaman varsayılan olarak orijinal ses parçasına dön" + } + }, + "hideArtificialIntelligenceSummary": { + "enable": { + "label": "AI özetini gizle", + "title": "Videoların altındaki yapay zeka özetini gizler" + } + }, + "hideEndScreenCards": { + "enable": { + "label": "Bitiş ekranı kartlarını gizle", + "title": "Video'nun sonundaki kartları gizler" + } + }, + "hideEndScreenCardsButton": { + "enable": { + "label": "Bitiş ekranı kartlarını gizleme düğmesi", + "title": "Video'nun sonuna bitiş ekranı kartlarını gizlemek/göstermek için bir düğme ekler" + } + }, + "hideLiveStreamChat": { + "enable": { + "label": "Canlı yayın sohbetini gizle", + "title": "Canlı yayın sohbetini gizler" + } + }, + "hideMembersOnlyVideos": { + "enable": { + "label": "Üyelere özel videoları gizle", + "title": "Sadece üyelere görünen videoları gizle" + } + }, + "hideOfficialArtistVideosFromHomePage": { + "enable": { + "label": "Resmi Sanatçı Videolarını Gizle", + "title": "Ana Sayfada Resmi Sanatçı Videolarını Gizle" + } + }, + "hidePaidPromotionBanner": { + "enable": { + "label": "Ücretli tanıtım afişini gizle", + "title": "Ücretli tanıtım içeren bir videoyu izlediğinizde görünen başlığı gizler" + } + }, + "hidePlayables": { + "enable": { + "label": "Oynatılabilirleri gizle", + "title": "Tüm oynatılabilir öğeleri gizle" + } + }, + "hidePlaylistRecommendationsFromHomePage": { + "enable": { + "label": "Ana sayfadaki oynatma listelerini gizle", + "title": "Ana sayfadaki oynatma listelerinden kurtulun" + } + }, + "hideScrollbar": { + "enable": { + "label": "Kaydırma çubuğu gizlemeyi etkinleştir", + "title": "Sayfa kaydırma çubuğunu gizler" + } + }, + "hideShorts": { + "enable": { + "label": "Kısa videoları gizle", + "title": "Tüm kısa videoları gizler" + } + }, + "hideSidebarRecommendedVideos": { + "enable": { + "label": "Önerilen videoları gizle", + "title": "Video önerilerini gösteren kenar çubuğunu gizler" + } + }, + "hideTranslateComment": { + "enable": { + "label": "Yorumu Çevir'i Gizle Butonu", + "title": "Yorumlar altındaki 'Dile Çevir' düğmesini gizler" + } + }, + "loopButton": { + "enable": { + "label": "Tekrarlama düğmesi", + "title": "İzlediğiniz videoyu döngüye almak için özellik menüsüne bir düğme ekler" + } + }, + "maximizePlayerButton": { + "enable": { + "label": "Oynatıcıyı tam ekran yapma düğmesini etkinleştir", + "title": "Oynatıcıyı büyütmek için özellik menüsüne bir düğme ekler" + } + }, + "openTranscriptButton": { + "enable": { + "label": "Not dökümü düğmesini gizle", + "title": "İzlediğiniz videonun metnini açmak için özellik menüsüne bir düğme ekler" + } + }, + "openYouTubeSettingsOnHover": { + "enable": { + "label": "Fare ile üzerine gelerek Youtube ayarlarını açın", + "title": "Ayarlar düğmesinin üzerine gelindiğinde YouTube ayarlar menüsünü açar" + } + }, + "pauseBackgroundPlayers": { + "enable": { + "label": "Arka plan oynatıcılarını duraklat", + "title": "Ön plan sekmesinde yeni bir oynatıcı başlattığınızda arka plan sekmelerindeki video oynatıcıları duraklatır" + } + }, + "remainingTime": { + "enable": { + "label": "Kalan süre", + "title": "İzlediğiniz videonun kalan süresini gösterir" + } + }, + "rememberVolume": { + "enable": { + "label": "Son ses hacmini hatırla", + "title": "İzlediğiniz son videonun ses seviyesini hatırlar ve yeni bir video açtığınızda bu ses seviyesine ayarlar" + } + }, + "removeRedirect": { + "enable": { + "label": "YouTube yönlendirme bağlantılarını kaldır", + "title": "Yönlendirme uyarı diyaloğunu atlayarak YouTube yönlendirmesini gerçek URL'lerle değiştirir" + } + }, + "restoreFullscreenScrolling": { + "enable": { + "label": "Tam ekran kaydırmayı geri yükle", + "title": "Tam ekran modunda kaydırmayı geri yükler" + } + }, + "saveToWatchLaterButton": { + "enable": { + "label": "Daha Sonra İzle'ye kaydetme düğmesini etkinleştir", + "title": "Ana Sayfa ve Abonelikler videolarına, oynatma listesine kaydetmek için videoyu ‘Daha Sonra İzle’ düğmesi ekler" + } + }, + "shareShortener": { + "enable": { + "label": "YouTube video paylaşım bağlantısını kısalt", + "title": "YouTube video paylaşım bağlantısını (youtu.be) si/feature parametrelerini çıkararak kısaltır" + } + }, + "shortsAutoScroll": { + "enable": { + "label": "Kısa videoya otomatik kaydır", + "title": "Bir sonraki kısa videoya otomatik kaydır" + } + }, + "skipContinueWatching": { + "enable": { + "label": "\"Video durdu. Hala orda mısın?\"ı Atla", + "title": "Video oynatmayı durduran boşta kalma iletişim kutusunu atlar" + } + } + }, + "title": "Çeşitli ayarlar" + }, + "onScreenDisplaySettings": { + "settings": { + "color": { + "label": "Renk", + "select": { + "options": { + "blue": "Mavi", + "green": "Yeşil", + "orange": "Turuncu", + "pink": "Pembe", + "purple": "Mor", + "red": "Kırmızı", + "white": "Beyaz", + "yellow": "Sarı" + } + }, + "title": "Ekran göstergesinin rengini seçin" + }, + "hide": { + "label": "Gecikmeyi Gizle", + "title": "Ekran görüntüsünü otomatik olarak gizlemeden önce geçen süreyi milisaniye cinsinden belirtin" + }, + "opacity": { + "label": "Saydamlık", + "title": "Ekrandaki gösterimin saydamlığını ayarlayın" + }, + "padding": { + "label": "İç Boşluk", + "title": "Ekran Üzeri Gösterge etrafındaki boşluğu piksel cinsinden ayarlayın. Bu ayar özellikle köşe Ekran Üzeri Gösterge için geçerlidir." + }, + "position": { + "label": "Konum", + "select": { + "options": { + "bottom_left": "Sol Alt", + "bottom_right": "Sağ Alt", + "center": "Orta", + "top_left": "Sol Üst", + "top_right": "Sağ Üst" + } + }, + "title": "Ekran görüntüleme konumunu seçin" + }, + "type": { + "label": "Tür", + "select": { + "options": { + "circle": "Daire", + "line": "Satır", + "no_display": "Ekran yok", + "text": "Metin" + } + }, + "title": "Ekran görüntüleme türünü seçin" + } + }, + "title": "Ekran üstü görüntü ayarları" + }, + "playerQuality": { + "enable": { + "label": "Otomatik kalite ayarlamayı etkinleştir", + "title": "Video kalitesini seçilen seviyeye otomatik olarak ayarlar." + }, + "settings": { + "quality": { + "select": { + "label": "Oynatma kalitesi", + "title": "Videonun ayarlanacağı kalite" + } + }, + "qualityFallbackStrategy": { + "select": { + "label": "Kalite geri dönüş stratejisi", + "options": { + "higher": "Daha yüksek", + "lower": "Daha düşük" + }, + "title": "Seçilen kalite mevcut değilse kullanılacak strateji" + } + } + }, + "title": "Otomatik kalite ayarları" + }, + "playerSpeed": { + "enable": { + "label": "Zorunlu oynatma hızını etkinleştir", + "title": "Video hızını aşağıda seçtiğiniz hıza ayarlar" + }, + "settings": { + "buttons": { + "label": "Oynatma hızı ayarları", + "select": { + "label": "Oynatma düğmelerinin hızı", + "title": "Tıklama başına değiştirilecek hız miktarı" + }, + "title": "İzlediğiniz videonun oynatma hızını artırmak veya azaltmak için düğmeler ekler" + }, + "speed": { + "select": { + "label": "Oynatma hızı", + "title": "Video oynatma hızını ayarlar" + } + } + }, + "title": "Oynatma hızı ayarları" + }, + "playlistLength": { + "enable": { + "label": "Çalma listesinin uzunluk bilgilerini göster", + "title": "Oynatma listesinin toplam, izlenen ve ne kalan uzunluğunu gösterir." + }, + "settings": { + "wayToGetLength": { + "select": { + "label": "Oynatma listesi uzunluğunu alma yöntemi", + "title": "Oynatma listesi uzunluk bilgisi alma yolu (Bir hata oluşursa API yöntemi HTML'e geri dönecek)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "İzlenme süresini alma yöntemi", + "options": { + "duration": "Video Uzunluğu", + "youtube": "Video İzlenme Süresi" + }, + "title": "İzlenen süreyi alma yolu (Video Uzunluğu türü yalnızca izleme sayfasında kullanılır)" + } + } + }, + "title": "Oynatma listesi uzunluk ayarları" + }, + "playlistManagementButtons": { + "settings": { + "markAsUnwatchedButton": { + "enable": { + "label": "İzlenmeyen olarak işaretle düğmesi", + "title": "Videoları izlenmemiş olarak işaretlemek için bir düğme ekler" + } + }, + "removeVideoButton": { + "enable": { + "label": "Video düğmesini kaldır", + "title": "Oynatma listesinden videoları kaldırmak için bir düğme ekler" + } + } + }, + "title": "Oynatma listesini yönetme ayarları" + }, + "screenshotButton": { + "enable": { + "label": "Ekran görüntüsü tuşunu etkinleştir", + "title": "Videonun ekran görüntüsünü almak için oynatıcıya bir düğme ekler" + }, + "settings": { + "format": { + "label": "Ekran görüntüsü formatı", + "title": "Ekran görüntüsünün kaydedileceği format" + }, + "saveAs": { + "select": { + "label": "Ekran görüntüsü kaydetme türü", + "options": { + "both": "Her İkisi", + "clipboard": "Pano", + "file": "Dosya" + }, + "title": "Ekran görüntüsü kaydetme türü" + } + } + }, + "title": "Ekran görüntüsü ayarları" + }, + "scrollWheelSpeedControl": { + "enable": { + "label": "Kaydırma tekerleği hız kontrolü", + "title": "Kaydırma tekerleği ile hız ayarını etkinleştirmek için değiştirici tuşlarından birine basın." + }, + "extras": { + "optionLabel": "{{KEY}} anahtarı" + }, + "settings": { + "adjustmentSteps": { + "label": "Kaydırma başına hız değişimi", + "title": "Kaydırma başına hız değiştirmeyi ayarlar" + }, + "modifierKey": { + "select": { + "label": "Düzenleyici anahtar", + "title": "Kullanılacak kısayol düğmesi" + } + } + }, + "title": "Kaydırma tekerleği için hız kontrolü ayarları" + }, + "scrollWheelVolumeControl": { + "enable": { + "label": "Kaydırma tekerleği ile ses kontrolü", + "title": "İzlediğiniz videonun ses düzeyini kontrol etmek için kaydırma tekerleğini kullanmanızı sağlar" + }, + "extras": { + "optionLabel": "{{KEY}} anahtarı" + }, + "settings": { + "adjustmentSteps": { + "label": "Her kaydırmada değiştirilecek ses düzeyi", + "title": "Her kaydırmada değiştirilecek ses düzeyini ayarlayın" + }, + "holdModifierKey": { + "label": "Değiştirici tuşa basılı tutulduğunda", + "select": { + "label": "Düzenleyici anahtar", + "title": "Kullanılacak kısayol düğmesi" + }, + "title": "Kaydırma tekerleği ile ses düzeyi ayarını etkinleştirmek için değiştirici tuşlardan birine basın" + }, + "holdRightClick": { + "label": "Etkinleştirmek için sağ tuşa basılı tutun", + "title": "Kaydırma tekerleği ile ses kontrolünü etkinleştirmek için farenin sağ düğmesine basılı tutun" + } + }, + "title": "Kaydırma tekerleği ile ses seviyesi kontrolü ayarları" + }, + "videoHistory": { + "enable": { + "label": "İzlenen videoları takip edin", + "title": "İzlediğiniz videolarda en son nerede kaldığınızı takip eder ve oynatmaya oradan devam etmenizi sağlar" + }, + "settings": { + "resumeType": { + "select": { + "label": "Devam etme türü", + "options": { + "automatic": "Otomatik", + "prompt": "İpucu" + }, + "title": "Videoları nasıl devam ettirmek istediğinizi seçin" + } + } + }, + "title": "Video geçmişi ayarları" + }, + "volumeBoost": { + "enable": { + "label": "Ses güçlendirmeyi etkinleştir", + "title": "Ses güçlendirmeyi etkinleştir" + }, + "settings": { + "amount": { + "label": "Ses güçlendirme miktarı (dB)", + "title": "Ses güçlendirme miktarı" + }, + "mode": { + "select": { + "label": "Ses güçlendirme modu", + "options": { + "global": "Genel", + "perVideo": "Video başına" + }, + "title": "Ses artırmanın nasıl uygulanacağını seçin. 'Video başına', özellik menüsünde her video için ayrı ayrı güçlendirmenin etkinleştirilmesine olanak tanır. 'Genel', ses artırma etkinleştirildiğinde tüm videolara güçlendirme uygular." + } + } + }, + "title": "Ses güçlendirme ayarları" + } + } + } +} From 8b925530eedd5e6f47865e426f452dd6861ee084 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 3 Feb 2026 15:32:12 -0500 Subject: [PATCH 1576/1783] New translations en-us.json (Ukrainian) --- public/locales/uk-UA.json | 1648 +++++++++++++++++++------------------ 1 file changed, 826 insertions(+), 822 deletions(-) diff --git a/public/locales/uk-UA.json b/public/locales/uk-UA.json index 2bf405d56..380600c35 100644 --- a/public/locales/uk-UA.json +++ b/public/locales/uk-UA.json @@ -1,823 +1,827 @@ { - "langCode": "uk-UA", - "langName": "Українська (UA)", - "messages": { - "resumingVideo": "Продовжити відео з {{VIDEO_TIME}}", - "settingVolume": "Посилити гучність до {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "label": "Скопіювати URL відео з міткою часу" - }, - "extras": { - "copied": "Скопійовано!" - } - }, - "featureMenu": { - "button": { - "label": "Меню функцій" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "Швидкий перехід до {{TIME}}" - }, - "rewindButton": { - "label": "Перемотати {{TIME}}" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "Приховати картки наприкінці відео", - "toggle": { - "off": "Показати картки наприкінці відео", - "on": "Приховати картки наприкінці відео" - } - } - }, - "loopButton": { - "button": { - "label": "Повтор", - "toggle": { - "off": "Виключити повтор", - "on": "Включити повтор" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "Розгорнути", - "toggle": { - "off": "Згорнути", - "on": "Розгорнути" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Відкрити транскрипцію" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Зменшити швидкість до {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Збільшити швидкість до {{SPEED}}" - } - }, - "extras": { - "decreaseLimit": "Неможливо зменшити далі ({{SPEED}})", - "increaseLimit": "Неможливо збільшити далі ({{SPEED}})" - } - }, - "playlistLength": { - "title": "Загальна довжина може бути неточною, якщо деякі відео приховані або якщо ви ще не завантажили достатньо відео, щоб отримати повну довжину." - }, - "playlistManagementButtons": { - "extras": { - "failedToMarkAsUnwatched": "Failed to mark video as unwatched", - "failedToRemoveVideo": "Failed to remove video", - "markAsUnwatched": "Mark as unwatched", - "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "Remove video", - "removingVideo": "Removing video…" - } - }, - "saveToWatchLaterButton": { - "extras": { - "failedToSaveVideo": "Failed to save video to Watch Later", - "saveVideo": "Save to Watch Later", - "savingVideo": "Saving to Watch Later…" - } - }, - "screenshotButton": { - "button": { - "label": "Знімок екрана" - }, - "extras": { - "copiedToClipboard": "Знімок екрана скопійовано в буфер обміну" - } - }, - "videoHistory": { - "extras": { - "resumeButton": "Продовжити", - "resumePromptClose": "Закрити" - } - }, - "volumeBoostButton": { - "button": { - "label": "Збільшення гучності", - "toggle": { - "off": "Вимкнути збільшення гучності", - "on": "Включити збільшення гучності" - } - } - } - } - }, - "options": { - "extras": { - "bottomButtons": { - "clear": { - "title": "Очищає всі дані цього розширення збережені на комп'ютері", - "value": "Видалити дані" - }, - "confirm": { - "title": "Підтвердити скидання налаштувань", - "value": "Підтвердити" - }, - "openTab": { - "title": "Відкрити налаштування розширення в новій вкладці" - }, - "reset": { - "title": "Скидає всі параметри до стандартних налаштувань, натисніть кнопку підтвердження, щоб зберегти зміни", - "value": "Скинути" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "Кнопка скопіювати URL відео за допомогою часової мітки", - "decreasePlaybackSpeedButton": "Кнопка зменшення швидкості", - "forwardButton": "Кнопка перемотки", - "hideEndScreenCardsButton": "Кнопка приховати картки наприкінці відео", - "increasePlaybackSpeedButton": "Кнопка пришвидшення", - "loopButton": "Кнопка зациклення", - "maximizePlayerButton": "Кнопка Розгорнути", - "openTranscriptButton": "Кнопка відкрити транскрипт", - "rewindButton": "Кнопка відмотки", - "screenshotButton": "Кнопка для скріншота", - "volumeBoostButton": "Кнопка збільшення гучності" - }, - "options": { - "below_player": { - "placement": "під управлінням плеєром", - "value": "Під плеєром" - }, - "feature_menu": { - "placement": "в меню функцій", - "value": "Меню функцій" - }, - "player_controls_left": { - "placement": "ліворуч від елементів керування плеєра", - "value": "Ліворуч" - }, - "player_controls_right": { - "placement": "праворуч від елементів керування плеєра", - "value": "Праворуч" - } - }, - "title": "Розмістити {{BUTTON_NAME}} {{PLACEMENT}}" - }, - "title": "Button placement settings" - }, - "clearData": { - "allDataDeleted": "Усі дані скинуто.", - "confirmAlert": "Це видалить всі дані розширення, пов'язані з налаштуваннями. Продовжити?" - }, - "featureMenu": { - "openType": { - "select": { - "label": "Тип активації меню", - "options": { - "click": "Клацання", - "hover": "Наведення" - }, - "title": "Виберіть спосіб активувати меню функцій" - }, - "title": "Налаштування меню функцій" - } - }, - "importExportSettings": { - "exportButton": { - "success": "Налаштування вдало експортовано", - "title": "Експортувати налаштування у файл JSON", - "value": "Експортувати налаштування" - }, - "importButton": { - "error": { - "unknown": "Помилка імпорту налаштувань. Перевірте формат файлу. \nВідбулась невідома помилка.", - "validation": "Помилка імпорту налаштувань. Перевірте формат файлу.\n{{ERROR_MESSAGE}}" - }, - "success": "Налаштування успішно імпортовано", - "title": "Імпортувати налаштування з файлу JSON", - "value": "Імпортувати параметри" - } - }, - "language": { - "select": { - "label": "Мова", - "title": "Мова для використання у розширенні" - }, - "title": "Мова" - }, - "optionDisabled": { - "either": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " or " - }, - "plural": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " and " - }, - "singular": "Enable '{{OPTION}}' to configure this option", - "specificOption": { - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" - } - }, - "scrollForMoreSettings": "Scroll for more settings", - "settingSearch": { - "placeholder": "Search for a setting" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "You can get one from here", - "input": { - "label": "API Key", - "title": "Enter your Youtube Data API V3 key." - }, - "title": "YouTube API V3 key" - } - }, - "notifications": { - "error": { - "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "Клавіша для керування швидкістю прокрутки компʼютерною мишею не може бути тією ж, що й клавіша для регулювання гучності.", - "volumeControl": "Клавіша для регулювання гучності прокрутки компʼютерною мишею не може бути тією ж, що й клавіша для керування швидкістю." - } - } - }, - "info": { - "reset": "Всі параметри були скинуті до значень за замовчуванням.\nТепер ви можете зберегти зміни, натиснувши кнопку \"Підтвердити\" або відхилити їх, закривши цю сторінку або проігнорувавши це повідомлення." - }, - "success": { - "saved": "Налаштування збережено." - } - } - } - }, - "settings": { - "sections": { - "customCSS": { - "enable": { - "label": "Увімкнути користувацький CSS", - "title": "Дозволяє використовувати користувацький CSS для сторінки" - }, - "extras": { - "collapse": "Згорнути редактор", - "expand": "Розгорнути редактор", - "noProblems": "Проблем не виявлено." - }, - "title": "Custom CSS settings" - }, - "deepDarkCSS": { - "enable": { - "label": "Deep Dark Theme", - "title": "Activate the selected theme for the page" - }, - "extras": { - "author": "Author", - "co-authors": "Co-authors" - }, - "settings": { - "colorShadow": { - "label": "Shadow color", - "title": "Color for shadows" - }, - "dimmerText": { - "label": "Secondary text color", - "title": "Color for secondary text" - }, - "hoverBackground": { - "label": "Hover background color", - "title": "Color for hover background" - }, - "mainBackground": { - "label": "Main background color", - "title": "Color for main background" - }, - "mainColor": { - "label": "Accent color", - "title": "Color for accent" - }, - "mainText": { - "label": "Main text color", - "title": "Color for main text" - }, - "secondBackground": { - "label": "Secondary background color", - "title": "Color for secondary background" - }, - "theme": { - "select": { - "label": "Select theme", - "title": "Select a theme to be applied to the page" - } - } - }, - "title": "YouTube deep dark settings" - }, - "forwardRewindButtons": { - "enable": { - "label": "Увімкнути кнопки вперед/назад", - "title": "Додає кнопки перемотування до відео плеєра" - }, - "settings": { - "time": { - "label": "Час вперед/назад", - "title": "Часовий крок перемотки відео вперед/назад" - } - }, - "title": "Налаштування кнопки вперед/назад" - }, - "miscellaneous": { - "settings": { - "automaticallyDisableAmbientMode": { - "enable": { - "label": "Automatically disable ambient mode", - "title": "Automatically disables ambient mode when you load a video" - } - }, - "automaticallyDisableAutoPlay": { - "enable": { - "label": "Automatically disable autoplay", - "title": "Automatically disables autoplay when you load a video" - } - }, - "automaticallyDisableClosedCaptions": { - "enable": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" - } - }, - "automaticallyEnableClosedCaptions": { - "enable": { - "label": "Automatically enable closed captions", - "title": "Automatically enables closed captions when you load a video" - } - }, - "automaticallyMaximizePlayer": { - "enable": { - "label": "Automatically maximize player", - "title": "Automatically maximizes the player when you load a video" - } - }, - "automaticallyShowMoreVideosOnEndScreen": { - "enable": { - "label": "Automatically show more videos on end screen", - "title": "Automatically shows more videos on end screen when you load a video" - } - }, - "automaticTheaterMode": { - "enable": { - "label": "Automatic theater mode", - "title": "Automatically enables theater mode when you load a video" - } - }, - "copyTimestampUrlButton": { - "enable": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" - } - }, - "defaultToOriginalAudioTrack": { - "enable": { - "label": "Default to original audio track", - "title": "Always default to the original audio track" - } - }, - "saveToWatchLaterButton": { - "enable": { - "label": "Enable save to Watch Later button", - "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" - } - }, - "hideArtificialIntelligenceSummary": { - "enable": { - "label": "Hide AI summary", - "title": "Hides the artificial intelligence summary below videos" - } - }, - "hideEndScreenCards": { - "enable": { - "label": "Hide end screen cards", - "title": "Hides the cards at the end of the video" - } - }, - "hideEndScreenCardsButton": { - "enable": { - "label": "Hide end screen cards button", - "title": "Adds a button to show/hide the cards at the end of the video" - } - }, - "hideLiveStreamChat": { - "enable": { - "label": "Hide live stream chat", - "title": "Hides the live stream chat" - } - }, - "hideMembersOnlyVideos": { - "enable": { - "label": "Hide members-only videos", - "title": "Hides videos that are only visible to members" - } - }, - "hideOfficialArtistVideosFromHomePage": { - "enable": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" - } - }, - "hidePaidPromotionBanner": { - "enable": { - "label": "Hide paid promotion banner", - "title": "Hides the banner that appears when you watch a video that has a paid promotion" - } - }, - "hidePlayables": { - "enable": { - "label": "Hide playables", - "title": "Hides all playables" - } - }, - "hidePlaylistRecommendationsFromHomePage": { - "enable": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" - } - }, - "hideScrollbar": { - "enable": { - "label": "Hide scrollbar", - "title": "Hides the pages scrollbar" - } - }, - "hideShorts": { - "enable": { - "label": "Hide shorts", - "title": "Hides all shorts" - } - }, - "hideSidebarRecommendedVideos": { - "enable": { - "label": "Hide recommended videos", - "title": "Hides the sidebar that recommends videos" - } - }, - "hideTranslateComment": { - "enable": { - "label": "Hide translate comment button", - "title": "Hides 'Translate to Language' button under comments" - } - }, - "loopButton": { - "enable": { - "label": "Loop button", - "title": "Adds a button to the feature menu to loop the video you're watching" - } - }, - "maximizePlayerButton": { - "enable": { - "label": "Maximize player button", - "title": "Adds a button to the feature menu to maximize the player" - } - }, - "openTranscriptButton": { - "enable": { - "label": "Open transcript button", - "title": "Adds a button to the feature menu to open the transcript of the video you're watching" - } - }, - "openYouTubeSettingsOnHover": { - "enable": { - "label": "Open YouTube settings on hover", - "title": "Opens the YouTube settings menu when you hover over the settings button" - } - }, - "pauseBackgroundPlayers": { - "enable": { - "label": "Pause background players", - "title": "Pauses video players in background tabs when you start a new player in foreground tab" - } - }, - "remainingTime": { - "enable": { - "label": "Remaining time", - "title": "Shows the remaining time of the video you're watching" - } - }, - "rememberVolume": { - "enable": { - "label": "Remember last volume", - "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" - } - }, - "removeRedirect": { - "enable": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" - } - }, - "restoreFullscreenScrolling": { - "enable": { - "label": "Restore fullscreen scrolling", - "title": "Restores scrolling in fullscreen mode" - } - }, - "shareShortener": { - "enable": { - "label": "Shorten YouTube video share link", - "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" - } - }, - "shortsAutoScroll": { - "enable": { - "label": "Shorts auto scroll", - "title": "Automatically scrolls to the next short" - } - }, - "skipContinueWatching": { - "enable": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" - } - } - }, - "title": "Miscellaneous settings" - }, - "onScreenDisplaySettings": { - "settings": { - "color": { - "label": "Color", - "select": { - "options": { - "blue": "Blue", - "green": "Green", - "orange": "Orange", - "pink": "Pink", - "purple": "Фіолетовий", - "red": "Червоний", - "white": "Білий", - "yellow": "Жовтий" - } - }, - "title": "Вибирає колір екранного зображення" - }, - "hide": { - "label": "Затримка приховування", - "title": "Вказує час у мілісекундах перед автоматичним приховуванням екранного зображення" - }, - "opacity": { - "label": "Прозорість", - "title": "Регулювання прозорості екранного зображення" - }, - "padding": { - "label": "Відступ", - "title": "Регулює відступи навколо екранного зображення в пікселях. Застосовується спеціально для екранного зображення в кутах." - }, - "position": { - "label": "Розташування", - "select": { - "options": { - "bottom_left": "Bottom Left", - "bottom_right": "Bottom Right", - "center": "Center", - "top_left": "Top Left", - "top_right": "Top Right" - } - }, - "title": "Select the position of the On-Screen Display" - }, - "type": { - "label": "Type", - "select": { - "options": { - "circle": "Circle", - "line": "Line", - "no_display": "No display", - "text": "Text" - } - }, - "title": "Select the type of On-Screen Display" - } - }, - "title": "On-screen display settings" - }, - "playerQuality": { - "enable": { - "label": "Автоматичне регулювання якості", - "title": "Автоматично регулює якість відео на обраний рівень." - }, - "settings": { - "quality": { - "select": { - "label": "Якість відтворення", - "title": "Якість відтворення відео" - } - }, - "qualityFallbackStrategy": { - "select": { - "label": "Стратегія запасного вибору якості", - "options": { - "higher": "Вища", - "lower": "Нижча" - }, - "title": "Стратегія для використання, коли вибрана якість недоступна" - } - } - }, - "title": "Автоматичні налаштування якості" - }, - "playerSpeed": { - "enable": { - "label": "Forced playback speed", - "title": "Sets the video speed to what you choose below" - }, - "settings": { - "buttons": { - "label": "Playback speed buttons", - "select": { - "label": "Playback buttons speed", - "title": "Amount of speed to be changed per click" - }, - "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" - }, - "speed": { - "select": { - "label": "Player speed", - "title": "The speed to set the video to" - } - } - }, - "title": "Playback speed settings" - }, - "playlistLength": { - "enable": { - "label": "Display playlist length information", - "title": "Shows the total length of the playlist, how much has been watched, and how much remains." - }, - "settings": { - "wayToGetLength": { - "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "Method to get watched time", - "options": { - "duration": "Video Length", - "youtube": "Video Watch Time" - }, - "title": "The way to get the amount of time watched (Video Length type only used on watch page)" - } - } - }, - "title": "Playlist length settings" - }, - "playlistManagementButtons": { - "settings": { - "markAsUnwatchedButton": { - "enable": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - } - }, - "removeVideoButton": { - "enable": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - } - } - }, - "title": "Playlist management settings" - }, - "screenshotButton": { - "enable": { - "label": "Screenshot button", - "title": "Adds a button to the player to take a screenshot of the video" - }, - "settings": { - "format": { - "label": "Screenshot format", - "title": "The format to save the screenshot in" - }, - "saveAs": { - "select": { - "options": { - "both": "Both (File and Clipboard)", - "clipboard": "Clipboard", - "file": "File" - }, - "label": "Screenshot save type", - "title": "The screenshot save type" - } - } - }, - "title": "Screenshot settings" - }, - "scrollWheelSpeedControl": { - "enable": { - "label": "Scroll wheel speed control", - "title": "Press a modifier key to enable speed adjustment with the scroll wheel." - }, - "extras": { - "optionLabel": "{{KEY}} key" - }, - "settings": { - "adjustmentSteps": { - "label": "Speed Change Per Scroll", - "title": "Adjust the speed change per scroll" - }, - "modifierKey": { - "select": { - "label": "Modifier key", - "title": "The modifier key to use" - } - } - }, - "title": "Scroll wheel speed control settings" - }, - "scrollWheelVolumeControl": { - "enable": { - "label": "Scroll wheel volume control", - "title": "Lets you use the scroll wheel to control the volume of the video you're watching" - }, - "extras": { - "optionLabel": "{{KEY}} key" - }, - "settings": { - "adjustmentSteps": { - "label": "Volume Change Per Scroll", - "title": "Adjust the volume change per scroll" - }, - "holdModifierKey": { - "label": "When holding modifier key", - "select": { - "label": "Modifier key", - "title": "The modifier key to use" - }, - "title": "Press a modifier key to enable volume adjustment with the scroll wheel." - }, - "holdRightClick": { - "label": "When holding right click", - "title": "Hold right click to enable scroll wheel volume control" - } - }, - "title": "Scroll wheel volume control settings" - }, - "videoHistory": { - "enable": { - "label": "Track watched videos", - "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" - }, - "settings": { - "resumeType": { - "select": { - "label": "Resume type", - "options": { - "automatic": "Automatic", - "prompt": "Prompt" - }, - "title": "Select how you want to resume videos" - } - } - }, - "title": "Video history settings" - }, - "volumeBoost": { - "enable": { - "label": "Volume boost", - "title": "Enable volume boost" - }, - "settings": { - "amount": { - "label": "Volume boost amount (dB)", - "title": "The amount to boost the volume by" - }, - "mode": { - "select": { - "label": "Volume boost mode", - "options": { - "global": "Global", - "perVideo": "Per video" - }, - "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." - } - } - }, - "title": "Volume boost settings" - } - } - } -} \ No newline at end of file + "langCode": "uk-UA", + "langName": "Українська (UA)", + "messages": { + "resumingVideo": "Продовжити відео з {{VIDEO_TIME}}", + "settingVolume": "Посилити гучність до {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "label": "Скопіювати URL відео з міткою часу" + }, + "extras": { + "copied": "Скопійовано!" + } + }, + "featureMenu": { + "button": { + "label": "Меню функцій" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Швидкий перехід до {{TIME}}" + }, + "rewindButton": { + "label": "Перемотати {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Приховати картки наприкінці відео", + "toggle": { + "off": "Показати картки наприкінці відео", + "on": "Приховати картки наприкінці відео" + } + } + }, + "loopButton": { + "button": { + "label": "Повтор", + "toggle": { + "off": "Виключити повтор", + "on": "Включити повтор" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "Розгорнути", + "toggle": { + "off": "Згорнути", + "on": "Розгорнути" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Відкрити транскрипцію" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Зменшити швидкість до {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Збільшити швидкість до {{SPEED}}" + } + }, + "extras": { + "decreaseLimit": "Неможливо зменшити далі ({{SPEED}})", + "increaseLimit": "Неможливо збільшити далі ({{SPEED}})" + } + }, + "playlistLength": { + "title": "Загальна довжина може бути неточною, якщо деякі відео приховані або якщо ви ще не завантажили достатньо відео, щоб отримати повну довжину." + }, + "playlistManagementButtons": { + "extras": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + } + }, + "saveToWatchLaterButton": { + "extras": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + } + }, + "screenshotButton": { + "button": { + "label": "Знімок екрана" + }, + "extras": { + "copiedToClipboard": "Знімок екрана скопійовано в буфер обміну" + } + }, + "videoHistory": { + "extras": { + "resumeButton": "Продовжити", + "resumePromptClose": "Закрити" + } + }, + "volumeBoostButton": { + "button": { + "label": "Збільшення гучності", + "toggle": { + "off": "Вимкнути збільшення гучності", + "on": "Включити збільшення гучності" + } + } + } + } + }, + "options": { + "extras": { + "bottomButtons": { + "clear": { + "title": "Очищає всі дані цього розширення збережені на комп'ютері", + "value": "Видалити дані" + }, + "confirm": { + "title": "Підтвердити скидання налаштувань", + "value": "Підтвердити" + }, + "openTab": { + "title": "Відкрити налаштування розширення в новій вкладці" + }, + "reset": { + "title": "Скидає всі параметри до стандартних налаштувань, натисніть кнопку підтвердження, щоб зберегти зміни", + "value": "Скинути" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Кнопка скопіювати URL відео за допомогою часової мітки", + "decreasePlaybackSpeedButton": "Кнопка зменшення швидкості", + "forwardButton": "Кнопка перемотки", + "hideEndScreenCardsButton": "Кнопка приховати картки наприкінці відео", + "increasePlaybackSpeedButton": "Кнопка пришвидшення", + "loopButton": "Кнопка зациклення", + "maximizePlayerButton": "Кнопка Розгорнути", + "openTranscriptButton": "Кнопка відкрити транскрипт", + "rewindButton": "Кнопка відмотки", + "screenshotButton": "Кнопка для скріншота", + "volumeBoostButton": "Кнопка збільшення гучності" + }, + "options": { + "below_player": { + "placement": "під управлінням плеєром", + "value": "Під плеєром" + }, + "feature_menu": { + "placement": "в меню функцій", + "value": "Меню функцій" + }, + "player_controls_left": { + "placement": "ліворуч від елементів керування плеєра", + "value": "Ліворуч" + }, + "player_controls_right": { + "placement": "праворуч від елементів керування плеєра", + "value": "Праворуч" + } + }, + "title": "Розмістити {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Button placement settings" + }, + "clearData": { + "allDataDeleted": "Усі дані скинуто.", + "confirmAlert": "Це видалить всі дані розширення, пов'язані з налаштуваннями. Продовжити?" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Тип активації меню", + "options": { + "click": "Клацання", + "hover": "Наведення" + }, + "title": "Виберіть спосіб активувати меню функцій" + }, + "title": "Налаштування меню функцій" + } + }, + "importExportSettings": { + "exportButton": { + "success": "Налаштування вдало експортовано", + "title": "Експортувати налаштування у файл JSON", + "value": "Експортувати налаштування" + }, + "importButton": { + "error": { + "unknown": "Помилка імпорту налаштувань. Перевірте формат файлу. \nВідбулась невідома помилка.", + "validation": "Помилка імпорту налаштувань. Перевірте формат файлу.\n{{ERROR_MESSAGE}}" + }, + "success": "Налаштування успішно імпортовано", + "title": "Імпортувати налаштування з файлу JSON", + "value": "Імпортувати параметри" + } + }, + "language": { + "select": { + "label": "Мова", + "title": "Мова для використання у розширенні" + }, + "title": "Мова" + }, + "openSettingsOnMajorOrMinorVersionChange": { + "label": "Open settings page on update", + "title": "Opens the settings page when a major or minor version of YouTube Enhancer is installed" + }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "scrollForMoreSettings": "Scroll for more settings", + "settingSearch": { + "placeholder": "Search for a setting" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Key", + "title": "Enter your Youtube Data API V3 key." + }, + "title": "YouTube API V3 key" + } + }, + "notifications": { + "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "Клавіша для керування швидкістю прокрутки компʼютерною мишею не може бути тією ж, що й клавіша для регулювання гучності.", + "volumeControl": "Клавіша для регулювання гучності прокрутки компʼютерною мишею не може бути тією ж, що й клавіша для керування швидкістю." + } + } + }, + "info": { + "reset": "Всі параметри були скинуті до значень за замовчуванням.\nТепер ви можете зберегти зміни, натиснувши кнопку \"Підтвердити\" або відхилити їх, закривши цю сторінку або проігнорувавши це повідомлення." + }, + "success": { + "saved": "Налаштування збережено." + } + } + } + }, + "settings": { + "sections": { + "customCSS": { + "enable": { + "label": "Увімкнути користувацький CSS", + "title": "Дозволяє використовувати користувацький CSS для сторінки" + }, + "extras": { + "collapse": "Згорнути редактор", + "expand": "Розгорнути редактор", + "noProblems": "Проблем не виявлено." + }, + "title": "Custom CSS settings" + }, + "deepDarkCSS": { + "enable": { + "label": "Deep Dark Theme", + "title": "Activate the selected theme for the page" + }, + "extras": { + "author": "Author", + "co-authors": "Co-authors" + }, + "settings": { + "colorShadow": { + "label": "Shadow color", + "title": "Color for shadows" + }, + "dimmerText": { + "label": "Secondary text color", + "title": "Color for secondary text" + }, + "hoverBackground": { + "label": "Hover background color", + "title": "Color for hover background" + }, + "mainBackground": { + "label": "Main background color", + "title": "Color for main background" + }, + "mainColor": { + "label": "Accent color", + "title": "Color for accent" + }, + "mainText": { + "label": "Main text color", + "title": "Color for main text" + }, + "secondBackground": { + "label": "Secondary background color", + "title": "Color for secondary background" + }, + "theme": { + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + } + } + }, + "title": "YouTube deep dark settings" + }, + "forwardRewindButtons": { + "enable": { + "label": "Увімкнути кнопки вперед/назад", + "title": "Додає кнопки перемотування до відео плеєра" + }, + "settings": { + "time": { + "label": "Час вперед/назад", + "title": "Часовий крок перемотки відео вперед/назад" + } + }, + "title": "Налаштування кнопки вперед/назад" + }, + "miscellaneous": { + "settings": { + "automaticTheaterMode": { + "enable": { + "label": "Automatic theater mode", + "title": "Automatically enables theater mode when you load a video" + } + }, + "automaticallyDisableAmbientMode": { + "enable": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + } + }, + "automaticallyDisableAutoPlay": { + "enable": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + } + }, + "automaticallyDisableClosedCaptions": { + "enable": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + } + }, + "automaticallyEnableClosedCaptions": { + "enable": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + } + }, + "automaticallyMaximizePlayer": { + "enable": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + } + }, + "automaticallyShowMoreVideosOnEndScreen": { + "enable": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + } + }, + "copyTimestampUrlButton": { + "enable": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + } + }, + "defaultToOriginalAudioTrack": { + "enable": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + } + }, + "hideArtificialIntelligenceSummary": { + "enable": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + } + }, + "hideEndScreenCards": { + "enable": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + } + }, + "hideEndScreenCardsButton": { + "enable": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + } + }, + "hideLiveStreamChat": { + "enable": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + } + }, + "hideMembersOnlyVideos": { + "enable": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + } + }, + "hideOfficialArtistVideosFromHomePage": { + "enable": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + } + }, + "hidePaidPromotionBanner": { + "enable": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + } + }, + "hidePlayables": { + "enable": { + "label": "Hide playables", + "title": "Hides all playables" + } + }, + "hidePlaylistRecommendationsFromHomePage": { + "enable": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + } + }, + "hideScrollbar": { + "enable": { + "label": "Hide scrollbar", + "title": "Hides the pages scrollbar" + } + }, + "hideShorts": { + "enable": { + "label": "Hide shorts", + "title": "Hides all shorts" + } + }, + "hideSidebarRecommendedVideos": { + "enable": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + } + }, + "hideTranslateComment": { + "enable": { + "label": "Hide translate comment button", + "title": "Hides 'Translate to Language' button under comments" + } + }, + "loopButton": { + "enable": { + "label": "Loop button", + "title": "Adds a button to the feature menu to loop the video you're watching" + } + }, + "maximizePlayerButton": { + "enable": { + "label": "Maximize player button", + "title": "Adds a button to the feature menu to maximize the player" + } + }, + "openTranscriptButton": { + "enable": { + "label": "Open transcript button", + "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + } + }, + "openYouTubeSettingsOnHover": { + "enable": { + "label": "Open YouTube settings on hover", + "title": "Opens the YouTube settings menu when you hover over the settings button" + } + }, + "pauseBackgroundPlayers": { + "enable": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + } + }, + "remainingTime": { + "enable": { + "label": "Remaining time", + "title": "Shows the remaining time of the video you're watching" + } + }, + "rememberVolume": { + "enable": { + "label": "Remember last volume", + "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + } + }, + "removeRedirect": { + "enable": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + } + }, + "restoreFullscreenScrolling": { + "enable": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + } + }, + "saveToWatchLaterButton": { + "enable": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + } + }, + "shareShortener": { + "enable": { + "label": "Shorten YouTube video share link", + "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + } + }, + "shortsAutoScroll": { + "enable": { + "label": "Shorts auto scroll", + "title": "Automatically scrolls to the next short" + } + }, + "skipContinueWatching": { + "enable": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + } + } + }, + "title": "Miscellaneous settings" + }, + "onScreenDisplaySettings": { + "settings": { + "color": { + "label": "Color", + "select": { + "options": { + "blue": "Blue", + "green": "Green", + "orange": "Orange", + "pink": "Pink", + "purple": "Фіолетовий", + "red": "Червоний", + "white": "Білий", + "yellow": "Жовтий" + } + }, + "title": "Вибирає колір екранного зображення" + }, + "hide": { + "label": "Затримка приховування", + "title": "Вказує час у мілісекундах перед автоматичним приховуванням екранного зображення" + }, + "opacity": { + "label": "Прозорість", + "title": "Регулювання прозорості екранного зображення" + }, + "padding": { + "label": "Відступ", + "title": "Регулює відступи навколо екранного зображення в пікселях. Застосовується спеціально для екранного зображення в кутах." + }, + "position": { + "label": "Розташування", + "select": { + "options": { + "bottom_left": "Bottom Left", + "bottom_right": "Bottom Right", + "center": "Center", + "top_left": "Top Left", + "top_right": "Top Right" + } + }, + "title": "Select the position of the On-Screen Display" + }, + "type": { + "label": "Type", + "select": { + "options": { + "circle": "Circle", + "line": "Line", + "no_display": "No display", + "text": "Text" + } + }, + "title": "Select the type of On-Screen Display" + } + }, + "title": "On-screen display settings" + }, + "playerQuality": { + "enable": { + "label": "Автоматичне регулювання якості", + "title": "Автоматично регулює якість відео на обраний рівень." + }, + "settings": { + "quality": { + "select": { + "label": "Якість відтворення", + "title": "Якість відтворення відео" + } + }, + "qualityFallbackStrategy": { + "select": { + "label": "Стратегія запасного вибору якості", + "options": { + "higher": "Вища", + "lower": "Нижча" + }, + "title": "Стратегія для використання, коли вибрана якість недоступна" + } + } + }, + "title": "Автоматичні налаштування якості" + }, + "playerSpeed": { + "enable": { + "label": "Forced playback speed", + "title": "Sets the video speed to what you choose below" + }, + "settings": { + "buttons": { + "label": "Playback speed buttons", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + }, + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + }, + "speed": { + "select": { + "label": "Player speed", + "title": "The speed to set the video to" + } + } + }, + "title": "Playback speed settings" + }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + }, + "settings": { + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } + } + }, + "title": "Playlist length settings" + }, + "playlistManagementButtons": { + "settings": { + "markAsUnwatchedButton": { + "enable": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + } + }, + "removeVideoButton": { + "enable": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + } + }, + "title": "Playlist management settings" + }, + "screenshotButton": { + "enable": { + "label": "Screenshot button", + "title": "Adds a button to the player to take a screenshot of the video" + }, + "settings": { + "format": { + "label": "Screenshot format", + "title": "The format to save the screenshot in" + }, + "saveAs": { + "select": { + "label": "Screenshot save type", + "options": { + "both": "Both (File and Clipboard)", + "clipboard": "Clipboard", + "file": "File" + }, + "title": "The screenshot save type" + } + } + }, + "title": "Screenshot settings" + }, + "scrollWheelSpeedControl": { + "enable": { + "label": "Scroll wheel speed control", + "title": "Press a modifier key to enable speed adjustment with the scroll wheel." + }, + "extras": { + "optionLabel": "{{KEY}} key" + }, + "settings": { + "adjustmentSteps": { + "label": "Speed Change Per Scroll", + "title": "Adjust the speed change per scroll" + }, + "modifierKey": { + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + } + } + }, + "title": "Scroll wheel speed control settings" + }, + "scrollWheelVolumeControl": { + "enable": { + "label": "Scroll wheel volume control", + "title": "Lets you use the scroll wheel to control the volume of the video you're watching" + }, + "extras": { + "optionLabel": "{{KEY}} key" + }, + "settings": { + "adjustmentSteps": { + "label": "Volume Change Per Scroll", + "title": "Adjust the volume change per scroll" + }, + "holdModifierKey": { + "label": "When holding modifier key", + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + }, + "title": "Press a modifier key to enable volume adjustment with the scroll wheel." + }, + "holdRightClick": { + "label": "When holding right click", + "title": "Hold right click to enable scroll wheel volume control" + } + }, + "title": "Scroll wheel volume control settings" + }, + "videoHistory": { + "enable": { + "label": "Track watched videos", + "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" + }, + "settings": { + "resumeType": { + "select": { + "label": "Resume type", + "options": { + "automatic": "Automatic", + "prompt": "Prompt" + }, + "title": "Select how you want to resume videos" + } + } + }, + "title": "Video history settings" + }, + "volumeBoost": { + "enable": { + "label": "Volume boost", + "title": "Enable volume boost" + }, + "settings": { + "amount": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by" + }, + "mode": { + "select": { + "label": "Volume boost mode", + "options": { + "global": "Global", + "perVideo": "Per video" + }, + "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + } + } + }, + "title": "Volume boost settings" + } + } + } +} From 28b374b9acad21083fe8da8913866bb799cbd508 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 3 Feb 2026 15:32:13 -0500 Subject: [PATCH 1577/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 1648 +++++++++++++++++++------------------ 1 file changed, 826 insertions(+), 822 deletions(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index 9818069ea..909d5f5c7 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -1,823 +1,827 @@ { - "langCode": "zh-CN", - "langName": "中文 (简体)", - "messages": { - "resumingVideo": "恢复视频播放时刻于 {{VIDEO_TIME}}", - "settingVolume": "设置音量增强至 {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "label": "复制带有时间戳的视频 URL" - }, - "extras": { - "copied": "复制成功!" - } - }, - "featureMenu": { - "button": { - "label": "功能菜单" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "向前快进 {{TIME}}" - }, - "rewindButton": { - "label": "向后快退 {{TIME}}" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "隐藏结束界面卡片", - "toggle": { - "off": "显示结束界面卡片", - "on": "隐藏结束界面卡片" - } - } - }, - "loopButton": { - "button": { - "label": "循环播放", - "toggle": { - "off": "取消循环", - "on": "启用循环" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "最大化", - "toggle": { - "off": "最大化关闭", - "on": "最大化开启" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "打开转写文稿" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "降低播放速度至 {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "增加播放速度至 {{SPEED}}" - } - }, - "extras": { - "decreaseLimit": "不能继续降低({{SPEED}})", - "increaseLimit": "不能继续增加({{SPEED}})" - } - }, - "playlistLength": { - "title": "如果某些视频被隐藏,或者您没有加载足够的视频来获取全部长度,总长度可能不准确。" - }, - "playlistManagementButtons": { - "extras": { - "failedToMarkAsUnwatched": "将视频标记为未观看失败", - "failedToRemoveVideo": "移除视频失败", - "markAsUnwatched": "标记为未观看", - "markingAsUnwatched": "正在标记为未观看…", - "removeVideo": "删除视频", - "removingVideo": "正在移除视频…" - } - }, - "saveToWatchLaterButton": { - "extras": { - "failedToSaveVideo": "将视频保存到稍后观看失败", - "saveVideo": "保存至稍后观看", - "savingVideo": "保存至稍后观看…" - } - }, - "screenshotButton": { - "button": { - "label": "屏幕截图" - }, - "extras": { - "copiedToClipboard": "截图已复制到剪贴板" - } - }, - "videoHistory": { - "extras": { - "resumeButton": "继续播放", - "resumePromptClose": "关" - } - }, - "volumeBoostButton": { - "button": { - "label": "音量增强", - "toggle": { - "off": "关闭音量增强", - "on": "开启音量增强" - } - } - } - } - }, - "options": { - "extras": { - "bottomButtons": { - "clear": { - "title": "清除此扩展存储在您机器上的所有数据", - "value": "清除数据" - }, - "confirm": { - "title": "确认重置设置", - "value": "确认" - }, - "openTab": { - "title": "在新标签中打开扩展设置" - }, - "reset": { - "title": "重置所有设置为默认设置,点击确认按钮以保存更改", - "value": "重新开始" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "复制带有时间戳的视频 URL 按钮", - "decreasePlaybackSpeedButton": "降低速度按钮", - "forwardButton": "快进按钮", - "hideEndScreenCardsButton": "隐藏结束界面卡片按钮", - "increasePlaybackSpeedButton": "增加速度按钮", - "loopButton": "循环按钮", - "maximizePlayerButton": "最大化按钮", - "openTranscriptButton": "转写文稿按钮", - "rewindButton": "快退按钮", - "screenshotButton": "屏幕截图按钮", - "volumeBoostButton": "音量增强按钮" - }, - "options": { - "below_player": { - "placement": "位于播放器控制按键下方", - "value": "位于播放器下方" - }, - "feature_menu": { - "placement": "位于功能菜单内", - "value": "功能菜单" - }, - "player_controls_left": { - "placement": "位于播放器控制按键左侧", - "value": "控件居左" - }, - "player_controls_right": { - "placement": "位于播放器控制按键右侧", - "value": "控件居右" - } - }, - "title": "把 {{BUTTON_NAME}} 按钮放在 {{PLACEMENT}}" - }, - "title": "按钮位置设置" - }, - "clearData": { - "allDataDeleted": "所有数据已删除。", - "confirmAlert": "这将删除所有与选项相关的扩展数据。是否继续?" - }, - "featureMenu": { - "openType": { - "select": { - "label": "菜单激活方式", - "options": { - "click": "点击", - "hover": "悬停" - }, - "title": "设置打开功能菜单的方式" - }, - "title": "功能菜单设置" - } - }, - "importExportSettings": { - "exportButton": { - "success": "导出配置成功", - "title": "导出设置到 JSON 文件", - "value": "导出设置" - }, - "importButton": { - "error": { - "unknown": "导入设置时出错。请检查文件格式。\n发生未知错误。", - "validation": "导入设置出错。请检查文件格式。\n{{ERROR_MESSAGE}}" - }, - "success": "设置导入成功", - "title": "从 JSON 文件导入设置", - "value": "导入设置" - } - }, - "language": { - "select": { - "label": "语言", - "title": "用于扩展的语言" - }, - "title": "语言" - }, - "optionDisabled": { - "either": { - "label": "启用 {{OPTIONS}} 以配置此选项", - "separator": " 或 " - }, - "plural": { - "label": "启用 {{OPTIONS}} 以配置此选项", - "separator": " 和 " - }, - "singular": "启用 '{{OPTION}}' 以配置此选项", - "specificOption": { - "featureMenu": "配置至少一个按钮放置在功能菜单中以配置此选项。", - "screenshotButtonFileFormat": "将屏幕截图保存类型设置为“文件”或“全部”以配置此选项" - } - }, - "scrollForMoreSettings": "滚动以查看更多设置", - "settingSearch": { - "placeholder": "搜索设置" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "您可以从这里获取一个", - "input": { - "label": "API 密钥", - "title": "输入您的 Youtube 数据 API V3 密钥。" - }, - "title": "YouTube API V3 密钥" - } - }, - "notifications": { - "error": { - "optionConflict": "当 '{{OPTION}}' 启用时,该选项无法启用。", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "滚轮控制播放速度键位与控制音量冲突。", - "volumeControl": "滚轮控制音量键位与控制播放速度冲突。" - } - } - }, - "info": { - "reset": "所有选项已重置为默认值。\n现在您可以通过单击“确认”按钮保存更改,或通过关闭此页面或忽略此通知放弃更改。" - }, - "success": { - "saved": "选项已保存。" - } - } - } - }, - "settings": { - "sections": { - "customCSS": { - "enable": { - "label": "启用自定义 CSS", - "title": "启用自定义 CSS 以应用到页面" - }, - "extras": { - "collapse": "折叠编辑器", - "expand": "展开编辑器", - "noProblems": "未发现问题" - }, - "title": "自定义 CSS 设置" - }, - "deepDarkCSS": { - "enable": { - "label": "启用所选主题", - "title": "在页面上应用所选主题" - }, - "extras": { - "author": "作者", - "co-authors": "合作作者" - }, - "settings": { - "colorShadow": { - "label": "阴影颜色", - "title": "阴影颜色" - }, - "dimmerText": { - "label": "次要文本颜色", - "title": "为次要文本使用的颜色" - }, - "hoverBackground": { - "label": "悬停背景颜色", - "title": "为悬停背景使用的颜色" - }, - "mainBackground": { - "label": "主要背景颜色", - "title": "为主要背景使用的颜色" - }, - "mainColor": { - "label": "强调颜色", - "title": "为强调使用的颜色" - }, - "mainText": { - "label": "主要文本颜色", - "title": "为主要文本使用的颜色" - }, - "secondBackground": { - "label": "次要背景颜色", - "title": "为次要背景使用的颜色" - }, - "theme": { - "select": { - "label": "选择主题", - "title": "选择要应用到页面的主题" - } - } - }, - "title": "YouTube 暗黑模式设置" - }, - "forwardRewindButtons": { - "enable": { - "label": "启用快进/快退按钮", - "title": "给视频播放器添加快进/快退按钮" - }, - "settings": { - "time": { - "label": "快进/快退时间", - "title": "快进/快退视频的时间长度" - } - }, - "title": "快进/快退按钮设置" - }, - "miscellaneous": { - "settings": { - "automaticallyDisableAmbientMode": { - "enable": { - "label": "自动禁用氛围模式", - "title": "载入视频时自动禁用氛围模式" - } - }, - "automaticallyDisableAutoPlay": { - "enable": { - "label": "自动禁用自动播放", - "title": "载入视频时自动禁用自动播放" - } - }, - "automaticallyDisableClosedCaptions": { - "enable": { - "label": "自动禁用隐藏式字幕", - "title": "载入视频时自动禁用隐藏式字幕" - } - }, - "automaticallyEnableClosedCaptions": { - "enable": { - "label": "自动启用隐藏式字幕", - "title": "载入视频时自动启用隐藏式字幕" - } - }, - "automaticallyMaximizePlayer": { - "enable": { - "label": "自动最大化播放器", - "title": "当视频打开时,自动最大化播放器" - } - }, - "automaticallyShowMoreVideosOnEndScreen": { - "enable": { - "label": "在结束屏幕上自动显示更多视频", - "title": "加载视频时自动在结束屏幕上显示更多视频" - } - }, - "automaticTheaterMode": { - "enable": { - "label": "自动启用剧场模式", - "title": "当视频打开时,自动启用剧场模式" - } - }, - "copyTimestampUrlButton": { - "enable": { - "label": "复制带有时间戳的视频 URL 按钮", - "title": "复制带有时间戳的视频 URL (?t=123)" - } - }, - "defaultToOriginalAudioTrack": { - "enable": { - "label": "默认设置为原始音轨", - "title": "总是默认原始音轨" - } - }, - "saveToWatchLaterButton": { - "enable": { - "label": "启用保存到稍后观看按钮", - "title": "在主页和订阅视频中添加一个按钮,将视频保存到“稍后观看”播放列表" - } - }, - "hideArtificialIntelligenceSummary": { - "enable": { - "label": "隐藏 AI 摘要", - "title": "隐藏视频下方的人工智能摘要" - } - }, - "hideEndScreenCards": { - "enable": { - "label": "隐藏结束界面卡片", - "title": "隐藏视频末尾的卡片" - } - }, - "hideEndScreenCardsButton": { - "enable": { - "label": "隐藏结束界面卡片按钮", - "title": "添加按钮以显示/隐藏视频末尾的卡片" - } - }, - "hideLiveStreamChat": { - "enable": { - "label": "隐藏直播聊天", - "title": "隐藏直播聊天" - } - }, - "hideMembersOnlyVideos": { - "enable": { - "label": "隐藏仅限会员的视频", - "title": "隐藏仅对会员可见的视频" - } - }, - "hideOfficialArtistVideosFromHomePage": { - "enable": { - "label": "隐藏音乐人官方视频", - "title": "从主页上隐藏来自音乐人官方频道的视频" - } - }, - "hidePaidPromotionBanner": { - "enable": { - "label": "隐藏付费推广横幅", - "title": "隐藏当您观看带有付费促销的视频时出现的横幅广告" - } - }, - "hidePlayables": { - "enable": { - "label": "隐藏可播放内容", - "title": "隐藏所有可播放内容" - } - }, - "hidePlaylistRecommendationsFromHomePage": { - "enable": { - "label": "从主页隐藏播放列表", - "title": "从主页去除播放列表" - } - }, - "hideScrollbar": { - "enable": { - "label": "启用隐藏滚动条", - "title": "隐藏页面滚动条" - } - }, - "hideShorts": { - "enable": { - "label": "隐藏短视频", - "title": "隐藏所有短视频" - } - }, - "hideSidebarRecommendedVideos": { - "enable": { - "label": "隐藏推荐视频", - "title": "隐藏推荐视频的侧边栏" - } - }, - "hideTranslateComment": { - "enable": { - "label": "隐藏翻译评论按钮", - "title": "隐藏评论下方的“翻译至当前语言”按钮" - } - }, - "loopButton": { - "enable": { - "label": "循环按钮", - "title": "在功能菜单中添加一个按钮来循环你正在观看的视频" - } - }, - "maximizePlayerButton": { - "enable": { - "label": "最大化播放器按钮", - "title": "在功能菜单中添加一个按钮来最大化播放器" - } - }, - "openTranscriptButton": { - "enable": { - "label": "转写文稿按钮", - "title": "在功能菜单中添加一个按钮来循环你正在观看的视频" - } - }, - "openYouTubeSettingsOnHover": { - "enable": { - "label": "悬停时打开 YouTube 设置", - "title": "当您悬停在设置按钮上时打开 YouTube 设置菜单" - } - }, - "pauseBackgroundPlayers": { - "enable": { - "label": "暂停后台播放", - "title": "当您在前台标签中启用一个新播放器时,暂停后台标签中的视频播放器" - } - }, - "remainingTime": { - "enable": { - "label": "剩余时间", - "title": "显示您观看的视频的剩余时间" - } - }, - "rememberVolume": { - "enable": { - "label": "记住最后一个音量", - "title": "记住最后一个视频的音量并在打开新视频时设置" - } - }, - "removeRedirect": { - "enable": { - "label": "屏蔽YouTube重定向链接", - "title": "用真实链接替换YouTube重定向,并跳过重定向警告" - } - }, - "restoreFullscreenScrolling": { - "enable": { - "label": "恢复全屏滚动", - "title": "在全屏模式下恢复滚动" - } - }, - "shareShortener": { - "enable": { - "label": "缩短YouTube视频分享链接", - "title": "分享Youtube视频(youtu.be)时,删除si/feature 参数以缩短链接" - } - }, - "shortsAutoScroll": { - "enable": { - "label": "短视频自动下滑", - "title": "短视频播完后,自动下滑播放下一个" - } - }, - "skipContinueWatching": { - "enable": { - "label": "跳过\"视频已暂停。继续观看吗?\"", - "title": "跳过暂停视频播放的闲置对话框" - } - } - }, - "title": "其他设置" - }, - "onScreenDisplaySettings": { - "settings": { - "color": { - "label": "颜色", - "select": { - "options": { - "blue": "蓝色", - "green": "绿色", - "orange": "橙色", - "pink": "粉色", - "purple": "紫色", - "red": "红色", - "white": "白色", - "yellow": "黄色" - } - }, - "title": "选择屏幕提示文本颜色" - }, - "hide": { - "label": "隐藏延时", - "title": "指定时间,以毫秒计,然后自动隐藏屏幕显示" - }, - "opacity": { - "label": "透明度", - "title": "调整屏幕提示文本的透明度" - }, - "padding": { - "label": "内边距", - "title": "调整屏幕提示周围以像素为单位的间距。主要适用于角落的屏幕提示。" - }, - "position": { - "label": "位置", - "select": { - "options": { - "bottom_left": "左下", - "bottom_right": "右下", - "center": "居中", - "top_left": "左上", - "top_right": "右上" - } - }, - "title": "选择屏幕提示文本颜色" - }, - "type": { - "label": "类型", - "select": { - "options": { - "circle": "圆形图标", - "line": "直线", - "no_display": "无显示", - "text": "文本" - } - }, - "title": "选择屏幕提示文本颜色" - } - }, - "title": "屏幕提示信息设置" - }, - "playerQuality": { - "enable": { - "label": "自动质量调整", - "title": "自动调整视频质量到所选等级。" - }, - "settings": { - "quality": { - "select": { - "label": "播放质量", - "title": "将视频质量设为" - } - }, - "qualityFallbackStrategy": { - "select": { - "label": "质量回退策略", - "options": { - "higher": "升高", - "lower": "降低" - }, - "title": "当所选质量不可用时使用的策略" - } - } - }, - "title": "自动画质设置" - }, - "playerSpeed": { - "enable": { - "label": "强制播放速度", - "title": "将视频速度设置为您在下面选择的内容" - }, - "settings": { - "buttons": { - "label": "播放速度按钮", - "select": { - "label": "播放按钮的速度", - "title": "每次点击要更改的速度量" - }, - "title": "添加按钮以增加或降低您观看的视频的播放速度" - }, - "speed": { - "select": { - "label": "播放速度", - "title": "将视频播放速度设为" - } - } - }, - "title": "播放速度设置" - }, - "playlistLength": { - "enable": { - "label": "显示播放列表长度信息", - "title": "显示播放列表的总长度,已观看多少,以及还剩多少。" - }, - "settings": { - "wayToGetLength": { - "select": { - "label": "获取播放列表长度的方法", - "title": "获取播放列表长度信息的方式 (如果发生错误,API 方法将回退到 HTML)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "获取已观看时间的方法", - "options": { - "duration": "视频长度", - "youtube": "视频观看时间" - }, - "title": "获取已观看时间长度的方法 (“视频长度”方法仅会在观看页面使用)" - } - } - }, - "title": "播放列表长度设置" - }, - "playlistManagementButtons": { - "settings": { - "markAsUnwatchedButton": { - "enable": { - "label": "标记为未观看按钮", - "title": "添加一个按钮将视频标记为未观看视频" - } - }, - "removeVideoButton": { - "enable": { - "label": "移除视频按钮", - "title": "添加一个按钮从播放列表中移除视频" - } - } - }, - "title": "播放列表管理设置" - }, - "screenshotButton": { - "enable": { - "label": "屏幕截图按钮", - "title": "向播放器添加一个按钮以拍摄视频的截图" - }, - "settings": { - "format": { - "label": "截图格式", - "title": "保存屏幕截图的格式" - }, - "saveAs": { - "select": { - "options": { - "both": "全部(文件和剪贴板)", - "clipboard": "剪贴板", - "file": "文件" - }, - "label": "屏幕截图保存类型", - "title": "屏幕截图保存类型" - } - } - }, - "title": "屏幕截图选项" - }, - "scrollWheelSpeedControl": { - "enable": { - "label": "滚轮控制播放速度设置", - "title": "按下控制键时启用滚轮音量调整" - }, - "extras": { - "optionLabel": "{{KEY}} 键" - }, - "settings": { - "adjustmentSteps": { - "label": "每轮滚动音量", - "title": "调整每轮滚动的音量变化" - }, - "modifierKey": { - "select": { - "label": "控制键", - "title": "启用功能时按住的控制键" - } - } - }, - "title": "滚轮控制播放速度设置" - }, - "scrollWheelVolumeControl": { - "enable": { - "label": "滚轮控制音量", - "title": "让您使用滚轮来控制您正在观看的视频音量" - }, - "extras": { - "optionLabel": "{{KEY}} 键" - }, - "settings": { - "adjustmentSteps": { - "label": "每轮滚动音量", - "title": "调整每轮滚动的音量变化" - }, - "holdModifierKey": { - "label": "在按住控制键时启用功能", - "select": { - "label": "控制键", - "title": "启用功能时按住的控制键" - }, - "title": "按下控制键时启用滚轮音量调整" - }, - "holdRightClick": { - "label": "按住右键时启用", - "title": "按住右键以启用滚轮音量控制" - } - }, - "title": "滚轮控制音量设置" - }, - "videoHistory": { - "enable": { - "label": "记录已观看视频", - "title": "记录您关闭视频的进度并在下次播放时恢复" - }, - "settings": { - "resumeType": { - "select": { - "label": "进度恢复方式", - "options": { - "automatic": "自动", - "prompt": "提示" - }, - "title": "选择恢复视频播放进度的方式" - } - } - }, - "title": "视频历史记录设置" - }, - "volumeBoost": { - "enable": { - "label": "音量增强", - "title": "启用音量增强" - }, - "settings": { - "amount": { - "label": "音量提升量(分贝)", - "title": "音量提升量(分贝)" - }, - "mode": { - "select": { - "label": "音量增强模式", - "options": { - "global": "全局统一", - "perVideo": "分别记忆" - }, - "title": "选择音量增强生效的方式。“分别记忆”为每个视频记住各自的设置。“全局”使音量增强功能开启时,对所有视频采用同一设置。" - } - } - }, - "title": "音量增强设置" - } - } - } -} \ No newline at end of file + "langCode": "zh-CN", + "langName": "中文 (简体)", + "messages": { + "resumingVideo": "恢复视频播放时刻于 {{VIDEO_TIME}}", + "settingVolume": "设置音量增强至 {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "label": "复制带有时间戳的视频 URL" + }, + "extras": { + "copied": "复制成功!" + } + }, + "featureMenu": { + "button": { + "label": "功能菜单" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "向前快进 {{TIME}}" + }, + "rewindButton": { + "label": "向后快退 {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "隐藏结束界面卡片", + "toggle": { + "off": "显示结束界面卡片", + "on": "隐藏结束界面卡片" + } + } + }, + "loopButton": { + "button": { + "label": "循环播放", + "toggle": { + "off": "取消循环", + "on": "启用循环" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "最大化", + "toggle": { + "off": "最大化关闭", + "on": "最大化开启" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "打开转写文稿" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "降低播放速度至 {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "增加播放速度至 {{SPEED}}" + } + }, + "extras": { + "decreaseLimit": "不能继续降低({{SPEED}})", + "increaseLimit": "不能继续增加({{SPEED}})" + } + }, + "playlistLength": { + "title": "如果某些视频被隐藏,或者您没有加载足够的视频来获取全部长度,总长度可能不准确。" + }, + "playlistManagementButtons": { + "extras": { + "failedToMarkAsUnwatched": "将视频标记为未观看失败", + "failedToRemoveVideo": "移除视频失败", + "markAsUnwatched": "标记为未观看", + "markingAsUnwatched": "正在标记为未观看…", + "removeVideo": "删除视频", + "removingVideo": "正在移除视频…" + } + }, + "saveToWatchLaterButton": { + "extras": { + "failedToSaveVideo": "将视频保存到稍后观看失败", + "saveVideo": "保存至稍后观看", + "savingVideo": "保存至稍后观看…" + } + }, + "screenshotButton": { + "button": { + "label": "屏幕截图" + }, + "extras": { + "copiedToClipboard": "截图已复制到剪贴板" + } + }, + "videoHistory": { + "extras": { + "resumeButton": "继续播放", + "resumePromptClose": "关" + } + }, + "volumeBoostButton": { + "button": { + "label": "音量增强", + "toggle": { + "off": "关闭音量增强", + "on": "开启音量增强" + } + } + } + } + }, + "options": { + "extras": { + "bottomButtons": { + "clear": { + "title": "清除此扩展存储在您机器上的所有数据", + "value": "清除数据" + }, + "confirm": { + "title": "确认重置设置", + "value": "确认" + }, + "openTab": { + "title": "在新标签中打开扩展设置" + }, + "reset": { + "title": "重置所有设置为默认设置,点击确认按钮以保存更改", + "value": "重新开始" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "复制带有时间戳的视频 URL 按钮", + "decreasePlaybackSpeedButton": "降低速度按钮", + "forwardButton": "快进按钮", + "hideEndScreenCardsButton": "隐藏结束界面卡片按钮", + "increasePlaybackSpeedButton": "增加速度按钮", + "loopButton": "循环按钮", + "maximizePlayerButton": "最大化按钮", + "openTranscriptButton": "转写文稿按钮", + "rewindButton": "快退按钮", + "screenshotButton": "屏幕截图按钮", + "volumeBoostButton": "音量增强按钮" + }, + "options": { + "below_player": { + "placement": "位于播放器控制按键下方", + "value": "位于播放器下方" + }, + "feature_menu": { + "placement": "位于功能菜单内", + "value": "功能菜单" + }, + "player_controls_left": { + "placement": "位于播放器控制按键左侧", + "value": "控件居左" + }, + "player_controls_right": { + "placement": "位于播放器控制按键右侧", + "value": "控件居右" + } + }, + "title": "把 {{BUTTON_NAME}} 按钮放在 {{PLACEMENT}}" + }, + "title": "按钮位置设置" + }, + "clearData": { + "allDataDeleted": "所有数据已删除。", + "confirmAlert": "这将删除所有与选项相关的扩展数据。是否继续?" + }, + "featureMenu": { + "openType": { + "select": { + "label": "菜单激活方式", + "options": { + "click": "点击", + "hover": "悬停" + }, + "title": "设置打开功能菜单的方式" + }, + "title": "功能菜单设置" + } + }, + "importExportSettings": { + "exportButton": { + "success": "导出配置成功", + "title": "导出设置到 JSON 文件", + "value": "导出设置" + }, + "importButton": { + "error": { + "unknown": "导入设置时出错。请检查文件格式。\n发生未知错误。", + "validation": "导入设置出错。请检查文件格式。\n{{ERROR_MESSAGE}}" + }, + "success": "设置导入成功", + "title": "从 JSON 文件导入设置", + "value": "导入设置" + } + }, + "language": { + "select": { + "label": "语言", + "title": "用于扩展的语言" + }, + "title": "语言" + }, + "openSettingsOnMajorOrMinorVersionChange": { + "label": "Open settings page on update", + "title": "Opens the settings page when a major or minor version of YouTube Enhancer is installed" + }, + "optionDisabled": { + "either": { + "label": "启用 {{OPTIONS}} 以配置此选项", + "separator": " 或 " + }, + "plural": { + "label": "启用 {{OPTIONS}} 以配置此选项", + "separator": " 和 " + }, + "singular": "启用 '{{OPTION}}' 以配置此选项", + "specificOption": { + "featureMenu": "配置至少一个按钮放置在功能菜单中以配置此选项。", + "screenshotButtonFileFormat": "将屏幕截图保存类型设置为“文件”或“全部”以配置此选项" + } + }, + "scrollForMoreSettings": "滚动以查看更多设置", + "settingSearch": { + "placeholder": "搜索设置" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "您可以从这里获取一个", + "input": { + "label": "API 密钥", + "title": "输入您的 Youtube 数据 API V3 密钥。" + }, + "title": "YouTube API V3 密钥" + } + }, + "notifications": { + "error": { + "optionConflict": "当 '{{OPTION}}' 启用时,该选项无法启用。", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "滚轮控制播放速度键位与控制音量冲突。", + "volumeControl": "滚轮控制音量键位与控制播放速度冲突。" + } + } + }, + "info": { + "reset": "所有选项已重置为默认值。\n现在您可以通过单击“确认”按钮保存更改,或通过关闭此页面或忽略此通知放弃更改。" + }, + "success": { + "saved": "选项已保存。" + } + } + } + }, + "settings": { + "sections": { + "customCSS": { + "enable": { + "label": "启用自定义 CSS", + "title": "启用自定义 CSS 以应用到页面" + }, + "extras": { + "collapse": "折叠编辑器", + "expand": "展开编辑器", + "noProblems": "未发现问题" + }, + "title": "自定义 CSS 设置" + }, + "deepDarkCSS": { + "enable": { + "label": "启用所选主题", + "title": "在页面上应用所选主题" + }, + "extras": { + "author": "作者", + "co-authors": "合作作者" + }, + "settings": { + "colorShadow": { + "label": "阴影颜色", + "title": "阴影颜色" + }, + "dimmerText": { + "label": "次要文本颜色", + "title": "为次要文本使用的颜色" + }, + "hoverBackground": { + "label": "悬停背景颜色", + "title": "为悬停背景使用的颜色" + }, + "mainBackground": { + "label": "主要背景颜色", + "title": "为主要背景使用的颜色" + }, + "mainColor": { + "label": "强调颜色", + "title": "为强调使用的颜色" + }, + "mainText": { + "label": "主要文本颜色", + "title": "为主要文本使用的颜色" + }, + "secondBackground": { + "label": "次要背景颜色", + "title": "为次要背景使用的颜色" + }, + "theme": { + "select": { + "label": "选择主题", + "title": "选择要应用到页面的主题" + } + } + }, + "title": "YouTube 暗黑模式设置" + }, + "forwardRewindButtons": { + "enable": { + "label": "启用快进/快退按钮", + "title": "给视频播放器添加快进/快退按钮" + }, + "settings": { + "time": { + "label": "快进/快退时间", + "title": "快进/快退视频的时间长度" + } + }, + "title": "快进/快退按钮设置" + }, + "miscellaneous": { + "settings": { + "automaticTheaterMode": { + "enable": { + "label": "自动启用剧场模式", + "title": "当视频打开时,自动启用剧场模式" + } + }, + "automaticallyDisableAmbientMode": { + "enable": { + "label": "自动禁用氛围模式", + "title": "载入视频时自动禁用氛围模式" + } + }, + "automaticallyDisableAutoPlay": { + "enable": { + "label": "自动禁用自动播放", + "title": "载入视频时自动禁用自动播放" + } + }, + "automaticallyDisableClosedCaptions": { + "enable": { + "label": "自动禁用隐藏式字幕", + "title": "载入视频时自动禁用隐藏式字幕" + } + }, + "automaticallyEnableClosedCaptions": { + "enable": { + "label": "自动启用隐藏式字幕", + "title": "载入视频时自动启用隐藏式字幕" + } + }, + "automaticallyMaximizePlayer": { + "enable": { + "label": "自动最大化播放器", + "title": "当视频打开时,自动最大化播放器" + } + }, + "automaticallyShowMoreVideosOnEndScreen": { + "enable": { + "label": "在结束屏幕上自动显示更多视频", + "title": "加载视频时自动在结束屏幕上显示更多视频" + } + }, + "copyTimestampUrlButton": { + "enable": { + "label": "复制带有时间戳的视频 URL 按钮", + "title": "复制带有时间戳的视频 URL (?t=123)" + } + }, + "defaultToOriginalAudioTrack": { + "enable": { + "label": "默认设置为原始音轨", + "title": "总是默认原始音轨" + } + }, + "hideArtificialIntelligenceSummary": { + "enable": { + "label": "隐藏 AI 摘要", + "title": "隐藏视频下方的人工智能摘要" + } + }, + "hideEndScreenCards": { + "enable": { + "label": "隐藏结束界面卡片", + "title": "隐藏视频末尾的卡片" + } + }, + "hideEndScreenCardsButton": { + "enable": { + "label": "隐藏结束界面卡片按钮", + "title": "添加按钮以显示/隐藏视频末尾的卡片" + } + }, + "hideLiveStreamChat": { + "enable": { + "label": "隐藏直播聊天", + "title": "隐藏直播聊天" + } + }, + "hideMembersOnlyVideos": { + "enable": { + "label": "隐藏仅限会员的视频", + "title": "隐藏仅对会员可见的视频" + } + }, + "hideOfficialArtistVideosFromHomePage": { + "enable": { + "label": "隐藏音乐人官方视频", + "title": "从主页上隐藏来自音乐人官方频道的视频" + } + }, + "hidePaidPromotionBanner": { + "enable": { + "label": "隐藏付费推广横幅", + "title": "隐藏当您观看带有付费促销的视频时出现的横幅广告" + } + }, + "hidePlayables": { + "enable": { + "label": "隐藏可播放内容", + "title": "隐藏所有可播放内容" + } + }, + "hidePlaylistRecommendationsFromHomePage": { + "enable": { + "label": "从主页隐藏播放列表", + "title": "从主页去除播放列表" + } + }, + "hideScrollbar": { + "enable": { + "label": "启用隐藏滚动条", + "title": "隐藏页面滚动条" + } + }, + "hideShorts": { + "enable": { + "label": "隐藏短视频", + "title": "隐藏所有短视频" + } + }, + "hideSidebarRecommendedVideos": { + "enable": { + "label": "隐藏推荐视频", + "title": "隐藏推荐视频的侧边栏" + } + }, + "hideTranslateComment": { + "enable": { + "label": "隐藏翻译评论按钮", + "title": "隐藏评论下方的“翻译至当前语言”按钮" + } + }, + "loopButton": { + "enable": { + "label": "循环按钮", + "title": "在功能菜单中添加一个按钮来循环你正在观看的视频" + } + }, + "maximizePlayerButton": { + "enable": { + "label": "最大化播放器按钮", + "title": "在功能菜单中添加一个按钮来最大化播放器" + } + }, + "openTranscriptButton": { + "enable": { + "label": "转写文稿按钮", + "title": "在功能菜单中添加一个按钮来循环你正在观看的视频" + } + }, + "openYouTubeSettingsOnHover": { + "enable": { + "label": "悬停时打开 YouTube 设置", + "title": "当您悬停在设置按钮上时打开 YouTube 设置菜单" + } + }, + "pauseBackgroundPlayers": { + "enable": { + "label": "暂停后台播放", + "title": "当您在前台标签中启用一个新播放器时,暂停后台标签中的视频播放器" + } + }, + "remainingTime": { + "enable": { + "label": "剩余时间", + "title": "显示您观看的视频的剩余时间" + } + }, + "rememberVolume": { + "enable": { + "label": "记住最后一个音量", + "title": "记住最后一个视频的音量并在打开新视频时设置" + } + }, + "removeRedirect": { + "enable": { + "label": "屏蔽YouTube重定向链接", + "title": "用真实链接替换YouTube重定向,并跳过重定向警告" + } + }, + "restoreFullscreenScrolling": { + "enable": { + "label": "恢复全屏滚动", + "title": "在全屏模式下恢复滚动" + } + }, + "saveToWatchLaterButton": { + "enable": { + "label": "启用保存到稍后观看按钮", + "title": "在主页和订阅视频中添加一个按钮,将视频保存到“稍后观看”播放列表" + } + }, + "shareShortener": { + "enable": { + "label": "缩短YouTube视频分享链接", + "title": "分享Youtube视频(youtu.be)时,删除si/feature 参数以缩短链接" + } + }, + "shortsAutoScroll": { + "enable": { + "label": "短视频自动下滑", + "title": "短视频播完后,自动下滑播放下一个" + } + }, + "skipContinueWatching": { + "enable": { + "label": "跳过\"视频已暂停。继续观看吗?\"", + "title": "跳过暂停视频播放的闲置对话框" + } + } + }, + "title": "其他设置" + }, + "onScreenDisplaySettings": { + "settings": { + "color": { + "label": "颜色", + "select": { + "options": { + "blue": "蓝色", + "green": "绿色", + "orange": "橙色", + "pink": "粉色", + "purple": "紫色", + "red": "红色", + "white": "白色", + "yellow": "黄色" + } + }, + "title": "选择屏幕提示文本颜色" + }, + "hide": { + "label": "隐藏延时", + "title": "指定时间,以毫秒计,然后自动隐藏屏幕显示" + }, + "opacity": { + "label": "透明度", + "title": "调整屏幕提示文本的透明度" + }, + "padding": { + "label": "内边距", + "title": "调整屏幕提示周围以像素为单位的间距。主要适用于角落的屏幕提示。" + }, + "position": { + "label": "位置", + "select": { + "options": { + "bottom_left": "左下", + "bottom_right": "右下", + "center": "居中", + "top_left": "左上", + "top_right": "右上" + } + }, + "title": "选择屏幕提示文本颜色" + }, + "type": { + "label": "类型", + "select": { + "options": { + "circle": "圆形图标", + "line": "直线", + "no_display": "无显示", + "text": "文本" + } + }, + "title": "选择屏幕提示文本颜色" + } + }, + "title": "屏幕提示信息设置" + }, + "playerQuality": { + "enable": { + "label": "自动质量调整", + "title": "自动调整视频质量到所选等级。" + }, + "settings": { + "quality": { + "select": { + "label": "播放质量", + "title": "将视频质量设为" + } + }, + "qualityFallbackStrategy": { + "select": { + "label": "质量回退策略", + "options": { + "higher": "升高", + "lower": "降低" + }, + "title": "当所选质量不可用时使用的策略" + } + } + }, + "title": "自动画质设置" + }, + "playerSpeed": { + "enable": { + "label": "强制播放速度", + "title": "将视频速度设置为您在下面选择的内容" + }, + "settings": { + "buttons": { + "label": "播放速度按钮", + "select": { + "label": "播放按钮的速度", + "title": "每次点击要更改的速度量" + }, + "title": "添加按钮以增加或降低您观看的视频的播放速度" + }, + "speed": { + "select": { + "label": "播放速度", + "title": "将视频播放速度设为" + } + } + }, + "title": "播放速度设置" + }, + "playlistLength": { + "enable": { + "label": "显示播放列表长度信息", + "title": "显示播放列表的总长度,已观看多少,以及还剩多少。" + }, + "settings": { + "wayToGetLength": { + "select": { + "label": "获取播放列表长度的方法", + "title": "获取播放列表长度信息的方式 (如果发生错误,API 方法将回退到 HTML)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "获取已观看时间的方法", + "options": { + "duration": "视频长度", + "youtube": "视频观看时间" + }, + "title": "获取已观看时间长度的方法 (“视频长度”方法仅会在观看页面使用)" + } + } + }, + "title": "播放列表长度设置" + }, + "playlistManagementButtons": { + "settings": { + "markAsUnwatchedButton": { + "enable": { + "label": "标记为未观看按钮", + "title": "添加一个按钮将视频标记为未观看视频" + } + }, + "removeVideoButton": { + "enable": { + "label": "移除视频按钮", + "title": "添加一个按钮从播放列表中移除视频" + } + } + }, + "title": "播放列表管理设置" + }, + "screenshotButton": { + "enable": { + "label": "屏幕截图按钮", + "title": "向播放器添加一个按钮以拍摄视频的截图" + }, + "settings": { + "format": { + "label": "截图格式", + "title": "保存屏幕截图的格式" + }, + "saveAs": { + "select": { + "label": "屏幕截图保存类型", + "options": { + "both": "全部(文件和剪贴板)", + "clipboard": "剪贴板", + "file": "文件" + }, + "title": "屏幕截图保存类型" + } + } + }, + "title": "屏幕截图选项" + }, + "scrollWheelSpeedControl": { + "enable": { + "label": "滚轮控制播放速度设置", + "title": "按下控制键时启用滚轮音量调整" + }, + "extras": { + "optionLabel": "{{KEY}} 键" + }, + "settings": { + "adjustmentSteps": { + "label": "每轮滚动音量", + "title": "调整每轮滚动的音量变化" + }, + "modifierKey": { + "select": { + "label": "控制键", + "title": "启用功能时按住的控制键" + } + } + }, + "title": "滚轮控制播放速度设置" + }, + "scrollWheelVolumeControl": { + "enable": { + "label": "滚轮控制音量", + "title": "让您使用滚轮来控制您正在观看的视频音量" + }, + "extras": { + "optionLabel": "{{KEY}} 键" + }, + "settings": { + "adjustmentSteps": { + "label": "每轮滚动音量", + "title": "调整每轮滚动的音量变化" + }, + "holdModifierKey": { + "label": "在按住控制键时启用功能", + "select": { + "label": "控制键", + "title": "启用功能时按住的控制键" + }, + "title": "按下控制键时启用滚轮音量调整" + }, + "holdRightClick": { + "label": "按住右键时启用", + "title": "按住右键以启用滚轮音量控制" + } + }, + "title": "滚轮控制音量设置" + }, + "videoHistory": { + "enable": { + "label": "记录已观看视频", + "title": "记录您关闭视频的进度并在下次播放时恢复" + }, + "settings": { + "resumeType": { + "select": { + "label": "进度恢复方式", + "options": { + "automatic": "自动", + "prompt": "提示" + }, + "title": "选择恢复视频播放进度的方式" + } + } + }, + "title": "视频历史记录设置" + }, + "volumeBoost": { + "enable": { + "label": "音量增强", + "title": "启用音量增强" + }, + "settings": { + "amount": { + "label": "音量提升量(分贝)", + "title": "音量提升量(分贝)" + }, + "mode": { + "select": { + "label": "音量增强模式", + "options": { + "global": "全局统一", + "perVideo": "分别记忆" + }, + "title": "选择音量增强生效的方式。“分别记忆”为每个视频记住各自的设置。“全局”使音量增强功能开启时,对所有视频采用同一设置。" + } + } + }, + "title": "音量增强设置" + } + } + } +} From 09f4051125c9730539171a47406c779efdd82ed4 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 3 Feb 2026 15:32:14 -0500 Subject: [PATCH 1578/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 1648 +++++++++++++++++++------------------ 1 file changed, 826 insertions(+), 822 deletions(-) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index ad283eeaf..f5d194b25 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -1,823 +1,827 @@ { - "langCode": "zh-TW", - "langName": "繁體中文 (台灣)", - "messages": { - "resumingVideo": "從 {{VIDEO_TIME}} 繼續播放", - "settingVolume": "設定音量增強到 {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "label": "複製目前播放時間的影片網址" - }, - "extras": { - "copied": "已複製!" - } - }, - "featureMenu": { - "button": { - "label": "功能選單" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "快轉{{TIME}}" - }, - "rewindButton": { - "label": "倒帶{{TIME}}" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "隱藏片尾資訊卡", - "toggle": { - "off": "顯示片尾資訊卡", - "on": "隱藏片尾資訊卡" - } - } - }, - "loopButton": { - "button": { - "label": "循環播放", - "toggle": { - "off": "關閉循環播放", - "on": "開啟循環播放" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "最大化", - "toggle": { - "off": "關閉最大化", - "on": "啟用最大化" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "打開文字記錄" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "減慢播放速度 {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "加快播放速度 {{SPEED}}" - } - }, - "extras": { - "decreaseLimit": "無法再減速 ({{SPEED}})", - "increaseLimit": "無法再加速 ({{SPEED}})" - } - }, - "playlistLength": { - "title": "如果某些影片被隱藏或沒載入足夠影片去讀取總時間的話,總時間有機會不準確。" - }, - "playlistManagementButtons": { - "extras": { - "failedToMarkAsUnwatched": "Failed to mark video as unwatched", - "failedToRemoveVideo": "Failed to remove video", - "markAsUnwatched": "Mark as unwatched", - "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "Remove video", - "removingVideo": "Removing video…" - } - }, - "saveToWatchLaterButton": { - "extras": { - "failedToSaveVideo": "Failed to save video to Watch Later", - "saveVideo": "Save to Watch Later", - "savingVideo": "Saving to Watch Later…" - } - }, - "screenshotButton": { - "button": { - "label": "螢幕截圖" - }, - "extras": { - "copiedToClipboard": "螢幕截圖已複製剪貼簿" - } - }, - "videoHistory": { - "extras": { - "resumeButton": "繼續", - "resumePromptClose": "關閉" - } - }, - "volumeBoostButton": { - "button": { - "label": "音量增強", - "toggle": { - "off": "關閉音量增強", - "on": "啟用音量增強" - } - } - } - } - }, - "options": { - "extras": { - "bottomButtons": { - "clear": { - "title": "清除這個擴充套件儲存在此機上的資料", - "value": "清除資料" - }, - "confirm": { - "title": "確認重設設定", - "value": "確認" - }, - "openTab": { - "title": "於新頁面開啟擴充套件設定" - }, - "reset": { - "title": "將所以設定回復到初始值,按確認儲存變更", - "value": "重置" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "複製目前播放時間的影片網址按鈕", - "decreasePlaybackSpeedButton": "減慢速度按鈕", - "forwardButton": "快轉按鈕", - "hideEndScreenCardsButton": "隱藏片尾資訊卡按鈕", - "increasePlaybackSpeedButton": "加快速度按妞", - "loopButton": "循環播放按鈕", - "maximizePlayerButton": "最大化按鈕", - "openTranscriptButton": "開啟文字記錄按鈕", - "rewindButton": "倒帶按鈕", - "screenshotButton": "螢幕截圖按鈕", - "volumeBoostButton": "音量增強按鈕" - }, - "options": { - "below_player": { - "placement": "於播放器底下", - "value": "播放器底下" - }, - "feature_menu": { - "placement": "於功能選單", - "value": "功能選單" - }, - "player_controls_left": { - "placement": "於播放器左邊", - "value": "播放器左邊" - }, - "player_controls_right": { - "placement": "於播放器右邊", - "value": "播放器右邊" - } - }, - "title": "將{{BUTTON_NAME}}放{{PLACEMENT}}" - }, - "title": "Button placement settings" - }, - "clearData": { - "allDataDeleted": "所有資料已重置。", - "confirmAlert": "將會清除這個擴充套件的相關選項,繼續?" - }, - "featureMenu": { - "openType": { - "select": { - "label": "選單開啟方式", - "options": { - "click": "點擊", - "hover": "游標懸浮" - }, - "title": "選擇選單開啟方式" - }, - "title": "功能選單設定" - } - }, - "importExportSettings": { - "exportButton": { - "success": "設定已成功匯出", - "title": "匯出設定至 JSON 檔案", - "value": "匯出設定" - }, - "importButton": { - "error": { - "unknown": "設定匯入失敗,請檢查檔案格式。\n發生不明錯誤。", - "validation": "設定匯入失敗,請檢查檔案格式。{{ERROR_MESSAGE}}" - }, - "success": "設定已成功匯入", - "title": "由 JSON 檔案匯入設定", - "value": "匯入設定" - } - }, - "language": { - "select": { - "label": "語言", - "title": "擴充套件使用的語言" - }, - "title": "語言" - }, - "optionDisabled": { - "either": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " or " - }, - "plural": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " and " - }, - "singular": "Enable '{{OPTION}}' to configure this option", - "specificOption": { - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" - } - }, - "scrollForMoreSettings": "Scroll for more settings", - "settingSearch": { - "placeholder": "搜尋設定" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "你可以從這裡取得", - "input": { - "label": "API 金鑰", - "title": "輸入你的 YouTube Data API V3 金鑰" - }, - "title": "YouTube API V3 key" - } - }, - "notifications": { - "error": { - "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "滾輪播放速度輔助按鍵不能跟音量增強輔助按鍵相同。", - "volumeControl": "滾輪音量增強輔助按鍵不能跟播放速度輔助按鍵相同。" - } - } - }, - "info": { - "reset": "全部選項已回復到初始值。\n你現在可以使用「確定」按鈕儲存選項,或關閉此頁放棄更改,亦可無視這個提示。" - }, - "success": { - "saved": "選項已儲存" - } - } - } - }, - "settings": { - "sections": { - "customCSS": { - "enable": { - "label": "啟用自訂CSS", - "title": "啟用應用到頁面的自訂CSS" - }, - "extras": { - "collapse": "收起編輯器", - "expand": "展開編輯器", - "noProblems": "沒有發現問題" - }, - "title": "Custom CSS settings" - }, - "deepDarkCSS": { - "enable": { - "label": "啟用已選主題", - "title": "啟用頁面的已選主題" - }, - "extras": { - "author": "作者", - "co-authors": "共同作者" - }, - "settings": { - "colorShadow": { - "label": "陰影顏色", - "title": "陰影的顏色" - }, - "dimmerText": { - "label": "次要文字顏色", - "title": "次要文字的顏色" - }, - "hoverBackground": { - "label": "懸停背景色", - "title": "滑過背景顏色" - }, - "mainBackground": { - "label": "主要背景顏色", - "title": "主要背景的顏色" - }, - "mainColor": { - "label": "重點色調", - "title": "重點色調的顏色" - }, - "mainText": { - "label": "主要文字顏色", - "title": "主要文字的顏色" - }, - "secondBackground": { - "label": "次要背景顏色", - "title": "次要背景顏色" - }, - "theme": { - "select": { - "label": "選擇主題", - "title": "選擇套用到頁面的主題" - } - } - }, - "title": "YouTube deep dark settings" - }, - "forwardRewindButtons": { - "enable": { - "label": "啟用快轉倒帶按鈕", - "title": "在播放器加入快轉和倒帶按鈕" - }, - "settings": { - "time": { - "label": "快轉/倒帶時間", - "title": "每次快轉/倒帶的時間" - } - }, - "title": "快轉/倒帶按鈕設定" - }, - "miscellaneous": { - "settings": { - "automaticallyDisableAmbientMode": { - "enable": { - "label": "自動停用微光效果", - "title": "載入影片時自動停用微光效果" - } - }, - "automaticallyDisableAutoPlay": { - "enable": { - "label": "Automatically disable autoplay", - "title": "Automatically disables autoplay when you load a video" - } - }, - "automaticallyDisableClosedCaptions": { - "enable": { - "label": "自動停用字幕", - "title": "載入影片時自動停用字幕" - } - }, - "automaticallyEnableClosedCaptions": { - "enable": { - "label": "Automatically enable closed captions", - "title": "Automatically enables closed captions when you load a video" - } - }, - "automaticallyMaximizePlayer": { - "enable": { - "label": "Automatically maximize player", - "title": "Automatically maximizes the player when you load a video" - } - }, - "automaticallyShowMoreVideosOnEndScreen": { - "enable": { - "label": "Automatically show more videos on end screen", - "title": "Automatically shows more videos on end screen when you load a video" - } - }, - "automaticTheaterMode": { - "enable": { - "label": "自動啟用劇院模式", - "title": "載入影片時自動啟用劇院模式" - } - }, - "copyTimestampUrlButton": { - "enable": { - "label": "複製目前播放時間的影片網址按鈕", - "title": "複製目前播放時間的影片網址 (?t=123)" - } - }, - "defaultToOriginalAudioTrack": { - "enable": { - "label": "Default to original audio track", - "title": "Always default to the original audio track" - } - }, - "saveToWatchLaterButton": { - "enable": { - "label": "Enable save to Watch Later button", - "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" - } - }, - "hideArtificialIntelligenceSummary": { - "enable": { - "label": "Hide AI summary", - "title": "Hides the artificial intelligence summary below videos" - } - }, - "hideEndScreenCards": { - "enable": { - "label": "隱藏片尾資訊卡", - "title": "隱藏影片片尾的資訊卡" - } - }, - "hideEndScreenCardsButton": { - "enable": { - "label": "隱藏片尾資訊卡按鈕", - "title": "在影片結束時新增顯示/隱藏卡片的按鈕" - } - }, - "hideLiveStreamChat": { - "enable": { - "label": "隱藏直播聊天室", - "title": "隱藏直播的聊天室" - } - }, - "hideMembersOnlyVideos": { - "enable": { - "label": "Hide members-only videos", - "title": "Hides videos that are only visible to members" - } - }, - "hideOfficialArtistVideosFromHomePage": { - "enable": { - "label": "隱藏官方藝人影片", - "title": "從主頁隱藏官方藝人影片" - } - }, - "hidePaidPromotionBanner": { - "enable": { - "label": "隱藏付費推廣橫幅", - "title": "隱藏當影片帶有付費推廣時顯示的橫幅" - } - }, - "hidePlayables": { - "enable": { - "label": "Hide playables", - "title": "Hides all playables" - } - }, - "hidePlaylistRecommendationsFromHomePage": { - "enable": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" - } - }, - "hideScrollbar": { - "enable": { - "label": "隱藏捲軸", - "title": "隱藏頁面捲軸" - } - }, - "hideShorts": { - "enable": { - "label": "隱藏 Shorts", - "title": "隱藏全部 Shorts" - } - }, - "hideSidebarRecommendedVideos": { - "enable": { - "label": "Hide recommended videos", - "title": "Hides the sidebar that recommends videos" - } - }, - "hideTranslateComment": { - "enable": { - "label": "隱藏翻譯留言按鈕", - "title": "隱藏留言下的翻譯按鈕" - } - }, - "loopButton": { - "enable": { - "label": "循環按鈕", - "title": "加入按鈕循環播放當前影片" - } - }, - "maximizePlayerButton": { - "enable": { - "label": "最大化播放器按鈕", - "title": "加入最大化播放器按鈕" - } - }, - "openTranscriptButton": { - "enable": { - "label": "開啟文字記錄按鈕", - "title": "加入按鈕開啟當前影片的文子記錄" - } - }, - "openYouTubeSettingsOnHover": { - "enable": { - "label": "懸浮時開啟設定選單", - "title": "鼠標懸浮在設定按鈕時開啟選單" - } - }, - "pauseBackgroundPlayers": { - "enable": { - "label": "暫停背景播放程序", - "title": "當前景分頁啟用新播放器時,自動凍結背景分頁影音" - } - }, - "remainingTime": { - "enable": { - "label": "剩餘時間", - "title": "顥示現時影片的剩餘時間" - } - }, - "rememberVolume": { - "enable": { - "label": "記住上次播放音量", - "title": "記住上次的播放音量,設定到新播放的影片上" - } - }, - "removeRedirect": { - "enable": { - "label": "移除 YouTube 重新導向網址", - "title": "以真正網址取代 YouTube 重新導向網址,跳過重新導向警告對話框" - } - }, - "restoreFullscreenScrolling": { - "enable": { - "label": "Restore fullscreen scrolling", - "title": "Restores scrolling in fullscreen mode" - } - }, - "shareShortener": { - "enable": { - "label": "縮短 YouTube 影片共享連結", - "title": "縮短 YouTube 影片共享連結 (youtu.be),移除 si/feature 參數" - } - }, - "shortsAutoScroll": { - "enable": { - "label": "Shorts 自動滾動", - "title": "自動滾動到下一段 Short" - } - }, - "skipContinueWatching": { - "enable": { - "label": "跳過「影片已暫停,繼續觀看?」", - "title": "跳過暫停影片播放的閒置對話框" - } - } - }, - "title": "其他設定" - }, - "onScreenDisplaySettings": { - "settings": { - "color": { - "label": "顏色", - "select": { - "options": { - "blue": "藍色", - "green": "綠色", - "orange": "橙色", - "pink": "粉紅色", - "purple": "紫色", - "red": "紅色", - "white": "白色", - "yellow": "黃色" - } - }, - "title": "選擇屏幕顥示的顏色" - }, - "hide": { - "label": "隱藏延遲", - "title": "指定多少毫秒後自動隱藏屏幕顥示" - }, - "opacity": { - "label": "透明度", - "title": "調節屏幕顥示的透明度" - }, - "padding": { - "label": "填充", - "title": "以像素為單位調整屏幕顥示周圍的空間,適用於置於角落的屏幕顥示。" - }, - "position": { - "label": "位置", - "select": { - "options": { - "bottom_left": "左下", - "bottom_right": "右下", - "center": "置中", - "top_left": "左上", - "top_right": "右上" - } - }, - "title": "選擇屏幕顥示的位置" - }, - "type": { - "label": "類型", - "select": { - "options": { - "circle": "圓形", - "line": "線條", - "no_display": "不顯示", - "text": "文字" - } - }, - "title": "選擇屏幕顥示風格" - } - }, - "title": "On-screen display settings" - }, - "playerQuality": { - "enable": { - "label": "自動畫質調整", - "title": "自動調整到指定畫質" - }, - "settings": { - "quality": { - "select": { - "label": "播放畫質", - "title": "設定影片播放畫質" - } - }, - "qualityFallbackStrategy": { - "select": { - "label": "畫質後備策略", - "options": { - "higher": "較高", - "lower": "較低" - }, - "title": "所選畫質不適用時的策略" - } - } - }, - "title": "自動畫質設定" - }, - "playerSpeed": { - "enable": { - "label": "強制播放速度", - "title": "設定影片播放速度如下" - }, - "settings": { - "buttons": { - "label": "播放速度按鈕", - "select": { - "label": "播放速率控制鈕", - "title": "每次按下時改變的速度" - }, - "title": "加入加快或減慢播放速度按鈕" - }, - "speed": { - "select": { - "label": "播放速度", - "title": "設定影片播放速度為" - } - } - }, - "title": "播放速度設定" - }, - "playlistLength": { - "enable": { - "label": "顯示播放清單時間資訊", - "title": "顯示播放清單總時間,已播放時間及剩餘時間。" - }, - "settings": { - "wayToGetLength": { - "select": { - "label": "取得播放清單時間方法", - "title": "取得播放清單時間資訊的方法(如API方法失敗會使用HTML方式)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "影片長度取得方法", - "options": { - "duration": "影片長度", - "youtube": "影片已觀看時間" - }, - "title": "取得已觀看時間的方法(影片長度方式只用於觀看頁)" - } - } - }, - "title": "播放清單播放時間設定" - }, - "playlistManagementButtons": { - "settings": { - "markAsUnwatchedButton": { - "enable": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - } - }, - "removeVideoButton": { - "enable": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - } - } - }, - "title": "Playlist management settings" - }, - "screenshotButton": { - "enable": { - "label": "螢幕截圖按鈕", - "title": "在播放器加入擷取螢幕截圖按鈕" - }, - "settings": { - "format": { - "label": "螢幕截圖儲存格式", - "title": "螢幕截圖的儲存格式" - }, - "saveAs": { - "select": { - "options": { - "both": "Both (File and Clipboard)", - "clipboard": "剪貼簿", - "file": "檔案" - }, - "label": "螢幕截圖儲存方式", - "title": "螢幕截圖的儲存方式" - } - } - }, - "title": "螢幕截圖設定" - }, - "scrollWheelSpeedControl": { - "enable": { - "label": "滾輪播放速度控制", - "title": "按住輔助按鍵來啟用播放速度調節" - }, - "extras": { - "optionLabel": "{{KEY}} 鍵" - }, - "settings": { - "adjustmentSteps": { - "label": "每次滾動的速度增減", - "title": "調整每次滾動時的播放速度幅度" - }, - "modifierKey": { - "select": { - "label": "輔助按鍵", - "title": "使用的輔助按鍵" - } - } - }, - "title": "滾輪播放速度控制設定" - }, - "scrollWheelVolumeControl": { - "enable": { - "label": "滾輪音量控制", - "title": "使用滑鼠滾輪控制現在播放的影片音量" - }, - "extras": { - "optionLabel": "{{KEY}} 鍵" - }, - "settings": { - "adjustmentSteps": { - "label": "每次滾動的音量增減", - "title": "調整每次滾動時的音量增減幅度" - }, - "holdModifierKey": { - "label": "啟用輔助按鍵", - "select": { - "label": "輔助按鍵", - "title": "使用的輔助按鍵" - }, - "title": "按住輔助按鍵來啟用滾輪音量調節" - }, - "holdRightClick": { - "label": "按住滑鼠右鍵時啟用", - "title": "住滑鼠右鍵時啟用滾輪音量調節" - } - }, - "title": "滾輪音量控制設定" - }, - "videoHistory": { - "enable": { - "label": "記住已觀看的影片", - "title": "記住己觀看影片的播放位置及啟用繼續播放" - }, - "settings": { - "resumeType": { - "select": { - "label": "繼續播放方式", - "options": { - "automatic": "自動", - "prompt": "提示" - }, - "title": "選擇如何繼續播放" - } - } - }, - "title": "觀看記錄設定" - }, - "volumeBoost": { - "enable": { - "label": "音量增強", - "title": "啟用音量增強" - }, - "settings": { - "amount": { - "label": "音量增強度 (分貝)", - "title": "將音量增幅至" - }, - "mode": { - "select": { - "label": "音量增強模式", - "options": { - "global": "全局", - "perVideo": "單獨" - }, - "title": "選擇音量增強如何應用到影片。「單獨」能使用選單為該影片開啟音量增強。「全局」在啟用音量增強時會應用到所影片。" - } - } - }, - "title": "音量增強設定" - } - } - } -} \ No newline at end of file + "langCode": "zh-TW", + "langName": "繁體中文 (台灣)", + "messages": { + "resumingVideo": "從 {{VIDEO_TIME}} 繼續播放", + "settingVolume": "設定音量增強到 {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "label": "複製目前播放時間的影片網址" + }, + "extras": { + "copied": "已複製!" + } + }, + "featureMenu": { + "button": { + "label": "功能選單" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "快轉{{TIME}}" + }, + "rewindButton": { + "label": "倒帶{{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "隱藏片尾資訊卡", + "toggle": { + "off": "顯示片尾資訊卡", + "on": "隱藏片尾資訊卡" + } + } + }, + "loopButton": { + "button": { + "label": "循環播放", + "toggle": { + "off": "關閉循環播放", + "on": "開啟循環播放" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "最大化", + "toggle": { + "off": "關閉最大化", + "on": "啟用最大化" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "打開文字記錄" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "減慢播放速度 {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "加快播放速度 {{SPEED}}" + } + }, + "extras": { + "decreaseLimit": "無法再減速 ({{SPEED}})", + "increaseLimit": "無法再加速 ({{SPEED}})" + } + }, + "playlistLength": { + "title": "如果某些影片被隱藏或沒載入足夠影片去讀取總時間的話,總時間有機會不準確。" + }, + "playlistManagementButtons": { + "extras": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + } + }, + "saveToWatchLaterButton": { + "extras": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + } + }, + "screenshotButton": { + "button": { + "label": "螢幕截圖" + }, + "extras": { + "copiedToClipboard": "螢幕截圖已複製剪貼簿" + } + }, + "videoHistory": { + "extras": { + "resumeButton": "繼續", + "resumePromptClose": "關閉" + } + }, + "volumeBoostButton": { + "button": { + "label": "音量增強", + "toggle": { + "off": "關閉音量增強", + "on": "啟用音量增強" + } + } + } + } + }, + "options": { + "extras": { + "bottomButtons": { + "clear": { + "title": "清除這個擴充套件儲存在此機上的資料", + "value": "清除資料" + }, + "confirm": { + "title": "確認重設設定", + "value": "確認" + }, + "openTab": { + "title": "於新頁面開啟擴充套件設定" + }, + "reset": { + "title": "將所以設定回復到初始值,按確認儲存變更", + "value": "重置" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "複製目前播放時間的影片網址按鈕", + "decreasePlaybackSpeedButton": "減慢速度按鈕", + "forwardButton": "快轉按鈕", + "hideEndScreenCardsButton": "隱藏片尾資訊卡按鈕", + "increasePlaybackSpeedButton": "加快速度按妞", + "loopButton": "循環播放按鈕", + "maximizePlayerButton": "最大化按鈕", + "openTranscriptButton": "開啟文字記錄按鈕", + "rewindButton": "倒帶按鈕", + "screenshotButton": "螢幕截圖按鈕", + "volumeBoostButton": "音量增強按鈕" + }, + "options": { + "below_player": { + "placement": "於播放器底下", + "value": "播放器底下" + }, + "feature_menu": { + "placement": "於功能選單", + "value": "功能選單" + }, + "player_controls_left": { + "placement": "於播放器左邊", + "value": "播放器左邊" + }, + "player_controls_right": { + "placement": "於播放器右邊", + "value": "播放器右邊" + } + }, + "title": "將{{BUTTON_NAME}}放{{PLACEMENT}}" + }, + "title": "Button placement settings" + }, + "clearData": { + "allDataDeleted": "所有資料已重置。", + "confirmAlert": "將會清除這個擴充套件的相關選項,繼續?" + }, + "featureMenu": { + "openType": { + "select": { + "label": "選單開啟方式", + "options": { + "click": "點擊", + "hover": "游標懸浮" + }, + "title": "選擇選單開啟方式" + }, + "title": "功能選單設定" + } + }, + "importExportSettings": { + "exportButton": { + "success": "設定已成功匯出", + "title": "匯出設定至 JSON 檔案", + "value": "匯出設定" + }, + "importButton": { + "error": { + "unknown": "設定匯入失敗,請檢查檔案格式。\n發生不明錯誤。", + "validation": "設定匯入失敗,請檢查檔案格式。{{ERROR_MESSAGE}}" + }, + "success": "設定已成功匯入", + "title": "由 JSON 檔案匯入設定", + "value": "匯入設定" + } + }, + "language": { + "select": { + "label": "語言", + "title": "擴充套件使用的語言" + }, + "title": "語言" + }, + "openSettingsOnMajorOrMinorVersionChange": { + "label": "Open settings page on update", + "title": "Opens the settings page when a major or minor version of YouTube Enhancer is installed" + }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "scrollForMoreSettings": "Scroll for more settings", + "settingSearch": { + "placeholder": "搜尋設定" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "你可以從這裡取得", + "input": { + "label": "API 金鑰", + "title": "輸入你的 YouTube Data API V3 金鑰" + }, + "title": "YouTube API V3 key" + } + }, + "notifications": { + "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "滾輪播放速度輔助按鍵不能跟音量增強輔助按鍵相同。", + "volumeControl": "滾輪音量增強輔助按鍵不能跟播放速度輔助按鍵相同。" + } + } + }, + "info": { + "reset": "全部選項已回復到初始值。\n你現在可以使用「確定」按鈕儲存選項,或關閉此頁放棄更改,亦可無視這個提示。" + }, + "success": { + "saved": "選項已儲存" + } + } + } + }, + "settings": { + "sections": { + "customCSS": { + "enable": { + "label": "啟用自訂CSS", + "title": "啟用應用到頁面的自訂CSS" + }, + "extras": { + "collapse": "收起編輯器", + "expand": "展開編輯器", + "noProblems": "沒有發現問題" + }, + "title": "Custom CSS settings" + }, + "deepDarkCSS": { + "enable": { + "label": "啟用已選主題", + "title": "啟用頁面的已選主題" + }, + "extras": { + "author": "作者", + "co-authors": "共同作者" + }, + "settings": { + "colorShadow": { + "label": "陰影顏色", + "title": "陰影的顏色" + }, + "dimmerText": { + "label": "次要文字顏色", + "title": "次要文字的顏色" + }, + "hoverBackground": { + "label": "懸停背景色", + "title": "滑過背景顏色" + }, + "mainBackground": { + "label": "主要背景顏色", + "title": "主要背景的顏色" + }, + "mainColor": { + "label": "重點色調", + "title": "重點色調的顏色" + }, + "mainText": { + "label": "主要文字顏色", + "title": "主要文字的顏色" + }, + "secondBackground": { + "label": "次要背景顏色", + "title": "次要背景顏色" + }, + "theme": { + "select": { + "label": "選擇主題", + "title": "選擇套用到頁面的主題" + } + } + }, + "title": "YouTube deep dark settings" + }, + "forwardRewindButtons": { + "enable": { + "label": "啟用快轉倒帶按鈕", + "title": "在播放器加入快轉和倒帶按鈕" + }, + "settings": { + "time": { + "label": "快轉/倒帶時間", + "title": "每次快轉/倒帶的時間" + } + }, + "title": "快轉/倒帶按鈕設定" + }, + "miscellaneous": { + "settings": { + "automaticTheaterMode": { + "enable": { + "label": "自動啟用劇院模式", + "title": "載入影片時自動啟用劇院模式" + } + }, + "automaticallyDisableAmbientMode": { + "enable": { + "label": "自動停用微光效果", + "title": "載入影片時自動停用微光效果" + } + }, + "automaticallyDisableAutoPlay": { + "enable": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + } + }, + "automaticallyDisableClosedCaptions": { + "enable": { + "label": "自動停用字幕", + "title": "載入影片時自動停用字幕" + } + }, + "automaticallyEnableClosedCaptions": { + "enable": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + } + }, + "automaticallyMaximizePlayer": { + "enable": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + } + }, + "automaticallyShowMoreVideosOnEndScreen": { + "enable": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + } + }, + "copyTimestampUrlButton": { + "enable": { + "label": "複製目前播放時間的影片網址按鈕", + "title": "複製目前播放時間的影片網址 (?t=123)" + } + }, + "defaultToOriginalAudioTrack": { + "enable": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + } + }, + "hideArtificialIntelligenceSummary": { + "enable": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + } + }, + "hideEndScreenCards": { + "enable": { + "label": "隱藏片尾資訊卡", + "title": "隱藏影片片尾的資訊卡" + } + }, + "hideEndScreenCardsButton": { + "enable": { + "label": "隱藏片尾資訊卡按鈕", + "title": "在影片結束時新增顯示/隱藏卡片的按鈕" + } + }, + "hideLiveStreamChat": { + "enable": { + "label": "隱藏直播聊天室", + "title": "隱藏直播的聊天室" + } + }, + "hideMembersOnlyVideos": { + "enable": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + } + }, + "hideOfficialArtistVideosFromHomePage": { + "enable": { + "label": "隱藏官方藝人影片", + "title": "從主頁隱藏官方藝人影片" + } + }, + "hidePaidPromotionBanner": { + "enable": { + "label": "隱藏付費推廣橫幅", + "title": "隱藏當影片帶有付費推廣時顯示的橫幅" + } + }, + "hidePlayables": { + "enable": { + "label": "Hide playables", + "title": "Hides all playables" + } + }, + "hidePlaylistRecommendationsFromHomePage": { + "enable": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + } + }, + "hideScrollbar": { + "enable": { + "label": "隱藏捲軸", + "title": "隱藏頁面捲軸" + } + }, + "hideShorts": { + "enable": { + "label": "隱藏 Shorts", + "title": "隱藏全部 Shorts" + } + }, + "hideSidebarRecommendedVideos": { + "enable": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + } + }, + "hideTranslateComment": { + "enable": { + "label": "隱藏翻譯留言按鈕", + "title": "隱藏留言下的翻譯按鈕" + } + }, + "loopButton": { + "enable": { + "label": "循環按鈕", + "title": "加入按鈕循環播放當前影片" + } + }, + "maximizePlayerButton": { + "enable": { + "label": "最大化播放器按鈕", + "title": "加入最大化播放器按鈕" + } + }, + "openTranscriptButton": { + "enable": { + "label": "開啟文字記錄按鈕", + "title": "加入按鈕開啟當前影片的文子記錄" + } + }, + "openYouTubeSettingsOnHover": { + "enable": { + "label": "懸浮時開啟設定選單", + "title": "鼠標懸浮在設定按鈕時開啟選單" + } + }, + "pauseBackgroundPlayers": { + "enable": { + "label": "暫停背景播放程序", + "title": "當前景分頁啟用新播放器時,自動凍結背景分頁影音" + } + }, + "remainingTime": { + "enable": { + "label": "剩餘時間", + "title": "顥示現時影片的剩餘時間" + } + }, + "rememberVolume": { + "enable": { + "label": "記住上次播放音量", + "title": "記住上次的播放音量,設定到新播放的影片上" + } + }, + "removeRedirect": { + "enable": { + "label": "移除 YouTube 重新導向網址", + "title": "以真正網址取代 YouTube 重新導向網址,跳過重新導向警告對話框" + } + }, + "restoreFullscreenScrolling": { + "enable": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + } + }, + "saveToWatchLaterButton": { + "enable": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + } + }, + "shareShortener": { + "enable": { + "label": "縮短 YouTube 影片共享連結", + "title": "縮短 YouTube 影片共享連結 (youtu.be),移除 si/feature 參數" + } + }, + "shortsAutoScroll": { + "enable": { + "label": "Shorts 自動滾動", + "title": "自動滾動到下一段 Short" + } + }, + "skipContinueWatching": { + "enable": { + "label": "跳過「影片已暫停,繼續觀看?」", + "title": "跳過暫停影片播放的閒置對話框" + } + } + }, + "title": "其他設定" + }, + "onScreenDisplaySettings": { + "settings": { + "color": { + "label": "顏色", + "select": { + "options": { + "blue": "藍色", + "green": "綠色", + "orange": "橙色", + "pink": "粉紅色", + "purple": "紫色", + "red": "紅色", + "white": "白色", + "yellow": "黃色" + } + }, + "title": "選擇屏幕顥示的顏色" + }, + "hide": { + "label": "隱藏延遲", + "title": "指定多少毫秒後自動隱藏屏幕顥示" + }, + "opacity": { + "label": "透明度", + "title": "調節屏幕顥示的透明度" + }, + "padding": { + "label": "填充", + "title": "以像素為單位調整屏幕顥示周圍的空間,適用於置於角落的屏幕顥示。" + }, + "position": { + "label": "位置", + "select": { + "options": { + "bottom_left": "左下", + "bottom_right": "右下", + "center": "置中", + "top_left": "左上", + "top_right": "右上" + } + }, + "title": "選擇屏幕顥示的位置" + }, + "type": { + "label": "類型", + "select": { + "options": { + "circle": "圓形", + "line": "線條", + "no_display": "不顯示", + "text": "文字" + } + }, + "title": "選擇屏幕顥示風格" + } + }, + "title": "On-screen display settings" + }, + "playerQuality": { + "enable": { + "label": "自動畫質調整", + "title": "自動調整到指定畫質" + }, + "settings": { + "quality": { + "select": { + "label": "播放畫質", + "title": "設定影片播放畫質" + } + }, + "qualityFallbackStrategy": { + "select": { + "label": "畫質後備策略", + "options": { + "higher": "較高", + "lower": "較低" + }, + "title": "所選畫質不適用時的策略" + } + } + }, + "title": "自動畫質設定" + }, + "playerSpeed": { + "enable": { + "label": "強制播放速度", + "title": "設定影片播放速度如下" + }, + "settings": { + "buttons": { + "label": "播放速度按鈕", + "select": { + "label": "播放速率控制鈕", + "title": "每次按下時改變的速度" + }, + "title": "加入加快或減慢播放速度按鈕" + }, + "speed": { + "select": { + "label": "播放速度", + "title": "設定影片播放速度為" + } + } + }, + "title": "播放速度設定" + }, + "playlistLength": { + "enable": { + "label": "顯示播放清單時間資訊", + "title": "顯示播放清單總時間,已播放時間及剩餘時間。" + }, + "settings": { + "wayToGetLength": { + "select": { + "label": "取得播放清單時間方法", + "title": "取得播放清單時間資訊的方法(如API方法失敗會使用HTML方式)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "影片長度取得方法", + "options": { + "duration": "影片長度", + "youtube": "影片已觀看時間" + }, + "title": "取得已觀看時間的方法(影片長度方式只用於觀看頁)" + } + } + }, + "title": "播放清單播放時間設定" + }, + "playlistManagementButtons": { + "settings": { + "markAsUnwatchedButton": { + "enable": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + } + }, + "removeVideoButton": { + "enable": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + } + }, + "title": "Playlist management settings" + }, + "screenshotButton": { + "enable": { + "label": "螢幕截圖按鈕", + "title": "在播放器加入擷取螢幕截圖按鈕" + }, + "settings": { + "format": { + "label": "螢幕截圖儲存格式", + "title": "螢幕截圖的儲存格式" + }, + "saveAs": { + "select": { + "label": "螢幕截圖儲存方式", + "options": { + "both": "Both (File and Clipboard)", + "clipboard": "剪貼簿", + "file": "檔案" + }, + "title": "螢幕截圖的儲存方式" + } + } + }, + "title": "螢幕截圖設定" + }, + "scrollWheelSpeedControl": { + "enable": { + "label": "滾輪播放速度控制", + "title": "按住輔助按鍵來啟用播放速度調節" + }, + "extras": { + "optionLabel": "{{KEY}} 鍵" + }, + "settings": { + "adjustmentSteps": { + "label": "每次滾動的速度增減", + "title": "調整每次滾動時的播放速度幅度" + }, + "modifierKey": { + "select": { + "label": "輔助按鍵", + "title": "使用的輔助按鍵" + } + } + }, + "title": "滾輪播放速度控制設定" + }, + "scrollWheelVolumeControl": { + "enable": { + "label": "滾輪音量控制", + "title": "使用滑鼠滾輪控制現在播放的影片音量" + }, + "extras": { + "optionLabel": "{{KEY}} 鍵" + }, + "settings": { + "adjustmentSteps": { + "label": "每次滾動的音量增減", + "title": "調整每次滾動時的音量增減幅度" + }, + "holdModifierKey": { + "label": "啟用輔助按鍵", + "select": { + "label": "輔助按鍵", + "title": "使用的輔助按鍵" + }, + "title": "按住輔助按鍵來啟用滾輪音量調節" + }, + "holdRightClick": { + "label": "按住滑鼠右鍵時啟用", + "title": "住滑鼠右鍵時啟用滾輪音量調節" + } + }, + "title": "滾輪音量控制設定" + }, + "videoHistory": { + "enable": { + "label": "記住已觀看的影片", + "title": "記住己觀看影片的播放位置及啟用繼續播放" + }, + "settings": { + "resumeType": { + "select": { + "label": "繼續播放方式", + "options": { + "automatic": "自動", + "prompt": "提示" + }, + "title": "選擇如何繼續播放" + } + } + }, + "title": "觀看記錄設定" + }, + "volumeBoost": { + "enable": { + "label": "音量增強", + "title": "啟用音量增強" + }, + "settings": { + "amount": { + "label": "音量增強度 (分貝)", + "title": "將音量增幅至" + }, + "mode": { + "select": { + "label": "音量增強模式", + "options": { + "global": "全局", + "perVideo": "單獨" + }, + "title": "選擇音量增強如何應用到影片。「單獨」能使用選單為該影片開啟音量增強。「全局」在啟用音量增強時會應用到所影片。" + } + } + }, + "title": "音量增強設定" + } + } + } +} From aab8404377d5d6b29feb61f4e221f9f7f99e66b9 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 3 Feb 2026 15:32:15 -0500 Subject: [PATCH 1579/1783] New translations en-us.json (Vietnamese) --- public/locales/vi-VN.json | 1648 +++++++++++++++++++------------------ 1 file changed, 826 insertions(+), 822 deletions(-) diff --git a/public/locales/vi-VN.json b/public/locales/vi-VN.json index 6e744f5f5..482b857b7 100644 --- a/public/locales/vi-VN.json +++ b/public/locales/vi-VN.json @@ -1,823 +1,827 @@ { - "langCode": "vi-VN", - "langName": "Tiếng Việt (Việt Nam)", - "messages": { - "resumingVideo": "Resuming video at {{VIDEO_TIME}}", - "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "label": "Copy video URL with timestamp" - }, - "extras": { - "copied": "Copied!" - } - }, - "featureMenu": { - "button": { - "label": "Feature menu" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "Fast forward by {{TIME}}" - }, - "rewindButton": { - "label": "Rewind by {{TIME}}" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "Hide end screen cards", - "toggle": { - "off": "Show end screen cards", - "on": "Hide end screen cards" - } - } - }, - "loopButton": { - "button": { - "label": "Loop", - "toggle": { - "off": "Loop off", - "on": "Loop on" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "Maximize", - "toggle": { - "off": "Maximize off", - "on": "Maximize on" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Open transcript" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Decrease Speed to {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Increase Speed to {{SPEED}}" - } - }, - "extras": { - "decreaseLimit": "Can't decrease further ({{SPEED}})", - "increaseLimit": "Can't increase further ({{SPEED}})" - } - }, - "playlistLength": { - "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." - }, - "playlistManagementButtons": { - "extras": { - "failedToMarkAsUnwatched": "Failed to mark video as unwatched", - "failedToRemoveVideo": "Failed to remove video", - "markAsUnwatched": "Mark as unwatched", - "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "Remove video", - "removingVideo": "Removing video…" - } - }, - "saveToWatchLaterButton": { - "extras": { - "failedToSaveVideo": "Failed to save video to Watch Later", - "saveVideo": "Save to Watch Later", - "savingVideo": "Saving to Watch Later…" - } - }, - "screenshotButton": { - "button": { - "label": "Screenshot" - }, - "extras": { - "copiedToClipboard": "Screenshot copied to clipboard" - } - }, - "videoHistory": { - "extras": { - "resumeButton": "Resume", - "resumePromptClose": "Close" - } - }, - "volumeBoostButton": { - "button": { - "label": "Volume Boost", - "toggle": { - "off": "Volume boost off", - "on": "Volume boost on" - } - } - } - } - }, - "options": { - "extras": { - "bottomButtons": { - "clear": { - "title": "Clears all data this extension has stored on your machine", - "value": "Clear Data" - }, - "confirm": { - "title": "Confirm setting reset", - "value": "Confirm" - }, - "openTab": { - "title": "Open extension settings in a new tab" - }, - "reset": { - "title": "Resets all settings to their defaults, Click the confirm button to save the changes", - "value": "Reset" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "Copy video URL with timestamp button", - "decreasePlaybackSpeedButton": "Decrease Speed button", - "forwardButton": "Fast Forward button", - "hideEndScreenCardsButton": "Hide end screen cards button", - "increasePlaybackSpeedButton": "Increase Speed button", - "loopButton": "Loop button", - "maximizePlayerButton": "Maximize button", - "openTranscriptButton": "Open Transcript button", - "rewindButton": "Rewind button", - "screenshotButton": "Screenshot button", - "volumeBoostButton": "Volume Boost button" - }, - "options": { - "below_player": { - "placement": "below the player controls", - "value": "Below Player" - }, - "feature_menu": { - "placement": "in the feature menu", - "value": "Feature Menu" - }, - "player_controls_left": { - "placement": "on the left side of player controls", - "value": "Left Controls" - }, - "player_controls_right": { - "placement": "on the right side of player controls", - "value": "Right Controls" - } - }, - "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" - }, - "title": "Button placement settings" - }, - "clearData": { - "allDataDeleted": "All data has been deleted.", - "confirmAlert": "This will delete all extension data related to options. Continue?" - }, - "featureMenu": { - "openType": { - "select": { - "label": "Menu Activation Type", - "options": { - "click": "Click", - "hover": "Hover" - }, - "title": "Select the method to activate the feature menu" - }, - "title": "Feature menu settings" - } - }, - "importExportSettings": { - "exportButton": { - "success": "Settings successfully exported", - "title": "Export settings to a JSON file", - "value": "Export Settings" - }, - "importButton": { - "error": { - "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", - "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" - }, - "success": "Settings imported successfully", - "title": "Import settings from a JSON file", - "value": "Import Settings" - } - }, - "language": { - "select": { - "label": "Language", - "title": "The language to use for the extension" - }, - "title": "Language" - }, - "optionDisabled": { - "either": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " or " - }, - "plural": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " and " - }, - "singular": "Enable '{{OPTION}}' to configure this option", - "specificOption": { - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" - } - }, - "scrollForMoreSettings": "Scroll for more settings", - "settingSearch": { - "placeholder": "Search for a setting" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "You can get one from here", - "input": { - "label": "API Key", - "title": "Enter your Youtube Data API V3 key." - }, - "title": "YouTube API V3 key" - } - }, - "notifications": { - "error": { - "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", - "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." - } - } - }, - "info": { - "reset": "All options have been reset to their default values.\nYou can now save the changes by clicking the \"Confirm\" button or discard them by closing this page or ignore this notification." - }, - "success": { - "saved": "Options saved." - } - } - } - }, - "settings": { - "sections": { - "customCSS": { - "enable": { - "label": "Custom CSS", - "title": "Enables custom CSS to be applied to the page" - }, - "extras": { - "collapse": "Collapse Editor", - "expand": "Expand Editor", - "noProblems": "No problems found." - }, - "title": "Custom CSS settings" - }, - "deepDarkCSS": { - "enable": { - "label": "Deep Dark Theme", - "title": "Activate the selected theme for the page" - }, - "extras": { - "author": "Author", - "co-authors": "Co-authors" - }, - "settings": { - "colorShadow": { - "label": "Shadow color", - "title": "Color for shadows" - }, - "dimmerText": { - "label": "Secondary text color", - "title": "Color for secondary text" - }, - "hoverBackground": { - "label": "Hover background color", - "title": "Color for hover background" - }, - "mainBackground": { - "label": "Main background color", - "title": "Color for main background" - }, - "mainColor": { - "label": "Accent color", - "title": "Color for accent" - }, - "mainText": { - "label": "Main text color", - "title": "Color for main text" - }, - "secondBackground": { - "label": "Secondary background color", - "title": "Color for secondary background" - }, - "theme": { - "select": { - "label": "Select theme", - "title": "Select a theme to be applied to the page" - } - } - }, - "title": "YouTube deep dark settings" - }, - "forwardRewindButtons": { - "enable": { - "label": "Forward/rewind buttons", - "title": "Adds forward and rewind buttons to the video player" - }, - "settings": { - "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" - } - }, - "title": "Forward/rewind button settings" - }, - "miscellaneous": { - "settings": { - "automaticallyDisableAmbientMode": { - "enable": { - "label": "Automatically disable ambient mode", - "title": "Automatically disables ambient mode when you load a video" - } - }, - "automaticallyDisableAutoPlay": { - "enable": { - "label": "Automatically disable autoplay", - "title": "Automatically disables autoplay when you load a video" - } - }, - "automaticallyDisableClosedCaptions": { - "enable": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" - } - }, - "automaticallyEnableClosedCaptions": { - "enable": { - "label": "Automatically enable closed captions", - "title": "Automatically enables closed captions when you load a video" - } - }, - "automaticallyMaximizePlayer": { - "enable": { - "label": "Automatically maximize player", - "title": "Automatically maximizes the player when you load a video" - } - }, - "automaticallyShowMoreVideosOnEndScreen": { - "enable": { - "label": "Automatically show more videos on end screen", - "title": "Automatically shows more videos on end screen when you load a video" - } - }, - "automaticTheaterMode": { - "enable": { - "label": "Automatic theater mode", - "title": "Automatically enables theater mode when you load a video" - } - }, - "copyTimestampUrlButton": { - "enable": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" - } - }, - "defaultToOriginalAudioTrack": { - "enable": { - "label": "Default to original audio track", - "title": "Always default to the original audio track" - } - }, - "saveToWatchLaterButton": { - "enable": { - "label": "Enable save to Watch Later button", - "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" - } - }, - "hideArtificialIntelligenceSummary": { - "enable": { - "label": "Hide AI summary", - "title": "Hides the artificial intelligence summary below videos" - } - }, - "hideEndScreenCards": { - "enable": { - "label": "Hide end screen cards", - "title": "Hides the cards at the end of the video" - } - }, - "hideEndScreenCardsButton": { - "enable": { - "label": "Hide end screen cards button", - "title": "Adds a button to show/hide the cards at the end of the video" - } - }, - "hideLiveStreamChat": { - "enable": { - "label": "Hide live stream chat", - "title": "Hides the live stream chat" - } - }, - "hideMembersOnlyVideos": { - "enable": { - "label": "Hide members-only videos", - "title": "Hides videos that are only visible to members" - } - }, - "hideOfficialArtistVideosFromHomePage": { - "enable": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" - } - }, - "hidePaidPromotionBanner": { - "enable": { - "label": "Hide paid promotion banner", - "title": "Hides the banner that appears when you watch a video that has a paid promotion" - } - }, - "hidePlayables": { - "enable": { - "label": "Hide playables", - "title": "Hides all playables" - } - }, - "hidePlaylistRecommendationsFromHomePage": { - "enable": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" - } - }, - "hideScrollbar": { - "enable": { - "label": "Hide scrollbar", - "title": "Hides the pages scrollbar" - } - }, - "hideShorts": { - "enable": { - "label": "Hide shorts", - "title": "Hides all shorts" - } - }, - "hideSidebarRecommendedVideos": { - "enable": { - "label": "Hide recommended videos", - "title": "Hides the sidebar that recommends videos" - } - }, - "hideTranslateComment": { - "enable": { - "label": "Hide translate comment button", - "title": "Hides 'Translate to Language' button under comments" - } - }, - "loopButton": { - "enable": { - "label": "Loop button", - "title": "Adds a button to the feature menu to loop the video you're watching" - } - }, - "maximizePlayerButton": { - "enable": { - "label": "Maximize player button", - "title": "Adds a button to the feature menu to maximize the player" - } - }, - "openTranscriptButton": { - "enable": { - "label": "Open transcript button", - "title": "Adds a button to the feature menu to open the transcript of the video you're watching" - } - }, - "openYouTubeSettingsOnHover": { - "enable": { - "label": "Open YouTube settings on hover", - "title": "Opens the YouTube settings menu when you hover over the settings button" - } - }, - "pauseBackgroundPlayers": { - "enable": { - "label": "Pause background players", - "title": "Pauses video players in background tabs when you start a new player in foreground tab" - } - }, - "remainingTime": { - "enable": { - "label": "Remaining time", - "title": "Shows the remaining time of the video you're watching" - } - }, - "rememberVolume": { - "enable": { - "label": "Remember last volume", - "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" - } - }, - "removeRedirect": { - "enable": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" - } - }, - "restoreFullscreenScrolling": { - "enable": { - "label": "Restore fullscreen scrolling", - "title": "Restores scrolling in fullscreen mode" - } - }, - "shareShortener": { - "enable": { - "label": "Shorten YouTube video share link", - "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" - } - }, - "shortsAutoScroll": { - "enable": { - "label": "Shorts auto scroll", - "title": "Automatically scrolls to the next short" - } - }, - "skipContinueWatching": { - "enable": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" - } - } - }, - "title": "Miscellaneous settings" - }, - "onScreenDisplaySettings": { - "settings": { - "color": { - "label": "Color", - "select": { - "options": { - "blue": "Blue", - "green": "Green", - "orange": "Orange", - "pink": "Pink", - "purple": "Purple", - "red": "Red", - "white": "White", - "yellow": "Yellow" - } - }, - "title": "Select the color for the On-Screen Display" - }, - "hide": { - "label": "Hide Delay", - "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" - }, - "opacity": { - "label": "Opacity", - "title": "Adjust the transparency of the On-Screen Display" - }, - "padding": { - "label": "Padding", - "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." - }, - "position": { - "label": "Position", - "select": { - "options": { - "bottom_left": "Bottom Left", - "bottom_right": "Bottom Right", - "center": "Center", - "top_left": "Top Left", - "top_right": "Top Right" - } - }, - "title": "Select the position of the On-Screen Display" - }, - "type": { - "label": "Type", - "select": { - "options": { - "circle": "Circle", - "line": "Line", - "no_display": "No display", - "text": "Text" - } - }, - "title": "Select the type of On-Screen Display" - } - }, - "title": "On-screen display settings" - }, - "playerQuality": { - "enable": { - "label": "Automatic quality adjustment", - "title": "Automatically adjusts the video quality to the selected level." - }, - "settings": { - "quality": { - "select": { - "label": "Player quality", - "title": "The quality to set the video to" - } - }, - "qualityFallbackStrategy": { - "select": { - "label": "Quality fallback strategy", - "options": { - "higher": "Higher", - "lower": "Lower" - }, - "title": "The strategy to use when the selected quality is not available" - } - } - }, - "title": "Automatic quality settings" - }, - "playerSpeed": { - "enable": { - "label": "Forced playback speed", - "title": "Sets the video speed to what you choose below" - }, - "settings": { - "buttons": { - "label": "Playback speed buttons", - "select": { - "label": "Playback buttons speed", - "title": "Amount of speed to be changed per click" - }, - "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" - }, - "speed": { - "select": { - "label": "Player speed", - "title": "The speed to set the video to" - } - } - }, - "title": "Playback speed settings" - }, - "playlistLength": { - "enable": { - "label": "Display playlist length information", - "title": "Shows the total length of the playlist, how much has been watched, and how much remains." - }, - "settings": { - "wayToGetLength": { - "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "Method to get watched time", - "options": { - "duration": "Video Length", - "youtube": "Video Watch Time" - }, - "title": "The way to get the amount of time watched (Video Length type only used on watch page)" - } - } - }, - "title": "Playlist length settings" - }, - "playlistManagementButtons": { - "settings": { - "markAsUnwatchedButton": { - "enable": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - } - }, - "removeVideoButton": { - "enable": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - } - } - }, - "title": "Playlist management settings" - }, - "screenshotButton": { - "enable": { - "label": "Screenshot button", - "title": "Adds a button to the player to take a screenshot of the video" - }, - "settings": { - "format": { - "label": "Screenshot format", - "title": "The format to save the screenshot in" - }, - "saveAs": { - "select": { - "options": { - "both": "Both (File and Clipboard)", - "clipboard": "Clipboard", - "file": "File" - }, - "label": "Screenshot save type", - "title": "The screenshot save type" - } - } - }, - "title": "Screenshot settings" - }, - "scrollWheelSpeedControl": { - "enable": { - "label": "Scroll wheel speed control", - "title": "Press a modifier key to enable speed adjustment with the scroll wheel." - }, - "extras": { - "optionLabel": "{{KEY}} key" - }, - "settings": { - "adjustmentSteps": { - "label": "Speed Change Per Scroll", - "title": "Adjust the speed change per scroll" - }, - "modifierKey": { - "select": { - "label": "Modifier key", - "title": "The modifier key to use" - } - } - }, - "title": "Scroll wheel speed control settings" - }, - "scrollWheelVolumeControl": { - "enable": { - "label": "Scroll wheel volume control", - "title": "Lets you use the scroll wheel to control the volume of the video you're watching" - }, - "extras": { - "optionLabel": "{{KEY}} key" - }, - "settings": { - "adjustmentSteps": { - "label": "Volume Change Per Scroll", - "title": "Adjust the volume change per scroll" - }, - "holdModifierKey": { - "label": "When holding modifier key", - "select": { - "label": "Modifier key", - "title": "The modifier key to use" - }, - "title": "Press a modifier key to enable volume adjustment with the scroll wheel." - }, - "holdRightClick": { - "label": "When holding right click", - "title": "Hold right click to enable scroll wheel volume control" - } - }, - "title": "Scroll wheel volume control settings" - }, - "videoHistory": { - "enable": { - "label": "Track watched videos", - "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" - }, - "settings": { - "resumeType": { - "select": { - "label": "Resume type", - "options": { - "automatic": "Automatic", - "prompt": "Prompt" - }, - "title": "Select how you want to resume videos" - } - } - }, - "title": "Video history settings" - }, - "volumeBoost": { - "enable": { - "label": "Volume boost", - "title": "Enable volume boost" - }, - "settings": { - "amount": { - "label": "Volume boost amount (dB)", - "title": "The amount to boost the volume by" - }, - "mode": { - "select": { - "label": "Volume boost mode", - "options": { - "global": "Global", - "perVideo": "Per video" - }, - "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." - } - } - }, - "title": "Volume boost settings" - } - } - } -} \ No newline at end of file + "langCode": "vi-VN", + "langName": "Tiếng Việt (Việt Nam)", + "messages": { + "resumingVideo": "Resuming video at {{VIDEO_TIME}}", + "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "label": "Copy video URL with timestamp" + }, + "extras": { + "copied": "Copied!" + } + }, + "featureMenu": { + "button": { + "label": "Feature menu" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Fast forward by {{TIME}}" + }, + "rewindButton": { + "label": "Rewind by {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Hide end screen cards", + "toggle": { + "off": "Show end screen cards", + "on": "Hide end screen cards" + } + } + }, + "loopButton": { + "button": { + "label": "Loop", + "toggle": { + "off": "Loop off", + "on": "Loop on" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "Maximize", + "toggle": { + "off": "Maximize off", + "on": "Maximize on" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Open transcript" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Decrease Speed to {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Increase Speed to {{SPEED}}" + } + }, + "extras": { + "decreaseLimit": "Can't decrease further ({{SPEED}})", + "increaseLimit": "Can't increase further ({{SPEED}})" + } + }, + "playlistLength": { + "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + }, + "playlistManagementButtons": { + "extras": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + } + }, + "saveToWatchLaterButton": { + "extras": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + } + }, + "screenshotButton": { + "button": { + "label": "Screenshot" + }, + "extras": { + "copiedToClipboard": "Screenshot copied to clipboard" + } + }, + "videoHistory": { + "extras": { + "resumeButton": "Resume", + "resumePromptClose": "Close" + } + }, + "volumeBoostButton": { + "button": { + "label": "Volume Boost", + "toggle": { + "off": "Volume boost off", + "on": "Volume boost on" + } + } + } + } + }, + "options": { + "extras": { + "bottomButtons": { + "clear": { + "title": "Clears all data this extension has stored on your machine", + "value": "Clear Data" + }, + "confirm": { + "title": "Confirm setting reset", + "value": "Confirm" + }, + "openTab": { + "title": "Open extension settings in a new tab" + }, + "reset": { + "title": "Resets all settings to their defaults, Click the confirm button to save the changes", + "value": "Reset" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Copy video URL with timestamp button", + "decreasePlaybackSpeedButton": "Decrease Speed button", + "forwardButton": "Fast Forward button", + "hideEndScreenCardsButton": "Hide end screen cards button", + "increasePlaybackSpeedButton": "Increase Speed button", + "loopButton": "Loop button", + "maximizePlayerButton": "Maximize button", + "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind button", + "screenshotButton": "Screenshot button", + "volumeBoostButton": "Volume Boost button" + }, + "options": { + "below_player": { + "placement": "below the player controls", + "value": "Below Player" + }, + "feature_menu": { + "placement": "in the feature menu", + "value": "Feature Menu" + }, + "player_controls_left": { + "placement": "on the left side of player controls", + "value": "Left Controls" + }, + "player_controls_right": { + "placement": "on the right side of player controls", + "value": "Right Controls" + } + }, + "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Button placement settings" + }, + "clearData": { + "allDataDeleted": "All data has been deleted.", + "confirmAlert": "This will delete all extension data related to options. Continue?" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Menu Activation Type", + "options": { + "click": "Click", + "hover": "Hover" + }, + "title": "Select the method to activate the feature menu" + }, + "title": "Feature menu settings" + } + }, + "importExportSettings": { + "exportButton": { + "success": "Settings successfully exported", + "title": "Export settings to a JSON file", + "value": "Export Settings" + }, + "importButton": { + "error": { + "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", + "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" + }, + "success": "Settings imported successfully", + "title": "Import settings from a JSON file", + "value": "Import Settings" + } + }, + "language": { + "select": { + "label": "Language", + "title": "The language to use for the extension" + }, + "title": "Language" + }, + "openSettingsOnMajorOrMinorVersionChange": { + "label": "Open settings page on update", + "title": "Opens the settings page when a major or minor version of YouTube Enhancer is installed" + }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "scrollForMoreSettings": "Scroll for more settings", + "settingSearch": { + "placeholder": "Search for a setting" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Key", + "title": "Enter your Youtube Data API V3 key." + }, + "title": "YouTube API V3 key" + } + }, + "notifications": { + "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", + "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." + } + } + }, + "info": { + "reset": "All options have been reset to their default values.\nYou can now save the changes by clicking the \"Confirm\" button or discard them by closing this page or ignore this notification." + }, + "success": { + "saved": "Options saved." + } + } + } + }, + "settings": { + "sections": { + "customCSS": { + "enable": { + "label": "Custom CSS", + "title": "Enables custom CSS to be applied to the page" + }, + "extras": { + "collapse": "Collapse Editor", + "expand": "Expand Editor", + "noProblems": "No problems found." + }, + "title": "Custom CSS settings" + }, + "deepDarkCSS": { + "enable": { + "label": "Deep Dark Theme", + "title": "Activate the selected theme for the page" + }, + "extras": { + "author": "Author", + "co-authors": "Co-authors" + }, + "settings": { + "colorShadow": { + "label": "Shadow color", + "title": "Color for shadows" + }, + "dimmerText": { + "label": "Secondary text color", + "title": "Color for secondary text" + }, + "hoverBackground": { + "label": "Hover background color", + "title": "Color for hover background" + }, + "mainBackground": { + "label": "Main background color", + "title": "Color for main background" + }, + "mainColor": { + "label": "Accent color", + "title": "Color for accent" + }, + "mainText": { + "label": "Main text color", + "title": "Color for main text" + }, + "secondBackground": { + "label": "Secondary background color", + "title": "Color for secondary background" + }, + "theme": { + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + } + } + }, + "title": "YouTube deep dark settings" + }, + "forwardRewindButtons": { + "enable": { + "label": "Forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "settings": { + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + } + }, + "title": "Forward/rewind button settings" + }, + "miscellaneous": { + "settings": { + "automaticTheaterMode": { + "enable": { + "label": "Automatic theater mode", + "title": "Automatically enables theater mode when you load a video" + } + }, + "automaticallyDisableAmbientMode": { + "enable": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + } + }, + "automaticallyDisableAutoPlay": { + "enable": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + } + }, + "automaticallyDisableClosedCaptions": { + "enable": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + } + }, + "automaticallyEnableClosedCaptions": { + "enable": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + } + }, + "automaticallyMaximizePlayer": { + "enable": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + } + }, + "automaticallyShowMoreVideosOnEndScreen": { + "enable": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + } + }, + "copyTimestampUrlButton": { + "enable": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + } + }, + "defaultToOriginalAudioTrack": { + "enable": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + } + }, + "hideArtificialIntelligenceSummary": { + "enable": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + } + }, + "hideEndScreenCards": { + "enable": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + } + }, + "hideEndScreenCardsButton": { + "enable": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + } + }, + "hideLiveStreamChat": { + "enable": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + } + }, + "hideMembersOnlyVideos": { + "enable": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + } + }, + "hideOfficialArtistVideosFromHomePage": { + "enable": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + } + }, + "hidePaidPromotionBanner": { + "enable": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + } + }, + "hidePlayables": { + "enable": { + "label": "Hide playables", + "title": "Hides all playables" + } + }, + "hidePlaylistRecommendationsFromHomePage": { + "enable": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + } + }, + "hideScrollbar": { + "enable": { + "label": "Hide scrollbar", + "title": "Hides the pages scrollbar" + } + }, + "hideShorts": { + "enable": { + "label": "Hide shorts", + "title": "Hides all shorts" + } + }, + "hideSidebarRecommendedVideos": { + "enable": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + } + }, + "hideTranslateComment": { + "enable": { + "label": "Hide translate comment button", + "title": "Hides 'Translate to Language' button under comments" + } + }, + "loopButton": { + "enable": { + "label": "Loop button", + "title": "Adds a button to the feature menu to loop the video you're watching" + } + }, + "maximizePlayerButton": { + "enable": { + "label": "Maximize player button", + "title": "Adds a button to the feature menu to maximize the player" + } + }, + "openTranscriptButton": { + "enable": { + "label": "Open transcript button", + "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + } + }, + "openYouTubeSettingsOnHover": { + "enable": { + "label": "Open YouTube settings on hover", + "title": "Opens the YouTube settings menu when you hover over the settings button" + } + }, + "pauseBackgroundPlayers": { + "enable": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + } + }, + "remainingTime": { + "enable": { + "label": "Remaining time", + "title": "Shows the remaining time of the video you're watching" + } + }, + "rememberVolume": { + "enable": { + "label": "Remember last volume", + "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + } + }, + "removeRedirect": { + "enable": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + } + }, + "restoreFullscreenScrolling": { + "enable": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + } + }, + "saveToWatchLaterButton": { + "enable": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + } + }, + "shareShortener": { + "enable": { + "label": "Shorten YouTube video share link", + "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + } + }, + "shortsAutoScroll": { + "enable": { + "label": "Shorts auto scroll", + "title": "Automatically scrolls to the next short" + } + }, + "skipContinueWatching": { + "enable": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + } + } + }, + "title": "Miscellaneous settings" + }, + "onScreenDisplaySettings": { + "settings": { + "color": { + "label": "Color", + "select": { + "options": { + "blue": "Blue", + "green": "Green", + "orange": "Orange", + "pink": "Pink", + "purple": "Purple", + "red": "Red", + "white": "White", + "yellow": "Yellow" + } + }, + "title": "Select the color for the On-Screen Display" + }, + "hide": { + "label": "Hide Delay", + "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" + }, + "opacity": { + "label": "Opacity", + "title": "Adjust the transparency of the On-Screen Display" + }, + "padding": { + "label": "Padding", + "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." + }, + "position": { + "label": "Position", + "select": { + "options": { + "bottom_left": "Bottom Left", + "bottom_right": "Bottom Right", + "center": "Center", + "top_left": "Top Left", + "top_right": "Top Right" + } + }, + "title": "Select the position of the On-Screen Display" + }, + "type": { + "label": "Type", + "select": { + "options": { + "circle": "Circle", + "line": "Line", + "no_display": "No display", + "text": "Text" + } + }, + "title": "Select the type of On-Screen Display" + } + }, + "title": "On-screen display settings" + }, + "playerQuality": { + "enable": { + "label": "Automatic quality adjustment", + "title": "Automatically adjusts the video quality to the selected level." + }, + "settings": { + "quality": { + "select": { + "label": "Player quality", + "title": "The quality to set the video to" + } + }, + "qualityFallbackStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + } + }, + "title": "Automatic quality settings" + }, + "playerSpeed": { + "enable": { + "label": "Forced playback speed", + "title": "Sets the video speed to what you choose below" + }, + "settings": { + "buttons": { + "label": "Playback speed buttons", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + }, + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + }, + "speed": { + "select": { + "label": "Player speed", + "title": "The speed to set the video to" + } + } + }, + "title": "Playback speed settings" + }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + }, + "settings": { + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } + } + }, + "title": "Playlist length settings" + }, + "playlistManagementButtons": { + "settings": { + "markAsUnwatchedButton": { + "enable": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + } + }, + "removeVideoButton": { + "enable": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + } + }, + "title": "Playlist management settings" + }, + "screenshotButton": { + "enable": { + "label": "Screenshot button", + "title": "Adds a button to the player to take a screenshot of the video" + }, + "settings": { + "format": { + "label": "Screenshot format", + "title": "The format to save the screenshot in" + }, + "saveAs": { + "select": { + "label": "Screenshot save type", + "options": { + "both": "Both (File and Clipboard)", + "clipboard": "Clipboard", + "file": "File" + }, + "title": "The screenshot save type" + } + } + }, + "title": "Screenshot settings" + }, + "scrollWheelSpeedControl": { + "enable": { + "label": "Scroll wheel speed control", + "title": "Press a modifier key to enable speed adjustment with the scroll wheel." + }, + "extras": { + "optionLabel": "{{KEY}} key" + }, + "settings": { + "adjustmentSteps": { + "label": "Speed Change Per Scroll", + "title": "Adjust the speed change per scroll" + }, + "modifierKey": { + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + } + } + }, + "title": "Scroll wheel speed control settings" + }, + "scrollWheelVolumeControl": { + "enable": { + "label": "Scroll wheel volume control", + "title": "Lets you use the scroll wheel to control the volume of the video you're watching" + }, + "extras": { + "optionLabel": "{{KEY}} key" + }, + "settings": { + "adjustmentSteps": { + "label": "Volume Change Per Scroll", + "title": "Adjust the volume change per scroll" + }, + "holdModifierKey": { + "label": "When holding modifier key", + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + }, + "title": "Press a modifier key to enable volume adjustment with the scroll wheel." + }, + "holdRightClick": { + "label": "When holding right click", + "title": "Hold right click to enable scroll wheel volume control" + } + }, + "title": "Scroll wheel volume control settings" + }, + "videoHistory": { + "enable": { + "label": "Track watched videos", + "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" + }, + "settings": { + "resumeType": { + "select": { + "label": "Resume type", + "options": { + "automatic": "Automatic", + "prompt": "Prompt" + }, + "title": "Select how you want to resume videos" + } + } + }, + "title": "Video history settings" + }, + "volumeBoost": { + "enable": { + "label": "Volume boost", + "title": "Enable volume boost" + }, + "settings": { + "amount": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by" + }, + "mode": { + "select": { + "label": "Volume boost mode", + "options": { + "global": "Global", + "perVideo": "Per video" + }, + "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + } + } + }, + "title": "Volume boost settings" + } + } + } +} From c5d6a9e2f105047b4913db1488fc70db2918ebb7 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 3 Feb 2026 15:32:16 -0500 Subject: [PATCH 1580/1783] New translations en-us.json (Persian) --- public/locales/fa-IR.json | 1648 +++++++++++++++++++------------------ 1 file changed, 826 insertions(+), 822 deletions(-) diff --git a/public/locales/fa-IR.json b/public/locales/fa-IR.json index c3eb4083f..55d42e48d 100644 --- a/public/locales/fa-IR.json +++ b/public/locales/fa-IR.json @@ -1,823 +1,827 @@ { - "langCode": "fa-IR", - "langName": "فارسی", - "messages": { - "resumingVideo": "Resuming video at {{VIDEO_TIME}}", - "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "label": "Copy video URL with timestamp" - }, - "extras": { - "copied": "Copied!" - } - }, - "featureMenu": { - "button": { - "label": "Feature menu" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "Fast forward by {{TIME}}" - }, - "rewindButton": { - "label": "Rewind by {{TIME}}" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "Hide end screen cards", - "toggle": { - "off": "Show end screen cards", - "on": "Hide end screen cards" - } - } - }, - "loopButton": { - "button": { - "label": "Loop", - "toggle": { - "off": "Loop off", - "on": "Loop on" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "Maximize", - "toggle": { - "off": "Maximize off", - "on": "Maximize on" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Open transcript" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Decrease Speed to {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Increase Speed to {{SPEED}}" - } - }, - "extras": { - "decreaseLimit": "Can't decrease further ({{SPEED}})", - "increaseLimit": "Can't increase further ({{SPEED}})" - } - }, - "playlistLength": { - "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." - }, - "playlistManagementButtons": { - "extras": { - "failedToMarkAsUnwatched": "Failed to mark video as unwatched", - "failedToRemoveVideo": "Failed to remove video", - "markAsUnwatched": "Mark as unwatched", - "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "Remove video", - "removingVideo": "Removing video…" - } - }, - "saveToWatchLaterButton": { - "extras": { - "failedToSaveVideo": "Failed to save video to Watch Later", - "saveVideo": "Save to Watch Later", - "savingVideo": "Saving to Watch Later…" - } - }, - "screenshotButton": { - "button": { - "label": "Screenshot" - }, - "extras": { - "copiedToClipboard": "Screenshot copied to clipboard" - } - }, - "videoHistory": { - "extras": { - "resumeButton": "Resume", - "resumePromptClose": "Close" - } - }, - "volumeBoostButton": { - "button": { - "label": "Volume Boost", - "toggle": { - "off": "Volume boost off", - "on": "Volume boost on" - } - } - } - } - }, - "options": { - "extras": { - "bottomButtons": { - "clear": { - "title": "Clears all data this extension has stored on your machine", - "value": "Clear Data" - }, - "confirm": { - "title": "Confirm setting reset", - "value": "Confirm" - }, - "openTab": { - "title": "Open extension settings in a new tab" - }, - "reset": { - "title": "Resets all settings to their defaults, Click the confirm button to save the changes", - "value": "Reset" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "Copy video URL with timestamp button", - "decreasePlaybackSpeedButton": "Decrease Speed button", - "forwardButton": "Fast Forward button", - "hideEndScreenCardsButton": "Hide end screen cards button", - "increasePlaybackSpeedButton": "Increase Speed button", - "loopButton": "Loop button", - "maximizePlayerButton": "Maximize button", - "openTranscriptButton": "Open Transcript button", - "rewindButton": "Rewind button", - "screenshotButton": "Screenshot button", - "volumeBoostButton": "Volume Boost button" - }, - "options": { - "below_player": { - "placement": "below the player controls", - "value": "Below Player" - }, - "feature_menu": { - "placement": "in the feature menu", - "value": "Feature Menu" - }, - "player_controls_left": { - "placement": "on the left side of player controls", - "value": "Left Controls" - }, - "player_controls_right": { - "placement": "on the right side of player controls", - "value": "Right Controls" - } - }, - "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" - }, - "title": "Button placement settings" - }, - "clearData": { - "allDataDeleted": "All data has been deleted.", - "confirmAlert": "This will delete all extension data related to options. Continue?" - }, - "featureMenu": { - "openType": { - "select": { - "label": "Menu Activation Type", - "options": { - "click": "Click", - "hover": "Hover" - }, - "title": "Select the method to activate the feature menu" - }, - "title": "Feature menu settings" - } - }, - "importExportSettings": { - "exportButton": { - "success": "Settings successfully exported", - "title": "Export settings to a JSON file", - "value": "Export Settings" - }, - "importButton": { - "error": { - "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", - "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" - }, - "success": "Settings imported successfully", - "title": "Import settings from a JSON file", - "value": "Import Settings" - } - }, - "language": { - "select": { - "label": "Language", - "title": "The language to use for the extension" - }, - "title": "Language" - }, - "optionDisabled": { - "either": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " or " - }, - "plural": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " and " - }, - "singular": "Enable '{{OPTION}}' to configure this option", - "specificOption": { - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" - } - }, - "scrollForMoreSettings": "Scroll for more settings", - "settingSearch": { - "placeholder": "Search for a setting" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "You can get one from here", - "input": { - "label": "API Key", - "title": "Enter your Youtube Data API V3 key." - }, - "title": "YouTube API V3 key" - } - }, - "notifications": { - "error": { - "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", - "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." - } - } - }, - "info": { - "reset": "All options have been reset to their default values.\nYou can now save the changes by clicking the \"Confirm\" button or discard them by closing this page or ignore this notification." - }, - "success": { - "saved": "Options saved." - } - } - } - }, - "settings": { - "sections": { - "customCSS": { - "enable": { - "label": "Custom CSS", - "title": "Enables custom CSS to be applied to the page" - }, - "extras": { - "collapse": "Collapse Editor", - "expand": "Expand Editor", - "noProblems": "No problems found." - }, - "title": "Custom CSS settings" - }, - "deepDarkCSS": { - "enable": { - "label": "Deep Dark Theme", - "title": "Activate the selected theme for the page" - }, - "extras": { - "author": "Author", - "co-authors": "Co-authors" - }, - "settings": { - "colorShadow": { - "label": "Shadow color", - "title": "Color for shadows" - }, - "dimmerText": { - "label": "Secondary text color", - "title": "Color for secondary text" - }, - "hoverBackground": { - "label": "Hover background color", - "title": "Color for hover background" - }, - "mainBackground": { - "label": "Main background color", - "title": "Color for main background" - }, - "mainColor": { - "label": "Accent color", - "title": "Color for accent" - }, - "mainText": { - "label": "Main text color", - "title": "Color for main text" - }, - "secondBackground": { - "label": "Secondary background color", - "title": "Color for secondary background" - }, - "theme": { - "select": { - "label": "Select theme", - "title": "Select a theme to be applied to the page" - } - } - }, - "title": "YouTube deep dark settings" - }, - "forwardRewindButtons": { - "enable": { - "label": "Forward/rewind buttons", - "title": "Adds forward and rewind buttons to the video player" - }, - "settings": { - "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" - } - }, - "title": "Forward/rewind button settings" - }, - "miscellaneous": { - "settings": { - "automaticallyDisableAmbientMode": { - "enable": { - "label": "Automatically disable ambient mode", - "title": "Automatically disables ambient mode when you load a video" - } - }, - "automaticallyDisableAutoPlay": { - "enable": { - "label": "Automatically disable autoplay", - "title": "Automatically disables autoplay when you load a video" - } - }, - "automaticallyDisableClosedCaptions": { - "enable": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" - } - }, - "automaticallyEnableClosedCaptions": { - "enable": { - "label": "Automatically enable closed captions", - "title": "Automatically enables closed captions when you load a video" - } - }, - "automaticallyMaximizePlayer": { - "enable": { - "label": "Automatically maximize player", - "title": "Automatically maximizes the player when you load a video" - } - }, - "automaticallyShowMoreVideosOnEndScreen": { - "enable": { - "label": "Automatically show more videos on end screen", - "title": "Automatically shows more videos on end screen when you load a video" - } - }, - "automaticTheaterMode": { - "enable": { - "label": "Automatic theater mode", - "title": "Automatically enables theater mode when you load a video" - } - }, - "copyTimestampUrlButton": { - "enable": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" - } - }, - "defaultToOriginalAudioTrack": { - "enable": { - "label": "Default to original audio track", - "title": "Always default to the original audio track" - } - }, - "saveToWatchLaterButton": { - "enable": { - "label": "Enable save to Watch Later button", - "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" - } - }, - "hideArtificialIntelligenceSummary": { - "enable": { - "label": "Hide AI summary", - "title": "Hides the artificial intelligence summary below videos" - } - }, - "hideEndScreenCards": { - "enable": { - "label": "Hide end screen cards", - "title": "Hides the cards at the end of the video" - } - }, - "hideEndScreenCardsButton": { - "enable": { - "label": "Hide end screen cards button", - "title": "Adds a button to show/hide the cards at the end of the video" - } - }, - "hideLiveStreamChat": { - "enable": { - "label": "Hide live stream chat", - "title": "Hides the live stream chat" - } - }, - "hideMembersOnlyVideos": { - "enable": { - "label": "Hide members-only videos", - "title": "Hides videos that are only visible to members" - } - }, - "hideOfficialArtistVideosFromHomePage": { - "enable": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" - } - }, - "hidePaidPromotionBanner": { - "enable": { - "label": "Hide paid promotion banner", - "title": "Hides the banner that appears when you watch a video that has a paid promotion" - } - }, - "hidePlayables": { - "enable": { - "label": "Hide playables", - "title": "Hides all playables" - } - }, - "hidePlaylistRecommendationsFromHomePage": { - "enable": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" - } - }, - "hideScrollbar": { - "enable": { - "label": "Hide scrollbar", - "title": "Hides the pages scrollbar" - } - }, - "hideShorts": { - "enable": { - "label": "Hide shorts", - "title": "Hides all shorts" - } - }, - "hideSidebarRecommendedVideos": { - "enable": { - "label": "Hide recommended videos", - "title": "Hides the sidebar that recommends videos" - } - }, - "hideTranslateComment": { - "enable": { - "label": "Hide translate comment button", - "title": "Hides 'Translate to Language' button under comments" - } - }, - "loopButton": { - "enable": { - "label": "Loop button", - "title": "Adds a button to the feature menu to loop the video you're watching" - } - }, - "maximizePlayerButton": { - "enable": { - "label": "Maximize player button", - "title": "Adds a button to the feature menu to maximize the player" - } - }, - "openTranscriptButton": { - "enable": { - "label": "Open transcript button", - "title": "Adds a button to the feature menu to open the transcript of the video you're watching" - } - }, - "openYouTubeSettingsOnHover": { - "enable": { - "label": "Open YouTube settings on hover", - "title": "Opens the YouTube settings menu when you hover over the settings button" - } - }, - "pauseBackgroundPlayers": { - "enable": { - "label": "Pause background players", - "title": "Pauses video players in background tabs when you start a new player in foreground tab" - } - }, - "remainingTime": { - "enable": { - "label": "Remaining time", - "title": "Shows the remaining time of the video you're watching" - } - }, - "rememberVolume": { - "enable": { - "label": "Remember last volume", - "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" - } - }, - "removeRedirect": { - "enable": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" - } - }, - "restoreFullscreenScrolling": { - "enable": { - "label": "Restore fullscreen scrolling", - "title": "Restores scrolling in fullscreen mode" - } - }, - "shareShortener": { - "enable": { - "label": "Shorten YouTube video share link", - "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" - } - }, - "shortsAutoScroll": { - "enable": { - "label": "Shorts auto scroll", - "title": "Automatically scrolls to the next short" - } - }, - "skipContinueWatching": { - "enable": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" - } - } - }, - "title": "Miscellaneous settings" - }, - "onScreenDisplaySettings": { - "settings": { - "color": { - "label": "Color", - "select": { - "options": { - "blue": "Blue", - "green": "Green", - "orange": "Orange", - "pink": "Pink", - "purple": "Purple", - "red": "Red", - "white": "White", - "yellow": "Yellow" - } - }, - "title": "Select the color for the On-Screen Display" - }, - "hide": { - "label": "Hide Delay", - "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" - }, - "opacity": { - "label": "Opacity", - "title": "Adjust the transparency of the On-Screen Display" - }, - "padding": { - "label": "Padding", - "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." - }, - "position": { - "label": "Position", - "select": { - "options": { - "bottom_left": "Bottom Left", - "bottom_right": "Bottom Right", - "center": "Center", - "top_left": "Top Left", - "top_right": "Top Right" - } - }, - "title": "Select the position of the On-Screen Display" - }, - "type": { - "label": "Type", - "select": { - "options": { - "circle": "Circle", - "line": "Line", - "no_display": "No display", - "text": "Text" - } - }, - "title": "Select the type of On-Screen Display" - } - }, - "title": "On-screen display settings" - }, - "playerQuality": { - "enable": { - "label": "Automatic quality adjustment", - "title": "Automatically adjusts the video quality to the selected level." - }, - "settings": { - "quality": { - "select": { - "label": "Player quality", - "title": "The quality to set the video to" - } - }, - "qualityFallbackStrategy": { - "select": { - "label": "Quality fallback strategy", - "options": { - "higher": "Higher", - "lower": "Lower" - }, - "title": "The strategy to use when the selected quality is not available" - } - } - }, - "title": "Automatic quality settings" - }, - "playerSpeed": { - "enable": { - "label": "Forced playback speed", - "title": "Sets the video speed to what you choose below" - }, - "settings": { - "buttons": { - "label": "Playback speed buttons", - "select": { - "label": "Playback buttons speed", - "title": "Amount of speed to be changed per click" - }, - "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" - }, - "speed": { - "select": { - "label": "Player speed", - "title": "The speed to set the video to" - } - } - }, - "title": "Playback speed settings" - }, - "playlistLength": { - "enable": { - "label": "Display playlist length information", - "title": "Shows the total length of the playlist, how much has been watched, and how much remains." - }, - "settings": { - "wayToGetLength": { - "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "Method to get watched time", - "options": { - "duration": "Video Length", - "youtube": "Video Watch Time" - }, - "title": "The way to get the amount of time watched (Video Length type only used on watch page)" - } - } - }, - "title": "Playlist length settings" - }, - "playlistManagementButtons": { - "settings": { - "markAsUnwatchedButton": { - "enable": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - } - }, - "removeVideoButton": { - "enable": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - } - } - }, - "title": "Playlist management settings" - }, - "screenshotButton": { - "enable": { - "label": "Screenshot button", - "title": "Adds a button to the player to take a screenshot of the video" - }, - "settings": { - "format": { - "label": "Screenshot format", - "title": "The format to save the screenshot in" - }, - "saveAs": { - "select": { - "options": { - "both": "Both (File and Clipboard)", - "clipboard": "Clipboard", - "file": "File" - }, - "label": "Screenshot save type", - "title": "The screenshot save type" - } - } - }, - "title": "Screenshot settings" - }, - "scrollWheelSpeedControl": { - "enable": { - "label": "Scroll wheel speed control", - "title": "Press a modifier key to enable speed adjustment with the scroll wheel." - }, - "extras": { - "optionLabel": "{{KEY}} key" - }, - "settings": { - "adjustmentSteps": { - "label": "Speed Change Per Scroll", - "title": "Adjust the speed change per scroll" - }, - "modifierKey": { - "select": { - "label": "Modifier key", - "title": "The modifier key to use" - } - } - }, - "title": "Scroll wheel speed control settings" - }, - "scrollWheelVolumeControl": { - "enable": { - "label": "Scroll wheel volume control", - "title": "Lets you use the scroll wheel to control the volume of the video you're watching" - }, - "extras": { - "optionLabel": "{{KEY}} key" - }, - "settings": { - "adjustmentSteps": { - "label": "Volume Change Per Scroll", - "title": "Adjust the volume change per scroll" - }, - "holdModifierKey": { - "label": "When holding modifier key", - "select": { - "label": "Modifier key", - "title": "The modifier key to use" - }, - "title": "Press a modifier key to enable volume adjustment with the scroll wheel." - }, - "holdRightClick": { - "label": "When holding right click", - "title": "Hold right click to enable scroll wheel volume control" - } - }, - "title": "Scroll wheel volume control settings" - }, - "videoHistory": { - "enable": { - "label": "Track watched videos", - "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" - }, - "settings": { - "resumeType": { - "select": { - "label": "Resume type", - "options": { - "automatic": "Automatic", - "prompt": "Prompt" - }, - "title": "Select how you want to resume videos" - } - } - }, - "title": "Video history settings" - }, - "volumeBoost": { - "enable": { - "label": "Volume boost", - "title": "Enable volume boost" - }, - "settings": { - "amount": { - "label": "Volume boost amount (dB)", - "title": "The amount to boost the volume by" - }, - "mode": { - "select": { - "label": "Volume boost mode", - "options": { - "global": "Global", - "perVideo": "Per video" - }, - "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." - } - } - }, - "title": "Volume boost settings" - } - } - } -} \ No newline at end of file + "langCode": "fa-IR", + "langName": "فارسی", + "messages": { + "resumingVideo": "Resuming video at {{VIDEO_TIME}}", + "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "label": "Copy video URL with timestamp" + }, + "extras": { + "copied": "Copied!" + } + }, + "featureMenu": { + "button": { + "label": "Feature menu" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Fast forward by {{TIME}}" + }, + "rewindButton": { + "label": "Rewind by {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Hide end screen cards", + "toggle": { + "off": "Show end screen cards", + "on": "Hide end screen cards" + } + } + }, + "loopButton": { + "button": { + "label": "Loop", + "toggle": { + "off": "Loop off", + "on": "Loop on" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "Maximize", + "toggle": { + "off": "Maximize off", + "on": "Maximize on" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Open transcript" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Decrease Speed to {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Increase Speed to {{SPEED}}" + } + }, + "extras": { + "decreaseLimit": "Can't decrease further ({{SPEED}})", + "increaseLimit": "Can't increase further ({{SPEED}})" + } + }, + "playlistLength": { + "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + }, + "playlistManagementButtons": { + "extras": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + } + }, + "saveToWatchLaterButton": { + "extras": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + } + }, + "screenshotButton": { + "button": { + "label": "Screenshot" + }, + "extras": { + "copiedToClipboard": "Screenshot copied to clipboard" + } + }, + "videoHistory": { + "extras": { + "resumeButton": "Resume", + "resumePromptClose": "Close" + } + }, + "volumeBoostButton": { + "button": { + "label": "Volume Boost", + "toggle": { + "off": "Volume boost off", + "on": "Volume boost on" + } + } + } + } + }, + "options": { + "extras": { + "bottomButtons": { + "clear": { + "title": "Clears all data this extension has stored on your machine", + "value": "Clear Data" + }, + "confirm": { + "title": "Confirm setting reset", + "value": "Confirm" + }, + "openTab": { + "title": "Open extension settings in a new tab" + }, + "reset": { + "title": "Resets all settings to their defaults, Click the confirm button to save the changes", + "value": "Reset" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Copy video URL with timestamp button", + "decreasePlaybackSpeedButton": "Decrease Speed button", + "forwardButton": "Fast Forward button", + "hideEndScreenCardsButton": "Hide end screen cards button", + "increasePlaybackSpeedButton": "Increase Speed button", + "loopButton": "Loop button", + "maximizePlayerButton": "Maximize button", + "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind button", + "screenshotButton": "Screenshot button", + "volumeBoostButton": "Volume Boost button" + }, + "options": { + "below_player": { + "placement": "below the player controls", + "value": "Below Player" + }, + "feature_menu": { + "placement": "in the feature menu", + "value": "Feature Menu" + }, + "player_controls_left": { + "placement": "on the left side of player controls", + "value": "Left Controls" + }, + "player_controls_right": { + "placement": "on the right side of player controls", + "value": "Right Controls" + } + }, + "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Button placement settings" + }, + "clearData": { + "allDataDeleted": "All data has been deleted.", + "confirmAlert": "This will delete all extension data related to options. Continue?" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Menu Activation Type", + "options": { + "click": "Click", + "hover": "Hover" + }, + "title": "Select the method to activate the feature menu" + }, + "title": "Feature menu settings" + } + }, + "importExportSettings": { + "exportButton": { + "success": "Settings successfully exported", + "title": "Export settings to a JSON file", + "value": "Export Settings" + }, + "importButton": { + "error": { + "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", + "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" + }, + "success": "Settings imported successfully", + "title": "Import settings from a JSON file", + "value": "Import Settings" + } + }, + "language": { + "select": { + "label": "Language", + "title": "The language to use for the extension" + }, + "title": "Language" + }, + "openSettingsOnMajorOrMinorVersionChange": { + "label": "Open settings page on update", + "title": "Opens the settings page when a major or minor version of YouTube Enhancer is installed" + }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "scrollForMoreSettings": "Scroll for more settings", + "settingSearch": { + "placeholder": "Search for a setting" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Key", + "title": "Enter your Youtube Data API V3 key." + }, + "title": "YouTube API V3 key" + } + }, + "notifications": { + "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", + "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." + } + } + }, + "info": { + "reset": "All options have been reset to their default values.\nYou can now save the changes by clicking the \"Confirm\" button or discard them by closing this page or ignore this notification." + }, + "success": { + "saved": "Options saved." + } + } + } + }, + "settings": { + "sections": { + "customCSS": { + "enable": { + "label": "Custom CSS", + "title": "Enables custom CSS to be applied to the page" + }, + "extras": { + "collapse": "Collapse Editor", + "expand": "Expand Editor", + "noProblems": "No problems found." + }, + "title": "Custom CSS settings" + }, + "deepDarkCSS": { + "enable": { + "label": "Deep Dark Theme", + "title": "Activate the selected theme for the page" + }, + "extras": { + "author": "Author", + "co-authors": "Co-authors" + }, + "settings": { + "colorShadow": { + "label": "Shadow color", + "title": "Color for shadows" + }, + "dimmerText": { + "label": "Secondary text color", + "title": "Color for secondary text" + }, + "hoverBackground": { + "label": "Hover background color", + "title": "Color for hover background" + }, + "mainBackground": { + "label": "Main background color", + "title": "Color for main background" + }, + "mainColor": { + "label": "Accent color", + "title": "Color for accent" + }, + "mainText": { + "label": "Main text color", + "title": "Color for main text" + }, + "secondBackground": { + "label": "Secondary background color", + "title": "Color for secondary background" + }, + "theme": { + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + } + } + }, + "title": "YouTube deep dark settings" + }, + "forwardRewindButtons": { + "enable": { + "label": "Forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "settings": { + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + } + }, + "title": "Forward/rewind button settings" + }, + "miscellaneous": { + "settings": { + "automaticTheaterMode": { + "enable": { + "label": "Automatic theater mode", + "title": "Automatically enables theater mode when you load a video" + } + }, + "automaticallyDisableAmbientMode": { + "enable": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + } + }, + "automaticallyDisableAutoPlay": { + "enable": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + } + }, + "automaticallyDisableClosedCaptions": { + "enable": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + } + }, + "automaticallyEnableClosedCaptions": { + "enable": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + } + }, + "automaticallyMaximizePlayer": { + "enable": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + } + }, + "automaticallyShowMoreVideosOnEndScreen": { + "enable": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + } + }, + "copyTimestampUrlButton": { + "enable": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + } + }, + "defaultToOriginalAudioTrack": { + "enable": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + } + }, + "hideArtificialIntelligenceSummary": { + "enable": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + } + }, + "hideEndScreenCards": { + "enable": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + } + }, + "hideEndScreenCardsButton": { + "enable": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + } + }, + "hideLiveStreamChat": { + "enable": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + } + }, + "hideMembersOnlyVideos": { + "enable": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + } + }, + "hideOfficialArtistVideosFromHomePage": { + "enable": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + } + }, + "hidePaidPromotionBanner": { + "enable": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + } + }, + "hidePlayables": { + "enable": { + "label": "Hide playables", + "title": "Hides all playables" + } + }, + "hidePlaylistRecommendationsFromHomePage": { + "enable": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + } + }, + "hideScrollbar": { + "enable": { + "label": "Hide scrollbar", + "title": "Hides the pages scrollbar" + } + }, + "hideShorts": { + "enable": { + "label": "Hide shorts", + "title": "Hides all shorts" + } + }, + "hideSidebarRecommendedVideos": { + "enable": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + } + }, + "hideTranslateComment": { + "enable": { + "label": "Hide translate comment button", + "title": "Hides 'Translate to Language' button under comments" + } + }, + "loopButton": { + "enable": { + "label": "Loop button", + "title": "Adds a button to the feature menu to loop the video you're watching" + } + }, + "maximizePlayerButton": { + "enable": { + "label": "Maximize player button", + "title": "Adds a button to the feature menu to maximize the player" + } + }, + "openTranscriptButton": { + "enable": { + "label": "Open transcript button", + "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + } + }, + "openYouTubeSettingsOnHover": { + "enable": { + "label": "Open YouTube settings on hover", + "title": "Opens the YouTube settings menu when you hover over the settings button" + } + }, + "pauseBackgroundPlayers": { + "enable": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + } + }, + "remainingTime": { + "enable": { + "label": "Remaining time", + "title": "Shows the remaining time of the video you're watching" + } + }, + "rememberVolume": { + "enable": { + "label": "Remember last volume", + "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + } + }, + "removeRedirect": { + "enable": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + } + }, + "restoreFullscreenScrolling": { + "enable": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + } + }, + "saveToWatchLaterButton": { + "enable": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + } + }, + "shareShortener": { + "enable": { + "label": "Shorten YouTube video share link", + "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + } + }, + "shortsAutoScroll": { + "enable": { + "label": "Shorts auto scroll", + "title": "Automatically scrolls to the next short" + } + }, + "skipContinueWatching": { + "enable": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + } + } + }, + "title": "Miscellaneous settings" + }, + "onScreenDisplaySettings": { + "settings": { + "color": { + "label": "Color", + "select": { + "options": { + "blue": "Blue", + "green": "Green", + "orange": "Orange", + "pink": "Pink", + "purple": "Purple", + "red": "Red", + "white": "White", + "yellow": "Yellow" + } + }, + "title": "Select the color for the On-Screen Display" + }, + "hide": { + "label": "Hide Delay", + "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" + }, + "opacity": { + "label": "Opacity", + "title": "Adjust the transparency of the On-Screen Display" + }, + "padding": { + "label": "Padding", + "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." + }, + "position": { + "label": "Position", + "select": { + "options": { + "bottom_left": "Bottom Left", + "bottom_right": "Bottom Right", + "center": "Center", + "top_left": "Top Left", + "top_right": "Top Right" + } + }, + "title": "Select the position of the On-Screen Display" + }, + "type": { + "label": "Type", + "select": { + "options": { + "circle": "Circle", + "line": "Line", + "no_display": "No display", + "text": "Text" + } + }, + "title": "Select the type of On-Screen Display" + } + }, + "title": "On-screen display settings" + }, + "playerQuality": { + "enable": { + "label": "Automatic quality adjustment", + "title": "Automatically adjusts the video quality to the selected level." + }, + "settings": { + "quality": { + "select": { + "label": "Player quality", + "title": "The quality to set the video to" + } + }, + "qualityFallbackStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + } + }, + "title": "Automatic quality settings" + }, + "playerSpeed": { + "enable": { + "label": "Forced playback speed", + "title": "Sets the video speed to what you choose below" + }, + "settings": { + "buttons": { + "label": "Playback speed buttons", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + }, + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + }, + "speed": { + "select": { + "label": "Player speed", + "title": "The speed to set the video to" + } + } + }, + "title": "Playback speed settings" + }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + }, + "settings": { + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } + } + }, + "title": "Playlist length settings" + }, + "playlistManagementButtons": { + "settings": { + "markAsUnwatchedButton": { + "enable": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + } + }, + "removeVideoButton": { + "enable": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + } + }, + "title": "Playlist management settings" + }, + "screenshotButton": { + "enable": { + "label": "Screenshot button", + "title": "Adds a button to the player to take a screenshot of the video" + }, + "settings": { + "format": { + "label": "Screenshot format", + "title": "The format to save the screenshot in" + }, + "saveAs": { + "select": { + "label": "Screenshot save type", + "options": { + "both": "Both (File and Clipboard)", + "clipboard": "Clipboard", + "file": "File" + }, + "title": "The screenshot save type" + } + } + }, + "title": "Screenshot settings" + }, + "scrollWheelSpeedControl": { + "enable": { + "label": "Scroll wheel speed control", + "title": "Press a modifier key to enable speed adjustment with the scroll wheel." + }, + "extras": { + "optionLabel": "{{KEY}} key" + }, + "settings": { + "adjustmentSteps": { + "label": "Speed Change Per Scroll", + "title": "Adjust the speed change per scroll" + }, + "modifierKey": { + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + } + } + }, + "title": "Scroll wheel speed control settings" + }, + "scrollWheelVolumeControl": { + "enable": { + "label": "Scroll wheel volume control", + "title": "Lets you use the scroll wheel to control the volume of the video you're watching" + }, + "extras": { + "optionLabel": "{{KEY}} key" + }, + "settings": { + "adjustmentSteps": { + "label": "Volume Change Per Scroll", + "title": "Adjust the volume change per scroll" + }, + "holdModifierKey": { + "label": "When holding modifier key", + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + }, + "title": "Press a modifier key to enable volume adjustment with the scroll wheel." + }, + "holdRightClick": { + "label": "When holding right click", + "title": "Hold right click to enable scroll wheel volume control" + } + }, + "title": "Scroll wheel volume control settings" + }, + "videoHistory": { + "enable": { + "label": "Track watched videos", + "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" + }, + "settings": { + "resumeType": { + "select": { + "label": "Resume type", + "options": { + "automatic": "Automatic", + "prompt": "Prompt" + }, + "title": "Select how you want to resume videos" + } + } + }, + "title": "Video history settings" + }, + "volumeBoost": { + "enable": { + "label": "Volume boost", + "title": "Enable volume boost" + }, + "settings": { + "amount": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by" + }, + "mode": { + "select": { + "label": "Volume boost mode", + "options": { + "global": "Global", + "perVideo": "Per video" + }, + "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + } + } + }, + "title": "Volume boost settings" + } + } + } +} From 40fca85410f45d307ef809208217b0770fa91e09 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 3 Feb 2026 15:32:17 -0500 Subject: [PATCH 1581/1783] New translations en-us.json (Hindi) --- public/locales/hi-IN.json | 1648 +++++++++++++++++++------------------ 1 file changed, 826 insertions(+), 822 deletions(-) diff --git a/public/locales/hi-IN.json b/public/locales/hi-IN.json index 9d28bf977..1d9338716 100644 --- a/public/locales/hi-IN.json +++ b/public/locales/hi-IN.json @@ -1,823 +1,827 @@ { - "langCode": "hi-IN", - "langName": "Hindi", - "messages": { - "resumingVideo": "{{VIDEO_TIME}} पर वीडियो पुनः आरंभ किया जा रहा है", - "settingVolume": "ध्वनि प्रवर्धन को {{VOLUME_BOOST_AMOUNT}} पर सेट किया जा रहा है" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "label": "टाइमस्टैम्प सहित वीडियो URL कॉपी करें" - }, - "extras": { - "copied": "कॉपी किया गया!" - } - }, - "featureMenu": { - "button": { - "label": "सुविधा मेनू" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "{{TIME}} तक तेज़ी से आगे बढ़ाएँ" - }, - "rewindButton": { - "label": "{{TIME}} तक पीछे ले जाएँ" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "अंतिम स्क्रीन कार्ड छिपाएँ", - "toggle": { - "off": "अंतिम स्क्रीन कार्ड दिखाएँ", - "on": "अंतिम स्क्रीन कार्ड छिपाएँ" - } - } - }, - "loopButton": { - "button": { - "label": "दोहराव", - "toggle": { - "off": "दोहराव बंद", - "on": "दोहराव चालू" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "अधिकतम करें", - "toggle": { - "off": "अधिकतम बंद", - "on": "अधिकतम चालू" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Open transcript" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Decrease Speed to {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Increase Speed to {{SPEED}}" - } - }, - "extras": { - "decreaseLimit": "Can't decrease further ({{SPEED}})", - "increaseLimit": "Can't increase further ({{SPEED}})" - } - }, - "playlistLength": { - "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." - }, - "playlistManagementButtons": { - "extras": { - "failedToMarkAsUnwatched": "Failed to mark video as unwatched", - "failedToRemoveVideo": "Failed to remove video", - "markAsUnwatched": "Mark as unwatched", - "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "Remove video", - "removingVideo": "Removing video…" - } - }, - "saveToWatchLaterButton": { - "extras": { - "failedToSaveVideo": "Failed to save video to Watch Later", - "saveVideo": "Save to Watch Later", - "savingVideo": "Saving to Watch Later…" - } - }, - "screenshotButton": { - "button": { - "label": "Screenshot" - }, - "extras": { - "copiedToClipboard": "Screenshot copied to clipboard" - } - }, - "videoHistory": { - "extras": { - "resumeButton": "Resume", - "resumePromptClose": "Close" - } - }, - "volumeBoostButton": { - "button": { - "label": "Volume Boost", - "toggle": { - "off": "Volume boost off", - "on": "Volume boost on" - } - } - } - } - }, - "options": { - "extras": { - "bottomButtons": { - "clear": { - "title": "Clears all data this extension has stored on your machine", - "value": "Clear Data" - }, - "confirm": { - "title": "Confirm setting reset", - "value": "Confirm" - }, - "openTab": { - "title": "Open extension settings in a new tab" - }, - "reset": { - "title": "Resets all settings to their defaults, Click the confirm button to save the changes", - "value": "Reset" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "Copy video URL with timestamp button", - "decreasePlaybackSpeedButton": "Decrease Speed button", - "forwardButton": "Fast Forward button", - "hideEndScreenCardsButton": "Hide end screen cards button", - "increasePlaybackSpeedButton": "Increase Speed button", - "loopButton": "Loop button", - "maximizePlayerButton": "Maximize button", - "openTranscriptButton": "Open Transcript button", - "rewindButton": "Rewind button", - "screenshotButton": "Screenshot button", - "volumeBoostButton": "Volume Boost button" - }, - "options": { - "below_player": { - "placement": "below the player controls", - "value": "Below Player" - }, - "feature_menu": { - "placement": "in the feature menu", - "value": "Feature Menu" - }, - "player_controls_left": { - "placement": "on the left side of player controls", - "value": "Left Controls" - }, - "player_controls_right": { - "placement": "on the right side of player controls", - "value": "Right Controls" - } - }, - "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" - }, - "title": "Button placement settings" - }, - "clearData": { - "allDataDeleted": "All data has been deleted.", - "confirmAlert": "This will delete all extension data related to options. Continue?" - }, - "featureMenu": { - "openType": { - "select": { - "label": "Menu Activation Type", - "options": { - "click": "Click", - "hover": "Hover" - }, - "title": "Select the method to activate the feature menu" - }, - "title": "Feature menu settings" - } - }, - "importExportSettings": { - "exportButton": { - "success": "Settings successfully exported", - "title": "सेटिंग्स को JSON फ़ाइल में निर्यात करें", - "value": "निर्यात सेटिंग्स" - }, - "importButton": { - "error": { - "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", - "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" - }, - "success": "Settings imported successfully", - "title": "Import settings from a JSON file", - "value": "Import Settings" - } - }, - "language": { - "select": { - "label": "Language", - "title": "The language to use for the extension" - }, - "title": "Language" - }, - "optionDisabled": { - "either": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " or " - }, - "plural": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " and " - }, - "singular": "Enable '{{OPTION}}' to configure this option", - "specificOption": { - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" - } - }, - "scrollForMoreSettings": "Scroll for more settings", - "settingSearch": { - "placeholder": "Search for a setting" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "You can get one from here", - "input": { - "label": "API Key", - "title": "Enter your Youtube Data API V3 key." - }, - "title": "YouTube API V3 key" - } - }, - "notifications": { - "error": { - "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", - "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." - } - } - }, - "info": { - "reset": "All options have been reset to their default values.\nYou can now save the changes by clicking the \"Confirm\" button or discard them by closing this page or ignore this notification." - }, - "success": { - "saved": "Options saved." - } - } - } - }, - "settings": { - "sections": { - "customCSS": { - "enable": { - "label": "Custom CSS", - "title": "Enables custom CSS to be applied to the page" - }, - "extras": { - "collapse": "Collapse Editor", - "expand": "Expand Editor", - "noProblems": "No problems found." - }, - "title": "Custom CSS settings" - }, - "deepDarkCSS": { - "enable": { - "label": "Deep Dark Theme", - "title": "Activate the selected theme for the page" - }, - "extras": { - "author": "Author", - "co-authors": "Co-authors" - }, - "settings": { - "colorShadow": { - "label": "Shadow color", - "title": "Color for shadows" - }, - "dimmerText": { - "label": "Secondary text color", - "title": "Color for secondary text" - }, - "hoverBackground": { - "label": "Hover background color", - "title": "Color for hover background" - }, - "mainBackground": { - "label": "Main background color", - "title": "Color for main background" - }, - "mainColor": { - "label": "Accent color", - "title": "Color for accent" - }, - "mainText": { - "label": "Main text color", - "title": "Color for main text" - }, - "secondBackground": { - "label": "Secondary background color", - "title": "Color for secondary background" - }, - "theme": { - "select": { - "label": "Select theme", - "title": "Select a theme to be applied to the page" - } - } - }, - "title": "YouTube deep dark settings" - }, - "forwardRewindButtons": { - "enable": { - "label": "Forward/rewind buttons", - "title": "Adds forward and rewind buttons to the video player" - }, - "settings": { - "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" - } - }, - "title": "Forward/rewind button settings" - }, - "miscellaneous": { - "settings": { - "automaticallyDisableAmbientMode": { - "enable": { - "label": "Automatically disable ambient mode", - "title": "Automatically disables ambient mode when you load a video" - } - }, - "automaticallyDisableAutoPlay": { - "enable": { - "label": "Automatically disable autoplay", - "title": "Automatically disables autoplay when you load a video" - } - }, - "automaticallyDisableClosedCaptions": { - "enable": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" - } - }, - "automaticallyEnableClosedCaptions": { - "enable": { - "label": "Automatically enable closed captions", - "title": "Automatically enables closed captions when you load a video" - } - }, - "automaticallyMaximizePlayer": { - "enable": { - "label": "Automatically maximize player", - "title": "Automatically maximizes the player when you load a video" - } - }, - "automaticallyShowMoreVideosOnEndScreen": { - "enable": { - "label": "Automatically show more videos on end screen", - "title": "Automatically shows more videos on end screen when you load a video" - } - }, - "automaticTheaterMode": { - "enable": { - "label": "Automatic theater mode", - "title": "Automatically enables theater mode when you load a video" - } - }, - "copyTimestampUrlButton": { - "enable": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" - } - }, - "defaultToOriginalAudioTrack": { - "enable": { - "label": "Default to original audio track", - "title": "Always default to the original audio track" - } - }, - "saveToWatchLaterButton": { - "enable": { - "label": "Enable save to Watch Later button", - "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" - } - }, - "hideArtificialIntelligenceSummary": { - "enable": { - "label": "Hide AI summary", - "title": "Hides the artificial intelligence summary below videos" - } - }, - "hideEndScreenCards": { - "enable": { - "label": "Hide end screen cards", - "title": "Hides the cards at the end of the video" - } - }, - "hideEndScreenCardsButton": { - "enable": { - "label": "Hide end screen cards button", - "title": "Adds a button to show/hide the cards at the end of the video" - } - }, - "hideLiveStreamChat": { - "enable": { - "label": "Hide live stream chat", - "title": "Hides the live stream chat" - } - }, - "hideMembersOnlyVideos": { - "enable": { - "label": "Hide members-only videos", - "title": "Hides videos that are only visible to members" - } - }, - "hideOfficialArtistVideosFromHomePage": { - "enable": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" - } - }, - "hidePaidPromotionBanner": { - "enable": { - "label": "Hide paid promotion banner", - "title": "Hides the banner that appears when you watch a video that has a paid promotion" - } - }, - "hidePlayables": { - "enable": { - "label": "Hide playables", - "title": "Hides all playables" - } - }, - "hidePlaylistRecommendationsFromHomePage": { - "enable": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" - } - }, - "hideScrollbar": { - "enable": { - "label": "Hide scrollbar", - "title": "Hides the pages scrollbar" - } - }, - "hideShorts": { - "enable": { - "label": "Hide shorts", - "title": "Hides all shorts" - } - }, - "hideSidebarRecommendedVideos": { - "enable": { - "label": "Hide recommended videos", - "title": "Hides the sidebar that recommends videos" - } - }, - "hideTranslateComment": { - "enable": { - "label": "Hide translate comment button", - "title": "Hides 'Translate to Language' button under comments" - } - }, - "loopButton": { - "enable": { - "label": "Loop button", - "title": "Adds a button to the feature menu to loop the video you're watching" - } - }, - "maximizePlayerButton": { - "enable": { - "label": "Maximize player button", - "title": "Adds a button to the feature menu to maximize the player" - } - }, - "openTranscriptButton": { - "enable": { - "label": "Open transcript button", - "title": "Adds a button to the feature menu to open the transcript of the video you're watching" - } - }, - "openYouTubeSettingsOnHover": { - "enable": { - "label": "Open YouTube settings on hover", - "title": "Opens the YouTube settings menu when you hover over the settings button" - } - }, - "pauseBackgroundPlayers": { - "enable": { - "label": "Pause background players", - "title": "Pauses video players in background tabs when you start a new player in foreground tab" - } - }, - "remainingTime": { - "enable": { - "label": "Remaining time", - "title": "Shows the remaining time of the video you're watching" - } - }, - "rememberVolume": { - "enable": { - "label": "Remember last volume", - "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" - } - }, - "removeRedirect": { - "enable": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" - } - }, - "restoreFullscreenScrolling": { - "enable": { - "label": "Restore fullscreen scrolling", - "title": "Restores scrolling in fullscreen mode" - } - }, - "shareShortener": { - "enable": { - "label": "Shorten YouTube video share link", - "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" - } - }, - "shortsAutoScroll": { - "enable": { - "label": "Shorts auto scroll", - "title": "Automatically scrolls to the next short" - } - }, - "skipContinueWatching": { - "enable": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" - } - } - }, - "title": "Miscellaneous settings" - }, - "onScreenDisplaySettings": { - "settings": { - "color": { - "label": "Color", - "select": { - "options": { - "blue": "Blue", - "green": "Green", - "orange": "Orange", - "pink": "Pink", - "purple": "Purple", - "red": "Red", - "white": "White", - "yellow": "Yellow" - } - }, - "title": "Select the color for the On-Screen Display" - }, - "hide": { - "label": "Hide Delay", - "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" - }, - "opacity": { - "label": "Opacity", - "title": "Adjust the transparency of the On-Screen Display" - }, - "padding": { - "label": "Padding", - "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." - }, - "position": { - "label": "Position", - "select": { - "options": { - "bottom_left": "Bottom Left", - "bottom_right": "Bottom Right", - "center": "Center", - "top_left": "Top Left", - "top_right": "Top Right" - } - }, - "title": "Select the position of the On-Screen Display" - }, - "type": { - "label": "Type", - "select": { - "options": { - "circle": "Circle", - "line": "Line", - "no_display": "No display", - "text": "Text" - } - }, - "title": "Select the type of On-Screen Display" - } - }, - "title": "On-screen display settings" - }, - "playerQuality": { - "enable": { - "label": "Automatic quality adjustment", - "title": "Automatically adjusts the video quality to the selected level." - }, - "settings": { - "quality": { - "select": { - "label": "Player quality", - "title": "The quality to set the video to" - } - }, - "qualityFallbackStrategy": { - "select": { - "label": "Quality fallback strategy", - "options": { - "higher": "Higher", - "lower": "Lower" - }, - "title": "The strategy to use when the selected quality is not available" - } - } - }, - "title": "Automatic quality settings" - }, - "playerSpeed": { - "enable": { - "label": "Forced playback speed", - "title": "Sets the video speed to what you choose below" - }, - "settings": { - "buttons": { - "label": "Playback speed buttons", - "select": { - "label": "Playback buttons speed", - "title": "Amount of speed to be changed per click" - }, - "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" - }, - "speed": { - "select": { - "label": "Player speed", - "title": "The speed to set the video to" - } - } - }, - "title": "Playback speed settings" - }, - "playlistLength": { - "enable": { - "label": "Display playlist length information", - "title": "Shows the total length of the playlist, how much has been watched, and how much remains." - }, - "settings": { - "wayToGetLength": { - "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "Method to get watched time", - "options": { - "duration": "Video Length", - "youtube": "Video Watch Time" - }, - "title": "The way to get the amount of time watched (Video Length type only used on watch page)" - } - } - }, - "title": "Playlist length settings" - }, - "playlistManagementButtons": { - "settings": { - "markAsUnwatchedButton": { - "enable": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - } - }, - "removeVideoButton": { - "enable": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - } - } - }, - "title": "Playlist management settings" - }, - "screenshotButton": { - "enable": { - "label": "Screenshot button", - "title": "Adds a button to the player to take a screenshot of the video" - }, - "settings": { - "format": { - "label": "Screenshot format", - "title": "The format to save the screenshot in" - }, - "saveAs": { - "select": { - "options": { - "both": "Both (File and Clipboard)", - "clipboard": "Clipboard", - "file": "File" - }, - "label": "Screenshot save type", - "title": "The screenshot save type" - } - } - }, - "title": "Screenshot settings" - }, - "scrollWheelSpeedControl": { - "enable": { - "label": "Scroll wheel speed control", - "title": "Press a modifier key to enable speed adjustment with the scroll wheel." - }, - "extras": { - "optionLabel": "{{KEY}} key" - }, - "settings": { - "adjustmentSteps": { - "label": "Speed Change Per Scroll", - "title": "Adjust the speed change per scroll" - }, - "modifierKey": { - "select": { - "label": "Modifier key", - "title": "The modifier key to use" - } - } - }, - "title": "Scroll wheel speed control settings" - }, - "scrollWheelVolumeControl": { - "enable": { - "label": "Scroll wheel volume control", - "title": "Lets you use the scroll wheel to control the volume of the video you're watching" - }, - "extras": { - "optionLabel": "{{KEY}} key" - }, - "settings": { - "adjustmentSteps": { - "label": "Volume Change Per Scroll", - "title": "Adjust the volume change per scroll" - }, - "holdModifierKey": { - "label": "When holding modifier key", - "select": { - "label": "Modifier key", - "title": "The modifier key to use" - }, - "title": "Press a modifier key to enable volume adjustment with the scroll wheel." - }, - "holdRightClick": { - "label": "When holding right click", - "title": "Hold right click to enable scroll wheel volume control" - } - }, - "title": "Scroll wheel volume control settings" - }, - "videoHistory": { - "enable": { - "label": "Track watched videos", - "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" - }, - "settings": { - "resumeType": { - "select": { - "label": "Resume type", - "options": { - "automatic": "Automatic", - "prompt": "Prompt" - }, - "title": "Select how you want to resume videos" - } - } - }, - "title": "Video history settings" - }, - "volumeBoost": { - "enable": { - "label": "Volume boost", - "title": "Enable volume boost" - }, - "settings": { - "amount": { - "label": "Volume boost amount (dB)", - "title": "The amount to boost the volume by" - }, - "mode": { - "select": { - "label": "Volume boost mode", - "options": { - "global": "Global", - "perVideo": "Per video" - }, - "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." - } - } - }, - "title": "Volume boost settings" - } - } - } -} \ No newline at end of file + "langCode": "hi-IN", + "langName": "Hindi", + "messages": { + "resumingVideo": "{{VIDEO_TIME}} पर वीडियो पुनः आरंभ किया जा रहा है", + "settingVolume": "ध्वनि प्रवर्धन को {{VOLUME_BOOST_AMOUNT}} पर सेट किया जा रहा है" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "label": "टाइमस्टैम्प सहित वीडियो URL कॉपी करें" + }, + "extras": { + "copied": "कॉपी किया गया!" + } + }, + "featureMenu": { + "button": { + "label": "सुविधा मेनू" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "{{TIME}} तक तेज़ी से आगे बढ़ाएँ" + }, + "rewindButton": { + "label": "{{TIME}} तक पीछे ले जाएँ" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "अंतिम स्क्रीन कार्ड छिपाएँ", + "toggle": { + "off": "अंतिम स्क्रीन कार्ड दिखाएँ", + "on": "अंतिम स्क्रीन कार्ड छिपाएँ" + } + } + }, + "loopButton": { + "button": { + "label": "दोहराव", + "toggle": { + "off": "दोहराव बंद", + "on": "दोहराव चालू" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "अधिकतम करें", + "toggle": { + "off": "अधिकतम बंद", + "on": "अधिकतम चालू" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Open transcript" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Decrease Speed to {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Increase Speed to {{SPEED}}" + } + }, + "extras": { + "decreaseLimit": "Can't decrease further ({{SPEED}})", + "increaseLimit": "Can't increase further ({{SPEED}})" + } + }, + "playlistLength": { + "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + }, + "playlistManagementButtons": { + "extras": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + } + }, + "saveToWatchLaterButton": { + "extras": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + } + }, + "screenshotButton": { + "button": { + "label": "Screenshot" + }, + "extras": { + "copiedToClipboard": "Screenshot copied to clipboard" + } + }, + "videoHistory": { + "extras": { + "resumeButton": "Resume", + "resumePromptClose": "Close" + } + }, + "volumeBoostButton": { + "button": { + "label": "Volume Boost", + "toggle": { + "off": "Volume boost off", + "on": "Volume boost on" + } + } + } + } + }, + "options": { + "extras": { + "bottomButtons": { + "clear": { + "title": "Clears all data this extension has stored on your machine", + "value": "Clear Data" + }, + "confirm": { + "title": "Confirm setting reset", + "value": "Confirm" + }, + "openTab": { + "title": "Open extension settings in a new tab" + }, + "reset": { + "title": "Resets all settings to their defaults, Click the confirm button to save the changes", + "value": "Reset" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Copy video URL with timestamp button", + "decreasePlaybackSpeedButton": "Decrease Speed button", + "forwardButton": "Fast Forward button", + "hideEndScreenCardsButton": "Hide end screen cards button", + "increasePlaybackSpeedButton": "Increase Speed button", + "loopButton": "Loop button", + "maximizePlayerButton": "Maximize button", + "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind button", + "screenshotButton": "Screenshot button", + "volumeBoostButton": "Volume Boost button" + }, + "options": { + "below_player": { + "placement": "below the player controls", + "value": "Below Player" + }, + "feature_menu": { + "placement": "in the feature menu", + "value": "Feature Menu" + }, + "player_controls_left": { + "placement": "on the left side of player controls", + "value": "Left Controls" + }, + "player_controls_right": { + "placement": "on the right side of player controls", + "value": "Right Controls" + } + }, + "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Button placement settings" + }, + "clearData": { + "allDataDeleted": "All data has been deleted.", + "confirmAlert": "This will delete all extension data related to options. Continue?" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Menu Activation Type", + "options": { + "click": "Click", + "hover": "Hover" + }, + "title": "Select the method to activate the feature menu" + }, + "title": "Feature menu settings" + } + }, + "importExportSettings": { + "exportButton": { + "success": "Settings successfully exported", + "title": "सेटिंग्स को JSON फ़ाइल में निर्यात करें", + "value": "निर्यात सेटिंग्स" + }, + "importButton": { + "error": { + "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", + "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" + }, + "success": "Settings imported successfully", + "title": "Import settings from a JSON file", + "value": "Import Settings" + } + }, + "language": { + "select": { + "label": "Language", + "title": "The language to use for the extension" + }, + "title": "Language" + }, + "openSettingsOnMajorOrMinorVersionChange": { + "label": "Open settings page on update", + "title": "Opens the settings page when a major or minor version of YouTube Enhancer is installed" + }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "scrollForMoreSettings": "Scroll for more settings", + "settingSearch": { + "placeholder": "Search for a setting" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Key", + "title": "Enter your Youtube Data API V3 key." + }, + "title": "YouTube API V3 key" + } + }, + "notifications": { + "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", + "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." + } + } + }, + "info": { + "reset": "All options have been reset to their default values.\nYou can now save the changes by clicking the \"Confirm\" button or discard them by closing this page or ignore this notification." + }, + "success": { + "saved": "Options saved." + } + } + } + }, + "settings": { + "sections": { + "customCSS": { + "enable": { + "label": "Custom CSS", + "title": "Enables custom CSS to be applied to the page" + }, + "extras": { + "collapse": "Collapse Editor", + "expand": "Expand Editor", + "noProblems": "No problems found." + }, + "title": "Custom CSS settings" + }, + "deepDarkCSS": { + "enable": { + "label": "Deep Dark Theme", + "title": "Activate the selected theme for the page" + }, + "extras": { + "author": "Author", + "co-authors": "Co-authors" + }, + "settings": { + "colorShadow": { + "label": "Shadow color", + "title": "Color for shadows" + }, + "dimmerText": { + "label": "Secondary text color", + "title": "Color for secondary text" + }, + "hoverBackground": { + "label": "Hover background color", + "title": "Color for hover background" + }, + "mainBackground": { + "label": "Main background color", + "title": "Color for main background" + }, + "mainColor": { + "label": "Accent color", + "title": "Color for accent" + }, + "mainText": { + "label": "Main text color", + "title": "Color for main text" + }, + "secondBackground": { + "label": "Secondary background color", + "title": "Color for secondary background" + }, + "theme": { + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + } + } + }, + "title": "YouTube deep dark settings" + }, + "forwardRewindButtons": { + "enable": { + "label": "Forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "settings": { + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + } + }, + "title": "Forward/rewind button settings" + }, + "miscellaneous": { + "settings": { + "automaticTheaterMode": { + "enable": { + "label": "Automatic theater mode", + "title": "Automatically enables theater mode when you load a video" + } + }, + "automaticallyDisableAmbientMode": { + "enable": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + } + }, + "automaticallyDisableAutoPlay": { + "enable": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + } + }, + "automaticallyDisableClosedCaptions": { + "enable": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + } + }, + "automaticallyEnableClosedCaptions": { + "enable": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + } + }, + "automaticallyMaximizePlayer": { + "enable": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + } + }, + "automaticallyShowMoreVideosOnEndScreen": { + "enable": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + } + }, + "copyTimestampUrlButton": { + "enable": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + } + }, + "defaultToOriginalAudioTrack": { + "enable": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + } + }, + "hideArtificialIntelligenceSummary": { + "enable": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + } + }, + "hideEndScreenCards": { + "enable": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + } + }, + "hideEndScreenCardsButton": { + "enable": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + } + }, + "hideLiveStreamChat": { + "enable": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + } + }, + "hideMembersOnlyVideos": { + "enable": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + } + }, + "hideOfficialArtistVideosFromHomePage": { + "enable": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + } + }, + "hidePaidPromotionBanner": { + "enable": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + } + }, + "hidePlayables": { + "enable": { + "label": "Hide playables", + "title": "Hides all playables" + } + }, + "hidePlaylistRecommendationsFromHomePage": { + "enable": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + } + }, + "hideScrollbar": { + "enable": { + "label": "Hide scrollbar", + "title": "Hides the pages scrollbar" + } + }, + "hideShorts": { + "enable": { + "label": "Hide shorts", + "title": "Hides all shorts" + } + }, + "hideSidebarRecommendedVideos": { + "enable": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + } + }, + "hideTranslateComment": { + "enable": { + "label": "Hide translate comment button", + "title": "Hides 'Translate to Language' button under comments" + } + }, + "loopButton": { + "enable": { + "label": "Loop button", + "title": "Adds a button to the feature menu to loop the video you're watching" + } + }, + "maximizePlayerButton": { + "enable": { + "label": "Maximize player button", + "title": "Adds a button to the feature menu to maximize the player" + } + }, + "openTranscriptButton": { + "enable": { + "label": "Open transcript button", + "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + } + }, + "openYouTubeSettingsOnHover": { + "enable": { + "label": "Open YouTube settings on hover", + "title": "Opens the YouTube settings menu when you hover over the settings button" + } + }, + "pauseBackgroundPlayers": { + "enable": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + } + }, + "remainingTime": { + "enable": { + "label": "Remaining time", + "title": "Shows the remaining time of the video you're watching" + } + }, + "rememberVolume": { + "enable": { + "label": "Remember last volume", + "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + } + }, + "removeRedirect": { + "enable": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + } + }, + "restoreFullscreenScrolling": { + "enable": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + } + }, + "saveToWatchLaterButton": { + "enable": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + } + }, + "shareShortener": { + "enable": { + "label": "Shorten YouTube video share link", + "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + } + }, + "shortsAutoScroll": { + "enable": { + "label": "Shorts auto scroll", + "title": "Automatically scrolls to the next short" + } + }, + "skipContinueWatching": { + "enable": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + } + } + }, + "title": "Miscellaneous settings" + }, + "onScreenDisplaySettings": { + "settings": { + "color": { + "label": "Color", + "select": { + "options": { + "blue": "Blue", + "green": "Green", + "orange": "Orange", + "pink": "Pink", + "purple": "Purple", + "red": "Red", + "white": "White", + "yellow": "Yellow" + } + }, + "title": "Select the color for the On-Screen Display" + }, + "hide": { + "label": "Hide Delay", + "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" + }, + "opacity": { + "label": "Opacity", + "title": "Adjust the transparency of the On-Screen Display" + }, + "padding": { + "label": "Padding", + "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." + }, + "position": { + "label": "Position", + "select": { + "options": { + "bottom_left": "Bottom Left", + "bottom_right": "Bottom Right", + "center": "Center", + "top_left": "Top Left", + "top_right": "Top Right" + } + }, + "title": "Select the position of the On-Screen Display" + }, + "type": { + "label": "Type", + "select": { + "options": { + "circle": "Circle", + "line": "Line", + "no_display": "No display", + "text": "Text" + } + }, + "title": "Select the type of On-Screen Display" + } + }, + "title": "On-screen display settings" + }, + "playerQuality": { + "enable": { + "label": "Automatic quality adjustment", + "title": "Automatically adjusts the video quality to the selected level." + }, + "settings": { + "quality": { + "select": { + "label": "Player quality", + "title": "The quality to set the video to" + } + }, + "qualityFallbackStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + } + }, + "title": "Automatic quality settings" + }, + "playerSpeed": { + "enable": { + "label": "Forced playback speed", + "title": "Sets the video speed to what you choose below" + }, + "settings": { + "buttons": { + "label": "Playback speed buttons", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + }, + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + }, + "speed": { + "select": { + "label": "Player speed", + "title": "The speed to set the video to" + } + } + }, + "title": "Playback speed settings" + }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + }, + "settings": { + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } + } + }, + "title": "Playlist length settings" + }, + "playlistManagementButtons": { + "settings": { + "markAsUnwatchedButton": { + "enable": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + } + }, + "removeVideoButton": { + "enable": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + } + }, + "title": "Playlist management settings" + }, + "screenshotButton": { + "enable": { + "label": "Screenshot button", + "title": "Adds a button to the player to take a screenshot of the video" + }, + "settings": { + "format": { + "label": "Screenshot format", + "title": "The format to save the screenshot in" + }, + "saveAs": { + "select": { + "label": "Screenshot save type", + "options": { + "both": "Both (File and Clipboard)", + "clipboard": "Clipboard", + "file": "File" + }, + "title": "The screenshot save type" + } + } + }, + "title": "Screenshot settings" + }, + "scrollWheelSpeedControl": { + "enable": { + "label": "Scroll wheel speed control", + "title": "Press a modifier key to enable speed adjustment with the scroll wheel." + }, + "extras": { + "optionLabel": "{{KEY}} key" + }, + "settings": { + "adjustmentSteps": { + "label": "Speed Change Per Scroll", + "title": "Adjust the speed change per scroll" + }, + "modifierKey": { + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + } + } + }, + "title": "Scroll wheel speed control settings" + }, + "scrollWheelVolumeControl": { + "enable": { + "label": "Scroll wheel volume control", + "title": "Lets you use the scroll wheel to control the volume of the video you're watching" + }, + "extras": { + "optionLabel": "{{KEY}} key" + }, + "settings": { + "adjustmentSteps": { + "label": "Volume Change Per Scroll", + "title": "Adjust the volume change per scroll" + }, + "holdModifierKey": { + "label": "When holding modifier key", + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + }, + "title": "Press a modifier key to enable volume adjustment with the scroll wheel." + }, + "holdRightClick": { + "label": "When holding right click", + "title": "Hold right click to enable scroll wheel volume control" + } + }, + "title": "Scroll wheel volume control settings" + }, + "videoHistory": { + "enable": { + "label": "Track watched videos", + "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" + }, + "settings": { + "resumeType": { + "select": { + "label": "Resume type", + "options": { + "automatic": "Automatic", + "prompt": "Prompt" + }, + "title": "Select how you want to resume videos" + } + } + }, + "title": "Video history settings" + }, + "volumeBoost": { + "enable": { + "label": "Volume boost", + "title": "Enable volume boost" + }, + "settings": { + "amount": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by" + }, + "mode": { + "select": { + "label": "Volume boost mode", + "options": { + "global": "Global", + "perVideo": "Per video" + }, + "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + } + } + }, + "title": "Volume boost settings" + } + } + } +} From 6e072b9daf9f0993001afa6d51486ac52a73afea Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 3 Feb 2026 15:32:18 -0500 Subject: [PATCH 1582/1783] New translations en-us.json (English, United Kingdom) --- public/locales/en-GB.json | 1648 +++++++++++++++++++------------------ 1 file changed, 826 insertions(+), 822 deletions(-) diff --git a/public/locales/en-GB.json b/public/locales/en-GB.json index cb6544371..46abfba49 100644 --- a/public/locales/en-GB.json +++ b/public/locales/en-GB.json @@ -1,823 +1,827 @@ { - "langCode": "en-UK", - "langName": "English (UK)", - "messages": { - "resumingVideo": "Resuming video at {{VIDEO_TIME}}", - "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "label": "Copy video URL with timestamp" - }, - "extras": { - "copied": "Copied!" - } - }, - "featureMenu": { - "button": { - "label": "Feature menu" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "Fast forward by {{TIME}}" - }, - "rewindButton": { - "label": "Rewind by {{TIME}}" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "Hide end screen cards", - "toggle": { - "off": "Show end screen cards", - "on": "Hide end screen cards" - } - } - }, - "loopButton": { - "button": { - "label": "Loop", - "toggle": { - "off": "Loop off", - "on": "Loop on" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "Maximize", - "toggle": { - "off": "Maximize off", - "on": "Maximize on" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Open transcript" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Decrease Speed to {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Increase Speed to {{SPEED}}" - } - }, - "extras": { - "decreaseLimit": "Can't decrease further ({{SPEED}})", - "increaseLimit": "Can't increase further ({{SPEED}})" - } - }, - "playlistLength": { - "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." - }, - "playlistManagementButtons": { - "extras": { - "failedToMarkAsUnwatched": "Failed to mark video as unwatched", - "failedToRemoveVideo": "Failed to remove video", - "markAsUnwatched": "Mark as unwatched", - "markingAsUnwatched": "Marking as unwatched…", - "removeVideo": "Remove video", - "removingVideo": "Removing video…" - } - }, - "saveToWatchLaterButton": { - "extras": { - "failedToSaveVideo": "Failed to save video to Watch Later", - "saveVideo": "Save to Watch Later", - "savingVideo": "Saving to Watch Later…" - } - }, - "screenshotButton": { - "button": { - "label": "Screenshot" - }, - "extras": { - "copiedToClipboard": "Screenshot copied to clipboard" - } - }, - "videoHistory": { - "extras": { - "resumeButton": "Resume", - "resumePromptClose": "Close" - } - }, - "volumeBoostButton": { - "button": { - "label": "Volume Boost", - "toggle": { - "off": "Volume boost off", - "on": "Volume boost on" - } - } - } - } - }, - "options": { - "extras": { - "bottomButtons": { - "clear": { - "title": "Clears all data this extension has stored on your machine", - "value": "Clear Data" - }, - "confirm": { - "title": "Confirm setting reset", - "value": "Confirm" - }, - "openTab": { - "title": "Open extension settings in a new tab" - }, - "reset": { - "title": "Resets all settings to their defaults, Click the confirm button to save the changes", - "value": "Reset" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "Copy video URL with timestamp button", - "decreasePlaybackSpeedButton": "Decrease Speed button", - "forwardButton": "Fast Forward button", - "hideEndScreenCardsButton": "Hide end screen cards button", - "increasePlaybackSpeedButton": "Increase Speed button", - "loopButton": "Loop button", - "maximizePlayerButton": "Maximize button", - "openTranscriptButton": "Open Transcript button", - "rewindButton": "Rewind button", - "screenshotButton": "Screenshot button", - "volumeBoostButton": "Volume Boost button" - }, - "options": { - "below_player": { - "placement": "below the player controls", - "value": "Below Player" - }, - "feature_menu": { - "placement": "in the feature menu", - "value": "Feature Menu" - }, - "player_controls_left": { - "placement": "on the left side of player controls", - "value": "Left Controls" - }, - "player_controls_right": { - "placement": "on the right side of player controls", - "value": "Right Controls" - } - }, - "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" - }, - "title": "Button placement settings" - }, - "clearData": { - "allDataDeleted": "All data has been deleted.", - "confirmAlert": "This will delete all extension data related to options. Continue?" - }, - "featureMenu": { - "openType": { - "select": { - "label": "Menu Activation Type", - "options": { - "click": "Click", - "hover": "Hover" - }, - "title": "Select the method to activate the feature menu" - }, - "title": "Feature menu settings" - } - }, - "importExportSettings": { - "exportButton": { - "success": "Settings successfully exported", - "title": "Export settings to a JSON file", - "value": "Export Settings" - }, - "importButton": { - "error": { - "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", - "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" - }, - "success": "Settings imported successfully", - "title": "Import settings from a JSON file", - "value": "Import Settings" - } - }, - "language": { - "select": { - "label": "Language", - "title": "The language to use for the extension" - }, - "title": "Language" - }, - "optionDisabled": { - "either": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " or " - }, - "plural": { - "label": "Enable {{OPTIONS}} to configure this option", - "separator": " and " - }, - "singular": "Enable '{{OPTION}}' to configure this option", - "specificOption": { - "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" - } - }, - "scrollForMoreSettings": "Scroll for more settings", - "settingSearch": { - "placeholder": "Search for a setting" - }, - "youtubeDataApiV3Key": { - "getApiKeyLinkText": "You can get one from here", - "input": { - "label": "API Key", - "title": "Enter your Youtube Data API V3 key." - }, - "title": "YouTube API V3 key" - } - }, - "notifications": { - "error": { - "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", - "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." - } - } - }, - "info": { - "reset": "All options have been reset to their default values.\nYou can now save the changes by clicking the \"Confirm\" button or discard them by closing this page or ignore this notification." - }, - "success": { - "saved": "Options saved." - } - } - } - }, - "settings": { - "sections": { - "customCSS": { - "enable": { - "label": "Custom CSS", - "title": "Enables custom CSS to be applied to the page" - }, - "extras": { - "collapse": "Collapse Editor", - "expand": "Expand Editor", - "noProblems": "No problems found." - }, - "title": "Custom CSS settings" - }, - "deepDarkCSS": { - "enable": { - "label": "Deep Dark Theme", - "title": "Activate the selected theme for the page" - }, - "extras": { - "author": "Author", - "co-authors": "Co-authors" - }, - "settings": { - "colorShadow": { - "label": "Shadow color", - "title": "Color for shadows" - }, - "dimmerText": { - "label": "Secondary text color", - "title": "Color for secondary text" - }, - "hoverBackground": { - "label": "Hover background color", - "title": "Color for hover background" - }, - "mainBackground": { - "label": "Main background color", - "title": "Color for main background" - }, - "mainColor": { - "label": "Accent color", - "title": "Color for accent" - }, - "mainText": { - "label": "Main text color", - "title": "Color for main text" - }, - "secondBackground": { - "label": "Secondary background color", - "title": "Color for secondary background" - }, - "theme": { - "select": { - "label": "Select theme", - "title": "Select a theme to be applied to the page" - } - } - }, - "title": "YouTube deep dark settings" - }, - "forwardRewindButtons": { - "enable": { - "label": "Forward/rewind buttons", - "title": "Adds forward and rewind buttons to the video player" - }, - "settings": { - "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" - } - }, - "title": "Forward/rewind button settings" - }, - "miscellaneous": { - "settings": { - "automaticallyDisableAmbientMode": { - "enable": { - "label": "Automatically disable ambient mode", - "title": "Automatically disables ambient mode when you load a video" - } - }, - "automaticallyDisableAutoPlay": { - "enable": { - "label": "Automatically disable autoplay", - "title": "Automatically disables autoplay when you load a video" - } - }, - "automaticallyDisableClosedCaptions": { - "enable": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" - } - }, - "automaticallyEnableClosedCaptions": { - "enable": { - "label": "Automatically enable closed captions", - "title": "Automatically enables closed captions when you load a video" - } - }, - "automaticallyMaximizePlayer": { - "enable": { - "label": "Automatically maximize player", - "title": "Automatically maximizes the player when you load a video" - } - }, - "automaticallyShowMoreVideosOnEndScreen": { - "enable": { - "label": "Automatically show more videos on end screen", - "title": "Automatically shows more videos on end screen when you load a video" - } - }, - "automaticTheaterMode": { - "enable": { - "label": "Automatic theatre mode", - "title": "Automatically enables theatre mode when you load a video" - } - }, - "copyTimestampUrlButton": { - "enable": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" - } - }, - "defaultToOriginalAudioTrack": { - "enable": { - "label": "Default to original audio track", - "title": "Always default to the original audio track" - } - }, - "saveToWatchLaterButton": { - "enable": { - "label": "Enable save to Watch Later button", - "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" - } - }, - "hideArtificialIntelligenceSummary": { - "enable": { - "label": "Hide AI summary", - "title": "Hides the artificial intelligence summary below videos" - } - }, - "hideEndScreenCards": { - "enable": { - "label": "Hide end screen cards", - "title": "Hides the cards at the end of the video" - } - }, - "hideEndScreenCardsButton": { - "enable": { - "label": "Hide end screen cards button", - "title": "Adds a button to show/hide the cards at the end of the video" - } - }, - "hideLiveStreamChat": { - "enable": { - "label": "Hide live stream chat", - "title": "Hides the live stream chat" - } - }, - "hideMembersOnlyVideos": { - "enable": { - "label": "Hide members-only videos", - "title": "Hides videos that are only visible to members" - } - }, - "hideOfficialArtistVideosFromHomePage": { - "enable": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" - } - }, - "hidePaidPromotionBanner": { - "enable": { - "label": "Hide paid promotion banner", - "title": "Hides the banner that appears when you watch a video that has a paid promotion" - } - }, - "hidePlayables": { - "enable": { - "label": "Hide playables", - "title": "Hides all playables" - } - }, - "hidePlaylistRecommendationsFromHomePage": { - "enable": { - "label": "Hide playlists from homepage", - "title": "Get rid of playlists from homepage" - } - }, - "hideScrollbar": { - "enable": { - "label": "Hide scrollbar", - "title": "Hides the pages scrollbar" - } - }, - "hideShorts": { - "enable": { - "label": "Hide shorts", - "title": "Hides all shorts" - } - }, - "hideSidebarRecommendedVideos": { - "enable": { - "label": "Hide recommended videos", - "title": "Hides the sidebar that recommends videos" - } - }, - "hideTranslateComment": { - "enable": { - "label": "Hide translate comment button", - "title": "Hides 'Translate to Language' button under comments" - } - }, - "loopButton": { - "enable": { - "label": "Loop button", - "title": "Adds a button to the feature menu to loop the video you're watching" - } - }, - "maximizePlayerButton": { - "enable": { - "label": "Maximize player button", - "title": "Adds a button to the feature menu to maximize the player" - } - }, - "openTranscriptButton": { - "enable": { - "label": "Open transcript button", - "title": "Adds a button to the feature menu to open the transcript of the video you're watching" - } - }, - "openYouTubeSettingsOnHover": { - "enable": { - "label": "Open YouTube settings on hover", - "title": "Opens the YouTube settings menu when you hover over the settings button" - } - }, - "pauseBackgroundPlayers": { - "enable": { - "label": "Pause background players", - "title": "Pauses video players in background tabs when you start a new player in foreground tab" - } - }, - "remainingTime": { - "enable": { - "label": "Remaining time", - "title": "Shows the remaining time of the video you're watching" - } - }, - "rememberVolume": { - "enable": { - "label": "Remember last volume", - "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" - } - }, - "removeRedirect": { - "enable": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" - } - }, - "restoreFullscreenScrolling": { - "enable": { - "label": "Restore fullscreen scrolling", - "title": "Restores scrolling in fullscreen mode" - } - }, - "shareShortener": { - "enable": { - "label": "Shorten YouTube video share link", - "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" - } - }, - "shortsAutoScroll": { - "enable": { - "label": "Shorts auto scroll", - "title": "Automatically scrolls to the next short" - } - }, - "skipContinueWatching": { - "enable": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" - } - } - }, - "title": "Miscellaneous settings" - }, - "onScreenDisplaySettings": { - "settings": { - "color": { - "label": "Colour", - "select": { - "options": { - "blue": "Blue", - "green": "Green", - "orange": "Orange", - "pink": "Pink", - "purple": "Purple", - "red": "Red", - "white": "White", - "yellow": "Yellow" - } - }, - "title": "Select the colour for the On-Screen Display" - }, - "hide": { - "label": "Hide Delay", - "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" - }, - "opacity": { - "label": "Opacity", - "title": "Adjust the transparency of the On-Screen Display" - }, - "padding": { - "label": "Padding", - "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." - }, - "position": { - "label": "Position", - "select": { - "options": { - "bottom_left": "Bottom Left", - "bottom_right": "Bottom Right", - "center": "Centre", - "top_left": "Top Left", - "top_right": "Top Right" - } - }, - "title": "Select the position of the On-Screen Display" - }, - "type": { - "label": "Type", - "select": { - "options": { - "circle": "Circle", - "line": "Line", - "no_display": "No display", - "text": "Text" - } - }, - "title": "Select the type of On-Screen Display" - } - }, - "title": "On-screen display settings" - }, - "playerQuality": { - "enable": { - "label": "Automatic quality adjustment", - "title": "Automatically adjusts the video quality to the selected level." - }, - "settings": { - "quality": { - "select": { - "label": "Player quality", - "title": "The quality to set the video to" - } - }, - "qualityFallbackStrategy": { - "select": { - "label": "Quality fallback strategy", - "options": { - "higher": "Higher", - "lower": "Lower" - }, - "title": "The strategy to use when the selected quality is not available" - } - } - }, - "title": "Automatic quality settings" - }, - "playerSpeed": { - "enable": { - "label": "Forced playback speed", - "title": "Sets the video speed to what you choose below" - }, - "settings": { - "buttons": { - "label": "Playback speed buttons", - "select": { - "label": "Playback buttons speed", - "title": "Amount of speed to be changed per click" - }, - "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" - }, - "speed": { - "select": { - "label": "Player speed", - "title": "The speed to set the video to" - } - } - }, - "title": "Playback speed settings" - }, - "playlistLength": { - "enable": { - "label": "Display playlist length information", - "title": "Shows the total length of the playlist, how much has been watched, and how much remains." - }, - "settings": { - "wayToGetLength": { - "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" - } - }, - "wayToGetWatchTime": { - "select": { - "label": "Method to get watched time", - "options": { - "duration": "Video Length", - "youtube": "Video Watch Time" - }, - "title": "The way to get the amount of time watched (Video Length type only used on watch page)" - } - } - }, - "title": "Playlist length settings" - }, - "playlistManagementButtons": { - "settings": { - "markAsUnwatchedButton": { - "enable": { - "label": "Mark as unwatched button", - "title": "Adds a button to mark videos as unwatched" - } - }, - "removeVideoButton": { - "enable": { - "label": "Remove video button", - "title": "Adds a button to remove videos from the playlist" - } - } - }, - "title": "Playlist management settings" - }, - "screenshotButton": { - "enable": { - "label": "Screenshot button", - "title": "Adds a button to the player to take a screenshot of the video" - }, - "settings": { - "format": { - "label": "Screenshot format", - "title": "The format to save the screenshot in" - }, - "saveAs": { - "select": { - "options": { - "both": "Both (File and Clipboard)", - "clipboard": "Clipboard", - "file": "File" - }, - "label": "Screenshot save type", - "title": "The screenshot save type" - } - } - }, - "title": "Screenshot settings" - }, - "scrollWheelSpeedControl": { - "enable": { - "label": "Scroll wheel speed control", - "title": "Press a modifier key to enable speed adjustment with the scroll wheel." - }, - "extras": { - "optionLabel": "{{KEY}} key" - }, - "settings": { - "adjustmentSteps": { - "label": "Speed Change Per Scroll", - "title": "Adjust the speed change per scroll" - }, - "modifierKey": { - "select": { - "label": "Modifier key", - "title": "The modifier key to use" - } - } - }, - "title": "Scroll wheel speed control settings" - }, - "scrollWheelVolumeControl": { - "enable": { - "label": "Scroll wheel volume control", - "title": "Lets you use the scroll wheel to control the volume of the video you're watching" - }, - "extras": { - "optionLabel": "{{KEY}} key" - }, - "settings": { - "adjustmentSteps": { - "label": "Volume Change Per Scroll", - "title": "Adjust the volume change per scroll" - }, - "holdModifierKey": { - "label": "When holding modifier key", - "select": { - "label": "Modifier key", - "title": "The modifier key to use" - }, - "title": "Press a modifier key to enable volume adjustment with the scroll wheel." - }, - "holdRightClick": { - "label": "When holding right click", - "title": "Hold right click to enable scroll wheel volume control" - } - }, - "title": "Scroll wheel volume control settings" - }, - "videoHistory": { - "enable": { - "label": "Track watched videos", - "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" - }, - "settings": { - "resumeType": { - "select": { - "label": "Resume type", - "options": { - "automatic": "Automatic", - "prompt": "Prompt" - }, - "title": "Select how you want to resume videos" - } - } - }, - "title": "Video history settings" - }, - "volumeBoost": { - "enable": { - "label": "Volume boost", - "title": "Enable volume boost" - }, - "settings": { - "amount": { - "label": "Volume boost amount (dB)", - "title": "The amount to boost the volume by" - }, - "mode": { - "select": { - "label": "Volume boost mode", - "options": { - "global": "Global", - "perVideo": "Per video" - }, - "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." - } - } - }, - "title": "Volume boost settings" - } - } - } -} \ No newline at end of file + "langCode": "en-UK", + "langName": "English (UK)", + "messages": { + "resumingVideo": "Resuming video at {{VIDEO_TIME}}", + "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "label": "Copy video URL with timestamp" + }, + "extras": { + "copied": "Copied!" + } + }, + "featureMenu": { + "button": { + "label": "Feature menu" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Fast forward by {{TIME}}" + }, + "rewindButton": { + "label": "Rewind by {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Hide end screen cards", + "toggle": { + "off": "Show end screen cards", + "on": "Hide end screen cards" + } + } + }, + "loopButton": { + "button": { + "label": "Loop", + "toggle": { + "off": "Loop off", + "on": "Loop on" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "Maximize", + "toggle": { + "off": "Maximize off", + "on": "Maximize on" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Open transcript" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Decrease Speed to {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Increase Speed to {{SPEED}}" + } + }, + "extras": { + "decreaseLimit": "Can't decrease further ({{SPEED}})", + "increaseLimit": "Can't increase further ({{SPEED}})" + } + }, + "playlistLength": { + "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + }, + "playlistManagementButtons": { + "extras": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + } + }, + "saveToWatchLaterButton": { + "extras": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + } + }, + "screenshotButton": { + "button": { + "label": "Screenshot" + }, + "extras": { + "copiedToClipboard": "Screenshot copied to clipboard" + } + }, + "videoHistory": { + "extras": { + "resumeButton": "Resume", + "resumePromptClose": "Close" + } + }, + "volumeBoostButton": { + "button": { + "label": "Volume Boost", + "toggle": { + "off": "Volume boost off", + "on": "Volume boost on" + } + } + } + } + }, + "options": { + "extras": { + "bottomButtons": { + "clear": { + "title": "Clears all data this extension has stored on your machine", + "value": "Clear Data" + }, + "confirm": { + "title": "Confirm setting reset", + "value": "Confirm" + }, + "openTab": { + "title": "Open extension settings in a new tab" + }, + "reset": { + "title": "Resets all settings to their defaults, Click the confirm button to save the changes", + "value": "Reset" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Copy video URL with timestamp button", + "decreasePlaybackSpeedButton": "Decrease Speed button", + "forwardButton": "Fast Forward button", + "hideEndScreenCardsButton": "Hide end screen cards button", + "increasePlaybackSpeedButton": "Increase Speed button", + "loopButton": "Loop button", + "maximizePlayerButton": "Maximize button", + "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind button", + "screenshotButton": "Screenshot button", + "volumeBoostButton": "Volume Boost button" + }, + "options": { + "below_player": { + "placement": "below the player controls", + "value": "Below Player" + }, + "feature_menu": { + "placement": "in the feature menu", + "value": "Feature Menu" + }, + "player_controls_left": { + "placement": "on the left side of player controls", + "value": "Left Controls" + }, + "player_controls_right": { + "placement": "on the right side of player controls", + "value": "Right Controls" + } + }, + "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Button placement settings" + }, + "clearData": { + "allDataDeleted": "All data has been deleted.", + "confirmAlert": "This will delete all extension data related to options. Continue?" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Menu Activation Type", + "options": { + "click": "Click", + "hover": "Hover" + }, + "title": "Select the method to activate the feature menu" + }, + "title": "Feature menu settings" + } + }, + "importExportSettings": { + "exportButton": { + "success": "Settings successfully exported", + "title": "Export settings to a JSON file", + "value": "Export Settings" + }, + "importButton": { + "error": { + "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", + "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" + }, + "success": "Settings imported successfully", + "title": "Import settings from a JSON file", + "value": "Import Settings" + } + }, + "language": { + "select": { + "label": "Language", + "title": "The language to use for the extension" + }, + "title": "Language" + }, + "openSettingsOnMajorOrMinorVersionChange": { + "label": "Open settings page on update", + "title": "Opens the settings page when a major or minor version of YouTube Enhancer is installed" + }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "scrollForMoreSettings": "Scroll for more settings", + "settingSearch": { + "placeholder": "Search for a setting" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Key", + "title": "Enter your Youtube Data API V3 key." + }, + "title": "YouTube API V3 key" + } + }, + "notifications": { + "error": { + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", + "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." + } + } + }, + "info": { + "reset": "All options have been reset to their default values.\nYou can now save the changes by clicking the \"Confirm\" button or discard them by closing this page or ignore this notification." + }, + "success": { + "saved": "Options saved." + } + } + } + }, + "settings": { + "sections": { + "customCSS": { + "enable": { + "label": "Custom CSS", + "title": "Enables custom CSS to be applied to the page" + }, + "extras": { + "collapse": "Collapse Editor", + "expand": "Expand Editor", + "noProblems": "No problems found." + }, + "title": "Custom CSS settings" + }, + "deepDarkCSS": { + "enable": { + "label": "Deep Dark Theme", + "title": "Activate the selected theme for the page" + }, + "extras": { + "author": "Author", + "co-authors": "Co-authors" + }, + "settings": { + "colorShadow": { + "label": "Shadow color", + "title": "Color for shadows" + }, + "dimmerText": { + "label": "Secondary text color", + "title": "Color for secondary text" + }, + "hoverBackground": { + "label": "Hover background color", + "title": "Color for hover background" + }, + "mainBackground": { + "label": "Main background color", + "title": "Color for main background" + }, + "mainColor": { + "label": "Accent color", + "title": "Color for accent" + }, + "mainText": { + "label": "Main text color", + "title": "Color for main text" + }, + "secondBackground": { + "label": "Secondary background color", + "title": "Color for secondary background" + }, + "theme": { + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + } + } + }, + "title": "YouTube deep dark settings" + }, + "forwardRewindButtons": { + "enable": { + "label": "Forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "settings": { + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + } + }, + "title": "Forward/rewind button settings" + }, + "miscellaneous": { + "settings": { + "automaticTheaterMode": { + "enable": { + "label": "Automatic theatre mode", + "title": "Automatically enables theatre mode when you load a video" + } + }, + "automaticallyDisableAmbientMode": { + "enable": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + } + }, + "automaticallyDisableAutoPlay": { + "enable": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + } + }, + "automaticallyDisableClosedCaptions": { + "enable": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + } + }, + "automaticallyEnableClosedCaptions": { + "enable": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + } + }, + "automaticallyMaximizePlayer": { + "enable": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + } + }, + "automaticallyShowMoreVideosOnEndScreen": { + "enable": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + } + }, + "copyTimestampUrlButton": { + "enable": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + } + }, + "defaultToOriginalAudioTrack": { + "enable": { + "label": "Default to original audio track", + "title": "Always default to the original audio track" + } + }, + "hideArtificialIntelligenceSummary": { + "enable": { + "label": "Hide AI summary", + "title": "Hides the artificial intelligence summary below videos" + } + }, + "hideEndScreenCards": { + "enable": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + } + }, + "hideEndScreenCardsButton": { + "enable": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + } + }, + "hideLiveStreamChat": { + "enable": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + } + }, + "hideMembersOnlyVideos": { + "enable": { + "label": "Hide members-only videos", + "title": "Hides videos that are only visible to members" + } + }, + "hideOfficialArtistVideosFromHomePage": { + "enable": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + } + }, + "hidePaidPromotionBanner": { + "enable": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + } + }, + "hidePlayables": { + "enable": { + "label": "Hide playables", + "title": "Hides all playables" + } + }, + "hidePlaylistRecommendationsFromHomePage": { + "enable": { + "label": "Hide playlists from homepage", + "title": "Get rid of playlists from homepage" + } + }, + "hideScrollbar": { + "enable": { + "label": "Hide scrollbar", + "title": "Hides the pages scrollbar" + } + }, + "hideShorts": { + "enable": { + "label": "Hide shorts", + "title": "Hides all shorts" + } + }, + "hideSidebarRecommendedVideos": { + "enable": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + } + }, + "hideTranslateComment": { + "enable": { + "label": "Hide translate comment button", + "title": "Hides 'Translate to Language' button under comments" + } + }, + "loopButton": { + "enable": { + "label": "Loop button", + "title": "Adds a button to the feature menu to loop the video you're watching" + } + }, + "maximizePlayerButton": { + "enable": { + "label": "Maximize player button", + "title": "Adds a button to the feature menu to maximize the player" + } + }, + "openTranscriptButton": { + "enable": { + "label": "Open transcript button", + "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + } + }, + "openYouTubeSettingsOnHover": { + "enable": { + "label": "Open YouTube settings on hover", + "title": "Opens the YouTube settings menu when you hover over the settings button" + } + }, + "pauseBackgroundPlayers": { + "enable": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + } + }, + "remainingTime": { + "enable": { + "label": "Remaining time", + "title": "Shows the remaining time of the video you're watching" + } + }, + "rememberVolume": { + "enable": { + "label": "Remember last volume", + "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + } + }, + "removeRedirect": { + "enable": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + } + }, + "restoreFullscreenScrolling": { + "enable": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + } + }, + "saveToWatchLaterButton": { + "enable": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + } + }, + "shareShortener": { + "enable": { + "label": "Shorten YouTube video share link", + "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + } + }, + "shortsAutoScroll": { + "enable": { + "label": "Shorts auto scroll", + "title": "Automatically scrolls to the next short" + } + }, + "skipContinueWatching": { + "enable": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + } + } + }, + "title": "Miscellaneous settings" + }, + "onScreenDisplaySettings": { + "settings": { + "color": { + "label": "Colour", + "select": { + "options": { + "blue": "Blue", + "green": "Green", + "orange": "Orange", + "pink": "Pink", + "purple": "Purple", + "red": "Red", + "white": "White", + "yellow": "Yellow" + } + }, + "title": "Select the colour for the On-Screen Display" + }, + "hide": { + "label": "Hide Delay", + "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" + }, + "opacity": { + "label": "Opacity", + "title": "Adjust the transparency of the On-Screen Display" + }, + "padding": { + "label": "Padding", + "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." + }, + "position": { + "label": "Position", + "select": { + "options": { + "bottom_left": "Bottom Left", + "bottom_right": "Bottom Right", + "center": "Centre", + "top_left": "Top Left", + "top_right": "Top Right" + } + }, + "title": "Select the position of the On-Screen Display" + }, + "type": { + "label": "Type", + "select": { + "options": { + "circle": "Circle", + "line": "Line", + "no_display": "No display", + "text": "Text" + } + }, + "title": "Select the type of On-Screen Display" + } + }, + "title": "On-screen display settings" + }, + "playerQuality": { + "enable": { + "label": "Automatic quality adjustment", + "title": "Automatically adjusts the video quality to the selected level." + }, + "settings": { + "quality": { + "select": { + "label": "Player quality", + "title": "The quality to set the video to" + } + }, + "qualityFallbackStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + } + }, + "title": "Automatic quality settings" + }, + "playerSpeed": { + "enable": { + "label": "Forced playback speed", + "title": "Sets the video speed to what you choose below" + }, + "settings": { + "buttons": { + "label": "Playback speed buttons", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + }, + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + }, + "speed": { + "select": { + "label": "Player speed", + "title": "The speed to set the video to" + } + } + }, + "title": "Playback speed settings" + }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + }, + "settings": { + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } + } + }, + "title": "Playlist length settings" + }, + "playlistManagementButtons": { + "settings": { + "markAsUnwatchedButton": { + "enable": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + } + }, + "removeVideoButton": { + "enable": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + } + }, + "title": "Playlist management settings" + }, + "screenshotButton": { + "enable": { + "label": "Screenshot button", + "title": "Adds a button to the player to take a screenshot of the video" + }, + "settings": { + "format": { + "label": "Screenshot format", + "title": "The format to save the screenshot in" + }, + "saveAs": { + "select": { + "label": "Screenshot save type", + "options": { + "both": "Both (File and Clipboard)", + "clipboard": "Clipboard", + "file": "File" + }, + "title": "The screenshot save type" + } + } + }, + "title": "Screenshot settings" + }, + "scrollWheelSpeedControl": { + "enable": { + "label": "Scroll wheel speed control", + "title": "Press a modifier key to enable speed adjustment with the scroll wheel." + }, + "extras": { + "optionLabel": "{{KEY}} key" + }, + "settings": { + "adjustmentSteps": { + "label": "Speed Change Per Scroll", + "title": "Adjust the speed change per scroll" + }, + "modifierKey": { + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + } + } + }, + "title": "Scroll wheel speed control settings" + }, + "scrollWheelVolumeControl": { + "enable": { + "label": "Scroll wheel volume control", + "title": "Lets you use the scroll wheel to control the volume of the video you're watching" + }, + "extras": { + "optionLabel": "{{KEY}} key" + }, + "settings": { + "adjustmentSteps": { + "label": "Volume Change Per Scroll", + "title": "Adjust the volume change per scroll" + }, + "holdModifierKey": { + "label": "When holding modifier key", + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + }, + "title": "Press a modifier key to enable volume adjustment with the scroll wheel." + }, + "holdRightClick": { + "label": "When holding right click", + "title": "Hold right click to enable scroll wheel volume control" + } + }, + "title": "Scroll wheel volume control settings" + }, + "videoHistory": { + "enable": { + "label": "Track watched videos", + "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" + }, + "settings": { + "resumeType": { + "select": { + "label": "Resume type", + "options": { + "automatic": "Automatic", + "prompt": "Prompt" + }, + "title": "Select how you want to resume videos" + } + } + }, + "title": "Video history settings" + }, + "volumeBoost": { + "enable": { + "label": "Volume boost", + "title": "Enable volume boost" + }, + "settings": { + "amount": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by" + }, + "mode": { + "select": { + "label": "Volume boost mode", + "options": { + "global": "Global", + "perVideo": "Per video" + }, + "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + } + } + }, + "title": "Volume boost settings" + } + } + } +} From cad1215848c7dc129cd43909410e74a68098537c Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 3 Feb 2026 18:36:58 -0500 Subject: [PATCH 1583/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index df4093606..8d5b47843 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -219,8 +219,8 @@ "title": "Språk" }, "openSettingsOnMajorOrMinorVersionChange": { - "label": "Open settings page on update", - "title": "Opens the settings page when a major or minor version of YouTube Enhancer is installed" + "label": "Öppna inställningssidan vid uppdatering", + "title": "Öppnar inställningssidan när YouTube Enhancer har uppdaterats" }, "optionDisabled": { "either": { @@ -273,7 +273,7 @@ "sections": { "customCSS": { "enable": { - "label": "Aktivera anpassad CSS", + "label": "Anpassad CSS", "title": "Aktiverar anpassad CSS som ska tillämpas på sidan" }, "extras": { @@ -425,7 +425,7 @@ }, "hideMembersOnlyVideos": { "enable": { - "label": "Dölj endast för medlemmar-videor", + "label": "Dölj videor som endast är för medlemmar", "title": "Döljer videor som endast är synliga för medlemmar" } }, From 10beaa08566d629fa2e5014a1d5f41c5b9502950 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 3 Feb 2026 21:20:30 -0500 Subject: [PATCH 1584/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index c117a1dff..c8692f929 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -234,7 +234,9 @@ "singular": "Ative o '{{OPTION}}' para configurar esta opção", "specificOption": { "featureMenu": "Altere pelo menos um botão no menu de recursos para configurar esta opção.", - "screenshotButtonFileFormat": "Defina o tipo de salvamento da captura de tela como 'Arquivo' ou 'Ambos' para configurar esta opção" + "screenshotButtonFileFormat": "Defina o tipo de salvamento da captura de tela como 'Arquivo' ou 'Ambos' para configurar esta opção", + "globalVolume": "Disable 'Remember last volume' to configure this option", + "rememberVolume": "Disable 'Global volume' to configure this option" } }, "scrollForMoreSettings": "Role para mais opções", @@ -821,6 +823,19 @@ } }, "title": "Opções de aumento de volume" + }, + "globalVolume": { + "enable": { + "label": "Always start videos with this volume", + "title": "Makes all videos begin at your selected volume automatically" + }, + "settings": { + "amount": { + "label": "Video start volume", + "title": "The volume applied to every video when it begins playing" + } + }, + "title": "Global Volume Override" } } } From b536d64df0e8431cb1a722c906b3ac5588587ee5 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 3 Feb 2026 21:20:31 -0500 Subject: [PATCH 1585/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index 8d5b47843..8e30f369b 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -234,7 +234,9 @@ "singular": "Aktivera {{OPTION}} för att konfigurera detta alternativ", "specificOption": { "featureMenu": "Konfigurera minst en knapp som ska placeras i funktionsmenyn för att konfigurera det här alternativet.", - "screenshotButtonFileFormat": "Ställ in skärmbildens bildtyp till 'fil' eller 'båda' för att konfigurera detta alternativ" + "screenshotButtonFileFormat": "Ställ in skärmbildens bildtyp till 'fil' eller 'båda' för att konfigurera detta alternativ", + "globalVolume": "Disable 'Remember last volume' to configure this option", + "rememberVolume": "Disable 'Global volume' to configure this option" } }, "scrollForMoreSettings": "Rulla för fler inställningar", @@ -821,6 +823,19 @@ } }, "title": "Inställningar för volymökning" + }, + "globalVolume": { + "enable": { + "label": "Always start videos with this volume", + "title": "Makes all videos begin at your selected volume automatically" + }, + "settings": { + "amount": { + "label": "Video start volume", + "title": "The volume applied to every video when it begins playing" + } + }, + "title": "Global Volume Override" } } } From 01e83fa92b2d95431927e88e2fc3ceb0d8e97019 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 3 Feb 2026 21:20:33 -0500 Subject: [PATCH 1586/1783] New translations en-us.json (Catalan) --- public/locales/ca-ES.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/public/locales/ca-ES.json b/public/locales/ca-ES.json index 3844fd35e..f270d6648 100644 --- a/public/locales/ca-ES.json +++ b/public/locales/ca-ES.json @@ -234,7 +234,9 @@ "singular": "Enable '{{OPTION}}' to configure this option", "specificOption": { "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option", + "globalVolume": "Disable 'Remember last volume' to configure this option", + "rememberVolume": "Disable 'Global volume' to configure this option" } }, "scrollForMoreSettings": "Scroll for more settings", @@ -821,6 +823,19 @@ } }, "title": "Volume boost settings" + }, + "globalVolume": { + "enable": { + "label": "Always start videos with this volume", + "title": "Makes all videos begin at your selected volume automatically" + }, + "settings": { + "amount": { + "label": "Video start volume", + "title": "The volume applied to every video when it begins playing" + } + }, + "title": "Global Volume Override" } } } From 8ede7caa9af7eb143dd27da2efb10e98838580cc Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 3 Feb 2026 21:20:33 -0500 Subject: [PATCH 1587/1783] New translations en-us.json (French) --- public/locales/fr-FR.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/public/locales/fr-FR.json b/public/locales/fr-FR.json index 66e6f7363..623a4937c 100644 --- a/public/locales/fr-FR.json +++ b/public/locales/fr-FR.json @@ -234,7 +234,9 @@ "singular": "Enable '{{OPTION}}' to configure this option", "specificOption": { "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option", + "globalVolume": "Disable 'Remember last volume' to configure this option", + "rememberVolume": "Disable 'Global volume' to configure this option" } }, "scrollForMoreSettings": "Scroll for more settings", @@ -821,6 +823,19 @@ } }, "title": "Réglages de du gain du volume" + }, + "globalVolume": { + "enable": { + "label": "Always start videos with this volume", + "title": "Makes all videos begin at your selected volume automatically" + }, + "settings": { + "amount": { + "label": "Video start volume", + "title": "The volume applied to every video when it begins playing" + } + }, + "title": "Global Volume Override" } } } From 8e1c8adf397bd408f2809dcda4913bcecb6956a4 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 3 Feb 2026 21:20:34 -0500 Subject: [PATCH 1588/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index 185ec9d81..38320c596 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -234,7 +234,9 @@ "singular": "'{{OPTION}}' 設定を有効にする", "specificOption": { "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option", + "globalVolume": "Disable 'Remember last volume' to configure this option", + "rememberVolume": "Disable 'Global volume' to configure this option" } }, "scrollForMoreSettings": "スクロールで設定の続きを表示", @@ -821,6 +823,19 @@ } }, "title": "音量ブーストの設定" + }, + "globalVolume": { + "enable": { + "label": "Always start videos with this volume", + "title": "Makes all videos begin at your selected volume automatically" + }, + "settings": { + "amount": { + "label": "Video start volume", + "title": "The volume applied to every video when it begins playing" + } + }, + "title": "Global Volume Override" } } } From ca6ffa1ab09d17308164029ff4d60648bd2ce2cb Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 3 Feb 2026 21:20:36 -0500 Subject: [PATCH 1589/1783] New translations en-us.json (Spanish) --- public/locales/es-ES.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index 347e4f510..581fd980e 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -234,7 +234,9 @@ "singular": "Habilitar '{{OPTION}}' para configurar esta opción", "specificOption": { "featureMenu": "Configure al menos un botón para colocarse en el menú de funciones para configurar esta opción.", - "screenshotButtonFileFormat": "Establecer el tipo de guardado de captura de pantalla a 'Archivo' o 'Ambos' para configurar esta opción" + "screenshotButtonFileFormat": "Establecer el tipo de guardado de captura de pantalla a 'Archivo' o 'Ambos' para configurar esta opción", + "globalVolume": "Disable 'Remember last volume' to configure this option", + "rememberVolume": "Disable 'Global volume' to configure this option" } }, "scrollForMoreSettings": "Desplazar para más ajustes", @@ -821,6 +823,19 @@ } }, "title": "Ajustes de potenciado de volumen" + }, + "globalVolume": { + "enable": { + "label": "Always start videos with this volume", + "title": "Makes all videos begin at your selected volume automatically" + }, + "settings": { + "amount": { + "label": "Video start volume", + "title": "The volume applied to every video when it begins playing" + } + }, + "title": "Global Volume Override" } } } From ba4908e1f5257717aacbdf97c5e23fd5b2ad09a2 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 3 Feb 2026 21:20:37 -0500 Subject: [PATCH 1590/1783] New translations en-us.json (Czech) --- public/locales/cs-CZ.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/public/locales/cs-CZ.json b/public/locales/cs-CZ.json index 776578c10..d42981762 100644 --- a/public/locales/cs-CZ.json +++ b/public/locales/cs-CZ.json @@ -234,7 +234,9 @@ "singular": "Enable '{{OPTION}}' to configure this option", "specificOption": { "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option", + "globalVolume": "Disable 'Remember last volume' to configure this option", + "rememberVolume": "Disable 'Global volume' to configure this option" } }, "scrollForMoreSettings": "Scroll for more settings", @@ -821,6 +823,19 @@ } }, "title": "Volume boost settings" + }, + "globalVolume": { + "enable": { + "label": "Always start videos with this volume", + "title": "Makes all videos begin at your selected volume automatically" + }, + "settings": { + "amount": { + "label": "Video start volume", + "title": "The volume applied to every video when it begins playing" + } + }, + "title": "Global Volume Override" } } } From 3896a8c90c2368705d720e818920213d87617e50 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 3 Feb 2026 21:20:38 -0500 Subject: [PATCH 1591/1783] New translations en-us.json (German) --- public/locales/de-DE.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/public/locales/de-DE.json b/public/locales/de-DE.json index 6af274994..b7bd47746 100644 --- a/public/locales/de-DE.json +++ b/public/locales/de-DE.json @@ -234,7 +234,9 @@ "singular": "Enable '{{OPTION}}' to configure this option", "specificOption": { "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option", + "globalVolume": "Disable 'Remember last volume' to configure this option", + "rememberVolume": "Disable 'Global volume' to configure this option" } }, "scrollForMoreSettings": "Weitere Einstellungen gibt es unten", @@ -821,6 +823,19 @@ } }, "title": "´Lautstärke-Boost Einstellungen" + }, + "globalVolume": { + "enable": { + "label": "Always start videos with this volume", + "title": "Makes all videos begin at your selected volume automatically" + }, + "settings": { + "amount": { + "label": "Video start volume", + "title": "The volume applied to every video when it begins playing" + } + }, + "title": "Global Volume Override" } } } From 655803c3277fe3071b35ac80dc0cd8d1fd352475 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 3 Feb 2026 21:20:39 -0500 Subject: [PATCH 1592/1783] New translations en-us.json (Hebrew) --- public/locales/he-IL.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/public/locales/he-IL.json b/public/locales/he-IL.json index 5bb56028b..e2e62760c 100644 --- a/public/locales/he-IL.json +++ b/public/locales/he-IL.json @@ -234,7 +234,9 @@ "singular": "Enable '{{OPTION}}' to configure this option", "specificOption": { "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option", + "globalVolume": "Disable 'Remember last volume' to configure this option", + "rememberVolume": "Disable 'Global volume' to configure this option" } }, "scrollForMoreSettings": "Scroll for more settings", @@ -821,6 +823,19 @@ } }, "title": "Volume boost settings" + }, + "globalVolume": { + "enable": { + "label": "Always start videos with this volume", + "title": "Makes all videos begin at your selected volume automatically" + }, + "settings": { + "amount": { + "label": "Video start volume", + "title": "The volume applied to every video when it begins playing" + } + }, + "title": "Global Volume Override" } } } From 7dd29aa410e39d1f3e6f1e1f371014295288181a Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 3 Feb 2026 21:20:40 -0500 Subject: [PATCH 1593/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index 1503b28f0..a3fdbe96b 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -234,7 +234,9 @@ "singular": "Abilita '{{OPTION}}' per configurare questa opzione", "specificOption": { "featureMenu": "Configura almeno un pulsante da posizionare nel menu' delle funzioni per configurare questa opzione.", - "screenshotButtonFileFormat": "Imposta il tipo di salvataggio della schermata su 'File' o 'Entrambi' per configurare questa opzione" + "screenshotButtonFileFormat": "Imposta il tipo di salvataggio della schermata su 'File' o 'Entrambi' per configurare questa opzione", + "globalVolume": "Disable 'Remember last volume' to configure this option", + "rememberVolume": "Disable 'Global volume' to configure this option" } }, "scrollForMoreSettings": "Scorri per altre impostazioni", @@ -821,6 +823,19 @@ } }, "title": "Impostazioni aumento volume" + }, + "globalVolume": { + "enable": { + "label": "Always start videos with this volume", + "title": "Makes all videos begin at your selected volume automatically" + }, + "settings": { + "amount": { + "label": "Video start volume", + "title": "The volume applied to every video when it begins playing" + } + }, + "title": "Global Volume Override" } } } From 82b1aefe1cbe3d1d7e4b5a6534cf83abe1c5d898 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 3 Feb 2026 21:20:41 -0500 Subject: [PATCH 1594/1783] New translations en-us.json (Korean) --- public/locales/ko-KR.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/public/locales/ko-KR.json b/public/locales/ko-KR.json index 1ac0bed9c..ff4e4323a 100644 --- a/public/locales/ko-KR.json +++ b/public/locales/ko-KR.json @@ -234,7 +234,9 @@ "singular": "Enable '{{OPTION}}' to configure this option", "specificOption": { "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option", + "globalVolume": "Disable 'Remember last volume' to configure this option", + "rememberVolume": "Disable 'Global volume' to configure this option" } }, "scrollForMoreSettings": "Scroll for more settings", @@ -821,6 +823,19 @@ } }, "title": "볼륨 부스트 설정" + }, + "globalVolume": { + "enable": { + "label": "Always start videos with this volume", + "title": "Makes all videos begin at your selected volume automatically" + }, + "settings": { + "amount": { + "label": "Video start volume", + "title": "The volume applied to every video when it begins playing" + } + }, + "title": "Global Volume Override" } } } From 92b7d41b20623f08bfa82b1741e720ef3d2b4894 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 3 Feb 2026 21:20:42 -0500 Subject: [PATCH 1595/1783] New translations en-us.json (Dutch) --- public/locales/nl-NL.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/public/locales/nl-NL.json b/public/locales/nl-NL.json index 01c518e6b..d266bc71e 100644 --- a/public/locales/nl-NL.json +++ b/public/locales/nl-NL.json @@ -234,7 +234,9 @@ "singular": "Enable '{{OPTION}}' to configure this option", "specificOption": { "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option", + "globalVolume": "Disable 'Remember last volume' to configure this option", + "rememberVolume": "Disable 'Global volume' to configure this option" } }, "scrollForMoreSettings": "Scroll for more settings", @@ -821,6 +823,19 @@ } }, "title": "Volume boost instellingen" + }, + "globalVolume": { + "enable": { + "label": "Always start videos with this volume", + "title": "Makes all videos begin at your selected volume automatically" + }, + "settings": { + "amount": { + "label": "Video start volume", + "title": "The volume applied to every video when it begins playing" + } + }, + "title": "Global Volume Override" } } } From bed4f6c5b4651b8d8c6005fae534b068f874d682 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 3 Feb 2026 21:20:43 -0500 Subject: [PATCH 1596/1783] New translations en-us.json (Polish) --- public/locales/pl-PL.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/public/locales/pl-PL.json b/public/locales/pl-PL.json index fa1be1f77..44f4d3a7a 100644 --- a/public/locales/pl-PL.json +++ b/public/locales/pl-PL.json @@ -234,7 +234,9 @@ "singular": "Enable '{{OPTION}}' to configure this option", "specificOption": { "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option", + "globalVolume": "Disable 'Remember last volume' to configure this option", + "rememberVolume": "Disable 'Global volume' to configure this option" } }, "scrollForMoreSettings": "Przewiń, aby zobaczyć więcej ustawień", @@ -821,6 +823,19 @@ } }, "title": "Ustawienia zwiększenia głośności" + }, + "globalVolume": { + "enable": { + "label": "Always start videos with this volume", + "title": "Makes all videos begin at your selected volume automatically" + }, + "settings": { + "amount": { + "label": "Video start volume", + "title": "The volume applied to every video when it begins playing" + } + }, + "title": "Global Volume Override" } } } From d6252acd133b97bbdb69e72a7dc56b9fff8a5d01 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 3 Feb 2026 21:20:45 -0500 Subject: [PATCH 1597/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index d2228db61..076f6cb43 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -234,7 +234,9 @@ "singular": "Включите '{{OPTION}}' для настройки этого параметра", "specificOption": { "featureMenu": "Включите по крайней мере одну кнопку, которая будет размещена в меню функций для настройки этой опции.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option", + "globalVolume": "Disable 'Remember last volume' to configure this option", + "rememberVolume": "Disable 'Global volume' to configure this option" } }, "scrollForMoreSettings": "Прокрутите для других настроек", @@ -821,6 +823,19 @@ } }, "title": "Настройки усиления громкости" + }, + "globalVolume": { + "enable": { + "label": "Always start videos with this volume", + "title": "Makes all videos begin at your selected volume automatically" + }, + "settings": { + "amount": { + "label": "Video start volume", + "title": "The volume applied to every video when it begins playing" + } + }, + "title": "Global Volume Override" } } } From c7607d285d541db24dcd1cf2496bcf432029d48e Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 3 Feb 2026 21:20:46 -0500 Subject: [PATCH 1598/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index 078ef4374..ed5940849 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -234,7 +234,9 @@ "singular": "Bu seçeneği yapılandırmak için '{{OPTION}}' öğesini etkinleştirin", "specificOption": { "featureMenu": "Bu seçeneği yapılandırmak için özellik menüsüne yerleştirilecek en az bir düğmeyi yapılandırın.", - "screenshotButtonFileFormat": "Bu seçeneği yapılandırabilmek için ekran görüntüsü kaydetme türünü ‘Dosya’ veya ‘Her İkisi’ olarak ayarlayın" + "screenshotButtonFileFormat": "Bu seçeneği yapılandırabilmek için ekran görüntüsü kaydetme türünü ‘Dosya’ veya ‘Her İkisi’ olarak ayarlayın", + "globalVolume": "Disable 'Remember last volume' to configure this option", + "rememberVolume": "Disable 'Global volume' to configure this option" } }, "scrollForMoreSettings": "Daha fazla ayar için kaydırın", @@ -821,6 +823,19 @@ } }, "title": "Ses güçlendirme ayarları" + }, + "globalVolume": { + "enable": { + "label": "Always start videos with this volume", + "title": "Makes all videos begin at your selected volume automatically" + }, + "settings": { + "amount": { + "label": "Video start volume", + "title": "The volume applied to every video when it begins playing" + } + }, + "title": "Global Volume Override" } } } From 09dbaa3c6074032a038ab8b6485dbadf0db7c246 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 3 Feb 2026 21:20:47 -0500 Subject: [PATCH 1599/1783] New translations en-us.json (Ukrainian) --- public/locales/uk-UA.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/public/locales/uk-UA.json b/public/locales/uk-UA.json index 380600c35..3f2b48c32 100644 --- a/public/locales/uk-UA.json +++ b/public/locales/uk-UA.json @@ -234,7 +234,9 @@ "singular": "Enable '{{OPTION}}' to configure this option", "specificOption": { "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option", + "globalVolume": "Disable 'Remember last volume' to configure this option", + "rememberVolume": "Disable 'Global volume' to configure this option" } }, "scrollForMoreSettings": "Scroll for more settings", @@ -821,6 +823,19 @@ } }, "title": "Volume boost settings" + }, + "globalVolume": { + "enable": { + "label": "Always start videos with this volume", + "title": "Makes all videos begin at your selected volume automatically" + }, + "settings": { + "amount": { + "label": "Video start volume", + "title": "The volume applied to every video when it begins playing" + } + }, + "title": "Global Volume Override" } } } From 82d40d4ce51cb9c349393221337fb897e2f612c0 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 3 Feb 2026 21:20:48 -0500 Subject: [PATCH 1600/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index 909d5f5c7..e71c110ca 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -234,7 +234,9 @@ "singular": "启用 '{{OPTION}}' 以配置此选项", "specificOption": { "featureMenu": "配置至少一个按钮放置在功能菜单中以配置此选项。", - "screenshotButtonFileFormat": "将屏幕截图保存类型设置为“文件”或“全部”以配置此选项" + "screenshotButtonFileFormat": "将屏幕截图保存类型设置为“文件”或“全部”以配置此选项", + "globalVolume": "Disable 'Remember last volume' to configure this option", + "rememberVolume": "Disable 'Global volume' to configure this option" } }, "scrollForMoreSettings": "滚动以查看更多设置", @@ -821,6 +823,19 @@ } }, "title": "音量增强设置" + }, + "globalVolume": { + "enable": { + "label": "Always start videos with this volume", + "title": "Makes all videos begin at your selected volume automatically" + }, + "settings": { + "amount": { + "label": "Video start volume", + "title": "The volume applied to every video when it begins playing" + } + }, + "title": "Global Volume Override" } } } From 2cab5f53987d571b0a8b75ed8533962a2f47dd3a Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 3 Feb 2026 21:20:49 -0500 Subject: [PATCH 1601/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index f5d194b25..f12a71247 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -234,7 +234,9 @@ "singular": "Enable '{{OPTION}}' to configure this option", "specificOption": { "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option", + "globalVolume": "Disable 'Remember last volume' to configure this option", + "rememberVolume": "Disable 'Global volume' to configure this option" } }, "scrollForMoreSettings": "Scroll for more settings", @@ -821,6 +823,19 @@ } }, "title": "音量增強設定" + }, + "globalVolume": { + "enable": { + "label": "Always start videos with this volume", + "title": "Makes all videos begin at your selected volume automatically" + }, + "settings": { + "amount": { + "label": "Video start volume", + "title": "The volume applied to every video when it begins playing" + } + }, + "title": "Global Volume Override" } } } From 9c02dbe1a73e34dc63322e7d6ea2d32297ed4e24 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 3 Feb 2026 21:20:50 -0500 Subject: [PATCH 1602/1783] New translations en-us.json (Vietnamese) --- public/locales/vi-VN.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/public/locales/vi-VN.json b/public/locales/vi-VN.json index 482b857b7..f1337cec9 100644 --- a/public/locales/vi-VN.json +++ b/public/locales/vi-VN.json @@ -234,7 +234,9 @@ "singular": "Enable '{{OPTION}}' to configure this option", "specificOption": { "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option", + "globalVolume": "Disable 'Remember last volume' to configure this option", + "rememberVolume": "Disable 'Global volume' to configure this option" } }, "scrollForMoreSettings": "Scroll for more settings", @@ -821,6 +823,19 @@ } }, "title": "Volume boost settings" + }, + "globalVolume": { + "enable": { + "label": "Always start videos with this volume", + "title": "Makes all videos begin at your selected volume automatically" + }, + "settings": { + "amount": { + "label": "Video start volume", + "title": "The volume applied to every video when it begins playing" + } + }, + "title": "Global Volume Override" } } } From a1da0860c7a49ee41ce4d35c3e58d5b75f8f82a2 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 3 Feb 2026 21:20:51 -0500 Subject: [PATCH 1603/1783] New translations en-us.json (Persian) --- public/locales/fa-IR.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/public/locales/fa-IR.json b/public/locales/fa-IR.json index 55d42e48d..c3a53cd54 100644 --- a/public/locales/fa-IR.json +++ b/public/locales/fa-IR.json @@ -234,7 +234,9 @@ "singular": "Enable '{{OPTION}}' to configure this option", "specificOption": { "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option", + "globalVolume": "Disable 'Remember last volume' to configure this option", + "rememberVolume": "Disable 'Global volume' to configure this option" } }, "scrollForMoreSettings": "Scroll for more settings", @@ -821,6 +823,19 @@ } }, "title": "Volume boost settings" + }, + "globalVolume": { + "enable": { + "label": "Always start videos with this volume", + "title": "Makes all videos begin at your selected volume automatically" + }, + "settings": { + "amount": { + "label": "Video start volume", + "title": "The volume applied to every video when it begins playing" + } + }, + "title": "Global Volume Override" } } } From f439c0efa22057582fee4de0f282e629efe68f66 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 3 Feb 2026 21:20:52 -0500 Subject: [PATCH 1604/1783] New translations en-us.json (Hindi) --- public/locales/hi-IN.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/public/locales/hi-IN.json b/public/locales/hi-IN.json index 1d9338716..7a63657cf 100644 --- a/public/locales/hi-IN.json +++ b/public/locales/hi-IN.json @@ -234,7 +234,9 @@ "singular": "Enable '{{OPTION}}' to configure this option", "specificOption": { "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option", + "globalVolume": "Disable 'Remember last volume' to configure this option", + "rememberVolume": "Disable 'Global volume' to configure this option" } }, "scrollForMoreSettings": "Scroll for more settings", @@ -821,6 +823,19 @@ } }, "title": "Volume boost settings" + }, + "globalVolume": { + "enable": { + "label": "Always start videos with this volume", + "title": "Makes all videos begin at your selected volume automatically" + }, + "settings": { + "amount": { + "label": "Video start volume", + "title": "The volume applied to every video when it begins playing" + } + }, + "title": "Global Volume Override" } } } From ec454de39272c4712f6ecc67814a7e13ef5a36b9 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 3 Feb 2026 21:20:53 -0500 Subject: [PATCH 1605/1783] New translations en-us.json (English, United Kingdom) --- public/locales/en-GB.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/public/locales/en-GB.json b/public/locales/en-GB.json index 46abfba49..9fc61d421 100644 --- a/public/locales/en-GB.json +++ b/public/locales/en-GB.json @@ -234,7 +234,9 @@ "singular": "Enable '{{OPTION}}' to configure this option", "specificOption": { "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option", + "globalVolume": "Disable 'Remember last volume' to configure this option", + "rememberVolume": "Disable 'Global volume' to configure this option" } }, "scrollForMoreSettings": "Scroll for more settings", @@ -821,6 +823,19 @@ } }, "title": "Volume boost settings" + }, + "globalVolume": { + "enable": { + "label": "Always start videos with this volume", + "title": "Makes all videos begin at your selected volume automatically" + }, + "settings": { + "amount": { + "label": "Video start volume", + "title": "The volume applied to every video when it begins playing" + } + }, + "title": "Global Volume Override" } } } From aa1b76213441995fda1a9a11007f24b4b5594ccd Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 3 Feb 2026 23:56:40 -0500 Subject: [PATCH 1606/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 47 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index c8692f929..db05fffcb 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -58,6 +58,15 @@ } } }, + "miniPlayerButton": { + "button": { + "label": "Mini Player", + "toggle": { + "off": "Mini Player off", + "on": "Mini Player on" + } + } + }, "openTranscriptButton": { "button": { "label": "Abrir transcrição" @@ -151,6 +160,7 @@ "increasePlaybackSpeedButton": "Botão de aumentar velocidade", "loopButton": "Botão Repetir", "maximizePlayerButton": "Botão Maximizar", + "miniPlayerButton": "Mini Player button", "openTranscriptButton": "Abrir botão de transcrição", "rewindButton": "Botão Voltar", "screenshotButton": "Botão de captura de tela", @@ -273,6 +283,37 @@ }, "settings": { "sections": { + "miniPlayer": { + "button": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, + "enable": { + "label": "Open Mini Player when viewing comments", + "title": "Automatically opens the Mini Player when you scroll to comments." + }, + "settings": { + "position": { + "select": { + "label": "Default Mini Player position", + "options": { + "bottomCenter": "Bottom center", + "bottomLeft": "Bottom left", + "bottomRight": "Bottom right", + "topCenter": "Top center", + "topLeft": "Top left", + "topRight": "Top right" + }, + "title": "Sets the starting position before you move the Mini Player." + } + }, + "size": { + "label": "Default Mini Player size", + "title": "Sets the initial size before you resize the Mini Player." + } + }, + "title": "Mini Player settings" + }, "customCSS": { "enable": { "label": "CSS personalizado", @@ -556,6 +597,12 @@ "label": "Pular aviso de ausência", "title": "Remove o aviso \"O vídeo está pausado. Continuar assistindo?\"" } + }, + "timestampPeek": { + "enable": { + "label": "Timestamp Preview", + "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." + } } }, "title": "Diversos" From eaf45b9389057b92bbccc8759796a674e6e8a177 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 3 Feb 2026 23:56:41 -0500 Subject: [PATCH 1607/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 47 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index 8e30f369b..7045a2853 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -58,6 +58,15 @@ } } }, + "miniPlayerButton": { + "button": { + "label": "Mini Player", + "toggle": { + "off": "Mini Player off", + "on": "Mini Player on" + } + } + }, "openTranscriptButton": { "button": { "label": "Öppna transkript" @@ -151,6 +160,7 @@ "increasePlaybackSpeedButton": "Knapp för att öka hastigheten", "loopButton": "Slingknapp", "maximizePlayerButton": "Maximeraknapp", + "miniPlayerButton": "Mini Player button", "openTranscriptButton": "Transkriptknapp", "rewindButton": "Återspolningsknapp", "screenshotButton": "Skärmbildsknapp", @@ -273,6 +283,37 @@ }, "settings": { "sections": { + "miniPlayer": { + "button": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, + "enable": { + "label": "Open Mini Player when viewing comments", + "title": "Automatically opens the Mini Player when you scroll to comments." + }, + "settings": { + "position": { + "select": { + "label": "Default Mini Player position", + "options": { + "bottomCenter": "Bottom center", + "bottomLeft": "Bottom left", + "bottomRight": "Bottom right", + "topCenter": "Top center", + "topLeft": "Top left", + "topRight": "Top right" + }, + "title": "Sets the starting position before you move the Mini Player." + } + }, + "size": { + "label": "Default Mini Player size", + "title": "Sets the initial size before you resize the Mini Player." + } + }, + "title": "Mini Player settings" + }, "customCSS": { "enable": { "label": "Anpassad CSS", @@ -556,6 +597,12 @@ "label": "Hoppa över \"Videon är pausad. Fortsätt titta?\"", "title": "Hoppa över dialogrutan som pausar videouppspelningen" } + }, + "timestampPeek": { + "enable": { + "label": "Timestamp Preview", + "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." + } } }, "title": "Övriga inställningar" From a409187ffa6f634c82cb96a34df6ff9f1fffb3a2 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 3 Feb 2026 23:56:42 -0500 Subject: [PATCH 1608/1783] New translations en-us.json (Catalan) --- public/locales/ca-ES.json | 47 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/public/locales/ca-ES.json b/public/locales/ca-ES.json index f270d6648..72043c487 100644 --- a/public/locales/ca-ES.json +++ b/public/locales/ca-ES.json @@ -58,6 +58,15 @@ } } }, + "miniPlayerButton": { + "button": { + "label": "Mini Player", + "toggle": { + "off": "Mini Player off", + "on": "Mini Player on" + } + } + }, "openTranscriptButton": { "button": { "label": "Open transcript" @@ -151,6 +160,7 @@ "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", "maximizePlayerButton": "Maximize button", + "miniPlayerButton": "Mini Player button", "openTranscriptButton": "Open Transcript button", "rewindButton": "Rewind button", "screenshotButton": "Screenshot button", @@ -273,6 +283,37 @@ }, "settings": { "sections": { + "miniPlayer": { + "button": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, + "enable": { + "label": "Open Mini Player when viewing comments", + "title": "Automatically opens the Mini Player when you scroll to comments." + }, + "settings": { + "position": { + "select": { + "label": "Default Mini Player position", + "options": { + "bottomCenter": "Bottom center", + "bottomLeft": "Bottom left", + "bottomRight": "Bottom right", + "topCenter": "Top center", + "topLeft": "Top left", + "topRight": "Top right" + }, + "title": "Sets the starting position before you move the Mini Player." + } + }, + "size": { + "label": "Default Mini Player size", + "title": "Sets the initial size before you resize the Mini Player." + } + }, + "title": "Mini Player settings" + }, "customCSS": { "enable": { "label": "Custom CSS", @@ -556,6 +597,12 @@ "label": "Skip \"Video is paused. Continue watching?\"", "title": "Skips the idle dialog that pauses video playback" } + }, + "timestampPeek": { + "enable": { + "label": "Timestamp Preview", + "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." + } } }, "title": "Miscellaneous settings" From ad73160314d4e039d86251b51ba389c21f993e30 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 3 Feb 2026 23:56:43 -0500 Subject: [PATCH 1609/1783] New translations en-us.json (French) --- public/locales/fr-FR.json | 47 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/public/locales/fr-FR.json b/public/locales/fr-FR.json index 623a4937c..782a1705c 100644 --- a/public/locales/fr-FR.json +++ b/public/locales/fr-FR.json @@ -58,6 +58,15 @@ } } }, + "miniPlayerButton": { + "button": { + "label": "Mini Player", + "toggle": { + "off": "Mini Player off", + "on": "Mini Player on" + } + } + }, "openTranscriptButton": { "button": { "label": "Open transcript" @@ -151,6 +160,7 @@ "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", "maximizePlayerButton": "Maximize button", + "miniPlayerButton": "Mini Player button", "openTranscriptButton": "Open Transcript button", "rewindButton": "Rewind button", "screenshotButton": "Screenshot button", @@ -273,6 +283,37 @@ }, "settings": { "sections": { + "miniPlayer": { + "button": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, + "enable": { + "label": "Open Mini Player when viewing comments", + "title": "Automatically opens the Mini Player when you scroll to comments." + }, + "settings": { + "position": { + "select": { + "label": "Default Mini Player position", + "options": { + "bottomCenter": "Bottom center", + "bottomLeft": "Bottom left", + "bottomRight": "Bottom right", + "topCenter": "Top center", + "topLeft": "Top left", + "topRight": "Top right" + }, + "title": "Sets the starting position before you move the Mini Player." + } + }, + "size": { + "label": "Default Mini Player size", + "title": "Sets the initial size before you resize the Mini Player." + } + }, + "title": "Mini Player settings" + }, "customCSS": { "enable": { "label": "Custom CSS", @@ -556,6 +597,12 @@ "label": "Skip \"Video is paused. Continue watching?\"", "title": "Skips the idle dialog that pauses video playback" } + }, + "timestampPeek": { + "enable": { + "label": "Timestamp Preview", + "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." + } } }, "title": "Autre paramètres" From fd8d32cd5e932293803ed678b95d2b070a136d5b Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 3 Feb 2026 23:56:43 -0500 Subject: [PATCH 1610/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 47 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index 38320c596..7f1692e37 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -58,6 +58,15 @@ } } }, + "miniPlayerButton": { + "button": { + "label": "Mini Player", + "toggle": { + "off": "Mini Player off", + "on": "Mini Player on" + } + } + }, "openTranscriptButton": { "button": { "label": "文字起こしを見せる" @@ -151,6 +160,7 @@ "increasePlaybackSpeedButton": "速度を上げるボタン", "loopButton": "ループボタン", "maximizePlayerButton": "最大表示ボタン", + "miniPlayerButton": "Mini Player button", "openTranscriptButton": "文字起こしを見せるボタン", "rewindButton": "リワインドボタン", "screenshotButton": "スクリーンショットボタン", @@ -273,6 +283,37 @@ }, "settings": { "sections": { + "miniPlayer": { + "button": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, + "enable": { + "label": "Open Mini Player when viewing comments", + "title": "Automatically opens the Mini Player when you scroll to comments." + }, + "settings": { + "position": { + "select": { + "label": "Default Mini Player position", + "options": { + "bottomCenter": "Bottom center", + "bottomLeft": "Bottom left", + "bottomRight": "Bottom right", + "topCenter": "Top center", + "topLeft": "Top left", + "topRight": "Top right" + }, + "title": "Sets the starting position before you move the Mini Player." + } + }, + "size": { + "label": "Default Mini Player size", + "title": "Sets the initial size before you resize the Mini Player." + } + }, + "title": "Mini Player settings" + }, "customCSS": { "enable": { "label": "カスタムCSSを可能にする", @@ -556,6 +597,12 @@ "label": "「動画が一時停止されました。続きを視聴しますか?」を抜かする", "title": "動画一時休止する休眠メッセージを抜かされます" } + }, + "timestampPeek": { + "enable": { + "label": "Timestamp Preview", + "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." + } } }, "title": "他の設定" From 9c63af98ab442c2ca3f3c678c50d900d99c25694 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 3 Feb 2026 23:56:44 -0500 Subject: [PATCH 1611/1783] New translations en-us.json (Spanish) --- public/locales/es-ES.json | 47 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index 581fd980e..d56a0e7a0 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -58,6 +58,15 @@ } } }, + "miniPlayerButton": { + "button": { + "label": "Mini Player", + "toggle": { + "off": "Mini Player off", + "on": "Mini Player on" + } + } + }, "openTranscriptButton": { "button": { "label": "Abrir transcripción" @@ -151,6 +160,7 @@ "increasePlaybackSpeedButton": "Botón para aumentar la velocidad", "loopButton": "Botón de repetición", "maximizePlayerButton": "Botón para maximizar", + "miniPlayerButton": "Mini Player button", "openTranscriptButton": "Abrir botón de transcripción", "rewindButton": "Botón para rebobinar", "screenshotButton": "Botón de captura de pantalla", @@ -273,6 +283,37 @@ }, "settings": { "sections": { + "miniPlayer": { + "button": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, + "enable": { + "label": "Open Mini Player when viewing comments", + "title": "Automatically opens the Mini Player when you scroll to comments." + }, + "settings": { + "position": { + "select": { + "label": "Default Mini Player position", + "options": { + "bottomCenter": "Bottom center", + "bottomLeft": "Bottom left", + "bottomRight": "Bottom right", + "topCenter": "Top center", + "topLeft": "Top left", + "topRight": "Top right" + }, + "title": "Sets the starting position before you move the Mini Player." + } + }, + "size": { + "label": "Default Mini Player size", + "title": "Sets the initial size before you resize the Mini Player." + } + }, + "title": "Mini Player settings" + }, "customCSS": { "enable": { "label": "Habilitar CSS personalizado", @@ -556,6 +597,12 @@ "label": "Skip \"Video is paused. Continue watching?\"", "title": "Skips the idle dialog that pauses video playback" } + }, + "timestampPeek": { + "enable": { + "label": "Timestamp Preview", + "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." + } } }, "title": "Ajustes varios" From 0c9b0f9fa8b0e930cd8bebbf790186f3df5443a0 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 3 Feb 2026 23:56:45 -0500 Subject: [PATCH 1612/1783] New translations en-us.json (Czech) --- public/locales/cs-CZ.json | 47 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/public/locales/cs-CZ.json b/public/locales/cs-CZ.json index d42981762..d7aacf62f 100644 --- a/public/locales/cs-CZ.json +++ b/public/locales/cs-CZ.json @@ -58,6 +58,15 @@ } } }, + "miniPlayerButton": { + "button": { + "label": "Mini Player", + "toggle": { + "off": "Mini Player off", + "on": "Mini Player on" + } + } + }, "openTranscriptButton": { "button": { "label": "Open transcript" @@ -151,6 +160,7 @@ "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", "maximizePlayerButton": "Maximize button", + "miniPlayerButton": "Mini Player button", "openTranscriptButton": "Open Transcript button", "rewindButton": "Rewind button", "screenshotButton": "Screenshot button", @@ -273,6 +283,37 @@ }, "settings": { "sections": { + "miniPlayer": { + "button": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, + "enable": { + "label": "Open Mini Player when viewing comments", + "title": "Automatically opens the Mini Player when you scroll to comments." + }, + "settings": { + "position": { + "select": { + "label": "Default Mini Player position", + "options": { + "bottomCenter": "Bottom center", + "bottomLeft": "Bottom left", + "bottomRight": "Bottom right", + "topCenter": "Top center", + "topLeft": "Top left", + "topRight": "Top right" + }, + "title": "Sets the starting position before you move the Mini Player." + } + }, + "size": { + "label": "Default Mini Player size", + "title": "Sets the initial size before you resize the Mini Player." + } + }, + "title": "Mini Player settings" + }, "customCSS": { "enable": { "label": "Custom CSS", @@ -556,6 +597,12 @@ "label": "Skip \"Video is paused. Continue watching?\"", "title": "Skips the idle dialog that pauses video playback" } + }, + "timestampPeek": { + "enable": { + "label": "Timestamp Preview", + "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." + } } }, "title": "Miscellaneous settings" From e536d96030fdc077ba23d50199fdf6c68d4c6d9a Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 3 Feb 2026 23:56:46 -0500 Subject: [PATCH 1613/1783] New translations en-us.json (German) --- public/locales/de-DE.json | 47 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/public/locales/de-DE.json b/public/locales/de-DE.json index b7bd47746..8ace7e975 100644 --- a/public/locales/de-DE.json +++ b/public/locales/de-DE.json @@ -58,6 +58,15 @@ } } }, + "miniPlayerButton": { + "button": { + "label": "Mini Player", + "toggle": { + "off": "Mini Player off", + "on": "Mini Player on" + } + } + }, "openTranscriptButton": { "button": { "label": "Transkript öffnen" @@ -151,6 +160,7 @@ "increasePlaybackSpeedButton": "Geschwindigkeit erhöhen", "loopButton": "Loop", "maximizePlayerButton": "Maximieren", + "miniPlayerButton": "Mini Player button", "openTranscriptButton": "Transkript", "rewindButton": "Zurückspulen", "screenshotButton": "Screenshot", @@ -273,6 +283,37 @@ }, "settings": { "sections": { + "miniPlayer": { + "button": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, + "enable": { + "label": "Open Mini Player when viewing comments", + "title": "Automatically opens the Mini Player when you scroll to comments." + }, + "settings": { + "position": { + "select": { + "label": "Default Mini Player position", + "options": { + "bottomCenter": "Bottom center", + "bottomLeft": "Bottom left", + "bottomRight": "Bottom right", + "topCenter": "Top center", + "topLeft": "Top left", + "topRight": "Top right" + }, + "title": "Sets the starting position before you move the Mini Player." + } + }, + "size": { + "label": "Default Mini Player size", + "title": "Sets the initial size before you resize the Mini Player." + } + }, + "title": "Mini Player settings" + }, "customCSS": { "enable": { "label": "Benutzerdefiniertes CSS", @@ -556,6 +597,12 @@ "label": "Überspringe \"Video ist pausiert. Weiter ansehen?\"", "title": "Überspringt den Leerlauf-Dialog, der die Videowiedergabe pausiert" } + }, + "timestampPeek": { + "enable": { + "label": "Timestamp Preview", + "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." + } } }, "title": "Weitere Einstellungen" From 99b32fde3b287ee7f49f3bfdc3aa8c291edca7ff Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 3 Feb 2026 23:56:47 -0500 Subject: [PATCH 1614/1783] New translations en-us.json (Hebrew) --- public/locales/he-IL.json | 47 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/public/locales/he-IL.json b/public/locales/he-IL.json index e2e62760c..68e7d3a06 100644 --- a/public/locales/he-IL.json +++ b/public/locales/he-IL.json @@ -58,6 +58,15 @@ } } }, + "miniPlayerButton": { + "button": { + "label": "Mini Player", + "toggle": { + "off": "Mini Player off", + "on": "Mini Player on" + } + } + }, "openTranscriptButton": { "button": { "label": "Open transcript" @@ -151,6 +160,7 @@ "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", "maximizePlayerButton": "Maximize button", + "miniPlayerButton": "Mini Player button", "openTranscriptButton": "Open Transcript button", "rewindButton": "Rewind button", "screenshotButton": "Screenshot button", @@ -273,6 +283,37 @@ }, "settings": { "sections": { + "miniPlayer": { + "button": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, + "enable": { + "label": "Open Mini Player when viewing comments", + "title": "Automatically opens the Mini Player when you scroll to comments." + }, + "settings": { + "position": { + "select": { + "label": "Default Mini Player position", + "options": { + "bottomCenter": "Bottom center", + "bottomLeft": "Bottom left", + "bottomRight": "Bottom right", + "topCenter": "Top center", + "topLeft": "Top left", + "topRight": "Top right" + }, + "title": "Sets the starting position before you move the Mini Player." + } + }, + "size": { + "label": "Default Mini Player size", + "title": "Sets the initial size before you resize the Mini Player." + } + }, + "title": "Mini Player settings" + }, "customCSS": { "enable": { "label": "Custom CSS", @@ -556,6 +597,12 @@ "label": "Skip \"Video is paused. Continue watching?\"", "title": "Skips the idle dialog that pauses video playback" } + }, + "timestampPeek": { + "enable": { + "label": "Timestamp Preview", + "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." + } } }, "title": "Miscellaneous settings" From 7373688ee2b3ab5722cd6cdffbbc7eb2a4a2afda Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 3 Feb 2026 23:56:48 -0500 Subject: [PATCH 1615/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 47 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index a3fdbe96b..7675a6d1b 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -58,6 +58,15 @@ } } }, + "miniPlayerButton": { + "button": { + "label": "Mini Player", + "toggle": { + "off": "Mini Player off", + "on": "Mini Player on" + } + } + }, "openTranscriptButton": { "button": { "label": "Apri trascrizione" @@ -151,6 +160,7 @@ "increasePlaybackSpeedButton": "Pulsante Aumenta velocità", "loopButton": "Pulsante Ripeti", "maximizePlayerButton": "Pulsante Massimizza", + "miniPlayerButton": "Mini Player button", "openTranscriptButton": "Pulsante Apri trascrizione", "rewindButton": "Pulsante Riavvolgi", "screenshotButton": "Pulsante Schermata", @@ -273,6 +283,37 @@ }, "settings": { "sections": { + "miniPlayer": { + "button": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, + "enable": { + "label": "Open Mini Player when viewing comments", + "title": "Automatically opens the Mini Player when you scroll to comments." + }, + "settings": { + "position": { + "select": { + "label": "Default Mini Player position", + "options": { + "bottomCenter": "Bottom center", + "bottomLeft": "Bottom left", + "bottomRight": "Bottom right", + "topCenter": "Top center", + "topLeft": "Top left", + "topRight": "Top right" + }, + "title": "Sets the starting position before you move the Mini Player." + } + }, + "size": { + "label": "Default Mini Player size", + "title": "Sets the initial size before you resize the Mini Player." + } + }, + "title": "Mini Player settings" + }, "customCSS": { "enable": { "label": "Abilita CSS personalizzato", @@ -556,6 +597,12 @@ "label": "Salta \"Video in pausa. Continuare a guardare?\"", "title": "Salta la finestra che mette in pausa la riproduzione video" } + }, + "timestampPeek": { + "enable": { + "label": "Timestamp Preview", + "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." + } } }, "title": "Impostazioni varie" From 6a9d01e3a27d02b370ef0e0a113759f44d75a367 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 3 Feb 2026 23:56:49 -0500 Subject: [PATCH 1616/1783] New translations en-us.json (Korean) --- public/locales/ko-KR.json | 47 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/public/locales/ko-KR.json b/public/locales/ko-KR.json index ff4e4323a..c89c0368c 100644 --- a/public/locales/ko-KR.json +++ b/public/locales/ko-KR.json @@ -58,6 +58,15 @@ } } }, + "miniPlayerButton": { + "button": { + "label": "Mini Player", + "toggle": { + "off": "Mini Player off", + "on": "Mini Player on" + } + } + }, "openTranscriptButton": { "button": { "label": "스크립트 보기" @@ -151,6 +160,7 @@ "increasePlaybackSpeedButton": "속도 조절 버튼", "loopButton": "연속 재생 버튼", "maximizePlayerButton": "화면 크기에 맞추기 버튼", + "miniPlayerButton": "Mini Player button", "openTranscriptButton": "스크립트 보기 버튼", "rewindButton": "되감기 버튼", "screenshotButton": "스크린샷 버튼", @@ -273,6 +283,37 @@ }, "settings": { "sections": { + "miniPlayer": { + "button": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, + "enable": { + "label": "Open Mini Player when viewing comments", + "title": "Automatically opens the Mini Player when you scroll to comments." + }, + "settings": { + "position": { + "select": { + "label": "Default Mini Player position", + "options": { + "bottomCenter": "Bottom center", + "bottomLeft": "Bottom left", + "bottomRight": "Bottom right", + "topCenter": "Top center", + "topLeft": "Top left", + "topRight": "Top right" + }, + "title": "Sets the starting position before you move the Mini Player." + } + }, + "size": { + "label": "Default Mini Player size", + "title": "Sets the initial size before you resize the Mini Player." + } + }, + "title": "Mini Player settings" + }, "customCSS": { "enable": { "label": "CSS 커스텀 활성화", @@ -556,6 +597,12 @@ "label": "'동영상이 일시중지되었습니다. 이어서 시청하시겠어요?' 팝업 스킵", "title": "'동영상이 일시중지되었습니다. 이어서 시청하시겠어요?' 팝업을 자동으로 스킵하여 끊김 없는 재생을 유지합니다." } + }, + "timestampPeek": { + "enable": { + "label": "Timestamp Preview", + "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." + } } }, "title": "기타 설정" From d150bd84d48813e8de524e48ac76d8ffe52be4b4 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 3 Feb 2026 23:56:49 -0500 Subject: [PATCH 1617/1783] New translations en-us.json (Dutch) --- public/locales/nl-NL.json | 47 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/public/locales/nl-NL.json b/public/locales/nl-NL.json index d266bc71e..4488861c6 100644 --- a/public/locales/nl-NL.json +++ b/public/locales/nl-NL.json @@ -58,6 +58,15 @@ } } }, + "miniPlayerButton": { + "button": { + "label": "Mini Player", + "toggle": { + "off": "Mini Player off", + "on": "Mini Player on" + } + } + }, "openTranscriptButton": { "button": { "label": "Open ondertitels" @@ -151,6 +160,7 @@ "increasePlaybackSpeedButton": "Verhoog snelheid knop", "loopButton": "Loop knop", "maximizePlayerButton": "Maximaliseer knop", + "miniPlayerButton": "Mini Player button", "openTranscriptButton": "Open ondertitels knop", "rewindButton": "Terugspoelknop", "screenshotButton": "Schermafbeelding knop", @@ -273,6 +283,37 @@ }, "settings": { "sections": { + "miniPlayer": { + "button": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, + "enable": { + "label": "Open Mini Player when viewing comments", + "title": "Automatically opens the Mini Player when you scroll to comments." + }, + "settings": { + "position": { + "select": { + "label": "Default Mini Player position", + "options": { + "bottomCenter": "Bottom center", + "bottomLeft": "Bottom left", + "bottomRight": "Bottom right", + "topCenter": "Top center", + "topLeft": "Top left", + "topRight": "Top right" + }, + "title": "Sets the starting position before you move the Mini Player." + } + }, + "size": { + "label": "Default Mini Player size", + "title": "Sets the initial size before you resize the Mini Player." + } + }, + "title": "Mini Player settings" + }, "customCSS": { "enable": { "label": "Aangepaste CSS inschakelen", @@ -556,6 +597,12 @@ "label": "Sla \"video is gepauzeerd. Hervatten?\" over", "title": "Slaat het afwezig dialoog die het afspelen pauzeert over" } + }, + "timestampPeek": { + "enable": { + "label": "Timestamp Preview", + "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." + } } }, "title": "Overige instellingen" From 4b795fe00df35d5f814c457b38341bc56fbec1c0 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 3 Feb 2026 23:56:50 -0500 Subject: [PATCH 1618/1783] New translations en-us.json (Polish) --- public/locales/pl-PL.json | 47 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/public/locales/pl-PL.json b/public/locales/pl-PL.json index 44f4d3a7a..4c1315e61 100644 --- a/public/locales/pl-PL.json +++ b/public/locales/pl-PL.json @@ -58,6 +58,15 @@ } } }, + "miniPlayerButton": { + "button": { + "label": "Mini Player", + "toggle": { + "off": "Mini Player off", + "on": "Mini Player on" + } + } + }, "openTranscriptButton": { "button": { "label": "Otwórz transkrypcję" @@ -151,6 +160,7 @@ "increasePlaybackSpeedButton": "Przycisk Zwiększania Prędkości Odtwarzania", "loopButton": "Przycisk Zapętlania", "maximizePlayerButton": "Maximize button", + "miniPlayerButton": "Mini Player button", "openTranscriptButton": "Open Transcript button", "rewindButton": "Rewind button", "screenshotButton": "Przycisk Zrzutu Ekranu", @@ -273,6 +283,37 @@ }, "settings": { "sections": { + "miniPlayer": { + "button": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, + "enable": { + "label": "Open Mini Player when viewing comments", + "title": "Automatically opens the Mini Player when you scroll to comments." + }, + "settings": { + "position": { + "select": { + "label": "Default Mini Player position", + "options": { + "bottomCenter": "Bottom center", + "bottomLeft": "Bottom left", + "bottomRight": "Bottom right", + "topCenter": "Top center", + "topLeft": "Top left", + "topRight": "Top right" + }, + "title": "Sets the starting position before you move the Mini Player." + } + }, + "size": { + "label": "Default Mini Player size", + "title": "Sets the initial size before you resize the Mini Player." + } + }, + "title": "Mini Player settings" + }, "customCSS": { "enable": { "label": "Własny CSS", @@ -556,6 +597,12 @@ "label": "Skip \"Video is paused. Continue watching?\"", "title": "Skips the idle dialog that pauses video playback" } + }, + "timestampPeek": { + "enable": { + "label": "Timestamp Preview", + "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." + } } }, "title": "Miscellaneous settings" From bf3e4b192c68dc771baf3a8962129b59a132ffbc Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 3 Feb 2026 23:56:51 -0500 Subject: [PATCH 1619/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 47 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index 076f6cb43..dcb795067 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -58,6 +58,15 @@ } } }, + "miniPlayerButton": { + "button": { + "label": "Mini Player", + "toggle": { + "off": "Mini Player off", + "on": "Mini Player on" + } + } + }, "openTranscriptButton": { "button": { "label": "Открыть стенограмму" @@ -151,6 +160,7 @@ "increasePlaybackSpeedButton": "Кнопка увеличения скорости видео", "loopButton": "Кнопка «Зациклить»", "maximizePlayerButton": "Кнопка «Развернуть»", + "miniPlayerButton": "Mini Player button", "openTranscriptButton": "Кнопка «Открыть стенограмму»", "rewindButton": "Кнопка перемотки назад", "screenshotButton": "Кнопка «Скриншот»", @@ -273,6 +283,37 @@ }, "settings": { "sections": { + "miniPlayer": { + "button": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, + "enable": { + "label": "Open Mini Player when viewing comments", + "title": "Automatically opens the Mini Player when you scroll to comments." + }, + "settings": { + "position": { + "select": { + "label": "Default Mini Player position", + "options": { + "bottomCenter": "Bottom center", + "bottomLeft": "Bottom left", + "bottomRight": "Bottom right", + "topCenter": "Top center", + "topLeft": "Top left", + "topRight": "Top right" + }, + "title": "Sets the starting position before you move the Mini Player." + } + }, + "size": { + "label": "Default Mini Player size", + "title": "Sets the initial size before you resize the Mini Player." + } + }, + "title": "Mini Player settings" + }, "customCSS": { "enable": { "label": "Включить пользовательский CSS", @@ -556,6 +597,12 @@ "label": "Пропускать \"Воспроизведение приостановлено. Продолжить?\"", "title": "Автоматически пропускает диалог простоя, который приостанавливает воспроизведение" } + }, + "timestampPeek": { + "enable": { + "label": "Timestamp Preview", + "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." + } } }, "title": "Прочие параметры" From 6fe439065898b6ff325c026f092fd268ee9c72f6 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 3 Feb 2026 23:56:52 -0500 Subject: [PATCH 1620/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 47 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index ed5940849..91cda4e75 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -58,6 +58,15 @@ } } }, + "miniPlayerButton": { + "button": { + "label": "Mini Player", + "toggle": { + "off": "Mini Player off", + "on": "Mini Player on" + } + } + }, "openTranscriptButton": { "button": { "label": "Transkripti Aç" @@ -151,6 +160,7 @@ "increasePlaybackSpeedButton": "Hızı Artırma Butonu", "loopButton": "Döngü düğmesi", "maximizePlayerButton": "Tam ekran düğmesi", + "miniPlayerButton": "Mini Player button", "openTranscriptButton": "Transkripti Aç butonu", "rewindButton": "Geri sarma düğmesi", "screenshotButton": "Ekran görüntüsü düğmesi", @@ -273,6 +283,37 @@ }, "settings": { "sections": { + "miniPlayer": { + "button": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, + "enable": { + "label": "Open Mini Player when viewing comments", + "title": "Automatically opens the Mini Player when you scroll to comments." + }, + "settings": { + "position": { + "select": { + "label": "Default Mini Player position", + "options": { + "bottomCenter": "Bottom center", + "bottomLeft": "Bottom left", + "bottomRight": "Bottom right", + "topCenter": "Top center", + "topLeft": "Top left", + "topRight": "Top right" + }, + "title": "Sets the starting position before you move the Mini Player." + } + }, + "size": { + "label": "Default Mini Player size", + "title": "Sets the initial size before you resize the Mini Player." + } + }, + "title": "Mini Player settings" + }, "customCSS": { "enable": { "label": "Özel CSS'yi etkinleştir", @@ -556,6 +597,12 @@ "label": "\"Video durdu. Hala orda mısın?\"ı Atla", "title": "Video oynatmayı durduran boşta kalma iletişim kutusunu atlar" } + }, + "timestampPeek": { + "enable": { + "label": "Timestamp Preview", + "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." + } } }, "title": "Çeşitli ayarlar" From 97db867a9d23cdbe92315edd80f8e64acc75685b Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 3 Feb 2026 23:56:53 -0500 Subject: [PATCH 1621/1783] New translations en-us.json (Ukrainian) --- public/locales/uk-UA.json | 47 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/public/locales/uk-UA.json b/public/locales/uk-UA.json index 3f2b48c32..5ef085013 100644 --- a/public/locales/uk-UA.json +++ b/public/locales/uk-UA.json @@ -58,6 +58,15 @@ } } }, + "miniPlayerButton": { + "button": { + "label": "Mini Player", + "toggle": { + "off": "Mini Player off", + "on": "Mini Player on" + } + } + }, "openTranscriptButton": { "button": { "label": "Відкрити транскрипцію" @@ -151,6 +160,7 @@ "increasePlaybackSpeedButton": "Кнопка пришвидшення", "loopButton": "Кнопка зациклення", "maximizePlayerButton": "Кнопка Розгорнути", + "miniPlayerButton": "Mini Player button", "openTranscriptButton": "Кнопка відкрити транскрипт", "rewindButton": "Кнопка відмотки", "screenshotButton": "Кнопка для скріншота", @@ -273,6 +283,37 @@ }, "settings": { "sections": { + "miniPlayer": { + "button": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, + "enable": { + "label": "Open Mini Player when viewing comments", + "title": "Automatically opens the Mini Player when you scroll to comments." + }, + "settings": { + "position": { + "select": { + "label": "Default Mini Player position", + "options": { + "bottomCenter": "Bottom center", + "bottomLeft": "Bottom left", + "bottomRight": "Bottom right", + "topCenter": "Top center", + "topLeft": "Top left", + "topRight": "Top right" + }, + "title": "Sets the starting position before you move the Mini Player." + } + }, + "size": { + "label": "Default Mini Player size", + "title": "Sets the initial size before you resize the Mini Player." + } + }, + "title": "Mini Player settings" + }, "customCSS": { "enable": { "label": "Увімкнути користувацький CSS", @@ -556,6 +597,12 @@ "label": "Skip \"Video is paused. Continue watching?\"", "title": "Skips the idle dialog that pauses video playback" } + }, + "timestampPeek": { + "enable": { + "label": "Timestamp Preview", + "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." + } } }, "title": "Miscellaneous settings" From e1637437451146e815e09ac92132c6d5de969fd1 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 3 Feb 2026 23:56:54 -0500 Subject: [PATCH 1622/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 47 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index e71c110ca..991b9acab 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -58,6 +58,15 @@ } } }, + "miniPlayerButton": { + "button": { + "label": "Mini Player", + "toggle": { + "off": "Mini Player off", + "on": "Mini Player on" + } + } + }, "openTranscriptButton": { "button": { "label": "打开转写文稿" @@ -151,6 +160,7 @@ "increasePlaybackSpeedButton": "增加速度按钮", "loopButton": "循环按钮", "maximizePlayerButton": "最大化按钮", + "miniPlayerButton": "Mini Player button", "openTranscriptButton": "转写文稿按钮", "rewindButton": "快退按钮", "screenshotButton": "屏幕截图按钮", @@ -273,6 +283,37 @@ }, "settings": { "sections": { + "miniPlayer": { + "button": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, + "enable": { + "label": "Open Mini Player when viewing comments", + "title": "Automatically opens the Mini Player when you scroll to comments." + }, + "settings": { + "position": { + "select": { + "label": "Default Mini Player position", + "options": { + "bottomCenter": "Bottom center", + "bottomLeft": "Bottom left", + "bottomRight": "Bottom right", + "topCenter": "Top center", + "topLeft": "Top left", + "topRight": "Top right" + }, + "title": "Sets the starting position before you move the Mini Player." + } + }, + "size": { + "label": "Default Mini Player size", + "title": "Sets the initial size before you resize the Mini Player." + } + }, + "title": "Mini Player settings" + }, "customCSS": { "enable": { "label": "启用自定义 CSS", @@ -556,6 +597,12 @@ "label": "跳过\"视频已暂停。继续观看吗?\"", "title": "跳过暂停视频播放的闲置对话框" } + }, + "timestampPeek": { + "enable": { + "label": "Timestamp Preview", + "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." + } } }, "title": "其他设置" From 6e2bfae15ef52816e3ee3d4c67ac23bd1b39a669 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 3 Feb 2026 23:56:54 -0500 Subject: [PATCH 1623/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 47 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index f12a71247..e72256716 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -58,6 +58,15 @@ } } }, + "miniPlayerButton": { + "button": { + "label": "Mini Player", + "toggle": { + "off": "Mini Player off", + "on": "Mini Player on" + } + } + }, "openTranscriptButton": { "button": { "label": "打開文字記錄" @@ -151,6 +160,7 @@ "increasePlaybackSpeedButton": "加快速度按妞", "loopButton": "循環播放按鈕", "maximizePlayerButton": "最大化按鈕", + "miniPlayerButton": "Mini Player button", "openTranscriptButton": "開啟文字記錄按鈕", "rewindButton": "倒帶按鈕", "screenshotButton": "螢幕截圖按鈕", @@ -273,6 +283,37 @@ }, "settings": { "sections": { + "miniPlayer": { + "button": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, + "enable": { + "label": "Open Mini Player when viewing comments", + "title": "Automatically opens the Mini Player when you scroll to comments." + }, + "settings": { + "position": { + "select": { + "label": "Default Mini Player position", + "options": { + "bottomCenter": "Bottom center", + "bottomLeft": "Bottom left", + "bottomRight": "Bottom right", + "topCenter": "Top center", + "topLeft": "Top left", + "topRight": "Top right" + }, + "title": "Sets the starting position before you move the Mini Player." + } + }, + "size": { + "label": "Default Mini Player size", + "title": "Sets the initial size before you resize the Mini Player." + } + }, + "title": "Mini Player settings" + }, "customCSS": { "enable": { "label": "啟用自訂CSS", @@ -556,6 +597,12 @@ "label": "跳過「影片已暫停,繼續觀看?」", "title": "跳過暫停影片播放的閒置對話框" } + }, + "timestampPeek": { + "enable": { + "label": "Timestamp Preview", + "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." + } } }, "title": "其他設定" From 218608948b2a3a977439786381b7a174c9340e09 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 3 Feb 2026 23:56:55 -0500 Subject: [PATCH 1624/1783] New translations en-us.json (Vietnamese) --- public/locales/vi-VN.json | 47 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/public/locales/vi-VN.json b/public/locales/vi-VN.json index f1337cec9..a0812a2d6 100644 --- a/public/locales/vi-VN.json +++ b/public/locales/vi-VN.json @@ -58,6 +58,15 @@ } } }, + "miniPlayerButton": { + "button": { + "label": "Mini Player", + "toggle": { + "off": "Mini Player off", + "on": "Mini Player on" + } + } + }, "openTranscriptButton": { "button": { "label": "Open transcript" @@ -151,6 +160,7 @@ "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", "maximizePlayerButton": "Maximize button", + "miniPlayerButton": "Mini Player button", "openTranscriptButton": "Open Transcript button", "rewindButton": "Rewind button", "screenshotButton": "Screenshot button", @@ -273,6 +283,37 @@ }, "settings": { "sections": { + "miniPlayer": { + "button": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, + "enable": { + "label": "Open Mini Player when viewing comments", + "title": "Automatically opens the Mini Player when you scroll to comments." + }, + "settings": { + "position": { + "select": { + "label": "Default Mini Player position", + "options": { + "bottomCenter": "Bottom center", + "bottomLeft": "Bottom left", + "bottomRight": "Bottom right", + "topCenter": "Top center", + "topLeft": "Top left", + "topRight": "Top right" + }, + "title": "Sets the starting position before you move the Mini Player." + } + }, + "size": { + "label": "Default Mini Player size", + "title": "Sets the initial size before you resize the Mini Player." + } + }, + "title": "Mini Player settings" + }, "customCSS": { "enable": { "label": "Custom CSS", @@ -556,6 +597,12 @@ "label": "Skip \"Video is paused. Continue watching?\"", "title": "Skips the idle dialog that pauses video playback" } + }, + "timestampPeek": { + "enable": { + "label": "Timestamp Preview", + "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." + } } }, "title": "Miscellaneous settings" From 7674fa3684f08e5594edc09c08dc8ba29c20fe3e Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 3 Feb 2026 23:56:56 -0500 Subject: [PATCH 1625/1783] New translations en-us.json (Persian) --- public/locales/fa-IR.json | 47 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/public/locales/fa-IR.json b/public/locales/fa-IR.json index c3a53cd54..607e35b70 100644 --- a/public/locales/fa-IR.json +++ b/public/locales/fa-IR.json @@ -58,6 +58,15 @@ } } }, + "miniPlayerButton": { + "button": { + "label": "Mini Player", + "toggle": { + "off": "Mini Player off", + "on": "Mini Player on" + } + } + }, "openTranscriptButton": { "button": { "label": "Open transcript" @@ -151,6 +160,7 @@ "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", "maximizePlayerButton": "Maximize button", + "miniPlayerButton": "Mini Player button", "openTranscriptButton": "Open Transcript button", "rewindButton": "Rewind button", "screenshotButton": "Screenshot button", @@ -273,6 +283,37 @@ }, "settings": { "sections": { + "miniPlayer": { + "button": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, + "enable": { + "label": "Open Mini Player when viewing comments", + "title": "Automatically opens the Mini Player when you scroll to comments." + }, + "settings": { + "position": { + "select": { + "label": "Default Mini Player position", + "options": { + "bottomCenter": "Bottom center", + "bottomLeft": "Bottom left", + "bottomRight": "Bottom right", + "topCenter": "Top center", + "topLeft": "Top left", + "topRight": "Top right" + }, + "title": "Sets the starting position before you move the Mini Player." + } + }, + "size": { + "label": "Default Mini Player size", + "title": "Sets the initial size before you resize the Mini Player." + } + }, + "title": "Mini Player settings" + }, "customCSS": { "enable": { "label": "Custom CSS", @@ -556,6 +597,12 @@ "label": "Skip \"Video is paused. Continue watching?\"", "title": "Skips the idle dialog that pauses video playback" } + }, + "timestampPeek": { + "enable": { + "label": "Timestamp Preview", + "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." + } } }, "title": "Miscellaneous settings" From 64f176c4384fb7029ac02e1c9b2ee6e835ad642d Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 3 Feb 2026 23:56:57 -0500 Subject: [PATCH 1626/1783] New translations en-us.json (Hindi) --- public/locales/hi-IN.json | 47 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/public/locales/hi-IN.json b/public/locales/hi-IN.json index 7a63657cf..110dced1c 100644 --- a/public/locales/hi-IN.json +++ b/public/locales/hi-IN.json @@ -58,6 +58,15 @@ } } }, + "miniPlayerButton": { + "button": { + "label": "Mini Player", + "toggle": { + "off": "Mini Player off", + "on": "Mini Player on" + } + } + }, "openTranscriptButton": { "button": { "label": "Open transcript" @@ -151,6 +160,7 @@ "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", "maximizePlayerButton": "Maximize button", + "miniPlayerButton": "Mini Player button", "openTranscriptButton": "Open Transcript button", "rewindButton": "Rewind button", "screenshotButton": "Screenshot button", @@ -273,6 +283,37 @@ }, "settings": { "sections": { + "miniPlayer": { + "button": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, + "enable": { + "label": "Open Mini Player when viewing comments", + "title": "Automatically opens the Mini Player when you scroll to comments." + }, + "settings": { + "position": { + "select": { + "label": "Default Mini Player position", + "options": { + "bottomCenter": "Bottom center", + "bottomLeft": "Bottom left", + "bottomRight": "Bottom right", + "topCenter": "Top center", + "topLeft": "Top left", + "topRight": "Top right" + }, + "title": "Sets the starting position before you move the Mini Player." + } + }, + "size": { + "label": "Default Mini Player size", + "title": "Sets the initial size before you resize the Mini Player." + } + }, + "title": "Mini Player settings" + }, "customCSS": { "enable": { "label": "Custom CSS", @@ -556,6 +597,12 @@ "label": "Skip \"Video is paused. Continue watching?\"", "title": "Skips the idle dialog that pauses video playback" } + }, + "timestampPeek": { + "enable": { + "label": "Timestamp Preview", + "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." + } } }, "title": "Miscellaneous settings" From 389a202996141afd4a073c3b80457eb4f52e36a1 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 3 Feb 2026 23:56:58 -0500 Subject: [PATCH 1627/1783] New translations en-us.json (English, United Kingdom) --- public/locales/en-GB.json | 47 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/public/locales/en-GB.json b/public/locales/en-GB.json index 9fc61d421..cd1f24e3f 100644 --- a/public/locales/en-GB.json +++ b/public/locales/en-GB.json @@ -58,6 +58,15 @@ } } }, + "miniPlayerButton": { + "button": { + "label": "Mini Player", + "toggle": { + "off": "Mini Player off", + "on": "Mini Player on" + } + } + }, "openTranscriptButton": { "button": { "label": "Open transcript" @@ -151,6 +160,7 @@ "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", "maximizePlayerButton": "Maximize button", + "miniPlayerButton": "Mini Player button", "openTranscriptButton": "Open Transcript button", "rewindButton": "Rewind button", "screenshotButton": "Screenshot button", @@ -273,6 +283,37 @@ }, "settings": { "sections": { + "miniPlayer": { + "button": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, + "enable": { + "label": "Open Mini Player when viewing comments", + "title": "Automatically opens the Mini Player when you scroll to comments." + }, + "settings": { + "position": { + "select": { + "label": "Default Mini Player position", + "options": { + "bottomCenter": "Bottom center", + "bottomLeft": "Bottom left", + "bottomRight": "Bottom right", + "topCenter": "Top center", + "topLeft": "Top left", + "topRight": "Top right" + }, + "title": "Sets the starting position before you move the Mini Player." + } + }, + "size": { + "label": "Default Mini Player size", + "title": "Sets the initial size before you resize the Mini Player." + } + }, + "title": "Mini Player settings" + }, "customCSS": { "enable": { "label": "Custom CSS", @@ -556,6 +597,12 @@ "label": "Skip \"Video is paused. Continue watching?\"", "title": "Skips the idle dialog that pauses video playback" } + }, + "timestampPeek": { + "enable": { + "label": "Timestamp Preview", + "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." + } } }, "title": "Miscellaneous settings" From b29dcfb20a1e863ce0ddf2ad5881b4aac7b39952 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 4 Feb 2026 07:29:18 -0500 Subject: [PATCH 1628/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 60 +++++++++++++++++++-------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index 7675a6d1b..e6461a240 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -60,10 +60,10 @@ }, "miniPlayerButton": { "button": { - "label": "Mini Player", + "label": "Mini riproduttore", "toggle": { - "off": "Mini Player off", - "on": "Mini Player on" + "off": "Mini riproduttore inattivo", + "on": "Mini riproduttore attivo" } } }, @@ -160,7 +160,7 @@ "increasePlaybackSpeedButton": "Pulsante Aumenta velocità", "loopButton": "Pulsante Ripeti", "maximizePlayerButton": "Pulsante Massimizza", - "miniPlayerButton": "Mini Player button", + "miniPlayerButton": "Pulsante Mini riproduttore", "openTranscriptButton": "Pulsante Apri trascrizione", "rewindButton": "Pulsante Riavvolgi", "screenshotButton": "Pulsante Schermata", @@ -229,8 +229,8 @@ "title": "Lingua" }, "openSettingsOnMajorOrMinorVersionChange": { - "label": "Open settings page on update", - "title": "Opens the settings page when a major or minor version of YouTube Enhancer is installed" + "label": "Apri la pagina delle impostazioni dopo l'aggiornamento", + "title": "Apre la pagina delle impostazioni quando è installata una versione più recente o antecedente di YouTube Enhancer" }, "optionDisabled": { "either": { @@ -245,8 +245,8 @@ "specificOption": { "featureMenu": "Configura almeno un pulsante da posizionare nel menu' delle funzioni per configurare questa opzione.", "screenshotButtonFileFormat": "Imposta il tipo di salvataggio della schermata su 'File' o 'Entrambi' per configurare questa opzione", - "globalVolume": "Disable 'Remember last volume' to configure this option", - "rememberVolume": "Disable 'Global volume' to configure this option" + "globalVolume": "Disabilita 'Ricorda ultimo volume' per configurare questa opzione", + "rememberVolume": "Disabilita 'Volume globale' per configurare questa opzione" } }, "scrollForMoreSettings": "Scorri per altre impostazioni", @@ -285,34 +285,34 @@ "sections": { "miniPlayer": { "button": { - "label": "Mini Player button", - "title": "Adds a button that opens the Mini Player" + "label": "Pulsante Mini riproduttore", + "title": "Aggiunge un pulsante che apre il mini riproduttore" }, "enable": { - "label": "Open Mini Player when viewing comments", - "title": "Automatically opens the Mini Player when you scroll to comments." + "label": "Apri Mini riproduttore quando si visualizzano i commenti", + "title": "Apre automaticamente il Mini riproduttore quando scorri verso i commenti." }, "settings": { "position": { "select": { - "label": "Default Mini Player position", + "label": "Posizione del mini riproduttore predefinita", "options": { - "bottomCenter": "Bottom center", - "bottomLeft": "Bottom left", - "bottomRight": "Bottom right", - "topCenter": "Top center", - "topLeft": "Top left", - "topRight": "Top right" + "bottomCenter": "In basso al centro", + "bottomLeft": "In basso a sinistra", + "bottomRight": "In basso a destra", + "topCenter": "In alto al centro", + "topLeft": "Alto - sinistra", + "topRight": "In alto a destra" }, - "title": "Sets the starting position before you move the Mini Player." + "title": "Imposta la posizione di partenza prima di spostare il Mini riproduttore." } }, "size": { - "label": "Default Mini Player size", - "title": "Sets the initial size before you resize the Mini Player." + "label": "Dimensione predefinita del mini riproduttore", + "title": "Imposta la dimensione iniziale prima di ridimensionare il mini riproduttore." } }, - "title": "Mini Player settings" + "title": "Impostazioni mini riproduttore" }, "customCSS": { "enable": { @@ -600,8 +600,8 @@ }, "timestampPeek": { "enable": { - "label": "Timestamp Preview", - "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." + "label": "Anteprima marcatura oraria", + "title": "Mostra in anteprima il video puntando un marcatore temporale. Clicca l'anteprima per iniziare la riproduzione da quel momento." } } }, @@ -873,16 +873,16 @@ }, "globalVolume": { "enable": { - "label": "Always start videos with this volume", - "title": "Makes all videos begin at your selected volume automatically" + "label": "Avvia sempre video usando questo volume", + "title": "Inizia automaticamente tutti i video usando il volume selezionato" }, "settings": { "amount": { - "label": "Video start volume", - "title": "The volume applied to every video when it begins playing" + "label": "Volume iniziale video", + "title": "Il volume assegnato a ogni video quando inizia la riproduzione" } }, - "title": "Global Volume Override" + "title": "Sovrascrittura volume globale" } } } From a12538e76628f241de42f0ef2c6b4bbd9b690192 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 4 Feb 2026 07:29:20 -0500 Subject: [PATCH 1629/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 60 +++++++++++++++++++-------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index 991b9acab..4302b70c3 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -60,10 +60,10 @@ }, "miniPlayerButton": { "button": { - "label": "Mini Player", + "label": "迷你播放器", "toggle": { - "off": "Mini Player off", - "on": "Mini Player on" + "off": "迷你播放器关闭", + "on": "迷你播放器开启" } } }, @@ -160,7 +160,7 @@ "increasePlaybackSpeedButton": "增加速度按钮", "loopButton": "循环按钮", "maximizePlayerButton": "最大化按钮", - "miniPlayerButton": "Mini Player button", + "miniPlayerButton": "迷你播放器按钮", "openTranscriptButton": "转写文稿按钮", "rewindButton": "快退按钮", "screenshotButton": "屏幕截图按钮", @@ -229,8 +229,8 @@ "title": "语言" }, "openSettingsOnMajorOrMinorVersionChange": { - "label": "Open settings page on update", - "title": "Opens the settings page when a major or minor version of YouTube Enhancer is installed" + "label": "在更新时打开设置页面", + "title": "当安装YouTube Enhancer的主要或次要版本时打开设置页面" }, "optionDisabled": { "either": { @@ -245,8 +245,8 @@ "specificOption": { "featureMenu": "配置至少一个按钮放置在功能菜单中以配置此选项。", "screenshotButtonFileFormat": "将屏幕截图保存类型设置为“文件”或“全部”以配置此选项", - "globalVolume": "Disable 'Remember last volume' to configure this option", - "rememberVolume": "Disable 'Global volume' to configure this option" + "globalVolume": "禁用“记住最后一个音量”来配置此选项", + "rememberVolume": "禁用“全局音量”来配置此选项" } }, "scrollForMoreSettings": "滚动以查看更多设置", @@ -285,34 +285,34 @@ "sections": { "miniPlayer": { "button": { - "label": "Mini Player button", - "title": "Adds a button that opens the Mini Player" + "label": "迷你播放器按钮", + "title": "添加打开迷你播放器的按钮" }, "enable": { - "label": "Open Mini Player when viewing comments", - "title": "Automatically opens the Mini Player when you scroll to comments." + "label": "查看评论时打开迷你播放器", + "title": "当您滚动到评论时自动打开迷你播放器。" }, "settings": { "position": { "select": { - "label": "Default Mini Player position", + "label": "默认迷你播放器位置", "options": { - "bottomCenter": "Bottom center", - "bottomLeft": "Bottom left", - "bottomRight": "Bottom right", - "topCenter": "Top center", - "topLeft": "Top left", - "topRight": "Top right" + "bottomCenter": "底部居中", + "bottomLeft": "左下角", + "bottomRight": "右下角", + "topCenter": "顶部居中", + "topLeft": "左上角", + "topRight": "右上角" }, - "title": "Sets the starting position before you move the Mini Player." + "title": "设置移动迷你播放器之前的起始位置。" } }, "size": { - "label": "Default Mini Player size", - "title": "Sets the initial size before you resize the Mini Player." + "label": "默认迷你播放器大小", + "title": "设置缩放迷你播放器之前的起始大小。" } }, - "title": "Mini Player settings" + "title": "迷你播放器设置" }, "customCSS": { "enable": { @@ -600,8 +600,8 @@ }, "timestampPeek": { "enable": { - "label": "Timestamp Preview", - "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." + "label": "时间戳预览", + "title": "通过悬停在时间戳预览视频。点击预览开始播放。" } } }, @@ -873,16 +873,16 @@ }, "globalVolume": { "enable": { - "label": "Always start videos with this volume", - "title": "Makes all videos begin at your selected volume automatically" + "label": "总是以此音量开始视频", + "title": "自动让所有视频以您选定的音量开始播放" }, "settings": { "amount": { - "label": "Video start volume", - "title": "The volume applied to every video when it begins playing" + "label": "视频起始音量", + "title": "每个视频开始播放时都使用该音量" } }, - "title": "Global Volume Override" + "title": "全局音量覆盖" } } } From efa3ec42b3d0be2ab274cbde70900df78c17711e Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 4 Feb 2026 11:59:41 -0500 Subject: [PATCH 1630/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index 91cda4e75..dd16455dd 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -229,8 +229,8 @@ "title": "Dil" }, "openSettingsOnMajorOrMinorVersionChange": { - "label": "Open settings page on update", - "title": "Opens the settings page when a major or minor version of YouTube Enhancer is installed" + "label": "Güncelleme sırasında ayarlar sayfasını açın", + "title": "YouTube Enhancer'ın ana veya alt sürümü yüklendiğinde ayarlar sayfasını açar" }, "optionDisabled": { "either": { @@ -874,11 +874,11 @@ "globalVolume": { "enable": { "label": "Always start videos with this volume", - "title": "Makes all videos begin at your selected volume automatically" + "title": "Tüm videoların otomatik olarak seçtiğiniz ses seviyesinde başlamasını sağlar" }, "settings": { "amount": { - "label": "Video start volume", + "label": "Video başlangıç sesi", "title": "The volume applied to every video when it begins playing" } }, From 39e2aa7c5d9be8206b351b08edda989abc636708 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 4 Feb 2026 13:11:41 -0500 Subject: [PATCH 1631/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index dd16455dd..1e8d3dc80 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -245,8 +245,8 @@ "specificOption": { "featureMenu": "Bu seçeneği yapılandırmak için özellik menüsüne yerleştirilecek en az bir düğmeyi yapılandırın.", "screenshotButtonFileFormat": "Bu seçeneği yapılandırabilmek için ekran görüntüsü kaydetme türünü ‘Dosya’ veya ‘Her İkisi’ olarak ayarlayın", - "globalVolume": "Disable 'Remember last volume' to configure this option", - "rememberVolume": "Disable 'Global volume' to configure this option" + "globalVolume": "Bu seçeneği yapılandırmak için 'Son ses seviyesini hatırla' seçeneğini devre dışı bırakın", + "rememberVolume": "Bu seçeneği yapılandırmak için 'Evrensel sesi' devre dışı bırakın" } }, "scrollForMoreSettings": "Daha fazla ayar için kaydırın", @@ -873,7 +873,7 @@ }, "globalVolume": { "enable": { - "label": "Always start videos with this volume", + "label": "Videoları her zaman bu ses seviyesiyle başlatın", "title": "Tüm videoların otomatik olarak seçtiğiniz ses seviyesinde başlamasını sağlar" }, "settings": { From 22ad3240f56fef11ddf6385c5c5cb0ebf6227f74 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 11 Feb 2026 07:00:55 -0500 Subject: [PATCH 1632/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index 7045a2853..a8a1ba5b4 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -60,10 +60,10 @@ }, "miniPlayerButton": { "button": { - "label": "Mini Player", + "label": "Minispelare", "toggle": { - "off": "Mini Player off", - "on": "Mini Player on" + "off": "Minispelare av", + "on": "Minispelare på" } } }, @@ -160,7 +160,7 @@ "increasePlaybackSpeedButton": "Knapp för att öka hastigheten", "loopButton": "Slingknapp", "maximizePlayerButton": "Maximeraknapp", - "miniPlayerButton": "Mini Player button", + "miniPlayerButton": "Minispelarknapp", "openTranscriptButton": "Transkriptknapp", "rewindButton": "Återspolningsknapp", "screenshotButton": "Skärmbildsknapp", @@ -245,8 +245,8 @@ "specificOption": { "featureMenu": "Konfigurera minst en knapp som ska placeras i funktionsmenyn för att konfigurera det här alternativet.", "screenshotButtonFileFormat": "Ställ in skärmbildens bildtyp till 'fil' eller 'båda' för att konfigurera detta alternativ", - "globalVolume": "Disable 'Remember last volume' to configure this option", - "rememberVolume": "Disable 'Global volume' to configure this option" + "globalVolume": "Inaktivera 'Kom ihåg senaste volym' för att konfigurera detta alternativ", + "rememberVolume": "Inaktivera 'Global volym' för att konfigurera detta alternativ" } }, "scrollForMoreSettings": "Rulla för fler inställningar", @@ -285,11 +285,11 @@ "sections": { "miniPlayer": { "button": { - "label": "Mini Player button", - "title": "Adds a button that opens the Mini Player" + "label": "Minispelarknapp", + "title": "Lägger till en knapp som öppnar Minispelaren" }, "enable": { - "label": "Open Mini Player when viewing comments", + "label": "Öppna Minispelare när du tittar på kommentarer", "title": "Automatically opens the Mini Player when you scroll to comments." }, "settings": { From 849f5c76cd80379f48220c20378112e935f98037 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 11 Feb 2026 09:32:37 -0500 Subject: [PATCH 1633/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index a8a1ba5b4..66be50369 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -290,29 +290,29 @@ }, "enable": { "label": "Öppna Minispelare när du tittar på kommentarer", - "title": "Automatically opens the Mini Player when you scroll to comments." + "title": "Öppnar automatiskt Minispelaren när du bläddrar i kommentarerna." }, "settings": { "position": { "select": { - "label": "Default Mini Player position", + "label": "Standardplats för Minispelaren", "options": { - "bottomCenter": "Bottom center", - "bottomLeft": "Bottom left", - "bottomRight": "Bottom right", - "topCenter": "Top center", - "topLeft": "Top left", - "topRight": "Top right" + "bottomCenter": "Nederst i mitten", + "bottomLeft": "Nederst till vänster", + "bottomRight": "Nederst till höger", + "topCenter": "Överst i mitten", + "topLeft": "Överst till vänster", + "topRight": "Överst till höger" }, - "title": "Sets the starting position before you move the Mini Player." + "title": "Ställer in startplatsen innan du flyttar Minispelaren." } }, "size": { - "label": "Default Mini Player size", - "title": "Sets the initial size before you resize the Mini Player." + "label": "Standardstorlek för Minispelaren", + "title": "Ställer in den ursprungliga storleken innan du ändrar storlek på Minispelaren." } }, - "title": "Mini Player settings" + "title": "Inställningar för Minispelare" }, "customCSS": { "enable": { @@ -600,8 +600,8 @@ }, "timestampPeek": { "enable": { - "label": "Timestamp Preview", - "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." + "label": "Förhandsgranskning för tidsstämpel", + "title": "Förhandsgranska videon genom att hålla muspekaren över en tidsstämpel. Klicka på förhandsgranskningen för att starta uppspelningen från det ögonblicket." } } }, @@ -873,16 +873,16 @@ }, "globalVolume": { "enable": { - "label": "Always start videos with this volume", - "title": "Makes all videos begin at your selected volume automatically" + "label": "Starta alltid videor med den här volymen", + "title": "Får alla videor att börja med din valda volym" }, "settings": { "amount": { - "label": "Video start volume", - "title": "The volume applied to every video when it begins playing" + "label": "Videons startvolym", + "title": "Volymen används på varje video när den börjar spelas upp" } }, - "title": "Global Volume Override" + "title": "Global volymöverskridning" } } } From 702718c506d584ea78ff024d6fca039d1352e23c Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 12 Feb 2026 19:55:52 -0500 Subject: [PATCH 1634/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 98 +++++++++++++++++++++------------------ 1 file changed, 52 insertions(+), 46 deletions(-) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index db05fffcb..255e8a761 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -244,9 +244,9 @@ "singular": "Ative o '{{OPTION}}' para configurar esta opção", "specificOption": { "featureMenu": "Altere pelo menos um botão no menu de recursos para configurar esta opção.", - "screenshotButtonFileFormat": "Defina o tipo de salvamento da captura de tela como 'Arquivo' ou 'Ambos' para configurar esta opção", "globalVolume": "Disable 'Remember last volume' to configure this option", - "rememberVolume": "Disable 'Global volume' to configure this option" + "rememberVolume": "Disable 'Global volume' to configure this option", + "screenshotButtonFileFormat": "Defina o tipo de salvamento da captura de tela como 'Arquivo' ou 'Ambos' para configurar esta opção" } }, "scrollForMoreSettings": "Role para mais opções", @@ -283,37 +283,6 @@ }, "settings": { "sections": { - "miniPlayer": { - "button": { - "label": "Mini Player button", - "title": "Adds a button that opens the Mini Player" - }, - "enable": { - "label": "Open Mini Player when viewing comments", - "title": "Automatically opens the Mini Player when you scroll to comments." - }, - "settings": { - "position": { - "select": { - "label": "Default Mini Player position", - "options": { - "bottomCenter": "Bottom center", - "bottomLeft": "Bottom left", - "bottomRight": "Bottom right", - "topCenter": "Top center", - "topLeft": "Top left", - "topRight": "Top right" - }, - "title": "Sets the starting position before you move the Mini Player." - } - }, - "size": { - "label": "Default Mini Player size", - "title": "Sets the initial size before you resize the Mini Player." - } - }, - "title": "Mini Player settings" - }, "customCSS": { "enable": { "label": "CSS personalizado", @@ -386,6 +355,50 @@ }, "title": "Opções de avançar/voltar" }, + "globalVolume": { + "enable": { + "label": "Always start videos with this volume", + "title": "Makes all videos begin at your selected volume automatically" + }, + "settings": { + "amount": { + "label": "Video start volume", + "title": "The volume applied to every video when it begins playing" + } + }, + "title": "Global Volume Override" + }, + "miniPlayer": { + "button": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, + "enable": { + "label": "Open Mini Player when viewing comments", + "title": "Automatically opens the Mini Player when you scroll to comments." + }, + "settings": { + "position": { + "select": { + "label": "Default Mini Player position", + "options": { + "bottomCenter": "Bottom center", + "bottomLeft": "Bottom left", + "bottomRight": "Bottom right", + "topCenter": "Top center", + "topLeft": "Top left", + "topRight": "Top right" + }, + "title": "Sets the starting position before you move the Mini Player." + } + }, + "size": { + "label": "Default Mini Player size", + "title": "Sets the initial size before you resize the Mini Player." + } + }, + "title": "Mini Player settings" + }, "miscellaneous": { "settings": { "automaticTheaterMode": { @@ -430,6 +443,12 @@ "title": "Mostra automaticamente mais vídeos na tela final do vídeo" } }, + "blockNumberKeySeeking": { + "enable": { + "label": "Block number key seeking", + "title": "Prevents pressing 0-9 from jumping to a percentage of the video" + } + }, "copyTimestampUrlButton": { "enable": { "label": "Copiar URL do vídeo com o botão de minutagem", @@ -870,19 +889,6 @@ } }, "title": "Opções de aumento de volume" - }, - "globalVolume": { - "enable": { - "label": "Always start videos with this volume", - "title": "Makes all videos begin at your selected volume automatically" - }, - "settings": { - "amount": { - "label": "Video start volume", - "title": "The volume applied to every video when it begins playing" - } - }, - "title": "Global Volume Override" } } } From e44acee89c8797b954f236a13d75ab47b339d6f5 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 12 Feb 2026 19:55:54 -0500 Subject: [PATCH 1635/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 98 +++++++++++++++++++++------------------ 1 file changed, 52 insertions(+), 46 deletions(-) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index 66be50369..f5f0a1799 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -244,9 +244,9 @@ "singular": "Aktivera {{OPTION}} för att konfigurera detta alternativ", "specificOption": { "featureMenu": "Konfigurera minst en knapp som ska placeras i funktionsmenyn för att konfigurera det här alternativet.", - "screenshotButtonFileFormat": "Ställ in skärmbildens bildtyp till 'fil' eller 'båda' för att konfigurera detta alternativ", "globalVolume": "Inaktivera 'Kom ihåg senaste volym' för att konfigurera detta alternativ", - "rememberVolume": "Inaktivera 'Global volym' för att konfigurera detta alternativ" + "rememberVolume": "Inaktivera 'Global volym' för att konfigurera detta alternativ", + "screenshotButtonFileFormat": "Ställ in skärmbildens bildtyp till 'fil' eller 'båda' för att konfigurera detta alternativ" } }, "scrollForMoreSettings": "Rulla för fler inställningar", @@ -283,37 +283,6 @@ }, "settings": { "sections": { - "miniPlayer": { - "button": { - "label": "Minispelarknapp", - "title": "Lägger till en knapp som öppnar Minispelaren" - }, - "enable": { - "label": "Öppna Minispelare när du tittar på kommentarer", - "title": "Öppnar automatiskt Minispelaren när du bläddrar i kommentarerna." - }, - "settings": { - "position": { - "select": { - "label": "Standardplats för Minispelaren", - "options": { - "bottomCenter": "Nederst i mitten", - "bottomLeft": "Nederst till vänster", - "bottomRight": "Nederst till höger", - "topCenter": "Överst i mitten", - "topLeft": "Överst till vänster", - "topRight": "Överst till höger" - }, - "title": "Ställer in startplatsen innan du flyttar Minispelaren." - } - }, - "size": { - "label": "Standardstorlek för Minispelaren", - "title": "Ställer in den ursprungliga storleken innan du ändrar storlek på Minispelaren." - } - }, - "title": "Inställningar för Minispelare" - }, "customCSS": { "enable": { "label": "Anpassad CSS", @@ -386,6 +355,50 @@ }, "title": "Inställningar för knapparna spola framåt/återspola" }, + "globalVolume": { + "enable": { + "label": "Starta alltid videor med den här volymen", + "title": "Får alla videor att börja med din valda volym" + }, + "settings": { + "amount": { + "label": "Videons startvolym", + "title": "Volymen används på varje video när den börjar spelas upp" + } + }, + "title": "Global volymöverskridning" + }, + "miniPlayer": { + "button": { + "label": "Minispelarknapp", + "title": "Lägger till en knapp som öppnar Minispelaren" + }, + "enable": { + "label": "Öppna Minispelare när du tittar på kommentarer", + "title": "Öppnar automatiskt Minispelaren när du bläddrar i kommentarerna." + }, + "settings": { + "position": { + "select": { + "label": "Standardplats för Minispelaren", + "options": { + "bottomCenter": "Nederst i mitten", + "bottomLeft": "Nederst till vänster", + "bottomRight": "Nederst till höger", + "topCenter": "Överst i mitten", + "topLeft": "Överst till vänster", + "topRight": "Överst till höger" + }, + "title": "Ställer in startplatsen innan du flyttar Minispelaren." + } + }, + "size": { + "label": "Standardstorlek för Minispelaren", + "title": "Ställer in den ursprungliga storleken innan du ändrar storlek på Minispelaren." + } + }, + "title": "Inställningar för Minispelare" + }, "miscellaneous": { "settings": { "automaticTheaterMode": { @@ -430,6 +443,12 @@ "title": "Visa automatiskt fler videor på slutskärmen när du laddar en video" } }, + "blockNumberKeySeeking": { + "enable": { + "label": "Block number key seeking", + "title": "Prevents pressing 0-9 from jumping to a percentage of the video" + } + }, "copyTimestampUrlButton": { "enable": { "label": "Kopiera videons webbadress med tidsstämpelknappen", @@ -870,19 +889,6 @@ } }, "title": "Inställningar för volymökning" - }, - "globalVolume": { - "enable": { - "label": "Starta alltid videor med den här volymen", - "title": "Får alla videor att börja med din valda volym" - }, - "settings": { - "amount": { - "label": "Videons startvolym", - "title": "Volymen används på varje video när den börjar spelas upp" - } - }, - "title": "Global volymöverskridning" } } } From 201adfd5890ceb052eb265bf507fb245648ad424 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 12 Feb 2026 19:55:55 -0500 Subject: [PATCH 1636/1783] New translations en-us.json (Catalan) --- public/locales/ca-ES.json | 98 +++++++++++++++++++++------------------ 1 file changed, 52 insertions(+), 46 deletions(-) diff --git a/public/locales/ca-ES.json b/public/locales/ca-ES.json index 72043c487..d4e29329f 100644 --- a/public/locales/ca-ES.json +++ b/public/locales/ca-ES.json @@ -244,9 +244,9 @@ "singular": "Enable '{{OPTION}}' to configure this option", "specificOption": { "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option", "globalVolume": "Disable 'Remember last volume' to configure this option", - "rememberVolume": "Disable 'Global volume' to configure this option" + "rememberVolume": "Disable 'Global volume' to configure this option", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" } }, "scrollForMoreSettings": "Scroll for more settings", @@ -283,37 +283,6 @@ }, "settings": { "sections": { - "miniPlayer": { - "button": { - "label": "Mini Player button", - "title": "Adds a button that opens the Mini Player" - }, - "enable": { - "label": "Open Mini Player when viewing comments", - "title": "Automatically opens the Mini Player when you scroll to comments." - }, - "settings": { - "position": { - "select": { - "label": "Default Mini Player position", - "options": { - "bottomCenter": "Bottom center", - "bottomLeft": "Bottom left", - "bottomRight": "Bottom right", - "topCenter": "Top center", - "topLeft": "Top left", - "topRight": "Top right" - }, - "title": "Sets the starting position before you move the Mini Player." - } - }, - "size": { - "label": "Default Mini Player size", - "title": "Sets the initial size before you resize the Mini Player." - } - }, - "title": "Mini Player settings" - }, "customCSS": { "enable": { "label": "Custom CSS", @@ -386,6 +355,50 @@ }, "title": "Forward/rewind button settings" }, + "globalVolume": { + "enable": { + "label": "Always start videos with this volume", + "title": "Makes all videos begin at your selected volume automatically" + }, + "settings": { + "amount": { + "label": "Video start volume", + "title": "The volume applied to every video when it begins playing" + } + }, + "title": "Global Volume Override" + }, + "miniPlayer": { + "button": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, + "enable": { + "label": "Open Mini Player when viewing comments", + "title": "Automatically opens the Mini Player when you scroll to comments." + }, + "settings": { + "position": { + "select": { + "label": "Default Mini Player position", + "options": { + "bottomCenter": "Bottom center", + "bottomLeft": "Bottom left", + "bottomRight": "Bottom right", + "topCenter": "Top center", + "topLeft": "Top left", + "topRight": "Top right" + }, + "title": "Sets the starting position before you move the Mini Player." + } + }, + "size": { + "label": "Default Mini Player size", + "title": "Sets the initial size before you resize the Mini Player." + } + }, + "title": "Mini Player settings" + }, "miscellaneous": { "settings": { "automaticTheaterMode": { @@ -430,6 +443,12 @@ "title": "Automatically shows more videos on end screen when you load a video" } }, + "blockNumberKeySeeking": { + "enable": { + "label": "Block number key seeking", + "title": "Prevents pressing 0-9 from jumping to a percentage of the video" + } + }, "copyTimestampUrlButton": { "enable": { "label": "Copy video URL with timestamp button", @@ -870,19 +889,6 @@ } }, "title": "Volume boost settings" - }, - "globalVolume": { - "enable": { - "label": "Always start videos with this volume", - "title": "Makes all videos begin at your selected volume automatically" - }, - "settings": { - "amount": { - "label": "Video start volume", - "title": "The volume applied to every video when it begins playing" - } - }, - "title": "Global Volume Override" } } } From 270994344e5e362a6610c6d285f7769568e1b309 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 12 Feb 2026 19:55:57 -0500 Subject: [PATCH 1637/1783] New translations en-us.json (French) --- public/locales/fr-FR.json | 98 +++++++++++++++++++++------------------ 1 file changed, 52 insertions(+), 46 deletions(-) diff --git a/public/locales/fr-FR.json b/public/locales/fr-FR.json index 782a1705c..0eaa1a47f 100644 --- a/public/locales/fr-FR.json +++ b/public/locales/fr-FR.json @@ -244,9 +244,9 @@ "singular": "Enable '{{OPTION}}' to configure this option", "specificOption": { "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option", "globalVolume": "Disable 'Remember last volume' to configure this option", - "rememberVolume": "Disable 'Global volume' to configure this option" + "rememberVolume": "Disable 'Global volume' to configure this option", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" } }, "scrollForMoreSettings": "Scroll for more settings", @@ -283,37 +283,6 @@ }, "settings": { "sections": { - "miniPlayer": { - "button": { - "label": "Mini Player button", - "title": "Adds a button that opens the Mini Player" - }, - "enable": { - "label": "Open Mini Player when viewing comments", - "title": "Automatically opens the Mini Player when you scroll to comments." - }, - "settings": { - "position": { - "select": { - "label": "Default Mini Player position", - "options": { - "bottomCenter": "Bottom center", - "bottomLeft": "Bottom left", - "bottomRight": "Bottom right", - "topCenter": "Top center", - "topLeft": "Top left", - "topRight": "Top right" - }, - "title": "Sets the starting position before you move the Mini Player." - } - }, - "size": { - "label": "Default Mini Player size", - "title": "Sets the initial size before you resize the Mini Player." - } - }, - "title": "Mini Player settings" - }, "customCSS": { "enable": { "label": "Custom CSS", @@ -386,6 +355,50 @@ }, "title": "Forward/rewind button settings" }, + "globalVolume": { + "enable": { + "label": "Always start videos with this volume", + "title": "Makes all videos begin at your selected volume automatically" + }, + "settings": { + "amount": { + "label": "Video start volume", + "title": "The volume applied to every video when it begins playing" + } + }, + "title": "Global Volume Override" + }, + "miniPlayer": { + "button": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, + "enable": { + "label": "Open Mini Player when viewing comments", + "title": "Automatically opens the Mini Player when you scroll to comments." + }, + "settings": { + "position": { + "select": { + "label": "Default Mini Player position", + "options": { + "bottomCenter": "Bottom center", + "bottomLeft": "Bottom left", + "bottomRight": "Bottom right", + "topCenter": "Top center", + "topLeft": "Top left", + "topRight": "Top right" + }, + "title": "Sets the starting position before you move the Mini Player." + } + }, + "size": { + "label": "Default Mini Player size", + "title": "Sets the initial size before you resize the Mini Player." + } + }, + "title": "Mini Player settings" + }, "miscellaneous": { "settings": { "automaticTheaterMode": { @@ -430,6 +443,12 @@ "title": "Automatically shows more videos on end screen when you load a video" } }, + "blockNumberKeySeeking": { + "enable": { + "label": "Block number key seeking", + "title": "Prevents pressing 0-9 from jumping to a percentage of the video" + } + }, "copyTimestampUrlButton": { "enable": { "label": "Bouton de copie de l'URL avec timestamp", @@ -870,19 +889,6 @@ } }, "title": "Réglages de du gain du volume" - }, - "globalVolume": { - "enable": { - "label": "Always start videos with this volume", - "title": "Makes all videos begin at your selected volume automatically" - }, - "settings": { - "amount": { - "label": "Video start volume", - "title": "The volume applied to every video when it begins playing" - } - }, - "title": "Global Volume Override" } } } From 35e5bda906f2afe754b7d1368cd05ab8034619ab Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 12 Feb 2026 19:55:58 -0500 Subject: [PATCH 1638/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 98 +++++++++++++++++++++------------------ 1 file changed, 52 insertions(+), 46 deletions(-) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index 7f1692e37..f57bdf2f1 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -244,9 +244,9 @@ "singular": "'{{OPTION}}' 設定を有効にする", "specificOption": { "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option", "globalVolume": "Disable 'Remember last volume' to configure this option", - "rememberVolume": "Disable 'Global volume' to configure this option" + "rememberVolume": "Disable 'Global volume' to configure this option", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" } }, "scrollForMoreSettings": "スクロールで設定の続きを表示", @@ -283,37 +283,6 @@ }, "settings": { "sections": { - "miniPlayer": { - "button": { - "label": "Mini Player button", - "title": "Adds a button that opens the Mini Player" - }, - "enable": { - "label": "Open Mini Player when viewing comments", - "title": "Automatically opens the Mini Player when you scroll to comments." - }, - "settings": { - "position": { - "select": { - "label": "Default Mini Player position", - "options": { - "bottomCenter": "Bottom center", - "bottomLeft": "Bottom left", - "bottomRight": "Bottom right", - "topCenter": "Top center", - "topLeft": "Top left", - "topRight": "Top right" - }, - "title": "Sets the starting position before you move the Mini Player." - } - }, - "size": { - "label": "Default Mini Player size", - "title": "Sets the initial size before you resize the Mini Player." - } - }, - "title": "Mini Player settings" - }, "customCSS": { "enable": { "label": "カスタムCSSを可能にする", @@ -386,6 +355,50 @@ }, "title": "早送/リワインドボタン設定" }, + "globalVolume": { + "enable": { + "label": "Always start videos with this volume", + "title": "Makes all videos begin at your selected volume automatically" + }, + "settings": { + "amount": { + "label": "Video start volume", + "title": "The volume applied to every video when it begins playing" + } + }, + "title": "Global Volume Override" + }, + "miniPlayer": { + "button": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, + "enable": { + "label": "Open Mini Player when viewing comments", + "title": "Automatically opens the Mini Player when you scroll to comments." + }, + "settings": { + "position": { + "select": { + "label": "Default Mini Player position", + "options": { + "bottomCenter": "Bottom center", + "bottomLeft": "Bottom left", + "bottomRight": "Bottom right", + "topCenter": "Top center", + "topLeft": "Top left", + "topRight": "Top right" + }, + "title": "Sets the starting position before you move the Mini Player." + } + }, + "size": { + "label": "Default Mini Player size", + "title": "Sets the initial size before you resize the Mini Player." + } + }, + "title": "Mini Player settings" + }, "miscellaneous": { "settings": { "automaticTheaterMode": { @@ -430,6 +443,12 @@ "title": "Automatically shows more videos on end screen when you load a video" } }, + "blockNumberKeySeeking": { + "enable": { + "label": "Block number key seeking", + "title": "Prevents pressing 0-9 from jumping to a percentage of the video" + } + }, "copyTimestampUrlButton": { "enable": { "label": "タイムスタンプ付きの動画URLをコピーのボタン", @@ -870,19 +889,6 @@ } }, "title": "音量ブーストの設定" - }, - "globalVolume": { - "enable": { - "label": "Always start videos with this volume", - "title": "Makes all videos begin at your selected volume automatically" - }, - "settings": { - "amount": { - "label": "Video start volume", - "title": "The volume applied to every video when it begins playing" - } - }, - "title": "Global Volume Override" } } } From 2c06aae1763c5eaae439f37d8e653de28356de3d Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 12 Feb 2026 19:55:59 -0500 Subject: [PATCH 1639/1783] New translations en-us.json (Spanish) --- public/locales/es-ES.json | 98 +++++++++++++++++++++------------------ 1 file changed, 52 insertions(+), 46 deletions(-) diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index d56a0e7a0..eadb89ee3 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -244,9 +244,9 @@ "singular": "Habilitar '{{OPTION}}' para configurar esta opción", "specificOption": { "featureMenu": "Configure al menos un botón para colocarse en el menú de funciones para configurar esta opción.", - "screenshotButtonFileFormat": "Establecer el tipo de guardado de captura de pantalla a 'Archivo' o 'Ambos' para configurar esta opción", "globalVolume": "Disable 'Remember last volume' to configure this option", - "rememberVolume": "Disable 'Global volume' to configure this option" + "rememberVolume": "Disable 'Global volume' to configure this option", + "screenshotButtonFileFormat": "Establecer el tipo de guardado de captura de pantalla a 'Archivo' o 'Ambos' para configurar esta opción" } }, "scrollForMoreSettings": "Desplazar para más ajustes", @@ -283,37 +283,6 @@ }, "settings": { "sections": { - "miniPlayer": { - "button": { - "label": "Mini Player button", - "title": "Adds a button that opens the Mini Player" - }, - "enable": { - "label": "Open Mini Player when viewing comments", - "title": "Automatically opens the Mini Player when you scroll to comments." - }, - "settings": { - "position": { - "select": { - "label": "Default Mini Player position", - "options": { - "bottomCenter": "Bottom center", - "bottomLeft": "Bottom left", - "bottomRight": "Bottom right", - "topCenter": "Top center", - "topLeft": "Top left", - "topRight": "Top right" - }, - "title": "Sets the starting position before you move the Mini Player." - } - }, - "size": { - "label": "Default Mini Player size", - "title": "Sets the initial size before you resize the Mini Player." - } - }, - "title": "Mini Player settings" - }, "customCSS": { "enable": { "label": "Habilitar CSS personalizado", @@ -386,6 +355,50 @@ }, "title": "Ajustes del botón avanzar/retroceder" }, + "globalVolume": { + "enable": { + "label": "Always start videos with this volume", + "title": "Makes all videos begin at your selected volume automatically" + }, + "settings": { + "amount": { + "label": "Video start volume", + "title": "The volume applied to every video when it begins playing" + } + }, + "title": "Global Volume Override" + }, + "miniPlayer": { + "button": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, + "enable": { + "label": "Open Mini Player when viewing comments", + "title": "Automatically opens the Mini Player when you scroll to comments." + }, + "settings": { + "position": { + "select": { + "label": "Default Mini Player position", + "options": { + "bottomCenter": "Bottom center", + "bottomLeft": "Bottom left", + "bottomRight": "Bottom right", + "topCenter": "Top center", + "topLeft": "Top left", + "topRight": "Top right" + }, + "title": "Sets the starting position before you move the Mini Player." + } + }, + "size": { + "label": "Default Mini Player size", + "title": "Sets the initial size before you resize the Mini Player." + } + }, + "title": "Mini Player settings" + }, "miscellaneous": { "settings": { "automaticTheaterMode": { @@ -430,6 +443,12 @@ "title": "Automáticamente mostrar más videos en la pantalla final, al terminar un video" } }, + "blockNumberKeySeeking": { + "enable": { + "label": "Block number key seeking", + "title": "Prevents pressing 0-9 from jumping to a percentage of the video" + } + }, "copyTimestampUrlButton": { "enable": { "label": "Botón para copiar la URL con marca de tiempo", @@ -870,19 +889,6 @@ } }, "title": "Ajustes de potenciado de volumen" - }, - "globalVolume": { - "enable": { - "label": "Always start videos with this volume", - "title": "Makes all videos begin at your selected volume automatically" - }, - "settings": { - "amount": { - "label": "Video start volume", - "title": "The volume applied to every video when it begins playing" - } - }, - "title": "Global Volume Override" } } } From e08f809a401ff333ef04b28a0e04fca35dba494a Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 12 Feb 2026 19:56:00 -0500 Subject: [PATCH 1640/1783] New translations en-us.json (Czech) --- public/locales/cs-CZ.json | 98 +++++++++++++++++++++------------------ 1 file changed, 52 insertions(+), 46 deletions(-) diff --git a/public/locales/cs-CZ.json b/public/locales/cs-CZ.json index d7aacf62f..ee797021a 100644 --- a/public/locales/cs-CZ.json +++ b/public/locales/cs-CZ.json @@ -244,9 +244,9 @@ "singular": "Enable '{{OPTION}}' to configure this option", "specificOption": { "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option", "globalVolume": "Disable 'Remember last volume' to configure this option", - "rememberVolume": "Disable 'Global volume' to configure this option" + "rememberVolume": "Disable 'Global volume' to configure this option", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" } }, "scrollForMoreSettings": "Scroll for more settings", @@ -283,37 +283,6 @@ }, "settings": { "sections": { - "miniPlayer": { - "button": { - "label": "Mini Player button", - "title": "Adds a button that opens the Mini Player" - }, - "enable": { - "label": "Open Mini Player when viewing comments", - "title": "Automatically opens the Mini Player when you scroll to comments." - }, - "settings": { - "position": { - "select": { - "label": "Default Mini Player position", - "options": { - "bottomCenter": "Bottom center", - "bottomLeft": "Bottom left", - "bottomRight": "Bottom right", - "topCenter": "Top center", - "topLeft": "Top left", - "topRight": "Top right" - }, - "title": "Sets the starting position before you move the Mini Player." - } - }, - "size": { - "label": "Default Mini Player size", - "title": "Sets the initial size before you resize the Mini Player." - } - }, - "title": "Mini Player settings" - }, "customCSS": { "enable": { "label": "Custom CSS", @@ -386,6 +355,50 @@ }, "title": "Forward/rewind button settings" }, + "globalVolume": { + "enable": { + "label": "Always start videos with this volume", + "title": "Makes all videos begin at your selected volume automatically" + }, + "settings": { + "amount": { + "label": "Video start volume", + "title": "The volume applied to every video when it begins playing" + } + }, + "title": "Global Volume Override" + }, + "miniPlayer": { + "button": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, + "enable": { + "label": "Open Mini Player when viewing comments", + "title": "Automatically opens the Mini Player when you scroll to comments." + }, + "settings": { + "position": { + "select": { + "label": "Default Mini Player position", + "options": { + "bottomCenter": "Bottom center", + "bottomLeft": "Bottom left", + "bottomRight": "Bottom right", + "topCenter": "Top center", + "topLeft": "Top left", + "topRight": "Top right" + }, + "title": "Sets the starting position before you move the Mini Player." + } + }, + "size": { + "label": "Default Mini Player size", + "title": "Sets the initial size before you resize the Mini Player." + } + }, + "title": "Mini Player settings" + }, "miscellaneous": { "settings": { "automaticTheaterMode": { @@ -430,6 +443,12 @@ "title": "Automatically shows more videos on end screen when you load a video" } }, + "blockNumberKeySeeking": { + "enable": { + "label": "Block number key seeking", + "title": "Prevents pressing 0-9 from jumping to a percentage of the video" + } + }, "copyTimestampUrlButton": { "enable": { "label": "Copy video URL with timestamp button", @@ -870,19 +889,6 @@ } }, "title": "Volume boost settings" - }, - "globalVolume": { - "enable": { - "label": "Always start videos with this volume", - "title": "Makes all videos begin at your selected volume automatically" - }, - "settings": { - "amount": { - "label": "Video start volume", - "title": "The volume applied to every video when it begins playing" - } - }, - "title": "Global Volume Override" } } } From 697098079d2e505de6245cc2cd5fefe258e68199 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 12 Feb 2026 19:56:02 -0500 Subject: [PATCH 1641/1783] New translations en-us.json (German) --- public/locales/de-DE.json | 98 +++++++++++++++++++++------------------ 1 file changed, 52 insertions(+), 46 deletions(-) diff --git a/public/locales/de-DE.json b/public/locales/de-DE.json index 8ace7e975..c5398cf9d 100644 --- a/public/locales/de-DE.json +++ b/public/locales/de-DE.json @@ -244,9 +244,9 @@ "singular": "Enable '{{OPTION}}' to configure this option", "specificOption": { "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option", "globalVolume": "Disable 'Remember last volume' to configure this option", - "rememberVolume": "Disable 'Global volume' to configure this option" + "rememberVolume": "Disable 'Global volume' to configure this option", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" } }, "scrollForMoreSettings": "Weitere Einstellungen gibt es unten", @@ -283,37 +283,6 @@ }, "settings": { "sections": { - "miniPlayer": { - "button": { - "label": "Mini Player button", - "title": "Adds a button that opens the Mini Player" - }, - "enable": { - "label": "Open Mini Player when viewing comments", - "title": "Automatically opens the Mini Player when you scroll to comments." - }, - "settings": { - "position": { - "select": { - "label": "Default Mini Player position", - "options": { - "bottomCenter": "Bottom center", - "bottomLeft": "Bottom left", - "bottomRight": "Bottom right", - "topCenter": "Top center", - "topLeft": "Top left", - "topRight": "Top right" - }, - "title": "Sets the starting position before you move the Mini Player." - } - }, - "size": { - "label": "Default Mini Player size", - "title": "Sets the initial size before you resize the Mini Player." - } - }, - "title": "Mini Player settings" - }, "customCSS": { "enable": { "label": "Benutzerdefiniertes CSS", @@ -386,6 +355,50 @@ }, "title": "Forward/rewind button settings" }, + "globalVolume": { + "enable": { + "label": "Always start videos with this volume", + "title": "Makes all videos begin at your selected volume automatically" + }, + "settings": { + "amount": { + "label": "Video start volume", + "title": "The volume applied to every video when it begins playing" + } + }, + "title": "Global Volume Override" + }, + "miniPlayer": { + "button": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, + "enable": { + "label": "Open Mini Player when viewing comments", + "title": "Automatically opens the Mini Player when you scroll to comments." + }, + "settings": { + "position": { + "select": { + "label": "Default Mini Player position", + "options": { + "bottomCenter": "Bottom center", + "bottomLeft": "Bottom left", + "bottomRight": "Bottom right", + "topCenter": "Top center", + "topLeft": "Top left", + "topRight": "Top right" + }, + "title": "Sets the starting position before you move the Mini Player." + } + }, + "size": { + "label": "Default Mini Player size", + "title": "Sets the initial size before you resize the Mini Player." + } + }, + "title": "Mini Player settings" + }, "miscellaneous": { "settings": { "automaticTheaterMode": { @@ -430,6 +443,12 @@ "title": "Automatically shows more videos on end screen when you load a video" } }, + "blockNumberKeySeeking": { + "enable": { + "label": "Block number key seeking", + "title": "Prevents pressing 0-9 from jumping to a percentage of the video" + } + }, "copyTimestampUrlButton": { "enable": { "label": "Video-URL mit Zeitstempel kopieren", @@ -870,19 +889,6 @@ } }, "title": "´Lautstärke-Boost Einstellungen" - }, - "globalVolume": { - "enable": { - "label": "Always start videos with this volume", - "title": "Makes all videos begin at your selected volume automatically" - }, - "settings": { - "amount": { - "label": "Video start volume", - "title": "The volume applied to every video when it begins playing" - } - }, - "title": "Global Volume Override" } } } From 79a3ee8ec72a95290c8a3984044e87dbec7b0a1b Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 12 Feb 2026 19:56:03 -0500 Subject: [PATCH 1642/1783] New translations en-us.json (Hebrew) --- public/locales/he-IL.json | 98 +++++++++++++++++++++------------------ 1 file changed, 52 insertions(+), 46 deletions(-) diff --git a/public/locales/he-IL.json b/public/locales/he-IL.json index 68e7d3a06..e7cdb1806 100644 --- a/public/locales/he-IL.json +++ b/public/locales/he-IL.json @@ -244,9 +244,9 @@ "singular": "Enable '{{OPTION}}' to configure this option", "specificOption": { "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option", "globalVolume": "Disable 'Remember last volume' to configure this option", - "rememberVolume": "Disable 'Global volume' to configure this option" + "rememberVolume": "Disable 'Global volume' to configure this option", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" } }, "scrollForMoreSettings": "Scroll for more settings", @@ -283,37 +283,6 @@ }, "settings": { "sections": { - "miniPlayer": { - "button": { - "label": "Mini Player button", - "title": "Adds a button that opens the Mini Player" - }, - "enable": { - "label": "Open Mini Player when viewing comments", - "title": "Automatically opens the Mini Player when you scroll to comments." - }, - "settings": { - "position": { - "select": { - "label": "Default Mini Player position", - "options": { - "bottomCenter": "Bottom center", - "bottomLeft": "Bottom left", - "bottomRight": "Bottom right", - "topCenter": "Top center", - "topLeft": "Top left", - "topRight": "Top right" - }, - "title": "Sets the starting position before you move the Mini Player." - } - }, - "size": { - "label": "Default Mini Player size", - "title": "Sets the initial size before you resize the Mini Player." - } - }, - "title": "Mini Player settings" - }, "customCSS": { "enable": { "label": "Custom CSS", @@ -386,6 +355,50 @@ }, "title": "Forward/rewind button settings" }, + "globalVolume": { + "enable": { + "label": "Always start videos with this volume", + "title": "Makes all videos begin at your selected volume automatically" + }, + "settings": { + "amount": { + "label": "Video start volume", + "title": "The volume applied to every video when it begins playing" + } + }, + "title": "Global Volume Override" + }, + "miniPlayer": { + "button": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, + "enable": { + "label": "Open Mini Player when viewing comments", + "title": "Automatically opens the Mini Player when you scroll to comments." + }, + "settings": { + "position": { + "select": { + "label": "Default Mini Player position", + "options": { + "bottomCenter": "Bottom center", + "bottomLeft": "Bottom left", + "bottomRight": "Bottom right", + "topCenter": "Top center", + "topLeft": "Top left", + "topRight": "Top right" + }, + "title": "Sets the starting position before you move the Mini Player." + } + }, + "size": { + "label": "Default Mini Player size", + "title": "Sets the initial size before you resize the Mini Player." + } + }, + "title": "Mini Player settings" + }, "miscellaneous": { "settings": { "automaticTheaterMode": { @@ -430,6 +443,12 @@ "title": "Automatically shows more videos on end screen when you load a video" } }, + "blockNumberKeySeeking": { + "enable": { + "label": "Block number key seeking", + "title": "Prevents pressing 0-9 from jumping to a percentage of the video" + } + }, "copyTimestampUrlButton": { "enable": { "label": "Copy video URL with timestamp button", @@ -870,19 +889,6 @@ } }, "title": "Volume boost settings" - }, - "globalVolume": { - "enable": { - "label": "Always start videos with this volume", - "title": "Makes all videos begin at your selected volume automatically" - }, - "settings": { - "amount": { - "label": "Video start volume", - "title": "The volume applied to every video when it begins playing" - } - }, - "title": "Global Volume Override" } } } From 7ee7c295239725a7664a8f465607ba47d80be529 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 12 Feb 2026 19:56:04 -0500 Subject: [PATCH 1643/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 98 +++++++++++++++++++++------------------ 1 file changed, 52 insertions(+), 46 deletions(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index e6461a240..f0003107c 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -244,9 +244,9 @@ "singular": "Abilita '{{OPTION}}' per configurare questa opzione", "specificOption": { "featureMenu": "Configura almeno un pulsante da posizionare nel menu' delle funzioni per configurare questa opzione.", - "screenshotButtonFileFormat": "Imposta il tipo di salvataggio della schermata su 'File' o 'Entrambi' per configurare questa opzione", "globalVolume": "Disabilita 'Ricorda ultimo volume' per configurare questa opzione", - "rememberVolume": "Disabilita 'Volume globale' per configurare questa opzione" + "rememberVolume": "Disabilita 'Volume globale' per configurare questa opzione", + "screenshotButtonFileFormat": "Imposta il tipo di salvataggio della schermata su 'File' o 'Entrambi' per configurare questa opzione" } }, "scrollForMoreSettings": "Scorri per altre impostazioni", @@ -283,37 +283,6 @@ }, "settings": { "sections": { - "miniPlayer": { - "button": { - "label": "Pulsante Mini riproduttore", - "title": "Aggiunge un pulsante che apre il mini riproduttore" - }, - "enable": { - "label": "Apri Mini riproduttore quando si visualizzano i commenti", - "title": "Apre automaticamente il Mini riproduttore quando scorri verso i commenti." - }, - "settings": { - "position": { - "select": { - "label": "Posizione del mini riproduttore predefinita", - "options": { - "bottomCenter": "In basso al centro", - "bottomLeft": "In basso a sinistra", - "bottomRight": "In basso a destra", - "topCenter": "In alto al centro", - "topLeft": "Alto - sinistra", - "topRight": "In alto a destra" - }, - "title": "Imposta la posizione di partenza prima di spostare il Mini riproduttore." - } - }, - "size": { - "label": "Dimensione predefinita del mini riproduttore", - "title": "Imposta la dimensione iniziale prima di ridimensionare il mini riproduttore." - } - }, - "title": "Impostazioni mini riproduttore" - }, "customCSS": { "enable": { "label": "Abilita CSS personalizzato", @@ -386,6 +355,50 @@ }, "title": "Impostazioni pulsante Avanti / Riavvolgi" }, + "globalVolume": { + "enable": { + "label": "Avvia sempre video usando questo volume", + "title": "Inizia automaticamente tutti i video usando il volume selezionato" + }, + "settings": { + "amount": { + "label": "Volume iniziale video", + "title": "Il volume assegnato a ogni video quando inizia la riproduzione" + } + }, + "title": "Sovrascrittura volume globale" + }, + "miniPlayer": { + "button": { + "label": "Pulsante Mini riproduttore", + "title": "Aggiunge un pulsante che apre il mini riproduttore" + }, + "enable": { + "label": "Apri Mini riproduttore quando si visualizzano i commenti", + "title": "Apre automaticamente il Mini riproduttore quando scorri verso i commenti." + }, + "settings": { + "position": { + "select": { + "label": "Posizione del mini riproduttore predefinita", + "options": { + "bottomCenter": "In basso al centro", + "bottomLeft": "In basso a sinistra", + "bottomRight": "In basso a destra", + "topCenter": "In alto al centro", + "topLeft": "Alto - sinistra", + "topRight": "In alto a destra" + }, + "title": "Imposta la posizione di partenza prima di spostare il Mini riproduttore." + } + }, + "size": { + "label": "Dimensione predefinita del mini riproduttore", + "title": "Imposta la dimensione iniziale prima di ridimensionare il mini riproduttore." + } + }, + "title": "Impostazioni mini riproduttore" + }, "miscellaneous": { "settings": { "automaticTheaterMode": { @@ -430,6 +443,12 @@ "title": "Mostra automaticamente più video sulla schermata finale quando si carica un video" } }, + "blockNumberKeySeeking": { + "enable": { + "label": "Block number key seeking", + "title": "Prevents pressing 0-9 from jumping to a percentage of the video" + } + }, "copyTimestampUrlButton": { "enable": { "label": "Pulsante \"Copia URL video con temporizzazione\"", @@ -870,19 +889,6 @@ } }, "title": "Impostazioni aumento volume" - }, - "globalVolume": { - "enable": { - "label": "Avvia sempre video usando questo volume", - "title": "Inizia automaticamente tutti i video usando il volume selezionato" - }, - "settings": { - "amount": { - "label": "Volume iniziale video", - "title": "Il volume assegnato a ogni video quando inizia la riproduzione" - } - }, - "title": "Sovrascrittura volume globale" } } } From 417632cbaabcf2a46b749e36a2d2102d4652a233 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 12 Feb 2026 19:56:06 -0500 Subject: [PATCH 1644/1783] New translations en-us.json (Korean) --- public/locales/ko-KR.json | 98 +++++++++++++++++++++------------------ 1 file changed, 52 insertions(+), 46 deletions(-) diff --git a/public/locales/ko-KR.json b/public/locales/ko-KR.json index c89c0368c..a3a8ace75 100644 --- a/public/locales/ko-KR.json +++ b/public/locales/ko-KR.json @@ -244,9 +244,9 @@ "singular": "Enable '{{OPTION}}' to configure this option", "specificOption": { "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option", "globalVolume": "Disable 'Remember last volume' to configure this option", - "rememberVolume": "Disable 'Global volume' to configure this option" + "rememberVolume": "Disable 'Global volume' to configure this option", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" } }, "scrollForMoreSettings": "Scroll for more settings", @@ -283,37 +283,6 @@ }, "settings": { "sections": { - "miniPlayer": { - "button": { - "label": "Mini Player button", - "title": "Adds a button that opens the Mini Player" - }, - "enable": { - "label": "Open Mini Player when viewing comments", - "title": "Automatically opens the Mini Player when you scroll to comments." - }, - "settings": { - "position": { - "select": { - "label": "Default Mini Player position", - "options": { - "bottomCenter": "Bottom center", - "bottomLeft": "Bottom left", - "bottomRight": "Bottom right", - "topCenter": "Top center", - "topLeft": "Top left", - "topRight": "Top right" - }, - "title": "Sets the starting position before you move the Mini Player." - } - }, - "size": { - "label": "Default Mini Player size", - "title": "Sets the initial size before you resize the Mini Player." - } - }, - "title": "Mini Player settings" - }, "customCSS": { "enable": { "label": "CSS 커스텀 활성화", @@ -386,6 +355,50 @@ }, "title": "되감기/빨리 감기 버튼 설정" }, + "globalVolume": { + "enable": { + "label": "Always start videos with this volume", + "title": "Makes all videos begin at your selected volume automatically" + }, + "settings": { + "amount": { + "label": "Video start volume", + "title": "The volume applied to every video when it begins playing" + } + }, + "title": "Global Volume Override" + }, + "miniPlayer": { + "button": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, + "enable": { + "label": "Open Mini Player when viewing comments", + "title": "Automatically opens the Mini Player when you scroll to comments." + }, + "settings": { + "position": { + "select": { + "label": "Default Mini Player position", + "options": { + "bottomCenter": "Bottom center", + "bottomLeft": "Bottom left", + "bottomRight": "Bottom right", + "topCenter": "Top center", + "topLeft": "Top left", + "topRight": "Top right" + }, + "title": "Sets the starting position before you move the Mini Player." + } + }, + "size": { + "label": "Default Mini Player size", + "title": "Sets the initial size before you resize the Mini Player." + } + }, + "title": "Mini Player settings" + }, "miscellaneous": { "settings": { "automaticTheaterMode": { @@ -430,6 +443,12 @@ "title": "Automatically shows more videos on end screen when you load a video" } }, + "blockNumberKeySeeking": { + "enable": { + "label": "Block number key seeking", + "title": "Prevents pressing 0-9 from jumping to a percentage of the video" + } + }, "copyTimestampUrlButton": { "enable": { "label": "현재 시간 주소 복사 버튼", @@ -870,19 +889,6 @@ } }, "title": "볼륨 부스트 설정" - }, - "globalVolume": { - "enable": { - "label": "Always start videos with this volume", - "title": "Makes all videos begin at your selected volume automatically" - }, - "settings": { - "amount": { - "label": "Video start volume", - "title": "The volume applied to every video when it begins playing" - } - }, - "title": "Global Volume Override" } } } From 85660e9d054355ccc7d3ea0361765d5a0286d160 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 12 Feb 2026 19:56:07 -0500 Subject: [PATCH 1645/1783] New translations en-us.json (Dutch) --- public/locales/nl-NL.json | 98 +++++++++++++++++++++------------------ 1 file changed, 52 insertions(+), 46 deletions(-) diff --git a/public/locales/nl-NL.json b/public/locales/nl-NL.json index 4488861c6..6252e7497 100644 --- a/public/locales/nl-NL.json +++ b/public/locales/nl-NL.json @@ -244,9 +244,9 @@ "singular": "Enable '{{OPTION}}' to configure this option", "specificOption": { "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option", "globalVolume": "Disable 'Remember last volume' to configure this option", - "rememberVolume": "Disable 'Global volume' to configure this option" + "rememberVolume": "Disable 'Global volume' to configure this option", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" } }, "scrollForMoreSettings": "Scroll for more settings", @@ -283,37 +283,6 @@ }, "settings": { "sections": { - "miniPlayer": { - "button": { - "label": "Mini Player button", - "title": "Adds a button that opens the Mini Player" - }, - "enable": { - "label": "Open Mini Player when viewing comments", - "title": "Automatically opens the Mini Player when you scroll to comments." - }, - "settings": { - "position": { - "select": { - "label": "Default Mini Player position", - "options": { - "bottomCenter": "Bottom center", - "bottomLeft": "Bottom left", - "bottomRight": "Bottom right", - "topCenter": "Top center", - "topLeft": "Top left", - "topRight": "Top right" - }, - "title": "Sets the starting position before you move the Mini Player." - } - }, - "size": { - "label": "Default Mini Player size", - "title": "Sets the initial size before you resize the Mini Player." - } - }, - "title": "Mini Player settings" - }, "customCSS": { "enable": { "label": "Aangepaste CSS inschakelen", @@ -386,6 +355,50 @@ }, "title": "Doorspoel/terugspoel knop instellingen" }, + "globalVolume": { + "enable": { + "label": "Always start videos with this volume", + "title": "Makes all videos begin at your selected volume automatically" + }, + "settings": { + "amount": { + "label": "Video start volume", + "title": "The volume applied to every video when it begins playing" + } + }, + "title": "Global Volume Override" + }, + "miniPlayer": { + "button": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, + "enable": { + "label": "Open Mini Player when viewing comments", + "title": "Automatically opens the Mini Player when you scroll to comments." + }, + "settings": { + "position": { + "select": { + "label": "Default Mini Player position", + "options": { + "bottomCenter": "Bottom center", + "bottomLeft": "Bottom left", + "bottomRight": "Bottom right", + "topCenter": "Top center", + "topLeft": "Top left", + "topRight": "Top right" + }, + "title": "Sets the starting position before you move the Mini Player." + } + }, + "size": { + "label": "Default Mini Player size", + "title": "Sets the initial size before you resize the Mini Player." + } + }, + "title": "Mini Player settings" + }, "miscellaneous": { "settings": { "automaticTheaterMode": { @@ -430,6 +443,12 @@ "title": "Automatically shows more videos on end screen when you load a video" } }, + "blockNumberKeySeeking": { + "enable": { + "label": "Block number key seeking", + "title": "Prevents pressing 0-9 from jumping to a percentage of the video" + } + }, "copyTimestampUrlButton": { "enable": { "label": "Kopieer video URL met tijdstempel knop", @@ -870,19 +889,6 @@ } }, "title": "Volume boost instellingen" - }, - "globalVolume": { - "enable": { - "label": "Always start videos with this volume", - "title": "Makes all videos begin at your selected volume automatically" - }, - "settings": { - "amount": { - "label": "Video start volume", - "title": "The volume applied to every video when it begins playing" - } - }, - "title": "Global Volume Override" } } } From 3350ff12f9cf4230c46df90ccbbd7b76ae4208de Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 12 Feb 2026 19:56:08 -0500 Subject: [PATCH 1646/1783] New translations en-us.json (Polish) --- public/locales/pl-PL.json | 98 +++++++++++++++++++++------------------ 1 file changed, 52 insertions(+), 46 deletions(-) diff --git a/public/locales/pl-PL.json b/public/locales/pl-PL.json index 4c1315e61..72519a4aa 100644 --- a/public/locales/pl-PL.json +++ b/public/locales/pl-PL.json @@ -244,9 +244,9 @@ "singular": "Enable '{{OPTION}}' to configure this option", "specificOption": { "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option", "globalVolume": "Disable 'Remember last volume' to configure this option", - "rememberVolume": "Disable 'Global volume' to configure this option" + "rememberVolume": "Disable 'Global volume' to configure this option", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" } }, "scrollForMoreSettings": "Przewiń, aby zobaczyć więcej ustawień", @@ -283,37 +283,6 @@ }, "settings": { "sections": { - "miniPlayer": { - "button": { - "label": "Mini Player button", - "title": "Adds a button that opens the Mini Player" - }, - "enable": { - "label": "Open Mini Player when viewing comments", - "title": "Automatically opens the Mini Player when you scroll to comments." - }, - "settings": { - "position": { - "select": { - "label": "Default Mini Player position", - "options": { - "bottomCenter": "Bottom center", - "bottomLeft": "Bottom left", - "bottomRight": "Bottom right", - "topCenter": "Top center", - "topLeft": "Top left", - "topRight": "Top right" - }, - "title": "Sets the starting position before you move the Mini Player." - } - }, - "size": { - "label": "Default Mini Player size", - "title": "Sets the initial size before you resize the Mini Player." - } - }, - "title": "Mini Player settings" - }, "customCSS": { "enable": { "label": "Własny CSS", @@ -386,6 +355,50 @@ }, "title": "Forward/rewind button settings" }, + "globalVolume": { + "enable": { + "label": "Always start videos with this volume", + "title": "Makes all videos begin at your selected volume automatically" + }, + "settings": { + "amount": { + "label": "Video start volume", + "title": "The volume applied to every video when it begins playing" + } + }, + "title": "Global Volume Override" + }, + "miniPlayer": { + "button": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, + "enable": { + "label": "Open Mini Player when viewing comments", + "title": "Automatically opens the Mini Player when you scroll to comments." + }, + "settings": { + "position": { + "select": { + "label": "Default Mini Player position", + "options": { + "bottomCenter": "Bottom center", + "bottomLeft": "Bottom left", + "bottomRight": "Bottom right", + "topCenter": "Top center", + "topLeft": "Top left", + "topRight": "Top right" + }, + "title": "Sets the starting position before you move the Mini Player." + } + }, + "size": { + "label": "Default Mini Player size", + "title": "Sets the initial size before you resize the Mini Player." + } + }, + "title": "Mini Player settings" + }, "miscellaneous": { "settings": { "automaticTheaterMode": { @@ -430,6 +443,12 @@ "title": "Automatically shows more videos on end screen when you load a video" } }, + "blockNumberKeySeeking": { + "enable": { + "label": "Block number key seeking", + "title": "Prevents pressing 0-9 from jumping to a percentage of the video" + } + }, "copyTimestampUrlButton": { "enable": { "label": "Copy video URL with timestamp button", @@ -870,19 +889,6 @@ } }, "title": "Ustawienia zwiększenia głośności" - }, - "globalVolume": { - "enable": { - "label": "Always start videos with this volume", - "title": "Makes all videos begin at your selected volume automatically" - }, - "settings": { - "amount": { - "label": "Video start volume", - "title": "The volume applied to every video when it begins playing" - } - }, - "title": "Global Volume Override" } } } From 716f947f8a0e170dff4a41792e107fd076289752 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 12 Feb 2026 19:56:09 -0500 Subject: [PATCH 1647/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 98 +++++++++++++++++++++------------------ 1 file changed, 52 insertions(+), 46 deletions(-) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index dcb795067..192c1c054 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -244,9 +244,9 @@ "singular": "Включите '{{OPTION}}' для настройки этого параметра", "specificOption": { "featureMenu": "Включите по крайней мере одну кнопку, которая будет размещена в меню функций для настройки этой опции.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option", "globalVolume": "Disable 'Remember last volume' to configure this option", - "rememberVolume": "Disable 'Global volume' to configure this option" + "rememberVolume": "Disable 'Global volume' to configure this option", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" } }, "scrollForMoreSettings": "Прокрутите для других настроек", @@ -283,37 +283,6 @@ }, "settings": { "sections": { - "miniPlayer": { - "button": { - "label": "Mini Player button", - "title": "Adds a button that opens the Mini Player" - }, - "enable": { - "label": "Open Mini Player when viewing comments", - "title": "Automatically opens the Mini Player when you scroll to comments." - }, - "settings": { - "position": { - "select": { - "label": "Default Mini Player position", - "options": { - "bottomCenter": "Bottom center", - "bottomLeft": "Bottom left", - "bottomRight": "Bottom right", - "topCenter": "Top center", - "topLeft": "Top left", - "topRight": "Top right" - }, - "title": "Sets the starting position before you move the Mini Player." - } - }, - "size": { - "label": "Default Mini Player size", - "title": "Sets the initial size before you resize the Mini Player." - } - }, - "title": "Mini Player settings" - }, "customCSS": { "enable": { "label": "Включить пользовательский CSS", @@ -386,6 +355,50 @@ }, "title": "Настройки кнопок перемотки вперёд/назад" }, + "globalVolume": { + "enable": { + "label": "Always start videos with this volume", + "title": "Makes all videos begin at your selected volume automatically" + }, + "settings": { + "amount": { + "label": "Video start volume", + "title": "The volume applied to every video when it begins playing" + } + }, + "title": "Global Volume Override" + }, + "miniPlayer": { + "button": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, + "enable": { + "label": "Open Mini Player when viewing comments", + "title": "Automatically opens the Mini Player when you scroll to comments." + }, + "settings": { + "position": { + "select": { + "label": "Default Mini Player position", + "options": { + "bottomCenter": "Bottom center", + "bottomLeft": "Bottom left", + "bottomRight": "Bottom right", + "topCenter": "Top center", + "topLeft": "Top left", + "topRight": "Top right" + }, + "title": "Sets the starting position before you move the Mini Player." + } + }, + "size": { + "label": "Default Mini Player size", + "title": "Sets the initial size before you resize the Mini Player." + } + }, + "title": "Mini Player settings" + }, "miscellaneous": { "settings": { "automaticTheaterMode": { @@ -430,6 +443,12 @@ "title": "Automatically shows more videos on end screen when you load a video" } }, + "blockNumberKeySeeking": { + "enable": { + "label": "Block number key seeking", + "title": "Prevents pressing 0-9 from jumping to a percentage of the video" + } + }, "copyTimestampUrlButton": { "enable": { "label": "Кнопка «Копировать URL видео с таймкодом»", @@ -870,19 +889,6 @@ } }, "title": "Настройки усиления громкости" - }, - "globalVolume": { - "enable": { - "label": "Always start videos with this volume", - "title": "Makes all videos begin at your selected volume automatically" - }, - "settings": { - "amount": { - "label": "Video start volume", - "title": "The volume applied to every video when it begins playing" - } - }, - "title": "Global Volume Override" } } } From 2e2adbe309bcfd38bc76c7a86b1da660342b2642 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 12 Feb 2026 19:56:10 -0500 Subject: [PATCH 1648/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 98 +++++++++++++++++++++------------------ 1 file changed, 52 insertions(+), 46 deletions(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index 1e8d3dc80..b63662eab 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -244,9 +244,9 @@ "singular": "Bu seçeneği yapılandırmak için '{{OPTION}}' öğesini etkinleştirin", "specificOption": { "featureMenu": "Bu seçeneği yapılandırmak için özellik menüsüne yerleştirilecek en az bir düğmeyi yapılandırın.", - "screenshotButtonFileFormat": "Bu seçeneği yapılandırabilmek için ekran görüntüsü kaydetme türünü ‘Dosya’ veya ‘Her İkisi’ olarak ayarlayın", "globalVolume": "Bu seçeneği yapılandırmak için 'Son ses seviyesini hatırla' seçeneğini devre dışı bırakın", - "rememberVolume": "Bu seçeneği yapılandırmak için 'Evrensel sesi' devre dışı bırakın" + "rememberVolume": "Bu seçeneği yapılandırmak için 'Evrensel sesi' devre dışı bırakın", + "screenshotButtonFileFormat": "Bu seçeneği yapılandırabilmek için ekran görüntüsü kaydetme türünü ‘Dosya’ veya ‘Her İkisi’ olarak ayarlayın" } }, "scrollForMoreSettings": "Daha fazla ayar için kaydırın", @@ -283,37 +283,6 @@ }, "settings": { "sections": { - "miniPlayer": { - "button": { - "label": "Mini Player button", - "title": "Adds a button that opens the Mini Player" - }, - "enable": { - "label": "Open Mini Player when viewing comments", - "title": "Automatically opens the Mini Player when you scroll to comments." - }, - "settings": { - "position": { - "select": { - "label": "Default Mini Player position", - "options": { - "bottomCenter": "Bottom center", - "bottomLeft": "Bottom left", - "bottomRight": "Bottom right", - "topCenter": "Top center", - "topLeft": "Top left", - "topRight": "Top right" - }, - "title": "Sets the starting position before you move the Mini Player." - } - }, - "size": { - "label": "Default Mini Player size", - "title": "Sets the initial size before you resize the Mini Player." - } - }, - "title": "Mini Player settings" - }, "customCSS": { "enable": { "label": "Özel CSS'yi etkinleştir", @@ -386,6 +355,50 @@ }, "title": "İleri/geri sarma düğmesi ayarları" }, + "globalVolume": { + "enable": { + "label": "Videoları her zaman bu ses seviyesiyle başlatın", + "title": "Tüm videoların otomatik olarak seçtiğiniz ses seviyesinde başlamasını sağlar" + }, + "settings": { + "amount": { + "label": "Video başlangıç sesi", + "title": "The volume applied to every video when it begins playing" + } + }, + "title": "Global Volume Override" + }, + "miniPlayer": { + "button": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, + "enable": { + "label": "Open Mini Player when viewing comments", + "title": "Automatically opens the Mini Player when you scroll to comments." + }, + "settings": { + "position": { + "select": { + "label": "Default Mini Player position", + "options": { + "bottomCenter": "Bottom center", + "bottomLeft": "Bottom left", + "bottomRight": "Bottom right", + "topCenter": "Top center", + "topLeft": "Top left", + "topRight": "Top right" + }, + "title": "Sets the starting position before you move the Mini Player." + } + }, + "size": { + "label": "Default Mini Player size", + "title": "Sets the initial size before you resize the Mini Player." + } + }, + "title": "Mini Player settings" + }, "miscellaneous": { "settings": { "automaticTheaterMode": { @@ -430,6 +443,12 @@ "title": "Video yüklediğinizde bitiş ekranında otomatik olarak daha fazla video gösterilir" } }, + "blockNumberKeySeeking": { + "enable": { + "label": "Block number key seeking", + "title": "Prevents pressing 0-9 from jumping to a percentage of the video" + } + }, "copyTimestampUrlButton": { "enable": { "label": "Video URL'sini zaman damgası düğmesiyle kopyala", @@ -870,19 +889,6 @@ } }, "title": "Ses güçlendirme ayarları" - }, - "globalVolume": { - "enable": { - "label": "Videoları her zaman bu ses seviyesiyle başlatın", - "title": "Tüm videoların otomatik olarak seçtiğiniz ses seviyesinde başlamasını sağlar" - }, - "settings": { - "amount": { - "label": "Video başlangıç sesi", - "title": "The volume applied to every video when it begins playing" - } - }, - "title": "Global Volume Override" } } } From 7ed00f3798e9c5445d98ef2cd8ddc38065d63664 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 12 Feb 2026 19:56:11 -0500 Subject: [PATCH 1649/1783] New translations en-us.json (Ukrainian) --- public/locales/uk-UA.json | 98 +++++++++++++++++++++------------------ 1 file changed, 52 insertions(+), 46 deletions(-) diff --git a/public/locales/uk-UA.json b/public/locales/uk-UA.json index 5ef085013..6448a205a 100644 --- a/public/locales/uk-UA.json +++ b/public/locales/uk-UA.json @@ -244,9 +244,9 @@ "singular": "Enable '{{OPTION}}' to configure this option", "specificOption": { "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option", "globalVolume": "Disable 'Remember last volume' to configure this option", - "rememberVolume": "Disable 'Global volume' to configure this option" + "rememberVolume": "Disable 'Global volume' to configure this option", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" } }, "scrollForMoreSettings": "Scroll for more settings", @@ -283,37 +283,6 @@ }, "settings": { "sections": { - "miniPlayer": { - "button": { - "label": "Mini Player button", - "title": "Adds a button that opens the Mini Player" - }, - "enable": { - "label": "Open Mini Player when viewing comments", - "title": "Automatically opens the Mini Player when you scroll to comments." - }, - "settings": { - "position": { - "select": { - "label": "Default Mini Player position", - "options": { - "bottomCenter": "Bottom center", - "bottomLeft": "Bottom left", - "bottomRight": "Bottom right", - "topCenter": "Top center", - "topLeft": "Top left", - "topRight": "Top right" - }, - "title": "Sets the starting position before you move the Mini Player." - } - }, - "size": { - "label": "Default Mini Player size", - "title": "Sets the initial size before you resize the Mini Player." - } - }, - "title": "Mini Player settings" - }, "customCSS": { "enable": { "label": "Увімкнути користувацький CSS", @@ -386,6 +355,50 @@ }, "title": "Налаштування кнопки вперед/назад" }, + "globalVolume": { + "enable": { + "label": "Always start videos with this volume", + "title": "Makes all videos begin at your selected volume automatically" + }, + "settings": { + "amount": { + "label": "Video start volume", + "title": "The volume applied to every video when it begins playing" + } + }, + "title": "Global Volume Override" + }, + "miniPlayer": { + "button": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, + "enable": { + "label": "Open Mini Player when viewing comments", + "title": "Automatically opens the Mini Player when you scroll to comments." + }, + "settings": { + "position": { + "select": { + "label": "Default Mini Player position", + "options": { + "bottomCenter": "Bottom center", + "bottomLeft": "Bottom left", + "bottomRight": "Bottom right", + "topCenter": "Top center", + "topLeft": "Top left", + "topRight": "Top right" + }, + "title": "Sets the starting position before you move the Mini Player." + } + }, + "size": { + "label": "Default Mini Player size", + "title": "Sets the initial size before you resize the Mini Player." + } + }, + "title": "Mini Player settings" + }, "miscellaneous": { "settings": { "automaticTheaterMode": { @@ -430,6 +443,12 @@ "title": "Automatically shows more videos on end screen when you load a video" } }, + "blockNumberKeySeeking": { + "enable": { + "label": "Block number key seeking", + "title": "Prevents pressing 0-9 from jumping to a percentage of the video" + } + }, "copyTimestampUrlButton": { "enable": { "label": "Copy video URL with timestamp button", @@ -870,19 +889,6 @@ } }, "title": "Volume boost settings" - }, - "globalVolume": { - "enable": { - "label": "Always start videos with this volume", - "title": "Makes all videos begin at your selected volume automatically" - }, - "settings": { - "amount": { - "label": "Video start volume", - "title": "The volume applied to every video when it begins playing" - } - }, - "title": "Global Volume Override" } } } From b904747aab3ffaf729adf1403216a399771259eb Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 12 Feb 2026 19:56:13 -0500 Subject: [PATCH 1650/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 98 +++++++++++++++++++++------------------ 1 file changed, 52 insertions(+), 46 deletions(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index 4302b70c3..71a5df107 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -244,9 +244,9 @@ "singular": "启用 '{{OPTION}}' 以配置此选项", "specificOption": { "featureMenu": "配置至少一个按钮放置在功能菜单中以配置此选项。", - "screenshotButtonFileFormat": "将屏幕截图保存类型设置为“文件”或“全部”以配置此选项", "globalVolume": "禁用“记住最后一个音量”来配置此选项", - "rememberVolume": "禁用“全局音量”来配置此选项" + "rememberVolume": "禁用“全局音量”来配置此选项", + "screenshotButtonFileFormat": "将屏幕截图保存类型设置为“文件”或“全部”以配置此选项" } }, "scrollForMoreSettings": "滚动以查看更多设置", @@ -283,37 +283,6 @@ }, "settings": { "sections": { - "miniPlayer": { - "button": { - "label": "迷你播放器按钮", - "title": "添加打开迷你播放器的按钮" - }, - "enable": { - "label": "查看评论时打开迷你播放器", - "title": "当您滚动到评论时自动打开迷你播放器。" - }, - "settings": { - "position": { - "select": { - "label": "默认迷你播放器位置", - "options": { - "bottomCenter": "底部居中", - "bottomLeft": "左下角", - "bottomRight": "右下角", - "topCenter": "顶部居中", - "topLeft": "左上角", - "topRight": "右上角" - }, - "title": "设置移动迷你播放器之前的起始位置。" - } - }, - "size": { - "label": "默认迷你播放器大小", - "title": "设置缩放迷你播放器之前的起始大小。" - } - }, - "title": "迷你播放器设置" - }, "customCSS": { "enable": { "label": "启用自定义 CSS", @@ -386,6 +355,50 @@ }, "title": "快进/快退按钮设置" }, + "globalVolume": { + "enable": { + "label": "总是以此音量开始视频", + "title": "自动让所有视频以您选定的音量开始播放" + }, + "settings": { + "amount": { + "label": "视频起始音量", + "title": "每个视频开始播放时都使用该音量" + } + }, + "title": "全局音量覆盖" + }, + "miniPlayer": { + "button": { + "label": "迷你播放器按钮", + "title": "添加打开迷你播放器的按钮" + }, + "enable": { + "label": "查看评论时打开迷你播放器", + "title": "当您滚动到评论时自动打开迷你播放器。" + }, + "settings": { + "position": { + "select": { + "label": "默认迷你播放器位置", + "options": { + "bottomCenter": "底部居中", + "bottomLeft": "左下角", + "bottomRight": "右下角", + "topCenter": "顶部居中", + "topLeft": "左上角", + "topRight": "右上角" + }, + "title": "设置移动迷你播放器之前的起始位置。" + } + }, + "size": { + "label": "默认迷你播放器大小", + "title": "设置缩放迷你播放器之前的起始大小。" + } + }, + "title": "迷你播放器设置" + }, "miscellaneous": { "settings": { "automaticTheaterMode": { @@ -430,6 +443,12 @@ "title": "加载视频时自动在结束屏幕上显示更多视频" } }, + "blockNumberKeySeeking": { + "enable": { + "label": "Block number key seeking", + "title": "Prevents pressing 0-9 from jumping to a percentage of the video" + } + }, "copyTimestampUrlButton": { "enable": { "label": "复制带有时间戳的视频 URL 按钮", @@ -870,19 +889,6 @@ } }, "title": "音量增强设置" - }, - "globalVolume": { - "enable": { - "label": "总是以此音量开始视频", - "title": "自动让所有视频以您选定的音量开始播放" - }, - "settings": { - "amount": { - "label": "视频起始音量", - "title": "每个视频开始播放时都使用该音量" - } - }, - "title": "全局音量覆盖" } } } From dd53ab1651f0791d5edeedeea0df2a58511840b6 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 12 Feb 2026 19:56:14 -0500 Subject: [PATCH 1651/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 98 +++++++++++++++++++++------------------ 1 file changed, 52 insertions(+), 46 deletions(-) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index e72256716..94bba848f 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -244,9 +244,9 @@ "singular": "Enable '{{OPTION}}' to configure this option", "specificOption": { "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option", "globalVolume": "Disable 'Remember last volume' to configure this option", - "rememberVolume": "Disable 'Global volume' to configure this option" + "rememberVolume": "Disable 'Global volume' to configure this option", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" } }, "scrollForMoreSettings": "Scroll for more settings", @@ -283,37 +283,6 @@ }, "settings": { "sections": { - "miniPlayer": { - "button": { - "label": "Mini Player button", - "title": "Adds a button that opens the Mini Player" - }, - "enable": { - "label": "Open Mini Player when viewing comments", - "title": "Automatically opens the Mini Player when you scroll to comments." - }, - "settings": { - "position": { - "select": { - "label": "Default Mini Player position", - "options": { - "bottomCenter": "Bottom center", - "bottomLeft": "Bottom left", - "bottomRight": "Bottom right", - "topCenter": "Top center", - "topLeft": "Top left", - "topRight": "Top right" - }, - "title": "Sets the starting position before you move the Mini Player." - } - }, - "size": { - "label": "Default Mini Player size", - "title": "Sets the initial size before you resize the Mini Player." - } - }, - "title": "Mini Player settings" - }, "customCSS": { "enable": { "label": "啟用自訂CSS", @@ -386,6 +355,50 @@ }, "title": "快轉/倒帶按鈕設定" }, + "globalVolume": { + "enable": { + "label": "Always start videos with this volume", + "title": "Makes all videos begin at your selected volume automatically" + }, + "settings": { + "amount": { + "label": "Video start volume", + "title": "The volume applied to every video when it begins playing" + } + }, + "title": "Global Volume Override" + }, + "miniPlayer": { + "button": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, + "enable": { + "label": "Open Mini Player when viewing comments", + "title": "Automatically opens the Mini Player when you scroll to comments." + }, + "settings": { + "position": { + "select": { + "label": "Default Mini Player position", + "options": { + "bottomCenter": "Bottom center", + "bottomLeft": "Bottom left", + "bottomRight": "Bottom right", + "topCenter": "Top center", + "topLeft": "Top left", + "topRight": "Top right" + }, + "title": "Sets the starting position before you move the Mini Player." + } + }, + "size": { + "label": "Default Mini Player size", + "title": "Sets the initial size before you resize the Mini Player." + } + }, + "title": "Mini Player settings" + }, "miscellaneous": { "settings": { "automaticTheaterMode": { @@ -430,6 +443,12 @@ "title": "Automatically shows more videos on end screen when you load a video" } }, + "blockNumberKeySeeking": { + "enable": { + "label": "Block number key seeking", + "title": "Prevents pressing 0-9 from jumping to a percentage of the video" + } + }, "copyTimestampUrlButton": { "enable": { "label": "複製目前播放時間的影片網址按鈕", @@ -870,19 +889,6 @@ } }, "title": "音量增強設定" - }, - "globalVolume": { - "enable": { - "label": "Always start videos with this volume", - "title": "Makes all videos begin at your selected volume automatically" - }, - "settings": { - "amount": { - "label": "Video start volume", - "title": "The volume applied to every video when it begins playing" - } - }, - "title": "Global Volume Override" } } } From ca14894145a573ccc00ffa4a290a4128af079ef4 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 12 Feb 2026 19:56:15 -0500 Subject: [PATCH 1652/1783] New translations en-us.json (Vietnamese) --- public/locales/vi-VN.json | 98 +++++++++++++++++++++------------------ 1 file changed, 52 insertions(+), 46 deletions(-) diff --git a/public/locales/vi-VN.json b/public/locales/vi-VN.json index a0812a2d6..a227401a9 100644 --- a/public/locales/vi-VN.json +++ b/public/locales/vi-VN.json @@ -244,9 +244,9 @@ "singular": "Enable '{{OPTION}}' to configure this option", "specificOption": { "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option", "globalVolume": "Disable 'Remember last volume' to configure this option", - "rememberVolume": "Disable 'Global volume' to configure this option" + "rememberVolume": "Disable 'Global volume' to configure this option", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" } }, "scrollForMoreSettings": "Scroll for more settings", @@ -283,37 +283,6 @@ }, "settings": { "sections": { - "miniPlayer": { - "button": { - "label": "Mini Player button", - "title": "Adds a button that opens the Mini Player" - }, - "enable": { - "label": "Open Mini Player when viewing comments", - "title": "Automatically opens the Mini Player when you scroll to comments." - }, - "settings": { - "position": { - "select": { - "label": "Default Mini Player position", - "options": { - "bottomCenter": "Bottom center", - "bottomLeft": "Bottom left", - "bottomRight": "Bottom right", - "topCenter": "Top center", - "topLeft": "Top left", - "topRight": "Top right" - }, - "title": "Sets the starting position before you move the Mini Player." - } - }, - "size": { - "label": "Default Mini Player size", - "title": "Sets the initial size before you resize the Mini Player." - } - }, - "title": "Mini Player settings" - }, "customCSS": { "enable": { "label": "Custom CSS", @@ -386,6 +355,50 @@ }, "title": "Forward/rewind button settings" }, + "globalVolume": { + "enable": { + "label": "Always start videos with this volume", + "title": "Makes all videos begin at your selected volume automatically" + }, + "settings": { + "amount": { + "label": "Video start volume", + "title": "The volume applied to every video when it begins playing" + } + }, + "title": "Global Volume Override" + }, + "miniPlayer": { + "button": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, + "enable": { + "label": "Open Mini Player when viewing comments", + "title": "Automatically opens the Mini Player when you scroll to comments." + }, + "settings": { + "position": { + "select": { + "label": "Default Mini Player position", + "options": { + "bottomCenter": "Bottom center", + "bottomLeft": "Bottom left", + "bottomRight": "Bottom right", + "topCenter": "Top center", + "topLeft": "Top left", + "topRight": "Top right" + }, + "title": "Sets the starting position before you move the Mini Player." + } + }, + "size": { + "label": "Default Mini Player size", + "title": "Sets the initial size before you resize the Mini Player." + } + }, + "title": "Mini Player settings" + }, "miscellaneous": { "settings": { "automaticTheaterMode": { @@ -430,6 +443,12 @@ "title": "Automatically shows more videos on end screen when you load a video" } }, + "blockNumberKeySeeking": { + "enable": { + "label": "Block number key seeking", + "title": "Prevents pressing 0-9 from jumping to a percentage of the video" + } + }, "copyTimestampUrlButton": { "enable": { "label": "Copy video URL with timestamp button", @@ -870,19 +889,6 @@ } }, "title": "Volume boost settings" - }, - "globalVolume": { - "enable": { - "label": "Always start videos with this volume", - "title": "Makes all videos begin at your selected volume automatically" - }, - "settings": { - "amount": { - "label": "Video start volume", - "title": "The volume applied to every video when it begins playing" - } - }, - "title": "Global Volume Override" } } } From a0bf6a6ebad246c32b6c49e5958f29fa50e54b0b Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 12 Feb 2026 19:56:16 -0500 Subject: [PATCH 1653/1783] New translations en-us.json (Persian) --- public/locales/fa-IR.json | 98 +++++++++++++++++++++------------------ 1 file changed, 52 insertions(+), 46 deletions(-) diff --git a/public/locales/fa-IR.json b/public/locales/fa-IR.json index 607e35b70..a77f08c08 100644 --- a/public/locales/fa-IR.json +++ b/public/locales/fa-IR.json @@ -244,9 +244,9 @@ "singular": "Enable '{{OPTION}}' to configure this option", "specificOption": { "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option", "globalVolume": "Disable 'Remember last volume' to configure this option", - "rememberVolume": "Disable 'Global volume' to configure this option" + "rememberVolume": "Disable 'Global volume' to configure this option", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" } }, "scrollForMoreSettings": "Scroll for more settings", @@ -283,37 +283,6 @@ }, "settings": { "sections": { - "miniPlayer": { - "button": { - "label": "Mini Player button", - "title": "Adds a button that opens the Mini Player" - }, - "enable": { - "label": "Open Mini Player when viewing comments", - "title": "Automatically opens the Mini Player when you scroll to comments." - }, - "settings": { - "position": { - "select": { - "label": "Default Mini Player position", - "options": { - "bottomCenter": "Bottom center", - "bottomLeft": "Bottom left", - "bottomRight": "Bottom right", - "topCenter": "Top center", - "topLeft": "Top left", - "topRight": "Top right" - }, - "title": "Sets the starting position before you move the Mini Player." - } - }, - "size": { - "label": "Default Mini Player size", - "title": "Sets the initial size before you resize the Mini Player." - } - }, - "title": "Mini Player settings" - }, "customCSS": { "enable": { "label": "Custom CSS", @@ -386,6 +355,50 @@ }, "title": "Forward/rewind button settings" }, + "globalVolume": { + "enable": { + "label": "Always start videos with this volume", + "title": "Makes all videos begin at your selected volume automatically" + }, + "settings": { + "amount": { + "label": "Video start volume", + "title": "The volume applied to every video when it begins playing" + } + }, + "title": "Global Volume Override" + }, + "miniPlayer": { + "button": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, + "enable": { + "label": "Open Mini Player when viewing comments", + "title": "Automatically opens the Mini Player when you scroll to comments." + }, + "settings": { + "position": { + "select": { + "label": "Default Mini Player position", + "options": { + "bottomCenter": "Bottom center", + "bottomLeft": "Bottom left", + "bottomRight": "Bottom right", + "topCenter": "Top center", + "topLeft": "Top left", + "topRight": "Top right" + }, + "title": "Sets the starting position before you move the Mini Player." + } + }, + "size": { + "label": "Default Mini Player size", + "title": "Sets the initial size before you resize the Mini Player." + } + }, + "title": "Mini Player settings" + }, "miscellaneous": { "settings": { "automaticTheaterMode": { @@ -430,6 +443,12 @@ "title": "Automatically shows more videos on end screen when you load a video" } }, + "blockNumberKeySeeking": { + "enable": { + "label": "Block number key seeking", + "title": "Prevents pressing 0-9 from jumping to a percentage of the video" + } + }, "copyTimestampUrlButton": { "enable": { "label": "Copy video URL with timestamp button", @@ -870,19 +889,6 @@ } }, "title": "Volume boost settings" - }, - "globalVolume": { - "enable": { - "label": "Always start videos with this volume", - "title": "Makes all videos begin at your selected volume automatically" - }, - "settings": { - "amount": { - "label": "Video start volume", - "title": "The volume applied to every video when it begins playing" - } - }, - "title": "Global Volume Override" } } } From 166678cecdd2a61eacbcdf4754458ff9c156cde5 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 12 Feb 2026 19:56:17 -0500 Subject: [PATCH 1654/1783] New translations en-us.json (Hindi) --- public/locales/hi-IN.json | 98 +++++++++++++++++++++------------------ 1 file changed, 52 insertions(+), 46 deletions(-) diff --git a/public/locales/hi-IN.json b/public/locales/hi-IN.json index 110dced1c..16b90df0a 100644 --- a/public/locales/hi-IN.json +++ b/public/locales/hi-IN.json @@ -244,9 +244,9 @@ "singular": "Enable '{{OPTION}}' to configure this option", "specificOption": { "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option", "globalVolume": "Disable 'Remember last volume' to configure this option", - "rememberVolume": "Disable 'Global volume' to configure this option" + "rememberVolume": "Disable 'Global volume' to configure this option", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" } }, "scrollForMoreSettings": "Scroll for more settings", @@ -283,37 +283,6 @@ }, "settings": { "sections": { - "miniPlayer": { - "button": { - "label": "Mini Player button", - "title": "Adds a button that opens the Mini Player" - }, - "enable": { - "label": "Open Mini Player when viewing comments", - "title": "Automatically opens the Mini Player when you scroll to comments." - }, - "settings": { - "position": { - "select": { - "label": "Default Mini Player position", - "options": { - "bottomCenter": "Bottom center", - "bottomLeft": "Bottom left", - "bottomRight": "Bottom right", - "topCenter": "Top center", - "topLeft": "Top left", - "topRight": "Top right" - }, - "title": "Sets the starting position before you move the Mini Player." - } - }, - "size": { - "label": "Default Mini Player size", - "title": "Sets the initial size before you resize the Mini Player." - } - }, - "title": "Mini Player settings" - }, "customCSS": { "enable": { "label": "Custom CSS", @@ -386,6 +355,50 @@ }, "title": "Forward/rewind button settings" }, + "globalVolume": { + "enable": { + "label": "Always start videos with this volume", + "title": "Makes all videos begin at your selected volume automatically" + }, + "settings": { + "amount": { + "label": "Video start volume", + "title": "The volume applied to every video when it begins playing" + } + }, + "title": "Global Volume Override" + }, + "miniPlayer": { + "button": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, + "enable": { + "label": "Open Mini Player when viewing comments", + "title": "Automatically opens the Mini Player when you scroll to comments." + }, + "settings": { + "position": { + "select": { + "label": "Default Mini Player position", + "options": { + "bottomCenter": "Bottom center", + "bottomLeft": "Bottom left", + "bottomRight": "Bottom right", + "topCenter": "Top center", + "topLeft": "Top left", + "topRight": "Top right" + }, + "title": "Sets the starting position before you move the Mini Player." + } + }, + "size": { + "label": "Default Mini Player size", + "title": "Sets the initial size before you resize the Mini Player." + } + }, + "title": "Mini Player settings" + }, "miscellaneous": { "settings": { "automaticTheaterMode": { @@ -430,6 +443,12 @@ "title": "Automatically shows more videos on end screen when you load a video" } }, + "blockNumberKeySeeking": { + "enable": { + "label": "Block number key seeking", + "title": "Prevents pressing 0-9 from jumping to a percentage of the video" + } + }, "copyTimestampUrlButton": { "enable": { "label": "Copy video URL with timestamp button", @@ -870,19 +889,6 @@ } }, "title": "Volume boost settings" - }, - "globalVolume": { - "enable": { - "label": "Always start videos with this volume", - "title": "Makes all videos begin at your selected volume automatically" - }, - "settings": { - "amount": { - "label": "Video start volume", - "title": "The volume applied to every video when it begins playing" - } - }, - "title": "Global Volume Override" } } } From 2ac08d03b60bb06247a33713d7e10fb71ae9b936 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 12 Feb 2026 19:56:18 -0500 Subject: [PATCH 1655/1783] New translations en-us.json (English, United Kingdom) --- public/locales/en-GB.json | 98 +++++++++++++++++++++------------------ 1 file changed, 52 insertions(+), 46 deletions(-) diff --git a/public/locales/en-GB.json b/public/locales/en-GB.json index cd1f24e3f..43ae8ce29 100644 --- a/public/locales/en-GB.json +++ b/public/locales/en-GB.json @@ -244,9 +244,9 @@ "singular": "Enable '{{OPTION}}' to configure this option", "specificOption": { "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", - "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option", "globalVolume": "Disable 'Remember last volume' to configure this option", - "rememberVolume": "Disable 'Global volume' to configure this option" + "rememberVolume": "Disable 'Global volume' to configure this option", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" } }, "scrollForMoreSettings": "Scroll for more settings", @@ -283,37 +283,6 @@ }, "settings": { "sections": { - "miniPlayer": { - "button": { - "label": "Mini Player button", - "title": "Adds a button that opens the Mini Player" - }, - "enable": { - "label": "Open Mini Player when viewing comments", - "title": "Automatically opens the Mini Player when you scroll to comments." - }, - "settings": { - "position": { - "select": { - "label": "Default Mini Player position", - "options": { - "bottomCenter": "Bottom center", - "bottomLeft": "Bottom left", - "bottomRight": "Bottom right", - "topCenter": "Top center", - "topLeft": "Top left", - "topRight": "Top right" - }, - "title": "Sets the starting position before you move the Mini Player." - } - }, - "size": { - "label": "Default Mini Player size", - "title": "Sets the initial size before you resize the Mini Player." - } - }, - "title": "Mini Player settings" - }, "customCSS": { "enable": { "label": "Custom CSS", @@ -386,6 +355,50 @@ }, "title": "Forward/rewind button settings" }, + "globalVolume": { + "enable": { + "label": "Always start videos with this volume", + "title": "Makes all videos begin at your selected volume automatically" + }, + "settings": { + "amount": { + "label": "Video start volume", + "title": "The volume applied to every video when it begins playing" + } + }, + "title": "Global Volume Override" + }, + "miniPlayer": { + "button": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, + "enable": { + "label": "Open Mini Player when viewing comments", + "title": "Automatically opens the Mini Player when you scroll to comments." + }, + "settings": { + "position": { + "select": { + "label": "Default Mini Player position", + "options": { + "bottomCenter": "Bottom center", + "bottomLeft": "Bottom left", + "bottomRight": "Bottom right", + "topCenter": "Top center", + "topLeft": "Top left", + "topRight": "Top right" + }, + "title": "Sets the starting position before you move the Mini Player." + } + }, + "size": { + "label": "Default Mini Player size", + "title": "Sets the initial size before you resize the Mini Player." + } + }, + "title": "Mini Player settings" + }, "miscellaneous": { "settings": { "automaticTheaterMode": { @@ -430,6 +443,12 @@ "title": "Automatically shows more videos on end screen when you load a video" } }, + "blockNumberKeySeeking": { + "enable": { + "label": "Block number key seeking", + "title": "Prevents pressing 0-9 from jumping to a percentage of the video" + } + }, "copyTimestampUrlButton": { "enable": { "label": "Copy video URL with timestamp button", @@ -870,19 +889,6 @@ } }, "title": "Volume boost settings" - }, - "globalVolume": { - "enable": { - "label": "Always start videos with this volume", - "title": "Makes all videos begin at your selected volume automatically" - }, - "settings": { - "amount": { - "label": "Video start volume", - "title": "The volume applied to every video when it begins playing" - } - }, - "title": "Global Volume Override" } } } From e617386c5b4e9ee0c6161765bd7c623fb0c9616e Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 12 Feb 2026 22:14:56 -0500 Subject: [PATCH 1656/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index 255e8a761..91a5eda83 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -8,6 +8,16 @@ "pages": { "content": { "features": { + "flipVideoHorizontalButton": { + "button": { + "label": "Flip video horizontally" + } + }, + "flipVideoVerticalButton": { + "button": { + "label": "Flip video vertically" + } + }, "copyTimestampUrlButton": { "button": { "label": "Copiar URL do vídeo com a minutagem" @@ -164,7 +174,9 @@ "openTranscriptButton": "Abrir botão de transcrição", "rewindButton": "Botão Voltar", "screenshotButton": "Botão de captura de tela", - "volumeBoostButton": "Botão de ganho de volume" + "volumeBoostButton": "Botão de ganho de volume", + "flipVideoVerticalButton": "Flip video vertically button", + "flipVideoHorizontalButton": "Flip video horizontally button" }, "options": { "below_player": { @@ -622,6 +634,18 @@ "label": "Timestamp Preview", "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." } + }, + "flipVideoHorizontalButton": { + "enable": { + "label": "Horizontal video flip button", + "title": "Adds a button to flip the video horizontally" + } + }, + "flipVideoVerticalButton": { + "enable": { + "label": "Vertical video flip button", + "title": "Adds a button to flip the video vertically" + } } }, "title": "Diversos" From 71810ef606e491820c1b09cee51141987b991718 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 12 Feb 2026 22:14:57 -0500 Subject: [PATCH 1657/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index f5f0a1799..71aee43cc 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -8,6 +8,16 @@ "pages": { "content": { "features": { + "flipVideoHorizontalButton": { + "button": { + "label": "Flip video horizontally" + } + }, + "flipVideoVerticalButton": { + "button": { + "label": "Flip video vertically" + } + }, "copyTimestampUrlButton": { "button": { "label": "Kopiera videons webbadress med tidsstämpel" @@ -164,7 +174,9 @@ "openTranscriptButton": "Transkriptknapp", "rewindButton": "Återspolningsknapp", "screenshotButton": "Skärmbildsknapp", - "volumeBoostButton": "Volymökningsknapp" + "volumeBoostButton": "Volymökningsknapp", + "flipVideoVerticalButton": "Flip video vertically button", + "flipVideoHorizontalButton": "Flip video horizontally button" }, "options": { "below_player": { @@ -622,6 +634,18 @@ "label": "Förhandsgranskning för tidsstämpel", "title": "Förhandsgranska videon genom att hålla muspekaren över en tidsstämpel. Klicka på förhandsgranskningen för att starta uppspelningen från det ögonblicket." } + }, + "flipVideoHorizontalButton": { + "enable": { + "label": "Horizontal video flip button", + "title": "Adds a button to flip the video horizontally" + } + }, + "flipVideoVerticalButton": { + "enable": { + "label": "Vertical video flip button", + "title": "Adds a button to flip the video vertically" + } } }, "title": "Övriga inställningar" From ff5f57c61c3054ef5324c5a6d0e46c47c2df4bf2 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 12 Feb 2026 22:14:58 -0500 Subject: [PATCH 1658/1783] New translations en-us.json (Catalan) --- public/locales/ca-ES.json | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/public/locales/ca-ES.json b/public/locales/ca-ES.json index d4e29329f..09d5cf221 100644 --- a/public/locales/ca-ES.json +++ b/public/locales/ca-ES.json @@ -8,6 +8,16 @@ "pages": { "content": { "features": { + "flipVideoHorizontalButton": { + "button": { + "label": "Flip video horizontally" + } + }, + "flipVideoVerticalButton": { + "button": { + "label": "Flip video vertically" + } + }, "copyTimestampUrlButton": { "button": { "label": "Copy video URL with timestamp" @@ -164,7 +174,9 @@ "openTranscriptButton": "Open Transcript button", "rewindButton": "Rewind button", "screenshotButton": "Screenshot button", - "volumeBoostButton": "Volume Boost button" + "volumeBoostButton": "Volume Boost button", + "flipVideoVerticalButton": "Flip video vertically button", + "flipVideoHorizontalButton": "Flip video horizontally button" }, "options": { "below_player": { @@ -622,6 +634,18 @@ "label": "Timestamp Preview", "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." } + }, + "flipVideoHorizontalButton": { + "enable": { + "label": "Horizontal video flip button", + "title": "Adds a button to flip the video horizontally" + } + }, + "flipVideoVerticalButton": { + "enable": { + "label": "Vertical video flip button", + "title": "Adds a button to flip the video vertically" + } } }, "title": "Miscellaneous settings" From 7f364e84febd941121e8bf628dd062b5288c25df Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 12 Feb 2026 22:14:59 -0500 Subject: [PATCH 1659/1783] New translations en-us.json (French) --- public/locales/fr-FR.json | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/public/locales/fr-FR.json b/public/locales/fr-FR.json index 0eaa1a47f..39c67cc23 100644 --- a/public/locales/fr-FR.json +++ b/public/locales/fr-FR.json @@ -8,6 +8,16 @@ "pages": { "content": { "features": { + "flipVideoHorizontalButton": { + "button": { + "label": "Flip video horizontally" + } + }, + "flipVideoVerticalButton": { + "button": { + "label": "Flip video vertically" + } + }, "copyTimestampUrlButton": { "button": { "label": "Copier l'URL de la vidéo avec le timestamp" @@ -164,7 +174,9 @@ "openTranscriptButton": "Open Transcript button", "rewindButton": "Rewind button", "screenshotButton": "Screenshot button", - "volumeBoostButton": "Volume Boost button" + "volumeBoostButton": "Volume Boost button", + "flipVideoVerticalButton": "Flip video vertically button", + "flipVideoHorizontalButton": "Flip video horizontally button" }, "options": { "below_player": { @@ -622,6 +634,18 @@ "label": "Timestamp Preview", "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." } + }, + "flipVideoHorizontalButton": { + "enable": { + "label": "Horizontal video flip button", + "title": "Adds a button to flip the video horizontally" + } + }, + "flipVideoVerticalButton": { + "enable": { + "label": "Vertical video flip button", + "title": "Adds a button to flip the video vertically" + } } }, "title": "Autre paramètres" From fe8516bf9fe4ca518ad7201b0112f60e5ffe8f6c Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 12 Feb 2026 22:15:00 -0500 Subject: [PATCH 1660/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index f57bdf2f1..5515289f3 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -8,6 +8,16 @@ "pages": { "content": { "features": { + "flipVideoHorizontalButton": { + "button": { + "label": "Flip video horizontally" + } + }, + "flipVideoVerticalButton": { + "button": { + "label": "Flip video vertically" + } + }, "copyTimestampUrlButton": { "button": { "label": "タイムスタンプ付きの動画URLをコピーする" @@ -164,7 +174,9 @@ "openTranscriptButton": "文字起こしを見せるボタン", "rewindButton": "リワインドボタン", "screenshotButton": "スクリーンショットボタン", - "volumeBoostButton": "音量ブーストボタン" + "volumeBoostButton": "音量ブーストボタン", + "flipVideoVerticalButton": "Flip video vertically button", + "flipVideoHorizontalButton": "Flip video horizontally button" }, "options": { "below_player": { @@ -622,6 +634,18 @@ "label": "Timestamp Preview", "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." } + }, + "flipVideoHorizontalButton": { + "enable": { + "label": "Horizontal video flip button", + "title": "Adds a button to flip the video horizontally" + } + }, + "flipVideoVerticalButton": { + "enable": { + "label": "Vertical video flip button", + "title": "Adds a button to flip the video vertically" + } } }, "title": "他の設定" From 8ccae875db6d083408d635c951b70ecc89091581 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 12 Feb 2026 22:15:01 -0500 Subject: [PATCH 1661/1783] New translations en-us.json (Spanish) --- public/locales/es-ES.json | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index eadb89ee3..d40089fd1 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -8,6 +8,16 @@ "pages": { "content": { "features": { + "flipVideoHorizontalButton": { + "button": { + "label": "Flip video horizontally" + } + }, + "flipVideoVerticalButton": { + "button": { + "label": "Flip video vertically" + } + }, "copyTimestampUrlButton": { "button": { "label": "Copiar URL de vídeo con marca de tiempo" @@ -164,7 +174,9 @@ "openTranscriptButton": "Abrir botón de transcripción", "rewindButton": "Botón para rebobinar", "screenshotButton": "Botón de captura de pantalla", - "volumeBoostButton": "Botón para aumentar el volumen" + "volumeBoostButton": "Botón para aumentar el volumen", + "flipVideoVerticalButton": "Flip video vertically button", + "flipVideoHorizontalButton": "Flip video horizontally button" }, "options": { "below_player": { @@ -622,6 +634,18 @@ "label": "Timestamp Preview", "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." } + }, + "flipVideoHorizontalButton": { + "enable": { + "label": "Horizontal video flip button", + "title": "Adds a button to flip the video horizontally" + } + }, + "flipVideoVerticalButton": { + "enable": { + "label": "Vertical video flip button", + "title": "Adds a button to flip the video vertically" + } } }, "title": "Ajustes varios" From d39cbae4efe43c242858f6ce6a57c1646b7861b5 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 12 Feb 2026 22:15:02 -0500 Subject: [PATCH 1662/1783] New translations en-us.json (Czech) --- public/locales/cs-CZ.json | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/public/locales/cs-CZ.json b/public/locales/cs-CZ.json index ee797021a..51adfac13 100644 --- a/public/locales/cs-CZ.json +++ b/public/locales/cs-CZ.json @@ -8,6 +8,16 @@ "pages": { "content": { "features": { + "flipVideoHorizontalButton": { + "button": { + "label": "Flip video horizontally" + } + }, + "flipVideoVerticalButton": { + "button": { + "label": "Flip video vertically" + } + }, "copyTimestampUrlButton": { "button": { "label": "Copy video URL with timestamp" @@ -164,7 +174,9 @@ "openTranscriptButton": "Open Transcript button", "rewindButton": "Rewind button", "screenshotButton": "Screenshot button", - "volumeBoostButton": "Volume Boost button" + "volumeBoostButton": "Volume Boost button", + "flipVideoVerticalButton": "Flip video vertically button", + "flipVideoHorizontalButton": "Flip video horizontally button" }, "options": { "below_player": { @@ -622,6 +634,18 @@ "label": "Timestamp Preview", "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." } + }, + "flipVideoHorizontalButton": { + "enable": { + "label": "Horizontal video flip button", + "title": "Adds a button to flip the video horizontally" + } + }, + "flipVideoVerticalButton": { + "enable": { + "label": "Vertical video flip button", + "title": "Adds a button to flip the video vertically" + } } }, "title": "Miscellaneous settings" From f2a729d829109e6542b5e7970f20442605d26990 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 12 Feb 2026 22:15:03 -0500 Subject: [PATCH 1663/1783] New translations en-us.json (German) --- public/locales/de-DE.json | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/public/locales/de-DE.json b/public/locales/de-DE.json index c5398cf9d..f9484da59 100644 --- a/public/locales/de-DE.json +++ b/public/locales/de-DE.json @@ -8,6 +8,16 @@ "pages": { "content": { "features": { + "flipVideoHorizontalButton": { + "button": { + "label": "Flip video horizontally" + } + }, + "flipVideoVerticalButton": { + "button": { + "label": "Flip video vertically" + } + }, "copyTimestampUrlButton": { "button": { "label": "Video URL mit Zeitstempel kopieren" @@ -164,7 +174,9 @@ "openTranscriptButton": "Transkript", "rewindButton": "Zurückspulen", "screenshotButton": "Screenshot", - "volumeBoostButton": "Lautstärke-Boost" + "volumeBoostButton": "Lautstärke-Boost", + "flipVideoVerticalButton": "Flip video vertically button", + "flipVideoHorizontalButton": "Flip video horizontally button" }, "options": { "below_player": { @@ -622,6 +634,18 @@ "label": "Timestamp Preview", "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." } + }, + "flipVideoHorizontalButton": { + "enable": { + "label": "Horizontal video flip button", + "title": "Adds a button to flip the video horizontally" + } + }, + "flipVideoVerticalButton": { + "enable": { + "label": "Vertical video flip button", + "title": "Adds a button to flip the video vertically" + } } }, "title": "Weitere Einstellungen" From e44701ccb17f0fb8013603d401ee4a323be7f585 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 12 Feb 2026 22:15:04 -0500 Subject: [PATCH 1664/1783] New translations en-us.json (Hebrew) --- public/locales/he-IL.json | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/public/locales/he-IL.json b/public/locales/he-IL.json index e7cdb1806..67b5b54c4 100644 --- a/public/locales/he-IL.json +++ b/public/locales/he-IL.json @@ -8,6 +8,16 @@ "pages": { "content": { "features": { + "flipVideoHorizontalButton": { + "button": { + "label": "Flip video horizontally" + } + }, + "flipVideoVerticalButton": { + "button": { + "label": "Flip video vertically" + } + }, "copyTimestampUrlButton": { "button": { "label": "Copy video URL with timestamp" @@ -164,7 +174,9 @@ "openTranscriptButton": "Open Transcript button", "rewindButton": "Rewind button", "screenshotButton": "Screenshot button", - "volumeBoostButton": "Volume Boost button" + "volumeBoostButton": "Volume Boost button", + "flipVideoVerticalButton": "Flip video vertically button", + "flipVideoHorizontalButton": "Flip video horizontally button" }, "options": { "below_player": { @@ -622,6 +634,18 @@ "label": "Timestamp Preview", "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." } + }, + "flipVideoHorizontalButton": { + "enable": { + "label": "Horizontal video flip button", + "title": "Adds a button to flip the video horizontally" + } + }, + "flipVideoVerticalButton": { + "enable": { + "label": "Vertical video flip button", + "title": "Adds a button to flip the video vertically" + } } }, "title": "Miscellaneous settings" From 1ccefaf73a9956d8a312224196857537c8cdce3e Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 12 Feb 2026 22:15:05 -0500 Subject: [PATCH 1665/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index f0003107c..b014e7281 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -8,6 +8,16 @@ "pages": { "content": { "features": { + "flipVideoHorizontalButton": { + "button": { + "label": "Flip video horizontally" + } + }, + "flipVideoVerticalButton": { + "button": { + "label": "Flip video vertically" + } + }, "copyTimestampUrlButton": { "button": { "label": "Copia URL video con temporizzazione" @@ -164,7 +174,9 @@ "openTranscriptButton": "Pulsante Apri trascrizione", "rewindButton": "Pulsante Riavvolgi", "screenshotButton": "Pulsante Schermata", - "volumeBoostButton": "Pulsante Aumento volume" + "volumeBoostButton": "Pulsante Aumento volume", + "flipVideoVerticalButton": "Flip video vertically button", + "flipVideoHorizontalButton": "Flip video horizontally button" }, "options": { "below_player": { @@ -622,6 +634,18 @@ "label": "Anteprima marcatura oraria", "title": "Mostra in anteprima il video puntando un marcatore temporale. Clicca l'anteprima per iniziare la riproduzione da quel momento." } + }, + "flipVideoHorizontalButton": { + "enable": { + "label": "Horizontal video flip button", + "title": "Adds a button to flip the video horizontally" + } + }, + "flipVideoVerticalButton": { + "enable": { + "label": "Vertical video flip button", + "title": "Adds a button to flip the video vertically" + } } }, "title": "Impostazioni varie" From f1c45ca9f3a8d5867f37a2121172615e1167ae06 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 12 Feb 2026 22:15:06 -0500 Subject: [PATCH 1666/1783] New translations en-us.json (Korean) --- public/locales/ko-KR.json | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/public/locales/ko-KR.json b/public/locales/ko-KR.json index a3a8ace75..03fb6741e 100644 --- a/public/locales/ko-KR.json +++ b/public/locales/ko-KR.json @@ -8,6 +8,16 @@ "pages": { "content": { "features": { + "flipVideoHorizontalButton": { + "button": { + "label": "Flip video horizontally" + } + }, + "flipVideoVerticalButton": { + "button": { + "label": "Flip video vertically" + } + }, "copyTimestampUrlButton": { "button": { "label": "현재 시간 주소 복사" @@ -164,7 +174,9 @@ "openTranscriptButton": "스크립트 보기 버튼", "rewindButton": "되감기 버튼", "screenshotButton": "스크린샷 버튼", - "volumeBoostButton": "볼륨 부스트 버튼" + "volumeBoostButton": "볼륨 부스트 버튼", + "flipVideoVerticalButton": "Flip video vertically button", + "flipVideoHorizontalButton": "Flip video horizontally button" }, "options": { "below_player": { @@ -622,6 +634,18 @@ "label": "Timestamp Preview", "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." } + }, + "flipVideoHorizontalButton": { + "enable": { + "label": "Horizontal video flip button", + "title": "Adds a button to flip the video horizontally" + } + }, + "flipVideoVerticalButton": { + "enable": { + "label": "Vertical video flip button", + "title": "Adds a button to flip the video vertically" + } } }, "title": "기타 설정" From 689be8f3d1b4d12a2e158082c70e0f619c7c4546 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 12 Feb 2026 22:15:07 -0500 Subject: [PATCH 1667/1783] New translations en-us.json (Dutch) --- public/locales/nl-NL.json | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/public/locales/nl-NL.json b/public/locales/nl-NL.json index 6252e7497..12d6e4f18 100644 --- a/public/locales/nl-NL.json +++ b/public/locales/nl-NL.json @@ -8,6 +8,16 @@ "pages": { "content": { "features": { + "flipVideoHorizontalButton": { + "button": { + "label": "Flip video horizontally" + } + }, + "flipVideoVerticalButton": { + "button": { + "label": "Flip video vertically" + } + }, "copyTimestampUrlButton": { "button": { "label": "Kopieer video URL met tijdstempel" @@ -164,7 +174,9 @@ "openTranscriptButton": "Open ondertitels knop", "rewindButton": "Terugspoelknop", "screenshotButton": "Schermafbeelding knop", - "volumeBoostButton": "Volume boost knop" + "volumeBoostButton": "Volume boost knop", + "flipVideoVerticalButton": "Flip video vertically button", + "flipVideoHorizontalButton": "Flip video horizontally button" }, "options": { "below_player": { @@ -622,6 +634,18 @@ "label": "Timestamp Preview", "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." } + }, + "flipVideoHorizontalButton": { + "enable": { + "label": "Horizontal video flip button", + "title": "Adds a button to flip the video horizontally" + } + }, + "flipVideoVerticalButton": { + "enable": { + "label": "Vertical video flip button", + "title": "Adds a button to flip the video vertically" + } } }, "title": "Overige instellingen" From 2b951cf02d231612044775a6d04bd17a1bb39640 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 12 Feb 2026 22:15:08 -0500 Subject: [PATCH 1668/1783] New translations en-us.json (Polish) --- public/locales/pl-PL.json | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/public/locales/pl-PL.json b/public/locales/pl-PL.json index 72519a4aa..b3351cea8 100644 --- a/public/locales/pl-PL.json +++ b/public/locales/pl-PL.json @@ -8,6 +8,16 @@ "pages": { "content": { "features": { + "flipVideoHorizontalButton": { + "button": { + "label": "Flip video horizontally" + } + }, + "flipVideoVerticalButton": { + "button": { + "label": "Flip video vertically" + } + }, "copyTimestampUrlButton": { "button": { "label": "Kopiuj adres URL filmu ze znacznikiem czasu" @@ -164,7 +174,9 @@ "openTranscriptButton": "Open Transcript button", "rewindButton": "Rewind button", "screenshotButton": "Przycisk Zrzutu Ekranu", - "volumeBoostButton": "Przycisk Zwiększania Głośności" + "volumeBoostButton": "Przycisk Zwiększania Głośności", + "flipVideoVerticalButton": "Flip video vertically button", + "flipVideoHorizontalButton": "Flip video horizontally button" }, "options": { "below_player": { @@ -622,6 +634,18 @@ "label": "Timestamp Preview", "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." } + }, + "flipVideoHorizontalButton": { + "enable": { + "label": "Horizontal video flip button", + "title": "Adds a button to flip the video horizontally" + } + }, + "flipVideoVerticalButton": { + "enable": { + "label": "Vertical video flip button", + "title": "Adds a button to flip the video vertically" + } } }, "title": "Miscellaneous settings" From 2457e013e1014b584f42894f5414b7e90e1a7d43 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 12 Feb 2026 22:15:09 -0500 Subject: [PATCH 1669/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index 192c1c054..d3bb06829 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -8,6 +8,16 @@ "pages": { "content": { "features": { + "flipVideoHorizontalButton": { + "button": { + "label": "Flip video horizontally" + } + }, + "flipVideoVerticalButton": { + "button": { + "label": "Flip video vertically" + } + }, "copyTimestampUrlButton": { "button": { "label": "Копировать URL видео с таймкодом" @@ -164,7 +174,9 @@ "openTranscriptButton": "Кнопка «Открыть стенограмму»", "rewindButton": "Кнопка перемотки назад", "screenshotButton": "Кнопка «Скриншот»", - "volumeBoostButton": "Кнопка «Усиление громкости»" + "volumeBoostButton": "Кнопка «Усиление громкости»", + "flipVideoVerticalButton": "Flip video vertically button", + "flipVideoHorizontalButton": "Flip video horizontally button" }, "options": { "below_player": { @@ -622,6 +634,18 @@ "label": "Timestamp Preview", "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." } + }, + "flipVideoHorizontalButton": { + "enable": { + "label": "Horizontal video flip button", + "title": "Adds a button to flip the video horizontally" + } + }, + "flipVideoVerticalButton": { + "enable": { + "label": "Vertical video flip button", + "title": "Adds a button to flip the video vertically" + } } }, "title": "Прочие параметры" From 0058c7523a3d0964b6e9858fbccf8adf06fb8911 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 12 Feb 2026 22:15:10 -0500 Subject: [PATCH 1670/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index b63662eab..1f3deec9b 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -8,6 +8,16 @@ "pages": { "content": { "features": { + "flipVideoHorizontalButton": { + "button": { + "label": "Flip video horizontally" + } + }, + "flipVideoVerticalButton": { + "button": { + "label": "Flip video vertically" + } + }, "copyTimestampUrlButton": { "button": { "label": "Geçerli zamana ait video URL'sini kopyala" @@ -164,7 +174,9 @@ "openTranscriptButton": "Transkripti Aç butonu", "rewindButton": "Geri sarma düğmesi", "screenshotButton": "Ekran görüntüsü düğmesi", - "volumeBoostButton": "Ses güçlendirme düğmesi" + "volumeBoostButton": "Ses güçlendirme düğmesi", + "flipVideoVerticalButton": "Flip video vertically button", + "flipVideoHorizontalButton": "Flip video horizontally button" }, "options": { "below_player": { @@ -622,6 +634,18 @@ "label": "Timestamp Preview", "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." } + }, + "flipVideoHorizontalButton": { + "enable": { + "label": "Horizontal video flip button", + "title": "Adds a button to flip the video horizontally" + } + }, + "flipVideoVerticalButton": { + "enable": { + "label": "Vertical video flip button", + "title": "Adds a button to flip the video vertically" + } } }, "title": "Çeşitli ayarlar" From 3973aa4e946cecd2c829960e50b6c4f473d9ccde Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 12 Feb 2026 22:15:11 -0500 Subject: [PATCH 1671/1783] New translations en-us.json (Ukrainian) --- public/locales/uk-UA.json | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/public/locales/uk-UA.json b/public/locales/uk-UA.json index 6448a205a..1ac5353d2 100644 --- a/public/locales/uk-UA.json +++ b/public/locales/uk-UA.json @@ -8,6 +8,16 @@ "pages": { "content": { "features": { + "flipVideoHorizontalButton": { + "button": { + "label": "Flip video horizontally" + } + }, + "flipVideoVerticalButton": { + "button": { + "label": "Flip video vertically" + } + }, "copyTimestampUrlButton": { "button": { "label": "Скопіювати URL відео з міткою часу" @@ -164,7 +174,9 @@ "openTranscriptButton": "Кнопка відкрити транскрипт", "rewindButton": "Кнопка відмотки", "screenshotButton": "Кнопка для скріншота", - "volumeBoostButton": "Кнопка збільшення гучності" + "volumeBoostButton": "Кнопка збільшення гучності", + "flipVideoVerticalButton": "Flip video vertically button", + "flipVideoHorizontalButton": "Flip video horizontally button" }, "options": { "below_player": { @@ -622,6 +634,18 @@ "label": "Timestamp Preview", "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." } + }, + "flipVideoHorizontalButton": { + "enable": { + "label": "Horizontal video flip button", + "title": "Adds a button to flip the video horizontally" + } + }, + "flipVideoVerticalButton": { + "enable": { + "label": "Vertical video flip button", + "title": "Adds a button to flip the video vertically" + } } }, "title": "Miscellaneous settings" From bd7decd53eab4ae232d503959efb89a324fdc778 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 12 Feb 2026 22:15:12 -0500 Subject: [PATCH 1672/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index 71a5df107..d7b5f3f8e 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -8,6 +8,16 @@ "pages": { "content": { "features": { + "flipVideoHorizontalButton": { + "button": { + "label": "Flip video horizontally" + } + }, + "flipVideoVerticalButton": { + "button": { + "label": "Flip video vertically" + } + }, "copyTimestampUrlButton": { "button": { "label": "复制带有时间戳的视频 URL" @@ -164,7 +174,9 @@ "openTranscriptButton": "转写文稿按钮", "rewindButton": "快退按钮", "screenshotButton": "屏幕截图按钮", - "volumeBoostButton": "音量增强按钮" + "volumeBoostButton": "音量增强按钮", + "flipVideoVerticalButton": "Flip video vertically button", + "flipVideoHorizontalButton": "Flip video horizontally button" }, "options": { "below_player": { @@ -622,6 +634,18 @@ "label": "时间戳预览", "title": "通过悬停在时间戳预览视频。点击预览开始播放。" } + }, + "flipVideoHorizontalButton": { + "enable": { + "label": "Horizontal video flip button", + "title": "Adds a button to flip the video horizontally" + } + }, + "flipVideoVerticalButton": { + "enable": { + "label": "Vertical video flip button", + "title": "Adds a button to flip the video vertically" + } } }, "title": "其他设置" From bbc09b1edca7b405ae10092efac56b3e9f8a36b4 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 12 Feb 2026 22:15:13 -0500 Subject: [PATCH 1673/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index 94bba848f..90eebff46 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -8,6 +8,16 @@ "pages": { "content": { "features": { + "flipVideoHorizontalButton": { + "button": { + "label": "Flip video horizontally" + } + }, + "flipVideoVerticalButton": { + "button": { + "label": "Flip video vertically" + } + }, "copyTimestampUrlButton": { "button": { "label": "複製目前播放時間的影片網址" @@ -164,7 +174,9 @@ "openTranscriptButton": "開啟文字記錄按鈕", "rewindButton": "倒帶按鈕", "screenshotButton": "螢幕截圖按鈕", - "volumeBoostButton": "音量增強按鈕" + "volumeBoostButton": "音量增強按鈕", + "flipVideoVerticalButton": "Flip video vertically button", + "flipVideoHorizontalButton": "Flip video horizontally button" }, "options": { "below_player": { @@ -622,6 +634,18 @@ "label": "Timestamp Preview", "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." } + }, + "flipVideoHorizontalButton": { + "enable": { + "label": "Horizontal video flip button", + "title": "Adds a button to flip the video horizontally" + } + }, + "flipVideoVerticalButton": { + "enable": { + "label": "Vertical video flip button", + "title": "Adds a button to flip the video vertically" + } } }, "title": "其他設定" From 879601b302d2b0b0d2e1d4b169a48d195fd3fd11 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 12 Feb 2026 22:15:14 -0500 Subject: [PATCH 1674/1783] New translations en-us.json (Vietnamese) --- public/locales/vi-VN.json | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/public/locales/vi-VN.json b/public/locales/vi-VN.json index a227401a9..bb496f907 100644 --- a/public/locales/vi-VN.json +++ b/public/locales/vi-VN.json @@ -8,6 +8,16 @@ "pages": { "content": { "features": { + "flipVideoHorizontalButton": { + "button": { + "label": "Flip video horizontally" + } + }, + "flipVideoVerticalButton": { + "button": { + "label": "Flip video vertically" + } + }, "copyTimestampUrlButton": { "button": { "label": "Copy video URL with timestamp" @@ -164,7 +174,9 @@ "openTranscriptButton": "Open Transcript button", "rewindButton": "Rewind button", "screenshotButton": "Screenshot button", - "volumeBoostButton": "Volume Boost button" + "volumeBoostButton": "Volume Boost button", + "flipVideoVerticalButton": "Flip video vertically button", + "flipVideoHorizontalButton": "Flip video horizontally button" }, "options": { "below_player": { @@ -622,6 +634,18 @@ "label": "Timestamp Preview", "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." } + }, + "flipVideoHorizontalButton": { + "enable": { + "label": "Horizontal video flip button", + "title": "Adds a button to flip the video horizontally" + } + }, + "flipVideoVerticalButton": { + "enable": { + "label": "Vertical video flip button", + "title": "Adds a button to flip the video vertically" + } } }, "title": "Miscellaneous settings" From 55800387f7088d17890b543b211661e477bdf4ff Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 12 Feb 2026 22:15:15 -0500 Subject: [PATCH 1675/1783] New translations en-us.json (Persian) --- public/locales/fa-IR.json | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/public/locales/fa-IR.json b/public/locales/fa-IR.json index a77f08c08..edf464040 100644 --- a/public/locales/fa-IR.json +++ b/public/locales/fa-IR.json @@ -8,6 +8,16 @@ "pages": { "content": { "features": { + "flipVideoHorizontalButton": { + "button": { + "label": "Flip video horizontally" + } + }, + "flipVideoVerticalButton": { + "button": { + "label": "Flip video vertically" + } + }, "copyTimestampUrlButton": { "button": { "label": "Copy video URL with timestamp" @@ -164,7 +174,9 @@ "openTranscriptButton": "Open Transcript button", "rewindButton": "Rewind button", "screenshotButton": "Screenshot button", - "volumeBoostButton": "Volume Boost button" + "volumeBoostButton": "Volume Boost button", + "flipVideoVerticalButton": "Flip video vertically button", + "flipVideoHorizontalButton": "Flip video horizontally button" }, "options": { "below_player": { @@ -622,6 +634,18 @@ "label": "Timestamp Preview", "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." } + }, + "flipVideoHorizontalButton": { + "enable": { + "label": "Horizontal video flip button", + "title": "Adds a button to flip the video horizontally" + } + }, + "flipVideoVerticalButton": { + "enable": { + "label": "Vertical video flip button", + "title": "Adds a button to flip the video vertically" + } } }, "title": "Miscellaneous settings" From 3071df1c3434923cb8b600ac8f72ed6e8519ce98 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 12 Feb 2026 22:15:17 -0500 Subject: [PATCH 1676/1783] New translations en-us.json (Hindi) --- public/locales/hi-IN.json | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/public/locales/hi-IN.json b/public/locales/hi-IN.json index 16b90df0a..dae3f23c3 100644 --- a/public/locales/hi-IN.json +++ b/public/locales/hi-IN.json @@ -8,6 +8,16 @@ "pages": { "content": { "features": { + "flipVideoHorizontalButton": { + "button": { + "label": "Flip video horizontally" + } + }, + "flipVideoVerticalButton": { + "button": { + "label": "Flip video vertically" + } + }, "copyTimestampUrlButton": { "button": { "label": "टाइमस्टैम्प सहित वीडियो URL कॉपी करें" @@ -164,7 +174,9 @@ "openTranscriptButton": "Open Transcript button", "rewindButton": "Rewind button", "screenshotButton": "Screenshot button", - "volumeBoostButton": "Volume Boost button" + "volumeBoostButton": "Volume Boost button", + "flipVideoVerticalButton": "Flip video vertically button", + "flipVideoHorizontalButton": "Flip video horizontally button" }, "options": { "below_player": { @@ -622,6 +634,18 @@ "label": "Timestamp Preview", "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." } + }, + "flipVideoHorizontalButton": { + "enable": { + "label": "Horizontal video flip button", + "title": "Adds a button to flip the video horizontally" + } + }, + "flipVideoVerticalButton": { + "enable": { + "label": "Vertical video flip button", + "title": "Adds a button to flip the video vertically" + } } }, "title": "Miscellaneous settings" From 141c551609f54890baee6b48dcb8cf1589d3236f Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 12 Feb 2026 22:15:18 -0500 Subject: [PATCH 1677/1783] New translations en-us.json (English, United Kingdom) --- public/locales/en-GB.json | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/public/locales/en-GB.json b/public/locales/en-GB.json index 43ae8ce29..62d77a06e 100644 --- a/public/locales/en-GB.json +++ b/public/locales/en-GB.json @@ -8,6 +8,16 @@ "pages": { "content": { "features": { + "flipVideoHorizontalButton": { + "button": { + "label": "Flip video horizontally" + } + }, + "flipVideoVerticalButton": { + "button": { + "label": "Flip video vertically" + } + }, "copyTimestampUrlButton": { "button": { "label": "Copy video URL with timestamp" @@ -164,7 +174,9 @@ "openTranscriptButton": "Open Transcript button", "rewindButton": "Rewind button", "screenshotButton": "Screenshot button", - "volumeBoostButton": "Volume Boost button" + "volumeBoostButton": "Volume Boost button", + "flipVideoVerticalButton": "Flip video vertically button", + "flipVideoHorizontalButton": "Flip video horizontally button" }, "options": { "below_player": { @@ -622,6 +634,18 @@ "label": "Timestamp Preview", "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." } + }, + "flipVideoHorizontalButton": { + "enable": { + "label": "Horizontal video flip button", + "title": "Adds a button to flip the video horizontally" + } + }, + "flipVideoVerticalButton": { + "enable": { + "label": "Vertical video flip button", + "title": "Adds a button to flip the video vertically" + } } }, "title": "Miscellaneous settings" From 70cfafcc7939855322958564ff8fd1723091623f Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 13 Feb 2026 04:14:40 -0500 Subject: [PATCH 1678/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index d7b5f3f8e..247f9600a 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -10,12 +10,12 @@ "features": { "flipVideoHorizontalButton": { "button": { - "label": "Flip video horizontally" + "label": "水平翻转视频" } }, "flipVideoVerticalButton": { "button": { - "label": "Flip video vertically" + "label": "垂直翻转视频" } }, "copyTimestampUrlButton": { @@ -175,8 +175,8 @@ "rewindButton": "快退按钮", "screenshotButton": "屏幕截图按钮", "volumeBoostButton": "音量增强按钮", - "flipVideoVerticalButton": "Flip video vertically button", - "flipVideoHorizontalButton": "Flip video horizontally button" + "flipVideoVerticalButton": "垂直翻转视频按钮", + "flipVideoHorizontalButton": "水平翻转视频按钮" }, "options": { "below_player": { @@ -457,8 +457,8 @@ }, "blockNumberKeySeeking": { "enable": { - "label": "Block number key seeking", - "title": "Prevents pressing 0-9 from jumping to a percentage of the video" + "label": "禁止数字键快速跳转", + "title": "防止按0-9键跳转到视频的百分比" } }, "copyTimestampUrlButton": { @@ -637,14 +637,14 @@ }, "flipVideoHorizontalButton": { "enable": { - "label": "Horizontal video flip button", - "title": "Adds a button to flip the video horizontally" + "label": "水平视频翻转按钮", + "title": "添加一个按钮以水平翻转视频" } }, "flipVideoVerticalButton": { "enable": { - "label": "Vertical video flip button", - "title": "Adds a button to flip the video vertically" + "label": "垂直视频翻转按钮", + "title": "添加一个按钮以垂直翻转视频" } } }, From a54c62637a66f6dcb1f6e1adff01180426c06923 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 13 Feb 2026 07:26:37 -0500 Subject: [PATCH 1679/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index 1f3deec9b..03d2a00cb 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -457,8 +457,8 @@ }, "blockNumberKeySeeking": { "enable": { - "label": "Block number key seeking", - "title": "Prevents pressing 0-9 from jumping to a percentage of the video" + "label": "Numara tuşlarıyla atlamayı engelle", + "title": "0-9 tuşlarına basıldığında videonun belirli bir yüzdesine atlamayı engeller." } }, "copyTimestampUrlButton": { From 3dcb4eb9c11a2e1f9c51fb21e0c3ffa491c07016 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 13 Feb 2026 12:42:52 -0500 Subject: [PATCH 1680/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index b014e7281..c4278dd5c 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -457,7 +457,7 @@ }, "blockNumberKeySeeking": { "enable": { - "label": "Block number key seeking", + "label": "Blocca ricerca chiave numero", "title": "Prevents pressing 0-9 from jumping to a percentage of the video" } }, From 1d0270fd6929a5ddabbf716285cc7eb592abe903 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 13 Feb 2026 14:13:56 -0500 Subject: [PATCH 1681/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index c4278dd5c..56ca2cea5 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -10,12 +10,12 @@ "features": { "flipVideoHorizontalButton": { "button": { - "label": "Flip video horizontally" + "label": "Ribalta video orizzontalmente" } }, "flipVideoVerticalButton": { "button": { - "label": "Flip video vertically" + "label": "Ribalta video verticalmente" } }, "copyTimestampUrlButton": { @@ -175,8 +175,8 @@ "rewindButton": "Pulsante Riavvolgi", "screenshotButton": "Pulsante Schermata", "volumeBoostButton": "Pulsante Aumento volume", - "flipVideoVerticalButton": "Flip video vertically button", - "flipVideoHorizontalButton": "Flip video horizontally button" + "flipVideoVerticalButton": "Pulsante 'Ribalta video verticalmente'", + "flipVideoHorizontalButton": "Pulsante 'Ribalta video orizzontalmente'" }, "options": { "below_player": { @@ -458,7 +458,7 @@ "blockNumberKeySeeking": { "enable": { "label": "Blocca ricerca chiave numero", - "title": "Prevents pressing 0-9 from jumping to a percentage of the video" + "title": "Impedisce alla pressione 0-9 di attuare salti a una percentuale del video" } }, "copyTimestampUrlButton": { @@ -637,14 +637,14 @@ }, "flipVideoHorizontalButton": { "enable": { - "label": "Horizontal video flip button", - "title": "Adds a button to flip the video horizontally" + "label": "Pulsante capovolgimento video orizzontale", + "title": "Aggiunge un pulsante per capovolgere il video orizzontalmente" } }, "flipVideoVerticalButton": { "enable": { - "label": "Vertical video flip button", - "title": "Adds a button to flip the video vertically" + "label": "Pulsante capovolgimento video verticale", + "title": "Aggiunge un pulsante per capovolgere il video verticalmente" } } }, From e0070f0893cc5da3478f1ab4699393907a2aea67 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 18 Feb 2026 20:36:58 -0500 Subject: [PATCH 1682/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index 91a5eda83..507adb0b1 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -132,10 +132,10 @@ }, "volumeBoostButton": { "button": { - "label": "Aumento de volume", + "label": "Volume Boost ({{value}} dB)", "toggle": { "off": "Aumento de volume desativado", - "on": "Aumento de volume ativado" + "on": "Volume boost ({{value}} dB)" } } } @@ -899,7 +899,11 @@ "settings": { "amount": { "label": "Aumento de volume (dB)", - "title": "O valor para aumentar o volume" + "title": "The amount to boost the volume by. You can also scroll over the volume boost button (Shift/Ctrl for larger steps) to adjust it." + }, + "amount_global_only": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by." }, "mode": { "select": { From 05788d462e70e43640a2f07165e7f54dd8401e6c Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 18 Feb 2026 20:36:59 -0500 Subject: [PATCH 1683/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index 71aee43cc..a83a4bbed 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -132,10 +132,10 @@ }, "volumeBoostButton": { "button": { - "label": "Volymökning", + "label": "Volume Boost ({{value}} dB)", "toggle": { "off": "Volymökning av", - "on": "Volymökning på" + "on": "Volume boost ({{value}} dB)" } } } @@ -899,7 +899,11 @@ "settings": { "amount": { "label": "Volymökningsmängd (dB)", - "title": "Hur mycket ljudet ska öka med" + "title": "The amount to boost the volume by. You can also scroll over the volume boost button (Shift/Ctrl for larger steps) to adjust it." + }, + "amount_global_only": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by." }, "mode": { "select": { From 3a8e6c5066c57d692045ac46b17ddd36634e274d Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 18 Feb 2026 20:37:00 -0500 Subject: [PATCH 1684/1783] New translations en-us.json (Catalan) --- public/locales/ca-ES.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/public/locales/ca-ES.json b/public/locales/ca-ES.json index 09d5cf221..6a45aef37 100644 --- a/public/locales/ca-ES.json +++ b/public/locales/ca-ES.json @@ -132,10 +132,10 @@ }, "volumeBoostButton": { "button": { - "label": "Volume Boost", + "label": "Volume Boost ({{value}} dB)", "toggle": { "off": "Volume boost off", - "on": "Volume boost on" + "on": "Volume boost ({{value}} dB)" } } } @@ -899,7 +899,11 @@ "settings": { "amount": { "label": "Volume boost amount (dB)", - "title": "The amount to boost the volume by" + "title": "The amount to boost the volume by. You can also scroll over the volume boost button (Shift/Ctrl for larger steps) to adjust it." + }, + "amount_global_only": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by." }, "mode": { "select": { From 0f43d205f3614132c21d59a5fc5e568af394c5fa Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 18 Feb 2026 20:37:01 -0500 Subject: [PATCH 1685/1783] New translations en-us.json (French) --- public/locales/fr-FR.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/public/locales/fr-FR.json b/public/locales/fr-FR.json index 39c67cc23..4cd20e9a7 100644 --- a/public/locales/fr-FR.json +++ b/public/locales/fr-FR.json @@ -132,10 +132,10 @@ }, "volumeBoostButton": { "button": { - "label": "Volume Boost", + "label": "Volume Boost ({{value}} dB)", "toggle": { "off": "Volume boost off", - "on": "Volume boost on" + "on": "Volume boost ({{value}} dB)" } } } @@ -899,7 +899,11 @@ "settings": { "amount": { "label": "Gain du volume (dB)", - "title": "La quantité de gain pour le volume" + "title": "The amount to boost the volume by. You can also scroll over the volume boost button (Shift/Ctrl for larger steps) to adjust it." + }, + "amount_global_only": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by." }, "mode": { "select": { From ba2373683c98cef7f577437693ab12d0aa8d122b Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 18 Feb 2026 20:37:02 -0500 Subject: [PATCH 1686/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index 5515289f3..3515383a1 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -132,10 +132,10 @@ }, "volumeBoostButton": { "button": { - "label": "音量ブースト", + "label": "Volume Boost ({{value}} dB)", "toggle": { "off": "音量ブーストオフ", - "on": "音量ブーストオン" + "on": "Volume boost ({{value}} dB)" } } } @@ -899,7 +899,11 @@ "settings": { "amount": { "label": "音量ブーストの量(dB)", - "title": "音量を上げる量" + "title": "The amount to boost the volume by. You can also scroll over the volume boost button (Shift/Ctrl for larger steps) to adjust it." + }, + "amount_global_only": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by." }, "mode": { "select": { From bc7f1ec6224f6022452efdc90b2b3a1b64c30c2a Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 18 Feb 2026 20:37:03 -0500 Subject: [PATCH 1687/1783] New translations en-us.json (Spanish) --- public/locales/es-ES.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index d40089fd1..636a4476d 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -132,10 +132,10 @@ }, "volumeBoostButton": { "button": { - "label": "Potenciador de volumen", + "label": "Volume Boost ({{value}} dB)", "toggle": { "off": "Desactivar potenciador de volumen", - "on": "Activar potenciador de volumen" + "on": "Volume boost ({{value}} dB)" } } } @@ -899,7 +899,11 @@ "settings": { "amount": { "label": "Incremento de volumen (dB)", - "title": "Cuantos decibelios quieres aumentar el volumen" + "title": "The amount to boost the volume by. You can also scroll over the volume boost button (Shift/Ctrl for larger steps) to adjust it." + }, + "amount_global_only": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by." }, "mode": { "select": { From 6c65ec117c9aee881270c2a090b672455c1a69e4 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 18 Feb 2026 20:37:04 -0500 Subject: [PATCH 1688/1783] New translations en-us.json (Czech) --- public/locales/cs-CZ.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/public/locales/cs-CZ.json b/public/locales/cs-CZ.json index 51adfac13..98d9f4b38 100644 --- a/public/locales/cs-CZ.json +++ b/public/locales/cs-CZ.json @@ -132,10 +132,10 @@ }, "volumeBoostButton": { "button": { - "label": "Volume Boost", + "label": "Volume Boost ({{value}} dB)", "toggle": { "off": "Volume boost off", - "on": "Volume boost on" + "on": "Volume boost ({{value}} dB)" } } } @@ -899,7 +899,11 @@ "settings": { "amount": { "label": "Volume boost amount (dB)", - "title": "The amount to boost the volume by" + "title": "The amount to boost the volume by. You can also scroll over the volume boost button (Shift/Ctrl for larger steps) to adjust it." + }, + "amount_global_only": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by." }, "mode": { "select": { From bdaecdf0cab04f946edca642b9cb491fbcc803b2 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 18 Feb 2026 20:37:05 -0500 Subject: [PATCH 1689/1783] New translations en-us.json (German) --- public/locales/de-DE.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/public/locales/de-DE.json b/public/locales/de-DE.json index f9484da59..f14f8985c 100644 --- a/public/locales/de-DE.json +++ b/public/locales/de-DE.json @@ -132,10 +132,10 @@ }, "volumeBoostButton": { "button": { - "label": "Volume Boost", + "label": "Volume Boost ({{value}} dB)", "toggle": { "off": "Volume boost off", - "on": "Volume boost on" + "on": "Volume boost ({{value}} dB)" } } } @@ -899,7 +899,11 @@ "settings": { "amount": { "label": "Volume boost amount (dB)", - "title": "The amount to boost the volume by" + "title": "The amount to boost the volume by. You can also scroll over the volume boost button (Shift/Ctrl for larger steps) to adjust it." + }, + "amount_global_only": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by." }, "mode": { "select": { From edf7e73aefe61f2af65fb6ee5efb25cd839e7580 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 18 Feb 2026 20:37:06 -0500 Subject: [PATCH 1690/1783] New translations en-us.json (Hebrew) --- public/locales/he-IL.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/public/locales/he-IL.json b/public/locales/he-IL.json index 67b5b54c4..5b762852a 100644 --- a/public/locales/he-IL.json +++ b/public/locales/he-IL.json @@ -132,10 +132,10 @@ }, "volumeBoostButton": { "button": { - "label": "Volume Boost", + "label": "Volume Boost ({{value}} dB)", "toggle": { "off": "Volume boost off", - "on": "Volume boost on" + "on": "Volume boost ({{value}} dB)" } } } @@ -899,7 +899,11 @@ "settings": { "amount": { "label": "Volume boost amount (dB)", - "title": "The amount to boost the volume by" + "title": "The amount to boost the volume by. You can also scroll over the volume boost button (Shift/Ctrl for larger steps) to adjust it." + }, + "amount_global_only": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by." }, "mode": { "select": { From 0a98ec3e0ec66b9d9289e9bb17235e7a5f8705c8 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 18 Feb 2026 20:37:08 -0500 Subject: [PATCH 1691/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index 56ca2cea5..b6417fa19 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -132,10 +132,10 @@ }, "volumeBoostButton": { "button": { - "label": "Aumento volume", + "label": "Volume Boost ({{value}} dB)", "toggle": { "off": "Aumento volume NO", - "on": "Aumento volume SÌ" + "on": "Volume boost ({{value}} dB)" } } } @@ -899,7 +899,11 @@ "settings": { "amount": { "label": "Aumento volume (dB)", - "title": "La quantità da aggiungere al volume" + "title": "The amount to boost the volume by. You can also scroll over the volume boost button (Shift/Ctrl for larger steps) to adjust it." + }, + "amount_global_only": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by." }, "mode": { "select": { From 7707dfdd6a6dbf1de75abd4cc4574413d3cc2500 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 18 Feb 2026 20:37:09 -0500 Subject: [PATCH 1692/1783] New translations en-us.json (Korean) --- public/locales/ko-KR.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/public/locales/ko-KR.json b/public/locales/ko-KR.json index 03fb6741e..73eb57b9a 100644 --- a/public/locales/ko-KR.json +++ b/public/locales/ko-KR.json @@ -132,10 +132,10 @@ }, "volumeBoostButton": { "button": { - "label": "볼륨 부스트", + "label": "Volume Boost ({{value}} dB)", "toggle": { "off": "볼륨 부스트 끄기", - "on": "볼륨 부스트 켜기" + "on": "Volume boost ({{value}} dB)" } } } @@ -899,7 +899,11 @@ "settings": { "amount": { "label": "부피 부스트(dB)", - "title": "높을 수록 소리가 커집니다." + "title": "The amount to boost the volume by. You can also scroll over the volume boost button (Shift/Ctrl for larger steps) to adjust it." + }, + "amount_global_only": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by." }, "mode": { "select": { From 137532e43ee1939d476daf569aefb334d3e8ce52 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 18 Feb 2026 20:37:10 -0500 Subject: [PATCH 1693/1783] New translations en-us.json (Dutch) --- public/locales/nl-NL.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/public/locales/nl-NL.json b/public/locales/nl-NL.json index 12d6e4f18..a48acc232 100644 --- a/public/locales/nl-NL.json +++ b/public/locales/nl-NL.json @@ -132,10 +132,10 @@ }, "volumeBoostButton": { "button": { - "label": "Volume boost", + "label": "Volume Boost ({{value}} dB)", "toggle": { "off": "Volume boost uit", - "on": "Volume boost aan" + "on": "Volume boost ({{value}} dB)" } } } @@ -899,7 +899,11 @@ "settings": { "amount": { "label": "Volume boost hoeveelheid (dB)", - "title": "De hoeveelheid waarmee je video's wilt boosten" + "title": "The amount to boost the volume by. You can also scroll over the volume boost button (Shift/Ctrl for larger steps) to adjust it." + }, + "amount_global_only": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by." }, "mode": { "select": { From 3298dc37c0a21d8000dfd5f478e046dfee4d4a23 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 18 Feb 2026 20:37:11 -0500 Subject: [PATCH 1694/1783] New translations en-us.json (Polish) --- public/locales/pl-PL.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/public/locales/pl-PL.json b/public/locales/pl-PL.json index b3351cea8..c40073199 100644 --- a/public/locales/pl-PL.json +++ b/public/locales/pl-PL.json @@ -132,10 +132,10 @@ }, "volumeBoostButton": { "button": { - "label": "Zwiększ głośność", + "label": "Volume Boost ({{value}} dB)", "toggle": { "off": "Zwiększenie głośności wyłączone", - "on": "Zwiększenie głośności włączone" + "on": "Volume boost ({{value}} dB)" } } } @@ -899,7 +899,11 @@ "settings": { "amount": { "label": "Wartość zwiększenia głośności (dB)", - "title": "O ile należy zwiększyć głośność" + "title": "The amount to boost the volume by. You can also scroll over the volume boost button (Shift/Ctrl for larger steps) to adjust it." + }, + "amount_global_only": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by." }, "mode": { "select": { From 41c93400db708effb62cf36f19cc68d8921fc82a Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 18 Feb 2026 20:37:12 -0500 Subject: [PATCH 1695/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index d3bb06829..d8e5f4837 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -132,10 +132,10 @@ }, "volumeBoostButton": { "button": { - "label": "Усиление громкости", + "label": "Volume Boost ({{value}} dB)", "toggle": { "off": "Увеличение громкости выключено", - "on": "Увеличение громкости включено" + "on": "Volume boost ({{value}} dB)" } } } @@ -899,7 +899,11 @@ "settings": { "amount": { "label": "Значение увеличения громкости (дБ)", - "title": "Значение, на которое будет увеличена громкость" + "title": "The amount to boost the volume by. You can also scroll over the volume boost button (Shift/Ctrl for larger steps) to adjust it." + }, + "amount_global_only": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by." }, "mode": { "select": { From dd3f62ebc860aa3e53c0274eba9dd2564f8757f5 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 18 Feb 2026 20:37:13 -0500 Subject: [PATCH 1696/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index 03d2a00cb..61aaacc35 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -132,10 +132,10 @@ }, "volumeBoostButton": { "button": { - "label": "Ses Yükseltici", + "label": "Volume Boost ({{value}} dB)", "toggle": { "off": "Ses Yükseltici Devredışı", - "on": "Ses Yükseltici Aktif" + "on": "Volume boost ({{value}} dB)" } } } @@ -899,7 +899,11 @@ "settings": { "amount": { "label": "Ses güçlendirme miktarı (dB)", - "title": "Ses güçlendirme miktarı" + "title": "The amount to boost the volume by. You can also scroll over the volume boost button (Shift/Ctrl for larger steps) to adjust it." + }, + "amount_global_only": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by." }, "mode": { "select": { From 411c5f584f434546e3cc603eb78e5ec198bfd71f Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 18 Feb 2026 20:37:14 -0500 Subject: [PATCH 1697/1783] New translations en-us.json (Ukrainian) --- public/locales/uk-UA.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/public/locales/uk-UA.json b/public/locales/uk-UA.json index 1ac5353d2..59d21d66d 100644 --- a/public/locales/uk-UA.json +++ b/public/locales/uk-UA.json @@ -132,10 +132,10 @@ }, "volumeBoostButton": { "button": { - "label": "Збільшення гучності", + "label": "Volume Boost ({{value}} dB)", "toggle": { "off": "Вимкнути збільшення гучності", - "on": "Включити збільшення гучності" + "on": "Volume boost ({{value}} dB)" } } } @@ -899,7 +899,11 @@ "settings": { "amount": { "label": "Volume boost amount (dB)", - "title": "The amount to boost the volume by" + "title": "The amount to boost the volume by. You can also scroll over the volume boost button (Shift/Ctrl for larger steps) to adjust it." + }, + "amount_global_only": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by." }, "mode": { "select": { From e2b15ffdb69e39653586dbf7a053cc55c0336899 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 18 Feb 2026 20:37:15 -0500 Subject: [PATCH 1698/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index 247f9600a..5e7d53292 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -132,10 +132,10 @@ }, "volumeBoostButton": { "button": { - "label": "音量增强", + "label": "Volume Boost ({{value}} dB)", "toggle": { "off": "关闭音量增强", - "on": "开启音量增强" + "on": "Volume boost ({{value}} dB)" } } } @@ -899,7 +899,11 @@ "settings": { "amount": { "label": "音量提升量(分贝)", - "title": "音量提升量(分贝)" + "title": "The amount to boost the volume by. You can also scroll over the volume boost button (Shift/Ctrl for larger steps) to adjust it." + }, + "amount_global_only": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by." }, "mode": { "select": { From 169021562d1044d9a833fd777f58fc59d7da2acd Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 18 Feb 2026 20:37:16 -0500 Subject: [PATCH 1699/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index 90eebff46..8e1107619 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -132,10 +132,10 @@ }, "volumeBoostButton": { "button": { - "label": "音量增強", + "label": "Volume Boost ({{value}} dB)", "toggle": { "off": "關閉音量增強", - "on": "啟用音量增強" + "on": "Volume boost ({{value}} dB)" } } } @@ -899,7 +899,11 @@ "settings": { "amount": { "label": "音量增強度 (分貝)", - "title": "將音量增幅至" + "title": "The amount to boost the volume by. You can also scroll over the volume boost button (Shift/Ctrl for larger steps) to adjust it." + }, + "amount_global_only": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by." }, "mode": { "select": { From 128ad5f1af285d415b1ed96905c0658006a3cef5 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 18 Feb 2026 20:37:18 -0500 Subject: [PATCH 1700/1783] New translations en-us.json (Vietnamese) --- public/locales/vi-VN.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/public/locales/vi-VN.json b/public/locales/vi-VN.json index bb496f907..6e9dbe656 100644 --- a/public/locales/vi-VN.json +++ b/public/locales/vi-VN.json @@ -132,10 +132,10 @@ }, "volumeBoostButton": { "button": { - "label": "Volume Boost", + "label": "Volume Boost ({{value}} dB)", "toggle": { "off": "Volume boost off", - "on": "Volume boost on" + "on": "Volume boost ({{value}} dB)" } } } @@ -899,7 +899,11 @@ "settings": { "amount": { "label": "Volume boost amount (dB)", - "title": "The amount to boost the volume by" + "title": "The amount to boost the volume by. You can also scroll over the volume boost button (Shift/Ctrl for larger steps) to adjust it." + }, + "amount_global_only": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by." }, "mode": { "select": { From 6c123b2feecc7d3b51cdfba0fc1550b451d3eafd Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 18 Feb 2026 20:37:19 -0500 Subject: [PATCH 1701/1783] New translations en-us.json (Persian) --- public/locales/fa-IR.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/public/locales/fa-IR.json b/public/locales/fa-IR.json index edf464040..45a216a40 100644 --- a/public/locales/fa-IR.json +++ b/public/locales/fa-IR.json @@ -132,10 +132,10 @@ }, "volumeBoostButton": { "button": { - "label": "Volume Boost", + "label": "Volume Boost ({{value}} dB)", "toggle": { "off": "Volume boost off", - "on": "Volume boost on" + "on": "Volume boost ({{value}} dB)" } } } @@ -899,7 +899,11 @@ "settings": { "amount": { "label": "Volume boost amount (dB)", - "title": "The amount to boost the volume by" + "title": "The amount to boost the volume by. You can also scroll over the volume boost button (Shift/Ctrl for larger steps) to adjust it." + }, + "amount_global_only": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by." }, "mode": { "select": { From 09287e73d3f5adb4b1a01dab91af4121823f4ed9 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 18 Feb 2026 20:37:20 -0500 Subject: [PATCH 1702/1783] New translations en-us.json (Hindi) --- public/locales/hi-IN.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/public/locales/hi-IN.json b/public/locales/hi-IN.json index dae3f23c3..16cbc4a4d 100644 --- a/public/locales/hi-IN.json +++ b/public/locales/hi-IN.json @@ -132,10 +132,10 @@ }, "volumeBoostButton": { "button": { - "label": "Volume Boost", + "label": "Volume Boost ({{value}} dB)", "toggle": { "off": "Volume boost off", - "on": "Volume boost on" + "on": "Volume boost ({{value}} dB)" } } } @@ -899,7 +899,11 @@ "settings": { "amount": { "label": "Volume boost amount (dB)", - "title": "The amount to boost the volume by" + "title": "The amount to boost the volume by. You can also scroll over the volume boost button (Shift/Ctrl for larger steps) to adjust it." + }, + "amount_global_only": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by." }, "mode": { "select": { From d6e83584dfbb9839b12b0e5a9decf5677e941526 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 18 Feb 2026 20:37:21 -0500 Subject: [PATCH 1703/1783] New translations en-us.json (English, United Kingdom) --- public/locales/en-GB.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/public/locales/en-GB.json b/public/locales/en-GB.json index 62d77a06e..96f10cc29 100644 --- a/public/locales/en-GB.json +++ b/public/locales/en-GB.json @@ -132,10 +132,10 @@ }, "volumeBoostButton": { "button": { - "label": "Volume Boost", + "label": "Volume Boost ({{value}} dB)", "toggle": { "off": "Volume boost off", - "on": "Volume boost on" + "on": "Volume boost ({{value}} dB)" } } } @@ -899,7 +899,11 @@ "settings": { "amount": { "label": "Volume boost amount (dB)", - "title": "The amount to boost the volume by" + "title": "The amount to boost the volume by. You can also scroll over the volume boost button (Shift/Ctrl for larger steps) to adjust it." + }, + "amount_global_only": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by." }, "mode": { "select": { From dbd1cb28af5d7490a954acfe521d4e30c5aae0d0 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 19 Feb 2026 04:40:51 -0500 Subject: [PATCH 1704/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index b6417fa19..a3dd80602 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -132,10 +132,10 @@ }, "volumeBoostButton": { "button": { - "label": "Volume Boost ({{value}} dB)", + "label": "Potenziamento volume ({{value}} dB)", "toggle": { "off": "Aumento volume NO", - "on": "Volume boost ({{value}} dB)" + "on": "Potenziamento volume ({{value}} dB)" } } } @@ -899,11 +899,11 @@ "settings": { "amount": { "label": "Aumento volume (dB)", - "title": "The amount to boost the volume by. You can also scroll over the volume boost button (Shift/Ctrl for larger steps) to adjust it." + "title": "La quantità di aumento per il volume. È anche possibile scorrere sopra il pulsante del volume (Maiusc/Ctrl per incrementi maggiori) per regolarlo." }, "amount_global_only": { - "label": "Volume boost amount (dB)", - "title": "The amount to boost the volume by." + "label": "Incremento volume (dB)", + "title": "La quantità da aggiungere al volume." }, "mode": { "select": { From 517c6dee766b236adbe5b5dece3dbd38b6a30fe1 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 20 Feb 2026 15:37:52 -0500 Subject: [PATCH 1705/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index 507adb0b1..7053ef292 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -10,12 +10,12 @@ "features": { "flipVideoHorizontalButton": { "button": { - "label": "Flip video horizontally" + "label": "Inverter vídeo horizontalmente" } }, "flipVideoVerticalButton": { "button": { - "label": "Flip video vertically" + "label": "Inverter o vídeo verticalmente" } }, "copyTimestampUrlButton": { @@ -72,8 +72,8 @@ "button": { "label": "Mini Player", "toggle": { - "off": "Mini Player off", - "on": "Mini Player on" + "off": "Mini Player desligado", + "on": "Mini Player ligado" } } }, @@ -132,10 +132,10 @@ }, "volumeBoostButton": { "button": { - "label": "Volume Boost ({{value}} dB)", + "label": "Ganho de Volume ({{value}} dB)", "toggle": { "off": "Aumento de volume desativado", - "on": "Volume boost ({{value}} dB)" + "on": "Ganho de volume ({{value}} dB)" } } } @@ -170,13 +170,13 @@ "increasePlaybackSpeedButton": "Botão de aumentar velocidade", "loopButton": "Botão Repetir", "maximizePlayerButton": "Botão Maximizar", - "miniPlayerButton": "Mini Player button", + "miniPlayerButton": "Botão do Mini Player", "openTranscriptButton": "Abrir botão de transcrição", "rewindButton": "Botão Voltar", "screenshotButton": "Botão de captura de tela", "volumeBoostButton": "Botão de ganho de volume", - "flipVideoVerticalButton": "Flip video vertically button", - "flipVideoHorizontalButton": "Flip video horizontally button" + "flipVideoVerticalButton": "Botão para Inverter o vídeo verticalmente", + "flipVideoHorizontalButton": "Botão para Inverter o vídeo horizontalmente" }, "options": { "below_player": { @@ -241,8 +241,8 @@ "title": "Idioma" }, "openSettingsOnMajorOrMinorVersionChange": { - "label": "Open settings page on update", - "title": "Opens the settings page when a major or minor version of YouTube Enhancer is installed" + "label": "Abrir a página de configurações na atualização", + "title": "Abre a página de configurações quando uma versão maior ou menor do YouTube Enhancer é instalada" }, "optionDisabled": { "either": { @@ -256,8 +256,8 @@ "singular": "Ative o '{{OPTION}}' para configurar esta opção", "specificOption": { "featureMenu": "Altere pelo menos um botão no menu de recursos para configurar esta opção.", - "globalVolume": "Disable 'Remember last volume' to configure this option", - "rememberVolume": "Disable 'Global volume' to configure this option", + "globalVolume": "Desative 'Lembrar último volume' para configurar esta opção", + "rememberVolume": "Desative 'Lembrar último volume' para configurar esta opção", "screenshotButtonFileFormat": "Defina o tipo de salvamento da captura de tela como 'Arquivo' ou 'Ambos' para configurar esta opção" } }, @@ -369,8 +369,8 @@ }, "globalVolume": { "enable": { - "label": "Always start videos with this volume", - "title": "Makes all videos begin at your selected volume automatically" + "label": "Sempre iniciar vídeos com este volume", + "title": "Faz com que todos os vídeos comecem no seu volume selecionado automaticamente" }, "settings": { "amount": { From e9f8153efb4eceade0302502b4cfce7f1c9be711 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 20 Feb 2026 16:49:17 -0500 Subject: [PATCH 1706/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 58 +++++++++++++++++++-------------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index 7053ef292..7a2813e63 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -374,42 +374,42 @@ }, "settings": { "amount": { - "label": "Video start volume", - "title": "The volume applied to every video when it begins playing" + "label": "Volume inicial de vídeo", + "title": "O volume aplicado a cada vídeo quando ele começa a reproduzir" } }, - "title": "Global Volume Override" + "title": "Substituição de Volume Global" }, "miniPlayer": { "button": { - "label": "Mini Player button", - "title": "Adds a button that opens the Mini Player" + "label": "Botão do Mini Player", + "title": "Adiciona um botão que abre o Mini Player" }, "enable": { - "label": "Open Mini Player when viewing comments", - "title": "Automatically opens the Mini Player when you scroll to comments." + "label": "Abrir Mini Player ao ver comentários", + "title": "Abrir automaticamente o Mini Player ao rolar para os comentários." }, "settings": { "position": { "select": { - "label": "Default Mini Player position", + "label": "Posição padrão Mini Player", "options": { - "bottomCenter": "Bottom center", - "bottomLeft": "Bottom left", - "bottomRight": "Bottom right", - "topCenter": "Top center", - "topLeft": "Top left", - "topRight": "Top right" + "bottomCenter": "Centro inferior", + "bottomLeft": "Canto inferior esquerdo", + "bottomRight": "Canto inferior direito", + "topCenter": "Superior no centro", + "topLeft": "Superior Esquerdo", + "topRight": "Superior direita" }, - "title": "Sets the starting position before you move the Mini Player." + "title": "Define a posição inicial antes de mover o Mini Player." } }, "size": { - "label": "Default Mini Player size", - "title": "Sets the initial size before you resize the Mini Player." + "label": "Tamanho padrão do Mini Player", + "title": "Define o tamanho inicial antes de redimensionar o Mini Player." } }, - "title": "Mini Player settings" + "title": "Configurações do Mini Player" }, "miscellaneous": { "settings": { @@ -457,8 +457,8 @@ }, "blockNumberKeySeeking": { "enable": { - "label": "Block number key seeking", - "title": "Prevents pressing 0-9 from jumping to a percentage of the video" + "label": "Bloquear tecla de número em busca", + "title": "Impede que se pule 0-9 para uma porcentagem do vídeo" } }, "copyTimestampUrlButton": { @@ -631,20 +631,20 @@ }, "timestampPeek": { "enable": { - "label": "Timestamp Preview", - "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." + "label": "Pré-visualização de Timestamp", + "title": "Pré-visualize o vídeo passando o mouse sobre um timestamp. Clique na pré-visualização para começar a reprodução a partir daquele momento." } }, "flipVideoHorizontalButton": { "enable": { - "label": "Horizontal video flip button", - "title": "Adds a button to flip the video horizontally" + "label": "Botão de girar vídeo horizontal", + "title": "Adiciona um botão para virar o vídeo horizontalmente" } }, "flipVideoVerticalButton": { "enable": { - "label": "Vertical video flip button", - "title": "Adds a button to flip the video vertically" + "label": "Botão de girar vídeo verticalmente", + "title": "Adiciona um botão para virar o vídeo verticalmente" } } }, @@ -899,11 +899,11 @@ "settings": { "amount": { "label": "Aumento de volume (dB)", - "title": "The amount to boost the volume by. You can also scroll over the volume boost button (Shift/Ctrl for larger steps) to adjust it." + "title": "O valor para ganho do volume. Você também pode rolar sobre o botão de impulso de volume (Shift/Ctrl para ganhos maiores) para ajustá-lo." }, "amount_global_only": { - "label": "Volume boost amount (dB)", - "title": "The amount to boost the volume by." + "label": "Quantidade de ganho de volume (dB)", + "title": "Valor de ganho de volume por." }, "mode": { "select": { From 99a16eecb5684f7bba6bfac1d741d72482ddbe65 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Sat, 21 Feb 2026 22:15:15 -0500 Subject: [PATCH 1707/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index 5e7d53292..28a2af074 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -132,10 +132,10 @@ }, "volumeBoostButton": { "button": { - "label": "Volume Boost ({{value}} dB)", + "label": "音量提升 ({{value}} 分贝)", "toggle": { "off": "关闭音量增强", - "on": "Volume boost ({{value}} dB)" + "on": "音量提升 ({{value}} 分贝)" } } } @@ -899,11 +899,11 @@ "settings": { "amount": { "label": "音量提升量(分贝)", - "title": "The amount to boost the volume by. You can also scroll over the volume boost button (Shift/Ctrl for larger steps) to adjust it." + "title": "每步音量提升的多少。您也可以滚动音量提升按钮(Shift/Ctrl更大步) 来调整音量。" }, "amount_global_only": { - "label": "Volume boost amount (dB)", - "title": "The amount to boost the volume by." + "label": "音量提升量(分贝)", + "title": "音量提升的多少。" }, "mode": { "select": { From db11804e4b45728b6fd2944c5b527261be33db1f Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 23 Feb 2026 14:59:54 -0500 Subject: [PATCH 1708/1783] New translations en-us.json (Spanish) --- public/locales/es-ES.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index 636a4476d..d9a1ce78d 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -198,7 +198,7 @@ }, "title": "Coloca el {{BUTTON_NAME}} a la {{PLACEMENT}}" }, - "title": "Button placement settings" + "title": "Ajustes de ubicación de botones" }, "clearData": { "allDataDeleted": "Todos los datos han sido eliminados.", @@ -209,7 +209,7 @@ "select": { "label": "Tipo de activación del menú", "options": { - "click": "Click", + "click": "Hacer clic", "hover": "Pasar el cursor por encima" }, "title": "Selecciona el método para abrir el menú" @@ -352,7 +352,7 @@ } } }, - "title": "YouTube deep dark settings" + "title": "Ajustes de tono muy oscuro de YouTube" }, "forwardRewindButtons": { "enable": { From a4c9fe28d05e613033bab780adaf086d7acb58e4 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 23 Feb 2026 23:02:21 -0500 Subject: [PATCH 1709/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index 7a2813e63..d3510cc96 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -8,6 +8,15 @@ "pages": { "content": { "features": { + "monoToStereoButton": { + "button": { + "label": "Mono Audio Handling", + "toggle": { + "on": "Mono → Stereo Output", + "off": "Original Audio" + } + } + }, "flipVideoHorizontalButton": { "button": { "label": "Inverter vídeo horizontalmente" @@ -176,7 +185,8 @@ "screenshotButton": "Botão de captura de tela", "volumeBoostButton": "Botão de ganho de volume", "flipVideoVerticalButton": "Botão para Inverter o vídeo verticalmente", - "flipVideoHorizontalButton": "Botão para Inverter o vídeo horizontalmente" + "flipVideoHorizontalButton": "Botão para Inverter o vídeo horizontalmente", + "monoToStereoButton": "Mono to Stereo button" }, "options": { "below_player": { @@ -503,6 +513,12 @@ "title": "Oculta vídeos que só membros são permitidos a assistir" } }, + "monoToStereoButton": { + "enable": { + "label": "Mono to Stereo button", + "title": "Adds a button to convert mono audio to stereo. Stereo tracks remain unchanged." + } + }, "hideOfficialArtistVideosFromHomePage": { "enable": { "label": "Ocultar vídeos de artistas originais", From e47f965c8aac5469b0f284f42357103bdc72c43f Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 23 Feb 2026 23:02:22 -0500 Subject: [PATCH 1710/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index a83a4bbed..0e7b077d9 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -8,6 +8,15 @@ "pages": { "content": { "features": { + "monoToStereoButton": { + "button": { + "label": "Mono Audio Handling", + "toggle": { + "on": "Mono → Stereo Output", + "off": "Original Audio" + } + } + }, "flipVideoHorizontalButton": { "button": { "label": "Flip video horizontally" @@ -176,7 +185,8 @@ "screenshotButton": "Skärmbildsknapp", "volumeBoostButton": "Volymökningsknapp", "flipVideoVerticalButton": "Flip video vertically button", - "flipVideoHorizontalButton": "Flip video horizontally button" + "flipVideoHorizontalButton": "Flip video horizontally button", + "monoToStereoButton": "Mono to Stereo button" }, "options": { "below_player": { @@ -503,6 +513,12 @@ "title": "Döljer videor som endast är synliga för medlemmar" } }, + "monoToStereoButton": { + "enable": { + "label": "Mono to Stereo button", + "title": "Adds a button to convert mono audio to stereo. Stereo tracks remain unchanged." + } + }, "hideOfficialArtistVideosFromHomePage": { "enable": { "label": "Dölj officiella artistvideor", From fb845286062995f0ae42998243eafeb667042b98 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 23 Feb 2026 23:02:23 -0500 Subject: [PATCH 1711/1783] New translations en-us.json (Catalan) --- public/locales/ca-ES.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/public/locales/ca-ES.json b/public/locales/ca-ES.json index 6a45aef37..290c2233c 100644 --- a/public/locales/ca-ES.json +++ b/public/locales/ca-ES.json @@ -8,6 +8,15 @@ "pages": { "content": { "features": { + "monoToStereoButton": { + "button": { + "label": "Mono Audio Handling", + "toggle": { + "on": "Mono → Stereo Output", + "off": "Original Audio" + } + } + }, "flipVideoHorizontalButton": { "button": { "label": "Flip video horizontally" @@ -176,7 +185,8 @@ "screenshotButton": "Screenshot button", "volumeBoostButton": "Volume Boost button", "flipVideoVerticalButton": "Flip video vertically button", - "flipVideoHorizontalButton": "Flip video horizontally button" + "flipVideoHorizontalButton": "Flip video horizontally button", + "monoToStereoButton": "Mono to Stereo button" }, "options": { "below_player": { @@ -503,6 +513,12 @@ "title": "Hides videos that are only visible to members" } }, + "monoToStereoButton": { + "enable": { + "label": "Mono to Stereo button", + "title": "Adds a button to convert mono audio to stereo. Stereo tracks remain unchanged." + } + }, "hideOfficialArtistVideosFromHomePage": { "enable": { "label": "Hide Official Artist Videos", From 6b35857fd8697001424e4e95b2362e32929ef9e4 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 23 Feb 2026 23:02:24 -0500 Subject: [PATCH 1712/1783] New translations en-us.json (French) --- public/locales/fr-FR.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/public/locales/fr-FR.json b/public/locales/fr-FR.json index 4cd20e9a7..3698a4922 100644 --- a/public/locales/fr-FR.json +++ b/public/locales/fr-FR.json @@ -8,6 +8,15 @@ "pages": { "content": { "features": { + "monoToStereoButton": { + "button": { + "label": "Mono Audio Handling", + "toggle": { + "on": "Mono → Stereo Output", + "off": "Original Audio" + } + } + }, "flipVideoHorizontalButton": { "button": { "label": "Flip video horizontally" @@ -176,7 +185,8 @@ "screenshotButton": "Screenshot button", "volumeBoostButton": "Volume Boost button", "flipVideoVerticalButton": "Flip video vertically button", - "flipVideoHorizontalButton": "Flip video horizontally button" + "flipVideoHorizontalButton": "Flip video horizontally button", + "monoToStereoButton": "Mono to Stereo button" }, "options": { "below_player": { @@ -503,6 +513,12 @@ "title": "Hides videos that are only visible to members" } }, + "monoToStereoButton": { + "enable": { + "label": "Mono to Stereo button", + "title": "Adds a button to convert mono audio to stereo. Stereo tracks remain unchanged." + } + }, "hideOfficialArtistVideosFromHomePage": { "enable": { "label": "Hide Official Artist Videos", From 3d874d6a10b8130cba26eeba932ac8f3360c758d Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 23 Feb 2026 23:02:25 -0500 Subject: [PATCH 1713/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index 3515383a1..94b195737 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -8,6 +8,15 @@ "pages": { "content": { "features": { + "monoToStereoButton": { + "button": { + "label": "Mono Audio Handling", + "toggle": { + "on": "Mono → Stereo Output", + "off": "Original Audio" + } + } + }, "flipVideoHorizontalButton": { "button": { "label": "Flip video horizontally" @@ -176,7 +185,8 @@ "screenshotButton": "スクリーンショットボタン", "volumeBoostButton": "音量ブーストボタン", "flipVideoVerticalButton": "Flip video vertically button", - "flipVideoHorizontalButton": "Flip video horizontally button" + "flipVideoHorizontalButton": "Flip video horizontally button", + "monoToStereoButton": "Mono to Stereo button" }, "options": { "below_player": { @@ -503,6 +513,12 @@ "title": "Hides videos that are only visible to members" } }, + "monoToStereoButton": { + "enable": { + "label": "Mono to Stereo button", + "title": "Adds a button to convert mono audio to stereo. Stereo tracks remain unchanged." + } + }, "hideOfficialArtistVideosFromHomePage": { "enable": { "label": "公式アーティストの動画を隠する", From fafe9d6b6a0bfbcedf8b1b4f76411d8d1e904a98 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 23 Feb 2026 23:02:26 -0500 Subject: [PATCH 1714/1783] New translations en-us.json (Spanish) --- public/locales/es-ES.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index d9a1ce78d..c4372314c 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -8,6 +8,15 @@ "pages": { "content": { "features": { + "monoToStereoButton": { + "button": { + "label": "Mono Audio Handling", + "toggle": { + "on": "Mono → Stereo Output", + "off": "Original Audio" + } + } + }, "flipVideoHorizontalButton": { "button": { "label": "Flip video horizontally" @@ -176,7 +185,8 @@ "screenshotButton": "Botón de captura de pantalla", "volumeBoostButton": "Botón para aumentar el volumen", "flipVideoVerticalButton": "Flip video vertically button", - "flipVideoHorizontalButton": "Flip video horizontally button" + "flipVideoHorizontalButton": "Flip video horizontally button", + "monoToStereoButton": "Mono to Stereo button" }, "options": { "below_player": { @@ -503,6 +513,12 @@ "title": "Oculta los vídeos que solo son visibles para los miembros" } }, + "monoToStereoButton": { + "enable": { + "label": "Mono to Stereo button", + "title": "Adds a button to convert mono audio to stereo. Stereo tracks remain unchanged." + } + }, "hideOfficialArtistVideosFromHomePage": { "enable": { "label": "Ocultar Videos Oficiales del Artista", From e29a56f5dac7d754512c2885cbf5abe84d40873e Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 23 Feb 2026 23:02:27 -0500 Subject: [PATCH 1715/1783] New translations en-us.json (Czech) --- public/locales/cs-CZ.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/public/locales/cs-CZ.json b/public/locales/cs-CZ.json index 98d9f4b38..c60ffdff9 100644 --- a/public/locales/cs-CZ.json +++ b/public/locales/cs-CZ.json @@ -8,6 +8,15 @@ "pages": { "content": { "features": { + "monoToStereoButton": { + "button": { + "label": "Mono Audio Handling", + "toggle": { + "on": "Mono → Stereo Output", + "off": "Original Audio" + } + } + }, "flipVideoHorizontalButton": { "button": { "label": "Flip video horizontally" @@ -176,7 +185,8 @@ "screenshotButton": "Screenshot button", "volumeBoostButton": "Volume Boost button", "flipVideoVerticalButton": "Flip video vertically button", - "flipVideoHorizontalButton": "Flip video horizontally button" + "flipVideoHorizontalButton": "Flip video horizontally button", + "monoToStereoButton": "Mono to Stereo button" }, "options": { "below_player": { @@ -503,6 +513,12 @@ "title": "Hides videos that are only visible to members" } }, + "monoToStereoButton": { + "enable": { + "label": "Mono to Stereo button", + "title": "Adds a button to convert mono audio to stereo. Stereo tracks remain unchanged." + } + }, "hideOfficialArtistVideosFromHomePage": { "enable": { "label": "Hide Official Artist Videos", From 7e4fbc9be294d733153aa405093e28b266abc107 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 23 Feb 2026 23:02:28 -0500 Subject: [PATCH 1716/1783] New translations en-us.json (German) --- public/locales/de-DE.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/public/locales/de-DE.json b/public/locales/de-DE.json index f14f8985c..07080213e 100644 --- a/public/locales/de-DE.json +++ b/public/locales/de-DE.json @@ -8,6 +8,15 @@ "pages": { "content": { "features": { + "monoToStereoButton": { + "button": { + "label": "Mono Audio Handling", + "toggle": { + "on": "Mono → Stereo Output", + "off": "Original Audio" + } + } + }, "flipVideoHorizontalButton": { "button": { "label": "Flip video horizontally" @@ -176,7 +185,8 @@ "screenshotButton": "Screenshot", "volumeBoostButton": "Lautstärke-Boost", "flipVideoVerticalButton": "Flip video vertically button", - "flipVideoHorizontalButton": "Flip video horizontally button" + "flipVideoHorizontalButton": "Flip video horizontally button", + "monoToStereoButton": "Mono to Stereo button" }, "options": { "below_player": { @@ -503,6 +513,12 @@ "title": "Hides videos that are only visible to members" } }, + "monoToStereoButton": { + "enable": { + "label": "Mono to Stereo button", + "title": "Adds a button to convert mono audio to stereo. Stereo tracks remain unchanged." + } + }, "hideOfficialArtistVideosFromHomePage": { "enable": { "label": "Hide Official Artist Videos", From 893a32959b76895a05efd52f8deadb459b5a7e59 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 23 Feb 2026 23:02:29 -0500 Subject: [PATCH 1717/1783] New translations en-us.json (Hebrew) --- public/locales/he-IL.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/public/locales/he-IL.json b/public/locales/he-IL.json index 5b762852a..fd727995f 100644 --- a/public/locales/he-IL.json +++ b/public/locales/he-IL.json @@ -8,6 +8,15 @@ "pages": { "content": { "features": { + "monoToStereoButton": { + "button": { + "label": "Mono Audio Handling", + "toggle": { + "on": "Mono → Stereo Output", + "off": "Original Audio" + } + } + }, "flipVideoHorizontalButton": { "button": { "label": "Flip video horizontally" @@ -176,7 +185,8 @@ "screenshotButton": "Screenshot button", "volumeBoostButton": "Volume Boost button", "flipVideoVerticalButton": "Flip video vertically button", - "flipVideoHorizontalButton": "Flip video horizontally button" + "flipVideoHorizontalButton": "Flip video horizontally button", + "monoToStereoButton": "Mono to Stereo button" }, "options": { "below_player": { @@ -503,6 +513,12 @@ "title": "Hides videos that are only visible to members" } }, + "monoToStereoButton": { + "enable": { + "label": "Mono to Stereo button", + "title": "Adds a button to convert mono audio to stereo. Stereo tracks remain unchanged." + } + }, "hideOfficialArtistVideosFromHomePage": { "enable": { "label": "Hide Official Artist Videos", From b3190f300f6ab821d59cba2856a5b107d62cdabd Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 23 Feb 2026 23:02:31 -0500 Subject: [PATCH 1718/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index a3dd80602..1577f1ddf 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -8,6 +8,15 @@ "pages": { "content": { "features": { + "monoToStereoButton": { + "button": { + "label": "Mono Audio Handling", + "toggle": { + "on": "Mono → Stereo Output", + "off": "Original Audio" + } + } + }, "flipVideoHorizontalButton": { "button": { "label": "Ribalta video orizzontalmente" @@ -176,7 +185,8 @@ "screenshotButton": "Pulsante Schermata", "volumeBoostButton": "Pulsante Aumento volume", "flipVideoVerticalButton": "Pulsante 'Ribalta video verticalmente'", - "flipVideoHorizontalButton": "Pulsante 'Ribalta video orizzontalmente'" + "flipVideoHorizontalButton": "Pulsante 'Ribalta video orizzontalmente'", + "monoToStereoButton": "Mono to Stereo button" }, "options": { "below_player": { @@ -503,6 +513,12 @@ "title": "Nasconde i video che sono visibili solo ai membri" } }, + "monoToStereoButton": { + "enable": { + "label": "Mono to Stereo button", + "title": "Adds a button to convert mono audio to stereo. Stereo tracks remain unchanged." + } + }, "hideOfficialArtistVideosFromHomePage": { "enable": { "label": "Nascondi video ufficiali dell'artista", From eedecc95b35bafcea744bca80527f04ea79ed852 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 23 Feb 2026 23:02:32 -0500 Subject: [PATCH 1719/1783] New translations en-us.json (Korean) --- public/locales/ko-KR.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/public/locales/ko-KR.json b/public/locales/ko-KR.json index 73eb57b9a..35ab1d037 100644 --- a/public/locales/ko-KR.json +++ b/public/locales/ko-KR.json @@ -8,6 +8,15 @@ "pages": { "content": { "features": { + "monoToStereoButton": { + "button": { + "label": "Mono Audio Handling", + "toggle": { + "on": "Mono → Stereo Output", + "off": "Original Audio" + } + } + }, "flipVideoHorizontalButton": { "button": { "label": "Flip video horizontally" @@ -176,7 +185,8 @@ "screenshotButton": "스크린샷 버튼", "volumeBoostButton": "볼륨 부스트 버튼", "flipVideoVerticalButton": "Flip video vertically button", - "flipVideoHorizontalButton": "Flip video horizontally button" + "flipVideoHorizontalButton": "Flip video horizontally button", + "monoToStereoButton": "Mono to Stereo button" }, "options": { "below_player": { @@ -503,6 +513,12 @@ "title": "Hides videos that are only visible to members" } }, + "monoToStereoButton": { + "enable": { + "label": "Mono to Stereo button", + "title": "Adds a button to convert mono audio to stereo. Stereo tracks remain unchanged." + } + }, "hideOfficialArtistVideosFromHomePage": { "enable": { "label": "Hide Official Artist Videos", From fe7d1404c1ec67843e0c07de2bdfd72a87d56480 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 23 Feb 2026 23:02:33 -0500 Subject: [PATCH 1720/1783] New translations en-us.json (Dutch) --- public/locales/nl-NL.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/public/locales/nl-NL.json b/public/locales/nl-NL.json index a48acc232..e28577a55 100644 --- a/public/locales/nl-NL.json +++ b/public/locales/nl-NL.json @@ -8,6 +8,15 @@ "pages": { "content": { "features": { + "monoToStereoButton": { + "button": { + "label": "Mono Audio Handling", + "toggle": { + "on": "Mono → Stereo Output", + "off": "Original Audio" + } + } + }, "flipVideoHorizontalButton": { "button": { "label": "Flip video horizontally" @@ -176,7 +185,8 @@ "screenshotButton": "Schermafbeelding knop", "volumeBoostButton": "Volume boost knop", "flipVideoVerticalButton": "Flip video vertically button", - "flipVideoHorizontalButton": "Flip video horizontally button" + "flipVideoHorizontalButton": "Flip video horizontally button", + "monoToStereoButton": "Mono to Stereo button" }, "options": { "below_player": { @@ -503,6 +513,12 @@ "title": "Hides videos that are only visible to members" } }, + "monoToStereoButton": { + "enable": { + "label": "Mono to Stereo button", + "title": "Adds a button to convert mono audio to stereo. Stereo tracks remain unchanged." + } + }, "hideOfficialArtistVideosFromHomePage": { "enable": { "label": "Verberg Officiële Artiest Video's", From 7d156d53dd24952acdf7de442aa79942bc5e12c7 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 23 Feb 2026 23:02:34 -0500 Subject: [PATCH 1721/1783] New translations en-us.json (Polish) --- public/locales/pl-PL.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/public/locales/pl-PL.json b/public/locales/pl-PL.json index c40073199..397b9a140 100644 --- a/public/locales/pl-PL.json +++ b/public/locales/pl-PL.json @@ -8,6 +8,15 @@ "pages": { "content": { "features": { + "monoToStereoButton": { + "button": { + "label": "Mono Audio Handling", + "toggle": { + "on": "Mono → Stereo Output", + "off": "Original Audio" + } + } + }, "flipVideoHorizontalButton": { "button": { "label": "Flip video horizontally" @@ -176,7 +185,8 @@ "screenshotButton": "Przycisk Zrzutu Ekranu", "volumeBoostButton": "Przycisk Zwiększania Głośności", "flipVideoVerticalButton": "Flip video vertically button", - "flipVideoHorizontalButton": "Flip video horizontally button" + "flipVideoHorizontalButton": "Flip video horizontally button", + "monoToStereoButton": "Mono to Stereo button" }, "options": { "below_player": { @@ -503,6 +513,12 @@ "title": "Hides videos that are only visible to members" } }, + "monoToStereoButton": { + "enable": { + "label": "Mono to Stereo button", + "title": "Adds a button to convert mono audio to stereo. Stereo tracks remain unchanged." + } + }, "hideOfficialArtistVideosFromHomePage": { "enable": { "label": "Hide Official Artist Videos", From ee8684c6be0a4d9bc1e38ad1832721e11d8fa5e3 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 23 Feb 2026 23:02:35 -0500 Subject: [PATCH 1722/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index d8e5f4837..7af7c5eab 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -8,6 +8,15 @@ "pages": { "content": { "features": { + "monoToStereoButton": { + "button": { + "label": "Mono Audio Handling", + "toggle": { + "on": "Mono → Stereo Output", + "off": "Original Audio" + } + } + }, "flipVideoHorizontalButton": { "button": { "label": "Flip video horizontally" @@ -176,7 +185,8 @@ "screenshotButton": "Кнопка «Скриншот»", "volumeBoostButton": "Кнопка «Усиление громкости»", "flipVideoVerticalButton": "Flip video vertically button", - "flipVideoHorizontalButton": "Flip video horizontally button" + "flipVideoHorizontalButton": "Flip video horizontally button", + "monoToStereoButton": "Mono to Stereo button" }, "options": { "below_player": { @@ -503,6 +513,12 @@ "title": "Hides videos that are only visible to members" } }, + "monoToStereoButton": { + "enable": { + "label": "Mono to Stereo button", + "title": "Adds a button to convert mono audio to stereo. Stereo tracks remain unchanged." + } + }, "hideOfficialArtistVideosFromHomePage": { "enable": { "label": "Скрывать официальные видео исполнителя", From 44870b286a7f0331045d8e08d93d05f07048cd81 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 23 Feb 2026 23:02:36 -0500 Subject: [PATCH 1723/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index 61aaacc35..c94ef8f6c 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -8,6 +8,15 @@ "pages": { "content": { "features": { + "monoToStereoButton": { + "button": { + "label": "Mono Ses İşlemesi", + "toggle": { + "on": "Mono'dan Stereo'ya Çıkış", + "off": "Orjinal Ses" + } + } + }, "flipVideoHorizontalButton": { "button": { "label": "Flip video horizontally" @@ -176,7 +185,8 @@ "screenshotButton": "Ekran görüntüsü düğmesi", "volumeBoostButton": "Ses güçlendirme düğmesi", "flipVideoVerticalButton": "Flip video vertically button", - "flipVideoHorizontalButton": "Flip video horizontally button" + "flipVideoHorizontalButton": "Flip video horizontally button", + "monoToStereoButton": "Mono'dan Stereo'ya düğmesi" }, "options": { "below_player": { @@ -503,6 +513,12 @@ "title": "Sadece üyelere görünen videoları gizle" } }, + "monoToStereoButton": { + "enable": { + "label": "Mono'dan Stereo'ya düğmesi", + "title": "Mono ses dosyalarını stereo'ya dönüştürmek için bir düğme ekler. Stereo parçalarda herhangi bir değişiklik yapılmaz." + } + }, "hideOfficialArtistVideosFromHomePage": { "enable": { "label": "Resmi Sanatçı Videolarını Gizle", From f62d80db58bb65367d4cf1c18146c359874b21a1 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 23 Feb 2026 23:02:37 -0500 Subject: [PATCH 1724/1783] New translations en-us.json (Ukrainian) --- public/locales/uk-UA.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/public/locales/uk-UA.json b/public/locales/uk-UA.json index 59d21d66d..d7be542ec 100644 --- a/public/locales/uk-UA.json +++ b/public/locales/uk-UA.json @@ -8,6 +8,15 @@ "pages": { "content": { "features": { + "monoToStereoButton": { + "button": { + "label": "Mono Audio Handling", + "toggle": { + "on": "Mono → Stereo Output", + "off": "Original Audio" + } + } + }, "flipVideoHorizontalButton": { "button": { "label": "Flip video horizontally" @@ -176,7 +185,8 @@ "screenshotButton": "Кнопка для скріншота", "volumeBoostButton": "Кнопка збільшення гучності", "flipVideoVerticalButton": "Flip video vertically button", - "flipVideoHorizontalButton": "Flip video horizontally button" + "flipVideoHorizontalButton": "Flip video horizontally button", + "monoToStereoButton": "Mono to Stereo button" }, "options": { "below_player": { @@ -503,6 +513,12 @@ "title": "Hides videos that are only visible to members" } }, + "monoToStereoButton": { + "enable": { + "label": "Mono to Stereo button", + "title": "Adds a button to convert mono audio to stereo. Stereo tracks remain unchanged." + } + }, "hideOfficialArtistVideosFromHomePage": { "enable": { "label": "Hide Official Artist Videos", From 9f7d68b254157ac1bf9f2b73c32ff5609233acdc Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 23 Feb 2026 23:02:39 -0500 Subject: [PATCH 1725/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index 28a2af074..086e80c90 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -8,6 +8,15 @@ "pages": { "content": { "features": { + "monoToStereoButton": { + "button": { + "label": "Mono Audio Handling", + "toggle": { + "on": "Mono → Stereo Output", + "off": "Original Audio" + } + } + }, "flipVideoHorizontalButton": { "button": { "label": "水平翻转视频" @@ -176,7 +185,8 @@ "screenshotButton": "屏幕截图按钮", "volumeBoostButton": "音量增强按钮", "flipVideoVerticalButton": "垂直翻转视频按钮", - "flipVideoHorizontalButton": "水平翻转视频按钮" + "flipVideoHorizontalButton": "水平翻转视频按钮", + "monoToStereoButton": "Mono to Stereo button" }, "options": { "below_player": { @@ -503,6 +513,12 @@ "title": "隐藏仅对会员可见的视频" } }, + "monoToStereoButton": { + "enable": { + "label": "Mono to Stereo button", + "title": "Adds a button to convert mono audio to stereo. Stereo tracks remain unchanged." + } + }, "hideOfficialArtistVideosFromHomePage": { "enable": { "label": "隐藏音乐人官方视频", From 4ea2a6a3d3f78521515d3f8867ece8f6c12588c3 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 23 Feb 2026 23:02:40 -0500 Subject: [PATCH 1726/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index 8e1107619..1a632a8b6 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -8,6 +8,15 @@ "pages": { "content": { "features": { + "monoToStereoButton": { + "button": { + "label": "Mono Audio Handling", + "toggle": { + "on": "Mono → Stereo Output", + "off": "Original Audio" + } + } + }, "flipVideoHorizontalButton": { "button": { "label": "Flip video horizontally" @@ -176,7 +185,8 @@ "screenshotButton": "螢幕截圖按鈕", "volumeBoostButton": "音量增強按鈕", "flipVideoVerticalButton": "Flip video vertically button", - "flipVideoHorizontalButton": "Flip video horizontally button" + "flipVideoHorizontalButton": "Flip video horizontally button", + "monoToStereoButton": "Mono to Stereo button" }, "options": { "below_player": { @@ -503,6 +513,12 @@ "title": "Hides videos that are only visible to members" } }, + "monoToStereoButton": { + "enable": { + "label": "Mono to Stereo button", + "title": "Adds a button to convert mono audio to stereo. Stereo tracks remain unchanged." + } + }, "hideOfficialArtistVideosFromHomePage": { "enable": { "label": "隱藏官方藝人影片", From 59bea0152772d83b427f19f40447db28730cd81e Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 23 Feb 2026 23:02:41 -0500 Subject: [PATCH 1727/1783] New translations en-us.json (Vietnamese) --- public/locales/vi-VN.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/public/locales/vi-VN.json b/public/locales/vi-VN.json index 6e9dbe656..fd5c85570 100644 --- a/public/locales/vi-VN.json +++ b/public/locales/vi-VN.json @@ -8,6 +8,15 @@ "pages": { "content": { "features": { + "monoToStereoButton": { + "button": { + "label": "Mono Audio Handling", + "toggle": { + "on": "Mono → Stereo Output", + "off": "Original Audio" + } + } + }, "flipVideoHorizontalButton": { "button": { "label": "Flip video horizontally" @@ -176,7 +185,8 @@ "screenshotButton": "Screenshot button", "volumeBoostButton": "Volume Boost button", "flipVideoVerticalButton": "Flip video vertically button", - "flipVideoHorizontalButton": "Flip video horizontally button" + "flipVideoHorizontalButton": "Flip video horizontally button", + "monoToStereoButton": "Mono to Stereo button" }, "options": { "below_player": { @@ -503,6 +513,12 @@ "title": "Hides videos that are only visible to members" } }, + "monoToStereoButton": { + "enable": { + "label": "Mono to Stereo button", + "title": "Adds a button to convert mono audio to stereo. Stereo tracks remain unchanged." + } + }, "hideOfficialArtistVideosFromHomePage": { "enable": { "label": "Hide Official Artist Videos", From 74bb0c3675b22941fb0ff1699e7b1bbba999e581 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 23 Feb 2026 23:02:42 -0500 Subject: [PATCH 1728/1783] New translations en-us.json (Persian) --- public/locales/fa-IR.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/public/locales/fa-IR.json b/public/locales/fa-IR.json index 45a216a40..b7cf83357 100644 --- a/public/locales/fa-IR.json +++ b/public/locales/fa-IR.json @@ -8,6 +8,15 @@ "pages": { "content": { "features": { + "monoToStereoButton": { + "button": { + "label": "Mono Audio Handling", + "toggle": { + "on": "Mono → Stereo Output", + "off": "Original Audio" + } + } + }, "flipVideoHorizontalButton": { "button": { "label": "Flip video horizontally" @@ -176,7 +185,8 @@ "screenshotButton": "Screenshot button", "volumeBoostButton": "Volume Boost button", "flipVideoVerticalButton": "Flip video vertically button", - "flipVideoHorizontalButton": "Flip video horizontally button" + "flipVideoHorizontalButton": "Flip video horizontally button", + "monoToStereoButton": "Mono to Stereo button" }, "options": { "below_player": { @@ -503,6 +513,12 @@ "title": "Hides videos that are only visible to members" } }, + "monoToStereoButton": { + "enable": { + "label": "Mono to Stereo button", + "title": "Adds a button to convert mono audio to stereo. Stereo tracks remain unchanged." + } + }, "hideOfficialArtistVideosFromHomePage": { "enable": { "label": "Hide Official Artist Videos", From 2fc0df43240d7308a854163804486243d1dd3f3d Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 23 Feb 2026 23:02:43 -0500 Subject: [PATCH 1729/1783] New translations en-us.json (Hindi) --- public/locales/hi-IN.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/public/locales/hi-IN.json b/public/locales/hi-IN.json index 16cbc4a4d..16bda0d93 100644 --- a/public/locales/hi-IN.json +++ b/public/locales/hi-IN.json @@ -8,6 +8,15 @@ "pages": { "content": { "features": { + "monoToStereoButton": { + "button": { + "label": "Mono Audio Handling", + "toggle": { + "on": "Mono → Stereo Output", + "off": "Original Audio" + } + } + }, "flipVideoHorizontalButton": { "button": { "label": "Flip video horizontally" @@ -176,7 +185,8 @@ "screenshotButton": "Screenshot button", "volumeBoostButton": "Volume Boost button", "flipVideoVerticalButton": "Flip video vertically button", - "flipVideoHorizontalButton": "Flip video horizontally button" + "flipVideoHorizontalButton": "Flip video horizontally button", + "monoToStereoButton": "Mono to Stereo button" }, "options": { "below_player": { @@ -503,6 +513,12 @@ "title": "Hides videos that are only visible to members" } }, + "monoToStereoButton": { + "enable": { + "label": "Mono to Stereo button", + "title": "Adds a button to convert mono audio to stereo. Stereo tracks remain unchanged." + } + }, "hideOfficialArtistVideosFromHomePage": { "enable": { "label": "Hide Official Artist Videos", From 69f3d1127da0c3fdd1f7512d5191bf468f2b6b86 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 23 Feb 2026 23:02:44 -0500 Subject: [PATCH 1730/1783] New translations en-us.json (English, United Kingdom) --- public/locales/en-GB.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/public/locales/en-GB.json b/public/locales/en-GB.json index 96f10cc29..29b8bef65 100644 --- a/public/locales/en-GB.json +++ b/public/locales/en-GB.json @@ -8,6 +8,15 @@ "pages": { "content": { "features": { + "monoToStereoButton": { + "button": { + "label": "Mono Audio Handling", + "toggle": { + "on": "Mono → Stereo Output", + "off": "Original Audio" + } + } + }, "flipVideoHorizontalButton": { "button": { "label": "Flip video horizontally" @@ -176,7 +185,8 @@ "screenshotButton": "Screenshot button", "volumeBoostButton": "Volume Boost button", "flipVideoVerticalButton": "Flip video vertically button", - "flipVideoHorizontalButton": "Flip video horizontally button" + "flipVideoHorizontalButton": "Flip video horizontally button", + "monoToStereoButton": "Mono to Stereo button" }, "options": { "below_player": { @@ -503,6 +513,12 @@ "title": "Hides videos that are only visible to members" } }, + "monoToStereoButton": { + "enable": { + "label": "Mono to Stereo button", + "title": "Adds a button to convert mono audio to stereo. Stereo tracks remain unchanged." + } + }, "hideOfficialArtistVideosFromHomePage": { "enable": { "label": "Hide Official Artist Videos", From 5bb282a90fecdf4aa1b22a55dade64dcf611136c Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 24 Feb 2026 05:25:00 -0500 Subject: [PATCH 1731/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index 1577f1ddf..54eed30f0 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -10,10 +10,10 @@ "features": { "monoToStereoButton": { "button": { - "label": "Mono Audio Handling", + "label": "Gestione audio mono", "toggle": { - "on": "Mono → Stereo Output", - "off": "Original Audio" + "on": "Audio mono/stereo", + "off": "Audio originale" } } }, @@ -186,7 +186,7 @@ "volumeBoostButton": "Pulsante Aumento volume", "flipVideoVerticalButton": "Pulsante 'Ribalta video verticalmente'", "flipVideoHorizontalButton": "Pulsante 'Ribalta video orizzontalmente'", - "monoToStereoButton": "Mono to Stereo button" + "monoToStereoButton": "Pulsante da mono a stereo" }, "options": { "below_player": { @@ -515,8 +515,8 @@ }, "monoToStereoButton": { "enable": { - "label": "Mono to Stereo button", - "title": "Adds a button to convert mono audio to stereo. Stereo tracks remain unchanged." + "label": "Pulsante da mono a stereo", + "title": "Aggiunge un pulsante per convertire l'audio mono in stereo. Le tracce stereo rimangono invariate." } }, "hideOfficialArtistVideosFromHomePage": { From fbc795881ae0d1bb2348bf9b2adfeb4cb8931502 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 24 Feb 2026 19:22:44 -0500 Subject: [PATCH 1732/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index 0e7b077d9..bcf7f51dd 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -13,18 +13,18 @@ "label": "Mono Audio Handling", "toggle": { "on": "Mono → Stereo Output", - "off": "Original Audio" + "off": "Originalljud" } } }, "flipVideoHorizontalButton": { "button": { - "label": "Flip video horizontally" + "label": "Vänd videon horisontellt" } }, "flipVideoVerticalButton": { "button": { - "label": "Flip video vertically" + "label": "Vänd videon vertikalt" } }, "copyTimestampUrlButton": { @@ -184,9 +184,9 @@ "rewindButton": "Återspolningsknapp", "screenshotButton": "Skärmbildsknapp", "volumeBoostButton": "Volymökningsknapp", - "flipVideoVerticalButton": "Flip video vertically button", - "flipVideoHorizontalButton": "Flip video horizontally button", - "monoToStereoButton": "Mono to Stereo button" + "flipVideoVerticalButton": "Knapp för vänd videon vertikalt", + "flipVideoHorizontalButton": "Knapp för vänd videon horisontellt", + "monoToStereoButton": "Knapp för mono till stereo" }, "options": { "below_player": { @@ -515,7 +515,7 @@ }, "monoToStereoButton": { "enable": { - "label": "Mono to Stereo button", + "label": "Knapp för mono till stereo", "title": "Adds a button to convert mono audio to stereo. Stereo tracks remain unchanged." } }, @@ -660,7 +660,7 @@ "flipVideoVerticalButton": { "enable": { "label": "Vertical video flip button", - "title": "Adds a button to flip the video vertically" + "title": "Lägger till en knapp för att vända videon vertikalt" } } }, @@ -915,11 +915,11 @@ "settings": { "amount": { "label": "Volymökningsmängd (dB)", - "title": "The amount to boost the volume by. You can also scroll over the volume boost button (Shift/Ctrl for larger steps) to adjust it." + "title": "Hur mycket volymen ska höjas med. Du kan också rulla över volymökningsknappen (Skift/Ctrl för större steg) för att justera den." }, "amount_global_only": { - "label": "Volume boost amount (dB)", - "title": "The amount to boost the volume by." + "label": "Volymökningsmängd (dB)", + "title": "Hur mycket ska ljudet ökas med." }, "mode": { "select": { From c823ec6cdc3a29d3892a6c7c8c756b7fa776f287 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 24 Feb 2026 20:49:50 -0500 Subject: [PATCH 1733/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index bcf7f51dd..f17880913 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -10,9 +10,9 @@ "features": { "monoToStereoButton": { "button": { - "label": "Mono Audio Handling", + "label": "Monoljudshantering", "toggle": { - "on": "Mono → Stereo Output", + "on": "Mono → Stereo-utgång", "off": "Originalljud" } } @@ -141,10 +141,10 @@ }, "volumeBoostButton": { "button": { - "label": "Volume Boost ({{value}} dB)", + "label": "Volymökning ({{value}} dB)", "toggle": { "off": "Volymökning av", - "on": "Volume boost ({{value}} dB)" + "on": "Volymökning ({{value}} dB)" } } } @@ -467,8 +467,8 @@ }, "blockNumberKeySeeking": { "enable": { - "label": "Block number key seeking", - "title": "Prevents pressing 0-9 from jumping to a percentage of the video" + "label": "Blockera nummernyckelsökning", + "title": "Förhindrar att 0-9 hoppar till en procentandel av videon" } }, "copyTimestampUrlButton": { @@ -516,7 +516,7 @@ "monoToStereoButton": { "enable": { "label": "Knapp för mono till stereo", - "title": "Adds a button to convert mono audio to stereo. Stereo tracks remain unchanged." + "title": "Lägger till en knapp för att konvertera monoljud till stereo. Stereoljud förblir oförändrad." } }, "hideOfficialArtistVideosFromHomePage": { @@ -653,13 +653,13 @@ }, "flipVideoHorizontalButton": { "enable": { - "label": "Horizontal video flip button", - "title": "Adds a button to flip the video horizontally" + "label": "Knapp för horisontell videovändning", + "title": "Lägger till en knapp för att vända videon horisontellt" } }, "flipVideoVerticalButton": { "enable": { - "label": "Vertical video flip button", + "label": "Knapp för vertikal videovändning", "title": "Lägger till en knapp för att vända videon vertikalt" } } From 1c232d81d9465b87927f195f738b51653d09692a Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Tue, 24 Feb 2026 20:49:55 -0500 Subject: [PATCH 1734/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index 086e80c90..e6208c673 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -10,10 +10,10 @@ "features": { "monoToStereoButton": { "button": { - "label": "Mono Audio Handling", + "label": "单声道处理", "toggle": { - "on": "Mono → Stereo Output", - "off": "Original Audio" + "on": "单声道 → 立体声输出", + "off": "原始音频" } } }, @@ -186,7 +186,7 @@ "volumeBoostButton": "音量增强按钮", "flipVideoVerticalButton": "垂直翻转视频按钮", "flipVideoHorizontalButton": "水平翻转视频按钮", - "monoToStereoButton": "Mono to Stereo button" + "monoToStereoButton": "单声道转立体声按钮" }, "options": { "below_player": { @@ -515,8 +515,8 @@ }, "monoToStereoButton": { "enable": { - "label": "Mono to Stereo button", - "title": "Adds a button to convert mono audio to stereo. Stereo tracks remain unchanged." + "label": "单声道转立体声按钮", + "title": "添加一个按钮来将单声道转换为立体声。立体声保持不变。" } }, "hideOfficialArtistVideosFromHomePage": { From fd3531fb1a9c5ba887ef022e03a6609d5c7634cb Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 25 Feb 2026 19:31:45 -0500 Subject: [PATCH 1735/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 31 +++++++++++++++++++++++++------ 1 file changed, 25 insertions(+), 6 deletions(-) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index d3510cc96..84fe6265c 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -549,12 +549,6 @@ "title": "Oculta a barra de rolagem da página" } }, - "hideShorts": { - "enable": { - "label": "Ocultar \"Shorts\"", - "title": "Oculta a função \"Shorts\"" - } - }, "hideSidebarRecommendedVideos": { "enable": { "label": "Ocultar vídeos recomendados", @@ -666,6 +660,31 @@ }, "title": "Diversos" }, + "hideShorts": { + "title": "Hide Shorts", + "settings": { + "sidebar": { + "label": "Hide in sidebar", + "title": "Removes the Shorts button from the sidebar" + }, + "home": { + "label": "Hide on Home feed", + "title": "Removes the Shorts section from the Home feed" + }, + "channel": { + "label": "Hide on Channel pages", + "title": "Removes the Shorts shelf and tab on channel pages" + }, + "search": { + "label": "Hide in Search results", + "title": "Removes Shorts videos from search results" + }, + "videos": { + "label": "Hide on watch pages", + "title": "Removes Shorts videos from recommendations on watch pages" + } + } + }, "onScreenDisplaySettings": { "settings": { "color": { From 3144a4b862f657246ef0c4f093bc961b158b6266 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 25 Feb 2026 19:31:46 -0500 Subject: [PATCH 1736/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 31 +++++++++++++++++++++++++------ 1 file changed, 25 insertions(+), 6 deletions(-) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index f17880913..3a70000f9 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -549,12 +549,6 @@ "title": "Döljer sidornas rullningsfält" } }, - "hideShorts": { - "enable": { - "label": "Dölj shorts", - "title": "Döljer alla shorts" - } - }, "hideSidebarRecommendedVideos": { "enable": { "label": "Dölj rekommenderade videor", @@ -666,6 +660,31 @@ }, "title": "Övriga inställningar" }, + "hideShorts": { + "title": "Hide Shorts", + "settings": { + "sidebar": { + "label": "Hide in sidebar", + "title": "Removes the Shorts button from the sidebar" + }, + "home": { + "label": "Hide on Home feed", + "title": "Removes the Shorts section from the Home feed" + }, + "channel": { + "label": "Hide on Channel pages", + "title": "Removes the Shorts shelf and tab on channel pages" + }, + "search": { + "label": "Hide in Search results", + "title": "Removes Shorts videos from search results" + }, + "videos": { + "label": "Hide on watch pages", + "title": "Removes Shorts videos from recommendations on watch pages" + } + } + }, "onScreenDisplaySettings": { "settings": { "color": { From 5586b0c866fde8847db2166f349ac062a1fa28d8 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 25 Feb 2026 19:31:47 -0500 Subject: [PATCH 1737/1783] New translations en-us.json (Catalan) --- public/locales/ca-ES.json | 31 +++++++++++++++++++++++++------ 1 file changed, 25 insertions(+), 6 deletions(-) diff --git a/public/locales/ca-ES.json b/public/locales/ca-ES.json index 290c2233c..ec807044e 100644 --- a/public/locales/ca-ES.json +++ b/public/locales/ca-ES.json @@ -549,12 +549,6 @@ "title": "Hides the pages scrollbar" } }, - "hideShorts": { - "enable": { - "label": "Hide shorts", - "title": "Hides all shorts" - } - }, "hideSidebarRecommendedVideos": { "enable": { "label": "Hide recommended videos", @@ -666,6 +660,31 @@ }, "title": "Miscellaneous settings" }, + "hideShorts": { + "title": "Hide Shorts", + "settings": { + "sidebar": { + "label": "Hide in sidebar", + "title": "Removes the Shorts button from the sidebar" + }, + "home": { + "label": "Hide on Home feed", + "title": "Removes the Shorts section from the Home feed" + }, + "channel": { + "label": "Hide on Channel pages", + "title": "Removes the Shorts shelf and tab on channel pages" + }, + "search": { + "label": "Hide in Search results", + "title": "Removes Shorts videos from search results" + }, + "videos": { + "label": "Hide on watch pages", + "title": "Removes Shorts videos from recommendations on watch pages" + } + } + }, "onScreenDisplaySettings": { "settings": { "color": { From 3fe8883e7f1bc13aabb38904449bcbe53555d8a4 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 25 Feb 2026 19:31:48 -0500 Subject: [PATCH 1738/1783] New translations en-us.json (French) --- public/locales/fr-FR.json | 31 +++++++++++++++++++++++++------ 1 file changed, 25 insertions(+), 6 deletions(-) diff --git a/public/locales/fr-FR.json b/public/locales/fr-FR.json index 3698a4922..e3630b1cb 100644 --- a/public/locales/fr-FR.json +++ b/public/locales/fr-FR.json @@ -549,12 +549,6 @@ "title": "Cache la barre de défilement des pages" } }, - "hideShorts": { - "enable": { - "label": "Hide shorts", - "title": "Hides all shorts" - } - }, "hideSidebarRecommendedVideos": { "enable": { "label": "Hide recommended videos", @@ -666,6 +660,31 @@ }, "title": "Autre paramètres" }, + "hideShorts": { + "title": "Hide Shorts", + "settings": { + "sidebar": { + "label": "Hide in sidebar", + "title": "Removes the Shorts button from the sidebar" + }, + "home": { + "label": "Hide on Home feed", + "title": "Removes the Shorts section from the Home feed" + }, + "channel": { + "label": "Hide on Channel pages", + "title": "Removes the Shorts shelf and tab on channel pages" + }, + "search": { + "label": "Hide in Search results", + "title": "Removes Shorts videos from search results" + }, + "videos": { + "label": "Hide on watch pages", + "title": "Removes Shorts videos from recommendations on watch pages" + } + } + }, "onScreenDisplaySettings": { "settings": { "color": { From d1273349820792580866aacaf1a41415db0b63b3 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 25 Feb 2026 19:31:49 -0500 Subject: [PATCH 1739/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 31 +++++++++++++++++++++++++------ 1 file changed, 25 insertions(+), 6 deletions(-) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index 94b195737..621c142c1 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -549,12 +549,6 @@ "title": "ページのスクロールバーを隠す" } }, - "hideShorts": { - "enable": { - "label": "ショートを隠す", - "title": "全ショートを隠す" - } - }, "hideSidebarRecommendedVideos": { "enable": { "label": "Hide recommended videos", @@ -666,6 +660,31 @@ }, "title": "他の設定" }, + "hideShorts": { + "title": "Hide Shorts", + "settings": { + "sidebar": { + "label": "Hide in sidebar", + "title": "Removes the Shorts button from the sidebar" + }, + "home": { + "label": "Hide on Home feed", + "title": "Removes the Shorts section from the Home feed" + }, + "channel": { + "label": "Hide on Channel pages", + "title": "Removes the Shorts shelf and tab on channel pages" + }, + "search": { + "label": "Hide in Search results", + "title": "Removes Shorts videos from search results" + }, + "videos": { + "label": "Hide on watch pages", + "title": "Removes Shorts videos from recommendations on watch pages" + } + } + }, "onScreenDisplaySettings": { "settings": { "color": { From 97afdfcc6e6065ba3411840e8946ec3c1f118f11 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 25 Feb 2026 19:31:50 -0500 Subject: [PATCH 1740/1783] New translations en-us.json (Spanish) --- public/locales/es-ES.json | 31 +++++++++++++++++++++++++------ 1 file changed, 25 insertions(+), 6 deletions(-) diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index c4372314c..bae721e05 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -549,12 +549,6 @@ "title": "Oculta la barra de desplazamiento de la página" } }, - "hideShorts": { - "enable": { - "label": "Ocultar shorts", - "title": "Oculta todos los shorts" - } - }, "hideSidebarRecommendedVideos": { "enable": { "label": "Ocultar vídeos recomendados", @@ -666,6 +660,31 @@ }, "title": "Ajustes varios" }, + "hideShorts": { + "title": "Hide Shorts", + "settings": { + "sidebar": { + "label": "Hide in sidebar", + "title": "Removes the Shorts button from the sidebar" + }, + "home": { + "label": "Hide on Home feed", + "title": "Removes the Shorts section from the Home feed" + }, + "channel": { + "label": "Hide on Channel pages", + "title": "Removes the Shorts shelf and tab on channel pages" + }, + "search": { + "label": "Hide in Search results", + "title": "Removes Shorts videos from search results" + }, + "videos": { + "label": "Hide on watch pages", + "title": "Removes Shorts videos from recommendations on watch pages" + } + } + }, "onScreenDisplaySettings": { "settings": { "color": { From 7f1984e66950468f0cb55fb67b9f0aefb0242dda Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 25 Feb 2026 19:31:51 -0500 Subject: [PATCH 1741/1783] New translations en-us.json (Czech) --- public/locales/cs-CZ.json | 31 +++++++++++++++++++++++++------ 1 file changed, 25 insertions(+), 6 deletions(-) diff --git a/public/locales/cs-CZ.json b/public/locales/cs-CZ.json index c60ffdff9..7fdc4ba03 100644 --- a/public/locales/cs-CZ.json +++ b/public/locales/cs-CZ.json @@ -549,12 +549,6 @@ "title": "Hides the pages scrollbar" } }, - "hideShorts": { - "enable": { - "label": "Hide shorts", - "title": "Hides all shorts" - } - }, "hideSidebarRecommendedVideos": { "enable": { "label": "Hide recommended videos", @@ -666,6 +660,31 @@ }, "title": "Miscellaneous settings" }, + "hideShorts": { + "title": "Hide Shorts", + "settings": { + "sidebar": { + "label": "Hide in sidebar", + "title": "Removes the Shorts button from the sidebar" + }, + "home": { + "label": "Hide on Home feed", + "title": "Removes the Shorts section from the Home feed" + }, + "channel": { + "label": "Hide on Channel pages", + "title": "Removes the Shorts shelf and tab on channel pages" + }, + "search": { + "label": "Hide in Search results", + "title": "Removes Shorts videos from search results" + }, + "videos": { + "label": "Hide on watch pages", + "title": "Removes Shorts videos from recommendations on watch pages" + } + } + }, "onScreenDisplaySettings": { "settings": { "color": { From 437970f3a5dce76e67751ee16f092322d4ae5e31 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 25 Feb 2026 19:31:52 -0500 Subject: [PATCH 1742/1783] New translations en-us.json (German) --- public/locales/de-DE.json | 31 +++++++++++++++++++++++++------ 1 file changed, 25 insertions(+), 6 deletions(-) diff --git a/public/locales/de-DE.json b/public/locales/de-DE.json index 07080213e..2bb473084 100644 --- a/public/locales/de-DE.json +++ b/public/locales/de-DE.json @@ -549,12 +549,6 @@ "title": "Versteckt die Scrollleiste" } }, - "hideShorts": { - "enable": { - "label": "Shorts ausblenden", - "title": "Alle Shorts ausblenden" - } - }, "hideSidebarRecommendedVideos": { "enable": { "label": "Hide recommended videos", @@ -666,6 +660,31 @@ }, "title": "Weitere Einstellungen" }, + "hideShorts": { + "title": "Hide Shorts", + "settings": { + "sidebar": { + "label": "Hide in sidebar", + "title": "Removes the Shorts button from the sidebar" + }, + "home": { + "label": "Hide on Home feed", + "title": "Removes the Shorts section from the Home feed" + }, + "channel": { + "label": "Hide on Channel pages", + "title": "Removes the Shorts shelf and tab on channel pages" + }, + "search": { + "label": "Hide in Search results", + "title": "Removes Shorts videos from search results" + }, + "videos": { + "label": "Hide on watch pages", + "title": "Removes Shorts videos from recommendations on watch pages" + } + } + }, "onScreenDisplaySettings": { "settings": { "color": { From 4b1c72c892025bfd23fcee67f6ff46f0db4aeb86 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 25 Feb 2026 19:31:53 -0500 Subject: [PATCH 1743/1783] New translations en-us.json (Hebrew) --- public/locales/he-IL.json | 31 +++++++++++++++++++++++++------ 1 file changed, 25 insertions(+), 6 deletions(-) diff --git a/public/locales/he-IL.json b/public/locales/he-IL.json index fd727995f..1c5e23736 100644 --- a/public/locales/he-IL.json +++ b/public/locales/he-IL.json @@ -549,12 +549,6 @@ "title": "Hides the pages scrollbar" } }, - "hideShorts": { - "enable": { - "label": "Hide shorts", - "title": "Hides all shorts" - } - }, "hideSidebarRecommendedVideos": { "enable": { "label": "Hide recommended videos", @@ -666,6 +660,31 @@ }, "title": "Miscellaneous settings" }, + "hideShorts": { + "title": "Hide Shorts", + "settings": { + "sidebar": { + "label": "Hide in sidebar", + "title": "Removes the Shorts button from the sidebar" + }, + "home": { + "label": "Hide on Home feed", + "title": "Removes the Shorts section from the Home feed" + }, + "channel": { + "label": "Hide on Channel pages", + "title": "Removes the Shorts shelf and tab on channel pages" + }, + "search": { + "label": "Hide in Search results", + "title": "Removes Shorts videos from search results" + }, + "videos": { + "label": "Hide on watch pages", + "title": "Removes Shorts videos from recommendations on watch pages" + } + } + }, "onScreenDisplaySettings": { "settings": { "color": { From bacfd7923c36ef13aeefb6b099b7b48449336ce8 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 25 Feb 2026 19:31:54 -0500 Subject: [PATCH 1744/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 31 +++++++++++++++++++++++++------ 1 file changed, 25 insertions(+), 6 deletions(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index 54eed30f0..c17a2de03 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -549,12 +549,6 @@ "title": "Nasconde la barra di scorrimento delle pagine" } }, - "hideShorts": { - "enable": { - "label": "Nascondi blocchi", - "title": "Nasconde tutti i blocchi" - } - }, "hideSidebarRecommendedVideos": { "enable": { "label": "Nascondi i video raccomandati", @@ -666,6 +660,31 @@ }, "title": "Impostazioni varie" }, + "hideShorts": { + "title": "Hide Shorts", + "settings": { + "sidebar": { + "label": "Hide in sidebar", + "title": "Removes the Shorts button from the sidebar" + }, + "home": { + "label": "Hide on Home feed", + "title": "Removes the Shorts section from the Home feed" + }, + "channel": { + "label": "Hide on Channel pages", + "title": "Removes the Shorts shelf and tab on channel pages" + }, + "search": { + "label": "Hide in Search results", + "title": "Removes Shorts videos from search results" + }, + "videos": { + "label": "Hide on watch pages", + "title": "Removes Shorts videos from recommendations on watch pages" + } + } + }, "onScreenDisplaySettings": { "settings": { "color": { From fffbd8398b70a8e27ee1595fb11021fa12044166 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 25 Feb 2026 19:31:55 -0500 Subject: [PATCH 1745/1783] New translations en-us.json (Korean) --- public/locales/ko-KR.json | 31 +++++++++++++++++++++++++------ 1 file changed, 25 insertions(+), 6 deletions(-) diff --git a/public/locales/ko-KR.json b/public/locales/ko-KR.json index 35ab1d037..bb747f84a 100644 --- a/public/locales/ko-KR.json +++ b/public/locales/ko-KR.json @@ -549,12 +549,6 @@ "title": "스크롤바를 숨깁니다. 깔끔한 느낌을 받으시려면 키세요" } }, - "hideShorts": { - "enable": { - "label": "쇼츠 숨기기", - "title": "쇼츠 동영상들을 숨깁니다." - } - }, "hideSidebarRecommendedVideos": { "enable": { "label": "Hide recommended videos", @@ -666,6 +660,31 @@ }, "title": "기타 설정" }, + "hideShorts": { + "title": "Hide Shorts", + "settings": { + "sidebar": { + "label": "Hide in sidebar", + "title": "Removes the Shorts button from the sidebar" + }, + "home": { + "label": "Hide on Home feed", + "title": "Removes the Shorts section from the Home feed" + }, + "channel": { + "label": "Hide on Channel pages", + "title": "Removes the Shorts shelf and tab on channel pages" + }, + "search": { + "label": "Hide in Search results", + "title": "Removes Shorts videos from search results" + }, + "videos": { + "label": "Hide on watch pages", + "title": "Removes Shorts videos from recommendations on watch pages" + } + } + }, "onScreenDisplaySettings": { "settings": { "color": { From d4b4ed2674b5c23cd257f1965f7539937c2d14d1 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 25 Feb 2026 19:31:56 -0500 Subject: [PATCH 1746/1783] New translations en-us.json (Dutch) --- public/locales/nl-NL.json | 31 +++++++++++++++++++++++++------ 1 file changed, 25 insertions(+), 6 deletions(-) diff --git a/public/locales/nl-NL.json b/public/locales/nl-NL.json index e28577a55..2c2b55bd4 100644 --- a/public/locales/nl-NL.json +++ b/public/locales/nl-NL.json @@ -549,12 +549,6 @@ "title": "Verbergt de scrollbar op de pagina" } }, - "hideShorts": { - "enable": { - "label": "Shorts verbergen", - "title": "Verbergt alle shorts" - } - }, "hideSidebarRecommendedVideos": { "enable": { "label": "Hide recommended videos", @@ -666,6 +660,31 @@ }, "title": "Overige instellingen" }, + "hideShorts": { + "title": "Hide Shorts", + "settings": { + "sidebar": { + "label": "Hide in sidebar", + "title": "Removes the Shorts button from the sidebar" + }, + "home": { + "label": "Hide on Home feed", + "title": "Removes the Shorts section from the Home feed" + }, + "channel": { + "label": "Hide on Channel pages", + "title": "Removes the Shorts shelf and tab on channel pages" + }, + "search": { + "label": "Hide in Search results", + "title": "Removes Shorts videos from search results" + }, + "videos": { + "label": "Hide on watch pages", + "title": "Removes Shorts videos from recommendations on watch pages" + } + } + }, "onScreenDisplaySettings": { "settings": { "color": { From ab30ff35dfff424098a94e0d9f56a3570baec42f Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 25 Feb 2026 19:31:57 -0500 Subject: [PATCH 1747/1783] New translations en-us.json (Polish) --- public/locales/pl-PL.json | 31 +++++++++++++++++++++++++------ 1 file changed, 25 insertions(+), 6 deletions(-) diff --git a/public/locales/pl-PL.json b/public/locales/pl-PL.json index 397b9a140..a4a31c177 100644 --- a/public/locales/pl-PL.json +++ b/public/locales/pl-PL.json @@ -549,12 +549,6 @@ "title": "Hides the pages scrollbar" } }, - "hideShorts": { - "enable": { - "label": "Ukryj szorty", - "title": "Ukrywa wszystkie szorty" - } - }, "hideSidebarRecommendedVideos": { "enable": { "label": "Hide recommended videos", @@ -666,6 +660,31 @@ }, "title": "Miscellaneous settings" }, + "hideShorts": { + "title": "Hide Shorts", + "settings": { + "sidebar": { + "label": "Hide in sidebar", + "title": "Removes the Shorts button from the sidebar" + }, + "home": { + "label": "Hide on Home feed", + "title": "Removes the Shorts section from the Home feed" + }, + "channel": { + "label": "Hide on Channel pages", + "title": "Removes the Shorts shelf and tab on channel pages" + }, + "search": { + "label": "Hide in Search results", + "title": "Removes Shorts videos from search results" + }, + "videos": { + "label": "Hide on watch pages", + "title": "Removes Shorts videos from recommendations on watch pages" + } + } + }, "onScreenDisplaySettings": { "settings": { "color": { From 437ee4a60e8761ee49c9a3cd56b353343a73c1de Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 25 Feb 2026 19:31:58 -0500 Subject: [PATCH 1748/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 31 +++++++++++++++++++++++++------ 1 file changed, 25 insertions(+), 6 deletions(-) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index 7af7c5eab..a8dc7cd37 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -549,12 +549,6 @@ "title": "Скрывает полосу прокрутки страницы" } }, - "hideShorts": { - "enable": { - "label": "Скрыть Shorts", - "title": "Скрывает все Shorts" - } - }, "hideSidebarRecommendedVideos": { "enable": { "label": "Hide recommended videos", @@ -666,6 +660,31 @@ }, "title": "Прочие параметры" }, + "hideShorts": { + "title": "Hide Shorts", + "settings": { + "sidebar": { + "label": "Hide in sidebar", + "title": "Removes the Shorts button from the sidebar" + }, + "home": { + "label": "Hide on Home feed", + "title": "Removes the Shorts section from the Home feed" + }, + "channel": { + "label": "Hide on Channel pages", + "title": "Removes the Shorts shelf and tab on channel pages" + }, + "search": { + "label": "Hide in Search results", + "title": "Removes Shorts videos from search results" + }, + "videos": { + "label": "Hide on watch pages", + "title": "Removes Shorts videos from recommendations on watch pages" + } + } + }, "onScreenDisplaySettings": { "settings": { "color": { From fbc206801ac01f467a60fa5c1458ac19253b82ef Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 25 Feb 2026 19:32:00 -0500 Subject: [PATCH 1749/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 31 +++++++++++++++++++++++++------ 1 file changed, 25 insertions(+), 6 deletions(-) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index c94ef8f6c..b7c4d04ec 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -549,12 +549,6 @@ "title": "Sayfa kaydırma çubuğunu gizler" } }, - "hideShorts": { - "enable": { - "label": "Kısa videoları gizle", - "title": "Tüm kısa videoları gizler" - } - }, "hideSidebarRecommendedVideos": { "enable": { "label": "Önerilen videoları gizle", @@ -666,6 +660,31 @@ }, "title": "Çeşitli ayarlar" }, + "hideShorts": { + "title": "Hide Shorts", + "settings": { + "sidebar": { + "label": "Hide in sidebar", + "title": "Removes the Shorts button from the sidebar" + }, + "home": { + "label": "Hide on Home feed", + "title": "Removes the Shorts section from the Home feed" + }, + "channel": { + "label": "Hide on Channel pages", + "title": "Removes the Shorts shelf and tab on channel pages" + }, + "search": { + "label": "Hide in Search results", + "title": "Removes Shorts videos from search results" + }, + "videos": { + "label": "Hide on watch pages", + "title": "Removes Shorts videos from recommendations on watch pages" + } + } + }, "onScreenDisplaySettings": { "settings": { "color": { From 2a3e96f1a3a6ee5af94434d32043096107d15468 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 25 Feb 2026 19:32:01 -0500 Subject: [PATCH 1750/1783] New translations en-us.json (Ukrainian) --- public/locales/uk-UA.json | 31 +++++++++++++++++++++++++------ 1 file changed, 25 insertions(+), 6 deletions(-) diff --git a/public/locales/uk-UA.json b/public/locales/uk-UA.json index d7be542ec..b56ccd386 100644 --- a/public/locales/uk-UA.json +++ b/public/locales/uk-UA.json @@ -549,12 +549,6 @@ "title": "Hides the pages scrollbar" } }, - "hideShorts": { - "enable": { - "label": "Hide shorts", - "title": "Hides all shorts" - } - }, "hideSidebarRecommendedVideos": { "enable": { "label": "Hide recommended videos", @@ -666,6 +660,31 @@ }, "title": "Miscellaneous settings" }, + "hideShorts": { + "title": "Hide Shorts", + "settings": { + "sidebar": { + "label": "Hide in sidebar", + "title": "Removes the Shorts button from the sidebar" + }, + "home": { + "label": "Hide on Home feed", + "title": "Removes the Shorts section from the Home feed" + }, + "channel": { + "label": "Hide on Channel pages", + "title": "Removes the Shorts shelf and tab on channel pages" + }, + "search": { + "label": "Hide in Search results", + "title": "Removes Shorts videos from search results" + }, + "videos": { + "label": "Hide on watch pages", + "title": "Removes Shorts videos from recommendations on watch pages" + } + } + }, "onScreenDisplaySettings": { "settings": { "color": { From 43ad9a8e6411d961f9502eddb43a895efdb622ad Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 25 Feb 2026 19:32:02 -0500 Subject: [PATCH 1751/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 31 +++++++++++++++++++++++++------ 1 file changed, 25 insertions(+), 6 deletions(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index e6208c673..70ac077fa 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -549,12 +549,6 @@ "title": "隐藏页面滚动条" } }, - "hideShorts": { - "enable": { - "label": "隐藏短视频", - "title": "隐藏所有短视频" - } - }, "hideSidebarRecommendedVideos": { "enable": { "label": "隐藏推荐视频", @@ -666,6 +660,31 @@ }, "title": "其他设置" }, + "hideShorts": { + "title": "Hide Shorts", + "settings": { + "sidebar": { + "label": "Hide in sidebar", + "title": "Removes the Shorts button from the sidebar" + }, + "home": { + "label": "Hide on Home feed", + "title": "Removes the Shorts section from the Home feed" + }, + "channel": { + "label": "Hide on Channel pages", + "title": "Removes the Shorts shelf and tab on channel pages" + }, + "search": { + "label": "Hide in Search results", + "title": "Removes Shorts videos from search results" + }, + "videos": { + "label": "Hide on watch pages", + "title": "Removes Shorts videos from recommendations on watch pages" + } + } + }, "onScreenDisplaySettings": { "settings": { "color": { From 594efda2d9bbe198fa5ce6c4168d0952c23065c2 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 25 Feb 2026 19:32:03 -0500 Subject: [PATCH 1752/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 31 +++++++++++++++++++++++++------ 1 file changed, 25 insertions(+), 6 deletions(-) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index 1a632a8b6..7aaaccf11 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -549,12 +549,6 @@ "title": "隱藏頁面捲軸" } }, - "hideShorts": { - "enable": { - "label": "隱藏 Shorts", - "title": "隱藏全部 Shorts" - } - }, "hideSidebarRecommendedVideos": { "enable": { "label": "Hide recommended videos", @@ -666,6 +660,31 @@ }, "title": "其他設定" }, + "hideShorts": { + "title": "Hide Shorts", + "settings": { + "sidebar": { + "label": "Hide in sidebar", + "title": "Removes the Shorts button from the sidebar" + }, + "home": { + "label": "Hide on Home feed", + "title": "Removes the Shorts section from the Home feed" + }, + "channel": { + "label": "Hide on Channel pages", + "title": "Removes the Shorts shelf and tab on channel pages" + }, + "search": { + "label": "Hide in Search results", + "title": "Removes Shorts videos from search results" + }, + "videos": { + "label": "Hide on watch pages", + "title": "Removes Shorts videos from recommendations on watch pages" + } + } + }, "onScreenDisplaySettings": { "settings": { "color": { From 786e710fa318b625a67097b2e4a0204a074d7fb3 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 25 Feb 2026 19:32:04 -0500 Subject: [PATCH 1753/1783] New translations en-us.json (Vietnamese) --- public/locales/vi-VN.json | 31 +++++++++++++++++++++++++------ 1 file changed, 25 insertions(+), 6 deletions(-) diff --git a/public/locales/vi-VN.json b/public/locales/vi-VN.json index fd5c85570..eff956968 100644 --- a/public/locales/vi-VN.json +++ b/public/locales/vi-VN.json @@ -549,12 +549,6 @@ "title": "Hides the pages scrollbar" } }, - "hideShorts": { - "enable": { - "label": "Hide shorts", - "title": "Hides all shorts" - } - }, "hideSidebarRecommendedVideos": { "enable": { "label": "Hide recommended videos", @@ -666,6 +660,31 @@ }, "title": "Miscellaneous settings" }, + "hideShorts": { + "title": "Hide Shorts", + "settings": { + "sidebar": { + "label": "Hide in sidebar", + "title": "Removes the Shorts button from the sidebar" + }, + "home": { + "label": "Hide on Home feed", + "title": "Removes the Shorts section from the Home feed" + }, + "channel": { + "label": "Hide on Channel pages", + "title": "Removes the Shorts shelf and tab on channel pages" + }, + "search": { + "label": "Hide in Search results", + "title": "Removes Shorts videos from search results" + }, + "videos": { + "label": "Hide on watch pages", + "title": "Removes Shorts videos from recommendations on watch pages" + } + } + }, "onScreenDisplaySettings": { "settings": { "color": { From 4c5c013ee51fe073cf1a47685e713ee14d270f5f Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 25 Feb 2026 19:32:05 -0500 Subject: [PATCH 1754/1783] New translations en-us.json (Persian) --- public/locales/fa-IR.json | 31 +++++++++++++++++++++++++------ 1 file changed, 25 insertions(+), 6 deletions(-) diff --git a/public/locales/fa-IR.json b/public/locales/fa-IR.json index b7cf83357..585e761a3 100644 --- a/public/locales/fa-IR.json +++ b/public/locales/fa-IR.json @@ -549,12 +549,6 @@ "title": "Hides the pages scrollbar" } }, - "hideShorts": { - "enable": { - "label": "Hide shorts", - "title": "Hides all shorts" - } - }, "hideSidebarRecommendedVideos": { "enable": { "label": "Hide recommended videos", @@ -666,6 +660,31 @@ }, "title": "Miscellaneous settings" }, + "hideShorts": { + "title": "Hide Shorts", + "settings": { + "sidebar": { + "label": "Hide in sidebar", + "title": "Removes the Shorts button from the sidebar" + }, + "home": { + "label": "Hide on Home feed", + "title": "Removes the Shorts section from the Home feed" + }, + "channel": { + "label": "Hide on Channel pages", + "title": "Removes the Shorts shelf and tab on channel pages" + }, + "search": { + "label": "Hide in Search results", + "title": "Removes Shorts videos from search results" + }, + "videos": { + "label": "Hide on watch pages", + "title": "Removes Shorts videos from recommendations on watch pages" + } + } + }, "onScreenDisplaySettings": { "settings": { "color": { From 0f7663bcf09a4fbd006e0a51225aa11541a3b871 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 25 Feb 2026 19:32:07 -0500 Subject: [PATCH 1755/1783] New translations en-us.json (Hindi) --- public/locales/hi-IN.json | 31 +++++++++++++++++++++++++------ 1 file changed, 25 insertions(+), 6 deletions(-) diff --git a/public/locales/hi-IN.json b/public/locales/hi-IN.json index 16bda0d93..dbb82b388 100644 --- a/public/locales/hi-IN.json +++ b/public/locales/hi-IN.json @@ -549,12 +549,6 @@ "title": "Hides the pages scrollbar" } }, - "hideShorts": { - "enable": { - "label": "Hide shorts", - "title": "Hides all shorts" - } - }, "hideSidebarRecommendedVideos": { "enable": { "label": "Hide recommended videos", @@ -666,6 +660,31 @@ }, "title": "Miscellaneous settings" }, + "hideShorts": { + "title": "Hide Shorts", + "settings": { + "sidebar": { + "label": "Hide in sidebar", + "title": "Removes the Shorts button from the sidebar" + }, + "home": { + "label": "Hide on Home feed", + "title": "Removes the Shorts section from the Home feed" + }, + "channel": { + "label": "Hide on Channel pages", + "title": "Removes the Shorts shelf and tab on channel pages" + }, + "search": { + "label": "Hide in Search results", + "title": "Removes Shorts videos from search results" + }, + "videos": { + "label": "Hide on watch pages", + "title": "Removes Shorts videos from recommendations on watch pages" + } + } + }, "onScreenDisplaySettings": { "settings": { "color": { From 8213411c9f9f2ee1f9d017f118d3b45b501638ab Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 25 Feb 2026 19:32:08 -0500 Subject: [PATCH 1756/1783] New translations en-us.json (English, United Kingdom) --- public/locales/en-GB.json | 31 +++++++++++++++++++++++++------ 1 file changed, 25 insertions(+), 6 deletions(-) diff --git a/public/locales/en-GB.json b/public/locales/en-GB.json index 29b8bef65..d4516a00f 100644 --- a/public/locales/en-GB.json +++ b/public/locales/en-GB.json @@ -549,12 +549,6 @@ "title": "Hides the pages scrollbar" } }, - "hideShorts": { - "enable": { - "label": "Hide shorts", - "title": "Hides all shorts" - } - }, "hideSidebarRecommendedVideos": { "enable": { "label": "Hide recommended videos", @@ -666,6 +660,31 @@ }, "title": "Miscellaneous settings" }, + "hideShorts": { + "title": "Hide Shorts", + "settings": { + "sidebar": { + "label": "Hide in sidebar", + "title": "Removes the Shorts button from the sidebar" + }, + "home": { + "label": "Hide on Home feed", + "title": "Removes the Shorts section from the Home feed" + }, + "channel": { + "label": "Hide on Channel pages", + "title": "Removes the Shorts shelf and tab on channel pages" + }, + "search": { + "label": "Hide in Search results", + "title": "Removes Shorts videos from search results" + }, + "videos": { + "label": "Hide on watch pages", + "title": "Removes Shorts videos from recommendations on watch pages" + } + } + }, "onScreenDisplaySettings": { "settings": { "color": { From 4bd5d2ca61b66b39cf5bbe445dff4dca8c5503ab Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 26 Feb 2026 02:03:12 -0500 Subject: [PATCH 1757/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index 70ac077fa..9270945f2 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -661,27 +661,27 @@ "title": "其他设置" }, "hideShorts": { - "title": "Hide Shorts", + "title": "隐藏短视频", "settings": { "sidebar": { - "label": "Hide in sidebar", - "title": "Removes the Shorts button from the sidebar" + "label": "在侧边栏中隐藏", + "title": "从侧边栏移除短视频按钮" }, "home": { - "label": "Hide on Home feed", - "title": "Removes the Shorts section from the Home feed" + "label": "在主页中隐藏", + "title": "从主页时间线中移除短视频" }, "channel": { - "label": "Hide on Channel pages", - "title": "Removes the Shorts shelf and tab on channel pages" + "label": "在频道页面中隐藏", + "title": "从频道页面中移除短视频分类和标签" }, "search": { - "label": "Hide in Search results", - "title": "Removes Shorts videos from search results" + "label": "在搜索结果中隐藏", + "title": "从搜索结果中移除短视频" }, "videos": { - "label": "Hide on watch pages", - "title": "Removes Shorts videos from recommendations on watch pages" + "label": "在观看页面中隐藏", + "title": "从观看页面的推荐列表移除短视频" } } }, From 2bd62d1c0484d8358848e5d1e5b707d633b75ae6 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 26 Feb 2026 13:16:39 -0500 Subject: [PATCH 1758/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index c17a2de03..3ff8d4652 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -661,27 +661,27 @@ "title": "Impostazioni varie" }, "hideShorts": { - "title": "Hide Shorts", + "title": "Nascondi corti", "settings": { "sidebar": { - "label": "Hide in sidebar", - "title": "Removes the Shorts button from the sidebar" + "label": "Nascondi nella barra laterale", + "title": "Rimuove il pulsante dei corti dalla barra laterale" }, "home": { - "label": "Hide on Home feed", - "title": "Removes the Shorts section from the Home feed" + "label": "Nascondi su feed Inizio", + "title": "Rimuove la sezione dei corti dal feed Inizio" }, "channel": { - "label": "Hide on Channel pages", - "title": "Removes the Shorts shelf and tab on channel pages" + "label": "Nascondi nelle pagine dei canali", + "title": "Rimuove lo scaffale e la scheda dei corti nelle pagine dei canali" }, "search": { - "label": "Hide in Search results", - "title": "Removes Shorts videos from search results" + "label": "Nascondi nei risultati della ricerca", + "title": "Rimuove i video dei corti dai risultati della ricerca" }, "videos": { - "label": "Hide on watch pages", - "title": "Removes Shorts videos from recommendations on watch pages" + "label": "Nascondi nelle pagine dell'orologio", + "title": "Rimuove i video dei corti dai consigli nelle pagine dell'orologio" } } }, From 07f87a18aa23992745dd5ae42f4cdae6d3601031 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 27 Feb 2026 02:33:23 -0500 Subject: [PATCH 1759/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index 84fe6265c..b06f3fca2 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -471,6 +471,12 @@ "title": "Impede que se pule 0-9 para uma porcentagem do vídeo" } }, + "hidePosts": { + "enable": { + "label": "Hide posts", + "title": "Hides posts from the home page" + } + }, "copyTimestampUrlButton": { "enable": { "label": "Copiar URL do vídeo com o botão de minutagem", From d96cf4c9de9cd5e200a3af23974c69bfd85daddb Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 27 Feb 2026 02:33:24 -0500 Subject: [PATCH 1760/1783] New translations en-us.json (Swedish) --- public/locales/sv-SE.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index 3a70000f9..02f9ee610 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -471,6 +471,12 @@ "title": "Förhindrar att 0-9 hoppar till en procentandel av videon" } }, + "hidePosts": { + "enable": { + "label": "Hide posts", + "title": "Hides posts from the home page" + } + }, "copyTimestampUrlButton": { "enable": { "label": "Kopiera videons webbadress med tidsstämpelknappen", From 668467d1b90f138f3902fbedca4cb8d6351a4217 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 27 Feb 2026 02:33:25 -0500 Subject: [PATCH 1761/1783] New translations en-us.json (Catalan) --- public/locales/ca-ES.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/public/locales/ca-ES.json b/public/locales/ca-ES.json index ec807044e..6c95048d8 100644 --- a/public/locales/ca-ES.json +++ b/public/locales/ca-ES.json @@ -471,6 +471,12 @@ "title": "Prevents pressing 0-9 from jumping to a percentage of the video" } }, + "hidePosts": { + "enable": { + "label": "Hide posts", + "title": "Hides posts from the home page" + } + }, "copyTimestampUrlButton": { "enable": { "label": "Copy video URL with timestamp button", From 5eb445259211984c4406130105befd4eaede72fe Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 27 Feb 2026 02:33:26 -0500 Subject: [PATCH 1762/1783] New translations en-us.json (French) --- public/locales/fr-FR.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/public/locales/fr-FR.json b/public/locales/fr-FR.json index e3630b1cb..56b70208f 100644 --- a/public/locales/fr-FR.json +++ b/public/locales/fr-FR.json @@ -471,6 +471,12 @@ "title": "Prevents pressing 0-9 from jumping to a percentage of the video" } }, + "hidePosts": { + "enable": { + "label": "Hide posts", + "title": "Hides posts from the home page" + } + }, "copyTimestampUrlButton": { "enable": { "label": "Bouton de copie de l'URL avec timestamp", From 89988bc1103867adfb06ecf0095ef49ee4e16d27 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 27 Feb 2026 02:33:27 -0500 Subject: [PATCH 1763/1783] New translations en-us.json (Japanese) --- public/locales/ja-JP.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index 621c142c1..e94e881d5 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -471,6 +471,12 @@ "title": "Prevents pressing 0-9 from jumping to a percentage of the video" } }, + "hidePosts": { + "enable": { + "label": "Hide posts", + "title": "Hides posts from the home page" + } + }, "copyTimestampUrlButton": { "enable": { "label": "タイムスタンプ付きの動画URLをコピーのボタン", From ebf6891738ecde8313c26bdfb6a8fd1b35e6115d Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 27 Feb 2026 02:33:29 -0500 Subject: [PATCH 1764/1783] New translations en-us.json (Spanish) --- public/locales/es-ES.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index bae721e05..55f7c28c0 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -471,6 +471,12 @@ "title": "Prevents pressing 0-9 from jumping to a percentage of the video" } }, + "hidePosts": { + "enable": { + "label": "Hide posts", + "title": "Hides posts from the home page" + } + }, "copyTimestampUrlButton": { "enable": { "label": "Botón para copiar la URL con marca de tiempo", From a9ef0e0a56df256b6b43911421a107faef2e01ce Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 27 Feb 2026 02:33:30 -0500 Subject: [PATCH 1765/1783] New translations en-us.json (Czech) --- public/locales/cs-CZ.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/public/locales/cs-CZ.json b/public/locales/cs-CZ.json index 7fdc4ba03..26aa9bc2a 100644 --- a/public/locales/cs-CZ.json +++ b/public/locales/cs-CZ.json @@ -471,6 +471,12 @@ "title": "Prevents pressing 0-9 from jumping to a percentage of the video" } }, + "hidePosts": { + "enable": { + "label": "Hide posts", + "title": "Hides posts from the home page" + } + }, "copyTimestampUrlButton": { "enable": { "label": "Copy video URL with timestamp button", From caa25db0728f6300e0f4d27498fd094ce24a388a Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 27 Feb 2026 02:33:31 -0500 Subject: [PATCH 1766/1783] New translations en-us.json (German) --- public/locales/de-DE.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/public/locales/de-DE.json b/public/locales/de-DE.json index 2bb473084..aa4339566 100644 --- a/public/locales/de-DE.json +++ b/public/locales/de-DE.json @@ -471,6 +471,12 @@ "title": "Prevents pressing 0-9 from jumping to a percentage of the video" } }, + "hidePosts": { + "enable": { + "label": "Hide posts", + "title": "Hides posts from the home page" + } + }, "copyTimestampUrlButton": { "enable": { "label": "Video-URL mit Zeitstempel kopieren", From 8f992958adee557b6604ff724ce17ca1369106ad Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 27 Feb 2026 02:33:32 -0500 Subject: [PATCH 1767/1783] New translations en-us.json (Hebrew) --- public/locales/he-IL.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/public/locales/he-IL.json b/public/locales/he-IL.json index 1c5e23736..1fd01c505 100644 --- a/public/locales/he-IL.json +++ b/public/locales/he-IL.json @@ -471,6 +471,12 @@ "title": "Prevents pressing 0-9 from jumping to a percentage of the video" } }, + "hidePosts": { + "enable": { + "label": "Hide posts", + "title": "Hides posts from the home page" + } + }, "copyTimestampUrlButton": { "enable": { "label": "Copy video URL with timestamp button", From 6092cf074ca760eeb2f193cb50dae796b94f4e7c Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 27 Feb 2026 02:33:33 -0500 Subject: [PATCH 1768/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index 3ff8d4652..111c32727 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -471,6 +471,12 @@ "title": "Impedisce alla pressione 0-9 di attuare salti a una percentuale del video" } }, + "hidePosts": { + "enable": { + "label": "Hide posts", + "title": "Hides posts from the home page" + } + }, "copyTimestampUrlButton": { "enable": { "label": "Pulsante \"Copia URL video con temporizzazione\"", From b992c5e48a36d5f0bbe256f45f4e1a948a443cb6 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 27 Feb 2026 02:33:34 -0500 Subject: [PATCH 1769/1783] New translations en-us.json (Korean) --- public/locales/ko-KR.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/public/locales/ko-KR.json b/public/locales/ko-KR.json index bb747f84a..38c4706e0 100644 --- a/public/locales/ko-KR.json +++ b/public/locales/ko-KR.json @@ -471,6 +471,12 @@ "title": "Prevents pressing 0-9 from jumping to a percentage of the video" } }, + "hidePosts": { + "enable": { + "label": "Hide posts", + "title": "Hides posts from the home page" + } + }, "copyTimestampUrlButton": { "enable": { "label": "현재 시간 주소 복사 버튼", From e5ef405915820d72ba5b4afccea95ad215147b31 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 27 Feb 2026 02:33:35 -0500 Subject: [PATCH 1770/1783] New translations en-us.json (Dutch) --- public/locales/nl-NL.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/public/locales/nl-NL.json b/public/locales/nl-NL.json index 2c2b55bd4..0e3bb4b45 100644 --- a/public/locales/nl-NL.json +++ b/public/locales/nl-NL.json @@ -471,6 +471,12 @@ "title": "Prevents pressing 0-9 from jumping to a percentage of the video" } }, + "hidePosts": { + "enable": { + "label": "Hide posts", + "title": "Hides posts from the home page" + } + }, "copyTimestampUrlButton": { "enable": { "label": "Kopieer video URL met tijdstempel knop", From 33b8539d52d75e23a9ce2f51141e746d7605ac8a Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 27 Feb 2026 02:33:36 -0500 Subject: [PATCH 1771/1783] New translations en-us.json (Polish) --- public/locales/pl-PL.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/public/locales/pl-PL.json b/public/locales/pl-PL.json index a4a31c177..30a95628a 100644 --- a/public/locales/pl-PL.json +++ b/public/locales/pl-PL.json @@ -471,6 +471,12 @@ "title": "Prevents pressing 0-9 from jumping to a percentage of the video" } }, + "hidePosts": { + "enable": { + "label": "Hide posts", + "title": "Hides posts from the home page" + } + }, "copyTimestampUrlButton": { "enable": { "label": "Copy video URL with timestamp button", From d8fec7fea597968af5957eceb60794b4f4357359 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 27 Feb 2026 02:33:37 -0500 Subject: [PATCH 1772/1783] New translations en-us.json (Russian) --- public/locales/ru-RU.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index a8dc7cd37..ff52a9c07 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -471,6 +471,12 @@ "title": "Prevents pressing 0-9 from jumping to a percentage of the video" } }, + "hidePosts": { + "enable": { + "label": "Hide posts", + "title": "Hides posts from the home page" + } + }, "copyTimestampUrlButton": { "enable": { "label": "Кнопка «Копировать URL видео с таймкодом»", From 3c46c6f138cfda06cb9a792b915e5302f668b36f Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 27 Feb 2026 02:33:38 -0500 Subject: [PATCH 1773/1783] New translations en-us.json (Turkish) --- public/locales/tr-TR.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index b7c4d04ec..d12492485 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -471,6 +471,12 @@ "title": "0-9 tuşlarına basıldığında videonun belirli bir yüzdesine atlamayı engeller." } }, + "hidePosts": { + "enable": { + "label": "Hide posts", + "title": "Hides posts from the home page" + } + }, "copyTimestampUrlButton": { "enable": { "label": "Video URL'sini zaman damgası düğmesiyle kopyala", From 0c3cce035942ea694035fcf0516955f2b3cce64f Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 27 Feb 2026 02:33:39 -0500 Subject: [PATCH 1774/1783] New translations en-us.json (Ukrainian) --- public/locales/uk-UA.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/public/locales/uk-UA.json b/public/locales/uk-UA.json index b56ccd386..f1e8b0809 100644 --- a/public/locales/uk-UA.json +++ b/public/locales/uk-UA.json @@ -471,6 +471,12 @@ "title": "Prevents pressing 0-9 from jumping to a percentage of the video" } }, + "hidePosts": { + "enable": { + "label": "Hide posts", + "title": "Hides posts from the home page" + } + }, "copyTimestampUrlButton": { "enable": { "label": "Copy video URL with timestamp button", From d36dd17144f3b9e343662b53ad1a8e4fc20b8729 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 27 Feb 2026 02:33:41 -0500 Subject: [PATCH 1775/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index 9270945f2..28b4e11c6 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -471,6 +471,12 @@ "title": "防止按0-9键跳转到视频的百分比" } }, + "hidePosts": { + "enable": { + "label": "Hide posts", + "title": "Hides posts from the home page" + } + }, "copyTimestampUrlButton": { "enable": { "label": "复制带有时间戳的视频 URL 按钮", From 6222c35c5357de149d6a59aa5337b3ac33e05e53 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 27 Feb 2026 02:33:42 -0500 Subject: [PATCH 1776/1783] New translations en-us.json (Chinese Traditional) --- public/locales/zh-TW.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index 7aaaccf11..749475e88 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -471,6 +471,12 @@ "title": "Prevents pressing 0-9 from jumping to a percentage of the video" } }, + "hidePosts": { + "enable": { + "label": "Hide posts", + "title": "Hides posts from the home page" + } + }, "copyTimestampUrlButton": { "enable": { "label": "複製目前播放時間的影片網址按鈕", From 1afde154a35571d80d45d7c123bf41b0879eb883 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 27 Feb 2026 02:33:43 -0500 Subject: [PATCH 1777/1783] New translations en-us.json (Vietnamese) --- public/locales/vi-VN.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/public/locales/vi-VN.json b/public/locales/vi-VN.json index eff956968..86f569847 100644 --- a/public/locales/vi-VN.json +++ b/public/locales/vi-VN.json @@ -471,6 +471,12 @@ "title": "Prevents pressing 0-9 from jumping to a percentage of the video" } }, + "hidePosts": { + "enable": { + "label": "Hide posts", + "title": "Hides posts from the home page" + } + }, "copyTimestampUrlButton": { "enable": { "label": "Copy video URL with timestamp button", From ac52a4d14eeb278389438afd0a54b1f7fde60609 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 27 Feb 2026 02:33:44 -0500 Subject: [PATCH 1778/1783] New translations en-us.json (Persian) --- public/locales/fa-IR.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/public/locales/fa-IR.json b/public/locales/fa-IR.json index 585e761a3..4499c8cc4 100644 --- a/public/locales/fa-IR.json +++ b/public/locales/fa-IR.json @@ -471,6 +471,12 @@ "title": "Prevents pressing 0-9 from jumping to a percentage of the video" } }, + "hidePosts": { + "enable": { + "label": "Hide posts", + "title": "Hides posts from the home page" + } + }, "copyTimestampUrlButton": { "enable": { "label": "Copy video URL with timestamp button", From 6360e6d645e6e0532da4a33e98c10dd6d5735545 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 27 Feb 2026 02:33:45 -0500 Subject: [PATCH 1779/1783] New translations en-us.json (Hindi) --- public/locales/hi-IN.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/public/locales/hi-IN.json b/public/locales/hi-IN.json index dbb82b388..e17176838 100644 --- a/public/locales/hi-IN.json +++ b/public/locales/hi-IN.json @@ -471,6 +471,12 @@ "title": "Prevents pressing 0-9 from jumping to a percentage of the video" } }, + "hidePosts": { + "enable": { + "label": "Hide posts", + "title": "Hides posts from the home page" + } + }, "copyTimestampUrlButton": { "enable": { "label": "Copy video URL with timestamp button", From b20ab3a894995f36eac66b6425d398f1e06ce65f Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 27 Feb 2026 02:33:46 -0500 Subject: [PATCH 1780/1783] New translations en-us.json (English, United Kingdom) --- public/locales/en-GB.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/public/locales/en-GB.json b/public/locales/en-GB.json index d4516a00f..837cac132 100644 --- a/public/locales/en-GB.json +++ b/public/locales/en-GB.json @@ -471,6 +471,12 @@ "title": "Prevents pressing 0-9 from jumping to a percentage of the video" } }, + "hidePosts": { + "enable": { + "label": "Hide posts", + "title": "Hides posts from the home page" + } + }, "copyTimestampUrlButton": { "enable": { "label": "Copy video URL with timestamp button", From bcf8ed8ca12ccfcbd95c8629830ab7577f26a360 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 27 Feb 2026 04:40:50 -0500 Subject: [PATCH 1781/1783] New translations en-us.json (Chinese Simplified) --- public/locales/zh-CN.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index 28b4e11c6..061830000 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -473,8 +473,8 @@ }, "hidePosts": { "enable": { - "label": "Hide posts", - "title": "Hides posts from the home page" + "label": "隐藏帖子", + "title": "从主页隐藏帖子" } }, "copyTimestampUrlButton": { From 7d745106ba601bc20482124f60e0bad1e9e411f7 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Fri, 27 Feb 2026 14:15:31 -0500 Subject: [PATCH 1782/1783] New translations en-us.json (Italian) --- public/locales/it-IT.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index 111c32727..e9ad9207b 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -473,8 +473,8 @@ }, "hidePosts": { "enable": { - "label": "Hide posts", - "title": "Hides posts from the home page" + "label": "Nascondi post", + "title": "Nasconde i post dalla pagina iniziale" } }, "copyTimestampUrlButton": { From e2ab5cdcad8ed9dbd57340dfbf1358c3111f0bac Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Wed, 4 Mar 2026 14:43:43 -0500 Subject: [PATCH 1783/1783] New translations en-us.json (Portuguese, Brazilian) --- public/locales/pt-BR.json | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index b06f3fca2..a12d67bf8 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -10,10 +10,10 @@ "features": { "monoToStereoButton": { "button": { - "label": "Mono Audio Handling", + "label": "Manipulação de Áudio Mono", "toggle": { - "on": "Mono → Stereo Output", - "off": "Original Audio" + "on": "Mono → Saída Estéreo", + "off": "Áudio Original" } } }, @@ -186,7 +186,7 @@ "volumeBoostButton": "Botão de ganho de volume", "flipVideoVerticalButton": "Botão para Inverter o vídeo verticalmente", "flipVideoHorizontalButton": "Botão para Inverter o vídeo horizontalmente", - "monoToStereoButton": "Mono to Stereo button" + "monoToStereoButton": "Botão Mono para Estéreo" }, "options": { "below_player": { @@ -473,8 +473,8 @@ }, "hidePosts": { "enable": { - "label": "Hide posts", - "title": "Hides posts from the home page" + "label": "Esconder postagem", + "title": "Oculta postagens da página inicial" } }, "copyTimestampUrlButton": { @@ -521,8 +521,8 @@ }, "monoToStereoButton": { "enable": { - "label": "Mono to Stereo button", - "title": "Adds a button to convert mono audio to stereo. Stereo tracks remain unchanged." + "label": "Botão Mono para Estéreo", + "title": "Adiciona um botão para converter áudio mono para estéreo. Faixas estéreo permanecem inalteradas." } }, "hideOfficialArtistVideosFromHomePage": { @@ -667,27 +667,27 @@ "title": "Diversos" }, "hideShorts": { - "title": "Hide Shorts", + "title": "Ocultar Shorts", "settings": { "sidebar": { - "label": "Hide in sidebar", - "title": "Removes the Shorts button from the sidebar" + "label": "Ocultar na barra lateral", + "title": "Remove o botão Shorts da barra lateral" }, "home": { - "label": "Hide on Home feed", - "title": "Removes the Shorts section from the Home feed" + "label": "Ocultar no feed da Home", + "title": "Remove o botão Shorts da feed da Home" }, "channel": { - "label": "Hide on Channel pages", - "title": "Removes the Shorts shelf and tab on channel pages" + "label": "Esconder na página de Inscrições", + "title": "Remove o Shorts na página de inscrições" }, "search": { - "label": "Hide in Search results", - "title": "Removes Shorts videos from search results" + "label": "Ocultar nos resultados de pesquisa", + "title": "Remove os vídeos do Shorts dos resultados de pesquisa" }, "videos": { - "label": "Hide on watch pages", - "title": "Removes Shorts videos from recommendations on watch pages" + "label": "Esconder na página de reprodução", + "title": "Remove o Shorts das recomendações na página de reprodução" } } },