94 lines
3.0 KiB
Plaintext
94 lines
3.0 KiB
Plaintext
# Translation of Odoo Server.
|
|
# This file contains the translation of the following modules:
|
|
# * payment_mollie
|
|
#
|
|
# Translators:
|
|
# Wil Odoo, 2024
|
|
#
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: Odoo Server 17.1alpha1\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"POT-Creation-Date: 2024-01-08 06:52+0000\n"
|
|
"PO-Revision-Date: 2024-09-25 09:41+0000\n"
|
|
"Last-Translator: Wil Odoo, 2024\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_mollie
|
|
#: model_terms:ir.ui.view,arch_db:payment_mollie.payment_provider_form
|
|
msgid "API Key"
|
|
msgstr "API 키"
|
|
|
|
#. module: payment_mollie
|
|
#. odoo-python
|
|
#: code:addons/payment_mollie/models/payment_transaction.py:0
|
|
msgid "Cancelled payment with status: %s"
|
|
msgstr "결제 취소 상태: %s"
|
|
|
|
#. module: payment_mollie
|
|
#: model:ir.model.fields,field_description:payment_mollie.field_payment_provider__code
|
|
msgid "Code"
|
|
msgstr "코드"
|
|
|
|
#. module: payment_mollie
|
|
#. odoo-python
|
|
#: code:addons/payment_mollie/models/payment_provider.py:0
|
|
msgid "Could not establish the connection to the API."
|
|
msgstr "API 연결을 설정할 수 없습니다."
|
|
|
|
#. module: payment_mollie
|
|
#: model:ir.model.fields.selection,name:payment_mollie.selection__payment_provider__code__mollie
|
|
msgid "Mollie"
|
|
msgstr "Mollie"
|
|
|
|
#. module: payment_mollie
|
|
#: model:ir.model.fields,field_description:payment_mollie.field_payment_provider__mollie_api_key
|
|
msgid "Mollie API Key"
|
|
msgstr "모바일 API 키"
|
|
|
|
#. module: payment_mollie
|
|
#. odoo-python
|
|
#: code:addons/payment_mollie/models/payment_transaction.py:0
|
|
msgid "No transaction found matching reference %s."
|
|
msgstr "%s 참조와 일치하는 거래 항목이 없습니다."
|
|
|
|
#. module: payment_mollie
|
|
#: model:ir.model,name:payment_mollie.model_payment_provider
|
|
msgid "Payment Provider"
|
|
msgstr "결제대행업체"
|
|
|
|
#. module: payment_mollie
|
|
#: model:ir.model,name:payment_mollie.model_payment_transaction
|
|
msgid "Payment Transaction"
|
|
msgstr "지불 거래"
|
|
|
|
#. module: payment_mollie
|
|
#. odoo-python
|
|
#: code:addons/payment_mollie/models/payment_transaction.py:0
|
|
msgid "Received data with invalid payment status: %s"
|
|
msgstr "잘못된 결제 상태의 데이터가 수신되었습니다: %s"
|
|
|
|
#. module: payment_mollie
|
|
#: model:ir.model.fields,help:payment_mollie.field_payment_provider__mollie_api_key
|
|
msgid ""
|
|
"The Test or Live API Key depending on the configuration of the provider"
|
|
msgstr "공급업체 설정에 따른 테스트 또는 라이브 API 키"
|
|
|
|
#. module: payment_mollie
|
|
#. odoo-python
|
|
#: code:addons/payment_mollie/models/payment_provider.py:0
|
|
msgid ""
|
|
"The communication with the API failed. Mollie gave us the following "
|
|
"information: %s"
|
|
msgstr "API와의 통신에 실패했습니다. Mollie에서 다음 정보를 확인했습니다: %s"
|
|
|
|
#. module: payment_mollie
|
|
#: model:ir.model.fields,help:payment_mollie.field_payment_provider__code
|
|
msgid "The technical code of this payment provider."
|
|
msgstr "이 결제대행업체의 기술 코드입니다."
|