update localization resource files (#14389)

This commit is contained in:
Alex Ma
2021-02-22 19:42:55 -08:00
committed by GitHub
parent d21ee4dc9e
commit 9148aa1ed5
3162 changed files with 45130 additions and 1848 deletions

View File

@@ -0,0 +1,12 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"missingFileError": "缺少文件: {0}",
"InvalidError.tocFile": "{0}",
"Invalid toc.yml": "错误: {0} 包含不正确的 toc.yml 文件"
}

View File

@@ -0,0 +1,12 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"openNotebookCommand": "打开笔记本",
"openMarkdownCommand": "打开 Markdown",
"openExternalLinkCommand": "打开外部链接"
}

View File

@@ -0,0 +1,17 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"openBookError": "打开书籍 {0} 失败: {1}",
"openNotebookError": "打开笔记本 {0} 失败: {1}",
"openMarkdownError": "打开 markdown {0} 失败: {1}",
"openUntitledNotebookError": "以无标题形式打开无标题笔记本 {0} 失败: {1}",
"allFiles": "所有文件",
"labelPickFolder": "选取文件夹",
"openExternalLinkError": "打开链接 {0} 失败: {1}",
"confirmReplace": "文件夹已存在。确定要删除并替换此文件夹吗?"
}