From a7fc116b7e663f084631661042d360dc6f6c87ef Mon Sep 17 00:00:00 2001 From: Dan <38832025+dayanch96@users.noreply.github.com> Date: Fri, 27 Feb 2026 03:20:28 +0300 Subject: [PATCH] localization --- .../Base.lproj/Localizable.strings | 20 ++++++++++++ .../ar.lproj/Localizable.strings | 20 ++++++++++++ .../es.lproj/Localizable.strings | 32 +++++++++++++++---- .../it.lproj/Localizable.strings | 20 ++++++++++++ .../ja.lproj/Localizable.strings | 20 ++++++++++++ .../pl.lproj/Localizable.strings | 26 +++++++++++++-- .../ru.lproj/Localizable.strings | 20 ++++++++++++ .../vi.lproj/Localizable.strings | 20 ++++++++++++ .../zh-Hans.lproj/Localizable.strings | 26 +++++++++++++-- .../zh-Hant.lproj/Localizable.strings | 24 ++++++++++++-- 10 files changed, 214 insertions(+), 14 deletions(-) diff --git a/InfusePlus.bundle/Base.lproj/Localizable.strings b/InfusePlus.bundle/Base.lproj/Localizable.strings index 785ba3d..1d9a6bb 100644 --- a/InfusePlus.bundle/Base.lproj/Localizable.strings +++ b/InfusePlus.bundle/Base.lproj/Localizable.strings @@ -19,10 +19,27 @@ "SkipByLongTapDesc" = "Long pressing the rewind buttons skips to the next/previous video"; "LoopButton" = "Loop Button"; "LoopButtonDesc" = "Adds a loop button to the overlay"; +"HorFlipButton" = "Horizontal flip"; +"HorFlipButtonDesc" = "Adds a horizontal flip button to the overlay"; +"VerFlipButton" = "Vertical flip"; +"VerFlipButtonDesc" = "Adds a vertical flip to the overlay"; "SkipButtons" = "Skip buttons"; "SkipButtonsDesc" = "Adds skip to next and previous buttons to the overlay"; "HideRewindButtons" = "Hide Rewind Buttons"; "HideRewindButtonsDesc" = "Removes rewind and fast forward buttons from the overlay"; +"MutePlayerOnly" = "Mute Player Only"; +"MutePlayerOnlyDesc" = "Mutes the player without affecting the system volume when using the in-player volume button"; + +"OverlayLock" = "Overlay Lock"; +"OverlayLockDesc" = "Adds an overlay lock button to the playback settings menu"; +"AllowLongPresses" = "Allow Long Press Gestures"; +"AllowLongPressesDesc" = "Allows long press gestures over the locked overlay. For example, to change playback speed"; +"AllowDoubleTaps" = "Allow Double Tap Gestures"; +"AllowDoubleTapsDesc" = "Allows double tap gestures for fast forward, rewind, or play/pause playback"; +"AllowTwoFingerTaps" = "Allow Two-Finger Tap Gestures"; +"AllowTwoFingerTapsDesc" = "Allows two-finger tap gestures to play or pause playback"; +"AllowPanGestures" = "Allow Pan Gestures"; +"AllowPanGesturesDesc" = "Allows pan gestures for seeking and adjusting brightness/volume"; "ShowStatusBar" = "Show Status Bar"; "ShowStatusBarDesc" = "Shows status bar with connection, time and battery level in the player"; @@ -114,6 +131,9 @@ "Japanese" = "Japanese localization"; "Spanish" = "Spanish localization"; +"LockOverlay" = "Lock Overlay"; +"TapToUnlock" = "Tap to unlock"; + "Photos" = "Photos"; "Imported" = "Imported"; "MediaNotFound" = "Media not found"; diff --git a/InfusePlus.bundle/ar.lproj/Localizable.strings b/InfusePlus.bundle/ar.lproj/Localizable.strings index 82cc7b0..14ecc47 100644 --- a/InfusePlus.bundle/ar.lproj/Localizable.strings +++ b/InfusePlus.bundle/ar.lproj/Localizable.strings @@ -19,10 +19,27 @@ "SkipByLongTapDesc" = "الضغط مطولًا على أزرار الإرجاع السريع للانتقال إلى الفيديو التالي/السابق."; "LoopButton" = "زر التكرار"; "LoopButtonDesc" = "إضافة زر تكرار إلى خيارات المشغل."; +"HorFlipButton" = "Horizontal flip"; +"HorFlipButtonDesc" = "Adds a horizontal flip button to the overlay"; +"VerFlipButton" = "Vertical flip"; +"VerFlipButtonDesc" = "Adds a vertical flip to the overlay"; "SkipButtons" = "أزرار التخطي"; "SkipButtonsDesc" = "إضافة زر تخطي للتالي وزر تخطي للسابق إلى خيارات المشغل."; "HideRewindButtons" = "إخفاء أزرار الترجيع"; "HideRewindButtonsDesc" = "إزالة زر التسريع وزر الترجيع من خيارات المشغل."; +"MutePlayerOnly" = "Mute Player Only"; +"MutePlayerOnlyDesc" = "Mutes the player without affecting the system volume when using the in-player volume button"; + +"OverlayLock" = "Overlay Lock"; +"OverlayLockDesc" = "Adds an overlay lock button to the playback settings menu"; +"AllowLongPresses" = "Allow Long Press Gestures"; +"AllowLongPressesDesc" = "Allows long press gestures over the locked overlay. For example, to change playback speed"; +"AllowDoubleTaps" = "Allow Double Tap Gestures"; +"AllowDoubleTapsDesc" = "Allows double tap gestures for fast forward, rewind, or play/pause playback"; +"AllowTwoFingerTaps" = "Allow Two-Finger Tap Gestures"; +"AllowTwoFingerTapsDesc" = "Allows two-finger tap gestures to play or pause playback"; +"AllowPanGestures" = "Allow Pan Gestures"; +"AllowPanGesturesDesc" = "Allows pan gestures for seeking and adjusting brightness/volume"; "ShowStatusBar" = "إظهار شريط الحالة"; "ShowStatusBarDesc" = "إظهار شريط الحالة بكل خصائصه في المشغل."; @@ -114,6 +131,9 @@ "Japanese" = "الترجمة اليابانية"; "Spanish" = "الترجمة الأسبانية"; +"LockOverlay" = "Lock Overlay"; +"TapToUnlock" = "Tap to unlock"; + "Photos" = "الصور"; "Imported" = "تم الاستيراد"; "MediaNotFound" = "لم يتم العثور على وسائط"; diff --git a/InfusePlus.bundle/es.lproj/Localizable.strings b/InfusePlus.bundle/es.lproj/Localizable.strings index 7f0230f..cc5fdbe 100644 --- a/InfusePlus.bundle/es.lproj/Localizable.strings +++ b/InfusePlus.bundle/es.lproj/Localizable.strings @@ -19,10 +19,27 @@ "SkipByLongTapDesc" = "Mantener pulsados los botones de rebobinado salta al vídeo siguiente/anterior"; "LoopButton" = "Botón de bucle"; "LoopButtonDesc" = "Añade un botón de bucle a la capa superpuesta"; +"HorFlipButton" = "Horizontal flip"; +"HorFlipButtonDesc" = "Adds a horizontal flip button to the overlay"; +"VerFlipButton" = "Vertical flip"; +"VerFlipButtonDesc" = "Adds a vertical flip to the overlay"; "SkipButtons" = "Botones de salto"; "SkipButtonsDesc" = "Añade botones para saltar al vídeo siguiente y anterior en la capa superpuesta"; "HideRewindButtons" = "Ocultar botones de rebobinado"; "HideRewindButtonsDesc" = "Elimina los botones de rebobinado y avance rápido de la capa superpuesta"; +"MutePlayerOnly" = "Mute Player Only"; +"MutePlayerOnlyDesc" = "Mutes the player without affecting the system volume when using the in-player volume button"; + +"OverlayLock" = "Overlay Lock"; +"OverlayLockDesc" = "Adds an overlay lock button to the playback settings menu"; +"AllowLongPresses" = "Allow Long Press Gestures"; +"AllowLongPressesDesc" = "Allows long press gestures over the locked overlay. For example, to change playback speed"; +"AllowDoubleTaps" = "Allow Double Tap Gestures"; +"AllowDoubleTapsDesc" = "Allows double tap gestures for fast forward, rewind, or play/pause playback"; +"AllowTwoFingerTaps" = "Allow Two-Finger Tap Gestures"; +"AllowTwoFingerTapsDesc" = "Allows two-finger tap gestures to play or pause playback"; +"AllowPanGestures" = "Allow Pan Gestures"; +"AllowPanGesturesDesc" = "Allows pan gestures for seeking and adjusting brightness/volume"; "ShowStatusBar" = "Mostrar barra de estado"; "ShowStatusBarDesc" = "Muestra la barra de estado con la conexión, la hora y el nivel de batería en el reproductor"; @@ -36,8 +53,8 @@ "SpeedByLongTapDesc" = "Mantener pulsada la capa superpuesta acelera la velocidad de reproducción"; "AdjustSpeedGesture" = "Ajustar velocidad de reproducción con gesto"; "AdjustSpeedGestureDesc" = "Permite ajustar la velocidad de reproducción deslizando arriba/abajo durante una pulsación prolongada"; -"CompactToast" = "Aviso compacto"; -"CompactToastDesc" = "Muestra un aviso de estilo compacto para la tasa de reproducción"; +"CompactToast" = "Compact Toast"; +"CompactToastDesc" = "Displays a compact-style toast for playback rate"; "FlexibleTimer" = "Temporizador flexible"; "FlexibleTimerDesc" = "Añade un submenú de temporizador flexible al menú de ajustes de reproducción para alternar entre mostrar el tiempo restante, la duración total y la hora de finalización de la reproducción"; @@ -68,8 +85,8 @@ "StartupPageHeader" = "Página de inicio"; "UpdateHeader" = "Actualización de Infuse Plus"; -"AutoCleanTrash" = "Auto limpieza de Papelera"; -"AutoCleanTrashDesc" = "Limpia automáticamente la carpeta de Papelera de Infuse al iniciar"; +"AutoCleanTrash" = "Auto clean trash"; +"AutoCleanTrashDesc" = "Automatically cleans the Infuse trash folder on startup"; "NotifyUpdates" = "Notificar actualizaciones"; "NotifyUpdatesDesc" = "Muestra una alerta si hay una nueva versión del tweak disponible"; "UpdateLocalizations" = "Actualizar traducciones"; @@ -114,6 +131,9 @@ "Japanese" = "Traducción al japonés"; "Spanish" = "Traducción al español"; +"LockOverlay" = "Lock Overlay"; +"TapToUnlock" = "Tap to unlock"; + "Photos" = "Fotos"; "Imported" = "Importado"; "MediaNotFound" = "Contenido no encontrado"; @@ -135,7 +155,7 @@ "LocalImport" = "Importar carpeta"; "LocalImportMessage" = "Dado que la selección de carpetas no es compatible con la carga lateral, esta solución alternativa permite seleccionar varios archivos de vídeo a la vez para importarlos de forma masiva."; "FolderName" = "Establecer nombre de carpeta"; -"ImportFromPhotos" = "Importar desde Fotos"; +"ImportFromPhotos" = "Import from Photos"; "Welcome.Premium" = "Funciones premium"; "Welcome.PremiumDesc" = "Obtén acceso a todas las funciones exclusivas de la aplicación"; @@ -146,4 +166,4 @@ "Welcome.More" = "Y mucho más"; "Welcome.MoreDesc" = "Configura la pestaña de inicio, cambia el póster y el título del reproductor en el centro de control, notificaciones de actualizaciones y mucho más"; "SupportMe" = "Apóyame"; -"Continue" = "Continuar"; +"Continue" = "Continuar"; \ No newline at end of file diff --git a/InfusePlus.bundle/it.lproj/Localizable.strings b/InfusePlus.bundle/it.lproj/Localizable.strings index 32e28cd..5fa06fb 100644 --- a/InfusePlus.bundle/it.lproj/Localizable.strings +++ b/InfusePlus.bundle/it.lproj/Localizable.strings @@ -19,10 +19,27 @@ "SkipByLongTapDesc" = "La pressione prolungata sui pulsanti di riavvolgimento salta al video successivo/precedente"; "LoopButton" = "Pulsante Ripetizione"; "LoopButtonDesc" = "Aggiunge un pulsante ripetizione alla sovrapposizione"; +"HorFlipButton" = "Horizontal flip"; +"HorFlipButtonDesc" = "Adds a horizontal flip button to the overlay"; +"VerFlipButton" = "Vertical flip"; +"VerFlipButtonDesc" = "Adds a vertical flip to the overlay"; "SkipButtons" = "Pulsanti Salto"; "SkipButtonsDesc" = "Aggiunge i pulsanti salta al successivo e precedente alla sovrapposizione"; "HideRewindButtons" = "Nascondi Pulsanti Riavvolgimento"; "HideRewindButtonsDesc" = "Rimuove i pulsanti riavvolgimento e avanzamento rapido dalla sovrapposizione"; +"MutePlayerOnly" = "Mute Player Only"; +"MutePlayerOnlyDesc" = "Mutes the player without affecting the system volume when using the in-player volume button"; + +"OverlayLock" = "Overlay Lock"; +"OverlayLockDesc" = "Adds an overlay lock button to the playback settings menu"; +"AllowLongPresses" = "Allow Long Press Gestures"; +"AllowLongPressesDesc" = "Allows long press gestures over the locked overlay. For example, to change playback speed"; +"AllowDoubleTaps" = "Allow Double Tap Gestures"; +"AllowDoubleTapsDesc" = "Allows double tap gestures for fast forward, rewind, or play/pause playback"; +"AllowTwoFingerTaps" = "Allow Two-Finger Tap Gestures"; +"AllowTwoFingerTapsDesc" = "Allows two-finger tap gestures to play or pause playback"; +"AllowPanGestures" = "Allow Pan Gestures"; +"AllowPanGesturesDesc" = "Allows pan gestures for seeking and adjusting brightness/volume"; "ShowStatusBar" = "Mostra Barra di Stato"; "ShowStatusBarDesc" = "Mostra la barra di stato con connessione, orario e livello batteria nel lettore"; @@ -114,6 +131,9 @@ "Japanese" = "Localizzazione giapponese"; "Spanish" = "Localizzazione spagnola"; +"LockOverlay" = "Lock Overlay"; +"TapToUnlock" = "Tap to unlock"; + "Photos" = "Foto"; "Imported" = "Importato"; "MediaNotFound" = "Media non trovato"; diff --git a/InfusePlus.bundle/ja.lproj/Localizable.strings b/InfusePlus.bundle/ja.lproj/Localizable.strings index 4225c8e..efd38a2 100644 --- a/InfusePlus.bundle/ja.lproj/Localizable.strings +++ b/InfusePlus.bundle/ja.lproj/Localizable.strings @@ -19,10 +19,27 @@ "SkipByLongTapDesc" = "Long pressing the rewind buttons skips to the next/previous video"; "LoopButton" = "Loop Button"; "LoopButtonDesc" = "Adds a loop button to the overlay"; +"HorFlipButton" = "Horizontal flip"; +"HorFlipButtonDesc" = "Adds a horizontal flip button to the overlay"; +"VerFlipButton" = "Vertical flip"; +"VerFlipButtonDesc" = "Adds a vertical flip to the overlay"; "SkipButtons" = "Skip buttons"; "SkipButtonsDesc" = "Adds skip to next and previous buttons to the overlay"; "HideRewindButtons" = "Hide Rewind Buttons"; "HideRewindButtonsDesc" = "Removes rewind and fast forward buttons from the overlay"; +"MutePlayerOnly" = "Mute Player Only"; +"MutePlayerOnlyDesc" = "Mutes the player without affecting the system volume when using the in-player volume button"; + +"OverlayLock" = "Overlay Lock"; +"OverlayLockDesc" = "Adds an overlay lock button to the playback settings menu"; +"AllowLongPresses" = "Allow Long Press Gestures"; +"AllowLongPressesDesc" = "Allows long press gestures over the locked overlay. For example, to change playback speed"; +"AllowDoubleTaps" = "Allow Double Tap Gestures"; +"AllowDoubleTapsDesc" = "Allows double tap gestures for fast forward, rewind, or play/pause playback"; +"AllowTwoFingerTaps" = "Allow Two-Finger Tap Gestures"; +"AllowTwoFingerTapsDesc" = "Allows two-finger tap gestures to play or pause playback"; +"AllowPanGestures" = "Allow Pan Gestures"; +"AllowPanGesturesDesc" = "Allows pan gestures for seeking and adjusting brightness/volume"; "ShowStatusBar" = "Show Status Bar"; "ShowStatusBarDesc" = "Shows status bar with connection, time and battery level in the player"; @@ -114,6 +131,9 @@ "Japanese" = "日本語ローカライズ"; "Spanish" = "スペイン語ローカライズ"; +"LockOverlay" = "Lock Overlay"; +"TapToUnlock" = "Tap to unlock"; + "Photos" = "Photos"; "Imported" = "Imported"; "MediaNotFound" = "Media not found"; diff --git a/InfusePlus.bundle/pl.lproj/Localizable.strings b/InfusePlus.bundle/pl.lproj/Localizable.strings index 65cc54d..016215c 100644 --- a/InfusePlus.bundle/pl.lproj/Localizable.strings +++ b/InfusePlus.bundle/pl.lproj/Localizable.strings @@ -19,10 +19,27 @@ "SkipByLongTapDesc" = "Długie naciśnięcie przycisków przewijania powoduje przejście do następnego/poprzedniego filmu"; "LoopButton" = "Przycisk pętli"; "LoopButtonDesc" = "Dodaje przycisk pętli do nakładki"; +"HorFlipButton" = "Horizontal flip"; +"HorFlipButtonDesc" = "Adds a horizontal flip button to the overlay"; +"VerFlipButton" = "Vertical flip"; +"VerFlipButtonDesc" = "Adds a vertical flip to the overlay"; "SkipButtons" = "Przyciski przewijania"; "SkipButtonsDesc" = "Dodaje przyciski przejścia do następnego i poprzedniego filmu do nakładki"; "HideRewindButtons" = "Ukryj przyciski przewijania"; "HideRewindButtonsDesc" = "Usuwa przyciski przewijania wstecz i do przodu z nakładki"; +"MutePlayerOnly" = "Mute Player Only"; +"MutePlayerOnlyDesc" = "Mutes the player without affecting the system volume when using the in-player volume button"; + +"OverlayLock" = "Overlay Lock"; +"OverlayLockDesc" = "Adds an overlay lock button to the playback settings menu"; +"AllowLongPresses" = "Allow Long Press Gestures"; +"AllowLongPressesDesc" = "Allows long press gestures over the locked overlay. For example, to change playback speed"; +"AllowDoubleTaps" = "Allow Double Tap Gestures"; +"AllowDoubleTapsDesc" = "Allows double tap gestures for fast forward, rewind, or play/pause playback"; +"AllowTwoFingerTaps" = "Allow Two-Finger Tap Gestures"; +"AllowTwoFingerTapsDesc" = "Allows two-finger tap gestures to play or pause playback"; +"AllowPanGestures" = "Allow Pan Gestures"; +"AllowPanGesturesDesc" = "Allows pan gestures for seeking and adjusting brightness/volume"; "ShowStatusBar" = "Pokaż pasek stanu"; "ShowStatusBarDesc" = "Pokazuje pasek stanu z połączeniem, godziną i poziomem baterii w odtwarzaczu"; @@ -68,8 +85,8 @@ "StartupPageHeader" = "Strona startowa"; "UpdateHeader" = "Aktualizacja Infuse Plus"; -"AutoCleanTrash" = "Automatyczne czyszczenie kosza"; -"AutoCleanTrashDesc" = "Automatycznie czyści folder kosza Infuse podczas uruchamiania"; +"AutoCleanTrash" = "Auto clean trash"; +"AutoCleanTrashDesc" = "Automatically cleans the Infuse trash folder on startup"; "NotifyUpdates" = "Powiadamiaj o aktualizacjach"; "NotifyUpdatesDesc" = "Wyświetla alert, jeśli dostępna jest nowa wersja modyfikacji"; "UpdateLocalizations" = "Aktualizuj tłumaczenia"; @@ -114,6 +131,9 @@ "Japanese" = "Tłumaczenie japońskie"; "Spanish" = "Tłumaczenie hiszpańskie"; +"LockOverlay" = "Lock Overlay"; +"TapToUnlock" = "Tap to unlock"; + "Photos" = "Zdjęcia"; "Imported" = "Zaimportowano"; "MediaNotFound" = "Nie znaleziono pliku"; @@ -146,4 +166,4 @@ "Welcome.More" = "I wiele więcej"; "Welcome.MoreDesc" = "Ustaw kartę startową, zmień plakat i tytuł odtwarzacza w centrum sterowania, powiadomienia o aktualizacjach i wiele więcej"; "SupportMe" = "Wesprzyj mnie"; -"Continue" = "Kontynuuj"; +"Continue" = "Kontynuuj"; \ No newline at end of file diff --git a/InfusePlus.bundle/ru.lproj/Localizable.strings b/InfusePlus.bundle/ru.lproj/Localizable.strings index 392f6cb..d7bc3dc 100644 --- a/InfusePlus.bundle/ru.lproj/Localizable.strings +++ b/InfusePlus.bundle/ru.lproj/Localizable.strings @@ -19,10 +19,27 @@ "SkipByLongTapDesc" = "Позволяет переключать на следующее/предыдущее видео долгим нажатием на кнопки перемотки"; "LoopButton" = "Кнопка повтора"; "LoopButtonDesc" = "Добавляет кнопку повтора воспроизведения в анель элементов управления"; +"HorFlipButton" = "Отзеркалить по горизонтали"; +"HorFlipButtonDesc" = "Добавляет кнопку для зеркалирования видео по горизонтали"; +"VerFlipButton" = "Отзеркалить по вертикали"; +"VerFlipButtonDesc" = "Добавляет кнопку для зеркалирования видео по вертикали"; "SkipButtons" = "Кнопки след./пред."; "SkipButtonsDesc" = "Добавляет кнопки перехода к следующему и предыдущему видео в панель элементов управления"; "HideRewindButtons" = "Скрыть кнопки перемотки"; "HideRewindButtonsDesc" = "Скрывает кнопки перемотки воспроизведения с панели элементов управления"; +"MutePlayerOnly" = "Отключать звук плеера"; +"MutePlayerOnlyDesc" = "Отключает звук только в плеере, не изменяя системную громкость, при нажатии на кнопку громкости в плеере"; + +"OverlayLock" = "Блокировка экрана"; +"OverlayLockDesc" = "Добавляет кнопку блокировки оверлея в меню настроек воспроизведения"; +"AllowLongPresses" = "Допускать долгие нажатия"; +"AllowLongPressesDesc" = "Позволяет использовать жесты долгого нажатия поверх заблокированного оверлея. Например, для изменения скорости воспроизведения"; +"AllowDoubleTaps" = "Допускать двойные тапы"; +"AllowDoubleTapsDesc" = "Позволяет использовать двойные тапы для перемотки вперёд, перемотки назад или паузы/воспроизведения"; +"AllowTwoFingerTaps" = "Допускать тапы двумя пальцами"; +"AllowTwoFingerTapsDesc" = "Позволяет использовать тапы двумя пальцами для паузы/воспроизведения"; +"AllowPanGestures" = "Допускать скольжение пальцами"; +"AllowPanGesturesDesc" = "Позволяет использовать жесты скольжения для перемотки и регулировки яркости/громкости"; "ShowStatusBar" = "Отображать статус-бар"; "ShowStatusBarDesc" = "Отображает статус-бар с типом подключения, временем и уровнем батареи в плеере"; @@ -114,6 +131,9 @@ "Japanese" = "Японская локализация"; "Spanish" = "Испанская локализация"; +"LockOverlay" = "Блокировка экрана"; +"TapToUnlock" = "Разблокировать"; + "Photos" = "Фото"; "Imported" = "Импортировано"; "MediaNotFound" = "Файл не найден"; diff --git a/InfusePlus.bundle/vi.lproj/Localizable.strings b/InfusePlus.bundle/vi.lproj/Localizable.strings index 86d7f6f..860a74d 100644 --- a/InfusePlus.bundle/vi.lproj/Localizable.strings +++ b/InfusePlus.bundle/vi.lproj/Localizable.strings @@ -19,10 +19,27 @@ "SkipByLongTapDesc" = "Nhấn giữ nút tua để chuyển sang video tiếp theo/trước đó"; "LoopButton" = "Nút lặp lại"; "LoopButtonDesc" = "Thêm nút lặp lại vào lớp phủ"; +"HorFlipButton" = "Horizontal flip"; +"HorFlipButtonDesc" = "Adds a horizontal flip button to the overlay"; +"VerFlipButton" = "Vertical flip"; +"VerFlipButtonDesc" = "Adds a vertical flip to the overlay"; "SkipButtons" = "Nút bỏ qua"; "SkipButtonsDesc" = "Thêm nút chuyển sang video tiếp theo/trước đó vào lớp phủ"; "HideRewindButtons" = "Ẩn nút tua lại"; "HideRewindButtonsDesc" = "Loại bỏ nút tua lại khỏi lớp phủ"; +"MutePlayerOnly" = "Mute Player Only"; +"MutePlayerOnlyDesc" = "Mutes the player without affecting the system volume when using the in-player volume button"; + +"OverlayLock" = "Overlay Lock"; +"OverlayLockDesc" = "Adds an overlay lock button to the playback settings menu"; +"AllowLongPresses" = "Allow Long Press Gestures"; +"AllowLongPressesDesc" = "Allows long press gestures over the locked overlay. For example, to change playback speed"; +"AllowDoubleTaps" = "Allow Double Tap Gestures"; +"AllowDoubleTapsDesc" = "Allows double tap gestures for fast forward, rewind, or play/pause playback"; +"AllowTwoFingerTaps" = "Allow Two-Finger Tap Gestures"; +"AllowTwoFingerTapsDesc" = "Allows two-finger tap gestures to play or pause playback"; +"AllowPanGestures" = "Allow Pan Gestures"; +"AllowPanGesturesDesc" = "Allows pan gestures for seeking and adjusting brightness/volume"; "ShowStatusBar" = "Hiển thị thanh trạng thái"; "ShowStatusBarDesc" = "Hiển thị thanh trạng thái với kết nối mạng, thời gian và mức pin trong trình phát"; @@ -114,6 +131,9 @@ "Japanese" = "Tiếng Nhật"; "Spanish" = "Tiếng Tây Ban Nha"; +"LockOverlay" = "Lock Overlay"; +"TapToUnlock" = "Tap to unlock"; + "Photos" = "Photos"; "Imported" = "Imported"; "MediaNotFound" = "Media not found"; diff --git a/InfusePlus.bundle/zh-Hans.lproj/Localizable.strings b/InfusePlus.bundle/zh-Hans.lproj/Localizable.strings index 1985db6..7d11ca7 100644 --- a/InfusePlus.bundle/zh-Hans.lproj/Localizable.strings +++ b/InfusePlus.bundle/zh-Hans.lproj/Localizable.strings @@ -19,10 +19,27 @@ "SkipByLongTapDesc" = "长按“快进\/快退”按钮跳至“上\/下一个”视频"; "LoopButton" = "循环按钮"; "LoopButtonDesc" = "在播放界面添加循环按钮"; +"HorFlipButton" = "Horizontal flip"; +"HorFlipButtonDesc" = "Adds a horizontal flip button to the overlay"; +"VerFlipButton" = "Vertical flip"; +"VerFlipButtonDesc" = "Adds a vertical flip to the overlay"; "SkipButtons" = "跳过按钮"; "SkipButtonsDesc" = "在播放界面添加跳至下一个和上一个按钮"; "HideRewindButtons" = "隐藏快退按钮"; "HideRewindButtonsDesc" = "从播放界面删除快退和快进按钮"; +"MutePlayerOnly" = "Mute Player Only"; +"MutePlayerOnlyDesc" = "Mutes the player without affecting the system volume when using the in-player volume button"; + +"OverlayLock" = "Overlay Lock"; +"OverlayLockDesc" = "Adds an overlay lock button to the playback settings menu"; +"AllowLongPresses" = "Allow Long Press Gestures"; +"AllowLongPressesDesc" = "Allows long press gestures over the locked overlay. For example, to change playback speed"; +"AllowDoubleTaps" = "Allow Double Tap Gestures"; +"AllowDoubleTapsDesc" = "Allows double tap gestures for fast forward, rewind, or play/pause playback"; +"AllowTwoFingerTaps" = "Allow Two-Finger Tap Gestures"; +"AllowTwoFingerTapsDesc" = "Allows two-finger tap gestures to play or pause playback"; +"AllowPanGestures" = "Allow Pan Gestures"; +"AllowPanGesturesDesc" = "Allows pan gestures for seeking and adjusting brightness/volume"; "ShowStatusBar" = "显示状态栏"; "ShowStatusBarDesc" = "在播放器中显示连接、时间和电池电量的状态栏"; @@ -68,8 +85,8 @@ "StartupPageHeader" = "启动页"; "UpdateHeader" = "Infuse Plus 更新"; -"AutoCleanTrash" = "自动清理"; -"AutoCleanTrashDesc" = "启动时自动清理 Infuse 的缓存/垃圾文件夹。"; +"AutoCleanTrash" = "Auto clean trash"; +"AutoCleanTrashDesc" = "Automatically cleans the Infuse trash folder on startup"; "NotifyUpdates" = "更新通知"; "NotifyUpdatesDesc" = "如果有新版本的插件可用,则显示弹窗。"; "UpdateLocalizations" = "更新翻译"; @@ -114,6 +131,9 @@ "Japanese" = "日语本地化"; "Spanish" = "西班牙语本地化"; +"LockOverlay" = "Lock Overlay"; +"TapToUnlock" = "Tap to unlock"; + "Photos" = "照片"; "Imported" = "已导入"; "MediaNotFound" = "未找到媒体"; @@ -146,4 +166,4 @@ "Welcome.More" = "更多功能"; "Welcome.MoreDesc" = "设置启动页、更改控制中心的播放器海报和标题、更新通知等等"; "SupportMe" = "支持我"; -"Continue" = "继续"; +"Continue" = "继续"; \ No newline at end of file diff --git a/InfusePlus.bundle/zh-Hant.lproj/Localizable.strings b/InfusePlus.bundle/zh-Hant.lproj/Localizable.strings index 6cd0890..14c0c97 100644 --- a/InfusePlus.bundle/zh-Hant.lproj/Localizable.strings +++ b/InfusePlus.bundle/zh-Hant.lproj/Localizable.strings @@ -19,10 +19,27 @@ "SkipByLongTapDesc" = "長按快轉/倒轉按鈕可以跳到下一個/上一個影片"; "LoopButton" = "循環播放按鈕"; "LoopButtonDesc" = "在播放介面加入循環播放按鈕"; +"HorFlipButton" = "Horizontal flip"; +"HorFlipButtonDesc" = "Adds a horizontal flip button to the overlay"; +"VerFlipButton" = "Vertical flip"; +"VerFlipButtonDesc" = "Adds a vertical flip to the overlay"; "SkipButtons" = "跳過按鈕"; "SkipButtonsDesc" = "在播放介面加入上一個/下一個按鈕"; "HideRewindButtons" = "隱藏快轉/倒轉按鈕"; "HideRewindButtonsDesc" = "從播放介面移除快轉與倒轉按鈕"; +"MutePlayerOnly" = "Mute Player Only"; +"MutePlayerOnlyDesc" = "Mutes the player without affecting the system volume when using the in-player volume button"; + +"OverlayLock" = "Overlay Lock"; +"OverlayLockDesc" = "Adds an overlay lock button to the playback settings menu"; +"AllowLongPresses" = "Allow Long Press Gestures"; +"AllowLongPressesDesc" = "Allows long press gestures over the locked overlay. For example, to change playback speed"; +"AllowDoubleTaps" = "Allow Double Tap Gestures"; +"AllowDoubleTapsDesc" = "Allows double tap gestures for fast forward, rewind, or play/pause playback"; +"AllowTwoFingerTaps" = "Allow Two-Finger Tap Gestures"; +"AllowTwoFingerTapsDesc" = "Allows two-finger tap gestures to play or pause playback"; +"AllowPanGestures" = "Allow Pan Gestures"; +"AllowPanGesturesDesc" = "Allows pan gestures for seeking and adjusting brightness/volume"; "ShowStatusBar" = "顯示狀態列"; "ShowStatusBarDesc" = "在播放器中顯示包含連線狀態、時間與電池電量的狀態列"; @@ -68,8 +85,8 @@ "StartupPageHeader" = "起始頁面"; "UpdateHeader" = "Infuse Plus更新"; -"AutoCleanTrash" = "自動清理垃圾"; -"AutoCleanTrashDesc" = "啟動時自動清理 Infuse 垃圾資料夾"; +"AutoCleanTrash" = "Auto clean trash"; +"AutoCleanTrashDesc" = "Automatically cleans the Infuse trash folder on startup"; "NotifyUpdates" = "更新通知"; "NotifyUpdatesDesc" = "若有新版本插件釋出,將顯示通知"; "UpdateLocalizations" = "更新語言檔"; @@ -114,6 +131,9 @@ "Japanese" = "日語在地化"; "Spanish" = "西班牙語在地化"; +"LockOverlay" = "Lock Overlay"; +"TapToUnlock" = "Tap to unlock"; + "Photos" = "照片"; "Imported" = "已導入"; "MediaNotFound" = "未找到媒體";