Merge branch 'master' of https://github.com/esteemapp/esteem-mobile into feature/epoint-design

This commit is contained in:
u-e 2019-04-26 23:42:16 +03:00
commit b2533acc3d
121 changed files with 3573 additions and 1763 deletions

File diff suppressed because one or more lines are too long

View File

@ -9,98 +9,98 @@
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>7</integer>
<integer>3</integer>
</dict>
<key>AppCenterReactNativeShared.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>8</integer>
<integer>4</integer>
</dict>
<key>Base64.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>9</integer>
<integer>5</integer>
</dict>
<key>CodePush.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>11</integer>
<integer>7</integer>
</dict>
<key>DoubleConversion.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>12</integer>
<integer>8</integer>
</dict>
<key>FLAnimatedImage.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>13</integer>
<integer>9</integer>
</dict>
<key>Folly.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>14</integer>
<integer>10</integer>
</dict>
<key>JWT.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>16</integer>
<integer>13</integer>
</dict>
<key>Pods-eSteem-tvOS.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>18</integer>
<integer>15</integer>
</dict>
<key>Pods-eSteem-tvOSTests.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>19</integer>
<integer>16</integer>
</dict>
<key>Pods-eSteem.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>17</integer>
<integer>14</integer>
</dict>
<key>Pods-eSteemTests.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>20</integer>
<integer>17</integer>
</dict>
<key>QBImagePickerController-QBImagePicker.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>22</integer>
<integer>19</integer>
</dict>
<key>QBImagePickerController.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>21</integer>
<integer>18</integer>
</dict>
<key>RNImageCropPicker.xcscheme</key>
<dict>
@ -135,28 +135,28 @@
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>10</integer>
<integer>6</integer>
</dict>
<key>glog.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>15</integer>
<integer>12</integer>
</dict>
<key>react-native-fast-image.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>23</integer>
<integer>20</integer>
</dict>
<key>react-native-version-number.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>24</integer>
<integer>21</integer>
</dict>
</dict>
<key>SuppressBuildableAutocreation</key>

View File

@ -9,4 +9,3 @@ PODS_BUILD_DIR = ${BUILD_DIR}
PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
PODS_PODFILE_DIR_PATH = ${SRCROOT}/.
PODS_ROOT = ${SRCROOT}/Pods
USER_HEADER_SEARCH_PATHS = $(inherited) $(SRCROOT)/FLAnimatedImage/FLAnimatedImage

View File

@ -9,4 +9,3 @@ PODS_BUILD_DIR = ${BUILD_DIR}
PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
PODS_PODFILE_DIR_PATH = ${SRCROOT}/.
PODS_ROOT = ${SRCROOT}/Pods
USER_HEADER_SEARCH_PATHS = $(inherited) $(SRCROOT)/FLAnimatedImage/FLAnimatedImage

View File

@ -8,4 +8,3 @@ PODS_BUILD_DIR = ${BUILD_DIR}
PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
PODS_PODFILE_DIR_PATH = ${SRCROOT}/.
PODS_ROOT = ${SRCROOT}/Pods
USER_HEADER_SEARCH_PATHS = $(inherited) $(SRCROOT)/FLAnimatedImage/FLAnimatedImage

View File

@ -8,4 +8,3 @@ PODS_BUILD_DIR = ${BUILD_DIR}
PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
PODS_PODFILE_DIR_PATH = ${SRCROOT}/.
PODS_ROOT = ${SRCROOT}/Pods
USER_HEADER_SEARCH_PATHS = $(inherited) $(SRCROOT)/FLAnimatedImage/FLAnimatedImage

View File

@ -34,7 +34,7 @@
"crypto-js": "^3.1.9-1",
"currency-symbol-map": "^4.0.4",
"diff-match-patch": "^1.0.4",
"dsteem": "^0.11.2",
"dsteem": "^0.10.1",
"intl": "^1.2.5",
"jsc-android": "^236355.1.1",
"moment": "^2.22.2",

View File

@ -89,7 +89,6 @@ class BasicHeaderView extends Component {
isLoading,
isLoggedIn,
isModalHeader,
isPostSending,
rightButtonText,
isPreviewActive,
isReply,

View File

@ -4,7 +4,6 @@ export default EStyleSheet.create({
container: {
marginVertical: 15,
flexDirection: 'row',
justifyContent: 'space-between',
paddingHorizontal: 16,
},
fitContent: {
@ -12,9 +11,9 @@ export default EStyleSheet.create({
},
iconTextWrapper: {
flexDirection: 'row',
justifyContent: 'space-between',
alignSelf: 'center',
alignItems: 'center',
alignItems: 'flex-start',
flex: 5,
},
iconWrapper: {
alignSelf: 'center',
@ -29,8 +28,9 @@ export default EStyleSheet.create({
},
rightTextWrapper: {
flexDirection: 'row',
justifyContent: 'center',
justifyContent: 'flex-end',
alignSelf: 'center',
flex: 5,
},
text: {
fontFamily: '$primaryFont',
@ -74,4 +74,7 @@ export default EStyleSheet.create({
justifyContent: 'center',
alignSelf: 'center',
},
dropdownWrapper: {
flex: 1,
},
});

View File

@ -4,6 +4,7 @@ import { View, Text } from 'react-native';
// Components
import GrayWrapper from '../grayWrapper/grayWrapperView';
import { Icon } from '../../../icon';
import { DropdownButton } from '../../../dropdownButton';
// Styles
import styles from './walletLineItemStyles';
@ -23,6 +24,9 @@ const WalletLineItem = ({
textColor,
index,
style,
dropdown,
dropdownOptions,
onDropdownSelect,
}) => (
<GrayWrapper isGray={index && index % 2 !== 0}>
<View style={[styles.container, fitContent && styles.fitContent, style]}>
@ -73,6 +77,17 @@ const WalletLineItem = ({
</Text>
</View>
)}
{dropdown && (
<View style={styles.dropdownWrapper}>
<DropdownButton
isHasChildIcon
iconName="arrow-drop-down"
options={dropdownOptions}
noHighlight
onSelect={onDropdownSelect}
/>
</View>
)}
</View>
</GrayWrapper>
);

View File

@ -38,7 +38,7 @@ class PostButtonView extends Component {
if (this.mode._value) {
const { routes, isCollapsePostButtonOpen } = this.props;
const nextRouteName = nextProps.routes[0].routes[nextProps.routes[0].routes.length - 1].routeName;
const routeName = routes[0].routes[routes[0].routes.length - 1].routeName;
const { routeName } = routes[0].routes[routes[0].routes.length - 1];
const { isCollapse } = this.state;
if (

View File

@ -35,7 +35,7 @@ class PostButtonsForAndroid extends Component {
// For closing sub buttons
const { routes, isCollapsePostButtonOpen } = this.props;
const nextRouteName = nextProps.routes[0].routes[nextProps.routes[0].routes.length - 1].routeName;
const routeName = routes[0].routes[routes[0].routes.length - 1].routeName;
const { routeName } = routes[0].routes[routes[0].routes.length - 1];
const { isCollapse } = this.state;
if (

View File

@ -32,7 +32,7 @@ class PostHeaderDescription extends PureComponent {
}
// Component Functions
_handleOnUserPress = username => {
_handleOnUserPress = (username) => {
const { navigation, profileOnPress, reputation } = this.props;
if (profileOnPress) {

View File

@ -52,6 +52,8 @@ class TransactionView extends PureComponent {
{transactions
&& transactions.map((item, index) => {
const transactionData = groomingTransactionData(item, steemPerMVests, formatNumber);
if (transactionData.length === 0) return null;
const value = transactionData.value.split(' ');
return (

View File

@ -0,0 +1 @@
export { default as TransferFormItem } from './view/transferFormItemView';

View File

@ -0,0 +1,21 @@
import EStyleSheet from 'react-native-extended-stylesheet';
export default EStyleSheet.create({
container: {
flexDirection: 'row',
paddingHorizontal: 20,
},
leftPart: {
flex: 1,
padding: 10,
justifyContent: 'center',
color: '$primaryBlack',
},
text: {
color: '$primaryBlack',
},
rightPart: {
flex: 2,
padding: 10,
},
});

View File

@ -0,0 +1,17 @@
import React from 'react';
import { View, Text } from 'react-native';
import styles from './transferFormItemStyles';
/* Props
* ------------------------------------------------
* @prop { type } name - Description....
*/
const TransferFormItemView = ({ rightComponent, label }) => (
<View style={styles.container}>
<View style={styles.leftPart}>{label && <Text style={styles.text}>{label}</Text>}</View>
<View style={styles.rightPart}>{rightComponent && rightComponent()}</View>
</View>
);
export default TransferFormItemView;

View File

@ -138,7 +138,9 @@ class WalletContainer extends Component {
};
render() {
const { currentAccount, selectedUser, isDarkTheme } = this.props;
const {
currentAccount, selectedUser, isDarkTheme, setPinCodeState,
} = this.props;
const { walletData, isClaiming, isRefreshing } = this.state;
return (
@ -151,6 +153,7 @@ class WalletContainer extends Component {
handleOnWalletRefresh={this._handleOnWalletRefresh}
isRefreshing={isRefreshing}
isDarkTheme={isDarkTheme}
setPinCodeState={setPinCodeState}
/>
);
}

View File

@ -55,6 +55,7 @@ class WalletView extends PureComponent {
selectedUsername,
walletData,
isDarkTheme,
setPinCodeState,
} = this.props;
return (
@ -113,7 +114,11 @@ class WalletView extends PureComponent {
})}
expanded
>
<WalletDetails intl={intl} walletData={walletData} />
<WalletDetails
intl={intl}
walletData={walletData}
setPinCodeState={setPinCodeState}
/>
</CollapsibleCard>
<Transaction walletData={walletData} />
</Fragment>

View File

@ -1,4 +1,11 @@
import React, { PureComponent } from 'react';
import { withNavigation } from 'react-navigation';
import { connect } from 'react-redux';
// Constants
import ROUTES from '../../../constants/routeNames';
import { openPinCodeModal } from '../../../redux/actions/applicationActions';
// Component
import WalletDetailsView from '../view/walletDetailsView';
@ -19,12 +26,33 @@ class WalletContainer extends PureComponent {
// Component Life Cycle Functions
// Component Functions
_navigate = (transferType, fundType) => {
const { dispatch, setPinCodeState, walletData } = this.props;
let balance;
switch (fundType) {
case 'STEEM':
balance = Math.round(walletData.balance * 1000) / 1000;
break;
case 'SBD':
balance = Math.round(walletData.sbdBalance * 1000) / 1000;
break;
default:
break;
}
setPinCodeState({
navigateTo: ROUTES.SCREENS.TRANSFER,
navigateParams: { transferType, fundType, balance },
});
dispatch(openPinCodeModal());
};
render() {
const { intl, walletData } = this.props;
return <WalletDetailsView intl={intl} walletData={walletData} />;
return <WalletDetailsView intl={intl} walletData={walletData} navigate={this._navigate} />;
}
}
export default WalletContainer;
export default connect()(withNavigation(WalletContainer));

View File

@ -29,7 +29,11 @@ class WalletDetailsView extends PureComponent {
// Component Functions
render() {
const { walletData, intl } = this.props;
const { walletData, intl, navigate } = this.props;
const steemDropdown = ['transferToken', 'transferToSaving', 'powerUp'];
const sbdDropdown = ['transferToken', 'transferToSaving'];
return (
<View style={styles.container}>
<WalletLineItem
@ -38,6 +42,9 @@ class WalletDetailsView extends PureComponent {
iconName="ios-information-circle-outline"
rightText={`${Math.round(walletData.balance * 1000) / 1000} STEEM`}
isBoldText
dropdown
dropdownOptions={steemDropdown.map(item => intl.formatMessage({ id: `transfer.${item}` }))}
onDropdownSelect={index => navigate(steemDropdown[index], 'STEEM')}
/>
<GrayWrapper isGray>
<WalletLineItem
@ -87,6 +94,9 @@ class WalletDetailsView extends PureComponent {
iconName="ios-information-circle-outline"
rightText={`$${Math.round(walletData.sbdBalance * 1000) / 1000}`}
isBoldText
dropdown
dropdownOptions={sbdDropdown.map(item => intl.formatMessage({ id: `transfer.${item}` }))}
onDropdownSelect={a => navigate(steemDropdown[a], 'SBD')}
/>
<GrayWrapper isGray>
<WalletLineItem

View File

@ -19,10 +19,11 @@
"unfollow": "piyôh ikut dröen",
"ignore": "hanapeureumeun dröen",
"reblog": "postingan dröen ka di reblog",
"transfer": "transfered steem",
"transfer": "steem kalhëuh meukirèm",
"comingsoon": "Papeun ranking akan seugeura lheuh!",
"notification": "Bithé",
"leaderboard": "Papeun Rangking",
"epoint": "Points",
"leaderboard_title": "Ureung Palèng Lè pakek",
"recent": "Ataban nyoë",
"yesterday": "Baroë",
@ -30,6 +31,19 @@
"this_month": "Buleuën Nyoë",
"older_then": "Leubéh Lam Sibulëun"
},
"points": {
"post": "Post",
"comment": "Comment",
"checkin": "Checki-in",
"post_title": "Points for post",
"comment_title": "Points for comment",
"vote_title": "Points for vote",
"reblog_title": "Points for reblog",
"login_title": "Points for login",
"checkin_title": "Points for usage",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!"
},
"messages": {
"comingsoon": "Fitur peusan seugeura lheuh!"
},
@ -58,30 +72,30 @@
},
"settings": {
"settings": "Peungaturan",
"general": "General",
"general": "Umum",
"currency": "Mata péng",
"language": "Basa",
"server": "Server",
"dark_theme": "Layeu Supôet",
"push_notification": "Teugön Haba",
"notification": {
"follow": "Follow",
"vote": "Vote",
"comment": "Comment",
"mention": "Mention",
"follow": "Iköt",
"vote": "Pilèh",
"comment": "Komentar",
"mention": "Seuböt",
"reblog": "Reblog",
"transfers": "Transfers"
"transfers": "Kirèm"
},
"pincode": "Kode PIN",
"reset": "Atôe ulang",
"nsfw_content": "NSFW Content",
"nsfw_content": "Konten urëung chik",
"send_feedback": "Send Feedback",
"send": "Send",
"send": "Kirèm",
"default_footer": "Default Footer",
"nsfw": {
"always_show": "Always show",
"always_hide": "Always hide",
"always_warn": "Always warn"
"always_hide": "Söm Sabè",
"always_warn": "Sabë pëuingat"
},
"feedback_success": "Email successfully open",
"feedback_fail": "Email client could not open"
@ -150,7 +164,10 @@
"allRead": "Tanda mandum haba nyang kalhëuh baca",
"claim_reward_balance_ok": "Gaji kalhëuh klèm",
"fail": "Gagai!",
"move": "Pinah",
"move_question": "Peu neuyakin neuk pinah lam draft?",
"success_shared": "Tulisan droen kalhëuh dibagi",
"success_moved": "Klaheuh na lam draft",
"permission_denied": "Hana izin",
"permission_text": "Tulông kaloen bak aturan telepon dan gantoe izin app eSteem.",
"success_rebloged": "Rebloged!",
@ -159,7 +176,7 @@
"invalid_pincode": "Salah pin, cie neu test loëm.",
"remove_alert": "Peu yakin neuk sampóh?",
"clear_alert": "Peu yakin neuk sampöh?",
"clear_user_alert": "Are you sure you want to clear all user data?",
"clear_user_alert": "Pëu yakin nëuk sampöh mandum data pöe?",
"clear": "Sampöh",
"cancel": "Batai",
"delete": "Sampóh",
@ -223,13 +240,13 @@
"no_existing_post": "Hana haba sapeu"
},
"search": {
"posts": "Posts",
"comments": "Comments"
"posts": "Post",
"comments": "Komentar-komentar"
},
"comment_filter": {
"trending": "trending",
"reputation": "reputation",
"votes": "votes",
"age": "age"
"trending": "mëucuhu",
"reputation": "reputasi",
"votes": "pilèh-pilèh",
"age": "umuë"
}
}

View File

@ -23,6 +23,7 @@
"comingsoon": "ميزة المتصدرين تأتي قريباً!",
"notification": "الإشعارات",
"leaderboard": "المتصدرين",
"epoint": "نقاط",
"leaderboard_title": "أفضل مستخدم يومي",
"recent": "الأخيرة",
"yesterday": "يوم أمس",
@ -30,6 +31,19 @@
"this_month": "هذا الشهر",
"older_then": "أقدم من شهر"
},
"points": {
"post": "منشور",
"comment": "تعليق",
"checkin": "Checki-in",
"post_title": "نقاط للمنشور",
"comment_title": "نقاط للتعليق",
"vote_title": "نقاط للتصويت",
"reblog_title": "نقاط لإعادة النشر",
"login_title": "نقاط لتسجيل الدخول",
"checkin_title": "نقاط للاستخدام",
"checkin_extra_title": "مكافأة الاستخدام",
"no_activity": "No activity here!"
},
"messages": {
"comingsoon": "ميزة الرسائل سوف تأتي قريباً!"
},
@ -150,7 +164,10 @@
"allRead": "وضع جميع الإشعارات كأنها مقروءة",
"claim_reward_balance_ok": "تم سحب المكافآت",
"fail": "فشل!",
"move": "نقل",
"move_question": "هل أنت متأكد من نقل إلى المسودات؟",
"success_shared": "مشاركتك تمت مشاركتها بنجاح",
"success_moved": "تم النقل إلى المسودات",
"permission_denied": "طلب الإذن مرفوض",
"permission_text": "يرجى الانتقال إلى إعدادات الهاتف وتغيير أذونات تطبيق eSteem.",
"success_rebloged": "أعيد تدوينه!",

View File

@ -23,6 +23,7 @@
"comingsoon": "Leaderboard feature is coming soon!",
"notification": "Notifications",
"leaderboard": "Leaderboard",
"epoint": "Points",
"leaderboard_title": "Daily Top User",
"recent": "Recent",
"yesterday": "Yesterday",
@ -30,6 +31,19 @@
"this_month": "This Month",
"older_then": "Older Than A Month"
},
"points": {
"post": "Post",
"comment": "Comment",
"checkin": "Checki-in",
"post_title": "Points for post",
"comment_title": "Points for comment",
"vote_title": "Points for vote",
"reblog_title": "Points for reblog",
"login_title": "Points for login",
"checkin_title": "Points for usage",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!"
},
"messages": {
"comingsoon": "Messages feature is coming soon!"
},
@ -150,7 +164,10 @@
"allRead": "Marked all notifications as read",
"claim_reward_balance_ok": "Reward balance claimed",
"fail": "Fail!",
"move": "Move",
"move_question": "Are you sure to move to drafts?",
"success_shared": "Your post succesfully 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!",

View File

@ -23,6 +23,7 @@
"comingsoon": "Liderlər Cədvəli tezliklə gəlir!",
"notification": "Bildirişlər",
"leaderboard": "Liderlər cədvəli",
"epoint": "Points",
"leaderboard_title": "Günlük Liderlər",
"recent": "Təzəlikcə",
"yesterday": "Dünən",
@ -30,6 +31,19 @@
"this_month": "Bu Ay",
"older_then": "Bir Aydan Köhnə"
},
"points": {
"post": "Post",
"comment": "Comment",
"checkin": "Checki-in",
"post_title": "Points for post",
"comment_title": "Points for comment",
"vote_title": "Points for vote",
"reblog_title": "Points for reblog",
"login_title": "Points for login",
"checkin_title": "Points for usage",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!"
},
"messages": {
"comingsoon": "Mesajlar tezliklə gəlir!"
},
@ -150,7 +164,10 @@
"allRead": "Bütün bildirişləri oxunmuş kimi işarələ",
"claim_reward_balance_ok": "Mükafat alındı",
"fail": "Uğursuz!",
"move": "Move",
"move_question": "Are you sure to move to drafts?",
"success_shared": "Göndərişin uğurla paylaşıldı",
"success_moved": "Moved to draft",
"permission_denied": "İcazə verilmədi",
"permission_text": "Zəhmət olmasa telefon tənzimləmələrinə gedərək eSteem tətbiq icazələrini dəyişdirin.",
"success_rebloged": "Təkrar paylaşıldı!",

View File

@ -23,6 +23,7 @@
"comingsoon": "Leaderboard feature is coming soon!",
"notification": "Notifications",
"leaderboard": "Leaderboard",
"epoint": "Points",
"leaderboard_title": "Daily Top User",
"recent": "Recent",
"yesterday": "Yesterday",
@ -30,6 +31,19 @@
"this_month": "This Month",
"older_then": "Older Than A Month"
},
"points": {
"post": "Post",
"comment": "Comment",
"checkin": "Checki-in",
"post_title": "Points for post",
"comment_title": "Points for comment",
"vote_title": "Points for vote",
"reblog_title": "Points for reblog",
"login_title": "Points for login",
"checkin_title": "Points for usage",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!"
},
"messages": {
"comingsoon": "Messages feature is coming soon!"
},
@ -150,7 +164,10 @@
"allRead": "Marked all notifications as read",
"claim_reward_balance_ok": "Reward balance claimed",
"fail": "Fail!",
"move": "Move",
"move_question": "Are you sure to move to drafts?",
"success_shared": "Your post succesfully 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!",

View File

@ -23,6 +23,7 @@
"comingsoon": "Leaderboard feature is coming soon!",
"notification": "Notifications",
"leaderboard": "Leaderboard",
"epoint": "Points",
"leaderboard_title": "Daily Top User",
"recent": "Recent",
"yesterday": "Yesterday",
@ -30,6 +31,19 @@
"this_month": "This Month",
"older_then": "Older Than A Month"
},
"points": {
"post": "Post",
"comment": "Comment",
"checkin": "Checki-in",
"post_title": "Points for post",
"comment_title": "Points for comment",
"vote_title": "Points for vote",
"reblog_title": "Points for reblog",
"login_title": "Points for login",
"checkin_title": "Points for usage",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!"
},
"messages": {
"comingsoon": "Messages feature is coming soon!"
},
@ -150,7 +164,10 @@
"allRead": "Marked all notifications as read",
"claim_reward_balance_ok": "Reward balance claimed",
"fail": "Fail!",
"move": "Move",
"move_question": "Are you sure to move to drafts?",
"success_shared": "Your post succesfully 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!",

View File

@ -23,6 +23,7 @@
"comingsoon": "Leaderboard feature is coming soon!",
"notification": "Notifications",
"leaderboard": "Leaderboard",
"epoint": "Points",
"leaderboard_title": "Daily Top User",
"recent": "Recent",
"yesterday": "Yesterday",
@ -30,6 +31,19 @@
"this_month": "This Month",
"older_then": "Older Than A Month"
},
"points": {
"post": "Post",
"comment": "Comment",
"checkin": "Checki-in",
"post_title": "Points for post",
"comment_title": "Points for comment",
"vote_title": "Points for vote",
"reblog_title": "Points for reblog",
"login_title": "Points for login",
"checkin_title": "Points for usage",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!"
},
"messages": {
"comingsoon": "Messages feature is coming soon!"
},
@ -150,7 +164,10 @@
"allRead": "Marked all notifications as read",
"claim_reward_balance_ok": "Reward balance claimed",
"fail": "Fail!",
"move": "Move",
"move_question": "Are you sure to move to drafts?",
"success_shared": "Your post succesfully 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!",

View File

@ -23,6 +23,7 @@
"comingsoon": "Leaderboard feature is coming soon!",
"notification": "Notifications",
"leaderboard": "Leaderboard",
"epoint": "Points",
"leaderboard_title": "Daily Top User",
"recent": "Recent",
"yesterday": "Yesterday",
@ -30,6 +31,19 @@
"this_month": "This Month",
"older_then": "Older Than A Month"
},
"points": {
"post": "Post",
"comment": "Comment",
"checkin": "Checki-in",
"post_title": "Points for post",
"comment_title": "Points for comment",
"vote_title": "Points for vote",
"reblog_title": "Points for reblog",
"login_title": "Points for login",
"checkin_title": "Points for usage",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!"
},
"messages": {
"comingsoon": "Messages feature is coming soon!"
},
@ -150,7 +164,10 @@
"allRead": "Marked all notifications as read",
"claim_reward_balance_ok": "Reward balance claimed",
"fail": "Fail!",
"move": "Move",
"move_question": "Are you sure to move to drafts?",
"success_shared": "Your post succesfully 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!",

View File

@ -23,6 +23,7 @@
"comingsoon": "Leaderboard feature is coming soon!",
"notification": "Notifications",
"leaderboard": "Leaderboard",
"epoint": "Points",
"leaderboard_title": "Daily Top User",
"recent": "Recent",
"yesterday": "Yesterday",
@ -30,6 +31,19 @@
"this_month": "This Month",
"older_then": "Older Than A Month"
},
"points": {
"post": "Post",
"comment": "Comment",
"checkin": "Checki-in",
"post_title": "Points for post",
"comment_title": "Points for comment",
"vote_title": "Points for vote",
"reblog_title": "Points for reblog",
"login_title": "Points for login",
"checkin_title": "Points for usage",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!"
},
"messages": {
"comingsoon": "Messages feature is coming soon!"
},
@ -150,7 +164,10 @@
"allRead": "Marked all notifications as read",
"claim_reward_balance_ok": "Reward balance claimed",
"fail": "Fail!",
"move": "Move",
"move_question": "Are you sure to move to drafts?",
"success_shared": "Your post succesfully 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!",

View File

@ -23,6 +23,7 @@
"comingsoon": "Leaderboard feature is coming soon!",
"notification": "Notifications",
"leaderboard": "Leaderboard",
"epoint": "Points",
"leaderboard_title": "Daily Top User",
"recent": "Recent",
"yesterday": "Yesterday",
@ -30,6 +31,19 @@
"this_month": "This Month",
"older_then": "Older Than A Month"
},
"points": {
"post": "Post",
"comment": "Comment",
"checkin": "Checki-in",
"post_title": "Points for post",
"comment_title": "Points for comment",
"vote_title": "Points for vote",
"reblog_title": "Points for reblog",
"login_title": "Points for login",
"checkin_title": "Points for usage",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!"
},
"messages": {
"comingsoon": "Messages feature is coming soon!"
},
@ -150,7 +164,10 @@
"allRead": "Marked all notifications as read",
"claim_reward_balance_ok": "Reward balance claimed",
"fail": "Fail!",
"move": "Move",
"move_question": "Are you sure to move to drafts?",
"success_shared": "Your post succesfully 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!",

View File

@ -23,6 +23,7 @@
"comingsoon": "Leaderboard feature is coming soon!",
"notification": "Notifications",
"leaderboard": "Leaderboard",
"epoint": "Points",
"leaderboard_title": "Daily Top User",
"recent": "Recent",
"yesterday": "Yesterday",
@ -30,6 +31,19 @@
"this_month": "This Month",
"older_then": "Older Than A Month"
},
"points": {
"post": "Post",
"comment": "Comment",
"checkin": "Checki-in",
"post_title": "Points for post",
"comment_title": "Points for comment",
"vote_title": "Points for vote",
"reblog_title": "Points for reblog",
"login_title": "Points for login",
"checkin_title": "Points for usage",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!"
},
"messages": {
"comingsoon": "Messages feature is coming soon!"
},
@ -150,7 +164,10 @@
"allRead": "Marked all notifications as read",
"claim_reward_balance_ok": "Reward balance claimed",
"fail": "Fail!",
"move": "Move",
"move_question": "Are you sure to move to drafts?",
"success_shared": "Your post succesfully 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!",

View File

@ -23,6 +23,7 @@
"comingsoon": "Leaderboard feature is coming soon!",
"notification": "Notifications",
"leaderboard": "Leaderboard",
"epoint": "Points",
"leaderboard_title": "Daily Top User",
"recent": "Recent",
"yesterday": "Yesterday",
@ -30,6 +31,19 @@
"this_month": "This Month",
"older_then": "Older Than A Month"
},
"points": {
"post": "Post",
"comment": "Comment",
"checkin": "Checki-in",
"post_title": "Points for post",
"comment_title": "Points for comment",
"vote_title": "Points for vote",
"reblog_title": "Points for reblog",
"login_title": "Points for login",
"checkin_title": "Points for usage",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!"
},
"messages": {
"comingsoon": "Messages feature is coming soon!"
},
@ -150,7 +164,10 @@
"allRead": "Marked all notifications as read",
"claim_reward_balance_ok": "Reward balance claimed",
"fail": "Fail!",
"move": "Move",
"move_question": "Are you sure to move to drafts?",
"success_shared": "Your post succesfully 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!",

View File

@ -23,6 +23,7 @@
"comingsoon": "Ranglisten-Feature kommt bald!",
"notification": "Benachrichtigungen",
"leaderboard": "Rangliste",
"epoint": "Points",
"leaderboard_title": "Tägliche Top-User",
"recent": "Vor kurzem",
"yesterday": "Gestern",
@ -30,6 +31,19 @@
"this_month": "Diesen Monat",
"older_then": "Älter als ein Monat"
},
"points": {
"post": "Post",
"comment": "Comment",
"checkin": "Checki-in",
"post_title": "Points for post",
"comment_title": "Points for comment",
"vote_title": "Points for vote",
"reblog_title": "Points for reblog",
"login_title": "Points for login",
"checkin_title": "Points for usage",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!"
},
"messages": {
"comingsoon": "Nachrichten-Feature ist bald verfügbar!"
},
@ -150,7 +164,10 @@
"allRead": "Alle Benachrichtigungen als gelesen markieren",
"claim_reward_balance_ok": "Belohnung abgeholt",
"fail": "Fehlgeschlagen!",
"move": "Move",
"move_question": "Are you sure to move to drafts?",
"success_shared": "Dein Beitrag wurde erfolgreich erstellt",
"success_moved": "Moved to draft",
"permission_denied": "Berechtigung verweigert",
"permission_text": "Bitte gehe zu den Telefoneinstellungen und ändere die Berechtigungen der eSteem-App.",
"success_rebloged": "Geteilt!",

View File

@ -23,6 +23,7 @@
"comingsoon": "Leaderboard feature is coming soon!",
"notification": "Notifications",
"leaderboard": "Leaderboard",
"epoint": "Points",
"leaderboard_title": "Daily Top User",
"recent": "Recent",
"yesterday": "Yesterday",
@ -30,6 +31,19 @@
"this_month": "This Month",
"older_then": "Older Than A Month"
},
"points": {
"post": "Post",
"comment": "Comment",
"checkin": "Checki-in",
"post_title": "Points for post",
"comment_title": "Points for comment",
"vote_title": "Points for vote",
"reblog_title": "Points for reblog",
"login_title": "Points for login",
"checkin_title": "Points for usage",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!"
},
"messages": {
"comingsoon": "Messages feature is coming soon!"
},
@ -150,7 +164,10 @@
"allRead": "Marked all notifications as read",
"claim_reward_balance_ok": "Reward balance claimed",
"fail": "Fail!",
"move": "Move",
"move_question": "Are you sure to move to drafts?",
"success_shared": "Your post succesfully 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!",

View File

@ -181,7 +181,8 @@
"cancel": "Cancel",
"delete": "Delete",
"copied": "Copied!",
"no_internet": "No connection!"
"no_internet": "No connection!",
"confirm": "Confirm"
},
"post": {
"reblog_alert": "Are you sure you want to reblog?"
@ -248,5 +249,21 @@
"reputation": "reputation",
"votes": "votes",
"age": "age"
},
"transfer": {
"title": "Transfer To Account",
"from": "From",
"to": "To",
"amount": "Amount",
"memo": "Memo",
"information": "Are you sure to transfer to funds?",
"amount_desc": "Balance",
"memo_desc": "This memo is public",
"to_placeholder": "Username",
"memo_placeholder": "Enter your notes here",
"transferToken": "Transfer",
"transferToSaving": "Transfer To Saving",
"powerUp": "Power Up",
"steemconnect_title": "Steemconnect Transfer"
}
}

View File

@ -23,6 +23,7 @@
"comingsoon": "Leaderboard feature is coming soon!",
"notification": "Notifications",
"leaderboard": "Leaderboard",
"epoint": "Points",
"leaderboard_title": "Daily Top User",
"recent": "Recent",
"yesterday": "Yesterday",
@ -30,6 +31,19 @@
"this_month": "This Month",
"older_then": "Older Than A Month"
},
"points": {
"post": "Post",
"comment": "Comment",
"checkin": "Checki-in",
"post_title": "Points for post",
"comment_title": "Points for comment",
"vote_title": "Points for vote",
"reblog_title": "Points for reblog",
"login_title": "Points for login",
"checkin_title": "Points for usage",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!"
},
"messages": {
"comingsoon": "Messages feature is coming soon!"
},
@ -150,7 +164,10 @@
"allRead": "Marked all notifications as read",
"claim_reward_balance_ok": "Reward balance claimed",
"fail": "Fail!",
"move": "Move",
"move_question": "Are you sure to move to drafts?",
"success_shared": "Your post succesfully 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!",

View File

@ -23,6 +23,7 @@
"comingsoon": "Pronto la tabla de posiciones!",
"notification": "Notificaciones",
"leaderboard": "Tabla de posiciones",
"epoint": "Points",
"leaderboard_title": "Mejor usuario diario",
"recent": "Reciente",
"yesterday": "Ayer",
@ -30,6 +31,19 @@
"this_month": "Este mes",
"older_then": "Más de un mes"
},
"points": {
"post": "Post",
"comment": "Comment",
"checkin": "Checki-in",
"post_title": "Points for post",
"comment_title": "Points for comment",
"vote_title": "Points for vote",
"reblog_title": "Points for reblog",
"login_title": "Points for login",
"checkin_title": "Points for usage",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!"
},
"messages": {
"comingsoon": "Pronto mensajería instantánea!"
},
@ -150,7 +164,10 @@
"allRead": "Marcar todas las notificaciones como leídas",
"claim_reward_balance_ok": "Recompensa de balance reclamada",
"fail": "Falló!",
"move": "Move",
"move_question": "Are you sure to move to drafts?",
"success_shared": "Su publicación fue compartida con éxito",
"success_moved": "Moved to draft",
"permission_denied": "Permiso dengado",
"permission_text": "Por favor, ir a ajustes del teléfono y cambiar los permisos de la aplicación de eSteem.",
"success_rebloged": "Rebloged!",

View File

@ -23,6 +23,7 @@
"comingsoon": "Leaderboard feature is coming soon!",
"notification": "Notifications",
"leaderboard": "Leaderboard",
"epoint": "Points",
"leaderboard_title": "Daily Top User",
"recent": "Recent",
"yesterday": "Yesterday",
@ -30,6 +31,19 @@
"this_month": "This Month",
"older_then": "Older Than A Month"
},
"points": {
"post": "Post",
"comment": "Comment",
"checkin": "Checki-in",
"post_title": "Points for post",
"comment_title": "Points for comment",
"vote_title": "Points for vote",
"reblog_title": "Points for reblog",
"login_title": "Points for login",
"checkin_title": "Points for usage",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!"
},
"messages": {
"comingsoon": "Messages feature is coming soon!"
},
@ -150,7 +164,10 @@
"allRead": "Marked all notifications as read",
"claim_reward_balance_ok": "Reward balance claimed",
"fail": "Fail!",
"move": "Move",
"move_question": "Are you sure to move to drafts?",
"success_shared": "Your post succesfully 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!",

View File

@ -23,6 +23,7 @@
"comingsoon": "جدول رده بندی به زودی ارائه خواهد شد!",
"notification": "اطلاعیه ها",
"leaderboard": "جدول رده بندی",
"epoint": "Points",
"leaderboard_title": "بهترین کاربران روز",
"recent": "اخیر",
"yesterday": "دیروز",
@ -30,6 +31,19 @@
"this_month": "این ماه",
"older_then": "قدیمی تر از 1 ماه"
},
"points": {
"post": "Post",
"comment": "Comment",
"checkin": "Checki-in",
"post_title": "Points for post",
"comment_title": "Points for comment",
"vote_title": "Points for vote",
"reblog_title": "Points for reblog",
"login_title": "Points for login",
"checkin_title": "Points for usage",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!"
},
"messages": {
"comingsoon": "قابلیت ارسال پیام به زودی ارائه خواهد شد!"
},
@ -150,7 +164,10 @@
"allRead": "علامت زدن تمام اعلانات به عنوان خوانده شده",
"claim_reward_balance_ok": "پاداش دریافت شده",
"fail": "ناموفق!",
"move": "Move",
"move_question": "Are you sure to move to drafts?",
"success_shared": "مطلب شما با موفقیت منتشر شد",
"success_moved": "Moved to draft",
"permission_denied": "خطای دسترسی",
"permission_text": "لطفا به تنظیمات تلفن خود رفته و دسترسی eSteem را تغییر دهید.",
"success_rebloged": "Rebloged!",

View File

@ -23,6 +23,7 @@
"comingsoon": "Leaderboard feature is coming soon!",
"notification": "Notifications",
"leaderboard": "Leaderboard",
"epoint": "Points",
"leaderboard_title": "Daily Top User",
"recent": "Viimeisimmät",
"yesterday": "Eilen",
@ -30,6 +31,19 @@
"this_month": "Tässä kuussa",
"older_then": "Kuukautta vanhempi"
},
"points": {
"post": "Post",
"comment": "Comment",
"checkin": "Checki-in",
"post_title": "Points for post",
"comment_title": "Points for comment",
"vote_title": "Points for vote",
"reblog_title": "Points for reblog",
"login_title": "Points for login",
"checkin_title": "Points for usage",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!"
},
"messages": {
"comingsoon": "Messages feature is coming soon!"
},
@ -150,7 +164,10 @@
"allRead": "Ilmoitukset merkattu luetuiksi",
"claim_reward_balance_ok": "Reward balance claimed",
"fail": "Virhe!",
"move": "Move",
"move_question": "Are you sure to move to drafts?",
"success_shared": "Julkaisu jaettu onnistuneesti",
"success_moved": "Moved to draft",
"permission_denied": "Käyttö estetty",
"permission_text": "Please, go to phone Settings and change eSteem app permissions.",
"success_rebloged": "Re-steemattu!",

View File

@ -23,6 +23,7 @@
"comingsoon": "Leaderboard feature is coming soon!",
"notification": "Notifications",
"leaderboard": "Leaderboard",
"epoint": "Points",
"leaderboard_title": "Daily Top User",
"recent": "Recent",
"yesterday": "Yesterday",
@ -30,6 +31,19 @@
"this_month": "This Month",
"older_then": "Older Than A Month"
},
"points": {
"post": "Post",
"comment": "Comment",
"checkin": "Checki-in",
"post_title": "Points for post",
"comment_title": "Points for comment",
"vote_title": "Points for vote",
"reblog_title": "Points for reblog",
"login_title": "Points for login",
"checkin_title": "Points for usage",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!"
},
"messages": {
"comingsoon": "Messages feature is coming soon!"
},
@ -150,7 +164,10 @@
"allRead": "Marked all notifications as read",
"claim_reward_balance_ok": "Reward balance claimed",
"fail": "Fail!",
"move": "Move",
"move_question": "Are you sure to move to drafts?",
"success_shared": "Your post succesfully 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!",

View File

@ -19,10 +19,11 @@
"unfollow": "ne vous suit plus",
"ignore": "vous a ignoré",
"reblog": "a reblogué votre post",
"transfer": "transfered steem",
"transfer": "steem transférés",
"comingsoon": "La fonctionnalité Classement arrive bientôt !",
"notification": "Notifications",
"leaderboard": "Classement",
"epoint": "Points",
"leaderboard_title": "Top des utilisateurs du jour",
"recent": "Récent",
"yesterday": "Hier",
@ -30,6 +31,19 @@
"this_month": "Ce mois",
"older_then": "Vieux de plus de 1 mois"
},
"points": {
"post": "Post",
"comment": "Comment",
"checkin": "Checki-in",
"post_title": "Points for post",
"comment_title": "Points for comment",
"vote_title": "Points for vote",
"reblog_title": "Points for reblog",
"login_title": "Points for login",
"checkin_title": "Points for usage",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!"
},
"messages": {
"comingsoon": "La fonctionnalité Messages arrive bientôt !"
},
@ -58,33 +72,33 @@
},
"settings": {
"settings": "Réglages",
"general": "General",
"general": "Général",
"currency": "Devise",
"language": "Langue",
"server": "Serveur",
"dark_theme": "Thème Sombre",
"push_notification": "Notification push",
"notification": {
"follow": "Follow",
"follow": "Abonné",
"vote": "Vote",
"comment": "Comment",
"comment": "Commentaire",
"mention": "Mention",
"reblog": "Reblog",
"transfers": "Transfers"
"transfers": "Transferts"
},
"pincode": "Pincode",
"reset": "Réinitialiser",
"nsfw_content": "NSFW Content",
"send_feedback": "Send Feedback",
"send": "Send",
"default_footer": "Default Footer",
"nsfw_content": "Contenu NSFW",
"send_feedback": "Envoyer une suggestion",
"send": "Envoyer",
"default_footer": "Pied de page par défaut",
"nsfw": {
"always_show": "Always show",
"always_hide": "Always hide",
"always_warn": "Always warn"
"always_show": "Toujours afficher",
"always_hide": "Toujours masquer",
"always_warn": "Toujours avertir"
},
"feedback_success": "Email successfully open",
"feedback_fail": "Email client could not open"
"feedback_success": "E-mail ouvert avec succès",
"feedback_fail": "Le client e-mail n'a pas pu être ouvert"
},
"voters": {
"voters_info": "Info des votants",
@ -100,7 +114,7 @@
"cancel": "annuler",
"login": "CONNEXION",
"steemconnect_description": "Si vous ne voulez pas garder votre mot de passe chiffré et enregistré sur votre appareil, vous pouvez utiliser Steemconnect.",
"steemconnect_fee_description": "Steemconnect may charge some fees from your reward transactions"
"steemconnect_fee_description": "Steemconnect peut facturer des frais sur vos transactions de récompense"
},
"home": {
"feed": "Fil d'actualités",
@ -136,8 +150,8 @@
"reply_placeholder": "Qu'aimeriez-vous écrire à propos de l'article ci-dessus ?",
"publish": "Publier",
"reply": "Répondre",
"open_galery": "Open Galery",
"capture_photo": "Capture a photo"
"open_galery": "Ouvrir la galerie",
"capture_photo": "Prendre une photo"
},
"pincode": {
"enter_text": "Enter pin to unlock",
@ -150,7 +164,10 @@
"allRead": "Marquer toutes les notifications comme lues",
"claim_reward_balance_ok": "Solde de récompense réclamé",
"fail": "Échec !",
"move": "Déplacer",
"move_question": "Êtes-vous sûr de vouloir déplacer vers Broullions ?",
"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.",
"success_rebloged": "Rebloged!",
@ -158,13 +175,13 @@
"warning": "Attention",
"invalid_pincode": "Invalid pin code, please check and try again.",
"remove_alert": "Êtes-vous sûr de vouloir retirer ?",
"clear_alert": "Are you sure you want to clear?",
"clear_user_alert": "Are you sure you want to clear all user data?",
"clear": "Clear",
"clear_alert": "Êtes-vous sûr de vouloir effacer ?",
"clear_user_alert": "Êtes-vous sûr de vouloir effacer toutes les données utilisateur ?",
"clear": "Effacer",
"cancel": "Annuler",
"delete": "Supprimer",
"copied": "Copied!",
"no_internet": "No connection!"
"copied": "Copié !",
"no_internet": "Pas de connexion !"
},
"post": {
"reblog_alert": "Êtes-vous sûr de vouloir rebloguer ?"
@ -188,8 +205,8 @@
"empty_list": "Rien ici",
"deleted": "Signet supprimé",
"search": "Rechercher dans les signets",
"added": "Added to bookmarks",
"add": "Add to bookmarks"
"added": "Ajouté aux signets",
"add": "Ajouter aux signets"
},
"favorites": {
"title": "Favoris",
@ -216,20 +233,20 @@
"reblog": "rebloguer",
"reply": "répondre",
"share": "partager",
"bookmarks": "add to bookmarks"
"bookmarks": "ajouter aux signets"
},
"deep_link": {
"no_existing_user": "Utilisateur inexistant",
"no_existing_post": "Post inexistant"
},
"search": {
"posts": "Posts",
"comments": "Comments"
"posts": "Publications",
"comments": "Commentaires"
},
"comment_filter": {
"trending": "trending",
"reputation": "reputation",
"trending": "tendances",
"reputation": "réputation",
"votes": "votes",
"age": "age"
"age": "âge"
}
}

View File

@ -23,6 +23,7 @@
"comingsoon": "Leaderboard feature is coming soon!",
"notification": "Notifications",
"leaderboard": "Leaderboard",
"epoint": "Points",
"leaderboard_title": "Daily Top User",
"recent": "Recent",
"yesterday": "Yesterday",
@ -30,6 +31,19 @@
"this_month": "This Month",
"older_then": "Older Than A Month"
},
"points": {
"post": "Post",
"comment": "Comment",
"checkin": "Checki-in",
"post_title": "Points for post",
"comment_title": "Points for comment",
"vote_title": "Points for vote",
"reblog_title": "Points for reblog",
"login_title": "Points for login",
"checkin_title": "Points for usage",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!"
},
"messages": {
"comingsoon": "Messages feature is coming soon!"
},
@ -150,7 +164,10 @@
"allRead": "Marked all notifications as read",
"claim_reward_balance_ok": "Reward balance claimed",
"fail": "Fail!",
"move": "Move",
"move_question": "Are you sure to move to drafts?",
"success_shared": "Your post succesfully 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!",

View File

@ -23,6 +23,7 @@
"comingsoon": "Leaderboard feature is coming soon!",
"notification": "Notifications",
"leaderboard": "Leaderboard",
"epoint": "Points",
"leaderboard_title": "Daily Top User",
"recent": "Recent",
"yesterday": "Yesterday",
@ -30,6 +31,19 @@
"this_month": "This Month",
"older_then": "Older Than A Month"
},
"points": {
"post": "Post",
"comment": "Comment",
"checkin": "Checki-in",
"post_title": "Points for post",
"comment_title": "Points for comment",
"vote_title": "Points for vote",
"reblog_title": "Points for reblog",
"login_title": "Points for login",
"checkin_title": "Points for usage",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!"
},
"messages": {
"comingsoon": "Messages feature is coming soon!"
},
@ -150,7 +164,10 @@
"allRead": "Marked all notifications as read",
"claim_reward_balance_ok": "Reward balance claimed",
"fail": "Fail!",
"move": "Move",
"move_question": "Are you sure to move to drafts?",
"success_shared": "Your post succesfully 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!",

View File

@ -23,6 +23,7 @@
"comingsoon": "Leaderboard feature is coming soon!",
"notification": "Notifications",
"leaderboard": "Leaderboard",
"epoint": "Points",
"leaderboard_title": "Daily Top User",
"recent": "Recent",
"yesterday": "Yesterday",
@ -30,6 +31,19 @@
"this_month": "This Month",
"older_then": "Older Than A Month"
},
"points": {
"post": "Post",
"comment": "Comment",
"checkin": "Checki-in",
"post_title": "Points for post",
"comment_title": "Points for comment",
"vote_title": "Points for vote",
"reblog_title": "Points for reblog",
"login_title": "Points for login",
"checkin_title": "Points for usage",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!"
},
"messages": {
"comingsoon": "Messages feature is coming soon!"
},
@ -150,7 +164,10 @@
"allRead": "Marked all notifications as read",
"claim_reward_balance_ok": "Reward balance claimed",
"fail": "Fail!",
"move": "Move",
"move_question": "Are you sure to move to drafts?",
"success_shared": "Your post succesfully 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!",

View File

@ -23,6 +23,7 @@
"comingsoon": "מאפיין לוח התוצאות יוצא להשקה בקרוב!",
"notification": "התראות",
"leaderboard": "לוח תוצאות",
"epoint": "נקודות",
"leaderboard_title": "המשתמשים המובילים היום",
"recent": "לאחרונה",
"yesterday": "אתמול",
@ -30,6 +31,19 @@
"this_month": "החודש הזה",
"older_then": "ישן יותר מחודש"
},
"points": {
"post": "פוסט",
"comment": "תגובה",
"checkin": "Checki-in",
"post_title": "נקודות עבור פוסט",
"comment_title": "נקודות עבור תגובה",
"vote_title": "נקודות עבור הצבעה",
"reblog_title": "נקודות עבור שיתוף",
"login_title": "נקודות עבור כניסה",
"checkin_title": "נקודות עבור שימוש",
"checkin_extra_title": "בונוס שימוש",
"no_activity": "No activity here!"
},
"messages": {
"comingsoon": "אפשרות ההודעות יוצאת בקרוב!"
},
@ -150,7 +164,10 @@
"allRead": "סימון כל ההודעות כנקראו",
"claim_reward_balance_ok": "תגמול יתרה נתקבלה",
"fail": "נכשל!",
"move": "הזזה",
"move_question": "את\/ה בטוח\/ה להעביר לטיוטות?",
"success_shared": "הפוסט שלך שותף בהצלחה",
"success_moved": "הועבר לטיוטות",
"permission_denied": "הרשאה נדחתה",
"permission_text": "אנא, שנה את ההרשאות לאפליקציית ה eSteem, דרך ההגדרות בטלפון.",
"success_rebloged": "שותף!",

View File

@ -23,6 +23,7 @@
"comingsoon": "अधिनायक पटल सुविधा जल्द आने वाली है!",
"notification": "अधिसूचनाएं",
"leaderboard": "अधिनायकपटल",
"epoint": "Points",
"leaderboard_title": "प्रत्येक दिन का सर्वोच्च प्रयोगकर्ता",
"recent": "ताजा",
"yesterday": "बीता कल",
@ -30,6 +31,19 @@
"this_month": "इस महीने",
"older_then": "एक महीना से अधिक पुराना"
},
"points": {
"post": "Post",
"comment": "Comment",
"checkin": "Checki-in",
"post_title": "Points for post",
"comment_title": "Points for comment",
"vote_title": "Points for vote",
"reblog_title": "Points for reblog",
"login_title": "Points for login",
"checkin_title": "Points for usage",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!"
},
"messages": {
"comingsoon": "सन्देश सुविधा जल्द आ रही है!"
},
@ -150,7 +164,10 @@
"allRead": "सभी सूचनाओं को पढ़ लिया चिन्हित करें",
"claim_reward_balance_ok": "इनाम की राशी ले चुके",
"fail": "असफल!",
"move": "हटाना",
"move_question": "क्या आप ड्राफ्ट में जाना सुनिश्चित करते हैं?",
"success_shared": "आपका पोस्ट सफलतापूर्ण साझा हो गया",
"success_moved": "ड्राफ्ट में ले जाया गया",
"permission_denied": "अनुमोदन अस्वीकृत हुवा",
"permission_text": "कृपया, अपने फ़ोन समायोजन में जाएँ और इस्टीम एप्प की अनुमोदन बदलें|",
"success_rebloged": "Rebloged!",

View File

@ -23,6 +23,7 @@
"comingsoon": "Rang lista dolazi uskoro!",
"notification": "Obavijesti",
"leaderboard": "Rang lista",
"epoint": "Points",
"leaderboard_title": "Dnevni top korisnik",
"recent": "Nedavno",
"yesterday": "Jučer",
@ -30,6 +31,19 @@
"this_month": "Ovaj Mjesec",
"older_then": "Starije od mjesec dana"
},
"points": {
"post": "Post",
"comment": "Comment",
"checkin": "Checki-in",
"post_title": "Points for post",
"comment_title": "Points for comment",
"vote_title": "Points for vote",
"reblog_title": "Points for reblog",
"login_title": "Points for login",
"checkin_title": "Points for usage",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!"
},
"messages": {
"comingsoon": "Značajka poruka dolazi uskoro!"
},
@ -150,7 +164,10 @@
"allRead": "Označi sve obavijesti kao pročitane",
"claim_reward_balance_ok": "Nagrada preuzeta",
"fail": "Nije uspjelo!",
"move": "Move",
"move_question": "Are you sure to move to drafts?",
"success_shared": "Vaša objava je uspješno podijeljena",
"success_moved": "Moved to draft",
"permission_denied": "Dopuštenje odbijeno",
"permission_text": "Molim vas, idite na postavke uređaja i promijenite dozvole za eSteem aplikaciju.",
"success_rebloged": "Rebloged!",

View File

@ -23,6 +23,7 @@
"comingsoon": "Ranglista funkció hamarosan érkezik!",
"notification": "Értesítések",
"leaderboard": "Ranglista",
"epoint": "Pontok",
"leaderboard_title": "Napi Top Felhasználók",
"recent": "Friss",
"yesterday": "Tegnap",
@ -30,6 +31,19 @@
"this_month": "Ebben a hónapban",
"older_then": "Egy Hónapnál Régebbi"
},
"points": {
"post": "Bejegyzés",
"comment": "Hozzászólás",
"checkin": "Checki-in",
"post_title": "Bejegyzés pontok",
"comment_title": "Hozzászólás pontok",
"vote_title": "Szavazási pontok",
"reblog_title": "Megosztási pontok",
"login_title": "Bejelentkezés pontok",
"checkin_title": "Használati pontok",
"checkin_extra_title": "Használati bónusz",
"no_activity": "No activity here!"
},
"messages": {
"comingsoon": "Üzenetek funkció hamarosan érkezik!"
},
@ -84,7 +98,7 @@
"always_warn": "Mindig figyelmeztess"
},
"feedback_success": "Email sikeresen megnyitva",
"feedback_fail": "Email client could not open"
"feedback_fail": "A levelezőprogram nem nyitható meg"
},
"voters": {
"voters_info": "Infó a szavazókról",
@ -150,7 +164,10 @@
"allRead": "Minden értesítés megjelölve olvasottként",
"claim_reward_balance_ok": "Jutalom egyenleg átvéve",
"fail": "Sikertelen!",
"move": "Áthelyezés",
"move_question": "Biztos, hogy áthelyezed a piszkozatokhoz?",
"success_shared": "A bejegyzésed sikeresen megosztva",
"success_moved": "Áthelyezve a vázlatokhoz",
"permission_denied": "Engedély megtagadva",
"permission_text": "Kérjük menj a telefon beállításokhoz és változtass az eSteem app engedélyezésein.",
"success_rebloged": "Megosztva!",
@ -230,6 +247,6 @@
"trending": "népszerű",
"reputation": "reputáció",
"votes": "szavazatok",
"age": "age"
"age": "időrend"
}
}

View File

@ -23,6 +23,7 @@
"comingsoon": "Leaderboard feature is coming soon!",
"notification": "Notifications",
"leaderboard": "Leaderboard",
"epoint": "Points",
"leaderboard_title": "Daily Top User",
"recent": "Recent",
"yesterday": "Yesterday",
@ -30,6 +31,19 @@
"this_month": "This Month",
"older_then": "Older Than A Month"
},
"points": {
"post": "Post",
"comment": "Comment",
"checkin": "Checki-in",
"post_title": "Points for post",
"comment_title": "Points for comment",
"vote_title": "Points for vote",
"reblog_title": "Points for reblog",
"login_title": "Points for login",
"checkin_title": "Points for usage",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!"
},
"messages": {
"comingsoon": "Messages feature is coming soon!"
},
@ -150,7 +164,10 @@
"allRead": "Marked all notifications as read",
"claim_reward_balance_ok": "Reward balance claimed",
"fail": "Fail!",
"move": "Move",
"move_question": "Are you sure to move to drafts?",
"success_shared": "Your post succesfully 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!",

View File

@ -23,6 +23,7 @@
"comingsoon": "Fungsi papan peringkat akan segera hadir!",
"notification": "Pemberitahuan",
"leaderboard": "Papan Peringkat",
"epoint": "Points",
"leaderboard_title": "Pengguna harian paling atas",
"recent": "Baru digunakan",
"yesterday": "Kemarin",
@ -30,6 +31,19 @@
"this_month": "Bulan ini",
"older_then": "Lebih Lama Dari Sebulan"
},
"points": {
"post": "Post",
"comment": "Comment",
"checkin": "Checki-in",
"post_title": "Points for post",
"comment_title": "Points for comment",
"vote_title": "Points for vote",
"reblog_title": "Points for reblog",
"login_title": "Points for login",
"checkin_title": "Points for usage",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!"
},
"messages": {
"comingsoon": "Fungsi pesan akan segera hadir!"
},
@ -150,7 +164,10 @@
"allRead": "Tandai semua pemberitahuan telah terbaca",
"claim_reward_balance_ok": "Hadiah di klaim",
"fail": "Gagal!",
"move": "Move",
"move_question": "Are you sure to move to drafts?",
"success_shared": "Tulisan anda berhasil dibagikan",
"success_moved": "Moved to draft",
"permission_denied": "Izin ditolak",
"permission_text": "Silakan buka pengaturan telepon dan ubah izin untuk aplikasi eSteem.",
"success_rebloged": "Rebloged!",

View File

@ -23,6 +23,7 @@
"comingsoon": "Leaderboard feature is coming soon!",
"notification": "Notifications",
"leaderboard": "Leaderboard",
"epoint": "Points",
"leaderboard_title": "Daily Top User",
"recent": "Recent",
"yesterday": "Yesterday",
@ -30,6 +31,19 @@
"this_month": "This Month",
"older_then": "Older Than A Month"
},
"points": {
"post": "Post",
"comment": "Comment",
"checkin": "Checki-in",
"post_title": "Points for post",
"comment_title": "Points for comment",
"vote_title": "Points for vote",
"reblog_title": "Points for reblog",
"login_title": "Points for login",
"checkin_title": "Points for usage",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!"
},
"messages": {
"comingsoon": "Messages feature is coming soon!"
},
@ -150,7 +164,10 @@
"allRead": "Marked all notifications as read",
"claim_reward_balance_ok": "Reward balance claimed",
"fail": "Fail!",
"move": "Move",
"move_question": "Are you sure to move to drafts?",
"success_shared": "Your post succesfully 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!",

View File

@ -23,6 +23,7 @@
"comingsoon": "La feature classifica arriverà presto!",
"notification": "Notifiche",
"leaderboard": "Classifica",
"epoint": "Points",
"leaderboard_title": "Top Utenti Giornalieri",
"recent": "Recenti",
"yesterday": "Ieri",
@ -30,6 +31,19 @@
"this_month": "Questo Mese",
"older_then": "Più Di Un Mese Fa"
},
"points": {
"post": "Post",
"comment": "Comment",
"checkin": "Checki-in",
"post_title": "Points for post",
"comment_title": "Points for comment",
"vote_title": "Points for vote",
"reblog_title": "Points for reblog",
"login_title": "Points for login",
"checkin_title": "Points for usage",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!"
},
"messages": {
"comingsoon": "La feature per i messaggi sta per arrivare!"
},
@ -150,7 +164,10 @@
"allRead": "Segna tutte le notifiche come lette",
"claim_reward_balance_ok": "Saldo Ricompensa Richiesto",
"fail": "Non riuscito!",
"move": "Move",
"move_question": "Are you sure to move to drafts?",
"success_shared": "Il tuo post è stato con successo condiviso",
"success_moved": "Moved to draft",
"permission_denied": "Permesso negato",
"permission_text": "Per favore, vai alle impostazioni del cellulare e modificare le autorizzazioni di eSteem app.",
"success_rebloged": "Rebloged!",

View File

@ -23,6 +23,7 @@
"comingsoon": "Leaderboard feature is coming soon!",
"notification": "Notifications",
"leaderboard": "Leaderboard",
"epoint": "Points",
"leaderboard_title": "Daily Top User",
"recent": "Recent",
"yesterday": "Yesterday",
@ -30,6 +31,19 @@
"this_month": "This Month",
"older_then": "Older Than A Month"
},
"points": {
"post": "Post",
"comment": "Comment",
"checkin": "Checki-in",
"post_title": "Points for post",
"comment_title": "Points for comment",
"vote_title": "Points for vote",
"reblog_title": "Points for reblog",
"login_title": "Points for login",
"checkin_title": "Points for usage",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!"
},
"messages": {
"comingsoon": "Messages feature is coming soon!"
},
@ -150,7 +164,10 @@
"allRead": "Marked all notifications as read",
"claim_reward_balance_ok": "Reward balance claimed",
"fail": "Fail!",
"move": "Move",
"move_question": "Are you sure to move to drafts?",
"success_shared": "Your post succesfully 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!",

View File

@ -23,6 +23,7 @@
"comingsoon": "Leaderboard feature is coming soon!",
"notification": "Notifications",
"leaderboard": "Leaderboard",
"epoint": "Points",
"leaderboard_title": "Daily Top User",
"recent": "Recent",
"yesterday": "Yesterday",
@ -30,6 +31,19 @@
"this_month": "This Month",
"older_then": "Older Than A Month"
},
"points": {
"post": "Post",
"comment": "Comment",
"checkin": "Checki-in",
"post_title": "Points for post",
"comment_title": "Points for comment",
"vote_title": "Points for vote",
"reblog_title": "Points for reblog",
"login_title": "Points for login",
"checkin_title": "Points for usage",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!"
},
"messages": {
"comingsoon": "Messages feature is coming soon!"
},
@ -150,7 +164,10 @@
"allRead": "Marked all notifications as read",
"claim_reward_balance_ok": "Reward balance claimed",
"fail": "Fail!",
"move": "Move",
"move_question": "Are you sure to move to drafts?",
"success_shared": "Your post succesfully 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!",

View File

@ -23,6 +23,7 @@
"comingsoon": "Leaderboard feature is coming soon!",
"notification": "Notifications",
"leaderboard": "Leaderboard",
"epoint": "Points",
"leaderboard_title": "Daily Top User",
"recent": "Recent",
"yesterday": "Yesterday",
@ -30,6 +31,19 @@
"this_month": "This Month",
"older_then": "Older Than A Month"
},
"points": {
"post": "Post",
"comment": "Comment",
"checkin": "Checki-in",
"post_title": "Points for post",
"comment_title": "Points for comment",
"vote_title": "Points for vote",
"reblog_title": "Points for reblog",
"login_title": "Points for login",
"checkin_title": "Points for usage",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!"
},
"messages": {
"comingsoon": "Messages feature is coming soon!"
},
@ -150,7 +164,10 @@
"allRead": "Marked all notifications as read",
"claim_reward_balance_ok": "Reward balance claimed",
"fail": "Fail!",
"move": "Move",
"move_question": "Are you sure to move to drafts?",
"success_shared": "Your post succesfully 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!",

View File

@ -23,6 +23,7 @@
"comingsoon": "순위표 기능은 곧 출시될 예정입니다!",
"notification": "알림",
"leaderboard": "순위표",
"epoint": "Points",
"leaderboard_title": "일별 상위 사용자",
"recent": "최근",
"yesterday": "어제",
@ -30,6 +31,19 @@
"this_month": "이번 달",
"older_then": "1 달 이상"
},
"points": {
"post": "Post",
"comment": "Comment",
"checkin": "Checki-in",
"post_title": "Points for post",
"comment_title": "Points for comment",
"vote_title": "Points for vote",
"reblog_title": "Points for reblog",
"login_title": "Points for login",
"checkin_title": "Points for usage",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!"
},
"messages": {
"comingsoon": "메시지 기능은 곧 출시될 예정입니다!"
},
@ -150,7 +164,10 @@
"allRead": "모든 알림을 읽은 상태로 표시",
"claim_reward_balance_ok": "보상을 요청했습니다",
"fail": "실패!",
"move": "Move",
"move_question": "Are you sure to move to drafts?",
"success_shared": "글을 성공적으로 공유했습니다",
"success_moved": "Moved to draft",
"permission_denied": "권한이 없습니다",
"permission_text": "휴대폰 설정으로 이동하여 eSteem 앱 알림 설정을 변경해주세요",
"success_rebloged": "리블로그 완료!",

View File

@ -23,6 +23,7 @@
"comingsoon": "Leaderboard feature is coming soon!",
"notification": "Notifications",
"leaderboard": "Leaderboard",
"epoint": "Points",
"leaderboard_title": "Daily Top User",
"recent": "Recent",
"yesterday": "Yesterday",
@ -30,6 +31,19 @@
"this_month": "This Month",
"older_then": "Older Than A Month"
},
"points": {
"post": "Post",
"comment": "Comment",
"checkin": "Checki-in",
"post_title": "Points for post",
"comment_title": "Points for comment",
"vote_title": "Points for vote",
"reblog_title": "Points for reblog",
"login_title": "Points for login",
"checkin_title": "Points for usage",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!"
},
"messages": {
"comingsoon": "Messages feature is coming soon!"
},
@ -150,7 +164,10 @@
"allRead": "Marked all notifications as read",
"claim_reward_balance_ok": "Reward balance claimed",
"fail": "Fail!",
"move": "Move",
"move_question": "Are you sure to move to drafts?",
"success_shared": "Your post succesfully 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!",

View File

@ -23,6 +23,7 @@
"comingsoon": "Leaderboard feature is coming soon!",
"notification": "Notifications",
"leaderboard": "Leaderboard",
"epoint": "Points",
"leaderboard_title": "Daily Top User",
"recent": "Recent",
"yesterday": "Yesterday",
@ -30,6 +31,19 @@
"this_month": "This Month",
"older_then": "Older Than A Month"
},
"points": {
"post": "Post",
"comment": "Comment",
"checkin": "Checki-in",
"post_title": "Points for post",
"comment_title": "Points for comment",
"vote_title": "Points for vote",
"reblog_title": "Points for reblog",
"login_title": "Points for login",
"checkin_title": "Points for usage",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!"
},
"messages": {
"comingsoon": "Messages feature is coming soon!"
},
@ -150,7 +164,10 @@
"allRead": "Marked all notifications as read",
"claim_reward_balance_ok": "Reward balance claimed",
"fail": "Fail!",
"move": "Move",
"move_question": "Are you sure to move to drafts?",
"success_shared": "Your post succesfully 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!",

View File

@ -23,6 +23,7 @@
"comingsoon": "Leaderboard feature is coming soon!",
"notification": "Notifications",
"leaderboard": "Leaderboard",
"epoint": "Points",
"leaderboard_title": "Daily Top User",
"recent": "Recent",
"yesterday": "Yesterday",
@ -30,6 +31,19 @@
"this_month": "This Month",
"older_then": "Older Than A Month"
},
"points": {
"post": "Post",
"comment": "Comment",
"checkin": "Checki-in",
"post_title": "Points for post",
"comment_title": "Points for comment",
"vote_title": "Points for vote",
"reblog_title": "Points for reblog",
"login_title": "Points for login",
"checkin_title": "Points for usage",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!"
},
"messages": {
"comingsoon": "Messages feature is coming soon!"
},
@ -150,7 +164,10 @@
"allRead": "Marked all notifications as read",
"claim_reward_balance_ok": "Reward balance claimed",
"fail": "Fail!",
"move": "Move",
"move_question": "Are you sure to move to drafts?",
"success_shared": "Your post succesfully 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!",

View File

@ -23,6 +23,7 @@
"comingsoon": "Lyderių lentelė jau greitai!",
"notification": "Pranešimai",
"leaderboard": "Lyderiai",
"epoint": "Points",
"leaderboard_title": "Dienos Top Vartotojas",
"recent": "Naujausi",
"yesterday": "Vakar",
@ -30,6 +31,19 @@
"this_month": "Šį mėnesį",
"older_then": "Senesni nei vieno mėnesio"
},
"points": {
"post": "Post",
"comment": "Comment",
"checkin": "Checki-in",
"post_title": "Points for post",
"comment_title": "Points for comment",
"vote_title": "Points for vote",
"reblog_title": "Points for reblog",
"login_title": "Points for login",
"checkin_title": "Points for usage",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!"
},
"messages": {
"comingsoon": "Žinučių funkcija jau greitai!"
},
@ -150,7 +164,10 @@
"allRead": "Pažymėti visus pranešimus kaip skaitytus",
"claim_reward_balance_ok": "Atlygis atsiimtas",
"fail": "Nepavyko!",
"move": "Move",
"move_question": "Are you sure to move to drafts?",
"success_shared": "Jūsų įrašas sėkmingai pasidalintas",
"success_moved": "Moved to draft",
"permission_denied": "Leidimas nesuteiktas",
"permission_text": "Prašome telefono nustatymuose pakeisti eSteem programėlės leidimus.",
"success_rebloged": "Rebloged!",

View File

@ -23,6 +23,7 @@
"comingsoon": "Leaderboard feature is coming soon!",
"notification": "Notifications",
"leaderboard": "Leaderboard",
"epoint": "Points",
"leaderboard_title": "Daily Top User",
"recent": "Recent",
"yesterday": "Yesterday",
@ -30,6 +31,19 @@
"this_month": "This Month",
"older_then": "Older Than A Month"
},
"points": {
"post": "Post",
"comment": "Comment",
"checkin": "Checki-in",
"post_title": "Points for post",
"comment_title": "Points for comment",
"vote_title": "Points for vote",
"reblog_title": "Points for reblog",
"login_title": "Points for login",
"checkin_title": "Points for usage",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!"
},
"messages": {
"comingsoon": "Messages feature is coming soon!"
},
@ -150,7 +164,10 @@
"allRead": "Marked all notifications as read",
"claim_reward_balance_ok": "Reward balance claimed",
"fail": "Fail!",
"move": "Move",
"move_question": "Are you sure to move to drafts?",
"success_shared": "Your post succesfully 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!",

View File

@ -23,6 +23,7 @@
"comingsoon": "Leaderboard feature is coming soon!",
"notification": "Notifications",
"leaderboard": "Leaderboard",
"epoint": "Points",
"leaderboard_title": "Daily Top User",
"recent": "Recent",
"yesterday": "Yesterday",
@ -30,6 +31,19 @@
"this_month": "This Month",
"older_then": "Older Than A Month"
},
"points": {
"post": "Post",
"comment": "Comment",
"checkin": "Checki-in",
"post_title": "Points for post",
"comment_title": "Points for comment",
"vote_title": "Points for vote",
"reblog_title": "Points for reblog",
"login_title": "Points for login",
"checkin_title": "Points for usage",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!"
},
"messages": {
"comingsoon": "Messages feature is coming soon!"
},
@ -150,7 +164,10 @@
"allRead": "Marked all notifications as read",
"claim_reward_balance_ok": "Reward balance claimed",
"fail": "Fail!",
"move": "Move",
"move_question": "Are you sure to move to drafts?",
"success_shared": "Your post succesfully 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!",

View File

@ -23,6 +23,7 @@
"comingsoon": "Leaderboard feature is coming soon!",
"notification": "Notifications",
"leaderboard": "Leaderboard",
"epoint": "Points",
"leaderboard_title": "Daily Top User",
"recent": "Recent",
"yesterday": "Yesterday",
@ -30,6 +31,19 @@
"this_month": "This Month",
"older_then": "Older Than A Month"
},
"points": {
"post": "Post",
"comment": "Comment",
"checkin": "Checki-in",
"post_title": "Points for post",
"comment_title": "Points for comment",
"vote_title": "Points for vote",
"reblog_title": "Points for reblog",
"login_title": "Points for login",
"checkin_title": "Points for usage",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!"
},
"messages": {
"comingsoon": "Messages feature is coming soon!"
},
@ -150,7 +164,10 @@
"allRead": "Marked all notifications as read",
"claim_reward_balance_ok": "Reward balance claimed",
"fail": "Fail!",
"move": "Move",
"move_question": "Are you sure to move to drafts?",
"success_shared": "Your post succesfully 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!",

View File

@ -23,6 +23,7 @@
"comingsoon": "Papan Pendahulu akan datang tidak lama lagi!",
"notification": "Pemberitahuan",
"leaderboard": "Papan Pendahulu",
"epoint": "Mata ganjaran",
"leaderboard_title": "Pengguna tertinggi harian",
"recent": "Terbaru",
"yesterday": "Semalam",
@ -30,6 +31,19 @@
"this_month": "Bulan Ini",
"older_then": "Lebih dari sebulan"
},
"points": {
"post": "Hantar",
"comment": "Komen",
"checkin": "Mata ganjaran -> dimasukkan",
"post_title": "Mata ganjaran -> post_title",
"comment_title": "Mata ganjaran -> comment_title",
"vote_title": "Mata ganjaran -> vote_title",
"reblog_title": "Mata ganjaran -> reblog_title",
"login_title": "Mata ganjaran log masuk",
"checkin_title": "Mata ganjaran kegunaan",
"checkin_extra_title": "Bonus kegunaan",
"no_activity": "No activity here!"
},
"messages": {
"comingsoon": "Ciri-ciri mesej yang akan datang tidak lama lagi!"
},
@ -150,7 +164,10 @@
"allRead": "Tandakan semua pemberitahuan sebagai telah dibaca",
"claim_reward_balance_ok": "Baki ganjaran telah dituntut",
"fail": "Gagal!",
"move": "Pindah",
"move_question": "Adakah anda pasti hendak mengalih ke Draf?",
"success_shared": "Pos anda berjaya disiarkan",
"success_moved": "Pindah kepada Draf",
"permission_denied": "Tidak dibenarkan",
"permission_text": "Sila pergi ke tetapan telefon dan mengubah keizinan keyakinan eSteem app.",
"success_rebloged": "Rebloged!",

View File

@ -23,6 +23,7 @@
"comingsoon": "Leaderboard feature is coming soon!",
"notification": "Notifications",
"leaderboard": "Leaderboard",
"epoint": "Points",
"leaderboard_title": "Daily Top User",
"recent": "Recent",
"yesterday": "Yesterday",
@ -30,6 +31,19 @@
"this_month": "This Month",
"older_then": "Older Than A Month"
},
"points": {
"post": "Post",
"comment": "Comment",
"checkin": "Checki-in",
"post_title": "Points for post",
"comment_title": "Points for comment",
"vote_title": "Points for vote",
"reblog_title": "Points for reblog",
"login_title": "Points for login",
"checkin_title": "Points for usage",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!"
},
"messages": {
"comingsoon": "Messages feature is coming soon!"
},
@ -150,7 +164,10 @@
"allRead": "Marked all notifications as read",
"claim_reward_balance_ok": "Reward balance claimed",
"fail": "Fail!",
"move": "Move",
"move_question": "Are you sure to move to drafts?",
"success_shared": "Your post succesfully 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!",

View File

@ -23,6 +23,7 @@
"comingsoon": "Scorebord komt binnenkort!",
"notification": "Notificaties",
"leaderboard": "Scorebord",
"epoint": "Points",
"leaderboard_title": "Dagelijkse Topgebruiker",
"recent": "Recent(e)",
"yesterday": "Gisteren",
@ -30,6 +31,19 @@
"this_month": "Deze maand",
"older_then": "Ouder dan een maand"
},
"points": {
"post": "Post",
"comment": "Comment",
"checkin": "Checki-in",
"post_title": "Points for post",
"comment_title": "Points for comment",
"vote_title": "Points for vote",
"reblog_title": "Points for reblog",
"login_title": "Points for login",
"checkin_title": "Points for usage",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!"
},
"messages": {
"comingsoon": "Berichtfunctie komt binnenkort!"
},
@ -150,7 +164,10 @@
"allRead": "Alle notificaties als gelezen markeren",
"claim_reward_balance_ok": "Beloningsbalans opgeëist",
"fail": "Mislukt!",
"move": "Move",
"move_question": "Are you sure to move to drafts?",
"success_shared": "Je bericht is succesvol gedeeld",
"success_moved": "Moved to draft",
"permission_denied": "Toegang geweigerd",
"permission_text": "Ga naar telefoon-instellingen, en wijzig de machtigingen van de eSteem-app.",
"success_rebloged": "Gedeeld!",

View File

@ -23,6 +23,7 @@
"comingsoon": "Leaderboard feature is coming soon!",
"notification": "Notifications",
"leaderboard": "Leaderboard",
"epoint": "Points",
"leaderboard_title": "Daily Top User",
"recent": "Recent",
"yesterday": "Yesterday",
@ -30,6 +31,19 @@
"this_month": "This Month",
"older_then": "Older Than A Month"
},
"points": {
"post": "Post",
"comment": "Comment",
"checkin": "Checki-in",
"post_title": "Points for post",
"comment_title": "Points for comment",
"vote_title": "Points for vote",
"reblog_title": "Points for reblog",
"login_title": "Points for login",
"checkin_title": "Points for usage",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!"
},
"messages": {
"comingsoon": "Messages feature is coming soon!"
},
@ -150,7 +164,10 @@
"allRead": "Marked all notifications as read",
"claim_reward_balance_ok": "Reward balance claimed",
"fail": "Fail!",
"move": "Move",
"move_question": "Are you sure to move to drafts?",
"success_shared": "Your post succesfully 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!",

View File

@ -23,6 +23,7 @@
"comingsoon": "Leaderboard feature is coming soon!",
"notification": "Notifications",
"leaderboard": "Leaderboard",
"epoint": "Points",
"leaderboard_title": "Daily Top User",
"recent": "Recent",
"yesterday": "Yesterday",
@ -30,6 +31,19 @@
"this_month": "This Month",
"older_then": "Older Than A Month"
},
"points": {
"post": "Post",
"comment": "Comment",
"checkin": "Checki-in",
"post_title": "Points for post",
"comment_title": "Points for comment",
"vote_title": "Points for vote",
"reblog_title": "Points for reblog",
"login_title": "Points for login",
"checkin_title": "Points for usage",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!"
},
"messages": {
"comingsoon": "Messages feature is coming soon!"
},
@ -150,7 +164,10 @@
"allRead": "Marked all notifications as read",
"claim_reward_balance_ok": "Reward balance claimed",
"fail": "Fail!",
"move": "Move",
"move_question": "Are you sure to move to drafts?",
"success_shared": "Your post succesfully 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!",

View File

@ -23,6 +23,7 @@
"comingsoon": "Leaderboard dey come soon!",
"notification": "Alerts",
"leaderboard": "Leaderboard",
"epoint": "Points",
"leaderboard_title": "People Wey Dey Top Today",
"recent": "Latest",
"yesterday": "Yesterday",
@ -30,6 +31,19 @@
"this_month": "This Month",
"older_then": "E don pass one month"
},
"points": {
"post": "Post",
"comment": "Comment",
"checkin": "Checki-in",
"post_title": "Points for post",
"comment_title": "Points for comment",
"vote_title": "Points for vote",
"reblog_title": "Points for reblog",
"login_title": "Points for login",
"checkin_title": "Points for usage",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!"
},
"messages": {
"comingsoon": "Option for messages go soon come!"
},
@ -150,7 +164,10 @@
"allRead": "Mark am say you don read all the alert",
"claim_reward_balance_ok": "You don collect the reward",
"fail": "E Fail oo!",
"move": "Move",
"move_question": "Are you sure to move to drafts?",
"success_shared": "Your post don share finish",
"success_moved": "Moved to draft",
"permission_denied": "E no gree do",
"permission_text": "Abeg go your phone settings go change eSteem app permissions. ",
"success_rebloged": "E don reblog!",

View File

@ -23,6 +23,7 @@
"comingsoon": "Leaderboard feature is coming soon!",
"notification": "Notifications",
"leaderboard": "Leaderboard",
"epoint": "Points",
"leaderboard_title": "Daily Top User",
"recent": "Recent",
"yesterday": "Yesterday",
@ -30,6 +31,19 @@
"this_month": "This Month",
"older_then": "Older Than A Month"
},
"points": {
"post": "Post",
"comment": "Comment",
"checkin": "Checki-in",
"post_title": "Points for post",
"comment_title": "Points for comment",
"vote_title": "Points for vote",
"reblog_title": "Points for reblog",
"login_title": "Points for login",
"checkin_title": "Points for usage",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!"
},
"messages": {
"comingsoon": "Messages feature is coming soon!"
},
@ -150,7 +164,10 @@
"allRead": "Marked all notifications as read",
"claim_reward_balance_ok": "Reward balance claimed",
"fail": "Fail!",
"move": "Move",
"move_question": "Are you sure to move to drafts?",
"success_shared": "Your post succesfully 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!",

View File

@ -23,6 +23,7 @@
"comingsoon": "Quadro de Líderes em Breve!",
"notification": "Notificações",
"leaderboard": "Quadro de Liderança",
"epoint": "Points",
"leaderboard_title": "Usuário do Topo Hoje",
"recent": "Recente",
"yesterday": "Ontem",
@ -30,6 +31,19 @@
"this_month": "Este Mês",
"older_then": "Com mais de um mês"
},
"points": {
"post": "Post",
"comment": "Comment",
"checkin": "Checki-in",
"post_title": "Points for post",
"comment_title": "Points for comment",
"vote_title": "Points for vote",
"reblog_title": "Points for reblog",
"login_title": "Points for login",
"checkin_title": "Points for usage",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!"
},
"messages": {
"comingsoon": "Recurso de mensagens chega em breve!"
},
@ -150,7 +164,10 @@
"allRead": "Marcar todas as notificações como lidas",
"claim_reward_balance_ok": "Balanço de Recompensa reclamado",
"fail": "Falha!",
"move": "Mover",
"move_question": "Tem certeza que deseja mover para rascunhos?",
"success_shared": "Seu post partilhado com sucesso",
"success_moved": "Movido para Rascunhos",
"permission_denied": "Permissão negada",
"permission_text": "Por favor, vá para configurações de telefone e alterar as permissões da app Steem.",
"success_rebloged": "Reblogado!",

View File

@ -19,10 +19,11 @@
"unfollow": "a anulat urmărirea",
"ignore": "te-a ignorat",
"reblog": "a redistribuit postarea ta",
"transfer": "transfered steem",
"transfer": "steem transferat",
"comingsoon": "Clasamentul va fi disponibil în curând!",
"notification": "Notificări",
"leaderboard": "Clasament",
"epoint": "Puncte",
"leaderboard_title": "Utilizatori de Top Zilnic",
"recent": "Recent",
"yesterday": "Ieri",
@ -30,6 +31,19 @@
"this_month": "Luna Aceasta",
"older_then": "Mai vechi de o lună"
},
"points": {
"post": "Postare",
"comment": "Comentariu",
"checkin": "Checki-in",
"post_title": "Puncte pentru postare",
"comment_title": "Puncte pentru comentariu",
"vote_title": "Puncte pentru vot",
"reblog_title": "Puncte pentru reblog",
"login_title": "Puncte pentru autentificare",
"checkin_title": "Puncte pentru utilizare",
"checkin_extra_title": "Bonus de utilizare",
"no_activity": "No activity here!"
},
"messages": {
"comingsoon": "Funcția mesaje va fi disponibilă in curând!"
},
@ -58,33 +72,33 @@
},
"settings": {
"settings": "Setări",
"general": "General",
"general": "Generale",
"currency": "Monedă",
"language": "Limbă",
"server": "Server",
"dark_theme": "Tema întunecată",
"push_notification": "Notificări",
"notification": {
"follow": "Follow",
"vote": "Vote",
"comment": "Comment",
"mention": "Mention",
"follow": "Urmăriri",
"vote": "Vot",
"comment": "Comentarii",
"mention": "Menționări",
"reblog": "Reblog",
"transfers": "Transfers"
"transfers": "Transferuri"
},
"pincode": "Pincode",
"reset": "Resetare",
"nsfw_content": "Conținut NSFW",
"send_feedback": "Send Feedback",
"send": "Send",
"default_footer": "Default Footer",
"send_feedback": "Trimite Feedback",
"send": "Trimite",
"default_footer": "Subsol implicit",
"nsfw": {
"always_show": "Afisează întotdeauna",
"always_hide": "Ascunde întotdeauna",
"always_warn": "Avertizează întotdeauna"
},
"feedback_success": "Email successfully open",
"feedback_fail": "Email client could not open"
"feedback_success": "E-mail deschis cu succes",
"feedback_fail": "Email-ul nu a putut fi accesat"
},
"voters": {
"voters_info": "Detalii votanți",
@ -150,14 +164,17 @@
"allRead": "Marchează toate notificările ca citite",
"claim_reward_balance_ok": "Sold de recompensă colectat",
"fail": "Eșuat!",
"move": "Mută",
"move_question": "Esti sigur că vrei să muți la schițe?",
"success_shared": "Postarea ta a fost distribuită cu succes",
"success_moved": "Mutat la schițe",
"permission_denied": "Permisiune respinsă",
"permission_text": "Te rugăm să mergi în setările telefonului și să schimbi permisiunile aplicației eSteem.",
"success_rebloged": "Rebloged!",
"already_rebloged": "Ai redistribuit postarea deja!",
"warning": "Atenționare",
"invalid_pincode": "Invalid pin code, please check and try again.",
"remove_alert": "Are you sure want to remove?",
"remove_alert": "Esti sigur că vrei să ștergi?",
"clear_alert": "Ești sigur că vrei să ștergi?",
"clear_user_alert": "Esti sigur că vrei să ștergi toate datele?",
"clear": "Șterge",

View File

@ -23,6 +23,7 @@
"comingsoon": "Доска Лидерства будет здесь!",
"notification": "Уведомления",
"leaderboard": "Лидеры",
"epoint": "Points",
"leaderboard_title": "Доска Лидерства",
"recent": "Недавно",
"yesterday": "Вчера",
@ -30,6 +31,19 @@
"this_month": "В этом месяце",
"older_then": "Давно"
},
"points": {
"post": "Post",
"comment": "Comment",
"checkin": "Checki-in",
"post_title": "Points for post",
"comment_title": "Points for comment",
"vote_title": "Points for vote",
"reblog_title": "Points for reblog",
"login_title": "Points for login",
"checkin_title": "Points for usage",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!"
},
"messages": {
"comingsoon": "Здесь будут сообщения!"
},
@ -150,7 +164,10 @@
"allRead": "Всё прочтено",
"claim_reward_balance_ok": "Награда зачислена на баланс",
"fail": "Не вышло!",
"move": "Move",
"move_question": "Are you sure to move to drafts?",
"success_shared": "Ваш пост отправлен",
"success_moved": "Moved to draft",
"permission_denied": "Не достаточно разрешений",
"permission_text": "Пожалуйста перейдите в настройки телефона и выдайте разрешения для eSteem",
"success_rebloged": "Репостнуто!",

View File

@ -23,6 +23,7 @@
"comingsoon": "Leaderboard feature is coming soon!",
"notification": "Notifications",
"leaderboard": "Leaderboard",
"epoint": "Points",
"leaderboard_title": "Daily Top User",
"recent": "Recent",
"yesterday": "Yesterday",
@ -30,6 +31,19 @@
"this_month": "This Month",
"older_then": "Older Than A Month"
},
"points": {
"post": "Post",
"comment": "Comment",
"checkin": "Checki-in",
"post_title": "Points for post",
"comment_title": "Points for comment",
"vote_title": "Points for vote",
"reblog_title": "Points for reblog",
"login_title": "Points for login",
"checkin_title": "Points for usage",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!"
},
"messages": {
"comingsoon": "Messages feature is coming soon!"
},
@ -150,7 +164,10 @@
"allRead": "Marked all notifications as read",
"claim_reward_balance_ok": "Reward balance claimed",
"fail": "Fail!",
"move": "Move",
"move_question": "Are you sure to move to drafts?",
"success_shared": "Your post succesfully 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!",

View File

@ -23,6 +23,7 @@
"comingsoon": "Leaderboard feature is coming soon!",
"notification": "Notifications",
"leaderboard": "Leaderboard",
"epoint": "Points",
"leaderboard_title": "Daily Top User",
"recent": "Recent",
"yesterday": "Yesterday",
@ -30,6 +31,19 @@
"this_month": "This Month",
"older_then": "Older Than A Month"
},
"points": {
"post": "Post",
"comment": "Comment",
"checkin": "Checki-in",
"post_title": "Points for post",
"comment_title": "Points for comment",
"vote_title": "Points for vote",
"reblog_title": "Points for reblog",
"login_title": "Points for login",
"checkin_title": "Points for usage",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!"
},
"messages": {
"comingsoon": "Messages feature is coming soon!"
},
@ -150,7 +164,10 @@
"allRead": "Marked all notifications as read",
"claim_reward_balance_ok": "Reward balance claimed",
"fail": "Fail!",
"move": "Move",
"move_question": "Are you sure to move to drafts?",
"success_shared": "Your post succesfully 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!",

View File

@ -23,6 +23,7 @@
"comingsoon": "Leaderboard feature is coming soon!",
"notification": "Notifications",
"leaderboard": "Leaderboard",
"epoint": "Points",
"leaderboard_title": "Daily Top User",
"recent": "Recent",
"yesterday": "Yesterday",
@ -30,6 +31,19 @@
"this_month": "This Month",
"older_then": "Older Than A Month"
},
"points": {
"post": "Post",
"comment": "Comment",
"checkin": "Checki-in",
"post_title": "Points for post",
"comment_title": "Points for comment",
"vote_title": "Points for vote",
"reblog_title": "Points for reblog",
"login_title": "Points for login",
"checkin_title": "Points for usage",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!"
},
"messages": {
"comingsoon": "Messages feature is coming soon!"
},
@ -150,7 +164,10 @@
"allRead": "Marked all notifications as read",
"claim_reward_balance_ok": "Reward balance claimed",
"fail": "Fail!",
"move": "Move",
"move_question": "Are you sure to move to drafts?",
"success_shared": "Your post succesfully 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!",

View File

@ -23,6 +23,7 @@
"comingsoon": "Leaderboard feature is coming soon!",
"notification": "Notifications",
"leaderboard": "Leaderboard",
"epoint": "Points",
"leaderboard_title": "Daily Top User",
"recent": "Recent",
"yesterday": "Yesterday",
@ -30,6 +31,19 @@
"this_month": "This Month",
"older_then": "Older Than A Month"
},
"points": {
"post": "Post",
"comment": "Comment",
"checkin": "Checki-in",
"post_title": "Points for post",
"comment_title": "Points for comment",
"vote_title": "Points for vote",
"reblog_title": "Points for reblog",
"login_title": "Points for login",
"checkin_title": "Points for usage",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!"
},
"messages": {
"comingsoon": "Messages feature is coming soon!"
},
@ -150,7 +164,10 @@
"allRead": "Marked all notifications as read",
"claim_reward_balance_ok": "Reward balance claimed",
"fail": "Fail!",
"move": "Move",
"move_question": "Are you sure to move to drafts?",
"success_shared": "Your post succesfully 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!",

View File

@ -23,6 +23,7 @@
"comingsoon": "Rang lista dolazi uskoro!",
"notification": "Obaveštenja",
"leaderboard": "Rang lista",
"epoint": "Points",
"leaderboard_title": "Najbolji korisnici na dnevnom nivou",
"recent": "Nedavno",
"yesterday": "Juče",
@ -30,6 +31,19 @@
"this_month": "Ovaj mesec",
"older_then": "Stariji od mesec dana"
},
"points": {
"post": "Post",
"comment": "Comment",
"checkin": "Checki-in",
"post_title": "Points for post",
"comment_title": "Points for comment",
"vote_title": "Points for vote",
"reblog_title": "Points for reblog",
"login_title": "Points for login",
"checkin_title": "Points for usage",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!"
},
"messages": {
"comingsoon": "Slanje poruka će uskoro biti u funkciji!"
},
@ -150,7 +164,10 @@
"allRead": "Sva obaveštenja su označena kao pročitana",
"claim_reward_balance_ok": "Potvrđeni bilans nagrade",
"fail": "Nije uspelo!",
"move": "Move",
"move_question": "Are you sure to move to drafts?",
"success_shared": "Uspešno ste podelili post",
"success_moved": "Moved to draft",
"permission_denied": "Pristup odbijen",
"permission_text": "Molimo, idite na podešavanja telefona i promenite ovlašćenja za eSteem aplikaciju.",
"success_rebloged": "Podeljeno!",

View File

@ -23,6 +23,7 @@
"comingsoon": "Leaderboard feature is coming soon!",
"notification": "Notifications",
"leaderboard": "Leaderboard",
"epoint": "Points",
"leaderboard_title": "Daily Top User",
"recent": "Recent",
"yesterday": "Yesterday",
@ -30,6 +31,19 @@
"this_month": "This Month",
"older_then": "Older Than A Month"
},
"points": {
"post": "Post",
"comment": "Comment",
"checkin": "Checki-in",
"post_title": "Points for post",
"comment_title": "Points for comment",
"vote_title": "Points for vote",
"reblog_title": "Points for reblog",
"login_title": "Points for login",
"checkin_title": "Points for usage",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!"
},
"messages": {
"comingsoon": "Messages feature is coming soon!"
},
@ -150,7 +164,10 @@
"allRead": "Marked all notifications as read",
"claim_reward_balance_ok": "Reward balance claimed",
"fail": "Fail!",
"move": "Move",
"move_question": "Are you sure to move to drafts?",
"success_shared": "Your post succesfully 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!",

View File

@ -23,6 +23,7 @@
"comingsoon": "Leaderboard feature is coming soon!",
"notification": "Notifications",
"leaderboard": "Leaderboard",
"epoint": "Points",
"leaderboard_title": "Daily Top User",
"recent": "Recent",
"yesterday": "Yesterday",
@ -30,6 +31,19 @@
"this_month": "This Month",
"older_then": "Older Than A Month"
},
"points": {
"post": "Post",
"comment": "Comment",
"checkin": "Checki-in",
"post_title": "Points for post",
"comment_title": "Points for comment",
"vote_title": "Points for vote",
"reblog_title": "Points for reblog",
"login_title": "Points for login",
"checkin_title": "Points for usage",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!"
},
"messages": {
"comingsoon": "Messages feature is coming soon!"
},
@ -150,7 +164,10 @@
"allRead": "Marked all notifications as read",
"claim_reward_balance_ok": "Reward balance claimed",
"fail": "Fail!",
"move": "Move",
"move_question": "Are you sure to move to drafts?",
"success_shared": "Your post succesfully 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!",

View File

@ -23,6 +23,7 @@
"comingsoon": "Leaderboard feature is coming soon!",
"notification": "Notifications",
"leaderboard": "Leaderboard",
"epoint": "Points",
"leaderboard_title": "Daily Top User",
"recent": "Recent",
"yesterday": "Yesterday",
@ -30,6 +31,19 @@
"this_month": "This Month",
"older_then": "This Week"
},
"points": {
"post": "Post",
"comment": "Comment",
"checkin": "Checki-in",
"post_title": "Points for post",
"comment_title": "Points for comment",
"vote_title": "Points for vote",
"reblog_title": "Points for reblog",
"login_title": "Points for login",
"checkin_title": "Points for usage",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!"
},
"messages": {
"comingsoon": "விரைவில் வரும் செய்திகளை அம்சம்!"
},
@ -150,7 +164,10 @@
"allRead": "Marked all notifications as read",
"claim_reward_balance_ok": "Reward balance claimed",
"fail": "Fail!",
"move": "Move",
"move_question": "Are you sure to move to drafts?",
"success_shared": "Your post succesfully 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!",

View File

@ -23,6 +23,7 @@
"comingsoon": "Leaderboard feature is coming soon!",
"notification": "Notifications",
"leaderboard": "Leaderboard",
"epoint": "Points",
"leaderboard_title": "Daily Top User",
"recent": "Recent",
"yesterday": "Yesterday",
@ -30,6 +31,19 @@
"this_month": "This Month",
"older_then": "Older Than A Month"
},
"points": {
"post": "Post",
"comment": "Comment",
"checkin": "Checki-in",
"post_title": "Points for post",
"comment_title": "Points for comment",
"vote_title": "Points for vote",
"reblog_title": "Points for reblog",
"login_title": "Points for login",
"checkin_title": "Points for usage",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!"
},
"messages": {
"comingsoon": "Messages feature is coming soon!"
},
@ -150,7 +164,10 @@
"allRead": "Marked all notifications as read",
"claim_reward_balance_ok": "Reward balance claimed",
"fail": "Fail!",
"move": "Move",
"move_question": "Are you sure to move to drafts?",
"success_shared": "Your post succesfully 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!",

View File

@ -23,6 +23,7 @@
"comingsoon": "Leaderboard feature is coming soon!",
"notification": "Notifications",
"leaderboard": "Leaderboard",
"epoint": "Points",
"leaderboard_title": "Daily Top User",
"recent": "Recent",
"yesterday": "Yesterday",
@ -30,6 +31,19 @@
"this_month": "This Month",
"older_then": "Older Than A Month"
},
"points": {
"post": "Post",
"comment": "Comment",
"checkin": "Checki-in",
"post_title": "Points for post",
"comment_title": "Points for comment",
"vote_title": "Points for vote",
"reblog_title": "Points for reblog",
"login_title": "Points for login",
"checkin_title": "Points for usage",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!"
},
"messages": {
"comingsoon": "Messages feature is coming soon!"
},
@ -150,7 +164,10 @@
"allRead": "Marked all notifications as read",
"claim_reward_balance_ok": "Reward balance claimed",
"fail": "Fail!",
"move": "Move",
"move_question": "Are you sure to move to drafts?",
"success_shared": "Your post succesfully 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!",

View File

@ -23,6 +23,7 @@
"comingsoon": "Leaderboard feature is coming soon!",
"notification": "Notifications",
"leaderboard": "Leaderboard",
"epoint": "Points",
"leaderboard_title": "Daily Top User",
"recent": "Recent",
"yesterday": "Yesterday",
@ -30,6 +31,19 @@
"this_month": "This Month",
"older_then": "Older Than A Month"
},
"points": {
"post": "Post",
"comment": "Comment",
"checkin": "Checki-in",
"post_title": "Points for post",
"comment_title": "Points for comment",
"vote_title": "Points for vote",
"reblog_title": "Points for reblog",
"login_title": "Points for login",
"checkin_title": "Points for usage",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!"
},
"messages": {
"comingsoon": "Messages feature is coming soon!"
},
@ -150,7 +164,10 @@
"allRead": "Marked all notifications as read",
"claim_reward_balance_ok": "Reward balance claimed",
"fail": "Fail!",
"move": "Move",
"move_question": "Are you sure to move to drafts?",
"success_shared": "Your post succesfully 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!",

View File

@ -23,6 +23,7 @@
"comingsoon": "Liderler tablosu yakında burada!",
"notification": "Bildirimler",
"leaderboard": "Liderler Tablosu",
"epoint": "Points",
"leaderboard_title": "Günlük lider kullanıcılar",
"recent": "Geçen",
"yesterday": "Dün",
@ -30,6 +31,19 @@
"this_month": "Bu Ay",
"older_then": "Bir Aydan Daha Önce"
},
"points": {
"post": "Post",
"comment": "Comment",
"checkin": "Checki-in",
"post_title": "Points for post",
"comment_title": "Points for comment",
"vote_title": "Points for vote",
"reblog_title": "Points for reblog",
"login_title": "Points for login",
"checkin_title": "Points for usage",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!"
},
"messages": {
"comingsoon": "Mesajlar yakinda burada!"
},
@ -150,7 +164,10 @@
"allRead": "Tüm bildirimleri okundu olarak işaretle",
"claim_reward_balance_ok": "Ödül alındı",
"fail": "Başarısız!",
"move": "Taşı",
"move_question": "Taslaklara taşıyacağınızdan emin misiniz?",
"success_shared": "Gönderin başarıyla paylaşıldı",
"success_moved": "Taslağa taşındı",
"permission_denied": "İzin reddedildi",
"permission_text": "Lütfen telefon ayarlarına gidin ve eSteem'in izinlerini açın.",
"success_rebloged": "Rebloged!",

View File

@ -23,6 +23,7 @@
"comingsoon": "Leaderboard feature is coming soon!",
"notification": "Notifications",
"leaderboard": "Leaderboard",
"epoint": "Points",
"leaderboard_title": "Daily Top User",
"recent": "Recent",
"yesterday": "Yesterday",
@ -30,6 +31,19 @@
"this_month": "This Month",
"older_then": "Older Than A Month"
},
"points": {
"post": "Post",
"comment": "Comment",
"checkin": "Checki-in",
"post_title": "Points for post",
"comment_title": "Points for comment",
"vote_title": "Points for vote",
"reblog_title": "Points for reblog",
"login_title": "Points for login",
"checkin_title": "Points for usage",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!"
},
"messages": {
"comingsoon": "Messages feature is coming soon!"
},
@ -150,7 +164,10 @@
"allRead": "Marked all notifications as read",
"claim_reward_balance_ok": "Reward balance claimed",
"fail": "Fail!",
"move": "Move",
"move_question": "Are you sure to move to drafts?",
"success_shared": "Your post succesfully 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!",

View File

@ -23,6 +23,7 @@
"comingsoon": "Leaderboard feature is coming soon!",
"notification": "Notifications",
"leaderboard": "Leaderboard",
"epoint": "Points",
"leaderboard_title": "Daily Top User",
"recent": "Recent",
"yesterday": "Yesterday",
@ -30,6 +31,19 @@
"this_month": "This Month",
"older_then": "Older Than A Month"
},
"points": {
"post": "Post",
"comment": "Comment",
"checkin": "Checki-in",
"post_title": "Points for post",
"comment_title": "Points for comment",
"vote_title": "Points for vote",
"reblog_title": "Points for reblog",
"login_title": "Points for login",
"checkin_title": "Points for usage",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!"
},
"messages": {
"comingsoon": "Messages feature is coming soon!"
},
@ -150,7 +164,10 @@
"allRead": "Marked all notifications as read",
"claim_reward_balance_ok": "Reward balance claimed",
"fail": "Fail!",
"move": "Move",
"move_question": "Are you sure to move to drafts?",
"success_shared": "Your post succesfully shared",
"success_moved": "Moved to draft",
"permission_denied": "Permission denied",
"permission_text": "Please, go to phone Settings and change eSteem app permissions.",
"success_rebloged": "Reblogged!",

View File

@ -23,6 +23,7 @@
"comingsoon": "Leaderboard feature is coming soon!",
"notification": "Notifications",
"leaderboard": "Leaderboard",
"epoint": "Points",
"leaderboard_title": "Daily Top User",
"recent": "Recent",
"yesterday": "Yesterday",
@ -30,6 +31,19 @@
"this_month": "This Month",
"older_then": "Older Than A Month"
},
"points": {
"post": "Post",
"comment": "Comment",
"checkin": "Checki-in",
"post_title": "Points for post",
"comment_title": "Points for comment",
"vote_title": "Points for vote",
"reblog_title": "Points for reblog",
"login_title": "Points for login",
"checkin_title": "Points for usage",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!"
},
"messages": {
"comingsoon": "Messages feature is coming soon!"
},
@ -150,7 +164,10 @@
"allRead": "Marked all notifications as read",
"claim_reward_balance_ok": "Reward balance claimed",
"fail": "Fail!",
"move": "Move",
"move_question": "Are you sure to move to drafts?",
"success_shared": "Your post succesfully shared",
"success_moved": "Moved to draft",
"permission_denied": "Permission denied",
"permission_text": "Please, go to phone Settings and change eSteem app permissions.",
"success_rebloged": "Reblogged!",

View File

@ -23,6 +23,7 @@
"comingsoon": "Leaderboard feature is coming soon!",
"notification": "Notifications",
"leaderboard": "Leaderboard",
"epoint": "Points",
"leaderboard_title": "Daily Top User",
"recent": "Recent",
"yesterday": "Yesterday",
@ -30,6 +31,19 @@
"this_month": "This Month",
"older_then": "Older Than A Month"
},
"points": {
"post": "Post",
"comment": "Comment",
"checkin": "Checki-in",
"post_title": "Points for post",
"comment_title": "Points for comment",
"vote_title": "Points for vote",
"reblog_title": "Points for reblog",
"login_title": "Points for login",
"checkin_title": "Points for usage",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!"
},
"messages": {
"comingsoon": "Messages feature is coming soon!"
},
@ -150,7 +164,10 @@
"allRead": "Marked all notifications as read",
"claim_reward_balance_ok": "Reward balance claimed",
"fail": "Fail!",
"move": "Move",
"move_question": "Are you sure to move to drafts?",
"success_shared": "Your post succesfully 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!",

View File

@ -23,6 +23,7 @@
"comingsoon": "Sắp có tính năng bảng xếp hạng!",
"notification": "Thông báo",
"leaderboard": "Bảng xếp hạng",
"epoint": "Points",
"leaderboard_title": "Người dùng tiêu biểu hàng ngày",
"recent": "Gần đây",
"yesterday": "Hôm qua",
@ -30,6 +31,19 @@
"this_month": "Tháng này",
"older_then": "Cách đây hơn 1 tháng"
},
"points": {
"post": "Post",
"comment": "Comment",
"checkin": "Checki-in",
"post_title": "Points for post",
"comment_title": "Points for comment",
"vote_title": "Points for vote",
"reblog_title": "Points for reblog",
"login_title": "Points for login",
"checkin_title": "Points for usage",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!"
},
"messages": {
"comingsoon": "Tính năng tin nhắn sẽ được cập nhật sớm!"
},
@ -150,7 +164,10 @@
"allRead": "Đã đánh dấu tất cả các thông báo là đã đọc",
"claim_reward_balance_ok": "Số dư tiền thưởng đã được nhận",
"fail": "Thất bại!",
"move": "Move",
"move_question": "Are you sure to move to drafts?",
"success_shared": "Bài viết của bạn đã được chia sẻ thành công",
"success_moved": "Moved to draft",
"permission_denied": "Quyền truy cập bị từ chối",
"permission_text": "Vui lòng mở cài đặt điện thoại và thay đổi quyền truy cập cho ứng dụng eSteem.",
"success_rebloged": "Đã đăng lại bài viết!",

View File

@ -23,6 +23,7 @@
"comingsoon": "Eto ifihan awon asiwaju n bo lona!",
"notification": "Awon Akiyesi",
"leaderboard": "Ate asiwaju",
"epoint": "Points",
"leaderboard_title": "Olori ojumo",
"recent": "Ai pe",
"yesterday": "Ana",
@ -30,6 +31,19 @@
"this_month": "Osu yi",
"older_then": "Ti koja osu kan"
},
"points": {
"post": "Post",
"comment": "Comment",
"checkin": "Checki-in",
"post_title": "Points for post",
"comment_title": "Points for comment",
"vote_title": "Points for vote",
"reblog_title": "Points for reblog",
"login_title": "Points for login",
"checkin_title": "Points for usage",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!"
},
"messages": {
"comingsoon": "Eto sise ateranse nbo lona!"
},
@ -150,7 +164,10 @@
"allRead": "Gba pe oti ka gbogbo akiyesi",
"claim_reward_balance_ok": "Awon ere ti di gbigba",
"fail": "Ko yori!",
"move": "Move",
"move_question": "Are you sure to move to drafts?",
"success_shared": "Oro akosile re ti di titan ka",
"success_moved": "Moved to draft",
"permission_denied": "Ko ase fun",
"permission_text": "Jowo, Losi ibi iseto ero ilewo re, ki o si se atunse awon ase to fun eSteem app.",
"success_rebloged": "Oti se eda oro yi!",

View File

@ -23,6 +23,7 @@
"comingsoon": "即将推出排行榜!",
"notification": "通知",
"leaderboard": "排行榜",
"epoint": "Points",
"leaderboard_title": "每日最高排名用户",
"recent": "最近",
"yesterday": "昨天",
@ -30,6 +31,19 @@
"this_month": "本月",
"older_then": "一个月前"
},
"points": {
"post": "Post",
"comment": "Comment",
"checkin": "Checki-in",
"post_title": "Points for post",
"comment_title": "Points for comment",
"vote_title": "Points for vote",
"reblog_title": "Points for reblog",
"login_title": "Points for login",
"checkin_title": "Points for usage",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!"
},
"messages": {
"comingsoon": "即将推出消息功能!"
},
@ -150,7 +164,10 @@
"allRead": "已将所有通知标为已读",
"claim_reward_balance_ok": "奖励余额已领取",
"fail": "失败!",
"move": "Move",
"move_question": "Are you sure to move to drafts?",
"success_shared": "您的帖子已成功分享",
"success_moved": "Moved to draft",
"permission_denied": "无权限",
"permission_text": "请前往手机设置更改 eSteem 应用程序权限。",
"success_rebloged": "Rebloged!",

View File

@ -23,6 +23,7 @@
"comingsoon": "即將推出排行榜功能!",
"notification": "通知",
"leaderboard": "排行榜",
"epoint": "Points",
"leaderboard_title": "每日最高排名用戶",
"recent": "最新",
"yesterday": "昨天",
@ -30,6 +31,19 @@
"this_month": "本月",
"older_then": "一個月前"
},
"points": {
"post": "Post",
"comment": "Comment",
"checkin": "Checki-in",
"post_title": "Points for post",
"comment_title": "Points for comment",
"vote_title": "Points for vote",
"reblog_title": "Points for reblog",
"login_title": "Points for login",
"checkin_title": "Points for usage",
"checkin_extra_title": "Usage bonus",
"no_activity": "No activity here!"
},
"messages": {
"comingsoon": "即將推出消息功能!"
},
@ -150,7 +164,10 @@
"allRead": "標記所有通知為已讀",
"claim_reward_balance_ok": "獎勵餘額已經領取",
"fail": "失敗!",
"move": "Move",
"move_question": "Are you sure to move to drafts?",
"success_shared": "您的帖子已經成功分享",
"success_moved": "Moved to draft",
"permission_denied": "權限不足",
"permission_text": "請前往手機「設定」更改eSteem應用程式權限。",
"success_rebloged": "已轉發!",

View File

@ -18,6 +18,7 @@ export default {
VOTERS: `Voters${SCREEN_SUFFIX}`,
BOOKMARKS: `Bookmarks${SCREEN_SUFFIX}`,
SEARCH_RESULT: `SearchResult${SCREEN_SUFFIX}`,
TRANSFER: `Transfer${SCREEN_SUFFIX}`,
},
DRAWER: {
MAIN: `Main${DRAWER_SUFFIX}`,

View File

@ -0,0 +1,6 @@
export const steemConnectOptions = {
base_url: 'https://app.steemconnect.com/',
client_id: 'esteem-app',
redirect_uri: 'http://127.0.0.1:3415/', // http://127.0.0.1:3415
scope: 'vote,comment,delete_comment,comment_options,custom_json,claim_reward_balance,offline',
};

View File

@ -21,6 +21,7 @@ import {
SteemConnect,
Voters,
SearchResult,
Transfer,
} from '../screens';
// Components
@ -99,6 +100,12 @@ const stackNavigatior = createStackNavigator(
header: () => null,
},
},
[ROUTES.SCREENS.TRANSFER]: {
screen: RootComponent()(Transfer),
navigationOptions: {
header: () => null,
},
},
},
{
headerMode: 'none',

View File

@ -439,10 +439,7 @@ export const getPostWithComments = async (user, permlink) => {
* @param postingKey private posting key
*/
export const vote = (account, pin, author, permlink, weight) => _vote(
account, pin, author, permlink, weight,
)
.then((resp) => {
export const vote = (account, pin, author, permlink, weight) => _vote(account, pin, author, permlink, weight).then((resp) => {
userActivity(account.username, 120, resp.block_num, resp.id);
return resp;
});
@ -513,11 +510,22 @@ export const upvoteAmount = async (input) => {
return estimated;
};
export const transferToken = (data, activeKey) => {
const key = PrivateKey.fromString(activeKey);
export const transferToken = (currentAccount, pin, data) => {
const digitPinCode = getDigitPinCode(pin);
const key = getAnyPrivateKey({ activeKey: currentAccount.local.activeKey }, digitPinCode);
if (key) {
const privateKey = PrivateKey.fromString(key);
const args = {
from: data.from,
to: data.destination,
amount: data.amount,
memo: data.memo,
};
return new Promise((resolve, reject) => {
client.broadcast
.transfer(data, key)
.transfer(args, privateKey)
.then((result) => {
resolve(result);
})
@ -525,6 +533,103 @@ export const transferToken = (data, activeKey) => {
reject(err);
});
});
}
return Promise.reject(new Error('You dont have permission!'));
};
export const transferToSavings = (currentAccount, pin, data) => {
const digitPinCode = getDigitPinCode(pin);
const key = getAnyPrivateKey({ activeKey: currentAccount.local.activeKey }, digitPinCode);
if (key) {
const privateKey = PrivateKey.fromString(key);
const args = [[
'transfer_to_savings',
{
from: data.from,
to: data.destination,
amount: data.amount,
memo: data.memo,
},
]];
return new Promise((resolve, reject) => {
client.broadcast
.sendOperations(args, privateKey)
.then((result) => {
resolve(result);
})
.catch((err) => {
reject(err);
});
});
}
return Promise.reject(new Error('You dont have permission!'));
};
export const transferFromSavings = (currentAccount, pin, data) => {
const digitPinCode = getDigitPinCode(pin);
const key = getAnyPrivateKey({ activeKey: currentAccount.local.activeKey }, digitPinCode);
if (key) {
const privateKey = PrivateKey.fromString(key);
const args = [[
'transfer_from_savings',
{
from: data.from,
to: data.destination,
amount: data.amount,
memo: data.memo,
request_id: data.requestId,
},
]];
return new Promise((resolve, reject) => {
client.broadcast
.sendOperations(args, privateKey)
.then((result) => {
resolve(result);
})
.catch((err) => {
reject(err);
});
});
}
return Promise.reject(new Error('You dont have permission!'));
};
export const transferToVesting = (currentAccount, pin, data) => {
const digitPinCode = getDigitPinCode(pin);
const key = getAnyPrivateKey({ activeKey: currentAccount.local.activeKey }, digitPinCode);
if (key) {
const privateKey = PrivateKey.fromString(key);
const args = [[
'transfer_to_vesting',
{
from: data.from,
to: data.destination,
amount: data.amount,
},
]];
return new Promise((resolve, reject) => {
client.broadcast
.sendOperations(args, privateKey)
.then((result) => {
resolve(result);
})
.catch((err) => {
reject(err);
});
});
}
return Promise.reject(new Error('You dont have permission!'));
};
export const followUser = async (currentAccount, pin, data) => {
@ -631,30 +736,6 @@ export const delegate = (data, activeKey) => {
});
};
export const transferToVesting = (data, activeKey) => {
const privateKey = PrivateKey.fromString(activeKey);
const op = [
'transfer_to_vesting',
{
from: data.from,
to: data.to,
amount: data.amount,
},
];
return new Promise((resolve, reject) => {
client.broadcast
.sendOperations([op], privateKey)
.then((result) => {
resolve(result);
})
.catch((error) => {
reject(error);
});
});
};
export const withdrawVesting = (data, activeKey) => {
const privateKey = PrivateKey.fromString(activeKey);
const op = [
@ -837,9 +918,7 @@ const _postContent = async (
// Re-blog
// TODO: remove pinCode
export const reblog = (account, pinCode, author, permlink) => _reblog(
account, pinCode, author, permlink,
).then((resp) => {
export const reblog = (account, pinCode, author, permlink) => _reblog(account, pinCode, author, permlink).then((resp) => {
userActivity(account.name, 130, resp.block_num, resp.id);
return resp;
});
@ -925,7 +1004,7 @@ const getAnyPrivateKey = (local, pin) => {
}
if (activeKey) {
return decryptKey(local.postingKey, pin);
return decryptKey(local.activeKey, pin);
}
return false;

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