Translate the strings
This commit is contained in:
@@ -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 <a target=\"_blank\" href=\"{{ linodeDocsLink }}\">propagation time</a> is 30 minutes. Installing the app will take a while.",
|
||||
"manualWarning": "Add an A record manually for <b>{{ location }}</b> 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 <a href=\"{{ emailDocsLink }}\" target=\"_blank\">Cloudron Email</a>.",
|
||||
"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 <b>{{ appId }}</b> with version <b>{{ version }}</b>."
|
||||
},
|
||||
"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 <a href=\"{{ licenseLink }}\" target=\"_blank\">license</a>",
|
||||
"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 <b>{{ name }}@{{ domain }}</b>?",
|
||||
"deleteAction": "Delete"
|
||||
},
|
||||
"mailboxboxDialog": {
|
||||
"usersHeader": "Users",
|
||||
"groupsHeader": "Groups"
|
||||
}
|
||||
},
|
||||
"incomingServerInfo": "Incoming Mail (IMAP)"
|
||||
|
||||
Reference in New Issue
Block a user