add: mark all media from user as NSFW

Closes transfem-org/Sharkey#69
This commit is contained in:
Mar0xy 2023-10-18 05:32:47 +02:00
parent 5c7f517895
commit cb9bd6a004
No known key found for this signature in database
GPG key ID: 56569BBE47D2C828
8 changed files with 121 additions and 0 deletions

View file

@ -137,10 +137,13 @@ renoteMute: "Mute Renotes"
renoteUnmute: "Unmute Renotes"
block: "Block"
unblock: "Unblock"
markAsNSFW: "Mark all media from user as NSFW"
suspend: "Suspend"
unsuspend: "Unsuspend"
blockConfirm: "Are you sure that you want to block this account?"
unblockConfirm: "Are you sure that you want to unblock this account?"
nsfwConfirm: "Are you sure that you want to mark all media from this account as NSFW?"
unNsfwConfirm: "Are you sure that you want to unmark all media from this account as NSFW?"
suspendConfirm: "Are you sure that you want to suspend this account?"
unsuspendConfirm: "Are you sure that you want to unsuspend this account?"
selectList: "Select a list"

3
locales/index.d.ts vendored
View file

@ -140,10 +140,13 @@ export interface Locale {
"renoteUnmute": string;
"block": string;
"unblock": string;
"markAsNSFW": string;
"suspend": string;
"unsuspend": string;
"blockConfirm": string;
"unblockConfirm": string;
"nsfwConfirm": string;
"unNsfwConfirm": string;
"suspendConfirm": string;
"unsuspendConfirm": string;
"selectList": string;

View file

@ -137,10 +137,13 @@ renoteMute: "リノートをミュート"
renoteUnmute: "リノートのミュートを解除"
block: "ブロック"
unblock: "ブロック解除"
markAsNSFW: "ユーザーのすべてのメディアをNSFWとしてマークする"
suspend: "凍結"
unsuspend: "解凍"
blockConfirm: "ブロックしますか?"
unblockConfirm: "ブロック解除しますか?"
nsfwConfirm: "このアカウントからのすべてのメディアをNSFWとしてマークしてもよろしいですか"
unNsfwConfirm: "このアカウントのすべてのメディアをNSFWとしてマーク解除してもよろしいですか"
suspendConfirm: "凍結しますか?"
unsuspendConfirm: "解凍しますか?"
selectList: "リストを選択"