fix: 消息通知国际化显示

--bug=1008929 --user=刘瑞斌 【国际化】-消息通知-通知信息未翻译
https://www.tapd.cn/55049933/s/1082095
This commit is contained in:
CaptainB 2021-12-17 11:06:23 +08:00 committed by 刘瑞斌
parent 8eb3679994
commit 0afd7eb5e6
7 changed files with 12 additions and 5 deletions

View File

@ -171,7 +171,7 @@ export default {
isReadOnly: false,
}],
eventOptions: [
{value: 'CLOSE_SCHEDULE', label: '关闭定时任务'},
{value: 'CLOSE_SCHEDULE', label: this.$t('commons.close_schedule')},
],
variables: [
{

View File

@ -175,7 +175,7 @@ export default {
{value: 'CREATE', label: this.$t('commons.create')},
{value: 'UPDATE', label: this.$t('commons.update')},
{value: 'DELETE', label: this.$t('commons.delete')},
{value: 'COMPLETE', label: '执行完成'},
{value: 'COMPLETE', label: this.$t('commons.run_completed')},
// {value: 'SUCCESS_ONE_BY_ONE', label: ''},
// {value: 'FAIL_ONE_BY_ONE', label: ''},
],

View File

@ -175,7 +175,7 @@ export default {
{value: 'UPDATE', label: this.$t('commons.update')},
{value: 'DELETE', label: this.$t('commons.delete')},
{value: 'COMMENT', label: this.$t('commons.comment')},
{value: 'COMPLETE', label: '评审完成'}
{value: 'COMPLETE', label:this.$t('commons.review_complete')}
],
variables: [
{

View File

@ -171,7 +171,7 @@ export default {
isReadOnly: false,
}],
eventOptions: [
{value: 'CLOSE_SCHEDULE', label: '关闭定时任务'},
{value: 'CLOSE_SCHEDULE', label: this.$t('commons.close_schedule')},
],
variables: [
{

View File

@ -27,7 +27,9 @@ export default {
please_fill_in_the_template: 'Please fill in the template',
cut_back_old_version: 'Cut back to old version',
cut_back_new_version: 'Switch back to new version',
comment: 'comment',
comment: 'Comment',
close_schedule: 'Close Schedule',
review_complete: 'Review Completed',
examples: 'examples',
help_documentation: 'Help documentation',
confirm_delete: 'Whether to delete',
@ -554,6 +556,7 @@ export default {
select_events: 'Select event',
select_receiving_method: 'Select receiving method',
mail: 'mail',
in_site: 'InSite',
nail_robot: 'Nail robot',
enterprise_wechat_robot: 'Enterprise wechat robot',
lark: "Flying Book Robot",

View File

@ -28,6 +28,8 @@ export default {
cut_back_old_version: '切回旧版',
cut_back_new_version: '切回新版',
comment: '评论',
close_schedule: '关闭定时任务',
review_complete: '评审完成',
examples: '示例',
help_documentation: '帮助文档',
api_help_documentation: 'API文档',

View File

@ -28,6 +28,8 @@ export default {
cut_back_old_version: '切回舊版',
cut_back_new_version: '切回新版',
comment: '評論',
close_schedule: '關閉定時任務',
review_complete: '評審完成',
examples: '示例',
help_documentation: '幫助文檔',
api_help_documentation: 'API文檔',