Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions MonitorControl.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,9 @@
AA9CB6402704C1A40086DC0E /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Localizable.strings"; sourceTree = "<group>"; };
AA9CB6412704C1B80086DC0E /* zh-Hant-TW */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hant-TW"; path = "zh-Hant-TW.lproj/Main.strings"; sourceTree = "<group>"; };
AA9CB6422704C1B80086DC0E /* zh-Hant-TW */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hant-TW"; path = "zh-Hant-TW.lproj/Localizable.strings"; sourceTree = "<group>"; };
AAA4BEAA2825662C004781C3 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/Main.strings; sourceTree = "<group>"; };
AAA4BEAB2825662C004781C3 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InternetAccessPolicy.strings; sourceTree = "<group>"; };
AAA4BEAC2825662C004781C3 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/Localizable.strings; sourceTree = "<group>"; };
AAB2F637273ED099004AB5A4 /* .swiftlint.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.yaml; path = .swiftlint.yml; sourceTree = "<group>"; };
AAB2F639273ED0AD004AB5A4 /* .swift-version */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = ".swift-version"; sourceTree = "<group>"; };
AAB2F63A273ED0AD004AB5A4 /* .gitignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .gitignore; sourceTree = "<group>"; };
Expand Down Expand Up @@ -444,6 +447,7 @@
es,
"pt-BR",
cs,
pl,
);
mainGroup = 56754EA21D9A4016007BCDC5;
packageReferences = (
Expand Down Expand Up @@ -646,6 +650,7 @@
17DE48C4273E9DC500A1779F /* es */,
AA99E81527622EBE00413316 /* pt-BR */,
AA90101E27C56A0E00CC1DF7 /* cs */,
AAA4BEAA2825662C004781C3 /* pl */,
);
name = Main.storyboard;
sourceTree = "<group>";
Expand All @@ -666,6 +671,7 @@
17DE48C5273E9DC500A1779F /* es */,
AA99E81627622EBE00413316 /* pt-BR */,
AA90101F27C56A0E00CC1DF7 /* cs */,
AAA4BEAB2825662C004781C3 /* pl */,
);
name = InternetAccessPolicy.strings;
sourceTree = "<group>";
Expand All @@ -686,6 +692,7 @@
17DE48C6273E9DC500A1779F /* es */,
AA99E81727622EBE00413316 /* pt-BR */,
AA90102027C56A0E00CC1DF7 /* cs */,
AAA4BEAC2825662C004781C3 /* pl */,
);
name = Localizable.strings;
sourceTree = "<group>";
Expand Down
2 changes: 1 addition & 1 deletion MonitorControl/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>7030</string>
<string>7031</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
Expand Down
8 changes: 8 additions & 0 deletions MonitorControl/UI/pl.lproj/InternetAccessPolicy.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/* General application description */
"ApplicationDescription" = "MonitorControl umożliwia sterowanie jasnością i głośnością wyświetlaczy zewnętrznych";

/* Sofware update deny consequences */
"SoftwareUpdateDenyConsequences" = "Jeśli zblokujesz te połączenia, nie będziesz otrzymywać powiadomień o nowych wersjach i aktualizacjach zabezpieczeń. Aktualizacje zabezpieczeń są ważne, aby chronić przed atakami złośliwego oprogramowania.";

/* Software update purpose */
"SoftwareUpdatePurpose" = "Program MonitorControl sprawdza dostępność nowych wersji i aktualizacji zabezpieczeń.";
152 changes: 152 additions & 0 deletions MonitorControl/UI/pl.lproj/Localizable.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,152 @@
/* Shown in the main prefs window */
"About" = "O programie";

/* Shown in the alert dialog */
"An other app seems to change the brightness or colors which causes issues.\n\nTo solve this, you need to quit the other app or disable gamma control for your displays in MonitorControl!" = "Inna aplikacja wydaje się zmieniać jasność lub kolory, co powoduje problemy.\n\nAby rozwiązać ten problem, należy zamknąć inną aplikację lub wyłączyć kontrolę gamma dla wyświetlaczy w programie MonitorControl!";

/* Shown in the main prefs window */
"App menu" = "Menu aplikacji";

/* Shown in the alert dialog */
"Are you sure you want to enable a longer delay? Doing so may freeze your system and require a restart. Start at login will be disabled as a safety measure." = "Czy na pewno chcesz włączyć większe opóźnienie? W takim przypadku może dojść do zamrożenia systemu i konieczności jego ponownego uruchomienia. W ramach środków bezpieczeństwa funkcja Start przy logowaniu zostanie wyłączona.";

/* Shown in the alert dialog */
"Are you sure you want to reset all preferences?" = "Czy na pewno chcesz zresetować wszystkie ustawienia?";

/* Shown in menu */
"Brightness" = "Jasność";

/* Build */
"Build" = "Wersja";

/* Shown in the Display Preferences */
"Built-in Display" = "Wbudowany wyświetlacz";

/* Shown in menu */
"Check for updates…" = "Sprawdź aktualizacje…";

/* Shown in menu */
"Contrast" = "Kontrast";

/* Version */
"Copyright Ⓒ MonitorControl, " = "Copyright Ⓒ MonitorControl, ";

/* Shown in record shortcut box */
"Decrease" = "Zmniejsz";

/* Shown in the alert dialog */
"Disable gamma control for my displays" = "Wyłącz kontrolę gamma dla moich monitorów";

/* Shown in the main prefs window */
"Displays" = "Wyświetlacze";

/* Shown in the alert dialog */
"Enable Longer Delay?" = "Włączać dłuższe opóźnienie?";

/* Shown in the Display Preferences */
"External Display" = "Zewnętrzny wyświetlacz";

/* Shown in the main prefs window */
"General" = "Ogólne";

/* Shown in the Display Preferences */
"Hardware (Apple)" = "Urządzenie (Apple)";

/* Shown in the Display Preferences */
"Hardware (DDC)" = "Sprzętowe (DDC)";

/* Shown in the alert dialog */
"I'll quit the other app" = "Zrezygnuję z drugiej aplikacji";

/* Shown in the alert dialog */
"Incompatible previous version" = "Niezgodność z poprzednią wersją";

/* Shown in record shortcut box */
"Increase" = "Zwiększ";

/* Shown in the alert dialog */
"Is f.lux or similar running?" = "Czy f.lux lub podobny działa?";

/* Shown in the main prefs window */
"Keyboard" = "Klawiatura";

/* Shown in record shortcut box */
"Mute" = "Wycisz";

/* Shown in the alert dialog */
"No" = "Nie";

/* Shown in the Display Preferences */
"No Control" = "Brak ustawień";

/* Shown in the Display Preferences */
"Other Display" = "Inny wyświetlacz";

/* Shown in the alert dialog */
"Preferences for an incompatible previous app version detected. Default preferences are reloaded." = "Wykryto ustawienia dla niekompatybilnej poprzedniej wersji aplikacji. Domyślne ustawienia zostaną wczytane ponownie.";

/* Shown in menu */
"Preferences…" = "Ustawienia…";

/* Shown in menu */
"Quit" = "Zamknij";

/* Shown in the alert dialog */
"Reset Preferences?" = "Reset ustawień?";

/* Shown in the alert dialog */
"Safe Mode Activated" = "Tryb bezpieczny aktywowany";

/* Shown in the alert dialog */
"Shift was pressed during launch. MonitorControl started in safe mode. Default preferences are reloaded, DDC read is blocked." = "Podczas uruchamiania programu wciśnięto klawisz Shift. Program MonitorControl został uruchomiony w trybie bezpiecznym. Ustawienia domyślne zostały wczytane ponownie, odczyt DDC został zablokowany..";

/* Shown in the alert dialog */
"Shortcuts not available" = "Skróty niedostępne";

/* Shown in the Display Preferences */
"Software (gamma)" = "Programowe (gamma)";

/* Shown in the Display Preferences */
"Software (gamma, forced)" = "Programowe (gamma, wymuszone)";

/* Shown in the Display Preferences */
"Software (shade)" = "Programowe (odcień)";

/* Shown in the Display Preferences */
"Software (shade, forced)" = "Programowe (odcień, wymuszone)";

/* Shown in the Display Preferences */
"This display allows for software brightness control via gamma table manipulation or shade as it does not support hardware control. Reasons for this might be using the HDMI port of a Mac mini (which blocks hardware DDC control) or having a blacklisted display." = "Ten wyświetlacz umożliwia programowe sterowanie jasnością za pomocą manipulacji tablicą gamma lub cieniowaniem, ponieważ nie obsługuje sterowania sprzętowego. Powodem tego może być korzystanie z portu HDMI komputera Mac mini (który blokuje sprzętowe sterowanie DDC) lub monitor znajdujący się na czarnej liście..";

/* Shown in the Display Preferences */
"This display has an unspecified control status." = "Ten wyświetlacz ma nieokreślony status sterowania.";

/* Shown in the Display Preferences */
"This display is reported to support hardware DDC control but the current settings allow for software control only." = "Ten wyświetlacz podobno obsługuje sprzętowe sterowanie DDC, ale obecne ustawienia umożliwiają tylko sterowanie programowe.";

/* Shown in the Display Preferences */
"This display is reported to support hardware DDC control. If you encounter issues, you can disable hardware DDC control to force software control." = "Ten wyświetlacz obsługuje podobno sprzętowe sterowanie DDC. Jeśli wystąpią problemy, można wyłączyć sprzętowe sterowanie DDC, aby wymusić sterowanie programowe.";

/* Shown in the Display Preferences */
"This display supports native Apple brightness protocol. This allows macOS to control this display without MonitorControl as well." = "Ten wyświetlacz obsługuje natywny protokół jasności firmy Apple. Dzięki temu system macOS może sterować tym monitorem także bez programu MonitorControl.";

/* Shown in the Display Preferences */
"This is a virtual display (examples: AirPlay, Sidecar, display connected via a DisplayLink Dock or similar) which does not allow hardware or software gammatable control. Shading is used as a substitute but only in non-mirror scenarios. Mouse cursor will be unaffected and artifacts may appear when entering/leaving full screen mode." = "Jest to wirtualny wyświetlacz (typu: AirPlay, Sidecar, wyświetlacz podłączony za pomocą stacji dokującej DisplayLink Dock lub podobnej), który nie umożliwia sterowania gammatycznego sprzętowego ani programowego. Cieniowanie jest używane jako substytut, ale tylko w scenariuszach bez lustra. Nie ma to wpływu na kursor myszy, a artefakty mogą się pojawiać podczas wchodzenia i wychodzenia z trybu pełnoekranowego..";

/* Unknown display name */
"Unknown" = "Nieznany";

/* Version */
"Version" = "Wersja";

/* Shown in the Display Preferences */
"Virtual Display" = "Wyświetlacz wirtualny";

/* Shown in menu */
"Volume" = "Głośność";

/* Shown in the alert dialog */
"Yes" = "Tak";

/* Shown in the alert dialog */
"You need to enable MonitorControl in System Preferences > Security and Privacy > Accessibility for the keyboard shortcuts to work" = "Aby skróty klawiaturowe działały, należy włączyć funkcję MonitorControl w Preferencjach systemowych > Bezpieczeństwo i prywatność > Dostępność";
Loading