update dialog: fix translations
This commit is contained in:
@@ -666,8 +666,8 @@
|
||||
"updates": {
|
||||
"title": "Updates",
|
||||
"checkForUpdatesAction": "Check for updates",
|
||||
"updateAvailableAction": "Update Available",
|
||||
"stopUpdateAction": "Stop Update",
|
||||
"updateAvailableAction": "Update available",
|
||||
"stopUpdateAction": "Stop update",
|
||||
"disabled": "Disabled",
|
||||
"schedule": "Update Schedule",
|
||||
"description": "Platform and app updates are applied on the configured schedule, using the <a href=\"/#/system-settings\">System Time Zone</a>.",
|
||||
@@ -683,13 +683,14 @@
|
||||
"description": "Set the days and times for automatic platform and app updates. Ensure this schedule doesn’t overlap with backup schedules."
|
||||
},
|
||||
"updateDialog": {
|
||||
"title": "Update Cloudron to",
|
||||
"title": "Update Cloudron",
|
||||
"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"
|
||||
"updateAction": "Update",
|
||||
"updateAvailable": "Cloudron {{ newVersion }} is available"
|
||||
},
|
||||
"language": {
|
||||
"title": "Language",
|
||||
|
||||
Reference in New Issue
Block a user