Skip to content
This repository was archived by the owner on Jul 6, 2019. It is now read-only.

Commit 1ed63c2

Browse files
watildezkat
authored andcommitted
fix(i18n): minor tweaks to ja.json (#46)
1 parent d292f22 commit 1ed63c2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

locales/ja.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"Execute binaries from npm packages.\n%s": "npmパッケージのバイナリを実行します。",
33
"Package to be installed.": "インストールするパッケージ。",
4-
"Location of the npm cache.": "npmキャッシュへのパス",
4+
"Location of the npm cache.": "npmのキャッシュへのパス",
55
"Skip installation if a package is missing.": "パッケージがない場合は、インストールをスキップします。",
66
"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」の内部にあるかのように文字列を実行します",
88
"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のバイナリを内部操作に使用します",
1212
"For the full documentation, see the manual page for npx(1).": "詳しくは、npx(1)のマニュアルページを参照してください。",
1313
"Unable to guess a binary name from %s. Please use --package.": "%sからバイナリ名を推測できません。 --packageを使用してください。",
1414
"\nERROR: You must supply a command.\n": "\nエラー: コマンドを入力する必要があります。\n",
@@ -23,6 +23,6 @@
2323
"command-string": "コマンドの文字列",
2424
"shell": "シェル",
2525
"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自体の標準出力を抑止します。 サブコマンドは影響を受けません。"
2828
}

0 commit comments

Comments
 (0)