Compare commits

..

No commits in common. "07b5b3754f917dc28cec637cd7b29252f41eeb64" and "51e6e27a4152b6d2c3025ba567d744fc592971cf" have entirely different histories.

3 changed files with 21 additions and 24 deletions

View file

@ -26,6 +26,3 @@
## jormungandr-bite.0.5.4
- Remove maintainer information nag
## jormungandr-bite.0.5.5
- Rename renotes/boost to rebeeps

View file

@ -16,7 +16,7 @@ gotIt: "Got it!"
cancel: "Cancel"
noThankYou: "No thank you"
enterUsername: "Enter username"
renotedBy: "Rebeeped by {user}"
renotedBy: "Boosted by {user}"
noNotes: "No beeps"
noNotifications: "No notifications"
instance: "Server"
@ -50,7 +50,7 @@ delete: "Delete"
deleted: "Deleted"
deleteAndEdit: "Delete and edit"
deleteAndEditConfirm: "Are you sure you want to delete this beep and edit it? You
will lose all reactions, rebeeps and replies to it."
will lose all reactions, boosts and replies to it."
editNote: "Edit note"
edited: "Edited at {date} {time}"
addToList: "Add to list"
@ -113,11 +113,11 @@ followRequests: "Follow requests"
unfollow: "Unfollow"
followRequestPending: "Follow request pending"
enterEmoji: "Enter an emoji"
renote: "Rebeep"
unrenote: "Take back rebeep"
renoted: "Rebeeped."
cantRenote: "This beep can't be rebeeped."
cantReRenote: "A rebeep can't be rebeeped."
renote: "Boost"
unrenote: "Take back boost"
renoted: "Boosted."
cantRenote: "This beep can't be boosted."
cantReRenote: "A boost can't be boosted."
quote: "Quote"
pinnedNote: "Pinned beep"
pinned: "Pin to profile"
@ -138,8 +138,8 @@ unmarkAsSensitive: "Unmark as sensitive"
enterFileName: "Enter filename"
mute: "Mute"
unmute: "Unmute"
renoteMute: "Mute rebeeps"
renoteUnmute: "Unmute rebeeps"
renoteMute: "Mute boosts"
renoteUnmute: "Unmute boosts"
block: "Block"
unblock: "Unblock"
suspend: "Suspend"
@ -688,7 +688,7 @@ instanceMute: "Server Mutes"
userSaysSomething: "{name} said something"
userSaysSomethingReason: "{name} said {reason}"
userSaysSomethingReasonReply: "{name} replied to a beep containing {reason}"
userSaysSomethingReasonRenote: "{name} rebeeped a beep containing {reason}"
userSaysSomethingReasonRenote: "{name} boosted a beep containing {reason}"
userSaysSomethingReasonQuote: "{name} quoted a beep containing {reason}"
makeActive: "Activate"
display: "Display"
@ -753,9 +753,9 @@ manageAccessTokens: "Manage access tokens"
accountInfo: "Account Info"
notesCount: "Number of beeps"
repliesCount: "Number of replies sent"
renotesCount: "Number of rebeeps sent"
renotesCount: "Number of boosts sent"
repliedCount: "Number of replies received"
renotedCount: "Number of rebeeps received"
renotedCount: "Number of boosts received"
followingCount: "Number of followed accounts"
followersCount: "Number of followers"
sentReactionsCount: "Number of sent reactions"
@ -906,7 +906,7 @@ customCssWarn: "This setting should only be used if you know what it does. Enter
global: "Global"
recommended: "Recommended"
squareAvatars: "Display squared avatars"
seperateRenoteQuote: "Separate rebeep and quote buttons"
seperateRenoteQuote: "Separate boost and quote buttons"
sent: "Sent"
received: "Received"
searchResult: "Search results"
@ -1387,7 +1387,7 @@ _wordMute:
hard: "Hard"
mutedNotes: "Muted beeps"
_instanceMute:
instanceMuteDescription: "This will mute any beeps/rebeeps from the listed servers,
instanceMuteDescription: "This will mute any beeps/boosts from the listed servers,
including those of users replying to a user from a muted server."
instanceMuteDescription2: "Separate with newlines"
title: "Hides beeps from listed servers."
@ -1440,7 +1440,7 @@ _theme:
hashtag: "Hashtag"
mention: "Mention"
mentionMe: "Mentions (Me)"
renote: "Rebeep"
renote: "Boost"
modalBg: "Modal background"
divider: "Divider"
scrollbarHandle: "Scrollbar handle"
@ -1525,7 +1525,7 @@ _filters:
followersOnly: "Followers only"
repliesOnly: "Replies only"
excludeReplies: "Exclude replies"
excludeRenotes: "Exclude rebeeps"
excludeRenotes: "Exclude boosts"
caseSensitive: "Case sensitive"
matchWords: "Match whole words"
_tutorial:
@ -2085,7 +2085,7 @@ _notification:
youGotMention: "{name} mentioned you"
youGotReply: "{name} replied to you"
youGotQuote: "{name} quoted you"
youRenoted: "Rebeep from {name}"
youRenoted: "Boost from {name}"
youGotPoll: "{name} voted on your poll"
youGotMessagingMessageFromUser: "{name} sent you a chat message"
youGotMessagingMessageFromGroup: "A chat message was sent to the {name} group"
@ -2096,14 +2096,14 @@ _notification:
pollEnded: "Poll results have become available"
emptyPushNotificationMessage: "Push notifications have been updated"
reacted: "reacted to your beep"
renoted: "rebeeped your beep"
renoted: "boosted your beep"
voted: "voted on your poll"
_types:
all: "All"
follow: "New followers"
mention: "Mentions"
reply: "Replies"
renote: "Rebeeps"
renote: "Boosts"
quote: "Quotes"
reaction: "Reactions"
pollVote: "Votes on polls"
@ -2116,7 +2116,7 @@ _notification:
_actions:
followBack: "followed you back"
reply: "Reply"
renote: "Rebeeps"
renote: "Boosts"
_deck:
alwaysShowMainColumn: "Always show main column"
columnAlign: "Align columns"

View file

@ -1,6 +1,6 @@
{
"name": "iceshrimp",
"version": "2023.12.7-jormungandr-bite.0.5.5",
"version": "2023.12.7-jormungandr-bite.0.5.4",
"repository": {
"type": "git",
"url": "https://iceshrimp.dev/iceshrimp/iceshrimp.git"