Fixes: 1) Corrected mismatched line references in translations; 2) Adjusted timestamps in locale files for accuracy; Extra: Refactored and cleaned up unused or misplaced translation entries.
132 lines
3.5 KiB
Text
132 lines
3.5 KiB
Text
#
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: 1\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"POT-Creation-Date: 2025-06-21 16:40+0100\n"
|
|
"PO-Revision-Date: 2025-01-30 03:27+0000\n"
|
|
"Last-Translator: EGOR GORBUNOV <CONTACT@FUREUNOIR.COM>\n"
|
|
"Language-Team: BRITISH ENGLISH <CONTACT@FUREUNOIR.COM>\n"
|
|
"Language: ro-ro\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
|
|
#: payments/admin.py:15 payments/models.py:43
|
|
msgid "transaction"
|
|
msgstr "Tranzacție"
|
|
|
|
#: payments/admin.py:16 payments/models.py:44
|
|
msgid "transactions"
|
|
msgstr "Tranzacții"
|
|
|
|
#: payments/apps.py:8
|
|
msgid "payments"
|
|
msgstr "Plăți"
|
|
|
|
#: payments/apps.py:10
|
|
msgid "eVibes Engine"
|
|
msgstr "Motorul eVibes"
|
|
|
|
#: payments/choices.py:3
|
|
msgid "deposit"
|
|
msgstr "Depozit"
|
|
|
|
#: payments/choices.py:3
|
|
msgid "withdraw"
|
|
msgstr "Retragere"
|
|
|
|
#: payments/docs/drf/views.py:10
|
|
msgid "deposit to balance"
|
|
msgstr "Depozit la sold"
|
|
|
|
#: payments/docs/drf/views.py:11
|
|
msgid "deposit some money to balance"
|
|
msgstr "Depuneți niște bani la sold"
|
|
|
|
#: payments/models.py:21
|
|
msgid "order to process after paid"
|
|
msgstr "Ordin de procesare după plată"
|
|
|
|
#: payments/models.py:24
|
|
msgid "processing details"
|
|
msgstr "Detalii de prelucrare"
|
|
|
|
#: payments/models.py:39
|
|
#, python-brace-format
|
|
msgid ""
|
|
"transaction amount must fit into "
|
|
"{config.PAYMENT_GATEWAY_MINIMUM}-{config.PAYMENT_GATEWAY_MAXIMUM}"
|
|
msgstr ""
|
|
"Valoarea tranzacției trebuie să se încadreze în "
|
|
"{config.PAYMENT_GATEWAY_MINIMUM}-{config.PAYMENT_GATEWAY_MAXIMUM}"
|
|
|
|
#: payments/models.py:61
|
|
msgid "balance"
|
|
msgstr "Echilibru"
|
|
|
|
#: payments/models.py:62
|
|
msgid "balances"
|
|
msgstr "Balanță"
|
|
|
|
#: payments/templates/balance_deposit_email.html:8
|
|
#: payments/templates/balance_deposit_email.html:100
|
|
msgid "Activate Your Account"
|
|
msgstr "Activați contul dvs."
|
|
|
|
#: payments/templates/balance_deposit_email.html:94
|
|
msgid "Logo"
|
|
msgstr "Logo"
|
|
|
|
#: payments/templates/balance_deposit_email.html:101
|
|
#, python-format
|
|
msgid "Hello %(user.first_name)s,"
|
|
msgstr "Bună ziua %(user.first_name)s,"
|
|
|
|
#: payments/templates/balance_deposit_email.html:102
|
|
#, python-format
|
|
msgid ""
|
|
"Thank you for signing up for %(config.PROJECT_NAME)s. Please activate your\n"
|
|
" account by clicking the button below:"
|
|
msgstr ""
|
|
"Vă mulțumim pentru înscrierea la %(config.PROJECT_NAME)s. Vă rugăm să vă "
|
|
"activați contul făcând clic pe butonul de mai jos:"
|
|
|
|
#: payments/templates/balance_deposit_email.html:105
|
|
msgid ""
|
|
"Activate\n"
|
|
" Account"
|
|
msgstr ""
|
|
"Activare\n"
|
|
" Cont"
|
|
|
|
#: payments/templates/balance_deposit_email.html:108
|
|
msgid ""
|
|
"If the button above does not work, please copy and paste the following URL\n"
|
|
" into your web browser:"
|
|
msgstr ""
|
|
"Dacă butonul de mai sus nu funcționează, vă rugăm să copiați și să lipiți "
|
|
"următoarea adresă URL în browserul dvs. web:"
|
|
|
|
#: payments/templates/balance_deposit_email.html:111
|
|
#, python-format
|
|
msgid "Best regards,<br>The %(config.PROJECT_NAME)s Team"
|
|
msgstr "Salutări,<br>Echipa %(config.PROJECT_NAME)s"
|
|
|
|
#: payments/templates/balance_deposit_email.html:116
|
|
msgid ""
|
|
"All rights\n"
|
|
" reserved."
|
|
msgstr ""
|
|
"Toate drepturile\n"
|
|
" rezervate."
|
|
|
|
#: payments/utils/__init__.py:8
|
|
msgid "a provider to get rates from is required"
|
|
msgstr "Este necesar un furnizor de la care să se obțină tarife"
|
|
|
|
#: payments/utils/__init__.py:15
|
|
#, python-brace-format
|
|
msgid "couldn't find provider {provider}"
|
|
msgstr "Nu am putut găsi furnizorul {provider}"
|