427 lines
23 KiB
JSON
427 lines
23 KiB
JSON
{
|
|
"brandText": "Automatisch",
|
|
"searchPlaceholder": "Search",
|
|
"genericError": "Something went wrong. Please try again.",
|
|
"accountDropdownMenu.settings": "Settings",
|
|
"accountDropdownMenu.adminSettings": "Admin",
|
|
"accountDropdownMenu.logout": "Logout",
|
|
"drawer.dashboard": "Dashboard",
|
|
"drawer.flows": "Flows",
|
|
"drawer.apps": "My Apps",
|
|
"drawer.executions": "Executions",
|
|
"drawer.explore": "Explore",
|
|
"settingsDrawer.myProfile": "My Profile",
|
|
"settingsDrawer.goBack": "Go to the dashboard",
|
|
"settingsDrawer.notifications": "Notifications",
|
|
"settingsDrawer.billingAndUsage": "Billing and usage",
|
|
"adminSettingsDrawer.users": "Users",
|
|
"adminSettingsDrawer.roles": "Roles",
|
|
"adminSettingsDrawer.authentication": "Authentication",
|
|
"adminSettingsDrawer.userInterface": "User Interface",
|
|
"adminSettingsDrawer.goBack": "Go to the dashboard",
|
|
"adminSettingsDrawer.apps": "Applications",
|
|
"adminSettingsDrawer.templates": "Templates",
|
|
"adminSettingsDrawer.apiTokens": "API Tokens",
|
|
"adminSettingsFooter.version": "Version {version}",
|
|
"app.connectionCount": "{count} connections",
|
|
"app.flowCount": "{count} flows",
|
|
"app.addConnection": "Add connection",
|
|
"app.addConnectionWithOAuthClient": "Add connection with OAuth client",
|
|
"app.reconnectConnection": "Reconnect connection",
|
|
"app.createFlow": "Create flow",
|
|
"app.importFlow": "Import flow",
|
|
"app.settings": "Settings",
|
|
"app.connections": "Connections",
|
|
"app.noConnections": "You don't have any connections yet.",
|
|
"app.flows": "Flows",
|
|
"app.noFlows": "You don't have any flows yet.",
|
|
"apps.title": "Apps",
|
|
"apps.addConnection": "Add connection",
|
|
"apps.addNewAppConnection": "Add a new app connection",
|
|
"apps.searchApp": "Search for app",
|
|
"apps.noConnections": "You don't have any connections yet.",
|
|
"addAppConnection.submit": "Submit",
|
|
"addAppConnection.callToDocs": "Visit <docsLink>our documentation</docsLink> to see how to add connection for {appName}.",
|
|
"addAppConnection.popupReminder": "Make sure pop-ups are enabled in your browser.",
|
|
"connection.flowCount": "{count} flows",
|
|
"connection.viewFlows": "View flows",
|
|
"connection.testConnection": "Test connection",
|
|
"connection.testSuccessful": "Test successful",
|
|
"connection.testFailed": "Test failed",
|
|
"connection.testing": "Testing...",
|
|
"connection.reconnect": "Reconnect",
|
|
"connection.delete": "Delete",
|
|
"connection.deletedMessage": "The connection has been deleted.",
|
|
"connection.addedAt": "added {datetime}",
|
|
"createFlow.creating": "Creating a flow...",
|
|
"flow.active": "ON",
|
|
"flow.inactive": "OFF",
|
|
"flow.published": "Published",
|
|
"flow.paused": "Paused",
|
|
"flow.draft": "Draft",
|
|
"flow.successfullyDeleted": "The flow and associated executions have been deleted.",
|
|
"flow.successfullyDuplicated": "The flow has been successfully duplicated.",
|
|
"flow.successfullyExported": "The flow export has been successfully generated.",
|
|
"flowEditor.publish": "PUBLISH",
|
|
"flowEditor.unpublish": "UNPUBLISH",
|
|
"flowEditor.publishedFlowCannotBeUpdated": "To edit this flow, you must first unpublish it.",
|
|
"flowEditor.export": "EXPORT",
|
|
"flowEditor.noTestDataTitle": "We couldn't find matching data",
|
|
"flowEditor.noTestDataMessage": "Create a sample in the associated service and test the step again.",
|
|
"flowEditor.testAndContinue": "Test & Continue",
|
|
"flowEditor.continue": "Continue",
|
|
"flowEditor.chooseApp": "Choose an app",
|
|
"flowEditor.chooseEvent": "Choose an event",
|
|
"flowEditor.pollIntervalLabel": "Poll interval",
|
|
"flowEditor.pollIntervalValue": "Every {minutes} minutes",
|
|
"flowEditor.triggerEvent": "Trigger event",
|
|
"flowEditor.actionEvent": "Action event",
|
|
"flowEditor.instantTriggerType": "Instant",
|
|
"flowEditor.flowSuccessfullyExported": "The flow export has been successfully generated.",
|
|
"filterConditions.onlyContinueIf": "Only continue if…",
|
|
"filterConditions.orContinueIf": "OR continue if…",
|
|
"chooseConnectionSubstep.continue": "Continue",
|
|
"chooseConnectionSubstep.addNewConnection": "Add new connection",
|
|
"chooseConnectionSubstep.addConnectionWithOAuthClient": "Add connection with OAuth client",
|
|
"chooseConnectionSubstep.chooseConnection": "Choose connection",
|
|
"flow.createdAt": "created {datetime}",
|
|
"flow.updatedAt": "updated {datetime}",
|
|
"flow.view": "View",
|
|
"flow.duplicate": "Duplicate",
|
|
"flow.moveTo": "Move to",
|
|
"flow.delete": "Delete",
|
|
"flow.export": "Export",
|
|
"flow.createTemplateFromFlow": "Use as template",
|
|
"flowStep.triggerType": "Trigger",
|
|
"flowStep.actionType": "Action",
|
|
"flows.createFlow": "Create flow",
|
|
"flows.createFlowFromTemplate": "Create from template",
|
|
"flows.importFlow": "Import flow",
|
|
"flows.title": "Flows",
|
|
"flows.noFlows": "You don't have any flows yet.",
|
|
"flowEditor.goBack": "Go back to flows",
|
|
"executions.title": "Executions",
|
|
"executions.noExecutions": "There is no execution data point to show.",
|
|
"execution.id": "Execution ID: {id}",
|
|
"execution.createdAt": "created {datetime}",
|
|
"execution.test": "Test run",
|
|
"execution.statusSuccess": "Success",
|
|
"execution.statusFailure": "Failure",
|
|
"execution.noDataTitle": "No data",
|
|
"execution.noDataMessage": "We successfully ran the execution, but there was no new data to process.",
|
|
"executionStep.id": "ID: {id}",
|
|
"executionStep.executedAt": "executed {datetime}",
|
|
"profileSettings.title": "My Profile",
|
|
"profileSettings.fullName": "Full name",
|
|
"profileSettings.email": "Email",
|
|
"profileSettings.updateProfile": "Update your profile",
|
|
"profileSettings.updatePassword": "Update your password",
|
|
"profileSettings.updatedProfile": "Your profile has been updated.",
|
|
"profileSettings.updatedPassword": "Your password has been updated.",
|
|
"profileSettings.updateProfileError": "Something went wrong while updating your profile.",
|
|
"profileSettings.updatePasswordError": "Something went wrong while updating your password.",
|
|
"profileSettings.currentPassword": "Current password",
|
|
"profileSettings.newPassword": "New password",
|
|
"profileSettings.confirmNewPassword": "Confirm new password",
|
|
"profileSettings.deleteMyAccount": "Delete my account",
|
|
"profileSettings.deleteAccount": "Delete account",
|
|
"profileSettings.deleteAccountSubtitle": "This will permanently delete...",
|
|
"profileSettings.deleteAccountResult1": "Your account",
|
|
"profileSettings.deleteAccountResult2": "All your flows",
|
|
"profileSettings.deleteAccountResult3": "All your connections",
|
|
"profileSettings.deleteAccountResult4": "All execution history",
|
|
"billingAndUsageSettings.title": "Billing and usage",
|
|
"billingAndUsageSettings.paymentInformation": "Payment information",
|
|
"billingAndUsageSettings.paymentPortalInformation": "To manage your subscription, click <link>here</link> to go to the payment portal.",
|
|
"deleteAccountDialog.title": "Delete account?",
|
|
"deleteAccountDialog.description": "This will permanently delete your account and all the associated data with it.",
|
|
"deleteAccountDialog.cancel": "Cancel?",
|
|
"deleteAccountDialog.confirm": "Yes, delete it",
|
|
"notifications.title": "Notifications",
|
|
"notification.releasedAt": "Released {relativeDate}",
|
|
"webhookUrlInfo.title": "Your webhook URL",
|
|
"webhookUrlInfo.description": "You'll need to configure your application with this webhook URL.",
|
|
"webhookUrlInfo.helperText": "We've generated a custom webhook URL for you to send requests to. <link>Learn more about webhooks</link>.",
|
|
"webhookUrlInfo.copy": "Copy",
|
|
"form.genericError": "Something went wrong. Please try again.",
|
|
"installationForm.title": "Installation",
|
|
"installationForm.fullNameFieldLabel": "Full name",
|
|
"installationForm.emailFieldLabel": "Email",
|
|
"installationForm.passwordFieldLabel": "Password",
|
|
"installationForm.confirmPasswordFieldLabel": "Confirm password",
|
|
"installationForm.submit": "Create admin",
|
|
"installationForm.validateEmail": "Email must be valid.",
|
|
"installationForm.passwordsMustMatch": "Passwords must match.",
|
|
"installationForm.passwordMinLength": "Password must be at least 6 characters long.",
|
|
"installationForm.mandatoryInput": "{inputName} is required.",
|
|
"installationForm.success": "The admin account has been created, and thus, the installation has been completed. You can now log in <link>here</link>.",
|
|
"signupForm.title": "Sign up",
|
|
"signupForm.fullNameFieldLabel": "Full name",
|
|
"signupForm.emailFieldLabel": "Email",
|
|
"signupForm.passwordFieldLabel": "Password",
|
|
"signupForm.confirmPasswordFieldLabel": "Confirm password",
|
|
"signupForm.submit": "Sign up",
|
|
"signupForm.validateEmail": "Email must be valid.",
|
|
"signupForm.passwordsMustMatch": "Passwords must match.",
|
|
"signupForm.passwordMinLength": "Password must be at least 6 characters long.",
|
|
"signupForm.mandatoryInput": "{inputName} is required.",
|
|
"loginForm.title": "Login",
|
|
"loginForm.emailFieldLabel": "Email",
|
|
"loginForm.passwordFieldLabel": "Password",
|
|
"loginForm.forgotPasswordText": "Forgot password?",
|
|
"loginForm.submit": "Login",
|
|
"loginForm.noAccount": "Don't have an Automatisch account yet?",
|
|
"loginForm.signUp": "Sign up",
|
|
"loginPage.divider": "OR",
|
|
"loginForm.error": "Something went wrong. Please try again.",
|
|
"ssoProviders.loginWithProvider": "Login with {providerName}",
|
|
"forgotPasswordForm.title": "Forgot password",
|
|
"forgotPasswordForm.submit": "Send reset instructions",
|
|
"forgotPasswordForm.instructionsSent": "The instructions have been sent!",
|
|
"forgotPasswordForm.emailFieldLabel": "Email",
|
|
"forgotPasswordForm.error": "Something went wrong. Please try again.",
|
|
"resetPasswordForm.passwordsMustMatch": "Passwords must match.",
|
|
"resetPasswordForm.mandatoryInput": "{inputName} is required.",
|
|
"resetPasswordForm.title": "Reset password",
|
|
"resetPasswordForm.submit": "Reset password",
|
|
"resetPasswordForm.passwordFieldLabel": "Password",
|
|
"resetPasswordForm.confirmPasswordFieldLabel": "Confirm password",
|
|
"resetPasswordForm.passwordUpdated": "The password has been updated. Now, you can login.",
|
|
"resetPasswordForm.error": "Something went wrong. Please try again.",
|
|
"acceptInvitationForm.passwordsMustMatch": "Passwords must match.",
|
|
"acceptInvitationForm.mandatoryInput": "{inputName} is required.",
|
|
"acceptInvitationForm.title": "Accept invitation",
|
|
"acceptInvitationForm.submit": "Set your password",
|
|
"acceptInvitationForm.passwordFieldLabel": "Password",
|
|
"acceptInvitationForm.confirmPasswordFieldLabel": "Confirm password",
|
|
"acceptInvitationForm.invitationAccepted": "The password has been set. Now, you can login.",
|
|
"acceptInvitationForm.invalidToken": "Invitation link is not valid or expired. You can use reset password to get a new link.",
|
|
"usageAlert.informationText": "Tasks: {consumedTaskCount}/{allowedTaskCount} (Resets {relativeResetDate})",
|
|
"usageAlert.viewPlans": "View plans",
|
|
"jsonViewer.noDataFound": "We couldn't find anything matching your search",
|
|
"planUpgrade.title": "Upgrade your plan",
|
|
"usageDataInformation.subscriptionPlan": "Subscription plan",
|
|
"usageDataInformation.monthlyQuota": "Monthly quota",
|
|
"usageDataInformation.nextBillAmount": "Next bill amount",
|
|
"usageDataInformation.nextBillDate": "Next bill date",
|
|
"usageDataInformation.yourUsage": "Your usage",
|
|
"usageDataInformation.yourUsageDescription": "Last 30 days total usage",
|
|
"usageDataInformation.yourUsageTasks": "Tasks",
|
|
"usageDataInformation.upgrade": "Upgrade",
|
|
"usageDataInformation.freeTrial": "Free trial",
|
|
"usageDataInformation.cancelPlan": "Cancel plan",
|
|
"usageDataInformation.updatePaymentMethod": "Update payment method",
|
|
"usageDataInformation.monthlyPayment": "(monthly payment)",
|
|
"usageDataInformation.upgradePlan": "Upgrade plan",
|
|
"invoices.invoices": "Invoices",
|
|
"invoices.date": "Date",
|
|
"invoices.amount": "Amount",
|
|
"invoices.invoice": "Invoice",
|
|
"invoices.link": "Link",
|
|
"trialBadge.xDaysLeft": "{remainingDays} trial {remainingDays, plural, one {day} other {days}} left",
|
|
"trialBadge.endsToday": "Trial ends today",
|
|
"trialBadge.over": "Trial is over",
|
|
"trialOverAlert.text": "Your free trial is over. Please <link>upgrade</link> your plan to continue using Automatisch.",
|
|
"checkoutCompletedAlert.text": "Thank you for upgrading your subscription and supporting our self-funded business!",
|
|
"subscriptionCancelledAlert.text": "Your subscription is cancelled, but you can continue using Automatisch until {date}.",
|
|
"customAutocomplete.noOptions": "No options available.",
|
|
"powerInputSuggestions.noOptions": "No options available.",
|
|
"usersPage.title": "User management",
|
|
"usersPage.createUser": "Create user",
|
|
"deleteUserButton.title": "Delete user",
|
|
"deleteUserButton.description": "This will permanently delete the user and all the associated data with it.",
|
|
"deleteUserButton.cancel": "Cancel",
|
|
"deleteUserButton.confirm": "Delete",
|
|
"deleteUserButton.successfullyDeleted": "The user has been deleted.",
|
|
"deleteUserButton.deleteError": "Failed while deleting!",
|
|
"createUserPage.title": "Create user",
|
|
"userForm.fullName": "Full name",
|
|
"userForm.email": "Email",
|
|
"userForm.role": "Role",
|
|
"userForm.password": "Password",
|
|
"userForm.mandatoryInput": "{inputName} is required.",
|
|
"userForm.validateEmail": "Email must be valid.",
|
|
"createUser.submit": "Create",
|
|
"createUser.successfullyCreated": "The user has been created.",
|
|
"createUser.invitationEmailInfo": "Invitation email will be sent if SMTP credentials are valid. Otherwise, you can share the invitation link manually: <link></link>",
|
|
"editUserPage.title": "Edit user",
|
|
"editUser.status": "Status",
|
|
"editUser.submit": "Update",
|
|
"editUser.successfullyUpdated": "The user has been updated.",
|
|
"userList.fullName": "Full name",
|
|
"userList.email": "Email",
|
|
"userList.role": "Role",
|
|
"userList.status": "Status",
|
|
"rolesPage.title": "Role management",
|
|
"rolesPage.createRole": "Create role",
|
|
"deleteRoleButton.title": "Delete role",
|
|
"deleteRoleButton.description": "This will permanently delete the role.",
|
|
"deleteRoleButton.cancel": "Cancel",
|
|
"deleteRoleButton.confirm": "Delete",
|
|
"deleteRoleButton.successfullyDeleted": "The role has been deleted.",
|
|
"deleteRoleButton.generalError": "Failed while deleting!",
|
|
"editRolePage.title": "Edit role",
|
|
"editRolePage.permissionsError": "Permissions are invalid.",
|
|
"createRolePage.title": "Create role",
|
|
"roleForm.name": "Name",
|
|
"roleForm.description": "Description",
|
|
"roleForm.mandatoryInput": "{inputName} is required.",
|
|
"createRole.submit": "Create",
|
|
"createRole.successfullyCreated": "The role has been created.",
|
|
"createRole.permissionsError": "Permissions are invalid.",
|
|
"editRole.submit": "Update",
|
|
"editRole.successfullyUpdated": "The role has been updated.",
|
|
"roleList.name": "Name",
|
|
"roleList.description": "Description",
|
|
"permissionSettings.cancel": "Cancel",
|
|
"permissionSettings.apply": "Apply",
|
|
"permissionSettings.title": "Conditions",
|
|
"appOAuthClientsDialog.title": "Choose your authentication client",
|
|
"userInterfacePage.title": "User Interface",
|
|
"userInterfacePage.generalTitle": "General",
|
|
"userInterfacePage.footerTitle": "Footer",
|
|
"userInterfacePage.successfullyUpdated": "User interface has been updated.",
|
|
"userInterfacePage.titleFieldLabel": "Title",
|
|
"userInterfacePage.primaryMainColorFieldLabel": "Primary main color",
|
|
"userInterfacePage.primaryDarkColorFieldLabel": "Primary dark color",
|
|
"userInterfacePage.primaryLightColorFieldLabel": "Primary light color",
|
|
"userInterfacePage.svgDataFieldLabel": "Logo SVG code",
|
|
"userInterfacePage.footerLogoSvgDataFieldLabel": "Footer logo SVG code",
|
|
"userInterfacePage.footerCopyrightTextFieldLabel": "Copyright text",
|
|
"userInterfacePage.enableFooterLabel": "Enable footer",
|
|
"userInterfacePage.footerTextColorLabel": "Text color",
|
|
"userInterfacePage.footerBackgroundColorLabel": "Background color",
|
|
"userInterfacePage.footerDocsUrlLabel": "Documentation link",
|
|
"userInterfacePage.footerTosUrlLabel": "Terms of services link",
|
|
"userInterfacePage.footerPrivacyPolicyUrlLabel": "Privacy policy link",
|
|
"userInterfacePage.footerImprintUrlLabel": "Imprint link",
|
|
"userInterfacePage.submit": "Update",
|
|
"authenticationPage.title": "Single Sign-On with SAML",
|
|
"authenticationForm.active": "Active",
|
|
"authenticationForm.name": "Name",
|
|
"authenticationForm.certificate": "Certificate",
|
|
"authenticationForm.signatureAlgorithm": "Signature algorithm",
|
|
"authenticationForm.issuer": "Issuer",
|
|
"authenticationForm.entryPoint": "Entry point",
|
|
"authenticationForm.firstnameAttributeName": "Firstname attribute name",
|
|
"authenticationForm.surnameAttributeName": "Surname attribute name",
|
|
"authenticationForm.emailAttributeName": "Email attribute name",
|
|
"authenticationForm.roleAttributeName": "Role attribute name",
|
|
"authenticationForm.defaultRole": "Default role",
|
|
"authenticationForm.successfullySaved": "The provider has been saved.",
|
|
"authenticationForm.save": "Save",
|
|
"authenticationForm.mandatoryInput": "{inputName} is required.",
|
|
"roleMappingsForm.title": "Role mappings",
|
|
"roleMappingsForm.remoteRoleName": "Remote role name",
|
|
"roleMappingsForm.role": "Role",
|
|
"roleMappingsForm.appendRoleMapping": "Append",
|
|
"roleMappingsForm.save": "Save",
|
|
"roleMappingsForm.notFound": "No role mappings have been found.",
|
|
"roleMappingsForm.successfullySaved": "Role mappings have been saved.",
|
|
"adminApps.title": "Apps",
|
|
"adminApps.connections": "Connections",
|
|
"adminApps.oauthClients": "OAuth clients",
|
|
"adminApps.settings": "Settings",
|
|
"adminAppsSettings.useOnlyPredefinedAuthClients": "Use only predefined OAuth clients",
|
|
"adminAppsSettings.shared": "Shared",
|
|
"adminAppsSettings.disabled": "Disabled",
|
|
"adminAppsSettings.save": "Save",
|
|
"adminAppsSettings.successfullySaved": "Settings have been saved.",
|
|
"adminAppsOAuthClients.noOauthClients": "You don't have any OAuth clients yet.",
|
|
"adminAppsOAuthClients.statusActive": "Active",
|
|
"adminAppsOAuthClients.statusInactive": "Inactive",
|
|
"createOAuthClient.button": "Create OAuth client",
|
|
"createOAuthClient.title": "Create OAuth client",
|
|
"oauthClient.buttonSubmit": "Submit",
|
|
"oauthClient.inputName": "Name",
|
|
"oauthClient.inputActive": "Active",
|
|
"updateOAuthClient.title": "Update OAuth client",
|
|
"updateOAuthClient.success": "OAuth client successfully updated",
|
|
"notFoundPage.title": "We can't seem to find a page you're looking for.",
|
|
"notFoundPage.button": "Back to home page",
|
|
"importFlowDialog.title": "Import flow",
|
|
"importFlowDialog.description": "You can import a flow by uploading the exported flow file below.",
|
|
"importFlowDialog.parsingError": "Something has gone wrong with parsing the selected file.",
|
|
"importFlowDialog.selectFile": "Select file",
|
|
"importFlowDialog.close": "Close",
|
|
"importFlowDialog.import": "Import",
|
|
"importFlowDialog.selectedFileInformation": "Selected file:",
|
|
"importFlowDialog.successfullyImportedFlow": "The flow has been successfully imported. You can view it <link>here</link>.",
|
|
"folders.allFlows": "All flows",
|
|
"folders.unassignedFlows": "Uncategorized flows",
|
|
"folders.createNew": "New folder",
|
|
"folders.successfullyDeleted": "The folder has been deleted.",
|
|
"createFolderDialog.title": "Create folder",
|
|
"createFolderDialog.create": "Create",
|
|
"createFolderDialog.description": "You can create a new folder by submitting the form below.",
|
|
"createFolderDialog.folderNameInputLabel": "Folder name",
|
|
"createFolderDialog.successfullyCreatedFolder": "The folder has been successfully created!",
|
|
"editFolderDialog.title": "Update folder",
|
|
"editFolderDialog.update": "Update",
|
|
"editFolderDialog.description": "You can update your folder by submitting the form below.",
|
|
"editFolderDialog.folderNameInputLabel": "New folder name",
|
|
"editFolderDialog.successfullyUpdatedFolder": "The folder has been successfully updated!",
|
|
"deleteFolderDialog.title": "Delete folder",
|
|
"deleteFolderDialog.description": "This will permanently delete the folder and move the flows into uncategorized folder",
|
|
"deleteFolderDialog.cancel": "Cancel",
|
|
"deleteFolderDialog.confirm": "Yes, delete it",
|
|
"flowFolderChangeDialog.title": "Move to",
|
|
"flowFolderChangeDialog.folderInputLabel": "Folder",
|
|
"flowFolderChangeDialog.description": "You can change the folder of the flow by submitting the form below.",
|
|
"flowFolderChangeDialog.confirm": "Move",
|
|
"flowFolderChangeDialog.uncategorizedFolder": "Uncategorized",
|
|
"flowFolderChangeDialog.successfullyUpdatedFolder": "The flow has been successfully moved to the new folder!",
|
|
"flowFolder.uncategorized": "Uncategorized",
|
|
"footer.docsLinkText": "Documentation",
|
|
"footer.tosLinkText": "Terms of Service",
|
|
"footer.privacyPolicyLinkText": "Privacy",
|
|
"footer.imprintLinkText": "Imprint",
|
|
"templatesDialog.title": "Templates",
|
|
"templatesDialog.description": "You may choose one of the templates below to create a new flow.",
|
|
"templatesDialog.close": "Close",
|
|
"adminTemplatesPage.title": "Templates",
|
|
"adminTemplatesPage.noResult": "There are currently no templates.",
|
|
"adminTemplatePage.title": "Template",
|
|
"adminUpdateTemplate.titleFieldLabel": "Template name",
|
|
"adminUpdateTemplate.submit": "Update",
|
|
"adminCreateTemplate.titleFieldLabel": "Template name",
|
|
"adminCreateTemplate.submit": "Create",
|
|
"adminTemplateContextMenu.delete": "Delete",
|
|
"adminTemplateContextMenu.successfullyDeleted": "The template has been deleted.",
|
|
"flowFilters.hideFilters": "Hide filters",
|
|
"flowFilters.showFilters": "Show Filters",
|
|
"flowFilters.flowsFilterLabel": "Flows",
|
|
"flowFilters.flowsFilterAllOption": "All",
|
|
"flowFilters.flowsFilterOnlyMineOption": "Only mine",
|
|
"flowFilters.statusFilterLabel": "Status",
|
|
"flowFilters.statusFilterAnyOption": "All",
|
|
"flowFilters.statusFilterPublishedOption": "Published",
|
|
"flowFilters.statusFilterDraftOption": "Draft",
|
|
"executionFilters.hideFilters": "Hide filters",
|
|
"executionFilters.showFilters": "Show Filters",
|
|
"executionFilters.statusFilterLabel": "Status",
|
|
"executionFilters.statusFilterAnyOption": "All",
|
|
"executionFilters.statusFilterSuccessfulOption": "Successful",
|
|
"executionFilters.statusFilterFailedOption": "Failed",
|
|
"executionFilters.startDateLabel": "Start Date",
|
|
"executionFilters.endDateLabel": "End Date",
|
|
"permissionCatalogField.ownEntitiesLabel": "(own entities)",
|
|
"permissionCatalogField.allEntitiesLabel": "(all entities)",
|
|
"adminApiTokensPage.title": "API Tokens",
|
|
"adminApiTokensPage.createApiToken": "Create API Token",
|
|
"adminApiTokenList.token": "Token",
|
|
"adminApiTokenList.createdAt": "Created",
|
|
"adminApiTokensPage.noApiTokens": "You don't have any API tokens yet.",
|
|
"deleteApiTokenButton.deleteError": "An error occurred while deleting the API token.",
|
|
"deleteApiTokenButton.successfullyDeleted": "The API token has been successfully deleted.",
|
|
"deleteApiTokenButton.title": "Delete API Token",
|
|
"deleteApiTokenButton.description": "Are you sure you want to delete the API token?",
|
|
"deleteApiTokenButton.cancel": "Cancel",
|
|
"deleteApiTokenButton.confirm": "Confirm",
|
|
"createdApiTokenDialog.title": "Your API Token",
|
|
"createdApiTokenDialog.description": "Here is your API Token. Keep it secure, as anyone with your API key can make authenticated requests with it.",
|
|
"createdApiTokenDialog.apiTokenFieldLabel": "API Token",
|
|
"createdApiTokenDialog.warningForApiToken": "Please save your API token in a safe place since <strong>you won't be able to view it again</strong>.",
|
|
"createdApiTokenDialog.close": "Close"
|
|
}
|