Skip to content

Commit

Permalink
Merge pull request #343 from decentraland/fix/translation-issues
Browse files Browse the repository at this point in the history
fix: Translation issues
  • Loading branch information
LautaroPetaccio authored Mar 15, 2024
2 parents ff03121 + e5ff163 commit 1a2c9af
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
11 changes: 6 additions & 5 deletions src/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,14 @@
"receive": "Recibir",
"send": "Enviar",
"tooltip_ethereum": "Este es tu balance de MANA en Ethereum. Puedes cambiarlo por MANA en Polygon.",
"tooltip_matic": "Este es tu balance de MANA en Polygon. Puedes usar el MANA en Polygon sin pagar tarifa de gas. Puedes volver tu MANA de Polygon a Ethereum en cualquier momento."
"tooltip_matic": "Este es tu balance de MANA en Polygon. Puedes usar el MANA en Polygon sin pagar tarifa de gas. Puedes volver tu MANA de Polygon a Ethereum en cualquier momento.",
"import_withdrawal": "Importar retiro"
},
"account_card": {
"tx_latests": "Ultimas Transacciones",
"tx_pending": "Transacciones Pendientes",
"see_all": "Ver Todas",
"empty": "No haz realizado transacciones."
"empty": "No has realizado ninguna transacción todavía."
},
"transaction_detail_modal": {
"title": "Detalle de Transaction",
Expand All @@ -54,13 +55,13 @@
},
"transaction_description": {
"deposit": "Depósito de MANA en Polygon",
"withdrawal": "Extracción de MANA a Ethereum",
"withdrawal": "Retiro de MANA a Ethereum",
"buy": "Compra de Tokens via {gateway}",
"send": "Envio de tokens a"
},
"transaction_type": {
"deposit": "Deposito",
"withdrawal": "Extracción"
"withdrawal": "Retiro"
},
"transaction_status": {
"pending": "Pendiente",
Expand All @@ -81,7 +82,7 @@
}
},
"import_withdrawal_modal": {
"title": "Importar Retiro",
"title": "Importar retiro",
"description": "Los retiros son un proceso de 2 pasos. Inicializa un retiro con una transacción de Polygon que quema su Polygon MANA, y después de unos minutos puede desbloquear sus tokens MANA en Ethereum. Almacenamos la información de la primera transacción en su dispositivo, y es necesario para finalizar su retiro. Si por alguna razón esta información se pierde (es decir, borra el almacenamiento de su navegador) o si está terminando su retiro de un nuevo dispositivo, puede usar esta pantalla para recuperar su información de retiro ingresando el hash de la transacción de inicialización de retiro (en Polygon). Puedes ver todas tus últimas transacciones en {link}",
"polygonscan": "Polygonscan",
"tx_label": "Hash de la Transacción",
Expand Down
6 changes: 4 additions & 2 deletions src/locales/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,14 @@
"receive": "接收",
"send": "发送",
"tooltip_ethereum": "你在以太坊主区块链上的 MANA 余额。你可以将 MANA 从这个余额换成 Polygon。",
"tooltip_matic": "您在 Polygon 侧链上的 MANA 余额。您可以使用 Polygon MANA 而无需支付 gas 费用。您可以随时从 Polygon 的侧链中提取 MANA。"
"tooltip_matic": "您在 Polygon 侧链上的 MANA 余额。您可以使用 Polygon MANA 而无需支付 gas 费用。您可以随时从 Polygon 的侧链中提取 MANA。",
"import_withdrawal": "出口退运"
},
"account_card": {
"tx_latests": "最新交易",
"tx_pending": "待交易",
"see_all": "看到所有"
"see_all": "看到所有",
"empty": "您还没有任何交易。"
},
"transaction_detail_modal": {
"title": "交易明细",
Expand Down

0 comments on commit 1a2c9af

Please sign in to comment.