mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 06:30:27 +03:00
fix failing checks in Weblate
Translated using Weblate: Norwegian Bokmål (nb_NO) by Hans-Christoph Steiner <hans@guardianproject.info> Currently translated at 66.8% (319 of 477 strings) Translated using Weblate: French (fr) by Hans-Christoph Steiner <hans@guardianproject.info> Currently translated at 74.4% (355 of 477 strings) Translated using Weblate: Kabyle (kab) by Hans-Christoph Steiner <hans@guardianproject.info> Currently translated at 4.4% (21 of 477 strings) Translated using Weblate: Portuguese (Portugal) (pt_PT) by Hans-Christoph Steiner <hans@guardianproject.info> Currently translated at 100.0% (477 of 477 strings) Translated using Weblate: Portuguese (Brazil) (pt_BR) by Hans-Christoph Steiner <hans@guardianproject.info> Currently translated at 100.0% (477 of 477 strings) Translated using Weblate: Chinese (Traditional) (zh_Hant) by Hans-Christoph Steiner <hans@guardianproject.info> Currently translated at 100.0% (477 of 477 strings) Co-authored-by: Hans-Christoph Steiner <hans@guardianproject.info> Translate-URL: https://hosted.weblate.org/projects/f-droid/fdroidserver/fr/ Translate-URL: https://hosted.weblate.org/projects/f-droid/fdroidserver/kab/ Translate-URL: https://hosted.weblate.org/projects/f-droid/fdroidserver/nb_NO/ Translate-URL: https://hosted.weblate.org/projects/f-droid/fdroidserver/pt_BR/ Translate-URL: https://hosted.weblate.org/projects/f-droid/fdroidserver/pt_PT/ Translate-URL: https://hosted.weblate.org/projects/f-droid/fdroidserver/zh_Hant/ Translation: F-Droid/F-Droid Server
This commit is contained in:
parent
9c5cd28ea6
commit
abc6d5339e
6 changed files with 50 additions and 54 deletions
|
|
@ -1,20 +1,21 @@
|
|||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR Free Software Foundation, Inc.
|
||||
# Jeff Huang <s8321414@gmail.com>, 2020.
|
||||
# Hans-Christoph Steiner <hans@guardianproject.info>, 2020.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: fdroidserver 0.9\n"
|
||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
||||
"POT-Creation-Date: 2019-01-28 13:31+0000\n"
|
||||
"PO-Revision-Date: 2020-06-28 04:34+0000\n"
|
||||
"Last-Translator: Jeff Huang <s8321414@gmail.com>\n"
|
||||
"PO-Revision-Date: 2020-10-01 09:00+0000\n"
|
||||
"Last-Translator: Hans-Christoph Steiner <hans@guardianproject.info>\n"
|
||||
"Language-Team: Chinese (Traditional) <https://hosted.weblate.org/projects/f-droid/fdroidserver/zh_Hant/>\n"
|
||||
"Language: zh_Hant\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.2-dev\n"
|
||||
"X-Generator: Weblate 4.3-dev\n"
|
||||
|
||||
#: ../fdroidserver/nightly.py
|
||||
msgid ""
|
||||
|
|
@ -338,7 +339,7 @@ msgstr "無法讀取 \"{path}\"!"
|
|||
#: ../fdroidserver/metadata.py
|
||||
#, python-brace-format
|
||||
msgid "Cannot resolve app id {appid}"
|
||||
msgstr "無法解析 {appid} id"
|
||||
msgstr "無法解析 {appid} id"
|
||||
|
||||
#: ../fdroidserver/rewritemeta.py
|
||||
msgid "Cannot use --list and --to at the same time"
|
||||
|
|
@ -744,7 +745,7 @@ msgstr "為 {appid} 建立缺少的骨幹中介資料檔案"
|
|||
#: ../fdroidserver/common.py
|
||||
#, python-format
|
||||
msgid "Git checkout of '%s' failed"
|
||||
msgstr "Git '%s' 還原失敗"
|
||||
msgstr "Git '%s' 還原失敗"
|
||||
|
||||
#: ../fdroidserver/common.py
|
||||
msgid "Git clean failed"
|
||||
|
|
@ -1476,7 +1477,7 @@ msgstr "UCM 已被設定但它似乎尚未曾執行更新檢查"
|
|||
|
||||
#: ../fdroidserver/lint.py
|
||||
msgid "URL shorteners should not be used"
|
||||
msgstr "不應使用 URL 縮短網址"
|
||||
msgstr "不應使用 URL 縮短網址"
|
||||
|
||||
#: ../fdroidserver/metadata.py
|
||||
msgid "URL title is just the URL, use brackets: [URL]"
|
||||
|
|
@ -1827,7 +1828,7 @@ msgstr "已將構建記錄部署到「{path}」"
|
|||
#: /usr/lib/python3.7/argparse.py
|
||||
#, python-format
|
||||
msgid "dest= is required for options like %r"
|
||||
msgstr "dest= 如 %r 選項為必須"
|
||||
msgstr "dest= 如 %r 選項為必須"
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
|
|
@ -1993,7 +1994,7 @@ msgstr "選項 %s: 無效的 %s 值: %r"
|
|||
#: /usr/lib/python3.7/optparse.py
|
||||
#, python-format
|
||||
msgid "option %s: invalid choice: %r (choose from %s)"
|
||||
msgstr "選項 %s: 無效選項: %r (選自 %s )"
|
||||
msgstr "選項 %s: 無效選項: %r (選自 %s )"
|
||||
|
||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
|
||||
#: /usr/lib/python3.7/getopt.py
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue