13 lines
306 B
TypeScript
13 lines
306 B
TypeScript
export default {
|
|
quickCreatePlaceholder: 'Quickly create blank document',
|
|
quickCreateName: 'document name',
|
|
noData: 'No Data',
|
|
loading: 'Loading',
|
|
noMore: 'No more! ',
|
|
selectParagraph: {
|
|
title: 'Select Segments',
|
|
error: 'Process only the failed segments',
|
|
all: 'All Segments'
|
|
}
|
|
}
|