
- auth clients are always shared, cannot be disabled - custom connections are enabled by default, can be disabled - any existing connections can be reconnected regardless of its AppConfig or AppAuthClient states
312 lines
16 KiB
JSON
312 lines
16 KiB
JSON
{
|
|
"brandText": "Automatisch",
|
|
"searchPlaceholder": "Search",
|
|
"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",
|
|
"app.connectionCount": "{count} connections",
|
|
"app.flowCount": "{count} flows",
|
|
"app.addConnection": "Add connection",
|
|
"app.addConnectionWithAuthClient": "Add connection with auth client",
|
|
"app.reconnectConnection": "Reconnect connection",
|
|
"app.createFlow": "Create 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.",
|
|
"flowEditor.publish": "PUBLISH",
|
|
"flowEditor.unpublish": "UNPUBLISH",
|
|
"flowEditor.publishedFlowCannotBeUpdated": "To edit this flow, you must first unpublish it.",
|
|
"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",
|
|
"filterConditions.onlyContinueIf": "Only continue if…",
|
|
"filterConditions.orContinueIf": "OR continue if…",
|
|
"chooseConnectionSubstep.continue": "Continue",
|
|
"chooseConnectionSubstep.addNewConnection": "Add new connection",
|
|
"chooseConnectionSubstep.addNewSharedConnection": "Add new shared connection",
|
|
"chooseConnectionSubstep.chooseConnection": "Choose connection",
|
|
"flow.createdAt": "created {datetime}",
|
|
"flow.updatedAt": "updated {datetime}",
|
|
"flow.view": "View",
|
|
"flow.duplicate": "Duplicate",
|
|
"flow.delete": "Delete",
|
|
"flowStep.triggerType": "Trigger",
|
|
"flowStep.actionType": "Action",
|
|
"flows.create": "Create 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",
|
|
"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.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>.",
|
|
"installationForm.error": "Something went wrong. Please try again.",
|
|
"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.mandatoryInput": "{inputName} is required.",
|
|
"signupForm.error": "Something went wrong. Please try again.",
|
|
"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",
|
|
"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>",
|
|
"createUser.error": "Error while creating the user.",
|
|
"editUserPage.title": "Edit user",
|
|
"editUser.status": "Status",
|
|
"editUser.submit": "Update",
|
|
"editUser.successfullyUpdated": "The user has been updated.",
|
|
"editUser.error": "Error while updating the user.",
|
|
"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.",
|
|
"editRolePage.title": "Edit role",
|
|
"createRolePage.title": "Create role",
|
|
"roleForm.name": "Name",
|
|
"roleForm.description": "Description",
|
|
"createRole.submit": "Create",
|
|
"createRole.successfullyCreated": "The role has been created.",
|
|
"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",
|
|
"appAuthClientsDialog.title": "Choose your authentication client",
|
|
"userInterfacePage.title": "User Interface",
|
|
"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.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",
|
|
"roleMappingsForm.title": "Role mappings",
|
|
"roleMappingsForm.remoteRoleName": "Remote role name",
|
|
"roleMappingsForm.role": "Role",
|
|
"roleMappingsForm.appendRoleMapping": "Append",
|
|
"roleMappingsForm.save": "Save",
|
|
"roleMappingsForm.notFound": "No role mappings have found.",
|
|
"roleMappingsForm.successfullySaved": "Role mappings have been saved.",
|
|
"adminApps.title": "Apps",
|
|
"adminApps.connections": "Connections",
|
|
"adminApps.authClients": "Auth clients",
|
|
"adminApps.settings": "Settings",
|
|
"adminAppsSettings.useOnlyPredefinedAuthClients": "Use only predefined auth clients",
|
|
"adminAppsSettings.shared": "Shared",
|
|
"adminAppsSettings.disabled": "Disabled",
|
|
"adminAppsSettings.save": "Save",
|
|
"adminAppsSettings.successfullySaved": "Settings have been saved.",
|
|
"adminAppsAuthClients.noAuthClients": "You don't have any auth clients yet.",
|
|
"adminAppsAuthClients.statusActive": "Active",
|
|
"adminAppsAuthClients.statusInactive": "Inactive",
|
|
"createAuthClient.button": "Create auth client",
|
|
"createAuthClient.title": "Create auth client",
|
|
"authClient.buttonSubmit": "Submit",
|
|
"authClient.inputName": "Name",
|
|
"authClient.inputActive": "Active",
|
|
"updateAuthClient.title": "Update auth client",
|
|
"notFoundPage.title": "We can't seem to find a page you're looking for.",
|
|
"notFoundPage.button": "Back to home page"
|
|
}
|