Skip to content

Commit

Permalink
minor: 后端国际化优化
Browse files Browse the repository at this point in the history
  • Loading branch information
normal-wls committed Oct 10, 2023
1 parent f674472 commit ed9df69
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
Binary file modified locale/en/LC_MESSAGES/django.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion locale/en/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -3422,7 +3422,7 @@ msgstr " | get_job_instance_log"
#: pipeline_plugins/components/collections/sites/open/job/base.py:714
#: pipeline_plugins/components/collections/sites/open/job/base.py:801
msgid "任务执行失败,<a href='{job_inst_url}' target='_blank'>前往作业平台(JOB)查看详情</a>"
msgstr "JOB task failed,<a href='%s' target='_blank'>GOTO(JOB)</a>"
msgstr "JOB task failed,<a href='{job_inst_url}' target='_blank'>GOTO(JOB)</a>"

#: pipeline_plugins/components/collections/sites/open/job/base.py:537
#: pipeline_plugins/components/collections/sites/open/job/base.py:778
Expand Down
2 changes: 1 addition & 1 deletion locale/zh_hans/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -3566,7 +3566,7 @@ msgstr " | get_job_instance_log"
#: pipeline_plugins/components/collections/sites/open/job/base.py:801
#, fuzzy
msgid "任务执行失败,<a href='{job_inst_url}' target='_blank'>前往作业平台(JOB)查看详情</a>"
msgstr "任务执行失败,<a href='%s' target='_blank'>前往作业平台(JOB)查看详情</a>"
msgstr "任务执行失败,<a href='{job_inst_url}' target='_blank'>前往作业平台(JOB)查看详情</a>"

#: pipeline_plugins/components/collections/sites/open/job/base.py:537
#: pipeline_plugins/components/collections/sites/open/job/base.py:778
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
attrs: {
hookable: false,
type: "primary",
title: '刷新',
title: gettext('刷新'),
size: "normal",
cols: 1,
formViewHidden: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
attrs: {
hookable: false,
type: "primary",
title: '刷新',
title: gettext('刷新'),
size: "normal",
cols: 1,
formViewHidden: true
Expand Down Expand Up @@ -393,7 +393,7 @@
attrs: {
hookable: false,
type: "primary",
title: '刷新',
title: gettext('刷新'),
size: "normal",
cols: 1,
formViewHidden: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
attrs: {
hookable: false,
type: "primary",
title: '刷新',
title: gettext('刷新'),
size: "normal",
cols: 1,
formViewHidden: true
Expand Down Expand Up @@ -341,7 +341,7 @@
attrs: {
hookable: false,
type: "primary",
title: '刷新',
title: gettext('刷新'),
size: "normal",
cols: 1,
formViewHidden: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@ job_start
attrs: {
hookable: false,
type: "primary",
title: '刷新',
title: gettext('刷新'),
size: "normal",
cols: 1,
formViewHidden: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -975,7 +975,7 @@ job_start
attrs: {
hookable: false,
type: "primary",
title: '刷新',
title: gettext('刷新'),
size: "normal",
cols: 1,
formViewHidden: true
Expand Down

0 comments on commit ed9df69

Please sign in to comment.