Update to recommendations by Panos

See https://codeberg.org/calckey/calckey/pulls/9344#issuecomment-746107 for deets
This commit is contained in:
PK 2022-12-29 11:58:39 -06:00
parent b0bab6889b
commit 14d6f6d39c
No known key found for this signature in database
GPG key ID: C8BF4FEE02EC506B

View file

@ -13,7 +13,7 @@ ok: "OK"
gotIt: "Got it!" gotIt: "Got it!"
cancel: "Cancel" cancel: "Cancel"
enterUsername: "Enter username" enterUsername: "Enter username"
renotedBy: "Reposted by {user}" renotedBy: "Boosted by {user}"
noNotes: "No posts" noNotes: "No posts"
noNotifications: "No notifications" noNotifications: "No notifications"
instance: "Instance" instance: "Instance"
@ -44,7 +44,7 @@ copyContent: "Copy contents"
copyLink: "Copy link" copyLink: "Copy link"
delete: "Delete" delete: "Delete"
deleteAndEdit: "Delete and edit" deleteAndEdit: "Delete and edit"
deleteAndEditConfirm: "Are you sure you want to delete this post and edit it? You will lose all reactions, reposts and replies to it." deleteAndEditConfirm: "Are you sure you want to delete this post and edit it? You will lose all reactions, boosts and replies to it."
addToList: "Add to list" addToList: "Add to list"
sendMessage: "Send a message" sendMessage: "Send a message"
copyUsername: "Copy username" copyUsername: "Copy username"
@ -58,7 +58,7 @@ receiveFollowRequest: "Follow request received"
followRequestAccepted: "Follow request accepted" followRequestAccepted: "Follow request accepted"
mention: "Mention" mention: "Mention"
mentions: "Mentions" mentions: "Mentions"
directNotes: "Direct notes" directNotes: "Direct messages"
importAndExport: "Import/Export Data" importAndExport: "Import/Export Data"
import: "Import" import: "Import"
export: "Export" export: "Export"
@ -94,11 +94,11 @@ followRequests: "Follow requests"
unfollow: "Unfollow" unfollow: "Unfollow"
followRequestPending: "Follow request pending" followRequestPending: "Follow request pending"
enterEmoji: "Enter an emoji" enterEmoji: "Enter an emoji"
renote: "Repost" renote: "Boost"
unrenote: "Take back repost" unrenote: "Take back boost"
renoted: "Reposted." renoted: "Boosted."
cantRenote: "This post can't be reposted." cantRenote: "This post can't be boosted."
cantReRenote: "A repost can't be reposted." cantReRenote: "A boost can't be boosted."
quote: "Quote" quote: "Quote"
pinnedNote: "Pinned post" pinnedNote: "Pinned post"
pinned: "Pin to profile" pinned: "Pin to profile"
@ -658,9 +658,9 @@ manageAccessTokens: "Manage access tokens"
accountInfo: "Account Info" accountInfo: "Account Info"
notesCount: "Number of posts" notesCount: "Number of posts"
repliesCount: "Number of replies sent" repliesCount: "Number of replies sent"
renotesCount: "Number of reposts sent" renotesCount: "Number of boosts sent"
repliedCount: "Number of replies received" repliedCount: "Number of replies received"
renotedCount: "Number of reposts received" renotedCount: "Number of boosts received"
followingCount: "Number of followed accounts" followingCount: "Number of followed accounts"
followersCount: "Number of followers" followersCount: "Number of followers"
sentReactionsCount: "Number of sent reactions" sentReactionsCount: "Number of sent reactions"
@ -796,7 +796,7 @@ customCssWarn: "This setting should only be used if you know what it does. Enter
global: "Global" global: "Global"
recommended: "Recommended" recommended: "Recommended"
squareAvatars: "Display squared avatars" squareAvatars: "Display squared avatars"
seperateRenoteQuote: "Seperate repost and quote buttons" seperateRenoteQuote: "Seperate boost and quote buttons"
sent: "Sent" sent: "Sent"
received: "Received" received: "Received"
searchResult: "Search results" searchResult: "Search results"
@ -1121,7 +1121,7 @@ _wordMute:
hard: "Hard" hard: "Hard"
mutedNotes: "Muted posts" mutedNotes: "Muted posts"
_instanceMute: _instanceMute:
instanceMuteDescription: "This will mute any posts/reposts from the listed instances, including those of users replying to a user from a muted instance." instanceMuteDescription: "This will mute any posts/boosts from the listed instances, including those of users replying to a user from a muted instance."
instanceMuteDescription2: "Separate with newlines" instanceMuteDescription2: "Separate with newlines"
title: "Hides posts from listed instances." title: "Hides posts from listed instances."
heading: "List of instances to be muted" heading: "List of instances to be muted"
@ -1173,7 +1173,7 @@ _theme:
hashtag: "Hashtag" hashtag: "Hashtag"
mention: "Mention" mention: "Mention"
mentionMe: "Mentions (Me)" mentionMe: "Mentions (Me)"
renote: "Repost" renote: "Boost"
modalBg: "Modal background" modalBg: "Modal background"
divider: "Divider" divider: "Divider"
scrollbarHandle: "Scrollbar handle" scrollbarHandle: "Scrollbar handle"
@ -1729,7 +1729,7 @@ _notification:
youGotMention: "{name} mentioned you" youGotMention: "{name} mentioned you"
youGotReply: "{name} replied to you" youGotReply: "{name} replied to you"
youGotQuote: "{name} quoted you" youGotQuote: "{name} quoted you"
youRenoted: "Repost from {name}" youRenoted: "Boost from {name}"
youGotPoll: "{name} voted on your poll" youGotPoll: "{name} voted on your poll"
youGotMessagingMessageFromUser: "{name} sent you a chat message" youGotMessagingMessageFromUser: "{name} sent you a chat message"
youGotMessagingMessageFromGroup: "A chat message was sent to the {name} group" youGotMessagingMessageFromGroup: "A chat message was sent to the {name} group"
@ -1744,7 +1744,7 @@ _notification:
follow: "New followers" follow: "New followers"
mention: "Mentions" mention: "Mentions"
reply: "Replies" reply: "Replies"
renote: "Reposts" renote: "Boosts"
quote: "Quotes" quote: "Quotes"
reaction: "Reactions" reaction: "Reactions"
pollVote: "Votes on polls" pollVote: "Votes on polls"
@ -1756,7 +1756,7 @@ _notification:
_actions: _actions:
followBack: "followed you back" followBack: "followed you back"
reply: "Reply" reply: "Reply"
renote: "Repost" renote: "Boosts"
_deck: _deck:
alwaysShowMainColumn: "Always show main column" alwaysShowMainColumn: "Always show main column"
columnAlign: "Align columns" columnAlign: "Align columns"
@ -1782,4 +1782,4 @@ _deck:
antenna: "Antennas" antenna: "Antennas"
list: "List" list: "List"
mentions: "Mentions" mentions: "Mentions"
direct: "Direct notes" direct: "Direct messages"