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 590B

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