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/markdown')
-rw-r--r--i18n/jpn/extensions/markdown/out/features/preview.i18n.json11
-rw-r--r--i18n/jpn/extensions/markdown/out/features/previewContentProvider.i18n.json3
-rw-r--r--i18n/jpn/extensions/markdown/package.i18n.json8
3 files changed, 19 insertions, 3 deletions
diff --git a/i18n/jpn/extensions/markdown/out/features/preview.i18n.json b/i18n/jpn/extensions/markdown/out/features/preview.i18n.json
new file mode 100644
index 00000000000..21f810889f0
--- /dev/null
+++ b/i18n/jpn/extensions/markdown/out/features/preview.i18n.json
@@ -0,0 +1,11 @@
+{
+ "": [
+ "--------------------------------------------------------------------------------------------",
+ "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."
+ ],
+ "lockedPreviewTitle": "[プレビュー] {0}",
+ "previewTitle": "プレビュー {0}"
+} \ No newline at end of file
diff --git a/i18n/jpn/extensions/markdown/out/features/previewContentProvider.i18n.json b/i18n/jpn/extensions/markdown/out/features/previewContentProvider.i18n.json
index f81c8c61438..8031d3c647d 100644
--- a/i18n/jpn/extensions/markdown/out/features/previewContentProvider.i18n.json
+++ b/i18n/jpn/extensions/markdown/out/features/previewContentProvider.i18n.json
@@ -8,6 +8,5 @@
],
"preview.securityMessage.text": "このドキュメントで一部のコンテンツが無効になっています",
"preview.securityMessage.title": "安全でない可能性があるか保護されていないコンテンツは、マークダウン プレビューで無効化されています。保護されていないコンテンツやスクリプトを有効にするには、マークダウン プレビューのセキュリティ設定を変更してください",
- "preview.securityMessage.label": "セキュリティが無効なコンテンツの警告",
- "previewTitle": "プレビュー {0}"
+ "preview.securityMessage.label": "セキュリティが無効なコンテンツの警告"
} \ No newline at end of file
diff --git a/i18n/jpn/extensions/markdown/package.i18n.json b/i18n/jpn/extensions/markdown/package.i18n.json
index e84fcf58d7b..58b68df0b74 100644
--- a/i18n/jpn/extensions/markdown/package.i18n.json
+++ b/i18n/jpn/extensions/markdown/package.i18n.json
@@ -15,12 +15,18 @@
"markdown.preview.fontSize.desc": "マークダウン プレビューで使用されるフォント サイズ (ピクセル単位) を制御します。",
"markdown.preview.lineHeight.desc": "マークダウン プレビューで使用される行の高さを制御します。この数値はフォント サイズを基準とします。",
"markdown.preview.markEditorSelection.desc": "マークダウンのプレビューに、エディターの現在の選択範囲を示すマークが付きます。",
+ "markdown.preview.scrollEditorWithPreview.desc": "マークダウンのプレビューをスクロールすると、エディターのビューが更新されます 。",
+ "markdown.preview.scrollPreviewWithEditor.desc": "マークダウンのエディターをスクロールすると、プレビューのビューが更新されます。",
+ "markdown.preview.scrollPreviewWithEditorSelection.desc": "[非推奨] エディターの現在選択されている行を表示するためにマークダウン プレビューをスクロールします。",
+ "markdown.preview.scrollPreviewWithEditorSelection.deprecationMessage": "この設定は 'markdown.preview.scrollPreviewWithEditor' に置き換えられ、もはや有効ではありません。",
"markdown.preview.title": "プレビューを開く",
"markdown.previewFrontMatter.dec": "マークダウン プレビューで YAML front matter がレンダリングされる方法を設定します。'hide' の場合、front matter が削除されます。その他の場合には、front matter はマークダウン コンテンツとして処理されます。",
"markdown.previewSide.title": "プレビューを横に表示",
+ "markdown.showLockedPreviewToSide.title": "ロックされたプレビューを横に表示",
"markdown.showSource.title": "ソースの表示",
"markdown.styles.dec": "マークダウン プレビューから使用する CSS スタイル シートの URL またはローカル パスの一覧。相対パスは、エクスプローラーで開かれているフォルダーへの絶対パスと解釈されます。開かれているフォルダーがない場合、マークダウン ファイルの場所を基準としていると解釈されます。'\\' はすべて '\\\\' と入力する必要があります。",
"markdown.showPreviewSecuritySelector.title": "プレビュー のセキュリティ設定を変更",
"markdown.trace.desc": "マークダウン拡張機能のデバッグ ログを有効にします。",
- "markdown.refreshPreview.title": "プレビューを更新"
+ "markdown.preview.refresh.title": "プレビューを更新",
+ "markdown.preview.toggleLock.title": "プレビュー ロックの切り替え"
} \ No newline at end of file