Merge branch 'master' of github.com:esteemapp/esteem-mobile

This commit is contained in:
Mustafa Buyukcelebi 2019-05-07 23:05:07 +03:00
commit 81b2b68918
79 changed files with 240 additions and 231 deletions

View File

@ -24,7 +24,7 @@ const WalletLineItem = ({
textColor, textColor,
index, index,
style, style,
dropdown, isHasdropdown,
dropdownOptions, dropdownOptions,
onDropdownSelect, onDropdownSelect,
}) => ( }) => (
@ -77,7 +77,7 @@ const WalletLineItem = ({
</Text> </Text>
</View> </View>
)} )}
{dropdown && ( {isHasdropdown && (
<View style={styles.dropdownWrapper}> <View style={styles.dropdownWrapper}>
<DropdownButton <DropdownButton
isHasChildIcon isHasChildIcon

View File

@ -13,6 +13,7 @@ export default EStyleSheet.create({
}, },
text: { text: {
color: '$primaryBlack', color: '$primaryBlack',
fontWeight: '600',
}, },
rightPart: { rightPart: {
flex: 2, flex: 2,

View File

@ -116,6 +116,7 @@ class WalletView extends PureComponent {
<WalletDetails <WalletDetails
intl={intl} intl={intl}
walletData={walletData} walletData={walletData}
isShowDropdowns={currentAccountUsername === selectedUsername}
/> />
</CollapsibleCard> </CollapsibleCard>
<Transaction walletData={walletData} /> <Transaction walletData={walletData} />

View File

@ -48,9 +48,16 @@ class WalletContainer extends PureComponent {
}; };
render() { render() {
const { intl, walletData } = this.props; const { intl, walletData, isShowDropdowns } = this.props;
return <WalletDetailsView intl={intl} walletData={walletData} navigate={this._navigate} />; return (
<WalletDetailsView
intl={intl}
walletData={walletData}
navigate={this._navigate}
isShowDropdowns={isShowDropdowns}
/>
);
} }
} }

View File

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

View File

@ -205,7 +205,7 @@
"deleted": "Konsep kalhëuh meusampöh" "deleted": "Konsep kalhëuh meusampöh"
}, },
"schedules": { "schedules": {
"title": "Peujadual Post", "title": "Schedules",
"empty_list": "Hana sapëuna", "empty_list": "Hana sapëuna",
"deleted": "Post meujadwal kalhëuh meusampöh", "deleted": "Post meujadwal kalhëuh meusampöh",
"move": "Pinah lam konsep", "move": "Pinah lam konsep",

View File

@ -205,7 +205,7 @@
"deleted": "مسودة محذوفة" "deleted": "مسودة محذوفة"
}, },
"schedules": { "schedules": {
"title": "المنشورات المجدولة", "title": "Schedules",
"empty_list": "لا شيء هنا", "empty_list": "لا شيء هنا",
"deleted": "تم مسح المشاركة المجدولة", "deleted": "تم مسح المشاركة المجدولة",
"move": "نقل إلى المسودات", "move": "نقل إلى المسودات",

View File

@ -205,7 +205,7 @@
"deleted": "Draft deleted" "deleted": "Draft deleted"
}, },
"schedules": { "schedules": {
"title": "Scheduled Posts", "title": "Schedules",
"empty_list": "Nothing here", "empty_list": "Nothing here",
"deleted": "Scheduled post deleted", "deleted": "Scheduled post deleted",
"move": "Move to drafts", "move": "Move to drafts",

View File

@ -205,7 +205,7 @@
"deleted": "Qaralama silindi" "deleted": "Qaralama silindi"
}, },
"schedules": { "schedules": {
"title": "Planlaşdırılmış Göndərişlər", "title": "Schedules",
"empty_list": "Burada heç nə yoxdur", "empty_list": "Burada heç nə yoxdur",
"deleted": "Planlaşdırılmış göndəriş silindi", "deleted": "Planlaşdırılmış göndəriş silindi",
"move": "Qaralamalara köçür", "move": "Qaralamalara köçür",

View File

@ -205,7 +205,7 @@
"deleted": "Draft deleted" "deleted": "Draft deleted"
}, },
"schedules": { "schedules": {
"title": "Scheduled Posts", "title": "Schedules",
"empty_list": "Nothing here", "empty_list": "Nothing here",
"deleted": "Scheduled post deleted", "deleted": "Scheduled post deleted",
"move": "Move to drafts", "move": "Move to drafts",

View File

@ -205,7 +205,7 @@
"deleted": "Draft deleted" "deleted": "Draft deleted"
}, },
"schedules": { "schedules": {
"title": "Scheduled Posts", "title": "Schedules",
"empty_list": "Nothing here", "empty_list": "Nothing here",
"deleted": "Scheduled post deleted", "deleted": "Scheduled post deleted",
"move": "Move to drafts", "move": "Move to drafts",

View File

@ -205,7 +205,7 @@
"deleted": "Draft deleted" "deleted": "Draft deleted"
}, },
"schedules": { "schedules": {
"title": "Scheduled Posts", "title": "Schedules",
"empty_list": "Nothing here", "empty_list": "Nothing here",
"deleted": "Scheduled post deleted", "deleted": "Scheduled post deleted",
"move": "Move to drafts", "move": "Move to drafts",

View File

@ -205,7 +205,7 @@
"deleted": "Draft deleted" "deleted": "Draft deleted"
}, },
"schedules": { "schedules": {
"title": "Scheduled Posts", "title": "Schedules",
"empty_list": "Nothing here", "empty_list": "Nothing here",
"deleted": "Scheduled post deleted", "deleted": "Scheduled post deleted",
"move": "Move to drafts", "move": "Move to drafts",

View File

@ -205,7 +205,7 @@
"deleted": "Draft deleted" "deleted": "Draft deleted"
}, },
"schedules": { "schedules": {
"title": "Scheduled Posts", "title": "Schedules",
"empty_list": "Nothing here", "empty_list": "Nothing here",
"deleted": "Scheduled post deleted", "deleted": "Scheduled post deleted",
"move": "Move to drafts", "move": "Move to drafts",

View File

@ -205,7 +205,7 @@
"deleted": "Draft deleted" "deleted": "Draft deleted"
}, },
"schedules": { "schedules": {
"title": "Scheduled Posts", "title": "Schedules",
"empty_list": "Nothing here", "empty_list": "Nothing here",
"deleted": "Scheduled post deleted", "deleted": "Scheduled post deleted",
"move": "Move to drafts", "move": "Move to drafts",

View File

@ -205,7 +205,7 @@
"deleted": "Draft deleted" "deleted": "Draft deleted"
}, },
"schedules": { "schedules": {
"title": "Scheduled Posts", "title": "Schedules",
"empty_list": "Nothing here", "empty_list": "Nothing here",
"deleted": "Scheduled post deleted", "deleted": "Scheduled post deleted",
"move": "Move to drafts", "move": "Move to drafts",

View File

@ -205,7 +205,7 @@
"deleted": "Draft deleted" "deleted": "Draft deleted"
}, },
"schedules": { "schedules": {
"title": "Scheduled Posts", "title": "Schedules",
"empty_list": "Nothing here", "empty_list": "Nothing here",
"deleted": "Scheduled post deleted", "deleted": "Scheduled post deleted",
"move": "Move to drafts", "move": "Move to drafts",

View File

@ -205,7 +205,7 @@
"deleted": "Entwurf gelöscht" "deleted": "Entwurf gelöscht"
}, },
"schedules": { "schedules": {
"title": "Geplante Beiträge", "title": "Schedules",
"empty_list": "Keine Einträge vorhanden", "empty_list": "Keine Einträge vorhanden",
"deleted": "Geplanter Beitrag entfernt", "deleted": "Geplanter Beitrag entfernt",
"move": "In Entwürfe verschieben", "move": "In Entwürfe verschieben",

View File

@ -205,7 +205,7 @@
"deleted": "Draft deleted" "deleted": "Draft deleted"
}, },
"schedules": { "schedules": {
"title": "Scheduled Posts", "title": "Schedules",
"empty_list": "Nothing here", "empty_list": "Nothing here",
"deleted": "Scheduled post deleted", "deleted": "Scheduled post deleted",
"move": "Move to drafts", "move": "Move to drafts",

View File

@ -205,7 +205,7 @@
"deleted": "Draft deleted" "deleted": "Draft deleted"
}, },
"schedules": { "schedules": {
"title": "Scheduled Posts", "title": "Schedules",
"empty_list": "Nothing here", "empty_list": "Nothing here",
"deleted": "Scheduled post deleted", "deleted": "Scheduled post deleted",
"move": "Move to drafts", "move": "Move to drafts",

View File

@ -205,7 +205,7 @@
"deleted": "Borrador eliminado" "deleted": "Borrador eliminado"
}, },
"schedules": { "schedules": {
"title": "Publicaciones programadas", "title": "Schedules",
"empty_list": "Nada aquí", "empty_list": "Nada aquí",
"deleted": "Publicación programada eliminada", "deleted": "Publicación programada eliminada",
"move": "Mover a borradores", "move": "Mover a borradores",

View File

@ -205,7 +205,7 @@
"deleted": "Draft deleted" "deleted": "Draft deleted"
}, },
"schedules": { "schedules": {
"title": "Scheduled Posts", "title": "Schedules",
"empty_list": "Nothing here", "empty_list": "Nothing here",
"deleted": "Scheduled post deleted", "deleted": "Scheduled post deleted",
"move": "Move to drafts", "move": "Move to drafts",

View File

@ -205,7 +205,7 @@
"deleted": "پیشنویس حذف شده" "deleted": "پیشنویس حذف شده"
}, },
"schedules": { "schedules": {
"title": "مطالب برنامه ریزی شده", "title": "Schedules",
"empty_list": "اینجا چیزی نیست", "empty_list": "اینجا چیزی نیست",
"deleted": "پست های برنامه ریزی شده حذف شدند", "deleted": "پست های برنامه ریزی شده حذف شدند",
"move": "انتقال به پیشنویس", "move": "انتقال به پیشنویس",

View File

@ -205,7 +205,7 @@
"deleted": "Luonnos poistettu" "deleted": "Luonnos poistettu"
}, },
"schedules": { "schedules": {
"title": "Ajastetut julkaisut", "title": "Schedules",
"empty_list": "Täällä ei ole mitään", "empty_list": "Täällä ei ole mitään",
"deleted": "Ajastettu julkaisu poistettu", "deleted": "Ajastettu julkaisu poistettu",
"move": "Siirrä luonnoksiin", "move": "Siirrä luonnoksiin",

View File

@ -205,7 +205,7 @@
"deleted": "Draft deleted" "deleted": "Draft deleted"
}, },
"schedules": { "schedules": {
"title": "Scheduled Posts", "title": "Schedules",
"empty_list": "Nothing here", "empty_list": "Nothing here",
"deleted": "Scheduled post deleted", "deleted": "Scheduled post deleted",
"move": "Move to drafts", "move": "Move to drafts",

View File

@ -39,20 +39,20 @@
"reblog": "Reblog", "reblog": "Reblog",
"login": "Login", "login": "Login",
"checkin_extra": "Bonus", "checkin_extra": "Bonus",
"post_title": "Points for post", "post_title": "Points pour vos publications",
"comment_title": "Points for comment", "comment_title": "Points pour vos commentaires",
"vote_title": "Points for vote", "vote_title": "Points pour vos votes",
"reblog_title": "Points for reblog", "reblog_title": "Points pour vos reblog",
"login_title": "Points for login", "login_title": "Points pour vos connexions",
"checkin_title": "Points for usage", "checkin_title": "Points for usage",
"checkin_extra_title": "Bonus d'utilisation", "checkin_extra_title": "Bonus d'utilisation",
"no_activity": "Aucune activité ici !", "no_activity": "Aucune activité ici !",
"post_desc": "You can earn point by posting regularly. Posting gives you 15 points.", "post_desc": "Vous pouvez gagner des points en publiant régulièrement. Publier vous donne 15 points.",
"comment_desc": "Each comment you make helps you to grow your audience and make friendship but also earns you 5 points.", "comment_desc": "Chaque commentaire que vous faites vous aide à agrandir votre audience et à créer de l'amitié, mais vous donne également 5 points.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.", "checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.",
"vote_desc": "By voting you give reward to other creators and show your appreciation but also earn 0.01 x vote weight points.", "vote_desc": "By voting you give reward to other creators and show your appreciation but also earn 0.01 x vote weight points.",
"reblog_desc": " Share what post you like with your friends and earn 1 points.", "reblog_desc": " Partagez les publication que vous aimez avec vos amis et gagnez 1 point.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.", "login_desc": "Lorsque vous vous connectez sur l'application eSteem, vous avez le droit de gagner 100 points automatiquement.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more." "checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more."
}, },
"messages": { "messages": {
@ -193,7 +193,7 @@
"delete": "Supprimer", "delete": "Supprimer",
"copied": "Copié !", "copied": "Copié !",
"no_internet": "Pas de connexion !", "no_internet": "Pas de connexion !",
"confirm": "Confirm" "confirm": "Valider"
}, },
"post": { "post": {
"reblog_alert": "Êtes-vous sûr de vouloir rebloguer ?" "reblog_alert": "Êtes-vous sûr de vouloir rebloguer ?"
@ -205,7 +205,7 @@
"deleted": "Brouillon supprimé" "deleted": "Brouillon supprimé"
}, },
"schedules": { "schedules": {
"title": "Publications planifiées", "title": "Plannings",
"empty_list": "Rien ici", "empty_list": "Rien ici",
"deleted": "Publication planifiée supprimée", "deleted": "Publication planifiée supprimée",
"move": "Déplacer vers brouillons", "move": "Déplacer vers brouillons",
@ -266,7 +266,7 @@
"to": "À", "to": "À",
"amount": "Montant", "amount": "Montant",
"memo": "Mémo", "memo": "Mémo",
"information": "Are you sure to transfer to funds?", "information": "Êtes-vous sûr de vouloir transférer vers vos fonds ?",
"amount_desc": "Solde", "amount_desc": "Solde",
"memo_desc": "Ce mémo est public", "memo_desc": "Ce mémo est public",
"to_placeholder": "Nom d'utilisateur", "to_placeholder": "Nom d'utilisateur",

View File

@ -205,7 +205,7 @@
"deleted": "Draft deleted" "deleted": "Draft deleted"
}, },
"schedules": { "schedules": {
"title": "Scheduled Posts", "title": "Schedules",
"empty_list": "Nothing here", "empty_list": "Nothing here",
"deleted": "Scheduled post deleted", "deleted": "Scheduled post deleted",
"move": "Move to drafts", "move": "Move to drafts",

View File

@ -205,7 +205,7 @@
"deleted": "Draft deleted" "deleted": "Draft deleted"
}, },
"schedules": { "schedules": {
"title": "Scheduled Posts", "title": "Schedules",
"empty_list": "Nothing here", "empty_list": "Nothing here",
"deleted": "Scheduled post deleted", "deleted": "Scheduled post deleted",
"move": "Move to drafts", "move": "Move to drafts",

View File

@ -1,52 +1,52 @@
{ {
"wallet": { "wallet": {
"curation_reward": "Curation Reward", "curation_reward": "Curation Reward",
"author_reward": "Author Reward", "author_reward": "Bokarjis Sigislaun",
"comment_benefactor_reward": "Comment Benefactor Reward", "comment_benefactor_reward": "Comment Benefactor Reward",
"claim_reward_balance": "Claim Reward Balance", "claim_reward_balance": "Claim Reward Balance",
"transfer": "Transfer", "transfer": "Ufarbair",
"transfer_to_vesting": "Transfer To Vesting", "transfer_to_vesting": "Transfer To Vesting",
"transfer_from_savings": "Transfer From Savings", "transfer_from_savings": "Transfer From Savings",
"withdraw_vesting": "Power Down", "withdraw_vesting": "Power Down",
"fill_order": "Fill Order" "fill_order": "Fill Order"
}, },
"notification": { "notification": {
"vote": "likes your post", "vote": "galeikaiþ þein waurd",
"unvote": "unvoted your post", "unvote": "usnam stibna þeinis waurdis",
"reply": "replied to your post", "reply": "andhof þeinamma waurda",
"mention": "mentioned you", "mention": "haihait þuk",
"follow": "followed you", "follow": "afarlaistida þuk",
"unfollow": "unfollowed you", "unfollow": "unlaistida þuk",
"ignore": "ignored you", "ignore": "ignored you",
"reblog": "reblogged your post", "reblog": "aftrablaugida þein waurd",
"transfer": "transfered steem", "transfer": "transfered steem",
"comingsoon": "Leaderboard feature is coming soon!", "comingsoon": "Leaderboard feature is coming soon!",
"notification": "Notifications", "notification": "Notifications",
"leaderboard": "Leaderboard", "leaderboard": "Leaderboard",
"epoint": "Points", "epoint": "Stika",
"leaderboard_title": "Daily Top User", "leaderboard_title": "Daily Top User",
"recent": "Recent", "recent": "Aftumist",
"yesterday": "Yesterday", "yesterday": "Fairnindag",
"this_week": "This Week", "this_week": "So dagawiko",
"this_month": "This Month", "this_month": "So menoþs",
"older_then": "Older Than A Month" "older_then": "Fairnizo þau Aina Menoþ"
}, },
"points": { "points": {
"post": "Post", "post": "Waurd",
"comment": "Comment", "comment": "Gawaurdei",
"checkin": "Checki-in", "checkin": "Checki-in",
"vote": "Vote", "vote": "Gif stibna",
"reblog": "Reblog", "reblog": "Aftrablaug",
"login": "Login", "login": "Atgagg",
"checkin_extra": "Bonus", "checkin_extra": "Huzd",
"post_title": "Points for post", "post_title": "Stika waurda",
"comment_title": "Points for comment", "comment_title": "Stika waurda",
"vote_title": "Points for vote", "vote_title": "Stika stibnai",
"reblog_title": "Points for reblog", "reblog_title": "Stika aftrablauga",
"login_title": "Points for login", "login_title": "Stika atgagga",
"checkin_title": "Points for usage", "checkin_title": "Stika brukeinai",
"checkin_extra_title": "Usage bonus", "checkin_extra_title": "Brukeinais huzd",
"no_activity": "No activity here!", "no_activity": "Ni waihts her warþ!",
"post_desc": "You can earn point by posting regularly. Posting gives you 15 points.", "post_desc": "You can earn point by posting regularly. Posting gives you 15 points.",
"comment_desc": "Each comment you make helps you to grow your audience and make friendship but also earns you 5 points.", "comment_desc": "Each comment you make helps you to grow your audience and make friendship but also earns you 5 points.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.", "checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.",
@ -56,53 +56,53 @@
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more." "checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more."
}, },
"messages": { "messages": {
"comingsoon": "Messages feature is coming soon!" "comingsoon": "Waurdamahts sprauto qimiþ!"
}, },
"profile": { "profile": {
"following": "Following", "following": "Galaistjans",
"follower": "Follower", "follower": "Galaistja",
"post": "Post", "post": "Waurda",
"details": "Profile Details", "details": "Profile Details",
"comments": "Comments", "comments": "Waurda",
"replies": "Replies", "replies": "Andahafteis",
"wallet": "Wallet", "wallet": "Puggs",
"wallet_details": "Wallet Details", "wallet_details": "Wallet Details",
"unclaimed_rewards": "Unclaimed Rewards", "unclaimed_rewards": "Unclaimed Rewards",
"full_in": "Full in", "full_in": "Full in",
"hours": "hours", "hours": "hweilos",
"voting_power": "Voting power", "voting_power": "Stibnamahts",
"login_to_see": "Login to see", "login_to_see": "Atgagg du saihwan",
"havent_commented": "haven't commented anything yet", "havent_commented": "nauh ni gawaurdida",
"havent_posted": "haven't posted anything yet", "havent_posted": "waurd nauh ni gatawida",
"steem_power": "Steem Power", "steem_power": "Steim Mahts",
"next_power_text": "Next power down is in", "next_power_text": "Next power down is in",
"days": "days", "days": "dagos",
"day": "day", "day": "dags",
"steem_dollars": "Steem Dollars", "steem_dollars": "Steem Dollars",
"savings": "Savings" "savings": "Savings"
}, },
"settings": { "settings": {
"settings": "Settings", "settings": "Lageinos",
"general": "General", "general": "Gamain",
"currency": "Currency", "currency": "Skattakuni",
"language": "Language", "language": "Razda",
"server": "Server", "server": "Skalkinassus",
"dark_theme": "Dark Theme", "dark_theme": "Dark Theme",
"push_notification": "Push Notification", "push_notification": "Push Notification",
"notification": { "notification": {
"follow": "Follow", "follow": "Laistei",
"vote": "Vote", "vote": "Gif stibna",
"comment": "Comment", "comment": "Qiþ waiht",
"mention": "Mention", "mention": "Hait",
"reblog": "Reblog", "reblog": "Aftrablaugei",
"transfers": "Transfers" "transfers": "Transfers"
}, },
"pincode": "Pincode", "pincode": "PIN kodus",
"reset": "Reset", "reset": "Aftralagei",
"nsfw_content": "NSFW Content", "nsfw_content": "NSFW Content",
"send_feedback": "Send Feedback", "send_feedback": "Sandei Anafilh",
"send": "Send", "send": "Sandei",
"default_footer": "Default Footer", "default_footer": "Gamaina Fotjo",
"nsfw": { "nsfw": {
"always_show": "Always show", "always_show": "Always show",
"always_hide": "Always hide", "always_hide": "Always hide",
@ -137,55 +137,55 @@
"favorites": "Favorites", "favorites": "Favorites",
"drafts": "Drafts", "drafts": "Drafts",
"schedules": "Schedules", "schedules": "Schedules",
"gallery": "Gallery", "gallery": "Frisahteis",
"settings": "Settings", "settings": "Lageinos",
"add_account": "Add Account", "add_account": "Anaaiauk rahnein",
"logout": "Logout", "logout": "Afleiþ",
"cancel": "Cancel", "cancel": "Fraqiþ",
"logout_text": "Are you sure you want to logout?" "logout_text": "Wileis bi sunjai afleiþan?"
}, },
"header": { "header": {
"title": "Login to customize your feed", "title": "Atgagg du waljan þein feid",
"search": "Search..." "search": "Sokei..."
}, },
"basic_header": { "basic_header": {
"publish": "Publish", "publish": "Usmerei",
"search": "Search", "search": "Sokei",
"update": "Update", "update": "Aftraananiuei",
"reply": "Reply" "reply": "Andhafei"
}, },
"editor": { "editor": {
"title": "Title", "title": "Ufarmeli",
"tags": "tags", "tags": "sokeiniwaurda",
"default_placeholder": "What would you like to write about today?", "default_placeholder": "Hwa wileis meljan bi himma daga?",
"reply_placeholder": "What would you like to write about above post?", "reply_placeholder": "Hwa wileis meljan bi ufaro waurd?",
"publish": "Publish", "publish": "Usmerei",
"reply": "Reply", "reply": "Andhafei",
"open_galery": "Open Galery", "open_galery": "Usluk frisahtins",
"capture_photo": "Capture a photo" "capture_photo": "Nim liuhadamelein"
}, },
"pincode": { "pincode": {
"enter_text": "Enter pin to unlock", "enter_text": "Melei PIN du uslukan",
"set_new": "Set new pin", "set_new": "Lagei niwi PIN",
"write_again": "Write again", "write_again": "Melei aftra",
"forgot_text": "Oh, I forgot it..." "forgot_text": "O, ik ufarmaudida..."
}, },
"alert": { "alert": {
"success": "Success!", "success": "Warþ!",
"allRead": "Marked all notifications as read", "allRead": "Marked all notifications as read",
"claim_reward_balance_ok": "Reward balance claimed", "claim_reward_balance_ok": "Reward balance claimed",
"fail": "Fail!", "fail": "Fail!",
"move": "Move", "move": "Miþsatei",
"move_question": "Are you sure to move to drafts?", "move_question": "Wileis bi sunjai sokeinos miþsatjan?",
"success_shared": "Your post succesfully shared", "success_shared": "Your post succesfully shared",
"success_moved": "Moved to draft", "success_moved": "Moved to draft",
"permission_denied": "Permission denied", "permission_denied": "Permission denied",
"permission_text": "Please, go to phone Settings and change eSteem app permissions.", "permission_text": "Please, go to phone Settings and change eSteem app permissions.",
"success_rebloged": "Rebloged!", "success_rebloged": "Aftrablaugiþ!",
"already_rebloged": "You have already reblogged!", "already_rebloged": "You have already reblogged!",
"warning": "Warning", "warning": "Warning",
"invalid_pincode": "Invalid pin code, please check and try again.", "invalid_pincode": "Ungaraihts pin kodus, bidjam þuk sai jah sokei aftra.",
"remove_alert": "Are you sure want to remove?", "remove_alert": "Bi sunjai wileis þata usniman?",
"clear_alert": "Are you sure you want to clear?", "clear_alert": "Are you sure you want to clear?",
"clear_user_alert": "Are you sure you want to clear all user data?", "clear_user_alert": "Are you sure you want to clear all user data?",
"clear": "Clear", "clear": "Clear",
@ -205,7 +205,7 @@
"deleted": "Draft deleted" "deleted": "Draft deleted"
}, },
"schedules": { "schedules": {
"title": "Scheduled Posts", "title": "Schedules",
"empty_list": "Nothing here", "empty_list": "Nothing here",
"deleted": "Scheduled post deleted", "deleted": "Scheduled post deleted",
"move": "Move to drafts", "move": "Move to drafts",
@ -227,7 +227,7 @@
"search": "Search in favorites" "search": "Search in favorites"
}, },
"auth": { "auth": {
"invalid_pin": "Invalid pin code, please check and try again", "invalid_pin": "Ungaraihts pin kodus, bidjam þuk sai jah sokei aftra",
"invalid_username": "Invalid username, please check and try again", "invalid_username": "Invalid username, please check and try again",
"already_logged": "You are already logged in, please try to add another account", "already_logged": "You are already logged in, please try to add another account",
"invalid_credentials": "Invalid credentials, please check and try again", "invalid_credentials": "Invalid credentials, please check and try again",
@ -269,7 +269,7 @@
"information": "Are you sure to transfer to funds?", "information": "Are you sure to transfer to funds?",
"amount_desc": "Balance", "amount_desc": "Balance",
"memo_desc": "This memo is public", "memo_desc": "This memo is public",
"to_placeholder": "Username", "to_placeholder": "Atgagganamo",
"memo_placeholder": "Enter your notes here", "memo_placeholder": "Enter your notes here",
"transferToken": "Transfer", "transferToken": "Transfer",
"transferToSaving": "Transfer To Saving", "transferToSaving": "Transfer To Saving",

View File

@ -205,7 +205,7 @@
"deleted": "טיוטה נמחקה" "deleted": "טיוטה נמחקה"
}, },
"schedules": { "schedules": {
"title": "פוסטים מתוכננים", "title": "Schedules",
"empty_list": "אין כאן מידע", "empty_list": "אין כאן מידע",
"deleted": "פוסטים מתוכננים נמחקו", "deleted": "פוסטים מתוכננים נמחקו",
"move": "העבר\\י לטיוטה", "move": "העבר\\י לטיוטה",

View File

@ -205,7 +205,7 @@
"deleted": "प्रारूप मिट गया" "deleted": "प्रारूप मिट गया"
}, },
"schedules": { "schedules": {
"title": "निर्धारित लेखें", "title": "Schedules",
"empty_list": "कुछ नहीं है", "empty_list": "कुछ नहीं है",
"deleted": "निर्धारित लेख हट गया", "deleted": "निर्धारित लेख हट गया",
"move": "प्रलेख में भेजें", "move": "प्रलेख में भेजें",

View File

@ -205,7 +205,7 @@
"deleted": "Skica izbrisana" "deleted": "Skica izbrisana"
}, },
"schedules": { "schedules": {
"title": "Raspored postova", "title": "Schedules",
"empty_list": "Nema ničeg ovdje", "empty_list": "Nema ničeg ovdje",
"deleted": "Zakazani post izbrisan", "deleted": "Zakazani post izbrisan",
"move": "Premjesti u skice", "move": "Premjesti u skice",

View File

@ -205,7 +205,7 @@
"deleted": "Piszkozat törölve" "deleted": "Piszkozat törölve"
}, },
"schedules": { "schedules": {
"title": "Beütemezett Bejegyzések", "title": "Schedules",
"empty_list": "Itt nincs semmi", "empty_list": "Itt nincs semmi",
"deleted": "A beütemezett bejegyzés törölve", "deleted": "A beütemezett bejegyzés törölve",
"move": "Áthelyezés a vázlatokhoz", "move": "Áthelyezés a vázlatokhoz",

View File

@ -205,7 +205,7 @@
"deleted": "Draft deleted" "deleted": "Draft deleted"
}, },
"schedules": { "schedules": {
"title": "Scheduled Posts", "title": "Schedules",
"empty_list": "Nothing here", "empty_list": "Nothing here",
"deleted": "Scheduled post deleted", "deleted": "Scheduled post deleted",
"move": "Move to drafts", "move": "Move to drafts",

View File

@ -23,7 +23,7 @@
"comingsoon": "Fungsi papan peringkat akan segera hadir!", "comingsoon": "Fungsi papan peringkat akan segera hadir!",
"notification": "Pemberitahuan", "notification": "Pemberitahuan",
"leaderboard": "Papan Peringkat", "leaderboard": "Papan Peringkat",
"epoint": "Points", "epoint": "Poin",
"leaderboard_title": "Pengguna harian paling atas", "leaderboard_title": "Pengguna harian paling atas",
"recent": "Baru digunakan", "recent": "Baru digunakan",
"yesterday": "Kemarin", "yesterday": "Kemarin",
@ -32,28 +32,28 @@
"older_then": "Lebih Lama Dari Sebulan" "older_then": "Lebih Lama Dari Sebulan"
}, },
"points": { "points": {
"post": "Post", "post": "posting",
"comment": "Comment", "comment": "Komentar",
"checkin": "Checki-in", "checkin": "Mendaftar",
"vote": "Vote", "vote": "Beri suara",
"reblog": "Reblog", "reblog": "Menampilkan kembali",
"login": "Login", "login": "Masuk",
"checkin_extra": "Bonus", "checkin_extra": "Bonus",
"post_title": "Points for post", "post_title": "Poin untuk posting",
"comment_title": "Points for comment", "comment_title": "Poin untuk komentar",
"vote_title": "Points for vote", "vote_title": "Poin untuk suara",
"reblog_title": "Points for reblog", "reblog_title": "Poin untuk menampilkan kembali",
"login_title": "Points for login", "login_title": "Poin untuk masuk",
"checkin_title": "Points for usage", "checkin_title": "Poin untuk penggunaan",
"checkin_extra_title": "Usage bonus", "checkin_extra_title": "Bonus penggunaan",
"no_activity": "No activity here!", "no_activity": "Tidak ada aktifitas disini!",
"post_desc": "You can earn point by posting regularly. Posting gives you 15 points.", "post_desc": "Anda bisa mendapatkan poin dengan memposting secara teratur. Posting memberi Anda 15 poin.",
"comment_desc": "Each comment you make helps you to grow your audience and make friendship but also earns you 5 points.", "comment_desc": "Setiap komentar yang Anda buat membantu Anda untuk menumbuhkan audiens Anda dan menjalin persahabatan tetapi juga memberi Anda 5 poin.",
"checkin_desc": "Checking in on eSteem app gives you 0.25 points and helps you stay connected with your friends.", "checkin_desc": "Memeriksa aplikasi eSteem memberi Anda 0,25 poin dan membantu Anda tetap terhubung dengan teman-teman Anda.",
"vote_desc": "By voting you give reward to other creators and show your appreciation but also earn 0.01 x vote weight points.", "vote_desc": "Dengan memberikan suara Anda memberikan hadiah kepada penulis lain dan menunjukkan penghargaan Anda, tetapi juga mendapatkan 0,01 poin suara.",
"reblog_desc": " Share what post you like with your friends and earn 1 points.", "reblog_desc": " Bagikan pos yang Anda sukai dengan teman dan dapatkan 1 poin.",
"login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.", "login_desc": "Saat Anda masuk ke aplikasi eSteem, Anda berhak mendapatkan 100 poin secara otomatis.",
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more." "checkin_extra_desc": "Penggunaan aplikasi yang konsisten memberi Anda peluang ekstra untuk mendapatkan lebih banyak 10 poin, menjadi lebih aktif dan menghasilkan lebih banyak."
}, },
"messages": { "messages": {
"comingsoon": "Fungsi pesan akan segera hadir!" "comingsoon": "Fungsi pesan akan segera hadir!"
@ -175,10 +175,10 @@
"allRead": "Tandai semua pemberitahuan telah terbaca", "allRead": "Tandai semua pemberitahuan telah terbaca",
"claim_reward_balance_ok": "Hadiah di klaim", "claim_reward_balance_ok": "Hadiah di klaim",
"fail": "Gagal!", "fail": "Gagal!",
"move": "Move", "move": "Pindahkan",
"move_question": "Are you sure to move to drafts?", "move_question": "Apakah Anda yakin untuk pindah ke konsep?",
"success_shared": "Tulisan anda berhasil dibagikan", "success_shared": "Tulisan anda berhasil dibagikan",
"success_moved": "Moved to draft", "success_moved": "Pindah ke konsep",
"permission_denied": "Izin ditolak", "permission_denied": "Izin ditolak",
"permission_text": "Silakan buka pengaturan telepon dan ubah izin untuk aplikasi eSteem.", "permission_text": "Silakan buka pengaturan telepon dan ubah izin untuk aplikasi eSteem.",
"success_rebloged": "Rebloged!", "success_rebloged": "Rebloged!",
@ -193,7 +193,7 @@
"delete": "Hapus", "delete": "Hapus",
"copied": "Disalin!", "copied": "Disalin!",
"no_internet": "Tidak ada koneksi!", "no_internet": "Tidak ada koneksi!",
"confirm": "Confirm" "confirm": "Konfirmasi"
}, },
"post": { "post": {
"reblog_alert": "Anda yakin ingin menerbitkan ulang?" "reblog_alert": "Anda yakin ingin menerbitkan ulang?"
@ -205,7 +205,7 @@
"deleted": "Konsep dihapus" "deleted": "Konsep dihapus"
}, },
"schedules": { "schedules": {
"title": "Posting terjadwal", "title": "Daftar jadwal",
"empty_list": "Disini belum ada apa-apa", "empty_list": "Disini belum ada apa-apa",
"deleted": "Tulisan terjadwal dihapus", "deleted": "Tulisan terjadwal dihapus",
"move": "Pindahkan ke konsep", "move": "Pindahkan ke konsep",
@ -262,20 +262,20 @@
"age": "usia" "age": "usia"
}, },
"transfer": { "transfer": {
"from": "From", "from": "Dari",
"to": "To", "to": "Kepada",
"amount": "Amount", "amount": "Jumlah",
"memo": "Memo", "memo": "Memo",
"information": "Are you sure to transfer to funds?", "information": "Apakah Anda yakin untuk mentransfer dana ke?",
"amount_desc": "Balance", "amount_desc": "Keseimbangan",
"memo_desc": "This memo is public", "memo_desc": "Memo ini bersifat publik",
"to_placeholder": "Username", "to_placeholder": "Nama Pengguna",
"memo_placeholder": "Enter your notes here", "memo_placeholder": "Masukan catatan anda disini",
"transferToken": "Transfer", "transferToken": "Transfer",
"transferToSaving": "Transfer To Saving", "transferToSaving": "Transfer untuk menyimpan",
"powerUp": "Power Up", "powerUp": "Power Up",
"withdrawToSaving": "Withdraw To Saving", "withdrawToSaving": "Tarik untuk menyimpan",
"steemconnect_title": "Steemconnect Transfer", "steemconnect_title": "Steemconnect Transfer",
"next": "NEXT" "next": "LANJUT"
} }
} }

View File

@ -205,7 +205,7 @@
"deleted": "Draft deleted" "deleted": "Draft deleted"
}, },
"schedules": { "schedules": {
"title": "Scheduled Posts", "title": "Schedules",
"empty_list": "Nothing here", "empty_list": "Nothing here",
"deleted": "Scheduled post deleted", "deleted": "Scheduled post deleted",
"move": "Move to drafts", "move": "Move to drafts",

View File

@ -205,7 +205,7 @@
"deleted": "Bozza eliminata" "deleted": "Bozza eliminata"
}, },
"schedules": { "schedules": {
"title": "Pianifica i post", "title": "Schedules",
"empty_list": "Non c'è niente qui", "empty_list": "Non c'è niente qui",
"deleted": "Pianificazione post eliminata", "deleted": "Pianificazione post eliminata",
"move": "Sposta in bozze", "move": "Sposta in bozze",

View File

@ -205,7 +205,7 @@
"deleted": "Draft deleted" "deleted": "Draft deleted"
}, },
"schedules": { "schedules": {
"title": "Scheduled Posts", "title": "Schedules",
"empty_list": "Nothing here", "empty_list": "Nothing here",
"deleted": "Scheduled post deleted", "deleted": "Scheduled post deleted",
"move": "Move to drafts", "move": "Move to drafts",

View File

@ -205,7 +205,7 @@
"deleted": "Draft deleted" "deleted": "Draft deleted"
}, },
"schedules": { "schedules": {
"title": "Scheduled Posts", "title": "Schedules",
"empty_list": "Nothing here", "empty_list": "Nothing here",
"deleted": "Scheduled post deleted", "deleted": "Scheduled post deleted",
"move": "Move to drafts", "move": "Move to drafts",

View File

@ -205,7 +205,7 @@
"deleted": "Draft deleted" "deleted": "Draft deleted"
}, },
"schedules": { "schedules": {
"title": "Scheduled Posts", "title": "Schedules",
"empty_list": "Nothing here", "empty_list": "Nothing here",
"deleted": "Scheduled post deleted", "deleted": "Scheduled post deleted",
"move": "Move to drafts", "move": "Move to drafts",

View File

@ -205,7 +205,7 @@
"deleted": "임시 저장된 글이 삭제되었습니다" "deleted": "임시 저장된 글이 삭제되었습니다"
}, },
"schedules": { "schedules": {
"title": "글 발행 일정", "title": "Schedules",
"empty_list": "빈 목록입니다", "empty_list": "빈 목록입니다",
"deleted": "예약된 글이 삭제되었습니다", "deleted": "예약된 글이 삭제되었습니다",
"move": "임시 보관함으로 이동", "move": "임시 보관함으로 이동",

View File

@ -205,7 +205,7 @@
"deleted": "Draft deleted" "deleted": "Draft deleted"
}, },
"schedules": { "schedules": {
"title": "Scheduled Posts", "title": "Schedules",
"empty_list": "Nothing here", "empty_list": "Nothing here",
"deleted": "Scheduled post deleted", "deleted": "Scheduled post deleted",
"move": "Move to drafts", "move": "Move to drafts",

View File

@ -205,7 +205,7 @@
"deleted": "Draft deleted" "deleted": "Draft deleted"
}, },
"schedules": { "schedules": {
"title": "Scheduled Posts", "title": "Schedules",
"empty_list": "Nothing here", "empty_list": "Nothing here",
"deleted": "Scheduled post deleted", "deleted": "Scheduled post deleted",
"move": "Move to drafts", "move": "Move to drafts",

View File

@ -205,7 +205,7 @@
"deleted": "Draft deleted" "deleted": "Draft deleted"
}, },
"schedules": { "schedules": {
"title": "Scheduled Posts", "title": "Schedules",
"empty_list": "Nothing here", "empty_list": "Nothing here",
"deleted": "Scheduled post deleted", "deleted": "Scheduled post deleted",
"move": "Move to drafts", "move": "Move to drafts",

View File

@ -205,7 +205,7 @@
"deleted": "Ruošinys panaikintas" "deleted": "Ruošinys panaikintas"
}, },
"schedules": { "schedules": {
"title": "Suplanuoti įrašai", "title": "Schedules",
"empty_list": "Nieko nėra", "empty_list": "Nieko nėra",
"deleted": "Suplanuotas įrašas panaikintas", "deleted": "Suplanuotas įrašas panaikintas",
"move": "Perkelti į ruošinius", "move": "Perkelti į ruošinius",

View File

@ -205,7 +205,7 @@
"deleted": "Draft deleted" "deleted": "Draft deleted"
}, },
"schedules": { "schedules": {
"title": "Scheduled Posts", "title": "Schedules",
"empty_list": "Nothing here", "empty_list": "Nothing here",
"deleted": "Scheduled post deleted", "deleted": "Scheduled post deleted",
"move": "Move to drafts", "move": "Move to drafts",

View File

@ -205,7 +205,7 @@
"deleted": "Draft deleted" "deleted": "Draft deleted"
}, },
"schedules": { "schedules": {
"title": "Scheduled Posts", "title": "Schedules",
"empty_list": "Nothing here", "empty_list": "Nothing here",
"deleted": "Scheduled post deleted", "deleted": "Scheduled post deleted",
"move": "Move to drafts", "move": "Move to drafts",

View File

@ -205,7 +205,7 @@
"deleted": "Draft deleted" "deleted": "Draft deleted"
}, },
"schedules": { "schedules": {
"title": "Scheduled Posts", "title": "Schedules",
"empty_list": "Nothing here", "empty_list": "Nothing here",
"deleted": "Scheduled post deleted", "deleted": "Scheduled post deleted",
"move": "Move to drafts", "move": "Move to drafts",

View File

@ -205,7 +205,7 @@
"deleted": "Draf telah dipadamkan" "deleted": "Draf telah dipadamkan"
}, },
"schedules": { "schedules": {
"title": "Jadual siaran", "title": "Jadual",
"empty_list": "Kosong", "empty_list": "Kosong",
"deleted": "Jadual pos telah dipadamkan", "deleted": "Jadual pos telah dipadamkan",
"move": "Memindah ke draf", "move": "Memindah ke draf",
@ -276,6 +276,6 @@
"powerUp": "Mengekuasai", "powerUp": "Mengekuasai",
"withdrawToSaving": "Keluarkan kepada penyimpanan", "withdrawToSaving": "Keluarkan kepada penyimpanan",
"steemconnect_title": "Steemconnect Transfer", "steemconnect_title": "Steemconnect Transfer",
"next": "NEXT" "next": "SETERUSNYA"
} }
} }

View File

@ -205,7 +205,7 @@
"deleted": "Draft deleted" "deleted": "Draft deleted"
}, },
"schedules": { "schedules": {
"title": "Scheduled Posts", "title": "Schedules",
"empty_list": "Nothing here", "empty_list": "Nothing here",
"deleted": "Scheduled post deleted", "deleted": "Scheduled post deleted",
"move": "Move to drafts", "move": "Move to drafts",

View File

@ -205,7 +205,7 @@
"deleted": "Concept verwijderd" "deleted": "Concept verwijderd"
}, },
"schedules": { "schedules": {
"title": "Geplande berichten", "title": "Schedules",
"empty_list": "Niets hier", "empty_list": "Niets hier",
"deleted": "Geplande post verwijderd", "deleted": "Geplande post verwijderd",
"move": "Verplaatsen naar concepten", "move": "Verplaatsen naar concepten",

View File

@ -205,7 +205,7 @@
"deleted": "Draft deleted" "deleted": "Draft deleted"
}, },
"schedules": { "schedules": {
"title": "Scheduled Posts", "title": "Schedules",
"empty_list": "Nothing here", "empty_list": "Nothing here",
"deleted": "Scheduled post deleted", "deleted": "Scheduled post deleted",
"move": "Move to drafts", "move": "Move to drafts",

View File

@ -205,7 +205,7 @@
"deleted": "Draft deleted" "deleted": "Draft deleted"
}, },
"schedules": { "schedules": {
"title": "Scheduled Posts", "title": "Schedules",
"empty_list": "Nothing here", "empty_list": "Nothing here",
"deleted": "Scheduled post deleted", "deleted": "Scheduled post deleted",
"move": "Move to drafts", "move": "Move to drafts",

View File

@ -205,7 +205,7 @@
"deleted": "Draft don delete komot" "deleted": "Draft don delete komot"
}, },
"schedules": { "schedules": {
"title": "Tori Wey You Don Time", "title": "Schedules",
"empty_list": "Here empty oo", "empty_list": "Here empty oo",
"deleted": "Tori wey you time don delete", "deleted": "Tori wey you time don delete",
"move": "Move am go draft", "move": "Move am go draft",

View File

@ -205,7 +205,7 @@
"deleted": "Draft deleted" "deleted": "Draft deleted"
}, },
"schedules": { "schedules": {
"title": "Scheduled Posts", "title": "Schedules",
"empty_list": "Nothing here", "empty_list": "Nothing here",
"deleted": "Scheduled post deleted", "deleted": "Scheduled post deleted",
"move": "Move to drafts", "move": "Move to drafts",

View File

@ -205,7 +205,7 @@
"deleted": "Rascunho eliminado" "deleted": "Rascunho eliminado"
}, },
"schedules": { "schedules": {
"title": "Posts agendados", "title": "Agendamentos",
"empty_list": "Nada aqui", "empty_list": "Nada aqui",
"deleted": "Post programado excluído", "deleted": "Post programado excluído",
"move": "Mover para Rascunhos", "move": "Mover para Rascunhos",

View File

@ -205,7 +205,7 @@
"deleted": "Schiță ștearsă" "deleted": "Schiță ștearsă"
}, },
"schedules": { "schedules": {
"title": "Postări Programate", "title": "Planificări",
"empty_list": "Nici un rezultat", "empty_list": "Nici un rezultat",
"deleted": "Postarea planificată a fost ștearsă", "deleted": "Postarea planificată a fost ștearsă",
"move": "Mută la schițe", "move": "Mută la schițe",
@ -276,6 +276,6 @@
"powerUp": "Power Up", "powerUp": "Power Up",
"withdrawToSaving": "Retrage la economii", "withdrawToSaving": "Retrage la economii",
"steemconnect_title": "Transfer Steemconnect", "steemconnect_title": "Transfer Steemconnect",
"next": "NEXT" "next": "URMĂTORUL"
} }
} }

View File

@ -205,7 +205,7 @@
"deleted": "Черновик удалён" "deleted": "Черновик удалён"
}, },
"schedules": { "schedules": {
"title": "Отложенные посты", "title": "Schedules",
"empty_list": "Ничего нет", "empty_list": "Ничего нет",
"deleted": "Отложенный пост удалён", "deleted": "Отложенный пост удалён",
"move": "Переместить в черновики", "move": "Переместить в черновики",

View File

@ -205,7 +205,7 @@
"deleted": "Draft deleted" "deleted": "Draft deleted"
}, },
"schedules": { "schedules": {
"title": "Scheduled Posts", "title": "Schedules",
"empty_list": "Nothing here", "empty_list": "Nothing here",
"deleted": "Scheduled post deleted", "deleted": "Scheduled post deleted",
"move": "Move to drafts", "move": "Move to drafts",

View File

@ -205,7 +205,7 @@
"deleted": "Draft deleted" "deleted": "Draft deleted"
}, },
"schedules": { "schedules": {
"title": "Scheduled Posts", "title": "Schedules",
"empty_list": "Nothing here", "empty_list": "Nothing here",
"deleted": "Scheduled post deleted", "deleted": "Scheduled post deleted",
"move": "Move to drafts", "move": "Move to drafts",

View File

@ -205,7 +205,7 @@
"deleted": "Draft deleted" "deleted": "Draft deleted"
}, },
"schedules": { "schedules": {
"title": "Scheduled Posts", "title": "Schedules",
"empty_list": "Nothing here", "empty_list": "Nothing here",
"deleted": "Scheduled post deleted", "deleted": "Scheduled post deleted",
"move": "Move to drafts", "move": "Move to drafts",

View File

@ -205,7 +205,7 @@
"deleted": "Draft deleted" "deleted": "Draft deleted"
}, },
"schedules": { "schedules": {
"title": "Scheduled Posts", "title": "Schedules",
"empty_list": "Nothing here", "empty_list": "Nothing here",
"deleted": "Scheduled post deleted", "deleted": "Scheduled post deleted",
"move": "Move to drafts", "move": "Move to drafts",

View File

@ -205,7 +205,7 @@
"deleted": "Radna verzija je izbrisana" "deleted": "Radna verzija je izbrisana"
}, },
"schedules": { "schedules": {
"title": "Planirani postovi", "title": "Schedules",
"empty_list": "Ovde nema ništa", "empty_list": "Ovde nema ništa",
"deleted": "Planirani post je izbrisan", "deleted": "Planirani post je izbrisan",
"move": "Premesti u radne verzije", "move": "Premesti u radne verzije",

View File

@ -205,7 +205,7 @@
"deleted": "Draft deleted" "deleted": "Draft deleted"
}, },
"schedules": { "schedules": {
"title": "Scheduled Posts", "title": "Schedules",
"empty_list": "Nothing here", "empty_list": "Nothing here",
"deleted": "Scheduled post deleted", "deleted": "Scheduled post deleted",
"move": "Move to drafts", "move": "Move to drafts",

View File

@ -205,7 +205,7 @@
"deleted": "Draft deleted" "deleted": "Draft deleted"
}, },
"schedules": { "schedules": {
"title": "Scheduled Posts", "title": "Schedules",
"empty_list": "Nothing here", "empty_list": "Nothing here",
"deleted": "Scheduled post deleted", "deleted": "Scheduled post deleted",
"move": "Move to drafts", "move": "Move to drafts",

View File

@ -205,7 +205,7 @@
"deleted": "Draft deleted" "deleted": "Draft deleted"
}, },
"schedules": { "schedules": {
"title": "Scheduled Posts", "title": "Schedules",
"empty_list": "Nothing here", "empty_list": "Nothing here",
"deleted": "Scheduled post deleted", "deleted": "Scheduled post deleted",
"move": "Move to drafts", "move": "Move to drafts",

View File

@ -205,7 +205,7 @@
"deleted": "Draft deleted" "deleted": "Draft deleted"
}, },
"schedules": { "schedules": {
"title": "Scheduled Posts", "title": "Schedules",
"empty_list": "Nothing here", "empty_list": "Nothing here",
"deleted": "Scheduled post deleted", "deleted": "Scheduled post deleted",
"move": "Move to drafts", "move": "Move to drafts",

View File

@ -205,7 +205,7 @@
"deleted": "Draft deleted" "deleted": "Draft deleted"
}, },
"schedules": { "schedules": {
"title": "Scheduled Posts", "title": "Schedules",
"empty_list": "Nothing here", "empty_list": "Nothing here",
"deleted": "Scheduled post deleted", "deleted": "Scheduled post deleted",
"move": "Move to drafts", "move": "Move to drafts",

View File

@ -205,7 +205,7 @@
"deleted": "Draft deleted" "deleted": "Draft deleted"
}, },
"schedules": { "schedules": {
"title": "Scheduled Posts", "title": "Schedules",
"empty_list": "Nothing here", "empty_list": "Nothing here",
"deleted": "Scheduled post deleted", "deleted": "Scheduled post deleted",
"move": "Move to drafts", "move": "Move to drafts",

View File

@ -205,7 +205,7 @@
"deleted": "Taslak silindi" "deleted": "Taslak silindi"
}, },
"schedules": { "schedules": {
"title": "Zamanlanmiş Gönderi", "title": "Schedules",
"empty_list": "Burada hiçbir şey yok", "empty_list": "Burada hiçbir şey yok",
"deleted": "Zamanlanmiş Gönderi Silindi", "deleted": "Zamanlanmiş Gönderi Silindi",
"move": "Taslaklara taşı", "move": "Taslaklara taşı",

View File

@ -205,7 +205,7 @@
"deleted": "Draft deleted" "deleted": "Draft deleted"
}, },
"schedules": { "schedules": {
"title": "Scheduled Posts", "title": "Schedules",
"empty_list": "Nothing here", "empty_list": "Nothing here",
"deleted": "Scheduled post deleted", "deleted": "Scheduled post deleted",
"move": "Move to drafts", "move": "Move to drafts",

View File

@ -205,7 +205,7 @@
"deleted": "Draft deleted" "deleted": "Draft deleted"
}, },
"schedules": { "schedules": {
"title": "Scheduled Posts", "title": "Schedules",
"empty_list": "Nothing here", "empty_list": "Nothing here",
"deleted": "Scheduled post deleted", "deleted": "Scheduled post deleted",
"move": "Move to drafts", "move": "Move to drafts",

View File

@ -205,7 +205,7 @@
"deleted": "Draft deleted" "deleted": "Draft deleted"
}, },
"schedules": { "schedules": {
"title": "Scheduled Posts", "title": "Schedules",
"empty_list": "Nothing here", "empty_list": "Nothing here",
"deleted": "Scheduled post deleted", "deleted": "Scheduled post deleted",
"move": "Move to drafts", "move": "Move to drafts",

View File

@ -205,7 +205,7 @@
"deleted": "Draft deleted" "deleted": "Draft deleted"
}, },
"schedules": { "schedules": {
"title": "Scheduled Posts", "title": "Schedules",
"empty_list": "Nothing here", "empty_list": "Nothing here",
"deleted": "Scheduled post deleted", "deleted": "Scheduled post deleted",
"move": "Move to drafts", "move": "Move to drafts",

View File

@ -205,7 +205,7 @@
"deleted": "Bản nháp đã bị xóa" "deleted": "Bản nháp đã bị xóa"
}, },
"schedules": { "schedules": {
"title": "Các bài viết được hẹn lịch", "title": "Schedules",
"empty_list": "Không có gì ở đây", "empty_list": "Không có gì ở đây",
"deleted": "Các bài viết được hẹn lịch đã bị xóa", "deleted": "Các bài viết được hẹn lịch đã bị xóa",
"move": "Di chuyển đến bản nháp", "move": "Di chuyển đến bản nháp",

View File

@ -205,7 +205,7 @@
"deleted": "Oro akanse ti pare" "deleted": "Oro akanse ti pare"
}, },
"schedules": { "schedules": {
"title": "Se eto asiko fun oro re", "title": "Schedules",
"empty_list": "Ko si ohun kan nibi", "empty_list": "Ko si ohun kan nibi",
"deleted": "Eto asiko oro ti ose ti pare", "deleted": "Eto asiko oro ti ose ti pare",
"move": "Gbe lo si ibi akanse oro", "move": "Gbe lo si ibi akanse oro",

View File

@ -205,7 +205,7 @@
"deleted": "草稿已删除" "deleted": "草稿已删除"
}, },
"schedules": { "schedules": {
"title": "计划的帖子", "title": "Schedules",
"empty_list": "此处无内容", "empty_list": "此处无内容",
"deleted": "计划的帖子已删除", "deleted": "计划的帖子已删除",
"move": "移到草稿", "move": "移到草稿",

View File

@ -205,7 +205,7 @@
"deleted": "草稿已刪除" "deleted": "草稿已刪除"
}, },
"schedules": { "schedules": {
"title": "計劃的帖子", "title": "Schedules",
"empty_list": "暫無内容!", "empty_list": "暫無内容!",
"deleted": "已刪除計畫的帖子", "deleted": "已刪除計畫的帖子",
"move": "儲存為草稿", "move": "儲存為草稿",

View File

@ -16,12 +16,12 @@ export default {
point: 5, point: 5,
}, },
120: { 120: {
icon: 'upcircle', icon: 'upcircleo',
textKey: 'points.vote_title', textKey: 'points.vote_title',
nameKey: 'points.vote', nameKey: 'points.vote',
descriptionKey: 'points.vote_desc', descriptionKey: 'points.vote_desc',
iconType: 'AntDesign', iconType: 'AntDesign',
point: 0.1, point: 0.3,
}, },
130: { 130: {
icon: 'repeat', icon: 'repeat',
@ -32,15 +32,15 @@ export default {
point: 1, point: 1,
}, },
10: { 10: {
icon: 'ticket', icon: 'star-border',
textKey: 'points.checkin_title', textKey: 'points.checkin_title',
nameKey: 'points.checkin', nameKey: 'points.checkin',
descriptionKey: 'points.checkin_desc', descriptionKey: 'points.checkin_desc',
iconType: 'MaterialCommunityIcons', iconType: 'MaterialIcons',
point: 0.2, point: 0.25,
}, },
20: { 20: {
icon: 'person', icon: 'person-outline',
textKey: 'points.login_title', textKey: 'points.login_title',
nameKey: 'points.login', nameKey: 'points.login',
descriptionKey: 'points.login_desc', descriptionKey: 'points.login_desc',
@ -48,7 +48,7 @@ export default {
point: 100, point: 100,
}, },
30: { 30: {
icon: 'check-decagram', icon: 'check-all',
textKey: 'points.checkin_extra_title', textKey: 'points.checkin_extra_title',
nameKey: 'points.checkin_extra', nameKey: 'points.checkin_extra',
descriptionKey: 'points.checkin_extra_desc', descriptionKey: 'points.checkin_extra_desc',