Files
Yamen Ahmad 3e83d8d7d5 feat: add complete EnCoach backend — Odoo 19 + all addons
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
2026-04-01 17:10:04 +04:00

182 lines
6.1 KiB
Plaintext

# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * pos_qfpay
#
# Busoi Cristina <elena.busoi@capps.ai>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 19.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-12-03 10:33+0000\n"
"Last-Translator: Busoi Cristina <elena.busoi@capps.ai>\n"
"Language-Team: Romanian <https://translate.odoo.com/projects/odoo-19/"
"pos_qfpay/ro/>\n"
"Language: ro\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < "
"20)) ? 1 : 2;\n"
"X-Generator: Weblate 5.14.3\n"
#. module: pos_qfpay
#: model:ir.model.fields.selection,name:pos_qfpay.selection__pos_payment_method__qfpay_payment_type__alipay
msgid "Alipay"
msgstr "Alipay"
#. module: pos_qfpay
#: model:ir.model.fields.selection,name:pos_qfpay.selection__pos_payment_method__qfpay_payment_type__amex_card
msgid "American Express Card"
msgstr "Card American Express"
#. module: pos_qfpay
#. odoo-javascript
#: code:addons/pos_qfpay/static/src/app/payment_qfpay.js:0
msgid "Credit card payments refund must be for the full amount."
msgstr ""
"Rambursarea plăților efectuate cu cardul de credit trebuie să fie pentru "
"suma integrală."
#. module: pos_qfpay
#: model:ir.model.fields,field_description:pos_qfpay.field_pos_payment_method__display_name
msgid "Display Name"
msgstr "Nume Afișat"
#. module: pos_qfpay
#: model:ir.model.fields.selection,name:pos_qfpay.selection__pos_payment_method__qfpay_payment_type__fps
msgid "FPS"
msgstr "FPS"
#. module: pos_qfpay
#. odoo-javascript
#: code:addons/pos_qfpay/static/src/app/qfpay.js:0
msgid ""
"Failed to connect to the QFPay terminal. This might be a certificate issue.\n"
"Make sure you imported the certificates provided by QFPay on this machine."
msgstr ""
"Nu s-a putut conecta la terminalul QFPay. Este posibil să fie o problemă "
"legată de certificat.\n"
"Asigurați-vă că ați importat certificatele furnizate de QFPay pe acest "
"dispozitiv."
#. module: pos_qfpay
#: model:ir.model.fields,field_description:pos_qfpay.field_pos_payment_method__id
msgid "ID"
msgstr "ID"
#. module: pos_qfpay
#. odoo-javascript
#: code:addons/pos_qfpay/static/src/app/payment_qfpay.js:0
msgid "No payment with %s found for this order."
msgstr "Nu s-a găsit nicio plată cu %s pentru această comandă."
#. module: pos_qfpay
#: model:ir.model.fields.selection,name:pos_qfpay.selection__pos_payment_method__qfpay_payment_type__octopus
msgid "Octopus"
msgstr "Caracatiță"
#. module: pos_qfpay
#: model:ir.model.fields.selection,name:pos_qfpay.selection__pos_payment_method__qfpay_payment_type__payme
msgid "PayMe"
msgstr "Plătește-mă"
#. module: pos_qfpay
#: model:ir.model,name:pos_qfpay.model_pos_payment_method
msgid "Point of Sale Payment Methods"
msgstr "Metode de plată Punct de vânzare"
#. module: pos_qfpay
#. odoo-javascript
#: code:addons/pos_qfpay/static/src/app/payment_qfpay.js:0
msgid "QFPay Error"
msgstr "Eroare QFPay"
#. module: pos_qfpay
#: model:ir.model.fields,field_description:pos_qfpay.field_pos_payment_method__qfpay_notification_key
msgid "QFPay Notification Key"
msgstr "Cheie de notificare QFPay"
#. module: pos_qfpay
#: model:ir.model.fields,field_description:pos_qfpay.field_pos_payment_method__qfpay_pos_key
msgid "QFPay POS Key"
msgstr "Cheie POS QFPay"
#. module: pos_qfpay
#: model:ir.model.fields,field_description:pos_qfpay.field_pos_payment_method__qfpay_payment_type
msgid "QFPay Payment Type"
msgstr "Tipul de plată QFPay"
#. module: pos_qfpay
#: model:ir.model.fields,field_description:pos_qfpay.field_pos_payment_method__qfpay_terminal_ip_address
msgid "QFPay Terminal IP Address"
msgstr "Adresa IP a terminalului QFPay"
#. module: pos_qfpay
#. odoo-python
#: code:addons/pos_qfpay/models/pos_payment_method.py:0
msgid "QFPay is only valid for HKD Currency"
msgstr "QFPay este valabil numai pentru moneda HKD"
#. module: pos_qfpay
#. odoo-javascript
#: code:addons/pos_qfpay/static/src/app/payment_qfpay.js:0
msgid ""
"QFPay payment failed. Please try again or use a different payment method."
msgstr ""
"Plata QFPay a eșuat. Vă rugăm să încercați din nou sau să utilizați o altă "
"metodă de plată."
#. module: pos_qfpay
#: model:ir.model.fields,field_description:pos_qfpay.field_pos_payment_method__qfpay_latest_response
msgid "Qfpay Latest Response"
msgstr "Ultimul răspuns Qfpay"
#. module: pos_qfpay
#. odoo-javascript
#: code:addons/pos_qfpay/static/src/app/payment_qfpay.js:0
msgid "Refund amount cannot be greater than the original payment amount."
msgstr "Suma rambursată nu poate fi mai mare decât suma plății inițiale."
#. module: pos_qfpay
#. odoo-javascript
#: code:addons/pos_qfpay/static/src/app/payment_qfpay.js:0
msgid ""
"Refunds can only be made on the same day before 23:00 HKT. Use the QFPay "
"portal to perform this refund"
msgstr ""
"Rambursările pot fi efectuate numai în aceeași zi, înainte de ora 23:00 HKT. "
"Utilizați portalul QFPay pentru a efectua această rambursare"
#. module: pos_qfpay
#. odoo-python
#: code:addons/pos_qfpay/models/pos_payment_method.py:0
msgid "This method can only be used with QFPay payment terminal."
msgstr "Această metodă poate fi utilizată numai cu terminalul de plată QFPay."
#. module: pos_qfpay
#: model:ir.model.fields.selection,name:pos_qfpay.selection__pos_payment_method__qfpay_payment_type__union
msgid "UnionPay QuickPass"
msgstr "UnionPay QuickPass"
#. module: pos_qfpay
#: model:ir.model.fields.selection,name:pos_qfpay.selection__pos_payment_method__qfpay_payment_type__unionpay_card
msgid "Unionpay Card"
msgstr "Card Unionpay"
#. module: pos_qfpay
#. odoo-javascript
#: code:addons/pos_qfpay/static/src/app/qfpay.js:0
msgid "Unknown error occurred"
msgstr "A apărut o eroare necunoscută"
#. module: pos_qfpay
#: model:ir.model.fields.selection,name:pos_qfpay.selection__pos_payment_method__qfpay_payment_type__card_payment
msgid "Visa/Mastercard"
msgstr "Visa/Mastercard"
#. module: pos_qfpay
#: model:ir.model.fields.selection,name:pos_qfpay.selection__pos_payment_method__qfpay_payment_type__wx
msgid "WeChat Pay"
msgstr "WeChat Pay"