12345678910111213141516171819 |
- export default {
- dataIterator: {
- rowsPerPageText: '1ページあたりの件数:',
- rowsPerPageAll: 'すべて',
- pageText: '{0}-{1} 件目 / {2}件',
- noResultsText: '検索結果が見つかりません。',
- nextPage: '次のページ',
- prevPage: '前のページ'
- },
- dataTable: {
- rowsPerPageText: '1ページあたりの行数:'
- },
- noDataText: 'データはありません。',
- carousel: {
- prev: '前のビジュアル',
- next: '次のビジュアル'
- }
- };
- //# sourceMappingURL=ja.js.map
|