mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-22 21:01:31 +03:00
Merge branch 'master' of github.com:esteemapp/esteem-mobile into feature/pin-settings
This commit is contained in:
commit
5970cfc5fd
@ -1,6 +1,9 @@
|
|||||||
import EStyleSheet from 'react-native-extended-stylesheet';
|
import EStyleSheet from 'react-native-extended-stylesheet';
|
||||||
|
|
||||||
export default EStyleSheet.create({
|
export default EStyleSheet.create({
|
||||||
|
grayBackground: {
|
||||||
|
backgroundColor: '$noConnectionColor',
|
||||||
|
},
|
||||||
container: {
|
container: {
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
height: 45,
|
height: 45,
|
||||||
|
@ -1,19 +1,21 @@
|
|||||||
import React from 'react';
|
import React from 'react';
|
||||||
import { injectIntl } from 'react-intl';
|
import { injectIntl } from 'react-intl';
|
||||||
import { Text, SafeAreaView } from 'react-native';
|
import { Text, SafeAreaView, View } from 'react-native';
|
||||||
|
|
||||||
import { Icon } from '../../../icon';
|
import { Icon } from '../../../icon';
|
||||||
|
|
||||||
import styles from './noInternetConnectionStyle';
|
import styles from './noInternetConnectionStyle';
|
||||||
|
|
||||||
const NoInternetConnection = props => (
|
const NoInternetConnection = ({ intl }) => (
|
||||||
<SafeAreaView style={styles.container}>
|
<SafeAreaView style={styles.grayBackground}>
|
||||||
<Icon style={styles.icon} iconType="MaterialIcons" name="info" size={16} />
|
<View style={styles.container}>
|
||||||
<Text style={styles.text}>
|
<Icon style={styles.icon} iconType="MaterialIcons" name="info" size={16} />
|
||||||
{props.intl.formatMessage({
|
<Text style={styles.text}>
|
||||||
id: 'alert.no_internet',
|
{intl.formatMessage({
|
||||||
})}
|
id: 'alert.no_internet',
|
||||||
</Text>
|
})}
|
||||||
|
</Text>
|
||||||
|
</View>
|
||||||
</SafeAreaView>
|
</SafeAreaView>
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -306,5 +306,12 @@
|
|||||||
"incoming_funds": "Incoming Funds",
|
"incoming_funds": "Incoming Funds",
|
||||||
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
||||||
"estimated_weekly": "Estimated Weekly"
|
"estimated_weekly": "Estimated Weekly"
|
||||||
|
},
|
||||||
|
"promote": {
|
||||||
|
"title": "Promote",
|
||||||
|
"days": "days",
|
||||||
|
"user": "User",
|
||||||
|
"permlink": "Permlink",
|
||||||
|
"information": "Are you sure to transfer to promote?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -306,5 +306,12 @@
|
|||||||
"incoming_funds": "Incoming Funds",
|
"incoming_funds": "Incoming Funds",
|
||||||
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
||||||
"estimated_weekly": "Estimated Weekly"
|
"estimated_weekly": "Estimated Weekly"
|
||||||
|
},
|
||||||
|
"promote": {
|
||||||
|
"title": "Promote",
|
||||||
|
"days": "days",
|
||||||
|
"user": "User",
|
||||||
|
"permlink": "Permlink",
|
||||||
|
"information": "Are you sure to transfer to promote?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -306,5 +306,12 @@
|
|||||||
"incoming_funds": "Incoming Funds",
|
"incoming_funds": "Incoming Funds",
|
||||||
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
||||||
"estimated_weekly": "Estimated Weekly"
|
"estimated_weekly": "Estimated Weekly"
|
||||||
|
},
|
||||||
|
"promote": {
|
||||||
|
"title": "Promote",
|
||||||
|
"days": "days",
|
||||||
|
"user": "User",
|
||||||
|
"permlink": "Permlink",
|
||||||
|
"information": "Are you sure to transfer to promote?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -306,5 +306,12 @@
|
|||||||
"incoming_funds": "Incoming Funds",
|
"incoming_funds": "Incoming Funds",
|
||||||
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
||||||
"estimated_weekly": "Estimated Weekly"
|
"estimated_weekly": "Estimated Weekly"
|
||||||
|
},
|
||||||
|
"promote": {
|
||||||
|
"title": "Promote",
|
||||||
|
"days": "days",
|
||||||
|
"user": "User",
|
||||||
|
"permlink": "Permlink",
|
||||||
|
"information": "Are you sure to transfer to promote?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -306,5 +306,12 @@
|
|||||||
"incoming_funds": "Incoming Funds",
|
"incoming_funds": "Incoming Funds",
|
||||||
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
||||||
"estimated_weekly": "Estimated Weekly"
|
"estimated_weekly": "Estimated Weekly"
|
||||||
|
},
|
||||||
|
"promote": {
|
||||||
|
"title": "Promote",
|
||||||
|
"days": "days",
|
||||||
|
"user": "User",
|
||||||
|
"permlink": "Permlink",
|
||||||
|
"information": "Are you sure to transfer to promote?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -306,5 +306,12 @@
|
|||||||
"incoming_funds": "Incoming Funds",
|
"incoming_funds": "Incoming Funds",
|
||||||
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
||||||
"estimated_weekly": "Estimated Weekly"
|
"estimated_weekly": "Estimated Weekly"
|
||||||
|
},
|
||||||
|
"promote": {
|
||||||
|
"title": "Promote",
|
||||||
|
"days": "days",
|
||||||
|
"user": "User",
|
||||||
|
"permlink": "Permlink",
|
||||||
|
"information": "Are you sure to transfer to promote?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -306,5 +306,12 @@
|
|||||||
"incoming_funds": "Incoming Funds",
|
"incoming_funds": "Incoming Funds",
|
||||||
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
||||||
"estimated_weekly": "Estimated Weekly"
|
"estimated_weekly": "Estimated Weekly"
|
||||||
|
},
|
||||||
|
"promote": {
|
||||||
|
"title": "Promote",
|
||||||
|
"days": "days",
|
||||||
|
"user": "User",
|
||||||
|
"permlink": "Permlink",
|
||||||
|
"information": "Are you sure to transfer to promote?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -306,5 +306,12 @@
|
|||||||
"incoming_funds": "Incoming Funds",
|
"incoming_funds": "Incoming Funds",
|
||||||
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
||||||
"estimated_weekly": "Estimated Weekly"
|
"estimated_weekly": "Estimated Weekly"
|
||||||
|
},
|
||||||
|
"promote": {
|
||||||
|
"title": "Promote",
|
||||||
|
"days": "days",
|
||||||
|
"user": "User",
|
||||||
|
"permlink": "Permlink",
|
||||||
|
"information": "Are you sure to transfer to promote?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -306,5 +306,12 @@
|
|||||||
"incoming_funds": "Incoming Funds",
|
"incoming_funds": "Incoming Funds",
|
||||||
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
||||||
"estimated_weekly": "Estimated Weekly"
|
"estimated_weekly": "Estimated Weekly"
|
||||||
|
},
|
||||||
|
"promote": {
|
||||||
|
"title": "Promote",
|
||||||
|
"days": "days",
|
||||||
|
"user": "User",
|
||||||
|
"permlink": "Permlink",
|
||||||
|
"information": "Are you sure to transfer to promote?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -306,5 +306,12 @@
|
|||||||
"incoming_funds": "Incoming Funds",
|
"incoming_funds": "Incoming Funds",
|
||||||
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
||||||
"estimated_weekly": "Estimated Weekly"
|
"estimated_weekly": "Estimated Weekly"
|
||||||
|
},
|
||||||
|
"promote": {
|
||||||
|
"title": "Promote",
|
||||||
|
"days": "days",
|
||||||
|
"user": "User",
|
||||||
|
"permlink": "Permlink",
|
||||||
|
"information": "Are you sure to transfer to promote?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -306,5 +306,12 @@
|
|||||||
"incoming_funds": "Incoming Funds",
|
"incoming_funds": "Incoming Funds",
|
||||||
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
||||||
"estimated_weekly": "Estimated Weekly"
|
"estimated_weekly": "Estimated Weekly"
|
||||||
|
},
|
||||||
|
"promote": {
|
||||||
|
"title": "Promote",
|
||||||
|
"days": "days",
|
||||||
|
"user": "User",
|
||||||
|
"permlink": "Permlink",
|
||||||
|
"information": "Are you sure to transfer to promote?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -306,5 +306,12 @@
|
|||||||
"incoming_funds": "Incoming Funds",
|
"incoming_funds": "Incoming Funds",
|
||||||
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
||||||
"estimated_weekly": "Estimated Weekly"
|
"estimated_weekly": "Estimated Weekly"
|
||||||
|
},
|
||||||
|
"promote": {
|
||||||
|
"title": "Promote",
|
||||||
|
"days": "days",
|
||||||
|
"user": "User",
|
||||||
|
"permlink": "Permlink",
|
||||||
|
"information": "Are you sure to transfer to promote?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -306,5 +306,12 @@
|
|||||||
"incoming_funds": "Incoming Funds",
|
"incoming_funds": "Incoming Funds",
|
||||||
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
||||||
"estimated_weekly": "Estimated Weekly"
|
"estimated_weekly": "Estimated Weekly"
|
||||||
|
},
|
||||||
|
"promote": {
|
||||||
|
"title": "Promote",
|
||||||
|
"days": "days",
|
||||||
|
"user": "User",
|
||||||
|
"permlink": "Permlink",
|
||||||
|
"information": "Are you sure to transfer to promote?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -306,5 +306,12 @@
|
|||||||
"incoming_funds": "Incoming Funds",
|
"incoming_funds": "Incoming Funds",
|
||||||
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
||||||
"estimated_weekly": "Estimated Weekly"
|
"estimated_weekly": "Estimated Weekly"
|
||||||
|
},
|
||||||
|
"promote": {
|
||||||
|
"title": "Promote",
|
||||||
|
"days": "days",
|
||||||
|
"user": "User",
|
||||||
|
"permlink": "Permlink",
|
||||||
|
"information": "Are you sure to transfer to promote?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -306,5 +306,12 @@
|
|||||||
"incoming_funds": "Incoming Funds",
|
"incoming_funds": "Incoming Funds",
|
||||||
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
||||||
"estimated_weekly": "Estimated Weekly"
|
"estimated_weekly": "Estimated Weekly"
|
||||||
|
},
|
||||||
|
"promote": {
|
||||||
|
"title": "Promote",
|
||||||
|
"days": "days",
|
||||||
|
"user": "User",
|
||||||
|
"permlink": "Permlink",
|
||||||
|
"information": "Are you sure to transfer to promote?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -306,5 +306,12 @@
|
|||||||
"incoming_funds": "Incoming Funds",
|
"incoming_funds": "Incoming Funds",
|
||||||
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
||||||
"estimated_weekly": "Estimated Weekly"
|
"estimated_weekly": "Estimated Weekly"
|
||||||
|
},
|
||||||
|
"promote": {
|
||||||
|
"title": "Promote",
|
||||||
|
"days": "days",
|
||||||
|
"user": "User",
|
||||||
|
"permlink": "Permlink",
|
||||||
|
"information": "Are you sure to transfer to promote?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -306,5 +306,12 @@
|
|||||||
"incoming_funds": "Incoming Funds",
|
"incoming_funds": "Incoming Funds",
|
||||||
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
||||||
"estimated_weekly": "Estimated Weekly"
|
"estimated_weekly": "Estimated Weekly"
|
||||||
|
},
|
||||||
|
"promote": {
|
||||||
|
"title": "Promote",
|
||||||
|
"days": "days",
|
||||||
|
"user": "User",
|
||||||
|
"permlink": "Permlink",
|
||||||
|
"information": "Are you sure to transfer to promote?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -306,5 +306,12 @@
|
|||||||
"incoming_funds": "وجوه دریافتی",
|
"incoming_funds": "وجوه دریافتی",
|
||||||
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
||||||
"estimated_weekly": "برآورد هفتگی"
|
"estimated_weekly": "برآورد هفتگی"
|
||||||
|
},
|
||||||
|
"promote": {
|
||||||
|
"title": "Promote",
|
||||||
|
"days": "days",
|
||||||
|
"user": "User",
|
||||||
|
"permlink": "Permlink",
|
||||||
|
"information": "Are you sure to transfer to promote?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -306,5 +306,12 @@
|
|||||||
"incoming_funds": "Incoming Funds",
|
"incoming_funds": "Incoming Funds",
|
||||||
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
||||||
"estimated_weekly": "Estimated Weekly"
|
"estimated_weekly": "Estimated Weekly"
|
||||||
|
},
|
||||||
|
"promote": {
|
||||||
|
"title": "Promote",
|
||||||
|
"days": "days",
|
||||||
|
"user": "User",
|
||||||
|
"permlink": "Permlink",
|
||||||
|
"information": "Are you sure to transfer to promote?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -306,5 +306,12 @@
|
|||||||
"incoming_funds": "Incoming Funds",
|
"incoming_funds": "Incoming Funds",
|
||||||
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
||||||
"estimated_weekly": "Estimated Weekly"
|
"estimated_weekly": "Estimated Weekly"
|
||||||
|
},
|
||||||
|
"promote": {
|
||||||
|
"title": "Promote",
|
||||||
|
"days": "days",
|
||||||
|
"user": "User",
|
||||||
|
"permlink": "Permlink",
|
||||||
|
"information": "Are you sure to transfer to promote?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -306,5 +306,12 @@
|
|||||||
"incoming_funds": "Incoming Funds",
|
"incoming_funds": "Incoming Funds",
|
||||||
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
||||||
"estimated_weekly": "Estimated Weekly"
|
"estimated_weekly": "Estimated Weekly"
|
||||||
|
},
|
||||||
|
"promote": {
|
||||||
|
"title": "Promote",
|
||||||
|
"days": "days",
|
||||||
|
"user": "User",
|
||||||
|
"permlink": "Permlink",
|
||||||
|
"information": "Are you sure to transfer to promote?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -306,5 +306,12 @@
|
|||||||
"incoming_funds": "Incoming Funds",
|
"incoming_funds": "Incoming Funds",
|
||||||
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
||||||
"estimated_weekly": "Estimated Weekly"
|
"estimated_weekly": "Estimated Weekly"
|
||||||
|
},
|
||||||
|
"promote": {
|
||||||
|
"title": "Promote",
|
||||||
|
"days": "days",
|
||||||
|
"user": "User",
|
||||||
|
"permlink": "Permlink",
|
||||||
|
"information": "Are you sure to transfer to promote?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -306,5 +306,12 @@
|
|||||||
"incoming_funds": "Incoming Funds",
|
"incoming_funds": "Incoming Funds",
|
||||||
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
||||||
"estimated_weekly": "Estimated Weekly"
|
"estimated_weekly": "Estimated Weekly"
|
||||||
|
},
|
||||||
|
"promote": {
|
||||||
|
"title": "Promote",
|
||||||
|
"days": "days",
|
||||||
|
"user": "User",
|
||||||
|
"permlink": "Permlink",
|
||||||
|
"information": "Are you sure to transfer to promote?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -306,5 +306,12 @@
|
|||||||
"incoming_funds": "Incoming Funds",
|
"incoming_funds": "Incoming Funds",
|
||||||
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
||||||
"estimated_weekly": "Estimated Weekly"
|
"estimated_weekly": "Estimated Weekly"
|
||||||
|
},
|
||||||
|
"promote": {
|
||||||
|
"title": "Promote",
|
||||||
|
"days": "days",
|
||||||
|
"user": "User",
|
||||||
|
"permlink": "Permlink",
|
||||||
|
"information": "Are you sure to transfer to promote?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -306,5 +306,12 @@
|
|||||||
"incoming_funds": "Incoming Funds",
|
"incoming_funds": "Incoming Funds",
|
||||||
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
||||||
"estimated_weekly": "Estimated Weekly"
|
"estimated_weekly": "Estimated Weekly"
|
||||||
|
},
|
||||||
|
"promote": {
|
||||||
|
"title": "Promote",
|
||||||
|
"days": "days",
|
||||||
|
"user": "User",
|
||||||
|
"permlink": "Permlink",
|
||||||
|
"information": "Are you sure to transfer to promote?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -306,5 +306,12 @@
|
|||||||
"incoming_funds": "Incoming Funds",
|
"incoming_funds": "Incoming Funds",
|
||||||
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
||||||
"estimated_weekly": "Estimated Weekly"
|
"estimated_weekly": "Estimated Weekly"
|
||||||
|
},
|
||||||
|
"promote": {
|
||||||
|
"title": "Promote",
|
||||||
|
"days": "days",
|
||||||
|
"user": "User",
|
||||||
|
"permlink": "Permlink",
|
||||||
|
"information": "Are you sure to transfer to promote?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -306,5 +306,12 @@
|
|||||||
"incoming_funds": "Incoming Funds",
|
"incoming_funds": "Incoming Funds",
|
||||||
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
||||||
"estimated_weekly": "Estimated Weekly"
|
"estimated_weekly": "Estimated Weekly"
|
||||||
|
},
|
||||||
|
"promote": {
|
||||||
|
"title": "Promote",
|
||||||
|
"days": "days",
|
||||||
|
"user": "User",
|
||||||
|
"permlink": "Permlink",
|
||||||
|
"information": "Are you sure to transfer to promote?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -306,5 +306,12 @@
|
|||||||
"incoming_funds": "Bejövő tőke",
|
"incoming_funds": "Bejövő tőke",
|
||||||
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
||||||
"estimated_weekly": "Heti Becslés"
|
"estimated_weekly": "Heti Becslés"
|
||||||
|
},
|
||||||
|
"promote": {
|
||||||
|
"title": "Promote",
|
||||||
|
"days": "days",
|
||||||
|
"user": "User",
|
||||||
|
"permlink": "Permlink",
|
||||||
|
"information": "Are you sure to transfer to promote?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -306,5 +306,12 @@
|
|||||||
"incoming_funds": "Incoming Funds",
|
"incoming_funds": "Incoming Funds",
|
||||||
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
||||||
"estimated_weekly": "Estimated Weekly"
|
"estimated_weekly": "Estimated Weekly"
|
||||||
|
},
|
||||||
|
"promote": {
|
||||||
|
"title": "Promote",
|
||||||
|
"days": "days",
|
||||||
|
"user": "User",
|
||||||
|
"permlink": "Permlink",
|
||||||
|
"information": "Are you sure to transfer to promote?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -306,5 +306,12 @@
|
|||||||
"incoming_funds": "Incoming Funds",
|
"incoming_funds": "Incoming Funds",
|
||||||
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
||||||
"estimated_weekly": "Estimated Weekly"
|
"estimated_weekly": "Estimated Weekly"
|
||||||
|
},
|
||||||
|
"promote": {
|
||||||
|
"title": "Promote",
|
||||||
|
"days": "days",
|
||||||
|
"user": "User",
|
||||||
|
"permlink": "Permlink",
|
||||||
|
"information": "Are you sure to transfer to promote?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -306,5 +306,12 @@
|
|||||||
"incoming_funds": "Incoming Funds",
|
"incoming_funds": "Incoming Funds",
|
||||||
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
||||||
"estimated_weekly": "Estimated Weekly"
|
"estimated_weekly": "Estimated Weekly"
|
||||||
|
},
|
||||||
|
"promote": {
|
||||||
|
"title": "Promote",
|
||||||
|
"days": "days",
|
||||||
|
"user": "User",
|
||||||
|
"permlink": "Permlink",
|
||||||
|
"information": "Are you sure to transfer to promote?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -306,5 +306,12 @@
|
|||||||
"incoming_funds": "Incoming Funds",
|
"incoming_funds": "Incoming Funds",
|
||||||
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
||||||
"estimated_weekly": "Estimated Weekly"
|
"estimated_weekly": "Estimated Weekly"
|
||||||
|
},
|
||||||
|
"promote": {
|
||||||
|
"title": "Promote",
|
||||||
|
"days": "days",
|
||||||
|
"user": "User",
|
||||||
|
"permlink": "Permlink",
|
||||||
|
"information": "Are you sure to transfer to promote?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -306,5 +306,12 @@
|
|||||||
"incoming_funds": "Incoming Funds",
|
"incoming_funds": "Incoming Funds",
|
||||||
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
||||||
"estimated_weekly": "Estimated Weekly"
|
"estimated_weekly": "Estimated Weekly"
|
||||||
|
},
|
||||||
|
"promote": {
|
||||||
|
"title": "Promote",
|
||||||
|
"days": "days",
|
||||||
|
"user": "User",
|
||||||
|
"permlink": "Permlink",
|
||||||
|
"information": "Are you sure to transfer to promote?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -306,5 +306,12 @@
|
|||||||
"incoming_funds": "Incoming Funds",
|
"incoming_funds": "Incoming Funds",
|
||||||
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
||||||
"estimated_weekly": "Estimated Weekly"
|
"estimated_weekly": "Estimated Weekly"
|
||||||
|
},
|
||||||
|
"promote": {
|
||||||
|
"title": "Promote",
|
||||||
|
"days": "days",
|
||||||
|
"user": "User",
|
||||||
|
"permlink": "Permlink",
|
||||||
|
"information": "Are you sure to transfer to promote?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -306,5 +306,12 @@
|
|||||||
"incoming_funds": "Incoming Funds",
|
"incoming_funds": "Incoming Funds",
|
||||||
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
||||||
"estimated_weekly": "Estimated Weekly"
|
"estimated_weekly": "Estimated Weekly"
|
||||||
|
},
|
||||||
|
"promote": {
|
||||||
|
"title": "Promote",
|
||||||
|
"days": "days",
|
||||||
|
"user": "User",
|
||||||
|
"permlink": "Permlink",
|
||||||
|
"information": "Are you sure to transfer to promote?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -305,5 +305,12 @@
|
|||||||
"incoming_funds": "입금 예정 스팀",
|
"incoming_funds": "입금 예정 스팀",
|
||||||
"sc_power_down_error": "steemconnect setWithdrawVestingRoute는 아직 구현되지 않았습니다.",
|
"sc_power_down_error": "steemconnect setWithdrawVestingRoute는 아직 구현되지 않았습니다.",
|
||||||
"estimated_weekly": "주간 예상 수량"
|
"estimated_weekly": "주간 예상 수량"
|
||||||
|
},
|
||||||
|
"promote": {
|
||||||
|
"title": "Promote",
|
||||||
|
"days": "days",
|
||||||
|
"user": "User",
|
||||||
|
"permlink": "Permlink",
|
||||||
|
"information": "Are you sure to transfer to promote?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -306,5 +306,12 @@
|
|||||||
"incoming_funds": "Incoming Funds",
|
"incoming_funds": "Incoming Funds",
|
||||||
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
||||||
"estimated_weekly": "Estimated Weekly"
|
"estimated_weekly": "Estimated Weekly"
|
||||||
|
},
|
||||||
|
"promote": {
|
||||||
|
"title": "Promote",
|
||||||
|
"days": "days",
|
||||||
|
"user": "User",
|
||||||
|
"permlink": "Permlink",
|
||||||
|
"information": "Are you sure to transfer to promote?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -306,5 +306,12 @@
|
|||||||
"incoming_funds": "Incoming Funds",
|
"incoming_funds": "Incoming Funds",
|
||||||
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
||||||
"estimated_weekly": "Estimated Weekly"
|
"estimated_weekly": "Estimated Weekly"
|
||||||
|
},
|
||||||
|
"promote": {
|
||||||
|
"title": "Promote",
|
||||||
|
"days": "days",
|
||||||
|
"user": "User",
|
||||||
|
"permlink": "Permlink",
|
||||||
|
"information": "Are you sure to transfer to promote?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -306,5 +306,12 @@
|
|||||||
"incoming_funds": "Incoming Funds",
|
"incoming_funds": "Incoming Funds",
|
||||||
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
||||||
"estimated_weekly": "Estimated Weekly"
|
"estimated_weekly": "Estimated Weekly"
|
||||||
|
},
|
||||||
|
"promote": {
|
||||||
|
"title": "Promote",
|
||||||
|
"days": "days",
|
||||||
|
"user": "User",
|
||||||
|
"permlink": "Permlink",
|
||||||
|
"information": "Are you sure to transfer to promote?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -306,5 +306,12 @@
|
|||||||
"incoming_funds": "Incoming Funds",
|
"incoming_funds": "Incoming Funds",
|
||||||
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
||||||
"estimated_weekly": "Estimated Weekly"
|
"estimated_weekly": "Estimated Weekly"
|
||||||
|
},
|
||||||
|
"promote": {
|
||||||
|
"title": "Promote",
|
||||||
|
"days": "days",
|
||||||
|
"user": "User",
|
||||||
|
"permlink": "Permlink",
|
||||||
|
"information": "Are you sure to transfer to promote?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -306,5 +306,12 @@
|
|||||||
"incoming_funds": "Incoming Funds",
|
"incoming_funds": "Incoming Funds",
|
||||||
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
||||||
"estimated_weekly": "Estimated Weekly"
|
"estimated_weekly": "Estimated Weekly"
|
||||||
|
},
|
||||||
|
"promote": {
|
||||||
|
"title": "Promote",
|
||||||
|
"days": "days",
|
||||||
|
"user": "User",
|
||||||
|
"permlink": "Permlink",
|
||||||
|
"information": "Are you sure to transfer to promote?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -306,5 +306,12 @@
|
|||||||
"incoming_funds": "Incoming Funds",
|
"incoming_funds": "Incoming Funds",
|
||||||
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
||||||
"estimated_weekly": "Estimated Weekly"
|
"estimated_weekly": "Estimated Weekly"
|
||||||
|
},
|
||||||
|
"promote": {
|
||||||
|
"title": "Promote",
|
||||||
|
"days": "days",
|
||||||
|
"user": "User",
|
||||||
|
"permlink": "Permlink",
|
||||||
|
"information": "Are you sure to transfer to promote?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -306,5 +306,12 @@
|
|||||||
"incoming_funds": "Incoming Funds",
|
"incoming_funds": "Incoming Funds",
|
||||||
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
||||||
"estimated_weekly": "Estimated Weekly"
|
"estimated_weekly": "Estimated Weekly"
|
||||||
|
},
|
||||||
|
"promote": {
|
||||||
|
"title": "Promote",
|
||||||
|
"days": "days",
|
||||||
|
"user": "User",
|
||||||
|
"permlink": "Permlink",
|
||||||
|
"information": "Are you sure to transfer to promote?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -306,5 +306,12 @@
|
|||||||
"incoming_funds": "Wang masuk",
|
"incoming_funds": "Wang masuk",
|
||||||
"sc_power_down_error": "Sambungan Steem dan setWithdrawVestingRoute belum dilaksanakan.",
|
"sc_power_down_error": "Sambungan Steem dan setWithdrawVestingRoute belum dilaksanakan.",
|
||||||
"estimated_weekly": "Anggaran Mingguan"
|
"estimated_weekly": "Anggaran Mingguan"
|
||||||
|
},
|
||||||
|
"promote": {
|
||||||
|
"title": "Promote",
|
||||||
|
"days": "days",
|
||||||
|
"user": "User",
|
||||||
|
"permlink": "Permlink",
|
||||||
|
"information": "Are you sure to transfer to promote?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -306,5 +306,12 @@
|
|||||||
"incoming_funds": "Incoming Funds",
|
"incoming_funds": "Incoming Funds",
|
||||||
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
||||||
"estimated_weekly": "Estimated Weekly"
|
"estimated_weekly": "Estimated Weekly"
|
||||||
|
},
|
||||||
|
"promote": {
|
||||||
|
"title": "Promote",
|
||||||
|
"days": "days",
|
||||||
|
"user": "User",
|
||||||
|
"permlink": "Permlink",
|
||||||
|
"information": "Are you sure to transfer to promote?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -306,5 +306,12 @@
|
|||||||
"incoming_funds": "Incoming Funds",
|
"incoming_funds": "Incoming Funds",
|
||||||
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
||||||
"estimated_weekly": "Estimated Weekly"
|
"estimated_weekly": "Estimated Weekly"
|
||||||
|
},
|
||||||
|
"promote": {
|
||||||
|
"title": "Promote",
|
||||||
|
"days": "days",
|
||||||
|
"user": "User",
|
||||||
|
"permlink": "Permlink",
|
||||||
|
"information": "Are you sure to transfer to promote?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -306,5 +306,12 @@
|
|||||||
"incoming_funds": "Incoming Funds",
|
"incoming_funds": "Incoming Funds",
|
||||||
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
||||||
"estimated_weekly": "Estimated Weekly"
|
"estimated_weekly": "Estimated Weekly"
|
||||||
|
},
|
||||||
|
"promote": {
|
||||||
|
"title": "Promote",
|
||||||
|
"days": "days",
|
||||||
|
"user": "User",
|
||||||
|
"permlink": "Permlink",
|
||||||
|
"information": "Are you sure to transfer to promote?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -306,5 +306,12 @@
|
|||||||
"incoming_funds": "Incoming Funds",
|
"incoming_funds": "Incoming Funds",
|
||||||
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
||||||
"estimated_weekly": "Estimated Weekly"
|
"estimated_weekly": "Estimated Weekly"
|
||||||
|
},
|
||||||
|
"promote": {
|
||||||
|
"title": "Promote",
|
||||||
|
"days": "days",
|
||||||
|
"user": "User",
|
||||||
|
"permlink": "Permlink",
|
||||||
|
"information": "Are you sure to transfer to promote?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -306,5 +306,12 @@
|
|||||||
"incoming_funds": "Incoming Funds",
|
"incoming_funds": "Incoming Funds",
|
||||||
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
||||||
"estimated_weekly": "Estimated Weekly"
|
"estimated_weekly": "Estimated Weekly"
|
||||||
|
},
|
||||||
|
"promote": {
|
||||||
|
"title": "Promote",
|
||||||
|
"days": "days",
|
||||||
|
"user": "User",
|
||||||
|
"permlink": "Permlink",
|
||||||
|
"information": "Are you sure to transfer to promote?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -306,5 +306,12 @@
|
|||||||
"incoming_funds": "Incoming Funds",
|
"incoming_funds": "Incoming Funds",
|
||||||
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
||||||
"estimated_weekly": "Estimated Weekly"
|
"estimated_weekly": "Estimated Weekly"
|
||||||
|
},
|
||||||
|
"promote": {
|
||||||
|
"title": "Promote",
|
||||||
|
"days": "days",
|
||||||
|
"user": "User",
|
||||||
|
"permlink": "Permlink",
|
||||||
|
"information": "Are you sure to transfer to promote?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -306,5 +306,12 @@
|
|||||||
"incoming_funds": "Fundos recebidos",
|
"incoming_funds": "Fundos recebidos",
|
||||||
"sc_power_down_error": "Steem conecta setWithdrawVestingRoute ainda não implementado.",
|
"sc_power_down_error": "Steem conecta setWithdrawVestingRoute ainda não implementado.",
|
||||||
"estimated_weekly": "Estimado Semanalmente"
|
"estimated_weekly": "Estimado Semanalmente"
|
||||||
|
},
|
||||||
|
"promote": {
|
||||||
|
"title": "Promover",
|
||||||
|
"days": "dias",
|
||||||
|
"user": "Utilizador",
|
||||||
|
"permlink": "Permlink",
|
||||||
|
"information": "Tem certeza que deseja transferir para promover?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -306,5 +306,12 @@
|
|||||||
"incoming_funds": "Fondurile Primite",
|
"incoming_funds": "Fondurile Primite",
|
||||||
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
||||||
"estimated_weekly": "Estimated Weekly"
|
"estimated_weekly": "Estimated Weekly"
|
||||||
|
},
|
||||||
|
"promote": {
|
||||||
|
"title": "Promote",
|
||||||
|
"days": "days",
|
||||||
|
"user": "User",
|
||||||
|
"permlink": "Permlink",
|
||||||
|
"information": "Are you sure to transfer to promote?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -306,5 +306,12 @@
|
|||||||
"incoming_funds": "Входящие средства",
|
"incoming_funds": "Входящие средства",
|
||||||
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
||||||
"estimated_weekly": "Estimated Weekly"
|
"estimated_weekly": "Estimated Weekly"
|
||||||
|
},
|
||||||
|
"promote": {
|
||||||
|
"title": "Promote",
|
||||||
|
"days": "days",
|
||||||
|
"user": "User",
|
||||||
|
"permlink": "Permlink",
|
||||||
|
"information": "Are you sure to transfer to promote?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -306,5 +306,12 @@
|
|||||||
"incoming_funds": "Incoming Funds",
|
"incoming_funds": "Incoming Funds",
|
||||||
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
||||||
"estimated_weekly": "Estimated Weekly"
|
"estimated_weekly": "Estimated Weekly"
|
||||||
|
},
|
||||||
|
"promote": {
|
||||||
|
"title": "Promote",
|
||||||
|
"days": "days",
|
||||||
|
"user": "User",
|
||||||
|
"permlink": "Permlink",
|
||||||
|
"information": "Are you sure to transfer to promote?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -306,5 +306,12 @@
|
|||||||
"incoming_funds": "Incoming Funds",
|
"incoming_funds": "Incoming Funds",
|
||||||
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
||||||
"estimated_weekly": "Estimated Weekly"
|
"estimated_weekly": "Estimated Weekly"
|
||||||
|
},
|
||||||
|
"promote": {
|
||||||
|
"title": "Promote",
|
||||||
|
"days": "days",
|
||||||
|
"user": "User",
|
||||||
|
"permlink": "Permlink",
|
||||||
|
"information": "Are you sure to transfer to promote?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -306,5 +306,12 @@
|
|||||||
"incoming_funds": "Incoming Funds",
|
"incoming_funds": "Incoming Funds",
|
||||||
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
||||||
"estimated_weekly": "Estimated Weekly"
|
"estimated_weekly": "Estimated Weekly"
|
||||||
|
},
|
||||||
|
"promote": {
|
||||||
|
"title": "Promote",
|
||||||
|
"days": "days",
|
||||||
|
"user": "User",
|
||||||
|
"permlink": "Permlink",
|
||||||
|
"information": "Are you sure to transfer to promote?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -306,5 +306,12 @@
|
|||||||
"incoming_funds": "Incoming Funds",
|
"incoming_funds": "Incoming Funds",
|
||||||
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
||||||
"estimated_weekly": "Estimated Weekly"
|
"estimated_weekly": "Estimated Weekly"
|
||||||
|
},
|
||||||
|
"promote": {
|
||||||
|
"title": "Promote",
|
||||||
|
"days": "days",
|
||||||
|
"user": "User",
|
||||||
|
"permlink": "Permlink",
|
||||||
|
"information": "Are you sure to transfer to promote?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -306,5 +306,12 @@
|
|||||||
"incoming_funds": "Incoming Funds",
|
"incoming_funds": "Incoming Funds",
|
||||||
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
||||||
"estimated_weekly": "Estimated Weekly"
|
"estimated_weekly": "Estimated Weekly"
|
||||||
|
},
|
||||||
|
"promote": {
|
||||||
|
"title": "Promote",
|
||||||
|
"days": "days",
|
||||||
|
"user": "User",
|
||||||
|
"permlink": "Permlink",
|
||||||
|
"information": "Are you sure to transfer to promote?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -306,5 +306,12 @@
|
|||||||
"incoming_funds": "Incoming Funds",
|
"incoming_funds": "Incoming Funds",
|
||||||
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
||||||
"estimated_weekly": "Estimated Weekly"
|
"estimated_weekly": "Estimated Weekly"
|
||||||
|
},
|
||||||
|
"promote": {
|
||||||
|
"title": "Promote",
|
||||||
|
"days": "days",
|
||||||
|
"user": "User",
|
||||||
|
"permlink": "Permlink",
|
||||||
|
"information": "Are you sure to transfer to promote?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -306,5 +306,12 @@
|
|||||||
"incoming_funds": "Incoming Funds",
|
"incoming_funds": "Incoming Funds",
|
||||||
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
||||||
"estimated_weekly": "Estimated Weekly"
|
"estimated_weekly": "Estimated Weekly"
|
||||||
|
},
|
||||||
|
"promote": {
|
||||||
|
"title": "Promote",
|
||||||
|
"days": "days",
|
||||||
|
"user": "User",
|
||||||
|
"permlink": "Permlink",
|
||||||
|
"information": "Are you sure to transfer to promote?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -306,5 +306,12 @@
|
|||||||
"incoming_funds": "Incoming Funds",
|
"incoming_funds": "Incoming Funds",
|
||||||
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
||||||
"estimated_weekly": "Estimated Weekly"
|
"estimated_weekly": "Estimated Weekly"
|
||||||
|
},
|
||||||
|
"promote": {
|
||||||
|
"title": "Promote",
|
||||||
|
"days": "days",
|
||||||
|
"user": "User",
|
||||||
|
"permlink": "Permlink",
|
||||||
|
"information": "Are you sure to transfer to promote?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -306,5 +306,12 @@
|
|||||||
"incoming_funds": "Incoming Funds",
|
"incoming_funds": "Incoming Funds",
|
||||||
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
||||||
"estimated_weekly": "Estimated Weekly"
|
"estimated_weekly": "Estimated Weekly"
|
||||||
|
},
|
||||||
|
"promote": {
|
||||||
|
"title": "Promote",
|
||||||
|
"days": "days",
|
||||||
|
"user": "User",
|
||||||
|
"permlink": "Permlink",
|
||||||
|
"information": "Are you sure to transfer to promote?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -306,5 +306,12 @@
|
|||||||
"incoming_funds": "Incoming Funds",
|
"incoming_funds": "Incoming Funds",
|
||||||
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
||||||
"estimated_weekly": "Estimated Weekly"
|
"estimated_weekly": "Estimated Weekly"
|
||||||
|
},
|
||||||
|
"promote": {
|
||||||
|
"title": "Promote",
|
||||||
|
"days": "days",
|
||||||
|
"user": "User",
|
||||||
|
"permlink": "Permlink",
|
||||||
|
"information": "Are you sure to transfer to promote?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -306,5 +306,12 @@
|
|||||||
"incoming_funds": "Incoming Funds",
|
"incoming_funds": "Incoming Funds",
|
||||||
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
||||||
"estimated_weekly": "Estimated Weekly"
|
"estimated_weekly": "Estimated Weekly"
|
||||||
|
},
|
||||||
|
"promote": {
|
||||||
|
"title": "Promote",
|
||||||
|
"days": "days",
|
||||||
|
"user": "User",
|
||||||
|
"permlink": "Permlink",
|
||||||
|
"information": "Are you sure to transfer to promote?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -306,5 +306,12 @@
|
|||||||
"incoming_funds": "Incoming Funds",
|
"incoming_funds": "Incoming Funds",
|
||||||
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
||||||
"estimated_weekly": "Estimated Weekly"
|
"estimated_weekly": "Estimated Weekly"
|
||||||
|
},
|
||||||
|
"promote": {
|
||||||
|
"title": "Promote",
|
||||||
|
"days": "days",
|
||||||
|
"user": "User",
|
||||||
|
"permlink": "Permlink",
|
||||||
|
"information": "Are you sure to transfer to promote?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -306,5 +306,12 @@
|
|||||||
"incoming_funds": "Incoming Funds",
|
"incoming_funds": "Incoming Funds",
|
||||||
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
||||||
"estimated_weekly": "Estimated Weekly"
|
"estimated_weekly": "Estimated Weekly"
|
||||||
|
},
|
||||||
|
"promote": {
|
||||||
|
"title": "Promote",
|
||||||
|
"days": "days",
|
||||||
|
"user": "User",
|
||||||
|
"permlink": "Permlink",
|
||||||
|
"information": "Are you sure to transfer to promote?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -306,5 +306,12 @@
|
|||||||
"incoming_funds": "Incoming Funds",
|
"incoming_funds": "Incoming Funds",
|
||||||
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
||||||
"estimated_weekly": "Estimated Weekly"
|
"estimated_weekly": "Estimated Weekly"
|
||||||
|
},
|
||||||
|
"promote": {
|
||||||
|
"title": "Promote",
|
||||||
|
"days": "days",
|
||||||
|
"user": "User",
|
||||||
|
"permlink": "Permlink",
|
||||||
|
"information": "Are you sure to transfer to promote?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -306,5 +306,12 @@
|
|||||||
"incoming_funds": "Incoming Funds",
|
"incoming_funds": "Incoming Funds",
|
||||||
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
||||||
"estimated_weekly": "Estimated Weekly"
|
"estimated_weekly": "Estimated Weekly"
|
||||||
|
},
|
||||||
|
"promote": {
|
||||||
|
"title": "Promote",
|
||||||
|
"days": "days",
|
||||||
|
"user": "User",
|
||||||
|
"permlink": "Permlink",
|
||||||
|
"information": "Are you sure to transfer to promote?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -306,5 +306,12 @@
|
|||||||
"incoming_funds": "Incoming Funds",
|
"incoming_funds": "Incoming Funds",
|
||||||
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
||||||
"estimated_weekly": "Estimated Weekly"
|
"estimated_weekly": "Estimated Weekly"
|
||||||
|
},
|
||||||
|
"promote": {
|
||||||
|
"title": "Promote",
|
||||||
|
"days": "days",
|
||||||
|
"user": "User",
|
||||||
|
"permlink": "Permlink",
|
||||||
|
"information": "Are you sure to transfer to promote?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -305,5 +305,12 @@
|
|||||||
"incoming_funds": "Các quỹ sắp có",
|
"incoming_funds": "Các quỹ sắp có",
|
||||||
"sc_power_down_error": "Kết nối Steem để thiết lập LệnhRútCổphần chưa được triển khai.",
|
"sc_power_down_error": "Kết nối Steem để thiết lập LệnhRútCổphần chưa được triển khai.",
|
||||||
"estimated_weekly": "Dự kiến hàng tuần"
|
"estimated_weekly": "Dự kiến hàng tuần"
|
||||||
|
},
|
||||||
|
"promote": {
|
||||||
|
"title": "Promote",
|
||||||
|
"days": "days",
|
||||||
|
"user": "User",
|
||||||
|
"permlink": "Permlink",
|
||||||
|
"information": "Are you sure to transfer to promote?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -306,5 +306,12 @@
|
|||||||
"incoming_funds": "Incoming Funds",
|
"incoming_funds": "Incoming Funds",
|
||||||
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
||||||
"estimated_weekly": "Estimated Weekly"
|
"estimated_weekly": "Estimated Weekly"
|
||||||
|
},
|
||||||
|
"promote": {
|
||||||
|
"title": "Promote",
|
||||||
|
"days": "days",
|
||||||
|
"user": "User",
|
||||||
|
"permlink": "Permlink",
|
||||||
|
"information": "Are you sure to transfer to promote?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -306,5 +306,12 @@
|
|||||||
"incoming_funds": "Incoming Funds",
|
"incoming_funds": "Incoming Funds",
|
||||||
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
||||||
"estimated_weekly": "Estimated Weekly"
|
"estimated_weekly": "Estimated Weekly"
|
||||||
|
},
|
||||||
|
"promote": {
|
||||||
|
"title": "Promote",
|
||||||
|
"days": "days",
|
||||||
|
"user": "User",
|
||||||
|
"permlink": "Permlink",
|
||||||
|
"information": "Are you sure to transfer to promote?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -306,5 +306,12 @@
|
|||||||
"incoming_funds": "Incoming Funds",
|
"incoming_funds": "Incoming Funds",
|
||||||
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
"sc_power_down_error": "Steem connect setWithdrawVestingRoute not implemented yet.",
|
||||||
"estimated_weekly": "Estimated Weekly"
|
"estimated_weekly": "Estimated Weekly"
|
||||||
|
},
|
||||||
|
"promote": {
|
||||||
|
"title": "Promote",
|
||||||
|
"days": "days",
|
||||||
|
"user": "User",
|
||||||
|
"permlink": "Permlink",
|
||||||
|
"information": "Are you sure to transfer to promote?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user