From 499523fe4e78a574f09205636a34dd6731f5b26b Mon Sep 17 00:00:00 2001 From: franm Date: Fri, 8 Mar 2024 17:27:52 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=AC=20vesting:=20rename=20vested=20to?= =?UTF-8?q?=20vesting?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- i18n/es/translation.json | 4 ++-- pages/vesting.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/i18n/es/translation.json b/i18n/es/translation.json index 066ca5aa9..d113ea1d2 100644 --- a/i18n/es/translation.json +++ b/i18n/es/translation.json @@ -602,7 +602,6 @@ "Claim All": "Reclamar Todo", "When you withdraw the reserved EXA, the associated vesting stream will be cancelled automatically. You’ll get back the earned EXA and all remaining esEXA": "Cuando retires el EXA reservado, el stream de vesting asociado se cancelará automáticamente. Recibirás de vuelta el EXA ganado y todo el esEXA restante", "When you withdraw the reserved EXA, the associated vestings streams will be cancelled automatically. You’ll get back the earned EXA and all remaining esEXA": "Cuando retires el EXA reservado, los streams de vesting asociados se cancelarán automáticamente. Recibirás de vuelta el EXA ganado y todo el esEXA restante", - "Total esEXA Vested": "Total esEXA Consolidados", "Active Streams": "Streams Activos", "Active Stream": "Stream Activo", "Total Reserved EXA": "Total EXA Reservados", @@ -622,5 +621,6 @@ "The upgrade to the new Interest Rate Model (EXAIP-08) is scheduled for execution today at 8:30 PM UTC": "La actualización al nuevo Modelo de Tasa de Interés (EXAIP-08) está programada para ejecutarse hoy a las 8:30 PM UTC", "Available for Withdrawal": "Disponible para Retiro", "Global Utilization": "Utilización Global", - "The Global Utilization is above 90%, and the remaining liquidity is established as a Liquidity Reserve that can't be borrowed and is only available for withdrawals.": "La Utilización Global está por encima del 90%, y la liquidez restante se establece como una Reserva de Liquidez que no se puede pedir prestada y solo está disponible para retiros." + "The Global Utilization is above 90%, and the remaining liquidity is established as a Liquidity Reserve that can't be borrowed and is only available for withdrawals.": "La Utilización Global está por encima del 90%, y la liquidez restante se establece como una Reserva de Liquidez que no se puede pedir prestada y solo está disponible para retiros.", + "Total esEXA Vesting": "esEXA Total en Vesting" } diff --git a/pages/vesting.tsx b/pages/vesting.tsx index 51eb1e8b7..e6432d5ca 100644 --- a/pages/vesting.tsx +++ b/pages/vesting.tsx @@ -410,7 +410,7 @@ const Vesting: NextPage = () => { - {t('Total esEXA Vested')} + {t('Total esEXA Vesting')}