missed a bunch of 'repeat's. should be 'boost' fully now.
This commit is contained in:
parent
0bebcd8ad2
commit
fe1a32554c
1 changed files with 11 additions and 11 deletions
|
@ -160,7 +160,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"
|
||||
|
@ -509,7 +509,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",
|
||||
|
@ -674,7 +674,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",
|
||||
|
@ -997,11 +997,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",
|
||||
|
@ -1081,7 +1081,7 @@
|
|||
"media_upload": "Upload media",
|
||||
"quote": "Quote",
|
||||
"reject_follow_request": "Reject follow request",
|
||||
"repeat": "Repeat",
|
||||
"repeat": "Boost",
|
||||
"reply": "Reply",
|
||||
"user_settings": "User Settings"
|
||||
},
|
||||
|
@ -1156,7 +1156,7 @@
|
|||
"following": "Following!",
|
||||
"follows_you": "Follows you!",
|
||||
"hidden": "Hidden",
|
||||
"hide_repeats": "Hide repeats",
|
||||
"hide_repeats": "Hide boosts",
|
||||
"highlight": {
|
||||
"disabled": "No highlight",
|
||||
"side": "Side stripe",
|
||||
|
@ -1182,7 +1182,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…
Add table
Reference in a new issue