Fixed missing translation string

This commit is contained in:
Pinga 2024-02-13 05:50:37 +02:00
parent 858506a2cd
commit 6f9c4a4406
6 changed files with 16 additions and 1 deletions

View file

@ -715,6 +715,9 @@ msgstr "Optional"
msgid "Deposit Payment Unsuccessful"
msgstr "Deposit Payment Unsuccessful"
msgid "We've noticed that your deposit payment process was not completed. It appears that the payment was either cancelled or failed during the transaction. If this was an error, or if you have any questions, please don't hesitate to contact us. We're here to help ensure your transaction is smooth and secure."
msgstr "We've noticed that your deposit payment process was not completed. It appears that the payment was either cancelled or failed during the transaction. If this was an error, or if you have any questions, please don't hesitate to contact us. We're here to help ensure your transaction is smooth and secure."
msgid "Ready to try again? When you're set to proceed with your deposit, simply return to the"
msgstr "Ready to try again? When you're set to proceed with your deposit, simply return to the"

View file

@ -715,6 +715,9 @@ msgstr "Facultatif"
msgid "Deposit Payment Unsuccessful"
msgstr "Échec du paiement du dépôt"
msgid "We've noticed that your deposit payment process was not completed. It appears that the payment was either cancelled or failed during the transaction. If this was an error, or if you have any questions, please don't hesitate to contact us. We're here to help ensure your transaction is smooth and secure."
msgstr "Nous avons remarqué que le processus de paiement de votre dépôt n'a pas été achevé. Il semble que le paiement ait été annulé ou qu'il ait échoué au cours de la transaction. S'il s'agit d'une erreur ou si vous avez des questions, n'hésitez pas à nous contacter. Nous sommes là pour vous aider à faire en sorte que votre transaction se déroule sans problème et en toute sécurité."
msgid "Ready to try again? When you're set to proceed with your deposit, simply return to the"
msgstr "Prêt à réessayer ? Lorsque vous êtes prêt à procéder à votre dépôt, retournez simplement à la"

View file

@ -715,6 +715,9 @@ msgstr "オプション"
msgid "Deposit Payment Unsuccessful"
msgstr "預金支払い失敗"
msgid "We've noticed that your deposit payment process was not completed. It appears that the payment was either cancelled or failed during the transaction. If this was an error, or if you have any questions, please don't hesitate to contact us. We're here to help ensure your transaction is smooth and secure."
msgstr "ご入金手続きが完了していないことに気づきました。お支払いがキャンセルされたか、お取引中に失敗したようです。これがエラーであった場合、またはご不明な点がございましたら、ご遠慮なくお問い合わせください。お客様のお取引がスムーズで安全なものとなるよう、お手伝いさせていただきます。"
msgid "Ready to try again? When you're set to proceed with your deposit, simply return to the"
msgstr "再試行する準備ができましたか?預金を行う準備ができたら、単に"

View file

@ -715,6 +715,9 @@ msgstr ""
msgid "Deposit Payment Unsuccessful"
msgstr ""
msgid "We've noticed that your deposit payment process was not completed. It appears that the payment was either cancelled or failed during the transaction. If this was an error, or if you have any questions, please don't hesitate to contact us. We're here to help ensure your transaction is smooth and secure."
msgstr ""
msgid "Ready to try again? When you're set to proceed with your deposit, simply return to the"
msgstr ""

View file

@ -715,6 +715,9 @@ msgstr "Необов'язково"
msgid "Deposit Payment Unsuccessful"
msgstr "Помилка платежу за депозит"
msgid "Ready to try again? When you're set to proceed with your deposit, simply return to the"
msgstr "Ми помітили, що ваш процес оплати за депозит не завершений. Схоже, що платіж було скасовано або скасовано під час транзакції. Якщо це була помилка, або у вас виникли будь-які питання, не соромтеся звертатися до нас. Ми тут, щоб допомогти забезпечити легку і безпечну транзакцію."
msgid "Ready to try again? When you're set to proceed with your deposit, simply return to the"
msgstr "Готові спробувати ще раз? Коли ви встановили для продовження свого депозиту, просто повернутися до"

View file

@ -26,7 +26,7 @@
<div class="col-12">
<div class="card bg-orange-lt">
<div class="card-body">
<p class="text-secondary">{{ __('We\'ve noticed that your deposit payment process was not completed. It appears that the payment was either cancelled or failed during the transaction. If this was an error, or if you have any questions, please don\'t hesitate to contact us. We're here to help ensure your transaction is smooth and secure.') }}</p>
<p class="text-secondary">{{ __('We\'ve noticed that your deposit payment process was not completed. It appears that the payment was either cancelled or failed during the transaction. If this was an error, or if you have any questions, please don\'t hesitate to contact us. We\'re here to help ensure your transaction is smooth and secure.') }}</p>
<p class="text-secondary">{{ __('Ready to try again? When you\'re set to proceed with your deposit, simply return to the') }} <a href="{{route('deposit')}}">{{ __('Deposit Page') }}</a> {{ __('to initiate a new payment. We value your partnership and are committed to assisting you every step of the way.') }}</p>
</div>
</div>