Phase4
This commit is contained in:
@@ -190,7 +190,9 @@
|
||||
"console": "Console",
|
||||
"files": "Files",
|
||||
"properties": "Properties",
|
||||
"players": "Players"
|
||||
"players": "Players",
|
||||
"worlds": "Worlds",
|
||||
"backups": "Backups"
|
||||
},
|
||||
"console": {
|
||||
"loading": "Loading…",
|
||||
@@ -274,6 +276,47 @@
|
||||
"errors": {
|
||||
"loadFailed": "Could not load player list."
|
||||
}
|
||||
},
|
||||
"worlds": {
|
||||
"loading": "Loading…",
|
||||
"loadError": "Could not load world information.",
|
||||
"activeWorld": "Active world: {name}",
|
||||
"stoppedHint": "Upload and replace require a stopped server.",
|
||||
"worldName": "World name",
|
||||
"uploadArchive": "World archive (.tar.gz)",
|
||||
"uploadError": "World upload failed.",
|
||||
"download": "Download world",
|
||||
"downloadError": "Could not start download.",
|
||||
"downloadPending": "Backup is being created. Try the download again shortly.",
|
||||
"empty": "No worlds found.",
|
||||
"validWorld": "Valid world",
|
||||
"invalidWorld": "Invalid",
|
||||
"active": "Active"
|
||||
},
|
||||
"backups": {
|
||||
"loading": "Loading…",
|
||||
"loadError": "Could not load backups.",
|
||||
"create": "Create backup",
|
||||
"manualLabel": "Manual backup",
|
||||
"createError": "Could not create backup.",
|
||||
"download": "Download",
|
||||
"downloadError": "Could not create download URL.",
|
||||
"restore": "Restore",
|
||||
"restoreConfirm": "Restore the world from this backup? The server must be stopped.",
|
||||
"restoreError": "Restore failed.",
|
||||
"delete": "Delete",
|
||||
"deleteConfirm": "Delete this backup?",
|
||||
"deleteError": "Could not delete backup.",
|
||||
"enableSchedule": "Enable scheduled backups",
|
||||
"disableSchedule": "Disable scheduled backups",
|
||||
"scheduleError": "Could not update schedule.",
|
||||
"scheduleInfo": "Interval: every {hours}h · Retention: {retention} backups",
|
||||
"label": "Label",
|
||||
"status": "Status",
|
||||
"size": "Size",
|
||||
"created": "Created",
|
||||
"actions": "Actions",
|
||||
"empty": "No backups yet."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user