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/workbench/services')
-rw-r--r--i18n/jpn/src/vs/workbench/services/configuration/common/configurationExtensionPoint.i18n.json20
-rw-r--r--i18n/jpn/src/vs/workbench/services/editor/common/editorService.i18n.json8
-rw-r--r--i18n/jpn/src/vs/workbench/services/themes/common/colorThemeSchema.i18n.json1
-rw-r--r--i18n/jpn/src/vs/workbench/services/themes/common/fileIconThemeSchema.i18n.json3
-rw-r--r--i18n/jpn/src/vs/workbench/services/themes/electron-browser/colorThemeStore.i18n.json15
-rw-r--r--i18n/jpn/src/vs/workbench/services/themes/electron-browser/fileIconThemeData.i18n.json8
-rw-r--r--i18n/jpn/src/vs/workbench/services/themes/electron-browser/fileIconThemeStore.i18n.json15
-rw-r--r--i18n/jpn/src/vs/workbench/services/themes/electron-browser/workbenchThemeService.i18n.json16
-rw-r--r--i18n/jpn/src/vs/workbench/services/workspace/node/workspaceEditingService.i18n.json9
9 files changed, 78 insertions, 17 deletions
diff --git a/i18n/jpn/src/vs/workbench/services/configuration/common/configurationExtensionPoint.i18n.json b/i18n/jpn/src/vs/workbench/services/configuration/common/configurationExtensionPoint.i18n.json
new file mode 100644
index 00000000000..d93af154acf
--- /dev/null
+++ b/i18n/jpn/src/vs/workbench/services/configuration/common/configurationExtensionPoint.i18n.json
@@ -0,0 +1,20 @@
+/*---------------------------------------------------------------------------------------------
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+// Do not edit this file. It is machine generated.
+{
+ "vscode.extension.contributes.configuration.title": "設定の概要です。このラベルは、設定ファイルでコメントの区切り文字として使用します。",
+ "vscode.extension.contributes.configuration.properties": "構成のプロパティの説明です。",
+ "scope.window.description": "ウィンドウ固有の構成。ユーザーまたはワークスペースの設定で構成できます。",
+ "scope.resource.description": "リソース固有の構成。ユーザー、ワークスペース、またはフォルダーの設定で構成できます。",
+ "scope.description": "構成が適用される範囲。 使用可能なスコープは `window` と ` resource` です。",
+ "vscode.extension.contributes.configuration": "構成の設定を提供します。",
+ "invalid.title": "'configuration.title' は、文字列である必要があります",
+ "vscode.extension.contributes.defaultConfiguration": "言語ごとに既定のエディター構成の設定を提供します。",
+ "invalid.properties": "'configuration.properties' は、オブジェクトである必要があります",
+ "invalid.allOf": "'configuration.allOf' は非推奨で使用できなくなります。代わりに 'configuration' コントリビューション ポイントに複数の構成セクションを配列として渡します。",
+ "workspaceConfig.folders.description": "ワークスペースで読み込まれるフォルダーのリスト。",
+ "workspaceConfig.path.description": "ファイルパス。例: `/root/folderA` または `./folderA` のようなワークスペース ファイルの場所に対して解決される相対パス。",
+ "workspaceConfig.name.description": "フォルダーにつけるオプションの名前。"
+} \ No newline at end of file
diff --git a/i18n/jpn/src/vs/workbench/services/editor/common/editorService.i18n.json b/i18n/jpn/src/vs/workbench/services/editor/common/editorService.i18n.json
new file mode 100644
index 00000000000..50e968f8ee3
--- /dev/null
+++ b/i18n/jpn/src/vs/workbench/services/editor/common/editorService.i18n.json
@@ -0,0 +1,8 @@
+/*---------------------------------------------------------------------------------------------
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+// Do not edit this file. It is machine generated.
+{
+ "compareLabels": "{0} ↔ {1}"
+} \ No newline at end of file
diff --git a/i18n/jpn/src/vs/workbench/services/themes/common/colorThemeSchema.i18n.json b/i18n/jpn/src/vs/workbench/services/themes/common/colorThemeSchema.i18n.json
index 2773e1cc1be..31dd84eaa5c 100644
--- a/i18n/jpn/src/vs/workbench/services/themes/common/colorThemeSchema.i18n.json
+++ b/i18n/jpn/src/vs/workbench/services/themes/common/colorThemeSchema.i18n.json
@@ -6,6 +6,7 @@
{
"schema.token.settings": "トークンの色とスタイル。",
"schema.token.foreground": "トークンの前景色。",
+ "schema.token.background.warning": "トークンの背景色は、現在サポートされていません。",
"schema.token.fontStyle": "ルールのフォント スタイル: '斜体'、'太字'、'下線' のいずれかまたはこれらの組み合わせ",
"schema.fontStyle.error": "フォント スタイルは '斜体'、'太字'、'下線'を組み合わせる必要があります。",
"schema.properties.name": "ルールの説明。",
diff --git a/i18n/jpn/src/vs/workbench/services/themes/common/fileIconThemeSchema.i18n.json b/i18n/jpn/src/vs/workbench/services/themes/common/fileIconThemeSchema.i18n.json
index a38d55a5642..335b53c2495 100644
--- a/i18n/jpn/src/vs/workbench/services/themes/common/fileIconThemeSchema.i18n.json
+++ b/i18n/jpn/src/vs/workbench/services/themes/common/fileIconThemeSchema.i18n.json
@@ -33,5 +33,6 @@
"schema.fontSize": "フォントを使用する場合: テキスト フォントに対するフォントサイズの割合。設定されていない場合、既定値はフォント定義のサイズになります。",
"schema.fontId": "フォントを使用する場合: フォントの ID。設定されていない場合、既定値は最初のフォント定義になります。",
"schema.light": "明るい配色テーマでのファイル アイコンの任意の関連付け。",
- "schema.highContrast": "ハイ コントラスト配色テーマでのファイル アイコンの任意の関連付け。"
+ "schema.highContrast": "ハイ コントラスト配色テーマでのファイル アイコンの任意の関連付け。",
+ "schema.hidesExplorerArrows": "このテーマがアクティブな時に、エクスプローラーの矢印を非表示にするかどうかを構成します。"
} \ No newline at end of file
diff --git a/i18n/jpn/src/vs/workbench/services/themes/electron-browser/colorThemeStore.i18n.json b/i18n/jpn/src/vs/workbench/services/themes/electron-browser/colorThemeStore.i18n.json
new file mode 100644
index 00000000000..c985a8de47f
--- /dev/null
+++ b/i18n/jpn/src/vs/workbench/services/themes/electron-browser/colorThemeStore.i18n.json
@@ -0,0 +1,15 @@
+/*---------------------------------------------------------------------------------------------
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+// Do not edit this file. It is machine generated.
+{
+ "vscode.extension.contributes.themes": "TextMate の配色テーマを提供します。",
+ "vscode.extension.contributes.themes.id": "ユーザー設定で使用されるアイコン テーマの ID。",
+ "vscode.extension.contributes.themes.label": "UI で表示される配色テーマのラベル。",
+ "vscode.extension.contributes.themes.uiTheme": "エディターの周囲の色を定義する基本テーマ: 'vs' は明るい色のテーマで、'vs-dark' は濃い色のテーマです。'hc-black' は濃い色のハイ コントラストのテーマです。",
+ "vscode.extension.contributes.themes.path": "tmTheme ファイルのパス。拡張機能フォルダーに対する相対パスで、通常 './themes/themeFile.tmTheme' です。",
+ "reqarray": "Extension point `{0}` must be an array.",
+ "reqpath": "`contributes.{0}.path` に文字列が必要です。提供された値: {1}",
+ "invalid.path.1": "拡張機能のフォルダー ({2}) の中に `contributes.{0}.path` ({1}) が含まれている必要があります。これにより拡張を移植できなくなる可能性があります。"
+} \ No newline at end of file
diff --git a/i18n/jpn/src/vs/workbench/services/themes/electron-browser/fileIconThemeData.i18n.json b/i18n/jpn/src/vs/workbench/services/themes/electron-browser/fileIconThemeData.i18n.json
new file mode 100644
index 00000000000..26366aa3de6
--- /dev/null
+++ b/i18n/jpn/src/vs/workbench/services/themes/electron-browser/fileIconThemeData.i18n.json
@@ -0,0 +1,8 @@
+/*---------------------------------------------------------------------------------------------
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+// Do not edit this file. It is machine generated.
+{
+ "error.cannotparseicontheme": "アイコン ファイルの解析中に問題が発生しました: {0}"
+} \ No newline at end of file
diff --git a/i18n/jpn/src/vs/workbench/services/themes/electron-browser/fileIconThemeStore.i18n.json b/i18n/jpn/src/vs/workbench/services/themes/electron-browser/fileIconThemeStore.i18n.json
new file mode 100644
index 00000000000..b9a14b3199a
--- /dev/null
+++ b/i18n/jpn/src/vs/workbench/services/themes/electron-browser/fileIconThemeStore.i18n.json
@@ -0,0 +1,15 @@
+/*---------------------------------------------------------------------------------------------
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+// Do not edit this file. It is machine generated.
+{
+ "vscode.extension.contributes.iconThemes": "Contributes file icon themes.",
+ "vscode.extension.contributes.iconThemes.id": "ユーザー設定で使用されるアイコン テーマの ID。",
+ "vscode.extension.contributes.iconThemes.label": "UI に表示されるアイコン テーマのラベル。",
+ "vscode.extension.contributes.iconThemes.path": "アイコン テーマの定義ファイルのパス。このパスは拡張フォルダーの相対パスであり、通常は './icons/awesome-icon-theme.json' です。",
+ "reqarray": "Extension point `{0}` must be an array.",
+ "reqpath": "`contributes.{0}.path` に文字列が必要です。提供された値: {1}",
+ "reqid": "`contributes.{0}.id` に文字列が必要です。提供された値: {1}",
+ "invalid.path.1": "拡張機能のフォルダー ({2}) の中に `contributes.{0}.path` ({1}) が含まれている必要があります。これにより拡張を移植できなくなる可能性があります。"
+} \ No newline at end of file
diff --git a/i18n/jpn/src/vs/workbench/services/themes/electron-browser/workbenchThemeService.i18n.json b/i18n/jpn/src/vs/workbench/services/themes/electron-browser/workbenchThemeService.i18n.json
index 18938fb3a92..db40a8ef3c1 100644
--- a/i18n/jpn/src/vs/workbench/services/themes/electron-browser/workbenchThemeService.i18n.json
+++ b/i18n/jpn/src/vs/workbench/services/themes/electron-browser/workbenchThemeService.i18n.json
@@ -4,31 +4,15 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
- "vscode.extension.contributes.themes": "TextMate の配色テーマを提供します。",
- "vscode.extension.contributes.themes.id": "ユーザー設定で使用されるアイコン テーマの ID。",
- "vscode.extension.contributes.themes.label": "UI で表示される配色テーマのラベル。",
- "vscode.extension.contributes.themes.uiTheme": "エディターの周囲の色を定義する基本テーマ: 'vs' は明るい色のテーマで、'vs-dark' は濃い色のテーマです。'hc-black' は濃い色のハイ コントラストのテーマです。",
- "vscode.extension.contributes.themes.path": "tmTheme ファイルのパス。拡張機能フォルダーに対する相対パスで、通常 './themes/themeFile.tmTheme' です。",
- "vscode.extension.contributes.iconThemes": "Contributes file icon themes.",
- "vscode.extension.contributes.iconThemes.id": "ユーザー設定で使用されるアイコン テーマの ID。",
- "vscode.extension.contributes.iconThemes.label": "UI に表示されるアイコン テーマのラベル。",
- "vscode.extension.contributes.iconThemes.path": "アイコン テーマの定義ファイルのパス。このパスは拡張フォルダーの相対パスであり、通常は './icons/awesome-icon-theme.json' です。",
"migration.completed": "ユーザー設定に新しいテーマの設定が追加されました。{0} に利用可能なバックアップがあります。",
"error.cannotloadtheme": "Unable to load {0}: {1}",
- "reqarray": "Extension point `{0}` must be an array.",
- "reqpath": "`contributes.{0}.path` に文字列が必要です。提供された値: {1}",
- "invalid.path.1": "拡張機能のフォルダー ({2}) の中に `contributes.{0}.path` ({1}) が含まれている必要があります。これにより拡張を移植できなくなる可能性があります。",
- "reqid": "`contributes.{0}.id` に文字列が必要です。提供された値: {1}",
"error.cannotloadicontheme": "Unable to load {0}",
- "error.cannotparseicontheme": "アイコン ファイルの解析中に問題が発生しました: {0}",
"colorTheme": "ワークベンチで使用する配色テーマを指定します。",
"colorThemeError": "テーマが不明、またはインストールされていません。",
"iconTheme": "ワークベンチで使用するアイコンのテーマを指定します。'null' を指定するとファイル アイコンが表示されなくなります。",
"noIconThemeDesc": "ファイル アイコンがありません",
"iconThemeError": "ファイル アイコンのテーマが不明、またはインストールされていません。",
"workbenchColors": "現在選択している配色テーマで配色を上書きします。",
- "workbenchColors.deprecated": "この設定はもう試験的なものではなく、名前が 'workbench.colorCustomizations' に変更されています",
- "workbenchColors.deprecatedDescription": "代わりに 'workbench.colorCustomizations' を使用してください",
"editorColors": "現在選択している配色テーマで配色とフォント スタイルを上書きします。",
"editorColors.comments": "コメントの色とスタイルを設定します",
"editorColors.strings": "文字列リテラルの色とスタイルを設定します。",
diff --git a/i18n/jpn/src/vs/workbench/services/workspace/node/workspaceEditingService.i18n.json b/i18n/jpn/src/vs/workbench/services/workspace/node/workspaceEditingService.i18n.json
new file mode 100644
index 00000000000..963427aa46c
--- /dev/null
+++ b/i18n/jpn/src/vs/workbench/services/workspace/node/workspaceEditingService.i18n.json
@@ -0,0 +1,9 @@
+/*---------------------------------------------------------------------------------------------
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+// Do not edit this file. It is machine generated.
+{
+ "openWorkspaceConfigurationFile": "ワークスペースの構成ファイルを開く",
+ "close": "閉じる"
+} \ No newline at end of file