BETA

Transvision

Filter by folder:

Show all results devtools

Displaying 9 results for the string grid in ja:

Entity ja en-US
Entity # all locales devtools • client • inspector.properties
markupView.display.grid.tooltiptext2
ja
この要素はブロック要素のように振る舞い、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
ja
この要素はインライン要素のように振る舞い、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
ja
この要素は grid モデルに従ってコンテンツがレイアウトされますが、行と列の定義は親のグリッドコンテナーに従います。
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 • tooltips.ftl
inactive-css-not-grid-container-fix
ja
<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
ja
<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
ja
<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-fix
ja
<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
ja
<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 • client • tooltips.ftl
inactive-css-not-grid-or-flex-or-block-container-fix
ja
<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 }

Displaying 25 results for the string grid in en-US:

Entity ja en-US
Entity # all locales devtools • client • inspector.properties
markupView.display.grid.tooltiptext2
ja
この要素はブロック要素のように振る舞い、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
ja
この要素はインライン要素のように振る舞い、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
ja
この要素は grid モデルに従ってコンテンツがレイアウトされますが、行と列の定義は親のグリッドコンテナーに従います。
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
ja
このグリッドのアウトラインは表示できません
en-US
Cannot show outline for this grid
Entity # all locales devtools • client • layout.properties
layout.cannotShowGridOutline.title
ja
選択したグリッドのアウトラインはレイアウトパネル内に収まらないため利用できません。
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
ja
グリッドの表示設定
en-US
Grid Display Settings
Entity # all locales devtools • client • layout.properties
layout.header
ja
グリッド
en-US
Grid
Entity # all locales devtools • client • layout.properties
layout.noGridsOnThisPage
ja
CSS グリッドはこのページで使用されていません
en-US
CSS Grid is not in use on this page
Entity # all locales devtools • client • layout.properties
layout.overlayGrid
ja
グリッドをオーバーレイ表示
en-US
Overlay Grid
Entity # all locales devtools • client • layout.properties
layout.toggleGridHighlighter
ja
グリッドの強調表示を切り替える
en-US
Toggle Grid Highlighter
Entity # all locales devtools • client • tooltips.ftl
inactive-css-not-grid-container
ja
この要素はグリッドコンテナーではないため、<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
ja
<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
ja
この要素はグリッドアイテムではないため、<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
ja
<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
ja
この要素はフレックスコンテナーでもグリッドコンテナーでもないため、<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
ja
<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
ja
この要素はフレックスコンテナーでもグリッドコンテナーでも、段組みコンテナーでもないため、<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
ja
<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
ja
この要素はグリッドアイテムでもフレックスアイテムでもないため、<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
ja
<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 • client • tooltips.ftl
inactive-css-not-grid-or-flex-or-block-container-fix
ja
<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 • shared • highlighters.ftl
gridtype-container
ja
グリッドコンテナー
en-US
Grid Container
Entity # all locales devtools • shared • highlighters.ftl
gridtype-dual
ja
グリッドコンテナー / アイテム
en-US
Grid Container/Item
Entity # all locales devtools • shared • highlighters.ftl
gridtype-item
ja
グリッドアイテム
en-US
Grid Item
Entity # all locales devtools • shared • styleinspector.properties
rule.gridToggle.tooltip
ja
クリックで CSS グリッド枠の表示を切り替えます
en-US
Click to toggle the CSS Grid highlighter
Please enable JavaScript. Some features won't be available without it.