Delete publisher

This commit is contained in:
2025-02-15 18:43:06 +08:00
parent c91cf7c813
commit 43e3404dbb
4 changed files with 47 additions and 4 deletions

View File

@ -638,5 +638,7 @@
"pollVotes": {
"one": "{} vote",
"other": "{} votes"
}
},
"publisherDelete": "Delete Publisher {}",
"publisherDeleteDescription": "Are you sure you want to delete this publisher? This operation is irreversible."
}

View File

@ -637,5 +637,7 @@
"pollVotes": {
"one": "{} 票",
"other": "{} 票"
}
},
"publisherDelete": "删除发布者 {}",
"publisherDeleteDescription": "你确定要删除这个发布者吗?该操作不可撤销。"
}