diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-09-15 14:41:01 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-09-15 14:41:01 +0000 |
| commit | 4ee8b24cfadf47452807fa2af801385ed60ab47c (patch) | |
| tree | e1d1fb029f0cf5519c517494bf9a545505c35700 /i18n | |
| parent | 265859d691a01cdcaaf9154f93c38765bc34df06 (diff) | |
(대표님) 작업사항 - rfqLast, tbeLast, pdfTron, userAuth
Diffstat (limited to 'i18n')
| -rw-r--r-- | i18n/locales/en/menu.json | 8 | ||||
| -rw-r--r-- | i18n/locales/ko/menu.json | 8 |
2 files changed, 14 insertions, 2 deletions
diff --git a/i18n/locales/en/menu.json b/i18n/locales/en/menu.json index fdd056f4..402bf1ae 100644 --- a/i18n/locales/en/menu.json +++ b/i18n/locales/en/menu.json @@ -160,10 +160,12 @@ "tbe_ship_desc": "History management of TBE and vendor responses", "tbe_plant": "Technical (Quality) Evaluation (TBE) Offshore", "tbe_plant_desc": "History management of TBE generated from S-EDP and vendor responses", - "po_issuance": "PO Issuance", + "po_issuance": "PO/Contract Management", "po_issuance_desc": "PO (Purchase Order) confirmation/signature request/contract details storage", "po_amendment": "PO Amendment Issuance", "po_amendment_desc": "Amendment PO (Purchase Order) creation/signature request/contract details storage", + "pcr": "PCR", + "pcr_desc": "Purchase Change Request management", "general_contract": "General Contract", "general_contract_desc": "General contract management" }, @@ -224,12 +226,16 @@ "po_desc": "Order list confirmation and electronic signature", "po_amendment": "PO Amendment", "po_amendment_desc": "Order list confirmation and electronic signature", + "pcr": "PCR", + "pcr_desc": "Purchase Change Request management", "general_contract": "General Contract", "general_contract_desc": "Order list confirmation and electronic signature", "rfq_response":"견적 응답", "rfq_response_desc":"견적 요청에 대한 응답 작성" }, "engineering": { + "tbe": "TBE", + "tbe_desc": "Technical Bid Evaluation", "title": "Engineering", "data_input_ship": "Data Input", "data_input_ship_desc": "Vendor data input based on reference information", diff --git a/i18n/locales/ko/menu.json b/i18n/locales/ko/menu.json index e9e1b87f..d6c3d340 100644 --- a/i18n/locales/ko/menu.json +++ b/i18n/locales/ko/menu.json @@ -164,10 +164,12 @@ "tbe_ship_desc": "TBE와 업체의 응답에 대한 이력 관리", "tbe_plant": "기술(품질) 평가 (TBE) 해양", "tbe_plant_desc": "S-EDP로부터 생성된 TBE와 업체의 응답에 대한 이력 관리", - "po_issuance": "PO 발행", + "po_issuance": "PO/계약 관리", "po_issuance_desc": "PO(구매 발주서) 확인/서명 요청/계약 내역 저장", "po_amendment": "변경 PO 발행", "po_amendment_desc": "변경 PO(구매 발주서) 생성/서명 요청/계약 내역 저장", + "pcr": "PCR", + "pcr_desc": "PCR 관리", "general_contract": "일반 계약", "general_contract_desc": "일반 계약 관리" }, @@ -227,6 +229,8 @@ "po_desc": "발주 리스트 확인 및 전자서명", "po_amendment": "PO Amendment", "po_amendment_desc": "발주 리스트 확인 및 전자서명", + "pcr": "PCR", + "pcr_desc": "PCR 관리", "general_contract": "일반 계약", "general_contract_desc": "발주 리스트 확인 및 전자서명", "rfq_response":"견적 응답", @@ -234,6 +238,8 @@ }, "engineering": { "title": "Engineering", + "tbe": "TBE", + "tbe_desc": "Technical Bid Evaluation", "data_input_ship": "데이터 입력", "data_input_ship_desc": "기준 정보에 입각한 협력업체 데이터 입력", "document_list_ship": "문서/도서 리스트 및 제출(조선)", |
