forked from prettier/prettier-vscode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.nls.zh-tw.json
21 lines (21 loc) · 1.72 KB
/
package.nls.zh-tw.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"ext.config.title": "Prettier - 代碼格式化配置",
"ext.config.disableLanguages": "用於禁用此擴展的語言ID列表",
"ext.config.requireConfig": "需要 'prettierconfig' 來格式化",
"ext.config.ignorePath": ".prettierignore或類似文件的路徑",
"ext.config.printWidth": "指定每行代碼的最佳長度, 如果超出長度則換行。",
"ext.config.tabWidth": "每個製表符佔用的空格數",
"ext.config.singleQuote": "如果為 true,將使用單引號而不是雙引號",
"ext.config.trailingComma": "盡可能控制尾隨逗號的輸出。 \n有效選項:\n'無' - 無尾隨逗號\n'es5' - 在ES5中有效的尾隨逗號(對象,數組等)\n'all' - 尾隨逗號 盡可能(函數參數)",
"ext.config.bracketSpacing": "控制對象字面量的空格輸出",
"ext.config.jsxBracketSameLine": "如果為 true,則將多行jsx元素的 `>` 放在最後一行的末尾,而不是單獨放在下一行",
"ext.config.parser": "覆蓋解析器。您不必更改此設置。",
"ext.config.semi": "是否在每行末尾添加分號",
"ext.config.useTabs": "使用製表符(tab)縮進",
"ext.config.proseWrap": "(Markdown)將散文包含在多行中",
"ext.config.arrowParens": "當箭頭函數僅有一個參數時加上括號",
"ext.config.jsxSingleQuote": "在JSX中使用單引號而不是雙引號",
"ext.config.htmlWhitespaceSensitivity": "指定HTML文件的全局空白區域敏感度。 \n有效選項:\n'css' - 尊重CSS顯示屬性的默認值。 \n'strict' - 空格被認為是敏感的。 \n'ignore' - 空格被認為是不敏感的。",
"ext.config.endOfLine": "指定 prettier 的換行符",
"ext.config.quoteProps": "Change when properties in objects are quoted"
}