From 63cb48ed2312d83c71fd796f73b85b6ba18681da Mon Sep 17 00:00:00 2001 From: ibuler Date: Thu, 23 Feb 2023 18:48:44 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BC=98=E5=8C=96=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/langs/en.json | 12 ++++++++---- src/i18n/langs/ja.json | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/src/i18n/langs/en.json b/src/i18n/langs/en.json index 3359f2923..8f848348e 100644 --- a/src/i18n/langs/en.json +++ b/src/i18n/langs/en.json @@ -491,7 +491,7 @@ "ConnectWebSocketError": "Connect Websocket failed", "Nothing": "Nothing", "Action": "Action", - "CustomCol": "Custom table col", + "CustomCol": "Custom table display", "RequestTickets": "Request tickets", "Actions": "Actions", "NeedSpecifiedFile": "Required to upload the specified format file", @@ -763,7 +763,8 @@ "Task": "Task", "Cas": "CAS", "Invalid": "Invalid", - "Filename": "Filename" + "Filename": "Filename", + "RestoreDefault": "Restore default" }, "dashboard": { "ActiveAsset": "Asset active", @@ -833,7 +834,10 @@ "User": "User", "UserRatio": "User Ratio", "UsersTotal": "Users total", - "Weekly": "Weekly" + "Weekly": "Weekly", + "TotalJobFailed": "Total job failed", + "TotalJobRunning": "Total job running", + "TotalJobLog": "Total job log" }, "ops": { "SystemError": "System Error", @@ -2056,4 +2060,4 @@ "PublishStatus": "Publish status", "NoPublished": "Unpublished" } -} +} \ No newline at end of file diff --git a/src/i18n/langs/ja.json b/src/i18n/langs/ja.json index 2acec1549..18950bb93 100644 --- a/src/i18n/langs/ja.json +++ b/src/i18n/langs/ja.json @@ -2051,4 +2051,4 @@ "PublishStatus": "投稿ステータス", "NoPublished": "未発表" } -} +} \ No newline at end of file