|
| 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.": "Передать пользователя в nprc.", |
| 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 . Please use --package.": "Невозможно угадать команду из . Пожалуйста, используйте --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 | + "Command failed: %s ": "Ошибка: %s ", |
| 18 | + "%s not found. Trying with npx...": "%s не найдено. Пробуем с npx...", |
| 19 | + "command not found: %s": "команда не найдена: %s" |
| 20 | +} |
0 commit comments