Skip to content

Commit 76a2ed8

Browse files
committed
translate
1 parent 4b51c53 commit 76a2ed8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

scripts/data/translated-api.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28247,7 +28247,7 @@
2824728247
"mutable": false,
2824828248
"attr": "position",
2824928249
"reflectToAttr": false,
28250-
"docs": "The starting position of the toast on the screen. Can be tweaked further\nusing the `positionAnchor` property.",
28250+
"docs": "画面上のトーストの開始位置。`positionAnchor` プロパティを使ってさらに微調整できます。",
2825128251
"docsTags": [],
2825228252
"default": "'bottom'",
2825328253
"values": [
@@ -28283,7 +28283,7 @@
2828328283
"mutable": false,
2828428284
"attr": "position-anchor",
2828528285
"reflectToAttr": false,
28286-
"docs": "The element to anchor the toast's position to. Can be set as a direct reference\nor the ID of the element. With `position=\"bottom\"`, the toast will sit above the\nchosen element. With `position=\"top\"`, the toast will sit below the chosen element.\nWith `position=\"middle\"`, the value of `positionAnchor` is ignored.",
28286+
"docs": "トーストの位置を固定する要素。直接参照するか、要素のIDを指定します。 `position=\"bottom\"` の場合、トーストは選択した要素の上に表示されます。 `position=\"top\"` の場合、トーストは選択した要素の下に位置します。 `position=\"middle\"` の場合、`positionAnchor`の値は無視されます。",
2828728287
"docsTags": [],
2828828288
"values": [
2828928289
{
@@ -29767,4 +29767,4 @@
2976729767
"dependencyGraph": {}
2976829768
}
2976929769
]
29770-
}
29770+
}

scripts/data/translated-cli.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3621,7 +3621,7 @@
36213621
"ssh"
36223622
],
36233623
"summary": "Set your active Ionic SSH key",
3624-
"description": "This command modifies the SSH configuration file (**~/.ssh/config**) to set an active private key for the **`git.ionicjs.com`** host. Read more about SSH configuration by running the `man ssh_config` command or by visiting online man [pages](https://linux.die.net/man/5/ssh_config).\n\nBefore making changes, `ionic ssh use` will print a diff and ask for permission to write the file.",
3624+
"description": "This command modifies the SSH configuration file (**~/.ssh/config**) to set an active private key for the **`git.ionicjs.com`** host. Read more about SSH configuration by running the `man ssh_config` command or by visiting online man [pages](https://linux.die.net/man/5/ssh_config).\n\nBefore making changes, `ionic ssh use` will print a diff and ask for permission to write the file.\n",
36253625
"footnotes": [],
36263626
"groups": [],
36273627
"exampleCommands": [],

0 commit comments

Comments
 (0)