This repository has been archived on 2024-07-27. You can view files and clone it, but cannot push or open issues or pull requests.
keksAccountGUI/node_modulesOLD/vuetify/es5/locale/ja.js

47 lines
1.2 KiB
JavaScript
Raw Normal View History

2019-08-11 18:48:02 +00:00
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _default = {
close: 'Close',
dataIterator: {
pageText: '{0}-{1} 件目 / {2}件',
noResultsText: '検索結果が見つかりません。',
loadingText: 'Loading item...'
},
dataTable: {
itemsPerPageText: '1ページあたりの行数',
ariaLabel: {
sortDescending: ': Sorted descending. Activate to remove sorting.',
sortAscending: ': Sorted ascending. Activate to sort descending.',
sortNone: ': Not sorted. Activate to sort ascending.'
}
},
dataFooter: {
itemsPerPageText: '1ページあたりの件数',
itemsPerPageAll: 'すべて',
nextPage: '次のページ',
prevPage: '前のページ',
firstPage: '一ページ目',
lastPage: '最後のページ'
},
datePicker: {
itemsSelected: '{0}日付選択'
},
noDataText: 'データはありません。',
carousel: {
prev: '前のビジュアル',
next: '次のビジュアル'
},
calendar: {
moreEvents: 'さらに{0}'
},
fileInput: {
counter: '{0} files',
counterSize: '{0} files ({1} in total)'
}
};
exports.default = _default;
//# sourceMappingURL=ja.js.map