Skip to content

Commit

Permalink
fix(cronjob): 详情国际化
Browse files Browse the repository at this point in the history
  • Loading branch information
ssongliu committed Oct 21, 2021
1 parent fa0e4a0 commit 0039cbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions web/dashboard/src/i18n/lang/en-US.js
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,7 @@ const message = {
skip_if_not_finish: "Skip next if current run hasn't finished",
replace_if_not_finish: "Replace run if current run hasn't finished",
completions: "Completions",
completions_status: "Completion Status",
parallelism: "Parallelism",
back_off_limit: "Back Off Limit",
active_deadline: "Active Deadline",
Expand Down
1 change: 1 addition & 0 deletions web/dashboard/src/i18n/lang/zh-CN.js
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ const message = {
skip_if_not_finish: "如果当前 Job 没结束,则跳过",
replace_if_not_finish: "如果当前 Job 没结束,则替换运行",
completions: "需完成数",
completions_status: "完成状态",
parallelism: "并发数",
back_off_limit: "重试次数",
active_deadline: "活跃终止时间",
Expand Down

0 comments on commit 0039cbb

Please sign in to comment.