zh_CN.js 305 B

1234567891011121314
  1. export default {
  2. // Options.jsx
  3. items_per_page: '条/页',
  4. jump_to: '跳至',
  5. jump_to_confirm: '确定',
  6. page: '页',
  7. // Pagination.jsx
  8. prev_page: '上一页',
  9. next_page: '下一页',
  10. prev_5: '向前 5 页',
  11. next_5: '向后 5 页',
  12. prev_3: '向前 3 页',
  13. next_3: '向后 3 页'
  14. };