diff --git a/src/translation/en.json b/src/translation/en.json index 0fc815133..f62d7ec10 100644 --- a/src/translation/en.json +++ b/src/translation/en.json @@ -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 {{ currentTimeZone.display }}.\nThis setting is used for scheduling backup and update tasks." + }, + "updates": { + "title": "Updates", + "autoUpdateDisabled": "Automatic update for the platform and apps is disabled.", + "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 custom apps 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 backup schedule." + }, + "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", diff --git a/src/views/settings.html b/src/views/settings.html index 9bfe34cc8..2c7874aa1 100644 --- a/src/views/settings.html +++ b/src/views/settings.html @@ -1,44 +1,42 @@