24 lines
675 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

'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: '次のビジュアル'
}
};
//# sourceMappingURL=ja.js.map