fix typo in source file

This commit is contained in:
Sebastian 2022-12-09 11:07:37 -03:00
parent 7d07f752eb
commit 345c436051
No known key found for this signature in database
GPG Key ID: BE4FF68352439FC1
6 changed files with 485 additions and 157 deletions

View File

@ -299,11 +299,6 @@ msgid ""
"(PIN/TAN, one time password, ..), instead of a simple calculation." "(PIN/TAN, one time password, ..), instead of a simple calculation."
msgstr "" msgstr ""
#: src/pages/home/WithdrawalConfirmationQuestion.tsx:155
#, c-format
msgid "\\"No credentials found."
msgstr ""
#: src/pages/home/WithdrawalConfirmationQuestion.tsx:166 #: src/pages/home/WithdrawalConfirmationQuestion.tsx:166
#, c-format #, c-format
msgid "No withdrawal ID found." msgid "No withdrawal ID found."

View File

@ -81,106 +81,141 @@ msgstr ""
msgid "Register" msgid "Register"
msgstr "" msgstr ""
#: src/pages/home/PaytoWireTransferForm.tsx:57 #: src/pages/home/PaytoWireTransferForm.tsx:60
#, c-format #, c-format
msgid "Missing IBAN" msgid "Missing IBAN"
msgstr "" msgstr ""
#: src/pages/home/PaytoWireTransferForm.tsx:59 #: src/pages/home/PaytoWireTransferForm.tsx:62
#, c-format #, c-format
msgid "IBAN should have just uppercased letters and numbers" msgid "IBAN should have just uppercased letters and numbers"
msgstr "" msgstr ""
#: src/pages/home/PaytoWireTransferForm.tsx:61 #: src/pages/home/PaytoWireTransferForm.tsx:64
#, c-format #, c-format
msgid "Missing subject" msgid "Missing subject"
msgstr "" msgstr ""
#: src/pages/home/PaytoWireTransferForm.tsx:63 #: src/pages/home/PaytoWireTransferForm.tsx:66
#, c-format #, c-format
msgid "Missing amount" msgid "Missing amount"
msgstr "" msgstr ""
#: src/pages/home/PaytoWireTransferForm.tsx:65 #: src/pages/home/PaytoWireTransferForm.tsx:68
#, c-format #, c-format
msgid "Amount is not valid" msgid "Amount is not valid"
msgstr "" msgstr ""
#: src/pages/home/PaytoWireTransferForm.tsx:67 #: src/pages/home/PaytoWireTransferForm.tsx:70
#, c-format #, c-format
msgid "Should be greater than 0" msgid "Should be greater than 0"
msgstr "" msgstr ""
#: src/pages/home/PaytoWireTransferForm.tsx:76 #: src/pages/home/PaytoWireTransferForm.tsx:79
#, c-format #, c-format
msgid "Receiver IBAN:" msgid "Receiver IBAN:"
msgstr "" msgstr ""
#: src/pages/home/PaytoWireTransferForm.tsx:99 #: src/pages/home/PaytoWireTransferForm.tsx:102
#, c-format #, c-format
msgid "Transfer subject:" msgid "Transfer subject:"
msgstr "" msgstr ""
#: src/pages/home/PaytoWireTransferForm.tsx:120 #: src/pages/home/PaytoWireTransferForm.tsx:123
#, c-format #, c-format
msgid "Amount:" msgid "Amount:"
msgstr "" msgstr ""
#: src/pages/home/PaytoWireTransferForm.tsx:174 #: src/pages/home/PaytoWireTransferForm.tsx:177
#, c-format #, c-format
msgid "Field(s) missing." msgid "Field(s) missing."
msgstr "" msgstr ""
#: src/pages/home/PaytoWireTransferForm.tsx:223 #: src/pages/home/PaytoWireTransferForm.tsx:227
#, c-format #, c-format
msgid "Want to try the raw payto://-format?" msgid "Want to try the raw payto://-format?"
msgstr "" msgstr ""
#: src/pages/home/PaytoWireTransferForm.tsx:231 #: src/pages/home/PaytoWireTransferForm.tsx:235
#, c-format #, c-format
msgid "Missing payto address" msgid "Missing payto address"
msgstr "" msgstr ""
#: src/pages/home/PaytoWireTransferForm.tsx:233 #: src/pages/home/PaytoWireTransferForm.tsx:237
#, c-format #, c-format
msgid "Payto does not follow the pattern" msgid "Payto does not follow the pattern"
msgstr "" msgstr ""
#: src/pages/home/PaytoWireTransferForm.tsx:239 #: src/pages/home/PaytoWireTransferForm.tsx:243
#, c-format #, c-format
msgid "Transfer money to account identified by payto:// URI:" msgid "Transfer money to account identified by payto:// URI:"
msgstr "" msgstr ""
#: src/pages/home/PaytoWireTransferForm.tsx:242 #: src/pages/home/PaytoWireTransferForm.tsx:246
#, c-format #, c-format
msgid "payto URI:" msgid "payto URI:"
msgstr "" msgstr ""
#: src/pages/home/PaytoWireTransferForm.tsx:251 #: src/pages/home/PaytoWireTransferForm.tsx:255
#, c-format #, c-format
msgid "payto address" msgid "payto address"
msgstr "" msgstr ""
#: src/pages/home/PaytoWireTransferForm.tsx:275 #: src/pages/home/PaytoWireTransferForm.tsx:279
#, c-format #, c-format
msgid "Send" msgid "Send"
msgstr "" msgstr ""
#: src/pages/home/PaytoWireTransferForm.tsx:309 #: src/pages/home/PaytoWireTransferForm.tsx:314
#, c-format #, c-format
msgid "Use wire-transfer form?" msgid "Use wire-transfer form?"
msgstr "" msgstr ""
#: src/pages/home/WalletWithdrawForm.tsx:47 #: src/pages/home/PaytoWireTransferForm.tsx:373
#, c-format
msgid "No credentials found."
msgstr ""
#: src/pages/home/PaytoWireTransferForm.tsx:397
#, c-format
msgid "Could not create the wire transfer"
msgstr ""
#: src/pages/home/PaytoWireTransferForm.tsx:414
#, c-format
msgid "Transfer creation gave response error"
msgstr ""
#: src/pages/home/PaytoWireTransferForm.tsx:426
#, c-format
msgid "Wire transfer created!"
msgstr ""
#: src/pages/home/WalletWithdrawForm.tsx:50
#, c-format #, c-format
msgid "Amount to withdraw:" msgid "Amount to withdraw:"
msgstr "" msgstr ""
#: src/pages/home/WalletWithdrawForm.tsx:81 #: src/pages/home/WalletWithdrawForm.tsx:84
#, c-format #, c-format
msgid "Withdraw" msgid "Withdraw"
msgstr "" msgstr ""
#: src/pages/home/WalletWithdrawForm.tsx:128
#, c-format
msgid "No credentials given."
msgstr ""
#: src/pages/home/WalletWithdrawForm.tsx:155
#, c-format
msgid "Could not create withdrawal operation"
msgstr ""
#: src/pages/home/WalletWithdrawForm.tsx:171
#, c-format
msgid "Withdrawal creation gave response error"
msgstr ""
#: src/pages/home/PaymentOptions.tsx:44 #: src/pages/home/PaymentOptions.tsx:44
#, c-format #, c-format
msgid "Obtain digital cash" msgid "Obtain digital cash"
@ -221,48 +256,83 @@ msgstr ""
msgid "Use this QR code to withdraw to your mobile wallet:" msgid "Use this QR code to withdraw to your mobile wallet:"
msgstr "" msgstr ""
#: src/pages/home/QrCodeSection.tsx:48 #: src/pages/home/QrCodeSection.tsx:47
#, c-format #, c-format
msgid "this link" msgid "Click %1$s to open your Taler wallet!"
msgstr "" msgstr ""
#: src/pages/home/WithdrawalConfirmationQuestion.tsx:44 #: src/pages/home/WithdrawalConfirmationQuestion.tsx:47
#, c-format #, c-format
msgid "Confirm Withdrawal" msgid "Confirm Withdrawal"
msgstr "" msgstr ""
#: src/pages/home/WithdrawalConfirmationQuestion.tsx:49 #: src/pages/home/WithdrawalConfirmationQuestion.tsx:52
#, c-format #, c-format
msgid "Authorize withdrawal by solving challenge" msgid "Authorize withdrawal by solving challenge"
msgstr "" msgstr ""
#: src/pages/home/WithdrawalConfirmationQuestion.tsx:52 #: src/pages/home/WithdrawalConfirmationQuestion.tsx:55
#, c-format #, c-format
msgid "What is" msgid "What is"
msgstr "" msgstr ""
#: src/pages/home/WithdrawalConfirmationQuestion.tsx:90 #: src/pages/home/WithdrawalConfirmationQuestion.tsx:94
#, c-format #, c-format
msgid "Answer is wrong." msgid "Answer is wrong."
msgstr "" msgstr ""
#: src/pages/home/WithdrawalConfirmationQuestion.tsx:95 #: src/pages/home/WithdrawalConfirmationQuestion.tsx:99
#, c-format #, c-format
msgid "Confirm" msgid "Confirm"
msgstr "" msgstr ""
#: src/pages/home/WithdrawalConfirmationQuestion.tsx:108 #: src/pages/home/WithdrawalConfirmationQuestion.tsx:113
#, c-format #, c-format
msgid "Cancel" msgid "Cancel"
msgstr "" msgstr ""
#: src/pages/home/WithdrawalConfirmationQuestion.tsx:115 #: src/pages/home/WithdrawalConfirmationQuestion.tsx:120
#, c-format #, c-format
msgid "" msgid ""
"A this point, a %1$s bank would ask for an additional authentication proof " "A this point, a %1$s bank would ask for an additional authentication proof "
"(PIN/TAN, one time password, ..), instead of a simple calculation." "(PIN/TAN, one time password, ..), instead of a simple calculation."
msgstr "" msgstr ""
#: src/pages/home/WithdrawalConfirmationQuestion.tsx:166
#, c-format
msgid "No withdrawal ID found."
msgstr ""
#: src/pages/home/WithdrawalConfirmationQuestion.tsx:201
#, c-format
msgid "Could not confirm the withdrawal"
msgstr ""
#: src/pages/home/WithdrawalConfirmationQuestion.tsx:219
#, c-format
msgid "Withdrawal confirmation gave response error"
msgstr ""
#: src/pages/home/WithdrawalConfirmationQuestion.tsx:231
#, c-format
msgid "Withdrawal confirmed!"
msgstr ""
#: src/pages/home/WithdrawalConfirmationQuestion.tsx:294
#, c-format
msgid "Could not abort the withdrawal."
msgstr ""
#: src/pages/home/WithdrawalConfirmationQuestion.tsx:311
#, c-format
msgid "Withdrawal abortion failed."
msgstr ""
#: src/pages/home/WithdrawalConfirmationQuestion.tsx:324
#, c-format
msgid "Withdrawal aborted!"
msgstr ""
#: src/pages/home/WithdrawalQRCode.tsx:54 #: src/pages/home/WithdrawalQRCode.tsx:54
#, c-format #, c-format
msgid "Abort" msgid "Abort"
@ -338,31 +408,46 @@ msgstr ""
msgid "History of public accounts" msgid "History of public accounts"
msgstr "" msgstr ""
#: src/pages/home/RegistrationPage.tsx:36 #: src/pages/home/RegistrationPage.tsx:39
#, c-format #, c-format
msgid "Currently, the bank is not accepting new registrations!" msgid "Currently, the bank is not accepting new registrations!"
msgstr "" msgstr ""
#: src/pages/home/RegistrationPage.tsx:65 #: src/pages/home/RegistrationPage.tsx:68
#, c-format #, c-format
msgid "Use only letter and numbers starting with a lower case letter" msgid "Use only letter and numbers starting with a lower case letter"
msgstr "" msgstr ""
#: src/pages/home/RegistrationPage.tsx:75 #: src/pages/home/RegistrationPage.tsx:78
#, c-format #, c-format
msgid "Password don't match" msgid "Password don't match"
msgstr "" msgstr ""
#: src/pages/home/RegistrationPage.tsx:86 #: src/pages/home/RegistrationPage.tsx:89
#, c-format #, c-format
msgid "Please register!" msgid "Please register!"
msgstr "" msgstr ""
#: src/pages/home/RegistrationPage.tsx:123 #: src/pages/home/RegistrationPage.tsx:126
#, c-format #, c-format
msgid "Repeat Password:" msgid "Repeat Password:"
msgstr "" msgstr ""
#: src/pages/home/RegistrationPage.tsx:226
#, c-format
msgid "Registration failed, please report"
msgstr ""
#: src/pages/home/RegistrationPage.tsx:239
#, c-format
msgid "That username is already taken"
msgstr ""
#: src/pages/home/RegistrationPage.tsx:248
#, c-format
msgid "New registration gave response error"
msgstr ""
#: src/components/menu/SideBar.tsx:53 #: src/components/menu/SideBar.tsx:53
#, c-format #, c-format
msgid "Bank menu" msgid "Bank menu"

View File

@ -81,106 +81,141 @@ msgstr ""
msgid "Register" msgid "Register"
msgstr "" msgstr ""
#: src/pages/home/PaytoWireTransferForm.tsx:57 #: src/pages/home/PaytoWireTransferForm.tsx:60
#, c-format #, c-format
msgid "Missing IBAN" msgid "Missing IBAN"
msgstr "" msgstr ""
#: src/pages/home/PaytoWireTransferForm.tsx:59 #: src/pages/home/PaytoWireTransferForm.tsx:62
#, c-format #, c-format
msgid "IBAN should have just uppercased letters and numbers" msgid "IBAN should have just uppercased letters and numbers"
msgstr "" msgstr ""
#: src/pages/home/PaytoWireTransferForm.tsx:61 #: src/pages/home/PaytoWireTransferForm.tsx:64
#, c-format #, c-format
msgid "Missing subject" msgid "Missing subject"
msgstr "" msgstr ""
#: src/pages/home/PaytoWireTransferForm.tsx:63 #: src/pages/home/PaytoWireTransferForm.tsx:66
#, c-format #, c-format
msgid "Missing amount" msgid "Missing amount"
msgstr "" msgstr ""
#: src/pages/home/PaytoWireTransferForm.tsx:65 #: src/pages/home/PaytoWireTransferForm.tsx:68
#, c-format #, c-format
msgid "Amount is not valid" msgid "Amount is not valid"
msgstr "" msgstr ""
#: src/pages/home/PaytoWireTransferForm.tsx:67 #: src/pages/home/PaytoWireTransferForm.tsx:70
#, c-format #, c-format
msgid "Should be greater than 0" msgid "Should be greater than 0"
msgstr "" msgstr ""
#: src/pages/home/PaytoWireTransferForm.tsx:76 #: src/pages/home/PaytoWireTransferForm.tsx:79
#, c-format #, c-format
msgid "Receiver IBAN:" msgid "Receiver IBAN:"
msgstr "" msgstr ""
#: src/pages/home/PaytoWireTransferForm.tsx:99 #: src/pages/home/PaytoWireTransferForm.tsx:102
#, c-format #, c-format
msgid "Transfer subject:" msgid "Transfer subject:"
msgstr "" msgstr ""
#: src/pages/home/PaytoWireTransferForm.tsx:120 #: src/pages/home/PaytoWireTransferForm.tsx:123
#, c-format #, c-format
msgid "Amount:" msgid "Amount:"
msgstr "" msgstr ""
#: src/pages/home/PaytoWireTransferForm.tsx:174 #: src/pages/home/PaytoWireTransferForm.tsx:177
#, c-format #, c-format
msgid "Field(s) missing." msgid "Field(s) missing."
msgstr "" msgstr ""
#: src/pages/home/PaytoWireTransferForm.tsx:223 #: src/pages/home/PaytoWireTransferForm.tsx:227
#, c-format #, c-format
msgid "Want to try the raw payto://-format?" msgid "Want to try the raw payto://-format?"
msgstr "" msgstr ""
#: src/pages/home/PaytoWireTransferForm.tsx:231 #: src/pages/home/PaytoWireTransferForm.tsx:235
#, c-format #, c-format
msgid "Missing payto address" msgid "Missing payto address"
msgstr "" msgstr ""
#: src/pages/home/PaytoWireTransferForm.tsx:233 #: src/pages/home/PaytoWireTransferForm.tsx:237
#, c-format #, c-format
msgid "Payto does not follow the pattern" msgid "Payto does not follow the pattern"
msgstr "" msgstr ""
#: src/pages/home/PaytoWireTransferForm.tsx:239 #: src/pages/home/PaytoWireTransferForm.tsx:243
#, c-format #, c-format
msgid "Transfer money to account identified by payto:// URI:" msgid "Transfer money to account identified by payto:// URI:"
msgstr "" msgstr ""
#: src/pages/home/PaytoWireTransferForm.tsx:242 #: src/pages/home/PaytoWireTransferForm.tsx:246
#, c-format #, c-format
msgid "payto URI:" msgid "payto URI:"
msgstr "" msgstr ""
#: src/pages/home/PaytoWireTransferForm.tsx:251 #: src/pages/home/PaytoWireTransferForm.tsx:255
#, c-format #, c-format
msgid "payto address" msgid "payto address"
msgstr "" msgstr ""
#: src/pages/home/PaytoWireTransferForm.tsx:275 #: src/pages/home/PaytoWireTransferForm.tsx:279
#, c-format #, c-format
msgid "Send" msgid "Send"
msgstr "" msgstr ""
#: src/pages/home/PaytoWireTransferForm.tsx:309 #: src/pages/home/PaytoWireTransferForm.tsx:314
#, c-format #, c-format
msgid "Use wire-transfer form?" msgid "Use wire-transfer form?"
msgstr "" msgstr ""
#: src/pages/home/WalletWithdrawForm.tsx:47 #: src/pages/home/PaytoWireTransferForm.tsx:373
#, c-format
msgid "No credentials found."
msgstr ""
#: src/pages/home/PaytoWireTransferForm.tsx:397
#, c-format
msgid "Could not create the wire transfer"
msgstr ""
#: src/pages/home/PaytoWireTransferForm.tsx:414
#, c-format
msgid "Transfer creation gave response error"
msgstr ""
#: src/pages/home/PaytoWireTransferForm.tsx:426
#, c-format
msgid "Wire transfer created!"
msgstr ""
#: src/pages/home/WalletWithdrawForm.tsx:50
#, fuzzy, c-format #, fuzzy, c-format
msgid "Amount to withdraw:" msgid "Amount to withdraw:"
msgstr "Amount to withdraw" msgstr "Amount to withdraw"
#: src/pages/home/WalletWithdrawForm.tsx:81 #: src/pages/home/WalletWithdrawForm.tsx:84
#, fuzzy, c-format #, fuzzy, c-format
msgid "Withdraw" msgid "Withdraw"
msgstr "Confirm withdrawal" msgstr "Confirm withdrawal"
#: src/pages/home/WalletWithdrawForm.tsx:128
#, c-format
msgid "No credentials given."
msgstr ""
#: src/pages/home/WalletWithdrawForm.tsx:155
#, c-format
msgid "Could not create withdrawal operation"
msgstr ""
#: src/pages/home/WalletWithdrawForm.tsx:171
#, c-format
msgid "Withdrawal creation gave response error"
msgstr ""
#: src/pages/home/PaymentOptions.tsx:44 #: src/pages/home/PaymentOptions.tsx:44
#, c-format #, c-format
msgid "Obtain digital cash" msgid "Obtain digital cash"
@ -221,48 +256,83 @@ msgstr "Charge Taler wallet"
msgid "Use this QR code to withdraw to your mobile wallet:" msgid "Use this QR code to withdraw to your mobile wallet:"
msgstr "" msgstr ""
#: src/pages/home/QrCodeSection.tsx:48 #: src/pages/home/QrCodeSection.tsx:47
#, c-format #, c-format
msgid "this link" msgid "Click %1$s to open your Taler wallet!"
msgstr "" msgstr ""
#: src/pages/home/WithdrawalConfirmationQuestion.tsx:44 #: src/pages/home/WithdrawalConfirmationQuestion.tsx:47
#, fuzzy, c-format #, fuzzy, c-format
msgid "Confirm Withdrawal" msgid "Confirm Withdrawal"
msgstr "Confirm withdrawal" msgstr "Confirm withdrawal"
#: src/pages/home/WithdrawalConfirmationQuestion.tsx:49 #: src/pages/home/WithdrawalConfirmationQuestion.tsx:52
#, c-format #, c-format
msgid "Authorize withdrawal by solving challenge" msgid "Authorize withdrawal by solving challenge"
msgstr "" msgstr ""
#: src/pages/home/WithdrawalConfirmationQuestion.tsx:52 #: src/pages/home/WithdrawalConfirmationQuestion.tsx:55
#, c-format #, c-format
msgid "What is" msgid "What is"
msgstr "" msgstr ""
#: src/pages/home/WithdrawalConfirmationQuestion.tsx:90 #: src/pages/home/WithdrawalConfirmationQuestion.tsx:94
#, c-format #, c-format
msgid "Answer is wrong." msgid "Answer is wrong."
msgstr "" msgstr ""
#: src/pages/home/WithdrawalConfirmationQuestion.tsx:95 #: src/pages/home/WithdrawalConfirmationQuestion.tsx:99
#, c-format #, c-format
msgid "Confirm" msgid "Confirm"
msgstr "" msgstr ""
#: src/pages/home/WithdrawalConfirmationQuestion.tsx:108 #: src/pages/home/WithdrawalConfirmationQuestion.tsx:113
#, c-format #, c-format
msgid "Cancel" msgid "Cancel"
msgstr "" msgstr ""
#: src/pages/home/WithdrawalConfirmationQuestion.tsx:115 #: src/pages/home/WithdrawalConfirmationQuestion.tsx:120
#, c-format #, c-format
msgid "" msgid ""
"A this point, a %1$s bank would ask for an additional authentication proof " "A this point, a %1$s bank would ask for an additional authentication proof "
"(PIN/TAN, one time password, ..), instead of a simple calculation." "(PIN/TAN, one time password, ..), instead of a simple calculation."
msgstr "" msgstr ""
#: src/pages/home/WithdrawalConfirmationQuestion.tsx:166
#, c-format
msgid "No withdrawal ID found."
msgstr ""
#: src/pages/home/WithdrawalConfirmationQuestion.tsx:201
#, fuzzy, c-format
msgid "Could not confirm the withdrawal"
msgstr "Confirm withdrawal"
#: src/pages/home/WithdrawalConfirmationQuestion.tsx:219
#, c-format
msgid "Withdrawal confirmation gave response error"
msgstr ""
#: src/pages/home/WithdrawalConfirmationQuestion.tsx:231
#, c-format
msgid "Withdrawal confirmed!"
msgstr ""
#: src/pages/home/WithdrawalConfirmationQuestion.tsx:294
#, fuzzy, c-format
msgid "Could not abort the withdrawal."
msgstr "Close Taler withdrawal"
#: src/pages/home/WithdrawalConfirmationQuestion.tsx:311
#, c-format
msgid "Withdrawal abortion failed."
msgstr ""
#: src/pages/home/WithdrawalConfirmationQuestion.tsx:324
#, c-format
msgid "Withdrawal aborted!"
msgstr ""
#: src/pages/home/WithdrawalQRCode.tsx:54 #: src/pages/home/WithdrawalQRCode.tsx:54
#, c-format #, c-format
msgid "Abort" msgid "Abort"
@ -338,31 +408,46 @@ msgstr ""
msgid "History of public accounts" msgid "History of public accounts"
msgstr "" msgstr ""
#: src/pages/home/RegistrationPage.tsx:36 #: src/pages/home/RegistrationPage.tsx:39
#, c-format #, c-format
msgid "Currently, the bank is not accepting new registrations!" msgid "Currently, the bank is not accepting new registrations!"
msgstr "" msgstr ""
#: src/pages/home/RegistrationPage.tsx:65 #: src/pages/home/RegistrationPage.tsx:68
#, c-format #, c-format
msgid "Use only letter and numbers starting with a lower case letter" msgid "Use only letter and numbers starting with a lower case letter"
msgstr "" msgstr ""
#: src/pages/home/RegistrationPage.tsx:75 #: src/pages/home/RegistrationPage.tsx:78
#, c-format #, c-format
msgid "Password don't match" msgid "Password don't match"
msgstr "" msgstr ""
#: src/pages/home/RegistrationPage.tsx:86 #: src/pages/home/RegistrationPage.tsx:89
#, c-format #, c-format
msgid "Please register!" msgid "Please register!"
msgstr "" msgstr ""
#: src/pages/home/RegistrationPage.tsx:123 #: src/pages/home/RegistrationPage.tsx:126
#, c-format #, c-format
msgid "Repeat Password:" msgid "Repeat Password:"
msgstr "" msgstr ""
#: src/pages/home/RegistrationPage.tsx:226
#, c-format
msgid "Registration failed, please report"
msgstr ""
#: src/pages/home/RegistrationPage.tsx:239
#, c-format
msgid "That username is already taken"
msgstr ""
#: src/pages/home/RegistrationPage.tsx:248
#, c-format
msgid "New registration gave response error"
msgstr ""
#: src/components/menu/SideBar.tsx:53 #: src/components/menu/SideBar.tsx:53
#, c-format #, c-format
msgid "Bank menu" msgid "Bank menu"
@ -409,10 +494,6 @@ msgstr "seconds"
#~ msgid "Withdraw Money into a Taler wallet" #~ msgid "Withdraw Money into a Taler wallet"
#~ msgstr "Charge Taler wallet" #~ msgstr "Charge Taler wallet"
#, fuzzy
#~ msgid "Close Taler withdrawal"
#~ msgstr "Close Taler withdrawal"
#~ msgid "Page has a problem: logged in but backend state is lost." #~ msgid "Page has a problem: logged in but backend state is lost."
#~ msgstr "Page has a problem: logged in but backend state is lost." #~ msgstr "Page has a problem: logged in but backend state is lost."

View File

@ -86,106 +86,141 @@ msgstr "Iniciar sesión"
msgid "Register" msgid "Register"
msgstr "Registrarse" msgstr "Registrarse"
#: src/pages/home/PaytoWireTransferForm.tsx:57 #: src/pages/home/PaytoWireTransferForm.tsx:60
#, c-format #, c-format
msgid "Missing IBAN" msgid "Missing IBAN"
msgstr "Falta IBAN" msgstr "Falta IBAN"
#: src/pages/home/PaytoWireTransferForm.tsx:59 #: src/pages/home/PaytoWireTransferForm.tsx:62
#, c-format #, c-format
msgid "IBAN should have just uppercased letters and numbers" msgid "IBAN should have just uppercased letters and numbers"
msgstr "IBAN debería tener letras mayúsculas y números" msgstr "IBAN debería tener letras mayúsculas y números"
#: src/pages/home/PaytoWireTransferForm.tsx:61 #: src/pages/home/PaytoWireTransferForm.tsx:64
#, c-format #, c-format
msgid "Missing subject" msgid "Missing subject"
msgstr "Falta asunto" msgstr "Falta asunto"
#: src/pages/home/PaytoWireTransferForm.tsx:63 #: src/pages/home/PaytoWireTransferForm.tsx:66
#, c-format #, c-format
msgid "Missing amount" msgid "Missing amount"
msgstr "Falta monto" msgstr "Falta monto"
#: src/pages/home/PaytoWireTransferForm.tsx:65 #: src/pages/home/PaytoWireTransferForm.tsx:68
#, c-format #, c-format
msgid "Amount is not valid" msgid "Amount is not valid"
msgstr "Monto no válido" msgstr "Monto no válido"
#: src/pages/home/PaytoWireTransferForm.tsx:67 #: src/pages/home/PaytoWireTransferForm.tsx:70
#, c-format #, c-format
msgid "Should be greater than 0" msgid "Should be greater than 0"
msgstr "Debería ser mas grande que 0" msgstr "Debería ser mas grande que 0"
#: src/pages/home/PaytoWireTransferForm.tsx:76 #: src/pages/home/PaytoWireTransferForm.tsx:79
#, c-format #, c-format
msgid "Receiver IBAN:" msgid "Receiver IBAN:"
msgstr "IBAN receptor:" msgstr "IBAN receptor:"
#: src/pages/home/PaytoWireTransferForm.tsx:99 #: src/pages/home/PaytoWireTransferForm.tsx:102
#, c-format #, c-format
msgid "Transfer subject:" msgid "Transfer subject:"
msgstr "Asunto de transferencia:" msgstr "Asunto de transferencia:"
#: src/pages/home/PaytoWireTransferForm.tsx:120 #: src/pages/home/PaytoWireTransferForm.tsx:123
#, c-format #, c-format
msgid "Amount:" msgid "Amount:"
msgstr "Monto:" msgstr "Monto:"
#: src/pages/home/PaytoWireTransferForm.tsx:174 #: src/pages/home/PaytoWireTransferForm.tsx:177
#, c-format #, c-format
msgid "Field(s) missing." msgid "Field(s) missing."
msgstr "Faltan campo(s)." msgstr "Faltan campo(s)."
#: src/pages/home/PaytoWireTransferForm.tsx:223 #: src/pages/home/PaytoWireTransferForm.tsx:227
#, c-format #, c-format
msgid "Want to try the raw payto://-format?" msgid "Want to try the raw payto://-format?"
msgstr "Quieres probar el formato payto:// ?" msgstr "Quieres probar el formato payto:// ?"
#: src/pages/home/PaytoWireTransferForm.tsx:231 #: src/pages/home/PaytoWireTransferForm.tsx:235
#, c-format #, c-format
msgid "Missing payto address" msgid "Missing payto address"
msgstr "Falta direccion payto" msgstr "Falta direccion payto"
#: src/pages/home/PaytoWireTransferForm.tsx:233 #: src/pages/home/PaytoWireTransferForm.tsx:237
#, c-format #, c-format
msgid "Payto does not follow the pattern" msgid "Payto does not follow the pattern"
msgstr "Payto no sigue el patrón" msgstr "Payto no sigue el patrón"
#: src/pages/home/PaytoWireTransferForm.tsx:239 #: src/pages/home/PaytoWireTransferForm.tsx:243
#, c-format #, c-format
msgid "Transfer money to account identified by payto:// URI:" msgid "Transfer money to account identified by payto:// URI:"
msgstr "Transferir dinero a la cuenta identificada por la URI payto://:" msgstr "Transferir dinero a la cuenta identificada por la URI payto://:"
#: src/pages/home/PaytoWireTransferForm.tsx:242 #: src/pages/home/PaytoWireTransferForm.tsx:246
#, c-format #, c-format
msgid "payto URI:" msgid "payto URI:"
msgstr "payto URI:" msgstr "payto URI:"
#: src/pages/home/PaytoWireTransferForm.tsx:251 #: src/pages/home/PaytoWireTransferForm.tsx:255
#, c-format #, c-format
msgid "payto address" msgid "payto address"
msgstr "direccion payto" msgstr "direccion payto"
#: src/pages/home/PaytoWireTransferForm.tsx:275 #: src/pages/home/PaytoWireTransferForm.tsx:279
#, c-format #, c-format
msgid "Send" msgid "Send"
msgstr "Envíar" msgstr "Envíar"
#: src/pages/home/PaytoWireTransferForm.tsx:309 #: src/pages/home/PaytoWireTransferForm.tsx:314
#, c-format #, c-format
msgid "Use wire-transfer form?" msgid "Use wire-transfer form?"
msgstr "Usar el formulario de transferencia bancaria?" msgstr "Usar el formulario de transferencia bancaria?"
#: src/pages/home/WalletWithdrawForm.tsx:47 #: src/pages/home/PaytoWireTransferForm.tsx:373
#, fuzzy, c-format
msgid "No credentials found."
msgstr "Se dieron las credenciales incorrectas."
#: src/pages/home/PaytoWireTransferForm.tsx:397
#, c-format
msgid "Could not create the wire transfer"
msgstr ""
#: src/pages/home/PaytoWireTransferForm.tsx:414
#, c-format
msgid "Transfer creation gave response error"
msgstr ""
#: src/pages/home/PaytoWireTransferForm.tsx:426
#, c-format
msgid "Wire transfer created!"
msgstr ""
#: src/pages/home/WalletWithdrawForm.tsx:50
#, c-format #, c-format
msgid "Amount to withdraw:" msgid "Amount to withdraw:"
msgstr "Monto a retirar:" msgstr "Monto a retirar:"
#: src/pages/home/WalletWithdrawForm.tsx:81 #: src/pages/home/WalletWithdrawForm.tsx:84
#, c-format #, c-format
msgid "Withdraw" msgid "Withdraw"
msgstr "Retirar" msgstr "Retirar"
#: src/pages/home/WalletWithdrawForm.tsx:128
#, fuzzy, c-format
msgid "No credentials given."
msgstr "Se dieron las credenciales incorrectas."
#: src/pages/home/WalletWithdrawForm.tsx:155
#, c-format
msgid "Could not create withdrawal operation"
msgstr ""
#: src/pages/home/WalletWithdrawForm.tsx:171
#, c-format
msgid "Withdrawal creation gave response error"
msgstr ""
#: src/pages/home/PaymentOptions.tsx:44 #: src/pages/home/PaymentOptions.tsx:44
#, c-format #, c-format
msgid "Obtain digital cash" msgid "Obtain digital cash"
@ -226,42 +261,42 @@ msgstr "Transferir a una cartera Taler"
msgid "Use this QR code to withdraw to your mobile wallet:" msgid "Use this QR code to withdraw to your mobile wallet:"
msgstr "Usar el código QR para retirar a tu cartera móvil:" msgstr "Usar el código QR para retirar a tu cartera móvil:"
#: src/pages/home/QrCodeSection.tsx:48 #: src/pages/home/QrCodeSection.tsx:47
#, c-format #, c-format
msgid "this link" msgid "Click %1$s to open your Taler wallet!"
msgstr "este link" msgstr ""
#: src/pages/home/WithdrawalConfirmationQuestion.tsx:44 #: src/pages/home/WithdrawalConfirmationQuestion.tsx:47
#, c-format #, c-format
msgid "Confirm Withdrawal" msgid "Confirm Withdrawal"
msgstr "Confirmar retirada" msgstr "Confirmar retirada"
#: src/pages/home/WithdrawalConfirmationQuestion.tsx:49 #: src/pages/home/WithdrawalConfirmationQuestion.tsx:52
#, c-format #, c-format
msgid "Authorize withdrawal by solving challenge" msgid "Authorize withdrawal by solving challenge"
msgstr "Autorizar retiro resolviendo una pregunta" msgstr "Autorizar retiro resolviendo una pregunta"
#: src/pages/home/WithdrawalConfirmationQuestion.tsx:52 #: src/pages/home/WithdrawalConfirmationQuestion.tsx:55
#, c-format #, c-format
msgid "What is" msgid "What is"
msgstr "Cuanto es" msgstr "Cuanto es"
#: src/pages/home/WithdrawalConfirmationQuestion.tsx:90 #: src/pages/home/WithdrawalConfirmationQuestion.tsx:94
#, c-format #, c-format
msgid "Answer is wrong." msgid "Answer is wrong."
msgstr "La respuesta es incorrecta." msgstr "La respuesta es incorrecta."
#: src/pages/home/WithdrawalConfirmationQuestion.tsx:95 #: src/pages/home/WithdrawalConfirmationQuestion.tsx:99
#, c-format #, c-format
msgid "Confirm" msgid "Confirm"
msgstr "Confirmar" msgstr "Confirmar"
#: src/pages/home/WithdrawalConfirmationQuestion.tsx:108 #: src/pages/home/WithdrawalConfirmationQuestion.tsx:113
#, c-format #, c-format
msgid "Cancel" msgid "Cancel"
msgstr "Cancelar" msgstr "Cancelar"
#: src/pages/home/WithdrawalConfirmationQuestion.tsx:115 #: src/pages/home/WithdrawalConfirmationQuestion.tsx:120
#, c-format #, c-format
msgid "" msgid ""
"A this point, a %1$s bank would ask for an additional authentication proof " "A this point, a %1$s bank would ask for an additional authentication proof "
@ -271,6 +306,41 @@ msgstr ""
"autenticación (PIN/TAN, password de un solo uso, ....), en vez de un simple " "autenticación (PIN/TAN, password de un solo uso, ....), en vez de un simple "
"cálculo." "cálculo."
#: src/pages/home/WithdrawalConfirmationQuestion.tsx:166
#, c-format
msgid "No withdrawal ID found."
msgstr ""
#: src/pages/home/WithdrawalConfirmationQuestion.tsx:201
#, fuzzy, c-format
msgid "Could not confirm the withdrawal"
msgstr "Confirmar retirada"
#: src/pages/home/WithdrawalConfirmationQuestion.tsx:219
#, c-format
msgid "Withdrawal confirmation gave response error"
msgstr ""
#: src/pages/home/WithdrawalConfirmationQuestion.tsx:231
#, fuzzy, c-format
msgid "Withdrawal confirmed!"
msgstr "Este retiro fue cancelado!"
#: src/pages/home/WithdrawalConfirmationQuestion.tsx:294
#, fuzzy, c-format
msgid "Could not abort the withdrawal."
msgstr "Monto a retirar:"
#: src/pages/home/WithdrawalConfirmationQuestion.tsx:311
#, fuzzy, c-format
msgid "Withdrawal abortion failed."
msgstr "Este retiro fue cancelado!"
#: src/pages/home/WithdrawalConfirmationQuestion.tsx:324
#, fuzzy, c-format
msgid "Withdrawal aborted!"
msgstr "Este retiro fue cancelado!"
#: src/pages/home/WithdrawalQRCode.tsx:54 #: src/pages/home/WithdrawalQRCode.tsx:54
#, c-format #, c-format
msgid "Abort" msgid "Abort"
@ -348,31 +418,46 @@ msgstr "La lista de cuentas públicas no pudo ser accedida."
msgid "History of public accounts" msgid "History of public accounts"
msgstr "Historial de cuentas públicas" msgstr "Historial de cuentas públicas"
#: src/pages/home/RegistrationPage.tsx:36 #: src/pages/home/RegistrationPage.tsx:39
#, c-format #, c-format
msgid "Currently, the bank is not accepting new registrations!" msgid "Currently, the bank is not accepting new registrations!"
msgstr "Actualmente, el banco no está aceptado nuevos registros!" msgstr "Actualmente, el banco no está aceptado nuevos registros!"
#: src/pages/home/RegistrationPage.tsx:65 #: src/pages/home/RegistrationPage.tsx:68
#, c-format #, c-format
msgid "Use only letter and numbers starting with a lower case letter" msgid "Use only letter and numbers starting with a lower case letter"
msgstr "Solo use letras y números comenzando con una letra minúscula" msgstr "Solo use letras y números comenzando con una letra minúscula"
#: src/pages/home/RegistrationPage.tsx:75 #: src/pages/home/RegistrationPage.tsx:78
#, c-format #, c-format
msgid "Password don't match" msgid "Password don't match"
msgstr "La contraseña no coincide" msgstr "La contraseña no coincide"
#: src/pages/home/RegistrationPage.tsx:86 #: src/pages/home/RegistrationPage.tsx:89
#, c-format #, c-format
msgid "Please register!" msgid "Please register!"
msgstr "Por favor, registrese!" msgstr "Por favor, registrese!"
#: src/pages/home/RegistrationPage.tsx:123 #: src/pages/home/RegistrationPage.tsx:126
#, c-format #, c-format
msgid "Repeat Password:" msgid "Repeat Password:"
msgstr "Repita la contraseña:" msgstr "Repita la contraseña:"
#: src/pages/home/RegistrationPage.tsx:226
#, c-format
msgid "Registration failed, please report"
msgstr ""
#: src/pages/home/RegistrationPage.tsx:239
#, c-format
msgid "That username is already taken"
msgstr ""
#: src/pages/home/RegistrationPage.tsx:248
#, c-format
msgid "New registration gave response error"
msgstr ""
#: src/components/menu/SideBar.tsx:53 #: src/components/menu/SideBar.tsx:53
#, c-format #, c-format
msgid "Bank menu" msgid "Bank menu"
@ -407,3 +492,6 @@ msgstr "minutos"
#, c-format #, c-format
msgid "seconds" msgid "seconds"
msgstr "segundos" msgstr "segundos"
#~ msgid "this link"
#~ msgstr "este link"

View File

@ -81,106 +81,141 @@ msgstr "Accedi"
msgid "Register" msgid "Register"
msgstr "Registrati" msgstr "Registrati"
#: src/pages/home/PaytoWireTransferForm.tsx:57 #: src/pages/home/PaytoWireTransferForm.tsx:60
#, c-format #, c-format
msgid "Missing IBAN" msgid "Missing IBAN"
msgstr "" msgstr ""
#: src/pages/home/PaytoWireTransferForm.tsx:59 #: src/pages/home/PaytoWireTransferForm.tsx:62
#, c-format #, c-format
msgid "IBAN should have just uppercased letters and numbers" msgid "IBAN should have just uppercased letters and numbers"
msgstr "" msgstr ""
#: src/pages/home/PaytoWireTransferForm.tsx:61 #: src/pages/home/PaytoWireTransferForm.tsx:64
#, c-format #, c-format
msgid "Missing subject" msgid "Missing subject"
msgstr "" msgstr ""
#: src/pages/home/PaytoWireTransferForm.tsx:63 #: src/pages/home/PaytoWireTransferForm.tsx:66
#, c-format #, c-format
msgid "Missing amount" msgid "Missing amount"
msgstr "" msgstr ""
#: src/pages/home/PaytoWireTransferForm.tsx:65 #: src/pages/home/PaytoWireTransferForm.tsx:68
#, c-format #, c-format
msgid "Amount is not valid" msgid "Amount is not valid"
msgstr "" msgstr ""
#: src/pages/home/PaytoWireTransferForm.tsx:67 #: src/pages/home/PaytoWireTransferForm.tsx:70
#, c-format #, c-format
msgid "Should be greater than 0" msgid "Should be greater than 0"
msgstr "" msgstr ""
#: src/pages/home/PaytoWireTransferForm.tsx:76 #: src/pages/home/PaytoWireTransferForm.tsx:79
#, c-format #, c-format
msgid "Receiver IBAN:" msgid "Receiver IBAN:"
msgstr "" msgstr ""
#: src/pages/home/PaytoWireTransferForm.tsx:99 #: src/pages/home/PaytoWireTransferForm.tsx:102
#, c-format #, c-format
msgid "Transfer subject:" msgid "Transfer subject:"
msgstr "" msgstr ""
#: src/pages/home/PaytoWireTransferForm.tsx:120 #: src/pages/home/PaytoWireTransferForm.tsx:123
#, fuzzy, c-format #, fuzzy, c-format
msgid "Amount:" msgid "Amount:"
msgstr "Somma" msgstr "Somma"
#: src/pages/home/PaytoWireTransferForm.tsx:174 #: src/pages/home/PaytoWireTransferForm.tsx:177
#, c-format #, c-format
msgid "Field(s) missing." msgid "Field(s) missing."
msgstr "" msgstr ""
#: src/pages/home/PaytoWireTransferForm.tsx:223 #: src/pages/home/PaytoWireTransferForm.tsx:227
#, c-format #, c-format
msgid "Want to try the raw payto://-format?" msgid "Want to try the raw payto://-format?"
msgstr "Prova il trasferimento tramite il formato Payto!" msgstr "Prova il trasferimento tramite il formato Payto!"
#: src/pages/home/PaytoWireTransferForm.tsx:231 #: src/pages/home/PaytoWireTransferForm.tsx:235
#, fuzzy, c-format #, fuzzy, c-format
msgid "Missing payto address" msgid "Missing payto address"
msgstr "indirizzo Payto" msgstr "indirizzo Payto"
#: src/pages/home/PaytoWireTransferForm.tsx:233 #: src/pages/home/PaytoWireTransferForm.tsx:237
#, c-format #, c-format
msgid "Payto does not follow the pattern" msgid "Payto does not follow the pattern"
msgstr "" msgstr ""
#: src/pages/home/PaytoWireTransferForm.tsx:239 #: src/pages/home/PaytoWireTransferForm.tsx:243
#, fuzzy, c-format #, fuzzy, c-format
msgid "Transfer money to account identified by payto:// URI:" msgid "Transfer money to account identified by payto:// URI:"
msgstr "Trasferisci fondi a un altro conto di questa banca:" msgstr "Trasferisci fondi a un altro conto di questa banca:"
#: src/pages/home/PaytoWireTransferForm.tsx:242 #: src/pages/home/PaytoWireTransferForm.tsx:246
#, c-format #, c-format
msgid "payto URI:" msgid "payto URI:"
msgstr "" msgstr ""
#: src/pages/home/PaytoWireTransferForm.tsx:251 #: src/pages/home/PaytoWireTransferForm.tsx:255
#, c-format #, c-format
msgid "payto address" msgid "payto address"
msgstr "indirizzo Payto" msgstr "indirizzo Payto"
#: src/pages/home/PaytoWireTransferForm.tsx:275 #: src/pages/home/PaytoWireTransferForm.tsx:279
#, c-format #, c-format
msgid "Send" msgid "Send"
msgstr "" msgstr ""
#: src/pages/home/PaytoWireTransferForm.tsx:309 #: src/pages/home/PaytoWireTransferForm.tsx:314
#, fuzzy, c-format #, fuzzy, c-format
msgid "Use wire-transfer form?" msgid "Use wire-transfer form?"
msgstr "Chiudi il bonifico" msgstr "Chiudi il bonifico"
#: src/pages/home/WalletWithdrawForm.tsx:47 #: src/pages/home/PaytoWireTransferForm.tsx:373
#, fuzzy, c-format
msgid "No credentials found."
msgstr "Credenziali invalide."
#: src/pages/home/PaytoWireTransferForm.tsx:397
#, c-format
msgid "Could not create the wire transfer"
msgstr ""
#: src/pages/home/PaytoWireTransferForm.tsx:414
#, c-format
msgid "Transfer creation gave response error"
msgstr ""
#: src/pages/home/PaytoWireTransferForm.tsx:426
#, fuzzy, c-format
msgid "Wire transfer created!"
msgstr "Bonifico"
#: src/pages/home/WalletWithdrawForm.tsx:50
#, fuzzy, c-format #, fuzzy, c-format
msgid "Amount to withdraw:" msgid "Amount to withdraw:"
msgstr "Somma da ritirare" msgstr "Somma da ritirare"
#: src/pages/home/WalletWithdrawForm.tsx:81 #: src/pages/home/WalletWithdrawForm.tsx:84
#, fuzzy, c-format #, fuzzy, c-format
msgid "Withdraw" msgid "Withdraw"
msgstr "Conferma il ritiro" msgstr "Conferma il ritiro"
#: src/pages/home/WalletWithdrawForm.tsx:128
#, fuzzy, c-format
msgid "No credentials given."
msgstr "Credenziali invalide."
#: src/pages/home/WalletWithdrawForm.tsx:155
#, c-format
msgid "Could not create withdrawal operation"
msgstr ""
#: src/pages/home/WalletWithdrawForm.tsx:171
#, c-format
msgid "Withdrawal creation gave response error"
msgstr ""
#: src/pages/home/PaymentOptions.tsx:44 #: src/pages/home/PaymentOptions.tsx:44
#, c-format #, c-format
msgid "Obtain digital cash" msgid "Obtain digital cash"
@ -221,48 +256,83 @@ msgstr "Ritira contante nel portafoglio Taler"
msgid "Use this QR code to withdraw to your mobile wallet:" msgid "Use this QR code to withdraw to your mobile wallet:"
msgstr "Usa questo codice QR per ritirare contante nel tuo wallet:" msgstr "Usa questo codice QR per ritirare contante nel tuo wallet:"
#: src/pages/home/QrCodeSection.tsx:48 #: src/pages/home/QrCodeSection.tsx:47
#, c-format #, c-format
msgid "this link" msgid "Click %1$s to open your Taler wallet!"
msgstr "questo link" msgstr ""
#: src/pages/home/WithdrawalConfirmationQuestion.tsx:44 #: src/pages/home/WithdrawalConfirmationQuestion.tsx:47
#, c-format #, c-format
msgid "Confirm Withdrawal" msgid "Confirm Withdrawal"
msgstr "Conferma il ritiro" msgstr "Conferma il ritiro"
#: src/pages/home/WithdrawalConfirmationQuestion.tsx:49 #: src/pages/home/WithdrawalConfirmationQuestion.tsx:52
#, c-format #, c-format
msgid "Authorize withdrawal by solving challenge" msgid "Authorize withdrawal by solving challenge"
msgstr "" msgstr ""
#: src/pages/home/WithdrawalConfirmationQuestion.tsx:52 #: src/pages/home/WithdrawalConfirmationQuestion.tsx:55
#, c-format #, c-format
msgid "What is" msgid "What is"
msgstr "" msgstr ""
#: src/pages/home/WithdrawalConfirmationQuestion.tsx:90 #: src/pages/home/WithdrawalConfirmationQuestion.tsx:94
#, c-format #, c-format
msgid "Answer is wrong." msgid "Answer is wrong."
msgstr "" msgstr ""
#: src/pages/home/WithdrawalConfirmationQuestion.tsx:95 #: src/pages/home/WithdrawalConfirmationQuestion.tsx:99
#, c-format #, c-format
msgid "Confirm" msgid "Confirm"
msgstr "Conferma" msgstr "Conferma"
#: src/pages/home/WithdrawalConfirmationQuestion.tsx:108 #: src/pages/home/WithdrawalConfirmationQuestion.tsx:113
#, c-format #, c-format
msgid "Cancel" msgid "Cancel"
msgstr "" msgstr ""
#: src/pages/home/WithdrawalConfirmationQuestion.tsx:115 #: src/pages/home/WithdrawalConfirmationQuestion.tsx:120
#, c-format #, c-format
msgid "" msgid ""
"A this point, a %1$s bank would ask for an additional authentication proof " "A this point, a %1$s bank would ask for an additional authentication proof "
"(PIN/TAN, one time password, ..), instead of a simple calculation." "(PIN/TAN, one time password, ..), instead of a simple calculation."
msgstr "" msgstr ""
#: src/pages/home/WithdrawalConfirmationQuestion.tsx:166
#, c-format
msgid "No withdrawal ID found."
msgstr ""
#: src/pages/home/WithdrawalConfirmationQuestion.tsx:201
#, fuzzy, c-format
msgid "Could not confirm the withdrawal"
msgstr "Conferma il ritiro"
#: src/pages/home/WithdrawalConfirmationQuestion.tsx:219
#, c-format
msgid "Withdrawal confirmation gave response error"
msgstr ""
#: src/pages/home/WithdrawalConfirmationQuestion.tsx:231
#, fuzzy, c-format
msgid "Withdrawal confirmed!"
msgstr "Questo ritiro è stato annullato!"
#: src/pages/home/WithdrawalConfirmationQuestion.tsx:294
#, fuzzy, c-format
msgid "Could not abort the withdrawal."
msgstr "Chiudi il ritiro Taler"
#: src/pages/home/WithdrawalConfirmationQuestion.tsx:311
#, fuzzy, c-format
msgid "Withdrawal abortion failed."
msgstr "Questo ritiro è stato annullato!"
#: src/pages/home/WithdrawalConfirmationQuestion.tsx:324
#, fuzzy, c-format
msgid "Withdrawal aborted!"
msgstr "Questo ritiro è stato annullato!"
#: src/pages/home/WithdrawalQRCode.tsx:54 #: src/pages/home/WithdrawalQRCode.tsx:54
#, c-format #, c-format
msgid "Abort" msgid "Abort"
@ -338,31 +408,46 @@ msgstr "Lista conti pubblici non pervenuta."
msgid "History of public accounts" msgid "History of public accounts"
msgstr "Storico dei conti pubblici" msgstr "Storico dei conti pubblici"
#: src/pages/home/RegistrationPage.tsx:36 #: src/pages/home/RegistrationPage.tsx:39
#, c-format #, c-format
msgid "Currently, the bank is not accepting new registrations!" msgid "Currently, the bank is not accepting new registrations!"
msgstr "" msgstr ""
#: src/pages/home/RegistrationPage.tsx:65 #: src/pages/home/RegistrationPage.tsx:68
#, c-format #, c-format
msgid "Use only letter and numbers starting with a lower case letter" msgid "Use only letter and numbers starting with a lower case letter"
msgstr "" msgstr ""
#: src/pages/home/RegistrationPage.tsx:75 #: src/pages/home/RegistrationPage.tsx:78
#, c-format #, c-format
msgid "Password don't match" msgid "Password don't match"
msgstr "" msgstr ""
#: src/pages/home/RegistrationPage.tsx:86 #: src/pages/home/RegistrationPage.tsx:89
#, fuzzy, c-format #, fuzzy, c-format
msgid "Please register!" msgid "Please register!"
msgstr "Accedi!" msgstr "Accedi!"
#: src/pages/home/RegistrationPage.tsx:123 #: src/pages/home/RegistrationPage.tsx:126
#, c-format #, c-format
msgid "Repeat Password:" msgid "Repeat Password:"
msgstr "" msgstr ""
#: src/pages/home/RegistrationPage.tsx:226
#, fuzzy, c-format
msgid "Registration failed, please report"
msgstr "Registrazione"
#: src/pages/home/RegistrationPage.tsx:239
#, c-format
msgid "That username is already taken"
msgstr ""
#: src/pages/home/RegistrationPage.tsx:248
#, c-format
msgid "New registration gave response error"
msgstr ""
#: src/components/menu/SideBar.tsx:53 #: src/components/menu/SideBar.tsx:53
#, c-format #, c-format
msgid "Bank menu" msgid "Bank menu"
@ -398,6 +483,9 @@ msgstr ""
msgid "seconds" msgid "seconds"
msgstr "" msgstr ""
#~ msgid "this link"
#~ msgstr "questo link"
#~ msgid "Clear" #~ msgid "Clear"
#~ msgstr "Cancella" #~ msgstr "Cancella"
@ -407,9 +495,6 @@ msgstr ""
#~ msgid "Go back" #~ msgid "Go back"
#~ msgstr "Indietro" #~ msgstr "Indietro"
#~ msgid "Wire transfer"
#~ msgstr "Bonifico"
#~ msgid "Transfer money via the Payto system:" #~ msgid "Transfer money via the Payto system:"
#~ msgstr "Effettua un bonifico tramite il sistema Payto:" #~ msgstr "Effettua un bonifico tramite il sistema Payto:"
@ -422,12 +507,6 @@ msgstr ""
#~ msgid "Register to the euFin bank!" #~ msgid "Register to the euFin bank!"
#~ msgstr "Apri un conto in banca euFin!" #~ msgstr "Apri un conto in banca euFin!"
#~ msgid "Registration form"
#~ msgstr "Registrazione"
#~ msgid "Close Taler withdrawal"
#~ msgstr "Chiudi il ritiro Taler"
#~ msgid "Transfer money manually" #~ msgid "Transfer money manually"
#~ msgstr "Effettua un bonifico" #~ msgstr "Effettua un bonifico"

View File

@ -152,7 +152,7 @@ async function confirmWithdrawalCall(
...prevState, ...prevState,
error: { error: {
title: i18n.str`"No credentials found.`, title: i18n.str`No credentials found.`,
}, },
})); }));
return; return;