1{ 2 "Execute binaries from npm packages.\n%s": "Виконуйте скрипти з npm пакетів.\n%s", 3 "Package to be installed.": "Пакет, який буде встановлено.", 4 "Location of the npm cache.": "Розташування npm кешу.", 5 "Skip installation if a package is missing.": "Пропустити встановлення, якщо пакет відсутній.", 6 "Path to user npmrc.": "Шлях до npmrc файлу користувача.", 7 "Execute string as if inside `npm run-script`.": "Виконати рядок наче в `npm run-script`.", 8 "Shell to execute the command with, if any.": "Shell для виконання команди, якщо є.", 9 "Generate shell code to use npx as the \"command not found\" fallback.": "Генерує shell скрипт для використання npx як фолбеку для \"command not found\".", 10 "Ignores existing binaries in $PATH, or in the local project. This forces npx to do a temporary install and use the latest version.": "Ігнорує існуючі бінарники в $PATH, чи в локальному проекті. Це змусить npx виконати тимчасове встановлення з використанням останньої версії.", 11 "npm binary to use for internal operations.": "npm файл для використання у внутрішніх операціях.", 12 "For the full documentation, see the manual page for npx(1).": "Повну документацію дивіться в мануалі npx(1).", 13 "Unable to guess a binary name from %s. Please use --package.": "Неможливо визначити ім'я бінарника з %s. Будь ласка, використовуйте --package.", 14 "\nERROR: You must supply a command.\n": "\nПОМИЛКА: Ви повинні вказати команду.\n", 15 "Command failed: %s %s": "Невдала команда: %s %s", 16 "Install for %s failed with code %s": "Невдале встановлення %s з кодом помилки %s", 17 "%s not found. Trying with npx...": "%s не знайдено. Спробуємо з npx...", 18 "command not found: %s": "команда не знайдена: %s", 19 "options": "опції", 20 "command": "команда", 21 "version": "версія", 22 "command-arg": "команда-аргумент", 23 "command-string": "команда-рядок", 24 "shell": "shell", 25 "package": "пакет", 26 "npx: installed %s in %ss": "npx: встановлено %s за %sс", 27 "Suppress output from npx itself. Subcommands will not be affected.": "Вимкнути вивід npx. Поведінка підкоманд не буде змінена.", 28 "Extra node argument when calling a node binary.": "Додатковий node аргумент під час виклику node бібліотеки." 29} 30