mirror of
https://github.com/pelican-dev/panel.git
synced 2025-10-30 21:26:52 +01:00
16 lines
369 B
PHP
16 lines
369 B
PHP
<?php
|
|
|
|
return [
|
|
'title' => 'Netzwerk',
|
|
'add' => 'Allokation hinzufügen',
|
|
'limit' => 'Allokationslimit erreicht',
|
|
'address' => 'Adresse',
|
|
'port' => 'Port',
|
|
'notes' => 'Notizen',
|
|
'no_notes' => 'Keine Notizen',
|
|
'make_primary' => 'Als Primär festlegen',
|
|
'primary' => 'Primär',
|
|
'make' => 'Erstelle',
|
|
'delete' => 'Löschen',
|
|
];
|