mirror of
https://git.youjo.love/youjo/youjo-fe.git
synced 2024-11-20 05:49:54 +01:00
i18n for Chats/sb and change repeat to boost to match mastodon
This commit is contained in:
parent
be176ad930
commit
12ca73863e
1 changed files with 21 additions and 15 deletions
|
@ -54,6 +54,9 @@
|
|||
"start_time_prompt": "Start time: ",
|
||||
"submit_edit_action": "Submit",
|
||||
"title": "Announcement"
|
||||
},
|
||||
"shoutbox": {
|
||||
"title": "Shoutbox"
|
||||
},
|
||||
"chats": {
|
||||
"chats": "Chats",
|
||||
|
@ -96,6 +99,9 @@
|
|||
"processing": "Processing, you'll soon be asked to download your file"
|
||||
},
|
||||
"features_panel": {
|
||||
"shout": "Shoutbox",
|
||||
"pleroma_chat_messages": "Pleroma Chat",
|
||||
"gopher": "Gopher",
|
||||
"media_proxy": "Media proxy",
|
||||
"scope_options": "Scope options",
|
||||
"text_limit": "Text limit",
|
||||
|
@ -159,7 +165,7 @@
|
|||
"success": "Imported successfully."
|
||||
},
|
||||
"interactions": {
|
||||
"favs_repeats": "Repeats and favorites",
|
||||
"favs_repeats": "Boosts and favorites",
|
||||
"follows": "New follows",
|
||||
"load_older": "Load older interactions",
|
||||
"moves": "User migrates"
|
||||
|
@ -337,7 +343,7 @@
|
|||
"poll_ended": "poll has ended",
|
||||
"reacted_with": "reacted with {0}",
|
||||
"read": "Read!",
|
||||
"repeated_you": "repeated your post"
|
||||
"repeated_you": "boosted your post"
|
||||
},
|
||||
"password_reset": {
|
||||
"check_email": "Check your email for a link to reset your password.",
|
||||
|
@ -507,7 +513,7 @@
|
|||
"confirm_dialogs_delete": "Deleting a post",
|
||||
"confirm_dialogs_deny_follow": "Rejecting a follow request",
|
||||
"confirm_dialogs_mute": "Muting someone",
|
||||
"confirm_dialogs_repeat": "Repeating a post",
|
||||
"confirm_dialogs_repeat": "Boosting a post",
|
||||
"confirm_dialogs_unfollow": "Unfollowing someone",
|
||||
"confirm_new_password": "Confirm new password",
|
||||
"confirmation_dialogs": "Confirmation options",
|
||||
|
@ -671,7 +677,7 @@
|
|||
"notification_visibility_mentions": "Mentions",
|
||||
"notification_visibility_moves": "User Migrates",
|
||||
"notification_visibility_polls": "Ends of polls you voted in",
|
||||
"notification_visibility_repeats": "Repeats",
|
||||
"notification_visibility_repeats": "Boosts",
|
||||
"notifications": "Notifications",
|
||||
"nsfw_clickthrough": "Hide sensitive/NSFW media",
|
||||
"oauth_tokens": "OAuth tokens",
|
||||
|
@ -987,11 +993,11 @@
|
|||
"redraft_confirm_cancel_button": "No, keep the original",
|
||||
"redraft_confirm_title": "Confirm delete & redraft",
|
||||
"remove_attachment": "Remove attachment",
|
||||
"repeat_confirm": "Do you really want to repeat this post?",
|
||||
"repeat_confirm_accept_button": "Yes, repeat it",
|
||||
"repeat_confirm_cancel_button": "No, don't repeat",
|
||||
"repeat_confirm_title": "Confirm repeat",
|
||||
"repeats": "Repeats",
|
||||
"repeat_confirm": "Do you really want to boost this post?",
|
||||
"repeat_confirm_accept_button": "Yes, boost it",
|
||||
"repeat_confirm_cancel_button": "No, don't boost",
|
||||
"repeat_confirm_title": "Confirm boost",
|
||||
"repeats": "Boosts",
|
||||
"replies_list": "Replies:",
|
||||
"replies_list_with_others": "View {numReplies} more reply | View {numReplies} more replies",
|
||||
"reply_to": "Reply to",
|
||||
|
@ -1049,10 +1055,10 @@
|
|||
"follow_tag": "Follow hashtag",
|
||||
"load_older": "Load older posts",
|
||||
"no_more_statuses": "No more posts",
|
||||
"no_retweet_hint": "Post is marked as followers-only or direct and cannot be repeated or quoted",
|
||||
"no_retweet_hint": "Post is marked as followers-only or direct and cannot be boosted or quoted",
|
||||
"no_statuses": "No posts",
|
||||
"reload": "Reload",
|
||||
"repeated": "repeated",
|
||||
"repeated": "boosted",
|
||||
"show_new": "Show new",
|
||||
"socket_broke": "Realtime connection lost: CloseEvent code {0}",
|
||||
"socket_reconnected": "Realtime connection established",
|
||||
|
@ -1069,9 +1075,9 @@
|
|||
"bookmark": "Bookmark",
|
||||
"favorite": "Favorite",
|
||||
"media_upload": "Upload media",
|
||||
"quote": "Quote Repeat",
|
||||
"quote": "Quote Boost",
|
||||
"reject_follow_request": "Reject follow request",
|
||||
"repeat": "Repeat",
|
||||
"repeat": "Boost",
|
||||
"reply": "Reply",
|
||||
"user_settings": "User Settings"
|
||||
},
|
||||
|
@ -1145,7 +1151,7 @@
|
|||
"following": "Following!",
|
||||
"follows_you": "Follows you!",
|
||||
"hidden": "Hidden",
|
||||
"hide_repeats": "Hide repeats",
|
||||
"hide_repeats": "Hide boosts",
|
||||
"highlight": {
|
||||
"disabled": "No highlight",
|
||||
"side": "Side stripe",
|
||||
|
@ -1171,7 +1177,7 @@
|
|||
"replies": "With Replies",
|
||||
"report": "Report",
|
||||
"requested_by": "Has requested to follow you",
|
||||
"show_repeats": "Show repeats",
|
||||
"show_repeats": "Show boosts",
|
||||
"statuses": "Posts",
|
||||
"subscribe": "Subscribe",
|
||||
"unblock": "Unblock",
|
||||
|
|
Loading…
Reference in a new issue