表格处理

This commit is contained in:
2024-12-04 15:14:45 +08:00
parent 2646d1ae05
commit 1aac9b7d7c
21 changed files with 7771 additions and 34 deletions

View File

@@ -17,8 +17,8 @@ const en = {
labelother: 'close other',
labelall: 'close all'
},
info:{
realname:'English names can only contain uppercase and lowercase letters, "-", and spaces'
info: {
realname: 'English names can only contain uppercase and lowercase letters, "-", and spaces'
},
total: {
author: 'author',
@@ -26,19 +26,19 @@ realname:'English names can only contain uppercase and lowercase letters, "-", a
reviewers: 'reviewer',
admin: 'admin'
},
articleListEditor:{
Continuouspublication:'Continuous publication',
publishInfo:'Are you sure you want to publish this article?',
type:'Type',
edit:'Edit',
add:'Add',
journalType0:'Continuous publication',
journalType1:'Monthly',
journalType3:'Quarterly',
coverImage:'Cover Image',
JournalInstallment:'Journal Installment',
status:'Status',
delete:'Delete',
articleListEditor: {
Continuouspublication: 'Continuous publication',
publishInfo: 'Are you sure you want to publish this article?',
type: 'Type',
edit: 'Edit',
add: 'Add',
journalType0: 'Continuous publication',
journalType1: 'Monthly',
journalType3: 'Quarterly',
coverImage: 'Cover Image',
JournalInstallment: 'Journal Installment',
status: 'Status',
delete: 'Delete',
deleteInfo: 'Are you sure you want to delete this journal installment?',
},
menu: {
@@ -257,7 +257,7 @@ realname:'English names can only contain uppercase and lowercase letters, "-", a
journalArticleCount: 'Journal Article Count',
managingDirector: 'Managing Director',
GroupClassification: 'Group List',
JournalInstallment : 'Journal Installment',
JournalInstallment: 'Journal Installment',
},
home: {
authortop: 'Author guide',
@@ -352,6 +352,18 @@ realname:'English names can only contain uppercase and lowercase letters, "-", a
publicationTime: 'Year',
publicationTimeInfo: 'Year;Volume(issue):Inclusive page numbers.',
},
commonTable: {
add: 'Add',
edit: 'Edit',
rows: 'rows',
columns: 'columns',
table: 'Table',
headerPlaceholder: 'Fill in the header',
typesettingType2: 'Horizontal A4',
typesettingType1: 'Vertical A4',
exportWord: 'Export Word',
exportImg: 'Export PNG',
},
}