@@ -12,6 +12,7 @@ export default {
1212 'common.operation.submitComment' : '发表评论' ,
1313 'common.operation.switchStage' : '转移阶段' ,
1414 'common.operation.terminate' : '终止投递' ,
15+ 'common.operation.revive' : '复活投递' ,
1516 'common.operation.dateManagement' : '日程管理' ,
1617 'common.operation.addDate' : '添加日程' ,
1718 'common.operation.deleteDate' : '删除日程' ,
@@ -29,6 +30,7 @@ export default {
2930 'common.operation.allocate' : '分配' ,
3031 'common.operation.allocateInterviewTime' : '分配面试时间' ,
3132 'common.operation.confirmTerminate' : '确认终止投递?' ,
33+ 'common.operation.confirmRevive' : '确认复活投递?' ,
3234 'common.operation.confirmDeleteComment' : '确认删除该评论?' ,
3335 'common.operation.editContent' : '编辑内容' ,
3436 'common.operation.currentTestFileOrUrl' : '当前笔试文件/链接' ,
@@ -51,6 +53,8 @@ export default {
5153 'common.result.sendSuccess' : '发送成功' ,
5254 'common.result.switchStageSuccess' : '转移阶段成功' ,
5355 'common.result.terminateSuccess' : '终止投递成功' ,
56+ 'common.result.reviveSuccess' : '复活投递成功' ,
57+ 'common.result.reviveTodo' : '复活投递功能待实现' ,
5458 'common.result.commentNotNull' : '评论与评价不能同时为空' ,
5559 'common.result.uploadFileSuccess' : '上传文件/链接成功' ,
5660 'common.result.setStressTestTimeSuccess' : '设置熬测时间成功' ,
0 commit comments