From 52cea42db4a78475a59864ad475aa260d623efb6 Mon Sep 17 00:00:00 2001 From: Bryce Hackel <34104885+bhackel@users.noreply.github.com> Date: Sun, 12 May 2024 20:30:06 -0700 Subject: [PATCH] Fix localization bug --- Localizations/uYouPlus.bundle/ar.lproj/Localizable.strings | 2 +- Localizations/uYouPlus.bundle/cz.lproj/Localizable.strings | 2 +- Localizations/uYouPlus.bundle/de.lproj/Localizable.strings | 2 +- Localizations/uYouPlus.bundle/el.lproj/Localizable.strings | 2 +- Localizations/uYouPlus.bundle/en.lproj/Localizable.strings | 2 +- Localizations/uYouPlus.bundle/es.lproj/Localizable.strings | 2 +- Localizations/uYouPlus.bundle/fr.lproj/Localizable.strings | 2 +- Localizations/uYouPlus.bundle/he.lproj/Localizable.strings | 2 +- Localizations/uYouPlus.bundle/hu.lproj/Localizable.strings | 2 +- Localizations/uYouPlus.bundle/it.lproj/Localizable.strings | 2 +- Localizations/uYouPlus.bundle/ja.lproj/Localizable.strings | 4 ++-- Localizations/uYouPlus.bundle/ko.lproj/Localizable.strings | 2 +- Localizations/uYouPlus.bundle/nl.lproj/Localizable.strings | 2 +- Localizations/uYouPlus.bundle/pl.lproj/Localizable.strings | 2 +- Localizations/uYouPlus.bundle/ro.lproj/Localizable.strings | 2 +- Localizations/uYouPlus.bundle/ru.lproj/Localizable.strings | 2 +- .../uYouPlus.bundle/template.lproj/Localizable.strings | 2 +- Localizations/uYouPlus.bundle/th.lproj/Localizable.strings | 2 +- Localizations/uYouPlus.bundle/tr.lproj/Localizable.strings | 2 +- Localizations/uYouPlus.bundle/vi.lproj/Localizable.strings | 2 +- Localizations/uYouPlus.bundle/zh_cn.lproj/Localizable.strings | 2 +- Localizations/uYouPlus.bundle/zh_tw.lproj/Localizable.strings | 2 +- Sources/uYouPlusSettings.xm | 2 +- 23 files changed, 24 insertions(+), 24 deletions(-) diff --git a/Localizations/uYouPlus.bundle/ar.lproj/Localizable.strings b/Localizations/uYouPlus.bundle/ar.lproj/Localizable.strings index 8f73315..c63618b 100644 --- a/Localizations/uYouPlus.bundle/ar.lproj/Localizable.strings +++ b/Localizations/uYouPlus.bundle/ar.lproj/Localizable.strings @@ -61,7 +61,7 @@ "STOCK_VOLUME_HUD_DESC" = "إظهار مؤشر تغيير الصوت الرسمي الخاص بـ iOS بدلاً من مؤشر يوتيوب"; // Video controls overlay options -"VIDEO_PLAYER_OPTIONS" = "📹 أزرار التحكم على الطبقة فوق الفيديو"; +"VIDEO_CONTROLS_OVERLAY_OPTIONS" = "📹 أزرار التحكم على الطبقة فوق الفيديو"; "HIDE_AUTOPLAY_SWITCH" = "إخفاء زر التشغيل التلقائي"; "HIDE_AUTOPLAY_SWITCH_DESC" = "إخفاء زر التشغيل التلقائي من أزرار التحكم على الفيديو."; diff --git a/Localizations/uYouPlus.bundle/cz.lproj/Localizable.strings b/Localizations/uYouPlus.bundle/cz.lproj/Localizable.strings index aa9c01d..4f6dabb 100644 --- a/Localizations/uYouPlus.bundle/cz.lproj/Localizable.strings +++ b/Localizations/uYouPlus.bundle/cz.lproj/Localizable.strings @@ -61,7 +61,7 @@ "STOCK_VOLUME_HUD_DESC" = ""; // Video controls overlay options -"VIDEO_PLAYER_OPTIONS" = "📹 Video Controls Overlay Options"; +"VIDEO_CONTROLS_OVERLAY_OPTIONS" = "📹 Video Controls Overlay Options"; "HIDE_AUTOPLAY_SWITCH" = "Skrýt přepínač automatického přehrávání"; "HIDE_AUTOPLAY_SWITCH_DESC" = "Skryje přepínač automatického přehrávání v překrytí ovládání videa."; diff --git a/Localizations/uYouPlus.bundle/de.lproj/Localizable.strings b/Localizations/uYouPlus.bundle/de.lproj/Localizable.strings index 0525e6a..536c3c1 100755 --- a/Localizations/uYouPlus.bundle/de.lproj/Localizable.strings +++ b/Localizations/uYouPlus.bundle/de.lproj/Localizable.strings @@ -61,7 +61,7 @@ "STOCK_VOLUME_HUD_DESC" = ""; // Video controls overlay options -"VIDEO_PLAYER_OPTIONS" = "📹 Video Controls Overlay Optionen"; +"VIDEO_CONTROLS_OVERLAY_OPTIONS" = "📹 Video Controls Overlay Optionen"; "HIDE_AUTOPLAY_SWITCH" = "Autoplay-Schalter ausblenden"; "HIDE_AUTOPLAY_SWITCH_DESC" = "Autoplay-Schalter vom Videoplayer ausblenden."; diff --git a/Localizations/uYouPlus.bundle/el.lproj/Localizable.strings b/Localizations/uYouPlus.bundle/el.lproj/Localizable.strings index 4ac18b9..fe2365f 100644 --- a/Localizations/uYouPlus.bundle/el.lproj/Localizable.strings +++ b/Localizations/uYouPlus.bundle/el.lproj/Localizable.strings @@ -61,7 +61,7 @@ "STOCK_VOLUME_HUD_DESC" = ""; // Video controls overlay options -"VIDEO_PLAYER_OPTIONS" = "📹 Video controls overlay options"; +"VIDEO_CONTROLS_OVERLAY_OPTIONS" = "📹 Video controls overlay options"; "HIDE_AUTOPLAY_SWITCH" = "Κρύψτε τον διακόπτη της αυτόματης αναπαραγωγής"; "HIDE_AUTOPLAY_SWITCH_DESC" = "Κρύψτε τον διακόπτη της αυτόματης αναπαραγωγής κατά την αναπαραγωγή βίντεο"; diff --git a/Localizations/uYouPlus.bundle/en.lproj/Localizable.strings b/Localizations/uYouPlus.bundle/en.lproj/Localizable.strings index 951eaf8..a8450ef 100644 --- a/Localizations/uYouPlus.bundle/en.lproj/Localizable.strings +++ b/Localizations/uYouPlus.bundle/en.lproj/Localizable.strings @@ -61,7 +61,7 @@ "STOCK_VOLUME_HUD_DESC" = ""; // Video controls overlay options -"VIDEO_PLAYER_OPTIONS" = "📹 Video controls overlay options"; +"VIDEO_CONTROLS_OVERLAY_OPTIONS" = "📹 Video controls overlay options"; "HIDE_AUTOPLAY_SWITCH" = "Hide autoplay switch"; "HIDE_AUTOPLAY_SWITCH_DESC" = ""; diff --git a/Localizations/uYouPlus.bundle/es.lproj/Localizable.strings b/Localizations/uYouPlus.bundle/es.lproj/Localizable.strings index cfd8878..44fd595 100644 --- a/Localizations/uYouPlus.bundle/es.lproj/Localizable.strings +++ b/Localizations/uYouPlus.bundle/es.lproj/Localizable.strings @@ -61,7 +61,7 @@ "STOCK_VOLUME_HUD_DESC" = ""; // Video controls overlay options -"VIDEO_PLAYER_OPTIONS" = "📹 Opciones de superposición de controles de vídeo"; +"VIDEO_CONTROLS_OVERLAY_OPTIONS" = "📹 Opciones de superposición de controles de vídeo"; "HIDE_AUTOPLAY_SWITCH" = "Ocultar interruptor de Reproducir automáticamente"; "HIDE_AUTOPLAY_SWITCH_DESC" = "Ocultar el interruptor de Reproducir automáticamente en los botones superpuestos."; diff --git a/Localizations/uYouPlus.bundle/fr.lproj/Localizable.strings b/Localizations/uYouPlus.bundle/fr.lproj/Localizable.strings index 15ea5de..da5caff 100644 --- a/Localizations/uYouPlus.bundle/fr.lproj/Localizable.strings +++ b/Localizations/uYouPlus.bundle/fr.lproj/Localizable.strings @@ -61,7 +61,7 @@ "STOCK_VOLUME_HUD_DESC" = ""; // Video controls overlay options -"VIDEO_PLAYER_OPTIONS" = "📹 Options de superposition des contrôles vidéo"; +"VIDEO_CONTROLS_OVERLAY_OPTIONS" = "📹 Options de superposition des contrôles vidéo"; "HIDE_AUTOPLAY_SWITCH" = "Masquer l'interrupteur de lecture automatique"; "HIDE_AUTOPLAY_SWITCH_DESC" = "Masquer le bouton de lecture automatique dans la superposition des contrôles vidéo"; diff --git a/Localizations/uYouPlus.bundle/he.lproj/Localizable.strings b/Localizations/uYouPlus.bundle/he.lproj/Localizable.strings index b812952..6ed3a7f 100644 --- a/Localizations/uYouPlus.bundle/he.lproj/Localizable.strings +++ b/Localizations/uYouPlus.bundle/he.lproj/Localizable.strings @@ -61,7 +61,7 @@ "STOCK_VOLUME_HUD_DESC" = ""; // Video controls overlay options -"VIDEO_PLAYER_OPTIONS" = "📹 Video controls overlay options"; +"VIDEO_CONTROLS_OVERLAY_OPTIONS" = "📹 Video controls overlay options"; "HIDE_AUTOPLAY_SWITCH" = "הסתר את כפתור ההפעלה האוטומטית"; "HIDE_AUTOPLAY_SWITCH_DESC" = "הסתר את כפתור ההפעלה האוטומטית בתצוגת השליטה בסרטון."; diff --git a/Localizations/uYouPlus.bundle/hu.lproj/Localizable.strings b/Localizations/uYouPlus.bundle/hu.lproj/Localizable.strings index f6e9c0d..de656ce 100644 --- a/Localizations/uYouPlus.bundle/hu.lproj/Localizable.strings +++ b/Localizations/uYouPlus.bundle/hu.lproj/Localizable.strings @@ -61,7 +61,7 @@ "STOCK_VOLUME_HUD_DESC" = ""; // Video controls overlay options -"VIDEO_PLAYER_OPTIONS" = "📹 Video controls overlay options"; +"VIDEO_CONTROLS_OVERLAY_OPTIONS" = "📹 Video controls overlay options"; "HIDE_AUTOPLAY_SWITCH" = "Az automatikus lejátszás kapcsoló elrejtése"; "HIDE_AUTOPLAY_SWITCH_DESC" = "Az Automatikus lejátszás kapcsoló elrejtése a videovezérlők fedvényében."; diff --git a/Localizations/uYouPlus.bundle/it.lproj/Localizable.strings b/Localizations/uYouPlus.bundle/it.lproj/Localizable.strings index d7b62c9..05b2a8f 100644 --- a/Localizations/uYouPlus.bundle/it.lproj/Localizable.strings +++ b/Localizations/uYouPlus.bundle/it.lproj/Localizable.strings @@ -61,7 +61,7 @@ "STOCK_VOLUME_HUD_DESC" = ""; // Video controls overlay options -"VIDEO_PLAYER_OPTIONS" = "📹 Opzioni Sovrimpressione (Overlay) Video"; +"VIDEO_CONTROLS_OVERLAY_OPTIONS" = "📹 Opzioni Sovrimpressione (Overlay) Video"; "HIDE_AUTOPLAY_SWITCH" = "Nascondi Interruttore Riproduzione Automatica"; "HIDE_AUTOPLAY_SWITCH_DESC" = "Nasconde il controllo per la riproduzione automatica in sovrimpressione al video."; diff --git a/Localizations/uYouPlus.bundle/ja.lproj/Localizable.strings b/Localizations/uYouPlus.bundle/ja.lproj/Localizable.strings index f1ef443..8ef4059 100644 --- a/Localizations/uYouPlus.bundle/ja.lproj/Localizable.strings +++ b/Localizations/uYouPlus.bundle/ja.lproj/Localizable.strings @@ -30,7 +30,7 @@ "OLED_KEYBOARD" = "OLEDキーボード (実験的)"; "OLED_KEYBOARD_DESC" = ""; -// Video controls overlay options +// Video player options "VIDEO_PLAYER_OPTIONS" = "⏯️ 動画コントロールのオーバーレイ設定"; "SLIDE_TO_SEEK" = "スライドシークを有効化"; @@ -61,7 +61,7 @@ "STOCK_VOLUME_HUD_DESC" = ""; // Video controls overlay options -"VIDEO_PLAYER_OPTIONS" = "📹 動画コントロールのオーバーレイ設定"; +"VIDEO_CONTROLS_OVERLAY_OPTIONS" = "📹 動画コントロールのオーバーレイ設定"; "HIDE_AUTOPLAY_SWITCH" = "自動再生ボタンを非表示"; "HIDE_AUTOPLAY_SWITCH_DESC" = ""; diff --git a/Localizations/uYouPlus.bundle/ko.lproj/Localizable.strings b/Localizations/uYouPlus.bundle/ko.lproj/Localizable.strings index f2b17aa..bd62be4 100644 --- a/Localizations/uYouPlus.bundle/ko.lproj/Localizable.strings +++ b/Localizations/uYouPlus.bundle/ko.lproj/Localizable.strings @@ -61,7 +61,7 @@ "STOCK_VOLUME_HUD_DESC" = ""; // Video controls overlay options -"VIDEO_PLAYER_OPTIONS" = "📹 비디오 재생 오버레이 설정"; +"VIDEO_CONTROLS_OVERLAY_OPTIONS" = "📹 비디오 재생 오버레이 설정"; "HIDE_AUTOPLAY_SWITCH" = "자동재생 스위치 숨기기"; "HIDE_AUTOPLAY_SWITCH_DESC" = "비디오 재생 오버레이에서 자동재생 스위치를 숨깁니다."; diff --git a/Localizations/uYouPlus.bundle/nl.lproj/Localizable.strings b/Localizations/uYouPlus.bundle/nl.lproj/Localizable.strings index 46b119b..6a4dedf 100644 --- a/Localizations/uYouPlus.bundle/nl.lproj/Localizable.strings +++ b/Localizations/uYouPlus.bundle/nl.lproj/Localizable.strings @@ -61,7 +61,7 @@ "STOCK_VOLUME_HUD_DESC" = ""; // Video controls overlay options -"VIDEO_PLAYER_OPTIONS" = "📹 Video controls overlay options"; +"VIDEO_CONTROLS_OVERLAY_OPTIONS" = "📹 Video controls overlay options"; "HIDE_AUTOPLAY_SWITCH" = "Verberg Autoplay schakelaar"; "HIDE_AUTOPLAY_SWITCH_DESC" = "Verberg de Autoplay schakelaar in de video speler."; diff --git a/Localizations/uYouPlus.bundle/pl.lproj/Localizable.strings b/Localizations/uYouPlus.bundle/pl.lproj/Localizable.strings index c25a061..ea183e3 100644 --- a/Localizations/uYouPlus.bundle/pl.lproj/Localizable.strings +++ b/Localizations/uYouPlus.bundle/pl.lproj/Localizable.strings @@ -61,7 +61,7 @@ "STOCK_VOLUME_HUD_DESC" = ""; // Video controls overlay options -"VIDEO_PLAYER_OPTIONS" = "📹 Video controls overlay options"; +"VIDEO_CONTROLS_OVERLAY_OPTIONS" = "📹 Video controls overlay options"; "HIDE_AUTOPLAY_SWITCH" = "Ukryj przycisk Autoodtwarzanie"; "HIDE_AUTOPLAY_SWITCH_DESC" = "Ukrywa przycisk Autoodtwarzanie w okładce odtwarzacza filmów."; diff --git a/Localizations/uYouPlus.bundle/ro.lproj/Localizable.strings b/Localizations/uYouPlus.bundle/ro.lproj/Localizable.strings index 5c09101..2343dd3 100644 --- a/Localizations/uYouPlus.bundle/ro.lproj/Localizable.strings +++ b/Localizations/uYouPlus.bundle/ro.lproj/Localizable.strings @@ -61,7 +61,7 @@ "STOCK_VOLUME_HUD_DESC" = ""; // Video controls overlay options -"VIDEO_PLAYER_OPTIONS" = "📹 Video controls overlay options"; +"VIDEO_CONTROLS_OVERLAY_OPTIONS" = "📹 Video controls overlay options"; "HIDE_AUTOPLAY_SWITCH" = "Ascunde comutatorul Redare automată"; "HIDE_AUTOPLAY_SWITCH_DESC" = "Ascunde comutatorul Redare automată din controalele video."; diff --git a/Localizations/uYouPlus.bundle/ru.lproj/Localizable.strings b/Localizations/uYouPlus.bundle/ru.lproj/Localizable.strings index 75c180d..0661d25 100644 --- a/Localizations/uYouPlus.bundle/ru.lproj/Localizable.strings +++ b/Localizations/uYouPlus.bundle/ru.lproj/Localizable.strings @@ -61,7 +61,7 @@ "STOCK_VOLUME_HUD_DESC" = ""; // Video controls overlay options -"VIDEO_PLAYER_OPTIONS" = "📹 Параметры элементов оверлея видеоплеера"; +"VIDEO_CONTROLS_OVERLAY_OPTIONS" = "📹 Параметры элементов оверлея видеоплеера"; "HIDE_AUTOPLAY_SWITCH" = "Скрыть «Автовоспроизведение»"; "HIDE_AUTOPLAY_SWITCH_DESC" = "Убирает тумблер «Автовоспроизведение» с оверлея плеера."; diff --git a/Localizations/uYouPlus.bundle/template.lproj/Localizable.strings b/Localizations/uYouPlus.bundle/template.lproj/Localizable.strings index 5c5c183..593b897 100644 --- a/Localizations/uYouPlus.bundle/template.lproj/Localizable.strings +++ b/Localizations/uYouPlus.bundle/template.lproj/Localizable.strings @@ -76,7 +76,7 @@ https://github.com/PoomSmart/Return-YouTube-Dislikes/tree/main/layout/Library/Ap "STOCK_VOLUME_HUD_DESC" = ""; // Video controls overlay options -"VIDEO_PLAYER_OPTIONS" = "📹 Video controls overlay options"; +"VIDEO_CONTROLS_OVERLAY_OPTIONS" = "📹 Video controls overlay options"; "HIDE_AUTOPLAY_SWITCH" = "Hide autoplay switch"; "HIDE_AUTOPLAY_SWITCH_DESC" = ""; diff --git a/Localizations/uYouPlus.bundle/th.lproj/Localizable.strings b/Localizations/uYouPlus.bundle/th.lproj/Localizable.strings index eadb006..9c5b70e 100644 --- a/Localizations/uYouPlus.bundle/th.lproj/Localizable.strings +++ b/Localizations/uYouPlus.bundle/th.lproj/Localizable.strings @@ -60,7 +60,7 @@ "STOCK_VOLUME_HUD_DESC" = ""; // Video controls overlay options -"VIDEO_PLAYER_OPTIONS" = "📹 ตัวเลือกการควบคุมการซ้อนทับวิดีโอ"; +"VIDEO_CONTROLS_OVERLAY_OPTIONS" = "📹 ตัวเลือกการควบคุมการซ้อนทับวิดีโอ"; "HIDE_AUTOPLAY_SWITCH" = "ซ่อนสวิตช์เล่นอัตโนมัติ"; "HIDE_AUTOPLAY_SWITCH_DESC" = "ซ่อนสวิตช์เล่นอัตโนมัติในตัวควบคุมภาพยนตร์"; diff --git a/Localizations/uYouPlus.bundle/tr.lproj/Localizable.strings b/Localizations/uYouPlus.bundle/tr.lproj/Localizable.strings index cb9911b..949cbbb 100644 --- a/Localizations/uYouPlus.bundle/tr.lproj/Localizable.strings +++ b/Localizations/uYouPlus.bundle/tr.lproj/Localizable.strings @@ -52,7 +52,7 @@ "STOCK_VOLUME_HUD_DESC" = ""; // Video controls overlay options -"VIDEO_PLAYER_OPTIONS" = "📹 Video Kontrolleri Kaplaması Seçenekleri"; +"VIDEO_CONTROLS_OVERLAY_OPTIONS" = "📹 Video Kontrolleri Kaplaması Seçenekleri"; "HIDE_AUTOPLAY_SWITCH" = "Otomatik oynatma anahtarını gizle"; "HIDE_AUTOPLAY_SWITCH_DESC" = "Otomatik oynatma anahtarını video kontrolleri katmanından gizler."; diff --git a/Localizations/uYouPlus.bundle/vi.lproj/Localizable.strings b/Localizations/uYouPlus.bundle/vi.lproj/Localizable.strings index b25dba5..57a3696 100644 --- a/Localizations/uYouPlus.bundle/vi.lproj/Localizable.strings +++ b/Localizations/uYouPlus.bundle/vi.lproj/Localizable.strings @@ -61,7 +61,7 @@ "STOCK_VOLUME_HUD_DESC" = ""; // Video controls overlay options -"VIDEO_PLAYER_OPTIONS" = "📹 Tùy chọn hiển thị trong trình phát video"; +"VIDEO_CONTROLS_OVERLAY_OPTIONS" = "📹 Tùy chọn hiển thị trong trình phát video"; "HIDE_AUTOPLAY_SWITCH" = "Ẩn nút Tự động phát"; "HIDE_AUTOPLAY_SWITCH_DESC" = "Ẩn nút Tự động phát trong trình phát video."; diff --git a/Localizations/uYouPlus.bundle/zh_cn.lproj/Localizable.strings b/Localizations/uYouPlus.bundle/zh_cn.lproj/Localizable.strings index 44c83df..698032e 100644 --- a/Localizations/uYouPlus.bundle/zh_cn.lproj/Localizable.strings +++ b/Localizations/uYouPlus.bundle/zh_cn.lproj/Localizable.strings @@ -61,7 +61,7 @@ "STOCK_VOLUME_HUD_DESC" = ""; // Video controls overlay options -"VIDEO_PLAYER_OPTIONS" = "📹 视频播放器控制界面选项"; +"VIDEO_CONTROLS_OVERLAY_OPTIONS" = "📹 视频播放器控制界面选项"; "HIDE_AUTOPLAY_SWITCH" = "隐藏自动播放模式开关"; "HIDE_AUTOPLAY_SWITCH_DESC" = "隐藏视频播放器控制界面上的自动播放开关。"; diff --git a/Localizations/uYouPlus.bundle/zh_tw.lproj/Localizable.strings b/Localizations/uYouPlus.bundle/zh_tw.lproj/Localizable.strings index 25c5897..f307dd6 100644 --- a/Localizations/uYouPlus.bundle/zh_tw.lproj/Localizable.strings +++ b/Localizations/uYouPlus.bundle/zh_tw.lproj/Localizable.strings @@ -61,7 +61,7 @@ "STOCK_VOLUME_HUD_DESC" = ""; // Video controls overlay options -"VIDEO_PLAYER_OPTIONS" = "📹 影片懸浮控制選項"; +"VIDEO_CONTROLS_OVERLAY_OPTIONS" = "📹 影片懸浮控制選項"; "HIDE_AUTOPLAY_SWITCH" = "隱藏自動播放開關"; "HIDE_AUTOPLAY_SWITCH_DESC" = "在影片控制中隱藏自動播放開關。"; diff --git a/Sources/uYouPlusSettings.xm b/Sources/uYouPlusSettings.xm index 4df33a2..705e77a 100644 --- a/Sources/uYouPlusSettings.xm +++ b/Sources/uYouPlusSettings.xm @@ -363,7 +363,7 @@ extern NSBundle *uYouPlusBundle(); SWITCH_ITEM(LOC(@"Disable toggle time remaining"), LOC(@"Disables changing time elapsed to time remaining. Use with other setting to always show remaining time."), @"disableRemainingTime_enabled"); # pragma mark - Video controls overlay options - SECTION_HEADER(LOC(@"VIDEO_PLAYER_OPTIONS")); + SECTION_HEADER(LOC(@"VIDEO_CONTROLS_OVERLAY_OPTIONS")); SWITCH_ITEM(LOC(@"Enable Share Button"), LOC(@"Enable the Share Button in video controls overlay."), @"enableShareButton_enabled"); SWITCH_ITEM(LOC(@"Enable 'Save To Playlist' Button"), LOC(@"Enable the 'Save To Playlist' Button in video controls overlay."), @"enableSaveToButton_enabled");