]> git.mxchange.org Git - friendica-addons.git/blob - langfilter/lang/zh-cn/strings.php
Merge pull request #836 from tobiasd/20190402-lng
[friendica-addons.git] / langfilter / 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["Language Filter"] = "语言过滤器";
10 $a->strings["This addon tries to identify the language posts are writen in. If it does not match any language specifed below, posts will be hidden by collapsing them."] = "这个插件将尝试识别帖子所用的语言。如果不符合以下列出的语言,帖子将被折叠以隐藏。";
11 $a->strings["Use the language filter"] = "使用语言过滤器";
12 $a->strings["Able to read"] = "想要显示的语言";
13 $a->strings["List of abbreviations (iso2 codes) for languages you speak, comma separated. For example \"de,it\"."] = "您使用的语言缩写 (iso2 codes) 列表,逗号分隔。例如 \"zh,en\"。";
14 $a->strings["Minimum confidence in language detection"] = "语言识别阈值";
15 $a->strings["Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value."] = "语言识别阈值(0-100)。语言识别结果低于该阈值的帖子将不会被折叠。";
16 $a->strings["Minimum length of message body"] = "语言过滤帖子所需最小字符个数";
17 $a->strings["Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters)."] = "语言过滤帖子所需最小字符个数。低于该数字的帖子将不会被过滤。注意:对于字符个数小于200的帖子,语言检测功能将不够稳定。";
18 $a->strings["Save Settings"] = "保存设置";
19 $a->strings["Language Filter Settings saved."] = "语言过滤器设置已保存。";
20 $a->strings["Filtered language: %s"] = "已过滤的语言:%s";