This commit is contained in:
xulu
2021-08-22 19:41:25 +08:00
parent 4d8c396790
commit 21e5fc549a
21 changed files with 602 additions and 360 deletions

View File

@@ -64,6 +64,7 @@ const en = {
state3: 'Reject',
state4: 'Revision',
state5: 'Accepted ',
state6: 'fininal decision',
act1: 'Dealing',
act2: 'Finished'
},

View File

@@ -63,7 +63,8 @@ const zh = {
state2: '送审中',
state3: '拒稿',
state4: '退修',
state5: '接收 ',
state5: '接收',
state6: '终身',
act1: '审查中',
act2: '已完结'
},