Files
panel/lang/de/server/mount.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

11 lines
455 B
PHP

<?php
return [
'title' => 'Mounts',
'description' => 'Verwalten Sie die Mounts, die Ihrem Server angehängt sind:',
'no_mounts' => 'Für diesen Server sind keine vom Benutzer einhängbaren Mounts verfügbar.',
'notification_updated' => 'Mounts erfolgreich aktualisiert',
'notification_updated_body' => 'Starte deinen Server neu, um die neuen Mounts anzuwenden',
'notification_failed' => 'Fehler beim Aktualisieren der Mounts',
];