-
Notifications
You must be signed in to change notification settings - Fork 109
Expand file tree
/
Copy pathpackage.nls.ja.json
More file actions
77 lines (77 loc) · 10.3 KB
/
package.nls.ja.json
File metadata and controls
77 lines (77 loc) · 10.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"asciidoc.antora.enableAntoraSupport.deprecationMessage": "This setting has been replaced by `#asciidoc.antora.showEnableAntoraPrompt#` and no longer has any effect.",
"asciidoc.antora.enableAntoraSupport.desc": "[Antora](https://antora.org/)サポートを有効にします。",
"asciidoc.antora.showEnableAntoraPrompt.desc": "Show a prompt to enable [Antora](https://antora.org/) support when an antora.yml file is detected.",
"asciidoc.antora.title": "Antora",
"asciidoc.asciidoctorpdf_command.deprecationMessage": "本設定は、`#asciidoc.pdf.asciidoctorPdfCommandPath#` + `#asciidoc.pdf.asciidoctorPdfCommandArgs#`に置き換えられ、動作しません。",
"asciidoc.asciidoctorpdf_command.desc": "**非推奨:** Asciidoctor PDFの実行バイナリのフルパスを指定します。",
"asciidoc.common.title": "一般",
"asciidoc.debug.enableErrorDiagnostics.desc": "AsciiDocの誤り診断を有効にします。",
"asciidoc.debug.title": "デバッグ",
"asciidoc.debug.trace.desc": "本拡張機能のデバッグログを有効にします。",
"asciidoc.disableAntoraSupport.title": "Disable Antora support in this workspace",
"asciidoc.editor.enableDrop.desc": "ドラッグアンドドロップによる画像挿入を有効にします。シフトキーを押しながら、テキストエディタにドラッグアンドドロップしてください。",
"asciidoc.editor.title": "エディタ",
"asciidoc.enableAntoraSupport.title": "Enable Antora support in this workspace",
"asciidoc.enableErrorDiagnostics.deprecationMessage": "本設定は、`#asciidoc.debug.enableErrorDiagnostics#`に置き換えられ、動作しません。",
"asciidoc.enableErrorDiagnostics.desc": "**非推奨:** AsciiDocのエラー検証を行います。(asciidoctor jsのみ有効です。)",
"asciidoc.exportAsPDF.title": "PDFへエキスポート",
"asciidoc.extensions.enableKroki.desc": "ダイアグラム生成のKrokiを有効にします。",
"asciidoc.extensions.registerWorkspaceExtensions.desc": "ワークスペースディレクトリ`.asciidoctor/lib`に格納されたAsciidoctor.js拡張の登録機能を有効にします。",
"asciidoc.extensions.title": "Asciidoctor拡張",
"asciidoc.pasteImage.title": "イメージの貼り付け",
"asciidoc.pdf.asciidoctorPdfCommandArgs.desc": "引数のリストを指定します。例えば、 `-a`, `pdf-themesdir=resources/themes`, `-a`, `pdf-theme=basic`のように指定します。キーバリューの場合は、引数を分けて設定してください(つまり、二つの引数になります。)。デフォルトでは、`--quiet`と`--base-dir`にAsciiDocドキュメントのフルパスディレクトリが指定されます。",
"asciidoc.pdf.asciidoctorPdfCommandPath.desc": "外部の`asciidoctor-pdf`のコマンドを実行パスを指定します。本設定は、`/path/to/asciidoctor-pdf`のようにフルパスである必要があります。",
"asciidoc.pdf.engine.asciidoctorPdf.desc": "asciidoctor-pdfコマンドライン",
"asciidoc.pdf.engine.desc": "PDFエキスポートで使用するPDFエンジンを選択します。",
"asciidoc.pdf.engine.wkhtmltopdf.desc": "wkhtmltopdfコマンドライン",
"asciidoc.pdf.title": "PDF",
"asciidoc.pdf.wkhtmltopdfCommandArgs.desc": "引数のリストを指定します。例えば、`--orientation`, `Landscape`のように指定します。キーバリューの場合は、引数を分けて設定してください(つまり、二つの引数になります。)。デフォルトでは、`--enable-local-file-access`, `--encoding`, `utf-8`, `--javascript-delay`, `1000`, `--footer-center` (有効の場合) と `cover` (カバーページがある場合)が指定されます。",
"asciidoc.pdf.wkhtmltopdfCommandPath.desc": "外部の`wkhtmltopdf`のコマンドの実行パスを指定します。本設定は、`/path/to/wkhtmltopdf`のようにフルパスである必要があります。空が設定された場合、Linux/macOSでは`wkhtmltopdf`、Windowsでは`wkhtmltopdf.exe`が指定されます。",
"asciidoc.preview.asciidoctorAttributes.desc": "プレビューで使用するAsciidoctorのAttributeを指定します。 Attributeは、{string: string} の形式で入力してください。",
"asciidoc.preview.attributes.deprecationMessage": "本設定は、`#asciidoc.preview.asciidoctorAttributes#`に置き換えられ、動作しません。",
"asciidoc.preview.attributes.desc": "**非推奨:** プレビューのAttributeを指定します。 Attributeは、{string: string} の形式で入力してください。",
"asciidoc.preview.doubleClickToSwitchToEditor.desc": "プレビューをダブルクリックでエディタに切り替えます。",
"asciidoc.preview.fontFamily.desc": "プレビューで使用するフォントを指定します。",
"asciidoc.preview.fontSize.desc": "プレビューのフォントサイズをピクセルで指定します。",
"asciidoc.preview.lineHeight.desc": "行の高さを調整します。本値は、フォントサイズに関連します。",
"asciidoc.preview.markEditorSelection.desc": "プレビューで現在のエディターのセクションをマークします。",
"asciidoc.preview.openAsciiDocLinks.deprecationMessage": "本設定は、`#asciidoc.preview.openLinksToAsciidocFiles#`に置き換えられ、動作しません。",
"asciidoc.preview.openAsciiDocLinks.desc": "**非推奨:** プレビューのAsciiDocファイルのリンクをクリックした場合の動作を選択します。",
"asciidoc.preview.openAsciiDocLinks.inEditor": "リンク先をエディターで開きます。",
"asciidoc.preview.openAsciiDocLinks.inPreview": "リンク先をプレビューで開きます。",
"asciidoc.preview.openLinksToAsciidocFiles.desc": "プレビューのAsciiDocファイルのリンクをクリックした場合の動作を選択します。",
"asciidoc.preview.openLinksToAsciidocFiles.inEditor": "リンク先をエディターで開きます。",
"asciidoc.preview.openLinksToAsciidocFiles.inPreview": "リンク先をプレビューで開きます。",
"asciidoc.preview.preservePreviewWhenHidden.desc": "Whether to keep the AsciiDoc preview in memory even when it's hidden (such as when switching tabs). If enabled, the preview will reload more quickly when restored from the background at the expense of increased memory usage. This setting only affects a hidden/background AsciiDoc preview; closing the preview will always discard it entirely, regardless of this setting.",
"asciidoc.preview.refresh.title": "プレビューの更新",
"asciidoc.preview.refreshInterval.desc": "ドキュメント変更時にプレビューのリフレッシュ間隔(ミリ秒)を指定します。0を指定した場合は、保存時のみ更新します。",
"asciidoc.preview.scrollEditorWithPreview.desc": "プレビューのスクロールに合わせて、エディターもスクロールします。",
"asciidoc.preview.scrollPreviewWithEditor.desc": "エディターのスクロールに合わせて、プレビューもスクロールします。",
"asciidoc.preview.style.desc": "プレビューで使用するCSSスタイルシートのURLまたはローカルパスを指定します。相対パスは、エクスプローラで開いているフォルダからの相対パスとして解釈されます。フォルダーを開いていない場合は、AsciiDocファイルからの相対パスとして解釈されます。'\\\\'は、 '\\\\\\\\'と記述する必要があります。",
"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.preview.title": "プレビュー",
"asciidoc.preview.toggleLock.title": "プレビューのロック切り替え",
"asciidoc.preview.useEditorStyle.desc": "デフォルトスタイルであるasciidoctor.cssではなく、エディターのスタイルを使用します。",
"asciidoc.previewSide.title": "サイドにプレビューを開く",
"asciidoc.saveDocbook.title": "DocBook保存",
"asciidoc.saveHTML.title": "HTMLドキュメントの保存",
"asciidoc.showAsciidoctorExtensionsTrustModeSelector.title": "Asciidoctor.js拡張の信頼モード設定",
"asciidoc.showLockedPreviewToSide.title": "サイドにロック状態でプレビュー",
"asciidoc.showPreview.title": "プレビューを開く",
"asciidoc.showPreviewSecuritySelector.title": "プレビューセキュリティ設定",
"asciidoc.showSource.title": "ソース表示",
"asciidoc.trace.deprecationMessage": "This setting has been replaced by `#asciidoc.debug.trace#` and no longer has any effect.",
"asciidoc.trace.desc": "**非推奨:** AsciiDoc拡張のデバッグログを有効にします。",
"asciidoc.useWorkspaceRoot.deprecationMessage": "本設定は、`#asciidoc.useWorkspaceRootAsBaseDirectory#`に置き換えられ、動作しません。",
"asciidoc.useWorkspaceRoot.desc": "**非推奨:** ワークスペースのルートパスをベースディレクトリとして使用します。",
"asciidoc.useWorkspaceRootAsBaseDirectory.desc": "ワークスペースを開いている場合、ワークスペースルートのパスをベースディレクトリに指定します。",
"asciidoc.use_asciidoctorpdf.deprecationMessage": "本設定は、`#asciidoc.pdf.engine#`に置き換えられ、動作しません。",
"asciidoc.use_asciidoctorpdf.desc": "**非推奨:** レンダラーにasciidoctor-pdfを使用します。",
"asciidoc.use_kroki.deprecationMessage": "本設定は、`#asciidoc.extensions.enableKroki#`に置き換えられ、動作しません。",
"asciidoc.use_kroki.desc": "**非推奨:** ダイアグラム生成Krokiを使用します。",
"asciidoc.wkhtmltopdf_path.deprecationMessage": "本設定は、`#asciidoc.pdf.wkhtmltopdfCommandPath#` + `#asciidoc.pdf.wkhtmltopdfCommandArgs#`に置き換えられ、動作しません。",
"asciidoc.wkhtmltopdf_path.desc": "**非推奨:** wkhtmltopdfの実行バイナリのフルパスを指定します。",
"description": "リッチで軽量なマークアップであるAsciiDocをサポートします。",
"displayName": "AsciiDoc"
}