mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 14:30:30 +03:00
make -C locale compile
This commit is contained in:
parent
a8f09043d2
commit
4579aa079a
24 changed files with 1342 additions and 25 deletions
|
|
@ -7,7 +7,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: 2024-05-13 13:50+0200\n"
|
||||
"POT-Creation-Date: 2024-09-10 10:50+0200\n"
|
||||
"PO-Revision-Date: 2024-09-06 14:57+0000\n"
|
||||
"Last-Translator: Cxnfl1ct <wind0wso2o2@naver.com>\n"
|
||||
"Language-Team: Korean <https://hosted.weblate.org/projects/f-droid/fdroidserver/ko/>\n"
|
||||
|
|
@ -671,6 +671,16 @@ msgstr ""
|
|||
msgid "ERROR: unsupported git host \"%s\", patches welcome!"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/lint.py
|
||||
#, python-brace-format
|
||||
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/lint.py
|
||||
#, python-brace-format
|
||||
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/__main__.py
|
||||
#, python-brace-format
|
||||
msgid "Encoding is set to '{enc}' fdroid might run into encoding issues. Please set it to 'UTF-8' for best results."
|
||||
|
|
@ -688,6 +698,10 @@ msgstr ""
|
|||
msgid "Environment variable {var} from {configname} is not set!"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/deploy.py
|
||||
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/import_subcommand.py
|
||||
msgid "Error while getting repo address"
|
||||
msgstr ""
|
||||
|
|
@ -1278,6 +1292,18 @@ msgstr ""
|
|||
msgid "Offline machine, skipping git mirror generation until `fdroid deploy`"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/deploy.py
|
||||
msgid "One of the 'github_releases' config items is missing the 'projectUrl' value. skipping ..."
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/deploy.py
|
||||
msgid "One of the 'github_releases' config itmes is missing the 'packageNames' value. skipping ..."
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/deploy.py
|
||||
msgid "One of the 'github_releases' config itmes is missing the 'token' value. skipping ..."
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/update.py
|
||||
#, python-brace-format
|
||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
||||
|
|
@ -1489,6 +1515,11 @@ msgstr ""
|
|||
msgid "Run on git repo that has uncommitted changes"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/nightly.py
|
||||
#, python-brace-format
|
||||
msgid "Run over {cibase} to find -debug.apk. and skip repo_basedir {repo_basedir}"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/lint.py
|
||||
msgid "Run rewritemeta to fix formatting"
|
||||
msgstr ""
|
||||
|
|
@ -1719,6 +1750,10 @@ msgstr ""
|
|||
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/deploy.py
|
||||
msgid "To use rclone, rclone_config and awsbucket must be set in config.yml!"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/lint.py
|
||||
msgid "URL must start with https:// or http://"
|
||||
msgstr ""
|
||||
|
|
@ -1916,6 +1951,11 @@ msgstr "새로 추가된 APK를 위해 현재 시간 대신에 APK에서의 날
|
|||
msgid "Using \"{path}\" for configuring s3cmd."
|
||||
msgstr "s3cmd를 구성하기 위해 \"{path}\" 사용."
|
||||
|
||||
#: ../fdroidserver/deploy.py
|
||||
#, fuzzy, python-brace-format
|
||||
msgid "Using \"{path}\" for syncing with remote storage."
|
||||
msgstr "s3cmd를 구성하기 위해 \"{path}\" 사용."
|
||||
|
||||
#: ../fdroidserver/common.py
|
||||
msgid "Using APK Signature v2"
|
||||
msgstr ""
|
||||
|
|
@ -1947,6 +1987,11 @@ msgstr ""
|
|||
msgid "Using existing keystore \"{path}\""
|
||||
msgstr "기존 키스토어 \"{path}\"를 사용 중"
|
||||
|
||||
#: ../fdroidserver/deploy.py
|
||||
#, fuzzy, python-brace-format
|
||||
msgid "Using rclone to sync with: {url}"
|
||||
msgstr "다음과 동기화하는 데 s3cmd 사용: {url}"
|
||||
|
||||
#: ../fdroidserver/deploy.py
|
||||
#, python-brace-format
|
||||
msgid "Using s3cmd to sync with: {url}"
|
||||
|
|
@ -2164,6 +2209,10 @@ msgstr ""
|
|||
msgid "deleting: repo/{apkfilename}"
|
||||
msgstr "삭제 중: repo/{apkfilename}"
|
||||
|
||||
#: ../fdroidserver/scanner.py
|
||||
msgid "dependency file without lock"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/common.py
|
||||
#, python-brace-format
|
||||
msgid "deployed process log {path} to {dest}"
|
||||
|
|
@ -2492,6 +2541,11 @@ msgstr ""
|
|||
msgid "s3cmd sync indexes {path} to {url} and delete"
|
||||
msgstr "s3cmd 동기화는 {url}로 {path}를 색인하고 삭제합나다"
|
||||
|
||||
#: ../fdroidserver/deploy.py
|
||||
#, fuzzy, python-brace-format
|
||||
msgid "s3cmd syncs indexes from {path} to {url} and deletes removed"
|
||||
msgstr "s3cmd 동기화는 {url}로 {path}를 색인하고 삭제합나다"
|
||||
|
||||
#: ../fdroidserver/scanner.py
|
||||
#, python-brace-format
|
||||
msgid "scanner cache is malformed! You can clear it with: '{clear}'"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue