Files
panel/lang/de/notifications.php
github-actions[bot] 483145aac8 New Crowdin Translations (#2407)
Co-authored-by: notAreYouScared <1757840+notAreYouScared@users.noreply.github.com>
2026-06-22 09:10:23 -04:00

23 lines
866 B
PHP

<?php
return [
'open_server' => 'Server öffnen',
'installation_completed' => 'Serverinstallation abgeschlossen',
'installation_failed' => 'Serverinstallation fehlgeschlagen',
'reinstallation_completed' => 'Server Neuinstallation abgeschlossen',
'reinstallation_failed' => 'Server Neuinstallation fehlgeschlagen',
'backup_completed' => 'Backup abgeschlossen',
'backup_failed' => 'Backup fehlgeschlagen',
'backup_body' => 'Backup ":name" für Server ":server"',
'view_backups' => 'Backups anzeigen',
'failed' => 'Fehlgeschlagen',
'user_added' => [
'title' => 'Zum Server hinzugefügt',
'body' => 'Sie wurden als Unterbenutzer hinzugefügt zu :server',
],
'user_removed' => [
'title' => 'Vom Server entfernt',
'body' => 'Sie wurden als Unterbenutzer von :server entfernt',
],
];