UnisKB/ui/src/locales/lang/en-US/components.ts

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'
}
}