# Translation of Odoo Server. # This file contains the translation of the following modules: # * payment_payumoney # # Translators: # Wil Odoo, 2023 # Daye Jeong, 2023 # msgid "" msgstr "" "Project-Id-Version: Odoo Server 17.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-10-26 21:56+0000\n" "PO-Revision-Date: 2023-10-26 23:09+0000\n" "Last-Translator: Daye Jeong, 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: payment_payumoney #: model:ir.model.fields,field_description:payment_payumoney.field_payment_provider__code msgid "Code" msgstr "코드" #. module: payment_payumoney #: model:ir.model.fields,field_description:payment_payumoney.field_payment_provider__payumoney_merchant_key msgid "Merchant Key" msgstr "판매자 키" #. module: payment_payumoney #: model:ir.model.fields,field_description:payment_payumoney.field_payment_provider__payumoney_merchant_salt msgid "Merchant Salt" msgstr "판매자 Salt" #. module: payment_payumoney #. odoo-python #: code:addons/payment_payumoney/models/payment_transaction.py:0 #, python-format msgid "No transaction found matching reference %s." msgstr "%s 참조와 일치하는 거래 항목이 없습니다." #. module: payment_payumoney #: model:ir.model.fields.selection,name:payment_payumoney.selection__payment_provider__code__payumoney #: model:payment.provider,name:payment_payumoney.payment_provider_payumoney msgid "PayUmoney" msgstr "PayUmoney" #. module: payment_payumoney #: model:ir.model,name:payment_payumoney.model_payment_provider msgid "Payment Provider" msgstr "결제대행업체" #. module: payment_payumoney #: model:ir.model,name:payment_payumoney.model_payment_transaction msgid "Payment Transaction" msgstr "지불 거래" #. module: payment_payumoney #. odoo-python #: code:addons/payment_payumoney/models/payment_transaction.py:0 #, python-format msgid "Received data with missing reference (%s)" msgstr "참조 (%s)가 누락된 데이터가 수신되었습니다 " #. module: payment_payumoney #: model:ir.model.fields,help:payment_payumoney.field_payment_provider__payumoney_merchant_key msgid "The key solely used to identify the account with PayU money" msgstr "PayU 머니로 계정을 식별하는 데 사용되는 ID입니다" #. module: payment_payumoney #. odoo-python #: code:addons/payment_payumoney/models/payment_transaction.py:0 #, python-format msgid "The payment encountered an error with code %s" msgstr "결제 중 코드 %s에서 오류가 발생했습니다" #. module: payment_payumoney #: model:ir.model.fields,help:payment_payumoney.field_payment_provider__code msgid "The technical code of this payment provider." msgstr "이 결제대행업체의 기술 코드입니다." #. module: payment_payumoney #: model_terms:ir.ui.view,arch_db:payment_payumoney.payment_provider_form msgid "" "This provider is deprecated.\n" " Consider disabling it and moving to Razorpay." msgstr "" "이 공급업체는 더 이상 사용되지 않습니다.\n" " 해당 공급업체를 비활성화하고 Razorpay로 이동하십시오." #. module: payment_payumoney #: model_terms:payment.provider,auth_msg:payment_payumoney.payment_provider_payumoney msgid "Your payment has been authorized." msgstr "귀하의 결제가 승인되었습니다." #. module: payment_payumoney #: model_terms:payment.provider,cancel_msg:payment_payumoney.payment_provider_payumoney msgid "Your payment has been cancelled." msgstr "귀하의 결제가 취소되었습니다." #. module: payment_payumoney #: model_terms:payment.provider,pending_msg:payment_payumoney.payment_provider_payumoney msgid "" "Your payment has been successfully processed but is waiting for approval." msgstr "결제가 성공적으로 처리되었지만 승인 대기 중입니다." #. module: payment_payumoney #: model_terms:payment.provider,done_msg:payment_payumoney.payment_provider_payumoney msgid "Your payment has been successfully processed." msgstr "성공적으로 결제가 완료되었습니다."