We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09653f9 commit b31de5eCopy full SHA for b31de5e
frontend/src/lang/modules/tw.ts
@@ -531,7 +531,7 @@ const message = {
531
env: '環境變量',
532
restartPolicy: '重啟規則',
533
always: '一直重啟',
534
- unlessStopped: '關閉後重啟',
+ unlessStopped: '未手動停止則重啟',
535
onFailure: '失敗後重啟(默認重啟 5 次)',
536
no: '不重啟',
537
frontend/src/lang/modules/zh.ts
env: '环境变量',
restartPolicy: '重启规则',
always: '一直重启',
- unlessStopped: '关闭后重启',
+ unlessStopped: '未手动停止则重启',
onFailure: '失败后重启(默认重启 5 次)',
no: '不重启',
0 commit comments