# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * pos_online_payment
#
# Translators:
# Daye Jeong, 2023
# Wil Odoo, 2023
# Sarah Park, 2023
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
"Last-Translator: Sarah Park, 2023\n"
"Language-Team: Korean (https://app.transifex.com/odoo/teams/41243/ko/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: ko\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: pos_online_payment
#: model_terms:ir.ui.view,arch_db:pos_online_payment.pay
msgid "Error: The currency is missing or invalid."
msgstr "오류: 통화가 누락되었거나 잘못되었습니다."
#. module: pos_online_payment
#: model_terms:ir.ui.view,arch_db:pos_online_payment.pay_confirmation
msgid ""
"Error: There was a problem during the payment process."
msgstr "오류: 결제 처리 중 문제가 발생했습니다."
#. module: pos_online_payment
#: model_terms:ir.ui.view,arch_db:pos_online_payment.pay
msgid ""
"No suitable payment method could be found.\n"
"
\n"
" If you believe that it is an error, please contact the website administrator."
msgstr ""
"알맞은 결제 방법을 찾을 수 없습니다.\n"
"
\n"
" 오류가 계속 발생할 경우, 웹사이트 관리자에게 문의하시기 바랍니다."
#. module: pos_online_payment
#. odoo-python
#: code:addons/pos_online_payment/models/pos_config.py:0
#, python-format
msgid "A POS config cannot have more than one online payment method."
msgstr "POS에 온라인 결제 수단을 두 개 이상 설정할 수 없습니다."
#. module: pos_online_payment
#. odoo-python
#: code:addons/pos_online_payment/controllers/payment_portal.py:0
#, python-format
msgid "A payment option must be specified."
msgstr "결제 옵션을 지정해야 합니다"
#. module: pos_online_payment
#. odoo-python
#: code:addons/pos_online_payment/controllers/payment_portal.py:0
#, python-format
msgid ""
"A validation payment cannot be used for a Point of Sale online payment."
msgstr "결제 유효성 검사는 POS 온라인 결제에 사용할 수 없습니다."
#. module: pos_online_payment
#: model_terms:ir.ui.view,arch_db:pos_online_payment.pos_payment_method_view_form_inherit_pos_online_payment
msgid "All available providers"
msgstr "사용 가능한 모든 결제대행업체"
#. module: pos_online_payment
#. odoo-python
#: code:addons/pos_online_payment/models/pos_payment_method.py:0
#, python-format
msgid ""
"All payment providers configured for an online payment method must use the "
"same currency as the Sales Journal, or the company currency if that is not "
"set, of the POS config."
msgstr "온라인 결제 수단에 대해 설정된 모든 결제대행업체는 POS 설정의 판매 전표와 동일하거나 회사 통화로 설정해야 합니다."
#. module: pos_online_payment
#: model:ir.model.fields,field_description:pos_online_payment.field_pos_payment_method__online_payment_provider_ids
msgid "Allowed Providers"
msgstr "허용된 결제대행업체"
#. module: pos_online_payment
#: model_terms:ir.ui.view,arch_db:pos_online_payment.pay_confirmation
msgid "Amount"
msgstr "금액"
#. module: pos_online_payment
#. odoo-javascript
#: code:addons/pos_online_payment/static/src/app/customer_display/customer_display_template.xml:0
#: code:addons/pos_online_payment/static/src/app/utils/online_payment_popup/online_payment_popup.xml:0
#, python-format
msgid "Amount:"
msgstr "금액:"
#. module: pos_online_payment
#. odoo-javascript
#: code:addons/pos_online_payment/static/src/app/utils/online_payment_popup/online_payment_popup.xml:0
#, python-format
msgid "Cancel"
msgstr "취소"
#. module: pos_online_payment
#: model_terms:ir.ui.view,arch_db:pos_online_payment.pay
msgid "Cancel payment"
msgstr "결제 취소"
#. module: pos_online_payment
#. odoo-python
#: code:addons/pos_online_payment/models/pos_payment.py:0
#: code:addons/pos_online_payment/models/pos_payment.py:0
#, python-format
msgid "Cannot create a POS online payment without an accounting payment."
msgstr "POS 온라인 결제는 계정 결제 없이는 생성할 수 없습니다."
#. module: pos_online_payment
#. odoo-python
#: code:addons/pos_online_payment/models/pos_payment.py:0
#, python-format
msgid ""
"Cannot create a POS payment with a not online payment method and an online "
"accounting payment."
msgstr "POS 온라인 결제는 온라인 결제 방법 및 온라인 계정 결제 없이는 생성할 수 없습니다."
#. module: pos_online_payment
#. odoo-python
#: code:addons/pos_online_payment/models/pos_payment.py:0
#, python-format
msgid "Cannot edit a POS online payment essential data."
msgstr "POS 온라인 결제와 관련된 필수 데이터는 수정할 수 없습니다."
#. module: pos_online_payment
#. odoo-python
#: code:addons/pos_online_payment/models/pos_payment_method.py:0
#, python-format
msgid ""
"Could not create an online payment method (company_id=%d, pos_config_id=%d)"
msgstr "온라인 결제 방법을 생성할 수 없습니다 (company_id=%d, pos_config_id=%d)."
#. module: pos_online_payment
#: model:ir.model.fields,field_description:pos_online_payment.field_pos_payment_method__has_an_online_payment_provider
msgid "Has An Online Payment Provider"
msgstr "온라인 결제대행업체 보유"
#. module: pos_online_payment
#. odoo-javascript
#: code:addons/pos_online_payment/static/src/app/screens/payment_screen/payment_screen.js:0
#, python-format
msgid "Invalid online payment"
msgstr "잘못된 온라인 결제"
#. module: pos_online_payment
#. odoo-javascript
#: code:addons/pos_online_payment/static/src/app/screens/payment_screen/payment_screen.js:0
#, python-format
msgid "Invalid online payments"
msgstr "잘못된 온라인 결제"
#. module: pos_online_payment
#. odoo-javascript
#: code:addons/pos_online_payment/static/src/app/utils/online_payment_popup/online_payment_popup.xml:0
#, python-format
msgid "Invite your customer to scan the QR code to pay:"
msgstr "고객이 QR 코드를 스캔하여 결제하도록 초대합니다:"
#. module: pos_online_payment
#. odoo-javascript
#: code:addons/pos_online_payment/static/src/app/screens/payment_screen/payment_screen.js:0
#, python-format
msgid "Invoice could not be generated"
msgstr "청구서를 생성할 수 없음"
#. module: pos_online_payment
#: model:ir.model.fields,field_description:pos_online_payment.field_pos_order__next_online_payment_amount
msgid "Next online payment amount to pay"
msgstr "다음 온라인 결제 금액 지불"
#. module: pos_online_payment
#: model:ir.model.fields.selection,name:pos_online_payment.selection__pos_payment_method__type__online
msgid "Online"
msgstr "온라인"
#. module: pos_online_payment
#. odoo-python
#: code:addons/pos_online_payment/models/pos_payment_method.py:0
#: model:ir.model.fields,field_description:pos_online_payment.field_pos_payment_method__is_online_payment
#, python-format
msgid "Online Payment"
msgstr "온라인 결제"
#. module: pos_online_payment
#: model:ir.model.fields,field_description:pos_online_payment.field_pos_order__online_payment_method_id
msgid "Online Payment Method"
msgstr "온라인 결제 수단"
#. module: pos_online_payment
#: model:ir.model.fields,field_description:pos_online_payment.field_pos_payment__online_account_payment_id
msgid "Online accounting payment"
msgstr "온라인 계좌 결제"
#. module: pos_online_payment
#. odoo-javascript
#: code:addons/pos_online_payment/static/src/app/screens/payment_screen/payment_screen.js:0
#: code:addons/pos_online_payment/static/src/app/screens/payment_screen/payment_screen.js:0
#: code:addons/pos_online_payment/static/src/app/screens/payment_screen/payment_screen.js:0
#: code:addons/pos_online_payment/static/src/app/screens/payment_screen/payment_screen.js:0
#, python-format
msgid "Online payment unavailable"
msgstr "온라인 결제 불가"
#. module: pos_online_payment
#. odoo-javascript
#: code:addons/pos_online_payment/static/src/app/screens/payment_screen/payment_screen.js:0
#, python-format
msgid "Online payments cannot have a negative amount (%s: %s)."
msgstr "온라인 결제에는 마이너스 금액이 있을 수 없습니다 (%s: %s)."
#. module: pos_online_payment
#: model_terms:ir.ui.view,arch_db:pos_online_payment.pay_confirmation
msgid "Order ID"
msgstr "주문 아이디"
#. module: pos_online_payment
#: model_terms:ir.ui.view,arch_db:pos_online_payment.pay
msgid "Order ID:"
msgstr "주문 아이디:"
#. module: pos_online_payment
#: model_terms:ir.ui.view,arch_db:pos_online_payment.pay_confirmation
msgid "Order Reference"
msgstr "주문 참조"
#. module: pos_online_payment
#. odoo-javascript
#: code:addons/pos_online_payment/static/src/app/customer_display/customer_display_template.xml:0
#: code:addons/pos_online_payment/static/src/app/utils/online_payment_popup/online_payment_popup.xml:0
#, python-format
msgid "Order id:"
msgstr "주문 id:"
#. module: pos_online_payment
#. odoo-javascript
#: code:addons/pos_online_payment/static/src/app/customer_display/customer_display_template.xml:0
#: code:addons/pos_online_payment/static/src/app/utils/online_payment_popup/online_payment_popup.xml:0
#, python-format
msgid "Order reference:"
msgstr "주문 참조:"
#. module: pos_online_payment
#. odoo-javascript
#: code:addons/pos_online_payment/static/src/app/screens/payment_screen/payment_screen.js:0
#, python-format
msgid "Order saving issue"
msgstr "주문 저장 관련 문제"
#. module: pos_online_payment
#. odoo-python
#: code:addons/pos_online_payment/models/account_payment.py:0
#: code:addons/pos_online_payment/models/payment_transaction.py:0
#: model:ir.model.fields,field_description:pos_online_payment.field_account_payment__pos_order_id
#: model:ir.model.fields,field_description:pos_online_payment.field_payment_transaction__pos_order_id
#: model_terms:ir.ui.view,arch_db:pos_online_payment.payment_transaction_form
#: model_terms:ir.ui.view,arch_db:pos_online_payment.view_account_payment_form_inherit_pos_online_payment
#, python-format
msgid "POS Order"
msgstr "POS 주문"
#. module: pos_online_payment
#: model_terms:ir.ui.view,arch_db:pos_online_payment.pos_payment_method_view_form_inherit_pos_online_payment
msgid "Payment Providers"
msgstr "결제대행업체"
#. module: pos_online_payment
#: model:ir.model,name:pos_online_payment.model_payment_transaction
msgid "Payment Transaction"
msgstr "지불 거래"
#. module: pos_online_payment
#: model:ir.model,name:pos_online_payment.model_account_payment
msgid "Payments"
msgstr "결제"
#. module: pos_online_payment
#. odoo-javascript
#: code:addons/pos_online_payment/static/src/app/customer_display/customer_display_template.xml:0
#, python-format
msgid "Please scan the QR code to open the payment page"
msgstr "QR 코드를 스캔하여 결제 페이지를 열어주세요."
#. module: pos_online_payment
#: model:ir.model,name:pos_online_payment.model_pos_config
msgid "Point of Sale Configuration"
msgstr "POS 환경 설정"
#. module: pos_online_payment
#: model:ir.model,name:pos_online_payment.model_pos_order
msgid "Point of Sale Orders"
msgstr "점포판매시스템 주문"
#. module: pos_online_payment
#: model:ir.model,name:pos_online_payment.model_pos_payment_method
msgid "Point of Sale Payment Methods"
msgstr "POS 결제 수단"
#. module: pos_online_payment
#: model:ir.model,name:pos_online_payment.model_pos_payment
msgid "Point of Sale Payments"
msgstr "점포판매시스템 결제"
#. module: pos_online_payment
#: model:ir.model,name:pos_online_payment.model_pos_session
msgid "Point of Sale Session"
msgstr "점포판매시스템 기간"
#. module: pos_online_payment
#: model_terms:ir.ui.view,arch_db:pos_online_payment.pay_confirmation
msgid "Processed by"
msgstr "처리자"
#. module: pos_online_payment
#. odoo-javascript
#: code:addons/pos_online_payment/static/src/app/customer_display/customer_display_template.xml:0
#: code:addons/pos_online_payment/static/src/app/utils/online_payment_popup/online_payment_popup.xml:0
#, python-format
msgid "QR Code to pay"
msgstr "결제에 사용할 QR코드"
#. module: pos_online_payment
#. odoo-javascript
#: code:addons/pos_online_payment/static/src/app/utils/online_payment_popup/online_payment_popup.xml:0
#, python-format
msgid "Scan to Pay"
msgstr "스캔하여 결제"
#. module: pos_online_payment
#. odoo-javascript
#: code:addons/pos_online_payment/static/src/app/screens/payment_screen/payment_screen.js:0
#, python-format
msgid "Server error"
msgstr "서버 오류"
#. module: pos_online_payment
#. odoo-python
#: code:addons/pos_online_payment/models/payment_transaction.py:0
#, python-format
msgid "The POS online payment (tx.id=%d) could not be saved correctly"
msgstr "POS 온라인 결제 (tx.id=%d)를 올바르게 저장하지 못했습니다"
#. module: pos_online_payment
#. odoo-python
#: code:addons/pos_online_payment/models/payment_transaction.py:0
#, python-format
msgid ""
"The POS online payment (tx.id=%d) could not be saved correctly because the "
"online payment method could not be found"
msgstr "온라인 결제 수단을 찾을 수 없어 POS 온라인 결제 (tx.id=%d)를 올바르게 저장하지 못했습니다"
#. module: pos_online_payment
#. odoo-python
#: code:addons/pos_online_payment/controllers/payment_portal.py:0
#, python-format
msgid "The POS session is not opened."
msgstr "POS 세션이 열려 있지 않습니다."
#. module: pos_online_payment
#: model:ir.model.fields,help:pos_online_payment.field_payment_transaction__pos_order_id
msgid "The Point of Sale order linked to the payment transaction"
msgstr "결제 거래와 연결된 점포판매시스템 주문"
#. module: pos_online_payment
#: model:ir.model.fields,help:pos_online_payment.field_account_payment__pos_order_id
msgid "The Point of Sale order linked to this payment"
msgstr "이 결제와 연결된 점포판매시스템 주문"
#. module: pos_online_payment
#. odoo-javascript
#: code:addons/pos_online_payment/static/src/app/screens/payment_screen/payment_screen.js:0
#, python-format
msgid "The QR Code for paying could not be generated."
msgstr "결제용 QR 코드를 생성할 수 없습니다."
#. module: pos_online_payment
#. odoo-python
#: code:addons/pos_online_payment/controllers/payment_portal.py:0
#, python-format
msgid "The amount to pay has changed. Please refresh the page."
msgstr "결제 금액이 변경되었습니다. 페이지를 새로고침 하세요."
#. module: pos_online_payment
#. odoo-python
#: code:addons/pos_online_payment/controllers/payment_portal.py:0
#, python-format
msgid "The currency is invalid."
msgstr "유효하지 않은 통화입니다."
#. module: pos_online_payment
#. odoo-javascript
#: code:addons/pos_online_payment/static/src/app/screens/payment_screen/payment_screen.js:0
#, python-format
msgid "The invoice could not be generated."
msgstr "청구서를 생성할 수 없습니다."
#. module: pos_online_payment
#. odoo-python
#: code:addons/pos_online_payment/controllers/payment_portal.py:0
#, python-format
msgid "The order has been canceled."
msgstr "주문이 취소되었습니다."
#. module: pos_online_payment
#. odoo-javascript
#: code:addons/pos_online_payment/static/src/app/screens/payment_screen/payment_screen.js:0
#, python-format
msgid "The order has not been saved correctly on the server."
msgstr "주문이 서버에 올바르게 저장되지 않았습니다."
#. module: pos_online_payment
#. odoo-python
#: code:addons/pos_online_payment/models/pos_session.py:0
#, python-format
msgid "The partner of the POS online payment (id=%d) could not be found"
msgstr "POS 온라인 결제 협력사 (id=%d)를 찾을 수 없습다"
#. module: pos_online_payment
#. odoo-python
#: code:addons/pos_online_payment/controllers/payment_portal.py:0
#, python-format
msgid "The payment provider is invalid."
msgstr "결제대행업체가 올바르지 않습니다."
#. module: pos_online_payment
#. odoo-python
#: code:addons/pos_online_payment/controllers/payment_portal.py:0
#, python-format
msgid ""
"The payment should either be direct, with redirection, or made by a token."
msgstr "결제는 이동 후 직접 또는 토큰을 사용하여 진행되어야 합니다."
#. module: pos_online_payment
#. odoo-python
#: code:addons/pos_online_payment/controllers/payment_portal.py:0
#, python-format
msgid "The payment token is invalid."
msgstr "유효하지 않은 결제 토큰입니다."
#. module: pos_online_payment
#. odoo-python
#: code:addons/pos_online_payment/models/payment_transaction.py:0
#, python-format
msgid "The payment transaction (%d) has a negative amount."
msgstr "거래 결제 금액 (%d)이 마이너스입니다."
#. module: pos_online_payment
#. odoo-python
#: code:addons/pos_online_payment/controllers/payment_portal.py:0
#, python-format
msgid "The provided order or access token is invalid."
msgstr "주문 또는 액세스 토큰이 유효하지 않습니다."
#. module: pos_online_payment
#. odoo-python
#: code:addons/pos_online_payment/controllers/payment_portal.py:0
#, python-format
msgid "The provided partner_id is different than expected."
msgstr "입력한 파트너_id가 예상과 다릅니다."
#. module: pos_online_payment
#. odoo-javascript
#: code:addons/pos_online_payment/static/src/app/screens/payment_screen/payment_screen.js:0
#, python-format
msgid "The saved order could not be retrieved."
msgstr "저장한 주문을 검색할 수 없습니다."
#. module: pos_online_payment
#. odoo-javascript
#: code:addons/pos_online_payment/static/src/app/screens/payment_screen/payment_screen.js:0
#, python-format
msgid ""
"The total amount of remaining online payments to execute (%s) doesn't "
"correspond to the remaining unpaid amount of the order (%s)."
msgstr "남은 온라인 결제 금액 (%s)이 남은 미결제 금액 (%s)과 일치하지 않습니다."
#. module: pos_online_payment
#. odoo-javascript
#: code:addons/pos_online_payment/static/src/app/screens/payment_screen/payment_screen.js:0
#, python-format
msgid "There are online payments that were missing in your view."
msgstr "보기에 누락된 온라인 결제가 있습니다."
#. module: pos_online_payment
#. odoo-javascript
#: code:addons/pos_online_payment/static/src/app/screens/payment_screen/payment_screen.js:0
#, python-format
msgid ""
"There is a problem with the server. The order cannot be saved and therefore "
"the online payment is not possible."
msgstr "서버에 문제가 있습니다. 주문을 저장할 수 없어 온라인 결제를 처리할 수 없습니다."
#. module: pos_online_payment
#. odoo-javascript
#: code:addons/pos_online_payment/static/src/app/screens/payment_screen/payment_screen.js:0
#, python-format
msgid ""
"There is a problem with the server. The order online payment status cannot "
"be retrieved."
msgstr "서버에 문제가 있습니다. 온라인 결제 상태를 확인할 수 없습니다."
#. module: pos_online_payment
#. odoo-javascript
#: code:addons/pos_online_payment/static/src/app/screens/payment_screen/payment_screen.js:0
#, python-format
msgid ""
"There is a problem with the server. The order online payment status cannot "
"be retrieved. Are you sure there is no online payment for this order ?"
msgstr ""
"서버에 문제가 있습니다. 온라인 결제 상태를 확인할 수 없습니다. 이 주문에 대한 온라인 결제가 없는지 다시 확인해 주십시오."
#. module: pos_online_payment
#. odoo-python
#: code:addons/pos_online_payment/controllers/payment_portal.py:0
#, python-format
msgid ""
"There is no online payment method configured for this Point of Sale order."
msgstr "이 점포판매시스템에 대해 설정된 온라인 결제 수단이 없습니다."
#. module: pos_online_payment
#. odoo-python
#: code:addons/pos_online_payment/controllers/payment_portal.py:0
#, python-format
msgid "There is nothing to pay for this order."
msgstr "이 주문에는 결제할 금액이 없습니다."
#. module: pos_online_payment
#: model_terms:ir.ui.view,arch_db:pos_online_payment.pay
msgid "There is nothing to pay."
msgstr "지불할 금액이 없습니다."
#. module: pos_online_payment
#: model_terms:ir.ui.view,arch_db:pos_online_payment.pay
msgid "To Pay"
msgstr "지불하기"
#. module: pos_online_payment
#. odoo-python
#: code:addons/pos_online_payment/models/pos_config.py:0
#, python-format
msgid ""
"To use an online payment method in a POS config, it must have at least one "
"published payment provider supporting the currency of that POS config."
msgstr "POS 설정에서 온라인 결제 수단을 사용하려면 해당 POS의 설정 통화를 지원하는 결제대행업체가 하나 이상 있어야 합니다."
#. module: pos_online_payment
#. odoo-python
#: code:addons/pos_online_payment/controllers/payment_portal.py:0
#, python-format
msgid "Tokenization is not available for logged out customers."
msgstr "로그아웃한 고객은 토큰화 기능을 사용할 수 없습니다."
#. module: pos_online_payment
#: model_terms:ir.ui.view,arch_db:pos_online_payment.pay_confirmation
msgid "Transaction Reference"
msgstr "거래 참조"
#. module: pos_online_payment
#: model_terms:ir.ui.view,arch_db:pos_online_payment.pay_confirmation
msgid "Try again"
msgstr "다시 시도"
#. module: pos_online_payment
#: model:ir.model.fields,field_description:pos_online_payment.field_pos_payment_method__type
msgid "Type"
msgstr "유형"
#. module: pos_online_payment
#. odoo-javascript
#: code:addons/pos_online_payment/static/src/app/screens/payment_screen/payment_screen.js:0
#, python-format
msgid "Updated online payments"
msgstr "업데이트된 온라인 결제"
#. module: pos_online_payment
#: model:ir.model.fields,help:pos_online_payment.field_pos_payment_method__is_online_payment
msgid ""
"Use this payment method for online payments (payments made on a web page "
"with online payment providers)"
msgstr "온라인 결제 서비스 업체를 통해 웹페이지에서 이루어진 온라인 결제 수단입니다."
#. module: pos_online_payment
#. odoo-javascript
#: code:addons/pos_online_payment/static/src/app/screens/payment_screen/payment_screen.js:0
#, python-format
msgid "Yes"
msgstr "예"
#. module: pos_online_payment
#: model_terms:ir.ui.view,arch_db:pos_online_payment.pos_payment_method_view_form_inherit_pos_online_payment
msgid "You have not activated any"
msgstr "활성화하지 않은"
#. module: pos_online_payment
#: model_terms:ir.ui.view,arch_db:pos_online_payment.pos_payment_method_view_form_inherit_pos_online_payment
msgid "payment provider"
msgstr "결제대행업체"
#. module: pos_online_payment
#: model_terms:ir.ui.view,arch_db:pos_online_payment.pos_payment_method_view_form_inherit_pos_online_payment
msgid "to allow online payments."
msgstr "온라인 결제를 허용합니다."