Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add package.nls.ja.json #113

Merged
merged 3 commits into from
Jan 31, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
165 changes: 165 additions & 0 deletions package.nls.ja.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,165 @@
{
"d.switchConfiguration": "code-d: 設定の切替",
"d.action.switchConfiguration": "設定の切替",
"d.switchArchType": "code-d: アーキテクチャタイプの切替",
"d.action.switchArchType": "アーキテクチャタイプの切替",
"d.switchBuildType": "code-d: ビルドタイプの切替",
"d.action.switchBuildType": "ビルドタイプの切替",
"d.switchCompiler": "code-d: コンパイラの切替",
"d.action.switchCompiler": "コンパイラの切替",
"d.killServer": "code-d: DCD Server の強制終了",
"d.action.killServer": "DCD Server の強制終了",
"d.restartServer": "code-d: DCD Server の再起動",
"d.action.restartServer": "DCD Server の再起動",
"d.reloadImports": "code-d: インポートパスの再読込み",
"d.action.reloadImports": "インポートパスの再読込み",
"d.run": "code-d: プロジェクトを実行",
"d.action.run": "プロジェクトを実行",
"d.build": "code-d: プロジェクトをビルド",
"d.action.build": "プロジェクトをビルド",
"d.stop": "code-d: ビルドを停止",
"d.action.stop": "ビルドを停止",
"d.debug": "code-d: code-debug を使用してプロジェクトをデバッグ",
"d.action.debug": "code-debug を使用してプロジェクトをデバッグ",
"d.uploadSelection": "code-d: エディタで選択した部分を dpaste.com にアップロード",
"d.action.uploadSelection": "エディタで選択した部分を dpaste.com にアップロード",
"d.insertDscanner": "code-d: デフォルトの dscanner.ini を挿入する",
"d.action.insertDscanner": "デフォルトの dscanner.ini を挿入する",
"d.rdmdCurrent": "rdmd で実行",
"d.generateCoverageReport": "code-d: コードカバレッジレポートを生成",
"d.action.generateCoverageReport": "コードカバレッジレポートを生成",
"d.showGCCalls": "code-d: profilegc.log を表示",
"d.action.showGCCalls": "profilegc.log を表示",
"dub.openSettingsEditor": "code-d/dub: プロジェクト設定を開く",
"dub.action.openSettingsEditor": "プロジェクト設定を開く",
"dub.closeSettingsEditor": "code-d/dub: プロジェクト設定を閉じる",
"dub.action.closeSettingsEditor": "プロジェクト設定を閉じる",
"d.createProject": "code-d: 新しいプロジェクトを作成",
"d.action.createProject": "新しいプロジェクトを作成",

"d.config.workspacedPath": "workspace-d のファイルのパスを設定します 環境変数PATHに設定されている、または code-d でインストールした場合は省略できます",
"d.config.stdlibPath": "標準ライブラリ(Phobos,D Runtime)のフルパスの配列を設定します、指定しない場合はオートコンプレートは動作できません",
"d.config.dcdClientPath": "dcd-client のファイルのパスを設定します 環境変数PATHに設定されている、または code-d でインストールした場合は省略できます",
"d.config.dcdServerPath": "dcd-server のファイルのパスを設定します 環境変数PATHに設定されている、または code-d でインストールした場合は省略できます",
"d.config.dscannerPath": "dscanner のファイルのパスを設定します 環境変数PATHに設定されている、または code-d でインストールした場合は省略できます",
"d.config.dfmtPath": "dfmt のファイルのパスを設定します 環境変数PATHに設定されている、または code-d でインストールした場合は省略できます",
"d.config.dubPath": "dub のファイルのパスを設定します 環境変数PATHに設定されている、または code-d でインストールした場合は省略できます",
"d.config.enableLinting": "構文チェック(Linting)を有効にします",
"d.config.enableSDLLinting": "dub.sdl ファイルの構文チェック(Linting)を有効にします",
"d.config.enableDubLinting": "dub が行う構文チェック(Linting)を有効にします",
"d.config.enableAutoComplete": "オートコンプレートの dcd-server/dcd-client をスタートアップします",
"d.config.neverUseDub": "true の場合は、projectImportPaths を有効化します",
"d.config.projectImportPaths": "通常のソースパスは source, src に固定されていますが、この設定を行うとこによりソースパスを変更することができます neverUseDub を true に設定する事により有効化します",
"d.config.dubConfiguration": "dub のデフォルトを設定します",
"d.config.dubArchType": "dub arch type のデフォルト値を設定します",
"d.config.dubBuildType": "dub build type のデフォルト値を設定します",
"d.config.dubCompiler": "dub compiler のデフォルト値を設定します",
"d.config.disableWorkspaceD": "code-d の機能を無効にします(debug用)",
"d.config.overrideDfmtEditorconfig": "dfmt の設定をvscodeの設定で上書きします(maxLineLength,softMaxLineLength)",
"d.config.dfmt.alignSwitchStatements": "dfmt はまだ未実装です",
"d.config.dfmt.braceStyle": "dfmt インデントスタイルを選択します[allman, otbs, stroustrup] 詳しくは https://en.wikipedia.org/wiki/Brace_style ",
"d.config.dfmt.outdentAttributes": "dfmt はまだ未実装です",
"d.config.dfmt.spaceAfterCast": "dfmt cast()式 のあとにスペースを入れます",
"d.config.dfmt.splitOperatorAtLineEnd": "dfmt 行の分割するときは、前の行に演算子を配置します",
"d.config.dfmt.selectiveImportSpace": "dfmt import文のモジュール指定のセパレータ(:)にスベースを挿入します",
"d.config.dfmt.compactLabeledStatements": "dfmt switch, for, foreach, while文と同じラインにラベルを配置します",
"d.config.dfmt.templateConstraintStyle": "dfmt template文のフォーマットの動作を指定します",

"d.ext.openUserSettings": "ユーザ設定を開く",
"d.ext.workspacedENOENT": "workspace-d が起動できません",
"d.ext.workspacedENOENT.retry": "リトライ",
"d.ext.workspacedENOENT.install": "workspace-d をインストールする",
"d.ext.workspacedCrash": "workspace-d クラッシュしました もし必要があれば dcd-server 再起動してください",
"d.ext.workspaced.restart": "リスタート",
"d.ext.importModule": "Import {0}",
"d.ext.noImportPaths.project": "このプロジェクトで使用できるインポートパスはありません オートコンプリートが機能していない可能性があります",
"d.ext.noImportPaths.buildType": "このビルドタイプで使用できるインポートパスはありません オートコンプリートが機能していない可能性があります",
"d.ext.noConfigurations.project": "このプロジェクトで使用できる設定はありません オートコンプリートが機能していない可能性があります",
"d.ext.compilerFail": "コンパイラの設定を切り替えられませんでした",
"d.ext.archFail": "アーキテクチャタイプの設定を切り替えられませんでした",
"d.ext.ultimateArchFail": "アーキテクチャタイプの設定を切り替えることができませんでした 詳細については console を参照してください",
"d.ext.dcdUpdateFail": "DCDを更新できませんでした。 正しく動作しない場合はDCDを再起動してください",
"d.ext.workspacedUnresponsive": "workspace-d が応答しません オートコンプリートが機能していない可能性があります",
"d.ext.workspacedUnkillable": "workspace-d を強制終了できませんでした 手動で強制停止(kill)してください! PID: {0}",
"d.ext.workspacedOutdated.major": "workspace-d は古い可能性があります 更新してください (target={0}, workspaced={1})",
"d.ext.workspacedOutdated.minor": "workspace-d は古い可能性があります 正常に機能しない場合は更新してください (target={0}, workspaced={1})",
"d.ext.workspacedOutdated.patch": "workspace-d には新しいオプションのアップデートがあります!更新してください (target={0}, workspaced={1})",
"d.ext.workspacedOutdated.unknown": "workspace-d のバージョンを特定できませんでした workspace-d を更新してください!",
"d.ext.workspacedOutdated.install": "最新バージョンをインストールする",
"d.ext.config.invalid.configuration": "指定された設定 '{0}' は利用できませんでした",
"d.ext.config.invalid.archType": "アーキテクチャタイプの設定 '{0}' は利用できませんでした",
"d.ext.config.invalid.buildType": "ビルドタイプの設定 '{0}' は利用できませんでした",
"d.ext.config.invalid.compiler": "コンパイラの設定 '{0}' は利用できませんでした",
"d.ext.dubFail": "dub の初期化に失敗しました",
"d.ext.fsworkspaceFail": "fsworkspace を初期化できませんでした 詳細はコンソールを参照してください",
"d.ext.dcdFail": "DCDを初期化できませんでした 詳細はコンソールを参照してください",
"d.ext.gcLens": "{0} bytes allocated / {1} allocations",
"d.ext.stdlibNoPhobosNoDRuntime": "d.stdlibPath の設定に phobos, druntimeへのパスが含まれていません オートコンプリートが機能していない可能性があります",
"d.ext.stdlibNoPhobos": "d.stdlibPath の設定に phobos へのパスが含まれていません オートコンプリートが機能していない可能性があります",
"d.ext.stdlibNoDRuntime": "d.stdlibPath の設定に druntime へのパスが含まれていません オートコンプリートが機能していない可能性があります",
"d.ext.stdlibInvalidPath": "d.stdlibPath の設定したパスが存在しません オートコンプリートが機能していない可能性があります",
"d.ext.exeIsDir": "{0} はディレクトリを指しています",
"d.ext.exeENOENT": "{0} がインストールされていないか見つかりませんでした",
"d.ext.compileProgram": "コンパイル {0}",
"d.ext.downloadProgram": "ダウンロード {0}",
"d.ext.dubUpgradeFail": "dub プロジェクトをアップグレードできませんでした",
"d.ext.dubImportFail": "dub のインポートパスを更新できませんでした ステータスバーのビルド設定を確認してください",
"d.ext.configSwitchFail": "設定の切替に失敗しました 詳細は console を参照してください",
"d.ext.archSwitchFail": "アーキテクチャタイプの切替に失敗しました 詳細は console を参照してください",
"d.ext.buildTypeSwitchFail": "ビルドタイプの切替に失敗しました 詳細は console を参照してください",
"d.ext.compilerPrompt": "コンパイラの指定(dmd, ldc2, gdc)",
"d.ext.compilerSwitchFail": "コンパイラの切替に失敗しました 詳細は console を参照してください",
"d.ext.dcd.restart": "リスタート",
"d.ext.dcdKillFail": "dcd-Server の強制終了に失敗しました 詳細は console を参照してください",
"d.ext.dcdRestarted": "dcd-server を再起動しました",
"d.ext.importsReloaded": "インポートパスの再読込みに成功しました",
"d.ext.importsEmpty": "インポートの読込みに失敗しました",
"d.ext.manualReloadFail": "インポートの更新ができませんでした dub の初期化に失敗した可能性があります",
"d.ext.workspacedNotReady": "workspace-d まだ準備ができていません",
"d.ext.importAddFail": "インポートの追加に失敗しました",
"d.ext.rdmdTitle": "rdmd アウトプット",
"d.ext.uploader.noCode": "ソースコードが選択されていません",
"d.ext.uploader.success": "アップロード成功 {0}",
"d.ext.uploader.fail": "アップロードに失敗しました 詳細は Console を参照してください",

"d.projects.readFail": "テンプレートリストの読み込みに失敗しました",
"d.projects.selectFolderInstruction": "プロジェクトを作成するための空のフォルダを選択してください",
"d.projects.selectFolder": "フォルダを選択",
"d.projects.selectOtherFolder": "他のフォルダを選択",
"d.projects.mergeFolder": "フォルダにマージ",
"d.projects.folderNotEmpty": "現在の作業領域は空ではありません",
"d.projects.reloadFail": "プロジェクトの再読み込みに失敗しました",
"d.projects.copyFail": "テンプレートのコピーに失敗しました",
"d.projects.dubFail": "dub.jsonの作成に失敗しました",

"d.installer.noPrebuiltWorkspaced": "このプラットフォーム用の workspace-d は用意されていません",
"d.installer.noPrebuiltDub": "このプラットフォームでは dub は用意されていません",
"d.installer.compileFromSource": "ソースからコンパイルする",
"d.installer.title": "インストール中 {0}",
"d.installer.installingInto": "インストール中 {0}",
"d.installer.downloadingFrom": "ダウンロード中 {0} - {1}",
"d.installer.downloadProgress": "ダウンロード中 {0}% {1}",
"d.installer.extracting": "展開中 {0}",
"d.installer.deleting": "削除中 {0}",
"d.installer.success": "インストールに成功しました {0}",
"d.installer.reload": "リロード",
"d.installer.extractTarXzFail": ".tar.xz の展開に失敗しました",
"d.installer.extractTarGzFail": ".tar.gz の展開に失敗しました",
"d.installer.error": "インストールに失敗しました {0} (Error code {1})",
"d.installer.compileDone": "コンパイルが終了しました",
"d.installer.removingOld": "古いバージョンを削除中",
"d.installer.removedOld": "古いバージョンを削除しました",
"d.installer.restoreFail": "code-d のインストールに失敗しました 環境を変更し再度インストールを行ってください",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The empty line here should be below this line


"d.dub.notFound": "dub パッケージが見つかりません",
"d.dub.noVersions": "dub 適切なバージョンが見つかりません",
"d.dub.packageRelease": "リリース {0}",
"d.dub.docDirty": "dub.json ファイルを保存または閉じて再試行してください",
"d.dub.dubJsonFail": "dub.json は不正な json 形式です",
"d.dub.generateFail": "dub.json の作成に失敗しました",
"d.dub.updateFail": "dub.json のアップデートに失敗しました",
"d.dub.override": "バックアップをしないで上書き",

"d.coverage.statusText": "{0}% コードカバレッジ",
"d.coverage.tooltip": "コードカバッレジレポート"
}