]> git.mxchange.org Git - friendica-addons.git/commitdiff
langfilter ZH CN translation update THX shykana
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Fri, 13 May 2022 14:38:26 +0000 (16:38 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Fri, 13 May 2022 14:38:26 +0000 (16:38 +0200)
langfilter/lang/zh-cn/messages.po
langfilter/lang/zh-cn/strings.php

index 855c5b35423d51473a20f0e03ce4f1b11638bf48..c55a8edbc5bc232ec8f8e001958a0fce4110f048 100644 (file)
@@ -6,14 +6,15 @@
 # Translators:
 # Asher Pen <asherpen@gmail.com>, 2019
 # 朱陈锬 <tangenters@outlook.com>, 2018
+# gudzpoz <GuDzpoz@live.com>, 2022
 # 朱陈锬 <tangenters@outlook.com>, 2018
 msgid ""
 msgstr ""
 "Project-Id-Version: friendica\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-04-01 11:11-0400\n"
-"PO-Revision-Date: 2019-03-25 02:01+0000\n"
-"Last-Translator: Asher Pen <asherpen@gmail.com>\n"
+"POT-Creation-Date: 2021-11-21 19:15-0500\n"
+"PO-Revision-Date: 2015-07-25 08:05+0000\n"
+"Last-Translator: gudzpoz <GuDzpoz@live.com>, 2022\n"
 "Language-Team: Chinese (China) (http://www.transifex.com/Friendica/friendica/language/zh_CN/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -21,62 +22,58 @@ msgstr ""
 "Language: zh_CN\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
 
-#: langfilter.php:58
-msgid "Language Filter"
-msgstr "语言过滤器"
-
-#: langfilter.php:59
+#: langfilter.php:49
 msgid ""
 "This addon tries to identify the language posts are written in. If it does "
 "not match any language specified below, posts will be hidden by collapsing "
 "them."
-msgstr "这个插件将尝试识别帖子所用的语言。如果不符合以下列出的语言,帖子将被折叠以隐藏。"
+msgstr "此插件试图辨别文章的写作语言。如果语言与下面给定的均不符合,则文章会被折叠隐藏起来。"
 
-#: langfilter.php:60
+#: langfilter.php:50
 msgid "Use the language filter"
 msgstr "使用语言过滤器"
 
-#: langfilter.php:61
+#: langfilter.php:51
 msgid "Able to read"
 msgstr "想要显示的语言"
 
-#: langfilter.php:61
+#: langfilter.php:51
 msgid ""
-"List of abbreviations (iso2 codes) for languages you speak, comma separated."
-" For example \"de,it\"."
-msgstr "您使用的语言缩写 (iso2 codes) 列表,逗号分隔。例如 \"zh,en\"。"
+"List of abbreviations (ISO 639-1 codes) for languages you speak, comma "
+"separated. For example \"de,it\"."
+msgstr "语言列表(ISO 639-1 缩写代码),使用英文逗号分隔。例如:“de,it,zh”"
 
-#: langfilter.php:62
+#: langfilter.php:52
 msgid "Minimum confidence in language detection"
 msgstr "语言识别阈值"
 
-#: langfilter.php:62
+#: langfilter.php:52
 msgid ""
 "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."
 msgstr "语言识别阈值(0-100)。语言识别结果低于该阈值的帖子将不会被折叠。"
 
-#: langfilter.php:63
+#: langfilter.php:53
 msgid "Minimum length of message body"
 msgstr "语言过滤帖子所需最小字符个数"
 
-#: langfilter.php:63
+#: langfilter.php:53
 msgid ""
 "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)."
 msgstr "语言过滤帖子所需最小字符个数。低于该数字的帖子将不会被过滤。注意:对于字符个数小于200的帖子,语言检测功能将不够稳定。"
 
-#: langfilter.php:64
+#: langfilter.php:58
+msgid "Language Filter"
+msgstr "语言过滤器"
+
+#: langfilter.php:60
 msgid "Save Settings"
 msgstr "保存设置"
 
-#: langfilter.php:105
-msgid "Language Filter Settings saved."
-msgstr "语言过滤器设置已保存。"
-
-#: langfilter.php:182
+#: langfilter.php:193
 #, php-format
 msgid "Filtered language: %s"
 msgstr "已过滤的语言:%s"
index 02ca5a244e197d6cea8f3270e80cf152680376ec..b66e26b4a1e4d8c096315eb794f70454706d5b53 100644 (file)
@@ -5,15 +5,14 @@ function string_plural_select_zh_cn($n){
        $n = intval($n);
        return intval(0);
 }}
-$a->strings['Language Filter'] = '语言过滤器';
-$a->strings['This addon tries to identify the language posts are written in. If it does not match any language specified below, posts will be hidden by collapsing them.'] = '这个插件将尝试识别帖子所用的语言。如果不符合以下列出的语言,帖子将被折叠以隐藏。';
+$a->strings['This addon tries to identify the language posts are written in. If it does not match any language specified below, posts will be hidden by collapsing them.'] = '此插件试图辨别文章的写作语言。如果语言与下面给定的均不符合,则文章会被折叠隐藏起来。';
 $a->strings['Use the language filter'] = '使用语言过滤器';
 $a->strings['Able to read'] = '想要显示的语言';
-$a->strings['List of abbreviations (iso2 codes) for languages you speak, comma separated. For example "de,it".'] = '您使用的语言缩写 (iso2 codes) 列表,逗号分隔。例如 "zh,en"。';
+$a->strings['List of abbreviations (ISO 639-1 codes) for languages you speak, comma separated. For example "de,it".'] = '语言列表(ISO 639-1 缩写代码),使用英文逗号分隔。例如:“de,it,zh”';
 $a->strings['Minimum confidence in language detection'] = '语言识别阈值';
 $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)。语言识别结果低于该阈值的帖子将不会被折叠。';
 $a->strings['Minimum length of message body'] = '语言过滤帖子所需最小字符个数';
 $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的帖子,语言检测功能将不够稳定。';
+$a->strings['Language Filter'] = '语言过滤器';
 $a->strings['Save Settings'] = '保存设置';
-$a->strings['Language Filter Settings saved.'] = '语言过滤器设置已保存。';
 $a->strings['Filtered language: %s'] = '已过滤的语言:%s';