global-search.php 172B

12345678910111213
  1. <?php
  2. return [
  3. 'field' => [
  4. 'label' => '全局搜索',
  5. 'placeholder' => '搜索',
  6. ],
  7. 'no_results_message' => '未找到搜索结果。',
  8. ];