# Translation of Odoo Server. # This file contains the translation of the following modules: # * payment_aps # # Translators: # Wil Odoo, 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: Wil Odoo, 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_aps #: model:ir.model.fields,field_description:payment_aps.field_payment_provider__aps_access_code msgid "APS Access Code" msgstr "APS 액세스 코드" #. module: payment_aps #: model:ir.model.fields,field_description:payment_aps.field_payment_provider__aps_merchant_identifier msgid "APS Merchant Identifier" msgstr "APS 판매자 식별 기호" #. module: payment_aps #: model:ir.model.fields,field_description:payment_aps.field_payment_provider__aps_sha_request msgid "APS SHA Request Phrase" msgstr "APS SHA 요청 문구" #. module: payment_aps #: model:ir.model.fields,field_description:payment_aps.field_payment_provider__aps_sha_response msgid "APS SHA Response Phrase" msgstr "APS SHA 요청 문구" #. module: payment_aps #: model_terms:ir.ui.view,arch_db:payment_aps.payment_provider_form msgid "Access Code" msgstr "액세스 코드" #. module: payment_aps #: model:ir.model.fields.selection,name:payment_aps.selection__payment_provider__code__aps msgid "Amazon Payment Services" msgstr "Amazon 결제 서비스" #. module: payment_aps #: model:ir.model.fields,field_description:payment_aps.field_payment_provider__code msgid "Code" msgstr "코드" #. module: payment_aps #: model_terms:ir.ui.view,arch_db:payment_aps.payment_provider_form msgid "Merchant Identifier" msgstr "판매자 식별 기호" #. module: payment_aps #. odoo-python #: code:addons/payment_aps/models/payment_transaction.py:0 #, python-format msgid "No transaction found matching reference %s." msgstr "%s 참조와 일치하는 거래 항목이 없습니다." #. module: payment_aps #: model:ir.model,name:payment_aps.model_payment_provider msgid "Payment Provider" msgstr "결제대행업체" #. module: payment_aps #: model:ir.model,name:payment_aps.model_payment_transaction msgid "Payment Transaction" msgstr "지불 거래" #. module: payment_aps #. odoo-python #: code:addons/payment_aps/models/payment_transaction.py:0 #, python-format msgid "Received data with missing payment state." msgstr "결제 상태가 누락된 데이터가 수신되었습니다. " #. module: payment_aps #. odoo-python #: code:addons/payment_aps/models/payment_transaction.py:0 #, python-format msgid "Received data with missing reference %(ref)s." msgstr "참조 %(ref)s가 누락된 데이터가 수신되었습니다." #. module: payment_aps #. odoo-python #: code:addons/payment_aps/models/payment_transaction.py:0 #, python-format msgid "" "Received invalid transaction status %(status)s and reason '%(reason)s'." msgstr "잘못된 거래 상태 %(status)s와 사유 '%(reason)s'가 수신되었습니다." #. module: payment_aps #: model_terms:ir.ui.view,arch_db:payment_aps.payment_provider_form msgid "SHA Request Phrase" msgstr "SHA 요청 문구" #. module: payment_aps #: model_terms:ir.ui.view,arch_db:payment_aps.payment_provider_form msgid "SHA Response Phrase" msgstr "SHA 요청 문구" #. module: payment_aps #: model:ir.model.fields,help:payment_aps.field_payment_provider__aps_access_code msgid "The access code associated with the merchant account." msgstr "판매자 계정과 연결된 액세스 코드입니다." #. module: payment_aps #: model:ir.model.fields,help:payment_aps.field_payment_provider__aps_merchant_identifier msgid "The code of the merchant account to use with this provider." msgstr "이 공급업체에서 사용할 판매자 계정 코드입니다." #. module: payment_aps #: model:ir.model.fields,help:payment_aps.field_payment_provider__code msgid "The technical code of this payment provider." msgstr "이 결제대행업체의 기술 코드입니다."