mirror of
https://github.com/pelican-dev/panel.git
synced 2025-08-03 19:12:28 +02:00
10 lines
247 B
PHP
10 lines
247 B
PHP
<?php
|
|
|
|
return [
|
|
'validation' => 'Voer ten minste drie tekens in om te beginnen met zoeken.',
|
|
'term' => [
|
|
'label' => 'Zoekterm',
|
|
'description' => 'Voer een servernaam, uuid of poort in om te beginnen met zoeken.',
|
|
],
|
|
];
|