1{ 2 "Execute binaries from npm packages.\n%s": "Uruchamia pliki wykonywalne (binarki) z paczek npm.\n%s", 3 "Package to be installed.": "Paczka do zainstalowania.", 4 "Location of the npm cache.": "Lokalizacja cache npm.", 5 "Skip installation if a package is missing.": "Pomiń instalacje w przypadku braku paczki.", 6 "Path to user npmrc.": "Ścieżka do pliku npmrc.", 7 "Execute string as if inside `npm run-script`.": "Wykonaj polecenie jak gdyby znajdowało się w `npm run-script`.", 8 "Shell to execute the command with, if any.": "Shell do wykonania polecenia, jeśli potrzeba.", 9 "Generate shell code to use npx as the \"command not found\" fallback.": "Wynegeruj kod dla shell-a aby używać npx zamiast \"nie znaleziono polecenia\".", 10 "Ignores existing binaries in $PATH, or in the local project. This forces npx to do a temporary install and use the latest version.": "Ignoruje istniejące paczki w $PATH lub lokalnym projekcie. Wymusza na npx tymczasową instalację i użycie najnowszej wersji.", 11 "npm binary to use for internal operations.": "Ścieżka do binarki npm używanej przez npx.", 12 "For the full documentation, see the manual page for npx(1).": "Dla pełnej dokumentacji zobacz manual dla npx(1).", 13 "Unable to guess a binary name from %s. Please use --package.": "Nie udało się ustalić binarki dla %s. Proszę użyć --package.", 14 "\nERROR: You must supply a command.\n": "\nERROR: Musisz podać polecenie.\n", 15 "Command failed: %s %s": "Polecenie się nie powiodło: %s %s", 16 "Install for %s failed with code %s": "Instalacja %s nie udała się, kod błędu: %s", 17 "%s not found. Trying with npx...": "%s: nie znaleziono polecenia. Próba uruchomienia przy użyciu npx...", 18 "command not found: %s": "nie znaleziono polecenia: %s", 19 "options": "opcje", 20 "command": "polecenie", 21 "version": "wersja", 22 "command-arg": "argument polecenia", 23 "command-string": "tekst polecenia", 24 "shell": "shell", 25 "package": "paczka", 26 "npx: installed %s in %ss": "npx: zainstalowano %s w %ss", 27 "Suppress output from npx itself. Subcommands will not be affected.": "Wycisza wyjście z npx. Nie dotyczy podprocesów.", 28 "Extra node argument when calling a node binary.": "Dodatkowe argumenty przekazywane do node." 29}