mirror of
https://github.com/pelican-dev/panel.git
synced 2026-07-16 05:53:54 +03:00
10 lines
282 B
PHP
10 lines
282 B
PHP
<?php
|
|
|
|
return [
|
|
'validation' => 'Por favor, introduce al menos tres caracteres para empezar a buscar.',
|
|
'term' => [
|
|
'label' => 'Término de búsqueda',
|
|
'description' => 'Introduce un nombre de servidor, UUID o asignación para comenzar a buscar.',
|
|
],
|
|
];
|