# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
### Localization for Developer Tools tooltips.
learn-more = 了解更多
## In the Rule View when a CSS property cannot be successfully applied we display
## an icon. When this icon is hovered this message is displayed to explain why
## the property is not applied.
## Variables:
## $property (string) - A CSS property name e.g. "color".
## $display (string) - A CSS display value e.g. "inline-block".
inactive-css-not-grid-or-flex-container = 由於不是 Flex 容器也不是 Grid 容器,{ $property } 對此元素沒有影響。
inactive-css-not-grid-or-flex-container-or-multicol-container = 由於不是 Flex 容器、Grid 容器,也不是多欄容器,{ $property } 對此元素沒有影響。
inactive-css-not-grid-or-flex-item = 由於不是 Flex 或 Grid 項目,{ $property } 對此元素沒有影響。
inactive-css-not-grid-item = 由於不是 Grid 項目,{ $property } 對此元素沒有影響。
inactive-css-not-grid-container = 由於不是 Grid 容器,{ $property } 對此元素沒有影響。
inactive-css-not-flex-item = 由於不是 Flex 項目,{ $property } 對此元素沒有影響。
inactive-css-not-flex-container = 由於不是 Flex 容器,{ $property } 對此元素沒有影響。
inactive-css-not-inline-or-tablecell = 由於不是行內或表格欄位元素,{ $property } 對此元素沒有影響。
inactive-css-property-because-of-display = 由於此元素的 display 屬性值為 { $display },{ $property } 對此元素沒有影響。
inactive-css-not-display-block-on-floated = 由於是 floated 元素,繪圖引擎已將 display 值更改為 block。
inactive-css-property-is-impossible-to-override-in-visited = 由於 :visited 的限制,無法蓋過 { $property }。
inactive-css-position-property-on-unpositioned-box = 由於元素未置入,{ $property } 對此元素沒有影響。
inactive-text-overflow-when-no-overflow = 由於未設定 overflow:hidden,{ $property } 對此元素沒有影響。
inactive-outline-radius-when-outline-style-auto-or-none = 由於此元素的 outline-style 是 auto 或 none,{ $property } 對此元素沒有影響。
inactive-css-not-for-internal-table-elements = { $property } 對內部表格元素沒有影響。
inactive-css-not-for-internal-table-elements-except-table-cells = { $property } 對表格欄位之外的內部表格元素沒有影響。
inactive-css-not-table = 由於不是表格,{ $property } 對此元素沒有影響。
## In the Rule View when a CSS property cannot be successfully applied we display
## an icon. When this icon is hovered this message is displayed to explain how
## the problem can be solved.
inactive-css-not-grid-or-flex-container-fix = 請嘗試加入 display:grid 或 display:flex。{ learn-more }
inactive-css-not-grid-or-flex-container-or-multicol-container-fix = 請嘗試加入 display:grid、display:flex 或 columns:2。{ learn-more }
inactive-css-not-grid-or-flex-item-fix-2 = 請嘗試加入 display:grid、display:flex、display:inline-grid 或 display:inline-flex。{ learn-more }
inactive-css-not-grid-item-fix-2 = 請嘗試為元素的父元素加入 display:grid 或 display:inline-grid。{ learn-more }
inactive-css-not-grid-container-fix = 請嘗試加入 display:grid 或 display:inline-grid。{ learn-more }
inactive-css-not-flex-item-fix-2 = 請嘗試為元素的父元素加入 display:flex 或 display:inline-flex。{ learn-more }
inactive-css-not-flex-container-fix = 請嘗試加入 display:flex 或 display:inline-flex。{ learn-more }
inactive-css-not-inline-or-tablecell-fix = 請嘗試加入 display:inline 或 display:table-cell。{ learn-more }
inactive-css-non-replaced-inline-or-table-row-or-row-group-fix = 請嘗試加入 display:inline-block 或 display:block。{ learn-more }
inactive-css-non-replaced-inline-or-table-column-or-column-group-fix = 請嘗試加入 display:inline-block。{ learn-more }
inactive-css-not-display-block-on-floated-fix = 可試著移除 float 或加入 display:block。{ learn-more }
inactive-css-position-property-on-unpositioned-box-fix = 請試著將 position 屬性設定為 static 以外的值。{ learn-more }
inactive-text-overflow-when-no-overflow-fix = 請嘗試加入 overflow:hidden。{ learn-more }
inactive-css-not-for-internal-table-elements-fix = 請嘗試將其 display 設定成 table-cell、table-column、table-row、table-column-group、table-row-group 或table-footer-group 以外的值。{ learn-more }
inactive-css-not-for-internal-table-elements-except-table-cells-fix = 請嘗試將其 display 設定成 table-column、table-row、table-column-group、table-row-group 或table-footer-group 以外的值。{ learn-more }
inactive-outline-radius-when-outline-style-auto-or-none-fix = 請試著將 outline-style 屬性設定為 auto 或 none 以外的值。{ learn-more }
inactive-css-not-table-fix = 請嘗試加入 display:table 或 display:inline-table。{ learn-more }
## In the Rule View when a CSS property may have compatibility issues with other browsers
## we display an icon. When this icon is hovered this message is displayed to explain why
## the property is incompatible and the platforms it is incompatible on.
## Variables:
## $property (string) - A CSS declaration name e.g. "-moz-user-select" that can be a platform specific alias.
## $rootProperty (string) - A raw CSS property name e.g. "user-select" that is not a platform specific alias.
css-compatibility-default-message = 下列瀏覽器不支援 { $property }:
css-compatibility-deprecated-experimental-message = { $property } 原本是一個實驗性的屬性,現行 W3C 標準已經棄用。在下列瀏覽器中已不支援:
css-compatibility-deprecated-experimental-supported-message = { $property } 原本是一個實驗性的屬性,現行 W3C 標準已經棄用。
css-compatibility-deprecated-message = { $property } 在現行 W3C 標準中已經棄用,於下列瀏覽器中已不支援:
css-compatibility-deprecated-supported-message = { $property } 在現行 W3C 標準中已經棄用。
css-compatibility-experimental-message = { $property } 是一個實驗性的屬性,在下列瀏覽器中已不支援:
css-compatibility-experimental-supported-message = { $property } 是一個實驗性的屬性。
css-compatibility-learn-more-message = 了解更多關於 { $rootProperty } 的資訊