diff --git a/src/components/basicUIElements/view/walletLineItem/walletLineItemView.js b/src/components/basicUIElements/view/walletLineItem/walletLineItemView.js index 96f4b9b89..1f8c696ce 100644 --- a/src/components/basicUIElements/view/walletLineItem/walletLineItemView.js +++ b/src/components/basicUIElements/view/walletLineItem/walletLineItemView.js @@ -24,7 +24,7 @@ const WalletLineItem = ({ textColor, index, style, - dropdown, + isHasdropdown, dropdownOptions, onDropdownSelect, }) => ( @@ -77,7 +77,7 @@ const WalletLineItem = ({ )} - {dropdown && ( + {isHasdropdown && ( diff --git a/src/components/walletDetails/container/walletDetailsContainer.js b/src/components/walletDetails/container/walletDetailsContainer.js index 281e94742..161846fcd 100644 --- a/src/components/walletDetails/container/walletDetailsContainer.js +++ b/src/components/walletDetails/container/walletDetailsContainer.js @@ -48,9 +48,16 @@ class WalletContainer extends PureComponent { }; render() { - const { intl, walletData } = this.props; + const { intl, walletData, isShowDropdowns } = this.props; - return ; + return ( + + ); } } diff --git a/src/components/walletDetails/view/walletDetailsView.js b/src/components/walletDetails/view/walletDetailsView.js index 2d8f7196f..ed7a45ff7 100644 --- a/src/components/walletDetails/view/walletDetailsView.js +++ b/src/components/walletDetails/view/walletDetailsView.js @@ -29,7 +29,9 @@ class WalletDetailsView extends PureComponent { // Component Functions render() { - const { walletData, intl, navigate } = this.props; + const { + walletData, intl, navigate, isShowDropdowns, + } = this.props; const steemDropdown = ['transferToken', 'transferToSaving', 'powerUp']; const sbdDropdown = ['transferToken', 'transferToSaving']; @@ -42,10 +44,8 @@ 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}` }), - )} + isHasdropdown={isShowDropdowns} + dropdownOptions={steemDropdown.map(item => intl.formatMessage({ id: `transfer.${item}` }))} onDropdownSelect={index => navigate(steemDropdown[index], 'STEEM')} /> @@ -96,7 +96,7 @@ class WalletDetailsView extends PureComponent { iconName="ios-information-circle-outline" rightText={`$${Math.round(walletData.sbdBalance * 1000) / 1000}`} isBoldText - dropdown + isHasdropdown={isShowDropdowns} dropdownOptions={sbdDropdown.map(item => intl.formatMessage({ id: `transfer.${item}` }))} onDropdownSelect={a => navigate(steemDropdown[a], 'SBD')} /> diff --git a/src/config/locales/ac-ace.json b/src/config/locales/ac-ace.json index 6b487b5a5..c34c1ee94 100644 --- a/src/config/locales/ac-ace.json +++ b/src/config/locales/ac-ace.json @@ -205,7 +205,7 @@ "deleted": "Konsep kalhëuh meusampöh" }, "schedules": { - "title": "Peujadual Post", + "title": "Schedules", "empty_list": "Hana sapëuna", "deleted": "Post meujadwal kalhëuh meusampöh", "move": "Pinah lam konsep", diff --git a/src/config/locales/ar-SA.json b/src/config/locales/ar-SA.json index 29b837293..cf5db127d 100644 --- a/src/config/locales/ar-SA.json +++ b/src/config/locales/ar-SA.json @@ -205,7 +205,7 @@ "deleted": "مسودة محذوفة" }, "schedules": { - "title": "المنشورات المجدولة", + "title": "Schedules", "empty_list": "لا شيء هنا", "deleted": "تم مسح المشاركة المجدولة", "move": "نقل إلى المسودات", diff --git a/src/config/locales/as-IN.json b/src/config/locales/as-IN.json index d7d60d79e..6beb1d48b 100644 --- a/src/config/locales/as-IN.json +++ b/src/config/locales/as-IN.json @@ -205,7 +205,7 @@ "deleted": "Draft deleted" }, "schedules": { - "title": "Scheduled Posts", + "title": "Schedules", "empty_list": "Nothing here", "deleted": "Scheduled post deleted", "move": "Move to drafts", diff --git a/src/config/locales/az-AZ.json b/src/config/locales/az-AZ.json index 5433d2d1f..c59345fb2 100644 --- a/src/config/locales/az-AZ.json +++ b/src/config/locales/az-AZ.json @@ -205,7 +205,7 @@ "deleted": "Qaralama silindi" }, "schedules": { - "title": "Planlaşdırılmış Göndərişlər", + "title": "Schedules", "empty_list": "Burada heç nə yoxdur", "deleted": "Planlaşdırılmış göndəriş silindi", "move": "Qaralamalara köçür", diff --git a/src/config/locales/bg-BG.json b/src/config/locales/bg-BG.json index d7d60d79e..6beb1d48b 100644 --- a/src/config/locales/bg-BG.json +++ b/src/config/locales/bg-BG.json @@ -205,7 +205,7 @@ "deleted": "Draft deleted" }, "schedules": { - "title": "Scheduled Posts", + "title": "Schedules", "empty_list": "Nothing here", "deleted": "Scheduled post deleted", "move": "Move to drafts", diff --git a/src/config/locales/bn-BD.json b/src/config/locales/bn-BD.json index e8d558d64..212bb15af 100644 --- a/src/config/locales/bn-BD.json +++ b/src/config/locales/bn-BD.json @@ -205,7 +205,7 @@ "deleted": "Draft deleted" }, "schedules": { - "title": "Scheduled Posts", + "title": "Schedules", "empty_list": "Nothing here", "deleted": "Scheduled post deleted", "move": "Move to drafts", diff --git a/src/config/locales/bo-BT.json b/src/config/locales/bo-BT.json index d7d60d79e..6beb1d48b 100644 --- a/src/config/locales/bo-BT.json +++ b/src/config/locales/bo-BT.json @@ -205,7 +205,7 @@ "deleted": "Draft deleted" }, "schedules": { - "title": "Scheduled Posts", + "title": "Schedules", "empty_list": "Nothing here", "deleted": "Scheduled post deleted", "move": "Move to drafts", diff --git a/src/config/locales/bs-BA.json b/src/config/locales/bs-BA.json index d7d60d79e..6beb1d48b 100644 --- a/src/config/locales/bs-BA.json +++ b/src/config/locales/bs-BA.json @@ -205,7 +205,7 @@ "deleted": "Draft deleted" }, "schedules": { - "title": "Scheduled Posts", + "title": "Schedules", "empty_list": "Nothing here", "deleted": "Scheduled post deleted", "move": "Move to drafts", diff --git a/src/config/locales/ca-ES.json b/src/config/locales/ca-ES.json index d7d60d79e..6beb1d48b 100644 --- a/src/config/locales/ca-ES.json +++ b/src/config/locales/ca-ES.json @@ -205,7 +205,7 @@ "deleted": "Draft deleted" }, "schedules": { - "title": "Scheduled Posts", + "title": "Schedules", "empty_list": "Nothing here", "deleted": "Scheduled post deleted", "move": "Move to drafts", diff --git a/src/config/locales/ceb-PH.json b/src/config/locales/ceb-PH.json index d7d60d79e..6beb1d48b 100644 --- a/src/config/locales/ceb-PH.json +++ b/src/config/locales/ceb-PH.json @@ -205,7 +205,7 @@ "deleted": "Draft deleted" }, "schedules": { - "title": "Scheduled Posts", + "title": "Schedules", "empty_list": "Nothing here", "deleted": "Scheduled post deleted", "move": "Move to drafts", diff --git a/src/config/locales/cs-CZ.json b/src/config/locales/cs-CZ.json index d7d60d79e..6beb1d48b 100644 --- a/src/config/locales/cs-CZ.json +++ b/src/config/locales/cs-CZ.json @@ -205,7 +205,7 @@ "deleted": "Draft deleted" }, "schedules": { - "title": "Scheduled Posts", + "title": "Schedules", "empty_list": "Nothing here", "deleted": "Scheduled post deleted", "move": "Move to drafts", diff --git a/src/config/locales/da-DK.json b/src/config/locales/da-DK.json index d7d60d79e..6beb1d48b 100644 --- a/src/config/locales/da-DK.json +++ b/src/config/locales/da-DK.json @@ -205,7 +205,7 @@ "deleted": "Draft deleted" }, "schedules": { - "title": "Scheduled Posts", + "title": "Schedules", "empty_list": "Nothing here", "deleted": "Scheduled post deleted", "move": "Move to drafts", diff --git a/src/config/locales/de-DE.json b/src/config/locales/de-DE.json index f7955e8b6..edb8a5f1e 100644 --- a/src/config/locales/de-DE.json +++ b/src/config/locales/de-DE.json @@ -205,7 +205,7 @@ "deleted": "Entwurf gelöscht" }, "schedules": { - "title": "Geplante Beiträge", + "title": "Schedules", "empty_list": "Keine Einträge vorhanden", "deleted": "Geplanter Beitrag entfernt", "move": "In Entwürfe verschieben", diff --git a/src/config/locales/el-GR.json b/src/config/locales/el-GR.json index d7d60d79e..6beb1d48b 100644 --- a/src/config/locales/el-GR.json +++ b/src/config/locales/el-GR.json @@ -205,7 +205,7 @@ "deleted": "Draft deleted" }, "schedules": { - "title": "Scheduled Posts", + "title": "Schedules", "empty_list": "Nothing here", "deleted": "Scheduled post deleted", "move": "Move to drafts", diff --git a/src/config/locales/eo-UY.json b/src/config/locales/eo-UY.json index d7d60d79e..6beb1d48b 100644 --- a/src/config/locales/eo-UY.json +++ b/src/config/locales/eo-UY.json @@ -205,7 +205,7 @@ "deleted": "Draft deleted" }, "schedules": { - "title": "Scheduled Posts", + "title": "Schedules", "empty_list": "Nothing here", "deleted": "Scheduled post deleted", "move": "Move to drafts", diff --git a/src/config/locales/es-ES.json b/src/config/locales/es-ES.json index c07c89ad8..c93927777 100644 --- a/src/config/locales/es-ES.json +++ b/src/config/locales/es-ES.json @@ -205,7 +205,7 @@ "deleted": "Borrador eliminado" }, "schedules": { - "title": "Publicaciones programadas", + "title": "Schedules", "empty_list": "Nada aquí", "deleted": "Publicación programada eliminada", "move": "Mover a borradores", diff --git a/src/config/locales/et-EE.json b/src/config/locales/et-EE.json index d7d60d79e..6beb1d48b 100644 --- a/src/config/locales/et-EE.json +++ b/src/config/locales/et-EE.json @@ -205,7 +205,7 @@ "deleted": "Draft deleted" }, "schedules": { - "title": "Scheduled Posts", + "title": "Schedules", "empty_list": "Nothing here", "deleted": "Scheduled post deleted", "move": "Move to drafts", diff --git a/src/config/locales/fa-IR.json b/src/config/locales/fa-IR.json index 870f08d5f..9c10dd2ae 100644 --- a/src/config/locales/fa-IR.json +++ b/src/config/locales/fa-IR.json @@ -205,7 +205,7 @@ "deleted": "پیشنویس حذف شده" }, "schedules": { - "title": "مطالب برنامه ریزی شده", + "title": "Schedules", "empty_list": "اینجا چیزی نیست", "deleted": "پست های برنامه ریزی شده حذف شدند", "move": "انتقال به پیشنویس", diff --git a/src/config/locales/fi-FI.json b/src/config/locales/fi-FI.json index 9a16b0dac..2109ac3cd 100644 --- a/src/config/locales/fi-FI.json +++ b/src/config/locales/fi-FI.json @@ -205,7 +205,7 @@ "deleted": "Luonnos poistettu" }, "schedules": { - "title": "Ajastetut julkaisut", + "title": "Schedules", "empty_list": "Täällä ei ole mitään", "deleted": "Ajastettu julkaisu poistettu", "move": "Siirrä luonnoksiin", diff --git a/src/config/locales/fil-PH.json b/src/config/locales/fil-PH.json index 2ff7ef460..16f4a18cd 100644 --- a/src/config/locales/fil-PH.json +++ b/src/config/locales/fil-PH.json @@ -205,7 +205,7 @@ "deleted": "Draft deleted" }, "schedules": { - "title": "Scheduled Posts", + "title": "Schedules", "empty_list": "Nothing here", "deleted": "Scheduled post deleted", "move": "Move to drafts", diff --git a/src/config/locales/fr-FR.json b/src/config/locales/fr-FR.json index 57cbe5ec5..7e7fd807a 100644 --- a/src/config/locales/fr-FR.json +++ b/src/config/locales/fr-FR.json @@ -39,20 +39,20 @@ "reblog": "Reblog", "login": "Login", "checkin_extra": "Bonus", - "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", + "post_title": "Points pour vos publications", + "comment_title": "Points pour vos commentaires", + "vote_title": "Points pour vos votes", + "reblog_title": "Points pour vos reblog", + "login_title": "Points pour vos connexions", "checkin_title": "Points for usage", "checkin_extra_title": "Bonus d'utilisation", "no_activity": "Aucune activité ici !", - "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.", + "post_desc": "Vous pouvez gagner des points en publiant régulièrement. Publier vous donne 15 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.", "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.", - "login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.", + "reblog_desc": " Partagez les publication que vous aimez avec vos amis et gagnez 1 point.", + "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." }, "messages": { @@ -193,7 +193,7 @@ "delete": "Supprimer", "copied": "Copié !", "no_internet": "Pas de connexion !", - "confirm": "Confirm" + "confirm": "Valider" }, "post": { "reblog_alert": "Êtes-vous sûr de vouloir rebloguer ?" @@ -205,7 +205,7 @@ "deleted": "Brouillon supprimé" }, "schedules": { - "title": "Publications planifiées", + "title": "Plannings", "empty_list": "Rien ici", "deleted": "Publication planifiée supprimée", "move": "Déplacer vers brouillons", @@ -266,7 +266,7 @@ "to": "À", "amount": "Montant", "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", "memo_desc": "Ce mémo est public", "to_placeholder": "Nom d'utilisateur", diff --git a/src/config/locales/ga-IE.json b/src/config/locales/ga-IE.json index d7d60d79e..6beb1d48b 100644 --- a/src/config/locales/ga-IE.json +++ b/src/config/locales/ga-IE.json @@ -205,7 +205,7 @@ "deleted": "Draft deleted" }, "schedules": { - "title": "Scheduled Posts", + "title": "Schedules", "empty_list": "Nothing here", "deleted": "Scheduled post deleted", "move": "Move to drafts", diff --git a/src/config/locales/gl-ES.json b/src/config/locales/gl-ES.json index d7d60d79e..6beb1d48b 100644 --- a/src/config/locales/gl-ES.json +++ b/src/config/locales/gl-ES.json @@ -205,7 +205,7 @@ "deleted": "Draft deleted" }, "schedules": { - "title": "Scheduled Posts", + "title": "Schedules", "empty_list": "Nothing here", "deleted": "Scheduled post deleted", "move": "Move to drafts", diff --git a/src/config/locales/got-DE.json b/src/config/locales/got-DE.json index d7d60d79e..293a8fdc9 100644 --- a/src/config/locales/got-DE.json +++ b/src/config/locales/got-DE.json @@ -1,52 +1,52 @@ { "wallet": { "curation_reward": "Curation Reward", - "author_reward": "Author Reward", + "author_reward": "Bokarjis Sigislaun", "comment_benefactor_reward": "Comment Benefactor Reward", "claim_reward_balance": "Claim Reward Balance", - "transfer": "Transfer", + "transfer": "Ufarbair", "transfer_to_vesting": "Transfer To Vesting", "transfer_from_savings": "Transfer From Savings", "withdraw_vesting": "Power Down", "fill_order": "Fill Order" }, "notification": { - "vote": "likes your post", - "unvote": "unvoted your post", - "reply": "replied to your post", - "mention": "mentioned you", - "follow": "followed you", - "unfollow": "unfollowed you", + "vote": "galeikaiþ þein waurd", + "unvote": "usnam stibna þeinis waurdis", + "reply": "andhof þeinamma waurda", + "mention": "haihait þuk", + "follow": "afarlaistida þuk", + "unfollow": "unlaistida þuk", "ignore": "ignored you", - "reblog": "reblogged your post", + "reblog": "aftrablaugida þein waurd", "transfer": "transfered steem", "comingsoon": "Leaderboard feature is coming soon!", "notification": "Notifications", "leaderboard": "Leaderboard", - "epoint": "Points", + "epoint": "Stika", "leaderboard_title": "Daily Top User", - "recent": "Recent", - "yesterday": "Yesterday", - "this_week": "This Week", - "this_month": "This Month", - "older_then": "Older Than A Month" + "recent": "Aftumist", + "yesterday": "Fairnindag", + "this_week": "So dagawiko", + "this_month": "So menoþs", + "older_then": "Fairnizo þau Aina Menoþ" }, "points": { - "post": "Post", - "comment": "Comment", + "post": "Waurd", + "comment": "Gawaurdei", "checkin": "Checki-in", - "vote": "Vote", - "reblog": "Reblog", - "login": "Login", - "checkin_extra": "Bonus", - "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!", + "vote": "Gif stibna", + "reblog": "Aftrablaug", + "login": "Atgagg", + "checkin_extra": "Huzd", + "post_title": "Stika waurda", + "comment_title": "Stika waurda", + "vote_title": "Stika stibnai", + "reblog_title": "Stika aftrablauga", + "login_title": "Stika atgagga", + "checkin_title": "Stika brukeinai", + "checkin_extra_title": "Brukeinais huzd", + "no_activity": "Ni waihts her warþ!", "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.", "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." }, "messages": { - "comingsoon": "Messages feature is coming soon!" + "comingsoon": "Waurdamahts sprauto qimiþ!" }, "profile": { - "following": "Following", - "follower": "Follower", - "post": "Post", + "following": "Galaistjans", + "follower": "Galaistja", + "post": "Waurda", "details": "Profile Details", - "comments": "Comments", - "replies": "Replies", - "wallet": "Wallet", + "comments": "Waurda", + "replies": "Andahafteis", + "wallet": "Puggs", "wallet_details": "Wallet Details", "unclaimed_rewards": "Unclaimed Rewards", "full_in": "Full in", - "hours": "hours", - "voting_power": "Voting power", - "login_to_see": "Login to see", - "havent_commented": "haven't commented anything yet", - "havent_posted": "haven't posted anything yet", - "steem_power": "Steem Power", + "hours": "hweilos", + "voting_power": "Stibnamahts", + "login_to_see": "Atgagg du saihwan", + "havent_commented": "nauh ni gawaurdida", + "havent_posted": "waurd nauh ni gatawida", + "steem_power": "Steim Mahts", "next_power_text": "Next power down is in", - "days": "days", - "day": "day", + "days": "dagos", + "day": "dags", "steem_dollars": "Steem Dollars", "savings": "Savings" }, "settings": { - "settings": "Settings", - "general": "General", - "currency": "Currency", - "language": "Language", - "server": "Server", + "settings": "Lageinos", + "general": "Gamain", + "currency": "Skattakuni", + "language": "Razda", + "server": "Skalkinassus", "dark_theme": "Dark Theme", "push_notification": "Push Notification", "notification": { - "follow": "Follow", - "vote": "Vote", - "comment": "Comment", - "mention": "Mention", - "reblog": "Reblog", + "follow": "Laistei", + "vote": "Gif stibna", + "comment": "Qiþ waiht", + "mention": "Hait", + "reblog": "Aftrablaugei", "transfers": "Transfers" }, - "pincode": "Pincode", - "reset": "Reset", + "pincode": "PIN kodus", + "reset": "Aftralagei", "nsfw_content": "NSFW Content", - "send_feedback": "Send Feedback", - "send": "Send", - "default_footer": "Default Footer", + "send_feedback": "Sandei Anafilh", + "send": "Sandei", + "default_footer": "Gamaina Fotjo", "nsfw": { "always_show": "Always show", "always_hide": "Always hide", @@ -137,55 +137,55 @@ "favorites": "Favorites", "drafts": "Drafts", "schedules": "Schedules", - "gallery": "Gallery", - "settings": "Settings", - "add_account": "Add Account", - "logout": "Logout", - "cancel": "Cancel", - "logout_text": "Are you sure you want to logout?" + "gallery": "Frisahteis", + "settings": "Lageinos", + "add_account": "Anaaiauk rahnein", + "logout": "Afleiþ", + "cancel": "Fraqiþ", + "logout_text": "Wileis bi sunjai afleiþan?" }, "header": { - "title": "Login to customize your feed", - "search": "Search..." + "title": "Atgagg du waljan þein feid", + "search": "Sokei..." }, "basic_header": { - "publish": "Publish", - "search": "Search", - "update": "Update", - "reply": "Reply" + "publish": "Usmerei", + "search": "Sokei", + "update": "Aftraananiuei", + "reply": "Andhafei" }, "editor": { - "title": "Title", - "tags": "tags", - "default_placeholder": "What would you like to write about today?", - "reply_placeholder": "What would you like to write about above post?", - "publish": "Publish", - "reply": "Reply", - "open_galery": "Open Galery", - "capture_photo": "Capture a photo" + "title": "Ufarmeli", + "tags": "sokeiniwaurda", + "default_placeholder": "Hwa wileis meljan bi himma daga?", + "reply_placeholder": "Hwa wileis meljan bi ufaro waurd?", + "publish": "Usmerei", + "reply": "Andhafei", + "open_galery": "Usluk frisahtins", + "capture_photo": "Nim liuhadamelein" }, "pincode": { - "enter_text": "Enter pin to unlock", - "set_new": "Set new pin", - "write_again": "Write again", - "forgot_text": "Oh, I forgot it..." + "enter_text": "Melei PIN du uslukan", + "set_new": "Lagei niwi PIN", + "write_again": "Melei aftra", + "forgot_text": "O, ik ufarmaudida..." }, "alert": { - "success": "Success!", + "success": "Warþ!", "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?", + "move": "Miþsatei", + "move_question": "Wileis bi sunjai sokeinos miþsatjan?", "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!", + "success_rebloged": "Aftrablaugiþ!", "already_rebloged": "You have already reblogged!", "warning": "Warning", - "invalid_pincode": "Invalid pin code, please check and try again.", - "remove_alert": "Are you sure want to remove?", + "invalid_pincode": "Ungaraihts pin kodus, bidjam þuk sai jah sokei aftra.", + "remove_alert": "Bi sunjai wileis þata usniman?", "clear_alert": "Are you sure you want to clear?", "clear_user_alert": "Are you sure you want to clear all user data?", "clear": "Clear", @@ -205,7 +205,7 @@ "deleted": "Draft deleted" }, "schedules": { - "title": "Scheduled Posts", + "title": "Schedules", "empty_list": "Nothing here", "deleted": "Scheduled post deleted", "move": "Move to drafts", @@ -227,7 +227,7 @@ "search": "Search in favorites" }, "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", "already_logged": "You are already logged in, please try to add another account", "invalid_credentials": "Invalid credentials, please check and try again", @@ -269,7 +269,7 @@ "information": "Are you sure to transfer to funds?", "amount_desc": "Balance", "memo_desc": "This memo is public", - "to_placeholder": "Username", + "to_placeholder": "Atgagganamo", "memo_placeholder": "Enter your notes here", "transferToken": "Transfer", "transferToSaving": "Transfer To Saving", diff --git a/src/config/locales/he-IL.json b/src/config/locales/he-IL.json index 4cc8cc072..921ec7a0b 100644 --- a/src/config/locales/he-IL.json +++ b/src/config/locales/he-IL.json @@ -205,7 +205,7 @@ "deleted": "טיוטה נמחקה" }, "schedules": { - "title": "פוסטים מתוכננים", + "title": "Schedules", "empty_list": "אין כאן מידע", "deleted": "פוסטים מתוכננים נמחקו", "move": "העבר\\י לטיוטה", diff --git a/src/config/locales/hi-IN.json b/src/config/locales/hi-IN.json index d04b0f61f..58445b083 100644 --- a/src/config/locales/hi-IN.json +++ b/src/config/locales/hi-IN.json @@ -205,7 +205,7 @@ "deleted": "प्रारूप मिट गया" }, "schedules": { - "title": "निर्धारित लेखें", + "title": "Schedules", "empty_list": "कुछ नहीं है", "deleted": "निर्धारित लेख हट गया", "move": "प्रलेख में भेजें", diff --git a/src/config/locales/hr-HR.json b/src/config/locales/hr-HR.json index df6901c0f..265b000e0 100644 --- a/src/config/locales/hr-HR.json +++ b/src/config/locales/hr-HR.json @@ -205,7 +205,7 @@ "deleted": "Skica izbrisana" }, "schedules": { - "title": "Raspored postova", + "title": "Schedules", "empty_list": "Nema ničeg ovdje", "deleted": "Zakazani post izbrisan", "move": "Premjesti u skice", diff --git a/src/config/locales/hu-HU.json b/src/config/locales/hu-HU.json index 3f92d19fe..01db2083e 100644 --- a/src/config/locales/hu-HU.json +++ b/src/config/locales/hu-HU.json @@ -205,7 +205,7 @@ "deleted": "Piszkozat törölve" }, "schedules": { - "title": "Beütemezett Bejegyzések", + "title": "Schedules", "empty_list": "Itt nincs semmi", "deleted": "A beütemezett bejegyzés törölve", "move": "Áthelyezés a vázlatokhoz", diff --git a/src/config/locales/hy-AM.json b/src/config/locales/hy-AM.json index 49097cbb9..16864d75a 100644 --- a/src/config/locales/hy-AM.json +++ b/src/config/locales/hy-AM.json @@ -205,7 +205,7 @@ "deleted": "Draft deleted" }, "schedules": { - "title": "Scheduled Posts", + "title": "Schedules", "empty_list": "Nothing here", "deleted": "Scheduled post deleted", "move": "Move to drafts", diff --git a/src/config/locales/id-ID.json b/src/config/locales/id-ID.json index 8313c6a54..089432ae4 100644 --- a/src/config/locales/id-ID.json +++ b/src/config/locales/id-ID.json @@ -23,7 +23,7 @@ "comingsoon": "Fungsi papan peringkat akan segera hadir!", "notification": "Pemberitahuan", "leaderboard": "Papan Peringkat", - "epoint": "Points", + "epoint": "Poin", "leaderboard_title": "Pengguna harian paling atas", "recent": "Baru digunakan", "yesterday": "Kemarin", @@ -32,28 +32,28 @@ "older_then": "Lebih Lama Dari Sebulan" }, "points": { - "post": "Post", - "comment": "Comment", - "checkin": "Checki-in", - "vote": "Vote", - "reblog": "Reblog", - "login": "Login", + "post": "posting", + "comment": "Komentar", + "checkin": "Mendaftar", + "vote": "Beri suara", + "reblog": "Menampilkan kembali", + "login": "Masuk", "checkin_extra": "Bonus", - "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!", - "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.", - "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.", - "reblog_desc": " Share what post you like with your friends and earn 1 points.", - "login_desc": "When you login into eSteem app you are entitled to earn 100 points automatically.", - "checkin_extra_desc": "Consistent use of app gives you extra chances to earn more 10 points, be more active and earn more." + "post_title": "Poin untuk posting", + "comment_title": "Poin untuk komentar", + "vote_title": "Poin untuk suara", + "reblog_title": "Poin untuk menampilkan kembali", + "login_title": "Poin untuk masuk", + "checkin_title": "Poin untuk penggunaan", + "checkin_extra_title": "Bonus penggunaan", + "no_activity": "Tidak ada aktifitas disini!", + "post_desc": "Anda bisa mendapatkan poin dengan memposting secara teratur. Posting memberi Anda 15 poin.", + "comment_desc": "Setiap komentar yang Anda buat membantu Anda untuk menumbuhkan audiens Anda dan menjalin persahabatan tetapi juga memberi Anda 5 poin.", + "checkin_desc": "Memeriksa aplikasi eSteem memberi Anda 0,25 poin dan membantu Anda tetap terhubung dengan teman-teman Anda.", + "vote_desc": "Dengan memberikan suara Anda memberikan hadiah kepada penulis lain dan menunjukkan penghargaan Anda, tetapi juga mendapatkan 0,01 poin suara.", + "reblog_desc": " Bagikan pos yang Anda sukai dengan teman dan dapatkan 1 poin.", + "login_desc": "Saat Anda masuk ke aplikasi eSteem, Anda berhak mendapatkan 100 poin secara otomatis.", + "checkin_extra_desc": "Penggunaan aplikasi yang konsisten memberi Anda peluang ekstra untuk mendapatkan lebih banyak 10 poin, menjadi lebih aktif dan menghasilkan lebih banyak." }, "messages": { "comingsoon": "Fungsi pesan akan segera hadir!" @@ -175,10 +175,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?", + "move": "Pindahkan", + "move_question": "Apakah Anda yakin untuk pindah ke konsep?", "success_shared": "Tulisan anda berhasil dibagikan", - "success_moved": "Moved to draft", + "success_moved": "Pindah ke konsep", "permission_denied": "Izin ditolak", "permission_text": "Silakan buka pengaturan telepon dan ubah izin untuk aplikasi eSteem.", "success_rebloged": "Rebloged!", @@ -193,7 +193,7 @@ "delete": "Hapus", "copied": "Disalin!", "no_internet": "Tidak ada koneksi!", - "confirm": "Confirm" + "confirm": "Konfirmasi" }, "post": { "reblog_alert": "Anda yakin ingin menerbitkan ulang?" @@ -205,7 +205,7 @@ "deleted": "Konsep dihapus" }, "schedules": { - "title": "Posting terjadwal", + "title": "Daftar jadwal", "empty_list": "Disini belum ada apa-apa", "deleted": "Tulisan terjadwal dihapus", "move": "Pindahkan ke konsep", @@ -262,20 +262,20 @@ "age": "usia" }, "transfer": { - "from": "From", - "to": "To", - "amount": "Amount", + "from": "Dari", + "to": "Kepada", + "amount": "Jumlah", "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", + "information": "Apakah Anda yakin untuk mentransfer dana ke?", + "amount_desc": "Keseimbangan", + "memo_desc": "Memo ini bersifat publik", + "to_placeholder": "Nama Pengguna", + "memo_placeholder": "Masukan catatan anda disini", "transferToken": "Transfer", - "transferToSaving": "Transfer To Saving", + "transferToSaving": "Transfer untuk menyimpan", "powerUp": "Power Up", - "withdrawToSaving": "Withdraw To Saving", + "withdrawToSaving": "Tarik untuk menyimpan", "steemconnect_title": "Steemconnect Transfer", - "next": "NEXT" + "next": "LANJUT" } } diff --git a/src/config/locales/is-IS.json b/src/config/locales/is-IS.json index d7d60d79e..6beb1d48b 100644 --- a/src/config/locales/is-IS.json +++ b/src/config/locales/is-IS.json @@ -205,7 +205,7 @@ "deleted": "Draft deleted" }, "schedules": { - "title": "Scheduled Posts", + "title": "Schedules", "empty_list": "Nothing here", "deleted": "Scheduled post deleted", "move": "Move to drafts", diff --git a/src/config/locales/it-IT.json b/src/config/locales/it-IT.json index 7a959073e..4f2a6bbbb 100644 --- a/src/config/locales/it-IT.json +++ b/src/config/locales/it-IT.json @@ -205,7 +205,7 @@ "deleted": "Bozza eliminata" }, "schedules": { - "title": "Pianifica i post", + "title": "Schedules", "empty_list": "Non c'è niente qui", "deleted": "Pianificazione post eliminata", "move": "Sposta in bozze", diff --git a/src/config/locales/ja-JP.json b/src/config/locales/ja-JP.json index d7d60d79e..6beb1d48b 100644 --- a/src/config/locales/ja-JP.json +++ b/src/config/locales/ja-JP.json @@ -205,7 +205,7 @@ "deleted": "Draft deleted" }, "schedules": { - "title": "Scheduled Posts", + "title": "Schedules", "empty_list": "Nothing here", "deleted": "Scheduled post deleted", "move": "Move to drafts", diff --git a/src/config/locales/ka-GE.json b/src/config/locales/ka-GE.json index d7d60d79e..6beb1d48b 100644 --- a/src/config/locales/ka-GE.json +++ b/src/config/locales/ka-GE.json @@ -205,7 +205,7 @@ "deleted": "Draft deleted" }, "schedules": { - "title": "Scheduled Posts", + "title": "Schedules", "empty_list": "Nothing here", "deleted": "Scheduled post deleted", "move": "Move to drafts", diff --git a/src/config/locales/kk-KZ.json b/src/config/locales/kk-KZ.json index d7d60d79e..6beb1d48b 100644 --- a/src/config/locales/kk-KZ.json +++ b/src/config/locales/kk-KZ.json @@ -205,7 +205,7 @@ "deleted": "Draft deleted" }, "schedules": { - "title": "Scheduled Posts", + "title": "Schedules", "empty_list": "Nothing here", "deleted": "Scheduled post deleted", "move": "Move to drafts", diff --git a/src/config/locales/ko-KR.json b/src/config/locales/ko-KR.json index e6322c50c..27532e702 100644 --- a/src/config/locales/ko-KR.json +++ b/src/config/locales/ko-KR.json @@ -205,7 +205,7 @@ "deleted": "임시 저장된 글이 삭제되었습니다" }, "schedules": { - "title": "글 발행 일정", + "title": "Schedules", "empty_list": "빈 목록입니다", "deleted": "예약된 글이 삭제되었습니다", "move": "임시 보관함으로 이동", diff --git a/src/config/locales/ks-IN.json b/src/config/locales/ks-IN.json index d7d60d79e..6beb1d48b 100644 --- a/src/config/locales/ks-IN.json +++ b/src/config/locales/ks-IN.json @@ -205,7 +205,7 @@ "deleted": "Draft deleted" }, "schedules": { - "title": "Scheduled Posts", + "title": "Schedules", "empty_list": "Nothing here", "deleted": "Scheduled post deleted", "move": "Move to drafts", diff --git a/src/config/locales/ku-TR.json b/src/config/locales/ku-TR.json index d7d60d79e..6beb1d48b 100644 --- a/src/config/locales/ku-TR.json +++ b/src/config/locales/ku-TR.json @@ -205,7 +205,7 @@ "deleted": "Draft deleted" }, "schedules": { - "title": "Scheduled Posts", + "title": "Schedules", "empty_list": "Nothing here", "deleted": "Scheduled post deleted", "move": "Move to drafts", diff --git a/src/config/locales/ky-KG.json b/src/config/locales/ky-KG.json index d7d60d79e..6beb1d48b 100644 --- a/src/config/locales/ky-KG.json +++ b/src/config/locales/ky-KG.json @@ -205,7 +205,7 @@ "deleted": "Draft deleted" }, "schedules": { - "title": "Scheduled Posts", + "title": "Schedules", "empty_list": "Nothing here", "deleted": "Scheduled post deleted", "move": "Move to drafts", diff --git a/src/config/locales/lt-LT.json b/src/config/locales/lt-LT.json index 5541360eb..8ca3386bc 100644 --- a/src/config/locales/lt-LT.json +++ b/src/config/locales/lt-LT.json @@ -205,7 +205,7 @@ "deleted": "Ruošinys panaikintas" }, "schedules": { - "title": "Suplanuoti įrašai", + "title": "Schedules", "empty_list": "Nieko nėra", "deleted": "Suplanuotas įrašas panaikintas", "move": "Perkelti į ruošinius", diff --git a/src/config/locales/lv-LV.json b/src/config/locales/lv-LV.json index d7d60d79e..6beb1d48b 100644 --- a/src/config/locales/lv-LV.json +++ b/src/config/locales/lv-LV.json @@ -205,7 +205,7 @@ "deleted": "Draft deleted" }, "schedules": { - "title": "Scheduled Posts", + "title": "Schedules", "empty_list": "Nothing here", "deleted": "Scheduled post deleted", "move": "Move to drafts", diff --git a/src/config/locales/mk-MK.json b/src/config/locales/mk-MK.json index d7d60d79e..6beb1d48b 100644 --- a/src/config/locales/mk-MK.json +++ b/src/config/locales/mk-MK.json @@ -205,7 +205,7 @@ "deleted": "Draft deleted" }, "schedules": { - "title": "Scheduled Posts", + "title": "Schedules", "empty_list": "Nothing here", "deleted": "Scheduled post deleted", "move": "Move to drafts", diff --git a/src/config/locales/mn-MN.json b/src/config/locales/mn-MN.json index d7d60d79e..6beb1d48b 100644 --- a/src/config/locales/mn-MN.json +++ b/src/config/locales/mn-MN.json @@ -205,7 +205,7 @@ "deleted": "Draft deleted" }, "schedules": { - "title": "Scheduled Posts", + "title": "Schedules", "empty_list": "Nothing here", "deleted": "Scheduled post deleted", "move": "Move to drafts", diff --git a/src/config/locales/ms-MY.json b/src/config/locales/ms-MY.json index d4967880a..2c1348561 100644 --- a/src/config/locales/ms-MY.json +++ b/src/config/locales/ms-MY.json @@ -205,7 +205,7 @@ "deleted": "Draf telah dipadamkan" }, "schedules": { - "title": "Jadual siaran", + "title": "Jadual", "empty_list": "Kosong", "deleted": "Jadual pos telah dipadamkan", "move": "Memindah ke draf", @@ -276,6 +276,6 @@ "powerUp": "Mengekuasai", "withdrawToSaving": "Keluarkan kepada penyimpanan", "steemconnect_title": "Steemconnect Transfer", - "next": "NEXT" + "next": "SETERUSNYA" } } diff --git a/src/config/locales/ne-NP.json b/src/config/locales/ne-NP.json index d7d60d79e..6beb1d48b 100644 --- a/src/config/locales/ne-NP.json +++ b/src/config/locales/ne-NP.json @@ -205,7 +205,7 @@ "deleted": "Draft deleted" }, "schedules": { - "title": "Scheduled Posts", + "title": "Schedules", "empty_list": "Nothing here", "deleted": "Scheduled post deleted", "move": "Move to drafts", diff --git a/src/config/locales/nl-NL.json b/src/config/locales/nl-NL.json index 206879d5c..f7fddf7d8 100644 --- a/src/config/locales/nl-NL.json +++ b/src/config/locales/nl-NL.json @@ -205,7 +205,7 @@ "deleted": "Concept verwijderd" }, "schedules": { - "title": "Geplande berichten", + "title": "Schedules", "empty_list": "Niets hier", "deleted": "Geplande post verwijderd", "move": "Verplaatsen naar concepten", diff --git a/src/config/locales/no-NO.json b/src/config/locales/no-NO.json index d7d60d79e..6beb1d48b 100644 --- a/src/config/locales/no-NO.json +++ b/src/config/locales/no-NO.json @@ -205,7 +205,7 @@ "deleted": "Draft deleted" }, "schedules": { - "title": "Scheduled Posts", + "title": "Schedules", "empty_list": "Nothing here", "deleted": "Scheduled post deleted", "move": "Move to drafts", diff --git a/src/config/locales/pa-IN.json b/src/config/locales/pa-IN.json index d7d60d79e..6beb1d48b 100644 --- a/src/config/locales/pa-IN.json +++ b/src/config/locales/pa-IN.json @@ -205,7 +205,7 @@ "deleted": "Draft deleted" }, "schedules": { - "title": "Scheduled Posts", + "title": "Schedules", "empty_list": "Nothing here", "deleted": "Scheduled post deleted", "move": "Move to drafts", diff --git a/src/config/locales/pcm-NG.json b/src/config/locales/pcm-NG.json index dad023542..e096e70f7 100644 --- a/src/config/locales/pcm-NG.json +++ b/src/config/locales/pcm-NG.json @@ -205,7 +205,7 @@ "deleted": "Draft don delete komot" }, "schedules": { - "title": "Tori Wey You Don Time", + "title": "Schedules", "empty_list": "Here empty oo", "deleted": "Tori wey you time don delete", "move": "Move am go draft", diff --git a/src/config/locales/pl-PL.json b/src/config/locales/pl-PL.json index d7d60d79e..6beb1d48b 100644 --- a/src/config/locales/pl-PL.json +++ b/src/config/locales/pl-PL.json @@ -205,7 +205,7 @@ "deleted": "Draft deleted" }, "schedules": { - "title": "Scheduled Posts", + "title": "Schedules", "empty_list": "Nothing here", "deleted": "Scheduled post deleted", "move": "Move to drafts", diff --git a/src/config/locales/pt-PT.json b/src/config/locales/pt-PT.json index 1ec24a447..1669e068a 100644 --- a/src/config/locales/pt-PT.json +++ b/src/config/locales/pt-PT.json @@ -205,7 +205,7 @@ "deleted": "Rascunho eliminado" }, "schedules": { - "title": "Posts agendados", + "title": "Agendamentos", "empty_list": "Nada aqui", "deleted": "Post programado excluído", "move": "Mover para Rascunhos", diff --git a/src/config/locales/ro-RO.json b/src/config/locales/ro-RO.json index c782dc3c5..271e699f9 100644 --- a/src/config/locales/ro-RO.json +++ b/src/config/locales/ro-RO.json @@ -205,7 +205,7 @@ "deleted": "Schiță ștearsă" }, "schedules": { - "title": "Postări Programate", + "title": "Planificări", "empty_list": "Nici un rezultat", "deleted": "Postarea planificată a fost ștearsă", "move": "Mută la schițe", @@ -276,6 +276,6 @@ "powerUp": "Power Up", "withdrawToSaving": "Retrage la economii", "steemconnect_title": "Transfer Steemconnect", - "next": "NEXT" + "next": "URMĂTORUL" } } diff --git a/src/config/locales/ru-RU.json b/src/config/locales/ru-RU.json index d7e580e55..5a6037e7f 100644 --- a/src/config/locales/ru-RU.json +++ b/src/config/locales/ru-RU.json @@ -205,7 +205,7 @@ "deleted": "Черновик удалён" }, "schedules": { - "title": "Отложенные посты", + "title": "Schedules", "empty_list": "Ничего нет", "deleted": "Отложенный пост удалён", "move": "Переместить в черновики", diff --git a/src/config/locales/sa-IN.json b/src/config/locales/sa-IN.json index d7d60d79e..6beb1d48b 100644 --- a/src/config/locales/sa-IN.json +++ b/src/config/locales/sa-IN.json @@ -205,7 +205,7 @@ "deleted": "Draft deleted" }, "schedules": { - "title": "Scheduled Posts", + "title": "Schedules", "empty_list": "Nothing here", "deleted": "Scheduled post deleted", "move": "Move to drafts", diff --git a/src/config/locales/sk-SK.json b/src/config/locales/sk-SK.json index d7d60d79e..6beb1d48b 100644 --- a/src/config/locales/sk-SK.json +++ b/src/config/locales/sk-SK.json @@ -205,7 +205,7 @@ "deleted": "Draft deleted" }, "schedules": { - "title": "Scheduled Posts", + "title": "Schedules", "empty_list": "Nothing here", "deleted": "Scheduled post deleted", "move": "Move to drafts", diff --git a/src/config/locales/sl-SI.json b/src/config/locales/sl-SI.json index d7d60d79e..6beb1d48b 100644 --- a/src/config/locales/sl-SI.json +++ b/src/config/locales/sl-SI.json @@ -205,7 +205,7 @@ "deleted": "Draft deleted" }, "schedules": { - "title": "Scheduled Posts", + "title": "Schedules", "empty_list": "Nothing here", "deleted": "Scheduled post deleted", "move": "Move to drafts", diff --git a/src/config/locales/sq-AL.json b/src/config/locales/sq-AL.json index 49097cbb9..16864d75a 100644 --- a/src/config/locales/sq-AL.json +++ b/src/config/locales/sq-AL.json @@ -205,7 +205,7 @@ "deleted": "Draft deleted" }, "schedules": { - "title": "Scheduled Posts", + "title": "Schedules", "empty_list": "Nothing here", "deleted": "Scheduled post deleted", "move": "Move to drafts", diff --git a/src/config/locales/sr-CS.json b/src/config/locales/sr-CS.json index 9429e1cdc..eb8533705 100644 --- a/src/config/locales/sr-CS.json +++ b/src/config/locales/sr-CS.json @@ -205,7 +205,7 @@ "deleted": "Radna verzija je izbrisana" }, "schedules": { - "title": "Planirani postovi", + "title": "Schedules", "empty_list": "Ovde nema ništa", "deleted": "Planirani post je izbrisan", "move": "Premesti u radne verzije", diff --git a/src/config/locales/sv-SE.json b/src/config/locales/sv-SE.json index d7d60d79e..6beb1d48b 100644 --- a/src/config/locales/sv-SE.json +++ b/src/config/locales/sv-SE.json @@ -205,7 +205,7 @@ "deleted": "Draft deleted" }, "schedules": { - "title": "Scheduled Posts", + "title": "Schedules", "empty_list": "Nothing here", "deleted": "Scheduled post deleted", "move": "Move to drafts", diff --git a/src/config/locales/sw-KE.json b/src/config/locales/sw-KE.json index d7d60d79e..6beb1d48b 100644 --- a/src/config/locales/sw-KE.json +++ b/src/config/locales/sw-KE.json @@ -205,7 +205,7 @@ "deleted": "Draft deleted" }, "schedules": { - "title": "Scheduled Posts", + "title": "Schedules", "empty_list": "Nothing here", "deleted": "Scheduled post deleted", "move": "Move to drafts", diff --git a/src/config/locales/ta-IN.json b/src/config/locales/ta-IN.json index c3cff28b9..262927957 100644 --- a/src/config/locales/ta-IN.json +++ b/src/config/locales/ta-IN.json @@ -205,7 +205,7 @@ "deleted": "Draft deleted" }, "schedules": { - "title": "Scheduled Posts", + "title": "Schedules", "empty_list": "Nothing here", "deleted": "Scheduled post deleted", "move": "Move to drafts", diff --git a/src/config/locales/tg-TJ.json b/src/config/locales/tg-TJ.json index d7d60d79e..6beb1d48b 100644 --- a/src/config/locales/tg-TJ.json +++ b/src/config/locales/tg-TJ.json @@ -205,7 +205,7 @@ "deleted": "Draft deleted" }, "schedules": { - "title": "Scheduled Posts", + "title": "Schedules", "empty_list": "Nothing here", "deleted": "Scheduled post deleted", "move": "Move to drafts", diff --git a/src/config/locales/th-TH.json b/src/config/locales/th-TH.json index d7d60d79e..6beb1d48b 100644 --- a/src/config/locales/th-TH.json +++ b/src/config/locales/th-TH.json @@ -205,7 +205,7 @@ "deleted": "Draft deleted" }, "schedules": { - "title": "Scheduled Posts", + "title": "Schedules", "empty_list": "Nothing here", "deleted": "Scheduled post deleted", "move": "Move to drafts", diff --git a/src/config/locales/tk-TM.json b/src/config/locales/tk-TM.json index d7d60d79e..6beb1d48b 100644 --- a/src/config/locales/tk-TM.json +++ b/src/config/locales/tk-TM.json @@ -205,7 +205,7 @@ "deleted": "Draft deleted" }, "schedules": { - "title": "Scheduled Posts", + "title": "Schedules", "empty_list": "Nothing here", "deleted": "Scheduled post deleted", "move": "Move to drafts", diff --git a/src/config/locales/tr-TR.json b/src/config/locales/tr-TR.json index 0fb91888a..f6213932f 100644 --- a/src/config/locales/tr-TR.json +++ b/src/config/locales/tr-TR.json @@ -205,7 +205,7 @@ "deleted": "Taslak silindi" }, "schedules": { - "title": "Zamanlanmiş Gönderi", + "title": "Schedules", "empty_list": "Burada hiçbir şey yok", "deleted": "Zamanlanmiş Gönderi Silindi", "move": "Taslaklara taşı", diff --git a/src/config/locales/uk-UA.json b/src/config/locales/uk-UA.json index d7d60d79e..6beb1d48b 100644 --- a/src/config/locales/uk-UA.json +++ b/src/config/locales/uk-UA.json @@ -205,7 +205,7 @@ "deleted": "Draft deleted" }, "schedules": { - "title": "Scheduled Posts", + "title": "Schedules", "empty_list": "Nothing here", "deleted": "Scheduled post deleted", "move": "Move to drafts", diff --git a/src/config/locales/ur-IN.json b/src/config/locales/ur-IN.json index ff1532b75..f5385c023 100644 --- a/src/config/locales/ur-IN.json +++ b/src/config/locales/ur-IN.json @@ -205,7 +205,7 @@ "deleted": "Draft deleted" }, "schedules": { - "title": "Scheduled Posts", + "title": "Schedules", "empty_list": "Nothing here", "deleted": "Scheduled post deleted", "move": "Move to drafts", diff --git a/src/config/locales/ur-PK.json b/src/config/locales/ur-PK.json index ff1532b75..f5385c023 100644 --- a/src/config/locales/ur-PK.json +++ b/src/config/locales/ur-PK.json @@ -205,7 +205,7 @@ "deleted": "Draft deleted" }, "schedules": { - "title": "Scheduled Posts", + "title": "Schedules", "empty_list": "Nothing here", "deleted": "Scheduled post deleted", "move": "Move to drafts", diff --git a/src/config/locales/uz-UZ.json b/src/config/locales/uz-UZ.json index d7d60d79e..6beb1d48b 100644 --- a/src/config/locales/uz-UZ.json +++ b/src/config/locales/uz-UZ.json @@ -205,7 +205,7 @@ "deleted": "Draft deleted" }, "schedules": { - "title": "Scheduled Posts", + "title": "Schedules", "empty_list": "Nothing here", "deleted": "Scheduled post deleted", "move": "Move to drafts", diff --git a/src/config/locales/vi-VN.json b/src/config/locales/vi-VN.json index 1c25178fe..1c466cc82 100644 --- a/src/config/locales/vi-VN.json +++ b/src/config/locales/vi-VN.json @@ -205,7 +205,7 @@ "deleted": "Bản nháp đã bị xóa" }, "schedules": { - "title": "Các bài viết được hẹn lịch", + "title": "Schedules", "empty_list": "Không có gì ở đây", "deleted": "Các bài viết được hẹn lịch đã bị xóa", "move": "Di chuyển đến bản nháp", diff --git a/src/config/locales/yo-NG.json b/src/config/locales/yo-NG.json index 98f07f76d..eb6b00b86 100644 --- a/src/config/locales/yo-NG.json +++ b/src/config/locales/yo-NG.json @@ -205,7 +205,7 @@ "deleted": "Oro akanse ti pare" }, "schedules": { - "title": "Se eto asiko fun oro re", + "title": "Schedules", "empty_list": "Ko si ohun kan nibi", "deleted": "Eto asiko oro ti ose ti pare", "move": "Gbe lo si ibi akanse oro", diff --git a/src/config/locales/zh-CN.json b/src/config/locales/zh-CN.json index 91a4332df..c436c835a 100644 --- a/src/config/locales/zh-CN.json +++ b/src/config/locales/zh-CN.json @@ -205,7 +205,7 @@ "deleted": "草稿已删除" }, "schedules": { - "title": "计划的帖子", + "title": "Schedules", "empty_list": "此处无内容", "deleted": "计划的帖子已删除", "move": "移到草稿", diff --git a/src/config/locales/zh-TW.json b/src/config/locales/zh-TW.json index 32bb9ee72..ca47342f9 100644 --- a/src/config/locales/zh-TW.json +++ b/src/config/locales/zh-TW.json @@ -205,7 +205,7 @@ "deleted": "草稿已刪除" }, "schedules": { - "title": "計劃的帖子", + "title": "Schedules", "empty_list": "暫無内容!", "deleted": "已刪除計畫的帖子", "move": "儲存為草稿", diff --git a/src/constants/options/points.js b/src/constants/options/points.js index 98aa7539c..617d83a5c 100644 --- a/src/constants/options/points.js +++ b/src/constants/options/points.js @@ -16,12 +16,12 @@ export default { point: 5, }, 120: { - icon: 'upcircle', + icon: 'upcircleo', textKey: 'points.vote_title', nameKey: 'points.vote', descriptionKey: 'points.vote_desc', iconType: 'AntDesign', - point: 0.1, + point: 0.3, }, 130: { icon: 'repeat', @@ -32,15 +32,15 @@ export default { point: 1, }, 10: { - icon: 'ticket', + icon: 'star-border', textKey: 'points.checkin_title', nameKey: 'points.checkin', descriptionKey: 'points.checkin_desc', - iconType: 'MaterialCommunityIcons', - point: 0.2, + iconType: 'MaterialIcons', + point: 0.25, }, 20: { - icon: 'person', + icon: 'person-outline', textKey: 'points.login_title', nameKey: 'points.login', descriptionKey: 'points.login_desc', @@ -48,7 +48,7 @@ export default { point: 100, }, 30: { - icon: 'check-decagram', + icon: 'check-all', textKey: 'points.checkin_extra_title', nameKey: 'points.checkin_extra', descriptionKey: 'points.checkin_extra_desc',