Ohm-Management - Projektarbeit B-ME
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ja.js 675B

123456789101112131415161718192021222324
  1. 'use strict';
  2. Object.defineProperty(exports, "__esModule", {
  3. value: true
  4. });
  5. exports.default = {
  6. dataIterator: {
  7. rowsPerPageText: '1ページあたりの件数:',
  8. rowsPerPageAll: 'すべて',
  9. pageText: '{0}-{1} 件目 / {2}件',
  10. noResultsText: '検索結果が見つかりません。',
  11. nextPage: '次のページ',
  12. prevPage: '前のページ'
  13. },
  14. dataTable: {
  15. rowsPerPageText: '1ページあたりの行数:'
  16. },
  17. noDataText: 'データはありません。',
  18. carousel: {
  19. prev: '前のビジュアル',
  20. next: '次のビジュアル'
  21. }
  22. };
  23. //# sourceMappingURL=ja.js.map