Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
rdlabo committed Nov 29, 2023
1 parent e046283 commit 11da5da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions scripts/data/translated-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -28247,7 +28247,7 @@
"mutable": false,
"attr": "position",
"reflectToAttr": false,
"docs": "画面上のトーストの開始位置。positionAnchor`プロパティを使ってさらに微調整できる。",
"docs": "画面上のトーストの開始位置。 `positionAnchor`プロパティを使ってさらに微調整できます。",
"docsTags": [],
"default": "'bottom'",
"values": [
Expand Down Expand Up @@ -29767,4 +29767,4 @@
"dependencyGraph": {}
}
]
}
}
4 changes: 2 additions & 2 deletions scripts/data/translated-cache.json
Original file line number Diff line number Diff line change
Expand Up @@ -1317,8 +1317,8 @@
"Where to place the label relative to the range. `\"start\"`: The label will appear to the left of the range in LTR and to the right in RTL. `\"end\"`: The label will appear to the right of the range in LTR and to the left in RTL. `\"fixed\"`: The label has the same behavior as `\"start\"` except it also has a fixed width. Long text will be truncated with ellipses (\"...\"). `\"stacked\"`: The label will appear above the range regardless of the direction.": "範囲に対するラベルの位置。start\"`:ラベルはLTRでは範囲の左側、RTLでは右側に表示される。end\"`:ラベルはLTRでは範囲の右側、RTLでは左側に表示される。fixed\"`:ラベルの幅が固定される以外は `\"start\"` と同じ動作をします。長いテキストは省略記号(\"...\")で切り捨てられます。積み上げ\"`:ラベルは方向に関係なく範囲の上に表示されます。",
"How to control the alignment of the toggle and label on the cross axis. ``\"start\"`: The label and control will appear on the left of the cross axis in LTR, and on the right side in RTL. `\"center\"`: The label and control will appear at the center of the cross axis in both LTR and RTL.": "十字軸上のトグルとラベルの配置を制御する方法。start\"`:ラベルとコントロールはLTRでは十字軸の左側に、RTLでは右側に表示されます。center\"`:ラベルとコントロールはLTRでもRTLでも十字軸の中央に表示されます。",
"Where to place the label relative to the input. `\"start\"`: The label will appear to the left of the toggle in LTR and to the right in RTL. `\"end\"`: The label will appear to the right of the toggle in LTR and to the left in RTL. `\"fixed\"`: The label has the same behavior as `\"start\"` except it also has a fixed width. Long text will be truncated with ellipses (\"...\"). `\"stacked\"`: The label will appear above the toggle regardless of the direction. The alignment of the label can be controlled with the `alignment` property.": "入力に対するラベルの位置。start\"`:ラベルはLTRではトグルの左に、RTLでは右に表示されます。end\"`:ラベルはLTRではトグルの右、RTLでは左に表示されます。fixed\"`:ラベルの幅が固定される以外は `\"start\"` と同じ動作をします。長いテキストは省略記号(\"...\")で切り捨てられます。stacked\"`:ラベルは向きに関係なくトグルの上に表示されます。ラベルの整列は `alignment` プロパティで制御できます。",
"The starting position of the toast on the screen. Can be tweaked further using the `positionAnchor` property.": "画面上のトーストの開始位置。positionAnchor`プロパティを使ってさらに微調整できる",
"The starting position of the toast on the screen. Can be tweaked further using the `positionAnchor` property.": "画面上のトーストの開始位置。 `positionAnchor`プロパティを使ってさらに微調整できます",
"The element to anchor the toast's position to. Can be set as a direct reference or the ID of the element. With `position=\"bottom\"`, the toast will sit above the chosen element. With `position=\"top\"`, the toast will sit below the chosen element. With `position=\"middle\"`, the value of `positionAnchor` is ignored.": "トーストの位置を固定する要素。直接参照するか、要素のIDを指定します。position=\"bottom\"`の場合、トーストは選択した要素の上に表示されます。position=\"top\"`の場合、トーストは選択した要素の下に位置します。position=\"middle\"`の場合、`positionAnchor`の値は無視される。",
"If `true`, the datetime appears normal but the selected date cannot be changed.": "true`の場合、日付は正常に表示されるが、選択された日付は変更できない。"
}
}
}

0 comments on commit 11da5da

Please sign in to comment.