Fixes: 1) Harmonize inconsistent whitespace across translation files. Extra: Address formatting issues in translation strings for better readability and maintainability.
122 lines
3.3 KiB
Text
122 lines
3.3 KiB
Text
#
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: EVIBES 3.0.0\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"POT-Creation-Date: 2025-10-04 01:50+0300\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: en-us\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:45
|
|
msgid "transaction"
|
|
msgstr "Transaction"
|
|
|
|
#: payments/admin.py:16 payments/models.py:46
|
|
msgid "transactions"
|
|
msgstr "Transactions"
|
|
|
|
#: payments/apps.py:8
|
|
msgid "payments"
|
|
msgstr "Payments"
|
|
|
|
#: payments/choices.py:3
|
|
msgid "deposit"
|
|
msgstr "Deposit"
|
|
|
|
#: payments/choices.py:3
|
|
msgid "withdraw"
|
|
msgstr "Withdraw"
|
|
|
|
#: payments/docs/drf/views.py:10
|
|
msgid "deposit to balance"
|
|
msgstr "Deposit to balance"
|
|
|
|
#: payments/docs/drf/views.py:11
|
|
msgid "deposit some money to balance"
|
|
msgstr "Deposit some money to balance"
|
|
|
|
#: payments/models.py:19
|
|
msgid "order to process after paid"
|
|
msgstr "Order to process after paid"
|
|
|
|
#: payments/models.py:22
|
|
msgid "processing details"
|
|
msgstr "Processing details"
|
|
|
|
#: payments/models.py:41
|
|
#, python-brace-format
|
|
msgid ""
|
|
"transaction amount must fit into {config.PAYMENT_GATEWAY_MINIMUM}-{config."
|
|
"PAYMENT_GATEWAY_MAXIMUM}"
|
|
msgstr ""
|
|
"Transaction amount must fit into {config.PAYMENT_GATEWAY_MINIMUM}-{config."
|
|
"PAYMENT_GATEWAY_MAXIMUM}"
|
|
|
|
#: payments/models.py:63
|
|
msgid "balance"
|
|
msgstr "Balance"
|
|
|
|
#: payments/models.py:64
|
|
msgid "balances"
|
|
msgstr "Scales"
|
|
|
|
#: payments/templates/balance_deposit_email.html:6
|
|
#: payments/templates/balance_deposit_email.html:93
|
|
msgid "balance deposit"
|
|
msgstr "Balance Deposit"
|
|
|
|
#: payments/templates/balance_deposit_email.html:88
|
|
msgid "logo"
|
|
msgstr "Logo"
|
|
|
|
#: payments/templates/balance_deposit_email.html:94
|
|
#, python-format
|
|
msgid "hello %(user_first_name)s,"
|
|
msgstr "Hello %(user_first_name)s,"
|
|
|
|
#: payments/templates/balance_deposit_email.html:95
|
|
#, python-format
|
|
msgid ""
|
|
"we have successfully credited your account with %(amount)s. your current\n"
|
|
" balance is %(balance)s."
|
|
msgstr ""
|
|
"We have successfully credited your account with %(amount)s. Your current\n"
|
|
" balance is %(balance)s."
|
|
|
|
#: payments/templates/balance_deposit_email.html:98
|
|
#, python-format
|
|
msgid ""
|
|
"if you have any questions, feel free to contact our support at\n"
|
|
" %(contact_email)s."
|
|
msgstr ""
|
|
"If you have any questions, feel free to contact our support at\n"
|
|
" %(contact_email)s."
|
|
|
|
#: payments/templates/balance_deposit_email.html:100
|
|
#, python-format
|
|
msgid "best regards,<br>the %(project_name)s team"
|
|
msgstr "Best regards,<br>the %(project_name)s team"
|
|
|
|
#: payments/templates/balance_deposit_email.html:106
|
|
msgid "all rights reserved"
|
|
msgstr "All rights reserved"
|
|
|
|
#: payments/utils/__init__.py:8
|
|
msgid "a provider to get rates from is required"
|
|
msgstr "A provider to get rates from is required"
|
|
|
|
#: payments/utils/__init__.py:15
|
|
#, python-brace-format
|
|
msgid "couldn't find provider {provider}"
|
|
msgstr "Couldn't find provider {provider}"
|
|
|
|
#: payments/utils/emailing.py:31
|
|
#, python-brace-format
|
|
msgid "{config.PROJECT_NAME} | balance deposit"
|
|
msgstr "{config.PROJECT_NAME} | Balance Deposit"
|