This repository has been archived by the owner on Apr 7, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(i18n): added largely machine-translated ja.json
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"Execute binaries from npm packages.\n%s": "npmパッケージのバイナリを実行します。", | ||
"Package to be installed.": "インストールするパッケージ。", | ||
"Location of the npm cache.": "npmキャッシュへのパス。", | ||
"Skip installation if a package is missing.": "パッケージがない場合は、インストールをスキップしてください。", | ||
"Path to user npmrc.": "ユーザーのnpmrcへのパス。", | ||
"Execute string as if inside `npm run-script`.": "「npm run-script」の内部にあるかのように文字列を実行する。", | ||
"Shell to execute the command with, if any.": "コマンドを実行するシェル(存在する場合)。", | ||
"Generate shell code to use npx as the \"command not found\" fallback.": "「コマンドが見つかりません」フォールバックとして使用するコードを生成します。", | ||
"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は一時的なインストールを行い、最新バージョンを使用します。", | ||
"npm binary to use for internal operations.": "npmバイナリを内部操作に使用します。", | ||
"For the full documentation, see the manual page for npx(1).": "詳しくは、npx(1)のマニュアルページを参照してください。", | ||
"Unable to guess a binary name from %s. Please use --package.": "%sからバイナリ名を推測できません。 --packageを使用してください。", | ||
"\nERROR: You must supply a command.\n": "\nエラー: コマンドを入力する必要があります。\n", | ||
"Command failed: %s %s": "コマンドが失敗しました: %s %s", | ||
"Install for %s failed with code %s": "コード%sで%sのインストールに失敗しました", | ||
"Command failed: %s ": "コマンドが失敗しました: %s ", | ||
"%s not found. Trying with npx...": "%sが見つかりません。 npxで試してみて...", | ||
"command not found: %s": "コマンドが見つかりません: %s" | ||
} |