From bafd91a70386dbc0c9f71e9a8373f026c80a176b Mon Sep 17 00:00:00 2001 From: joonhoekim <26rote@gmail.com> Date: Wed, 15 Oct 2025 10:51:04 +0900 Subject: (김준회) i18n: dolce import button 관련 - 라벨 처리 (변경사항 건수 세분화 표시) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- i18n/locales/en/engineering.json | 7 ++++++- i18n/locales/ko/engineering.json | 8 +++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/i18n/locales/en/engineering.json b/i18n/locales/en/engineering.json index 805ce0a7..5a0c2aaf 100644 --- a/i18n/locales/en/engineering.json +++ b/i18n/locales/en/engineering.json @@ -271,7 +271,12 @@ "detailsByProject": "Details by Project", "projectLabel": "Project {{projectId}}", "itemsToImport": "Items to Import", - "progress": "Progress" + "progress": "Progress", + "documents": "Documents", + "revisions": "Revisions", + "attachments": "Attachments", + "total": "Total", + "totalChanges": "Total Changes" }, "messages": { "statusCheckError": "Unable to check status. Please verify project settings.", diff --git a/i18n/locales/ko/engineering.json b/i18n/locales/ko/engineering.json index 9df1c1e7..9f5dd23a 100644 --- a/i18n/locales/ko/engineering.json +++ b/i18n/locales/ko/engineering.json @@ -271,7 +271,13 @@ "detailsByProject": "프로젝트별 세부사항", "projectLabel": "프로젝트 {{projectId}}", "itemsToImport": "가져올 항목", - "progress": "진행률" + "progress": "진행률", + "documents": "문서", + "revisions": "리비전", + "attachments": "첨부파일", + "total": "전체", + "new": "신규", + "totalChanges": "전체 변경사항" }, "messages": { "statusCheckError": "상태 확인을 할 수 없습니다. 프로젝트 설정을 확인하세요.", -- cgit v1.2.3