make -C locale update

This commit is contained in:
Hans-Christoph Steiner 2022-02-15 20:06:25 +01:00
parent d059b2039c
commit b3e126a3ba
No known key found for this signature in database
GPG key ID: 3E177817BA1B9BFA
42 changed files with 7556 additions and 767 deletions

View file

@ -6,7 +6,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-29 16:12+0100\n"
"POT-Creation-Date: 2022-02-15 20:04+0100\n"
"PO-Revision-Date: 2021-08-16 19:53+0000\n"
"Last-Translator: Myeongjin Lee <aranet100@gmail.com>\n"
"Language-Team: Korean <https://hosted.weblate.org/projects/f-droid/fdroidserver/ko/>\n"
@ -57,6 +57,11 @@ msgstr ""
msgid "\"%s/\" has no matching metadata file!"
msgstr "\"%s/\"에 일치하는 메타데이터 파일이 없습니다!"
#: ../fdroidserver/index.py
#, fuzzy, python-brace-format
msgid "\"local_copy_dir\" {path} does not exist!"
msgstr "Android SDK 경로 '{path}'는 존재하지 않습니다!"
#: ../fdroidserver/index.py
msgid "\"repo_pubkey\" must be present in config.yml when using --nosign!"
msgstr ""
@ -91,6 +96,11 @@ msgstr ""
msgid "\"{path}\" is not an accepted format, convert to: {formats}"
msgstr ""
#: ../fdroidserver/update.py
#, fuzzy, python-brace-format
msgid "\"{path}\" is signed by a key that is not allowed:"
msgstr "\"{path}\"는 존재하지만 s3cmd는 설치되어 있지 않습니다!"
#: ../fdroidserver/common.py
#, python-brace-format
msgid "\"{url}\" is not a valid URL!"
@ -312,6 +322,11 @@ msgstr "Android SDK 경로 '{path}'는 디렉터리가 아닙니다!"
msgid "Android SDK tool {cmd} found!"
msgstr ""
#: ../fdroidserver/common.py
#, fuzzy, python-brace-format
msgid "Android SDK tool {cmd} not found!"
msgstr "Android SDK를 찾을 수 없습니다!"
#. 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
#. translated or transliterated.
@ -388,6 +403,10 @@ msgstr ""
msgid "Built repo based in \"%s\" with this config:"
msgstr ""
#: ../fdroidserver/checkupdates.py
msgid "Can't auto-update app with no CurrentVersionCode"
msgstr ""
#: ../fdroidserver/build.py
msgid "Can't build due to {} error while scanning"
msgid_plural "Can't build due to {} errors while scanning"
@ -500,6 +519,10 @@ msgstr ""
msgid "Couldn't find Application ID"
msgstr ""
#: ../fdroidserver/checkupdates.py
msgid "Couldn't find any version information"
msgstr ""
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/import.py
msgid "Couldn't find latest version code"
@ -510,7 +533,7 @@ msgstr ""
msgid "Couldn't find latest version name"
msgstr ""
#: ../fdroidserver/import.py
#: ../fdroidserver/import.py ../fdroidserver/checkupdates.py
msgid "Couldn't find package ID"
msgstr ""
@ -655,6 +678,11 @@ msgstr ""
msgid "Download logs we don't have"
msgstr ""
#: ../fdroidserver/common.py
#, python-format
msgid "Downloading %s"
msgstr ""
#: ../fdroidserver/common.py
msgid "Downloading the repository already failed once, not trying again."
msgstr ""
@ -771,6 +799,10 @@ msgstr ""
msgid "Failed to get APK manifest information"
msgstr ""
#: ../fdroidserver/update.py
msgid "Failed to get APK signing key fingerprint"
msgstr ""
#: ../fdroidserver/install.py
#, python-brace-format
msgid "Failed to install '{apkfilename}' on {dev}: {error}"
@ -901,6 +933,11 @@ msgstr ""
msgid "Git fetch failed"
msgstr ""
#: ../fdroidserver/common.py
#, fuzzy
msgid "Git prune failed"
msgstr "git svn 복제에 실패됨"
#: ../fdroidserver/common.py
msgid "Git remote set-head failed"
msgstr ""
@ -975,6 +1012,16 @@ msgstr ""
msgid "Include the source tarballs in the mirror"
msgstr ""
#: ../fdroidserver/metadata.py
#, fuzzy, python-format
msgid "Including metadata from %s@%s"
msgstr "%s:%d에서 잘못된 메타데이터"
#: ../fdroidserver/metadata.py
#, fuzzy, python-brace-format
msgid "Including metadata from {path}"
msgstr "알 수 없는 메타데이터 형식: {path}"
#: ../fdroidserver/common.py
msgid "Initialising submodules"
msgstr "하위 모듈을 초기 설정 중"
@ -1015,6 +1062,16 @@ msgstr "저장소 HTTP 서버와의 상호 작용"
msgid "Invalid APK"
msgstr "올바르지 않은 APK"
#: ../fdroidserver/checkupdates.py
#, python-brace-format
msgid "Invalid AutoUpdateMode: {mode}"
msgstr ""
#: ../fdroidserver/checkupdates.py
#, fuzzy, python-brace-format
msgid "Invalid UpdateCheckMode: {mode}"
msgstr "잘못된 패키지 이름 {0}"
#: ../fdroidserver/lint.py ../fdroidserver/checkupdates.py
#, python-brace-format
msgid "Invalid VercodeOperation: {field}"
@ -1067,6 +1124,11 @@ msgstr "다음 안에서 잘못된 메타데이터: "
msgid "Invalid name for published file: %s"
msgstr "게시된 파일을 위한 잘못된 이름: %s"
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Invalid ndk: entry in build: \"{ndk}\""
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Invalid package name {0}"
@ -1128,6 +1190,11 @@ msgstr ""
msgid "Javascript in HTML src attributes"
msgstr ""
#: ../fdroidserver/build.py
#, fuzzy, python-brace-format
msgid "Keeping failed build \"{apkfilename}\""
msgstr "삭제 중: repo/{apkfilename}"
#: ../fdroidserver/init.py
msgid "Keystore for signing key:\t"
msgstr "서명 키를 위한 키저장소:\t"
@ -1149,6 +1216,10 @@ msgstr ""
msgid "List files that would be reformatted"
msgstr ""
#: ../fdroidserver/rewritemeta.py
msgid "List files that would be reformatted (dry run)"
msgstr ""
#: ../fdroidserver/lint.py
msgid "Locale included in f-droid.org URL"
msgstr ""
@ -1182,6 +1253,11 @@ msgstr ""
msgid "No 'config.yml' found, using defaults."
msgstr ""
#: ../fdroidserver/verify.py
#, python-format
msgid "No APK for package: %s"
msgstr ""
#: ../fdroidserver/common.py
msgid "No Android SDK found!"
msgstr ""
@ -1219,6 +1295,15 @@ msgstr ""
msgid "No information found."
msgstr ""
#: ../fdroidserver/checkupdates.py
msgid "No matching tags found"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "No minimum SDK version found in {0}, using default (3)."
msgstr ""
#: ../fdroidserver/lint.py
msgid "No need to specify that the app is Free Software"
msgstr ""
@ -1260,6 +1345,10 @@ msgstr ""
msgid "No such versionCode {versionCode} for app {appid}"
msgstr ""
#: ../fdroidserver/checkupdates.py
msgid "No tags found"
msgstr ""
#: ../fdroidserver/verify.py ../fdroidserver/publish.py
msgid "No unsigned directory - nothing to do"
msgstr ""
@ -1482,10 +1571,19 @@ msgstr "집계 통계 재계산 - 오래된 캐시된 데이터를 무효로 하
msgid "Removing specified files"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Removing {path}\""
msgstr ""
#: ../fdroidserver/update.py
msgid "Rename APK files that do not match package.name_123.apk"
msgstr "package.name_123.apk와 일치하지 않는 APK 파일의 이름을 바꿉니다"
#: ../fdroidserver/checkupdates.py
msgid "RepoTrunk update mode only makes sense in git-svn repositories"
msgstr ""
#: ../fdroidserver/update.py
msgid "Report on build data status"
msgstr ""
@ -1565,6 +1663,15 @@ msgid "Scanner found {} problem"
msgid_plural "Scanner found {} problems"
msgstr[0] ""
#: ../fdroidserver/scanner.py
msgid "Scanning APK with apkanalyzer for known non-free classes."
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Set NDK {release} ({version}) up"
msgstr ""
#: ../fdroidserver/common.py
msgid "Set clock to that time using:"
msgstr ""
@ -1608,6 +1715,11 @@ msgstr ""
msgid "Skipping '{apkfilename}' with invalid signature!"
msgstr ""
#: ../fdroidserver/index.py
#, python-format
msgid "Skipping GitLab Pages mirror because the repo is too large (>%.2fGB)!"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Skipping index generation for {appid}"
@ -1673,6 +1785,14 @@ msgstr ""
msgid "System clock is older than date in {path}!"
msgstr ""
#: ../fdroidserver/checkupdates.py
msgid "Tags update mode only works for git, hg, bzr and git-svn repositories currently"
msgstr ""
#: ../fdroidserver/checkupdates.py
msgid "Tags update mode used in git-svn, but the repo was not set up with tags"
msgstr ""
#: ../fdroidserver/build.py
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
msgstr ""
@ -1729,6 +1849,18 @@ msgstr ""
msgid "This repo already has local metadata: %s"
msgstr ""
#: ../fdroidserver/init.py
#, python-format
msgid ""
"To complete the setup, add your APKs to \"%s\"\n"
"then run \"fdroid update -c; fdroid update\". You might also want to edit\n"
"\"config.yml\" to set the URL, repo name, and more. You should also set up\n"
"a signing key (a temporary one might have been automatically generated).\n"
"\n"
"For more info: https://f-droid.org/docs/Setup_an_F-Droid_App_Repo\n"
"and https://f-droid.org/docs/Signing_Process"
msgstr ""
#: ../fdroidserver/deploy.py ../fdroidserver/upload.py
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
msgstr ""
@ -1758,6 +1890,11 @@ msgstr "잘못된 라이선스 태그 \"{}\"! https://spdx.org/license-list 에
msgid "Unexpected license tag \"{}\"! Only use license tags configured in your config file"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Unexpected symlink target: {link} -> {target}"
msgstr ""
#: ../fdroidserver/metadata.py
#, python-brace-format
msgid "Unexpected text on same line as {field} in {linedesc}"
@ -1881,6 +2018,11 @@ msgstr "사용되지 않은 스캔삭제 경로: %s"
msgid "Unused scanignore path: %s"
msgstr "사용되지 않은 스캔삭제 경로: %s"
#: ../fdroidserver/common.py
#, python-format
msgid "Unzipping to %s"
msgstr ""
#: ../fdroid ../fdroidserver/__main__.py
msgid "Update repo information for new packages"
msgstr "새 패키지를 위한 저장소 정보를 업데이트합니다"
@ -2064,6 +2206,10 @@ msgstr "모호한 옵션: %(option)s은 %(matches)s와 일치했을 수 있습
msgid "ambiguous option: %s (%s?)"
msgstr "모호한 옵션: %s (%s?)"
#: ../fdroidserver/common.py
msgid "apksigner not found! Cannot sign or verify modern APKs"
msgstr ""
#: ../fdroidserver/common.py
msgid "apksigner not found, it's required for signing!"
msgstr ""
@ -2186,6 +2332,11 @@ msgstr ""
msgid "created {path}"
msgstr "{path}가 만들어짐"
#: ../fdroidserver/checkupdates.py
#, python-brace-format
msgid "current version is newer: old vercode={old}, new vercode={new}"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "deleting: repo/{apkfilename}"
@ -2306,6 +2457,11 @@ msgstr "올바르지 않은 conflict_resolution 값: %r"
msgid "invalid option string %(option)r: must start with a character %(prefix_chars)r"
msgstr "올바르지 않은 옵션 문자열 %(option)r: 문자 %(prefix_chars)r로 시작해야 합니다"
#: ../fdroidserver/checkupdates.py
#, python-brace-format
msgid "latest build recipe is newer: old vercode={old}, new vercode={new}"
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "local_copy_dir does not end with \"fdroid\", perhaps you meant: \"{path}\""
@ -2348,6 +2504,11 @@ msgstr "이러한 옵션이 없습니다: %s"
msgid "no version info found!"
msgstr "버전 정보를 찾지 못했습니다!"
#: ../fdroidserver/checkupdates.py
#, fuzzy
msgid "no version information found"
msgstr "버전 정보를 찾지 못했습니다!"
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
#: /usr/lib/python3.7/argparse.py
#, python-format
@ -2466,6 +2627,11 @@ msgstr ""
msgid "s3cmd sync indexes {path} to {url} and delete"
msgstr "s3cmd 동기화는 {url}로 {path}를 색인하고 삭제합나다"
#: ../fdroidserver/scanner.py
#, python-format
msgid "scanner not cleanly run apkanalyzer: %s"
msgstr ""
#: ../fdroidserver/scanner.py
msgid "shared library"
msgstr ""
@ -2608,6 +2774,11 @@ msgstr ""
msgid "{appid} from {path} is not a valid Java Package Name!"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "{appid} has both APKs and files: {files}"
msgstr ""
#: ../fdroidserver/mirror.py
#, python-brace-format
msgid "{appid} is missing {name}"
@ -2689,6 +2860,11 @@ msgstr "{path}는 영 크기입니다!"
msgid "{path} more than 200MB, manually upload: {url}"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "{path}: {error}"
msgstr ""
#: ../fdroidserver/mirror.py
#, python-brace-format
msgid "{url} does not end with \"fdroid\", check the URL path!"
@ -2708,15 +2884,3 @@ msgstr[0] "{} 빌드 실패됨"
msgid "{} build succeeded"
msgid_plural "{} builds succeeded"
msgstr[0] "{} 빌드 성공됨"
#~ msgid "Add gpg signatures for packages in repo"
#~ msgstr "저장소에서 패키지에 gpg 서명을 추가합니다"
#~ msgid "Cannot find a packageName for {path}!"
#~ msgstr "{path}를 위한 packageName을 찾을 수 없습니다!"
#~ msgid "Cannot find an appid for {path}!"
#~ msgstr "{path}를 위한 appid를 찾을 수 없습니다!"
#~ msgid "Override path for repo APKs (default: ./repo)"
#~ msgstr "저장소 APK를 위한 경로 재정의 (기본값: ./repo)"