fixed checks in Weblate

Translated using Weblate: Albanian (sq) by Hans-Christoph Steiner <hans@guardianproject.info>

Currently translated at 95.0% (559 of 588 strings)

Translated using Weblate: Polish (pl) by Hans-Christoph Steiner <hans@guardianproject.info>

Currently translated at 99.6% (586 of 588 strings)

Translated using Weblate: Korean (ko) by Hans-Christoph Steiner <hans@guardianproject.info>

Currently translated at 35.3% (208 of 588 strings)

Translated using Weblate: French (fr) by Hans-Christoph Steiner <hans@guardianproject.info>

Currently translated at 87.9% (517 of 588 strings)

Translated using Weblate: Spanish (es) by Hans-Christoph Steiner <hans@guardianproject.info>

Currently translated at 99.8% (587 of 588 strings)

Translated using Weblate: Chinese (Simplified) (zh_Hans) by Hans-Christoph Steiner <hans@guardianproject.info>

Currently translated at 36.2% (213 of 588 strings)

Translated using Weblate: Chinese (Traditional) (zh_Hant) by Hans-Christoph Steiner <hans@guardianproject.info>

Currently translated at 80.9% (476 of 588 strings)

Co-authored-by: Hans-Christoph Steiner <hans@guardianproject.info>
Translate-URL: https://hosted.weblate.org/projects/f-droid/fdroidserver/es/
Translate-URL: https://hosted.weblate.org/projects/f-droid/fdroidserver/fr/
Translate-URL: https://hosted.weblate.org/projects/f-droid/fdroidserver/ko/
Translate-URL: https://hosted.weblate.org/projects/f-droid/fdroidserver/pl/
Translate-URL: https://hosted.weblate.org/projects/f-droid/fdroidserver/sq/
Translate-URL: https://hosted.weblate.org/projects/f-droid/fdroidserver/zh_Hans/
Translate-URL: https://hosted.weblate.org/projects/f-droid/fdroidserver/zh_Hant/
Translation: F-Droid/F-Droid Server
This commit is contained in:
Hans-Christoph Steiner 2021-01-29 11:52:16 +01:00 committed by Hans-Christoph Steiner
parent 6616b1cec2
commit e6bcafdb51
7 changed files with 40 additions and 40 deletions

View file

@ -1,12 +1,12 @@
# SOME DESCRIPTIVE TITLE.
# This file is put in the public domain.
# Hans-Christoph Steiner <hans@guardianproject.info>, 2020.
# Hans-Christoph Steiner <hans@guardianproject.info>, 2020, 2021.
msgid ""
msgstr ""
"Project-Id-Version: fdroidserver 0.8-135-g16dd6d28\n"
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
"POT-Creation-Date: 2021-01-14 14:55+0100\n"
"PO-Revision-Date: 2020-11-10 16:20+0000\n"
"PO-Revision-Date: 2021-01-28 22:09+0000\n"
"Last-Translator: Hans-Christoph Steiner <hans@guardianproject.info>\n"
"Language-Team: Korean <https://hosted.weblate.org/projects/f-droid/fdroidserver/ko/>\n"
"Language: ko\n"
@ -14,7 +14,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 4.4-dev\n"
"X-Generator: Weblate 4.5-dev\n"
#: ../fdroidserver/common.py
msgid ""
@ -297,9 +297,8 @@ msgid "Android APK file"
msgstr ""
#: ../fdroidserver/scanner.py
#, fuzzy
msgid "Android DEX code"
msgstr "Android SDK를 찾을 수 없습니다!"
msgstr ""
#: ../fdroidserver/common.py ../fdroidserver/build.py
#, python-brace-format
@ -307,9 +306,9 @@ msgid "Android SDK '{path}' does not have '{dirname}' installed!"
msgstr "Android SDK '{path}'는 설치된 '{dirname}'가 없습니다!"
#: ../fdroidserver/init.py
#, fuzzy, python-brace-format
#, python-brace-format
msgid "Android SDK not found at {path}!"
msgstr "Android SDK를 찾을 수 없습니다!"
msgstr "{path}에서 Android SDK를 찾을 수 없습니다!"
#: ../fdroidserver/common.py
msgid "Android SDK not found!"
@ -326,9 +325,9 @@ msgid "Android SDK path '{path}' is not a directory!"
msgstr "Android SDK 경로 '{path}'는 디렉터리가 아닙니다!"
#: ../fdroidserver/common.py
#, fuzzy, python-brace-format
#, python-brace-format
msgid "Android SDK tool {cmd} found!"
msgstr "Android SDK를 찾을 수 없습니다!"
msgstr ""
#. Translators: "build-tools" is the file name of a package from
#. Google, it is part of the Android SDK. So it probably shouldn't be
@ -423,9 +422,9 @@ msgid "Cannot resolve application ID {appid}"
msgstr "앱 id {appid}를 해결할 수 없습니다"
#: ../fdroidserver/rewritemeta.py
#, fuzzy, python-brace-format
#, python-brace-format
msgid "Cannot rewrite \"{path}\""
msgstr "\"{path}\"를 읽을 수 없습니다!"
msgstr ""
#: ../fdroidserver/rewritemeta.py
msgid "Cannot use --list and --to at the same time"
@ -2180,9 +2179,9 @@ msgid "can't open '%s': %s"
msgstr "'%s'를 열 수 없습니다: %s"
#: ../fdroidserver/build.py
#, fuzzy, python-brace-format
#, python-brace-format
msgid "cannot find required srclibs: \"{path}\""
msgstr "{path}를 위한 appid를 찾을 수 없습니다!"
msgstr ""
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
#: /usr/lib/python3.7/argparse.py