elk/locales/en-US.json

95 lines
2.7 KiB
JSON
Raw Normal View History

{
2022-11-29 06:57:32 +00:00
"account": {
"blocked_users": "Blocked users",
"blocked_domains": "Blocked domains",
"favourites": "Favourites",
2022-11-29 06:57:32 +00:00
"follow": "Follow",
"follow_back": "Follow back",
"follow_requested": "Requested",
"followers_count": "{0} Followers",
"following_count": "{0} Following",
"follows_you": "Follows you",
"muted_users": "Muted users",
2022-11-29 06:57:32 +00:00
"posts_count": "{0} Posts",
"pinned": "Pinned",
2022-11-29 06:57:32 +00:00
"unfollow": "Unfollow"
},
"action": {
"compose": "Compose",
2022-11-29 07:18:28 +00:00
"enter_app": "Enter App",
2022-11-29 06:57:32 +00:00
"publish": "Publish!",
2022-11-29 07:18:28 +00:00
"save_changes": "Save changes",
"sign_in": "Sign in"
2022-11-29 06:57:32 +00:00
},
"common": {
"not_found": "404 Not Found",
"end_of_list": "End of the list",
"error": "ERROR"
},
2022-11-29 06:57:32 +00:00
"feature_flag": {
"virtual_scroll": "Virtual Scrolling"
},
"menu": {
2022-11-29 07:18:28 +00:00
"block_account": "Block {0}",
2022-11-29 06:57:32 +00:00
"block_domain": "Block domain {0}",
2022-11-29 07:18:28 +00:00
"direct_message_account": "Direct message {0}",
"mention_account": "Mention {0}",
"mute_account": "Mute {0}",
2022-11-29 06:57:32 +00:00
"open_in_original_site": "Open in original site",
2022-11-29 07:18:28 +00:00
"unblock_account": "Unblock {0}",
2022-11-29 06:57:32 +00:00
"unblock_domain": "Unblock domain {0}",
2022-11-29 07:18:28 +00:00
"unmute_account": "Unmute {0}"
2022-11-28 10:14:58 +00:00
},
2022-11-28 16:55:05 +00:00
"nav_footer": {
"select_feature_flags": "Toggle Feature Flags",
2022-11-29 06:57:32 +00:00
"select_language": "Select Language",
"toggle_theme": "Toggle Theme",
"zen_mode": "Zen Mode"
2022-11-28 16:55:05 +00:00
},
2022-11-29 06:57:32 +00:00
"nav_side": {
"bookmarks": "Bookmarks",
"conversations": "Conversations",
"explore": "Explore",
"favourites": "Favourites",
"federated": "Federated",
"home": "Home",
"local": "Local",
"notifications": "Notifications",
"profile": "Profile"
},
"nav_user": {
"sign_in_desc": "Sign in to follow profiles or hashtags, favourite, share and reply to posts, or interact from your account on a different server."
},
"notification": {
"followed_you": "followed you",
"request_to_follow": "requested to follow you",
"favourited_post": "favourited your post",
"reblogged_post": "reblogged your post",
"update_status": "updated their status",
"missing_type": "MISSING notification.type:"
},
2022-11-29 06:57:32 +00:00
"state": {
"editing": "Editing",
"uploading": "Uploading..."
},
2022-11-29 07:18:28 +00:00
"tab": {
"media": "Media",
"posts": "Posts",
"posts_with_replies": "Posts & Replies"
},
"timeline": {
"name": "Timeline",
"show_new_items": "Show {0} new items"
},
2022-11-28 14:25:32 +00:00
"title": {
2022-11-29 07:18:28 +00:00
"federated_timeline": "@:nav_side.federated @:timeline.name",
"local_timeline": "@:nav_side.local @:timeline.name"
2022-11-28 14:25:32 +00:00
},
2022-11-29 06:57:32 +00:00
"tooltip": {
"add_content_warning": "Add content warning",
"add_media": "Add images, a video or an audio file",
"change_content_visibility": "Change content visibility",
"toggle_code_block": "Toggle code block"
}
}