impaktapps-ui-builder 1.0.0 → 1.0.1-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +65 -53
- package/dist/impaktapps-ui-builder.d.ts +1 -0
- package/dist/impaktapps-ui-builder.es.js +12624 -0
- package/dist/impaktapps-ui-builder.es.js.map +1 -0
- package/dist/impaktapps-ui-builder.umd.js +28 -0
- package/dist/impaktapps-ui-builder.umd.js.map +1 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildAadharCard.d.ts +2 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildArray.d.ts +11 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildBasicUiSchema.d.ts +8 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildButton.d.ts +1 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildCard.d.ts +1 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildCheckbox.d.ts +1 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildConfig.d.ts +4 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildDataGrid.d.ts +1 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildDate.d.ts +2 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildDownloadFile.d.ts +1 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildEmptyBox.d.ts +1 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildFileInput.d.ts +1 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildHorizontalBarGraph.d.ts +2 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildInputSlider.d.ts +1 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildLabel.d.ts +1 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildLeaderboard.d.ts +1 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildLineGraph.d.ts +1 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildMultiSelect.d.ts +1 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildPhoneInput.d.ts +1 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildPieGraph.d.ts +1 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildPop.d.ts +1 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildProgressBar.d.ts +1 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildProgressBarCard.d.ts +1 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildRadio.d.ts +1 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildRankCard.d.ts +1 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildRollAndDice.d.ts +1 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildRunnerBoyProgrssBar.d.ts +1 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildSelect.d.ts +1 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildSlider.d.ts +1 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildSpeedoMeter.d.ts +1 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildStackBarGraph.d.ts +1 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildStepper.d.ts +1 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildTabSection.d.ts +1 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildTable.d.ts +1 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildText.d.ts +1 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildTextArea.d.ts +1 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildThoughtOfTheDay.d.ts +1 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildTimer.d.ts +1 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildTreeMap.d.ts +1 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildUiSchema.d.ts +12 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildUplaodFile.d.ts +1 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildWrapperSection.d.ts +1 -0
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/apiSection.d.ts +171 -0
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/box.d.ts +13 -0
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/buildPropertiesSection.d.ts +107 -0
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/button.d.ts +22 -0
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/card.d.ts +214 -0
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/cardSlider.d.ts +13 -0
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/coreSection.d.ts +140 -0
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/dateInputField.d.ts +39 -0
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/emptyBox.d.ts +18 -0
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/eventSection.d.ts +152 -0
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/file.d.ts +46 -0
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/graph.d.ts +104 -0
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/leaderBoard.d.ts +17 -0
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/multiSelect.d.ts +23 -0
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/phoneInput.d.ts +20 -0
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/progressBar.d.ts +21 -0
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/rankCard.d.ts +17 -0
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/refresh.d.ts +62 -0
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/rollAndDice.d.ts +17 -0
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/runnerBoyProgressBar.d.ts +17 -0
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/selectInputField.d.ts +21 -0
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/speedoMeter.d.ts +52 -0
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/styleSection.d.ts +32 -0
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/table.d.ts +22 -0
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/tableSection.d.ts +155 -0
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/tabsection.d.ts +12 -0
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/textInputField.d.ts +20 -0
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/thoughtOfTheDay.d.ts +17 -0
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/timer.d.ts +18 -0
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/validationSections.d.ts +53 -0
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/valueTab.d.ts +66 -0
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/wrapperSection.d.ts +13 -0
- package/dist/src/impaktapps-ui-builder/builder/elements/UiSchema/Component/schema.d.ts +1 -0
- package/dist/src/impaktapps-ui-builder/builder/elements/UiSchema/Component/uiSchema.d.ts +1 -0
- package/dist/src/impaktapps-ui-builder/builder/elements/UiSchema/PageMaster/schema.d.ts +47 -0
- package/dist/src/impaktapps-ui-builder/builder/elements/UiSchema/PageMaster/uiSchema.d.ts +1 -0
- package/dist/src/impaktapps-ui-builder/builder/elements/UiSchema/event/schema.d.ts +82 -0
- package/dist/src/impaktapps-ui-builder/builder/elements/UiSchema/event/uiSchema.d.ts +1 -0
- package/dist/src/impaktapps-ui-builder/builder/services/component.d.ts +28 -0
- package/dist/src/impaktapps-ui-builder/builder/services/event.d.ts +104 -0
- package/dist/src/impaktapps-ui-builder/builder/services/pageMaster.d.ts +72 -0
- package/dist/src/impaktapps-ui-builder/builder/services/utils.d.ts +10 -0
- package/dist/src/impaktapps-ui-builder/lib/index.d.ts +9 -0
- package/dist/src/impaktapps-ui-builder/runtime/services/downloadFile.d.ts +2 -0
- package/dist/src/impaktapps-ui-builder/runtime/services/events.d.ts +11 -0
- package/dist/src/impaktapps-ui-builder/runtime/services/interface.d.ts +13 -0
- package/dist/src/impaktapps-ui-builder/runtime/services/service.d.ts +30 -0
- package/package.json +53 -158
- package/src/impaktapps-ui-builder/builder/build/buildAadharCard.ts +67 -0
- package/src/impaktapps-ui-builder/builder/build/buildArray.ts +18 -0
- package/src/impaktapps-ui-builder/builder/build/buildBasicUiSchema.ts +10 -0
- package/src/impaktapps-ui-builder/builder/build/buildButton.ts +43 -0
- package/src/impaktapps-ui-builder/builder/build/buildCard.ts +33 -0
- package/src/impaktapps-ui-builder/builder/build/buildCardSlider.ts +72 -0
- package/src/impaktapps-ui-builder/builder/build/buildCheckbox.ts +28 -0
- package/src/impaktapps-ui-builder/builder/build/buildConfig.ts +58 -0
- package/src/impaktapps-ui-builder/builder/build/buildDataGrid.ts +51 -0
- package/src/impaktapps-ui-builder/builder/build/buildDate.ts +24 -0
- package/src/impaktapps-ui-builder/builder/build/buildDownloadFile.ts +24 -0
- package/src/impaktapps-ui-builder/builder/build/buildEmptyBox.ts +11 -0
- package/src/impaktapps-ui-builder/builder/build/buildFileInput.ts +35 -0
- package/src/impaktapps-ui-builder/builder/build/buildHorizontalBarGraph.ts +48 -0
- package/src/impaktapps-ui-builder/builder/build/buildInputSlider.ts +46 -0
- package/src/impaktapps-ui-builder/builder/build/buildLabel.ts +16 -0
- package/src/impaktapps-ui-builder/builder/build/buildLeaderboard.ts +47 -0
- package/src/impaktapps-ui-builder/builder/build/buildLineGraph.ts +46 -0
- package/src/impaktapps-ui-builder/builder/build/buildMultiSelect.ts +24 -0
- package/src/impaktapps-ui-builder/builder/build/buildPhoneInput.ts +26 -0
- package/src/impaktapps-ui-builder/builder/build/buildPieGraph.ts +28 -0
- package/src/impaktapps-ui-builder/builder/build/buildPop.ts +43 -0
- package/src/impaktapps-ui-builder/builder/build/buildProgressBar.ts +26 -0
- package/src/impaktapps-ui-builder/builder/build/buildProgressBarCard.ts +27 -0
- package/src/impaktapps-ui-builder/builder/build/buildRadio.ts +35 -0
- package/src/impaktapps-ui-builder/builder/build/buildRankCard.ts +19 -0
- package/src/impaktapps-ui-builder/builder/build/buildRollAndDice.ts +14 -0
- package/src/impaktapps-ui-builder/builder/build/buildRunnerBoyProgrssBar.ts +12 -0
- package/src/impaktapps-ui-builder/builder/build/buildSchema.ts +31 -0
- package/src/impaktapps-ui-builder/builder/build/buildSelect.ts +22 -0
- package/src/impaktapps-ui-builder/builder/build/buildSlider.ts +14 -0
- package/src/impaktapps-ui-builder/builder/build/buildSpeedoMeter.ts +54 -0
- package/src/impaktapps-ui-builder/builder/build/buildStackBarGraph.ts +44 -0
- package/src/impaktapps-ui-builder/builder/build/buildStepper.ts +45 -0
- package/src/impaktapps-ui-builder/builder/build/buildTabSection.ts +19 -0
- package/src/impaktapps-ui-builder/builder/build/buildTable.ts +72 -0
- package/src/impaktapps-ui-builder/builder/build/buildText.ts +26 -0
- package/src/impaktapps-ui-builder/builder/build/buildTextArea.ts +56 -0
- package/src/impaktapps-ui-builder/builder/build/buildThoughtOfTheDay.ts +22 -0
- package/src/impaktapps-ui-builder/builder/build/buildTimer.ts +15 -0
- package/src/impaktapps-ui-builder/builder/build/buildTreeMap.ts +61 -0
- package/src/impaktapps-ui-builder/builder/build/buildUiSchema.ts +406 -0
- package/src/impaktapps-ui-builder/builder/build/buildUplaodFile.ts +21 -0
- package/src/impaktapps-ui-builder/builder/build/buildWrapperSection.ts +21 -0
- package/src/impaktapps-ui-builder/builder/build/schema/arraySchemaBuilder.ts +18 -0
- package/src/impaktapps-ui-builder/builder/build/uischema/apiSection.ts +210 -0
- package/src/impaktapps-ui-builder/builder/build/uischema/array.ts +14 -0
- package/src/impaktapps-ui-builder/builder/build/uischema/box.ts +16 -0
- package/src/impaktapps-ui-builder/builder/build/uischema/buildPropertiesSection.ts +547 -0
- package/src/impaktapps-ui-builder/builder/build/uischema/button.ts +22 -0
- package/src/impaktapps-ui-builder/builder/build/uischema/card.ts +200 -0
- package/src/impaktapps-ui-builder/builder/build/uischema/cardSlider.ts +14 -0
- package/src/impaktapps-ui-builder/builder/build/uischema/coreSection.ts +217 -0
- package/src/impaktapps-ui-builder/builder/build/uischema/dateInputField.ts +30 -0
- package/src/impaktapps-ui-builder/builder/build/uischema/emptyBox.ts +13 -0
- package/src/impaktapps-ui-builder/builder/build/uischema/eventSection.ts +189 -0
- package/src/impaktapps-ui-builder/builder/build/uischema/file.ts +38 -0
- package/src/impaktapps-ui-builder/builder/build/uischema/graph.ts +63 -0
- package/src/impaktapps-ui-builder/builder/build/uischema/leaderBoard.ts +13 -0
- package/src/impaktapps-ui-builder/builder/build/uischema/multiSelect.ts +18 -0
- package/src/impaktapps-ui-builder/builder/build/uischema/phoneInput.ts +16 -0
- package/src/impaktapps-ui-builder/builder/build/uischema/progressBar.ts +16 -0
- package/src/impaktapps-ui-builder/builder/build/uischema/progressBarCard.ts +27 -0
- package/src/impaktapps-ui-builder/builder/build/uischema/rankCard.ts +13 -0
- package/src/impaktapps-ui-builder/builder/build/uischema/refresh.ts +63 -0
- package/src/impaktapps-ui-builder/builder/build/uischema/rollAndDice.ts +13 -0
- package/src/impaktapps-ui-builder/builder/build/uischema/runnerBoyProgressBar.ts +13 -0
- package/src/impaktapps-ui-builder/builder/build/uischema/selectInputField.ts +16 -0
- package/src/impaktapps-ui-builder/builder/build/uischema/speedoMeter.ts +49 -0
- package/src/impaktapps-ui-builder/builder/build/uischema/styleSection.ts +33 -0
- package/src/impaktapps-ui-builder/builder/build/uischema/table.ts +21 -0
- package/src/impaktapps-ui-builder/builder/build/uischema/tableIconButton.ts +17 -0
- package/src/impaktapps-ui-builder/builder/build/uischema/tableSection.ts +191 -0
- package/src/impaktapps-ui-builder/builder/build/uischema/tabsection.ts +9 -0
- package/src/impaktapps-ui-builder/builder/build/uischema/textInputField.ts +15 -0
- package/src/impaktapps-ui-builder/builder/build/uischema/thoughtOfTheDay.ts +14 -0
- package/src/impaktapps-ui-builder/builder/build/uischema/timer.ts +18 -0
- package/src/impaktapps-ui-builder/builder/build/uischema/validationSections.ts +128 -0
- package/src/impaktapps-ui-builder/builder/build/uischema/valueTab.ts +75 -0
- package/src/impaktapps-ui-builder/builder/build/uischema/wrapperSection.ts +11 -0
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/Component/schema.ts +359 -0
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/Component/uiSchema.ts +623 -0
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/PageMaster/schema.ts +49 -0
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/PageMaster/uiSchema.ts +776 -0
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/event/schema.ts +95 -0
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/event/uiSchema.ts +507 -0
- package/src/impaktapps-ui-builder/builder/services/component.ts +426 -0
- package/src/impaktapps-ui-builder/builder/services/event.ts +274 -0
- package/src/impaktapps-ui-builder/builder/services/pageMaster.ts +123 -0
- package/src/impaktapps-ui-builder/builder/services/utils.ts +108 -0
- package/src/impaktapps-ui-builder/lib/index.ts +10 -0
- package/src/impaktapps-ui-builder/runtime/services/downloadFile.ts +32 -0
- package/src/impaktapps-ui-builder/runtime/services/events.ts +295 -0
- package/src/impaktapps-ui-builder/runtime/services/interface.ts +13 -0
- package/src/impaktapps-ui-builder/runtime/services/rankProvider.ts +132 -0
- package/src/impaktapps-ui-builder/runtime/services/service.ts +359 -0
- package/App.tsx +0 -49
- package/AppHolder.tsx +0 -438
- package/Database.ts +0 -54
- package/Deploy.tsx +0 -16
- package/DeployContent.tsx +0 -48
- package/Dockerfile +0 -56
- package/Login.tsx +0 -184
- package/MasterRouter.tsx +0 -86
- package/PrivateRoutes.tsx +0 -9
- package/Skeleton.tsx +0 -31
- package/TabHolder.tsx +0 -758
- package/app/(tabs)/_layout.tsx +0 -50
- package/app/(tabs)/explore.tsx +0 -111
- package/app/(tabs)/index.tsx +0 -1134
- package/app/(tabs)/index.web.tsx +0 -31
- package/app/(web)/AppHolder.tsx +0 -471
- package/app/(web)/index.tsx +0 -33
- package/app/(web)/indexLogin.tsx +0 -192
- package/app/+not-found.tsx +0 -33
- package/app/_layout.tsx +0 -42
- package/app/_layout.web.tsx +0 -15
- package/app.json +0 -41
- package/assets/Act21Icon.svg +0 -1977
- package/assets/Act21Logo.svg +0 -7869
- package/assets/Desktop.svg +0 -58
- package/assets/ImpaktApps.svg +0 -726
- package/assets/ImpaktIcon.png +0 -0
- package/assets/Mobile.svg +0 -33
- package/assets/Tablet.svg +0 -33
- package/assets/UpDownArrow.svg +0 -5
- package/assets/act21LogoPng.png +0 -0
- package/assets/alpha.svg +0 -1
- package/assets/api.svg +0 -54
- package/assets/border.svg +0 -3
- package/assets/button-rect.svg +0 -3
- package/assets/creditcard.svg +0 -4
- package/assets/cursor.svg +0 -18
- package/assets/dataWorkspace/homepage.svg +0 -3
- package/assets/dataWorkspace/locate.svg +0 -3
- package/assets/dataWorkspace/state.svg +0 -5
- package/assets/dataWorkspace/website.svg +0 -6
- package/assets/fonts/SpaceMono-Regular.ttf +0 -0
- package/assets/globaldata.svg +0 -13
- package/assets/images/adaptive-icon.png +0 -0
- package/assets/images/favicon.png +0 -0
- package/assets/images/icon.png +0 -0
- package/assets/images/partial-react-logo.png +0 -0
- package/assets/images/react-logo.png +0 -0
- package/assets/images/react-logo@2x.png +0 -0
- package/assets/images/react-logo@3x.png +0 -0
- package/assets/images/splash-icon.png +0 -0
- package/assets/laptop.svg +0 -3
- package/assets/minusIcon.svg +0 -7
- package/assets/next.svg +0 -14
- package/assets/no-component-selected-icon.svg +0 -5
- package/assets/other.svg +0 -10
- package/assets/page.svg +0 -13
- package/assets/plusIcon.svg +0 -1
- package/assets/public/arrowDown.svg +0 -7
- package/assets/public/arrowup.svg +0 -3
- package/assets/public/cursor.svg +0 -18
- package/assets/public/openWindow.svg +0 -4
- package/assets/public/resize-bar-icon.svg +0 -3
- package/assets/radius-icon.svg +0 -3
- package/assets/react.svg +0 -1
- package/assets/resizeBar.svg +0 -12
- package/assets/rightPagePanel/all.svg +0 -3
- package/assets/rightPagePanel/frame-fixed.svg +0 -3
- package/assets/rightPagePanel/frame-responsive.svg +0 -3
- package/assets/rightPagePanel/gridList/columnAuto.svg +0 -3
- package/assets/rightPagePanel/gridList/columnFixed.svg +0 -5
- package/assets/rightPagePanel/gridList/gap-x.svg +0 -3
- package/assets/rightPagePanel/gridList/gap-y.svg +0 -3
- package/assets/rightPagePanel/layout/default.svg +0 -21
- package/assets/rightPagePanel/layout/preset-a.svg +0 -22
- package/assets/rightPagePanel/layout/preset-b.svg +0 -23
- package/assets/rightPagePanel/layout/preset-c.svg +0 -24
- package/assets/rightPagePanel/layout/preset-d.svg +0 -25
- package/assets/rightPagePanel/layout/preset-e.svg +0 -24
- package/assets/rightPagePanel/partial.svg +0 -3
- package/assets/transformer.svg +0 -12
- package/assets/widgetCover/button.svg +0 -4
- package/assets/widgetCover/card.svg +0 -34
- package/assets/widgetCover/checkBox.svg +0 -5
- package/assets/widgetCover/container.svg +0 -6
- package/assets/widgetCover/date.svg +0 -5
- package/assets/widgetCover/emptyBox.svg +0 -3
- package/assets/widgetCover/fileInput.svg +0 -3
- package/assets/widgetCover/form.svg +0 -9
- package/assets/widgetCover/gridcontainer.svg +0 -14
- package/assets/widgetCover/icon.svg +0 -28
- package/assets/widgetCover/image.svg +0 -5
- package/assets/widgetCover/label.svg +0 -3
- package/assets/widgetCover/multiselect.svg +0 -7
- package/assets/widgetCover/otp.svg +0 -19
- package/assets/widgetCover/radioGroup.svg +0 -9
- package/assets/widgetCover/select.svg +0 -4
- package/assets/widgetCover/slider.svg +0 -5
- package/assets/widgetCover/table.svg +0 -6
- package/assets/widgetCover/tabs.svg +0 -5
- package/assets/widgetCover/text.svg +0 -7
- package/assets/widgetCover/textInput.svg +0 -5
- package/assets/widgetCover/upload.svg +0 -11
- package/assets/window-bottom.svg +0 -17
- package/assets/window-left.svg +0 -17
- package/assets/window-minimize.svg +0 -16
- package/assets/window-right.svg +0 -17
- package/babel.config.js +0 -36
- package/components/CodeEditor/CodeMirror/assets/array.svg +0 -4
- package/components/CodeEditor/CodeMirror/assets/boolean.svg +0 -4
- package/components/CodeEditor/CodeMirror/assets/component.svg +0 -4
- package/components/CodeEditor/CodeMirror/assets/function.svg +0 -4
- package/components/CodeEditor/CodeMirror/assets/keyword.svg +0 -12
- package/components/CodeEditor/CodeMirror/assets/null.svg +0 -4
- package/components/CodeEditor/CodeMirror/assets/number.svg +0 -4
- package/components/CodeEditor/CodeMirror/assets/object.svg +0 -4
- package/components/CodeEditor/CodeMirror/assets/string.svg +0 -4
- package/components/CodeEditor/CodeMirror/assets/table.svg +0 -4
- package/components/CodeEditor/CodeMirror/assets/type.svg +0 -4
- package/components/CodeEditor/CodeMirror/assets/undefine.svg +0 -4
- package/components/CodeEditor/CodeMirror/core.tsx +0 -253
- package/components/CodeEditor/CodeMirror/extensions/completionSources/ILLAContextDesc/index.tsx +0 -5
- package/components/CodeEditor/CodeMirror/extensions/completionSources/ILLAContextDesc/utils.tsx +0 -51
- package/components/CodeEditor/CodeMirror/extensions/completionSources/IMPAKTAPPSContext.ts +0 -214
- package/components/CodeEditor/CodeMirror/extensions/completionSources/IMPAKTAPPSContextDesc/index.tsx +0 -5
- package/components/CodeEditor/CodeMirror/extensions/completionSources/IMPAKTAPPSContextDesc/utils.tsx +0 -51
- package/components/CodeEditor/CodeMirror/extensions/completionSources/TernServer/defs/ecmascript.json +0 -1910
- package/components/CodeEditor/CodeMirror/extensions/completionSources/TernServer/index.tsx +0 -184
- package/components/CodeEditor/CodeMirror/extensions/completionSources/illaContext.ts +0 -214
- package/components/CodeEditor/CodeMirror/extensions/heighLightJSExpression.ts +0 -67
- package/components/CodeEditor/CodeMirror/extensions/index.ts +0 -294
- package/components/CodeEditor/CodeMirror/extensions/interface.ts +0 -36
- package/components/CodeEditor/CodeMirror/extensions/utils.ts +0 -40
- package/components/CodeEditor/CodeMirror/interface.ts +0 -26
- package/components/CodeEditor/CodeMirror/style.ts +0 -47
- package/components/CodeEditor/CodeMirror/theme.ts +0 -249
- package/components/CodeEditor/HintToolTip/index.tsx +0 -92
- package/components/CodeEditor/HintToolTip/interface.ts +0 -16
- package/components/CodeEditor/HintToolTip/style.ts +0 -49
- package/components/CodeEditor/ModalCodeMirror/content.tsx +0 -61
- package/components/CodeEditor/ModalCodeMirror/footer.tsx +0 -13
- package/components/CodeEditor/ModalCodeMirror/index.tsx +0 -56
- package/components/CodeEditor/ModalCodeMirror/interface.ts +0 -26
- package/components/CodeEditor/ModalCodeMirror/style.ts +0 -32
- package/components/CodeEditor/index.tsx +0 -289
- package/components/CodeEditor/interface.ts +0 -21
- package/components/CodeEditor/style.ts +0 -30
- package/components/CodeEditor/utils.ts +0 -5
- package/components/Collapsible.tsx +0 -45
- package/components/ColorPicker/constants.ts +0 -31
- package/components/ColorPicker/index.tsx +0 -30
- package/components/ColorPicker/interface.ts +0 -5
- package/components/ColorSetter/index.tsx +0 -76
- package/components/ColorSetter/interface.tsx +0 -5
- package/components/ColorSetter/style.ts +0 -78
- package/components/EditableText/index.tsx +0 -95
- package/components/EditableText/interface.ts +0 -8
- package/components/EditableText/style.ts +0 -58
- package/components/ExternalLink.tsx +0 -24
- package/components/HapticTab.tsx +0 -18
- package/components/HelloWave.tsx +0 -40
- package/components/Modal/Body/index.tsx +0 -16
- package/components/Modal/Body/interface.ts +0 -6
- package/components/Modal/Body/style.ts +0 -9
- package/components/Modal/Footer/index.tsx +0 -30
- package/components/Modal/Footer/interface.ts +0 -7
- package/components/Modal/Footer/style.ts +0 -18
- package/components/Modal/Header/index.tsx +0 -32
- package/components/Modal/Header/interface.ts +0 -6
- package/components/Modal/Header/style.ts +0 -39
- package/components/Modal/index.tsx +0 -39
- package/components/Modal/interface.ts +0 -25
- package/components/Modal/movableModal.tsx +0 -54
- package/components/Modal/style.ts +0 -13
- package/components/Modal/utils/stopDragAndDrop.ts +0 -5
- package/components/PanelBar/index.tsx +0 -104
- package/components/PanelBar/interface.ts +0 -12
- package/components/PanelBar/style.ts +0 -156
- package/components/ParallaxScrollView.tsx +0 -82
- package/components/RecordEditor/index.tsx +0 -212
- package/components/RecordEditor/interface.ts +0 -33
- package/components/RecordEditor/style.ts +0 -99
- package/components/Tabs/constant.tsx +0 -42
- package/components/Tabs/index.tsx +0 -55
- package/components/Tabs/interface.ts +0 -15
- package/components/Tabs/style.ts +0 -26
- package/components/ThemedText.tsx +0 -60
- package/components/ThemedView.tsx +0 -14
- package/components/__tests__/ThemedText-test.tsx +0 -10
- package/components/__tests__/__snapshots__/ThemedText-test.tsx.snap +0 -24
- package/components/ui/IconSymbol.ios.tsx +0 -32
- package/components/ui/IconSymbol.tsx +0 -43
- package/components/ui/TabBarBackground.ios.tsx +0 -22
- package/components/ui/TabBarBackground.tsx +0 -6
- package/constants/Colors.ts +0 -26
- package/core/Builder.tsx +0 -21
- package/data.ts +0 -352
- package/db.json +0 -251131
- package/declarations.d.ts +0 -8
- package/eslint.config.mjs +0 -13
- package/hooks/fixComponentsUtils/container.ts +0 -20
- package/hooks/fixComponentsUtils/likeInput.ts +0 -15
- package/hooks/fixedAction.ts +0 -196
- package/hooks/fixedComponents.ts +0 -32
- package/hooks/useColorScheme.ts +0 -1
- package/hooks/useColorScheme.web.ts +0 -21
- package/hooks/useDestroyExecutationTree.ts +0 -32
- package/hooks/useInitApp.tsx +0 -238
- package/hooks/useThemeColor.ts +0 -21
- package/i18n/config.ts +0 -57
- package/i18n/i18next.d.ts +0 -8
- package/i18n/locale/en-US.json +0 -3805
- package/i18n/locale/es-ES.json +0 -3805
- package/i18n/react-i18next.d.ts +0 -9
- package/lib/index.ts +0 -12
- package/main.css +0 -14
- package/main.tsx +0 -11
- package/metro.config.js +0 -20
- package/middleware/reduxAsync/index.ts +0 -68
- package/middleware/undoRedo/index.ts +0 -16
- package/middleware/undoRedo/interface.ts +0 -5
- package/middleware/undoRedo/method/action.tsx +0 -97
- package/middleware/undoRedo/method/components.tsx +0 -412
- package/middleware/undoRedo/method/index.tsx +0 -27
- package/page/App/components/Actions/ActionGuidePanel/components/ActionSection/index.tsx +0 -180
- package/page/App/components/Actions/ActionGuidePanel/components/ActionSection/interface.ts +0 -10
- package/page/App/components/Actions/ActionGuidePanel/components/ActionSection/style.ts +0 -55
- package/page/App/components/Actions/ActionGuidePanel/constans.ts +0 -30
- package/page/App/components/Actions/ActionGuidePanel/index.tsx +0 -51
- package/page/App/components/Actions/ActionGuidePanel/style.ts +0 -29
- package/page/App/components/Actions/ActionList/index.tsx +0 -24
- package/page/App/components/Actions/ActionList/interface.ts +0 -3
- package/page/App/components/Actions/ActionList/listWithNewButton.tsx +0 -352
- package/page/App/components/Actions/ActionList/style.ts +0 -67
- package/page/App/components/Actions/ActionListItem/index.tsx +0 -271
- package/page/App/components/Actions/ActionListItem/interface.ts +0 -11
- package/page/App/components/Actions/ActionListItem/style.ts +0 -92
- package/page/App/components/Actions/ActionPanel/ActionEventHandler/index.tsx +0 -113
- package/page/App/components/Actions/ActionPanel/ActionEventHandler/style.ts +0 -20
- package/page/App/components/Actions/ActionPanel/ActionMockPanel/index.tsx +0 -72
- package/page/App/components/Actions/ActionPanel/ActionMockPanel/interface.ts +0 -4
- package/page/App/components/Actions/ActionPanel/ActionMockPanel/style.ts +0 -22
- package/page/App/components/Actions/ActionPanel/ActionResult/index.tsx +0 -135
- package/page/App/components/Actions/ActionPanel/ActionResult/interface.ts +0 -4
- package/page/App/components/Actions/ActionPanel/ActionResult/restApiHeader.tsx +0 -116
- package/page/App/components/Actions/ActionPanel/ActionResult/style.ts +0 -136
- package/page/App/components/Actions/ActionPanel/ActionResult/utils.ts +0 -25
- package/page/App/components/Actions/ActionPanel/ActionTitleBar/index.tsx +0 -177
- package/page/App/components/Actions/ActionPanel/ActionTitleBar/interface.ts +0 -7
- package/page/App/components/Actions/ActionPanel/ActionTitleBar/style.ts +0 -92
- package/page/App/components/Actions/ActionPanel/AdvancedPanel/Components/Control/index.tsx +0 -25
- package/page/App/components/Actions/ActionPanel/AdvancedPanel/Components/Control/interface.ts +0 -8
- package/page/App/components/Actions/ActionPanel/AdvancedPanel/Components/Control/style.ts +0 -43
- package/page/App/components/Actions/ActionPanel/AdvancedPanel/Components/Header/index.tsx +0 -11
- package/page/App/components/Actions/ActionPanel/AdvancedPanel/Components/Header/interface.ts +0 -3
- package/page/App/components/Actions/ActionPanel/AdvancedPanel/Components/Header/style.ts +0 -13
- package/page/App/components/Actions/ActionPanel/AdvancedPanel/Components/Space/index.tsx +0 -6
- package/page/App/components/Actions/ActionPanel/AdvancedPanel/Components/Space/style.ts +0 -6
- package/page/App/components/Actions/ActionPanel/AdvancedPanel/Model/AdvancedOption/index.tsx +0 -74
- package/page/App/components/Actions/ActionPanel/AdvancedPanel/Model/Timing/index.tsx +0 -145
- package/page/App/components/Actions/ActionPanel/AdvancedPanel/index.tsx +0 -19
- package/page/App/components/Actions/ActionPanel/AdvancedPanel/style.ts +0 -6
- package/page/App/components/Actions/ActionPanel/GlobalDataPanel/index.tsx +0 -70
- package/page/App/components/Actions/ActionPanel/GlobalDataPanel/style.ts +0 -34
- package/page/App/components/Actions/ActionPanel/ImpaktAppsPanel/BodyEditor/index.tsx +0 -72
- package/page/App/components/Actions/ActionPanel/ImpaktAppsPanel/BodyEditor/interface.ts +0 -8
- package/page/App/components/Actions/ActionPanel/ImpaktAppsPanel/BodyEditor/style.ts +0 -59
- package/page/App/components/Actions/ActionPanel/ImpaktAppsPanel/index.tsx +0 -165
- package/page/App/components/Actions/ActionPanel/ImpaktAppsPanel/style.ts +0 -51
- package/page/App/components/Actions/ActionPanel/Layout/GeneralPanelLayout/constants.ts +0 -2
- package/page/App/components/Actions/ActionPanel/Layout/GeneralPanelLayout/index.tsx +0 -60
- package/page/App/components/Actions/ActionPanel/Layout/GeneralPanelLayout/interface.ts +0 -8
- package/page/App/components/Actions/ActionPanel/Layout/GeneralPanelLayout/style.ts +0 -25
- package/page/App/components/Actions/ActionPanel/Layout/HorizontalWithLabel/index.tsx +0 -18
- package/page/App/components/Actions/ActionPanel/Layout/HorizontalWithLabel/interface.ts +0 -6
- package/page/App/components/Actions/ActionPanel/Layout/HorizontalWithLabel/style.ts +0 -9
- package/page/App/components/Actions/ActionPanel/Layout/Label/index.tsx +0 -12
- package/page/App/components/Actions/ActionPanel/Layout/Label/interface.ts +0 -3
- package/page/App/components/Actions/ActionPanel/Layout/Label/style.ts +0 -10
- package/page/App/components/Actions/ActionPanel/Layout/Space/index.tsx +0 -10
- package/page/App/components/Actions/ActionPanel/Layout/Space/style.ts +0 -6
- package/page/App/components/Actions/ActionPanel/PanelHeader/ResourceChoose/index.tsx +0 -126
- package/page/App/components/Actions/ActionPanel/PanelHeader/ResourceChoose/style.ts +0 -29
- package/page/App/components/Actions/ActionPanel/PanelHeader/TriggerModeChoose/index.tsx +0 -62
- package/page/App/components/Actions/ActionPanel/PanelHeader/index.tsx +0 -116
- package/page/App/components/Actions/ActionPanel/PanelHeader/style.ts +0 -37
- package/page/App/components/Actions/ActionPanel/RestApiPanel/BodyEditor/index.tsx +0 -357
- package/page/App/components/Actions/ActionPanel/RestApiPanel/BodyEditor/interface.ts +0 -7
- package/page/App/components/Actions/ActionPanel/RestApiPanel/BodyEditor/style.ts +0 -54
- package/page/App/components/Actions/ActionPanel/RestApiPanel/index.tsx +0 -358
- package/page/App/components/Actions/ActionPanel/RestApiPanel/style.ts +0 -50
- package/page/App/components/Actions/ActionPanel/TransformerPanel/index.tsx +0 -61
- package/page/App/components/Actions/ActionPanel/TransformerPanel/style.ts +0 -15
- package/page/App/components/Actions/ActionPanel/index.tsx +0 -116
- package/page/App/components/Actions/ActionPanel/style.ts +0 -58
- package/page/App/components/Actions/ActionPanel/utils/calculateFileSize.ts +0 -37
- package/page/App/components/Actions/ActionPanel/utils/safeModeTip.ts +0 -18
- package/page/App/components/Actions/Context/SqlModeTipContext/index.tsx +0 -31
- package/page/App/components/Actions/DragBar/index.tsx +0 -87
- package/page/App/components/Actions/DragBar/interface.ts +0 -10
- package/page/App/components/Actions/DragBar/style.ts +0 -17
- package/page/App/components/Actions/List/index.ts +0 -4
- package/page/App/components/Actions/List/interface.ts +0 -46
- package/page/App/components/Actions/List/list-item-meta.tsx +0 -59
- package/page/App/components/Actions/List/list-item.tsx +0 -34
- package/page/App/components/Actions/List/list.tsx +0 -144
- package/page/App/components/Actions/List/style.ts +0 -119
- package/page/App/components/Actions/SearchHeader/index.tsx +0 -84
- package/page/App/components/Actions/SearchHeader/interface.tsx +0 -4
- package/page/App/components/Actions/SearchHeader/style.tsx +0 -59
- package/page/App/components/Actions/api.ts +0 -65
- package/page/App/components/Actions/axiosConfigBuilder.ts +0 -44
- package/page/App/components/Actions/empty/src/empty.tsx +0 -60
- package/page/App/components/Actions/empty/src/index.ts +0 -2
- package/page/App/components/Actions/empty/src/interface.ts +0 -10
- package/page/App/components/Actions/empty/src/style.ts +0 -22
- package/page/App/components/Actions/hook.ts +0 -61
- package/page/App/components/ConfigPanel/index.tsx +0 -29
- package/page/App/components/ConfigPanel/style.ts +0 -8
- package/page/App/components/InspectPanel/PanelSetters/BorderSetter/index.tsx +0 -82
- package/page/App/components/InspectPanel/PanelSetters/BorderSetter/interface.ts +0 -1
- package/page/App/components/InspectPanel/PanelSetters/BorderSetter/style.ts +0 -14
- package/page/App/components/InspectPanel/PanelSetters/ColorPickerSetter/index.tsx +0 -40
- package/page/App/components/InspectPanel/PanelSetters/ColorPickerSetter/interface.ts +0 -9
- package/page/App/components/InspectPanel/PanelSetters/ColorPickerSetter/style.ts +0 -10
- package/page/App/components/InspectPanel/PanelSetters/ContainerSetter/ViewsSetter/context/viewsListContext.tsx +0 -270
- package/page/App/components/InspectPanel/PanelSetters/ContainerSetter/ViewsSetter/dragIconAndLabel.tsx +0 -86
- package/page/App/components/InspectPanel/PanelSetters/ContainerSetter/ViewsSetter/header.tsx +0 -28
- package/page/App/components/InspectPanel/PanelSetters/ContainerSetter/ViewsSetter/index.tsx +0 -238
- package/page/App/components/InspectPanel/PanelSetters/ContainerSetter/ViewsSetter/interface.ts +0 -28
- package/page/App/components/InspectPanel/PanelSetters/ContainerSetter/ViewsSetter/listBody.tsx +0 -135
- package/page/App/components/InspectPanel/PanelSetters/ContainerSetter/ViewsSetter/listItem.tsx +0 -113
- package/page/App/components/InspectPanel/PanelSetters/ContainerSetter/ViewsSetter/style.ts +0 -97
- package/page/App/components/InspectPanel/PanelSetters/ContainerSetter/ViewsSetter/utils/generateNewOptions.ts +0 -34
- package/page/App/components/InspectPanel/PanelSetters/ContainerSetter/defaultViewKeySetter.tsx +0 -71
- package/page/App/components/InspectPanel/PanelSetters/ContainerSetter/interface.ts +0 -4
- package/page/App/components/InspectPanel/PanelSetters/DragMoveComponent/Column/index.tsx +0 -128
- package/page/App/components/InspectPanel/PanelSetters/DragMoveComponent/Column/interface.ts +0 -19
- package/page/App/components/InspectPanel/PanelSetters/DragMoveComponent/Column/style.ts +0 -51
- package/page/App/components/InspectPanel/PanelSetters/DragMoveComponent/ColumnContainer/index.tsx +0 -120
- package/page/App/components/InspectPanel/PanelSetters/DragMoveComponent/ColumnContainer/interface.ts +0 -22
- package/page/App/components/InspectPanel/PanelSetters/DragMoveComponent/ColumnContainer/style.ts +0 -36
- package/page/App/components/InspectPanel/PanelSetters/DragMoveComponent/Empty/index.tsx +0 -14
- package/page/App/components/InspectPanel/PanelSetters/DragMoveComponent/Empty/style.ts +0 -11
- package/page/App/components/InspectPanel/PanelSetters/EventHandlerSetter/List/actionMenu.tsx +0 -45
- package/page/App/components/InspectPanel/PanelSetters/EventHandlerSetter/List/body.tsx +0 -17
- package/page/App/components/InspectPanel/PanelSetters/EventHandlerSetter/List/empty.tsx +0 -17
- package/page/App/components/InspectPanel/PanelSetters/EventHandlerSetter/List/eventAndMethodLabel.tsx +0 -109
- package/page/App/components/InspectPanel/PanelSetters/EventHandlerSetter/List/interface.ts +0 -22
- package/page/App/components/InspectPanel/PanelSetters/EventHandlerSetter/List/item.tsx +0 -20
- package/page/App/components/InspectPanel/PanelSetters/EventHandlerSetter/List/more.tsx +0 -33
- package/page/App/components/InspectPanel/PanelSetters/EventHandlerSetter/List/style.ts +0 -118
- package/page/App/components/InspectPanel/PanelSetters/EventHandlerSetter/context/index.tsx +0 -69
- package/page/App/components/InspectPanel/PanelSetters/EventHandlerSetter/index.tsx +0 -67
- package/page/App/components/InspectPanel/PanelSetters/EventHandlerSetter/interface.ts +0 -14
- package/page/App/components/InspectPanel/PanelSetters/EventHandlerSetter/style.ts +0 -8
- package/page/App/components/InspectPanel/PanelSetters/EventHandlerSetter/utils/index.ts +0 -13
- package/page/App/components/InspectPanel/PanelSetters/InputSetter/BaseInput/index.tsx +0 -135
- package/page/App/components/InspectPanel/PanelSetters/InputSetter/BaseInput/interface.ts +0 -19
- package/page/App/components/InspectPanel/PanelSetters/InputSetter/BaseInput/style.ts +0 -33
- package/page/App/components/InspectPanel/PanelSetters/InputSetter/BaseInputHierarchy/index.tsx +0 -134
- package/page/App/components/InspectPanel/PanelSetters/InputSetter/BaseInputHierarchy/interface.ts +0 -19
- package/page/App/components/InspectPanel/PanelSetters/InputSetter/BaseInputHierarchy/style.ts +0 -33
- package/page/App/components/InspectPanel/PanelSetters/InputSetter/BaseUpload/index.tsx +0 -107
- package/page/App/components/InspectPanel/PanelSetters/InputSetter/ColumnFraction/index.tsx +0 -117
- package/page/App/components/InspectPanel/PanelSetters/InputSetter/ColumnFraction/interface.ts +0 -5
- package/page/App/components/InspectPanel/PanelSetters/InputSetter/ColumnFraction/style.ts +0 -103
- package/page/App/components/InspectPanel/PanelSetters/InputSetter/MeasureCheckInput/index.tsx +0 -62
- package/page/App/components/InspectPanel/PanelSetters/InputSetter/MeasureCheckInput/interface.ts +0 -11
- package/page/App/components/InspectPanel/PanelSetters/InputSetter/MeasureCheckInput/style.ts +0 -9
- package/page/App/components/InspectPanel/PanelSetters/InputSetter/OptionMappedInput/optionMappedInputSetter.tsx +0 -38
- package/page/App/components/InspectPanel/PanelSetters/InputSetter/ScriptInput/index.tsx +0 -121
- package/page/App/components/InspectPanel/PanelSetters/InputSetter/ScriptInput/style.ts +0 -16
- package/page/App/components/InspectPanel/PanelSetters/InputSetter/interface.ts +0 -9
- package/page/App/components/InspectPanel/PanelSetters/InputSetter/style.ts +0 -8
- package/page/App/components/InspectPanel/PanelSetters/InputSetter/util.ts +0 -32
- package/page/App/components/InspectPanel/PanelSetters/MappedOptionSetter/index.tsx +0 -33
- package/page/App/components/InspectPanel/PanelSetters/MappedOptionSetter/interface.ts +0 -7
- package/page/App/components/InspectPanel/PanelSetters/MappedOptionSetter/style.ts +0 -29
- package/page/App/components/InspectPanel/PanelSetters/OptionListSetter/index.tsx +0 -91
- package/page/App/components/InspectPanel/PanelSetters/OptionListSetter/interface.ts +0 -16
- package/page/App/components/InspectPanel/PanelSetters/PublicComponent/DynamicIcon/index.tsx +0 -26
- package/page/App/components/InspectPanel/PanelSetters/PublicComponent/DynamicIcon/interface.ts +0 -5
- package/page/App/components/InspectPanel/PanelSetters/PublicComponent/DynamicIcon/style.ts +0 -25
- package/page/App/components/InspectPanel/PanelSetters/PublicComponent/Label/addActionLabel.tsx +0 -34
- package/page/App/components/InspectPanel/PanelSetters/PublicComponent/Label/interface.ts +0 -6
- package/page/App/components/InspectPanel/PanelSetters/PublicComponent/Label/style.ts +0 -7
- package/page/App/components/InspectPanel/PanelSetters/PublicComponent/Modal/baseBody.tsx +0 -11
- package/page/App/components/InspectPanel/PanelSetters/PublicComponent/Modal/body.tsx +0 -33
- package/page/App/components/InspectPanel/PanelSetters/PublicComponent/Modal/header.tsx +0 -33
- package/page/App/components/InspectPanel/PanelSetters/PublicComponent/Modal/index.tsx +0 -51
- package/page/App/components/InspectPanel/PanelSetters/PublicComponent/Modal/interface.ts +0 -29
- package/page/App/components/InspectPanel/PanelSetters/PublicComponent/Modal/style.ts +0 -54
- package/page/App/components/InspectPanel/PanelSetters/RadioGroupSetter/baseRadioGroup.tsx +0 -62
- package/page/App/components/InspectPanel/PanelSetters/RadioGroupSetter/interface.ts +0 -5
- package/page/App/components/InspectPanel/PanelSetters/RadioGroupSetter/style.ts +0 -36
- package/page/App/components/InspectPanel/PanelSetters/SelectSetter/baseDynamicSelect.tsx +0 -104
- package/page/App/components/InspectPanel/PanelSetters/SelectSetter/baseMultiSelect .tsx +0 -236
- package/page/App/components/InspectPanel/PanelSetters/SelectSetter/baseSelect.tsx +0 -95
- package/page/App/components/InspectPanel/PanelSetters/SelectSetter/dataSourceSelectSetter.tsx +0 -121
- package/page/App/components/InspectPanel/PanelSetters/SelectSetter/eventActionTypeSelect.tsx +0 -60
- package/page/App/components/InspectPanel/PanelSetters/SelectSetter/eventBodyViewSelect.tsx +0 -72
- package/page/App/components/InspectPanel/PanelSetters/SelectSetter/eventTargetActionSelect.tsx +0 -37
- package/page/App/components/InspectPanel/PanelSetters/SelectSetter/eventTargetStateSelect.tsx +0 -40
- package/page/App/components/InspectPanel/PanelSetters/SelectSetter/eventTargetWidgetSelect.tsx +0 -92
- package/page/App/components/InspectPanel/PanelSetters/SelectSetter/eventWidgetMethodSelect.tsx +0 -61
- package/page/App/components/InspectPanel/PanelSetters/SelectSetter/interface.ts +0 -38
- package/page/App/components/InspectPanel/PanelSetters/SelectSetter/pageSelect.tsx +0 -40
- package/page/App/components/InspectPanel/PanelSetters/SelectSetter/searchSelect.tsx +0 -14
- package/page/App/components/InspectPanel/PanelSetters/SelectSetter/style.ts +0 -47
- package/page/App/components/InspectPanel/PanelSetters/SelectSetter/styles.css +0 -13
- package/page/App/components/InspectPanel/PanelSetters/StyleContainerSetter/index.tsx +0 -27
- package/page/App/components/InspectPanel/PanelSetters/StyleContainerSetter/interface.ts +0 -7
- package/page/App/components/InspectPanel/PanelSetters/StyleContainerSetter/style.ts +0 -21
- package/page/App/components/InspectPanel/PanelSetters/SwitchSetter/baseSwitch.tsx +0 -38
- package/page/App/components/InspectPanel/PanelSetters/SwitchSetter/dynamicSwitch.tsx +0 -88
- package/page/App/components/InspectPanel/PanelSetters/SwitchSetter/interface.tsx +0 -15
- package/page/App/components/InspectPanel/PanelSetters/SwitchSetter/style.ts +0 -81
- package/page/App/components/InspectPanel/PanelSetters/TableSetter/CellSetter/body.tsx +0 -68
- package/page/App/components/InspectPanel/PanelSetters/TableSetter/CellSetter/columnItem.tsx +0 -20
- package/page/App/components/InspectPanel/PanelSetters/TableSetter/CellSetter/context/columnListContext.tsx +0 -91
- package/page/App/components/InspectPanel/PanelSetters/TableSetter/CellSetter/dragIconAndLabel.tsx +0 -85
- package/page/App/components/InspectPanel/PanelSetters/TableSetter/CellSetter/empty.tsx +0 -8
- package/page/App/components/InspectPanel/PanelSetters/TableSetter/CellSetter/header.tsx +0 -15
- package/page/App/components/InspectPanel/PanelSetters/TableSetter/CellSetter/index.tsx +0 -74
- package/page/App/components/InspectPanel/PanelSetters/TableSetter/CellSetter/interface.ts +0 -40
- package/page/App/components/InspectPanel/PanelSetters/TableSetter/CellSetter/style.ts +0 -125
- package/page/App/components/InspectPanel/PanelSetters/TableSetter/CellSetter/utils/generateNewColumns.ts +0 -26
- package/page/App/components/InspectPanel/PanelSetters/TableSetter/ColumnSetter/body.tsx +0 -71
- package/page/App/components/InspectPanel/PanelSetters/TableSetter/ColumnSetter/columnItem.tsx +0 -20
- package/page/App/components/InspectPanel/PanelSetters/TableSetter/ColumnSetter/context/columnListContext.tsx +0 -91
- package/page/App/components/InspectPanel/PanelSetters/TableSetter/ColumnSetter/dragIconAndLabel.tsx +0 -96
- package/page/App/components/InspectPanel/PanelSetters/TableSetter/ColumnSetter/empty.tsx +0 -8
- package/page/App/components/InspectPanel/PanelSetters/TableSetter/ColumnSetter/header.tsx +0 -15
- package/page/App/components/InspectPanel/PanelSetters/TableSetter/ColumnSetter/index.tsx +0 -68
- package/page/App/components/InspectPanel/PanelSetters/TableSetter/ColumnSetter/interface.ts +0 -36
- package/page/App/components/InspectPanel/PanelSetters/TableSetter/ColumnSetter/style.ts +0 -125
- package/page/App/components/InspectPanel/PanelSetters/TableSetter/ColumnSetter/utils/generateNewColumns.ts +0 -19
- package/page/App/components/InspectPanel/PanelSetters/TableSetter/columnTypeSelectSetter.tsx +0 -63
- package/page/App/components/InspectPanel/PanelSetters/TableSetter/columsSelectSetter.tsx +0 -77
- package/page/App/components/InspectPanel/PanelSetters/TableSetter/interface.ts +0 -24
- package/page/App/components/InspectPanel/PanelSetters/TableSetter/tableDataSourceSelectSetter.tsx +0 -188
- package/page/App/components/InspectPanel/PanelSetters/TableSetter/tableMappedValueInputSetter.tsx +0 -111
- package/page/App/components/InspectPanel/PanelSetters/TabsSetter/DefaultTabKeySetter/index.tsx +0 -42
- package/page/App/components/InspectPanel/PanelSetters/TabsSetter/DefaultTabKeySetter/interface.ts +0 -7
- package/page/App/components/InspectPanel/PanelSetters/TabsSetter/TabListSetter/index.tsx +0 -88
- package/page/App/components/InspectPanel/PanelSetters/TabsSetter/TabListSetter/interface.ts +0 -19
- package/page/App/components/InspectPanel/PanelSetters/TabsSetter/TabsContainerSelectSetter/index.tsx +0 -175
- package/page/App/components/InspectPanel/PanelSetters/TabsSetter/TabsContainerSelectSetter/style.ts +0 -11
- package/page/App/components/InspectPanel/PanelSetters/UploadFileSetter/assets/image.tsx +0 -14
- package/page/App/components/InspectPanel/PanelSetters/UploadFileSetter/baseUploadFile.tsx +0 -94
- package/page/App/components/InspectPanel/PanelSetters/UploadFileSetter/interface.ts +0 -4
- package/page/App/components/InspectPanel/PanelSetters/UploadFileSetter/style.ts +0 -28
- package/page/App/components/InspectPanel/PanelSetters/index.tsx +0 -402
- package/page/App/components/InspectPanel/PanelSetters/interface.ts +0 -36
- package/page/App/components/InspectPanel/PanelSetters/style.ts +0 -10
- package/page/App/components/InspectPanel/components/EmptySelected/index.tsx +0 -34
- package/page/App/components/InspectPanel/components/EmptySelected/style.ts +0 -32
- package/page/App/components/InspectPanel/components/FieldAndLabel/index.tsx +0 -19
- package/page/App/components/InspectPanel/components/FieldAndLabel/interface.ts +0 -10
- package/page/App/components/InspectPanel/components/FieldFactory/index.tsx +0 -56
- package/page/App/components/InspectPanel/components/FieldFactory/interface.ts +0 -8
- package/page/App/components/InspectPanel/components/Header/index.tsx +0 -46
- package/page/App/components/InspectPanel/components/Header/style.ts +0 -17
- package/page/App/components/InspectPanel/components/Label/index.tsx +0 -22
- package/page/App/components/InspectPanel/components/Label/interface.ts +0 -5
- package/page/App/components/InspectPanel/components/Label/style.ts +0 -43
- package/page/App/components/InspectPanel/components/MultiSelectedPanel/multiSelectedPanel.tsx +0 -57
- package/page/App/components/InspectPanel/components/MultiSelectedPanel/style.ts +0 -39
- package/page/App/components/InspectPanel/components/PanelSetter/index.tsx +0 -21
- package/page/App/components/InspectPanel/components/PanelSetter/interface.ts +0 -7
- package/page/App/components/InspectPanel/components/Panelbar/index.tsx +0 -28
- package/page/App/components/InspectPanel/components/Panelbar/interface.ts +0 -8
- package/page/App/components/InspectPanel/components/Panelbar/style.ts +0 -5
- package/page/App/components/InspectPanel/components/SingleSelectedPanel/singleSelectedPanel.tsx +0 -126
- package/page/App/components/InspectPanel/components/SingleSelectedPanel/style.ts +0 -14
- package/page/App/components/InspectPanel/context/selectedContext.tsx +0 -75
- package/page/App/components/InspectPanel/index.tsx +0 -25
- package/page/App/components/InspectPanel/interface.ts +0 -55
- package/page/App/components/InspectPanel/setter.tsx +0 -103
- package/page/App/components/InspectPanel/style.ts +0 -27
- package/page/App/components/InspectPanel/utils/fieldFactory.tsx +0 -18
- package/page/App/components/InspectPanel/utils/panelBuilder.ts +0 -31
- package/page/App/components/PagePanel/Components/Label/index.tsx +0 -21
- package/page/App/components/PagePanel/Components/Label/interface.ts +0 -5
- package/page/App/components/PagePanel/Components/Label/style.ts +0 -35
- package/page/App/components/PagePanel/Components/LayoutSelect/index.tsx +0 -141
- package/page/App/components/PagePanel/Components/LayoutSelect/interface.ts +0 -20
- package/page/App/components/PagePanel/Components/LayoutSelect/style.ts +0 -60
- package/page/App/components/PagePanel/Components/PanelActionBar/index.tsx +0 -33
- package/page/App/components/PagePanel/Components/PanelActionBar/interface.ts +0 -6
- package/page/App/components/PagePanel/Components/PanelActionBar/style.ts +0 -8
- package/page/App/components/PagePanel/Components/ViewsList/body.tsx +0 -86
- package/page/App/components/PagePanel/Components/ViewsList/emptyState.tsx +0 -10
- package/page/App/components/PagePanel/Components/ViewsList/header.tsx +0 -93
- package/page/App/components/PagePanel/Components/ViewsList/index.tsx +0 -62
- package/page/App/components/PagePanel/Components/ViewsList/interface.ts +0 -50
- package/page/App/components/PagePanel/Components/ViewsList/item.tsx +0 -136
- package/page/App/components/PagePanel/Components/ViewsList/labelName.tsx +0 -26
- package/page/App/components/PagePanel/Components/ViewsList/modal.tsx +0 -41
- package/page/App/components/PagePanel/Components/ViewsList/style.tsx +0 -119
- package/page/App/components/PagePanel/Components/ViewsList/utils.ts +0 -53
- package/page/App/components/PagePanel/Layout/divider/index.tsx +0 -15
- package/page/App/components/PagePanel/Layout/divider/interface.ts +0 -3
- package/page/App/components/PagePanel/Layout/divider/style.ts +0 -8
- package/page/App/components/PagePanel/Layout/leftAndRight/index.tsx +0 -8
- package/page/App/components/PagePanel/Layout/leftAndRight/interface.ts +0 -5
- package/page/App/components/PagePanel/Layout/leftAndRight/style.ts +0 -10
- package/page/App/components/PagePanel/Layout/setterPadding/index.tsx +0 -8
- package/page/App/components/PagePanel/Layout/setterPadding/interface.ts +0 -5
- package/page/App/components/PagePanel/Layout/setterPadding/style.ts +0 -5
- package/page/App/components/PagePanel/Layout/verticalLayout/index.tsx +0 -8
- package/page/App/components/PagePanel/Layout/verticalLayout/interface.ts +0 -5
- package/page/App/components/PagePanel/Layout/verticalLayout/style.ts +0 -10
- package/page/App/components/PagePanel/Modules/Basic/index.tsx +0 -298
- package/page/App/components/PagePanel/Modules/Basic/style.ts +0 -5
- package/page/App/components/PagePanel/Modules/Frame/index.tsx +0 -778
- package/page/App/components/PagePanel/Modules/Frame/style.ts +0 -10
- package/page/App/components/PagePanel/Modules/Style/Components/AddSection/index.tsx +0 -104
- package/page/App/components/PagePanel/Modules/Style/Components/AddSection/interface.ts +0 -5
- package/page/App/components/PagePanel/Modules/Style/Components/BackgroundSetter/index.tsx +0 -162
- package/page/App/components/PagePanel/Modules/Style/Components/DeleteActionContainer/index.tsx +0 -25
- package/page/App/components/PagePanel/Modules/Style/Components/DeleteActionContainer/interface.ts +0 -7
- package/page/App/components/PagePanel/Modules/Style/Components/DeleteActionContainer/style.ts +0 -22
- package/page/App/components/PagePanel/Modules/Style/Components/DirectionPaddingSetter/index.tsx +0 -189
- package/page/App/components/PagePanel/Modules/Style/Components/DirectionPaddingSetter/interface.ts +0 -5
- package/page/App/components/PagePanel/Modules/Style/Components/DirectionPaddingSetter/style.ts +0 -13
- package/page/App/components/PagePanel/Modules/Style/Components/DividerSetter/index.tsx +0 -207
- package/page/App/components/PagePanel/Modules/Style/Components/PaddingSetter/index.tsx +0 -600
- package/page/App/components/PagePanel/Modules/Style/Components/PaddingSetter/style.ts +0 -9
- package/page/App/components/PagePanel/Modules/Style/Components/ShadowSelect/constants.ts +0 -27
- package/page/App/components/PagePanel/Modules/Style/Components/ShadowSelect/index.tsx +0 -61
- package/page/App/components/PagePanel/Modules/Style/Components/ShadowSelect/interface.ts +0 -6
- package/page/App/components/PagePanel/Modules/Style/Components/ShadowSelect/style.ts +0 -30
- package/page/App/components/PagePanel/Modules/Style/Components/ShadowSetter/index.tsx +0 -155
- package/page/App/components/PagePanel/Modules/Style/index.tsx +0 -26
- package/page/App/components/PagePanel/Modules/Style/style.ts +0 -33
- package/page/App/components/PagePanel/index.tsx +0 -25
- package/page/App/components/PagePanel/style.ts +0 -35
- package/page/App/components/PublicTypes/ResourceGenerator/assets/emojiSmile.svg +0 -3
- package/page/App/components/PublicTypes/ResourceGenerator/assets/googlesheets/disabled-google.svg +0 -3
- package/page/App/components/PublicTypes/ResourceGenerator/assets/googlesheets/google-logo.svg +0 -14
- package/page/App/components/PublicTypes/ResourceGenerator/components/ActionGenerator/ActionResourceSelector/index.tsx +0 -166
- package/page/App/components/PublicTypes/ResourceGenerator/components/ActionGenerator/ActionResourceSelector/interface.ts +0 -21
- package/page/App/components/PublicTypes/ResourceGenerator/components/ActionGenerator/ActionResourceSelector/style.ts +0 -52
- package/page/App/components/PublicTypes/ResourceGenerator/components/ActionGenerator/Header/index.tsx +0 -20
- package/page/App/components/PublicTypes/ResourceGenerator/components/ActionGenerator/Header/interface.ts +0 -4
- package/page/App/components/PublicTypes/ResourceGenerator/components/ActionGenerator/Header/style.ts +0 -25
- package/page/App/components/PublicTypes/ResourceGenerator/components/ActionGenerator/index.tsx +0 -130
- package/page/App/components/PublicTypes/ResourceGenerator/components/ActionGenerator/interface.ts +0 -26
- package/page/App/components/PublicTypes/ResourceGenerator/components/ActionGenerator/style.ts +0 -7
- package/page/App/components/PublicTypes/ResourceGenerator/components/ActionGenerator/temp.ts +0 -0
- package/page/App/components/PublicTypes/ResourceGenerator/components/ColumnWhiteList/index.tsx +0 -34
- package/page/App/components/PublicTypes/ResourceGenerator/components/ColumnWhiteList/style.ts +0 -40
- package/page/App/components/PublicTypes/ResourceGenerator/components/ConfigElements/ActionButtons/CreateButton/index.tsx +0 -26
- package/page/App/components/PublicTypes/ResourceGenerator/components/ConfigElements/ActionButtons/CreateButton/interface.ts +0 -3
- package/page/App/components/PublicTypes/ResourceGenerator/components/ConfigElements/ActionButtons/GoogleCreateButton/index.tsx +0 -26
- package/page/App/components/PublicTypes/ResourceGenerator/components/ConfigElements/ActionButtons/GoogleCreateButton/style.ts +0 -51
- package/page/App/components/PublicTypes/ResourceGenerator/components/ConfigElements/RestApiConfigElement/BasicAuthPanel/index.tsx +0 -45
- package/page/App/components/PublicTypes/ResourceGenerator/components/ConfigElements/RestApiConfigElement/BearerAuthPanel/index.tsx +0 -31
- package/page/App/components/PublicTypes/ResourceGenerator/components/ConfigElements/RestApiConfigElement/DigestAuthPanel/index.tsx +0 -51
- package/page/App/components/PublicTypes/ResourceGenerator/components/ConfigElements/RestApiConfigElement/index.tsx +0 -316
- package/page/App/components/PublicTypes/ResourceGenerator/components/ConfigElements/RestApiConfigElement/interface.ts +0 -7
- package/page/App/components/PublicTypes/ResourceGenerator/components/ConfigElements/index.tsx +0 -21
- package/page/App/components/PublicTypes/ResourceGenerator/components/ConfigElements/interface.ts +0 -10
- package/page/App/components/PublicTypes/ResourceGenerator/components/ConfigElements/provider/index.tsx +0 -35
- package/page/App/components/PublicTypes/ResourceGenerator/components/ConfigElements/provider/interface.ts +0 -9
- package/page/App/components/PublicTypes/ResourceGenerator/components/ConfigElements/provider/style.ts +0 -10
- package/page/App/components/PublicTypes/ResourceGenerator/components/ConfigElements/style.ts +0 -98
- package/page/App/components/PublicTypes/ResourceGenerator/components/ControlledElement/index.tsx +0 -319
- package/page/App/components/PublicTypes/ResourceGenerator/components/ControlledElement/interface.ts +0 -39
- package/page/App/components/PublicTypes/ResourceGenerator/components/ControlledElement/style.ts +0 -74
- package/page/App/components/PublicTypes/ResourceGenerator/components/InputRecordEditor/index.tsx +0 -98
- package/page/App/components/PublicTypes/ResourceGenerator/components/InputRecordEditor/interface.ts +0 -13
- package/page/App/components/PublicTypes/ResourceGenerator/components/InputRecordEditor/style.ts +0 -44
- package/page/App/components/PublicTypes/ResourceGenerator/components/ResourceCard/index.tsx +0 -39
- package/page/App/components/PublicTypes/ResourceGenerator/components/ResourceCard/interface.ts +0 -7
- package/page/App/components/PublicTypes/ResourceGenerator/components/ResourceCard/style.ts +0 -44
- package/page/App/components/PublicTypes/ResourceGenerator/components/ResourceCard/suggestCard.tsx +0 -28
- package/page/App/components/PublicTypes/ResourceGenerator/components/ResourceCard/utils.tsx +0 -36
- package/page/App/components/PublicTypes/ResourceGenerator/components/ResourceCreatePanel/index.tsx +0 -33
- package/page/App/components/PublicTypes/ResourceGenerator/components/ResourceCreatePanel/interface.ts +0 -7
- package/page/App/components/PublicTypes/ResourceGenerator/components/ResourceCreatePanel/style.ts +0 -24
- package/page/App/components/PublicTypes/ResourceGenerator/components/ResourceCreator/index.tsx +0 -27
- package/page/App/components/PublicTypes/ResourceGenerator/components/ResourceCreator/interface.ts +0 -9
- package/page/App/components/PublicTypes/ResourceGenerator/components/ResourceCreator/style.ts +0 -10
- package/page/App/components/PublicTypes/ResourceGenerator/components/ResourceDivider/index.tsx +0 -40
- package/page/App/components/PublicTypes/ResourceGenerator/components/ResourceDivider/interface.ts +0 -8
- package/page/App/components/PublicTypes/ResourceGenerator/components/ResourceDivider/style.ts +0 -13
- package/page/App/components/PublicTypes/ResourceGenerator/components/ResourceHeader/index.tsx +0 -53
- package/page/App/components/PublicTypes/ResourceGenerator/components/ResourceHeader/interface.ts +0 -7
- package/page/App/components/PublicTypes/ResourceGenerator/components/ResourceHeader/style.ts +0 -45
- package/page/App/components/PublicTypes/ResourceGenerator/components/ResourceTypeSelector/index.tsx +0 -65
- package/page/App/components/PublicTypes/ResourceGenerator/components/ResourceTypeSelector/interface.ts +0 -7
- package/page/App/components/PublicTypes/ResourceGenerator/components/ResourceTypeSelector/style.ts +0 -28
- package/page/App/components/PublicTypes/ResourceGenerator/components/RowWhiteList/index.tsx +0 -41
- package/page/App/components/PublicTypes/ResourceGenerator/components/RowWhiteList/style.ts +0 -81
- package/page/App/components/PublicTypes/ResourceGenerator/components/TipPanel/index.tsx +0 -14
- package/page/App/components/PublicTypes/ResourceGenerator/components/TipPanel/interface.ts +0 -3
- package/page/App/components/PublicTypes/ResourceGenerator/components/TipPanel/style.ts +0 -13
- package/page/App/components/PublicTypes/ResourceGenerator/config.ts +0 -51
- package/page/App/components/PublicTypes/ResourceGenerator/formUtils.ts +0 -117
- package/page/App/components/PublicTypes/ResourceGenerator/index.tsx +0 -95
- package/page/App/components/PublicTypes/ResourceGenerator/interface.ts +0 -15
- package/page/App/components/PublicTypes/ResourceGenerator/provider/index.tsx +0 -64
- package/page/App/components/PublicTypes/ResourceGenerator/service/index.ts +0 -58
- package/page/App/components/PublicTypes/ResourceGenerator/service/oAuth.ts +0 -42
- package/page/App/components/PublicTypes/ResourceGenerator/service/resource.ts +0 -26
- package/page/App/components/PublicTypes/ResourceGenerator/utils.ts +0 -87
- package/page/App/components/PublicTypes/action/globalData.ts +0 -3
- package/page/App/components/PublicTypes/action/restApi.ts +0 -44
- package/page/App/components/PublicTypes/action/transformerAction.ts +0 -3
- package/page/App/components/PublicTypes/resource/index.ts +0 -62
- package/page/App/components/PublicTypes/resource/restapi.ts +0 -43
- package/page/App/components/ScreenPanel/Screen/index.tsx +0 -167
- package/page/App/components/ScreenPanel/index.tsx +0 -31
- package/page/App/components/Style/SearchList/index.tsx +0 -22
- package/page/App/components/Style/SearchList/interface.ts +0 -3
- package/page/App/components/Style/SearchList/serachListWIthNewButton.tsx +0 -156
- package/page/App/components/Style/SearchList/style.ts +0 -67
- package/page/App/components/Style/SearchListItem/index.tsx +0 -165
- package/page/App/components/Style/SearchListItem/interface.ts +0 -9
- package/page/App/components/Style/SearchListItem/style.ts +0 -89
- package/page/App/components/Style/StylePanel/index.tsx +0 -149
- package/page/App/components/Style/StylePanel/style.ts +0 -34
- package/page/App/components/Style/ThemePanel/Theme/index.tsx +0 -311
- package/page/App/components/Style/ThemePanel/index.tsx +0 -34
- package/page/App/components/componentPanel/ComponentItem.tsx +0 -133
- package/page/App/components/componentPanel/ComponentSession.tsx +0 -37
- package/page/App/components/componentPanel/componentListBuilder.tsx +0 -115
- package/page/App/components/componentPanel/components/SuggestComponent/index.tsx +0 -44
- package/page/App/components/componentPanel/components/SuggestComponent/style.ts +0 -35
- package/page/App/components/componentPanel/index.tsx +0 -108
- package/page/App/components/componentPanel/interface.ts +0 -34
- package/page/App/components/componentPanel/style.tsx +0 -116
- package/page/App/components/componentPanel/utils.tsx +0 -32
- package/page/App/components/dotPanel/calc.ts +0 -348
- package/page/App/components/dotPanel/components/Canvas/interface.ts +0 -39
- package/page/App/components/dotPanel/components/Canvas/renderComponentCanvasContainer.tsx +0 -323
- package/page/App/components/dotPanel/components/Canvas/renderComponentCanvasContainerMobile.tsx +0 -111
- package/page/App/components/dotPanel/components/Canvas/style.ts +0 -171
- package/page/App/components/dotPanel/components/ComponentParser/index.tsx +0 -40
- package/page/App/components/dotPanel/components/ComponentParser/interface.ts +0 -6
- package/page/App/components/dotPanel/components/DragPreview/index.tsx +0 -48
- package/page/App/components/dotPanel/components/DragPreview/interface.ts +0 -22
- package/page/App/components/dotPanel/components/DragPreview/style.ts +0 -22
- package/page/App/components/dotPanel/components/MousePreview/Cursor/index.tsx +0 -106
- package/page/App/components/dotPanel/components/MousePreview/Cursor/interface.ts +0 -15
- package/page/App/components/dotPanel/components/MousePreview/Cursor/style.ts +0 -27
- package/page/App/components/dotPanel/components/MousePreview/index.tsx +0 -33
- package/page/App/components/dotPanel/components/MousePreview/interface.ts +0 -4
- package/page/App/components/dotPanel/components/MultiSelectCanvas/index.tsx +0 -212
- package/page/App/components/dotPanel/components/MultiSelectCanvas/interface.ts +0 -6
- package/page/App/components/dotPanel/components/Page/emptyState.tsx +0 -17
- package/page/App/components/dotPanel/components/Page/emptyStateMobile.tsx +0 -8
- package/page/App/components/dotPanel/components/Page/interface.ts +0 -3
- package/page/App/components/dotPanel/components/Page/renderPage.tsx +0 -161
- package/page/App/components/dotPanel/components/Page/style.ts +0 -45
- package/page/App/components/dotPanel/components/PageLoading/pageLoading.tsx +0 -12
- package/page/App/components/dotPanel/components/PageLoading/style.ts +0 -9
- package/page/App/components/dotPanel/components/Section/BodySection/index.tsx +0 -89
- package/page/App/components/dotPanel/components/Section/BodySection/indexMobile.tsx +0 -61
- package/page/App/components/dotPanel/components/Section/BodySection/interface.ts +0 -7
- package/page/App/components/dotPanel/components/Section/BodySection/style.ts +0 -29
- package/page/App/components/dotPanel/components/Section/FooterSection/index.tsx +0 -111
- package/page/App/components/dotPanel/components/Section/FooterSection/interface.ts +0 -8
- package/page/App/components/dotPanel/components/Section/FooterSection/style.ts +0 -25
- package/page/App/components/dotPanel/components/Section/HeaderSection/index.tsx +0 -119
- package/page/App/components/dotPanel/components/Section/HeaderSection/interface.ts +0 -8
- package/page/App/components/dotPanel/components/Section/HeaderSection/style.ts +0 -25
- package/page/App/components/dotPanel/components/Section/LeftSection/index.tsx +0 -126
- package/page/App/components/dotPanel/components/Section/LeftSection/interface.ts +0 -8
- package/page/App/components/dotPanel/components/Section/LeftSection/style.ts +0 -25
- package/page/App/components/dotPanel/components/Section/RightSection/index.tsx +0 -124
- package/page/App/components/dotPanel/components/Section/RightSection/interface.ts +0 -8
- package/page/App/components/dotPanel/components/Section/RightSection/style.ts +0 -25
- package/page/App/components/dotPanel/components/Section/index.ts +0 -6
- package/page/App/components/dotPanel/components/Section/interface.ts +0 -5
- package/page/App/components/dotPanel/components/Section/style.ts +0 -77
- package/page/App/components/dotPanel/constant/canvas.ts +0 -30
- package/page/App/components/dotPanel/constant/snapshotNew.ts +0 -34
- package/page/App/components/dotPanel/context/mouseHoverContext.tsx +0 -55
- package/page/App/components/dotPanel/context/mouseMoveContext.tsx +0 -46
- package/page/App/components/dotPanel/context/scrollBarContext.tsx +0 -27
- package/page/App/components/dotPanel/hooks/sectionUtils.ts +0 -34
- package/page/App/components/dotPanel/hooks/useMousePostionAsync.tsx +0 -150
- package/page/App/components/dotPanel/index.tsx +0 -105
- package/page/App/components/dotPanel/interface.ts +0 -19
- package/page/App/components/dotPanel/style.ts +0 -182
- package/page/App/components/dotPanel/utils/calcMouse.ts +0 -47
- package/page/App/components/dotPanel/utils/crossingHelper.ts +0 -179
- package/page/App/components/dotPanel/utils/getDragShadow.ts +0 -530
- package/page/App/components/dotPanel/utils/getDropResult.ts +0 -30
- package/page/App/components/dotPanel/utils/sendBinaryMessage.ts +0 -94
- package/page/App/components/dotPanel/utils/styleutils/padding.ts +0 -28
- package/page/App/components/dotPanel/utils.ts +0 -26
- package/page/App/components/publicConfig/Act21Service/base.ts +0 -33
- package/page/App/components/publicConfig/Act21Service/constant.ts +0 -21
- package/page/App/components/publicConfig/Act21Service/index.ts +0 -106
- package/page/App/components/publicConfig/action/getInitialContent.ts +0 -43
- package/page/App/components/publicConfig/action/index.ts +0 -45
- package/page/App/components/publicConfig/action/restapiAction.ts +0 -17
- package/page/App/components/publicConfig/action/transformerAction.ts +0 -7
- package/page/App/components/publicConfig/resource/restapi.ts +0 -13
- package/page/App/components/scaleSquare/components/DragContainer/index.tsx +0 -115
- package/page/App/components/scaleSquare/components/DragContainer/interface.ts +0 -39
- package/page/App/components/scaleSquare/components/DragContainer/style.ts +0 -10
- package/page/App/components/scaleSquare/components/MoveBar/interface.ts +0 -14
- package/page/App/components/scaleSquare/components/MoveBar/moveBar.tsx +0 -72
- package/page/App/components/scaleSquare/components/MoveBar/style.ts +0 -78
- package/page/App/components/scaleSquare/components/PositionContainer/index.tsx +0 -24
- package/page/App/components/scaleSquare/components/PositionContainer/interface.ts +0 -8
- package/page/App/components/scaleSquare/components/PositionContainer/style.ts +0 -16
- package/page/App/components/scaleSquare/components/ResizingAndDragContainer/ResizeHandler/hooks.ts +0 -392
- package/page/App/components/scaleSquare/components/ResizingAndDragContainer/ResizeHandler/index.tsx +0 -141
- package/page/App/components/scaleSquare/components/ResizingAndDragContainer/ResizeHandler/interface.ts +0 -12
- package/page/App/components/scaleSquare/components/ResizingAndDragContainer/ResizeHandler/style.ts +0 -191
- package/page/App/components/scaleSquare/components/ResizingAndDragContainer/ResizeHandler/utils.ts +0 -21
- package/page/App/components/scaleSquare/components/ResizingAndDragContainer/index.tsx +0 -103
- package/page/App/components/scaleSquare/components/ResizingAndDragContainer/interface.ts +0 -12
- package/page/App/components/scaleSquare/components/ResizingAndDragContainer/style.ts +0 -110
- package/page/App/components/scaleSquare/components/ResizingAndDragContainer/utils.tsx +0 -120
- package/page/App/components/scaleSquare/components/TransformWidgetWrapper/config.tsx +0 -2
- package/page/App/components/scaleSquare/components/TransformWidgetWrapper/index.tsx +0 -390
- package/page/App/components/scaleSquare/components/TransformWidgetWrapper/interface.ts +0 -16
- package/page/App/components/scaleSquare/components/TransformWidgetWrapper/style.ts +0 -110
- package/page/App/components/scaleSquare/components/WrapperContainer/index.tsx +0 -72
- package/page/App/components/scaleSquare/components/WrapperContainer/indexMobile.tsx +0 -65
- package/page/App/components/scaleSquare/components/WrapperContainer/interface.ts +0 -8
- package/page/App/components/scaleSquare/components/WrapperContainer/style.ts +0 -32
- package/page/App/components/scaleSquare/constant/moveBar.ts +0 -3
- package/page/App/components/scaleSquare/constant/widget.ts +0 -8
- package/page/App/components/scaleSquare/context/mouseHoverContext.tsx +0 -55
- package/page/App/components/scaleSquare/context/mouseMoveContext.tsx +0 -46
- package/page/App/components/scaleSquare/context/scrollBarContext.tsx +0 -27
- package/page/App/components/scaleSquare/index.tsx +0 -67
- package/page/App/components/scaleSquare/interface.ts +0 -20
- package/page/App/components/scaleSquare/style.ts +0 -330
- package/page/App/components/scaleSquare/utils/getRealShapeAndPosition.ts +0 -86
- package/page/App/components/scaleSquare/utils/useGetDisplayNameInMoveBar.ts +0 -34
- package/page/App/components/scaleSquare/utils/useMouseHover.ts +0 -47
- package/page/App/components/scaleSquare/utils/useScaleStateSelector.ts +0 -17
- package/page/App/index.tsx +0 -110
- package/page/App/module/ActionEditor/index.tsx +0 -40
- package/page/App/module/ActionEditor/styles.ts +0 -147
- package/page/App/module/CanvasPanel/index.tsx +0 -49
- package/page/App/module/CanvasPanel/interface.ts +0 -11
- package/page/App/module/CanvasPanel/style.ts +0 -43
- package/page/App/module/ComponentManager/index.tsx +0 -70
- package/page/App/module/ComponentManager/style.tsx +0 -62
- package/page/App/module/DataWorkspace/components/ActionSpaceTree/index.tsx +0 -65
- package/page/App/module/DataWorkspace/components/BaseDataItem/index.tsx +0 -443
- package/page/App/module/DataWorkspace/components/BaseDataItem/interface.ts +0 -12
- package/page/App/module/DataWorkspace/components/BaseDataItem/style.ts +0 -108
- package/page/App/module/DataWorkspace/components/ComponentSpaceTree/index.tsx +0 -82
- package/page/App/module/DataWorkspace/components/GlobalsSpaceTree/index.tsx +0 -37
- package/page/App/module/DataWorkspace/components/GlobalsSpaceTree/interface.ts +0 -5
- package/page/App/module/DataWorkspace/components/GlobalsSpaceTree/style.ts +0 -27
- package/page/App/module/DataWorkspace/components/LibrariesTree/constants.ts +0 -27
- package/page/App/module/DataWorkspace/components/LibrariesTree/index.tsx +0 -29
- package/page/App/module/DataWorkspace/components/LibrariesTree/interface.ts +0 -5
- package/page/App/module/DataWorkspace/components/LibrariesTree/item.tsx +0 -33
- package/page/App/module/DataWorkspace/components/LibrariesTree/style.ts +0 -45
- package/page/App/module/DataWorkspace/components/MoreAction/index.tsx +0 -62
- package/page/App/module/DataWorkspace/components/MoreAction/interface.ts +0 -4
- package/page/App/module/DataWorkspace/components/PageSpaceTree/components/ActionMenu/index.tsx +0 -93
- package/page/App/module/DataWorkspace/components/PageSpaceTree/components/ActionMenu/interface.ts +0 -6
- package/page/App/module/DataWorkspace/components/PageSpaceTree/components/ChangePathModal/interface.ts +0 -6
- package/page/App/module/DataWorkspace/components/PageSpaceTree/components/ChangePathModal/modal.tsx +0 -49
- package/page/App/module/DataWorkspace/components/PageSpaceTree/components/ChangePathModal/style.tsx +0 -42
- package/page/App/module/DataWorkspace/components/PageSpaceTree/components/PageItem/index.tsx +0 -208
- package/page/App/module/DataWorkspace/components/PageSpaceTree/components/PageItem/interface.ts +0 -9
- package/page/App/module/DataWorkspace/components/PageSpaceTree/components/PageItem/style.ts +0 -76
- package/page/App/module/DataWorkspace/components/PageSpaceTree/index.tsx +0 -79
- package/page/App/module/DataWorkspace/components/PageSpaceTree/style.ts +0 -5
- package/page/App/module/DataWorkspace/components/WorkSpaceTreeGroup/index.tsx +0 -13
- package/page/App/module/DataWorkspace/components/WorkSpaceTreeGroup/interface.ts +0 -6
- package/page/App/module/DataWorkspace/components/WorkSpaceTreeGroup/style.ts +0 -5
- package/page/App/module/DataWorkspace/components/WorkSpaceTreeItem/WorkSpaceTreeNode.tsx +0 -49
- package/page/App/module/DataWorkspace/components/WorkSpaceTreeItem/index.tsx +0 -105
- package/page/App/module/DataWorkspace/components/WorkSpaceTreeItem/interface.ts +0 -15
- package/page/App/module/DataWorkspace/components/WorkSpaceTreeItem/style.ts +0 -185
- package/page/App/module/DataWorkspace/components/WorkSpaceTreeItem/utils.tsx +0 -15
- package/page/App/module/DataWorkspace/constant.ts +0 -1
- package/page/App/module/DataWorkspace/index.tsx +0 -29
- package/page/App/module/DataWorkspace/style.ts +0 -47
- package/page/App/module/LeftPanel/index.tsx +0 -21
- package/page/App/module/LeftPanel/style.ts +0 -11
- package/page/App/module/PageNavBar/ScreenIcons/index.tsx +0 -55
- package/page/App/module/PageNavBar/ScreenIcons/style.ts +0 -41
- package/page/App/module/PageNavBar/WindowIcons/index.tsx +0 -50
- package/page/App/module/PageNavBar/WindowIcons/style.ts +0 -48
- package/page/App/module/PageNavBar/index.tsx +0 -136
- package/page/App/module/PageNavBar/interface.ts +0 -3
- package/page/App/module/PageNavBar/resp.ts +0 -5
- package/page/App/module/PageNavBar/style.tsx +0 -154
- package/page/App/module/ScreenEditor/index.tsx +0 -39
- package/page/App/module/StyleEditor/index.tsx +0 -33
- package/page/App/module/StyleEditor/styles.ts +0 -146
- package/page/App/module/StyleSpaceTree/index.tsx +0 -104
- package/page/App/module/ThemeEditor/index.tsx +0 -36
- package/page/App/module/ThemeEditor/styles.ts +0 -146
- package/page/App/style.tsx +0 -139
- package/redux/config/configListener.ts +0 -101
- package/redux/config/configPayload.ts +0 -14
- package/redux/config/configReducer.ts +0 -337
- package/redux/config/configSelector.ts +0 -199
- package/redux/config/configSlice.ts +0 -88
- package/redux/config/configState.ts +0 -79
- package/redux/currentApp/action/actionListener.ts +0 -158
- package/redux/currentApp/action/actionReducer.ts +0 -137
- package/redux/currentApp/action/actionSelector.ts +0 -126
- package/redux/currentApp/action/actionSlice.ts +0 -34
- package/redux/currentApp/action/actionState.ts +0 -29
- package/redux/currentApp/action/interface.ts +0 -77
- package/redux/currentApp/components/componentsListener.ts +0 -212
- package/redux/currentApp/components/componentsPayload.ts +0 -56
- package/redux/currentApp/components/componentsReducer.ts +0 -1150
- package/redux/currentApp/components/componentsSelector.ts +0 -537
- package/redux/currentApp/components/componentsSlice.ts +0 -88
- package/redux/currentApp/components/componentsState.ts +0 -371
- package/redux/currentApp/cursor/cursorReducer.ts +0 -78
- package/redux/currentApp/cursor/cursorSelector.ts +0 -10
- package/redux/currentApp/cursor/cursorSlice.ts +0 -26
- package/redux/currentApp/cursor/cursorState.ts +0 -20
- package/redux/currentApp/executionController/controllerReducer.ts +0 -50
- package/redux/currentApp/executionController/controllerSelector.ts +0 -41
- package/redux/currentApp/executionController/controllerSlice.ts +0 -28
- package/redux/currentApp/executionController/controllerState.ts +0 -3
- package/redux/currentApp/executionController/interface.ts +0 -131
- package/redux/currentApp/executionTree/executionListener.ts +0 -293
- package/redux/currentApp/executionTree/executionReducer.ts +0 -276
- package/redux/currentApp/executionTree/executionSelector.ts +0 -754
- package/redux/currentApp/executionTree/executionSlice.ts +0 -54
- package/redux/currentApp/executionTree/executionState.ts +0 -322
- package/redux/currentApp/selector.ts +0 -2
- package/redux/currentApp/slice.ts +0 -17
- package/redux/currentApp/style/cursorSlice.ts +0 -30
- package/redux/currentApp/style/styleReducer.ts +0 -75
- package/redux/currentApp/style/styleSelector.ts +0 -24
- package/redux/currentApp/style/styleState.ts +0 -446
- package/redux/resource/resourceReducer.ts +0 -48
- package/redux/resource/resourceSelector.ts +0 -16
- package/redux/resource/resourceSlice.ts +0 -24
- package/redux/resource/resourceState.ts +0 -40
- package/redux/resource/upstashResource.ts +0 -2
- package/redux/utils.ts +0 -316
- package/scripts/reset-project.js +0 -112
- package/store.ts +0 -38
- package/style.tsx +0 -69
- package/theme.ts +0 -206
- package/tsconfig.json +0 -67
- package/utils/DropDown/dropdown.tsx +0 -63
- package/utils/DropDown/droplist-item.tsx +0 -54
- package/utils/DropDown/droplist.tsx +0 -48
- package/utils/DropDown/index.ts +0 -4
- package/utils/DropDown/interface.ts +0 -47
- package/utils/DropDown/style.ts +0 -212
- package/utils/DropDown/use-merge-value.ts +0 -50
- package/utils/DropDown/vite-env.d.ts +0 -1
- package/utils/IconHotSpot/index.tsx +0 -36
- package/utils/IconHotSpot/interface.ts +0 -10
- package/utils/IconHotSpot/style.ts +0 -29
- package/utils/InspectHelper/selectWidgetHelper.ts +0 -25
- package/utils/Link/index.ts +0 -2
- package/utils/Link/interface.ts +0 -28
- package/utils/Link/link.tsx +0 -38
- package/utils/Link/style.ts +0 -69
- package/utils/Notification/hook.ts +0 -66
- package/utils/Notification/index.ts +0 -5
- package/utils/Notification/interface.ts +0 -30
- package/utils/Notification/notification-group.tsx +0 -111
- package/utils/Notification/notification-store.ts +0 -113
- package/utils/Notification/notification.tsx +0 -160
- package/utils/Notification/style.ts +0 -144
- package/utils/Table/filterFn.ts +0 -21
- package/utils/Table/filters-editor.tsx +0 -163
- package/utils/Table/index.ts +0 -11
- package/utils/Table/interface.ts +0 -218
- package/utils/Table/raw-tip.tsx +0 -3
- package/utils/Table/react-table.d.ts +0 -14
- package/utils/Table/render-data-driven-table.tsx +0 -682
- package/utils/Table/render-direct-table.tsx +0 -68
- package/utils/Table/style.ts +0 -395
- package/utils/Table/table-context.ts +0 -8
- package/utils/Table/table-data.ts +0 -1
- package/utils/Table/table-filter.tsx +0 -98
- package/utils/Table/table.tsx +0 -26
- package/utils/Table/tbody.tsx +0 -21
- package/utils/Table/td.tsx +0 -123
- package/utils/Table/tfoot.tsx +0 -24
- package/utils/Table/th.tsx +0 -65
- package/utils/Table/thead.tsx +0 -28
- package/utils/Table/tr.tsx +0 -30
- package/utils/Table/utils.ts +0 -305
- package/utils/action/runAction.ts +0 -357
- package/utils/action/runActionEventHandler.ts +0 -44
- package/utils/action/runActionTransformer.ts +0 -22
- package/utils/action/transResponse.ts +0 -98
- package/utils/action/transformDataFormat.ts +0 -28
- package/utils/autoUpdateHeight.ts +0 -25
- package/utils/basicConfig.ts +0 -144
- package/utils/changeDisplayNameHelper.ts +0 -298
- package/utils/color-palette.ts +0 -147
- package/utils/colorBuilder/index.ts +0 -146
- package/utils/componentNode/buildTree.ts +0 -62
- package/utils/componentNode/changeDisplayNameHelper.ts +0 -22
- package/utils/componentNode/copyHelper.ts +0 -1
- package/utils/componentNode/flatTree.ts +0 -59
- package/utils/componentNode/search.ts +0 -30
- package/utils/configProvider/config-provider-context.tsx +0 -10
- package/utils/configProvider/config-provider.tsx +0 -18
- package/utils/configProvider/config.tsx +0 -15
- package/utils/configProvider/index.ts +0 -9
- package/utils/configProvider/interface.ts +0 -20
- package/utils/configProvider/locale/def.tsx +0 -3
- package/utils/configProvider/locale/en-US.tsx +0 -107
- package/utils/configProvider/vite-env.d.ts +0 -1
- package/utils/converter.ts +0 -74
- package/utils/copyManager.ts +0 -378
- package/utils/drag/drag.ts +0 -37
- package/utils/evaluateDynamicString/codeSandbox.ts +0 -173
- package/utils/evaluateDynamicString/dynamicConverter.ts +0 -63
- package/utils/evaluateDynamicString/index.ts +0 -61
- package/utils/evaluateDynamicString/utils.ts +0 -92
- package/utils/evaluateDynamicString/valueConverter.ts +0 -136
- package/utils/eventHandlerHelper/index.ts +0 -444
- package/utils/eventHandlerHelper/utils/commonUtils.ts +0 -168
- package/utils/eventHandlerHelper/utils/globalDataUtils.ts +0 -20
- package/utils/eventHandlerHelper/utils/localStorage.ts +0 -16
- package/utils/executionTreeHelper/ast/constants.ts +0 -23
- package/utils/executionTreeHelper/ast/index.ts +0 -57
- package/utils/executionTreeHelper/ast/interface.ts +0 -151
- package/utils/executionTreeHelper/ast/typeHelper.ts +0 -154
- package/utils/executionTreeHelper/ast/utils.ts +0 -11
- package/utils/executionTreeHelper/ast/walk.ts +0 -132
- package/utils/executionTreeHelper/ast/walkHelper.ts +0 -93
- package/utils/executionTreeHelper/executionTreeFactory.ts +0 -790
- package/utils/executionTreeHelper/generateGlobalData.ts +0 -18
- package/utils/executionTreeHelper/generatePageInfo.ts +0 -76
- package/utils/executionTreeHelper/generateRawAction.ts +0 -66
- package/utils/executionTreeHelper/generateRawWidget.ts +0 -18
- package/utils/executionTreeHelper/generateUrlParams.ts +0 -16
- package/utils/executionTreeHelper/interface.ts +0 -41
- package/utils/executionTreeHelper/rawTreeFactory.ts +0 -63
- package/utils/executionTreeHelper/rrecursiveDelete.ts +0 -25
- package/utils/executionTreeHelper/runtimePropsCollector.ts +0 -242
- package/utils/executionTreeHelper/utils.ts +0 -147
- package/utils/focusManager.ts +0 -37
- package/utils/generators/generateAllTypePathsFromWidgetConfig.ts +0 -127
- package/utils/generators/generateComponentNode.ts +0 -269
- package/utils/generators/generateDisplayName.ts +0 -98
- package/utils/generators/generatePageOrSectionConfig.ts +0 -147
- package/utils/generators/interface.ts +0 -116
- package/utils/getStyleMap.ts +0 -30
- package/utils/helper.ts +0 -36
- package/utils/mediaSourceLoad/index.tsx +0 -25
- package/utils/mediaSourceLoad/interface.ts +0 -11
- package/utils/mediaSourceLoad/utils.ts +0 -16
- package/utils/mixpanelHelper/index.tsx +0 -338
- package/utils/model/src/hook.ts +0 -64
- package/utils/model/src/index.ts +0 -5
- package/utils/model/src/interface.ts +0 -239
- package/utils/model/src/modal-group.tsx +0 -59
- package/utils/model/src/modal-store.ts +0 -95
- package/utils/model/src/modal.tsx +0 -245
- package/utils/model/src/omit.ts +0 -17
- package/utils/model/src/style.ts +0 -328
- package/utils/pagination/index.ts +0 -2
- package/utils/pagination/interface.ts +0 -40
- package/utils/pagination/pagination.tsx +0 -511
- package/utils/pagination/style.ts +0 -199
- package/utils/shortcut/index.tsx +0 -510
- package/utils/shortcut/interface.ts +0 -29
- package/utils/shortcut/shortcutProvider.tsx +0 -8
- package/utils/spin/index.ts +0 -2
- package/utils/spin/interface.ts +0 -30
- package/utils/spin/spin.tsx +0 -60
- package/utils/spin/styles.ts +0 -95
- package/utils/switch/index.ts +0 -2
- package/utils/switch/interface.ts +0 -34
- package/utils/switch/style.ts +0 -132
- package/utils/switch/switch.tsx +0 -74
- package/utils/trigger/Box.ts +0 -197
- package/utils/trigger/index.ts +0 -4
- package/utils/trigger/interface.ts +0 -75
- package/utils/trigger/popup.tsx +0 -49
- package/utils/trigger/style.ts +0 -184
- package/utils/trigger/transform.ts +0 -55
- package/utils/trigger/trigger-context.tsx +0 -9
- package/utils/trigger/trigger-provider.tsx +0 -15
- package/utils/trigger/trigger.tsx +0 -432
- package/utils/trigger/vite-env.d.ts +0 -1
- package/utils/undoRedo/antonymyRule.ts +0 -159
- package/utils/undoRedo/circularStack.ts +0 -52
- package/utils/undoRedo/undo.ts +0 -82
- package/utils/undoRedo/undoRedoMethod/action.ts +0 -53
- package/utils/undoRedo/undoRedoMethod/components.ts +0 -0
- package/utils/userAgent/index.ts +0 -30
- package/utils/validationFactory/index.ts +0 -155
- package/widgetLibrary/BasicContainer/BasicContainer.tsx +0 -18
- package/widgetLibrary/BasicContainer/BasicPanel.ts +0 -54
- package/widgetLibrary/ButtonWidget/button.tsx +0 -63
- package/widgetLibrary/ButtonWidget/eventHandlerConfig.ts +0 -14
- package/widgetLibrary/ButtonWidget/index.tsx +0 -4
- package/widgetLibrary/ButtonWidget/interface.ts +0 -217
- package/widgetLibrary/ButtonWidget/panelConfig.tsx +0 -203
- package/widgetLibrary/ButtonWidget/style.ts +0 -6
- package/widgetLibrary/ButtonWidget/widgetConfig.tsx +0 -19
- package/widgetLibrary/ButtonWidgetNative/button.tsx +0 -65
- package/widgetLibrary/ButtonWidgetNative/eventHandlerConfig.ts +0 -14
- package/widgetLibrary/ButtonWidgetNative/index.tsx +0 -4
- package/widgetLibrary/ButtonWidgetNative/interface.ts +0 -215
- package/widgetLibrary/ButtonWidgetNative/panelConfig.tsx +0 -196
- package/widgetLibrary/ButtonWidgetNative/style.ts +0 -6
- package/widgetLibrary/ButtonWidgetNative/widgetConfig.tsx +0 -17
- package/widgetLibrary/CSSGrid/GridChild.tsx +0 -293
- package/widgetLibrary/CSSGrid/GridContainer.tsx +0 -171
- package/widgetLibrary/CSSGrid/WidgetConfig.tsx +0 -40
- package/widgetLibrary/CSSGrid/eventHandlerConfig.ts +0 -23
- package/widgetLibrary/CSSGrid/panelConfig.tsx +0 -160
- package/widgetLibrary/CSSGrid/style.ts +0 -143
- package/widgetLibrary/CSSGrid/utils.tsx +0 -57
- package/widgetLibrary/Card/Card.tsx +0 -84
- package/widgetLibrary/Card/index.ts +0 -3
- package/widgetLibrary/Card/interface.ts +0 -12
- package/widgetLibrary/Card/panelConfig.tsx +0 -89
- package/widgetLibrary/Card/widgetConfig.tsx +0 -20
- package/widgetLibrary/CheckBoxContainer/checkBox.tsx +0 -161
- package/widgetLibrary/CheckBoxContainer/eventHandlerConfig.ts +0 -14
- package/widgetLibrary/CheckBoxContainer/icons.tsx +0 -20
- package/widgetLibrary/CheckBoxContainer/index.ts +0 -3
- package/widgetLibrary/CheckBoxContainer/interface.ts +0 -18
- package/widgetLibrary/CheckBoxContainer/panelConfig.tsx +0 -215
- package/widgetLibrary/CheckBoxContainer/widgetConfig.tsx +0 -17
- package/widgetLibrary/CheckBoxContainerNative/checkBox.tsx +0 -123
- package/widgetLibrary/CheckBoxContainerNative/eventHandlerConfig.ts +0 -14
- package/widgetLibrary/CheckBoxContainerNative/index.ts +0 -3
- package/widgetLibrary/CheckBoxContainerNative/interface.ts +0 -18
- package/widgetLibrary/CheckBoxContainerNative/panelConfig.tsx +0 -179
- package/widgetLibrary/CheckBoxContainerNative/widgetConfig.tsx +0 -17
- package/widgetLibrary/ContainerWidget/container.tsx +0 -207
- package/widgetLibrary/ContainerWidget/emptyState.tsx +0 -41
- package/widgetLibrary/ContainerWidget/eventHandlerConfig.ts +0 -22
- package/widgetLibrary/ContainerWidget/index.tsx +0 -3
- package/widgetLibrary/ContainerWidget/interface.ts +0 -53
- package/widgetLibrary/ContainerWidget/panelConfig.tsx +0 -174
- package/widgetLibrary/ContainerWidget/style.ts +0 -38
- package/widgetLibrary/ContainerWidget/widgetConfig.tsx +0 -31
- package/widgetLibrary/CreditCard/CreditCard.tsx +0 -108
- package/widgetLibrary/CreditCard/eventHandlerConfig.ts +0 -14
- package/widgetLibrary/CreditCard/index.ts +0 -4
- package/widgetLibrary/CreditCard/interface.ts +0 -12
- package/widgetLibrary/CreditCard/panelConfig.tsx +0 -101
- package/widgetLibrary/CreditCard/widgetConfig.tsx +0 -20
- package/widgetLibrary/DateWidget/date.tsx +0 -212
- package/widgetLibrary/DateWidget/eventHandlerConfig.ts +0 -14
- package/widgetLibrary/DateWidget/index.ts +0 -6
- package/widgetLibrary/DateWidget/interface.ts +0 -29
- package/widgetLibrary/DateWidget/panelConfig.tsx +0 -151
- package/widgetLibrary/DateWidget/styles.css +0 -5
- package/widgetLibrary/DateWidget/widgetConfig.tsx +0 -21
- package/widgetLibrary/EmptyBoxWidget/EmptyBox.tsx +0 -21
- package/widgetLibrary/EmptyBoxWidget/index.ts +0 -3
- package/widgetLibrary/EmptyBoxWidget/interface.ts +0 -7
- package/widgetLibrary/EmptyBoxWidget/panelConfig.tsx +0 -21
- package/widgetLibrary/EmptyBoxWidget/widgetConfig.tsx +0 -15
- package/widgetLibrary/FileInput/FileInput.tsx +0 -9
- package/widgetLibrary/FileInput/index.ts +0 -3
- package/widgetLibrary/FileInput/panelConfig.tsx +0 -213
- package/widgetLibrary/FileInput/widgetConfig.tsx +0 -16
- package/widgetLibrary/FormWidget/eventHandlerConfig.ts +0 -20
- package/widgetLibrary/FormWidget/form.tsx +0 -409
- package/widgetLibrary/FormWidget/index.ts +0 -3
- package/widgetLibrary/FormWidget/interface.ts +0 -29
- package/widgetLibrary/FormWidget/panelConfig.tsx +0 -181
- package/widgetLibrary/FormWidget/style.ts +0 -46
- package/widgetLibrary/FormWidget/widgetConfig.tsx +0 -73
- package/widgetLibrary/GridContainer/GridContainer.tsx +0 -188
- package/widgetLibrary/GridContainer/WidgetConfig.tsx +0 -46
- package/widgetLibrary/GridContainer/eventHandlerConfig.ts +0 -23
- package/widgetLibrary/GridContainer/panelConfig.tsx +0 -211
- package/widgetLibrary/IconWidget/eventHandlerConfig.ts +0 -14
- package/widgetLibrary/IconWidget/icon.tsx +0 -37
- package/widgetLibrary/IconWidget/index.ts +0 -3
- package/widgetLibrary/IconWidget/interface.ts +0 -23
- package/widgetLibrary/IconWidget/panelConfig.tsx +0 -105
- package/widgetLibrary/IconWidget/style.ts +0 -37
- package/widgetLibrary/IconWidget/utils.tsx +0 -90
- package/widgetLibrary/IconWidget/widgetConfig.tsx +0 -17
- package/widgetLibrary/Image/Image.tsx +0 -32
- package/widgetLibrary/Image/index.ts +0 -3
- package/widgetLibrary/Image/interface.ts +0 -14
- package/widgetLibrary/Image/panelConfig.tsx +0 -90
- package/widgetLibrary/Image/widgetConfig.tsx +0 -18
- package/widgetLibrary/ImageNative/Image.tsx +0 -45
- package/widgetLibrary/ImageNative/index.ts +0 -3
- package/widgetLibrary/ImageNative/interface.ts +0 -14
- package/widgetLibrary/ImageNative/panelConfig.tsx +0 -90
- package/widgetLibrary/ImageNative/widgetConfig.tsx +0 -18
- package/widgetLibrary/InputNativeWidget/PhoneInput.tsx +0 -29
- package/widgetLibrary/InputNativeWidget/eventHandlerConfig.ts +0 -26
- package/widgetLibrary/InputNativeWidget/index.ts +0 -5
- package/widgetLibrary/InputNativeWidget/input.tsx +0 -234
- package/widgetLibrary/InputNativeWidget/interface.ts +0 -45
- package/widgetLibrary/InputNativeWidget/panelConfig.tsx +0 -353
- package/widgetLibrary/InputNativeWidget/style.ts +0 -5
- package/widgetLibrary/InputNativeWidget/utils.ts +0 -44
- package/widgetLibrary/InputNativeWidget/widgetConfig.tsx +0 -24
- package/widgetLibrary/InputWidget/PhoneInput.tsx +0 -29
- package/widgetLibrary/InputWidget/eventHandlerConfig.ts +0 -26
- package/widgetLibrary/InputWidget/index.ts +0 -5
- package/widgetLibrary/InputWidget/input.tsx +0 -267
- package/widgetLibrary/InputWidget/interface.ts +0 -45
- package/widgetLibrary/InputWidget/panelConfig.tsx +0 -325
- package/widgetLibrary/InputWidget/style.ts +0 -5
- package/widgetLibrary/InputWidget/utils.ts +0 -44
- package/widgetLibrary/InputWidget/widgetConfig.tsx +0 -24
- package/widgetLibrary/Label/eventHandlerConfig.ts +0 -14
- package/widgetLibrary/Label/index.ts +0 -4
- package/widgetLibrary/Label/interface.ts +0 -14
- package/widgetLibrary/Label/label.tsx +0 -38
- package/widgetLibrary/Label/panelConfig.tsx +0 -82
- package/widgetLibrary/Label/widgetConfig.tsx +0 -23
- package/widgetLibrary/LabelNative/Label.tsx +0 -38
- package/widgetLibrary/LabelNative/eventHandlerConfig.ts +0 -14
- package/widgetLibrary/LabelNative/index.ts +0 -3
- package/widgetLibrary/LabelNative/interface.ts +0 -30
- package/widgetLibrary/LabelNative/panelConfig.ts +0 -205
- package/widgetLibrary/LabelNative/widgetConfig.ts +0 -21
- package/widgetLibrary/MuiltiSelect.tsx/MultiSelect.tsx +0 -261
- package/widgetLibrary/MuiltiSelect.tsx/eventHandlerConfig.ts +0 -26
- package/widgetLibrary/MuiltiSelect.tsx/index.ts +0 -3
- package/widgetLibrary/MuiltiSelect.tsx/interface.ts +0 -72
- package/widgetLibrary/MuiltiSelect.tsx/panelConfig.tsx +0 -289
- package/widgetLibrary/MuiltiSelect.tsx/style.ts +0 -81
- package/widgetLibrary/MuiltiSelect.tsx/styles.css +0 -4
- package/widgetLibrary/MuiltiSelect.tsx/widgetConfig.tsx +0 -33
- package/widgetLibrary/NativeContainer/BasicPanel.ts +0 -189
- package/widgetLibrary/NativeContainer/NativeChild.tsx +0 -156
- package/widgetLibrary/NativeContainer/NativeContainer.tsx +0 -189
- package/widgetLibrary/NativeContainer/WidgetConfig.tsx +0 -37
- package/widgetLibrary/NativeContainer/index.ts +0 -3
- package/widgetLibrary/NativeContainer/interface.ts +0 -22
- package/widgetLibrary/NativeContainer/panelConfig.tsx +0 -150
- package/widgetLibrary/OTPWidget/OTP.tsx +0 -175
- package/widgetLibrary/OTPWidget/OTPInput.tsx +0 -231
- package/widgetLibrary/OTPWidget/eventHandlerConfig.ts +0 -26
- package/widgetLibrary/OTPWidget/index.ts +0 -5
- package/widgetLibrary/OTPWidget/interface.ts +0 -37
- package/widgetLibrary/OTPWidget/panelConfig.tsx +0 -140
- package/widgetLibrary/OTPWidget/style.ts +0 -5
- package/widgetLibrary/OTPWidget/widgetConfig.tsx +0 -20
- package/widgetLibrary/PublicSector/AutoHeightContainer/index.tsx +0 -46
- package/widgetLibrary/PublicSector/AutoHeightContainer/style.ts +0 -11
- package/widgetLibrary/PublicSector/InvalidMessage/index.tsx +0 -18
- package/widgetLibrary/PublicSector/InvalidMessage/interface.tsx +0 -34
- package/widgetLibrary/PublicSector/InvalidMessage/style.tsx +0 -18
- package/widgetLibrary/PublicSector/InvalidMessage/utils.tsx +0 -307
- package/widgetLibrary/PublicSector/InvalidMessageNative/index.tsx +0 -23
- package/widgetLibrary/PublicSector/InvalidMessageNative/interface.tsx +0 -33
- package/widgetLibrary/PublicSector/InvalidMessageNative/style.tsx +0 -22
- package/widgetLibrary/PublicSector/utils/generatorEventHandlerConfig.ts +0 -953
- package/widgetLibrary/PublicSector/utils/generatorTableEventHandlerConfig.ts +0 -686
- package/widgetLibrary/RadioWidget/eventHandlerConfig.ts +0 -15
- package/widgetLibrary/RadioWidget/index.ts +0 -4
- package/widgetLibrary/RadioWidget/interface.ts +0 -24
- package/widgetLibrary/RadioWidget/panelConfig.tsx +0 -274
- package/widgetLibrary/RadioWidget/radio.tsx +0 -217
- package/widgetLibrary/RadioWidget/widgetConfig.tsx +0 -44
- package/widgetLibrary/RenderChildrenCanvas/index.tsx +0 -59
- package/widgetLibrary/RenderChildrenCanvas/interface.ts +0 -8
- package/widgetLibrary/SelectWidget/Select.tsx +0 -215
- package/widgetLibrary/SelectWidget/eventHandlerConfig.ts +0 -26
- package/widgetLibrary/SelectWidget/formSelectOptions.ts +0 -71
- package/widgetLibrary/SelectWidget/index.ts +0 -3
- package/widgetLibrary/SelectWidget/interface.ts +0 -72
- package/widgetLibrary/SelectWidget/panelConfig.tsx +0 -299
- package/widgetLibrary/SelectWidget/styles.css +0 -4
- package/widgetLibrary/SelectWidget/widgetConfig.tsx +0 -37
- package/widgetLibrary/Slider/Slider.tsx +0 -229
- package/widgetLibrary/Slider/eventHandlerConfig.ts +0 -14
- package/widgetLibrary/Slider/index.ts +0 -4
- package/widgetLibrary/Slider/interface.ts +0 -12
- package/widgetLibrary/Slider/panelConfig.tsx +0 -71
- package/widgetLibrary/Slider/widgetConfig.tsx +0 -18
- package/widgetLibrary/TableWidget/eventHandlerConfig.ts +0 -69
- package/widgetLibrary/TableWidget/index.ts +0 -3
- package/widgetLibrary/TableWidget/interface.ts +0 -192
- package/widgetLibrary/TableWidget/panelConfig.tsx +0 -625
- package/widgetLibrary/TableWidget/react-table.d.ts +0 -15
- package/widgetLibrary/TableWidget/renderTableCell.tsx +0 -280
- package/widgetLibrary/TableWidget/style.ts +0 -117
- package/widgetLibrary/TableWidget/table.tsx +0 -698
- package/widgetLibrary/TableWidget/utils.tsx +0 -448
- package/widgetLibrary/TableWidget/widgetConfig.tsx +0 -57
- package/widgetLibrary/Tabs/Tabs.tsx +0 -259
- package/widgetLibrary/Tabs/index.ts +0 -3
- package/widgetLibrary/Tabs/panelConfig.tsx +0 -186
- package/widgetLibrary/Tabs/widgetConfig.tsx +0 -38
- package/widgetLibrary/TextAreaContainer/TextArea.tsx +0 -133
- package/widgetLibrary/TextAreaContainer/index.ts +0 -3
- package/widgetLibrary/TextAreaContainer/interface.ts +0 -27
- package/widgetLibrary/TextAreaContainer/panelConfig.tsx +0 -148
- package/widgetLibrary/TextAreaContainer/widgetConfig.tsx +0 -25
- package/widgetLibrary/TextAreaContainerNative/TextArea.tsx +0 -101
- package/widgetLibrary/TextAreaContainerNative/index.ts +0 -3
- package/widgetLibrary/TextAreaContainerNative/interface.ts +0 -29
- package/widgetLibrary/TextAreaContainerNative/panelConfig.tsx +0 -180
- package/widgetLibrary/TextAreaContainerNative/widgetConfig.tsx +0 -25
- package/widgetLibrary/UploadFile/UploadFile.tsx +0 -162
- package/widgetLibrary/UploadFile/index.tsx +0 -3
- package/widgetLibrary/UploadFile/panelConfig.tsx +0 -158
- package/widgetLibrary/UploadFile/widgetConfig.tsx +0 -32
- package/widgetLibrary/UploadWidget/eventHandlerConfig.ts +0 -14
- package/widgetLibrary/UploadWidget/index.tsx +0 -3
- package/widgetLibrary/UploadWidget/interface.tsx +0 -126
- package/widgetLibrary/UploadWidget/panelConfig.tsx +0 -291
- package/widgetLibrary/UploadWidget/style.tsx +0 -13
- package/widgetLibrary/UploadWidget/upload.tsx +0 -349
- package/widgetLibrary/UploadWidget/util.ts +0 -1
- package/widgetLibrary/UploadWidget/widgetConfig.tsx +0 -30
- package/widgetLibrary/WidgetLoading/index.tsx +0 -16
- package/widgetLibrary/WidgetLoading/style.ts +0 -9
- package/widgetLibrary/componentListBuildet.tsx +0 -89
- package/widgetLibrary/interface.ts +0 -156
- package/widgetLibrary/widgetBuilder.tsx +0 -327
package/i18n/locale/en-US.json
DELETED
|
@@ -1,3805 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"Logout": "Log out",
|
|
3
|
-
"Setting": "Setting",
|
|
4
|
-
"apps": "Apps",
|
|
5
|
-
"back": "Back",
|
|
6
|
-
"btn.choose_file": "Choose a file",
|
|
7
|
-
"change_fail": "Failed to change",
|
|
8
|
-
"change_success": "Change successfully",
|
|
9
|
-
"collision_message": "Press D or K and drag the component into container",
|
|
10
|
-
"create_fail": "Failed to create",
|
|
11
|
-
"create_new": "Create New",
|
|
12
|
-
"create_new_app": "Create New",
|
|
13
|
-
"created_at": "Created at",
|
|
14
|
-
"flow.editor.trigger.blank.select_a_t": "Select a trigger type",
|
|
15
|
-
"flow.editor.trigger.type.webhook": "Webhook",
|
|
16
|
-
"flow.editor.trigger.type.schedule": "Schedule",
|
|
17
|
-
"flow.editor.trigger.type.poll": "Poll",
|
|
18
|
-
"flow.editor.trigger.schedule.time_zone": "Time zone",
|
|
19
|
-
"flow.editor.trigger.schedule.schedule_t": "Schedule type",
|
|
20
|
-
"flow.editor.trigger.schedule.minute": "Every minute",
|
|
21
|
-
"flow.editor.trigger.schedule.every_hour": "Every hour",
|
|
22
|
-
"flow.editor.trigger.schedule.every_day": "Every day",
|
|
23
|
-
"flow.editor.trigger.schedule.every_week": "Every week",
|
|
24
|
-
"flow.editor.trigger.schedule.every_mont": "Every month",
|
|
25
|
-
"flow.editor.trigger.schedule.every_year": "Every year",
|
|
26
|
-
"flow.editor.trigger.schedule.at": "At",
|
|
27
|
-
"flow.editor.trigger.schedule.on": "On",
|
|
28
|
-
"flow.editor.trigger.schedule.monday": "Monday",
|
|
29
|
-
"flow.editor.trigger.schedule.tuesday": "Tuesday",
|
|
30
|
-
"flow.editor.trigger.schedule.wednesday": "Wednesday",
|
|
31
|
-
"flow.editor.trigger.schedule.thursday": "Thursday",
|
|
32
|
-
"flow.editor.trigger.schedule.friday": "Friday",
|
|
33
|
-
"flow.editor.trigger.schedule.saturday": "Saturday",
|
|
34
|
-
"flow.editor.trigger.schedule.sunday": "Sunday",
|
|
35
|
-
"flow.editor.trigger.schedule.1st": "1st",
|
|
36
|
-
"flow.editor.trigger.schedule.2nd": "2nd",
|
|
37
|
-
"flow.editor.trigger.schedule.3rd": "3rd",
|
|
38
|
-
"flow.editor.trigger.schedule.4th": "4th",
|
|
39
|
-
"flow.editor.trigger.schedule.5th": "5th",
|
|
40
|
-
"flow.editor.trigger.schedule.6th": "6th",
|
|
41
|
-
"flow.editor.trigger.schedule.7th": "7th",
|
|
42
|
-
"flow.editor.trigger.schedule.8th": "8th",
|
|
43
|
-
"flow.editor.trigger.schedule.9th": "9th",
|
|
44
|
-
"flow.editor.trigger.schedule.10th": "10th",
|
|
45
|
-
"flow.editor.trigger.schedule.11th": "11th",
|
|
46
|
-
"flow.editor.trigger.schedule.12th": "12th",
|
|
47
|
-
"flow.editor.trigger.schedule.13th": "13th",
|
|
48
|
-
"flow.editor.trigger.schedule.14th": "14th",
|
|
49
|
-
"flow.editor.trigger.schedule.15th": "15th",
|
|
50
|
-
"flow.editor.trigger.schedule.16th": "16th",
|
|
51
|
-
"flow.editor.trigger.schedule.17th": "17th",
|
|
52
|
-
"flow.editor.trigger.schedule.18th": "18th",
|
|
53
|
-
"flow.editor.trigger.schedule.19th": "19th",
|
|
54
|
-
"flow.editor.trigger.schedule.20th": "20th",
|
|
55
|
-
"flow.editor.trigger.schedule.21st": "21st",
|
|
56
|
-
"flow.editor.trigger.schedule.22nd": "22nd",
|
|
57
|
-
"flow.editor.trigger.schedule.23rd": "23rd",
|
|
58
|
-
"flow.editor.trigger.schedule.24th": "24th",
|
|
59
|
-
"flow.editor.trigger.schedule.25th": "25th",
|
|
60
|
-
"flow.editor.trigger.schedule.26th": "26th",
|
|
61
|
-
"flow.editor.trigger.schedule.27th": "27th",
|
|
62
|
-
"flow.editor.trigger.schedule.28th": "28th",
|
|
63
|
-
"flow.editor.trigger.schedule.29th": "29th",
|
|
64
|
-
"flow.editor.trigger.schedule.30th": "30th",
|
|
65
|
-
"flow.editor.trigger.schedule.31st": "31st",
|
|
66
|
-
"flow.editor.trigger.schedule.last_day_o": "last day of month",
|
|
67
|
-
"flow.editor.trigger.schedule.jan": "Jan",
|
|
68
|
-
"flow.editor.trigger.schedule.feb": "Feb",
|
|
69
|
-
"flow.editor.trigger.schedule.mar": "Mar",
|
|
70
|
-
"flow.editor.trigger.schedule.apr": "Apr",
|
|
71
|
-
"flow.editor.trigger.schedule.may": "May",
|
|
72
|
-
"flow.editor.trigger.schedule.jun": "Jun",
|
|
73
|
-
"flow.editor.trigger.schedule.jul": "Jul",
|
|
74
|
-
"flow.editor.trigger.schedule.aug": "Aug",
|
|
75
|
-
"flow.editor.trigger.schedule.sep": "Sep",
|
|
76
|
-
"flow.editor.trigger.schedule.oct": "Oct",
|
|
77
|
-
"flow.editor.trigger.schedule.nov": "Nov",
|
|
78
|
-
"flow.editor.trigger.schedule.dec": "Dec",
|
|
79
|
-
"flow.editor.trigger.schedule.last_day_feb": "last day of Feb",
|
|
80
|
-
"flow.editor.trigger.schedule.interval": "Interval",
|
|
81
|
-
"flow.editor.trigger.schedule.every": "Every",
|
|
82
|
-
"flow.editor.trigger.schedule.minute_plural": "minute(s)",
|
|
83
|
-
"flow.editor.trigger.schedule.day_plural": "day(s)",
|
|
84
|
-
"flow.editor.trigger.schedule.week_plural": "week(s)",
|
|
85
|
-
"flow.editor.trigger.schedule.month_plural": "month(s)",
|
|
86
|
-
"flow.editor.trigger.schedule.year_plural": "year(s)",
|
|
87
|
-
"flow.editor.trigger.schedule.hour_plural": "hour(s)",
|
|
88
|
-
"flow.editor.trigger.timezone.local": "Local",
|
|
89
|
-
"flow.editor.trigger.webhook.url": "URL",
|
|
90
|
-
"flow.editor.trigger.webhook.bearer_tok": "Bearer token",
|
|
91
|
-
"flow.editor.trigger.webhook.parameter": "Body params",
|
|
92
|
-
"flow.editor.trigger.webhook.key": "Key",
|
|
93
|
-
"flow.editor.trigger.webhook.type": "Type",
|
|
94
|
-
"flow.editor.trigger.webhook.required": "Required",
|
|
95
|
-
"flow.editor.trigger.webhook.any": "Any",
|
|
96
|
-
"flow.editor.trigger.webhook.array": "Array",
|
|
97
|
-
"flow.editor.trigger.webhook.object": "Object",
|
|
98
|
-
"flow.editor.trigger.webhook.number": "Number",
|
|
99
|
-
"flow.editor.trigger.webhook.string": "String",
|
|
100
|
-
"flow.editor.trigger.webhook.test_value": "Test value",
|
|
101
|
-
"flow.editor.trigger.webhook.copy_url": "Copy URL",
|
|
102
|
-
"flow.editor.trigger.webhook.copy_curl": "Copy cURL",
|
|
103
|
-
"flow.editor.trigger.webhook.key_blank": "Missing key",
|
|
104
|
-
"flow.editor.trigger.webhook.collapse_a": "Collapse all",
|
|
105
|
-
"flow.editor.trigger.webhook.new": "New",
|
|
106
|
-
"flow.editor.trigger.webhook.boolean": "Boolean",
|
|
107
|
-
"flow.editor.trigger.webhook.headers": "Headers",
|
|
108
|
-
"flow.editor.trigger.webhook.action_typ": "Action type",
|
|
109
|
-
"flow.editor.event.type.inputs": "Inputs",
|
|
110
|
-
"flow.editor.event.type.data": "Data",
|
|
111
|
-
"flow.editor.event.type.action": "Action",
|
|
112
|
-
"flow.editor.event.type.ai_agent": "AI Agent",
|
|
113
|
-
"flow.editor.event.type.drive": "Drive",
|
|
114
|
-
"flow.editor.event.type.flow": "Flow",
|
|
115
|
-
"flow.editor.event.type.transforme": "Transformer",
|
|
116
|
-
"flow.editor.event.type.condition": "Condition",
|
|
117
|
-
"flow.editor.event.type.loop": "Loop",
|
|
118
|
-
"flow.editor.event.type.delay": "Delay",
|
|
119
|
-
"flow.editor.event.type.log": "Logs",
|
|
120
|
-
"flow.editor.event.status.running": "Running",
|
|
121
|
-
"flow.editor.event.error.no_input": "No inputs",
|
|
122
|
-
"flow.editor.event.error.failed": "Failed to run",
|
|
123
|
-
"flow.editor.event.error.not_reacha": "Disconnected from trigger node therefore unreachable",
|
|
124
|
-
"flow.editor.event.error.space": "There are leading or trailing white spaces or other empty characters in your input which will cause the result to be always true.",
|
|
125
|
-
"flow.editor.event.message.undeploy": "Undeployed changes",
|
|
126
|
-
"flow.editor.event.message.undeploy_desc": "The changes will not take effect when running.",
|
|
127
|
-
"flow.editor.event.message.deployed": "Deployed successfully",
|
|
128
|
-
"flow.editor.flow.status.active": "Active",
|
|
129
|
-
"flow.editor.flow.status.inactive": "Inactive",
|
|
130
|
-
"flow.editor.flow.history.suc": "Run successfully",
|
|
131
|
-
"flow.editor.flow.history.no_history": "No result",
|
|
132
|
-
"flow.editor.flow.history.running": "Running",
|
|
133
|
-
"flow.editor.flow.toolbar.history": "Result",
|
|
134
|
-
"flow.editor.flow.tooltips.missing_resources": "Missing resources",
|
|
135
|
-
"flow.editor.flow.tooltips.result": "Result",
|
|
136
|
-
"flow.editor.canva.operation.move": "Move",
|
|
137
|
-
"flow.editor.canva.operation.hand": "Hand",
|
|
138
|
-
"flow.editor.canva.operation.expand": "Expand",
|
|
139
|
-
"flow.editor.canva.operation.collapse": "Collapse",
|
|
140
|
-
"flow.editor.canva.operation.fit_all": "Fit all",
|
|
141
|
-
"flow.editor.app.tooltips.missing_resources": "Missing resources",
|
|
142
|
-
"flow.editor.app.tooltips.debug": "Debug",
|
|
143
|
-
"flow.editor.app.tooltips.edit_history": "Editing history",
|
|
144
|
-
"flow.editor.message.loop": "The connection failed due to the presence of a cycle.",
|
|
145
|
-
"dashboard.flow.status.active": "Active",
|
|
146
|
-
"dashboard.flow.status.inactive": "Inactive",
|
|
147
|
-
"dashboard.flow.title.flows": "Flows",
|
|
148
|
-
"dashboard.flow.more.flow_setti": "Flow setting",
|
|
149
|
-
"dashboard.flow.app_setting.app_setting": "App setting",
|
|
150
|
-
"dashboard.flow.flow_setting.flow_setting": "Flow setting",
|
|
151
|
-
"dashboard.flow.flow_setting.flow_name": "Flow name",
|
|
152
|
-
"dashboard.flow.flow_setting.placeholder.flow_name": "Set a name for this flow",
|
|
153
|
-
"dashboard.flow.flow_setting.placeholder.description": "Describe the flow",
|
|
154
|
-
"dashboard.flow.flow_setting.description": "Description",
|
|
155
|
-
"dashboard.app_market": "Templates",
|
|
156
|
-
"dashboard.market": "Create from template",
|
|
157
|
-
"dashboard.market_view": "Community",
|
|
158
|
-
"dashboard.app.all_apps": "All Apps",
|
|
159
|
-
"dashboard.app.create_app": "Create App",
|
|
160
|
-
"dashboard.app.duplicate_fail": "Failed to duplicate",
|
|
161
|
-
"dashboard.app.duplicate_placeholder": "Enter your app name here",
|
|
162
|
-
"dashboard.app.edited_time": "Edited at {{ time }} by {{ user }}",
|
|
163
|
-
"dashboard.app.name_empty": "Please enter a name",
|
|
164
|
-
"dashboard.app.name_existed": "Name already taken",
|
|
165
|
-
"dashboard.app.rename_app": "Rename App",
|
|
166
|
-
"dashboard.app.rename_fail": "Failed to rename",
|
|
167
|
-
"dashboard.app.rename_success": "Renamed successfully",
|
|
168
|
-
"dashboard.app.trash_failure": "Failed to delete",
|
|
169
|
-
"dashboard.app.trash_success": "Deleted successfully",
|
|
170
|
-
"dashboard.common.duplicate": "Duplicate",
|
|
171
|
-
"dashboard.common.share": "Share",
|
|
172
|
-
"dashboard.common.edit": "Edit",
|
|
173
|
-
"dashboard.common.launch": "Launch",
|
|
174
|
-
"dashboard.common.cancel": "Cancel",
|
|
175
|
-
"dashboard.common.delete": "Delete",
|
|
176
|
-
"dashboard.common.delete_cancel_text": "Cancel",
|
|
177
|
-
"dashboard.common.delete_content": "After deletion, it will not be possible to access or recover the data through any means. Please confirm.",
|
|
178
|
-
"dashboard.common.delete_ok_text": "Delete",
|
|
179
|
-
"dashboard.common.delete_title": "Are you sure?",
|
|
180
|
-
"dashboard.common.error_button": "Retry",
|
|
181
|
-
"dashboard.common.error_description": "There is a problem with your operation.",
|
|
182
|
-
"dashboard.common.error_title": "Error",
|
|
183
|
-
"dashboard.common.marketplace": "Community",
|
|
184
|
-
"dashboard.common.run": "Run",
|
|
185
|
-
"dashboard.common.fork": "Fork",
|
|
186
|
-
"dashboard.resource.create_resource": "Create New",
|
|
187
|
-
"dashboard.resource.created": "Created",
|
|
188
|
-
"dashboard.resource.dbname": "Database Name",
|
|
189
|
-
"dashboard.resource.delete_fail": "Failed to delete",
|
|
190
|
-
"dashboard.resource.delete_success": "Deleted successfully",
|
|
191
|
-
"dashboard.resource.resource_name": "Name",
|
|
192
|
-
"dashboard.resource.resource_type": "Type",
|
|
193
|
-
"dashboard.resource.save_fail": "Failed to save",
|
|
194
|
-
"dashboard.resource.save_success": "Save successfully",
|
|
195
|
-
"dashboard.resource.test_fail": "Failed to test",
|
|
196
|
-
"dashboard.resource.test_success": "Test successfully",
|
|
197
|
-
"dashboard.list-type.team": "Team's",
|
|
198
|
-
"dashboard.list-type.marketplace": "Community",
|
|
199
|
-
"dashboard.sort-type.popular": "Most popular",
|
|
200
|
-
"dashboard.sort-type.recent": "Latest",
|
|
201
|
-
"dashboard.sort-type.star": "Starred",
|
|
202
|
-
"dashboard.search": "Search",
|
|
203
|
-
"dashboard.no-result": "No result here. Please refresh or change your search terms.",
|
|
204
|
-
"dashboard.message.next-page-error": "Failed to load next page. Please try again.",
|
|
205
|
-
"dashboard.message.create-failed": "Failed to save agent. Please try again.",
|
|
206
|
-
"dashboard.message.sort-failed": "Failed to change the filter type. Please try again.",
|
|
207
|
-
"dashboard.message.detail-load-failed": "Failed to retrieve details, please try again.",
|
|
208
|
-
"dashboard.message.fork-failed": "Failed to fork, please try again.",
|
|
209
|
-
"dashboard.message.create-suc": "Successfully saved",
|
|
210
|
-
"dashboard.message.fork-suc": "Successfully forked.",
|
|
211
|
-
"dashboard.message.delete-failed": "Faild to delete. Please try again. ",
|
|
212
|
-
"dashboard.message.delete-suc": "Successfully deleted. ",
|
|
213
|
-
"dashboard.message.mobile-fork-suc": "Forked successfully. Please edit on desktop.",
|
|
214
|
-
"dashboard.message.save_resource": "Save successful, the page will be closing in 3 seconds...",
|
|
215
|
-
"dashboard.create": "Create",
|
|
216
|
-
"dashboard.pwa.guide.title": "Add ImpaktApps Cloud to your desktop",
|
|
217
|
-
"dashboard.pwa.guide.desc": "Add to your desktop to access to your workspace quickly. Boost your efficiency. ",
|
|
218
|
-
"dayjs.just_now": "Just now",
|
|
219
|
-
"deploy": "Deploy",
|
|
220
|
-
"description.part1": "This is an example without namespaces.",
|
|
221
|
-
"dont_need_save": "ImpaktApps will continue to try auto-saving your work.",
|
|
222
|
-
"duplicate": "Duplicate",
|
|
223
|
-
"edit": "Edit",
|
|
224
|
-
"edit_at": "Edited at",
|
|
225
|
-
"edit_failed": "Failed to save, please check your network.",
|
|
226
|
-
"edit_success": "Edited successfully",
|
|
227
|
-
"editor.action.action_list.action_generator.btns.back": "Back",
|
|
228
|
-
"editor.action.action_list.action_generator.btns.create_action": "Create Action",
|
|
229
|
-
"editor.action.action_list.action_generator.btns.new_resource": "New Resource",
|
|
230
|
-
"editor.action.action_list.action_generator.selector.title": "Select action type",
|
|
231
|
-
"editor.action.action_list.action_generator.title.choose_resource": "Choose a resource ",
|
|
232
|
-
"editor.action.action_list.btn.close": "close",
|
|
233
|
-
"editor.action.action_list.btn.new": "New",
|
|
234
|
-
"editor.action.action_list.contextMenu.delete": "Delete",
|
|
235
|
-
"editor.action.action_list.contextMenu.duplicate": "Duplicate",
|
|
236
|
-
"editor.action.action_list.contextMenu.rename": "Rename",
|
|
237
|
-
"editor.action.action_list.message.confirm_switch": "You did not save your query. Are you sure you want to discard changes?",
|
|
238
|
-
"editor.action.action_list.message.failed": "Failed to connect to server",
|
|
239
|
-
"editor.action.action_list.message.load_action_list_fail": "Failed to get Action list: {{message}}",
|
|
240
|
-
"editor.action.action_list.message.load_resource_fail": "Failed to get resource list: {{message}}",
|
|
241
|
-
"editor.action.action_list.message.name_already_exist": "Already exists",
|
|
242
|
-
"editor.action.action_list.message.please_input_name": "Please input name",
|
|
243
|
-
"editor.action.action_list.message.success_created": "Successfully created",
|
|
244
|
-
"editor.action.action_list.message.success_deleted": "Successfully deleted",
|
|
245
|
-
"editor.action.action_list.message.success_saved": "Successfully saved",
|
|
246
|
-
"editor.action.action_list.message.valid_name": "Can only contain letters, numbers, '_' or '$', start with '_' or a letter",
|
|
247
|
-
"editor.action.action_list.placeholder.search": "Search",
|
|
248
|
-
"editor.action.action_list.runtime.backend": "Backend",
|
|
249
|
-
"editor.action.action_list.runtime.execute_resource": "execute resource",
|
|
250
|
-
"editor.action.action_list.runtime.frontend": "Frontend",
|
|
251
|
-
"editor.action.action_list.runtime.handle_response": "handle response",
|
|
252
|
-
"editor.action.action_list.runtime.post_processing": "post processing",
|
|
253
|
-
"editor.action.action_list.runtime.prepare_query": "Prepare query",
|
|
254
|
-
"editor.action.action_list.runtime.response_size": "Response size",
|
|
255
|
-
"editor.action.action_list.runtime.total": "Total",
|
|
256
|
-
"editor.action.action_list.runtime.transfer_data": "transfer data",
|
|
257
|
-
"editor.action.action_list.runtime.transformer": "transformer",
|
|
258
|
-
"editor.action.action_list.tips.empty": "Add an action to begin working with data from a connected resource.",
|
|
259
|
-
"editor.action.action_list.tips.not_found": "No search results",
|
|
260
|
-
"editor.action.action_list.title": "Action List",
|
|
261
|
-
"editor.action.form.btn.back": "Back",
|
|
262
|
-
"editor.action.form.btn.save_changes": "Save Resource",
|
|
263
|
-
"editor.action.form.btn.test_connection": "Test Connection",
|
|
264
|
-
"editor.action.form.required": "This is required",
|
|
265
|
-
"editor.action.form.title.api": "APIs",
|
|
266
|
-
"editor.action.form.title.configure": "Configure {{ name }}",
|
|
267
|
-
"editor.action.form.title.database": "DATABASES",
|
|
268
|
-
"editor.action.form.title.select": "Select Resource Type",
|
|
269
|
-
"editor.action.form.title.huggingface": "Hugging Face",
|
|
270
|
-
"editor.action.form.title.appwrite": "Appwrite",
|
|
271
|
-
"editor.action.form.title.couchdb.couchdb": "CouchDB",
|
|
272
|
-
"editor.action.form.title.oracle.oracle": "Oracle DB",
|
|
273
|
-
"editor.action.form.title.gs.google_sheets": "Google Sheets",
|
|
274
|
-
"editor.action.form.title.neon.neon": "Neon",
|
|
275
|
-
"editor.action.form.title.airtable.airtable": "Airtable",
|
|
276
|
-
"editor.action.form.title.feedback": "Didn't find?",
|
|
277
|
-
"editor.action.form.validate.required": "{name} is required",
|
|
278
|
-
"editor.action.form.label.inference_api": "Inference API",
|
|
279
|
-
"editor.action.form.label.inference_endpoint": "Inference Endpoint",
|
|
280
|
-
"editor.action.form.label.s3": "Invalid in public apps",
|
|
281
|
-
"editor.action.form.label.acl": "S3 ACL for uploaded files",
|
|
282
|
-
"editor.action.form.label.appwrite.host": "Host",
|
|
283
|
-
"editor.action.form.label.appwrite.dbid": "Database ID",
|
|
284
|
-
"editor.action.form.label.appwrite.projectid": "Project ID",
|
|
285
|
-
"editor.action.form.label.appwrite.secret": "Api key",
|
|
286
|
-
"editor.action.form.label.appwrite.collectionid": "Collection ID",
|
|
287
|
-
"editor.action.form.label.appwrite.documentid": "Document ID",
|
|
288
|
-
"editor.action.form.label.appwrite.data": "Data",
|
|
289
|
-
"editor.action.form.label.appwrite.filter": "Filter",
|
|
290
|
-
"editor.action.form.label.appwrite.order": "Order by",
|
|
291
|
-
"editor.action.form.label.appwrite.limit": "Limit",
|
|
292
|
-
"editor.action.form.label.oracle.sid": "Treat Database name as",
|
|
293
|
-
"editor.action.form.label.oracle.ssl": "SSL",
|
|
294
|
-
"editor.action.form.label.oracle.version": "Oracle version",
|
|
295
|
-
"editor.action.form.label.couchdb.ssl": "SSL/TLS",
|
|
296
|
-
"editor.action.form.label.restapi.certificates": "Certificates",
|
|
297
|
-
"editor.action.form.label.restapi.verification_mode": "Verification mode",
|
|
298
|
-
"editor.action.form.label.gs.private_key": "Private key",
|
|
299
|
-
"editor.action.form.label.gs.action_type": "Action type",
|
|
300
|
-
"editor.action.form.label.gs.spreadsheet": "Spreadsheet",
|
|
301
|
-
"editor.action.form.label.gs.sheet_name": "Sheet name",
|
|
302
|
-
"editor.action.form.label.gs.data_range": "Data range",
|
|
303
|
-
"editor.action.form.label.gs.limit": "Limit",
|
|
304
|
-
"editor.action.form.label.gs.offset": "Offset",
|
|
305
|
-
"editor.action.form.label.gs.a1_notation": "A1 notation",
|
|
306
|
-
"editor.action.form.label.gs.values_to_append": "Values to append",
|
|
307
|
-
"editor.action.form.label.gs.filter_by": "Filter by",
|
|
308
|
-
"editor.action.form.label.gs.update_value": "Update value",
|
|
309
|
-
"editor.action.form.label.gs.primary_key_column": "Primary key column",
|
|
310
|
-
"editor.action.form.label.gs.array_of_rows_to_upd": "Array of rows to update",
|
|
311
|
-
"editor.action.form.label.gs.filters_to_match_row": "Row index",
|
|
312
|
-
"editor.action.form.label.gs.consider_queries_tha": "Consider queries that delete no rows as successes",
|
|
313
|
-
"editor.action.form.label.gs.title_of_spreadsheet": "Title of spreadsheet",
|
|
314
|
-
"editor.action.form.label.gs.sheet_id_to_copy": "Sheet ID to copy",
|
|
315
|
-
"editor.action.form.label.gs.sheet_to_copy_to": "Sheet to copy to",
|
|
316
|
-
"editor.action.form.label.gs.authentication": "Authentication",
|
|
317
|
-
"editor.action.form.label.gs.connect_with_oauth": "Connect with Google",
|
|
318
|
-
"editor.action.form.label.gs.reconnect_with_oauth": "Reconnect with Google",
|
|
319
|
-
"editor.action.form.label.gs.access_type": "Access type",
|
|
320
|
-
"editor.action.form.label.mongodb.command": "Command",
|
|
321
|
-
"editor.action.form.label.airtable.authentication": "Authentication",
|
|
322
|
-
"editor.action.form.label.old_oracle": "9i or below",
|
|
323
|
-
"editor.action.form.label.new_oracle": "9i above",
|
|
324
|
-
"editor.action.form.label.ai_agent.ai_agents": "AI Agents",
|
|
325
|
-
"editor.action.form.placeholder.url": "Enter request URL here",
|
|
326
|
-
"editor.action.form.placeholder.appwrite.host": "HOSTNAME OR IP",
|
|
327
|
-
"editor.action.form.placeholder.appwrite.dbid": "Database ID",
|
|
328
|
-
"editor.action.form.placeholder.appwrite.projectid": "Project ID",
|
|
329
|
-
"editor.action.form.placeholder.appwrite.secret": "••••••••••••••••••••",
|
|
330
|
-
"editor.action.form.placeholder.appwrite.filter.attribute": "attribute",
|
|
331
|
-
"editor.action.form.placeholder.appwrite.filter.value": "1234",
|
|
332
|
-
"editor.action.form.placeholder.appwrite.order": "attribute",
|
|
333
|
-
"editor.action.form.placeholder.appwrite.collectionid": "Select a collection",
|
|
334
|
-
"editor.action.form.placeholder.appwrite.data": "An object enclosed in {{ }}. For example, \n{{ { \"key\": \"value\" } }}",
|
|
335
|
-
"editor.action.form.placeholder.couchdb.port.5984": "5984",
|
|
336
|
-
"editor.action.form.placeholder.oracle.username": "oracle",
|
|
337
|
-
"editor.action.form.placeholder.oracle.password": "••••••••",
|
|
338
|
-
"editor.action.form.placeholder.gs.private_key": "{\r\n \"type\": \"service_account\",\r\n \"project_id\": \"projectId\",\r\n \"private_key_id\": \"privateKeyId\",\r\n \"private_key\": \"-----BEGIN PRIVATE KEY-----\r\nprivateKey\r\n-----END PRIVATE KEY-----\",\r\n \"client_email\": \"clientEmail\",\r\n \"client_id\": \"100000000000000000000\",\r\n \"auth_uri\": \"https://accounts.google.com/o/oauth2/auth\",\r\n \"token_uri\": \"https://oauth2.googleapis.com/token\",\r\n \"auth_provider_x509_cert_url\": \"https://www.googleapis.com/oauth2/v1/certs\",\r\n \"client_x509_cert_url\": \"clientx509CertUrl\"\r\n}",
|
|
339
|
-
"editor.action.form.placeholder.gs.row_filter.column_name": "column_name",
|
|
340
|
-
"editor.action.form.placeholder.gs.row_filter.value": "value",
|
|
341
|
-
"editor.action.form.placeholder.gs.update_value": "{{ [ {\r\n\"column1\":\"newValue1\",\r\n\"column2\":\"newValue2\"\r\n} ] }}",
|
|
342
|
-
"editor.action.form.placeholder.gs.primary_key_column": "column_name",
|
|
343
|
-
"editor.action.form.placeholder.gs.array_of_rows_to_upd": "{{ [ { \"column1\":\"newValue1\", \"column2\":\"newValue2\" } ] }}",
|
|
344
|
-
"editor.action.form.placeholder.gs.filters_to_match_row.key": "key",
|
|
345
|
-
"editor.action.form.placeholder.gs.filters_to_match_row.value": "value",
|
|
346
|
-
"editor.action.form.tips.acl": "The provided content is a PUBLIC configuration. Leave blank for PRIVATE. Don't forget to configure CORS on your bucket. <0>See Cross-Origin Resource Sharing (CORS).</0>",
|
|
347
|
-
"editor.action.form.tips.connect_to_local.cloud": "It looks like you're trying to connect to a database that's local to your machine or part of a private network. It might not work in the ImpaktApps Cloud version. Check out our <0>docs</0> for how to the self-host version.",
|
|
348
|
-
"editor.action.form.tips.connect_to_local.selfhost": "It looks like you're trying to connect to a database that's local to your machine. Please use the local area network IP address of the machine instead of \"localhost\" or \"127.0.0.1\".",
|
|
349
|
-
"editor.action.form.tips.connect_to_local.title.tips": "Tips",
|
|
350
|
-
"editor.action.form.tips.restapi.verification_mode.skip_ca_certificate": "Your server may be vulnerable to attacks.",
|
|
351
|
-
"editor.action.form.tips.gs.private_key": "Used to connect to Google Sheets. Click <0>here</0> to create a project and get the OAuth credential. With service account authentication, we will only have access to spreadsheets you share with the email address corresponding to the service account used. See <1>here</1> for documentation on creating a service account and access key.\n\nUsers might experience limits from different processing components not controlled by Sheets. Learn more about the <2>quota limits</2>",
|
|
352
|
-
"editor.action.form.tips.gs.leave_blank_to_selec": "Leave blank to select the first sheet",
|
|
353
|
-
"editor.action.form.tips.gs.to_select_the_first_": "To select the first five cells in the first column of a sheet titled sheet1, A1 notation is sheet1!A1:A5. <0>See Google's docs for more information. </0>",
|
|
354
|
-
"editor.action.form.tips.gs.values_to_append": "{{ [ {\r\n\"column1\":\"newValue1\",\r\n\"column2\":\"newValue2\"\r\n} ] }}",
|
|
355
|
-
"editor.action.form.tips.gs.a1_notation": "To select the first five cells in the first column of a sheet titled sheet1, A1 notation is sheet1!A1:A5. <0>See Google's docs for more information. </0>",
|
|
356
|
-
"editor.action.form.tips.gs.sheet_id_to_copy": "Find this by looking at the ?gid=123123 in the URL of your Google sheets",
|
|
357
|
-
"editor.action.form.tips.gs.copy_to_sheet_name": "Required. Rename the copied sheet.",
|
|
358
|
-
"editor.action.form.tips.gs.successfully_authent": "Successfully authenticated",
|
|
359
|
-
"editor.action.form.tips.gs.failed_to_authentica": "Failed to authenticate",
|
|
360
|
-
"editor.action.form.tips.tidb.ca_certificate": "We fill in the CA Certificate used for TLS Connections to Serverless Tier by default. If you need TLS Connections to Dedicated Tier, <0>Click here</0> to view the configuration method.",
|
|
361
|
-
"editor.action.form.tips.neon.normal": "Create a Neon project and get the string in <0>project dashboard</0>.",
|
|
362
|
-
"editor.action.form.tips.neon.failed": "Failed to parse the string. Please check your string or configure manually.",
|
|
363
|
-
"editor.action.form.tips.neon.no_password": "The string has no password. Please display the password in the Neon dashboard before copying.",
|
|
364
|
-
"editor.action.form.tips.clickhouse.ssl": "When using ClickHouse Cloud Service, it is recommended to turn on the SSL.",
|
|
365
|
-
"editor.action.form.tips.airtable.access_token": "<0>Click here</0> to learn how to get the access token.",
|
|
366
|
-
"editor.action.form.tips.airtable.api_key": "API key will be deprecated on February 1, 2024. Please pay attention to the <0>official documentation of Airtable</0> to avoid resource access errors.",
|
|
367
|
-
"editor.action.form.option.appwrite.method.create": "Create a document",
|
|
368
|
-
"editor.action.form.option.appwrite.method.list": "List documents",
|
|
369
|
-
"editor.action.form.option.appwrite.method.get": "Get a document",
|
|
370
|
-
"editor.action.form.option.appwrite.method.update": "Update a document",
|
|
371
|
-
"editor.action.form.option.appwrite.method.delete": "Delete a document",
|
|
372
|
-
"editor.action.form.option.appwrite.filter.and": "AND",
|
|
373
|
-
"editor.action.form.option.appwrite.filter.or": "OR",
|
|
374
|
-
"editor.action.form.option.appwrite.filter.equal": "=",
|
|
375
|
-
"editor.action.form.option.appwrite.filter.notequal": "<>",
|
|
376
|
-
"editor.action.form.option.appwrite.filter.lessthan": "<",
|
|
377
|
-
"editor.action.form.option.appwrite.filter.lessthanEqual": "<=",
|
|
378
|
-
"editor.action.form.option.appwrite.filter.greaterthan": ">",
|
|
379
|
-
"editor.action.form.option.appwrite.filter.greaterthanequal": ">=",
|
|
380
|
-
"editor.action.form.option.appwrite.order.asc": "Asc",
|
|
381
|
-
"editor.action.form.option.appwrite.order.desc": "Desc",
|
|
382
|
-
"editor.action.form.option.oracle.sid.sid": "SID",
|
|
383
|
-
"editor.action.form.option.oracle.sid.service": "Service Name",
|
|
384
|
-
"editor.action.form.option.oracle.ssl": "Use SSL when available",
|
|
385
|
-
"editor.action.form.option.oracle.version.below": "9i or below",
|
|
386
|
-
"editor.action.form.option.oracle.version.above": "9i above",
|
|
387
|
-
"editor.action.form.option.couchdb.ssl": "Use SSL/TLS when available",
|
|
388
|
-
"editor.action.form.option.restapi.authentication.digest_auth": "Digest Auth",
|
|
389
|
-
"editor.action.form.option.restapi.authentication.auth_1": "OAuth 1.0",
|
|
390
|
-
"editor.action.form.option.restapi.authentication.hawk_authentication": "Hawk Authentication",
|
|
391
|
-
"editor.action.form.option.restapi.authentication.aws_v4": "AWS Signature V4",
|
|
392
|
-
"editor.action.form.option.restapi.authentication.session_based_auth": "Session Based Auth (deprecated)",
|
|
393
|
-
"editor.action.form.option.restapi.certificates": "Use self-signed certificates",
|
|
394
|
-
"editor.action.form.option.restapi.ca_certificate": "CA Certificate",
|
|
395
|
-
"editor.action.form.option.restapi.client_key": "Client Key",
|
|
396
|
-
"editor.action.form.option.restapi.client_certificate": "Client Certificate",
|
|
397
|
-
"editor.action.form.option.restapi.verification_mode.full_verification": "Full verification",
|
|
398
|
-
"editor.action.form.option.restapi.verification_mode.verify_ca_certificat": "Verify CA Certificate",
|
|
399
|
-
"editor.action.form.option.restapi.verification_mode.skip_ca_certificate_": "Skip CA Certificate verification",
|
|
400
|
-
"editor.action.form.option.gs.action_type.read_data_from_a_spr": "Read data from a spreadsheet",
|
|
401
|
-
"editor.action.form.option.gs.action_type.append_data_to_a_spr": "Append data to a spreadsheet",
|
|
402
|
-
"editor.action.form.option.gs.action_type.update_a_spreadsheet": "Update a spreadsheet",
|
|
403
|
-
"editor.action.form.option.gs.action_type.bulk_update_a_spread": "Bulk update a spreadsheet by primary key",
|
|
404
|
-
"editor.action.form.option.gs.action_type.delete_a_single_row_": "Delete a single row from a spreadsheet",
|
|
405
|
-
"editor.action.form.option.gs.action_type.create_a_spreadsheet": "Create a spreadsheet",
|
|
406
|
-
"editor.action.form.option.gs.action_type.copy_a_single_sheet_": "Copy a single sheet to another spreadsheet",
|
|
407
|
-
"editor.action.form.option.gs.action_type.list_available_sprea": "List available spreadsheets",
|
|
408
|
-
"editor.action.form.option.gs.action_type.get_spreadsheet_info": "Get spreadsheet info",
|
|
409
|
-
"editor.action.form.option.gs.data_range.use_a1_notation": "Use A1 notation",
|
|
410
|
-
"editor.action.form.option.gs.data_range.use_limit_and_offset": "Use limit and offset",
|
|
411
|
-
"editor.action.form.option.gs.filter_by.use_a1_notation": "Use A1 notation",
|
|
412
|
-
"editor.action.form.option.gs.filter_by.use_row_filters": "Use row filters",
|
|
413
|
-
"editor.action.form.option.gs.oauth_2.0": "OAuth 2.0",
|
|
414
|
-
"editor.action.form.option.gs.service_account": "Service account",
|
|
415
|
-
"editor.action.form.option.gs.read_and_write": "Read and write",
|
|
416
|
-
"editor.action.form.option.gs.read_only": "Read-only",
|
|
417
|
-
"editor.action.form.option.neon.parse": "Parse",
|
|
418
|
-
"editor.action.form.option.neon.connection_string": "Connection string",
|
|
419
|
-
"editor.action.form.option.airtable.access_token": "Access token",
|
|
420
|
-
"editor.action.form.option.airtable.api_key": "API key",
|
|
421
|
-
"editor.action.form.option.tell_us": "Tell us",
|
|
422
|
-
"editor.action.form.default.appwrite.limit": " {{ 1000 }}",
|
|
423
|
-
"editor.action.form.group.gs.service_account": "Service Account",
|
|
424
|
-
"editor.action.form.button.marketplace.select": "Select",
|
|
425
|
-
"editor.action.panel.btn.disable": "Disable",
|
|
426
|
-
"editor.action.panel.btn.enable": "Enable",
|
|
427
|
-
"editor.action.panel.btn.new": "New",
|
|
428
|
-
"editor.action.panel.btn.run": "Run",
|
|
429
|
-
"editor.action.panel.btn.save": "Save",
|
|
430
|
-
"editor.action.panel.btn.save_and_run": "Save & Run",
|
|
431
|
-
"editor.action.panel.btn.save_fail": "Failed to save",
|
|
432
|
-
"editor.action.panel.btn.test_run": "Test run",
|
|
433
|
-
"editor.action.panel.elastic.action_type": "Action Type",
|
|
434
|
-
"editor.action.panel.elastic.body": "Body",
|
|
435
|
-
"editor.action.panel.elastic.id": "Id",
|
|
436
|
-
"editor.action.panel.elastic.index": "Index",
|
|
437
|
-
"editor.action.panel.elastic.query": "Query",
|
|
438
|
-
"editor.action.panel.error.max_file": "The size of file can't exceed 5M.",
|
|
439
|
-
"editor.action.panel.firebase.action_type": "Action Type",
|
|
440
|
-
"editor.action.panel.firebase.collection": "Collection",
|
|
441
|
-
"editor.action.panel.firebase.database_ref": "Database ref",
|
|
442
|
-
"editor.action.panel.firebase.document_id": "Document ID",
|
|
443
|
-
"editor.action.panel.firebase.email": "Email",
|
|
444
|
-
"editor.action.panel.firebase.end_at": "End At",
|
|
445
|
-
"editor.action.panel.firebase.len_of_list": "Length of list ",
|
|
446
|
-
"editor.action.panel.firebase.limit": "limit",
|
|
447
|
-
"editor.action.panel.firebase.next_page_token": "Next page token",
|
|
448
|
-
"editor.action.panel.firebase.object_to_set": "Object to set",
|
|
449
|
-
"editor.action.panel.firebase.order_by": "Order by",
|
|
450
|
-
"editor.action.panel.firebase.ordering_direction": "Ordering direction",
|
|
451
|
-
"editor.action.panel.firebase.parent_document_id": "Parent document ID",
|
|
452
|
-
"editor.action.panel.firebase.phone_number": "Phone number",
|
|
453
|
-
"editor.action.panel.firebase.placeholder.asc": "asc",
|
|
454
|
-
"editor.action.panel.firebase.placeholder.document_value": "{{ { \"stringField\":\"value\", \"numberField\": 42, \"docRef\": { $ref: \"collection/8FB4EF\" } } }}",
|
|
455
|
-
"editor.action.panel.firebase.placeholder.input_collection": "Enter a collection",
|
|
456
|
-
"editor.action.panel.firebase.placeholder.key": "key",
|
|
457
|
-
"editor.action.panel.firebase.placeholder.select_an_action": "Select an action",
|
|
458
|
-
"editor.action.panel.firebase.placeholder.select_collection": "Select a collection",
|
|
459
|
-
"editor.action.panel.firebase.placeholder.value": "value",
|
|
460
|
-
"editor.action.panel.firebase.service_type": "Service Type",
|
|
461
|
-
"editor.action.panel.firebase.start_at": "Start At",
|
|
462
|
-
"editor.action.panel.firebase.tips.document_id": "Leave blank for autogenerated ID.",
|
|
463
|
-
"editor.action.panel.firebase.tips.parent_document_id_tips": "Leave blank for top-level collections.",
|
|
464
|
-
"editor.action.panel.firebase.uid": "UID",
|
|
465
|
-
"editor.action.panel.firebase.use_a_dropdown": "Use a dropdown",
|
|
466
|
-
"editor.action.panel.firebase.use_end_at": "Use endAt",
|
|
467
|
-
"editor.action.panel.firebase.use_raw_id": "Use raw id",
|
|
468
|
-
"editor.action.panel.firebase.use_start_at": "Use startAt",
|
|
469
|
-
"editor.action.panel.firebase.user_object": "User object ",
|
|
470
|
-
"editor.action.panel.firebase.value": "value",
|
|
471
|
-
"editor.action.panel.firebase.where": "where",
|
|
472
|
-
"editor.action.panel.label.event_handler": "Event Handler",
|
|
473
|
-
"editor.action.panel.label.failure": "Failure",
|
|
474
|
-
"editor.action.panel.label.resource": "Resource",
|
|
475
|
-
"editor.action.panel.label.success": "Success",
|
|
476
|
-
"editor.action.panel.label.transformer": "Transformer",
|
|
477
|
-
"editor.action.panel.label.couchdb.database": "Database",
|
|
478
|
-
"editor.action.panel.label.couchdb.action_type": "Action type",
|
|
479
|
-
"editor.action.panel.label.placeholder.couchdb.database": "Select a database",
|
|
480
|
-
"editor.action.panel.label.placeholder.couchdb.record": "{{ {\"x\":1, \"y\":2, ...} }}",
|
|
481
|
-
"editor.action.panel.label.placeholder.couchdb.mangoquery": "{{ {\n \"selector\": {},\n \"limit\": 5\n} }}",
|
|
482
|
-
"editor.action.panel.label.placeholder.restapi.consumer_key": "Consumer key",
|
|
483
|
-
"editor.action.panel.label.placeholder.restapi.consumer_secret": "••••••••••••••••••••••",
|
|
484
|
-
"editor.action.panel.label.placeholder.restapi.realm": "testrealm@example.com",
|
|
485
|
-
"editor.action.panel.label.placeholder.restapi.ext": "some-app-extra-data",
|
|
486
|
-
"editor.action.panel.label.placeholder.restapi.app": "Application id",
|
|
487
|
-
"editor.action.panel.label.placeholder.restapi.dig": "delegated-by",
|
|
488
|
-
"editor.action.panel.label.placeholder.restapi.us-east-1": "us-east-1",
|
|
489
|
-
"editor.action.panel.label.placeholder.restapi.authenticate_using_t": "Authenticate using the HTTP Authorization header instead of query parameters",
|
|
490
|
-
"editor.action.panel.label.placeholder.restapi.find_instructions_on": "Find instructions on where to find access keys <0>in the AWS docs</0>.",
|
|
491
|
-
"editor.action.panel.label.placeholder.restapi.role_to_assume": "Use a <0>different role</0> when accessing the API",
|
|
492
|
-
"editor.action.panel.label.placeholder.advanced.select_pages": "Select pages",
|
|
493
|
-
"editor.action.panel.label.placeholder.ai-agent.value": "Value",
|
|
494
|
-
"editor.action.panel.label.placeholder.drive.file_name": "ImpaktApps.png",
|
|
495
|
-
"editor.action.panel.label.placeholder.drive.file_id": "{{drivePicker1.value[0].fileID}}",
|
|
496
|
-
"editor.action.panel.label.placeholder.drive.page": "{{1}} or {{dataGrid1.page}}",
|
|
497
|
-
"editor.action.panel.label.placeholder.drive.limit": "{{20}} or {{dataGrid1.pageSize}}",
|
|
498
|
-
"editor.action.panel.label.placeholder.drive.file_name_array": "{{upload1.files.map(file => file.name)}}",
|
|
499
|
-
"editor.action.panel.label.placeholder.drive.file_data_array": "{{upload1.value}}",
|
|
500
|
-
"editor.action.panel.label.placeholder.drive.file_ids": "{{[\"id1\",\"id2\"]}} or {{drivePicker1.value.map(file => fileID)}}",
|
|
501
|
-
"editor.action.panel.label.placeholder.drive.target_file_name": "new_file.csv",
|
|
502
|
-
"editor.action.panel.label.placeholder.file_type_array": "{{[\"png\", \"jpg\", \"csv\"]}} or {{upload1.files.map(file =>file.type)}}",
|
|
503
|
-
"editor.action.panel.label.placeholder.missing_resource.choose_a_resource": "Choose a resource",
|
|
504
|
-
"editor.action.panel.label.option.couchdb.action_type.list": "List records",
|
|
505
|
-
"editor.action.panel.label.option.couchdb.action_type.retrieve": "Retrieve record",
|
|
506
|
-
"editor.action.panel.label.option.couchdb.action_type.create": "Create record",
|
|
507
|
-
"editor.action.panel.label.option.couchdb.action_type.update": "Update record",
|
|
508
|
-
"editor.action.panel.label.option.couchdb.action_type.delete": "Delete record",
|
|
509
|
-
"editor.action.panel.label.option.couchdb.action_type.find": "Find",
|
|
510
|
-
"editor.action.panel.label.option.couchdb.action_type.get": "Get view",
|
|
511
|
-
"editor.action.panel.label.option.couchdb.skip": "Skip",
|
|
512
|
-
"editor.action.panel.label.option.couchdb.limit": "Limit",
|
|
513
|
-
"editor.action.panel.label.option.couchdb.include": "Include docs",
|
|
514
|
-
"editor.action.panel.label.option.couchdb.des": "Order",
|
|
515
|
-
"editor.action.panel.label.option.couchdb.id": "_id",
|
|
516
|
-
"editor.action.panel.label.option.couchdb.rev": "_rev",
|
|
517
|
-
"editor.action.panel.label.option.couchdb.record": "Record",
|
|
518
|
-
"editor.action.panel.label.option.couchdb.mangoquery": "MangoQuery",
|
|
519
|
-
"editor.action.panel.label.option.couchdb.ViewURL": "ViewURL",
|
|
520
|
-
"editor.action.panel.label.option.couchdb.StartKey": "StartKey",
|
|
521
|
-
"editor.action.panel.label.option.couchdb.EndKey": "EndKey",
|
|
522
|
-
"editor.action.panel.label.option.couchdb.include_doc_option": "Docs included in the returned results",
|
|
523
|
-
"editor.action.panel.label.option.couchdb.des_option": "Use descending order",
|
|
524
|
-
"editor.action.panel.label.option.restapi.signature_method.hmac_sha1": "HMAC-SHA1",
|
|
525
|
-
"editor.action.panel.label.option.restapi.signature_method.hmac_sha256": "HMAC-SHA256",
|
|
526
|
-
"editor.action.panel.label.option.restapi.signature_method.hmac_sha512": "HMAC-SHA512",
|
|
527
|
-
"editor.action.panel.label.option.restapi.signature_method.rsa_sha1": "RSA-SHA1",
|
|
528
|
-
"editor.action.panel.label.option.restapi.signature_method.rsa_sha256": "RSA-SHA256",
|
|
529
|
-
"editor.action.panel.label.option.restapi.signature_method.rsa_sha512": "RSA-SHA512",
|
|
530
|
-
"editor.action.panel.label.option.restapi.signature_method.plaintext": "PLAINTEXT",
|
|
531
|
-
"editor.action.panel.label.option.restapi.algorithm.sha256": "sha256",
|
|
532
|
-
"editor.action.panel.label.option.restapi.algorithm.sha1": "sha1",
|
|
533
|
-
"editor.action.panel.label.option.restapi.body_type.file": "File",
|
|
534
|
-
"editor.action.panel.label.option.restapi.body_type.text": "Text",
|
|
535
|
-
"editor.action.panel.label.option.restapi.method.options": "OPTIONS",
|
|
536
|
-
"editor.action.panel.label.option.restapi.method.head": "HEAD",
|
|
537
|
-
"editor.action.panel.label.option.restapi.add_access_token_to.query_parameters": "Query Parameters",
|
|
538
|
-
"editor.action.panel.label.option.restapi.add_access_token_to.header_authorization": "Header Authorization",
|
|
539
|
-
"editor.action.panel.label.option.advanced.trigger_this_action_": "Trigger this action when page loads",
|
|
540
|
-
"editor.action.panel.label.option.advanced.show_a_loading_page_": "Show a loading page on page load",
|
|
541
|
-
"editor.action.panel.label.option.advanced.on_page_loading": "On page loading",
|
|
542
|
-
"editor.action.panel.label.option.advanced.on_app_loading": "On APP loaded",
|
|
543
|
-
"editor.action.panel.label.option.advanced.none": "None",
|
|
544
|
-
"editor.action.panel.label.option.airtable.method.list_records": "List records",
|
|
545
|
-
"editor.action.panel.label.option.airtable.method.get_record": "Get record",
|
|
546
|
-
"editor.action.panel.label.option.airtable.method.create_record": "Create record",
|
|
547
|
-
"editor.action.panel.label.option.airtable.method.update_multiple_reco": "Update multiple records",
|
|
548
|
-
"editor.action.panel.label.option.airtable.method.update_record": "Update record",
|
|
549
|
-
"editor.action.panel.label.option.airtable.method.delete_multiple_reco": "Delete multiple records",
|
|
550
|
-
"editor.action.panel.label.option.airtable.method.delete_record": "Delete record",
|
|
551
|
-
"editor.action.panel.label.option.airtable.sort.asc": "ASC",
|
|
552
|
-
"editor.action.panel.label.option.airtable.sort.desc": "DESC",
|
|
553
|
-
"editor.action.panel.label.option.ai-agent.model.gpt-3.5-turbo": "gpt-3.5-turbo",
|
|
554
|
-
"editor.action.panel.label.option.ai-agent.model.gpt-4": "gpt-4",
|
|
555
|
-
"editor.action.panel.label.option.general.js": "Transformer",
|
|
556
|
-
"editor.action.panel.label.option.general.global-data": "Global data",
|
|
557
|
-
"editor.action.panel.label.option.general.ai-agent": "AI Agent",
|
|
558
|
-
"editor.action.panel.label.option.general.more": "More",
|
|
559
|
-
"editor.action.panel.label.option.general.create-resource": "Create from resource",
|
|
560
|
-
"editor.action.panel.label.option.general.unsafe": "Unsafe",
|
|
561
|
-
"editor.action.panel.label.option.general.safe": "Safe",
|
|
562
|
-
"editor.action.panel.label.option.drive.method.list": "List files",
|
|
563
|
-
"editor.action.panel.label.option.drive.method.upload_file": "Upload 1 file",
|
|
564
|
-
"editor.action.panel.label.option.drive.method.upload_multi_file": "Upload multiple files",
|
|
565
|
-
"editor.action.panel.label.option.drive.method.download": "Download 1 file",
|
|
566
|
-
"editor.action.panel.label.option.drive.method.download_multi_file": "Download multiple files",
|
|
567
|
-
"editor.action.panel.label.option.drive.method.delete": "Delete 1 file",
|
|
568
|
-
"editor.action.panel.label.option.drive.method.delete_multi_file": "Delete multiple files",
|
|
569
|
-
"editor.action.panel.label.option.drive.method.update": "Rename file",
|
|
570
|
-
"editor.action.panel.label.option.drive.file_type.none": "None",
|
|
571
|
-
"editor.action.panel.label.option.drive.file_type.by_id": "By ID",
|
|
572
|
-
"editor.action.panel.label.option.drive.file_type.by_name": "By name",
|
|
573
|
-
"editor.action.panel.label.option.missing_resource.missing": "Missing",
|
|
574
|
-
"editor.action.panel.label.option.missing_resource.completed": "Completed",
|
|
575
|
-
"editor.action.panel.label.option.missing_resource.watch": "Play",
|
|
576
|
-
"editor.action.panel.label.restapi.signature_method": "Signature method",
|
|
577
|
-
"editor.action.panel.label.restapi.consumer_key": "Consumer key",
|
|
578
|
-
"editor.action.panel.label.restapi.consumer_secret": "Consumer secret",
|
|
579
|
-
"editor.action.panel.label.restapi.access_token": "Access token",
|
|
580
|
-
"editor.action.panel.label.restapi.token_secret": "Token secret",
|
|
581
|
-
"editor.action.panel.label.restapi.private_key": "Private key",
|
|
582
|
-
"editor.action.panel.label.restapi.realm": "Realm",
|
|
583
|
-
"editor.action.panel.label.restapi.hawk_auth_id": "Hawk Auth ID",
|
|
584
|
-
"editor.action.panel.label.restapi.hawk_auth_key": "Hawk Auth Key",
|
|
585
|
-
"editor.action.panel.label.restapi.algorithm": "Algorithm",
|
|
586
|
-
"editor.action.panel.label.restapi.user": "User",
|
|
587
|
-
"editor.action.panel.label.restapi.nonce": "Nonce",
|
|
588
|
-
"editor.action.panel.label.restapi.ext": "ext",
|
|
589
|
-
"editor.action.panel.label.restapi.app": "app",
|
|
590
|
-
"editor.action.panel.label.restapi.dig": "dig",
|
|
591
|
-
"editor.action.panel.label.restapi.timestamp": "Timestamp",
|
|
592
|
-
"editor.action.panel.label.restapi.aws_region": "AWS Region",
|
|
593
|
-
"editor.action.panel.label.restapi.aws_service": "AWS Service",
|
|
594
|
-
"editor.action.panel.label.restapi.aws_access_key_id": "AWS Access Key ID",
|
|
595
|
-
"editor.action.panel.label.restapi.aws_secret_key_id": "AWS Secret Key ID",
|
|
596
|
-
"editor.action.panel.label.restapi.role_to_assume": "Role to assume (ARN)",
|
|
597
|
-
"editor.action.panel.label.restapi.list_of_cookies_to_f": "List of cookies to forward",
|
|
598
|
-
"editor.action.panel.label.restapi.add_access_token_to": "Add Access Token To",
|
|
599
|
-
"editor.action.panel.label.tips.restapi.body_type.file": "Either a binary string, or an object: {{ { data: binary string, filename?: string } }}",
|
|
600
|
-
"editor.action.panel.label.tips.advanced.no_actions_will_be_t": "No actions will be triggered when the page loads. You can manually trigger the action and enable \"Trigger this action when page loads\" in the advanced settings.",
|
|
601
|
-
"editor.action.panel.label.tips.airtable.base_id": "Get the base ID from your base URL. It is usually a string starting with \"app\". ",
|
|
602
|
-
"editor.action.panel.label.tips.airtable.filter_by_formula": "<0>Click here</0> to learn how to use formula.",
|
|
603
|
-
"editor.action.panel.label.tips.airtable.time_zone": "<0>Click here</0> to check all supported timezones.",
|
|
604
|
-
"editor.action.panel.label.tips.airtable.user_locales": "<0>Click here</0> to check all supported locales. ",
|
|
605
|
-
"editor.action.panel.label.tips.global-data.how-to-use": "Use this global data by {{globalData.state1}}",
|
|
606
|
-
"editor.action.panel.label.tips.general.safe_mode": "When using the safe mode, the content inside \"{{ }}\" will be treated as a complete string and cannot include logical operations or SQL syntax. If you need to use logical operations within \"{{ }}\", please switch to the unsafe mode. Please note that the unsafe mode carries the risk of SQL injection, so use it with caution.",
|
|
607
|
-
"editor.action.panel.label.tips.drive.method": "Used to set what actions you plan to perform on the drive.",
|
|
608
|
-
"editor.action.panel.label.tips.drive.filter_type": "If you want to filter files, you can use this configuration option to specify filtering by file name or file ID. File name uses fuzzy matching, while file ID uses exact matching.",
|
|
609
|
-
"editor.action.panel.label.tips.drive.file_name": "Used for fuzzy matching files.",
|
|
610
|
-
"editor.action.panel.label.tips.drive.file_id": "Used to accurately list a specific file.",
|
|
611
|
-
"editor.action.panel.label.tips.drive.folder": "Use /root to specify the root folder, and /root/x/y to specify another folder.",
|
|
612
|
-
"editor.action.panel.label.tips.drive.page": "If you need server-side pagination, you can use this configuration option to set the page number of the data to retrieve. It starts from 1.",
|
|
613
|
-
"editor.action.panel.label.tips.drive.limit": "If you need server-side pagination, you can use this configuration option to set the number of data items to be returned per page.",
|
|
614
|
-
"editor.action.panel.label.tips.drive.file_name_array": "An array consisting of the names of the files you want to upload, including the file extensions, such as [file1.csv, file2.csv]. You can directly retrieve this value using the upload component, like {{upload1.files.map(file => file.name)}}.",
|
|
615
|
-
"editor.action.panel.label.tips.drive.file_data_array": "An array of the data of the files you want to upload. You can get it via {{upload1.value}}.",
|
|
616
|
-
"editor.action.panel.label.tips.drive.file_ids": "An array of file IDs that you want to download. You can retrieve this value from the Drive Picker component using {{drivePicker1.value.map(file => fileID)}}, or you can obtain it through the list method.",
|
|
617
|
-
"editor.action.panel.label.tips.drive.file_type_array": "An array of type of the files to be uploaded. You can use {{upload1.files.map(file =>file.type)}} to get the file types from upload component. ",
|
|
618
|
-
"editor.action.panel.label.tips.drive.target_file_name": "Used to set the new name",
|
|
619
|
-
"editor.action.panel.label.tips.drive.overwrite": "If overwrite, we will replace the file with the new one. If not overwrite, we will rename the new file end with a random string. ",
|
|
620
|
-
"editor.action.panel.label.tips.desc.safe_mode": "To mitigate the potential risk of SQL injection, Safe mode is enabled by default. When using variables with {{ in this mode, errors may occur. If you prefer to continue using variables, please switch to Unsafe mode.",
|
|
621
|
-
"editor.action.panel.label.tips.title.safe_mode": "You may want to use variables. ",
|
|
622
|
-
"editor.action.panel.label.advanced.advanced": "ADVANCED",
|
|
623
|
-
"editor.action.panel.label.advanced.page_trigger": "Trigger Timing",
|
|
624
|
-
"editor.action.panel.label.advanced.loading_page": "Loading page",
|
|
625
|
-
"editor.action.panel.label.advanced.page_load_delay": "Delay (ms)",
|
|
626
|
-
"editor.action.panel.label.advanced.run_this_action_peri": "Run this action periodically",
|
|
627
|
-
"editor.action.panel.label.advanced.interval": "Interval (s)",
|
|
628
|
-
"editor.action.panel.label.advanced.actions_running_when": "Actions running when the page loads",
|
|
629
|
-
"editor.action.panel.label.advanced.pages": "Pages",
|
|
630
|
-
"editor.action.panel.label.advanced.periodically_run": "Periodically run",
|
|
631
|
-
"editor.action.panel.label.airtable.base_id": "Base ID",
|
|
632
|
-
"editor.action.panel.label.airtable.table_name": "Table name",
|
|
633
|
-
"editor.action.panel.label.airtable.method": "Method",
|
|
634
|
-
"editor.action.panel.label.airtable.view": "View",
|
|
635
|
-
"editor.action.panel.label.airtable.fields": "Fields",
|
|
636
|
-
"editor.action.panel.label.airtable.filter_by_formula": "Filter by formula",
|
|
637
|
-
"editor.action.panel.label.airtable.sort": "Sort",
|
|
638
|
-
"editor.action.panel.label.airtable.max_records": "Max records",
|
|
639
|
-
"editor.action.panel.label.airtable.page_size": "Page size",
|
|
640
|
-
"editor.action.panel.label.airtable.offset": "Offset",
|
|
641
|
-
"editor.action.panel.label.airtable.cell_format": "Cell format",
|
|
642
|
-
"editor.action.panel.label.airtable.time_zone": "Time zone",
|
|
643
|
-
"editor.action.panel.label.airtable.user_locales": "User locales",
|
|
644
|
-
"editor.action.panel.label.airtable.record_id": "Record ID",
|
|
645
|
-
"editor.action.panel.label.airtable.records": "Records",
|
|
646
|
-
"editor.action.panel.label.airtable.record": "Record",
|
|
647
|
-
"editor.action.panel.label.airtable.record_ids": "Record IDs",
|
|
648
|
-
"editor.action.panel.label.ai-agent.model": "Model",
|
|
649
|
-
"editor.action.panel.label.ai-agent.variable": "Variable",
|
|
650
|
-
"editor.action.panel.label.ai-agent.input": "Send content",
|
|
651
|
-
"editor.action.panel.label.ai-agent.max-token": "Max token",
|
|
652
|
-
"editor.action.panel.label.general.connect-data-source": "Connect to database or api",
|
|
653
|
-
"editor.action.panel.label.general.more-type": "More type of data sources",
|
|
654
|
-
"editor.action.panel.label.general.safe_mode": "Mode",
|
|
655
|
-
"editor.action.panel.label.general.ai_agent_title": "Integrate with AI Agent",
|
|
656
|
-
"editor.action.panel.label.general.integration_title": "Integrate with data source",
|
|
657
|
-
"editor.action.panel.label.drive.method": "Method",
|
|
658
|
-
"editor.action.panel.label.drive.filter_type": "Filter type",
|
|
659
|
-
"editor.action.panel.label.drive.file_name": "File name",
|
|
660
|
-
"editor.action.panel.label.drive.file_id": "File ID",
|
|
661
|
-
"editor.action.panel.label.drive.folder": "Folder",
|
|
662
|
-
"editor.action.panel.label.drive.page": "Page",
|
|
663
|
-
"editor.action.panel.label.drive.limit": "Limit",
|
|
664
|
-
"editor.action.panel.label.drive.file_name_array": "File name array",
|
|
665
|
-
"editor.action.panel.label.drive.file_data_array": "File data array",
|
|
666
|
-
"editor.action.panel.label.drive.file_ids": "File ID array",
|
|
667
|
-
"editor.action.panel.label.drive.file_type_array": "File type array",
|
|
668
|
-
"editor.action.panel.label.drive.target_file_name": "New name with extension",
|
|
669
|
-
"editor.action.panel.label.drive.overwrite": "Overwrite when the name is duplicate",
|
|
670
|
-
"editor.action.panel.label.missing_resource.affected_actions": "Affected actions",
|
|
671
|
-
"editor.action.panel.label.missing_resource.type": "Type",
|
|
672
|
-
"editor.action.panel.label.missing_resource.replacement": "Replacement",
|
|
673
|
-
"editor.action.panel.label.missing_resource.status": "Status",
|
|
674
|
-
"editor.action.panel.label.missing_resource.tutorial": "Tutorial",
|
|
675
|
-
"editor.action.panel.menu.more.delete": "Delete",
|
|
676
|
-
"editor.action.panel.menu.more.duplicate": "Duplicate",
|
|
677
|
-
"editor.action.panel.mongodb.action_type": "Action Type",
|
|
678
|
-
"editor.action.panel.mongodb.aggregation": "Aggregation",
|
|
679
|
-
"editor.action.panel.mongodb.collection": "Collection",
|
|
680
|
-
"editor.action.panel.mongodb.document": "Document",
|
|
681
|
-
"editor.action.panel.mongodb.field": "Field",
|
|
682
|
-
"editor.action.panel.mongodb.filter": "Filter",
|
|
683
|
-
"editor.action.panel.mongodb.limit": "Limit",
|
|
684
|
-
"editor.action.panel.mongodb.operations": "Operations",
|
|
685
|
-
"editor.action.panel.mongodb.options": "Options",
|
|
686
|
-
"editor.action.panel.mongodb.projection": "Projection",
|
|
687
|
-
"editor.action.panel.mongodb.query": "Query",
|
|
688
|
-
"editor.action.panel.mongodb.skip": "Skip",
|
|
689
|
-
"editor.action.panel.mongodb.sort_by": "Sort By",
|
|
690
|
-
"editor.action.panel.mongodb.update": "Update",
|
|
691
|
-
"editor.action.panel.option.resource.new": "Create a new resource",
|
|
692
|
-
"editor.action.panel.option.trigger.manually": "Run action only when manually triggered",
|
|
693
|
-
"editor.action.panel.option.trigger.on_change": "Run action automatically when inputs change",
|
|
694
|
-
"editor.action.panel.option.trigger.label": "Trigger type",
|
|
695
|
-
"editor.action.panel.option.mock.label": "Mock",
|
|
696
|
-
"editor.action.panel.option.mock.data_label": "Data",
|
|
697
|
-
"editor.action.panel.option.mock.data_production": "Production",
|
|
698
|
-
"editor.action.panel.option.mock.data_mock": "Mock",
|
|
699
|
-
"editor.action.panel.option.mock.json": "Mock JSON Outputs",
|
|
700
|
-
"editor.action.panel.option.mock.on_deploy": "Use the mock JSON outputs on deployed app",
|
|
701
|
-
"editor.action.panel.option.mock.duration": "Runtime duration(ms)",
|
|
702
|
-
"editor.action.panel.s3.action_type": "Action Type",
|
|
703
|
-
"editor.action.panel.s3.bucket_name": "Bucket name",
|
|
704
|
-
"editor.action.panel.s3.content_type": "Content-Type",
|
|
705
|
-
"editor.action.panel.s3.delimiter": "Delimiter",
|
|
706
|
-
"editor.action.panel.s3.error.max_file": "The size of file can't exceed 5M.",
|
|
707
|
-
"editor.action.panel.s3.expiry_duration_of_signed_url": "Expiry Duration of Signed URL(Minutes)",
|
|
708
|
-
"editor.action.panel.s3.generate_signed_url": "Generate Signed URL",
|
|
709
|
-
"editor.action.panel.s3.max_keys": "Max keys",
|
|
710
|
-
"editor.action.panel.s3.object_key": "Object key",
|
|
711
|
-
"editor.action.panel.s3.object_key_list": "Object key list",
|
|
712
|
-
"editor.action.panel.s3.placeholder.data_list": "{{[\"e1xydGYxXGFuc2lcYW5zaWNwZzkzNlxjb2NvYXJ0ZjI2MzgKXGNvY29hdGV4dHNjYWxpbmcwXGNvY29hcGxhdGZvcm0we1xmb250dGJ\nsXGYwXGZzd2lzc1xmY2hhcnNldDAgSGVsdmV0aWNhO30Ke1xjb2xvcnRibDtccmVkMjU1XGdyZWVuMjU1XGJsdWUyNTU7fQp7XCpcZXhw\nYW5kZWRjb2xvcnRibDs7\", \"fQpccGFwZXJ3MTE5MDBccGFwZXJoMTY4NDBcbWFyZ2wxNDQwXG1hcmdyMTQ0MFx2aWV3dzExNTIwXHZpZXdoODQw\nMFx2aWV3a2luZDAKXHBhcmRcdHg1NjZcdHgxMTMzXHR4MTcwMFx0eDIyNjdcdHgy\"]}}",
|
|
713
|
-
"editor.action.panel.s3.placeholder.object_key_list": "{{[\"myDir/file1.txt\", \"myDir/file2.txt\"]}}",
|
|
714
|
-
"editor.action.panel.s3.placeholder.object_name": "export.csv",
|
|
715
|
-
"editor.action.panel.s3.placeholder.object_name_list": "{{[\"export.csv\",\"export1.csv\"]}}",
|
|
716
|
-
"editor.action.panel.s3.prefix_to_filter_reseults": "Prefix to filter results",
|
|
717
|
-
"editor.action.panel.s3.tips.delimiter": "A delimiter is a character you use to group keys.",
|
|
718
|
-
"editor.action.panel.s3.tips.max_keys": "Sets the maximum number of keys returned in the response. By default the action returns up to 1,000 key names.",
|
|
719
|
-
"editor.action.panel.s3.upload_data": "Upload data",
|
|
720
|
-
"editor.action.panel.s3.upload_data_list": "Upload data list",
|
|
721
|
-
"editor.action.panel.s3.upload_object_name": "Upload object name",
|
|
722
|
-
"editor.action.panel.s3.upload_object_name_list": "Upload object name list",
|
|
723
|
-
"editor.action.panel.s3.timeout_upload": "Timeout for uploading a file (Minute)",
|
|
724
|
-
"editor.action.panel.s3.timeout_upload_multiple": "Timeout for uploading a single file (Minute) ",
|
|
725
|
-
"editor.action.panel.smtp.attachment": "Attachment(s)",
|
|
726
|
-
"editor.action.panel.smtp.bcc_email": "Bcc email(s)",
|
|
727
|
-
"editor.action.panel.smtp.body": "Body",
|
|
728
|
-
"editor.action.panel.smtp.cc_email": "Cc email(s)",
|
|
729
|
-
"editor.action.panel.smtp.from_email": "From email",
|
|
730
|
-
"editor.action.panel.smtp.placeholder.attachment": "{{[{ data: 'exp', name: 'exp', contentType: 'exp' }]}}",
|
|
731
|
-
"editor.action.panel.smtp.placeholder.emails": "Use commas to separate emails. i.e. {{[\"A\", \"B\"]}}",
|
|
732
|
-
"editor.action.panel.smtp.replay_email": "Reply-to email",
|
|
733
|
-
"editor.action.panel.smtp.set_replay_email": "Set Reply-To email",
|
|
734
|
-
"editor.action.panel.smtp.subject": "Subject",
|
|
735
|
-
"editor.action.panel.smtp.tips.port": "Some ISPs may block port 25.If the connection fails, please change the \nport.",
|
|
736
|
-
"editor.action.panel.smtp.to_email": "To email(s)",
|
|
737
|
-
"editor.action.panel.smtp.use_html": "Use HTML",
|
|
738
|
-
"editor.action.panel.smtp.use_raw": "Use raw text",
|
|
739
|
-
"editor.action.panel.tips.transformer": "Enable transformers to transform the result of the query to a different format.",
|
|
740
|
-
"editor.action.panel.graphql.query": "Query",
|
|
741
|
-
"editor.action.panel.graphql.variables": "Variables",
|
|
742
|
-
"editor.action.panel.graphql.headers": "Headers",
|
|
743
|
-
"editor.action.panel.graphql.placeholder.query": "# Use $ to add a variable into your query (e.g. $category ) \r\nquery ($owner: String!, $name: String!){\r\n repository(owner: $owner, name: $name) \r\n}",
|
|
744
|
-
"editor.action.panel.hugging_face.mode_id": "Model ID",
|
|
745
|
-
"editor.action.panel.hugging_face.placeholder.mode_id": "bert-base-uncased",
|
|
746
|
-
"editor.action.panel.hugging_face.placeholder.text": "The answer to the universe is [MASK].",
|
|
747
|
-
"editor.action.panel.hugging_face.placeholder.json": "{ \r\n\"past_user_inputs\": [\"Which movie is the best ?\"], \r\n\"generated_responses\": [\"It's Die Hard for sure.\"], \r\n\"text\": \"Can you explain why ?\" \r\n}",
|
|
748
|
-
"editor.action.panel.hugging_face.placeholder.binary": "i.e. {{ upload1.file[0] }}. A binary files without file prefix",
|
|
749
|
-
"editor.action.panel.hugging_face.placeholder.use_cache": "Boolean, leave blank for true",
|
|
750
|
-
"editor.action.panel.hugging_face.placeholder.min_length": "Integer to define the minimum length in tokens of the output summary",
|
|
751
|
-
"editor.action.panel.hugging_face.placeholder.top_k": "Integer to define the top tokens",
|
|
752
|
-
"editor.action.panel.hugging_face.placeholder.top_p": "Float to define the tokens",
|
|
753
|
-
"editor.action.panel.hugging_face.placeholder.temperature": "Float(0.0-100.0),leave blank for 1.0",
|
|
754
|
-
"editor.action.panel.hugging_face.placeholder.repetition_penalty": "Float (0.0-100.0)",
|
|
755
|
-
"editor.action.panel.hugging_face.placeholder.max_time": "Float (0.0-120.0) to define the amount of time in seconds",
|
|
756
|
-
"editor.action.panel.hugging_face.placeholder.selectParameterType": "Select a type",
|
|
757
|
-
"editor.action.panel.hugging_face.tips.mode_id": "Go to the <0>Model Hub</0> and select the model you want to use.",
|
|
758
|
-
"editor.action.panel.hugging_face.tips.use_detail_parameters": "<0>Click here</0> to learn more about the detail parameters",
|
|
759
|
-
"editor.action.panel.hugging_face.tips.temperature": "1 means regular sampling, 0 means always taking the highest score, 100.0 is getting closer to uniform probability.",
|
|
760
|
-
"editor.action.panel.hugging_face.tips.repetition_penalty": "The more a token is used within generation the more it is penalized to not be picked in successive generation passes.",
|
|
761
|
-
"editor.action.panel.hugging_face.parameter": "Parameter",
|
|
762
|
-
"editor.action.panel.hugging_face.use_detail_parameters": "Use detail parameters",
|
|
763
|
-
"editor.action.panel.hugging_face.use_cache": "Use cache",
|
|
764
|
-
"editor.action.panel.hugging_face.wait_for_model": "Wait for model",
|
|
765
|
-
"editor.action.panel.hugging_face.min_length": "Min length",
|
|
766
|
-
"editor.action.panel.hugging_face.max_length": "Max length",
|
|
767
|
-
"editor.action.panel.hugging_face.top_k": "Top k",
|
|
768
|
-
"editor.action.panel.hugging_face.top_p": "Top p",
|
|
769
|
-
"editor.action.panel.hugging_face.temperature": "Temperature",
|
|
770
|
-
"editor.action.panel.hugging_face.repetition_penalty": "Repetition penalty",
|
|
771
|
-
"editor.action.panel.hugging_face.max_time": "Max time",
|
|
772
|
-
"editor.action.panel.sqlgc.placeholder.text": "What SQL statement do you want to generate",
|
|
773
|
-
"editor.action.panel.sqlgc.button.text": "SQL Generate",
|
|
774
|
-
"editor.action.panel.mssql.config_type": "Config Type",
|
|
775
|
-
"editor.action.panel.mssql.query": "Query",
|
|
776
|
-
"editor.action.panel.mssql.placeholder.query": "select * from users;",
|
|
777
|
-
"editor.action.panel.mssql.placeholder.table": "Select a table",
|
|
778
|
-
"editor.action.panel.mssql.placeholder.insert_record": "{{ [{x1:1, y1:1}, {x2:1, y2:1},...] }}",
|
|
779
|
-
"editor.action.panel.mssql.table": "Table",
|
|
780
|
-
"editor.action.panel.mssql.insert_record": "Array of records to insert",
|
|
781
|
-
"editor.action.panel.mssql.dropdown.retry": "Click to retry",
|
|
782
|
-
"editor.action.panel.dynamo.label.method": "Method",
|
|
783
|
-
"editor.action.panel.dynamo.label.table": "Table",
|
|
784
|
-
"editor.action.panel.dynamo.label.json_input": "Use JSON parameter editor",
|
|
785
|
-
"editor.action.panel.dynamo.label.parameters": "Parameters",
|
|
786
|
-
"editor.action.panel.dynamo.label.index": "Index name",
|
|
787
|
-
"editor.action.panel.dynamo.label.key_condition": "Key condition expression",
|
|
788
|
-
"editor.action.panel.dynamo.label.projection_expression": "Projection expression",
|
|
789
|
-
"editor.action.panel.dynamo.label.filter_expression": "Filter expression",
|
|
790
|
-
"editor.action.panel.dynamo.label.attribute_name": "Expression attribute names",
|
|
791
|
-
"editor.action.panel.dynamo.label.attribute_value": "Expression attribute values",
|
|
792
|
-
"editor.action.panel.dynamo.label.limit": "Limit",
|
|
793
|
-
"editor.action.panel.dynamo.label.select": "Select",
|
|
794
|
-
"editor.action.panel.dynamo.label.item": "Item",
|
|
795
|
-
"editor.action.panel.dynamo.label.condition_expression": "Condition expression",
|
|
796
|
-
"editor.action.panel.dynamo.label.key": "Key",
|
|
797
|
-
"editor.action.panel.dynamo.label.update_expression": "Update expression",
|
|
798
|
-
"editor.action.panel.dynamo.option.query": "query",
|
|
799
|
-
"editor.action.panel.dynamo.option.scan": "scan",
|
|
800
|
-
"editor.action.panel.dynamo.option.put_item": "putItem",
|
|
801
|
-
"editor.action.panel.dynamo.option.get_item": "getItem",
|
|
802
|
-
"editor.action.panel.dynamo.option.update_item": "updateItem",
|
|
803
|
-
"editor.action.panel.dynamo.option.delete_item": "deleteItem",
|
|
804
|
-
"editor.action.panel.dynamo.placeholder.parameters": "JSON, for exmaple:\n {\n\"TableName\":\"abc\",\n\"KeyConditionExpression\":\"abc\",\n\"ExpressionAtt...\n}",
|
|
805
|
-
"editor.action.panel.status.ran_failed": "Failed",
|
|
806
|
-
"editor.action.panel.status.ran_successfully": "Success",
|
|
807
|
-
"editor.action.panel.result.restapi.status": "Status code",
|
|
808
|
-
"editor.action.panel.result.restapi.headers": "Headers",
|
|
809
|
-
"editor.action.panel.result.restapi.response": "Data",
|
|
810
|
-
"editor.action.panel.result.restapi.rawdata": "Raw data",
|
|
811
|
-
"editor.action.panel.placeholder.restapi.body_type.file": "{{ { data: binary string, filename: string } }}",
|
|
812
|
-
"editor.action.panel.title.general.initial-title": "Connect to your data source and create an action to perform CRUD",
|
|
813
|
-
"editor.action.panel.title.missing_resource.missing_resources": "Missing resources",
|
|
814
|
-
"editor.action.panel.titlemissing_resource.missing_resources": "Missing resources",
|
|
815
|
-
"editor.action.panel.buttonmissing_resource.cancel": "Cancel",
|
|
816
|
-
"editor.action.panel.buttonmissing_resource.save": "Save",
|
|
817
|
-
"editor.action.panel.desc.missing_resource.some_resources_of_th": "Some resources of the actions in this app have been deleted, which may cause error the using this app. Please confirm. ",
|
|
818
|
-
"editor.action.panel.button.missing_resource.configure": "Configure",
|
|
819
|
-
"editor.action.panel.button.missing_resource.deploy": "Deploy",
|
|
820
|
-
"editor.action.panel.button.missing_resource.cancel": "Cancel",
|
|
821
|
-
"editor.action.panel.button.missing_resource.save": "Save",
|
|
822
|
-
"editor.action.resource.card.coming_soon": "Coming Soon",
|
|
823
|
-
"editor.action.resource.db.invalid_private.key": "Invalid private key. ",
|
|
824
|
-
"editor.action.resource.db.label.ca_certificate": "CA Certificate",
|
|
825
|
-
"editor.action.resource.db.label.client_certificate": "Client Certificate",
|
|
826
|
-
"editor.action.resource.db.label.client_key": "Client Key",
|
|
827
|
-
"editor.action.resource.db.label.config_type": "Config Type",
|
|
828
|
-
"editor.action.resource.db.label.connect_type": "Connect Type",
|
|
829
|
-
"editor.action.resource.db.label.connection_format": "Connection format",
|
|
830
|
-
"editor.action.resource.db.label.connection_string": "Connection String",
|
|
831
|
-
"editor.action.resource.db.label.database": "Database",
|
|
832
|
-
"editor.action.resource.db.label.database_index": "Database Index",
|
|
833
|
-
"editor.action.resource.db.label.firebase_database_url": "Firebase Database URL",
|
|
834
|
-
"editor.action.resource.db.label.firebase_project_id": "Firestore Project ID",
|
|
835
|
-
"editor.action.resource.db.label.hostname": "Hostname",
|
|
836
|
-
"editor.action.resource.db.label.hostname_port": "Hostname/Port",
|
|
837
|
-
"editor.action.resource.db.label.hosturl": "Host Url",
|
|
838
|
-
"editor.action.resource.db.label.mongodb_connection_dns_seed_list": "DNS seed list connection",
|
|
839
|
-
"editor.action.resource.db.label.mongodb_connection_standard": "Standard Connection",
|
|
840
|
-
"editor.action.resource.db.label.mongodb_ssl_ca": "CA Cert",
|
|
841
|
-
"editor.action.resource.db.label.mongodb_ssl_client": "Client Cert and Key",
|
|
842
|
-
"editor.action.resource.db.label.name": "Name",
|
|
843
|
-
"editor.action.resource.db.label.port": "Port",
|
|
844
|
-
"editor.action.resource.db.label.private_key": "Private Key",
|
|
845
|
-
"editor.action.resource.db.label.private_key_hover": "The private key is associated with a Service Account with Firebase privileges.",
|
|
846
|
-
"editor.action.resource.db.label.ssl_options": "SSL options",
|
|
847
|
-
"editor.action.resource.db.label.username_password": "Username/Password",
|
|
848
|
-
"editor.action.resource.db.label.self_signed_certificate": "Use self-signed certificate",
|
|
849
|
-
"editor.action.resource.db.label.disable_introspection": "Disable Introspection",
|
|
850
|
-
"editor.action.resource.db.label.value": "Value",
|
|
851
|
-
"editor.action.resource.db.label.add_to": "Add to",
|
|
852
|
-
"editor.action.resource.db.label.header_prefix": "Header prefix",
|
|
853
|
-
"editor.action.resource.db.label.key": "Key",
|
|
854
|
-
"editor.action.resource.db.label.introspection": "Introspection",
|
|
855
|
-
"editor.action.resource.db.label.bear_token": "Token",
|
|
856
|
-
"editor.action.resource.db.label.connection_options": "Connection options",
|
|
857
|
-
"editor.action.resource.db.label.account_name": "Account name",
|
|
858
|
-
"editor.action.resource.db.label.warehouse": "Warehouse",
|
|
859
|
-
"editor.action.resource.db.label.schema": "Schema",
|
|
860
|
-
"editor.action.resource.db.label.snowflake_basic_auth": "Basic Auth",
|
|
861
|
-
"editor.action.resource.db.label.snowflake_key_auth": "Key Pair (only encrypted private keys are supported)",
|
|
862
|
-
"editor.action.resource.db.label.role": "Role",
|
|
863
|
-
"editor.action.resource.db.label.username": "Username",
|
|
864
|
-
"editor.action.resource.db.label.password": "Password",
|
|
865
|
-
"editor.action.resource.db.label.dynamo_region": "AWS region",
|
|
866
|
-
"editor.action.resource.db.label.dynamo_access_key_id": "AWS Access Key ID",
|
|
867
|
-
"editor.action.resource.db.label.dynamo_secret_key": "AWS Secret Key",
|
|
868
|
-
"editor.action.resource.db.placeholder.certificate": "-----BEGIN CERTIFICATE-----\nMIIEMDCCApigAwIBAgIDI2GWMA0GCSqGSIb3DQEBDAUAMDoxODA2BgNVBAMML2Fm\nDTE5MDQwODAzNDIyMloXDTI5MDQwNTAzNDIyMlowOjE4MDYGA1UEAwwvYWY1ZjU4\nDTE5MDQwODAzNDIyMloXDTI5MDQwNTAzNDIyMlowOjE4MDYGA1UEAwwvYWY1ZjU4\nDTE5MDQwODAzNDIyMloXDTI5MDQwNTAzNDIyMlowOjE4MDYGA1UEAwwvYWY1ZjU4\n...\n-----END CERTIFICATE-----",
|
|
869
|
-
"editor.action.resource.db.placeholder.database": "acme_production",
|
|
870
|
-
"editor.action.resource.db.placeholder.database_index": "default 0",
|
|
871
|
-
"editor.action.resource.db.placeholder.hostname": "Hostname",
|
|
872
|
-
"editor.action.resource.db.placeholder.hosturl": "i.e. https://example.com",
|
|
873
|
-
"editor.action.resource.db.placeholder.mongo_certificate": "-----BEGIN RSA PRIVATE KEY-----\nMIIEMDCCApigAwIBAgIDI2GWMA0GCSqGSIb3DQEBDAUAMDoxODA2BgNVBAMML2Fm\nDTE5MDQwODAzNDIyMloXDTI5MDQwNTAzNDIyMlowOjE4MDYGA1UEAwwvYWY1ZjU4\nDTE5MDQwODAzNDIyMloXDTI5MDQwNTAzNDIyMlowOjE4MDYGA1UEAwwvYWY1ZjU4\nDTE5MDQwODAzNDIyMloXDTI5MDQwNTAzNDIyMlowOjE4MDYGA1UEAwwvYWY1ZjU4\n...\n-----END RSA PRIVATE KEY-----\n-----BEGIN CERTIFICATE-----\nMIIEMDCCApigAwIBAgIDI2GWMA0GCSqGSIb3DQEBDAUAMDoxODA2BgNVBAMML2Fm\nDTE5MDQwODAzNDIyMloXDTI5MDQwNTAzNDIyMlowOjE4MDYGA1UEAwwvYWY1ZjU4\nDTE5MDQwODAzNDIyMloXDTI5MDQwNTAzNDIyMlowOjE4MDYGA1UEAwwvYWY1ZjU4\nDTE5MDQwODAzNDIyMloXDTI5MDQwNTAzNDIyMlowOjE4MDYGA1UEAwwvYWY1ZjU4\n...\n-----END CERTIFICATE-----\n",
|
|
874
|
-
"editor.action.resource.db.placeholder.name": "i.e.\"Users DB(readonly)\" or \"Internal Admin API\"",
|
|
875
|
-
"editor.action.resource.db.placeholder.password": "Password",
|
|
876
|
-
"editor.action.resource.db.placeholder.private_key": "{\n \"type\": \"service_account\",\n \"project_id\": \"projectId\",\n \"private_key_id\": \"privateKeyId\",\n \"private_key\": \"-----BEGIN PRIVATE KEY-----\nprivateKey\n-----END PRIVATE KEY-----\",\n \"client_email\": \"clientEmail\",\n \"client_id\": \"100000000000000000000\",\n \"auth_uri\": \"https://accounts.google.com/o/oauth2/auth\",\n \"token_uri\": \"https://oauth2.googleapis.com/token\",\n \"auth_provider_x509_cert_url\": \"https://www.googleapis.com/oauth2/v1/certs\",\n \"client_x509_cert_url\": \"clientx509CertUrl\"\n}",
|
|
877
|
-
"editor.action.resource.db.placeholder.username": "Username",
|
|
878
|
-
"editor.action.resource.db.placeholder.default": "default",
|
|
879
|
-
"editor.action.resource.db.placeholder.hugging_face_url": "Use the absolute URL (e.g https://api-inference.huggingface.co/models/). ",
|
|
880
|
-
"editor.action.resource.db.placeholder.database_name": "Database name",
|
|
881
|
-
"editor.action.resource.db.placeholder.account_name": "xy12345.us-east-2.aws",
|
|
882
|
-
"editor.action.resource.db.placeholder.warehouse": "COMPUTE_WH",
|
|
883
|
-
"editor.action.resource.db.placeholder.snowflake_database": "SNOWFLAKE_SAMPLE_DATA",
|
|
884
|
-
"editor.action.resource.db.placeholder.schema": "PUBLIC",
|
|
885
|
-
"editor.action.resource.db.placeholder.role": "Role",
|
|
886
|
-
"editor.action.resource.db.placeholder.snowflake_username": "ImpaktApps",
|
|
887
|
-
"editor.action.resource.db.placeholder.snowflake_password": "••••••••",
|
|
888
|
-
"editor.action.resource.db.placeholder.snowflake_private_key": "-----BEGIN ENCRYPTED PRIVATE KEY-----\r\n••••••••\r\n -----END ENCRYPTED PRIVATE KEY-----",
|
|
889
|
-
"editor.action.resource.db.placeholder.dynamo_region": "us-west-1",
|
|
890
|
-
"editor.action.resource.db.tip.connect_type": "Cloud: ImpaktApps servers will securely connect to your database.",
|
|
891
|
-
"editor.action.resource.db.tip.name": "The name for resource when creating actions in the Act21 Ui-Buider.",
|
|
892
|
-
"editor.action.resource.db.tip.private_key": "<0>Click here</0> to see how to obtain this key",
|
|
893
|
-
"editor.action.resource.db.tip.ssl_options": "SSL is used when available",
|
|
894
|
-
"editor.action.resource.db.tip.username_password": "Credentials will be encrypted & stored securely on our servers.",
|
|
895
|
-
"editor.action.resource.db.tip.introspection": "Turn on this if your GraphQL endpoint does not support introspection queries. Note that disabling introspection reduces the usability of GraphQL, as auto-complete and linting for this resource will no longer work.",
|
|
896
|
-
"editor.action.resource.db.tip.hugging_face_url": "<0>Click here</0> to learn more about Hugging Face.",
|
|
897
|
-
"editor.action.resource.db.tip.bear_token": "Get a User Access or API token <0>in your Hugging Face profile settings.</0>",
|
|
898
|
-
"editor.action.resource.db.tip.connection_options": "Add connection options for your connection. When the SSL option is enabled, we will add encrypt and trustServerCertificate by default.",
|
|
899
|
-
"editor.action.resource.db.title.advanced_option": "Advanced Options",
|
|
900
|
-
"editor.action.resource.db.title.general_option": "GENERAL",
|
|
901
|
-
"editor.action.resource.db.title.graphql_introspection": "GRAPHQL INTROSPECTION",
|
|
902
|
-
"editor.action.resource.error.invalid_url": "Please enter a valid URL, for example, https://example.com",
|
|
903
|
-
"editor.action.resource.restapi.btns.new": "New",
|
|
904
|
-
"editor.action.resource.restapi.label.access_token": "Access Token",
|
|
905
|
-
"editor.action.resource.restapi.label.access_token_lifespan": "Access Token\n lifespan(optiinal)",
|
|
906
|
-
"editor.action.resource.restapi.label.access_token_url": "Access Token URL",
|
|
907
|
-
"editor.action.resource.restapi.label.action_type": "Action Type",
|
|
908
|
-
"editor.action.resource.restapi.label.audience": "Audience",
|
|
909
|
-
"editor.action.resource.restapi.label.authentication": "Authentication",
|
|
910
|
-
"editor.action.resource.restapi.label.authorization_url": "Authorization URL",
|
|
911
|
-
"editor.action.resource.restapi.label.base_url": "Base URL",
|
|
912
|
-
"editor.action.resource.restapi.label.basic_auth_password": "Basic Auth password",
|
|
913
|
-
"editor.action.resource.restapi.label.basic_auth_username": "Basic Auth username",
|
|
914
|
-
"editor.action.resource.restapi.label.bearerToken": "Bearer Token",
|
|
915
|
-
"editor.action.resource.restapi.label.body": "Body",
|
|
916
|
-
"editor.action.resource.restapi.label.client_id": "Client ID",
|
|
917
|
-
"editor.action.resource.restapi.label.client_secret": "Client Secret",
|
|
918
|
-
"editor.action.resource.restapi.label.configure_oauth2": "Configuring OAuth 2.0",
|
|
919
|
-
"editor.action.resource.restapi.label.cookies": "Cookies",
|
|
920
|
-
"editor.action.resource.restapi.label.copy_url_to_application": "Copy this URL to your application",
|
|
921
|
-
"editor.action.resource.restapi.label.enable_auth_verification_endpoint": "Enable an auth verification endpoint",
|
|
922
|
-
"editor.action.resource.restapi.label.extra_body_values": "Extra Body Values",
|
|
923
|
-
"editor.action.resource.restapi.label.forward_all_cookies": "Forward All Cookies",
|
|
924
|
-
"editor.action.resource.restapi.label.headers": "Headers",
|
|
925
|
-
"editor.action.resource.restapi.label.list_of_cookies_to_forward": "List Of Cookies To\n Forward",
|
|
926
|
-
"editor.action.resource.restapi.label.name": "Name",
|
|
927
|
-
"editor.action.resource.restapi.label.oauth_callback_url": "OAuth callback URL",
|
|
928
|
-
"editor.action.resource.restapi.label.refresh_token": "Refresh Token",
|
|
929
|
-
"editor.action.resource.restapi.label.scopes": "Scopes (separated by\n a space)",
|
|
930
|
-
"editor.action.resource.restapi.label.share_oauth2_credentials_between_users": "Share OAuth2.0 credentials between users",
|
|
931
|
-
"editor.action.resource.restapi.label.url_parameters": "URL Parameters",
|
|
932
|
-
"editor.action.resource.restapi.label.use_client_credentials_auth": "Use client credentials auth",
|
|
933
|
-
"editor.action.resource.restapi.label.digest_auth_username": "Username",
|
|
934
|
-
"editor.action.resource.restapi.label.digest_auth_password": "Password",
|
|
935
|
-
"editor.action.resource.restapi.option.authentication.basic_auth": "Basic Auth",
|
|
936
|
-
"editor.action.resource.restapi.option.authentication.bearer": "Bearer",
|
|
937
|
-
"editor.action.resource.restapi.option.authentication.none": "None",
|
|
938
|
-
"editor.action.resource.restapi.option.authentication.oauth2": "OAuth 2.0",
|
|
939
|
-
"editor.action.resource.restapi.placeholder.access_token_lifespan": "Token Lifespan in seconds",
|
|
940
|
-
"editor.action.resource.restapi.placeholder.access_token_url": "https://www.googleapis.com/oauth2/v4/token",
|
|
941
|
-
"editor.action.resource.restapi.placeholder.api": "i.e.\"Internal Admin API\"",
|
|
942
|
-
"editor.action.resource.restapi.placeholder.authorization_url": "https://accounts.google.com/o/oauth2/v2/auth",
|
|
943
|
-
"editor.action.resource.restapi.placeholder.base_url": "Use the absolute URL (e.g https://example.com)",
|
|
944
|
-
"editor.action.resource.restapi.placeholder.database": "i.e.\"Users DB(readonly)\"",
|
|
945
|
-
"editor.action.resource.restapi.placeholder.name": "i.e.\"Users DB(readonly)\" or \"Internal Admin API\"",
|
|
946
|
-
"editor.action.resource.restapi.placeholder.param_key": "key",
|
|
947
|
-
"editor.action.resource.restapi.placeholder.param_value": "value",
|
|
948
|
-
"editor.action.resource.restapi.placeholder.password": "password",
|
|
949
|
-
"editor.action.resource.restapi.placeholder.username": "username",
|
|
950
|
-
"editor.action.resource.restapi.tip.configure_oauth2": "OAuth 2.0 is a complex spec. ImpaktApps currently supports the server-side OAuth 2.0 authentication flow as well as the Client Credentials flow. In both cases, you must use the OAUTH2_TOKEN placeholder in order to inform ImpaktApps where to place the OAuth access token in the API request. A common location for this is as a header such as Authorization: Bearer OAUTH2_TOKEN.",
|
|
951
|
-
"editor.action.resource.restapi.tip.extra_body_values": "Extra body values are not passed for GET or HEAD requests",
|
|
952
|
-
"editor.action.resource.restapi.tip.get_req_auto_run": "(GET REQ) WILL RUN AUTOMATICALLY WHENEVER A PARAMETER CHANGES.",
|
|
953
|
-
"editor.action.resource.restapi.tip.name": "The name for resource when creating actions in the Act21 Ui-Builder.",
|
|
954
|
-
"editor.action.resource.restapi.title.advanced_option": "GENERAL",
|
|
955
|
-
"editor.action.resource.s3.label.access_key": "Access key",
|
|
956
|
-
"editor.action.resource.s3.label.base_url": "Base URL",
|
|
957
|
-
"editor.action.resource.s3.label.bucket_name": "Bucket name",
|
|
958
|
-
"editor.action.resource.s3.label.custome_s3_endpoint": "Custom S3 endpoint",
|
|
959
|
-
"editor.action.resource.s3.label.region": "Region",
|
|
960
|
-
"editor.action.resource.s3.label.secret_access_key": "Secret access key",
|
|
961
|
-
"editor.action.resource.s3.label.use_custome_s3_endpoint": "Use custom S3 endpoint",
|
|
962
|
-
"editor.action.resource.s3.placeholder.base_url": "i.e. https://example.com",
|
|
963
|
-
"editor.action.resource.s3.placeholder.region": "us-west-1",
|
|
964
|
-
"editor.action.resource.s3.tip.custome_s3_endpoint_tip": "This is used to connect to other non-S3 services, like Digital Ocean Spaces or Wasabi.",
|
|
965
|
-
"editor.action.resource.transformer.placeholder.tip": "// Tip: assign your external references to variables instead of chaining off the curly brackets.",
|
|
966
|
-
"editor.action.resource.transformer.tip.external_reference": "You can create external references to variables you've defined. For example, {{ transformer2.value }}. ",
|
|
967
|
-
"editor.action.resource.api.description.hf": "Learn more about Hugging Face:",
|
|
968
|
-
"editor.action.resource.api.description.hf_endpoint": "Inference Endpoint",
|
|
969
|
-
"editor.action.resource.api.label.hf_endpoint_token": "Token",
|
|
970
|
-
"editor.action.resource.api.label.hf_endpoint": "Endpoint URL",
|
|
971
|
-
"editor.action.resource.api.tips.hf_endpoint_token": "Get an Organizations API Tokens <0>in your Hugging Face profile settings</0>.",
|
|
972
|
-
"editor.action.resource.api.tips.hf_endpoint": "learn more about <0>Endpoint</0>",
|
|
973
|
-
"editor.action.resource.api.placeholder.hf_endpoint": "https://uu149rez6gw9ehej.eu-west-1.aws.endpoints.huggingface.cloud...",
|
|
974
|
-
"editor.action.resource.tip.allowlist.title": "Allow IP addresses",
|
|
975
|
-
"editor.action.resource.tip.allowlist.message": "If your resources are not publicly accessible, please update your network or firewall setting to add Act21 Ui-Builder's IP addresses to the allowlist so that ImpaktApps can connect to your resources.",
|
|
976
|
-
"editor.action.resource.button.copy_ip": "Copy IP",
|
|
977
|
-
"editor.action.resource.suggestMore": "Suggest a resource",
|
|
978
|
-
"editor.action.resource_choose.deleted": "Deleted",
|
|
979
|
-
"editor.action.result.title.api_request": "API Request",
|
|
980
|
-
"editor.action.result.title.error": "Query ran fail",
|
|
981
|
-
"editor.action.result.title.json": "JSON",
|
|
982
|
-
"editor.action.result.title.response": "Data",
|
|
983
|
-
"editor.action.result.title.success": "Success",
|
|
984
|
-
"editor.action.result.title.table": "Table",
|
|
985
|
-
"editor.action.type.api": "API",
|
|
986
|
-
"editor.action.type.database": "Database",
|
|
987
|
-
"editor.action.type.js_transformer": "JavaScript Transformer",
|
|
988
|
-
"editor.action.message.mssql.table_error": "Failed to show tables. Please try again later.",
|
|
989
|
-
"editor.action.acl.option.blank": "—",
|
|
990
|
-
"editor.action.acl.option.private": "private",
|
|
991
|
-
"editor.action.acl.option.public_read": "public-read",
|
|
992
|
-
"editor.action.acl.option.public_read_write": "public-read-write",
|
|
993
|
-
"editor.action.acl.option.aws_exec_read": "aws-exec-read",
|
|
994
|
-
"editor.action.acl.option.auth": "authenticated-read",
|
|
995
|
-
"editor.action.acl.option.bucket_owner_read": "bucket-owner-read",
|
|
996
|
-
"editor.action.acl.option.bucket_owner_full_control": "bucket-owner-full-control",
|
|
997
|
-
"editor.component.cancel": "Cancel",
|
|
998
|
-
"editor.component.delete": "Delete",
|
|
999
|
-
"editor.component.delete_content": "Delete it maybe make some bugs,please confirm.",
|
|
1000
|
-
"editor.component.delete_title": "Are you sure you want to delete {{ displayName}}?",
|
|
1001
|
-
"editor.component.editor_list": "Current editors",
|
|
1002
|
-
"editor.context_menu.delete": "Delete",
|
|
1003
|
-
"editor.context_menu.duplicate": "Duplicate",
|
|
1004
|
-
"editor.data_work_space.actions_title": "ACTIONS & TRANSFORMERS ",
|
|
1005
|
-
"editor.data_work_space.components_title": "COMPONENTS ",
|
|
1006
|
-
"editor.data_work_space.globals_title": "GLOBALS ",
|
|
1007
|
-
"editor.data_work_space.pages_title": "PAGES",
|
|
1008
|
-
"editor.data_work_space.global_data_modal.title": "Edit global data",
|
|
1009
|
-
"editor.data_work_space.global_data_modal.variable_name.tooltips": "Name of the variable. Use the initial value in this app via {{globalData.name}}",
|
|
1010
|
-
"editor.data_work_space.global_data_modal.variable_name.label": "Name",
|
|
1011
|
-
"editor.data_work_space.global_data_modal.variable_name.message": "Please enter the variable name",
|
|
1012
|
-
"editor.data_work_space.global_data_modal.initial_value.label": "Initial value",
|
|
1013
|
-
"editor.data_work_space.global_data_modal.initial_value.tooltips": "Supports objects or primitive values. Example: { count: 0 }",
|
|
1014
|
-
"editor.data_work_space.global_data_modal.initial_value.placeholder": "{{ { count: 0 } }}",
|
|
1015
|
-
"editor.data_work_space.library": "Libraries",
|
|
1016
|
-
"editor.data_work_space.component_layer.floating": "Modal",
|
|
1017
|
-
"editor.deploy.fail": "Failed to deploy",
|
|
1018
|
-
"editor.display_name.duplicate_error": "\"{{ displayName }}\" already exists",
|
|
1019
|
-
"editor.display_name.validate_error": "\"{{ displayName }}\" must start with a letter or \"_\", and can only contain letters, numbers, \"_\", or \"$\"",
|
|
1020
|
-
"editor.inspect.header.action_menu.delete": "Delete",
|
|
1021
|
-
"editor.inspect.header.action_menu.reset_state": "Reset state",
|
|
1022
|
-
"editor.inspect.header.action_menu.view_documentation": "Documentation",
|
|
1023
|
-
"editor.inspect.multi_selected_header": "{{ number }} components selected",
|
|
1024
|
-
"editor.inspect.setter_content.chart_type.bar": "Bar chart",
|
|
1025
|
-
"editor.inspect.setter_content.chart_type.line": "Line chart",
|
|
1026
|
-
"editor.inspect.setter_content.chart_type.pie": "Pie chart",
|
|
1027
|
-
"editor.inspect.setter_content.chart_type.scatterplot": "Scatterplot",
|
|
1028
|
-
"editor.inspect.setter_content.color_picker.prefabricated": "Prefabricated color",
|
|
1029
|
-
"editor.inspect.setter_content.color_picker.title": "Edit color",
|
|
1030
|
-
"editor.inspect.setter_content.column_setter.label": "Columns ({{number}})",
|
|
1031
|
-
"editor.inspect.setter_content.column_setter.new": "New",
|
|
1032
|
-
"editor.inspect.setter_content.column_setter.title": "Title",
|
|
1033
|
-
"editor.inspect.setter_content.event_handler_list.empty": "Trigger queries, control components, or call other APIs in response to component events.",
|
|
1034
|
-
"editor.inspect.setter_content.event_handler_list.incomplete_selection": "Incomplete selection",
|
|
1035
|
-
"editor.inspect.setter_content.event_handler_list.new": "New",
|
|
1036
|
-
"editor.inspect.setter_content.event_handler_list.title": "Edit event handler",
|
|
1037
|
-
"editor.inspect.setter_content.list_setter.reset": "Reset",
|
|
1038
|
-
"editor.inspect.setter_content.menu_setter.delete": "Delete",
|
|
1039
|
-
"editor.inspect.setter_content.menu_setter.label": "Menus ({{number}})",
|
|
1040
|
-
"editor.inspect.setter_content.menu_setter.new": "New",
|
|
1041
|
-
"editor.inspect.setter_content.menu_setter.sub": "Sub",
|
|
1042
|
-
"editor.inspect.setter_content.option_list.action_menu.delete": "Delete",
|
|
1043
|
-
"editor.inspect.setter_content.option_list.action_menu.duplicate": "Duplicate",
|
|
1044
|
-
"editor.inspect.setter_content.option_list.list_no_label": "No label",
|
|
1045
|
-
"editor.inspect.setter_content.option_list.model_title": "Edit Options",
|
|
1046
|
-
"editor.inspect.setter_content.option_list.new": "New",
|
|
1047
|
-
"editor.inspect.setter_content.option_list.title": "Options",
|
|
1048
|
-
"editor.inspect.setter_content.select_page_setter.placeholder": "Select a page",
|
|
1049
|
-
"editor.inspect.setter_content.select_view_setter.placeholder": "Select a view",
|
|
1050
|
-
"editor.inspect.setter_content.tabs_setter.tabs": "Tabs",
|
|
1051
|
-
"editor.inspect.setter_content.view_setter.views": "Views",
|
|
1052
|
-
"editor.inspect.setter_content.widget_action_type_name.blur": "Blur",
|
|
1053
|
-
"editor.inspect.setter_content.widget_action_type_name.change": "Change",
|
|
1054
|
-
"editor.inspect.setter_content.widget_action_type_name.click": "Click",
|
|
1055
|
-
"editor.inspect.setter_content.widget_action_type_name.clickMenuItem": "Click",
|
|
1056
|
-
"editor.inspect.setter_content.widget_action_type_name.columnFiltersChange": "Filters change",
|
|
1057
|
-
"editor.inspect.setter_content.widget_action_type_name.fail": "Fail",
|
|
1058
|
-
"editor.inspect.setter_content.widget_action_type_name.focus": "Focus",
|
|
1059
|
-
"editor.inspect.setter_content.widget_action_type_name.invalid": "Invalid",
|
|
1060
|
-
"editor.inspect.setter_content.widget_action_type_name.paginationChange": "Page change",
|
|
1061
|
-
"editor.inspect.setter_content.widget_action_type_name.row_select": "Row select",
|
|
1062
|
-
"editor.inspect.setter_content.widget_action_type_name.sortingChange": "Sort change",
|
|
1063
|
-
"editor.inspect.setter_content.widget_action_type_name.submit": "Submit",
|
|
1064
|
-
"editor.inspect.setter_content.widget_action_type_name.success": "Success",
|
|
1065
|
-
"editor.inspect.setter_content.widget_action_type_name.onOpenModal": "Open modal",
|
|
1066
|
-
"editor.inspect.setter_content.widget_action_type_name.onCloseModal": "Close modal",
|
|
1067
|
-
"editor.inspect.setter_content.widget_action_type_name.play": "Play",
|
|
1068
|
-
"editor.inspect.setter_content.widget_action_type_name.pause": "Pause",
|
|
1069
|
-
"editor.inspect.setter_content.widget_action_type_name.ended": "Ended",
|
|
1070
|
-
"editor.inspect.setter_content.widget_action_type_name.loaded": "Loaded",
|
|
1071
|
-
"editor.inspect.setter_content.widget_action_type_name.rowSelect": "Row select",
|
|
1072
|
-
"editor.inspect.setter_content.widget_action_type_name.markerSelected": "markerSelected",
|
|
1073
|
-
"editor.inspect.setter_content.widget_action_type_name.markerCreated": "markerCreated",
|
|
1074
|
-
"editor.inspect.setter_content.widget_action_type_name.select": "Select",
|
|
1075
|
-
"editor.inspect.setter_content.widget_action_type_name.DragOrClickNoEventArea": "Drag or click no event area",
|
|
1076
|
-
"editor.inspect.setter_content.widget_action_type_name.rowClick": "Row click",
|
|
1077
|
-
"editor.inspect.setter_content.widget_action_type_name.refresh": "Refresh",
|
|
1078
|
-
"editor.inspect.setter_content.widget_action_type_name.filtersChange": "Filters change",
|
|
1079
|
-
"editor.inspect.setter_content.widget_action_type_name.rowSelectChange": "Row select change",
|
|
1080
|
-
"editor.inspect.setter_content.widget_action_type_name.onCellSelect": "Select a cell",
|
|
1081
|
-
"editor.inspect.setter_content.widget_action_type_name.delete": "Delete",
|
|
1082
|
-
"editor.inspect.setter_content.widget_action_type_name.replay": "Reply",
|
|
1083
|
-
"editor.inspect.setter_content.widget_action_type_name.startUploading": "Start uploading",
|
|
1084
|
-
"editor.inspect.setter_content.widget_action_type_name.uploadSuccessfully": "Uploaded successfully",
|
|
1085
|
-
"editor.inspect.setter_content.widget_action_type_name.uploadFailed": "Failed to upload",
|
|
1086
|
-
"editor.inspect.setter_content.widget_action_type_name.onMenuSelect": "Select item",
|
|
1087
|
-
"editor.inspect.setter_content.widget_action_type_name.on_menu_select": "Select menu item",
|
|
1088
|
-
"editor.inspect.setter_content.widget_action_type_name.pageChange": "Page change",
|
|
1089
|
-
"editor.inspect.setter_content.widget_action_type_name.clickItem": "Click item",
|
|
1090
|
-
"editor.inspect.setter_content.widget_action_type_name.columnVisibilityChange": "Column visibility change",
|
|
1091
|
-
"editor.inspect.setter_content.widget_action_type_name.onPaginationModelChange": "Page change",
|
|
1092
|
-
"editor.inspect.setter_content.widget_action_type_name.onRefresh": "Refresh",
|
|
1093
|
-
"editor.inspect.setter_content.widget_action_type_name.onFilterModelChange": "Filter change",
|
|
1094
|
-
"editor.inspect.setter_content.widget_action_type_name.onRowSelectionModelChange": "Row selection change",
|
|
1095
|
-
"editor.inspect.setter_content.widget_action_type_name.onSortModelChange": "Sort change",
|
|
1096
|
-
"editor.inspect.setter_content.widget_action_type_name.onColumnVisibilityModelChange": "Column visibility change",
|
|
1097
|
-
"editor.inspect.setter_content.widget_action_type_name.onMenuLogoClick": "On logo clicked",
|
|
1098
|
-
"editor.inspect.setter_content.widget_action_type_name.scanSuccessful": "Scan successful",
|
|
1099
|
-
"editor.inspect.setter_content.widget_action_type_name.openScanner": "Open scanner",
|
|
1100
|
-
"editor.inspect.setter_content.widget_action_type_name.closeScanner": "Close scanner",
|
|
1101
|
-
"editor.inspect.setter_content.image_list.title": "Images",
|
|
1102
|
-
"editor.inspect.setter_content.image_list.empty": "No images",
|
|
1103
|
-
"editor.inspect.setter_content.image_list.model_title": "Edit images",
|
|
1104
|
-
"editor.inspect.setter_content.image_list.config.model_label": "Label",
|
|
1105
|
-
"editor.inspect.setter_content.image_list.config.image_url": "Image URL",
|
|
1106
|
-
"editor.inspect.setter_content.image_setter.new": "New",
|
|
1107
|
-
"editor.inspect.setter_content.Change": "Change",
|
|
1108
|
-
"editor.inspect.setter_content.Select": "Select",
|
|
1109
|
-
"editor.inspect.setter_content.eventCalendar.no_title": "No title",
|
|
1110
|
-
"editor.inspect.setter_content.oncellselect": "onCellSelect",
|
|
1111
|
-
"editor.inspect.setter_content.onRowSelectChange": "onRowSelectChange",
|
|
1112
|
-
"editor.inspect.setter_content.onRowClickChange": "onRowClickChange",
|
|
1113
|
-
"editor.inspect.setter_content.filterChange": "filterChange",
|
|
1114
|
-
"editor.inspect.setter_content.sortChange": "sortChange",
|
|
1115
|
-
"editor.inspect.setter_content.pageChange": "pageChange",
|
|
1116
|
-
"editor.inspect.setter_content.refresh": "Refresh",
|
|
1117
|
-
"editor.inspect.setter_content.density_setting": "Density",
|
|
1118
|
-
"editor.inspect.setter_content.column_setting": "Columns",
|
|
1119
|
-
"editor.inspect.setter_content.refresh_setting": "Refresh",
|
|
1120
|
-
"editor.inspect.setter_content.widget_action_type_naame.onSortModelChange": "Sort change",
|
|
1121
|
-
"editor.inspect.setter_default_value.fill": "Fill",
|
|
1122
|
-
"editor.inspect.setter_default_value.message_type.error": "Error",
|
|
1123
|
-
"editor.inspect.setter_default_value.message_type.info": "Info",
|
|
1124
|
-
"editor.inspect.setter_default_value.message_type.success": "Success",
|
|
1125
|
-
"editor.inspect.setter_default_value.message_type.warning": "Warning",
|
|
1126
|
-
"editor.inspect.setter_default_value.outline": "Outline",
|
|
1127
|
-
"editor.inspect.setter_default_value.validation_pattern.email": "Email",
|
|
1128
|
-
"editor.inspect.setter_default_value.validation_pattern.regex": "Regex",
|
|
1129
|
-
"editor.inspect.setter_default_value.validation_pattern.url": "URL",
|
|
1130
|
-
"editor.inspect.setter_default_value.height.fixed": "Fixed",
|
|
1131
|
-
"editor.inspect.setter_default_value.height.auto": "Auto",
|
|
1132
|
-
"editor.inspect.setter_default_value.upload_type.button": "Button",
|
|
1133
|
-
"editor.inspect.setter_default_value.upload_type.dropzone": "Dropzone",
|
|
1134
|
-
"editor.inspect.setter_default_value.selection_types.single_file": "Single file",
|
|
1135
|
-
"editor.inspect.setter_default_value.selection_types.multiple_files": "Multiple files",
|
|
1136
|
-
"editor.inspect.setter_default_value.selection_types.directory": "Directory",
|
|
1137
|
-
"editor.inspect.setter_default_value.size_type.kb": "KB",
|
|
1138
|
-
"editor.inspect.setter_default_value.size_type.mb": "MB",
|
|
1139
|
-
"editor.inspect.setter_default_value.time_picker.select_time": "Select time",
|
|
1140
|
-
"editor.inspect.setter_default_value.time_range.start_placeholder": "Start time",
|
|
1141
|
-
"editor.inspect.setter_default_value.time_range.end_placeholder": "End time",
|
|
1142
|
-
"editor.inspect.setter_default_value.recording.start_button_text": "Start recording",
|
|
1143
|
-
"editor.inspect.setter_default_value.recording.stop_button_text": "Stop",
|
|
1144
|
-
"editor.inspect.setter_default_value.recording.clear_button_text": "Clear",
|
|
1145
|
-
"editor.inspect.setter_default_value.rich_text.default_text": "Type text here",
|
|
1146
|
-
"editor.inspect.setter_default_value.drive_builder.button_text": "Select",
|
|
1147
|
-
"editor.inspect.setter_group.adornments": "ADORNMENTS",
|
|
1148
|
-
"editor.inspect.setter_group.basic": "BASIC",
|
|
1149
|
-
"editor.inspect.setter_group.column": "COLUMNS",
|
|
1150
|
-
"editor.inspect.setter_group.data": "DATA",
|
|
1151
|
-
"editor.inspect.setter_group.interaction": "INTERACTION",
|
|
1152
|
-
"editor.inspect.setter_group.label": "LABEL",
|
|
1153
|
-
"editor.inspect.setter_group.layout": "LAYOUT",
|
|
1154
|
-
"editor.inspect.setter_group.menu": "MENU",
|
|
1155
|
-
"editor.inspect.setter_group.options": "OPTIONS",
|
|
1156
|
-
"editor.inspect.setter_group.pagination": "PAGINATION",
|
|
1157
|
-
"editor.inspect.setter_group.row_selection": "USER SELECTION",
|
|
1158
|
-
"editor.inspect.setter_group.sort": "SORT",
|
|
1159
|
-
"editor.inspect.setter_group.style": "STYLE",
|
|
1160
|
-
"editor.inspect.setter_group.tabs": "TABS",
|
|
1161
|
-
"editor.inspect.setter_group.toolbar": "TOOLBAR",
|
|
1162
|
-
"editor.inspect.setter_group.validation": "VALIDATION",
|
|
1163
|
-
"editor.inspect.setter_group.views": "VIEWS",
|
|
1164
|
-
"editor.inspect.setter_group.images": "IMAGES",
|
|
1165
|
-
"editor.inspect.setter_group.primary_value": "PRIMARY VALUE",
|
|
1166
|
-
"editor.inspect.setter_group.secValue": "Secondary value",
|
|
1167
|
-
"editor.inspect.setter_group.border": "Border",
|
|
1168
|
-
"editor.inspect.setter_group.color": "Color",
|
|
1169
|
-
"editor.inspect.setter_group.icon": "Icon",
|
|
1170
|
-
"editor.inspect.setter_group.secondary_value": "SECONDARY VALUE",
|
|
1171
|
-
"editor.inspect.setter_group.resource": "RESOURCE",
|
|
1172
|
-
"editor.inspect.setter_group.eventCalendar.calendar": "Calendar",
|
|
1173
|
-
"editor.inspect.setter_group.event": "Event",
|
|
1174
|
-
"editor.inspect.setter_group.MESSAGE": "MESSAGE",
|
|
1175
|
-
"editor.inspect.setter_group.Toolbar": "TOOLBAR",
|
|
1176
|
-
"editor.inspect.setter_group.divider": "Inner divider",
|
|
1177
|
-
"editor.inspect.setter_group.shadow": "Inner shadow",
|
|
1178
|
-
"editor.inspect.setter_group.background": "Background",
|
|
1179
|
-
"editor.inspect.setter_group.padding": "Padding ( px )",
|
|
1180
|
-
"editor.inspect.setter_group.item_padding": "Item padding",
|
|
1181
|
-
"editor.inspect.setter_group.custom_bg.options.auto": "Auto",
|
|
1182
|
-
"editor.inspect.setter_group.custom_bg.options.custom": "Customize",
|
|
1183
|
-
"editor.inspect.setter_label.chat.data_source": "Data source",
|
|
1184
|
-
"editor.inspect.setter_label.chat.enable_message_selec": "Enable message selection",
|
|
1185
|
-
"editor.inspect.setter_label.chat.selection_type": "Selection type",
|
|
1186
|
-
"editor.inspect.setter_label.chat.loading_when_sending": "Loading when sending",
|
|
1187
|
-
"editor.inspect.setter_label.chat.image_background": "Image background",
|
|
1188
|
-
"editor.inspect.setter_label.action": "Action",
|
|
1189
|
-
"editor.inspect.setter_label.align": "Align",
|
|
1190
|
-
"editor.inspect.setter_label.allow_clear": "Allow clear",
|
|
1191
|
-
"editor.inspect.setter_label.allow_half": "Allow half",
|
|
1192
|
-
"editor.inspect.setter_label.alt_text": "Alt text",
|
|
1193
|
-
"editor.inspect.setter_label.alt_text_desc": "An accessible description of the image for screen readers. This is also rendered as a fallback if the image fails to load.",
|
|
1194
|
-
"editor.inspect.setter_label.background": "Background",
|
|
1195
|
-
"editor.inspect.setter_label.background_color": "Background",
|
|
1196
|
-
"editor.inspect.setter_label.border": "Border",
|
|
1197
|
-
"editor.inspect.setter_label.border_width": "Border Width",
|
|
1198
|
-
"editor.inspect.setter_label.caption": "Caption",
|
|
1199
|
-
"editor.inspect.setter_label.chart_title": "Title",
|
|
1200
|
-
"editor.inspect.setter_label.chart_type": "Chart type",
|
|
1201
|
-
"editor.inspect.setter_label.color": "Color",
|
|
1202
|
-
"editor.inspect.setter_label.colors": "Colors",
|
|
1203
|
-
"editor.inspect.setter_label.column_title": "Column title",
|
|
1204
|
-
"editor.inspect.setter_label.column_type": "Column type",
|
|
1205
|
-
"editor.inspect.setter_label.columns": "Columns",
|
|
1206
|
-
"editor.inspect.setter_label.component": "Component",
|
|
1207
|
-
"editor.inspect.setter_label.config_type": "Config type",
|
|
1208
|
-
"editor.inspect.setter_label.container": "Container",
|
|
1209
|
-
"editor.inspect.setter_label.content": "Content",
|
|
1210
|
-
"editor.inspect.setter_label.control_component": "Control component",
|
|
1211
|
-
"editor.inspect.setter_label.custom_rule": "Custom rule",
|
|
1212
|
-
"editor.inspect.setter_label.data": "Data",
|
|
1213
|
-
"editor.inspect.setter_label.data_source": "Data source",
|
|
1214
|
-
"editor.inspect.setter_label.data_sources": "Data sources",
|
|
1215
|
-
"editor.inspect.setter_label.dataset.aggregation_method": "Aggregation method",
|
|
1216
|
-
"editor.inspect.setter_label.dataset.name": "Dataset name",
|
|
1217
|
-
"editor.inspect.setter_label.dataset.remove": "Remove dataset",
|
|
1218
|
-
"editor.inspect.setter_label.dataset.value": "Dataset values",
|
|
1219
|
-
"editor.inspect.setter_label.switch_group.option_label_alignment": "Position of the option label",
|
|
1220
|
-
"editor.inspect.setter_label.dataset_config": "Dataset config",
|
|
1221
|
-
"editor.inspect.setter_label.datasets": "Datasets",
|
|
1222
|
-
"editor.inspect.setter_label.decimal_place": "Decimal place",
|
|
1223
|
-
"editor.inspect.setter_label.decimal_places": "Decimal places",
|
|
1224
|
-
"editor.inspect.setter_label.default_sort_key": "Column",
|
|
1225
|
-
"editor.inspect.setter_label.default_sort_order": "Direction",
|
|
1226
|
-
"editor.inspect.setter_label.default_tab": "Default tab",
|
|
1227
|
-
"editor.inspect.setter_label.default_value": "Default value",
|
|
1228
|
-
"editor.inspect.setter_label.default_views": "Default view",
|
|
1229
|
-
"editor.inspect.setter_label.description": "Description",
|
|
1230
|
-
"editor.inspect.setter_label.direction": "Direction",
|
|
1231
|
-
"editor.inspect.setter_label.disable_submit": "Disable submit",
|
|
1232
|
-
"editor.inspect.setter_label.disabled": "Disabled",
|
|
1233
|
-
"editor.inspect.setter_label.download": "Download",
|
|
1234
|
-
"editor.inspect.setter_label.duration": "Duration",
|
|
1235
|
-
"editor.inspect.setter_label.empty_state": "Empty state",
|
|
1236
|
-
"editor.inspect.setter_label.enable_sorting": "Enable Sorting",
|
|
1237
|
-
"editor.inspect.setter_label.end_data": "End date",
|
|
1238
|
-
"editor.inspect.setter_label.end_placeholder": "End placeholder",
|
|
1239
|
-
"editor.inspect.setter_label.event": "Event",
|
|
1240
|
-
"editor.inspect.setter_label.event_handler": "Event handler",
|
|
1241
|
-
"editor.inspect.setter_label.expansion_method": "Expansion method",
|
|
1242
|
-
"editor.inspect.setter_label.failure": "Failure",
|
|
1243
|
-
"editor.inspect.setter_label.filter": "Filter",
|
|
1244
|
-
"editor.inspect.setter_label.font_size": "Font size",
|
|
1245
|
-
"editor.inspect.setter_label.form_data_key": "Form Data Key",
|
|
1246
|
-
"editor.inspect.setter_label.format": "Format",
|
|
1247
|
-
"editor.inspect.setter_label.go_to_url": "Go to URL",
|
|
1248
|
-
"editor.inspect.setter_label.group_by": "Group by",
|
|
1249
|
-
"editor.inspect.setter_label.group_layout": "Group layout",
|
|
1250
|
-
"editor.inspect.setter_label.hidden": "Hidden",
|
|
1251
|
-
"editor.inspect.setter_label.hidden_label": "Hidden label",
|
|
1252
|
-
"editor.inspect.setter_label.hide_validation_message": "Hide validation message",
|
|
1253
|
-
"editor.inspect.setter_label.hide_value_label": "Hide value label",
|
|
1254
|
-
"editor.inspect.setter_label.horizontal_alignment": "Horizontal alignment",
|
|
1255
|
-
"editor.inspect.setter_label.icon": "Icon",
|
|
1256
|
-
"editor.inspect.setter_label.image_source": "Image source",
|
|
1257
|
-
"editor.inspect.setter_label.img_height": "Height",
|
|
1258
|
-
"editor.inspect.setter_label.img_width": "Width",
|
|
1259
|
-
"editor.inspect.setter_label.index": "Index",
|
|
1260
|
-
"editor.inspect.setter_label.item_background_color": "Item background",
|
|
1261
|
-
"editor.inspect.setter_label.items": "Items",
|
|
1262
|
-
"editor.inspect.setter_label.key": "Key",
|
|
1263
|
-
"editor.inspect.setter_label.label": "Label",
|
|
1264
|
-
"editor.inspect.setter_label.label_alignment": "Alignment",
|
|
1265
|
-
"editor.inspect.setter_label.label_position": "Position",
|
|
1266
|
-
"editor.inspect.setter_label.label_width": "Width(%)",
|
|
1267
|
-
"editor.inspect.setter_label.layout": "Layout",
|
|
1268
|
-
"editor.inspect.setter_label.legend_position": "Legend position",
|
|
1269
|
-
"editor.inspect.setter_label.link_to_container": "Link to a container",
|
|
1270
|
-
"editor.inspect.setter_label.links_color": "Links",
|
|
1271
|
-
"editor.inspect.setter_label.loading": "Loading",
|
|
1272
|
-
"editor.inspect.setter_label.loop_back_to_start": "Loop back to start",
|
|
1273
|
-
"editor.inspect.setter_label.loop_start_to_back": "Loop start to back",
|
|
1274
|
-
"editor.inspect.setter_label.mapped_option": "Mapped Option",
|
|
1275
|
-
"editor.inspect.setter_label.mapped_value": "Mapped Value",
|
|
1276
|
-
"editor.inspect.setter_label.max_count": "Max count",
|
|
1277
|
-
"editor.inspect.setter_label.max_date": "Max date",
|
|
1278
|
-
"editor.inspect.setter_label.max_length": "Max length",
|
|
1279
|
-
"editor.inspect.setter_label.maximum": "Maximum",
|
|
1280
|
-
"editor.inspect.setter_label.method": "Method",
|
|
1281
|
-
"editor.inspect.setter_label.min_date": "Min date",
|
|
1282
|
-
"editor.inspect.setter_label.min_length": "Min Length",
|
|
1283
|
-
"editor.inspect.setter_label.minimum": "Minimum",
|
|
1284
|
-
"editor.inspect.setter_label.multi_row_selection": "Multi-Row Selection",
|
|
1285
|
-
"editor.inspect.setter_label.new_tab": "New tab",
|
|
1286
|
-
"editor.inspect.setter_label.only_run_when": "Only run when",
|
|
1287
|
-
"editor.inspect.setter_label.overFlow": "OverFlow",
|
|
1288
|
-
"editor.inspect.setter_label.page": "Default page",
|
|
1289
|
-
"editor.inspect.setter_label.pageSize": "Page size",
|
|
1290
|
-
"editor.inspect.setter_label.pattern": "Pattern",
|
|
1291
|
-
"editor.inspect.setter_label.pending": "Pending",
|
|
1292
|
-
"editor.inspect.setter_label.placeholder": "Placeholder",
|
|
1293
|
-
"editor.inspect.setter_label.prefix_text": "Prefix text",
|
|
1294
|
-
"editor.inspect.setter_label.radius": "Radius",
|
|
1295
|
-
"editor.inspect.setter_label.read_only": "Read only",
|
|
1296
|
-
"editor.inspect.setter_label.regex": "Regex",
|
|
1297
|
-
"editor.inspect.setter_label.required_field": "Required field",
|
|
1298
|
-
"editor.inspect.setter_label.reset_after_successful_submit": "Reset after successful submit",
|
|
1299
|
-
"editor.inspect.setter_label.router": "Router",
|
|
1300
|
-
"editor.inspect.setter_label.run_script": "Run script",
|
|
1301
|
-
"editor.inspect.setter_label.scale_type": "Scale Type",
|
|
1302
|
-
"editor.inspect.setter_label.set_router": "Set router",
|
|
1303
|
-
"editor.inspect.setter_label.set_temporary_state": "Set temporary state",
|
|
1304
|
-
"editor.inspect.setter_label.shadow.shadow": "Shadow",
|
|
1305
|
-
"editor.inspect.setter_label.show_character_count": "Show character count",
|
|
1306
|
-
"editor.inspect.setter_label.show_clear_button": "Show clear button",
|
|
1307
|
-
"editor.inspect.setter_label.show_footer": "Show footer",
|
|
1308
|
-
"editor.inspect.setter_label.show_header": "Show header",
|
|
1309
|
-
"editor.inspect.setter_label.show_notification": "Show notification",
|
|
1310
|
-
"editor.inspect.setter_label.sort": "Sort",
|
|
1311
|
-
"editor.inspect.setter_label.start_date": "Start date",
|
|
1312
|
-
"editor.inspect.setter_label.start_placeholder": "Start placeholder",
|
|
1313
|
-
"editor.inspect.setter_label.step_size": "Step size",
|
|
1314
|
-
"editor.inspect.setter_label.stroke_width": "Stroke width",
|
|
1315
|
-
"editor.inspect.setter_label.style": "Style",
|
|
1316
|
-
"editor.inspect.setter_label.styles": "Styles",
|
|
1317
|
-
"editor.inspect.setter_label.submit_form": "Submit form",
|
|
1318
|
-
"editor.inspect.setter_label.success": "Success",
|
|
1319
|
-
"editor.inspect.setter_label.suffix_text": "Suffix text",
|
|
1320
|
-
"editor.inspect.setter_label.text": "Text",
|
|
1321
|
-
"editor.inspect.setter_label.text_align": "Text align",
|
|
1322
|
-
"editor.inspect.setter_label.text_size": "Text size",
|
|
1323
|
-
"editor.inspect.setter_label.theme_color": "Theme color",
|
|
1324
|
-
"editor.inspect.setter_label.thousand_separator": "Thousand separator",
|
|
1325
|
-
"editor.inspect.setter_label.time_format": "Time format",
|
|
1326
|
-
"editor.inspect.setter_label.title": "Title",
|
|
1327
|
-
"editor.inspect.setter_label.tooltip": "Tooltip",
|
|
1328
|
-
"editor.inspect.setter_label.trail_color": "Trail color",
|
|
1329
|
-
"editor.inspect.setter_label.trigger_query": "Trigger action",
|
|
1330
|
-
"editor.inspect.setter_label.type": "Type",
|
|
1331
|
-
"editor.inspect.setter_label.validate_inputs_on_submit": "Validate inputs on submit",
|
|
1332
|
-
"editor.inspect.setter_label.value": "Value",
|
|
1333
|
-
"editor.inspect.setter_label.value_labels": "Value labels",
|
|
1334
|
-
"editor.inspect.setter_label.variant": "Variant",
|
|
1335
|
-
"editor.inspect.setter_label.vertical_alignment": "Vertical alignment",
|
|
1336
|
-
"editor.inspect.setter_label.width": "Width",
|
|
1337
|
-
"editor.inspect.setter_label.x_axis_name": "X-axis name",
|
|
1338
|
-
"editor.inspect.setter_label.x_axis_title": "X-axis title",
|
|
1339
|
-
"editor.inspect.setter_label.x_axis_type": "X-axis type",
|
|
1340
|
-
"editor.inspect.setter_label.x_axis_value": "X-axis value",
|
|
1341
|
-
"editor.inspect.setter_label.y_axis_name": "Y-axis name",
|
|
1342
|
-
"editor.inspect.setter_label.y_axis_title": "Y-axis title",
|
|
1343
|
-
"editor.inspect.setter_label.height": "Height",
|
|
1344
|
-
"editor.inspect.setter_label.min_height": "Min height (px)",
|
|
1345
|
-
"editor.inspect.setter_label.show_underline": "Show underline",
|
|
1346
|
-
"editor.inspect.setter_label.auto_play": "Auto play",
|
|
1347
|
-
"editor.inspect.setter_label.interval": "Interval(ms)",
|
|
1348
|
-
"editor.inspect.setter_label.show_button": "Show arrows",
|
|
1349
|
-
"editor.inspect.setter_label.show_dot": "Show dots at the bottom",
|
|
1350
|
-
"editor.inspect.setter_label.hidden_images": "Hidden images",
|
|
1351
|
-
"editor.inspect.setter_label.file_type": "File types",
|
|
1352
|
-
"editor.inspect.setter_label.selection_types": "Selection type",
|
|
1353
|
-
"editor.inspect.setter_label.append_newly_files": "Append newly selected files",
|
|
1354
|
-
"editor.inspect.setter_label.file_list": "File list",
|
|
1355
|
-
"editor.inspect.setter_label.parse_value": "Parse Value",
|
|
1356
|
-
"editor.inspect.setter_label.max_files": "Max files",
|
|
1357
|
-
"editor.inspect.setter_label.min_files": "Min files",
|
|
1358
|
-
"editor.inspect.setter_label.max_size": "Max size",
|
|
1359
|
-
"editor.inspect.setter_label.min_size": "Min size",
|
|
1360
|
-
"editor.inspect.setter_label.text_overflow": "Overflow",
|
|
1361
|
-
"editor.inspect.setter_label.file_url": "PDF Source",
|
|
1362
|
-
"editor.inspect.setter_label.show_tool_bar": "Show tool bar",
|
|
1363
|
-
"editor.inspect.setter_label.scale": "Scale page to",
|
|
1364
|
-
"editor.inspect.setter_label.scroll": "Snap scroll to each page",
|
|
1365
|
-
"editor.inspect.setter_label.min_max_size": "Min size ~ Max size",
|
|
1366
|
-
"editor.inspect.setter_label.video_url": "Video source",
|
|
1367
|
-
"editor.inspect.setter_label.autoplay": "Autoplay",
|
|
1368
|
-
"editor.inspect.setter_label.loop": "Loop",
|
|
1369
|
-
"editor.inspect.setter_label.volume": "Volume",
|
|
1370
|
-
"editor.inspect.setter_label.show_controls": "Show controls",
|
|
1371
|
-
"editor.inspect.setter_label.img_url_array": "Image URL Array",
|
|
1372
|
-
"editor.inspect.setter_label.statistics.label": "Label",
|
|
1373
|
-
"editor.inspect.setter_label.statistics.primary_value": "Primary value",
|
|
1374
|
-
"editor.inspect.setter_label.statistics.secValue": "Secondary value",
|
|
1375
|
-
"editor.inspect.setter_label.statistics.decimal": "Decimal place",
|
|
1376
|
-
"editor.inspect.setter_label.statistics.trend_sign": "Show trend sign",
|
|
1377
|
-
"editor.inspect.setter_label.statistics.positive_sign": "Positive sign",
|
|
1378
|
-
"editor.inspect.setter_label.statistics.negative_sign": "Negative sign",
|
|
1379
|
-
"editor.inspect.setter_label.statistics.thousand_separator": "Show thousand separator",
|
|
1380
|
-
"editor.inspect.setter_label.statistics.trend_color": "Enable trend color",
|
|
1381
|
-
"editor.inspect.setter_label.statistics.prefix_text": "Prefix text",
|
|
1382
|
-
"editor.inspect.setter_label.statistics.suffix_text": "Suffix text",
|
|
1383
|
-
"editor.inspect.setter_label.statistics.title": "Title",
|
|
1384
|
-
"editor.inspect.setter_label.mute": "Mute",
|
|
1385
|
-
"editor.inspect.setter_label.collapse.type": "Type",
|
|
1386
|
-
"editor.inspect.setter_label.collapse.accordin_mode": "Accordion mode",
|
|
1387
|
-
"editor.inspect.setter_label.collapse.header_color": "Header",
|
|
1388
|
-
"editor.inspect.setter_label.collapse.body_color": "Body",
|
|
1389
|
-
"editor.inspect.setter_label.collapse.expand_icon": "Expand",
|
|
1390
|
-
"editor.inspect.setter_label.collapse.collapse_icon": "Collapse",
|
|
1391
|
-
"editor.inspect.setter_label.collapse.icon_color": "Color",
|
|
1392
|
-
"editor.inspect.setter_label.choose_at_least": "Choose at least",
|
|
1393
|
-
"editor.inspect.setter_label.choose_up_to": "Choose up to",
|
|
1394
|
-
"editor.inspect.setter_label.copy_to_clipboard": "Copy to clipboard",
|
|
1395
|
-
"editor.inspect.setter_label.file_download.file_data": "File data",
|
|
1396
|
-
"editor.inspect.setter_label.file_download.file_name": "File name with extension",
|
|
1397
|
-
"editor.inspect.setter_label.file_download.file_type": "File type",
|
|
1398
|
-
"editor.inspect.setter_label.action_name": "Action name",
|
|
1399
|
-
"editor.inspect.setter_label.variable.path_of_value": "Path of value",
|
|
1400
|
-
"editor.inspect.setter_label.variable.variable": "Global data",
|
|
1401
|
-
"editor.inspect.setter_label.code.write_code": "Write code",
|
|
1402
|
-
"editor.inspect.setter_label.slider.step_size": "Step size",
|
|
1403
|
-
"editor.inspect.setter_label.slider.minimum": "Minimum",
|
|
1404
|
-
"editor.inspect.setter_label.slider.maximum": "Maximum",
|
|
1405
|
-
"editor.inspect.setter_label.slider.hide_output": "Hide output",
|
|
1406
|
-
"editor.inspect.setter_label.slider.prefix_icon": "Prefix icon",
|
|
1407
|
-
"editor.inspect.setter_label.slider.suffix_icon": "Suffix icon",
|
|
1408
|
-
"editor.inspect.setter_label.slider.allow_wrapping": "Allow wrapping",
|
|
1409
|
-
"editor.inspect.setter_label.range_slider.start_value": "Start value",
|
|
1410
|
-
"editor.inspect.setter_label.range_slider.end_value": "End value",
|
|
1411
|
-
"editor.inspect.setter_label.name": "Name",
|
|
1412
|
-
"editor.inspect.setter_label.audio.audio_url": "Audio source",
|
|
1413
|
-
"editor.inspect.setter_label.map.markers": "Markers",
|
|
1414
|
-
"editor.inspect.setter_label.map.initial_location": "Initial location",
|
|
1415
|
-
"editor.inspect.setter_label.map.default_markers": "Default markers",
|
|
1416
|
-
"editor.inspect.setter_label.map.latitude_field_name": "Latitude field name",
|
|
1417
|
-
"editor.inspect.setter_label.map.longitude_field_name": "Longitude field name",
|
|
1418
|
-
"editor.inspect.setter_label.map.zoom": "Zoom",
|
|
1419
|
-
"editor.inspect.setter_label.map.enable_add_markers": "Enable add markers",
|
|
1420
|
-
"editor.inspect.setter_label.map.enable_search_locati": "Enable search location",
|
|
1421
|
-
"editor.inspect.setter_label.map.enable_clustering": "Enable clustering",
|
|
1422
|
-
"editor.inspect.setter_label.time_range.start_time": "Start time",
|
|
1423
|
-
"editor.inspect.setter_label.time_range.end_time": "End time",
|
|
1424
|
-
"editor.inspect.setter_label.eventCalendar.event_value": "Event value",
|
|
1425
|
-
"editor.inspect.setter_label.eventCalendar.event_id": "Event id",
|
|
1426
|
-
"editor.inspect.setter_label.eventCalendar.title": "Title",
|
|
1427
|
-
"editor.inspect.setter_label.eventCalendar.description": "Description",
|
|
1428
|
-
"editor.inspect.setter_label.eventCalendar.start": "Start",
|
|
1429
|
-
"editor.inspect.setter_label.eventCalendar.end": "End",
|
|
1430
|
-
"editor.inspect.setter_label.eventCalendar.resource_id": "Resource id",
|
|
1431
|
-
"editor.inspect.setter_label.eventCalendar.resource_title": "Resource title",
|
|
1432
|
-
"editor.inspect.setter_label.eventCalendar.all_day": "All day",
|
|
1433
|
-
"editor.inspect.setter_label.eventCalendar.data_source": "Data source",
|
|
1434
|
-
"editor.inspect.setter_label.eventCalendar.default_date": "Default date",
|
|
1435
|
-
"editor.inspect.setter_label.eventCalendar.resource_grid": "Resource grid",
|
|
1436
|
-
"editor.inspect.setter_label.eventCalendar.default_view": "Default view",
|
|
1437
|
-
"editor.inspect.setter_label.eventCalendar.show_current_time": "Show current time",
|
|
1438
|
-
"editor.inspect.setter_label.eventCalendar.background": "Background",
|
|
1439
|
-
"editor.inspect.setter_label.eventCalendar.calendar_background": "Background",
|
|
1440
|
-
"editor.inspect.setter_label.eventCalendar.calendar_border": "Border",
|
|
1441
|
-
"editor.inspect.setter_label.eventCalendar.calendar_text": "Secondary text",
|
|
1442
|
-
"editor.inspect.setter_label.eventCalendar.event_background": "Background",
|
|
1443
|
-
"editor.inspect.setter_label.eventCalendar.event_text": "Text",
|
|
1444
|
-
"editor.inspect.setter_label.eventCalendar.draggable": "Draggable",
|
|
1445
|
-
"editor.inspect.setter_label.eventCalendar.resizable": "Resizable",
|
|
1446
|
-
"editor.inspect.setter_label.eventCalendar.custom_message_draggable": "Custom message when disabled dragging",
|
|
1447
|
-
"editor.inspect.setter_label.eventCalendar.custom_message_resizable": "Custom message when disabled resizing",
|
|
1448
|
-
"editor.inspect.setter_label.table.page_index": "Page index",
|
|
1449
|
-
"editor.inspect.setter_label.table.index": "Index",
|
|
1450
|
-
"editor.inspect.setter_label.table.scroll_to_the_select": "Scroll to the selected row",
|
|
1451
|
-
"editor.inspect.setter_label.table.filters": "Filters",
|
|
1452
|
-
"editor.inspect.setter_label.table.filter_mode": "Filter mode",
|
|
1453
|
-
"editor.inspect.setter_label.table.show_thousands_separ": "Show thousands separator ",
|
|
1454
|
-
"editor.inspect.setter_label.table.tag_label": "Tag label",
|
|
1455
|
-
"editor.inspect.setter_label.table.tag_color": "Color of tags",
|
|
1456
|
-
"editor.inspect.setter_label.table.open_in_new_tab": "Open in new tab",
|
|
1457
|
-
"editor.inspect.setter_label.table.variant": "Variant",
|
|
1458
|
-
"editor.inspect.setter_label.table.icon": "Icon",
|
|
1459
|
-
"editor.inspect.setter_label.table.color": "Color",
|
|
1460
|
-
"editor.inspect.setter_label.table.sort_by_mapped_value": "Sort by mapped value",
|
|
1461
|
-
"editor.inspect.setter_label.table.background": "Cells' backgound",
|
|
1462
|
-
"editor.inspect.setter_label.table.alignment": "Alignment",
|
|
1463
|
-
"editor.inspect.setter_label.table.column_width": "Column width",
|
|
1464
|
-
"editor.inspect.setter_label.table.width": "Width",
|
|
1465
|
-
"editor.inspect.setter_label.table.disable_user_selecti": "Disable user selection",
|
|
1466
|
-
"editor.inspect.setter_label.table.default_selected_row": "Default selected row",
|
|
1467
|
-
"editor.inspect.setter_label.table.refresh": "Refresh",
|
|
1468
|
-
"editor.inspect.setter_label.table.download_row_data": "Download raw data",
|
|
1469
|
-
"editor.inspect.setter_label.table.column_setting": "Column setting",
|
|
1470
|
-
"editor.inspect.setter_label.table.cell_overflow": "Cell overflow",
|
|
1471
|
-
"editor.inspect.setter_label.table.enable_server_side_p": "Enable server side pagination",
|
|
1472
|
-
"editor.inspect.setter_label.table.pagination_type": "Pagination type",
|
|
1473
|
-
"editor.inspect.setter_label.table.total_row_count": "Total row count",
|
|
1474
|
-
"editor.inspect.setter_label.table.next_cursor": "Next cursor",
|
|
1475
|
-
"editor.inspect.setter_label.table.has_next_page": "Has next page",
|
|
1476
|
-
"editor.inspect.setter_label.table.currency_code": "Currency code",
|
|
1477
|
-
"editor.inspect.setter_label.table.cell_selection": "Cell selection",
|
|
1478
|
-
"editor.inspect.setter_label.table.click_outside_to_des": "Click outside to deselect",
|
|
1479
|
-
"editor.inspect.setter_label.table.page": "Default page index",
|
|
1480
|
-
"editor.inspect.setter_label.table.export_all_data_setting": "Export all",
|
|
1481
|
-
"editor.inspect.setter_label.table.locale": "Locale",
|
|
1482
|
-
"editor.inspect.setter_label.table.column_field": "Column field",
|
|
1483
|
-
"editor.inspect.setter_label.previous_cursor": "Previous cursor",
|
|
1484
|
-
"editor.inspect.setter_label.input.type": "Type",
|
|
1485
|
-
"editor.inspect.setter_label.input.show_visible_button": "Show visible button",
|
|
1486
|
-
"editor.inspect.setter_label.recording.start_button_text": "Start button text",
|
|
1487
|
-
"editor.inspect.setter_label.recording.clear_button_text": "Clear button text",
|
|
1488
|
-
"editor.inspect.setter_label.recording.min_duration": "Min duration (s)",
|
|
1489
|
-
"editor.inspect.setter_label.recording.max_duration": "Max duration (s)",
|
|
1490
|
-
"editor.inspect.setter_label.recording.stop_button_text": "Stop button text",
|
|
1491
|
-
"editor.inspect.setter_label.message_id": "Message ID",
|
|
1492
|
-
"editor.inspect.setter_label.message": "Message",
|
|
1493
|
-
"editor.inspect.setter_label.message_type": "Message type",
|
|
1494
|
-
"editor.inspect.setter_label.sendTime": "Send time",
|
|
1495
|
-
"editor.inspect.setter_label.timeFormat": "Time format",
|
|
1496
|
-
"editor.inspect.setter_label.currentSenderId": "Current sender ID",
|
|
1497
|
-
"editor.inspect.setter_label.receiving": "Loading when receiving",
|
|
1498
|
-
"editor.inspect.setter_label.toolbar-replay": "Show reply button",
|
|
1499
|
-
"editor.inspect.setter_label.toolbar-delete": "Show delete button",
|
|
1500
|
-
"editor.inspect.setter_label.showAvatar": "Show avatar",
|
|
1501
|
-
"editor.inspect.setter_label.showSendTime": "Show send time",
|
|
1502
|
-
"editor.inspect.setter_label.showFooter": "Show footer",
|
|
1503
|
-
"editor.inspect.setter_label.leftMessageColor": "Message on left",
|
|
1504
|
-
"editor.inspect.setter_label.rightMessageColor": "Message on right",
|
|
1505
|
-
"editor.inspect.setter_label.expandAll": "Expand all",
|
|
1506
|
-
"editor.inspect.setter_label.replayMessageId": "Reply message ID",
|
|
1507
|
-
"editor.inspect.setter_label.senderName": "Sender name",
|
|
1508
|
-
"editor.inspect.setter_label.senderId": "Sender ID",
|
|
1509
|
-
"editor.inspect.setter_label.showName": "Show name",
|
|
1510
|
-
"editor.inspect.setter_label.rich_text.default_text": "Placeholder",
|
|
1511
|
-
"editor.inspect.setter_label.senderAvatar": "Sender avatar",
|
|
1512
|
-
"editor.inspect.setter_label.drive_builder.allow_public_use": "Use in public app",
|
|
1513
|
-
"editor.inspect.setter_label.drive_builder.IMPAKTAPPS_drive_folder": "ImpaktApps Drive folder",
|
|
1514
|
-
"editor.inspect.setter_label.drive_builder.generate_signed_url": "Generate signed URL",
|
|
1515
|
-
"editor.inspect.setter_label.drive_builder.expired_time": "Expired type",
|
|
1516
|
-
"editor.inspect.setter_label.drive_builder.time": "Expired time(s)",
|
|
1517
|
-
"editor.inspect.setter_label.drive_builder.turn_on_hotlink": "Turn on hotlink protect",
|
|
1518
|
-
"editor.inspect.setter_label.drive_builder.button_text": "Button text",
|
|
1519
|
-
"editor.inspect.setter_label.drive_builder.selection_type": "Selection type",
|
|
1520
|
-
"editor.inspect.setter_label.drive_builder.allowed_file_types": "Allowed file types",
|
|
1521
|
-
"editor.inspect.setter_label.drive_builder.file_list": "File list",
|
|
1522
|
-
"editor.inspect.setter_label.drive_builder.min_size": "Min size",
|
|
1523
|
-
"editor.inspect.setter_label.drive_builder.max_size": "Max size",
|
|
1524
|
-
"editor.inspect.setter_label.drive_builder.min_file_num": "Min file num",
|
|
1525
|
-
"editor.inspect.setter_label.drive_builder.max_file_num": "Max file num",
|
|
1526
|
-
"editor.inspect.setter_label.drive_builder.file_name_duplicatio": "File name duplication",
|
|
1527
|
-
"editor.inspect.setter_label.drive_builder.fileData": "File data",
|
|
1528
|
-
"editor.inspect.setter_label.drive_builder.downloadZIP": "Download as a ZIP",
|
|
1529
|
-
"editor.inspect.setter_label.download_from_drive": "Download from ImpaktApps Drive",
|
|
1530
|
-
"editor.inspect.setter_label.save_to_drive": "Save to ImpaktApps Drive",
|
|
1531
|
-
"editor.inspect.setter_label.menu.logo": "Logo",
|
|
1532
|
-
"editor.inspect.setter_label.menu.title": "Title",
|
|
1533
|
-
"editor.inspect.setter_label.menu.only_show_icon": "Only show icon",
|
|
1534
|
-
"editor.inspect.setter_label.menu.groupLabels": "Group labels",
|
|
1535
|
-
"editor.inspect.setter_label.hover_bg_color": "Hover background",
|
|
1536
|
-
"editor.inspect.setter_label.jsonSchemaForm.JSONSchema": "JSONSchema",
|
|
1537
|
-
"editor.inspect.setter_label.jsonSchemaForm.UISchema": "UISchema",
|
|
1538
|
-
"editor.inspect.setter_label.jsonSchemaForm.default_form_data": "Default form data",
|
|
1539
|
-
"editor.inspect.setter_label.jsonSchemaForm.hidden_submit_button": "Hidden submit button",
|
|
1540
|
-
"editor.inspect.setter_label.jsonSchemaForm.submit_button_full_w": "Submit button full width",
|
|
1541
|
-
"editor.inspect.setter_label.jsonSchemaForm.submit_button_text": "Submit button text",
|
|
1542
|
-
"editor.inspect.setter_label.chart.direction": "Direction",
|
|
1543
|
-
"editor.inspect.setter_label.chart.y-axis_value": "Y-axis value",
|
|
1544
|
-
"editor.inspect.setter_label.chart.stack_grouped_data": "Stack grouped data",
|
|
1545
|
-
"editor.inspect.setter_label.chart.x-axis_type": "X-axis type",
|
|
1546
|
-
"editor.inspect.setter_label.chart.format": "Format",
|
|
1547
|
-
"editor.inspect.setter_label.chart.legend_position": "Legend position",
|
|
1548
|
-
"editor.inspect.setter_label.chart.grid_line": "Grid line",
|
|
1549
|
-
"editor.inspect.setter_label.chart.y-axis_type": "Y-axis type",
|
|
1550
|
-
"editor.inspect.setter_label.grid_list.column_adaptation": "Column adaptation",
|
|
1551
|
-
"editor.inspect.setter_label.grid_list.column_count": "Column count",
|
|
1552
|
-
"editor.inspect.setter_label.grid_list.row_height": "Row adaptation",
|
|
1553
|
-
"editor.inspect.setter_label.grid_list.item_radius": "Item radius",
|
|
1554
|
-
"editor.inspect.setter_label.grid_list.item_shadow": "Item shadow",
|
|
1555
|
-
"editor.inspect.setter_label.grid_list.item_spacing": "Item spacing",
|
|
1556
|
-
"editor.inspect.setter_label.grid_list.max_column_count": "Max number of columns",
|
|
1557
|
-
"editor.inspect.setter_label.grid_list.min_column_count": "Min number of columns",
|
|
1558
|
-
"editor.inspect.setter_label.grid_list.column_num": "Number of columns",
|
|
1559
|
-
"editor.inspect.setter_label.grid_list.min_column_width": "Min width of columns",
|
|
1560
|
-
"editor.inspect.setter_label.grid_list.update": "Update",
|
|
1561
|
-
"editor.inspect.setter_label.src": "src",
|
|
1562
|
-
"editor.inspect.setter_label.page_size_options": "Page size options",
|
|
1563
|
-
"editor.inspect.setter_label.export_setting": "Export",
|
|
1564
|
-
"editor.inspect.setter_label.filter_setting": "Filter",
|
|
1565
|
-
"editor.inspect.setter_label.primary_key": "Primary key",
|
|
1566
|
-
"editor.inspect.setter_label.allow_row_selection": "Allow row selection",
|
|
1567
|
-
"editor.inspect.setter_label.selection_mode": "Selection mode",
|
|
1568
|
-
"editor.inspect.setter_label.pin_column": "Pin column",
|
|
1569
|
-
"editor.inspect.setter_label.enable_users_to_pin": "Enable users to pin",
|
|
1570
|
-
"editor.inspect.setter_label.enable_users_to_filter": "Enable users to filter",
|
|
1571
|
-
"editor.inspect.setter_label.enable_users_to_hide": "Enable users to hide",
|
|
1572
|
-
"editor.inspect.setter_label.enable_users_to_set_group_by": "Enable users to set group by",
|
|
1573
|
-
"editor.inspect.setter_label.column_description": "Description",
|
|
1574
|
-
"editor.inspect.setter_label.enable_users_to_aggregate": "Enable users to aggregate",
|
|
1575
|
-
"editor.inspect.setter_label.enable_users_to_resize": "Enable users to resize",
|
|
1576
|
-
"editor.inspect.setter_label.enable_users_to_sort": "Enable users to sort",
|
|
1577
|
-
"editor.inspect.setter_label.disable_users_to_reorder": "Disable users to reorder columns",
|
|
1578
|
-
"editor.inspect.setter_label.default_width": "Default width",
|
|
1579
|
-
"editor.inspect.setter_label.quick_filter_setting": "Quick filter",
|
|
1580
|
-
"editor.inspect.setter_label.exclude_hidden_columns": "Exclude hidden columns",
|
|
1581
|
-
"editor.inspect.setter_label.allow_users_select": "Allow row selection",
|
|
1582
|
-
"editor.inspect.setter_label.enable_pagination": "Pagination",
|
|
1583
|
-
"editor.inspect.setter_label.avatar_type": "Avatar type",
|
|
1584
|
-
"editor.inspect.setter_label.avatar_type_options_image": "Image",
|
|
1585
|
-
"editor.inspect.setter_label.avatar_type_options.image": "Image",
|
|
1586
|
-
"editor.inspect.setter_label.avatar_type_options.icon": "Icon",
|
|
1587
|
-
"editor.inspect.setter_label.avatar_type_options.text": "Text",
|
|
1588
|
-
"editor.inspect.setter_label.imageSrc": "Image source",
|
|
1589
|
-
"editor.inspect.setter_label.avatar_size": "Avatar size",
|
|
1590
|
-
"editor.inspect.setter_label.tag_color": "Color of tags",
|
|
1591
|
-
"editor.inspect.setter_label.weight": "Weight",
|
|
1592
|
-
"editor.inspect.setter_label.aggregation": "Aggregation",
|
|
1593
|
-
"editor.inspect.setter_label.qr_code.background": "Background",
|
|
1594
|
-
"editor.inspect.setter_label.qr_code.foreground": "Foreground",
|
|
1595
|
-
"editor.inspect.setter_label.scan.button_text": "Button text",
|
|
1596
|
-
"editor.inspect.setter_label.scan.close_after_scan": "Automatically close after scan",
|
|
1597
|
-
"editor.inspect.setter_label.scan.front": "Front camera",
|
|
1598
|
-
"editor.inspect.setter_label.scan.rear": "Rear camera",
|
|
1599
|
-
"editor.inspect.setter_tooltip.action": "Your actions to components trigger queries, control components, or call the data in your resources. Multiple async actions will be executed in parallel.",
|
|
1600
|
-
"editor.inspect.setter_tooltip.cascader_data": "Each option must be JSON format and contain two keys, value and label. By using arrays, you can create options at the same level. And child options can be created by using \"children\" attribute. ",
|
|
1601
|
-
"editor.inspect.setter_tooltip.component_default_value": "The initial value of the component. You can dynamically change the initial value by typing JavaScript in {{}}.",
|
|
1602
|
-
"editor.inspect.setter_tooltip.custom_rule": "Create your validation logic here. The rules should be made in JavaScript and covered by {{}}.",
|
|
1603
|
-
"editor.inspect.setter_tooltip.date_format": "A valid date format string. See [dayJS](https://day.js.org/docs/en/parse/string-format).",
|
|
1604
|
-
"editor.inspect.setter_tooltip.default_value": "The initial value of the input box. You can dynamically change the initial value of the input field by typing JavaScript in {{}}.",
|
|
1605
|
-
"editor.inspect.setter_tooltip.disabled": "Control the status of whether the component is disabled. The component cannot be modified or focused when it is disabled.",
|
|
1606
|
-
"editor.inspect.setter_tooltip.disabled_submit": "When disabled, the components that call the form.submit() method will also be disabled.",
|
|
1607
|
-
"editor.inspect.setter_tooltip.download": "Show download button in toolbar.",
|
|
1608
|
-
"editor.inspect.setter_tooltip.filter": "Show filter button in toolbar.",
|
|
1609
|
-
"editor.inspect.setter_tooltip.form_data_key": "Specify a key of a wrapping form component when constructing the data attribute.",
|
|
1610
|
-
"editor.inspect.setter_tooltip.hidden": "Dynamically control whether the component is hidden. You can change the hidden status through dynamical boolean value.",
|
|
1611
|
-
"editor.inspect.setter_tooltip.hide_validation_message": "You can hide the error message by switching the hidden status when the input value is incorrect. You can dynamically change the hidden status by JavaScript.",
|
|
1612
|
-
"editor.inspect.setter_tooltip.input_default_value": "The initial value of the input box. You can dynamically change the initial value of the input field by typing JavaScript in {{}}.",
|
|
1613
|
-
"editor.inspect.setter_tooltip.loading": "Whether the component should show a loading indicator.",
|
|
1614
|
-
"editor.inspect.setter_tooltip.map_data_option": "Use either an array of values or an object of keys mapped to arrays. Each item in your data source is mapped to each option.",
|
|
1615
|
-
"editor.inspect.setter_tooltip.mapped_value": "Use {{ currentRow }} to access the data of current row. For example, to calculate \"cost per click\" based on columns \"cost\" and \"clickTimes\": \n {{ currentRow.cost / currentRow.clickTimes }}",
|
|
1616
|
-
"editor.inspect.setter_tooltip.multi_row_selection": "Use {{table.selectedRow[n].columnName}} to access data.",
|
|
1617
|
-
"editor.inspect.setter_tooltip.only_run_when": "Conditions that must be met before the event executes.",
|
|
1618
|
-
"editor.inspect.setter_tooltip.placeholder": "The value will be shown when the input field is empty.",
|
|
1619
|
-
"editor.inspect.setter_tooltip.progress_percentage": "The percentage value is between 0 and 100.",
|
|
1620
|
-
"editor.inspect.setter_tooltip.read_only": "Control the status of whether the component is read only. A read only component can be selected and focused but cannot be modified.",
|
|
1621
|
-
"editor.inspect.setter_tooltip.required_field": "Valid only when the switch is on.",
|
|
1622
|
-
"editor.inspect.setter_tooltip.switch_default_value": "Set the initial status of the switch. You can dynamically change the default value by JavaScript.",
|
|
1623
|
-
"editor.inspect.setter_tooltip.table_only_run_when": "Conditions that must be met before the event executes. Use {{ currentRow }} to access the data of current row. For example, only run when \"imgSize\" less than 5120: {{ currentRow.imgSize <= 5120 }}.",
|
|
1624
|
-
"editor.inspect.setter_tooltip.table_set_value": "Use currentRow to access the data of current row. For example, to set value of editableText component based on \"email\": {{ currentRow.email }}.\n And also, you can set value in INSPECT of the component by using {{ table. selectedRow[n] }}: {{ table1.selectedRow[n].email }}.",
|
|
1625
|
-
"editor.inspect.setter_tooltip.table_url": "Use {{ currentRow }} to access the data of current row. For example, to go to url with parameter \"appid\": {{ \"www.example.com/#\" + currentRow.appid }}.",
|
|
1626
|
-
"editor.inspect.setter_tooltip.text_value": "You can choose to enter value either in Markdown mode or Plain text mode. Only links in markdown mode can be recognized. In Markdown mode, the platform supports both Markdown syntax and HTML syntax. In order to utilize both syntaxes simultaneously, it is necessary to include a blank newline between the two syntaxes.",
|
|
1627
|
-
"editor.inspect.setter_tooltip.timeline_direction": "Change the direction of the timeline.",
|
|
1628
|
-
"editor.inspect.setter_tooltip.timeline_pending": "Whether to show a node with a pending status.",
|
|
1629
|
-
"editor.inspect.setter_tooltip.tooltip": "User can enter component tooltip here. The tooltip will be shown when it is focused. Markdown format is supported.",
|
|
1630
|
-
"editor.inspect.setter_tooltip.file_types": "A list of file extensions allowed to upload. No value will permit all file types.",
|
|
1631
|
-
"editor.inspect.setter_tooltip.file_list": "To show a list of selected files below the uploader. The height of uploader will change dynamically based on the length of file list.",
|
|
1632
|
-
"editor.inspect.setter_tooltip.parse_value": "Attempt to parse the selected files, with support for JSON, CSV, TSV, Excel, and TXT files.\nParsed data can be accessed via {{uploader1.parsedValue}}. Files that can not be parsed will be null in the array.\nAll files are available as base64 encoded strings on the value array, regardless of this option.",
|
|
1633
|
-
"editor.inspect.setter_tooltip.file_url": "Supports PDF URLs on the web, or base64 encoded data of pdf files. For example: \n{{ data:application/pdf;base64, example-data }}",
|
|
1634
|
-
"editor.inspect.setter_tooltip.scale": "Scale each page to fill the width or height of the component.",
|
|
1635
|
-
"editor.inspect.setter_tooltip.scroll": "Automatically locate to the beginning of each page when scrolling.",
|
|
1636
|
-
"editor.inspect.setter_tooltip.video_url": "Supports most video services or a direct link to any common video file type or the base64 encoded data of video files. For example: {{ data:audio/mp4;base64,exampleDate}}",
|
|
1637
|
-
"editor.inspect.setter_tooltip.collapse.type": "Collapsible list: list, all items will automatically copy the style of the first item. You can specify the component data in each item via {{ currentItem.columnName }}. Collapsible panel: each panel is independent, you can specify the component style and data of each item separately.",
|
|
1638
|
-
"editor.inspect.setter_tooltip.collapse.items": "Number of items",
|
|
1639
|
-
"editor.inspect.setter_tooltip.collapse.accordin_mode": "In accordion mode, when an item is expanded, other items will collapse.",
|
|
1640
|
-
"editor.inspect.setter_tooltip.message": "To retrieve the content of the message from a specific field in the data source, such as the content field, you can set it as {{item.content}}.",
|
|
1641
|
-
"editor.inspect.setter_tooltip.message_type": "To set the type of the message based on a specific field in the data source, such as the type field, you can set it as {{item.type}}. We support these types: text, image, video, and audio. ",
|
|
1642
|
-
"editor.inspect.setter_tooltip.message_id": "To set a unique ID for each message, you can retrieve it from a specific field in the data source. If you want to retrieve it from the id field, you can set it as {{item.id}}. ",
|
|
1643
|
-
"editor.inspect.setter_tooltip.replayMessageId": "If it is replying to a specified message, use this field to set which message to reply to.",
|
|
1644
|
-
"editor.inspect.setter_tooltip.expandAll": "Whether or not to expand all the nodes",
|
|
1645
|
-
"editor.inspect.setter_tooltip.sendTime": "Set the sending time. For example, in your data source, the sending time is the sendAt field and you can set the field to {{item.sendAt}}.",
|
|
1646
|
-
"editor.inspect.setter_tooltip.senderName": "Set the sender name. For example, in your data source, the sender name is the sendName field and you can set the field to {{item.sendName}}.",
|
|
1647
|
-
"editor.inspect.setter_tooltip.currentSenderId": "Set the current sender id. We use this field to determine which user sends information to be displayed on the right.",
|
|
1648
|
-
"editor.inspect.setter_tooltip.senderId": "Set the sender id. For example, in your data source, the sender id is the sendID field and you can set the field to {{item.sendID}}.",
|
|
1649
|
-
"editor.inspect.setter_tooltip.sendTimeFormat": "Set the format of sending time. For example, hh:MM:ss.",
|
|
1650
|
-
"editor.inspect.setter_tooltip.showAvatar": "Set whether to show the avatar",
|
|
1651
|
-
"editor.inspect.setter_tooltip.showName": "Set whether to show the name",
|
|
1652
|
-
"editor.inspect.setter_tooltip.showSendTime": "Set whether to show the send time",
|
|
1653
|
-
"editor.inspect.setter_tooltip.showFooter": "Set whether to show the footer",
|
|
1654
|
-
"editor.inspect.setter_tooltip.senderAvatar": "Set the sender avatar. For example, in your data source, the sender avatar is the sendAvatar field and you can set the field to {{item.sendAvatar}}.",
|
|
1655
|
-
"editor.inspect.setter_tooltip.receiving": "Set whether to display loading when receiving messages. If your message is received from action1, you can set it to {{action1.isRunning}}, and the loading status will be displayed when action1 is running.",
|
|
1656
|
-
"editor.inspect.setter_tooltip.export_setting": "Used to set whether or not users are allowed to export filtered data.",
|
|
1657
|
-
"editor.inspect.setter_tooltip.filter_setting": "Used to set whether or not to display filters, allowing users to filter data in the table.",
|
|
1658
|
-
"editor.inspect.setter_tooltip.quick_filter_setting": "Used to set whether to enable quick filter",
|
|
1659
|
-
"editor.inspect.setter_tooltip.exclude_hidden_columns": "Used to set whether to exlude the hidden columns when use quick filter. ",
|
|
1660
|
-
"editor.inspect.tab_title": "Inspect",
|
|
1661
|
-
"editor.inspect.unselected_tip1": "No components selected.",
|
|
1662
|
-
"editor.inspect.unselected_tip2": "Click on a component to select it.",
|
|
1663
|
-
"editor.inspect.setter.click_mask_close": "Click mask to close modal",
|
|
1664
|
-
"editor.inspect.setter.modal.blank": "No icons",
|
|
1665
|
-
"editor.inspect.setter.placeholder.file_download.file_name": "file.csv or {{upload1.files[0].name}}",
|
|
1666
|
-
"editor.inspect.setter.placeholder.drive_builder.fileData": "{{upload1.value[0]}}",
|
|
1667
|
-
"editor.inspect.setter_tips.chat.data_source": "The data source of the chat component. Use {{actionName.data}} to use the data from your databases or APIs",
|
|
1668
|
-
"editor.inspect.setter_tips.chat.enable_message_selec": "Set whether to allow a message to be selected",
|
|
1669
|
-
"editor.inspect.setter_tips.chat.selection_type": "Set how to select a message, left-click or right-click. When used on a mobile device, it is clicked to trigger the selection. ",
|
|
1670
|
-
"editor.inspect.setter_tips.chat.loading_when_sending": "Set whether to display loading when sending messages. If your message is sent to action1, you can set it to {{action1.isRunning}}, and the loading status will be displayed when action1 is running.",
|
|
1671
|
-
"editor.inspect.setter_tips.chat.image_background": "Set a image background. Base64 and image URL are supported",
|
|
1672
|
-
"editor.inspect.setter_tips.carousel_tips": "Use {{ item }} to get value from the data source. For example, there are two attributes in the data source. They are imageUrl and url. If you want to go to different url when click image, use {{ item.url }} to set the url.",
|
|
1673
|
-
"editor.inspect.setter_tips.data_source": "A data source to define image items using mapped evaluation. Use either an array of values or an object of keys mapped to arrays. For example: {{[{ x:1, y:1 },{ x:2, y:2 },...]}} . You can also use the data in actions. For example: {{ mysql1.data }} ",
|
|
1674
|
-
"editor.inspect.setter_tips.img_url_array": "Use {{ item.attributeName }} to get image URL from the data source. ",
|
|
1675
|
-
"editor.inspect.setter_tips.carousel.data_source": "A data source to define image items using mapped evaluation. Use either an array of values or an object of keys mapped to arrays. For example: {{[{ x:1, y:1 },{ x:2, y:2 },...]}} . You can also use the data in actions. For example: {{ mysql1.data }} ",
|
|
1676
|
-
"editor.inspect.setter_tips.file_download.file_data": "Support base64 data, raw data, mapped data of table. ",
|
|
1677
|
-
"editor.inspect.setter_tips.file_download.file_name": "The name of the file you want to upload, including the file extension, such as file.csv. You can get this value using the upload component, like {{upload1.files[0].name}}. ",
|
|
1678
|
-
"editor.inspect.setter_tips.file_download.file_type": "The type of the file to be uploaded",
|
|
1679
|
-
"editor.inspect.setter_tips.variable.available_in_objects": "Available in objects and arrays. The path of the attribute in the object: {{objectName.attributeName}}. The index of the value in an array: {{1}}. An array in the object: {{objectName.attributeName.1}}",
|
|
1680
|
-
"editor.inspect.setter_tips.variable.the_target_value": "The target value",
|
|
1681
|
-
"editor.inspect.setter_tips.slider.default_value": "The initial value of the slider. You can dynamically change the initial value by typing JavaScript in {{}}.",
|
|
1682
|
-
"editor.inspect.setter_tips.slider.minimum": "The minimum value of the slider",
|
|
1683
|
-
"editor.inspect.setter_tips.slider.maximum": "The maximum value of the slider",
|
|
1684
|
-
"editor.inspect.setter_tips.slider.step_size": "The minimum change unit of the slide",
|
|
1685
|
-
"editor.inspect.setter_tips.slider.label": "The name of the field displayed to the user",
|
|
1686
|
-
"editor.inspect.setter_tips.slider.caption": "A caption used to describe the field in detail",
|
|
1687
|
-
"editor.inspect.setter_tips.slider.hide_label": "Set whether to display the label",
|
|
1688
|
-
"editor.inspect.setter_tips.slider.allow_wrapping": "Set whether to allow label wrapping",
|
|
1689
|
-
"editor.inspect.setter_tips.slider.position": "Set the position of the label relative to the component",
|
|
1690
|
-
"editor.inspect.setter_tips.slider.alignment": "Set the alignment of the label",
|
|
1691
|
-
"editor.inspect.setter_tips.slider.width": "When the label is on the left side of the component, set the width ratio of the label",
|
|
1692
|
-
"editor.inspect.setter_tips.slider.prefix_icon": "The icon displayed in front of the component",
|
|
1693
|
-
"editor.inspect.setter_tips.slider.suffix_icon": "The icon displayed after the component",
|
|
1694
|
-
"editor.inspect.setter_tips.slider.hide_output": "Set whether to hide the value when sliding",
|
|
1695
|
-
"editor.inspect.setter_tips.switch_group.label": "The label of the option",
|
|
1696
|
-
"editor.inspect.setter_tips.switch_group.value": "An array of the selected options enclosed in {{. For example, {{ [\"Option 1\", \"Option 2\"] }}",
|
|
1697
|
-
"editor.inspect.setter_tips.switch_group.value_error": "The value is duplicated. Please use unique values to avoid errors.",
|
|
1698
|
-
"editor.inspect.setter_tips.switch_group.caption": "A caption displayed under the label",
|
|
1699
|
-
"editor.inspect.setter_tips.switch_group.disabled": "Whether to disable the option",
|
|
1700
|
-
"editor.inspect.setter_tips.switch_group.datasource": "The data source of the switch group. Use {{actionName.data}} to use the data from your databases or APIs",
|
|
1701
|
-
"editor.inspect.setter_tips.switch_group.default_value": "An array enclosed in {{ }}. For example, {{ [\"value1\", \"value2\", \"value3\"] }}",
|
|
1702
|
-
"editor.inspect.setter_tips.switch_group.choose_at_least": "Minimum items allowed to choose",
|
|
1703
|
-
"editor.inspect.setter_tips.switch_group.choose_up_to": "Maximum items allowed to choose",
|
|
1704
|
-
"editor.inspect.setter_tips.switch_group.option_label_alignment": "The position of the labels",
|
|
1705
|
-
"editor.inspect.setter_tips.step.default_step": "Default step",
|
|
1706
|
-
"editor.inspect.setter_tips.step.show_step_number": "Show step numbers",
|
|
1707
|
-
"editor.inspect.setter_tips.step.indicate_completed_steps": "Indicate completed steps",
|
|
1708
|
-
"editor.inspect.setter_tips.range_slider.start_value": "To set the minimum value of the range",
|
|
1709
|
-
"editor.inspect.setter_tips.range_slider.end_value": "To set the maximum value of the range",
|
|
1710
|
-
"editor.inspect.setter_tips.audio.audio_url": "Supports direct links to any common audio file type or the links to some audio services or the base64 encoded data of audio files. For example: {{ data:audio/mp3;base64,exampleDate}}",
|
|
1711
|
-
"editor.inspect.setter_tips.map.markers": "To set markers on the map. The markers should be an array of objects with the same properties as the Default markers.",
|
|
1712
|
-
"editor.inspect.setter_tips.map.initial_location": "When initializing the map, the default centered display position",
|
|
1713
|
-
"editor.inspect.setter_tips.map.default_markers": "The default markers displayed when initializing the map. You can set it dynamically with the JavaScript in {{}}. ",
|
|
1714
|
-
"editor.inspect.setter_tips.map.latitude_field_name": "The latitude is taken from which property of the Initial location and Default markers objects.",
|
|
1715
|
-
"editor.inspect.setter_tips.map.longitude_field_name": "The longitude is taken from which property of the Initial location and Default markers objects.",
|
|
1716
|
-
"editor.inspect.setter_tips.map.zoom": "To set the map zoom",
|
|
1717
|
-
"editor.inspect.setter_tips.map.enable_add_markers": "Whether to allow users to add markers by clicking on the map",
|
|
1718
|
-
"editor.inspect.setter_tips.map.enable_search_locati": "Whether to allow users to search for location",
|
|
1719
|
-
"editor.inspect.setter_tips.map.enable_clustering": "Whether to allow multiple markers to aggregate when the map is zoomed out",
|
|
1720
|
-
"editor.inspect.setter_tips.time_picker.format": "A valid time format string. For more information of the format: [dayJS](https://day.js.org/docs/en/parse/string-format)",
|
|
1721
|
-
"editor.inspect.setter_tips.time_picker.the_span_of_the_valu": "The span of the value in minutes",
|
|
1722
|
-
"editor.inspect.setter_tips.time_picker.show_a_clear_button_": "Show a clear button when the mouse is over the component. ",
|
|
1723
|
-
"editor.inspect.setter_tips.time_range.start_time": "The initial start time of the component. ",
|
|
1724
|
-
"editor.inspect.setter_tips.time_range.end_time": "The initial end time of the component. ",
|
|
1725
|
-
"editor.inspect.setter_tips.time_range.start_placeholder": "The value will be shown when the start time field is empty.",
|
|
1726
|
-
"editor.inspect.setter_tips.time_range.end_placeholder": "The value will be shown when the end time field is empty.",
|
|
1727
|
-
"editor.inspect.setter_tips.eventCalendar.event_value": "Use Object enclosed in {{ to set the event value. For example, {{ {\"event_name\": \"name1\", \"event_id\":\"id1\",\"event_description\":\"description\"} }}",
|
|
1728
|
-
"editor.inspect.setter_tips.eventCalendar.event_id": "A unique ID used to identify the event",
|
|
1729
|
-
"editor.inspect.setter_tips.eventCalendar.title": "The title of the event",
|
|
1730
|
-
"editor.inspect.setter_tips.eventCalendar.description": "The description of the event",
|
|
1731
|
-
"editor.inspect.setter_tips.eventCalendar.start": "Start time of the event",
|
|
1732
|
-
"editor.inspect.setter_tips.eventCalendar.end": "End time of the event",
|
|
1733
|
-
"editor.inspect.setter_tips.eventCalendar.resource_id": "The resource could be a person, a meeting room, etc. You can set a resource id and connect it to the event. ",
|
|
1734
|
-
"editor.inspect.setter_tips.eventCalendar.resource_title": "The resource name displayed in the resource view",
|
|
1735
|
-
"editor.inspect.setter_tips.eventCalendar.all_day": "Whether an all-day event",
|
|
1736
|
-
"editor.inspect.setter_tips.eventCalendar.data_source": "Data source of the events. A data source should be an array of objects. Every object is an event. For example, {{[{\"event_name\": \"name1\", \"event_id\":\"id1\",\"event_description\":\"description\"},\"event_name\": \"name2\", \"event_id\":\"id2\",\"event_description\":\"description\"} ]}}",
|
|
1737
|
-
"editor.inspect.setter_tips.eventCalendar.default_date": "The default date when launch the app",
|
|
1738
|
-
"editor.inspect.setter_tips.eventCalendar.resource_grid": "Whether to show a resource grid",
|
|
1739
|
-
"editor.inspect.setter_tips.eventCalendar.default_view": "The default view when launch the app",
|
|
1740
|
-
"editor.inspect.setter_tips.eventCalendar.show_current_time": "Set whether to show the current time line",
|
|
1741
|
-
"editor.inspect.setter_tips.eventCalendar.calendar_background": "Set the background of the calendar",
|
|
1742
|
-
"editor.inspect.setter_tips.eventCalendar.calendar_border": "Set color of the border",
|
|
1743
|
-
"editor.inspect.setter_tips.eventCalendar.calendar_text": "Set color of the text",
|
|
1744
|
-
"editor.inspect.setter_tips.eventCalendar.event_background": "Set the background of event card",
|
|
1745
|
-
"editor.inspect.setter_tips.eventCalendar.event_text": "Set the text color of event card",
|
|
1746
|
-
"editor.inspect.setter_tips.eventCalendar.couldnot_drag": "If you wish to drag to adjust the time range, please proceed to the preview page for the operation.",
|
|
1747
|
-
"editor.inspect.setter_tips.eventCalendar.draggable": "Whether allow users to update the event time range by dragging to move the event",
|
|
1748
|
-
"editor.inspect.setter_tips.eventCalendar.resizable": "Whether allow users to update the event time range and change the time span by dragging the border of an event to lengthen or shorten the time span",
|
|
1749
|
-
"editor.inspect.setter_tips.eventCalendar.custom_message_draggable": "After dragging is disabled, the message will display when a user drags the event.",
|
|
1750
|
-
"editor.inspect.setter_tips.eventCalendar.custom_message_resizable": "After resizing is disabled, the message will display when a user resizes the event.",
|
|
1751
|
-
"editor.inspect.setter_tips.table.page_index": "Index of the page you wish to select.",
|
|
1752
|
-
"editor.inspect.setter_tips.table.index": "Index of row you wish to select. The index should be an array that can be used to specify multiple rows.",
|
|
1753
|
-
"editor.inspect.setter_tips.table.scroll_to_the_select": "Whether to scroll to the row.",
|
|
1754
|
-
"editor.inspect.setter_tips.table.show_thousands_separ": "Whether to show the thousands separator",
|
|
1755
|
-
"editor.inspect.setter_tips.table.tag_label": "Set the label of tags. An array will be separated to multiple tags.",
|
|
1756
|
-
"editor.inspect.setter_tips.table.tag_color": "Use an object to set the mapping relationship between tag and color. For example, {{ {\"cat\":\"#1E6FFF\" , \"dog\":\"#FF7D00\"} }}",
|
|
1757
|
-
"editor.inspect.setter_tips.table.variant": "Variant of the button",
|
|
1758
|
-
"editor.inspect.setter_tips.table.icon": "The icon displayed in the table",
|
|
1759
|
-
"editor.inspect.setter_tips.table.color": "Set the color.",
|
|
1760
|
-
"editor.inspect.setter_tips.table.sort_by_mapped_value": "Whether to sort by mapped value. If not, we will sort based on the original data.",
|
|
1761
|
-
"editor.inspect.setter_tips.table.background": "Set the background of column. Use {{ write a conditional statement to set the color displayed by each cell under different conditions.",
|
|
1762
|
-
"editor.inspect.setter_tips.table.alignment": "Set the alignment of the column.",
|
|
1763
|
-
"editor.inspect.setter_tips.table.column_width": "Set column width by numeric value. You can also adjust the column width by dragging in the frame. After adjustment, the value of this configuration item will also change accordingly",
|
|
1764
|
-
"editor.inspect.setter_tips.table.width": "Set the adaptation method of column width.",
|
|
1765
|
-
"editor.inspect.setter_tips.table.disable_user_selecti": "Whether to disable user selection. If disabled, you can select rows by control the table component by event handler.",
|
|
1766
|
-
"editor.inspect.setter_tips.table.default_selected_row": "The row selected by default. ",
|
|
1767
|
-
"editor.inspect.setter_tips.table.refresh": "Whether to show the refresh icon. ",
|
|
1768
|
-
"editor.inspect.setter_tips.table.download_row_data": "Whether to show the download raw data icon.",
|
|
1769
|
-
"editor.inspect.setter_tips.table.column_setting": "Whether to show the column setting. Column setting will allow users to set the columns to display and the column sort. This setting does not change the table data.",
|
|
1770
|
-
"editor.inspect.setter_tips.table.cell_overflow": "How to display when cell overflow. ",
|
|
1771
|
-
"editor.inspect.setter_tips.table.enable_server_side_p": "Whether to enable server pagination",
|
|
1772
|
-
"editor.inspect.setter_tips.table.pagination_type": "The pagination type. ",
|
|
1773
|
-
"editor.inspect.setter_tips.table.total_row_count": "The number of rows used to count the page number.",
|
|
1774
|
-
"editor.inspect.setter_tips.table.next_cursor": "An identifier used to locate the next starting point of a set of data, in order to paginate and retrieve data in batches",
|
|
1775
|
-
"editor.inspect.setter_tips.table.has_next_page": "A boolean used to indicate whether there is another page of data available. It can help us better control data retrieval in paginated queries and optimize query performance",
|
|
1776
|
-
"editor.inspect.setter_tips.table.filters": "An array of object enclosed in {{ }}. For example, {{ [{\"**id**\":\"name of the column to filter\", \"**value**\":\"the value to match\", \"**filterFn**\":\"contains, equals, ...\"}] }}. We support these filterFn: \"equalTo\", \"notEqualTo\", \"contains\", \"doesNotContain\", \"lessThan\", \"notLessThan\", \"moreThan\", \"notMoreThan\", \"empty\", \"notEmpty\", \"before\", \"after\". ",
|
|
1777
|
-
"editor.inspect.setter_tips.table.filter_mode": "The filter mode. and / or.",
|
|
1778
|
-
"editor.inspect.setter_tips.table.currency_code": "USD",
|
|
1779
|
-
"editor.inspect.setter_tips.table.whether_allow_users_": "Whether allow users to select a cell",
|
|
1780
|
-
"editor.inspect.setter_tips.table.supported_in_the_row": "Supported in the row single selection mode. After enabling it, click an area other than the table to unselect the row.",
|
|
1781
|
-
"editor.inspect.setter_tips.table.density_setting": "Used to set the row height density or not. ",
|
|
1782
|
-
"editor.inspect.setter_tips.table.refresh_setting": "Used to set whether to show a refresh icon",
|
|
1783
|
-
"editor.inspect.setter_tips.table.export_raw_data_setting": "Used to set whether or not users are allowed to export unfiltered raw data.",
|
|
1784
|
-
"editor.inspect.setter_tips.table.locale": "For example, en-US",
|
|
1785
|
-
"editor.inspect.setter_tips.table.column_field": "Used to set the column",
|
|
1786
|
-
"editor.inspect.setter_tips.previous_cursor": "Use the action data to set the previous cursor. For example, {{ pageInfo.startCursor }}",
|
|
1787
|
-
"editor.inspect.setter_tips.input.type": "To set the input type",
|
|
1788
|
-
"editor.inspect.setter_tips.input.show_visible_button": "To set whether to show the visible button",
|
|
1789
|
-
"editor.inspect.setter_tips.recording.start_button_text": "The text displayed on the button when the recording is not started",
|
|
1790
|
-
"editor.inspect.setter_tips.recording.stop_button_text": "The text displayed on the button when recording",
|
|
1791
|
-
"editor.inspect.setter_tips.recording.clear_button_text": "The text displayed on the button when the recording is completed",
|
|
1792
|
-
"editor.inspect.setter_tips.recording.min_duration": "Minimum duration for recording",
|
|
1793
|
-
"editor.inspect.setter_tips.recording.max_duration": "Maximum duration for recording",
|
|
1794
|
-
"editor.inspect.setter_tips.leftMessageColor": "Set the color of the messages on the left",
|
|
1795
|
-
"editor.inspect.setter_tips.rightMessageColor": "Set the color of the messages on the right",
|
|
1796
|
-
"editor.inspect.setter_tips.toolbar-replay": "Set whether to show a reply button when select a message.",
|
|
1797
|
-
"editor.inspect.setter_tips.toolbar-delete": "Set whether to show a delete button when select a message.",
|
|
1798
|
-
"editor.inspect.setter_tips.tabs.variant": "To set the variant of tabs",
|
|
1799
|
-
"editor.inspect.setter_tips.drive_builder.allow_public_use": "Set whether to use in public app. When used in a public app, in order to protect your file security, it will only be able to access the PublicAccess folder",
|
|
1800
|
-
"editor.inspect.setter_tips.drive_builder.IMPAKTAPPS_drive_folder": "To specify a folder, users can only select files from this folder when using this component",
|
|
1801
|
-
"editor.inspect.setter_tips.drive_builder.generate_signed_url": "To set whether to generate a signed URL. All users can reach the file via a signed URL. This is usually used when you need to display content on your website or allow users to download it. ",
|
|
1802
|
-
"editor.inspect.setter_tips.drive_builder.expired_time": "To set the expired time. When expired, the signed URL will be unaccessiable.",
|
|
1803
|
-
"editor.inspect.setter_tips.drive_builder.time": "Use the number type in seconds to set the expiration time. For example, {{300}} (which means 300 seconds or 5 minutes)",
|
|
1804
|
-
"editor.inspect.setter_tips.drive_builder.turn_on_hotlink": "To set whether turn on the hotlink protect. If you turned on it, the file will only be accessed via the website on IMPAKTAPPScloud.com",
|
|
1805
|
-
"editor.inspect.setter_tips.drive_builder.button_text": "To set the text on the button",
|
|
1806
|
-
"editor.inspect.setter_tips.drive_builder.selection_type": "Set whether to allow the user to select a single file or multiple files",
|
|
1807
|
-
"editor.inspect.setter_tips.drive_builder.allowed_file_types": "Use a string array to set the allowed file types, such as allowing jpg and png, fill in {{[\".jpg\", \".png\"]}}. Leave blank to allow all file types. ",
|
|
1808
|
-
"editor.inspect.setter_tips.drive_builder.file_list": "To set whether to show the selected file list. ",
|
|
1809
|
-
"editor.inspect.setter_tips.drive_builder.min_size": "To set the allowed minimum file size",
|
|
1810
|
-
"editor.inspect.setter_tips.drive_builder.max_size": "To set the allowed maximum file size",
|
|
1811
|
-
"editor.inspect.setter_tips.drive_builder.min_file_num": "To set the minimum number of files allowed to be selected",
|
|
1812
|
-
"editor.inspect.setter_tips.drive_builder.max_file_num": "To set the maximum number of files allowed to be selected",
|
|
1813
|
-
"editor.inspect.setter_tips.drive_builder.file_name_duplicatio": "To set how to handle duplicate filenames. In the case of keep both, a random string will be added to the file name uploaded.",
|
|
1814
|
-
"editor.inspect.setter_tips.drive_builder.fileData": "Set the file data using an object array, the format of the object is {\"fileName\":\"the name\", \"FileID\":\"the ID\"}. You can use the Drive file picker component to select files and set this value directly through {{filePciker1.value}}.",
|
|
1815
|
-
"editor.inspect.setter_tips.drive_builder.downloadZIP": "To set whether to download the files as one ZIP. ",
|
|
1816
|
-
"editor.inspect.setter_tips.list.table_disallowed": "Table can't be put in a list",
|
|
1817
|
-
"editor.inspect.setter_tips.menu.logo": "Set your logo with a URL",
|
|
1818
|
-
"editor.inspect.setter_tips.menu.title": "Set a title such as company name here",
|
|
1819
|
-
"editor.inspect.setter_tips.menu.only_show_icon": "TO hidden the label and only show icon",
|
|
1820
|
-
"editor.inspect.setter_tips.statistics.title": "Set the title to display",
|
|
1821
|
-
"editor.inspect.setter_tips.page.default_view": "When users enter an error URL, we will automatically redirect to the default sub-page. When there is no default sub-page, we will treat the first sub-page in the list as the default sub-page",
|
|
1822
|
-
"editor.inspect.setter_tips.chart.direction": "Set the chart direction. ",
|
|
1823
|
-
"editor.inspect.setter_tips.chart.y-axis_value": "Set the value of Y-axis",
|
|
1824
|
-
"editor.inspect.setter_tips.chart.stack_grouped_data": "Values from different groups with the same X-axis value will be stacked in a stacked chart. Stacked charts can be used to compare the overall size of different categories or groups, as well as the relative sizes of individual subcategories or subgroups.",
|
|
1825
|
-
"editor.inspect.setter_tips.chart.x-axis_type": "Setting the chart type can enhance data readability.",
|
|
1826
|
-
"editor.inspect.setter_tips.chart.format": "A valid date format string. See [dayJS](https://day.js.org/docs/en/parse/string-format).",
|
|
1827
|
-
"editor.inspect.setter_tips.chart.legend_position": "To set the position of legent. ",
|
|
1828
|
-
"editor.inspect.setter_tips.chart.grid_line": "To set the color of grid line. ",
|
|
1829
|
-
"editor.inspect.setter_tips.chart.y-axis_type": "Setting the chart type can enhance data readability.",
|
|
1830
|
-
"editor.inspect.setter_tips.grid_list.column_adaptation": "In Auto mode, the number of columns remains fixed while the column width is adjustable. Resizing the browser window will change the column width accordingly.\r\nIn Fixed mode, the number of columns is not fixed while the column width remains constant. Resizing the browser window will alter the number of columns.",
|
|
1831
|
-
"editor.inspect.setter_tips.grid_list.column_count": "Used to configure the number of columns, which determines how many grids are displayed per row.",
|
|
1832
|
-
"editor.inspect.setter_tips.grid_list.row_height": "Used to configure the height of each row. In Auto mode, the height is adaptive, and the row height is determined by the tallest grid in the current row. In Fixed mode, the row height is fixed, and all grids have the same height.",
|
|
1833
|
-
"editor.inspect.setter_tips.grid_list.item_radius": "Used to configure the corner radius of each grid",
|
|
1834
|
-
"editor.inspect.setter_tips.grid_list.item_shadow": "Used to configure the shadow size of each grid",
|
|
1835
|
-
"editor.inspect.setter_tips.grid_list.item_spacing": "Used to configure the spacing between grids",
|
|
1836
|
-
"editor.inspect.setter_tips.grid_list.max_column_count": "Set the maximum number of columns that can be displayed in the Grid list component as its width increases. When the maximum number of columns is reached and the canvas width continues to increase, the column width will be increased to accommodate the layout, and the number of columns will not increase further.",
|
|
1837
|
-
"editor.inspect.setter_tips.grid_list.column_num": "Used to set the number of columns",
|
|
1838
|
-
"editor.inspect.setter_tips.grid_list.min_column_width": "Used to set the min width of columns",
|
|
1839
|
-
"editor.inspect.setter_tips.grid_list.no_column": "The column was not found in the data source, so the data for the column will be displayed as empty. You can resolve this issue by checking the database configuration or clicking on \"Update\" above to fetch the latest columns.",
|
|
1840
|
-
"editor.inspect.setter_tips.grid_list.update": "Click to fetch the latest columns",
|
|
1841
|
-
"editor.inspect.setter_tips.primary_key": "A unique key for identifying a row",
|
|
1842
|
-
"editor.inspect.setter_tips.selection_mode": "Used to set multiple row selection or single row selection",
|
|
1843
|
-
"editor.inspect.setter_tips.allow_row_selection": "Used to set whether or not allow users to select row",
|
|
1844
|
-
"editor.inspect.setter_tips.pin_column": "Used to pin the column to all users",
|
|
1845
|
-
"editor.inspect.setter_tips.enable_users_to_pin": "Used to set whether or not allow users to pin the column",
|
|
1846
|
-
"editor.inspect.setter_tips.enable_users_to_filter": "Used to set whether or not allow users to filter on this column",
|
|
1847
|
-
"editor.inspect.setter_tips.enable_users_to_hide": "Used to set whether or not allow users to hide the column",
|
|
1848
|
-
"editor.inspect.setter_tips.enable_users_to_aggregate": "Used to set whether or not to allow users to perform data aggregation on this column.",
|
|
1849
|
-
"editor.inspect.setter_tips.enable_users_to_set_group_by": "Used to set whether or not to allow users to set up the data grouping display. ",
|
|
1850
|
-
"editor.inspect.setter_tips.column_description": "Used to set a description of this column",
|
|
1851
|
-
"editor.inspect.setter_tips.enable_users_to_sort": "Used to set whether or not allow users to change the sorting of this column. ",
|
|
1852
|
-
"editor.inspect.setter_tips.disable_users_to_reorder": "Used to set whether or not disable users to reorder the columns",
|
|
1853
|
-
"editor.inspect.setter_tips.default_width": "Used to set the default width of the column",
|
|
1854
|
-
"editor.inspect.setter_tips.max_count": "Used to set the max count of stars",
|
|
1855
|
-
"editor.inspect.setter_tips.allow_users_select": "Used to set whether allow users to select row. ",
|
|
1856
|
-
"editor.inspect.setter_tips.table_update_content": "The Table component will no longer be maintained. To ensure uninterrupted access to new features, please migrate your data to the Data Grid component.",
|
|
1857
|
-
"editor.inspect.setter_tips.table_update_title": "Update",
|
|
1858
|
-
"editor.inspect.setter_tips.enable_users_to_resize": "Used to set whether allow users to adjust width of the column.",
|
|
1859
|
-
"editor.inspect.setter_tips.tag_color": "Use an object to set the mapping relationship between tag and color. For example, {{ {\"cat\":\"#1E6FFF\" , \"dog\":\"#FF7D00\"} }}",
|
|
1860
|
-
"editor.inspect.setter_option.fixed": "Fixed",
|
|
1861
|
-
"editor.inspect.setter_option.auto_limited": "Auto height with limits",
|
|
1862
|
-
"editor.inspect.setter_option.auto_height": "Auto height",
|
|
1863
|
-
"editor.inspect.setter_option.text_ellipsis": "Ellipsis",
|
|
1864
|
-
"editor.inspect.setter_option.text_scroll": "Scroll",
|
|
1865
|
-
"editor.inspect.setter_option.text_clip": "Clip",
|
|
1866
|
-
"editor.inspect.setter_option.scale_height": "Height",
|
|
1867
|
-
"editor.inspect.setter_option.scale_width": "Width",
|
|
1868
|
-
"editor.inspect.setter_option.collapse.collapsible_panel": "Collapsible panel",
|
|
1869
|
-
"editor.inspect.setter_option.file_download.auto": "Auto",
|
|
1870
|
-
"editor.inspect.setter_option.file_download.plain_text": "Plain text",
|
|
1871
|
-
"editor.inspect.setter_option.file_download.jpeg": "JPEG",
|
|
1872
|
-
"editor.inspect.setter_option.file_download.png": "PNG",
|
|
1873
|
-
"editor.inspect.setter_option.file_download.svg": "SVG",
|
|
1874
|
-
"editor.inspect.setter_option.file_download.json": "JSON",
|
|
1875
|
-
"editor.inspect.setter_option.file_download.csv": "CSV",
|
|
1876
|
-
"editor.inspect.setter_option.file_download.tsv": "TSV",
|
|
1877
|
-
"editor.inspect.setter_option.file_download.excel": "Excel(.xlsx)",
|
|
1878
|
-
"editor.inspect.setter_option.shadow.none": "None",
|
|
1879
|
-
"editor.inspect.setter_option.shadow.large": "Large",
|
|
1880
|
-
"editor.inspect.setter_option.shadow.medium": "Medium",
|
|
1881
|
-
"editor.inspect.setter_option.shadow.small": "Small",
|
|
1882
|
-
"editor.inspect.setter_option.eventCalendar.sunday": "Sunday",
|
|
1883
|
-
"editor.inspect.setter_option.eventCalendar.monday": "Monday",
|
|
1884
|
-
"editor.inspect.setter_option.eventCalendar.tuesday": "Tuesday",
|
|
1885
|
-
"editor.inspect.setter_option.eventCalendar.wednesday": "Wednesday",
|
|
1886
|
-
"editor.inspect.setter_option.eventCalendar.thursday": "Thursday",
|
|
1887
|
-
"editor.inspect.setter_option.eventCalendar.friday": "Friday",
|
|
1888
|
-
"editor.inspect.setter_option.eventCalendar.saturday": "Saturday",
|
|
1889
|
-
"editor.inspect.setter_option.eventCalendar.month": "Month",
|
|
1890
|
-
"editor.inspect.setter_option.eventCalendar.week": "Week",
|
|
1891
|
-
"editor.inspect.setter_option.eventCalendar.day": "Day",
|
|
1892
|
-
"editor.inspect.setter_option.eventCalendar.agenda": "Agenda",
|
|
1893
|
-
"editor.inspect.setter_option.table.set_sort": "Set sort",
|
|
1894
|
-
"editor.inspect.setter_option.table.column": "Column",
|
|
1895
|
-
"editor.inspect.setter_option.table.number": "Number",
|
|
1896
|
-
"editor.inspect.setter_option.table.percent": "Percent",
|
|
1897
|
-
"editor.inspect.setter_option.table.currency": "Currency",
|
|
1898
|
-
"editor.inspect.setter_option.table.text": "Text",
|
|
1899
|
-
"editor.inspect.setter_option.table.tag": "Tag",
|
|
1900
|
-
"editor.inspect.setter_option.table.button_group": "Button group",
|
|
1901
|
-
"editor.inspect.setter_option.table.date": "Date",
|
|
1902
|
-
"editor.inspect.setter_option.table.time": "Time",
|
|
1903
|
-
"editor.inspect.setter_option.table.date_time": "Date Time",
|
|
1904
|
-
"editor.inspect.setter_option.table.link": "Link",
|
|
1905
|
-
"editor.inspect.setter_option.table.rating": "Rating",
|
|
1906
|
-
"editor.inspect.setter_option.table.markdown": "Markdown",
|
|
1907
|
-
"editor.inspect.setter_option.table.html": "HTML",
|
|
1908
|
-
"editor.inspect.setter_option.table.button": "Button",
|
|
1909
|
-
"editor.inspect.setter_option.table.icon": "Icon",
|
|
1910
|
-
"editor.inspect.setter_option.table.solid": "Solid",
|
|
1911
|
-
"editor.inspect.setter_option.table.outline": "Outline",
|
|
1912
|
-
"editor.inspect.setter_option.table.auto": "Responsive",
|
|
1913
|
-
"editor.inspect.setter_option.table.limited": "Limited",
|
|
1914
|
-
"editor.inspect.setter_option.table.limit_offset_based": "Limit offset based",
|
|
1915
|
-
"editor.inspect.setter_option.table.cursor_based": "Cursor based",
|
|
1916
|
-
"editor.inspect.setter_option.table.graphql_relay_cursor": "GraphQL Relay cursor",
|
|
1917
|
-
"editor.inspect.setter_option.table.column_type.auto": "Auto",
|
|
1918
|
-
"editor.inspect.setter_option.table.column_type.text": "Text",
|
|
1919
|
-
"editor.inspect.setter_option.table.column_type.date": "Date",
|
|
1920
|
-
"editor.inspect.setter_option.table.column_type.tag": "Tag",
|
|
1921
|
-
"editor.inspect.setter_option.table.column_type.time": "Time",
|
|
1922
|
-
"editor.inspect.setter_option.table.column_type.datetime": "Date time",
|
|
1923
|
-
"editor.inspect.setter_option.table.column_type.number": "Number",
|
|
1924
|
-
"editor.inspect.setter_option.table.column_type.percent": "Percent",
|
|
1925
|
-
"editor.inspect.setter_option.table.column_type.link": "Link",
|
|
1926
|
-
"editor.inspect.setter_option.table.column_type.button": "Button",
|
|
1927
|
-
"editor.inspect.setter_option.table.column_type.buttongroup": "Button group",
|
|
1928
|
-
"editor.inspect.setter_option.table.column_type.boolean": "Boolean",
|
|
1929
|
-
"editor.inspect.setter_option.table.column_type.icongroup": "Icon group",
|
|
1930
|
-
"editor.inspect.setter_option.table.column_type.rating": "Rating",
|
|
1931
|
-
"editor.inspect.setter_option.table.column_type.markdown": "Markdown",
|
|
1932
|
-
"editor.inspect.setter_option.table.column_type.html": "Html",
|
|
1933
|
-
"editor.inspect.setter_option.table.column_type.currency": "Currency",
|
|
1934
|
-
"editor.inspect.setter_option.table.column_type.avatar": "Avatar",
|
|
1935
|
-
"editor.inspect.setter_option.table.column_type.image": "Image",
|
|
1936
|
-
"editor.inspect.setter_option.input.input": "Input",
|
|
1937
|
-
"editor.inspect.setter_option.input.password": "Password",
|
|
1938
|
-
"editor.inspect.setter_option.input.search": "Search",
|
|
1939
|
-
"editor.inspect.setter_option.chat.selection_type.left-click": "Left-click",
|
|
1940
|
-
"editor.inspect.setter_option.chat.selection_type.right-click": "Right-click",
|
|
1941
|
-
"editor.inspect.setter_option.tab.line": "Line",
|
|
1942
|
-
"editor.inspect.setter_option.tab.card": "Card",
|
|
1943
|
-
"editor.inspect.setter_option.drive_builder.expired_time.never": "Persistent",
|
|
1944
|
-
"editor.inspect.setter_option.drive_builder.expired_time.customer": "Custom",
|
|
1945
|
-
"editor.inspect.setter_option.drive_builder.single_file": "Single file",
|
|
1946
|
-
"editor.inspect.setter_option.drive_builder.multiple_files": "Multiple files",
|
|
1947
|
-
"editor.inspect.setter_option.drive_builder.anonymous_modal.title": "Allow public users to access ImpaktApps Drive?",
|
|
1948
|
-
"editor.inspect.setter_option.drive_builder.anonymous_modal.desc": "When turned on, only the Public apps access folder of this app can be accessed. When an APP is set as public, all users can access the folder.",
|
|
1949
|
-
"editor.inspect.setter_option.drive_builder.anonymous_modal.cancelBtn": "Cancel",
|
|
1950
|
-
"editor.inspect.setter_option.drive_builder.anonymous_modal.submitBtn": "Turn on",
|
|
1951
|
-
"editor.inspect.setter_option.drive_builder.file_name_duplicatio.replace": "Replace",
|
|
1952
|
-
"editor.inspect.setter_option.drive_builder.file_name_duplicatio.keepboth": "Keep both",
|
|
1953
|
-
"editor.inspect.setter_option.chart.chart-type.Doughnut": "Doughnut",
|
|
1954
|
-
"editor.inspect.setter_option.chart.chart-type.Radar": "Radar",
|
|
1955
|
-
"editor.inspect.setter_option.chart.direction.horizontal": "Horizontal",
|
|
1956
|
-
"editor.inspect.setter_option.chart.direction.vertical": "Vertical",
|
|
1957
|
-
"editor.inspect.setter_option.chart.x-axis_type.Default": "Default",
|
|
1958
|
-
"editor.inspect.setter_option.chart.x-axis_type.Date": "Date",
|
|
1959
|
-
"editor.inspect.setter_option.grid_list.column_adaptation.fixed": "Fixed",
|
|
1960
|
-
"editor.inspect.setter_option.grid_list.column_adaptation.dynamic": "Dynamic",
|
|
1961
|
-
"editor.inspect.setter_option.weight.regular": "Regular",
|
|
1962
|
-
"editor.inspect.setter_option.weight.medium": "Medium",
|
|
1963
|
-
"editor.inspect.setter_option.weight.bold": "Bold",
|
|
1964
|
-
"editor.inspect.setter_option.aggregation.sum": "Sum",
|
|
1965
|
-
"editor.inspect.setter_option.aggregation.avg": "Avg",
|
|
1966
|
-
"editor.inspect.setter_option.aggregation.min": "Min",
|
|
1967
|
-
"editor.inspect.setter_option.aggregation.max": "Max",
|
|
1968
|
-
"editor.inspect.setter_option.aggregation.size": "Size",
|
|
1969
|
-
"editor.inspect.setter_placeholder.min_max_size": "No limits",
|
|
1970
|
-
"editor.inspect.setter_placeholder.volume": "2",
|
|
1971
|
-
"editor.inspect.setter_placeholder.statistics.decimal": "{{ 2 }}",
|
|
1972
|
-
"editor.inspect.setter_placeholder.statistics.prefix_text": "US$",
|
|
1973
|
-
"editor.inspect.setter_placeholder.statistics.suffix_text": "%",
|
|
1974
|
-
"editor.inspect.setter_placeholder.statistics.positive_color": "Positive color",
|
|
1975
|
-
"editor.inspect.setter_placeholder.statistics.negative_color": "Negative color",
|
|
1976
|
-
"editor.inspect.setter_placeholder.multiselect.value": "{{ [\"x\",\"y\",...] }}",
|
|
1977
|
-
"editor.inspect.setter_placeholder.switch_group.default_value": "{{[\"value1\",\"value2\"]}}",
|
|
1978
|
-
"editor.inspect.setter_placeholder.img_url_array": "{{ item.image_url }} ",
|
|
1979
|
-
"editor.inspect.setter_placeholder.alt_text_mapped": "{{ item.alt_text }} ",
|
|
1980
|
-
"editor.inspect.setter_placeholder.file_download.file_data": "{{ mysql1.data }}",
|
|
1981
|
-
"editor.inspect.setter_placeholder.file_download.file_name": "new_data.csv",
|
|
1982
|
-
"editor.inspect.setter_placeholder.variable.abc": "{{abc.a}}",
|
|
1983
|
-
"editor.inspect.setter_placeholder.table.currency_code": "The currency code defined in [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217)",
|
|
1984
|
-
"editor.inspect.setter_placeholder.jsonSchemaForm.JSONSchema": "JSON Schema for the form.\n\nExample\n{{action1.data }}\n\nLearn more about how to write the JSON Schema [react-jsonschema-form](https://github.com/rjsf-team/react-jsonschema-form)",
|
|
1985
|
-
"editor.inspect.setter_placeholder.jsonSchemaForm.UISchema": "UI Schema for the form - see the uiSchema prop for the [react-jsonschema-form](https://github.com/rjsf-team/react-jsonschema-form)\n\nExample\n{{ action1.data }}",
|
|
1986
|
-
"editor.inspect.setter_placeholder.jsonSchemaForm.default_form_data": "Default Form data - see the formData prop for the [react-jsonschema-form](https://github.com/rjsf-team/react-jsonschema-form)\r\n\r\nExample\r\n{{ action1.data }}",
|
|
1987
|
-
"editor.inspect.setter_placeholder.jsonSchemaForm.hidden_submit_button": "Set whether to hide the submit button",
|
|
1988
|
-
"editor.inspect.setter_placeholder.jsonSchemaForm.submit_button_full_w": "Set whether the submit button is full width.",
|
|
1989
|
-
"editor.inspect.setter_placeholder.jsonSchemaForm.submit_button_text": "Set the text of the submit button",
|
|
1990
|
-
"editor.inspect.setter_placeholder.choose_image": "Select a folder and upload",
|
|
1991
|
-
"editor.inspect.setter_placeholder.choose_pdf": "Select a folder and upload",
|
|
1992
|
-
"editor.inspect.setter_placeholder.choose_video": "Choose a video",
|
|
1993
|
-
"editor.inspect.setter_placeholder.choose_audio": "Select a folder and upload",
|
|
1994
|
-
"editor.inspect.setter_tootip.volume": "A number between 0 and 1",
|
|
1995
|
-
"editor.inspect.setter_message.choose_at_least": "Please choose at lease {{ min }} options.",
|
|
1996
|
-
"editor.inspect.setter_message.choose_up_to": "Please choose up to {{max}} options.",
|
|
1997
|
-
"editor.inspect.setter_message.map.zoom": "Please set a value between 1 and 22",
|
|
1998
|
-
"editor.inspect.setter_message.upload.size_exceed": "Files over 500MB may fail to parse.",
|
|
1999
|
-
"editor.inspect.setter_message.upload.single_file": "Only a single file is allowed.",
|
|
2000
|
-
"editor.inspect.setter_message.upload.file": "Unsupported file types are removed",
|
|
2001
|
-
"editor.inspect.setter_message.upload.directory": "Only directories are allowed.",
|
|
2002
|
-
"editor.inspect.setter_message.recording.recording_permission": "Recording permission required",
|
|
2003
|
-
"editor.inspect.setter_message.recording.cannot_set_value_dur": "Cannot set value during recording",
|
|
2004
|
-
"editor.inspect.setter_message.recording.min_duration": "Please recording at least {{minimum}}s",
|
|
2005
|
-
"editor.inspect.setter_message.recording.max_duration": "Please recording at most {{maximum}}s",
|
|
2006
|
-
"editor.inspect.setter_message.drive_builder.min_size": "Please select a file with a size greater than {{min}}",
|
|
2007
|
-
"editor.inspect.setter_message.drive_builder.max_size": "Please select a file with a size smaller than {{max}}",
|
|
2008
|
-
"editor.inspect.setter_message.drive_builder.min_files": "Please select at least {{min}} files",
|
|
2009
|
-
"editor.inspect.setter_message.drive_builder.max_files": "Please select at most {{max}} files",
|
|
2010
|
-
"editor.inspect.setter_message.uploadsuc": "Uploaded successfully",
|
|
2011
|
-
"editor.inspect.setter_message.uploadfail": "Failed to upload",
|
|
2012
|
-
"editor.inspect.setter_message.noStorage": "Failed to upload because of not enough storage.",
|
|
2013
|
-
"editor.inspect.setter_message.noTraffic": "Failed to download because of not enough traffic.",
|
|
2014
|
-
"editor.inspect.setter_message.qr_code.startup_failed": "Camera startup failed. Please check the camera.",
|
|
2015
|
-
"editor.inspect.setter_message.scan.title": "Scanned successfully",
|
|
2016
|
-
"editor.inspect.setter_message.scan.desc": "The value is {{scanValue}}",
|
|
2017
|
-
"editor.inspect.setter_message.scan.close": "Close scanner",
|
|
2018
|
-
"editor.inspect.setter_message.scan.rescan": "Return to scanner",
|
|
2019
|
-
"editor.inspect.setter_description.code.write_code": "Write your code here. Use JavaScript inside of {{ }}",
|
|
2020
|
-
"editor.inspect.setter_hover.rich_text.default_text": "The value will be shown when the input field is empty.",
|
|
2021
|
-
"editor.inspect.widget.reply": "Reply to: ",
|
|
2022
|
-
"editor.inspect.widget.reply_image": "[Image]",
|
|
2023
|
-
"editor.inspect.widget.reply_video": "[Video]",
|
|
2024
|
-
"editor.inspect.widget.reply_audio": "[Audio]",
|
|
2025
|
-
"editor.inspect.page.blank_view": "No sub-page",
|
|
2026
|
-
"editor.inspect.setter_options.single_row_selection": "Single selection",
|
|
2027
|
-
"editor.inspect.setter_options.multiple_row_selection": "Multiple selection",
|
|
2028
|
-
"editor.page.label_name.add": "Add",
|
|
2029
|
-
"editor.page.label_name.body": "Body",
|
|
2030
|
-
"editor.page.label_name.default_view": "Default sub-page",
|
|
2031
|
-
"editor.page.label_name.edit_view": "Edit sub-page",
|
|
2032
|
-
"editor.page.label_name.footer": "Footer",
|
|
2033
|
-
"editor.page.label_name.header": "Header",
|
|
2034
|
-
"editor.page.label_name.key": "Key",
|
|
2035
|
-
"editor.page.label_name.left_panel": "Left panel",
|
|
2036
|
-
"editor.page.label_name.preset": "Preset",
|
|
2037
|
-
"editor.page.label_name.right_panel": "Right panel",
|
|
2038
|
-
"editor.page.label_name.set_as_homepage": "Set as homepage",
|
|
2039
|
-
"editor.page.label_name.show_fold_icon": "Show fold icon",
|
|
2040
|
-
"editor.page.label_name.view_path": "Name",
|
|
2041
|
-
"editor.page.label_name.views": "Sub-pages",
|
|
2042
|
-
"editor.page.label_name.width": "Width",
|
|
2043
|
-
"editor.page.label_name.height": "Height",
|
|
2044
|
-
"editor.page.label_name.columns": "Columns",
|
|
2045
|
-
"editor.page.label_name.set_as_default_subpage": "Set as default sub-page",
|
|
2046
|
-
"editor.page.label_name.delete-page": "Delete page",
|
|
2047
|
-
"editor.page.label_name.delete-sub-page": "Delete sub-page",
|
|
2048
|
-
"editor.page.model_tips.cancel_button": "Cancel",
|
|
2049
|
-
"editor.page.model_tips.change_layout_message": "After changing the layout, all data will be cleared. This operation can't be recovered, please confirm",
|
|
2050
|
-
"editor.page.model_tips.delete_section_message": "After hiding, the data in this section will be cleared. This operation can't be recovered, please confirm",
|
|
2051
|
-
"editor.page.model_tips.ok_button": "Confirm",
|
|
2052
|
-
"editor.page.panel_bar_title.basic": "BASIC",
|
|
2053
|
-
"editor.page.panel_bar_title.frame": "LAYOUT",
|
|
2054
|
-
"editor.page.tab_title": "Page",
|
|
2055
|
-
"editor.page.tooltips.show_fold_icon": "Show a button to collapse or expand the panel",
|
|
2056
|
-
"editor.page.tooltips.view_path": "To configure access to this page, you'll need to adjust the name. For instance, if you change the name to '**newPage**', and add it as a sub-page of the homepage. This page can then be accessed via the following URL: cloud.IMPAKTAPPScloud.com/yourTeam/deploy/app/appid/homepage/**newPage**.",
|
|
2057
|
-
"editor.page.tooltips.auto_canvas_width": "The width of page as a percentage of the browser width.",
|
|
2058
|
-
"editor.page.message.new_path": "No matching sub-page found. New sub-page has been added. ",
|
|
2059
|
-
"editor.validate_message.email": "Please enter a valid email address",
|
|
2060
|
-
"editor.validate_message.max_length": "Must be no more than {{ number }} characters",
|
|
2061
|
-
"editor.validate_message.max_value": "Must be less than {{ number }}",
|
|
2062
|
-
"editor.validate_message.min_length": "Must be at least {{ number }} characters",
|
|
2063
|
-
"editor.validate_message.min_value": "Must be greater than {{ number }}",
|
|
2064
|
-
"editor.validate_message.regex": "Please match the requested format",
|
|
2065
|
-
"editor.validate_message.required": "This field is required",
|
|
2066
|
-
"editor.validate_message.url": "Please enter a valid URL",
|
|
2067
|
-
"editor.validate_message.max_size": "The file size can't exceed {{maxSize }} {{ type }}.",
|
|
2068
|
-
"editor.validate_message.min_files": "At least {{ minFiles }} files are required.",
|
|
2069
|
-
"editor.validate_message.max_files": "Support up to {{ maxFiles }} files.",
|
|
2070
|
-
"editor.validate_message.min_size": "The file size can't be less than {{minSize }} {{ type }}.",
|
|
2071
|
-
"editor.validate_message.min_max_size": "Min size ~ Max size",
|
|
2072
|
-
"editor.widget_picker.empty_tip": "Sorry, no search results",
|
|
2073
|
-
"editor.widget_picker.search_placeholder": "Search",
|
|
2074
|
-
"editor.widget_picker.sessions.calendar": "Calendar inputs",
|
|
2075
|
-
"editor.widget_picker.sessions.commonly": "Commonly components",
|
|
2076
|
-
"editor.widget_picker.sessions.container": "Container and form",
|
|
2077
|
-
"editor.widget_picker.sessions.data": "Data",
|
|
2078
|
-
"editor.widget_picker.sessions.inputs": "Inputs",
|
|
2079
|
-
"editor.widget_picker.sessions.navigation": "Navigation",
|
|
2080
|
-
"editor.widget_picker.sessions.presentation": "Presentation",
|
|
2081
|
-
"editor.widget_picker.sessions.selects": "Select inputs",
|
|
2082
|
-
"editor.widget_picker.sessions.drive": "ImpaktApps Drive",
|
|
2083
|
-
"editor.widget_picker.sessions.feedback": "Feedback",
|
|
2084
|
-
"editor.widget_picker.tab_title": "Insert",
|
|
2085
|
-
"editor.method.set_hidden": "Set hidden",
|
|
2086
|
-
"editor.method.set_file_url": "Set PDF source",
|
|
2087
|
-
"editor.method.play": "Play",
|
|
2088
|
-
"editor.method.pause": "Pause",
|
|
2089
|
-
"editor.method.seek_to.time": "Time",
|
|
2090
|
-
"editor.method.seek_to.unit": "(s)",
|
|
2091
|
-
"editor.method.set_video_url.video": "Video source",
|
|
2092
|
-
"editor.method.speed.speed": "Speed",
|
|
2093
|
-
"editor.method.speed.placeholder.speed": "1.5",
|
|
2094
|
-
"editor.method.stop": "Stop",
|
|
2095
|
-
"editor.method.mute": "Mute",
|
|
2096
|
-
"editor.method.loop": "Loop",
|
|
2097
|
-
"editor.method.show_controls": "Show controls",
|
|
2098
|
-
"editor.method.set_volumn": "Set Volumn",
|
|
2099
|
-
"editor.method.set_volume.volume": "Volume",
|
|
2100
|
-
"editor.method.set_volume.placeholder.volume": "2",
|
|
2101
|
-
"editor.method.statistics.set_primary_value": "setPrimaryValue",
|
|
2102
|
-
"editor.method.statistics.reset_primary_value": "resetPrimaryValue",
|
|
2103
|
-
"editor.method.statistics.primary_value": "Primary value",
|
|
2104
|
-
"editor.method.collapse.expand_all_items": "Expand all items",
|
|
2105
|
-
"editor.method.collapse.collapse_all_items": "Collapse all items",
|
|
2106
|
-
"editor.method.carousel.showNext": "Show next visible image",
|
|
2107
|
-
"editor.method.carousel.showPrevious": "Show previous visible image",
|
|
2108
|
-
"editor.method.file_download.download": "Download",
|
|
2109
|
-
"editor.method.file_download.message.suc": "Start to download",
|
|
2110
|
-
"editor.method.file_download.message.fail": "Request failed",
|
|
2111
|
-
"editor.method.file_download.message.download_failed": "Failed to download",
|
|
2112
|
-
"editor.method.setGlobalData": "Set global data",
|
|
2113
|
-
"editor.method.setLocalStorage": "Set local storage",
|
|
2114
|
-
"editor.method.audio.set_audio_url": "Set audio source",
|
|
2115
|
-
"editor.method.map.marker_selected": "Marker selected",
|
|
2116
|
-
"editor.method.map.marker_created": "Marker created",
|
|
2117
|
-
"editor.method.map.markers_changed": "Markers changed",
|
|
2118
|
-
"editor.method.time_range.setstarttime": "setStartTime",
|
|
2119
|
-
"editor.method.time_range.setendtime": "setEndTime",
|
|
2120
|
-
"editor.method.eventCalendar.addevent": "addEvent",
|
|
2121
|
-
"editor.method.eventCalendar.deleteevent": "deleteEvent",
|
|
2122
|
-
"editor.method.table.clear_filters": "Clear filters",
|
|
2123
|
-
"editor.method.table.clear_column_setting": "Clear column setting",
|
|
2124
|
-
"editor.method.table.refresh": "Refresh",
|
|
2125
|
-
"editor.method.table.select_page": "Select page",
|
|
2126
|
-
"editor.method.table.select_row": "Select row",
|
|
2127
|
-
"editor.method.table.clear_selection": "Clear selection",
|
|
2128
|
-
"editor.method.table.set_filters": "Set filters",
|
|
2129
|
-
"editor.method.table.onFreeTimeDragOrClick": "Click free time",
|
|
2130
|
-
"editor.method.clearReplyMessage": "Clear reply message",
|
|
2131
|
-
"editor.tutorial.panel.tutorial.tab.title": "Tutorial",
|
|
2132
|
-
"editor.tutorial.panel.tutorial.title.tutorial": "Tutorial",
|
|
2133
|
-
"editor.tutorial.panel.tutorial.title.templates": "Guide",
|
|
2134
|
-
"editor.tutorial.panel.tutorial.onboarding_app.name": "Onboarding app",
|
|
2135
|
-
"editor.tutorial.panel.tutorial.onboarding_app.description": "Follow ImpaktApps's tutorial to learn how to build an app.",
|
|
2136
|
-
"editor.tutorial.panel.tutorial.onboarding_app.action": "Go",
|
|
2137
|
-
"editor.tutorial.panel.tutorial.templates_action.fork": "Fork",
|
|
2138
|
-
"editor.tutorial.panel.tutorial.templates_action.fork_description": "Fork this template as a new app",
|
|
2139
|
-
"editor.tutorial.panel.tutorial.templates_name.table": "Dashboard",
|
|
2140
|
-
"editor.tutorial.panel.tutorial.templates_name.form": "Survey",
|
|
2141
|
-
"editor.tutorial.panel.tutorial.templates_name.list": "Admin panel",
|
|
2142
|
-
"editor.tutorial.panel.tutorial.templates_name.table_guide": "Table guide",
|
|
2143
|
-
"editor.tutorial.panel.tutorial.templates_name.custom_login": "Custom login",
|
|
2144
|
-
"editor.tutorial.panel.tutorial.templates_name.run_script": "Run Script",
|
|
2145
|
-
"editor.tutorial.panel.tutorial.templates_name.calendar_guide": "Calendar guide",
|
|
2146
|
-
"editor.tutorial.panel.tutorial.templates_name.chat_guide": "Chat use case",
|
|
2147
|
-
"editor.tutorial.panel.tutorial.templates_name.custom_login_with_sc": "Script login",
|
|
2148
|
-
"editor.tutorial.panel.tutorial.templates_description.table": "Use tables to create dashboards.",
|
|
2149
|
-
"editor.tutorial.panel.tutorial.templates_description.form": "Use form and input components to create form apps.",
|
|
2150
|
-
"editor.tutorial.panel.tutorial.templates_description.list": "Use a list component to display and manage information",
|
|
2151
|
-
"editor.tutorial.panel.tutorial.templates_description.table_guide": "The features supported by Table and how to use them",
|
|
2152
|
-
"editor.tutorial.panel.tutorial.templates_description.custom_login": "To restrict only users in your database can access your public apps",
|
|
2153
|
-
"editor.tutorial.panel.tutorial.templates_description.run_script": "Flexible event handling with Run Script",
|
|
2154
|
-
"editor.tutorial.panel.tutorial.templates_description.calendar_guide": "Managing events and viewing events with Calendar component",
|
|
2155
|
-
"editor.tutorial.panel.tutorial.templates_description.custom_login_with_sc": "Use Script to restrict only users in your database can access your apps",
|
|
2156
|
-
"editor.tutorial.panel.tutorial.modal.title": "Fork and deploy",
|
|
2157
|
-
"editor.tutorial.panel.tutorial.modal.placeholder": "App name",
|
|
2158
|
-
"editor.tutorial.panel.tutorial.modal.cancel": "Cancel",
|
|
2159
|
-
"editor.tutorial.panel.tutorial.modal.fork": "Fork and deploy",
|
|
2160
|
-
"editor.tutorial.panel.onboarding_app.drag_input": "Step 1: Drag an input here",
|
|
2161
|
-
"editor.tutorial.panel.onboarding_app.drag_button": "Step 2: Drag a button here",
|
|
2162
|
-
"editor.tutorial.panel.onboarding_app.drag_table": "Step 3: Drag a table here",
|
|
2163
|
-
"editor.tutorial.panel.onboarding_app.exit": "Cancel",
|
|
2164
|
-
"editor.tutorial.panel.onboarding_app.do_it": "Do it for me",
|
|
2165
|
-
"editor.tutorial.panel.onboarding_app.drag_title": "Drag components to the frame",
|
|
2166
|
-
"editor.tutorial.panel.onboarding_app.modify_action_title": "Modify the action",
|
|
2167
|
-
"editor.tutorial.panel.onboarding_app.modify_action_description_modify": "Modify action to get data. We can use {{input1.value}} to get the data entered into the input component. \n\nselect * \nfrom users\njoin orders\non users.id = orders.id\nwhere {{!input1.value}} or lower(users.name) like '%{{input1.value.toLowerCase()}}%'",
|
|
2168
|
-
"editor.tutorial.panel.onboarding_app.modify_action_description_click": "Click Save and then click Run",
|
|
2169
|
-
"editor.tutorial.panel.onboarding_app.display_data_title": "Display data on table",
|
|
2170
|
-
"editor.tutorial.panel.onboarding_app.display_data_description_select": "Select the table on the frame",
|
|
2171
|
-
"editor.tutorial.panel.onboarding_app.display_data_description_modify": "Modify the data source on the right panel. We can use {{postgresql1.data}} to get the data.",
|
|
2172
|
-
"editor.tutorial.panel.onboarding_app.event_handler_title": "Click button to trigger action",
|
|
2173
|
-
"editor.tutorial.panel.onboarding_app.event_handler_description_1": "Select the button on the frame",
|
|
2174
|
-
"editor.tutorial.panel.onboarding_app.event_handler_description_2": "Add an event handler",
|
|
2175
|
-
"editor.tutorial.panel.onboarding_app.event_handler_description_3": "Click the event handler",
|
|
2176
|
-
"editor.tutorial.panel.onboarding_app.event_handler_description_4": "Change the action to trigger action",
|
|
2177
|
-
"editor.tutorial.panel.onboarding_app.event_handler_description_5": "Change the Query to postgre1",
|
|
2178
|
-
"editor.tutorial.panel.onboarding_app.test_it_title": "Test it out",
|
|
2179
|
-
"editor.tutorial.panel.onboarding_app.test_it_description": "Input a user name you want to search for and click the button",
|
|
2180
|
-
"editor.tutorial.panel.onboarding_app.test_it_button": "Next",
|
|
2181
|
-
"editor.tutorial.panel.onboarding_app.congratulations_title": "Congratulations 🎉",
|
|
2182
|
-
"editor.tutorial.panel.onboarding_app.congratulations_description": "You just built your first app. If you have any questions during use, you can contact us via <0>Discord</0>. ",
|
|
2183
|
-
"editor.tutorial.panel.onboarding_app.congratulations_button": "Done",
|
|
2184
|
-
"editor.tutorial.panel.onboarding_app.event_handler_description_all": "1. Add an event handler\r\n2. Click the event handler\r\n3. Change the action to trigger action\r\n4. Change the Query to postgresql1",
|
|
2185
|
-
"editor.tutorial.modal.tutorial.first_time.title": "Learn how to build an app in 5 minutes",
|
|
2186
|
-
"editor.tutorial.modal.tutorial.first_time.description": "Follow ImpaktApps's tutorial to learn how to build an app. This will take about 5 minutes.",
|
|
2187
|
-
"editor.tutorial.modal.tutorial.first_time.cancel": "Cancel",
|
|
2188
|
-
"editor.tutorial.modal.tutorial.first_time.take": "Take a tutorial",
|
|
2189
|
-
"editor.global.size_exceed": "Data size exceeds limit (current size: {{current_size}} bytes, limit: {{limit_size}} bytes)",
|
|
2190
|
-
"editor.general.length_limit": "The current input content is too long, we have stopped automatically calculating data, you can still continue to input, this will not affect your use.",
|
|
2191
|
-
"editor.history.operation.Added": "Added {{operationTargetName}}",
|
|
2192
|
-
"editor.history.operation.Deleted": "Deleted {{operationTargetName}}",
|
|
2193
|
-
"editor.history.operation.Updated": "Updated {{operationTargetName}}",
|
|
2194
|
-
"editor.history.operation.Moved": "Moved {{operationTargetName}}",
|
|
2195
|
-
"editor.history.operation.Reseted": "Reseted {{operationTargetName}}",
|
|
2196
|
-
"editor.history.operation.Restored": "Restored from {{versionName}}",
|
|
2197
|
-
"editor.history.operation.Created": "Added {{operationTargetName}}",
|
|
2198
|
-
"editor.history.save": "Save as history",
|
|
2199
|
-
"editor.history.history": "History",
|
|
2200
|
-
"editor.history.more": "More",
|
|
2201
|
-
"editor.history.save_keyboard.cmds": "⌘ S",
|
|
2202
|
-
"editor.history.save_keyboard.ctrls": "Ctrl+S",
|
|
2203
|
-
"editor.history.history_list.current": "Current",
|
|
2204
|
-
"editor.history.history_list.manual": "Manual",
|
|
2205
|
-
"editor.history.history_list.January": "January",
|
|
2206
|
-
"editor.history.history_list.February": "February",
|
|
2207
|
-
"editor.history.history_list.March": "March",
|
|
2208
|
-
"editor.history.history_list.April": "April",
|
|
2209
|
-
"editor.history.history_list.May": "May",
|
|
2210
|
-
"editor.history.history_list.June": "June",
|
|
2211
|
-
"editor.history.history_list.July": "July",
|
|
2212
|
-
"editor.history.history_list.August": "August",
|
|
2213
|
-
"editor.history.history_list.September": "September",
|
|
2214
|
-
"editor.history.history_list.October": "October",
|
|
2215
|
-
"editor.history.history_list.November": "November",
|
|
2216
|
-
"editor.history.history_list.December": "December",
|
|
2217
|
-
"editor.history.history_list.final_node": "No more history",
|
|
2218
|
-
"editor.history.history_list.label": "View only",
|
|
2219
|
-
"editor.history.restore": "Restore this version",
|
|
2220
|
-
"editor.history.message.version_change": "The current app version has changed",
|
|
2221
|
-
"editor.history.message.suc.save": "Current version is successfully saved as a history record",
|
|
2222
|
-
"editor.history.message.suc.restore": "Successfully restored",
|
|
2223
|
-
"editor.history.message.suc.preview": "The history record is successfully loaded.",
|
|
2224
|
-
"editor.history.message.fail.save": "Failed to save",
|
|
2225
|
-
"editor.history.message.fail.restore": "Failed to restore",
|
|
2226
|
-
"editor.history.message.fail.preview": "Failed to load the history record.",
|
|
2227
|
-
"editor.ai-agent.label.name": "Name",
|
|
2228
|
-
"editor.ai-agent.label.desc": "Description",
|
|
2229
|
-
"editor.ai-agent.label.mode": "Mode",
|
|
2230
|
-
"editor.ai-agent.label.prompt": "Prompt",
|
|
2231
|
-
"editor.ai-agent.label.variable": "Variable",
|
|
2232
|
-
"editor.ai-agent.label.welcome": "Welcome message",
|
|
2233
|
-
"editor.ai-agent.label.model": "Model",
|
|
2234
|
-
"editor.ai-agent.label.temperature": "Temperature",
|
|
2235
|
-
"editor.ai-agent.label.max-token": "Max token",
|
|
2236
|
-
"editor.ai-agent.label.icon": "Icon",
|
|
2237
|
-
"editor.ai-agent.placeholder.name": "Give a name to the agent",
|
|
2238
|
-
"editor.ai-agent.placeholder.desc": "Provide a brief description of what this agent is intended to be used for.",
|
|
2239
|
-
"editor.ai-agent.placeholder.prompt": "Enter {{variableName}} to use a variable",
|
|
2240
|
-
"editor.ai-agent.placeholder.variable.key": "Variable name",
|
|
2241
|
-
"editor.ai-agent.placeholder.variable.value": "Value",
|
|
2242
|
-
"editor.ai-agent.placeholder.welcome": "Provide a welcome message displayed when users start use the agent.",
|
|
2243
|
-
"editor.ai-agent.placeholder.icon": "Upload",
|
|
2244
|
-
"editor.ai-agent.placeholder.send": "Send something to the Agent",
|
|
2245
|
-
"editor.ai-agent.tips.mode": "In chat mode, each message sent includes the conversation history as part of the request, which can result in better outcomes but consumes more tokens; in text mode, each message sent does not include the conversation history, which may result in less optimal outcomes compared to chat mode but conserves tokens.",
|
|
2246
|
-
"editor.ai-agent.tips.not-start": "Complete the Agent configure and click Start to run",
|
|
2247
|
-
"editor.ai-agent.tips.not-start-run": "Please click the Start button on the left.",
|
|
2248
|
-
"editor.ai-agent.tips.temperature": "A value between 0 and 1. The smaller the value, the better the effect may be",
|
|
2249
|
-
"editor.ai-agent.tips.max-token": "Used to limit the maximum number of tokens consumed in a single run",
|
|
2250
|
-
"editor.ai-agent.option.mode.chat": "Chat",
|
|
2251
|
-
"editor.ai-agent.option.mode.text": "Text generation",
|
|
2252
|
-
"editor.ai-agent.option.model.gpt-3.5-turbo": "gpt-3.5-turbo",
|
|
2253
|
-
"editor.ai-agent.option.model.gpt-4": "gpt-4",
|
|
2254
|
-
"editor.ai-agent.new": "New",
|
|
2255
|
-
"editor.ai-agent.save": "Save",
|
|
2256
|
-
"editor.ai-agent.start": "Start",
|
|
2257
|
-
"editor.ai-agent.restart": "Restart",
|
|
2258
|
-
"editor.ai-agent.contribute": "Contribute to community",
|
|
2259
|
-
"editor.ai-agent.button.send": "Send",
|
|
2260
|
-
"editor.ai-agent.button.generating": "Generating",
|
|
2261
|
-
"editor.ai-agent.tab.prompt": "Prompt",
|
|
2262
|
-
"editor.ai-agent.tab.chat": "Chat",
|
|
2263
|
-
"editor.ai-agent.tab.text": "Generate text",
|
|
2264
|
-
"editor.ai-agent.message.click-start": "Click the Start button to trigger.",
|
|
2265
|
-
"editor.ai-agent.message.insufficient_token": "Insufficient Colla",
|
|
2266
|
-
"editor.ai-agent.message.start-failed": "Failed to start. Please try again. ",
|
|
2267
|
-
"editor.ai-agent.message.reconnect": "Connection lost. Reconnecting...",
|
|
2268
|
-
"editor.ai-agent.message.token-not-enough": "Model limit reached. Please restart.",
|
|
2269
|
-
"editor.ai-agent.message.token": "The Max token is smaller than the number of tokens occupied by the prompt or exceeds the model's limit.",
|
|
2270
|
-
"editor.ai-agent.message.purchase-required": "Colla is not enough to run, please recharge.",
|
|
2271
|
-
"editor.ai-agent.message.leave": "There are unsaved content, are you sure you want to leave?",
|
|
2272
|
-
"editor.ai-agent.message.generating": "Please wait for the generation to complete or interrupt the process",
|
|
2273
|
-
"editor.ai-agent.message.model-unavailable": "The current model is not available",
|
|
2274
|
-
"editor.ai-agent.title": "Edit AI Agent",
|
|
2275
|
-
"editor.ai-agent.generate-desc.button": "AI generate",
|
|
2276
|
-
"editor.ai-agent.generate-desc.tooltips": "Use AI to generate the description based on your prompt. ",
|
|
2277
|
-
"editor.ai-agent.generate-desc.failed": "Failed to generate. Please try again later. ",
|
|
2278
|
-
"editor.ai-agent.generate-desc.blank": "Please enter the prompt first",
|
|
2279
|
-
"editor.ai-agent.generate-icon.tooltips": "Use AI to generate icon based on the agent name and description",
|
|
2280
|
-
"editor.ai-agent.generate-icon.blank": "Please fill in the name field first",
|
|
2281
|
-
"editor.ai-agent.title-preview.chat": "Preview window",
|
|
2282
|
-
"editor.ai-agent.title-preview.text-generation": "Preview window",
|
|
2283
|
-
"editor.ai-agent.validation_blank.name": "Please enter a name",
|
|
2284
|
-
"editor.ai-agent.validation_blank.prompt": "Please enter the prompt",
|
|
2285
|
-
"editor.ai-agent.validation_blank.description": "Please enter the description",
|
|
2286
|
-
"editor.ai-agent.validation_blank.icon": "Please upload or generate an icon",
|
|
2287
|
-
"editor.ai-agent.validation_blank.variable_value": "Please ensure that both the key and value are either empty or not empty.",
|
|
2288
|
-
"editor.ai-agent.validation_blank.variable_key": "Please enter the key or delete the value. ",
|
|
2289
|
-
"editor.ai-agent.validation_blank.temperature": "Please enter the temperature between 0.1 to 2",
|
|
2290
|
-
"editor.ai-agent.validation_blank.max_token": "Please enter the max token not less than 1",
|
|
2291
|
-
"editor.ai-agent.length_invalid.description": "Please limit the character count to 160 or less",
|
|
2292
|
-
"editor.ai-agent.value_invalid.temperature": "Please enter the temperature between 0.1 to 2",
|
|
2293
|
-
"editor.ai-agent.value_invalid.max_token": "Please enter the max token not less than 1",
|
|
2294
|
-
"editor.ai-agent.group.advanced_settings": "Advanced settings",
|
|
2295
|
-
"editor.ai-agent.group.information": "Basic information",
|
|
2296
|
-
"editor.ai-agent.doc": "Doc",
|
|
2297
|
-
"editor.common.required": "Required",
|
|
2298
|
-
"editor.runManually.fail": "Failed to run",
|
|
2299
|
-
"exit_preview": "Exit Preview",
|
|
2300
|
-
"freeze_collision": "Freeze collision",
|
|
2301
|
-
"freeze_messages": "The canvas is frozen. You can drag components into or out of containers.",
|
|
2302
|
-
"freeze_tips": "The canvas is frozen. Click here to unfreeze it.",
|
|
2303
|
-
"link_copied": "Link Copied",
|
|
2304
|
-
"network_error": "Network disconnected. Please check this device's network",
|
|
2305
|
-
"not_online_tips": "Network disconnected. Please check this device's network",
|
|
2306
|
-
"preview.viewport.size": "Size",
|
|
2307
|
-
"preview.viewport.reset": "Reset",
|
|
2308
|
-
"preview.viewport.save": "Save",
|
|
2309
|
-
"preview.viewport.tooltip.fluid_width": "Fluid width",
|
|
2310
|
-
"preview.viewport.tooltip.desktop": "Desktop(width = 1280px)",
|
|
2311
|
-
"preview.viewport.tooltip.tablet": "Tablet(width = 1080px)",
|
|
2312
|
-
"preview.viewport.tooltip.custom": "Custom",
|
|
2313
|
-
"preview.button_text": "Preview",
|
|
2314
|
-
"remove_fail": "Failed to remove",
|
|
2315
|
-
"rename": "Rename",
|
|
2316
|
-
"resources": "Resources",
|
|
2317
|
-
"retry": "Retry",
|
|
2318
|
-
"save": "Save",
|
|
2319
|
-
"setting.account.email": "Email",
|
|
2320
|
-
"setting.account.empty_username": "Please enter your username",
|
|
2321
|
-
"setting.account.error_username": "Username must be 3~15 characters",
|
|
2322
|
-
"setting.account.save": "Save Changes",
|
|
2323
|
-
"setting.account.save_fail": "Failed to save",
|
|
2324
|
-
"setting.account.title": "ACCOUNT",
|
|
2325
|
-
"setting.account.username": "Username",
|
|
2326
|
-
"setting.other.language": "Language",
|
|
2327
|
-
"setting.other.save": "Save Changes",
|
|
2328
|
-
"setting.other.title": "SETTING",
|
|
2329
|
-
"setting.password.confirm_password": "Confirmation password",
|
|
2330
|
-
"setting.password.current_password": "Old password",
|
|
2331
|
-
"setting.password.empty_password": "Please enter your password",
|
|
2332
|
-
"setting.password.error_format_password": "Password must be 6~20 characters",
|
|
2333
|
-
"setting.password.error_match_password": "Your password and confirmation password do not match",
|
|
2334
|
-
"setting.password.error_password_has_empty": "Password cannot include spaces",
|
|
2335
|
-
"setting.password.error_validate_password": "Your password can only contain numbers, letters and punctuations",
|
|
2336
|
-
"setting.password.new_password": "New password",
|
|
2337
|
-
"setting.password.submit_button": "Submit",
|
|
2338
|
-
"setting.password.title": "PASSWORD",
|
|
2339
|
-
"share": "Share",
|
|
2340
|
-
"status.403.des": "Access denied",
|
|
2341
|
-
"status.404.again": "Refresh",
|
|
2342
|
-
"status.404.des": "It seems that the page you were looking for could not be found.",
|
|
2343
|
-
"status.500.des": "Oops, something went wrong. Please try again later.",
|
|
2344
|
-
"status.back": "Back to homepage",
|
|
2345
|
-
"status.mobile_forbidden": "For the better editing experience, please visit this page on desktop",
|
|
2346
|
-
"status.back_to_cloud": "Back to ImpaktApps Cloud",
|
|
2347
|
-
"status.no_permission_title": "Insufficient permissions",
|
|
2348
|
-
"status.no_permission_description": "You don't have permissions to perform the requested operation. Please contact the administrators in your team.",
|
|
2349
|
-
"title": "Welcome to ImpaktApps",
|
|
2350
|
-
"unfreeze_tips": "Freeze the canvas and drag components into or out of containers. (D or K)",
|
|
2351
|
-
"user.description": "Create business apps like assembling blocks",
|
|
2352
|
-
"user.forgot_password.actions.reset": "Reset",
|
|
2353
|
-
"user.forgot_password.actions.send": "Send code",
|
|
2354
|
-
"user.forgot_password.error_message.email.invalid_pattern": "Please enter a valid email address",
|
|
2355
|
-
"user.forgot_password.error_message.email.registered": "The email address doesn't associate with an account.",
|
|
2356
|
-
"user.forgot_password.error_message.email.require": "Please enter your email",
|
|
2357
|
-
"user.forgot_password.error_message.newPassword.require": "Please enter your password",
|
|
2358
|
-
"user.forgot_password.error_message.verification_code.expired": "Verification code expired",
|
|
2359
|
-
"user.forgot_password.error_message.verification_code.invalid": "Invalid verification code",
|
|
2360
|
-
"user.forgot_password.error_message.verification_code.require": "Please enter verification code",
|
|
2361
|
-
"user.forgot_password.fields.email": "Email",
|
|
2362
|
-
"user.forgot_password.fields.newPassword": "New Password",
|
|
2363
|
-
"user.forgot_password.fields.verification_code": "Verification code",
|
|
2364
|
-
"user.forgot_password.placeholder.email": "Enter your email",
|
|
2365
|
-
"user.forgot_password.placeholder.verification_code": "Please enter verification code",
|
|
2366
|
-
"user.forgot_password.subtitle": "Back to sign in",
|
|
2367
|
-
"user.forgot_password.tips.fail": "Failed to reset password",
|
|
2368
|
-
"user.forgot_password.tips.fail_sent": "Failed to send verification code",
|
|
2369
|
-
"user.forgot_password.tips.success": "Reset password successfully",
|
|
2370
|
-
"user.forgot_password.tips.verification_code": "Verification code sent",
|
|
2371
|
-
"user.forgot_password.title": "Reset Password",
|
|
2372
|
-
"user.password.placeholder": "Enter your new password(at least 6 characters)",
|
|
2373
|
-
"user.sign_in.actions.login": "Sign in",
|
|
2374
|
-
"user.sign_in.description.forgot_password": "Forgot Password?",
|
|
2375
|
-
"user.sign_in.description.policy": "By clicking Sign in, I agree to <0>Privacy Policy</0> and <1>terms</1>",
|
|
2376
|
-
"user.sign_in.description.register": "New user? <0>Create an account</0>",
|
|
2377
|
-
"user.sign_in.error_message.email.invalid_pattern": "Please enter a valid email address",
|
|
2378
|
-
"user.sign_in.error_message.email.registered": "The email address doesn't associate with an account.",
|
|
2379
|
-
"user.sign_in.error_message.email.require": "Please enter your email",
|
|
2380
|
-
"user.sign_in.error_message.password.incorrect": "Incorrect email or password",
|
|
2381
|
-
"user.sign_in.error_message.password.locked": "Too many bad attempts, please reset your password or try again after 1 hour",
|
|
2382
|
-
"user.sign_in.error_message.password.min_length": "The password must be at least 6 characters",
|
|
2383
|
-
"user.sign_in.error_message.password.require": "Please enter password",
|
|
2384
|
-
"user.sign_in.fields.email": "Email",
|
|
2385
|
-
"user.sign_in.fields.password": "Password",
|
|
2386
|
-
"user.sign_in.placeholder.email": "Enter your email",
|
|
2387
|
-
"user.sign_in.tips.fail": "Failed to sign in",
|
|
2388
|
-
"user.sign_in.tips.success": "Signed in successfully",
|
|
2389
|
-
"user.sign_in.title": "Welcome back",
|
|
2390
|
-
"user.sign_up.actions.create": "Create Account",
|
|
2391
|
-
"user.sign_up.actions.send": "Send code",
|
|
2392
|
-
"user.sign_up.description.login": "Already have an account? <0>Sign in</0>",
|
|
2393
|
-
"user.sign_up.description.policy": "By clicking Create Account, I agree to <0>Privacy Policy</0> and <1>terms</1>",
|
|
2394
|
-
"user.sign_up.description.subscribe": "I am willing to receive the updates and news about ImpaktApps",
|
|
2395
|
-
"user.sign_up.error_message.email.invalid_pattern": "Please enter a valid email address",
|
|
2396
|
-
"user.sign_up.error_message.email.registered": "An account with that email address already exists.",
|
|
2397
|
-
"user.sign_up.error_message.email.require": "Please enter your email",
|
|
2398
|
-
"user.sign_up.error_message.password.require": "Please enter password",
|
|
2399
|
-
"user.sign_up.error_message.username.length": "The username must be 3~15 characters",
|
|
2400
|
-
"user.sign_up.error_message.username.require": "Please enter username",
|
|
2401
|
-
"user.sign_up.error_message.verification_code.expired": "Verification code expired",
|
|
2402
|
-
"user.sign_up.error_message.verification_code.invalid": "Invalid verification code",
|
|
2403
|
-
"user.sign_up.error_message.verification_code.require": "Please enter verification code",
|
|
2404
|
-
"user.sign_up.tips.fail": "Failed to sign up",
|
|
2405
|
-
"user.sign_up.tips.fail_sent": "Failed to send verification code",
|
|
2406
|
-
"user.sign_up.tips.success": "Signed up successfully",
|
|
2407
|
-
"user.sign_up.tips.verification_code": "Verification code sent",
|
|
2408
|
-
"user.sign_up.tips.not_allow_register": "This team has disabled register. Please contact the team owner. ",
|
|
2409
|
-
"user.sign_up.title": "Sign up",
|
|
2410
|
-
"user.sign_up.agreement.using_IMPAKTAPPS": "By using ImpaktApps you are agreeing to our ",
|
|
2411
|
-
"user.sign_up.agreement.privacy_policy": "privacy policy",
|
|
2412
|
-
"user.sign_up.agreement.and": "and",
|
|
2413
|
-
"user.sign_up.agreement.terms_of_service": "terms of service",
|
|
2414
|
-
"user.sign_up.fields.username": "Username",
|
|
2415
|
-
"user.sign_up.fields.email": "Email",
|
|
2416
|
-
"user.sign_up.fields.verification_code": "Verification code",
|
|
2417
|
-
"user.sign_up.fields.password": "Password",
|
|
2418
|
-
"user.sign_up.placeholder.username": "Please enter your username",
|
|
2419
|
-
"user.sign_up.placeholder.email": "Please enter your email",
|
|
2420
|
-
"user.sign_up.placeholder.enter_verification_code": "Please enter verification code",
|
|
2421
|
-
"user.sign_up.placeholder.enter_password": "Please enter a password",
|
|
2422
|
-
"widget.bar_progress.name": "Bar Progress",
|
|
2423
|
-
"widget.button.default_text": "Button",
|
|
2424
|
-
"widget.button.name": "Button",
|
|
2425
|
-
"widget.cascader.name": "Cascader",
|
|
2426
|
-
"widget.chart.name": "Chart",
|
|
2427
|
-
"widget.check_box_group.name": "Checkbox Group",
|
|
2428
|
-
"widget.circle_progress.name": "Circle Progress",
|
|
2429
|
-
"widget.container.empty": "Drag components here",
|
|
2430
|
-
"widget.container.key_duplicated": "The key is duplicated. Please use unique keys to avoid errors.",
|
|
2431
|
-
"widget.container.name": "Container",
|
|
2432
|
-
"widget.container.value_duplicated": "The value is duplicated. Please use unique values to avoid errors.",
|
|
2433
|
-
"widget.date.name": "Date",
|
|
2434
|
-
"widget.date_range.name": "Date range",
|
|
2435
|
-
"widget.date_time.name": "Date Time",
|
|
2436
|
-
"widget.date_time.placeholder": "Select time",
|
|
2437
|
-
"widget.divider_progress.name": "Divider",
|
|
2438
|
-
"widget.editable_text.name": "Editable Text",
|
|
2439
|
-
"widget.form.name": "Form",
|
|
2440
|
-
"widget.image.name": "Image",
|
|
2441
|
-
"widget.input.name": "Input",
|
|
2442
|
-
"widget.list.doc1": "Use {{ currentItem }} to access the data of current item. For example, to set value of the text component which is in list component based on \"userName\": {{ currentItem.userName }}",
|
|
2443
|
-
"widget.list.doc2": "Use {{list.selectedItem.data}} to access the data of selected item in list component. For example, to set the value of the text component which is out of list component based on \"username\" of the selected item in the list: {{ list.selectedItem.userName }}",
|
|
2444
|
-
"widget.list.name": "List",
|
|
2445
|
-
"widget.menu.name": "Menu",
|
|
2446
|
-
"widget.number_input.name": "Number Input",
|
|
2447
|
-
"widget.rich_text_editor.name": "Rich text editor",
|
|
2448
|
-
"widget.json_editor.name": "JSON editor",
|
|
2449
|
-
"widget.json_viewer.name": "JSON viewer",
|
|
2450
|
-
"widget.chat.name": "Chat",
|
|
2451
|
-
"widget.public.left": "Left",
|
|
2452
|
-
"widget.public.right": "Right",
|
|
2453
|
-
"widget.public.select_options.manual": "Manual",
|
|
2454
|
-
"widget.public.select_options.mapped": "Mapped",
|
|
2455
|
-
"widget.public.select_options.url": "URL",
|
|
2456
|
-
"widget.public.select_options.upload": "Upload",
|
|
2457
|
-
"widget.public.top": "Top",
|
|
2458
|
-
"widget.radio_button.name": "Radio Button",
|
|
2459
|
-
"widget.radio_group.name": "Radio group",
|
|
2460
|
-
"widget.rate.name": "Rate",
|
|
2461
|
-
"widget.select.name": "Select",
|
|
2462
|
-
"widget.switch.name": "Switch",
|
|
2463
|
-
"widget.table.ascend": "Asc",
|
|
2464
|
-
"widget.table.descend": "Desc",
|
|
2465
|
-
"widget.table.name": "Table",
|
|
2466
|
-
"widget.table.pagination": "Pagination",
|
|
2467
|
-
"widget.table.scroll": "Scroll",
|
|
2468
|
-
"widget.table.default": "Default",
|
|
2469
|
-
"widget.table.export_all_data": "Export all",
|
|
2470
|
-
"widget.table.refresh": "Refresh",
|
|
2471
|
-
"widget.table.export.title": "Export",
|
|
2472
|
-
"widget.table.export.csv": "Export as csv",
|
|
2473
|
-
"widget.table.export.excel": "Export as Excel",
|
|
2474
|
-
"widget.table.export.print": "Print",
|
|
2475
|
-
"widget.tabs.name": "Tabs",
|
|
2476
|
-
"widget.text.default_value": "👋 Hello!",
|
|
2477
|
-
"widget.text.name": "Text",
|
|
2478
|
-
"widget.text.text_model": "Plain text",
|
|
2479
|
-
"widget.timeline.horizontal": "Horizontal",
|
|
2480
|
-
"widget.timeline.name": "Timeline",
|
|
2481
|
-
"widget.timeline.vertical": "vertical",
|
|
2482
|
-
"widget.modal.name": "Modal",
|
|
2483
|
-
"widget.textarea.name": "Textarea Input",
|
|
2484
|
-
"widget.upload.name": "Upload",
|
|
2485
|
-
"widget.upload.default_button_text": "Upload",
|
|
2486
|
-
"widget.upload.default_dropzone_text": "Select or drop a file here",
|
|
2487
|
-
"widget.icon.name": "Icon",
|
|
2488
|
-
"widget.pdf.empty": "No PDF files",
|
|
2489
|
-
"widget.pdf.failed": "PDF could not be loaded",
|
|
2490
|
-
"widget.video.name": "Video",
|
|
2491
|
-
"widget.video.empty": "No videos",
|
|
2492
|
-
"widget.video.fail": "Failed to load",
|
|
2493
|
-
"widget.statistics.name": "Statistics",
|
|
2494
|
-
"widget.collapse.name": "Collapse",
|
|
2495
|
-
"widget.multiselect.name": "Multiselect",
|
|
2496
|
-
"widget.carousel.name": "Carousel",
|
|
2497
|
-
"widget.step.name": "Steps",
|
|
2498
|
-
"widget.slider.name": "Slider",
|
|
2499
|
-
"widget.range_slider.name": "Range slider",
|
|
2500
|
-
"widget.audio.name": "Audio",
|
|
2501
|
-
"widget.audio.no_audio": "No audio",
|
|
2502
|
-
"widget.collaborative.no_name": "No name",
|
|
2503
|
-
"widget.map.name": "Map",
|
|
2504
|
-
"widget.time_picker.name": "Time picker",
|
|
2505
|
-
"widget.time_range.name": "Time range",
|
|
2506
|
-
"widget.eventCalendar.name.event_calendar": "Event calendar",
|
|
2507
|
-
"widget.eventCalendar.name_duplicated": "This resource ID conflicts in these events, please use the same name or different id",
|
|
2508
|
-
"widget.switch_group.name": "Switch group",
|
|
2509
|
-
"widget.recording.name": "Recording",
|
|
2510
|
-
"widget.jsonEditor.name": "JSON Editor",
|
|
2511
|
-
"widget.drive_picker.name": "ImpaktApps file picker",
|
|
2512
|
-
"widget.drive_picker.modal.files": "Files",
|
|
2513
|
-
"widget.drive_picker.modal.confirm": "Confirm({{fileNum}} files)",
|
|
2514
|
-
"widget.drive_picker.modal.cancel": "Cancel",
|
|
2515
|
-
"widget.drive_picker.modal.no_file": "No file",
|
|
2516
|
-
"widget.jsonSchemaForm.name": "JSON Schema Form",
|
|
2517
|
-
"widget.page.path_duplicated": "The page name is duplicated. Please use a unique name to avoid errors. ",
|
|
2518
|
-
"widget.page.tips.blank_view": "This module has no sub-pages. Please add them first through the Page panel on the right.",
|
|
2519
|
-
"widget.page.label.rename_url": "Edit sub-page",
|
|
2520
|
-
"widget.page.label.rename_page_url": "Edit page",
|
|
2521
|
-
"widget.grid_list.name": "Grid list",
|
|
2522
|
-
"widget.frame.initial-title": "Drag a component to add it to the frame",
|
|
2523
|
-
"widget.iframe.name": "IFrame",
|
|
2524
|
-
"widget.data_grid.name": "Data grid",
|
|
2525
|
-
"widget.avatar.name": "Avatar",
|
|
2526
|
-
"widget.tags.name": "Tags",
|
|
2527
|
-
"widget.suggestMore.name": "Suggest a component",
|
|
2528
|
-
"widget.password.name": "Password",
|
|
2529
|
-
"widget.email.name": "Email",
|
|
2530
|
-
"widget.url.name": "URL",
|
|
2531
|
-
"widget.qr_code.name": "QR Code",
|
|
2532
|
-
"widget.scanner.name": "Scanner",
|
|
2533
|
-
"page.title": "Page",
|
|
2534
|
-
"page.user.description": "Create business apps like assembling blocks",
|
|
2535
|
-
"page.user.forgot_password.actions.reset": "Reset",
|
|
2536
|
-
"page.user.forgot_password.actions.send": "Send code",
|
|
2537
|
-
"page.user.forgot_password.error_message.email.invalid_pattern": "Please enter a valid email address",
|
|
2538
|
-
"page.user.forgot_password.error_message.email.registered": "The email address doesn't associate with an account.",
|
|
2539
|
-
"page.user.forgot_password.error_message.email.require": "Please enter your email",
|
|
2540
|
-
"page.user.forgot_password.error_message.newPassword.require": "Please enter your password",
|
|
2541
|
-
"page.user.forgot_password.error_message.verification_code.expired": "Verification code expired",
|
|
2542
|
-
"page.user.forgot_password.error_message.verification_code.invalid": "Invalid verification code",
|
|
2543
|
-
"page.user.forgot_password.error_message.verification_code.require": "Please enter verification code",
|
|
2544
|
-
"page.user.forgot_password.fields.email": "Email",
|
|
2545
|
-
"page.user.forgot_password.fields.newPassword": "New Password",
|
|
2546
|
-
"page.user.forgot_password.fields.verification_code": "Verification code",
|
|
2547
|
-
"page.user.forgot_password.placeholder.email": "Enter your email",
|
|
2548
|
-
"page.user.forgot_password.placeholder.verification_code": "Please enter verification code",
|
|
2549
|
-
"page.user.forgot_password.subtitle": "Back to sign in",
|
|
2550
|
-
"page.user.forgot_password.tips.fail": "Failed to reset password",
|
|
2551
|
-
"page.user.forgot_password.tips.fail_sent": "Failed to send verification code",
|
|
2552
|
-
"page.user.forgot_password.tips.success": "Reset password successfully",
|
|
2553
|
-
"page.user.forgot_password.tips.verification_code": "Verification code sent",
|
|
2554
|
-
"page.user.forgot_password.title": "Reset Password",
|
|
2555
|
-
"page.user.password.placeholder": "Enter your password",
|
|
2556
|
-
"page.user.policy": "By using ImpaktApps you are agreeing to our <0>Privacy Policy</0> and <1>Terms of Service</1>",
|
|
2557
|
-
"page.user.sign_in.actions.login": "Sign in",
|
|
2558
|
-
"page.user.sign_in.description.forgot_password": "Forgot Password?",
|
|
2559
|
-
"page.user.sign_in.description.policy": "By clicking Sign in, I agree to <0>Privacy Policy</0> and <1>terms</1>",
|
|
2560
|
-
"page.user.sign_in.description.register": "New user? <0>Create an account</0>",
|
|
2561
|
-
"page.user.sign_in.error_message.email.invalid_pattern": "Please enter a valid email address",
|
|
2562
|
-
"page.user.sign_in.error_message.email.registered": "The email address doesn't associate with an account.",
|
|
2563
|
-
"page.user.sign_in.error_message.email.require": "Please enter your email",
|
|
2564
|
-
"page.user.sign_in.error_message.password.incorrect": "Incorrect email or password",
|
|
2565
|
-
"page.user.sign_in.error_message.password.locked": "Too many bad attempts, please reset your password or try again after 1 hour",
|
|
2566
|
-
"page.user.sign_in.error_message.password.min_length": "The password must be at least 6 characters",
|
|
2567
|
-
"page.user.sign_in.error_message.password.require": "Please enter password",
|
|
2568
|
-
"page.user.sign_in.fields.email": "Email",
|
|
2569
|
-
"page.user.sign_in.fields.password": "Password",
|
|
2570
|
-
"page.user.sign_in.placeholder.email": "Enter your email",
|
|
2571
|
-
"page.user.sign_in.tips.fail": "Failed to sign in",
|
|
2572
|
-
"page.user.sign_in.tips.success": "Signed in successfully",
|
|
2573
|
-
"page.user.sign_in.tips.fail_account": "Incorrect email or password",
|
|
2574
|
-
"page.user.sign_in.title": "Welcome back",
|
|
2575
|
-
"page.user.sign_in.option.or": "OR",
|
|
2576
|
-
"page.user.sign_in.option.github": "Sign in with GitHub",
|
|
2577
|
-
"page.user.sign_in.option.google": "Sign in with Google",
|
|
2578
|
-
"page.user.sign_in.oauth.message.auth_suc_no_password": "Sign up successfully. You can set a password for your email account later",
|
|
2579
|
-
"page.user.sign_in.oauth.message.auth_failed": "Authentication failed",
|
|
2580
|
-
"page.user.sign_in.message.github_no_user_name": "Username is required. Please check your GitHub settings.",
|
|
2581
|
-
"page.user.sign_up.actions.create": "Create Account",
|
|
2582
|
-
"page.user.sign_up.actions.send": "Send code",
|
|
2583
|
-
"page.user.sign_up.description.login": "Already have an account? <0>Sign in</0>",
|
|
2584
|
-
"page.user.sign_up.description.policy": "By clicking Create Account, I agree to <0>Privacy Policy</0> and <1>terms</1>",
|
|
2585
|
-
"page.user.sign_up.description.subscribe": "I am willing to receive the updates and news about ImpaktApps",
|
|
2586
|
-
"page.user.sign_up.error_message.email.invalid_pattern": "Please enter a valid email address",
|
|
2587
|
-
"page.user.sign_up.error_message.email.registered": "An account with that email address already exists.",
|
|
2588
|
-
"page.user.sign_up.error_message.email.require": "Please enter your email",
|
|
2589
|
-
"page.user.sign_up.error_message.password.require": "Please enter password",
|
|
2590
|
-
"page.user.sign_up.error_message.username.length": "The username must be 3~15 characters",
|
|
2591
|
-
"page.user.sign_up.error_message.username.require": "Please enter username",
|
|
2592
|
-
"page.user.sign_up.error_message.verification_code.expired": "Verification code expired",
|
|
2593
|
-
"page.user.sign_up.error_message.verification_code.invalid": "Invalid verification code",
|
|
2594
|
-
"page.user.sign_up.error_message.verification_code.require": "Please enter verification code",
|
|
2595
|
-
"page.user.sign_up.fields.email": "Email",
|
|
2596
|
-
"page.user.sign_up.fields.password": "Password",
|
|
2597
|
-
"page.user.sign_up.fields.username": "Username",
|
|
2598
|
-
"page.user.sign_up.fields.verification_code": "Verification code",
|
|
2599
|
-
"page.user.sign_up.placeholder.email": "Enter your email",
|
|
2600
|
-
"page.user.sign_up.placeholder.username": "Enter your username",
|
|
2601
|
-
"page.user.sign_up.placeholder.verification_code": "Please enter verification code",
|
|
2602
|
-
"page.user.sign_up.tips.fail": "Failed to sign up",
|
|
2603
|
-
"page.user.sign_up.tips.fail_sent": "Failed to send verification code",
|
|
2604
|
-
"page.user.sign_up.tips.success": "Signed up successfully",
|
|
2605
|
-
"page.user.sign_up.tips.verification_code": "Verification code sent",
|
|
2606
|
-
"page.user.sign_up.title": "Sign up",
|
|
2607
|
-
"page.user.sign_up.option.github": "Sign up with GitHub",
|
|
2608
|
-
"page.user.sign_up.option.google": "Sign up with Google",
|
|
2609
|
-
"page.workspace.menu.create_team": "Create team",
|
|
2610
|
-
"page.workspace.menu.members": "Member",
|
|
2611
|
-
"page.workspace.menu.workspace": "Workspace",
|
|
2612
|
-
"page.workspace.menu.agents": "AI Agents",
|
|
2613
|
-
"page.workspace.menu.apps": "Apps",
|
|
2614
|
-
"page.workspace.menu.resources": "Resources",
|
|
2615
|
-
"page.workspace.menu.drive": "Files",
|
|
2616
|
-
"page.workspace.menu.audit_logs": "Audit logs",
|
|
2617
|
-
"page.workspace.menu.community": "Community",
|
|
2618
|
-
"page.workspace.modal.create_team.domain": "Team identifier",
|
|
2619
|
-
"page.workspace.modal.create_team.team_name": "Team name",
|
|
2620
|
-
"page.workspace.modal.save": "Cancel",
|
|
2621
|
-
"page.workspace.modal.free_team.cannot_create.title": "Free team limit reached",
|
|
2622
|
-
"page.workspace.modal.free_team.cannot_create.desc": "Your free teams have reached the limit. Please leave other teams before creating a new one.",
|
|
2623
|
-
"page.workspace.modal.free_team.cannot_create.button": "OK",
|
|
2624
|
-
"page.workspace.modal.free_team.cannot_transfer.title": "The user's free team limit reached",
|
|
2625
|
-
"page.workspace.modal.free_team.cannot_transfer.desc": "The number of free teams for this user has reached the limit. Please tranfer to another user or contact the user to manage the free teams.",
|
|
2626
|
-
"page.workspace.drive.title": "ImpaktApps Drive",
|
|
2627
|
-
"page.workspace.drive.description_multi_file": "{{fileNum}} files",
|
|
2628
|
-
"page.workspace.drive.description_one_file": "1 files",
|
|
2629
|
-
"page.workspace.drive.description_no_file": "No files",
|
|
2630
|
-
"page.workspace.drive.description": "1 file",
|
|
2631
|
-
"page.workspace.drive.description_plural": "{{count}} files",
|
|
2632
|
-
"page.workspace.drive.description_no_file_yet": "No files yet",
|
|
2633
|
-
"page.left.menu.tutorial": "Tutorial",
|
|
2634
|
-
"page.left.menu.discord": "Join our Discord",
|
|
2635
|
-
"page.left.menu.issue": "View issues",
|
|
2636
|
-
"page.left.menu.documentation": "Documentation",
|
|
2637
|
-
"page.left.menu.setting": "Settings",
|
|
2638
|
-
"page.left.menu.changeLogs.read_more": "Read more",
|
|
2639
|
-
"page.left.menu.changeLogs.6.title": "V 4.5",
|
|
2640
|
-
"page.left.menu.changeLogs.6.changeLogLink": "https://docs.IMPAKTAPPScloud.com/4-5",
|
|
2641
|
-
"page.left.menu.changeLogs.6.content": "* Custom domain: You can customize the domain name for your ImpaktApps Cloud team, allowing you to access ImpaktApps Cloud using your own domain name.\n\n2024.02.07",
|
|
2642
|
-
"page.left.menu.changeLogs.5.title": "V4.2",
|
|
2643
|
-
"page.left.menu.changeLogs.5.content": "* 🎉 ImpaktApps Flow beta is launched! Build automated workflows quickly and integrate with your business tools. Automate tedious tasks and focus on your business.\n\n2024.01.04",
|
|
2644
|
-
"page.left.menu.changeLogs.5.changeLogLink": "https://docs.IMPAKTAPPScloud.com/4-2",
|
|
2645
|
-
"page.left.menu.changeLogs.4.title": "V 4.3",
|
|
2646
|
-
"page.left.menu.changeLogs.4.changeLogLink": "https://docs.IMPAKTAPPScloud.com/4-3",
|
|
2647
|
-
"page.left.menu.changeLogs.4.content": "* Introducing the ability to create CRUD apps directly from your database. Now, you can create a fully functional app in just 10 seconds!\n* We've also added the option to create apps from templates, allowing you to seamlessly replace data with just a single click.\n\n2024.01.22",
|
|
2648
|
-
"page.left.menu.changeLogs.3.title": "V 4.3.6",
|
|
2649
|
-
"page.left.menu.changeLogs.3.changeLogLink": "https://docs.IMPAKTAPPScloud.com/4-3-6",
|
|
2650
|
-
"page.left.menu.changeLogs.3.content": "* New features in ImpaktApps Flow: Added support for AI Agent, allowing the usage of ImpaktApps Flow to run AI Agents; Introduced support for Condition nodes, enabling the input of conditional statements in IF/Else blocks to handle different events based on the results.\n\n* Component optimization: Menu component now supports the \"On logo clicked\" method, which allows for handling events such as logo clicks for redirection or executing queries.\n\n* Bug Fixes:\nFixed an issue with the pagination of the Data grid component's paginator on the server-side.\n\n2024.01.25",
|
|
2651
|
-
"page.left.menu.changeLogs.2.title": "V 4.4",
|
|
2652
|
-
"page.left.menu.changeLogs.2.content": "* Scanner component: Able to access the device's camera to scan QR codes and barcodes.\n* QR Code: component: Generating QR codes for URLs, numbers, and other strings.\n\n2024.02.04",
|
|
2653
|
-
"page.left.menu.changeLogs.2.changeLogLink": "https://docs.IMPAKTAPPScloud.com/4-4",
|
|
2654
|
-
"page.left.menu.changelog": "What's new",
|
|
2655
|
-
"page.size.model.fixed": "Fixed",
|
|
2656
|
-
"page.size.model.auto": "Auto",
|
|
2657
|
-
"frame_size.invalid_tips": "Please enter a value not less than {{ size }}.",
|
|
2658
|
-
"failed_to_copy": "Failed to copy",
|
|
2659
|
-
"copied": "Copied!",
|
|
2660
|
-
"user_management.role.owner": "Owner",
|
|
2661
|
-
"user_management.role.admin": "Administrator",
|
|
2662
|
-
"user_management.role.editor": "Editor",
|
|
2663
|
-
"user_management.role.viewer": "Viewer",
|
|
2664
|
-
"user_management.role.tips.admin": "The member who can manage all members except Owner, edit APPs, and view APPs",
|
|
2665
|
-
"user_management.role.tips.editor": "The member who can manage \"edit and view\" members and \"View only\" members, edit APPs, and view APPs",
|
|
2666
|
-
"user_management.role.tips.viewer": "The member who can manage viewers and view APPs",
|
|
2667
|
-
"user_management.modal.title.invite_members": "Invite members",
|
|
2668
|
-
"user_management.modal.title.invite_to_use": "Invite to use",
|
|
2669
|
-
"user_management.modal.title.invite_to_edit": "Invite to edit",
|
|
2670
|
-
"user_management.modal.title.contribute": "Community",
|
|
2671
|
-
"user_management.modal.link.invite_title": "Invite link",
|
|
2672
|
-
"user_management.modal.link.copy": "Copy",
|
|
2673
|
-
"user_management.modal.link.turn_off": "Turn off invite links",
|
|
2674
|
-
"user_management.modal.link.update": "Update invite links",
|
|
2675
|
-
"user_management.modal.link.description": "Turn on and invite members via link. ",
|
|
2676
|
-
"user_management.modal.link.turn_on": "Turn on invite links",
|
|
2677
|
-
"user_management.modal.link.fail": "Failed to obtain the link, please try again later",
|
|
2678
|
-
"user_management.modal.link.copied_suc": "Copied!",
|
|
2679
|
-
"user_management.modal.link.failed_to_copy": "Failed to copy",
|
|
2680
|
-
"user_management.modal.link.turn_off_fail": "Failed to turn off",
|
|
2681
|
-
"user_management.modal.link.turn_on_fail": "Failed to turn on",
|
|
2682
|
-
"user_management.modal.link.make_public_title": "Make the app public",
|
|
2683
|
-
"user_management.modal.link.make_public_copy": "Copy",
|
|
2684
|
-
"user_management.modal.link.marketplace.label": "Share with link",
|
|
2685
|
-
"user_management.modal.email.invite_title": "Invite by email",
|
|
2686
|
-
"user_management.modal.email.invite": "Invite",
|
|
2687
|
-
"user_management.modal.email.placeholder": "Enter email address",
|
|
2688
|
-
"user_management.modal.email.invited": "Have invited",
|
|
2689
|
-
"user_management.modal.email.in_list": "This user is already in your team.",
|
|
2690
|
-
"user_management.modal.email.duplicate": "{{ email }} is duplicated",
|
|
2691
|
-
"user_management.modal.email.not_mail": "{{ email }} is not an email",
|
|
2692
|
-
"user_management.modal.invalid_email": "Please enter a valid email",
|
|
2693
|
-
"user_management.modal.message.make_public_suc": "Set successfully",
|
|
2694
|
-
"user_management.modal.message.make_public_failed": "Failed to set",
|
|
2695
|
-
"user_management.modal.message.app_share_in_team": "{{ email }} is already in your team, please share the link with him. ",
|
|
2696
|
-
"user_management.modal.tab.invite": "Invite",
|
|
2697
|
-
"user_management.modal.tab.public": "Public",
|
|
2698
|
-
"user_management.modal.tab.with_team": "Share with team members",
|
|
2699
|
-
"user_management.modal.custom_copy_text_app_invite": "{{userName}} shared you an app of 「{{teamName}}」. Click the link to join the team and check the APP: {{inviteLink}}",
|
|
2700
|
-
"user_management.modal.custom_copy_text_public": "{{userName}} shared an app with you from 「{{teamName}}」 . Click the link to check the APP: {{inviteLink}}",
|
|
2701
|
-
"user_management.modal.custom_copy_text": "{{userName}} invites you to join 「{{teamName}}」 . Click the link to join the team: {{inviteLink}}",
|
|
2702
|
-
"user_management.modal.tips.license_insufficient": "Remaining licenses",
|
|
2703
|
-
"user_management.modal.custom-copy-ai-agent": "{{userName}} shared you an AI Agent of 「{{teamName}}」. Click the link to join the team and try the AI Agent: {{inviteLink}}",
|
|
2704
|
-
"user_management.modal.contribute.label": "Contribute to community",
|
|
2705
|
-
"user_management.modal.contribute.default_text.app": "I just discovered an impressive app called {{ appName }}. Check it: {{ appLink }}",
|
|
2706
|
-
"user_management.modal.contribute.default_text.agent": "I just discovered an impressive AI Agent called {{ agentName }}. Check it: {{ agentLink }}",
|
|
2707
|
-
"user_management.modal.contribute.desc": "After contributing to the community, all users can run, star, and fork your Agent. When users from other teams run this Agent, it will not consume your resources.",
|
|
2708
|
-
"user_management.modal.contribute.turn_off": "Cancel contribution",
|
|
2709
|
-
"user_management.modal.contribute.app.desc": "After contributing your app to the community, other users can view its interface, run its actions, and fork it. When forking an app, the resource configuration information is not included, so there is no need to worry about the disclosure of resource configuration information.",
|
|
2710
|
-
"user_management.modal.contribute.contribute_only": "Contribute app only",
|
|
2711
|
-
"user_management.modal.contribute.contribute_together": "Contribute App and associated AI Agent",
|
|
2712
|
-
"user_management.modal.contribute.contribute_only_tips": "To contribute the app only. If there are associated AI Agents in this app, users can not fork the AI Agents.",
|
|
2713
|
-
"user_management.modal.contribute.contribute_together_tips": "If there are associated AI Agents in this app, the associated AI Agents will be contributed to marketplace together. ",
|
|
2714
|
-
"user_management.modal.social_media.label": "Share on",
|
|
2715
|
-
"user_management.modal.social_media.twitter": "Twitter",
|
|
2716
|
-
"user_management.modal.social_media.linkedin": "LinkedIn",
|
|
2717
|
-
"user_management.modal.social_media.reddit": "Reddit",
|
|
2718
|
-
"user_management.modal.social_media.facebook": "Facebook",
|
|
2719
|
-
"user_management.modal.social_media.whatsapp": "WhatsApp",
|
|
2720
|
-
"user_management.modal.social_media.hackernews": "Hacker News",
|
|
2721
|
-
"user_management.modal.social_media.default_text.app": "I just discovered an impressive app called {{ appName }}",
|
|
2722
|
-
"user_management.modal.social_media.default_text.agent": "I just discovered an impressive AI Agent called {{ agentName }}",
|
|
2723
|
-
"user_management.modal.custom_copy_text_agent_invite": "{{ userName }} share you an AI Agent from 「{{ teamName }}」. Join team and check it: {{ inviteLink }}",
|
|
2724
|
-
"user_management.mes.invite_suc": "Invited successfully",
|
|
2725
|
-
"user_management.mes.invite_fail": "Failed to invite",
|
|
2726
|
-
"user_management.mes.update_suc": "Updated successfully",
|
|
2727
|
-
"user_management.mes.update_fail": "Failed to update",
|
|
2728
|
-
"user_management.mes.transfer_suc": "Successfully transferred",
|
|
2729
|
-
"user_management.mes.transfer_fail": "Failed to transfer",
|
|
2730
|
-
"user_management.mes.remove_suc": "Successfully removed",
|
|
2731
|
-
"user_management.mes.remove_fail": "Failed to remove",
|
|
2732
|
-
"user_management.mes.change_role_fail": "Failed to update",
|
|
2733
|
-
"user_management.mes.change_role_suc": "Updated successfully",
|
|
2734
|
-
"user_management.page.member": "Member",
|
|
2735
|
-
"user_management.page.invite": "Invite",
|
|
2736
|
-
"user_management.page.permission": "Permission",
|
|
2737
|
-
"user_management.page.operation": "Operation",
|
|
2738
|
-
"user_management.page.transfer": "Transfer ownership",
|
|
2739
|
-
"user_management.page.remove": "Remove",
|
|
2740
|
-
"user_management.page.ai-agent": "AI Agents",
|
|
2741
|
-
"user_management.transfer_modal.title": "Are you sure you want to transfer ownership?",
|
|
2742
|
-
"user_management.transfer_modal.description": "After transferring, your permission will change to administrator.",
|
|
2743
|
-
"user_management.transfer_modal.transfer": "Transfer",
|
|
2744
|
-
"user_management.transfer_modal.cancel": "Cancel",
|
|
2745
|
-
"user_management.remove_modal.title": "Are you sure you want to remove {{ username }} ?",
|
|
2746
|
-
"user_management.remove_modal.description": "After removal, the user will not be able to access the team.",
|
|
2747
|
-
"user_management.remove_modal.remove": "Remove",
|
|
2748
|
-
"user_management.remove_modal.cancel": "Cancel",
|
|
2749
|
-
"user_management.status.pending": "Pending",
|
|
2750
|
-
"user_management.status.current-user": "You",
|
|
2751
|
-
"user_management.settings.allow_editors_invite": "Allow \"Edit and view\" and \"View only\" members to manage members",
|
|
2752
|
-
"user_management.settings.allow_register": "Allow users to register via link",
|
|
2753
|
-
"copy_failed": "Failed to copy",
|
|
2754
|
-
"team_setting.security.app-contribute": "Allows to contribute team apps to community",
|
|
2755
|
-
"team_setting.audit_log.App_selection.label": "App name",
|
|
2756
|
-
"team_setting.audit_log.App_selection.placeholder": "Select an app",
|
|
2757
|
-
"team_setting.audit_log.Resource_selection.label": "Resource",
|
|
2758
|
-
"team_setting.audit_log.Resource_selection.placeholder": "Resource name",
|
|
2759
|
-
"team_setting.audit_log.Action_selection.label": "Action",
|
|
2760
|
-
"team_setting.audit_log.Action_selection.placeholder": "Action name",
|
|
2761
|
-
"team_setting.audit_log.User_selection.label": "Operator",
|
|
2762
|
-
"team_setting.audit_log.User_selection.placeholder": "Select an email",
|
|
2763
|
-
"team_setting.audit_log.event_selection.label": "Event type",
|
|
2764
|
-
"team_setting.audit_log.event_selection.placeholder": "Select an event",
|
|
2765
|
-
"team_setting.audit_log.event_selection.createApp": "Create app",
|
|
2766
|
-
"team_setting.audit_log.event_selection.editApp": "Edit app",
|
|
2767
|
-
"team_setting.audit_log.event_selection.deleteApp": "Delete app",
|
|
2768
|
-
"team_setting.audit_log.event_selection.viewApp": "View app",
|
|
2769
|
-
"team_setting.audit_log.event_selection.deployApp": "Deploy app",
|
|
2770
|
-
"team_setting.audit_log.event_selection.createResource": "Create resource",
|
|
2771
|
-
"team_setting.audit_log.event_selection.updateResource": "Update resource",
|
|
2772
|
-
"team_setting.audit_log.event_selection.deleteResource": "Delete resource",
|
|
2773
|
-
"team_setting.audit_log.event_selection.runAction": "Run action",
|
|
2774
|
-
"team_setting.audit_log.event_selection.uploadFiles": "Upload file",
|
|
2775
|
-
"team_setting.audit_log.event_selection.deleteFiles": "Delete file",
|
|
2776
|
-
"team_setting.audit_log.event_selection.downloadFiles": "Download file",
|
|
2777
|
-
"team_setting.audit_log.event_selection.inviteMember": "Invite member",
|
|
2778
|
-
"team_setting.audit_log.event_selection.deleteMember": "Delete member",
|
|
2779
|
-
"team_setting.audit_log.event_selection.changeMemberPermission": "Change member role",
|
|
2780
|
-
"team_setting.audit_log.event_selection.joinTeam": "Join team",
|
|
2781
|
-
"team_setting.audit_log.event_selection.createTeam": "Create team",
|
|
2782
|
-
"team_setting.audit_log.event_selection.updateTeam": "Update team info",
|
|
2783
|
-
"team_setting.audit_log.event_selection.triggerTask": "Trigger task",
|
|
2784
|
-
"team_setting.audit_log.date_range.label": "Date range",
|
|
2785
|
-
"team_setting.audit_log.date_range_start.label": "Start date",
|
|
2786
|
-
"team_setting.audit_log.date_range_start.placeholder": "Start date",
|
|
2787
|
-
"team_setting.audit_log.date_range_end.label": "End date",
|
|
2788
|
-
"team_setting.audit_log.date_range_end.placeholder": "End date",
|
|
2789
|
-
"team_setting.audit_log.blank.no_audit": "No matched logs were retrieved",
|
|
2790
|
-
"team_setting.audit_log.blank.free": "Audit logs are a feature provided in ImpaktApps Cloud Premium, and by subscribing to ImpaktApps Cloud Premium, you can retrieve all historical content.",
|
|
2791
|
-
"team_setting.left_panel.setting_title": "Team settings",
|
|
2792
|
-
"team_setting.left_panel.member": "Member",
|
|
2793
|
-
"team_setting.left_panel.leave": "Leave team",
|
|
2794
|
-
"team_setting.left_panel.delete": "Delete team",
|
|
2795
|
-
"team_setting.left_panel.audit_log": "Audit logs",
|
|
2796
|
-
"team_setting.left_panel.security": "Security & privacy",
|
|
2797
|
-
"team_setting.leave_modal.title": "Are you sure you want to leave this team?",
|
|
2798
|
-
"team_setting.leave_modal.description": "You will not be able to access any team resources after leaving.",
|
|
2799
|
-
"team_setting.leave_modal.leave": "Leave",
|
|
2800
|
-
"team_setting.leave_modal.cancel": "Cancel",
|
|
2801
|
-
"team_setting.delete_modal.title": "Are you sure you want to delete this team?",
|
|
2802
|
-
"team_setting.delete_modal.delete": "Delete",
|
|
2803
|
-
"team_setting.delete_modal.cancel": "Cancel",
|
|
2804
|
-
"team_setting.delete_modal.desctiption": "The team identifier will be unavailable after deletion, and all members will be removed from this team.",
|
|
2805
|
-
"team_setting.team_info.title": "Team info",
|
|
2806
|
-
"team_setting.team_info.team_name": "Team name",
|
|
2807
|
-
"team_setting.team_info.domain": ".IMPAKTAPPScloud.com",
|
|
2808
|
-
"team_setting.team_info.existed": "Already existed",
|
|
2809
|
-
"team_setting.team_info.available": "Available",
|
|
2810
|
-
"team_setting.team_info.edit": "Edit",
|
|
2811
|
-
"team_setting.team_info.save": "Save Changes",
|
|
2812
|
-
"team_setting.team_info.adjust_avater": "Adjust the avater",
|
|
2813
|
-
"team_setting.team_info.avater_crop": "Crop",
|
|
2814
|
-
"team_setting.team_info.team_name_empty": "Please enter the team name",
|
|
2815
|
-
"team_setting.team_info.team_id_empty": "Please enter the team identifier",
|
|
2816
|
-
"team_setting.team_info.team_name_placeholder": "Enter the team name",
|
|
2817
|
-
"team_setting.team_info.team_id_placeholder": "Enter the team identifier",
|
|
2818
|
-
"team_setting.team_info.leave_title": "Leave team",
|
|
2819
|
-
"team_setting.team_info.leave_button": "Leave team",
|
|
2820
|
-
"team_setting.team_info.delete_title": "Delete team",
|
|
2821
|
-
"team_setting.team_info.delete_button": "Delete team",
|
|
2822
|
-
"team_setting.team_info.team_domain": "Team Identifier",
|
|
2823
|
-
"team_setting.message.save_suc": "Successfully saved",
|
|
2824
|
-
"team_setting.message.save_fail": "Failed to save",
|
|
2825
|
-
"team_setting.message.suc": "Successfully operated. ",
|
|
2826
|
-
"team_setting.message.fail": "Failed to operate",
|
|
2827
|
-
"team_setting.mes.domain_suc": "Create successfully.",
|
|
2828
|
-
"team_setting.mes.delete_suc": "Deleted successfully",
|
|
2829
|
-
"team_setting.mes.delete_fail": "Failed to delete",
|
|
2830
|
-
"team_setting.mes.leave_suc": "Leave successfully",
|
|
2831
|
-
"team_setting.mes.leave_fail": "Failed to leave",
|
|
2832
|
-
"team_setting.branding.title.branding": "Branding",
|
|
2833
|
-
"team_setting.branding.custom_domain.custom_domain": "Custom Domain",
|
|
2834
|
-
"team_setting.branding.custom_domain.favicon": "Favicon",
|
|
2835
|
-
"team_setting.branding.custom_domain.favicon_tips": "Appears next to the title in your browser tab. Recommended size is 32*32, 57*57, 72*72, 114*114, 144*144",
|
|
2836
|
-
"team_setting.branding.custom_domain.title": "Title",
|
|
2837
|
-
"team_setting.branding.custom_domain.custom_domain_label": "Custom domain",
|
|
2838
|
-
"team_setting.branding.custom_domain.domain_placeholder": "IMPAKTAPPScloud.mycompany.com",
|
|
2839
|
-
"team_setting.branding.custom_domain.verify": "Verify",
|
|
2840
|
-
"team_setting.branding.custom_domain.domain_tips": "To associate a domain with your own domain and enable access to it through your domain, you need to configure the proxy using Cloudflare. <0>Click here to see the configuration steps.</0>",
|
|
2841
|
-
"team_setting.branding.custom_domain.domain_error": "Please enter a fully qualified domain name.",
|
|
2842
|
-
"team_setting.branding.custom_domain.verify_error": "Failed to verify. DNS changes can take up to 24 hours to propagate in some cases. Please check your configuration or re-verify later. ",
|
|
2843
|
-
"team_setting.branding.custom_domain.subscription_error": "The functionality has been disabled due to the team becoming outdated. It will become active once the upgrade is complete.",
|
|
2844
|
-
"team_setting.branding.custom_domain.save": "Save",
|
|
2845
|
-
"team_setting.branding.custom_domain.preview": "Browser preview",
|
|
2846
|
-
"team_setting.branding.custom_domain.IMPAKTAPPS_domain_error": "Please use your own domain.",
|
|
2847
|
-
"team_setting.branding.custom_domain_expired.desc": "Due to the expired team subscription, the custom domain is not active. Please go to ImpaktApps Cloud to complete the configuration.",
|
|
2848
|
-
"team_setting.branding.custom_domain_expired.button": "Back to ImpaktApps Cloud",
|
|
2849
|
-
"team_setting.branding.custom_domain_expired.title": "Failed to access",
|
|
2850
|
-
"team_setting.branding.custom_domain_error.size": "Please upload the image within 500KB",
|
|
2851
|
-
"team_setting.branding.custom_domain_error.pixel": "Please use the following image sizes: 32*32, 57*57, 72*72, 114*114, 144*144",
|
|
2852
|
-
"members": "Members",
|
|
2853
|
-
"invite_new_member": "Invite",
|
|
2854
|
-
"launch": "Launch",
|
|
2855
|
-
"image_exceed": "Image size cannot exceed 500KB",
|
|
2856
|
-
"image.crop.modal.title": "Crop",
|
|
2857
|
-
"image.crop.modal.save": "Save",
|
|
2858
|
-
"image.crop.modal.cancel": "Cancel",
|
|
2859
|
-
"profile.setting.account": "Account",
|
|
2860
|
-
"profile.setting.logout": "Log out",
|
|
2861
|
-
"profile.setting.personal_info": "Profile",
|
|
2862
|
-
"profile.setting.username": "Username",
|
|
2863
|
-
"profile.setting.email": "Email",
|
|
2864
|
-
"profile.setting.uneditable": "(uneditable)",
|
|
2865
|
-
"profile.setting.password.verification_code": "Verification code",
|
|
2866
|
-
"profile.setting.password.send_code": "Send code",
|
|
2867
|
-
"profile.setting.password.message.incorrect_code": "Incorrect verification code",
|
|
2868
|
-
"profile.setting.password.tips.code_sended": "A verification code has been sent to {{email}}",
|
|
2869
|
-
"profile.setting.password.placeholder.blank_password": "Enter a password",
|
|
2870
|
-
"profile.setting.password.placeholder.verification_code": "Enter a verification code",
|
|
2871
|
-
"profile.setting.password.title": "Password",
|
|
2872
|
-
"profile.setting.current_pwd": "Current password",
|
|
2873
|
-
"profile.setting.new_pwd": "New password",
|
|
2874
|
-
"profile.setting.confirm_pwd": "Confirm password",
|
|
2875
|
-
"profile.setting.save": "Save Changes",
|
|
2876
|
-
"profile.setting.language": "Language",
|
|
2877
|
-
"profile.setting.en": "English",
|
|
2878
|
-
"profile.setting.zh_hans": "简体中文",
|
|
2879
|
-
"profile.setting.zh_hant": "繁體中文",
|
|
2880
|
-
"profile.setting.ja": "日本語",
|
|
2881
|
-
"profile.setting.ko": "한국어",
|
|
2882
|
-
"profile.setting.message.save_suc": "Successfully saved",
|
|
2883
|
-
"profile.setting.message.save_fail": "Failed to save",
|
|
2884
|
-
"profile.setting.username_placeholder": "Enter your username",
|
|
2885
|
-
"profile.setting.password_placeholder": "Enter current password",
|
|
2886
|
-
"profile.setting.new_password_placeholder": "Enter new password",
|
|
2887
|
-
"profile.setting.new_password_again_placeholder": "Please enter the new password again",
|
|
2888
|
-
"profile.setting.username_empty": "Please enter your username",
|
|
2889
|
-
"profile.setting.password_empty": "Please enter current password",
|
|
2890
|
-
"profile.setting.new_password_empty": "Please enter new password",
|
|
2891
|
-
"profile.setting.new_password_again_empty": "Please enter the new password again",
|
|
2892
|
-
"profile.setting.username_length": "Username must be 3~15 characters",
|
|
2893
|
-
"profile.setting.password_length": "Password must be 6~20 characters",
|
|
2894
|
-
"profile.setting.password_not_match": "Your password and confirmation password do not match",
|
|
2895
|
-
"profile.setting.title": "Settings",
|
|
2896
|
-
"profile.setting.logout_title": "Log out from this browser",
|
|
2897
|
-
"profile.setting.current_pwd_err": "Current password is incorrect",
|
|
2898
|
-
"profile.setting.oauth.message.google": "Successfully connected. You can login with Google now",
|
|
2899
|
-
"profile.setting.oauth.message.github": "Successfully connected. You can login with GitHub now",
|
|
2900
|
-
"profile.setting.oauth.message.auth_failed": "Authentication failed",
|
|
2901
|
-
"profile.setting.oauth.message.auth_failed_email_not_match": "Failed to connect. The email does not match",
|
|
2902
|
-
"profile.setting.oauth.message.disconnect_suc": "Disconnected",
|
|
2903
|
-
"profile.setting.oauth.message.disconnect_failed": "Failed to disconnect. Please try again later",
|
|
2904
|
-
"profile.setting.oauth.modal.title": "Can not disconnect",
|
|
2905
|
-
"profile.setting.oauth.modal.description": "The current email has no password. To avoid being unable to log in with the email, please set the password first. ",
|
|
2906
|
-
"profile.setting.oauth.modal.set_button": "Set password",
|
|
2907
|
-
"profile.setting.oauth.modal.cancel_button": "Cancel",
|
|
2908
|
-
"profile.setting.oauth.description.Google_unconnect": "Connect a Google account to your ImpaktApps account to login with Google",
|
|
2909
|
-
"profile.setting.oauth.description.GitHub_unconnect": "Connect a GitHub account to your ImpaktApps account to login with GitHub",
|
|
2910
|
-
"profile.setting.oauth.description.Google_connected": "Connected to the Google account successfully. You can login with Google now. Click the button below to disconnect. ",
|
|
2911
|
-
"profile.setting.oauth.description.GitHub_connected": "Connected to the GitHub account successfully. You can login with GitHub now. Click the button below to disconnect. ",
|
|
2912
|
-
"profile.setting.oauth.description.Google_disconnected": "Disconnected successfully. The next time you login with Google, it will be connected again.",
|
|
2913
|
-
"profile.setting.oauth.description.GitHub_disconnected": "Disconnected successfully. The next time you login with GitHub, it will be connected again.",
|
|
2914
|
-
"profile.setting.oauth.button.connect": "Connect",
|
|
2915
|
-
"profile.setting.oauth.button.disconnect": "Disconnect",
|
|
2916
|
-
"profile.setting.oauth.title.oauth": "Connected account",
|
|
2917
|
-
"profile.setting.subscribe_IMPAKTAPPS_news.label": "Subscribe to ImpaktApps's newsletter",
|
|
2918
|
-
"profile.setting.subscribe_IMPAKTAPPS_news.tips": "When subscribing, ImpaktApps will inform you of the latest features, events, industry trends, and other news related to ImpaktApps Cloud via email.",
|
|
2919
|
-
"profile.setting.subscribe_IMPAKTAPPS_news.button": "Unsubscribe",
|
|
2920
|
-
"profile.setting.group.account": "My account",
|
|
2921
|
-
"profile.setting.group.team": "Team",
|
|
2922
|
-
"profile.setting.subscribe_IMPAKTAPPS_news_unsub.label": "Unsubscribed",
|
|
2923
|
-
"profile.setting.subscribe_IMPAKTAPPS_news_unsub.tips": "You have successfully unsubscribed to ImpaktApps's newsletter.",
|
|
2924
|
-
"profile.setting_message.logout_failed": "Failed to log out. Please try again later.",
|
|
2925
|
-
"ditor.inspect.setter_option.collapse.collapsible_list": "Collapsible list",
|
|
2926
|
-
"ditor.inspect.setter_content.widget_action_type_name.rowSelectChange": "Row Select Change",
|
|
2927
|
-
"ditor.inspect.setter_label.enable_users_to_aggregate": "Enable users to aggregate",
|
|
2928
|
-
"message.circular_dependency": "A circular dependency occurs on {{ nodeName }}",
|
|
2929
|
-
"empty_copied_tips": "The content to be copied is empty",
|
|
2930
|
-
"copy_empty": "The content to be copied is empty",
|
|
2931
|
-
"tutorial.modal.tutorial.first_time.title": "Learn how to build an app in 5 minutes",
|
|
2932
|
-
"tutorial.modal.tutorial.first_time.description": "Follow ImpaktApps's tutorial to learn how to build an app. This will take about 5 minutes.",
|
|
2933
|
-
"tutorial.modal.tutorial.first_time.cancel": "Cancel",
|
|
2934
|
-
"tutorial.modal.tutorial.first_time.take": "Take a tutorial",
|
|
2935
|
-
"tutorial.modal.tutorial.exit_confirm.title": "Stop the tutorial?",
|
|
2936
|
-
"tutorial.modal.tutorial.exit_confirm.description": "The next time you enter the onboarding app, the guided steps will be replayed ",
|
|
2937
|
-
"tutorial.modal.tutorial.exit_confirm.cancel": "Cancel",
|
|
2938
|
-
"tutorial.modal.tutorial.exit_confirm.exit": "Stop it",
|
|
2939
|
-
"oauth_redirect_title": "Redirect",
|
|
2940
|
-
"oauth_redirect_description": "Redirecting to <0>ImpaktApps Cloud</0>",
|
|
2941
|
-
"language.en-US": "English",
|
|
2942
|
-
"language.zh-CN": "简体中文",
|
|
2943
|
-
"language.ko-KR": "한국인",
|
|
2944
|
-
"language.ja-JP": "日本語",
|
|
2945
|
-
"language.af-ZA": "Afrikaans",
|
|
2946
|
-
"language.cs-CZ": "čeština",
|
|
2947
|
-
"language.de-DE": "Deutsch",
|
|
2948
|
-
"language.da-DK": "dansk",
|
|
2949
|
-
"language.el-GR": "ελληνικά",
|
|
2950
|
-
"language.es-ES": "español",
|
|
2951
|
-
"language.fi-FI": "suomi",
|
|
2952
|
-
"language.fr-FR": "français",
|
|
2953
|
-
"language.it-IT": "italiano",
|
|
2954
|
-
"language.nl-NL": "Nederlands",
|
|
2955
|
-
"language.no-NO": "norsk",
|
|
2956
|
-
"language.pl-PL": "polski",
|
|
2957
|
-
"language.pt-PT": "português",
|
|
2958
|
-
"language.ro-RO": "română",
|
|
2959
|
-
"language.ru-RU": "русский",
|
|
2960
|
-
"language.sv-SE": "svenska",
|
|
2961
|
-
"language.uk-UA": "українська",
|
|
2962
|
-
"logout_failed": "Failed to log out. Please try again later.",
|
|
2963
|
-
"frame.paste_no_aimed": "Please click on the frame to specify the paste location.",
|
|
2964
|
-
"frame.message.session.error": "Operations involving multiple components are not allowed across canvases.",
|
|
2965
|
-
"frame.message.undo.suc": "Undo successful",
|
|
2966
|
-
"frame.message.undo.failed": "Undo failed",
|
|
2967
|
-
"frame.message.undo.nothing": "Nothing to undo",
|
|
2968
|
-
"frame.message.redo.suc": "Redo successful",
|
|
2969
|
-
"frame.message.redo.failed": "Redo failed",
|
|
2970
|
-
"frame.message.redo.nothing": "Nothing to redo",
|
|
2971
|
-
"bookFrom.title": "Book a demo",
|
|
2972
|
-
"bookFrom.form.about.label": "Tell us a little bit about your project",
|
|
2973
|
-
"bookFrom.form.about.required": ".",
|
|
2974
|
-
"bookFrom.form.about.pattern": null,
|
|
2975
|
-
"bookFrom.form.wantTo.label": "What do you want to do with ImpaktApps?",
|
|
2976
|
-
"bookFrom.form.wantTo.required": ".",
|
|
2977
|
-
"bookFrom.form.wantTo.pattern": null,
|
|
2978
|
-
"bookFrom.submit": "Submit",
|
|
2979
|
-
"partnerFrom.title": "Become a partner",
|
|
2980
|
-
"partnerFrom.form.name.label": "Name",
|
|
2981
|
-
"partnerFrom.form.name.placeholder-1": "First name",
|
|
2982
|
-
"partnerFrom.form.name.placeholder-2": "Last name",
|
|
2983
|
-
"partnerFrom.form.title.label": "Your title",
|
|
2984
|
-
"partnerFrom.form.companyName.label": "Company name",
|
|
2985
|
-
"partnerFrom.form.companyWebsite.label": "Company website",
|
|
2986
|
-
"partnerFrom.form.companyWebsite.pattern": "Please enter a valid URL",
|
|
2987
|
-
"partnerFrom.form.email.label": "Email",
|
|
2988
|
-
"partnerFrom.form.email.pattern": "Please enter the correct email.",
|
|
2989
|
-
"partnerFrom.submit": "Submit",
|
|
2990
|
-
"billing.monthly": "Monthly",
|
|
2991
|
-
"billing.yearly": "Yearly",
|
|
2992
|
-
"billing.members": "Team",
|
|
2993
|
-
"billing.app": "apps",
|
|
2994
|
-
"billing.security-support": "Security & support",
|
|
2995
|
-
"billing.apps.components": "All components",
|
|
2996
|
-
"billing.apps.resources": "All resources",
|
|
2997
|
-
"billing.apps.plugins": "Unlimited plugins(Coming soon)",
|
|
2998
|
-
"billing.apps.sql": "AI SQL Generation",
|
|
2999
|
-
"billing.apps.watermark": "Remove watermark",
|
|
3000
|
-
"billing.security.historic-7": "Backup editing history & restore",
|
|
3001
|
-
"billing.security.historic-30": "Keep deployed versions & revert(Coming soon)",
|
|
3002
|
-
"billing.security.develop-environment": "Multi-environment(Coming soon)",
|
|
3003
|
-
"billing.security.app-public": "App public",
|
|
3004
|
-
"billing.security.restore-data": "Backup edit history & restore",
|
|
3005
|
-
"billing.security.deployed": "Access to ImpaktApps Support",
|
|
3006
|
-
"billing.security.dedicated": "Dedicated Solutions engineer",
|
|
3007
|
-
"billing.tips.plugins": "Import plugins and make use of it within all the apps in your teams",
|
|
3008
|
-
"billing.tips.sql": "Input natural language and generate SQL statement",
|
|
3009
|
-
"billing.tips.staging": "Test your app against a staging environment",
|
|
3010
|
-
"billing.tips.app-public": "Make the app public and anyone with the link can access it",
|
|
3011
|
-
"billing.tips.restore-data": "Backup or restore history at any time you want",
|
|
3012
|
-
"billing.tips.deployed": "Deployed engineers can help you onboard faster",
|
|
3013
|
-
"billing.tips.dedicated": "Dedicated customer solutions engineer via Slack/email/phone",
|
|
3014
|
-
"billing.tips.preview_insufficient": "The file cannot preview due to insufficient capacity, please expand the capacity first.",
|
|
3015
|
-
"billing.deployment.title": "Flexible deployment",
|
|
3016
|
-
"billing.deployment.title-1": "Flexible",
|
|
3017
|
-
"billing.deployment.title-2": "deployment",
|
|
3018
|
-
"billing.deployment.introduction": "ImpaktApps provides two ways to deploy. Developers can use the ImpaktApps Cloud to quickly start building their apps on any device. We also provide ImpaktApps CLI for free with better security to ensure data safety.",
|
|
3019
|
-
"billing.deployment.ImpaktApps-cloud.title": "ImpaktApps Cloud",
|
|
3020
|
-
"billing.deployment.ImpaktApps-cloud.des": "Try one-click deployment and enjoy the easiest deployment experience",
|
|
3021
|
-
"billing.deployment.ImpaktApps-CLI.title": "ImpaktApps CLI",
|
|
3022
|
-
"billing.deployment.ImpaktApps-CLI.des": "The fastest and easiest way to self-host ImpaktApps",
|
|
3023
|
-
"billing.deployment.kubernetes.title": "Kubernetes",
|
|
3024
|
-
"billing.deployment.kubernetes.des": "Deploy ImpaktApps into Kubernetes by using ImpaktApps Helm chart",
|
|
3025
|
-
"billing.deployment.docker.title": "Docker",
|
|
3026
|
-
"billing.deployment.docker.des": "Deploy ImpaktApps locally in 30s",
|
|
3027
|
-
"billing.user-month": "per user/month",
|
|
3028
|
-
"billing.editor-month": "per editor/month",
|
|
3029
|
-
"billing.start-at": "start at 100 users",
|
|
3030
|
-
"billing.free-members": "Only 1 member for personal use",
|
|
3031
|
-
"billing.unlimited-viewer": "FREE for unlimited viewers",
|
|
3032
|
-
"billing.unlimited-members": "Unlimited members",
|
|
3033
|
-
"billing.free-btn": "Current plan",
|
|
3034
|
-
"billing.plus-btn": "Upgrade",
|
|
3035
|
-
"billing.enterprise-btn": "Contact us",
|
|
3036
|
-
"billing.colla_usage.used": "Used",
|
|
3037
|
-
"billing.colla_usage.token": "Token",
|
|
3038
|
-
"billing.colla_usage.storage": "Storage",
|
|
3039
|
-
"billing.colla_usage.traffic": "Traffic",
|
|
3040
|
-
"billing.subscription_general.team_type.free": "Free",
|
|
3041
|
-
"billing.subscription_general.team_type.plus": "Plus",
|
|
3042
|
-
"billing.subscription_general.team_type.premium": "Premium",
|
|
3043
|
-
"billing.subscription_general.colla.desc": "Used for payment of fees incurred for value-added services within ImpaktApps Cloud, including storage for ImpaktApps Drive, traffic for ImpaktApps Drive and token for AI Agent.",
|
|
3044
|
-
"billing.subscription_general.colla.table_title.colla": "Subscribed Colla",
|
|
3045
|
-
"billing.subscription_general.colla.table_title.seats": "Subscribed seats",
|
|
3046
|
-
"billing.subscription_general.colla.table_desc.bouns": "When your current cycle's Colla balance is insufficient, we will automatically add Colla for you. Bonus Colla is an additional charge and is not included in the subscription for the cycle. When your subscription automatically renews in the next cycle, it will not include Bonus Colla.",
|
|
3047
|
-
"billing.subscription_general.colla.table_button.seats": "Manage seats",
|
|
3048
|
-
"billing.subscription_general.colla.table_button.colla": "Manage Colla",
|
|
3049
|
-
"billing.subscription_general.plan.free": "Free",
|
|
3050
|
-
"billing.subscription_general.plan.plus": "Premium",
|
|
3051
|
-
"billing.subscription_general.sub_cycle.yearly": "Yearly",
|
|
3052
|
-
"billing.subscription_general.sub_cycle.monthly": "Monthly",
|
|
3053
|
-
"billing.subscription_general.sub_cycle.lifetime": "Lifetime",
|
|
3054
|
-
"billing.subscription_general.billing_cyle.year": "/ Year",
|
|
3055
|
-
"billing.subscription_general.billing_cyle.month": "/ Month",
|
|
3056
|
-
"billing.subscription_general.table_title.next_payment_date": "Next payment date",
|
|
3057
|
-
"billing.subscription_general.table_title.expiration_date": "Expiration date",
|
|
3058
|
-
"billing.subscription_general.table_title.licenses": "Seats",
|
|
3059
|
-
"billing.subscription_general.table_title.storage": "Storage",
|
|
3060
|
-
"billing.subscription_general.table_title.traffic": "Traffic",
|
|
3061
|
-
"billing.subscription_general.table_title.colla": "Remaining Colla",
|
|
3062
|
-
"billing.subscription_general.table_title.colla_sub": "Subscribed Colla",
|
|
3063
|
-
"billing.subscription_general.table_title.colla_unsub": "Balance",
|
|
3064
|
-
"billing.subscription_general.table_title.seats": "Subscribed seats",
|
|
3065
|
-
"billing.subscription_general.table_title.bouns": "Bouns Colla",
|
|
3066
|
-
"billing.subscription_general.period.current": "Current",
|
|
3067
|
-
"billing.subscription_general.period.next": "Next",
|
|
3068
|
-
"billing.subscription_general.cycle.month": "/ month",
|
|
3069
|
-
"billing.subscription_general.cycle.year": "/ year",
|
|
3070
|
-
"billing.subscription_general.table_desc.bouns": "When your current cycle's Colla balance is insufficient, we will automatically add Colla for you. Bonus Colla is an additional charge and is not included in the subscription for the cycle. When your subscription automatically renews in the next cycle, it will not include Bonus Colla. ",
|
|
3071
|
-
"billing.subscription_general.table_button.seats": "Manage seats",
|
|
3072
|
-
"billing.subscription_general.table_button.colla": "Manage Colla",
|
|
3073
|
-
"billing.subscription_card.title.License": "Seats",
|
|
3074
|
-
"billing.subscription_card.title.Storage": "Storage",
|
|
3075
|
-
"billing.subscription_card.title.Traffic": "Traffic",
|
|
3076
|
-
"billing.subscription_card.title.balance": "Balance",
|
|
3077
|
-
"billing.subscription_card.title.colla": "Colla",
|
|
3078
|
-
"billing.subscription_card.button.License": "Manage seats",
|
|
3079
|
-
"billing.subscription_card.button.Storage": "Manage storage",
|
|
3080
|
-
"billing.subscription_card.button.Traffic": "Expand traffic",
|
|
3081
|
-
"billing.subscription_card.button.colla": "Manage Colla",
|
|
3082
|
-
"billing.subscription_card.capacity.License": "used (total of {{total}} seats) ",
|
|
3083
|
-
"billing.subscription_card.capacity.Storage": "{{used}}GB used (total of {{total}}GB) ",
|
|
3084
|
-
"billing.subscription_card.capacity.Traffic": "{{used}}GB used (total of {{total}}GB) ",
|
|
3085
|
-
"billing.subscription_card.capacity.colla": "{{used}} Colla used (total of {{total}} Colla)",
|
|
3086
|
-
"billing.subscription_card.colla_usage.token": "Token",
|
|
3087
|
-
"billing.subscription_card.colla_usage.traffic": "Traffic",
|
|
3088
|
-
"billing.subscription_card.colla_usage.storage": "Storage",
|
|
3089
|
-
"billing.colla_transaction.table_title.month": "Month",
|
|
3090
|
-
"billing.colla_transaction.table_title.event": "Event",
|
|
3091
|
-
"billing.colla_transaction.table_title.usage": "Colla usage",
|
|
3092
|
-
"billing.colla_transaction.event.increase_storage": "Increase storage",
|
|
3093
|
-
"billing.colla_transaction.event.increase_colla": "Increase Colla",
|
|
3094
|
-
"billing.colla_transaction.event.increase_traffic": "Increase traffic",
|
|
3095
|
-
"billing.colla_transaction.usage.change_num": "{{changeNum}} Colla",
|
|
3096
|
-
"billing.payment_sidebar.price.colla_monthly": "{{price}} / monthly / 5k Colla",
|
|
3097
|
-
"billing.payment_sidebar.price.colla_yearly": "{{price}} / yearly / 60k Colla",
|
|
3098
|
-
"billing.payment_sidebar.title.manage_storage": "Manage storage",
|
|
3099
|
-
"billing.payment_sidebar.title.manage_licenses": "Manage seats",
|
|
3100
|
-
"billing.payment_sidebar.title.expand_traffic_capac": "Expand traffic capacity",
|
|
3101
|
-
"billing.payment_sidebar.title.colla": "Manage Colla",
|
|
3102
|
-
"billing.payment_sidebar.plan_label.License": "Seats",
|
|
3103
|
-
"billing.payment_sidebar.plan_label.Storage": "Storage",
|
|
3104
|
-
"billing.payment_sidebar.plan_label.Traffic": "Traffic",
|
|
3105
|
-
"billing.payment_sidebar.plan_label.colla": "Colla",
|
|
3106
|
-
"billing.payment_sidebar.plan_number_input_label.License": "Seats",
|
|
3107
|
-
"billing.payment_sidebar.plan_number_input_label.Storage_traffic": "5GB",
|
|
3108
|
-
"billing.payment_sidebar.plan_number_input_label.colla": "Colla",
|
|
3109
|
-
"billing.payment_sidebar.select_option.Yearly": "Yearly",
|
|
3110
|
-
"billing.payment_sidebar.select_option.Monthly": "Monthly",
|
|
3111
|
-
"billing.payment_sidebar.price_label.total": "Total",
|
|
3112
|
-
"billing.payment_sidebar.price_type.this_period_remove": "This period",
|
|
3113
|
-
"billing.payment_sidebar.price_type.this_period": "This period",
|
|
3114
|
-
"billing.payment_sidebar.price_type.next_period": "Next period",
|
|
3115
|
-
"billing.payment_sidebar.price_type.next_period_remove": "Next period",
|
|
3116
|
-
"billing.payment_sidebar.price_type.payment": "Cost",
|
|
3117
|
-
"billing.payment_sidebar.price_type.this_period_storage": "This period",
|
|
3118
|
-
"billing.payment_sidebar.price_type.next_period_storage": "Next period",
|
|
3119
|
-
"billing.payment_sidebar.price_type.this_period_remove_storage": "This period",
|
|
3120
|
-
"billing.payment_sidebar.price_type.next_period_remove_storage": "Next period",
|
|
3121
|
-
"billing.payment_sidebar.price_type.payment_storage": "Cost",
|
|
3122
|
-
"billing.payment_sidebar.price_type.payment_traffic": "Cost",
|
|
3123
|
-
"billing.payment_sidebar.price_type.payment_description_traffic": "{{unitPrice}} × {{trafficNum}} GB",
|
|
3124
|
-
"billing.payment_sidebar.price_cal.this_period": "{{unitPrice}} × {{licenseNum}} seats × {{remainDays}} days / {{totalDays}} days",
|
|
3125
|
-
"billing.payment_sidebar.price_cal.next_period_yearly": "{{unitPrice}} × {{licenseNum}} seats",
|
|
3126
|
-
"billing.payment_sidebar.price_cal.next_period_monthly": "{{unitPrice}} × {{licenseNum}} seats",
|
|
3127
|
-
"billing.payment_sidebar.price_cal.this_period_remove": "{{unitPrice}} × {{licenseNum}} seats × {{remainDays}} days / {{totalDays}} days",
|
|
3128
|
-
"billing.payment_sidebar.price_cal.next_period_yearly_remove": "{{unitPrice}} × {{licenseNum}} seats",
|
|
3129
|
-
"billing.payment_sidebar.price_cal.next_period_monthly_remove": "{{unitPrice}} × {{licenseNum}} seats",
|
|
3130
|
-
"billing.payment_sidebar.price_cal.payment_year": "{{unitPrice}} × {{licenseNum}} seats",
|
|
3131
|
-
"billing.payment_sidebar.price_cal.payment_month": "{{unitPrice}} × {{licenseNum}} seats",
|
|
3132
|
-
"billing.payment_sidebar.price_cal.this_period_storage": "{{unitPrice}} × {{storageNum}} GB × {{remainDays}} days / {{totalDays}} days",
|
|
3133
|
-
"billing.payment_sidebar.price_cal.next_period_storage": "{{unitPrice}} × {{storageNum}} GB",
|
|
3134
|
-
"billing.payment_sidebar.price_cal.next_period_monthly_storage": "{{unitPrice}} × {{storageNum}} GB",
|
|
3135
|
-
"billing.payment_sidebar.price_cal.this_period_remove_storage": "{{unitPrice}} × {{storageNum}} GB × {{remainDays}} days / {{totalDays}} days",
|
|
3136
|
-
"billing.payment_sidebar.price_cal.next_period_yearly_remove_storage": "{{unitPrice}} × {{storageNum}} GB",
|
|
3137
|
-
"billing.payment_sidebar.price_cal.next_period_monthly_remove_storage": "{{unitPrice}} × {{storageNum}} GB",
|
|
3138
|
-
"billing.payment_sidebar.price_cal.payment_year_storage": "{{unitPrice}} × {{storageNum}} GB",
|
|
3139
|
-
"billing.payment_sidebar.price_cal.payment_month_storage": "{{unitPrice}} × {{storageNum}} GB",
|
|
3140
|
-
"billing.payment_sidebar.price_cal.colla": "{{unitPrice}} * {{purchaseNum}} ",
|
|
3141
|
-
"billing.payment_sidebar.button.unsubscribe": "Unsubscribe",
|
|
3142
|
-
"billing.payment_sidebar.button.subscribe": "Subscribe",
|
|
3143
|
-
"billing.payment_sidebar.button.change_plan": "Change plan",
|
|
3144
|
-
"billing.payment_sidebar.button.storage_traffic_increase": "Increase {{changeNum}} GB",
|
|
3145
|
-
"billing.payment_sidebar.button.storage_traffic_remove": "Remove {{changeNum}} GB",
|
|
3146
|
-
"billing.payment_sidebar.button.license_increase": "Increase {{changeNum}} seats",
|
|
3147
|
-
"billing.payment_sidebar.button.license_remove": "Remove {{changeNum}} seats",
|
|
3148
|
-
"billing.payment_sidebar.button.colla_increase": "Increase {{changeNum}} Colla",
|
|
3149
|
-
"billing.payment_sidebar.button.colla_remove": "Remove {{changeNum}} Colla",
|
|
3150
|
-
"billing.payment_sidebar.colla.1": "{{purchaseNum}} Colla",
|
|
3151
|
-
"billing.payment_sidebar.colla.2": "{{storageNum}} storage",
|
|
3152
|
-
"billing.payment_sidebar.colla.3": "{{trafficNum}} traffic",
|
|
3153
|
-
"billing.payment_sidebar.colla.4": "{{tokenNum}} token",
|
|
3154
|
-
"billing.payment_sidebar.description_title.add_storage": "You are going to add {{changeNum}} GB storage. Once confirmed, we will immediately deduct the payment for the new storage for this billing cycle. <0>Learn more</0>",
|
|
3155
|
-
"billing.payment_sidebar.description_title.remove_storage": "You are going to remove {{changeNum}} GB storage. Once confirmed, the changes will take effect in the next billing cycle. <0>Learn more</0>",
|
|
3156
|
-
"billing.payment_sidebar.description_title.update_plan_year": "You are going to update to a yearly payment plan. Once confirmed, the change will take effect from the start of the next billing cycle. <0>Learn more</0>",
|
|
3157
|
-
"billing.payment_sidebar.description_title.update_plan_monthly": "You are going to update to a monthly payment plan. Once confirmed, the change will take effect from the start of the next billing cycle. <0>Learn more</0>",
|
|
3158
|
-
"billing.payment_sidebar.description_title.add_license": "You are going to add {{changeNum}} seats. Once confirmed, we will immediately deduct the payment for the new seats for this billing cycle. <0>Learn more</0>",
|
|
3159
|
-
"billing.payment_sidebar.description_title.remove_license": "You are going to remove {{changeNum}} seats. Once confirmed, the changes will take effect in the next billing cycle. <0>Learn more</0>",
|
|
3160
|
-
"billing.payment_sidebar.description_title.add_traffic": "You are going to add {{changeNum}}GB traffic. Once confirmed, we will deduct the cost of the additional traffic immediately. <0>Learn more</0>",
|
|
3161
|
-
"billing.payment_sidebar.description_title.subscribe_storage": "You are going to subscribe to ImpaktApps Cloud Premium. We will automatically deduct the fees from your account at the beginning of each payment cycle. <0>Learn more</0>",
|
|
3162
|
-
"billing.payment_sidebar.description_title.subscribe_license": "You are going to subscribe to ImpaktApps Drive. We will automatically deduct the fees from your account at the beginning of each payment cycle. <0>Learn more</0>",
|
|
3163
|
-
"billing.payment_sidebar.description_title.update_plan_increase_license": "You are going to add {{changeNum}} seats and update your subscription period. <0>Learn more</0>",
|
|
3164
|
-
"billing.payment_sidebar.description_title.update_plan_remove_license": "You are going to remove {{changeNum}} seats and update your subscription period. <0>Learn more</0>",
|
|
3165
|
-
"billing.payment_sidebar.description_title.update_plan_increase_storage": "You are going to add {{changeNum}} GB storage and update your subscription period. <0>Learn more</0>",
|
|
3166
|
-
"billing.payment_sidebar.description_title.update_plan_remove_storage": "You are going to remove {{changeNum}} GB storage and update your subscription period. <0>Learn more</0>",
|
|
3167
|
-
"billing.payment_sidebar.description_title.unsubscribe_license": "You are going to unsubscribe ImpaktApps Cloud Premium. After cancellation, starting from the next billing cycle, the Premium features will no longer be accessible. <0>Learn more</0>",
|
|
3168
|
-
"billing.payment_sidebar.description_title.unsubscribe_storage": "You are going to unsubscribe ImpaktApps Drive storage. After cancellation, starting from the next billing cycle, the storage capacity will be restored to 100MB. <0>Learn more</0>",
|
|
3169
|
-
"billing.payment_sidebar.description_title.subscribe_license_monthly": "You are going to subscribe to ImpaktApps Cloud Premium monthly subscription. <0>Learn more</0>",
|
|
3170
|
-
"billing.payment_sidebar.description_title.subscribe_license_yearly": "You are going to subscribe to ImpaktApps Cloud Premium yearly subscription. <0>Learn more</0>",
|
|
3171
|
-
"billing.payment_sidebar.description_title.subscribe_storage_monthly": "You are going to add {{changeNum}}GB storage. Once confirmed, we will deduct the cost of the storage immediately. <0>Learn more</0>",
|
|
3172
|
-
"billing.payment_sidebar.description_title.subscribe_storage_yearly": "You are going to add {{changeNum}}GB storage. Once confirmed, we will deduct the cost of the storage immediately. <0>Learn more</0>",
|
|
3173
|
-
"billing.payment_sidebar.description_title.colla_sub": "You are going to subscribe to Colla. Once confirmed, we will automatically deduct the fees at the beginning of each billing cycle and upgrade your subscription automatically when you require more Colla. <0>Learn more</0>",
|
|
3174
|
-
"billing.payment_sidebar.description_title.colla_increase": "You are going to add {{changeNum}} Colla. Once confirmed, we will immediately deduct the remaining amount due for this billing cycle. <0>Learn more</0>",
|
|
3175
|
-
"billing.payment_sidebar.description_title.colla_remove": "You are going to remove {{changeNum}} Colla. Once confirmed, it will take effect from the next billing cycle. <0>Learn more</0>",
|
|
3176
|
-
"billing.payment_sidebar.description_title.colla_unsubscribe": "You are going to cancel your Colla subscription. Once confirmed, it will take effect from the next billing cycle. Please note that after cancellation, you may experience issues with your ImpaktApps Drive and AI Agent usage. <0>Learn more</0>",
|
|
3177
|
-
"billing.payment_sidebar.description_title.colla_update": "You are going to modify your Colla subscription. Once confirmed, the changes will take effect from the next billing cycle. <0>Learn more</0>",
|
|
3178
|
-
"billing.payment_sidebar.description.remove_storage": "If the storage capacity occupied by your files exceeds the subscribed storage capacity at the start of the next billing cycle, all files will be disabled until you delete files or increase the storage capacity within the available range. For more information, please refer to our <0>Privacy Policy</0> and <1>Terms of Service</1>",
|
|
3179
|
-
"billing.payment_sidebar.description.update_plan_year": "Starting from the next period, the subscription will be changed to an annual subscription, and the fees will be automatically deducted based on the annual subscription pricing. If you wish to reduce seats or make other changes to the subscription, please update it before the start of the next period. For more information, please refer to our <0>Privacy Policy</0> and <1>Terms of Service</1>",
|
|
3180
|
-
"billing.payment_sidebar.description.update_plan_monthly": "Starting from the next period, the subscription will be changed to a monthly subscription, and the fees will be automatically deducted based on the monthly subscription pricing. If you wish to reduce seats or make other changes to the subscription, please update it before the start of the next period. For more information, please refer to our <0>Privacy Policy</0> and <1>Terms of Service</1>",
|
|
3181
|
-
"billing.payment_sidebar.description.add_license": "Calculation rules using a monthly seat subscription as an example: Let's consider a scenario where you initially subscribed to 5 seats starting from March 14th, and the billing cycle spans from the 14th of this month to the 13th of next month. On May 10th, you decide to add 1 additional seats. At that point, there were 4 days remaining until the end of the current cycle on May 13th (which totals 30 days from April 14th to May 13th). To calculate the adjusted payment, we will deduct the cost of 1 seat, which amounts to approximately $10, proportionate to the duration of 4 days within the 30-day cycle. Therefore, the deduction is estimated as 1 seat * $10 / 30 days * 4 days, resulting in approximately $1.33. Starting from the next billing cycle, all seat fees will be consolidated and paid together. If you wish to reduce seats or make other changes to the subscription, please update it before the start of the next period. For more information, please refer to our <0>Privacy Policy</0> and <1>Terms of Service</1>",
|
|
3182
|
-
"billing.payment_sidebar.description.remove_license": "If the number of users with editing permissions exceeds the number of seats at the start of the next billing cycle, all users except the owner will be disabled until you remove members or increase the number of seats within the available range. For more information, please refer to our <0>Privacy Policy</0> and <1>Terms of Service</1>",
|
|
3183
|
-
"billing.payment_sidebar.description.add_traffic": "After successful deduction, your traffic will increase in real-time. Once the traffic is used, the fees cannot be refunded. Unused traffic can be refunded in units of GB. For example, if you purchase 10GB of traffic and use 4.5GB, you can apply for a refund of 5GB. For more information, please refer to our <0>Privacy Policy</0> and <1>Terms of Service</1>",
|
|
3184
|
-
"billing.payment_sidebar.description.subscribe_storage_yearly": "You are going to subscribe to the annual subscription of ImpaktApps Drive storage. We will automatically deduct the fees from your account at the beginning of each payment cycle. The actual amount deducted depends on how much storage capacity you have subscribed in GB. For example, if you start your first subscription on February 25, 2023, with an annual subscription fee of $9.9 per GB, and you have a total of 3 GB, we will deduct $29.7 on February 25, 2023. If you add 2 GB on March 25, 2023, we will first deduct the remaining 11 months' payment on March 25, 2023. Then, by February 25, 2024, we will deduct the payment for 5 GB, which is (2+3)*$9.9=$49.5. If you wish to reduce storage or make other changes to the subscription, please update it before the start of the next period. For more information, please refer to our <0>Privacy Policy</0> and <1>Terms of Service</1>",
|
|
3185
|
-
"billing.payment_sidebar.description.subscribe_license_monthly": "You are going to subscribe to the monthly subscription of ImpaktApps Cloud Plus. We will automatically deduct the fees from your account at the beginning of each payment cycle. The actual amount deducted depends on the number of seats you have. For example, if you start your first subscription on February 25, 2023, with an monthly subscription fee of $12 per seat, and you have a total of 3 seats, we will deduct $36 on February 25, 2023. If you add 2 more seats on March 21, 2023, we will first deduct the remaining 5 days' payment on March 21, 2023. Then, by March 25, 2023, we will deduct the payment for 5 seats, which is (2+3)*$12=$60. If you wish to reduce seats or make other changes to the subscription, please update it before the start of the next period. For more information, please refer to our <0>Privacy Policy</0> and <1>Terms of Service</1>",
|
|
3186
|
-
"billing.payment_sidebar.description.update_plan_increase_license": "The fees will be automatically deducted based on the updated number of seats and the pricing of new billing cycle from the next period. This time, we will deduct the payment for the increased seats according to the current billing cycle. Calculation rules of increasing seats using a monthly seat subscription as an example: Let's consider a scenario where you initially subscribed to 5 seats starting from March 14th, and the billing cycle spans from the 14th of this month to the 13th of next month. On May 10th, you decide to add 1 additional seat. At that point, there were 4 days remaining until the end of the current cycle on May 13th (which totals 30 days from April 14th to May 13th). To calculate the adjusted payment, we will deduct the cost of 1 seat, which amounts to approximately $10, proportionate to the duration of 4 days within the 30-day cycle. Therefore, the deduction is estimated as 1 seat * $10 / 30 days * 4 days, resulting in approximately $1.33. Starting from the next billing cycle, all seat fees will be consolidated and paid together. If you wish to reduce seats or make other changes to the subscription, please update it before the start of the next period. For more information, please refer to our <0>Privacy Policy</0> and <1>Terms of Service</1>",
|
|
3187
|
-
"billing.payment_sidebar.description.update_plan_remove_license": "The fees will be automatically deducted based on the updated number of seats and the pricing of new billing cycle from the next period. If the number of users with editing permissions exceeds the number of seats at the start of the next billing cycle, all users except the owner will be disabled until you remove members or increase the number of seats within the available range. For more information, please refer to our <0>Privacy Policy</0> and <1>Terms of Service</1>",
|
|
3188
|
-
"billing.payment_sidebar.description.update_plan_remove_storage": "The fees will be automatically deducted based on the updated storage and the pricing of new billing cycle from the next period. If the storage capacity occupied by your files exceeds the subscribed storage capacity at the start of the next billing cycle, all files will be disabled until you delete files or increase the storage capacity within the available range. For more information, please refer to our <0>Privacy Policy</0> and <1>Terms of Service</1>",
|
|
3189
|
-
"billing.payment_sidebar.colla_redeem.title": "With {{changeNum}} Colla, you can purchase: ",
|
|
3190
|
-
"billing.payment_sidebar.colla_redeem.storage": "Storage",
|
|
3191
|
-
"billing.payment_sidebar.colla_redeem.traffic": "Traffic",
|
|
3192
|
-
"billing.payment_sidebar.colla_redeem.token": "Token",
|
|
3193
|
-
"billing.message.failed_to_subscribe": "Failed to subscribe. Please try again.",
|
|
3194
|
-
"billing.message.failed_to_add_traffic": "Failed to add traffic. Please try again. ",
|
|
3195
|
-
"billing.message.failed_to_add_storage": "Failed to add storage. Please try again. ",
|
|
3196
|
-
"billing.message.failed_to_remove_storage": "Failed to remove storage. Please try again. ",
|
|
3197
|
-
"billing.message.failed_to_add_licens": "Failed to add seats. Please try again. ",
|
|
3198
|
-
"billing.message.failed_to_remove_lic": "Failed to remove seats. Please try again. ",
|
|
3199
|
-
"billing.message.failed_to_change_pla": "Failed to change plan. Please try again. ",
|
|
3200
|
-
"billing.message.failed_to_unsubscrib": "Failed to unsubscribe. Please try again. ",
|
|
3201
|
-
"billing.message.successfully_removed": "Successfully removed. The change will take effect from {{nextPaymentDate}}.",
|
|
3202
|
-
"billing.message.unsubscription_succe": "Unsubscription successful. The change will take effect from {{nextPaymentDate}}",
|
|
3203
|
-
"billing.message.cancel_subscribe": "Subscription not completed, please try again or contact billing@IMPAKTAPPSsoft.com",
|
|
3204
|
-
"billing.message.cancel_purchase": "Purchase not completed, please try again or contact billing@IMPAKTAPPSsoft.com",
|
|
3205
|
-
"billing.message.successfully_changed": "Subscription changed successfully. It will take effect in a few minutes",
|
|
3206
|
-
"billing.message.failed_to_change": "Subscription change failed",
|
|
3207
|
-
"billing.message.unsubscription_suc": "The subscription has been canceled successfully and will take effect from the next period",
|
|
3208
|
-
"billing.message.failed_to_join_no_license": "Unable to join due to insufficient seats ",
|
|
3209
|
-
"billing.message.storage_insufficient_modal": "The storage or traffic of this team is not enough. Please contact your admin.",
|
|
3210
|
-
"billing.message.appsumo.suc": "Successfully redeemed",
|
|
3211
|
-
"billing.message.appsumo.fail": "Failed to redeem. Please try again later.",
|
|
3212
|
-
"billing.message.appsumo.transfer": "Operate failed. This user is bound to the lifetime subscription. ",
|
|
3213
|
-
"billing.message.appsumo.leave": "Operate failed. This user is bound to the lifetime subscription. ",
|
|
3214
|
-
"billing.message.no_license_operate_failed": "Due to subscription exception, operation failed.",
|
|
3215
|
-
"billing.message.failed_to_invite_no_license": "Due to insufficient licensing, some member invitations have failed.",
|
|
3216
|
-
"billing.message.error_subscribe": "Failed to subscribe. Please try again later.",
|
|
3217
|
-
"billing.message.unsubscription_fail": "Failed to cancel the subscription. Please try again later.",
|
|
3218
|
-
"billing.message.failed_to_update": "Failed to update subscription. Please try again. ",
|
|
3219
|
-
"billing.message.update_suc": "Subscription updated successfully",
|
|
3220
|
-
"billing.message.no_traffic": "Insufficient traffic. Please contact the administrator to increase Colla.",
|
|
3221
|
-
"billing.message.no_storage": "Insufficient storage. Please contact the administrator to increase Colla.",
|
|
3222
|
-
"billing.message.no_token": "Insufficient token. Please contact the administrator to increase Colla.",
|
|
3223
|
-
"billing.modal.colla_insufficient_modal.storage.title": "Insufficient storage",
|
|
3224
|
-
"billing.modal.colla_insufficient_modal.storage.desc.1": "Your storage is insufficient. Please subscribe to Colla or add Colla to increase your storage.",
|
|
3225
|
-
"billing.modal.colla_insufficient_modal.storage.desc.2": "After subscribing to Colla, your Colla can be utilized to increase storage, boost traffic, and augment token, which will be automatically allocated based on your needs.",
|
|
3226
|
-
"billing.modal.colla_insufficient_modal.traffic.title": "Insufficient traffic",
|
|
3227
|
-
"billing.modal.colla_insufficient_modal.traffic.desc.1": "Your traffic is insufficient. Please subscribe to Colla or add Colla to increase your traffic.",
|
|
3228
|
-
"billing.modal.colla_insufficient_modal.traffic.desc.2": "After subscribing to Colla, your Colla can be utilized to increase storage, boost traffic, and augment token, which will be automatically allocated based on your needs.",
|
|
3229
|
-
"billing.modal.colla_insufficient_modal.token.title": "Insufficient token",
|
|
3230
|
-
"billing.modal.colla_insufficient_modal.token.desc.1": "Your token is insufficient. Please subscribe to Colla or add Colla to increase your token.",
|
|
3231
|
-
"billing.modal.colla_insufficient_modal.token.desc.2": "After subscribing to Colla, your Colla can be utilized to increase storage, boost traffic, and augment token, which will be automatically allocated based on your needs.",
|
|
3232
|
-
"billing.modal.colla_insufficient_modal.button": "Increase Colla",
|
|
3233
|
-
"billing.modal.colla_insufficient_modal.cycle": "monthly / 5k Colla",
|
|
3234
|
-
"billing.modal.colla_insufficient_modal.failed.title": "Failed to increase Colla",
|
|
3235
|
-
"billing.modal.colla_insufficient_modal.failed.storage.desc": "Your Colla balance is insufficient to cover the current storage requirement. And we encountered some issues while increasing your Colla. Please increase Colla manually.",
|
|
3236
|
-
"billing.modal.colla_insufficient_modal.failed.traffic.desc": "Your Colla balance is insufficient to cover the current traffic requirement. And we encountered some issues while increasing your Colla. Please increase Colla manually.",
|
|
3237
|
-
"billing.modal.colla_insufficient_modal.failed.token.desc": "Your Colla balance is insufficient to cover the current token requirement. And we encountered some issues while increasing your Colla. Please increase Colla manually.",
|
|
3238
|
-
"billing.modal.colla_insufficient_modal.failed.button": "Increase Colla",
|
|
3239
|
-
"billing.modal.storage_insufficient_modal.owner_title_drive": "Insufficient capacity",
|
|
3240
|
-
"billing.modal.storage_insufficient_modal.owner_description_drive": "The storage or traffic is not enough. Please upgrade and try again.",
|
|
3241
|
-
"billing.modal.storage_insufficient_modal.owner_button_drive": "Upgrade",
|
|
3242
|
-
"billing.modal.storage_insufficient_modal.not_owner_title_drive": "Failed to operate",
|
|
3243
|
-
"billing.modal.storage_insufficient_modal.not_owner_description_drive": "The storage or traffic of this team is not enough. Please contact your admin.",
|
|
3244
|
-
"billing.modal.storage_insufficient_modal.not_owner_button_drive": "Got it",
|
|
3245
|
-
"billing.modal.storage_insufficient_modal.out_title_drive": "Failed to download",
|
|
3246
|
-
"billing.modal.storage_insufficient_modal.out_description_drive": "Due to insufficient traffic, downloading failed. Please contact the file owner",
|
|
3247
|
-
"billing.modal.storage_insufficient_modal.out_button_drive": "Got it",
|
|
3248
|
-
"billing.modal.sub_suc.subscription_success": "Subscription successful",
|
|
3249
|
-
"billing.modal.sub_suc.you_can_now_invite_m": "It will take effect in a few minutes. You can invite members and start using the advanced features later. Go ahead and give it a try!",
|
|
3250
|
-
"billing.modal.sub_suc.you_can_now_upload_m": "It will take effect in a few minutes. You can now upload more files.",
|
|
3251
|
-
"billing.modal.sub_suc.payment_successful": "Payment successful",
|
|
3252
|
-
"billing.modal.sub_suc.we_have_added_the_li": "It will take effect in a few minutes. We have added the seats for you. Any changes to the subscription period will take effect from the next billing cycle.",
|
|
3253
|
-
"billing.modal.sub_suc.we_have_added_the_st": "It will take effect in a few minutes. We have added the storage for you. Any changes to the subscription period will take effect from the next billing cycle.",
|
|
3254
|
-
"billing.modal.sub_suc.we_have_added_the_tr": "It will take effect in a few minutes. We will add the traffic for you later. You can now download more files.",
|
|
3255
|
-
"billing.modal.sub_suc.successfully_updated": "Successfully updated",
|
|
3256
|
-
"billing.modal.sub_suc.the_change_to_the_su": "The change to the subscription period will take effect from the next billing cycle.",
|
|
3257
|
-
"billing.modal.sub_suc.got_it": "Got it",
|
|
3258
|
-
"billing.modal.upgrade_now_admin.upgrade_to_plus": "Upgrade to Premium",
|
|
3259
|
-
"billing.modal.upgrade_now_admin.this_feature_is_avai": "This feature is available for Premium users only. To use it, please upgrade to Plus. By upgrading to Premium, you will also have access to the following features. ",
|
|
3260
|
-
"billing.modal.upgrade_now_admin.add_unlimited_viewer": "Add unlimited viewer for FREE",
|
|
3261
|
-
"billing.modal.upgrade_now_admin.publish_public_appli": "Publish public applications",
|
|
3262
|
-
"billing.modal.upgrade_now_admin.ai_sql_generation": "AI SQL Generation",
|
|
3263
|
-
"billing.modal.upgrade_now_admin.audit_logs": "Audit logs",
|
|
3264
|
-
"billing.modal.upgrade_now_admin.learn_more": "Learn more",
|
|
3265
|
-
"billing.modal.upgrade_now_admin.upgrade": "Upgrade",
|
|
3266
|
-
"billing.modal.upgrade_now_admin.insufficient_license_title": "Insufficient seats",
|
|
3267
|
-
"billing.modal.upgrade_now_admin.insufficient_license_description": "To invite more editors, please increase seats first. All members of your team could use the features for ImpaktApps Cloud Premium. The specific access to each feature depends on the role of each member. ",
|
|
3268
|
-
"billing.modal.upgrade_now_admin.insufficient_license_button": "Add seats",
|
|
3269
|
-
"billing.modal.upgrade_now_admin.pricing": "editor/mo, yearly($20/editor, monthly)",
|
|
3270
|
-
"billing.modal.expired.owner": "Your subscription has expired. To continue using, please renew it.",
|
|
3271
|
-
"billing.modal.expired.others": "Your account has been disabled because the team's subscription has expired.",
|
|
3272
|
-
"billing.modal.expired.your_subscription_ha_not_owner": "Subscription exception",
|
|
3273
|
-
"billing.modal.expired.all_members_except_f_not_owner": "Your team's subscription has an exception, please contact the team owner.",
|
|
3274
|
-
"billing.modal.expired.upgrade_not_owner": "Got it",
|
|
3275
|
-
"billing.modal.expired.your_subscription_ha": "Subscription expired",
|
|
3276
|
-
"billing.modal.expired.all_members_except_f": "Your team's subscription is expired. Please renew it in-time",
|
|
3277
|
-
"billing.modal.expired.upgrade": "Upgrade",
|
|
3278
|
-
"billing.modal.blank_page.insufficient_license_disable": "Your account has been disabled due to insufficient team seats. Please contact the team Owner for assistance.",
|
|
3279
|
-
"billing.modal.upgrade_not_admin.insufficient_license_title": "Insufficient seats",
|
|
3280
|
-
"billing.modal.upgrade_not_admin.insufficient_license_description": "Due to insufficient seats, operation failed. Please contact team owner.",
|
|
3281
|
-
"billing.modal.upgrade_not_admin.insufficient_license_button": "OK",
|
|
3282
|
-
"billing.modal.storage_insufficient.owner_title": "Insufficient storage capacity",
|
|
3283
|
-
"billing.modal.storage_insufficient.owner_description": "In order to store files normally, please increase the storage in time. ",
|
|
3284
|
-
"billing.modal.storage_insufficient.owner_button": "Increase capacity",
|
|
3285
|
-
"billing.modal.storage_insufficient.not_owner_title": "Insufficient storage capacity",
|
|
3286
|
-
"billing.modal.storage_insufficient.not_owner_description": "In order to store files normally, please contact your administrator to increase storage capacity in time.",
|
|
3287
|
-
"billing.modal.storage_insufficient.not_owner_button": "OK",
|
|
3288
|
-
"billing.modal.storage_insufficient.owner_pricing": "5 GB/Monthly",
|
|
3289
|
-
"billing.modal.traffic_insufficient.owner_title": "Insufficient traffic capacity",
|
|
3290
|
-
"billing.modal.traffic_insufficient.owner_description": "In order to access files normally, please increase the traffic capacity in time. ",
|
|
3291
|
-
"billing.modal.traffic_insufficient.owner_button": "Increase capacity",
|
|
3292
|
-
"billing.modal.traffic_insufficient.not_owner_title": "Insufficient traffic",
|
|
3293
|
-
"billing.modal.traffic_insufficient.not_owner_description": "In order to access files normally, please contact your administrator to increase traffic capacity in time.",
|
|
3294
|
-
"billing.modal.traffic_insufficient.not_owner_button": "OK",
|
|
3295
|
-
"billing.modal.traffic_insufficient.owner_pricing": "5 GB",
|
|
3296
|
-
"billing.modal.cancel_confirm.description": "After cancellation, your team will revert to the free plan starting from the next billing cycle. The features included in the subscription plans will no longer be accessible.",
|
|
3297
|
-
"billing.modal.cancel_confirm.title": "Cancel the subscription?",
|
|
3298
|
-
"billing.modal.cancel_confirm.button_cancel": "Cancel",
|
|
3299
|
-
"billing.modal.cancel_confirm.button_confirm": "Confirm",
|
|
3300
|
-
"billing.modal.change_confirm.description": "Once reduced, the changes will take effect in the next billing cycle. If there are resources that exceed the newly allocated capacity, all resources may become inaccessible.",
|
|
3301
|
-
"billing.modal.change_confirm.title": "Change plan?",
|
|
3302
|
-
"billing.modal.change_confirm.button_cancel": "Cancel",
|
|
3303
|
-
"billing.modal.change_confirm.button_confirm": "Confirm",
|
|
3304
|
-
"billing.homepage.get_access_to_advanc": "Get access to advanced features",
|
|
3305
|
-
"billing.homepage.upgrade": "Upgrade",
|
|
3306
|
-
"billing.homepage.cancel": "Cancel",
|
|
3307
|
-
"billing.appsumo.button.redeem_appsumo": "Redeem AppSumo",
|
|
3308
|
-
"billing.appsumo.modal.title": "Redeem AppSumo",
|
|
3309
|
-
"billing.appsumo.modal.description": "Are you sure you want to redeem AppSumo in {{teamName}} team? ",
|
|
3310
|
-
"billing.appsumo.modal.cancel": "Cancel",
|
|
3311
|
-
"billing.appsumo.modal.confirm": "Redeem",
|
|
3312
|
-
"billing.appsumo.modal.select_team.title": "Select a team to redeem",
|
|
3313
|
-
"billing.appsumo.modal.select_team.create_button": "Create new team",
|
|
3314
|
-
"billing.appsumo.modal.select_team.redeem_button": "Redeem",
|
|
3315
|
-
"billing.appsumo.landingpage.button": "Validate AppSumo email",
|
|
3316
|
-
"billing.appsumo.forget_password.button": "Create Account",
|
|
3317
|
-
"billing.appsumo.update": "Update AppSumo plan",
|
|
3318
|
-
"billing.alert.expired.owner": "Insufficient seat or expired subscription, please upgrade in-time. ",
|
|
3319
|
-
"billing.alert.expired.others": "Due to insufficient seat, you have been disabled. Please contact team owner",
|
|
3320
|
-
"billing.yearly_discount": "(Save nearly 16.7%)",
|
|
3321
|
-
"billing.license_price_new.monthly": "{{ price }}/editor/month",
|
|
3322
|
-
"billing.license_price_new.yearly": "{{ price }}/editor/year",
|
|
3323
|
-
"billing.redirect_page.title": "Payment successful",
|
|
3324
|
-
"billing.redirect_page.desc1": "Thank you for your purchase. ImpaktApps Cloud will continue to provide you with more features.",
|
|
3325
|
-
"billing.redirect_page.desc2": "Redirecting to ImpaktApps Cloud in {{time}} seconds...",
|
|
3326
|
-
"billing.redirect_page.button": "Back to ImpaktApps Cloud",
|
|
3327
|
-
"billing.redirect_to_stripe": "Redirecting to Stripe",
|
|
3328
|
-
"billing.featureList.free.drive.storage": "100 MB storage per month to store any files in ImpaktApps Drive",
|
|
3329
|
-
"billing.featureList.free.drive.traffic": "100 MB traffic to download files from ImpaktApps Drive",
|
|
3330
|
-
"billing.featureList.drive.title": "ImpaktApps Drive",
|
|
3331
|
-
"billing.featureList.drive.storage": "5 GB storage per month to store any files in ImpaktApps Drive",
|
|
3332
|
-
"billing.featureList.drive.traffic": "5 GB traffic to download files from ImpaktApps Drive",
|
|
3333
|
-
"billing.featureList.enterprise.drive.storage": "Custom storage per month to store any files in ImpaktApps Drive",
|
|
3334
|
-
"billing.featureList.enterprise.drive.traffic": "Custom traffic to download files from ImpaktApps Drive",
|
|
3335
|
-
"billing.label.canceled": "Canceled",
|
|
3336
|
-
"billing.label.expired": "Expired",
|
|
3337
|
-
"billing.label.paused": "Paused",
|
|
3338
|
-
"billing.expired.title": "Your subscription has expired. ",
|
|
3339
|
-
"billing.expired.description": "All premium features are not accessible. And the public apps you deployed have been set to private apps.",
|
|
3340
|
-
"billing.expired.description_other": "All premium features are not accessible. ",
|
|
3341
|
-
"billing.menu.overview": "Overview",
|
|
3342
|
-
"billing.menu.pricing": "Pricing",
|
|
3343
|
-
"billing.menu.balance": "Balance",
|
|
3344
|
-
"billing.menu.billing": "Billing",
|
|
3345
|
-
"billing.menu.license": "Seat",
|
|
3346
|
-
"billing.menu.drive": "Drive",
|
|
3347
|
-
"billing.menu.colla": "Colla",
|
|
3348
|
-
"billing.menu.appsumo": "Appsumo",
|
|
3349
|
-
"billing.menu.colla_transaction": "Colla transaction history",
|
|
3350
|
-
"billing.menu.billing_portal": "Billing portal",
|
|
3351
|
-
"billing.pricing.premium.desc": "Upgrade your team to access advanced features",
|
|
3352
|
-
"billing.pricing.premium.feature.builder.viewer": "FREE for unlimited viewers",
|
|
3353
|
-
"billing.pricing.premium.feature.builder.audit_log": "Audit logs",
|
|
3354
|
-
"billing.pricing.premium.feature.builder.public": "App public",
|
|
3355
|
-
"billing.pricing.premium.feature.builder.sql": "AI SQL Generation",
|
|
3356
|
-
"billing.pricing.premium.feature.builder.history": "Backup editing history & restore",
|
|
3357
|
-
"billing.pricing.premium.feature.builder.theme": "Custom themes for your apps",
|
|
3358
|
-
"billing.pricing.premium.feature.builder.multi_environment": "Multi-environment ( coming soon )",
|
|
3359
|
-
"billing.pricing.premium.feature.builder.deployed_version": "Keep deployed versions & revert ( coming soon )",
|
|
3360
|
-
"billing.pricing.premium.feature.agent.gpt": "Access to more models such as GPT-4, GPT-3.5...",
|
|
3361
|
-
"billing.pricing.premium.feature.agent.colla": "2.5k Colla / month",
|
|
3362
|
-
"billing.pricing.premium.price": "/month/editor",
|
|
3363
|
-
"billing.pricing.colla.desc": "Used for payment of fees incurred for value-added services within ImpaktApps Cloud, including the following services",
|
|
3364
|
-
"billing.pricing.colla.feature.storage": "File storage. Used to storage files on ImpaktApps Drive.",
|
|
3365
|
-
"billing.pricing.colla.feature.traffic": "Traffic. Used to download files from ImpaktApps Drive.",
|
|
3366
|
-
"billing.pricing.colla.feature.token": "AI Agent token. Used to run AI Agents.",
|
|
3367
|
-
"billing.pricing.colla.feature.conversion.1": "5k Colla",
|
|
3368
|
-
"billing.pricing.colla.feature.conversion.2": "5GB storage",
|
|
3369
|
-
"billing.pricing.colla.feature.conversion.3": "5GB traffic",
|
|
3370
|
-
"billing.pricing.colla.feature.conversion.4": "100k token",
|
|
3371
|
-
"billing.pricing.colla.price": "/ month / 5k Colla",
|
|
3372
|
-
"billing.pricing.colla.button": "Manage Colla",
|
|
3373
|
-
"billing.title.billing": "Billing",
|
|
3374
|
-
"billing.title.license": "Seat",
|
|
3375
|
-
"billing.title.drive": "Drive",
|
|
3376
|
-
"billing.title.colla": "Colla",
|
|
3377
|
-
"billing.title.appsumo": "Appsumo",
|
|
3378
|
-
"billing.title.overview": "Overview",
|
|
3379
|
-
"billing.title.pricing": "Pricing",
|
|
3380
|
-
"billing.title.balance": "Balance",
|
|
3381
|
-
"billing.title.colla_usage": "Colla usage",
|
|
3382
|
-
"billing.advanced.feature": "Remove watermark",
|
|
3383
|
-
"billing.new_pricing.team": "Team",
|
|
3384
|
-
"billing.new_pricing.only_pay_for_editors": "Only pay for editors ✌️",
|
|
3385
|
-
"billing.new_pricing.annually": "Annually",
|
|
3386
|
-
"billing.new_pricing.monthly": "Monthly",
|
|
3387
|
-
"billing.new_pricing.free": "Free",
|
|
3388
|
-
"billing.new_pricing.premium": "Premium",
|
|
3389
|
-
"billing.new_pricing.enterprise": "Enterprise",
|
|
3390
|
-
"billing.new_pricing.most_popular": "Most popular",
|
|
3391
|
-
"billing.new_pricing.month": "/mo",
|
|
3392
|
-
"billing.new_pricing.per_editor": "per editor",
|
|
3393
|
-
"billing.new_pricing.per_viewer": "per viewer",
|
|
3394
|
-
"billing.new_pricing.current_plan": "Current plan",
|
|
3395
|
-
"billing.new_pricing.upgrade": "Upgrade",
|
|
3396
|
-
"billing.new_pricing.coming_soon": "Coming soon",
|
|
3397
|
-
"billing.new_pricing.only_1_member": "Only 1 member for personal use",
|
|
3398
|
-
"billing.new_pricing.free_for_unlimited": "FREE for unlimited viewers",
|
|
3399
|
-
"billing.new_pricing.viewer_tooltips": "A viewer has read-only access and cannot modify the apps, AI agents, flows, or other items you have created. However, they can use the apps and AI agents that you have published.",
|
|
3400
|
-
"billing.new_pricing.unlimited_editors": "Unlimited editors",
|
|
3401
|
-
"billing.new_pricing.editors_tooltips": "An editor refers to a user with editing privileges, including administrators, owners, and editors. They have the ability to modify and create apps, AI agents, flows, and other items. They can also use the published apps and AI agents.",
|
|
3402
|
-
"billing.new_pricing.builder_apps": "Builder apps",
|
|
3403
|
-
"billing.new_pricing.release_public_apps": "Release public apps",
|
|
3404
|
-
"billing.new_pricing.remove_watermark": "Remove watermark",
|
|
3405
|
-
"billing.new_pricing.branding": "Branding",
|
|
3406
|
-
"billing.new_pricing.custom_domain": "Custom domain",
|
|
3407
|
-
"billing.new_pricing.custom_branding_appe": "Custom branding appearence (Coming soon)",
|
|
3408
|
-
"billing.new_pricing.custom_sso": "Custom SSO (Coming soon)",
|
|
3409
|
-
"billing.new_pricing.security_support": "Security & support",
|
|
3410
|
-
"billing.new_pricing.dedicated_support": "Dedicated support",
|
|
3411
|
-
"billing.new_pricing.community_support": "Community support",
|
|
3412
|
-
"billing.new_pricing.audit_logs": "Audit logs",
|
|
3413
|
-
"billing.new_pricing.keep_edit_history": "Keep edit history and restore",
|
|
3414
|
-
"billing.new_pricing.colla": "Colla",
|
|
3415
|
-
"billing.new_pricing.colla_month": "/5,000 Colla/month",
|
|
3416
|
-
"billing.new_pricing.file_storage_and_dow": "File storage and download",
|
|
3417
|
-
"billing.new_pricing.drive_pricing": "5GB",
|
|
3418
|
-
"billing.new_pricing.ai_agent_execution": "AI Agent execution",
|
|
3419
|
-
"billing.new_pricing.agent_pricing": "Approximately 100,000 words",
|
|
3420
|
-
"billing.new_pricing.IMPAKTAPPS_flow_execution": "ImpaktApps Flow execution",
|
|
3421
|
-
"billing.new_pricing.flow_pricing": "5000 minutes* blocks",
|
|
3422
|
-
"billing.new_pricing.buy_10_months": "Buy 10 months, get 2 months FREE",
|
|
3423
|
-
"billing.first_time_off.off": "20% OFF",
|
|
3424
|
-
"billing.first_time_off.desc": "for the first time subscription",
|
|
3425
|
-
"billing.first_time_off.valid_time": "Valid until {{validDate}}",
|
|
3426
|
-
"billing.first_time_off.year_plural": "{{unitPrice}} * 12 months * {{licenseNum}} seat",
|
|
3427
|
-
"billing.first_time_off.year": "{{unitPrice}} * 12 months * {{licenseNum}} seats",
|
|
3428
|
-
"billing.first_time_off.month_plural": "{{unitPrice}} * {{licenseNum}} seat",
|
|
3429
|
-
"billing.first_time_off.month": "{{unitPrice}} * {{licenseNum}} seats",
|
|
3430
|
-
"billing.first_time_off.discount": "20% OFF (First purchase discount)",
|
|
3431
|
-
"billing.first_time_off.unit": "/seat/month",
|
|
3432
|
-
"network.error": "Network error, please try again later",
|
|
3433
|
-
"new_dashboard.status.deployed": "Deployed",
|
|
3434
|
-
"new_dashboard.status.undeploy": "Undeploy",
|
|
3435
|
-
"new_dashboard.desc.no_description": "No description",
|
|
3436
|
-
"new_dashboard.desc.blank": "You have not created any content yet.",
|
|
3437
|
-
"new_dashboard.desc.blank-agent": "No AI Agent here",
|
|
3438
|
-
"new_dashboard.app_setting.app_setting": "App setting",
|
|
3439
|
-
"new_dashboard.app_setting.app_name": "App name",
|
|
3440
|
-
"new_dashboard.app_setting.description": "Description",
|
|
3441
|
-
"new_dashboard.app_setting.save": "Save",
|
|
3442
|
-
"new_dashboard.app_setting.placeholder.description": "Enter the description for the app",
|
|
3443
|
-
"new_dashboard.app_setting.placeholder.app_name": "Enter a name for the app",
|
|
3444
|
-
"new_dashboard.access.public": "Public",
|
|
3445
|
-
"new_dashboard.access.private": "Private",
|
|
3446
|
-
"new_dashboard.message.update_failed": "Failed to update",
|
|
3447
|
-
"new_dashboard.message.update_suc": "Successfully updated",
|
|
3448
|
-
"new_dashboard.button.blank": "Create new",
|
|
3449
|
-
"new_dashboard.button.blank-agent": "Create AI Agent",
|
|
3450
|
-
"new_dashboard.create_new.create_an_app": "Create an app",
|
|
3451
|
-
"new_dashboard.create_new.create_a_blank_app": "Create a blank app",
|
|
3452
|
-
"new_dashboard.create_new.generate_crud_app_fr": "Generate CRUD App from database",
|
|
3453
|
-
"new_dashboard.create_new.get_started_with_a_t": "Get started with a template",
|
|
3454
|
-
"new_dashboard.create_new.use_this_template": "Use this template",
|
|
3455
|
-
"new_dashboard.create_new.more": "More",
|
|
3456
|
-
"new_dashboard.create_new.generate_crud_short": "Create from database",
|
|
3457
|
-
"new_dashboard.create_new.onboarding_cloud": "You have successfully completed the construction of the\r\nOnboarding app. Go ahead and create your own app. ",
|
|
3458
|
-
"new_dashboard.create_new.create_from_template": "Create from template",
|
|
3459
|
-
"new_dashboard.create_from_resource.resource": "Resource",
|
|
3460
|
-
"new_dashboard.create_from_resource.table": "Table",
|
|
3461
|
-
"new_dashboard.create_from_resource.column_name": "Column name",
|
|
3462
|
-
"new_dashboard.create_from_resource.data_type": "Data type",
|
|
3463
|
-
"new_dashboard.create_from_resource.label": "Label",
|
|
3464
|
-
"new_dashboard.create_from_resource.input_type": "Input type",
|
|
3465
|
-
"new_dashboard.create_from_resource.input_type_option.create": "Create",
|
|
3466
|
-
"new_dashboard.create_from_resource.input_type_option.password": "Password",
|
|
3467
|
-
"new_dashboard.create_from_resource.input_type_option.email": "Email",
|
|
3468
|
-
"new_dashboard.create_from_resource.input_type_option.url": "URL",
|
|
3469
|
-
"new_dashboard.create_from_template.all_template": "Recommended",
|
|
3470
|
-
"new_dashboard.selfhost.export.title": "Free data export to ImpaktApps Cloud and upgrade",
|
|
3471
|
-
"new_dashboard.selfhost.export.desc": "Export data to ImpaktApps Cloud and enjoy more features. Reach out to us via Discord <0>@karminski</0> to export data - FREE. ",
|
|
3472
|
-
"new_dashboard.selfhost.export.feature1": "Free for unlimited viewers",
|
|
3473
|
-
"new_dashboard.selfhost.export.feature2": "ImpaktApps Flow - automate your workflow",
|
|
3474
|
-
"new_dashboard.selfhost.export.feature3": "AI Agent",
|
|
3475
|
-
"new_dashboard.selfhost.export.feature4": "Audit logs",
|
|
3476
|
-
"new_dashboard.selfhost.export.feature5": "Custom domain(Coming soon)",
|
|
3477
|
-
"new_dashboard.selfhost.export.feature6": "Branding and SSO(Coming soon)",
|
|
3478
|
-
"new_dashboard.selfhost.export.feature_tips1": "Purchase only one seat and upgrade to Premium to be able to invite an unlimited number of visitors for free.",
|
|
3479
|
-
"new_dashboard.selfhost.export.feature_tips2": "Trigger custom workflows through timers or webhooks to connect any resources or AI services.",
|
|
3480
|
-
"new_dashboard.selfhost.export.feature_tips3": "Customize prompts to limit the performance of the language model and build your own AI assistant.",
|
|
3481
|
-
"new_dashboard.selfhost.export.feature_tips4": "Record the actions of team members. ",
|
|
3482
|
-
"new_dashboard.selfhost.export.feature_tips5": "Access ImpaktApps Cloud and the app you have built through your own domain name.",
|
|
3483
|
-
"new_dashboard.selfhost.export.feature_tips6": "Use your branding attributes to define the ImpaktApps Cloud appearance and customize single sign-on (SSO).",
|
|
3484
|
-
"new_dashboard.selfhost.export.button": "Contact us",
|
|
3485
|
-
"new_deploy.title.private_app": "Private app",
|
|
3486
|
-
"new_deploy.title.public_app": "Public app",
|
|
3487
|
-
"new_deploy.desc.private_app": "Only the team members can access the deployed app",
|
|
3488
|
-
"new_deploy.desc.public_app": "Anyone with the app link can access the deployed app",
|
|
3489
|
-
"new_deploy.button.public": "Public",
|
|
3490
|
-
"new_share.tips.admin": "The member who can manage all members except Owner, edit APPs, and view APPs",
|
|
3491
|
-
"new_share.tips.editor": "The member who can manage \"Edit and view\" members and \"View only\" members, edit APPs, and view APPs",
|
|
3492
|
-
"new_share.tips.viewer": "The member who can manage viewers and view APPs",
|
|
3493
|
-
"new_share.title.share-with-team": "Share with team",
|
|
3494
|
-
"new_share.desc.undeploy": "The app hasn't been deployed. Public access and viewer access may encounter errors. ",
|
|
3495
|
-
"new_share.label.contribute": "Contribute to community",
|
|
3496
|
-
"new_share.default-text.social-media.reddit": "Check out this amazing AI Agent [{{promptName}}]",
|
|
3497
|
-
"new_share.default-text.social-media.hackernews": "Simplify Your Workload with [{{promptName}}] - The AI Agent That Gets the Job Done",
|
|
3498
|
-
"new_share.button.share_contribute": "Copy & Share",
|
|
3499
|
-
"new_share.button.uncontribute": "Cancel contribution",
|
|
3500
|
-
"new_share.default-text-apps.social-media.twitter": "I just found an interesting app. Check it out! {{appName}}:{{appLink}}",
|
|
3501
|
-
"new_share.default-text-apps.social-media.reddit": "Check out this amazing app [{{appName}}]",
|
|
3502
|
-
"new_share.default-text-apps.social-media.linkedin": "I just found an interesting app. Check it out! {{appName}}:{{appLink}}",
|
|
3503
|
-
"new_share.default-text-apps.social-media.facebook": "I just found an interesting app. Check it out! {{appName}}:{{appLink}}",
|
|
3504
|
-
"new_share.default-text-apps.social-media.whatsapp": "I just found an interesting app. Check it out! {{appName}}:{{appLink}}",
|
|
3505
|
-
"new_share.default-text-apps.social-mediak.hackernews": "Easy-to-use web app template [{{appName}}]",
|
|
3506
|
-
"new_share.default-text-apps.contribute": "I just found an interesting app. Check it out! {{appName}}:{{appLink}}",
|
|
3507
|
-
"ai-agents": "AI Agents",
|
|
3508
|
-
"marketplace.star": "Star",
|
|
3509
|
-
"marketplace.fork": "Fork",
|
|
3510
|
-
"marketplace.agent.create_app": "Create app",
|
|
3511
|
-
"load.before": "Load more",
|
|
3512
|
-
"size_exceed_copied_tips": "The content is too long to copy. (current size: {{current_size}} bytes, limit: {{limit_size}} bytes)",
|
|
3513
|
-
"contribute.tag.recommended": "Recommended",
|
|
3514
|
-
"contribute.tag.add_tag": "Add tags",
|
|
3515
|
-
"contribute.tag.tag": "Tag",
|
|
3516
|
-
"contribute.tag.failed_to_save": "Failed to save",
|
|
3517
|
-
"contribute.update": "Edit tags",
|
|
3518
|
-
"contribute.copy_link": "Copy link",
|
|
3519
|
-
"contribute.first_time_modal.title": "Contribute to community",
|
|
3520
|
-
"contribute.first_time_modal.button": "Contribute",
|
|
3521
|
-
"contribute.update_modal.button": "Update",
|
|
3522
|
-
"contribute.update_modal.title": "Edit",
|
|
3523
|
-
"contribute.checkbox_ai_agent": "Sync the associated AI Agent to Marketplace",
|
|
3524
|
-
"show_states": "Show states",
|
|
3525
|
-
"aspect-ratio": "Aspect radio",
|
|
3526
|
-
"homepage.team_modal.title": "Create team",
|
|
3527
|
-
"homepage.team_modal.team_name": "Team name",
|
|
3528
|
-
"homepage.team_modal.team_domain": "Team identifier",
|
|
3529
|
-
"homepage.team_modal.domain": ".IMPAKTAPPScloud.com",
|
|
3530
|
-
"homepage.team_modal.save": "Save",
|
|
3531
|
-
"homepage.team_modal.cancel": "Cancel",
|
|
3532
|
-
"homepage.team_modal.existed": "Already existed",
|
|
3533
|
-
"homepage.team_modal.available": "Available.",
|
|
3534
|
-
"homepage.team_modal.invite_code": "Invitation code",
|
|
3535
|
-
"homepage.team_modal.invite_code_description": "Optional. If you have an invitation code, fill it out here.",
|
|
3536
|
-
"homepage.team_modal.contact": "Need an invitation code? <0>Contact ImpaktApps</0>",
|
|
3537
|
-
"homepage.team_modal.team_name_empty": "Please enter the team name",
|
|
3538
|
-
"homepage.team_modal.create": "Create",
|
|
3539
|
-
"homepage.team_modal.team_domain_invalid": "Only letters, numbers, and \"_\" are allowed. Must begin and end with a letter or number. Cannot exceed 200 characters in length. ",
|
|
3540
|
-
"homepage.team_modal.team_identifier": "Team identifier",
|
|
3541
|
-
"homepage.team_modal.team_identifier_empty": "Please enter the team identifier",
|
|
3542
|
-
"homepage.team_modal.team_domain_empty": "Please enter the team identifier",
|
|
3543
|
-
"homepage.team_modal.team_id_invalid": "Only letters, numbers, and \"_\" are allowed. Must begin and end with a letter or number. Cannot exceed 200 characters in length. ",
|
|
3544
|
-
"homepage.team_modal.invite_code_empty": "Please enter the invitation code.",
|
|
3545
|
-
"homepage.team_modal.team_domain_invalid_character": "Only letters, numbers, and \"_\" are allowed. Must begin and end with a letter or number.",
|
|
3546
|
-
"homepage.team_modal.team_domain_invalid_length": "Cannot exceed 200 characters in length.",
|
|
3547
|
-
"homepage.team_modal.tip.team_identifier": "This will be added to your team's URL. Please use letters or numbers within 200 characters(e.g. ImpaktApps)",
|
|
3548
|
-
"homepage.team_modal.get_invite_code": "Get an invitation code",
|
|
3549
|
-
"homepage.team_modal.invite_code_tips": "(Optional)",
|
|
3550
|
-
"homepage.mes.team_create_suc": "Create successfully.",
|
|
3551
|
-
"homepage.create_new_team": "Create a new team",
|
|
3552
|
-
"homepage.no_team": "You have no teams",
|
|
3553
|
-
"homepage.workspace.invite": "Invite",
|
|
3554
|
-
"homepage.member": "Member",
|
|
3555
|
-
"homepage.team_setting": "Team settings",
|
|
3556
|
-
"homepage.builder_card.title": "ImpaktApps Builder",
|
|
3557
|
-
"homepage.builder_card.apps": "Apps",
|
|
3558
|
-
"homepage.builder_card.app": "App",
|
|
3559
|
-
"homepage.builder_card.resources": "Resources",
|
|
3560
|
-
"homepage.builder_card.resource": "Resource",
|
|
3561
|
-
"homepage.builder_card.edited_1min": "Edited at a minute ago",
|
|
3562
|
-
"homepage.builder_card.edited_mins": "Edited at {{ n }} minutes ago",
|
|
3563
|
-
"homepage.builder_card.edited_1hour": "Edited at an hour ago",
|
|
3564
|
-
"homepage.builder_card.edited_hours": "Edited at {{ n }} hours ago",
|
|
3565
|
-
"homepage.builder_card.edited_1day": "Edited at a day ago",
|
|
3566
|
-
"homepage.builder_card.edited_days": "Edited at {{ n }} days ago",
|
|
3567
|
-
"homepage.builder_card.edited_justnow": "Edited at just now",
|
|
3568
|
-
"homepage.builder_card.no_content": "You have not created any content yet.",
|
|
3569
|
-
"homepage.builder_card.visible_apps": "Deployed apps",
|
|
3570
|
-
"homepage.builder_card.visible_app": "Deployed app",
|
|
3571
|
-
"homepage.builder_card.drive.edited_1min": "Updated at a minute ago",
|
|
3572
|
-
"homepage.builder_card.drive.edited_mins": "Updated at {{ n }} minutes ago",
|
|
3573
|
-
"homepage.builder_card.drive.edited_1hour": "Updated at an hour ago",
|
|
3574
|
-
"homepage.builder_card.drive.edited_hours": "Updated at {{ n }} hours ago",
|
|
3575
|
-
"homepage.builder_card.drive.edited_1day": "Updated at a day ago",
|
|
3576
|
-
"homepage.builder_card.drive.edited_days": "Updated at {{ n }} days ago",
|
|
3577
|
-
"homepage.builder_card.drive.edited_justnow": "Updated at just now",
|
|
3578
|
-
"homepage.message.join_failed": "Your email is not the invited email.",
|
|
3579
|
-
"homepage.message.join_failed_other_error": "Failed to join the team. ",
|
|
3580
|
-
"homepage.message.join_suc": "Joined successfully",
|
|
3581
|
-
"homepage.message.have_joined": "You have already joined in the team. Please change to the team manually. ",
|
|
3582
|
-
"homepage.message.wrong_team": "You are not a member of this team. Please join through the invitation link or contact the administrator.",
|
|
3583
|
-
"homepage.agent_card.title": "AI Agent",
|
|
3584
|
-
"homepage.agent_card.desc": "Use AI Agents provided by Prompt experts, or create your own AI Agents",
|
|
3585
|
-
"homepage.marketplace_card.title": "Community",
|
|
3586
|
-
"homepage.marketplace_card.desc": "Countless AI Agents and ImpaktApps Apps meticulously crafted by skilled engineers endow you with boundless inspiration.",
|
|
3587
|
-
"homepage.builder.desc": "Build apps such as dashboards, CRUD apps, etc by dragging and dropping components",
|
|
3588
|
-
"homepage.drive.desc": "Reliable CDN solution to accelerate content delivery and improve user experiences.",
|
|
3589
|
-
"homepage.form.user_from.title": "How did you hear about us",
|
|
3590
|
-
"homepage.form.user_from.other_placeholder": "How did you hear about us",
|
|
3591
|
-
"homepage.form.team_on.title": "What team are you on?",
|
|
3592
|
-
"homepage.form.team_on.it_support": "IT & Support",
|
|
3593
|
-
"homepage.form.team_on.engineer": "Engineer",
|
|
3594
|
-
"homepage.form.team_on.operations": "Operations",
|
|
3595
|
-
"homepage.form.team_on.marketing": "Marketing",
|
|
3596
|
-
"homepage.form.team_on.product_design": "Product & Design",
|
|
3597
|
-
"homepage.form.team_on.data_analysis": "Data analysis",
|
|
3598
|
-
"homepage.form.team_on.customer_success": "Customer success",
|
|
3599
|
-
"homepage.form.team_on.hr": "HR",
|
|
3600
|
-
"homepage.form.team_on.finance": "Finance",
|
|
3601
|
-
"homepage.form.team_on.legal": "Legal",
|
|
3602
|
-
"homepage.form.team_on.sales": "Sales",
|
|
3603
|
-
"homepage.form.team_on.student": "Student",
|
|
3604
|
-
"homepage.form.team_on.other": "Other",
|
|
3605
|
-
"homepage.form.team_on.other_placeholder": "What team are you on?",
|
|
3606
|
-
"homepage.form.what_to_build.title": "What do you want to do with ImpaktApps?",
|
|
3607
|
-
"homepage.form.what_to_build.automate_workflow": "Automate workflow",
|
|
3608
|
-
"homepage.form.what_to_build.build_admin_panels": "Build admin panels",
|
|
3609
|
-
"homepage.form.what_to_build.build_dashboards": "Build dashboards",
|
|
3610
|
-
"homepage.form.what_to_build.build_content_manage": "Build content management tools",
|
|
3611
|
-
"homepage.form.what_to_build.build_customer_relat": "Build Customer relationship management",
|
|
3612
|
-
"homepage.form.what_to_build.generate_text_with_a": "Generate text with AI",
|
|
3613
|
-
"homepage.form.what_to_build.generate_images_with": "Generate images with AI",
|
|
3614
|
-
"homepage.form.what_to_build.other_placeholder": "What do you want to do with ImpaktApps?",
|
|
3615
|
-
"homepage.form.tips": "This will help us improve your user experience better.",
|
|
3616
|
-
"homepage.form.next": "Next",
|
|
3617
|
-
"homepage.form.skip": "Skip",
|
|
3618
|
-
"homepage.form.finish": "Finish",
|
|
3619
|
-
"mob.user.sign_up.fields.password": "Password",
|
|
3620
|
-
"error_page.404": "404",
|
|
3621
|
-
"error_page.not_found": "Page not found",
|
|
3622
|
-
"error_page.back": "Back to ImpaktApps Cloud",
|
|
3623
|
-
"error_page.again": "Retry",
|
|
3624
|
-
"error_page.fobidden": "No access permission",
|
|
3625
|
-
"team_create_suc": "Created successfully",
|
|
3626
|
-
"team_create_fail": "Failed to create",
|
|
3627
|
-
"team.create.fail_invite_code_used": "The invite code has been used. ",
|
|
3628
|
-
"team.create.fail_same_identifier": "The identifier is already taken. Please change it and try again.",
|
|
3629
|
-
"team.create.fail": "Failed to create",
|
|
3630
|
-
"team.create.fail_network": "Network error, please try again later.",
|
|
3631
|
-
"team.create.error_invite_code": "Incorrect invitation code",
|
|
3632
|
-
"policy.privacy.title": "Privacy Policy",
|
|
3633
|
-
"policy.privacy.description": "This Privacy Policy explains our practices regarding the collection, use and disclosure of information that we receive through our Services.",
|
|
3634
|
-
"policy.terms.description": "These Terms of Service govern your access to, and use of, our Site, and our provision of a variety of services.",
|
|
3635
|
-
"policy.terms.title": "Terms of service",
|
|
3636
|
-
"drive.upload.modal.title": "Select a folder",
|
|
3637
|
-
"drive.upload.modal.upload_to": "Upload to",
|
|
3638
|
-
"drive.upload.modal.all": "Root",
|
|
3639
|
-
"drive.upload.modal.create_folder": "Create new folder",
|
|
3640
|
-
"drive.upload.modal.cancel": "Cancel",
|
|
3641
|
-
"drive.upload.modal.file_upload": "Pick a file and upload",
|
|
3642
|
-
"drive.upload.modal.select_folder": "Select the folder: ",
|
|
3643
|
-
"drive.upload.modal.select": "Select",
|
|
3644
|
-
"drive.upload.select.confirm_button": "Select",
|
|
3645
|
-
"drive.upload.select.select_entry": "Select",
|
|
3646
|
-
"drive.modal.delete_going_on_task.title": "Delete this task?",
|
|
3647
|
-
"drive.modal.delete_going_on_task.cancel": "Cancel",
|
|
3648
|
-
"drive.modal.delete_going_on_task.delete": "Delete",
|
|
3649
|
-
"drive.modal.delete_going_on_task.description": "Are you sure you want to delete this task? Once deleted, the task will be terminated.",
|
|
3650
|
-
"drive.menu.files": "Files",
|
|
3651
|
-
"drive.menu.capacity_usage": "Capacity & usage",
|
|
3652
|
-
"drive.back.title": "ImpaktApps Drive",
|
|
3653
|
-
"drive.title.files": "Files",
|
|
3654
|
-
"drive.title.file": "File",
|
|
3655
|
-
"drive.header_operation.refresh": "Refresh",
|
|
3656
|
-
"drive.header_operation.batch_operation": "Batch ({{selectedFileNum}} files)",
|
|
3657
|
-
"drive.header_operation.new_folder": "New Folder",
|
|
3658
|
-
"drive.header_operation.upload": "Upload",
|
|
3659
|
-
"drive.header_operation.files": "Files",
|
|
3660
|
-
"drive.header_operation.folder": "Folder",
|
|
3661
|
-
"drive.header_operation.delete": "Delete",
|
|
3662
|
-
"drive.header_operation.move": "Move",
|
|
3663
|
-
"drive.header_operation.copy_link": "Copy link",
|
|
3664
|
-
"drive.header_operation.download": "Download",
|
|
3665
|
-
"drive.header_operation.file_upload": "Upload files",
|
|
3666
|
-
"drive.header_operation.folder_upload": "Upload folder",
|
|
3667
|
-
"drive.header_operation.search_placeholder": "Search",
|
|
3668
|
-
"drive.new_folder.untitled_folder": "Untitled folder",
|
|
3669
|
-
"drive.table.title.no_files": "No files",
|
|
3670
|
-
"drive.table.title.file_name": "File name",
|
|
3671
|
-
"drive.table.title.last_modifier": "Last modifier",
|
|
3672
|
-
"drive.table.title.file_size": "File size",
|
|
3673
|
-
"drive.table.title.last_modified": "Last modified",
|
|
3674
|
-
"drive.table.title.creator": "Creator",
|
|
3675
|
-
"drive.table.body.detail": "Detail",
|
|
3676
|
-
"drive.table.body.delete": "Delete",
|
|
3677
|
-
"drive.table.body.move": "Move",
|
|
3678
|
-
"drive.table.body.copy_link": "Copy link",
|
|
3679
|
-
"drive.table.body.download": "Download",
|
|
3680
|
-
"drive.table.body.rename": "Rename",
|
|
3681
|
-
"drive.table.body.open_folder": "Open folder",
|
|
3682
|
-
"drive.link_modal.title.copy_link": "Share",
|
|
3683
|
-
"drive.link_modal.title.hotlink": "Hotlinking protection",
|
|
3684
|
-
"drive.link_modal.only_team_members_ca": "Only team members can access",
|
|
3685
|
-
"drive.link_modal.link": "Link",
|
|
3686
|
-
"drive.link_modal.button.copy_link": "Copy link",
|
|
3687
|
-
"drive.link_modal.anyone_with_the_link": "Anyone with the link can access",
|
|
3688
|
-
"drive.link_modal.expired_duration": "Expired duration",
|
|
3689
|
-
"drive.link_modal.permanent": "Permanent",
|
|
3690
|
-
"drive.link_modal.custom": "Custom",
|
|
3691
|
-
"drive.link_modal.description.hotlink": "Enabling hotlinking protection means that users can only access files through your ImpaktApps apps. When hotlinking protection is turned off, users can access the files by obtaining the link.\r\n\r\nHotlinking protection is a security measure that prevents other websites or apps from directly linking to your files. This can help protect your content and bandwidth from unauthorized access and usage. By enabling this feature, you ensure that your files are only accessible through your ImpaktApps app, which adds an extra layer of security to your content.",
|
|
3692
|
-
"drive.move_modal.title.move": "Move",
|
|
3693
|
-
"drive.move_modal.description.move_to": "Move to: ",
|
|
3694
|
-
"drive.move_modal.no_folders": "No folders",
|
|
3695
|
-
"drive.move_modal.new_folder": "New folder",
|
|
3696
|
-
"drive.move_modal.cancel": "Cancel",
|
|
3697
|
-
"drive.move_modal.move": "Move",
|
|
3698
|
-
"drive.move_modal.move_here": "Move here",
|
|
3699
|
-
"drive.capacity_usage.capacity_usage": "Capacity & usage",
|
|
3700
|
-
"drive.capacity_usage.storage": "Storage",
|
|
3701
|
-
"drive.capacity_usage.data_traffic": "Data traffic",
|
|
3702
|
-
"drive.capacity_usage.current": "Current",
|
|
3703
|
-
"drive.capacity_usage.next_renewal_date": "Next renewal date",
|
|
3704
|
-
"drive.capacity_usage.detail": "Detail",
|
|
3705
|
-
"drive.capacity_usage.yearly": "Yearly",
|
|
3706
|
-
"drive.capacity_usage.year": "Year",
|
|
3707
|
-
"drive.capacity_usage.monthly": "Monthly",
|
|
3708
|
-
"drive.capacity_usage.month": "Month",
|
|
3709
|
-
"drive.capacity_usage.manage_storage": "Manage Storage",
|
|
3710
|
-
"drive.capacity_usage.expand": "Expand",
|
|
3711
|
-
"drive.same_name_modal.this_folder_already": "The folder with the same name already exists. Would you like to replace it?",
|
|
3712
|
-
"drive.same_name_modal.this_folder_already_": "The file with the same name already exists in this folder or is being uploaded to this folder. Would you like to replace it?",
|
|
3713
|
-
"drive.same_name_modal.keep_both": "Keep both",
|
|
3714
|
-
"drive.same_name_modal.replace": "Replace",
|
|
3715
|
-
"drive.same_name_modal.cancel": "Cancel",
|
|
3716
|
-
"drive.same_name_modal.apply_to_all": "Apply to all",
|
|
3717
|
-
"drive.rename_modal.title": "Rename",
|
|
3718
|
-
"drive.rename_modal.cancel": "Cancel",
|
|
3719
|
-
"drive.rename_modal.save": "Save",
|
|
3720
|
-
"drive.rename_modal.validate": "1. Only letters, numbers and -~_=: are allowed\n2. The limit is 255 characters or less",
|
|
3721
|
-
"drive.rename_modal.validate_failed": "Only letters, numbers and -~_=: are allowed",
|
|
3722
|
-
"drive.rename_modal.same_name": "A file with this name already exists or is being uploaded, please use another filename. ",
|
|
3723
|
-
"drive.delete_modal.title": "Are you sure?",
|
|
3724
|
-
"drive.delete_modal.description_multi": "After deleted, users will be unable to access these files",
|
|
3725
|
-
"drive.delete_modal.description_single": "After deleted, users will be unable to access this file",
|
|
3726
|
-
"drive.delete_modal.cancel": "Cancel",
|
|
3727
|
-
"drive.delete_modal.delete": "Delete",
|
|
3728
|
-
"drive.upload_modal.resume_all": "Resume all",
|
|
3729
|
-
"drive.upload_modal.suspend_all": "Suspend all",
|
|
3730
|
-
"drive.upload_modal.click_to_retry": "Click to retry",
|
|
3731
|
-
"drive.upload_modal.network_error": "Network error",
|
|
3732
|
-
"drive.upload_modal.file_not_found": "file not found",
|
|
3733
|
-
"drive.upload_modal.insufficient_capacit": "Insufficient capacity. Please renew in time. ",
|
|
3734
|
-
"drive.upload_modal.nothing_download": "There are no files being downloaded",
|
|
3735
|
-
"drive.upload_modal.nothing_upload": "There are no files being uploaded",
|
|
3736
|
-
"drive.message.rename_failed": "Failed to rename. The file with the same name already exists.",
|
|
3737
|
-
"drive.message.move_file": "Moving 1 file",
|
|
3738
|
-
"drive.message.view": "View",
|
|
3739
|
-
"drive.message.select_up_to_100_files": "Please select up to 100 files. ",
|
|
3740
|
-
"drive.message.failed": "Operation failed. Metadata for some files has changed, please reselect. ",
|
|
3741
|
-
"drive.message.too_low_chrome_version": "Your browser version is too low. Please upgrade your browser.",
|
|
3742
|
-
"drive.message.upload_suc_message": "Successfully uploaded. Please refresh to check the new files.",
|
|
3743
|
-
"drive.message.move_same_name": "The file name is duplicated and has been renamed.",
|
|
3744
|
-
"drive.message.share_IMPAKTAPPS": "Create business apps like assembling blocks",
|
|
3745
|
-
"drive.message.share_go": "Try ImpaktApps Cloud for free",
|
|
3746
|
-
"drive.message.link_in_team": "{{username}} shared a file with you. Click the link to view: {{link}}",
|
|
3747
|
-
"drive.message.link_download": "{{link}}",
|
|
3748
|
-
"drive.message.link_share_page": "{{username}} shared some files with you. Click the link to view: {{link}}",
|
|
3749
|
-
"drive.message.mobile.share_IMPAKTAPPS": "Build AI Driven Business App",
|
|
3750
|
-
"drive.message.mobile.share_go": "Try for free",
|
|
3751
|
-
"drive.message.start_download": "Start download",
|
|
3752
|
-
"drive.message.start_upload": "Start upload",
|
|
3753
|
-
"drive.message.move_file_suc_plural": "{{count}} files have been successfully moved",
|
|
3754
|
-
"drive.message.move_file_suc": "Successfully moved",
|
|
3755
|
-
"drive.message.create_suc": "Folder created successfully",
|
|
3756
|
-
"drive.message.create_failed": "Failed to create folder. Please try again later.",
|
|
3757
|
-
"drive.message.leave": "You have unfinished tasks. Leaving will result in task failure. Are you sure you want to leave?",
|
|
3758
|
-
"drive.message.generate_url_fail": "Failed to generate the URL. Please select the file manually. ",
|
|
3759
|
-
"drive.upload_element.uploading": "Uploading {{count}} files.",
|
|
3760
|
-
"drive.upload_element.upload_suc": "Successfully uploaded{{uploadedfileNum/allFileNum}} ({{failedNum}} failed)",
|
|
3761
|
-
"drive.upload_element.upload_failed": "Uploading {{uploadedfileNum/allFileNum}} ({{failedNum}} failed)",
|
|
3762
|
-
"drive.upload_element.upload_suc_failed": "Uploaded {{uploadedfileNum/allFileNum}} ({{failedNum}} failed)",
|
|
3763
|
-
"drive.upload_element.uploading_plural": "Uploading 1 file.",
|
|
3764
|
-
"drive.generated_links.button": "Generated links",
|
|
3765
|
-
"drive.generated_links.title": "Generated links",
|
|
3766
|
-
"drive.generated_links.no_links": "No generated links",
|
|
3767
|
-
"drive.generated_links.file_name": "File name",
|
|
3768
|
-
"drive.generated_links.link": "Link",
|
|
3769
|
-
"drive.generated_links.generated_date": "Generated date",
|
|
3770
|
-
"drive.generated_links.expired_date": "Expired date",
|
|
3771
|
-
"drive.generated_links.validity_status": "Validity status",
|
|
3772
|
-
"drive.generated_links.permanent": "Permanent",
|
|
3773
|
-
"drive.generated_links.valid": "Valid",
|
|
3774
|
-
"drive.generated_links.invalid": "Invalid",
|
|
3775
|
-
"drive.generated_links.file_deleted": "File deleted",
|
|
3776
|
-
"drive.generated_links.folder_deleted": "Folder deleted",
|
|
3777
|
-
"drive.generated_links.some_files_or_folder": "Some files or folders were deleted",
|
|
3778
|
-
"drive.generated_links.expired": "Expired",
|
|
3779
|
-
"drive.generated_links.deleted": "Deleted",
|
|
3780
|
-
"drive.create_modal.title.create_a_folder": "Create a folder",
|
|
3781
|
-
"drive.create_modal.title.cancel": "Cancel",
|
|
3782
|
-
"drive.create_modal.title.create": "Create",
|
|
3783
|
-
"drive.create_modal.validate": "Letters, numbers and -~_=: are allowed",
|
|
3784
|
-
"drive.create_modal.validate_failed": "Only letters, numbers and -~_=: are allowed. The limit is 255 characters or less",
|
|
3785
|
-
"drive.download_element.download_failed": "Failed to download",
|
|
3786
|
-
"drive.download_element.download_suc": "Successfully downloaded",
|
|
3787
|
-
"drive.download_element.downloading": "Downloading {{downloadedfileNum/allFileNum}}",
|
|
3788
|
-
"drive.download_element.downloading_failed": "Downloading {{downloadedfileNum/allFileNum}}({{failedNum}} failed)",
|
|
3789
|
-
"drive.download_element.download_suc_failed": "Downloaded {{downloadedfileNum/allFileNum}}({{failedNum}} failed)",
|
|
3790
|
-
"drive.breadcrumbs.all": "All files",
|
|
3791
|
-
"drive.detail_page.error": "File not found",
|
|
3792
|
-
"drive.detail.fileName": "File name",
|
|
3793
|
-
"drive.detail.fileSize": "File size",
|
|
3794
|
-
"drive.detail.modAt": "Modify at",
|
|
3795
|
-
"drive.detail.modBy": "Modify by",
|
|
3796
|
-
"drive.drive_builder.public_folder.tips": "The \"PublicAccess\" is used to store files that can be accessed publicly through components in the Builder. Accessing files in this folder does not require authentication. To ensure file security, please don't store important files here.",
|
|
3797
|
-
"drive.drive_builder.allow_access_switch.label": "Allow public access",
|
|
3798
|
-
"drive.drive_builder.allow_access_switch.tips": "Turn on this switch to allow public apps access. ",
|
|
3799
|
-
"move_modal.description.root_folder": "Root folder",
|
|
3800
|
-
"move_file_plural": "Moving {{count}} files",
|
|
3801
|
-
"team_already_deleted": "The team has already been deleted. Please refresh. ",
|
|
3802
|
-
"appSumo": "AppSumo",
|
|
3803
|
-
"current": "Subscription",
|
|
3804
|
-
"redirect": "Redirecting..."
|
|
3805
|
-
}
|