From bd4d1b1f9a06c6e96efb02f67017aece373eb60e Mon Sep 17 00:00:00 2001 From: Ruslan Dudin Date: Wed, 18 Oct 2023 17:05:22 +0300 Subject: [PATCH] New translations en-us.json (Croatian) --- apps/wallet-mobile/src/i18n/locales/hr-HR.json | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/apps/wallet-mobile/src/i18n/locales/hr-HR.json b/apps/wallet-mobile/src/i18n/locales/hr-HR.json index fbeaff7023..fd377a8ca7 100644 --- a/apps/wallet-mobile/src/i18n/locales/hr-HR.json +++ b/apps/wallet-mobile/src/i18n/locales/hr-HR.json @@ -158,12 +158,14 @@ "swap.swapScreen.defaultSlippage": "Default Slippage Tolerance", "swap.swapScreen.slippageInfo": "Slippage tolerance is set as a percentage of the total swap value. Your transactions will not be executed if the price moves by more than this amount.", "swap.swapScreen.autoPool": "(auto)", - "swap.swapScreen.changePool": "change pool", + "swap.swapScreen.changePool": "change dex", "swap.swapScreen.swapMinAda": "Min-ADA is the minimum ADA amount required to be contained when holding or sending Cardano native assets.", "swap.swapScreen.swapMinAdaTitle": "Min ADA", - "swap.swapScreen.swapFees": "Swap fees include the following:\n • Matchmaker Fee\n • Frontend Fee", + "swap.swapScreen.swapFees": "Swap fees include the following:\n • DEX Fee\n • Frontend Fee", "swap.swapScreen.swapFeesTitle": "Fees", - "swap.swapScreen.swapLiquidityFee": "Liquidity provider fee ({fee}%)", + "swap.swapScreen.swapLiqProvFee": "Liq. prov. fee", + "swap.swapScreen.swapLiquidityFee": "Liquidity provider fee", + "swap.swapScreen.swapLiquidityFeeInfo": "Liquidity provider fee is a fixed {fee}% operational fee from the whole transaction volume, that is taken to support DEX “liquidity” allowing traders to buy and sell assets on the decentralized Cardano network.", "swap.swapScreen.swapMinReceived": "Minimum amount of assets you can get because of the slippage tolerance.", "swap.swapScreen.swapMinReceivedTitle": "Min Received", "swap.swapScreen.enterSlippage": "Enter a value from 0% to 100%. You can also enter up to 1 decimal", @@ -172,7 +174,7 @@ "swap.swapScreen.tvl": "TVL", "swap.listOrders.completed": "completed orders", "swap.listOrders.open": "open orders", - "swap.listOrders.sheet.title": "Confirm order cancelation", + "swap.listOrders.sheet.title": "Confirm order cancellation", "swap.listOrders.card.buttonText": "Cancel order", "swap.listOrders.sheet.contentTitle": "Are you sure you want to cancel this order?", "swap.listOrders.sheet.link": "Learn more about swap orders in Yoroi", @@ -184,7 +186,8 @@ "swap.listOrders.sheet.back": "Back", "swap.listOrders.total": "Total", "swap.listOrders.liquidityPool": "Liquidity Pool", - "swap.listOrders.timeCreated": "Time Created", + "swap.listOrders.timeCreated": "Time created", + "swap.listOrders.timeCompleted": "Time completed", "swap.listOrders.txId": "Transaction ID", "swap.swapScreen.limitPriceWarningTitle": "Limit price", "swap.swapScreen.limitPriceWarningDescription": "Are you sure you want to proceed this order with the limit price that is 10% or more higher than the market price?",