Finish settings translation

This commit is contained in:
Johannes Zellner
2020-11-11 21:10:43 +01:00
parent 5617e19e7c
commit 017e8bf0e5
3 changed files with 144 additions and 96 deletions

View File

@@ -287,7 +287,67 @@
}
},
"settings": {
"title": "Settings"
"title": "Settings",
"appstoreAccount": {
"title": "Cloudron.io Account",
"description": "A Cloudron.io account is used to access the App Store and manage your subscription.",
"setupAction": "Setup Account",
"email": "Account Email",
"subscription": "Subscription",
"cloudronId": "Cloudron ID",
"subscriptionEndsAt": "Canceled and ends on",
"subscriptionSetupAction": "Setup Subscription",
"subscriptionChangeAction": "Change Subscription",
"subscriptionReactivateAction": "Reactivate Subscription"
},
"timezone": {
"title": "Time Zone",
"description": "The current timezone setting is <b>{{ currentTimeZone.display }}</b>.\nThis setting is used for scheduling backup and update tasks."
},
"updates": {
"title": "Updates",
"autoUpdateDisabled": "Automatic update for the platform and apps is <b>disabled</b>.",
"currentSchedule": "The current automatic update schedule for platform and apps is",
"version": "Platform version",
"showLogsAction": "Show Logs",
"changeScheduleAction": "Change Schedule",
"checkForUpdatesAction": "Check for Updates",
"updateAvailableAction": "Update Available",
"stopUpdateAction": "Stop Update"
},
"privateDockerRegistry": {
"title": "Private Docker Registry",
"description": "Cloudron can pull and install <a href=\"{{ customAppsLink }}\" target=\"_blank\">custom apps</a> from a private docker registry.",
"subscriptionRequired": "This feature is only available in the paid plans.",
"setupSubscriptionAction": "Setup Subscription Now",
"server": "Server address",
"username": "Username",
"usernameNotSet": "Not set",
"configureAction": "Configure Registry"
},
"privateDockerRegistryDialog": {
"title": "Private Registry Configuration",
"email": "Email (Optional)",
"passwordToken": "Password/Token"
},
"updateScheduleDialog": {
"title": "Configure Automatic Update Schedule",
"disableCheckbox": "Disable Automatic Updates",
"enableCheckbox": "Enable Automatic Updates",
"selectOne": "Select at least one day and time",
"days": "Days",
"hours": "Hours",
"description": "Select the days and hours during which Cloudron will apply automatic platform and app updates. Please take care to not overlap this schedule with the <a href=\"/#/backups\">backup schedule</a>."
},
"updateDialog": {
"title": "Update Cloudron to",
"blockingApps": "The apps below are blocking the update because they have pending actions:",
"blockingAppsInfo": "Please wait for the above operations to finish.",
"unstableWarning": "This update is a pre-release and not considered stable yet. Please update at your own risk.",
"changes": "Changes",
"skipBackupCheckbox": "Skip backup",
"updateAction": "Update"
}
},
"support": {
"title": "Support",