diff --git a/Localization/StringsConvertor/input/eu_ES/app.json b/Localization/StringsConvertor/input/eu_ES/app.json index 6758ca960..39403a119 100644 --- a/Localization/StringsConvertor/input/eu_ES/app.json +++ b/Localization/StringsConvertor/input/eu_ES/app.json @@ -46,7 +46,7 @@ }, "delete_post": { "title": "Ziur zaude bidalketa hau ezabatu nahi duzula?", - "delete": "Ezabatu" + "message": "Are you sure you want to delete this post?" }, "clean_cache": { "title": "Garbitu cache-a", @@ -140,7 +140,8 @@ "unreblog": "Desegin bultzada", "favorite": "Gogokoa", "unfavorite": "Kendu gogokoa", - "menu": "Menua" + "menu": "Menua", + "hide": "Hide" }, "tag": { "url": "URLa", @@ -149,6 +150,12 @@ "hashtag": "Traola", "email": "Eposta", "emoji": "Emojia" + }, + "visibility": { + "unlisted": "Everyone can see this post but not display in the public timeline.", + "private": "Only their followers can see this post.", + "private_from_me": "Only my followers can see this post.", + "direct": "Only mentioned user can see this post." } }, "friendship": { @@ -412,16 +419,26 @@ "segmented_control": { "posts": "Bidalketak", "replies": "Erantzunak", - "media": "Multimedia" + "posts_and_replies": "Posts and Replies", + "media": "Multimedia", + "about": "About" }, "relationship_action_alert": { + "confirm_mute_user": { + "title": "Mute Account", + "message": "Confirm to mute %s" + }, "confirm_unmute_user": { "title": "Desmututu kontua", "message": "Berretsi %s desmututzea" }, - "confirm_unblock_usre": { - "title": "Desblokeatu kontua", - "message": "Berretsi %s desblokeatzea" + "confirm_block_user": { + "title": "Block Account", + "message": "Confirm to block %s" + }, + "confirm_unblock_user": { + "title": "Unblock Account", + "message": "Confirm to unblock %s" } } }, @@ -472,12 +489,14 @@ "Everything": "Dena", "Mentions": "Aipamenak" }, - "user_followed_you": "%s(e)k jarraitu zaitu", - "user_favorited your post": "%s(e)k zure bidalk. gogoko du", - "user_reblogged_your_post": "%s(e)k zure bidalk. bultza du", - "user_mentioned_you": "%s(e)k aipatu zaitu", - "user_requested_to_follow_you": "%s(e)k jarraitu nahi zaitu", - "user_your_poll_has_ended": "%s Zure inkesta amaitu da", + "notification_description": { + "followed_you": "followd you", + "favorited_your_post": "favorited your post", + "reblogged_your_post": "reblogged your post", + "mentioned_you": "mentioned you", + "request_to_follow_you": "request to follow you", + "poll_has_ended": "poll has ended" + }, "keyobard": { "show_everything": "Erakutsi guztia", "show_mentions": "Erakutsi aipamenak" @@ -496,6 +515,13 @@ "light": "Beti argia", "dark": "Beti iluna" }, + "look_and_feel": { + "title": "Look and Feel", + "use_system": "Use System", + "really_dark": "Really Dark", + "sorta_dark": "Sorta Dark", + "light": "Light" + }, "notifications": { "title": "Jakinarazpenak", "favorites": "Nire bidalketa gogoko egitean", @@ -537,14 +563,17 @@ } }, "report": { + "title_report": "Report", "title": "Salatu %s", "step1": "1. urratsa 2tik", "step2": "2. urratsa 2tik", "content1": "Salaketan beste bidalketarik gehitu nahi duzu?", "content2": "Moderatzaileek besterik jakin behar dute salaketa honi buruz?", + "report_sent_title": "Thanks for reporting, we’ll look into this.", "send": "Bidali salaketa", "skip_to_send": "Bidali iruzkinik gabe", - "text_placeholder": "Idatzi edo itsatsi iruzkin gehigarriak" + "text_placeholder": "Idatzi edo itsatsi iruzkin gehigarriak", + "reported": "REPORTED" }, "preview": { "keyboard": { @@ -564,4 +593,4 @@ "accessibility_hint": "Ukitu birritan morroi hau baztertzeko" } } -} +} \ No newline at end of file