update language files

This commit is contained in:
u-e 2018-12-19 12:19:53 +03:00
parent 985fb83583
commit 5f178223b0
3 changed files with 8 additions and 2 deletions

View File

@ -99,7 +99,11 @@ class WalletDetailsView extends Component {
</GrayWrapper>
{walletData.showPowerDown && (
<WalletLineItem
text={`Next power down is in ${walletData.nextVestingWithdrawal} day`}
text={`${intl.formatMessage({
id: 'profile.next_power_text',
})} ${walletData.nextVestingWithdrawal} ${intl.formatMessage({
id: 'profile.day',
})}`}
textColor="#788187"
iconName="ios-information-circle-outline"
/>

View File

@ -49,6 +49,7 @@
"steem_power": "Steem Power",
"next_power_text": "Next power down is in",
"days": "days",
"day": "day",
"steem_dollars": "Steem Dollars",
"savings": "Savings"
},

View File

@ -48,7 +48,8 @@
"voting_power": "Oylama güçü",
"steem_power": "Steem Güçü",
"next_power_text": "İleriki güç",
"days": "days içinde düşecek",
"days": "gün içinde düşecek",
"day": "gün içinde düşecek",
"steem_dollars": "Steem Dolar",
"savings": "Biriktir"
},