mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
18 lines
503 B
PHP
18 lines
503 B
PHP
<?php
|
|
|
|
return [
|
|
'title' => 'Red',
|
|
'add' => 'Añadir Asignación',
|
|
'limit' => 'Límite de asignaciones alcanzado',
|
|
'address' => 'Dirección',
|
|
'port' => 'Puerto',
|
|
'notes' => 'Notas',
|
|
'no_notes' => 'Sin notas',
|
|
'make_primary' => 'Convertir en prinicipal',
|
|
'primary' => 'Principal',
|
|
'make' => 'Crear',
|
|
'delete' => 'Eliminar',
|
|
'locked' => '¿Bloqueado?',
|
|
'locked_helper' => 'Las asignaciones bloqueadas sólo pueden ser eliminadas por administradores',
|
|
];
|