-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.nls.json
14 lines (14 loc) · 938 Bytes
/
package.nls.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"description": "Markdown syntax examples",
"markdown-syntax.openMarkdownWithSidePreview.title": "Open Markdown syntax examples",
"markdown-syntax.showErrorMessage": "Cannot open Markdown file: ",
"markdown-syntax.mdTableToJson.title": "Convert Markdown Table to JSON",
"markdown-syntax.jsonToMdTable.title": "Convert JSON to Markdown Table",
"markdown-syntax.jsonToMd.json_error": "The selected content is not a valid JSON array.",
"markdown-syntax.jsonToMd.copied": "Markdown table copied to clipboard.",
"markdown-syntax.jsonToMd.failed": "Failed to convert JSON to Markdown table.",
"markdown-syntax.mdToJson.md_error": "The selected content is not a valid Markdown table.",
"markdown-syntax.mdToJson.copied": "JSON copied to clipboard.",
"markdown-syntax.mdToJson.failed": "Failed to convert Markdown table to JSON.",
"markdown-syntax.configuration.displayMessages": "Display or disable message reminders."
}