File tree Expand file tree Collapse file tree
i18n/chs/src/vs/base/common Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- /*---------------------------------------------------------------------------------------------
2- * Copyright (c) Microsoft Corporation. All rights reserved.
3- * Licensed under the MIT License. See License.txt in the project root for license information.
4- *--------------------------------------------------------------------------------------------*/
5- // Do not edit this file. It is machine generated.
61{
2+ "" : [
3+ " --------------------------------------------------------------------------------------------" ,
4+ " Copyright (c) Microsoft Corporation. All rights reserved." ,
5+ " Licensed under the MIT License. See License.txt in the project root for license information." ,
6+ " --------------------------------------------------------------------------------------------" ,
7+ " Do not edit this file. It is machine generated."
8+ ],
79 "error.invalidSymbol" : " 符号无效" ,
810 "error.invalidNumberFormat" : " 数字格式无效" ,
911 "error.propertyNameExpected" : " 需要属性名" ,
1214 "error.commaExpected" : " 需要逗号" ,
1315 "error.closeBraceExpected" : " 需要右大括号" ,
1416 "error.closeBracketExpected" : " 需要右括号" ,
15- "error.endOfFileExpected" : " 预期的文件结尾 "
16- }
17+ "error.endOfFileExpected" : " 需要文件结尾标识(EOF) "
18+ }
Original file line number Diff line number Diff line change 1414 "error.commaExpected" : " 需要逗号" ,
1515 "error.closeBraceExpected" : " 需要右大括号" ,
1616 "error.closeBracketExpected" : " 需要右括号" ,
17- "error.endOfFileExpected" : " 需要文件结尾 (EOF)"
18- }
17+ "error.endOfFileExpected" : " 需要文件结尾标识 (EOF)"
18+ }
You can’t perform that action at this time.
0 commit comments