Includes: - Odoo 19 framework (odoo/) - 27 custom EnCoach addons (new_project/custom_addons/) - encoach_core, encoach_api, encoach_lms_api, encoach_adaptive_api - encoach_exam, encoach_taxonomy, encoach_adaptive, encoach_assignment - encoach_ai, encoach_ai_grading, encoach_ai_generation, encoach_ai_media - encoach_courseware, encoach_communication, encoach_subscription - encoach_notification, encoach_approval, encoach_branding - encoach_classroom, encoach_registration, encoach_stats - encoach_faq, encoach_ticket, encoach_training, encoach_resources - encoach_adaptive_ai, encoach_sis - 21 OpenEduCat Enterprise modules (new_project/enterprise-19/) - 14 OpenEduCat Community modules (new_project/openeducat_erp-19.0/) - Configuration: odoo.conf, requirements.txt, scripts - 200+ REST API endpoints with JWT authentication - SRS and test documentation Made-with: Cursor
139 lines
5.0 KiB
Plaintext
139 lines
5.0 KiB
Plaintext
# Translation of Odoo Server.
|
|
# This file contains the translation of the following modules:
|
|
# * payment_nuvei
|
|
#
|
|
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
|
# "Kwanghee Park (kwpa)" <kwpa@odoo.com>, 2025.
|
|
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: Odoo Server 18.0\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
|
"PO-Revision-Date: 2025-11-11 17:17+0000\n"
|
|
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
|
"Language-Team: Korean <https://translate.odoo.com/projects/odoo-19/"
|
|
"payment_nuvei/ko/>\n"
|
|
"Language: ko\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: \n"
|
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
"X-Generator: Weblate 5.12.2\n"
|
|
|
|
#. module: payment_nuvei
|
|
#. odoo-python
|
|
#: code:addons/payment_nuvei/models/payment_transaction.py:0
|
|
msgid "%(payment_method)s requires both a first and last name."
|
|
msgstr "%(payment_method)s 항목에는 성과 이름을 모두 입력해야 합니다."
|
|
|
|
#. module: payment_nuvei
|
|
#. odoo-python
|
|
#: code:addons/payment_nuvei/models/payment_transaction.py:0
|
|
msgid ""
|
|
"An error occurred during the processing of your payment (%(reason)s). Please "
|
|
"try again."
|
|
msgstr ""
|
|
"결제를 처리하는 동안 오류가 발생했습니다 (%(reason)s). 다시 시도해 주세요."
|
|
|
|
#. module: payment_nuvei
|
|
#: model:ir.model.fields,field_description:payment_nuvei.field_payment_provider__code
|
|
msgid "Code"
|
|
msgstr "코드"
|
|
|
|
#. module: payment_nuvei
|
|
#: model:ir.model.fields,field_description:payment_nuvei.field_payment_provider__display_name
|
|
#: model:ir.model.fields,field_description:payment_nuvei.field_payment_transaction__display_name
|
|
msgid "Display Name"
|
|
msgstr "표시명"
|
|
|
|
#. module: payment_nuvei
|
|
#: model:ir.model.fields,field_description:payment_nuvei.field_payment_provider__id
|
|
#: model:ir.model.fields,field_description:payment_nuvei.field_payment_transaction__id
|
|
msgid "ID"
|
|
msgstr "ID"
|
|
|
|
#. module: payment_nuvei
|
|
#: model_terms:ir.ui.view,arch_db:payment_nuvei.payment_provider_form
|
|
msgid "Merchant Identifier"
|
|
msgstr "판매자 식별 기호"
|
|
|
|
#. module: payment_nuvei
|
|
#: model:ir.model.fields.selection,name:payment_nuvei.selection__payment_provider__code__nuvei
|
|
msgid "Nuvei"
|
|
msgstr "Nuvei"
|
|
|
|
#. module: payment_nuvei
|
|
#: model:ir.model.fields,field_description:payment_nuvei.field_payment_provider__nuvei_merchant_identifier
|
|
msgid "Nuvei Merchant Identifier"
|
|
msgstr "Nuvei 판매자 식별 기호"
|
|
|
|
#. module: payment_nuvei
|
|
#: model:ir.model.fields,field_description:payment_nuvei.field_payment_provider__nuvei_secret_key
|
|
msgid "Nuvei Secret Key"
|
|
msgstr "Nuvei 보안 키"
|
|
|
|
#. module: payment_nuvei
|
|
#: model:ir.model.fields,field_description:payment_nuvei.field_payment_provider__nuvei_site_identifier
|
|
msgid "Nuvei Site Identifier"
|
|
msgstr "Nuvei 사이트 식별 기호"
|
|
|
|
#. module: payment_nuvei
|
|
#: model:ir.model,name:payment_nuvei.model_payment_provider
|
|
msgid "Payment Provider"
|
|
msgstr "결제대행업체"
|
|
|
|
#. module: payment_nuvei
|
|
#: model:ir.model,name:payment_nuvei.model_payment_transaction
|
|
msgid "Payment Transaction"
|
|
msgstr "지불 거래"
|
|
|
|
#. module: payment_nuvei
|
|
#. odoo-python
|
|
#: code:addons/payment_nuvei/models/payment_transaction.py:0
|
|
msgid "Received data with missing payment state."
|
|
msgstr "결제 상태가 누락된 데이터가 수신되었습니다."
|
|
|
|
#. module: payment_nuvei
|
|
#. odoo-python
|
|
#: code:addons/payment_nuvei/models/payment_transaction.py:0
|
|
msgid "Received invalid transaction status %(status)s and reason '%(reason)s'."
|
|
msgstr "잘못된 거래 상태 %(status)s와 사유 '%(reason)s'가 수신되었습니다."
|
|
|
|
#. module: payment_nuvei
|
|
#: model_terms:ir.ui.view,arch_db:payment_nuvei.payment_provider_form
|
|
msgid "Secret Key"
|
|
msgstr "비밀 키"
|
|
|
|
#. module: payment_nuvei
|
|
#: model_terms:ir.ui.view,arch_db:payment_nuvei.payment_provider_form
|
|
msgid "Site Identifier"
|
|
msgstr "사이트 식별자"
|
|
|
|
#. module: payment_nuvei
|
|
#: model:ir.model.fields,help:payment_nuvei.field_payment_provider__nuvei_merchant_identifier
|
|
msgid "The code of the merchant account to use with this provider."
|
|
msgstr "이 공급업체에서 사용할 판매자 계정 코드입니다."
|
|
|
|
#. module: payment_nuvei
|
|
#. odoo-python
|
|
#: code:addons/payment_nuvei/models/payment_transaction.py:0
|
|
msgid "The customer left the payment page."
|
|
msgstr "고객이 결제 페이지를 나갔습니다."
|
|
|
|
#. module: payment_nuvei
|
|
#: model:ir.model.fields,help:payment_nuvei.field_payment_provider__nuvei_site_identifier
|
|
msgid "The site identifier code associated with the merchant account."
|
|
msgstr "판매자 계정과 연결된 사이트 식별 코드입니다."
|
|
|
|
#. module: payment_nuvei
|
|
#: model:ir.model.fields,help:payment_nuvei.field_payment_provider__code
|
|
msgid "The technical code of this payment provider."
|
|
msgstr "이 결제대행업체의 기술 코드입니다."
|
|
|
|
#~ msgid "No transaction found matching reference %(ref)s."
|
|
#~ msgstr "%(ref)s 참조와 일치하는 거래 항목이 없습니다."
|
|
|
|
#~ msgid "Received data with missing reference."
|
|
#~ msgstr "참조가 누락된 데이터가 수신되었습니다."
|