fixed conflits merged dev

This commit is contained in:
ue 2019-12-12 23:26:38 +03:00
commit de559cac11
129 changed files with 3053 additions and 1534 deletions

3
.gitignore vendored
View File

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

View File

@ -139,7 +139,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode versionMajor * 10000 + versionMinor * 100 + versionPatch
versionName "2.2.2"
versionName "2.2.3"
resValue "string", "build_config_package", "app.esteem.mobile.android"
multiDexEnabled true
// react-native-image-crop-picker

View File

@ -24,10 +24,10 @@ PODS:
- AppCenterReactNativeShared (2.6.0):
- AppCenter/Core (= 2.5.1)
- boost-for-react-native (1.63.0)
- BugsnagReactNative (2.23.2):
- BugsnagReactNative/Core (= 2.23.2)
- BugsnagReactNative (2.23.3):
- BugsnagReactNative/Core (= 2.23.3)
- React
- BugsnagReactNative/Core (2.23.2):
- BugsnagReactNative/Core (2.23.3):
- React
- BVLinearGradient (2.5.6):
- React
@ -294,7 +294,7 @@ PODS:
- RSKImageCropper
- RNReanimated (1.3.0):
- React
- RNScreens (2.0.0-alpha.15):
- RNScreens (2.0.0-alpha.16):
- React
- RNSVG (9.11.1):
- React
@ -473,7 +473,7 @@ SPEC CHECKSUMS:
appcenter-push: d5a64c593578762f773ac40b76a2e6965911e45c
AppCenterReactNativeShared: d5e360f8a4cb5126d29e31ab98051d2f070ba631
boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c
BugsnagReactNative: 0a24a1dd2cac88862d67b938f809bec8274130a9
BugsnagReactNative: 34f9500e304c2667ce7a3e76037d91e41eca2ffe
BVLinearGradient: e3aad03778a456d77928f594a649e96995f1c872
CodePush: a503ca0caee269e68d8faaafe4414990ec282520
DoubleConversion: 5805e889d232975c086db112ece9ed034df7a0b2
@ -514,7 +514,7 @@ SPEC CHECKSUMS:
RNIap: b4c77c8bc4501203f4b743126a05da23f10f40b4
RNImageCropPicker: bfb3ea9c8622f290532e2fe63f369e0d5a52f597
RNReanimated: 6abbbae2e5e72609d85aabd92a982a94566885f1
RNScreens: 055721f56f831d17a20d84b613dc0ca9a50e3fcd
RNScreens: 6f748645b4037f2579b363862754dd458d8ce376
RNSVG: be27aa7c58819f97399388ae53d7fa0572f32c7f
RNVectorIcons: 0bb4def82230be1333ddaeee9fcba45f0b288ed4
RSKImageCropper: a446db0e8444a036b34f3c43db01b2373baa4b2a

View File

@ -15,13 +15,13 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.2.2</string>
<string>2.2.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>7</string>
<string>9</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<true />
<key>NSAppTransportSecurity</key>
<dict>
<key>NSExceptionDomains</key>
@ -29,12 +29,12 @@
<key>localhost</key>
<dict>
<key>NSExceptionAllowsInsecureHTTPLoads</key>
<true/>
<true />
</dict>
</dict>
</dict>
<key>NSLocationWhenInUseUsageDescription</key>
<string></string>
<string />
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIRequiredDeviceCapabilities</key>
@ -48,6 +48,6 @@
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<false />
</dict>
</plist>

View File

@ -15,10 +15,10 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>2.2.2</string>
<string>2.2.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>7</string>
<string>9</string>
</dict>
</plist>

View File

@ -873,7 +873,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = eSteem/eSteem.entitlements;
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 7;
CURRENT_PROJECT_VERSION = 9;
DEAD_CODE_STRIPPING = NO;
DEVELOPMENT_TEAM = 75B6RXTKGT;
HEADER_SEARCH_PATHS = (
@ -944,7 +944,7 @@
CODE_SIGN_ENTITLEMENTS = eSteem/eSteem.entitlements;
CODE_SIGN_IDENTITY = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 7;
CURRENT_PROJECT_VERSION = 9;
DEAD_CODE_STRIPPING = NO;
DEVELOPMENT_TEAM = 75B6RXTKGT;
HEADER_SEARCH_PATHS = (

View File

@ -37,26 +37,26 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>1674</string>
<string>1678</string>
<key>CodePushDeploymentKey</key>
<string>13ThFZsgwk6UZp6mIe95IDbnfw8iHy1jfsn-E</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<true />
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
<true />
<key>NSExceptionDomains</key>
<dict>
<key>localhost</key>
<dict>
<key>NSExceptionAllowsInsecureHTTPLoads</key>
<true/>
<true />
</dict>
<key>steemconnect.com</key>
<dict>
<key>NSExceptionAllowsInsecureHTTPLoads</key>
<true/>
<true />
</dict>
</dict>
</dict>
@ -110,12 +110,12 @@
<string>armv7</string>
</array>
<key>UIRequiresFullScreen</key>
<true/>
<true />
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<false />
</dict>
</plist>

View File

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

View File

@ -15,10 +15,10 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>2.2.2</string>
<string>2.2.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>7</string>
<string>9</string>
</dict>
</plist>

View File

@ -1,6 +1,6 @@
{
"name": "eSteem",
"version": "2.2.2",
"version": "2.2.3",
"private": true,
"rnpm": {
"assets": [
@ -32,7 +32,7 @@
"appcenter-push": "^2.6.0",
"axios": "^0.18.0",
"buffer": "^5.2.1",
"bugsnag-react-native": "^2.23.2",
"bugsnag-react-native": "^2.23.3",
"core-js": "^2.6.0",
"crypto-js": "^3.1.9-1",
"currency-symbol-map": "^4.0.4",
@ -67,7 +67,6 @@
"react-native-navigation-bar-color": "^0.1.0",
"react-native-reanimated": "^1.3.0",
"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-slider": "^0.11.0",
"react-native-snap-carousel": "^3.8.0",

View File

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

View File

@ -19,7 +19,7 @@ class CommentsDisplayView extends PureComponent {
constructor(props) {
super(props);
this.state = {
selectedFilter: null,
selectedFilter: 'trending',
selectedOptionIndex: 0,
};
}

View File

@ -1,9 +1,15 @@
import React, { Fragment } from 'react';
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 valueInCurrency = value * currencyRate;
const valueInCurrency = value * (isToken ? 1 : currencyRate);
const toFixedValue = valueInCurrency.toFixed(fixAt);
return (

View File

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

View File

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

View File

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

View File

@ -138,9 +138,9 @@ class PostCardView extends Component {
<Upvote fetchPost={fetchPost} isShowPayoutValue content={content} />
<TouchableOpacity style={styles.commentButton} onPress={this._handleOnVotersPress}>
<TextWithIcon
iconName="people"
iconName="heart-outline"
iconStyle={styles.commentIcon}
iconType="MaterialIcons"
iconType="MaterialCommunityIcons"
isClickable
text={get(content, 'vote_count', 0)}
onPress={this._handleOnVotersPress}
@ -157,9 +157,9 @@ class PostCardView extends Component {
onPress={this._handleOnReblogsPress}
/>
<TextWithIcon
iconName="comment"
iconName="comment-outline"
iconStyle={styles.commentIcon}
iconType="MaterialIcons"
iconType="MaterialCommunityIcons"
isClickable
text={get(content, 'children', 0)}
/>

View File

@ -82,22 +82,14 @@ class PostDisplayView extends PureComponent {
<View style={styles.stickyWrapper}>
<Upvote fetchPost={fetchPost} isShowPayoutValue content={post} />
<TextWithIcon
iconName="people"
iconName="heart-outline"
iconStyle={styles.barIcons}
iconType="MaterialIcons"
iconType="MaterialCommunityIcons"
isClickable
onPress={() => handleOnVotersPress && handleOnVotersPress(get(post, 'active_votes'))}
text={get(post, 'vote_count', 0)}
textMarginLeft={20}
/>
<TextWithIcon
iconName="comment"
iconStyle={styles.barIcons}
iconType="MaterialIcons"
isClickable
text={get(post, 'children', 0)}
textMarginLeft={20}
/>
<TextWithIcon
iconName="repeat"
iconStyle={styles.barIcons}
@ -107,6 +99,27 @@ class PostDisplayView extends PureComponent {
text={get(post, 'reblogCount', 0)}
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}>
{get(currentAccount, 'name') === get(post, 'author') && (
<Fragment>
@ -128,15 +141,6 @@ class PostDisplayView extends PureComponent {
/>
</Fragment>
)}
{isLoggedIn && (
<IconButton
iconStyle={styles.barIconRight}
iconType="MaterialIcons"
name="reply"
onPress={() => handleOnReplyPress && handleOnReplyPress()}
style={styles.barIconButton}
/>
)}
</View>
</View>
</StickyBar>

View File

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

View File

@ -144,7 +144,7 @@ class SideMenuView extends Component {
<View style={styles.itemWrapper}>
{item.item.icon && (
<Icon
iconType="MaterialIcons"
iconType="MaterialCommunityIcons"
style={styles.listItemIcon}
name={item.item.icon}
/>

View File

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

View File

@ -71,6 +71,38 @@ class UpvoteContainer extends PureComponent {
? get(content, 'cashout_time')
: 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 (
<UpvoteView
@ -93,6 +125,9 @@ class UpvoteContainer extends PureComponent {
promotedPayout={promotedPayout}
totalPayout={totalPayout}
upvotePercent={upvotePercent}
beneficiaries={beneficiaries}
warnZeroPayout={warnZeroPayout}
breakdownPayout={breakdownPayout}
/>
);
}

View File

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

View File

@ -107,19 +107,8 @@ const WalletView = ({ setEstimatedWalletValue, selectedUser, handleOnScroll }) =
})}
expanded
>
<WalletDetails
intl={intl}
walletData={walletData}
isShowDropdowns={currentAccountUsername === selectedUsername}
/>
<WalletDetails intl={intl} walletData={walletData} isShowDropdowns={false} />
</CollapsibleCard>
<Card>
<Transaction
refreshing={refreshing}
type="wallet"
transactions={userActivities}
/>
</Card>
</Fragment>
)}
</ScrollView>

View File

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

View File

@ -29,6 +29,9 @@ const WalletHeaderView = ({
valueDescriptions,
showBuyButton,
index,
fetchUserActivity,
reload,
refreshing,
}) => {
const intl = useIntl();
const dropdownRef = useRef();
@ -39,6 +42,18 @@ const WalletHeaderView = ({
}
}, [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) =>
balance !== undefined && (
<View style={styles.balanceWrapper}>

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus",
"delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login",
"checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!",
"no_activity": "No recent activity",
"outgoing_transfer_description": "",
"incoming_transfer_description": "",
"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.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.",
"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.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.",
"comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in regularly gives you 0.25 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 points.",
"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 points, be more active and earn more.",
"dropdown_transfer": "Gift",
"dropdown_promote": "Promote",
"dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Peukureueng Teunaga",
"withdraw_steem": "Withdraw Steem",
"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": {
"title": "eSteem Points",
"buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Kalhëuh Promosi",
"author_payout": "Dibayëu Keupö",
"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": {
"copy": "copy link",
@ -374,7 +389,9 @@
"delegate": "Delegate",
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar"
"withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
},
"boost": {
"title": "Get eSteem Points",
@ -414,4 +431,4 @@
"information": "We noticed that your device has incorrect date or time. Please fix Date & Time or Set Automatically and try again."
}
}
}
}

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "ربح",
"delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "نقاط للمنشور",
@ -28,16 +29,16 @@
"login_title": "نقاط لتسجيل الدخول",
"checkin_title": "Points for heartbeat",
"checkin_extra_title": "مكافأة الاستخدام",
"no_activity": "لا يوجد نشاط هنا!",
"no_activity": "No recent activity",
"outgoing_transfer_description": "",
"incoming_transfer_description": "",
"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.",
"checkin_desc": "يمنحك تسجيل الوصول على تطبيق eSteem 0.25 نقطة ويساعدك على البقاء على اتصال مع أصدقائك.",
"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.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.",
"login_desc": "عند تسجيل الدخول إلى تطبيق eSteem ، يحق لك كسب 100 نقطة تلقائيًا.",
"checkin_extra_desc": "يمنحك الاستخدام المستمر للتطبيق فرصًا إضافية لكسب 10 نقاط إضافية ، وتكون أكثر نشاطًا وكسب المزيد.",
"comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in regularly gives you 0.25 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 points.",
"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 points, be more active and earn more.",
"dropdown_transfer": "Gift",
"dropdown_promote": "Promote",
"dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "سحب الطاقة",
"withdraw_steem": "Withdraw Steem",
"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": {
"title": "eSteem Points",
"buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "المروّجة",
"author_payout": "مكافأة المؤلف",
"curation_payout": "مكافأة المقيّمين",
"payout_date": "المكافأة"
"payout_date": "المكافأة",
"beneficiaries": "Beneficiaries",
"warn_zero_payout": "Amount must reach $0.02 for payout",
"breakdown": "Breakdown"
},
"post_dropdown": {
"copy": "أنسخ الرابط",
@ -374,7 +389,9 @@
"delegate": "Delegate",
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar"
"withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
},
"boost": {
"title": "Get eSteem Points",
@ -414,4 +431,4 @@
"information": "We noticed that your device has incorrect date or time. Please fix Date & Time or Set Automatically and try again."
}
}
}
}

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus",
"delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login",
"checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!",
"no_activity": "No recent activity",
"outgoing_transfer_description": "",
"incoming_transfer_description": "",
"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.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.",
"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.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.",
"comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in regularly gives you 0.25 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 points.",
"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 points, be more active and earn more.",
"dropdown_transfer": "Gift",
"dropdown_promote": "Promote",
"dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"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": {
"title": "eSteem Points",
"buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promoted",
"author_payout": "Author 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": {
"copy": "copy link",
@ -374,7 +389,9 @@
"delegate": "Delegate",
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar"
"withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
},
"boost": {
"title": "Get eSteem Points",
@ -414,4 +431,4 @@
"information": "We noticed that your device has incorrect date or time. Please fix Date & Time or Set Automatically and try again."
}
}
}
}

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus",
"delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Göndəriş üçün xal",
@ -28,16 +29,16 @@
"login_title": "Giriş etmək üçün xal",
"checkin_title": "Points for heartbeat",
"checkin_extra_title": "İstifadə bonusu",
"no_activity": "Fəaliyyət yoxdur!",
"no_activity": "No recent activity",
"outgoing_transfer_description": "",
"incoming_transfer_description": "",
"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.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.",
"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.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.",
"login_desc": "eSteem tətbiqinə giriş etdikdə avtomatik olaraqq 100 xal qazanma haqqı əldə edirsiniz.",
"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.",
"comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in regularly gives you 0.25 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 points.",
"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 points, be more active and earn more.",
"dropdown_transfer": "Gift",
"dropdown_promote": "Promote",
"dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Gücün Enməsi",
"withdraw_steem": "Withdraw Steem",
"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": {
"title": "eSteem Xalı",
"buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Tanıdılan",
"author_payout": "Müəllif Ö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": {
"copy": "bağlantını kopyala",
@ -374,7 +389,9 @@
"delegate": "Delegate",
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar"
"withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
},
"boost": {
"title": "Get eSteem Points",
@ -414,4 +431,4 @@
"information": "We noticed that your device has incorrect date or time. Please fix Date & Time or Set Automatically and try again."
}
}
}
}

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus",
"delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login",
"checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!",
"no_activity": "No recent activity",
"outgoing_transfer_description": "",
"incoming_transfer_description": "",
"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.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.",
"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.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.",
"comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in regularly gives you 0.25 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 points.",
"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 points, be more active and earn more.",
"dropdown_transfer": "Gift",
"dropdown_promote": "Promote",
"dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"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": {
"title": "eSteem Points",
"buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promoted",
"author_payout": "Author 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": {
"copy": "copy link",
@ -374,7 +389,9 @@
"delegate": "Delegate",
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar"
"withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
},
"boost": {
"title": "Get eSteem Points",
@ -414,4 +431,4 @@
"information": "We noticed that your device has incorrect date or time. Please fix Date & Time or Set Automatically and try again."
}
}
}
}

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus",
"delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login",
"checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!",
"no_activity": "No recent activity",
"outgoing_transfer_description": "",
"incoming_transfer_description": "",
"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.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.",
"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.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.",
"comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in regularly gives you 0.25 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 points.",
"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 points, be more active and earn more.",
"dropdown_transfer": "Gift",
"dropdown_promote": "Promote",
"dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "ক্ষমতা হ্রাস করুন",
"withdraw_steem": "Withdraw Steem",
"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": {
"title": "eSteem Points",
"buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promoted",
"author_payout": "Author 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": {
"copy": "copy link",
@ -374,7 +389,9 @@
"delegate": "Delegate",
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar"
"withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
},
"boost": {
"title": "Get eSteem Points",
@ -414,4 +431,4 @@
"information": "We noticed that your device has incorrect date or time. Please fix Date & Time or Set Automatically and try again."
}
}
}
}

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus",
"delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login",
"checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!",
"no_activity": "No recent activity",
"outgoing_transfer_description": "",
"incoming_transfer_description": "",
"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.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.",
"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.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.",
"comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in regularly gives you 0.25 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 points.",
"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 points, be more active and earn more.",
"dropdown_transfer": "Gift",
"dropdown_promote": "Promote",
"dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"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": {
"title": "eSteem Points",
"buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promoted",
"author_payout": "Author 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": {
"copy": "copy link",
@ -374,7 +389,9 @@
"delegate": "Delegate",
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar"
"withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
},
"boost": {
"title": "Get eSteem Points",
@ -414,4 +431,4 @@
"information": "We noticed that your device has incorrect date or time. Please fix Date & Time or Set Automatically and try again."
}
}
}
}

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus",
"delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login",
"checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!",
"no_activity": "No recent activity",
"outgoing_transfer_description": "",
"incoming_transfer_description": "",
"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.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.",
"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.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.",
"comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in regularly gives you 0.25 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 points.",
"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 points, be more active and earn more.",
"dropdown_transfer": "Gift",
"dropdown_promote": "Promote",
"dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"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": {
"title": "eSteem Points",
"buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promoted",
"author_payout": "Author 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": {
"copy": "copy link",
@ -374,7 +389,9 @@
"delegate": "Delegate",
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar"
"withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
},
"boost": {
"title": "Get eSteem Points",
@ -414,4 +431,4 @@
"information": "We noticed that your device has incorrect date or time. Please fix Date & Time or Set Automatically and try again."
}
}
}
}

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus",
"delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login",
"checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!",
"no_activity": "No recent activity",
"outgoing_transfer_description": "",
"incoming_transfer_description": "",
"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.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.",
"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.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.",
"comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in regularly gives you 0.25 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 points.",
"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 points, be more active and earn more.",
"dropdown_transfer": "Gift",
"dropdown_promote": "Promote",
"dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"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": {
"title": "eSteem Points",
"buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promoted",
"author_payout": "Author 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": {
"copy": "copy link",
@ -374,7 +389,9 @@
"delegate": "Delegate",
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar"
"withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
},
"boost": {
"title": "Get eSteem Points",
@ -414,4 +431,4 @@
"information": "We noticed that your device has incorrect date or time. Please fix Date & Time or Set Automatically and try again."
}
}
}
}

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus",
"delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login",
"checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!",
"no_activity": "No recent activity",
"outgoing_transfer_description": "",
"incoming_transfer_description": "",
"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.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.",
"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.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.",
"comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in regularly gives you 0.25 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 points.",
"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 points, be more active and earn more.",
"dropdown_transfer": "Gift",
"dropdown_promote": "Promote",
"dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"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": {
"title": "eSteem Points",
"buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promoted",
"author_payout": "Author 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": {
"copy": "copy link",
@ -374,7 +389,9 @@
"delegate": "Delegate",
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar"
"withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
},
"boost": {
"title": "Get eSteem Points",
@ -414,4 +431,4 @@
"information": "We noticed that your device has incorrect date or time. Please fix Date & Time or Set Automatically and try again."
}
}
}
}

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus",
"delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login",
"checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!",
"no_activity": "No recent activity",
"outgoing_transfer_description": "",
"incoming_transfer_description": "",
"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.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.",
"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.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.",
"comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in regularly gives you 0.25 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 points.",
"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 points, be more active and earn more.",
"dropdown_transfer": "Gift",
"dropdown_promote": "Promote",
"dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"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": {
"title": "eSteem Points",
"buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promoted",
"author_payout": "Author 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": {
"copy": "copy link",
@ -374,7 +389,9 @@
"delegate": "Delegate",
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar"
"withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
},
"boost": {
"title": "Get eSteem Points",
@ -414,4 +431,4 @@
"information": "We noticed that your device has incorrect date or time. Please fix Date & Time or Set Automatically and try again."
}
}
}
}

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus",
"delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login",
"checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!",
"no_activity": "No recent activity",
"outgoing_transfer_description": "",
"incoming_transfer_description": "",
"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.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.",
"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.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.",
"comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in regularly gives you 0.25 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 points.",
"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 points, be more active and earn more.",
"dropdown_transfer": "Gift",
"dropdown_promote": "Promote",
"dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"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": {
"title": "eSteem Points",
"buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promoted",
"author_payout": "Author 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": {
"copy": "copy link",
@ -374,7 +389,9 @@
"delegate": "Delegate",
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar"
"withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
},
"boost": {
"title": "Get eSteem Points",
@ -414,4 +431,4 @@
"information": "We noticed that your device has incorrect date or time. Please fix Date & Time or Set Automatically and try again."
}
}
}
}

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Ausgehende Überweisung",
"checkin_extra": "Bonus",
"delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegations-Belohnung",
"delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Punkte für einen Beitrag",
@ -28,16 +29,16 @@
"login_title": "Punkte für den Login",
"checkin_title": "Punkte für den Herzschlag",
"checkin_extra_title": "Nutzungs-Bonus",
"no_activity": "Keine Aktivität hier!",
"no_activity": "No recent activity",
"outgoing_transfer_description": "",
"incoming_transfer_description": "",
"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.",
"checkin_desc": "Wenn du dich in der eSteem-App anmeldest, bekommst du 0,25 eSteem Punkte und bleibst mit deinen Freunden in Kontakt.",
"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.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.",
"login_desc": "Wenn du dich bei der eSteem App anmeldest, hast du Anspruch darauf, dass du automatisch 100 eSteem Punkte erhältst.",
"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.",
"comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in regularly gives you 0.25 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 points.",
"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 points, be more active and earn more.",
"dropdown_transfer": "Geschenk",
"dropdown_promote": "Bewerben",
"dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power-Down",
"withdraw_steem": "Steem 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": {
"title": "eSteem Punkte",
"buy": "ESTM kaufen"
@ -319,7 +331,10 @@
"promoted": "Beworben",
"author_payout": "Autoren-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": {
"copy": "Link kopieren",
@ -374,7 +389,9 @@
"delegate": "Delegieren",
"power_down": "Power-Down",
"withdraw_steem": "Steem auszahlen",
"withdraw_sbd": "Steem-Dollar auszahlen"
"withdraw_sbd": "Steem-Dollar auszahlen",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
},
"boost": {
"title": "Erhalte eSteem Punkte",
@ -414,4 +431,4 @@
"information": "We noticed that your device has incorrect date or time. Please fix Date & Time or Set Automatically and try again."
}
}
}
}

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus",
"delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login",
"checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!",
"no_activity": "No recent activity",
"outgoing_transfer_description": "",
"incoming_transfer_description": "",
"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.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.",
"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.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.",
"comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in regularly gives you 0.25 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 points.",
"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 points, be more active and earn more.",
"dropdown_transfer": "Gift",
"dropdown_promote": "Promote",
"dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"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": {
"title": "eSteem Points",
"buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promoted",
"author_payout": "Author 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": {
"copy": "copy link",
@ -374,7 +389,9 @@
"delegate": "Delegate",
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar"
"withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
},
"boost": {
"title": "Get eSteem Points",
@ -414,4 +431,4 @@
"information": "We noticed that your device has incorrect date or time. Please fix Date & Time or Set Automatically and try again."
}
}
}
}

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus",
"delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login",
"checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!",
"no_activity": "No recent activity",
"outgoing_transfer_description": "",
"incoming_transfer_description": "",
"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.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.",
"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.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.",
"comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in regularly gives you 0.25 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 points.",
"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 points, be more active and earn more.",
"dropdown_transfer": "Gift",
"dropdown_promote": "Promote",
"dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"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": {
"title": "eSteem Points",
"buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promoted",
"author_payout": "Author 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": {
"copy": "copy link",
@ -374,7 +389,9 @@
"delegate": "Delegate",
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar"
"withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
},
"boost": {
"title": "Get eSteem Points",

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus",
"delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login",
"checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!",
"no_activity": "No recent activity",
"outgoing_transfer_description": "",
"incoming_transfer_description": "",
"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.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.",
"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.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.",
"comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in regularly gives you 0.25 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 points.",
"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 points, be more active and earn more.",
"dropdown_transfer": "Gift",
"dropdown_promote": "Promote",
"dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"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": {
"title": "eSteem Points",
"buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promoted",
"author_payout": "Author 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": {
"copy": "copy link",
@ -374,7 +389,9 @@
"delegate": "Delegate",
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar"
"withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
},
"boost": {
"title": "Get eSteem Points",
@ -414,4 +431,4 @@
"information": "We noticed that your device has incorrect date or time. Please fix Date & Time or Set Automatically and try again."
}
}
}
}

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Transferencia enviada",
"checkin_extra": "Bono",
"delegation": "Delegación",
"delegations": "Delegations",
"delegation_title": "Recompensa por delegación",
"delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Puntos por publicar",
@ -28,16 +29,16 @@
"login_title": "Puntos por iniciar sesión",
"checkin_title": "Puntos por latido",
"checkin_extra_title": "Bono de uso",
"no_activity": "¡No hay actividad aquí!",
"no_activity": "No recent activity",
"outgoing_transfer_description": "",
"incoming_transfer_description": "",
"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.",
"checkin_desc": "Estar conectado en eSteem te da 0.25 puntos y te ayuda a estar conectado con tus amigos.",
"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.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.",
"login_desc": "Cuando inicies sesión en eSteem tienes derecho a recibir 100 puntos automáticamente.",
"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.",
"comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in regularly gives you 0.25 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 points.",
"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 points, be more active and earn more.",
"dropdown_transfer": "Regalar",
"dropdown_promote": "Promocionar",
"dropdown_boost": "Impulsar",
@ -65,6 +66,17 @@
"power_down": "Power down",
"withdraw_steem": "Retirar Steem",
"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": {
"title": "Puntos eSteem",
"buy": "OBTENER ESTM"
@ -319,7 +331,10 @@
"promoted": "Promocionado",
"author_payout": "Pago de Autor",
"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": {
"copy": "copiar enlace",
@ -374,7 +389,9 @@
"delegate": "Delegar",
"power_down": "Hacer Power Down",
"withdraw_steem": "Retirar Steem",
"withdraw_sbd": "Retirar Steem Dollar"
"withdraw_sbd": "Retirar Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
},
"boost": {
"title": "Obtener puntos eSteem",
@ -414,4 +431,4 @@
"information": "Notamos que tu dispositivo tiene una fecha o hora incorrectas. Por favor corrige la fecha y hora o establezca automáticamente dichas opciones e inténtelo de nuevo."
}
}
}
}

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Boonus",
"delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Punktid postitustest",
@ -28,16 +29,16 @@
"login_title": "Punktid sisselogimisest",
"checkin_title": "Points for heartbeat",
"checkin_extra_title": "Kasutusboonus",
"no_activity": "Siin on vaikus!",
"no_activity": "No recent activity",
"outgoing_transfer_description": "",
"incoming_transfer_description": "",
"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.",
"checkin_desc": "eSteem äppi kasutamine annab sulle 0.25 punkti ja aitab sul oma sõpradega ühenduses olla.",
"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.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.",
"login_desc": "Kui sa logid eSteem äppi sisse, teenid sa automaatselt 100 punkti.",
"checkin_extra_desc": "Konstantne äppi kasutamine annab sulle võimaluse teenida 10 lisapunkti, olles aktiivsem teenid sa rohkem punkte.",
"comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in regularly gives you 0.25 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 points.",
"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 points, be more active and earn more.",
"dropdown_transfer": "Kingi",
"dropdown_promote": "Promote",
"dropdown_boost": "Võimenda",
@ -65,6 +66,17 @@
"power_down": "Väljaluülitus",
"withdraw_steem": "Withdraw Steem",
"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": {
"title": "eSteem punktid",
"buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promoted",
"author_payout": "Author 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": {
"copy": "copy link",
@ -374,7 +389,9 @@
"delegate": "Delegate",
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar"
"withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
},
"boost": {
"title": "Get eSteem Points",
@ -414,4 +431,4 @@
"information": "We noticed that your device has incorrect date or time. Please fix Date & Time or Set Automatically and try again."
}
}
}
}

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "تراکنش خروجی",
"checkin_extra": "پاداش",
"delegation": "اجاره",
"delegations": "Delegations",
"delegation_title": "پاداش اجاره دادن",
"delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "امتیاز برای ایجاد پست",
@ -28,16 +29,16 @@
"login_title": "امتیاز برای ورود به حساب کاربری",
"checkin_title": "Points for heartbeat",
"checkin_extra_title": "استفاده از پاداش",
"no_activity": "هیچ فعالیتی اینجا نیست!",
"no_activity": "No recent activity",
"outgoing_transfer_description": "",
"incoming_transfer_description": "",
"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.",
"checkin_desc": "حاضری زدن در اپ eSteem به شما 0.25 امتیاز میدهد و همچنین به شما کمک میکند تا با دوستانتان و در ارتباط باقی بمانید.",
"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.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.",
"login_desc": "زمانی که شما توسط اپ eSteem وارد حساب کاربری خود شوید به صورت اتوماتیک 100 امتیاز دریافت خواهید کرد.",
"checkin_extra_desc": "استفاده مداوم از این اپ به شما شانس دریافت 10 امتیاز دیگر را می دهد، بیشتر فعال باشید و امتیازات بیشتری دریافت کنید.",
"comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in regularly gives you 0.25 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 points.",
"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 points, be more active and earn more.",
"dropdown_transfer": "Gift",
"dropdown_promote": "Promote",
"dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "کم کردن قدرت",
"withdraw_steem": "Withdraw Steem",
"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": {
"title": "eSteem Points",
"buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "ارتقا داده شده",
"author_payout": "پاداش نویسنده",
"curation_payout": "پاداش مشارکت",
"payout_date": "پرداخت"
"payout_date": "پرداخت",
"beneficiaries": "Beneficiaries",
"warn_zero_payout": "Amount must reach $0.02 for payout",
"breakdown": "Breakdown"
},
"post_dropdown": {
"copy": "کپی لینک",
@ -374,7 +389,9 @@
"delegate": "Delegate",
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar"
"withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
},
"boost": {
"title": "Get eSteem Points",
@ -414,4 +431,4 @@
"information": "We noticed that your device has incorrect date or time. Please fix Date & Time or Set Automatically and try again."
}
}
}
}

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus",
"delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login",
"checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!",
"no_activity": "No recent activity",
"outgoing_transfer_description": "",
"incoming_transfer_description": "",
"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.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.",
"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.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.",
"comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in regularly gives you 0.25 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 points.",
"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 points, be more active and earn more.",
"dropdown_transfer": "Gift",
"dropdown_promote": "Promote",
"dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"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": {
"title": "eSteem Points",
"buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promoted",
"author_payout": "Author 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": {
"copy": "kopioi linkki",
@ -374,7 +389,9 @@
"delegate": "Delegate",
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar"
"withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
},
"boost": {
"title": "Get eSteem Points",
@ -414,4 +431,4 @@
"information": "We noticed that your device has incorrect date or time. Please fix Date & Time or Set Automatically and try again."
}
}
}
}

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus",
"delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login",
"checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!",
"no_activity": "No recent activity",
"outgoing_transfer_description": "",
"incoming_transfer_description": "",
"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.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.",
"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.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.",
"comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in regularly gives you 0.25 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 points.",
"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 points, be more active and earn more.",
"dropdown_transfer": "Gift",
"dropdown_promote": "Promote",
"dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"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": {
"title": "eSteem Points",
"buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promoted",
"author_payout": "Author 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": {
"copy": "copy link",
@ -374,7 +389,9 @@
"delegate": "Delegate",
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar"
"withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
},
"boost": {
"title": "Get eSteem Points",
@ -414,4 +431,4 @@
"information": "We noticed that your device has incorrect date or time. Please fix Date & Time or Set Automatically and try again."
}
}
}
}

View File

@ -9,18 +9,19 @@
"transfer_from_savings": "Transférer depuis mes Économies",
"withdraw_vesting": "Diminuer son influence",
"fill_order": "Remplir lordre",
"post": "Post",
"post": "Publier",
"comment": "Commentaire",
"checkin": "Check-in",
"vote": "Vote",
"reblog": "Reblog",
"login": "Login",
"incoming_transfer_title": "Incoming transfer",
"outgoing_transfer_title": "Outgoing transfer",
"login": "Connexion",
"incoming_transfer_title": "Transfert entrant",
"outgoing_transfer_title": "Transfert sortant",
"checkin_extra": "Bonus",
"delegation": "Delegation",
"delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation",
"delegation": "Délégation",
"delegations": "Delegations",
"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",
"comment_title": "Points pour vos commentaires",
"vote_title": "Points pour vos votes",
@ -28,28 +29,28 @@
"login_title": "Points pour vos connexions",
"checkin_title": "Points for heartbeat",
"checkin_extra_title": "Bonus d'utilisation",
"no_activity": "Aucune activité ici !",
"no_activity": "No recent activity",
"outgoing_transfer_description": "",
"incoming_transfer_description": "",
"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.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.",
"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.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.",
"login_desc": "Lorsque vous vous connectez sur l'application eSteem, vous avez le droit de gagner 100 points automatiquement.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.",
"dropdown_transfer": "Gift",
"dropdown_promote": "Promote",
"dropdown_boost": "Boost",
"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 also earns you upto 5 points.",
"checkin_desc": "Checking in regularly gives you 0.25 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 points.",
"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 points, be more active and earn more.",
"dropdown_transfer": "Cadeau",
"dropdown_promote": "Promouvoir",
"dropdown_boost": "Accélérer",
"from": "De",
"to": "À",
"estimated_value_desc": "Determined by purchase value",
"estimated_value": "Estimated value",
"estimated_amount": "Vote value",
"amount_information": "Drag the slider to adjust the amount",
"estimated_value_desc": "Déterminé par la valeur d'achat",
"estimated_value": "Valeur estimée",
"estimated_amount": "Valeur de vote",
"amount_information": "Faites glisser le curseur pour ajuster le montant",
"amount": "Montant",
"memo": "Mémo",
"information": "Are you sure to transfer funds?",
"information": "Êtes-vous sûr de vouloir transférer les fonds ?",
"amount_desc": "Solde",
"memo_desc": "Ce mémo est public",
"to_placeholder": "Nom d'utilisateur",
@ -60,13 +61,24 @@
"powerUp": "Power Up",
"withdraw_to_saving": "Withdraw To Saving",
"steemconnect_title": "Transfert Steemconnect",
"next": "NEXT",
"delegate": "Delegate",
"next": "SUIVANT",
"delegate": "Déléguer",
"power_down": "Diminuer son influence",
"withdraw_steem": "Withdraw Steem",
"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": {
"title": "eSteem Points",
"title": "points eSteem",
"buy": "GET ESTM"
},
"savingsteem": {
@ -96,11 +108,11 @@
"unfollow": "ne vous suit plus",
"ignore": "vous a ignoré",
"reblog": "a reblogué votre post",
"transfer": "transferred",
"transfer": "transféré",
"notification": "Notifications",
"leaderboard": "Classement",
"epoint": "Points",
"leaderboard_title": "Top Users",
"leaderboard_title": "Top utilisateurs",
"recent": "Récent",
"yesterday": "Hier",
"this_week": "Cette semaine",
@ -108,9 +120,9 @@
"older_then": "Vieux de plus de 1 mois"
},
"leaderboard": {
"daily": "DAILY",
"weekly": "WEEKLY",
"monthly": "MONTHLY"
"daily": "QUOTIDIEN",
"weekly": "HEBDOMADAIRE",
"monthly": "MENSUEL"
},
"messages": {
"comingsoon": "La fonctionnalité Messages arrive bientôt !"
@ -138,10 +150,10 @@
"steem_dollars": "Steem Dollars",
"savings": "Économies",
"edit": {
"display_name": "Display Name",
"about": "About",
"location": "Location",
"website": "Website"
"display_name": "Nom d'affichage",
"about": "À propos",
"location": "Localisation",
"website": "Site Web"
}
},
"settings": {
@ -161,7 +173,7 @@
"transfers": "Transferts"
},
"pincode": "Pincode",
"reset_pin": "Reset Pin Code",
"reset_pin": "Réinitialisez le Code Pin",
"reset": "Réinitialiser",
"nsfw_content": "NSFW",
"send_feedback": "Envoyer une suggestion",
@ -174,11 +186,11 @@
},
"feedback_success": "E-mail ouvert avec succès",
"feedback_fail": "Le client e-mail n'a pas pu être ouvert",
"server_fail": "Server not available"
"server_fail": "Serveur indisponible"
},
"voters": {
"voters_info": "Info des votants",
"no_user": "User is not found."
"no_user": "L'utilisateur n'a pas été trouvé."
},
"login": {
"signin": "Se connecter",
@ -226,7 +238,7 @@
"reply_placeholder": "Qu'aimeriez-vous écrire à propos de l'article ci-dessus ?",
"publish": "Publier",
"reply": "Répondre",
"open_gallery": "Open Gallery",
"open_gallery": "Ouvrir la galerie",
"capture_photo": "Prendre une photo"
},
"pincode": {
@ -243,7 +255,7 @@
"fail": "Échec !",
"move": "Déplacer",
"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",
"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.",
@ -260,23 +272,23 @@
"copied": "Copié !",
"no_internet": "Pas de connexion !",
"confirm": "Valider",
"removed": "Removed",
"same_user": "This user already added to list",
"unknow_error": "An error occurred",
"error": "Error",
"removed": "Retiré",
"same_user": "Cet utilisateur a déjà été ajouté à la liste",
"unknow_error": "Une erreur est survenue",
"error": "Erreur",
"fetch_error": "Fetching data failed, please try again or notify us at info@esteem.app",
"connection_fail": "Connection Failed!",
"connection_success": "Successfully connected!",
"checking": "Checking...",
"connection_fail": "Échec de la connexion !",
"connection_success": "Connexion réussie!",
"checking": "Vérification...",
"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": {
"reblog_alert": "Are you sure, you want to reblog?",
"removed_hint": "The post was removed by",
"copy_link": "Copy Link",
"reblogged": "reblogged by",
"sponsored": "SPONSORED",
"reblog_alert": "Êtes-vous sûr de vouloir rebloguer ?",
"removed_hint": "Ce post à été supprimé par",
"copy_link": "Copier le Lien",
"reblogged": "reblogué par",
"sponsored": "SPONSORISÉ",
"open_thread": "Open Thread"
},
"drafts": {
@ -319,7 +331,10 @@
"promoted": "Promu",
"author_payout": "Gain de l'Auteur",
"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": {
"copy": "copier le lien",
@ -327,8 +342,8 @@
"reply": "répondre",
"share": "partager",
"bookmarks": "ajouter aux signets",
"promote": "promote",
"boost": "boost"
"promote": "promouvoir",
"boost": "accélérer"
},
"deep_link": {
"no_existing_user": "Utilisateur inexistant",
@ -340,78 +355,80 @@
},
"comment_filter": {
"trending": "TOP",
"reputation": "REPUTATION",
"reputation": "RÉPUTATION",
"votes": "VOTE",
"age": "AGE",
"top": "TOP",
"time": "TIME"
"time": "HEURE"
},
"transfer": {
"from": "De",
"to": "À",
"amount_information": "Drag the slider to adjust the amount",
"amount_information": "Faites glisser le curseur pour ajuster le montant",
"amount": "Montant",
"memo": "Mémo",
"information": "Are you sure to transfer funds?",
"information": "Êtes-vous sûr de vouloir transférer les fonds ?",
"amount_desc": "Solde",
"memo_desc": "Ce mémo est public",
"to_placeholder": "Nom d'utilisateur",
"memo_placeholder": "Entrez vos notes ici",
"transfer_token": "Transfer",
"transfer_token": "Transférer",
"points": "Gift ESTM to someone",
"transfer_to_saving": "Transfer To Saving",
"powerUp": "Power Up",
"withdraw_to_saving": "Withdraw To Saving",
"steemconnect_title": "Transfert Steemconnect",
"estimated_weekly": "Estimated Weekly",
"estimated_weekly": "Évalué chaque semaine",
"destination_accounts": "Destination Accounts",
"stop_information": "Are you sure want to stop?",
"percent": "Percent",
"stop_information": "Êtes-vous sûr de vouloir arrêter ?",
"percent": "Pourcentage",
"auto_vests": "Auto Vests",
"save": "SAVE",
"save": "SAUVEGARDER",
"percent_information": "Percent info",
"next": "NEXT",
"delegate": "Delegate",
"next": "SUIVANT",
"delegate": "Déléguer",
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar"
"withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
},
"boost": {
"title": "Get eSteem Points",
"buy": "GET ESTM",
"next": "NEXT"
"next": "SUIVANT"
},
"free_estm": {
"title": "Free ESTM",
"button": "SPIN & WIN",
"get_spin": "5 SPINS",
"button": "TOURNER & GAGNER",
"get_spin": "5 TOURS",
"spin_right": "Spin Left",
"timer_text": "Next free spin in"
"timer_text": "Prochain tour gratuit dans"
},
"promote": {
"title": "Promote",
"days": "days",
"user": "User",
"permlink": "Post",
"title": "Promouvoir",
"days": "jours",
"user": "Utilisateur",
"permlink": "Publier",
"permlinkPlaceholder": "author/permlink",
"information": "Are you sure to promote?"
"information": "Êtes-vous sûr de vouloir promouvoir?"
},
"boostPost": {
"title": "Boost"
},
"voters_dropdown": {
"rewards": "REWARDS",
"rewards": "RÉCOMPENSES",
"percent": "PERCENT",
"time": "TIME"
"time": "HEURE"
},
"reblog": {
"title": "Reblog Info"
},
"dsteem": {
"date_error": {
"device_time": "Your device time;",
"current_time": "Current time;",
"information": "We noticed that your device has incorrect date or time. Please fix Date & Time or Set Automatically and try again."
"device_time": "Heure de votre appareil;",
"current_time": "Heure actuelle;",
"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",
"checkin_extra": "Bonus",
"delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login",
"checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!",
"no_activity": "No recent activity",
"outgoing_transfer_description": "",
"incoming_transfer_description": "",
"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.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.",
"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.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.",
"comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in regularly gives you 0.25 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 points.",
"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 points, be more active and earn more.",
"dropdown_transfer": "Gift",
"dropdown_promote": "Promote",
"dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"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": {
"title": "eSteem Points",
"buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promoted",
"author_payout": "Author 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": {
"copy": "copy link",
@ -374,7 +389,9 @@
"delegate": "Delegate",
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar"
"withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
},
"boost": {
"title": "Get eSteem Points",
@ -414,4 +431,4 @@
"information": "We noticed that your device has incorrect date or time. Please fix Date & Time or Set Automatically and try again."
}
}
}
}

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus",
"delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login",
"checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!",
"no_activity": "No recent activity",
"outgoing_transfer_description": "",
"incoming_transfer_description": "",
"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.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.",
"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.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.",
"comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in regularly gives you 0.25 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 points.",
"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 points, be more active and earn more.",
"dropdown_transfer": "Gift",
"dropdown_promote": "Promote",
"dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"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": {
"title": "eSteem Points",
"buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promoted",
"author_payout": "Author 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": {
"copy": "copy link",
@ -374,7 +389,9 @@
"delegate": "Delegate",
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar"
"withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
},
"boost": {
"title": "Get eSteem Points",
@ -414,4 +431,4 @@
"information": "We noticed that your device has incorrect date or time. Please fix Date & Time or Set Automatically and try again."
}
}
}
}

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Huzd",
"delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Stika waurda",
@ -28,16 +29,16 @@
"login_title": "Stika atgagga",
"checkin_title": "Points for heartbeat",
"checkin_extra_title": "Brukeinais huzd",
"no_activity": "Ni waihts her warþ!",
"no_activity": "No recent activity",
"outgoing_transfer_description": "",
"incoming_transfer_description": "",
"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.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.",
"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.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.",
"comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in regularly gives you 0.25 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 points.",
"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 points, be more active and earn more.",
"dropdown_transfer": "Gift",
"dropdown_promote": "Promote",
"dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"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": {
"title": "eSteem Points",
"buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promoted",
"author_payout": "Author 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": {
"copy": "copy link",
@ -374,7 +389,9 @@
"delegate": "Delegate",
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar"
"withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
},
"boost": {
"title": "Get eSteem Points",
@ -414,4 +431,4 @@
"information": "We noticed that your device has incorrect date or time. Please fix Date & Time or Set Automatically and try again."
}
}
}
}

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus",
"delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "נקודות עבור פוסט",
@ -28,16 +29,16 @@
"login_title": "נקודות עבור כניסה",
"checkin_title": "Points for heartbeat",
"checkin_extra_title": "בונוס שימוש",
"no_activity": "No activity here!",
"no_activity": "No recent activity",
"outgoing_transfer_description": "",
"incoming_transfer_description": "",
"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.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.",
"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.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.",
"comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in regularly gives you 0.25 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 points.",
"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 points, be more active and earn more.",
"dropdown_transfer": "Gift",
"dropdown_promote": "Promote",
"dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "המרת כוח הסטים ליתרה נזילה",
"withdraw_steem": "Withdraw Steem",
"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": {
"title": "eSteem Points",
"buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "מקודמים",
"author_payout": "תשלום הסופר",
"curation_payout": "תשלום אוצרות התוכן",
"payout_date": "תשלום"
"payout_date": "תשלום",
"beneficiaries": "Beneficiaries",
"warn_zero_payout": "Amount must reach $0.02 for payout",
"breakdown": "Breakdown"
},
"post_dropdown": {
"copy": "העתק קישור",
@ -374,7 +389,9 @@
"delegate": "Delegate",
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar"
"withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
},
"boost": {
"title": "Get eSteem Points",
@ -414,4 +431,4 @@
"information": "We noticed that your device has incorrect date or time. Please fix Date & Time or Set Automatically and try again."
}
}
}
}

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "जाने वाली फाइल स्थानांतरण",
"checkin_extra": "बोनस",
"delegation": "प्रतिनिधि मंडल",
"delegations": "Delegations",
"delegation_title": "प्रतिनिधि मंडल ईनाम",
"delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "पद के लिए अंक",
@ -28,16 +29,16 @@
"login_title": "लॉगिन के लिए अंक",
"checkin_title": "Points for heartbeat",
"checkin_extra_title": "उपयोग बोनस",
"no_activity": "यहां कोई गतिविधि नहीं!",
"no_activity": "No recent activity",
"outgoing_transfer_description": "",
"incoming_transfer_description": "",
"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.",
"checkin_desc": "इस्टीम एप्प आपको 0. २५ प्रतिशत अंक देता है जुड़ने पर और मदद करता है दोस्तों के साथ जुड़े रहने में|",
"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.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.",
"login_desc": "जब आप इस्टीम में लॉगिन करते हैं तो आप १०० अंकों के स्वतः दावेदार हो जाते हैं|",
"checkin_extra_desc": "आपको अतिरिक्त मौका मिलता है १० अंक प्राप्त करने का अगर एप्प को लगातार उपयोग करते हैं, अधिक से अधिक समय तक एप्प में सक्रिय रहें|",
"comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in regularly gives you 0.25 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 points.",
"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 points, be more active and earn more.",
"dropdown_transfer": "उपहार",
"dropdown_promote": "Promote",
"dropdown_boost": "बूस्ट",
@ -65,6 +66,17 @@
"power_down": "शक्तिक्षय करें",
"withdraw_steem": "Withdraw Steem",
"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": {
"title": "eSteem अंक",
"buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "पदोन्नत",
"author_payout": "लेखक भुगतान",
"curation_payout": "अध्यक्ष्ता इनाम",
"payout_date": "भुगतान"
"payout_date": "भुगतान",
"beneficiaries": "Beneficiaries",
"warn_zero_payout": "Amount must reach $0.02 for payout",
"breakdown": "Breakdown"
},
"post_dropdown": {
"copy": "लिंक कापी करें",
@ -374,7 +389,9 @@
"delegate": "Delegate",
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar"
"withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
},
"boost": {
"title": "Get eSteem Points",
@ -414,4 +431,4 @@
"information": "We noticed that your device has incorrect date or time. Please fix Date & Time or Set Automatically and try again."
}
}
}
}

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus",
"delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login",
"checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!",
"no_activity": "No recent activity",
"outgoing_transfer_description": "",
"incoming_transfer_description": "",
"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.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.",
"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.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.",
"comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in regularly gives you 0.25 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 points.",
"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 points, be more active and earn more.",
"dropdown_transfer": "Gift",
"dropdown_promote": "Promote",
"dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Smanji Moć",
"withdraw_steem": "Withdraw Steem",
"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": {
"title": "eSteem Points",
"buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promovirano",
"author_payout": "Autorova 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": {
"copy": "kopiraj link",
@ -374,7 +389,9 @@
"delegate": "Delegate",
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar"
"withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
},
"boost": {
"title": "Get eSteem Points",
@ -414,4 +431,4 @@
"information": "We noticed that your device has incorrect date or time. Please fix Date & Time or Set Automatically and try again."
}
}
}
}

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Kimenő átutalás",
"checkin_extra": "Bónusz",
"delegation": "Delegálás",
"delegations": "Delegations",
"delegation_title": "Delegálási jutalom",
"delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Bejegyzés pontok",
@ -28,23 +29,23 @@
"login_title": "Bejelentkezés pontok",
"checkin_title": "Életjel pontok",
"checkin_extra_title": "Használati bónusz",
"no_activity": "Itt nincs tevékenység!",
"no_activity": "Nincs friss tevékenység",
"outgoing_transfer_description": "",
"incoming_transfer_description": "",
"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.",
"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.",
"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.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.",
"login_desc": "Minden eSteem bejelentkezés alkalmával automatikusan 100 pontra vagy jogosult.",
"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.",
"post_desc": "Pontokat szerezhetsz rendszeres blogolással. Egy bejegyzésért akár 15 pontot kaphatsz.",
"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": "Rendszeres bejelentkezés 0,25 pontot ér.",
"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 points.",
"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 points, be more active and earn more.",
"dropdown_transfer": "Ajándék",
"dropdown_promote": "Hirdetés",
"dropdown_boost": "Felpörgetés",
"from": "Feladó",
"to": "Címzett",
"estimated_value_desc": "Determined by purchase value",
"estimated_value": "Estimated value",
"estimated_value": "Becsült érték",
"estimated_amount": "Vote value",
"amount_information": "A csúszka húzásával állítsd be a mennyiséget",
"amount": "Összeg",
@ -65,6 +66,17 @@
"power_down": "Power Down",
"withdraw_steem": "Steem 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": {
"title": "eSteem Pontok",
"buy": "Vásárolj ESTM-t"
@ -73,7 +85,7 @@
"title": "STEEM Savings"
},
"savingsbd": {
"title": "SBD Savings"
"title": "SBD Megtakarítás"
},
"steem": {
"title": "STEEM",
@ -108,9 +120,9 @@
"older_then": "Egy Hónapnál Régebbi"
},
"leaderboard": {
"daily": "DAILY",
"weekly": "WEEKLY",
"monthly": "MONTHLY"
"daily": "NAPI",
"weekly": "HETI",
"monthly": "HAVI"
},
"messages": {
"comingsoon": "Üzenetek funkció hamarosan érkezik!"
@ -319,7 +331,10 @@
"promoted": "Hirdetett",
"author_payout": "Szerzői 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": {
"copy": "link másolása",
@ -342,7 +357,7 @@
"trending": "TOP",
"reputation": "REPUTATION",
"votes": "VOTE",
"age": "AGE",
"age": "RÉGISÉG",
"top": "TOP",
"time": "IDŐ"
},
@ -366,15 +381,17 @@
"estimated_weekly": "Estimated Weekly",
"destination_accounts": "Destination Accounts",
"stop_information": "Are you sure want to stop?",
"percent": "Percent",
"percent": "Százalék",
"auto_vests": "Auto Vests",
"save": "SAVE",
"save": "MENTÉS",
"percent_information": "Percent info",
"next": "KÖVETKEZŐ",
"delegate": "Delegálás",
"power_down": "Power Down",
"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": {
"title": "Szerezz eSteem pontokat",
@ -414,4 +431,4 @@
"information": "We noticed that your device has incorrect date or time. Please fix Date & Time or Set Automatically and try again."
}
}
}
}

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus",
"delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login",
"checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!",
"no_activity": "No recent activity",
"outgoing_transfer_description": "",
"incoming_transfer_description": "",
"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.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.",
"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.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.",
"comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in regularly gives you 0.25 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 points.",
"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 points, be more active and earn more.",
"dropdown_transfer": "Gift",
"dropdown_promote": "Promote",
"dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"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": {
"title": "eSteem Points",
"buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promoted",
"author_payout": "Author 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": {
"copy": "copy link",
@ -374,7 +389,9 @@
"delegate": "Delegate",
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar"
"withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
},
"boost": {
"title": "Get eSteem Points",
@ -414,4 +431,4 @@
"information": "We noticed that your device has incorrect date or time. Please fix Date & Time or Set Automatically and try again."
}
}
}
}

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Transfer keluar",
"checkin_extra": "Bonus",
"delegation": "Delegasi",
"delegations": "Delegations",
"delegation_title": "Hadiah delegasi",
"delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Poin untuk kiriman",
@ -28,16 +29,16 @@
"login_title": "Poin untuk masuk",
"checkin_title": "Points for heartbeat",
"checkin_extra_title": "Bonus penggunaan",
"no_activity": "Tidak ada aktifitas disini!",
"no_activity": "No recent activity",
"outgoing_transfer_description": "",
"incoming_transfer_description": "",
"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.",
"checkin_desc": "Memeriksa aplikasi eSteem memberi Anda 0,25 poin dan membantu Anda tetap terhubung dengan teman-teman Anda.",
"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.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.",
"login_desc": "Saat Anda masuk ke aplikasi eSteem, Anda berhak mendapatkan 100 poin secara otomatis.",
"checkin_extra_desc": "Penggunaan aplikasi yang konsisten memberi Anda peluang ekstra untuk mendapatkan lebih banyak 10 poin, menjadi lebih aktif dan menghasilkan lebih banyak.",
"comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in regularly gives you 0.25 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 points.",
"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 points, be more active and earn more.",
"dropdown_transfer": "Hadiah",
"dropdown_promote": "Promosikan",
"dropdown_boost": "Meningkatkan",
@ -65,6 +66,17 @@
"power_down": "Turunkan Daya Kekuatan",
"withdraw_steem": "Withdraw Steem",
"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": {
"title": "eSteem Poin",
"buy": "DAPATKAN ESTM"
@ -319,7 +331,10 @@
"promoted": "Promosikan",
"author_payout": "Pembayaran pencipta konten",
"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": {
"copy": "salin tautan",
@ -374,7 +389,9 @@
"delegate": "Delegasikan",
"power_down": "Menurunkan daya",
"withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Tarik Steem Dollar"
"withdraw_sbd": "Tarik Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
},
"boost": {
"title": "Dapatkan poin eSteem",
@ -414,4 +431,4 @@
"information": "We noticed that your device has incorrect date or time. Please fix Date & Time or Set Automatically and try again."
}
}
}
}

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus",
"delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login",
"checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!",
"no_activity": "No recent activity",
"outgoing_transfer_description": "",
"incoming_transfer_description": "",
"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.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.",
"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.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.",
"comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in regularly gives you 0.25 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 points.",
"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 points, be more active and earn more.",
"dropdown_transfer": "Gift",
"dropdown_promote": "Promote",
"dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"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": {
"title": "eSteem Points",
"buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promoted",
"author_payout": "Author 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": {
"copy": "copy link",
@ -374,7 +389,9 @@
"delegate": "Delegate",
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar"
"withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
},
"boost": {
"title": "Get eSteem Points",
@ -414,4 +431,4 @@
"information": "We noticed that your device has incorrect date or time. Please fix Date & Time or Set Automatically and try again."
}
}
}
}

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus",
"delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login",
"checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!",
"no_activity": "No recent activity",
"outgoing_transfer_description": "",
"incoming_transfer_description": "",
"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.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.",
"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.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.",
"comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in regularly gives you 0.25 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 points.",
"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 points, be more active and earn more.",
"dropdown_transfer": "Gift",
"dropdown_promote": "Promote",
"dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"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": {
"title": "eSteem Points",
"buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Sponsorizzati",
"author_payout": "Ricompensa Autore",
"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": {
"copy": "copia il link",
@ -374,7 +389,9 @@
"delegate": "Delegate",
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar"
"withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
},
"boost": {
"title": "Get eSteem Points",
@ -414,4 +431,4 @@
"information": "We noticed that your device has incorrect date or time. Please fix Date & Time or Set Automatically and try again."
}
}
}
}

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "贈与",
"checkin_extra": "ボーナス",
"delegation": "デリゲーション",
"delegations": "Delegations",
"delegation_title": "デリゲーション報酬",
"delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "投稿によるポイント",
@ -28,16 +29,16 @@
"login_title": "ログインによるポイント",
"checkin_title": "ハートビートによるポイント",
"checkin_extra_title": "使用ボーナス",
"no_activity": "アクティビティがありません!",
"no_activity": "No recent activity",
"outgoing_transfer_description": "",
"incoming_transfer_description": "",
"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.",
"checkin_desc": "eSteem アプリにチェックインすると0.25ポイントがもらえ、友人とのつながりにも役立ちます。",
"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.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.",
"login_desc": "eSteem アプリにログインすると、自動的に100ポイント獲得できるようになります。",
"checkin_extra_desc": "アプリを一貫して使用しつづけると、さらに10ポイント獲得できます。積極的に使用してポイントを手に入れよう。",
"comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in regularly gives you 0.25 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 points.",
"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 points, be more active and earn more.",
"dropdown_transfer": "贈る",
"dropdown_promote": "プロモート",
"dropdown_boost": "ブースト",
@ -65,6 +66,17 @@
"power_down": "パワーダウン",
"withdraw_steem": "Steem を引き出す",
"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": {
"title": "eSteem ポイント",
"buy": "ESTM を手に入れる"
@ -319,7 +331,10 @@
"promoted": "プロモート",
"author_payout": "投稿者支払額",
"curation_payout": "キュレーション支払額",
"payout_date": "支払額"
"payout_date": "支払額",
"beneficiaries": "Beneficiaries",
"warn_zero_payout": "Amount must reach $0.02 for payout",
"breakdown": "Breakdown"
},
"post_dropdown": {
"copy": "リンクをコピー",
@ -374,7 +389,9 @@
"delegate": "デリゲーション",
"power_down": "パワーダウン",
"withdraw_steem": "Steem を引き出す",
"withdraw_sbd": "Steem Dollar を引き出す"
"withdraw_sbd": "Steem Dollar を引き出す",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
},
"boost": {
"title": "eSteem ポイントを手に入れる",
@ -414,4 +431,4 @@
"information": "We noticed that your device has incorrect date or time. Please fix Date & Time or Set Automatically and try again."
}
}
}
}

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus",
"delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login",
"checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!",
"no_activity": "No recent activity",
"outgoing_transfer_description": "",
"incoming_transfer_description": "",
"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.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.",
"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.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.",
"comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in regularly gives you 0.25 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 points.",
"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 points, be more active and earn more.",
"dropdown_transfer": "Gift",
"dropdown_promote": "Promote",
"dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"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": {
"title": "eSteem Points",
"buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promoted",
"author_payout": "Author 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": {
"copy": "copy link",
@ -374,7 +389,9 @@
"delegate": "Delegate",
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar"
"withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
},
"boost": {
"title": "Get eSteem Points",
@ -414,4 +431,4 @@
"information": "We noticed that your device has incorrect date or time. Please fix Date & Time or Set Automatically and try again."
}
}
}
}

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus",
"delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login",
"checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!",
"no_activity": "No recent activity",
"outgoing_transfer_description": "",
"incoming_transfer_description": "",
"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.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.",
"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.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.",
"comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in regularly gives you 0.25 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 points.",
"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 points, be more active and earn more.",
"dropdown_transfer": "Gift",
"dropdown_promote": "Promote",
"dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"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": {
"title": "eSteem Points",
"buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promoted",
"author_payout": "Author 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": {
"copy": "copy link",
@ -374,7 +389,9 @@
"delegate": "Delegate",
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar"
"withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
},
"boost": {
"title": "Get eSteem Points",
@ -414,4 +431,4 @@
"information": "We noticed that your device has incorrect date or time. Please fix Date & Time or Set Automatically and try again."
}
}
}
}

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "보낸 포인트",
"checkin_extra": "체크인 보너스",
"delegation": "임대",
"delegations": "Delegations",
"delegation_title": "임대 보상",
"delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "포스팅 포인트",
@ -28,16 +29,16 @@
"login_title": "로그인 포인트",
"checkin_title": "체크인 포인트",
"checkin_extra_title": "체크인 보너스",
"no_activity": "아직 포인트 관련 활동이 없습니다",
"no_activity": "No recent activity",
"outgoing_transfer_description": "",
"incoming_transfer_description": "",
"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.",
"checkin_desc": "eSteem 앱에 로그인하면 친구들과 지속적인 관계를 유지할 수 있으며, 0.25 포인트도 획득할 수 있습니다.",
"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.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.",
"login_desc": "eSteem 앱에 최초 로그인 시 100 포인트가 자동 지급됩니다.",
"checkin_extra_desc": "꾸준히 앱을 이용한 사용자는 10 포인트 이상의 추가 포인트를 획득할 수 있는 기회가 제공되며 더 열심히 이용할수록 더 많은 포인트를 획득할 수 있습니다.",
"comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in regularly gives you 0.25 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 points.",
"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 points, be more active and earn more.",
"dropdown_transfer": "선물하기",
"dropdown_promote": "홍보",
"dropdown_boost": "후원",
@ -65,6 +66,17 @@
"power_down": "파워 다운",
"withdraw_steem": "스팀 출금",
"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": {
"title": "eSteem 포인트",
"buy": "ESTM 구매"
@ -319,7 +331,10 @@
"promoted": "홍보비",
"author_payout": "저자 보상",
"curation_payout": "큐레이션 보상",
"payout_date": "보상"
"payout_date": "보상",
"beneficiaries": "Beneficiaries",
"warn_zero_payout": "Amount must reach $0.02 for payout",
"breakdown": "Breakdown"
},
"post_dropdown": {
"copy": "링크 복사",
@ -374,7 +389,9 @@
"delegate": "임대",
"power_down": "파워 다운",
"withdraw_steem": "스팀 출금",
"withdraw_sbd": "스팀 달러 출금"
"withdraw_sbd": "스팀 달러 출금",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
},
"boost": {
"title": "eSteem 포인트 구매",
@ -414,4 +431,4 @@
"information": "We noticed that your device has incorrect date or time. Please fix Date & Time or Set Automatically and try again."
}
}
}
}

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus",
"delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login",
"checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!",
"no_activity": "No recent activity",
"outgoing_transfer_description": "",
"incoming_transfer_description": "",
"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.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.",
"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.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.",
"comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in regularly gives you 0.25 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 points.",
"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 points, be more active and earn more.",
"dropdown_transfer": "Gift",
"dropdown_promote": "Promote",
"dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"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": {
"title": "eSteem Points",
"buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promoted",
"author_payout": "Author 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": {
"copy": "copy link",
@ -374,7 +389,9 @@
"delegate": "Delegate",
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar"
"withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
},
"boost": {
"title": "Get eSteem Points",
@ -414,4 +431,4 @@
"information": "We noticed that your device has incorrect date or time. Please fix Date & Time or Set Automatically and try again."
}
}
}
}

View File

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

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus",
"delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login",
"checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!",
"no_activity": "No recent activity",
"outgoing_transfer_description": "",
"incoming_transfer_description": "",
"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.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.",
"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.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.",
"comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in regularly gives you 0.25 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 points.",
"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 points, be more active and earn more.",
"dropdown_transfer": "Gift",
"dropdown_promote": "Promote",
"dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"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": {
"title": "eSteem Points",
"buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promoted",
"author_payout": "Author 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": {
"copy": "copy link",
@ -374,7 +389,9 @@
"delegate": "Delegate",
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar"
"withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
},
"boost": {
"title": "Get eSteem Points",
@ -414,4 +431,4 @@
"information": "We noticed that your device has incorrect date or time. Please fix Date & Time or Set Automatically and try again."
}
}
}
}

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonusas",
"delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Taškai už įrašą",
@ -28,17 +29,17 @@
"login_title": "Taškai už prisijungimą",
"checkin_title": "Points for heartbeat",
"checkin_extra_title": "Naudojimosi bonusas",
"no_activity": "Jokios veiklos čia!",
"no_activity": "No recent activity",
"outgoing_transfer_description": "",
"incoming_transfer_description": "",
"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.",
"checkin_desc": "Reguliarus tikrinimas ir aktyvumo palaikymas tau duos 0.25 taško už kiekvieną prisijungimą.",
"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.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.",
"login_desc": "Kai jūs pirma kartą prisijungiate prie eSteem, jūs automatiškai būsite apdovanotas 100 taškų.",
"checkin_extra_desc": "Reguliarus programos naudojimasis suteikia jums papildomą šansą gauti dar 10 taškų. Kuo aktyvesnis esi, tuo daugiau taškų surinksi.",
"dropdown_transfer": "Gift",
"comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in regularly gives you 0.25 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 points.",
"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 points, be more active and earn more.",
"dropdown_transfer": "Dovana",
"dropdown_promote": "Promote",
"dropdown_boost": "Boost",
"from": "Nuo",
@ -65,6 +66,17 @@
"power_down": "Mažinti Galią",
"withdraw_steem": "Withdraw Steem",
"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": {
"title": "eSteem Points",
"buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Reklama",
"author_payout": "Autoriaus 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": {
"copy": "kopijuoti nuorodą",
@ -357,7 +372,7 @@
"memo_desc": "Ši atmintinė yra vieša",
"to_placeholder": "Vartotojo vardas",
"memo_placeholder": "Įveskite savo užrašus čia",
"transfer_token": "Transfer",
"transfer_token": "Pervesti",
"points": "Gift ESTM to someone",
"transfer_to_saving": "Transfer To Saving",
"powerUp": "Power Up",
@ -374,7 +389,9 @@
"delegate": "Delegate",
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar"
"withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
},
"boost": {
"title": "Get eSteem Points",
@ -414,4 +431,4 @@
"information": "We noticed that your device has incorrect date or time. Please fix Date & Time or Set Automatically and try again."
}
}
}
}

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus",
"delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login",
"checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!",
"no_activity": "No recent activity",
"outgoing_transfer_description": "",
"incoming_transfer_description": "",
"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.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.",
"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.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.",
"comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in regularly gives you 0.25 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 points.",
"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 points, be more active and earn more.",
"dropdown_transfer": "Gift",
"dropdown_promote": "Promote",
"dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"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": {
"title": "eSteem Points",
"buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promoted",
"author_payout": "Author 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": {
"copy": "copy link",
@ -374,7 +389,9 @@
"delegate": "Delegate",
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar"
"withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
},
"boost": {
"title": "Get eSteem Points",
@ -414,4 +431,4 @@
"information": "We noticed that your device has incorrect date or time. Please fix Date & Time or Set Automatically and try again."
}
}
}
}

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus",
"delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login",
"checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!",
"no_activity": "No recent activity",
"outgoing_transfer_description": "",
"incoming_transfer_description": "",
"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.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.",
"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.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.",
"comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in regularly gives you 0.25 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 points.",
"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 points, be more active and earn more.",
"dropdown_transfer": "Gift",
"dropdown_promote": "Promote",
"dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"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": {
"title": "eSteem Points",
"buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promoted",
"author_payout": "Author 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": {
"copy": "copy link",
@ -374,7 +389,9 @@
"delegate": "Delegate",
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar"
"withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
},
"boost": {
"title": "Get eSteem Points",
@ -414,4 +431,4 @@
"information": "We noticed that your device has incorrect date or time. Please fix Date & Time or Set Automatically and try again."
}
}
}
}

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus",
"delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login",
"checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!",
"no_activity": "No recent activity",
"outgoing_transfer_description": "",
"incoming_transfer_description": "",
"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.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.",
"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.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.",
"comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in regularly gives you 0.25 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 points.",
"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 points, be more active and earn more.",
"dropdown_transfer": "Gift",
"dropdown_promote": "Promote",
"dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"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": {
"title": "eSteem Points",
"buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promoted",
"author_payout": "Author 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": {
"copy": "copy link",
@ -374,7 +389,9 @@
"delegate": "Delegate",
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar"
"withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
},
"boost": {
"title": "Get eSteem Points",
@ -414,4 +431,4 @@
"information": "We noticed that your device has incorrect date or time. Please fix Date & Time or Set Automatically and try again."
}
}
}
}

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Pindahan keluar",
"checkin_extra": "Mata ganjaran",
"delegation": "Delegasi",
"delegations": "Delegations",
"delegation_title": "Ganjaran delegasi",
"delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Mata ganjaran -> post_title",
@ -28,16 +29,16 @@
"login_title": "Mata ganjaran log masuk",
"checkin_title": "Points for heartbeat",
"checkin_extra_title": "Bonus kegunaan",
"no_activity": "Tiada aktiviti di sini!",
"no_activity": "No recent activity",
"outgoing_transfer_description": "",
"incoming_transfer_description": "",
"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.",
"checkin_desc": "Dengan check in eSteem app, anda akan mendapati 0.25 mata dan anda akan berhubung dengan para pengguna.",
"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.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.",
"login_desc": "Apabila anda log masuk eSteem, anda akan diberi 100 mata secara otomatik.",
"checkin_extra_desc": "Pengguna app dengan konsisten, anda mungkin akan dapat 10 mata secara percuma. Lebih memgguna, lebih ganjaran.",
"comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in regularly gives you 0.25 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 points.",
"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 points, be more active and earn more.",
"dropdown_transfer": "Gift",
"dropdown_promote": "Promote",
"dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"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": {
"title": "eSteem Points",
"buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Digalakkan",
"author_payout": "Ganjaran Penulis",
"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": {
"copy": "salin pautan",
@ -374,7 +389,9 @@
"delegate": "Delegate",
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar"
"withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
},
"boost": {
"title": "Get eSteem Points",
@ -414,4 +431,4 @@
"information": "We noticed that your device has incorrect date or time. Please fix Date & Time or Set Automatically and try again."
}
}
}
}

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus",
"delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login",
"checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!",
"no_activity": "No recent activity",
"outgoing_transfer_description": "",
"incoming_transfer_description": "",
"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.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.",
"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.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.",
"comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in regularly gives you 0.25 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 points.",
"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 points, be more active and earn more.",
"dropdown_transfer": "Gift",
"dropdown_promote": "Promote",
"dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"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": {
"title": "eSteem Points",
"buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promoted",
"author_payout": "Author 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": {
"copy": "copy link",
@ -374,7 +389,9 @@
"delegate": "Delegate",
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar"
"withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
},
"boost": {
"title": "Get eSteem Points",
@ -414,4 +431,4 @@
"information": "We noticed that your device has incorrect date or time. Please fix Date & Time or Set Automatically and try again."
}
}
}
}

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus",
"delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login",
"checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!",
"no_activity": "No recent activity",
"outgoing_transfer_description": "",
"incoming_transfer_description": "",
"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.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.",
"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.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.",
"comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in regularly gives you 0.25 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 points.",
"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 points, be more active and earn more.",
"dropdown_transfer": "Gift",
"dropdown_promote": "Promote",
"dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power down",
"withdraw_steem": "Withdraw Steem",
"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": {
"title": "eSteem Points",
"buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Gesponsord",
"author_payout": "Auteurs-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": {
"copy": "link kopiëren",
@ -374,7 +389,9 @@
"delegate": "Delegate",
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar"
"withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
},
"boost": {
"title": "Get eSteem Points",
@ -414,4 +431,4 @@
"information": "We noticed that your device has incorrect date or time. Please fix Date & Time or Set Automatically and try again."
}
}
}
}

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus",
"delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login",
"checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!",
"no_activity": "No recent activity",
"outgoing_transfer_description": "",
"incoming_transfer_description": "",
"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.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.",
"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.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.",
"comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in regularly gives you 0.25 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 points.",
"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 points, be more active and earn more.",
"dropdown_transfer": "Gift",
"dropdown_promote": "Promote",
"dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"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": {
"title": "eSteem Points",
"buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promoted",
"author_payout": "Author 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": {
"copy": "copy link",
@ -374,7 +389,9 @@
"delegate": "Delegate",
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar"
"withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
},
"boost": {
"title": "Get eSteem Points",
@ -414,4 +431,4 @@
"information": "We noticed that your device has incorrect date or time. Please fix Date & Time or Set Automatically and try again."
}
}
}
}

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus",
"delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login",
"checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!",
"no_activity": "No recent activity",
"outgoing_transfer_description": "",
"incoming_transfer_description": "",
"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.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.",
"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.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.",
"comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in regularly gives you 0.25 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 points.",
"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 points, be more active and earn more.",
"dropdown_transfer": "Gift",
"dropdown_promote": "Promote",
"dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"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": {
"title": "eSteem Points",
"buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promoted",
"author_payout": "Author 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": {
"copy": "copy link",
@ -374,7 +389,9 @@
"delegate": "Delegate",
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar"
"withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
},
"boost": {
"title": "Get eSteem Points",
@ -414,4 +431,4 @@
"information": "We noticed that your device has incorrect date or time. Please fix Date & Time or Set Automatically and try again."
}
}
}
}

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Awoof",
"delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Point for post",
@ -28,16 +29,16 @@
"login_title": "Point for login",
"checkin_title": "Points for heartbeat",
"checkin_extra_title": "Awoof for using",
"no_activity": "Nothing happen here!",
"no_activity": "No recent activity",
"outgoing_transfer_description": "",
"incoming_transfer_description": "",
"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.",
"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.",
"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.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.",
"login_desc": "When you login enter eSteem app ehn, 100 point don dey ground for you.",
"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.",
"comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in regularly gives you 0.25 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 points.",
"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 points, be more active and earn more.",
"dropdown_transfer": "Gift",
"dropdown_promote": "Promote",
"dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"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": {
"title": "eSteem Points",
"buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "E don promote",
"author_payout": "Payment For Person Wey Write",
"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": {
"copy": "copy the link",
@ -374,7 +389,9 @@
"delegate": "Delegate",
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar"
"withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
},
"boost": {
"title": "Get eSteem Points",
@ -414,4 +431,4 @@
"information": "We noticed that your device has incorrect date or time. Please fix Date & Time or Set Automatically and try again."
}
}
}
}

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus",
"delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login",
"checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!",
"no_activity": "No recent activity",
"outgoing_transfer_description": "",
"incoming_transfer_description": "",
"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.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.",
"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.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.",
"comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in regularly gives you 0.25 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 points.",
"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 points, be more active and earn more.",
"dropdown_transfer": "Gift",
"dropdown_promote": "Promote",
"dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"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": {
"title": "eSteem Points",
"buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promoted",
"author_payout": "Author 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": {
"copy": "copy link",
@ -374,7 +389,9 @@
"delegate": "Delegate",
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar"
"withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
},
"boost": {
"title": "Get eSteem Points",
@ -414,4 +431,4 @@
"information": "We noticed that your device has incorrect date or time. Please fix Date & Time or Set Automatically and try again."
}
}
}
}

View File

@ -2,12 +2,12 @@
"wallet": {
"curation_reward": "Recompensas de Curadoria",
"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",
"transfer": "Transferir",
"transfer_to_vesting": "Transferir para vesting",
"transfer_from_savings": "Transferir da Poupança",
"withdraw_vesting": "Decarregar Poder",
"withdraw_vesting": "Descarregar Poder",
"fill_order": "Preencher pedido",
"post": "Publicar",
"comment": "Comentar",
@ -19,33 +19,34 @@
"outgoing_transfer_title": "Transferência de saída",
"checkin_extra": "Bónus",
"delegation": "Delegação",
"delegations": "Delegações",
"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",
"comment_title": "Pontos para comentário",
"vote_title": "Pontos para votar",
"reblog_title": "Pontos para reblog",
"reblog_title": "Pontos por reblogue",
"login_title": "Pontos por Login",
"checkin_title": "Pontos por pulsação",
"checkin_extra_title": "Uso do Bonús",
"no_activity": "Nenhuma atividade aqui!",
"no_activity": "Sem actividade recente",
"outgoing_transfer_description": "",
"incoming_transfer_description": "",
"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.",
"checkin_desc": "Verificando no aplicativo eSteem dá 0,25 pontos e ajuda a permanecer conectado com seus amigos.",
"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.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.",
"login_desc": "Quando entrar no aplicativo eSteem, você tem o direito de ganhar 100 pontos automaticamente.",
"checkin_extra_desc": "O uso consistente do aplicativo dá mais chances para ganhar mais 10 pontos, seja mais ativo e ganhar mais.",
"post_desc": "Você pode ganhar pontos ao postar regularmente. Postar dá até 15 pontos.",
"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": "Checar regularmente dá-lhe 0,25 pontos.",
"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": "Compartilhe o post que gosta com seus amigos e ganhe ponto.",
"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 pontos, seja mais ativo e ganhar mais.",
"dropdown_transfer": "Presente",
"dropdown_promote": "Promover",
"dropdown_boost": "Reforçar",
"from": "De",
"to": "Para",
"estimated_value_desc": "Determined by purchase value",
"estimated_value": "Estimated value",
"estimated_amount": "Vote value",
"estimated_value_desc": "Determinado por valor de compra",
"estimated_value": "Valor estimado",
"estimated_amount": "Valor do voto",
"amount_information": "Arraste o controle deslizante para ajustar a quantia",
"amount": "Quantia",
"memo": "Memo",
@ -62,36 +63,47 @@
"steemconnect_title": "Transferência por Steemconnect",
"next": "SEGUINTE",
"delegate": "Delegar",
"power_down": "Decarregar Poder",
"power_down": "Descarregar Poder",
"withdraw_steem": "Levantar Steem",
"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": {
"title": "eSteem Pontos",
"buy": "OBTER ESTM"
},
"savingsteem": {
"title": "STEEM Savings"
"title": "Poupanças STEEM"
},
"savingsbd": {
"title": "SBD Savings"
"title": "Poupança SBD"
},
"steem": {
"title": "STEEM",
"buy": "GET STEEM"
"buy": "OBTENHA STEEM"
},
"sbd": {
"title": "SBD",
"buy": "GET SBD"
"buy": "OBTENHA SBD"
},
"steem_power": {
"title": "STEEM POWER"
"title": "PODER STEEM"
}
},
"notification": {
"vote": "gosta do seu post",
"unvote": "retirou voto do seu post",
"reply": "respondeu ao seu post",
"mention": "mencionou voçê",
"mention": "mencionou você",
"follow": "seguiu você",
"unfollow": "deixou de seguir você",
"ignore": "ignorou você",
@ -108,9 +120,9 @@
"older_then": "Com mais de um mês"
},
"leaderboard": {
"daily": "DAILY",
"weekly": "WEEKLY",
"monthly": "MONTHLY"
"daily": "DIÁRIO",
"weekly": "SEMANAL",
"monthly": "MENSAL"
},
"messages": {
"comingsoon": "Recurso de mensagens chega em breve!"
@ -319,7 +331,10 @@
"promoted": "Promovidos",
"author_payout": "Pagamento do Autor",
"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": {
"copy": "copiar ligação",
@ -340,9 +355,9 @@
},
"comment_filter": {
"trending": "TOP",
"reputation": "REPUTATION",
"votes": "VOTE",
"age": "AGE",
"reputation": "REPUTAÇÃO",
"votes": "VOTO",
"age": "IDADE",
"top": "TOP",
"time": "TEMPO"
},
@ -363,18 +378,20 @@
"powerUp": "Carregar Poder",
"withdraw_to_saving": "Levantar das poupanças",
"steemconnect_title": "Transferência por Steemconnect",
"estimated_weekly": "Estimated Weekly",
"destination_accounts": "Destination Accounts",
"stop_information": "Are you sure want to stop?",
"percent": "Percent",
"estimated_weekly": "Estimativa Semanal",
"destination_accounts": "Contas de destino",
"stop_information": "Tem certeza que deseja parar?",
"percent": "Percentagem",
"auto_vests": "Auto Vests",
"save": "SAVE",
"percent_information": "Percent info",
"save": "SALVAR",
"percent_information": "Info de porcentagem",
"next": "SEGUINTE",
"delegate": "Delegar",
"power_down": "Decarregar Poder",
"withdraw_steem": "Levantar Steem",
"withdraw_sbd": "Levantar Steem Dólar"
"withdraw_sbd": "Levantar Steem Dólar",
"incoming_funds": "Fundos Recebidos",
"stop": "Parar"
},
"boost": {
"title": "Obter Pontos eSteem",
@ -414,4 +431,4 @@
"information": "Notamos que seu dispositivo tem data ou hora incorretas. Por favor, corrija a data e hora ou defina automaticamente e tente novamente."
}
}
}
}

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Transfer în curs",
"checkin_extra": "Bonus",
"delegation": "Delegare",
"delegations": "Delegations",
"delegation_title": "Recompensă delegare",
"delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Puncte pentru postare",
@ -28,16 +29,16 @@
"login_title": "Puncte pentru autentificare",
"checkin_title": "Points for heartbeat",
"checkin_extra_title": "Bonus de utilizare",
"no_activity": "Nici o activitate aici!",
"no_activity": "No recent activity",
"outgoing_transfer_description": "",
"incoming_transfer_description": "",
"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.",
"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.",
"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.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.",
"login_desc": "Când te autentifici în aplicația eSteem câștigi 100 de puncte automat.",
"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.",
"comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in regularly gives you 0.25 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 points.",
"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 points, be more active and earn more.",
"dropdown_transfer": "Cadou",
"dropdown_promote": "Promovează",
"dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down",
"withdraw_steem": "Retrage Steem",
"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": {
"title": "Puncte eSteem",
"buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promovat",
"author_payout": "Plata autorului",
"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": {
"copy": "copiază link",
@ -374,7 +389,9 @@
"delegate": "Delegare",
"power_down": "Power Down",
"withdraw_steem": "Retrage Steem",
"withdraw_sbd": "Retrage Steem Dolar"
"withdraw_sbd": "Retrage Steem Dolar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
},
"boost": {
"title": "Câștigă puncte eSteem",
@ -414,4 +431,4 @@
"information": "We noticed that your device has incorrect date or time. Please fix Date & Time or Set Automatically and try again."
}
}
}
}

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Исходящий перевод",
"checkin_extra": "Бонус",
"delegation": "Делегирование",
"delegations": "Delegations",
"delegation_title": "Награда за делегирование",
"delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Баллы за пост",
@ -28,16 +29,16 @@
"login_title": "Баллы за логин",
"checkin_title": "Points for heartbeat",
"checkin_extra_title": "Бонус за использование",
"no_activity": "Здесь пусто!",
"no_activity": "No recent activity",
"outgoing_transfer_description": "",
"incoming_transfer_description": "",
"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.",
"checkin_desc": "Чекин в приложении eSteem даёт 0.25 баллов и помогает оставаться на связи с друзьями.",
"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.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.",
"login_desc": "Когда вы логинитесь в приложения eSteem, вы автоматически получаете 100 баллов.",
"checkin_extra_desc": "Постоянное использование приложения даёт вам дополнительный шанс получить 10 баллов. Чем больше активности, тем больше награда.",
"comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in regularly gives you 0.25 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 points.",
"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 points, be more active and earn more.",
"dropdown_transfer": "Gift",
"dropdown_promote": "Promote",
"dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Понижение силы",
"withdraw_steem": "Withdraw Steem",
"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": {
"title": "eSteem Points",
"buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Продвижение",
"author_payout": "Автору",
"curation_payout": "Кураторам",
"payout_date": "Выплата"
"payout_date": "Выплата",
"beneficiaries": "Beneficiaries",
"warn_zero_payout": "Amount must reach $0.02 for payout",
"breakdown": "Breakdown"
},
"post_dropdown": {
"copy": "копировать ссылку",
@ -374,7 +389,9 @@
"delegate": "Delegate",
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar"
"withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
},
"boost": {
"title": "Get eSteem Points",
@ -414,4 +431,4 @@
"information": "We noticed that your device has incorrect date or time. Please fix Date & Time or Set Automatically and try again."
}
}
}
}

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus",
"delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login",
"checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!",
"no_activity": "No recent activity",
"outgoing_transfer_description": "",
"incoming_transfer_description": "",
"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.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.",
"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.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.",
"comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in regularly gives you 0.25 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 points.",
"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 points, be more active and earn more.",
"dropdown_transfer": "Gift",
"dropdown_promote": "Promote",
"dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"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": {
"title": "eSteem Points",
"buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promoted",
"author_payout": "Author 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": {
"copy": "copy link",
@ -374,7 +389,9 @@
"delegate": "Delegate",
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar"
"withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
},
"boost": {
"title": "Get eSteem Points",
@ -414,4 +431,4 @@
"information": "We noticed that your device has incorrect date or time. Please fix Date & Time or Set Automatically and try again."
}
}
}
}

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus",
"delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login",
"checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!",
"no_activity": "No recent activity",
"outgoing_transfer_description": "",
"incoming_transfer_description": "",
"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.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.",
"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.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.",
"comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in regularly gives you 0.25 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 points.",
"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 points, be more active and earn more.",
"dropdown_transfer": "Gift",
"dropdown_promote": "Promote",
"dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"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": {
"title": "eSteem Points",
"buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promoted",
"author_payout": "Author 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": {
"copy": "copy link",
@ -374,7 +389,9 @@
"delegate": "Delegate",
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar"
"withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
},
"boost": {
"title": "Get eSteem Points",
@ -414,4 +431,4 @@
"information": "We noticed that your device has incorrect date or time. Please fix Date & Time or Set Automatically and try again."
}
}
}
}

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus",
"delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login",
"checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!",
"no_activity": "No recent activity",
"outgoing_transfer_description": "",
"incoming_transfer_description": "",
"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.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.",
"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.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.",
"comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in regularly gives you 0.25 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 points.",
"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 points, be more active and earn more.",
"dropdown_transfer": "Gift",
"dropdown_promote": "Promote",
"dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"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": {
"title": "eSteem Points",
"buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promoted",
"author_payout": "Author 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": {
"copy": "copy link",
@ -374,7 +389,9 @@
"delegate": "Delegate",
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar"
"withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
},
"boost": {
"title": "Get eSteem Points",
@ -414,4 +431,4 @@
"information": "We noticed that your device has incorrect date or time. Please fix Date & Time or Set Automatically and try again."
}
}
}
}

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus",
"delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login",
"checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!",
"no_activity": "No recent activity",
"outgoing_transfer_description": "",
"incoming_transfer_description": "",
"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.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.",
"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.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.",
"comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in regularly gives you 0.25 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 points.",
"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 points, be more active and earn more.",
"dropdown_transfer": "Gift",
"dropdown_promote": "Promote",
"dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"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": {
"title": "eSteem Points",
"buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promoted",
"author_payout": "Author 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": {
"copy": "copy link",
@ -374,7 +389,9 @@
"delegate": "Delegate",
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar"
"withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
},
"boost": {
"title": "Get eSteem Points",
@ -414,4 +431,4 @@
"information": "We noticed that your device has incorrect date or time. Please fix Date & Time or Set Automatically and try again."
}
}
}
}

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus",
"delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login",
"checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!",
"no_activity": "No recent activity",
"outgoing_transfer_description": "",
"incoming_transfer_description": "",
"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.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.",
"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.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.",
"comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in regularly gives you 0.25 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 points.",
"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 points, be more active and earn more.",
"dropdown_transfer": "Gift",
"dropdown_promote": "Promote",
"dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"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": {
"title": "eSteem Points",
"buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promovisano",
"author_payout": "Isplata autoru",
"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": {
"copy": "kopiraj link",
@ -374,7 +389,9 @@
"delegate": "Delegate",
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar"
"withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
},
"boost": {
"title": "Get eSteem Points",
@ -414,4 +431,4 @@
"information": "We noticed that your device has incorrect date or time. Please fix Date & Time or Set Automatically and try again."
}
}
}
}

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus",
"delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login",
"checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!",
"no_activity": "No recent activity",
"outgoing_transfer_description": "",
"incoming_transfer_description": "",
"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.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.",
"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.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.",
"comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in regularly gives you 0.25 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 points.",
"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 points, be more active and earn more.",
"dropdown_transfer": "Gift",
"dropdown_promote": "Promote",
"dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"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": {
"title": "eSteem Points",
"buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promoted",
"author_payout": "Author 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": {
"copy": "copy link",
@ -374,7 +389,9 @@
"delegate": "Delegate",
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar"
"withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
},
"boost": {
"title": "Get eSteem Points",
@ -414,4 +431,4 @@
"information": "We noticed that your device has incorrect date or time. Please fix Date & Time or Set Automatically and try again."
}
}
}
}

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus",
"delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login",
"checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!",
"no_activity": "No recent activity",
"outgoing_transfer_description": "",
"incoming_transfer_description": "",
"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.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.",
"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.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.",
"comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in regularly gives you 0.25 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 points.",
"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 points, be more active and earn more.",
"dropdown_transfer": "Gift",
"dropdown_promote": "Promote",
"dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"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": {
"title": "eSteem Points",
"buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promoted",
"author_payout": "Author 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": {
"copy": "copy link",
@ -374,7 +389,9 @@
"delegate": "Delegate",
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar"
"withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
},
"boost": {
"title": "Get eSteem Points",
@ -414,4 +431,4 @@
"information": "We noticed that your device has incorrect date or time. Please fix Date & Time or Set Automatically and try again."
}
}
}
}

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus",
"delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login",
"checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!",
"no_activity": "No recent activity",
"outgoing_transfer_description": "",
"incoming_transfer_description": "",
"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.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.",
"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.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.",
"comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in regularly gives you 0.25 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 points.",
"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 points, be more active and earn more.",
"dropdown_transfer": "Gift",
"dropdown_promote": "Promote",
"dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"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": {
"title": "eSteem Points",
"buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promoted",
"author_payout": "Author 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": {
"copy": "copy link",
@ -374,7 +389,9 @@
"delegate": "Delegate",
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar"
"withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
},
"boost": {
"title": "Get eSteem Points",
@ -414,4 +431,4 @@
"information": "We noticed that your device has incorrect date or time. Please fix Date & Time or Set Automatically and try again."
}
}
}
}

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus",
"delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login",
"checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!",
"no_activity": "No recent activity",
"outgoing_transfer_description": "",
"incoming_transfer_description": "",
"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.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.",
"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.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.",
"comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in regularly gives you 0.25 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 points.",
"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 points, be more active and earn more.",
"dropdown_transfer": "Gift",
"dropdown_promote": "Promote",
"dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"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": {
"title": "eSteem Points",
"buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promoted",
"author_payout": "Author 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": {
"copy": "copy link",
@ -374,7 +389,9 @@
"delegate": "Delegate",
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar"
"withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
},
"boost": {
"title": "Get eSteem Points",
@ -414,4 +431,4 @@
"information": "We noticed that your device has incorrect date or time. Please fix Date & Time or Set Automatically and try again."
}
}
}
}

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus",
"delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login",
"checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!",
"no_activity": "No recent activity",
"outgoing_transfer_description": "",
"incoming_transfer_description": "",
"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.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.",
"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.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.",
"comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in regularly gives you 0.25 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 points.",
"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 points, be more active and earn more.",
"dropdown_transfer": "Gift",
"dropdown_promote": "Promote",
"dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"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": {
"title": "eSteem Points",
"buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promoted",
"author_payout": "Author 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": {
"copy": "copy link",
@ -374,7 +389,9 @@
"delegate": "Delegate",
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar"
"withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
},
"boost": {
"title": "Get eSteem Points",
@ -414,4 +431,4 @@
"information": "We noticed that your device has incorrect date or time. Please fix Date & Time or Set Automatically and try again."
}
}
}
}

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus",
"delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login",
"checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!",
"no_activity": "No recent activity",
"outgoing_transfer_description": "",
"incoming_transfer_description": "",
"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.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.",
"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.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.",
"comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in regularly gives you 0.25 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 points.",
"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 points, be more active and earn more.",
"dropdown_transfer": "Gift",
"dropdown_promote": "Promote",
"dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"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": {
"title": "eSteem Points",
"buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promoted",
"author_payout": "Author 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": {
"copy": "copy link",
@ -374,7 +389,9 @@
"delegate": "Delegate",
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar"
"withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
},
"boost": {
"title": "Get eSteem Points",
@ -414,4 +431,4 @@
"information": "We noticed that your device has incorrect date or time. Please fix Date & Time or Set Automatically and try again."
}
}
}
}

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus",
"delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Gönderi için puan",
@ -28,16 +29,16 @@
"login_title": "Giriş için puanlar",
"checkin_title": "Points for heartbeat",
"checkin_extra_title": "Kullanım bonusu",
"no_activity": "Burada etkinlik yok!",
"no_activity": "No recent activity",
"outgoing_transfer_description": "",
"incoming_transfer_description": "",
"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.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.",
"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.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.",
"comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in regularly gives you 0.25 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 points.",
"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 points, be more active and earn more.",
"dropdown_transfer": "Gift",
"dropdown_promote": "Promote",
"dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Güç Düşürme",
"withdraw_steem": "Withdraw Steem",
"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": {
"title": "eSteem Points",
"buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Sponsor Ödemeleri",
"author_payout": "Yazar Ödemeleri",
"curation_payout": "Küratör Ödemeleri",
"payout_date": "Ödeme"
"payout_date": "Ödeme",
"beneficiaries": "Beneficiaries",
"warn_zero_payout": "Amount must reach $0.02 for payout",
"breakdown": "Breakdown"
},
"post_dropdown": {
"copy": "kopyala",
@ -374,7 +389,9 @@
"delegate": "Delegate",
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar"
"withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
},
"boost": {
"title": "Get eSteem Points",
@ -414,4 +431,4 @@
"information": "We noticed that your device has incorrect date or time. Please fix Date & Time or Set Automatically and try again."
}
}
}
}

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Вихідний переказ",
"checkin_extra": "Бонус",
"delegation": "Делегування",
"delegations": "Delegations",
"delegation_title": "Винагорода за делегацію",
"delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Бали за допис",
@ -28,16 +29,16 @@
"login_title": "Бали за авторизацію",
"checkin_title": "Бали за вподобайки",
"checkin_extra_title": "Бонус за користування",
"no_activity": "Тут немає жодної активності!",
"no_activity": "No recent activity",
"outgoing_transfer_description": "",
"incoming_transfer_description": "",
"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.",
"checkin_desc": "Увійшовши в додаток eSteem, ви отримаєте 0,25 бала та допоможете залишатися на зв’язку зі своїми друзями.",
"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.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.",
"login_desc": "При авторизації в додатку eSteem вам автоматично нараховується 100 балів.",
"checkin_extra_desc": "Регулярне використання додатку дає вам шанс отримати ще 10 бонусних балів. Більше активності - більше винагород.",
"comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in regularly gives you 0.25 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 points.",
"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 points, be more active and earn more.",
"dropdown_transfer": "Подарунок",
"dropdown_promote": "Просувати",
"dropdown_boost": "Підсилити",
@ -65,6 +66,17 @@
"power_down": "Зменшення Сили голосу",
"withdraw_steem": "Вивести Steem",
"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": {
"title": "eSteem Бали",
"buy": "Отримати ESTM"
@ -319,7 +331,10 @@
"promoted": "Просунуто",
"author_payout": "Авторська винагорода",
"curation_payout": "Кураторська винагорода",
"payout_date": "Виплата"
"payout_date": "Виплата",
"beneficiaries": "Beneficiaries",
"warn_zero_payout": "Amount must reach $0.02 for payout",
"breakdown": "Breakdown"
},
"post_dropdown": {
"copy": "копіювати джерело",
@ -374,7 +389,9 @@
"delegate": "Делегувати",
"power_down": "Зменшення Сили голосу",
"withdraw_steem": "Вивести Steem",
"withdraw_sbd": "Вивести Стім долар"
"withdraw_sbd": "Вивести Стім долар",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
},
"boost": {
"title": "Отримати eSteem бали",
@ -414,4 +431,4 @@
"information": "Ми помітили, що ваш пристрій має неправильну дату чи час. Виправте дату та час або встановіть Автоматично та повторіть спробу."
}
}
}
}

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus",
"delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login",
"checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!",
"no_activity": "No recent activity",
"outgoing_transfer_description": "",
"incoming_transfer_description": "",
"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.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.",
"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.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.",
"comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in regularly gives you 0.25 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 points.",
"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 points, be more active and earn more.",
"dropdown_transfer": "Gift",
"dropdown_promote": "Promote",
"dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"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": {
"title": "eSteem Points",
"buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promoted",
"author_payout": "Author 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": {
"copy": "copy link",
@ -374,7 +389,9 @@
"delegate": "Delegate",
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar"
"withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
},
"boost": {
"title": "Get eSteem Points",
@ -414,4 +431,4 @@
"information": "We noticed that your device has incorrect date or time. Please fix Date & Time or Set Automatically and try again."
}
}
}
}

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus",
"delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login",
"checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!",
"no_activity": "No recent activity",
"outgoing_transfer_description": "",
"incoming_transfer_description": "",
"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.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.",
"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.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.",
"comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in regularly gives you 0.25 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 points.",
"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 points, be more active and earn more.",
"dropdown_transfer": "Gift",
"dropdown_promote": "Promote",
"dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"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": {
"title": "eSteem Points",
"buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promoted",
"author_payout": "Author 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": {
"copy": "copy link",
@ -374,7 +389,9 @@
"delegate": "Delegate",
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar"
"withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
},
"boost": {
"title": "Get eSteem Points",
@ -414,4 +431,4 @@
"information": "We noticed that your device has incorrect date or time. Please fix Date & Time or Set Automatically and try again."
}
}
}
}

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus",
"delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login",
"checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!",
"no_activity": "No recent activity",
"outgoing_transfer_description": "",
"incoming_transfer_description": "",
"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.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.",
"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.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.",
"comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in regularly gives you 0.25 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 points.",
"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 points, be more active and earn more.",
"dropdown_transfer": "Gift",
"dropdown_promote": "Promote",
"dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"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": {
"title": "eSteem Points",
"buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Promoted",
"author_payout": "Author 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": {
"copy": "copy link",
@ -374,7 +389,9 @@
"delegate": "Delegate",
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar"
"withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
},
"boost": {
"title": "Get eSteem Points",
@ -414,4 +431,4 @@
"information": "We noticed that your device has incorrect date or time. Please fix Date & Time or Set Automatically and try again."
}
}
}
}

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Chuyển khoản đang được chuyển đi",
"checkin_extra": "Thưởng",
"delegation": "Sự ủy thác",
"delegations": "Delegations",
"delegation_title": "Phần thưởng được ủy thác",
"delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Các điểm cho bài viết",
@ -28,16 +29,16 @@
"login_title": "Các điểm thưởng cho đăng nhập",
"checkin_title": "Points for heartbeat",
"checkin_extra_title": "Phần thưởng cho việc sử dụng",
"no_activity": "Không có hoạt động nào ở đây!",
"no_activity": "No recent activity",
"outgoing_transfer_description": "",
"incoming_transfer_description": "",
"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.",
"checkin_desc": "Đăng ký trên ứng dụng eSteem cho bạn 0,25 điểm và giúp bạn kết nối với những người bạn của bạn.",
"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.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.",
"login_desc": "Khi bạn đăng nhập vào ứng dụng eSteem, tự động bạn có được 100 điểm thưởng.",
"checkin_extra_desc": "Việc sử dụng ứng dụng lâu dài sẽ cho bạn thêm nhiều cơ hội kiếm thêm 10 điểm thưởng, hãy tích cực hơn và kiếm thêm nhiều điểm thưởng hơn.",
"comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in regularly gives you 0.25 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 points.",
"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 points, be more active and earn more.",
"dropdown_transfer": "Gift",
"dropdown_promote": "Quảng bá",
"dropdown_boost": "Tăng tốc",
@ -65,6 +66,17 @@
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"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": "Sự ủy thác",
"fill_convert_request": "Convert request executed",
"fill_transfer_from_savings": "From Savings executed",
"fill_vesting_withdraw": "Power Down executed",
"estm": {
"title": "các Điểm eSteem",
"buy": "ĐƯỢC ESTM"
@ -319,7 +331,10 @@
"promoted": "Đã quảng bá",
"author_payout": "Thanh toán cho tác giả",
"curation_payout": "Thanh toán curation",
"payout_date": "Thanh toán"
"payout_date": "Thanh toán",
"beneficiaries": "Beneficiaries",
"warn_zero_payout": "Amount must reach $0.02 for payout",
"breakdown": "Breakdown"
},
"post_dropdown": {
"copy": "sao chép liên kết",
@ -374,7 +389,9 @@
"delegate": "Delegate",
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar"
"withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
},
"boost": {
"title": "Được Các Điểm eSteem",
@ -414,4 +431,4 @@
"information": "We noticed that your device has incorrect date or time. Please fix Date & Time or Set Automatically and try again."
}
}
}
}

View File

@ -19,6 +19,7 @@
"outgoing_transfer_title": "Outgoing transfer",
"checkin_extra": "Bonus",
"delegation": "Delegation",
"delegations": "Delegations",
"delegation_title": "Delegation reward",
"delegation_desc": "Earn ESTM everyday for delegation",
"post_title": "Points for post",
@ -28,16 +29,16 @@
"login_title": "Points for login",
"checkin_title": "Points for heartbeat",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!",
"no_activity": "No recent activity",
"outgoing_transfer_description": "",
"incoming_transfer_description": "",
"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.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.",
"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.",
"reblog_desc": "Share what post you like with your friends and earn upto 1 points.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more.",
"comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
"checkin_desc": "Checking in regularly gives you 0.25 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 points.",
"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 points, be more active and earn more.",
"dropdown_transfer": "Gift",
"dropdown_promote": "Promote",
"dropdown_boost": "Boost",
@ -65,6 +66,17 @@
"power_down": "Din agbara ku",
"withdraw_steem": "Withdraw Steem",
"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": {
"title": "eSteem Points",
"buy": "GET ESTM"
@ -319,7 +331,10 @@
"promoted": "Itanka",
"author_payout": "Owo ti oluko oro nreti",
"curation_payout": "Isanwojade ti o n reti lati ibi idibo",
"payout_date": "Isanwo jade"
"payout_date": "Isanwo jade",
"beneficiaries": "Beneficiaries",
"warn_zero_payout": "Amount must reach $0.02 for payout",
"breakdown": "Breakdown"
},
"post_dropdown": {
"copy": "se eda link",
@ -374,7 +389,9 @@
"delegate": "Delegate",
"power_down": "Power Down",
"withdraw_steem": "Withdraw Steem",
"withdraw_sbd": "Withdraw Steem Dollar"
"withdraw_sbd": "Withdraw Steem Dollar",
"incoming_funds": "Incoming Funds",
"stop": "Stop"
},
"boost": {
"title": "Get eSteem Points",
@ -414,4 +431,4 @@
"information": "We noticed that your device has incorrect date or time. Please fix Date & Time or Set Automatically and try again."
}
}
}
}

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