mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 20:09:20 +08:00
fix: i18n: stop running translation (#28571)
Signed-off-by: NeatGuyCoding <15627489+NeatGuyCoding@users.noreply.github.com>
This commit is contained in:
@@ -72,7 +72,7 @@ const translation = {
|
||||
},
|
||||
execution: '執行',
|
||||
executions: '{{num}} 執行',
|
||||
stopRun: '停止奔跑',
|
||||
stopRun: '停止運行',
|
||||
},
|
||||
login: {
|
||||
backToHome: '返回首頁',
|
||||
|
||||
@@ -1042,7 +1042,7 @@ const translation = {
|
||||
},
|
||||
trigger: {
|
||||
cached: '查看快取的變數',
|
||||
stop: '停止跑步',
|
||||
stop: '停止運行',
|
||||
clear: '清晰',
|
||||
running: '快取運行狀態',
|
||||
normal: '變數檢查',
|
||||
|
||||
Reference in New Issue
Block a user