From f79ec91503e6aae46accb33aa258154b9545c977 Mon Sep 17 00:00:00 2001 From: taojinlong Date: Wed, 24 Aug 2022 17:19:26 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=95=B0=E6=8D=AE=E9=9B=86):=20=E5=90=8C?= =?UTF-8?q?=E6=AD=A5=E6=97=A5=E5=BF=97=E5=AF=BC=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../io/dataease/service/dataset/DataSetTableTaskLogService.java | 2 +- backend/src/main/resources/i18n/messages_en_US.properties | 2 +- backend/src/main/resources/i18n/messages_zh_CN.properties | 2 +- backend/src/main/resources/i18n/messages_zh_TW.properties | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/backend/src/main/java/io/dataease/service/dataset/DataSetTableTaskLogService.java b/backend/src/main/java/io/dataease/service/dataset/DataSetTableTaskLogService.java index 57b5f24036..387ef5d355 100644 --- a/backend/src/main/java/io/dataease/service/dataset/DataSetTableTaskLogService.java +++ b/backend/src/main/java/io/dataease/service/dataset/DataSetTableTaskLogService.java @@ -84,7 +84,7 @@ public class DataSetTableTaskLogService { row[4] = Translator.get("I18N_TASK_LOG_" + item.getStatus().toUpperCase()) ; return row; }).collect(Collectors.toList()); - String[] headArr = {Translator.get("I18N_TASK_NAEME"), Translator.get("I18N_DATASET"), Translator.get("I18N_START_TIME"), Translator.get("I18N_END_TIME"), Translator.get("I18N_STATUS")}; + String[] headArr = {Translator.get("I18N_TASK_NAME"), Translator.get("I18N_DATASET"), Translator.get("I18N_START_TIME"), Translator.get("I18N_END_TIME"), Translator.get("I18N_STATUS")}; details.add(0, headArr); HSSFWorkbook wb = new HSSFWorkbook(); diff --git a/backend/src/main/resources/i18n/messages_en_US.properties b/backend/src/main/resources/i18n/messages_en_US.properties index febd607d1c..b7fcabb67c 100644 --- a/backend/src/main/resources/i18n/messages_en_US.properties +++ b/backend/src/main/resources/i18n/messages_en_US.properties @@ -225,7 +225,7 @@ I18N_XPACKTASK_UNDERWAY=Underway I18N_TASK_LOG_ERROR=Error I18N_TASK_LOG_COMPLETED=Completed I18N_TASK_LOG_UNDERWAY=Underway -I18N_TASK_NAEME=Task name +I18N_TASK_NAME=Task name I18N_DATASET=Dataset I18N_START_TIME=Start time I18N_END_TIME=End time diff --git a/backend/src/main/resources/i18n/messages_zh_CN.properties b/backend/src/main/resources/i18n/messages_zh_CN.properties index 9de84a4361..faf122f1b1 100644 --- a/backend/src/main/resources/i18n/messages_zh_CN.properties +++ b/backend/src/main/resources/i18n/messages_zh_CN.properties @@ -227,7 +227,7 @@ I18N_XPACKTASK_UNDERWAY=\u6267\u884C\u4E2D I18N_TASK_LOG_ERROR=失败 I18N_TASK_LOG_COMPLETED=成功 I18N_TASK_LOG_UNDERWAY=执行中 -I18N_TASK_NAEME=任务名称 +I18N_TASK_NAME=任务名称 I18N_DATASET=数据集 I18N_START_TIME=开始时间 I18N_END_TIME=结束时间 diff --git a/backend/src/main/resources/i18n/messages_zh_TW.properties b/backend/src/main/resources/i18n/messages_zh_TW.properties index 05c9694d40..1d31fff273 100644 --- a/backend/src/main/resources/i18n/messages_zh_TW.properties +++ b/backend/src/main/resources/i18n/messages_zh_TW.properties @@ -223,7 +223,7 @@ I18N_XPACKTASK_UNDERWAY=\u57F7\u884C\u4E2D I18N_TASK_LOG_ERROR=失敗 I18N_TASK_LOG_COMPLETED=成功 I18N_TASK_LOG_UNDERWAY=執行中 -I18N_TASK_NAEME=任務名稱 +I18N_TASK_NAME=任務名稱 I18N_DATASET=數據集 I18N_START_TIME=開始時間 I18N_END_TIME=結束時間