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/extension-editing/out/extensionLinter.i18n.json')
-rw-r--r--i18n/jpn/extensions/extension-editing/out/extensionLinter.i18n.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/i18n/jpn/extensions/extension-editing/out/extensionLinter.i18n.json b/i18n/jpn/extensions/extension-editing/out/extensionLinter.i18n.json
index 8b6ad71cd4e..4cfc6d1db38 100644
--- a/i18n/jpn/extensions/extension-editing/out/extensionLinter.i18n.json
+++ b/i18n/jpn/extensions/extension-editing/out/extensionLinter.i18n.json
@@ -3,4 +3,10 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
-{} \ No newline at end of file
+{
+ "httpsRequired": "画像には HTTPS プロトコルを使用する必要があります。",
+ "svgsNotValid": "SVG は無効な画像のソースです。",
+ "embeddedSvgsNotValid": "埋め込み SVG は無効な画像のソースです。",
+ "dataUrlsNotValid": "Data URL は無効な画像のソースです。",
+ "relativeUrlRequiresHttpsRepository": "画像の相対 URL には package.json に HTTPS プロトコルのリポジトリが必要です。"
+} \ No newline at end of file