mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-24 19:07:32 -07:00
This commit is contained in:
parent
e8a61424b5
commit
ebdafdbfe4
3 changed files with 9 additions and 6 deletions
|
@ -20,3 +20,6 @@
|
||||||
- traumatize
|
- traumatize
|
||||||
- Also changed the about iceshrimp page to direct to this source-code and mention jormungandr
|
- Also changed the about iceshrimp page to direct to this source-code and mention jormungandr
|
||||||
- changed versioning scheme for jormungandr at least, to be SemVer
|
- changed versioning scheme for jormungandr at least, to be SemVer
|
||||||
|
|
||||||
|
## jormungandr-bite.0.5.3
|
||||||
|
- Fixed some posts to beep renaming
|
||||||
|
|
|
@ -17,7 +17,7 @@ cancel: "Cancel"
|
||||||
noThankYou: "No thank you"
|
noThankYou: "No thank you"
|
||||||
enterUsername: "Enter username"
|
enterUsername: "Enter username"
|
||||||
renotedBy: "Boosted by {user}"
|
renotedBy: "Boosted by {user}"
|
||||||
noNotes: "No posts"
|
noNotes: "No beeps"
|
||||||
noNotifications: "No notifications"
|
noNotifications: "No notifications"
|
||||||
instance: "Server"
|
instance: "Server"
|
||||||
settings: "Settings"
|
settings: "Settings"
|
||||||
|
@ -49,7 +49,7 @@ copyLink: "Copy link"
|
||||||
delete: "Delete"
|
delete: "Delete"
|
||||||
deleted: "Deleted"
|
deleted: "Deleted"
|
||||||
deleteAndEdit: "Delete and edit"
|
deleteAndEdit: "Delete and edit"
|
||||||
deleteAndEditConfirm: "Are you sure you want to delete this post and edit it? You
|
deleteAndEditConfirm: "Are you sure you want to delete this beep and edit it? You
|
||||||
will lose all reactions, boosts and replies to it."
|
will lose all reactions, boosts and replies to it."
|
||||||
editNote: "Edit note"
|
editNote: "Edit note"
|
||||||
edited: "Edited at {date} {time}"
|
edited: "Edited at {date} {time}"
|
||||||
|
@ -79,7 +79,7 @@ export: "Export"
|
||||||
files: "Files"
|
files: "Files"
|
||||||
download: "Download"
|
download: "Download"
|
||||||
driveFileDeleteConfirm: "Are you sure you want to delete the file \"{name}\"? It will
|
driveFileDeleteConfirm: "Are you sure you want to delete the file \"{name}\"? It will
|
||||||
be removed from all posts that contain it as an attachment."
|
be removed from all beeps that contain it as an attachment."
|
||||||
unfollowConfirm: "Are you sure that you want to unfollow {name}?"
|
unfollowConfirm: "Are you sure that you want to unfollow {name}?"
|
||||||
exportRequested: "You've requested an export. This may take a while. It will be added
|
exportRequested: "You've requested an export. This may take a while. It will be added
|
||||||
to your Drive once completed."
|
to your Drive once completed."
|
||||||
|
@ -2095,7 +2095,7 @@ _notification:
|
||||||
youWereInvitedToGroup: "{userName} invited you to a group"
|
youWereInvitedToGroup: "{userName} invited you to a group"
|
||||||
pollEnded: "Poll results have become available"
|
pollEnded: "Poll results have become available"
|
||||||
emptyPushNotificationMessage: "Push notifications have been updated"
|
emptyPushNotificationMessage: "Push notifications have been updated"
|
||||||
reacted: "reacted to your post"
|
reacted: "reacted to your beep"
|
||||||
renoted: "boosted your beep"
|
renoted: "boosted your beep"
|
||||||
voted: "voted on your poll"
|
voted: "voted on your poll"
|
||||||
_types:
|
_types:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "iceshrimp",
|
"name": "iceshrimp",
|
||||||
"version": "2023.12.7-jormungandr-bite.0.5.2",
|
"version": "2023.12.7-jormungandr-bite.0.5.3",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://iceshrimp.dev/iceshrimp/iceshrimp.git"
|
"url": "https://iceshrimp.dev/iceshrimp/iceshrimp.git"
|
||||||
|
|
Loading…
Reference in a new issue