forked from pterodactyl/panel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnode.php
More file actions
16 lines (15 loc) · 821 Bytes
/
node.php
File metadata and controls
16 lines (15 loc) · 821 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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.',
],
];