diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-08-27 12:06:26 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-08-27 12:06:26 +0000 |
| commit | 7548e2ad6948f1c6aa102fcac408bc6c9c0f9796 (patch) | |
| tree | 8e66703ec821888ad51dcc242a508813a027bf71 /i18n/locales | |
| parent | 7eac558470ef179dad626a8e82db5784fe86a556 (diff) | |
(대표님, 최겸) 기본계약, 입찰, 파일라우트, 계약서명라우트, 인포메이션, 메뉴설정, PQ(메일템플릿 관련)
Diffstat (limited to 'i18n/locales')
| -rw-r--r-- | i18n/locales/en/menu.json | 6 | ||||
| -rw-r--r-- | i18n/locales/ko/menu.json | 8 |
2 files changed, 13 insertions, 1 deletions
diff --git a/i18n/locales/en/menu.json b/i18n/locales/en/menu.json index 1fc23fe9..3a1579d7 100644 --- a/i18n/locales/en/menu.json +++ b/i18n/locales/en/menu.json @@ -14,6 +14,7 @@ "common": "Common", "rfq_management": "RFQ", "quote_bid_management": "Quote/Bid Management", + "bidding_participation": "Bidding Participation", "evaluation_management": "Evaluation Management", "order_management": "Order Management", "menu": "Menu", @@ -177,6 +178,11 @@ }, "vendor": { + "bidding": { + "title": "Bidding Participation", + "list": "Bidding List", + "list_desc": "View available bidding opportunities and submit bids" + }, "sales": { "title": "Sales", "ship_rfq": "Shipbuilding RFQ", diff --git a/i18n/locales/ko/menu.json b/i18n/locales/ko/menu.json index 7b5e18d3..db7f9feb 100644 --- a/i18n/locales/ko/menu.json +++ b/i18n/locales/ko/menu.json @@ -8,12 +8,13 @@ }, "groups": { "basic_info": "기본 정보", - "design_info": "설계 정보", + "design_info": "설계 정보", "procurement_info": "구매 정보", "risk_management": "리스크 관리", "common": "공통", "rfq_management": "RFQ 관리", "quote_bid_management": "견적/입찰 관리", + "bidding_participation": "입찰 참여", "evaluation_management": "평가 관리", "order_management": "발주 관리", "menu": "메뉴", @@ -175,6 +176,11 @@ "page_visits": "페이지 접속 이력 조회" }, "vendor": { + "bidding": { + "title": "입찰 참여", + "list": "입찰 목록", + "list_desc": "참여 가능한 입찰 목록을 확인하고 응찰" + }, "sales": { "title": "Sales", "ship_rfq": "조선 RFQ", |
