Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/jpn/extensions')
-rw-r--r--i18n/jpn/extensions/typescript/out/typescriptServiceClient.i18n.json2
-rw-r--r--i18n/jpn/extensions/typescript/package.i18n.json3
2 files changed, 4 insertions, 1 deletions
diff --git a/i18n/jpn/extensions/typescript/out/typescriptServiceClient.i18n.json b/i18n/jpn/extensions/typescript/out/typescriptServiceClient.i18n.json
index 3139904b8ef..e0814e2e68a 100644
--- a/i18n/jpn/extensions/typescript/out/typescriptServiceClient.i18n.json
+++ b/i18n/jpn/extensions/typescript/out/typescriptServiceClient.i18n.json
@@ -20,6 +20,6 @@
"updatedtsdk": "ワークスペース設定 'typescript.tsdk' を {0} に更新しました",
"use": "ワークスペース ({0}) を使用する",
"useBundled": "バンドル ({0}) を使用する",
- "versionMismatch": "グローバルにインストールされている tsc コンパイラ ({0}) と VS Code の言語サービス ({1}) の間にバージョンの不一致が検出されました。これは、非整合のコンパイル エラーを引き起こす可能性があります。",
+ "versionMismatch": "グローバルな tsc ({0}) と VS Code の言語サービス ({1}) の間にバージョンの不一致があります。非整合のコンパイル エラーを引き起こす可能性があります",
"versionNumber.custom": "カスタム"
} \ No newline at end of file
diff --git a/i18n/jpn/extensions/typescript/package.i18n.json b/i18n/jpn/extensions/typescript/package.i18n.json
index 8ca1cee24ea..b0f5cb46e99 100644
--- a/i18n/jpn/extensions/typescript/package.i18n.json
+++ b/i18n/jpn/extensions/typescript/package.i18n.json
@@ -8,8 +8,10 @@
"format.insertSpaceAfterCommaDelimiter": "コンマ区切り記号の後のスペース処理を定義します",
"format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": "匿名関数の関数キーワードの後のスペース処理を定義します",
"format.insertSpaceAfterKeywordsInControlFlowStatements": "制御フロー ステートメント内のキーワードの後のスペース処理を定義します",
+ "format.insertSpaceAfterOpeningAndBeforeClosingJsxExpressionBraces": "JSX 式の始め波かっこの後と終わり波かっこの前のスペース処理を定義します。TypeScript が 2.0.6 以上である必要があります",
"format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets": "左右の空でない角かっこの間のスペース処理を定義します",
"format.insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis": "左右の空でないかっこの間のスペース処理を定義します",
+ "format.insertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces": "テンプレート文字列の始め波かっこの後と終わり波かっこの前のスペース処理を定義します。TypeScript が 2.0.6 以上である必要があります",
"format.insertSpaceAfterSemicolonInForStatements": "for ステートメント内のセミコロンの後のスペース処理を定義します",
"format.insertSpaceBeforeAndAfterBinaryOperators": "2 項演算子の後のスペース処理を定義します",
"format.placeOpenBraceOnNewLineForControlBlocks": "新しい行にコントロール ブロックの始め中かっこを配置するかどうかを定義します",
@@ -18,6 +20,7 @@
"javascript.validate.enable": "JavaScript の検証を有効/無効にします",
"typescript.check.tscVersion": "グローバル インストール TypeScript コンパイラ (tsc など) が、使用された TypeScript 言語サービスと異なっているかどうかを確認します。",
"typescript.check.workspaceVersion": "TypeScript バージョンをワークスペースで使用できるかどうかを確認する",
+ "typescript.experimentalAutomaticTypeAcquisition": "型の自動取得を有効にします。TypeScript が 2.0.6 以上であり、変更後に再起動する必要があります。",
"typescript.reloadProjects.title": "TypeScript プロジェクトを再度読み込みます",
"typescript.tsdk.desc": "使用する tsserver と lib*.d.ts ファイルが含まれているフォルダーのパスを指定します。",
"typescript.tsdk_version.desc": "TS サーバーのバージョンを指定します。TS サーバーが NPM でインストールされていない場合のみ必要です。",