From eb7df53eff2f15f98b8ce2150c831deb89bf875f Mon Sep 17 00:00:00 2001 From: DongHeon Jang Date: Fri, 17 Apr 2026 12:02:25 +0900 Subject: [PATCH] Update Korean translations in reports and UI components - Revised text in various components to improve Korean translations for better clarity and user experience. - Updated report generation logic to reflect changes in the summary and detail sheet titles, ensuring consistency in language. - Enhanced integration tests to validate the updated translations in generated reports and UI elements. --- client/nexacro-deploy/assets/app.js | 8 +- client/nexacro-deploy/assets/forms.js | 4 +- client/nexacro-src/Base/frmReportsOps.xfdl | 2 +- .../nexacro-src/Base/frmUploadValidation.xfdl | 2 +- .../consolidation/ConsolidationService.java | 4 +- .../nexacrodemo/report/ReportService.java | 74 +++++++++---------- .../ConsolidationIntegrationTest.java | 8 +- spec/nexacro/reports-ops.yaml | 3 +- spec/nexacro/upload-validation.yaml | 3 +- templates/nexacro/preview-app.js.tpl | 4 +- 10 files changed, 55 insertions(+), 57 deletions(-) diff --git a/client/nexacro-deploy/assets/app.js b/client/nexacro-deploy/assets/app.js index c503a14..0939021 100644 --- a/client/nexacro-deploy/assets/app.js +++ b/client/nexacro-deploy/assets/app.js @@ -47,7 +47,7 @@ window.HANWHA_FORMS = [ { "code": "REPORT_HINT", "level": "INFO", - "text": "batch가 생성한 Excel/PDF를 내려받고 최근 로그를 확인합니다." + "text": "배치가 생성한 Excel/PDF를 내려받고 최근 로그를 확인합니다." } ] }, @@ -60,7 +60,7 @@ window.HANWHA_FORMS = [ { "code": "UPLOAD_HINT", "level": "INFO", - "text": "invalid 샘플로 오류 시나리오를 확인한 뒤 valid 샘플을 재업로드합니다." + "text": "오류 샘플로 오류 시나리오를 확인한 뒤 정상 샘플을 재업로드합니다." } ] } @@ -436,7 +436,7 @@ function renderUploads() { - +
@@ -592,7 +592,7 @@ function shellContent(content) {
@@ -524,7 +524,7 @@ function shellContent(content) {