2025-01-21 07:25:21 +00:00
|
|
|
export default {
|
2025-01-22 08:46:12 +00:00
|
|
|
quickCreatePlaceholder: 'Quickly create blank document',
|
2025-01-24 03:42:00 +00:00
|
|
|
quickCreateName: 'document name',
|
2025-01-22 08:46:12 +00:00
|
|
|
noData: 'No Data',
|
|
|
|
|
loading: 'Loading',
|
2025-02-27 08:19:03 +00:00
|
|
|
noMore: 'No more! ',
|
|
|
|
|
selectParagraph: {
|
|
|
|
|
title: 'Select Paragraph',
|
|
|
|
|
error: 'Process only the failed segments',
|
|
|
|
|
all: 'All Segments'
|
|
|
|
|
}
|
2025-01-21 07:25:21 +00:00
|
|
|
}
|