2019-04-17 15:58:15 +02:00
|
|
|
|
'use strict';
|
|
|
|
|
|
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
|
|
|
value: true
|
|
|
|
|
});
|
|
|
|
|
exports.default = {
|
|
|
|
|
dataIterator: {
|
|
|
|
|
rowsPerPageText: '1ページあたりの件数:',
|
|
|
|
|
rowsPerPageAll: 'すべて',
|
|
|
|
|
pageText: '{0}-{1} 件目 / {2}件',
|
|
|
|
|
noResultsText: '検索結果が見つかりません。',
|
|
|
|
|
nextPage: '次のページ',
|
|
|
|
|
prevPage: '前のページ'
|
|
|
|
|
},
|
|
|
|
|
dataTable: {
|
|
|
|
|
rowsPerPageText: '1ページあたりの行数:'
|
|
|
|
|
},
|
|
|
|
|
noDataText: 'データはありません。',
|
|
|
|
|
carousel: {
|
|
|
|
|
prev: '前のビジュアル',
|
|
|
|
|
next: '次のビジュアル'
|
|
|
|
|
}
|
|
|
|
|
};
|
2019-06-04 14:29:48 +02:00
|
|
|
|
//# sourceMappingURL=ja.js.map
|