Main Views
QA Views
About Transvision
Displaying 18 results for the string Grid in be:
Entity | be | en-US |
---|---|---|
Entity
#
all locales
devtools • client • inspector.properties markupView.display.grid.tooltiptext2 |
be
Гэты элемент паводзіць сябе як блокавы і выкладвае сваё змесціва ў адпаведнасці з grid-мадэллю. Націсніце, каб пераключыць 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 |
be
Гэты элемент паводзіць сябе як убудаваны і выкладвае сваё змесціва ў адпаведнасці з grid-мадэллю. Націсніце, каб пераключыць 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 |
be
<strong>{ $property }</strong> не ўплывае на гэты элемент, паколькі ён не grid-кантэйнер.
|
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 |
be
Паспрабуйце дадаць <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 |
be
<strong>{ $property }</strong> не ўплывае на гэты элемент, паколькі ён не grid-элемент.
|
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 |
be
Паспрабуйце дадаць <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 |
be
<strong>{ $property }</strong> не ўплывае на гэты элемент, паколькі ён ні flex-кантэйнер, ні grid-кантэйнер.
|
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 |
be
Паспрабуйце дадаць <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 |
be
<strong>{ $property }</strong> не ўплывае на гэты элемент, паколькі ён ні flex-кантэйнер, ні grid-кантэйнер, ні шматкалонкавы кантэйнер.
|
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 |
be
Паспрабуйце дадаць <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 |
be
<strong>{ $property }</strong> не ўплывае на гэты элемент, паколькі ён ні grid, ні flex элемент.
|
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 |
be
Паспрабуйце дадаць <strong>display:grid</strong>, <strong>display:flex</strong>, <strong>display:inline-grid</strong> цi <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 • client • tooltips.ftl inactive-css-not-grid-or-flex-or-block-container-fix |
be
Паспрабуйце дадаць <strong>display:grid</strong>, <strong>display:flex</strong> або <strong>display:block</strong>. { learn-more }
|
en-US
Try adding <strong>display:grid</strong>, <strong>display:flex</strong> or <strong>display:block</strong>. { learn-more }
|
Entity
#
all locales
devtools • client • tooltips.ftl inactive-css-only-non-grid-or-flex-item |
be
<strong>{ $property }</strong> не мае ніякага эфекту, таму што яе нельга выкарыстоўваць для grid- або flex-элементаў.
|
en-US
<strong>{ $property }</strong> has no effect because it cannot be used on grid or flex items.
|
Entity
#
all locales
devtools • client • tooltips.ftl inactive-css-only-non-grid-or-flex-item-fix |
be
Паспрабуйце змяніць значэнне <strong>display</strong> кантэйнера элемента на нешта іншае, чым <strong>flex</strong>, <strong>grid</strong>, <strong>inline-flex</strong> або <strong>inline-grid</strong>, ці выдаліць <strong>float</strong>. { learn-more }
|
en-US
Try changing the value of <strong>display</strong> of the element’s container to something else than <strong>flex</strong>, <strong>grid</strong>, <strong>inline-flex</strong>, or <strong>inline-grid</strong>, or removing <strong>float</strong>. { learn-more }
|
Entity
#
all locales
devtools • shared • highlighters.ftl gridtype-container |
be
Grid-кантэйнер
|
en-US
Grid Container
|
Entity
#
all locales
devtools • shared • highlighters.ftl gridtype-dual |
be
Grid-кантэйнер/элемент
|
en-US
Grid Container/Item
|
Entity
#
all locales
devtools • shared • highlighters.ftl gridtype-item |
be
Grid-элемент
|
en-US
Grid Item
|
Displaying 28 results for the string Grid in en-US:
Entity | be | en-US |
---|---|---|
Entity
#
all locales
devtools • client • inspector.properties markupView.display.grid.tooltiptext2 |
be
Гэты элемент паводзіць сябе як блокавы і выкладвае сваё змесціва ў адпаведнасці з grid-мадэллю. Націсніце, каб пераключыць 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 |
be
Гэты элемент паводзіць сябе як убудаваны і выкладвае сваё змесціва ў адпаведнасці з grid-мадэллю. Націсніце, каб пераключыць 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 |
be
Гэты элемент выкладвае свой змест паводле мадэлі рашоткі, але адкладвае вызначэнне радка і/ці слупка да свайго бацькоўскага кантэйнера.
|
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 |
be
Не ўдалося паказаць структуру для гэтай сеткі
|
en-US
Cannot show outline for this grid
|
Entity
#
all locales
devtools • client • layout.properties layout.cannotShowGridOutline.title |
be
Структура вылучанай сеткі фактычна не можа ўмясціцца ў панэль выкладу так, каб яе можна было ўжываць.
|
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 |
be
Налады адлюстравання сеткі
|
en-US
Grid Display Settings
|
Entity
#
all locales
devtools • client • layout.properties layout.header |
be
Сетка
|
en-US
Grid
|
Entity
#
all locales
devtools • client • layout.properties layout.noGridsOnThisPage |
be
CSS сетка не выкарыстоўваецца на гэтай старонцы
|
en-US
CSS Grid is not in use on this page
|
Entity
#
all locales
devtools • client • layout.properties layout.overlayGrid |
be
Накладваць сетку
|
en-US
Overlay Grid
|
Entity
#
all locales
devtools • client • layout.properties layout.toggleGridHighlighter |
be
Паказваць/схаваць сетку
|
en-US
Toggle Grid Highlighter
|
Entity
#
all locales
devtools • client • tooltips.ftl inactive-css-not-grid-container |
be
<strong>{ $property }</strong> не ўплывае на гэты элемент, паколькі ён не grid-кантэйнер.
|
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 |
be
Паспрабуйце дадаць <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 |
be
<strong>{ $property }</strong> не ўплывае на гэты элемент, паколькі ён не grid-элемент.
|
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 |
be
Паспрабуйце дадаць <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 |
be
<strong>{ $property }</strong> не ўплывае на гэты элемент, паколькі ён ні flex-кантэйнер, ні grid-кантэйнер.
|
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 |
be
Паспрабуйце дадаць <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 |
be
<strong>{ $property }</strong> не ўплывае на гэты элемент, паколькі ён ні flex-кантэйнер, ні grid-кантэйнер, ні шматкалонкавы кантэйнер.
|
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 |
be
Паспрабуйце дадаць <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 |
be
<strong>{ $property }</strong> не ўплывае на гэты элемент, паколькі ён ні grid, ні flex элемент.
|
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 |
be
Паспрабуйце дадаць <strong>display:grid</strong>, <strong>display:flex</strong>, <strong>display:inline-grid</strong> цi <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 • client • tooltips.ftl inactive-css-not-grid-or-flex-or-block-container-fix |
be
Паспрабуйце дадаць <strong>display:grid</strong>, <strong>display:flex</strong> або <strong>display:block</strong>. { learn-more }
|
en-US
Try adding <strong>display:grid</strong>, <strong>display:flex</strong> or <strong>display:block</strong>. { learn-more }
|
Entity
#
all locales
devtools • client • tooltips.ftl inactive-css-only-non-grid-or-flex-item |
be
<strong>{ $property }</strong> не мае ніякага эфекту, таму што яе нельга выкарыстоўваць для grid- або flex-элементаў.
|
en-US
<strong>{ $property }</strong> has no effect because it cannot be used on grid or flex items.
|
Entity
#
all locales
devtools • client • tooltips.ftl inactive-css-only-non-grid-or-flex-item-fix |
be
Паспрабуйце змяніць значэнне <strong>display</strong> кантэйнера элемента на нешта іншае, чым <strong>flex</strong>, <strong>grid</strong>, <strong>inline-flex</strong> або <strong>inline-grid</strong>, ці выдаліць <strong>float</strong>. { learn-more }
|
en-US
Try changing the value of <strong>display</strong> of the element’s container to something else than <strong>flex</strong>, <strong>grid</strong>, <strong>inline-flex</strong>, or <strong>inline-grid</strong>, or removing <strong>float</strong>. { learn-more }
|
Entity
#
all locales
devtools • shared • highlighters.ftl gridtype-container |
be
Grid-кантэйнер
|
en-US
Grid Container
|
Entity
#
all locales
devtools • shared • highlighters.ftl gridtype-dual |
be
Grid-кантэйнер/элемент
|
en-US
Grid Container/Item
|
Entity
#
all locales
devtools • shared • highlighters.ftl gridtype-item |
be
Grid-элемент
|
en-US
Grid Item
|
Entity
#
all locales
devtools • shared • styleinspector.properties rule.gridToggle.tooltip |
be
Клікніце, каб уключыць/выключыць падсвятленне CSS сеткі
|
en-US
Click to toggle the CSS Grid highlighter
|
Entity
#
all locales
dom • chrome • accessibility • AccessFu.properties gridcell |
be
ячэйка сеткі
|
en-US
gridcell
|
APIThese results are also available as an API request to search in
be or
en-US.
Learn more about the Transvision API.
Please enable JavaScript. Some features won't be available without it.