mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-24 17:09:13 +03:00
update language files
This commit is contained in:
parent
985fb83583
commit
5f178223b0
@ -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"
|
||||
/>
|
||||
|
@ -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"
|
||||
},
|
||||
|
@ -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"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user