mirror of
https://github.com/HelloZeroNet/ZeroNet.git
synced 2023-12-14 04:33:03 +01:00
translate mute plugin for zh zh-tw
This commit is contained in:
parent
becb71ad28
commit
fc3f102528
2 changed files with 12 additions and 0 deletions
6
plugins/Mute/languages/zh-tw.json
Normal file
6
plugins/Mute/languages/zh-tw.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"Hide all content from <b>%s</b>?": "要將 <b>%s</b> 加入黑名單嗎?(您將無法看到所有來自他的消息)",
|
||||
"Mute": "確定",
|
||||
"Unmute <b>%s</b>?": "要將 <b>%s</b> 移出黑名單嗎?",
|
||||
"Unmute": "確定"
|
||||
}
|
6
plugins/Mute/languages/zh.json
Normal file
6
plugins/Mute/languages/zh.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"Hide all content from <b>%s</b>?": "要将 <b>%s</b> 加入黑名单吗?(您将无法看到所有来自他的消息)",
|
||||
"Mute": "确定",
|
||||
"Unmute <b>%s</b>?": "要将 <b>%s</b> 移出黑名单吗?",
|
||||
"Unmute": "确定"
|
||||
}
|
Loading…
Reference in a new issue