bugfix: 限制10条下载&错误信息i18n
This commit is contained in:
@@ -269,9 +269,12 @@ export default {
|
||||
total: 'Total Applications Submitted',
|
||||
downloadExcel: 'Download Full Information Table (Excel)',
|
||||
range: 'Set the download range',
|
||||
startIndex:'start ID',
|
||||
endIndex:'end ID',
|
||||
startIndex: 'start ID',
|
||||
endIndex: 'end ID',
|
||||
download: 'Download',
|
||||
limit:'Maximum 10 entries can be downloaded at once'
|
||||
limit: 'Maximum 10 entries can be downloaded at once',
|
||||
minIndex: 'Minimum ID is 10000',
|
||||
maxIndex: 'Maximum ID is {maxIndex}',
|
||||
indexError: 'End ID must be greater than or equal to Start ID'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user