forked from asciidoctor/asciidoctor-vscode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.nls.ja.json
68 lines (68 loc) · 9.05 KB
/
package.nls.ja.json
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
{
"displayName": "AsciiDoc",
"description": "リッチで軽量なマークアップであるAsciiDocをサポートします。",
"asciidoc.exportAsPDF.title": "PDFへエキスポート",
"asciidoc.pasteImage.title": "イメージの貼り付け",
"asciidoc.preview.title": "プレビューを開く",
"asciidoc.preview.refresh.title": "プレビューの更新",
"asciidoc.preview.toggleLock.title": "プレビューのロック切り替え",
"asciidoc.previewSide.title": "サイドにプレビューを開く",
"asciidoc.saveHTML.title": "HTMLドキュメントの保存",
"asciidoc.saveDocbook.title": "DocBook保存",
"asciidoc.showLockedPreviewToSide.title": "サイドにロック状態でプレビュー",
"asciidoc.showPreviewSecuritySelector.title": "プレビューセキュリティ設定",
"asciidoc.showAsciidoctorExtensionsTrustModeSelector.title": "Asciidoctor.js拡張の信頼モード設定",
"asciidoc.showSource.title": "ソース表示",
"asciidoc.preview.asciidoctorAttributes.desc": "プレビューで使用するAsciidoctorのAttributeを指定します。 Attributeは、{string: string} の形式で入力してください。",
"asciidoc.preview.refreshInterval.desc": "ドキュメント変更時にプレビューのリフレッシュ間隔(ミリ秒)を指定します。0を指定した場合は、保存時のみ更新します。",
"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.style.desc": "プレビューで使用するCSSスタイルシートのURLまたはローカルパスを指定します。相対パスは、エクスプローラで開いているフォルダからの相対パスとして解釈されます。フォルダーを開いていない場合は、AsciiDocファイルからの相対パスとして解釈されます。'\\\\'は、 '\\\\\\\\'と記述する必要があります。",
"asciidoc.preview.useEditorStyle.desc": "デフォルトスタイルであるasciidoctor.cssではなく、エディターのスタイルを使用します。",
"asciidoc.preview.fontFamily.desc": "プレビューで使用するフォントを指定します。",
"asciidoc.preview.fontSize.desc": "プレビューのフォントサイズをピクセルで指定します。",
"asciidoc.preview.lineHeight.desc": "行の高さを調整します。本値は、フォントサイズに関連します。",
"asciidoc.preview.scrollEditorWithPreview.desc": "プレビューのスクロールに合わせて、エディターもスクロールします。",
"asciidoc.preview.scrollPreviewWithEditor.desc": "エディターのスクロールに合わせて、プレビューもスクロールします。",
"asciidoc.preview.markEditorSelection.desc": "プレビューで現在のエディターのセクションをマークします。",
"asciidoc.preview.doubleClickToSwitchToEditor.desc": "プレビューをダブルクリックでエディタに切り替えます。",
"asciidoc.preview.openLinksToAsciidocFiles.desc": "プレビューのAsciiDocファイルのリンクをクリックした場合の動作を選択します。",
"asciidoc.preview.openLinksToAsciidocFiles.inPreview": "リンク先をプレビューで開きます。",
"asciidoc.preview.openLinksToAsciidocFiles.inEditor": "リンク先をエディターで開きます。",
"asciidoc.pdf.title": "PDF",
"asciidoc.pdf.engine.desc": "PDFエキスポートで使用するPDFエンジンを選択します。",
"asciidoc.pdf.engine.asciidoctorPdf.desc": "asciidoctor-pdfコマンドライン",
"asciidoc.pdf.engine.wkhtmltopdf.desc": "wkhtmltopdfコマンドライン",
"asciidoc.pdf.asciidoctorPdfCommandPath.desc": "外部の`asciidoctor-pdf`のコマンドを実行パスを指定します。本設定は、`/path/to/asciidoctor-pdf`のようにフルパスである必要があります。",
"asciidoc.pdf.asciidoctorPdfCommandArgs.desc": "引数のリストを指定します。例えば、 `-a`, `pdf-themesdir=resources/themes`, `-a`, `pdf-theme=basic`のように指定します。キーバリューの場合は、引数を分けて設定してください(つまり、二つの引数になります。)。デフォルトでは、`--quiet`と`--base-dir`にAsciiDocドキュメントのフルパスディレクトリが指定されます。",
"asciidoc.pdf.wkhtmltopdfCommandPath.desc": "外部の`wkhtmltopdf`のコマンドの実行パスを指定します。本設定は、`/path/to/wkhtmltopdf`のようにフルパスである必要があります。空が設定された場合、Linux/macOSでは`wkhtmltopdf`、Windowsでは`wkhtmltopdf.exe`が指定されます。",
"asciidoc.pdf.wkhtmltopdfCommandArgs.desc": "引数のリストを指定します。例えば、`--orientation`, `Landscape`のように指定します。キーバリューの場合は、引数を分けて設定してください(つまり、二つの引数になります。)。デフォルトでは、`--enable-local-file-access`, `--encoding`, `utf-8`, `--javascript-delay`, `1000`, `--footer-center` (有効の場合) と `cover` (カバーページがある場合)が指定されます。",
"asciidoc.extensions.title": "Asciidoctor拡張",
"asciidoc.extensions.enableKroki.desc": "ダイアグラム生成のKrokiを有効にします。",
"asciidoc.extensions.registerWorkspaceExtensions.desc": "ワークスペースディレクトリ`.asciidoctor/lib`に格納されたAsciidoctor.js拡張の登録機能を有効にします。",
"asciidoc.common.title": "一般",
"asciidoc.useWorkspaceRootAsBaseDirectory.desc": "ワークスペースを開いている場合、ワークスペースルートのパスをベースディレクトリに指定します。",
"asciidoc.debug.title": "デバッグ",
"asciidoc.debug.trace.desc": "本拡張機能のデバッグログを有効にします。",
"asciidoc.debug.enableErrorDiagnostics.desc": "AsciiDocの誤り診断を有効にします。",
"asciidoc.trace.desc": "**非推奨:** AsciiDoc拡張のデバッグログを有効にします。",
"asciidoc.trace.deprecationMessage": "This setting has been replaced by `#asciidoc.debug.trace#` and no longer has any effect.",
"asciidoc.enableErrorDiagnostics.desc": "**非推奨:** AsciiDocのエラー検証を行います。(asciidoctor jsのみ有効です。)",
"asciidoc.enableErrorDiagnostics.deprecationMessage": "本設定は、`#asciidoc.debug.enableErrorDiagnostics#`に置き換えられ、動作しません。",
"asciidoc.wkhtmltopdf_path.desc": "**非推奨:** wkhtmltopdfの実行バイナリのフルパスを指定します。",
"asciidoc.wkhtmltopdf_path.deprecationMessage": "本設定は、`#asciidoc.pdf.wkhtmltopdfCommandPath#` + `#asciidoc.pdf.wkhtmltopdfCommandArgs#`に置き換えられ、動作しません。",
"asciidoc.asciidoctorpdf_command.desc": "**非推奨:** Asciidoctor PDFの実行バイナリのフルパスを指定します。",
"asciidoc.asciidoctorpdf_command.deprecationMessage": "本設定は、`#asciidoc.pdf.asciidoctorPdfCommandPath#` + `#asciidoc.pdf.asciidoctorPdfCommandArgs#`に置き換えられ、動作しません。",
"asciidoc.use_asciidoctorpdf.desc": "**非推奨:** レンダラーにasciidoctor-pdfを使用します。",
"asciidoc.use_asciidoctorpdf.deprecationMessage": "本設定は、`#asciidoc.pdf.engine#`に置き換えられ、動作しません。",
"asciidoc.preview.attributes.desc": "**非推奨:** プレビューのAttributeを指定します。 Attributeは、{string: string} の形式で入力してください。",
"asciidoc.preview.attributes.deprecationMessage": "本設定は、`#asciidoc.preview.asciidoctorAttributes#`に置き換えられ、動作しません。",
"asciidoc.preview.openAsciiDocLinks.desc": "**非推奨:** プレビューのAsciiDocファイルのリンクをクリックした場合の動作を選択します。",
"asciidoc.preview.openAsciiDocLinks.deprecationMessage": "本設定は、`#asciidoc.preview.openLinksToAsciidocFiles#`に置き換えられ、動作しません。",
"asciidoc.preview.openAsciiDocLinks.inEditor": "リンク先をエディターで開きます。",
"asciidoc.preview.openAsciiDocLinks.inPreview": "リンク先をプレビューで開きます。",
"asciidoc.useWorkspaceRoot.desc": "**非推奨:** ワークスペースのルートパスをベースディレクトリとして使用します。",
"asciidoc.useWorkspaceRoot.deprecationMessage": "本設定は、`#asciidoc.useWorkspaceRootAsBaseDirectory#`に置き換えられ、動作しません。",
"asciidoc.use_kroki.desc": "**非推奨:** ダイアグラム生成Krokiを使用します。",
"asciidoc.use_kroki.deprecationMessage": "本設定は、`#asciidoc.extensions.enableKroki#`に置き換えられ、動作しません。",
"asciidoc.antora.enableAntoraSupport.desc": "Enable [Antora](https://antora.org/) support."
}