|
| 1 | +{ |
| 2 | + "Execute binaries from npm packages.\n%s": "npmパッケージのバイナリを実行します。", |
| 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.": "コマンドを実行するシェル(存在する場合)。", |
| 9 | + "Generate shell code to use npx as the \"command not found\" fallback.": "「コマンドが見つかりません」フォールバックとして使用するコードを生成します。", |
| 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 | + "Command failed: %s ": "コマンドが失敗しました: %s ", |
| 18 | + "%s not found. Trying with npx...": "%sが見つかりません。 npxで試してみて...", |
| 19 | + "command not found: %s": "コマンドが見つかりません: %s" |
| 20 | +} |
0 commit comments