]> git.mxchange.org Git - friendica-addons.git/blob - advancedcontentfilter/lang/zh-cn/strings.php
advanced content filter ZH CN translation update THX tomacat
[friendica-addons.git] / advancedcontentfilter / lang / zh-cn / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_zh_cn")) {
4 function string_plural_select_zh_cn($n){
5         $n = intval($n);
6         return 0;;
7 }}
8 ;
9 $a->strings["Filtered by rule: %s"] = "通过规则过滤:%s";
10 $a->strings["Advanced Content Filter"] = "高级内容过滤";
11 $a->strings["Back to Addon Settings"] = "返回扩展设置";
12 $a->strings["Add a Rule"] = "添加规则";
13 $a->strings["Help"] = "帮助";
14 $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 <a href=\"advancedcontentfilter/help\">help page</a>."] = "在此界面上添加和管理你的个人内容过滤规则。规则要有名称和能匹配帖子内容的任意表达式。完整可用的运算符和变量,请查看<a href=\"advancedcontentfilter/help\">帮助页面</a>。";
15 $a->strings["Your rules"] = "你的规则";
16 $a->strings["You have no rules yet! Start adding one by clicking on the button above next to the title."] = "你还没有规则!点击标题上方的按钮开始新增规则。";
17 $a->strings["Disabled"] = "禁用";
18 $a->strings["Enabled"] = "启用";
19 $a->strings["Disable this rule"] = "禁用此规则";
20 $a->strings["Enable this rule"] = "启用此规则";
21 $a->strings["Edit this rule"] = "编辑此规则";
22 $a->strings["Edit the rule"] = "编辑规则";
23 $a->strings["Save this rule"] = "保存规则";
24 $a->strings["Delete this rule"] = "删除此规则";
25 $a->strings["Rule"] = "规则";
26 $a->strings["Close"] = "关闭";
27 $a->strings["Add new rule"] = "新增规则";
28 $a->strings["Rule Name"] = "规则名";
29 $a->strings["Rule Expression"] = "规则表达式";
30 $a->strings["<p>Examples:</p><ul><li><pre>author_link == 'https://friendica.mrpetovan.com/profile/hypolite'</pre></li><li>tags</li></ul>"] = "<p>例子:</p><ul><li><pre>author_link == 'https://friendica.mrpetovan.com/profile/hypolite</pre></li><li>tags</li></ul>";
31 $a->strings["Cancel"] = "取消";
32 $a->strings["You must be logged in to use this method"] = "使用此模式您必须先登录。";
33 $a->strings["Invalid form security token, please refresh the page."] = "无效的安全令牌,请刷新页面。";
34 $a->strings["The rule name and expression are required."] = "规则名和表达式必填。";
35 $a->strings["Rule successfully added"] = "规则添加成功。";
36 $a->strings["Rule doesn't exist or doesn't belong to you."] = "规则不存在或不属于你。";
37 $a->strings["Rule successfully updated"] = "规则更新成功";
38 $a->strings["Rule successfully deleted"] = "规则删除成功";
39 $a->strings["Missing argument: guid."] = "缺少参数:guid。";
40 $a->strings["Unknown post with guid: %s"] = "未知帖子 guid:%s";
41 $a->strings["Method not found"] = "未找到模式";