cs_CZ.js 368 B

1234567891011121314
  1. export default {
  2. // Options.jsx
  3. items_per_page: '/ strana',
  4. jump_to: 'Přejít',
  5. jump_to_confirm: 'potvrdit',
  6. page: '',
  7. // Pagination.jsx
  8. prev_page: 'Předchozí strana',
  9. next_page: 'Následující strana',
  10. prev_5: 'Předchozích 5 stran',
  11. next_5: 'Následujících 5 stran',
  12. prev_3: 'Předchozí 3 strany',
  13. next_3: 'Následující 3 strany'
  14. };