101 lines
2.5 KiB
JavaScript
101 lines
2.5 KiB
JavaScript
|
export default {
|
|||
|
badge: 'バッジ',
|
|||
|
open: 'Open',
|
|||
|
close: '閉じる',
|
|||
|
confirmEdit: {
|
|||
|
ok: 'OK',
|
|||
|
cancel: 'Cancel'
|
|||
|
},
|
|||
|
dataIterator: {
|
|||
|
noResultsText: '検索結果が見つかりません。',
|
|||
|
loadingText: '項目をロード中です...'
|
|||
|
},
|
|||
|
dataTable: {
|
|||
|
itemsPerPageText: '1ページあたりの行数:',
|
|||
|
ariaLabel: {
|
|||
|
sortDescending: '降順の並び替え。',
|
|||
|
sortAscending: '昇順の並び替え。',
|
|||
|
sortNone: 'ソートされていません。',
|
|||
|
activateNone: 'ソートを削除するには有効にしてください。',
|
|||
|
activateDescending: '降順の並び替えのためには有効にしてください。',
|
|||
|
activateAscending: '昇順のソートのためには有効にしてください。'
|
|||
|
},
|
|||
|
sortBy: 'ソート方式'
|
|||
|
},
|
|||
|
dataFooter: {
|
|||
|
itemsPerPageText: '1ページあたりの件数:',
|
|||
|
itemsPerPageAll: 'すべて',
|
|||
|
nextPage: '次のページ',
|
|||
|
prevPage: '前のページ',
|
|||
|
firstPage: '最初のページ',
|
|||
|
lastPage: '最後のページ',
|
|||
|
pageText: '{0}-{1} 件目 / {2}件'
|
|||
|
},
|
|||
|
dateRangeInput: {
|
|||
|
divider: 'to'
|
|||
|
},
|
|||
|
datePicker: {
|
|||
|
itemsSelected: '{0} selected',
|
|||
|
range: {
|
|||
|
title: 'Select dates',
|
|||
|
header: 'Enter dates'
|
|||
|
},
|
|||
|
title: 'Select date',
|
|||
|
header: 'Enter date',
|
|||
|
input: {
|
|||
|
placeholder: 'Enter date'
|
|||
|
}
|
|||
|
},
|
|||
|
noDataText: 'データはありません。',
|
|||
|
carousel: {
|
|||
|
prev: '前のビジュアル',
|
|||
|
next: '次のビジュアル',
|
|||
|
ariaLabel: {
|
|||
|
delimiter: 'カルーセルのスライド {0}件目 / {1}件'
|
|||
|
}
|
|||
|
},
|
|||
|
calendar: {
|
|||
|
moreEvents: 'さらに{0}',
|
|||
|
today: 'Today'
|
|||
|
},
|
|||
|
input: {
|
|||
|
clear: 'Clear {0}',
|
|||
|
prependAction: '{0} prepended action',
|
|||
|
appendAction: '{0} appended action',
|
|||
|
otp: 'Please enter OTP character {0}'
|
|||
|
},
|
|||
|
fileInput: {
|
|||
|
counter: '{0} ファイル',
|
|||
|
counterSize: '{0} ファイル (合計 {1})'
|
|||
|
},
|
|||
|
timePicker: {
|
|||
|
am: 'AM',
|
|||
|
pm: 'PM'
|
|||
|
},
|
|||
|
pagination: {
|
|||
|
ariaLabel: {
|
|||
|
root: 'ページネーションナビゲーション',
|
|||
|
next: '次のページ',
|
|||
|
previous: '前のページ',
|
|||
|
page: '{0}ページ目に移動',
|
|||
|
currentPage: '現在のページ、ページ {0}',
|
|||
|
first: 'First page',
|
|||
|
last: 'Last page'
|
|||
|
}
|
|||
|
},
|
|||
|
stepper: {
|
|||
|
next: 'Next',
|
|||
|
prev: 'Previous'
|
|||
|
},
|
|||
|
rating: {
|
|||
|
ariaLabel: {
|
|||
|
item: '評価 {1} のうち {0}'
|
|||
|
}
|
|||
|
},
|
|||
|
loading: 'Loading...',
|
|||
|
infiniteScroll: {
|
|||
|
loadMore: 'Load more',
|
|||
|
empty: 'No more'
|
|||
|
}
|
|||
|
};
|
|||
|
//# sourceMappingURL=ja.mjs.map
|