# 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 = 由于不是弹性容器或网格容器,{ $property } 对此元素无效。 inactive-css-not-grid-or-flex-container-or-multicol-container = 由于不是 Flex 容器、Grid 容器或多栏容器, { $property } 对此元素没有影响。 inactive-css-not-grid-or-flex-item = 由于不是弹性或网格项目,{ $property } 对此元素无效。 inactive-css-not-grid-item = 由于不是网格项目,{ $property } 对此元素无效。 inactive-css-not-grid-container = 由于不是网格容器,{ $property } 对此元素无效。 inactive-css-not-flex-item = 由于不是弹性项目,{ $property } 对此元素无效。 inactive-css-not-flex-container = 由于不是弹性容器,{ $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-styleautonone{ $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:griddisplay:flex。{ learn-more } inactive-css-not-grid-or-flex-container-or-multicol-container-fix = 请尝试加入 display:griddisplay:flexcolumns:2。{ learn-more } inactive-css-not-grid-or-flex-item-fix-2 = 请尝试添加 display:griddisplay:flex, display:inline-griddisplay:inline-flex。{ learn-more } inactive-css-not-grid-item-fix-2 = 请尝试为元素的父元素添加 display:griddisplay:inline-grid。{ learn-more } inactive-css-not-grid-container-fix = 请尝试添加 display:griddisplay:inline-grid。{ learn-more } inactive-css-not-flex-item-fix-2 = 请尝试为元素的父元素添加 display:flexdisplay:inline-flex。{ learn-more } inactive-css-not-flex-container-fix = 请尝试添加 display:flexdisplay:inline-flex。{ learn-more } inactive-css-not-inline-or-tablecell-fix = 请尝试添加 display:inlinedisplay:table-cell。{ learn-more } inactive-css-non-replaced-inline-or-table-row-or-row-group-fix = 请尝试添加 display:inline-blockdisplay: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-celltable-columntable-rowtable-column-grouptable-row-grouptable-footer-group 以外的值。{ learn-more } inactive-css-not-for-internal-table-elements-except-table-cells-fix = 请尝试将其 display 设为 table-columntable-rowtable-column-grouptable-row-grouptable-footer-group 以外的值。{ learn-more } inactive-outline-radius-when-outline-style-auto-or-none-fix = 请尝试将其 outline-style 属性设为非 autonone 的值。{ learn-more } inactive-css-not-table-fix = 请尝试添加 display:tabledisplay: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 }