ja_JP.js 517 B

12345678910111213141516171819202122
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", {
  3. value: true
  4. });
  5. exports.default = void 0;
  6. var locale = {
  7. // Options
  8. items_per_page: '件 / ページ',
  9. jump_to: '移動',
  10. jump_to_confirm: '確認する',
  11. page: 'ページ',
  12. // Pagination
  13. prev_page: '前のページ',
  14. next_page: '次のページ',
  15. prev_5: '前 5ページ',
  16. next_5: '次 5ページ',
  17. prev_3: '前 3ページ',
  18. next_3: '次 3ページ',
  19. page_size: 'ページサイズ'
  20. };
  21. var _default = exports.default = locale;