From ccde6db96b1a332df7184377e4de6a5ac53ed2a1 Mon Sep 17 00:00:00 2001 From: Yoshihide Shirai Date: Mon, 23 Jan 2023 01:47:35 +0900 Subject: [PATCH] #688 Add UI message with Japanese locale (#689) resolves https://github.com/asciidoctor/asciidoctor-vscode/issues/688 --- i18n/fra/package.i18n.json | 6 +----- i18n/jpn/package.i18n.json | 13 +++++-------- .../jpn/src/features/antora/antoraSupport.i18n.json | 6 +++--- package.nls.ja.json | 8 ++++---- 4 files changed, 13 insertions(+), 20 deletions(-) diff --git a/i18n/fra/package.i18n.json b/i18n/fra/package.i18n.json index aff15bcf..b8661b43 100644 --- a/i18n/fra/package.i18n.json +++ b/i18n/fra/package.i18n.json @@ -78,9 +78,5 @@ "asciidoc.useWorkspaceRoot.desc": "**Obsolète:** Quand on est dans un espace de travail, utilise la racine de l'espace de travail en tant que répertoire de base pour Asciidoctor", "asciidoc.useWorkspaceRoot.deprecationMessage": "Ce paramètre a été remplacé par `#asciidoc.useWorkspaceRootAsBaseDirectory#` et n'a plus aucun effet.", "asciidoc.use_kroki.desc": "**Obsolète:** Active l'extension Kroki afin de générer des diagrammes.", - "asciidoc.use_kroki.deprecationMessage": "Ce paramètre a été remplacé par `#asciidoc.extensions.enableKroki#` et n'a plus aucun effet.", - - "asciidoc.antora.title": "Antora", - "asciidoc.antora.enableAntoraSupport.desc": "Active le support [Antora](https://antora.org/)." - + "asciidoc.use_kroki.deprecationMessage": "Ce paramètre a été remplacé par `#asciidoc.extensions.enableKroki#` et n'a plus aucun effet." } diff --git a/i18n/jpn/package.i18n.json b/i18n/jpn/package.i18n.json index 0c90323a..8dc0d9ea 100644 --- a/i18n/jpn/package.i18n.json +++ b/i18n/jpn/package.i18n.json @@ -2,7 +2,7 @@ "displayName": "AsciiDoc", "description": "リッチで軽量なマークアップであるAsciiDocをサポートします。", - "asciidoc.preview.title": "プレビューを", + "asciidoc.preview.title": "プレビュー", "asciidoc.exportAsPDF.title": "PDFへエキスポート", "asciidoc.pasteImage.title" : "イメージの貼り付け", "asciidoc.showPreview.title": "プレビューを開く", @@ -33,11 +33,11 @@ "asciidoc.preview.openLinksToAsciidocFiles.inEditor": "リンク先をエディターで開きます。", "asciidoc.preview.templates.desc": "List of local paths to custom templates to use from the preview. Relative paths are interpreted relative to the folder open in the Explorer. If there is no open folder, they are interpreted relative to the location of the AsciiDoc file. All `\\` need to be written as `\\\\`.", - "asciidoc.editor.title": "Editor", - "asciidoc.editor.enableDrop.desc": "Enable drag and drop to insert images. Hold down Shift key to drop file into the text editor.", + "asciidoc.editor.title": "エディタ", + "asciidoc.editor.enableDrop.desc": "ドラッグアンドドロップによる画像挿入を有効にします。シフトキーを押しながら、テキストエディタにドラッグアンドドロップしてください。", "asciidoc.antora.title": "Antora", - "asciidoc.antora.enableAntoraSupport.desc": "Enable [Antora](https://antora.org/) support.", + "asciidoc.antora.enableAntoraSupport.desc": "[Antora](https://antora.org/)サポートを有効にします。", "asciidoc.pdf.title": "PDF", "asciidoc.pdf.engine.desc": "PDFエキスポートで使用するPDFエンジンを選択します。", @@ -78,8 +78,5 @@ "asciidoc.useWorkspaceRoot.desc": "**非推奨:** ワークスペースのルートパスをベースディレクトリとして使用します。", "asciidoc.useWorkspaceRoot.deprecationMessage": "本設定は、`#asciidoc.useWorkspaceRootAsBaseDirectory#`に置き換えられ、動作しません。", "asciidoc.use_kroki.desc": "**非推奨:** ダイアグラム生成Krokiを使用します。", - "asciidoc.use_kroki.deprecationMessage": "本設定は、`#asciidoc.extensions.enableKroki#`に置き換えられ、動作しません。", - - "asciidoc.antora.title": "Antora", - "asciidoc.antora.enableAntoraSupport.desc": "Enable [Antora](https://antora.org/) support." + "asciidoc.use_kroki.deprecationMessage": "本設定は、`#asciidoc.extensions.enableKroki#`に置き換えられ、動作しません。" } diff --git a/i18n/jpn/src/features/antora/antoraSupport.i18n.json b/i18n/jpn/src/features/antora/antoraSupport.i18n.json index 68782143..65929dc7 100644 --- a/i18n/jpn/src/features/antora/antoraSupport.i18n.json +++ b/i18n/jpn/src/features/antora/antoraSupport.i18n.json @@ -1,5 +1,5 @@ { - "antora.activateSupport.yes": "Yes", - "antora.activateSupport.no": "No, thanks", - "antora.activateSupport.message": "We detect that you are working with Antora. Do you want to active Antora support?" + "antora.activateSupport.yes": "はい", + "antora.activateSupport.no": "いいえ、結構です", + "antora.activateSupport.message": "Antoraの構成を検出しました。Antoraサポートを有効にしますか?" } diff --git a/package.nls.ja.json b/package.nls.ja.json index 6675fe07..28ac6b49 100644 --- a/package.nls.ja.json +++ b/package.nls.ja.json @@ -1,7 +1,7 @@ { "displayName": "AsciiDoc", "description": "リッチで軽量なマークアップであるAsciiDocをサポートします。", - "asciidoc.preview.title": "プレビューを", + "asciidoc.preview.title": "プレビュー", "asciidoc.exportAsPDF.title": "PDFへエキスポート", "asciidoc.pasteImage.title": "イメージの貼り付け", "asciidoc.showPreview.title": "プレビューを開く", @@ -30,10 +30,10 @@ "asciidoc.preview.openLinksToAsciidocFiles.inPreview": "リンク先をプレビューで開きます。", "asciidoc.preview.openLinksToAsciidocFiles.inEditor": "リンク先をエディターで開きます。", "asciidoc.preview.templates.desc": "List of local paths to custom templates to use from the preview. Relative paths are interpreted relative to the folder open in the Explorer. If there is no open folder, they are interpreted relative to the location of the AsciiDoc file. All `\\` need to be written as `\\\\`.", - "asciidoc.editor.title": "Editor", - "asciidoc.editor.enableDrop.desc": "Enable drag and drop to insert images. Hold down Shift key to drop file into the text editor.", + "asciidoc.editor.title": "エディタ", + "asciidoc.editor.enableDrop.desc": "ドラッグアンドドロップによる画像挿入を有効にします。シフトキーを押しながら、テキストエディタにドラッグアンドドロップしてください。", "asciidoc.antora.title": "Antora", - "asciidoc.antora.enableAntoraSupport.desc": "Enable [Antora](https://antora.org/) support.", + "asciidoc.antora.enableAntoraSupport.desc": "[Antora](https://antora.org/)サポートを有効にします。", "asciidoc.pdf.title": "PDF", "asciidoc.pdf.engine.desc": "PDFエキスポートで使用するPDFエンジンを選択します。", "asciidoc.pdf.engine.asciidoctorPdf.desc": "asciidoctor-pdfコマンドライン",