Merge pull request #818 from cxgreat2014/master
translate mute plugin for zh zh-tw
This commit is contained in:
commit
7f06abc359
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