mirror of
https://github.com/pelican-dev/panel.git
synced 2025-10-30 19:56:51 +01:00
16 lines
369 B
PHP
16 lines
369 B
PHP
<?php
|
|
|
|
return [
|
|
'title' => 'Rede',
|
|
'add' => 'Adicionar Alocação',
|
|
'limit' => 'Limite de alocação atingido',
|
|
'address' => 'Endereço',
|
|
'port' => 'Porta',
|
|
'notes' => 'Anotações',
|
|
'no_notes' => 'Sem anotações',
|
|
'make_primary' => 'Tornar Primário',
|
|
'primary' => 'Primário',
|
|
'make' => 'Fazer',
|
|
'delete' => 'Excluir',
|
|
];
|