Vulture/VApp/node_modules/vuetify/lib/locale/zh-Hans.mjs

101 lines
2.1 KiB
JavaScript
Raw Normal View History

export default {
badge: '徽章',
open: 'Open',
close: '关闭',
confirmEdit: {
ok: 'OK',
cancel: 'Cancel'
},
dataIterator: {
noResultsText: '没有符合条件的结果',
loadingText: '加载中……'
},
dataTable: {
itemsPerPageText: '每页数目:',
ariaLabel: {
sortDescending: ':降序排列。',
sortAscending: ':升序排列。',
sortNone: ':未排序。',
activateNone: '点击以移除排序。',
activateDescending: '点击以降序排列。',
activateAscending: '点击以升序排列。'
},
sortBy: '排序方式'
},
dataFooter: {
itemsPerPageText: '每页数目:',
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: 'Carousel slide {0} of {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: 'Rating {0} of {1}'
}
},
loading: 'Loading...',
infiniteScroll: {
loadMore: 'Load more',
empty: 'No more'
}
};
//# sourceMappingURL=zh-Hans.mjs.map