From 407a77f61b34962ae672b0825605e49f4d7caae7 Mon Sep 17 00:00:00 2001 From: fit2bot <68588906+fit2bot@users.noreply.github.com> Date: Thu, 20 Jun 2024 19:19:14 +0800 Subject: [PATCH] perf: trans StopLogOutput --- apps/i18n/lina/en.json | 3 ++- apps/i18n/lina/ja.json | 3 ++- apps/i18n/lina/zh.json | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/apps/i18n/lina/en.json b/apps/i18n/lina/en.json index 56b969d11..1bda42a70 100644 --- a/apps/i18n/lina/en.json +++ b/apps/i18n/lina/en.json @@ -1340,5 +1340,6 @@ "PrivateIp": "Private Ip", "VaultHCPMountPoint": "The mount point of the Vault server, default is jumpserver", "WeChat": "WeChat", - "SuEnabled": "Enabled su" + "SuEnabled": "Enabled su", + "StopLogOutput": "Task Canceled: The current task (currentTaskId) has been manually stopped. Since the progress of each task varies, the following is the final execution result of the task. A failed execution indicates that the task has been successfully stopped." } \ No newline at end of file diff --git a/apps/i18n/lina/ja.json b/apps/i18n/lina/ja.json index b53eb517f..41c1d9468 100644 --- a/apps/i18n/lina/ja.json +++ b/apps/i18n/lina/ja.json @@ -1370,5 +1370,6 @@ "ZoneEnabled": "ゲートウェイを有効にする", "ZoneHelpMessage": "エリアとはアセットの位置で、データセンターやパブリッククラウド、あるいはVPCが該当します。エリアにはゲートウェイを設定でき、ネットワークが直接接続できない場合、ゲートウェイを経由してアセットにログインすることができます", "ZoneList": "地域リスト", - "ZoneUpdate": "更新エリア" + "ZoneUpdate": "更新エリア", + "StopLogOutput": "ask Canceled:現在のタスク(currentTaskId)は手動で停止されました。各タスクの進行状況が異なるため、以下はタスクの最終実行結果です。実行が失敗した場合は、タスクが正常に停止されました。" } \ No newline at end of file diff --git a/apps/i18n/lina/zh.json b/apps/i18n/lina/zh.json index 7fd0da372..5706be59a 100644 --- a/apps/i18n/lina/zh.json +++ b/apps/i18n/lina/zh.json @@ -1339,5 +1339,6 @@ "IpType": "IP 类型", "PublicIp": "公有 IP", "PrivateIp": "私有 IP", - "WeChat": "微信" + "WeChat": "微信", + "StopLogOutput": "Task Canceled:当前任务(currentTaskId)已手动停止,由于每个任务的执行进度不一样,下面是任务最终的执行结果,执行失败表示已成功停止任务执行。" } \ No newline at end of file