Skip to content

Commit

Permalink
Remove empty lines from translation file
Browse files Browse the repository at this point in the history
  • Loading branch information
lotinasa committed Mar 15, 2023
1 parent 20a4309 commit 8ed40ee
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -912,12 +912,10 @@
"title": "Provide Liquidity",
"description": "<h1>Description</h1><p>Liquidity providing involves users depositing stablecoin collateral into a smart contract-based liquidity pool for Overtime trading. The collateral deposited is used to facilitate trading on Overtime's AMM.</p><p>To be able to provide liquidity you'll need to be staking THALES. There's no maximum cap per wallet and you may deposit a maximum of 1 {{currency}} per {{thalesStakedAmount}} THALES staked until the liquidity pool is filled.</p><p>At the end of each round, the proportional share of that round's PnL will be added to your deposited balance.</p><p>If you wish to withdraw, you can signal that at any time during the ongoing round, and at the end of the round your balance (inclusive of that round's PnL) is sent to you. To withdraw, you need to have at least {{thalesStakedAmount}} THALES staked per each {{currency}} you are withdrawing.</p><p>If you decide to unstake THALES while providing liquidity, please be aware that you'll need to signal a withdrawal from the liquidity pool first.</p><p>Providing liquidity exposes you to various risks including potential losses due to users winning in trading as well as smart contract security risks. Please make sure you understand these risks before depositing.</p><p><tipLink>TIP-99</tipLink> has more details on the technical implementation of Overtime liquidity providing.</p>",
"variables": "<h1>Variables</h1><ul><li>Max total deposit: {{maxAllowedDeposit}}</li><li>Max users in the pool: {{maxAllowedUsers}}</li><li>Minimum deposit: {{minDepositAmount}}</li><li>Round duration: {{roundLength}} days</li></ul>",

"liquidity-pool-not-started-message": "The liquidity pool has not started",
"liquidity-pool-paused-message": "The liquidity pool is paused",
"round-end-label": "The round ends in",
"round-ended-label": "Round ended",

"total-info-label": "Total LP info",
"users-in-liquidity-pool-label": "Users in the liquidity pool: {{number}} / {{max}}",
"your-share-label": "Your share: {{percentage}} of LP",
Expand All @@ -929,7 +927,6 @@
"allowance-multiplier-label": "Allowance multiplier",
"withdrawal-request-label": "Withdrawal request: {{amount}}",
"estimated-amount-tooltip": "This is an estimated amount. The actual amount will be calculated upon closing the current round based on the round PnL.",

"deposit-amount-placeholder": "Enter amount",
"available-to-withdraw-label": "Available to withdraw: <bold>{{amount}}</bold>",
"nothing-to-withdraw-label": "Nothing to withdraw.",
Expand All @@ -944,7 +941,6 @@
"deposit-min-amount-error": "The minimum amount for the deposit is {{amount}}",
"withdrawal-deposit-warning": "You cannot withdraw as you already deposited for the next round.",
"withdrawal-staked-thales-warning": "You cannot withdraw as you need more staked THALES to withdraw. Stake {{amount}} THALES more to enable withdrawal.",

"tabs": {
"deposit": "Deposit",
"withdraw": "Withdraw"
Expand Down

0 comments on commit 8ed40ee

Please sign in to comment.