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": "\nERROR: Нужно указать команду.\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 в %ss", 27 "Suppress output from npx itself. Subcommands will not be affected.": "Отключить вывод npx. Поведение подкоманд не будет изменено." 28} 29