zh_TW.js 341 B

12345678910111213141516
  1. var locale = {
  2. // Options
  3. items_per_page: '條/頁',
  4. jump_to: '跳至',
  5. jump_to_confirm: '確定',
  6. page: '頁',
  7. // Pagination
  8. prev_page: '上一頁',
  9. next_page: '下一頁',
  10. prev_5: '向前 5 頁',
  11. next_5: '向後 5 頁',
  12. prev_3: '向前 3 頁',
  13. next_3: '向後 3 頁',
  14. page_size: '頁碼'
  15. };
  16. export default locale;