no more back button
This commit is contained in:
parent
05838080f5
commit
b650750bcc
@ -14,7 +14,7 @@
|
|||||||
"compile": "rollup -c -m",
|
"compile": "rollup -c -m",
|
||||||
"prepare": "rollup -c -m",
|
"prepare": "rollup -c -m",
|
||||||
"build-storybook": "build-storybook",
|
"build-storybook": "build-storybook",
|
||||||
"storybook": "start-storybook -s . -p 6006",
|
"storybook": "start-storybook -s . -p 6006 --no-open",
|
||||||
"pretty": "prettier --write src",
|
"pretty": "prettier --write src",
|
||||||
"watch": "tsc --watch & rollup -w -c",
|
"watch": "tsc --watch & rollup -w -c",
|
||||||
"i18n:extract": "pogen extract",
|
"i18n:extract": "pogen extract",
|
||||||
|
@ -31,7 +31,7 @@ msgstr ""
|
|||||||
#: src/NavigationBar.tsx:70
|
#: src/NavigationBar.tsx:70
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Balance"
|
msgid "Balance"
|
||||||
msgstr "Balance"
|
msgstr ""
|
||||||
|
|
||||||
#: src/NavigationBar.tsx:73
|
#: src/NavigationBar.tsx:73
|
||||||
#, c-format
|
#, c-format
|
||||||
@ -86,7 +86,7 @@ msgstr ""
|
|||||||
#: src/popup/NoBalanceHelp.tsx:14
|
#: src/popup/NoBalanceHelp.tsx:14
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "You have no balance to show."
|
msgid "You have no balance to show."
|
||||||
msgstr "You have no deposit to show. Need some %1$s getting started?"
|
msgstr ""
|
||||||
|
|
||||||
#: src/popup/NoBalanceHelp.tsx:17
|
#: src/popup/NoBalanceHelp.tsx:17
|
||||||
#, c-format
|
#, c-format
|
||||||
@ -364,7 +364,7 @@ msgstr ""
|
|||||||
#: src/wallet/ExchangeAddConfirm.tsx:112
|
#: src/wallet/ExchangeAddConfirm.tsx:112
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
msgstr "Abort"
|
msgstr ""
|
||||||
|
|
||||||
#: src/wallet/ExchangeAddConfirm.tsx:116
|
#: src/wallet/ExchangeAddConfirm.tsx:116
|
||||||
#, c-format
|
#, c-format
|
||||||
@ -659,7 +659,7 @@ msgstr ""
|
|||||||
#: src/wallet/DepositPage.tsx:138
|
#: src/wallet/DepositPage.tsx:138
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "no balance"
|
msgid "no balance"
|
||||||
msgstr "no balance"
|
msgstr ""
|
||||||
|
|
||||||
#: src/wallet/DepositPage.tsx:146
|
#: src/wallet/DepositPage.tsx:146
|
||||||
#, c-format
|
#, c-format
|
||||||
@ -893,7 +893,7 @@ msgstr ""
|
|||||||
#: src/wallet/Transaction.tsx:211
|
#: src/wallet/Transaction.tsx:211
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Confirm"
|
msgid "Confirm"
|
||||||
msgstr "Accept"
|
msgstr ""
|
||||||
|
|
||||||
#: src/wallet/Transaction.tsx:218
|
#: src/wallet/Transaction.tsx:218
|
||||||
#, c-format
|
#, c-format
|
||||||
@ -1367,4 +1367,4 @@ msgstr ""
|
|||||||
|
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#~ msgid "DEBUG: Your balance on %1$s is %2$s KUDO. Get more at %3$s"
|
#~ msgid "DEBUG: Your balance on %1$s is %2$s KUDO. Get more at %3$s"
|
||||||
#~ msgstr "DEBUG: Your balance is %2$s KUDO on %1$s. Get more at %3$s"
|
#~ msgstr ""
|
||||||
|
@ -13,73 +13,73 @@ strings['de'] = {
|
|||||||
"Guthaben"
|
"Guthaben"
|
||||||
],
|
],
|
||||||
"Backup": [
|
"Backup": [
|
||||||
""
|
"Backup"
|
||||||
],
|
],
|
||||||
"Settings": [
|
"Settings": [
|
||||||
""
|
"Einstellungen"
|
||||||
],
|
],
|
||||||
"Dev": [
|
"Dev": [
|
||||||
""
|
"Dev"
|
||||||
],
|
],
|
||||||
"Loading": [
|
"Loading": [
|
||||||
""
|
"Lädt Daten"
|
||||||
],
|
],
|
||||||
"Open reserve page": [
|
"Open reserve page": [
|
||||||
""
|
"Seite der Reserve aufrufen"
|
||||||
],
|
],
|
||||||
"Open pay page": [
|
"Open pay page": [
|
||||||
""
|
"Seite für Zahlungen aufrufen"
|
||||||
],
|
],
|
||||||
"Open refund page": [
|
"Open refund page": [
|
||||||
""
|
"Seite für Rückerstattungen aufrufen"
|
||||||
],
|
],
|
||||||
"Open tip page": [
|
"Open tip page": [
|
||||||
""
|
"Seite der Aufwandsentschädigungen aufrufen"
|
||||||
],
|
],
|
||||||
"Open withdraw page": [
|
"Open withdraw page": [
|
||||||
"Abhebegebühr"
|
"Abhebeseite öffnen"
|
||||||
],
|
],
|
||||||
"Back": [
|
"Back": [
|
||||||
""
|
"Zurück"
|
||||||
],
|
],
|
||||||
"You have no balance to show.": [
|
"You have no balance to show.": [
|
||||||
"Sie haben kein Guthaben. Wollen Sie %1$s abheben?"
|
"Es gibt kein Guthaben anzuzeigen."
|
||||||
],
|
],
|
||||||
"To withdraw money you can start from your bank site or click the \"withdraw\" button to use a known exchange.": [
|
"To withdraw money you can start from your bank site or click the \"withdraw\" button to use a known exchange.": [
|
||||||
""
|
"Zum Abheben von digitalem Geld bitte von der Bank-Seite aus starten oder \"Abheben\" drücken, um einen schon bekannten Exchange zu verwenden."
|
||||||
],
|
],
|
||||||
"Withdraw": [
|
"Withdraw": [
|
||||||
"Abgehoben"
|
"Abheben"
|
||||||
],
|
],
|
||||||
"Could not load balance page": [
|
"Could not load balance page": [
|
||||||
""
|
"Konnte die Umsatzanzeige nicht laden"
|
||||||
],
|
],
|
||||||
"Deposit %1$s": [
|
"Deposit %1$s": [
|
||||||
""
|
"%1$s zahlen"
|
||||||
],
|
],
|
||||||
"Enter URI": [
|
"Enter URI": [
|
||||||
""
|
"URI eingeben"
|
||||||
],
|
],
|
||||||
"Diagnostics timed out. Could not talk to the wallet backend.": [
|
"Diagnostics timed out. Could not talk to the wallet backend.": [
|
||||||
""
|
"Die Diagnostik ist abgeschlossen. Es war keine Kommunikation mit dem Wallet-Backend möglich."
|
||||||
],
|
],
|
||||||
"Problems detected:": [
|
"Problems detected:": [
|
||||||
""
|
"Ein Problem wurde festgestellt:"
|
||||||
],
|
],
|
||||||
"Please check in your %1$s settings that you have IndexedDB enabled (check the preference name %2$s).": [
|
"Please check in your %1$s settings that you have IndexedDB enabled (check the preference name %2$s).": [
|
||||||
""
|
"Bitte prüfen Sie ihre %1$s Einstellungen, für die Sie IndexedDB verwenden (preference name %2$s prüfen)."
|
||||||
],
|
],
|
||||||
"Your wallet database is outdated. Currently automatic migration is not supported. Please go %1$s to reset the wallet database.": [
|
"Your wallet database is outdated. Currently automatic migration is not supported. Please go %1$s to reset the wallet database.": [
|
||||||
""
|
"Die Datenbank des Wallets ist veraltet. Aktuell wird jedoch keine Migration auf eine neue Version unterstützt. Bitte wählen Sie %1$s zum Zurücksetzen der Wallet-Datenbank."
|
||||||
],
|
],
|
||||||
"Running diagnostics": [
|
"Running diagnostics": [
|
||||||
""
|
"Diagnostik wird durchgeführt"
|
||||||
],
|
],
|
||||||
"Debug tools": [
|
"Debug tools": [
|
||||||
"Debug"
|
"Debugging-Tools"
|
||||||
],
|
],
|
||||||
"reset": [
|
"reset": [
|
||||||
""
|
"zurücksetzen"
|
||||||
],
|
],
|
||||||
"import database": [
|
"import database": [
|
||||||
""
|
""
|
||||||
@ -355,7 +355,7 @@ strings['de'] = {
|
|||||||
""
|
""
|
||||||
],
|
],
|
||||||
"Manual Withdrawal": [
|
"Manual Withdrawal": [
|
||||||
"Abgehoben"
|
"Manuelles Abheben"
|
||||||
],
|
],
|
||||||
"Choose a exchange from where the coins will be withdrawn. The exchange will send the coins to this wallet after receiving a wire transfer with the correct subject.": [
|
"Choose a exchange from where the coins will be withdrawn. The exchange will send the coins to this wallet after receiving a wire transfer with the correct subject.": [
|
||||||
""
|
""
|
||||||
@ -367,19 +367,19 @@ strings['de'] = {
|
|||||||
""
|
""
|
||||||
],
|
],
|
||||||
"Exchange": [
|
"Exchange": [
|
||||||
""
|
"Exchange"
|
||||||
],
|
],
|
||||||
"Add Exchange": [
|
"Add Exchange": [
|
||||||
""
|
""
|
||||||
],
|
],
|
||||||
"Amount": [
|
"Amount": [
|
||||||
""
|
"Betrag"
|
||||||
],
|
],
|
||||||
"Start withdrawal": [
|
"Start withdrawal": [
|
||||||
""
|
"Abhebung beginnen"
|
||||||
],
|
],
|
||||||
"no balance": [
|
"no balance": [
|
||||||
"Guthaben"
|
"Kein Guthaben"
|
||||||
],
|
],
|
||||||
"There is no known bank account to send money to": [
|
"There is no known bank account to send money to": [
|
||||||
""
|
""
|
||||||
@ -400,7 +400,7 @@ strings['de'] = {
|
|||||||
""
|
""
|
||||||
],
|
],
|
||||||
"Deposit %1$s %2$s": [
|
"Deposit %1$s %2$s": [
|
||||||
"Testkonto #%1$s auf %2$s"
|
"Einlösen %1$s %2$s"
|
||||||
],
|
],
|
||||||
"Waiting for confirmation": [
|
"Waiting for confirmation": [
|
||||||
""
|
""
|
||||||
@ -430,7 +430,7 @@ strings['de'] = {
|
|||||||
""
|
""
|
||||||
],
|
],
|
||||||
"Subject": [
|
"Subject": [
|
||||||
""
|
"Verwendungszweck"
|
||||||
],
|
],
|
||||||
"could not parse payto uri from exchange %1$s": [
|
"could not parse payto uri from exchange %1$s": [
|
||||||
""
|
""
|
||||||
@ -517,10 +517,10 @@ strings['de'] = {
|
|||||||
"Bestätigen"
|
"Bestätigen"
|
||||||
],
|
],
|
||||||
"Withdrawal": [
|
"Withdrawal": [
|
||||||
"Abgehoben"
|
"Abheben"
|
||||||
],
|
],
|
||||||
"Total withdrawn": [
|
"Total withdrawn": [
|
||||||
"Abgehoben"
|
"Insgesamt abgehoben"
|
||||||
],
|
],
|
||||||
"Exchange fee": [
|
"Exchange fee": [
|
||||||
""
|
""
|
||||||
@ -532,7 +532,7 @@ strings['de'] = {
|
|||||||
""
|
""
|
||||||
],
|
],
|
||||||
"Payment": [
|
"Payment": [
|
||||||
"Bezahlung bestätigen"
|
"Zahlung"
|
||||||
],
|
],
|
||||||
"Total paid": [
|
"Total paid": [
|
||||||
""
|
""
|
||||||
@ -634,7 +634,7 @@ strings['de'] = {
|
|||||||
""
|
""
|
||||||
],
|
],
|
||||||
"Withdraw digital cash": [
|
"Withdraw digital cash": [
|
||||||
"Abhebegebühren:"
|
"Digitales Bargeld abheben"
|
||||||
],
|
],
|
||||||
"Merchant message": [
|
"Merchant message": [
|
||||||
""
|
""
|
||||||
@ -697,7 +697,7 @@ strings['de'] = {
|
|||||||
""
|
""
|
||||||
],
|
],
|
||||||
"The merchant %1$s is offering you a tip of %2$s via the exchange %3$s": [
|
"The merchant %1$s is offering you a tip of %2$s via the exchange %3$s": [
|
||||||
"Der Händler %1$s bietet Ihnen zum Kauf an:"
|
"Der Händler %1$s bietet Ihnen eine Aufwandsentschädigung von %2$s durch den Exchange %3$s"
|
||||||
],
|
],
|
||||||
"Accept tip": [
|
"Accept tip": [
|
||||||
""
|
""
|
||||||
@ -736,7 +736,7 @@ strings['de'] = {
|
|||||||
""
|
""
|
||||||
],
|
],
|
||||||
"Withdraw anyway": [
|
"Withdraw anyway": [
|
||||||
"Abgehoben"
|
"Trotzdem abheben"
|
||||||
],
|
],
|
||||||
"Could not load the withdrawal details": [
|
"Could not load the withdrawal details": [
|
||||||
""
|
""
|
||||||
@ -809,7 +809,7 @@ strings['en-US'] = {
|
|||||||
"lang": "en-US"
|
"lang": "en-US"
|
||||||
},
|
},
|
||||||
"Balance": [
|
"Balance": [
|
||||||
"Balance"
|
""
|
||||||
],
|
],
|
||||||
"Backup": [
|
"Backup": [
|
||||||
""
|
""
|
||||||
@ -842,7 +842,7 @@ strings['en-US'] = {
|
|||||||
""
|
""
|
||||||
],
|
],
|
||||||
"You have no balance to show.": [
|
"You have no balance to show.": [
|
||||||
"You have no deposit to show. Need some %1$s getting started?"
|
""
|
||||||
],
|
],
|
||||||
"To withdraw money you can start from your bank site or click the \"withdraw\" button to use a known exchange.": [
|
"To withdraw money you can start from your bank site or click the \"withdraw\" button to use a known exchange.": [
|
||||||
""
|
""
|
||||||
@ -1004,7 +1004,7 @@ strings['en-US'] = {
|
|||||||
""
|
""
|
||||||
],
|
],
|
||||||
"Cancel": [
|
"Cancel": [
|
||||||
"Abort"
|
""
|
||||||
],
|
],
|
||||||
"Loading terms..": [
|
"Loading terms..": [
|
||||||
""
|
""
|
||||||
@ -1178,7 +1178,7 @@ strings['en-US'] = {
|
|||||||
""
|
""
|
||||||
],
|
],
|
||||||
"no balance": [
|
"no balance": [
|
||||||
"no balance"
|
""
|
||||||
],
|
],
|
||||||
"There is no known bank account to send money to": [
|
"There is no known bank account to send money to": [
|
||||||
""
|
""
|
||||||
@ -1313,7 +1313,7 @@ strings['en-US'] = {
|
|||||||
""
|
""
|
||||||
],
|
],
|
||||||
"Confirm": [
|
"Confirm": [
|
||||||
"Accept"
|
""
|
||||||
],
|
],
|
||||||
"Withdrawal": [
|
"Withdrawal": [
|
||||||
""
|
""
|
||||||
@ -1611,7 +1611,7 @@ strings['es'] = {
|
|||||||
"Balance"
|
"Balance"
|
||||||
],
|
],
|
||||||
"Backup": [
|
"Backup": [
|
||||||
""
|
"Copia de seguridad"
|
||||||
],
|
],
|
||||||
"Settings": [
|
"Settings": [
|
||||||
"Configuración"
|
"Configuración"
|
||||||
@ -1635,19 +1635,19 @@ strings['es'] = {
|
|||||||
"Abrir página de propina"
|
"Abrir página de propina"
|
||||||
],
|
],
|
||||||
"Open withdraw page": [
|
"Open withdraw page": [
|
||||||
"Abrir página de extracción"
|
"Abrir página de retirada"
|
||||||
],
|
],
|
||||||
"Back": [
|
"Back": [
|
||||||
"Volver"
|
"Atrás"
|
||||||
],
|
],
|
||||||
"You have no balance to show.": [
|
"You have no balance to show.": [
|
||||||
"No tienes balance para mostrar."
|
"No tienes balance para mostrar."
|
||||||
],
|
],
|
||||||
"To withdraw money you can start from your bank site or click the \"withdraw\" button to use a known exchange.": [
|
"To withdraw money you can start from your bank site or click the \"withdraw\" button to use a known exchange.": [
|
||||||
"Para retirar dinero puedes empezar desde el sitio de tu banco o cliquear en el botón \"extraer\" para usar un exchange conocido"
|
"Para retirar dinero puedes empezar desde el sitio de tu banco o cliquear en el botón \"retirar\" para usar un exchange conocido."
|
||||||
],
|
],
|
||||||
"Withdraw": [
|
"Withdraw": [
|
||||||
"Extraer"
|
"Retirar"
|
||||||
],
|
],
|
||||||
"Could not load balance page": [
|
"Could not load balance page": [
|
||||||
"No se pudo cargar la página"
|
"No se pudo cargar la página"
|
||||||
@ -1668,7 +1668,7 @@ strings['es'] = {
|
|||||||
"Por favor revisa en tu configuración %1$s que tienes IndexedDB habilitado (el nombre de la preferencia %2$s)."
|
"Por favor revisa en tu configuración %1$s que tienes IndexedDB habilitado (el nombre de la preferencia %2$s)."
|
||||||
],
|
],
|
||||||
"Your wallet database is outdated. Currently automatic migration is not supported. Please go %1$s to reset the wallet database.": [
|
"Your wallet database is outdated. Currently automatic migration is not supported. Please go %1$s to reset the wallet database.": [
|
||||||
"La base de datos de la billetera expiró. Por ahora la migración automática no está soportada. Por favor dirijasé a %1$s para reiniciar la base de datos de la billetera"
|
"La base de datos de la billetera expiró. Por ahora la migración automática no está soportada. Por favor dirijasé a %1$s para reiniciar la base de datos de la billetera."
|
||||||
],
|
],
|
||||||
"Running diagnostics": [
|
"Running diagnostics": [
|
||||||
"Ejecutando diagnósticos"
|
"Ejecutando diagnósticos"
|
||||||
@ -1680,10 +1680,10 @@ strings['es'] = {
|
|||||||
"Reiniciar"
|
"Reiniciar"
|
||||||
],
|
],
|
||||||
"import database": [
|
"import database": [
|
||||||
"Importar base de datos"
|
"importar base de datos"
|
||||||
],
|
],
|
||||||
"export database": [
|
"export database": [
|
||||||
"Exportar base de datos"
|
"exportar base de datos"
|
||||||
],
|
],
|
||||||
"Database exported at %1$s %2$s to download": [
|
"Database exported at %1$s %2$s to download": [
|
||||||
"Base de datos exportada a %1$s %2$s para descargar"
|
"Base de datos exportada a %1$s %2$s para descargar"
|
||||||
@ -1716,7 +1716,7 @@ strings['es'] = {
|
|||||||
"monedas gastadas"
|
"monedas gastadas"
|
||||||
],
|
],
|
||||||
"click to show": [
|
"click to show": [
|
||||||
"cliquear para mostrar"
|
"hacer clic para mostrar"
|
||||||
],
|
],
|
||||||
"Do you want to IRREVOCABLY DESTROY everything inside your wallet and LOSE ALL YOUR COINS?": [
|
"Do you want to IRREVOCABLY DESTROY everything inside your wallet and LOSE ALL YOUR COINS?": [
|
||||||
"Quieres DESTRUIR IRREVOCABLEMENTE todo dentro de tu billetera y PERDER TODAS TUS MONEDAS?"
|
"Quieres DESTRUIR IRREVOCABLEMENTE todo dentro de tu billetera y PERDER TODAS TUS MONEDAS?"
|
||||||
@ -1725,10 +1725,10 @@ strings['es'] = {
|
|||||||
"Acción Taler"
|
"Acción Taler"
|
||||||
],
|
],
|
||||||
"This page has pay action.": [
|
"This page has pay action.": [
|
||||||
"Esta página tiene una acción."
|
"Esta página tiene una acción de pago."
|
||||||
],
|
],
|
||||||
"This page has a withdrawal action.": [
|
"This page has a withdrawal action.": [
|
||||||
"Esta página tiene una acción de extracción."
|
"Esta página tiene una acción de retirada."
|
||||||
],
|
],
|
||||||
"This page has a tip action.": [
|
"This page has a tip action.": [
|
||||||
"Esta página tiene una acción de propina."
|
"Esta página tiene una acción de propina."
|
||||||
@ -1740,28 +1740,28 @@ strings['es'] = {
|
|||||||
"Notificar"
|
"Notificar"
|
||||||
],
|
],
|
||||||
"This page has a refund action.": [
|
"This page has a refund action.": [
|
||||||
"Esta página tiene una acción de devolución"
|
"Esta página tiene una acción de devolución."
|
||||||
],
|
],
|
||||||
"This page has a malformed taler uri.": [
|
"This page has a malformed taler uri.": [
|
||||||
"Esta página tiene una URI de Taler malformada"
|
"Esta página tiene una URI de Taler malformada."
|
||||||
],
|
],
|
||||||
"Dismiss": [
|
"Dismiss": [
|
||||||
"Desechar"
|
"Descartar"
|
||||||
],
|
],
|
||||||
"Could not load backup providers": [
|
"Could not load backup providers": [
|
||||||
"No se pudo cargar los proveedores de backup"
|
"No se pudo cargar los proveedores de copias de seguridad"
|
||||||
],
|
],
|
||||||
"No backup providers configured": [
|
"No backup providers configured": [
|
||||||
"No hay proveedores de backup configurados"
|
"No hay proveedores de copias de seguridad configurados"
|
||||||
],
|
],
|
||||||
"Add provider": [
|
"Add provider": [
|
||||||
"Agregar proveedor"
|
"Agregar proveedor"
|
||||||
],
|
],
|
||||||
"Sync all backups": [
|
"Sync all backups": [
|
||||||
"Sincronizar todos los backups"
|
"Sincronizar todas las copias de seguridad"
|
||||||
],
|
],
|
||||||
"Sync now": [
|
"Sync now": [
|
||||||
"Syncronizar ahora"
|
"Sincronizar ahora"
|
||||||
],
|
],
|
||||||
"Last synced": [
|
"Last synced": [
|
||||||
"Ultima vez sincronizado"
|
"Ultima vez sincronizado"
|
||||||
@ -1773,31 +1773,31 @@ strings['es'] = {
|
|||||||
"Expira en"
|
"Expira en"
|
||||||
],
|
],
|
||||||
"Exchange doesn't have terms of service": [
|
"Exchange doesn't have terms of service": [
|
||||||
"Exchange no tiene terminos de service"
|
"El exchange no tiene los términos de servicio"
|
||||||
],
|
],
|
||||||
"Review exchange terms of service": [
|
"Review exchange terms of service": [
|
||||||
"Revizar terminos de servicio"
|
"Revisar los términos de servicio"
|
||||||
],
|
],
|
||||||
"Review new version of terms of service": [
|
"Review new version of terms of service": [
|
||||||
"Revisar los nuevos terminos de servicio"
|
"Revisar los nuevos términos de servicio"
|
||||||
],
|
],
|
||||||
"Show terms of service": [
|
"Show terms of service": [
|
||||||
"Mostrar terminos de servicio"
|
"Mostrar términos de servicio"
|
||||||
],
|
],
|
||||||
"I accept the exchange terms of service": [
|
"I accept the exchange terms of service": [
|
||||||
"Acepto los terminos de servicio del exchange"
|
"Yo acepto los términos de servicio del exchange"
|
||||||
],
|
],
|
||||||
"The exchange reply with a empty terms of service": [
|
"The exchange reply with a empty terms of service": [
|
||||||
"El exchange respondió con unos terminos de servicio vacíos"
|
"El exchange respondió con unos términos de servicio vacíos"
|
||||||
],
|
],
|
||||||
"Download Terms of Service": [
|
"Download Terms of Service": [
|
||||||
"Descargar los terminos de servicio"
|
"Descargar los términos de servicio"
|
||||||
],
|
],
|
||||||
"Hide terms of service": [
|
"Hide terms of service": [
|
||||||
"Escoder los terminos de servicio"
|
"Esconder los términos de servicio"
|
||||||
],
|
],
|
||||||
"Review terms of service": [
|
"Review terms of service": [
|
||||||
"Revizar los terminos de servicio"
|
"Revisar los términos de servicio"
|
||||||
],
|
],
|
||||||
"Exchange URL": [
|
"Exchange URL": [
|
||||||
"Exchange URL"
|
"Exchange URL"
|
||||||
@ -1806,7 +1806,7 @@ strings['es'] = {
|
|||||||
"Cancelar"
|
"Cancelar"
|
||||||
],
|
],
|
||||||
"Loading terms..": [
|
"Loading terms..": [
|
||||||
"Cargando terminos..."
|
"Cargando términos..."
|
||||||
],
|
],
|
||||||
"Add exchange": [
|
"Add exchange": [
|
||||||
"Agregar exchange"
|
"Agregar exchange"
|
||||||
@ -1821,13 +1821,13 @@ strings['es'] = {
|
|||||||
"Agregar exchange para %1$s"
|
"Agregar exchange para %1$s"
|
||||||
],
|
],
|
||||||
"Enter the URL of an exchange you trust.": [
|
"Enter the URL of an exchange you trust.": [
|
||||||
"Ingresar la URL de un exchange que tu confíes."
|
"Ingresar la URL de un exchange en el que confíes."
|
||||||
],
|
],
|
||||||
"An exchange has been found! Review the information and click next": [
|
"An exchange has been found! Review the information and click next": [
|
||||||
"Un exchange ha sido encontrado! Revisa la información y cliquea en siguente"
|
"Un exchange ha sido encontrado! Revisa la información y haz clic en siguiente"
|
||||||
],
|
],
|
||||||
"This exchange doesn't match the expected currency %1$s": [
|
"This exchange doesn't match the expected currency %1$s": [
|
||||||
"Este exchange no es para la divisa %1$s"
|
"Este exchange no coincide con la divisa %1$s esperada"
|
||||||
],
|
],
|
||||||
"Unable to verify this exchange": [
|
"Unable to verify this exchange": [
|
||||||
"No fue posible verificar este exchange"
|
"No fue posible verificar este exchange"
|
||||||
@ -1848,13 +1848,13 @@ strings['es'] = {
|
|||||||
"Siguiente"
|
"Siguiente"
|
||||||
],
|
],
|
||||||
"Add backup provider": [
|
"Add backup provider": [
|
||||||
"Agregar proveedor de backup"
|
"Agregar proveedor de copias de seguridad"
|
||||||
],
|
],
|
||||||
"Could not get provider information": [
|
"Could not get provider information": [
|
||||||
"No se puedo conseguir la información del proveedor"
|
"No se pudo conseguir la información del proveedor"
|
||||||
],
|
],
|
||||||
"Backup providers may charge for their service": [
|
"Backup providers may charge for their service": [
|
||||||
"Provedores de backup pueden pueden cobrarte por su servicio"
|
"Los proveedores de copias de seguridad pueden cobrarte por su servicio"
|
||||||
],
|
],
|
||||||
"URL": [
|
"URL": [
|
||||||
"URL"
|
"URL"
|
||||||
@ -1866,7 +1866,7 @@ strings['es'] = {
|
|||||||
"URL del proveedor"
|
"URL del proveedor"
|
||||||
],
|
],
|
||||||
"Please review and accept this provider's terms of service": [
|
"Please review and accept this provider's terms of service": [
|
||||||
"Por favor revisa y acepta los terminos de servicio del proveedor"
|
"Por favor revisa y acepta, los términos de servicio del proveedor"
|
||||||
],
|
],
|
||||||
"Pricing": [
|
"Pricing": [
|
||||||
"Precios"
|
"Precios"
|
||||||
@ -1884,19 +1884,19 @@ strings['es'] = {
|
|||||||
"%1$s megabytes de almacenamiento por año de servicio"
|
"%1$s megabytes de almacenamiento por año de servicio"
|
||||||
],
|
],
|
||||||
"Accept terms of service": [
|
"Accept terms of service": [
|
||||||
"Aceptar terminos de servicio"
|
"Aceptar los términos de servicio"
|
||||||
],
|
],
|
||||||
"There was an error loading the provider detail for \"%1$s\"": [
|
"There was an error loading the provider detail for \"%1$s\"": [
|
||||||
"Hubo un error cargando los detalles del proveedor para \"%1$s\""
|
"Hubo un error cargando los detalles del proveedor para \"%1$s\""
|
||||||
],
|
],
|
||||||
"There is not known provider with url \"%1$s\".": [
|
"There is not known provider with url \"%1$s\".": [
|
||||||
"No hay proveedor conocido con url \"%1$s\"."
|
"No hay proveedor conocido con la URL \"%1$s\"."
|
||||||
],
|
],
|
||||||
"Last backup": [
|
"Last backup": [
|
||||||
"Último backup"
|
"Última copia de seguridad"
|
||||||
],
|
],
|
||||||
"Back up": [
|
"Back up": [
|
||||||
"Backup"
|
"Copia de seguridad"
|
||||||
],
|
],
|
||||||
"Provider fee": [
|
"Provider fee": [
|
||||||
"Tarifa del proveedor"
|
"Tarifa del proveedor"
|
||||||
@ -1908,7 +1908,7 @@ strings['es'] = {
|
|||||||
"Extender"
|
"Extender"
|
||||||
],
|
],
|
||||||
"terms has changed, extending the service will imply accepting the new terms of service": [
|
"terms has changed, extending the service will imply accepting the new terms of service": [
|
||||||
"los terminos han cambiado, extender el servicio implicará aceptar los nuevos terminos de servicio"
|
"los términos han cambiado, extender el servicio implicará aceptar los nuevos términos de servicio"
|
||||||
],
|
],
|
||||||
"old": [
|
"old": [
|
||||||
"viejo"
|
"viejo"
|
||||||
@ -1932,37 +1932,37 @@ strings['es'] = {
|
|||||||
"Este proveedor ha reportado un error"
|
"Este proveedor ha reportado un error"
|
||||||
],
|
],
|
||||||
"There is conflict with another backup from %1$s": [
|
"There is conflict with another backup from %1$s": [
|
||||||
"Hubo un conflicto con otro backup de %1$s"
|
"Hay un conflicto con otra copia de seguridad de %1$s"
|
||||||
],
|
],
|
||||||
"Backup is not readable": [
|
"Backup is not readable": [
|
||||||
"El backup no se puede leer"
|
"La copia de seguridad no es legible"
|
||||||
],
|
],
|
||||||
"Unknown backup problem: %1$s": [
|
"Unknown backup problem: %1$s": [
|
||||||
"Problema de backup desconocido: %1$s"
|
"Problema de copia de seguridad desconocido: %1$s"
|
||||||
],
|
],
|
||||||
"service paid": [
|
"service paid": [
|
||||||
"servicio pagado"
|
"servicio pagado"
|
||||||
],
|
],
|
||||||
"Backup valid until": [
|
"Backup valid until": [
|
||||||
"Backup valido hasta"
|
"Copia de seguridad válida hasta"
|
||||||
],
|
],
|
||||||
"this popup is being closed and you are being redirected to %1$s": [
|
"this popup is being closed and you are being redirected to %1$s": [
|
||||||
"Este popup se cerrará y estás siendo redirijido a %1$s"
|
"Este popup está siendo cerrado y estás siendo redirigido a %1$s"
|
||||||
],
|
],
|
||||||
"Select one option": [
|
"Select one option": [
|
||||||
"Seleccione una opción"
|
"Seleccione una opción"
|
||||||
],
|
],
|
||||||
"Manual Withdrawal": [
|
"Manual Withdrawal": [
|
||||||
"Extracción Manual"
|
"Retirada Manual"
|
||||||
],
|
],
|
||||||
"Choose a exchange from where the coins will be withdrawn. The exchange will send the coins to this wallet after receiving a wire transfer with the correct subject.": [
|
"Choose a exchange from where the coins will be withdrawn. The exchange will send the coins to this wallet after receiving a wire transfer with the correct subject.": [
|
||||||
"Elija un exchange desde donde las monedas serán extraídas. El exchange enviará las monedas a esta billetera después de recibir una transferencia con el asunto correcto."
|
"Elija un exchange desde donde las monedas serán retiradas. El exchange enviará las monedas a esta billetera después de recibir una transferencia bancaria con el asunto correcto."
|
||||||
],
|
],
|
||||||
"No exchange configured": [
|
"No exchange configured": [
|
||||||
"Sin exchange configurado"
|
"Sin exchange configurado"
|
||||||
],
|
],
|
||||||
"Can't create the reserve": [
|
"Can't create the reserve": [
|
||||||
"No se pudo create una reserva"
|
"No se pudo crear una reserva"
|
||||||
],
|
],
|
||||||
"Exchange": [
|
"Exchange": [
|
||||||
"Exchange"
|
"Exchange"
|
||||||
@ -1971,16 +1971,16 @@ strings['es'] = {
|
|||||||
"Agregar Exchange"
|
"Agregar Exchange"
|
||||||
],
|
],
|
||||||
"Amount": [
|
"Amount": [
|
||||||
"Monto"
|
"Cantidad"
|
||||||
],
|
],
|
||||||
"Start withdrawal": [
|
"Start withdrawal": [
|
||||||
"Comenzar extracción"
|
"Comenzar la retirada"
|
||||||
],
|
],
|
||||||
"no balance": [
|
"no balance": [
|
||||||
"sin balance"
|
"sin balance"
|
||||||
],
|
],
|
||||||
"There is no known bank account to send money to": [
|
"There is no known bank account to send money to": [
|
||||||
"No hay cuenta bancaria conocida donde enviar el dinero"
|
"No hay una cuenta bancaria conocida, donde enviar el dinero"
|
||||||
],
|
],
|
||||||
"Send %1$s to your account": [
|
"Send %1$s to your account": [
|
||||||
"Enviar %1$s a tu cuenta"
|
"Enviar %1$s a tu cuenta"
|
||||||
@ -1989,10 +1989,10 @@ strings['es'] = {
|
|||||||
"Número IBAN de cuenta bancaria"
|
"Número IBAN de cuenta bancaria"
|
||||||
],
|
],
|
||||||
"Deposit fee": [
|
"Deposit fee": [
|
||||||
"Taria de depósito"
|
"Comisión de depósito"
|
||||||
],
|
],
|
||||||
"Total deposit": [
|
"Total deposit": [
|
||||||
"Deposito total"
|
"Depósito total"
|
||||||
],
|
],
|
||||||
"Deposit": [
|
"Deposit": [
|
||||||
"Depósito"
|
"Depósito"
|
||||||
@ -2016,7 +2016,7 @@ strings['es'] = {
|
|||||||
"Cuenta"
|
"Cuenta"
|
||||||
],
|
],
|
||||||
"Bank host": [
|
"Bank host": [
|
||||||
"Host del banco"
|
"Banco anfitrión"
|
||||||
],
|
],
|
||||||
"Bank account": [
|
"Bank account": [
|
||||||
"Cuenta del banco"
|
"Cuenta del banco"
|
||||||
@ -2025,43 +2025,43 @@ strings['es'] = {
|
|||||||
"IBAN"
|
"IBAN"
|
||||||
],
|
],
|
||||||
"Chosen amount": [
|
"Chosen amount": [
|
||||||
"Elegir monto"
|
"Elegir cantidad"
|
||||||
],
|
],
|
||||||
"Subject": [
|
"Subject": [
|
||||||
"Asunto"
|
"Asunto"
|
||||||
],
|
],
|
||||||
"could not parse payto uri from exchange %1$s": [
|
"could not parse payto uri from exchange %1$s": [
|
||||||
"No se pudo analizar la URI payto del exchange %1$s"
|
"No se pudo analizar la URI pagar-a del exchange %1$s"
|
||||||
],
|
],
|
||||||
"Exchange is ready for withdrawal": [
|
"Exchange is ready for withdrawal": [
|
||||||
"El exchange está listo para la extracción"
|
"El exchange está listo para la retirada"
|
||||||
],
|
],
|
||||||
"To complete the process you need to wire %1$s to the exchange bank account": [
|
"To complete the process you need to wire %1$s to the exchange bank account": [
|
||||||
"Para completar el proceso necesitas enviar %1$s a la cuenta bancaria del exchange"
|
"Para completar el proceso necesitas transferir %1$s a la cuenta bancaria del exchange"
|
||||||
],
|
],
|
||||||
"Make sure to use the correct subject, otherwise the money will not arrive in this wallet.": [
|
"Make sure to use the correct subject, otherwise the money will not arrive in this wallet.": [
|
||||||
"Asegurate de usar el asunto correcto, de otra manera el dinero no llegará a esta billetera"
|
"Asegúrate de usar el asunto correcto, de lo contrario el dinero no llegará a esta billetera."
|
||||||
],
|
],
|
||||||
"Alternative, you can also scan this QR code or open %1$s if you have a banking app installed that supports RFC 8905": [
|
"Alternative, you can also scan this QR code or open %1$s if you have a banking app installed that supports RFC 8905": [
|
||||||
"Alternativamente, también puedes escanear el código QR o abrir %1$s si tienes una aplicación bancaria instalada que soporta RFC 8905"
|
"Alternativamente, también puedes escanear el código QR o abrir %1$s si tienes una App bancaria instalada que soporta RFC 8905"
|
||||||
],
|
],
|
||||||
"Cancel withdrawal": [
|
"Cancel withdrawal": [
|
||||||
"Cancelar extracción"
|
"Cancelar retirada"
|
||||||
],
|
],
|
||||||
"Display": [
|
"Display": [
|
||||||
"Pantalla"
|
"Pantalla"
|
||||||
],
|
],
|
||||||
"Current Language": [
|
"Current Language": [
|
||||||
"Lenguage actual"
|
"Lenguaje actual"
|
||||||
],
|
],
|
||||||
"Navigator": [
|
"Navigator": [
|
||||||
"Navegador"
|
"Navegador"
|
||||||
],
|
],
|
||||||
"Automatically open wallet based on page content": [
|
"Automatically open wallet based on page content": [
|
||||||
"Abrir automáticamente la billetera basado en el contenido de la página"
|
"Abrir automáticamente la billetera basada en el contenido de la página"
|
||||||
],
|
],
|
||||||
"Enabling this option below will make using the wallet faster, but requires more permissions from your browser.": [
|
"Enabling this option below will make using the wallet faster, but requires more permissions from your browser.": [
|
||||||
"Habilitar esta opción debajo hará el uso de la billetera mas rápido, pero requiere mas permisos de tu navegador"
|
"Habilitar la opción de debajo, hará que el uso de la billetera sea mas rápido, pero requiere más permisos de tu navegador."
|
||||||
],
|
],
|
||||||
"Trust": [
|
"Trust": [
|
||||||
"Confianza"
|
"Confianza"
|
||||||
@ -2070,7 +2070,7 @@ strings['es'] = {
|
|||||||
"No hay exchanges todavía"
|
"No hay exchanges todavía"
|
||||||
],
|
],
|
||||||
"Term of Service": [
|
"Term of Service": [
|
||||||
"Terminos de servicio"
|
"Términos de servicio"
|
||||||
],
|
],
|
||||||
"ok": [
|
"ok": [
|
||||||
"ok"
|
"ok"
|
||||||
@ -2088,7 +2088,7 @@ strings['es'] = {
|
|||||||
"Modo desarrollador"
|
"Modo desarrollador"
|
||||||
],
|
],
|
||||||
"(More options and information useful for debugging)": [
|
"(More options and information useful for debugging)": [
|
||||||
"(Mas información y opciones útiles para depuración)"
|
"(Más información y opciones útiles para depuración)"
|
||||||
],
|
],
|
||||||
"Could not load the transaction information": [
|
"Could not load the transaction information": [
|
||||||
"No se pudo cargar información de la transacción"
|
"No se pudo cargar información de la transacción"
|
||||||
@ -2097,7 +2097,7 @@ strings['es'] = {
|
|||||||
"Hubo un error intentando completar la transacción"
|
"Hubo un error intentando completar la transacción"
|
||||||
],
|
],
|
||||||
"This transaction is not completed": [
|
"This transaction is not completed": [
|
||||||
"Esta tansacción no está completa"
|
"Esta transacción no está completada"
|
||||||
],
|
],
|
||||||
"Retry": [
|
"Retry": [
|
||||||
"Reintentar"
|
"Reintentar"
|
||||||
@ -2109,19 +2109,19 @@ strings['es'] = {
|
|||||||
"Cuidado!"
|
"Cuidado!"
|
||||||
],
|
],
|
||||||
"If you have already wired money to the exchange you will loose the chance to get the coins form it.": [
|
"If you have already wired money to the exchange you will loose the chance to get the coins form it.": [
|
||||||
"Si ya has transferido dinero al exchange perderas la oportunidad de recivir las monedas"
|
"Si tú ya has transferido dinero al exchange, perderás la oportunidad de recibir las monedas desde este."
|
||||||
],
|
],
|
||||||
"Confirm": [
|
"Confirm": [
|
||||||
"Confirmar"
|
"Confirmar"
|
||||||
],
|
],
|
||||||
"Withdrawal": [
|
"Withdrawal": [
|
||||||
"Extracción"
|
"Retirada"
|
||||||
],
|
],
|
||||||
"Total withdrawn": [
|
"Total withdrawn": [
|
||||||
"Total extraido"
|
"Total extraído"
|
||||||
],
|
],
|
||||||
"Exchange fee": [
|
"Exchange fee": [
|
||||||
"Tarifa del exchange"
|
"Comisión del exchange"
|
||||||
],
|
],
|
||||||
"The bank is waiting for confirmation. Go to the %1$s": [
|
"The bank is waiting for confirmation. Go to the %1$s": [
|
||||||
"El banco espera la confirmación. Dirigete a %1$s"
|
"El banco espera la confirmación. Dirigete a %1$s"
|
||||||
@ -2136,10 +2136,10 @@ strings['es'] = {
|
|||||||
"Total pagado"
|
"Total pagado"
|
||||||
],
|
],
|
||||||
"Purchase amount": [
|
"Purchase amount": [
|
||||||
"Monto de compra"
|
"Importe de la compra"
|
||||||
],
|
],
|
||||||
"Fee": [
|
"Fee": [
|
||||||
"Tarifa"
|
"Comisión"
|
||||||
],
|
],
|
||||||
"Merchant": [
|
"Merchant": [
|
||||||
"Comerciante"
|
"Comerciante"
|
||||||
@ -2154,7 +2154,7 @@ strings['es'] = {
|
|||||||
"Total enviado"
|
"Total enviado"
|
||||||
],
|
],
|
||||||
"Deposit amount": [
|
"Deposit amount": [
|
||||||
"Monto a depositar"
|
"Cantidad a depositar"
|
||||||
],
|
],
|
||||||
"Refresh": [
|
"Refresh": [
|
||||||
"Actualizar"
|
"Actualizar"
|
||||||
@ -2163,7 +2163,7 @@ strings['es'] = {
|
|||||||
"Actualización total"
|
"Actualización total"
|
||||||
],
|
],
|
||||||
"Refresh amount": [
|
"Refresh amount": [
|
||||||
"Monto de actualización"
|
"Refrescar cantidad"
|
||||||
],
|
],
|
||||||
"Tip": [
|
"Tip": [
|
||||||
"Propina"
|
"Propina"
|
||||||
@ -2172,7 +2172,7 @@ strings['es'] = {
|
|||||||
"Total de propina"
|
"Total de propina"
|
||||||
],
|
],
|
||||||
"Received amount": [
|
"Received amount": [
|
||||||
"Monto recibido"
|
"Cantidad recibida"
|
||||||
],
|
],
|
||||||
"Refund": [
|
"Refund": [
|
||||||
"Devolución"
|
"Devolución"
|
||||||
@ -2181,7 +2181,7 @@ strings['es'] = {
|
|||||||
"Devolución total"
|
"Devolución total"
|
||||||
],
|
],
|
||||||
"Refund amount": [
|
"Refund amount": [
|
||||||
"Monto de devolución"
|
"Importe de la devolución"
|
||||||
],
|
],
|
||||||
"Browser Extension Installed!": [
|
"Browser Extension Installed!": [
|
||||||
"Extensión del navegador instalada!"
|
"Extensión del navegador instalada!"
|
||||||
@ -2193,7 +2193,7 @@ strings['es'] = {
|
|||||||
"Permisos"
|
"Permisos"
|
||||||
],
|
],
|
||||||
"(Enabling this option below will make using the wallet faster, but requires more permissions from your browser.)": [
|
"(Enabling this option below will make using the wallet faster, but requires more permissions from your browser.)": [
|
||||||
"(Habilitar esta opción debajo hará el uso de la billetera mas rápido, pero requiere mas permisos de tu navegador)"
|
"(Habilitar esta opción de abajo hará el uso de la billetera mas rápido, pero requiere mas permisos de tu navegador)"
|
||||||
],
|
],
|
||||||
"Next Steps": [
|
"Next Steps": [
|
||||||
"Próximos pasos"
|
"Próximos pasos"
|
||||||
@ -2208,7 +2208,7 @@ strings['es'] = {
|
|||||||
"No se pudo cargar el estado del pago"
|
"No se pudo cargar el estado del pago"
|
||||||
],
|
],
|
||||||
"Could not load contract terms from merchant or wallet backend.": [
|
"Could not load contract terms from merchant or wallet backend.": [
|
||||||
"No se pudo cargar los terminos de contrato del comerciante o de la billetera."
|
"No se pudieron cargar los términos de contrato del comerciante o de la billetera."
|
||||||
],
|
],
|
||||||
"Pay with a mobile phone": [
|
"Pay with a mobile phone": [
|
||||||
"Pagar con un teléfono móbil"
|
"Pagar con un teléfono móbil"
|
||||||
@ -2232,7 +2232,7 @@ strings['es'] = {
|
|||||||
"Tu balance no es suficiente para pagar esta compra."
|
"Tu balance no es suficiente para pagar esta compra."
|
||||||
],
|
],
|
||||||
"Withdraw digital cash": [
|
"Withdraw digital cash": [
|
||||||
"Extraer dinero digital"
|
"Retirar dinero digital"
|
||||||
],
|
],
|
||||||
"Merchant message": [
|
"Merchant message": [
|
||||||
"Mensaje del comerciante"
|
"Mensaje del comerciante"
|
||||||
@ -2250,10 +2250,10 @@ strings['es'] = {
|
|||||||
"Ya reclamado"
|
"Ya reclamado"
|
||||||
],
|
],
|
||||||
"Payment complete": [
|
"Payment complete": [
|
||||||
"Pago completo"
|
"Pago completado"
|
||||||
],
|
],
|
||||||
"You are going to be redirected to $ %1$s": [
|
"You are going to be redirected to $ %1$s": [
|
||||||
"Estas siendo redirigido a %1$s"
|
"Vas a ser redirigido a %1$s"
|
||||||
],
|
],
|
||||||
"You can close this page.": [
|
"You can close this page.": [
|
||||||
"Puedes cerrar esta página."
|
"Puedes cerrar esta página."
|
||||||
@ -2274,13 +2274,13 @@ strings['es'] = {
|
|||||||
"Estado del reembolso"
|
"Estado del reembolso"
|
||||||
],
|
],
|
||||||
"The product %1$s has received a total effective refund of": [
|
"The product %1$s has received a total effective refund of": [
|
||||||
"El producto %1$s ha recibido un total efectivo de"
|
"El producto %1$s ha recibido un reembolso total efectivo de"
|
||||||
],
|
],
|
||||||
"Refund processing is still in progress.": [
|
"Refund processing is still in progress.": [
|
||||||
"El proceso de reembolso está todavía en progreso"
|
"El proceso de reembolso está todavía en progreso."
|
||||||
],
|
],
|
||||||
"The refund amount of %1$s could not be applied.": [
|
"The refund amount of %1$s could not be applied.": [
|
||||||
"El monto del reembolso de %1$s no pudo ser aplicado."
|
"El importe del reembolso de %1$s no pudo ser aplicado."
|
||||||
],
|
],
|
||||||
"missing taler refund uri": [
|
"missing taler refund uri": [
|
||||||
"falta la URI Taler de reembolso"
|
"falta la URI Taler de reembolso"
|
||||||
@ -2292,10 +2292,10 @@ strings['es'] = {
|
|||||||
"Actualizando el estado de reembolso"
|
"Actualizando el estado de reembolso"
|
||||||
],
|
],
|
||||||
"Tip from %1$s accepted. Check your transactions list for more details.": [
|
"Tip from %1$s accepted. Check your transactions list for more details.": [
|
||||||
"Propina de %1$s aceptada. Revisa tu lista de transacciones para mas detalle."
|
"Propina de %1$s aceptada. Revisa tu lista de transacciones para más detalle."
|
||||||
],
|
],
|
||||||
"The merchant %1$s is offering you a tip of %2$s via the exchange %3$s": [
|
"The merchant %1$s is offering you a tip of %2$s via the exchange %3$s": [
|
||||||
"El comerciante %1$s está ofreciendo una propina de %2$s usando el exchange %3$s"
|
"El comerciante %1$s te está ofreciendo una propina de %2$s a través del exchange %3$s"
|
||||||
],
|
],
|
||||||
"Accept tip": [
|
"Accept tip": [
|
||||||
"Aceptar propina"
|
"Aceptar propina"
|
||||||
@ -2304,43 +2304,43 @@ strings['es'] = {
|
|||||||
"Ignorar"
|
"Ignorar"
|
||||||
],
|
],
|
||||||
"missing tip uri": [
|
"missing tip uri": [
|
||||||
"URI de propina faltante"
|
"falta la URI de la propina"
|
||||||
],
|
],
|
||||||
"You've ignored the tip.": [
|
"You've ignored the tip.": [
|
||||||
"Has ignorado la propina"
|
"Has ignorado la propina."
|
||||||
],
|
],
|
||||||
"Digital cash withdrawal": [
|
"Digital cash withdrawal": [
|
||||||
"Extracción de dinero digital"
|
"Retirada de dinero digital"
|
||||||
],
|
],
|
||||||
"Could not finish the withdrawal operation": [
|
"Could not finish the withdrawal operation": [
|
||||||
"No se pudo completar la operación de extracción"
|
"No se pudo completar la operación de retirada"
|
||||||
],
|
],
|
||||||
"Total to withdraw": [
|
"Total to withdraw": [
|
||||||
"Total a extraer"
|
"Total a retirar"
|
||||||
],
|
],
|
||||||
"Known exchanges": [
|
"Known exchanges": [
|
||||||
"Exchange conocidos"
|
"Exchange conocidos"
|
||||||
],
|
],
|
||||||
"Cancel exchange selection": [
|
"Cancel exchange selection": [
|
||||||
"Cancelar selección de exchange"
|
"Cancelar la selección de exchange"
|
||||||
],
|
],
|
||||||
"Confirm exchange selection": [
|
"Confirm exchange selection": [
|
||||||
"Confirmar selección de exchange"
|
"Confirmar la selección de exchange"
|
||||||
],
|
],
|
||||||
"Switch exchange": [
|
"Switch exchange": [
|
||||||
"Cambiar exchange"
|
"Cambiar exchange"
|
||||||
],
|
],
|
||||||
"Confirm withdrawal": [
|
"Confirm withdrawal": [
|
||||||
"Confirmar extracción"
|
"Confirmar retirada"
|
||||||
],
|
],
|
||||||
"Withdraw anyway": [
|
"Withdraw anyway": [
|
||||||
"Extraer de todas maneras"
|
"Retirar de todas maneras"
|
||||||
],
|
],
|
||||||
"Could not load the withdrawal details": [
|
"Could not load the withdrawal details": [
|
||||||
"No se pudo cargar los detalles de extracción"
|
"No se pudieron cargar los detalles de la retirada"
|
||||||
],
|
],
|
||||||
"missing withdraw uri": [
|
"missing withdraw uri": [
|
||||||
"URI de extracción faltante"
|
"falta la URI de retirada"
|
||||||
],
|
],
|
||||||
"Could not get the info from the URI": [
|
"Could not get the info from the URI": [
|
||||||
"No se pudo obtener la información desde la URI"
|
"No se pudo obtener la información desde la URI"
|
||||||
@ -2355,7 +2355,7 @@ strings['es'] = {
|
|||||||
"Editar"
|
"Editar"
|
||||||
],
|
],
|
||||||
"missing pay uri": [
|
"missing pay uri": [
|
||||||
"URI de pago faltante"
|
"falta la URI de pago"
|
||||||
],
|
],
|
||||||
"Could not get the payment information for this order": [
|
"Could not get the payment information for this order": [
|
||||||
"No se pudo obtener la información de pago para esta orden"
|
"No se pudo obtener la información de pago para esta orden"
|
||||||
@ -2364,19 +2364,19 @@ strings['es'] = {
|
|||||||
"Cargado la información de pago"
|
"Cargado la información de pago"
|
||||||
],
|
],
|
||||||
"Digital cash deposit": [
|
"Digital cash deposit": [
|
||||||
"Deposito de dinero digital"
|
"Depósito de dinero digital"
|
||||||
],
|
],
|
||||||
"You will now be sent back to the merchant you came from.": [
|
"You will now be sent back to the merchant you came from.": [
|
||||||
"Ahora serás enviado otra vez al sitio del comerciante"
|
"Ahora serás enviado de nuevo al comerciante desde donde viniste."
|
||||||
],
|
],
|
||||||
"Manual Reset Required": [
|
"Manual Reset Required": [
|
||||||
"Reinicio Manual Necesario"
|
"Reinicio Manual Necesario"
|
||||||
],
|
],
|
||||||
"The wallet's database in your browser is incompatible with the currently installed wallet. Please reset manually.": [
|
"The wallet's database in your browser is incompatible with the currently installed wallet. Please reset manually.": [
|
||||||
"La base de datos de billetera en tu navegador es incompatible con la billetera instalada actualmente. Por favor reinicie manualmente"
|
"La base de datos de billetera en tu navegador es incompatible con la billetera instalada actualmente. Por favor reinicie manualmente."
|
||||||
],
|
],
|
||||||
"Once the database format has stabilized, we will provide automatic upgrades.": [
|
"Once the database format has stabilized, we will provide automatic upgrades.": [
|
||||||
"Una vez que el formato de la base de datos esté estabilizzado, proveeremos de actualizaciones automáticas"
|
"Una vez que el formato de la base de datos se haya estabilizado, proveeremos de actualizaciones automáticas."
|
||||||
],
|
],
|
||||||
"I understand that I will lose all my data": [
|
"I understand that I will lose all my data": [
|
||||||
"Entiendo que perderé toda mi información"
|
"Entiendo que perderé toda mi información"
|
||||||
@ -2391,7 +2391,7 @@ strings['es'] = {
|
|||||||
"Un reinicio ya no es necesario, puede cerrar esta página."
|
"Un reinicio ya no es necesario, puede cerrar esta página."
|
||||||
],
|
],
|
||||||
"Not implemented yet.": [
|
"Not implemented yet.": [
|
||||||
"Todavía no implementado"
|
"Todavía no implementado."
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -5606,25 +5606,25 @@ strings['tr'] = {
|
|||||||
"Bakiye"
|
"Bakiye"
|
||||||
],
|
],
|
||||||
"Backup": [
|
"Backup": [
|
||||||
""
|
"Yedek"
|
||||||
],
|
],
|
||||||
"Settings": [
|
"Settings": [
|
||||||
""
|
"Ayarlar"
|
||||||
],
|
],
|
||||||
"Dev": [
|
"Dev": [
|
||||||
""
|
"Gelişim"
|
||||||
],
|
],
|
||||||
"Loading": [
|
"Loading": [
|
||||||
""
|
"Yükleniyor"
|
||||||
],
|
],
|
||||||
"Open reserve page": [
|
"Open reserve page": [
|
||||||
""
|
"Rezerv sayfasını açın"
|
||||||
],
|
],
|
||||||
"Open pay page": [
|
"Open pay page": [
|
||||||
""
|
"Ödeme sayfasını açın"
|
||||||
],
|
],
|
||||||
"Open refund page": [
|
"Open refund page": [
|
||||||
""
|
"Geri ödeme sayfasını açın"
|
||||||
],
|
],
|
||||||
"Open tip page": [
|
"Open tip page": [
|
||||||
""
|
""
|
||||||
@ -5960,7 +5960,7 @@ strings['tr'] = {
|
|||||||
""
|
""
|
||||||
],
|
],
|
||||||
"Exchange": [
|
"Exchange": [
|
||||||
""
|
"Exchange"
|
||||||
],
|
],
|
||||||
"Add Exchange": [
|
"Add Exchange": [
|
||||||
""
|
""
|
||||||
@ -6134,7 +6134,7 @@ strings['tr'] = {
|
|||||||
""
|
""
|
||||||
],
|
],
|
||||||
"Fee": [
|
"Fee": [
|
||||||
"Ücretler "
|
"Ücretler"
|
||||||
],
|
],
|
||||||
"Merchant": [
|
"Merchant": [
|
||||||
""
|
""
|
||||||
|
@ -34,7 +34,7 @@ export function AddNewActionView({ onCancel }: Props): VNode {
|
|||||||
</section>
|
</section>
|
||||||
<footer>
|
<footer>
|
||||||
<Button onClick={onCancel}>
|
<Button onClick={onCancel}>
|
||||||
<i18n.Translate>Back</i18n.Translate>
|
<i18n.Translate>Cancel</i18n.Translate>
|
||||||
</Button>
|
</Button>
|
||||||
{uriType !== TalerUriType.Unknown && (
|
{uriType !== TalerUriType.Unknown && (
|
||||||
<ButtonSuccess
|
<ButtonSuccess
|
||||||
|
@ -26,6 +26,7 @@ import { useEffect, useState } from "preact/hooks";
|
|||||||
import { Loading } from "../components/Loading";
|
import { Loading } from "../components/Loading";
|
||||||
import { SelectList } from "../components/SelectList";
|
import { SelectList } from "../components/SelectList";
|
||||||
import {
|
import {
|
||||||
|
Button,
|
||||||
ButtonBoxWarning,
|
ButtonBoxWarning,
|
||||||
ButtonPrimary,
|
ButtonPrimary,
|
||||||
ErrorText,
|
ErrorText,
|
||||||
@ -39,9 +40,10 @@ import * as wxApi from "../wxApi";
|
|||||||
|
|
||||||
interface Props {
|
interface Props {
|
||||||
currency: string;
|
currency: string;
|
||||||
|
onCancel: (currency: string) => void;
|
||||||
onSuccess: (currency: string) => void;
|
onSuccess: (currency: string) => void;
|
||||||
}
|
}
|
||||||
export function DepositPage({ currency, onSuccess }: Props): VNode {
|
export function DepositPage({ currency, onCancel, onSuccess }: Props): VNode {
|
||||||
const state = useAsyncAsHook(async () => {
|
const state = useAsyncAsHook(async () => {
|
||||||
const balance = await wxApi.getBalance();
|
const balance = await wxApi.getBalance();
|
||||||
const bs = balance.balances.filter((b) => b.available.startsWith(currency));
|
const bs = balance.balances.filter((b) => b.available.startsWith(currency));
|
||||||
@ -79,6 +81,7 @@ export function DepositPage({ currency, onSuccess }: Props): VNode {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<View
|
<View
|
||||||
|
onCancel={onCancel}
|
||||||
knownBankAccounts={accounts}
|
knownBankAccounts={accounts}
|
||||||
balance={currencyBalance}
|
balance={currencyBalance}
|
||||||
onSend={doSend}
|
onSend={doSend}
|
||||||
@ -90,6 +93,7 @@ export function DepositPage({ currency, onSuccess }: Props): VNode {
|
|||||||
interface ViewProps {
|
interface ViewProps {
|
||||||
knownBankAccounts: Array<PaytoUri>;
|
knownBankAccounts: Array<PaytoUri>;
|
||||||
balance: AmountJson;
|
balance: AmountJson;
|
||||||
|
onCancel: (currency: string) => void;
|
||||||
onSend: (account: string, amount: AmountString) => Promise<void>;
|
onSend: (account: string, amount: AmountString) => Promise<void>;
|
||||||
onCalculateFee: (
|
onCalculateFee: (
|
||||||
account: string,
|
account: string,
|
||||||
@ -98,6 +102,7 @@ interface ViewProps {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export function View({
|
export function View({
|
||||||
|
onCancel,
|
||||||
knownBankAccounts,
|
knownBankAccounts,
|
||||||
balance,
|
balance,
|
||||||
onSend,
|
onSend,
|
||||||
@ -142,6 +147,7 @@ export function View({
|
|||||||
}
|
}
|
||||||
if (!knownBankAccounts || !knownBankAccounts.length) {
|
if (!knownBankAccounts || !knownBankAccounts.length) {
|
||||||
return (
|
return (
|
||||||
|
<Fragment>
|
||||||
<WarningBox>
|
<WarningBox>
|
||||||
<p>
|
<p>
|
||||||
<i18n.Translate>
|
<i18n.Translate>
|
||||||
@ -152,6 +158,12 @@ export function View({
|
|||||||
<i18n.Translate>Withdraw</i18n.Translate>
|
<i18n.Translate>Withdraw</i18n.Translate>
|
||||||
</ButtonBoxWarning>
|
</ButtonBoxWarning>
|
||||||
</WarningBox>
|
</WarningBox>
|
||||||
|
<footer>
|
||||||
|
<Button onClick={() => onCancel(currency)}>
|
||||||
|
<i18n.Translate>Cancel</i18n.Translate>
|
||||||
|
</Button>
|
||||||
|
</footer>
|
||||||
|
</Fragment>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
const parsedAmount =
|
const parsedAmount =
|
||||||
@ -242,7 +254,9 @@ export function View({
|
|||||||
}
|
}
|
||||||
</section>
|
</section>
|
||||||
<footer>
|
<footer>
|
||||||
<div />
|
<Button onClick={() => onCancel(currency)}>
|
||||||
|
<i18n.Translate>Cancel</i18n.Translate>
|
||||||
|
</Button>
|
||||||
{unableToDeposit ? (
|
{unableToDeposit ? (
|
||||||
<ButtonPrimary disabled>
|
<ButtonPrimary disabled>
|
||||||
<i18n.Translate>Deposit</i18n.Translate>
|
<i18n.Translate>Deposit</i18n.Translate>
|
||||||
|
@ -160,7 +160,7 @@ export function SetUrlView({
|
|||||||
</section>
|
</section>
|
||||||
<footer>
|
<footer>
|
||||||
<Button onClick={onCancel}>
|
<Button onClick={onCancel}>
|
||||||
< <i18n.Translate>Back</i18n.Translate>
|
<i18n.Translate>Cancel</i18n.Translate>
|
||||||
</Button>
|
</Button>
|
||||||
<ButtonPrimary
|
<ButtonPrimary
|
||||||
disabled={!value && !urlError}
|
disabled={!value && !urlError}
|
||||||
@ -240,7 +240,7 @@ export function ConfirmProviderView({
|
|||||||
</section>
|
</section>
|
||||||
<footer>
|
<footer>
|
||||||
<Button onClick={onCancel}>
|
<Button onClick={onCancel}>
|
||||||
< <i18n.Translate>Back</i18n.Translate>
|
<i18n.Translate>Cancel</i18n.Translate>
|
||||||
</Button>
|
</Button>
|
||||||
<ButtonPrimary disabled={!accepted} onClick={onConfirm}>
|
<ButtonPrimary disabled={!accepted} onClick={onConfirm}>
|
||||||
<i18n.Translate>Add provider</i18n.Translate>
|
<i18n.Translate>Add provider</i18n.Translate>
|
||||||
|
@ -115,7 +115,7 @@ export function ProviderView({
|
|||||||
</section>
|
</section>
|
||||||
<footer>
|
<footer>
|
||||||
<Button onClick={onBack}>
|
<Button onClick={onBack}>
|
||||||
< <i18n.Translate>Back</i18n.Translate>
|
<i18n.Translate>See providers</i18n.Translate>
|
||||||
</Button>
|
</Button>
|
||||||
<div />
|
<div />
|
||||||
</footer>
|
</footer>
|
||||||
@ -209,7 +209,7 @@ export function ProviderView({
|
|||||||
</section>
|
</section>
|
||||||
<footer>
|
<footer>
|
||||||
<Button onClick={onBack}>
|
<Button onClick={onBack}>
|
||||||
< <i18n.Translate>back</i18n.Translate>
|
<i18n.Translate>See providers</i18n.Translate>
|
||||||
</Button>
|
</Button>
|
||||||
<div>
|
<div>
|
||||||
<ButtonDestructive onClick={onDelete}>
|
<ButtonDestructive onClick={onDelete}>
|
||||||
|
@ -162,9 +162,7 @@ export function TransactionView({
|
|||||||
<div style={{ textAlign: "center" }}>{children}</div>
|
<div style={{ textAlign: "center" }}>{children}</div>
|
||||||
</section>
|
</section>
|
||||||
<footer>
|
<footer>
|
||||||
<Button onClick={onBack}>
|
<div />
|
||||||
< <i18n.Translate> Back </i18n.Translate>
|
|
||||||
</Button>
|
|
||||||
<div>
|
<div>
|
||||||
{showRetry ? (
|
{showRetry ? (
|
||||||
<ButtonPrimary onClick={onRetry}>
|
<ButtonPrimary onClick={onRetry}>
|
||||||
|
@ -186,6 +186,9 @@ function Application(): VNode {
|
|||||||
<Route
|
<Route
|
||||||
path={Pages.balance_deposit}
|
path={Pages.balance_deposit}
|
||||||
component={DepositPage}
|
component={DepositPage}
|
||||||
|
onCancel={(currency: string) => {
|
||||||
|
route(Pages.balance_history.replace(":currency", currency));
|
||||||
|
}}
|
||||||
onSuccess={(currency: string) => {
|
onSuccess={(currency: string) => {
|
||||||
route(Pages.balance_history.replace(":currency", currency));
|
route(Pages.balance_history.replace(":currency", currency));
|
||||||
setGlobalNotification(
|
setGlobalNotification(
|
||||||
|
Loading…
Reference in New Issue
Block a user