|
28 | 28 | "c_cpp.configuration.formatting.Default.description": "將使用 clang-format 來格式化程式碼", |
29 | 29 | "c_cpp.configuration.formatting.Disabled.description": "將停用程式碼格式化", |
30 | 30 | "c_cpp.configuration.vcFormat.indent.braces.description": "大括弧會依據 [Editor: Tab Size] 設定中指定的數量縮排", |
31 | | - "c_cpp.configuration.vcFormat.indent.multiLineRelativeTo.description": "Indent new lines relatively to:", |
| 31 | + "c_cpp.configuration.vcFormat.indent.multiLineRelativeTo.description": "縮排新行的相對位置:", |
32 | 32 | "c_cpp.configuration.vcFormat.indent.multiLineRelativeTo.outermostParenthesis.description": "最外層的左括弧", |
33 | 33 | "c_cpp.configuration.vcFormat.indent.multiLineRelativeTo.innermostParenthesis.description": "最內層的左括弧", |
34 | 34 | "c_cpp.configuration.vcFormat.indent.multiLineRelativeTo.statementBegin.description": "目前陳述式的開頭", |
35 | | - "c_cpp.configuration.vcFormat.indent.withinParentheses.description": "When a new line is typed, it is aligned under the opening parenthesis or based on `C_Cpp.vcFormat.indent.multiLineRelativeTo`", |
36 | | - "c_cpp.configuration.vcFormat.indent.withinParentheses.alignToParenthesis.description": "New line is aligned under the opening parenthesis", |
37 | | - "c_cpp.configuration.vcFormat.indent.withinParentheses.indent.description": "New line is indented based on `C_Cpp.vcFormat.indent.multiLineRelativeTo`", |
38 | | - "c_cpp.configuration.vcFormat.indent.preserveWithinParentheses.description": "In existing code, preserve the existing indent alignment of new lines within parentheses", |
| 35 | + "c_cpp.configuration.vcFormat.indent.withinParentheses.description": "當鍵入新行時,新行會對齊在左括號之下,或依據 'C_Cpp.vcFormat.indent.multiLineRelativeTo' 對齊", |
| 36 | + "c_cpp.configuration.vcFormat.indent.withinParentheses.alignToParenthesis.description": "將新行對齊在左括弧之下", |
| 37 | + "c_cpp.configuration.vcFormat.indent.withinParentheses.indent.description": "新行會依據 'C_Cpp.vcFormat.indent.multiLineRelativeTo' 縮排", |
| 38 | + "c_cpp.configuration.vcFormat.indent.preserveWithinParentheses.description": "在現有的程式碼中,將現有的新行縮排對齊保留在括弧內", |
39 | 39 | "c_cpp.configuration.vcFormat.indent.caseLabels.description": "標籤會依據 [Editor: Tab Size] 設定中指定的數量,按照 switch 陳述式的相對位置縮排", |
40 | 40 | "c_cpp.configuration.vcFormat.indent.caseContents.description": "case 中的程式碼會依據 [Editor: Tab Size] 設定中指定的數量,按照其標籤的相對位置縮排", |
41 | 41 | "c_cpp.configuration.vcFormat.indent.caseContentsWhenBlock.description": "依據 [Editor: Tab Size] 設定中指定的數量,縮排 case 陳述式之後的大括弧", |
|
0 commit comments