select2.php 376 B

1234567891011
  1. <?php
  2. return [
  3. 'error_loading' => '無法載入結果',
  4. 'input_too_long' => '請刪除:num個字符',
  5. 'input_too_short' => '請輸入至少:num個字符',
  6. 'loading_more' => '載入更多結果...',
  7. 'maximum_selected' => '最多只能選擇:num個項目',
  8. 'no_results' => '未找到結果',
  9. 'searching' => '搜尋中...',
  10. ];