mirror of
https://github.com/pelican-dev/panel.git
synced 2025-10-30 16:06:52 +01:00
16 lines
366 B
PHP
16 lines
366 B
PHP
<?php
|
|
|
|
return [
|
|
'title' => 'Sieť',
|
|
'add' => 'Pridať alokáciu',
|
|
'limit' => 'Limit alokácii dosiahnutý',
|
|
'address' => 'Adresa',
|
|
'port' => 'Port',
|
|
'notes' => 'Poznámky',
|
|
'no_notes' => 'Žiadne poznámky',
|
|
'make_primary' => 'Vytvoriť Hlavným',
|
|
'primary' => 'Hlavný',
|
|
'make' => 'Vytvoriť',
|
|
'delete' => 'Vymazať',
|
|
];
|