mirror of
https://github.com/pelican-dev/panel.git
synced 2025-08-03 19:02:19 +02:00
10 lines
284 B
PHP
10 lines
284 B
PHP
<?php
|
|
|
|
return [
|
|
'validation' => 'Veuillez saisir au moins trois caractères pour commencer la recherche.',
|
|
'term' => [
|
|
'label' => 'Terme de recherche',
|
|
'description' => 'Entrez un nom de serveur, uuid ou une allocation pour commencer la recherche.',
|
|
],
|
|
];
|