diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-10-29 07:43:44 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-10-29 07:43:44 +0000 |
| commit | 2eb717eb2bbfd97a5f149d13049aa336c26c393b (patch) | |
| tree | 274283b7759bfba619e6d143edccf3845ba45ed6 /i18n/locales | |
| parent | bfc26491991997b5b109af6ea6bc75a8be138e9a (diff) | |
(최겸) 구매 실사 개발(진행중)
Diffstat (limited to 'i18n/locales')
| -rw-r--r-- | i18n/locales/en/menu.json | 5 | ||||
| -rw-r--r-- | i18n/locales/ko/menu.json | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/i18n/locales/en/menu.json b/i18n/locales/en/menu.json index 712b1d12..8a245e04 100644 --- a/i18n/locales/en/menu.json +++ b/i18n/locales/en/menu.json @@ -30,7 +30,6 @@ "basic_contract": "Basic Contract Management", "engineering_management": "Engineering Management", "engineering_in_procurement":"Procurement Engineering" - }, "menu": { "master_data": { @@ -244,7 +243,9 @@ "pq_new": "PQ Submission", "pq_new_desc": "Submit PQ", "rfq_response":"RFQ Response", - "rfq_response_desc":"Create response to quotation request" + "rfq_response_desc":"Create response to quotation request", + "site_visit_management": "Site Visit Management", + "site_visit_management_desc": "Manage vendor site visit schedules and results" }, "engineering": { "tbe": "TBE", diff --git a/i18n/locales/ko/menu.json b/i18n/locales/ko/menu.json index ce69f274..407c490b 100644 --- a/i18n/locales/ko/menu.json +++ b/i18n/locales/ko/menu.json @@ -245,9 +245,11 @@ "general_contract_desc": "발주 리스트 확인 및 전자서명", "pq_new": "PQ 제출", "pq_new_desc": "PQ 제출", - "rfq_response": "견적 응답", - "rfq_response_desc": "견적 요청에 대한 응답 작성" - }, + "rfq_response": "견적 응답", + "rfq_response_desc": "견적 요청에 대한 응답 작성", + "site_visit_management": "방문실사 관리", + "site_visit_management_desc": "협력업체 방문실사 일정 및 결과 관리" + }, "engineering": { "title": "Engineering", "tbe": "TBE", |
