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/extensions/electron-browser/extensionHost.i18n.json13
-rw-r--r--i18n/jpn/src/vs/workbench/services/files/electron-browser/fileService.i18n.json1
-rw-r--r--i18n/jpn/src/vs/workbench/services/textfile/common/textFileEditorModel.i18n.json9
-rw-r--r--i18n/jpn/src/vs/workbench/services/textfile/electron-browser/textFileService.i18n.json18
4 files changed, 41 insertions, 0 deletions
diff --git a/i18n/jpn/src/vs/workbench/services/extensions/electron-browser/extensionHost.i18n.json b/i18n/jpn/src/vs/workbench/services/extensions/electron-browser/extensionHost.i18n.json
new file mode 100644
index 00000000000..7509143aae8
--- /dev/null
+++ b/i18n/jpn/src/vs/workbench/services/extensions/electron-browser/extensionHost.i18n.json
@@ -0,0 +1,13 @@
+/*---------------------------------------------------------------------------------------------
+ * 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.
+{
+ "extensionHostProcess.crash": "拡張機能ホストが予期せずに終了しました。回復するには、ウィンドウを再度読み込んでください。",
+ "extensionHostProcess.error": "拡張機能ホストからのエラー: {0}",
+ "extensionHostProcess.startupFail": "拡張機能ホストが 10 秒以内に開始されませんでした。問題が発生している可能性があります。",
+ "extensionHostProcess.startupFailDebug": "拡張機能ホストが 10 秒以内に開始されませんでした。先頭行で停止している可能性があり、続行するにはデバッガーが必要です。",
+ "extensionUnderDevelopment": "開発の拡張機能を {0} に読み込んでいます",
+ "overwritingExtension": "拡張機能 {0} を {1} で上書きしています。"
+} \ No newline at end of file
diff --git a/i18n/jpn/src/vs/workbench/services/files/electron-browser/fileService.i18n.json b/i18n/jpn/src/vs/workbench/services/files/electron-browser/fileService.i18n.json
index b4d335a7eeb..558cca1df2e 100644
--- a/i18n/jpn/src/vs/workbench/services/files/electron-browser/fileService.i18n.json
+++ b/i18n/jpn/src/vs/workbench/services/files/electron-browser/fileService.i18n.json
@@ -6,5 +6,6 @@
{
"installNet": ".NET Framework 4.5 をダウンロードします",
"netVersionError": "Microsoft .NET Framework 4.5 が必要です。リンクに移動してインストールしてください。",
+ "neverShowAgain": "今後は表示しない",
"trashFailed": "'{0}' をごみ箱に移動できませんでした"
} \ No newline at end of file
diff --git a/i18n/jpn/src/vs/workbench/services/textfile/common/textFileEditorModel.i18n.json b/i18n/jpn/src/vs/workbench/services/textfile/common/textFileEditorModel.i18n.json
new file mode 100644
index 00000000000..30a1eddb584
--- /dev/null
+++ b/i18n/jpn/src/vs/workbench/services/textfile/common/textFileEditorModel.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.
+{
+ "genericSaveError": "'{0}' の保存に失敗しました: {1}",
+ "saveFileFirst": "ファイルがダーティです。まず保存してから、別のエンコードで再度開いてください。"
+} \ No newline at end of file
diff --git a/i18n/jpn/src/vs/workbench/services/textfile/electron-browser/textFileService.i18n.json b/i18n/jpn/src/vs/workbench/services/textfile/electron-browser/textFileService.i18n.json
new file mode 100644
index 00000000000..86f4a1b1788
--- /dev/null
+++ b/i18n/jpn/src/vs/workbench/services/textfile/electron-browser/textFileService.i18n.json
@@ -0,0 +1,18 @@
+/*---------------------------------------------------------------------------------------------
+ * 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.
+{
+ "allFiles": "すべてのファイル",
+ "cancel": "キャンセル",
+ "dontSave": "保存しない(&&N)",
+ "moreFile": "...1 つの追加ファイルが表示されていません",
+ "moreFiles": "...{0} 個の追加ファイルが表示されていません",
+ "noExt": "拡張機能なし",
+ "save": "保存(&&S)",
+ "saveAll": "すべて保存(&&S)",
+ "saveChangesDetail": "保存しないと変更内容が失われます。",
+ "saveChangesMessage": "{0} に加えた変更を保存しますか?",
+ "saveChangesMessages": "次の {0} ファイルに対する変更を保存しますか?"
+} \ No newline at end of file