From b870d18d7a971949689e16267482c6ffb3b43539 Mon Sep 17 00:00:00 2001 From: Ruslan Dudin Date: Mon, 22 Apr 2024 13:45:34 +0300 Subject: [PATCH] New translations en-us.json (Russian) --- .../wallet-mobile/src/i18n/locales/ru-RU.json | 20 ++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/apps/wallet-mobile/src/i18n/locales/ru-RU.json b/apps/wallet-mobile/src/i18n/locales/ru-RU.json index dae214022d..2e834587fb 100644 --- a/apps/wallet-mobile/src/i18n/locales/ru-RU.json +++ b/apps/wallet-mobile/src/i18n/locales/ru-RU.json @@ -201,6 +201,19 @@ "components.login.appstartscreen.loginButton": "Вход", "components.login.custompinlogin.title": "Ввести PIN", "components.ma.assetSelector.placeHolder": "Выберите актив", + "components.pooltransition.title": "Upgrade your stake pool", + "components.pooltransition.warning": "The current stake pool you're using will soon close. Migrate to the new EMURGO pool to sustain reward generation.", + "components.pooltransition.finalWarning": "The current stake pool you're using is decommissioned and NOT generating reward anymore. Update it to continue earning", + "components.pooltransition.currentPool": "Current pool", + "components.pooltransition.newPool": "New pool", + "components.pooltransition.estimatedRoa": "Estimated ROA", + "components.pooltransition.fee": "Fee", + "components.pooltransition.poolGeneratesRewards": "This pool continues to generate staking rewards", + "components.pooltransition.poolNoRewards": "This pool is NOT generating staking rewards anymore", + "components.pooltransition.poolWillStopRewards": "This pool will stop generating rewards in", + "components.pooltransition.skipNoRewards": "Skip and stop receiving rewards", + "components.pooltransition.updateKeepEarning": "Update now and keep earning", + "components.pooltransition.update": "Update pool", "components.receive.addressmodal.BIP32path": "Начало пути", "components.receive.addressmodal.copiedLabel": "Скопировано", "components.receive.addressmodal.copyLabel": "Cкопировать адрес ", @@ -440,6 +453,10 @@ "components.stakingcenter.delegationbyid.stakePoolId": "ID стейк-пула", "components.stakingcenter.delegationbyid.title": "Делегировать по ID", "components.stakingcenter.delegationTxBuildError": "Ошибка при построении транзакции делегирования", + "components.stakingcenter.failedDelegation.notEnoughFunds": "Not enough funds", + "components.stakingcenter.failedDelegation.noFundsToProcess": "Your transaction cannot be processed due to lack of funds on your wallet balance", + "components.stakingcenter.failedDelegation.buyAda": "Buy ada", + "components.stakingcenter.failedDelegation.goToMain": "Go to main wallet page", "components.stakingcenter.noPoolDataDialog.message": "Данные, из выбранных вами стейк-пулов, недействительны. Пожалуйста, попробуйте снова", "components.stakingcenter.noPoolDataDialog.title": "Неверные данные пула", "components.stakingcenter.pooldetailscreen.title": "ТЕСТОВЫЙ ПУЛ", @@ -829,6 +846,7 @@ "menu.allWallets": "Все кошельки", "menu.appSettings": "App Settings", "menu.catalystVoting": "Голосование Catalyst", + "menu.staking": "Staking center", "menu.governanceCentre": "Governance centre", "menu.knowledgeBase": "База знаний", "menu.releases": "Releases", @@ -1019,4 +1037,4 @@ "discover.discoverList.openDApp": "Open DApp", "discover.discoverList.disconnectWalletFromDApp": "Disconnect wallet from DApp", "discover.discoverList.dAppActions": "DApp actions" -} \ No newline at end of file +}