Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
KubePi
Commits
0039cbbe
Commit
0039cbbe
authored
3 years ago
by
ssongliu
Browse files
Options
Download
Email Patches
Plain Diff
fix(cronjob): 详情国际化
parent
fa0e4a0c
master
arm-test
dev
rest-api
v1.1
v1.2
v1.3
v1.4
v1.5
v1.6
v1.6.2
v1.6.1
v1.6.0
v1.5.3
v1.5.2
v1.5.1
v1.5.0
v1.4.2
v1.4.1
v1.4.0
v1.3.0
v1.2.2
v1.2.1
v1.2.0
v1.1.2
v1.1.1
v1.1.0
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
web/dashboard/src/i18n/lang/en-US.js
+1
-0
web/dashboard/src/i18n/lang/en-US.js
web/dashboard/src/i18n/lang/zh-CN.js
+1
-0
web/dashboard/src/i18n/lang/zh-CN.js
with
2 additions
and
0 deletions
+2
-0
web/dashboard/src/i18n/lang/en-US.js
+
1
-
0
View file @
0039cbbe
...
...
@@ -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
"
,
...
...
This diff is collapsed.
Click to expand it.
web/dashboard/src/i18n/lang/zh-CN.js
+
1
-
0
View file @
0039cbbe
...
...
@@ -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
:
"
活跃终止时间
"
,
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help