From d6f5a1760af14f7c1de085b0b019e21d4e4a0741 Mon Sep 17 00:00:00 2001 From: Hosted Weblate Date: Tue, 10 Sep 2024 15:17:38 +0200 Subject: [PATCH 1/6] Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Co-authored-by: Hosted Weblate Translate-URL: https://hosted.weblate.org/projects/f-droid/fdroidserver/ Translation: F-Droid/F-Droid Server --- locale/ar/LC_MESSAGES/fdroidserver.po | 56 ++++++++++++++++++++++- locale/az/LC_MESSAGES/fdroidserver.po | 56 ++++++++++++++++++++++- locale/be/LC_MESSAGES/fdroidserver.po | 56 ++++++++++++++++++++++- locale/bg/LC_MESSAGES/fdroidserver.po | 56 ++++++++++++++++++++++- locale/bn/LC_MESSAGES/fdroidserver.po | 56 ++++++++++++++++++++++- locale/cy/LC_MESSAGES/fdroidserver.po | 56 ++++++++++++++++++++++- locale/el/LC_MESSAGES/fdroidserver.po | 57 +++++++++++++++++++++++- locale/es_AR/LC_MESSAGES/fdroidserver.po | 57 +++++++++++++++++++++++- locale/es_MX/LC_MESSAGES/fdroidserver.po | 56 ++++++++++++++++++++++- locale/eu/LC_MESSAGES/fdroidserver.po | 56 ++++++++++++++++++++++- locale/fa/LC_MESSAGES/fdroidserver.po | 56 ++++++++++++++++++++++- locale/fi/LC_MESSAGES/fdroidserver.po | 56 ++++++++++++++++++++++- locale/fy/LC_MESSAGES/fdroidserver.po | 56 ++++++++++++++++++++++- locale/he/LC_MESSAGES/fdroidserver.po | 56 ++++++++++++++++++++++- locale/hi/LC_MESSAGES/fdroidserver.po | 56 ++++++++++++++++++++++- locale/id/LC_MESSAGES/fdroidserver.po | 56 ++++++++++++++++++++++- locale/ja/LC_MESSAGES/fdroidserver.po | 56 ++++++++++++++++++++++- locale/kab/LC_MESSAGES/fdroidserver.po | 56 ++++++++++++++++++++++- locale/lv/LC_MESSAGES/fdroidserver.po | 56 ++++++++++++++++++++++- locale/ml/LC_MESSAGES/fdroidserver.po | 56 ++++++++++++++++++++++- locale/nl/LC_MESSAGES/fdroidserver.po | 56 ++++++++++++++++++++++- locale/sk/LC_MESSAGES/fdroidserver.po | 56 ++++++++++++++++++++++- locale/sv/LC_MESSAGES/fdroidserver.po | 56 ++++++++++++++++++++++- locale/ta/LC_MESSAGES/fdroidserver.po | 56 ++++++++++++++++++++++- locale/tzm/LC_MESSAGES/fdroidserver.po | 56 ++++++++++++++++++++++- locale/ug/LC_MESSAGES/fdroidserver.po | 56 ++++++++++++++++++++++- 26 files changed, 1432 insertions(+), 26 deletions(-) diff --git a/locale/ar/LC_MESSAGES/fdroidserver.po b/locale/ar/LC_MESSAGES/fdroidserver.po index 9980ff5a..f91ecf8f 100644 --- a/locale/ar/LC_MESSAGES/fdroidserver.po +++ b/locale/ar/LC_MESSAGES/fdroidserver.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: fdroidserver 2.1-273-g54e84d87\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-01-17 16:52+0000\n" "Last-Translator: Laachir \n" "Language-Team: Arabic \n" @@ -670,6 +670,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." @@ -687,6 +697,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 "" @@ -1276,6 +1290,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}" @@ -1487,6 +1513,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 "" @@ -1718,6 +1749,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 "" @@ -1915,6 +1950,11 @@ msgstr "" msgid "Using \"{path}\" for configuring s3cmd." msgstr "" +#: ../fdroidserver/deploy.py +#, python-brace-format +msgid "Using \"{path}\" for syncing with remote storage." +msgstr "" + #: ../fdroidserver/common.py msgid "Using APK Signature v2" msgstr "" @@ -1946,6 +1986,11 @@ msgstr "" msgid "Using existing keystore \"{path}\"" msgstr "" +#: ../fdroidserver/deploy.py +#, python-brace-format +msgid "Using rclone to sync with: {url}" +msgstr "" + #: ../fdroidserver/deploy.py #, python-brace-format msgid "Using s3cmd to sync with: {url}" @@ -2164,6 +2209,10 @@ msgstr "" msgid "deleting: repo/{apkfilename}" msgstr "" +#: ../fdroidserver/scanner.py +msgid "dependency file without lock" +msgstr "" + #: ../fdroidserver/common.py #, python-brace-format msgid "deployed process log {path} to {dest}" @@ -2493,6 +2542,11 @@ msgstr "" msgid "s3cmd sync indexes {path} to {url} and delete" msgstr "" +#: ../fdroidserver/deploy.py +#, python-brace-format +msgid "s3cmd syncs indexes from {path} to {url} and deletes removed" +msgstr "" + #: ../fdroidserver/scanner.py #, python-brace-format msgid "scanner cache is malformed! You can clear it with: '{clear}'" diff --git a/locale/az/LC_MESSAGES/fdroidserver.po b/locale/az/LC_MESSAGES/fdroidserver.po index a1bc9f88..c88fe465 100644 --- a/locale/az/LC_MESSAGES/fdroidserver.po +++ b/locale/az/LC_MESSAGES/fdroidserver.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: fdroidserver 2.2.1-143-g1a5ee449\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: 2023-05-26 19:39+0000\n" "Last-Translator: Mehrab Poladov \n" "Language-Team: Azerbaijani \n" @@ -667,6 +667,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." @@ -684,6 +694,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 "" @@ -1271,6 +1285,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}" @@ -1482,6 +1508,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 "" @@ -1713,6 +1744,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 "" @@ -1910,6 +1945,11 @@ msgstr "" msgid "Using \"{path}\" for configuring s3cmd." msgstr "" +#: ../fdroidserver/deploy.py +#, python-brace-format +msgid "Using \"{path}\" for syncing with remote storage." +msgstr "" + #: ../fdroidserver/common.py msgid "Using APK Signature v2" msgstr "" @@ -1941,6 +1981,11 @@ msgstr "" msgid "Using existing keystore \"{path}\"" msgstr "" +#: ../fdroidserver/deploy.py +#, python-brace-format +msgid "Using rclone to sync with: {url}" +msgstr "" + #: ../fdroidserver/deploy.py #, python-brace-format msgid "Using s3cmd to sync with: {url}" @@ -2159,6 +2204,10 @@ msgstr "" msgid "deleting: repo/{apkfilename}" msgstr "" +#: ../fdroidserver/scanner.py +msgid "dependency file without lock" +msgstr "" + #: ../fdroidserver/common.py #, python-brace-format msgid "deployed process log {path} to {dest}" @@ -2486,6 +2535,11 @@ msgstr "" msgid "s3cmd sync indexes {path} to {url} and delete" msgstr "" +#: ../fdroidserver/deploy.py +#, python-brace-format +msgid "s3cmd syncs indexes from {path} to {url} and deletes removed" +msgstr "" + #: ../fdroidserver/scanner.py #, python-brace-format msgid "scanner cache is malformed! You can clear it with: '{clear}'" diff --git a/locale/be/LC_MESSAGES/fdroidserver.po b/locale/be/LC_MESSAGES/fdroidserver.po index 2e61feb4..ce82fab0 100644 --- a/locale/be/LC_MESSAGES/fdroidserver.po +++ b/locale/be/LC_MESSAGES/fdroidserver.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: fdroidserver 2.2.1-143-g1a5ee449\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-01-21 00:08+0000\n" "Last-Translator: flac \n" "Language-Team: Belarusian \n" @@ -672,6 +672,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." @@ -689,6 +699,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 "" @@ -1276,6 +1290,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}" @@ -1487,6 +1513,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 "" @@ -1718,6 +1749,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 "" @@ -1915,6 +1950,11 @@ msgstr "" msgid "Using \"{path}\" for configuring s3cmd." msgstr "" +#: ../fdroidserver/deploy.py +#, python-brace-format +msgid "Using \"{path}\" for syncing with remote storage." +msgstr "" + #: ../fdroidserver/common.py msgid "Using APK Signature v2" msgstr "" @@ -1946,6 +1986,11 @@ msgstr "" msgid "Using existing keystore \"{path}\"" msgstr "" +#: ../fdroidserver/deploy.py +#, python-brace-format +msgid "Using rclone to sync with: {url}" +msgstr "" + #: ../fdroidserver/deploy.py #, python-brace-format msgid "Using s3cmd to sync with: {url}" @@ -2164,6 +2209,10 @@ msgstr "" msgid "deleting: repo/{apkfilename}" msgstr "" +#: ../fdroidserver/scanner.py +msgid "dependency file without lock" +msgstr "" + #: ../fdroidserver/common.py #, python-brace-format msgid "deployed process log {path} to {dest}" @@ -2491,6 +2540,11 @@ msgstr "" msgid "s3cmd sync indexes {path} to {url} and delete" msgstr "" +#: ../fdroidserver/deploy.py +#, python-brace-format +msgid "s3cmd syncs indexes from {path} to {url} and deletes removed" +msgstr "" + #: ../fdroidserver/scanner.py #, python-brace-format msgid "scanner cache is malformed! You can clear it with: '{clear}'" diff --git a/locale/bg/LC_MESSAGES/fdroidserver.po b/locale/bg/LC_MESSAGES/fdroidserver.po index bdecaf1c..31cd2fab 100644 --- a/locale/bg/LC_MESSAGES/fdroidserver.po +++ b/locale/bg/LC_MESSAGES/fdroidserver.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: fdroidserver 2.1b0\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-07-19 10:21+0000\n" "Last-Translator: 109247019824 \n" "Language-Team: Bulgarian \n" @@ -668,6 +668,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." @@ -685,6 +695,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 "" @@ -1272,6 +1286,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}" @@ -1483,6 +1509,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 "" @@ -1714,6 +1745,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 "" @@ -1911,6 +1946,11 @@ msgstr "" msgid "Using \"{path}\" for configuring s3cmd." msgstr "" +#: ../fdroidserver/deploy.py +#, python-brace-format +msgid "Using \"{path}\" for syncing with remote storage." +msgstr "" + #: ../fdroidserver/common.py msgid "Using APK Signature v2" msgstr "" @@ -1942,6 +1982,11 @@ msgstr "" msgid "Using existing keystore \"{path}\"" msgstr "" +#: ../fdroidserver/deploy.py +#, python-brace-format +msgid "Using rclone to sync with: {url}" +msgstr "" + #: ../fdroidserver/deploy.py #, python-brace-format msgid "Using s3cmd to sync with: {url}" @@ -2160,6 +2205,10 @@ msgstr "" msgid "deleting: repo/{apkfilename}" msgstr "" +#: ../fdroidserver/scanner.py +msgid "dependency file without lock" +msgstr "" + #: ../fdroidserver/common.py #, python-brace-format msgid "deployed process log {path} to {dest}" @@ -2487,6 +2536,11 @@ msgstr "" msgid "s3cmd sync indexes {path} to {url} and delete" msgstr "" +#: ../fdroidserver/deploy.py +#, python-brace-format +msgid "s3cmd syncs indexes from {path} to {url} and deletes removed" +msgstr "" + #: ../fdroidserver/scanner.py #, python-brace-format msgid "scanner cache is malformed! You can clear it with: '{clear}'" diff --git a/locale/bn/LC_MESSAGES/fdroidserver.po b/locale/bn/LC_MESSAGES/fdroidserver.po index 4bb5e5e0..9b24b2ef 100644 --- a/locale/bn/LC_MESSAGES/fdroidserver.po +++ b/locale/bn/LC_MESSAGES/fdroidserver.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: fdroidserver 1.0.6-70-g54bc858\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: 2021-02-12 09:48+0000\n" "Last-Translator: Oymate \n" "Language-Team: Bengali \n" @@ -667,6 +667,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." @@ -684,6 +694,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 "" @@ -1271,6 +1285,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}" @@ -1482,6 +1508,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 "" @@ -1713,6 +1744,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 "" @@ -1910,6 +1945,11 @@ msgstr "" msgid "Using \"{path}\" for configuring s3cmd." msgstr "" +#: ../fdroidserver/deploy.py +#, python-brace-format +msgid "Using \"{path}\" for syncing with remote storage." +msgstr "" + #: ../fdroidserver/common.py msgid "Using APK Signature v2" msgstr "" @@ -1941,6 +1981,11 @@ msgstr "" msgid "Using existing keystore \"{path}\"" msgstr "" +#: ../fdroidserver/deploy.py +#, python-brace-format +msgid "Using rclone to sync with: {url}" +msgstr "" + #: ../fdroidserver/deploy.py #, python-brace-format msgid "Using s3cmd to sync with: {url}" @@ -2159,6 +2204,10 @@ msgstr "" msgid "deleting: repo/{apkfilename}" msgstr "" +#: ../fdroidserver/scanner.py +msgid "dependency file without lock" +msgstr "" + #: ../fdroidserver/common.py #, python-brace-format msgid "deployed process log {path} to {dest}" @@ -2487,6 +2536,11 @@ msgstr "" msgid "s3cmd sync indexes {path} to {url} and delete" msgstr "" +#: ../fdroidserver/deploy.py +#, python-brace-format +msgid "s3cmd syncs indexes from {path} to {url} and deletes removed" +msgstr "" + #: ../fdroidserver/scanner.py #, python-brace-format msgid "scanner cache is malformed! You can clear it with: '{clear}'" diff --git a/locale/cy/LC_MESSAGES/fdroidserver.po b/locale/cy/LC_MESSAGES/fdroidserver.po index 8c10a9b0..34758469 100644 --- a/locale/cy/LC_MESSAGES/fdroidserver.po +++ b/locale/cy/LC_MESSAGES/fdroidserver.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: fdroidserver 2.0a5-27-gf24eae0f\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: 2021-01-16 21:23+0000\n" "Last-Translator: Aled Powell \n" "Language-Team: Welsh \n" @@ -675,6 +675,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." @@ -692,6 +702,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 "" @@ -1279,6 +1293,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}" @@ -1490,6 +1516,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 "" @@ -1732,6 +1763,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 "" @@ -1929,6 +1964,11 @@ msgstr "" msgid "Using \"{path}\" for configuring s3cmd." msgstr "" +#: ../fdroidserver/deploy.py +#, python-brace-format +msgid "Using \"{path}\" for syncing with remote storage." +msgstr "" + #: ../fdroidserver/common.py msgid "Using APK Signature v2" msgstr "" @@ -1960,6 +2000,11 @@ msgstr "" msgid "Using existing keystore \"{path}\"" msgstr "" +#: ../fdroidserver/deploy.py +#, python-brace-format +msgid "Using rclone to sync with: {url}" +msgstr "" + #: ../fdroidserver/deploy.py #, python-brace-format msgid "Using s3cmd to sync with: {url}" @@ -2182,6 +2227,10 @@ msgstr "" msgid "deleting: repo/{apkfilename}" msgstr "" +#: ../fdroidserver/scanner.py +msgid "dependency file without lock" +msgstr "" + #: ../fdroidserver/common.py #, python-brace-format msgid "deployed process log {path} to {dest}" @@ -2514,6 +2563,11 @@ msgstr "" msgid "s3cmd sync indexes {path} to {url} and delete" msgstr "" +#: ../fdroidserver/deploy.py +#, python-brace-format +msgid "s3cmd syncs indexes from {path} to {url} and deletes removed" +msgstr "" + #: ../fdroidserver/scanner.py #, python-brace-format msgid "scanner cache is malformed! You can clear it with: '{clear}'" diff --git a/locale/el/LC_MESSAGES/fdroidserver.po b/locale/el/LC_MESSAGES/fdroidserver.po index d074ccad..0af82bb9 100644 --- a/locale/el/LC_MESSAGES/fdroidserver.po +++ b/locale/el/LC_MESSAGES/fdroidserver.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: fdroidserver 2.0a0-62-gc63c4b3d\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-05-10 13:24+0000\n" "Last-Translator: ΣΤΑΥΡΟΣ ΔΑΛΙΑΚΟΠΟΥΛΟΣ \n" "Language-Team: Greek \n" @@ -674,6 +674,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." @@ -691,6 +701,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 "" @@ -1720,6 +1751,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 "" @@ -1917,6 +1952,11 @@ msgstr "" msgid "Using \"{path}\" for configuring s3cmd." msgstr "" +#: ../fdroidserver/deploy.py +#, python-brace-format +msgid "Using \"{path}\" for syncing with remote storage." +msgstr "" + #: ../fdroidserver/common.py msgid "Using APK Signature v2" msgstr "" @@ -1948,6 +1988,12 @@ msgstr "" msgid "Using existing keystore \"{path}\"" msgstr "" +#: ../fdroidserver/deploy.py +#, fuzzy, python-brace-format +#| msgid "using Apache libcloud to sync with {url}" +msgid "Using rclone to sync with: {url}" +msgstr "χρήση Apache libcloud για συγχρονισμό με {url}" + #: ../fdroidserver/deploy.py #, python-brace-format msgid "Using s3cmd to sync with: {url}" @@ -2166,6 +2212,10 @@ msgstr "" msgid "deleting: repo/{apkfilename}" msgstr "" +#: ../fdroidserver/scanner.py +msgid "dependency file without lock" +msgstr "" + #: ../fdroidserver/common.py #, python-brace-format msgid "deployed process log {path} to {dest}" @@ -2494,6 +2544,11 @@ msgstr "" msgid "s3cmd sync indexes {path} to {url} and delete" msgstr "" +#: ../fdroidserver/deploy.py +#, python-brace-format +msgid "s3cmd syncs indexes from {path} to {url} and deletes removed" +msgstr "" + #: ../fdroidserver/scanner.py #, python-brace-format msgid "scanner cache is malformed! You can clear it with: '{clear}'" diff --git a/locale/es_AR/LC_MESSAGES/fdroidserver.po b/locale/es_AR/LC_MESSAGES/fdroidserver.po index 66858ede..703a7a2c 100644 --- a/locale/es_AR/LC_MESSAGES/fdroidserver.po +++ b/locale/es_AR/LC_MESSAGES/fdroidserver.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: fdroidserver 0.9\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: 2021-04-10 21:26+0000\n" "Last-Translator: Germe the fur star \n" "Language-Team: Spanish (Argentina) \n" @@ -679,6 +679,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." @@ -696,6 +706,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 "" @@ -1286,6 +1300,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}" @@ -1499,6 +1525,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 "" @@ -1730,6 +1761,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 "" @@ -1927,6 +1962,11 @@ msgstr "Utilizar la fecha del APK en vez de la actual para los APKs nuevos que s msgid "Using \"{path}\" for configuring s3cmd." msgstr "" +#: ../fdroidserver/deploy.py +#, python-brace-format +msgid "Using \"{path}\" for syncing with remote storage." +msgstr "" + #: ../fdroidserver/common.py msgid "Using APK Signature v2" msgstr "" @@ -1958,6 +1998,12 @@ msgstr "" msgid "Using existing keystore \"{path}\"" msgstr "" +#: ../fdroidserver/deploy.py +#, fuzzy, python-brace-format +#| msgid "using Apache libcloud to sync with {url}" +msgid "Using rclone to sync with: {url}" +msgstr "usando libcloud de Apache para sincronizar con {url}" + #: ../fdroidserver/deploy.py #, python-brace-format msgid "Using s3cmd to sync with: {url}" @@ -2179,6 +2225,10 @@ msgstr "" msgid "deleting: repo/{apkfilename}" msgstr "" +#: ../fdroidserver/scanner.py +msgid "dependency file without lock" +msgstr "" + #: ../fdroidserver/common.py #, python-brace-format msgid "deployed process log {path} to {dest}" @@ -2511,6 +2561,11 @@ msgstr "" msgid "s3cmd sync indexes {path} to {url} and delete" msgstr "" +#: ../fdroidserver/deploy.py +#, python-brace-format +msgid "s3cmd syncs indexes from {path} to {url} and deletes removed" +msgstr "" + #: ../fdroidserver/scanner.py #, python-brace-format msgid "scanner cache is malformed! You can clear it with: '{clear}'" diff --git a/locale/es_MX/LC_MESSAGES/fdroidserver.po b/locale/es_MX/LC_MESSAGES/fdroidserver.po index 03f0a510..3e4fbba4 100644 --- a/locale/es_MX/LC_MESSAGES/fdroidserver.po +++ b/locale/es_MX/LC_MESSAGES/fdroidserver.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: fdroidserver 1.0.6-349-g907c04ea\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: 2020-04-29 12:49+0000\n" "Last-Translator: Hans-Christoph Steiner \n" "Language-Team: Spanish (Mexico) \n" @@ -672,6 +672,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." @@ -689,6 +699,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 "" @@ -1276,6 +1290,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}" @@ -1487,6 +1513,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 "" @@ -1718,6 +1749,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 "" @@ -1915,6 +1950,11 @@ msgstr "" msgid "Using \"{path}\" for configuring s3cmd." msgstr "" +#: ../fdroidserver/deploy.py +#, python-brace-format +msgid "Using \"{path}\" for syncing with remote storage." +msgstr "" + #: ../fdroidserver/common.py msgid "Using APK Signature v2" msgstr "" @@ -1946,6 +1986,11 @@ msgstr "" msgid "Using existing keystore \"{path}\"" msgstr "" +#: ../fdroidserver/deploy.py +#, python-brace-format +msgid "Using rclone to sync with: {url}" +msgstr "" + #: ../fdroidserver/deploy.py #, python-brace-format msgid "Using s3cmd to sync with: {url}" @@ -2164,6 +2209,10 @@ msgstr "" msgid "deleting: repo/{apkfilename}" msgstr "" +#: ../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 "" +#: ../fdroidserver/deploy.py +#, python-brace-format +msgid "s3cmd syncs indexes from {path} to {url} and deletes removed" +msgstr "" + #: ../fdroidserver/scanner.py #, python-brace-format msgid "scanner cache is malformed! You can clear it with: '{clear}'" diff --git a/locale/eu/LC_MESSAGES/fdroidserver.po b/locale/eu/LC_MESSAGES/fdroidserver.po index c76db7fb..43f15a4c 100644 --- a/locale/eu/LC_MESSAGES/fdroidserver.po +++ b/locale/eu/LC_MESSAGES/fdroidserver.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: fdroidserver 2.0a0-62-gc63c4b3d\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: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -666,6 +666,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." @@ -683,6 +693,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 "" @@ -1270,6 +1284,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}" @@ -1481,6 +1507,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 "" @@ -1712,6 +1743,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 "" @@ -1909,6 +1944,11 @@ msgstr "" msgid "Using \"{path}\" for configuring s3cmd." msgstr "" +#: ../fdroidserver/deploy.py +#, python-brace-format +msgid "Using \"{path}\" for syncing with remote storage." +msgstr "" + #: ../fdroidserver/common.py msgid "Using APK Signature v2" msgstr "" @@ -1940,6 +1980,11 @@ msgstr "" msgid "Using existing keystore \"{path}\"" msgstr "" +#: ../fdroidserver/deploy.py +#, python-brace-format +msgid "Using rclone to sync with: {url}" +msgstr "" + #: ../fdroidserver/deploy.py #, python-brace-format msgid "Using s3cmd to sync with: {url}" @@ -2158,6 +2203,10 @@ msgstr "" msgid "deleting: repo/{apkfilename}" msgstr "" +#: ../fdroidserver/scanner.py +msgid "dependency file without lock" +msgstr "" + #: ../fdroidserver/common.py #, python-brace-format msgid "deployed process log {path} to {dest}" @@ -2485,6 +2534,11 @@ msgstr "" msgid "s3cmd sync indexes {path} to {url} and delete" msgstr "" +#: ../fdroidserver/deploy.py +#, python-brace-format +msgid "s3cmd syncs indexes from {path} to {url} and deletes removed" +msgstr "" + #: ../fdroidserver/scanner.py #, python-brace-format msgid "scanner cache is malformed! You can clear it with: '{clear}'" diff --git a/locale/fa/LC_MESSAGES/fdroidserver.po b/locale/fa/LC_MESSAGES/fdroidserver.po index 641e53b5..ce66a445 100644 --- a/locale/fa/LC_MESSAGES/fdroidserver.po +++ b/locale/fa/LC_MESSAGES/fdroidserver.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: fdroidserver 0.9\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-07-23 04:12+0000\n" "Last-Translator: Danial Behzadi \n" "Language-Team: Persian \n" @@ -670,6 +670,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." @@ -687,6 +697,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 "" @@ -1274,6 +1288,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}" @@ -1485,6 +1511,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 "" @@ -1716,6 +1747,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 "" @@ -1913,6 +1948,11 @@ msgstr "" msgid "Using \"{path}\" for configuring s3cmd." msgstr "" +#: ../fdroidserver/deploy.py +#, python-brace-format +msgid "Using \"{path}\" for syncing with remote storage." +msgstr "" + #: ../fdroidserver/common.py msgid "Using APK Signature v2" msgstr "" @@ -1944,6 +1984,11 @@ msgstr "" msgid "Using existing keystore \"{path}\"" msgstr "" +#: ../fdroidserver/deploy.py +#, python-brace-format +msgid "Using rclone to sync with: {url}" +msgstr "" + #: ../fdroidserver/deploy.py #, python-brace-format msgid "Using s3cmd to sync with: {url}" @@ -2162,6 +2207,10 @@ msgstr "" msgid "deleting: repo/{apkfilename}" msgstr "" +#: ../fdroidserver/scanner.py +msgid "dependency file without lock" +msgstr "" + #: ../fdroidserver/common.py #, python-brace-format msgid "deployed process log {path} to {dest}" @@ -2489,6 +2538,11 @@ msgstr "" msgid "s3cmd sync indexes {path} to {url} and delete" msgstr "" +#: ../fdroidserver/deploy.py +#, python-brace-format +msgid "s3cmd syncs indexes from {path} to {url} and deletes removed" +msgstr "" + #: ../fdroidserver/scanner.py #, python-brace-format msgid "scanner cache is malformed! You can clear it with: '{clear}'" diff --git a/locale/fi/LC_MESSAGES/fdroidserver.po b/locale/fi/LC_MESSAGES/fdroidserver.po index d65eb248..2e2466ac 100644 --- a/locale/fi/LC_MESSAGES/fdroidserver.po +++ b/locale/fi/LC_MESSAGES/fdroidserver.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: fdroidserver 2.0a0-62-gc63c4b3d\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: 2021-08-23 01:29+0000\n" "Last-Translator: Kaantaja \n" "Language-Team: Finnish \n" @@ -668,6 +668,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." @@ -685,6 +695,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 "" @@ -1272,6 +1286,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}" @@ -1483,6 +1509,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 "" @@ -1714,6 +1745,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 "" @@ -1911,6 +1946,11 @@ msgstr "" msgid "Using \"{path}\" for configuring s3cmd." msgstr "" +#: ../fdroidserver/deploy.py +#, python-brace-format +msgid "Using \"{path}\" for syncing with remote storage." +msgstr "" + #: ../fdroidserver/common.py msgid "Using APK Signature v2" msgstr "" @@ -1942,6 +1982,11 @@ msgstr "" msgid "Using existing keystore \"{path}\"" msgstr "" +#: ../fdroidserver/deploy.py +#, python-brace-format +msgid "Using rclone to sync with: {url}" +msgstr "" + #: ../fdroidserver/deploy.py #, python-brace-format msgid "Using s3cmd to sync with: {url}" @@ -2160,6 +2205,10 @@ msgstr "" msgid "deleting: repo/{apkfilename}" msgstr "" +#: ../fdroidserver/scanner.py +msgid "dependency file without lock" +msgstr "" + #: ../fdroidserver/common.py #, python-brace-format msgid "deployed process log {path} to {dest}" @@ -2487,6 +2536,11 @@ msgstr "" msgid "s3cmd sync indexes {path} to {url} and delete" msgstr "" +#: ../fdroidserver/deploy.py +#, python-brace-format +msgid "s3cmd syncs indexes from {path} to {url} and deletes removed" +msgstr "" + #: ../fdroidserver/scanner.py #, python-brace-format msgid "scanner cache is malformed! You can clear it with: '{clear}'" diff --git a/locale/fy/LC_MESSAGES/fdroidserver.po b/locale/fy/LC_MESSAGES/fdroidserver.po index ddf37f55..222247f6 100644 --- a/locale/fy/LC_MESSAGES/fdroidserver.po +++ b/locale/fy/LC_MESSAGES/fdroidserver.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: fdroidserver 2.0\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: 2021-07-01 15:29+0000\n" "Last-Translator: Vancha March \n" "Language-Team: Frisian \n" @@ -667,6 +667,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." @@ -684,6 +694,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 "" @@ -1271,6 +1285,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}" @@ -1482,6 +1508,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 "" @@ -1713,6 +1744,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 "" @@ -1910,6 +1945,11 @@ msgstr "" msgid "Using \"{path}\" for configuring s3cmd." msgstr "" +#: ../fdroidserver/deploy.py +#, python-brace-format +msgid "Using \"{path}\" for syncing with remote storage." +msgstr "" + #: ../fdroidserver/common.py msgid "Using APK Signature v2" msgstr "" @@ -1941,6 +1981,11 @@ msgstr "" msgid "Using existing keystore \"{path}\"" msgstr "" +#: ../fdroidserver/deploy.py +#, python-brace-format +msgid "Using rclone to sync with: {url}" +msgstr "" + #: ../fdroidserver/deploy.py #, python-brace-format msgid "Using s3cmd to sync with: {url}" @@ -2159,6 +2204,10 @@ msgstr "" msgid "deleting: repo/{apkfilename}" msgstr "" +#: ../fdroidserver/scanner.py +msgid "dependency file without lock" +msgstr "" + #: ../fdroidserver/common.py #, python-brace-format msgid "deployed process log {path} to {dest}" @@ -2487,6 +2536,11 @@ msgstr "" msgid "s3cmd sync indexes {path} to {url} and delete" msgstr "" +#: ../fdroidserver/deploy.py +#, python-brace-format +msgid "s3cmd syncs indexes from {path} to {url} and deletes removed" +msgstr "" + #: ../fdroidserver/scanner.py #, python-brace-format msgid "scanner cache is malformed! You can clear it with: '{clear}'" diff --git a/locale/he/LC_MESSAGES/fdroidserver.po b/locale/he/LC_MESSAGES/fdroidserver.po index 4a17275c..dbea96c5 100644 --- a/locale/he/LC_MESSAGES/fdroidserver.po +++ b/locale/he/LC_MESSAGES/fdroidserver.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: fdroidserver 2.1b0\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-08-18 06:27+0000\n" "Last-Translator: Yaron Shahrabani \n" "Language-Team: Hebrew \n" @@ -668,6 +668,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." @@ -685,6 +695,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 "" @@ -1272,6 +1286,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}" @@ -1483,6 +1509,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 "" @@ -1714,6 +1745,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 "" @@ -1911,6 +1946,11 @@ msgstr "" msgid "Using \"{path}\" for configuring s3cmd." msgstr "" +#: ../fdroidserver/deploy.py +#, python-brace-format +msgid "Using \"{path}\" for syncing with remote storage." +msgstr "" + #: ../fdroidserver/common.py msgid "Using APK Signature v2" msgstr "" @@ -1942,6 +1982,11 @@ msgstr "" msgid "Using existing keystore \"{path}\"" msgstr "" +#: ../fdroidserver/deploy.py +#, python-brace-format +msgid "Using rclone to sync with: {url}" +msgstr "" + #: ../fdroidserver/deploy.py #, python-brace-format msgid "Using s3cmd to sync with: {url}" @@ -2160,6 +2205,10 @@ msgstr "" msgid "deleting: repo/{apkfilename}" msgstr "" +#: ../fdroidserver/scanner.py +msgid "dependency file without lock" +msgstr "" + #: ../fdroidserver/common.py #, python-brace-format msgid "deployed process log {path} to {dest}" @@ -2487,6 +2536,11 @@ msgstr "" msgid "s3cmd sync indexes {path} to {url} and delete" msgstr "" +#: ../fdroidserver/deploy.py +#, python-brace-format +msgid "s3cmd syncs indexes from {path} to {url} and deletes removed" +msgstr "" + #: ../fdroidserver/scanner.py #, python-brace-format msgid "scanner cache is malformed! You can clear it with: '{clear}'" diff --git a/locale/hi/LC_MESSAGES/fdroidserver.po b/locale/hi/LC_MESSAGES/fdroidserver.po index 48764286..b1c93645 100644 --- a/locale/hi/LC_MESSAGES/fdroidserver.po +++ b/locale/hi/LC_MESSAGES/fdroidserver.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: fdroidserver 2.0a5-27-gf24eae0f\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: 2023-02-22 11:24+0000\n" "Last-Translator: Saurmandal \n" "Language-Team: Hindi \n" @@ -668,6 +668,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." @@ -685,6 +695,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 "" @@ -1272,6 +1286,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}" @@ -1483,6 +1509,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 "" @@ -1714,6 +1745,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 "" @@ -1911,6 +1946,11 @@ msgstr "" msgid "Using \"{path}\" for configuring s3cmd." msgstr "" +#: ../fdroidserver/deploy.py +#, python-brace-format +msgid "Using \"{path}\" for syncing with remote storage." +msgstr "" + #: ../fdroidserver/common.py msgid "Using APK Signature v2" msgstr "" @@ -1942,6 +1982,11 @@ msgstr "" msgid "Using existing keystore \"{path}\"" msgstr "" +#: ../fdroidserver/deploy.py +#, python-brace-format +msgid "Using rclone to sync with: {url}" +msgstr "" + #: ../fdroidserver/deploy.py #, python-brace-format msgid "Using s3cmd to sync with: {url}" @@ -2160,6 +2205,10 @@ msgstr "" msgid "deleting: repo/{apkfilename}" msgstr "" +#: ../fdroidserver/scanner.py +msgid "dependency file without lock" +msgstr "" + #: ../fdroidserver/common.py #, python-brace-format msgid "deployed process log {path} to {dest}" @@ -2488,6 +2537,11 @@ msgstr "" msgid "s3cmd sync indexes {path} to {url} and delete" msgstr "" +#: ../fdroidserver/deploy.py +#, python-brace-format +msgid "s3cmd syncs indexes from {path} to {url} and deletes removed" +msgstr "" + #: ../fdroidserver/scanner.py #, python-brace-format msgid "scanner cache is malformed! You can clear it with: '{clear}'" diff --git a/locale/id/LC_MESSAGES/fdroidserver.po b/locale/id/LC_MESSAGES/fdroidserver.po index 8c277b3a..70e087f8 100644 --- a/locale/id/LC_MESSAGES/fdroidserver.po +++ b/locale/id/LC_MESSAGES/fdroidserver.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: fdroidserver 1.1-680-ge1d3de71\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: 2021-06-23 23:32+0000\n" "Last-Translator: whenwesober \n" "Language-Team: Indonesian \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 "" @@ -1275,6 +1289,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}" @@ -1486,6 +1512,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 "" @@ -1716,6 +1747,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 "" @@ -1913,6 +1948,11 @@ msgstr "" msgid "Using \"{path}\" for configuring s3cmd." msgstr "" +#: ../fdroidserver/deploy.py +#, python-brace-format +msgid "Using \"{path}\" for syncing with remote storage." +msgstr "" + #: ../fdroidserver/common.py msgid "Using APK Signature v2" msgstr "" @@ -1944,6 +1984,11 @@ msgstr "" msgid "Using existing keystore \"{path}\"" msgstr "" +#: ../fdroidserver/deploy.py +#, python-brace-format +msgid "Using rclone to sync with: {url}" +msgstr "" + #: ../fdroidserver/deploy.py #, python-brace-format msgid "Using s3cmd to sync with: {url}" @@ -2161,6 +2206,10 @@ msgstr "" msgid "deleting: repo/{apkfilename}" msgstr "" +#: ../fdroidserver/scanner.py +msgid "dependency file without lock" +msgstr "" + #: ../fdroidserver/common.py #, python-brace-format msgid "deployed process log {path} to {dest}" @@ -2488,6 +2537,11 @@ msgstr "" msgid "s3cmd sync indexes {path} to {url} and delete" msgstr "" +#: ../fdroidserver/deploy.py +#, python-brace-format +msgid "s3cmd syncs indexes from {path} to {url} and deletes removed" +msgstr "" + #: ../fdroidserver/scanner.py #, python-brace-format msgid "scanner cache is malformed! You can clear it with: '{clear}'" diff --git a/locale/ja/LC_MESSAGES/fdroidserver.po b/locale/ja/LC_MESSAGES/fdroidserver.po index 6fd4bf25..8440cedd 100644 --- a/locale/ja/LC_MESSAGES/fdroidserver.po +++ b/locale/ja/LC_MESSAGES/fdroidserver.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: fdroidserver 0.8-224-g4b0ade7\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-02-25 05:52+0000\n" "Last-Translator: Suguru Hirahara \n" "Language-Team: Japanese \n" @@ -666,6 +666,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." @@ -683,6 +693,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 "" @@ -1270,6 +1284,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}" @@ -1481,6 +1507,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 "" @@ -1711,6 +1742,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 "" @@ -1908,6 +1943,11 @@ msgstr "" msgid "Using \"{path}\" for configuring s3cmd." msgstr "" +#: ../fdroidserver/deploy.py +#, python-brace-format +msgid "Using \"{path}\" for syncing with remote storage." +msgstr "" + #: ../fdroidserver/common.py msgid "Using APK Signature v2" msgstr "" @@ -1939,6 +1979,11 @@ msgstr "" msgid "Using existing keystore \"{path}\"" msgstr "" +#: ../fdroidserver/deploy.py +#, python-brace-format +msgid "Using rclone to sync with: {url}" +msgstr "" + #: ../fdroidserver/deploy.py #, python-brace-format msgid "Using s3cmd to sync with: {url}" @@ -2156,6 +2201,10 @@ msgstr "" msgid "deleting: repo/{apkfilename}" msgstr "" +#: ../fdroidserver/scanner.py +msgid "dependency file without lock" +msgstr "" + #: ../fdroidserver/common.py #, python-brace-format msgid "deployed process log {path} to {dest}" @@ -2482,6 +2531,11 @@ msgstr "" msgid "s3cmd sync indexes {path} to {url} and delete" msgstr "" +#: ../fdroidserver/deploy.py +#, python-brace-format +msgid "s3cmd syncs indexes from {path} to {url} and deletes removed" +msgstr "" + #: ../fdroidserver/scanner.py #, python-brace-format msgid "scanner cache is malformed! You can clear it with: '{clear}'" diff --git a/locale/kab/LC_MESSAGES/fdroidserver.po b/locale/kab/LC_MESSAGES/fdroidserver.po index b814270a..cdda5b0a 100644 --- a/locale/kab/LC_MESSAGES/fdroidserver.po +++ b/locale/kab/LC_MESSAGES/fdroidserver.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: fdroidserver 0.9\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: 2021-01-15 13:25+0000\n" "Last-Translator: R_SACI \n" "Language-Team: Kabyle \n" @@ -670,6 +670,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." @@ -687,6 +697,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 "" @@ -1276,6 +1290,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}" @@ -1487,6 +1513,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 "" @@ -1718,6 +1749,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 "" @@ -1915,6 +1950,11 @@ msgstr "" msgid "Using \"{path}\" for configuring s3cmd." msgstr "" +#: ../fdroidserver/deploy.py +#, python-brace-format +msgid "Using \"{path}\" for syncing with remote storage." +msgstr "" + #: ../fdroidserver/common.py msgid "Using APK Signature v2" msgstr "" @@ -1946,6 +1986,11 @@ msgstr "" msgid "Using existing keystore \"{path}\"" msgstr "Aseqdec n tqeffalt n uḥraz \"{path}\"" +#: ../fdroidserver/deploy.py +#, python-brace-format +msgid "Using rclone to sync with: {url}" +msgstr "" + #: ../fdroidserver/deploy.py #, python-brace-format msgid "Using s3cmd to sync with: {url}" @@ -2164,6 +2209,10 @@ msgstr "" msgid "deleting: repo/{apkfilename}" msgstr "" +#: ../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 "" +#: ../fdroidserver/deploy.py +#, python-brace-format +msgid "s3cmd syncs indexes from {path} to {url} and deletes removed" +msgstr "" + #: ../fdroidserver/scanner.py #, python-brace-format msgid "scanner cache is malformed! You can clear it with: '{clear}'" diff --git a/locale/lv/LC_MESSAGES/fdroidserver.po b/locale/lv/LC_MESSAGES/fdroidserver.po index 383f1c9f..20d8713d 100644 --- a/locale/lv/LC_MESSAGES/fdroidserver.po +++ b/locale/lv/LC_MESSAGES/fdroidserver.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: fdroidserver 2.3a1\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-08-14 18:07+0000\n" "Last-Translator: \"Coool (github.com/Coool)\" \n" "Language-Team: Latvian \n" @@ -667,6 +667,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." @@ -684,6 +694,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 "" @@ -1271,6 +1285,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}" @@ -1482,6 +1508,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 "" @@ -1713,6 +1744,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 "" @@ -1910,6 +1945,11 @@ msgstr "" msgid "Using \"{path}\" for configuring s3cmd." msgstr "" +#: ../fdroidserver/deploy.py +#, python-brace-format +msgid "Using \"{path}\" for syncing with remote storage." +msgstr "" + #: ../fdroidserver/common.py msgid "Using APK Signature v2" msgstr "" @@ -1941,6 +1981,11 @@ msgstr "" msgid "Using existing keystore \"{path}\"" msgstr "" +#: ../fdroidserver/deploy.py +#, python-brace-format +msgid "Using rclone to sync with: {url}" +msgstr "" + #: ../fdroidserver/deploy.py #, python-brace-format msgid "Using s3cmd to sync with: {url}" @@ -2159,6 +2204,10 @@ msgstr "" msgid "deleting: repo/{apkfilename}" msgstr "" +#: ../fdroidserver/scanner.py +msgid "dependency file without lock" +msgstr "" + #: ../fdroidserver/common.py #, python-brace-format msgid "deployed process log {path} to {dest}" @@ -2486,6 +2535,11 @@ msgstr "" msgid "s3cmd sync indexes {path} to {url} and delete" msgstr "" +#: ../fdroidserver/deploy.py +#, python-brace-format +msgid "s3cmd syncs indexes from {path} to {url} and deletes removed" +msgstr "" + #: ../fdroidserver/scanner.py #, python-brace-format msgid "scanner cache is malformed! You can clear it with: '{clear}'" diff --git a/locale/ml/LC_MESSAGES/fdroidserver.po b/locale/ml/LC_MESSAGES/fdroidserver.po index bb66da35..0f35cd13 100644 --- a/locale/ml/LC_MESSAGES/fdroidserver.po +++ b/locale/ml/LC_MESSAGES/fdroidserver.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: fdroidserver 1.0.6-70-g54bc858\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: 2023-06-23 14:52+0000\n" "Last-Translator: abe1242 \n" "Language-Team: Malayalam \n" @@ -672,6 +672,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." @@ -689,6 +699,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 "" @@ -1276,6 +1290,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}" @@ -1487,6 +1513,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 "" @@ -1721,6 +1752,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 "" @@ -1918,6 +1953,11 @@ msgstr "" msgid "Using \"{path}\" for configuring s3cmd." msgstr "" +#: ../fdroidserver/deploy.py +#, python-brace-format +msgid "Using \"{path}\" for syncing with remote storage." +msgstr "" + #: ../fdroidserver/common.py msgid "Using APK Signature v2" msgstr "" @@ -1949,6 +1989,11 @@ msgstr "" msgid "Using existing keystore \"{path}\"" msgstr "" +#: ../fdroidserver/deploy.py +#, python-brace-format +msgid "Using rclone to sync with: {url}" +msgstr "" + #: ../fdroidserver/deploy.py #, python-brace-format msgid "Using s3cmd to sync with: {url}" @@ -2167,6 +2212,10 @@ msgstr "" msgid "deleting: repo/{apkfilename}" msgstr "" +#: ../fdroidserver/scanner.py +msgid "dependency file without lock" +msgstr "" + #: ../fdroidserver/common.py #, python-brace-format msgid "deployed process log {path} to {dest}" @@ -2494,6 +2543,11 @@ msgstr "" msgid "s3cmd sync indexes {path} to {url} and delete" msgstr "" +#: ../fdroidserver/deploy.py +#, python-brace-format +msgid "s3cmd syncs indexes from {path} to {url} and deletes removed" +msgstr "" + #: ../fdroidserver/scanner.py #, python-brace-format msgid "scanner cache is malformed! You can clear it with: '{clear}'" diff --git a/locale/nl/LC_MESSAGES/fdroidserver.po b/locale/nl/LC_MESSAGES/fdroidserver.po index d78f7292..a5f0f6e2 100644 --- a/locale/nl/LC_MESSAGES/fdroidserver.po +++ b/locale/nl/LC_MESSAGES/fdroidserver.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: fdroidserver 1.1-680-ge1d3de71\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-01-03 09:07+0000\n" "Last-Translator: Issa1553 \n" "Language-Team: Dutch \n" @@ -676,6 +676,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." @@ -693,6 +703,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 "" @@ -1280,6 +1294,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}" @@ -1491,6 +1517,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 "" @@ -1722,6 +1753,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 "" @@ -1919,6 +1954,11 @@ msgstr "" msgid "Using \"{path}\" for configuring s3cmd." msgstr "" +#: ../fdroidserver/deploy.py +#, python-brace-format +msgid "Using \"{path}\" for syncing with remote storage." +msgstr "" + #: ../fdroidserver/common.py msgid "Using APK Signature v2" msgstr "" @@ -1950,6 +1990,11 @@ msgstr "" msgid "Using existing keystore \"{path}\"" msgstr "" +#: ../fdroidserver/deploy.py +#, python-brace-format +msgid "Using rclone to sync with: {url}" +msgstr "" + #: ../fdroidserver/deploy.py #, python-brace-format msgid "Using s3cmd to sync with: {url}" @@ -2168,6 +2213,10 @@ msgstr "" msgid "deleting: repo/{apkfilename}" msgstr "" +#: ../fdroidserver/scanner.py +msgid "dependency file without lock" +msgstr "" + #: ../fdroidserver/common.py #, python-brace-format msgid "deployed process log {path} to {dest}" @@ -2496,6 +2545,11 @@ msgstr "" msgid "s3cmd sync indexes {path} to {url} and delete" msgstr "" +#: ../fdroidserver/deploy.py +#, python-brace-format +msgid "s3cmd syncs indexes from {path} to {url} and deletes removed" +msgstr "" + #: ../fdroidserver/scanner.py #, python-brace-format msgid "scanner cache is malformed! You can clear it with: '{clear}'" diff --git a/locale/sk/LC_MESSAGES/fdroidserver.po b/locale/sk/LC_MESSAGES/fdroidserver.po index c56e39c1..819fade6 100644 --- a/locale/sk/LC_MESSAGES/fdroidserver.po +++ b/locale/sk/LC_MESSAGES/fdroidserver.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: fdroidserver 1.0.6-349-g907c04ea\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: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -668,6 +668,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." @@ -685,6 +695,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 "" @@ -1272,6 +1286,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}" @@ -1483,6 +1509,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 "" @@ -1715,6 +1746,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 "" @@ -1912,6 +1947,11 @@ msgstr "" msgid "Using \"{path}\" for configuring s3cmd." msgstr "" +#: ../fdroidserver/deploy.py +#, python-brace-format +msgid "Using \"{path}\" for syncing with remote storage." +msgstr "" + #: ../fdroidserver/common.py msgid "Using APK Signature v2" msgstr "" @@ -1943,6 +1983,11 @@ msgstr "" msgid "Using existing keystore \"{path}\"" msgstr "" +#: ../fdroidserver/deploy.py +#, python-brace-format +msgid "Using rclone to sync with: {url}" +msgstr "" + #: ../fdroidserver/deploy.py #, python-brace-format msgid "Using s3cmd to sync with: {url}" @@ -2162,6 +2207,10 @@ msgstr "" msgid "deleting: repo/{apkfilename}" msgstr "" +#: ../fdroidserver/scanner.py +msgid "dependency file without lock" +msgstr "" + #: ../fdroidserver/common.py #, python-brace-format msgid "deployed process log {path} to {dest}" @@ -2490,6 +2539,11 @@ msgstr "" msgid "s3cmd sync indexes {path} to {url} and delete" msgstr "" +#: ../fdroidserver/deploy.py +#, python-brace-format +msgid "s3cmd syncs indexes from {path} to {url} and deletes removed" +msgstr "" + #: ../fdroidserver/scanner.py #, python-brace-format msgid "scanner cache is malformed! You can clear it with: '{clear}'" diff --git a/locale/sv/LC_MESSAGES/fdroidserver.po b/locale/sv/LC_MESSAGES/fdroidserver.po index b32bd3fa..83e44806 100644 --- a/locale/sv/LC_MESSAGES/fdroidserver.po +++ b/locale/sv/LC_MESSAGES/fdroidserver.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: fdroidserver 1.0.0-95-gd7af22b\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-04-24 08:39+0000\n" "Last-Translator: Kristoffer Grundström \n" "Language-Team: Swedish \n" @@ -673,6 +673,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." @@ -690,6 +700,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 "" @@ -1277,6 +1291,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}" @@ -1488,6 +1514,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 "" msgid "Using \"{path}\" for configuring s3cmd." msgstr "" +#: ../fdroidserver/deploy.py +#, python-brace-format +msgid "Using \"{path}\" for syncing with remote storage." +msgstr "" + #: ../fdroidserver/common.py msgid "Using APK Signature v2" msgstr "" @@ -1947,6 +1987,11 @@ msgstr "" msgid "Using existing keystore \"{path}\"" msgstr "" +#: ../fdroidserver/deploy.py +#, python-brace-format +msgid "Using rclone to sync with: {url}" +msgstr "" + #: ../fdroidserver/deploy.py #, python-brace-format msgid "Using s3cmd to sync with: {url}" @@ -2165,6 +2210,10 @@ msgstr "" msgid "deleting: repo/{apkfilename}" msgstr "" +#: ../fdroidserver/scanner.py +msgid "dependency file without lock" +msgstr "" + #: ../fdroidserver/common.py #, python-brace-format msgid "deployed process log {path} to {dest}" @@ -2493,6 +2542,11 @@ msgstr "" msgid "s3cmd sync indexes {path} to {url} and delete" msgstr "" +#: ../fdroidserver/deploy.py +#, python-brace-format +msgid "s3cmd syncs indexes from {path} to {url} and deletes removed" +msgstr "" + #: ../fdroidserver/scanner.py #, python-brace-format msgid "scanner cache is malformed! You can clear it with: '{clear}'" diff --git a/locale/ta/LC_MESSAGES/fdroidserver.po b/locale/ta/LC_MESSAGES/fdroidserver.po index 6f2df53a..f76bb61b 100644 --- a/locale/ta/LC_MESSAGES/fdroidserver.po +++ b/locale/ta/LC_MESSAGES/fdroidserver.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: fdroidserver 2.1-273-g54e84d87\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-01-25 11:40+0000\n" "Last-Translator: Naveen \n" "Language-Team: Tamil \n" @@ -668,6 +668,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." @@ -685,6 +695,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 "" @@ -1272,6 +1286,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}" @@ -1483,6 +1509,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 "" @@ -1714,6 +1745,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 "" @@ -1911,6 +1946,11 @@ msgstr "" msgid "Using \"{path}\" for configuring s3cmd." msgstr "" +#: ../fdroidserver/deploy.py +#, python-brace-format +msgid "Using \"{path}\" for syncing with remote storage." +msgstr "" + #: ../fdroidserver/common.py msgid "Using APK Signature v2" msgstr "" @@ -1942,6 +1982,11 @@ msgstr "" msgid "Using existing keystore \"{path}\"" msgstr "" +#: ../fdroidserver/deploy.py +#, python-brace-format +msgid "Using rclone to sync with: {url}" +msgstr "" + #: ../fdroidserver/deploy.py #, python-brace-format msgid "Using s3cmd to sync with: {url}" @@ -2160,6 +2205,10 @@ msgstr "" msgid "deleting: repo/{apkfilename}" msgstr "" +#: ../fdroidserver/scanner.py +msgid "dependency file without lock" +msgstr "" + #: ../fdroidserver/common.py #, python-brace-format msgid "deployed process log {path} to {dest}" @@ -2488,6 +2537,11 @@ msgstr "" msgid "s3cmd sync indexes {path} to {url} and delete" msgstr "" +#: ../fdroidserver/deploy.py +#, python-brace-format +msgid "s3cmd syncs indexes from {path} to {url} and deletes removed" +msgstr "" + #: ../fdroidserver/scanner.py #, python-brace-format msgid "scanner cache is malformed! You can clear it with: '{clear}'" diff --git a/locale/tzm/LC_MESSAGES/fdroidserver.po b/locale/tzm/LC_MESSAGES/fdroidserver.po index 8654ee12..22d89df4 100644 --- a/locale/tzm/LC_MESSAGES/fdroidserver.po +++ b/locale/tzm/LC_MESSAGES/fdroidserver.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: fdroidserver 1.1-681-gc19e8952\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: 2020-10-29 08:32+0000\n" "Last-Translator: Hakim Oubouali \n" "Language-Team: Central Atlas Tamazight \n" @@ -667,6 +667,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." @@ -684,6 +694,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 "" @@ -1271,6 +1285,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}" @@ -1482,6 +1508,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 "" @@ -1713,6 +1744,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 "" @@ -1910,6 +1945,11 @@ msgstr "" msgid "Using \"{path}\" for configuring s3cmd." msgstr "" +#: ../fdroidserver/deploy.py +#, python-brace-format +msgid "Using \"{path}\" for syncing with remote storage." +msgstr "" + #: ../fdroidserver/common.py msgid "Using APK Signature v2" msgstr "" @@ -1941,6 +1981,11 @@ msgstr "" msgid "Using existing keystore \"{path}\"" msgstr "" +#: ../fdroidserver/deploy.py +#, python-brace-format +msgid "Using rclone to sync with: {url}" +msgstr "" + #: ../fdroidserver/deploy.py #, python-brace-format msgid "Using s3cmd to sync with: {url}" @@ -2159,6 +2204,10 @@ msgstr "" msgid "deleting: repo/{apkfilename}" msgstr "" +#: ../fdroidserver/scanner.py +msgid "dependency file without lock" +msgstr "" + #: ../fdroidserver/common.py #, python-brace-format msgid "deployed process log {path} to {dest}" @@ -2487,6 +2536,11 @@ msgstr "" msgid "s3cmd sync indexes {path} to {url} and delete" msgstr "" +#: ../fdroidserver/deploy.py +#, python-brace-format +msgid "s3cmd syncs indexes from {path} to {url} and deletes removed" +msgstr "" + #: ../fdroidserver/scanner.py #, python-brace-format msgid "scanner cache is malformed! You can clear it with: '{clear}'" diff --git a/locale/ug/LC_MESSAGES/fdroidserver.po b/locale/ug/LC_MESSAGES/fdroidserver.po index 4d96c43c..05623704 100644 --- a/locale/ug/LC_MESSAGES/fdroidserver.po +++ b/locale/ug/LC_MESSAGES/fdroidserver.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: fdroidserver 1.0.0-95-gd7af22b\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: 2018-06-08 03:44+0000\n" "Last-Translator: ۋولقان \n" "Language-Team: Uyghur \n" @@ -668,6 +668,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." @@ -685,6 +695,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 "" @@ -1273,6 +1287,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}" @@ -1484,6 +1510,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 "" @@ -1715,6 +1746,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 "" @@ -1912,6 +1947,11 @@ msgstr "" msgid "Using \"{path}\" for configuring s3cmd." msgstr "" +#: ../fdroidserver/deploy.py +#, python-brace-format +msgid "Using \"{path}\" for syncing with remote storage." +msgstr "" + #: ../fdroidserver/common.py msgid "Using APK Signature v2" msgstr "" @@ -1943,6 +1983,11 @@ msgstr "" msgid "Using existing keystore \"{path}\"" msgstr "" +#: ../fdroidserver/deploy.py +#, python-brace-format +msgid "Using rclone to sync with: {url}" +msgstr "" + #: ../fdroidserver/deploy.py #, python-brace-format msgid "Using s3cmd to sync with: {url}" @@ -2161,6 +2206,10 @@ msgstr "" msgid "deleting: repo/{apkfilename}" msgstr "" +#: ../fdroidserver/scanner.py +msgid "dependency file without lock" +msgstr "" + #: ../fdroidserver/common.py #, python-brace-format msgid "deployed process log {path} to {dest}" @@ -2489,6 +2538,11 @@ msgstr "" msgid "s3cmd sync indexes {path} to {url} and delete" msgstr "" +#: ../fdroidserver/deploy.py +#, python-brace-format +msgid "s3cmd syncs indexes from {path} to {url} and deletes removed" +msgstr "" + #: ../fdroidserver/scanner.py #, python-brace-format msgid "scanner cache is malformed! You can clear it with: '{clear}'" From f6f962aaf4c5d9681cfd4e12111d872ab5ef58a3 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 10 Sep 2024 15:17:38 +0200 Subject: [PATCH 2/6] Translated using Weblate: Serbian (sr) by Hans-Christoph Steiner Currently translated at 97.9% (580 of 592 strings) Translated using Weblate: Romanian (ro) by Hans-Christoph Steiner Currently translated at 97.9% (580 of 592 strings) Translated using Weblate: Albanian (sq) by Hans-Christoph Steiner Currently translated at 90.5% (536 of 592 strings) Translated using Weblate: Polish (pl) by Hans-Christoph Steiner Currently translated at 96.4% (571 of 592 strings) Translated using Weblate: French (fr) by Hans-Christoph Steiner Currently translated at 93.2% (552 of 592 strings) Translated using Weblate: Italian (it) by Hans-Christoph Steiner Currently translated at 93.5% (554 of 592 strings) Translated using Weblate: Portuguese (Portugal) (pt_PT) by Hans-Christoph Steiner Currently translated at 97.9% (580 of 592 strings) Translated using Weblate: Portuguese (Brazil) (pt_BR) by Hans-Christoph Steiner Currently translated at 97.9% (580 of 592 strings) Co-authored-by: Hans-Christoph Steiner Co-authored-by: Hans-Christoph Steiner Translate-URL: https://hosted.weblate.org/projects/f-droid/fdroidserver/fr/ Translate-URL: https://hosted.weblate.org/projects/f-droid/fdroidserver/it/ Translate-URL: https://hosted.weblate.org/projects/f-droid/fdroidserver/pl/ 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/ro/ Translate-URL: https://hosted.weblate.org/projects/f-droid/fdroidserver/sq/ Translate-URL: https://hosted.weblate.org/projects/f-droid/fdroidserver/sr/ Translation: F-Droid/F-Droid Server --- locale/fr/LC_MESSAGES/fdroidserver.po | 34 ++++++++++------------ locale/it/LC_MESSAGES/fdroidserver.po | 36 ++++++++++-------------- locale/pl/LC_MESSAGES/fdroidserver.po | 12 ++++---- locale/pt_BR/LC_MESSAGES/fdroidserver.po | 10 +++---- locale/pt_PT/LC_MESSAGES/fdroidserver.po | 10 +++---- locale/ro/LC_MESSAGES/fdroidserver.po | 8 +++--- locale/sq/LC_MESSAGES/fdroidserver.po | 36 +++++++++++------------- locale/sr/LC_MESSAGES/fdroidserver.po | 7 +++-- 8 files changed, 70 insertions(+), 83 deletions(-) diff --git a/locale/fr/LC_MESSAGES/fdroidserver.po b/locale/fr/LC_MESSAGES/fdroidserver.po index 6c5bad80..64ebf993 100644 --- a/locale/fr/LC_MESSAGES/fdroidserver.po +++ b/locale/fr/LC_MESSAGES/fdroidserver.po @@ -41,15 +41,15 @@ msgstr "" "Project-Id-Version: fdroidserver 0.9\n" "Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n" "POT-Creation-Date: 2024-09-10 10:50+0200\n" -"PO-Revision-Date: 2024-06-09 16:09+0000\n" -"Last-Translator: Christopher Forzy \n" +"PO-Revision-Date: 2024-09-10 09:27+0000\n" +"Last-Translator: Hans-Christoph Steiner \n" "Language-Team: French \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 5.6-dev\n" +"X-Generator: Weblate 5.8-dev\n" #: ../fdroidserver/nightly.py msgid "" @@ -254,9 +254,9 @@ msgid "A URL is required as an argument!" msgstr "Une URL est requise en argument !" #: ../fdroidserver/common.py -#, fuzzy, python-brace-format +#, python-brace-format msgid "APK signatures have different certificates in {path}:" -msgstr "Aucun certificat signé trouvé dans {path}" +msgstr "" #: ../fdroidserver/__main__.py msgid "Add PGP signatures using GnuPG for packages in repo" @@ -875,7 +875,7 @@ msgstr "Plusieurs fichiers de bloc de signature JAR trouvé à {path}" #: ../fdroidserver/common.py #, fuzzy msgid "Found multiple Signer Certificates!" -msgstr "Plusieurs certificats de signature ont étés trouvés pour le référentiel." +msgstr "Plusieurs certificats de signature ont étés trouvés!" #: ../fdroidserver/metadata.py #, python-brace-format @@ -1295,7 +1295,7 @@ msgstr "Aucun dossier non signé — il n'y a rien à faire" #: ../fdroidserver/__main__.py #, fuzzy msgid "No version information could be found." -msgstr "aucune information sur la version n’a été trouvée" +msgstr "Aucune information sur la version n’a été trouvée." #: ../fdroidserver/common.py msgid "Not a valid size definition: \"{}\"" @@ -1468,9 +1468,8 @@ msgid "Pushing binary transparency log to {url}" msgstr "Envoyer les logs de transparence de la compilation vers {url}" #: ../fdroidserver/deploy.py -#, fuzzy msgid "Pushing to remote server failed!" -msgstr "Impossible de définir la branche par défaut du Git distant : \"%s\"" +msgstr "" #: ../fdroidserver/deploy.py #, python-brace-format @@ -1767,9 +1766,7 @@ msgstr "Voici les applications qui ont été archivées à partir du dépôt pri #: ../fdroidserver/mirror.py #, fuzzy msgid "This command should never be used to mirror f-droid.org! A full copy requires more than 600GB." -msgstr "" -"ERREUR : cette commande ne devrait jamais être utilisée pour copier f-droid.org !\n" -"Une copie de f-droid.org occupe plus de 200GB." +msgstr "Cette commande ne devrait jamais être utilisée pour copier f-droid.org ! Une copie occupe plus de 600GB." #: ../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." @@ -1948,7 +1945,7 @@ msgstr "UpdateCheckData URL non valide : {url}" #: ../fdroidserver/lint.py msgid "UpdateCheckMode is set but it looks like checkupdates hasn't been run yet." -msgstr "UpdateCheckMode est configuré mais on dirait que checkupdates n'a pas encore été lancé" +msgstr "UpdateCheckMode est configuré mais on dirait que checkupdates n'a pas encore été lancé." #. Translators: https://developer.android.com/studio/build/application-id #: ../fdroidserver/lint.py @@ -2426,9 +2423,9 @@ msgid "mirror '%s' does not end with 'fdroid'!" msgstr "le miroir «%s» ne se termine pas par «fdroid» !" #: ../fdroidserver/index.py -#, fuzzy, python-brace-format +#, python-brace-format msgid "mirrors set twice, in config.yml and {path}!" -msgstr "Maintenant, définissez-les dans config.yml :" +msgstr "" #: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py #: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py @@ -2612,9 +2609,8 @@ msgid "scanner cache is malformed! You can clear it with: '{clear}'" msgstr "l'analyse du cache est mal formée ! Vous pouvez le nettoyer avec : '{clear}'" #: ../fdroidserver/deploy.py -#, fuzzy msgid "serverwebroot: path does not end with \"fdroid\", perhaps you meant one of these:" -msgstr "local_copy_dir ne semble pas se terminer avec \"fdroid\", peut être voulez-vous dire : \"{path}\"" +msgstr "" #: ../fdroidserver/scanner.py msgid "shared library" @@ -2831,9 +2827,9 @@ msgid "{path} is not \"key: value\" dict, but a {datatype}!" msgstr "" #: ../fdroidserver/common.py -#, fuzzy, python-brace-format +#, python-brace-format msgid "{path} is not a standard config file!" -msgstr "'sdk_path' n'est pas configuré dans 'config.yml' !" +msgstr "" #: ../fdroidserver/index.py #, python-brace-format diff --git a/locale/it/LC_MESSAGES/fdroidserver.po b/locale/it/LC_MESSAGES/fdroidserver.po index 75e21d6a..69d9b987 100644 --- a/locale/it/LC_MESSAGES/fdroidserver.po +++ b/locale/it/LC_MESSAGES/fdroidserver.po @@ -6,7 +6,7 @@ # IvanDan , 2020, 2021. # Massimiliano Caniparoli , 2020. # x , 2020, 2021. -# Hans-Christoph Steiner , 2020. +# Hans-Christoph Steiner , 2020, 2024. # Francesco Saltori , 2020. # Francesco Esposito , 2021. # mondstern , 2021. @@ -22,15 +22,15 @@ msgstr "" "Project-Id-Version: fdroidserver 0.9\n" "Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n" "POT-Creation-Date: 2024-09-10 10:50+0200\n" -"PO-Revision-Date: 2024-04-13 17:01+0000\n" -"Last-Translator: Random \n" +"PO-Revision-Date: 2024-09-10 09:27+0000\n" +"Last-Translator: Hans-Christoph Steiner \n" "Language-Team: Italian \n" "Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.5-dev\n" +"X-Generator: Weblate 5.8-dev\n" #: ../fdroidserver/nightly.py msgid "" @@ -235,9 +235,9 @@ msgid "A URL is required as an argument!" msgstr "È richiesto un URL come argomento!" #: ../fdroidserver/common.py -#, fuzzy, python-brace-format +#, python-brace-format msgid "APK signatures have different certificates in {path}:" -msgstr "Nessun certificato di firma trovato in {path}" +msgstr "" #: ../fdroidserver/__main__.py msgid "Add PGP signatures using GnuPG for packages in repo" @@ -854,9 +854,8 @@ msgid "Found multiple JAR Signature Block Files in {path}" msgstr "Trovati più file di blocco della firma JAR in {path}" #: ../fdroidserver/common.py -#, fuzzy msgid "Found multiple Signer Certificates!" -msgstr "Trovati più certificati di firma per il repository." +msgstr "Trovati più certificati di firma per il repository!" #: ../fdroidserver/metadata.py #, python-brace-format @@ -1274,9 +1273,8 @@ msgid "No unsigned directory - nothing to do" msgstr "Nessuna directory non firmata - niente da fare" #: ../fdroidserver/__main__.py -#, fuzzy msgid "No version information could be found." -msgstr "nessuna informazione sulla versione trovata" +msgstr "Nessuna informazione sulla versione trovata." #: ../fdroidserver/common.py msgid "Not a valid size definition: \"{}\"" @@ -1449,9 +1447,8 @@ msgid "Pushing binary transparency log to {url}" msgstr "Invio del log di trasparenza binaria su {url}" #: ../fdroidserver/deploy.py -#, fuzzy msgid "Pushing to remote server failed!" -msgstr "Set-head remoto Git non riuscito: \"%s\"" +msgstr "" #: ../fdroidserver/deploy.py #, python-brace-format @@ -1748,9 +1745,7 @@ msgstr "Queste sono le applicazioni che sono state archiviate dal repo principal #: ../fdroidserver/mirror.py #, fuzzy msgid "This command should never be used to mirror f-droid.org! A full copy requires more than 600GB." -msgstr "" -"ERRORE: questo comando non deve mai essere utilizzato per il mirror f-droid.org!\n" -"L’intero mirror di f-droid.org richiede più di 200GB." +msgstr "Questo comando non deve mai essere utilizzato per il mirror f-droid.org! L’intero mirror richiede più di 600GB." #: ../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." @@ -2405,9 +2400,9 @@ msgid "mirror '%s' does not end with 'fdroid'!" msgstr "il mirror '%s' non finisce con 'fdroid'!" #: ../fdroidserver/index.py -#, fuzzy, python-brace-format +#, python-brace-format msgid "mirrors set twice, in config.yml and {path}!" -msgstr "Ora imposta i seguenti campi in config.yml:" +msgstr "" #: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py #: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py @@ -2591,9 +2586,8 @@ msgid "scanner cache is malformed! You can clear it with: '{clear}'" msgstr "la cache dello scanner è malformata! Puoi svuotarla con: '{clear}'" #: ../fdroidserver/deploy.py -#, fuzzy msgid "serverwebroot: path does not end with \"fdroid\", perhaps you meant one of these:" -msgstr "local_copy_dir not finisce con \"fdroid\", forse intendevi: \"{path}\"" +msgstr "" #: ../fdroidserver/scanner.py msgid "shared library" @@ -2810,9 +2804,9 @@ msgid "{path} is not \"key: value\" dict, but a {datatype}!" msgstr "" #: ../fdroidserver/common.py -#, fuzzy, python-brace-format +#, python-brace-format msgid "{path} is not a standard config file!" -msgstr "\"sdk_path\" non impostato in config.yml!" +msgstr "" #: ../fdroidserver/index.py #, python-brace-format diff --git a/locale/pl/LC_MESSAGES/fdroidserver.po b/locale/pl/LC_MESSAGES/fdroidserver.po index a87be9ef..e518d6c0 100644 --- a/locale/pl/LC_MESSAGES/fdroidserver.po +++ b/locale/pl/LC_MESSAGES/fdroidserver.po @@ -3,22 +3,22 @@ # WaldiS , 2020, 2021, 2024. # Michal L , 2020, 2021. # mondstern , 2021. -# Hans-Christoph Steiner , 2021. +# Hans-Christoph Steiner , 2021, 2024. # Agnieszka C , 2021, 2022, 2023, 2024. msgid "" msgstr "" "Project-Id-Version: fdroidserver 1.0.0-95-gd7af22b\n" "Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n" "POT-Creation-Date: 2024-09-10 10:50+0200\n" -"PO-Revision-Date: 2024-08-23 10:34+0000\n" -"Last-Translator: WaldiS \n" +"PO-Revision-Date: 2024-09-10 09:27+0000\n" +"Last-Translator: Hans-Christoph Steiner \n" "Language-Team: Polish \n" "Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -"X-Generator: Weblate 5.7.1-dev\n" +"X-Generator: Weblate 5.8-dev\n" #: ../fdroidserver/nightly.py msgid "" @@ -2785,9 +2785,9 @@ msgid "{path} has bad file signature \"{pattern}\", possible Janus exploit!" msgstr "{path} ma zły podpis pliku \"{pattern}\", możliwe wykorzystanie Janusa!" #: ../fdroidserver/deploy.py -#, fuzzy, python-brace-format +#, python-brace-format msgid "{path} has been flagged by virustotal {count} times:" -msgstr "{ścieżka} została oznaczona przez virustotal {liczba} razy:" +msgstr "{path} została oznaczona przez virustotal {count} razy:" #: ../fdroidserver/common.py #, python-brace-format diff --git a/locale/pt_BR/LC_MESSAGES/fdroidserver.po b/locale/pt_BR/LC_MESSAGES/fdroidserver.po index ce11b7db..ba1966a3 100644 --- a/locale/pt_BR/LC_MESSAGES/fdroidserver.po +++ b/locale/pt_BR/LC_MESSAGES/fdroidserver.po @@ -2,7 +2,7 @@ # Copyright (C) YEAR Free Software Foundation, Inc. # Wellington Terumi Uemura , 2020. # André Marcelo Alvarenga , 2020. -# Hans-Christoph Steiner , 2020. +# Hans-Christoph Steiner , 2020, 2024. # Rafael Fontenelle , 2020, 2021. # ssantos , 2020. # The Cats , 2020. @@ -16,15 +16,15 @@ msgstr "" "Project-Id-Version: fdroidserver 0.9\n" "Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n" "POT-Creation-Date: 2024-09-10 10:50+0200\n" -"PO-Revision-Date: 2024-07-07 07:41+0000\n" -"Last-Translator: lucasmz-dev \n" +"PO-Revision-Date: 2024-09-10 09:27+0000\n" +"Last-Translator: Hans-Christoph Steiner \n" "Language-Team: Portuguese (Brazil) \n" "Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 5.7-dev\n" +"X-Generator: Weblate 5.8-dev\n" #: ../fdroidserver/nightly.py msgid "" @@ -1912,7 +1912,7 @@ msgstr "UpdateCheckData não é uma URL válida: {url}" #: ../fdroidserver/lint.py msgid "UpdateCheckMode is set but it looks like checkupdates hasn't been run yet." -msgstr "UpdateCheckMode é definido, mas parece que likecheckupdates ainda não foi executado" +msgstr "UpdateCheckMode é definido, mas parece que likecheckupdates ainda não foi executado." #. Translators: https://developer.android.com/studio/build/application-id #: ../fdroidserver/lint.py diff --git a/locale/pt_PT/LC_MESSAGES/fdroidserver.po b/locale/pt_PT/LC_MESSAGES/fdroidserver.po index 499c48a8..8abe1d38 100644 --- a/locale/pt_PT/LC_MESSAGES/fdroidserver.po +++ b/locale/pt_PT/LC_MESSAGES/fdroidserver.po @@ -3,22 +3,22 @@ # This file is distributed under the same license as the PACKAGE package. # Manuela Silva , 2020. # ssantos , 2020, 2021, 2022, 2023, 2024. -# Hans-Christoph Steiner , 2020, 2022. +# Hans-Christoph Steiner , 2020, 2022, 2024. # Peter J. Mello , 2021. msgid "" msgstr "" "Project-Id-Version: fdroidserver 0.9\n" "Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n" "POT-Creation-Date: 2024-09-10 10:50+0200\n" -"PO-Revision-Date: 2024-08-12 18:05+0000\n" -"Last-Translator: ssantos \n" +"PO-Revision-Date: 2024-09-10 09:27+0000\n" +"Last-Translator: Hans-Christoph Steiner \n" "Language-Team: Portuguese (Portugal) \n" "Language: pt_PT\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 5.7-dev\n" +"X-Generator: Weblate 5.8-dev\n" #: ../fdroidserver/nightly.py msgid "" @@ -1906,7 +1906,7 @@ msgstr "UpdateCheckData não é uma URL válida: {url}" #: ../fdroidserver/lint.py msgid "UpdateCheckMode is set but it looks like checkupdates hasn't been run yet." -msgstr "UpdateCheckMode é definido, mas parece que likecheckupdates ainda não foi executado" +msgstr "UpdateCheckMode é definido, mas parece que likecheckupdates ainda não foi executado." #. Translators: https://developer.android.com/studio/build/application-id #: ../fdroidserver/lint.py diff --git a/locale/ro/LC_MESSAGES/fdroidserver.po b/locale/ro/LC_MESSAGES/fdroidserver.po index 446a39be..0d0e6456 100644 --- a/locale/ro/LC_MESSAGES/fdroidserver.po +++ b/locale/ro/LC_MESSAGES/fdroidserver.po @@ -10,15 +10,15 @@ msgstr "" "Project-Id-Version: fdroidserver 2.0a5-27-gf24eae0f\n" "Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n" "POT-Creation-Date: 2024-09-10 10:50+0200\n" -"PO-Revision-Date: 2024-05-17 08:01+0000\n" -"Last-Translator: Licaon Kter \n" +"PO-Revision-Date: 2024-09-10 09:27+0000\n" +"Last-Translator: Hans-Christoph Steiner \n" "Language-Team: Romanian \n" "Language: ro\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < 20)) ? 1 : 2;\n" -"X-Generator: Weblate 5.6-dev\n" +"X-Generator: Weblate 5.8-dev\n" #: ../fdroidserver/nightly.py msgid "" @@ -226,7 +226,7 @@ msgstr "Un URL este necesar ca argument!" #: ../fdroidserver/common.py #, python-brace-format msgid "APK signatures have different certificates in {path}:" -msgstr "Semnăturile APK au certificate diferite în {path}" +msgstr "Semnăturile APK au certificate diferite în {path}:" #: ../fdroidserver/__main__.py msgid "Add PGP signatures using GnuPG for packages in repo" diff --git a/locale/sq/LC_MESSAGES/fdroidserver.po b/locale/sq/LC_MESSAGES/fdroidserver.po index efee1b91..fa3a5139 100644 --- a/locale/sq/LC_MESSAGES/fdroidserver.po +++ b/locale/sq/LC_MESSAGES/fdroidserver.po @@ -1,21 +1,21 @@ # SOME DESCRIPTIVE TITLE. # This file is put in the public domain. # Besnik Bleta , 2020, 2021, 2022, 2023, 2024. -# Hans-Christoph Steiner , 2020, 2021. +# Hans-Christoph Steiner , 2020, 2021, 2024. msgid "" msgstr "" "Project-Id-Version: fdroidserver 1.0.6-349-g907c04ea\n" "Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n" "POT-Creation-Date: 2024-09-10 10:50+0200\n" -"PO-Revision-Date: 2024-02-20 18:58+0000\n" -"Last-Translator: Besnik Bleta \n" +"PO-Revision-Date: 2024-09-10 09:27+0000\n" +"Last-Translator: Hans-Christoph Steiner \n" "Language-Team: Albanian \n" "Language: sq\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.5-dev\n" +"X-Generator: Weblate 5.8-dev\n" #: ../fdroidserver/nightly.py msgid "" @@ -220,9 +220,9 @@ msgid "A URL is required as an argument!" msgstr "Lypset një URL si argument!" #: ../fdroidserver/common.py -#, fuzzy, python-brace-format +#, python-brace-format msgid "APK signatures have different certificates in {path}:" -msgstr "S’u gjetën dëshmi nënshkrimi te {path}" +msgstr "" #: ../fdroidserver/__main__.py msgid "Add PGP signatures using GnuPG for packages in repo" @@ -841,7 +841,7 @@ msgstr "Te {path} u gjetën Kartela të shumta JAR Blloqesh Nënshkrimi" #: ../fdroidserver/common.py #, fuzzy msgid "Found multiple Signer Certificates!" -msgstr "U gjetën dëshmi të shumta nënshkrimi për depon." +msgstr "U gjetën dëshmi të shumta nënshkrimi për depon!" #: ../fdroidserver/metadata.py #, python-brace-format @@ -1261,7 +1261,7 @@ msgstr "S’ka drejtori të panënshkruar - s’ka ç’bëhet" #: ../fdroidserver/__main__.py #, fuzzy msgid "No version information could be found." -msgstr "s’u gjetën hollësi versioni" +msgstr "s’u gjetën hollësi versioni." #: ../fdroidserver/common.py msgid "Not a valid size definition: \"{}\"" @@ -1434,9 +1434,8 @@ msgid "Pushing binary transparency log to {url}" msgstr "" #: ../fdroidserver/deploy.py -#, fuzzy msgid "Pushing to remote server failed!" -msgstr "Veprimi “git remote set-head” dështoi: “%s”" +msgstr "" #: ../fdroidserver/deploy.py #, python-brace-format @@ -1733,9 +1732,7 @@ msgstr "Këto janë aplikacionet që janë arkivuar nga depoja kryesore." #: ../fdroidserver/mirror.py #, fuzzy msgid "This command should never be used to mirror f-droid.org! A full copy requires more than 600GB." -msgstr "" -"GABIM: ky urdhër s’duhet përdorur kurrë për krijimin e një pasqyre të f-droid.org!\n" -"Një pasqyrë e plotë e f-droid.org lyp më tepër se 200GB." +msgstr "Ky urdhër s’duhet përdorur kurrë për krijimin e një pasqyre të f-droid.org! Një pasqyrë e plotë lyp më tepër se 600GB." #: ../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." @@ -1913,7 +1910,7 @@ msgstr "UpdateCheckData s’është URL e vlefshme: {url}" #: ../fdroidserver/lint.py msgid "UpdateCheckMode is set but it looks like checkupdates hasn't been run yet." -msgstr "UpdateCheckMode është ujdisur, por duket sikur checkupdates s’është xhiruar ende" +msgstr "UpdateCheckMode është ujdisur, por duket sikur checkupdates s’është xhiruar ende." #. Translators: https://developer.android.com/studio/build/application-id #: ../fdroidserver/lint.py @@ -2391,9 +2388,9 @@ msgid "mirror '%s' does not end with 'fdroid'!" msgstr "pasqyra '%s' s’përfundon me 'fdroid'!" #: ../fdroidserver/index.py -#, fuzzy, python-brace-format +#, python-brace-format msgid "mirrors set twice, in config.yml and {path}!" -msgstr "Tani, ujdisini këto te config.yml:" +msgstr "" #: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py #: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py @@ -2577,9 +2574,8 @@ msgid "scanner cache is malformed! You can clear it with: '{clear}'" msgstr "fshehtina e kontrollorit është e keqformuar! Mund ta spastroni me: “{clear}”" #: ../fdroidserver/deploy.py -#, fuzzy msgid "serverwebroot: path does not end with \"fdroid\", perhaps you meant one of these:" -msgstr "local_copy_dir does s’mbaron me “fdroid”, ndoshta kishit në mendje: “{path}”" +msgstr "" #: ../fdroidserver/scanner.py msgid "shared library" @@ -2796,9 +2792,9 @@ msgid "{path} is not \"key: value\" dict, but a {datatype}!" msgstr "" #: ../fdroidserver/common.py -#, fuzzy, python-brace-format +#, python-brace-format msgid "{path} is not a standard config file!" -msgstr "'sdk_path' te 'config.yml' s’është ujdisur!" +msgstr "" #: ../fdroidserver/index.py #, python-brace-format diff --git a/locale/sr/LC_MESSAGES/fdroidserver.po b/locale/sr/LC_MESSAGES/fdroidserver.po index c45ba575..0cd559ce 100644 --- a/locale/sr/LC_MESSAGES/fdroidserver.po +++ b/locale/sr/LC_MESSAGES/fdroidserver.po @@ -3,13 +3,14 @@ # Саша Петровић , 2022. # Đorđe Vasiljević , 2022. # Reno Tx , 2024. +# Hans-Christoph Steiner , 2024. msgid "" msgstr "" "Project-Id-Version: fdroidserver 2.1b0\n" "Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n" "POT-Creation-Date: 2024-09-10 10:50+0200\n" -"PO-Revision-Date: 2024-09-07 00:41+0000\n" -"Last-Translator: Reno Tx \n" +"PO-Revision-Date: 2024-09-10 09:27+0000\n" +"Last-Translator: Hans-Christoph Steiner \n" "Language-Team: Serbian \n" "Language: sr\n" "MIME-Version: 1.0\n" @@ -1202,7 +1203,7 @@ msgstr "Нема информација." #: ../fdroidserver/checkupdates.py msgid "No matching tags found" -msgstr "Нема одговарајућих ознака." +msgstr "Нема одговарајућих ознака" #: ../fdroidserver/update.py #, python-brace-format From eb68ae3d8ced4921fa9a88b31a96eaa954641d40 Mon Sep 17 00:00:00 2001 From: Besnik Bleta Date: Tue, 10 Sep 2024 15:17:38 +0200 Subject: [PATCH 3/6] Translated using Weblate: Albanian (sq) by Besnik Bleta Currently translated at 93.2% (552 of 592 strings) Co-authored-by: Besnik Bleta Translate-URL: https://hosted.weblate.org/projects/f-droid/fdroidserver/sq/ Translation: F-Droid/F-Droid Server --- locale/sq/LC_MESSAGES/fdroidserver.po | 57 +++++++++++---------------- 1 file changed, 23 insertions(+), 34 deletions(-) diff --git a/locale/sq/LC_MESSAGES/fdroidserver.po b/locale/sq/LC_MESSAGES/fdroidserver.po index fa3a5139..aa35d795 100644 --- a/locale/sq/LC_MESSAGES/fdroidserver.po +++ b/locale/sq/LC_MESSAGES/fdroidserver.po @@ -7,8 +7,8 @@ msgstr "" "Project-Id-Version: fdroidserver 1.0.6-349-g907c04ea\n" "Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n" "POT-Creation-Date: 2024-09-10 10:50+0200\n" -"PO-Revision-Date: 2024-09-10 09:27+0000\n" -"Last-Translator: Hans-Christoph Steiner \n" +"PO-Revision-Date: 2024-09-10 10:20+0000\n" +"Last-Translator: Besnik Bleta \n" "Language-Team: Albanian \n" "Language: sq\n" "MIME-Version: 1.0\n" @@ -222,7 +222,7 @@ msgstr "Lypset një URL si argument!" #: ../fdroidserver/common.py #, python-brace-format msgid "APK signatures have different certificates in {path}:" -msgstr "" +msgstr "Nënshkrimet APK kanë dëshmi të ndryshme te {path}:" #: ../fdroidserver/__main__.py msgid "Add PGP signatures using GnuPG for packages in repo" @@ -302,9 +302,8 @@ msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" but AutoUpdateMode msgstr "Aplikacioni ka NoSourceSince ose ArchivePolicy “0 versione”, por AutoUpdateMode ose UpdateCheckMode janë vënë si “Asnjë”" #: ../fdroidserver/lint.py -#, fuzzy msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" or 0 but AutoUpdateMode or UpdateCheckMode are not None" -msgstr "Aplikacioni ka NoSourceSince ose ArchivePolicy “0 versione”, por AutoUpdateMode ose UpdateCheckMode janë vënë si “Asnjë”" +msgstr "Aplikacioni ka NoSourceSince ose ArchivePolicy “0 versione”, ose 0, por AutoUpdateMode ose UpdateCheckMode janë vënë si “Asnjë”" #: ../fdroidserver/lint.py #, python-brace-format @@ -839,9 +838,8 @@ msgid "Found multiple JAR Signature Block Files in {path}" msgstr "Te {path} u gjetën Kartela të shumta JAR Blloqesh Nënshkrimi" #: ../fdroidserver/common.py -#, fuzzy msgid "Found multiple Signer Certificates!" -msgstr "U gjetën dëshmi të shumta nënshkrimi për depon!" +msgstr "U gjetën Dëshmi të shumta Nënshkruesi!" #: ../fdroidserver/metadata.py #, python-brace-format @@ -908,9 +906,8 @@ msgid "Git reset failed" msgstr "Veprimi “git reset” dështoi" #: ../fdroidserver/common.py -#, fuzzy msgid "Git submodule deinit failed" -msgstr "Veprimi “git submodule update” dështoi" +msgstr "Veprimi “git submodule deinit” dështoi" #: ../fdroidserver/common.py msgid "Git submodule sync failed" @@ -1259,9 +1256,8 @@ msgid "No unsigned directory - nothing to do" msgstr "S’ka drejtori të panënshkruar - s’ka ç’bëhet" #: ../fdroidserver/__main__.py -#, fuzzy msgid "No version information could be found." -msgstr "s’u gjetën hollësi versioni." +msgstr "S’u gjetën hollësi versioni." #: ../fdroidserver/common.py msgid "Not a valid size definition: \"{}\"" @@ -1471,9 +1467,8 @@ msgid "Reading {apkfilename} from cache" msgstr "Po lexohet {apkfilename} prej fshehtine" #: ../fdroidserver/build.py -#, fuzzy msgid "Refresh and cache scanner rules and signatures from the network" -msgstr "sill nga interneti versionin më të ri të nënshkrimeve" +msgstr "Rifresko dhe ruaj në fshehtinë rregulla skaneri nga rrjeti" #: ../fdroidserver/common.py msgid "Removing specified files" @@ -1730,9 +1725,8 @@ msgid "These are the apps that have been archived from the main repo." msgstr "Këto janë aplikacionet që janë arkivuar nga depoja kryesore." #: ../fdroidserver/mirror.py -#, fuzzy msgid "This command should never be used to mirror f-droid.org! A full copy requires more than 600GB." -msgstr "Ky urdhër s’duhet përdorur kurrë për krijimin e një pasqyre të f-droid.org! Një pasqyrë e plotë lyp më tepër se 600GB." +msgstr "Ky urdhër s’duhet përdorur kurrë për krijimin e një pasqyre të f-droid.org! Një kopje e plotë lyp më tepër se 600GB." #: ../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." @@ -1768,9 +1762,8 @@ msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in con msgstr "Për të përdorur awsbucket, te config.yml duhen ujdisur edhe awssecretkey dhe awsaccesskey!" #: ../fdroidserver/deploy.py -#, fuzzy msgid "To use rclone, rclone_config and awsbucket must be set in config.yml!" -msgstr "Për të përdorur awsbucket, te config.yml duhen ujdisur edhe awssecretkey dhe awsaccesskey!" +msgstr "Që të përdorni rclone, rclone_config dhe awsbucket duhen ujdisur te config.yml!" #: ../fdroidserver/lint.py msgid "URL must start with https:// or http://" @@ -1914,7 +1907,6 @@ msgstr "UpdateCheckMode është ujdisur, por duket sikur checkupdates s’ësht #. Translators: https://developer.android.com/studio/build/application-id #: ../fdroidserver/lint.py -#, fuzzy msgid "UpdateCheckMode is set but it looks likecheckupdates hasn't been run yet" msgstr "UpdateCheckMode është ujdisur, por duket sikur checkupdates s’është xhiruar ende" @@ -1946,9 +1938,8 @@ msgid "Usage: %s\n" msgstr "Përdorim: %s\n" #: ../fdroidserver/lint.py -#, fuzzy msgid "Use /HEAD instead of /master or /main to point at a file in the default branch" -msgstr "Për të treguar një kartelë te dega parazgjedhje, përdorni /HEAD, në vend se /master" +msgstr "Për të treguar një kartelë te dega parazgjedhje, përdorni /HEAD, në vend se /master apo /main" #: ../fdroidserver/lint.py msgid "Use /HEAD instead of /master to point at a file in the default branch" @@ -1972,9 +1963,9 @@ msgid "Using \"{path}\" for configuring s3cmd." msgstr "Po përdoret “{path}” për formësim të s3cmd." #: ../fdroidserver/deploy.py -#, fuzzy, python-brace-format +#, python-brace-format msgid "Using \"{path}\" for syncing with remote storage." -msgstr "Po përdoret “{path}” për formësim të s3cmd." +msgstr "Po përdoret “{path}” për njëkohësim me depozitë të largët." #: ../fdroidserver/common.py msgid "Using APK Signature v2" @@ -1985,9 +1976,8 @@ msgid "Using APK Signature v3" msgstr "Po përdoret Nënshkrimi APK-je v3" #: ../fdroidserver/common.py -#, fuzzy msgid "Using JAR Signature" -msgstr "Po përdoret Nënshkrimi APK-je v2" +msgstr "Po përdoret Nënshkrim JAR" #: ../fdroidserver/common.py msgid "Using Java's jarsigner, not recommended for verifying APKs! Use apksigner" @@ -2009,9 +1999,9 @@ msgid "Using existing keystore \"{path}\"" msgstr "Po përdoret depo ekzistuese kyçesh “{path}”" #: ../fdroidserver/deploy.py -#, fuzzy, python-brace-format +#, python-brace-format msgid "Using rclone to sync with: {url}" -msgstr "Po përdoret s3cmd për njëkohësim me: {url}" +msgstr "Po përdoret rclone për njëkohësim me: {url}" #: ../fdroidserver/deploy.py #, python-brace-format @@ -2205,9 +2195,8 @@ msgid "could not parse '{path}'" msgstr "s’u përtyp dot '{path}'" #: ../fdroidserver/common.py -#, fuzzy msgid "could not parse srclib spec (no name specified): '{}'" -msgstr "s’u përtyp dot specifikim scrlib (s’u dha referencë): '{}'" +msgstr "s’u përtyp dot specifikim scrlib (s’u dha emër): '{}'" #: ../fdroidserver/common.py msgid "could not parse srclib spec (no ref specified): '{}'" @@ -2561,12 +2550,12 @@ msgstr "ruamel.yaml s’është i instaluar, s’mund të shkruhen tejtëdhëna. #: ../fdroidserver/deploy.py #, python-brace-format msgid "s3cmd sync indexes {path} to {url} and delete" -msgstr "s3cmd sync indexes {path} to {url} and delete" +msgstr "" #: ../fdroidserver/deploy.py -#, fuzzy, python-brace-format +#, python-brace-format msgid "s3cmd syncs indexes from {path} to {url} and deletes removed" -msgstr "s3cmd sync indexes {path} to {url} and delete" +msgstr "" #: ../fdroidserver/scanner.py #, python-brace-format @@ -2794,17 +2783,17 @@ msgstr "" #: ../fdroidserver/common.py #, python-brace-format msgid "{path} is not a standard config file!" -msgstr "" +msgstr "{path} s’është kartelë standarde formësimi!" #: ../fdroidserver/index.py #, python-brace-format msgid "{path} is not list, but a {datatype}!" -msgstr "" +msgstr "{path} s’është listë, por një {datatype}!" #: ../fdroidserver/common.py #, python-brace-format msgid "{path} is not {expected_type}, but a {datatype}!" -msgstr "" +msgstr "{path} s’është {expected_type}, por një {datatype}!" #: ../fdroidserver/update.py #, python-brace-format From c326fc961d61fa5092853d22e97357966e3a9ec6 Mon Sep 17 00:00:00 2001 From: gallegonovato Date: Tue, 10 Sep 2024 15:17:38 +0200 Subject: [PATCH 4/6] Translated using Weblate: Spanish (es) by gallegonovato Currently translated at 100.0% (592 of 592 strings) Co-authored-by: gallegonovato Translate-URL: https://hosted.weblate.org/projects/f-droid/fdroidserver/es/ Translation: F-Droid/F-Droid Server --- locale/es/LC_MESSAGES/fdroidserver.po | 35 +++++++++++++-------------- 1 file changed, 17 insertions(+), 18 deletions(-) diff --git a/locale/es/LC_MESSAGES/fdroidserver.po b/locale/es/LC_MESSAGES/fdroidserver.po index d625ff0a..cb7cb863 100644 --- a/locale/es/LC_MESSAGES/fdroidserver.po +++ b/locale/es/LC_MESSAGES/fdroidserver.po @@ -18,7 +18,7 @@ msgstr "" "Project-Id-Version: fdroidserver 0.9\n" "Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n" "POT-Creation-Date: 2024-09-10 10:50+0200\n" -"PO-Revision-Date: 2024-05-26 07:09+0000\n" +"PO-Revision-Date: 2024-09-10 13:17+0000\n" "Last-Translator: gallegonovato \n" "Language-Team: Spanish \n" "Language: es\n" @@ -26,7 +26,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.6-dev\n" +"X-Generator: Weblate 5.8-dev\n" #: ../fdroidserver/nightly.py msgid "" @@ -688,12 +688,12 @@ msgstr "ERROR: host git no soportado \"%s\", ¡parches bienvenidos!" #: ../fdroidserver/lint.py #, python-brace-format msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!" -msgstr "" +msgstr "ERROR: ¡{key} en {path} no es un \"archivo\" o un \"repositorio\"!" #: ../fdroidserver/lint.py #, python-brace-format msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!" -msgstr "" +msgstr "ERROR: ¡{key}:{subkey} en {path} no está en las claves permitidas: {allowed_keys}!" #: ../fdroidserver/__main__.py #, python-brace-format @@ -716,7 +716,7 @@ msgstr "¡La variable de entorno {var} de {configname} no tiene valor asignado!" #: ../fdroidserver/deploy.py msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)" -msgstr "" +msgstr "Error desplegando 'github_releases', {} no está presente. (Puede que necesites ejecutar `fdroid update` primero)" #: ../fdroidserver/import_subcommand.py msgid "Error while getting repo address" @@ -1307,15 +1307,15 @@ msgstr "Maquina desconectada. Saltando la generación del repositorio espejo git #: ../fdroidserver/deploy.py msgid "One of the 'github_releases' config items is missing the 'projectUrl' value. skipping ..." -msgstr "" +msgstr "A uno de los elementos de configuración 'github_releases' le falta el valor 'projectUrl'. omitiendo ..." #: ../fdroidserver/deploy.py msgid "One of the 'github_releases' config itmes is missing the 'packageNames' value. skipping ..." -msgstr "" +msgstr "A uno de los elementos de configuración de 'github_releases' le falta el valor 'packageNames'. omitiendo ..." #: ../fdroidserver/deploy.py msgid "One of the 'github_releases' config itmes is missing the 'token' value. skipping ..." -msgstr "" +msgstr "A uno de los elementos de configuración 'github_releases' le falta el valor 'token'. Omitiendo ..." #: ../fdroidserver/update.py #, python-brace-format @@ -1531,7 +1531,7 @@ msgstr "Ejecutar en repositorio git con cambios pendientes" #: ../fdroidserver/nightly.py #, python-brace-format msgid "Run over {cibase} to find -debug.apk. and skip repo_basedir {repo_basedir}" -msgstr "" +msgstr "Ejecutar sobre {cibase} para encontrar -debug.apk. y omitir repo_basedir {repo_basedir}" #: ../fdroidserver/lint.py msgid "Run rewritemeta to fix formatting" @@ -1772,9 +1772,8 @@ msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in con msgstr "¡Para usar awsbucket hay que configurar también awssecretkey y awsaccesskeyid en config.yml!" #: ../fdroidserver/deploy.py -#, fuzzy msgid "To use rclone, rclone_config and awsbucket must be set in config.yml!" -msgstr "¡Para usar awsbucket hay que configurar también awssecretkey y awsaccesskeyid en config.yml!" +msgstr "¡Para utilizar rclone, rclone_config y awsbucket deben estar configurados en config.yml!" #: ../fdroidserver/lint.py msgid "URL must start with https:// or http://" @@ -1974,9 +1973,9 @@ msgid "Using \"{path}\" for configuring s3cmd." msgstr "Usando \"{path}\" para configurar s3cmd." #: ../fdroidserver/deploy.py -#, fuzzy, python-brace-format +#, python-brace-format msgid "Using \"{path}\" for syncing with remote storage." -msgstr "Usando \"{path}\" para configurar s3cmd." +msgstr "Usando \"{path}\" para sincronizar con almacenamiento remoto." #: ../fdroidserver/common.py msgid "Using APK Signature v2" @@ -2010,9 +2009,9 @@ msgid "Using existing keystore \"{path}\"" msgstr "Usando almacén de claves existente \"{path}\"" #: ../fdroidserver/deploy.py -#, fuzzy, python-brace-format +#, python-brace-format msgid "Using rclone to sync with: {url}" -msgstr "Usando s3cmd para sincronizar con: {url}" +msgstr "Usando rclone para sincronizar con: {url}" #: ../fdroidserver/deploy.py #, python-brace-format @@ -2234,7 +2233,7 @@ msgstr "eliminando: repo/{apkfilename}" #: ../fdroidserver/scanner.py msgid "dependency file without lock" -msgstr "" +msgstr "archivo de dependencia sin bloqueo" #: ../fdroidserver/common.py #, python-brace-format @@ -2564,9 +2563,9 @@ msgid "s3cmd sync indexes {path} to {url} and delete" msgstr "s3cmd sync indexa {path} a {url} y elimina" #: ../fdroidserver/deploy.py -#, fuzzy, python-brace-format +#, python-brace-format msgid "s3cmd syncs indexes from {path} to {url} and deletes removed" -msgstr "s3cmd sync indexa {path} a {url} y elimina" +msgstr "s3cmd sincroniza los índices de {path} a {url} y borra los eliminados" #: ../fdroidserver/scanner.py #, python-brace-format From 41b9419740e8b3d65fb55c9990991b2e6b48bbd2 Mon Sep 17 00:00:00 2001 From: Jose Delvani Date: Tue, 10 Sep 2024 15:17:38 +0200 Subject: [PATCH 5/6] Translated using Weblate: Portuguese (Brazil) (pt_BR) by Jose Delvani Currently translated at 100.0% (592 of 592 strings) Co-authored-by: Jose Delvani Translate-URL: https://hosted.weblate.org/projects/f-droid/fdroidserver/pt_BR/ Translation: F-Droid/F-Droid Server --- locale/pt_BR/LC_MESSAGES/fdroidserver.po | 36 ++++++++++++------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/locale/pt_BR/LC_MESSAGES/fdroidserver.po b/locale/pt_BR/LC_MESSAGES/fdroidserver.po index ba1966a3..824a49c2 100644 --- a/locale/pt_BR/LC_MESSAGES/fdroidserver.po +++ b/locale/pt_BR/LC_MESSAGES/fdroidserver.po @@ -11,13 +11,14 @@ # The Cats , 2023. # lucasmz-dev , 2024. # Jose Delvani , 2024. +# Jose Delvani , 2024. msgid "" msgstr "" "Project-Id-Version: fdroidserver 0.9\n" "Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n" "POT-Creation-Date: 2024-09-10 10:50+0200\n" -"PO-Revision-Date: 2024-09-10 09:27+0000\n" -"Last-Translator: Hans-Christoph Steiner \n" +"PO-Revision-Date: 2024-09-10 13:17+0000\n" +"Last-Translator: Jose Delvani \n" "Language-Team: Portuguese (Brazil) \n" "Language: pt_BR\n" "MIME-Version: 1.0\n" @@ -686,12 +687,12 @@ msgstr "ERRO: host de git \"%s\" não suportado, patches são bem-vindos!" #: ../fdroidserver/lint.py #, python-brace-format msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!" -msgstr "" +msgstr "ERRO: {key} em {path} não é um \"arquivamento\" ou \"repositório\"!" #: ../fdroidserver/lint.py #, python-brace-format msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!" -msgstr "" +msgstr "ERRO: {key}:{subkey} em {path} não está nas chaves permitidas: {allowed_keys}!" #: ../fdroidserver/__main__.py #, python-brace-format @@ -714,7 +715,7 @@ msgstr "A variável de ambiente {var} de {configname} não está definida!" #: ../fdroidserver/deploy.py msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)" -msgstr "" +msgstr "Erro ao implementar 'github_releases', {} não está presente. (Talvez seja necessário executar `fdroid update` primeiro)" #: ../fdroidserver/import_subcommand.py msgid "Error while getting repo address" @@ -1305,15 +1306,15 @@ msgstr "A máquina está desconectada, pulando geração de espelhos de git até #: ../fdroidserver/deploy.py msgid "One of the 'github_releases' config items is missing the 'projectUrl' value. skipping ..." -msgstr "" +msgstr "Um dos itens de configuração 'github_releases' está faltando o valor 'projectUrl'. ignorando ..." #: ../fdroidserver/deploy.py msgid "One of the 'github_releases' config itmes is missing the 'packageNames' value. skipping ..." -msgstr "" +msgstr "Um dos itens de configuração 'github_releases' está faltando o valor 'packageNames'. ignorando ..." #: ../fdroidserver/deploy.py msgid "One of the 'github_releases' config itmes is missing the 'token' value. skipping ..." -msgstr "" +msgstr "Um dos itens de configuração 'github_releases' está faltando o valor 'token'. ignorando ..." #: ../fdroidserver/update.py #, python-brace-format @@ -1529,7 +1530,7 @@ msgstr "Executar no repositório do Git que tenha alterações não confirmadas" #: ../fdroidserver/nightly.py #, python-brace-format msgid "Run over {cibase} to find -debug.apk. and skip repo_basedir {repo_basedir}" -msgstr "" +msgstr "Execute {cibase} para encontrar -debug.apk. e ignore repo_basedir {repo_basedir}" #: ../fdroidserver/lint.py msgid "Run rewritemeta to fix formatting" @@ -1770,9 +1771,8 @@ msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in con msgstr "Para usar awsbucket, os awssecretkey e awsaccesskeyid também devem ser definidos no config.yml!" #: ../fdroidserver/deploy.py -#, fuzzy msgid "To use rclone, rclone_config and awsbucket must be set in config.yml!" -msgstr "Para usar awsbucket, os awssecretkey e awsaccesskeyid também devem ser definidos no config.yml!" +msgstr "Para usar rclone, rclone_config e awsbucket devem ser configurados em config.yml!" #: ../fdroidserver/lint.py msgid "URL must start with https:// or http://" @@ -1972,9 +1972,9 @@ msgid "Using \"{path}\" for configuring s3cmd." msgstr "Usando \"{path}\" para configurar s3cmd." #: ../fdroidserver/deploy.py -#, fuzzy, python-brace-format +#, python-brace-format msgid "Using \"{path}\" for syncing with remote storage." -msgstr "Usando \"{path}\" para configurar s3cmd." +msgstr "Usando \"{path}\" para sincronização com armazenamento remoto." #: ../fdroidserver/common.py msgid "Using APK Signature v2" @@ -2008,9 +2008,9 @@ msgid "Using existing keystore \"{path}\"" msgstr "Utilizando armazenamento de chave existente \"{path}\"" #: ../fdroidserver/deploy.py -#, fuzzy, python-brace-format +#, python-brace-format msgid "Using rclone to sync with: {url}" -msgstr "Usando s3cmd para sincronizar com: {url}" +msgstr "Usando rclone para sincronizar com: {url}" #: ../fdroidserver/deploy.py #, python-brace-format @@ -2232,7 +2232,7 @@ msgstr "apagando: repo/{apkfilename}" #: ../fdroidserver/scanner.py msgid "dependency file without lock" -msgstr "" +msgstr "arquivo de dependência sem bloqueio" #: ../fdroidserver/common.py #, python-brace-format @@ -2562,9 +2562,9 @@ msgid "s3cmd sync indexes {path} to {url} and delete" msgstr "s3cmd sincroniza índices {path} para {url} e exclui" #: ../fdroidserver/deploy.py -#, fuzzy, python-brace-format +#, python-brace-format msgid "s3cmd syncs indexes from {path} to {url} and deletes removed" -msgstr "s3cmd sincroniza índices {path} para {url} e exclui" +msgstr "s3cmd sincroniza os índices de {path} para {url} e exclui os índices removidos" #: ../fdroidserver/scanner.py #, python-brace-format From 492d4a56191c92fb032313a657f8d910f47521ed Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 10 Sep 2024 17:00:37 +0200 Subject: [PATCH 6/6] fix typo in translatable string: s,itmes,items,g --- fdroidserver/deploy.py | 4 ++-- locale/ar/LC_MESSAGES/fdroidserver.po | 4 ++-- locale/az/LC_MESSAGES/fdroidserver.po | 4 ++-- locale/be/LC_MESSAGES/fdroidserver.po | 4 ++-- locale/bg/LC_MESSAGES/fdroidserver.po | 4 ++-- locale/bn/LC_MESSAGES/fdroidserver.po | 4 ++-- locale/bo/LC_MESSAGES/fdroidserver.po | 4 ++-- locale/ca/LC_MESSAGES/fdroidserver.po | 4 ++-- locale/cs/LC_MESSAGES/fdroidserver.po | 4 ++-- locale/cy/LC_MESSAGES/fdroidserver.po | 4 ++-- locale/de/LC_MESSAGES/fdroidserver.po | 4 ++-- locale/el/LC_MESSAGES/fdroidserver.po | 4 ++-- locale/es/LC_MESSAGES/fdroidserver.po | 4 ++-- locale/es_AR/LC_MESSAGES/fdroidserver.po | 4 ++-- locale/es_MX/LC_MESSAGES/fdroidserver.po | 4 ++-- locale/eu/LC_MESSAGES/fdroidserver.po | 4 ++-- locale/fa/LC_MESSAGES/fdroidserver.po | 4 ++-- locale/fdroidserver.pot | 4 ++-- locale/fi/LC_MESSAGES/fdroidserver.po | 4 ++-- locale/fr/LC_MESSAGES/fdroidserver.po | 4 ++-- locale/fy/LC_MESSAGES/fdroidserver.po | 4 ++-- locale/he/LC_MESSAGES/fdroidserver.po | 4 ++-- locale/hi/LC_MESSAGES/fdroidserver.po | 4 ++-- locale/hu/LC_MESSAGES/fdroidserver.po | 4 ++-- locale/id/LC_MESSAGES/fdroidserver.po | 4 ++-- locale/it/LC_MESSAGES/fdroidserver.po | 4 ++-- locale/ja/LC_MESSAGES/fdroidserver.po | 4 ++-- locale/kab/LC_MESSAGES/fdroidserver.po | 4 ++-- locale/ko/LC_MESSAGES/fdroidserver.po | 4 ++-- locale/lv/LC_MESSAGES/fdroidserver.po | 4 ++-- locale/ml/LC_MESSAGES/fdroidserver.po | 4 ++-- locale/nb_NO/LC_MESSAGES/fdroidserver.po | 4 ++-- locale/nl/LC_MESSAGES/fdroidserver.po | 4 ++-- locale/pl/LC_MESSAGES/fdroidserver.po | 4 ++-- locale/pt/LC_MESSAGES/fdroidserver.po | 4 ++-- locale/pt_BR/LC_MESSAGES/fdroidserver.po | 4 ++-- locale/pt_PT/LC_MESSAGES/fdroidserver.po | 4 ++-- locale/ro/LC_MESSAGES/fdroidserver.po | 4 ++-- locale/ru/LC_MESSAGES/fdroidserver.po | 4 ++-- locale/sk/LC_MESSAGES/fdroidserver.po | 4 ++-- locale/sq/LC_MESSAGES/fdroidserver.po | 4 ++-- locale/sr/LC_MESSAGES/fdroidserver.po | 4 ++-- locale/sv/LC_MESSAGES/fdroidserver.po | 4 ++-- locale/sw/LC_MESSAGES/fdroidserver.po | 4 ++-- locale/ta/LC_MESSAGES/fdroidserver.po | 4 ++-- locale/tr/LC_MESSAGES/fdroidserver.po | 4 ++-- locale/tzm/LC_MESSAGES/fdroidserver.po | 4 ++-- locale/ug/LC_MESSAGES/fdroidserver.po | 4 ++-- locale/uk/LC_MESSAGES/fdroidserver.po | 4 ++-- locale/zh_Hans/LC_MESSAGES/fdroidserver.po | 4 ++-- locale/zh_Hant/LC_MESSAGES/fdroidserver.po | 4 ++-- 51 files changed, 102 insertions(+), 102 deletions(-) diff --git a/fdroidserver/deploy.py b/fdroidserver/deploy.py index d84b4c77..b982f816 100644 --- a/fdroidserver/deploy.py +++ b/fdroidserver/deploy.py @@ -1195,7 +1195,7 @@ def upload_to_github_releases_repo(repo_conf, release_infos, global_gh_token): if not token: logging.warning( _( - "One of the 'github_releases' config itmes is missing the " + "One of the 'github_releases' config items is missing the " "'token' value. skipping ..." ) ) @@ -1206,7 +1206,7 @@ def upload_to_github_releases_repo(repo_conf, release_infos, global_gh_token): if not conf_package_names: logging.warning( _( - "One of the 'github_releases' config itmes is missing the " + "One of the 'github_releases' config items is missing the " "'packageNames' value. skipping ..." ) ) diff --git a/locale/ar/LC_MESSAGES/fdroidserver.po b/locale/ar/LC_MESSAGES/fdroidserver.po index f91ecf8f..3cd48f33 100644 --- a/locale/ar/LC_MESSAGES/fdroidserver.po +++ b/locale/ar/LC_MESSAGES/fdroidserver.po @@ -1295,11 +1295,11 @@ msgid "One of the 'github_releases' config items is missing the 'projectUrl' val msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'packageNames' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..." msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'token' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..." msgstr "" #: ../fdroidserver/update.py diff --git a/locale/az/LC_MESSAGES/fdroidserver.po b/locale/az/LC_MESSAGES/fdroidserver.po index c88fe465..a42bf704 100644 --- a/locale/az/LC_MESSAGES/fdroidserver.po +++ b/locale/az/LC_MESSAGES/fdroidserver.po @@ -1290,11 +1290,11 @@ msgid "One of the 'github_releases' config items is missing the 'projectUrl' val msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'packageNames' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..." msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'token' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..." msgstr "" #: ../fdroidserver/update.py diff --git a/locale/be/LC_MESSAGES/fdroidserver.po b/locale/be/LC_MESSAGES/fdroidserver.po index ce82fab0..ab9759d0 100644 --- a/locale/be/LC_MESSAGES/fdroidserver.po +++ b/locale/be/LC_MESSAGES/fdroidserver.po @@ -1295,11 +1295,11 @@ msgid "One of the 'github_releases' config items is missing the 'projectUrl' val msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'packageNames' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..." msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'token' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..." msgstr "" #: ../fdroidserver/update.py diff --git a/locale/bg/LC_MESSAGES/fdroidserver.po b/locale/bg/LC_MESSAGES/fdroidserver.po index 31cd2fab..af494589 100644 --- a/locale/bg/LC_MESSAGES/fdroidserver.po +++ b/locale/bg/LC_MESSAGES/fdroidserver.po @@ -1291,11 +1291,11 @@ msgid "One of the 'github_releases' config items is missing the 'projectUrl' val msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'packageNames' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..." msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'token' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..." msgstr "" #: ../fdroidserver/update.py diff --git a/locale/bn/LC_MESSAGES/fdroidserver.po b/locale/bn/LC_MESSAGES/fdroidserver.po index 9b24b2ef..d47d2d73 100644 --- a/locale/bn/LC_MESSAGES/fdroidserver.po +++ b/locale/bn/LC_MESSAGES/fdroidserver.po @@ -1290,11 +1290,11 @@ msgid "One of the 'github_releases' config items is missing the 'projectUrl' val msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'packageNames' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..." msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'token' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..." msgstr "" #: ../fdroidserver/update.py diff --git a/locale/bo/LC_MESSAGES/fdroidserver.po b/locale/bo/LC_MESSAGES/fdroidserver.po index 06817ec3..1b32a1b5 100644 --- a/locale/bo/LC_MESSAGES/fdroidserver.po +++ b/locale/bo/LC_MESSAGES/fdroidserver.po @@ -1311,11 +1311,11 @@ msgid "One of the 'github_releases' config items is missing the 'projectUrl' val msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'packageNames' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..." msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'token' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..." msgstr "" #: ../fdroidserver/update.py diff --git a/locale/ca/LC_MESSAGES/fdroidserver.po b/locale/ca/LC_MESSAGES/fdroidserver.po index aa1ffe63..d2dd132c 100644 --- a/locale/ca/LC_MESSAGES/fdroidserver.po +++ b/locale/ca/LC_MESSAGES/fdroidserver.po @@ -1302,11 +1302,11 @@ msgid "One of the 'github_releases' config items is missing the 'projectUrl' val msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'packageNames' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..." msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'token' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..." msgstr "" #: ../fdroidserver/update.py diff --git a/locale/cs/LC_MESSAGES/fdroidserver.po b/locale/cs/LC_MESSAGES/fdroidserver.po index 78c22068..1d3ab9e7 100644 --- a/locale/cs/LC_MESSAGES/fdroidserver.po +++ b/locale/cs/LC_MESSAGES/fdroidserver.po @@ -1306,11 +1306,11 @@ msgid "One of the 'github_releases' config items is missing the 'projectUrl' val msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'packageNames' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..." msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'token' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..." msgstr "" #: ../fdroidserver/update.py diff --git a/locale/cy/LC_MESSAGES/fdroidserver.po b/locale/cy/LC_MESSAGES/fdroidserver.po index 34758469..18ca6109 100644 --- a/locale/cy/LC_MESSAGES/fdroidserver.po +++ b/locale/cy/LC_MESSAGES/fdroidserver.po @@ -1298,11 +1298,11 @@ msgid "One of the 'github_releases' config items is missing the 'projectUrl' val msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'packageNames' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..." msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'token' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..." msgstr "" #: ../fdroidserver/update.py diff --git a/locale/de/LC_MESSAGES/fdroidserver.po b/locale/de/LC_MESSAGES/fdroidserver.po index 1996b072..5553ce03 100644 --- a/locale/de/LC_MESSAGES/fdroidserver.po +++ b/locale/de/LC_MESSAGES/fdroidserver.po @@ -1319,11 +1319,11 @@ msgid "One of the 'github_releases' config items is missing the 'projectUrl' val msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'packageNames' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..." msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'token' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..." msgstr "" #: ../fdroidserver/update.py diff --git a/locale/el/LC_MESSAGES/fdroidserver.po b/locale/el/LC_MESSAGES/fdroidserver.po index 0af82bb9..29e91fca 100644 --- a/locale/el/LC_MESSAGES/fdroidserver.po +++ b/locale/el/LC_MESSAGES/fdroidserver.po @@ -1297,11 +1297,11 @@ msgid "One of the 'github_releases' config items is missing the 'projectUrl' val msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'packageNames' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..." msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'token' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..." msgstr "" #: ../fdroidserver/update.py diff --git a/locale/es/LC_MESSAGES/fdroidserver.po b/locale/es/LC_MESSAGES/fdroidserver.po index cb7cb863..25ba05be 100644 --- a/locale/es/LC_MESSAGES/fdroidserver.po +++ b/locale/es/LC_MESSAGES/fdroidserver.po @@ -1310,11 +1310,11 @@ msgid "One of the 'github_releases' config items is missing the 'projectUrl' val msgstr "A uno de los elementos de configuración 'github_releases' le falta el valor 'projectUrl'. omitiendo ..." #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'packageNames' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..." msgstr "A uno de los elementos de configuración de 'github_releases' le falta el valor 'packageNames'. omitiendo ..." #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'token' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..." msgstr "A uno de los elementos de configuración 'github_releases' le falta el valor 'token'. Omitiendo ..." #: ../fdroidserver/update.py diff --git a/locale/es_AR/LC_MESSAGES/fdroidserver.po b/locale/es_AR/LC_MESSAGES/fdroidserver.po index 703a7a2c..0807d0b9 100644 --- a/locale/es_AR/LC_MESSAGES/fdroidserver.po +++ b/locale/es_AR/LC_MESSAGES/fdroidserver.po @@ -1305,11 +1305,11 @@ msgid "One of the 'github_releases' config items is missing the 'projectUrl' val msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'packageNames' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..." msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'token' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..." msgstr "" #: ../fdroidserver/update.py diff --git a/locale/es_MX/LC_MESSAGES/fdroidserver.po b/locale/es_MX/LC_MESSAGES/fdroidserver.po index 3e4fbba4..c1b2f6aa 100644 --- a/locale/es_MX/LC_MESSAGES/fdroidserver.po +++ b/locale/es_MX/LC_MESSAGES/fdroidserver.po @@ -1295,11 +1295,11 @@ msgid "One of the 'github_releases' config items is missing the 'projectUrl' val msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'packageNames' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..." msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'token' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..." msgstr "" #: ../fdroidserver/update.py diff --git a/locale/eu/LC_MESSAGES/fdroidserver.po b/locale/eu/LC_MESSAGES/fdroidserver.po index 43f15a4c..e7d01629 100644 --- a/locale/eu/LC_MESSAGES/fdroidserver.po +++ b/locale/eu/LC_MESSAGES/fdroidserver.po @@ -1289,11 +1289,11 @@ msgid "One of the 'github_releases' config items is missing the 'projectUrl' val msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'packageNames' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..." msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'token' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..." msgstr "" #: ../fdroidserver/update.py diff --git a/locale/fa/LC_MESSAGES/fdroidserver.po b/locale/fa/LC_MESSAGES/fdroidserver.po index ce66a445..4b6467d1 100644 --- a/locale/fa/LC_MESSAGES/fdroidserver.po +++ b/locale/fa/LC_MESSAGES/fdroidserver.po @@ -1293,11 +1293,11 @@ msgid "One of the 'github_releases' config items is missing the 'projectUrl' val msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'packageNames' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..." msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'token' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..." msgstr "" #: ../fdroidserver/update.py diff --git a/locale/fdroidserver.pot b/locale/fdroidserver.pot index 27258a85..4d92f723 100644 --- a/locale/fdroidserver.pot +++ b/locale/fdroidserver.pot @@ -1291,11 +1291,11 @@ msgid "One of the 'github_releases' config items is missing the 'projectUrl' val msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'packageNames' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..." msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'token' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..." msgstr "" #: ../fdroidserver/update.py diff --git a/locale/fi/LC_MESSAGES/fdroidserver.po b/locale/fi/LC_MESSAGES/fdroidserver.po index 2e2466ac..af922025 100644 --- a/locale/fi/LC_MESSAGES/fdroidserver.po +++ b/locale/fi/LC_MESSAGES/fdroidserver.po @@ -1291,11 +1291,11 @@ msgid "One of the 'github_releases' config items is missing the 'projectUrl' val msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'packageNames' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..." msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'token' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..." msgstr "" #: ../fdroidserver/update.py diff --git a/locale/fr/LC_MESSAGES/fdroidserver.po b/locale/fr/LC_MESSAGES/fdroidserver.po index 64ebf993..3f1737b8 100644 --- a/locale/fr/LC_MESSAGES/fdroidserver.po +++ b/locale/fr/LC_MESSAGES/fdroidserver.po @@ -1337,11 +1337,11 @@ msgid "One of the 'github_releases' config items is missing the 'projectUrl' val msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'packageNames' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..." msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'token' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..." msgstr "" #: ../fdroidserver/update.py diff --git a/locale/fy/LC_MESSAGES/fdroidserver.po b/locale/fy/LC_MESSAGES/fdroidserver.po index 222247f6..9ef4f3ff 100644 --- a/locale/fy/LC_MESSAGES/fdroidserver.po +++ b/locale/fy/LC_MESSAGES/fdroidserver.po @@ -1290,11 +1290,11 @@ msgid "One of the 'github_releases' config items is missing the 'projectUrl' val msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'packageNames' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..." msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'token' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..." msgstr "" #: ../fdroidserver/update.py diff --git a/locale/he/LC_MESSAGES/fdroidserver.po b/locale/he/LC_MESSAGES/fdroidserver.po index dbea96c5..3b2eada3 100644 --- a/locale/he/LC_MESSAGES/fdroidserver.po +++ b/locale/he/LC_MESSAGES/fdroidserver.po @@ -1291,11 +1291,11 @@ msgid "One of the 'github_releases' config items is missing the 'projectUrl' val msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'packageNames' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..." msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'token' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..." msgstr "" #: ../fdroidserver/update.py diff --git a/locale/hi/LC_MESSAGES/fdroidserver.po b/locale/hi/LC_MESSAGES/fdroidserver.po index b1c93645..9f1aed1a 100644 --- a/locale/hi/LC_MESSAGES/fdroidserver.po +++ b/locale/hi/LC_MESSAGES/fdroidserver.po @@ -1291,11 +1291,11 @@ msgid "One of the 'github_releases' config items is missing the 'projectUrl' val msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'packageNames' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..." msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'token' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..." msgstr "" #: ../fdroidserver/update.py diff --git a/locale/hu/LC_MESSAGES/fdroidserver.po b/locale/hu/LC_MESSAGES/fdroidserver.po index b9f8ee7b..10574fc7 100644 --- a/locale/hu/LC_MESSAGES/fdroidserver.po +++ b/locale/hu/LC_MESSAGES/fdroidserver.po @@ -1308,11 +1308,11 @@ msgid "One of the 'github_releases' config items is missing the 'projectUrl' val msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'packageNames' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..." msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'token' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..." msgstr "" #: ../fdroidserver/update.py diff --git a/locale/id/LC_MESSAGES/fdroidserver.po b/locale/id/LC_MESSAGES/fdroidserver.po index 70e087f8..ad5e0f79 100644 --- a/locale/id/LC_MESSAGES/fdroidserver.po +++ b/locale/id/LC_MESSAGES/fdroidserver.po @@ -1294,11 +1294,11 @@ msgid "One of the 'github_releases' config items is missing the 'projectUrl' val msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'packageNames' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..." msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'token' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..." msgstr "" #: ../fdroidserver/update.py diff --git a/locale/it/LC_MESSAGES/fdroidserver.po b/locale/it/LC_MESSAGES/fdroidserver.po index 69d9b987..7cd18bd2 100644 --- a/locale/it/LC_MESSAGES/fdroidserver.po +++ b/locale/it/LC_MESSAGES/fdroidserver.po @@ -1316,11 +1316,11 @@ msgid "One of the 'github_releases' config items is missing the 'projectUrl' val msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'packageNames' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..." msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'token' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..." msgstr "" #: ../fdroidserver/update.py diff --git a/locale/ja/LC_MESSAGES/fdroidserver.po b/locale/ja/LC_MESSAGES/fdroidserver.po index 8440cedd..eb66c43e 100644 --- a/locale/ja/LC_MESSAGES/fdroidserver.po +++ b/locale/ja/LC_MESSAGES/fdroidserver.po @@ -1289,11 +1289,11 @@ msgid "One of the 'github_releases' config items is missing the 'projectUrl' val msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'packageNames' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..." msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'token' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..." msgstr "" #: ../fdroidserver/update.py diff --git a/locale/kab/LC_MESSAGES/fdroidserver.po b/locale/kab/LC_MESSAGES/fdroidserver.po index cdda5b0a..4f91c27a 100644 --- a/locale/kab/LC_MESSAGES/fdroidserver.po +++ b/locale/kab/LC_MESSAGES/fdroidserver.po @@ -1295,11 +1295,11 @@ msgid "One of the 'github_releases' config items is missing the 'projectUrl' val msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'packageNames' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..." msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'token' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..." msgstr "" #: ../fdroidserver/update.py diff --git a/locale/ko/LC_MESSAGES/fdroidserver.po b/locale/ko/LC_MESSAGES/fdroidserver.po index 16b8a1e2..5ef07d11 100644 --- a/locale/ko/LC_MESSAGES/fdroidserver.po +++ b/locale/ko/LC_MESSAGES/fdroidserver.po @@ -1297,11 +1297,11 @@ msgid "One of the 'github_releases' config items is missing the 'projectUrl' val msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'packageNames' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..." msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'token' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..." msgstr "" #: ../fdroidserver/update.py diff --git a/locale/lv/LC_MESSAGES/fdroidserver.po b/locale/lv/LC_MESSAGES/fdroidserver.po index 20d8713d..2c7bdbe9 100644 --- a/locale/lv/LC_MESSAGES/fdroidserver.po +++ b/locale/lv/LC_MESSAGES/fdroidserver.po @@ -1290,11 +1290,11 @@ msgid "One of the 'github_releases' config items is missing the 'projectUrl' val msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'packageNames' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..." msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'token' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..." msgstr "" #: ../fdroidserver/update.py diff --git a/locale/ml/LC_MESSAGES/fdroidserver.po b/locale/ml/LC_MESSAGES/fdroidserver.po index 0f35cd13..3033eb79 100644 --- a/locale/ml/LC_MESSAGES/fdroidserver.po +++ b/locale/ml/LC_MESSAGES/fdroidserver.po @@ -1295,11 +1295,11 @@ msgid "One of the 'github_releases' config items is missing the 'projectUrl' val msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'packageNames' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..." msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'token' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..." msgstr "" #: ../fdroidserver/update.py diff --git a/locale/nb_NO/LC_MESSAGES/fdroidserver.po b/locale/nb_NO/LC_MESSAGES/fdroidserver.po index 5c302b21..8cb4f322 100644 --- a/locale/nb_NO/LC_MESSAGES/fdroidserver.po +++ b/locale/nb_NO/LC_MESSAGES/fdroidserver.po @@ -1347,11 +1347,11 @@ msgid "One of the 'github_releases' config items is missing the 'projectUrl' val msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'packageNames' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..." msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'token' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..." msgstr "" #: ../fdroidserver/update.py diff --git a/locale/nl/LC_MESSAGES/fdroidserver.po b/locale/nl/LC_MESSAGES/fdroidserver.po index a5f0f6e2..3fdfed3f 100644 --- a/locale/nl/LC_MESSAGES/fdroidserver.po +++ b/locale/nl/LC_MESSAGES/fdroidserver.po @@ -1299,11 +1299,11 @@ msgid "One of the 'github_releases' config items is missing the 'projectUrl' val msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'packageNames' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..." msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'token' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..." msgstr "" #: ../fdroidserver/update.py diff --git a/locale/pl/LC_MESSAGES/fdroidserver.po b/locale/pl/LC_MESSAGES/fdroidserver.po index e518d6c0..072de80d 100644 --- a/locale/pl/LC_MESSAGES/fdroidserver.po +++ b/locale/pl/LC_MESSAGES/fdroidserver.po @@ -1306,11 +1306,11 @@ msgid "One of the 'github_releases' config items is missing the 'projectUrl' val msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'packageNames' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..." msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'token' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..." msgstr "" #: ../fdroidserver/update.py diff --git a/locale/pt/LC_MESSAGES/fdroidserver.po b/locale/pt/LC_MESSAGES/fdroidserver.po index 4986e1f8..1ecec5d7 100644 --- a/locale/pt/LC_MESSAGES/fdroidserver.po +++ b/locale/pt/LC_MESSAGES/fdroidserver.po @@ -1301,11 +1301,11 @@ msgid "One of the 'github_releases' config items is missing the 'projectUrl' val msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'packageNames' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..." msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'token' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..." msgstr "" #: ../fdroidserver/update.py diff --git a/locale/pt_BR/LC_MESSAGES/fdroidserver.po b/locale/pt_BR/LC_MESSAGES/fdroidserver.po index 824a49c2..8b5bdefc 100644 --- a/locale/pt_BR/LC_MESSAGES/fdroidserver.po +++ b/locale/pt_BR/LC_MESSAGES/fdroidserver.po @@ -1309,11 +1309,11 @@ msgid "One of the 'github_releases' config items is missing the 'projectUrl' val msgstr "Um dos itens de configuração 'github_releases' está faltando o valor 'projectUrl'. ignorando ..." #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'packageNames' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..." msgstr "Um dos itens de configuração 'github_releases' está faltando o valor 'packageNames'. ignorando ..." #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'token' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..." msgstr "Um dos itens de configuração 'github_releases' está faltando o valor 'token'. ignorando ..." #: ../fdroidserver/update.py diff --git a/locale/pt_PT/LC_MESSAGES/fdroidserver.po b/locale/pt_PT/LC_MESSAGES/fdroidserver.po index 8abe1d38..2d0f8fb3 100644 --- a/locale/pt_PT/LC_MESSAGES/fdroidserver.po +++ b/locale/pt_PT/LC_MESSAGES/fdroidserver.po @@ -1302,11 +1302,11 @@ msgid "One of the 'github_releases' config items is missing the 'projectUrl' val msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'packageNames' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..." msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'token' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..." msgstr "" #: ../fdroidserver/update.py diff --git a/locale/ro/LC_MESSAGES/fdroidserver.po b/locale/ro/LC_MESSAGES/fdroidserver.po index 0d0e6456..b65aee1e 100644 --- a/locale/ro/LC_MESSAGES/fdroidserver.po +++ b/locale/ro/LC_MESSAGES/fdroidserver.po @@ -1304,11 +1304,11 @@ msgid "One of the 'github_releases' config items is missing the 'projectUrl' val msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'packageNames' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..." msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'token' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..." msgstr "" #: ../fdroidserver/update.py diff --git a/locale/ru/LC_MESSAGES/fdroidserver.po b/locale/ru/LC_MESSAGES/fdroidserver.po index 11f345a0..52de30cb 100644 --- a/locale/ru/LC_MESSAGES/fdroidserver.po +++ b/locale/ru/LC_MESSAGES/fdroidserver.po @@ -1315,11 +1315,11 @@ msgid "One of the 'github_releases' config items is missing the 'projectUrl' val msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'packageNames' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..." msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'token' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..." msgstr "" #: ../fdroidserver/update.py diff --git a/locale/sk/LC_MESSAGES/fdroidserver.po b/locale/sk/LC_MESSAGES/fdroidserver.po index 819fade6..93895a06 100644 --- a/locale/sk/LC_MESSAGES/fdroidserver.po +++ b/locale/sk/LC_MESSAGES/fdroidserver.po @@ -1291,11 +1291,11 @@ msgid "One of the 'github_releases' config items is missing the 'projectUrl' val msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'packageNames' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..." msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'token' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..." msgstr "" #: ../fdroidserver/update.py diff --git a/locale/sq/LC_MESSAGES/fdroidserver.po b/locale/sq/LC_MESSAGES/fdroidserver.po index aa35d795..6baea0c5 100644 --- a/locale/sq/LC_MESSAGES/fdroidserver.po +++ b/locale/sq/LC_MESSAGES/fdroidserver.po @@ -1299,11 +1299,11 @@ msgid "One of the 'github_releases' config items is missing the 'projectUrl' val msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'packageNames' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..." msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'token' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..." msgstr "" #: ../fdroidserver/update.py diff --git a/locale/sr/LC_MESSAGES/fdroidserver.po b/locale/sr/LC_MESSAGES/fdroidserver.po index 0cd559ce..5cd00f02 100644 --- a/locale/sr/LC_MESSAGES/fdroidserver.po +++ b/locale/sr/LC_MESSAGES/fdroidserver.po @@ -1303,11 +1303,11 @@ msgid "One of the 'github_releases' config items is missing the 'projectUrl' val msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'packageNames' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..." msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'token' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..." msgstr "" #: ../fdroidserver/update.py diff --git a/locale/sv/LC_MESSAGES/fdroidserver.po b/locale/sv/LC_MESSAGES/fdroidserver.po index 83e44806..67b01277 100644 --- a/locale/sv/LC_MESSAGES/fdroidserver.po +++ b/locale/sv/LC_MESSAGES/fdroidserver.po @@ -1296,11 +1296,11 @@ msgid "One of the 'github_releases' config items is missing the 'projectUrl' val msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'packageNames' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..." msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'token' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..." msgstr "" #: ../fdroidserver/update.py diff --git a/locale/sw/LC_MESSAGES/fdroidserver.po b/locale/sw/LC_MESSAGES/fdroidserver.po index 8713c384..9c5e17ba 100644 --- a/locale/sw/LC_MESSAGES/fdroidserver.po +++ b/locale/sw/LC_MESSAGES/fdroidserver.po @@ -1300,11 +1300,11 @@ msgid "One of the 'github_releases' config items is missing the 'projectUrl' val msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'packageNames' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..." msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'token' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..." msgstr "" #: ../fdroidserver/update.py diff --git a/locale/ta/LC_MESSAGES/fdroidserver.po b/locale/ta/LC_MESSAGES/fdroidserver.po index f76bb61b..7bc91745 100644 --- a/locale/ta/LC_MESSAGES/fdroidserver.po +++ b/locale/ta/LC_MESSAGES/fdroidserver.po @@ -1291,11 +1291,11 @@ msgid "One of the 'github_releases' config items is missing the 'projectUrl' val msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'packageNames' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..." msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'token' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..." msgstr "" #: ../fdroidserver/update.py diff --git a/locale/tr/LC_MESSAGES/fdroidserver.po b/locale/tr/LC_MESSAGES/fdroidserver.po index bb97dea9..189d20c8 100644 --- a/locale/tr/LC_MESSAGES/fdroidserver.po +++ b/locale/tr/LC_MESSAGES/fdroidserver.po @@ -1301,11 +1301,11 @@ msgid "One of the 'github_releases' config items is missing the 'projectUrl' val msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'packageNames' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..." msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'token' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..." msgstr "" #: ../fdroidserver/update.py diff --git a/locale/tzm/LC_MESSAGES/fdroidserver.po b/locale/tzm/LC_MESSAGES/fdroidserver.po index 22d89df4..6787c8ff 100644 --- a/locale/tzm/LC_MESSAGES/fdroidserver.po +++ b/locale/tzm/LC_MESSAGES/fdroidserver.po @@ -1290,11 +1290,11 @@ msgid "One of the 'github_releases' config items is missing the 'projectUrl' val msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'packageNames' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..." msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'token' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..." msgstr "" #: ../fdroidserver/update.py diff --git a/locale/ug/LC_MESSAGES/fdroidserver.po b/locale/ug/LC_MESSAGES/fdroidserver.po index 05623704..e20af57e 100644 --- a/locale/ug/LC_MESSAGES/fdroidserver.po +++ b/locale/ug/LC_MESSAGES/fdroidserver.po @@ -1292,11 +1292,11 @@ msgid "One of the 'github_releases' config items is missing the 'projectUrl' val msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'packageNames' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..." msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'token' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..." msgstr "" #: ../fdroidserver/update.py diff --git a/locale/uk/LC_MESSAGES/fdroidserver.po b/locale/uk/LC_MESSAGES/fdroidserver.po index 3ed4a40a..f4176a26 100644 --- a/locale/uk/LC_MESSAGES/fdroidserver.po +++ b/locale/uk/LC_MESSAGES/fdroidserver.po @@ -1309,11 +1309,11 @@ msgid "One of the 'github_releases' config items is missing the 'projectUrl' val msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'packageNames' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..." msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'token' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..." msgstr "" #: ../fdroidserver/update.py diff --git a/locale/zh_Hans/LC_MESSAGES/fdroidserver.po b/locale/zh_Hans/LC_MESSAGES/fdroidserver.po index b1858e51..34f2682e 100644 --- a/locale/zh_Hans/LC_MESSAGES/fdroidserver.po +++ b/locale/zh_Hans/LC_MESSAGES/fdroidserver.po @@ -1327,11 +1327,11 @@ msgid "One of the 'github_releases' config items is missing the 'projectUrl' val msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'packageNames' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..." msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'token' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..." msgstr "" #: ../fdroidserver/update.py diff --git a/locale/zh_Hant/LC_MESSAGES/fdroidserver.po b/locale/zh_Hant/LC_MESSAGES/fdroidserver.po index 12446cd7..f73872ba 100644 --- a/locale/zh_Hant/LC_MESSAGES/fdroidserver.po +++ b/locale/zh_Hant/LC_MESSAGES/fdroidserver.po @@ -1317,11 +1317,11 @@ msgid "One of the 'github_releases' config items is missing the 'projectUrl' val msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'packageNames' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..." msgstr "" #: ../fdroidserver/deploy.py -msgid "One of the 'github_releases' config itmes is missing the 'token' value. skipping ..." +msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..." msgstr "" #: ../fdroidserver/update.py