diff --git a/scripts/data/translated-api.json b/scripts/data/translated-api.json index 287c98c8cc8..eba16bbbc25 100644 --- a/scripts/data/translated-api.json +++ b/scripts/data/translated-api.json @@ -28247,7 +28247,7 @@ "mutable": false, "attr": "position", "reflectToAttr": false, - "docs": "画面上のトーストの開始位置。positionAnchor`プロパティを使ってさらに微調整できる。", + "docs": "画面上のトーストの開始位置。 `positionAnchor`プロパティを使ってさらに微調整できます。", "docsTags": [], "default": "'bottom'", "values": [ @@ -29767,4 +29767,4 @@ "dependencyGraph": {} } ] -} \ No newline at end of file +} diff --git a/scripts/data/translated-cache.json b/scripts/data/translated-cache.json index 7e6516fa4de..f3729a12898 100644 --- a/scripts/data/translated-cache.json +++ b/scripts/data/translated-cache.json @@ -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`の場合、日付は正常に表示されるが、選択された日付は変更できない。" } -} \ No newline at end of file +}