Main Views
QA Views
About Transvision
Displaying 11 results for the string Grid in zh-CN:
Entity | zh-CN | en-US |
---|---|---|
Entity
#
all locales
devtools • client • inspector.properties markupView.display.grid.tooltiptext2 |
zh-CN
此元素行为与块级元素相似,并根据网格(Grid)模型布局其内容。单击即可切换此元素的网格叠加层。
|
en-US
This element behaves like a block element and lays out its content according to the grid model. Click to toggle the grid overlay for this element.
|
Entity
#
all locales
devtools • client • inspector.properties markupView.display.inlineGrid.tooltiptext2 |
zh-CN
此元素行为与内联元素相似,并根据网格(Grid)模型布局其内容。单击即可切换此元素的网格叠加层。
|
en-US
This element behaves like an inline element and lays out its content according to the grid model. Click to toggle the grid overlay for this element.
|
Entity
#
all locales
devtools • client • tooltips.ftl inactive-css-not-grid-container-fix |
zh-CN
请尝试添加 <strong>display:grid</strong> 或 <strong>display:inline-grid</strong>。{ learn-more }
|
en-US
Try adding <strong>display:grid</strong> or <strong>display:inline-grid</strong>. { learn-more }
|
Entity
#
all locales
devtools • client • tooltips.ftl inactive-css-not-grid-item-fix-2 |
zh-CN
请尝试为元素的父元素添加 <strong>display:grid</strong> 或 <strong>display:inline-grid</strong>。{ learn-more }
|
en-US
Try adding <strong>display:grid</strong> or <strong>display:inline-grid</strong> to the element’s parent. { learn-more }
|
Entity
#
all locales
devtools • client • tooltips.ftl inactive-css-not-grid-or-flex-container-fix |
zh-CN
请尝试添加 <strong>display:grid</ strong> 或 <strong>display:flex</strong>。{ learn-more }
|
en-US
Try adding <strong>display:grid</strong> or <strong>display:flex</strong>. { learn-more }
|
Entity
#
all locales
devtools • client • tooltips.ftl inactive-css-not-grid-or-flex-container-or-multicol-container |
zh-CN
由于不是 Flex 容器、Grid 容器或多栏容器, <strong>{ $property }</strong> 对此元素没有影响。
|
en-US
<strong>{ $property }</strong> has no effect on this element since it’s not a flex container, a grid container, or a multi-column container.
|
Entity
#
all locales
devtools • client • tooltips.ftl inactive-css-not-grid-or-flex-container-or-multicol-container-fix |
zh-CN
请尝试加入 <strong>display:grid</strong>、<strong>display:flex</strong> 或 <strong>columns:2</strong>。{ learn-more }
|
en-US
Try adding either <strong>display:grid</strong>, <strong>display:flex</strong>, or <strong>columns:2</strong>. { learn-more }
|
Entity
#
all locales
devtools • client • tooltips.ftl inactive-css-not-grid-or-flex-item-fix-3 |
zh-CN
请尝试为元素的父元素添加 <strong>display:grid</ strong>、<strong>display:flex</strong>, <strong>display:inline-grid</strong> 或 <strong>display:inline-flex</strong>。{ learn-more }
|
en-US
Try adding <strong>display:grid</strong>, <strong>display:flex</strong>, <strong>display:inline-grid</strong>, or <strong>display:inline-flex</strong> to the element’s parent. { learn-more }
|
Entity
#
all locales
devtools • shared • highlighters.ftl gridtype-container |
zh-CN
Grid 容器
|
en-US
Grid Container
|
Entity
#
all locales
devtools • shared • highlighters.ftl gridtype-dual |
zh-CN
Grid 容器/项目
|
en-US
Grid Container/Item
|
Entity
#
all locales
devtools • shared • highlighters.ftl gridtype-item |
zh-CN
Grid 项目
|
en-US
Grid Item
|
Displaying 25 results for the string Grid in en-US:
Entity | zh-CN | en-US |
---|---|---|
Entity
#
all locales
devtools • client • inspector.properties markupView.display.grid.tooltiptext2 |
zh-CN
此元素行为与块级元素相似,并根据网格(Grid)模型布局其内容。单击即可切换此元素的网格叠加层。
|
en-US
This element behaves like a block element and lays out its content according to the grid model. Click to toggle the grid overlay for this element.
|
Entity
#
all locales
devtools • client • inspector.properties markupView.display.inlineGrid.tooltiptext2 |
zh-CN
此元素行为与内联元素相似,并根据网格(Grid)模型布局其内容。单击即可切换此元素的网格叠加层。
|
en-US
This element behaves like an inline element and lays out its content according to the grid model. Click to toggle the grid overlay for this element.
|
Entity
#
all locales
devtools • client • inspector.properties markupView.display.subgrid.tooltiptiptext |
zh-CN
此元素根据网格模型布局其内容,但其行和(或)列交由其上层网格容器定义。
|
en-US
This element lays out its content according to the grid model but defers the definition of its rows and/or columns to its parent grid container.
|
Entity
#
all locales
devtools • client • layout.properties layout.cannotShowGridOutline |
zh-CN
无法为此网格显示边线
|
en-US
Cannot show outline for this grid
|
Entity
#
all locales
devtools • client • layout.properties layout.cannotShowGridOutline.title |
zh-CN
选定网格的边线无法有效适应布局面板,因而不可用。
|
en-US
The selected grid’s outline cannot effectively fit inside the layout panel for it to be usable.
|
Entity
#
all locales
devtools • client • layout.properties layout.gridDisplaySettings |
zh-CN
网格显示设置
|
en-US
Grid Display Settings
|
Entity
#
all locales
devtools • client • layout.properties layout.header |
zh-CN
网格
|
en-US
Grid
|
Entity
#
all locales
devtools • client • layout.properties layout.noGridsOnThisPage |
zh-CN
此页面上没有使用 CSS 网格
|
en-US
CSS Grid is not in use on this page
|
Entity
#
all locales
devtools • client • layout.properties layout.overlayGrid |
zh-CN
叠加网格
|
en-US
Overlay Grid
|
Entity
#
all locales
devtools • client • layout.properties layout.toggleGridHighlighter |
zh-CN
切换网格高亮器
|
en-US
Toggle Grid Highlighter
|
Entity
#
all locales
devtools • client • tooltips.ftl inactive-css-not-grid-container |
zh-CN
由于不是网格容器,<strong>{ $property }</strong> 对此元素无效。
|
en-US
<strong>{ $property }</strong> has no effect on this element since it’s not a grid container.
|
Entity
#
all locales
devtools • client • tooltips.ftl inactive-css-not-grid-container-fix |
zh-CN
请尝试添加 <strong>display:grid</strong> 或 <strong>display:inline-grid</strong>。{ learn-more }
|
en-US
Try adding <strong>display:grid</strong> or <strong>display:inline-grid</strong>. { learn-more }
|
Entity
#
all locales
devtools • client • tooltips.ftl inactive-css-not-grid-item |
zh-CN
由于不是网格项目,<strong>{ $property }</strong> 对此元素无效。
|
en-US
<strong>{ $property }</strong> has no effect on this element since it’s not a grid item.
|
Entity
#
all locales
devtools • client • tooltips.ftl inactive-css-not-grid-item-fix-2 |
zh-CN
请尝试为元素的父元素添加 <strong>display:grid</strong> 或 <strong>display:inline-grid</strong>。{ learn-more }
|
en-US
Try adding <strong>display:grid</strong> or <strong>display:inline-grid</strong> to the element’s parent. { learn-more }
|
Entity
#
all locales
devtools • client • tooltips.ftl inactive-css-not-grid-or-flex-container |
zh-CN
由于不是弹性容器或网格容器,<strong>{ $property }</strong> 对此元素无效。
|
en-US
<strong>{ $property }</strong> has no effect on this element since it’s neither a flex container nor a grid container.
|
Entity
#
all locales
devtools • client • tooltips.ftl inactive-css-not-grid-or-flex-container-fix |
zh-CN
请尝试添加 <strong>display:grid</ strong> 或 <strong>display:flex</strong>。{ learn-more }
|
en-US
Try adding <strong>display:grid</strong> or <strong>display:flex</strong>. { learn-more }
|
Entity
#
all locales
devtools • client • tooltips.ftl inactive-css-not-grid-or-flex-container-or-multicol-container |
zh-CN
由于不是 Flex 容器、Grid 容器或多栏容器, <strong>{ $property }</strong> 对此元素没有影响。
|
en-US
<strong>{ $property }</strong> has no effect on this element since it’s not a flex container, a grid container, or a multi-column container.
|
Entity
#
all locales
devtools • client • tooltips.ftl inactive-css-not-grid-or-flex-container-or-multicol-container-fix |
zh-CN
请尝试加入 <strong>display:grid</strong>、<strong>display:flex</strong> 或 <strong>columns:2</strong>。{ learn-more }
|
en-US
Try adding either <strong>display:grid</strong>, <strong>display:flex</strong>, or <strong>columns:2</strong>. { learn-more }
|
Entity
#
all locales
devtools • client • tooltips.ftl inactive-css-not-grid-or-flex-item |
zh-CN
由于不是弹性或网格项目,<strong>{ $property }</strong> 对此元素无效。
|
en-US
<strong>{ $property }</strong> has no effect on this element since it’s not a grid or flex item.
|
Entity
#
all locales
devtools • client • tooltips.ftl inactive-css-not-grid-or-flex-item-fix-3 |
zh-CN
请尝试为元素的父元素添加 <strong>display:grid</ strong>、<strong>display:flex</strong>, <strong>display:inline-grid</strong> 或 <strong>display:inline-flex</strong>。{ learn-more }
|
en-US
Try adding <strong>display:grid</strong>, <strong>display:flex</strong>, <strong>display:inline-grid</strong>, or <strong>display:inline-flex</strong> to the element’s parent. { learn-more }
|
Entity
#
all locales
devtools • shared • highlighters.ftl gridtype-container |
zh-CN
Grid 容器
|
en-US
Grid Container
|
Entity
#
all locales
devtools • shared • highlighters.ftl gridtype-dual |
zh-CN
Grid 容器/项目
|
en-US
Grid Container/Item
|
Entity
#
all locales
devtools • shared • highlighters.ftl gridtype-item |
zh-CN
Grid 项目
|
en-US
Grid Item
|
Entity
#
all locales
devtools • shared • styleinspector.properties rule.gridToggle.tooltip |
zh-CN
点击切换 CSS 网格高亮器
|
en-US
Click to toggle the CSS Grid highlighter
|
Entity
#
all locales
dom • chrome • accessibility • AccessFu.properties gridcell |
zh-CN
网格
|
en-US
gridcell
|
APIThese results are also available as an API request to search in
zh-CN or
en-US.
Learn more about the Transvision API.
Please enable JavaScript. Some features won't be available without it.