From c6628a1959e8c4bb349a6a5ab3e89749dc9c2046 Mon Sep 17 00:00:00 2001 From: fit2bot <68588906+fit2bot@users.noreply.github.com> Date: Mon, 24 Jun 2024 10:57:10 +0800 Subject: [PATCH] perf: Translate (#13471) Co-authored-by: feng <1304903146@qq.com> --- apps/i18n/core/ja/LC_MESSAGES/django.po | 2 +- apps/i18n/lina/en.json | 5 ++++- apps/i18n/lina/zh.json | 5 ++++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/apps/i18n/core/ja/LC_MESSAGES/django.po b/apps/i18n/core/ja/LC_MESSAGES/django.po index 2aefd0359..9afbf9b77 100644 --- a/apps/i18n/core/ja/LC_MESSAGES/django.po +++ b/apps/i18n/core/ja/LC_MESSAGES/django.po @@ -4432,7 +4432,7 @@ msgstr "結果" #: ops/models/base.py:52 ops/models/job.py:238 #: xpack/plugins/cloud/manager.py:87 msgid "Summary" -msgstr "概要" +msgstr "Summary" #: ops/models/celery.py:16 msgid "Date last publish" diff --git a/apps/i18n/lina/en.json b/apps/i18n/lina/en.json index cc10ea5cc..9c028296c 100644 --- a/apps/i18n/lina/en.json +++ b/apps/i18n/lina/en.json @@ -1342,5 +1342,8 @@ "WeChat": "WeChat", "SuEnabled": "Enabled su", "Gateway": "Gateway", - "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." + "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.", + "OnlyInitialDeploy": "Only initial deployment", + "Uninstall": "Uninstall", + "Summary": "Summary" } \ No newline at end of file diff --git a/apps/i18n/lina/zh.json b/apps/i18n/lina/zh.json index b18af2411..cee054e6e 100644 --- a/apps/i18n/lina/zh.json +++ b/apps/i18n/lina/zh.json @@ -1341,5 +1341,8 @@ "PrivateIp": "私有 IP", "WeChat": "微信", "Gateway": "网关", - "StopLogOutput": "Task Canceled:当前任务(currentTaskId)已手动停止,由于每个任务的执行进度不一样,下面是任务最终的执行结果,执行失败表示已成功停止任务执行。" + "StopLogOutput": "Task Canceled:当前任务(currentTaskId)已手动停止,由于每个任务的执行进度不一样,下面是任务最终的执行结果,执行失败表示已成功停止任务执行。", + "OnlyInitialDeploy": "仅初始化配置", + "Uninstall": "卸载", + "Summary": "汇总" } \ No newline at end of file