File tree Expand file tree Collapse file tree
webapp/packages/core-localization/src/locales Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ export default [
1414 [ 'ui_processing_reload' , 'Reload' ] ,
1515 [ 'ui_processing_retry' , 'Retry' ] ,
1616 [ 'ui_create_workflow' , 'Create Workflow' ] ,
17+ [ 'ui_create_workflow_tips' , '当前SQL未通过审核,如需要执行该SQL,请结合审核建议修改语句,或点击创建工单按钮,进行安全发布。' ] ,
1718 [ 'ui_processing_ok' , 'Ok' ] ,
1819 [ 'ui_processing_create' , 'Create' ] ,
1920 [ 'ui_processing_save' , 'Save' ] ,
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ export default [
1313 [ 'ui_processing_canceling' , '取消中...' ] ,
1414 [ 'ui_processing_retry' , '重试' ] ,
1515 [ 'ui_create_workflow' , '发起变更工单' ] ,
16+ [ 'ui_create_workflow_tips' , '当前SQL未通过审核,如需要执行该SQL,请结合审核建议修改语句,或点击创建工单按钮,进行安全发布。' ] ,
1617 [ 'ui_processing_ok' , '好' ] ,
1718 [ 'ui_processing_create' , '创建' ] ,
1819 [ 'ui_processing_save' , '保存' ] ,
You can’t perform that action at this time.
0 commit comments