diff options
| author | joonhoekim <26rote@gmail.com> | 2025-09-14 13:27:37 +0000 |
|---|---|---|
| committer | joonhoekim <26rote@gmail.com> | 2025-09-14 13:27:37 +0000 |
| commit | 3f293c90beb58ce206a66ff444d7acfc41b56429 (patch) | |
| tree | 7e0eb2f07b211b856d44c6bddad67d72759e1f47 /i18n | |
| parent | de81b281d9a3c2883a623c3f25e2889ec10a091b (diff) | |
(김준회) Vendor Pool 구현
Diffstat (limited to 'i18n')
| -rw-r--r-- | i18n/locales/en/menu.json | 4 | ||||
| -rw-r--r-- | i18n/locales/ko/menu.json | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/i18n/locales/en/menu.json b/i18n/locales/en/menu.json index 03546833..fdd056f4 100644 --- a/i18n/locales/en/menu.json +++ b/i18n/locales/en/menu.json @@ -103,6 +103,10 @@ "pq_status_desc": "Check vendor submitted PQ/investigation status", "basic_contract": "Vendor Basic Contract Management", "basic_contract_desc": "Check basic contract status", + "avl_management": "AVL Management", + "avl_management_desc": "AVL Management", + "vendor_pool": "Vendor Pool Management", + "vendor_pool_desc": "Vendor Pool Management", "project_avl": "Project AVL", "project_avl_desc": "AVL list according to project PQ", "risk_input": "Credit Rating Information Input", diff --git a/i18n/locales/ko/menu.json b/i18n/locales/ko/menu.json index 4e2b073e..e9e1b87f 100644 --- a/i18n/locales/ko/menu.json +++ b/i18n/locales/ko/menu.json @@ -105,6 +105,10 @@ "pq_status_desc": "협력업체의 제출 PQ/실사 현황을 확인", "basic_contract": "협력업체 기본 계약 관리", "basic_contract_desc": "기본 계약 현황을 확인", + "avl_management": "AVL 관리", + "avl_management_desc": "AVL 관리", + "vendor_pool": "벤더풀 관리", + "vendor_pool_desc": "벤더풀 관리", "project_avl": "프로젝트 AVL", "project_avl_desc": "프로젝트 PQ에 따른 AVL 리스트", "risk_input": "신용평가정보 입력", |
