diff options
Diffstat (limited to 'i18n')
| -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", |
