• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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  "%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": "シェル",
25  "package": "パッケージ",
26  "npx: installed %s in %ss": "npx: %s個のパッケージを%s秒でインストールしました。",
27  "Suppress output from npx itself. Subcommands will not be affected.": "npx自体の標準出力を抑止します。 サブコマンドは影響を受けません。"
28}
29