Skip to content

Commit

Permalink
translate
Browse files Browse the repository at this point in the history
  • Loading branch information
rdlabo committed Nov 29, 2023
1 parent ea98261 commit e046283
Show file tree
Hide file tree
Showing 41 changed files with 148 additions and 90 deletions.
6 changes: 3 additions & 3 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 @@ -28283,7 +28283,7 @@
"mutable": false,
"attr": "position-anchor",
"reflectToAttr": false,
"docs": "トーストの位置を固定する要素。直接参照するか、要素のIDを指定します。 `position=\"bottom\"` の場合、トーストは選択した要素の上に表示されます。 `position=\"top\"` の場合、トーストは選択した要素の下に位置します。 `position=\"middle\"` の場合、`positionAnchor`の値は無視されます。",
"docs": "トーストの位置を固定する要素。直接参照するか、要素のIDを指定します。position=\"bottom\"`の場合、トーストは選択した要素の上に表示されます。position=\"top\"`の場合、トーストは選択した要素の下に位置します。position=\"middle\"`の場合、`positionAnchor`の値は無視される。",
"docsTags": [],
"values": [
{
Expand Down Expand Up @@ -29767,4 +29767,4 @@
"dependencyGraph": {}
}
]
}
}
3 changes: 2 additions & 1 deletion scripts/data/translated-cache.json
Original file line number Diff line number Diff line change
Expand Up @@ -1318,6 +1318,7 @@
"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 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`の値は無視される。"
"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`の場合、日付は正常に表示されるが、選択された日付は変更できない。"
}
}
71 changes: 45 additions & 26 deletions scripts/data/translated-cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
{
"name": "configuration",
"type": "string",
"summary": "Specify the configuration to use",
"summary": "Specify the configuration to use.",
"groups": [
"advanced",
"cordova"
Expand Down Expand Up @@ -186,7 +186,7 @@
{
"name": "configuration",
"type": "string",
"summary": "Specify the configuration to use",
"summary": "Specify the configuration to use.",
"groups": [
"advanced",
"cordova"
Expand Down Expand Up @@ -257,6 +257,17 @@
"value": "true/false"
}
},
{
"name": "inline",
"type": "boolean",
"summary": "Use inline source maps (only available on capacitor 4.2.0+)",
"default": false,
"groups": [],
"aliases": [],
"spec": {
"value": "true/false"
}
},
{
"name": "prod",
"type": "boolean",
Expand All @@ -272,7 +283,7 @@
{
"name": "configuration",
"type": "string",
"summary": "Specify the configuration to use",
"summary": "Specify the configuration to use.",
"groups": [
"advanced",
"cordova"
Expand Down Expand Up @@ -494,7 +505,7 @@
{
"name": "configuration",
"type": "string",
"summary": "Specify the configuration to use",
"summary": "Specify the configuration to use.",
"groups": [
"advanced",
"cordova"
Expand Down Expand Up @@ -565,6 +576,17 @@
"value": "true/false"
}
},
{
"name": "inline",
"type": "boolean",
"summary": "Use inline source maps (only available on capacitor 4.1.0+)",
"default": false,
"groups": [],
"aliases": [],
"spec": {
"value": "true/false"
}
},
{
"name": "prod",
"type": "boolean",
Expand All @@ -580,7 +602,7 @@
{
"name": "configuration",
"type": "string",
"summary": "Specify the configuration to use",
"summary": "Specify the configuration to use.",
"groups": [
"advanced",
"cordova"
Expand Down Expand Up @@ -988,7 +1010,7 @@
{
"name": "configuration",
"type": "string",
"summary": "Specify the configuration to use",
"summary": "Specify the configuration to use.",
"groups": [
"advanced",
"cordova"
Expand Down Expand Up @@ -1298,7 +1320,7 @@
{
"name": "configuration",
"type": "string",
"summary": "Specify the configuration to use",
"summary": "Specify the configuration to use.",
"groups": [
"advanced",
"cordova"
Expand Down Expand Up @@ -1605,7 +1627,7 @@
{
"name": "configuration",
"type": "string",
"summary": "Specify the configuration to use",
"summary": "Specify the configuration to use.",
"groups": [
"advanced",
"cordova"
Expand Down Expand Up @@ -1907,7 +1929,7 @@
{
"name": "configuration",
"type": "string",
"summary": "Specify the configuration to use",
"summary": "Specify the configuration to use.",
"groups": [
"advanced",
"cordova"
Expand Down Expand Up @@ -2481,7 +2503,7 @@
],
"inputs": [
{
"name": "type",
"name": "schematic",
"summary": "機能の種類(例:`page`、`component`、`directive`、`service`)を指定します。",
"required": true
},
Expand Down Expand Up @@ -2567,7 +2589,7 @@
{
"name": "type",
"type": "string",
"summary": "Type of project (e.g. `angular`, `react`, `vue`, `custom`)",
"summary": "Type of project (e.g. `angular`, `angular-standalone`, `react`, `vue`, `custom`, `vue-vite`, `react-vite`)",
"groups": [],
"aliases": [],
"spec": {
Expand Down Expand Up @@ -2759,17 +2781,17 @@
"ionic",
"live-update"
],
"summary": "Adds Appflow Live Update plugin to the project",
"description": "This command adds the Appflow Live Update plugin (`cordova-plugin-ionic`) for both Capacitor and Cordova projects.\n\nFor Capacitor projects it runs all the steps necessary to install the plugin, sync with the native projects and add the configuration to the proper iOS and Android configuration files.\n\nFor Cordova projects it just takes care of running the proper Cordova CLI command with the submitted parameters.",
"summary": "Adds Ionic Live Updates plugin to the project",
"description": "This command adds the Ionic Live Updates plugin (`cordova-plugin-ionic`) for both Capacitor and Cordova projects.\n\nFor Capacitor projects it runs all the steps necessary to install the plugin, sync with the native projects and add the configuration to the proper iOS and Android configuration files.\n\nFor Cordova projects it just takes care of running the proper Cordova CLI command with the submitted parameters.",
"footnotes": [],
"groups": [
"paid"
],
"exampleCommands": [
"ionic live-update add ",
"ionic live-update add --app-id=abcd1234 --channel-name=\"main\" --update-method=background",
"ionic live-update add --app-id=abcd1234 --channel-name=\"Master\" --update-method=background",
"ionic live-update add --max-store=2 --min-background-duration=30",
"ionic live-update add --app-id=abcd1234 --channel-name=\"main\" --update-method=background --max-store=2 --min-background-duration=30"
"ionic live-update add --app-id=abcd1234 --channel-name=\"Master\" --update-method=background --max-store=2 --min-background-duration=30"
],
"aliases": [],
"inputs": [],
Expand Down Expand Up @@ -2839,17 +2861,17 @@
"ionic",
"live-update"
],
"summary": "Overrides Appflow Live Update configuration",
"description": "This command overrides configuration for the Appflow Live Update plugin (`cordova-plugin-ionic`) in Capacitor projects.\n\nFor Capacitor projects, if the plugin is already installed, it overrides the configuration variables in the native projects.\n\nFor Cordova projects this is not implemented because it is better to reinstall the plugin with the different parameters and let Cordova deal with the changes.",
"summary": "Overrides Ionic Live Updates plugin configuration",
"description": "This command overrides configuration for the Ionic Live Updates plugin (`cordova-plugin-ionic`) in Capacitor projects.\n\nFor Capacitor projects, if the plugin is already installed, it overrides the configuration variables in the native projects.\n\nFor Cordova projects this is not implemented because it is better to reinstall the plugin with the different parameters and let Cordova deal with the changes.",
"footnotes": [],
"groups": [
"paid"
],
"exampleCommands": [
"ionic live-update configure ",
"ionic live-update configure --app-id=abcd1234 --channel-name=\"main\" --update-method=background",
"ionic live-update configure --app-id=abcd1234 --channel-name=\"Master\" --update-method=background",
"ionic live-update configure --max-store=2 --min-background-duration=30",
"ionic live-update configure --app-id=abcd1234 --channel-name=\"main\" --update-method=background --max-store=2 --min-background-duration=30",
"ionic live-update configure --app-id=abcd1234 --channel-name=\"Master\" --update-method=background --max-store=2 --min-background-duration=30",
"ionic live-update configure android",
"ionic live-update configure ios"
],
Expand Down Expand Up @@ -2925,7 +2947,7 @@
"ionic",
"live-update"
],
"summary": "Generates a manifest file for the Live Update service from a built app directory",
"summary": "Generates a manifest file for the Ionic Live Updates service from a built app directory",
"description": "",
"footnotes": [],
"groups": [
Expand Down Expand Up @@ -3765,19 +3787,16 @@
"ionic"
],
"summary": "Create a new project",
"description": "This command creates a working Ionic app. It installs dependencies for you and sets up your project.\n\nRunning `ionic start` without any arguments will prompt you for information about your new project.\n\nThe first argument is your app's `name`. Don't worry--you can always change this later. The `--project-id` is generated from `name` unless explicitly specified.\n\nThe second argument is the `template` from which to generate your app. You can list all templates with the `--list` option. You can also specify a git repository URL for `template`, in which case the existing project will be cloned.\n\nUse the `--type` option to start projects using older versions of Ionic. For example, you can start an Ionic 3 project with `--type=ionic-angular`. Use `--list` to see all project types and templates.",
"description": "This command creates a working Ionic app. It installs dependencies for you and sets up your project.\n\nRunning `ionic start` without any arguments will prompt you for information about your new project.\n\nThe first argument is your app's `name`. Don't worry--you can always change this later. The `--project-id` is generated from `name` unless explicitly specified.\n\nThe second argument is the `template` from which to generate your app. You can list all templates with the `--list` option. You can also specify a git repository URL for `template`, in which case the existing project will be cloned.\n\nUse the `--type` option to start projects using a different JavaScript Framework. Use `--list` to see all project types and templates.",
"footnotes": [],
"groups": [],
"exampleCommands": [
"ionic start ",
"ionic start --list",
"ionic start myApp",
"ionic start myApp blank",
"ionic start myApp tabs --cordova",
"ionic start myApp tabs --capacitor",
"ionic start myApp super --type=ionic-angular",
"ionic start myApp blank --type=ionic1",
"ionic start cordovaApp tabs --cordova",
"ionic start myApp list --type=vue",
"ionic start \"My App\" blank",
"ionic start \"Conference App\" https://github.com/ionic-team/ionic-conference-app"
],
Expand Down Expand Up @@ -3810,7 +3829,7 @@
{
"name": "type",
"type": "string",
"summary": "Type of project to start (e.g. `vue`, `angular`, `react`, `ionic-angular`, `ionic1`)",
"summary": "Type of project to start (e.g. `vue`, `angular`, `angular-standalone`, `react`)",
"groups": [],
"aliases": [],
"spec": {
Expand Down
2 changes: 1 addition & 1 deletion src/translate/.detection/api/datetime.json
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@
"mutable": false,
"attr": "readonly",
"reflectToAttr": false,
"docs": "If `true`, the datetime appears normal but is not interactive.",
"docs": "If `true`, the datetime appears normal but the selected date cannot be changed.",
"docsTags": [],
"default": "false",
"values": [
Expand Down
2 changes: 1 addition & 1 deletion src/translate/.detection/cli/build.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
{
"name": "configuration",
"type": "string",
"summary": "Specify the configuration to use",
"summary": "Specify the configuration to use.",
"groups": [
"advanced",
"cordova"
Expand Down
2 changes: 1 addition & 1 deletion src/translate/.detection/cli/capacitor-build.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
{
"name": "configuration",
"type": "string",
"summary": "Specify the configuration to use",
"summary": "Specify the configuration to use.",
"groups": [
"advanced",
"cordova"
Expand Down
13 changes: 12 additions & 1 deletion src/translate/.detection/cli/capacitor-copy.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,17 @@
"value": "true/false"
}
},
{
"name": "inline",
"type": "boolean",
"summary": "Use inline source maps (only available on capacitor 4.2.0+)",
"default": false,
"groups": [],
"aliases": [],
"spec": {
"value": "true/false"
}
},
{
"name": "prod",
"type": "boolean",
Expand All @@ -44,7 +55,7 @@
{
"name": "configuration",
"type": "string",
"summary": "Specify the configuration to use",
"summary": "Specify the configuration to use.",
"groups": [
"advanced",
"cordova"
Expand Down
2 changes: 1 addition & 1 deletion src/translate/.detection/cli/capacitor-run.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
{
"name": "configuration",
"type": "string",
"summary": "Specify the configuration to use",
"summary": "Specify the configuration to use.",
"groups": [
"advanced",
"cordova"
Expand Down
13 changes: 12 additions & 1 deletion src/translate/.detection/cli/capacitor-sync.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,17 @@
"value": "true/false"
}
},
{
"name": "inline",
"type": "boolean",
"summary": "Use inline source maps (only available on capacitor 4.1.0+)",
"default": false,
"groups": [],
"aliases": [],
"spec": {
"value": "true/false"
}
},
{
"name": "prod",
"type": "boolean",
Expand All @@ -44,7 +55,7 @@
{
"name": "configuration",
"type": "string",
"summary": "Specify the configuration to use",
"summary": "Specify the configuration to use.",
"groups": [
"advanced",
"cordova"
Expand Down
2 changes: 1 addition & 1 deletion src/translate/.detection/cli/cordova-build.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
{
"name": "configuration",
"type": "string",
"summary": "Specify the configuration to use",
"summary": "Specify the configuration to use.",
"groups": [
"advanced",
"cordova"
Expand Down
2 changes: 1 addition & 1 deletion src/translate/.detection/cli/cordova-emulate.json
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
{
"name": "configuration",
"type": "string",
"summary": "Specify the configuration to use",
"summary": "Specify the configuration to use.",
"groups": [
"advanced",
"cordova"
Expand Down
2 changes: 1 addition & 1 deletion src/translate/.detection/cli/cordova-prepare.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
{
"name": "configuration",
"type": "string",
"summary": "Specify the configuration to use",
"summary": "Specify the configuration to use.",
"groups": [
"advanced",
"cordova"
Expand Down
2 changes: 1 addition & 1 deletion src/translate/.detection/cli/cordova-run.json
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
{
"name": "configuration",
"type": "string",
"summary": "Specify the configuration to use",
"summary": "Specify the configuration to use.",
"groups": [
"advanced",
"cordova"
Expand Down
2 changes: 1 addition & 1 deletion src/translate/.detection/cli/generate.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
],
"inputs": [
{
"name": "type",
"name": "schematic",
"summary": "The type of feature (e.g. `page`, `component`, `directive`, `service`)",
"required": true
},
Expand Down
2 changes: 1 addition & 1 deletion src/translate/.detection/cli/init.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
{
"name": "type",
"type": "string",
"summary": "Type of project (e.g. `angular`, `react`, `vue`, `custom`)",
"summary": "Type of project (e.g. `angular`, `angular-standalone`, `react`, `vue`, `custom`, `vue-vite`, `react-vite`)",
"groups": [],
"aliases": [],
"spec": {
Expand Down
Loading

0 comments on commit e046283

Please sign in to comment.