|
1 | 1 | {
|
2 | 2 | "Execute binaries from npm packages.\n%s": "npmパッケージのバイナリを実行します。",
|
3 | 3 | "Package to be installed.": "インストールするパッケージ。",
|
4 |
| - "Location of the npm cache.": "npmキャッシュへのパス。", |
| 4 | + "Location of the npm cache.": "npmのキャッシュへのパス。", |
5 | 5 | "Skip installation if a package is missing.": "パッケージがない場合は、インストールをスキップします。",
|
6 | 6 | "Path to user npmrc.": "ユーザーのnpmrcへのパス。",
|
7 |
| - "Execute string as if inside `npm run-script`.": "「npm run-script」の内部にあるかのように文字列を実行する。", |
| 7 | + "Execute string as if inside `npm run-script`.": "「npm run-script」の内部にあるかのように文字列を実行します。", |
8 | 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バイナリを内部操作に使用します。", |
| 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 | 12 | "For the full documentation, see the manual page for npx(1).": "詳しくは、npx(1)のマニュアルページを参照してください。",
|
13 | 13 | "Unable to guess a binary name from %s. Please use --package.": "%sからバイナリ名を推測できません。 --packageを使用してください。",
|
14 | 14 | "\nERROR: You must supply a command.\n": "\nエラー: コマンドを入力する必要があります。\n",
|
|
23 | 23 | "command-string": "コマンドの文字列",
|
24 | 24 | "shell": "シェル",
|
25 | 25 | "package": "パッケージ",
|
26 |
| - "npx: installed %s in %ss": "npx: %sつのものを%s秒でインストールしました。", |
27 |
| - "Suppress output from npx itself. Subcommands will not be affected.": "npx自体の出力を抑止します。 サブコマンドは影響を受けません。" |
| 26 | + "npx: installed %s in %ss": "npx: %s個のパッケージを%s秒でインストールしました。", |
| 27 | + "Suppress output from npx itself. Subcommands will not be affected.": "npx自体の標準出力を抑止します。 サブコマンドは影響を受けません。" |
28 | 28 | }
|
0 commit comments