[update] 修改bug87539
This commit is contained in:
@@ -35,7 +35,11 @@ module.exports = {
|
||||
cancelAuthor: 'deauthorize',
|
||||
authorizationDate: 'Authorization date',
|
||||
authorizationStandard: 'Authorized bid',
|
||||
confirmCancelAuthor: 'Confirm the deauthorization?'
|
||||
confirmCancelAuthor: 'Confirm the deauthorization?',
|
||||
viewAll: 'View all',
|
||||
inputExample: 'Input example:',
|
||||
nullAutoCreate: 'Do not fill automatically generated',
|
||||
cannotJumpAfterDeletion: 'After deletion, other places using the standard cannot jump, confirm deletion?'
|
||||
},
|
||||
// 评审会记录
|
||||
reviewMeeting: {
|
||||
|
||||
@@ -38,7 +38,8 @@ module.exports = {
|
||||
confirmCancelAuthor: '确认解除授权?',
|
||||
viewAll: '查看全部',
|
||||
inputExample: '输入示例:',
|
||||
nullAutoCreate: '不填自动生成'
|
||||
nullAutoCreate: '不填自动生成',
|
||||
cannotJumpAfterDeletion: '删除后,其他使用标准的地方无法跳转,确认删除吗?'
|
||||
},
|
||||
// 评审会记录
|
||||
reviewMeeting: {
|
||||
|
||||
Reference in New Issue
Block a user