fixed conflits

This commit is contained in:
ue 2019-12-14 16:26:48 +03:00
commit 5c96bea046
141 changed files with 3545 additions and 1870 deletions

1
.gitignore vendored
View File

@ -66,3 +66,4 @@ keystore/
package-lock.json package-lock.json
my-release-key.keystore my-release-key.keystore
gradle.properties gradle.properties
ios/eSteem.xcworkspace/xcuserdata/f.xcuserdatad/UserInterfaceState.xcuserstate

View File

@ -222,3 +222,4 @@ task copyDownloadableDepsToLibs(type: Copy) {
} }
apply from: file("../../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesAppBuildGradle(project) apply from: file("../../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesAppBuildGradle(project)
apply from: "../../node_modules/react-native-vector-icons/fonts.gradle"

View File

@ -296,7 +296,7 @@ PODS:
- RSKImageCropper - RSKImageCropper
- RNReanimated (1.3.0): - RNReanimated (1.3.0):
- React - React
- RNScreens (2.0.0-alpha.16): - RNScreens (2.0.0-alpha.18):
- React - React
- RNSVG (9.11.1): - RNSVG (9.11.1):
- React - React
@ -520,7 +520,7 @@ SPEC CHECKSUMS:
RNIap: b4c77c8bc4501203f4b743126a05da23f10f40b4 RNIap: b4c77c8bc4501203f4b743126a05da23f10f40b4
RNImageCropPicker: bfb3ea9c8622f290532e2fe63f369e0d5a52f597 RNImageCropPicker: bfb3ea9c8622f290532e2fe63f369e0d5a52f597
RNReanimated: 6abbbae2e5e72609d85aabd92a982a94566885f1 RNReanimated: 6abbbae2e5e72609d85aabd92a982a94566885f1
RNScreens: 6f748645b4037f2579b363862754dd458d8ce376 RNScreens: 5a7b407132e42765bb136932d2a84bdb90c3ef33
RNSVG: be27aa7c58819f97399388ae53d7fa0572f32c7f RNSVG: be27aa7c58819f97399388ae53d7fa0572f32c7f
RNVectorIcons: 0bb4def82230be1333ddaeee9fcba45f0b288ed4 RNVectorIcons: 0bb4def82230be1333ddaeee9fcba45f0b288ed4
RSKImageCropper: a446db0e8444a036b34f3c43db01b2373baa4b2a RSKImageCropper: a446db0e8444a036b34f3c43db01b2373baa4b2a

View File

@ -929,7 +929,7 @@
); );
PRODUCT_BUNDLE_IDENTIFIER = app.esteem.mobile.ios; PRODUCT_BUNDLE_IDENTIFIER = app.esteem.mobile.ios;
PRODUCT_NAME = eSteem; PRODUCT_NAME = eSteem;
PROVISIONING_PROFILE_SPECIFIER = dev09Dec; PROVISIONING_PROFILE_SPECIFIER = dev;
TARGETED_DEVICE_FAMILY = "1,2"; TARGETED_DEVICE_FAMILY = "1,2";
VERSIONING_SYSTEM = "apple-generic"; VERSIONING_SYSTEM = "apple-generic";
}; };

View File

@ -4,7 +4,5 @@
<dict> <dict>
<key>aps-environment</key> <key>aps-environment</key>
<string>development</string> <string>development</string>
<key>com.apple.developer.associated-domains</key>
<array/>
</dict> </dict>
</plist> </plist>

View File

@ -26,6 +26,8 @@
"@esteemapp/esteem-render-helpers": "^1.2.2", "@esteemapp/esteem-render-helpers": "^1.2.2",
"@ptomasroos/react-native-multi-slider": "^1.0.0", "@ptomasroos/react-native-multi-slider": "^1.0.0",
"@react-native-community/cameraroll": "^1.3.0", "@react-native-community/cameraroll": "^1.3.0",
"@esteemapp/react-native-autocomplete-input": "^4.2.1",
"@esteemapp/react-native-multi-slider": "^1.1.0",
"@react-native-community/netinfo": "^4.1.3", "@react-native-community/netinfo": "^4.1.3",
"appcenter": "^2.6.0", "appcenter": "^2.6.0",
"appcenter-analytics": "^2.6.0", "appcenter-analytics": "^2.6.0",
@ -49,7 +51,6 @@
"react-intl": "^3.3.1", "react-intl": "^3.3.1",
"react-native": "0.61.2", "react-native": "0.61.2",
"react-native-actionsheet": "^2.4.2", "react-native-actionsheet": "^2.4.2",
"react-native-autocomplete-input": "^4.1.0",
"react-native-autoheight-webview": "^1.2.2", "react-native-autoheight-webview": "^1.2.2",
"react-native-code-push": "esteemapp/react-native-code-push", "react-native-code-push": "esteemapp/react-native-code-push",
"react-native-config": "luggit/react-native-config#master", "react-native-config": "luggit/react-native-config#master",
@ -61,14 +62,13 @@
"react-native-iap": "3.4.15", "react-native-iap": "3.4.15",
"react-native-image-crop-picker": "^0.25.2", "react-native-image-crop-picker": "^0.25.2",
"react-native-image-zoom-viewer": "^2.2.27", "react-native-image-zoom-viewer": "^2.2.27",
"react-native-keyboard-aware-scroll-view": "^0.8.0", "react-native-keyboard-aware-scroll-view": "^0.9.1",
"react-native-linear-gradient": "^2.4.2", "react-native-linear-gradient": "^2.4.2",
"react-native-modal-dropdown": "^0.7.0", "react-native-modal-dropdown": "^0.7.0",
"react-native-modal-popover": "0.0.12", "react-native-modal-popover": "0.0.12",
"react-native-navigation-bar-color": "^0.1.0", "react-native-navigation-bar-color": "^0.1.0",
"react-native-reanimated": "^1.3.0", "react-native-reanimated": "^1.3.0",
"react-native-render-html": "^4.1.2", "react-native-render-html": "^4.1.2",
"react-native-screens": "^2.0.0-alpha.16",
"react-native-scrollable-tab-view": "esteemapp/react-native-scrollable-tab-view", "react-native-scrollable-tab-view": "esteemapp/react-native-scrollable-tab-view",
"react-native-slider": "^0.11.0", "react-native-slider": "^0.11.0",
"react-native-snap-carousel": "^3.8.0", "react-native-snap-carousel": "^3.8.0",
@ -79,9 +79,9 @@
"react-native-version-number": "^0.3.5", "react-native-version-number": "^0.3.5",
"react-native-webview": "^7.5.2", "react-native-webview": "^7.5.2",
"react-navigation": "^4.0.10", "react-navigation": "^4.0.10",
"react-navigation-drawer": "^2.2.2", "react-navigation-drawer": "^2.3.3",
"react-navigation-redux-helpers": "^2.0.8", "react-navigation-redux-helpers": "^2.0.8",
"react-navigation-stack": "^1.9.3", "react-navigation-stack": "1.10.3",
"react-navigation-tabs": "^2.6.2", "react-navigation-tabs": "^2.6.2",
"react-redux": "^7.1.1", "react-redux": "^7.1.1",
"redux": "^4.0.4", "redux": "^4.0.4",

View File

@ -6,7 +6,7 @@ const deviceWidth = Dimensions.get('window').width;
export default EStyleSheet.create({ export default EStyleSheet.create({
wrapper: { wrapper: {
width: '$deviceWidth', width: deviceWidth,
position: 'absolute', position: 'absolute',
bottom: 0, bottom: 0,
left: 0, left: 0,
@ -23,7 +23,7 @@ export default EStyleSheet.create({
navItem: { navItem: {
alignItems: 'center', alignItems: 'center',
zIndex: 0, zIndex: 0,
paddingVertical: scalePx(8), paddingVertical: scalePx(10),
paddingHorizontal: scalePx(10), paddingHorizontal: scalePx(10),
width: (deviceWidth - scalePx(38)) / 5, width: (deviceWidth - scalePx(38)) / 5,
}, },

View File

@ -8,7 +8,7 @@ import { getTimeFromNow } from '../../../utils/time';
// Constants // Constants
// Components // Components
import { PostBody, PostHeaderDescription } from '../../postElements'; import { CommentBody, PostHeaderDescription } from '../../postElements';
import { Upvote } from '../../upvote'; import { Upvote } from '../../upvote';
import { IconButton } from '../../iconButton'; import { IconButton } from '../../iconButton';
import { Comments } from '../../comments'; import { Comments } from '../../comments';
@ -63,8 +63,7 @@ const CommentView = ({
isHideImage={isHideImage} isHideImage={isHideImage}
/> />
<View style={[{ marginLeft: marginLeft || 29 }, styles.bodyWrapper]}> <View style={[{ marginLeft: marginLeft || 29 }, styles.bodyWrapper]}>
<PostBody <CommentBody
isComment
commentDepth={comment.depth} commentDepth={comment.depth}
handleOnUserPress={handleOnUserPress} handleOnUserPress={handleOnUserPress}
body={comment.body} body={comment.body}

View File

@ -137,7 +137,7 @@ class CommentsContainer extends Component {
} else if (author && permlink) { } else if (author && permlink) {
await getComments(author, permlink, name) await getComments(author, permlink, name)
.then(comments => { .then(comments => {
if (selectedFilter && selectedFilter !== 'trending') { if (selectedFilter) {
const sortComments = this._shortComments(selectedFilter, comments); const sortComments = this._shortComments(selectedFilter, comments);
this.setState({ this.setState({
comments: sortComments, comments: sortComments,

View File

@ -1,25 +0,0 @@
import React, { PureComponent } from 'react';
import CommentsDisplayView from '../view/commentsDisplayView';
/*
* Props Name Description Value
*@props --> props name here description here Value Type Here
*
*/
class CommentsContainer extends PureComponent {
constructor(props) {
super(props);
this.state = {};
}
// Component Life Cycle Functions
// Component Functions
render() {
return <CommentsDisplayView {...this.props} />;
}
}
export default CommentsContainer;

View File

@ -1,5 +1,4 @@
import CommentsDisplayView from './view/commentsDisplayView'; import CommentsDisplay from './view/commentsDisplayView';
import CommentsDisplay from './container/commentsDisplayContainer';
export { CommentsDisplayView, CommentsDisplay }; export { CommentsDisplay };
export default CommentsDisplay; export default CommentsDisplay;

View File

@ -1,4 +1,4 @@
import React, { PureComponent, Fragment } from 'react'; import React, { useState, Fragment } from 'react';
import { View } from 'react-native'; import { View } from 'react-native';
import { injectIntl } from 'react-intl'; import { injectIntl } from 'react-intl';
@ -10,67 +10,51 @@ import COMMENT_FILTER, { VALUE } from '../../../constants/options/comment';
// Styles // Styles
import styles from './commentDisplayStyles'; import styles from './commentDisplayStyles';
class CommentsDisplayView extends PureComponent { const CommentsDisplayView = ({
/* Props author,
* ------------------------------------------------ commentCount,
* @prop { type } name - Description.... fetchPost,
*/ intl,
permlink,
mainAuthor,
handleOnVotersPress,
}) => {
const [selectedFilter, setSelectedFilter] = useState(null);
const [selectedOptionIndex, setSelectedOptionIndex] = useState(0);
constructor(props) { const _handleOnDropdownSelect = (option, index) => {
super(props); setSelectedFilter(option);
this.state = { setSelectedOptionIndex(index);
selectedFilter: null,
selectedOptionIndex: 0,
};
}
// Component Life Cycles
// Component Functions
_handleOnDropdownSelect = (option, index) => {
this.setState({ selectedFilter: option, selectedOptionIndex: index });
}; };
render() { return (
const { <Fragment>
author, {commentCount > 0 && (
commentCount, <Fragment>
fetchPost, <FilterBar
intl, dropdownIconName="arrow-drop-down"
permlink, options={VALUE.map(val => intl.formatMessage({ id: `comment_filter.${val}` }))}
mainAuthor, defaultText={intl.formatMessage({ id: `comment_filter.${VALUE[0]}` })}
handleOnVotersPress, onDropdownSelect={selectedIndex =>
} = this.props; _handleOnDropdownSelect(COMMENT_FILTER[selectedIndex], selectedIndex)
const { selectedFilter, selectedOptionIndex } = this.state; }
return ( selectedOptionIndex={selectedOptionIndex}
<Fragment> />
{commentCount > 0 && ( <View style={styles.commentWrapper}>
<Fragment> <Comments
<FilterBar selectedFilter={selectedFilter}
dropdownIconName="arrow-drop-down" fetchPost={fetchPost}
options={VALUE.map(val => intl.formatMessage({ id: `comment_filter.${val}` }))} commentCount={commentCount}
defaultText={intl.formatMessage({ id: `comment_filter.${VALUE[0]}` })} author={author}
onDropdownSelect={selectedIndex => permlink={permlink}
this._handleOnDropdownSelect(COMMENT_FILTER[selectedIndex], selectedIndex) mainAuthor={mainAuthor}
} handleOnVotersPress={handleOnVotersPress}
selectedOptionIndex={selectedOptionIndex}
/> />
<View style={styles.commentWrapper}> </View>
<Comments </Fragment>
selectedFilter={selectedFilter} )}
fetchPost={fetchPost} </Fragment>
commentCount={commentCount} );
author={author} };
permlink={permlink}
mainAuthor={mainAuthor}
handleOnVotersPress={handleOnVotersPress}
/>
</View>
</Fragment>
)}
</Fragment>
);
}
}
export default injectIntl(CommentsDisplayView); export default injectIntl(CommentsDisplayView);

View File

@ -30,6 +30,7 @@ const FilterBarView = ({
<View style={styles.dropdownWrapper}> <View style={styles.dropdownWrapper}>
{options.map((item, index) => ( {options.map((item, index) => (
<Tag <Tag
key={index.toString()}
value={item} value={item}
isFilter isFilter
isPin={index === selectedOptionIndex} isPin={index === selectedOptionIndex}

View File

@ -1,9 +1,15 @@
import React, { Fragment } from 'react'; import React, { Fragment } from 'react';
import { connect } from 'react-redux'; import { connect } from 'react-redux';
const FormattedCurrency = ({ value, fixAt = 3, currency, isApproximate = false }) => { const FormattedCurrency = ({
value,
fixAt = 3,
currency,
isApproximate = false,
isToken = false,
}) => {
const { currencyRate, currencySymbol } = currency; const { currencyRate, currencySymbol } = currency;
const valueInCurrency = value * currencyRate; const valueInCurrency = value * (isToken ? 1 : currencyRate);
const toFixedValue = valueInCurrency.toFixed(fixAt); const toFixedValue = valueInCurrency.toFixed(fixAt);
return ( return (

View File

@ -1,3 +1,3 @@
import FormatedCurrency from './formattedCurrency/formattedCurrencyView'; import FormattedCurrency from './formattedCurrency/formattedCurrencyView';
export { FormatedCurrency }; export { FormattedCurrency };

View File

@ -1,4 +1,5 @@
import EStyleSheet from 'react-native-extended-stylesheet'; import EStyleSheet from 'react-native-extended-stylesheet';
import scalePx from '../../../utils/scalePx';
export default EStyleSheet.create({ export default EStyleSheet.create({
badge: { badge: {
@ -9,16 +10,15 @@ export default EStyleSheet.create({
}, },
badgeWrapper: { badgeWrapper: {
position: 'absolute', position: 'absolute',
right: 10, right: scalePx(15),
top: 13, top: scalePx(18),
backgroundColor: '$primaryRed', backgroundColor: '$primaryRed',
borderWidth: 0, borderWidth: 0,
justifyContent: 'center', justifyContent: 'center',
alignItems: 'center', alignItems: 'center',
zIndex: 99, zIndex: 99,
padding: 2, height: scalePx(20),
height: 20, minWidth: scalePx(20),
minWidth: 20, borderRadius: scalePx(10),
borderRadius: 20 / 2,
}, },
}); });

View File

@ -9,7 +9,7 @@ import { ContainerHeader } from './containerHeader';
import { DateTimePicker } from './dateTimePicker'; import { DateTimePicker } from './dateTimePicker';
import { DropdownButton } from './dropdownButton'; import { DropdownButton } from './dropdownButton';
import { FilterBar } from './filterBar'; import { FilterBar } from './filterBar';
import { FormatedCurrency } from './formatedElements'; import { FormattedCurrency } from './formatedElements';
import { FormInput } from './formInput'; import { FormInput } from './formInput';
import { Header } from './header'; import { Header } from './header';
import { Icon } from './icon'; import { Icon } from './icon';
@ -112,7 +112,7 @@ export {
DateTimePicker, DateTimePicker,
DropdownButton, DropdownButton,
FilterBar, FilterBar,
FormatedCurrency, FormattedCurrency,
FormInput, FormInput,
GrayWrapper, GrayWrapper,
Header, Header,

View File

@ -58,7 +58,6 @@ class LeaderboardContainer extends PureComponent {
} }
let users; let users;
console.log(index);
if (!isConnected) { if (!isConnected) {
return; return;
} }

View File

@ -4,7 +4,7 @@ import { Text, View, ScrollView, TouchableOpacity, Alert } from 'react-native';
import { WebView } from 'react-native-webview'; import { WebView } from 'react-native-webview';
import get from 'lodash/get'; import get from 'lodash/get';
import ActionSheet from 'react-native-actionsheet'; import ActionSheet from 'react-native-actionsheet';
import Autocomplete from 'react-native-autocomplete-input'; import Autocomplete from '@esteemapp/react-native-autocomplete-input';
import { Icon, TextInput } from '..'; import { Icon, TextInput } from '..';
import { steemConnectOptions } from '../../constants/steemConnectOptions'; import { steemConnectOptions } from '../../constants/steemConnectOptions';

View File

@ -37,6 +37,9 @@ export default EStyleSheet.create({
borderRadius: 8, borderRadius: 8,
backgroundColor: '$primaryLightGray', backgroundColor: '$primaryLightGray',
}, },
hiddenImages: {
flexDirection: 'column',
},
postDescripton: { postDescripton: {
flexDirection: 'column', flexDirection: 'column',
paddingHorizontal: 8, paddingHorizontal: 8,

View File

@ -112,10 +112,7 @@ class PostCardView extends Component {
</View> </View>
</View> </View>
<View style={styles.postBodyWrapper}> <View style={styles.postBodyWrapper}>
<TouchableOpacity <TouchableOpacity style={styles.hiddenImages} onPress={this._handleOnContentPress}>
style={[{ flexDirection: 'column' }]}
onPress={this._handleOnContentPress}
>
{!isHideImage && ( {!isHideImage && (
<FastImage source={_image} style={styles.thumbnail} defaultSource={DEFAULT_IMAGE} /> <FastImage source={_image} style={styles.thumbnail} defaultSource={DEFAULT_IMAGE} />
)} )}
@ -138,9 +135,9 @@ class PostCardView extends Component {
<Upvote fetchPost={fetchPost} isShowPayoutValue content={content} /> <Upvote fetchPost={fetchPost} isShowPayoutValue content={content} />
<TouchableOpacity style={styles.commentButton} onPress={this._handleOnVotersPress}> <TouchableOpacity style={styles.commentButton} onPress={this._handleOnVotersPress}>
<TextWithIcon <TextWithIcon
iconName="people" iconName="heart-outline"
iconStyle={styles.commentIcon} iconStyle={styles.commentIcon}
iconType="MaterialIcons" iconType="MaterialCommunityIcons"
isClickable isClickable
text={get(content, 'vote_count', 0)} text={get(content, 'vote_count', 0)}
onPress={this._handleOnVotersPress} onPress={this._handleOnVotersPress}
@ -157,9 +154,9 @@ class PostCardView extends Component {
onPress={this._handleOnReblogsPress} onPress={this._handleOnReblogsPress}
/> />
<TextWithIcon <TextWithIcon
iconName="comment" iconName="comment-outline"
iconStyle={styles.commentIcon} iconStyle={styles.commentIcon}
iconType="MaterialIcons" iconType="MaterialCommunityIcons"
isClickable isClickable
text={get(content, 'children', 0)} text={get(content, 'children', 0)}
/> />

View File

@ -0,0 +1,182 @@
import React from 'react';
import { Dimensions, Linking, Alert, TouchableOpacity, Text } from 'react-native';
import { useIntl } from 'react-intl';
import HTML from 'react-native-render-html';
import { getParentsTagsRecursively } from 'react-native-render-html/src/HTMLUtils';
import { navigate } from '../../../../navigation/service';
// Constants
import { default as ROUTES } from '../../../../constants/routeNames';
// Styles
import styles from './postBodyStyles';
const WIDTH = Dimensions.get('window').width;
const CommentBody = ({ body, textSelectable = true, handleOnUserPress, handleOnPostPress }) => {
const intl = useIntl();
const _handleOnLinkPress = (href, hrefAtr) => {
if (hrefAtr.class === 'markdown-author-link') {
if (!handleOnUserPress) {
_handleOnUserPress(hrefAtr['data-author']);
} else {
handleOnUserPress(hrefAtr['data-author']);
}
} else if (hrefAtr.class === 'markdown-post-link') {
if (!handleOnPostPress) {
_handleOnPostPress(hrefAtr['data-permlink'], hrefAtr['data-author']);
} else {
handleOnPostPress(hrefAtr['data-permlink']);
}
} else {
_handleBrowserLink(href);
}
};
const _handleBrowserLink = async url => {
if (!url) {
return;
}
Linking.canOpenURL(url).then(supported => {
if (supported) {
Linking.openURL(url);
} else {
Alert.alert(intl.formatMessage({ id: 'alert.failed_to_open' }));
}
});
};
const _handleOnPostPress = (permlink, author) => {
if (permlink) {
navigate({
routeName: ROUTES.SCREENS.POST,
params: {
author,
permlink,
},
key: permlink,
});
}
};
const _handleOnUserPress = username => {
if (username) {
navigate({
routeName: ROUTES.SCREENS.PROFILE,
params: {
username,
},
key: username,
});
} else {
Alert.alert('Opss!', 'Wrong link.');
}
};
const _hasParentTag = (node, name) => {
if (!node.parent) {
return false;
}
if (node.name === name) {
return true;
}
return _hasParentTag(node.parent, name);
};
const _alterNode = node => {
if (node.name === 'img') {
node.attribs.style = 'text-align: center;';
if (_hasParentTag(node, 'td')) {
node.attribs.style = `max-width: ${WIDTH / 2 - 20}px; `;
}
}
if (node.name === 'div' && node.attribs && node.attribs.class) {
const _className = node.attribs.class;
if (_className === 'pull-right') {
node.attribs.style = 'text-align: right; align-self: flex-end;';
}
if (_className === 'pull-left') {
node.attribs.style = 'text-align: left; align-self: flex-start;';
}
if (_className === 'text-justify') {
node.attribs.style = 'text-align: justify; text-justify: inter-word; letter-spacing: 0px;';
}
if (_className === 'phishy') {
node.attribs.style = 'color: red';
}
}
};
const _alterData = node => {
if (
node.type === 'text' &&
node.data.includes('markdown-author-link') &&
node.parent &&
getParentsTagsRecursively(node.parent).includes('code')
) {
return node.data.replace(/<[^>]*>/g, '');
}
};
const _customRenderer = {
a: (htmlAttribs, children, convertedCSSStyles, passProps) => {
if (passProps.parentWrapper === 'Text') {
return (
<Text
key={passProps.key}
{...htmlAttribs}
onPress={() => _handleOnLinkPress(htmlAttribs['data-href'], htmlAttribs)}
>
{children}
</Text>
);
}
return (
<TouchableOpacity
key={passProps.key}
{...htmlAttribs}
onPress={() => _handleOnLinkPress(htmlAttribs['data-href'], htmlAttribs)}
>
{children}
</TouchableOpacity>
);
},
br: (htmlAttribs, children, passProps) => {
return <Text {...passProps}>{'\n'}</Text>;
},
};
const _initialDimensions = { width: WIDTH - 50, height: 80 };
return (
<HTML
html={body}
onLinkPress={(evt, href, hrefAtr) => _handleOnLinkPress(evt, href, hrefAtr)}
containerStyle={styles.commentContainer}
textSelectable={textSelectable}
tagsStyles={{ img: { height: 120 } }}
ignoredTags={['script']}
debug={false}
staticContentMaxWidth={WIDTH - 33}
imagesInitialDimensions={_initialDimensions}
baseFontStyle={styles.text}
imagesMaxWidth={WIDTH - 50}
alterNode={_alterNode}
alterData={_alterData}
renderers={_customRenderer}
/>
);
};
const areEqual = (prevProps, nextProps) => prevProps.body !== nextProps.body;
export default React.memo(CommentBody, areEqual);

View File

@ -1,5 +1,6 @@
import PostHeaderDescription from './headerDescription/view/postHeaderDescription'; import PostHeaderDescription from './headerDescription/view/postHeaderDescription';
import PostBody from './body/view/postBodyView'; import PostBody from './body/view/postBodyView';
import CommentBody from './body/view/commentBodyView';
import Tags from './tags/view/tagsView'; import Tags from './tags/view/tagsView';
export { PostHeaderDescription, PostBody, Tags }; export { PostHeaderDescription, PostBody, Tags, CommentBody };

View File

@ -82,22 +82,14 @@ class PostDisplayView extends PureComponent {
<View style={styles.stickyWrapper}> <View style={styles.stickyWrapper}>
<Upvote fetchPost={fetchPost} isShowPayoutValue content={post} /> <Upvote fetchPost={fetchPost} isShowPayoutValue content={post} />
<TextWithIcon <TextWithIcon
iconName="people" iconName="heart-outline"
iconStyle={styles.barIcons} iconStyle={styles.barIcons}
iconType="MaterialIcons" iconType="MaterialCommunityIcons"
isClickable isClickable
onPress={() => handleOnVotersPress && handleOnVotersPress(get(post, 'active_votes'))} onPress={() => handleOnVotersPress && handleOnVotersPress(get(post, 'active_votes'))}
text={get(post, 'vote_count', 0)} text={get(post, 'vote_count', 0)}
textMarginLeft={20} textMarginLeft={20}
/> />
<TextWithIcon
iconName="comment"
iconStyle={styles.barIcons}
iconType="MaterialIcons"
isClickable
text={get(post, 'children', 0)}
textMarginLeft={20}
/>
<TextWithIcon <TextWithIcon
iconName="repeat" iconName="repeat"
iconStyle={styles.barIcons} iconStyle={styles.barIcons}
@ -107,6 +99,27 @@ class PostDisplayView extends PureComponent {
text={get(post, 'reblogCount', 0)} text={get(post, 'reblogCount', 0)}
textMarginLeft={20} textMarginLeft={20}
/> />
{isLoggedIn && (
<TextWithIcon
iconName="comment-outline"
iconStyle={styles.barIcons}
iconType="MaterialCommunityIcons"
isClickable
text={get(post, 'children', 0)}
textMarginLeft={20}
onPress={() => handleOnReplyPress && handleOnReplyPress()}
/>
)}
{!isLoggedIn && (
<TextWithIcon
iconName="comment-outline"
iconStyle={styles.barIcons}
iconType="MaterialCommunityIcons"
isClickable
text={get(post, 'children', 0)}
textMarginLeft={20}
/>
)}
<View style={styles.stickyRightWrapper}> <View style={styles.stickyRightWrapper}>
{get(currentAccount, 'name') === get(post, 'author') && ( {get(currentAccount, 'name') === get(post, 'author') && (
<Fragment> <Fragment>
@ -128,15 +141,6 @@ class PostDisplayView extends PureComponent {
/> />
</Fragment> </Fragment>
)} )}
{isLoggedIn && (
<IconButton
iconStyle={styles.barIconRight}
iconType="MaterialIcons"
name="reply"
onPress={() => handleOnReplyPress && handleOnReplyPress()}
style={styles.barIconButton}
/>
)}
</View> </View>
</View> </View>
</StickyBar> </StickyBar>
@ -179,7 +183,11 @@ class PostDisplayView extends PureComponent {
return ( return (
<View style={styles.container}> <View style={styles.container}>
<ScrollView style={styles.scroll} onScroll={event => this._handleOnScroll(event)}> <ScrollView
style={styles.scroll}
onScroll={event => this._handleOnScroll(event)}
scrollEventThrottle={16}
>
{parentPost && <ParentPost post={parentPost} />} {parentPost && <ParentPost post={parentPost} />}
<View style={styles.header}> <View style={styles.header}>
@ -222,6 +230,7 @@ class PostDisplayView extends PureComponent {
</ScrollView> </ScrollView>
{post && this._getTabBar(true)} {post && this._getTabBar(true)}
<ActionSheet <ActionSheet
// eslint-disable-next-line no-return-assign
ref={o => (this.ActionSheet = o)} ref={o => (this.ActionSheet = o)}
options={[ options={[
intl.formatMessage({ id: 'alert.delete' }), intl.formatMessage({ id: 'alert.delete' }),

View File

@ -200,6 +200,7 @@ class ProfileView extends PureComponent {
<ScrollView <ScrollView
onScroll={this._handleOnScroll} onScroll={this._handleOnScroll}
contentContainerStyle={styles.scrollContentContainer} contentContainerStyle={styles.scrollContentContainer}
scrollEventThrottle={16}
> >
<Comments <Comments
isProfilePreview isProfilePreview

View File

@ -4,7 +4,7 @@ import { Text, View, ScrollView, TouchableOpacity, Alert } from 'react-native';
import { WebView } from 'react-native-webview'; import { WebView } from 'react-native-webview';
import get from 'lodash/get'; import get from 'lodash/get';
import ActionSheet from 'react-native-actionsheet'; import ActionSheet from 'react-native-actionsheet';
import Autocomplete from 'react-native-autocomplete-input'; import Autocomplete from '@esteemapp/react-native-autocomplete-input';
import { ScaleSlider, TextInput } from '..'; import { ScaleSlider, TextInput } from '..';
import { steemConnectOptions } from '../../constants/steemConnectOptions'; import { steemConnectOptions } from '../../constants/steemConnectOptions';

View File

@ -1,7 +1,7 @@
/* eslint-disable react/no-unused-state */ /* eslint-disable react/no-unused-state */
import React, { Component } from 'react'; import React, { Component } from 'react';
import { View, Dimensions, Text } from 'react-native'; import { View, Dimensions, Text } from 'react-native';
import MultiSlider from '@ptomasroos/react-native-multi-slider'; import MultiSlider from '@esteemapp/react-native-multi-slider';
import get from 'lodash/get'; import get from 'lodash/get';
import styles from './scaleSliderStyles'; import styles from './scaleSliderStyles';

View File

@ -46,7 +46,7 @@ class SideMenuContainer extends Component {
accounts.push({ accounts.push({
name: 'Add Account', name: 'Add Account',
route: ROUTES.SCREENS.LOGIN, route: ROUTES.SCREENS.LOGIN,
icon: 'add', icon: 'account-plus-outline',
id: 'add_account', id: 'add_account',
}); });
this.setState({ accounts }); this.setState({ accounts });

View File

@ -1,6 +1,6 @@
import React, { Component } from 'react'; import React, { Component, useEffect, useState, useRef } from 'react';
import { View, Text, ImageBackground, FlatList, TouchableOpacity } from 'react-native'; import { View, Text, ImageBackground, FlatList, TouchableOpacity } from 'react-native';
import { injectIntl } from 'react-intl'; import { injectIntl, useIntl } from 'react-intl';
import LinearGradient from 'react-native-linear-gradient'; import LinearGradient from 'react-native-linear-gradient';
import ActionSheet from 'react-native-actionsheet'; import ActionSheet from 'react-native-actionsheet';
import VersionNumber from 'react-native-version-number'; import VersionNumber from 'react-native-version-number';
@ -20,54 +20,51 @@ import styles from './sideMenuStyles';
// Images // Images
const SIDE_MENU_BACKGROUND = require('../../../assets/side_menu_background.png'); const SIDE_MENU_BACKGROUND = require('../../../assets/side_menu_background.png');
class SideMenuView extends Component { const SideMenuView = ({
/* Props currentAccount,
* ------------------------------------------------ isLoggedIn,
* @prop { type } name - Description.... handleLogout,
*/ accounts,
switchAccount,
navigateToRoute,
}) => {
const intl = useIntl();
const ActionSheetRef = useRef(null);
constructor(props) { const [menuItems, setMenuItems] = useState(
super(props); isLoggedIn ? MENU.AUTH_MENU_ITEMS : MENU.NO_AUTH_MENU_ITEMS,
this.state = { );
menuItems: props.isLoggedIn ? MENU.AUTH_MENU_ITEMS : MENU.NO_AUTH_MENU_ITEMS, const [isAddAccountIconActive, setIsAddAccountIconActive] = useState(false);
isAddAccountIconActive: false, const [storageT, setStorageT] = useState('R');
storageT: 'R',
};
}
// Component Life Cycles // Component Life Cycles
componentDidMount() { useEffect(() => {
let _isMounted = false;
getStorageType().then(item => { getStorageType().then(item => {
this.setState({ storageT: item }); if (!_isMounted) {
setStorageT(item);
}
}); });
} return () => {
_isMounted = true;
};
}, []);
// Component Functions // Component Functions
_handleOnPressAddAccountIcon = () => { const _handleOnPressAddAccountIcon = () => {
const { isLoggedIn, accounts } = this.props;
const { isAddAccountIconActive } = this.state;
if (!isAddAccountIconActive) { if (!isAddAccountIconActive) {
this.setState({ menuItems: accounts }); setMenuItems(accounts);
} else { } else {
this._setMenuItems(isLoggedIn); setMenuItems(isLoggedIn ? MENU.AUTH_MENU_ITEMS : MENU.NO_AUTH_MENU_ITEMS);
} }
this.setState({ isAddAccountIconActive: !isAddAccountIconActive }); setIsAddAccountIconActive(!isAddAccountIconActive);
}; };
_setMenuItems = isLoggedIn => { const _handleOnMenuItemPress = item => {
this.setState({
menuItems: isLoggedIn ? MENU.AUTH_MENU_ITEMS : MENU.NO_AUTH_MENU_ITEMS,
});
};
_handleOnMenuItemPress = item => {
const { navigateToRoute, switchAccount } = this.props;
if (item.id === 'logout') { if (item.id === 'logout') {
this.ActionSheet.show(); ActionSheetRef.current.show();
return; return;
} }
@ -78,113 +75,103 @@ class SideMenuView extends Component {
} }
}; };
UNSAFE_componentWillReceiveProps(nextProps) { useEffect(() => {
const { isLoggedIn, accounts } = this.props; if (isAddAccountIconActive) {
const { isAddAccountIconActive } = this.state; setMenuItems(accounts);
if (isLoggedIn !== nextProps.isLoggedIn) {
this._setMenuItems(nextProps.isLoggedIn);
} }
setMenuItems(isLoggedIn ? MENU.AUTH_MENU_ITEMS : MENU.NO_AUTH_MENU_ITEMS);
}, [isLoggedIn]);
if (accounts !== nextProps.accounts && isAddAccountIconActive) { const { buildVersion, appVersion } = VersionNumber;
this.setState({ menuItems: nextProps.accounts });
}
}
render() { return (
const { currentAccount, isLoggedIn, intl, handleLogout } = this.props; <View style={styles.container}>
const { menuItems, isAddAccountIconActive, storageT } = this.state; <LinearGradient
const { buildVersion, appVersion } = VersionNumber; start={{ x: 0, y: 0 }}
end={{ x: 1, y: 0 }}
return ( colors={['#357ce6', '#2d5aa0']}
<View style={styles.container}> style={styles.headerView}
<LinearGradient >
start={{ x: 0, y: 0 }} <ImageBackground source={SIDE_MENU_BACKGROUND} style={styles.imageBackground}>
end={{ x: 1, y: 0 }} {isLoggedIn && (
colors={['#357ce6', '#2d5aa0']} <View style={styles.headerContentWrapper}>
style={styles.headerView} <UserAvatar username={currentAccount.name} size="xl" style={styles.userAvatar} />
> <View style={styles.userInfoWrapper}>
<ImageBackground source={SIDE_MENU_BACKGROUND} style={styles.imageBackground}> {currentAccount.display_name && (
{isLoggedIn && ( <Text numberOfLines={1} ellipsizeMode="tail" style={styles.username}>
<View style={styles.headerContentWrapper}> {currentAccount.display_name}
<UserAvatar username={currentAccount.name} size="xl" style={styles.userAvatar} />
<View style={styles.userInfoWrapper}>
{currentAccount.display_name && (
<Text numberOfLines={1} ellipsizeMode="tail" style={styles.username}>
{currentAccount.display_name}
</Text>
)}
<Text style={styles.usernick}>{`@${currentAccount.name}`}</Text>
</View>
<View style={styles.userInfoWrapper}>
<IconButton
name={isAddAccountIconActive ? 'ios-arrow-dropup' : 'ios-add-circle-outline'}
color="white"
size={20}
onPress={this._handleOnPressAddAccountIcon}
style={styles.addAccountIcon}
/>
</View>
</View>
)}
</ImageBackground>
</LinearGradient>
<View style={styles.contentView}>
<FlatList
data={menuItems}
keyExtractor={item => item.id}
renderItem={item => (
<TouchableOpacity
style={styles.listItem}
onPress={() => {
this._handleOnMenuItemPress(item.item);
}}
>
<View style={styles.itemWrapper}>
{item.item.icon && (
<Icon
iconType="MaterialIcons"
style={styles.listItemIcon}
name={item.item.icon}
/>
)}
{item.item.username && (
<UserAvatar
noAction
username={item.item.username}
style={styles.otherUserAvatar}
/>
)}
<Text style={styles.listItemText}>
{isAddAccountIconActive
? menuItems[menuItems.length - 1].id === item.item.id
? intl.formatMessage({ id: `side_menu.${item.item.id}` })
: item.item.name
: intl.formatMessage({ id: `side_menu.${item.item.id}` })}
</Text> </Text>
</View> )}
</TouchableOpacity> <Text style={styles.usernick}>{`@${currentAccount.name}`}</Text>
)} </View>
/>
</View> <View style={styles.userInfoWrapper}>
<Text style={styles.versionText}>{`v${appVersion}, ${buildVersion}${storageT}`}</Text> <IconButton
<ActionSheet name={isAddAccountIconActive ? 'ios-arrow-dropup' : 'ios-add-circle-outline'}
ref={o => (this.ActionSheet = o)} color="white"
options={[ size={20}
intl.formatMessage({ id: 'side_menu.logout' }), onPress={_handleOnPressAddAccountIcon}
intl.formatMessage({ id: 'side_menu.cancel' }), style={styles.addAccountIcon}
]} />
title={intl.formatMessage({ id: 'side_menu.logout_text' })} </View>
cancelButtonIndex={1} </View>
destructiveButtonIndex={0} )}
onPress={index => { </ImageBackground>
index === 0 ? handleLogout() : null; </LinearGradient>
}} <View style={styles.contentView}>
<FlatList
data={menuItems}
keyExtractor={item => item.id}
renderItem={item => (
<TouchableOpacity
style={styles.listItem}
onPress={() => {
_handleOnMenuItemPress(item.item);
}}
>
<View style={styles.itemWrapper}>
{item.item.icon && (
<Icon
iconType="MaterialCommunityIcons"
style={styles.listItemIcon}
name={item.item.icon}
/>
)}
{item.item.username && (
<UserAvatar
noAction
username={item.item.username}
style={styles.otherUserAvatar}
/>
)}
<Text style={styles.listItemText}>
{isAddAccountIconActive
? menuItems[menuItems.length - 1].id === item.item.id
? intl.formatMessage({ id: `side_menu.${item.item.id}` })
: item.item.name
: intl.formatMessage({ id: `side_menu.${item.item.id}` })}
</Text>
</View>
</TouchableOpacity>
)}
/> />
</View> </View>
); <Text style={styles.versionText}>{`v${appVersion}, ${buildVersion}${storageT}`}</Text>
} <ActionSheet
} ref={ActionSheetRef}
options={[
intl.formatMessage({ id: 'side_menu.logout' }),
intl.formatMessage({ id: 'side_menu.cancel' }),
]}
title={intl.formatMessage({ id: 'side_menu.logout_text' })}
cancelButtonIndex={1}
destructiveButtonIndex={0}
onPress={index => {
index === 0 ? handleLogout() : null;
}}
/>
</View>
);
};
export default injectIntl(SideMenuView); export default injectIntl(SideMenuView);

View File

@ -16,6 +16,7 @@ import globalStyles from '../../globalStyles';
const TransactionView = ({ transactions, type, refreshing, setRefreshing, isLoading }) => { const TransactionView = ({ transactions, type, refreshing, setRefreshing, isLoading }) => {
const intl = useIntl(); const intl = useIntl();
const transaction_types = ['ESTM', 'STEEM', 'SBD', 'SP'];
const _renderLoading = () => { const _renderLoading = () => {
if (isLoading) { if (isLoading) {
@ -44,38 +45,41 @@ const TransactionView = ({ transactions, type, refreshing, setRefreshing, isLoad
const _renderItem = (item, index) => { const _renderItem = (item, index) => {
return ( return (
<CollapsibleCard Object.keys(item).length > 0 &&
key={item.created.toString()} item.value.indexOf(transaction_types[type]) > -1 && (
noBorder <CollapsibleCard
noContainer key={item.created.toString()}
titleComponent={ noBorder
<WalletLineItem noContainer
key={item.created.toString()} titleComponent={
index={index + 1} <WalletLineItem
text={intl.formatMessage({ key={item.created.toString()}
id: `wallet.${get(item, 'textKey')}`, index={index + 1}
})} text={intl.formatMessage({
description={getTimeFromNow(get(item, 'created'))} id: `wallet.${get(item, 'textKey')}`,
isCircleIcon })}
isThin description={getTimeFromNow(get(item, 'created'))}
circleIconColor="white" isCircleIcon
isBlackText isThin
iconName={get(item, 'icon')} circleIconColor="white"
iconType={get(item, 'iconType')} isBlackText
rightText={get(item, 'value', '').trim()} iconName={get(item, 'icon')}
/> iconType={get(item, 'iconType')}
} rightText={get(item, 'value', '').trim()}
> />
{(get(item, 'details') || get(item, 'memo')) && ( }
<WalletLineItem >
key={index.toString()} {(get(item, 'details') || get(item, 'memo')) && (
text={get(item, 'details', '')} <WalletLineItem
isBlackText key={index.toString()}
isThin text={get(item, 'details', '')}
description={get(item, 'memo')} isBlackText
/> isThin
)} description={get(item, 'memo')}
</CollapsibleCard> />
)}
</CollapsibleCard>
)
); );
}; };

View File

@ -71,6 +71,38 @@ class UpvoteContainer extends PureComponent {
? get(content, 'cashout_time') ? get(content, 'cashout_time')
: get(content, 'last_payout'), : get(content, 'last_payout'),
); );
const beneficiaries = [];
const beneficiary = get(content, 'beneficiaries');
if (beneficiaries) {
beneficiary.forEach(key => {
beneficiaries.push(
get(key, 'account') + ': ' + (parseFloat(get(key, 'weight')) / 100).toFixed(2) + '%',
);
});
}
const minimumAmountForPayout = 0.02;
let warnZeroPayout = false;
if (pendingPayout > 0 && pendingPayout < minimumAmountForPayout) {
warnZeroPayout = true;
}
const { base, quote, sbdPrintRate } = globalProps;
const SBD_PRINT_RATE_MAX = 10000;
const percent_steem_dollars = get(content, 'percent_steem_dollars') / 20000;
const pending_payout_sbd = pendingPayout * percent_steem_dollars;
const price_per_steem = base / quote;
const pending_payout_sp = (pendingPayout - pending_payout_sbd) / price_per_steem;
const pending_payout_printed_sbd = pending_payout_sbd * (sbdPrintRate / SBD_PRINT_RATE_MAX);
const pending_payout_printed_steem =
(pending_payout_sbd - pending_payout_printed_sbd) / price_per_steem;
const breakdownPayout =
pending_payout_printed_sbd.toFixed(3) +
' SBD, ' +
pending_payout_printed_steem.toFixed(3) +
' STEEM, ' +
pending_payout_sp.toFixed(3) +
' SP';
return ( return (
<UpvoteView <UpvoteView
@ -93,6 +125,9 @@ class UpvoteContainer extends PureComponent {
promotedPayout={promotedPayout} promotedPayout={promotedPayout}
totalPayout={totalPayout} totalPayout={totalPayout}
upvotePercent={upvotePercent} upvotePercent={upvotePercent}
beneficiaries={beneficiaries}
warnZeroPayout={warnZeroPayout}
breakdownPayout={breakdownPayout}
/> />
); );
} }

View File

@ -14,7 +14,7 @@ import { getEstimatedAmount } from '../../../utils/vote';
import { Icon } from '../../icon'; import { Icon } from '../../icon';
import { PulseAnimation } from '../../animations'; import { PulseAnimation } from '../../animations';
import { TextButton } from '../../buttons'; import { TextButton } from '../../buttons';
import { FormatedCurrency } from '../../formatedElements'; import { FormattedCurrency } from '../../formatedElements';
// STEEM // STEEM
import { vote } from '../../../providers/steem/dsteem'; import { vote } from '../../../providers/steem/dsteem';
@ -200,9 +200,11 @@ class UpvoteView extends Component {
payoutDate, payoutDate,
intl, intl,
isDownVoted, isDownVoted,
beneficiaries,
warnZeroPayout,
breakdownPayout,
} = this.props; } = this.props;
const { isVoting, amount, sliderValue, isVoted, isShowDetails, downvote } = this.state; const { isVoting, amount, sliderValue, isVoted, isShowDetails, downvote } = this.state;
let iconName = 'upcircleo'; let iconName = 'upcircleo';
const iconType = 'AntDesign'; const iconType = 'AntDesign';
let downVoteIconName = 'downcircleo'; let downVoteIconName = 'downcircleo';
@ -259,7 +261,7 @@ class UpvoteView extends Component {
<TextButton <TextButton
style={styles.payoutTextButton} style={styles.payoutTextButton}
textStyle={[styles.payoutValue, isDecinedPayout && styles.declinedPayout]} textStyle={[styles.payoutValue, isDecinedPayout && styles.declinedPayout]}
text={<FormatedCurrency value={_totalPayout} />} text={<FormattedCurrency value={_totalPayout} />}
onPress={() => { onPress={() => {
openPopover(); openPopover();
this.setState({ isShowDetails: true }); this.setState({ isShowDetails: true });
@ -284,31 +286,60 @@ class UpvoteView extends Component {
<View style={styles.popoverWrapper}> <View style={styles.popoverWrapper}>
{isShowDetails ? ( {isShowDetails ? (
<View> <View>
<Text style={styles.detailsText}> {promotedPayout > 0 && (
{`${intl.formatMessage({ <Text style={styles.detailsText}>
id: 'payout.promoted', {`${intl.formatMessage({
})} ${promotedPayout > 0 ? '~' : ''}$${promotedPayout}`} id: 'payout.promoted',
</Text> })} ${'~'}$${promotedPayout}`}
<Text style={styles.detailsText}> </Text>
{`${intl.formatMessage({ )}
id: 'payout.potential_payout', {pendingPayout > 0 && (
})} ${pendingPayout > 0 ? '~' : ''}$${pendingPayout}`} <Text style={styles.detailsText}>
</Text> {`${intl.formatMessage({
<Text style={styles.detailsText}> id: 'payout.potential_payout',
{`${intl.formatMessage({ })} ${'~'}$${pendingPayout}`}
id: 'payout.author_payout', </Text>
})} ${authorPayout > 0 ? '~' : ''}$${authorPayout}`} )}
</Text> {authorPayout > 0 && (
<Text style={styles.detailsText}> <Text style={styles.detailsText}>
{`${intl.formatMessage({ {`${intl.formatMessage({
id: 'payout.curation_payout', id: 'payout.author_payout',
})} ${curationPayout > 0 ? '~' : ''}$${curationPayout}`} })} ${'~'}$${authorPayout}`}
</Text> </Text>
)}
{curationPayout > 0 && (
<Text style={styles.detailsText}>
{`${intl.formatMessage({
id: 'payout.curation_payout',
})} ${'~'}$${curationPayout}`}
</Text>
)}
{breakdownPayout && pendingPayout > 0 && (
<Text style={styles.detailsText}>
{`${intl.formatMessage({
id: 'payout.breakdown',
})} ${breakdownPayout}`}
</Text>
)}
{beneficiaries.length > 0 && (
<Text style={styles.detailsText}>
{`${intl.formatMessage({
id: 'payout.beneficiaries',
})} ${beneficiaries}`}
</Text>
)}
<Text style={styles.detailsText}> <Text style={styles.detailsText}>
{`${intl.formatMessage({ {`${intl.formatMessage({
id: 'payout.payout_date', id: 'payout.payout_date',
})} ${payoutDate}`} })} ${payoutDate}`}
</Text> </Text>
{warnZeroPayout && (
<Text style={styles.detailsText}>
{`${intl.formatMessage({
id: 'payout.warn_zero_payout',
})}`}
</Text>
)}
</View> </View>
) : ( ) : (
<Fragment> <Fragment>

View File

@ -8,8 +8,7 @@ import { Icon } from '../../icon';
import { MainButton } from '../../mainButton'; import { MainButton } from '../../mainButton';
import { CollapsibleCard } from '../../collapsibleCard'; import { CollapsibleCard } from '../../collapsibleCard';
import { WalletDetails } from '../../walletDetails'; import { WalletDetails } from '../../walletDetails';
import { Transaction } from '../../transaction'; import { WalletDetailsPlaceHolder } from '../../basicUIElements';
import { WalletDetailsPlaceHolder, Card } from '../../basicUIElements';
import { ThemeContainer, SteemWalletContainer } from '../../../containers'; import { ThemeContainer, SteemWalletContainer } from '../../../containers';
// Styles // Styles
@ -64,6 +63,7 @@ const WalletView = ({ setEstimatedWalletValue, selectedUser, handleOnScroll }) =
/> />
} }
contentContainerStyle={styles.scrollContentContainer} contentContainerStyle={styles.scrollContentContainer}
scrollEventThrottle={16}
> >
{!walletData ? ( {!walletData ? (
<Fragment> <Fragment>
@ -107,19 +107,8 @@ const WalletView = ({ setEstimatedWalletValue, selectedUser, handleOnScroll }) =
})} })}
expanded expanded
> >
<WalletDetails <WalletDetails intl={intl} walletData={walletData} isShowDropdowns={false} />
intl={intl}
walletData={walletData}
isShowDropdowns={currentAccountUsername === selectedUsername}
/>
</CollapsibleCard> </CollapsibleCard>
<Card>
<Transaction
refreshing={refreshing}
type="wallet"
transactions={userActivities}
/>
</Card>
</Fragment> </Fragment>
)} )}
</ScrollView> </ScrollView>

View File

@ -116,7 +116,7 @@ const WalletDetailsView = ({ walletData, intl, navigate, isShowDropdowns }) => {
text={`${intl.formatMessage({ text={`${intl.formatMessage({
id: 'profile.next_power_text', id: 'profile.next_power_text',
})} ${walletData.nextVestingWithdrawal} ${intl.formatMessage({ })} ${walletData.nextVestingWithdrawal} ${intl.formatMessage({
id: 'profile.day', id: 'profile.hours',
})}`} })}`}
textColor="#788187" textColor="#788187"
iconName="ios-information-circle-outline" iconName="ios-information-circle-outline"

View File

@ -29,6 +29,9 @@ const WalletHeaderView = ({
valueDescriptions, valueDescriptions,
showBuyButton, showBuyButton,
index, index,
fetchUserActivity,
reload,
refreshing,
}) => { }) => {
const intl = useIntl(); const intl = useIntl();
const dropdownRef = useRef(); const dropdownRef = useRef();
@ -39,6 +42,18 @@ const WalletHeaderView = ({
} }
}, [componentDidUpdate, currentIndex, index]); }, [componentDidUpdate, currentIndex, index]);
useEffect(() => {
if (reload && fetchUserActivity && index === currentIndex) {
fetchUserActivity();
}
}, [reload, currentIndex, index]);
useEffect(() => {
if (reload && !refreshing && index === currentIndex) {
componentDidUpdate();
}
}, [reload]);
const _getBalanceItem = (balance, options, key) => const _getBalanceItem = (balance, options, key) =>
balance !== undefined && ( balance !== undefined && (
<View style={styles.balanceWrapper}> <View style={styles.balanceWrapper}>

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer", "outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus", "checkin_extra": "Bonus",
"delegation": "Delegation", "delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward", "delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation", "delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post", "post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login", "login_title": "Points for login",
"checkin_title": "Points for heartbeat", "checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus", "checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!", "no_activity": "No recent activity",
"outgoing_transfer_description": "", "outgoing_transfer_description": "",
"incoming_transfer_description": "", "incoming_transfer_description": "",
"post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.", "post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.",
"comment_desc": "Each comment you make helps you to grow your audience and make friendship but also earns you upto 5 points.", "comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.", "checkin_desc": "Checking in regularly gives you 0.25 points.",
"vote_desc": "By voting you give reward to other creators and show your appreciation but also earn back upto 0.01 x vote weight points.", "vote_desc": "By voting you give reward to other creators and also earn back upto 0.01 x vote weight points.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.", "reblog_desc": "Share what post you like with your friends and earn points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.", "login_desc": "When you login into app first time you earn 100 points.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.", "checkin_extra_desc": "Consistent use of app gives you extra chances to earn more points, be more active and earn more.",
"dropdown_transfer": "Gift", "dropdown_transfer": "Gift",
"dropdown_promote": "Promote", "dropdown_promote": "Promote",
"dropdown_boost": "Boost", "dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Peukureueng Teunaga", "power_down": "Peukureueng Teunaga",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar", "withdraw_sbd": "Withdraw Steem Dollar",
"transfer_to_savings": "Transfer To Savings",
"convert": "Convert",
"escrow_transfer": "Escrow Transfer",
"escrow_dispute": "Escrow Dispute",
"escrow_release": "Escrow Release",
"escrow_approve": "Escrow Approve",
"cancel_transfer_from_savings": "Cancel Transfer from Savings",
"delegate_vesting_shares": "Delegation",
"fill_convert_request": "Convert request executed",
"fill_transfer_from_savings": "From Savings executed",
"fill_vesting_withdraw": "Power Down executed",
"estm": { "estm": {
"title": "eSteem Points", "title": "eSteem Points",
"buy": "GET ESTM" "buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Kalhëuh Promosi", "promoted": "Kalhëuh Promosi",
"author_payout": "Dibayëu Keupö", "author_payout": "Dibayëu Keupö",
"curation_payout": "Dibayëu këukurasi", "curation_payout": "Dibayëu këukurasi",
"payout_date": "Dibayëu" "payout_date": "Dibayëu",
"beneficiaries": "Beneficiaries",
"warn_zero_payout": "Amount must reach $0.02 for payout",
"breakdown": "Breakdown"
}, },
"post_dropdown": { "post_dropdown": {
"copy": "copy link", "copy": "copy link",
@ -374,7 +389,9 @@
"delegate": "Delegate", "delegate": "Delegate",
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar" "withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
}, },
"boost": { "boost": {
"title": "Get eSteem Points", "title": "Get eSteem Points",

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer", "outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "ربح", "checkin_extra": "ربح",
"delegation": "Delegation", "delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward", "delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation", "delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "نقاط للمنشور", "post_title": "نقاط للمنشور",
@ -28,16 +29,16 @@
"login_title": "نقاط لتسجيل الدخول", "login_title": "نقاط لتسجيل الدخول",
"checkin_title": "Points for heartbeat", "checkin_title": "Points for heartbeat",
"checkin_extra_title": "مكافأة الاستخدام", "checkin_extra_title": "مكافأة الاستخدام",
"no_activity": "لا يوجد نشاط هنا!", "no_activity": "No recent activity",
"outgoing_transfer_description": "", "outgoing_transfer_description": "",
"incoming_transfer_description": "", "incoming_transfer_description": "",
"post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.", "post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.",
"comment_desc": "Each comment you make helps you to grow your audience and make friendship but also earns you upto 5 points.", "comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "يمنحك تسجيل الوصول على تطبيق eSteem 0.25 نقطة ويساعدك على البقاء على اتصال مع أصدقائك.", "checkin_desc": "Checking in regularly gives you 0.25 points.",
"vote_desc": "By voting you give reward to other creators and show your appreciation but also earn back upto 0.01 x vote weight points.", "vote_desc": "By voting you give reward to other creators and also earn back upto 0.01 x vote weight points.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.", "reblog_desc": "Share what post you like with your friends and earn points.",
"login_desc": "عند تسجيل الدخول إلى تطبيق eSteem ، يحق لك كسب 100 نقطة تلقائيًا.", "login_desc": "When you login into app first time you earn 100 points.",
"checkin_extra_desc": "يمنحك الاستخدام المستمر للتطبيق فرصًا إضافية لكسب 10 نقاط إضافية ، وتكون أكثر نشاطًا وكسب المزيد.", "checkin_extra_desc": "Consistent use of app gives you extra chances to earn more points, be more active and earn more.",
"dropdown_transfer": "Gift", "dropdown_transfer": "Gift",
"dropdown_promote": "Promote", "dropdown_promote": "Promote",
"dropdown_boost": "Boost", "dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "سحب الطاقة", "power_down": "سحب الطاقة",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar", "withdraw_sbd": "Withdraw Steem Dollar",
"transfer_to_savings": "Transfer To Savings",
"convert": "Convert",
"escrow_transfer": "Escrow Transfer",
"escrow_dispute": "Escrow Dispute",
"escrow_release": "Escrow Release",
"escrow_approve": "Escrow Approve",
"cancel_transfer_from_savings": "Cancel Transfer from Savings",
"delegate_vesting_shares": "Delegation",
"fill_convert_request": "Convert request executed",
"fill_transfer_from_savings": "From Savings executed",
"fill_vesting_withdraw": "Power Down executed",
"estm": { "estm": {
"title": "eSteem Points", "title": "eSteem Points",
"buy": "GET ESTM" "buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "المروّجة", "promoted": "المروّجة",
"author_payout": "مكافأة المؤلف", "author_payout": "مكافأة المؤلف",
"curation_payout": "مكافأة المقيّمين", "curation_payout": "مكافأة المقيّمين",
"payout_date": "المكافأة" "payout_date": "المكافأة",
"beneficiaries": "Beneficiaries",
"warn_zero_payout": "Amount must reach $0.02 for payout",
"breakdown": "Breakdown"
}, },
"post_dropdown": { "post_dropdown": {
"copy": "أنسخ الرابط", "copy": "أنسخ الرابط",
@ -374,7 +389,9 @@
"delegate": "Delegate", "delegate": "Delegate",
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar" "withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
}, },
"boost": { "boost": {
"title": "Get eSteem Points", "title": "Get eSteem Points",

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer", "outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus", "checkin_extra": "Bonus",
"delegation": "Delegation", "delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward", "delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation", "delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post", "post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login", "login_title": "Points for login",
"checkin_title": "Points for heartbeat", "checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus", "checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!", "no_activity": "No recent activity",
"outgoing_transfer_description": "", "outgoing_transfer_description": "",
"incoming_transfer_description": "", "incoming_transfer_description": "",
"post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.", "post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.",
"comment_desc": "Each comment you make helps you to grow your audience and make friendship but also earns you upto 5 points.", "comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.", "checkin_desc": "Checking in regularly gives you 0.25 points.",
"vote_desc": "By voting you give reward to other creators and show your appreciation but also earn back upto 0.01 x vote weight points.", "vote_desc": "By voting you give reward to other creators and also earn back upto 0.01 x vote weight points.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.", "reblog_desc": "Share what post you like with your friends and earn points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.", "login_desc": "When you login into app first time you earn 100 points.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.", "checkin_extra_desc": "Consistent use of app gives you extra chances to earn more points, be more active and earn more.",
"dropdown_transfer": "Gift", "dropdown_transfer": "Gift",
"dropdown_promote": "Promote", "dropdown_promote": "Promote",
"dropdown_boost": "Boost", "dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar", "withdraw_sbd": "Withdraw Steem Dollar",
"transfer_to_savings": "Transfer To Savings",
"convert": "Convert",
"escrow_transfer": "Escrow Transfer",
"escrow_dispute": "Escrow Dispute",
"escrow_release": "Escrow Release",
"escrow_approve": "Escrow Approve",
"cancel_transfer_from_savings": "Cancel Transfer from Savings",
"delegate_vesting_shares": "Delegation",
"fill_convert_request": "Convert request executed",
"fill_transfer_from_savings": "From Savings executed",
"fill_vesting_withdraw": "Power Down executed",
"estm": { "estm": {
"title": "eSteem Points", "title": "eSteem Points",
"buy": "GET ESTM" "buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promoted", "promoted": "Promoted",
"author_payout": "Author Payout", "author_payout": "Author Payout",
"curation_payout": "Curation Payout", "curation_payout": "Curation Payout",
"payout_date": "Payout" "payout_date": "Payout",
"beneficiaries": "Beneficiaries",
"warn_zero_payout": "Amount must reach $0.02 for payout",
"breakdown": "Breakdown"
}, },
"post_dropdown": { "post_dropdown": {
"copy": "copy link", "copy": "copy link",
@ -374,7 +389,9 @@
"delegate": "Delegate", "delegate": "Delegate",
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar" "withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
}, },
"boost": { "boost": {
"title": "Get eSteem Points", "title": "Get eSteem Points",

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer", "outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus", "checkin_extra": "Bonus",
"delegation": "Delegation", "delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward", "delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation", "delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Göndəriş üçün xal", "post_title": "Göndəriş üçün xal",
@ -28,16 +29,16 @@
"login_title": "Giriş etmək üçün xal", "login_title": "Giriş etmək üçün xal",
"checkin_title": "Points for heartbeat", "checkin_title": "Points for heartbeat",
"checkin_extra_title": "İstifadə bonusu", "checkin_extra_title": "İstifadə bonusu",
"no_activity": "Fəaliyyət yoxdur!", "no_activity": "No recent activity",
"outgoing_transfer_description": "", "outgoing_transfer_description": "",
"incoming_transfer_description": "", "incoming_transfer_description": "",
"post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.", "post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.",
"comment_desc": "Each comment you make helps you to grow your audience and make friendship but also earns you upto 5 points.", "comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.", "checkin_desc": "Checking in regularly gives you 0.25 points.",
"vote_desc": "By voting you give reward to other creators and show your appreciation but also earn back upto 0.01 x vote weight points.", "vote_desc": "By voting you give reward to other creators and also earn back upto 0.01 x vote weight points.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.", "reblog_desc": "Share what post you like with your friends and earn points.",
"login_desc": "eSteem tətbiqinə giriş etdikdə avtomatik olaraqq 100 xal qazanma haqqı əldə edirsiniz.", "login_desc": "When you login into app first time you earn 100 points.",
"checkin_extra_desc": "Tətbiqin davamlı istifadəsi sizə daha 10 xal qazanma şansı verər, daha çox fəal olun və daha çox qazanın.", "checkin_extra_desc": "Consistent use of app gives you extra chances to earn more points, be more active and earn more.",
"dropdown_transfer": "Gift", "dropdown_transfer": "Gift",
"dropdown_promote": "Promote", "dropdown_promote": "Promote",
"dropdown_boost": "Boost", "dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Gücün Enməsi", "power_down": "Gücün Enməsi",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar", "withdraw_sbd": "Withdraw Steem Dollar",
"transfer_to_savings": "Transfer To Savings",
"convert": "Convert",
"escrow_transfer": "Escrow Transfer",
"escrow_dispute": "Escrow Dispute",
"escrow_release": "Escrow Release",
"escrow_approve": "Escrow Approve",
"cancel_transfer_from_savings": "Cancel Transfer from Savings",
"delegate_vesting_shares": "Delegation",
"fill_convert_request": "Convert request executed",
"fill_transfer_from_savings": "From Savings executed",
"fill_vesting_withdraw": "Power Down executed",
"estm": { "estm": {
"title": "eSteem Xalı", "title": "eSteem Xalı",
"buy": "GET ESTM" "buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Tanıdılan", "promoted": "Tanıdılan",
"author_payout": "Müəllif Ödənişi", "author_payout": "Müəllif Ödənişi",
"curation_payout": "Kurator Ödənişi", "curation_payout": "Kurator Ödənişi",
"payout_date": "Ödəniş" "payout_date": "Ödəniş",
"beneficiaries": "Beneficiaries",
"warn_zero_payout": "Amount must reach $0.02 for payout",
"breakdown": "Breakdown"
}, },
"post_dropdown": { "post_dropdown": {
"copy": "bağlantını kopyala", "copy": "bağlantını kopyala",
@ -374,7 +389,9 @@
"delegate": "Delegate", "delegate": "Delegate",
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar" "withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
}, },
"boost": { "boost": {
"title": "Get eSteem Points", "title": "Get eSteem Points",

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer", "outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus", "checkin_extra": "Bonus",
"delegation": "Delegation", "delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward", "delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation", "delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post", "post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login", "login_title": "Points for login",
"checkin_title": "Points for heartbeat", "checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus", "checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!", "no_activity": "No recent activity",
"outgoing_transfer_description": "", "outgoing_transfer_description": "",
"incoming_transfer_description": "", "incoming_transfer_description": "",
"post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.", "post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.",
"comment_desc": "Each comment you make helps you to grow your audience and make friendship but also earns you upto 5 points.", "comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.", "checkin_desc": "Checking in regularly gives you 0.25 points.",
"vote_desc": "By voting you give reward to other creators and show your appreciation but also earn back upto 0.01 x vote weight points.", "vote_desc": "By voting you give reward to other creators and also earn back upto 0.01 x vote weight points.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.", "reblog_desc": "Share what post you like with your friends and earn points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.", "login_desc": "When you login into app first time you earn 100 points.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.", "checkin_extra_desc": "Consistent use of app gives you extra chances to earn more points, be more active and earn more.",
"dropdown_transfer": "Gift", "dropdown_transfer": "Gift",
"dropdown_promote": "Promote", "dropdown_promote": "Promote",
"dropdown_boost": "Boost", "dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar", "withdraw_sbd": "Withdraw Steem Dollar",
"transfer_to_savings": "Transfer To Savings",
"convert": "Convert",
"escrow_transfer": "Escrow Transfer",
"escrow_dispute": "Escrow Dispute",
"escrow_release": "Escrow Release",
"escrow_approve": "Escrow Approve",
"cancel_transfer_from_savings": "Cancel Transfer from Savings",
"delegate_vesting_shares": "Delegation",
"fill_convert_request": "Convert request executed",
"fill_transfer_from_savings": "From Savings executed",
"fill_vesting_withdraw": "Power Down executed",
"estm": { "estm": {
"title": "eSteem Points", "title": "eSteem Points",
"buy": "GET ESTM" "buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promoted", "promoted": "Promoted",
"author_payout": "Author Payout", "author_payout": "Author Payout",
"curation_payout": "Curation Payout", "curation_payout": "Curation Payout",
"payout_date": "Payout" "payout_date": "Payout",
"beneficiaries": "Beneficiaries",
"warn_zero_payout": "Amount must reach $0.02 for payout",
"breakdown": "Breakdown"
}, },
"post_dropdown": { "post_dropdown": {
"copy": "copy link", "copy": "copy link",
@ -374,7 +389,9 @@
"delegate": "Delegate", "delegate": "Delegate",
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar" "withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
}, },
"boost": { "boost": {
"title": "Get eSteem Points", "title": "Get eSteem Points",

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer", "outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus", "checkin_extra": "Bonus",
"delegation": "Delegation", "delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward", "delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation", "delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post", "post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login", "login_title": "Points for login",
"checkin_title": "Points for heartbeat", "checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus", "checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!", "no_activity": "No recent activity",
"outgoing_transfer_description": "", "outgoing_transfer_description": "",
"incoming_transfer_description": "", "incoming_transfer_description": "",
"post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.", "post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.",
"comment_desc": "Each comment you make helps you to grow your audience and make friendship but also earns you upto 5 points.", "comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.", "checkin_desc": "Checking in regularly gives you 0.25 points.",
"vote_desc": "By voting you give reward to other creators and show your appreciation but also earn back upto 0.01 x vote weight points.", "vote_desc": "By voting you give reward to other creators and also earn back upto 0.01 x vote weight points.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.", "reblog_desc": "Share what post you like with your friends and earn points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.", "login_desc": "When you login into app first time you earn 100 points.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.", "checkin_extra_desc": "Consistent use of app gives you extra chances to earn more points, be more active and earn more.",
"dropdown_transfer": "Gift", "dropdown_transfer": "Gift",
"dropdown_promote": "Promote", "dropdown_promote": "Promote",
"dropdown_boost": "Boost", "dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "ক্ষমতা হ্রাস করুন", "power_down": "ক্ষমতা হ্রাস করুন",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar", "withdraw_sbd": "Withdraw Steem Dollar",
"transfer_to_savings": "Transfer To Savings",
"convert": "Convert",
"escrow_transfer": "Escrow Transfer",
"escrow_dispute": "Escrow Dispute",
"escrow_release": "Escrow Release",
"escrow_approve": "Escrow Approve",
"cancel_transfer_from_savings": "Cancel Transfer from Savings",
"delegate_vesting_shares": "Delegation",
"fill_convert_request": "Convert request executed",
"fill_transfer_from_savings": "From Savings executed",
"fill_vesting_withdraw": "Power Down executed",
"estm": { "estm": {
"title": "eSteem Points", "title": "eSteem Points",
"buy": "GET ESTM" "buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promoted", "promoted": "Promoted",
"author_payout": "Author Payout", "author_payout": "Author Payout",
"curation_payout": "Curation Payout", "curation_payout": "Curation Payout",
"payout_date": "Payout" "payout_date": "Payout",
"beneficiaries": "Beneficiaries",
"warn_zero_payout": "Amount must reach $0.02 for payout",
"breakdown": "Breakdown"
}, },
"post_dropdown": { "post_dropdown": {
"copy": "copy link", "copy": "copy link",
@ -374,7 +389,9 @@
"delegate": "Delegate", "delegate": "Delegate",
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar" "withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
}, },
"boost": { "boost": {
"title": "Get eSteem Points", "title": "Get eSteem Points",

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer", "outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus", "checkin_extra": "Bonus",
"delegation": "Delegation", "delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward", "delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation", "delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post", "post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login", "login_title": "Points for login",
"checkin_title": "Points for heartbeat", "checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus", "checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!", "no_activity": "No recent activity",
"outgoing_transfer_description": "", "outgoing_transfer_description": "",
"incoming_transfer_description": "", "incoming_transfer_description": "",
"post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.", "post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.",
"comment_desc": "Each comment you make helps you to grow your audience and make friendship but also earns you upto 5 points.", "comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.", "checkin_desc": "Checking in regularly gives you 0.25 points.",
"vote_desc": "By voting you give reward to other creators and show your appreciation but also earn back upto 0.01 x vote weight points.", "vote_desc": "By voting you give reward to other creators and also earn back upto 0.01 x vote weight points.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.", "reblog_desc": "Share what post you like with your friends and earn points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.", "login_desc": "When you login into app first time you earn 100 points.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.", "checkin_extra_desc": "Consistent use of app gives you extra chances to earn more points, be more active and earn more.",
"dropdown_transfer": "Gift", "dropdown_transfer": "Gift",
"dropdown_promote": "Promote", "dropdown_promote": "Promote",
"dropdown_boost": "Boost", "dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar", "withdraw_sbd": "Withdraw Steem Dollar",
"transfer_to_savings": "Transfer To Savings",
"convert": "Convert",
"escrow_transfer": "Escrow Transfer",
"escrow_dispute": "Escrow Dispute",
"escrow_release": "Escrow Release",
"escrow_approve": "Escrow Approve",
"cancel_transfer_from_savings": "Cancel Transfer from Savings",
"delegate_vesting_shares": "Delegation",
"fill_convert_request": "Convert request executed",
"fill_transfer_from_savings": "From Savings executed",
"fill_vesting_withdraw": "Power Down executed",
"estm": { "estm": {
"title": "eSteem Points", "title": "eSteem Points",
"buy": "GET ESTM" "buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promoted", "promoted": "Promoted",
"author_payout": "Author Payout", "author_payout": "Author Payout",
"curation_payout": "Curation Payout", "curation_payout": "Curation Payout",
"payout_date": "Payout" "payout_date": "Payout",
"beneficiaries": "Beneficiaries",
"warn_zero_payout": "Amount must reach $0.02 for payout",
"breakdown": "Breakdown"
}, },
"post_dropdown": { "post_dropdown": {
"copy": "copy link", "copy": "copy link",
@ -374,7 +389,9 @@
"delegate": "Delegate", "delegate": "Delegate",
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar" "withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
}, },
"boost": { "boost": {
"title": "Get eSteem Points", "title": "Get eSteem Points",

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer", "outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus", "checkin_extra": "Bonus",
"delegation": "Delegation", "delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward", "delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation", "delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post", "post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login", "login_title": "Points for login",
"checkin_title": "Points for heartbeat", "checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus", "checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!", "no_activity": "No recent activity",
"outgoing_transfer_description": "", "outgoing_transfer_description": "",
"incoming_transfer_description": "", "incoming_transfer_description": "",
"post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.", "post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.",
"comment_desc": "Each comment you make helps you to grow your audience and make friendship but also earns you upto 5 points.", "comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.", "checkin_desc": "Checking in regularly gives you 0.25 points.",
"vote_desc": "By voting you give reward to other creators and show your appreciation but also earn back upto 0.01 x vote weight points.", "vote_desc": "By voting you give reward to other creators and also earn back upto 0.01 x vote weight points.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.", "reblog_desc": "Share what post you like with your friends and earn points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.", "login_desc": "When you login into app first time you earn 100 points.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.", "checkin_extra_desc": "Consistent use of app gives you extra chances to earn more points, be more active and earn more.",
"dropdown_transfer": "Gift", "dropdown_transfer": "Gift",
"dropdown_promote": "Promote", "dropdown_promote": "Promote",
"dropdown_boost": "Boost", "dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar", "withdraw_sbd": "Withdraw Steem Dollar",
"transfer_to_savings": "Transfer To Savings",
"convert": "Convert",
"escrow_transfer": "Escrow Transfer",
"escrow_dispute": "Escrow Dispute",
"escrow_release": "Escrow Release",
"escrow_approve": "Escrow Approve",
"cancel_transfer_from_savings": "Cancel Transfer from Savings",
"delegate_vesting_shares": "Delegation",
"fill_convert_request": "Convert request executed",
"fill_transfer_from_savings": "From Savings executed",
"fill_vesting_withdraw": "Power Down executed",
"estm": { "estm": {
"title": "eSteem Points", "title": "eSteem Points",
"buy": "GET ESTM" "buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promoted", "promoted": "Promoted",
"author_payout": "Author Payout", "author_payout": "Author Payout",
"curation_payout": "Curation Payout", "curation_payout": "Curation Payout",
"payout_date": "Payout" "payout_date": "Payout",
"beneficiaries": "Beneficiaries",
"warn_zero_payout": "Amount must reach $0.02 for payout",
"breakdown": "Breakdown"
}, },
"post_dropdown": { "post_dropdown": {
"copy": "copy link", "copy": "copy link",
@ -374,7 +389,9 @@
"delegate": "Delegate", "delegate": "Delegate",
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar" "withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
}, },
"boost": { "boost": {
"title": "Get eSteem Points", "title": "Get eSteem Points",

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer", "outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus", "checkin_extra": "Bonus",
"delegation": "Delegation", "delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward", "delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation", "delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post", "post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login", "login_title": "Points for login",
"checkin_title": "Points for heartbeat", "checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus", "checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!", "no_activity": "No recent activity",
"outgoing_transfer_description": "", "outgoing_transfer_description": "",
"incoming_transfer_description": "", "incoming_transfer_description": "",
"post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.", "post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.",
"comment_desc": "Each comment you make helps you to grow your audience and make friendship but also earns you upto 5 points.", "comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.", "checkin_desc": "Checking in regularly gives you 0.25 points.",
"vote_desc": "By voting you give reward to other creators and show your appreciation but also earn back upto 0.01 x vote weight points.", "vote_desc": "By voting you give reward to other creators and also earn back upto 0.01 x vote weight points.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.", "reblog_desc": "Share what post you like with your friends and earn points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.", "login_desc": "When you login into app first time you earn 100 points.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.", "checkin_extra_desc": "Consistent use of app gives you extra chances to earn more points, be more active and earn more.",
"dropdown_transfer": "Gift", "dropdown_transfer": "Gift",
"dropdown_promote": "Promote", "dropdown_promote": "Promote",
"dropdown_boost": "Boost", "dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar", "withdraw_sbd": "Withdraw Steem Dollar",
"transfer_to_savings": "Transfer To Savings",
"convert": "Convert",
"escrow_transfer": "Escrow Transfer",
"escrow_dispute": "Escrow Dispute",
"escrow_release": "Escrow Release",
"escrow_approve": "Escrow Approve",
"cancel_transfer_from_savings": "Cancel Transfer from Savings",
"delegate_vesting_shares": "Delegation",
"fill_convert_request": "Convert request executed",
"fill_transfer_from_savings": "From Savings executed",
"fill_vesting_withdraw": "Power Down executed",
"estm": { "estm": {
"title": "eSteem Points", "title": "eSteem Points",
"buy": "GET ESTM" "buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promoted", "promoted": "Promoted",
"author_payout": "Author Payout", "author_payout": "Author Payout",
"curation_payout": "Curation Payout", "curation_payout": "Curation Payout",
"payout_date": "Payout" "payout_date": "Payout",
"beneficiaries": "Beneficiaries",
"warn_zero_payout": "Amount must reach $0.02 for payout",
"breakdown": "Breakdown"
}, },
"post_dropdown": { "post_dropdown": {
"copy": "copy link", "copy": "copy link",
@ -374,7 +389,9 @@
"delegate": "Delegate", "delegate": "Delegate",
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar" "withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
}, },
"boost": { "boost": {
"title": "Get eSteem Points", "title": "Get eSteem Points",

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer", "outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus", "checkin_extra": "Bonus",
"delegation": "Delegation", "delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward", "delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation", "delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post", "post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login", "login_title": "Points for login",
"checkin_title": "Points for heartbeat", "checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus", "checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!", "no_activity": "No recent activity",
"outgoing_transfer_description": "", "outgoing_transfer_description": "",
"incoming_transfer_description": "", "incoming_transfer_description": "",
"post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.", "post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.",
"comment_desc": "Each comment you make helps you to grow your audience and make friendship but also earns you upto 5 points.", "comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.", "checkin_desc": "Checking in regularly gives you 0.25 points.",
"vote_desc": "By voting you give reward to other creators and show your appreciation but also earn back upto 0.01 x vote weight points.", "vote_desc": "By voting you give reward to other creators and also earn back upto 0.01 x vote weight points.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.", "reblog_desc": "Share what post you like with your friends and earn points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.", "login_desc": "When you login into app first time you earn 100 points.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.", "checkin_extra_desc": "Consistent use of app gives you extra chances to earn more points, be more active and earn more.",
"dropdown_transfer": "Gift", "dropdown_transfer": "Gift",
"dropdown_promote": "Promote", "dropdown_promote": "Promote",
"dropdown_boost": "Boost", "dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar", "withdraw_sbd": "Withdraw Steem Dollar",
"transfer_to_savings": "Transfer To Savings",
"convert": "Convert",
"escrow_transfer": "Escrow Transfer",
"escrow_dispute": "Escrow Dispute",
"escrow_release": "Escrow Release",
"escrow_approve": "Escrow Approve",
"cancel_transfer_from_savings": "Cancel Transfer from Savings",
"delegate_vesting_shares": "Delegation",
"fill_convert_request": "Convert request executed",
"fill_transfer_from_savings": "From Savings executed",
"fill_vesting_withdraw": "Power Down executed",
"estm": { "estm": {
"title": "eSteem Points", "title": "eSteem Points",
"buy": "GET ESTM" "buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promoted", "promoted": "Promoted",
"author_payout": "Author Payout", "author_payout": "Author Payout",
"curation_payout": "Curation Payout", "curation_payout": "Curation Payout",
"payout_date": "Payout" "payout_date": "Payout",
"beneficiaries": "Beneficiaries",
"warn_zero_payout": "Amount must reach $0.02 for payout",
"breakdown": "Breakdown"
}, },
"post_dropdown": { "post_dropdown": {
"copy": "copy link", "copy": "copy link",
@ -374,7 +389,9 @@
"delegate": "Delegate", "delegate": "Delegate",
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar" "withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
}, },
"boost": { "boost": {
"title": "Get eSteem Points", "title": "Get eSteem Points",

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer", "outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus", "checkin_extra": "Bonus",
"delegation": "Delegation", "delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward", "delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation", "delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post", "post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login", "login_title": "Points for login",
"checkin_title": "Points for heartbeat", "checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus", "checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!", "no_activity": "No recent activity",
"outgoing_transfer_description": "", "outgoing_transfer_description": "",
"incoming_transfer_description": "", "incoming_transfer_description": "",
"post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.", "post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.",
"comment_desc": "Each comment you make helps you to grow your audience and make friendship but also earns you upto 5 points.", "comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.", "checkin_desc": "Checking in regularly gives you 0.25 points.",
"vote_desc": "By voting you give reward to other creators and show your appreciation but also earn back upto 0.01 x vote weight points.", "vote_desc": "By voting you give reward to other creators and also earn back upto 0.01 x vote weight points.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.", "reblog_desc": "Share what post you like with your friends and earn points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.", "login_desc": "When you login into app first time you earn 100 points.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.", "checkin_extra_desc": "Consistent use of app gives you extra chances to earn more points, be more active and earn more.",
"dropdown_transfer": "Gift", "dropdown_transfer": "Gift",
"dropdown_promote": "Promote", "dropdown_promote": "Promote",
"dropdown_boost": "Boost", "dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar", "withdraw_sbd": "Withdraw Steem Dollar",
"transfer_to_savings": "Transfer To Savings",
"convert": "Convert",
"escrow_transfer": "Escrow Transfer",
"escrow_dispute": "Escrow Dispute",
"escrow_release": "Escrow Release",
"escrow_approve": "Escrow Approve",
"cancel_transfer_from_savings": "Cancel Transfer from Savings",
"delegate_vesting_shares": "Delegation",
"fill_convert_request": "Convert request executed",
"fill_transfer_from_savings": "From Savings executed",
"fill_vesting_withdraw": "Power Down executed",
"estm": { "estm": {
"title": "eSteem Points", "title": "eSteem Points",
"buy": "GET ESTM" "buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promoted", "promoted": "Promoted",
"author_payout": "Author Payout", "author_payout": "Author Payout",
"curation_payout": "Curation Payout", "curation_payout": "Curation Payout",
"payout_date": "Payout" "payout_date": "Payout",
"beneficiaries": "Beneficiaries",
"warn_zero_payout": "Amount must reach $0.02 for payout",
"breakdown": "Breakdown"
}, },
"post_dropdown": { "post_dropdown": {
"copy": "copy link", "copy": "copy link",
@ -374,7 +389,9 @@
"delegate": "Delegate", "delegate": "Delegate",
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar" "withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
}, },
"boost": { "boost": {
"title": "Get eSteem Points", "title": "Get eSteem Points",

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer", "outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus", "checkin_extra": "Bonus",
"delegation": "Delegation", "delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward", "delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation", "delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post", "post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login", "login_title": "Points for login",
"checkin_title": "Points for heartbeat", "checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus", "checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!", "no_activity": "No recent activity",
"outgoing_transfer_description": "", "outgoing_transfer_description": "",
"incoming_transfer_description": "", "incoming_transfer_description": "",
"post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.", "post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.",
"comment_desc": "Each comment you make helps you to grow your audience and make friendship but also earns you upto 5 points.", "comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.", "checkin_desc": "Checking in regularly gives you 0.25 points.",
"vote_desc": "By voting you give reward to other creators and show your appreciation but also earn back upto 0.01 x vote weight points.", "vote_desc": "By voting you give reward to other creators and also earn back upto 0.01 x vote weight points.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.", "reblog_desc": "Share what post you like with your friends and earn points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.", "login_desc": "When you login into app first time you earn 100 points.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.", "checkin_extra_desc": "Consistent use of app gives you extra chances to earn more points, be more active and earn more.",
"dropdown_transfer": "Gift", "dropdown_transfer": "Gift",
"dropdown_promote": "Promote", "dropdown_promote": "Promote",
"dropdown_boost": "Boost", "dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar", "withdraw_sbd": "Withdraw Steem Dollar",
"transfer_to_savings": "Transfer To Savings",
"convert": "Convert",
"escrow_transfer": "Escrow Transfer",
"escrow_dispute": "Escrow Dispute",
"escrow_release": "Escrow Release",
"escrow_approve": "Escrow Approve",
"cancel_transfer_from_savings": "Cancel Transfer from Savings",
"delegate_vesting_shares": "Delegation",
"fill_convert_request": "Convert request executed",
"fill_transfer_from_savings": "From Savings executed",
"fill_vesting_withdraw": "Power Down executed",
"estm": { "estm": {
"title": "eSteem Points", "title": "eSteem Points",
"buy": "GET ESTM" "buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promoted", "promoted": "Promoted",
"author_payout": "Author Payout", "author_payout": "Author Payout",
"curation_payout": "Curation Payout", "curation_payout": "Curation Payout",
"payout_date": "Payout" "payout_date": "Payout",
"beneficiaries": "Beneficiaries",
"warn_zero_payout": "Amount must reach $0.02 for payout",
"breakdown": "Breakdown"
}, },
"post_dropdown": { "post_dropdown": {
"copy": "copy link", "copy": "copy link",
@ -374,7 +389,9 @@
"delegate": "Delegate", "delegate": "Delegate",
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar" "withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
}, },
"boost": { "boost": {
"title": "Get eSteem Points", "title": "Get eSteem Points",

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Ausgehende Überweisung", "outgoing_transfer_title": "Ausgehende Überweisung",
"checkin_extra": "Bonus", "checkin_extra": "Bonus",
"delegation": "Delegation", "delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegations-Belohnung", "delegation_title": "Delegations-Belohnung",
"delegation_desc": "Earn ESTM everyday for delegation", "delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Punkte für einen Beitrag", "post_title": "Punkte für einen Beitrag",
@ -28,16 +29,16 @@
"login_title": "Punkte für den Login", "login_title": "Punkte für den Login",
"checkin_title": "Punkte für den Herzschlag", "checkin_title": "Punkte für den Herzschlag",
"checkin_extra_title": "Nutzungs-Bonus", "checkin_extra_title": "Nutzungs-Bonus",
"no_activity": "Keine Aktivität hier!", "no_activity": "No recent activity",
"outgoing_transfer_description": "", "outgoing_transfer_description": "",
"incoming_transfer_description": "", "incoming_transfer_description": "",
"post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.", "post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.",
"comment_desc": "Each comment you make helps you to grow your audience and make friendship but also earns you upto 5 points.", "comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Wenn du dich in der eSteem-App anmeldest, bekommst du 0,25 eSteem Punkte und bleibst mit deinen Freunden in Kontakt.", "checkin_desc": "Checking in regularly gives you 0.25 points.",
"vote_desc": "By voting you give reward to other creators and show your appreciation but also earn back upto 0.01 x vote weight points.", "vote_desc": "By voting you give reward to other creators and also earn back upto 0.01 x vote weight points.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.", "reblog_desc": "Share what post you like with your friends and earn points.",
"login_desc": "Wenn du dich bei der eSteem App anmeldest, hast du Anspruch darauf, dass du automatisch 100 eSteem Punkte erhältst.", "login_desc": "When you login into app first time you earn 100 points.",
"checkin_extra_desc": "Die konsequente Nutzung der eSteem App gibt dir zusätzliche Chancen, weitere 10 eSteem Punkte zu verdienen. Sei aktiv und verdiene mehr Punkte.", "checkin_extra_desc": "Consistent use of app gives you extra chances to earn more points, be more active and earn more.",
"dropdown_transfer": "Geschenk", "dropdown_transfer": "Geschenk",
"dropdown_promote": "Bewerben", "dropdown_promote": "Bewerben",
"dropdown_boost": "Boost", "dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power-Down", "power_down": "Power-Down",
"withdraw_steem": "Steem auszahlen", "withdraw_steem": "Steem auszahlen",
"withdraw_sbd": "Steem-Dollar auszahlen", "withdraw_sbd": "Steem-Dollar auszahlen",
"transfer_to_savings": "Transfer To Savings",
"convert": "Convert",
"escrow_transfer": "Escrow Transfer",
"escrow_dispute": "Escrow Dispute",
"escrow_release": "Escrow Release",
"escrow_approve": "Escrow Approve",
"cancel_transfer_from_savings": "Cancel Transfer from Savings",
"delegate_vesting_shares": "Delegation",
"fill_convert_request": "Convert request executed",
"fill_transfer_from_savings": "From Savings executed",
"fill_vesting_withdraw": "Power Down executed",
"estm": { "estm": {
"title": "eSteem Punkte", "title": "eSteem Punkte",
"buy": "ESTM kaufen" "buy": "ESTM kaufen"
@ -319,7 +331,10 @@
"promoted": "Beworben", "promoted": "Beworben",
"author_payout": "Autoren-Auszahlung", "author_payout": "Autoren-Auszahlung",
"curation_payout": "Kuratoren-Auszahlung", "curation_payout": "Kuratoren-Auszahlung",
"payout_date": "Auszahlung" "payout_date": "Auszahlung",
"beneficiaries": "Beneficiaries",
"warn_zero_payout": "Amount must reach $0.02 for payout",
"breakdown": "Breakdown"
}, },
"post_dropdown": { "post_dropdown": {
"copy": "Link kopieren", "copy": "Link kopieren",
@ -374,7 +389,9 @@
"delegate": "Delegieren", "delegate": "Delegieren",
"power_down": "Power-Down", "power_down": "Power-Down",
"withdraw_steem": "Steem auszahlen", "withdraw_steem": "Steem auszahlen",
"withdraw_sbd": "Steem-Dollar auszahlen" "withdraw_sbd": "Steem-Dollar auszahlen",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
}, },
"boost": { "boost": {
"title": "Erhalte eSteem Punkte", "title": "Erhalte eSteem Punkte",

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer", "outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus", "checkin_extra": "Bonus",
"delegation": "Delegation", "delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward", "delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation", "delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post", "post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login", "login_title": "Points for login",
"checkin_title": "Points for heartbeat", "checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus", "checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!", "no_activity": "No recent activity",
"outgoing_transfer_description": "", "outgoing_transfer_description": "",
"incoming_transfer_description": "", "incoming_transfer_description": "",
"post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.", "post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.",
"comment_desc": "Each comment you make helps you to grow your audience and make friendship but also earns you upto 5 points.", "comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.", "checkin_desc": "Checking in regularly gives you 0.25 points.",
"vote_desc": "By voting you give reward to other creators and show your appreciation but also earn back upto 0.01 x vote weight points.", "vote_desc": "By voting you give reward to other creators and also earn back upto 0.01 x vote weight points.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.", "reblog_desc": "Share what post you like with your friends and earn points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.", "login_desc": "When you login into app first time you earn 100 points.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.", "checkin_extra_desc": "Consistent use of app gives you extra chances to earn more points, be more active and earn more.",
"dropdown_transfer": "Gift", "dropdown_transfer": "Gift",
"dropdown_promote": "Promote", "dropdown_promote": "Promote",
"dropdown_boost": "Boost", "dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar", "withdraw_sbd": "Withdraw Steem Dollar",
"transfer_to_savings": "Transfer To Savings",
"convert": "Convert",
"escrow_transfer": "Escrow Transfer",
"escrow_dispute": "Escrow Dispute",
"escrow_release": "Escrow Release",
"escrow_approve": "Escrow Approve",
"cancel_transfer_from_savings": "Cancel Transfer from Savings",
"delegate_vesting_shares": "Delegation",
"fill_convert_request": "Convert request executed",
"fill_transfer_from_savings": "From Savings executed",
"fill_vesting_withdraw": "Power Down executed",
"estm": { "estm": {
"title": "eSteem Points", "title": "eSteem Points",
"buy": "GET ESTM" "buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promoted", "promoted": "Promoted",
"author_payout": "Author Payout", "author_payout": "Author Payout",
"curation_payout": "Curation Payout", "curation_payout": "Curation Payout",
"payout_date": "Payout" "payout_date": "Payout",
"beneficiaries": "Beneficiaries",
"warn_zero_payout": "Amount must reach $0.02 for payout",
"breakdown": "Breakdown"
}, },
"post_dropdown": { "post_dropdown": {
"copy": "copy link", "copy": "copy link",
@ -374,7 +389,9 @@
"delegate": "Delegate", "delegate": "Delegate",
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar" "withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
}, },
"boost": { "boost": {
"title": "Get eSteem Points", "title": "Get eSteem Points",

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer", "outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus", "checkin_extra": "Bonus",
"delegation": "Delegation", "delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward", "delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation", "delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post", "post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login", "login_title": "Points for login",
"checkin_title": "Points for heartbeat", "checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus", "checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!", "no_activity": "No recent activity",
"outgoing_transfer_description": "", "outgoing_transfer_description": "",
"incoming_transfer_description": "", "incoming_transfer_description": "",
"post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.", "post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.",
"comment_desc": "Each comment you make helps you to grow your audience and make friendship but also earns you upto 5 points.", "comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.", "checkin_desc": "Checking in regularly gives you 0.25 points.",
"vote_desc": "By voting you give reward to other creators and show your appreciation but also earn back upto 0.01 x vote weight points.", "vote_desc": "By voting you give reward to other creators and also earn back upto 0.01 x vote weight points.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.", "reblog_desc": "Share what post you like with your friends and earn points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.", "login_desc": "When you login into app first time you earn 100 points.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.", "checkin_extra_desc": "Consistent use of app gives you extra chances to earn more points, be more active and earn more.",
"dropdown_transfer": "Gift", "dropdown_transfer": "Gift",
"dropdown_promote": "Promote", "dropdown_promote": "Promote",
"dropdown_boost": "Boost", "dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar", "withdraw_sbd": "Withdraw Steem Dollar",
"transfer_to_savings": "Transfer To Savings",
"convert": "Convert",
"escrow_transfer": "Escrow Transfer",
"escrow_dispute": "Escrow Dispute",
"escrow_release": "Escrow Release",
"escrow_approve": "Escrow Approve",
"cancel_transfer_from_savings": "Cancel Transfer from Savings",
"delegate_vesting_shares": "Delegation",
"fill_convert_request": "Convert request executed",
"fill_transfer_from_savings": "From Savings executed",
"fill_vesting_withdraw": "Power Down executed",
"estm": { "estm": {
"title": "eSteem Points", "title": "eSteem Points",
"buy": "GET ESTM" "buy": "GET ESTM"
@ -322,7 +334,10 @@
"promoted": "Promoted", "promoted": "Promoted",
"author_payout": "Author Payout", "author_payout": "Author Payout",
"curation_payout": "Curation Payout", "curation_payout": "Curation Payout",
"payout_date": "Payout" "payout_date": "Payout",
"beneficiaries": "Beneficiaries",
"warn_zero_payout": "Amount must reach $0.02 for payout",
"breakdown": "Breakdown"
}, },
"post_dropdown": { "post_dropdown": {
"copy": "copy link", "copy": "copy link",
@ -377,7 +392,9 @@
"delegate": "Delegate", "delegate": "Delegate",
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar" "withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
}, },
"boost": { "boost": {
"title": "Get eSteem Points", "title": "Get eSteem Points",

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer", "outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus", "checkin_extra": "Bonus",
"delegation": "Delegation", "delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward", "delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation", "delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post", "post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login", "login_title": "Points for login",
"checkin_title": "Points for heartbeat", "checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus", "checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!", "no_activity": "No recent activity",
"outgoing_transfer_description": "", "outgoing_transfer_description": "",
"incoming_transfer_description": "", "incoming_transfer_description": "",
"post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.", "post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.",
"comment_desc": "Each comment you make helps you to grow your audience and make friendship but also earns you upto 5 points.", "comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.", "checkin_desc": "Checking in regularly gives you 0.25 points.",
"vote_desc": "By voting you give reward to other creators and show your appreciation but also earn back upto 0.01 x vote weight points.", "vote_desc": "By voting you give reward to other creators and also earn back upto 0.01 x vote weight points.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.", "reblog_desc": "Share what post you like with your friends and earn points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.", "login_desc": "When you login into app first time you earn 100 points.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.", "checkin_extra_desc": "Consistent use of app gives you extra chances to earn more points, be more active and earn more.",
"dropdown_transfer": "Gift", "dropdown_transfer": "Gift",
"dropdown_promote": "Promote", "dropdown_promote": "Promote",
"dropdown_boost": "Boost", "dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar", "withdraw_sbd": "Withdraw Steem Dollar",
"transfer_to_savings": "Transfer To Savings",
"convert": "Convert",
"escrow_transfer": "Escrow Transfer",
"escrow_dispute": "Escrow Dispute",
"escrow_release": "Escrow Release",
"escrow_approve": "Escrow Approve",
"cancel_transfer_from_savings": "Cancel Transfer from Savings",
"delegate_vesting_shares": "Delegation",
"fill_convert_request": "Convert request executed",
"fill_transfer_from_savings": "From Savings executed",
"fill_vesting_withdraw": "Power Down executed",
"estm": { "estm": {
"title": "eSteem Points", "title": "eSteem Points",
"buy": "GET ESTM" "buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promoted", "promoted": "Promoted",
"author_payout": "Author Payout", "author_payout": "Author Payout",
"curation_payout": "Curation Payout", "curation_payout": "Curation Payout",
"payout_date": "Payout" "payout_date": "Payout",
"beneficiaries": "Beneficiaries",
"warn_zero_payout": "Amount must reach $0.02 for payout",
"breakdown": "Breakdown"
}, },
"post_dropdown": { "post_dropdown": {
"copy": "copy link", "copy": "copy link",
@ -374,7 +389,9 @@
"delegate": "Delegate", "delegate": "Delegate",
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar" "withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
}, },
"boost": { "boost": {
"title": "Get eSteem Points", "title": "Get eSteem Points",

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Transferencia enviada", "outgoing_transfer_title": "Transferencia enviada",
"checkin_extra": "Bono", "checkin_extra": "Bono",
"delegation": "Delegación", "delegation": "Delegación",
"delegations": "Delegations",
"delegation_title": "Recompensa por delegación", "delegation_title": "Recompensa por delegación",
"delegation_desc": "Earn ESTM everyday for delegation", "delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Puntos por publicar", "post_title": "Puntos por publicar",
@ -28,16 +29,16 @@
"login_title": "Puntos por iniciar sesión", "login_title": "Puntos por iniciar sesión",
"checkin_title": "Puntos por latido", "checkin_title": "Puntos por latido",
"checkin_extra_title": "Bono de uso", "checkin_extra_title": "Bono de uso",
"no_activity": "¡No hay actividad aquí!", "no_activity": "No recent activity",
"outgoing_transfer_description": "", "outgoing_transfer_description": "",
"incoming_transfer_description": "", "incoming_transfer_description": "",
"post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.", "post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.",
"comment_desc": "Each comment you make helps you to grow your audience and make friendship but also earns you upto 5 points.", "comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Estar conectado en eSteem te da 0.25 puntos y te ayuda a estar conectado con tus amigos.", "checkin_desc": "Checking in regularly gives you 0.25 points.",
"vote_desc": "By voting you give reward to other creators and show your appreciation but also earn back upto 0.01 x vote weight points.", "vote_desc": "By voting you give reward to other creators and also earn back upto 0.01 x vote weight points.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.", "reblog_desc": "Share what post you like with your friends and earn points.",
"login_desc": "Cuando inicies sesión en eSteem tienes derecho a recibir 100 puntos automáticamente.", "login_desc": "When you login into app first time you earn 100 points.",
"checkin_extra_desc": "El uso constante de la aplicación te otorga más posibilidades de generar más de 10 puntos, se más activo y gana más.", "checkin_extra_desc": "Consistent use of app gives you extra chances to earn more points, be more active and earn more.",
"dropdown_transfer": "Regalar", "dropdown_transfer": "Regalar",
"dropdown_promote": "Promocionar", "dropdown_promote": "Promocionar",
"dropdown_boost": "Impulsar", "dropdown_boost": "Impulsar",
@ -65,6 +66,17 @@
"power_down": "Power down", "power_down": "Power down",
"withdraw_steem": "Retirar Steem", "withdraw_steem": "Retirar Steem",
"withdraw_sbd": "Retirar Steem Dollar", "withdraw_sbd": "Retirar Steem Dollar",
"transfer_to_savings": "Transfer To Savings",
"convert": "Convert",
"escrow_transfer": "Escrow Transfer",
"escrow_dispute": "Escrow Dispute",
"escrow_release": "Escrow Release",
"escrow_approve": "Escrow Approve",
"cancel_transfer_from_savings": "Cancel Transfer from Savings",
"delegate_vesting_shares": "Delegación",
"fill_convert_request": "Convert request executed",
"fill_transfer_from_savings": "From Savings executed",
"fill_vesting_withdraw": "Power Down executed",
"estm": { "estm": {
"title": "Puntos eSteem", "title": "Puntos eSteem",
"buy": "OBTENER ESTM" "buy": "OBTENER ESTM"
@ -319,7 +331,10 @@
"promoted": "Promocionado", "promoted": "Promocionado",
"author_payout": "Pago de Autor", "author_payout": "Pago de Autor",
"curation_payout": "Pago de Curación", "curation_payout": "Pago de Curación",
"payout_date": "Pago" "payout_date": "Pago",
"beneficiaries": "Beneficiaries",
"warn_zero_payout": "Amount must reach $0.02 for payout",
"breakdown": "Breakdown"
}, },
"post_dropdown": { "post_dropdown": {
"copy": "copiar enlace", "copy": "copiar enlace",
@ -374,7 +389,9 @@
"delegate": "Delegar", "delegate": "Delegar",
"power_down": "Hacer Power Down", "power_down": "Hacer Power Down",
"withdraw_steem": "Retirar Steem", "withdraw_steem": "Retirar Steem",
"withdraw_sbd": "Retirar Steem Dollar" "withdraw_sbd": "Retirar Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
}, },
"boost": { "boost": {
"title": "Obtener puntos eSteem", "title": "Obtener puntos eSteem",

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer", "outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Boonus", "checkin_extra": "Boonus",
"delegation": "Delegation", "delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward", "delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation", "delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Punktid postitustest", "post_title": "Punktid postitustest",
@ -28,16 +29,16 @@
"login_title": "Punktid sisselogimisest", "login_title": "Punktid sisselogimisest",
"checkin_title": "Points for heartbeat", "checkin_title": "Points for heartbeat",
"checkin_extra_title": "Kasutusboonus", "checkin_extra_title": "Kasutusboonus",
"no_activity": "Siin on vaikus!", "no_activity": "No recent activity",
"outgoing_transfer_description": "", "outgoing_transfer_description": "",
"incoming_transfer_description": "", "incoming_transfer_description": "",
"post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.", "post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.",
"comment_desc": "Each comment you make helps you to grow your audience and make friendship but also earns you upto 5 points.", "comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "eSteem äppi kasutamine annab sulle 0.25 punkti ja aitab sul oma sõpradega ühenduses olla.", "checkin_desc": "Checking in regularly gives you 0.25 points.",
"vote_desc": "By voting you give reward to other creators and show your appreciation but also earn back upto 0.01 x vote weight points.", "vote_desc": "By voting you give reward to other creators and also earn back upto 0.01 x vote weight points.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.", "reblog_desc": "Share what post you like with your friends and earn points.",
"login_desc": "Kui sa logid eSteem äppi sisse, teenid sa automaatselt 100 punkti.", "login_desc": "When you login into app first time you earn 100 points.",
"checkin_extra_desc": "Konstantne äppi kasutamine annab sulle võimaluse teenida 10 lisapunkti, olles aktiivsem teenid sa rohkem punkte.", "checkin_extra_desc": "Consistent use of app gives you extra chances to earn more points, be more active and earn more.",
"dropdown_transfer": "Kingi", "dropdown_transfer": "Kingi",
"dropdown_promote": "Promote", "dropdown_promote": "Promote",
"dropdown_boost": "Võimenda", "dropdown_boost": "Võimenda",
@ -65,6 +66,17 @@
"power_down": "Väljaluülitus", "power_down": "Väljaluülitus",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar", "withdraw_sbd": "Withdraw Steem Dollar",
"transfer_to_savings": "Transfer To Savings",
"convert": "Convert",
"escrow_transfer": "Escrow Transfer",
"escrow_dispute": "Escrow Dispute",
"escrow_release": "Escrow Release",
"escrow_approve": "Escrow Approve",
"cancel_transfer_from_savings": "Cancel Transfer from Savings",
"delegate_vesting_shares": "Delegation",
"fill_convert_request": "Convert request executed",
"fill_transfer_from_savings": "From Savings executed",
"fill_vesting_withdraw": "Power Down executed",
"estm": { "estm": {
"title": "eSteem punktid", "title": "eSteem punktid",
"buy": "GET ESTM" "buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promoted", "promoted": "Promoted",
"author_payout": "Author Payout", "author_payout": "Author Payout",
"curation_payout": "Curation Payout", "curation_payout": "Curation Payout",
"payout_date": "Payout" "payout_date": "Payout",
"beneficiaries": "Beneficiaries",
"warn_zero_payout": "Amount must reach $0.02 for payout",
"breakdown": "Breakdown"
}, },
"post_dropdown": { "post_dropdown": {
"copy": "copy link", "copy": "copy link",
@ -374,7 +389,9 @@
"delegate": "Delegate", "delegate": "Delegate",
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar" "withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
}, },
"boost": { "boost": {
"title": "Get eSteem Points", "title": "Get eSteem Points",

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "تراکنش خروجی", "outgoing_transfer_title": "تراکنش خروجی",
"checkin_extra": "پاداش", "checkin_extra": "پاداش",
"delegation": "اجاره", "delegation": "اجاره",
"delegations": "Delegations",
"delegation_title": "پاداش اجاره دادن", "delegation_title": "پاداش اجاره دادن",
"delegation_desc": "Earn ESTM everyday for delegation", "delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "امتیاز برای ایجاد پست", "post_title": "امتیاز برای ایجاد پست",
@ -28,16 +29,16 @@
"login_title": "امتیاز برای ورود به حساب کاربری", "login_title": "امتیاز برای ورود به حساب کاربری",
"checkin_title": "Points for heartbeat", "checkin_title": "Points for heartbeat",
"checkin_extra_title": "استفاده از پاداش", "checkin_extra_title": "استفاده از پاداش",
"no_activity": "هیچ فعالیتی اینجا نیست!", "no_activity": "No recent activity",
"outgoing_transfer_description": "", "outgoing_transfer_description": "",
"incoming_transfer_description": "", "incoming_transfer_description": "",
"post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.", "post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.",
"comment_desc": "Each comment you make helps you to grow your audience and make friendship but also earns you upto 5 points.", "comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "حاضری زدن در اپ eSteem به شما 0.25 امتیاز میدهد و همچنین به شما کمک میکند تا با دوستانتان و در ارتباط باقی بمانید.", "checkin_desc": "Checking in regularly gives you 0.25 points.",
"vote_desc": "By voting you give reward to other creators and show your appreciation but also earn back upto 0.01 x vote weight points.", "vote_desc": "By voting you give reward to other creators and also earn back upto 0.01 x vote weight points.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.", "reblog_desc": "Share what post you like with your friends and earn points.",
"login_desc": "زمانی که شما توسط اپ eSteem وارد حساب کاربری خود شوید به صورت اتوماتیک 100 امتیاز دریافت خواهید کرد.", "login_desc": "When you login into app first time you earn 100 points.",
"checkin_extra_desc": "استفاده مداوم از این اپ به شما شانس دریافت 10 امتیاز دیگر را می دهد، بیشتر فعال باشید و امتیازات بیشتری دریافت کنید.", "checkin_extra_desc": "Consistent use of app gives you extra chances to earn more points, be more active and earn more.",
"dropdown_transfer": "Gift", "dropdown_transfer": "Gift",
"dropdown_promote": "Promote", "dropdown_promote": "Promote",
"dropdown_boost": "Boost", "dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "کم کردن قدرت", "power_down": "کم کردن قدرت",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar", "withdraw_sbd": "Withdraw Steem Dollar",
"transfer_to_savings": "Transfer To Savings",
"convert": "Convert",
"escrow_transfer": "Escrow Transfer",
"escrow_dispute": "Escrow Dispute",
"escrow_release": "Escrow Release",
"escrow_approve": "Escrow Approve",
"cancel_transfer_from_savings": "Cancel Transfer from Savings",
"delegate_vesting_shares": "اجاره",
"fill_convert_request": "Convert request executed",
"fill_transfer_from_savings": "From Savings executed",
"fill_vesting_withdraw": "Power Down executed",
"estm": { "estm": {
"title": "eSteem Points", "title": "eSteem Points",
"buy": "GET ESTM" "buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "ارتقا داده شده", "promoted": "ارتقا داده شده",
"author_payout": "پاداش نویسنده", "author_payout": "پاداش نویسنده",
"curation_payout": "پاداش مشارکت", "curation_payout": "پاداش مشارکت",
"payout_date": "پرداخت" "payout_date": "پرداخت",
"beneficiaries": "Beneficiaries",
"warn_zero_payout": "Amount must reach $0.02 for payout",
"breakdown": "Breakdown"
}, },
"post_dropdown": { "post_dropdown": {
"copy": "کپی لینک", "copy": "کپی لینک",
@ -374,7 +389,9 @@
"delegate": "Delegate", "delegate": "Delegate",
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar" "withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
}, },
"boost": { "boost": {
"title": "Get eSteem Points", "title": "Get eSteem Points",

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer", "outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus", "checkin_extra": "Bonus",
"delegation": "Delegation", "delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward", "delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation", "delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post", "post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login", "login_title": "Points for login",
"checkin_title": "Points for heartbeat", "checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus", "checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!", "no_activity": "No recent activity",
"outgoing_transfer_description": "", "outgoing_transfer_description": "",
"incoming_transfer_description": "", "incoming_transfer_description": "",
"post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.", "post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.",
"comment_desc": "Each comment you make helps you to grow your audience and make friendship but also earns you upto 5 points.", "comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.", "checkin_desc": "Checking in regularly gives you 0.25 points.",
"vote_desc": "By voting you give reward to other creators and show your appreciation but also earn back upto 0.01 x vote weight points.", "vote_desc": "By voting you give reward to other creators and also earn back upto 0.01 x vote weight points.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.", "reblog_desc": "Share what post you like with your friends and earn points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.", "login_desc": "When you login into app first time you earn 100 points.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.", "checkin_extra_desc": "Consistent use of app gives you extra chances to earn more points, be more active and earn more.",
"dropdown_transfer": "Gift", "dropdown_transfer": "Gift",
"dropdown_promote": "Promote", "dropdown_promote": "Promote",
"dropdown_boost": "Boost", "dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar", "withdraw_sbd": "Withdraw Steem Dollar",
"transfer_to_savings": "Transfer To Savings",
"convert": "Convert",
"escrow_transfer": "Escrow Transfer",
"escrow_dispute": "Escrow Dispute",
"escrow_release": "Escrow Release",
"escrow_approve": "Escrow Approve",
"cancel_transfer_from_savings": "Cancel Transfer from Savings",
"delegate_vesting_shares": "Delegation",
"fill_convert_request": "Convert request executed",
"fill_transfer_from_savings": "From Savings executed",
"fill_vesting_withdraw": "Power Down executed",
"estm": { "estm": {
"title": "eSteem Points", "title": "eSteem Points",
"buy": "GET ESTM" "buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promoted", "promoted": "Promoted",
"author_payout": "Author Payout", "author_payout": "Author Payout",
"curation_payout": "Curation Payout", "curation_payout": "Curation Payout",
"payout_date": "Palkkio" "payout_date": "Palkkio",
"beneficiaries": "Beneficiaries",
"warn_zero_payout": "Amount must reach $0.02 for payout",
"breakdown": "Breakdown"
}, },
"post_dropdown": { "post_dropdown": {
"copy": "kopioi linkki", "copy": "kopioi linkki",
@ -374,7 +389,9 @@
"delegate": "Delegate", "delegate": "Delegate",
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar" "withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
}, },
"boost": { "boost": {
"title": "Get eSteem Points", "title": "Get eSteem Points",

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer", "outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus", "checkin_extra": "Bonus",
"delegation": "Delegation", "delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward", "delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation", "delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post", "post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login", "login_title": "Points for login",
"checkin_title": "Points for heartbeat", "checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus", "checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!", "no_activity": "No recent activity",
"outgoing_transfer_description": "", "outgoing_transfer_description": "",
"incoming_transfer_description": "", "incoming_transfer_description": "",
"post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.", "post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.",
"comment_desc": "Each comment you make helps you to grow your audience and make friendship but also earns you upto 5 points.", "comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.", "checkin_desc": "Checking in regularly gives you 0.25 points.",
"vote_desc": "By voting you give reward to other creators and show your appreciation but also earn back upto 0.01 x vote weight points.", "vote_desc": "By voting you give reward to other creators and also earn back upto 0.01 x vote weight points.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.", "reblog_desc": "Share what post you like with your friends and earn points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.", "login_desc": "When you login into app first time you earn 100 points.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.", "checkin_extra_desc": "Consistent use of app gives you extra chances to earn more points, be more active and earn more.",
"dropdown_transfer": "Gift", "dropdown_transfer": "Gift",
"dropdown_promote": "Promote", "dropdown_promote": "Promote",
"dropdown_boost": "Boost", "dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar", "withdraw_sbd": "Withdraw Steem Dollar",
"transfer_to_savings": "Transfer To Savings",
"convert": "Convert",
"escrow_transfer": "Escrow Transfer",
"escrow_dispute": "Escrow Dispute",
"escrow_release": "Escrow Release",
"escrow_approve": "Escrow Approve",
"cancel_transfer_from_savings": "Cancel Transfer from Savings",
"delegate_vesting_shares": "Delegation",
"fill_convert_request": "Convert request executed",
"fill_transfer_from_savings": "From Savings executed",
"fill_vesting_withdraw": "Power Down executed",
"estm": { "estm": {
"title": "eSteem Points", "title": "eSteem Points",
"buy": "GET ESTM" "buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promoted", "promoted": "Promoted",
"author_payout": "Author Payout", "author_payout": "Author Payout",
"curation_payout": "Curation Payout", "curation_payout": "Curation Payout",
"payout_date": "Payout" "payout_date": "Payout",
"beneficiaries": "Beneficiaries",
"warn_zero_payout": "Amount must reach $0.02 for payout",
"breakdown": "Breakdown"
}, },
"post_dropdown": { "post_dropdown": {
"copy": "copy link", "copy": "copy link",
@ -374,7 +389,9 @@
"delegate": "Delegate", "delegate": "Delegate",
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar" "withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
}, },
"boost": { "boost": {
"title": "Get eSteem Points", "title": "Get eSteem Points",

View File

@ -9,18 +9,19 @@
"transfer_from_savings": "Transférer depuis mes Économies", "transfer_from_savings": "Transférer depuis mes Économies",
"withdraw_vesting": "Diminuer son influence", "withdraw_vesting": "Diminuer son influence",
"fill_order": "Remplir lordre", "fill_order": "Remplir lordre",
"post": "Post", "post": "Publier",
"comment": "Commentaire", "comment": "Commentaire",
"checkin": "Check-in", "checkin": "Check-in",
"vote": "Vote", "vote": "Vote",
"reblog": "Reblog", "reblog": "Reblog",
"login": "Login", "login": "Connexion",
"incoming_transfer_title": "Incoming transfer", "incoming_transfer_title": "Transfert entrant",
"outgoing_transfer_title": "Outgoing transfer", "outgoing_transfer_title": "Transfert sortant",
"checkin_extra": "Bonus", "checkin_extra": "Bonus",
"delegation": "Delegation", "delegation": "Délégation",
"delegation_title": "Delegation reward", "delegations": "Delegations",
"delegation_desc": "Earn ESTM everyday for delegation", "delegation_title": "Récompense de délégation",
"delegation_desc": "Gagnez des ESTM tous les jours pour les délégations",
"post_title": "Points pour vos publications", "post_title": "Points pour vos publications",
"comment_title": "Points pour vos commentaires", "comment_title": "Points pour vos commentaires",
"vote_title": "Points pour vos votes", "vote_title": "Points pour vos votes",
@ -28,28 +29,28 @@
"login_title": "Points pour vos connexions", "login_title": "Points pour vos connexions",
"checkin_title": "Points for heartbeat", "checkin_title": "Points for heartbeat",
"checkin_extra_title": "Bonus d'utilisation", "checkin_extra_title": "Bonus d'utilisation",
"no_activity": "Aucune activité ici !", "no_activity": "No recent activity",
"outgoing_transfer_description": "", "outgoing_transfer_description": "",
"incoming_transfer_description": "", "incoming_transfer_description": "",
"post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.", "post_desc": "Vous pouvez gagner des points en publiant régulièrement. Publier vous donne jusqu'a 15 points.",
"comment_desc": "Each comment you make helps you to grow your audience and make friendship but also earns you upto 5 points.", "comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.", "checkin_desc": "Checking in regularly gives you 0.25 points.",
"vote_desc": "By voting you give reward to other creators and show your appreciation but also earn back upto 0.01 x vote weight points.", "vote_desc": "By voting you give reward to other creators and also earn back upto 0.01 x vote weight points.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.", "reblog_desc": "Share what post you like with your friends and earn points.",
"login_desc": "Lorsque vous vous connectez sur l'application eSteem, vous avez le droit de gagner 100 points automatiquement.", "login_desc": "When you login into app first time you earn 100 points.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.", "checkin_extra_desc": "Consistent use of app gives you extra chances to earn more points, be more active and earn more.",
"dropdown_transfer": "Gift", "dropdown_transfer": "Cadeau",
"dropdown_promote": "Promote", "dropdown_promote": "Promouvoir",
"dropdown_boost": "Boost", "dropdown_boost": "Accélérer",
"from": "De", "from": "De",
"to": "À", "to": "À",
"estimated_value_desc": "Determined by purchase value", "estimated_value_desc": "Déterminé par la valeur d'achat",
"estimated_value": "Estimated value", "estimated_value": "Valeur estimée",
"estimated_amount": "Vote value", "estimated_amount": "Valeur de vote",
"amount_information": "Drag the slider to adjust the amount", "amount_information": "Faites glisser le curseur pour ajuster le montant",
"amount": "Montant", "amount": "Montant",
"memo": "Mémo", "memo": "Mémo",
"information": "Are you sure to transfer funds?", "information": "Êtes-vous sûr de vouloir transférer les fonds ?",
"amount_desc": "Solde", "amount_desc": "Solde",
"memo_desc": "Ce mémo est public", "memo_desc": "Ce mémo est public",
"to_placeholder": "Nom d'utilisateur", "to_placeholder": "Nom d'utilisateur",
@ -60,13 +61,24 @@
"powerUp": "Power Up", "powerUp": "Power Up",
"withdraw_to_saving": "Withdraw To Saving", "withdraw_to_saving": "Withdraw To Saving",
"steemconnect_title": "Transfert Steemconnect", "steemconnect_title": "Transfert Steemconnect",
"next": "NEXT", "next": "SUIVANT",
"delegate": "Delegate", "delegate": "Déléguer",
"power_down": "Diminuer son influence", "power_down": "Diminuer son influence",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar", "withdraw_sbd": "Withdraw Steem Dollar",
"transfer_to_savings": "Transfer To Savings",
"convert": "Convert",
"escrow_transfer": "Escrow Transfer",
"escrow_dispute": "Escrow Dispute",
"escrow_release": "Escrow Release",
"escrow_approve": "Escrow Approve",
"cancel_transfer_from_savings": "Cancel Transfer from Savings",
"delegate_vesting_shares": "Délégation",
"fill_convert_request": "Convert request executed",
"fill_transfer_from_savings": "From Savings executed",
"fill_vesting_withdraw": "Power Down executed",
"estm": { "estm": {
"title": "eSteem Points", "title": "points eSteem",
"buy": "GET ESTM" "buy": "GET ESTM"
}, },
"savingsteem": { "savingsteem": {
@ -96,11 +108,11 @@
"unfollow": "ne vous suit plus", "unfollow": "ne vous suit plus",
"ignore": "vous a ignoré", "ignore": "vous a ignoré",
"reblog": "a reblogué votre post", "reblog": "a reblogué votre post",
"transfer": "transferred", "transfer": "transféré",
"notification": "Notifications", "notification": "Notifications",
"leaderboard": "Classement", "leaderboard": "Classement",
"epoint": "Points", "epoint": "Points",
"leaderboard_title": "Top Users", "leaderboard_title": "Top utilisateurs",
"recent": "Récent", "recent": "Récent",
"yesterday": "Hier", "yesterday": "Hier",
"this_week": "Cette semaine", "this_week": "Cette semaine",
@ -108,9 +120,9 @@
"older_then": "Vieux de plus de 1 mois" "older_then": "Vieux de plus de 1 mois"
}, },
"leaderboard": { "leaderboard": {
"daily": "DAILY", "daily": "QUOTIDIEN",
"weekly": "WEEKLY", "weekly": "HEBDOMADAIRE",
"monthly": "MONTHLY" "monthly": "MENSUEL"
}, },
"messages": { "messages": {
"comingsoon": "La fonctionnalité Messages arrive bientôt !" "comingsoon": "La fonctionnalité Messages arrive bientôt !"
@ -138,10 +150,10 @@
"steem_dollars": "Steem Dollars", "steem_dollars": "Steem Dollars",
"savings": "Économies", "savings": "Économies",
"edit": { "edit": {
"display_name": "Display Name", "display_name": "Nom d'affichage",
"about": "About", "about": "À propos",
"location": "Location", "location": "Localisation",
"website": "Website" "website": "Site Web"
} }
}, },
"settings": { "settings": {
@ -161,7 +173,7 @@
"transfers": "Transferts" "transfers": "Transferts"
}, },
"pincode": "Pincode", "pincode": "Pincode",
"reset_pin": "Reset Pin Code", "reset_pin": "Réinitialisez le Code Pin",
"reset": "Réinitialiser", "reset": "Réinitialiser",
"nsfw_content": "NSFW", "nsfw_content": "NSFW",
"send_feedback": "Envoyer une suggestion", "send_feedback": "Envoyer une suggestion",
@ -174,11 +186,11 @@
}, },
"feedback_success": "E-mail ouvert avec succès", "feedback_success": "E-mail ouvert avec succès",
"feedback_fail": "Le client e-mail n'a pas pu être ouvert", "feedback_fail": "Le client e-mail n'a pas pu être ouvert",
"server_fail": "Server not available" "server_fail": "Serveur indisponible"
}, },
"voters": { "voters": {
"voters_info": "Info des votants", "voters_info": "Info des votants",
"no_user": "User is not found." "no_user": "L'utilisateur n'a pas été trouvé."
}, },
"login": { "login": {
"signin": "Se connecter", "signin": "Se connecter",
@ -226,7 +238,7 @@
"reply_placeholder": "Qu'aimeriez-vous écrire à propos de l'article ci-dessus ?", "reply_placeholder": "Qu'aimeriez-vous écrire à propos de l'article ci-dessus ?",
"publish": "Publier", "publish": "Publier",
"reply": "Répondre", "reply": "Répondre",
"open_gallery": "Open Gallery", "open_gallery": "Ouvrir la galerie",
"capture_photo": "Prendre une photo" "capture_photo": "Prendre une photo"
}, },
"pincode": { "pincode": {
@ -243,7 +255,7 @@
"fail": "Échec !", "fail": "Échec !",
"move": "Déplacer", "move": "Déplacer",
"move_question": "Êtes-vous sûr de vouloir déplacer vers Broullions ?", "move_question": "Êtes-vous sûr de vouloir déplacer vers Broullions ?",
"success_shared": "Your post successfully shared", "success_shared": "Votre publication à été partagée avec succès",
"success_moved": "Déplacé vers Brouillons", "success_moved": "Déplacé vers Brouillons",
"permission_denied": "Autorisation refusée", "permission_denied": "Autorisation refusée",
"permission_text": "S'il vous plaît, allez dans les Paramètres de votre téléphone et changez les permissions pour lapplication eSteem.", "permission_text": "S'il vous plaît, allez dans les Paramètres de votre téléphone et changez les permissions pour lapplication eSteem.",
@ -260,23 +272,23 @@
"copied": "Copié !", "copied": "Copié !",
"no_internet": "Pas de connexion !", "no_internet": "Pas de connexion !",
"confirm": "Valider", "confirm": "Valider",
"removed": "Removed", "removed": "Retiré",
"same_user": "This user already added to list", "same_user": "Cet utilisateur a déjà été ajouté à la liste",
"unknow_error": "An error occurred", "unknow_error": "Une erreur est survenue",
"error": "Error", "error": "Erreur",
"fetch_error": "Fetching data failed, please try again or notify us at info@esteem.app", "fetch_error": "Fetching data failed, please try again or notify us at info@esteem.app",
"connection_fail": "Connection Failed!", "connection_fail": "Échec de la connexion !",
"connection_success": "Successfully connected!", "connection_success": "Connexion réussie!",
"checking": "Checking...", "checking": "Vérification...",
"not_existing_post": "The post does not exist! Please check permlink and author.", "not_existing_post": "The post does not exist! Please check permlink and author.",
"google_play_version": "We noticed that your device has old version of Google Play. Please update Google Play services and try again!" "google_play_version": "Nous avons remarqué que votre appareil possède une ancienne version de Google Play. Veuillez mettre à jour les services Google Play et réessayez!"
}, },
"post": { "post": {
"reblog_alert": "Are you sure, you want to reblog?", "reblog_alert": "Êtes-vous sûr de vouloir rebloguer ?",
"removed_hint": "The post was removed by", "removed_hint": "Ce post à été supprimé par",
"copy_link": "Copy Link", "copy_link": "Copier le Lien",
"reblogged": "reblogged by", "reblogged": "reblogué par",
"sponsored": "SPONSORED", "sponsored": "SPONSORISÉ",
"open_thread": "Open Thread" "open_thread": "Open Thread"
}, },
"drafts": { "drafts": {
@ -319,7 +331,10 @@
"promoted": "Promu", "promoted": "Promu",
"author_payout": "Gain de l'Auteur", "author_payout": "Gain de l'Auteur",
"curation_payout": "Gain de la Curation", "curation_payout": "Gain de la Curation",
"payout_date": "Gain" "payout_date": "Gain",
"beneficiaries": "Beneficiaries",
"warn_zero_payout": "Amount must reach $0.02 for payout",
"breakdown": "Breakdown"
}, },
"post_dropdown": { "post_dropdown": {
"copy": "copier le lien", "copy": "copier le lien",
@ -327,8 +342,8 @@
"reply": "répondre", "reply": "répondre",
"share": "partager", "share": "partager",
"bookmarks": "ajouter aux signets", "bookmarks": "ajouter aux signets",
"promote": "promote", "promote": "promouvoir",
"boost": "boost" "boost": "accélérer"
}, },
"deep_link": { "deep_link": {
"no_existing_user": "Utilisateur inexistant", "no_existing_user": "Utilisateur inexistant",
@ -340,78 +355,80 @@
}, },
"comment_filter": { "comment_filter": {
"trending": "TOP", "trending": "TOP",
"reputation": "REPUTATION", "reputation": "RÉPUTATION",
"votes": "VOTE", "votes": "VOTE",
"age": "AGE", "age": "AGE",
"top": "TOP", "top": "TOP",
"time": "TIME" "time": "HEURE"
}, },
"transfer": { "transfer": {
"from": "De", "from": "De",
"to": "À", "to": "À",
"amount_information": "Drag the slider to adjust the amount", "amount_information": "Faites glisser le curseur pour ajuster le montant",
"amount": "Montant", "amount": "Montant",
"memo": "Mémo", "memo": "Mémo",
"information": "Are you sure to transfer funds?", "information": "Êtes-vous sûr de vouloir transférer les fonds ?",
"amount_desc": "Solde", "amount_desc": "Solde",
"memo_desc": "Ce mémo est public", "memo_desc": "Ce mémo est public",
"to_placeholder": "Nom d'utilisateur", "to_placeholder": "Nom d'utilisateur",
"memo_placeholder": "Entrez vos notes ici", "memo_placeholder": "Entrez vos notes ici",
"transfer_token": "Transfer", "transfer_token": "Transférer",
"points": "Gift ESTM to someone", "points": "Gift ESTM to someone",
"transfer_to_saving": "Transfer To Saving", "transfer_to_saving": "Transfer To Saving",
"powerUp": "Power Up", "powerUp": "Power Up",
"withdraw_to_saving": "Withdraw To Saving", "withdraw_to_saving": "Withdraw To Saving",
"steemconnect_title": "Transfert Steemconnect", "steemconnect_title": "Transfert Steemconnect",
"estimated_weekly": "Estimated Weekly", "estimated_weekly": "Évalué chaque semaine",
"destination_accounts": "Destination Accounts", "destination_accounts": "Destination Accounts",
"stop_information": "Are you sure want to stop?", "stop_information": "Êtes-vous sûr de vouloir arrêter ?",
"percent": "Percent", "percent": "Pourcentage",
"auto_vests": "Auto Vests", "auto_vests": "Auto Vests",
"save": "SAVE", "save": "SAUVEGARDER",
"percent_information": "Percent info", "percent_information": "Percent info",
"next": "NEXT", "next": "SUIVANT",
"delegate": "Delegate", "delegate": "Déléguer",
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar" "withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
}, },
"boost": { "boost": {
"title": "Get eSteem Points", "title": "Get eSteem Points",
"buy": "GET ESTM", "buy": "GET ESTM",
"next": "NEXT" "next": "SUIVANT"
}, },
"free_estm": { "free_estm": {
"title": "Free ESTM", "title": "Free ESTM",
"button": "SPIN & WIN", "button": "TOURNER & GAGNER",
"get_spin": "5 SPINS", "get_spin": "5 TOURS",
"spin_right": "Spin Left", "spin_right": "Spin Left",
"timer_text": "Next free spin in" "timer_text": "Prochain tour gratuit dans"
}, },
"promote": { "promote": {
"title": "Promote", "title": "Promouvoir",
"days": "days", "days": "jours",
"user": "User", "user": "Utilisateur",
"permlink": "Post", "permlink": "Publier",
"permlinkPlaceholder": "author/permlink", "permlinkPlaceholder": "author/permlink",
"information": "Are you sure to promote?" "information": "Êtes-vous sûr de vouloir promouvoir?"
}, },
"boostPost": { "boostPost": {
"title": "Boost" "title": "Boost"
}, },
"voters_dropdown": { "voters_dropdown": {
"rewards": "REWARDS", "rewards": "RÉCOMPENSES",
"percent": "PERCENT", "percent": "PERCENT",
"time": "TIME" "time": "HEURE"
}, },
"reblog": { "reblog": {
"title": "Reblog Info" "title": "Reblog Info"
}, },
"dsteem": { "dsteem": {
"date_error": { "date_error": {
"device_time": "Your device time;", "device_time": "Heure de votre appareil;",
"current_time": "Current time;", "current_time": "Heure actuelle;",
"information": "We noticed that your device has incorrect date or time. Please fix Date & Time or Set Automatically and try again." "information": "Nous avons remarqué que votre appareil a une date ou une heure incorrectes. Veuillez corriger la date et l'heure ou définir automatiquement puis réessayer."
} }
} }
} }

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer", "outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus", "checkin_extra": "Bonus",
"delegation": "Delegation", "delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward", "delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation", "delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post", "post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login", "login_title": "Points for login",
"checkin_title": "Points for heartbeat", "checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus", "checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!", "no_activity": "No recent activity",
"outgoing_transfer_description": "", "outgoing_transfer_description": "",
"incoming_transfer_description": "", "incoming_transfer_description": "",
"post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.", "post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.",
"comment_desc": "Each comment you make helps you to grow your audience and make friendship but also earns you upto 5 points.", "comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.", "checkin_desc": "Checking in regularly gives you 0.25 points.",
"vote_desc": "By voting you give reward to other creators and show your appreciation but also earn back upto 0.01 x vote weight points.", "vote_desc": "By voting you give reward to other creators and also earn back upto 0.01 x vote weight points.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.", "reblog_desc": "Share what post you like with your friends and earn points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.", "login_desc": "When you login into app first time you earn 100 points.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.", "checkin_extra_desc": "Consistent use of app gives you extra chances to earn more points, be more active and earn more.",
"dropdown_transfer": "Gift", "dropdown_transfer": "Gift",
"dropdown_promote": "Promote", "dropdown_promote": "Promote",
"dropdown_boost": "Boost", "dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar", "withdraw_sbd": "Withdraw Steem Dollar",
"transfer_to_savings": "Transfer To Savings",
"convert": "Convert",
"escrow_transfer": "Escrow Transfer",
"escrow_dispute": "Escrow Dispute",
"escrow_release": "Escrow Release",
"escrow_approve": "Escrow Approve",
"cancel_transfer_from_savings": "Cancel Transfer from Savings",
"delegate_vesting_shares": "Delegation",
"fill_convert_request": "Convert request executed",
"fill_transfer_from_savings": "From Savings executed",
"fill_vesting_withdraw": "Power Down executed",
"estm": { "estm": {
"title": "eSteem Points", "title": "eSteem Points",
"buy": "GET ESTM" "buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promoted", "promoted": "Promoted",
"author_payout": "Author Payout", "author_payout": "Author Payout",
"curation_payout": "Curation Payout", "curation_payout": "Curation Payout",
"payout_date": "Payout" "payout_date": "Payout",
"beneficiaries": "Beneficiaries",
"warn_zero_payout": "Amount must reach $0.02 for payout",
"breakdown": "Breakdown"
}, },
"post_dropdown": { "post_dropdown": {
"copy": "copy link", "copy": "copy link",
@ -374,7 +389,9 @@
"delegate": "Delegate", "delegate": "Delegate",
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar" "withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
}, },
"boost": { "boost": {
"title": "Get eSteem Points", "title": "Get eSteem Points",

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer", "outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus", "checkin_extra": "Bonus",
"delegation": "Delegation", "delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward", "delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation", "delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post", "post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login", "login_title": "Points for login",
"checkin_title": "Points for heartbeat", "checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus", "checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!", "no_activity": "No recent activity",
"outgoing_transfer_description": "", "outgoing_transfer_description": "",
"incoming_transfer_description": "", "incoming_transfer_description": "",
"post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.", "post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.",
"comment_desc": "Each comment you make helps you to grow your audience and make friendship but also earns you upto 5 points.", "comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.", "checkin_desc": "Checking in regularly gives you 0.25 points.",
"vote_desc": "By voting you give reward to other creators and show your appreciation but also earn back upto 0.01 x vote weight points.", "vote_desc": "By voting you give reward to other creators and also earn back upto 0.01 x vote weight points.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.", "reblog_desc": "Share what post you like with your friends and earn points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.", "login_desc": "When you login into app first time you earn 100 points.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.", "checkin_extra_desc": "Consistent use of app gives you extra chances to earn more points, be more active and earn more.",
"dropdown_transfer": "Gift", "dropdown_transfer": "Gift",
"dropdown_promote": "Promote", "dropdown_promote": "Promote",
"dropdown_boost": "Boost", "dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar", "withdraw_sbd": "Withdraw Steem Dollar",
"transfer_to_savings": "Transfer To Savings",
"convert": "Convert",
"escrow_transfer": "Escrow Transfer",
"escrow_dispute": "Escrow Dispute",
"escrow_release": "Escrow Release",
"escrow_approve": "Escrow Approve",
"cancel_transfer_from_savings": "Cancel Transfer from Savings",
"delegate_vesting_shares": "Delegation",
"fill_convert_request": "Convert request executed",
"fill_transfer_from_savings": "From Savings executed",
"fill_vesting_withdraw": "Power Down executed",
"estm": { "estm": {
"title": "eSteem Points", "title": "eSteem Points",
"buy": "GET ESTM" "buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promoted", "promoted": "Promoted",
"author_payout": "Author Payout", "author_payout": "Author Payout",
"curation_payout": "Curation Payout", "curation_payout": "Curation Payout",
"payout_date": "Payout" "payout_date": "Payout",
"beneficiaries": "Beneficiaries",
"warn_zero_payout": "Amount must reach $0.02 for payout",
"breakdown": "Breakdown"
}, },
"post_dropdown": { "post_dropdown": {
"copy": "copy link", "copy": "copy link",
@ -374,7 +389,9 @@
"delegate": "Delegate", "delegate": "Delegate",
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar" "withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
}, },
"boost": { "boost": {
"title": "Get eSteem Points", "title": "Get eSteem Points",

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer", "outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Huzd", "checkin_extra": "Huzd",
"delegation": "Delegation", "delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward", "delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation", "delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Stika waurda", "post_title": "Stika waurda",
@ -28,16 +29,16 @@
"login_title": "Stika atgagga", "login_title": "Stika atgagga",
"checkin_title": "Points for heartbeat", "checkin_title": "Points for heartbeat",
"checkin_extra_title": "Brukeinais huzd", "checkin_extra_title": "Brukeinais huzd",
"no_activity": "Ni waihts her warþ!", "no_activity": "No recent activity",
"outgoing_transfer_description": "", "outgoing_transfer_description": "",
"incoming_transfer_description": "", "incoming_transfer_description": "",
"post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.", "post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.",
"comment_desc": "Each comment you make helps you to grow your audience and make friendship but also earns you upto 5 points.", "comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.", "checkin_desc": "Checking in regularly gives you 0.25 points.",
"vote_desc": "By voting you give reward to other creators and show your appreciation but also earn back upto 0.01 x vote weight points.", "vote_desc": "By voting you give reward to other creators and also earn back upto 0.01 x vote weight points.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.", "reblog_desc": "Share what post you like with your friends and earn points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.", "login_desc": "When you login into app first time you earn 100 points.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.", "checkin_extra_desc": "Consistent use of app gives you extra chances to earn more points, be more active and earn more.",
"dropdown_transfer": "Gift", "dropdown_transfer": "Gift",
"dropdown_promote": "Promote", "dropdown_promote": "Promote",
"dropdown_boost": "Boost", "dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar", "withdraw_sbd": "Withdraw Steem Dollar",
"transfer_to_savings": "Transfer To Savings",
"convert": "Convert",
"escrow_transfer": "Escrow Transfer",
"escrow_dispute": "Escrow Dispute",
"escrow_release": "Escrow Release",
"escrow_approve": "Escrow Approve",
"cancel_transfer_from_savings": "Cancel Transfer from Savings",
"delegate_vesting_shares": "Delegation",
"fill_convert_request": "Convert request executed",
"fill_transfer_from_savings": "From Savings executed",
"fill_vesting_withdraw": "Power Down executed",
"estm": { "estm": {
"title": "eSteem Points", "title": "eSteem Points",
"buy": "GET ESTM" "buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promoted", "promoted": "Promoted",
"author_payout": "Author Payout", "author_payout": "Author Payout",
"curation_payout": "Curation Payout", "curation_payout": "Curation Payout",
"payout_date": "Payout" "payout_date": "Payout",
"beneficiaries": "Beneficiaries",
"warn_zero_payout": "Amount must reach $0.02 for payout",
"breakdown": "Breakdown"
}, },
"post_dropdown": { "post_dropdown": {
"copy": "copy link", "copy": "copy link",
@ -374,7 +389,9 @@
"delegate": "Delegate", "delegate": "Delegate",
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar" "withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
}, },
"boost": { "boost": {
"title": "Get eSteem Points", "title": "Get eSteem Points",

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer", "outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus", "checkin_extra": "Bonus",
"delegation": "Delegation", "delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward", "delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation", "delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "נקודות עבור פוסט", "post_title": "נקודות עבור פוסט",
@ -28,16 +29,16 @@
"login_title": "נקודות עבור כניסה", "login_title": "נקודות עבור כניסה",
"checkin_title": "Points for heartbeat", "checkin_title": "Points for heartbeat",
"checkin_extra_title": "בונוס שימוש", "checkin_extra_title": "בונוס שימוש",
"no_activity": "No activity here!", "no_activity": "No recent activity",
"outgoing_transfer_description": "", "outgoing_transfer_description": "",
"incoming_transfer_description": "", "incoming_transfer_description": "",
"post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.", "post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.",
"comment_desc": "Each comment you make helps you to grow your audience and make friendship but also earns you upto 5 points.", "comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.", "checkin_desc": "Checking in regularly gives you 0.25 points.",
"vote_desc": "By voting you give reward to other creators and show your appreciation but also earn back upto 0.01 x vote weight points.", "vote_desc": "By voting you give reward to other creators and also earn back upto 0.01 x vote weight points.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.", "reblog_desc": "Share what post you like with your friends and earn points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.", "login_desc": "When you login into app first time you earn 100 points.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.", "checkin_extra_desc": "Consistent use of app gives you extra chances to earn more points, be more active and earn more.",
"dropdown_transfer": "Gift", "dropdown_transfer": "Gift",
"dropdown_promote": "Promote", "dropdown_promote": "Promote",
"dropdown_boost": "Boost", "dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "המרת כוח הסטים ליתרה נזילה", "power_down": "המרת כוח הסטים ליתרה נזילה",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar", "withdraw_sbd": "Withdraw Steem Dollar",
"transfer_to_savings": "Transfer To Savings",
"convert": "Convert",
"escrow_transfer": "Escrow Transfer",
"escrow_dispute": "Escrow Dispute",
"escrow_release": "Escrow Release",
"escrow_approve": "Escrow Approve",
"cancel_transfer_from_savings": "Cancel Transfer from Savings",
"delegate_vesting_shares": "Delegation",
"fill_convert_request": "Convert request executed",
"fill_transfer_from_savings": "From Savings executed",
"fill_vesting_withdraw": "Power Down executed",
"estm": { "estm": {
"title": "eSteem Points", "title": "eSteem Points",
"buy": "GET ESTM" "buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "מקודמים", "promoted": "מקודמים",
"author_payout": "תשלום הסופר", "author_payout": "תשלום הסופר",
"curation_payout": "תשלום אוצרות התוכן", "curation_payout": "תשלום אוצרות התוכן",
"payout_date": "תשלום" "payout_date": "תשלום",
"beneficiaries": "Beneficiaries",
"warn_zero_payout": "Amount must reach $0.02 for payout",
"breakdown": "Breakdown"
}, },
"post_dropdown": { "post_dropdown": {
"copy": "העתק קישור", "copy": "העתק קישור",
@ -374,7 +389,9 @@
"delegate": "Delegate", "delegate": "Delegate",
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar" "withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
}, },
"boost": { "boost": {
"title": "Get eSteem Points", "title": "Get eSteem Points",

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "जाने वाली फाइल स्थानांतरण", "outgoing_transfer_title": "जाने वाली फाइल स्थानांतरण",
"checkin_extra": "बोनस", "checkin_extra": "बोनस",
"delegation": "प्रतिनिधि मंडल", "delegation": "प्रतिनिधि मंडल",
"delegations": "Delegations",
"delegation_title": "प्रतिनिधि मंडल ईनाम", "delegation_title": "प्रतिनिधि मंडल ईनाम",
"delegation_desc": "Earn ESTM everyday for delegation", "delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "पद के लिए अंक", "post_title": "पद के लिए अंक",
@ -28,16 +29,16 @@
"login_title": "लॉगिन के लिए अंक", "login_title": "लॉगिन के लिए अंक",
"checkin_title": "Points for heartbeat", "checkin_title": "Points for heartbeat",
"checkin_extra_title": "उपयोग बोनस", "checkin_extra_title": "उपयोग बोनस",
"no_activity": "यहां कोई गतिविधि नहीं!", "no_activity": "No recent activity",
"outgoing_transfer_description": "", "outgoing_transfer_description": "",
"incoming_transfer_description": "", "incoming_transfer_description": "",
"post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.", "post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.",
"comment_desc": "Each comment you make helps you to grow your audience and make friendship but also earns you upto 5 points.", "comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "इस्टीम एप्प आपको 0. २५ प्रतिशत अंक देता है जुड़ने पर और मदद करता है दोस्तों के साथ जुड़े रहने में|", "checkin_desc": "Checking in regularly gives you 0.25 points.",
"vote_desc": "By voting you give reward to other creators and show your appreciation but also earn back upto 0.01 x vote weight points.", "vote_desc": "By voting you give reward to other creators and also earn back upto 0.01 x vote weight points.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.", "reblog_desc": "Share what post you like with your friends and earn points.",
"login_desc": "जब आप इस्टीम में लॉगिन करते हैं तो आप १०० अंकों के स्वतः दावेदार हो जाते हैं|", "login_desc": "When you login into app first time you earn 100 points.",
"checkin_extra_desc": "आपको अतिरिक्त मौका मिलता है १० अंक प्राप्त करने का अगर एप्प को लगातार उपयोग करते हैं, अधिक से अधिक समय तक एप्प में सक्रिय रहें|", "checkin_extra_desc": "Consistent use of app gives you extra chances to earn more points, be more active and earn more.",
"dropdown_transfer": "उपहार", "dropdown_transfer": "उपहार",
"dropdown_promote": "Promote", "dropdown_promote": "Promote",
"dropdown_boost": "बूस्ट", "dropdown_boost": "बूस्ट",
@ -65,6 +66,17 @@
"power_down": "शक्तिक्षय करें", "power_down": "शक्तिक्षय करें",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar", "withdraw_sbd": "Withdraw Steem Dollar",
"transfer_to_savings": "Transfer To Savings",
"convert": "Convert",
"escrow_transfer": "Escrow Transfer",
"escrow_dispute": "Escrow Dispute",
"escrow_release": "Escrow Release",
"escrow_approve": "Escrow Approve",
"cancel_transfer_from_savings": "Cancel Transfer from Savings",
"delegate_vesting_shares": "प्रतिनिधि मंडल",
"fill_convert_request": "Convert request executed",
"fill_transfer_from_savings": "From Savings executed",
"fill_vesting_withdraw": "Power Down executed",
"estm": { "estm": {
"title": "eSteem अंक", "title": "eSteem अंक",
"buy": "GET ESTM" "buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "पदोन्नत", "promoted": "पदोन्नत",
"author_payout": "लेखक भुगतान", "author_payout": "लेखक भुगतान",
"curation_payout": "अध्यक्ष्ता इनाम", "curation_payout": "अध्यक्ष्ता इनाम",
"payout_date": "भुगतान" "payout_date": "भुगतान",
"beneficiaries": "Beneficiaries",
"warn_zero_payout": "Amount must reach $0.02 for payout",
"breakdown": "Breakdown"
}, },
"post_dropdown": { "post_dropdown": {
"copy": "लिंक कापी करें", "copy": "लिंक कापी करें",
@ -374,7 +389,9 @@
"delegate": "Delegate", "delegate": "Delegate",
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar" "withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
}, },
"boost": { "boost": {
"title": "Get eSteem Points", "title": "Get eSteem Points",

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer", "outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus", "checkin_extra": "Bonus",
"delegation": "Delegation", "delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward", "delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation", "delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post", "post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login", "login_title": "Points for login",
"checkin_title": "Points for heartbeat", "checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus", "checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!", "no_activity": "No recent activity",
"outgoing_transfer_description": "", "outgoing_transfer_description": "",
"incoming_transfer_description": "", "incoming_transfer_description": "",
"post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.", "post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.",
"comment_desc": "Each comment you make helps you to grow your audience and make friendship but also earns you upto 5 points.", "comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.", "checkin_desc": "Checking in regularly gives you 0.25 points.",
"vote_desc": "By voting you give reward to other creators and show your appreciation but also earn back upto 0.01 x vote weight points.", "vote_desc": "By voting you give reward to other creators and also earn back upto 0.01 x vote weight points.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.", "reblog_desc": "Share what post you like with your friends and earn points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.", "login_desc": "When you login into app first time you earn 100 points.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.", "checkin_extra_desc": "Consistent use of app gives you extra chances to earn more points, be more active and earn more.",
"dropdown_transfer": "Gift", "dropdown_transfer": "Gift",
"dropdown_promote": "Promote", "dropdown_promote": "Promote",
"dropdown_boost": "Boost", "dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Smanji Moć", "power_down": "Smanji Moć",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar", "withdraw_sbd": "Withdraw Steem Dollar",
"transfer_to_savings": "Transfer To Savings",
"convert": "Convert",
"escrow_transfer": "Escrow Transfer",
"escrow_dispute": "Escrow Dispute",
"escrow_release": "Escrow Release",
"escrow_approve": "Escrow Approve",
"cancel_transfer_from_savings": "Cancel Transfer from Savings",
"delegate_vesting_shares": "Delegation",
"fill_convert_request": "Convert request executed",
"fill_transfer_from_savings": "From Savings executed",
"fill_vesting_withdraw": "Power Down executed",
"estm": { "estm": {
"title": "eSteem Points", "title": "eSteem Points",
"buy": "GET ESTM" "buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promovirano", "promoted": "Promovirano",
"author_payout": "Autorova isplata", "author_payout": "Autorova isplata",
"curation_payout": "Kuracijska isplata", "curation_payout": "Kuracijska isplata",
"payout_date": "Isplata" "payout_date": "Isplata",
"beneficiaries": "Beneficiaries",
"warn_zero_payout": "Amount must reach $0.02 for payout",
"breakdown": "Breakdown"
}, },
"post_dropdown": { "post_dropdown": {
"copy": "kopiraj link", "copy": "kopiraj link",
@ -374,7 +389,9 @@
"delegate": "Delegate", "delegate": "Delegate",
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar" "withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
}, },
"boost": { "boost": {
"title": "Get eSteem Points", "title": "Get eSteem Points",

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Kimenő átutalás", "outgoing_transfer_title": "Kimenő átutalás",
"checkin_extra": "Bónusz", "checkin_extra": "Bónusz",
"delegation": "Delegálás", "delegation": "Delegálás",
"delegations": "Delegations",
"delegation_title": "Delegálási jutalom", "delegation_title": "Delegálási jutalom",
"delegation_desc": "Earn ESTM everyday for delegation", "delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Bejegyzés pontok", "post_title": "Bejegyzés pontok",
@ -28,23 +29,23 @@
"login_title": "Bejelentkezés pontok", "login_title": "Bejelentkezés pontok",
"checkin_title": "Életjel pontok", "checkin_title": "Életjel pontok",
"checkin_extra_title": "Használati bónusz", "checkin_extra_title": "Használati bónusz",
"no_activity": "Itt nincs tevékenység!", "no_activity": "Nincs friss tevékenység",
"outgoing_transfer_description": "", "outgoing_transfer_description": "",
"incoming_transfer_description": "", "incoming_transfer_description": "",
"post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.", "post_desc": "Pontokat szerezhetsz rendszeres blogolással. Egy bejegyzésért akár 15 pontot kaphatsz.",
"comment_desc": "Each comment you make helps you to grow your audience and make friendship but also earns you upto 5 points.", "comment_desc": "Minden hozzászólásod segít abban, hogy növeld a táborod és követőket szerezz, továbbá akár 5 pontot is hozhat neked.",
"checkin_desc": "Az eSteem alkalmazásba történő bejelentkezés 0,25 pontot ér és segít abban, hogy kapcsolatban maradj a barátaiddal.", "checkin_desc": "Rendszeres bejelentkezés 0,25 pontot ér.",
"vote_desc": "By voting you give reward to other creators and show your appreciation but also earn back upto 0.01 x vote weight points.", "vote_desc": "By voting you give reward to other creators and also earn back upto 0.01 x vote weight points.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.", "reblog_desc": "Share what post you like with your friends and earn points.",
"login_desc": "Minden eSteem bejelentkezés alkalmával automatikusan 100 pontra vagy jogosult.", "login_desc": "When you login into app first time you earn 100 points.",
"checkin_extra_desc": "Az alkalmazás következetes használata extra esélyt kínál arra, hogy több 10 pontot nyerj, légy aktívabb és nyerj többet.", "checkin_extra_desc": "Consistent use of app gives you extra chances to earn more points, be more active and earn more.",
"dropdown_transfer": "Ajándék", "dropdown_transfer": "Ajándék",
"dropdown_promote": "Hirdetés", "dropdown_promote": "Hirdetés",
"dropdown_boost": "Felpörgetés", "dropdown_boost": "Felpörgetés",
"from": "Feladó", "from": "Feladó",
"to": "Címzett", "to": "Címzett",
"estimated_value_desc": "Determined by purchase value", "estimated_value_desc": "Determined by purchase value",
"estimated_value": "Estimated value", "estimated_value": "Becsült érték",
"estimated_amount": "Vote value", "estimated_amount": "Vote value",
"amount_information": "A csúszka húzásával állítsd be a mennyiséget", "amount_information": "A csúszka húzásával állítsd be a mennyiséget",
"amount": "Összeg", "amount": "Összeg",
@ -65,6 +66,17 @@
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Steem Visszavonás", "withdraw_steem": "Steem Visszavonás",
"withdraw_sbd": "Steem Dollár Visszavonás", "withdraw_sbd": "Steem Dollár Visszavonás",
"transfer_to_savings": "Átutalás a megtakarításokhoz",
"convert": "Konvertálás",
"escrow_transfer": "Escrow Transfer",
"escrow_dispute": "Escrow Dispute",
"escrow_release": "Escrow Release",
"escrow_approve": "Escrow Approve",
"cancel_transfer_from_savings": "Cancel Transfer from Savings",
"delegate_vesting_shares": "Delegálás",
"fill_convert_request": "Convert request executed",
"fill_transfer_from_savings": "From Savings executed",
"fill_vesting_withdraw": "Power Down végrehajtva",
"estm": { "estm": {
"title": "eSteem Pontok", "title": "eSteem Pontok",
"buy": "Vásárolj ESTM-t" "buy": "Vásárolj ESTM-t"
@ -73,7 +85,7 @@
"title": "STEEM Savings" "title": "STEEM Savings"
}, },
"savingsbd": { "savingsbd": {
"title": "SBD Savings" "title": "SBD Megtakarítás"
}, },
"steem": { "steem": {
"title": "STEEM", "title": "STEEM",
@ -108,9 +120,9 @@
"older_then": "Egy Hónapnál Régebbi" "older_then": "Egy Hónapnál Régebbi"
}, },
"leaderboard": { "leaderboard": {
"daily": "DAILY", "daily": "NAPI",
"weekly": "WEEKLY", "weekly": "HETI",
"monthly": "MONTHLY" "monthly": "HAVI"
}, },
"messages": { "messages": {
"comingsoon": "Üzenetek funkció hamarosan érkezik!" "comingsoon": "Üzenetek funkció hamarosan érkezik!"
@ -319,7 +331,10 @@
"promoted": "Hirdetett", "promoted": "Hirdetett",
"author_payout": "Szerzői Kifizetés", "author_payout": "Szerzői Kifizetés",
"curation_payout": "Kurátori Kifizetés", "curation_payout": "Kurátori Kifizetés",
"payout_date": "Kifizetés" "payout_date": "Kifizetés",
"beneficiaries": "Beneficiaries",
"warn_zero_payout": "Amount must reach $0.02 for payout",
"breakdown": "Breakdown"
}, },
"post_dropdown": { "post_dropdown": {
"copy": "link másolása", "copy": "link másolása",
@ -342,7 +357,7 @@
"trending": "TOP", "trending": "TOP",
"reputation": "REPUTATION", "reputation": "REPUTATION",
"votes": "VOTE", "votes": "VOTE",
"age": "AGE", "age": "RÉGISÉG",
"top": "TOP", "top": "TOP",
"time": "IDŐ" "time": "IDŐ"
}, },
@ -366,15 +381,17 @@
"estimated_weekly": "Estimated Weekly", "estimated_weekly": "Estimated Weekly",
"destination_accounts": "Destination Accounts", "destination_accounts": "Destination Accounts",
"stop_information": "Are you sure want to stop?", "stop_information": "Are you sure want to stop?",
"percent": "Percent", "percent": "Százalék",
"auto_vests": "Auto Vests", "auto_vests": "Auto Vests",
"save": "SAVE", "save": "MENTÉS",
"percent_information": "Percent info", "percent_information": "Percent info",
"next": "KÖVETKEZŐ", "next": "KÖVETKEZŐ",
"delegate": "Delegálás", "delegate": "Delegálás",
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Steem Visszavonás", "withdraw_steem": "Steem Visszavonás",
"withdraw_sbd": "Steem Dollár Visszavonás" "withdraw_sbd": "Steem Dollár Visszavonás",
"incoming_funds": "Bejövő tőke",
"stop": "Stop"
}, },
"boost": { "boost": {
"title": "Szerezz eSteem pontokat", "title": "Szerezz eSteem pontokat",

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer", "outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus", "checkin_extra": "Bonus",
"delegation": "Delegation", "delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward", "delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation", "delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post", "post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login", "login_title": "Points for login",
"checkin_title": "Points for heartbeat", "checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus", "checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!", "no_activity": "No recent activity",
"outgoing_transfer_description": "", "outgoing_transfer_description": "",
"incoming_transfer_description": "", "incoming_transfer_description": "",
"post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.", "post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.",
"comment_desc": "Each comment you make helps you to grow your audience and make friendship but also earns you upto 5 points.", "comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.", "checkin_desc": "Checking in regularly gives you 0.25 points.",
"vote_desc": "By voting you give reward to other creators and show your appreciation but also earn back upto 0.01 x vote weight points.", "vote_desc": "By voting you give reward to other creators and also earn back upto 0.01 x vote weight points.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.", "reblog_desc": "Share what post you like with your friends and earn points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.", "login_desc": "When you login into app first time you earn 100 points.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.", "checkin_extra_desc": "Consistent use of app gives you extra chances to earn more points, be more active and earn more.",
"dropdown_transfer": "Gift", "dropdown_transfer": "Gift",
"dropdown_promote": "Promote", "dropdown_promote": "Promote",
"dropdown_boost": "Boost", "dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar", "withdraw_sbd": "Withdraw Steem Dollar",
"transfer_to_savings": "Transfer To Savings",
"convert": "Convert",
"escrow_transfer": "Escrow Transfer",
"escrow_dispute": "Escrow Dispute",
"escrow_release": "Escrow Release",
"escrow_approve": "Escrow Approve",
"cancel_transfer_from_savings": "Cancel Transfer from Savings",
"delegate_vesting_shares": "Delegation",
"fill_convert_request": "Convert request executed",
"fill_transfer_from_savings": "From Savings executed",
"fill_vesting_withdraw": "Power Down executed",
"estm": { "estm": {
"title": "eSteem Points", "title": "eSteem Points",
"buy": "GET ESTM" "buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promoted", "promoted": "Promoted",
"author_payout": "Author Payout", "author_payout": "Author Payout",
"curation_payout": "Curation Payout", "curation_payout": "Curation Payout",
"payout_date": "Payout" "payout_date": "Payout",
"beneficiaries": "Beneficiaries",
"warn_zero_payout": "Amount must reach $0.02 for payout",
"breakdown": "Breakdown"
}, },
"post_dropdown": { "post_dropdown": {
"copy": "copy link", "copy": "copy link",
@ -374,7 +389,9 @@
"delegate": "Delegate", "delegate": "Delegate",
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar" "withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
}, },
"boost": { "boost": {
"title": "Get eSteem Points", "title": "Get eSteem Points",

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Transfer keluar", "outgoing_transfer_title": "Transfer keluar",
"checkin_extra": "Bonus", "checkin_extra": "Bonus",
"delegation": "Delegasi", "delegation": "Delegasi",
"delegations": "Delegations",
"delegation_title": "Hadiah delegasi", "delegation_title": "Hadiah delegasi",
"delegation_desc": "Earn ESTM everyday for delegation", "delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Poin untuk kiriman", "post_title": "Poin untuk kiriman",
@ -28,16 +29,16 @@
"login_title": "Poin untuk masuk", "login_title": "Poin untuk masuk",
"checkin_title": "Points for heartbeat", "checkin_title": "Points for heartbeat",
"checkin_extra_title": "Bonus penggunaan", "checkin_extra_title": "Bonus penggunaan",
"no_activity": "Tidak ada aktifitas disini!", "no_activity": "No recent activity",
"outgoing_transfer_description": "", "outgoing_transfer_description": "",
"incoming_transfer_description": "", "incoming_transfer_description": "",
"post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.", "post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.",
"comment_desc": "Each comment you make helps you to grow your audience and make friendship but also earns you upto 5 points.", "comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Memeriksa aplikasi eSteem memberi Anda 0,25 poin dan membantu Anda tetap terhubung dengan teman-teman Anda.", "checkin_desc": "Checking in regularly gives you 0.25 points.",
"vote_desc": "By voting you give reward to other creators and show your appreciation but also earn back upto 0.01 x vote weight points.", "vote_desc": "By voting you give reward to other creators and also earn back upto 0.01 x vote weight points.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.", "reblog_desc": "Share what post you like with your friends and earn points.",
"login_desc": "Saat Anda masuk ke aplikasi eSteem, Anda berhak mendapatkan 100 poin secara otomatis.", "login_desc": "When you login into app first time you earn 100 points.",
"checkin_extra_desc": "Penggunaan aplikasi yang konsisten memberi Anda peluang ekstra untuk mendapatkan lebih banyak 10 poin, menjadi lebih aktif dan menghasilkan lebih banyak.", "checkin_extra_desc": "Consistent use of app gives you extra chances to earn more points, be more active and earn more.",
"dropdown_transfer": "Hadiah", "dropdown_transfer": "Hadiah",
"dropdown_promote": "Promosikan", "dropdown_promote": "Promosikan",
"dropdown_boost": "Meningkatkan", "dropdown_boost": "Meningkatkan",
@ -65,6 +66,17 @@
"power_down": "Turunkan Daya Kekuatan", "power_down": "Turunkan Daya Kekuatan",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Tarik Steem Dollar", "withdraw_sbd": "Tarik Steem Dollar",
"transfer_to_savings": "Transfer To Savings",
"convert": "Convert",
"escrow_transfer": "Escrow Transfer",
"escrow_dispute": "Escrow Dispute",
"escrow_release": "Escrow Release",
"escrow_approve": "Escrow Approve",
"cancel_transfer_from_savings": "Cancel Transfer from Savings",
"delegate_vesting_shares": "Delegasi",
"fill_convert_request": "Convert request executed",
"fill_transfer_from_savings": "From Savings executed",
"fill_vesting_withdraw": "Power Down executed",
"estm": { "estm": {
"title": "eSteem Poin", "title": "eSteem Poin",
"buy": "DAPATKAN ESTM" "buy": "DAPATKAN ESTM"
@ -319,7 +331,10 @@
"promoted": "Promosikan", "promoted": "Promosikan",
"author_payout": "Pembayaran pencipta konten", "author_payout": "Pembayaran pencipta konten",
"curation_payout": "Pembayaran Kurasi", "curation_payout": "Pembayaran Kurasi",
"payout_date": "Pembayaran" "payout_date": "Pembayaran",
"beneficiaries": "Beneficiaries",
"warn_zero_payout": "Amount must reach $0.02 for payout",
"breakdown": "Breakdown"
}, },
"post_dropdown": { "post_dropdown": {
"copy": "salin tautan", "copy": "salin tautan",
@ -374,7 +389,9 @@
"delegate": "Delegasikan", "delegate": "Delegasikan",
"power_down": "Menurunkan daya", "power_down": "Menurunkan daya",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Tarik Steem Dollar" "withdraw_sbd": "Tarik Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
}, },
"boost": { "boost": {
"title": "Dapatkan poin eSteem", "title": "Dapatkan poin eSteem",

View File

@ -1,6 +1,6 @@
export default { export default {
'de-DE': require('./de-DE.json'),
'en-US': require('./en-US.json'), 'en-US': require('./en-US.json'),
'de-DE': require('./de-DE.json'),
'hu-HU': require('./hu-HU.json'), 'hu-HU': require('./hu-HU.json'),
'id-ID': require('./id-ID.json'), 'id-ID': require('./id-ID.json'),
'it-IT': require('./it-IT.json'), 'it-IT': require('./it-IT.json'),
@ -16,8 +16,8 @@ export default {
}; };
export const locales = [ export const locales = [
{ id: 'de-DE', name: 'Deutsche' },
{ id: 'en-US', name: 'English' }, { id: 'en-US', name: 'English' },
{ id: 'de-DE', name: 'Deutsche' },
{ id: 'hu-HU', name: 'Hungarian' }, { id: 'hu-HU', name: 'Hungarian' },
{ id: 'id-ID', name: 'Indonesian' }, { id: 'id-ID', name: 'Indonesian' },
{ id: 'iT-IT', name: 'Italian' }, { id: 'iT-IT', name: 'Italian' },

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer", "outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus", "checkin_extra": "Bonus",
"delegation": "Delegation", "delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward", "delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation", "delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post", "post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login", "login_title": "Points for login",
"checkin_title": "Points for heartbeat", "checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus", "checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!", "no_activity": "No recent activity",
"outgoing_transfer_description": "", "outgoing_transfer_description": "",
"incoming_transfer_description": "", "incoming_transfer_description": "",
"post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.", "post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.",
"comment_desc": "Each comment you make helps you to grow your audience and make friendship but also earns you upto 5 points.", "comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.", "checkin_desc": "Checking in regularly gives you 0.25 points.",
"vote_desc": "By voting you give reward to other creators and show your appreciation but also earn back upto 0.01 x vote weight points.", "vote_desc": "By voting you give reward to other creators and also earn back upto 0.01 x vote weight points.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.", "reblog_desc": "Share what post you like with your friends and earn points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.", "login_desc": "When you login into app first time you earn 100 points.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.", "checkin_extra_desc": "Consistent use of app gives you extra chances to earn more points, be more active and earn more.",
"dropdown_transfer": "Gift", "dropdown_transfer": "Gift",
"dropdown_promote": "Promote", "dropdown_promote": "Promote",
"dropdown_boost": "Boost", "dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar", "withdraw_sbd": "Withdraw Steem Dollar",
"transfer_to_savings": "Transfer To Savings",
"convert": "Convert",
"escrow_transfer": "Escrow Transfer",
"escrow_dispute": "Escrow Dispute",
"escrow_release": "Escrow Release",
"escrow_approve": "Escrow Approve",
"cancel_transfer_from_savings": "Cancel Transfer from Savings",
"delegate_vesting_shares": "Delegation",
"fill_convert_request": "Convert request executed",
"fill_transfer_from_savings": "From Savings executed",
"fill_vesting_withdraw": "Power Down executed",
"estm": { "estm": {
"title": "eSteem Points", "title": "eSteem Points",
"buy": "GET ESTM" "buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promoted", "promoted": "Promoted",
"author_payout": "Author Payout", "author_payout": "Author Payout",
"curation_payout": "Curation Payout", "curation_payout": "Curation Payout",
"payout_date": "Payout" "payout_date": "Payout",
"beneficiaries": "Beneficiaries",
"warn_zero_payout": "Amount must reach $0.02 for payout",
"breakdown": "Breakdown"
}, },
"post_dropdown": { "post_dropdown": {
"copy": "copy link", "copy": "copy link",
@ -374,7 +389,9 @@
"delegate": "Delegate", "delegate": "Delegate",
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar" "withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
}, },
"boost": { "boost": {
"title": "Get eSteem Points", "title": "Get eSteem Points",

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer", "outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus", "checkin_extra": "Bonus",
"delegation": "Delegation", "delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward", "delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation", "delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post", "post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login", "login_title": "Points for login",
"checkin_title": "Points for heartbeat", "checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus", "checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!", "no_activity": "No recent activity",
"outgoing_transfer_description": "", "outgoing_transfer_description": "",
"incoming_transfer_description": "", "incoming_transfer_description": "",
"post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.", "post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.",
"comment_desc": "Each comment you make helps you to grow your audience and make friendship but also earns you upto 5 points.", "comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.", "checkin_desc": "Checking in regularly gives you 0.25 points.",
"vote_desc": "By voting you give reward to other creators and show your appreciation but also earn back upto 0.01 x vote weight points.", "vote_desc": "By voting you give reward to other creators and also earn back upto 0.01 x vote weight points.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.", "reblog_desc": "Share what post you like with your friends and earn points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.", "login_desc": "When you login into app first time you earn 100 points.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.", "checkin_extra_desc": "Consistent use of app gives you extra chances to earn more points, be more active and earn more.",
"dropdown_transfer": "Gift", "dropdown_transfer": "Gift",
"dropdown_promote": "Promote", "dropdown_promote": "Promote",
"dropdown_boost": "Boost", "dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar", "withdraw_sbd": "Withdraw Steem Dollar",
"transfer_to_savings": "Transfer To Savings",
"convert": "Convert",
"escrow_transfer": "Escrow Transfer",
"escrow_dispute": "Escrow Dispute",
"escrow_release": "Escrow Release",
"escrow_approve": "Escrow Approve",
"cancel_transfer_from_savings": "Cancel Transfer from Savings",
"delegate_vesting_shares": "Delegation",
"fill_convert_request": "Convert request executed",
"fill_transfer_from_savings": "From Savings executed",
"fill_vesting_withdraw": "Power Down executed",
"estm": { "estm": {
"title": "eSteem Points", "title": "eSteem Points",
"buy": "GET ESTM" "buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Sponsorizzati", "promoted": "Sponsorizzati",
"author_payout": "Ricompensa Autore", "author_payout": "Ricompensa Autore",
"curation_payout": "Ricompensa Curatore", "curation_payout": "Ricompensa Curatore",
"payout_date": "Pagamento" "payout_date": "Pagamento",
"beneficiaries": "Beneficiaries",
"warn_zero_payout": "Amount must reach $0.02 for payout",
"breakdown": "Breakdown"
}, },
"post_dropdown": { "post_dropdown": {
"copy": "copia il link", "copy": "copia il link",
@ -374,7 +389,9 @@
"delegate": "Delegate", "delegate": "Delegate",
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar" "withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
}, },
"boost": { "boost": {
"title": "Get eSteem Points", "title": "Get eSteem Points",

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "贈与", "outgoing_transfer_title": "贈与",
"checkin_extra": "ボーナス", "checkin_extra": "ボーナス",
"delegation": "デリゲーション", "delegation": "デリゲーション",
"delegations": "Delegations",
"delegation_title": "デリゲーション報酬", "delegation_title": "デリゲーション報酬",
"delegation_desc": "Earn ESTM everyday for delegation", "delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "投稿によるポイント", "post_title": "投稿によるポイント",
@ -28,16 +29,16 @@
"login_title": "ログインによるポイント", "login_title": "ログインによるポイント",
"checkin_title": "ハートビートによるポイント", "checkin_title": "ハートビートによるポイント",
"checkin_extra_title": "使用ボーナス", "checkin_extra_title": "使用ボーナス",
"no_activity": "アクティビティがありません!", "no_activity": "No recent activity",
"outgoing_transfer_description": "", "outgoing_transfer_description": "",
"incoming_transfer_description": "", "incoming_transfer_description": "",
"post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.", "post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.",
"comment_desc": "Each comment you make helps you to grow your audience and make friendship but also earns you upto 5 points.", "comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "eSteem アプリにチェックインすると0.25ポイントがもらえ、友人とのつながりにも役立ちます。", "checkin_desc": "Checking in regularly gives you 0.25 points.",
"vote_desc": "By voting you give reward to other creators and show your appreciation but also earn back upto 0.01 x vote weight points.", "vote_desc": "By voting you give reward to other creators and also earn back upto 0.01 x vote weight points.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.", "reblog_desc": "Share what post you like with your friends and earn points.",
"login_desc": "eSteem アプリにログインすると、自動的に100ポイント獲得できるようになります。", "login_desc": "When you login into app first time you earn 100 points.",
"checkin_extra_desc": "アプリを一貫して使用しつづけると、さらに10ポイント獲得できます。積極的に使用してポイントを手に入れよう。", "checkin_extra_desc": "Consistent use of app gives you extra chances to earn more points, be more active and earn more.",
"dropdown_transfer": "贈る", "dropdown_transfer": "贈る",
"dropdown_promote": "プロモート", "dropdown_promote": "プロモート",
"dropdown_boost": "ブースト", "dropdown_boost": "ブースト",
@ -65,6 +66,17 @@
"power_down": "パワーダウン", "power_down": "パワーダウン",
"withdraw_steem": "Steem を引き出す", "withdraw_steem": "Steem を引き出す",
"withdraw_sbd": "Steem Dollar を引き出す", "withdraw_sbd": "Steem Dollar を引き出す",
"transfer_to_savings": "Transfer To Savings",
"convert": "Convert",
"escrow_transfer": "Escrow Transfer",
"escrow_dispute": "Escrow Dispute",
"escrow_release": "Escrow Release",
"escrow_approve": "Escrow Approve",
"cancel_transfer_from_savings": "Cancel Transfer from Savings",
"delegate_vesting_shares": "デリゲーション",
"fill_convert_request": "Convert request executed",
"fill_transfer_from_savings": "From Savings executed",
"fill_vesting_withdraw": "Power Down executed",
"estm": { "estm": {
"title": "eSteem ポイント", "title": "eSteem ポイント",
"buy": "ESTM を手に入れる" "buy": "ESTM を手に入れる"
@ -319,7 +331,10 @@
"promoted": "プロモート", "promoted": "プロモート",
"author_payout": "投稿者支払額", "author_payout": "投稿者支払額",
"curation_payout": "キュレーション支払額", "curation_payout": "キュレーション支払額",
"payout_date": "支払額" "payout_date": "支払額",
"beneficiaries": "Beneficiaries",
"warn_zero_payout": "Amount must reach $0.02 for payout",
"breakdown": "Breakdown"
}, },
"post_dropdown": { "post_dropdown": {
"copy": "リンクをコピー", "copy": "リンクをコピー",
@ -374,7 +389,9 @@
"delegate": "デリゲーション", "delegate": "デリゲーション",
"power_down": "パワーダウン", "power_down": "パワーダウン",
"withdraw_steem": "Steem を引き出す", "withdraw_steem": "Steem を引き出す",
"withdraw_sbd": "Steem Dollar を引き出す" "withdraw_sbd": "Steem Dollar を引き出す",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
}, },
"boost": { "boost": {
"title": "eSteem ポイントを手に入れる", "title": "eSteem ポイントを手に入れる",

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer", "outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus", "checkin_extra": "Bonus",
"delegation": "Delegation", "delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward", "delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation", "delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post", "post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login", "login_title": "Points for login",
"checkin_title": "Points for heartbeat", "checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus", "checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!", "no_activity": "No recent activity",
"outgoing_transfer_description": "", "outgoing_transfer_description": "",
"incoming_transfer_description": "", "incoming_transfer_description": "",
"post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.", "post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.",
"comment_desc": "Each comment you make helps you to grow your audience and make friendship but also earns you upto 5 points.", "comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.", "checkin_desc": "Checking in regularly gives you 0.25 points.",
"vote_desc": "By voting you give reward to other creators and show your appreciation but also earn back upto 0.01 x vote weight points.", "vote_desc": "By voting you give reward to other creators and also earn back upto 0.01 x vote weight points.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.", "reblog_desc": "Share what post you like with your friends and earn points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.", "login_desc": "When you login into app first time you earn 100 points.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.", "checkin_extra_desc": "Consistent use of app gives you extra chances to earn more points, be more active and earn more.",
"dropdown_transfer": "Gift", "dropdown_transfer": "Gift",
"dropdown_promote": "Promote", "dropdown_promote": "Promote",
"dropdown_boost": "Boost", "dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar", "withdraw_sbd": "Withdraw Steem Dollar",
"transfer_to_savings": "Transfer To Savings",
"convert": "Convert",
"escrow_transfer": "Escrow Transfer",
"escrow_dispute": "Escrow Dispute",
"escrow_release": "Escrow Release",
"escrow_approve": "Escrow Approve",
"cancel_transfer_from_savings": "Cancel Transfer from Savings",
"delegate_vesting_shares": "Delegation",
"fill_convert_request": "Convert request executed",
"fill_transfer_from_savings": "From Savings executed",
"fill_vesting_withdraw": "Power Down executed",
"estm": { "estm": {
"title": "eSteem Points", "title": "eSteem Points",
"buy": "GET ESTM" "buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promoted", "promoted": "Promoted",
"author_payout": "Author Payout", "author_payout": "Author Payout",
"curation_payout": "Curation Payout", "curation_payout": "Curation Payout",
"payout_date": "Payout" "payout_date": "Payout",
"beneficiaries": "Beneficiaries",
"warn_zero_payout": "Amount must reach $0.02 for payout",
"breakdown": "Breakdown"
}, },
"post_dropdown": { "post_dropdown": {
"copy": "copy link", "copy": "copy link",
@ -374,7 +389,9 @@
"delegate": "Delegate", "delegate": "Delegate",
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar" "withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
}, },
"boost": { "boost": {
"title": "Get eSteem Points", "title": "Get eSteem Points",

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer", "outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus", "checkin_extra": "Bonus",
"delegation": "Delegation", "delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward", "delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation", "delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post", "post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login", "login_title": "Points for login",
"checkin_title": "Points for heartbeat", "checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus", "checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!", "no_activity": "No recent activity",
"outgoing_transfer_description": "", "outgoing_transfer_description": "",
"incoming_transfer_description": "", "incoming_transfer_description": "",
"post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.", "post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.",
"comment_desc": "Each comment you make helps you to grow your audience and make friendship but also earns you upto 5 points.", "comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.", "checkin_desc": "Checking in regularly gives you 0.25 points.",
"vote_desc": "By voting you give reward to other creators and show your appreciation but also earn back upto 0.01 x vote weight points.", "vote_desc": "By voting you give reward to other creators and also earn back upto 0.01 x vote weight points.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.", "reblog_desc": "Share what post you like with your friends and earn points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.", "login_desc": "When you login into app first time you earn 100 points.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.", "checkin_extra_desc": "Consistent use of app gives you extra chances to earn more points, be more active and earn more.",
"dropdown_transfer": "Gift", "dropdown_transfer": "Gift",
"dropdown_promote": "Promote", "dropdown_promote": "Promote",
"dropdown_boost": "Boost", "dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar", "withdraw_sbd": "Withdraw Steem Dollar",
"transfer_to_savings": "Transfer To Savings",
"convert": "Convert",
"escrow_transfer": "Escrow Transfer",
"escrow_dispute": "Escrow Dispute",
"escrow_release": "Escrow Release",
"escrow_approve": "Escrow Approve",
"cancel_transfer_from_savings": "Cancel Transfer from Savings",
"delegate_vesting_shares": "Delegation",
"fill_convert_request": "Convert request executed",
"fill_transfer_from_savings": "From Savings executed",
"fill_vesting_withdraw": "Power Down executed",
"estm": { "estm": {
"title": "eSteem Points", "title": "eSteem Points",
"buy": "GET ESTM" "buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promoted", "promoted": "Promoted",
"author_payout": "Author Payout", "author_payout": "Author Payout",
"curation_payout": "Curation Payout", "curation_payout": "Curation Payout",
"payout_date": "Payout" "payout_date": "Payout",
"beneficiaries": "Beneficiaries",
"warn_zero_payout": "Amount must reach $0.02 for payout",
"breakdown": "Breakdown"
}, },
"post_dropdown": { "post_dropdown": {
"copy": "copy link", "copy": "copy link",
@ -374,7 +389,9 @@
"delegate": "Delegate", "delegate": "Delegate",
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar" "withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
}, },
"boost": { "boost": {
"title": "Get eSteem Points", "title": "Get eSteem Points",

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "보낸 포인트", "outgoing_transfer_title": "보낸 포인트",
"checkin_extra": "체크인 보너스", "checkin_extra": "체크인 보너스",
"delegation": "임대", "delegation": "임대",
"delegations": "Delegations",
"delegation_title": "임대 보상", "delegation_title": "임대 보상",
"delegation_desc": "Earn ESTM everyday for delegation", "delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "포스팅 포인트", "post_title": "포스팅 포인트",
@ -28,16 +29,16 @@
"login_title": "로그인 포인트", "login_title": "로그인 포인트",
"checkin_title": "체크인 포인트", "checkin_title": "체크인 포인트",
"checkin_extra_title": "체크인 보너스", "checkin_extra_title": "체크인 보너스",
"no_activity": "아직 포인트 관련 활동이 없습니다", "no_activity": "No recent activity",
"outgoing_transfer_description": "", "outgoing_transfer_description": "",
"incoming_transfer_description": "", "incoming_transfer_description": "",
"post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.", "post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.",
"comment_desc": "Each comment you make helps you to grow your audience and make friendship but also earns you upto 5 points.", "comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "eSteem 앱에 로그인하면 친구들과 지속적인 관계를 유지할 수 있으며, 0.25 포인트도 획득할 수 있습니다.", "checkin_desc": "Checking in regularly gives you 0.25 points.",
"vote_desc": "By voting you give reward to other creators and show your appreciation but also earn back upto 0.01 x vote weight points.", "vote_desc": "By voting you give reward to other creators and also earn back upto 0.01 x vote weight points.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.", "reblog_desc": "Share what post you like with your friends and earn points.",
"login_desc": "eSteem 앱에 최초 로그인 시 100 포인트가 자동 지급됩니다.", "login_desc": "When you login into app first time you earn 100 points.",
"checkin_extra_desc": "꾸준히 앱을 이용한 사용자는 10 포인트 이상의 추가 포인트를 획득할 수 있는 기회가 제공되며 더 열심히 이용할수록 더 많은 포인트를 획득할 수 있습니다.", "checkin_extra_desc": "Consistent use of app gives you extra chances to earn more points, be more active and earn more.",
"dropdown_transfer": "선물하기", "dropdown_transfer": "선물하기",
"dropdown_promote": "홍보", "dropdown_promote": "홍보",
"dropdown_boost": "후원", "dropdown_boost": "후원",
@ -65,6 +66,17 @@
"power_down": "파워 다운", "power_down": "파워 다운",
"withdraw_steem": "스팀 출금", "withdraw_steem": "스팀 출금",
"withdraw_sbd": "스팀 달러 출금", "withdraw_sbd": "스팀 달러 출금",
"transfer_to_savings": "Transfer To Savings",
"convert": "Convert",
"escrow_transfer": "Escrow Transfer",
"escrow_dispute": "Escrow Dispute",
"escrow_release": "Escrow Release",
"escrow_approve": "Escrow Approve",
"cancel_transfer_from_savings": "Cancel Transfer from Savings",
"delegate_vesting_shares": "임대",
"fill_convert_request": "Convert request executed",
"fill_transfer_from_savings": "From Savings executed",
"fill_vesting_withdraw": "Power Down executed",
"estm": { "estm": {
"title": "eSteem 포인트", "title": "eSteem 포인트",
"buy": "ESTM 구매" "buy": "ESTM 구매"
@ -319,7 +331,10 @@
"promoted": "홍보비", "promoted": "홍보비",
"author_payout": "저자 보상", "author_payout": "저자 보상",
"curation_payout": "큐레이션 보상", "curation_payout": "큐레이션 보상",
"payout_date": "보상" "payout_date": "보상",
"beneficiaries": "Beneficiaries",
"warn_zero_payout": "Amount must reach $0.02 for payout",
"breakdown": "Breakdown"
}, },
"post_dropdown": { "post_dropdown": {
"copy": "링크 복사", "copy": "링크 복사",
@ -374,7 +389,9 @@
"delegate": "임대", "delegate": "임대",
"power_down": "파워 다운", "power_down": "파워 다운",
"withdraw_steem": "스팀 출금", "withdraw_steem": "스팀 출금",
"withdraw_sbd": "스팀 달러 출금" "withdraw_sbd": "스팀 달러 출금",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
}, },
"boost": { "boost": {
"title": "eSteem 포인트 구매", "title": "eSteem 포인트 구매",

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer", "outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus", "checkin_extra": "Bonus",
"delegation": "Delegation", "delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward", "delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation", "delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post", "post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login", "login_title": "Points for login",
"checkin_title": "Points for heartbeat", "checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus", "checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!", "no_activity": "No recent activity",
"outgoing_transfer_description": "", "outgoing_transfer_description": "",
"incoming_transfer_description": "", "incoming_transfer_description": "",
"post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.", "post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.",
"comment_desc": "Each comment you make helps you to grow your audience and make friendship but also earns you upto 5 points.", "comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.", "checkin_desc": "Checking in regularly gives you 0.25 points.",
"vote_desc": "By voting you give reward to other creators and show your appreciation but also earn back upto 0.01 x vote weight points.", "vote_desc": "By voting you give reward to other creators and also earn back upto 0.01 x vote weight points.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.", "reblog_desc": "Share what post you like with your friends and earn points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.", "login_desc": "When you login into app first time you earn 100 points.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.", "checkin_extra_desc": "Consistent use of app gives you extra chances to earn more points, be more active and earn more.",
"dropdown_transfer": "Gift", "dropdown_transfer": "Gift",
"dropdown_promote": "Promote", "dropdown_promote": "Promote",
"dropdown_boost": "Boost", "dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar", "withdraw_sbd": "Withdraw Steem Dollar",
"transfer_to_savings": "Transfer To Savings",
"convert": "Convert",
"escrow_transfer": "Escrow Transfer",
"escrow_dispute": "Escrow Dispute",
"escrow_release": "Escrow Release",
"escrow_approve": "Escrow Approve",
"cancel_transfer_from_savings": "Cancel Transfer from Savings",
"delegate_vesting_shares": "Delegation",
"fill_convert_request": "Convert request executed",
"fill_transfer_from_savings": "From Savings executed",
"fill_vesting_withdraw": "Power Down executed",
"estm": { "estm": {
"title": "eSteem Points", "title": "eSteem Points",
"buy": "GET ESTM" "buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promoted", "promoted": "Promoted",
"author_payout": "Author Payout", "author_payout": "Author Payout",
"curation_payout": "Curation Payout", "curation_payout": "Curation Payout",
"payout_date": "Payout" "payout_date": "Payout",
"beneficiaries": "Beneficiaries",
"warn_zero_payout": "Amount must reach $0.02 for payout",
"breakdown": "Breakdown"
}, },
"post_dropdown": { "post_dropdown": {
"copy": "copy link", "copy": "copy link",
@ -374,7 +389,9 @@
"delegate": "Delegate", "delegate": "Delegate",
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar" "withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
}, },
"boost": { "boost": {
"title": "Get eSteem Points", "title": "Get eSteem Points",

View File

@ -1,72 +1,84 @@
{ {
"wallet": { "wallet": {
"curation_reward": "Curation Reward", "curation_reward": "Xelata Kuratorê",
"author_reward": "Author Reward", "author_reward": "Xelata Nivîskêr",
"comment_benefactor_reward": "Comment Benefactor Reward", "comment_benefactor_reward": "Comment Benefactor Reward",
"claim_reward_balance": "Claim Reward Balance", "claim_reward_balance": "Claim Reward Balance",
"transfer": "Transfer", "transfer": "Veguheztin",
"transfer_to_vesting": "Transfer To Vesting", "transfer_to_vesting": "Transfer To Vesting",
"transfer_from_savings": "Transfer From Savings", "transfer_from_savings": "Transfer From Savings",
"withdraw_vesting": "Power Down", "withdraw_vesting": "Kêmhêz Bike",
"fill_order": "Fill Order", "fill_order": "Fill Order",
"post": "Post", "post": "Şandî",
"comment": "Comment", "comment": "Şîrove",
"checkin": "Check-in", "checkin": "Têketin",
"vote": "Vote", "vote": "Deng",
"reblog": "Reblog", "reblog": "Dîs-biweşîne",
"login": "Login", "login": "Têketin",
"incoming_transfer_title": "Incoming transfer", "incoming_transfer_title": "Veguheztina tê",
"outgoing_transfer_title": "Outgoing transfer", "outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus", "checkin_extra": "Bonus",
"delegation": "Delegation", "delegation": "Şande",
"delegation_title": "Delegation reward", "delegations": "Şande",
"delegation_title": "Xelata şandeyê",
"delegation_desc": "Earn ESTM everyday for delegation", "delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post", "post_title": "Puanên ji bo şandiyê",
"comment_title": "Points for comment", "comment_title": "Puanên ji bo şîroveyê",
"vote_title": "Points for vote", "vote_title": "Puanên ji bo dengdanê",
"reblog_title": "Points for reblog", "reblog_title": "Points for reblog",
"login_title": "Points for login", "login_title": "Puanên ji bo têketinê",
"checkin_title": "Points for heartbeat", "checkin_title": "Puanên ji bo lêdana dil",
"checkin_extra_title": "Usage bonus", "checkin_extra_title": "Bonusa bikaranînê",
"no_activity": "No activity here!", "no_activity": "No recent activity",
"outgoing_transfer_description": "", "outgoing_transfer_description": "",
"incoming_transfer_description": "", "incoming_transfer_description": "",
"post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.", "post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.",
"comment_desc": "Each comment you make helps you to grow your audience and make friendship but also earns you upto 5 points.", "comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.", "checkin_desc": "Checking in regularly gives you 0.25 points.",
"vote_desc": "By voting you give reward to other creators and show your appreciation but also earn back upto 0.01 x vote weight points.", "vote_desc": "By voting you give reward to other creators and also earn back upto 0.01 x vote weight points.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.", "reblog_desc": "Share what post you like with your friends and earn points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.", "login_desc": "When you login into app first time you earn 100 points.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.", "checkin_extra_desc": "Consistent use of app gives you extra chances to earn more points, be more active and earn more.",
"dropdown_transfer": "Gift", "dropdown_transfer": "Diyarî",
"dropdown_promote": "Promote", "dropdown_promote": "Promote",
"dropdown_boost": "Boost", "dropdown_boost": "Zêde bike",
"from": "From", "from": "Ji",
"to": "To", "to": "Bo",
"estimated_value_desc": "Determined by purchase value", "estimated_value_desc": "Determined by purchase value",
"estimated_value": "Estimated value", "estimated_value": "Estimated value",
"estimated_amount": "Vote value", "estimated_amount": "Rêjeya dengan",
"amount_information": "Drag the slider to adjust the amount", "amount_information": "Drag the slider to adjust the amount",
"amount": "Amount", "amount": "Pîvan",
"memo": "Memo", "memo": "Bîrname",
"information": "Are you sure to transfer funds?", "information": "Are you sure to transfer funds?",
"amount_desc": "Balance", "amount_desc": "Balance",
"memo_desc": "This memo is public", "memo_desc": "This memo is public",
"to_placeholder": "Username", "to_placeholder": "Navê bikarhêner",
"memo_placeholder": "Enter your notes here", "memo_placeholder": "Notên xwe li vir binivîse",
"transfer_token": "Transfer", "transfer_token": "Transfer",
"points": "Gift ESTM to someone", "points": "Gift ESTM to someone",
"transfer_to_saving": "Transfer To Saving", "transfer_to_saving": "Transfer To Saving",
"powerUp": "Power Up", "powerUp": "Bihêz Bike",
"withdraw_to_saving": "Withdraw To Saving", "withdraw_to_saving": "Withdraw To Saving",
"steemconnect_title": "Steemconnect Transfer", "steemconnect_title": "Veguheztina Steemconnectê",
"next": "NEXT", "next": "PÊŞVE",
"delegate": "Delegate", "delegate": "Şande",
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar", "withdraw_sbd": "Withdraw Steem Dollar",
"transfer_to_savings": "Transfer To Savings",
"convert": "Convert",
"escrow_transfer": "Escrow Transfer",
"escrow_dispute": "Escrow Dispute",
"escrow_release": "Escrow Release",
"escrow_approve": "Escrow Approve",
"cancel_transfer_from_savings": "Cancel Transfer from Savings",
"delegate_vesting_shares": "Şande",
"fill_convert_request": "Convert request executed",
"fill_transfer_from_savings": "From Savings executed",
"fill_vesting_withdraw": "Power Down executed",
"estm": { "estm": {
"title": "eSteem Points", "title": "puanên eSteemê",
"buy": "GET ESTM" "buy": "GET ESTM"
}, },
"savingsteem": { "savingsteem": {
@ -77,196 +89,196 @@
}, },
"steem": { "steem": {
"title": "STEEM", "title": "STEEM",
"buy": "GET STEEM" "buy": "STEEMê BISTÎNE"
}, },
"sbd": { "sbd": {
"title": "SBD", "title": "SBD",
"buy": "GET SBD" "buy": "SBDê BISTÎNE"
}, },
"steem_power": { "steem_power": {
"title": "STEEM POWER" "title": "HÊZA STEEMê"
} }
}, },
"notification": { "notification": {
"vote": "likes your post", "vote": "şandiya te ecibandin",
"unvote": "unvoted your post", "unvote": "unvoted your post",
"reply": "replied to your post", "reply": "bersiv da şandiya te",
"mention": "mentioned you", "mention": "te etîket kir",
"follow": "followed you", "follow": "te şopand",
"unfollow": "unfollowed you", "unfollow": "ji şopa te derket",
"ignore": "ignored you", "ignore": "te asteng kir",
"reblog": "reblogged your post", "reblog": "şandiya te parve kir",
"transfer": "transferred", "transfer": "transferred",
"notification": "Notifications", "notification": "Danezan",
"leaderboard": "Leaderboard", "leaderboard": "Tabloya lîderan",
"epoint": "Points", "epoint": "Puan",
"leaderboard_title": "Top Users", "leaderboard_title": "Bikarhênerên sereke",
"recent": "Recent", "recent": "Dawîn",
"yesterday": "Yesterday", "yesterday": "Doh",
"this_week": "This Week", "this_week": "Ev Hefteya",
"this_month": "This Month", "this_month": "Ev Meha",
"older_then": "Older Than A Month" "older_then": "Older Than A Month"
}, },
"leaderboard": { "leaderboard": {
"daily": "DAILY", "daily": "ROJANE",
"weekly": "WEEKLY", "weekly": "HEFTANE",
"monthly": "MONTHLY" "monthly": "MEHANE"
}, },
"messages": { "messages": {
"comingsoon": "Messages feature is coming soon!" "comingsoon": "Di nêz de taybetiya peyaman li vir e!"
}, },
"profile": { "profile": {
"following": "Following", "following": "Şopandin",
"follower": "Follower", "follower": "Şopîner",
"post": "Post", "post": "Şandî",
"details": "Profile Details", "details": "Hûrgiliyên Profîlê",
"comments": "Comments", "comments": "Şîrove",
"replies": "Replies", "replies": "Bersiv",
"wallet": "Wallet", "wallet": "Cizdan",
"wallet_details": "Wallet Details", "wallet_details": "Hurgiliyên Cizdan",
"unclaimed_rewards": "Unclaimed Rewards", "unclaimed_rewards": "Xelatên Bêxwedî",
"full_in": "Full in", "full_in": "Full in",
"hours": "hours", "hours": "demjimêr",
"voting_power": "Voting power", "voting_power": "Hêza dengdanê",
"login_to_see": "Login to see", "login_to_see": "Têkevê û bibîne",
"havent_commented": "haven't commented anything yet", "havent_commented": "hîna şîrove nehatiye kirin",
"havent_posted": "haven't posted anything yet", "havent_posted": "heta niha ti tişt parve nebûye",
"steem_power": "Steem Power", "steem_power": "Hêza Steemê",
"next_power_text": "Next power down is in", "next_power_text": "Next power down is in",
"days": "days", "days": "roj",
"day": "day", "day": "roj",
"steem_dollars": "Steem Dollars", "steem_dollars": "Dolarên Steemê",
"savings": "Savings", "savings": "Berhev bike",
"edit": { "edit": {
"display_name": "Display Name", "display_name": "Display Name",
"about": "About", "about": "Derbar",
"location": "Location", "location": "Cîgeh",
"website": "Website" "website": "Malper"
} }
}, },
"settings": { "settings": {
"settings": "Settings", "settings": "Sazkarî",
"general": "General", "general": "Giştî",
"currency": "Currency", "currency": "Currency",
"language": "Language", "language": "Ziman",
"server": "Server", "server": "Server",
"dark_theme": "Dark Theme", "dark_theme": "Rûkara Tarî",
"push_notification": "Push Notification", "push_notification": "Danezan",
"notification": { "notification": {
"follow": "Follow", "follow": "Bişopîne",
"vote": "Vote", "vote": "Deng",
"comment": "Comment", "comment": "Şîrove",
"mention": "Mention", "mention": "Gotûbêj",
"reblog": "Reblog", "reblog": "Dîs-biweşîne",
"transfers": "Transfers" "transfers": "Veguheztin"
}, },
"pincode": "Pincode", "pincode": "Pincode",
"reset_pin": "Reset Pin Code", "reset_pin": "Pîn Koda Nûsazkirinê",
"reset": "Reset", "reset": "Nûsaz bike",
"nsfw_content": "NSFW", "nsfw_content": "NSFW",
"send_feedback": "Send Feedback", "send_feedback": "Paşragihandin Bişîne",
"send": "Send", "send": "Bişîne",
"default_footer": "Default Footer", "default_footer": "Default Footer",
"nsfw": { "nsfw": {
"always_show": "Always show", "always_show": "Her tim nîşan bide",
"always_hide": "Always hide", "always_hide": "Her tim veşêre",
"always_warn": "Always warn" "always_warn": "Her tim hişyar bike"
}, },
"feedback_success": "Email successfully open", "feedback_success": "Epeyam bi serkeftî vebû",
"feedback_fail": "Email client could not open", "feedback_fail": "Stînera epeyamê venebû",
"server_fail": "Server not available" "server_fail": "Server not available"
}, },
"voters": { "voters": {
"voters_info": "Voters Info", "voters_info": "Agahiya Dengdêran",
"no_user": "User is not found." "no_user": "Bikarhêner nehate dîtin."
}, },
"login": { "login": {
"signin": "Sign in", "signin": "Têketin",
"signup": "Sign up", "signup": "Tomar bibe",
"signin_title": "To get all the benefits of using eSteem", "signin_title": "To get all the benefits of using eSteem",
"username": "Username", "username": "Navê bikarhêner",
"password": "Password or WIF", "password": "Pêborîn an WIF",
"description": "User credentials are kept locally on the device. Credentials are removed upon logout!", "description": "User credentials are kept locally on the device. Credentials are removed upon logout!",
"cancel": "cancel", "cancel": "betal",
"login": "LOGIN", "login": "TÊKETIN",
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect.", "steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect.",
"steemconnect_fee_description": "Steemconnect may charge some fees from your reward transactions" "steemconnect_fee_description": "Steemconnect may charge some fees from your reward transactions"
}, },
"home": { "home": {
"feed": "Feed", "feed": "Feed",
"popular": "Popular" "popular": "Populer"
}, },
"side_menu": { "side_menu": {
"profile": "Profile", "profile": "Profîl",
"bookmarks": "Bookmarks", "bookmarks": "Bookmarks",
"favorites": "Favorites", "favorites": "Bijardeyên min",
"drafts": "Drafts", "drafts": "Reşnivîs",
"schedules": "Schedules", "schedules": "Schedules",
"gallery": "Gallery", "gallery": "Pêşangeh",
"settings": "Settings", "settings": "Sazkarî",
"add_account": "Add Account", "add_account": "Hesab Tevlî Bike",
"logout": "Logout", "logout": "Derkeve",
"cancel": "Cancel", "cancel": "Betal",
"logout_text": "Are you sure you want to logout?" "logout_text": "Bi rastî jî tu dixwazî derkevî?"
}, },
"header": { "header": {
"title": "Login to customize your feed", "title": "Têkevê û herika xwe kesane bike",
"search": "Search..." "search": "Lêgerîn..."
}, },
"basic_header": { "basic_header": {
"publish": "Publish", "publish": "Biweşîne",
"search": "Search", "search": "Lêgerîn",
"update": "Update", "update": "Hildemîne",
"reply": "Reply" "reply": "Bibersivîne"
}, },
"editor": { "editor": {
"title": "Title", "title": "Sernav",
"tags": "tags", "tags": "etîket",
"default_placeholder": "What would you like to write about today?", "default_placeholder": "Îro tu dixwazî li ser çi binivîsînî?",
"reply_placeholder": "What would you like to write about above post?", "reply_placeholder": "Tu dixwazî li ser nivîsa jorîn çi binivîsînî?",
"publish": "Publish", "publish": "Biweşîne",
"reply": "Reply", "reply": "Bibersivîne",
"open_gallery": "Open Gallery", "open_gallery": "Pêşangehê Veke",
"capture_photo": "Capture a photo" "capture_photo": "Wêneyekî bigire"
}, },
"pincode": { "pincode": {
"enter_text": "Enter pin to unlock", "enter_text": "Ji bo vekirinê PIN têxîne",
"set_new": "Set new pin", "set_new": "PINa nû saz bike",
"write_again": "Write again", "write_again": "Dîsa binivîsîne",
"forgot_text": "Oh, I forgot it..." "forgot_text": "Wey, Min ji bîr kir..."
}, },
"alert": { "alert": {
"success": "Success!", "success": "Serketî!",
"successful": "Successful", "successful": "Serketî",
"allRead": "Marked all notifications as read", "allRead": "Hemû danezanan wekî xwendî nîşan bike",
"claim_reward_balance_ok": "Reward balance claimed", "claim_reward_balance_ok": "Reward balance claimed",
"fail": "Fail!", "fail": "Biserneket!",
"move": "Move", "move": "Veguhezîne",
"move_question": "Are you sure to move to drafts?", "move_question": "Bi rastî jî tu dixwazî reşnivîsan veguhezînî?",
"success_shared": "Your post successfully shared", "success_shared": "Şandiya te bi serkeftî hate parvekirin",
"success_moved": "Moved to draft", "success_moved": "Veguhezî reşnivîsê bû",
"permission_denied": "Permission denied", "permission_denied": "Destûr hate redkirin",
"permission_text": "Please, go to phone Settings and change eSteem app permissions.", "permission_text": "Ji kerema xwe, biçe Sazkariyên telefonê û destûrên eSteemê veke.",
"success_rebloged": "Rebloged!", "success_rebloged": "Reblog!",
"already_rebloged": "You have already reblogged!", "already_rebloged": "You have already reblogged!",
"warning": "Warning", "warning": "Hişyarî",
"invalid_pincode": "Invalid pin code, please check and try again.", "invalid_pincode": "Koda PINê nederbasdar e, kontrol bike û dîsa biceribîne.",
"remove_alert": "Are you sure want to remove?", "remove_alert": "Bi rastî jî tu dixwazî rake?",
"clear_alert": "Are you sure you want to clear?", "clear_alert": "Bi rastî jî tu dixwazî paqij bike?",
"clear_user_alert": "Are you sure you want to clear all user data?", "clear_user_alert": "Tu dixwazî hemû daneyên bikarhêner paqij bike?",
"clear": "Clear", "clear": "Paqij bike",
"cancel": "Cancel", "cancel": "Betal",
"delete": "Delete", "delete": "Jê bibe",
"copied": "Copied!", "copied": "Kopî bû!",
"no_internet": "No connection!", "no_internet": "Girêdan tine ye!",
"confirm": "Confirm", "confirm": "Bipejirîne",
"removed": "Removed", "removed": "Hate rakirin",
"same_user": "This user already added to list", "same_user": "This user already added to list",
"unknow_error": "An error occurred", "unknow_error": "Çêwtiyek çêbû",
"error": "Error", "error": "Çewtî",
"fetch_error": "Fetching data failed, please try again or notify us at info@esteem.app", "fetch_error": "Anîna daneyê biserneket, ji kerema xwe dîsa biceribîne an jî ji ser info@esteem.app me agahdar bike",
"connection_fail": "Connection Failed!", "connection_fail": "Girêdan Biserneket!",
"connection_success": "Successfully connected!", "connection_success": "Bi serkeftî hate girêdan!",
"checking": "Checking...", "checking": "Checking...",
"not_existing_post": "The post does not exist! Please check permlink and author.", "not_existing_post": "The post does not exist! Please check permlink and author.",
"google_play_version": "We noticed that your device has old version of Google Play. Please update Google Play services and try again!" "google_play_version": "We noticed that your device has old version of Google Play. Please update Google Play services and try again!"
@ -274,135 +286,140 @@
"post": { "post": {
"reblog_alert": "Are you sure, you want to reblog?", "reblog_alert": "Are you sure, you want to reblog?",
"removed_hint": "The post was removed by", "removed_hint": "The post was removed by",
"copy_link": "Copy Link", "copy_link": "Girêdanê kopî bike",
"reblogged": "reblogged by", "reblogged": "reblogged by",
"sponsored": "SPONSORED", "sponsored": "SPONSORKIRÎ",
"open_thread": "Open Thread" "open_thread": "Mijara Vekirî"
}, },
"drafts": { "drafts": {
"title": "Drafts", "title": "Reşnivîs",
"load_error": "Could not load drafts", "load_error": "Reşnivîs bar nebûn",
"empty_list": "Nothing here", "empty_list": "Li vir ti tişt tine ye",
"deleted": "Draft deleted" "deleted": "Reşnivîs hate jêbirin"
}, },
"schedules": { "schedules": {
"title": "Schedules", "title": "Schedules",
"empty_list": "Nothing here", "empty_list": "Li vir ti tişt tine ye",
"deleted": "Scheduled post deleted", "deleted": "Şandiya demsazkirî hate jêbirin",
"move": "Move to drafts", "move": "Veguhezîne reşnivîsan",
"moved": "Moved to drafts" "moved": "Veguhezî reşnivîsan bû"
}, },
"bookmarks": { "bookmarks": {
"title": "Bookmarks", "title": "Bookmarks",
"load_error": "Could not load bookmarks", "load_error": "Could not load bookmarks",
"empty_list": "Nothing here", "empty_list": "Li vir ti tişt tine ye",
"deleted": "Bookmark removed", "deleted": "Bookmark removed",
"search": "Search in bookmarks", "search": "Search in bookmarks",
"added": "Added to bookmarks", "added": "Added to bookmarks",
"add": "Add to bookmarks" "add": "Add to bookmarks"
}, },
"favorites": { "favorites": {
"title": "Favorites", "title": "Bijardeyên min",
"load_error": "Could not load favorites", "load_error": "Bijarde bar nebûn",
"empty_list": "Nothing here", "empty_list": "Li vir ti tişt tine ye",
"search": "Search in favorites" "search": "Di bijardeyan de bigere"
}, },
"auth": { "auth": {
"invalid_pin": "Invalid pin code, please check and try again", "invalid_pin": "Invalid pin code, please check and try again",
"invalid_username": "Invalid username, please check and try again", "invalid_username": "Navê bikarhêner nederbasdar e, kontrol bike û dîsa biceribîne",
"already_logged": "You are already logged in, please try to add another account", "already_logged": "Jixwe tu têketî ye, ji kerema xwe tevlîkirina hesabekî din biceribîne",
"invalid_credentials": "Invalid credentials, please check and try again", "invalid_credentials": "Invalid credentials, please check and try again",
"unknow_error": "Unknown error, please contact us at support@esteem.app" "unknow_error": "Çewtiya nenas, ji ser support@esteem.app bi me re têkilî deyne"
}, },
"payout": { "payout": {
"potential_payout": "Potential Payout", "potential_payout": "Potential Payout",
"promoted": "Promoted", "promoted": "Promoted",
"author_payout": "Author Payout", "author_payout": "Author Payout",
"curation_payout": "Curation Payout", "curation_payout": "Curation Payout",
"payout_date": "Payout" "payout_date": "Payout",
"beneficiaries": "Beneficiaries",
"warn_zero_payout": "Amount must reach $0.02 for payout",
"breakdown": "Breakdown"
}, },
"post_dropdown": { "post_dropdown": {
"copy": "copy link", "copy": "kopî bike",
"reblog": "reblog", "reblog": "reblog",
"reply": "reply", "reply": "bibersivîne",
"share": "share", "share": "parve bike",
"bookmarks": "add to bookmarks", "bookmarks": "add to bookmarks",
"promote": "promote", "promote": "promote",
"boost": "boost" "boost": "zêde bike"
}, },
"deep_link": { "deep_link": {
"no_existing_user": "No existing user", "no_existing_user": "Bikarhêner tine ye",
"no_existing_post": "No existing post" "no_existing_post": "Şandî tine ye"
}, },
"search": { "search": {
"posts": "Posts", "posts": "Şandî",
"comments": "Comments" "comments": "Şîrove"
}, },
"comment_filter": { "comment_filter": {
"trending": "TOP", "trending": "SEREKE",
"reputation": "REPUTATION", "reputation": "REPUTATION",
"votes": "VOTE", "votes": "DENG",
"age": "AGE", "age": "TEMEN",
"top": "TOP", "top": "SEREKE",
"time": "TIME" "time": "DEM"
}, },
"transfer": { "transfer": {
"from": "From", "from": "Ji",
"to": "To", "to": "Bo",
"amount_information": "Drag the slider to adjust the amount", "amount_information": "Drag the slider to adjust the amount",
"amount": "Amount", "amount": "Pîvan",
"memo": "Memo", "memo": "Bîrname",
"information": "Are you sure to transfer funds?", "information": "Are you sure to transfer funds?",
"amount_desc": "Balance", "amount_desc": "Balance",
"memo_desc": "This memo is public", "memo_desc": "This memo is public",
"to_placeholder": "Username", "to_placeholder": "Navê bikarhêner",
"memo_placeholder": "Enter your notes here", "memo_placeholder": "Notên xwe li vir binivîse",
"transfer_token": "Transfer", "transfer_token": "Veguheztin",
"points": "Gift ESTM to someone", "points": "Gift ESTM to someone",
"transfer_to_saving": "Transfer To Saving", "transfer_to_saving": "Transfer To Saving",
"powerUp": "Power Up", "powerUp": "Bihêz Bike",
"withdraw_to_saving": "Withdraw To Saving", "withdraw_to_saving": "Withdraw To Saving",
"steemconnect_title": "Steemconnect Transfer", "steemconnect_title": "Veguheztina Steemconnectê",
"estimated_weekly": "Estimated Weekly", "estimated_weekly": "Texmînkirina Heftane",
"destination_accounts": "Destination Accounts", "destination_accounts": "Hesabên Armanc",
"stop_information": "Are you sure want to stop?", "stop_information": "Are you sure want to stop?",
"percent": "Percent", "percent": "Percent",
"auto_vests": "Auto Vests", "auto_vests": "Auto Vests",
"save": "SAVE", "save": "TOMAR BIKE",
"percent_information": "Percent info", "percent_information": "Agahiya rêjeyê",
"next": "NEXT", "next": "PÊŞVE",
"delegate": "Delegate", "delegate": "Şande",
"power_down": "Power Down", "power_down": "Kêmhêz Bike",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar" "withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Fonên Tên",
"stop": "Rawestîne"
}, },
"boost": { "boost": {
"title": "Get eSteem Points", "title": "Get eSteem Points",
"buy": "GET ESTM", "buy": "GET ESTM",
"next": "NEXT" "next": "PÊŞVE"
}, },
"free_estm": { "free_estm": {
"title": "Free ESTM", "title": "ESTM ya Belaş",
"button": "SPIN & WIN", "button": "BIZÎVIRÎNE Û QEZENC BIKE",
"get_spin": "5 SPINS", "get_spin": "5 ZÎVIR",
"spin_right": "Spin Left", "spin_right": "Bizîvirîne Çepê",
"timer_text": "Next free spin in" "timer_text": "Next free spin in"
}, },
"promote": { "promote": {
"title": "Promote", "title": "Promote",
"days": "days", "days": "roj",
"user": "User", "user": "Bikarhêner",
"permlink": "Post", "permlink": "Şandî",
"permlinkPlaceholder": "author/permlink", "permlinkPlaceholder": "author/permlink",
"information": "Are you sure to promote?" "information": "Are you sure to promote?"
}, },
"boostPost": { "boostPost": {
"title": "Boost" "title": "Zêde bike"
}, },
"voters_dropdown": { "voters_dropdown": {
"rewards": "REWARDS", "rewards": "XELAT",
"percent": "PERCENT", "percent": "JI SEDÎ",
"time": "TIME" "time": "DEM"
}, },
"reblog": { "reblog": {
"title": "Reblog Info" "title": "Reblog Info"

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer", "outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus", "checkin_extra": "Bonus",
"delegation": "Delegation", "delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward", "delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation", "delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post", "post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login", "login_title": "Points for login",
"checkin_title": "Points for heartbeat", "checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus", "checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!", "no_activity": "No recent activity",
"outgoing_transfer_description": "", "outgoing_transfer_description": "",
"incoming_transfer_description": "", "incoming_transfer_description": "",
"post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.", "post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.",
"comment_desc": "Each comment you make helps you to grow your audience and make friendship but also earns you upto 5 points.", "comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.", "checkin_desc": "Checking in regularly gives you 0.25 points.",
"vote_desc": "By voting you give reward to other creators and show your appreciation but also earn back upto 0.01 x vote weight points.", "vote_desc": "By voting you give reward to other creators and also earn back upto 0.01 x vote weight points.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.", "reblog_desc": "Share what post you like with your friends and earn points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.", "login_desc": "When you login into app first time you earn 100 points.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.", "checkin_extra_desc": "Consistent use of app gives you extra chances to earn more points, be more active and earn more.",
"dropdown_transfer": "Gift", "dropdown_transfer": "Gift",
"dropdown_promote": "Promote", "dropdown_promote": "Promote",
"dropdown_boost": "Boost", "dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar", "withdraw_sbd": "Withdraw Steem Dollar",
"transfer_to_savings": "Transfer To Savings",
"convert": "Convert",
"escrow_transfer": "Escrow Transfer",
"escrow_dispute": "Escrow Dispute",
"escrow_release": "Escrow Release",
"escrow_approve": "Escrow Approve",
"cancel_transfer_from_savings": "Cancel Transfer from Savings",
"delegate_vesting_shares": "Delegation",
"fill_convert_request": "Convert request executed",
"fill_transfer_from_savings": "From Savings executed",
"fill_vesting_withdraw": "Power Down executed",
"estm": { "estm": {
"title": "eSteem Points", "title": "eSteem Points",
"buy": "GET ESTM" "buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promoted", "promoted": "Promoted",
"author_payout": "Author Payout", "author_payout": "Author Payout",
"curation_payout": "Curation Payout", "curation_payout": "Curation Payout",
"payout_date": "Payout" "payout_date": "Payout",
"beneficiaries": "Beneficiaries",
"warn_zero_payout": "Amount must reach $0.02 for payout",
"breakdown": "Breakdown"
}, },
"post_dropdown": { "post_dropdown": {
"copy": "copy link", "copy": "copy link",
@ -374,7 +389,9 @@
"delegate": "Delegate", "delegate": "Delegate",
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar" "withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
}, },
"boost": { "boost": {
"title": "Get eSteem Points", "title": "Get eSteem Points",

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer", "outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonusas", "checkin_extra": "Bonusas",
"delegation": "Delegation", "delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward", "delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation", "delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Taškai už įrašą", "post_title": "Taškai už įrašą",
@ -28,17 +29,17 @@
"login_title": "Taškai už prisijungimą", "login_title": "Taškai už prisijungimą",
"checkin_title": "Points for heartbeat", "checkin_title": "Points for heartbeat",
"checkin_extra_title": "Naudojimosi bonusas", "checkin_extra_title": "Naudojimosi bonusas",
"no_activity": "Jokios veiklos čia!", "no_activity": "No recent activity",
"outgoing_transfer_description": "", "outgoing_transfer_description": "",
"incoming_transfer_description": "", "incoming_transfer_description": "",
"post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.", "post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.",
"comment_desc": "Each comment you make helps you to grow your audience and make friendship but also earns you upto 5 points.", "comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Reguliarus tikrinimas ir aktyvumo palaikymas tau duos 0.25 taško už kiekvieną prisijungimą.", "checkin_desc": "Checking in regularly gives you 0.25 points.",
"vote_desc": "By voting you give reward to other creators and show your appreciation but also earn back upto 0.01 x vote weight points.", "vote_desc": "By voting you give reward to other creators and also earn back upto 0.01 x vote weight points.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.", "reblog_desc": "Share what post you like with your friends and earn points.",
"login_desc": "Kai jūs pirma kartą prisijungiate prie eSteem, jūs automatiškai būsite apdovanotas 100 taškų.", "login_desc": "When you login into app first time you earn 100 points.",
"checkin_extra_desc": "Reguliarus programos naudojimasis suteikia jums papildomą šansą gauti dar 10 taškų. Kuo aktyvesnis esi, tuo daugiau taškų surinksi.", "checkin_extra_desc": "Consistent use of app gives you extra chances to earn more points, be more active and earn more.",
"dropdown_transfer": "Gift", "dropdown_transfer": "Dovana",
"dropdown_promote": "Promote", "dropdown_promote": "Promote",
"dropdown_boost": "Boost", "dropdown_boost": "Boost",
"from": "Nuo", "from": "Nuo",
@ -65,6 +66,17 @@
"power_down": "Mažinti Galią", "power_down": "Mažinti Galią",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar", "withdraw_sbd": "Withdraw Steem Dollar",
"transfer_to_savings": "Transfer To Savings",
"convert": "Convert",
"escrow_transfer": "Escrow Transfer",
"escrow_dispute": "Escrow Dispute",
"escrow_release": "Escrow Release",
"escrow_approve": "Escrow Approve",
"cancel_transfer_from_savings": "Cancel Transfer from Savings",
"delegate_vesting_shares": "Delegation",
"fill_convert_request": "Convert request executed",
"fill_transfer_from_savings": "From Savings executed",
"fill_vesting_withdraw": "Power Down executed",
"estm": { "estm": {
"title": "eSteem Points", "title": "eSteem Points",
"buy": "GET ESTM" "buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Reklama", "promoted": "Reklama",
"author_payout": "Autoriaus Užmokestis", "author_payout": "Autoriaus Užmokestis",
"curation_payout": "Kuracijos Užmokestis", "curation_payout": "Kuracijos Užmokestis",
"payout_date": "Užmokestis" "payout_date": "Užmokestis",
"beneficiaries": "Beneficiaries",
"warn_zero_payout": "Amount must reach $0.02 for payout",
"breakdown": "Breakdown"
}, },
"post_dropdown": { "post_dropdown": {
"copy": "kopijuoti nuorodą", "copy": "kopijuoti nuorodą",
@ -357,7 +372,7 @@
"memo_desc": "Ši atmintinė yra vieša", "memo_desc": "Ši atmintinė yra vieša",
"to_placeholder": "Vartotojo vardas", "to_placeholder": "Vartotojo vardas",
"memo_placeholder": "Įveskite savo užrašus čia", "memo_placeholder": "Įveskite savo užrašus čia",
"transfer_token": "Transfer", "transfer_token": "Pervesti",
"points": "Gift ESTM to someone", "points": "Gift ESTM to someone",
"transfer_to_saving": "Transfer To Saving", "transfer_to_saving": "Transfer To Saving",
"powerUp": "Power Up", "powerUp": "Power Up",
@ -374,7 +389,9 @@
"delegate": "Delegate", "delegate": "Delegate",
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar" "withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
}, },
"boost": { "boost": {
"title": "Get eSteem Points", "title": "Get eSteem Points",

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer", "outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus", "checkin_extra": "Bonus",
"delegation": "Delegation", "delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward", "delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation", "delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post", "post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login", "login_title": "Points for login",
"checkin_title": "Points for heartbeat", "checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus", "checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!", "no_activity": "No recent activity",
"outgoing_transfer_description": "", "outgoing_transfer_description": "",
"incoming_transfer_description": "", "incoming_transfer_description": "",
"post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.", "post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.",
"comment_desc": "Each comment you make helps you to grow your audience and make friendship but also earns you upto 5 points.", "comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.", "checkin_desc": "Checking in regularly gives you 0.25 points.",
"vote_desc": "By voting you give reward to other creators and show your appreciation but also earn back upto 0.01 x vote weight points.", "vote_desc": "By voting you give reward to other creators and also earn back upto 0.01 x vote weight points.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.", "reblog_desc": "Share what post you like with your friends and earn points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.", "login_desc": "When you login into app first time you earn 100 points.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.", "checkin_extra_desc": "Consistent use of app gives you extra chances to earn more points, be more active and earn more.",
"dropdown_transfer": "Gift", "dropdown_transfer": "Gift",
"dropdown_promote": "Promote", "dropdown_promote": "Promote",
"dropdown_boost": "Boost", "dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar", "withdraw_sbd": "Withdraw Steem Dollar",
"transfer_to_savings": "Transfer To Savings",
"convert": "Convert",
"escrow_transfer": "Escrow Transfer",
"escrow_dispute": "Escrow Dispute",
"escrow_release": "Escrow Release",
"escrow_approve": "Escrow Approve",
"cancel_transfer_from_savings": "Cancel Transfer from Savings",
"delegate_vesting_shares": "Delegation",
"fill_convert_request": "Convert request executed",
"fill_transfer_from_savings": "From Savings executed",
"fill_vesting_withdraw": "Power Down executed",
"estm": { "estm": {
"title": "eSteem Points", "title": "eSteem Points",
"buy": "GET ESTM" "buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promoted", "promoted": "Promoted",
"author_payout": "Author Payout", "author_payout": "Author Payout",
"curation_payout": "Curation Payout", "curation_payout": "Curation Payout",
"payout_date": "Payout" "payout_date": "Payout",
"beneficiaries": "Beneficiaries",
"warn_zero_payout": "Amount must reach $0.02 for payout",
"breakdown": "Breakdown"
}, },
"post_dropdown": { "post_dropdown": {
"copy": "copy link", "copy": "copy link",
@ -374,7 +389,9 @@
"delegate": "Delegate", "delegate": "Delegate",
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar" "withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
}, },
"boost": { "boost": {
"title": "Get eSteem Points", "title": "Get eSteem Points",

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer", "outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus", "checkin_extra": "Bonus",
"delegation": "Delegation", "delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward", "delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation", "delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post", "post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login", "login_title": "Points for login",
"checkin_title": "Points for heartbeat", "checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus", "checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!", "no_activity": "No recent activity",
"outgoing_transfer_description": "", "outgoing_transfer_description": "",
"incoming_transfer_description": "", "incoming_transfer_description": "",
"post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.", "post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.",
"comment_desc": "Each comment you make helps you to grow your audience and make friendship but also earns you upto 5 points.", "comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.", "checkin_desc": "Checking in regularly gives you 0.25 points.",
"vote_desc": "By voting you give reward to other creators and show your appreciation but also earn back upto 0.01 x vote weight points.", "vote_desc": "By voting you give reward to other creators and also earn back upto 0.01 x vote weight points.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.", "reblog_desc": "Share what post you like with your friends and earn points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.", "login_desc": "When you login into app first time you earn 100 points.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.", "checkin_extra_desc": "Consistent use of app gives you extra chances to earn more points, be more active and earn more.",
"dropdown_transfer": "Gift", "dropdown_transfer": "Gift",
"dropdown_promote": "Promote", "dropdown_promote": "Promote",
"dropdown_boost": "Boost", "dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar", "withdraw_sbd": "Withdraw Steem Dollar",
"transfer_to_savings": "Transfer To Savings",
"convert": "Convert",
"escrow_transfer": "Escrow Transfer",
"escrow_dispute": "Escrow Dispute",
"escrow_release": "Escrow Release",
"escrow_approve": "Escrow Approve",
"cancel_transfer_from_savings": "Cancel Transfer from Savings",
"delegate_vesting_shares": "Delegation",
"fill_convert_request": "Convert request executed",
"fill_transfer_from_savings": "From Savings executed",
"fill_vesting_withdraw": "Power Down executed",
"estm": { "estm": {
"title": "eSteem Points", "title": "eSteem Points",
"buy": "GET ESTM" "buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promoted", "promoted": "Promoted",
"author_payout": "Author Payout", "author_payout": "Author Payout",
"curation_payout": "Curation Payout", "curation_payout": "Curation Payout",
"payout_date": "Payout" "payout_date": "Payout",
"beneficiaries": "Beneficiaries",
"warn_zero_payout": "Amount must reach $0.02 for payout",
"breakdown": "Breakdown"
}, },
"post_dropdown": { "post_dropdown": {
"copy": "copy link", "copy": "copy link",
@ -374,7 +389,9 @@
"delegate": "Delegate", "delegate": "Delegate",
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar" "withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
}, },
"boost": { "boost": {
"title": "Get eSteem Points", "title": "Get eSteem Points",

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer", "outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus", "checkin_extra": "Bonus",
"delegation": "Delegation", "delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward", "delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation", "delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post", "post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login", "login_title": "Points for login",
"checkin_title": "Points for heartbeat", "checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus", "checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!", "no_activity": "No recent activity",
"outgoing_transfer_description": "", "outgoing_transfer_description": "",
"incoming_transfer_description": "", "incoming_transfer_description": "",
"post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.", "post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.",
"comment_desc": "Each comment you make helps you to grow your audience and make friendship but also earns you upto 5 points.", "comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.", "checkin_desc": "Checking in regularly gives you 0.25 points.",
"vote_desc": "By voting you give reward to other creators and show your appreciation but also earn back upto 0.01 x vote weight points.", "vote_desc": "By voting you give reward to other creators and also earn back upto 0.01 x vote weight points.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.", "reblog_desc": "Share what post you like with your friends and earn points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.", "login_desc": "When you login into app first time you earn 100 points.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.", "checkin_extra_desc": "Consistent use of app gives you extra chances to earn more points, be more active and earn more.",
"dropdown_transfer": "Gift", "dropdown_transfer": "Gift",
"dropdown_promote": "Promote", "dropdown_promote": "Promote",
"dropdown_boost": "Boost", "dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar", "withdraw_sbd": "Withdraw Steem Dollar",
"transfer_to_savings": "Transfer To Savings",
"convert": "Convert",
"escrow_transfer": "Escrow Transfer",
"escrow_dispute": "Escrow Dispute",
"escrow_release": "Escrow Release",
"escrow_approve": "Escrow Approve",
"cancel_transfer_from_savings": "Cancel Transfer from Savings",
"delegate_vesting_shares": "Delegation",
"fill_convert_request": "Convert request executed",
"fill_transfer_from_savings": "From Savings executed",
"fill_vesting_withdraw": "Power Down executed",
"estm": { "estm": {
"title": "eSteem Points", "title": "eSteem Points",
"buy": "GET ESTM" "buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promoted", "promoted": "Promoted",
"author_payout": "Author Payout", "author_payout": "Author Payout",
"curation_payout": "Curation Payout", "curation_payout": "Curation Payout",
"payout_date": "Payout" "payout_date": "Payout",
"beneficiaries": "Beneficiaries",
"warn_zero_payout": "Amount must reach $0.02 for payout",
"breakdown": "Breakdown"
}, },
"post_dropdown": { "post_dropdown": {
"copy": "copy link", "copy": "copy link",
@ -374,7 +389,9 @@
"delegate": "Delegate", "delegate": "Delegate",
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar" "withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
}, },
"boost": { "boost": {
"title": "Get eSteem Points", "title": "Get eSteem Points",

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Pindahan keluar", "outgoing_transfer_title": "Pindahan keluar",
"checkin_extra": "Mata ganjaran", "checkin_extra": "Mata ganjaran",
"delegation": "Delegasi", "delegation": "Delegasi",
"delegations": "Delegations",
"delegation_title": "Ganjaran delegasi", "delegation_title": "Ganjaran delegasi",
"delegation_desc": "Earn ESTM everyday for delegation", "delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Mata ganjaran -> post_title", "post_title": "Mata ganjaran -> post_title",
@ -28,16 +29,16 @@
"login_title": "Mata ganjaran log masuk", "login_title": "Mata ganjaran log masuk",
"checkin_title": "Points for heartbeat", "checkin_title": "Points for heartbeat",
"checkin_extra_title": "Bonus kegunaan", "checkin_extra_title": "Bonus kegunaan",
"no_activity": "Tiada aktiviti di sini!", "no_activity": "No recent activity",
"outgoing_transfer_description": "", "outgoing_transfer_description": "",
"incoming_transfer_description": "", "incoming_transfer_description": "",
"post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.", "post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.",
"comment_desc": "Each comment you make helps you to grow your audience and make friendship but also earns you upto 5 points.", "comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Dengan check in eSteem app, anda akan mendapati 0.25 mata dan anda akan berhubung dengan para pengguna.", "checkin_desc": "Checking in regularly gives you 0.25 points.",
"vote_desc": "By voting you give reward to other creators and show your appreciation but also earn back upto 0.01 x vote weight points.", "vote_desc": "By voting you give reward to other creators and also earn back upto 0.01 x vote weight points.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.", "reblog_desc": "Share what post you like with your friends and earn points.",
"login_desc": "Apabila anda log masuk eSteem, anda akan diberi 100 mata secara otomatik.", "login_desc": "When you login into app first time you earn 100 points.",
"checkin_extra_desc": "Pengguna app dengan konsisten, anda mungkin akan dapat 10 mata secara percuma. Lebih memgguna, lebih ganjaran.", "checkin_extra_desc": "Consistent use of app gives you extra chances to earn more points, be more active and earn more.",
"dropdown_transfer": "Gift", "dropdown_transfer": "Gift",
"dropdown_promote": "Promote", "dropdown_promote": "Promote",
"dropdown_boost": "Boost", "dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar", "withdraw_sbd": "Withdraw Steem Dollar",
"transfer_to_savings": "Transfer To Savings",
"convert": "Convert",
"escrow_transfer": "Escrow Transfer",
"escrow_dispute": "Escrow Dispute",
"escrow_release": "Escrow Release",
"escrow_approve": "Escrow Approve",
"cancel_transfer_from_savings": "Cancel Transfer from Savings",
"delegate_vesting_shares": "Delegasi",
"fill_convert_request": "Convert request executed",
"fill_transfer_from_savings": "From Savings executed",
"fill_vesting_withdraw": "Power Down executed",
"estm": { "estm": {
"title": "eSteem Points", "title": "eSteem Points",
"buy": "GET ESTM" "buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Digalakkan", "promoted": "Digalakkan",
"author_payout": "Ganjaran Penulis", "author_payout": "Ganjaran Penulis",
"curation_payout": "Ganjaran kurasi", "curation_payout": "Ganjaran kurasi",
"payout_date": "Pembayaran" "payout_date": "Pembayaran",
"beneficiaries": "Beneficiaries",
"warn_zero_payout": "Amount must reach $0.02 for payout",
"breakdown": "Breakdown"
}, },
"post_dropdown": { "post_dropdown": {
"copy": "salin pautan", "copy": "salin pautan",
@ -374,7 +389,9 @@
"delegate": "Delegate", "delegate": "Delegate",
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar" "withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
}, },
"boost": { "boost": {
"title": "Get eSteem Points", "title": "Get eSteem Points",

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer", "outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus", "checkin_extra": "Bonus",
"delegation": "Delegation", "delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward", "delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation", "delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post", "post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login", "login_title": "Points for login",
"checkin_title": "Points for heartbeat", "checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus", "checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!", "no_activity": "No recent activity",
"outgoing_transfer_description": "", "outgoing_transfer_description": "",
"incoming_transfer_description": "", "incoming_transfer_description": "",
"post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.", "post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.",
"comment_desc": "Each comment you make helps you to grow your audience and make friendship but also earns you upto 5 points.", "comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.", "checkin_desc": "Checking in regularly gives you 0.25 points.",
"vote_desc": "By voting you give reward to other creators and show your appreciation but also earn back upto 0.01 x vote weight points.", "vote_desc": "By voting you give reward to other creators and also earn back upto 0.01 x vote weight points.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.", "reblog_desc": "Share what post you like with your friends and earn points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.", "login_desc": "When you login into app first time you earn 100 points.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.", "checkin_extra_desc": "Consistent use of app gives you extra chances to earn more points, be more active and earn more.",
"dropdown_transfer": "Gift", "dropdown_transfer": "Gift",
"dropdown_promote": "Promote", "dropdown_promote": "Promote",
"dropdown_boost": "Boost", "dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar", "withdraw_sbd": "Withdraw Steem Dollar",
"transfer_to_savings": "Transfer To Savings",
"convert": "Convert",
"escrow_transfer": "Escrow Transfer",
"escrow_dispute": "Escrow Dispute",
"escrow_release": "Escrow Release",
"escrow_approve": "Escrow Approve",
"cancel_transfer_from_savings": "Cancel Transfer from Savings",
"delegate_vesting_shares": "Delegation",
"fill_convert_request": "Convert request executed",
"fill_transfer_from_savings": "From Savings executed",
"fill_vesting_withdraw": "Power Down executed",
"estm": { "estm": {
"title": "eSteem Points", "title": "eSteem Points",
"buy": "GET ESTM" "buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promoted", "promoted": "Promoted",
"author_payout": "Author Payout", "author_payout": "Author Payout",
"curation_payout": "Curation Payout", "curation_payout": "Curation Payout",
"payout_date": "Payout" "payout_date": "Payout",
"beneficiaries": "Beneficiaries",
"warn_zero_payout": "Amount must reach $0.02 for payout",
"breakdown": "Breakdown"
}, },
"post_dropdown": { "post_dropdown": {
"copy": "copy link", "copy": "copy link",
@ -374,7 +389,9 @@
"delegate": "Delegate", "delegate": "Delegate",
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar" "withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
}, },
"boost": { "boost": {
"title": "Get eSteem Points", "title": "Get eSteem Points",

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer", "outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus", "checkin_extra": "Bonus",
"delegation": "Delegation", "delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward", "delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation", "delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post", "post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login", "login_title": "Points for login",
"checkin_title": "Points for heartbeat", "checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus", "checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!", "no_activity": "No recent activity",
"outgoing_transfer_description": "", "outgoing_transfer_description": "",
"incoming_transfer_description": "", "incoming_transfer_description": "",
"post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.", "post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.",
"comment_desc": "Each comment you make helps you to grow your audience and make friendship but also earns you upto 5 points.", "comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.", "checkin_desc": "Checking in regularly gives you 0.25 points.",
"vote_desc": "By voting you give reward to other creators and show your appreciation but also earn back upto 0.01 x vote weight points.", "vote_desc": "By voting you give reward to other creators and also earn back upto 0.01 x vote weight points.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.", "reblog_desc": "Share what post you like with your friends and earn points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.", "login_desc": "When you login into app first time you earn 100 points.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.", "checkin_extra_desc": "Consistent use of app gives you extra chances to earn more points, be more active and earn more.",
"dropdown_transfer": "Gift", "dropdown_transfer": "Gift",
"dropdown_promote": "Promote", "dropdown_promote": "Promote",
"dropdown_boost": "Boost", "dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power down", "power_down": "Power down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar", "withdraw_sbd": "Withdraw Steem Dollar",
"transfer_to_savings": "Transfer To Savings",
"convert": "Convert",
"escrow_transfer": "Escrow Transfer",
"escrow_dispute": "Escrow Dispute",
"escrow_release": "Escrow Release",
"escrow_approve": "Escrow Approve",
"cancel_transfer_from_savings": "Cancel Transfer from Savings",
"delegate_vesting_shares": "Delegation",
"fill_convert_request": "Convert request executed",
"fill_transfer_from_savings": "From Savings executed",
"fill_vesting_withdraw": "Power Down executed",
"estm": { "estm": {
"title": "eSteem Points", "title": "eSteem Points",
"buy": "GET ESTM" "buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Gesponsord", "promoted": "Gesponsord",
"author_payout": "Auteurs-uitbetaling", "author_payout": "Auteurs-uitbetaling",
"curation_payout": "Curatie-uitbetaling", "curation_payout": "Curatie-uitbetaling",
"payout_date": "Uitbetaling" "payout_date": "Uitbetaling",
"beneficiaries": "Beneficiaries",
"warn_zero_payout": "Amount must reach $0.02 for payout",
"breakdown": "Breakdown"
}, },
"post_dropdown": { "post_dropdown": {
"copy": "link kopiëren", "copy": "link kopiëren",
@ -374,7 +389,9 @@
"delegate": "Delegate", "delegate": "Delegate",
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar" "withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
}, },
"boost": { "boost": {
"title": "Get eSteem Points", "title": "Get eSteem Points",

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer", "outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus", "checkin_extra": "Bonus",
"delegation": "Delegation", "delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward", "delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation", "delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post", "post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login", "login_title": "Points for login",
"checkin_title": "Points for heartbeat", "checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus", "checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!", "no_activity": "No recent activity",
"outgoing_transfer_description": "", "outgoing_transfer_description": "",
"incoming_transfer_description": "", "incoming_transfer_description": "",
"post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.", "post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.",
"comment_desc": "Each comment you make helps you to grow your audience and make friendship but also earns you upto 5 points.", "comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.", "checkin_desc": "Checking in regularly gives you 0.25 points.",
"vote_desc": "By voting you give reward to other creators and show your appreciation but also earn back upto 0.01 x vote weight points.", "vote_desc": "By voting you give reward to other creators and also earn back upto 0.01 x vote weight points.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.", "reblog_desc": "Share what post you like with your friends and earn points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.", "login_desc": "When you login into app first time you earn 100 points.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.", "checkin_extra_desc": "Consistent use of app gives you extra chances to earn more points, be more active and earn more.",
"dropdown_transfer": "Gift", "dropdown_transfer": "Gift",
"dropdown_promote": "Promote", "dropdown_promote": "Promote",
"dropdown_boost": "Boost", "dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar", "withdraw_sbd": "Withdraw Steem Dollar",
"transfer_to_savings": "Transfer To Savings",
"convert": "Convert",
"escrow_transfer": "Escrow Transfer",
"escrow_dispute": "Escrow Dispute",
"escrow_release": "Escrow Release",
"escrow_approve": "Escrow Approve",
"cancel_transfer_from_savings": "Cancel Transfer from Savings",
"delegate_vesting_shares": "Delegation",
"fill_convert_request": "Convert request executed",
"fill_transfer_from_savings": "From Savings executed",
"fill_vesting_withdraw": "Power Down executed",
"estm": { "estm": {
"title": "eSteem Points", "title": "eSteem Points",
"buy": "GET ESTM" "buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promoted", "promoted": "Promoted",
"author_payout": "Author Payout", "author_payout": "Author Payout",
"curation_payout": "Curation Payout", "curation_payout": "Curation Payout",
"payout_date": "Payout" "payout_date": "Payout",
"beneficiaries": "Beneficiaries",
"warn_zero_payout": "Amount must reach $0.02 for payout",
"breakdown": "Breakdown"
}, },
"post_dropdown": { "post_dropdown": {
"copy": "copy link", "copy": "copy link",
@ -374,7 +389,9 @@
"delegate": "Delegate", "delegate": "Delegate",
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar" "withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
}, },
"boost": { "boost": {
"title": "Get eSteem Points", "title": "Get eSteem Points",

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer", "outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus", "checkin_extra": "Bonus",
"delegation": "Delegation", "delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward", "delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation", "delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post", "post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login", "login_title": "Points for login",
"checkin_title": "Points for heartbeat", "checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus", "checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!", "no_activity": "No recent activity",
"outgoing_transfer_description": "", "outgoing_transfer_description": "",
"incoming_transfer_description": "", "incoming_transfer_description": "",
"post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.", "post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.",
"comment_desc": "Each comment you make helps you to grow your audience and make friendship but also earns you upto 5 points.", "comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.", "checkin_desc": "Checking in regularly gives you 0.25 points.",
"vote_desc": "By voting you give reward to other creators and show your appreciation but also earn back upto 0.01 x vote weight points.", "vote_desc": "By voting you give reward to other creators and also earn back upto 0.01 x vote weight points.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.", "reblog_desc": "Share what post you like with your friends and earn points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.", "login_desc": "When you login into app first time you earn 100 points.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.", "checkin_extra_desc": "Consistent use of app gives you extra chances to earn more points, be more active and earn more.",
"dropdown_transfer": "Gift", "dropdown_transfer": "Gift",
"dropdown_promote": "Promote", "dropdown_promote": "Promote",
"dropdown_boost": "Boost", "dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar", "withdraw_sbd": "Withdraw Steem Dollar",
"transfer_to_savings": "Transfer To Savings",
"convert": "Convert",
"escrow_transfer": "Escrow Transfer",
"escrow_dispute": "Escrow Dispute",
"escrow_release": "Escrow Release",
"escrow_approve": "Escrow Approve",
"cancel_transfer_from_savings": "Cancel Transfer from Savings",
"delegate_vesting_shares": "Delegation",
"fill_convert_request": "Convert request executed",
"fill_transfer_from_savings": "From Savings executed",
"fill_vesting_withdraw": "Power Down executed",
"estm": { "estm": {
"title": "eSteem Points", "title": "eSteem Points",
"buy": "GET ESTM" "buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promoted", "promoted": "Promoted",
"author_payout": "Author Payout", "author_payout": "Author Payout",
"curation_payout": "Curation Payout", "curation_payout": "Curation Payout",
"payout_date": "Payout" "payout_date": "Payout",
"beneficiaries": "Beneficiaries",
"warn_zero_payout": "Amount must reach $0.02 for payout",
"breakdown": "Breakdown"
}, },
"post_dropdown": { "post_dropdown": {
"copy": "copy link", "copy": "copy link",
@ -374,7 +389,9 @@
"delegate": "Delegate", "delegate": "Delegate",
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar" "withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
}, },
"boost": { "boost": {
"title": "Get eSteem Points", "title": "Get eSteem Points",

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer", "outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Awoof", "checkin_extra": "Awoof",
"delegation": "Delegation", "delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward", "delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation", "delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Point for post", "post_title": "Point for post",
@ -28,16 +29,16 @@
"login_title": "Point for login", "login_title": "Point for login",
"checkin_title": "Points for heartbeat", "checkin_title": "Points for heartbeat",
"checkin_extra_title": "Awoof for using", "checkin_extra_title": "Awoof for using",
"no_activity": "Nothing happen here!", "no_activity": "No recent activity",
"outgoing_transfer_description": "", "outgoing_transfer_description": "",
"incoming_transfer_description": "", "incoming_transfer_description": "",
"post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.", "post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.",
"comment_desc": "Each comment you make helps you to grow your audience and make friendship but also earns you upto 5 points.", "comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "To dey enter eSteem app everytime go help you get 0.25 point and e go still help dey connected with your paddi dem.", "checkin_desc": "Checking in regularly gives you 0.25 points.",
"vote_desc": "By voting you give reward to other creators and show your appreciation but also earn back upto 0.01 x vote weight points.", "vote_desc": "By voting you give reward to other creators and also earn back upto 0.01 x vote weight points.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.", "reblog_desc": "Share what post you like with your friends and earn points.",
"login_desc": "When you login enter eSteem app ehn, 100 point don dey ground for you.", "login_desc": "When you login into app first time you earn 100 points.",
"checkin_extra_desc": "If you dey use the app wella, you go get the chance to get 10 point. So dey active so that you go earn more.", "checkin_extra_desc": "Consistent use of app gives you extra chances to earn more points, be more active and earn more.",
"dropdown_transfer": "Gift", "dropdown_transfer": "Gift",
"dropdown_promote": "Promote", "dropdown_promote": "Promote",
"dropdown_boost": "Boost", "dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar", "withdraw_sbd": "Withdraw Steem Dollar",
"transfer_to_savings": "Transfer To Savings",
"convert": "Convert",
"escrow_transfer": "Escrow Transfer",
"escrow_dispute": "Escrow Dispute",
"escrow_release": "Escrow Release",
"escrow_approve": "Escrow Approve",
"cancel_transfer_from_savings": "Cancel Transfer from Savings",
"delegate_vesting_shares": "Delegation",
"fill_convert_request": "Convert request executed",
"fill_transfer_from_savings": "From Savings executed",
"fill_vesting_withdraw": "Power Down executed",
"estm": { "estm": {
"title": "eSteem Points", "title": "eSteem Points",
"buy": "GET ESTM" "buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "E don promote", "promoted": "E don promote",
"author_payout": "Payment For Person Wey Write", "author_payout": "Payment For Person Wey Write",
"curation_payout": "Payment For Post Wey You Upvote", "curation_payout": "Payment For Post Wey You Upvote",
"payout_date": "Payment" "payout_date": "Payment",
"beneficiaries": "Beneficiaries",
"warn_zero_payout": "Amount must reach $0.02 for payout",
"breakdown": "Breakdown"
}, },
"post_dropdown": { "post_dropdown": {
"copy": "copy the link", "copy": "copy the link",
@ -374,7 +389,9 @@
"delegate": "Delegate", "delegate": "Delegate",
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar" "withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
}, },
"boost": { "boost": {
"title": "Get eSteem Points", "title": "Get eSteem Points",

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer", "outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus", "checkin_extra": "Bonus",
"delegation": "Delegation", "delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward", "delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation", "delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post", "post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login", "login_title": "Points for login",
"checkin_title": "Points for heartbeat", "checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus", "checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!", "no_activity": "No recent activity",
"outgoing_transfer_description": "", "outgoing_transfer_description": "",
"incoming_transfer_description": "", "incoming_transfer_description": "",
"post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.", "post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.",
"comment_desc": "Each comment you make helps you to grow your audience and make friendship but also earns you upto 5 points.", "comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.", "checkin_desc": "Checking in regularly gives you 0.25 points.",
"vote_desc": "By voting you give reward to other creators and show your appreciation but also earn back upto 0.01 x vote weight points.", "vote_desc": "By voting you give reward to other creators and also earn back upto 0.01 x vote weight points.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.", "reblog_desc": "Share what post you like with your friends and earn points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.", "login_desc": "When you login into app first time you earn 100 points.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.", "checkin_extra_desc": "Consistent use of app gives you extra chances to earn more points, be more active and earn more.",
"dropdown_transfer": "Gift", "dropdown_transfer": "Gift",
"dropdown_promote": "Promote", "dropdown_promote": "Promote",
"dropdown_boost": "Boost", "dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar", "withdraw_sbd": "Withdraw Steem Dollar",
"transfer_to_savings": "Transfer To Savings",
"convert": "Convert",
"escrow_transfer": "Escrow Transfer",
"escrow_dispute": "Escrow Dispute",
"escrow_release": "Escrow Release",
"escrow_approve": "Escrow Approve",
"cancel_transfer_from_savings": "Cancel Transfer from Savings",
"delegate_vesting_shares": "Delegation",
"fill_convert_request": "Convert request executed",
"fill_transfer_from_savings": "From Savings executed",
"fill_vesting_withdraw": "Power Down executed",
"estm": { "estm": {
"title": "eSteem Points", "title": "eSteem Points",
"buy": "GET ESTM" "buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promoted", "promoted": "Promoted",
"author_payout": "Author Payout", "author_payout": "Author Payout",
"curation_payout": "Curation Payout", "curation_payout": "Curation Payout",
"payout_date": "Payout" "payout_date": "Payout",
"beneficiaries": "Beneficiaries",
"warn_zero_payout": "Amount must reach $0.02 for payout",
"breakdown": "Breakdown"
}, },
"post_dropdown": { "post_dropdown": {
"copy": "copy link", "copy": "copy link",
@ -374,7 +389,9 @@
"delegate": "Delegate", "delegate": "Delegate",
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar" "withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
}, },
"boost": { "boost": {
"title": "Get eSteem Points", "title": "Get eSteem Points",

View File

@ -2,12 +2,12 @@
"wallet": { "wallet": {
"curation_reward": "Recompensas de Curadoria", "curation_reward": "Recompensas de Curadoria",
"author_reward": "Recompensas de Autor", "author_reward": "Recompensas de Autor",
"comment_benefactor_reward": "Recompensa do benificiário do comentário", "comment_benefactor_reward": "Recompensa do benficiário de comentário",
"claim_reward_balance": "Reclamar o balanço da Recompensa", "claim_reward_balance": "Reclamar o balanço da Recompensa",
"transfer": "Transferir", "transfer": "Transferir",
"transfer_to_vesting": "Transferir para vesting", "transfer_to_vesting": "Transferir para vesting",
"transfer_from_savings": "Transferir da Poupança", "transfer_from_savings": "Transferir da Poupança",
"withdraw_vesting": "Decarregar Poder", "withdraw_vesting": "Descarregar Poder",
"fill_order": "Preencher pedido", "fill_order": "Preencher pedido",
"post": "Publicar", "post": "Publicar",
"comment": "Comentar", "comment": "Comentar",
@ -19,33 +19,34 @@
"outgoing_transfer_title": "Transferência de saída", "outgoing_transfer_title": "Transferência de saída",
"checkin_extra": "Bónus", "checkin_extra": "Bónus",
"delegation": "Delegação", "delegation": "Delegação",
"delegations": "Delegações",
"delegation_title": "Recompensa da Delegação", "delegation_title": "Recompensa da Delegação",
"delegation_desc": "Earn ESTM everyday for delegation", "delegation_desc": "Ganhe ESTM todos os dias para delegação",
"post_title": "Pontos para postar", "post_title": "Pontos para postar",
"comment_title": "Pontos para comentário", "comment_title": "Pontos para comentário",
"vote_title": "Pontos para votar", "vote_title": "Pontos para votar",
"reblog_title": "Pontos para reblog", "reblog_title": "Pontos por reblogue",
"login_title": "Pontos por Login", "login_title": "Pontos por Login",
"checkin_title": "Pontos por pulsação", "checkin_title": "Pontos por pulsação",
"checkin_extra_title": "Uso do Bonús", "checkin_extra_title": "Uso do Bonús",
"no_activity": "Nenhuma atividade aqui!", "no_activity": "Sem actividade recente",
"outgoing_transfer_description": "", "outgoing_transfer_description": "",
"incoming_transfer_description": "", "incoming_transfer_description": "",
"post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.", "post_desc": "Você pode ganhar pontos ao postar regularmente. Postar dá até 15 pontos.",
"comment_desc": "Each comment you make helps you to grow your audience and make friendship but also earns you upto 5 points.", "comment_desc": "Cada comentário que você faz ajuda você a aumentar o seu público e também ganha até 5 pontos.",
"checkin_desc": "Verificando no aplicativo eSteem dá 0,25 pontos e ajuda a permanecer conectado com seus amigos.", "checkin_desc": "Checar regularmente dá-lhe 0,25 pontos.",
"vote_desc": "By voting you give reward to other creators and show your appreciation but also earn back upto 0.01 x vote weight points.", "vote_desc": "Ao votar, recompensa outros criadores e mostra seu apreço, mas também ganha 0,01 x pontos de peso de voto.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.", "reblog_desc": "Compartilhe o post que gosta com seus amigos e ganhe ponto.",
"login_desc": "Quando entrar no aplicativo eSteem, você tem o direito de ganhar 100 pontos automaticamente.", "login_desc": "Quando você entrar no app pela primeira vez ganha 100 pontos.",
"checkin_extra_desc": "O uso consistente do aplicativo dá mais chances para ganhar mais 10 pontos, seja mais ativo e ganhar mais.", "checkin_extra_desc": "O uso consistente do aplicativo dá mais chances para ganhar mais pontos, seja mais ativo e ganhar mais.",
"dropdown_transfer": "Presente", "dropdown_transfer": "Presente",
"dropdown_promote": "Promover", "dropdown_promote": "Promover",
"dropdown_boost": "Reforçar", "dropdown_boost": "Reforçar",
"from": "De", "from": "De",
"to": "Para", "to": "Para",
"estimated_value_desc": "Determined by purchase value", "estimated_value_desc": "Determinado por valor de compra",
"estimated_value": "Estimated value", "estimated_value": "Valor estimado",
"estimated_amount": "Vote value", "estimated_amount": "Valor do voto",
"amount_information": "Arraste o controle deslizante para ajustar a quantia", "amount_information": "Arraste o controle deslizante para ajustar a quantia",
"amount": "Quantia", "amount": "Quantia",
"memo": "Memo", "memo": "Memo",
@ -62,36 +63,47 @@
"steemconnect_title": "Transferência por Steemconnect", "steemconnect_title": "Transferência por Steemconnect",
"next": "SEGUINTE", "next": "SEGUINTE",
"delegate": "Delegar", "delegate": "Delegar",
"power_down": "Decarregar Poder", "power_down": "Descarregar Poder",
"withdraw_steem": "Levantar Steem", "withdraw_steem": "Levantar Steem",
"withdraw_sbd": "Levantar Steem Dólar", "withdraw_sbd": "Levantar Steem Dólar",
"transfer_to_savings": "Transferir para Poupanças",
"convert": "Converter",
"escrow_transfer": "Transferência do Escrow",
"escrow_dispute": "Disputa Escrow",
"escrow_release": "Lançamento de Escrow",
"escrow_approve": "Aprovar Escrow",
"cancel_transfer_from_savings": "Cancela transferência das poupanças",
"delegate_vesting_shares": "Delegação",
"fill_convert_request": "Pedido de conversão executado",
"fill_transfer_from_savings": "Das Poupanças executadas",
"fill_vesting_withdraw": "Poder para baixo executado",
"estm": { "estm": {
"title": "eSteem Pontos", "title": "eSteem Pontos",
"buy": "OBTER ESTM" "buy": "OBTER ESTM"
}, },
"savingsteem": { "savingsteem": {
"title": "STEEM Savings" "title": "Poupanças STEEM"
}, },
"savingsbd": { "savingsbd": {
"title": "SBD Savings" "title": "Poupança SBD"
}, },
"steem": { "steem": {
"title": "STEEM", "title": "STEEM",
"buy": "GET STEEM" "buy": "OBTENHA STEEM"
}, },
"sbd": { "sbd": {
"title": "SBD", "title": "SBD",
"buy": "GET SBD" "buy": "OBTENHA SBD"
}, },
"steem_power": { "steem_power": {
"title": "STEEM POWER" "title": "PODER STEEM"
} }
}, },
"notification": { "notification": {
"vote": "gosta do seu post", "vote": "gosta do seu post",
"unvote": "retirou voto do seu post", "unvote": "retirou voto do seu post",
"reply": "respondeu ao seu post", "reply": "respondeu ao seu post",
"mention": "mencionou voçê", "mention": "mencionou você",
"follow": "seguiu você", "follow": "seguiu você",
"unfollow": "deixou de seguir você", "unfollow": "deixou de seguir você",
"ignore": "ignorou você", "ignore": "ignorou você",
@ -108,9 +120,9 @@
"older_then": "Com mais de um mês" "older_then": "Com mais de um mês"
}, },
"leaderboard": { "leaderboard": {
"daily": "DAILY", "daily": "DIÁRIO",
"weekly": "WEEKLY", "weekly": "SEMANAL",
"monthly": "MONTHLY" "monthly": "MENSAL"
}, },
"messages": { "messages": {
"comingsoon": "Recurso de mensagens chega em breve!" "comingsoon": "Recurso de mensagens chega em breve!"
@ -319,7 +331,10 @@
"promoted": "Promovidos", "promoted": "Promovidos",
"author_payout": "Pagamento do Autor", "author_payout": "Pagamento do Autor",
"curation_payout": "Pagamento de Curadoria", "curation_payout": "Pagamento de Curadoria",
"payout_date": "Pagamento" "payout_date": "Pagamento",
"beneficiaries": "Beneficiários",
"warn_zero_payout": "Montante deve chegar a $0.02 para pagamento",
"breakdown": "Decomposição"
}, },
"post_dropdown": { "post_dropdown": {
"copy": "copiar ligação", "copy": "copiar ligação",
@ -340,9 +355,9 @@
}, },
"comment_filter": { "comment_filter": {
"trending": "TOP", "trending": "TOP",
"reputation": "REPUTATION", "reputation": "REPUTAÇÃO",
"votes": "VOTE", "votes": "VOTO",
"age": "AGE", "age": "IDADE",
"top": "TOP", "top": "TOP",
"time": "TEMPO" "time": "TEMPO"
}, },
@ -363,18 +378,20 @@
"powerUp": "Carregar Poder", "powerUp": "Carregar Poder",
"withdraw_to_saving": "Levantar das poupanças", "withdraw_to_saving": "Levantar das poupanças",
"steemconnect_title": "Transferência por Steemconnect", "steemconnect_title": "Transferência por Steemconnect",
"estimated_weekly": "Estimated Weekly", "estimated_weekly": "Estimativa Semanal",
"destination_accounts": "Destination Accounts", "destination_accounts": "Contas de destino",
"stop_information": "Are you sure want to stop?", "stop_information": "Tem certeza que deseja parar?",
"percent": "Percent", "percent": "Percentagem",
"auto_vests": "Auto Vests", "auto_vests": "Auto Vests",
"save": "SAVE", "save": "SALVAR",
"percent_information": "Percent info", "percent_information": "Info de porcentagem",
"next": "SEGUINTE", "next": "SEGUINTE",
"delegate": "Delegar", "delegate": "Delegar",
"power_down": "Decarregar Poder", "power_down": "Decarregar Poder",
"withdraw_steem": "Levantar Steem", "withdraw_steem": "Levantar Steem",
"withdraw_sbd": "Levantar Steem Dólar" "withdraw_sbd": "Levantar Steem Dólar",
"incoming_funds": "Fundos Recebidos",
"stop": "Parar"
}, },
"boost": { "boost": {
"title": "Obter Pontos eSteem", "title": "Obter Pontos eSteem",

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Transfer în curs", "outgoing_transfer_title": "Transfer în curs",
"checkin_extra": "Bonus", "checkin_extra": "Bonus",
"delegation": "Delegare", "delegation": "Delegare",
"delegations": "Delegations",
"delegation_title": "Recompensă delegare", "delegation_title": "Recompensă delegare",
"delegation_desc": "Earn ESTM everyday for delegation", "delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Puncte pentru postare", "post_title": "Puncte pentru postare",
@ -28,16 +29,16 @@
"login_title": "Puncte pentru autentificare", "login_title": "Puncte pentru autentificare",
"checkin_title": "Points for heartbeat", "checkin_title": "Points for heartbeat",
"checkin_extra_title": "Bonus de utilizare", "checkin_extra_title": "Bonus de utilizare",
"no_activity": "Nici o activitate aici!", "no_activity": "No recent activity",
"outgoing_transfer_description": "", "outgoing_transfer_description": "",
"incoming_transfer_description": "", "incoming_transfer_description": "",
"post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.", "post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.",
"comment_desc": "Each comment you make helps you to grow your audience and make friendship but also earns you upto 5 points.", "comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Autentificarea prin aplicația eSteem îți aduce 0.25 puncte și te ajută să rămâi conectat cu prietenii tăi și comunitatea.", "checkin_desc": "Checking in regularly gives you 0.25 points.",
"vote_desc": "By voting you give reward to other creators and show your appreciation but also earn back upto 0.01 x vote weight points.", "vote_desc": "By voting you give reward to other creators and also earn back upto 0.01 x vote weight points.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.", "reblog_desc": "Share what post you like with your friends and earn points.",
"login_desc": "Când te autentifici în aplicația eSteem câștigi 100 de puncte automat.", "login_desc": "When you login into app first time you earn 100 points.",
"checkin_extra_desc": "Utilizarea constantă a aplicației îți oferă șanse în plus pentru câștigarea a 10 puncte. Fii cât mai activ și câștigă mai mult.", "checkin_extra_desc": "Consistent use of app gives you extra chances to earn more points, be more active and earn more.",
"dropdown_transfer": "Cadou", "dropdown_transfer": "Cadou",
"dropdown_promote": "Promovează", "dropdown_promote": "Promovează",
"dropdown_boost": "Boost", "dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Retrage Steem", "withdraw_steem": "Retrage Steem",
"withdraw_sbd": "Retrage Steem Dolar", "withdraw_sbd": "Retrage Steem Dolar",
"transfer_to_savings": "Transfer To Savings",
"convert": "Convert",
"escrow_transfer": "Escrow Transfer",
"escrow_dispute": "Escrow Dispute",
"escrow_release": "Escrow Release",
"escrow_approve": "Escrow Approve",
"cancel_transfer_from_savings": "Cancel Transfer from Savings",
"delegate_vesting_shares": "Delegare",
"fill_convert_request": "Convert request executed",
"fill_transfer_from_savings": "From Savings executed",
"fill_vesting_withdraw": "Power Down executed",
"estm": { "estm": {
"title": "Puncte eSteem", "title": "Puncte eSteem",
"buy": "GET ESTM" "buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promovat", "promoted": "Promovat",
"author_payout": "Plata autorului", "author_payout": "Plata autorului",
"curation_payout": "Plată de curare", "curation_payout": "Plată de curare",
"payout_date": "Plată" "payout_date": "Plată",
"beneficiaries": "Beneficiaries",
"warn_zero_payout": "Amount must reach $0.02 for payout",
"breakdown": "Breakdown"
}, },
"post_dropdown": { "post_dropdown": {
"copy": "copiază link", "copy": "copiază link",
@ -374,7 +389,9 @@
"delegate": "Delegare", "delegate": "Delegare",
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Retrage Steem", "withdraw_steem": "Retrage Steem",
"withdraw_sbd": "Retrage Steem Dolar" "withdraw_sbd": "Retrage Steem Dolar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
}, },
"boost": { "boost": {
"title": "Câștigă puncte eSteem", "title": "Câștigă puncte eSteem",

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Исходящий перевод", "outgoing_transfer_title": "Исходящий перевод",
"checkin_extra": "Бонус", "checkin_extra": "Бонус",
"delegation": "Делегирование", "delegation": "Делегирование",
"delegations": "Delegations",
"delegation_title": "Награда за делегирование", "delegation_title": "Награда за делегирование",
"delegation_desc": "Earn ESTM everyday for delegation", "delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Баллы за пост", "post_title": "Баллы за пост",
@ -28,16 +29,16 @@
"login_title": "Баллы за логин", "login_title": "Баллы за логин",
"checkin_title": "Points for heartbeat", "checkin_title": "Points for heartbeat",
"checkin_extra_title": "Бонус за использование", "checkin_extra_title": "Бонус за использование",
"no_activity": "Здесь пусто!", "no_activity": "No recent activity",
"outgoing_transfer_description": "", "outgoing_transfer_description": "",
"incoming_transfer_description": "", "incoming_transfer_description": "",
"post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.", "post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.",
"comment_desc": "Each comment you make helps you to grow your audience and make friendship but also earns you upto 5 points.", "comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Чекин в приложении eSteem даёт 0.25 баллов и помогает оставаться на связи с друзьями.", "checkin_desc": "Checking in regularly gives you 0.25 points.",
"vote_desc": "By voting you give reward to other creators and show your appreciation but also earn back upto 0.01 x vote weight points.", "vote_desc": "By voting you give reward to other creators and also earn back upto 0.01 x vote weight points.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.", "reblog_desc": "Share what post you like with your friends and earn points.",
"login_desc": "Когда вы логинитесь в приложения eSteem, вы автоматически получаете 100 баллов.", "login_desc": "When you login into app first time you earn 100 points.",
"checkin_extra_desc": "Постоянное использование приложения даёт вам дополнительный шанс получить 10 баллов. Чем больше активности, тем больше награда.", "checkin_extra_desc": "Consistent use of app gives you extra chances to earn more points, be more active and earn more.",
"dropdown_transfer": "Gift", "dropdown_transfer": "Gift",
"dropdown_promote": "Promote", "dropdown_promote": "Promote",
"dropdown_boost": "Boost", "dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Понижение силы", "power_down": "Понижение силы",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar", "withdraw_sbd": "Withdraw Steem Dollar",
"transfer_to_savings": "Transfer To Savings",
"convert": "Convert",
"escrow_transfer": "Escrow Transfer",
"escrow_dispute": "Escrow Dispute",
"escrow_release": "Escrow Release",
"escrow_approve": "Escrow Approve",
"cancel_transfer_from_savings": "Cancel Transfer from Savings",
"delegate_vesting_shares": "Делегирование",
"fill_convert_request": "Convert request executed",
"fill_transfer_from_savings": "From Savings executed",
"fill_vesting_withdraw": "Power Down executed",
"estm": { "estm": {
"title": "eSteem Points", "title": "eSteem Points",
"buy": "GET ESTM" "buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Продвижение", "promoted": "Продвижение",
"author_payout": "Автору", "author_payout": "Автору",
"curation_payout": "Кураторам", "curation_payout": "Кураторам",
"payout_date": "Выплата" "payout_date": "Выплата",
"beneficiaries": "Beneficiaries",
"warn_zero_payout": "Amount must reach $0.02 for payout",
"breakdown": "Breakdown"
}, },
"post_dropdown": { "post_dropdown": {
"copy": "копировать ссылку", "copy": "копировать ссылку",
@ -374,7 +389,9 @@
"delegate": "Delegate", "delegate": "Delegate",
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar" "withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
}, },
"boost": { "boost": {
"title": "Get eSteem Points", "title": "Get eSteem Points",

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer", "outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus", "checkin_extra": "Bonus",
"delegation": "Delegation", "delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward", "delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation", "delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post", "post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login", "login_title": "Points for login",
"checkin_title": "Points for heartbeat", "checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus", "checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!", "no_activity": "No recent activity",
"outgoing_transfer_description": "", "outgoing_transfer_description": "",
"incoming_transfer_description": "", "incoming_transfer_description": "",
"post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.", "post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.",
"comment_desc": "Each comment you make helps you to grow your audience and make friendship but also earns you upto 5 points.", "comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.", "checkin_desc": "Checking in regularly gives you 0.25 points.",
"vote_desc": "By voting you give reward to other creators and show your appreciation but also earn back upto 0.01 x vote weight points.", "vote_desc": "By voting you give reward to other creators and also earn back upto 0.01 x vote weight points.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.", "reblog_desc": "Share what post you like with your friends and earn points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.", "login_desc": "When you login into app first time you earn 100 points.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.", "checkin_extra_desc": "Consistent use of app gives you extra chances to earn more points, be more active and earn more.",
"dropdown_transfer": "Gift", "dropdown_transfer": "Gift",
"dropdown_promote": "Promote", "dropdown_promote": "Promote",
"dropdown_boost": "Boost", "dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar", "withdraw_sbd": "Withdraw Steem Dollar",
"transfer_to_savings": "Transfer To Savings",
"convert": "Convert",
"escrow_transfer": "Escrow Transfer",
"escrow_dispute": "Escrow Dispute",
"escrow_release": "Escrow Release",
"escrow_approve": "Escrow Approve",
"cancel_transfer_from_savings": "Cancel Transfer from Savings",
"delegate_vesting_shares": "Delegation",
"fill_convert_request": "Convert request executed",
"fill_transfer_from_savings": "From Savings executed",
"fill_vesting_withdraw": "Power Down executed",
"estm": { "estm": {
"title": "eSteem Points", "title": "eSteem Points",
"buy": "GET ESTM" "buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promoted", "promoted": "Promoted",
"author_payout": "Author Payout", "author_payout": "Author Payout",
"curation_payout": "Curation Payout", "curation_payout": "Curation Payout",
"payout_date": "Payout" "payout_date": "Payout",
"beneficiaries": "Beneficiaries",
"warn_zero_payout": "Amount must reach $0.02 for payout",
"breakdown": "Breakdown"
}, },
"post_dropdown": { "post_dropdown": {
"copy": "copy link", "copy": "copy link",
@ -374,7 +389,9 @@
"delegate": "Delegate", "delegate": "Delegate",
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar" "withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
}, },
"boost": { "boost": {
"title": "Get eSteem Points", "title": "Get eSteem Points",

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer", "outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus", "checkin_extra": "Bonus",
"delegation": "Delegation", "delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward", "delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation", "delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post", "post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login", "login_title": "Points for login",
"checkin_title": "Points for heartbeat", "checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus", "checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!", "no_activity": "No recent activity",
"outgoing_transfer_description": "", "outgoing_transfer_description": "",
"incoming_transfer_description": "", "incoming_transfer_description": "",
"post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.", "post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.",
"comment_desc": "Each comment you make helps you to grow your audience and make friendship but also earns you upto 5 points.", "comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.", "checkin_desc": "Checking in regularly gives you 0.25 points.",
"vote_desc": "By voting you give reward to other creators and show your appreciation but also earn back upto 0.01 x vote weight points.", "vote_desc": "By voting you give reward to other creators and also earn back upto 0.01 x vote weight points.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.", "reblog_desc": "Share what post you like with your friends and earn points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.", "login_desc": "When you login into app first time you earn 100 points.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.", "checkin_extra_desc": "Consistent use of app gives you extra chances to earn more points, be more active and earn more.",
"dropdown_transfer": "Gift", "dropdown_transfer": "Gift",
"dropdown_promote": "Promote", "dropdown_promote": "Promote",
"dropdown_boost": "Boost", "dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar", "withdraw_sbd": "Withdraw Steem Dollar",
"transfer_to_savings": "Transfer To Savings",
"convert": "Convert",
"escrow_transfer": "Escrow Transfer",
"escrow_dispute": "Escrow Dispute",
"escrow_release": "Escrow Release",
"escrow_approve": "Escrow Approve",
"cancel_transfer_from_savings": "Cancel Transfer from Savings",
"delegate_vesting_shares": "Delegation",
"fill_convert_request": "Convert request executed",
"fill_transfer_from_savings": "From Savings executed",
"fill_vesting_withdraw": "Power Down executed",
"estm": { "estm": {
"title": "eSteem Points", "title": "eSteem Points",
"buy": "GET ESTM" "buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promoted", "promoted": "Promoted",
"author_payout": "Author Payout", "author_payout": "Author Payout",
"curation_payout": "Curation Payout", "curation_payout": "Curation Payout",
"payout_date": "Payout" "payout_date": "Payout",
"beneficiaries": "Beneficiaries",
"warn_zero_payout": "Amount must reach $0.02 for payout",
"breakdown": "Breakdown"
}, },
"post_dropdown": { "post_dropdown": {
"copy": "copy link", "copy": "copy link",
@ -374,7 +389,9 @@
"delegate": "Delegate", "delegate": "Delegate",
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar" "withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
}, },
"boost": { "boost": {
"title": "Get eSteem Points", "title": "Get eSteem Points",

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer", "outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus", "checkin_extra": "Bonus",
"delegation": "Delegation", "delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward", "delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation", "delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post", "post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login", "login_title": "Points for login",
"checkin_title": "Points for heartbeat", "checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus", "checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!", "no_activity": "No recent activity",
"outgoing_transfer_description": "", "outgoing_transfer_description": "",
"incoming_transfer_description": "", "incoming_transfer_description": "",
"post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.", "post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.",
"comment_desc": "Each comment you make helps you to grow your audience and make friendship but also earns you upto 5 points.", "comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.", "checkin_desc": "Checking in regularly gives you 0.25 points.",
"vote_desc": "By voting you give reward to other creators and show your appreciation but also earn back upto 0.01 x vote weight points.", "vote_desc": "By voting you give reward to other creators and also earn back upto 0.01 x vote weight points.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.", "reblog_desc": "Share what post you like with your friends and earn points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.", "login_desc": "When you login into app first time you earn 100 points.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.", "checkin_extra_desc": "Consistent use of app gives you extra chances to earn more points, be more active and earn more.",
"dropdown_transfer": "Gift", "dropdown_transfer": "Gift",
"dropdown_promote": "Promote", "dropdown_promote": "Promote",
"dropdown_boost": "Boost", "dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar", "withdraw_sbd": "Withdraw Steem Dollar",
"transfer_to_savings": "Transfer To Savings",
"convert": "Convert",
"escrow_transfer": "Escrow Transfer",
"escrow_dispute": "Escrow Dispute",
"escrow_release": "Escrow Release",
"escrow_approve": "Escrow Approve",
"cancel_transfer_from_savings": "Cancel Transfer from Savings",
"delegate_vesting_shares": "Delegation",
"fill_convert_request": "Convert request executed",
"fill_transfer_from_savings": "From Savings executed",
"fill_vesting_withdraw": "Power Down executed",
"estm": { "estm": {
"title": "eSteem Points", "title": "eSteem Points",
"buy": "GET ESTM" "buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promoted", "promoted": "Promoted",
"author_payout": "Author Payout", "author_payout": "Author Payout",
"curation_payout": "Curation Payout", "curation_payout": "Curation Payout",
"payout_date": "Payout" "payout_date": "Payout",
"beneficiaries": "Beneficiaries",
"warn_zero_payout": "Amount must reach $0.02 for payout",
"breakdown": "Breakdown"
}, },
"post_dropdown": { "post_dropdown": {
"copy": "copy link", "copy": "copy link",
@ -374,7 +389,9 @@
"delegate": "Delegate", "delegate": "Delegate",
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar" "withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
}, },
"boost": { "boost": {
"title": "Get eSteem Points", "title": "Get eSteem Points",

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer", "outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus", "checkin_extra": "Bonus",
"delegation": "Delegation", "delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward", "delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation", "delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post", "post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login", "login_title": "Points for login",
"checkin_title": "Points for heartbeat", "checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus", "checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!", "no_activity": "No recent activity",
"outgoing_transfer_description": "", "outgoing_transfer_description": "",
"incoming_transfer_description": "", "incoming_transfer_description": "",
"post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.", "post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.",
"comment_desc": "Each comment you make helps you to grow your audience and make friendship but also earns you upto 5 points.", "comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.", "checkin_desc": "Checking in regularly gives you 0.25 points.",
"vote_desc": "By voting you give reward to other creators and show your appreciation but also earn back upto 0.01 x vote weight points.", "vote_desc": "By voting you give reward to other creators and also earn back upto 0.01 x vote weight points.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.", "reblog_desc": "Share what post you like with your friends and earn points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.", "login_desc": "When you login into app first time you earn 100 points.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.", "checkin_extra_desc": "Consistent use of app gives you extra chances to earn more points, be more active and earn more.",
"dropdown_transfer": "Gift", "dropdown_transfer": "Gift",
"dropdown_promote": "Promote", "dropdown_promote": "Promote",
"dropdown_boost": "Boost", "dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar", "withdraw_sbd": "Withdraw Steem Dollar",
"transfer_to_savings": "Transfer To Savings",
"convert": "Convert",
"escrow_transfer": "Escrow Transfer",
"escrow_dispute": "Escrow Dispute",
"escrow_release": "Escrow Release",
"escrow_approve": "Escrow Approve",
"cancel_transfer_from_savings": "Cancel Transfer from Savings",
"delegate_vesting_shares": "Delegation",
"fill_convert_request": "Convert request executed",
"fill_transfer_from_savings": "From Savings executed",
"fill_vesting_withdraw": "Power Down executed",
"estm": { "estm": {
"title": "eSteem Points", "title": "eSteem Points",
"buy": "GET ESTM" "buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promoted", "promoted": "Promoted",
"author_payout": "Author Payout", "author_payout": "Author Payout",
"curation_payout": "Curation Payout", "curation_payout": "Curation Payout",
"payout_date": "Payout" "payout_date": "Payout",
"beneficiaries": "Beneficiaries",
"warn_zero_payout": "Amount must reach $0.02 for payout",
"breakdown": "Breakdown"
}, },
"post_dropdown": { "post_dropdown": {
"copy": "copy link", "copy": "copy link",
@ -374,7 +389,9 @@
"delegate": "Delegate", "delegate": "Delegate",
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar" "withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
}, },
"boost": { "boost": {
"title": "Get eSteem Points", "title": "Get eSteem Points",

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer", "outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus", "checkin_extra": "Bonus",
"delegation": "Delegation", "delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward", "delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation", "delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post", "post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login", "login_title": "Points for login",
"checkin_title": "Points for heartbeat", "checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus", "checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!", "no_activity": "No recent activity",
"outgoing_transfer_description": "", "outgoing_transfer_description": "",
"incoming_transfer_description": "", "incoming_transfer_description": "",
"post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.", "post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.",
"comment_desc": "Each comment you make helps you to grow your audience and make friendship but also earns you upto 5 points.", "comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.", "checkin_desc": "Checking in regularly gives you 0.25 points.",
"vote_desc": "By voting you give reward to other creators and show your appreciation but also earn back upto 0.01 x vote weight points.", "vote_desc": "By voting you give reward to other creators and also earn back upto 0.01 x vote weight points.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.", "reblog_desc": "Share what post you like with your friends and earn points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.", "login_desc": "When you login into app first time you earn 100 points.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.", "checkin_extra_desc": "Consistent use of app gives you extra chances to earn more points, be more active and earn more.",
"dropdown_transfer": "Gift", "dropdown_transfer": "Gift",
"dropdown_promote": "Promote", "dropdown_promote": "Promote",
"dropdown_boost": "Boost", "dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar", "withdraw_sbd": "Withdraw Steem Dollar",
"transfer_to_savings": "Transfer To Savings",
"convert": "Convert",
"escrow_transfer": "Escrow Transfer",
"escrow_dispute": "Escrow Dispute",
"escrow_release": "Escrow Release",
"escrow_approve": "Escrow Approve",
"cancel_transfer_from_savings": "Cancel Transfer from Savings",
"delegate_vesting_shares": "Delegation",
"fill_convert_request": "Convert request executed",
"fill_transfer_from_savings": "From Savings executed",
"fill_vesting_withdraw": "Power Down executed",
"estm": { "estm": {
"title": "eSteem Points", "title": "eSteem Points",
"buy": "GET ESTM" "buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promovisano", "promoted": "Promovisano",
"author_payout": "Isplata autoru", "author_payout": "Isplata autoru",
"curation_payout": "Isplata glasačima", "curation_payout": "Isplata glasačima",
"payout_date": "Isplata" "payout_date": "Isplata",
"beneficiaries": "Beneficiaries",
"warn_zero_payout": "Amount must reach $0.02 for payout",
"breakdown": "Breakdown"
}, },
"post_dropdown": { "post_dropdown": {
"copy": "kopiraj link", "copy": "kopiraj link",
@ -374,7 +389,9 @@
"delegate": "Delegate", "delegate": "Delegate",
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar" "withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
}, },
"boost": { "boost": {
"title": "Get eSteem Points", "title": "Get eSteem Points",

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer", "outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus", "checkin_extra": "Bonus",
"delegation": "Delegation", "delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward", "delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation", "delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post", "post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login", "login_title": "Points for login",
"checkin_title": "Points for heartbeat", "checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus", "checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!", "no_activity": "No recent activity",
"outgoing_transfer_description": "", "outgoing_transfer_description": "",
"incoming_transfer_description": "", "incoming_transfer_description": "",
"post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.", "post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.",
"comment_desc": "Each comment you make helps you to grow your audience and make friendship but also earns you upto 5 points.", "comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.", "checkin_desc": "Checking in regularly gives you 0.25 points.",
"vote_desc": "By voting you give reward to other creators and show your appreciation but also earn back upto 0.01 x vote weight points.", "vote_desc": "By voting you give reward to other creators and also earn back upto 0.01 x vote weight points.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.", "reblog_desc": "Share what post you like with your friends and earn points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.", "login_desc": "When you login into app first time you earn 100 points.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.", "checkin_extra_desc": "Consistent use of app gives you extra chances to earn more points, be more active and earn more.",
"dropdown_transfer": "Gift", "dropdown_transfer": "Gift",
"dropdown_promote": "Promote", "dropdown_promote": "Promote",
"dropdown_boost": "Boost", "dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar", "withdraw_sbd": "Withdraw Steem Dollar",
"transfer_to_savings": "Transfer To Savings",
"convert": "Convert",
"escrow_transfer": "Escrow Transfer",
"escrow_dispute": "Escrow Dispute",
"escrow_release": "Escrow Release",
"escrow_approve": "Escrow Approve",
"cancel_transfer_from_savings": "Cancel Transfer from Savings",
"delegate_vesting_shares": "Delegation",
"fill_convert_request": "Convert request executed",
"fill_transfer_from_savings": "From Savings executed",
"fill_vesting_withdraw": "Power Down executed",
"estm": { "estm": {
"title": "eSteem Points", "title": "eSteem Points",
"buy": "GET ESTM" "buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promoted", "promoted": "Promoted",
"author_payout": "Author Payout", "author_payout": "Author Payout",
"curation_payout": "Curation Payout", "curation_payout": "Curation Payout",
"payout_date": "Payout" "payout_date": "Payout",
"beneficiaries": "Beneficiaries",
"warn_zero_payout": "Amount must reach $0.02 for payout",
"breakdown": "Breakdown"
}, },
"post_dropdown": { "post_dropdown": {
"copy": "copy link", "copy": "copy link",
@ -374,7 +389,9 @@
"delegate": "Delegate", "delegate": "Delegate",
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar" "withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
}, },
"boost": { "boost": {
"title": "Get eSteem Points", "title": "Get eSteem Points",

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer", "outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus", "checkin_extra": "Bonus",
"delegation": "Delegation", "delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward", "delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation", "delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post", "post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login", "login_title": "Points for login",
"checkin_title": "Points for heartbeat", "checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus", "checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!", "no_activity": "No recent activity",
"outgoing_transfer_description": "", "outgoing_transfer_description": "",
"incoming_transfer_description": "", "incoming_transfer_description": "",
"post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.", "post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.",
"comment_desc": "Each comment you make helps you to grow your audience and make friendship but also earns you upto 5 points.", "comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.", "checkin_desc": "Checking in regularly gives you 0.25 points.",
"vote_desc": "By voting you give reward to other creators and show your appreciation but also earn back upto 0.01 x vote weight points.", "vote_desc": "By voting you give reward to other creators and also earn back upto 0.01 x vote weight points.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.", "reblog_desc": "Share what post you like with your friends and earn points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.", "login_desc": "When you login into app first time you earn 100 points.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.", "checkin_extra_desc": "Consistent use of app gives you extra chances to earn more points, be more active and earn more.",
"dropdown_transfer": "Gift", "dropdown_transfer": "Gift",
"dropdown_promote": "Promote", "dropdown_promote": "Promote",
"dropdown_boost": "Boost", "dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar", "withdraw_sbd": "Withdraw Steem Dollar",
"transfer_to_savings": "Transfer To Savings",
"convert": "Convert",
"escrow_transfer": "Escrow Transfer",
"escrow_dispute": "Escrow Dispute",
"escrow_release": "Escrow Release",
"escrow_approve": "Escrow Approve",
"cancel_transfer_from_savings": "Cancel Transfer from Savings",
"delegate_vesting_shares": "Delegation",
"fill_convert_request": "Convert request executed",
"fill_transfer_from_savings": "From Savings executed",
"fill_vesting_withdraw": "Power Down executed",
"estm": { "estm": {
"title": "eSteem Points", "title": "eSteem Points",
"buy": "GET ESTM" "buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promoted", "promoted": "Promoted",
"author_payout": "Author Payout", "author_payout": "Author Payout",
"curation_payout": "Curation Payout", "curation_payout": "Curation Payout",
"payout_date": "Payout" "payout_date": "Payout",
"beneficiaries": "Beneficiaries",
"warn_zero_payout": "Amount must reach $0.02 for payout",
"breakdown": "Breakdown"
}, },
"post_dropdown": { "post_dropdown": {
"copy": "copy link", "copy": "copy link",
@ -374,7 +389,9 @@
"delegate": "Delegate", "delegate": "Delegate",
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar" "withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
}, },
"boost": { "boost": {
"title": "Get eSteem Points", "title": "Get eSteem Points",

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer", "outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus", "checkin_extra": "Bonus",
"delegation": "Delegation", "delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward", "delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation", "delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post", "post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login", "login_title": "Points for login",
"checkin_title": "Points for heartbeat", "checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus", "checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!", "no_activity": "No recent activity",
"outgoing_transfer_description": "", "outgoing_transfer_description": "",
"incoming_transfer_description": "", "incoming_transfer_description": "",
"post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.", "post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.",
"comment_desc": "Each comment you make helps you to grow your audience and make friendship but also earns you upto 5 points.", "comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.", "checkin_desc": "Checking in regularly gives you 0.25 points.",
"vote_desc": "By voting you give reward to other creators and show your appreciation but also earn back upto 0.01 x vote weight points.", "vote_desc": "By voting you give reward to other creators and also earn back upto 0.01 x vote weight points.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.", "reblog_desc": "Share what post you like with your friends and earn points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.", "login_desc": "When you login into app first time you earn 100 points.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.", "checkin_extra_desc": "Consistent use of app gives you extra chances to earn more points, be more active and earn more.",
"dropdown_transfer": "Gift", "dropdown_transfer": "Gift",
"dropdown_promote": "Promote", "dropdown_promote": "Promote",
"dropdown_boost": "Boost", "dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar", "withdraw_sbd": "Withdraw Steem Dollar",
"transfer_to_savings": "Transfer To Savings",
"convert": "Convert",
"escrow_transfer": "Escrow Transfer",
"escrow_dispute": "Escrow Dispute",
"escrow_release": "Escrow Release",
"escrow_approve": "Escrow Approve",
"cancel_transfer_from_savings": "Cancel Transfer from Savings",
"delegate_vesting_shares": "Delegation",
"fill_convert_request": "Convert request executed",
"fill_transfer_from_savings": "From Savings executed",
"fill_vesting_withdraw": "Power Down executed",
"estm": { "estm": {
"title": "eSteem Points", "title": "eSteem Points",
"buy": "GET ESTM" "buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promoted", "promoted": "Promoted",
"author_payout": "Author Payout", "author_payout": "Author Payout",
"curation_payout": "Curation Payout", "curation_payout": "Curation Payout",
"payout_date": "Payout" "payout_date": "Payout",
"beneficiaries": "Beneficiaries",
"warn_zero_payout": "Amount must reach $0.02 for payout",
"breakdown": "Breakdown"
}, },
"post_dropdown": { "post_dropdown": {
"copy": "copy link", "copy": "copy link",
@ -374,7 +389,9 @@
"delegate": "Delegate", "delegate": "Delegate",
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_steem": "Withdraw Steem", "withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar" "withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
}, },
"boost": { "boost": {
"title": "Get eSteem Points", "title": "Get eSteem Points",

Some files were not shown because too many files have changed in this diff Show More