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