mirror of
https://github.com/pelican-dev/panel.git
synced 2025-08-03 06:52:13 +02:00
10 lines
271 B
PHP
10 lines
271 B
PHP
<?php
|
|
|
|
return [
|
|
'validation' => 'Inserisci almeno tre caratteri per iniziare la ricerca.',
|
|
'term' => [
|
|
'label' => 'Termine di ricerca',
|
|
'description' => 'Inserisci un nome del server, un uuid o un\'allocazione per iniziare la ricerca.',
|
|
],
|
|
];
|