]> git.mxchange.org Git - friendica-addons.git/blob - nsfw/lang/zh-cn/strings.php
Merge 2019.12 master into develop
[friendica-addons.git] / nsfw / 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["Content Filter (NSFW and more)"] = "内容过滤 ( NSFW 及其他更多)";
10 $a->strings["This addon searches for specified words/text in posts and collapses them. It can be used to filter content tagged with for instance #NSFW that may be deemed inappropriate at certain times or places, such as being at work. It is also useful for hiding irrelevant or annoying content from direct view."] = "";
11 $a->strings["Enable Content filter"] = "启用内容过滤";
12 $a->strings["Comma separated list of keywords to hide"] = "以逗号分隔需隐藏关键字列表";
13 $a->strings["Save Settings"] = "保存设置";
14 $a->strings["Use /expression/ to provide regular expressions"] = "使用 /expression/ 以提供正则表达式";
15 $a->strings["NSFW Settings saved."] = "NSFW 设置已保存";
16 $a->strings["Filtered tag: %s"] = "已过滤标签:%s";
17 $a->strings["Filtered word: %s"] = "已过滤字词:%s";