Files
UNIT3D/lang/de/backup.php
Hosted Weblate 9d9b2266d7 Update translation files
Updated by "Remove blank strings" add-on in Weblate.

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/unit3d/regions/
Translation: UNIT3D/regions
2025-06-19 21:10:21 +02:00

53 lines
2.5 KiB
PHP

<?php
return [
/**
* NOTICE OF LICENSE.
*
* UNIT3D Community Edition is open-sourced software licensed under the GNU Affero General Public License v3.0
* The details is bundled with this project in the file LICENSE.txt.
*
* @project UNIT3D Community Edition
*
* @author HDVinnie <hdinnovations@protonmail.com>
* @license https://www.gnu.org/licenses/agpl-3.0.en.html/ GNU Affero General Public License v3.0
*/
/*
|--------------------------------------------------------------------------
| Backup Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used by the backup system.
| You are free to change them to anything you want to customize your views to better match your application.
|
*/
'backup' => 'Backup',
'backup_process_started' => 'Neuer Backup Prozess gestartet',
'create_a_new_backup' => 'Komplettes Backup erstellen',
'create_a_new_files_backup' => 'Datei Backup erstellen',
'create_a_new_db_backup' => 'Datenbank Backup erstellen',
'existing_backups' => 'Vorhandene Backups',
'date' => 'Datum',
'file_size' => 'Dateigröße',
'actions' => 'Aktionen',
'download' => 'Download',
'delete' => 'Löschen',
'delete_confirm' => 'Möchtest du diese Backup-Datei wirklich löschen?',
'delete_confirmation_title' => 'Fertig',
'delete_confirmation_message' => 'Die Backup-Datei wurde gelöscht.',
'delete_error_title' => 'Fehler',
'delete_error_message' => 'Die Backup-Datei konnte NICHT gelöscht werden..',
'delete_cancel_title' => 'Alles ok',
'delete_cancel_message' => 'Die Backup-Datei wurde NICHT gelöscht.',
'create_confirmation_title' => 'Backup Prozess gestartet',
'create_confirmation_message' => 'Bitte warte ein paar Minuten bis der Vorgang abgeschlossen ist, anschließend lade die Seite neu.',
'create_error_title' => 'Backup Fehler',
'create_error_message' => 'Die Backup-Datei konnte NICHT erstellt werden.',
'create_warning_title' => 'Unbekannter Fehler',
'create_warning_message' => 'Das Backup wurde möglichweise NICHT erstellt. Bitte prüfe die Log-Dateien für weitere Details.',
'location' => 'Ort',
'no_disks_configured' => 'Keine Backup-Laufwerke in config/backup.php konfiguriert',
'backup_doesnt_exist' => 'Die Backup-Datei existiert nicht.',
'only_local_downloads_supported' => 'Es werden nur Downloads aus dem lokalen Dateisystem unterstützt.',
'manager' => 'Verwaltung',
];