Phase4
This commit is contained in:
@@ -190,7 +190,9 @@
|
||||
"console": "Konsole",
|
||||
"files": "Dateien",
|
||||
"properties": "Eigenschaften",
|
||||
"players": "Spieler"
|
||||
"players": "Spieler",
|
||||
"worlds": "Welten",
|
||||
"backups": "Backups"
|
||||
},
|
||||
"console": {
|
||||
"loading": "Wird geladen…",
|
||||
@@ -274,6 +276,47 @@
|
||||
"errors": {
|
||||
"loadFailed": "Spielerliste konnte nicht geladen werden."
|
||||
}
|
||||
},
|
||||
"worlds": {
|
||||
"loading": "Wird geladen…",
|
||||
"loadError": "Weltinformationen konnten nicht geladen werden.",
|
||||
"activeWorld": "Aktive Welt: {name}",
|
||||
"stoppedHint": "Upload und Ersetzen erfordern einen gestoppten Server.",
|
||||
"worldName": "Weltname",
|
||||
"uploadArchive": "Welt-Archiv (.tar.gz)",
|
||||
"uploadError": "Welt-Upload fehlgeschlagen.",
|
||||
"download": "Welt herunterladen",
|
||||
"downloadError": "Download konnte nicht gestartet werden.",
|
||||
"downloadPending": "Backup wird erstellt. Versuchen Sie den Download in Kürze erneut.",
|
||||
"empty": "Keine Welten gefunden.",
|
||||
"validWorld": "Gültige Welt",
|
||||
"invalidWorld": "Ungültig",
|
||||
"active": "Aktiv"
|
||||
},
|
||||
"backups": {
|
||||
"loading": "Wird geladen…",
|
||||
"loadError": "Backups konnten nicht geladen werden.",
|
||||
"create": "Backup erstellen",
|
||||
"manualLabel": "Manuelles Backup",
|
||||
"createError": "Backup konnte nicht erstellt werden.",
|
||||
"download": "Download",
|
||||
"downloadError": "Download-URL konnte nicht erstellt werden.",
|
||||
"restore": "Wiederherstellen",
|
||||
"restoreConfirm": "Welt wirklich aus diesem Backup wiederherstellen? Der Server muss gestoppt sein.",
|
||||
"restoreError": "Wiederherstellung fehlgeschlagen.",
|
||||
"delete": "Löschen",
|
||||
"deleteConfirm": "Backup wirklich löschen?",
|
||||
"deleteError": "Backup konnte nicht gelöscht werden.",
|
||||
"enableSchedule": "Geplante Backups aktivieren",
|
||||
"disableSchedule": "Geplante Backups deaktivieren",
|
||||
"scheduleError": "Zeitplan konnte nicht aktualisiert werden.",
|
||||
"scheduleInfo": "Intervall: alle {hours}h · Aufbewahrung: {retention} Backups",
|
||||
"label": "Bezeichnung",
|
||||
"status": "Status",
|
||||
"size": "Größe",
|
||||
"created": "Erstellt",
|
||||
"actions": "Aktionen",
|
||||
"empty": "Noch keine Backups vorhanden."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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