diff --git a/src/translation/en.json b/src/translation/en.json index b11c20e93..41df740b2 100644 --- a/src/translation/en.json +++ b/src/translation/en.json @@ -29,7 +29,61 @@ } }, "appstore": { - "title": "App Store" + "title": "App Store", + "category": { + "all": "All", + "popular": "Popular", + "newApps": "New Apps" + }, + "searchPlaceholder": "Search for alternatives like Github, Dropbox, Slack, Trello, ...", + "noAppsFound": "No apps found.", + "appMissing": "Missing an app? Let us know.", + "unstable": "Unstable", + "installDialog": { + "lastUpdated": "Last updated {{ date }}", + "memoryRequirement": "Requires at least {{ size }} memory", + "location": "Location", + "locationPlaceholder": "Leave empty to use bare domain", + "linodeWarning": "Linode DNS average propagation time is 30 minutes. Installing the app will take a while.", + "manualWarning": "Add an A record manually for {{ location }} to this Cloudron's public IP", + "userManagement": "User management", + "userManagementNone": "This app has it's own user management.", + "userManagementMailbox": "All users with a mailbox on this Cloudron have access.", + "userManagementLeaveToApp": "Leave user management to the app", + "userManagementAllUsers": "Allow all users from this Cloudron", + "userManagementSelectUsers": "Only allow the following users and groups", + "errorUserManagementSelectAtLeastOne": "Select at least one user or group", + "users": "Users", + "groups": "Groups", + "configuredForCloudronEmail": "This app is pre-configured for use with Cloudron Email.", + "lowOnResources": "This Cloudron is running low on resources.", + "pleaseUpgradeServer": "Please upgrade to a server instance with more memory. Alternately, free up resources by uninstalling unused applications.", + "subscriptionRequired": "To install more apps, a paid subscription is required.", + "setupSubscriptionAction": "Setup Subscription", + "installAnywayAction": "Install anyway", + "installAction": "Install", + "doInstallAction": "Install {{ dnsOverwrite ? 'and overwrite DNS' : '' }}" + }, + "appNotFoundDialog": { + "title": "App not found", + "description": "There is no such app {{ appId }} with version {{ version }}." + }, + "accountDialog": { + "titleSignUp": "Sign up with Cloudron.io", + "titleLogin": "Login to Cloudron.io", + "description": "This account is used to access the App Store and manage your subscription", + "email": "Email", + "password": "Password", + "2faToken": "2FA Token (if enabled)", + "intendedUse": "Intended Use", + "chooseAnOption": "Please choose an option...", + "licenseCheckbox": "I accept the Cloudron license", + "errorWrongPassword": "Wrong password", + "loginAction": "Login", + "createAccountAction": "Create Account", + "switchToSignUpAction": "Don't have an account yet? Sign up", + "switchToLoginAction": "Already have an account? Log in" + } }, "users": { "title": "Users", @@ -935,6 +989,10 @@ "title": "Delete mailing list {{ name }}@{{ domain }}", "description": "Really delete mailinglist {{ name }}@{{ domain }}?", "deleteAction": "Delete" + }, + "mailboxboxDialog": { + "usersHeader": "Users", + "groupsHeader": "Groups" } }, "incomingServerInfo": "Incoming Mail (IMAP)" diff --git a/src/views/email.html b/src/views/email.html index 14fd1e249..ec9f059c4 100644 --- a/src/views/email.html +++ b/src/views/email.html @@ -87,7 +87,7 @@