Fix mistakes in the German lang files and add missing translations
This commit is contained in:
parent
6967b9ba12
commit
a69a067fbc
10 changed files with 257 additions and 255 deletions
|
@ -2,15 +2,15 @@
|
|||
|
||||
return [
|
||||
'validation' => [
|
||||
'fqdn_not_resolvable' => 'Diese FQDN scheint nicht auf eine IP weiterzuleiten.',
|
||||
'fqdn_not_resolvable' => 'Diese Domain 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.',
|
||||
'allocations_added' => 'Zuweisungen wurden zu dieser 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',
|
||||
'location_required' => 'Du brauchst mindestens eine Location um eine Node zu konfigurieren.',
|
||||
'node_created' => 'Node erfolgreich erstellt, bitte füge die Konfigurations-Daten aus dem Konfigurations-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 a new issue