diff --git a/Settings.x b/Settings.x index fc77ab3..54940e2 100644 --- a/Settings.x +++ b/Settings.x @@ -151,7 +151,7 @@ static const NSInteger sectionId = 517; // DontEatMyContent's section ID (just a // For YouTube v19.03.2+ (https://github.com/PoomSmart/YouPiP/commit/0597b15d57361e652557a33f0592667058c5145c) [delegate setSectionItems:sectionItems forCategory:sectionId - title:DEMC + title:LOCALIZED_STRING(@"SETTINGS_TITLE") icon:nil titleDescription:nil headerHidden:NO @@ -159,7 +159,7 @@ static const NSInteger sectionId = 517; // DontEatMyContent's section ID (just a else [delegate setSectionItems:sectionItems forCategory:sectionId - title:DEMC + title:LOCALIZED_STRING(@"SETTINGS_TITLE") titleDescription:nil headerHidden:NO ]; @@ -171,4 +171,4 @@ static const NSInteger sectionId = 517; // DontEatMyContent's section ID (just a } %orig; } -%end \ No newline at end of file +%end diff --git a/layout/Library/Application Support/DontEatMyContent.bundle/de.lproj/Localizable.strings b/layout/Library/Application Support/DontEatMyContent.bundle/de.lproj/Localizable.strings index 16914a6..f8ad906 100644 --- a/layout/Library/Application Support/DontEatMyContent.bundle/de.lproj/Localizable.strings +++ b/layout/Library/Application Support/DontEatMyContent.bundle/de.lproj/Localizable.strings @@ -1,3 +1,5 @@ +"SETTINGS_TITLE" = "DontEatMyContent"; + "ENABLED" = "Aktiviert"; "TWEAK_DESC" = "Verhindert, dass die Notch/Dynamic Island in 2:1-Videos geschnitten wird (z. B. in den Videos von MKBHD)"; diff --git a/layout/Library/Application Support/DontEatMyContent.bundle/en.lproj/Localizable.strings b/layout/Library/Application Support/DontEatMyContent.bundle/en.lproj/Localizable.strings index b4dc4e4..6ec0e9b 100644 --- a/layout/Library/Application Support/DontEatMyContent.bundle/en.lproj/Localizable.strings +++ b/layout/Library/Application Support/DontEatMyContent.bundle/en.lproj/Localizable.strings @@ -1,3 +1,5 @@ +"SETTINGS_TITLE" = "DontEatMyContent"; + "ENABLED" = "Enabled"; "TWEAK_DESC" = "Prevents the notch/Dynamic Island from cutting into 2:1 videos (e.g., MKBHD's videos)"; diff --git a/layout/Library/Application Support/DontEatMyContent.bundle/es.lproj/Localizable.strings b/layout/Library/Application Support/DontEatMyContent.bundle/es.lproj/Localizable.strings index 7a231fb..32bdf11 100644 --- a/layout/Library/Application Support/DontEatMyContent.bundle/es.lproj/Localizable.strings +++ b/layout/Library/Application Support/DontEatMyContent.bundle/es.lproj/Localizable.strings @@ -1,3 +1,5 @@ +"SETTINGS_TITLE" = "DontEatMyContent"; + "ENABLED" = "Habilitado"; "TWEAK_DESC" = "Evita que la Muesca/Isla dinámica corte los vídeos 2:1 (por ejemplo, los vídeos de MKBHD)"; diff --git a/layout/Library/Application Support/DontEatMyContent.bundle/fr.lproj/Localizable.strings b/layout/Library/Application Support/DontEatMyContent.bundle/fr.lproj/Localizable.strings index 2280d62..f4274a2 100644 --- a/layout/Library/Application Support/DontEatMyContent.bundle/fr.lproj/Localizable.strings +++ b/layout/Library/Application Support/DontEatMyContent.bundle/fr.lproj/Localizable.strings @@ -1,3 +1,5 @@ +"SETTINGS_TITLE" = "DontEatMyContent"; + "ENABLED" = "Activé"; "TWEAK_DESC" = "Empêche l'encoche/Dynamic Island de couper les vidéos en 2:1 (par exemple, les vidéos de MKBHD)"; diff --git a/layout/Library/Application Support/DontEatMyContent.bundle/ja.lproj/Localizable.strings b/layout/Library/Application Support/DontEatMyContent.bundle/ja.lproj/Localizable.strings index bfdf0f2..ec65e09 100644 --- a/layout/Library/Application Support/DontEatMyContent.bundle/ja.lproj/Localizable.strings +++ b/layout/Library/Application Support/DontEatMyContent.bundle/ja.lproj/Localizable.strings @@ -1,3 +1,5 @@ +"SETTINGS_TITLE" = "DontEatMyContent"; + "ENABLED" = "有効"; "TWEAK_DESC" = "ノッチやダイナミックアイランドが2:1の動画(例:MKBHDの動画)に干渉しないようにします。"; diff --git a/layout/Library/Application Support/DontEatMyContent.bundle/pl.lproj/Localizable.strings b/layout/Library/Application Support/DontEatMyContent.bundle/pl.lproj/Localizable.strings new file mode 100644 index 0000000..618d602 --- /dev/null +++ b/layout/Library/Application Support/DontEatMyContent.bundle/pl.lproj/Localizable.strings @@ -0,0 +1,38 @@ +"SETTINGS_TITLE" = "Nie ograniczaj widoku"; + +"ENABLED" = "Włączone"; +"TWEAK_DESC" = "Zapobiega wcięciu (dynamicznej wyspy) dla filmów w formacie 2:1 (np. filmy MKBHD)"; + +"SAFE_AREA_CONST" = "Rozmiar wykluczonego obszaru"; +"SAFE_AREA_CONST_DESC" = "Dostosuj wartość aby przesunąć wideo niżej lub wyżej od góry ekranu. Im większa wartość tym bliżej góry będzie wideo"; +"DEFAULT" = "domyślnie"; +"CHANGES_SAVED_DISMISS_VIDEO" = "Twoje zmiany zostały zapisane. Jeśli wideo jest aktualnie odtwarzane, zamknij je aby zmiany zostały zastosowane"; + +"COLOR_VIEWS" = "Pokaż kolorowe tło do debugowania"; +"COLOR_VIEWS_DESC" = "Ustawia czerwone tło dla widoku renderowania, zielone dla kontenera widoku renderowania i niebieskie dla widoku odtwarzacza"; + +"REPORT_ISSUE" = "Zgłoś błąd"; +"SOURCE_CODE" = "Zobacz kod źródłowy"; + +"CHANGES_SAVED" = "Twoje zmiany zostały zapisane"; + +"EXIT" = "Wyjdź"; +"LATER" = "Później"; +"EXIT_YT_DESC" = "Uruchom ponownie aplikację aby wprowadzić zmiany"; + +"UNSUPPORTED_DEVICE" = "To urządzenie nie jest obsługiwane"; + +"DISABLE_AMBIENT_MODE" = "Wyłącz tryb ambient w poziomym odtwarzaczu"; +"VERSION" = "Wersja"; + +"LIMIT_ZOOM_TO_FILL" = "Powiększ do prawie pełnego (eksperymentalne)"; +"LIMIT_ZOOM_TO_FILL_DESC" = "Ogranicza powiększenie do wypełnienia (Dynamicznej Wyspy)"; + +"ADD_TITLE" = "Dodaj swój tytuł tutaj..."; + +"ADVANCED" = "Zaawansowane"; + +"ENABLE_FOR_ALL_VIDEOS" = "Włącz dla wszystkich filmów (eksperymentalne)"; +"ENABLE_FOR_ALL_VIDEOS_DESC" = "Włącz ograniczenia bezpiecznego obszaru dla wszystkich filmów. Może to spowodować niezamierzone efekty. Przed włączeniem tej opcji zgłoś błąd"; + +"ABOUT" = "O dodatku"; diff --git a/layout/Library/Application Support/DontEatMyContent.bundle/pt.lproj/Localizable.strings b/layout/Library/Application Support/DontEatMyContent.bundle/pt.lproj/Localizable.strings index 162692a..9f24bd5 100644 --- a/layout/Library/Application Support/DontEatMyContent.bundle/pt.lproj/Localizable.strings +++ b/layout/Library/Application Support/DontEatMyContent.bundle/pt.lproj/Localizable.strings @@ -1,3 +1,5 @@ +"SETTINGS_TITLE" = "DontEatMyContent"; + "ENABLED" = "Ativado"; "TWEAK_DESC" = "Impede que o entalhe/Ilha Dinâmica corte vídeos 2:1 (por exemplo, vídeos MKBHD)"; diff --git a/layout/Library/Application Support/DontEatMyContent.bundle/th.lproj/Localizable.strings b/layout/Library/Application Support/DontEatMyContent.bundle/th.lproj/Localizable.strings index 7f770f6..74fe3db 100644 --- a/layout/Library/Application Support/DontEatMyContent.bundle/th.lproj/Localizable.strings +++ b/layout/Library/Application Support/DontEatMyContent.bundle/th.lproj/Localizable.strings @@ -1,3 +1,5 @@ +"SETTINGS_TITLE" = "DontEatMyContent"; + "ENABLED" = "เปิดใช้งาน"; "TWEAK_DESC" = "ป้องกันไม่ให้เกาะ Notch/Dynamic ตัดเป็น 2: 1 วิดีโอ (เช่นวิดีโอของ MKBHD)"; diff --git a/layout/Library/Application Support/DontEatMyContent.bundle/tr.lproj/Localizable.strings b/layout/Library/Application Support/DontEatMyContent.bundle/tr.lproj/Localizable.strings index f2b7448..53ec1ec 100644 --- a/layout/Library/Application Support/DontEatMyContent.bundle/tr.lproj/Localizable.strings +++ b/layout/Library/Application Support/DontEatMyContent.bundle/tr.lproj/Localizable.strings @@ -1,3 +1,5 @@ +"SETTINGS_TITLE" = "DontEatMyContent"; + "ENABLED" = "Etkin"; "TWEAK_DESC" = "Çentiğin/Dinamik Ada'nın 2:1 videoları (ör. MKBHD'nin videoları) kesmesini engeller"; diff --git a/layout/Library/Application Support/DontEatMyContent.bundle/vi.lproj/Localizable.strings b/layout/Library/Application Support/DontEatMyContent.bundle/vi.lproj/Localizable.strings index 17e5bf8..04c313b 100644 --- a/layout/Library/Application Support/DontEatMyContent.bundle/vi.lproj/Localizable.strings +++ b/layout/Library/Application Support/DontEatMyContent.bundle/vi.lproj/Localizable.strings @@ -1,3 +1,5 @@ +"SETTINGS_TITLE" = "DontEatMyContent"; + "ENABLED" = "Kích hoạt"; "TWEAK_DESC" = "Ngăn không cho notch/Dynamic Island cắt thành video 2:1 (ví dụ: video của MKBHD)"; diff --git a/layout/Library/Application Support/DontEatMyContent.bundle/zh_cn.lproj/Localizable.strings b/layout/Library/Application Support/DontEatMyContent.bundle/zh_cn.lproj/Localizable.strings index 7768539..7321e29 100644 --- a/layout/Library/Application Support/DontEatMyContent.bundle/zh_cn.lproj/Localizable.strings +++ b/layout/Library/Application Support/DontEatMyContent.bundle/zh_cn.lproj/Localizable.strings @@ -1,3 +1,5 @@ +"SETTINGS_TITLE" = "DontEatMyContent"; + "ENABLED" = "启用"; "TWEAK_DESC" = "改进部分机型的刘海区域或灵动岛在 2:1 比例视频中引发的遮挡问题。"; diff --git a/layout/Library/Application Support/DontEatMyContent.bundle/zh_tw.lproj/Localizable.strings b/layout/Library/Application Support/DontEatMyContent.bundle/zh_tw.lproj/Localizable.strings index 8769699..8739e8f 100644 --- a/layout/Library/Application Support/DontEatMyContent.bundle/zh_tw.lproj/Localizable.strings +++ b/layout/Library/Application Support/DontEatMyContent.bundle/zh_tw.lproj/Localizable.strings @@ -1,3 +1,5 @@ +"SETTINGS_TITLE" = "DontEatMyContent"; + "ENABLED" = "已啟用"; "TWEAK_DESC" = "防止影片因為瀏海或動態島而被遮蔽(例如 MKBHD 的影片)";