mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-12-05 05:29:29 +08:00
fix: 消息通知国际化显示
--bug=1008929 --user=刘瑞斌 【国际化】-消息通知-通知信息未翻译 https://www.tapd.cn/55049933/s/1082095
This commit is contained in:
parent
8eb3679994
commit
0afd7eb5e6
@ -171,7 +171,7 @@ export default {
|
||||
isReadOnly: false,
|
||||
}],
|
||||
eventOptions: [
|
||||
{value: 'CLOSE_SCHEDULE', label: '关闭定时任务'},
|
||||
{value: 'CLOSE_SCHEDULE', label: this.$t('commons.close_schedule')},
|
||||
],
|
||||
variables: [
|
||||
{
|
||||
|
@ -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: '逐条失败(接口)'},
|
||||
],
|
||||
|
@ -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: [
|
||||
{
|
||||
|
@ -171,7 +171,7 @@ export default {
|
||||
isReadOnly: false,
|
||||
}],
|
||||
eventOptions: [
|
||||
{value: 'CLOSE_SCHEDULE', label: '关闭定时任务'},
|
||||
{value: 'CLOSE_SCHEDULE', label: this.$t('commons.close_schedule')},
|
||||
],
|
||||
variables: [
|
||||
{
|
||||
|
@ -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",
|
||||
|
@ -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文档',
|
||||
|
@ -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文檔',
|
||||
|
Loading…
Reference in New Issue
Block a user