mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 01:47:39 -07:00
rename Suspend to Kill
This commit is contained in:
parent
e3def39841
commit
55f77ab83e
1 changed files with 8 additions and 8 deletions
|
@ -141,12 +141,12 @@ renoteMute: "Mute rebeeps"
|
||||||
renoteUnmute: "Unmute rebeeps"
|
renoteUnmute: "Unmute rebeeps"
|
||||||
block: "Block"
|
block: "Block"
|
||||||
unblock: "Unblock"
|
unblock: "Unblock"
|
||||||
suspend: "Suspend"
|
suspend: "Kill"
|
||||||
unsuspend: "Unsuspend"
|
unsuspend: "Revive"
|
||||||
blockConfirm: "Are you sure that you want to block this account?"
|
blockConfirm: "Are you sure that you want to block this account?"
|
||||||
unblockConfirm: "Are you sure that you want to unblock this account?"
|
unblockConfirm: "Are you sure that you want to unblock this account?"
|
||||||
suspendConfirm: "Are you sure that you want to suspend this account?"
|
suspendConfirm: "Are you sure that you want to kill this account?"
|
||||||
unsuspendConfirm: "Are you sure that you want to unsuspend this account?"
|
unsuspendConfirm: "Are you sure that you want to revive this account?"
|
||||||
selectList: "Select a list"
|
selectList: "Select a list"
|
||||||
selectAntenna: "Select an antenna"
|
selectAntenna: "Select an antenna"
|
||||||
selectWidget: "Select a widget"
|
selectWidget: "Select a widget"
|
||||||
|
@ -259,7 +259,7 @@ noJobs: "There are no jobs"
|
||||||
federating: "Federating"
|
federating: "Federating"
|
||||||
blocked: "Blocked"
|
blocked: "Blocked"
|
||||||
silenced: "Silenced"
|
silenced: "Silenced"
|
||||||
suspended: "Suspended"
|
suspended: "Killed"
|
||||||
all: "All"
|
all: "All"
|
||||||
subscribing: "Subscribing"
|
subscribing: "Subscribing"
|
||||||
publishing: "Publishing"
|
publishing: "Publishing"
|
||||||
|
@ -612,10 +612,10 @@ deleteAllFilesConfirm: "Are you sure that you want to delete all files?"
|
||||||
removeAllFollowing: "Unfollow all observing creatures"
|
removeAllFollowing: "Unfollow all observing creatures"
|
||||||
removeAllFollowingDescription: "Executing this unobserves all accounts from {host}.
|
removeAllFollowingDescription: "Executing this unobserves all accounts from {host}.
|
||||||
Please run this if the server e.g. no longer exists."
|
Please run this if the server e.g. no longer exists."
|
||||||
userSuspended: "This creature has been suspended."
|
userSuspended: "This creature has been killed."
|
||||||
userSilenced: "This creature is silenced."
|
userSilenced: "This creature is silenced."
|
||||||
yourAccountSuspendedTitle: "This account is suspended"
|
yourAccountSuspendedTitle: "This account is killed"
|
||||||
yourAccountSuspendedDescription: "This account has been suspended due to breaking
|
yourAccountSuspendedDescription: "This account has been killed due to breaking
|
||||||
the server's terms of services or similar. Contact the administrator if you would
|
the server's terms of services or similar. Contact the administrator if you would
|
||||||
like to know a more detailed reason. Please do not create a new account."
|
like to know a more detailed reason. Please do not create a new account."
|
||||||
menu: "Menu"
|
menu: "Menu"
|
||||||
|
|
Loading…
Reference in a new issue