mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 14:23:44 +02:00
German Translation (#719)
This commit is contained in:
committed by
Dane Everitt
parent
6a2cb72ede
commit
df9d746b4b
16
resources/lang/de/admin/node.php
Normal file
16
resources/lang/de/admin/node.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'validation' => [
|
||||
'fqdn_not_resolvable' => 'Diese FQDN scheint nicht auf eine IP weiterzuleiten.',
|
||||
'fqdn_required_for_ssl' => 'Eine Domain wird für die SSL Funktion benötigt.',
|
||||
],
|
||||
'notices' => [
|
||||
'allocations_added' => 'Allocations wurden zu diesem Node erfolgreich hinzugefügt.',
|
||||
'node_deleted' => 'Node wurde erfolgreich gelöscht.',
|
||||
'location_required' => 'Du brauchst mindestens eine Location um einen Node zu konfigurieren.',
|
||||
'node_created' => 'Node erfolgreich erstellt bitte paste die Config aus dem Configuration tab in die Datei <strong>/srv/daemon/config/core.json</strong>',
|
||||
'node_updated' => 'Node erfolgreich bearbeitet',
|
||||
'unallocated_deleted' => 'Alle unbenutzen Ports für<code>:ip</code> gelöscht.',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user