diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-09-04 10:46:19 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-09-04 10:46:19 +0000 |
| commit | 13dc007de652ce3da2a5e85d2cdccafe2288dea9 (patch) | |
| tree | 37ed49bbb531adcb27aab93125efc249b2ce38be /i18n/locales | |
| parent | b67e36df49f067cbd5ba899f9fbcc755f38d4b4f (diff) | |
(임수민) EDP 벤더별 진척도 페이지 구현
- menu 작업
- 오류수정
Diffstat (limited to 'i18n/locales')
| -rw-r--r-- | i18n/locales/en/menu.json | 4 | ||||
| -rw-r--r-- | i18n/locales/ko/menu.json | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/i18n/locales/en/menu.json b/i18n/locales/en/menu.json index 33ade381..01a6cbbf 100644 --- a/i18n/locales/en/menu.json +++ b/i18n/locales/en/menu.json @@ -232,7 +232,9 @@ "document_management": "Document/Drawing List Management", "document_management_desc": "Manage vendor submission document/drawing lists", "document_submission": "Document/Drawing Submission", - "document_submission_desc": "Submit vendor documents/drawings" + "document_submission_desc": "Submit vendor documents/drawings", + "vendor_progress": "Vendor Progress", + "vendor_progress_desc": "View vendor EDP input progress" } }, "additional": { diff --git a/i18n/locales/ko/menu.json b/i18n/locales/ko/menu.json index bb8e4c00..c904dba8 100644 --- a/i18n/locales/ko/menu.json +++ b/i18n/locales/ko/menu.json @@ -81,7 +81,9 @@ "document_list_ship": "문서/도서 리스트 관리(조선)", "document_list_ship_desc": "벤더의 제출 도서/문서의 리스트를 관리", "vendor_data": "협력업체 데이터 관리", - "vendor_data_desc": "협력업체 설계 데이터 입력 및 관리" + "vendor_data_desc": "협력업체 설계 데이터 입력 및 관리", + "vendor_progress": "협력업체 진척도 현황", + "vendor_progress_desc": "협력업체 EDP 입력 진척도 현황" }, "vendor_management": { "title": "협력업체 관리", |
