Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i18N: Fix,Change and union the Chinese translations in different files #48729

Merged
merged 1 commit into from May 10, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
16 changes: 9 additions & 7 deletions i18n/chs/src/vs/base/common/json.i18n.json
Original file line number Diff line number Diff line change
@@ -1,9 +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.
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"error.invalidSymbol": "符号无效",
"error.invalidNumberFormat": "数字格式无效",
"error.propertyNameExpected": "需要属性名",
Expand All @@ -12,5 +14,5 @@
"error.commaExpected": "需要逗号",
"error.closeBraceExpected": "需要右大括号",
"error.closeBracketExpected": "需要右括号",
"error.endOfFileExpected": "预期的文件结尾"
}
"error.endOfFileExpected": "需要文件结尾标识(EOF)"
}
4 changes: 2 additions & 2 deletions i18n/chs/src/vs/base/common/jsonErrorMessages.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"error.commaExpected": "需要逗号",
"error.closeBraceExpected": "需要右大括号",
"error.closeBracketExpected": "需要右括号",
"error.endOfFileExpected": "需要文件结尾(EOF)"
}
"error.endOfFileExpected": "需要文件结尾标识(EOF)"
}