diff options
Diffstat (limited to 'i18n')
| -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": "상태 확인을 할 수 없습니다. 프로젝트 설정을 확인하세요.", |
