Skip to content

Commit

Permalink
feat: asset view with chart on dashboard (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
secondl1ght authored Sep 10, 2024
1 parent 8324c7b commit 095c3e1
Show file tree
Hide file tree
Showing 10 changed files with 1,112 additions and 16 deletions.
11 changes: 10 additions & 1 deletion messages/en.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
{
"App": {
"Dashboard": {
"asset": "An asset in your wallet.",
"buy": "Buy",
"liquid-explainer": "Liquid Bitcoin (L-BTC) is a wrapped version of Bitcoin (BTC) issued by the Liquid Network, a sidechain-based, Bitcoin layer-2 settlement network. It is a 1:1 pegged asset, meaning that one L-BTC is equivalent to one BTC. L-BTC is designed to improve the functionality of Bitcoin transactions, issuance of digital assets, and exchanges.",
"no-contacts": "No contacts to display.",
"price": "Price",
"recent": "Recent Contacts",
"sell": "Sell",
"tether-explainer": "Tether (USDT) is a stablecoin, a type of cryptocurrency designed to maintain a stable value relative to a fiat currency, in this case, the United States dollar (USD). It is issued by Tether Limited, a company founded in 2014, and is pegged to the value of the US dollar.",
"warning": "In order to send USD you need to add Bitcoin to your wallet.",
"warning-title": "Add Bitcoin!"
"warning-title": "Add Bitcoin!",
"what-asset": "What is {asset}?"
},
"miban": "MIBAN Code",
"view-all": "View all",
Expand All @@ -16,7 +23,9 @@
},
"Common": {
"clear": "Clear Memory",
"close": "Close",
"combo": "A combination of letters, numbers and symbols.",
"coming-soon": "Coming Soon!",
"confirm-password": "Confirm Password",
"decrypt": "Decrypt",
"email": "Email",
Expand Down
11 changes: 10 additions & 1 deletion messages/es.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
{
"App": {
"Dashboard": {
"asset": "Un activo en tu billetera.",
"buy": "Comprar",
"liquid-explainer": "Liquid Bitcoin (L-BTC) es una versión envuelta de Bitcoin (BTC) emitida por la Liquid Network, una red de liquidación de segunda capa basada en una cadena lateral de Bitcoin. Es un activo vinculado 1:1, lo que significa que un L-BTC es equivalente a un BTC. L-BTC está diseñado para mejorar la funcionalidad de las transacciones de Bitcoin, la emisión de activos digitales y los intercambios.",
"no-contacts": "No hay contactos para mostrar.",
"price": "Precio",
"recent": "Contactos Recientes",
"sell": "Vender",
"tether-explainer": "Tether (USDT) es una stablecoin, un tipo de criptomoneda diseñada para mantener un valor estable en relación con una moneda fiduciaria, en este caso, el dólar estadounidense (USD). Es emitida por Tether Limited, una compañía fundada en 2014, y está vinculada al valor del dólar estadounidense.",
"warning": "Para enviar USD tienes que tener Bitcoin en tu billetera.",
"warning-title": "Agrega Bitcoin!"
"warning-title": "Agrega Bitcoin!",
"what-asset": "Qué es {asset}?"
},
"miban": "Código MIBAN",
"view-all": "Ver todos",
Expand All @@ -16,7 +23,9 @@
},
"Common": {
"clear": "Borrar de memoria",
"close": "Cerrar",
"combo": "Una combinación de letras, números y símbolos.",
"coming-soon": "Pronto!",
"confirm-password": "Repite la Contraseña",
"decrypt": "Descifra",
"email": "Correo",
Expand Down
Loading

0 comments on commit 095c3e1

Please sign in to comment.