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=結束時間