friendica-addons/langfilter/lang/zh-cn/messages.po

80 lines
2.6 KiB
Plaintext
Raw Normal View History

# ADDON langfilter
# Copyright (C)
# This file is distributed under the same license as the Friendica langfilter addon package.
#
#
# Translators:
# Asher Pen <asherpen@gmail.com>, 2019
# 朱陈锬 <tangenters@outlook.com>, 2018
# gudzpoz <GuDzpoz@live.com>, 2022
2018-03-02 11:57:35 +01:00
# 朱陈锬 <tangenters@outlook.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \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"
2018-03-02 11:57:35 +01:00
"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"
"Content-Transfer-Encoding: 8bit\n"
2018-03-02 11:57:35 +01:00
"Language: zh_CN\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: langfilter.php:49
msgid ""
2021-03-24 23:33:42 +01:00
"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 "此插件试图辨别文章的写作语言。如果语言与下面给定的均不符合,则文章会被折叠隐藏起来。"
#: langfilter.php:50
msgid "Use the language filter"
msgstr "使用语言过滤器"
#: langfilter.php:51
msgid "Able to read"
msgstr "想要显示的语言"
#: langfilter.php:51
msgid ""
"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:52
msgid "Minimum confidence in language detection"
msgstr "语言识别阈值"
#: 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 "语言识别阈值0100。语言识别结果低于该阈值的帖子将不会被折叠。"
#: langfilter.php:53
msgid "Minimum length of message body"
msgstr "语言过滤帖子所需最小字符个数"
#: 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:58
msgid "Language Filter"
msgstr "语言过滤器"
#: langfilter.php:60
msgid "Save Settings"
2018-03-02 11:57:35 +01:00
msgstr "保存设置"
#: langfilter.php:193
#, php-format
msgid "Filtered language: %s"
msgstr "已过滤的语言:%s"