diff options
| author | joonhoekim <26rote@gmail.com> | 2025-10-15 10:51:04 +0900 |
|---|---|---|
| committer | joonhoekim <26rote@gmail.com> | 2025-10-15 10:51:04 +0900 |
| commit | bafd91a70386dbc0c9f71e9a8373f026c80a176b (patch) | |
| tree | a4f2f0ccbcdee8e177ddad2632bbbffddf1bde7a /i18n/locales | |
| parent | d2727809b3806b84510da44a4e08a290ee91e1ee (diff) | |
(김준회) i18n: dolce import button 관련 - 라벨 처리 (변경사항 건수 세분화 표시)
Diffstat (limited to 'i18n/locales')
| -rw-r--r-- | i18n/locales/en/engineering.json | 7 | ||||
| -rw-r--r-- | 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": "상태 확인을 할 수 없습니다. 프로젝트 설정을 확인하세요.", |
