]> git.mxchange.org Git - friendica-addons.git/blob - advancedcontentfilter/lang/zh-cn/strings.php
regenerated all the strings
[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 intval(0);
7 }}
8 $a->strings['Filtered by rule: %s'] = '通过规则过滤:%s';
9 $a->strings['Advanced Content Filter'] = '高级内容过滤';
10 $a->strings['Back to Addon Settings'] = '返回扩展设置';
11 $a->strings['Add a Rule'] = '添加规则';
12 $a->strings['Help'] = '帮助';
13 $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>。';
14 $a->strings['Your rules'] = '你的规则';
15 $a->strings['You have no rules yet! Start adding one by clicking on the button above next to the title.'] = '你还没有规则!点击标题上方的按钮开始新增规则。';
16 $a->strings['Disabled'] = '禁用';
17 $a->strings['Enabled'] = '启用';
18 $a->strings['Disable this rule'] = '禁用此规则';
19 $a->strings['Enable this rule'] = '启用此规则';
20 $a->strings['Edit this rule'] = '编辑此规则';
21 $a->strings['Edit the rule'] = '编辑规则';
22 $a->strings['Save this rule'] = '保存规则';
23 $a->strings['Delete this rule'] = '删除此规则';
24 $a->strings['Rule'] = '规则';
25 $a->strings['Close'] = '关闭';
26 $a->strings['Add new rule'] = '新增规则';
27 $a->strings['Rule Name'] = '规则名';
28 $a->strings['Rule Expression'] = '规则表达式';
29 $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>';
30 $a->strings['Cancel'] = '取消';
31 $a->strings['You must be logged in to use this method'] = '使用此模式您必须先登录。';
32 $a->strings['Invalid form security token, please refresh the page.'] = '无效的安全令牌,请刷新页面。';
33 $a->strings['The rule name and expression are required.'] = '规则名和表达式必填。';
34 $a->strings['Rule successfully added'] = '规则添加成功。';
35 $a->strings['Rule doesn\'t exist or doesn\'t belong to you.'] = '规则不存在或不属于你。';
36 $a->strings['Rule successfully updated'] = '规则更新成功';
37 $a->strings['Rule successfully deleted'] = '规则删除成功';
38 $a->strings['Missing argument: guid.'] = '缺少参数:guid。';
39 $a->strings['Unknown post with guid: %s'] = '未知帖子 guid:%s';
40 $a->strings['Method not found'] = '未找到模式';