mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 14:30:30 +03:00
locale: remove duplicate strings as part of the update
This commit is contained in:
parent
3e7c55d91d
commit
19e2ea8adf
42 changed files with 1775 additions and 2888 deletions
|
|
@ -5,7 +5,7 @@ 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"
|
||||
"POT-Creation-Date: 2021-01-29 16:12+0100\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"
|
||||
|
|
@ -57,6 +57,10 @@ msgstr ""
|
|||
msgid "\"%s/\" has no matching metadata file!"
|
||||
msgstr "\"%s/\"에 일치하는 메타데이터 파일이 없습니다!"
|
||||
|
||||
#: ../fdroidserver/index.py
|
||||
msgid "\"repo_pubkey\" must be present in config.yml when using --nosign!"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/install.py
|
||||
#, fuzzy, python-brace-format
|
||||
msgid "\"{apkfilename}\" is already installed on {dev}."
|
||||
|
|
@ -141,11 +145,6 @@ msgstr "%s 옵션은 값을 받지 않습니다"
|
|||
msgid "'keypass' not found in config.yml!"
|
||||
msgstr "'keypass'를 config.yml에서 찾을 수 없습니다!"
|
||||
|
||||
#: ../fdroidserver/common.py
|
||||
#, fuzzy
|
||||
msgid "'keypass' not found in config.yml!"
|
||||
msgstr "'keypass'를 config.yml에서 찾을 수 없습니다!"
|
||||
|
||||
#: ../fdroidserver/common.py
|
||||
msgid "'keystore' is NONE and 'smartcardoptions' is blank!"
|
||||
msgstr ""
|
||||
|
|
@ -154,29 +153,14 @@ msgstr ""
|
|||
msgid "'keystore' not found in config.yml!"
|
||||
msgstr "'keystore'를 config.yml에서 찾을 수 없습니다!"
|
||||
|
||||
#: ../fdroidserver/common.py
|
||||
#, fuzzy
|
||||
msgid "'keystore' not found in config.yml!"
|
||||
msgstr "'keystore'를 config.yml에서 찾을 수 없습니다!"
|
||||
|
||||
#: ../fdroidserver/index.py ../fdroidserver/common.py
|
||||
msgid "'keystorepass' not found in config.yml!"
|
||||
msgstr "'keystorepass'를 config.yml에서 찾을 수 없습니다!"
|
||||
|
||||
#: ../fdroidserver/common.py
|
||||
#, fuzzy
|
||||
msgid "'keystorepass' not found in config.yml!"
|
||||
msgstr "'keystorepass'를 config.yml에서 찾을 수 없습니다!"
|
||||
|
||||
#: ../fdroidserver/index.py ../fdroidserver/common.py
|
||||
msgid "'repo_keyalias' not found in config.yml!"
|
||||
msgstr "'repo_keyalias'를 config.yml에서 찾을 수 없습니다!"
|
||||
|
||||
#: ../fdroidserver/common.py
|
||||
#, fuzzy
|
||||
msgid "'repo_keyalias' not found in config.yml!"
|
||||
msgstr "'repo_keyalias'를 config.yml에서 찾을 수 없습니다!"
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
msgid "'required' is an invalid argument for positionals"
|
||||
|
|
@ -453,16 +437,9 @@ msgstr "애플리케이션으로의 업데이트를 확인합니다"
|
|||
msgid "Checking archiving for {appid} - APKs:{integer}, keepversions:{keep}, archapks:{arch}"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/dscanner.py
|
||||
msgid "Clean after all scans have finished"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/dscanner.py
|
||||
msgid "Clean before the scans start and rebuild the container"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/dscanner.py
|
||||
msgid "Clean up all containers and then exit"
|
||||
#: ../fdroidserver/update.py
|
||||
#, python-brace-format
|
||||
msgid "Checking archiving for {appid} - apks:{integer}, keepversions:{keep}, archapks:{arch}"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/update.py
|
||||
|
|
@ -514,10 +491,6 @@ msgstr ""
|
|||
msgid "Could not open APK {path} for analysis: "
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/update.py
|
||||
msgid "Could not open APK file for analysis"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/common.py
|
||||
#, python-brace-format
|
||||
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
|
||||
|
|
@ -785,10 +758,6 @@ msgstr ""
|
|||
msgid "Failed to create S3 bucket: {url}"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/common.py
|
||||
msgid "Failed to get APK manifest information"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/update.py
|
||||
#, python-brace-format
|
||||
msgid "Failed to get APK information, deleting {path}"
|
||||
|
|
@ -799,6 +768,10 @@ msgstr ""
|
|||
msgid "Failed to get APK information, skipping {path}"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/common.py
|
||||
msgid "Failed to get APK manifest information"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/install.py
|
||||
#, python-brace-format
|
||||
msgid "Failed to install '{apkfilename}' on {dev}: {error}"
|
||||
|
|
@ -1309,10 +1282,6 @@ msgstr ""
|
|||
msgid "Now set these in config.yml:"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/init.py
|
||||
msgid "Now set these in config.yml:"
|
||||
msgstr ""
|
||||
|
||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
||||
#: ../fdroidserver/update.py
|
||||
#, python-brace-format
|
||||
|
|
@ -1380,10 +1349,6 @@ msgstr ""
|
|||
msgid "Overall license of the project."
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/dscanner.py
|
||||
msgid "Override path for repo APKs (default: ./repo)"
|
||||
msgstr "저장소 APK를 위한 경로 재정의 (기본값: ./repo)"
|
||||
|
||||
#: ../fdroidserver/index.py
|
||||
#, python-brace-format
|
||||
msgid "Overriding blank versionName in {apkfilename} from metadata: {version}"
|
||||
|
|
@ -1422,13 +1387,6 @@ msgstr ""
|
|||
msgid "Path to the keystore for the repo signing key"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/dscanner.py
|
||||
msgid "Prepare Drozer to run a scan"
|
||||
msgstr ""
|
||||
|
||||
msgid "Prepare drozer to run a scan"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/nightly.py
|
||||
msgid "Print the secret variable to the terminal for easy copy/paste"
|
||||
msgstr ""
|
||||
|
|
@ -1585,10 +1543,6 @@ msgstr ""
|
|||
msgid "Running wget in {path}"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/dscanner.py
|
||||
msgid "Scan only the latest version of each package"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/build.py
|
||||
msgid "Scan the resulting APK(s) for known non-free classes."
|
||||
msgstr ""
|
||||
|
|
@ -1638,13 +1592,6 @@ msgstr ""
|
|||
msgid "Setting {0} sec timeout for this build"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/build.py
|
||||
msgid "Setup an emulator, install the APK on it and perform a Drozer scan"
|
||||
msgstr ""
|
||||
|
||||
msgid "Setup an emulator, install the APK on it and perform a drozer scan"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroid ../fdroidserver/__main__.py
|
||||
msgid "Sign and place packages in the repo"
|
||||
msgstr "저장소에서 패키지를 서명하고 배치합니다"
|
||||
|
|
@ -1774,6 +1721,10 @@ msgstr ""
|
|||
msgid "These are the apps that have been archived from the main repo."
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/common.py
|
||||
msgid "This is a repository of apps to be used with F-Droid. Applications in this repository are either official binaries built by the original application developers, or are binaries built from source by the admin of f-droid.org using the tools on https://gitlab.com/fdroid."
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/import.py
|
||||
#, python-format
|
||||
msgid "This repo already has local metadata: %s"
|
||||
|
|
@ -1783,10 +1734,6 @@ msgstr ""
|
|||
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/deploy.py
|
||||
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/lint.py
|
||||
msgid "URL must start with https:// or http://"
|
||||
msgstr ""
|
||||
|
|
@ -2017,9 +1964,6 @@ msgstr "빌드 서버를 사용합니다"
|
|||
msgid "Use date from APK instead of current time for newly added APKs"
|
||||
msgstr "새로 추가된 APK를 위해 현재 시간 대신에 APK에서의 날짜를 사용합니다"
|
||||
|
||||
msgid "Use date from APK instead of current time for newly added APKs"
|
||||
msgstr "새로 추가된 APK를 위해 현재 시간 대신에 APK에서의 날짜를 사용합니다"
|
||||
|
||||
#: ../fdroidserver/deploy.py ../fdroidserver/upload.py
|
||||
#, python-brace-format
|
||||
msgid "Using \"{path}\" for configuring s3cmd."
|
||||
|
|
@ -2149,8 +2093,8 @@ msgstr "업데이트를 확인할 applicationId"
|
|||
|
||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
||||
#: ../fdroidserver/verify.py ../fdroidserver/publish.py
|
||||
#: ../fdroidserver/dscanner.py ../fdroidserver/build.py
|
||||
#: ../fdroidserver/scanner.py ../fdroidserver/install.py
|
||||
#: ../fdroidserver/build.py ../fdroidserver/scanner.py
|
||||
#: ../fdroidserver/install.py
|
||||
msgid "applicationId with optional versionCode in the form APPID[:VERCODE]"
|
||||
msgstr "양식 APPID[:VERCODE]에서 선택적인 versionCode로 된 applicationId"
|
||||
|
||||
|
|
@ -2507,6 +2451,11 @@ msgstr ""
|
|||
msgid "refuse downloading via insecure http connection (use https or specify --no-https-check): {apkfilename}"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/index.py
|
||||
#, python-format
|
||||
msgid "repo_icon \"repo/icons/%s\" does not exist, generating placeholder."
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/index.py
|
||||
#, python-format
|
||||
msgid "repo_icon %s does not exist, generating placeholder."
|
||||
|
|
@ -2709,6 +2658,11 @@ msgstr ""
|
|||
msgid "{name} \"{path}\" does not exist! Correct it in config.yml."
|
||||
msgstr "{name} \"{path}\"는 존재하지 않습니다! config.yml에서 그것을 고치세요."
|
||||
|
||||
#: ../fdroidserver/update.py
|
||||
#, fuzzy, python-brace-format
|
||||
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
|
||||
msgstr "{name} \"{path}\"는 존재하지 않습니다! config.yml에서 그것을 고치세요."
|
||||
|
||||
#: ../fdroidserver/common.py
|
||||
#, python-brace-format
|
||||
msgid "{oldfile} is deprecated, use {newfile}"
|
||||
|
|
@ -2767,3 +2721,6 @@ msgstr[0] "{} 빌드 성공됨"
|
|||
|
||||
#~ msgid "Cannot find an appid for {path}!"
|
||||
#~ msgstr "{path}를 위한 appid를 찾을 수 없습니다!"
|
||||
|
||||
#~ msgid "Override path for repo APKs (default: ./repo)"
|
||||
#~ msgstr "저장소 APK를 위한 경로 재정의 (기본값: ./repo)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue