diff options
| author | joonhoekim <26rote@gmail.com> | 2025-10-02 15:45:31 +0900 |
|---|---|---|
| committer | joonhoekim <26rote@gmail.com> | 2025-10-02 15:45:31 +0900 |
| commit | ed412083c785fc1fed7a2490f84f72a665c846be (patch) | |
| tree | 9b64adbb4346201268e04a0ee1091ab9f4d6c962 /i18n/locales | |
| parent | 8e70ba35379d21d89704f1095b7fd32bf286525d (diff) | |
(김준회) dolce l10n 없는 키 생성, experimental은 주석처리
Diffstat (limited to 'i18n/locales')
| -rw-r--r-- | i18n/locales/en/engineering.json | 10 | ||||
| -rw-r--r-- | i18n/locales/ko/engineering.json | 10 |
2 files changed, 18 insertions, 2 deletions
diff --git a/i18n/locales/en/engineering.json b/i18n/locales/en/engineering.json index 865903c6..805ce0a7 100644 --- a/i18n/locales/en/engineering.json +++ b/i18n/locales/en/engineering.json @@ -327,7 +327,15 @@ "targetContracts": "Target Contracts", "progress": "Progress", "itemCount": "{{count}} items", - "contractCount": "{{count}} contracts" + "contractCount": "{{count}} contracts", + "experimental": "In Development", + "documents": "Documents", + "revisions": "Revisions", + "attachments": "Attachments", + "pendingShort": "Pending", + "syncedShort": "Synced", + "failedShort": "Failed", + "detailsByType": "Details by Type" }, "messages": { "noVendorId": "Vendor ID not found", diff --git a/i18n/locales/ko/engineering.json b/i18n/locales/ko/engineering.json index 3d080143..9df1c1e7 100644 --- a/i18n/locales/ko/engineering.json +++ b/i18n/locales/ko/engineering.json @@ -327,7 +327,15 @@ "targetContracts": "대상 계약", "progress": "진행률", "itemCount": "{{count}}건", - "contractCount": "{{count}}개" + "contractCount": "{{count}}개", + "experimental": "개발중", + "documents": "문서", + "revisions": "리비전", + "attachments": "첨부파일", + "pendingShort": "대기", + "syncedShort": "완료", + "failedShort": "실패", + "detailsByType": "유형별 상세정보" }, "messages": { "noVendorId": "벤더 ID를 찾을 수 없습니다", |
