taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 6f05aefed0feb6704f7c0cb96e06f9c91a7386bd
parent 27f8d15bc03225ab74ca424015e4fdab8cb7074d
Author: Gabriel <gabrielmizrahi@protonmail.com>
Date:   Mon, 26 May 2025 18:14:08 +0000

Added translation using Weblate (Catalan)

Diffstat:
Apackages/bank-ui/src/i18n/ca.po | 2776+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 2776 insertions(+), 0 deletions(-)

diff --git a/packages/bank-ui/src/i18n/ca.po b/packages/bank-ui/src/i18n/ca.po @@ -0,0 +1,2776 @@ +# This file is part of GNU Taler +# (C) 2022-2024 Taler Systems S.A. +# +# GNU Taler is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 3, or (at your option) any later version. +# +# GNU Taler is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# GNU Taler; see the file COPYING. If not, see <http://www.gnu.org/licenses/> +# +msgid "" +msgstr "" +"Project-Id-Version: Taler Bank\n" +"Report-Msgid-Bugs-To: taler@gnu.org\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: ca\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" + +#. screenid: 102 +#: packages/bank-ui/src/hooks/preferences.ts:104 +#, c-format +msgid "Show withdrawal confirmation" +msgstr "" + +#. screenid: 102 +#: packages/bank-ui/src/hooks/preferences.ts:106 +#, c-format +msgid "Withdraw without setting amount" +msgstr "" + +#. screenid: 102 +#: packages/bank-ui/src/hooks/preferences.ts:108 +#, c-format +msgid "Show copy account letter" +msgstr "" + +#. screenid: 102 +#: packages/bank-ui/src/hooks/preferences.ts:110 +#, c-format +msgid "Show demo description" +msgstr "" + +#. screenid: 102 +#: packages/bank-ui/src/hooks/preferences.ts:112 +#, c-format +msgid "Show install wallet first" +msgstr "" + +#. screenid: 102 +#: packages/bank-ui/src/hooks/preferences.ts:114 +#, c-format +msgid "Remove password length validation on registration" +msgstr "" + +#. screenid: 102 +#: packages/bank-ui/src/hooks/preferences.ts:116 +#, c-format +msgid "Show debug info" +msgstr "" + +#. screenid: 2 +#: packages/bank-ui/src/utils.ts:141 +#, c-format +msgid "Operation failed, please report" +msgstr "" + +#. screenid: 2 +#: packages/bank-ui/src/utils.ts:160 +#, c-format +msgid "Request timeout" +msgstr "" + +#. screenid: 2 +#: packages/bank-ui/src/utils.ts:170 +#, c-format +msgid "Request throttled" +msgstr "" + +#. screenid: 2 +#: packages/bank-ui/src/utils.ts:180 +#, c-format +msgid "Malformed response" +msgstr "" + +#. screenid: 2 +#: packages/bank-ui/src/utils.ts:190 +#, c-format +msgid "Network error" +msgstr "" + +#. screenid: 2 +#: packages/bank-ui/src/utils.ts:200 +#, c-format +msgid "Unexpected request error" +msgstr "" + +#. screenid: 2 +#: packages/bank-ui/src/utils.ts:210 +#, c-format +msgid "Unexpected error" +msgstr "" + +#. screenid: 2 +#: packages/bank-ui/src/utils.ts:387 +#, c-format +msgid "An IBAN consists of capital letters and numbers only" +msgstr "" + +#. screenid: 2 +#. Check total length +#: packages/bank-ui/src/utils.ts:390 +#, c-format +msgid "IBAN numbers have more that 4 digits" +msgstr "" + +#. screenid: 2 +#: packages/bank-ui/src/utils.ts:392 +#, c-format +msgid "IBAN numbers have less that 34 digits" +msgstr "" + +#. screenid: 2 +#: packages/bank-ui/src/utils.ts:400 +#, c-format +msgid "IBAN country code not found" +msgstr "" + +#. screenid: 2 +#: packages/bank-ui/src/utils.ts:414 +#, c-format +msgid "IBAN number is not valid, checksum is wrong" +msgstr "" + +#. screenid: 2 +#: packages/bank-ui/src/utils.ts:436 +#, c-format +msgid "Use letters, numbers or any of these characters: - . _ ~" +msgstr "" + +#. screenid: 106 +#: packages/bank-ui/src/pages/PaytoWireTransferForm.tsx:128 +#, c-format +msgid "Required" +msgstr "" + +#. screenid: 106 +#: packages/bank-ui/src/pages/PaytoWireTransferForm.tsx:138 +#, c-format +msgid "Not valid" +msgstr "" + +#. screenid: 106 +#: packages/bank-ui/src/pages/PaytoWireTransferForm.tsx:148 +#, c-format +msgid "Does not follow the pattern" +msgstr "" + +#. screenid: 106 +#: packages/bank-ui/src/pages/PaytoWireTransferForm.tsx:211 +#, c-format +msgid "The request was invalid or the payto://-URI used unacceptable features." +msgstr "" + +#. screenid: 106 +#: packages/bank-ui/src/pages/PaytoWireTransferForm.tsx:219 +#, c-format +msgid "Not enough permission to complete the operation." +msgstr "" + +#. screenid: 106 +#: packages/bank-ui/src/pages/PaytoWireTransferForm.tsx:227 +#, c-format +msgid "The bank administrator cannot be the transfer creditor." +msgstr "" + +#. screenid: 106 +#: packages/bank-ui/src/pages/PaytoWireTransferForm.tsx:235 +#, c-format +msgid "The destination account \"%1$s\" was not found." +msgstr "" + +#. screenid: 106 +#: packages/bank-ui/src/pages/PaytoWireTransferForm.tsx:245 +#, c-format +msgid "The origin and the destination of the transfer can't be the same." +msgstr "" + +#. screenid: 106 +#: packages/bank-ui/src/pages/PaytoWireTransferForm.tsx:253 +#, c-format +msgid "Your balance is not sufficient for the operation." +msgstr "" + +#. screenid: 106 +#: packages/bank-ui/src/pages/PaytoWireTransferForm.tsx:261 +#, c-format +msgid "The origin account \"%1$s\" was not found." +msgstr "" + +#. screenid: 106 +#: packages/bank-ui/src/pages/PaytoWireTransferForm.tsx:269 +#, c-format +msgid "The attempt to create the transaction has failed. Please try again." +msgstr "" + +#. screenid: 106 +#: packages/bank-ui/src/pages/PaytoWireTransferForm.tsx:293 +#, c-format +msgid "The wire transfer was successfully completed!" +msgstr "" + +#. screenid: 106 +#: packages/bank-ui/src/pages/PaytoWireTransferForm.tsx:307 +#, c-format +msgid "Input wire transfer detail" +msgstr "" + +#. screenid: 106 +#: packages/bank-ui/src/pages/PaytoWireTransferForm.tsx:363 +#, c-format +msgid "Using a form" +msgstr "" + +#. screenid: 106 +#: packages/bank-ui/src/pages/PaytoWireTransferForm.tsx:428 +#, c-format +msgid "" +"A special URI that specifies the amount to be transferred and the destination " +"account." +msgstr "" + +#. screenid: 106 +#: packages/bank-ui/src/pages/PaytoWireTransferForm.tsx:457 +#, c-format +msgid "QR code" +msgstr "" + +#. screenid: 106 +#: packages/bank-ui/src/pages/PaytoWireTransferForm.tsx:463 +#, c-format +msgid "If your device has a camera, you can import a payto:// URI from a QR code." +msgstr "" + +#. screenid: 106 +#: packages/bank-ui/src/pages/PaytoWireTransferForm.tsx:481 +#, c-format +msgid "Cashout" +msgstr "" + +#. screenid: 106 +#: packages/bank-ui/src/pages/PaytoWireTransferForm.tsx:505 +#, c-format +msgid "Recipient" +msgstr "" + +#. screenid: 106 +#: packages/bank-ui/src/pages/PaytoWireTransferForm.tsx:506 +#, c-format +msgid "ID of the recipient's account" +msgstr "" + +#. screenid: 106 +#: packages/bank-ui/src/pages/PaytoWireTransferForm.tsx:510 +#, c-format +msgid "username" +msgstr "" + +#. screenid: 106 +#: packages/bank-ui/src/pages/PaytoWireTransferForm.tsx:522 +#, c-format +msgid "IBAN of the recipient's account" +msgstr "" + +#. screenid: 106 +#: packages/bank-ui/src/pages/PaytoWireTransferForm.tsx:542 +#, c-format +msgid "Transfer subject" +msgstr "" + +#. screenid: 106 +#: packages/bank-ui/src/pages/PaytoWireTransferForm.tsx:553 +#, c-format +msgid "Subject" +msgstr "" + +#. screenid: 106 +#: packages/bank-ui/src/pages/PaytoWireTransferForm.tsx:566 +#, c-format +msgid "Some text to identify the transfer" +msgstr "" + +#. screenid: 106 +#: packages/bank-ui/src/pages/PaytoWireTransferForm.tsx:577 +#, c-format +msgid "Amount" +msgstr "" + +#. screenid: 106 +#: packages/bank-ui/src/pages/PaytoWireTransferForm.tsx:594 +#, c-format +msgid "Amount to transfer" +msgstr "" + +#. screenid: 106 +#: packages/bank-ui/src/pages/PaytoWireTransferForm.tsx:605 +#, c-format +msgid "Payto URI:" +msgstr "" + +#. screenid: 106 +#: packages/bank-ui/src/pages/PaytoWireTransferForm.tsx:618 +#, c-format +msgid "Uniform resource identifier of the target account" +msgstr "" + +#. screenid: 106 +#: packages/bank-ui/src/pages/PaytoWireTransferForm.tsx:622 +#, c-format +msgid "payto://x-taler-bank/[bank-host]/[receiver-account]?message=[subject]&amount=[%1$s:X.Y]" +msgstr "" + +#. screenid: 106 +#: packages/bank-ui/src/pages/PaytoWireTransferForm.tsx:624 +#, c-format +msgid "payto://iban/[receiver-iban]?message=[subject]&amount=[%1$s:X.Y]" +msgstr "" + +#. screenid: 106 +#: packages/bank-ui/src/pages/PaytoWireTransferForm.tsx:641 +#, c-format +msgid "The maximum amount for a wire transfer is %1$s" +msgstr "" + +#. screenid: 106 +#: packages/bank-ui/src/pages/PaytoWireTransferForm.tsx:660 +#, c-format +msgid "Cost" +msgstr "" + +#. screenid: 106 +#: packages/bank-ui/src/pages/PaytoWireTransferForm.tsx:685 +#, c-format +msgid "Cancel" +msgstr "" + +#. screenid: 106 +#: packages/bank-ui/src/pages/PaytoWireTransferForm.tsx:700 +#, c-format +msgid "Send" +msgstr "" + +#. screenid: 106 +#: packages/bank-ui/src/pages/PaytoWireTransferForm.tsx:830 +#, c-format +msgid "The target type is unknown, use \"%1$s\"" +msgstr "" + +#. screenid: 106 +#: packages/bank-ui/src/pages/PaytoWireTransferForm.tsx:836 +#, c-format +msgid "Only \"x-taler-bank\" target are supported" +msgstr "" + +#. screenid: 106 +#: packages/bank-ui/src/pages/PaytoWireTransferForm.tsx:840 +#, c-format +msgid "Only this host is allowed. Use \"%1$s\"" +msgstr "" + +#. screenid: 106 +#: packages/bank-ui/src/pages/PaytoWireTransferForm.tsx:844 +#, c-format +msgid "Account name is missing" +msgstr "" + +#. screenid: 106 +#: packages/bank-ui/src/pages/PaytoWireTransferForm.tsx:852 +#, c-format +msgid "Only \"IBAN\" target are supported" +msgstr "" + +#. screenid: 106 +#: packages/bank-ui/src/pages/PaytoWireTransferForm.tsx:862 +#, c-format +msgid "Missing \"amount\" parameter to specify the amount to be transferred" +msgstr "" + +#. screenid: 106 +#: packages/bank-ui/src/pages/PaytoWireTransferForm.tsx:866 +#, c-format +msgid "The \"amount\" parameter is not valid" +msgstr "" + +#. screenid: 106 +#: packages/bank-ui/src/pages/PaytoWireTransferForm.tsx:872 +#, c-format +msgid "\"message\" parameters to specify a reference text for the transfer are missing" +msgstr "" + +#. screenid: 106 +#: packages/bank-ui/src/pages/PaytoWireTransferForm.tsx:886 +#, c-format +msgid "The only currency allowed is \"%1$s\"" +msgstr "" + +#. screenid: 106 +#: packages/bank-ui/src/pages/PaytoWireTransferForm.tsx:889 +#, c-format +msgid "You cannot transfer an amount of zero." +msgstr "" + +#. screenid: 106 +#: packages/bank-ui/src/pages/PaytoWireTransferForm.tsx:892 +#, c-format +msgid "The balance is not sufficient" +msgstr "" + +#. screenid: 106 +#: packages/bank-ui/src/pages/PaytoWireTransferForm.tsx:902 +#, c-format +msgid "Please enter a longer subject" +msgstr "" + +#. screenid: 110 +#: packages/bank-ui/src/pages/RegistrationPage.tsx:46 +#, c-format +msgid "Currently, the bank is not accepting new registrations!" +msgstr "" + +#. screenid: 110 +#: packages/bank-ui/src/pages/RegistrationPage.tsx:90 +#, c-format +msgid "The name is missing" +msgstr "" + +#. screenid: 110 +#: packages/bank-ui/src/pages/RegistrationPage.tsx:92 +#, c-format +msgid "Missing username" +msgstr "" + +#. screenid: 110 +#: packages/bank-ui/src/pages/RegistrationPage.tsx:107 +#, c-format +msgid "Missing password" +msgstr "" + +#. screenid: 110 +#: packages/bank-ui/src/pages/RegistrationPage.tsx:109 +#, c-format +msgid "The password should be longer than 8 letters" +msgstr "" + +#. screenid: 110 +#: packages/bank-ui/src/pages/RegistrationPage.tsx:114 +#, c-format +msgid "The passwords do not match" +msgstr "" + +#. screenid: 110 +#: packages/bank-ui/src/pages/RegistrationPage.tsx:136 +#, c-format +msgid "Server replied with invalid phone or email." +msgstr "" + +#. screenid: 110 +#: packages/bank-ui/src/pages/RegistrationPage.tsx:138 +#, c-format +msgid "You are not authorised to create this account." +msgstr "" + +#. screenid: 110 +#: packages/bank-ui/src/pages/RegistrationPage.tsx:140 +#, c-format +msgid "Registration is disabled because the bank ran out of bonus credit." +msgstr "" + +#. screenid: 110 +#: packages/bank-ui/src/pages/RegistrationPage.tsx:142 +#, c-format +msgid "That username can't be used because is reserved." +msgstr "" + +#. screenid: 110 +#: packages/bank-ui/src/pages/RegistrationPage.tsx:144 +#, c-format +msgid "That username is already taken." +msgstr "" + +#. screenid: 110 +#: packages/bank-ui/src/pages/RegistrationPage.tsx:146 +#, c-format +msgid "That account ID is already taken." +msgstr "" + +#. screenid: 110 +#: packages/bank-ui/src/pages/RegistrationPage.tsx:148 +#, c-format +msgid "No information for the selected authentication channel." +msgstr "" + +#. screenid: 110 +#: packages/bank-ui/src/pages/RegistrationPage.tsx:150 +#, c-format +msgid "Authentication channel is not supported." +msgstr "" + +#. screenid: 110 +#: packages/bank-ui/src/pages/RegistrationPage.tsx:152 +#, c-format +msgid "Only an administrator is allowed to set the debt limit." +msgstr "" + +#. screenid: 110 +#: packages/bank-ui/src/pages/RegistrationPage.tsx:154 +#, c-format +msgid "Only the administrator can change the minimum cashout limit." +msgstr "" + +#. screenid: 110 +#: packages/bank-ui/src/pages/RegistrationPage.tsx:156 +#, c-format +msgid "Only admin can create accounts with second factor authentication." +msgstr "" + +#. screenid: 110 +#: packages/bank-ui/src/pages/RegistrationPage.tsx:158 +#, c-format +msgid "The password is too short." +msgstr "" + +#. screenid: 110 +#: packages/bank-ui/src/pages/RegistrationPage.tsx:160 +#, c-format +msgid "The password is too long." +msgstr "" + +#. screenid: 110 +#: packages/bank-ui/src/pages/RegistrationPage.tsx:200 +#, c-format +msgid "Account registration" +msgstr "" + +#. screenid: 110 +#: packages/bank-ui/src/pages/RegistrationPage.tsx:218 +#, c-format +msgid "Login username" +msgstr "" + +#. screenid: 110 +#: packages/bank-ui/src/pages/RegistrationPage.tsx:250 +#, c-format +msgid "Password" +msgstr "" + +#. screenid: 110 +#: packages/bank-ui/src/pages/RegistrationPage.tsx:276 +#, c-format +msgid "" +"Use a strong password: 8 characters minimum, don't use any public information " +"related to you (names, birthday, phone number, etc...) and mix lowercase, " +"uppercase, symbols and numbers" +msgstr "" + +#. screenid: 110 +#: packages/bank-ui/src/pages/RegistrationPage.tsx:292 +#, c-format +msgid "Repeat password" +msgstr "" + +#. screenid: 110 +#: packages/bank-ui/src/pages/RegistrationPage.tsx:324 +#, c-format +msgid "Full name" +msgstr "" + +#. screenid: 110 +#: packages/bank-ui/src/pages/RegistrationPage.tsx:421 +#, c-format +msgid "Register" +msgstr "" + +#. screenid: 110 +#: packages/bank-ui/src/pages/RegistrationPage.tsx:437 +#, c-format +msgid "Create a random temporary user" +msgstr "" + +#. screenid: 104 +#: packages/bank-ui/src/pages/LoginForm.tsx:122 +#, c-format +msgid "Wrong credentials for \"%1$s\"" +msgstr "" + +#. screenid: 104 +#: packages/bank-ui/src/pages/LoginForm.tsx:124 +#, c-format +msgid "Account not found" +msgstr "" + +#. screenid: 104 +#: packages/bank-ui/src/pages/LoginForm.tsx:147 +#, c-format +msgid "Username" +msgstr "" + +#. screenid: 104 +#: packages/bank-ui/src/pages/LoginForm.tsx:161 +#, c-format +msgid "Username of the account" +msgstr "" + +#. screenid: 104 +#: packages/bank-ui/src/pages/LoginForm.tsx:193 +#, c-format +msgid "Password of the account" +msgstr "" + +#. screenid: 104 +#: packages/bank-ui/src/pages/LoginForm.tsx:227 +#, c-format +msgid "Check" +msgstr "" + +#. screenid: 104 +#: packages/bank-ui/src/pages/LoginForm.tsx:239 +#, c-format +msgid "Log in" +msgstr "" + +#. screenid: 5 +#: packages/bank-ui/src/components/Transactions/views.tsx:45 +#, c-format +msgid "Transactions history" +msgstr "" + +#. screenid: 5 +#: packages/bank-ui/src/components/Transactions/views.tsx:50 +#, c-format +msgid "No transactions yet." +msgstr "" + +#. screenid: 5 +#: packages/bank-ui/src/components/Transactions/views.tsx:51 +#, c-format +msgid "You can make a transfer or a withdrawal to your wallet." +msgstr "" + +#. screenid: 5 +#: packages/bank-ui/src/components/Transactions/views.tsx:89 +#, c-format +msgid "Date" +msgstr "" + +#. screenid: 5 +#: packages/bank-ui/src/components/Transactions/views.tsx:97 +#, c-format +msgid "Counterpart" +msgstr "" + +#. screenid: 5 +#: packages/bank-ui/src/components/Transactions/views.tsx:137 +#, c-format +msgid "sent" +msgstr "" + +#. screenid: 5 +#: packages/bank-ui/src/components/Transactions/views.tsx:138 +#, c-format +msgid "received" +msgstr "" + +#. screenid: 5 +#: packages/bank-ui/src/components/Transactions/views.tsx:153 +#, c-format +msgid "Invalid value" +msgstr "" + +#. screenid: 5 +#: packages/bank-ui/src/components/Transactions/views.tsx:162 +#, c-format +msgid "to" +msgstr "" + +#. screenid: 5 +#: packages/bank-ui/src/components/Transactions/views.tsx:162 +#, c-format +msgid "from" +msgstr "" + +#. screenid: 5 +#: packages/bank-ui/src/components/Transactions/views.tsx:240 +#, c-format +msgid "First page" +msgstr "" + +#. screenid: 5 +#: packages/bank-ui/src/components/Transactions/views.tsx:248 +#, c-format +msgid "Next" +msgstr "" + +#. screenid: 114 +#: packages/bank-ui/src/pages/WithdrawalConfirmationQuestion.tsx:106 +#, c-format +msgid "Wire transfer completed!" +msgstr "" + +#. screenid: 114 +#: packages/bank-ui/src/pages/WithdrawalConfirmationQuestion.tsx:113 +#, c-format +msgid "The withdrawal has been aborted previously and can't be confirmed" +msgstr "" + +#. screenid: 114 +#: packages/bank-ui/src/pages/WithdrawalConfirmationQuestion.tsx:121 +#, c-format +msgid "" +"The withdrawal operation can't be confirmed before a wallet accepted the " +"transaction." +msgstr "" + +#. screenid: 114 +#: packages/bank-ui/src/pages/WithdrawalConfirmationQuestion.tsx:129 +#, c-format +msgid "The operation ID is invalid." +msgstr "" + +#. screenid: 114 +#: packages/bank-ui/src/pages/WithdrawalConfirmationQuestion.tsx:137 +#, c-format +msgid "The operation was not found." +msgstr "" + +#. screenid: 114 +#: packages/bank-ui/src/pages/WithdrawalConfirmationQuestion.tsx:153 +#, c-format +msgid "The starting withdrawal amount and the confirmation amount differs." +msgstr "" + +#. screenid: 114 +#: packages/bank-ui/src/pages/WithdrawalConfirmationQuestion.tsx:162 +#, c-format +msgid "The bank requires a bank account which has not been specified yet." +msgstr "" + +#. screenid: 114 +#: packages/bank-ui/src/pages/WithdrawalConfirmationQuestion.tsx:201 +#, c-format +msgid "The reserve operation has been confirmed previously and can't be aborted" +msgstr "" + +#. screenid: 114 +#: packages/bank-ui/src/pages/WithdrawalConfirmationQuestion.tsx:237 +#, c-format +msgid "Confirm the withdrawal operation" +msgstr "" + +#. screenid: 114 +#: packages/bank-ui/src/pages/WithdrawalConfirmationQuestion.tsx:254 +#, c-format +msgid "Wire transfer details" +msgstr "" + +#. screenid: 114 +#: packages/bank-ui/src/pages/WithdrawalConfirmationQuestion.tsx:264 +#, c-format +msgid "Payment Service Provider's account" +msgstr "" + +#. screenid: 114 +#: packages/bank-ui/src/pages/WithdrawalConfirmationQuestion.tsx:282 +#, c-format +msgid "Payment Service Provider's account number" +msgstr "" + +#. screenid: 114 +#: packages/bank-ui/src/pages/WithdrawalConfirmationQuestion.tsx:294 +#, c-format +msgid "Payment Service Provider's name" +msgstr "" + +#. screenid: 114 +#: packages/bank-ui/src/pages/WithdrawalConfirmationQuestion.tsx:313 +#, c-format +msgid "Payment Service Provider's account bank hostname" +msgstr "" + +#. screenid: 114 +#: packages/bank-ui/src/pages/WithdrawalConfirmationQuestion.tsx:324 +#, c-format +msgid "Payment Service Provider's account id" +msgstr "" + +#. screenid: 114 +#: packages/bank-ui/src/pages/WithdrawalConfirmationQuestion.tsx:354 +#, c-format +msgid "Payment Service Provider's account address" +msgstr "" + +#. screenid: 114 +#: packages/bank-ui/src/pages/WithdrawalConfirmationQuestion.tsx:393 +#, c-format +msgid "No amount has yet been determined." +msgstr "" + +#. screenid: 114 +#: packages/bank-ui/src/pages/WithdrawalConfirmationQuestion.tsx:440 +#, c-format +msgid "Transfer" +msgstr "" + +#. screenid: 114 +#: packages/bank-ui/src/pages/WithdrawalConfirmationQuestion.tsx:465 +#, c-format +msgid "Authentication required" +msgstr "" + +#. screenid: 114 +#: packages/bank-ui/src/pages/WithdrawalConfirmationQuestion.tsx:475 +#, c-format +msgid "This operation was created with another username" +msgstr "" + +#. screenid: 5 +#: packages/bank-ui/src/pages/OperationState/views.tsx:421 +#, c-format +msgid "" +"Unauthorized to make the operation, maybe the session has expired or the " +"password changed." +msgstr "" + +#. screenid: 5 +#: packages/bank-ui/src/pages/OperationState/views.tsx:432 +#, c-format +msgid "The operation was rejected due to insufficient funds." +msgstr "" + +#. screenid: 5 +#: packages/bank-ui/src/pages/OperationState/views.tsx:486 +#, c-format +msgid "Withdrawal confirmed" +msgstr "" + +#. screenid: 5 +#: packages/bank-ui/src/pages/OperationState/views.tsx:490 +#, c-format +msgid "" +"The wire transfer to the Payment Service Provider has been initiated. You will " +"shortly receive the requested amount in your Taler wallet." +msgstr "" + +#. screenid: 5 +#: packages/bank-ui/src/pages/OperationState/views.tsx:506 +#, c-format +msgid "Do not show this again" +msgstr "" + +#. screenid: 5 +#: packages/bank-ui/src/pages/OperationState/views.tsx:540 +#, c-format +msgid "Close" +msgstr "" + +#. screenid: 5 +#: packages/bank-ui/src/pages/OperationState/views.tsx:603 +#, c-format +msgid "If you have a Taler wallet installed on this device" +msgstr "" + +#. screenid: 5 +#: packages/bank-ui/src/pages/OperationState/views.tsx:609 +#, c-format +msgid "" +"Your wallet will display the details of the transaction including the fees (if " +"applicable). If you do not yet have a wallet, please follow the instructions" +msgstr "" + +#. screenid: 5 +#: packages/bank-ui/src/pages/OperationState/views.tsx:619 +#, c-format +msgid "on this page" +msgstr "" + +#. screenid: 5 +#: packages/bank-ui/src/pages/OperationState/views.tsx:640 +#, c-format +msgid "Withdraw" +msgstr "" + +#. screenid: 5 +#: packages/bank-ui/src/pages/OperationState/views.tsx:649 +#, c-format +msgid "In case you have a Taler wallet on another device" +msgstr "" + +#. screenid: 5 +#: packages/bank-ui/src/pages/OperationState/views.tsx:654 +#, c-format +msgid "Scan the QR below to start the withdrawal." +msgstr "" + +#. screenid: 112 +#: packages/bank-ui/src/pages/WalletWithdrawForm.tsx:73 +#, c-format +msgid "There is an operation already pending" +msgstr "" + +#. screenid: 112 +#: packages/bank-ui/src/pages/WalletWithdrawForm.tsx:77 +#, c-format +msgid "Complete the operation in" +msgstr "" + +#. screenid: 112 +#: packages/bank-ui/src/pages/WalletWithdrawForm.tsx:89 +#, c-format +msgid "this page" +msgstr "" + +#. screenid: 112 +#: packages/bank-ui/src/pages/WalletWithdrawForm.tsx:167 +#, c-format +msgid "Invalid" +msgstr "" + +#. screenid: 112 +#: packages/bank-ui/src/pages/WalletWithdrawForm.tsx:169 +#, c-format +msgid "Balance is not enough" +msgstr "" + +#. screenid: 112 +#: packages/bank-ui/src/pages/WalletWithdrawForm.tsx:188 +#, c-format +msgid "The server replied with an invalid taler://withdraw URI" +msgstr "" + +#. screenid: 112 +#: packages/bank-ui/src/pages/WalletWithdrawForm.tsx:189 +#, c-format +msgid "Withdraw URI: %1$s" +msgstr "" + +#. screenid: 112 +#: packages/bank-ui/src/pages/WalletWithdrawForm.tsx:204 +#, c-format +msgid "The operation was rejected due to insufficient funds" +msgstr "" + +#. screenid: 112 +#: packages/bank-ui/src/pages/WalletWithdrawForm.tsx:269 +#, c-format +msgid "Current balance is %1$s" +msgstr "" + +#. screenid: 112 +#: packages/bank-ui/src/pages/WalletWithdrawForm.tsx:279 +#, c-format +msgid "You can withdraw up to %1$s" +msgstr "" + +#. screenid: 112 +#: packages/bank-ui/src/pages/WalletWithdrawForm.tsx:357 +#, c-format +msgid "Continue" +msgstr "" + +#. screenid: 112 +#: packages/bank-ui/src/pages/WalletWithdrawForm.tsx:390 +#, c-format +msgid "Use your Taler wallet" +msgstr "" + +#. screenid: 112 +#: packages/bank-ui/src/pages/WalletWithdrawForm.tsx:393 +#, c-format +msgid "" +"After using your wallet you will need to authorize or cancel the operation on " +"this site." +msgstr "" + +#. screenid: 112 +#: packages/bank-ui/src/pages/WalletWithdrawForm.tsx:403 +#, c-format +msgid "You need a Taler wallet" +msgstr "" + +#. screenid: 112 +#: packages/bank-ui/src/pages/WalletWithdrawForm.tsx:408 +#, c-format +msgid "If you don't have one yet you can follow the instruction in" +msgstr "" + +#. screenid: 105 +#: packages/bank-ui/src/pages/PaymentOptions.tsx:106 +#, c-format +msgid "Send money" +msgstr "" + +#. screenid: 105 +#: packages/bank-ui/src/pages/PaymentOptions.tsx:124 +#, c-format +msgid "to a Taler wallet" +msgstr "" + +#. screenid: 105 +#: packages/bank-ui/src/pages/PaymentOptions.tsx:144 +#, c-format +msgid "Withdraw digital money into your mobile wallet or browser extension" +msgstr "" + +#. screenid: 105 +#: packages/bank-ui/src/pages/PaymentOptions.tsx:177 +#, c-format +msgid "to another bank account" +msgstr "" + +#. screenid: 105 +#: packages/bank-ui/src/pages/PaymentOptions.tsx:197 +#, c-format +msgid "Make a wire transfer to an account with known bank account number." +msgstr "" + +#. screenid: 5 +#: packages/bank-ui/src/pages/AccountPage/views.tsx:50 +#, c-format +msgid "This is a demo" +msgstr "" + +#. screenid: 5 +#: packages/bank-ui/src/pages/AccountPage/views.tsx:55 +#, c-format +msgid "" +"This part of the demo shows how a bank that supports Taler directly would work. " +"In addition to using your own bank account, you can also see the transaction " +"history of some %1$s ." +msgstr "" + +#. screenid: 5 +#: packages/bank-ui/src/pages/AccountPage/views.tsx:65 +#, c-format +msgid "Here you will be able to see how a bank that supports Taler directly would work." +msgstr "" + +#. screenid: 5 +#: packages/bank-ui/src/pages/AccountPage/views.tsx:86 +#, c-format +msgid "Pending account delete operation" +msgstr "" + +#. screenid: 5 +#: packages/bank-ui/src/pages/AccountPage/views.tsx:88 +#, c-format +msgid "Pending account update operation" +msgstr "" + +#. screenid: 5 +#: packages/bank-ui/src/pages/AccountPage/views.tsx:90 +#, c-format +msgid "Pending password update operation" +msgstr "" + +#. screenid: 5 +#: packages/bank-ui/src/pages/AccountPage/views.tsx:92 +#, c-format +msgid "Pending transaction operation" +msgstr "" + +#. screenid: 5 +#: packages/bank-ui/src/pages/AccountPage/views.tsx:94 +#, c-format +msgid "Pending withdrawal operation" +msgstr "" + +#. screenid: 5 +#: packages/bank-ui/src/pages/AccountPage/views.tsx:96 +#, c-format +msgid "Pending cashout operation" +msgstr "" + +#. screenid: 5 +#: packages/bank-ui/src/pages/AccountPage/views.tsx:107 +#, c-format +msgid "You can complete or cancel the operation in" +msgstr "" + +#. screenid: 103 +#: packages/bank-ui/src/pages/BankFrame.tsx:79 +#, c-format +msgid "Internal error, please report." +msgstr "" + +#. screenid: 103 +#: packages/bank-ui/src/pages/BankFrame.tsx:126 +#, c-format +msgid "Preferences" +msgstr "" + +#. screenid: 103 +#: packages/bank-ui/src/pages/BankFrame.tsx:346 +#, c-format +msgid "Welcome" +msgstr "" + +#. screenid: 103 +#: packages/bank-ui/src/pages/BankFrame.tsx:356 +#, c-format +msgid "Welcome, %1$s" +msgstr "" + +#. screenid: 108 +#: packages/bank-ui/src/pages/PublicHistoriesPage.tsx:84 +#, c-format +msgid "History of public accounts" +msgstr "" + +#. screenid: 109 +#: packages/bank-ui/src/pages/QrCodeSection.tsx:134 +#, c-format +msgid "Scan the QR code below to start the withdrawal." +msgstr "" + +#. screenid: 116 +#: packages/bank-ui/src/pages/WithdrawalQRCode.tsx:106 +#, c-format +msgid "Operation aborted" +msgstr "" + +#. screenid: 116 +#: packages/bank-ui/src/pages/WithdrawalQRCode.tsx:110 +#, c-format +msgid "" +"The wire transfer to the Payment Service Provider's account was aborted from " +"somewhere else, your balance was not affected." +msgstr "" + +#. screenid: 116 +#: packages/bank-ui/src/pages/WithdrawalQRCode.tsx:185 +#, c-format +msgid "Go to your wallet now" +msgstr "" + +#. screenid: 116 +#: packages/bank-ui/src/pages/WithdrawalQRCode.tsx:213 +#, c-format +msgid "The operation is marked as selected, but a process during the withdrawal failed" +msgstr "" + +#. screenid: 116 +#: packages/bank-ui/src/pages/WithdrawalQRCode.tsx:215 +#, c-format +msgid "The account was selected, but no withdrawal reserve ID was found." +msgstr "" + +#. screenid: 116 +#: packages/bank-ui/src/pages/WithdrawalQRCode.tsx:228 +#, c-format +msgid "" +"There is a withdrawal reserve ID but no account has been selected or the " +"selected account is invalid." +msgstr "" + +#. screenid: 116 +#: packages/bank-ui/src/pages/WithdrawalQRCode.tsx:242 +#, c-format +msgid "A withdrawal reserve ID was not found and the no account has been selected." +msgstr "" + +#. screenid: 116 +#: packages/bank-ui/src/pages/WithdrawalQRCode.tsx:300 +#, c-format +msgid "Operation not found" +msgstr "" + +#. screenid: 116 +#: packages/bank-ui/src/pages/WithdrawalQRCode.tsx:304 +#, c-format +msgid "" +"This process is not known to the server. The process ID is incorrect or the " +"server has deleted the process information before it arrived here." +msgstr "" + +#. screenid: 116 +#: packages/bank-ui/src/pages/WithdrawalQRCode.tsx:320 +#, c-format +msgid "Continue to dashboard" +msgstr "" + +#. screenid: 111 +#: packages/bank-ui/src/pages/SolveChallengePage.tsx:94 +#, c-format +msgid "Confirmation codes are numerical, possibly beginning with 'T-.'" +msgstr "" + +#. screenid: 111 +#: packages/bank-ui/src/pages/SolveChallengePage.tsx:116 +#, c-format +msgid "No cashout was found. The cashout process has probably already been aborted." +msgstr "" + +#. screenid: 111 +#: packages/bank-ui/src/pages/SolveChallengePage.tsx:158 +#, c-format +msgid "Challenge not found." +msgstr "" + +#. screenid: 111 +#: packages/bank-ui/src/pages/SolveChallengePage.tsx:166 +#, c-format +msgid "This user is not authorized to complete this challenge." +msgstr "" + +#. screenid: 111 +#: packages/bank-ui/src/pages/SolveChallengePage.tsx:174 +#, c-format +msgid "Too many attempts, try another code." +msgstr "" + +#. screenid: 111 +#: packages/bank-ui/src/pages/SolveChallengePage.tsx:182 +#, c-format +msgid "The confirmation code is wrong, try again." +msgstr "" + +#. screenid: 111 +#: packages/bank-ui/src/pages/SolveChallengePage.tsx:190 +#, c-format +msgid "The operation expired." +msgstr "" + +#. screenid: 111 +#: packages/bank-ui/src/pages/SolveChallengePage.tsx:224 +#, c-format +msgid "The operation failed." +msgstr "" + +#. screenid: 111 +#: packages/bank-ui/src/pages/SolveChallengePage.tsx:241 +#, c-format +msgid "The operation needs another confirmation to complete." +msgstr "" + +#. screenid: 111 +#: packages/bank-ui/src/pages/SolveChallengePage.tsx:261 +#, c-format +msgid "Confirm the operation" +msgstr "" + +#. screenid: 111 +#: packages/bank-ui/src/pages/SolveChallengePage.tsx:265 +#, c-format +msgid "" +"This operation is protected with second factor authentication. In order to " +"complete it we need to verify your identity using the authentication channel you " +"provided." +msgstr "" + +#. screenid: 111 +#: packages/bank-ui/src/pages/SolveChallengePage.tsx:294 +#, c-format +msgid "Enter the confirmation code" +msgstr "" + +#. screenid: 111 +#: packages/bank-ui/src/pages/SolveChallengePage.tsx:334 +#, c-format +msgid "You should have received a code on your mobile phone." +msgstr "" + +#. screenid: 111 +#: packages/bank-ui/src/pages/SolveChallengePage.tsx:341 +#, c-format +msgid "You should have received a code in your email." +msgstr "" + +#. screenid: 111 +#: packages/bank-ui/src/pages/SolveChallengePage.tsx:352 +#, c-format +msgid "The confirmation code starts with \"%1$s\" followed by numbers." +msgstr "" + +#. screenid: 111 +#: packages/bank-ui/src/pages/SolveChallengePage.tsx:370 +#, c-format +msgid "Confirm" +msgstr "" + +#. screenid: 111 +#: packages/bank-ui/src/pages/SolveChallengePage.tsx:404 +#, c-format +msgid "Removing account" +msgstr "" + +#. screenid: 111 +#: packages/bank-ui/src/pages/SolveChallengePage.tsx:406 +#, c-format +msgid "Updating account values" +msgstr "" + +#. screenid: 111 +#: packages/bank-ui/src/pages/SolveChallengePage.tsx:408 +#, c-format +msgid "Updating password" +msgstr "" + +#. screenid: 111 +#: packages/bank-ui/src/pages/SolveChallengePage.tsx:410 +#, c-format +msgid "Making a wire transfer" +msgstr "" + +#. screenid: 111 +#: packages/bank-ui/src/pages/SolveChallengePage.tsx:412 +#, c-format +msgid "Confirming withdrawal" +msgstr "" + +#. screenid: 111 +#: packages/bank-ui/src/pages/SolveChallengePage.tsx:414 +#, c-format +msgid "Making a cashout" +msgstr "" + +#. screenid: 111 +#: packages/bank-ui/src/pages/SolveChallengePage.tsx:424 +#, c-format +msgid "Operation:" +msgstr "" + +#. screenid: 111 +#: packages/bank-ui/src/pages/SolveChallengePage.tsx:437 +#, c-format +msgid "Type" +msgstr "" + +#. screenid: 111 +#: packages/bank-ui/src/pages/SolveChallengePage.tsx:440 +#, c-format +msgid "Updating account settings" +msgstr "" + +#. screenid: 111 +#: packages/bank-ui/src/pages/SolveChallengePage.tsx:447 +#, c-format +msgid "Account" +msgstr "" + +#. screenid: 111 +#: packages/bank-ui/src/pages/SolveChallengePage.tsx:477 +#, c-format +msgid "To account" +msgstr "" + +#. screenid: 111 +#: packages/bank-ui/src/pages/SolveChallengePage.tsx:503 +#, c-format +msgid "Cashout account" +msgstr "" + +#. screenid: 111 +#: packages/bank-ui/src/pages/SolveChallengePage.tsx:513 +#, c-format +msgid "Email" +msgstr "" + +#. screenid: 111 +#: packages/bank-ui/src/pages/SolveChallengePage.tsx:523 +#, c-format +msgid "Phone" +msgstr "" + +#. screenid: 111 +#: packages/bank-ui/src/pages/SolveChallengePage.tsx:533 +#, c-format +msgid "Debit threshold" +msgstr "" + +#. screenid: 111 +#: packages/bank-ui/src/pages/SolveChallengePage.tsx:548 +#, c-format +msgid "Is this account public?" +msgstr "" + +#. screenid: 111 +#: packages/bank-ui/src/pages/SolveChallengePage.tsx:554 +#, c-format +msgid "Enable" +msgstr "" + +#. screenid: 111 +#: packages/bank-ui/src/pages/SolveChallengePage.tsx:555 +#, c-format +msgid "Disable" +msgstr "" + +#. screenid: 111 +#: packages/bank-ui/src/pages/SolveChallengePage.tsx:562 +#, c-format +msgid "Name" +msgstr "" + +#. screenid: 111 +#: packages/bank-ui/src/pages/SolveChallengePage.tsx:572 +#, c-format +msgid "Authentication channel" +msgstr "" + +#. screenid: 111 +#: packages/bank-ui/src/pages/SolveChallengePage.tsx:577 +#, c-format +msgid "Remove" +msgstr "" + +#. screenid: 111 +#: packages/bank-ui/src/pages/SolveChallengePage.tsx:589 +#, c-format +msgid "New password" +msgstr "" + +#. screenid: 111 +#: packages/bank-ui/src/pages/SolveChallengePage.tsx:609 +#, c-format +msgid "Challenge details" +msgstr "" + +#. screenid: 111 +#: packages/bank-ui/src/pages/SolveChallengePage.tsx:617 +#, c-format +msgid "Sent at" +msgstr "" + +#. screenid: 111 +#: packages/bank-ui/src/pages/SolveChallengePage.tsx:634 +#, c-format +msgid "To phone" +msgstr "" + +#. screenid: 111 +#: packages/bank-ui/src/pages/SolveChallengePage.tsx:636 +#, c-format +msgid "To email" +msgstr "" + +#. screenid: 111 +#: packages/bank-ui/src/pages/SolveChallengePage.tsx:668 +#, c-format +msgid "Send again" +msgstr "" + +#. screenid: 111 +#: packages/bank-ui/src/pages/SolveChallengePage.tsx:723 +#, c-format +msgid "Withdraw reserve ID" +msgstr "" + +#. screenid: 111 +#: packages/bank-ui/src/pages/SolveChallengePage.tsx:765 +#, c-format +msgid "Cashout is disabled" +msgstr "" + +#. screenid: 111 +#: packages/bank-ui/src/pages/SolveChallengePage.tsx:766 +#, c-format +msgid "" +"Cashout should be enabled in the configuration, the conversion rate should be " +"initialized with fee(s), rates and a rounding mode." +msgstr "" + +#. screenid: 113 +#: packages/bank-ui/src/pages/WireTransfer.tsx:105 +#, c-format +msgid "Make a wire transfer" +msgstr "" + +#. screenid: 115 +#: packages/bank-ui/src/pages/WithdrawalOperationPage.tsx:57 +#, c-format +msgid "The Withdrawal URI is not valid" +msgstr "" + +#. screenid: 3 +#: packages/bank-ui/src/components/Cashouts/views.tsx:45 +#, c-format +msgid "" +"Cashout should be enable by configuration and the conversion rate should be " +"initialized with fee, ratio and rounding mode." +msgstr "" + +#. screenid: 3 +#: packages/bank-ui/src/components/Cashouts/views.tsx:108 +#, c-format +msgid "Latest cashouts" +msgstr "" + +#. screenid: 3 +#: packages/bank-ui/src/components/Cashouts/views.tsx:119 +#, c-format +msgid "Created" +msgstr "" + +#. screenid: 3 +#: packages/bank-ui/src/components/Cashouts/views.tsx:123 +#, c-format +msgid "Total debit" +msgstr "" + +#. screenid: 3 +#: packages/bank-ui/src/components/Cashouts/views.tsx:127 +#, c-format +msgid "Total credit" +msgstr "" + +#. screenid: 107 +#: packages/bank-ui/src/pages/ProfileNavigation.tsx:55 +#, c-format +msgid "Select a section" +msgstr "" + +#. screenid: 107 +#: packages/bank-ui/src/pages/ProfileNavigation.tsx:90 +#, c-format +msgid "Details" +msgstr "" + +#. screenid: 107 +#: packages/bank-ui/src/pages/ProfileNavigation.tsx:94 +#, c-format +msgid "Delete" +msgstr "" + +#. screenid: 107 +#: packages/bank-ui/src/pages/ProfileNavigation.tsx:98 +#, c-format +msgid "Credentials" +msgstr "" + +#. screenid: 107 +#: packages/bank-ui/src/pages/ProfileNavigation.tsx:103 +#, c-format +msgid "Cashouts" +msgstr "" + +#. screenid: 107 +#: packages/bank-ui/src/pages/ProfileNavigation.tsx:106 +#, c-format +msgid "Conversion" +msgstr "" + +#. screenid: 127 +#: packages/bank-ui/src/pages/regional/CreateCashout.tsx:108 +#, c-format +msgid "Unable to create a cashout" +msgstr "" + +#. screenid: 127 +#: packages/bank-ui/src/pages/regional/CreateCashout.tsx:109 +#, c-format +msgid "The bank configuration does not support cashout operations." +msgstr "" + +#. screenid: 127 +#: packages/bank-ui/src/pages/regional/CreateCashout.tsx:253 +#, c-format +msgid "Amount needs to be higher" +msgstr "" + +#. screenid: 127 +#: packages/bank-ui/src/pages/regional/CreateCashout.tsx:255 +#, c-format +msgid "It is not possible to cashout less than %1$s" +msgstr "" + +#. screenid: 127 +#: packages/bank-ui/src/pages/regional/CreateCashout.tsx:262 +#, c-format +msgid "Your account can't cashout less than %1$s" +msgstr "" + +#. screenid: 127 +#: packages/bank-ui/src/pages/regional/CreateCashout.tsx:269 +#, c-format +msgid "The total transfer to the destination will be zero" +msgstr "" + +#. screenid: 127 +#: packages/bank-ui/src/pages/regional/CreateCashout.tsx:286 +#, c-format +msgid "Cashout created" +msgstr "" + +#. screenid: 127 +#: packages/bank-ui/src/pages/regional/CreateCashout.tsx:311 +#, c-format +msgid "Duplicated request detected, check if the operation succeeded or try again." +msgstr "" + +#. screenid: 127 +#: packages/bank-ui/src/pages/regional/CreateCashout.tsx:319 +#, c-format +msgid "The conversion rate was applied incorrectly" +msgstr "" + +#. screenid: 127 +#: packages/bank-ui/src/pages/regional/CreateCashout.tsx:327 +#, c-format +msgid "The account does not have sufficient funds" +msgstr "" + +#. screenid: 127 +#: packages/bank-ui/src/pages/regional/CreateCashout.tsx:343 +#, c-format +msgid "Missing cashout URI in the profile" +msgstr "" + +#. screenid: 127 +#: packages/bank-ui/src/pages/regional/CreateCashout.tsx:351 +#, c-format +msgid "The amount is below the minimum amount permitted." +msgstr "" + +#. screenid: 127 +#: packages/bank-ui/src/pages/regional/CreateCashout.tsx:360 +#, c-format +msgid "" +"Sending the confirmation message failed, retry later or contact the " +"administrator." +msgstr "" + +#. screenid: 127 +#: packages/bank-ui/src/pages/regional/CreateCashout.tsx:368 +#, c-format +msgid "The server doesn't support the current TAN channel." +msgstr "" + +#. screenid: 127 +#: packages/bank-ui/src/pages/regional/CreateCashout.tsx:407 +#, c-format +msgid "Conversion rate" +msgstr "" + +#. screenid: 127 +#: packages/bank-ui/src/pages/regional/CreateCashout.tsx:415 +#, c-format +msgid "Balance" +msgstr "" + +#. screenid: 127 +#: packages/bank-ui/src/pages/regional/CreateCashout.tsx:428 +#, c-format +msgid "Fee" +msgstr "" + +#. screenid: 127 +#: packages/bank-ui/src/pages/regional/CreateCashout.tsx:451 +#, c-format +msgid "Legal name" +msgstr "" + +#. screenid: 127 +#: packages/bank-ui/src/pages/regional/CreateCashout.tsx:457 +#, c-format +msgid "If this name doesn't match the account holder's name, your transaction may fail." +msgstr "" + +#. screenid: 127 +#: packages/bank-ui/src/pages/regional/CreateCashout.tsx:465 +#, c-format +msgid "No cashout account" +msgstr "" + +#. screenid: 127 +#: packages/bank-ui/src/pages/regional/CreateCashout.tsx:466 +#, c-format +msgid "" +"Before being able to cashout to a bank account, you need to complete your " +"profile" +msgstr "" + +#. screenid: 127 +#: packages/bank-ui/src/pages/regional/CreateCashout.tsx:523 +#, c-format +msgid "Currency" +msgstr "" + +#. screenid: 127 +#: packages/bank-ui/src/pages/regional/CreateCashout.tsx:562 +#, c-format +msgid "Send %1$s" +msgstr "" + +#. screenid: 127 +#: packages/bank-ui/src/pages/regional/CreateCashout.tsx:599 +#, c-format +msgid "Receive %1$s" +msgstr "" + +#. screenid: 127 +#: packages/bank-ui/src/pages/regional/CreateCashout.tsx:661 +#, c-format +msgid "Total cost" +msgstr "" + +#. screenid: 127 +#: packages/bank-ui/src/pages/regional/CreateCashout.tsx:676 +#, c-format +msgid "Balance left" +msgstr "" + +#. screenid: 127 +#: packages/bank-ui/src/pages/regional/CreateCashout.tsx:691 +#, c-format +msgid "Before fee" +msgstr "" + +#. screenid: 127 +#: packages/bank-ui/src/pages/regional/CreateCashout.tsx:704 +#, c-format +msgid "Total cashout transfer" +msgstr "" + +#. screenid: 117 +#: packages/bank-ui/src/pages/account/CashoutListForAccount.tsx:75 +#, c-format +msgid "Cashout for account %1$s" +msgstr "" + +#. screenid: 120 +#: packages/bank-ui/src/pages/admin/AccountForm.tsx:195 +#, c-format +msgid "Doesn't have the pattern of an email" +msgstr "" + +#. screenid: 120 +#: packages/bank-ui/src/pages/admin/AccountForm.tsx:200 +#, c-format +msgid "Should start with +" +msgstr "" + +#. screenid: 120 +#: packages/bank-ui/src/pages/admin/AccountForm.tsx:202 +#, c-format +msgid "A phone number consists of numbers only" +msgstr "" + +#. screenid: 120 +#: packages/bank-ui/src/pages/admin/AccountForm.tsx:378 +#, c-format +msgid "Account ID for authentication" +msgstr "" + +#. screenid: 120 +#: packages/bank-ui/src/pages/admin/AccountForm.tsx:412 +#, c-format +msgid "Name of the account holder" +msgstr "" + +#. screenid: 120 +#: packages/bank-ui/src/pages/admin/AccountForm.tsx:419 +#, c-format +msgid "Internal account" +msgstr "" + +#. screenid: 120 +#: packages/bank-ui/src/pages/admin/AccountForm.tsx:422 +#, c-format +msgid "If this field is empty, a random account ID will be assigned" +msgstr "" + +#. screenid: 120 +#: packages/bank-ui/src/pages/admin/AccountForm.tsx:423 +#, c-format +msgid "" +"You can copy and share this IBAN number in order to receive wire transfers to " +"your bank account" +msgstr "" + +#. screenid: 120 +#: packages/bank-ui/src/pages/admin/AccountForm.tsx:471 +#, c-format +msgid "To be used when second factor authentication is enabled" +msgstr "" + +#. screenid: 120 +#: packages/bank-ui/src/pages/admin/AccountForm.tsx:515 +#, c-format +msgid "External account number where the money is going to be sent when doing cashouts" +msgstr "" + +#. screenid: 120 +#: packages/bank-ui/src/pages/admin/AccountForm.tsx:533 +#, c-format +msgid "Max debt" +msgstr "" + +#. screenid: 120 +#: packages/bank-ui/src/pages/admin/AccountForm.tsx:557 +#, c-format +msgid "How much the balance can go below zero." +msgstr "" + +#. screenid: 120 +#: packages/bank-ui/src/pages/admin/AccountForm.tsx:567 +#, c-format +msgid "Minimum cashout" +msgstr "" + +#. screenid: 120 +#: packages/bank-ui/src/pages/admin/AccountForm.tsx:589 +#, c-format +msgid "Custom minimum cashout amount for this account." +msgstr "" + +#. screenid: 120 +#: packages/bank-ui/src/pages/admin/AccountForm.tsx:631 +#, c-format +msgid "Public accounts have their balance publicly accessible" +msgstr "" + +#. screenid: 120 +#: packages/bank-ui/src/pages/admin/AccountForm.tsx:645 +#, c-format +msgid "Does this account belong to a Payment Service Provider?" +msgstr "" + +#. screenid: 118 +#: packages/bank-ui/src/pages/account/ShowAccountDetails.tsx:126 +#, c-format +msgid "Account updated" +msgstr "" + +#. screenid: 118 +#: packages/bank-ui/src/pages/account/ShowAccountDetails.tsx:133 +#, c-format +msgid "The rights to change the account are not sufficient" +msgstr "" + +#. screenid: 118 +#: packages/bank-ui/src/pages/account/ShowAccountDetails.tsx:141 +#, c-format +msgid "The username was not found" +msgstr "" + +#. screenid: 118 +#: packages/bank-ui/src/pages/account/ShowAccountDetails.tsx:149 +#, c-format +msgid "You can't change the legal name, please contact the your account administrator." +msgstr "" + +#. screenid: 118 +#: packages/bank-ui/src/pages/account/ShowAccountDetails.tsx:157 +#, c-format +msgid "You can't change the debt limit, please contact the your account administrator." +msgstr "" + +#. screenid: 118 +#: packages/bank-ui/src/pages/account/ShowAccountDetails.tsx:165 +#, c-format +msgid "" +"You can't change the cashout address, please contact the your account " +"administrator." +msgstr "" + +#. screenid: 118 +#: packages/bank-ui/src/pages/account/ShowAccountDetails.tsx:260 +#, c-format +msgid "Account \"%1$s\"" +msgstr "" + +#. screenid: 118 +#: packages/bank-ui/src/pages/account/ShowAccountDetails.tsx:265 +#, c-format +msgid "Removed" +msgstr "" + +#. screenid: 118 +#: packages/bank-ui/src/pages/account/ShowAccountDetails.tsx:266 +#, c-format +msgid "This account can't be used." +msgstr "" + +#. screenid: 118 +#: packages/bank-ui/src/pages/account/ShowAccountDetails.tsx:279 +#, c-format +msgid "Change details" +msgstr "" + +#. screenid: 118 +#: packages/bank-ui/src/pages/account/ShowAccountDetails.tsx:308 +#, c-format +msgid "Update" +msgstr "" + +#. screenid: 118 +#: packages/bank-ui/src/pages/account/ShowAccountDetails.tsx:322 +#, c-format +msgid "Merchant integration" +msgstr "" + +#. screenid: 118 +#: packages/bank-ui/src/pages/account/ShowAccountDetails.tsx:328 +#, c-format +msgid "" +"Use this information to link your Taler Merchant Backoffice account with the " +"current bank account. You can start by copying the values, then go to your " +"merchant backoffice service provider, login into your account and look for the " +"\"import\" button in the \"bank account\" section." +msgstr "" + +#. screenid: 118 +#: packages/bank-ui/src/pages/account/ShowAccountDetails.tsx:347 +#, c-format +msgid "Account type" +msgstr "" + +#. screenid: 118 +#: packages/bank-ui/src/pages/account/ShowAccountDetails.tsx:361 +#, c-format +msgid "Method to use for wire transfer." +msgstr "" + +#. screenid: 118 +#: packages/bank-ui/src/pages/account/ShowAccountDetails.tsx:375 +#, c-format +msgid "IBAN" +msgstr "" + +#. screenid: 118 +#: packages/bank-ui/src/pages/account/ShowAccountDetails.tsx:395 +#, c-format +msgid "International Bank Account Number." +msgstr "" + +#. screenid: 118 +#: packages/bank-ui/src/pages/account/ShowAccountDetails.tsx:410 +#, c-format +msgid "Account name" +msgstr "" + +#. screenid: 118 +#: packages/bank-ui/src/pages/account/ShowAccountDetails.tsx:431 +#, c-format +msgid "Bank host where the service is located." +msgstr "" + +#. screenid: 118 +#: packages/bank-ui/src/pages/account/ShowAccountDetails.tsx:462 +#, c-format +msgid "Bank account identifier for wire transfers." +msgstr "" + +#. screenid: 118 +#: packages/bank-ui/src/pages/account/ShowAccountDetails.tsx:477 +#, c-format +msgid "Address" +msgstr "" + +#. screenid: 118 +#: packages/bank-ui/src/pages/account/ShowAccountDetails.tsx:510 +#, c-format +msgid "Owner's name" +msgstr "" + +#. screenid: 118 +#: packages/bank-ui/src/pages/account/ShowAccountDetails.tsx:530 +#, c-format +msgid "Legal name of the person holding the account." +msgstr "" + +#. screenid: 118 +#: packages/bank-ui/src/pages/account/ShowAccountDetails.tsx:540 +#, c-format +msgid "Account info URL" +msgstr "" + +#. screenid: 118 +#: packages/bank-ui/src/pages/account/ShowAccountDetails.tsx:560 +#, c-format +msgid "" +"From where the merchant can download information about incoming wire transfers " +"to this account." +msgstr "" + +#. screenid: 118 +#: packages/bank-ui/src/pages/account/ShowAccountDetails.tsx:587 +#, c-format +msgid "Copy" +msgstr "" + +#. screenid: 119 +#: packages/bank-ui/src/pages/account/UpdateAccountPassword.tsx:95 +#, c-format +msgid "Repeated password doesn't match" +msgstr "" + +#. screenid: 119 +#: packages/bank-ui/src/pages/account/UpdateAccountPassword.tsx:112 +#, c-format +msgid "Password changed" +msgstr "" + +#. screenid: 119 +#: packages/bank-ui/src/pages/account/UpdateAccountPassword.tsx:119 +#, c-format +msgid "Not authorized to change the password, maybe the session is invalid." +msgstr "" + +#. screenid: 119 +#: packages/bank-ui/src/pages/account/UpdateAccountPassword.tsx:135 +#, c-format +msgid "" +"You need to provide the old password. If you don't have it contact your account " +"administrator." +msgstr "" + +#. screenid: 119 +#: packages/bank-ui/src/pages/account/UpdateAccountPassword.tsx:143 +#, c-format +msgid "Your current password doesn't match, can't change to a new password." +msgstr "" + +#. screenid: 119 +#: packages/bank-ui/src/pages/account/UpdateAccountPassword.tsx:186 +#, c-format +msgid "Update password" +msgstr "" + +#. screenid: 119 +#: packages/bank-ui/src/pages/account/UpdateAccountPassword.tsx:205 +#, c-format +msgid "Current password" +msgstr "" + +#. screenid: 119 +#: packages/bank-ui/src/pages/account/UpdateAccountPassword.tsx:227 +#, c-format +msgid "Your current password, for security" +msgstr "" + +#. screenid: 119 +#: packages/bank-ui/src/pages/account/UpdateAccountPassword.tsx:268 +#, c-format +msgid "Type it again" +msgstr "" + +#. screenid: 119 +#: packages/bank-ui/src/pages/account/UpdateAccountPassword.tsx:291 +#, c-format +msgid "Repeat the same password" +msgstr "" + +#. screenid: 119 +#: packages/bank-ui/src/pages/account/UpdateAccountPassword.tsx:314 +#, c-format +msgid "Change" +msgstr "" + +#. screenid: 121 +#: packages/bank-ui/src/pages/admin/AccountList.tsx:75 +#, c-format +msgid "Accounts" +msgstr "" + +#. screenid: 121 +#: packages/bank-ui/src/pages/admin/AccountList.tsx:85 +#, c-format +msgid "Create account" +msgstr "" + +#. screenid: 121 +#: packages/bank-ui/src/pages/admin/AccountList.tsx:111 +#, c-format +msgid "Actions" +msgstr "" + +#. screenid: 121 +#: packages/bank-ui/src/pages/admin/AccountList.tsx:155 +#, c-format +msgid "Unknown" +msgstr "" + +#. screenid: 121 +#: packages/bank-ui/src/pages/admin/AccountList.tsx:179 +#, c-format +msgid "Change password" +msgstr "" + +#. screenid: 122 +#: packages/bank-ui/src/pages/admin/AdminHome.tsx:272 +#, c-format +msgid "Querying for the current stats failed" +msgstr "" + +#. screenid: 122 +#: packages/bank-ui/src/pages/admin/AdminHome.tsx:274 +#, c-format +msgid "The request parameters are wrong" +msgstr "" + +#. screenid: 122 +#: packages/bank-ui/src/pages/admin/AdminHome.tsx:283 +#, c-format +msgid "The user is unauthorized" +msgstr "" + +#. screenid: 122 +#: packages/bank-ui/src/pages/admin/AdminHome.tsx:297 +#, c-format +msgid "Querying for the previous stats failed" +msgstr "" + +#. screenid: 122 +#: packages/bank-ui/src/pages/admin/AdminHome.tsx:321 +#, c-format +msgid "Transaction volume report" +msgstr "" + +#. screenid: 122 +#: packages/bank-ui/src/pages/admin/AdminHome.tsx:347 +#, c-format +msgid "Last hour" +msgstr "" + +#. screenid: 122 +#: packages/bank-ui/src/pages/admin/AdminHome.tsx:353 +#, c-format +msgid "Previous day" +msgstr "" + +#. screenid: 122 +#: packages/bank-ui/src/pages/admin/AdminHome.tsx:361 +#, c-format +msgid "Last month" +msgstr "" + +#. screenid: 122 +#: packages/bank-ui/src/pages/admin/AdminHome.tsx:367 +#, c-format +msgid "Last year" +msgstr "" + +#. screenid: 122 +#: packages/bank-ui/src/pages/admin/AdminHome.tsx:459 +#, c-format +msgid "Last Year" +msgstr "" + +#. screenid: 122 +#: packages/bank-ui/src/pages/admin/AdminHome.tsx:474 +#, c-format +msgid "Trading volume from %1$s to %2$s" +msgstr "" + +#. screenid: 122 +#: packages/bank-ui/src/pages/admin/AdminHome.tsx:491 +#, c-format +msgid "Cashin" +msgstr "" + +#. screenid: 122 +#: packages/bank-ui/src/pages/admin/AdminHome.tsx:493 +#, c-format +msgid "Transferred from an external account to an account in this bank." +msgstr "" + +#. screenid: 122 +#: packages/bank-ui/src/pages/admin/AdminHome.tsx:510 +#, c-format +msgid "Transferred from an account in this bank to an external account." +msgstr "" + +#. screenid: 122 +#: packages/bank-ui/src/pages/admin/AdminHome.tsx:525 +#, c-format +msgid "Payin" +msgstr "" + +#. screenid: 122 +#: packages/bank-ui/src/pages/admin/AdminHome.tsx:527 +#, c-format +msgid "Transferred from an account to a Taler exchange." +msgstr "" + +#. screenid: 122 +#: packages/bank-ui/src/pages/admin/AdminHome.tsx:540 +#, c-format +msgid "Payout" +msgstr "" + +#. screenid: 122 +#: packages/bank-ui/src/pages/admin/AdminHome.tsx:542 +#, c-format +msgid "Transferred from a Taler exchange to another account." +msgstr "" + +#. screenid: 122 +#: packages/bank-ui/src/pages/admin/AdminHome.tsx:560 +#, c-format +msgid "Download stats as CSV" +msgstr "" + +#. screenid: 122 +#: packages/bank-ui/src/pages/admin/AdminHome.tsx:615 +#, c-format +msgid "previous" +msgstr "" + +#. screenid: 122 +#: packages/bank-ui/src/pages/admin/AdminHome.tsx:666 +#, c-format +msgid "Decreased by" +msgstr "" + +#. screenid: 122 +#: packages/bank-ui/src/pages/admin/AdminHome.tsx:670 +#, c-format +msgid "Increased by" +msgstr "" + +#. screenid: 123 +#: packages/bank-ui/src/pages/admin/CreateNewAccount.tsx:65 +#, c-format +msgid "Account created with password \"%1$s\"." +msgstr "" + +#. screenid: 123 +#: packages/bank-ui/src/pages/admin/CreateNewAccount.tsx:74 +#, c-format +msgid "Server replied that phone or email is invalid" +msgstr "" + +#. screenid: 123 +#: packages/bank-ui/src/pages/admin/CreateNewAccount.tsx:82 +#, c-format +msgid "The rights to perform the operation are not sufficient" +msgstr "" + +#. screenid: 123 +#: packages/bank-ui/src/pages/admin/CreateNewAccount.tsx:90 +#, c-format +msgid "Account username is already taken" +msgstr "" + +#. screenid: 123 +#: packages/bank-ui/src/pages/admin/CreateNewAccount.tsx:98 +#, c-format +msgid "Account id is already taken" +msgstr "" + +#. screenid: 123 +#: packages/bank-ui/src/pages/admin/CreateNewAccount.tsx:106 +#, c-format +msgid "Bank ran out of bonus credit." +msgstr "" + +#. screenid: 123 +#: packages/bank-ui/src/pages/admin/CreateNewAccount.tsx:114 +#, c-format +msgid "Account username can't be used because is reserved" +msgstr "" + +#. screenid: 123 +#: packages/bank-ui/src/pages/admin/CreateNewAccount.tsx:188 +#, c-format +msgid "Can't create accounts" +msgstr "" + +#. screenid: 123 +#: packages/bank-ui/src/pages/admin/CreateNewAccount.tsx:189 +#, c-format +msgid "Only system admin can create accounts." +msgstr "" + +#. screenid: 123 +#: packages/bank-ui/src/pages/admin/CreateNewAccount.tsx:212 +#, c-format +msgid "New bank account" +msgstr "" + +#. screenid: 123 +#: packages/bank-ui/src/pages/admin/CreateNewAccount.tsx:240 +#, c-format +msgid "Create" +msgstr "" + +#. screenid: 124 +#: packages/bank-ui/src/pages/admin/DownloadStats.tsx:93 +#, c-format +msgid "Download bank stats" +msgstr "" + +#. screenid: 124 +#: packages/bank-ui/src/pages/admin/DownloadStats.tsx:114 +#, c-format +msgid "Include hour metric" +msgstr "" + +#. screenid: 124 +#: packages/bank-ui/src/pages/admin/DownloadStats.tsx:148 +#, c-format +msgid "Include day metric" +msgstr "" + +#. screenid: 124 +#: packages/bank-ui/src/pages/admin/DownloadStats.tsx:179 +#, c-format +msgid "Include month metric" +msgstr "" + +#. screenid: 124 +#: packages/bank-ui/src/pages/admin/DownloadStats.tsx:213 +#, c-format +msgid "Include year metric" +msgstr "" + +#. screenid: 124 +#: packages/bank-ui/src/pages/admin/DownloadStats.tsx:247 +#, c-format +msgid "Include table header" +msgstr "" + +#. screenid: 124 +#: packages/bank-ui/src/pages/admin/DownloadStats.tsx:281 +#, c-format +msgid "Add previous metric for compare" +msgstr "" + +#. screenid: 124 +#: packages/bank-ui/src/pages/admin/DownloadStats.tsx:317 +#, c-format +msgid "Fail on first error" +msgstr "" + +#. screenid: 124 +#: packages/bank-ui/src/pages/admin/DownloadStats.tsx:377 +#, c-format +msgid "Download" +msgstr "" + +#. screenid: 124 +#: packages/bank-ui/src/pages/admin/DownloadStats.tsx:394 +#, c-format +msgid "downloading... %1$s" +msgstr "" + +#. screenid: 124 +#: packages/bank-ui/src/pages/admin/DownloadStats.tsx:413 +#, c-format +msgid "Download completed" +msgstr "" + +#. screenid: 124 +#: packages/bank-ui/src/pages/admin/DownloadStats.tsx:414 +#, c-format +msgid "Click here to save the file in your computer." +msgstr "" + +#. screenid: 125 +#: packages/bank-ui/src/pages/admin/RemoveAccount.tsx:105 +#, c-format +msgid "Can't delete the account" +msgstr "" + +#. screenid: 125 +#: packages/bank-ui/src/pages/admin/RemoveAccount.tsx:106 +#, c-format +msgid "" +"The account can't be delete while still holding some balance. First make sure " +"that the owner make a complete cashout." +msgstr "" + +#. screenid: 125 +#: packages/bank-ui/src/pages/admin/RemoveAccount.tsx:129 +#, c-format +msgid "Account removed" +msgstr "" + +#. screenid: 125 +#: packages/bank-ui/src/pages/admin/RemoveAccount.tsx:136 +#, c-format +msgid "No enough permission to delete the account." +msgstr "" + +#. screenid: 125 +#: packages/bank-ui/src/pages/admin/RemoveAccount.tsx:144 +#, c-format +msgid "The username was not found." +msgstr "" + +#. screenid: 125 +#: packages/bank-ui/src/pages/admin/RemoveAccount.tsx:152 +#, c-format +msgid "Can't delete a reserved username." +msgstr "" + +#. screenid: 125 +#: packages/bank-ui/src/pages/admin/RemoveAccount.tsx:160 +#, c-format +msgid "Can't delete an account with balance different than zero." +msgstr "" + +#. screenid: 125 +#: packages/bank-ui/src/pages/admin/RemoveAccount.tsx:187 +#, c-format +msgid "Name doesn't match" +msgstr "" + +#. screenid: 125 +#: packages/bank-ui/src/pages/admin/RemoveAccount.tsx:197 +#, c-format +msgid "You are going to remove the account" +msgstr "" + +#. screenid: 125 +#: packages/bank-ui/src/pages/admin/RemoveAccount.tsx:199 +#, c-format +msgid "This step can't be undone." +msgstr "" + +#. screenid: 125 +#: packages/bank-ui/src/pages/admin/RemoveAccount.tsx:205 +#, c-format +msgid "Deleting account \"%1$s\"" +msgstr "" + +#. screenid: 125 +#: packages/bank-ui/src/pages/admin/RemoveAccount.tsx:223 +#, c-format +msgid "Verification" +msgstr "" + +#. screenid: 125 +#: packages/bank-ui/src/pages/admin/RemoveAccount.tsx:248 +#, c-format +msgid "Enter the account name that is going to be deleted" +msgstr "" + +#. screenid: 126 +#: packages/bank-ui/src/pages/regional/ConversionConfig.tsx:99 +#, c-format +msgid "loading..." +msgstr "" + +#. screenid: 126 +#: packages/bank-ui/src/pages/regional/ConversionConfig.tsx:103 +#, c-format +msgid "only admin can setup conversion" +msgstr "" + +#. screenid: 126 +#: packages/bank-ui/src/pages/regional/ConversionConfig.tsx:209 +#, c-format +msgid "Wrong credentials" +msgstr "" + +#. screenid: 126 +#: packages/bank-ui/src/pages/regional/ConversionConfig.tsx:218 +#, c-format +msgid "Conversion is disabled" +msgstr "" + +#. screenid: 126 +#: packages/bank-ui/src/pages/regional/ConversionConfig.tsx:297 +#, c-format +msgid "Config cashout" +msgstr "" + +#. screenid: 126 +#: packages/bank-ui/src/pages/regional/ConversionConfig.tsx:320 +#, c-format +msgid "Config cashin" +msgstr "" + +#. screenid: 126 +#: packages/bank-ui/src/pages/regional/ConversionConfig.tsx:369 +#, c-format +msgid "Cashin ratio" +msgstr "" + +#. screenid: 126 +#: packages/bank-ui/src/pages/regional/ConversionConfig.tsx:380 +#, c-format +msgid "Cashout ratio" +msgstr "" + +#. screenid: 126 +#: packages/bank-ui/src/pages/regional/ConversionConfig.tsx:390 +#, c-format +msgid "Bad ratios" +msgstr "" + +#. screenid: 126 +#: packages/bank-ui/src/pages/regional/ConversionConfig.tsx:391 +#, c-format +msgid "" +"One of the ratios should be higher or equal than 1 an the other should be lower " +"or equal than 1." +msgstr "" + +#. screenid: 126 +#: packages/bank-ui/src/pages/regional/ConversionConfig.tsx:405 +#, c-format +msgid "Initial amount" +msgstr "" + +#. screenid: 126 +#: packages/bank-ui/src/pages/regional/ConversionConfig.tsx:418 +#, c-format +msgid "Use it to test how the conversion will affect the amount." +msgstr "" + +#. screenid: 126 +#: packages/bank-ui/src/pages/regional/ConversionConfig.tsx:433 +#, c-format +msgid "Sending to this bank" +msgstr "" + +#. screenid: 126 +#: packages/bank-ui/src/pages/regional/ConversionConfig.tsx:451 +#, c-format +msgid "Converted" +msgstr "" + +#. screenid: 126 +#: packages/bank-ui/src/pages/regional/ConversionConfig.tsx:464 +#, c-format +msgid "Cashin after fee" +msgstr "" + +#. screenid: 126 +#: packages/bank-ui/src/pages/regional/ConversionConfig.tsx:481 +#, c-format +msgid "Sending from this bank" +msgstr "" + +#. screenid: 126 +#: packages/bank-ui/src/pages/regional/ConversionConfig.tsx:512 +#, c-format +msgid "Cashout after fee" +msgstr "" + +#. screenid: 126 +#: packages/bank-ui/src/pages/regional/ConversionConfig.tsx:531 +#, c-format +msgid "Bad configuration" +msgstr "" + +#. screenid: 126 +#: packages/bank-ui/src/pages/regional/ConversionConfig.tsx:534 +#, c-format +msgid "This configuration allows users to cash out more of what has been cashed in." +msgstr "" + +#. screenid: 126 +#: packages/bank-ui/src/pages/regional/ConversionConfig.tsx:663 +#, c-format +msgid "Rnvalid" +msgstr "" + +#. screenid: 126 +#: packages/bank-ui/src/pages/regional/ConversionConfig.tsx:743 +#, c-format +msgid "Minimum amount" +msgstr "" + +#. screenid: 126 +#: packages/bank-ui/src/pages/regional/ConversionConfig.tsx:756 +#, c-format +msgid "Only cashout operation above this threshold will be allowed" +msgstr "" + +#. screenid: 126 +#: packages/bank-ui/src/pages/regional/ConversionConfig.tsx:769 +#, c-format +msgid "Ratio" +msgstr "" + +#. screenid: 126 +#: packages/bank-ui/src/pages/regional/ConversionConfig.tsx:790 +#, c-format +msgid "Conversion ratio between currencies" +msgstr "" + +#. screenid: 126 +#: packages/bank-ui/src/pages/regional/ConversionConfig.tsx:795 +#, c-format +msgid "Example conversion" +msgstr "" + +#. screenid: 126 +#: packages/bank-ui/src/pages/regional/ConversionConfig.tsx:796 +#, c-format +msgid "1 %1$s will be converted into %2$s %3$s" +msgstr "" + +#. screenid: 126 +#: packages/bank-ui/src/pages/regional/ConversionConfig.tsx:809 +#, c-format +msgid "Rounding value" +msgstr "" + +#. screenid: 126 +#: packages/bank-ui/src/pages/regional/ConversionConfig.tsx:822 +#, c-format +msgid "Smallest difference between two amounts after the ratio is applied." +msgstr "" + +#. screenid: 126 +#: packages/bank-ui/src/pages/regional/ConversionConfig.tsx:838 +#, c-format +msgid "Rounding mode" +msgstr "" + +#. screenid: 126 +#: packages/bank-ui/src/pages/regional/ConversionConfig.tsx:859 +#, c-format +msgid "Zero" +msgstr "" + +#. screenid: 126 +#: packages/bank-ui/src/pages/regional/ConversionConfig.tsx:861 +#, c-format +msgid "Amount will be round below to the largest possible value smaller than the input." +msgstr "" + +#. screenid: 126 +#: packages/bank-ui/src/pages/regional/ConversionConfig.tsx:899 +#, c-format +msgid "Up" +msgstr "" + +#. screenid: 126 +#: packages/bank-ui/src/pages/regional/ConversionConfig.tsx:901 +#, c-format +msgid "Amount will be round up to the smallest possible value larger than the input." +msgstr "" + +#. screenid: 126 +#: packages/bank-ui/src/pages/regional/ConversionConfig.tsx:938 +#, c-format +msgid "Nearest" +msgstr "" + +#. screenid: 126 +#: packages/bank-ui/src/pages/regional/ConversionConfig.tsx:940 +#, c-format +msgid "Amount will be round to the closest possible value." +msgstr "" + +#. screenid: 126 +#: packages/bank-ui/src/pages/regional/ConversionConfig.tsx:966 +#, c-format +msgid "Examples" +msgstr "" + +#. screenid: 126 +#: packages/bank-ui/src/pages/regional/ConversionConfig.tsx:970 +#, c-format +msgid "Rounding an amount of 1.24 with rounding value 0.1" +msgstr "" + +#. screenid: 126 +#: packages/bank-ui/src/pages/regional/ConversionConfig.tsx:990 +#, c-format +msgid "" +"Given the rounding value of 0.1 the possible values closest to 1.24 are: 1.1, " +"1.2, 1.3, 1.4." +msgstr "" + +#. screenid: 126 +#: packages/bank-ui/src/pages/regional/ConversionConfig.tsx:996 +#, c-format +msgid "With the \"zero\" mode the value will be rounded to 1.2" +msgstr "" + +#. screenid: 126 +#: packages/bank-ui/src/pages/regional/ConversionConfig.tsx:1001 +#, c-format +msgid "With the \"nearest\" mode the value will be rounded to 1.2" +msgstr "" + +#. screenid: 126 +#: packages/bank-ui/src/pages/regional/ConversionConfig.tsx:1006 +#, c-format +msgid "With the \"up\" mode the value will be rounded to 1.3" +msgstr "" + +#. screenid: 126 +#: packages/bank-ui/src/pages/regional/ConversionConfig.tsx:1013 +#, c-format +msgid "Rounding an amount of 1.26 with rounding value 0.1" +msgstr "" + +#. screenid: 126 +#: packages/bank-ui/src/pages/regional/ConversionConfig.tsx:1044 +#, c-format +msgid "With the \"nearest\" mode the value will be rounded to 1.3" +msgstr "" + +#. screenid: 126 +#: packages/bank-ui/src/pages/regional/ConversionConfig.tsx:1056 +#, c-format +msgid "Rounding an amount of 1.24 with rounding value 0.3" +msgstr "" + +#. screenid: 126 +#: packages/bank-ui/src/pages/regional/ConversionConfig.tsx:1076 +#, c-format +msgid "" +"Given the rounding value of 0.3 the possible values closest to 1.24 are: 0.9, " +"1.2, 1.5, 1.8." +msgstr "" + +#. screenid: 126 +#: packages/bank-ui/src/pages/regional/ConversionConfig.tsx:1092 +#, c-format +msgid "With the \"up\" mode the value will be rounded to 1.5" +msgstr "" + +#. screenid: 126 +#: packages/bank-ui/src/pages/regional/ConversionConfig.tsx:1099 +#, c-format +msgid "Rounding an amount of 1.26 with rounding value 0.3" +msgstr "" + +#. screenid: 126 +#: packages/bank-ui/src/pages/regional/ConversionConfig.tsx:1163 +#, c-format +msgid "Amount to be deducted before amount is credited." +msgstr "" + +#. screenid: 128 +#: packages/bank-ui/src/pages/regional/ShowCashoutDetails.tsx:54 +#, c-format +msgid "Cashout id should be a number" +msgstr "" + +#. screenid: 128 +#: packages/bank-ui/src/pages/regional/ShowCashoutDetails.tsx:70 +#, c-format +msgid "This cashout not found. Maybe already aborted." +msgstr "" + +#. screenid: 128 +#: packages/bank-ui/src/pages/regional/ShowCashoutDetails.tsx:118 +#, c-format +msgid "Cashout detail" +msgstr "" + +#. screenid: 128 +#: packages/bank-ui/src/pages/regional/ShowCashoutDetails.tsx:153 +#, c-format +msgid "Debited" +msgstr "" + +#. screenid: 128 +#: packages/bank-ui/src/pages/regional/ShowCashoutDetails.tsx:168 +#, c-format +msgid "Credited" +msgstr "" + +#. screenid: 100 +#: packages/bank-ui/src/Routing.tsx:222 +#, c-format +msgid "Welcome to %1$s!" +msgstr ""