From fc3f102528beb568b645ed7dd0e06342a2eec4af Mon Sep 17 00:00:00 2001 From: cxgreat2014 Date: Thu, 9 Feb 2017 14:12:36 +0800 Subject: [PATCH] translate mute plugin for zh zh-tw --- plugins/Mute/languages/zh-tw.json | 6 ++++++ plugins/Mute/languages/zh.json | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 plugins/Mute/languages/zh-tw.json create mode 100644 plugins/Mute/languages/zh.json diff --git a/plugins/Mute/languages/zh-tw.json b/plugins/Mute/languages/zh-tw.json new file mode 100644 index 00000000..edeae8e1 --- /dev/null +++ b/plugins/Mute/languages/zh-tw.json @@ -0,0 +1,6 @@ +{ + "Hide all content from %s?": "要將 %s 加入黑名單嗎?(您將無法看到所有來自他的消息)", + "Mute": "確定", + "Unmute %s?": "要將 %s 移出黑名單嗎?", + "Unmute": "確定" +} \ No newline at end of file diff --git a/plugins/Mute/languages/zh.json b/plugins/Mute/languages/zh.json new file mode 100644 index 00000000..9a29041b --- /dev/null +++ b/plugins/Mute/languages/zh.json @@ -0,0 +1,6 @@ +{ + "Hide all content from %s?": "要将 %s 加入黑名单吗?(您将无法看到所有来自他的消息)", + "Mute": "确定", + "Unmute %s?": "要将 %s 移出黑名单吗?", + "Unmute": "确定" +} \ No newline at end of file