| 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <root> |
| 3 | <!-- |
| 4 | Microsoft ResX Schema |
| 5 | |
| 6 | Version 2.0 |
| 7 | |
| 8 | The primary goals of this format is to allow a simple XML format |
| 9 | that is mostly human readable. The generation and parsing of the |
| 10 | various data types are done through the TypeConverter classes |
| 11 | associated with the data types. |
| 12 | |
| 13 | Example: |
| 14 | |
| 15 | ... ado.net/XML headers & schema ... |
| 16 | <resheader name="resmimetype">text/microsoft-resx</resheader> |
| 17 | <resheader name="version">2.0</resheader> |
| 18 | <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader> |
| 19 | <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader> |
| 20 | <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data> |
| 21 | <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data> |
| 22 | <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64"> |
| 23 | <value>[base64 mime encoded serialized .NET Framework object]</value> |
| 24 | </data> |
| 25 | <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> |
| 26 | <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value> |
| 27 | <comment>This is a comment</comment> |
| 28 | </data> |
| 29 | |
| 30 | There are any number of "resheader" rows that contain simple |
| 31 | name/value pairs. |
| 32 | |
| 33 | Each data row contains a name, and value. The row also contains a |
| 34 | type or mimetype. Type corresponds to a .NET class that support |
| 35 | text/value conversion through the TypeConverter architecture. |
| 36 | Classes that don't support this are serialized and stored with the |
| 37 | mimetype set. |
| 38 | |
| 39 | The mimetype is used for serialized objects, and tells the |
| 40 | ResXResourceReader how to depersist the object. This is currently not |
| 41 | extensible. For a given mimetype the value must be set accordingly: |
| 42 | |
| 43 | Note - application/x-microsoft.net.object.binary.base64 is the format |
| 44 | that the ResXResourceWriter will generate, however the reader can |
| 45 | read any of the formats listed below. |
| 46 | |
| 47 | mimetype: application/x-microsoft.net.object.binary.base64 |
| 48 | value : The object must be serialized with |
| 49 | : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter |
| 50 | : and then encoded with base64 encoding. |
| 51 | |
| 52 | mimetype: application/x-microsoft.net.object.soap.base64 |
| 53 | value : The object must be serialized with |
| 54 | : System.Runtime.Serialization.Formatters.Soap.SoapFormatter |
| 55 | : and then encoded with base64 encoding. |
| 56 | |
| 57 | mimetype: application/x-microsoft.net.object.bytearray.base64 |
| 58 | value : The object must be serialized into a byte array |
| 59 | : using a System.ComponentModel.TypeConverter |
| 60 | : and then encoded with base64 encoding. |
| 61 | --> |
| 62 | <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"> |
| 63 | <xsd:import namespace="http://www.w3.org/XML/1998/namespace" /> |
| 64 | <xsd:element name="root" msdata:IsDataSet="true"> |
| 65 | <xsd:complexType> |
| 66 | <xsd:choice maxOccurs="unbounded"> |
| 67 | <xsd:element name="metadata"> |
| 68 | <xsd:complexType> |
| 69 | <xsd:sequence> |
| 70 | <xsd:element name="value" type="xsd:string" minOccurs="0" /> |
| 71 | </xsd:sequence> |
| 72 | <xsd:attribute name="name" use="required" type="xsd:string" /> |
| 73 | <xsd:attribute name="type" type="xsd:string" /> |
| 74 | <xsd:attribute name="mimetype" type="xsd:string" /> |
| 75 | <xsd:attribute ref="xml:space" /> |
| 76 | </xsd:complexType> |
| 77 | </xsd:element> |
| 78 | <xsd:element name="assembly"> |
| 79 | <xsd:complexType> |
| 80 | <xsd:attribute name="alias" type="xsd:string" /> |
| 81 | <xsd:attribute name="name" type="xsd:string" /> |
| 82 | </xsd:complexType> |
| 83 | </xsd:element> |
| 84 | <xsd:element name="data"> |
| 85 | <xsd:complexType> |
| 86 | <xsd:sequence> |
| 87 | <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> |
| 88 | <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" /> |
| 89 | </xsd:sequence> |
| 90 | <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" /> |
| 91 | <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" /> |
| 92 | <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" /> |
| 93 | <xsd:attribute ref="xml:space" /> |
| 94 | </xsd:complexType> |
| 95 | </xsd:element> |
| 96 | <xsd:element name="resheader"> |
| 97 | <xsd:complexType> |
| 98 | <xsd:sequence> |
| 99 | <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> |
| 100 | </xsd:sequence> |
| 101 | <xsd:attribute name="name" type="xsd:string" use="required" /> |
| 102 | </xsd:complexType> |
| 103 | </xsd:element> |
| 104 | </xsd:choice> |
| 105 | </xsd:complexType> |
| 106 | </xsd:element> |
| 107 | </xsd:schema> |
| 108 | <resheader name="resmimetype"> |
| 109 | <value>text/microsoft-resx</value> |
| 110 | </resheader> |
| 111 | <resheader name="version"> |
| 112 | <value>2.0</value> |
| 113 | </resheader> |
| 114 | <resheader name="reader"> |
| 115 | <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> |
| 116 | </resheader> |
| 117 | <resheader name="writer"> |
| 118 | <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> |
| 119 | </resheader> |
| 120 | <!-- |
| 121 | Localization Glossary — Technical Terms |
| 122 | ======================================== |
| 123 | The following technical terms appear in many strings throughout this file. |
| 124 | Per-string <comment> elements provide guidance for each occurrence, but |
| 125 | this glossary serves as a central reference for developers and reviewers. |
| 126 | |
| 127 | "mount" — Making a disk/filesystem accessible. Translate per locale or keep "mount". |
| 128 | "VHD" — Virtual Hard Disk. Do not translate (file format name). |
| 129 | "tar" — File archive format. Do not translate (file format name). |
| 130 | "swap" — Virtual memory swap space. Translate per locale or keep "swap". |
| 131 | "sparse" — Storage term: file uses disk space only for written data. Translate per locale. |
| 132 | "DNS" — Domain Name System. Do not translate (protocol acronym). |
| 133 | "proxy" — Network proxy server. Translate per locale standard networking term. |
| 134 | "safe mode" — Minimal/diagnostic startup mode. Use standard OS term per locale. |
| 135 | --> |
| 136 | <data name="AppName" xml:space="preserve"> |
| 137 | <value>Podsystem Windows dla systemu Linux</value> |
| 138 | </data> |
| 139 | <data name="AppShortName" xml:space="preserve"> |
| 140 | <value>WSL</value> |
| 141 | </data> |
| 142 | <data name="AppDescription" xml:space="preserve"> |
| 143 | <value>Podsystem Windows dla systemu Linux umożliwia deweloperom uruchamianie środowiska GNU/Linux — a w tym większości narzędzi wiersza polecenia, narzędzi i aplikacji — bezpośrednio w systemie Windows, bez modyfikacji, bez obciążenia tradycyjnej maszyny wirtualnej lub konfiguracji uruchomienia jednego z kilku systemów operacyjnych.</value> |
| 144 | </data> |
| 145 | <data name="MessageDetachFailed" xml:space="preserve"> |
| 146 | <value>Nie można odłączyć dysku: {}. Aby uzyskać więcej szczegółów, uruchom polecenie "dmesg" wewnątrz podsystemu WSL2. |
| 147 | Aby wymusić zatrzymanie i odłączenie dysku w podsystemie WSL2, uruchom polecenie "wsl.exe {}".</value> |
| 148 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 149 | </data> |
| 150 | <data name="MessageDiskAlreadyAttached" xml:space="preserve"> |
| 151 | <value>Dysk „{}” jest już dołączony.</value> |
| 152 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 153 | </data> |
| 154 | <data name="MessageDiskAlreadyMounted" xml:space="preserve"> |
| 155 | <value>Ten wolumin jest już zainstalowany wewnątrz podsystemu WSL2.</value> |
| 156 | <comment>"mount" is a technical term meaning to make a disk/filesystem accessible. Use the standard technical term in your locale, or keep "mount" if commonly used.</comment> |
| 157 | </data> |
| 158 | <data name="MessageDiskMountNameAlreadyExists" xml:space="preserve"> |
| 159 | <value>Dysk o tej nazwie jest już zainstalowany. Odinstaluj dysk lub wybierz nową nazwę i spróbuj ponownie.</value> |
| 160 | <comment>"mount" is a technical term meaning to make a disk/filesystem accessible. Use the standard technical term in your locale, or keep "mount" if commonly used.</comment> |
| 161 | </data> |
| 162 | <data name="MessageDiskMountNameInvalid" xml:space="preserve"> |
| 163 | <value>Nazwa punktu montowania nie może być pusta, nie może mieć postaci „.” lub „..” ani zawierać znaku „/”. Spróbuj ponownie, używając prawidłowej nazwy punktu montowania.</value> |
| 164 | <comment>"mount" is a technical term meaning to make a disk/filesystem accessible. Use the standard technical term in your locale, or keep "mount" if commonly used.</comment> |
| 165 | </data> |
| 166 | <data name="MessageDiskMounted" xml:space="preserve"> |
| 167 | <value>Dysk został pomyślnie zainstalowany jako „/mnt/wsl/{}”. |
| 168 | Uwaga: Lokalizacja będzie inna, jeśli zmodyfikowano ustawienie automount.root w pliku /etc/wsl.conf. |
| 169 | Aby odinstalować i odłączyć dysk, uruchom polecenie „wsl.exe {} {}”.</value> |
| 170 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated. "mount" is a technical term meaning to make a disk/filesystem accessible. Use the standard technical term in your locale, or keep "mount" if commonly used.</comment> |
| 171 | </data> |
| 172 | <data name="MessageDiskMountFailed" xml:space="preserve"> |
| 173 | <value>Dysk został dołączony, ale nie można go zainstalować: {}. |
| 174 | Aby uzyskać więcej szczegółów, uruchom polecenie „dmesg” w podsystemie WSL2. |
| 175 | Aby odłączyć dysk, uruchom polecenie „wsl.exe {} {}”.</value> |
| 176 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated. "mount" is a technical term meaning to make a disk/filesystem accessible. Use the standard technical term in your locale, or keep "mount" if commonly used.</comment> |
| 177 | </data> |
| 178 | <data name="MessageDistributionListOnline" xml:space="preserve"> |
| 179 | <value>Poniżej znajduje się lista prawidłowych dystrybucji, które można zainstalować. |
| 180 | Zainstaluj przy użyciu <Distro> "wsl.exe {}". |
| 181 | </value> |
| 182 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 183 | </data> |
| 184 | <data name="MessageDistroAlreadySet" xml:space="preserve"> |
| 185 | <value>Nazwa dystrybucji została już ustawiona.</value> |
| 186 | </data> |
| 187 | <data name="MessageDistroInstallPathAlreadyExists" xml:space="preserve"> |
| 188 | <value>Podana lokalizacja instalacji jest już używana.</value> |
| 189 | </data> |
| 190 | <data name="MessageDistroNameAlreadyExists" xml:space="preserve"> |
| 191 | <value>Dystrybucja o podanej nazwie już istnieje. Użyj --name , aby wybrać inną nazwę.</value> |
| 192 | <comment>{Locked="--name "}Command line arguments, file names and string inserts should not be translated</comment> |
| 193 | </data> |
| 194 | <data name="MessageDistroNotFound" xml:space="preserve"> |
| 195 | <value>Brak dystrybucji o podanej nazwie.</value> |
| 196 | </data> |
| 197 | <data name="MessageElevationNeededToMountDisk" xml:space="preserve"> |
| 198 | <value>Do zainstalowania dysku jest wymagany dostęp administratora.</value> |
| 199 | <comment>"mount" is a technical term meaning to make a disk/filesystem accessible. Use the standard technical term in your locale, or keep "mount" if commonly used.</comment> |
| 200 | </data> |
| 201 | <data name="MessageExportFailed" xml:space="preserve"> |
| 202 | <value>Eksportowanie dystrybucji nie powiodło się.</value> |
| 203 | </data> |
| 204 | <data name="MessageFsUpgradeNeeded" xml:space="preserve"> |
| 205 | <value>Trwa wykonywanie jednorazowego uaktualnienia systemu plików podsystemu Windows dla systemu Linux dla tej dystrybucji...</value> |
| 206 | </data> |
| 207 | <data name="MessageHigherIntegrity" xml:space="preserve"> |
| 208 | <value>Nie można uruchomić, ponieważ inne wystąpienie jest uruchomione bez podniesionych uprawnień. Wystąpienia z podwyższonym poziomem uprawnień i bez niego nie mogą działać jednocześnie.</value> |
| 209 | </data> |
| 210 | <data name="MessageImportFailed" xml:space="preserve"> |
| 211 | <value>Importowanie dystrybucji nie powiodło się.</value> |
| 212 | </data> |
| 213 | <data name="MessageInstallingWindowsComponent" xml:space="preserve"> |
| 214 | <value>Instalowanie opcjonalnego składnika systemu Windows: {}</value> |
| 215 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 216 | </data> |
| 217 | <data name="MessageDownloading" xml:space="preserve"> |
| 218 | <value>Pobieranie: {}</value> |
| 219 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 220 | </data> |
| 221 | <data name="MessageInstalling" xml:space="preserve"> |
| 222 | <value>Instalowanie: {}</value> |
| 223 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 224 | </data> |
| 225 | <data name="MessageImportingDistribution" xml:space="preserve"> |
| 226 | <value>Importowanie dystrybucji</value> |
| 227 | </data> |
| 228 | <data name="MessageDownloadComplete" xml:space="preserve"> |
| 229 | <value>Plik {} został pobrany.</value> |
| 230 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 231 | </data> |
| 232 | <data name="MessageInstallContinue" xml:space="preserve"> |
| 233 | <value>Podsystem Windows dla systemu Linux wznawia poprzednią instalację...</value> |
| 234 | </data> |
| 235 | <data name="MessageInvalidDistributionName" xml:space="preserve"> |
| 236 | <value>Nieprawidłowa nazwa dystrybucji: "{}". |
| 237 | Aby uzyskać listę prawidłowych dystrybucji, użyj polecenia "wsl.exe --list --online'.</value> |
| 238 | <comment>{FixedPlaceholder="{}"}{Locked="--list "}{Locked="--online'"}Command line arguments, file names and string inserts should not be translated</comment> |
| 239 | </data> |
| 240 | <data name="MessageInvalidCommandLine" xml:space="preserve"> |
| 241 | <value>Nieprawidłowy argument wiersza polecenia: {} |
| 242 | Użyj --help' {}, aby uzyskać listę obsługiwanych argumentów.</value> |
| 243 | <comment>{FixedPlaceholder="{}"}{Locked="--help'"}Command line arguments, file names and string inserts should not be translated</comment> |
| 244 | </data> |
| 245 | <data name="MessageMissingArgument" xml:space="preserve"> |
| 246 | <value>Argument wiersza polecenia {} wymaga wartości. |
| 247 | Użyj --help' {}, aby uzyskać listę obsługiwanych argumentów.</value> |
| 248 | <comment>{FixedPlaceholder="{}"}{Locked="--help'"}Command line arguments, file names and string inserts should not be translated</comment> |
| 249 | </data> |
| 250 | <data name="MessageInvalidConsole" xml:space="preserve"> |
| 251 | <value>Nieobsługiwanych ustawień konsoli. Aby korzystać z tej funkcji, należy wyłączyć starszą konsolę.</value> |
| 252 | </data> |
| 253 | <data name="MessageInvalidInteger" xml:space="preserve"> |
| 254 | <value>{} nie jest prawidłową liczbą całkowitą.</value> |
| 255 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 256 | </data> |
| 257 | <data name="MessageInvalidState" xml:space="preserve"> |
| 258 | <value>Trwa instalowanie, odinstalowywanie lub konwersja tej dystrybucji.</value> |
| 259 | </data> |
| 260 | <data name="MessageLaunchingDistro" xml:space="preserve"> |
| 261 | <value>Trwa uruchamianie {}...</value> |
| 262 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 263 | </data> |
| 264 | <data name="MessageLowerIntegrity" xml:space="preserve"> |
| 265 | <value>Nie można uruchomić, ponieważ inne wystąpienie jest uruchomione z podwyższonym poziomem uprawnień. Wystąpienia z podwyższonym poziomem uprawnień i bez niego nie mogą działać jednocześnie.</value> |
| 266 | </data> |
| 267 | <data name="MessageNoDefaultDistro" xml:space="preserve"> |
| 268 | <value>Podsystem Windows dla systemu Linux nie ma zainstalowanych dystrybucji. |
| 269 | Możesz rozwiązać ten problem, instalując dystrybucję z poniższymi instrukcjami: |
| 270 | |
| 271 | Użyj wsl.exe --list --online' , aby wyświetlić listę dostępnych dystrybucji |
| 272 | i "wsl.exe --install <Distro>" do zainstalowania.</value> |
| 273 | <comment>{Locked="--list "}{Locked="--online'"}{Locked="--install "}Command line arguments, file names and string inserts should not be translated</comment> |
| 274 | </data> |
| 275 | <data name="MessageNoRunningDistro" xml:space="preserve"> |
| 276 | <value>Brak uruchomionych dystrybucji.</value> |
| 277 | </data> |
| 278 | <data name="MessagePrintDistroDefault" xml:space="preserve"> |
| 279 | <value>{} (domyślnie)</value> |
| 280 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 281 | </data> |
| 282 | <data name="MessageRegisteredDistrosHeader" xml:space="preserve"> |
| 283 | <value>Podsystem Windows dla dystrybucji systemu Linux:</value> |
| 284 | </data> |
| 285 | <data name="MessageStatusDefaultDistro" xml:space="preserve"> |
| 286 | <value>Dystrybucja domyślna: {}</value> |
| 287 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 288 | </data> |
| 289 | <data name="MessageStatusDefaultVersion" xml:space="preserve"> |
| 290 | <value>Wersja domyślna: {}</value> |
| 291 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 292 | </data> |
| 293 | <data name="MessageStatusUnregistering" xml:space="preserve"> |
| 294 | <value>Wyrejestrowywanie.</value> |
| 295 | </data> |
| 296 | <data name="MessageUserNotFound" xml:space="preserve"> |
| 297 | <value>Nie odnaleziono użytkownika.</value> |
| 298 | </data> |
| 299 | <data name="MessageVmModeConversionInfo" xml:space="preserve"> |
| 300 | <value>Aby uzyskać informacje na temat kluczowych różnic w podsystemie WSL 2, odwiedź stronę https://aka.ms/wsl2</value> |
| 301 | </data> |
| 302 | <data name="MessageConversionStart" xml:space="preserve"> |
| 303 | <value>Konwersja w toku. Może to potrwać kilka minut.</value> |
| 304 | </data> |
| 305 | <data name="MessageCompactionStart" xml:space="preserve"> |
| 306 | <value>Trwa kompaktowanie. Może to potrwać kilka minut.</value> |
| 307 | </data> |
| 308 | <data name="MessageAlreadyRequestedVersion" xml:space="preserve"> |
| 309 | <value>Dystrybucja jest już żądaną wersją.</value> |
| 310 | </data> |
| 311 | <data name="MessageVmModeNotSupported" xml:space="preserve"> |
| 312 | <value>Starsza dystrybucja nie obsługuje protokołu WSL 2.</value> |
| 313 | </data> |
| 314 | <data name="MessageEnableVirtualization" xml:space="preserve"> |
| 315 | <value>Nie można uruchomić protokołu WSL2, ponieważ wirtualizacja nie jest włączona na tej maszynie. |
| 316 | Upewnij się, że składnik opcjonalny "Platforma maszyny wirtualnej" jest włączony i że wirtualizacja jest włączona w ustawieniach oprogramowania układowego komputera. |
| 317 | |
| 318 | Włącz platformę maszyny wirtualnej, uruchamiając polecenie: wsl.exe --install --no-distribution |
| 319 | |
| 320 | Aby uzyskać informacje, odwiedź https://aka.ms/enablevirtualization</value> |
| 321 | <comment>{Locked="--install "}{Locked="--no-distribution |
| 322 | "}Command line arguments, file names and string inserts should not be translated</comment> |
| 323 | </data> |
| 324 | <data name="MessageTooManyDisks" xml:space="preserve"> |
| 325 | <value>Dołączono zbyt wiele wirtualnych dysków twardych lub dysków fizycznych.</value> |
| 326 | </data> |
| 327 | <data name="MessageUserVhdAlreadyAttached" xml:space="preserve"> |
| 328 | <value>Dysk VHD został już zainstalowany za pomocą polecenia wsl.exe --mount, Odinstaluj dysk przed uruchomieniem.</value> |
| 329 | <comment>{Locked="--mount,"}Command line arguments, file names and string inserts should not be translated. {Locked="VHD"}"VHD" (Virtual Hard Disk) is a technical format name and should not be translated. "mount" is a technical term meaning to make a disk/filesystem accessible. Use the standard technical term in your locale, or keep "mount" if commonly used.</comment> |
| 330 | </data> |
| 331 | <data name="MessageWsl1NotSupported" xml:space="preserve"> |
| 332 | <value>Podsystem WSL1 nie jest obsługiwany w bieżącej konfiguracji komputera. |
| 333 | Włącz opcjonalny składnik „Podsystem Windows dla systemu Linux”, aby używać podsystemu WSL1.</value> |
| 334 | </data> |
| 335 | <data name="MessageWsl2Needed" xml:space="preserve"> |
| 336 | <value>Ta operacja jest obsługiwana tylko przez podsystem WSL2.</value> |
| 337 | </data> |
| 338 | <data name="MessageWslInfoUsage" xml:space="preserve"> |
| 339 | <value>Użycie: |
| 340 | --networking-mode |
| 341 | Wyświetl bieżący tryb sieciowy. |
| 342 | |
| 343 | --msal-proxy-path |
| 344 | Wyświetl ścieżkę do aplikacji serwera proxy MSAL. |
| 345 | |
| 346 | --vm-id |
| 347 | Wyświetl identyfikator maszyny wirtualnej WSL. |
| 348 | |
| 349 | --version |
| 350 | Wyświetl wersję pakietu WSL. |
| 351 | |
| 352 | -n |
| 353 | Nie drukuj nowego wiersza.</value> |
| 354 | <comment>{Locked="--networking-mode |
| 355 | "}{Locked="--msal-proxy-path |
| 356 | "}{Locked="--vm-id |
| 357 | "}{Locked="--version |
| 358 | "}Command line arguments, file names and string inserts should not be translated</comment> |
| 359 | </data> |
| 360 | <data name="MessageWslPathUsage" xml:space="preserve"> |
| 361 | <value>Użycie: |
| 362 | -a |
| 363 | Wymuś wynik do bezwzględnego formatu ścieżki. |
| 364 | -u |
| 365 | Tłumaczenie ze ścieżki systemu Windows na ścieżkę WSL (domyślna). |
| 366 | -w |
| 367 | Tłumaczenie ze ścieżki WSL na ścieżkę systemu Windows. |
| 368 | -m |
| 369 | Tłumaczenie ze ścieżki WSL na ścieżkę systemu Windows ze znakiem „/” zamiast „\\” |
| 370 | |
| 371 | Przykład: wslpath „c:\\users”</value> |
| 372 | <comment>{Locked="-a |
| 373 | "}{Locked="-u |
| 374 | "}{Locked="-w |
| 375 | "}{Locked="-m |
| 376 | "}Command line arguments and file names should not be translated</comment> |
| 377 | </data> |
| 378 | <data name="MessageWslconfigUsage" xml:space="preserve"> |
| 379 | <value>Wykonuje operacje administracyjne w podsystemie Windows dla systemu Linux |
| 380 | |
| 381 | Użycie: |
| 382 | /l, /list [Option] |
| 383 | Wyświetla listę zarejestrowanych dystrybucji. |
| 384 | /all — Opcjonalnie wyświetla wszystkie dystrybucje, w tym dystrybucje, które są |
| 385 | aktualnie instalowane lub odinstalowywane. |
| 386 | |
| 387 | /running — Wyświetla tylko dystrybucje, które są obecnie uruchomione. |
| 388 | |
| 389 | /s, /setdefault <DistributionName> |
| 390 | Ustawia dystrybucję jako domyślną. |
| 391 | |
| 392 | /t, /terminate <DistributionName> |
| 393 | Kończy działanie określonej dystrybucji. |
| 394 | |
| 395 | /u, /unregister <DistributionName> |
| 396 | Wyrejestrowuje dystrybucję i usuwa system plików katalogu głównego.</value> |
| 397 | <comment>{Locked="/l,"}{Locked="/list "}{Locked="/all "}{Locked="/running "}{Locked="/s,"}{Locked="/setdefault "}{Locked="/t,"}{Locked="/terminate "}{Locked="/u,"}{Locked="/unregister "}Command line arguments, file names and string inserts should not be translated</comment> |
| 398 | </data> |
| 399 | <data name="MessageWslUsage" xml:space="preserve"> |
| 400 | <value>Copyright (c) Microsoft Corporation. Wszelkie prawa zastrzeżone. |
| 401 | Aby zapoznać się z informacjami o ochronie prywatności dotyczącymi tego produktu, odwiedź stronę https://aka.ms/privacy. |
| 402 | |
| 403 | Użycie: wsl.exe [Argument] [Options...] [CommandLine] |
| 404 | |
| 405 | Argumenty uruchamiania plików binarnych systemu Linux: |
| 406 | |
| 407 | Jeśli nie zostanie podany żaden wiersz polecenia, polecenie wsl.exe uruchomi powłokę domyślną. |
| 408 | |
| 409 | --exec, -e <CommandLine> |
| 410 | Wykonuje określone polecenie bez użycia domyślnej powłoki systemu Linux. |
| 411 | |
| 412 | --shell-type <standard|login|none> |
| 413 | Wykonuje określone polecenie z podanym typem powłoki. |
| 414 | |
| 415 | -- |
| 416 | Przekazuje pozostałą część wiersza polecenia w niezmienionej postaci. |
| 417 | |
| 418 | Opcje: |
| 419 | --cd <Directory> |
| 420 | Ustawia określony katalog jako bieżący katalog roboczy. |
| 421 | W przypadku użycia znaku ~ zostanie użyta ścieżka macierzysta użytkownika systemu Linux. Jeśli ścieżka rozpoczyna się |
| 422 | od znaku /, będzie interpretowana jako ścieżka bezwzględna systemu Linux. |
| 423 | W przeciwnym razie wartość musi być ścieżką bezwzględną systemu Windows. |
| 424 | |
| 425 | --distribution, -d <DistroName> |
| 426 | Uruchamia określoną dystrybucję. |
| 427 | |
| 428 | --distribution-id <DistroGuid> |
| 429 | Uruchamia określony identyfikator dystrybucji. |
| 430 | |
| 431 | --user, -u <UserName> |
| 432 | Uruchamia jako określony użytkownik. |
| 433 | |
| 434 | --system |
| 435 | Uruchamia powłokę dystrybucji systemu. |
| 436 | |
| 437 | Argumenty zarządzania podsystemem Windows dla systemu Linux: |
| 438 | |
| 439 | --help |
| 440 | Wyświetla informacje o użyciu. |
| 441 | |
| 442 | --debug-shell |
| 443 | Otwiera powłokę debugowania podsystemu WSL2 na potrzeby diagnostyki. |
| 444 | |
| 445 | --install [Distro] [Options...] |
| 446 | Instaluje dystrybucję podsystemu Windows dla systemu Linux. |
| 447 | Aby zapoznać się z listą prawidłowych dystrybucji, użyj polecenia 'wsl.exe --list --online'. |
| 448 | |
| 449 | Opcje: |
| 450 | --enable-wsl1 |
| 451 | Włącza obsługę podsystemu WSL1. |
| 452 | |
| 453 | --fixed-vhd |
| 454 | Tworzy dysk o stałym rozmiarze do przechowywania dystrybucji. |
| 455 | |
| 456 | --from-file <Path> |
| 457 | Instaluje dystrybucję z pliku lokalnego. |
| 458 | |
| 459 | --legacy |
| 460 | Używa starszego manifestu dystrybucji. |
| 461 | |
| 462 | --location <Location> |
| 463 | Ustawia ścieżkę instalacji dystrybucji. |
| 464 | |
| 465 | --name <Name> |
| 466 | Ustawia nazwę dystrybucji. |
| 467 | |
| 468 | --no-distribution |
| 469 | Instaluje tylko wymagane składniki opcjonalne, nie instaluje dystrybucji. |
| 470 | |
| 471 | --no-launch, -n |
| 472 | Nie uruchamia dystrybucji po instalacji. |
| 473 | |
| 474 | --version <Version> |
| 475 | Określa wersję do użycia dla nowej dystrybucji. |
| 476 | |
| 477 | --vhd-size <MemoryString> |
| 478 | Określa rozmiar dysku do przechowywania dystrybucji. |
| 479 | |
| 480 | --web-download |
| 481 | Pobiera dystrybucję z Internetu zamiast ze sklepu Microsoft Store. |
| 482 | |
| 483 | --manage <Distro> <Options...> |
| 484 | Zmienia opcje specyficzne dla dystrybucji. |
| 485 | |
| 486 | Opcje: |
| 487 | --move <Location> |
| 488 | Przenosi dystrybucję do nowej lokalizacji. |
| 489 | |
| 490 | --set-sparse, -s <true|false> |
| 491 | Ustawia dysk VHD dystrybucji jako rozrzedzony, dzięki czemu miejsce na dysku jest automatycznie odzyskiwane. |
| 492 | |
| 493 | --set-default-user <Username> |
| 494 | Ustawia domyślnego użytkownika dystrybucji. |
| 495 | |
| 496 | --resize <MemoryString> |
| 497 | Zmienia rozmiar dysku dystrybucji do określonego rozmiaru. |
| 498 | |
| 499 | --compact |
| 500 | Kompresuj plik VHDX dystrybucji WSL 2. |
| 501 | |
| 502 | --mount <Disk> |
| 503 | Dołącza i instaluje dysk fizyczny lub wirtualny we wszystkich dystrybucjach WSL 2. |
| 504 | |
| 505 | Opcje: |
| 506 | --vhd |
| 507 | Określa, że <Disk> odwołuje się do wirtualnego dysku twardego. |
| 508 | |
| 509 | --bare |
| 510 | Dołącza dysk do podsystemu WSL2, ale nie instaluje go. |
| 511 | |
| 512 | --name <Name> |
| 513 | Instaluje dysk przy użyciu niestandardowej nazwy punktu instalacji. |
| 514 | |
| 515 | --type <Type> |
| 516 | System plików do użycia podczas instalowania dysku; jeśli określone wartości domyślne nie są ustawione na ext4. |
| 517 | |
| 518 | --options <Options> |
| 519 | Dodatkowe opcje instalacji. |
| 520 | |
| 521 | --partition <Index> |
| 522 | Indeks partycji do zainstalowania; jeśli określone wartości domyślne nie są ustawione na cały dysk. |
| 523 | |
| 524 | --set-default-version <Version> |
| 525 | Zmienia domyślną wersję instalacji dla nowych dystrybucji. |
| 526 | |
| 527 | --shutdown |
| 528 | Natychmiast kończy działanie wszystkich uruchomionych dystrybucji i WSL 2 |
| 529 | uproszczona maszyna wirtualna narzędzi. |
| 530 | |
| 531 | Opcje: |
| 532 | --force |
| 533 | Zakończenie maszyny wirtualnej WSL 2, nawet jeśli operacja jest w toku. Może spowodować utratę danych. |
| 534 | |
| 535 | --status |
| 536 | Wyświetl stan podsystemu Windows dla systemu Linux. |
| 537 | |
| 538 | --unmount [Disk] |
| 539 | Odinstalowuje i odłącza dysk od wszystkich dystrybucji podsystemu WSL2. |
| 540 | W przypadku wywołania bez argumentu odinstalowuje i odłącza wszystkie dyski. |
| 541 | |
| 542 | --uninstall |
| 543 | Odinstalowuje pakiet podsystemu systemu Windows dla systemu Linux z tego komputera. |
| 544 | |
| 545 | --update |
| 546 | Aktualizowanie pakietu podsystemu systemu Windows dla systemu Linux. |
| 547 | |
| 548 | Opcje: |
| 549 | --pre-release |
| 550 | Pobieranie wersji wstępnej, jeśli jest dostępna. |
| 551 | |
| 552 | --version, -v |
| 553 | Wyświetlanie informacji o wersji. |
| 554 | |
| 555 | Argumenty zarządzania dystrybucjami w Podsystemie Windows dla systemu Linux: |
| 556 | |
| 557 | --export <Distro> <FileName> [Options] |
| 558 | Eksportuje dystrybucję do pliku tar. |
| 559 | W przypadku wyjścia stdout jako nazwę pliku można wprowadzić -. |
| 560 | |
| 561 | Opcje: |
| 562 | --format <Format> |
| 563 | Określa format eksportu. Obsługiwane wartości: tar, tar.gz, tar.xz, vhd. |
| 564 | |
| 565 | --import <Distro> <InstallLocation> <FileName> [Options] |
| 566 | Importuje określony plik tar jako nową dystrybucję. |
| 567 | W przypadku wejścia stdin jako nazwę pliku można wprowadzić -. |
| 568 | |
| 569 | Opcje: |
| 570 | --version <Version> |
| 571 | Określa wersję do użycia dla nowej dystrybucji. |
| 572 | |
| 573 | --vhd |
| 574 | Określa, że podany plik jest plikiem .vhd lub .vhdx, a nie plikiem tar. |
| 575 | Ta operacja tworzy kopię pliku VHD w określonej lokalizacji instalacji. |
| 576 | |
| 577 | --import-in-place <Distro> <FileName> |
| 578 | Importuje określony plik VHD jako nową dystrybucję. |
| 579 | Ten wirtualny dysk twardy musi być sformatowany przy użyciu typu systemu plików ext4. |
| 580 | |
| 581 | --list, -l [Options] |
| 582 | Wyświetla listę dystrybucji. |
| 583 | |
| 584 | Opcje: |
| 585 | --all |
| 586 | Wyświetl wszystkie dystrybucje, w tym dystrybucje, które są |
| 587 | aktualnie instalowane lub odinstalowywane. |
| 588 | |
| 589 | --running |
| 590 | Wyświetl tylko dystrybucje, które są obecnie uruchomione. |
| 591 | |
| 592 | --quiet, -q |
| 593 | Pokaż tylko nazwy dystrybucji. |
| 594 | |
| 595 | --verbose, -v |
| 596 | Pokaż szczegółowe informacje o wszystkich dystrybucjach. |
| 597 | |
| 598 | --online, -o |
| 599 | Wyświetla listę dystrybucji dostępnych do zainstalowania przy użyciu polecenia 'wsl.exe --install'. |
| 600 | |
| 601 | --set-default, -s <Distro> |
| 602 | Ustawia dystrybucję jako domyślną. |
| 603 | |
| 604 | --set-version <Distro> <Version> |
| 605 | Zmienia wersję określonej dystrybucji. |
| 606 | |
| 607 | --terminate, -t <Distro> |
| 608 | Kończy działanie określonej dystrybucji. |
| 609 | |
| 610 | --unregister <Distro> |
| 611 | Wyrejestrowuje dystrybucję i usuwa główny system plików.</value> |
| 612 | <comment>{Locked="--exec,"}{Locked="--shell-type "}{Locked="--cd "}{Locked="--distribution,"}{Locked="--distribution-id "}{Locked="--user,"}{Locked="--system |
| 613 | "}{Locked="--help |
| 614 | "}{Locked="--debug-shell |
| 615 | "}{Locked="--install "}{Locked="--list "}{Locked="--online'"}{Locked="--enable-wsl1 |
| 616 | "}{Locked="--fixed-vhd |
| 617 | "}{Locked="--from-file "}{Locked="--legacy |
| 618 | "}{Locked="--location "}{Locked="--name "}{Locked="--no-distribution |
| 619 | "}{Locked="--no-launch,"}{Locked="--version "}{Locked="--vhd-size "}{Locked="--web-download |
| 620 | "}{Locked="--manage "}{Locked="--move "}{Locked="--set-sparse,"}{Locked="--set-default-user "}{Locked="--resize "}{Locked="--compact |
| 621 | "}{Locked="--mount "}{Locked="--vhd |
| 622 | "}{Locked="--bare |
| 623 | "}{Locked="--name "}{Locked="--type "}{Locked="--options "}{Locked="--partition "}{Locked="--set-default-version "}{Locked="--shutdown |
| 624 | "}{Locked="--force |
| 625 | "}{Locked="--status |
| 626 | "}{Locked="--unmount "}{Locked="--uninstall |
| 627 | "}{Locked="--update |
| 628 | "}{Locked="--pre-release |
| 629 | "}{Locked="--version,"}{Locked="--export "}{Locked="--format "}{Locked="--import "}{Locked="--version "}{Locked="--vhd |
| 630 | "}{Locked="--import-in-place "}{Locked="--list,"}{Locked="--all |
| 631 | "}{Locked="--running |
| 632 | "}{Locked="--quiet,"}{Locked="--verbose,"}{Locked="--online,"}{Locked="--install'"}{Locked="--set-default,"}{Locked="--set-version "}{Locked="--terminate,"}{Locked="--unregister "}Command line arguments, file names and string inserts should not be translated. {Locked="tar"}"tar" is a file archive format name and should not be translated. {Locked="VHD"}"VHD" (Virtual Hard Disk) is a technical format name and should not be translated. "mount" is a technical term meaning to make a disk/filesystem accessible. Use the standard technical term in your locale, or keep "mount" if commonly used. "sparse" is a technical storage term meaning the file only uses disk space for written data. Use the technical term in your locale.</comment> |
| 633 | </data> |
| 634 | <data name="MessagePackageVersions" xml:space="preserve"> |
| 635 | <value>Wersja podsystemu WSL: {} |
| 636 | Wersja jądra: {} |
| 637 | Wersja usługi WSLg: {} |
| 638 | Wersja MSRDC: {} |
| 639 | Wersja Direct3D: {} |
| 640 | Wersja DXCore: {} |
| 641 | Wersja systemu Windows: {}</value> |
| 642 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 643 | </data> |
| 644 | <data name="MessageBuildInfo" xml:space="preserve"> |
| 645 | <value>Wersja programu MSBuild: {} |
| 646 | Zatwierdzenie: {} |
| 647 | Czas kompilacji: {}</value> |
| 648 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 649 | </data> |
| 650 | <data name="MessageCustomKernelNotFound" xml:space="preserve"> |
| 651 | <value>Nie znaleziono niestandardowego jądra określonego w pliku {}: „{}”.</value> |
| 652 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 653 | </data> |
| 654 | <data name="MessageCustomKernelModulesNotFound" xml:space="preserve"> |
| 655 | <value>W {} nie znaleziono pliku VHD niestandardowych modułów jądra: '{}'.</value> |
| 656 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated. {Locked="VHD"}"VHD" (Virtual Hard Disk) is a technical format name and should not be translated.</comment> |
| 657 | </data> |
| 658 | <data name="MessageCustomSystemDistroError" xml:space="preserve"> |
| 659 | <value>Nie znaleziono niestandardowej dystrybucji systemu określonej w elemencie {} lub ma ona niepoprawny format.</value> |
| 660 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 661 | </data> |
| 662 | <data name="MessageWslgUsage" xml:space="preserve"> |
| 663 | <value>Copyright (c) Microsoft Corporation. Wszelkie prawa zastrzeżone. |
| 664 | Aby zapoznać się z informacjami o ochronie prywatności dotyczącymi tego produktu, odwiedź stronę https://aka.ms/privacy. |
| 665 | |
| 666 | Sposób użycia: wslg.exe [Argument] [Options...] [CommandLine] |
| 667 | |
| 668 | Argumenty: |
| 669 | --cd <Directory> |
| 670 | Ustawia określony katalog jako bieżący katalog roboczy. |
| 671 | W przypadku użycia znaku ~ zostanie użyta ścieżka macierzysta użytkownika systemu Linux. Jeśli ścieżka rozpoczyna się |
| 672 | od znaku /, będzie interpretowana jako bezwzględna ścieżka systemu Linux. |
| 673 | W przeciwnym razie wartość musi być bezwzględną ścieżką systemu Windows. |
| 674 | |
| 675 | --distribution, -d <Distro> |
| 676 | Uruchom określoną dystrybucję. |
| 677 | |
| 678 | --user, -u <UserName> |
| 679 | Uruchom jako określony użytkownik. |
| 680 | |
| 681 | --shell-type <standard|login|none> |
| 682 | Wykonaj określone polecenie z użyciem podanego typu powłoki. |
| 683 | |
| 684 | --help |
| 685 | Wyświetl informacje o sposobie użycia. |
| 686 | |
| 687 | -- |
| 688 | Przekaż pozostałą część wiersza polecenia w niezmienionej postaci.</value> |
| 689 | <comment>{Locked="--cd "}{Locked="--distribution,"}{Locked="--user,"}{Locked="--shell-type "}{Locked="--help |
| 690 | "}Command line arguments, file names and string inserts should not be translated</comment> |
| 691 | </data> |
| 692 | <data name="MessagePressAnyKeyToContinue" xml:space="preserve"> |
| 693 | <value>Aby kontynuować, naciśnij dowolny klawisz...</value> |
| 694 | </data> |
| 695 | <data name="MessageRequiredParameterMissing" xml:space="preserve"> |
| 696 | <value>W argumencie {} brakuje wymaganego parametru.</value> |
| 697 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 698 | </data> |
| 699 | <data name="MessageExportProgress" xml:space="preserve"> |
| 700 | <value>Eksportowanie w toku. Może to potrwać kilka minut.</value> |
| 701 | </data> |
| 702 | <data name="MessageImportProgress" xml:space="preserve"> |
| 703 | <value>Importowanie w toku. Może to potrwać kilka minut.</value> |
| 704 | </data> |
| 705 | <data name="GuiApplicationsDisabled" xml:space="preserve"> |
| 706 | <value>Obsługa aplikacji graficznego interfejsu użytkownika jest wyłączona za pośrednictwem pliku {} lub /etc/wsl.conf.</value> |
| 707 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 708 | </data> |
| 709 | <data name="MessageCheckingForUpdates" xml:space="preserve"> |
| 710 | <value>Sprawdzanie dostępności aktualizacji.</value> |
| 711 | </data> |
| 712 | <data name="MessageDistroOnlyAvailableFromStore" xml:space="preserve"> |
| 713 | <value>Ta dystrybucja jest dostępna tylko w sklepie Microsoft Store.</value> |
| 714 | </data> |
| 715 | <data name="MessageWslMountNotSupportedOnArm" xml:space="preserve"> |
| 716 | <value>wsl.exe --mount w usłudze ARM64 wymaga systemu Windows w wersji 27653 lub nowszej.</value> |
| 717 | <comment>{Locked="--mount "}Command line arguments, file names and string inserts should not be translated. "mount" is a technical term meaning to make a disk/filesystem accessible. Use the standard technical term in your locale, or keep "mount" if commonly used.</comment> |
| 718 | </data> |
| 719 | <data name="MessageUpdateNotNeeded" xml:space="preserve"> |
| 720 | <value>Najnowsza wersja Podsystem Windows dla systemu Linux jest już zainstalowana.</value> |
| 721 | </data> |
| 722 | <data name="MessageUpdatingToVersion" xml:space="preserve"> |
| 723 | <value>Aktualizowanie Podsystem Windows dla systemu Linux do wersji: {}.</value> |
| 724 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 725 | </data> |
| 726 | <data name="MessageWslOptionalComponentRequired" xml:space="preserve"> |
| 727 | <value>Ta aplikacja wymaga składnika opcjonalnego Podsystem Windows dla systemu Linux. |
| 728 | Zainstaluj go, uruchamiając: wsl.exe --install --no-distribution |
| 729 | Może być konieczne ponowne uruchomienie systemu, aby zmiany zostały wprowadzone.</value> |
| 730 | <comment>{Locked="--install "}{Locked="--no-distribution |
| 731 | "}Command line arguments, file names and string inserts should not be translated</comment> |
| 732 | </data> |
| 733 | <data name="MessageRequiresFileExtension" xml:space="preserve"> |
| 734 | <value>Określony plik musi mieć rozszerzenie pliku {}.</value> |
| 735 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 736 | </data> |
| 737 | <data name="MessageRequiresFileExtensions" xml:space="preserve"> |
| 738 | <value>Określony plik musi mieć rozszerzenie pliku {} lub {}.</value> |
| 739 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 740 | </data> |
| 741 | <data name="MessageVmSwitchNotFound" xml:space="preserve"> |
| 742 | <value>Nie znaleziono przełącznika maszyny wirtualnej „{}”. Dostępne przełączniki: {}</value> |
| 743 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 744 | </data> |
| 745 | <data name="MessageVmSwitchNotSet" xml:space="preserve"> |
| 746 | <value>Sieć pomostowa wymaga ustawienia przełącznika wsl2.vmSwitch.</value> |
| 747 | </data> |
| 748 | <data name="MessageCouldFetchDistributionList" xml:space="preserve"> |
| 749 | <value>Nie można pobrać listy dystrybucyjnej z „{}”. {}</value> |
| 750 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 751 | </data> |
| 752 | <data name="MessageFailedToAttachDisk" xml:space="preserve"> |
| 753 | <value>Nie można dołączyć dysku „{}” do podsystemu WSL2: {}</value> |
| 754 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 755 | </data> |
| 756 | <data name="MessageFailedToResizeDisk" xml:space="preserve"> |
| 757 | <value>Nie można zmienić rozmiaru dysku.</value> |
| 758 | </data> |
| 759 | <data name="MessageNoValueFound" xml:space="preserve"> |
| 760 | <value>Nie znaleziono wartości.</value> |
| 761 | </data> |
| 762 | <data name="MessageOsNotSupported" xml:space="preserve"> |
| 763 | <value>Wersja systemu Windows {} nie obsługuje spakowanej wersji Podsystem Windows dla systemu Linux. |
| 764 | Zainstaluj wymaganą aktualizację za pośrednictwem usługi Windows Update lub za pośrednictwem: {} |
| 765 | Aby uzyskać informacje, odwiedź stronę https://aka.ms/wslinstall</value> |
| 766 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 767 | </data> |
| 768 | <data name="MessageAdministratorAccessRequiredForDebugShell" xml:space="preserve"> |
| 769 | <value>Uruchomienie powłoki debugowania wymaga uruchomienia programu wsl.exe jako administrator.</value> |
| 770 | </data> |
| 771 | <data name="MessageAdminProtectionEnabled" xml:space="preserve"> |
| 772 | <value>Windows Admin Protection jest włączona, a Twoje dystrybucje mogą być zarejestrowane na innym koncie. |
| 773 | Więcej informacji na temat Admin Protection można znaleźć na stronie https://aka.ms/apdevguide</value> |
| 774 | <comment>{Locked="Windows Admin Protection"}{Locked="Admin Protection"}{Locked="https://aka.ms/apdevguide"}Command line arguments, file names and string inserts should not be translated</comment> |
| 775 | </data> |
| 776 | <data name="MessageInstallProcessFailed" xml:space="preserve"> |
| 777 | <value>Proces instalacji dystrybucji „{}” nie powiódł się. Kod zakończenia: {}.</value> |
| 778 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 779 | </data> |
| 780 | <data name="MessageInvalidGuid" xml:space="preserve"> |
| 781 | <value>Nieprawidłowy format identyfikatora GUID: „{}”</value> |
| 782 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 783 | </data> |
| 784 | <data name="MessageConfigInvalidSection" xml:space="preserve"> |
| 785 | <value>Nieprawidłowa nazwa sekcji w elemencie {}:{}</value> |
| 786 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 787 | </data> |
| 788 | <data name="MessageConfigInvalidKey" xml:space="preserve"> |
| 789 | <value>Nieprawidłowa nazwa klucza w elemencie {}:{}</value> |
| 790 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 791 | </data> |
| 792 | <data name="MessageConfigExpected" xml:space="preserve"> |
| 793 | <value>Oczekiwano {} w elemencie {}:{}</value> |
| 794 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 795 | </data> |
| 796 | <data name="MessageConfigInvalidEscape" xml:space="preserve"> |
| 797 | <value>Nieprawidłowy znak ucieczki: „{}” w elemencie {}:{}</value> |
| 798 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 799 | </data> |
| 800 | <data name="MessageConfigUnknownKey" xml:space="preserve"> |
| 801 | <value>Nieznany klucz „{}” w elemencie {}:{}</value> |
| 802 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 803 | </data> |
| 804 | <data name="MessageConfigInvalidInteger" xml:space="preserve"> |
| 805 | <value>Nieprawidłowa wartość całkowita „{}” dla klucza „{}” w elemencie {}:{}</value> |
| 806 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 807 | </data> |
| 808 | <data name="MessageConfigInvalidIp" xml:space="preserve"> |
| 809 | <value>Nieprawidłowa wartość adresu IP „{}” dla klucza „{}” w elemencie {}:{}</value> |
| 810 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 811 | </data> |
| 812 | <data name="MessageConfigInvalidBoolean" xml:space="preserve"> |
| 813 | <value>Nieprawidłowa wartość logiczna „{}” dla klucza „{}” w elemencie {}:{}</value> |
| 814 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 815 | </data> |
| 816 | <data name="MessageConfigMacAddress" xml:space="preserve"> |
| 817 | <value>Nieprawidłowy adres MAC „{}” dla klawisza „{}” w elemencie {}:{}</value> |
| 818 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 819 | </data> |
| 820 | <data name="MessageFailedToOpenConfigFile" xml:space="preserve"> |
| 821 | <value>Nie można otworzyć pliku konfiguracji {}, {}</value> |
| 822 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 823 | </data> |
| 824 | <data name="MessageWarningDuringStartup" xml:space="preserve"> |
| 825 | <value>Wystąpiły błędy podczas uruchamiania podsystemu WSL</value> |
| 826 | </data> |
| 827 | <data name="MessageSystemdUserSessionFailed" xml:space="preserve"> |
| 828 | <value>Nie można uruchomić systemowej sesji użytkownika dla "{}". Aby uzyskać więcej szczegółów, zobacz dziennik journalctl.</value> |
| 829 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 830 | </data> |
| 831 | <data name="MessageOpenEventViewer" xml:space="preserve"> |
| 832 | <value>Otwórz program Podgląd zdarzeń</value> |
| 833 | </data> |
| 834 | <data name="MessageDistributionNameNeeded" xml:space="preserve"> |
| 835 | <value>Ta dystrybucja nie zawiera nazwy domyślnej. Użyj --name , aby wybrać nazwę dystrybucji.</value> |
| 836 | <comment>{Locked="--name "}Command line arguments, file names and string inserts should not be translated</comment> |
| 837 | </data> |
| 838 | <data name="MessageArgumentsNotValidTogether" xml:space="preserve"> |
| 839 | <value>Nie można jednocześnie określić argumentów {} i {}.</value> |
| 840 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 841 | </data> |
| 842 | <data name="MessageArgumentNotValidWithout" xml:space="preserve"> |
| 843 | <value>Argument {} wymaga argumentu {}.</value> |
| 844 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 845 | </data> |
| 846 | <data name="MessageInvalidInstallDistributionName" xml:space="preserve"> |
| 847 | <value>Nieprawidłowa nazwa dystrybucji: „{}”.</value> |
| 848 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 849 | </data> |
| 850 | <data name="MessageUsingLegacyDistribution" xml:space="preserve"> |
| 851 | <value>Przy użyciu starszej rejestracji dystrybucji. Rozważ użycie dystrybucji opartej na tar.</value> |
| 852 | <comment>{Locked="tar"}"tar" is a file archive format name and should not be translated.</comment> |
| 853 | </data> |
| 854 | <data name="MessageLegacyDistributionVersionArgNotSupported" xml:space="preserve"> |
| 855 | <value>Starsze rejestracje dystrybucji nie obsługują argumentu --version .</value> |
| 856 | <comment>{Locked="--version "}Command line arguments, file names and string inserts should not be translated</comment> |
| 857 | </data> |
| 858 | <data name="MessageDistributionOverridden" xml:space="preserve"> |
| 859 | <value>Dystrybucja "{}" jest dostarczana przez manifest przesłonięcia.</value> |
| 860 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 861 | </data> |
| 862 | <data name="MessageHashMismatch" xml:space="preserve"> |
| 863 | <value>Skrót dystrybucji jest niezgodny. Oczekiwano: {}, rzeczywisty skrót: {}</value> |
| 864 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 865 | </data> |
| 866 | <data name="MessageInvalidHexString" xml:space="preserve"> |
| 867 | <value>Nieprawidłowy ciąg szesnastkowy: {}</value> |
| 868 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 869 | </data> |
| 870 | <data name="MessageNotSupportedOnLegacyDistros" xml:space="preserve"> |
| 871 | <value>Element „{}” nie jest obsługiwany podczas instalowania starszych dystrybucji.</value> |
| 872 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 873 | </data> |
| 874 | <data name="MessageDistributionInstalled" xml:space="preserve"> |
| 875 | <value>Dystrybucja została pomyślnie zainstalowana. Można ją uruchomić za pomocą polecenia "wsl.exe -d {}"</value> |
| 876 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 877 | </data> |
| 878 | <data name="MessageInvalidNumberString" xml:space="preserve"> |
| 879 | <value>Nieprawidłowy ciąg pamięci „{}” dla wpisu .wslconfig „{}” w elemencie {}:{}</value> |
| 880 | <comment>{FixedPlaceholder="{}"}{Locked=".wslconfig"}Command line arguments, file names and string inserts should not be translated</comment> |
| 881 | </data> |
| 882 | <data name="MessagedFailedToCreateSwapVhd" xml:space="preserve"> |
| 883 | <value>Nie można utworzyć dysku wymiany w „{}”: {}</value> |
| 884 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated. "swap" refers to virtual memory swap space. This is a technical term; use the standard OS term in your locale or keep "swap".</comment> |
| 885 | </data> |
| 886 | <data name="MessageFailedToCreateDisk" xml:space="preserve"> |
| 887 | <value>Nie można utworzyć dysku „{}”: {}</value> |
| 888 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 889 | </data> |
| 890 | <data name="MessageNestedVirtualizationNotSupported" xml:space="preserve"> |
| 891 | <value>Wirtualizacja zagnieżdżona nie jest obsługiwana na tej maszynie.</value> |
| 892 | </data> |
| 893 | <data name="MessageFailedToCreateNetworkEndpoint" xml:space="preserve"> |
| 894 | <value>Nie można utworzyć sieciowego punktu końcowego z adresem: „{}”. Przypisano nowy adres: „{}”</value> |
| 895 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 896 | </data> |
| 897 | <data name="MessageFailedToCreateNetwork" xml:space="preserve"> |
| 898 | <value>Nie można utworzyć sieci wirtualnej z zakresem adresów: „{}”. Utworzono nową sieć z zakresem: „{}”, {}</value> |
| 899 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 900 | </data> |
| 901 | <data name="MessageSafeModeEnabled" xml:space="preserve"> |
| 902 | <value>TRYB AWARYJNY WŁĄCZONY — wiele funkcji zostanie wyłączonych</value> |
| 903 | <comment>"safe mode" refers to a minimal/diagnostic startup mode. Use the standard OS term for safe mode in your locale.</comment> |
| 904 | </data> |
| 905 | <data name="MessageMirroredNetworkingNotSupportedReason" xml:space="preserve"> |
| 906 | <value>Tryb dublowanych sieci nie jest obsługiwany: {}. |
| 907 | Powrót do sieci NAT.</value> |
| 908 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 909 | </data> |
| 910 | <data name="MessageMirroredNetworkingNotSupportedKernel" xml:space="preserve"> |
| 911 | <value>Wymagane jest jądro systemu Linux w wersji 5.10 lub nowszej</value> |
| 912 | </data> |
| 913 | <data name="MessageMirroredNetworkingNotSupportedWindowsVersion" xml:space="preserve"> |
| 914 | <value>Wersja systemu Windows {}. {} nie ma wymaganych funkcji</value> |
| 915 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 916 | </data> |
| 917 | <data name="MessageMirroredNetworkingNotSupportedIpv6Disabled" xml:space="preserve"> |
| 918 | <value>Protokół IPv6 na hoście został wyłączony w nieobsługiwany sposób (HKLM\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters DisabledComponents=0xff)</value> |
| 919 | <comment>{Locked="HKLM\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters"}{Locked="DisabledComponents"}{Locked="0xff"}</comment> |
| 920 | </data> |
| 921 | <data name="MessageHyperVFirewallNotSupported" xml:space="preserve"> |
| 922 | <value>Zapora funkcji Hyper-V nie jest obsługiwana</value> |
| 923 | </data> |
| 924 | <data name="MessageDnsTunnelingNotSupported" xml:space="preserve"> |
| 925 | <value>Tunelowanie DNS nie jest obsługiwane</value> |
| 926 | <comment>{Locked="DNS"}"DNS" (Domain Name System) should not be translated.</comment> |
| 927 | </data> |
| 928 | <data name="MessageHostsFileTooLarge" xml:space="preserve"> |
| 929 | <value>Plik hosts systemu Windows jest za duży i nie zostanie odzwierciedlony w WSL. Rozważ zmniejszenie rozmiaru %SystemRoot%\System32\drivers\etc\hosts</value> |
| 930 | <comment>{Locked="%SystemRoot%\System32\drivers\etc\hosts"}{Locked="WSL"}</comment> |
| 931 | </data> |
| 932 | <data name="MessageLocalhostForwardingNotSupportedMirroredMode" xml:space="preserve"> |
| 933 | <value>Ustawienie wsl2.localhostForwarding nie ma wpływu w przypadku korzystania z trybu sieci lustrzanej</value> |
| 934 | </data> |
| 935 | <data name="MessageHttpProxyChangeDetected" xml:space="preserve"> |
| 936 | <value>Na hoście wykryto zmianę serwera proxy HTTP. Uruchom ponownie podsystem WSL, aby zastosować zmianę.</value> |
| 937 | <comment>"proxy" refers to a network proxy server. Use the standard networking term in your locale.</comment> |
| 938 | </data> |
| 939 | <data name="MessageProxyLocalhostSettingsDropped" xml:space="preserve"> |
| 940 | <value>Wykryto konfigurację serwera proxy hosta lokalnego, ale nie została ona zdublowana w podsystemie WSL. Podsystem WSL w trybie NAT nie obsługuje serwerów proxy hosta lokalnego.</value> |
| 941 | <comment>"proxy" refers to a network proxy server. Use the standard networking term in your locale.</comment> |
| 942 | </data> |
| 943 | <data name="MessageProxyV6SettingsDropped" xml:space="preserve"> |
| 944 | <value>Wykryto konfigurację serwera proxy IPv6, ale nie została ona zdublowana w podsystemie WSL. Podsystem WSL w trybie NAT nie obsługuje protokołu IPv6.</value> |
| 945 | <comment>"proxy" refers to a network proxy server. Use the standard networking term in your locale.</comment> |
| 946 | </data> |
| 947 | <data name="MessageProxyLoopbackV6SettingsDropped" xml:space="preserve"> |
| 948 | <value>Wykryto konfigurację serwera proxy IPv6 hosta lokalnego, ale nie została ona zdublowana w podsystemie WSL. Podsystem WSL nie obsługuje serwerów proxy IPv6 hosta lokalnego.</value> |
| 949 | <comment>"proxy" refers to a network proxy server. Use the standard networking term in your locale.</comment> |
| 950 | </data> |
| 951 | <data name="MessageProxyUnexpectedSettingsDropped" xml:space="preserve"> |
| 952 | <value>Wystąpił nieoczekiwany błąd podczas próby rozpoznania ustawień serwera proxy. Ustawienia serwera proxy nie zostały zdublowane w podsystemie WSL.</value> |
| 953 | <comment>"proxy" refers to a network proxy server. Use the standard networking term in your locale.</comment> |
| 954 | </data> |
| 955 | <data name="MessageRegistryError" xml:space="preserve"> |
| 956 | <value>Wystąpił błąd podczas uzyskiwania dostępu do rejestru. Ścieżka: "{}". Błąd: {}</value> |
| 957 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 958 | </data> |
| 959 | <data name="MessageLocalhostRelayFailed" xml:space="preserve"> |
| 960 | <value>Nie można uruchomić procesu przekazywania hosta lokalnego. Błąd: {}</value> |
| 961 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 962 | </data> |
| 963 | <data name="MessageVirtualMachinePlatformRequiredForNetworking" xml:space="preserve"> |
| 964 | <value>Nie można uruchomić sieci wirtualnej — zainstaluj opcjonalny składnik platformy maszyn wirtualnych, uruchamiając: wsl.exe --install --no-distribution</value> |
| 965 | <comment>{Locked="--install "}{Locked="--no-distribution"}Command line arguments, file names and string inserts should not be translated</comment> |
| 966 | </data> |
| 967 | <data name="MessageVirtualMachinePlatformNotInstalled" xml:space="preserve"> |
| 968 | <value>Platforma maszyn wirtualnych nie jest włączona. Usługa WSL 2 może nie działać poprawnie. Aby ją włączyć, uruchom: wsl.exe --install --no-distribution</value> |
| 969 | <comment>{Locked="WSL 2"}{Locked="wsl.exe"}{Locked="--install "}{Locked="--no-distribution"}Command line arguments, file names and string inserts should not be translated</comment> |
| 970 | </data> |
| 971 | <data name="MessageNetworkInitializationFailedFallback2" xml:space="preserve"> |
| 972 | <value>Nie można skonfigurować sieci (networkingMode {}). Powrót do trybu networkingMode {}.</value> |
| 973 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 974 | </data> |
| 975 | <data name="MessageOptionalComponentInstallFailed" xml:space="preserve"> |
| 976 | <value>Nie można włączyć składnika systemu Windows „{}” (kod zakończenia {})</value> |
| 977 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 978 | </data> |
| 979 | <data name="MessageFatalPluginError" xml:space="preserve"> |
| 980 | <value>Wtyczka „{}” zwróciła błąd krytyczny</value> |
| 981 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 982 | </data> |
| 983 | <data name="MessageFatalPluginErrorWithMessage" xml:space="preserve"> |
| 984 | <value>Wtyczka „{}” zwróciła błąd krytyczny. Komunikat o błędzie: „{}”</value> |
| 985 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 986 | </data> |
| 987 | <data name="MessagePluginRequiresUpdate" xml:space="preserve"> |
| 988 | <value>Wtyczka „{}” wymaga nowszej wersji podsystemu WSL. Uruchom polecenie: wsl.exe --update</value> |
| 989 | <comment>{FixedPlaceholder="{}"}{Locked="--update"}Command line arguments, file names and string inserts should not be translated</comment> |
| 990 | </data> |
| 991 | <data name="MessageSettingOverriddenByPolicy" xml:space="preserve"> |
| 992 | <value>Ustawienie .wslconfig „{}” jest wyłączone przez zasady komputera.</value> |
| 993 | <comment>{FixedPlaceholder="{}"}{Locked=".wslconfig"}Command line arguments, file names and string inserts should not be translated</comment> |
| 994 | </data> |
| 995 | <data name="MessageDebugShellDisabled" xml:space="preserve"> |
| 996 | <value>Powłoka debugowania została wyłączona przez zasady komputera.</value> |
| 997 | </data> |
| 998 | <data name="MessageWSLMountDisabled" xml:space="preserve"> |
| 999 | <value>wsl.exe --mount jest wyłączona przez zasady komputera.</value> |
| 1000 | <comment>{Locked="--mount "}Command line arguments, file names and string inserts should not be translated. "mount" is a technical term meaning to make a disk/filesystem accessible. Use the standard technical term in your locale, or keep "mount" if commonly used.</comment> |
| 1001 | </data> |
| 1002 | <data name="MessageWSL1Disabled" xml:space="preserve"> |
| 1003 | <value>System WSL1 został wyłączony przez zasady komputera.</value> |
| 1004 | </data> |
| 1005 | <data name="MessageWSLContainerDisabled" xml:space="preserve"> |
| 1006 | <value>Kontener WSL jest wyłączony przez zasady komputera.</value> |
| 1007 | </data> |
| 1008 | <data name="MessageRegistryBlockedByPolicy" xml:space="preserve"> |
| 1009 | <value>Rejestr obrazów kontenerów „{}” jest zablokowany przez zasady komputera.</value> |
| 1010 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 1011 | </data> |
| 1012 | <data name="MessageRegistryAllowlistPolicyInvalid" xml:space="preserve"> |
| 1013 | <value>Zasady listy dozwolonych rejestru kontenerów są nieprawidłowe. Sprawdź, czy wartości WSLContainerRegistryAllowlist w obszarze Software\Policies\WSL są poprawnie skonfigurowane.</value> |
| 1014 | </data> |
| 1015 | <data name="MessageUpgradeToWSL2" xml:space="preserve"> |
| 1016 | <value>Uruchom polecenie „wsl.exe --set-version {} 2”, aby uaktualnić do podsystemu WSL2.</value> |
| 1017 | <comment>{FixedPlaceholder="{}"}{Locked="--set-version "}Command line arguments, file names and string inserts should not be translated</comment> |
| 1018 | </data> |
| 1019 | <data name="MessageFinishMsiInstallation" xml:space="preserve"> |
| 1020 | <value>Podsystem WSL kończy uaktualnianie...</value> |
| 1021 | </data> |
| 1022 | <data name="MessageUpdateFailed" xml:space="preserve"> |
| 1023 | <value>Aktualizacja nie powiodła się (kod zakończenia: {}).</value> |
| 1024 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 1025 | </data> |
| 1026 | <data name="MessageUninstallNoArguments" xml:space="preserve"> |
| 1027 | <value>{} nie przyjmuje żadnych argumentów. Aby wyrejestrować dystrybucję, użyj {} zamiast tego.</value> |
| 1028 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 1029 | </data> |
| 1030 | <data name="MessageUninstallFailed" xml:space="preserve"> |
| 1031 | <value>Odinstalowanie nie powiodło się (kod zakończenia: {}).</value> |
| 1032 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 1033 | </data> |
| 1034 | <data name="MessageSeeLogFile" xml:space="preserve"> |
| 1035 | <value>Plik dziennika: {}</value> |
| 1036 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 1037 | </data> |
| 1038 | <data name="MessagedFailedToRemoveMsix" xml:space="preserve"> |
| 1039 | <value>Nie można usunąć pakietu MSIX (błąd: {}).</value> |
| 1040 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 1041 | </data> |
| 1042 | <data name="MessagedFailedToInstallMsix" xml:space="preserve"> |
| 1043 | <value>Nie można zainstalować pakietu MSIX (błąd: {}).</value> |
| 1044 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 1045 | </data> |
| 1046 | <data name="MessageMissingOptionalComponents" xml:space="preserve"> |
| 1047 | <value>Opcjonalne składniki potrzebne do uruchomienia WSL nie są zainstalowane.</value> |
| 1048 | </data> |
| 1049 | <data name="MessageInstallMissingOptionalComponents" xml:space="preserve"> |
| 1050 | <value>Zainstaluj brakujące składniki.</value> |
| 1051 | </data> |
| 1052 | <data name="MessageInvalidDistributionTar" xml:space="preserve"> |
| 1053 | <value>Zaimportowany plik nie jest prawidłową dystrybucją systemu Linux.</value> |
| 1054 | </data> |
| 1055 | <data name="MessagePressAnyKeyToExit" xml:space="preserve"> |
| 1056 | <value>Naciśnij dowolny klawisz, aby wyjść...</value> |
| 1057 | </data> |
| 1058 | <data name="MessageNewWslVersionAvailable" xml:space="preserve"> |
| 1059 | <value>Dostępna jest nowa wersja podsystemu Windows dla systemu Linux.</value> |
| 1060 | </data> |
| 1061 | <data name="MessageUpdateToVersion" xml:space="preserve"> |
| 1062 | <value>Zaktualizuj do wersji {} lub wyświetl jej informacje o wersji poniżej.</value> |
| 1063 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 1064 | </data> |
| 1065 | <data name="MessageUpdate" xml:space="preserve"> |
| 1066 | <value>Aktualizuj</value> |
| 1067 | </data> |
| 1068 | <data name="MessageViewReleaseNotes" xml:space="preserve"> |
| 1069 | <value>Zobacz dokumenty</value> |
| 1070 | </data> |
| 1071 | <data name="MessageVhdInUse" xml:space="preserve"> |
| 1072 | <value>Nie można ukończyć operacji, ponieważ dysk VHD jest obecnie używany. Aby wymusić zatrzymanie używania protokołu WSL: wsl.exe --shutdown</value> |
| 1073 | <comment>{Locked="--shutdown"}Command line arguments, file names and string inserts should not be translated. {Locked="VHD"}"VHD" (Virtual Hard Disk) is a technical format name and should not be translated.</comment> |
| 1074 | </data> |
| 1075 | <data name="MessageCompactVhdNotSupported" xml:space="preserve"> |
| 1076 | <value>Kompaktowanie jest obsługiwane tylko w przypadku plików .vhdx.</value> |
| 1077 | <comment>{Locked=".vhdx"}Command line arguments, file names and string inserts should not be translated.</comment> |
| 1078 | </data> |
| 1079 | <data name="MessageInvalidBoolean" xml:space="preserve"> |
| 1080 | <value>{} nie jest prawidłową wartością logiczną, <true|false></value> |
| 1081 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 1082 | </data> |
| 1083 | <data name="MessageSparseVhdWsl2Only" xml:space="preserve"> |
| 1084 | <value>Rozrzedzony dysk VHD jest obsługiwany tylko w systemie WSL2.</value> |
| 1085 | <comment>{Locked="VHD"}"VHD" (Virtual Hard Disk) is a technical format name and should not be translated. "sparse" is a technical storage term meaning the file only uses disk space for written data. Use the technical term in your locale.</comment> |
| 1086 | </data> |
| 1087 | <data name="MessageLocalSystemNotSupported" xml:space="preserve"> |
| 1088 | <value>Uruchamianie podsystemu WSL jako systemu lokalnego nie jest obsługiwane.</value> |
| 1089 | </data> |
| 1090 | <data name="MessagePerformanceTip" xml:space="preserve"> |
| 1091 | <value>Porada dotycząca wydajności:</value> |
| 1092 | </data> |
| 1093 | <data name="MessageProblematicDrvFsUsage" xml:space="preserve"> |
| 1094 | <value>Korzystanie z operacji intensywnie korzystających z we/wy, takich jak {} na dyskach z systemem Windows, będzie miało niską wydajność. Rozważ przeniesienie plików projektu do systemu plików Linux w celu uzyskania lepszej wydajności. Kliknij poniżej, aby dowiedzieć się więcej.</value> |
| 1095 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 1096 | </data> |
| 1097 | <data name="MessageViewDocs" xml:space="preserve"> |
| 1098 | <value>Wyświetl dokumenty</value> |
| 1099 | </data> |
| 1100 | <data name="MessageDontShowAgain" xml:space="preserve"> |
| 1101 | <value>Nie pokazuj ponownie</value> |
| 1102 | </data> |
| 1103 | <data name="MessageWSL2Crashed" xml:space="preserve"> |
| 1104 | <value>Maszyna wirtualna WSL2 uległa awarii.</value> |
| 1105 | </data> |
| 1106 | <data name="MessageWSL2CrashedStackTrace" xml:space="preserve"> |
| 1107 | <value>Ślad stosu został zapisany w: {}</value> |
| 1108 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 1109 | </data> |
| 1110 | <data name="MessageDistributionFailedToStart" xml:space="preserve"> |
| 1111 | <value>Nie można uruchomić dystrybucji. Kod błędu: {}, krok niepowodzenia: {}</value> |
| 1112 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 1113 | </data> |
| 1114 | <data name="MessageDiskCorrupted" xml:space="preserve"> |
| 1115 | <value>Nie można uruchomić dystrybucji, ponieważ jej dysk wirtualny jest uszkodzony.</value> |
| 1116 | </data> |
| 1117 | <data name="MessageConfigKeyDuplicated" xml:space="preserve"> |
| 1118 | <value>Zduplikowany klucz konfiguracji „{}” w elemencie {}:{} (klucz powodujący konflikt: „{}” w {}:{})</value> |
| 1119 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 1120 | </data> |
| 1121 | <data name="MessageConfigInvalidEnum" xml:space="preserve"> |
| 1122 | <value>Nieprawidłowa wartość „{}” klucza konfiguracji „{}” w elemencie {}:{} (prawidłowe wartości: {})</value> |
| 1123 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 1124 | </data> |
| 1125 | <data name="MessageWaitingForOobe" xml:space="preserve"> |
| 1126 | <value>Oczekiwanie na ukończenie polecenia OOBE dla dystrybucji "{}"...</value> |
| 1127 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 1128 | </data> |
| 1129 | <data name="MessageCorruptedDistroRegistration" xml:space="preserve"> |
| 1130 | <value>Nie można odczytać właściwości „{}” z dystrybucji {}</value> |
| 1131 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 1132 | </data> |
| 1133 | <data name="MessagePassVhdFlag" xml:space="preserve"> |
| 1134 | <value>Wygląda to na plik VHD. Użyj polecenia --vhd aby zaimportować plik VHD zamiast tar.</value> |
| 1135 | <comment>{Locked="--vhd "}Command line arguments, file names and string inserts should not be translated. {Locked="tar"}"tar" is a file archive format name and should not be translated. {Locked="VHD"}"VHD" (Virtual Hard Disk) is a technical format name and should not be translated.</comment> |
| 1136 | </data> |
| 1137 | <data name="MessageDistroStoreInstallFailed" xml:space="preserve"> |
| 1138 | <value>Nie można zainstalować {} z Microsoft Store: {} |
| 1139 | Próba pobrania z sieci Web...</value> |
| 1140 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 1141 | </data> |
| 1142 | <data name="MessageNoInstallDefault" xml:space="preserve"> |
| 1143 | <value>Nie skonfigurowano dystrybucji domyślnej. Podaj dystrybucję do zainstalowania.</value> |
| 1144 | </data> |
| 1145 | <data name="MessageConfigVirtio9pDisabled" xml:space="preserve"> |
| 1146 | <value>wsl2.virtio9p jest wyłączony, przełączenie na 9p z transportem vsock.</value> |
| 1147 | </data> |
| 1148 | <data name="MessageConsommeRequiresVirtio" xml:space="preserve"> |
| 1149 | <value>Sieć Consomme nie jest obsługiwana, gdy wsl2.virtio jest wyłączony; powrót do trybu networkingMode {}.</value> |
| 1150 | <comment>{Locked="wsl2.virtio"}{Locked="Consomme"}{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 1151 | </data> |
| 1152 | <data name="MessageSwiotlbKernelUnsupported" xml:space="preserve"> |
| 1153 | <value>W uruchomionym jądrze brakuje poprawki, która znacznie poprawia wydajność urządzenia virtio. Zaktualizuj jądro WSL do nowszej wersji, aby włączyć tę optymalizację.</value> |
| 1154 | <comment>{Locked="virtio"}</comment> |
| 1155 | </data> |
| 1156 | <data name="MessageInstallationCorrupted" xml:space="preserve"> |
| 1157 | <value>Instalacja podsystemu WSL jest prawdopodobnie uszkodzona (kod błędu: {}). |
| 1158 | Naciśnij dowolny, aby naprawić podsystem WSL, lub CTRL-C, aby anulować. |
| 1159 | Ten monit przekroczy limit czasu w ciągu 60 sekund.</value> |
| 1160 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 1161 | </data> |
| 1162 | <data name="MessageFailedToParseTerminalProfile" xml:space="preserve"> |
| 1163 | <value>Nie można przeanalizować profilu terminalu podczas rejestrowania dystrybucji: {}</value> |
| 1164 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 1165 | </data> |
| 1166 | <data name="MessageInvalidSize" xml:space="preserve"> |
| 1167 | <value>Nieprawidłowy rozmiar: {}</value> |
| 1168 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 1169 | </data> |
| 1170 | <data name="MessageErrorCode" xml:space="preserve"> |
| 1171 | <value>{} |
| 1172 | Kod błędu: {} |
| 1173 | Jeśli ten błąd był nieoczekiwany, rozważ wyszukanie istniejących problemów lub zgłoszenie nowego problemu w https://github.com/microsoft/WSL/issues.</value> |
| 1174 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated{Locked="https://github.com/microsoft/WSL/issues"}</comment> |
| 1175 | </data> |
| 1176 | <data name="MessageInvalidJson" xml:space="preserve"> |
| 1177 | <value>Nieprawidłowy dokument JSON. Błąd analizy: {}</value> |
| 1178 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 1179 | </data> |
| 1180 | <data name="MessageTooManyProcessors" xml:space="preserve"> |
| 1181 | <value>Liczba procesorów wsl2.processors nie może przekraczać liczby procesorów logicznych w systemie ({} > {})</value> |
| 1182 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 1183 | </data> |
| 1184 | <data name="MessageFailedToQueryNetworkingMode" xml:space="preserve"> |
| 1185 | <value>Nie można wykonać zapytania trybu sieciowego</value> |
| 1186 | </data> |
| 1187 | <data name="MessageMismatchedKernelModulesError" xml:space="preserve"> |
| 1188 | <value>Niestandardowe moduły jądra zostały dostarczone bez określania niestandardowego jądra. Aby uzyskać więcej informacji, zobacz https://aka.ms/wslcustomkernel.</value> |
| 1189 | </data> |
| 1190 | <data name="MessageDnsTunnelingDisabled" xml:space="preserve"> |
| 1191 | <value>Z powodu bieżącego problemu ze zgodnością z klientem Globalnego Bezpiecznego Dostępu, tunelowanie DNS jest wyłączone.</value> |
| 1192 | <comment>{Locked="DNS"}"DNS" (Domain Name System) should not be translated.</comment> |
| 1193 | </data> |
| 1194 | <data name="MessageSparseVhdDisabled" xml:space="preserve"> |
| 1195 | <value>Obsługa rozrzedzonych dysków VHD jest obecnie wyłączona z powodu potencjalnego uszkodzenia danych. |
| 1196 | Aby wymusić używanie rozrzedzonego dysku VHD przez dystrybucję, uruchom polecenie: |
| 1197 | wsl.exe --manage <DistributionName> --set-sparse true --allow-unsafe</value> |
| 1198 | <comment>{Locked="--manage "}{Locked="--set-sparse "}{Locked="--allow-unsafe"}Command line arguments, file names and string inserts should not be translated. {Locked="VHD"}"VHD" (Virtual Hard Disk) is a technical format name and should not be translated. "sparse" is a technical storage term meaning the file only uses disk space for written data. Use the technical term in your locale.</comment> |
| 1199 | </data> |
| 1200 | <data name="MessageDrvfsMountFailed" xml:space="preserve"> |
| 1201 | <value>Nie można zainstalować elementu {}. Aby uzyskać więcej szczegółów, zobacz dmesg.</value> |
| 1202 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated. "mount" is a technical term meaning to make a disk/filesystem accessible. Use the standard technical term in your locale, or keep "mount" if commonly used.</comment> |
| 1203 | </data> |
| 1204 | <data name="MessageFstabMountFailed" xml:space="preserve"> |
| 1205 | <value>Przetwarzanie pliku /etc/fstab za pomocą polecenia mount -a nie powiodło się.</value> |
| 1206 | <comment>"mount" is a technical term meaning to make a disk/filesystem accessible. Use the standard technical term in your locale, or keep "mount" if commonly used.</comment> |
| 1207 | </data> |
| 1208 | <data name="MessageReadOnlyDistro" xml:space="preserve"> |
| 1209 | <value>Wystąpił błąd podczas instalowania dysku dystrybucji. Został on zainstalowany w trybie tylko do odczytu jako rezerwowy. |
| 1210 | Zobacz instrukcje odzyskiwania: https://aka.ms/wsldiskmountrecovery</value> |
| 1211 | <comment>"mount" is a technical term meaning to make a disk/filesystem accessible. Use the standard technical term in your locale, or keep "mount" if commonly used.</comment> |
| 1212 | </data> |
| 1213 | <data name="MessageFailedToTranslate" xml:space="preserve"> |
| 1214 | <value>Nie można przetłumaczyć „{}”</value> |
| 1215 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 1216 | </data> |
| 1217 | <data name="MessageCgroupV1IncompatibleWithDistroIsolation" xml:space="preserve"> |
| 1218 | <value>Cgroup v1 jest niezgodna z izolacją cgroup dla poszczególnych dystrybucji. Aby używać cgroup v1, ustaw wartość isolateDistroCgroup=false w sekcji [wsl2] w pliku .wslconfig, a następnie uruchom wsl --shutdown.</value> |
| 1219 | <comment>{Locked="Cgroup v1"}{Locked="cgroup v1"}{Locked="isolateDistroCgroup=false"}{Locked="[wsl2]"}{Locked="--shutdown."}{Locked=".wslconfig"}Command line arguments, file names and string inserts should not be translated.</comment> |
| 1220 | </data> |
| 1221 | <data name="Settings_ErrorTryAgainLater.Text" xml:space="preserve"> |
| 1222 | <value>Wystąpił problem. Spróbuj ponownie później.</value> |
| 1223 | </data> |
| 1224 | <data name="Settings_AboutPageTitle.Text" xml:space="preserve"> |
| 1225 | <value>Informacje</value> |
| 1226 | </data> |
| 1227 | <data name="Settings_About.Header" xml:space="preserve"> |
| 1228 | <value>Informacje o ustawieniach podsystemu Windows dla systemu Linux</value> |
| 1229 | </data> |
| 1230 | <data name="Settings_About.Description" xml:space="preserve"> |
| 1231 | <value>© Microsoft. Wszelkie prawa zastrzeżone.</value> |
| 1232 | </data> |
| 1233 | <data name="Settings_AppDisplayName" xml:space="preserve"> |
| 1234 | <value>Ustawienia podsystemu Windows dla systemu Linux</value> |
| 1235 | </data> |
| 1236 | <data name="Settings_AppDescription" xml:space="preserve"> |
| 1237 | <value>Ustawienia podsystemu Windows dla systemu Linux umożliwiają deweloperom zarządzanie plikiem .wslconfig przy użyciu aplikacji opartej na graficznym interfejsie użytkownika.</value> |
| 1238 | <comment>{Locked=".wslconfig"}Command line arguments, file names and string inserts should not be translated. "developers" refers to software developers broadly. Use the standard platform term for "developer" in your locale.</comment> |
| 1239 | </data> |
| 1240 | <data name="Settings_AutoMemoryReclaim.Header" xml:space="preserve"> |
| 1241 | <value>Automatyczne odzyskiwanie pamięci</value> |
| 1242 | </data> |
| 1243 | <data name="Settings_AutoMemoryReclaim.Description" xml:space="preserve"> |
| 1244 | <value>Automatycznie zwalnia pamięć buforowaną po wykryciu bezczynnego użycia procesora. Ustaw od stopniowego do wolnego zwalniania i dropcache na potrzeby natychmiastowego zwolnienia pamięci podręcznej.</value> |
| 1245 | </data> |
| 1246 | <data name="Settings_AutoMemoryReclaimComboBox.AutomationProperties.Name" xml:space="preserve"> |
| 1247 | <value>Automatyczne odzyskiwanie pamięci.</value> |
| 1248 | </data> |
| 1249 | <data name="Settings_AutoMemoryReclaimComboBox.AutomationProperties.HelpText" xml:space="preserve"> |
| 1250 | <value>Automatycznie zwalnia pamięć buforowaną po wykryciu bezczynnego użycia procesora. Ustaw od stopniowego do wolnego zwalniania i dropcache na potrzeby natychmiastowego zwolnienia pamięci podręcznej.</value> |
| 1251 | </data> |
| 1252 | <data name="Settings_AutoProxy.Header" xml:space="preserve"> |
| 1253 | <value>Włączono automatyczny serwer proxy</value> |
| 1254 | <comment>"proxy" refers to a network proxy server. Use the standard networking term in your locale.</comment> |
| 1255 | </data> |
| 1256 | <data name="Settings_AutoProxy.Description" xml:space="preserve"> |
| 1257 | <value>Włącza WSL w celu korzystania z informacji serwera proxy HTTP systemu Windows.</value> |
| 1258 | <comment>"proxy" refers to a network proxy server. Use the standard networking term in your locale.</comment> |
| 1259 | </data> |
| 1260 | <data name="Settings_AutoProxyToggleSwitch.AutomationProperties.Name" xml:space="preserve"> |
| 1261 | <value>Włączono automatyczny serwer proxy.</value> |
| 1262 | <comment>"proxy" refers to a network proxy server. Use the standard networking term in your locale.</comment> |
| 1263 | </data> |
| 1264 | <data name="Settings_AutoProxyToggleSwitch.AutomationProperties.HelpText" xml:space="preserve"> |
| 1265 | <value>Włącza WSL w celu korzystania z informacji serwera proxy HTTP systemu Windows.</value> |
| 1266 | <comment>"proxy" refers to a network proxy server. Use the standard networking term in your locale.</comment> |
| 1267 | </data> |
| 1268 | <data name="Settings_BestEffortDNS.Header" xml:space="preserve"> |
| 1269 | <value>Korzystanie z analizowania DNS w najlepszy sposób</value> |
| 1270 | <comment>{Locked="DNS"}"DNS" (Domain Name System) should not be translated.</comment> |
| 1271 | </data> |
| 1272 | <data name="Settings_BestEffortDNS.Description" xml:space="preserve"> |
| 1273 | <value>Ma zastosowanie tylko wtedy, gdy właściwość wsl2.dnsTunneling jest ustawiona na wartość true. Po ustawieniu wartości true system Windows wyodrębni pytanie z żądania DNS i podejmie próbę jego rozwiązania, ignorując nieznane rekordy.</value> |
| 1274 | <comment>{Locked="wsl2.dnsTunneling"}{Locked="DNS"}.wslconfig property key names should not be translated. "DNS" (Domain Name System) should not be translated.</comment> |
| 1275 | </data> |
| 1276 | <data name="Settings_BestEffortDNSToggleSwitch.AutomationProperties.Name" xml:space="preserve"> |
| 1277 | <value>Korzystanie z analizowania DNS w najlepszy sposób.</value> |
| 1278 | <comment>{Locked="DNS"}"DNS" (Domain Name System) should not be translated.</comment> |
| 1279 | </data> |
| 1280 | <data name="Settings_BestEffortDNSToggleSwitch.AutomationProperties.HelpText" xml:space="preserve"> |
| 1281 | <value>Ma zastosowanie tylko wtedy, gdy właściwość wsl2.dnsTunneling jest ustawiona na wartość true. Po ustawieniu wartości true system Windows wyodrębni pytanie z żądania DNS i podejmie próbę jego rozwiązania, ignorując nieznane rekordy.</value> |
| 1282 | <comment>{Locked="DNS"}"DNS" (Domain Name System) should not be translated.</comment> |
| 1283 | </data> |
| 1284 | <data name="Settings_CustomKernelPath.Header" xml:space="preserve"> |
| 1285 | <value>Niestandardowe jądro</value> |
| 1286 | </data> |
| 1287 | <data name="Settings_CustomKernelPath.Description" xml:space="preserve"> |
| 1288 | <value>Bezwzględna ścieżka systemu Windows do niestandardowego jądra systemu Linux.</value> |
| 1289 | </data> |
| 1290 | <data name="Settings_CustomKernelPathBrowseButton.Content" xml:space="preserve"> |
| 1291 | <value>Przeglądaj jądra</value> |
| 1292 | </data> |
| 1293 | <data name="Settings_CustomKernelPathTextBox.AutomationProperties.Name" xml:space="preserve"> |
| 1294 | <value>Niestandardowe jądro</value> |
| 1295 | </data> |
| 1296 | <data name="Settings_CustomKernelPathTextBox.AutomationProperties.HelpText" xml:space="preserve"> |
| 1297 | <value>Bezwzględna ścieżka systemu Windows do niestandardowego jądra systemu Linux.</value> |
| 1298 | </data> |
| 1299 | <data name="Settings_CustomKernelModulesPath.Header" xml:space="preserve"> |
| 1300 | <value>Niestandardowe moduły jądra</value> |
| 1301 | </data> |
| 1302 | <data name="Settings_CustomKernelModulesPath.Description" xml:space="preserve"> |
| 1303 | <value>Bezwzględna ścieżka systemu Windows do niestandardowego dysku VHD modułów jądra systemu Linux.</value> |
| 1304 | <comment>{Locked="VHD"}"VHD" (Virtual Hard Disk) is a technical format name and should not be translated.</comment> |
| 1305 | </data> |
| 1306 | <data name="Settings_CustomKernelModulesPathBrowseButton.Content" xml:space="preserve"> |
| 1307 | <value>Przeglądaj moduły jądra</value> |
| 1308 | </data> |
| 1309 | <data name="Settings_CustomKernelModulesPathTextBox.AutomationProperties.Name" xml:space="preserve"> |
| 1310 | <value>Niestandardowe moduły jądra</value> |
| 1311 | </data> |
| 1312 | <data name="Settings_CustomKernelModulesPathTextBox.AutomationProperties.HelpText" xml:space="preserve"> |
| 1313 | <value>Bezwzględna ścieżka systemu Windows do niestandardowego dysku VHD modułów jądra systemu Linux.</value> |
| 1314 | <comment>{Locked="VHD"}"VHD" (Virtual Hard Disk) is a technical format name and should not be translated.</comment> |
| 1315 | </data> |
| 1316 | <data name="Settings_CustomSystemDistroPath.Header" xml:space="preserve"> |
| 1317 | <value>Niestandardowa dystrybucja systemu</value> |
| 1318 | <comment>"distro" is short for "distribution" (a Linux distribution). Translate as "distribution" in your locale, not literally. "Custom system distro" = "Custom system distribution".</comment> |
| 1319 | </data> |
| 1320 | <data name="Settings_CustomSystemDistroPathBrowseButton.Content" xml:space="preserve"> |
| 1321 | <value>Przeglądaj dystrybucje</value> |
| 1322 | <comment>"distro" is short for "distribution" (a Linux distribution). Translate as "distribution" in your locale, not literally.</comment> |
| 1323 | </data> |
| 1324 | <data name="Settings_CustomSystemDistroPathDescription.Text" xml:space="preserve"> |
| 1325 | <value>Określ ścieżkę do dysku VHD, który będzie ładowany jako niestandardowa dystrybucja systemu, używana głównie do obsługi aplikacji graficznego interfejsu użytkownika w podsystemie WSL. [Dowiedz się więcej o dystrybucji systemu tutaj].</value> |
| 1326 | <comment>{Locked="["}{Locked="]"}{Locked="VHD"}The text in between the delimiters [ ] is made into a hyperlink in code, and the delimiters are removed. "VHD" (Virtual Hard Disk) is a technical format name and should not be translated. "distro" is short for "distribution" (a Linux distribution). Translate as "distribution" in your locale, not literally. "power" here means "run" or "drive" (to enable functionality), not "turn on" a device.</comment> |
| 1327 | </data> |
| 1328 | <data name="Settings_CustomSystemDistroPathDescription.NavigateUri" xml:space="preserve"> |
| 1329 | <value>https://aka.ms/wslgsystemdistro</value> |
| 1330 | <comment>{Locked}Uri to the Microsoft WSLg architecture devblog</comment> |
| 1331 | </data> |
| 1332 | <data name="Settings_CustomSystemDistroPathTextBox.AutomationProperties.Name" xml:space="preserve"> |
| 1333 | <value>Niestandardowa dystrybucja systemu</value> |
| 1334 | <comment>"distro" is short for "distribution" (a Linux distribution). Translate as "distribution" in your locale, not literally. "Custom system distro" = "Custom system distribution".</comment> |
| 1335 | </data> |
| 1336 | <data name="Settings_CustomSystemDistroPathTextBox.AutomationProperties.HelpText" xml:space="preserve"> |
| 1337 | <value>Określ ścieżkę do VHD, który będzie ładowany jako niestandardowa dystrybucja systemu, używana głównie do obsługi aplikacji graficznego interfejsu użytkownika w podsystemie WSL.</value> |
| 1338 | <comment>{Locked="VHD"}"VHD" (Virtual Hard Disk) is a technical format name and should not be translated. "distro" is short for "distribution" (a Linux distribution). Translate as "distribution" in your locale, not literally. "power" here means "run" or "drive" (to enable functionality), not "turn on" a device.</comment> |
| 1339 | </data> |
| 1340 | <data name="Settings_DebugConsole.Header" xml:space="preserve"> |
| 1341 | <value>Włącz konsolę debugowania</value> |
| 1342 | </data> |
| 1343 | <data name="Settings_DebugConsole.Description" xml:space="preserve"> |
| 1344 | <value>Wartość logiczna umożliwiająca włączenie okna konsoli wyjściowej, które wyświetla zawartość środowiska dmesg po uruchomieniu wystąpienia dystrybucji podsystemu WSL 2.</value> |
| 1345 | </data> |
| 1346 | <data name="Settings_DebugConsoleToggleSwitch.AutomationProperties.Name" xml:space="preserve"> |
| 1347 | <value>Włącz konsolę debugowania.</value> |
| 1348 | </data> |
| 1349 | <data name="Settings_DebugConsoleToggleSwitch.AutomationProperties.HelpText" xml:space="preserve"> |
| 1350 | <value>Wartość logiczna umożliwiająca włączenie okna konsoli wyjściowej, które wyświetla zawartość komunikatów diagnostycznych po uruchomieniu wystąpienia dystrybucji podsystemu WSL 2.</value> |
| 1351 | </data> |
| 1352 | <data name="Settings_DefaultVHDSize.Header" xml:space="preserve"> |
| 1353 | <value>Domyślny rozmiar VHD</value> |
| 1354 | <comment>{Locked="VHD"}"VHD" (Virtual Hard Disk) is a technical format name and should not be translated.</comment> |
| 1355 | </data> |
| 1356 | <data name="Settings_DefaultVHDSize.Description" xml:space="preserve"> |
| 1357 | <value>Domyślny maksymalny rozmiar rozszerzalnego wirtualnego dysku twardego (VHD) podsystemu WSL tylko dla nowo utworzonych dystrybucji.</value> |
| 1358 | <comment>{Locked="VHD"}"VHD" (Virtual Hard Disk) is a technical format name and should not be translated.</comment> |
| 1359 | </data> |
| 1360 | <data name="Settings_DefaultVHDSizeResetButton.Content" xml:space="preserve"> |
| 1361 | <value>Resetuj rozmiar</value> |
| 1362 | </data> |
| 1363 | <data name="Settings_DefaultVHDSizeTextBox.AutomationProperties.Name" xml:space="preserve"> |
| 1364 | <value>Domyślny rozmiar VHD</value> |
| 1365 | <comment>{Locked="VHD"}"VHD" (Virtual Hard Disk) is a technical format name and should not be translated.</comment> |
| 1366 | </data> |
| 1367 | <data name="Settings_DefaultVHDSizeTextBox.AutomationProperties.HelpText" xml:space="preserve"> |
| 1368 | <value>Domyślny maksymalny rozmiar (w megabajtach) tylko dla rozwijalnego wirtualnego dysku twardego WSL (VHD) dla nowo utworzonych dystrybucji.</value> |
| 1369 | <comment>{Locked="VHD"}"VHD" (Virtual Hard Disk) is a technical format name and should not be translated.</comment> |
| 1370 | </data> |
| 1371 | <data name="Settings_DeveloperPageTitle.Text" xml:space="preserve"> |
| 1372 | <value>Deweloper</value> |
| 1373 | <comment>"Developer" refers to a software developer (a person who creates software), not specifically a "programmer". Use the standard platform term for "Developer" in your locale and avoid translating it as "Programmer".</comment> |
| 1374 | </data> |
| 1375 | <data name="Settings_DocumentationLink.Content" xml:space="preserve"> |
| 1376 | <value>Dokumentacja</value> |
| 1377 | </data> |
| 1378 | <data name="Settings_DocumentationLink.NavigateUri" xml:space="preserve"> |
| 1379 | <value>https://aka.ms/wsldocs</value> |
| 1380 | <comment>{Locked}Uri to Microsoft WSL documentation</comment> |
| 1381 | </data> |
| 1382 | <data name="Settings_DrvFSMode.Header" xml:space="preserve"> |
| 1383 | <value>Zmień tryb DrvFS</value> |
| 1384 | </data> |
| 1385 | <data name="Settings_DrvFSMode.Description" xml:space="preserve"> |
| 1386 | <value>Zmienia implementację dostępu do plików między systemami operacyjnymi w podsystemie WSL.</value> |
| 1387 | </data> |
| 1388 | <data name="Settings_DNSProxy.Header" xml:space="preserve"> |
| 1389 | <value>Włączono serwer proxy DNS</value> |
| 1390 | <comment>{Locked="DNS"}"DNS" (Domain Name System) should not be translated. "proxy" refers to a network proxy server. Use the standard networking term in your locale.</comment> |
| 1391 | </data> |
| 1392 | <data name="Settings_DNSProxy.Description" xml:space="preserve"> |
| 1393 | <value>Ma zastosowanie tylko wtedy, gdy właściwość wsl2.networkingMode jest ustawiona na wartość NAT. Wartość logiczna informująca podsystem WSL o skonfigurowaniu serwera DNS w systemie Linux do translatora adresów sieciowych na hoście. Ustawienie wartości false spowoduje zdublowanie serwerów DNS z systemu Windows do systemu Linux.</value> |
| 1394 | <comment>{Locked="wsl2.networkingMode"}{Locked="DNS"}.wslconfig property key names should not be translated. "DNS" (Domain Name System) should not be translated.</comment> |
| 1395 | </data> |
| 1396 | <data name="Settings_DNSProxyToggleSwitch.AutomationProperties.Name" xml:space="preserve"> |
| 1397 | <value>Włączono serwer proxy DNS.</value> |
| 1398 | <comment>{Locked="DNS"}"DNS" (Domain Name System) should not be translated. "proxy" refers to a network proxy server. Use the standard networking term in your locale.</comment> |
| 1399 | </data> |
| 1400 | <data name="Settings_DNSProxyToggleSwitch.AutomationProperties.HelpText" xml:space="preserve"> |
| 1401 | <value>Ma zastosowanie tylko wtedy, gdy właściwość wsl2.networkingMode jest ustawiona na wartość NAT. Wartość logiczna informująca podsystem WSL o skonfigurowaniu serwera DNS w systemie Linux do translatora adresów sieciowych na hoście. Ustawienie wartości false spowoduje zdublowanie serwerów DNS z systemu Windows do systemu Linux.</value> |
| 1402 | <comment>{Locked="DNS"}"DNS" (Domain Name System) should not be translated.</comment> |
| 1403 | </data> |
| 1404 | <data name="Settings_DNSTunneling.Header" xml:space="preserve"> |
| 1405 | <value>Tunelowanie DNS włączone</value> |
| 1406 | <comment>{Locked="DNS"}"DNS" (Domain Name System) should not be translated.</comment> |
| 1407 | </data> |
| 1408 | <data name="Settings_DNSTunneling.Description" xml:space="preserve"> |
| 1409 | <value>Zmienia sposób proxy żądań DNS z podsystemu WSL do systemu Windows.</value> |
| 1410 | <comment>{Locked="DNS"}"DNS" (Domain Name System) should not be translated.</comment> |
| 1411 | </data> |
| 1412 | <data name="Settings_DNSTunnelingToggleSwitch.AutomationProperties.Name" xml:space="preserve"> |
| 1413 | <value>Tunelowanie DNS jest włączone.</value> |
| 1414 | <comment>{Locked="DNS"}"DNS" (Domain Name System) should not be translated.</comment> |
| 1415 | </data> |
| 1416 | <data name="Settings_DNSTunnelingToggleSwitch.AutomationProperties.HelpText" xml:space="preserve"> |
| 1417 | <value>Zmienia sposób proxy żądań DNS z podsystemu WSL do systemu Windows.</value> |
| 1418 | <comment>{Locked="DNS"}"DNS" (Domain Name System) should not be translated.</comment> |
| 1419 | </data> |
| 1420 | <data name="Settings_FileSystemPageTitle.Text" xml:space="preserve"> |
| 1421 | <value>System plików</value> |
| 1422 | </data> |
| 1423 | <data name="Settings_GUIApplications.Header" xml:space="preserve"> |
| 1424 | <value>Włączanie aplikacji graficznego interfejsu użytkownika</value> |
| 1425 | </data> |
| 1426 | <data name="Settings_GUIApplicationsDescription.Text" xml:space="preserve"> |
| 1427 | <value>Wartość logiczna umożliwiająca włączenie lub wyłączenie obsługi aplikacji graficznego interfejsu użytkownika ([WSLg]) w podsystemie WSL.</value> |
| 1428 | </data> |
| 1429 | <data name="Settings_GUIApplicationsDescription.NavigateUri" xml:space="preserve"> |
| 1430 | <value>https://aka.ms/wslgproject</value> |
| 1431 | <comment>{Locked}Uri to the Microsoft GitHub WSLg project</comment> |
| 1432 | </data> |
| 1433 | <data name="Settings_GUIApplicationsToggleSwitch.AutomationProperties.Name" xml:space="preserve"> |
| 1434 | <value>Włączanie aplikacji graficznego interfejsu użytkownika.</value> |
| 1435 | </data> |
| 1436 | <data name="Settings_GUIApplicationsToggleSwitch.AutomationProperties.HelpText" xml:space="preserve"> |
| 1437 | <value>Wartość logiczna umożliwiająca włączenie lub wyłączenie obsługi aplikacji graficznego interfejsu użytkownika (znanych jako WSL g) w podsystemie WSL.</value> |
| 1438 | </data> |
| 1439 | <data name="Settings_HWPerfCounters.Header" xml:space="preserve"> |
| 1440 | <value>Włącz liczniki wydajności sprzętu</value> |
| 1441 | </data> |
| 1442 | <data name="Settings_HWPerfCounters.Description" xml:space="preserve"> |
| 1443 | <value>Włącza liczniki wydajności sprzętu dla systemu Linux.</value> |
| 1444 | </data> |
| 1445 | <data name="Settings_HWPerfCountersToggleSwitch.AutomationProperties.Name" xml:space="preserve"> |
| 1446 | <value>Włącz liczniki wydajności sprzętu.</value> |
| 1447 | </data> |
| 1448 | <data name="Settings_HWPerfCountersToggleSwitch.AutomationProperties.HelpText" xml:space="preserve"> |
| 1449 | <value>Włącza liczniki wydajności sprzętu dla systemu Linux.</value> |
| 1450 | </data> |
| 1451 | <data name="Settings_HyperVFirewall.Header" xml:space="preserve"> |
| 1452 | <value>Włączono zaporę funkcji Hyper-V</value> |
| 1453 | </data> |
| 1454 | <data name="Settings_HyperVFirewall.Description" xml:space="preserve"> |
| 1455 | <value>Włącza zaporę funkcji Hyper-V, która umożliwia regułom Zapory systemu Windows, a także regułom specyficznym dla ruchu funkcji Hyper-V, filtrowanie ruchu sieciowego WSL.</value> |
| 1456 | </data> |
| 1457 | <data name="Settings_HyperVFirewallToggleSwitch.AutomationProperties.Name" xml:space="preserve"> |
| 1458 | <value>Włączono zaporę funkcji Hyper-V.</value> |
| 1459 | </data> |
| 1460 | <data name="Settings_HyperVFirewallToggleSwitch.AutomationProperties.HelpText" xml:space="preserve"> |
| 1461 | <value>Włącza zaporę funkcji Hyper-V, która umożliwia regułom Zapory systemu Windows, a także regułom specyficznym dla ruchu funkcji Hyper-V, filtrowanie ruchu sieciowego WSL.</value> |
| 1462 | </data> |
| 1463 | <data name="Settings_HostAddressLoopback.Header" xml:space="preserve"> |
| 1464 | <value>Sprzężenie zwrotne adresów hosta</value> |
| 1465 | </data> |
| 1466 | <data name="Settings_HostAddressLoopback.Description" xml:space="preserve"> |
| 1467 | <value>Ma zastosowanie tylko wtedy, gdy wsl2.networkingMode jest ustawiony na dublowany. Po ustawieniu wartości True kontener będzie mógł łączyć się z hostem lub hostem w celu nawiązania połączenia z kontenerem za pomocą adresu IP przypisanego do hosta. Pamiętaj, że adres sprzężenia zwrotnego 127.0.0.1 może być zawsze używany — ta opcja umożliwia również użycie wszystkich dodatkowo przypisanych lokalnych adresów IP.</value> |
| 1468 | <comment>{Locked="wsl2.networkingMode"}.wslconfig property key names should not be translated</comment> |
| 1469 | </data> |
| 1470 | <data name="Settings_HostAddressLoopbackToggleSwitch.AutomationProperties.Name" xml:space="preserve"> |
| 1471 | <value>Sprzężenie zwrotne adresów hosta.</value> |
| 1472 | </data> |
| 1473 | <data name="Settings_HostAddressLoopbackToggleSwitch.AutomationProperties.HelpText" xml:space="preserve"> |
| 1474 | <value>Ma zastosowanie tylko wtedy, gdy właściwość wsl2.networkingMode jest ustawiona na wartość mirrored. Po ustawieniu wartości True kontener będzie mógł łączyć się z hostem lub hostem w celu nawiązania połączenia z kontenerem za pomocą adresu IP przypisanego do hosta. Pamiętaj, że adres sprzężenia zwrotnego 127.0.0.1 może być zawsze używany — ta opcja umożliwia również użycie wszystkich dodatkowo przypisanych lokalnych adresów IP.</value> |
| 1475 | </data> |
| 1476 | <data name="Settings_IgnoredPorts.Header" xml:space="preserve"> |
| 1477 | <value>Zignorowane porty</value> |
| 1478 | </data> |
| 1479 | <data name="Settings_IgnoredPorts.Description" xml:space="preserve"> |
| 1480 | <value>Ma zastosowanie tylko wtedy, gdy właściwość wsl2.networkingMode jest ustawiona na wartość Dublowana. Określa, z którymi portami mogą być powiązane aplikacje systemu Linux, które nie będą automatycznie przesyłane dalej ani uwzględniane w systemie Windows. Powinien być sformatowany na liście rozdzielanej przecinkami, np. 3000,9000,9090.</value> |
| 1481 | <comment>{Locked="wsl2.networkingMode"}.wslconfig property key names should not be translated</comment> |
| 1482 | </data> |
| 1483 | <data name="Settings_IgnoredPortsResetButton.Content" xml:space="preserve"> |
| 1484 | <value>Resetuj porty</value> |
| 1485 | </data> |
| 1486 | <data name="Settings_IgnoredPortsTextBox.AutomationProperties.Name" xml:space="preserve"> |
| 1487 | <value>Zignorowane porty</value> |
| 1488 | </data> |
| 1489 | <data name="Settings_IgnoredPortsTextBox.AutomationProperties.HelpText" xml:space="preserve"> |
| 1490 | <value>Ma zastosowanie tylko wtedy, gdy właściwość wsl2.networkingMode jest ustawiona na wartość Dublowana. Określa, z którymi portami mogą być powiązane aplikacje systemu Linux, które nie będą automatycznie przesyłane dalej ani uwzględniane w systemie Windows. Powinien być sformatowany na liście rozdzielanej przecinkami, na przykład 3000, 9000, 9090.</value> |
| 1491 | </data> |
| 1492 | <data name="Settings_InitialAutoProxyTimeout.Header" xml:space="preserve"> |
| 1493 | <value>Limit czasu początkowego automatycznego serwera proxy</value> |
| 1494 | <comment>"proxy" refers to a network proxy server. Use the standard networking term in your locale.</comment> |
| 1495 | </data> |
| 1496 | <data name="Settings_InitialAutoProxyTimeout.Description" xml:space="preserve"> |
| 1497 | <value>Ma zastosowanie tylko wtedy, gdy wsl2.autoProxy ma wartość true. Konfiguruje, jak długo (w milisekundach) protokół WSL będzie czekać na pobranie informacji o serwerze proxy HTTP podczas uruchamiania kontenera WSL. Jeśli ustawienia serwera proxy zostaną rozwiązane po tym czasie, wystąpienie WSL musi zostać uruchomione ponownie, aby można było użyć pobranych ustawień serwera proxy.</value> |
| 1498 | <comment>{Locked="wsl2.autoProxy"}.wslconfig property key names should not be translated. "proxy" refers to a network proxy server. Use the standard networking term in your locale.</comment> |
| 1499 | </data> |
| 1500 | <data name="Settings_InitialAutoProxyTimeoutResetButton.Content" xml:space="preserve"> |
| 1501 | <value>Limit czasu resetowania</value> |
| 1502 | </data> |
| 1503 | <data name="Settings_InitialAutoProxyTimeoutTextBox.AutomationProperties.Name" xml:space="preserve"> |
| 1504 | <value>Limit czasu początkowego automatycznego serwera proxy</value> |
| 1505 | <comment>"proxy" refers to a network proxy server. Use the standard networking term in your locale.</comment> |
| 1506 | </data> |
| 1507 | <data name="Settings_InitialAutoProxyTimeoutTextBox.AutomationProperties.HelpText" xml:space="preserve"> |
| 1508 | <value>Ma zastosowanie tylko wtedy, gdy właściwość wsl2.autoProxy ma wartość true. Określa, jak długo w milisekundach podsystem WSL będzie oczekiwać na pobranie informacji o serwerze proxy HTTP podczas uruchamiania kontenera WSL. Jeśli ustawienia serwera proxy zostaną rozpoznane po tym czasie, należy ponownie uruchomić wystąpienie podsystemu WSL, aby można było użyć pobranych ustawień serwera proxy.</value> |
| 1509 | <comment>"proxy" refers to a network proxy server. Use the standard networking term in your locale.</comment> |
| 1510 | </data> |
| 1511 | <data name="Settings_KernelCommandLine.Header" xml:space="preserve"> |
| 1512 | <value>Wiersz polecenia jądra</value> |
| 1513 | </data> |
| 1514 | <data name="Settings_KernelCommandLine.Description" xml:space="preserve"> |
| 1515 | <value>Dodatkowe argumenty wiersza polecenia jądra.</value> |
| 1516 | </data> |
| 1517 | <data name="Settings_LocalhostForwarding.Header" xml:space="preserve"> |
| 1518 | <value>Włącz przesyłanie dalej hosta lokalnego</value> |
| 1519 | </data> |
| 1520 | <data name="Settings_LocalhostForwarding.Description" xml:space="preserve"> |
| 1521 | <value>Wartość logiczna określająca, czy porty powiązane z symbolem wieloznacznym lub hostem lokalnym na maszynie wirtualnej WSL 2 powinny łączyć się z hosta za pośrednictwem hosta lokalnego localhost:port.</value> |
| 1522 | </data> |
| 1523 | <data name="Settings_LocalhostForwardingToggleSwitch.AutomationProperties.Name" xml:space="preserve"> |
| 1524 | <value>Włącz przesyłanie dalej hosta lokalnego.</value> |
| 1525 | </data> |
| 1526 | <data name="Settings_LocalhostForwardingToggleSwitch.AutomationProperties.HelpText" xml:space="preserve"> |
| 1527 | <value>Wartość logiczna określająca, czy porty powiązane z symbolem wieloznacznym lub hostem lokalnym na maszynie wirtualnej podsystemu WSL 2 powinny łączyć się z hosta za pośrednictwem hosta lokalnego, dwukropek, port.</value> |
| 1528 | </data> |
| 1529 | <data name="Settings_MegabyteStringFormat" xml:space="preserve"> |
| 1530 | <value>{0} MB</value> |
| 1531 | </data> |
| 1532 | <data name="Settings_MemAndProcPageTitle.Text" xml:space="preserve"> |
| 1533 | <value>Pamięć i procesor</value> |
| 1534 | </data> |
| 1535 | <data name="Settings_MemorySize.Header" xml:space="preserve"> |
| 1536 | <value>Rozmiar pamięci</value> |
| 1537 | </data> |
| 1538 | <data name="Settings_MemorySize.Description" xml:space="preserve"> |
| 1539 | <value>Ilość pamięci do przypisania do maszyny wirtualnej WSL 2.</value> |
| 1540 | </data> |
| 1541 | <data name="Settings_MemorySizeResetButton.Content" xml:space="preserve"> |
| 1542 | <value>Resetuj rozmiar</value> |
| 1543 | </data> |
| 1544 | <data name="Settings_MemorySizeTextBox.AutomationProperties.Name" xml:space="preserve"> |
| 1545 | <value>Rozmiar pamięci</value> |
| 1546 | </data> |
| 1547 | <data name="Settings_MemorySizeTextBox.AutomationProperties.HelpText" xml:space="preserve"> |
| 1548 | <value>Ilość pamięci określonej w megabajtach do przypisania do maszyny wirtualnej WSL 2.</value> |
| 1549 | </data> |
| 1550 | <data name="Settings_MillisecondsStringFormat" xml:space="preserve"> |
| 1551 | <value>{0} ms</value> |
| 1552 | </data> |
| 1553 | <data name="Settings_NestedVirtualization.Header" xml:space="preserve"> |
| 1554 | <value>Włącz wirtualizację zagnieżdżoną</value> |
| 1555 | </data> |
| 1556 | <data name="Settings_NestedVirtualization.Description" xml:space="preserve"> |
| 1557 | <value>Wartość logiczna umożliwiająca włączenie lub wyłączenie wirtualizacji zagnieżdżonej, umożliwiając uruchamianie innych zagnieżdżonych maszyn wirtualnych wewnątrz protokołu WSL 2.</value> |
| 1558 | </data> |
| 1559 | <data name="Settings_NestedVirtualizationToggleSwitch.AutomationProperties.Name" xml:space="preserve"> |
| 1560 | <value>Włącz wirtualizację zagnieżdżoną.</value> |
| 1561 | </data> |
| 1562 | <data name="Settings_NestedVirtualizationToggleSwitch.AutomationProperties.HelpText" xml:space="preserve"> |
| 1563 | <value>Wartość logiczna umożliwiająca włączanie lub wyłączanie wirtualizacji zagnieżdżonej, umożliwiając uruchamianie innych zagnieżdżonych maszyn wirtualnych wewnątrz podsystemu WSL 2.</value> |
| 1564 | </data> |
| 1565 | <data name="Settings_NetworkingMode.Header" xml:space="preserve"> |
| 1566 | <value>Tryb sieciowy</value> |
| 1567 | </data> |
| 1568 | <data name="Settings_NetworkingMode.Description" xml:space="preserve"> |
| 1569 | <value>Określa tryb sieci dla podsystemu WSL.</value> |
| 1570 | </data> |
| 1571 | <data name="Settings_NetworkingModeComboBox.AutomationProperties.Name" xml:space="preserve"> |
| 1572 | <value>Tryb sieciowy.</value> |
| 1573 | </data> |
| 1574 | <data name="Settings_NetworkingModeComboBox.AutomationProperties.HelpText" xml:space="preserve"> |
| 1575 | <value>Określa tryb sieci dla podsystemu WSL.</value> |
| 1576 | </data> |
| 1577 | <data name="Settings_NetworkingPageTitle.Text" xml:space="preserve"> |
| 1578 | <value>Sieci</value> |
| 1579 | </data> |
| 1580 | <data name="Settings_OOBECrossOSFileAccess.Description" xml:space="preserve"> |
| 1581 | <value>Możesz pracować w różnych systemach operacyjnych ze wszystkimi plikami!</value> |
| 1582 | </data> |
| 1583 | <data name="Settings_OOBECrossOSFileAccess.Title" xml:space="preserve"> |
| 1584 | <value>Dostęp do plików między systemami operacyjnymi</value> |
| 1585 | </data> |
| 1586 | <data name="Settings_OOBECrossOSFileAccess_WindowsFromLinuxTitle.Text" xml:space="preserve"> |
| 1587 | <value>Uzyskaj dostępu do plików systemu Windows z systemu Linux</value> |
| 1588 | </data> |
| 1589 | <data name="Settings_OOBECrossOSFileAccess_WindowsFromLinuxSample.Text" xml:space="preserve"> |
| 1590 | <value>Możesz uzyskać dostęp do plików systemu Windows z poziomu systemu Linux, przechodząc do lokalizacji „/mnt”, a następnie do litery dysku systemu Windows, jak w tym przykładzie dla dysku C: |
| 1591 | |
| 1592 | „cd /mnt/c”</value> |
| 1593 | </data> |
| 1594 | <data name="Settings_OOBECrossOSFileAccess_LinuxFromFileExplorerTitle.Text" xml:space="preserve"> |
| 1595 | <value>Uzyskaj dostępu do plików systemu Linux za pomocą Eksploratora plików</value> |
| 1596 | </data> |
| 1597 | <data name="Settings_OOBECrossOSFileAccess_LinuxFromFileExplorerSample.Text" xml:space="preserve"> |
| 1598 | <value>Możesz wyświetlić pliki systemu Linux z Eksploratora plików, przechodząc do pliku „\\wsl.localhost\” lub klikając ikonę „Linux”.</value> |
| 1599 | <comment>{Locked="\\wsl.localhost\"}Url addresses should not be translated.</comment> |
| 1600 | </data> |
| 1601 | <data name="Settings_OOBECrossOSFileAccess_LaunchWindowsFromWSLTitle.Text" xml:space="preserve"> |
| 1602 | <value>Uruchamiaj pliki i programy systemu Windows z poziomu podsystemu WSL</value> |
| 1603 | </data> |
| 1604 | <data name="Settings_OOBECrossOSFileAccess_LaunchWindowsFromWSLSample.Text" xml:space="preserve"> |
| 1605 | <value>Nawet podczas korzystania z podsystemu WSL możesz uruchamiać pliki wykonywalne systemu Windows bezpośrednio z powłoki Bash. Spróbuj uruchomić |
| 1606 | „powershell.exe /c start .”, aby otworzyć Eksploratora plików w bieżącym folderze.</value> |
| 1607 | <comment>{Locked="/c start ."}Command line arguments and file names should not be translated</comment> |
| 1608 | </data> |
| 1609 | <data name="Settings_OOBECrossOSFileAccess_NetworkingAppsFromWindowsTitle.Text" xml:space="preserve"> |
| 1610 | <value>Uzyskiwanie dostępu do aplikacji sieciowych systemu Linux z systemu Windows</value> |
| 1611 | </data> |
| 1612 | <data name="Settings_OOBECrossOSFileAccess_NetworkingAppsFromWindowsSample.Text" xml:space="preserve"> |
| 1613 | <value>Jeśli tworzysz aplikację sieciową (na przykład aplikację działającą na serwerze NodeJS lub SQL) w dystrybucji systemu Linux, możesz uzyskać do niej dostęp z poziomu aplikacji systemu Windows (takiej jak przeglądarka internetowa Edge lub Chrome) przy użyciu hosta lokalnego (tak jak zwykle jest to możliwe). Oznacza to, że jeśli uruchomiono serwer z systemem Linux, który nasłuchuje portu 3000, możesz przejść do [http://localhost:3000] w przeglądarce Microsoft Edge w systemie Windows, aby uzyskać do niego dostęp.</value> |
| 1614 | <comment>{Locked="http://localhost:3000"}Url addresses should not be translated.</comment> |
| 1615 | </data> |
| 1616 | <data name="Settings_OOBECrossOSFileAccess_NetworkingAppsFromWindowsSample.NavigateUri" xml:space="preserve"> |
| 1617 | <value>http://localhost:3000</value> |
| 1618 | <comment>{Locked}Uri to the localhost on port 3000</comment> |
| 1619 | </data> |
| 1620 | <data name="Settings_OOBECrossOSFileAccess_MirroredModeNetworkingTitle.Text" xml:space="preserve"> |
| 1621 | <value>Sieć w trybie dublowanym</value> |
| 1622 | </data> |
| 1623 | <data name="Settings_OOBECrossOSFileAccess_MirroredModeNetworkingSample.Text" xml:space="preserve"> |
| 1624 | <value>Podsystem WSL obejmuje również nowy tryb sieci, nazywany trybem dublowanym, który dodaje zaawansowane funkcje, takie jak obsługa protokołu IPv6 i możliwość uzyskiwania dostępu do aplikacji sieciowych w sieci lokalnej.</value> |
| 1625 | </data> |
| 1626 | <data name="Settings_OOBECrossOSFileAccessLink.Content" xml:space="preserve"> |
| 1627 | <value>Dowiedz się więcej o dostępie do plików między systemami operacyjnymi</value> |
| 1628 | </data> |
| 1629 | <data name="Settings_OOBECrossOSFileAccessLink.NavigateUri" xml:space="preserve"> |
| 1630 | <value>https://aka.ms/wslfilesystems</value> |
| 1631 | <comment>{Locked}Uri to the Working across Windows and Linux file systems documentation</comment> |
| 1632 | </data> |
| 1633 | <data name="Settings_OOBEDisplayName" xml:space="preserve"> |
| 1634 | <value>Podsystem Windows dla systemu Linux — Zapraszamy!</value> |
| 1635 | </data> |
| 1636 | <data name="Settings_OOBEDistroManagement.Description" xml:space="preserve"> |
| 1637 | <value>Podsystem WSL to doskonały sposób na wypróbowanie różnych dystrybucji systemu Linux.</value> |
| 1638 | </data> |
| 1639 | <data name="Settings_OOBEDistroManagement.Title" xml:space="preserve"> |
| 1640 | <value>Zarządzanie dystrybucją</value> |
| 1641 | </data> |
| 1642 | <data name="Settings_OOBEDistroManagementBasicWSLCommandsLink.Content" xml:space="preserve"> |
| 1643 | <value>Dowiedz się więcej o podstawowych poleceniach podsystemu WSL</value> |
| 1644 | </data> |
| 1645 | <data name="Settings_OOBEDistroManagementBasicWSLCommandsLink.NavigateUri" xml:space="preserve"> |
| 1646 | <value>https://aka.ms/wslcommands</value> |
| 1647 | <comment>{Locked}Uri to the basic WSL commands documentation</comment> |
| 1648 | </data> |
| 1649 | <data name="Settings_OOBEDistroManagementImportCustomDistroLink.Content" xml:space="preserve"> |
| 1650 | <value>Dowiedz się więcej o importowaniu dowolnej dystrybucji systemu Linux</value> |
| 1651 | </data> |
| 1652 | <data name="Settings_OOBEDistroManagementImportCustomDistroLink.NavigateUri" xml:space="preserve"> |
| 1653 | <value>https://aka.ms/wslcustomdistro</value> |
| 1654 | <comment>{Locked}Uri to the import any linux distribution to use with WSL documentation</comment> |
| 1655 | </data> |
| 1656 | <data name="Settings_OOBEDistroManagement_InstallableDistrosTitle.Text" xml:space="preserve"> |
| 1657 | <value>Polecenie Wyświetl listę dystrybucji do zainstalowania podsystemu WSL</value> |
| 1658 | </data> |
| 1659 | <data name="Settings_OOBEDistroManagement_InstallableDistrosSample.Text" xml:space="preserve"> |
| 1660 | <value>„wsl.exe -l -o”</value> |
| 1661 | <comment>{Locked="-l -o"}Command line arguments and file names should not be translated</comment> |
| 1662 | </data> |
| 1663 | <data name="Settings_OOBEDistroManagement_InstallNamedDistrosTitle.Text" xml:space="preserve"> |
| 1664 | <value>Polecenie Zainstaluj nazwaną dystrybucję podsystemu WSL</value> |
| 1665 | </data> |
| 1666 | <data name="Settings_OOBEDistroManagement_InstallNamedDistrosSample.Text" xml:space="preserve"> |
| 1667 | <value>„wsl.exe --install <DistroName>”</value> |
| 1668 | <comment>{Locked="--install "}Command line arguments, file names and string inserts should not be translated</comment> |
| 1669 | </data> |
| 1670 | <data name="Settings_OOBEDistroManagement_AvailableDistrosTitle.Text" xml:space="preserve"> |
| 1671 | <value>Polecenie Wyświetl listę dostępnych dystrybucji podsystemu WSL</value> |
| 1672 | </data> |
| 1673 | <data name="Settings_OOBEDistroManagement_AvailableDistrosSample.Text" xml:space="preserve"> |
| 1674 | <value>„wsl.exe -l”</value> |
| 1675 | <comment>{Locked="-l"}Command line arguments and file names should not be translated</comment> |
| 1676 | </data> |
| 1677 | <data name="Settings_OOBEDockerDesktopIntegration.Description" xml:space="preserve"> |
| 1678 | <value>Program Docker Desktop doskonale współpracuje z podsystemem WSL, aby ułatwić programowanie za pomocą kontenerów systemu Linux. |
| 1679 | |
| 1680 | Niektóre korzyści wynikające z używania programu Docker Desktop z podsystemem WSL to: |
| 1681 | |
| 1682 | • Polecenia platformy Docker można uruchamiać w podsystemie WSL lub w systemie Windows przy użyciu tego samego demona platformy Docker i obrazów. |
| 1683 | • Możesz bezproblemowo udostępniać pliki i foldery między systemami Windows i Linux przy użyciu automatycznego instalowania dysków z systemem Windows w podsystemie WSL. |
| 1684 | • Korzystając z preferowanych narzędzi i edytorów systemu Windows, możesz pracować nad kodem i plikami systemu Linux i na odwrót dzięki współdziałaniu podsystemu WSL.</value> |
| 1685 | <comment>"mount" is a technical term meaning to make a disk/filesystem accessible. Use the standard technical term in your locale, or keep "mount" if commonly used.</comment> |
| 1686 | </data> |
| 1687 | <data name="Settings_OOBEDockerDesktopIntegration.Title" xml:space="preserve"> |
| 1688 | <value>Integracja z programem Docker Desktop</value> |
| 1689 | </data> |
| 1690 | <data name="Settings_OOBEDockerDesktopIntegrationLink.Content" xml:space="preserve"> |
| 1691 | <value>Dowiedz się więcej o używaniu podsystemu WSL z platformą Docker</value> |
| 1692 | </data> |
| 1693 | <data name="Settings_OOBEDockerDesktopIntegrationLink.NavigateUri" xml:space="preserve"> |
| 1694 | <value>https://aka.ms/wsldocker</value> |
| 1695 | <comment>{Locked}Uri to the Docker remote containers on WSL 2 documentation</comment> |
| 1696 | </data> |
| 1697 | <data name="Settings_OOBEGeneral.Description" xml:space="preserve"> |
| 1698 | <value>Podsystem Windows dla systemu Linux (WSL) umożliwia uruchamianie ulubionych narzędzi, funkcji, aplikacji i przepływów pracy systemu Linux bezpośrednio w systemie Windows. |
| 1699 | |
| 1700 | Poświęć chwilę, aby zapoznać się z niektórymi ulubionymi funkcjami społeczności lub zapoznać się z naszą kompleksową dokumentacją.</value> |
| 1701 | </data> |
| 1702 | <data name="Settings_OOBEGeneral.Title" xml:space="preserve"> |
| 1703 | <value>WSL — Zapraszamy!</value> |
| 1704 | </data> |
| 1705 | <data name="Settings_OOBEGeneral_BestPracticesSetupLink.Content" xml:space="preserve"> |
| 1706 | <value>Najlepsze rozwiązania dotyczące konfiguracji</value> |
| 1707 | </data> |
| 1708 | <data name="Settings_OOBEGeneral_BestPracticesSetupLink.NavigateUri" xml:space="preserve"> |
| 1709 | <value>https://aka.ms/wslsetup</value> |
| 1710 | <comment>{Locked}Uri to the Best Practices for Setup Documentation</comment> |
| 1711 | </data> |
| 1712 | <data name="Settings_OOBEGeneral_GettingStartedLinuxLink.Content" xml:space="preserve"> |
| 1713 | <value>Wprowadzenie do systemu Linux</value> |
| 1714 | </data> |
| 1715 | <data name="Settings_OOBEGeneral_GettingStartedLinuxLink.NavigateUri" xml:space="preserve"> |
| 1716 | <value>https://aka.ms/wslgettingstarted</value> |
| 1717 | <comment>{Locked}Uri to the Getting Started with Linux Documentation</comment> |
| 1718 | </data> |
| 1719 | <data name="Settings_OOBEGeneral_WSLDocumentationLink.Content" xml:space="preserve"> |
| 1720 | <value>Dokumentacja podsystemu Windows dla systemu Linux (WSL)</value> |
| 1721 | </data> |
| 1722 | <data name="Settings_OOBEGeneral_WSLDocumentationLink.NavigateUri" xml:space="preserve"> |
| 1723 | <value>https://aka.ms/wsldocs</value> |
| 1724 | <comment>{Locked}Uri to the Microsoft WSL Documentation</comment> |
| 1725 | </data> |
| 1726 | <data name="Settings_OOBEGUIApps.Description" xml:space="preserve"> |
| 1727 | <value>Możesz używać graficznych aplikacji systemu Linux z natywnymi interakcjami systemu Windows, takimi jak alt-tab, uruchamianie menu Start, przypinanie paska zadań i obsługa wycinania i wklejania.</value> |
| 1728 | </data> |
| 1729 | <data name="Settings_OOBEGUIApps.Title" xml:space="preserve"> |
| 1730 | <value>Aplikacje graficznego interfejsu użytkownika</value> |
| 1731 | </data> |
| 1732 | <data name="Settings_OOBEGPUAcceleration.Description" xml:space="preserve"> |
| 1733 | <value>Podsystem WSL może korzystać z procesora GPU systemu Windows na potrzeby przepływów pracy uczenia maszynowego |
| 1734 | |
| 1735 | Pliki binarne systemu Linux działające w podsystemie WSL mogą automatycznie korzystać z procesora GPU w systemie Windows na potrzeby przyspieszenia ich wydajności. Wystarczy zainstalować i uruchomić te przepływy pracy w taki sam sposób, jak na zwykłej maszynie z systemem Linux. Istnieje wiele różnych sposobów, aby rozpocząć pracę, począwszy od uruchamiania CUDA w kontenerze Docker, jeśli masz kartę graficzną NVIDIA, do uruchamiania PyTorch lub TensorFlow z DirectML na karcie graficznej AMD, Intel lub NVIDIA. Zobacz nasz przewodnik wprowadzający poniżej, aby dowiedzieć się więcej.</value> |
| 1736 | </data> |
| 1737 | <data name="Settings_OOBEGPUAcceleration.Title" xml:space="preserve"> |
| 1738 | <value>Przyspieszanie procesora GPU</value> |
| 1739 | </data> |
| 1740 | <data name="Settings_OOBEGPUAccelerationLink.Content" xml:space="preserve"> |
| 1741 | <value>Dowiedz się więcej o przyspieszaniu procesora GPU</value> |
| 1742 | </data> |
| 1743 | <data name="Settings_OOBEGPUAccelerationLink.NavigateUri" xml:space="preserve"> |
| 1744 | <value>https://aka.ms/wslgpu</value> |
| 1745 | <comment>{Locked}Uri to the GPU acceleration for ML in WSL documentation</comment> |
| 1746 | </data> |
| 1747 | <data name="Settings_OOBEGUIAppsLink.Content" xml:space="preserve"> |
| 1748 | <value>Dowiedz się więcej o aplikacjach graficznego interfejsu użytkownika podsystemu WSL</value> |
| 1749 | </data> |
| 1750 | <data name="Settings_OOBEGUIAppsLink.NavigateUri" xml:space="preserve"> |
| 1751 | <value>https://aka.ms/wslguiapps</value> |
| 1752 | <comment>{Locked}Uri to the Run GUI apps on the WSL documentation</comment> |
| 1753 | </data> |
| 1754 | <data name="Settings_OOBEGUIApps_AppsListDescription.Text" xml:space="preserve"> |
| 1755 | <value>Oto lista aplikacji do wypróbowania (możesz zainstalować wszystkie te aplikacje w systemie Ubuntu, wpisując „sudo apt install <The App Name>”) |
| 1756 | |
| 1757 | • gedit — podstawowy edytor tekstów |
| 1758 | • audacity — nagrywanie i edytowanie plików dźwiękowych |
| 1759 | • blender — tworzenie animacji i wizualizacji 3D |
| 1760 | • gimp — edytowanie zdjęć |
| 1761 | • nautilus — eksplorator plików systemu Linux |
| 1762 | • vlc — odtwarzacz wideo</value> |
| 1763 | </data> |
| 1764 | <data name="Settings_OOBENetworkingIntegration.Description" xml:space="preserve"> |
| 1765 | <value>Możesz łatwo uzyskiwać dostęp do aplikacji sieciowych w systemach operacyjnych Windows i Linux.</value> |
| 1766 | </data> |
| 1767 | <data name="Settings_OOBENetworkingIntegration.Title" xml:space="preserve"> |
| 1768 | <value>Integracja sieci</value> |
| 1769 | </data> |
| 1770 | <data name="Settings_OOBENetworkingIntegrationLinuxNetworkingAppsLink.Content" xml:space="preserve"> |
| 1771 | <value>Dowiedz się więcej o aplikacjach sieciowych</value> |
| 1772 | </data> |
| 1773 | <data name="Settings_OOBENetworkingIntegrationLinuxNetworkingAppsLink.NavigateUri" xml:space="preserve"> |
| 1774 | <value>https://aka.ms/wslnetworking</value> |
| 1775 | <comment>{Locked}Uri to the Accessing network applications with WSL documentation</comment> |
| 1776 | </data> |
| 1777 | <data name="Settings_OOBENetworkingIntegrationMirroredModeLink.Content" xml:space="preserve"> |
| 1778 | <value>Dowiedz się więcej o sieci w trybie dublowanym</value> |
| 1779 | </data> |
| 1780 | <data name="Settings_OOBENetworkingIntegrationMirroredModeLink.NavigateUri" xml:space="preserve"> |
| 1781 | <value>https://aka.ms/wslmirroredmode</value> |
| 1782 | <comment>{Locked}Uri to the WSL Mirrored Mode networking documentation</comment> |
| 1783 | </data> |
| 1784 | <data name="Settings_OOBEVSCodeIntegration.Description" xml:space="preserve"> |
| 1785 | <value>Podsystemu WSL można używać jako głównego środowiska deweloperskiego bezpośrednio z programu VS Code.</value> |
| 1786 | </data> |
| 1787 | <data name="Settings_OOBEVSCodeIntegration.Title" xml:space="preserve"> |
| 1788 | <value>Integracja z programem VS Code</value> |
| 1789 | </data> |
| 1790 | <data name="Settings_OOBEVSCodeIntegrationLink.Content" xml:space="preserve"> |
| 1791 | <value>Dowiedz się więcej o używaniu podsystemu WSL z programem VS Code</value> |
| 1792 | </data> |
| 1793 | <data name="Settings_OOBEVSCodeIntegrationLink.NavigateUri" xml:space="preserve"> |
| 1794 | <value>https://aka.ms/wslvscode</value> |
| 1795 | <comment>{Locked}Uri to the using Visual Studio Code with WSL documentation</comment> |
| 1796 | </data> |
| 1797 | <data name="Settings_OOBEVSCodeIntegration_VSCodeInstallTitle.Text" xml:space="preserve"> |
| 1798 | <value>Jak zainstalować</value> |
| 1799 | </data> |
| 1800 | <data name="Settings_OOBEVSCodeIntegration_VSCodeInstallSample.Text" xml:space="preserve"> |
| 1801 | <value>Po zainstalowaniu programu VS Code możesz zainstalować rozszerzenie Remote WSL z poziomu narzędzia Terminal Windows: |
| 1802 | |
| 1803 | 'code --install-extension ms-vscode-remote.remote-wsl'</value> |
| 1804 | <comment>{Locked="--install-extension "}Command line arguments, file names and string inserts should not be translated</comment> |
| 1805 | </data> |
| 1806 | <data name="Settings_OOBEVSCodeIntegration_VSCodeOpenProjectTitle.Text" xml:space="preserve"> |
| 1807 | <value>Otwórz projektu podsystemu WSL w programie Visual Studio Code</value> |
| 1808 | </data> |
| 1809 | <data name="Settings_OOBEVSCodeIntegration_VSCodeOpenProjectSample.Text" xml:space="preserve"> |
| 1810 | <value>Aby otworzyć projekt w programie VS Code z poziomu dystrybucji podsystemu WSL, otwórz wiersz polecenia dystrybucji i uruchom polecenie „code .”, aby otworzyć plik projektu. |
| 1811 | |
| 1812 | Możesz również uzyskać dostęp do większej liczby opcji zdalnych programu VS Code za pomocą palety poleceń w samym programie VS Code. Naciśnij kombinację klawiszy „SHIFT+CTRL+P” na klawiaturze, aby otworzyć paletę poleceń, i wpisz „Remote-WSL” w celu wyświetlenia dostępnych opcji zdalnych programu VS Code, umożliwiając ponowne otwarcie folderu w sesji zdalnej, określenie dystrybucji, którą chcesz otworzyć i nie tylko.</value> |
| 1813 | </data> |
| 1814 | <data name="Settings_OOBE_HowToUse.Text" xml:space="preserve"> |
| 1815 | <value>Jak używać</value> |
| 1816 | </data> |
| 1817 | <data name="Settings_OptionalFeaturesPageTitle.Text" xml:space="preserve"> |
| 1818 | <value>Funkcje opcjonalne</value> |
| 1819 | </data> |
| 1820 | <data name="Settings_PrivacyPolicyLink.Content" xml:space="preserve"> |
| 1821 | <value>Oświadczenie o ochronie prywatności</value> |
| 1822 | </data> |
| 1823 | <data name="Settings_PrivacyPolicyLink.NavigateUri" xml:space="preserve"> |
| 1824 | <value>https://go.microsoft.com/fwlink/?linkid=2234882</value> |
| 1825 | <comment>{Locked}Uri to the Microsoft Privacy Policy</comment> |
| 1826 | </data> |
| 1827 | <data name="Settings_ProcCount.Header" xml:space="preserve"> |
| 1828 | <value>Liczba procesorów</value> |
| 1829 | </data> |
| 1830 | <data name="Settings_ProcCount.Description" xml:space="preserve"> |
| 1831 | <value>Liczba procesorów logicznych do przypisania do maszyny wirtualnej WSL 2.</value> |
| 1832 | </data> |
| 1833 | <data name="Settings_ProcCountResetButton.Content" xml:space="preserve"> |
| 1834 | <value>Resetuj liczbę</value> |
| 1835 | </data> |
| 1836 | <data name="Settings_ProcCountTextBox.AutomationProperties.Name" xml:space="preserve"> |
| 1837 | <value>Liczba procesorów</value> |
| 1838 | </data> |
| 1839 | <data name="Settings_ProcCountTextBox.AutomationProperties.HelpText" xml:space="preserve"> |
| 1840 | <value>Liczba procesorów logicznych do przypisania do maszyny wirtualnej WSL 2.</value> |
| 1841 | </data> |
| 1842 | <data name="Settings_RelatedLinks.Text" xml:space="preserve"> |
| 1843 | <value>Pokrewne łącza:</value> |
| 1844 | </data> |
| 1845 | <data name="Settings_ReleaseNotesLink.Content" xml:space="preserve"> |
| 1846 | <value>Informacje o wersji</value> |
| 1847 | </data> |
| 1848 | <data name="Settings_ReleaseNotesLink.NavigateUri" xml:space="preserve"> |
| 1849 | <value>https://aka.ms/wslreleases</value> |
| 1850 | <comment>{Locked}Uri to Microsoft WSL release notes</comment> |
| 1851 | </data> |
| 1852 | <data name="Settings_SafeMode.Header" xml:space="preserve"> |
| 1853 | <value>Włącz tryb awaryjny</value> |
| 1854 | <comment>"safe mode" refers to a minimal/diagnostic startup mode. Use the standard OS term for safe mode in your locale.</comment> |
| 1855 | </data> |
| 1856 | <data name="Settings_SafeMode.Description" xml:space="preserve"> |
| 1857 | <value>Uruchom podsystem WSL w „trybie awaryjnym”, który wyłącza wiele funkcji i jest przeznaczony do odzyskiwania dystrybucji, które są w złych stanach.</value> |
| 1858 | <comment>"safe mode" refers to a minimal/diagnostic startup mode. Use the standard OS term for safe mode in your locale.</comment> |
| 1859 | </data> |
| 1860 | <data name="Settings_SafeModeToggleSwitch.AutomationProperties.Name" xml:space="preserve"> |
| 1861 | <value>Włącz tryb awaryjny.</value> |
| 1862 | <comment>"safe mode" refers to a minimal/diagnostic startup mode. Use the standard OS term for safe mode in your locale.</comment> |
| 1863 | </data> |
| 1864 | <data name="Settings_SafeModeToggleSwitch.AutomationProperties.HelpText" xml:space="preserve"> |
| 1865 | <value>Uruchom podsystem WSL w „trybie awaryjnym”, który wyłącza wiele funkcji i jest przeznaczony do odzyskiwania dystrybucji, które są w złych stanach.</value> |
| 1866 | <comment>"safe mode" refers to a minimal/diagnostic startup mode. Use the standard OS term for safe mode in your locale.</comment> |
| 1867 | </data> |
| 1868 | <data name="Settings_Shell_About.Content" xml:space="preserve"> |
| 1869 | <value>Informacje</value> |
| 1870 | </data> |
| 1871 | <data name="Settings_Shell_Developer.Content" xml:space="preserve"> |
| 1872 | <value>Deweloper</value> |
| 1873 | <comment>"Developer" refers to a software developer (a person who creates software), not specifically a "programmer". Use the standard platform term for "Developer" in your locale and avoid translating it as "Programmer".</comment> |
| 1874 | </data> |
| 1875 | <data name="Settings_Shell_DistroManagement.Content" xml:space="preserve"> |
| 1876 | <value>Zarządzanie dystrybucją</value> |
| 1877 | </data> |
| 1878 | <data name="Settings_Shell_DockerDesktopIntegration.Content" xml:space="preserve"> |
| 1879 | <value>Integracja pulpitu platformy Docker</value> |
| 1880 | </data> |
| 1881 | <data name="Settings_Shell_FileSystem.Content" xml:space="preserve"> |
| 1882 | <value>System plików</value> |
| 1883 | </data> |
| 1884 | <data name="Settings_Shell_General.Content" xml:space="preserve"> |
| 1885 | <value>Ogólne</value> |
| 1886 | </data> |
| 1887 | <data name="Settings_Shell_GPUAcceleration.Content" xml:space="preserve"> |
| 1888 | <value>Przyspieszanie procesora GPU</value> |
| 1889 | </data> |
| 1890 | <data name="Settings_Shell_GUIApps.Content" xml:space="preserve"> |
| 1891 | <value>Aplikacje graficznego interfejsu użytkownika</value> |
| 1892 | </data> |
| 1893 | <data name="Settings_Shell_LaunchWSL.Content" xml:space="preserve"> |
| 1894 | <value>Uruchom wsl.exe</value> |
| 1895 | </data> |
| 1896 | <data name="Settings_Shell_MemAndProc.Content" xml:space="preserve"> |
| 1897 | <value>Pamięć i procesor</value> |
| 1898 | </data> |
| 1899 | <data name="Settings_Shell_Networking.Content" xml:space="preserve"> |
| 1900 | <value>Sieci</value> |
| 1901 | </data> |
| 1902 | <data name="Settings_Shell_NetworkingIntegration.Content" xml:space="preserve"> |
| 1903 | <value>Integracja sieci</value> |
| 1904 | </data> |
| 1905 | <data name="Settings_Shell_OOBE.Content" xml:space="preserve"> |
| 1906 | <value>WSL — Zapraszamy!</value> |
| 1907 | </data> |
| 1908 | <data name="Settings_Shell_OptionalFeatures.Content" xml:space="preserve"> |
| 1909 | <value>Funkcje opcjonalne</value> |
| 1910 | </data> |
| 1911 | <data name="Settings_Shell_Settings.Content" xml:space="preserve"> |
| 1912 | <value>Ustawienia</value> |
| 1913 | </data> |
| 1914 | <data name="Settings_Shell_VSCodeIntegration.Content" xml:space="preserve"> |
| 1915 | <value>Integracja z programem VS Code</value> |
| 1916 | </data> |
| 1917 | <data name="Settings_Shell_WhatsNew.Content" xml:space="preserve"> |
| 1918 | <value>Co nowego</value> |
| 1919 | </data> |
| 1920 | <data name="Settings_Shell_WorkingAcrossFileSystems.Content" xml:space="preserve"> |
| 1921 | <value>Praca w różnych systemach plików</value> |
| 1922 | </data> |
| 1923 | <data name="Settings_IssuesLink.Content" xml:space="preserve"> |
| 1924 | <value>Problemy</value> |
| 1925 | </data> |
| 1926 | <data name="Settings_IssuesLink.NavigateUri" xml:space="preserve"> |
| 1927 | <value>https://aka.ms/wslproject</value> |
| 1928 | <comment>{Locked}Uri to Microsoft WSL issues</comment> |
| 1929 | </data> |
| 1930 | <data name="Settings_SparseVHD.Header" xml:space="preserve"> |
| 1931 | <value>Domyślnie włącz rozrzedzony VHD</value> |
| 1932 | <comment>{Locked="VHD"}"VHD" (Virtual Hard Disk) is a technical format name and should not be translated. "sparse" is a technical storage term meaning the file only uses disk space for written data. Use the technical term in your locale.</comment> |
| 1933 | </data> |
| 1934 | <data name="Settings_SparseVHD.Description" xml:space="preserve"> |
| 1935 | <value>Każdy nowo utworzony dysk VHD zostanie automatycznie rozrzedzony po włączeniu.</value> |
| 1936 | <comment>{Locked="VHD"}"VHD" (Virtual Hard Disk) is a technical format name and should not be translated. "sparse" is a technical storage term meaning the file only uses disk space for written data. Use the technical term in your locale.</comment> |
| 1937 | </data> |
| 1938 | <data name="Settings_SparseVHDToggleSwitch.AutomationProperties.Name" xml:space="preserve"> |
| 1939 | <value>Domyślnie włącz rozrzedzony VHD.</value> |
| 1940 | <comment>{Locked="VHD"}"VHD" (Virtual Hard Disk) is a technical format name and should not be translated. "sparse" is a technical storage term meaning the file only uses disk space for written data. Use the technical term in your locale.</comment> |
| 1941 | </data> |
| 1942 | <data name="Settings_SparseVHDToggleSwitch.AutomationProperties.HelpText" xml:space="preserve"> |
| 1943 | <value>Każdy nowo utworzony dysk VHD zostanie automatycznie rozrzedzony po włączeniu.</value> |
| 1944 | <comment>{Locked="VHD"}"VHD" (Virtual Hard Disk) is a technical format name and should not be translated. "sparse" is a technical storage term meaning the file only uses disk space for written data. Use the technical term in your locale.</comment> |
| 1945 | </data> |
| 1946 | <data name="Settings_SwapFilePath.Header" xml:space="preserve"> |
| 1947 | <value>Zamień lokalizację pliku</value> |
| 1948 | <comment>"swap" refers to virtual memory swap space. This is a technical term; use the standard OS term in your locale or keep "swap".</comment> |
| 1949 | </data> |
| 1950 | <data name="Settings_SwapFilePath.Description" xml:space="preserve"> |
| 1951 | <value>Bezwzględna ścieżka systemu Windows do wirtualnego dysku twardego wymiany.</value> |
| 1952 | <comment>"swap" refers to virtual memory swap space. This is a technical term; use the standard OS term in your locale or keep "swap".</comment> |
| 1953 | </data> |
| 1954 | <data name="Settings_SwapFilePathBrowseButton.Content" xml:space="preserve"> |
| 1955 | <value>Przeglądaj pliki wymiany</value> |
| 1956 | <comment>"swap" refers to virtual memory swap space. This is a technical term; use the standard OS term in your locale or keep "swap".</comment> |
| 1957 | </data> |
| 1958 | <data name="Settings_SwapFilePathTextBox.AutomationProperties.Name" xml:space="preserve"> |
| 1959 | <value>Zamień lokalizację pliku</value> |
| 1960 | <comment>"swap" refers to virtual memory swap space. This is a technical term; use the standard OS term in your locale or keep "swap".</comment> |
| 1961 | </data> |
| 1962 | <data name="Settings_SwapFilePathTextBox.AutomationProperties.HelpText" xml:space="preserve"> |
| 1963 | <value>Bezwzględna ścieżka systemu Windows do wirtualnego dysku twardego wymiany.</value> |
| 1964 | <comment>"swap" refers to virtual memory swap space. This is a technical term; use the standard OS term in your locale or keep "swap".</comment> |
| 1965 | </data> |
| 1966 | <data name="Settings_SwapSize.Header" xml:space="preserve"> |
| 1967 | <value>Rozmiar zamiany</value> |
| 1968 | <comment>"swap" refers to virtual memory swap space. This is a technical term; use the standard OS term in your locale or keep "swap".</comment> |
| 1969 | </data> |
| 1970 | <data name="Settings_SwapSize.Description" xml:space="preserve"> |
| 1971 | <value>Ilość miejsca do dodania do maszyny wirtualnej WSL 2, 0 dla braku pliku wymiany. Magazyn wymiany to dyskowa pamięć RAM używana, gdy zapotrzebowanie na pamięć przekracza limit na urządzeniu sprzętowym.</value> |
| 1972 | <comment>"swap" refers to virtual memory swap space. This is a technical term; use the standard OS term in your locale or keep "swap".</comment> |
| 1973 | </data> |
| 1974 | <data name="Settings_SwapSizeResetButton.Content" xml:space="preserve"> |
| 1975 | <value>Resetuj rozmiar</value> |
| 1976 | </data> |
| 1977 | <data name="Settings_SwapSizeTextBox.AutomationProperties.Name" xml:space="preserve"> |
| 1978 | <value>Rozmiar zamiany</value> |
| 1979 | <comment>"swap" refers to virtual memory swap space. This is a technical term; use the standard OS term in your locale or keep "swap".</comment> |
| 1980 | </data> |
| 1981 | <data name="Settings_SwapSizeTextBox.AutomationProperties.HelpText" xml:space="preserve"> |
| 1982 | <value>Ilość miejsca wymiany określonego w megabajtach do dodania do maszyny wirtualnej WSL 2. 0 dla pliku bez wymiany. Magazyn wymiany to dyskowa pamięć RAM używana, gdy zapotrzebowanie na pamięć przekracza limit na urządzeniu sprzętowym.</value> |
| 1983 | <comment>"swap" refers to virtual memory swap space. This is a technical term; use the standard OS term in your locale or keep "swap".</comment> |
| 1984 | </data> |
| 1985 | <data name="Settings_Virtio.Header" xml:space="preserve"> |
| 1986 | <value>Włącz funkcję VirtIO</value> |
| 1987 | </data> |
| 1988 | <data name="Settings_Virtio.Description" xml:space="preserve"> |
| 1989 | <value>Użyj funkcji virtiofs zamiast planu 9, aby uzyskać dostęp do plików hosta, zwiększając szybkość.</value> |
| 1990 | </data> |
| 1991 | <data name="Settings_Virtio9p.Header" xml:space="preserve"> |
| 1992 | <value>Włącz funkcję Virtio 9p</value> |
| 1993 | </data> |
| 1994 | <data name="Settings_Virtio9p.Description" xml:space="preserve"> |
| 1995 | <value>Umożliwia instalowanie systemu plików 9P z hosta przy użyciu transportu virtio.</value> |
| 1996 | <comment>"mount" is a technical term meaning to make a disk/filesystem accessible. Use the standard technical term in your locale, or keep "mount" if commonly used.</comment> |
| 1997 | </data> |
| 1998 | <data name="Settings_VMIdleTimeout.Header" xml:space="preserve"> |
| 1999 | <value>Limit czasu bezczynności maszyny wirtualnej</value> |
| 2000 | </data> |
| 2001 | <data name="Settings_VMIdleTimeout.Description" xml:space="preserve"> |
| 2002 | <value>Liczba milisekund bezczynności maszyny wirtualnej przed jej zamknięciem.</value> |
| 2003 | </data> |
| 2004 | <data name="Settings_KeepWslRunning.Header" xml:space="preserve"> |
| 2005 | <value>Zapewnij ciągłość działania podsystemu WSL</value> |
| 2006 | </data> |
| 2007 | <data name="Settings_KeepWslRunning.Description" xml:space="preserve"> |
| 2008 | <value>Zapobiegaj automatycznemu wyłączaniu uruchomionych dystrybucji oraz maszyny wirtualnej WSL, na której są one uruchomione, po okresie bezczynności.</value> |
| 2009 | </data> |
| 2010 | <data name="Settings_KeepWslRunningToggleSwitch.AutomationProperties.Name" xml:space="preserve"> |
| 2011 | <value>Zapewnij ciągłość działania podsystemu WSL.</value> |
| 2012 | </data> |
| 2013 | <data name="Settings_KeepWslRunningToggleSwitch.AutomationProperties.HelpText" xml:space="preserve"> |
| 2014 | <value>Zapobiegaj automatycznemu wyłączaniu uruchomionych dystrybucji oraz maszyny wirtualnej WSL, na której są one uruchomione, po okresie bezczynności.</value> |
| 2015 | </data> |
| 2016 | <data name="Settings_VMIdleTimeoutResetButton.Content" xml:space="preserve"> |
| 2017 | <value>Limit czasu resetowania</value> |
| 2018 | </data> |
| 2019 | <data name="Settings_VMIdleTimeoutTextBox.AutomationProperties.Name" xml:space="preserve"> |
| 2020 | <value>Limit czasu bezczynności maszyny wirtualnej</value> |
| 2021 | </data> |
| 2022 | <data name="Settings_VMIdleTimeoutTextBox.AutomationProperties.HelpText" xml:space="preserve"> |
| 2023 | <value>Liczba milisekund bezczynności maszyny wirtualnej przed jej zamknięciem.</value> |
| 2024 | </data> |
| 2025 | <data name="Settings_InstanceIdleTimeout.Header" xml:space="preserve"> |
| 2026 | <value>Limit czasu bezczynności dystrybucji</value> |
| 2027 | </data> |
| 2028 | <data name="Settings_InstanceIdleTimeout.Description" xml:space="preserve"> |
| 2029 | <value>Liczba milisekund, przez które dystrybucja pozostaje w stanie bezczynności, zanim zostanie zakończona.</value> |
| 2030 | </data> |
| 2031 | <data name="Settings_InstanceIdleTimeoutResetButton.Content" xml:space="preserve"> |
| 2032 | <value>Limit czasu resetowania</value> |
| 2033 | </data> |
| 2034 | <data name="Settings_InstanceIdleTimeoutTextBox.AutomationProperties.Name" xml:space="preserve"> |
| 2035 | <value>Limit czasu bezczynności dystrybucji</value> |
| 2036 | </data> |
| 2037 | <data name="Settings_InstanceIdleTimeoutTextBox.AutomationProperties.HelpText" xml:space="preserve"> |
| 2038 | <value>Liczba milisekund, przez które dystrybucja pozostaje w stanie bezczynności, zanim zostanie zakończona.</value> |
| 2039 | </data> |
| 2040 | <data name="Settings_ApplyChangesButton.Content" xml:space="preserve"> |
| 2041 | <value>Zastosuj zmiany</value> |
| 2042 | </data> |
| 2043 | <data name="Settings_ApplyChangesDialogTitle" xml:space="preserve"> |
| 2044 | <value>Wymagane zamknięcie systemu WSL</value> |
| 2045 | </data> |
| 2046 | <data name="Settings_ApplyChangesDialogDescription" xml:space="preserve"> |
| 2047 | <value>Zmienione ustawienia systemu WSL wymagają zamknięcia i ponownego uruchomienia systemu WSL w celu sfinalizowania. Zamknięcie spowoduje przerwanie wszystkich aktywnych sesji systemu WSL.</value> |
| 2048 | </data> |
| 2049 | <data name="Settings_ApplyChangesDialogShutdownButton" xml:space="preserve"> |
| 2050 | <value>Zamknij system WSL teraz</value> |
| 2051 | </data> |
| 2052 | <data name="Settings_ApplyChangesDialogLaterButton" xml:space="preserve"> |
| 2053 | <value>Później</value> |
| 2054 | </data> |
| 2055 | <data name="Settings_ApplyChangesDialogFailedTitle" xml:space="preserve"> |
| 2056 | <value>Nie można zastosować zmian</value> |
| 2057 | </data> |
| 2058 | <data name="Settings_ApplyChangesDialogCloseButton" xml:space="preserve"> |
| 2059 | <value>Zamknij</value> |
| 2060 | </data> |
| 2061 | <data name="Settings_ApplyChangesDialogCommitFailed" xml:space="preserve"> |
| 2062 | <value>Nie można zapisać oczekujących zmian ustawień. Kod błędu: {0}</value> |
| 2063 | <comment>{Locked="{0}"}Format placeholder for Win32 error code</comment> |
| 2064 | </data> |
| 2065 | <data name="Settings_ApplyChangesDialogShutdownFailed" xml:space="preserve"> |
| 2066 | <value>Ustawienia zostały zapisane, ale zamknięcie systemu WSL nie powiodło się: {0}</value> |
| 2067 | <comment>{Locked="{0}"}Format placeholder for exception message</comment> |
| 2068 | </data> |
| 2069 | <data name="Settings_BooleanTrueText" xml:space="preserve"> |
| 2070 | <value>Włączony</value> |
| 2071 | </data> |
| 2072 | <data name="Settings_BooleanFalseText" xml:space="preserve"> |
| 2073 | <value>Wyłączony</value> |
| 2074 | </data> |
| 2075 | <data name="Settings_OOBEVSIntegration.Title" xml:space="preserve"> |
| 2076 | <value>Kompiluj, uruchamiaj, debuguj i profiluj aplikacje działające w systemie WSL z poziomu programu Visual Studio</value> |
| 2077 | </data> |
| 2078 | <data name="Settings_OOBEVSIntegration.Description" xml:space="preserve"> |
| 2079 | <value>Uruchamiaj i debuguj aplikacje w systemie WSL z poziomu programu Visual Studio</value> |
| 2080 | </data> |
| 2081 | <data name="Settings_OOBEVSIntegration_VSForDotNetLink.Content" xml:space="preserve"> |
| 2082 | <value>Dowiedz się więcej o systemie WSL w programie Visual Studio dla deweloperów .NET</value> |
| 2083 | </data> |
| 2084 | <data name="Settings_OOBEVSIntegration_VSForDotNetLink.NavigateUri" xml:space="preserve"> |
| 2085 | <value>https://learn.microsoft.com/visualstudio/debugger/debug-dotnet-core-in-wsl-2</value> |
| 2086 | <comment>{locked}Uri should redirect to the correct locale for the browser</comment> |
| 2087 | </data> |
| 2088 | <data name="Settings_OOBEVSIntegration_VSForCppLink.Content" xml:space="preserve"> |
| 2089 | <value>Dowiedz się więcej o programie Visual Studio i systemie WSL dla deweloperów C++</value> |
| 2090 | </data> |
| 2091 | <data name="Settings_OOBEVSIntegration_VSForCppLink.NavigateUri" xml:space="preserve"> |
| 2092 | <value>https://learn.microsoft.com/cpp/linux/?view=msvc-170</value> |
| 2093 | <comment>{locked}Uri should redirect to the correct locale for the browser</comment> |
| 2094 | </data> |
| 2095 | <data name="Settings_OOBEVSIntegration_Description.Text" xml:space="preserve"> |
| 2096 | <value>Możesz łatwo uruchamiać i debugować aplikacje .NET Core oraz wieloplatformowe aplikacje C++ w systemie Linux bez opuszczania programu Visual Studio, korzystając z Podsystemu Windows dla systemu Linux (WSL). Jeśli jesteś deweloperem międzyplatformowym, możesz użyć tej metody jako prostego sposobu na przetestowanie większej liczby środowisk docelowych.</value> |
| 2097 | </data> |
| 2098 | <data name="Settings_OOBEVSIntegration_Title.Text" xml:space="preserve"> |
| 2099 | <value>Integracja z programem Visual Studio</value> |
| 2100 | </data> |
| 2101 | <data name="Settings_Shell_VSIntegration.Content" xml:space="preserve"> |
| 2102 | <value>Integracja z programem Visual Studio</value> |
| 2103 | </data> |
| 2104 | <data name="MessageWslcUsage" xml:space="preserve"> |
| 2105 | <value>wslc – interfejs wiersza polecenia kontenera WSL |
| 2106 | Użycie: |
| 2107 | wslc --help</value> |
| 2108 | <comment>{Locked="--help"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2109 | </data> |
| 2110 | <data name="MessageWslcSessionNotFound" xml:space="preserve"> |
| 2111 | <value>Nie znaleziono sesji: „{}”</value> |
| 2112 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2113 | </data> |
| 2114 | <data name="MessageInvalidIp" xml:space="preserve"> |
| 2115 | <value>Nieprawidłowy adres IP „{}”</value> |
| 2116 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2117 | </data> |
| 2118 | <data name="MessageFailedToMapPort" xml:space="preserve"> |
| 2119 | <value>Nie można zmapować portu „{}”, {}</value> |
| 2120 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2121 | </data> |
| 2122 | <data name="MessageWslcOpenSessionFailed" xml:space="preserve"> |
| 2123 | <value>Operacja OpenSessionByName('{}') nie powiodła się</value> |
| 2124 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2125 | </data> |
| 2126 | <data name="MessageWslcSessionOptionNotSupported" xml:space="preserve"> |
| 2127 | <value>Opcja --session nie może być używana z tym poleceniem.</value> |
| 2128 | <comment>{Locked="--session "}Command line arguments, file names and string inserts should not be translated</comment> |
| 2129 | </data> |
| 2130 | <data name="MessageWslcFailedToLaunchCommand" xml:space="preserve"> |
| 2131 | <value>Nie można uruchomić polecenia {}. Błąd = {}</value> |
| 2132 | <comment>{FixedPlaceholder="{}"}{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2133 | </data> |
| 2134 | <data name="MessageWslcNoSessionsFound" xml:space="preserve"> |
| 2135 | <value>Nie znaleziono sesji WSLC.</value> |
| 2136 | </data> |
| 2137 | <data name="MessageWslcSessionsFound" xml:space="preserve"> |
| 2138 | <value>Znaleziono {} sesj{} WSLC:</value> |
| 2139 | <comment>{FixedPlaceholder="{}"}{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2140 | </data> |
| 2141 | <data name="MessageWslcTerminateSessionFailed" xml:space="preserve"> |
| 2142 | <value>Nie udało się zakończyć sesji: „{}”</value> |
| 2143 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2144 | </data> |
| 2145 | <data name="MessageWslcDefaultSessionNotFound" xml:space="preserve"> |
| 2146 | <value>Nie znaleziono sesji domyślnej</value> |
| 2147 | </data> |
| 2148 | <data name="MessageWslcTerminateDefaultSessionFailed" xml:space="preserve"> |
| 2149 | <value>Zakończenie sesji domyślnej nie powiodło się</value> |
| 2150 | </data> |
| 2151 | <data name="MessageWslcShellExited" xml:space="preserve"> |
| 2152 | <value>Operacja {} zakończyła działanie z kodem: {}</value> |
| 2153 | <comment>{FixedPlaceholder="{}"}{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2154 | </data> |
| 2155 | <data name="MessageWslcCreatedSession" xml:space="preserve"> |
| 2156 | <value>Utworzono sesję: „{}”</value> |
| 2157 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2158 | </data> |
| 2159 | <data name="MessageWslcHeaderId" xml:space="preserve"> |
| 2160 | <value>Identyfikator</value> |
| 2161 | </data> |
| 2162 | <data name="MessageWslcHeaderCreatorPid" xml:space="preserve"> |
| 2163 | <value>Identyfikator PID twórcy</value> |
| 2164 | </data> |
| 2165 | <data name="MessageWslcHeaderDisplayName" xml:space="preserve"> |
| 2166 | <value>Nazwa wyświetlana</value> |
| 2167 | </data> |
| 2168 | <data name="MessageWslcUnknownCommand" xml:space="preserve"> |
| 2169 | <value>Nieznane polecenie: „{}”</value> |
| 2170 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2171 | </data> |
| 2172 | <data name="MessageWslcCannotRemoveRunningContainer" xml:space="preserve"> |
| 2173 | <value>Kontener "{}" jest uruchomiony i nie można go usunąć. Zatrzymaj kontener przed usunięciem lub użyj wymuszonego usunięcia (-f).</value> |
| 2174 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2175 | </data> |
| 2176 | <data name="MessageWslcContainerNotRunning" xml:space="preserve"> |
| 2177 | <value>Kontener „{}” nie jest uruchomiony.</value> |
| 2178 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2179 | </data> |
| 2180 | <data name="MessageWslcContainerIsRunning" xml:space="preserve"> |
| 2181 | <value>Kontener „{}” jest uruchomiony.</value> |
| 2182 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2183 | </data> |
| 2184 | <data name="MessageWslcContainerModeNoPorts" xml:space="preserve"> |
| 2185 | <value>Mapowania portów nie są obsługiwane w trybie sieci kontenerów; porty są własnością kontenera docelowego.</value> |
| 2186 | </data> |
| 2187 | <data name="MessageWslcContainerModeRequiresTarget" xml:space="preserve"> |
| 2188 | <value>Nazwa kontenera docelowego jest wymagana dla trybu sieci kontenerów.</value> |
| 2189 | </data> |
| 2190 | <data name="MessageWslcContainerModeTargetNotFound" xml:space="preserve"> |
| 2191 | <value>Nie znaleziono kontenera docelowego „{}”.</value> |
| 2192 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2193 | </data> |
| 2194 | <data name="MessageWslcContainerNotFound" xml:space="preserve"> |
| 2195 | <value>Nie znaleziono kontenera „{}”.</value> |
| 2196 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2197 | </data> |
| 2198 | <data name="MessageWslcNetworkNameRequired" xml:space="preserve"> |
| 2199 | <value>Nazwa sieci nie może być pusta.</value> |
| 2200 | </data> |
| 2201 | <data name="MessageWslcDockerEngineErrorPrefix" xml:space="preserve"> |
| 2202 | <value>Informacje o błędzie z aparatu:</value> |
| 2203 | </data> |
| 2204 | <data name="WSLCCLI_UnrecognizedCommandError" xml:space="preserve"> |
| 2205 | <value>Nierozpoznane polecenie: „{}”</value> |
| 2206 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2207 | </data> |
| 2208 | <data name="WSLCCLI_RequiredArgumentError" xml:space="preserve"> |
| 2209 | <value>Nie podano wymaganego argumentu: „{}”</value> |
| 2210 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2211 | </data> |
| 2212 | <data name="WSLCCLI_RequiredArgumentOptionError" xml:space="preserve"> |
| 2213 | <value>Nie podano wymaganej opcji: „{}”</value> |
| 2214 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2215 | </data> |
| 2216 | <data name="WSLCCLI_HelpArgDescription" xml:space="preserve"> |
| 2217 | <value>Wyświetla zawartość pomocy dla wybranego polecenia</value> |
| 2218 | </data> |
| 2219 | <data name="WSLCCLI_MultipleExclusiveArgumentsProvided" xml:space="preserve"> |
| 2220 | <value>Podano wiele wzajemnie wykluczających się opcji: „{}”</value> |
| 2221 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2222 | </data> |
| 2223 | <data name="WSLCCLI_DependencyArgumentMissing" xml:space="preserve"> |
| 2224 | <value>Argumentu {} można używać tylko z {}</value> |
| 2225 | <comment>{FixedPlaceholder="{}"}{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2226 | </data> |
| 2227 | <data name="WSLCCLI_Usage" xml:space="preserve"> |
| 2228 | <value>Użycie: {} {}</value> |
| 2229 | <comment>{FixedPlaceholder="{}"}{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2230 | </data> |
| 2231 | <data name="WSLCCLI_Command" xml:space="preserve"> |
| 2232 | <value>polecenie</value> |
| 2233 | </data> |
| 2234 | <data name="WSLCCLI_Options" xml:space="preserve"> |
| 2235 | <value>opcje</value> |
| 2236 | </data> |
| 2237 | <data name="WSLCCLI_AvailableCommandAliases" xml:space="preserve"> |
| 2238 | <value>Dostępne są następujące aliasy poleceń:</value> |
| 2239 | </data> |
| 2240 | <data name="WSLCCLI_AvailableCommands" xml:space="preserve"> |
| 2241 | <value>Dostępne są następujące polecenia:</value> |
| 2242 | </data> |
| 2243 | <data name="WSLCCLI_AvailableSubcommands" xml:space="preserve"> |
| 2244 | <value>Dostępne są następujące polecenia podrzędne:</value> |
| 2245 | </data> |
| 2246 | <data name="WSLCCLI_AvailableOptions" xml:space="preserve"> |
| 2247 | <value>Dostępne są następujące opcje:</value> |
| 2248 | </data> |
| 2249 | <data name="WSLCCLI_AvailableArguments" xml:space="preserve"> |
| 2250 | <value>Dostępne są następujące argumenty:</value> |
| 2251 | </data> |
| 2252 | <data name="WSLCCLI_NoColorArgDescription" xml:space="preserve"> |
| 2253 | <value>Wyłącz kolorowe dane wyjściowe.</value> |
| 2254 | </data> |
| 2255 | <data name="WSLCCLI_HelpForDetails" xml:space="preserve"> |
| 2256 | <value>Aby uzyskać więcej szczegółów na temat konkretnego polecenia, użyj dla niego opcji help.</value> |
| 2257 | </data> |
| 2258 | <data name="WSLCCLI_RunHelpForMoreInformation" xml:space="preserve"> |
| 2259 | <value>Uruchom '{} --help', aby uzyskać więcej informacji.</value> |
| 2260 | <comment>{FixedPlaceholder="{}"}{Locked="--help'"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2261 | </data> |
| 2262 | <data name="WSLCCLI_HeadingCommands" xml:space="preserve"> |
| 2263 | <value>Polecenia:</value> |
| 2264 | </data> |
| 2265 | <data name="WSLCCLI_HeadingOptions" xml:space="preserve"> |
| 2266 | <value>Opcje:</value> |
| 2267 | </data> |
| 2268 | <data name="WSLCCLI_HeadingGlobalOptions" xml:space="preserve"> |
| 2269 | <value>Opcje globalne:</value> |
| 2270 | </data> |
| 2271 | <data name="WSLCCLI_HeadingAliases" xml:space="preserve"> |
| 2272 | <value>Aliasy:</value> |
| 2273 | </data> |
| 2274 | <data name="WSLCCLI_HeadingArguments" xml:space="preserve"> |
| 2275 | <value>Argumenty:</value> |
| 2276 | </data> |
| 2277 | <data name="WSLCCLI_HeadingRelatedOptions" xml:space="preserve"> |
| 2278 | <value>Powiązane opcje:</value> |
| 2279 | </data> |
| 2280 | <data name="WSLCCLI_HeadingRelatedArguments" xml:space="preserve"> |
| 2281 | <value>Powiązane argumenty:</value> |
| 2282 | </data> |
| 2283 | <data name="WSLCCLI_InvalidNameError" xml:space="preserve"> |
| 2284 | <value>Nazwa opcji nie została rozpoznana dla bieżącego polecenia: „{}”</value> |
| 2285 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2286 | </data> |
| 2287 | <data name="WSLCCLI_CommandRequiresAdmin" xml:space="preserve"> |
| 2288 | <value>To polecenie wymaga uprawnień administratora do wykonania.</value> |
| 2289 | </data> |
| 2290 | <data name="WSLCCLI_SessionIdArgDescription" xml:space="preserve"> |
| 2291 | <value>Określ sesję, której chcesz użyć</value> |
| 2292 | </data> |
| 2293 | <data name="WSLCCLI_AttachArgDescription" xml:space="preserve"> |
| 2294 | <value>Dołącz do strumieni stdout/stderr kontenera</value> |
| 2295 | </data> |
| 2296 | <data name="WSLCCLI_InteractiveArgDescription" xml:space="preserve"> |
| 2297 | <value>Dołącz do strumienia stdin i pozostaw go otwartym</value> |
| 2298 | </data> |
| 2299 | <data name="WSLCCLI_PortArgDescription" xml:space="preserve"> |
| 2300 | <value>Określ port, którego chcesz użyć</value> |
| 2301 | </data> |
| 2302 | <data name="WSLCCLI_ContainerIdArgDescription" xml:space="preserve"> |
| 2303 | <value>Identyfikator kontenera</value> |
| 2304 | </data> |
| 2305 | <data name="WSLCCLI_MissingArgumentError" xml:space="preserve"> |
| 2306 | <value>Brak wartości opcji: „{}”</value> |
| 2307 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2308 | </data> |
| 2309 | <data name="WSLCCLI_InvalidAliasError" xml:space="preserve"> |
| 2310 | <value>Alias opcji nie został rozpoznany dla bieżącego polecenia: „{}”</value> |
| 2311 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2312 | </data> |
| 2313 | <data name="WSLCCLI_InvalidArgumentSpecifierError" xml:space="preserve"> |
| 2314 | <value>Nieprawidłowy specyfikator opcji: „{}”</value> |
| 2315 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2316 | </data> |
| 2317 | <data name="WSLCCLI_AdjoinedNotFoundError" xml:space="preserve"> |
| 2318 | <value>Nie znaleziono dołączonego aliasu opcji: „{}”</value> |
| 2319 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2320 | </data> |
| 2321 | <data name="WSLCCLI_AdjoinedNotFlagError" xml:space="preserve"> |
| 2322 | <value>Dołączony alias opcji nie jest flagą: „{}”</value> |
| 2323 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2324 | </data> |
| 2325 | <data name="WSLCCLI_SingleCharAfterDashError" xml:space="preserve"> |
| 2326 | <value>Nieprawidłowy specyfikator opcji: „{}”</value> |
| 2327 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2328 | </data> |
| 2329 | <data name="WSLCCLI_FlagContainAdjoinedError" xml:space="preserve"> |
| 2330 | <value>Opcja nie może zawierać dołączonej wartości: „{}”</value> |
| 2331 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2332 | </data> |
| 2333 | <data name="WSLCCLI_FlagInvalidBooleanError" xml:space="preserve"> |
| 2334 | <value>Nieprawidłowa wartość logiczna dla opcji: "{}". Oczekiwano wartości true, false, 1, 0, t lub f.</value> |
| 2335 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2336 | </data> |
| 2337 | <data name="WSLCCLI_ExtraPositionalError" xml:space="preserve"> |
| 2338 | <value>Znaleziono argument pozycyjny, mimo że nie był on oczekiwany: „{}”</value> |
| 2339 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2340 | </data> |
| 2341 | <data name="WSLCCLI_MissingArgumentNameError" xml:space="preserve"> |
| 2342 | <value>Brak nazwy opcji w: „{}”</value> |
| 2343 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2344 | </data> |
| 2345 | <data name="WSLCCLI_FailedResolvingForwardError" xml:space="preserve"> |
| 2346 | <value>Nie można rozwiązać przekazanych argumentów zaczynających się od argumentu: „{}”</value> |
| 2347 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2348 | </data> |
| 2349 | <data name="WSLCCLI_CommandHasNoForwardArgumentsError" xml:space="preserve"> |
| 2350 | <value>Napotkano nieprawidłowy dodatkowy argument: „{}”</value> |
| 2351 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2352 | </data> |
| 2353 | <data name="WSLCCLI_ValueMustBeLastInAliasChainError" xml:space="preserve"> |
| 2354 | <value>Aliasy opcji z wartością muszą znajdować się na końcu łańcucha aliasów: „{}”</value> |
| 2355 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2356 | </data> |
| 2357 | <data name="WSLCCLI_CopyrightHeader" xml:space="preserve"> |
| 2358 | <value>Copyright (c) Microsoft Corporation. Wszelkie prawa zastrzeżone. |
| 2359 | Aby uzyskać informacje o prywatności dotyczące tego produktu, odwiedź stronę HTTP://aka.ms/privacy.</value> |
| 2360 | <comment>Copyright notice and privacy link</comment> |
| 2361 | </data> |
| 2362 | <data name="MessageWslcInvalidImage" xml:space="preserve"> |
| 2363 | <value>Nieprawidłowy obraz: „{}”</value> |
| 2364 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2365 | </data> |
| 2366 | <data name="MessageWslcInvalidFilter" xml:space="preserve"> |
| 2367 | <value>Nieprawidłowy filtr: „{}”</value> |
| 2368 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2369 | </data> |
| 2370 | <data name="MessageWslcInvalidName" xml:space="preserve"> |
| 2371 | <value>Nieprawidłowa nazwa: „{}”</value> |
| 2372 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2373 | </data> |
| 2374 | <data name="MessagePathNotAbsolute" xml:space="preserve"> |
| 2375 | <value>Ścieżka nie jest bezwzględna: „{}”</value> |
| 2376 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2377 | </data> |
| 2378 | <data name="MessageWslcVolumeNotFound" xml:space="preserve"> |
| 2379 | <value>Nie znaleziono woluminu: „{}”</value> |
| 2380 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2381 | </data> |
| 2382 | <data name="MessageWslcImageNotFound" xml:space="preserve"> |
| 2383 | <value>Nie znaleziono obrazu „{}”.</value> |
| 2384 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2385 | </data> |
| 2386 | <data name="MessageWslcSecretInvalidSpec" xml:space="preserve"> |
| 2387 | <value>Nieprawidłowa wartość --secret value '{}': {}</value> |
| 2388 | <comment>{FixedPlaceholder="{}"}{Locked="--secret "}Command line arguments, file names and string inserts should not be translated</comment> |
| 2389 | </data> |
| 2390 | <data name="MessageWslcOutputInvalidSpec" xml:space="preserve"> |
| 2391 | <value>Nieprawidłowa wartość --output „{}”: {}</value> |
| 2392 | <comment>{FixedPlaceholder="{}"}{Locked="--output "}Command line arguments, file names and string inserts should not be translated</comment> |
| 2393 | </data> |
| 2394 | <data name="MessageWslcOutputConsoleNotSupported" xml:space="preserve"> |
| 2395 | <value>Nie można zapisać danych wyjściowych kompilacji w konsoli dla wartości --output „{}”.</value> |
| 2396 | <comment>{FixedPlaceholder="{}"}{Locked="--output "}Command line arguments, file names and string inserts should not be translated</comment> |
| 2397 | </data> |
| 2398 | <data name="MessageWslcMissingVolumeOption" xml:space="preserve"> |
| 2399 | <value>Brakuje wymaganej opcji: „{}”</value> |
| 2400 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2401 | </data> |
| 2402 | <data name="MessageWslcInvalidVolumeOption" xml:space="preserve"> |
| 2403 | <value>Nieprawidłowa wartość opcji „{}”: „{}”</value> |
| 2404 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2405 | </data> |
| 2406 | <data name="MessageWslcUnknownVolumeOption" xml:space="preserve"> |
| 2407 | <value>Nieznana opcja: „{}”</value> |
| 2408 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2409 | </data> |
| 2410 | <data name="MessageWslcInvalidVolumeType" xml:space="preserve"> |
| 2411 | <value>Nieobsługiwany typ woluminu: „{}”</value> |
| 2412 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2413 | </data> |
| 2414 | <data name="MessageWslcUnsupportedVolumeDriverOpts" xml:space="preserve"> |
| 2415 | <value>nieobsługiwane opcje sterownika woluminu: {}</value> |
| 2416 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2417 | </data> |
| 2418 | <data name="MessageWslcVolumeInUse" xml:space="preserve"> |
| 2419 | <value>Wolumin „{}” jest używany.</value> |
| 2420 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2421 | </data> |
| 2422 | <data name="MessageWslcNetworkNotFound" xml:space="preserve"> |
| 2423 | <value>Nie znaleziono sieci: „{}”</value> |
| 2424 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2425 | </data> |
| 2426 | <data name="MessageWslcInvalidNetworkDriver" xml:space="preserve"> |
| 2427 | <value>Nieobsługiwany sterownik sieci: „{}”</value> |
| 2428 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2429 | </data> |
| 2430 | <data name="MessageWslcInvalidNetworkDriverOption" xml:space="preserve"> |
| 2431 | <value>Nieobsługiwana opcja sterownika urządzenia sieciowego: „{}”</value> |
| 2432 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2433 | </data> |
| 2434 | <data name="MessageWslcGatewayRequiresSubnet" xml:space="preserve"> |
| 2435 | <value>Opcja '--gateway' wymaga również podania opcji '--subnet'.</value> |
| 2436 | <comment>{Locked="--gateway'"}{Locked="--subnet'"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2437 | </data> |
| 2438 | <data name="MessageWslcIpRangeRequiresSubnet" xml:space="preserve"> |
| 2439 | <value>Opcja '--ip-range' wymaga również określenia opcji '--subnet'.</value> |
| 2440 | <comment>{Locked="--ip-range'"}{Locked="--subnet'"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2441 | </data> |
| 2442 | <data name="MessageWslcNetworkInUse" xml:space="preserve"> |
| 2443 | <value>Sieć „{}” ma aktywne punkty końcowe.</value> |
| 2444 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2445 | </data> |
| 2446 | <data name="MessageWslcNetworkAlreadyExists" xml:space="preserve"> |
| 2447 | <value>Sieć „{}” już istnieje.</value> |
| 2448 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2449 | </data> |
| 2450 | <data name="MessageWslcInvalidNetworkMode" xml:space="preserve"> |
| 2451 | <value>Nieobsługiwany tryb sieciowy: „{}”</value> |
| 2452 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2453 | </data> |
| 2454 | <data name="MessageWslcInvalidStopTimeout" xml:space="preserve"> |
| 2455 | <value>Nieprawidłowa wartość limitu czasu zatrzymania: {}</value> |
| 2456 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2457 | </data> |
| 2458 | <data name="MessageWslcNetworkModeNoAdditionalNetworks" xml:space="preserve"> |
| 2459 | <value>Podstawowy tryb sieciowy „{}” nie obsługuje podłączania ani odłączania dodatkowych sieci.</value> |
| 2460 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2461 | </data> |
| 2462 | <data name="MessageWslcDuplicateNetwork" xml:space="preserve"> |
| 2463 | <value>Zduplikowana sieć: „{}”</value> |
| 2464 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2465 | </data> |
| 2466 | <data name="MessageWslcDriverOptDuplicate" xml:space="preserve"> |
| 2467 | <value>Zduplikowana opcja sterownika „{}”.</value> |
| 2468 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2469 | </data> |
| 2470 | <data name="MessageWslcDriverOptInvalid" xml:space="preserve"> |
| 2471 | <value>Nieprawidłowa opcja sterownika „{}”; oczekiwano „key=value”.</value> |
| 2472 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2473 | </data> |
| 2474 | <data name="MessageWslcEndpointSettingUnknown" xml:space="preserve"> |
| 2475 | <value>Nieznane ustawienie punktu końcowego „{}” dla sieci „{}”.</value> |
| 2476 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2477 | </data> |
| 2478 | <data name="MessageWslcIpAddressSingleValue" xml:space="preserve"> |
| 2479 | <value>Dla sieci '{}' można określić tylko jeden adres IP.</value> |
| 2480 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2481 | </data> |
| 2482 | <data name="MessageWslcLinkEmpty" xml:space="preserve"> |
| 2483 | <value>Łącze sieciowe nie może być puste.</value> |
| 2484 | </data> |
| 2485 | <data name="MessageWslcAliasEmpty" xml:space="preserve"> |
| 2486 | <value>Alias sieciowy nie może być pusty.</value> |
| 2487 | </data> |
| 2488 | <data name="MessageWslcAliasRequiresUserDefinedNetwork" xml:space="preserve"> |
| 2489 | <value>Network aliases require a user-defined network. Use --network to specify one.</value> |
| 2490 | <comment>{Locked="--network "}Command line arguments, file names and string inserts should not be translated</comment> |
| 2491 | </data> |
| 2492 | <data name="MessageWslcEndpointSettingsRequireNetwork" xml:space="preserve"> |
| 2493 | <value>Ustawienia punktu końcowego nie są obsługiwane w trybie sieciowym „{}”.</value> |
| 2494 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2495 | </data> |
| 2496 | <data name="MessageWslcAliasAmbiguousWithMultipleNetworks" xml:space="preserve"> |
| 2497 | <value>Network aliases cannot be specified when multiple networks are requested. Use a single --network option.</value> |
| 2498 | <comment>{Locked="--network "}Command line arguments, file names and string inserts should not be translated</comment> |
| 2499 | </data> |
| 2500 | <data name="MessageWslcIpRequiresUserDefinedNetwork" xml:space="preserve"> |
| 2501 | <value>An IP address requires a user-defined network. Use --network to specify one.</value> |
| 2502 | <comment>{Locked="--network "}Command line arguments, file names and string inserts should not be translated</comment> |
| 2503 | </data> |
| 2504 | <data name="MessageWslcIpAmbiguousWithMultipleNetworks" xml:space="preserve"> |
| 2505 | <value>An IP address cannot be specified when multiple networks are requested. Use a single --network option.</value> |
| 2506 | <comment>{Locked="--network "}Command line arguments, file names and string inserts should not be translated</comment> |
| 2507 | </data> |
| 2508 | <data name="MessageWslcFailedToMountVolume" xml:space="preserve"> |
| 2509 | <value>Nie można utworzyć woluminu „{}”: {}</value> |
| 2510 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2511 | </data> |
| 2512 | <data name="MessageWslcBindSourcePathNotFound" xml:space="preserve"> |
| 2513 | <value>Ścieżka źródłowa bind nie istnieje: „{}”</value> |
| 2514 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2515 | </data> |
| 2516 | <data name="MessageWslcBindSourcePathError" xml:space="preserve"> |
| 2517 | <value>Nie można uzyskać dostępu do ścieżki źródłowej bind „{}”: {}</value> |
| 2518 | <comment>{FixedPlaceholder="{}"}{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2519 | </data> |
| 2520 | <data name="MessageWslcTooManyVirtioFsShares" xml:space="preserve"> |
| 2521 | <value>Zainstalowano zbyt wiele woluminów (limit: {}). Uruchom ponownie sesję, aby zainstalować więcej woluminów. Ten problem zostanie rozwiązany w przyszłej wersji.</value> |
| 2522 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2523 | </data> |
| 2524 | <data name="MessageWslcPortInUse" xml:space="preserve"> |
| 2525 | <value>Port {} jest już używany, nie można uruchomić kontenera {}</value> |
| 2526 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2527 | </data> |
| 2528 | <data name="MessageWslcBothDockerAndContainerFileFound" xml:space="preserve"> |
| 2529 | <value>Znaleziono zarówno plik Dockerfile, jak i Containerfile. Użyj opcji -f, aby wybrać plik</value> |
| 2530 | <comment>{FixedPlaceholder="Dockerfile"}{FixedPlaceholder="Containerfile"}{FixedPlaceholder="-f"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2531 | </data> |
| 2532 | <data name="MessageWslcFailedToOpenFile" xml:space="preserve"> |
| 2533 | <value>Nie można otworzyć „{}”: {}</value> |
| 2534 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2535 | </data> |
| 2536 | <data name="MessageWslcImportPipeNotSupported" xml:space="preserve"> |
| 2537 | <value>Importowanie z potoku nie jest obsługiwane. Przekieruj stdin z pliku.</value> |
| 2538 | </data> |
| 2539 | <data name="MessageWslcBuildFileNotFound" xml:space="preserve"> |
| 2540 | <value>Nie znaleziono pliku Containerfile ani Dockerfile w „{}”</value> |
| 2541 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2542 | </data> |
| 2543 | <data name="MessageWslcSessionStorageNotFound" xml:space="preserve"> |
| 2544 | <value>Nie znaleziono sesji WSLC w elemencie „{}”</value> |
| 2545 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2546 | </data> |
| 2547 | <data name="MessageWslcSessionStorageMustBeEmpty" xml:space="preserve"> |
| 2548 | <value>Nie można użyć '{}' jako magazynu sesji, ponieważ katalog nie jest pusty</value> |
| 2549 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2550 | </data> |
| 2551 | <data name="MessageWslcSessionStorageMustBeDirectory" xml:space="preserve"> |
| 2552 | <value>Nie można użyć „{}” jako magazynu sesji, ponieważ nie jest katalogiem</value> |
| 2553 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2554 | </data> |
| 2555 | <data name="MessageWslcSessionStorageCustomLocation" xml:space="preserve"> |
| 2556 | <value>Tworzenie magazynu sesji w lokalizacji „{}” zgodnie z konfiguracją ustawienia session.storagePath. Jeśli później zmienisz lub usuniesz to ustawienie, dane przechowywane tutaj nie będą już używane przez sesję domyślną i będzie można je usunąć, aby odzyskać miejsce.</value> |
| 2557 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated. {Locked="session.storagePath"}"session.storagePath" is a configuration setting name and should not be translated.</comment> |
| 2558 | </data> |
| 2559 | <data name="MessageWslcTagImageInvalidFormat" xml:space="preserve"> |
| 2560 | <value>Nieprawidłowy format znacznika obrazu: „{}”. Oczekiwany format to „nazwa:znacznik”</value> |
| 2561 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2562 | </data> |
| 2563 | <data name="MessageWslcSaveInProgress" xml:space="preserve"> |
| 2564 | <value>Trwa zapisywanie.</value> |
| 2565 | </data> |
| 2566 | <data name="MessageWslcExportInProgress" xml:space="preserve"> |
| 2567 | <value>Trwa eksportowanie.</value> |
| 2568 | </data> |
| 2569 | <data name="WSLCCLI_RootCommandDesc" xml:space="preserve"> |
| 2570 | <value>WSLC to narzędzie wiersza poleceń dla kontenerów funkcji Podsystem Windows dla systemu Linux.</value> |
| 2571 | <comment>{Locked="WSLC"}Product names should not be translated</comment> |
| 2572 | </data> |
| 2573 | <data name="WSLCCLI_RootCommandLongDesc" xml:space="preserve"> |
| 2574 | <value>WSLC jest narzędziem interfejsu wiersza polecenia kontenera Podsystem Windows dla systemu Linux. Umożliwia zarządzanie kontenerami WSL i interakcję z nimi z wiersza polecenia.</value> |
| 2575 | <comment>{Locked="WSLC"}{Locked="WSL"}Product names should not be translated</comment> |
| 2576 | </data> |
| 2577 | <data name="WSLCCLI_ContainerCommandDesc" xml:space="preserve"> |
| 2578 | <value>Zarządzaj kontenerami.</value> |
| 2579 | </data> |
| 2580 | <data name="WSLCCLI_ContainerCommandLongDesc" xml:space="preserve"> |
| 2581 | <value>Zarządzaj cyklem życia kontenerów WSL, w tym tworzeniem, uruchamianiem, zatrzymywaniem i usuwaniem.</value> |
| 2582 | <comment>{Locked="WSL"}Product names should not be translated</comment> |
| 2583 | </data> |
| 2584 | <data name="WSLCCLI_ContainerAttachDesc" xml:space="preserve"> |
| 2585 | <value>Dołącz do kontenera.</value> |
| 2586 | </data> |
| 2587 | <data name="WSLCCLI_ContainerAttachLongDesc" xml:space="preserve"> |
| 2588 | <value>Dołącza do kontenera.</value> |
| 2589 | </data> |
| 2590 | <data name="WSLCCLI_ContainerCreateDesc" xml:space="preserve"> |
| 2591 | <value>Utwórz kontener.</value> |
| 2592 | </data> |
| 2593 | <data name="WSLCCLI_ContainerCreateLongDesc" xml:space="preserve"> |
| 2594 | <value>Tworzy kontener.</value> |
| 2595 | </data> |
| 2596 | <data name="WSLCCLI_ContainerExecDesc" xml:space="preserve"> |
| 2597 | <value>Wykonaj polecenie w uruchomionym kontenerze.</value> |
| 2598 | </data> |
| 2599 | <data name="WSLCCLI_ContainerExecLongDesc" xml:space="preserve"> |
| 2600 | <value>Wykonuje polecenie w uruchomionym kontenerze.</value> |
| 2601 | </data> |
| 2602 | <data name="WSLCCLI_ContainerExportDesc" xml:space="preserve"> |
| 2603 | <value>Eksportuj system plików kontenera jako archiwum tar.</value> |
| 2604 | </data> |
| 2605 | <data name="WSLCCLI_ContainerExportLongDesc" xml:space="preserve"> |
| 2606 | <value>Eksportuje system plików kontenera jako archiwum tar.</value> |
| 2607 | </data> |
| 2608 | <data name="WSLCCLI_ContainerExportOutputArgDescription" xml:space="preserve"> |
| 2609 | <value>Zapisz do pliku zamiast do STDOUT</value> |
| 2610 | <comment>{Locked="STDOUT"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2611 | </data> |
| 2612 | <data name="WSLCCLI_ContainerCpDesc" xml:space="preserve"> |
| 2613 | <value>Kopiuj pliki między kontenerem a lokalnym systemem plików.</value> |
| 2614 | </data> |
| 2615 | <data name="WSLCCLI_ContainerCpLongDesc" xml:space="preserve"> |
| 2616 | <value>Kopiuj pliki między kontenerem a lokalnym systemem plików. |
| 2617 | Użycie: wslc container cp [OPTIONS] SOURCE DEST |
| 2618 | Z lokalnego do kontenera: wslc container cp LOCAL_PATH CONTAINER:PATH |
| 2619 | Z kontenera do lokalnego: wslc container cp CONTAINER:PATH LOCAL_PATH |
| 2620 | Ze stdin do kontenera: wslc container cp - CONTAINER:PATH</value> |
| 2621 | <comment>{Locked="wslc"}{Locked="container cp"}{Locked="CONTAINER:PATH"}{Locked="LOCAL_PATH"}</comment> |
| 2622 | </data> |
| 2623 | <data name="WSLCCLI_CpSourceArgDescription" xml:space="preserve"> |
| 2624 | <value>Źródło: ścieżka lokalna, CONTAINER:PATH lub „-” dla stdin</value> |
| 2625 | <comment>{Locked="-"}{Locked="CONTAINER:PATH"}</comment> |
| 2626 | </data> |
| 2627 | <data name="WSLCCLI_CpTargetArgDescription" xml:space="preserve"> |
| 2628 | <value>Miejsce docelowe: ścieżka lokalna lub CONTAINER:PATH</value> |
| 2629 | <comment>{Locked="CONTAINER:PATH"}</comment> |
| 2630 | </data> |
| 2631 | <data name="WSLCCLI_CpInvalidTargetError" xml:space="preserve"> |
| 2632 | <value>Nieprawidłowy format miejsca docelowego. Oczekiwano CONTAINER:PATH</value> |
| 2633 | <comment>{Locked="CONTAINER:PATH"}</comment> |
| 2634 | </data> |
| 2635 | <data name="WSLCCLI_CpInvalidSourceError" xml:space="preserve"> |
| 2636 | <value>Nieprawidłowy format źródła. Oczekiwano CONTAINER:PATH</value> |
| 2637 | <comment>{Locked="CONTAINER:PATH"}</comment> |
| 2638 | </data> |
| 2639 | <data name="WSLCCLI_CpSourceNotFoundError" xml:space="preserve"> |
| 2640 | <value>Nie znaleziono ścieżki źródła: {0}</value> |
| 2641 | <comment>{0} is the source path</comment> |
| 2642 | </data> |
| 2643 | <data name="WSLCCLI_CpTarNotFoundError" xml:space="preserve"> |
| 2644 | <value>Nie znaleziono tar.exe. Plik tar systemu Windows jest wymagany do kopiowania plików lokalnych.</value> |
| 2645 | <comment>{Locked="tar.exe"}</comment> |
| 2646 | </data> |
| 2647 | <data name="WSLCCLI_CpInvalidDirectionError" xml:space="preserve"> |
| 2648 | <value>Nieprawidłowy kierunek kopiowania. Użyj CONTAINER:PATH jako źródła lub miejsca docelowego.</value> |
| 2649 | <comment>{Locked="CONTAINER:PATH"}</comment> |
| 2650 | </data> |
| 2651 | <data name="WSLCCLI_CpStdinIsTerminalError" xml:space="preserve"> |
| 2652 | <value>Nie można odczytać danych tar z terminala. Prześlij archiwum tar do stdin. |
| 2653 | Przykład: tar -cf - files | wslc container cp - CONTAINER:/path</value> |
| 2654 | <comment>{Locked="tar -cf -"}{Locked="wslc container cp"}{Locked="CONTAINER:/path"}</comment> |
| 2655 | </data> |
| 2656 | <data name="WSLCCLI_CpNoFileExtractedError" xml:space="preserve"> |
| 2657 | <value>Nie wyodrębniono żadnego pliku z archiwum kontenera</value> |
| 2658 | <comment>Shown when the container archive download produced no extractable files.</comment> |
| 2659 | </data> |
| 2660 | <data name="WSLCCLI_CpSourceIsDirectoryError" xml:space="preserve"> |
| 2661 | <value>Nie można skopiować katalogu do ścieżki pliku. Zamiast tego użyj elementu docelowego katalogu (z separatorem końcowym).</value> |
| 2662 | <comment>Shown when the user tries to copy a directory from the container to a file destination.</comment> |
| 2663 | </data> |
| 2664 | <data name="WSLCCLI_ContainerInspectDesc" xml:space="preserve"> |
| 2665 | <value>Sprawdź kontener.</value> |
| 2666 | </data> |
| 2667 | <data name="WSLCCLI_ContainerInspectLongDesc" xml:space="preserve"> |
| 2668 | <value>Wyświetl szczegółowe informacje o kontenerze.</value> |
| 2669 | </data> |
| 2670 | <data name="WSLCCLI_ContainerKillDesc" xml:space="preserve"> |
| 2671 | <value>Zabij co najmniej jeden uruchomiony kontener.</value> |
| 2672 | </data> |
| 2673 | <data name="WSLCCLI_ContainerKillLongDesc" xml:space="preserve"> |
| 2674 | <value>Zabija co najmniej jeden uruchomiony kontener przez domyślne wysłanie sygnału SIGKILL lub sygnału określonego za pomocą parametru --signal.</value> |
| 2675 | <comment>{Locked="--signal."}Command line arguments, file names and string inserts should not be translated</comment> |
| 2676 | </data> |
| 2677 | <data name="WSLCCLI_ContainerListDesc" xml:space="preserve"> |
| 2678 | <value>Wyświetl listę kontenerów.</value> |
| 2679 | </data> |
| 2680 | <data name="WSLCCLI_ContainerListLongDesc" xml:space="preserve"> |
| 2681 | <value>Wyświetla listę kontenerów. Domyślnie wyświetlane są tylko uruchomione kontenery; użyj opcji --all aby uwzględnić wszystkie kontenery.</value> |
| 2682 | <comment>{Locked="--all "}Command line arguments, file names and string inserts should not be translated</comment> |
| 2683 | </data> |
| 2684 | <data name="WSLCCLI_ContainerLogsDesc" xml:space="preserve"> |
| 2685 | <value>Wyświetl dzienniki kontenera.</value> |
| 2686 | </data> |
| 2687 | <data name="WSLCCLI_ContainerLogsLongDesc" xml:space="preserve"> |
| 2688 | <value>Wyświetl dzienniki kontenera.</value> |
| 2689 | </data> |
| 2690 | <data name="WSLCCLI_ContainerPruneDeletedHeader" xml:space="preserve"> |
| 2691 | <value>Usunięte kontenery:</value> |
| 2692 | </data> |
| 2693 | <data name="WSLCCLI_ContainerPruneDesc" xml:space="preserve"> |
| 2694 | <value>Usuń wszystkie zatrzymane kontenery.</value> |
| 2695 | </data> |
| 2696 | <data name="WSLCCLI_ContainerPruneLongDesc" xml:space="preserve"> |
| 2697 | <value>Usuwa wszystkie zatrzymane kontenery.</value> |
| 2698 | </data> |
| 2699 | <data name="WSLCCLI_ContainerPruneSpaceReclaimedBytes" xml:space="preserve"> |
| 2700 | <value>Łączna ilość odzyskanego miejsca: {}</value> |
| 2701 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2702 | </data> |
| 2703 | <data name="WSLCCLI_ContainerRemoveDesc" xml:space="preserve"> |
| 2704 | <value>Usuń kontenery.</value> |
| 2705 | </data> |
| 2706 | <data name="WSLCCLI_ContainerRemoveLongDesc" xml:space="preserve"> |
| 2707 | <value>Usuwa kontenery.</value> |
| 2708 | </data> |
| 2709 | <data name="WSLCCLI_ContainerRunDesc" xml:space="preserve"> |
| 2710 | <value>Uruchom kontener.</value> |
| 2711 | </data> |
| 2712 | <data name="WSLCCLI_ContainerRunLongDesc" xml:space="preserve"> |
| 2713 | <value>Uruchamia kontener. Domyślnie kontener jest uruchamiany na pierwszym planie; Użyj --detach do uruchamiania w tle.</value> |
| 2714 | <comment>{Locked="--detach "}Command line arguments, file names and string inserts should not be translated</comment> |
| 2715 | </data> |
| 2716 | <data name="WSLCCLI_ContainerStartDesc" xml:space="preserve"> |
| 2717 | <value>Uruchom kontener.</value> |
| 2718 | </data> |
| 2719 | <data name="WSLCCLI_ContainerStartLongDesc" xml:space="preserve"> |
| 2720 | <value>Uruchamia kontener.</value> |
| 2721 | </data> |
| 2722 | <data name="WSLCCLI_ContainerStatsDesc" xml:space="preserve"> |
| 2723 | <value>Wyświetl statystyki użycia zasobów kontenera.</value> |
| 2724 | </data> |
| 2725 | <data name="WSLCCLI_ContainerStatsLongDesc" xml:space="preserve"> |
| 2726 | <value>Wyświetl migawkę użycia zasobów uruchomionego kontenera: procesor CPU, pamięć, sieciowe we/wy, blokowe we/wy i PIDS.</value> |
| 2727 | </data> |
| 2728 | <data name="WSLCCLI_ContainerStopDesc" xml:space="preserve"> |
| 2729 | <value>Zatrzymaj kontenery.</value> |
| 2730 | </data> |
| 2731 | <data name="WSLCCLI_ContainerStopLongDesc" xml:space="preserve"> |
| 2732 | <value>Zatrzymuje kontenery.</value> |
| 2733 | </data> |
| 2734 | <data name="WSLCCLI_ContainerStopSignalArgDescription" xml:space="preserve"> |
| 2735 | <value>Sygnał do wysłania (domyślnie: skonfigurowany dla kontenera sygnał STOPSIGNAL lub sygnał SIGTERM, jeśli żadnego nie skonfigurowano)</value> |
| 2736 | <comment>{Locked="STOPSIGNAL"}{Locked="SIGTERM"}Command line arguments should not be translated</comment> |
| 2737 | </data> |
| 2738 | <data name="WSLCCLI_ImageCommandDesc" xml:space="preserve"> |
| 2739 | <value>Zarządzaj obrazami.</value> |
| 2740 | </data> |
| 2741 | <data name="WSLCCLI_ImageCommandLongDesc" xml:space="preserve"> |
| 2742 | <value>Zarządzaj obrazami kontenerów, w tym kompilowaniem, ściąganiem, wyświetlaniem i usuwaniem.</value> |
| 2743 | </data> |
| 2744 | <data name="WSLCCLI_ImageBuildDesc" xml:space="preserve"> |
| 2745 | <value>Utwórz obraz z pliku Dockerfile.</value> |
| 2746 | <comment>{Locked="Dockerfile"}Command line arguments should not be translated</comment> |
| 2747 | </data> |
| 2748 | <data name="WSLCCLI_ImageBuildLongDesc" xml:space="preserve"> |
| 2749 | <value>Tworzy obraz na podstawie pliku Dockerfile i katalogu kontekstu kompilacji.</value> |
| 2750 | <comment>{Locked="Dockerfile"}Command line arguments should not be translated</comment> |
| 2751 | </data> |
| 2752 | <data name="WSLCCLI_ImageInspectDesc" xml:space="preserve"> |
| 2753 | <value>Sprawdź obrazy.</value> |
| 2754 | </data> |
| 2755 | <data name="WSLCCLI_ImageInspectLongDesc" xml:space="preserve"> |
| 2756 | <value>Sprawdź obrazy.</value> |
| 2757 | </data> |
| 2758 | <data name="WSLCCLI_ImageImportDesc" xml:space="preserve"> |
| 2759 | <value>Importuj obraz z pliku tarball.</value> |
| 2760 | </data> |
| 2761 | <data name="WSLCCLI_ImageImportLongDesc" xml:space="preserve"> |
| 2762 | <value>Importuje zawartość pliku tarball w celu utworzenia obrazu systemu plików. Opcjonalnie oznacz obraz tagiem z nazwą repozytorium i tagu.</value> |
| 2763 | </data> |
| 2764 | <data name="WSLCCLI_ImageListDesc" xml:space="preserve"> |
| 2765 | <value>Wyświetl listę obrazów.</value> |
| 2766 | </data> |
| 2767 | <data name="WSLCCLI_ImageListLongDesc" xml:space="preserve"> |
| 2768 | <value>Wyświetla listę obrazów.</value> |
| 2769 | </data> |
| 2770 | <data name="WSLCCLI_ImageLoadDesc" xml:space="preserve"> |
| 2771 | <value>Załaduj obrazy.</value> |
| 2772 | </data> |
| 2773 | <data name="WSLCCLI_ImageLoadLongDesc" xml:space="preserve"> |
| 2774 | <value>Ładuje obrazy.</value> |
| 2775 | </data> |
| 2776 | <data name="WSLCCLI_ImagePullDesc" xml:space="preserve"> |
| 2777 | <value>Pobierz obrazy.</value> |
| 2778 | </data> |
| 2779 | <data name="WSLCCLI_ImagePullLongDesc" xml:space="preserve"> |
| 2780 | <value>Pobiera obrazy.</value> |
| 2781 | </data> |
| 2782 | <data name="WSLCCLI_ImagePruneAllArgDescription" xml:space="preserve"> |
| 2783 | <value>Usuń wszystkie nieużywane obrazy, a nie tylko wiszące.</value> |
| 2784 | </data> |
| 2785 | <data name="WSLCCLI_ImagePruneDeleted" xml:space="preserve"> |
| 2786 | <value>usunięto: {}</value> |
| 2787 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2788 | </data> |
| 2789 | <data name="WSLCCLI_ImagePruneDeletedHeader" xml:space="preserve"> |
| 2790 | <value>Usunięte obrazy:</value> |
| 2791 | </data> |
| 2792 | <data name="WSLCCLI_ImagePruneDesc" xml:space="preserve"> |
| 2793 | <value>Usuń nieużywane obrazy.</value> |
| 2794 | </data> |
| 2795 | <data name="WSLCCLI_ImagePruneLongDesc" xml:space="preserve"> |
| 2796 | <value>Removes all dangling images. If --all is specified, removes all images not used by any container.</value> |
| 2797 | <comment>{Locked="--all "}Command line arguments, file names and string inserts should not be translated</comment> |
| 2798 | </data> |
| 2799 | <data name="WSLCCLI_ImagePruneSpaceReclaimedBytes" xml:space="preserve"> |
| 2800 | <value>Łączna ilość odzyskanego miejsca: {}</value> |
| 2801 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2802 | </data> |
| 2803 | <data name="WSLCCLI_ImagePruneUntagged" xml:space="preserve"> |
| 2804 | <value>bez tagu: {}</value> |
| 2805 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2806 | </data> |
| 2807 | <data name="WSLCCLI_ImagePushDesc" xml:space="preserve"> |
| 2808 | <value>Przekaż obraz do rejestru.</value> |
| 2809 | </data> |
| 2810 | <data name="WSLCCLI_ImagePushLongDesc" xml:space="preserve"> |
| 2811 | <value>Przekaż obraz do rejestru.</value> |
| 2812 | </data> |
| 2813 | <data name="WSLCCLI_ImageDeleteDeleted" xml:space="preserve"> |
| 2814 | <value>Usunięto: {}</value> |
| 2815 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2816 | </data> |
| 2817 | <data name="WSLCCLI_ImageDeleteUntagged" xml:space="preserve"> |
| 2818 | <value>Bez tagu: {}</value> |
| 2819 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2820 | </data> |
| 2821 | <data name="WSLCCLI_ImageRemoveDesc" xml:space="preserve"> |
| 2822 | <value>Usuń obrazy.</value> |
| 2823 | </data> |
| 2824 | <data name="WSLCCLI_ImageRemoveLongDesc" xml:space="preserve"> |
| 2825 | <value>Usuwa obrazy.</value> |
| 2826 | </data> |
| 2827 | <data name="WSLCCLI_ImageSaveDesc" xml:space="preserve"> |
| 2828 | <value>Zapisz obrazy.</value> |
| 2829 | </data> |
| 2830 | <data name="WSLCCLI_ImageSaveLongDesc" xml:space="preserve"> |
| 2831 | <value>Zapisuje obrazy.</value> |
| 2832 | </data> |
| 2833 | <data name="WSLCCLI_LoginDesc" xml:space="preserve"> |
| 2834 | <value>Zaloguj się do rejestru.</value> |
| 2835 | </data> |
| 2836 | <data name="WSLCCLI_LoginLongDesc" xml:space="preserve"> |
| 2837 | <value>Zaloguj się do rejestru. Jeśli nie określono serwera, wartość domyślna jest definiowana przez sesję.</value> |
| 2838 | </data> |
| 2839 | <data name="WSLCCLI_LogoutDesc" xml:space="preserve"> |
| 2840 | <value>Wyloguj się z rejestru.</value> |
| 2841 | </data> |
| 2842 | <data name="WSLCCLI_LogoutLongDesc" xml:space="preserve"> |
| 2843 | <value>Wyloguj się z rejestru. Jeśli nie określono serwera, wartość domyślna jest definiowana przez sesję.</value> |
| 2844 | </data> |
| 2845 | <data name="WSLCCLI_LoginSucceeded" xml:space="preserve"> |
| 2846 | <value>Logowanie powiodło się</value> |
| 2847 | </data> |
| 2848 | <data name="WSLCCLI_LogoutSucceeded" xml:space="preserve"> |
| 2849 | <value>Usuwanie poświadczeń logowania dla {}</value> |
| 2850 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2851 | </data> |
| 2852 | <data name="WSLCCLI_LogoutNotFound" xml:space="preserve"> |
| 2853 | <value>Nie zalogowano w {}</value> |
| 2854 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2855 | </data> |
| 2856 | <data name="WSLCCLI_CredentialFileCorrupt" xml:space="preserve"> |
| 2857 | <value>Nie można przeanalizować pliku poświadczeń "{}": plik może być uszkodzony.</value> |
| 2858 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2859 | </data> |
| 2860 | <data name="MessageWslcFailedToWriteFile" xml:space="preserve"> |
| 2861 | <value>Nie można zapisać „{}”: {}</value> |
| 2862 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2863 | </data> |
| 2864 | <data name="WSLCCLI_LoginServerArgDescription" xml:space="preserve"> |
| 2865 | <value>Serwer</value> |
| 2866 | </data> |
| 2867 | <data name="WSLCCLI_LoginUsernameArgDescription" xml:space="preserve"> |
| 2868 | <value>Nazwa użytkownika</value> |
| 2869 | </data> |
| 2870 | <data name="WSLCCLI_LoginPasswordArgDescription" xml:space="preserve"> |
| 2871 | <value>Hasło lub osobisty token dostępu (PAT)</value> |
| 2872 | <comment>{Locked="PAT"}Acronym should not be translated</comment> |
| 2873 | </data> |
| 2874 | <data name="WSLCCLI_LoginPasswordStdinArgDescription" xml:space="preserve"> |
| 2875 | <value>Pobierz hasło lub osobisty token dostępu (PAT) ze stdin</value> |
| 2876 | <comment>{Locked="PAT"}{Locked="stdin"}Technical terms should not be translated</comment> |
| 2877 | </data> |
| 2878 | <data name="WSLCCLI_LoginPasswordAndStdinMutuallyExclusive" xml:space="preserve"> |
| 2879 | <value>Opcje --password i --password-stdin wykluczają się wzajemnie</value> |
| 2880 | <comment>{Locked="--password "}{Locked="--password-stdin "}Command line arguments, file names and string inserts should not be translated</comment> |
| 2881 | </data> |
| 2882 | <data name="WSLCCLI_LoginPasswordStdinRequiresUsername" xml:space="preserve"> |
| 2883 | <value>Należy podać opcję --username wraz z opcją --password-stdin</value> |
| 2884 | <comment>{Locked="--username "}{Locked="--password-stdin"}Command line arguments, file names and string inserts should not be translated</comment> |
| 2885 | </data> |
| 2886 | <data name="WSLCCLI_LoginUsernamePrompt" xml:space="preserve"> |
| 2887 | <value>Nazwa użytkownika: </value> |
| 2888 | </data> |
| 2889 | <data name="WSLCCLI_LoginPasswordPrompt" xml:space="preserve"> |
| 2890 | <value>Hasło: </value> |
| 2891 | </data> |
| 2892 | <data name="WSLCCLI_RegistryCommandDesc" xml:space="preserve"> |
| 2893 | <value>Zarządzaj poświadczeniami rejestru.</value> |
| 2894 | </data> |
| 2895 | <data name="WSLCCLI_RegistryCommandLongDesc" xml:space="preserve"> |
| 2896 | <value>Zarządzaj poświadczeniami rejestru, w tym logowaniem i wylogowywaniem z rejestrów kontenerów.</value> |
| 2897 | </data> |
| 2898 | <data name="WSLCCLI_SystemCommandDesc" xml:space="preserve"> |
| 2899 | <value>Polecenia na poziomie systemu</value> |
| 2900 | </data> |
| 2901 | <data name="WSLCCLI_SystemCommandLongDesc" xml:space="preserve"> |
| 2902 | <value>Polecenia zarządzania na poziomie systemu.</value> |
| 2903 | </data> |
| 2904 | <data name="WSLCCLI_ImageTagDesc" xml:space="preserve"> |
| 2905 | <value>Oznacz obraz.</value> |
| 2906 | </data> |
| 2907 | <data name="WSLCCLI_ImageTagLongDesc" xml:space="preserve"> |
| 2908 | <value>Oznacza obraz.</value> |
| 2909 | </data> |
| 2910 | <data name="WSLCCLI_SessionCommandDesc" xml:space="preserve"> |
| 2911 | <value>Zarządzaj sesjami.</value> |
| 2912 | </data> |
| 2913 | <data name="WSLCCLI_SessionCommandLongDesc" xml:space="preserve"> |
| 2914 | <value>Zarządzaj sesjami kontenerów WSL, w tym wyświetlaniem list aktywnych sesji i uruchamianiem interakcyjnych powłok.</value> |
| 2915 | <comment>{Locked="WSL"}Product names should not be translated</comment> |
| 2916 | </data> |
| 2917 | <data name="WSLCCLI_SessionListDesc" xml:space="preserve"> |
| 2918 | <value>Wyświetl listę sesji.</value> |
| 2919 | </data> |
| 2920 | <data name="WSLCCLI_SessionListLongDesc" xml:space="preserve"> |
| 2921 | <value>Wyświetla listę aktywnych sesji.</value> |
| 2922 | </data> |
| 2923 | <data name="WSLCCLI_SessionShellDesc" xml:space="preserve"> |
| 2924 | <value>Dołącz do sesji.</value> |
| 2925 | </data> |
| 2926 | <data name="WSLCCLI_SessionShellLongDesc" xml:space="preserve"> |
| 2927 | <value>Dołącza do aktywnej sesji. Jeśli nie podano identyfikatora sesji, zostanie użyta domyślna sesja wslc.</value> |
| 2928 | <comment>{Locked="wslc"}Command line arguments should not be translated</comment> |
| 2929 | </data> |
| 2930 | <data name="WSLCCLI_SessionRunDesc" xml:space="preserve"> |
| 2931 | <value>Uruchom polecenie w sesji.</value> |
| 2932 | </data> |
| 2933 | <data name="WSLCCLI_SessionRunLongDesc" xml:space="preserve"> |
| 2934 | <value>Uruchamia polecenie w aktywnej sesji bez TTY. Polecenie i jego argumenty są przekazywane bezpośrednio do sesji. Jeśli nie zostanie określona żadna sesja, zostanie użyta wslc sesja domyślna.</value> |
| 2935 | <comment>{Locked="wslc"}{Locked="TTY"}Command line arguments and technical terms should not be translated</comment> |
| 2936 | </data> |
| 2937 | <data name="WSLCCLI_SessionRunForwardArgsDescription" xml:space="preserve"> |
| 2938 | <value>Argumenty do przekazania do uruchamianego polecenia</value> |
| 2939 | </data> |
| 2940 | <data name="WSLCCLI_SessionTerminateDesc" xml:space="preserve"> |
| 2941 | <value>Przerwij sesję.</value> |
| 2942 | </data> |
| 2943 | <data name="WSLCCLI_SessionTerminateLongDesc" xml:space="preserve"> |
| 2944 | <value>Przerywa aktywną sesję. Jeśli nie określono sesji, zostanie przerwana sesja domyślna.</value> |
| 2945 | </data> |
| 2946 | <data name="WSLCCLI_SessionEnterDesc" xml:space="preserve"> |
| 2947 | <value>Wprowadź sesję tymczasową.</value> |
| 2948 | </data> |
| 2949 | <data name="WSLCCLI_SessionEnterLongDesc" xml:space="preserve"> |
| 2950 | <value>Tworzy nietrwałą sesję z daną ścieżką magazynu i otwiera w niej powłokę. Sesja zostanie usunięta, gdy powłoka zostanie zakończona. Jeśli nazwa nie zostanie podana, zostanie wygenerowany identyfikator GUID i wydrukowany w usłudze stderr.</value> |
| 2951 | <comment>{Locked="GUID"}{Locked="stderr"}Technical terms should not be translated</comment> |
| 2952 | </data> |
| 2953 | <data name="WSLCCLI_SessionEnterNameArgDescription" xml:space="preserve"> |
| 2954 | <value>Nazwa sesji. Jeśli nie zostanie podana, zostanie wygenerowana GUID.</value> |
| 2955 | <comment>{Locked="GUID"}Technical terms should not be translated</comment> |
| 2956 | </data> |
| 2957 | <data name="WSLCCLI_SettingsCommandDesc" xml:space="preserve"> |
| 2958 | <value>Otwórz plik ustawień w edytorze domyślnym.</value> |
| 2959 | </data> |
| 2960 | <data name="WSLCCLI_SettingsCommandLongDesc" xml:space="preserve"> |
| 2961 | <value>Otwiera plik ustawień użytkownika wslc w domyślnym edytorze systemowym dla plików .yaml. |
| 2962 | Przy pierwszym uruchomieniu tworzy plik ze wszystkimi ustawieniami ujętymi w komentarz i ich wartościami domyślnymi.</value> |
| 2963 | <comment>{Locked="wslc"}{Locked=".yaml"}Command line arguments should not be translated</comment> |
| 2964 | </data> |
| 2965 | <data name="WSLCCLI_SettingsResetDesc" xml:space="preserve"> |
| 2966 | <value>Resetuj ustawienia do wbudowanych wartości domyślnych.</value> |
| 2967 | </data> |
| 2968 | <data name="WSLCCLI_SettingsResetLongDesc" xml:space="preserve"> |
| 2969 | <value>Zastępuje plik ustawień szablonem wartości domyślnych ujętych w komentarz.</value> |
| 2970 | </data> |
| 2971 | <data name="WSLCCLI_SettingsResetConfirm" xml:space="preserve"> |
| 2972 | <value>Przywrócono wartości domyślne ustawień.</value> |
| 2973 | </data> |
| 2974 | <data name="WSLCCLI_VersionDesc" xml:space="preserve"> |
| 2975 | <value>Pokaż informacje o wersji.</value> |
| 2976 | </data> |
| 2977 | <data name="WSLCCLI_VersionLongDesc" xml:space="preserve"> |
| 2978 | <value>Pokaż informacje o wersji dla tego narzędzia.</value> |
| 2979 | </data> |
| 2980 | <data name="WSLCCLI_AllArgDescription" xml:space="preserve"> |
| 2981 | <value>Pokaż wszystko bez względu na stan.</value> |
| 2982 | </data> |
| 2983 | <data name="WSLCCLI_ArchiveArgDescription" xml:space="preserve"> |
| 2984 | <value>Tryb archiwum (akceptowany w celu zachowania zgodności z interfejsem wiersza polecenia platformy Docker)</value> |
| 2985 | <comment>{Locked="Docker"}</comment> |
| 2986 | </data> |
| 2987 | <data name="WSLCCLI_BuildArgDescription" xml:space="preserve"> |
| 2988 | <value>Ustaw zmienne czasu kompilacji (KEY=VALUE)</value> |
| 2989 | <comment>{Locked="KEY=VALUE"}Command line arguments should not be translated</comment> |
| 2990 | </data> |
| 2991 | <data name="WSLCCLI_BuildPullArgDescription" xml:space="preserve"> |
| 2992 | <value>Zawsze próbuj pobrać nowszą wersję obrazu</value> |
| 2993 | </data> |
| 2994 | <data name="WSLCCLI_BuildOutputArgDescription" xml:space="preserve"> |
| 2995 | <value>Miejsce docelowe danych wyjściowych kompilacji (docker buildx --output spec; np. type=local,dest=path lub type=tar,dest=out.tar)</value> |
| 2996 | <comment>{Locked="--output "}Command line arguments, file names and string inserts should not be translated</comment> |
| 2997 | </data> |
| 2998 | <data name="WSLCCLI_BuildTargetArgDescription" xml:space="preserve"> |
| 2999 | <value>Ustaw etap docelowy kompilacji</value> |
| 3000 | </data> |
| 3001 | <data name="WSLCCLI_SecretArgDescription" xml:space="preserve"> |
| 3002 | <value>Udostępnij sekret kompilacji (id=NAME[,type=env|file][,env=VAR|,src=PATH]; domyślnie zmienna środowiskowa NAME)</value> |
| 3003 | <comment>{Locked="id=NAME"}{Locked="type=env|file"}{Locked="env=VAR"}{Locked="src=PATH"}Command line arguments should not be translated</comment> |
| 3004 | </data> |
| 3005 | <data name="WSLCCLI_CommandArgDescription" xml:space="preserve"> |
| 3006 | <value>Polecenie do uruchomienia</value> |
| 3007 | </data> |
| 3008 | <data name="WSLCCLI_CpusArgDescription" xml:space="preserve"> |
| 3009 | <value>Liczba procesorów (np. 0.5, 1, 2.5)</value> |
| 3010 | <comment>{Locked="0.5"}{Locked="1"}{Locked="2.5"}Command line argument example values should not be translated</comment> |
| 3011 | </data> |
| 3012 | <data name="WSLCCLI_InvalidCpusError" xml:space="preserve"> |
| 3013 | <value>Nieprawidłowa wartość opcji {}: "{}". Oczekiwano dodatniej liczby procesorów (np. 0.5, 1, 2)</value> |
| 3014 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated{Locked="0.5"}{Locked="1"}{Locked="2"}</comment> |
| 3015 | </data> |
| 3016 | <data name="WSLCCLI_ForceArgDescription" xml:space="preserve"> |
| 3017 | <value>Usuń kontenery, nawet jeśli są uruchomione</value> |
| 3018 | </data> |
| 3019 | <data name="WSLCCLI_DetachArgDescription" xml:space="preserve"> |
| 3020 | <value>Uruchom kontener w trybie odłączonym</value> |
| 3021 | </data> |
| 3022 | <data name="WSLCCLI_EntrypointArgDescription" xml:space="preserve"> |
| 3023 | <value>Określa plik wykonywalny procesu init kontenera</value> |
| 3024 | </data> |
| 3025 | <data name="WSLCCLI_EnvArgDescription" xml:space="preserve"> |
| 3026 | <value>Pary Key=Value dla zmiennych środowiskowych</value> |
| 3027 | <comment>{Locked="Key=Value"}Command line arguments should not be translated</comment> |
| 3028 | </data> |
| 3029 | <data name="WSLCCLI_EnvFileArgDescription" xml:space="preserve"> |
| 3030 | <value>Plik zawierający pary key=value dla zmiennych środowiskowych</value> |
| 3031 | <comment>{Locked="key=value"}Command line arguments should not be translated</comment> |
| 3032 | </data> |
| 3033 | <data name="WSLCCLI_FileArgDescription" xml:space="preserve"> |
| 3034 | <value>Ścieżka do pliku Dockerfile (użyj „-”, aby czytać z stdin)</value> |
| 3035 | <comment>{Locked="Dockerfile"}{Locked="stdin"}{Locked="-"}Command line arguments should not be translated</comment> |
| 3036 | </data> |
| 3037 | <data name="WSLCCLI_FilterArgDescription" xml:space="preserve"> |
| 3038 | <value>Filtruj wyniki na podstawie podanych warunków</value> |
| 3039 | </data> |
| 3040 | <data name="WSLCCLI_InvalidFilterError" xml:space="preserve"> |
| 3041 | <value>Nieprawidłowa wartość „{}” dla opcji '-f, --filter': nieprawidłowy format filtru (oczekiwano nazwa=wartość)</value> |
| 3042 | <comment>{FixedPlaceholder="{}"}{Locked="--filter'"}Command line arguments, file names and string inserts should not be translated</comment> </data> |
| 3043 | <data name="WSLCCLI_InvalidMountError" xml:space="preserve"> |
| 3044 | <value>Nieprawidłowy argument "{}" dla opcji '--mount': {}</value> |
| 3045 | <comment>{FixedPlaceholder="{}"}{FixedPlaceholder="{}"}{Locked="--mount'"}Command line arguments, file names and string inserts should not be translated</comment> |
| 3046 | </data> |
| 3047 | <data name="WSLCCLI_InvalidTmpfsError" xml:space="preserve"> |
| 3048 | <value>Nieprawidłowy argument "{}" dla opcji '--tmpfs': {}</value> |
| 3049 | <comment>{FixedPlaceholder="{}"}{FixedPlaceholder="{}"}{Locked="--tmpfs'"}Command line arguments, file names and string inserts should not be translated</comment> |
| 3050 | </data> |
| 3051 | <data name="WSLCCLI_UnsupportedMountError" xml:space="preserve"> |
| 3052 | <value>Argument "{}" dla opcji "--mount'" używa nieobsługiwanej funkcji: {}</value> |
| 3053 | <comment>{FixedPlaceholder="{}"}{FixedPlaceholder="{}"}{Locked="--mount'"}Command line arguments, file names and string inserts should not be translated</comment> |
| 3054 | </data> |
| 3055 | <data name="WSLCCLI_DuplicateMountDestinationError" xml:space="preserve"> |
| 3056 | <value>Duplikat punktu instalacji: {}</value> |
| 3057 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 3058 | </data> |
| 3059 | <data name="WSLCCLI_MountMalformedCsvError" xml:space="preserve"> |
| 3060 | <value>Dane wejściowe CSV są źle sformułowane.</value> |
| 3061 | <comment>{Locked="CSV"}Command line arguments should not be translated</comment> |
| 3062 | </data> |
| 3063 | <data name="WSLCCLI_MountFieldKeyValueRequiredError" xml:space="preserve"> |
| 3064 | <value>Pole „{}” musi być parą klucz=wartość.</value> |
| 3065 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 3066 | </data> |
| 3067 | <data name="WSLCCLI_MountUnexpectedKeyError" xml:space="preserve"> |
| 3068 | <value>Klucz „{}” jest nieoczekiwany w „{}”.</value> |
| 3069 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 3070 | </data> |
| 3071 | <data name="WSLCCLI_MountInvalidValueError" xml:space="preserve"> |
| 3072 | <value>Wartość dla „{}” jest nieprawidłowa: „{}”.</value> |
| 3073 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 3074 | </data> |
| 3075 | <data name="WSLCCLI_MountInvalidBindRecursiveValueError" xml:space="preserve"> |
| 3076 | <value>Wartość dla „{}” jest nieprawidłowa: „{}”. Prawidłowe wartości to „enabled”, „disabled”, „writable” i „readonly”.</value> |
| 3077 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 3078 | </data> |
| 3079 | <data name="WSLCCLI_MountTypeRequiredError" xml:space="preserve"> |
| 3080 | <value>Typ instalacji jest wymagany.</value> |
| 3081 | </data> |
| 3082 | <data name="WSLCCLI_MountOptionFamilyMismatchError" xml:space="preserve"> |
| 3083 | <value>Opcje pasujące do „{}” nie mogą być używane z typem instalacji „{}”.</value> |
| 3084 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 3085 | </data> |
| 3086 | <data name="WSLCCLI_MountOptionRequiresReadonlyError" xml:space="preserve"> |
| 3087 | <value>Opcja „{}” wymaga opcji „readonly”.</value> |
| 3088 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 3089 | </data> |
| 3090 | <data name="WSLCCLI_MountBindRecursiveReadonlyRequiresPropagationError" xml:space="preserve"> |
| 3091 | <value>Opcja „bind-recursive=readonly” wymaga opcji „bind-propagation=rprivate”.</value> |
| 3092 | <comment>{Locked="bind-recursive=readonly"}{Locked="bind-propagation=rprivate"}Command line arguments should not be translated</comment> |
| 3093 | </data> |
| 3094 | <data name="WSLCCLI_MountTypeUnsupportedError" xml:space="preserve"> |
| 3095 | <value>Typ instalacji „{}” nie jest obsługiwany.</value> |
| 3096 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 3097 | </data> |
| 3098 | <data name="WSLCCLI_MountOptionUnsupportedError" xml:space="preserve"> |
| 3099 | <value>Opcja „{}” nie jest obsługiwana.</value> |
| 3100 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 3101 | </data> |
| 3102 | <data name="WSLCCLI_MountTargetRequiredError" xml:space="preserve"> |
| 3103 | <value>Docelowy punkt instalacji jest wymagany.</value> |
| 3104 | </data> |
| 3105 | <data name="WSLCCLI_MountTargetAbsoluteError" xml:space="preserve"> |
| 3106 | <value>Ścieżka docelowa instalacji musi być bezwzględna.</value> |
| 3107 | </data> |
| 3108 | <data name="WSLCCLI_MountTmpfsOptionsTypeError" xml:space="preserve"> |
| 3109 | <value>Opcje tmpfs są obsługiwane tylko dla instalacji tmpfs.</value> |
| 3110 | <comment>{Locked="tmpfs"}Command line arguments should not be translated</comment> |
| 3111 | </data> |
| 3112 | <data name="WSLCCLI_MountTmpfsSizeNegativeError" xml:space="preserve"> |
| 3113 | <value>Rozmiar tmpfs nie może być ujemny.</value> |
| 3114 | <comment>{Locked="tmpfs"}Command line arguments should not be translated</comment> |
| 3115 | </data> |
| 3116 | <data name="WSLCCLI_MountSourceRequiredError" xml:space="preserve"> |
| 3117 | <value>Źródło instalacji jest wymagane.</value> |
| 3118 | </data> |
| 3119 | <data name="WSLCCLI_MountBindSourceAbsoluteError" xml:space="preserve"> |
| 3120 | <value>Ścieżka źródła bind musi być bezwzględna.</value> |
| 3121 | <comment>{Locked="bind"}Command line arguments should not be translated</comment> |
| 3122 | </data> |
| 3123 | <data name="WSLCCLI_MountVolumeSourceInvalidError" xml:space="preserve"> |
| 3124 | <value>Źródłem woluminu musi być prawidłowy nazwany wolumin.</value> |
| 3125 | </data> |
| 3126 | <data name="WSLCCLI_MountTmpfsSourceUnsupportedError" xml:space="preserve"> |
| 3127 | <value>Opcja źródła nie jest obsługiwana dla instalacji tmpfs.</value> |
| 3128 | <comment>{Locked="tmpfs"}Command line arguments should not be translated</comment> |
| 3129 | </data> |
| 3130 | <data name="WSLCCLI_MountTypeUnsupportedGenericError" xml:space="preserve"> |
| 3131 | <value>Typ instalacji nie jest obsługiwany.</value> |
| 3132 | </data> |
| 3133 | <data name="WSLCCLI_FollowArgDescription" xml:space="preserve"> |
| 3134 | <value>Śledź dane wyjściowe dziennika</value> |
| 3135 | </data> |
| 3136 | <data name="WSLCCLI_FormatArgDescription" xml:space="preserve"> |
| 3137 | <value>Formatowanie wyniku (json lub table) (domyślnie: table)</value> |
| 3138 | <comment>{Locked="json"}{Locked="table"}Command line arguments should not be translated</comment> |
| 3139 | </data> |
| 3140 | <data name="WSLCCLI_InspectFormatArgDescription" xml:space="preserve"> |
| 3141 | <value>Formatowanie danych wyjściowych (json dla wyjścia w jednej linii) (Domyślnie: JSON z wcięciami)</value> |
| 3142 | <comment>{Locked="json"}Command line arguments should not be translated</comment> |
| 3143 | </data> |
| 3144 | <data name="WSLCCLI_ForwardArgsDescription" xml:space="preserve"> |
| 3145 | <value>Argumenty do przekazania do procesu init kontenera</value> |
| 3146 | </data> |
| 3147 | <data name="WSLCCLI_GpusArgDescription" xml:space="preserve"> |
| 3148 | <value>Add GPU devices to the container ('all' to pass all GPUs)</value> |
| 3149 | <comment>{Locked="all"}</comment> |
| 3150 | </data> |
| 3151 | <data name="WSLCCLI_GpusInvalidValue" xml:space="preserve"> |
| 3152 | <value>Nieprawidłowa wartość {}: „{}”. Obsługiwana jest tylko wartość „all”.</value> |
| 3153 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 3154 | </data> |
| 3155 | <data name="WSLCCLI_HealthCmdArgDescription" xml:space="preserve"> |
| 3156 | <value>Polecenie do uruchomienia w celu kontroli kondycji kontenera</value> |
| 3157 | </data> |
| 3158 | <data name="WSLCCLI_HealthIntervalArgDescription" xml:space="preserve"> |
| 3159 | <value>Czas między uruchomieniami kontroli kondycji (np. 30s, 1m30s)</value> |
| 3160 | <comment>{Locked="30s"}{Locked="1m30s"}Command line argument example values should not be translated</comment> |
| 3161 | </data> |
| 3162 | <data name="WSLCCLI_HealthRetriesArgDescription" xml:space="preserve"> |
| 3163 | <value>Liczba kolejnych niepowodzeń wymagana do zgłoszenia kontenera jako niesprawny</value> |
| 3164 | </data> |
| 3165 | <data name="WSLCCLI_HealthStartPeriodArgDescription" xml:space="preserve"> |
| 3166 | <value>Okres początkowy na inicjację kontenera przed rozpoczęciem odliczania do kontroli kondycji (np. 30s, 1m30s)</value> |
| 3167 | <comment>{Locked="30s"}{Locked="1m30s"}Command line argument example values should not be translated</comment> |
| 3168 | </data> |
| 3169 | <data name="WSLCCLI_HealthTimeoutArgDescription" xml:space="preserve"> |
| 3170 | <value>Maksymalny czas na wykonanie jednej kontroli kondycji (np. 30s, 1m30s)</value> |
| 3171 | <comment>{Locked="30s"}{Locked="1m30s"}Command line argument example values should not be translated</comment> |
| 3172 | </data> |
| 3173 | <data name="WSLCCLI_ImageForceArgDescription" xml:space="preserve"> |
| 3174 | <value>Usuń obrazy, nawet jeśli są używane</value> |
| 3175 | </data> |
| 3176 | <data name="WSLCCLI_ImageIdArgDescription" xml:space="preserve"> |
| 3177 | <value>Nazwa obrazu</value> |
| 3178 | </data> |
| 3179 | <data name="WSLCCLI_ImportFileArgDescription" xml:space="preserve"> |
| 3180 | <value>Plik lub - aby czytać ze standardowego wejścia (stdin)</value> |
| 3181 | </data> |
| 3182 | <data name="WSLCCLI_InputArgDescription" xml:space="preserve"> |
| 3183 | <value>Udostępnia ścieżkę do pliku archiwum tar zawierającego obraz</value> |
| 3184 | </data> |
| 3185 | <data name="WSLCCLI_LabelArgDescription" xml:space="preserve"> |
| 3186 | <value>Ustaw metadane obiektu</value> |
| 3187 | </data> |
| 3188 | <data name="WSLCCLI_LabelKeyEmptyError" xml:space="preserve"> |
| 3189 | <value>Klucz etykiety nie może być pusty</value> |
| 3190 | </data> |
| 3191 | <data name="WSLCCLI_LastArgDescription" xml:space="preserve"> |
| 3192 | <value>Pokaż n ostatnio utworzonych kontenerów (obejmuje wszystkie stany)</value> |
| 3193 | </data> |
| 3194 | <data name="WSLCCLI_LatestArgDescription" xml:space="preserve"> |
| 3195 | <value>Pokaż ostatnio utworzony kontener (zawiera wszystkie stany)</value> |
| 3196 | </data> |
| 3197 | <data name="WSLCCLI_MemoryArgDescription" xml:space="preserve"> |
| 3198 | <value>Limit pamięci (np. 512M, 1G)</value> |
| 3199 | <comment>{Locked="512M"}{Locked="1G"}Command line argument example values should not be translated</comment> |
| 3200 | </data> |
| 3201 | <data name="WSLCCLI_MountArgDescription" xml:space="preserve"> |
| 3202 | <value>Dołączanie punktu instalacji systemu plików do kontenera</value> |
| 3203 | </data> |
| 3204 | <data name="WSLCCLI_HostnameArgDescription" xml:space="preserve"> |
| 3205 | <value>Nazwa hosta kontenera</value> |
| 3206 | </data> |
| 3207 | <data name="WSLCCLI_NameArgDescription" xml:space="preserve"> |
| 3208 | <value>Nazwa kontenera</value> |
| 3209 | </data> |
| 3210 | <data name="WSLCCLI_NetworkArgDescription" xml:space="preserve"> |
| 3211 | <value>Połącz kontener z siecią</value> |
| 3212 | </data> |
| 3213 | <data name="WSLCCLI_NetworkForceArgDescription" xml:space="preserve"> |
| 3214 | <value>Nie zgłaszaj błędu, jeśli sieć nie istnieje</value> |
| 3215 | </data> |
| 3216 | <data name="WSLCCLI_NetworkEmptyError" xml:space="preserve"> |
| 3217 | <value>Nieprawidłowa wartość {}: nazwa sieci nie może być pusta ani zawierać białych znaków</value> |
| 3218 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 3219 | </data> |
| 3220 | <data name="WSLCCLI_NetworkDuplicateNameError" xml:space="preserve"> |
| 3221 | <value>Nieprawidłowa wartość {}: nazwę sieci można określić tylko raz</value> |
| 3222 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 3223 | </data> |
| 3224 | <data name="WSLCCLI_NetworkUnsupportedOptionError" xml:space="preserve"> |
| 3225 | <value>Nieprawidłowa wartość {}: nieobsługiwana opcja sieciowa '{}'</value> |
| 3226 | <comment>{FixedPlaceholder="{}"}{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 3227 | </data> |
| 3228 | <data name="WSLCCLI_NetworkHostModeNotSupportedError" xml:space="preserve"> |
| 3229 | <value>sieć w trybie hosta nie jest obsługiwana</value> |
| 3230 | </data> |
| 3231 | <data name="WSLCCLI_NetworkAliasArgDescription" xml:space="preserve"> |
| 3232 | <value>Dodaj alias o zakresie sieci dla kontenera</value> |
| 3233 | </data> |
| 3234 | <data name="WSLCCLI_DriverOptArgDescription" xml:space="preserve"> |
| 3235 | <value>Ustaw opcje sterownika punktu końcowego (--driver-opt key=value)</value> |
| 3236 | <comment>{Locked="--driver-opt "}Command line arguments, file names and string inserts should not be translated</comment> |
| 3237 | </data> |
| 3238 | <data name="WSLCCLI_IpAddressArgDescription" xml:space="preserve"> |
| 3239 | <value>Przypisz kontenerowi adres IPv4 w sieci</value> |
| 3240 | <comment>{Locked="IPv4"}Command line arguments, file names and string inserts should not be translated</comment> |
| 3241 | </data> |
| 3242 | <data name="WSLCCLI_LinkArgDescription" xml:space="preserve"> |
| 3243 | <value>Dodaj link do innego kontenera (--link nazwa:alias)</value> |
| 3244 | <comment>{Locked="--link "}Command line arguments, file names and string inserts should not be translated</comment> |
| 3245 | </data> |
| 3246 | <data name="WSLCCLI_LinkLocalIpArgDescription" xml:space="preserve"> |
| 3247 | <value>Dodaj adres IPv4 link-local dla kontenera</value> |
| 3248 | <comment>{Locked="IPv4"}Command line arguments, file names and string inserts should not be translated</comment> |
| 3249 | </data> |
| 3250 | <data name="WSLCCLI_NetworkAliasEmptyError" xml:space="preserve"> |
| 3251 | <value>Nieprawidłowa wartość {}: alias sieciowy nie może być pusty ani zawierać białych znaków</value> |
| 3252 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 3253 | </data> |
| 3254 | <data name="WSLCCLI_NoCacheArgDescription" xml:space="preserve"> |
| 3255 | <value>Nie używaj pamięci podręcznej podczas kompilowania obrazu</value> |
| 3256 | </data> |
| 3257 | <data name="WSLCCLI_NoHealthcheckArgDescription" xml:space="preserve"> |
| 3258 | <value>Wyłącz wszelkie kontrole kondycji określone dla kontenera</value> |
| 3259 | </data> |
| 3260 | <data name="WSLCCLI_NoPruneArgDescription" xml:space="preserve"> |
| 3261 | <value>Nie usuwaj elementów nadrzędnych bez tagów</value> |
| 3262 | </data> |
| 3263 | <data name="WSLCCLI_NoTruncArgDescription" xml:space="preserve"> |
| 3264 | <value>Nie skracaj wyniku</value> |
| 3265 | </data> |
| 3266 | <data name="WSLCCLI_OutputArgDescription" xml:space="preserve"> |
| 3267 | <value>Ścieżka dla zapisanego obrazu</value> |
| 3268 | </data> |
| 3269 | <data name="WSLCCLI_PathArgDescription" xml:space="preserve"> |
| 3270 | <value>Ścieżka do katalogu kontekstu kompilacji</value> |
| 3271 | </data> |
| 3272 | <data name="WSLCCLI_PublishArgDescription" xml:space="preserve"> |
| 3273 | <value>Opublikuj port z kontenera na hoście</value> |
| 3274 | </data> |
| 3275 | <data name="WSLCCLI_PublishAllArgDescription" xml:space="preserve"> |
| 3276 | <value>Publikuj wszystkie uwidocznione porty w losowych portach hosta</value> |
| 3277 | </data> |
| 3278 | <data name="WSLCCLI_PullQuietArgDescription" xml:space="preserve"> |
| 3279 | <value>Pomiń szczegółowe dane wyjściowe</value> |
| 3280 | </data> |
| 3281 | <data name="WSLCCLI_PullUsingDefaultTag" xml:space="preserve"> |
| 3282 | <value>Używanie tagu domyślnego: {}</value> |
| 3283 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 3284 | </data> |
| 3285 | <data name="WSLCCLI_QuietArgDescription" xml:space="preserve"> |
| 3286 | <value>Wyświetla tylko identyfikatory kontenerów</value> |
| 3287 | </data> |
| 3288 | <data name="WSLCCLI_RemoveArgDescription" xml:space="preserve"> |
| 3289 | <value>Usuń kontener po jego zatrzymaniu</value> |
| 3290 | </data> |
| 3291 | <data name="WSLCCLI_StopSignalArgDescription" xml:space="preserve"> |
| 3292 | <value>Sygnał do zatrzymania kontenera</value> |
| 3293 | </data> |
| 3294 | <data name="WSLCCLI_StopTimeoutArgDescription" xml:space="preserve"> |
| 3295 | <value>Limit czasu (w sekundach) na zatrzymanie kontenera przed jego wymuszonym zakończeniem (-1 oznacza brak limitu czasu)</value> |
| 3296 | </data> |
| 3297 | <data name="WSLCCLI_ShmSizeArgDescription" xml:space="preserve"> |
| 3298 | <value>Rozmiar /dev/shm (np. 64M, 1G)</value> |
| 3299 | <comment>{Locked="/dev/shm"}Command line arguments should not be translated</comment> |
| 3300 | </data> |
| 3301 | <data name="WSLCCLI_SessionStoragePositionalArgDescription" xml:space="preserve"> |
| 3302 | <value>Ścieżka magazynu sesji</value> |
| 3303 | </data> |
| 3304 | <data name="WSLCCLI_StoragePathArgDescription" xml:space="preserve"> |
| 3305 | <value>Ścieżka do katalogu magazynu sesji</value> |
| 3306 | </data> |
| 3307 | <data name="WSLCCLI_SignalArgDescription" xml:space="preserve"> |
| 3308 | <value>Sygnał do wysłania do kontenera (domyślnie: SIGKILL)</value> |
| 3309 | <comment>{Locked="SIGKILL"}Command line arguments should not be translated</comment> |
| 3310 | </data> |
| 3311 | <data name="WSLCCLI_SourceArgDescription" xml:space="preserve"> |
| 3312 | <value>Bieżące lub istniejące odwołanie do obrazu w formacie nazwa_obrazu[:tag]</value> |
| 3313 | </data> |
| 3314 | <data name="WSLCCLI_TagArgDescription" xml:space="preserve"> |
| 3315 | <value>Tag dla utworzonego obrazu</value> |
| 3316 | </data> |
| 3317 | <data name="WSLCCLI_TailArgDescription" xml:space="preserve"> |
| 3318 | <value>Liczba wierszy do wyświetlenia od końca dzienników</value> |
| 3319 | </data> |
| 3320 | <data name="WSLCCLI_TimestampsArgDescription" xml:space="preserve"> |
| 3321 | <value>Pokaż sygnatury czasowe w danych wyjściowych dziennika</value> |
| 3322 | </data> |
| 3323 | <data name="WSLCCLI_SinceArgDescription" xml:space="preserve"> |
| 3324 | <value>Pokaż dzienniki od sygnatury czasowej (sekundy lub RFC3339 epoki systemu Unix, np. 2024-01-15T10:30:00Z)</value> |
| 3325 | </data> |
| 3326 | <data name="WSLCCLI_UntilArgDescription" xml:space="preserve"> |
| 3327 | <value>Pokaż dzienniki przed znacznikiem czasu (sekundy epoki Unix lub RFC3339, np. 2024-01-15T10:30:00Z)</value> |
| 3328 | </data> |
| 3329 | <data name="WSLCCLI_TargetArgDescription" xml:space="preserve"> |
| 3330 | <value>Nowe odwołanie do obrazu w formacie nazwa_obrazu[:tag]</value> |
| 3331 | </data> |
| 3332 | <data name="WSLCCLI_TimeArgDescription" xml:space="preserve"> |
| 3333 | <value>Czas oczekiwania w sekundach przed wykonaniem (domyślnie 5)</value> |
| 3334 | </data> |
| 3335 | <data name="WSLCCLI_TTYArgDescription" xml:space="preserve"> |
| 3336 | <value>Otwórz terminal TTY dla procesu kontenera.</value> |
| 3337 | <comment>{Locked="TTY"}Command line arguments should not be translated</comment> |
| 3338 | </data> |
| 3339 | <data name="WSLCCLI_VerboseArgDescription" xml:space="preserve"> |
| 3340 | <value>Wyświetl pełne szczegółowe dane</value> |
| 3341 | </data> |
| 3342 | <data name="WSLCCLI_VersionArgDescription" xml:space="preserve"> |
| 3343 | <value>Pokaż informacje o wersji tego narzędzia</value> |
| 3344 | </data> |
| 3345 | <data name="WSLCCLI_VolumeArgDescription" xml:space="preserve"> |
| 3346 | <value>Zamontuj powiązany wolumin w kontenerze</value> |
| 3347 | </data> |
| 3348 | <data name="WSLCCLI_VolumeForceArgDescription" xml:space="preserve"> |
| 3349 | <value>Nie zgłaszaj błędu, jeśli wolumin nie istnieje</value> |
| 3350 | </data> |
| 3351 | <data name="WSLCCLI_RemoveVolumesArgDescription" xml:space="preserve"> |
| 3352 | <value>Usuń anonimowe woluminy powiązane z kontenerem</value> |
| 3353 | </data> |
| 3354 | <data name="WSLCCLI_WorkingDirArgDescription" xml:space="preserve"> |
| 3355 | <value>Katalog roboczy wewnątrz kontenera</value> |
| 3356 | </data> |
| 3357 | <data name="WSLCCLI_WorkingDirEmptyError" xml:space="preserve"> |
| 3358 | <value>Nieprawidłowa wartość {}: katalog roboczy nie może być pusty ani zawierać białych znaków</value> |
| 3359 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 3360 | </data> |
| 3361 | <data name="WSLCCLI_CIDFileArgDescription" xml:space="preserve"> |
| 3362 | <value>Zapisz identyfikator kontenera w podanej ścieżce</value> |
| 3363 | </data> |
| 3364 | <data name="WSLCCLI_IidFileArgDescription" xml:space="preserve"> |
| 3365 | <value>Zapisz identyfikator obrazu w podanej ścieżce</value> |
| 3366 | </data> |
| 3367 | <data name="WSLCCLI_DNSArgDescription" xml:space="preserve"> |
| 3368 | <value>Adres IP serwera nazw DNS w pliku resolv.conf</value> |
| 3369 | <comment>{Locked="resolv.conf"}Command line arguments should not be translated</comment> |
| 3370 | </data> |
| 3371 | <data name="WSLCCLI_DNSDomainArgDescription" xml:space="preserve"> |
| 3372 | <value>Ustaw domyślną domenę DNS</value> |
| 3373 | <comment>{Locked="DNS"}Command line arguments should not be translated</comment> |
| 3374 | </data> |
| 3375 | <data name="WSLCCLI_DNSOptionArgDescription" xml:space="preserve"> |
| 3376 | <value>Ustaw opcje DNS</value> |
| 3377 | <comment>{Locked="DNS"}Command line arguments should not be translated</comment> |
| 3378 | </data> |
| 3379 | <data name="WSLCCLI_DNSSearchArgDescription" xml:space="preserve"> |
| 3380 | <value>Ustaw domeny wyszukiwania DNS</value> |
| 3381 | <comment>{Locked="DNS"}Command line arguments should not be translated</comment> |
| 3382 | </data> |
| 3383 | <data name="WSLCCLI_DomainnameArgDescription" xml:space="preserve"> |
| 3384 | <value>Nazwa domeny kontenera</value> |
| 3385 | </data> |
| 3386 | <data name="WSLCCLI_GroupIdArgDescription" xml:space="preserve"> |
| 3387 | <value>Identyfikator grupy dla procesu</value> |
| 3388 | </data> |
| 3389 | <data name="WSLCCLI_NoDNSArgDescription" xml:space="preserve"> |
| 3390 | <value>Brak konfiguracji systemu DNS w kontenerze</value> |
| 3391 | <comment>{Locked="DNS"}Command line arguments should not be translated</comment> |
| 3392 | </data> |
| 3393 | <data name="WSLCCLI_ProgressArgDescription" xml:space="preserve"> |
| 3394 | <value>Ustaw typ danych wyjściowych postępu (auto, tty, plain, quiet) (domyślnie: auto)</value> |
| 3395 | <comment>{Locked="auto"}{Locked="tty"}{Locked="plain"}{Locked="quiet"}Command line arguments should not be translated</comment> |
| 3396 | </data> |
| 3397 | <data name="WSLCCLI_PullArgDescription" xml:space="preserve"> |
| 3398 | <value>Zasady pobierania obrazu (always|missing|never) (domyślnie: missing)</value> |
| 3399 | <comment>{Locked="always"}{Locked="missing"}{Locked="never"}Command line arguments should not be translated</comment> |
| 3400 | </data> |
| 3401 | <data name="WSLCCLI_SchemeArgDescription" xml:space="preserve"> |
| 3402 | <value>Użyj tego schematu dla połączenia z rejestrem</value> |
| 3403 | </data> |
| 3404 | <data name="WSLCCLI_TMPFSArgDescription" xml:space="preserve"> |
| 3405 | <value>Zamontuj tmpfs w kontenerze w podanej ścieżce</value> |
| 3406 | <comment>{Locked="tmpfs"}Command line arguments should not be translated</comment> |
| 3407 | </data> |
| 3408 | <data name="WSLCCLI_UlimitArgDescription" xml:space="preserve"> |
| 3409 | <value>Ulimit options (format: <name>=<soft>[:<hard>], użyj -1 dla unlimited)</value> |
| 3410 | <comment>{Locked="-1"}{Locked="<name>=<soft>[:<hard>]"}Command line arguments should not be translated</comment> |
| 3411 | </data> |
| 3412 | <data name="WSLCCLI_InvalidUlimitError" xml:space="preserve"> |
| 3413 | <value>Nieprawidłowa wartość opcji {}: „{}”. Oczekiwano <name>=<soft>[:<hard>] (użyj -1 w przypadku braku limitu)</value> |
| 3414 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated{Locked="-1"}{Locked="<name>=<soft>[:<hard>]"}</comment> |
| 3415 | </data> |
| 3416 | <data name="WSLCCLI_UserArgDescription" xml:space="preserve"> |
| 3417 | <value>Identyfikator użytkownika dla procesu (name|uid|uid:gid)</value> |
| 3418 | <comment>{Locked="name|uid|uid:gid"}Command line arguments should not be translated</comment> |
| 3419 | </data> |
| 3420 | <data name="WSLCCLI_VirtualArgDescription" xml:space="preserve"> |
| 3421 | <value>Udostępnij możliwości wirtualizacji kontenerowi</value> |
| 3422 | </data> |
| 3423 | <data name="WSLCCLI_ContainerExecForwardArgsDescription" xml:space="preserve"> |
| 3424 | <value>Argumenty do przekazania do polecenia wykonywanego wewnątrz kontenera</value> |
| 3425 | </data> |
| 3426 | <data name="WSLCCLI_SessionListVerboseArgDescription" xml:space="preserve"> |
| 3427 | <value>Pokaż szczegółowe informacje o wyświetlonych sesjach.</value> |
| 3428 | </data> |
| 3429 | <data name="WSLCCLI_InvalidFormatValueError" xml:space="preserve"> |
| 3430 | <value>Nieprawidłowa wartość {}: {} nie jest rozpoznawanym typem formatu. Obsługiwane typy formatów to: {}.</value> |
| 3431 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 3432 | </data> |
| 3433 | <data name="WSLCCLI_InvalidPullPolicyError" xml:space="preserve"> |
| 3434 | <value>Nieprawidłowa wartość {}: {} nie jest rozpoznawaną zasadą ściągania. Obsługiwane zasady ściągania to: {}.</value> |
| 3435 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 3436 | </data> |
| 3437 | <data name="WSLCCLI_InvalidProgressTypeError" xml:space="preserve"> |
| 3438 | <value>Nieprawidłowa wartość {}: {} nie jest rozpoznawanym typem postępu. Obsługiwane typy postępu to: {}.</value> |
| 3439 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 3440 | </data> |
| 3441 | <data name="WSLCCLI_InvalidInspectError" xml:space="preserve"> |
| 3442 | <value>Nieprawidłowa wartość {}: {} nie jest rozpoznawanym typem inspekcji. Obsługiwane typy inspekcji to: {}.</value> |
| 3443 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 3444 | </data> |
| 3445 | <data name="WSLCCLI_InvalidSignalError" xml:space="preserve"> |
| 3446 | <value>Nieprawidłowa wartość {}: {} nie jest rozpoznawaną nazwą lub numerem sygnału (przykład: SIGKILL, kill lub 9).</value> |
| 3447 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 3448 | </data> |
| 3449 | <data name="WSLCCLI_InvalidIntegerArgumentError" xml:space="preserve"> |
| 3450 | <value>Nieprawidłowa wartość opcji {}: {}</value> |
| 3451 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 3452 | </data> |
| 3453 | <data name="WSLCCLI_InvalidTimestampArgumentError" xml:space="preserve"> |
| 3454 | <value>Nieprawidłowa wartość opcji {}: „{}”. Oczekiwano znacznika czasu epoki Unix lub daty i godziny w formacie RFC3339 (np. 2024-01-15T10:30:00Z)</value> |
| 3455 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated{Locked="2024-01-15T10:30:00Z"}{Locked="RFC3339"}</comment> |
| 3456 | </data> |
| 3457 | <data name="WSLCCLI_SignalOutOfRangeError" xml:space="preserve"> |
| 3458 | <value>Nieprawidłowa wartość {}: {} jest poza prawidłowym zakresem ({}-{}).</value> |
| 3459 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 3460 | </data> |
| 3461 | <data name="WSLCCLI_InvalidMemorySizeError" xml:space="preserve"> |
| 3462 | <value>Nieprawidłowa wartość opcji {}: '{}'. Oczekiwany rozmiar pamięci (np. 256M, 1G)</value> |
| 3463 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated{Locked="256M"}{Locked="1G"}</comment> |
| 3464 | </data> |
| 3465 | <data name="WSLCCLI_InvalidDurationError" xml:space="preserve"> |
| 3466 | <value>Nieprawidłowa wartość opcji {}: „{}”. Oczekiwano czasu trwania (np. 30s, 1m30s)</value> |
| 3467 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated{Locked="30s"}{Locked="1m30s"}</comment> |
| 3468 | </data> |
| 3469 | <data name="WSLCCLI_NoHealthcheckConflictError" xml:space="preserve"> |
| 3470 | <value>Opcji --no-healthcheck nie można łączyć z innymi opcjami kontroli kondycji.</value> |
| 3471 | <comment>{Locked="--no-healthcheck "}Command line arguments, file names and string inserts should not be translated</comment> |
| 3472 | </data> |
| 3473 | <data name="WSLCCLI_CIDFileAlreadyExistsError" xml:space="preserve"> |
| 3474 | <value>Plik CID „{}” już istnieje</value> |
| 3475 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 3476 | </data> |
| 3477 | <data name="WSLCCLI_ImageNotFoundPulling" xml:space="preserve"> |
| 3478 | <value>Nie znaleziono obrazu „{}”, pobieranie</value> |
| 3479 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 3480 | </data> |
| 3481 | <data name="WSLCCLI_EnvKeyEmptyError" xml:space="preserve"> |
| 3482 | <value>Klucz zmiennej środowiskowej nie może być pusty</value> |
| 3483 | </data> |
| 3484 | <data name="WSLCCLI_EnvKeyWhitespaceError" xml:space="preserve"> |
| 3485 | <value>Klucz zmiennej środowiskowej „{}” nie może zawierać spacji</value> |
| 3486 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 3487 | </data> |
| 3488 | <data name="WSLCCLI_ImageLoadNoInputError" xml:space="preserve"> |
| 3489 | <value>Zażądano ładowania, ale nie podano danych wejściowych.</value> |
| 3490 | </data> |
| 3491 | <data name="WSLCCLI_ImageLoaded" xml:space="preserve"> |
| 3492 | <value>Załadowany obraz: {}</value> |
| 3493 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 3494 | </data> |
| 3495 | <data name="WSLCCLI_ImageLoadedId" xml:space="preserve"> |
| 3496 | <value>Identyfikator załadowanego obrazu: {}</value> |
| 3497 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 3498 | </data> |
| 3499 | <data name="WSLCCLI_NetworkCommandDesc" xml:space="preserve"> |
| 3500 | <value>Zarządzaj sieciami.</value> |
| 3501 | </data> |
| 3502 | <data name="WSLCCLI_NetworkCommandLongDesc" xml:space="preserve"> |
| 3503 | <value>Zarządzaj cyklem życia sieci WSL, a w tym ich tworzeniem, inspekcją, wyświetlaniem i usuwaniem.</value> |
| 3504 | <comment>{Locked="WSL"}Product names should not be translated</comment> |
| 3505 | </data> |
| 3506 | <data name="WSLCCLI_NetworkCreateDesc" xml:space="preserve"> |
| 3507 | <value>Utwórz sieć.</value> |
| 3508 | </data> |
| 3509 | <data name="WSLCCLI_NetworkCreateLongDesc" xml:space="preserve"> |
| 3510 | <value>Tworzy nową sieć.</value> |
| 3511 | </data> |
| 3512 | <data name="WSLCCLI_NetworkDriverOptionDescription" xml:space="preserve"> |
| 3513 | <value>Określ nazwę sterownika sieciowego (domyślnie: bridge)</value> |
| 3514 | <comment>{Locked="bridge"}Command line arguments, file names and string inserts should not be translated</comment> |
| 3515 | </data> |
| 3516 | <data name="WSLCCLI_NetworkLabelArgDescription" xml:space="preserve"> |
| 3517 | <value>Ustawienie metadanych sieci</value> |
| 3518 | </data> |
| 3519 | <data name="WSLCCLI_NetworkInternalArgDescription" xml:space="preserve"> |
| 3520 | <value>Ogranicz dostęp zewnętrzny do sieci</value> |
| 3521 | </data> |
| 3522 | <data name="WSLCCLI_NetworkSubnetArgDescription" xml:space="preserve"> |
| 3523 | <value>Podsieć w formacie CIDR, która reprezentuje segment sieci</value> |
| 3524 | <comment>{Locked="CIDR"}Command line arguments, file names and string inserts should not be translated</comment> |
| 3525 | </data> |
| 3526 | <data name="WSLCCLI_NetworkGatewayArgDescription" xml:space="preserve"> |
| 3527 | <value>Brama IPv4 lub IPv6 dla podsieci</value> |
| 3528 | <comment>{Locked="IPv4"}{Locked="IPv6"}Command line arguments, file names and string inserts should not be translated</comment> |
| 3529 | </data> |
| 3530 | <data name="WSLCCLI_NetworkIpRangeArgDescription" xml:space="preserve"> |
| 3531 | <value>Przydziel adresy IP kontenerów z podzakresu w formacie CIDR</value> |
| 3532 | <comment>{Locked="CIDR"}Command line arguments, file names and string inserts should not be translated</comment> |
| 3533 | </data> |
| 3534 | <data name="WSLCCLI_NetworkRemoveDesc" xml:space="preserve"> |
| 3535 | <value>Usuń co najmniej jedną sieć.</value> |
| 3536 | </data> |
| 3537 | <data name="WSLCCLI_NetworkRemoveLongDesc" xml:space="preserve"> |
| 3538 | <value>Usuwa co najmniej jedną sieć.</value> |
| 3539 | </data> |
| 3540 | <data name="WSLCCLI_NetworkInspectDesc" xml:space="preserve"> |
| 3541 | <value>Wyświetl szczegółowe informacje w co najmniej jednej sieci.</value> |
| 3542 | </data> |
| 3543 | <data name="WSLCCLI_NetworkInspectLongDesc" xml:space="preserve"> |
| 3544 | <value>Wyświetl szczegółowe informacje w co najmniej jednej sieci.</value> |
| 3545 | </data> |
| 3546 | <data name="WSLCCLI_NetworkListDesc" xml:space="preserve"> |
| 3547 | <value>Wyświetl listę sieci.</value> |
| 3548 | </data> |
| 3549 | <data name="WSLCCLI_NetworkListLongDesc" xml:space="preserve"> |
| 3550 | <value>Wyświetla listę wszystkich sieci w sesji.</value> |
| 3551 | </data> |
| 3552 | <data name="WSLCCLI_NetworkNameArgDescription" xml:space="preserve"> |
| 3553 | <value>Nazwa sieci</value> |
| 3554 | </data> |
| 3555 | <data name="WSLCCLI_NetworkListQuietArgDesc" xml:space="preserve"> |
| 3556 | <value>Wyświetlaj tylko identyfikatory sieci</value> |
| 3557 | </data> |
| 3558 | <data name="WSLCCLI_NetworkPruneDesc" xml:space="preserve"> |
| 3559 | <value>Usuń wszystkie nieużywane sieci.</value> |
| 3560 | </data> |
| 3561 | <data name="WSLCCLI_NetworkPruneLongDesc" xml:space="preserve"> |
| 3562 | <value>Usuwa wszystkie nieużywane sieci. Sieć jest uznawana za nieużywaną, gdy nie odwołuje się do niej żaden kontener.</value> |
| 3563 | </data> |
| 3564 | <data name="WSLCCLI_NetworkPruneDeletedHeader" xml:space="preserve"> |
| 3565 | <value>Usunięte sieci:</value> |
| 3566 | </data> |
| 3567 | <data name="WSLCCLI_NetworkConnectDesc" xml:space="preserve"> |
| 3568 | <value>Połącz kontener z siecią</value> |
| 3569 | </data> |
| 3570 | <data name="WSLCCLI_NetworkConnectLongDesc" xml:space="preserve"> |
| 3571 | <value>Łączy kontener z istniejącą siecią.</value> |
| 3572 | </data> |
| 3573 | <data name="WSLCCLI_NetworkDisconnectDesc" xml:space="preserve"> |
| 3574 | <value>Odłącz kontener od sieci.</value> |
| 3575 | </data> |
| 3576 | <data name="WSLCCLI_NetworkDisconnectLongDesc" xml:space="preserve"> |
| 3577 | <value>Odłącza kontener od istniejącej sieci.</value> |
| 3578 | </data> |
| 3579 | <data name="WSLCCLI_VolumeCommandDesc" xml:space="preserve"> |
| 3580 | <value>Zarządzaj woluminami.</value> |
| 3581 | </data> |
| 3582 | <data name="WSLCCLI_VolumeCommandLongDesc" xml:space="preserve"> |
| 3583 | <value>Zarządzaj cyklem życia woluminów WSL, w tym ich tworzeniem, inspekcją, wyświetlaniem i usuwaniem.</value> |
| 3584 | <comment>{Locked="WSL"}Product names should not be translated</comment> |
| 3585 | </data> |
| 3586 | <data name="WSLCCLI_VolumeCreateDesc" xml:space="preserve"> |
| 3587 | <value>Utwórz wolumin.</value> |
| 3588 | </data> |
| 3589 | <data name="WSLCCLI_VolumeCreateLongDesc" xml:space="preserve"> |
| 3590 | <value>Tworzy nazwany wolumin, który można dołączyć do kontenerów.</value> |
| 3591 | </data> |
| 3592 | <data name="WSLCCLI_VolumeRemoveDesc" xml:space="preserve"> |
| 3593 | <value>Usuń jeden lub więcej woluminów.</value> |
| 3594 | </data> |
| 3595 | <data name="WSLCCLI_VolumeRemoveLongDesc" xml:space="preserve"> |
| 3596 | <value>Usuwa co najmniej jeden wolumin. Nie można usunąć woluminu, jeśli jest on używany przez kontener.</value> |
| 3597 | </data> |
| 3598 | <data name="WSLCCLI_VolumeInspectDesc" xml:space="preserve"> |
| 3599 | <value>Wyświetl szczegółowe informacje na co najmniej jednym woluminie.</value> |
| 3600 | </data> |
| 3601 | <data name="WSLCCLI_VolumeInspectLongDesc" xml:space="preserve"> |
| 3602 | <value>Wyświetl szczegółowe informacje na co najmniej jednym woluminie.</value> |
| 3603 | </data> |
| 3604 | <data name="WSLCCLI_VolumeListDesc" xml:space="preserve"> |
| 3605 | <value>Lista woluminów.</value> |
| 3606 | </data> |
| 3607 | <data name="WSLCCLI_VolumeListLongDesc" xml:space="preserve"> |
| 3608 | <value>Wyświetla listę wszystkich woluminów w sesji.</value> |
| 3609 | </data> |
| 3610 | <data name="WSLCCLI_VolumePruneDesc" xml:space="preserve"> |
| 3611 | <value>Usuń nieużywane woluminy lokalne.</value> |
| 3612 | </data> |
| 3613 | <data name="WSLCCLI_VolumePruneLongDesc" xml:space="preserve"> |
| 3614 | <value>Usuwa wszystkie nieużywane anonimowe woluminy lokalne. Jeśli --all jest określona, usuwa również nieużywane woluminy nazwane. Wolumin jest uważany za nieużywany, gdy nie odwołuje się do niego żaden kontener.</value> |
| 3615 | <comment>{Locked="--all "}Command line arguments, file names and string inserts should not be translated</comment> |
| 3616 | </data> |
| 3617 | <data name="WSLCCLI_VolumePruneAllArgDescription" xml:space="preserve"> |
| 3618 | <value>Usuń wszystkie nieużywane woluminy, nie tylko anonimowe.</value> |
| 3619 | </data> |
| 3620 | <data name="WSLCCLI_VolumePruneDeletedHeader" xml:space="preserve"> |
| 3621 | <value>Usunięte woluminy:</value> |
| 3622 | </data> |
| 3623 | <data name="WSLCCLI_VolumePruneSpaceReclaimed" xml:space="preserve"> |
| 3624 | <value>Łączna ilość odzyskanego miejsca: {}</value> |
| 3625 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 3626 | </data> |
| 3627 | <data name="WSLCCLI_VolumeNameArgDescription" xml:space="preserve"> |
| 3628 | <value>Nazwa woluminu</value> |
| 3629 | </data> |
| 3630 | <data name="WSLCCLI_DriverOptionDescription" xml:space="preserve"> |
| 3631 | <value>Określ nazwę sterownika woluminu, np. „guest” lub „vhd” (domyślnie: guest)</value> |
| 3632 | <comment>{Locked="guest"}{Locked="vhd"}Command line arguments, file names and string inserts should not be translated</comment> |
| 3633 | </data> |
| 3634 | <data name="WSLCCLI_OptionsArgDescription" xml:space="preserve"> |
| 3635 | <value>Ustaw opcje specyficzne dla sterownika</value> |
| 3636 | </data> |
| 3637 | <data name="WSLCCLI_VolumeListQuietArgDesc" xml:space="preserve"> |
| 3638 | <value>Wyświetla tylko nazwy woluminów</value> |
| 3639 | </data> |
| 3640 | <data name="WSLCCLI_ImageSaveStdoutIsTerminalError" xml:space="preserve"> |
| 3641 | <value>Nie można zapisać obrazu w terminalu. Użyj opcji -o lub przekieruj stdout.</value> |
| 3642 | </data> |
| 3643 | <data name="WSLCCLI_ContainerExportStdoutIsTerminalError" xml:space="preserve"> |
| 3644 | <value>Nie można wyeksportować kontenera do terminalu. Użyj opcji -o lub przekieruj stdout.</value> |
| 3645 | </data> |
| 3646 | <data name="WSLCCLI_VolumeFormatUsage" xml:space="preserve"> |
| 3647 | <value>Oczekiwany format: <ścieżka hosta | nazwany wolumin>:<ścieżka kontenera>[:tryb]</value> |
| 3648 | <comment>Usage string for volume mount specification.</comment> |
| 3649 | </data> |
| 3650 | <data name="WSLCCLI_VolumeInvalidSpec" xml:space="preserve"> |
| 3651 | <value>Nieprawidłowa specyfikacja woluminu: „{}”. {}</value> |
| 3652 | <comment>{FixedPlaceholder="{}"}{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 3653 | </data> |
| 3654 | <data name="WSLCCLI_VolumeHostPathEmpty" xml:space="preserve"> |
| 3655 | <value>Nieprawidłowe specyfikacje woluminu: "{}". Ścieżka hosta nie może być pusta. {}</value> |
| 3656 | <comment>{FixedPlaceholder="{}"}{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 3657 | </data> |
| 3658 | <data name="WSLCCLI_VolumeContainerPathEmpty" xml:space="preserve"> |
| 3659 | <value>Nieprawidłowe specyfikacje woluminu: "{}". Ścieżka kontenera nie może być pusta. {}</value> |
| 3660 | <comment>{FixedPlaceholder="{}"}{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 3661 | </data> |
| 3662 | <data name="WSLCCLI_VolumeContainerPathNotAbsolute" xml:space="preserve"> |
| 3663 | <value>Nieprawidłowe specyfikacje woluminu: "{}". Ścieżka kontenera musi być ścieżką bezwzględną (rozpoczynającą się od znaku "/"). {}</value> |
| 3664 | <comment>{FixedPlaceholder="{}"}{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 3665 | </data> |
| 3666 | <data name="WSLCCLI_VolumeHostPathInvalid" xml:space="preserve"> |
| 3667 | <value>Nieprawidłowa specyfikacja woluminu: „{}”. Ścieżka hosta „{}” nie jest prawidłową ścieżką systemu Windows.</value> |
| 3668 | <comment>{FixedPlaceholder="{}"}{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 3669 | </data> |
| 3670 | <data name="WSLCCLI_ObjectIdArgDescription" xml:space="preserve"> |
| 3671 | <value>Nazwa lub identyfikator dowolnego typu obiektu</value> |
| 3672 | </data> |
| 3673 | <data name="WSLCCLI_TypeArgDescription" xml:space="preserve"> |
| 3674 | <value>Typ obiektu do inspekcji</value> |
| 3675 | </data> |
| 3676 | <data name="WSLCCLI_InspectDesc" xml:space="preserve"> |
| 3677 | <value>Przeprowadzaj inspekcję obiektów.</value> |
| 3678 | </data> |
| 3679 | <data name="WSLCCLI_InspectLongDesc" xml:space="preserve"> |
| 3680 | <value>Przeprowadzaj inspekcję obiektów.</value> |
| 3681 | </data> |
| 3682 | <data name="WSLCCLI_ObjectNotFoundError" xml:space="preserve"> |
| 3683 | <value>Nie znaleziono obiektu: {}</value> |
| 3684 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 3685 | </data> |
| 3686 | <data name="WSLCCLI_TableHeaderContainerId" xml:space="preserve"> |
| 3687 | <value>IDENTYFIKATOR KONTENERA</value> |
| 3688 | </data> |
| 3689 | <data name="WSLCCLI_TableHeaderName" xml:space="preserve"> |
| 3690 | <value>NAZWA</value> |
| 3691 | </data> |
| 3692 | <data name="WSLCCLI_TableHeaderImage" xml:space="preserve"> |
| 3693 | <value>OBRAZ</value> |
| 3694 | </data> |
| 3695 | <data name="WSLCCLI_TableHeaderCreated" xml:space="preserve"> |
| 3696 | <value>UTWORZONO</value> |
| 3697 | </data> |
| 3698 | <data name="WSLCCLI_TableHeaderStatus" xml:space="preserve"> |
| 3699 | <value>STAN</value> |
| 3700 | </data> |
| 3701 | <data name="WSLCCLI_TableHeaderPorts" xml:space="preserve"> |
| 3702 | <value>PORTY</value> |
| 3703 | </data> |
| 3704 | <data name="WSLCCLI_TableHeaderCpuPercent" xml:space="preserve"> |
| 3705 | <value>% CPU</value> |
| 3706 | </data> |
| 3707 | <data name="WSLCCLI_TableHeaderMemUsageLimit" xml:space="preserve"> |
| 3708 | <value>UŻYCIE PAMIĘCI / LIMIT</value> |
| 3709 | </data> |
| 3710 | <data name="WSLCCLI_TableHeaderMemPercent" xml:space="preserve"> |
| 3711 | <value>MEM %</value> |
| 3712 | </data> |
| 3713 | <data name="WSLCCLI_TableHeaderNetIo" xml:space="preserve"> |
| 3714 | <value>SIECIOWE WE/WY</value> |
| 3715 | </data> |
| 3716 | <data name="WSLCCLI_TableHeaderBlockIo" xml:space="preserve"> |
| 3717 | <value>BLOKOWE WE/WY</value> |
| 3718 | </data> |
| 3719 | <data name="WSLCCLI_TableHeaderPids" xml:space="preserve"> |
| 3720 | <value>PIDS</value> |
| 3721 | </data> |
| 3722 | <data name="WSLCCLI_RelativeTimeLessThanASecond" xml:space="preserve"> |
| 3723 | <value>Mniej niż sekundę temu</value> |
| 3724 | <comment>Describes how long ago something happened, shown in the CREATED column of 'wslc container list' and 'wslc image list'.</comment> |
| 3725 | </data> |
| 3726 | <data name="WSLCCLI_RelativeTimeOneSecond" xml:space="preserve"> |
| 3727 | <value>1 sekundę temu</value> |
| 3728 | <comment>Describes how long ago something happened, shown in the CREATED column of 'wslc container list' and 'wslc image list'.</comment> |
| 3729 | </data> |
| 3730 | <data name="WSLCCLI_RelativeTimeSeconds" xml:space="preserve"> |
| 3731 | <value>{} s temu</value> |
| 3732 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated. The placeholder is a number of seconds. Describes how long ago something happened, shown in the CREATED column of 'wslc container list' and 'wslc image list'.</comment> |
| 3733 | </data> |
| 3734 | <data name="WSLCCLI_RelativeTimeAboutAMinute" xml:space="preserve"> |
| 3735 | <value>Około minutę temu</value> |
| 3736 | <comment>Describes how long ago something happened, shown in the CREATED column of 'wslc container list' and 'wslc image list'.</comment> |
| 3737 | </data> |
| 3738 | <data name="WSLCCLI_RelativeTimeMinutes" xml:space="preserve"> |
| 3739 | <value>{} min temu</value> |
| 3740 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated. The placeholder is a number of minutes. Describes how long ago something happened, shown in the CREATED column of 'wslc container list' and 'wslc image list'.</comment> |
| 3741 | </data> |
| 3742 | <data name="WSLCCLI_RelativeTimeAboutAnHour" xml:space="preserve"> |
| 3743 | <value>Około godzinę temu</value> |
| 3744 | <comment>Describes how long ago something happened, shown in the CREATED column of 'wslc container list' and 'wslc image list'.</comment> |
| 3745 | </data> |
| 3746 | <data name="WSLCCLI_RelativeTimeHours" xml:space="preserve"> |
| 3747 | <value>{} godz. temu</value> |
| 3748 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated. The placeholder is a number of hours. Describes how long ago something happened, shown in the CREATED column of 'wslc container list' and 'wslc image list'.</comment> |
| 3749 | </data> |
| 3750 | <data name="WSLCCLI_RelativeTimeDays" xml:space="preserve"> |
| 3751 | <value>{} dni temu</value> |
| 3752 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated. The placeholder is a number of days. Describes how long ago something happened, shown in the CREATED column of 'wslc container list' and 'wslc image list'.</comment> |
| 3753 | </data> |
| 3754 | <data name="WSLCCLI_RelativeTimeWeeks" xml:space="preserve"> |
| 3755 | <value>{} tyg. temu</value> |
| 3756 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated. The placeholder is a number of weeks. Describes how long ago something happened, shown in the CREATED column of 'wslc container list' and 'wslc image list'.</comment> |
| 3757 | </data> |
| 3758 | <data name="WSLCCLI_RelativeTimeMonths" xml:space="preserve"> |
| 3759 | <value>{} mies. temu</value> |
| 3760 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated. The placeholder is a number of months. Describes how long ago something happened, shown in the CREATED column of 'wslc container list' and 'wslc image list'.</comment> |
| 3761 | </data> |
| 3762 | <data name="WSLCCLI_RelativeTimeYears" xml:space="preserve"> |
| 3763 | <value>{} lat(a) temu</value> |
| 3764 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated. The placeholder is a number of years. Describes how long ago something happened, shown in the CREATED column of 'wslc container list' and 'wslc image list'.</comment> |
| 3765 | </data> |
| 3766 | <data name="WSLCUserSettings_Warning_InvalidValue" xml:space="preserve"> |
| 3767 | <value>Ostrzeżenie: Nieprawidłowa wartość ustawienia „{}” w {}:{}.</value> |
| 3768 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 3769 | </data> |
| 3770 | <data name="WSLCUserSettings_Warning_InvalidType" xml:space="preserve"> |
| 3771 | <value>Ostrzeżenie: Nieprawidłowy typ ustawienia „{}” w {}:{}.</value> |
| 3772 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 3773 | </data> |
| 3774 | <data name="WSLCUserSettings_Warning_NonStringKey" xml:space="preserve"> |
| 3775 | <value>Ostrzeżenie: klucz niebędący ciągiem znaków w sekcji „{}” w {}:{}.</value> |
| 3776 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 3777 | </data> |
| 3778 | <data name="WSLCUserSettings_Warning_UnknownSection" xml:space="preserve"> |
| 3779 | <value>Ostrzeżenie: nieznana sekcja ustawień „{}” w {}:{}.</value> |
| 3780 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 3781 | </data> |
| 3782 | <data name="WSLCUserSettings_Warning_UnknownKey" xml:space="preserve"> |
| 3783 | <value>Ostrzeżenie: nieznane ustawienie „{}” w {}:{}.</value> |
| 3784 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 3785 | </data> |
| 3786 | <data name="WSLCUserSettings_Warning_FailedToOpen" xml:space="preserve"> |
| 3787 | <value>Ostrzeżenie: nie można otworzyć pliku ustawień w {}. Błąd: {}.</value> |
| 3788 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 3789 | </data> |
| 3790 | <data name="WSLCUserSettings_Warning_ParseError" xml:space="preserve"> |
| 3791 | <value>Ostrzeżenie: nie można przeanalizować pliku ustawień w lokalizacji {}. Błąd: {}.</value> |
| 3792 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 3793 | </data> |
| 3794 | <data name="WSLCUserSettings_Warning_InvalidStructure" xml:space="preserve"> |
| 3795 | <value>Ostrzeżenie: Plik ustawień w {} jest pusty lub ma nieprawidłową strukturę. Oczekiwano mapowania YAML.</value> |
| 3796 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 3797 | </data> |
| 3798 | <data name="MessageWslcFailedToRecoverContainer" xml:space="preserve"> |
| 3799 | <value>Nie można odzyskać kontenera „{}”</value> |
| 3800 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 3801 | </data> |
| 3802 | <data name="MessageWslcFailedToRecoverNetwork" xml:space="preserve"> |
| 3803 | <value>Nie można odzyskać sieci „{}”</value> |
| 3804 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 3805 | </data> |
| 3806 | <data name="MessageWslcFailedToRecoverVolume" xml:space="preserve"> |
| 3807 | <value>Nie można odzyskać woluminu „{}”</value> |
| 3808 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 3809 | </data> |
| 3810 | <data name="MessageWslcVolumeNotAvailable" xml:space="preserve"> |
| 3811 | <value>Nie można uruchomić kontenera, ponieważ następujące woluminy są niedostępne: {}</value> |
| 3812 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 3813 | </data> |
| 3814 | <data name="MessageWslcVolumeNotAvailableReason" xml:space="preserve"> |
| 3815 | <value>Wolumin „{}” jest niedostępny: {}</value> |
| 3816 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 3817 | </data> |
| 3818 | <data name="MessageWslcSwapInitFailed" xml:space="preserve"> |
| 3819 | <value>Nie można zainicjować wymiany</value> |
| 3820 | </data> |
| 3821 | <data name="MessageWslcPublishAllUdpNotSupported" xml:space="preserve"> |
| 3822 | <value>Porty UDP uwidaczniane przez obraz nie zostały opublikowane, ponieważ przekazywanie portów UDP nie jest obsługiwane w bieżącym trybie sieciowym</value> |
| 3823 | </data> |
| 3824 | <data name="MessageWslcContainerTimestampRecoveryFailed" xml:space="preserve"> |
| 3825 | <value>Nie można przywrócić sygnatury czasowej dla kontenera „{}”</value> |
| 3826 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 3827 | </data> |
| 3828 | <data name="MessageWslcImportProgressParseFailed" xml:space="preserve"> |
| 3829 | <value>Nie można przeanalizować postępu importu obrazu</value> |
| 3830 | </data> |
| 3831 | <data name="MessageWslcVolumeUnmountFailed" xml:space="preserve"> |
| 3832 | <value>Nie można odmontować woluminu „{}”: {}</value> |
| 3833 | <comment>{FixedPlaceholder="{}"}{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 3834 | </data> |
| 3835 | <data name="MessageWslcVolumeLostFoundNotEmpty" xml:space="preserve"> |
| 3836 | <value>Wolumin „{}” zawiera niepusty katalog „lost+found”. Został on pozostawiony na miejscu i wolumin może nie zostać wypełniony zawartością obrazu.</value> |
| 3837 | <comment>{Locked="lost+found"}{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 3838 | </data> |
| 3839 | <data name="MessageWslcContainerStopAfterPluginRejectionFailed" xml:space="preserve"> |
| 3840 | <value>Nie można zatrzymać kontenera „{}” po odrzuceniu wtyczki</value> |
| 3841 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 3842 | </data> |
| 3843 | <data name="MessageWslcVolumeReleaseFailed" xml:space="preserve"> |
| 3844 | <value>Nie można zwolnić zasobów hosta dla woluminu '{}'</value> |
| 3845 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 3846 | </data> |
| 3847 | <data name="MessageWslcImportCertsSkippedComputer" xml:space="preserve"> |
| 3848 | <value>Pominięto importowanie {} certyfikatów z magazynu zaufanych głównych urzędów certyfikacji komputera lokalnego z powodu błędów kodowania certyfikatów</value> |
| 3849 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 3850 | </data> |
| 3851 | <data name="MessageWslcImportCertsSkippedUser" xml:space="preserve"> |
| 3852 | <value>Pominięto importowanie {} certyfikatów z magazynu zaufanych głównych urzędów certyfikacji bieżącego użytkownika z powodu błędów kodowania certyfikatów</value> |
| 3853 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 3854 | </data> |
| 3855 | <data name="MessageWslcInstallCertsFailed" xml:space="preserve"> |
| 3856 | <value>Nie można zainstalować zaufanych certyfikatów głównych hosta na maszynie wirtualnej: {}</value> |
| 3857 | <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> |
| 3858 | </data> |
| 3859 | </root> |