mirror of
https://github.com/pelican-dev/panel.git
synced 2025-10-30 13:26:52 +01:00
10 lines
234 B
PHP
10 lines
234 B
PHP
<?php
|
|
|
|
return [
|
|
'validation' => '請至少輸入三個字以開始搜尋。',
|
|
'term' => [
|
|
'label' => '搜尋字詞',
|
|
'description' => '輸入伺服器名稱、UUID 或 allocation 以開始搜尋。',
|
|
],
|
|
];
|