diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f3a14a7..3c792b56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## Added +- Korean transaltions + ## [0.13.9] - 2023-09-24 ### Added diff --git a/checkout-ui-custom/src/_js/_locale-infos.js b/checkout-ui-custom/src/_js/_locale-infos.js index 66933126..b0b36634 100644 --- a/checkout-ui-custom/src/_js/_locale-infos.js +++ b/checkout-ui-custom/src/_js/_locale-infos.js @@ -661,4 +661,32 @@ module.exports._locale = { state: 'Štát', locale: 'cs', }, + KOR: { + country: "국가", + postalCode: "우편번호", + couponInactive: "할인을 받을 수 없습니다. 조건을 확인하세요.", + editLabel: "편집", + paypalImg: "", + paypalPhone: "1 (888) 221-1161", + cartSubmitButton: "결제로 이동", + deliveryDateText: "도착 예정일", + PickupDateText: "준비 완료 예정일", + eachLabel: "개당", + tomorrowLabel: "내일", + cartNoteLabel: "선물 메시지 또는 코멘트", + identifiedUserMessage: "다시 오신 것을 환영합니다!\n거래를 신속하게 진행하기 위해 정보를 안전하게 입력했습니다.", + address1Placeholder: "거리 주소 또는 P.O. 박스", + address2Placeholder: "아파트, 스위트, 건물, 층 등 (선택 사항)", + checkoutStepsLabelCart: "장바구니", + checkoutStepsLabelIdentification: "본인 확인", + checkoutStepsLabelShipping: "배송", + checkoutStepsLabelPayment: "결제", + checkoutStepsLabelConfirmation: "확인", + googleAddressLabel: "거리 주소", + requiredField: "이 필드는 필수입니다.", + city: "도시", + state: "주", + locale: "ko-KR", + noStreetAddress: "배송 정보에 필수 필드가 누락되었습니다. 거리 주소 또는 P.O. 박스를 포함하세요." + }, }