/* This file is part of GNU Taler (C) 2022 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 */ /*eslint quote-props: ["error", "consistent"]*/ export const strings: {[s: string]: any} = {}; strings['de'] = { "domain": "messages", "locale_data": { "messages": { "": { "domain": "messages", "plural_forms": "nplurals=2; plural=(n != 1);", "lang": "de" }, "Logout": [ "" ], "Skip to main content": [ "" ], "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.": [ "" ], "Taler logo": [ "" ], "Missing username": [ "" ], "Missing password": [ "" ], "Please login!": [ "" ], "Username:": [ "" ], "Password:": [ "" ], "Login": [ "" ], "Register": [ "" ], "Missing IBAN": [ "" ], "IBAN should have just uppercased letters and numbers": [ "" ], "Missing subject": [ "" ], "Missing amount": [ "" ], "Amount is not valid": [ "" ], "Should be greater than 0": [ "" ], "Receiver IBAN:": [ "" ], "Transfer subject:": [ "" ], "Amount:": [ "" ], "Field(s) missing.": [ "" ], "Want to try the raw payto://-format?": [ "" ], "Missing payto address": [ "" ], "Payto does not follow the pattern": [ "" ], "Transfer money to account identified by payto:// URI:": [ "" ], "payto URI:": [ "" ], "payto address": [ "" ], "Send": [ "" ], "Use wire-transfer form?": [ "" ], "Amount to withdraw:": [ "" ], "Withdraw": [ "" ], "Obtain digital cash": [ "" ], "Transfer to bank account": [ "" ], "Date": [ "" ], "Amount": [ "" ], "Counterpart": [ "" ], "Subject": [ "" ], "Transfer to Taler Wallet": [ "" ], "Use this QR code to withdraw to your mobile wallet:": [ "" ], "this link": [ "" ], "Confirm Withdrawal": [ "" ], "Authorize withdrawal by solving challenge": [ "" ], "What is": [ "" ], "Answer is wrong.": [ "" ], "Confirm": [ "" ], "Cancel": [ "" ], "A this point, a %1$s bank would ask for an additional authentication proof (PIN/TAN, one time password, ..), instead of a simple calculation.": [ "" ], "Abort": [ "" ], "withdrawal (%1$s) was never (correctly) created at the bank...": [ "" ], "Waiting the bank to create the operation...": [ "" ], "This withdrawal was aborted!": [ "" ], "Welcome to %1$s!": [ "" ], "Username or account label '%1$s' not found. Won't login.": [ "" ], "Wrong credentials given.": [ "" ], "Account information could not be retrieved.": [ "" ], "Welcome, %1$s !": [ "" ], "Bank account balance": [ "" ], "Payments": [ "" ], "Latest transactions:": [ "" ], "List of public accounts was not found.": [ "" ], "List of public accounts could not be retrieved.": [ "" ], "History of public accounts": [ "" ], "Currently, the bank is not accepting new registrations!": [ "" ], "Use only letter and numbers starting with a lower case letter": [ "" ], "Password don't match": [ "" ], "Please register!": [ "" ], "Repeat Password:": [ "" ], "Bank menu": [ "" ], "Select option1": [ "" ], "Select option2": [ "" ], "days": [ "" ], "hours": [ "" ], "minutes": [ "" ], "seconds": [ "" ] } } }; strings['en'] = { "domain": "messages", "locale_data": { "messages": { "": { "domain": "messages", "plural_forms": "nplurals=2; plural=(n != 1);", "lang": "en" }, "Logout": [ "" ], "Skip to main content": [ "" ], "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.": [ "" ], "Taler logo": [ "" ], "Missing username": [ "" ], "Missing password": [ "" ], "Please login!": [ "" ], "Username:": [ "" ], "Password:": [ "" ], "Login": [ "" ], "Register": [ "" ], "Missing IBAN": [ "" ], "IBAN should have just uppercased letters and numbers": [ "" ], "Missing subject": [ "" ], "Missing amount": [ "" ], "Amount is not valid": [ "" ], "Should be greater than 0": [ "" ], "Receiver IBAN:": [ "" ], "Transfer subject:": [ "" ], "Amount:": [ "" ], "Field(s) missing.": [ "" ], "Want to try the raw payto://-format?": [ "" ], "Missing payto address": [ "" ], "Payto does not follow the pattern": [ "" ], "Transfer money to account identified by payto:// URI:": [ "" ], "payto URI:": [ "" ], "payto address": [ "" ], "Send": [ "" ], "Use wire-transfer form?": [ "" ], "Amount to withdraw:": [ "Amount to withdraw" ], "Withdraw": [ "Confirm withdrawal" ], "Obtain digital cash": [ "" ], "Transfer to bank account": [ "" ], "Date": [ "" ], "Amount": [ "" ], "Counterpart": [ "" ], "Subject": [ "" ], "Transfer to Taler Wallet": [ "Charge Taler wallet" ], "Use this QR code to withdraw to your mobile wallet:": [ "" ], "this link": [ "" ], "Confirm Withdrawal": [ "Confirm withdrawal" ], "Authorize withdrawal by solving challenge": [ "" ], "What is": [ "" ], "Answer is wrong.": [ "" ], "Confirm": [ "" ], "Cancel": [ "" ], "A this point, a %1$s bank would ask for an additional authentication proof (PIN/TAN, one time password, ..), instead of a simple calculation.": [ "" ], "Abort": [ "" ], "withdrawal (%1$s) was never (correctly) created at the bank...": [ "" ], "Waiting the bank to create the operation...": [ "" ], "This withdrawal was aborted!": [ "" ], "Welcome to %1$s!": [ "" ], "Username or account label '%1$s' not found. Won't login.": [ "" ], "Wrong credentials given.": [ "" ], "Account information could not be retrieved.": [ "" ], "Welcome, %1$s !": [ "" ], "Bank account balance": [ "" ], "Payments": [ "" ], "Latest transactions:": [ "" ], "List of public accounts was not found.": [ "" ], "List of public accounts could not be retrieved.": [ "" ], "History of public accounts": [ "" ], "Currently, the bank is not accepting new registrations!": [ "" ], "Use only letter and numbers starting with a lower case letter": [ "" ], "Password don't match": [ "" ], "Please register!": [ "" ], "Repeat Password:": [ "" ], "Bank menu": [ "" ], "Select option1": [ "" ], "Select option2": [ "" ], "days": [ "days" ], "hours": [ "hours" ], "minutes": [ "minutes" ], "seconds": [ "seconds" ] } } }; strings['es'] = { "domain": "messages", "locale_data": { "messages": { "": { "domain": "messages", "plural_forms": "nplurals=2; plural=(n != 1);", "lang": "en" }, "Logout": [ "" ], "Skip to main content": [ "" ], "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.": [ "" ], "Taler logo": [ "" ], "Missing username": [ "" ], "Missing password": [ "" ], "Please login!": [ "" ], "Username:": [ "" ], "Password:": [ "" ], "Login": [ "" ], "Register": [ "" ], "Missing IBAN": [ "" ], "IBAN should have just uppercased letters and numbers": [ "" ], "Missing subject": [ "" ], "Missing amount": [ "" ], "Amount is not valid": [ "" ], "Should be greater than 0": [ "" ], "Receiver IBAN:": [ "" ], "Transfer subject:": [ "" ], "Amount:": [ "" ], "Field(s) missing.": [ "" ], "Want to try the raw payto://-format?": [ "" ], "Missing payto address": [ "" ], "Payto does not follow the pattern": [ "" ], "Transfer money to account identified by payto:// URI:": [ "" ], "payto URI:": [ "" ], "payto address": [ "" ], "Send": [ "" ], "Use wire-transfer form?": [ "" ], "Amount to withdraw:": [ "" ], "Withdraw": [ "" ], "Obtain digital cash": [ "" ], "Transfer to bank account": [ "" ], "Date": [ "" ], "Amount": [ "" ], "Counterpart": [ "" ], "Subject": [ "" ], "Transfer to Taler Wallet": [ "" ], "Use this QR code to withdraw to your mobile wallet:": [ "" ], "this link": [ "" ], "Confirm Withdrawal": [ "" ], "Authorize withdrawal by solving challenge": [ "" ], "What is": [ "" ], "Answer is wrong.": [ "" ], "Confirm": [ "" ], "Cancel": [ "" ], "A this point, a %1$s bank would ask for an additional authentication proof (PIN/TAN, one time password, ..), instead of a simple calculation.": [ "" ], "Abort": [ "" ], "withdrawal (%1$s) was never (correctly) created at the bank...": [ "" ], "Waiting the bank to create the operation...": [ "" ], "This withdrawal was aborted!": [ "" ], "Welcome to %1$s!": [ "" ], "Username or account label '%1$s' not found. Won't login.": [ "" ], "Wrong credentials given.": [ "" ], "Account information could not be retrieved.": [ "" ], "Welcome, %1$s !": [ "" ], "Bank account balance": [ "" ], "Payments": [ "" ], "Latest transactions:": [ "" ], "List of public accounts was not found.": [ "" ], "List of public accounts could not be retrieved.": [ "" ], "History of public accounts": [ "" ], "Currently, the bank is not accepting new registrations!": [ "" ], "Use only letter and numbers starting with a lower case letter": [ "" ], "Password don't match": [ "" ], "Please register!": [ "" ], "Repeat Password:": [ "" ], "Bank menu": [ "" ], "Select option1": [ "" ], "Select option2": [ "" ], "days": [ "" ], "hours": [ "" ], "minutes": [ "" ], "seconds": [ "" ] } } }; strings['it'] = { "domain": "messages", "locale_data": { "messages": { "": { "domain": "messages", "plural_forms": "nplurals=2; plural=(n != 1);", "lang": "it" }, "Logout": [ "" ], "Skip to main content": [ "" ], "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.": [ "" ], "Taler logo": [ "" ], "Missing username": [ "" ], "Missing password": [ "" ], "Please login!": [ "Accedi!" ], "Username:": [ "" ], "Password:": [ "" ], "Login": [ "Accedi" ], "Register": [ "Registrati" ], "Missing IBAN": [ "" ], "IBAN should have just uppercased letters and numbers": [ "" ], "Missing subject": [ "" ], "Missing amount": [ "" ], "Amount is not valid": [ "" ], "Should be greater than 0": [ "" ], "Receiver IBAN:": [ "" ], "Transfer subject:": [ "" ], "Amount:": [ "Somma" ], "Field(s) missing.": [ "" ], "Want to try the raw payto://-format?": [ "Prova il trasferimento tramite il formato Payto!" ], "Missing payto address": [ "indirizzo Payto" ], "Payto does not follow the pattern": [ "" ], "Transfer money to account identified by payto:// URI:": [ "Trasferisci fondi a un altro conto di questa banca:" ], "payto URI:": [ "" ], "payto address": [ "indirizzo Payto" ], "Send": [ "" ], "Use wire-transfer form?": [ "Chiudi il bonifico" ], "Amount to withdraw:": [ "Somma da ritirare" ], "Withdraw": [ "Conferma il ritiro" ], "Obtain digital cash": [ "" ], "Transfer to bank account": [ "Trasferisci fondi a un altro conto di questa banca:" ], "Date": [ "" ], "Amount": [ "Somma" ], "Counterpart": [ "Controparte" ], "Subject": [ "Causale" ], "Transfer to Taler Wallet": [ "Ritira contante nel portafoglio Taler" ], "Use this QR code to withdraw to your mobile wallet:": [ "Usa questo codice QR per ritirare contante nel tuo wallet:" ], "this link": [ "questo link" ], "Confirm Withdrawal": [ "Conferma il ritiro" ], "Authorize withdrawal by solving challenge": [ "" ], "What is": [ "" ], "Answer is wrong.": [ "" ], "Confirm": [ "Conferma" ], "Cancel": [ "" ], "A this point, a %1$s bank would ask for an additional authentication proof (PIN/TAN, one time password, ..), instead of a simple calculation.": [ "" ], "Abort": [ "Annulla" ], "withdrawal (%1$s) was never (correctly) created at the bank...": [ "" ], "Waiting the bank to create the operation...": [ "La banca sta creando l'operazione..." ], "This withdrawal was aborted!": [ "Questo ritiro รจ stato annullato!" ], "Welcome to %1$s!": [ "" ], "Username or account label '%1$s' not found. Won't login.": [ "L'utente '%1$s' non esiste. Login impossibile" ], "Wrong credentials given.": [ "Credenziali invalide." ], "Account information could not be retrieved.": [ "Impossibile ricevere le informazioni relative al conto." ], "Welcome, %1$s !": [ "" ], "Bank account balance": [ "Bilancio:" ], "Payments": [ "" ], "Latest transactions:": [ "Ultime transazioni:" ], "List of public accounts was not found.": [ "Lista conti pubblici non trovata." ], "List of public accounts could not be retrieved.": [ "Lista conti pubblici non pervenuta." ], "History of public accounts": [ "Storico dei conti pubblici" ], "Currently, the bank is not accepting new registrations!": [ "" ], "Use only letter and numbers starting with a lower case letter": [ "" ], "Password don't match": [ "" ], "Please register!": [ "Accedi!" ], "Repeat Password:": [ "" ], "Bank menu": [ "" ], "Select option1": [ "" ], "Select option2": [ "" ], "days": [ "" ], "hours": [ "" ], "minutes": [ "" ], "seconds": [ "" ] } } };