Files
azuredatastudio/i18n/language-pack-zh-hant/translations/extensions/css-language-features.i18n.json
Karl Burtram 2ed9a93bae Add initial lang pack resources (#6035)
* Initial vs code lang packs

* Update resource to merge in ADS-specific strings
2019-06-14 13:38:04 -07:00

93 lines
7.5 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"version": "1.0.0",
"contents": {
"package": {
"displayName": "CSS 語言功能",
"description": "為 CSS, LESS 和 SCSS 檔案提供豐富的語言支援 ",
"css.title": "CSS",
"css.completion.triggerPropertyValueCompletion.desc": "根據預設VS Code 會在選取 CSS 屬性後,觸發屬性值完成。請使用此設定停用此行為。",
"css.lint.argumentsInColorFunction.desc": "參數數目無效。",
"css.lint.boxModel.desc": "使用 'padding' 或 'border' 時不要使用 'width' 或 'height'。",
"css.lint.compatibleVendorPrefixes.desc": "在使用廠商專屬的前置詞時,請確定也包括其他所有的廠商專屬屬性。 ",
"css.lint.duplicateProperties.desc": "請勿使用重複的樣式定義。 ",
"css.lint.emptyRules.desc": "請勿使用空白規則集。",
"css.lint.float.desc": "避免使用 'float'。浮動會使 CSS 脆弱,在版面配置的任一層面改變時容易中斷。",
"css.lint.fontFaceProperties.desc": "`@font-face` 規則必須定義 `src` 和 `font-family` 屬性。",
"css.lint.hexColorLength.desc": "十六進位色彩必須由三個或六個十六進位數字組成。",
"css.lint.idSelector.desc": "選取器不應包含 ID因為這些規則與 HTML 結合過於緊密。",
"css.lint.ieHack.desc": "只有在支援 IE7 及更舊的版本時才需要 IE Hack。",
"css.lint.important.desc": "避免使用 '!important'。這表示整個 CSS 的明確性皆失控,需要重構。",
"css.lint.importStatement.desc": "匯入陳述式不會平行載入。",
"css.lint.propertyIgnoredDueToDisplay.desc": "屬性因為顯示的關係而略過。例如,'display: inline' 會讓 'width'、'height'、'margin-top'、'margin-bottom' 及 'float' 屬性無效。",
"css.lint.universalSelector.desc": "已知通用選取器 (`*`) 速度緩慢。",
"css.lint.unknownAtRules.desc": "未知的 at-rule。",
"css.lint.unknownProperties.desc": "未知的屬性。",
"css.lint.validProperties.desc": "未對 `unknownProperties` 規則驗證的屬性清單。",
"css.lint.unknownVendorSpecificProperties.desc": "未知的廠商特定屬性。",
"css.lint.vendorPrefix.desc": "在使用廠商專屬的前置詞時,也包括標準屬性。",
"css.lint.zeroUnits.desc": "零不需要任何單位。",
"css.trace.server.desc": "追蹤 VS Code 與 CSS 語言伺服器之間的通訊。",
"css.validate.title": "控制 CSS 驗證與問題嚴重性。",
"css.validate.desc": "啟用或停用所有驗證。",
"less.title": "LESS",
"less.lint.argumentsInColorFunction.desc": "參數數目無效。",
"less.lint.boxModel.desc": "使用 'padding' 或 'border' 時不要使用 'width' 或 'height'。",
"less.lint.compatibleVendorPrefixes.desc": "在使用廠商專屬的前置詞時,請確定也包括其他所有的廠商專屬屬性。 ",
"less.lint.duplicateProperties.desc": "請勿使用重複的樣式定義。 ",
"less.lint.emptyRules.desc": "請勿使用空白規則集。",
"less.lint.float.desc": "避免使用 'float'。浮動會使 CSS 脆弱,在版面配置的任一層面改變時容易中斷。",
"less.lint.fontFaceProperties.desc": "`@font-face` 規則必須定義 `src` 和 `font-family` 屬性。",
"less.lint.hexColorLength.desc": "十六進位色彩必須由三個或六個十六進位數字組成。",
"less.lint.idSelector.desc": "選取器不應包含 ID因為這些規則與 HTML 結合過於緊密。",
"less.lint.ieHack.desc": "只有在支援 IE7 及更舊的版本時才需要 IE Hack。",
"less.lint.important.desc": "避免使用 '!important'。這表示整個 CSS 的明確性皆失控,需要重構。",
"less.lint.importStatement.desc": "匯入陳述式不會平行載入。",
"less.lint.propertyIgnoredDueToDisplay.desc": "屬性因為顯示的關係而略過。例如,'display: inline' 會讓 'width'、'height'、'margin-top'、'margin-bottom' 及 'float' 屬性無效。",
"less.lint.universalSelector.desc": "已知通用選取器 (`*`) 速度緩慢。",
"less.lint.unknownProperties.desc": "未知的屬性。",
"less.lint.validProperties.desc": "未對 `unknownProperties` 規則驗證的屬性清單。",
"less.lint.unknownVendorSpecificProperties.desc": "未知的廠商特定屬性。",
"less.lint.vendorPrefix.desc": "在使用廠商專屬的前置詞時,也包括標準屬性。",
"less.lint.zeroUnits.desc": "零不需要任何單位。",
"less.validate.title": "控制 LESS 驗證與問題嚴重性。",
"less.validate.desc": "啟用或停用所有驗證。",
"scss.title": "SCSS (Sass)",
"scss.lint.argumentsInColorFunction.desc": "參數數目無效。",
"scss.lint.boxModel.desc": "使用 'padding' 或 'border' 時不要使用 'width' 或 'height'。",
"scss.lint.compatibleVendorPrefixes.desc": "在使用廠商專屬的前置詞時,請確定也包括其他所有的廠商專屬屬性。 ",
"scss.lint.duplicateProperties.desc": "請勿使用重複的樣式定義。 ",
"scss.lint.emptyRules.desc": "請勿使用空白規則集。",
"scss.lint.float.desc": "避免使用 'float'。浮動會使 CSS 脆弱,在版面配置的任一層面改變時容易中斷。",
"scss.lint.fontFaceProperties.desc": "`@font-face` 規則必須定義 `src` 和 `font-family` 屬性。",
"scss.lint.hexColorLength.desc": "十六進位色彩必須由三個或六個十六進位數字組成。",
"scss.lint.idSelector.desc": "選取器不應包含 ID因為這些規則與 HTML 結合過於緊密。",
"scss.lint.ieHack.desc": "只有在支援 IE7 及更舊的版本時才需要 IE Hack。",
"scss.lint.important.desc": "避免使用 '!important'。這表示整個 CSS 的明確性皆失控,需要重構。",
"scss.lint.importStatement.desc": "匯入陳述式不會平行載入。",
"scss.lint.propertyIgnoredDueToDisplay.desc": "屬性因為顯示的關係而略過。例如,'display: inline' 會讓 'width'、'height'、'margin-top'、'margin-bottom' 及 'float' 屬性無效。",
"scss.lint.universalSelector.desc": "已知通用選取器 (`*`) 速度緩慢。",
"scss.lint.unknownProperties.desc": "未知的屬性。",
"scss.lint.validProperties.desc": "未對 `unknownProperties` 規則驗證的屬性清單。",
"scss.lint.unknownVendorSpecificProperties.desc": "未知的廠商特定屬性。",
"scss.lint.vendorPrefix.desc": "在使用廠商專屬的前置詞時,也包括標準屬性。",
"scss.lint.zeroUnits.desc": "零不需要任何單位。",
"scss.validate.title": "控制 SCSS 驗證與問題嚴重性。",
"scss.validate.desc": "啟用或停用所有驗證。",
"css.colorDecorators.enable.deprecationMessage": "設定 `css.colorDecorators.enable` 已淘汰,改為 `editor.colorDecorators`。",
"scss.colorDecorators.enable.deprecationMessage": "設定 `scss.colorDecorators.enable` 已淘汰,改為 `editor.colorDecorators`。",
"less.colorDecorators.enable.deprecationMessage": "設定 `less.colorDecorators.enable` 已淘汰,改為 `editor.colorDecorators`。"
},
"client\\out/cssMain": {
"cssserver.name": "CSS 語言伺服器",
"folding.start": "摺疊區域開始",
"folding.end": "摺疊區域結束"
}
}
}