mirror of
https://github.com/pelican-dev/panel.git
synced 2025-08-03 23:32:12 +02:00
10 lines
239 B
PHP
10 lines
239 B
PHP
<?php
|
|
|
|
return [
|
|
'validation' => 'Ange minst tre tecken för att börja söka.',
|
|
'term' => [
|
|
'label' => 'Sök fråga',
|
|
'description' => 'Ange ett servernamn, uuid, eller allokering för att börja söka.',
|
|
],
|
|
];
|