mirror of
https://github.com/pelican-dev/panel.git
synced 2025-10-30 19:36:52 +01:00
16 lines
351 B
PHP
16 lines
351 B
PHP
<?php
|
|
|
|
return [
|
|
'title' => 'Rețea',
|
|
'add' => 'Adaugă alocare',
|
|
'limit' => 'Limita de alocare atinsă',
|
|
'address' => 'Adresă',
|
|
'port' => 'Port',
|
|
'notes' => 'Notițe',
|
|
'no_notes' => 'Fără notițe',
|
|
'make_primary' => 'Fă primar',
|
|
'primary' => 'Principal',
|
|
'make' => 'Creează',
|
|
'delete' => 'Șterge',
|
|
];
|