From ce17f7c79307ad056da245d94902380c5ddc9fbe Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Fri, 3 Jan 2020 07:15:34 +0100 Subject: [PATCH] [advanced content filter] added ZH-CN translation THX tomacat --- advancedcontentfilter/lang/zh-cn/messages.po | 167 +++++++++++++++++++ advancedcontentfilter/lang/zh-cn/strings.php | 41 +++++ 2 files changed, 208 insertions(+) create mode 100644 advancedcontentfilter/lang/zh-cn/messages.po create mode 100644 advancedcontentfilter/lang/zh-cn/strings.php diff --git a/advancedcontentfilter/lang/zh-cn/messages.po b/advancedcontentfilter/lang/zh-cn/messages.po new file mode 100644 index 00000000..0189c4af --- /dev/null +++ b/advancedcontentfilter/lang/zh-cn/messages.po @@ -0,0 +1,167 @@ +# ADDON advancedcontentfilter +# Copyright (C) +# This file is distributed under the same license as the Friendica advancedcontentfilter addon package. +# +# +# Translators: +# Tom, 2020 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-04-17 04:04+0200\n" +"PO-Revision-Date: 2018-05-24 06:41+0000\n" +"Last-Translator: Tom, 2020\n" +"Language-Team: Chinese (China) (https://www.transifex.com/Friendica/teams/12172/zh_CN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: advancedcontentfilter.php:134 +#, php-format +msgid "Filtered by rule: %s" +msgstr "" + +#: advancedcontentfilter.php:147 advancedcontentfilter.php:204 +msgid "Advanced Content Filter" +msgstr "高级内容过滤" + +#: advancedcontentfilter.php:203 +msgid "Back to Addon Settings" +msgstr "" + +#: advancedcontentfilter.php:205 +msgid "Add a Rule" +msgstr "添加规则" + +#: advancedcontentfilter.php:206 +msgid "Help" +msgstr "帮助" + +#: advancedcontentfilter.php:207 +msgid "" +"Add and manage your personal content filter rules in this screen. Rules have" +" a name and an arbitrary expression that will be matched against post data. " +"For a complete reference of the available operations and variables, check " +"the help page." +msgstr "" + +#: advancedcontentfilter.php:208 +msgid "Your rules" +msgstr "" + +#: advancedcontentfilter.php:209 +msgid "" +"You have no rules yet! Start adding one by clicking on the button above next" +" to the title." +msgstr "" + +#: advancedcontentfilter.php:210 +msgid "Disabled" +msgstr "" + +#: advancedcontentfilter.php:211 +msgid "Enabled" +msgstr "" + +#: advancedcontentfilter.php:212 +msgid "Disable this rule" +msgstr "" + +#: advancedcontentfilter.php:213 +msgid "Enable this rule" +msgstr "" + +#: advancedcontentfilter.php:214 +msgid "Edit this rule" +msgstr "" + +#: advancedcontentfilter.php:215 +msgid "Edit the rule" +msgstr "" + +#: advancedcontentfilter.php:216 +msgid "Save this rule" +msgstr "" + +#: advancedcontentfilter.php:217 +msgid "Delete this rule" +msgstr "" + +#: advancedcontentfilter.php:218 +msgid "Rule" +msgstr "" + +#: advancedcontentfilter.php:219 +msgid "Close" +msgstr "" + +#: advancedcontentfilter.php:220 +msgid "Add new rule" +msgstr "" + +#: advancedcontentfilter.php:221 +msgid "Rule Name" +msgstr "" + +#: advancedcontentfilter.php:222 +msgid "Rule Expression" +msgstr "" + +#: advancedcontentfilter.php:223 +msgid "" +"

Examples:

" +msgstr "" + +#: advancedcontentfilter.php:224 +msgid "Cancel" +msgstr "" + +#: advancedcontentfilter.php:290 advancedcontentfilter.php:301 +#: advancedcontentfilter.php:312 advancedcontentfilter.php:346 +#: advancedcontentfilter.php:375 advancedcontentfilter.php:396 +msgid "You must be logged in to use this method" +msgstr "" + +#: advancedcontentfilter.php:316 advancedcontentfilter.php:350 +#: advancedcontentfilter.php:379 +msgid "Invalid form security token, please refresh the page." +msgstr "" + +#: advancedcontentfilter.php:328 +msgid "The rule name and expression are required." +msgstr "" + +#: advancedcontentfilter.php:340 +msgid "Rule successfully added" +msgstr "" + +#: advancedcontentfilter.php:354 advancedcontentfilter.php:383 +msgid "Rule doesn't exist or doesn't belong to you." +msgstr "" + +#: advancedcontentfilter.php:369 +msgid "Rule successfully updated" +msgstr "" + +#: advancedcontentfilter.php:390 +msgid "Rule successfully deleted" +msgstr "" + +#: advancedcontentfilter.php:400 +msgid "Missing argument: guid." +msgstr "" + +#: advancedcontentfilter.php:406 +#, php-format +msgid "Unknown post with guid: %s" +msgstr "" + +#: src/middlewares.php:28 +msgid "Method not found" +msgstr "" diff --git a/advancedcontentfilter/lang/zh-cn/strings.php b/advancedcontentfilter/lang/zh-cn/strings.php new file mode 100644 index 00000000..1d462ee2 --- /dev/null +++ b/advancedcontentfilter/lang/zh-cn/strings.php @@ -0,0 +1,41 @@ +strings["Filtered by rule: %s"] = ""; +$a->strings["Advanced Content Filter"] = "高级内容过滤"; +$a->strings["Back to Addon Settings"] = ""; +$a->strings["Add a Rule"] = "添加规则"; +$a->strings["Help"] = "帮助"; +$a->strings["Add and manage your personal content filter rules in this screen. Rules have a name and an arbitrary expression that will be matched against post data. For a complete reference of the available operations and variables, check the help page."] = ""; +$a->strings["Your rules"] = ""; +$a->strings["You have no rules yet! Start adding one by clicking on the button above next to the title."] = ""; +$a->strings["Disabled"] = ""; +$a->strings["Enabled"] = ""; +$a->strings["Disable this rule"] = ""; +$a->strings["Enable this rule"] = ""; +$a->strings["Edit this rule"] = ""; +$a->strings["Edit the rule"] = ""; +$a->strings["Save this rule"] = ""; +$a->strings["Delete this rule"] = ""; +$a->strings["Rule"] = ""; +$a->strings["Close"] = ""; +$a->strings["Add new rule"] = ""; +$a->strings["Rule Name"] = ""; +$a->strings["Rule Expression"] = ""; +$a->strings["

Examples:

"] = ""; +$a->strings["Cancel"] = ""; +$a->strings["You must be logged in to use this method"] = ""; +$a->strings["Invalid form security token, please refresh the page."] = ""; +$a->strings["The rule name and expression are required."] = ""; +$a->strings["Rule successfully added"] = ""; +$a->strings["Rule doesn't exist or doesn't belong to you."] = ""; +$a->strings["Rule successfully updated"] = ""; +$a->strings["Rule successfully deleted"] = ""; +$a->strings["Missing argument: guid."] = ""; +$a->strings["Unknown post with guid: %s"] = ""; +$a->strings["Method not found"] = "";