New translations app.json (English)

This commit is contained in:
Eugen Rochko 2022-02-11 16:04:02 +01:00
parent 9b54b66508
commit f08c79ccd2
1 changed files with 42 additions and 13 deletions

View File

@ -45,8 +45,8 @@
"message": "Please enable the photo library access permission to save the photo." "message": "Please enable the photo library access permission to save the photo."
}, },
"delete_post": { "delete_post": {
"title": "Are you sure you want to delete this post?", "title": "Delete Post",
"delete": "Delete" "message": "Are you sure you want to delete this post?"
}, },
"clean_cache": { "clean_cache": {
"title": "Clean Cache", "title": "Clean Cache",
@ -140,7 +140,8 @@
"unreblog": "Undo reblog", "unreblog": "Undo reblog",
"favorite": "Favorite", "favorite": "Favorite",
"unfavorite": "Unfavorite", "unfavorite": "Unfavorite",
"menu": "Menu" "menu": "Menu",
"hide": "Hide"
}, },
"tag": { "tag": {
"url": "URL", "url": "URL",
@ -149,6 +150,12 @@
"hashtag": "Hashtag", "hashtag": "Hashtag",
"email": "Email", "email": "Email",
"emoji": "Emoji" "emoji": "Emoji"
},
"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": { "friendship": {
@ -412,14 +419,24 @@
"segmented_control": { "segmented_control": {
"posts": "Posts", "posts": "Posts",
"replies": "Replies", "replies": "Replies",
"media": "Media" "posts_and_replies": "Posts and Replies",
"media": "Media",
"about": "About"
}, },
"relationship_action_alert": { "relationship_action_alert": {
"confirm_mute_user": {
"title": "Mute Account",
"message": "Confirm to mute %s"
},
"confirm_unmute_user": { "confirm_unmute_user": {
"title": "Unmute Account", "title": "Unmute Account",
"message": "Confirm to unmute %s" "message": "Confirm to unmute %s"
}, },
"confirm_unblock_usre": { "confirm_block_user": {
"title": "Block Account",
"message": "Confirm to block %s"
},
"confirm_unblock_user": {
"title": "Unblock Account", "title": "Unblock Account",
"message": "Confirm to unblock %s" "message": "Confirm to unblock %s"
} }
@ -472,12 +489,14 @@
"Everything": "Everything", "Everything": "Everything",
"Mentions": "Mentions" "Mentions": "Mentions"
}, },
"user_followed_you": "%s followed you", "notification_description": {
"user_favorited your post": "%s favorited your post", "followed_you": "followd you",
"user_reblogged_your_post": "%s reblogged your post", "favorited_your_post": "favorited your post",
"user_mentioned_you": "%s mentioned you", "reblogged_your_post": "reblogged your post",
"user_requested_to_follow_you": "%s requested to follow you", "mentioned_you": "mentioned you",
"user_your_poll_has_ended": "%s Your poll has ended", "request_to_follow_you": "request to follow you",
"poll_has_ended": "poll has ended"
},
"keyobard": { "keyobard": {
"show_everything": "Show Everything", "show_everything": "Show Everything",
"show_mentions": "Show Mentions" "show_mentions": "Show Mentions"
@ -496,6 +515,13 @@
"light": "Always Light", "light": "Always Light",
"dark": "Always Dark" "dark": "Always Dark"
}, },
"look_and_feel": {
"title": "Look and Feel",
"use_system": "Use System",
"really_dark": "Really Dark",
"sorta_dark": "Sorta Dark",
"light": "Light"
},
"notifications": { "notifications": {
"title": "Notifications", "title": "Notifications",
"favorites": "Favorites my post", "favorites": "Favorites my post",
@ -537,14 +563,17 @@
} }
}, },
"report": { "report": {
"title_report": "Report",
"title": "Report %s", "title": "Report %s",
"step1": "Step 1 of 2", "step1": "Step 1 of 2",
"step2": "Step 2 of 2", "step2": "Step 2 of 2",
"content1": "Are there any other posts youd like to add to the report?", "content1": "Are there any other posts youd like to add to the report?",
"content2": "Is there anything the moderators should know about this report?", "content2": "Is there anything the moderators should know about this report?",
"report_sent_title": "Thanks for reporting, well look into this.",
"send": "Send Report", "send": "Send Report",
"skip_to_send": "Send without comment", "skip_to_send": "Send without comment",
"text_placeholder": "Type or paste additional comments" "text_placeholder": "Type or paste additional comments",
"reported": "REPORTED"
}, },
"preview": { "preview": {
"keyboard": { "keyboard": {
@ -564,4 +593,4 @@
"accessibility_hint": "Double tap to dismiss this wizard" "accessibility_hint": "Double tap to dismiss this wizard"
} }
} }
} }