make -C locale/ update

This commit is contained in:
Hans-Christoph Steiner 2025-03-20 15:06:54 +01:00
parent c17a9253ff
commit b911fb9ed9
No known key found for this signature in database
GPG key ID: 3E177817BA1B9BFA
53 changed files with 531 additions and 54 deletions

View file

@ -39,7 +39,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fdroidserver 0.9\n"
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
"POT-Creation-Date: 2025-03-19 17:56+0100\n"
"POT-Creation-Date: 2025-03-20 15:05+0100\n"
"PO-Revision-Date: 2025-03-20 02:51+0000\n"
"Last-Translator: 大王叫我来巡山 <hamburger2048@users.noreply.hosted.weblate.org>\n"
"Language-Team: Chinese (Simplified Han script) <https://hosted.weblate.org/projects/f-droid/fdroidserver/zh_Hans/>\n"
@ -72,6 +72,10 @@ msgstr ""
msgid "\"%s/\" has no matching metadata file!"
msgstr "\"%s/\" 没有与之匹配的元数据文件!"
#: ../fdroidserver/index.py
msgid "\"isPrimary\" key should not be added to mirrors!"
msgstr ""
#: ../fdroidserver/index.py
#, python-brace-format
msgid "\"local_copy_dir\" {path} does not exist!"
@ -1236,6 +1240,11 @@ msgstr "格式错误的服务器网络根行:"
msgid "Max recursion depth in ZIP file reached: %s"
msgstr "达到 ZIP 文件中的最大递归深度:%s"
#: ../fdroidserver/index.py
#, python-brace-format
msgid "Mirror config for {url} contains \"isPrimary\" key!"
msgstr ""
#: ../fdroidserver/mirror.py
msgid "Mirror the full repo and archive, all file types."
msgstr "镜像完整存储库和存档,所有文件类型。"