mirror of
https://github.com/pelican-dev/panel.git
synced 2026-07-16 04:03:50 +03:00
10 lines
234 B
PHP
10 lines
234 B
PHP
<?php
|
|
|
|
return [
|
|
'validation' => '請至少輸入三個字元以開始搜尋。',
|
|
'term' => [
|
|
'label' => '搜尋字詞',
|
|
'description' => '請輸入伺服器名稱、UUID 或分配以開始搜尋。',
|
|
],
|
|
];
|