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/src/vs/platform')
-rw-r--r--i18n/jpn/src/vs/platform/history/electron-main/historyMainService.i18n.json5
-rw-r--r--i18n/jpn/src/vs/platform/markers/common/problemMatcher.i18n.json12
-rw-r--r--i18n/jpn/src/vs/platform/theme/common/colorRegistry.i18n.json8
3 files changed, 19 insertions, 6 deletions
diff --git a/i18n/jpn/src/vs/platform/history/electron-main/historyMainService.i18n.json b/i18n/jpn/src/vs/platform/history/electron-main/historyMainService.i18n.json
index da8dfc2d763..1b41b17be71 100644
--- a/i18n/jpn/src/vs/platform/history/electron-main/historyMainService.i18n.json
+++ b/i18n/jpn/src/vs/platform/history/electron-main/historyMainService.i18n.json
@@ -6,6 +6,7 @@
{
"newWindow": "新しいウィンドウ",
"newWindowDesc": "新しいウィンドウを開く",
- "recentFolders": "最近使用したフォルダー",
- "folderDesc": "{0} {1}"
+ "recentFolders": "最近使ったワークスペース",
+ "folderDesc": "{0} {1}",
+ "codeWorkspace": "コード ワークスペース"
} \ No newline at end of file
diff --git a/i18n/jpn/src/vs/platform/markers/common/problemMatcher.i18n.json b/i18n/jpn/src/vs/platform/markers/common/problemMatcher.i18n.json
index a7b5bb6b6c5..b3cbfeb9bda 100644
--- a/i18n/jpn/src/vs/platform/markers/common/problemMatcher.i18n.json
+++ b/i18n/jpn/src/vs/platform/markers/common/problemMatcher.i18n.json
@@ -56,5 +56,15 @@
"LegacyProblemMatcherSchema.watchedBegin": "ファイル ウォッチでトリガーされた ウォッチ対象タスクの実行が開始されたことを伝達する正規表現。",
"LegacyProblemMatcherSchema.watchedEnd.deprecated": "このプロパティは非推奨です。代わりに watching プロパティをご使用ください。",
"LegacyProblemMatcherSchema.watchedEnd": "ウォッチ対象タスクの実行が終了したことを伝達する正規表現。",
- "ProblemMatcherExtPoint": "問題マッチャーを提供"
+ "NamedProblemMatcherSchema.name": "これを参照するのに使用する問題マッチャーの名前。",
+ "NamedProblemMatcherSchema.label": "問題マッチャーの判読できるラベル。",
+ "ProblemMatcherExtPoint": "問題マッチャーを提供",
+ "msCompile": "Microsoft コンパイラの問題",
+ "lessCompile": "Less の問題",
+ "gulp-tsc": "Gulp TSC の問題",
+ "jshint": "JSHint の問題",
+ "jshint-stylish": "JSHint の問題 (stylish)",
+ "eslint-compact": "ESLint の問題 (compact)",
+ "eslint-stylish": "ESLint の問題 (stylish)",
+ "go": "問題に移動する"
} \ No newline at end of file
diff --git a/i18n/jpn/src/vs/platform/theme/common/colorRegistry.i18n.json b/i18n/jpn/src/vs/platform/theme/common/colorRegistry.i18n.json
index 6834bbd4b79..272213197af 100644
--- a/i18n/jpn/src/vs/platform/theme/common/colorRegistry.i18n.json
+++ b/i18n/jpn/src/vs/platform/theme/common/colorRegistry.i18n.json
@@ -53,14 +53,16 @@
"badgeBackground": "バッジの背景色。バッジとは小さな情報ラベルのことです。例:検索結果の数",
"badgeForeground": "バッジの前景色。バッジとは小さな情報ラベルのことです。例:検索結果の数",
"scrollbarShadow": "ビューがスクロールされたことを示すスクロール バーの影。",
- "scrollbarSliderBackground": "スライダーの背景色。",
- "scrollbarSliderHoverBackground": "ホバー時のスライダー背景色。",
- "scrollbarSliderActiveBackground": "アクティブ時のスライダー背景色。",
+ "scrollbarSliderBackground": "スクロール バーのスライダーの背景色。",
+ "scrollbarSliderHoverBackground": "ホバー時のスクロール バー スライダー背景色。",
+ "scrollbarSliderActiveBackground": "アクティブ時のスクロール バー スライダー背景色。",
"progressBarBackground": "時間のかかる操作で表示するプログレス バーの背景色。",
"editorBackground": "エディターの背景色。",
"editorForeground": "エディターの既定の前景色。",
"editorWidgetBackground": "検索/置換窓など、エディター ウィジェットの背景色。",
"editorWidgetBorder": "エディター ウィジェットの境界線色。ウィジェットに境界線があり、ウィジェットによって配色を上書きされていない場合でのみこの配色は使用されます。",
+ "editorSelectionBackground": "エディターの選択範囲の色。",
+ "editorSelectionForeground": "ハイ コントラストの選択済みテキストの色。",
"editorInactiveSelection": "非アクティブなエディターの選択範囲の色。",
"editorSelectionHighlight": "選択範囲と同じコンテンツの領域の色。",
"editorFindMatch": "現在の検索一致項目の色。",