Skip to content

Commit

Permalink
Merge pull request #46 from marcinmajsc/master
Browse files Browse the repository at this point in the history
Add Polish localized and change tweak name in settings
  • Loading branch information
therealFoxster authored Dec 20, 2024
2 parents 6cae208 + dd18703 commit cbf0c2a
Show file tree
Hide file tree
Showing 13 changed files with 63 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Settings.x
Original file line number Diff line number Diff line change
Expand Up @@ -151,15 +151,15 @@ 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
];
else
[delegate setSectionItems:sectionItems
forCategory:sectionId
title:DEMC
title:LOCALIZED_STRING(@"SETTINGS_TITLE")
titleDescription:nil
headerHidden:NO
];
Expand All @@ -171,4 +171,4 @@ static const NSInteger sectionId = 517; // DontEatMyContent's section ID (just a
}
%orig;
}
%end
%end
Original file line number Diff line number Diff line change
@@ -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)";

Expand Down
Original file line number Diff line number Diff line change
@@ -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)";

Expand Down
Original file line number Diff line number Diff line change
@@ -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)";

Expand Down
Original file line number Diff line number Diff line change
@@ -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)";

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"SETTINGS_TITLE" = "DontEatMyContent";

"ENABLED" = "有効";
"TWEAK_DESC" = "ノッチやダイナミックアイランドが2:1の動画(例:MKBHDの動画)に干渉しないようにします。";

Expand Down
Original file line number Diff line number Diff line change
@@ -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";
Original file line number Diff line number Diff line change
@@ -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)";

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"SETTINGS_TITLE" = "DontEatMyContent";

"ENABLED" = "เปิดใช้งาน";
"TWEAK_DESC" = "ป้องกันไม่ให้เกาะ Notch/Dynamic ตัดเป็น 2: 1 วิดีโอ (เช่นวิดีโอของ MKBHD)";

Expand Down
Original file line number Diff line number Diff line change
@@ -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";

Expand Down
Original file line number Diff line number Diff line change
@@ -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)";

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"SETTINGS_TITLE" = "DontEatMyContent";

"ENABLED" = "启用";
"TWEAK_DESC" = "改进部分机型的刘海区域或灵动岛在 2:1 比例视频中引发的遮挡问题。";

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"SETTINGS_TITLE" = "DontEatMyContent";

"ENABLED" = "已啟用";
"TWEAK_DESC" = "防止影片因為瀏海或動態島而被遮蔽(例如 MKBHD 的影片)";

Expand Down

0 comments on commit cbf0c2a

Please sign in to comment.