mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-09 04:37:30 +02:00
Added Polish language (#750)
This commit is contained in:
committed by
bao-qian
parent
c9d73bf1a4
commit
b745626a9f
@@ -11,6 +11,7 @@ namespace Wox.Core.Resource
|
|||||||
public static Language French = new Language("fr", "Français");
|
public static Language French = new Language("fr", "Français");
|
||||||
public static Language Japanese = new Language("ja", "日本語");
|
public static Language Japanese = new Language("ja", "日本語");
|
||||||
public static Language Dutch = new Language("nl", "Dutch");
|
public static Language Dutch = new Language("nl", "Dutch");
|
||||||
|
public static Language Polish = new Language("pl", "Polski");
|
||||||
|
|
||||||
public static List<Language> GetAvailableLanguages()
|
public static List<Language> GetAvailableLanguages()
|
||||||
{
|
{
|
||||||
@@ -22,7 +23,8 @@ namespace Wox.Core.Resource
|
|||||||
Russian,
|
Russian,
|
||||||
French,
|
French,
|
||||||
Japanese,
|
Japanese,
|
||||||
Dutch
|
Dutch,
|
||||||
|
Polish
|
||||||
|
|
||||||
};
|
};
|
||||||
return languages;
|
return languages;
|
||||||
|
|||||||
@@ -41,7 +41,7 @@
|
|||||||
|
|
||||||
<!--Setting Theme-->
|
<!--Setting Theme-->
|
||||||
<system:String x:Key="theme">Theme</system:String>
|
<system:String x:Key="theme">Theme</system:String>
|
||||||
<system:String x:Key="browserMoreThemes">Browse more themes</system:String>
|
<system:String x:Key="browserMoreThemes">Browse for more themes</system:String>
|
||||||
<system:String x:Key="helloWox">Hello Wox</system:String>
|
<system:String x:Key="helloWox">Hello Wox</system:String>
|
||||||
<system:String x:Key="queryBoxFont">Query Box Font</system:String>
|
<system:String x:Key="queryBoxFont">Query Box Font</system:String>
|
||||||
<system:String x:Key="resultItemFont">Result Item Font</system:String>
|
<system:String x:Key="resultItemFont">Result Item Font</system:String>
|
||||||
@@ -70,7 +70,7 @@
|
|||||||
<system:String x:Key="serverCantBeEmpty">Server field can't be empty</system:String>
|
<system:String x:Key="serverCantBeEmpty">Server field can't be empty</system:String>
|
||||||
<system:String x:Key="portCantBeEmpty">Port field can't be empty</system:String>
|
<system:String x:Key="portCantBeEmpty">Port field can't be empty</system:String>
|
||||||
<system:String x:Key="invalidPortFormat">Invalid port format</system:String>
|
<system:String x:Key="invalidPortFormat">Invalid port format</system:String>
|
||||||
<system:String x:Key="saveProxySuccessfully">Proxy saved successfully</system:String>
|
<system:String x:Key="saveProxySuccessfully">Proxy configuration saved successfully</system:String>
|
||||||
<system:String x:Key="proxyIsCorrect">Proxy configured correctly</system:String>
|
<system:String x:Key="proxyIsCorrect">Proxy configured correctly</system:String>
|
||||||
<system:String x:Key="proxyConnectFailed">Proxy connection failed</system:String>
|
<system:String x:Key="proxyConnectFailed">Proxy connection failed</system:String>
|
||||||
|
|
||||||
@@ -115,8 +115,8 @@
|
|||||||
<system:String x:Key="reportWindow_source">Source</system:String>
|
<system:String x:Key="reportWindow_source">Source</system:String>
|
||||||
<system:String x:Key="reportWindow_stack_trace">Stack Trace</system:String>
|
<system:String x:Key="reportWindow_stack_trace">Stack Trace</system:String>
|
||||||
<system:String x:Key="reportWindow_sending">Sending</system:String>
|
<system:String x:Key="reportWindow_sending">Sending</system:String>
|
||||||
<system:String x:Key="reportWindow_report_succeed">Report succeed</system:String>
|
<system:String x:Key="reportWindow_report_succeed">Report sent successfully</system:String>
|
||||||
<system:String x:Key="reportWindow_report_failed">Report failed</system:String>
|
<system:String x:Key="reportWindow_report_failed">Failed to send report</system:String>
|
||||||
<system:String x:Key="reportWindow_wox_got_an_error">Wox got an error</system:String>
|
<system:String x:Key="reportWindow_wox_got_an_error">Wox got an error</system:String>
|
||||||
|
|
||||||
<!--update-->
|
<!--update-->
|
||||||
|
|||||||
132
Wox/Languages/pl.xaml
Normal file
132
Wox/Languages/pl.xaml
Normal file
@@ -0,0 +1,132 @@
|
|||||||
|
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||||
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||||
|
xmlns:system="clr-namespace:System;assembly=mscorlib">
|
||||||
|
<!--MainWindow-->
|
||||||
|
<system:String x:Key="registerHotkeyFailed">Nie udało się ustawić skrótu klawiszowego: {0}</system:String>
|
||||||
|
<system:String x:Key="couldnotStartCmd">Nie udało się uruchomić: {0}</system:String>
|
||||||
|
<system:String x:Key="invalidWoxPluginFileFormat">Niepoprawny format pliku wtyczki</system:String>
|
||||||
|
<system:String x:Key="setAsTopMostInThisQuery">Ustaw jako najwyższy wynik dla tego zapytania</system:String>
|
||||||
|
<system:String x:Key="cancelTopMostInThisQuery">Usuń ten najwyższy wynik dla tego zapytania</system:String>
|
||||||
|
<system:String x:Key="executeQuery">Wyszukaj: {0}</system:String>
|
||||||
|
<system:String x:Key="lastExecuteTime">Ostatni czas wykonywania: {0}</system:String>
|
||||||
|
<system:String x:Key="iconTrayOpen">Otwórz</system:String>
|
||||||
|
<system:String x:Key="iconTraySettings">Ustawienia</system:String>
|
||||||
|
<system:String x:Key="iconTrayAbout">O programie</system:String>
|
||||||
|
<system:String x:Key="iconTrayExit">Wyjdź</system:String>
|
||||||
|
|
||||||
|
<!--Setting General-->
|
||||||
|
<system:String x:Key="wox_settings">Ustawienia Wox</system:String>
|
||||||
|
<system:String x:Key="general">Ogólne</system:String>
|
||||||
|
<system:String x:Key="startWoxOnSystemStartup">Uruchamiaj Wox przy starcie systemu</system:String>
|
||||||
|
<system:String x:Key="hideWoxWhenLoseFocus">Ukryj okno Wox kiedy przestanie ono być aktywne</system:String>
|
||||||
|
<system:String x:Key="dontPromptUpdateMsg">Nie pokazuj powiadomienia o nowej wersji</system:String>
|
||||||
|
<system:String x:Key="rememberLastLocation">Zapamiętaj ostatnią pozycję okna</system:String>
|
||||||
|
<system:String x:Key="language">Język</system:String>
|
||||||
|
<system:String x:Key="maxShowResults">Maksymalna liczba wyników</system:String>
|
||||||
|
<system:String x:Key="ignoreHotkeysOnFullscreen">Ignoruj skróty klawiszowe w trybie pełnego ekranu</system:String>
|
||||||
|
<system:String x:Key="pythonDirectory">Folder biblioteki Python</system:String>
|
||||||
|
<system:String x:Key="autoUpdates">Automatyczne aktualizacje</system:String>
|
||||||
|
<system:String x:Key="selectPythonDirectory">Wybierz</system:String>
|
||||||
|
<system:String x:Key="hideOnStartup">Uruchamiaj Wox zminimalizowany</system:String>
|
||||||
|
|
||||||
|
<!--Setting Plugin-->
|
||||||
|
<system:String x:Key="plugin">Wtyczki</system:String>
|
||||||
|
<system:String x:Key="browserMorePlugins">Znajdź więcej wtyczek</system:String>
|
||||||
|
<system:String x:Key="disable">Wyłącz</system:String>
|
||||||
|
<system:String x:Key="actionKeywords">Wyzwalacze</system:String>
|
||||||
|
<system:String x:Key="pluginDirectory">Folder wtyczki</system:String>
|
||||||
|
<system:String x:Key="author">Autor</system:String>
|
||||||
|
<system:String x:Key="plugin_init_time">Czas ładowania: {0}ms</system:String>
|
||||||
|
<system:String x:Key="plugin_query_time">Czas zapytania: {0}ms</system:String>
|
||||||
|
|
||||||
|
<!--Setting Theme-->
|
||||||
|
<system:String x:Key="theme">Skórka</system:String>
|
||||||
|
<system:String x:Key="browserMoreThemes">Znajdź więcej skórek</system:String>
|
||||||
|
<system:String x:Key="helloWox">Witaj Wox</system:String>
|
||||||
|
<system:String x:Key="queryBoxFont">Czcionka okna zapytania</system:String>
|
||||||
|
<system:String x:Key="resultItemFont">Czcionka okna wyników</system:String>
|
||||||
|
<system:String x:Key="windowMode">Tryb w oknie</system:String>
|
||||||
|
<system:String x:Key="opacity">Przeźroczystość</system:String>
|
||||||
|
|
||||||
|
<!--Setting Hotkey-->
|
||||||
|
<system:String x:Key="hotkey">Skrót klawiszowy</system:String>
|
||||||
|
<system:String x:Key="woxHotkey">Skrót klawiszowy Wox</system:String>
|
||||||
|
<system:String x:Key="customQueryHotkey">Skrót klawiszowy niestandardowych zapytań</system:String>
|
||||||
|
<system:String x:Key="delete">Usuń</system:String>
|
||||||
|
<system:String x:Key="edit">Edytuj</system:String>
|
||||||
|
<system:String x:Key="add">Dodaj</system:String>
|
||||||
|
<system:String x:Key="pleaseSelectAnItem">Musisz coś wybrać</system:String>
|
||||||
|
<system:String x:Key="deleteCustomHotkeyWarning">Czy jesteś pewien że chcesz usunąć skrót klawiszowy {0} wtyczki?</system:String>
|
||||||
|
|
||||||
|
<!--Setting Proxy-->
|
||||||
|
<system:String x:Key="proxy">Serwer proxy</system:String>
|
||||||
|
<system:String x:Key="enableProxy">Używaj proxy</system:String>
|
||||||
|
<system:String x:Key="server">Serwer</system:String>
|
||||||
|
<system:String x:Key="port">Port</system:String>
|
||||||
|
<system:String x:Key="userName">Nazwa użytkownika</system:String>
|
||||||
|
<system:String x:Key="password">Hasło</system:String>
|
||||||
|
<system:String x:Key="testProxy">Sprawdź proxy</system:String>
|
||||||
|
<system:String x:Key="save">Zapisz</system:String>
|
||||||
|
<system:String x:Key="serverCantBeEmpty">Nazwa serwera nie może być pusta</system:String>
|
||||||
|
<system:String x:Key="portCantBeEmpty">Numer portu nie może być pusty</system:String>
|
||||||
|
<system:String x:Key="invalidPortFormat">Nieprawidłowy format numeru portu</system:String>
|
||||||
|
<system:String x:Key="saveProxySuccessfully">Ustawienia proxy zostały zapisane</system:String>
|
||||||
|
<system:String x:Key="proxyIsCorrect">Proxy zostało skonfigurowane poprawnie</system:String>
|
||||||
|
<system:String x:Key="proxyConnectFailed">Nie udało się połączyć z serwerem proxy</system:String>
|
||||||
|
|
||||||
|
<!--Setting About-->
|
||||||
|
<system:String x:Key="about">O programie</system:String>
|
||||||
|
<system:String x:Key="website">Strona internetowa</system:String>
|
||||||
|
<system:String x:Key="version">Wersja</system:String>
|
||||||
|
<system:String x:Key="about_activate_times">Uaktywniłeś Wox {0} razy</system:String>
|
||||||
|
<system:String x:Key="checkUpdates">Szukaj aktualizacji</system:String>
|
||||||
|
<system:String x:Key="newVersionTips">Nowa wersja {0} jest dostępna, uruchom ponownie Wox</system:String>
|
||||||
|
<system:String x:Key="releaseNotes">Zmiany:</system:String>
|
||||||
|
|
||||||
|
<!--Action Keyword Setting Dialog-->
|
||||||
|
<system:String x:Key="oldActionKeywords">Stary wyzwalacz</system:String>
|
||||||
|
<system:String x:Key="newActionKeywords">Nowy wyzwalacz</system:String>
|
||||||
|
<system:String x:Key="cancel">Anuluj</system:String>
|
||||||
|
<system:String x:Key="done">Zapisz</system:String>
|
||||||
|
<system:String x:Key="cannotFindSpecifiedPlugin">Nie można odnaleźć podanej wtyczki</system:String>
|
||||||
|
<system:String x:Key="newActionKeywordsCannotBeEmpty">Nowy wyzwalacz nie może być pusty</system:String>
|
||||||
|
<system:String x:Key="newActionKeywordsHasBeenAssigned">Ten wyzwalacz został już przypisany do innej wtyczki, musisz podać inny wyzwalacz.</system:String>
|
||||||
|
<system:String x:Key="succeed">Sukces</system:String>
|
||||||
|
<system:String x:Key="actionkeyword_tips">Użyj * jeżeli nie chcesz podawać wyzwalacza</system:String>
|
||||||
|
|
||||||
|
<!--Custom Query Hotkey Dialog-->
|
||||||
|
<system:String x:Key="preview">Podgląd</system:String>
|
||||||
|
<system:String x:Key="hotkeyIsNotUnavailable">Skrót klawiszowy jest niedostępny, musisz podać inny skrót klawiszowy</system:String>
|
||||||
|
<system:String x:Key="invalidPluginHotkey">Niepoprawny skrót klawiszowy</system:String>
|
||||||
|
<system:String x:Key="update">Aktualizuj</system:String>
|
||||||
|
|
||||||
|
<!--Hotkey Control-->
|
||||||
|
<system:String x:Key="hotkeyUnavailable">Niepoprawny skrót klawiszowy</system:String>
|
||||||
|
|
||||||
|
<!--Crash Reporter-->
|
||||||
|
<system:String x:Key="reportWindow_version">Wersja</system:String>
|
||||||
|
<system:String x:Key="reportWindow_time">Czas</system:String>
|
||||||
|
<system:String x:Key="reportWindow_reproduce">Proszę powiedz nam co się stało zanim wystąpił błąd dzięki czemu będziemy mogli go naprawić (tylko po angielsku)</system:String>
|
||||||
|
<system:String x:Key="reportWindow_send_report">Wyślij raport błędu</system:String>
|
||||||
|
<system:String x:Key="reportWindow_cancel">Anuluj</system:String>
|
||||||
|
<system:String x:Key="reportWindow_general">Ogólne</system:String>
|
||||||
|
<system:String x:Key="reportWindow_exceptions">Wyjątki</system:String>
|
||||||
|
<system:String x:Key="reportWindow_exception_type">Typ wyjątku</system:String>
|
||||||
|
<system:String x:Key="reportWindow_source">Źródło</system:String>
|
||||||
|
<system:String x:Key="reportWindow_stack_trace">Stos wywołań</system:String>
|
||||||
|
<system:String x:Key="reportWindow_sending">Wysyłam raport...</system:String>
|
||||||
|
<system:String x:Key="reportWindow_report_succeed">Raport wysłany pomyślnie</system:String>
|
||||||
|
<system:String x:Key="reportWindow_report_failed">Nie udało się wysłać raportu</system:String>
|
||||||
|
<system:String x:Key="reportWindow_wox_got_an_error">W programie Wox wystąpił błąd</system:String>
|
||||||
|
|
||||||
|
<!--update-->
|
||||||
|
<system:String x:Key="update_wox_update_new_version_available">Nowa wersja Wox {0} jest dostępna</system:String>
|
||||||
|
<system:String x:Key="update_wox_update_error">Wystąpił błąd podczas instalowania aktualizacji programu</system:String>
|
||||||
|
<system:String x:Key="update_wox_update">Aktualizuj</system:String>
|
||||||
|
<system:String x:Key="update_wox_update_cancel">Anuluj</system:String>
|
||||||
|
<system:String x:Key="update_wox_update_restart_wox_tip">Aby dokończyć proces aktualizacji Wox musi zostać zresetowany</system:String>
|
||||||
|
<system:String x:Key="update_wox_update_upadte_files">Następujące pliki zostaną zaktualizowane</system:String>
|
||||||
|
<system:String x:Key="update_wox_update_files">Aktualizuj pliki</system:String>
|
||||||
|
<system:String x:Key="update_wox_update_upadte_description">Opis aktualizacji</system:String>
|
||||||
|
|
||||||
|
</ResourceDictionary>
|
||||||
@@ -16,6 +16,8 @@
|
|||||||
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
|
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
|
||||||
<TargetFrameworkProfile />
|
<TargetFrameworkProfile />
|
||||||
<IsWebBootstrapper>false</IsWebBootstrapper>
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
||||||
|
<NuGetPackageImportStamp>
|
||||||
|
</NuGetPackageImportStamp>
|
||||||
<PublishUrl>发布\</PublishUrl>
|
<PublishUrl>发布\</PublishUrl>
|
||||||
<Install>true</Install>
|
<Install>true</Install>
|
||||||
<InstallFrom>Disk</InstallFrom>
|
<InstallFrom>Disk</InstallFrom>
|
||||||
@@ -30,8 +32,6 @@
|
|||||||
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
||||||
<UseApplicationTrust>false</UseApplicationTrust>
|
<UseApplicationTrust>false</UseApplicationTrust>
|
||||||
<BootstrapperEnabled>true</BootstrapperEnabled>
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
||||||
<NuGetPackageImportStamp>
|
|
||||||
</NuGetPackageImportStamp>
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||||
@@ -264,6 +264,11 @@
|
|||||||
<SubType>Designer</SubType>
|
<SubType>Designer</SubType>
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Page>
|
</Page>
|
||||||
|
<Content Include="Languages\pl.xaml">
|
||||||
|
<Generator>MSBuild:Compile</Generator>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
|
</Content>
|
||||||
<Page Include="MainWindow.xaml">
|
<Page Include="MainWindow.xaml">
|
||||||
<Generator>MSBuild:Compile</Generator>
|
<Generator>MSBuild:Compile</Generator>
|
||||||
<SubType>Designer</SubType>
|
<SubType>Designer</SubType>
|
||||||
|
|||||||
Reference in New Issue
Block a user