diff options
author | searxng-bot <searxng-bot@users.noreply.github.com> | 2023-06-19 17:57:33 +0000 |
---|---|---|
committer | searxng-bot <searxng-bot@users.noreply.github.com> | 2023-06-19 17:57:33 +0000 |
commit | bb2934ae240784fac2c9b2758d6364126f9d4e45 (patch) | |
tree | 85097e54208eb4b431bc6fa49973123d27f07804 /searx/translations/zh_Hans_CN/LC_MESSAGES | |
parent | 7133e35b1c6f29e4bdac140c27ced2a610cd7faa (diff) | |
download | searxng-bb2934ae240784fac2c9b2758d6364126f9d4e45.tar.gz searxng-bb2934ae240784fac2c9b2758d6364126f9d4e45.zip |
[translations] update messages.pot and messages.po files
From 86db0879 - 2023-06-18 - Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'searx/translations/zh_Hans_CN/LC_MESSAGES')
-rw-r--r-- | searx/translations/zh_Hans_CN/LC_MESSAGES/messages.po | 120 |
1 files changed, 60 insertions, 60 deletions
diff --git a/searx/translations/zh_Hans_CN/LC_MESSAGES/messages.po b/searx/translations/zh_Hans_CN/LC_MESSAGES/messages.po index 623769a94..208f18c74 100644 --- a/searx/translations/zh_Hans_CN/LC_MESSAGES/messages.po +++ b/searx/translations/zh_Hans_CN/LC_MESSAGES/messages.po @@ -22,19 +22,18 @@ # BBTranslate <357835338@qq.com>, 2023. msgid "" msgstr "" -"Project-Id-Version: searx\n" +"Project-Id-Version: searx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2023-06-02 18:34+0000\n" +"POT-Creation-Date: 2023-06-19 17:57+0000\n" "PO-Revision-Date: 2023-06-04 04:37+0000\n" "Last-Translator: return42 <markus.heiser@darmarit.de>\n" -"Language-Team: Chinese (Simplified) <https://translate.codeberg.org/projects/" -"searxng/searxng/zh_Hans/>\n" "Language: zh_Hans_CN\n" +"Language-Team: Chinese (Simplified) " +"<https://translate.codeberg.org/projects/searxng/searxng/zh_Hans/>\n" +"Plural-Forms: nplurals=1; plural=0;\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 4.17\n" "Generated-By: Babel 2.12.1\n" #. CONSTANT_NAMES['NO_SUBGROUPING'] @@ -162,92 +161,92 @@ msgstr "浅色" msgid "dark" msgstr "暗色" -#: searx/webapp.py:167 +#: searx/webapp.py:330 +msgid "No item found" +msgstr "未找到项目" + +#: searx/engines/qwant.py:218 +#: searx/templates/simple/result_templates/images.html:20 searx/webapp.py:332 +msgid "Source" +msgstr "来源" + +#: searx/webapp.py:334 +msgid "Error loading the next page" +msgstr "载入下个页面时发生错误" + +#: searx/webapp.py:488 searx/webapp.py:880 +msgid "Invalid settings, please edit your preferences" +msgstr "无效设置,请编辑您的首选项" + +#: searx/webapp.py:504 +msgid "Invalid settings" +msgstr "无效设置" + +#: searx/webapp.py:581 searx/webapp.py:663 +msgid "search error" +msgstr "搜索错误" + +#: searx/webutils.py:34 msgid "timeout" msgstr "超时" -#: searx/webapp.py:168 +#: searx/webutils.py:35 msgid "parsing error" msgstr "解析错误" -#: searx/webapp.py:169 +#: searx/webutils.py:36 msgid "HTTP protocol error" msgstr "HTTP 协议错误" -#: searx/webapp.py:170 +#: searx/webutils.py:37 msgid "network error" msgstr "网络错误" -#: searx/webapp.py:171 +#: searx/webutils.py:38 msgid "SSL error: certificate validation has failed" msgstr "SSL错误:证书校验失败" -#: searx/webapp.py:173 +#: searx/webutils.py:40 msgid "unexpected crash" msgstr "意外崩溃" -#: searx/webapp.py:180 +#: searx/webutils.py:47 msgid "HTTP error" msgstr "HTTP 错误" -#: searx/webapp.py:181 +#: searx/webutils.py:48 msgid "HTTP connection error" msgstr "HTTP 连接错误" -#: searx/webapp.py:187 +#: searx/webutils.py:54 msgid "proxy error" msgstr "代理错误" -#: searx/webapp.py:188 +#: searx/webutils.py:55 msgid "CAPTCHA" msgstr "验证码" -#: searx/webapp.py:189 +#: searx/webutils.py:56 msgid "too many requests" msgstr "频繁请求" -#: searx/webapp.py:190 +#: searx/webutils.py:57 msgid "access denied" msgstr "拒绝访问" -#: searx/webapp.py:191 +#: searx/webutils.py:58 msgid "server API error" msgstr "服务器 API 错误" -#: searx/webapp.py:363 -msgid "No item found" -msgstr "未找到项目" - -#: searx/engines/qwant.py:218 -#: searx/templates/simple/result_templates/images.html:20 searx/webapp.py:365 -msgid "Source" -msgstr "来源" - -#: searx/webapp.py:367 -msgid "Error loading the next page" -msgstr "载入下个页面时发生错误" - -#: searx/webapp.py:520 searx/webapp.py:953 -msgid "Invalid settings, please edit your preferences" -msgstr "无效设置,请编辑您的首选项" - -#: searx/webapp.py:536 -msgid "Invalid settings" -msgstr "无效设置" - -#: searx/webapp.py:613 searx/webapp.py:691 -msgid "search error" -msgstr "搜索错误" - -#: searx/webapp.py:857 +#: searx/webutils.py:77 msgid "Suspended" msgstr "暂停服务" -#: searx/webutils.py:205 +#: searx/webutils.py:317 msgid "{minutes} minute(s) ago" msgstr "{minutes} 分钟前" -#: searx/webutils.py:206 +#: searx/webutils.py:318 msgid "{hours} hour(s), {minutes} minute(s) ago" msgstr "{hours} 小时 {minutes} 分钟前" @@ -358,11 +357,11 @@ msgid "" "multiple categories. (JavaScript required)" msgstr "选择一个类别后立即开始搜索。禁用后可以一次选中多个类别。(需启用 JavaScript)" -#: searx/plugins/self_info.py:20 +#: searx/plugins/self_info.py:10 msgid "Self Information" msgstr "自身信息" -#: searx/plugins/self_info.py:21 +#: searx/plugins/self_info.py:11 msgid "" "Displays your IP if the query is \"ip\" and your user agent if the query " "contains \"user agent\"." @@ -425,48 +424,48 @@ msgstr "前往 %(search_page)s。" msgid "search page" msgstr "搜索页面" -#: searx/templates/simple/base.html:46 +#: searx/templates/simple/base.html:49 msgid "About" msgstr "关于" -#: searx/templates/simple/base.html:50 +#: searx/templates/simple/base.html:53 msgid "Donate" msgstr "捐款" -#: searx/templates/simple/base.html:54 +#: searx/templates/simple/base.html:57 #: searx/templates/simple/preferences.html:156 msgid "Preferences" msgstr "首选项" -#: searx/templates/simple/base.html:64 +#: searx/templates/simple/base.html:67 msgid "Powered by" msgstr "功能来自" -#: searx/templates/simple/base.html:64 +#: searx/templates/simple/base.html:67 msgid "a privacy-respecting, open metasearch engine" msgstr "尊重隐私的开源元搜索引擎" -#: searx/templates/simple/base.html:65 +#: searx/templates/simple/base.html:68 msgid "Source code" msgstr "源代码" -#: searx/templates/simple/base.html:66 +#: searx/templates/simple/base.html:69 msgid "Issue tracker" msgstr "问题跟踪系统" -#: searx/templates/simple/base.html:67 searx/templates/simple/stats.html:18 +#: searx/templates/simple/base.html:70 searx/templates/simple/stats.html:18 msgid "Engine stats" msgstr "搜索引擎统计" -#: searx/templates/simple/base.html:69 +#: searx/templates/simple/base.html:72 msgid "Public instances" msgstr "公共实例" -#: searx/templates/simple/base.html:72 +#: searx/templates/simple/base.html:75 msgid "Privacy policy" msgstr "隐私政策" -#: searx/templates/simple/base.html:75 +#: searx/templates/simple/base.html:78 msgid "Contact instance maintainer" msgstr "联系站点维护人员" @@ -1549,3 +1548,4 @@ msgstr "隐藏视频" #~ "更改表单的提交方式, <a " #~ "href=\"http://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Request_methods\"" #~ " rel=\"external\">详细了解请求方法</a>" + |