Skip to content

Commit b31de5e

Browse files
authoredAug 1, 2023
修正翻译错误 (#1797)
1 parent 09653f9 commit b31de5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎frontend/src/lang/modules/tw.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ const message = {
531531
env: '環境變量',
532532
restartPolicy: '重啟規則',
533533
always: '一直重啟',
534-
unlessStopped: '關閉後重啟',
534+
unlessStopped: '未手動停止則重啟',
535535
onFailure: '失敗後重啟(默認重啟 5 次)',
536536
no: '不重啟',
537537

‎frontend/src/lang/modules/zh.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ const message = {
531531
env: '环境变量',
532532
restartPolicy: '重启规则',
533533
always: '一直重启',
534-
unlessStopped: '关闭后重启',
534+
unlessStopped: '未手动停止则重启',
535535
onFailure: '失败后重启(默认重启 5 次)',
536536
no: '不重启',
537537

0 commit comments

Comments
 (0)