diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-11-10 11:25:19 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-11-10 11:25:19 +0900 |
| commit | a5501ad1d1cb836d2b2f84e9b0f06049e22c901e (patch) | |
| tree | 667ed8c5d6ec35b109190e9f976d66ae54def4ce /i18n | |
| parent | b0fe980376fcf1a19ff4b90851ca8b01f378fdc0 (diff) | |
| parent | f8a38907911d940cb2e8e6c9aa49488d05b2b578 (diff) | |
Merge remote-tracking branch 'origin/dujinkim' into master_homemaster
Diffstat (limited to 'i18n')
| -rw-r--r-- | i18n/locales/en/menu.json | 7 | ||||
| -rw-r--r-- | i18n/locales/ko/menu.json | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/i18n/locales/en/menu.json b/i18n/locales/en/menu.json index 5a7e3297..ef74943e 100644 --- a/i18n/locales/en/menu.json +++ b/i18n/locales/en/menu.json @@ -29,7 +29,8 @@ "legal": "Legal Review", "basic_contract": "Basic Contract Management", "engineering_management": "Engineering Management", - "engineering_in_procurement":"Procurement Engineering" + "engineering_in_procurement":"Procurement Engineering", + "system": "System" }, "menu": { "master_data": { @@ -195,8 +196,8 @@ "email_log": "Email Transmission History Inquiry", "email_whitelist": "Send Email OTP Whitelist Management", "login_history": "Login/Logout History Inquiry", - "page_visits": "Page Access History Inquiry" - + "page_visits": "Page Access History Inquiry", + "change_vendor": "Change Vendor" }, "vendor": { "bidding": { diff --git a/i18n/locales/ko/menu.json b/i18n/locales/ko/menu.json index 44e41e59..fbc383d5 100644 --- a/i18n/locales/ko/menu.json +++ b/i18n/locales/ko/menu.json @@ -29,7 +29,8 @@ "basic_contract": "기본계약 관리", "engineering_management": "설계 관리", "propose": "견적 및 입찰", - "engineering_in_procurement": "구매 설계" + "engineering_in_procurement": "구매 설계", + "system": "시스템" }, "menu": { "master_data": { @@ -199,7 +200,8 @@ "email_log": "이메일 발신 이력 조회", "email_whitelist": "이메일 OTP 화이트리스트 관리", "login_history": "로그인/아웃 이력 조회", - "page_visits": "페이지 접속 이력 조회" + "page_visits": "페이지 접속 이력 조회", + "change_vendor": "벤더 변경" }, "vendor": { "bidding": { |
