Skip to content

Commit

Permalink
New translations en-us.json (Czech)
Browse files Browse the repository at this point in the history
  • Loading branch information
vsubhuman committed Oct 18, 2023
1 parent a663c54 commit 5b43983
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions apps/wallet-mobile/src/i18n/locales/cs-CZ.json
Original file line number Diff line number Diff line change
Expand Up @@ -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:\nMatchmaker Fee\n • Frontend Fee",
"swap.swapScreen.swapFees": "Swap fees include the following:\nDEX 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",
Expand All @@ -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",
Expand All @@ -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?",
Expand Down

0 comments on commit 5b43983

Please sign in to comment.