mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +03:00
Merge branch 'weblate' into 'master'
weblate See merge request fdroid/fdroidserver!1618
This commit is contained in:
commit
0af61d8fe1
53 changed files with 8074 additions and 214 deletions
|
|
@ -9,7 +9,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: fdroidserver 2.1-273-g54e84d87\n"
|
"Project-Id-Version: fdroidserver 2.1-273-g54e84d87\n"
|
||||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
||||||
"POT-Creation-Date: 2025-01-21 17:02+0100\n"
|
"POT-Creation-Date: 2025-03-19 17:55+0100\n"
|
||||||
"PO-Revision-Date: 2024-09-21 19:31+0000\n"
|
"PO-Revision-Date: 2024-09-21 19:31+0000\n"
|
||||||
"Last-Translator: Cool Man <mcool3273@gmail.com>\n"
|
"Last-Translator: Cool Man <mcool3273@gmail.com>\n"
|
||||||
"Language-Team: Arabic <https://hosted.weblate.org/projects/f-droid/fdroidserver/ar/>\n"
|
"Language-Team: Arabic <https://hosted.weblate.org/projects/f-droid/fdroidserver/ar/>\n"
|
||||||
|
|
@ -519,6 +519,11 @@ msgstr ""
|
||||||
msgid "Creating \"{path}\" for configuring s3cmd."
|
msgid "Creating \"{path}\" for configuring s3cmd."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "Creating empty {config_file}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/publish.py
|
#: ../fdroidserver/publish.py
|
||||||
msgid "Creating log directory"
|
msgid "Creating log directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -700,6 +705,16 @@ msgstr ""
|
||||||
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key} not a valid key!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key}'s value should be of type {t}!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/lint.py
|
#: ../fdroidserver/lint.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
||||||
|
|
@ -722,6 +737,11 @@ msgstr ""
|
||||||
msgid "Environment variable {var} from {configname} is not set!"
|
msgid "Environment variable {var} from {configname} is not set!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "Environment variable {{env: {var}}} is not set!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/deploy.py
|
#: ../fdroidserver/deploy.py
|
||||||
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -968,6 +988,11 @@ msgstr ""
|
||||||
msgid "Ignoring bad element in manifest: %s"
|
msgid "Ignoring bad element in manifest: %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "Ignoring deprecated {oldfile}, use {newfile}!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/index.py
|
#: ../fdroidserver/index.py
|
||||||
msgid "Ignoring package without metadata: "
|
msgid "Ignoring package without metadata: "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -1339,6 +1364,10 @@ msgstr ""
|
||||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
msgid "Only accepts a single key \"env\""
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/checkupdates.py
|
#: ../fdroidserver/checkupdates.py
|
||||||
msgid "Only print differences with the Play Store"
|
msgid "Only print differences with the Play Store"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -1735,6 +1764,10 @@ msgstr ""
|
||||||
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/index.py
|
||||||
|
msgid "The \"qrcode\" Python package is not installed (e.g. apt-get install python3-qrcode)!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
@ -2830,6 +2863,11 @@ msgstr ""
|
||||||
msgid "{oldfile} is deprecated, use {newfile}"
|
msgid "{oldfile} is deprecated, use {newfile}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/update.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "{path1} is a duplicate of {path2}, remove one!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/import_subcommand.py
|
#: ../fdroidserver/import_subcommand.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{path} already exists, ignoring import results!"
|
msgid "{path} already exists, ignoring import results!"
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: fdroidserver 2.2.1-143-g1a5ee449\n"
|
"Project-Id-Version: fdroidserver 2.2.1-143-g1a5ee449\n"
|
||||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
||||||
"POT-Creation-Date: 2025-01-21 17:02+0100\n"
|
"POT-Creation-Date: 2025-03-19 17:55+0100\n"
|
||||||
"PO-Revision-Date: 2023-05-26 19:39+0000\n"
|
"PO-Revision-Date: 2023-05-26 19:39+0000\n"
|
||||||
"Last-Translator: Mehrab Poladov <thepoladov@protonmail.com>\n"
|
"Last-Translator: Mehrab Poladov <thepoladov@protonmail.com>\n"
|
||||||
"Language-Team: Azerbaijani <https://hosted.weblate.org/projects/f-droid/fdroidserver/az/>\n"
|
"Language-Team: Azerbaijani <https://hosted.weblate.org/projects/f-droid/fdroidserver/az/>\n"
|
||||||
|
|
@ -515,6 +515,11 @@ msgstr ""
|
||||||
msgid "Creating \"{path}\" for configuring s3cmd."
|
msgid "Creating \"{path}\" for configuring s3cmd."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "Creating empty {config_file}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/publish.py
|
#: ../fdroidserver/publish.py
|
||||||
msgid "Creating log directory"
|
msgid "Creating log directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -696,6 +701,16 @@ msgstr ""
|
||||||
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key} not a valid key!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key}'s value should be of type {t}!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/lint.py
|
#: ../fdroidserver/lint.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
||||||
|
|
@ -718,6 +733,11 @@ msgstr ""
|
||||||
msgid "Environment variable {var} from {configname} is not set!"
|
msgid "Environment variable {var} from {configname} is not set!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "Environment variable {{env: {var}}} is not set!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/deploy.py
|
#: ../fdroidserver/deploy.py
|
||||||
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -964,6 +984,11 @@ msgstr ""
|
||||||
msgid "Ignoring bad element in manifest: %s"
|
msgid "Ignoring bad element in manifest: %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "Ignoring deprecated {oldfile}, use {newfile}!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/index.py
|
#: ../fdroidserver/index.py
|
||||||
msgid "Ignoring package without metadata: "
|
msgid "Ignoring package without metadata: "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -1334,6 +1359,10 @@ msgstr ""
|
||||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
msgid "Only accepts a single key \"env\""
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/checkupdates.py
|
#: ../fdroidserver/checkupdates.py
|
||||||
msgid "Only print differences with the Play Store"
|
msgid "Only print differences with the Play Store"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -1730,6 +1759,10 @@ msgstr ""
|
||||||
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/index.py
|
||||||
|
msgid "The \"qrcode\" Python package is not installed (e.g. apt-get install python3-qrcode)!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
@ -2823,6 +2856,11 @@ msgstr ""
|
||||||
msgid "{oldfile} is deprecated, use {newfile}"
|
msgid "{oldfile} is deprecated, use {newfile}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/update.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "{path1} is a duplicate of {path2}, remove one!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/import_subcommand.py
|
#: ../fdroidserver/import_subcommand.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{path} already exists, ignoring import results!"
|
msgid "{path} already exists, ignoring import results!"
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: fdroidserver 2.2.1-143-g1a5ee449\n"
|
"Project-Id-Version: fdroidserver 2.2.1-143-g1a5ee449\n"
|
||||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
||||||
"POT-Creation-Date: 2025-01-21 17:02+0100\n"
|
"POT-Creation-Date: 2025-03-19 17:55+0100\n"
|
||||||
"PO-Revision-Date: 2024-01-21 00:08+0000\n"
|
"PO-Revision-Date: 2024-01-21 00:08+0000\n"
|
||||||
"Last-Translator: flac <flac_twin@keemail.me>\n"
|
"Last-Translator: flac <flac_twin@keemail.me>\n"
|
||||||
"Language-Team: Belarusian <https://hosted.weblate.org/projects/f-droid/fdroidserver/be/>\n"
|
"Language-Team: Belarusian <https://hosted.weblate.org/projects/f-droid/fdroidserver/be/>\n"
|
||||||
|
|
@ -520,6 +520,11 @@ msgstr ""
|
||||||
msgid "Creating \"{path}\" for configuring s3cmd."
|
msgid "Creating \"{path}\" for configuring s3cmd."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "Creating empty {config_file}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/publish.py
|
#: ../fdroidserver/publish.py
|
||||||
msgid "Creating log directory"
|
msgid "Creating log directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -701,6 +706,16 @@ msgstr ""
|
||||||
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key} not a valid key!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key}'s value should be of type {t}!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/lint.py
|
#: ../fdroidserver/lint.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
||||||
|
|
@ -723,6 +738,11 @@ msgstr ""
|
||||||
msgid "Environment variable {var} from {configname} is not set!"
|
msgid "Environment variable {var} from {configname} is not set!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "Environment variable {{env: {var}}} is not set!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/deploy.py
|
#: ../fdroidserver/deploy.py
|
||||||
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -969,6 +989,11 @@ msgstr ""
|
||||||
msgid "Ignoring bad element in manifest: %s"
|
msgid "Ignoring bad element in manifest: %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "Ignoring deprecated {oldfile}, use {newfile}!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/index.py
|
#: ../fdroidserver/index.py
|
||||||
msgid "Ignoring package without metadata: "
|
msgid "Ignoring package without metadata: "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -1339,6 +1364,10 @@ msgstr ""
|
||||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
msgid "Only accepts a single key \"env\""
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/checkupdates.py
|
#: ../fdroidserver/checkupdates.py
|
||||||
msgid "Only print differences with the Play Store"
|
msgid "Only print differences with the Play Store"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -1735,6 +1764,10 @@ msgstr ""
|
||||||
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/index.py
|
||||||
|
msgid "The \"qrcode\" Python package is not installed (e.g. apt-get install python3-qrcode)!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
@ -2828,6 +2861,11 @@ msgstr ""
|
||||||
msgid "{oldfile} is deprecated, use {newfile}"
|
msgid "{oldfile} is deprecated, use {newfile}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/update.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "{path1} is a duplicate of {path2}, remove one!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/import_subcommand.py
|
#: ../fdroidserver/import_subcommand.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{path} already exists, ignoring import results!"
|
msgid "{path} already exists, ignoring import results!"
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: fdroidserver 2.1b0\n"
|
"Project-Id-Version: fdroidserver 2.1b0\n"
|
||||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
||||||
"POT-Creation-Date: 2025-01-21 17:02+0100\n"
|
"POT-Creation-Date: 2025-03-19 17:55+0100\n"
|
||||||
"PO-Revision-Date: 2024-07-19 10:21+0000\n"
|
"PO-Revision-Date: 2024-07-19 10:21+0000\n"
|
||||||
"Last-Translator: 109247019824 <stoyan@gmx.com>\n"
|
"Last-Translator: 109247019824 <stoyan@gmx.com>\n"
|
||||||
"Language-Team: Bulgarian <https://hosted.weblate.org/projects/f-droid/fdroidserver/bg/>\n"
|
"Language-Team: Bulgarian <https://hosted.weblate.org/projects/f-droid/fdroidserver/bg/>\n"
|
||||||
|
|
@ -516,6 +516,11 @@ msgstr ""
|
||||||
msgid "Creating \"{path}\" for configuring s3cmd."
|
msgid "Creating \"{path}\" for configuring s3cmd."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "Creating empty {config_file}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/publish.py
|
#: ../fdroidserver/publish.py
|
||||||
msgid "Creating log directory"
|
msgid "Creating log directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -697,6 +702,16 @@ msgstr ""
|
||||||
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key} not a valid key!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key}'s value should be of type {t}!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/lint.py
|
#: ../fdroidserver/lint.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
||||||
|
|
@ -719,6 +734,11 @@ msgstr ""
|
||||||
msgid "Environment variable {var} from {configname} is not set!"
|
msgid "Environment variable {var} from {configname} is not set!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "Environment variable {{env: {var}}} is not set!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/deploy.py
|
#: ../fdroidserver/deploy.py
|
||||||
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -965,6 +985,11 @@ msgstr ""
|
||||||
msgid "Ignoring bad element in manifest: %s"
|
msgid "Ignoring bad element in manifest: %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "Ignoring deprecated {oldfile}, use {newfile}!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/index.py
|
#: ../fdroidserver/index.py
|
||||||
msgid "Ignoring package without metadata: "
|
msgid "Ignoring package without metadata: "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -1335,6 +1360,10 @@ msgstr ""
|
||||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
msgid "Only accepts a single key \"env\""
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/checkupdates.py
|
#: ../fdroidserver/checkupdates.py
|
||||||
msgid "Only print differences with the Play Store"
|
msgid "Only print differences with the Play Store"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -1731,6 +1760,10 @@ msgstr ""
|
||||||
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/index.py
|
||||||
|
msgid "The \"qrcode\" Python package is not installed (e.g. apt-get install python3-qrcode)!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
@ -2824,6 +2857,11 @@ msgstr ""
|
||||||
msgid "{oldfile} is deprecated, use {newfile}"
|
msgid "{oldfile} is deprecated, use {newfile}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/update.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "{path1} is a duplicate of {path2}, remove one!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/import_subcommand.py
|
#: ../fdroidserver/import_subcommand.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{path} already exists, ignoring import results!"
|
msgid "{path} already exists, ignoring import results!"
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: fdroidserver 1.0.6-70-g54bc858\n"
|
"Project-Id-Version: fdroidserver 1.0.6-70-g54bc858\n"
|
||||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
||||||
"POT-Creation-Date: 2025-01-21 17:02+0100\n"
|
"POT-Creation-Date: 2025-03-19 17:55+0100\n"
|
||||||
"PO-Revision-Date: 2021-02-12 09:48+0000\n"
|
"PO-Revision-Date: 2021-02-12 09:48+0000\n"
|
||||||
"Last-Translator: Oymate <dhruboadittya96@gmail.com>\n"
|
"Last-Translator: Oymate <dhruboadittya96@gmail.com>\n"
|
||||||
"Language-Team: Bengali <https://hosted.weblate.org/projects/f-droid/fdroidserver/bn/>\n"
|
"Language-Team: Bengali <https://hosted.weblate.org/projects/f-droid/fdroidserver/bn/>\n"
|
||||||
|
|
@ -515,6 +515,11 @@ msgstr ""
|
||||||
msgid "Creating \"{path}\" for configuring s3cmd."
|
msgid "Creating \"{path}\" for configuring s3cmd."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "Creating empty {config_file}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/publish.py
|
#: ../fdroidserver/publish.py
|
||||||
msgid "Creating log directory"
|
msgid "Creating log directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -696,6 +701,16 @@ msgstr ""
|
||||||
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key} not a valid key!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key}'s value should be of type {t}!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/lint.py
|
#: ../fdroidserver/lint.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
||||||
|
|
@ -718,6 +733,11 @@ msgstr ""
|
||||||
msgid "Environment variable {var} from {configname} is not set!"
|
msgid "Environment variable {var} from {configname} is not set!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "Environment variable {{env: {var}}} is not set!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/deploy.py
|
#: ../fdroidserver/deploy.py
|
||||||
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -964,6 +984,11 @@ msgstr ""
|
||||||
msgid "Ignoring bad element in manifest: %s"
|
msgid "Ignoring bad element in manifest: %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "Ignoring deprecated {oldfile}, use {newfile}!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/index.py
|
#: ../fdroidserver/index.py
|
||||||
msgid "Ignoring package without metadata: "
|
msgid "Ignoring package without metadata: "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -1334,6 +1359,10 @@ msgstr ""
|
||||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
msgid "Only accepts a single key \"env\""
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/checkupdates.py
|
#: ../fdroidserver/checkupdates.py
|
||||||
msgid "Only print differences with the Play Store"
|
msgid "Only print differences with the Play Store"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -1730,6 +1759,10 @@ msgstr ""
|
||||||
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/index.py
|
||||||
|
msgid "The \"qrcode\" Python package is not installed (e.g. apt-get install python3-qrcode)!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
@ -2824,6 +2857,11 @@ msgstr ""
|
||||||
msgid "{oldfile} is deprecated, use {newfile}"
|
msgid "{oldfile} is deprecated, use {newfile}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/update.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "{path1} is a duplicate of {path2}, remove one!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/import_subcommand.py
|
#: ../fdroidserver/import_subcommand.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{path} already exists, ignoring import results!"
|
msgid "{path} already exists, ignoring import results!"
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: fdroidserver 0.9\n"
|
"Project-Id-Version: fdroidserver 0.9\n"
|
||||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
||||||
"POT-Creation-Date: 2025-01-21 17:02+0100\n"
|
"POT-Creation-Date: 2025-03-19 17:55+0100\n"
|
||||||
"PO-Revision-Date: 2024-04-10 13:33+0000\n"
|
"PO-Revision-Date: 2024-04-10 13:33+0000\n"
|
||||||
"Last-Translator: Hans-Christoph Steiner <hans@guardianproject.info>\n"
|
"Last-Translator: Hans-Christoph Steiner <hans@guardianproject.info>\n"
|
||||||
"Language-Team: Tibetan <https://hosted.weblate.org/projects/f-droid/fdroidserver/bo/>\n"
|
"Language-Team: Tibetan <https://hosted.weblate.org/projects/f-droid/fdroidserver/bo/>\n"
|
||||||
|
|
@ -523,6 +523,11 @@ msgstr "དྲྭ་སྣོད་གསར་པ་བཟོས་\"{name}\""
|
||||||
msgid "Creating \"{path}\" for configuring s3cmd."
|
msgid "Creating \"{path}\" for configuring s3cmd."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, fuzzy, python-brace-format
|
||||||
|
msgid "Creating empty {config_file}"
|
||||||
|
msgstr "ཀློག་བཞིན་པ་། '{config_file}'"
|
||||||
|
|
||||||
#: ../fdroidserver/publish.py
|
#: ../fdroidserver/publish.py
|
||||||
msgid "Creating log directory"
|
msgid "Creating log directory"
|
||||||
msgstr "ཉིན་ཐོ་ཕྱོགས་དེབ་བཟོ་བཞིན་པ།"
|
msgstr "ཉིན་ཐོ་ཕྱོགས་དེབ་བཟོ་བཞིན་པ།"
|
||||||
|
|
@ -704,6 +709,16 @@ msgstr ""
|
||||||
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key} not a valid key!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key}'s value should be of type {t}!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/lint.py
|
#: ../fdroidserver/lint.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
||||||
|
|
@ -728,6 +743,11 @@ msgstr ""
|
||||||
msgid "Environment variable {var} from {configname} is not set!"
|
msgid "Environment variable {var} from {configname} is not set!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "Environment variable {{env: {var}}} is not set!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/deploy.py
|
#: ../fdroidserver/deploy.py
|
||||||
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -979,6 +999,11 @@ msgstr ""
|
||||||
msgid "Ignoring bad element in manifest: %s"
|
msgid "Ignoring bad element in manifest: %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "Ignoring deprecated {oldfile}, use {newfile}!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/index.py
|
#: ../fdroidserver/index.py
|
||||||
msgid "Ignoring package without metadata: "
|
msgid "Ignoring package without metadata: "
|
||||||
msgstr "རྒྱབ་ལྗོངས་ཡིག་ཆ་མེད་པའི་ཐུམ་སྒྲིལ་ཡ་ལན་མ་བྱས། "
|
msgstr "རྒྱབ་ལྗོངས་ཡིག་ཆ་མེད་པའི་ཐུམ་སྒྲིལ་ཡ་ལན་མ་བྱས། "
|
||||||
|
|
@ -1355,6 +1380,10 @@ msgstr ""
|
||||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
||||||
msgstr "PNG དང་ JPEG ཁོ་ན་བརྐོས་རིས་རྒྱབ་སྐྱོར་རྙེད་སོང་། :{path}"
|
msgstr "PNG དང་ JPEG ཁོ་ན་བརྐོས་རིས་རྒྱབ་སྐྱོར་རྙེད་སོང་། :{path}"
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
msgid "Only accepts a single key \"env\""
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/checkupdates.py
|
#: ../fdroidserver/checkupdates.py
|
||||||
msgid "Only print differences with the Play Store"
|
msgid "Only print differences with the Play Store"
|
||||||
msgstr "མཉེས་ཆས་གསོག་ཉར་ཁང་དང་མི་འདྲ་པ་ཡོད་པ་ཁོ་ནར་པར་ཤུས་བྱེད།"
|
msgstr "མཉེས་ཆས་གསོག་ཉར་ཁང་དང་མི་འདྲ་པ་ཡོད་པ་ཁོ་ནར་པར་ཤུས་བྱེད།"
|
||||||
|
|
@ -1751,6 +1780,10 @@ msgstr ""
|
||||||
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
||||||
msgstr "ཚོད་ལྟའི་ཚུལ་-གལ་སྲིད་ཡིག་ཚགས་འདི་སྔོན་ཚོད་ནས་ཡོད་ནའང་། ཡིག་ཚགས་འདི་སྐབས་ཕྲལ་གྱི་ཕྱོགས་དེབ་ཁོ་ནའི་ནང་ལ་བླུགས་པ་དང་རྟག་ཏུ་ཐོན་སྐྱེད་བཟོས།."
|
msgstr "ཚོད་ལྟའི་ཚུལ་-གལ་སྲིད་ཡིག་ཚགས་འདི་སྔོན་ཚོད་ནས་ཡོད་ནའང་། ཡིག་ཚགས་འདི་སྐབས་ཕྲལ་གྱི་ཕྱོགས་དེབ་ཁོ་ནའི་ནང་ལ་བླུགས་པ་དང་རྟག་ཏུ་ཐོན་སྐྱེད་བཟོས།."
|
||||||
|
|
||||||
|
#: ../fdroidserver/index.py
|
||||||
|
msgid "The \"qrcode\" Python package is not installed (e.g. apt-get install python3-qrcode)!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
@ -2856,6 +2889,11 @@ msgstr ""
|
||||||
msgid "{oldfile} is deprecated, use {newfile}"
|
msgid "{oldfile} is deprecated, use {newfile}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/update.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "{path1} is a duplicate of {path2}, remove one!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/import_subcommand.py
|
#: ../fdroidserver/import_subcommand.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{path} already exists, ignoring import results!"
|
msgid "{path} already exists, ignoring import results!"
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: fdroidserver 2.1-273-g54e84d87\n"
|
"Project-Id-Version: fdroidserver 2.1-273-g54e84d87\n"
|
||||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
||||||
"POT-Creation-Date: 2025-01-21 17:02+0100\n"
|
"POT-Creation-Date: 2025-03-19 17:55+0100\n"
|
||||||
"PO-Revision-Date: 2025-01-30 12:31+0000\n"
|
"PO-Revision-Date: 2025-01-30 12:31+0000\n"
|
||||||
"Last-Translator: pitroig <ona@riseup.net>\n"
|
"Last-Translator: pitroig <ona@riseup.net>\n"
|
||||||
"Language-Team: Catalan <https://hosted.weblate.org/projects/f-droid/fdroidserver/ca/>\n"
|
"Language-Team: Catalan <https://hosted.weblate.org/projects/f-droid/fdroidserver/ca/>\n"
|
||||||
|
|
@ -525,6 +525,11 @@ msgstr "S'ha creat el contenidor nou \"{name}\""
|
||||||
msgid "Creating \"{path}\" for configuring s3cmd."
|
msgid "Creating \"{path}\" for configuring s3cmd."
|
||||||
msgstr "S'està creant \"{path}\" per configurar s3cmd."
|
msgstr "S'està creant \"{path}\" per configurar s3cmd."
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, fuzzy, python-brace-format
|
||||||
|
msgid "Creating empty {config_file}"
|
||||||
|
msgstr "S'està llegint '{config_file}'"
|
||||||
|
|
||||||
#: ../fdroidserver/publish.py
|
#: ../fdroidserver/publish.py
|
||||||
msgid "Creating log directory"
|
msgid "Creating log directory"
|
||||||
msgstr "S'està creant el directori de registre"
|
msgstr "S'està creant el directori de registre"
|
||||||
|
|
@ -708,6 +713,16 @@ msgstr "ERROR: no s'admet l'amfitrió git \"%s\", els pedaços són benvinguts!"
|
||||||
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
||||||
msgstr "ERROR: {key} a {path} no és \"arxiu\" o \"dipòsit\"!"
|
msgstr "ERROR: {key} a {path} no és \"arxiu\" o \"dipòsit\"!"
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key} not a valid key!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key}'s value should be of type {t}!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/lint.py
|
#: ../fdroidserver/lint.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
||||||
|
|
@ -732,6 +747,11 @@ msgstr ""
|
||||||
msgid "Environment variable {var} from {configname} is not set!"
|
msgid "Environment variable {var} from {configname} is not set!"
|
||||||
msgstr "La variable d'entorn {var} de {configname} no està establerta!"
|
msgstr "La variable d'entorn {var} de {configname} no està establerta!"
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, fuzzy, python-brace-format
|
||||||
|
msgid "Environment variable {{env: {var}}} is not set!"
|
||||||
|
msgstr "La variable d'entorn {var} de {configname} no està establerta!"
|
||||||
|
|
||||||
#: ../fdroidserver/deploy.py
|
#: ../fdroidserver/deploy.py
|
||||||
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
||||||
msgstr "S'ha produït un error en desplegar 'github_releases', no hi ha {}. (Pot ser necessari executar `fdroid update` primer.)"
|
msgstr "S'ha produït un error en desplegar 'github_releases', no hi ha {}. (Pot ser necessari executar `fdroid update` primer.)"
|
||||||
|
|
@ -978,6 +998,11 @@ msgstr "S'ignorarà l'entrada FUNDING.yml més llarga de 2048: %s"
|
||||||
msgid "Ignoring bad element in manifest: %s"
|
msgid "Ignoring bad element in manifest: %s"
|
||||||
msgstr "S'ignorarà l'element incorrecte al manifest: %s"
|
msgstr "S'ignorarà l'element incorrecte al manifest: %s"
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, fuzzy, python-brace-format
|
||||||
|
msgid "Ignoring deprecated {oldfile}, use {newfile}!"
|
||||||
|
msgstr "{oldfile} és obsolet, utilitzeu {newfile}"
|
||||||
|
|
||||||
#: ../fdroidserver/index.py
|
#: ../fdroidserver/index.py
|
||||||
msgid "Ignoring package without metadata: "
|
msgid "Ignoring package without metadata: "
|
||||||
msgstr "S'ignorarà el paquet sense metadades: "
|
msgstr "S'ignorarà el paquet sense metadades: "
|
||||||
|
|
@ -1348,6 +1373,10 @@ msgstr "Un dels elements de configuració 'github_releases' manca el valor 'toke
|
||||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
||||||
msgstr "Només s'admeten PNG i JPEG per als gràfics, s'ha trobat: {path}"
|
msgstr "Només s'admeten PNG i JPEG per als gràfics, s'ha trobat: {path}"
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
msgid "Only accepts a single key \"env\""
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/checkupdates.py
|
#: ../fdroidserver/checkupdates.py
|
||||||
msgid "Only print differences with the Play Store"
|
msgid "Only print differences with the Play Store"
|
||||||
msgstr "Imprimeix només les diferències amb la Play Store"
|
msgstr "Imprimeix només les diferències amb la Play Store"
|
||||||
|
|
@ -1744,6 +1773,10 @@ msgstr "Mode d'actualització de les etiquetes utilitzat a git-svn, però el rep
|
||||||
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
||||||
msgstr "Mode de prova: posa la sortida només al directori tmp, i sempre construeix, fins i tot si la sortida ja existeix."
|
msgstr "Mode de prova: posa la sortida només al directori tmp, i sempre construeix, fins i tot si la sortida ja existeix."
|
||||||
|
|
||||||
|
#: ../fdroidserver/index.py
|
||||||
|
msgid "The \"qrcode\" Python package is not installed (e.g. apt-get install python3-qrcode)!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
@ -2844,6 +2877,11 @@ msgstr "{name} \"{section}/icons/{path}\" no existeix! Comproveu \"config.yml\".
|
||||||
msgid "{oldfile} is deprecated, use {newfile}"
|
msgid "{oldfile} is deprecated, use {newfile}"
|
||||||
msgstr "{oldfile} és obsolet, utilitzeu {newfile}"
|
msgstr "{oldfile} és obsolet, utilitzeu {newfile}"
|
||||||
|
|
||||||
|
#: ../fdroidserver/update.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "{path1} is a duplicate of {path2}, remove one!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/import_subcommand.py
|
#: ../fdroidserver/import_subcommand.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{path} already exists, ignoring import results!"
|
msgid "{path} already exists, ignoring import results!"
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: fdroidserver 1.0.0-95-gd7af22b\n"
|
"Project-Id-Version: fdroidserver 1.0.0-95-gd7af22b\n"
|
||||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
||||||
"POT-Creation-Date: 2025-01-21 17:02+0100\n"
|
"POT-Creation-Date: 2025-03-19 17:55+0100\n"
|
||||||
"PO-Revision-Date: 2025-01-21 19:35+0000\n"
|
"PO-Revision-Date: 2025-01-21 19:35+0000\n"
|
||||||
"Last-Translator: Fjuro <fjuro@users.noreply.hosted.weblate.org>\n"
|
"Last-Translator: Fjuro <fjuro@users.noreply.hosted.weblate.org>\n"
|
||||||
"Language-Team: Czech <https://hosted.weblate.org/projects/f-droid/fdroidserver/cs/>\n"
|
"Language-Team: Czech <https://hosted.weblate.org/projects/f-droid/fdroidserver/cs/>\n"
|
||||||
|
|
@ -529,6 +529,11 @@ msgstr "Vytvořen nový kontejner „{name}“"
|
||||||
msgid "Creating \"{path}\" for configuring s3cmd."
|
msgid "Creating \"{path}\" for configuring s3cmd."
|
||||||
msgstr "Vytváření „{path}“ pro konfiguraci s3cmd."
|
msgstr "Vytváření „{path}“ pro konfiguraci s3cmd."
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, fuzzy, python-brace-format
|
||||||
|
msgid "Creating empty {config_file}"
|
||||||
|
msgstr "Čtení „{config_file}“"
|
||||||
|
|
||||||
#: ../fdroidserver/publish.py
|
#: ../fdroidserver/publish.py
|
||||||
msgid "Creating log directory"
|
msgid "Creating log directory"
|
||||||
msgstr "Vytváření adresáře protokolů"
|
msgstr "Vytváření adresáře protokolů"
|
||||||
|
|
@ -712,6 +717,16 @@ msgstr "CHYBA: nepodporovaný git host „%s“, opravy vítány!"
|
||||||
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
||||||
msgstr "CHYBA: {key} v {path} není „archive“ nebo „repo“!"
|
msgstr "CHYBA: {key} v {path} není „archive“ nebo „repo“!"
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key} not a valid key!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key}'s value should be of type {t}!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/lint.py
|
#: ../fdroidserver/lint.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
||||||
|
|
@ -736,6 +751,11 @@ msgstr ""
|
||||||
msgid "Environment variable {var} from {configname} is not set!"
|
msgid "Environment variable {var} from {configname} is not set!"
|
||||||
msgstr "Proměnná prostředí {var} z {configname} není nastavena!"
|
msgstr "Proměnná prostředí {var} z {configname} není nastavena!"
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, fuzzy, python-brace-format
|
||||||
|
msgid "Environment variable {{env: {var}}} is not set!"
|
||||||
|
msgstr "Proměnná prostředí {var} z {configname} není nastavena!"
|
||||||
|
|
||||||
#: ../fdroidserver/deploy.py
|
#: ../fdroidserver/deploy.py
|
||||||
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
||||||
msgstr "Chyba při nasazení „github_releases“, {} není k dispozici. (Možná budete muset nejprve spustit `fdroid update`.)"
|
msgstr "Chyba při nasazení „github_releases“, {} není k dispozici. (Možná budete muset nejprve spustit `fdroid update`.)"
|
||||||
|
|
@ -982,6 +1002,11 @@ msgstr "Ignorování vstupu FUNDING.yml delšího než 2048: %s"
|
||||||
msgid "Ignoring bad element in manifest: %s"
|
msgid "Ignoring bad element in manifest: %s"
|
||||||
msgstr "Ignorování nesprávného prvku v manifestu: %s"
|
msgstr "Ignorování nesprávného prvku v manifestu: %s"
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, fuzzy, python-brace-format
|
||||||
|
msgid "Ignoring deprecated {oldfile}, use {newfile}!"
|
||||||
|
msgstr "{oldfile} je zastaralý, použijte {newfile}"
|
||||||
|
|
||||||
#: ../fdroidserver/index.py
|
#: ../fdroidserver/index.py
|
||||||
msgid "Ignoring package without metadata: "
|
msgid "Ignoring package without metadata: "
|
||||||
msgstr "Ignorování balíčku bez metadat: "
|
msgstr "Ignorování balíčku bez metadat: "
|
||||||
|
|
@ -1352,6 +1377,10 @@ msgstr "Jedné z položek konfigurace „github_releases“ chybí hodnota „to
|
||||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
||||||
msgstr "Pro grafiku jsou podporovány pouze formáty PNG a JPEG, nalezeno: {path}"
|
msgstr "Pro grafiku jsou podporovány pouze formáty PNG a JPEG, nalezeno: {path}"
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
msgid "Only accepts a single key \"env\""
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/checkupdates.py
|
#: ../fdroidserver/checkupdates.py
|
||||||
msgid "Only print differences with the Play Store"
|
msgid "Only print differences with the Play Store"
|
||||||
msgstr "Zobrazit pouze rozdíly s Obchodem Play"
|
msgstr "Zobrazit pouze rozdíly s Obchodem Play"
|
||||||
|
|
@ -1749,6 +1778,10 @@ msgstr "Režim aktualizace pomocí značek se používá v git-svn, ale repozit
|
||||||
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
||||||
msgstr "Testovací režim - výstup se ukládá pouze do adresáře tmp a vždy se sestavuje, i když výstup již existuje."
|
msgstr "Testovací režim - výstup se ukládá pouze do adresáře tmp a vždy se sestavuje, i když výstup již existuje."
|
||||||
|
|
||||||
|
#: ../fdroidserver/index.py
|
||||||
|
msgid "The \"qrcode\" Python package is not installed (e.g. apt-get install python3-qrcode)!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
@ -2852,6 +2885,11 @@ msgstr "{name} „{section}/icons/{path}“ neexistuje! Zkontrolujte „config.y
|
||||||
msgid "{oldfile} is deprecated, use {newfile}"
|
msgid "{oldfile} is deprecated, use {newfile}"
|
||||||
msgstr "{oldfile} je zastaralý, použijte {newfile}"
|
msgstr "{oldfile} je zastaralý, použijte {newfile}"
|
||||||
|
|
||||||
|
#: ../fdroidserver/update.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "{path1} is a duplicate of {path2}, remove one!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/import_subcommand.py
|
#: ../fdroidserver/import_subcommand.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{path} already exists, ignoring import results!"
|
msgid "{path} already exists, ignoring import results!"
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: fdroidserver 2.0a5-27-gf24eae0f\n"
|
"Project-Id-Version: fdroidserver 2.0a5-27-gf24eae0f\n"
|
||||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
||||||
"POT-Creation-Date: 2025-01-21 17:02+0100\n"
|
"POT-Creation-Date: 2025-03-19 17:55+0100\n"
|
||||||
"PO-Revision-Date: 2021-01-16 21:23+0000\n"
|
"PO-Revision-Date: 2021-01-16 21:23+0000\n"
|
||||||
"Last-Translator: Aled Powell <aled@aledpowell.cymru>\n"
|
"Last-Translator: Aled Powell <aled@aledpowell.cymru>\n"
|
||||||
"Language-Team: Welsh <https://hosted.weblate.org/projects/f-droid/fdroidserver/cy/>\n"
|
"Language-Team: Welsh <https://hosted.weblate.org/projects/f-droid/fdroidserver/cy/>\n"
|
||||||
|
|
@ -523,6 +523,11 @@ msgstr ""
|
||||||
msgid "Creating \"{path}\" for configuring s3cmd."
|
msgid "Creating \"{path}\" for configuring s3cmd."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "Creating empty {config_file}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/publish.py
|
#: ../fdroidserver/publish.py
|
||||||
msgid "Creating log directory"
|
msgid "Creating log directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -704,6 +709,16 @@ msgstr ""
|
||||||
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key} not a valid key!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key}'s value should be of type {t}!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/lint.py
|
#: ../fdroidserver/lint.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
||||||
|
|
@ -726,6 +741,11 @@ msgstr ""
|
||||||
msgid "Environment variable {var} from {configname} is not set!"
|
msgid "Environment variable {var} from {configname} is not set!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "Environment variable {{env: {var}}} is not set!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/deploy.py
|
#: ../fdroidserver/deploy.py
|
||||||
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -972,6 +992,11 @@ msgstr ""
|
||||||
msgid "Ignoring bad element in manifest: %s"
|
msgid "Ignoring bad element in manifest: %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "Ignoring deprecated {oldfile}, use {newfile}!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/index.py
|
#: ../fdroidserver/index.py
|
||||||
msgid "Ignoring package without metadata: "
|
msgid "Ignoring package without metadata: "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -1342,6 +1367,10 @@ msgstr ""
|
||||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
msgid "Only accepts a single key \"env\""
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/checkupdates.py
|
#: ../fdroidserver/checkupdates.py
|
||||||
msgid "Only print differences with the Play Store"
|
msgid "Only print differences with the Play Store"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -1742,6 +1771,10 @@ msgstr ""
|
||||||
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/index.py
|
||||||
|
msgid "The \"qrcode\" Python package is not installed (e.g. apt-get install python3-qrcode)!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
@ -2855,6 +2888,11 @@ msgstr ""
|
||||||
msgid "{oldfile} is deprecated, use {newfile}"
|
msgid "{oldfile} is deprecated, use {newfile}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/update.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "{path1} is a duplicate of {path2}, remove one!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/import_subcommand.py
|
#: ../fdroidserver/import_subcommand.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{path} already exists, ignoring import results!"
|
msgid "{path} already exists, ignoring import results!"
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: fdroidserver 0.9\n"
|
"Project-Id-Version: fdroidserver 0.9\n"
|
||||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
||||||
"POT-Creation-Date: 2025-01-21 17:02+0100\n"
|
"POT-Creation-Date: 2025-03-19 17:55+0100\n"
|
||||||
"PO-Revision-Date: 2025-01-23 09:05+0000\n"
|
"PO-Revision-Date: 2025-01-23 09:05+0000\n"
|
||||||
"Last-Translator: VfBFan <drop0815@posteo.de>\n"
|
"Last-Translator: VfBFan <drop0815@posteo.de>\n"
|
||||||
"Language-Team: German <https://hosted.weblate.org/projects/f-droid/fdroidserver/de/>\n"
|
"Language-Team: German <https://hosted.weblate.org/projects/f-droid/fdroidserver/de/>\n"
|
||||||
|
|
@ -540,6 +540,11 @@ msgstr "Neuer Container \"{name}\" wurde erstellt"
|
||||||
msgid "Creating \"{path}\" for configuring s3cmd."
|
msgid "Creating \"{path}\" for configuring s3cmd."
|
||||||
msgstr "\"{path}\" für die Konfiguration von S3cmd wird erstellt."
|
msgstr "\"{path}\" für die Konfiguration von S3cmd wird erstellt."
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, fuzzy, python-brace-format
|
||||||
|
msgid "Creating empty {config_file}"
|
||||||
|
msgstr "Lese '{config_file}'"
|
||||||
|
|
||||||
#: ../fdroidserver/publish.py
|
#: ../fdroidserver/publish.py
|
||||||
msgid "Creating log directory"
|
msgid "Creating log directory"
|
||||||
msgstr "Erstelle Logverzeichnis"
|
msgstr "Erstelle Logverzeichnis"
|
||||||
|
|
@ -723,6 +728,16 @@ msgstr "FEHLER: nicht unterstützter Git-Host \"%s\", Patches willkommen!"
|
||||||
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
||||||
msgstr "FEHLER: {key} in {path} ist nicht \"archive\" oder \"repo\"!"
|
msgstr "FEHLER: {key} in {path} ist nicht \"archive\" oder \"repo\"!"
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key} not a valid key!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key}'s value should be of type {t}!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/lint.py
|
#: ../fdroidserver/lint.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
||||||
|
|
@ -747,6 +762,11 @@ msgstr ""
|
||||||
msgid "Environment variable {var} from {configname} is not set!"
|
msgid "Environment variable {var} from {configname} is not set!"
|
||||||
msgstr "Umgebungsvariable {var} von {configname} ist nicht gesetzt!"
|
msgstr "Umgebungsvariable {var} von {configname} ist nicht gesetzt!"
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, fuzzy, python-brace-format
|
||||||
|
msgid "Environment variable {{env: {var}}} is not set!"
|
||||||
|
msgstr "Umgebungsvariable {var} von {configname} ist nicht gesetzt!"
|
||||||
|
|
||||||
#: ../fdroidserver/deploy.py
|
#: ../fdroidserver/deploy.py
|
||||||
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
||||||
msgstr "Fehler beim Bereitstellen von 'github_releases', {} nicht vorhanden. (Sie müssen zuerst `fdroid update` ausführen.)"
|
msgstr "Fehler beim Bereitstellen von 'github_releases', {} nicht vorhanden. (Sie müssen zuerst `fdroid update` ausführen.)"
|
||||||
|
|
@ -993,6 +1013,11 @@ msgstr "Ignoriere FUNDING.yml-Einträge länger als 2048: %s"
|
||||||
msgid "Ignoring bad element in manifest: %s"
|
msgid "Ignoring bad element in manifest: %s"
|
||||||
msgstr "Ignoriere schlechtes Element im Manifest: %s"
|
msgstr "Ignoriere schlechtes Element im Manifest: %s"
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, fuzzy, python-brace-format
|
||||||
|
msgid "Ignoring deprecated {oldfile}, use {newfile}!"
|
||||||
|
msgstr "{oldfile} ist veraltet, benutze {newfile}"
|
||||||
|
|
||||||
#: ../fdroidserver/index.py
|
#: ../fdroidserver/index.py
|
||||||
msgid "Ignoring package without metadata: "
|
msgid "Ignoring package without metadata: "
|
||||||
msgstr "Ignoriere Paket ohne Metadaten: "
|
msgstr "Ignoriere Paket ohne Metadaten: "
|
||||||
|
|
@ -1363,6 +1388,10 @@ msgstr "Einem der Konfigurationselemente von 'github_releases' fehlt der Wert 't
|
||||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
||||||
msgstr "Nur PNG und JPEG werden für Grafiken unterstützt, gefunden wurde: {path}"
|
msgstr "Nur PNG und JPEG werden für Grafiken unterstützt, gefunden wurde: {path}"
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
msgid "Only accepts a single key \"env\""
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/checkupdates.py
|
#: ../fdroidserver/checkupdates.py
|
||||||
msgid "Only print differences with the Play Store"
|
msgid "Only print differences with the Play Store"
|
||||||
msgstr "Nur Unterschiede zum Play Store ausgeben"
|
msgstr "Nur Unterschiede zum Play Store ausgeben"
|
||||||
|
|
@ -1759,6 +1788,10 @@ msgstr "Aktualisierungsmodus mit Tags in git-svn verwendet, aber das Repo wurde
|
||||||
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
||||||
msgstr "Testmodus - Ausgabe nur ins tmp-Verzeichnis einfügen, immer erstellen, selbst wenn die Ausgabe bereits vorhanden ist."
|
msgstr "Testmodus - Ausgabe nur ins tmp-Verzeichnis einfügen, immer erstellen, selbst wenn die Ausgabe bereits vorhanden ist."
|
||||||
|
|
||||||
|
#: ../fdroidserver/index.py
|
||||||
|
msgid "The \"qrcode\" Python package is not installed (e.g. apt-get install python3-qrcode)!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
@ -2859,6 +2892,11 @@ msgstr "{name} \"{section}/icons/{path}\" existiert nicht! Überprüfe \"config.
|
||||||
msgid "{oldfile} is deprecated, use {newfile}"
|
msgid "{oldfile} is deprecated, use {newfile}"
|
||||||
msgstr "{oldfile} ist veraltet, benutze {newfile}"
|
msgstr "{oldfile} ist veraltet, benutze {newfile}"
|
||||||
|
|
||||||
|
#: ../fdroidserver/update.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "{path1} is a duplicate of {path2}, remove one!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/import_subcommand.py
|
#: ../fdroidserver/import_subcommand.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{path} already exists, ignoring import results!"
|
msgid "{path} already exists, ignoring import results!"
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: fdroidserver 2.0a0-62-gc63c4b3d\n"
|
"Project-Id-Version: fdroidserver 2.0a0-62-gc63c4b3d\n"
|
||||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
||||||
"POT-Creation-Date: 2025-01-21 17:02+0100\n"
|
"POT-Creation-Date: 2025-03-19 17:55+0100\n"
|
||||||
"PO-Revision-Date: 2024-05-10 13:24+0000\n"
|
"PO-Revision-Date: 2024-05-10 13:24+0000\n"
|
||||||
"Last-Translator: ΣΤΑΥΡΟΣ ΔΑΛΙΑΚΟΠΟΥΛΟΣ <stavros.daliakopoulos@gmail.com>\n"
|
"Last-Translator: ΣΤΑΥΡΟΣ ΔΑΛΙΑΚΟΠΟΥΛΟΣ <stavros.daliakopoulos@gmail.com>\n"
|
||||||
"Language-Team: Greek <https://hosted.weblate.org/projects/f-droid/fdroidserver/el/>\n"
|
"Language-Team: Greek <https://hosted.weblate.org/projects/f-droid/fdroidserver/el/>\n"
|
||||||
|
|
@ -522,6 +522,11 @@ msgstr ""
|
||||||
msgid "Creating \"{path}\" for configuring s3cmd."
|
msgid "Creating \"{path}\" for configuring s3cmd."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "Creating empty {config_file}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/publish.py
|
#: ../fdroidserver/publish.py
|
||||||
msgid "Creating log directory"
|
msgid "Creating log directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -703,6 +708,16 @@ msgstr ""
|
||||||
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key} not a valid key!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key}'s value should be of type {t}!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/lint.py
|
#: ../fdroidserver/lint.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
||||||
|
|
@ -725,6 +740,11 @@ msgstr ""
|
||||||
msgid "Environment variable {var} from {configname} is not set!"
|
msgid "Environment variable {var} from {configname} is not set!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "Environment variable {{env: {var}}} is not set!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/deploy.py
|
#: ../fdroidserver/deploy.py
|
||||||
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -971,6 +991,11 @@ msgstr ""
|
||||||
msgid "Ignoring bad element in manifest: %s"
|
msgid "Ignoring bad element in manifest: %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "Ignoring deprecated {oldfile}, use {newfile}!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/index.py
|
#: ../fdroidserver/index.py
|
||||||
msgid "Ignoring package without metadata: "
|
msgid "Ignoring package without metadata: "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -1341,6 +1366,10 @@ msgstr ""
|
||||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
msgid "Only accepts a single key \"env\""
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/checkupdates.py
|
#: ../fdroidserver/checkupdates.py
|
||||||
msgid "Only print differences with the Play Store"
|
msgid "Only print differences with the Play Store"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -1737,6 +1766,10 @@ msgstr ""
|
||||||
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/index.py
|
||||||
|
msgid "The \"qrcode\" Python package is not installed (e.g. apt-get install python3-qrcode)!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
@ -2831,6 +2864,11 @@ msgstr ""
|
||||||
msgid "{oldfile} is deprecated, use {newfile}"
|
msgid "{oldfile} is deprecated, use {newfile}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/update.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "{path1} is a duplicate of {path2}, remove one!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/import_subcommand.py
|
#: ../fdroidserver/import_subcommand.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{path} already exists, ignoring import results!"
|
msgid "{path} already exists, ignoring import results!"
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: fdroidserver 0.9\n"
|
"Project-Id-Version: fdroidserver 0.9\n"
|
||||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
||||||
"POT-Creation-Date: 2025-01-21 17:02+0100\n"
|
"POT-Creation-Date: 2025-03-19 17:55+0100\n"
|
||||||
"PO-Revision-Date: 2025-03-16 22:47+0000\n"
|
"PO-Revision-Date: 2025-03-16 22:47+0000\n"
|
||||||
"Last-Translator: Nicolás Pérez <ccnicolasperez@gmail.com>\n"
|
"Last-Translator: Nicolás Pérez <ccnicolasperez@gmail.com>\n"
|
||||||
"Language-Team: Spanish <https://hosted.weblate.org/projects/f-droid/fdroidserver/es/>\n"
|
"Language-Team: Spanish <https://hosted.weblate.org/projects/f-droid/fdroidserver/es/>\n"
|
||||||
|
|
@ -532,6 +532,11 @@ msgstr "Se ha creado el contenedor nuevo \"{name}\""
|
||||||
msgid "Creating \"{path}\" for configuring s3cmd."
|
msgid "Creating \"{path}\" for configuring s3cmd."
|
||||||
msgstr "Creando \"{path}\" para configurar s3cmd."
|
msgstr "Creando \"{path}\" para configurar s3cmd."
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, fuzzy, python-brace-format
|
||||||
|
msgid "Creating empty {config_file}"
|
||||||
|
msgstr "Leyendo '{config_file}'"
|
||||||
|
|
||||||
#: ../fdroidserver/publish.py
|
#: ../fdroidserver/publish.py
|
||||||
msgid "Creating log directory"
|
msgid "Creating log directory"
|
||||||
msgstr "Creando el directorio de registro (\"log\")"
|
msgstr "Creando el directorio de registro (\"log\")"
|
||||||
|
|
@ -715,6 +720,16 @@ msgstr "ERROR: host git no soportado \"%s\", ¡parches bienvenidos!"
|
||||||
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
||||||
msgstr "ERROR: ¡{key} en {path} no es un \"archivo\" o un \"repositorio\"!"
|
msgstr "ERROR: ¡{key} en {path} no es un \"archivo\" o un \"repositorio\"!"
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key} not a valid key!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key}'s value should be of type {t}!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/lint.py
|
#: ../fdroidserver/lint.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
||||||
|
|
@ -739,6 +754,11 @@ msgstr ""
|
||||||
msgid "Environment variable {var} from {configname} is not set!"
|
msgid "Environment variable {var} from {configname} is not set!"
|
||||||
msgstr "¡La variable de entorno {var} de {configname} no tiene valor asignado!"
|
msgstr "¡La variable de entorno {var} de {configname} no tiene valor asignado!"
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, fuzzy, python-brace-format
|
||||||
|
msgid "Environment variable {{env: {var}}} is not set!"
|
||||||
|
msgstr "¡La variable de entorno {var} de {configname} no tiene valor asignado!"
|
||||||
|
|
||||||
#: ../fdroidserver/deploy.py
|
#: ../fdroidserver/deploy.py
|
||||||
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
||||||
msgstr "Error desplegando 'github_releases', {} no está presente. (Puede que necesites ejecutar `fdroid update` primero)"
|
msgstr "Error desplegando 'github_releases', {} no está presente. (Puede que necesites ejecutar `fdroid update` primero)"
|
||||||
|
|
@ -985,6 +1005,11 @@ msgstr "Ignorando entrada en FUNDING.yml mayor de 2048: %s"
|
||||||
msgid "Ignoring bad element in manifest: %s"
|
msgid "Ignoring bad element in manifest: %s"
|
||||||
msgstr "Ignorar el elemento incorrecto en el manifiesto: %s"
|
msgstr "Ignorar el elemento incorrecto en el manifiesto: %s"
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, fuzzy, python-brace-format
|
||||||
|
msgid "Ignoring deprecated {oldfile}, use {newfile}!"
|
||||||
|
msgstr "{oldfile} está obsoleto, use {newfile}"
|
||||||
|
|
||||||
#: ../fdroidserver/index.py
|
#: ../fdroidserver/index.py
|
||||||
msgid "Ignoring package without metadata: "
|
msgid "Ignoring package without metadata: "
|
||||||
msgstr "Ignorando paquete sin metadatos: "
|
msgstr "Ignorando paquete sin metadatos: "
|
||||||
|
|
@ -1355,6 +1380,10 @@ msgstr "A uno de los elementos de configuración 'github_releases' le falta el v
|
||||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
||||||
msgstr "Sólo PNG y JPEG son compatibles con los gráficos, encontrados: {path}"
|
msgstr "Sólo PNG y JPEG son compatibles con los gráficos, encontrados: {path}"
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
msgid "Only accepts a single key \"env\""
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/checkupdates.py
|
#: ../fdroidserver/checkupdates.py
|
||||||
msgid "Only print differences with the Play Store"
|
msgid "Only print differences with the Play Store"
|
||||||
msgstr "Solo imprimir diferencias con el Play Store"
|
msgstr "Solo imprimir diferencias con el Play Store"
|
||||||
|
|
@ -1751,6 +1780,10 @@ msgstr "El modo de actualización de etiquetas se utilizó en git-svn, pero el r
|
||||||
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
||||||
msgstr "Modo de prueba: ponga la salida solo en el directorio tmp y siga desarrollando, incluso si la salida ya existe."
|
msgstr "Modo de prueba: ponga la salida solo en el directorio tmp y siga desarrollando, incluso si la salida ya existe."
|
||||||
|
|
||||||
|
#: ../fdroidserver/index.py
|
||||||
|
msgid "The \"qrcode\" Python package is not installed (e.g. apt-get install python3-qrcode)!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
@ -2851,6 +2884,11 @@ msgstr "¡{name} \"{section}/icons/{path}\" no existe! Corrijalo en config.yml."
|
||||||
msgid "{oldfile} is deprecated, use {newfile}"
|
msgid "{oldfile} is deprecated, use {newfile}"
|
||||||
msgstr "{oldfile} está obsoleto, use {newfile}"
|
msgstr "{oldfile} está obsoleto, use {newfile}"
|
||||||
|
|
||||||
|
#: ../fdroidserver/update.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "{path1} is a duplicate of {path2}, remove one!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/import_subcommand.py
|
#: ../fdroidserver/import_subcommand.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{path} already exists, ignoring import results!"
|
msgid "{path} already exists, ignoring import results!"
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: fdroidserver 0.9\n"
|
"Project-Id-Version: fdroidserver 0.9\n"
|
||||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
||||||
"POT-Creation-Date: 2025-01-21 17:02+0100\n"
|
"POT-Creation-Date: 2025-03-19 17:55+0100\n"
|
||||||
"PO-Revision-Date: 2021-04-10 21:26+0000\n"
|
"PO-Revision-Date: 2021-04-10 21:26+0000\n"
|
||||||
"Last-Translator: Germe the fur star <FOSSgerme.deb@tuta.io>\n"
|
"Last-Translator: Germe the fur star <FOSSgerme.deb@tuta.io>\n"
|
||||||
"Language-Team: Spanish (Argentina) <https://hosted.weblate.org/projects/f-droid/fdroidserver/es_AR/>\n"
|
"Language-Team: Spanish (Argentina) <https://hosted.weblate.org/projects/f-droid/fdroidserver/es_AR/>\n"
|
||||||
|
|
@ -527,6 +527,11 @@ msgstr ""
|
||||||
msgid "Creating \"{path}\" for configuring s3cmd."
|
msgid "Creating \"{path}\" for configuring s3cmd."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "Creating empty {config_file}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/publish.py
|
#: ../fdroidserver/publish.py
|
||||||
msgid "Creating log directory"
|
msgid "Creating log directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -708,6 +713,16 @@ msgstr ""
|
||||||
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key} not a valid key!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key}'s value should be of type {t}!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/lint.py
|
#: ../fdroidserver/lint.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
||||||
|
|
@ -730,6 +745,11 @@ msgstr ""
|
||||||
msgid "Environment variable {var} from {configname} is not set!"
|
msgid "Environment variable {var} from {configname} is not set!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "Environment variable {{env: {var}}} is not set!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/deploy.py
|
#: ../fdroidserver/deploy.py
|
||||||
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -976,6 +996,11 @@ msgstr ""
|
||||||
msgid "Ignoring bad element in manifest: %s"
|
msgid "Ignoring bad element in manifest: %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "Ignoring deprecated {oldfile}, use {newfile}!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/index.py
|
#: ../fdroidserver/index.py
|
||||||
msgid "Ignoring package without metadata: "
|
msgid "Ignoring package without metadata: "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -1349,6 +1374,10 @@ msgstr ""
|
||||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
msgid "Only accepts a single key \"env\""
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/checkupdates.py
|
#: ../fdroidserver/checkupdates.py
|
||||||
msgid "Only print differences with the Play Store"
|
msgid "Only print differences with the Play Store"
|
||||||
msgstr "Solo mostrar las diferencias con el Plays Store"
|
msgstr "Solo mostrar las diferencias con el Plays Store"
|
||||||
|
|
@ -1747,6 +1776,10 @@ msgstr ""
|
||||||
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
||||||
msgstr "Modo prueba - pone la salida solo en el directorio temporal, y siempre construye, incluso cuando la salida ya exista."
|
msgstr "Modo prueba - pone la salida solo en el directorio temporal, y siempre construye, incluso cuando la salida ya exista."
|
||||||
|
|
||||||
|
#: ../fdroidserver/index.py
|
||||||
|
msgid "The \"qrcode\" Python package is not installed (e.g. apt-get install python3-qrcode)!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
@ -2849,6 +2882,11 @@ msgstr ""
|
||||||
msgid "{oldfile} is deprecated, use {newfile}"
|
msgid "{oldfile} is deprecated, use {newfile}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/update.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "{path1} is a duplicate of {path2}, remove one!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/import_subcommand.py
|
#: ../fdroidserver/import_subcommand.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{path} already exists, ignoring import results!"
|
msgid "{path} already exists, ignoring import results!"
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: fdroidserver 1.0.6-349-g907c04ea\n"
|
"Project-Id-Version: fdroidserver 1.0.6-349-g907c04ea\n"
|
||||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
||||||
"POT-Creation-Date: 2025-01-21 17:02+0100\n"
|
"POT-Creation-Date: 2025-03-19 17:55+0100\n"
|
||||||
"PO-Revision-Date: 2020-04-29 12:49+0000\n"
|
"PO-Revision-Date: 2020-04-29 12:49+0000\n"
|
||||||
"Last-Translator: Hans-Christoph Steiner <hans@guardianproject.info>\n"
|
"Last-Translator: Hans-Christoph Steiner <hans@guardianproject.info>\n"
|
||||||
"Language-Team: Spanish (Mexico) <https://hosted.weblate.org/projects/f-droid/fdroidserver/es_MX/>\n"
|
"Language-Team: Spanish (Mexico) <https://hosted.weblate.org/projects/f-droid/fdroidserver/es_MX/>\n"
|
||||||
|
|
@ -520,6 +520,11 @@ msgstr "Se creó un nuevo contenedor \"{name}\""
|
||||||
msgid "Creating \"{path}\" for configuring s3cmd."
|
msgid "Creating \"{path}\" for configuring s3cmd."
|
||||||
msgstr "Creando \"{path}\" para configurar s3cmd."
|
msgstr "Creando \"{path}\" para configurar s3cmd."
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "Creating empty {config_file}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/publish.py
|
#: ../fdroidserver/publish.py
|
||||||
msgid "Creating log directory"
|
msgid "Creating log directory"
|
||||||
msgstr "Creando directorio de registro"
|
msgstr "Creando directorio de registro"
|
||||||
|
|
@ -701,6 +706,16 @@ msgstr ""
|
||||||
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key} not a valid key!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key}'s value should be of type {t}!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/lint.py
|
#: ../fdroidserver/lint.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
||||||
|
|
@ -723,6 +738,11 @@ msgstr ""
|
||||||
msgid "Environment variable {var} from {configname} is not set!"
|
msgid "Environment variable {var} from {configname} is not set!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "Environment variable {{env: {var}}} is not set!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/deploy.py
|
#: ../fdroidserver/deploy.py
|
||||||
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -969,6 +989,11 @@ msgstr ""
|
||||||
msgid "Ignoring bad element in manifest: %s"
|
msgid "Ignoring bad element in manifest: %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "Ignoring deprecated {oldfile}, use {newfile}!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/index.py
|
#: ../fdroidserver/index.py
|
||||||
msgid "Ignoring package without metadata: "
|
msgid "Ignoring package without metadata: "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -1339,6 +1364,10 @@ msgstr ""
|
||||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
msgid "Only accepts a single key \"env\""
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/checkupdates.py
|
#: ../fdroidserver/checkupdates.py
|
||||||
msgid "Only print differences with the Play Store"
|
msgid "Only print differences with the Play Store"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -1735,6 +1764,10 @@ msgstr ""
|
||||||
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/index.py
|
||||||
|
msgid "The \"qrcode\" Python package is not installed (e.g. apt-get install python3-qrcode)!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
@ -2829,6 +2862,11 @@ msgstr ""
|
||||||
msgid "{oldfile} is deprecated, use {newfile}"
|
msgid "{oldfile} is deprecated, use {newfile}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/update.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "{path1} is a duplicate of {path2}, remove one!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/import_subcommand.py
|
#: ../fdroidserver/import_subcommand.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{path} already exists, ignoring import results!"
|
msgid "{path} already exists, ignoring import results!"
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: fdroidserver 2.0a0-62-gc63c4b3d\n"
|
"Project-Id-Version: fdroidserver 2.0a0-62-gc63c4b3d\n"
|
||||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
||||||
"POT-Creation-Date: 2025-01-21 17:02+0100\n"
|
"POT-Creation-Date: 2025-03-19 17:55+0100\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: Automatically generated\n"
|
"Last-Translator: Automatically generated\n"
|
||||||
"Language-Team: none\n"
|
"Language-Team: none\n"
|
||||||
|
|
@ -514,6 +514,11 @@ msgstr ""
|
||||||
msgid "Creating \"{path}\" for configuring s3cmd."
|
msgid "Creating \"{path}\" for configuring s3cmd."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "Creating empty {config_file}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/publish.py
|
#: ../fdroidserver/publish.py
|
||||||
msgid "Creating log directory"
|
msgid "Creating log directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -695,6 +700,16 @@ msgstr ""
|
||||||
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key} not a valid key!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key}'s value should be of type {t}!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/lint.py
|
#: ../fdroidserver/lint.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
||||||
|
|
@ -717,6 +732,11 @@ msgstr ""
|
||||||
msgid "Environment variable {var} from {configname} is not set!"
|
msgid "Environment variable {var} from {configname} is not set!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "Environment variable {{env: {var}}} is not set!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/deploy.py
|
#: ../fdroidserver/deploy.py
|
||||||
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -963,6 +983,11 @@ msgstr ""
|
||||||
msgid "Ignoring bad element in manifest: %s"
|
msgid "Ignoring bad element in manifest: %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "Ignoring deprecated {oldfile}, use {newfile}!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/index.py
|
#: ../fdroidserver/index.py
|
||||||
msgid "Ignoring package without metadata: "
|
msgid "Ignoring package without metadata: "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -1333,6 +1358,10 @@ msgstr ""
|
||||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
msgid "Only accepts a single key \"env\""
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/checkupdates.py
|
#: ../fdroidserver/checkupdates.py
|
||||||
msgid "Only print differences with the Play Store"
|
msgid "Only print differences with the Play Store"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -1729,6 +1758,10 @@ msgstr ""
|
||||||
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/index.py
|
||||||
|
msgid "The \"qrcode\" Python package is not installed (e.g. apt-get install python3-qrcode)!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
@ -2822,6 +2855,11 @@ msgstr ""
|
||||||
msgid "{oldfile} is deprecated, use {newfile}"
|
msgid "{oldfile} is deprecated, use {newfile}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/update.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "{path1} is a duplicate of {path2}, remove one!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/import_subcommand.py
|
#: ../fdroidserver/import_subcommand.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{path} already exists, ignoring import results!"
|
msgid "{path} already exists, ignoring import results!"
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: fdroidserver 0.9\n"
|
"Project-Id-Version: fdroidserver 0.9\n"
|
||||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
||||||
"POT-Creation-Date: 2025-01-21 17:02+0100\n"
|
"POT-Creation-Date: 2025-03-19 17:55+0100\n"
|
||||||
"PO-Revision-Date: 2024-11-26 15:16+0000\n"
|
"PO-Revision-Date: 2024-11-26 15:16+0000\n"
|
||||||
"Last-Translator: Danial Behzadi <dani.behzi@ubuntu.com>\n"
|
"Last-Translator: Danial Behzadi <dani.behzi@ubuntu.com>\n"
|
||||||
"Language-Team: Persian <https://hosted.weblate.org/projects/f-droid/fdroidserver/fa/>\n"
|
"Language-Team: Persian <https://hosted.weblate.org/projects/f-droid/fdroidserver/fa/>\n"
|
||||||
|
|
@ -518,6 +518,11 @@ msgstr ""
|
||||||
msgid "Creating \"{path}\" for configuring s3cmd."
|
msgid "Creating \"{path}\" for configuring s3cmd."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, fuzzy, python-brace-format
|
||||||
|
msgid "Creating empty {config_file}"
|
||||||
|
msgstr "خواندن {config_file}"
|
||||||
|
|
||||||
#: ../fdroidserver/publish.py
|
#: ../fdroidserver/publish.py
|
||||||
msgid "Creating log directory"
|
msgid "Creating log directory"
|
||||||
msgstr "ایجاد کردن شاخهٔ log"
|
msgstr "ایجاد کردن شاخهٔ log"
|
||||||
|
|
@ -699,6 +704,16 @@ msgstr ""
|
||||||
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key} not a valid key!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key}'s value should be of type {t}!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/lint.py
|
#: ../fdroidserver/lint.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
||||||
|
|
@ -721,6 +736,11 @@ msgstr ""
|
||||||
msgid "Environment variable {var} from {configname} is not set!"
|
msgid "Environment variable {var} from {configname} is not set!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "Environment variable {{env: {var}}} is not set!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/deploy.py
|
#: ../fdroidserver/deploy.py
|
||||||
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -967,6 +987,11 @@ msgstr ""
|
||||||
msgid "Ignoring bad element in manifest: %s"
|
msgid "Ignoring bad element in manifest: %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "Ignoring deprecated {oldfile}, use {newfile}!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/index.py
|
#: ../fdroidserver/index.py
|
||||||
msgid "Ignoring package without metadata: "
|
msgid "Ignoring package without metadata: "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -1337,6 +1362,10 @@ msgstr ""
|
||||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
msgid "Only accepts a single key \"env\""
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/checkupdates.py
|
#: ../fdroidserver/checkupdates.py
|
||||||
msgid "Only print differences with the Play Store"
|
msgid "Only print differences with the Play Store"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -1733,6 +1762,10 @@ msgstr ""
|
||||||
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/index.py
|
||||||
|
msgid "The \"qrcode\" Python package is not installed (e.g. apt-get install python3-qrcode)!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
@ -2826,6 +2859,11 @@ msgstr ""
|
||||||
msgid "{oldfile} is deprecated, use {newfile}"
|
msgid "{oldfile} is deprecated, use {newfile}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/update.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "{path1} is a duplicate of {path2}, remove one!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/import_subcommand.py
|
#: ../fdroidserver/import_subcommand.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{path} already exists, ignoring import results!"
|
msgid "{path} already exists, ignoring import results!"
|
||||||
|
|
|
||||||
|
|
@ -5,9 +5,9 @@
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: fdroidserver 2.3.5\n"
|
"Project-Id-Version: fdroidserver 2.4a1-12-g4448aeb5\n"
|
||||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
||||||
"POT-Creation-Date: 2025-01-21 17:02+0100\n"
|
"POT-Creation-Date: 2025-03-19 17:56+0100\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
|
@ -516,6 +516,11 @@ msgstr ""
|
||||||
msgid "Creating \"{path}\" for configuring s3cmd."
|
msgid "Creating \"{path}\" for configuring s3cmd."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "Creating empty {config_file}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/publish.py
|
#: ../fdroidserver/publish.py
|
||||||
msgid "Creating log directory"
|
msgid "Creating log directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -697,6 +702,16 @@ msgstr ""
|
||||||
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key} not a valid key!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key}'s value should be of type {t}!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/lint.py
|
#: ../fdroidserver/lint.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
||||||
|
|
@ -719,6 +734,11 @@ msgstr ""
|
||||||
msgid "Environment variable {var} from {configname} is not set!"
|
msgid "Environment variable {var} from {configname} is not set!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "Environment variable {{env: {var}}} is not set!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/deploy.py
|
#: ../fdroidserver/deploy.py
|
||||||
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -965,6 +985,11 @@ msgstr ""
|
||||||
msgid "Ignoring bad element in manifest: %s"
|
msgid "Ignoring bad element in manifest: %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "Ignoring deprecated {oldfile}, use {newfile}!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/index.py
|
#: ../fdroidserver/index.py
|
||||||
msgid "Ignoring package without metadata: "
|
msgid "Ignoring package without metadata: "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -1335,6 +1360,10 @@ msgstr ""
|
||||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
msgid "Only accepts a single key \"env\""
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/checkupdates.py
|
#: ../fdroidserver/checkupdates.py
|
||||||
msgid "Only print differences with the Play Store"
|
msgid "Only print differences with the Play Store"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -1731,6 +1760,10 @@ msgstr ""
|
||||||
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/index.py
|
||||||
|
msgid "The \"qrcode\" Python package is not installed (e.g. apt-get install python3-qrcode)!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
@ -2824,6 +2857,11 @@ msgstr ""
|
||||||
msgid "{oldfile} is deprecated, use {newfile}"
|
msgid "{oldfile} is deprecated, use {newfile}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/update.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "{path1} is a duplicate of {path2}, remove one!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/import_subcommand.py
|
#: ../fdroidserver/import_subcommand.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{path} already exists, ignoring import results!"
|
msgid "{path} already exists, ignoring import results!"
|
||||||
|
|
|
||||||
|
|
@ -2,20 +2,21 @@
|
||||||
# This file is put in the public domain.
|
# This file is put in the public domain.
|
||||||
# A <ville.mourujarvi@hostedweblate.mail.kapsi.fi>, 2020.
|
# A <ville.mourujarvi@hostedweblate.mail.kapsi.fi>, 2020.
|
||||||
# Kaantaja <ufdbvgoljrjkrkyyub@ianvvn.com>, 2021.
|
# Kaantaja <ufdbvgoljrjkrkyyub@ianvvn.com>, 2021.
|
||||||
|
# Ricky Tigg <ricky.tigg@gmail.com>, 2025.
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: fdroidserver 2.0a0-62-gc63c4b3d\n"
|
"Project-Id-Version: fdroidserver 2.0a0-62-gc63c4b3d\n"
|
||||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
||||||
"POT-Creation-Date: 2025-01-21 17:02+0100\n"
|
"POT-Creation-Date: 2025-03-19 17:55+0100\n"
|
||||||
"PO-Revision-Date: 2021-08-23 01:29+0000\n"
|
"PO-Revision-Date: 2025-01-31 14:19+0000\n"
|
||||||
"Last-Translator: Kaantaja <ufdbvgoljrjkrkyyub@ianvvn.com>\n"
|
"Last-Translator: Ricky Tigg <ricky.tigg@gmail.com>\n"
|
||||||
"Language-Team: Finnish <https://hosted.weblate.org/projects/f-droid/fdroidserver/fi/>\n"
|
"Language-Team: Finnish <https://hosted.weblate.org/projects/f-droid/fdroidserver/fi/>\n"
|
||||||
"Language: fi\n"
|
"Language: fi\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||||
"X-Generator: Weblate 4.8.1-dev\n"
|
"X-Generator: Weblate 5.10-dev\n"
|
||||||
|
|
||||||
#: ../fdroidserver/nightly.py
|
#: ../fdroidserver/nightly.py
|
||||||
msgid ""
|
msgid ""
|
||||||
|
|
@ -43,7 +44,7 @@ msgstr ""
|
||||||
#: ../fdroidserver/install.py
|
#: ../fdroidserver/install.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "\"{apkfilename}\" is already installed on {dev}."
|
msgid "\"{apkfilename}\" is already installed on {dev}."
|
||||||
msgstr ""
|
msgstr "\"{apkfilename}\" on jo asennettu kohteeseen {dev}."
|
||||||
|
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
@ -321,7 +322,7 @@ msgstr ""
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "Archiving {apkfilename} with invalid signature!"
|
msgid "Archiving {apkfilename} with invalid signature!"
|
||||||
msgstr ""
|
msgstr "Arkistoidaan {apkfilename} virheellisellä allekirjoituksella!"
|
||||||
|
|
||||||
#: ../fdroidserver/lint.py
|
#: ../fdroidserver/lint.py
|
||||||
msgid "AutoUpdateMode with UpdateCheckMode: HTTP must have a pattern."
|
msgid "AutoUpdateMode with UpdateCheckMode: HTTP must have a pattern."
|
||||||
|
|
@ -516,6 +517,11 @@ msgstr ""
|
||||||
msgid "Creating \"{path}\" for configuring s3cmd."
|
msgid "Creating \"{path}\" for configuring s3cmd."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "Creating empty {config_file}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/publish.py
|
#: ../fdroidserver/publish.py
|
||||||
msgid "Creating log directory"
|
msgid "Creating log directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -697,6 +703,16 @@ msgstr ""
|
||||||
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key} not a valid key!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key}'s value should be of type {t}!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/lint.py
|
#: ../fdroidserver/lint.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
||||||
|
|
@ -719,6 +735,11 @@ msgstr ""
|
||||||
msgid "Environment variable {var} from {configname} is not set!"
|
msgid "Environment variable {var} from {configname} is not set!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "Environment variable {{env: {var}}} is not set!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/deploy.py
|
#: ../fdroidserver/deploy.py
|
||||||
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -751,7 +772,7 @@ msgstr ""
|
||||||
#: ../fdroidserver/signatures.py
|
#: ../fdroidserver/signatures.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "Failed fetching signatures for '{apkfilename}': {error}"
|
msgid "Failed fetching signatures for '{apkfilename}': {error}"
|
||||||
msgstr ""
|
msgstr "Allekirjoitusten nouto '{apkfilename}':lle epäonnistui: {error}"
|
||||||
|
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
@ -785,7 +806,7 @@ msgstr ""
|
||||||
#: ../fdroidserver/install.py
|
#: ../fdroidserver/install.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "Failed to install '{apkfilename}' on {dev}: {error}"
|
msgid "Failed to install '{apkfilename}' on {dev}: {error}"
|
||||||
msgstr ""
|
msgstr "'{apkfilename}':n asentaminen kohteelle {dev} epäonnistui: {error}"
|
||||||
|
|
||||||
#: ../fdroidserver/common.py
|
#: ../fdroidserver/common.py
|
||||||
msgid "Failed to sign application"
|
msgid "Failed to sign application"
|
||||||
|
|
@ -799,7 +820,7 @@ msgstr ""
|
||||||
#: ../fdroidserver/signatures.py
|
#: ../fdroidserver/signatures.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "Fetched signatures for '{apkfilename}' -> '{sigdir}'"
|
msgid "Fetched signatures for '{apkfilename}' -> '{sigdir}'"
|
||||||
msgstr ""
|
msgstr "Haetut allekirjoitukset kohteelle '{apkfilename}' -> '{sigdir}'"
|
||||||
|
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
@ -882,17 +903,17 @@ msgstr ""
|
||||||
#: ../fdroidserver/deploy.py
|
#: ../fdroidserver/deploy.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "Found {apkfilename} at {url}"
|
msgid "Found {apkfilename} at {url}"
|
||||||
msgstr ""
|
msgstr "{apkfilename} löytyi {url}:lla"
|
||||||
|
|
||||||
#: ../fdroidserver/scanner.py
|
#: ../fdroidserver/scanner.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "Found {count} problems in {filename}"
|
msgid "Found {count} problems in {filename}"
|
||||||
msgstr ""
|
msgstr "Löytyi {count} ongelmaa {filename}:ssa"
|
||||||
|
|
||||||
#: ../fdroidserver/scanner.py
|
#: ../fdroidserver/scanner.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "Found {count} warnings in {filename}"
|
msgid "Found {count} warnings in {filename}"
|
||||||
msgstr ""
|
msgstr "Löytyi {count} varoitusta {filename}:ssa"
|
||||||
|
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
@ -965,6 +986,11 @@ msgstr ""
|
||||||
msgid "Ignoring bad element in manifest: %s"
|
msgid "Ignoring bad element in manifest: %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "Ignoring deprecated {oldfile}, use {newfile}!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/index.py
|
#: ../fdroidserver/index.py
|
||||||
msgid "Ignoring package without metadata: "
|
msgid "Ignoring package without metadata: "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -972,7 +998,7 @@ msgstr ""
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "Ignoring stale cache data for {apkfilename}"
|
msgid "Ignoring stale cache data for {apkfilename}"
|
||||||
msgstr ""
|
msgstr "Ohitetaan vanhentuneet välimuistitiedot kohteelle {apkfilename}"
|
||||||
|
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
msgid "Include APKs that are signed with disabled algorithms like MD5"
|
msgid "Include APKs that are signed with disabled algorithms like MD5"
|
||||||
|
|
@ -1020,7 +1046,7 @@ msgstr ""
|
||||||
#: ../fdroidserver/install.py
|
#: ../fdroidserver/install.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "Installing '{apkfilename}' on {dev}..."
|
msgid "Installing '{apkfilename}' on {dev}..."
|
||||||
msgstr ""
|
msgstr "Asennetaan '{apkfilename}' kohteelle {dev}..."
|
||||||
|
|
||||||
#: ../fdroidserver/__main__.py
|
#: ../fdroidserver/__main__.py
|
||||||
msgid "Interact with the repo HTTP server"
|
msgid "Interact with the repo HTTP server"
|
||||||
|
|
@ -1128,7 +1154,7 @@ msgstr ""
|
||||||
#: ../fdroidserver/build.py
|
#: ../fdroidserver/build.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "Keeping failed build \"{apkfilename}\""
|
msgid "Keeping failed build \"{apkfilename}\""
|
||||||
msgstr ""
|
msgstr "Säilytetään epäonnistunut koonti \"{apkfilename}\""
|
||||||
|
|
||||||
#: ../fdroidserver/init.py
|
#: ../fdroidserver/init.py
|
||||||
msgid "Keystore for signing key:\t"
|
msgid "Keystore for signing key:\t"
|
||||||
|
|
@ -1308,7 +1334,7 @@ msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
msgid "OBB filename must start with \"main.\" or \"patch.\":"
|
msgid "OBB filename must start with \"main.\" or \"patch.\":"
|
||||||
msgstr ""
|
msgstr "OBB-tiedoston nimen alussa on oltava \"main\". tai \"patch\".:"
|
||||||
|
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
msgid "OBB's packagename does not match a supported APK:"
|
msgid "OBB's packagename does not match a supported APK:"
|
||||||
|
|
@ -1335,6 +1361,10 @@ msgstr ""
|
||||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
msgid "Only accepts a single key \"env\""
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/checkupdates.py
|
#: ../fdroidserver/checkupdates.py
|
||||||
msgid "Only print differences with the Play Store"
|
msgid "Only print differences with the Play Store"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -1372,7 +1402,7 @@ msgstr ""
|
||||||
#: ../fdroidserver/index.py
|
#: ../fdroidserver/index.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "Overriding blank versionName in {apkfilename} from metadata: {version}"
|
msgid "Overriding blank versionName in {apkfilename} from metadata: {version}"
|
||||||
msgstr ""
|
msgstr "Tyhjän versionName:n ohittaminen kohteessa {apkfilename} metatiedoista: {version}"
|
||||||
|
|
||||||
#: ../fdroidserver/import_subcommand.py
|
#: ../fdroidserver/import_subcommand.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
@ -1430,7 +1460,7 @@ msgstr ""
|
||||||
#: ../fdroidserver/publish.py ../fdroidserver/update.py
|
#: ../fdroidserver/publish.py ../fdroidserver/update.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "Processing {apkfilename}"
|
msgid "Processing {apkfilename}"
|
||||||
msgstr ""
|
msgstr "Käsitellään {apkfilename}"
|
||||||
|
|
||||||
#: ../fdroidserver/checkupdates.py ../fdroidserver/scanner.py
|
#: ../fdroidserver/checkupdates.py ../fdroidserver/scanner.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
@ -1483,17 +1513,17 @@ msgstr ""
|
||||||
#: ../fdroidserver/common.py
|
#: ../fdroidserver/common.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "Reading packageName/versionCode/versionName failed, APK invalid: '{apkfilename}'"
|
msgid "Reading packageName/versionCode/versionName failed, APK invalid: '{apkfilename}'"
|
||||||
msgstr ""
|
msgstr "Kohteen packageName/versionCode/versionName lukeminen epäonnistui, APK virheellinen: '{apkfilename}'"
|
||||||
|
|
||||||
#: ../fdroidserver/common.py
|
#: ../fdroidserver/common.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "Reading packageName/versionCode/versionName failed,APK invalid: '{apkfilename}'"
|
msgid "Reading packageName/versionCode/versionName failed,APK invalid: '{apkfilename}'"
|
||||||
msgstr ""
|
msgstr "Kohteen packageName/versionCode/versionName lukeminen epäonnistui, APK virheellinen: '{apkfilename}'"
|
||||||
|
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "Reading {apkfilename} from cache"
|
msgid "Reading {apkfilename} from cache"
|
||||||
msgstr ""
|
msgstr "Luetaan {apkfilename} välimuistista"
|
||||||
|
|
||||||
#: ../fdroidserver/build.py
|
#: ../fdroidserver/build.py
|
||||||
msgid "Refresh and cache scanner rules and signatures from the network"
|
msgid "Refresh and cache scanner rules and signatures from the network"
|
||||||
|
|
@ -1527,7 +1557,7 @@ msgstr ""
|
||||||
#: ../fdroidserver/nightly.py
|
#: ../fdroidserver/nightly.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "Resigning {apkfilename} with provided debug.keystore"
|
msgid "Resigning {apkfilename} with provided debug.keystore"
|
||||||
msgstr ""
|
msgstr "Allekirjoitetaan {apkfilename} uudelleen toimitetulla debug.keystore:lla"
|
||||||
|
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
msgid "Resize all the icons exceeding the max pixel size and exit"
|
msgid "Resize all the icons exceeding the max pixel size and exit"
|
||||||
|
|
@ -1661,7 +1691,7 @@ msgstr ""
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "Skipping '{apkfilename}' with invalid signature!"
|
msgid "Skipping '{apkfilename}' with invalid signature!"
|
||||||
msgstr ""
|
msgstr "Ohitetaan '{apkfilename}' virheellisellä allekirjoituksella!"
|
||||||
|
|
||||||
#: ../fdroidserver/deploy.py ../fdroidserver/index.py
|
#: ../fdroidserver/deploy.py ../fdroidserver/index.py
|
||||||
#, python-format
|
#, python-format
|
||||||
|
|
@ -1676,7 +1706,7 @@ msgstr ""
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "Skipping {apkfilename} with invalid signature!"
|
msgid "Skipping {apkfilename} with invalid signature!"
|
||||||
msgstr ""
|
msgstr "Ohitetaan {apkfilename} virheellisellä allekirjoituksella!"
|
||||||
|
|
||||||
#: ../fdroidserver/scanner.py
|
#: ../fdroidserver/scanner.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
@ -1702,7 +1732,7 @@ msgstr ""
|
||||||
#: ../fdroidserver/nightly.py
|
#: ../fdroidserver/nightly.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "Stripping mystery signature from {apkfilename}"
|
msgid "Stripping mystery signature from {apkfilename}"
|
||||||
msgstr ""
|
msgstr "Salaperäisen allekirjoituksen poistaminen kohteesta {apkfilename}"
|
||||||
|
|
||||||
#: ../fdroidserver/lint.py
|
#: ../fdroidserver/lint.py
|
||||||
#, python-format
|
#, python-format
|
||||||
|
|
@ -1731,6 +1761,10 @@ msgstr ""
|
||||||
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/index.py
|
||||||
|
msgid "The \"qrcode\" Python package is not installed (e.g. apt-get install python3-qrcode)!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
@ -1838,7 +1872,7 @@ msgstr ""
|
||||||
#: ../fdroidserver/lint.py
|
#: ../fdroidserver/lint.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "Unknown file '{filename}' in build '{versionName}'"
|
msgid "Unknown file '{filename}' in build '{versionName}'"
|
||||||
msgstr ""
|
msgstr "Tuntematon tiedosto '{filename}' koonnissa '{versionName}'"
|
||||||
|
|
||||||
#: ../fdroidserver/metadata.py
|
#: ../fdroidserver/metadata.py
|
||||||
#, python-format
|
#, python-format
|
||||||
|
|
@ -1951,12 +1985,12 @@ msgstr ""
|
||||||
#: ../fdroidserver/deploy.py
|
#: ../fdroidserver/deploy.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "Uploading {apkfilename} to androidobservatory.org"
|
msgid "Uploading {apkfilename} to androidobservatory.org"
|
||||||
msgstr ""
|
msgstr "Ulosladataan {apkfilename}:a osoitteeseen androidobservatory.org"
|
||||||
|
|
||||||
#: ../fdroidserver/deploy.py
|
#: ../fdroidserver/deploy.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "Uploading {apkfilename} to virustotal"
|
msgid "Uploading {apkfilename} to virustotal"
|
||||||
msgstr ""
|
msgstr "Ulosladataan {apkfilename} virustotaliin"
|
||||||
|
|
||||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
|
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
|
||||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
|
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
|
||||||
|
|
@ -2188,7 +2222,7 @@ msgstr ""
|
||||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
|
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "can't open '%(filename)s': %(error)s"
|
msgid "can't open '%(filename)s': %(error)s"
|
||||||
msgstr ""
|
msgstr "%(filename)s:a ei voi avata: %(error)s"
|
||||||
|
|
||||||
#: ../fdroidserver/scanner.py
|
#: ../fdroidserver/scanner.py
|
||||||
msgid "can't open non-https url: '{};"
|
msgid "can't open non-https url: '{};"
|
||||||
|
|
@ -2280,7 +2314,7 @@ msgstr ""
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "deleting: repo/{apkfilename}"
|
msgid "deleting: repo/{apkfilename}"
|
||||||
msgstr ""
|
msgstr "Poistetaan: repo/{apkfilename}"
|
||||||
|
|
||||||
#: ../fdroidserver/scanner.py
|
#: ../fdroidserver/scanner.py
|
||||||
msgid "dependency file without lock"
|
msgid "dependency file without lock"
|
||||||
|
|
@ -2588,7 +2622,7 @@ msgstr ""
|
||||||
#: ../fdroidserver/signatures.py
|
#: ../fdroidserver/signatures.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "refuse downloading via insecure HTTP connection (use HTTPS or specify --no-https-check): {apkfilename}"
|
msgid "refuse downloading via insecure HTTP connection (use HTTPS or specify --no-https-check): {apkfilename}"
|
||||||
msgstr ""
|
msgstr "kieltäydy lataamisesta suojaamattoman HTTP-yhteyden kautta; käytä HTTPS:a tai määritä '--no-https-check': {apkfilename}"
|
||||||
|
|
||||||
#: ../fdroidserver/index.py
|
#: ../fdroidserver/index.py
|
||||||
#, python-format
|
#, python-format
|
||||||
|
|
@ -2741,17 +2775,17 @@ msgstr[1] ""
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{apkfilename} ({appid}) has no metadata!"
|
msgid "{apkfilename} ({appid}) has no metadata!"
|
||||||
msgstr ""
|
msgstr "{apkfilename}:lla ({appid}) ei ole metatietoja!"
|
||||||
|
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{apkfilename} has multiple {name} files, looks like Master Key exploit!"
|
msgid "{apkfilename} has multiple {name} files, looks like Master Key exploit!"
|
||||||
msgstr ""
|
msgstr "{apkfilename} sisältää useita {name} tiedostoja, näyttää Pääavaimen hyväksikäytöltä!"
|
||||||
|
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{apkfilename}'s AndroidManifest.xml has a bad date: "
|
msgid "{apkfilename}'s AndroidManifest.xml has a bad date: "
|
||||||
msgstr ""
|
msgstr "{apkfilename}:n AndroidManifest.xml:ssa on väärä päivämäärä: "
|
||||||
|
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
@ -2824,6 +2858,11 @@ msgstr ""
|
||||||
msgid "{oldfile} is deprecated, use {newfile}"
|
msgid "{oldfile} is deprecated, use {newfile}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/update.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "{path1} is a duplicate of {path2}, remove one!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/import_subcommand.py
|
#: ../fdroidserver/import_subcommand.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{path} already exists, ignoring import results!"
|
msgid "{path} already exists, ignoring import results!"
|
||||||
|
|
|
||||||
|
|
@ -46,7 +46,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: fdroidserver 0.9\n"
|
"Project-Id-Version: fdroidserver 0.9\n"
|
||||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
||||||
"POT-Creation-Date: 2025-01-21 17:02+0100\n"
|
"POT-Creation-Date: 2025-03-19 17:55+0100\n"
|
||||||
"PO-Revision-Date: 2025-03-02 16:42+0000\n"
|
"PO-Revision-Date: 2025-03-02 16:42+0000\n"
|
||||||
"Last-Translator: Lula Bye <translate.cylinder716@passinbox.com>\n"
|
"Last-Translator: Lula Bye <translate.cylinder716@passinbox.com>\n"
|
||||||
"Language-Team: French <https://hosted.weblate.org/projects/f-droid/fdroidserver/fr/>\n"
|
"Language-Team: French <https://hosted.weblate.org/projects/f-droid/fdroidserver/fr/>\n"
|
||||||
|
|
@ -560,6 +560,11 @@ msgstr "Nouveau container « {name} » créé"
|
||||||
msgid "Creating \"{path}\" for configuring s3cmd."
|
msgid "Creating \"{path}\" for configuring s3cmd."
|
||||||
msgstr "Création de « {path} » pour configurer s3cmd."
|
msgstr "Création de « {path} » pour configurer s3cmd."
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, fuzzy, python-brace-format
|
||||||
|
msgid "Creating empty {config_file}"
|
||||||
|
msgstr "Lecture de '{config_file}'"
|
||||||
|
|
||||||
#: ../fdroidserver/publish.py
|
#: ../fdroidserver/publish.py
|
||||||
msgid "Creating log directory"
|
msgid "Creating log directory"
|
||||||
msgstr "Création du répertoire des logs"
|
msgstr "Création du répertoire des logs"
|
||||||
|
|
@ -743,6 +748,16 @@ msgstr "ERREUR : hébergeur git « %s » non supporté, les corrections sont
|
||||||
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
||||||
msgstr "ERREUR : {key} dans {path} n'est pas \"archive\" ou \"repo\"."
|
msgstr "ERREUR : {key} dans {path} n'est pas \"archive\" ou \"repo\"."
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key} not a valid key!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key}'s value should be of type {t}!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/lint.py
|
#: ../fdroidserver/lint.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
||||||
|
|
@ -767,6 +782,11 @@ msgstr ""
|
||||||
msgid "Environment variable {var} from {configname} is not set!"
|
msgid "Environment variable {var} from {configname} is not set!"
|
||||||
msgstr "La variable d'environnent {var} de {configname} n'est pas configurée !"
|
msgstr "La variable d'environnent {var} de {configname} n'est pas configurée !"
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, fuzzy, python-brace-format
|
||||||
|
msgid "Environment variable {{env: {var}}} is not set!"
|
||||||
|
msgstr "La variable d'environnent {var} de {configname} n'est pas configurée !"
|
||||||
|
|
||||||
#: ../fdroidserver/deploy.py
|
#: ../fdroidserver/deploy.py
|
||||||
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
||||||
msgstr "Erreur lors du déploiement 'github_releases' : {} est absent (vous devriez peut-être d'abord lancer `fdroid update`)."
|
msgstr "Erreur lors du déploiement 'github_releases' : {} est absent (vous devriez peut-être d'abord lancer `fdroid update`)."
|
||||||
|
|
@ -1013,6 +1033,11 @@ msgstr "Ignorer l'entrée FUNDING.yml supérieure à 2048 : %s"
|
||||||
msgid "Ignoring bad element in manifest: %s"
|
msgid "Ignoring bad element in manifest: %s"
|
||||||
msgstr "Un mauvais élément du manifest est ignoré : %s"
|
msgstr "Un mauvais élément du manifest est ignoré : %s"
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, fuzzy, python-brace-format
|
||||||
|
msgid "Ignoring deprecated {oldfile}, use {newfile}!"
|
||||||
|
msgstr "{oldfile} est obsolète, utilisez {newfile}"
|
||||||
|
|
||||||
#: ../fdroidserver/index.py
|
#: ../fdroidserver/index.py
|
||||||
msgid "Ignoring package without metadata: "
|
msgid "Ignoring package without metadata: "
|
||||||
msgstr "Paquet sans métadonnées ignoré : "
|
msgstr "Paquet sans métadonnées ignoré : "
|
||||||
|
|
@ -1383,6 +1408,10 @@ msgstr "L'un des éléments de configuration 'github_releases' ne contient pas l
|
||||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
||||||
msgstr "Seuls les formats PNG et JPEG sont pris en charge pour les graphiques, trouvés : {path}"
|
msgstr "Seuls les formats PNG et JPEG sont pris en charge pour les graphiques, trouvés : {path}"
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
msgid "Only accepts a single key \"env\""
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/checkupdates.py
|
#: ../fdroidserver/checkupdates.py
|
||||||
msgid "Only print differences with the Play Store"
|
msgid "Only print differences with the Play Store"
|
||||||
msgstr "Afficher uniquement les différences avec le Play Store"
|
msgstr "Afficher uniquement les différences avec le Play Store"
|
||||||
|
|
@ -1779,6 +1808,10 @@ msgstr "Le mode de mise à jour par étiquettes est utilisé dans git-svn, mais
|
||||||
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
||||||
msgstr "Mode test — mettre la sortie dans le dossier tmp uniquement et toujours compiler, même si la sortie existe déjà."
|
msgstr "Mode test — mettre la sortie dans le dossier tmp uniquement et toujours compiler, même si la sortie existe déjà."
|
||||||
|
|
||||||
|
#: ../fdroidserver/index.py
|
||||||
|
msgid "The \"qrcode\" Python package is not installed (e.g. apt-get install python3-qrcode)!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
@ -2887,6 +2920,11 @@ msgstr "{name} \"{section}/icons/{path}\" n'existe pas ! Vérifiez \"config.yml\
|
||||||
msgid "{oldfile} is deprecated, use {newfile}"
|
msgid "{oldfile} is deprecated, use {newfile}"
|
||||||
msgstr "{oldfile} est obsolète, utilisez {newfile}"
|
msgstr "{oldfile} est obsolète, utilisez {newfile}"
|
||||||
|
|
||||||
|
#: ../fdroidserver/update.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "{path1} is a duplicate of {path2}, remove one!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/import_subcommand.py
|
#: ../fdroidserver/import_subcommand.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{path} already exists, ignoring import results!"
|
msgid "{path} already exists, ignoring import results!"
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: fdroidserver 2.0\n"
|
"Project-Id-Version: fdroidserver 2.0\n"
|
||||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
||||||
"POT-Creation-Date: 2025-01-21 17:02+0100\n"
|
"POT-Creation-Date: 2025-03-19 17:55+0100\n"
|
||||||
"PO-Revision-Date: 2021-07-01 15:29+0000\n"
|
"PO-Revision-Date: 2021-07-01 15:29+0000\n"
|
||||||
"Last-Translator: Vancha March <tjipkevdh@gmail.com>\n"
|
"Last-Translator: Vancha March <tjipkevdh@gmail.com>\n"
|
||||||
"Language-Team: Frisian <https://hosted.weblate.org/projects/f-droid/fdroidserver/fy/>\n"
|
"Language-Team: Frisian <https://hosted.weblate.org/projects/f-droid/fdroidserver/fy/>\n"
|
||||||
|
|
@ -515,6 +515,11 @@ msgstr ""
|
||||||
msgid "Creating \"{path}\" for configuring s3cmd."
|
msgid "Creating \"{path}\" for configuring s3cmd."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "Creating empty {config_file}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/publish.py
|
#: ../fdroidserver/publish.py
|
||||||
msgid "Creating log directory"
|
msgid "Creating log directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -696,6 +701,16 @@ msgstr ""
|
||||||
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key} not a valid key!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key}'s value should be of type {t}!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/lint.py
|
#: ../fdroidserver/lint.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
||||||
|
|
@ -718,6 +733,11 @@ msgstr ""
|
||||||
msgid "Environment variable {var} from {configname} is not set!"
|
msgid "Environment variable {var} from {configname} is not set!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "Environment variable {{env: {var}}} is not set!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/deploy.py
|
#: ../fdroidserver/deploy.py
|
||||||
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -964,6 +984,11 @@ msgstr ""
|
||||||
msgid "Ignoring bad element in manifest: %s"
|
msgid "Ignoring bad element in manifest: %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "Ignoring deprecated {oldfile}, use {newfile}!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/index.py
|
#: ../fdroidserver/index.py
|
||||||
msgid "Ignoring package without metadata: "
|
msgid "Ignoring package without metadata: "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -1334,6 +1359,10 @@ msgstr ""
|
||||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
msgid "Only accepts a single key \"env\""
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/checkupdates.py
|
#: ../fdroidserver/checkupdates.py
|
||||||
msgid "Only print differences with the Play Store"
|
msgid "Only print differences with the Play Store"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -1730,6 +1759,10 @@ msgstr ""
|
||||||
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/index.py
|
||||||
|
msgid "The \"qrcode\" Python package is not installed (e.g. apt-get install python3-qrcode)!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
@ -2824,6 +2857,11 @@ msgstr ""
|
||||||
msgid "{oldfile} is deprecated, use {newfile}"
|
msgid "{oldfile} is deprecated, use {newfile}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/update.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "{path1} is a duplicate of {path2}, remove one!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/import_subcommand.py
|
#: ../fdroidserver/import_subcommand.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{path} already exists, ignoring import results!"
|
msgid "{path} already exists, ignoring import results!"
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: fdroidserver 2.3a1-162-gfbb3cc59\n"
|
"Project-Id-Version: fdroidserver 2.3a1-162-gfbb3cc59\n"
|
||||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
||||||
"POT-Creation-Date: 2025-01-21 17:02+0100\n"
|
"POT-Creation-Date: 2025-03-19 17:55+0100\n"
|
||||||
"PO-Revision-Date: 2025-01-23 09:05+0000\n"
|
"PO-Revision-Date: 2025-01-23 09:05+0000\n"
|
||||||
"Last-Translator: Aindriú Mac Giolla Eoin <aindriu80@gmail.com>\n"
|
"Last-Translator: Aindriú Mac Giolla Eoin <aindriu80@gmail.com>\n"
|
||||||
"Language-Team: Irish <https://hosted.weblate.org/projects/f-droid/fdroidserver/ga/>\n"
|
"Language-Team: Irish <https://hosted.weblate.org/projects/f-droid/fdroidserver/ga/>\n"
|
||||||
|
|
@ -525,6 +525,11 @@ msgstr "Cruthaíodh coimeádán nua \"{name}\""
|
||||||
msgid "Creating \"{path}\" for configuring s3cmd."
|
msgid "Creating \"{path}\" for configuring s3cmd."
|
||||||
msgstr "Ag cruthú \"{path}\" chun s3cmd a chumrú."
|
msgstr "Ag cruthú \"{path}\" chun s3cmd a chumrú."
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, fuzzy, python-brace-format
|
||||||
|
msgid "Creating empty {config_file}"
|
||||||
|
msgstr "Ag léamh '{config_file}'"
|
||||||
|
|
||||||
#: ../fdroidserver/publish.py
|
#: ../fdroidserver/publish.py
|
||||||
msgid "Creating log directory"
|
msgid "Creating log directory"
|
||||||
msgstr "Comhadlann logála á cruthú"
|
msgstr "Comhadlann logála á cruthú"
|
||||||
|
|
@ -708,6 +713,16 @@ msgstr "EARRÁID: Óstríomhaire git gan tacaíocht \"%s\", fáilte roimh phaist
|
||||||
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
||||||
msgstr "EARRÁID: Níl {key} i {path} \"archive\" nó \"repo\"!"
|
msgstr "EARRÁID: Níl {key} i {path} \"archive\" nó \"repo\"!"
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key} not a valid key!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key}'s value should be of type {t}!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/lint.py
|
#: ../fdroidserver/lint.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
||||||
|
|
@ -732,6 +747,11 @@ msgstr ""
|
||||||
msgid "Environment variable {var} from {configname} is not set!"
|
msgid "Environment variable {var} from {configname} is not set!"
|
||||||
msgstr "Níl athróg timpeallachta {var} ó {configname} socraithe!"
|
msgstr "Níl athróg timpeallachta {var} ó {configname} socraithe!"
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, fuzzy, python-brace-format
|
||||||
|
msgid "Environment variable {{env: {var}}} is not set!"
|
||||||
|
msgstr "Níl athróg timpeallachta {var} ó {configname} socraithe!"
|
||||||
|
|
||||||
#: ../fdroidserver/deploy.py
|
#: ../fdroidserver/deploy.py
|
||||||
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
||||||
msgstr "Earráid agus 'github_releases' á úsáid, {} gan a bheith i láthair. (B'fhéidir go mbeidh ort 'nuashonrú fdroid' a rith ar dtús.)"
|
msgstr "Earráid agus 'github_releases' á úsáid, {} gan a bheith i láthair. (B'fhéidir go mbeidh ort 'nuashonrú fdroid' a rith ar dtús.)"
|
||||||
|
|
@ -978,6 +998,11 @@ msgstr "Gan neamhaird a dhéanamh FUNDING.yml iontráil níos faide ná 2048: %s
|
||||||
msgid "Ignoring bad element in manifest: %s"
|
msgid "Ignoring bad element in manifest: %s"
|
||||||
msgstr "Neamhaird á déanamh ar dhrocheilimint sa léiriú: %s"
|
msgstr "Neamhaird á déanamh ar dhrocheilimint sa léiriú: %s"
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, fuzzy, python-brace-format
|
||||||
|
msgid "Ignoring deprecated {oldfile}, use {newfile}!"
|
||||||
|
msgstr "Tá {oldfile} imithe i léig, úsáid {newfile}"
|
||||||
|
|
||||||
#: ../fdroidserver/index.py
|
#: ../fdroidserver/index.py
|
||||||
msgid "Ignoring package without metadata: "
|
msgid "Ignoring package without metadata: "
|
||||||
msgstr "Neamhaird a dhéanamh ar phacáiste gan mheiteashonraí: "
|
msgstr "Neamhaird a dhéanamh ar phacáiste gan mheiteashonraí: "
|
||||||
|
|
@ -1348,6 +1373,10 @@ msgstr "Tá an luach 'comhartha' in easnamh ar cheann de na míreanna cumraíoch
|
||||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
||||||
msgstr "Ní thacaítear ach le PNG agus JPEG le haghaidh grafaicí, le fáil: {path}"
|
msgstr "Ní thacaítear ach le PNG agus JPEG le haghaidh grafaicí, le fáil: {path}"
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
msgid "Only accepts a single key \"env\""
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/checkupdates.py
|
#: ../fdroidserver/checkupdates.py
|
||||||
msgid "Only print differences with the Play Store"
|
msgid "Only print differences with the Play Store"
|
||||||
msgstr "Ná priontáil ach difríochtaí leis an Play Store"
|
msgstr "Ná priontáil ach difríochtaí leis an Play Store"
|
||||||
|
|
@ -1747,6 +1776,10 @@ msgstr "Clibeanna cothrom le dáta modh a úsáidtear i git-svn, ach ní raibh a
|
||||||
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
||||||
msgstr "Modh tástála - aschur a chur san eolaire tmp amháin, agus a thógáil i gcónaí, fiú má tá an t-aschur ann cheana féin."
|
msgstr "Modh tástála - aschur a chur san eolaire tmp amháin, agus a thógáil i gcónaí, fiú má tá an t-aschur ann cheana féin."
|
||||||
|
|
||||||
|
#: ../fdroidserver/index.py
|
||||||
|
msgid "The \"qrcode\" Python package is not installed (e.g. apt-get install python3-qrcode)!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
@ -2856,6 +2889,11 @@ msgstr "{name} Níl \"{section}/icons/{path}\" ann! Seiceáil \"config.yml\"."
|
||||||
msgid "{oldfile} is deprecated, use {newfile}"
|
msgid "{oldfile} is deprecated, use {newfile}"
|
||||||
msgstr "Tá {oldfile} imithe i léig, úsáid {newfile}"
|
msgstr "Tá {oldfile} imithe i léig, úsáid {newfile}"
|
||||||
|
|
||||||
|
#: ../fdroidserver/update.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "{path1} is a duplicate of {path2}, remove one!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/import_subcommand.py
|
#: ../fdroidserver/import_subcommand.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{path} already exists, ignoring import results!"
|
msgid "{path} already exists, ignoring import results!"
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: fdroidserver 2.1b0\n"
|
"Project-Id-Version: fdroidserver 2.1b0\n"
|
||||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
||||||
"POT-Creation-Date: 2025-01-21 17:02+0100\n"
|
"POT-Creation-Date: 2025-03-19 17:55+0100\n"
|
||||||
"PO-Revision-Date: 2024-08-18 06:27+0000\n"
|
"PO-Revision-Date: 2024-08-18 06:27+0000\n"
|
||||||
"Last-Translator: Yaron Shahrabani <sh.yaron@gmail.com>\n"
|
"Last-Translator: Yaron Shahrabani <sh.yaron@gmail.com>\n"
|
||||||
"Language-Team: Hebrew <https://hosted.weblate.org/projects/f-droid/fdroidserver/he/>\n"
|
"Language-Team: Hebrew <https://hosted.weblate.org/projects/f-droid/fdroidserver/he/>\n"
|
||||||
|
|
@ -516,6 +516,11 @@ msgstr ""
|
||||||
msgid "Creating \"{path}\" for configuring s3cmd."
|
msgid "Creating \"{path}\" for configuring s3cmd."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "Creating empty {config_file}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/publish.py
|
#: ../fdroidserver/publish.py
|
||||||
msgid "Creating log directory"
|
msgid "Creating log directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -697,6 +702,16 @@ msgstr ""
|
||||||
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key} not a valid key!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key}'s value should be of type {t}!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/lint.py
|
#: ../fdroidserver/lint.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
||||||
|
|
@ -719,6 +734,11 @@ msgstr ""
|
||||||
msgid "Environment variable {var} from {configname} is not set!"
|
msgid "Environment variable {var} from {configname} is not set!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "Environment variable {{env: {var}}} is not set!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/deploy.py
|
#: ../fdroidserver/deploy.py
|
||||||
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -965,6 +985,11 @@ msgstr ""
|
||||||
msgid "Ignoring bad element in manifest: %s"
|
msgid "Ignoring bad element in manifest: %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "Ignoring deprecated {oldfile}, use {newfile}!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/index.py
|
#: ../fdroidserver/index.py
|
||||||
msgid "Ignoring package without metadata: "
|
msgid "Ignoring package without metadata: "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -1335,6 +1360,10 @@ msgstr ""
|
||||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
msgid "Only accepts a single key \"env\""
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/checkupdates.py
|
#: ../fdroidserver/checkupdates.py
|
||||||
msgid "Only print differences with the Play Store"
|
msgid "Only print differences with the Play Store"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -1731,6 +1760,10 @@ msgstr ""
|
||||||
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/index.py
|
||||||
|
msgid "The \"qrcode\" Python package is not installed (e.g. apt-get install python3-qrcode)!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
@ -2824,6 +2857,11 @@ msgstr ""
|
||||||
msgid "{oldfile} is deprecated, use {newfile}"
|
msgid "{oldfile} is deprecated, use {newfile}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/update.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "{path1} is a duplicate of {path2}, remove one!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/import_subcommand.py
|
#: ../fdroidserver/import_subcommand.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{path} already exists, ignoring import results!"
|
msgid "{path} already exists, ignoring import results!"
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: fdroidserver 2.0a5-27-gf24eae0f\n"
|
"Project-Id-Version: fdroidserver 2.0a5-27-gf24eae0f\n"
|
||||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
||||||
"POT-Creation-Date: 2025-01-21 17:02+0100\n"
|
"POT-Creation-Date: 2025-03-19 17:55+0100\n"
|
||||||
"PO-Revision-Date: 2023-02-22 11:24+0000\n"
|
"PO-Revision-Date: 2023-02-22 11:24+0000\n"
|
||||||
"Last-Translator: Saurmandal <saurmandal@protonmail.com>\n"
|
"Last-Translator: Saurmandal <saurmandal@protonmail.com>\n"
|
||||||
"Language-Team: Hindi <https://hosted.weblate.org/projects/f-droid/fdroidserver/hi/>\n"
|
"Language-Team: Hindi <https://hosted.weblate.org/projects/f-droid/fdroidserver/hi/>\n"
|
||||||
|
|
@ -516,6 +516,11 @@ msgstr ""
|
||||||
msgid "Creating \"{path}\" for configuring s3cmd."
|
msgid "Creating \"{path}\" for configuring s3cmd."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "Creating empty {config_file}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/publish.py
|
#: ../fdroidserver/publish.py
|
||||||
msgid "Creating log directory"
|
msgid "Creating log directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -697,6 +702,16 @@ msgstr ""
|
||||||
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key} not a valid key!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key}'s value should be of type {t}!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/lint.py
|
#: ../fdroidserver/lint.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
||||||
|
|
@ -719,6 +734,11 @@ msgstr ""
|
||||||
msgid "Environment variable {var} from {configname} is not set!"
|
msgid "Environment variable {var} from {configname} is not set!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "Environment variable {{env: {var}}} is not set!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/deploy.py
|
#: ../fdroidserver/deploy.py
|
||||||
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -965,6 +985,11 @@ msgstr ""
|
||||||
msgid "Ignoring bad element in manifest: %s"
|
msgid "Ignoring bad element in manifest: %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "Ignoring deprecated {oldfile}, use {newfile}!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/index.py
|
#: ../fdroidserver/index.py
|
||||||
msgid "Ignoring package without metadata: "
|
msgid "Ignoring package without metadata: "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -1335,6 +1360,10 @@ msgstr ""
|
||||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
msgid "Only accepts a single key \"env\""
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/checkupdates.py
|
#: ../fdroidserver/checkupdates.py
|
||||||
msgid "Only print differences with the Play Store"
|
msgid "Only print differences with the Play Store"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -1731,6 +1760,10 @@ msgstr ""
|
||||||
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/index.py
|
||||||
|
msgid "The \"qrcode\" Python package is not installed (e.g. apt-get install python3-qrcode)!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
@ -2825,6 +2858,11 @@ msgstr ""
|
||||||
msgid "{oldfile} is deprecated, use {newfile}"
|
msgid "{oldfile} is deprecated, use {newfile}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/update.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "{path1} is a duplicate of {path2}, remove one!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/import_subcommand.py
|
#: ../fdroidserver/import_subcommand.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{path} already exists, ignoring import results!"
|
msgid "{path} already exists, ignoring import results!"
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: fdroidserver 1.0.6-70-g54bc858\n"
|
"Project-Id-Version: fdroidserver 1.0.6-70-g54bc858\n"
|
||||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
||||||
"POT-Creation-Date: 2025-01-21 17:02+0100\n"
|
"POT-Creation-Date: 2025-03-19 17:55+0100\n"
|
||||||
"PO-Revision-Date: 2024-04-10 13:33+0000\n"
|
"PO-Revision-Date: 2024-04-10 13:33+0000\n"
|
||||||
"Last-Translator: Hans-Christoph Steiner <hans@guardianproject.info>\n"
|
"Last-Translator: Hans-Christoph Steiner <hans@guardianproject.info>\n"
|
||||||
"Language-Team: Hungarian <https://hosted.weblate.org/projects/f-droid/fdroidserver/hu/>\n"
|
"Language-Team: Hungarian <https://hosted.weblate.org/projects/f-droid/fdroidserver/hu/>\n"
|
||||||
|
|
@ -522,6 +522,11 @@ msgstr "Új „{name}” konténer létrehozva"
|
||||||
msgid "Creating \"{path}\" for configuring s3cmd."
|
msgid "Creating \"{path}\" for configuring s3cmd."
|
||||||
msgstr "„{path}” létrehozása a s3cmd beállításához."
|
msgstr "„{path}” létrehozása a s3cmd beállításához."
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, fuzzy, python-brace-format
|
||||||
|
msgid "Creating empty {config_file}"
|
||||||
|
msgstr "„{config_file}” olvasása"
|
||||||
|
|
||||||
#: ../fdroidserver/publish.py
|
#: ../fdroidserver/publish.py
|
||||||
msgid "Creating log directory"
|
msgid "Creating log directory"
|
||||||
msgstr "Naplókönyvtár létrehozása"
|
msgstr "Naplókönyvtár létrehozása"
|
||||||
|
|
@ -705,6 +710,16 @@ msgstr ""
|
||||||
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key} not a valid key!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key}'s value should be of type {t}!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/lint.py
|
#: ../fdroidserver/lint.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
||||||
|
|
@ -729,6 +744,11 @@ msgstr ""
|
||||||
msgid "Environment variable {var} from {configname} is not set!"
|
msgid "Environment variable {var} from {configname} is not set!"
|
||||||
msgstr "A(z) {configname} konfigurációból származó {var} környezeti változó nincs beállítva!"
|
msgstr "A(z) {configname} konfigurációból származó {var} környezeti változó nincs beállítva!"
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, fuzzy, python-brace-format
|
||||||
|
msgid "Environment variable {{env: {var}}} is not set!"
|
||||||
|
msgstr "A(z) {configname} konfigurációból származó {var} környezeti változó nincs beállítva!"
|
||||||
|
|
||||||
#: ../fdroidserver/deploy.py
|
#: ../fdroidserver/deploy.py
|
||||||
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -979,6 +999,11 @@ msgstr "A 2048-nál hosszabb FUNDING.yml bejegyzés figyelmen kívül hagyása:
|
||||||
msgid "Ignoring bad element in manifest: %s"
|
msgid "Ignoring bad element in manifest: %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "Ignoring deprecated {oldfile}, use {newfile}!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/index.py
|
#: ../fdroidserver/index.py
|
||||||
msgid "Ignoring package without metadata: "
|
msgid "Ignoring package without metadata: "
|
||||||
msgstr "A metaadatok nélküli csomag figyelmen kívül hagyása: "
|
msgstr "A metaadatok nélküli csomag figyelmen kívül hagyása: "
|
||||||
|
|
@ -1352,6 +1377,10 @@ msgstr ""
|
||||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
||||||
msgstr "A grafikáknál csak PNG és JPEG formátum támogatott, ez található: {path}"
|
msgstr "A grafikáknál csak PNG és JPEG formátum támogatott, ez található: {path}"
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
msgid "Only accepts a single key \"env\""
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/checkupdates.py
|
#: ../fdroidserver/checkupdates.py
|
||||||
msgid "Only print differences with the Play Store"
|
msgid "Only print differences with the Play Store"
|
||||||
msgstr "Csak a különbségek kiírása Play Áruház esetén"
|
msgstr "Csak a különbségek kiírása Play Áruház esetén"
|
||||||
|
|
@ -1750,6 +1779,10 @@ msgstr ""
|
||||||
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/index.py
|
||||||
|
msgid "The \"qrcode\" Python package is not installed (e.g. apt-get install python3-qrcode)!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
@ -2848,6 +2881,11 @@ msgstr ""
|
||||||
msgid "{oldfile} is deprecated, use {newfile}"
|
msgid "{oldfile} is deprecated, use {newfile}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/update.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "{path1} is a duplicate of {path2}, remove one!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/import_subcommand.py
|
#: ../fdroidserver/import_subcommand.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{path} already exists, ignoring import results!"
|
msgid "{path} already exists, ignoring import results!"
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: fdroidserver 1.1-680-ge1d3de71\n"
|
"Project-Id-Version: fdroidserver 1.1-680-ge1d3de71\n"
|
||||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
||||||
"POT-Creation-Date: 2025-01-21 17:02+0100\n"
|
"POT-Creation-Date: 2025-03-19 17:55+0100\n"
|
||||||
"PO-Revision-Date: 2024-10-04 04:26+0000\n"
|
"PO-Revision-Date: 2024-10-04 04:26+0000\n"
|
||||||
"Last-Translator: Doctorredits_here <alkaf.alkaf2018@tutamail.com>\n"
|
"Last-Translator: Doctorredits_here <alkaf.alkaf2018@tutamail.com>\n"
|
||||||
"Language-Team: Indonesian <https://hosted.weblate.org/projects/f-droid/fdroidserver/id/>\n"
|
"Language-Team: Indonesian <https://hosted.weblate.org/projects/f-droid/fdroidserver/id/>\n"
|
||||||
|
|
@ -520,6 +520,11 @@ msgstr ""
|
||||||
msgid "Creating \"{path}\" for configuring s3cmd."
|
msgid "Creating \"{path}\" for configuring s3cmd."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "Creating empty {config_file}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/publish.py
|
#: ../fdroidserver/publish.py
|
||||||
msgid "Creating log directory"
|
msgid "Creating log directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -701,6 +706,16 @@ msgstr ""
|
||||||
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key} not a valid key!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key}'s value should be of type {t}!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/lint.py
|
#: ../fdroidserver/lint.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
||||||
|
|
@ -723,6 +738,11 @@ msgstr ""
|
||||||
msgid "Environment variable {var} from {configname} is not set!"
|
msgid "Environment variable {var} from {configname} is not set!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "Environment variable {{env: {var}}} is not set!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/deploy.py
|
#: ../fdroidserver/deploy.py
|
||||||
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -969,6 +989,11 @@ msgstr ""
|
||||||
msgid "Ignoring bad element in manifest: %s"
|
msgid "Ignoring bad element in manifest: %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "Ignoring deprecated {oldfile}, use {newfile}!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/index.py
|
#: ../fdroidserver/index.py
|
||||||
msgid "Ignoring package without metadata: "
|
msgid "Ignoring package without metadata: "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -1339,6 +1364,10 @@ msgstr ""
|
||||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
msgid "Only accepts a single key \"env\""
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/checkupdates.py
|
#: ../fdroidserver/checkupdates.py
|
||||||
msgid "Only print differences with the Play Store"
|
msgid "Only print differences with the Play Store"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -1734,6 +1763,10 @@ msgstr ""
|
||||||
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/index.py
|
||||||
|
msgid "The \"qrcode\" Python package is not installed (e.g. apt-get install python3-qrcode)!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
@ -2825,6 +2858,11 @@ msgstr ""
|
||||||
msgid "{oldfile} is deprecated, use {newfile}"
|
msgid "{oldfile} is deprecated, use {newfile}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/update.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "{path1} is a duplicate of {path2}, remove one!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/import_subcommand.py
|
#: ../fdroidserver/import_subcommand.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{path} already exists, ignoring import results!"
|
msgid "{path} already exists, ignoring import results!"
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: fdroidserver 0.9\n"
|
"Project-Id-Version: fdroidserver 0.9\n"
|
||||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
||||||
"POT-Creation-Date: 2025-01-21 17:02+0100\n"
|
"POT-Creation-Date: 2025-03-19 17:55+0100\n"
|
||||||
"PO-Revision-Date: 2024-09-10 09:27+0000\n"
|
"PO-Revision-Date: 2024-09-10 09:27+0000\n"
|
||||||
"Last-Translator: Hans-Christoph Steiner <hans@guardianproject.info>\n"
|
"Last-Translator: Hans-Christoph Steiner <hans@guardianproject.info>\n"
|
||||||
"Language-Team: Italian <https://hosted.weblate.org/projects/f-droid/fdroidserver/it/>\n"
|
"Language-Team: Italian <https://hosted.weblate.org/projects/f-droid/fdroidserver/it/>\n"
|
||||||
|
|
@ -536,6 +536,11 @@ msgstr "Nuovo container \"{name}\" creato"
|
||||||
msgid "Creating \"{path}\" for configuring s3cmd."
|
msgid "Creating \"{path}\" for configuring s3cmd."
|
||||||
msgstr "Creazione \"{path}\" per configurazione s3cmd."
|
msgstr "Creazione \"{path}\" per configurazione s3cmd."
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, fuzzy, python-brace-format
|
||||||
|
msgid "Creating empty {config_file}"
|
||||||
|
msgstr "Lettura di '{config_file}'"
|
||||||
|
|
||||||
#: ../fdroidserver/publish.py
|
#: ../fdroidserver/publish.py
|
||||||
msgid "Creating log directory"
|
msgid "Creating log directory"
|
||||||
msgstr "Creazione della directory dei log"
|
msgstr "Creazione della directory dei log"
|
||||||
|
|
@ -719,6 +724,16 @@ msgstr "ERRORE: host git \"%s\" non supportato, le patch sono benvenute!"
|
||||||
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key} not a valid key!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key}'s value should be of type {t}!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/lint.py
|
#: ../fdroidserver/lint.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
||||||
|
|
@ -743,6 +758,11 @@ msgstr ""
|
||||||
msgid "Environment variable {var} from {configname} is not set!"
|
msgid "Environment variable {var} from {configname} is not set!"
|
||||||
msgstr "La variabile d'ambiente {var} da {configname} non è impostata!"
|
msgstr "La variabile d'ambiente {var} da {configname} non è impostata!"
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, fuzzy, python-brace-format
|
||||||
|
msgid "Environment variable {{env: {var}}} is not set!"
|
||||||
|
msgstr "La variabile d'ambiente {var} da {configname} non è impostata!"
|
||||||
|
|
||||||
#: ../fdroidserver/deploy.py
|
#: ../fdroidserver/deploy.py
|
||||||
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -990,6 +1010,11 @@ msgstr "Ignorando la voce FUNDING.yml più lunga di 2048: %s"
|
||||||
msgid "Ignoring bad element in manifest: %s"
|
msgid "Ignoring bad element in manifest: %s"
|
||||||
msgstr "Ignorato elemento errato nel manifest: %s"
|
msgstr "Ignorato elemento errato nel manifest: %s"
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, fuzzy, python-brace-format
|
||||||
|
msgid "Ignoring deprecated {oldfile}, use {newfile}!"
|
||||||
|
msgstr "{oldfile} è deprecato, usa {newfile}"
|
||||||
|
|
||||||
#: ../fdroidserver/index.py
|
#: ../fdroidserver/index.py
|
||||||
msgid "Ignoring package without metadata: "
|
msgid "Ignoring package without metadata: "
|
||||||
msgstr "Ignorare il pacchetto senza metadati: "
|
msgstr "Ignorare il pacchetto senza metadati: "
|
||||||
|
|
@ -1360,6 +1385,10 @@ msgstr ""
|
||||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
||||||
msgstr "Solo PNG e JPEG sono supportati per la grafica, trovati: {path}"
|
msgstr "Solo PNG e JPEG sono supportati per la grafica, trovati: {path}"
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
msgid "Only accepts a single key \"env\""
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/checkupdates.py
|
#: ../fdroidserver/checkupdates.py
|
||||||
msgid "Only print differences with the Play Store"
|
msgid "Only print differences with the Play Store"
|
||||||
msgstr "Stampa solo le differenze con il Play Store"
|
msgstr "Stampa solo le differenze con il Play Store"
|
||||||
|
|
@ -1757,6 +1786,10 @@ msgstr "Modalità di aggiornamento dei tag utilizzata in git-svn, ma il repo non
|
||||||
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
||||||
msgstr "Modalità test - mette l'output solo nella directory tmp, e costruisce sempre, anche se l'output esiste già."
|
msgstr "Modalità test - mette l'output solo nella directory tmp, e costruisce sempre, anche se l'output esiste già."
|
||||||
|
|
||||||
|
#: ../fdroidserver/index.py
|
||||||
|
msgid "The \"qrcode\" Python package is not installed (e.g. apt-get install python3-qrcode)!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
@ -2863,6 +2896,11 @@ msgstr "{name} \"{section}/icons/{path}\" non esiste! Controlla \"config.yml\"."
|
||||||
msgid "{oldfile} is deprecated, use {newfile}"
|
msgid "{oldfile} is deprecated, use {newfile}"
|
||||||
msgstr "{oldfile} è deprecato, usa {newfile}"
|
msgstr "{oldfile} è deprecato, usa {newfile}"
|
||||||
|
|
||||||
|
#: ../fdroidserver/update.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "{path1} is a duplicate of {path2}, remove one!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/import_subcommand.py
|
#: ../fdroidserver/import_subcommand.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{path} already exists, ignoring import results!"
|
msgid "{path} already exists, ignoring import results!"
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: fdroidserver 0.8-224-g4b0ade7\n"
|
"Project-Id-Version: fdroidserver 0.8-224-g4b0ade7\n"
|
||||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
||||||
"POT-Creation-Date: 2025-01-21 17:02+0100\n"
|
"POT-Creation-Date: 2025-03-19 17:55+0100\n"
|
||||||
"PO-Revision-Date: 2025-02-08 06:22+0000\n"
|
"PO-Revision-Date: 2025-02-08 06:22+0000\n"
|
||||||
"Last-Translator: Liner Seven <linour7gmekiblo@gmail.com>\n"
|
"Last-Translator: Liner Seven <linour7gmekiblo@gmail.com>\n"
|
||||||
"Language-Team: Japanese <https://hosted.weblate.org/projects/f-droid/fdroidserver/ja/>\n"
|
"Language-Team: Japanese <https://hosted.weblate.org/projects/f-droid/fdroidserver/ja/>\n"
|
||||||
|
|
@ -520,6 +520,11 @@ msgstr "新しいコンテナー「{name}」を作成しました"
|
||||||
msgid "Creating \"{path}\" for configuring s3cmd."
|
msgid "Creating \"{path}\" for configuring s3cmd."
|
||||||
msgstr "s3cmdの設定用に「{path}」を作成します。"
|
msgstr "s3cmdの設定用に「{path}」を作成します。"
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, fuzzy, python-brace-format
|
||||||
|
msgid "Creating empty {config_file}"
|
||||||
|
msgstr "「{config_file}」を読み込みます"
|
||||||
|
|
||||||
#: ../fdroidserver/publish.py
|
#: ../fdroidserver/publish.py
|
||||||
msgid "Creating log directory"
|
msgid "Creating log directory"
|
||||||
msgstr "ログ用のディレクトリーを作成します"
|
msgstr "ログ用のディレクトリーを作成します"
|
||||||
|
|
@ -703,6 +708,16 @@ msgstr "エラー:サポートされていないgitのホスト「%s」です
|
||||||
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
||||||
msgstr "エラー:{path}の{key}は「archive」でも「repo」でもありません!"
|
msgstr "エラー:{path}の{key}は「archive」でも「repo」でもありません!"
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key} not a valid key!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key}'s value should be of type {t}!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/lint.py
|
#: ../fdroidserver/lint.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
||||||
|
|
@ -727,6 +742,11 @@ msgstr ""
|
||||||
msgid "Environment variable {var} from {configname} is not set!"
|
msgid "Environment variable {var} from {configname} is not set!"
|
||||||
msgstr "{configname}の環境変数 {var} が設定されていません!"
|
msgstr "{configname}の環境変数 {var} が設定されていません!"
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, fuzzy, python-brace-format
|
||||||
|
msgid "Environment variable {{env: {var}}} is not set!"
|
||||||
|
msgstr "{configname}の環境変数 {var} が設定されていません!"
|
||||||
|
|
||||||
#: ../fdroidserver/deploy.py
|
#: ../fdroidserver/deploy.py
|
||||||
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
||||||
msgstr "「github_releases」を設定する際にエラーが発生しました。{}がありません(まず`fdroid update`を実行する必要があるかもしれません)。"
|
msgstr "「github_releases」を設定する際にエラーが発生しました。{}がありません(まず`fdroid update`を実行する必要があるかもしれません)。"
|
||||||
|
|
@ -973,6 +993,11 @@ msgstr "2024より長いFUNDING.ymlは無視します:%s"
|
||||||
msgid "Ignoring bad element in manifest: %s"
|
msgid "Ignoring bad element in manifest: %s"
|
||||||
msgstr "manifestの正しくない要素を無視します:%s"
|
msgstr "manifestの正しくない要素を無視します:%s"
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, fuzzy, python-brace-format
|
||||||
|
msgid "Ignoring deprecated {oldfile}, use {newfile}!"
|
||||||
|
msgstr "{oldfile}は非推奨です。{newfile}を使用してください"
|
||||||
|
|
||||||
#: ../fdroidserver/index.py
|
#: ../fdroidserver/index.py
|
||||||
msgid "Ignoring package without metadata: "
|
msgid "Ignoring package without metadata: "
|
||||||
msgstr "メタデータのないパッケージは無視します: "
|
msgstr "メタデータのないパッケージは無視します: "
|
||||||
|
|
@ -1343,6 +1368,10 @@ msgstr "「github_releases」の設定項目の1つに「token」の値が設定
|
||||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
||||||
msgstr "画像にはPNGとJPEGのみをサポートします。これが見つかりました:{path}"
|
msgstr "画像にはPNGとJPEGのみをサポートします。これが見つかりました:{path}"
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
msgid "Only accepts a single key \"env\""
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/checkupdates.py
|
#: ../fdroidserver/checkupdates.py
|
||||||
msgid "Only print differences with the Play Store"
|
msgid "Only print differences with the Play Store"
|
||||||
msgstr "Play Storeとの違いのみを出力"
|
msgstr "Play Storeとの違いのみを出力"
|
||||||
|
|
@ -1738,6 +1767,10 @@ msgstr "タグのアップデートモードがgit-svnで使用されました
|
||||||
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
||||||
msgstr "テストモード - 既に出力が存在する場合でも、一時ディレクトリーに出力し、常にビルドを行います。"
|
msgstr "テストモード - 既に出力が存在する場合でも、一時ディレクトリーに出力し、常にビルドを行います。"
|
||||||
|
|
||||||
|
#: ../fdroidserver/index.py
|
||||||
|
msgid "The \"qrcode\" Python package is not installed (e.g. apt-get install python3-qrcode)!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
@ -2835,6 +2868,11 @@ msgstr "{name}「{section}/icons/{path}」がありません!「config.yml」
|
||||||
msgid "{oldfile} is deprecated, use {newfile}"
|
msgid "{oldfile} is deprecated, use {newfile}"
|
||||||
msgstr "{oldfile}は非推奨です。{newfile}を使用してください"
|
msgstr "{oldfile}は非推奨です。{newfile}を使用してください"
|
||||||
|
|
||||||
|
#: ../fdroidserver/update.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "{path1} is a duplicate of {path2}, remove one!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/import_subcommand.py
|
#: ../fdroidserver/import_subcommand.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{path} already exists, ignoring import results!"
|
msgid "{path} already exists, ignoring import results!"
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: fdroidserver 0.9\n"
|
"Project-Id-Version: fdroidserver 0.9\n"
|
||||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
||||||
"POT-Creation-Date: 2025-01-21 17:02+0100\n"
|
"POT-Creation-Date: 2025-03-19 17:55+0100\n"
|
||||||
"PO-Revision-Date: 2021-01-15 13:25+0000\n"
|
"PO-Revision-Date: 2021-01-15 13:25+0000\n"
|
||||||
"Last-Translator: R_SACI <rgebbid@gmail.com>\n"
|
"Last-Translator: R_SACI <rgebbid@gmail.com>\n"
|
||||||
"Language-Team: Kabyle <https://hosted.weblate.org/projects/f-droid/fdroidserver/kab/>\n"
|
"Language-Team: Kabyle <https://hosted.weblate.org/projects/f-droid/fdroidserver/kab/>\n"
|
||||||
|
|
@ -518,6 +518,11 @@ msgstr "Anagbar amaynut yettwarnan \"{name}\""
|
||||||
msgid "Creating \"{path}\" for configuring s3cmd."
|
msgid "Creating \"{path}\" for configuring s3cmd."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "Creating empty {config_file}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/publish.py
|
#: ../fdroidserver/publish.py
|
||||||
msgid "Creating log directory"
|
msgid "Creating log directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -699,6 +704,16 @@ msgstr ""
|
||||||
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key} not a valid key!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key}'s value should be of type {t}!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/lint.py
|
#: ../fdroidserver/lint.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
||||||
|
|
@ -721,6 +736,11 @@ msgstr ""
|
||||||
msgid "Environment variable {var} from {configname} is not set!"
|
msgid "Environment variable {var} from {configname} is not set!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "Environment variable {{env: {var}}} is not set!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/deploy.py
|
#: ../fdroidserver/deploy.py
|
||||||
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -969,6 +989,11 @@ msgstr ""
|
||||||
msgid "Ignoring bad element in manifest: %s"
|
msgid "Ignoring bad element in manifest: %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "Ignoring deprecated {oldfile}, use {newfile}!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/index.py
|
#: ../fdroidserver/index.py
|
||||||
msgid "Ignoring package without metadata: "
|
msgid "Ignoring package without metadata: "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -1339,6 +1364,10 @@ msgstr ""
|
||||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
msgid "Only accepts a single key \"env\""
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/checkupdates.py
|
#: ../fdroidserver/checkupdates.py
|
||||||
msgid "Only print differences with the Play Store"
|
msgid "Only print differences with the Play Store"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -1735,6 +1764,10 @@ msgstr ""
|
||||||
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/index.py
|
||||||
|
msgid "The \"qrcode\" Python package is not installed (e.g. apt-get install python3-qrcode)!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
@ -2829,6 +2862,11 @@ msgstr ""
|
||||||
msgid "{oldfile} is deprecated, use {newfile}"
|
msgid "{oldfile} is deprecated, use {newfile}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/update.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "{path1} is a duplicate of {path2}, remove one!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/import_subcommand.py
|
#: ../fdroidserver/import_subcommand.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{path} already exists, ignoring import results!"
|
msgid "{path} already exists, ignoring import results!"
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: fdroidserver 0.8-135-g16dd6d28\n"
|
"Project-Id-Version: fdroidserver 0.8-135-g16dd6d28\n"
|
||||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
||||||
"POT-Creation-Date: 2025-01-21 17:02+0100\n"
|
"POT-Creation-Date: 2025-03-19 17:55+0100\n"
|
||||||
"PO-Revision-Date: 2024-09-06 14:57+0000\n"
|
"PO-Revision-Date: 2024-09-06 14:57+0000\n"
|
||||||
"Last-Translator: Cxnfl1ct <wind0wso2o2@naver.com>\n"
|
"Last-Translator: Cxnfl1ct <wind0wso2o2@naver.com>\n"
|
||||||
"Language-Team: Korean <https://hosted.weblate.org/projects/f-droid/fdroidserver/ko/>\n"
|
"Language-Team: Korean <https://hosted.weblate.org/projects/f-droid/fdroidserver/ko/>\n"
|
||||||
|
|
@ -519,6 +519,11 @@ msgstr ""
|
||||||
msgid "Creating \"{path}\" for configuring s3cmd."
|
msgid "Creating \"{path}\" for configuring s3cmd."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "Creating empty {config_file}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/publish.py
|
#: ../fdroidserver/publish.py
|
||||||
msgid "Creating log directory"
|
msgid "Creating log directory"
|
||||||
msgstr "기록 디렉터리 만들기"
|
msgstr "기록 디렉터리 만들기"
|
||||||
|
|
@ -700,6 +705,16 @@ msgstr ""
|
||||||
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key} not a valid key!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key}'s value should be of type {t}!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/lint.py
|
#: ../fdroidserver/lint.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
||||||
|
|
@ -722,6 +737,11 @@ msgstr ""
|
||||||
msgid "Environment variable {var} from {configname} is not set!"
|
msgid "Environment variable {var} from {configname} is not set!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "Environment variable {{env: {var}}} is not set!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/deploy.py
|
#: ../fdroidserver/deploy.py
|
||||||
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -970,6 +990,11 @@ msgstr ""
|
||||||
msgid "Ignoring bad element in manifest: %s"
|
msgid "Ignoring bad element in manifest: %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "Ignoring deprecated {oldfile}, use {newfile}!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/index.py
|
#: ../fdroidserver/index.py
|
||||||
msgid "Ignoring package without metadata: "
|
msgid "Ignoring package without metadata: "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -1341,6 +1366,10 @@ msgstr ""
|
||||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
||||||
msgstr "PNG와 JPEG만 그래픽을 위해 지원됩니다, 찾았습니다: {path}"
|
msgstr "PNG와 JPEG만 그래픽을 위해 지원됩니다, 찾았습니다: {path}"
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
msgid "Only accepts a single key \"env\""
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/checkupdates.py
|
#: ../fdroidserver/checkupdates.py
|
||||||
msgid "Only print differences with the Play Store"
|
msgid "Only print differences with the Play Store"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -1736,6 +1765,10 @@ msgstr ""
|
||||||
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/index.py
|
||||||
|
msgid "The \"qrcode\" Python package is not installed (e.g. apt-get install python3-qrcode)!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
@ -2828,6 +2861,11 @@ msgstr "{name} \"{section}/icons/{path}\"는 존재하지 않습니다! \"config
|
||||||
msgid "{oldfile} is deprecated, use {newfile}"
|
msgid "{oldfile} is deprecated, use {newfile}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/update.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "{path1} is a duplicate of {path2}, remove one!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/import_subcommand.py
|
#: ../fdroidserver/import_subcommand.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{path} already exists, ignoring import results!"
|
msgid "{path} already exists, ignoring import results!"
|
||||||
|
|
|
||||||
|
|
@ -1,20 +1,21 @@
|
||||||
# SOME DESCRIPTIVE TITLE.
|
# SOME DESCRIPTIVE TITLE.
|
||||||
# This file is put in the public domain.
|
# This file is put in the public domain.
|
||||||
# "Coool (github.com/Coool)" <coool@mail.lv>, 2024.
|
# "Coool (github.com/Coool)" <coool@mail.lv>, 2024.
|
||||||
|
# Edgars Andersons <Edgars+Weblate@gaitenis.id.lv>, 2024.
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: fdroidserver 2.3a1\n"
|
"Project-Id-Version: fdroidserver 2.3a1\n"
|
||||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
||||||
"POT-Creation-Date: 2024-11-21 21:34+0100\n"
|
"POT-Creation-Date: 2025-03-19 17:56+0100\n"
|
||||||
"PO-Revision-Date: 2024-08-14 18:07+0000\n"
|
"PO-Revision-Date: 2024-11-22 21:03+0000\n"
|
||||||
"Last-Translator: \"Coool (github.com/Coool)\" <coool@mail.lv>\n"
|
"Last-Translator: Edgars Andersons <Edgars+Weblate@gaitenis.id.lv>\n"
|
||||||
"Language-Team: Latvian <https://hosted.weblate.org/projects/f-droid/fdroidserver/lv/>\n"
|
"Language-Team: Latvian <https://hosted.weblate.org/projects/f-droid/fdroidserver/lv/>\n"
|
||||||
"Language: lv\n"
|
"Language: lv\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=3; plural=(n % 10 == 0 || n % 100 >= 11 && n % 100 <= 19) ? 0 : ((n % 10 == 1 && n % 100 != 11) ? 1 : 2);\n"
|
"Plural-Forms: nplurals=3; plural=(n % 10 == 0 || n % 100 >= 11 && n % 100 <= 19) ? 0 : ((n % 10 == 1 && n % 100 != 11) ? 1 : 2);\n"
|
||||||
"X-Generator: Weblate 5.7-dev\n"
|
"X-Generator: Weblate 5.9-dev\n"
|
||||||
|
|
||||||
#: ../fdroidserver/nightly.py
|
#: ../fdroidserver/nightly.py
|
||||||
msgid ""
|
msgid ""
|
||||||
|
|
@ -104,7 +105,7 @@ msgstr ""
|
||||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
|
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
|
||||||
#: /usr/lib/python3.11/optparse.py
|
#: /usr/lib/python3.11/optparse.py
|
||||||
msgid "%prog [options]"
|
msgid "%prog [options]"
|
||||||
msgstr "%prog [opcijas]"
|
msgstr "%prog [iespējas]"
|
||||||
|
|
||||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
|
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
|
||||||
|
|
@ -197,7 +198,7 @@ msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/checkupdates.py
|
#: ../fdroidserver/checkupdates.py
|
||||||
msgid "--merge-request only runs on a single appid!"
|
msgid "--merge-request only runs on a single appid!"
|
||||||
msgstr ""
|
msgstr "--merge-request darbojas tikai ar vienu appid."
|
||||||
|
|
||||||
#: ../fdroidserver/checkupdates.py
|
#: ../fdroidserver/checkupdates.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
@ -328,11 +329,11 @@ msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/install.py
|
#: ../fdroidserver/install.py
|
||||||
msgid "Automatic no to all prompts."
|
msgid "Automatic no to all prompts."
|
||||||
msgstr ""
|
msgstr "Visām uzvednēm automātiski atbildēt ar \"Nē\"."
|
||||||
|
|
||||||
#: ../fdroidserver/install.py
|
#: ../fdroidserver/install.py
|
||||||
msgid "Automatic yes to all prompts."
|
msgid "Automatic yes to all prompts."
|
||||||
msgstr ""
|
msgstr "Visām uzvednēm automātiski atbildēt ar \"Jā\"."
|
||||||
|
|
||||||
#: ../fdroidserver/index.py
|
#: ../fdroidserver/index.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
@ -428,11 +429,11 @@ msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/common.py
|
#: ../fdroidserver/common.py
|
||||||
msgid "Color the log output"
|
msgid "Color the log output"
|
||||||
msgstr ""
|
msgstr "Iekrāsot žurnāla izvadi"
|
||||||
|
|
||||||
#: ../fdroidserver/import_subcommand.py
|
#: ../fdroidserver/import_subcommand.py
|
||||||
msgid "Comma separated list of categories."
|
msgid "Comma separated list of categories."
|
||||||
msgstr ""
|
msgstr "Ar komatu atdalītu kategoriju saraksts."
|
||||||
|
|
||||||
#: ../fdroidserver/__main__.py
|
#: ../fdroidserver/__main__.py
|
||||||
#, python-format
|
#, python-format
|
||||||
|
|
@ -441,11 +442,11 @@ msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/checkupdates.py
|
#: ../fdroidserver/checkupdates.py
|
||||||
msgid "Commit changes"
|
msgid "Commit changes"
|
||||||
msgstr ""
|
msgstr "Iesūtīt izmaiņas"
|
||||||
|
|
||||||
#: ../fdroidserver/checkupdates.py
|
#: ../fdroidserver/checkupdates.py
|
||||||
msgid "Commit changes, push, then make a merge request"
|
msgid "Commit changes, push, then make a merge request"
|
||||||
msgstr ""
|
msgstr "Jāiesūta izmaiņas, jāaizgādā tās, tad jāizveido izmaiņu pieprasījums"
|
||||||
|
|
||||||
#: ../fdroidserver/metadata.py
|
#: ../fdroidserver/metadata.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
@ -515,6 +516,11 @@ msgstr ""
|
||||||
msgid "Creating \"{path}\" for configuring s3cmd."
|
msgid "Creating \"{path}\" for configuring s3cmd."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "Creating empty {config_file}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/publish.py
|
#: ../fdroidserver/publish.py
|
||||||
msgid "Creating log directory"
|
msgid "Creating log directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -632,25 +638,25 @@ msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/install.py
|
#: ../fdroidserver/install.py
|
||||||
msgid "Download F-Droid.apk using mirrors that leak less to the network"
|
msgid "Download F-Droid.apk using mirrors that leak less to the network"
|
||||||
msgstr ""
|
msgstr "Lejupielādēt F-Droid.apk no spoguļserveriem, kas tīklā nopludina mazāk"
|
||||||
|
|
||||||
#: ../fdroidserver/__main__.py
|
#: ../fdroidserver/__main__.py
|
||||||
msgid "Download complete mirrors of small repos"
|
msgid "Download complete mirrors of small repos"
|
||||||
msgstr ""
|
msgstr "Lejupielādēt pilnīgu mazu glabātavu spoguļojumu"
|
||||||
|
|
||||||
#: ../fdroidserver/common.py
|
#: ../fdroidserver/common.py
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Downloading %s"
|
msgid "Downloading %s"
|
||||||
msgstr ""
|
msgstr "Lejupielādē %s"
|
||||||
|
|
||||||
#: ../fdroidserver/common.py
|
#: ../fdroidserver/common.py
|
||||||
msgid "Downloading the repository already failed once, not trying again."
|
msgid "Downloading the repository already failed once, not trying again."
|
||||||
msgstr ""
|
msgstr "Glabātavas lejupielāde jau vienreiz neizdevās, tas atkārtoti netiks mēģināts."
|
||||||
|
|
||||||
#: ../fdroidserver/verify.py
|
#: ../fdroidserver/verify.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "Downloading {url} failed. {error}"
|
msgid "Downloading {url} failed. {error}"
|
||||||
msgstr ""
|
msgstr "{url} lejupielāde neizdevās. {error}"
|
||||||
|
|
||||||
#: ../fdroidserver/metadata.py
|
#: ../fdroidserver/metadata.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
@ -696,6 +702,16 @@ msgstr ""
|
||||||
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key} not a valid key!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key}'s value should be of type {t}!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/lint.py
|
#: ../fdroidserver/lint.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
||||||
|
|
@ -718,6 +734,11 @@ msgstr ""
|
||||||
msgid "Environment variable {var} from {configname} is not set!"
|
msgid "Environment variable {var} from {configname} is not set!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "Environment variable {{env: {var}}} is not set!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/deploy.py
|
#: ../fdroidserver/deploy.py
|
||||||
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -740,7 +761,7 @@ msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/install.py
|
#: ../fdroidserver/install.py
|
||||||
msgid "F-Droid.apk could not be downloaded from any known source!"
|
msgid "F-Droid.apk could not be downloaded from any known source!"
|
||||||
msgstr ""
|
msgstr "F-Droid.apk nevarēja lejupielādēt ne no viena zināmā avota."
|
||||||
|
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
@ -964,6 +985,11 @@ msgstr ""
|
||||||
msgid "Ignoring bad element in manifest: %s"
|
msgid "Ignoring bad element in manifest: %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "Ignoring deprecated {oldfile}, use {newfile}!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/index.py
|
#: ../fdroidserver/index.py
|
||||||
msgid "Ignoring package without metadata: "
|
msgid "Ignoring package without metadata: "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -1202,53 +1228,53 @@ msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/install.py
|
#: ../fdroidserver/install.py
|
||||||
msgid "No devices found for `adb install`! Please plug one in."
|
msgid "No devices found for `adb install`! Please plug one in."
|
||||||
msgstr ""
|
msgstr "Netika atrasta neviena ierīce, kurā izpildīt `adb install`. Lūgums piespraust kādu."
|
||||||
|
|
||||||
#: ../fdroidserver/index.py
|
#: ../fdroidserver/index.py
|
||||||
msgid "No fingerprint in URL."
|
msgid "No fingerprint in URL."
|
||||||
msgstr ""
|
msgstr "URL nesatur pirkstu nospiedumu."
|
||||||
|
|
||||||
#: ../fdroidserver/common.py
|
#: ../fdroidserver/common.py
|
||||||
msgid "No git submodules available"
|
msgid "No git submodules available"
|
||||||
msgstr ""
|
msgstr "Nav pieejams neviens git apakšmodulis"
|
||||||
|
|
||||||
#: ../fdroidserver/import_subcommand.py
|
#: ../fdroidserver/import_subcommand.py
|
||||||
msgid "No gradle project could be found. Specify --subdir?"
|
msgid "No gradle project could be found. Specify --subdir?"
|
||||||
msgstr ""
|
msgstr "Nevarēja atrast nevienu gradle projektu. Norādīt --subdir?"
|
||||||
|
|
||||||
#: ../fdroidserver/import_subcommand.py
|
#: ../fdroidserver/import_subcommand.py
|
||||||
msgid "No information found."
|
msgid "No information found."
|
||||||
msgstr ""
|
msgstr "Informācija netika atrasta."
|
||||||
|
|
||||||
#: ../fdroidserver/checkupdates.py
|
#: ../fdroidserver/checkupdates.py
|
||||||
msgid "No matching tags found"
|
msgid "No matching tags found"
|
||||||
msgstr ""
|
msgstr "Netika atrastas atbilstošas birkas"
|
||||||
|
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "No minimum SDK version found in {0}, using default (3)."
|
msgid "No minimum SDK version found in {0}, using default (3)."
|
||||||
msgstr ""
|
msgstr "{0} netika atrasta zemākā pieļaujamā SDK versija, izmanto noklusējumu (3)."
|
||||||
|
|
||||||
#: ../fdroidserver/lint.py
|
#: ../fdroidserver/lint.py
|
||||||
msgid "No need to specify that the app is Free Software"
|
msgid "No need to specify that the app is Free Software"
|
||||||
msgstr ""
|
msgstr "Nav nepieciešams norādīt, ka lietotne ir brīva programmatūra"
|
||||||
|
|
||||||
#: ../fdroidserver/lint.py
|
#: ../fdroidserver/lint.py
|
||||||
msgid "No need to specify that the app is for Android"
|
msgid "No need to specify that the app is for Android"
|
||||||
msgstr ""
|
msgstr "Nav nepieciešams norādīt, ka lietotne ir paredzēta Android"
|
||||||
|
|
||||||
#: ../fdroidserver/deploy.py
|
#: ../fdroidserver/deploy.py
|
||||||
msgid "No option set! Edit your config.yml to set at least one of these:"
|
msgid "No option set! Edit your config.yml to set at least one of these:"
|
||||||
msgstr ""
|
msgstr "Nav iestatīta neviena iespēja. Jālabo config.yml, lai iestatītu vismaz vienu no šiem:"
|
||||||
|
|
||||||
#: ../fdroidserver/common.py
|
#: ../fdroidserver/common.py
|
||||||
msgid "No packages specified"
|
msgid "No packages specified"
|
||||||
msgstr ""
|
msgstr "Nav norādīta neviena pakotne"
|
||||||
|
|
||||||
#: ../fdroidserver/install.py
|
#: ../fdroidserver/install.py
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "No signed APK available for %s"
|
msgid "No signed APK available for %s"
|
||||||
msgstr ""
|
msgstr "%s nav pieejams neviens parakstīts APK"
|
||||||
|
|
||||||
#: ../fdroidserver/install.py
|
#: ../fdroidserver/install.py
|
||||||
msgid "No signed output directory - nothing to do"
|
msgid "No signed output directory - nothing to do"
|
||||||
|
|
@ -1334,6 +1360,10 @@ msgstr ""
|
||||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
msgid "Only accepts a single key \"env\""
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/checkupdates.py
|
#: ../fdroidserver/checkupdates.py
|
||||||
msgid "Only print differences with the Play Store"
|
msgid "Only print differences with the Play Store"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -1498,6 +1528,10 @@ msgstr ""
|
||||||
msgid "Refresh and cache scanner rules and signatures from the network"
|
msgid "Refresh and cache scanner rules and signatures from the network"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/verify.py
|
||||||
|
msgid "Remove source tarball and any APKs if successfully verified."
|
||||||
|
msgstr "Noņemt avota arhīvu un jebkādus APK, ja sekmīgi apliecināta."
|
||||||
|
|
||||||
#: ../fdroidserver/common.py
|
#: ../fdroidserver/common.py
|
||||||
msgid "Removing specified files"
|
msgid "Removing specified files"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -1535,7 +1569,7 @@ msgstr ""
|
||||||
#: ../fdroidserver/net.py
|
#: ../fdroidserver/net.py
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Retrying failed download: %s"
|
msgid "Retrying failed download: %s"
|
||||||
msgstr ""
|
msgstr "Atkārtoti mēģina neizdevušos lejupielādi: %s"
|
||||||
|
|
||||||
#: ../fdroidserver/__main__.py
|
#: ../fdroidserver/__main__.py
|
||||||
msgid "Rewrite all the metadata files"
|
msgid "Rewrite all the metadata files"
|
||||||
|
|
@ -1544,7 +1578,7 @@ msgstr ""
|
||||||
#: ../fdroidserver/rewritemeta.py
|
#: ../fdroidserver/rewritemeta.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "Rewriting '{appid}'"
|
msgid "Rewriting '{appid}'"
|
||||||
msgstr ""
|
msgstr "Pārraksta \"{appid}\""
|
||||||
|
|
||||||
#: ../fdroidserver/checkupdates.py
|
#: ../fdroidserver/checkupdates.py
|
||||||
msgid "Run on git repo that has uncommitted changes"
|
msgid "Run on git repo that has uncommitted changes"
|
||||||
|
|
@ -1604,7 +1638,7 @@ msgstr[1] ""
|
||||||
|
|
||||||
#: ../fdroidserver/scanner.py
|
#: ../fdroidserver/scanner.py
|
||||||
msgid "Scanning APK for extra signing blocks."
|
msgid "Scanning APK for extra signing blocks."
|
||||||
msgstr ""
|
msgstr "Caurskata APK, vai ir papildu paraksta bloki."
|
||||||
|
|
||||||
#: ../fdroidserver/scanner.py
|
#: ../fdroidserver/scanner.py
|
||||||
msgid "Scanning APK with dexdump for known non-free classes."
|
msgid "Scanning APK with dexdump for known non-free classes."
|
||||||
|
|
@ -1726,6 +1760,10 @@ msgstr ""
|
||||||
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/index.py
|
||||||
|
msgid "The \"qrcode\" Python package is not installed (e.g. apt-get install python3-qrcode)!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
@ -2056,12 +2094,12 @@ msgstr ""
|
||||||
#: ../fdroidserver/install.py
|
#: ../fdroidserver/install.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "Verifying package {path} with apksigner."
|
msgid "Verifying package {path} with apksigner."
|
||||||
msgstr ""
|
msgstr "Pārbauda pakotni {path} ar apksigner."
|
||||||
|
|
||||||
#: ../fdroidserver/deploy.py
|
#: ../fdroidserver/deploy.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "VirusTotal API key cannot upload files larger than 32MB, use {url} to upload {path}."
|
msgid "VirusTotal API key cannot upload files larger than 32MB, use {url} to upload {path}."
|
||||||
msgstr ""
|
msgstr "VirusTotal API atslēga nevar augšupielādēt datnes, kas ir lielākas par 32 MB. Jāizmanto {url}, lai augšupielādētu {path}."
|
||||||
|
|
||||||
#: ../fdroidserver/__main__.py
|
#: ../fdroidserver/__main__.py
|
||||||
msgid "Warn about possible metadata errors"
|
msgid "Warn about possible metadata errors"
|
||||||
|
|
@ -2069,7 +2107,7 @@ msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/scanner.py
|
#: ../fdroidserver/scanner.py
|
||||||
msgid "WebAssembly binary file"
|
msgid "WebAssembly binary file"
|
||||||
msgstr ""
|
msgstr "WebAssebly binārā datne"
|
||||||
|
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
msgid "When configured for signed indexes, create only unsigned indexes at this stage"
|
msgid "When configured for signed indexes, create only unsigned indexes at this stage"
|
||||||
|
|
@ -2085,11 +2123,11 @@ msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/install.py
|
#: ../fdroidserver/install.py
|
||||||
msgid "Would you like to download and install F-Droid.apk via adb? (YES/no)"
|
msgid "Would you like to download and install F-Droid.apk via adb? (YES/no)"
|
||||||
msgstr ""
|
msgstr "Vai lejupielādēt un uzstādīt F-Droid.apk ar adb? (YES/no)"
|
||||||
|
|
||||||
#: ../fdroidserver/install.py
|
#: ../fdroidserver/install.py
|
||||||
msgid "Would you like to download the app(s) from f-droid.org? (YES/no)"
|
msgid "Would you like to download the app(s) from f-droid.org? (YES/no)"
|
||||||
msgstr ""
|
msgstr "Vai lejupielādēt lietotni(es) no f-drodi.org? (YES/no)"
|
||||||
|
|
||||||
#: ../fdroidserver/init.py
|
#: ../fdroidserver/init.py
|
||||||
msgid "X.509 'Distinguished Name' used when generating keys"
|
msgid "X.509 'Distinguished Name' used when generating keys"
|
||||||
|
|
@ -2106,7 +2144,7 @@ msgstr ""
|
||||||
#: ../fdroidserver/install.py
|
#: ../fdroidserver/install.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "adb reports {serial} is \"{status}\"!"
|
msgid "adb reports {serial} is \"{status}\"!"
|
||||||
msgstr ""
|
msgstr "adb ziņo, ka {serial} ir \"{status}\"."
|
||||||
|
|
||||||
#: ../fdroidserver/nightly.py
|
#: ../fdroidserver/nightly.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
@ -2132,6 +2170,11 @@ msgstr ""
|
||||||
msgid "ambiguous option: %s (%s?)"
|
msgid "ambiguous option: %s (%s?)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "apksigner in build-tools;{version} passes APKs with invalid v3 signatures, ignoring."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/common.py
|
#: ../fdroidserver/common.py
|
||||||
msgid "apksigner not found! Cannot sign or verify modern APKs"
|
msgid "apksigner not found! Cannot sign or verify modern APKs"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -2674,7 +2717,7 @@ msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/install.py
|
#: ../fdroidserver/install.py
|
||||||
msgid "true"
|
msgid "true"
|
||||||
msgstr ""
|
msgstr "patiess"
|
||||||
|
|
||||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
|
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
|
||||||
|
|
@ -2688,7 +2731,7 @@ msgstr ""
|
||||||
#: /usr/lib/python3.11/argparse.py
|
#: /usr/lib/python3.11/argparse.py
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "unknown parser %(parser_name)r (choices: %(choices)s)"
|
msgid "unknown parser %(parser_name)r (choices: %(choices)s)"
|
||||||
msgstr ""
|
msgstr "nezināms parsētājs %(parser_name)r (izvēles: %(choices)s)"
|
||||||
|
|
||||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
|
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
|
||||||
|
|
@ -2715,11 +2758,11 @@ msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/deploy.py
|
#: ../fdroidserver/deploy.py
|
||||||
msgid "virustotal.com is rate limiting, waiting to retry..."
|
msgid "virustotal.com is rate limiting, waiting to retry..."
|
||||||
msgstr ""
|
msgstr "virustotal.com ierobežo pieprasījumus, gaida, lai mēģinātu atkārtoti..."
|
||||||
|
|
||||||
#: ../fdroidserver/install.py
|
#: ../fdroidserver/install.py
|
||||||
msgid "yes"
|
msgid "yes"
|
||||||
msgstr ""
|
msgstr "jā"
|
||||||
|
|
||||||
#: ../fdroidserver/publish.py
|
#: ../fdroidserver/publish.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
@ -2814,6 +2857,11 @@ msgstr ""
|
||||||
msgid "{oldfile} is deprecated, use {newfile}"
|
msgid "{oldfile} is deprecated, use {newfile}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/update.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "{path1} is a duplicate of {path2}, remove one!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/import_subcommand.py
|
#: ../fdroidserver/import_subcommand.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{path} already exists, ignoring import results!"
|
msgid "{path} already exists, ignoring import results!"
|
||||||
|
|
@ -2837,12 +2885,12 @@ msgstr ""
|
||||||
#: ../fdroidserver/install.py
|
#: ../fdroidserver/install.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{path} has the wrong fingerprint ({fingerprint})!"
|
msgid "{path} has the wrong fingerprint ({fingerprint})!"
|
||||||
msgstr ""
|
msgstr "{path} ir nepareizs pirkstu nospiedums ({fingerprint})."
|
||||||
|
|
||||||
#: ../fdroidserver/common.py
|
#: ../fdroidserver/common.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{path} is not \"key: value\" dict, but a {datatype}!"
|
msgid "{path} is not \"key: value\" dict, but a {datatype}!"
|
||||||
msgstr ""
|
msgstr "{path} nav \"atslēga: vērtība\" vārdnīca, bet gan {datatype}."
|
||||||
|
|
||||||
#: ../fdroidserver/common.py
|
#: ../fdroidserver/common.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: fdroidserver 1.0.6-70-g54bc858\n"
|
"Project-Id-Version: fdroidserver 1.0.6-70-g54bc858\n"
|
||||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
||||||
"POT-Creation-Date: 2025-01-21 17:02+0100\n"
|
"POT-Creation-Date: 2025-03-19 17:56+0100\n"
|
||||||
"PO-Revision-Date: 2023-06-23 14:52+0000\n"
|
"PO-Revision-Date: 2023-06-23 14:52+0000\n"
|
||||||
"Last-Translator: abe1242 <abmdn1242@gmail.com>\n"
|
"Last-Translator: abe1242 <abmdn1242@gmail.com>\n"
|
||||||
"Language-Team: Malayalam <https://hosted.weblate.org/projects/f-droid/fdroidserver/ml/>\n"
|
"Language-Team: Malayalam <https://hosted.weblate.org/projects/f-droid/fdroidserver/ml/>\n"
|
||||||
|
|
@ -520,6 +520,11 @@ msgstr ""
|
||||||
msgid "Creating \"{path}\" for configuring s3cmd."
|
msgid "Creating \"{path}\" for configuring s3cmd."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "Creating empty {config_file}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/publish.py
|
#: ../fdroidserver/publish.py
|
||||||
msgid "Creating log directory"
|
msgid "Creating log directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -701,6 +706,16 @@ msgstr ""
|
||||||
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key} not a valid key!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key}'s value should be of type {t}!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/lint.py
|
#: ../fdroidserver/lint.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
||||||
|
|
@ -723,6 +738,11 @@ msgstr ""
|
||||||
msgid "Environment variable {var} from {configname} is not set!"
|
msgid "Environment variable {var} from {configname} is not set!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "Environment variable {{env: {var}}} is not set!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/deploy.py
|
#: ../fdroidserver/deploy.py
|
||||||
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -969,6 +989,11 @@ msgstr ""
|
||||||
msgid "Ignoring bad element in manifest: %s"
|
msgid "Ignoring bad element in manifest: %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "Ignoring deprecated {oldfile}, use {newfile}!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/index.py
|
#: ../fdroidserver/index.py
|
||||||
msgid "Ignoring package without metadata: "
|
msgid "Ignoring package without metadata: "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -1339,6 +1364,10 @@ msgstr ""
|
||||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
msgid "Only accepts a single key \"env\""
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/checkupdates.py
|
#: ../fdroidserver/checkupdates.py
|
||||||
msgid "Only print differences with the Play Store"
|
msgid "Only print differences with the Play Store"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -1735,6 +1764,10 @@ msgstr ""
|
||||||
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/index.py
|
||||||
|
msgid "The \"qrcode\" Python package is not installed (e.g. apt-get install python3-qrcode)!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
@ -2831,6 +2864,11 @@ msgstr ""
|
||||||
msgid "{oldfile} is deprecated, use {newfile}"
|
msgid "{oldfile} is deprecated, use {newfile}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/update.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "{path1} is a duplicate of {path2}, remove one!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/import_subcommand.py
|
#: ../fdroidserver/import_subcommand.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{path} already exists, ignoring import results!"
|
msgid "{path} already exists, ignoring import results!"
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: fdroidserver 0.8-74-ga380b9f\n"
|
"Project-Id-Version: fdroidserver 0.8-74-ga380b9f\n"
|
||||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
||||||
"POT-Creation-Date: 2025-01-21 17:02+0100\n"
|
"POT-Creation-Date: 2025-03-19 17:56+0100\n"
|
||||||
"PO-Revision-Date: 2022-09-06 14:30+0000\n"
|
"PO-Revision-Date: 2022-09-06 14:30+0000\n"
|
||||||
"Last-Translator: Hans-Christoph Steiner <hans@guardianproject.info>\n"
|
"Last-Translator: Hans-Christoph Steiner <hans@guardianproject.info>\n"
|
||||||
"Language-Team: Norwegian Bokmål <https://hosted.weblate.org/projects/f-droid/fdroidserver/nb_NO/>\n"
|
"Language-Team: Norwegian Bokmål <https://hosted.weblate.org/projects/f-droid/fdroidserver/nb_NO/>\n"
|
||||||
|
|
@ -532,6 +532,11 @@ msgstr "Opprettet ny beholder \"{name}\""
|
||||||
msgid "Creating \"{path}\" for configuring s3cmd."
|
msgid "Creating \"{path}\" for configuring s3cmd."
|
||||||
msgstr "Oppretter \"{path}\" for oppsett av s3cmd."
|
msgstr "Oppretter \"{path}\" for oppsett av s3cmd."
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, fuzzy, python-brace-format
|
||||||
|
msgid "Creating empty {config_file}"
|
||||||
|
msgstr "Leser '{config_file}'"
|
||||||
|
|
||||||
#: ../fdroidserver/publish.py
|
#: ../fdroidserver/publish.py
|
||||||
msgid "Creating log directory"
|
msgid "Creating log directory"
|
||||||
msgstr "Oppretter loggingsmappe"
|
msgstr "Oppretter loggingsmappe"
|
||||||
|
|
@ -723,6 +728,16 @@ msgstr ""
|
||||||
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key} not a valid key!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key}'s value should be of type {t}!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/lint.py
|
#: ../fdroidserver/lint.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
||||||
|
|
@ -747,6 +762,11 @@ msgstr ""
|
||||||
msgid "Environment variable {var} from {configname} is not set!"
|
msgid "Environment variable {var} from {configname} is not set!"
|
||||||
msgstr "Miljøvariabelen {var} fra {configname} er ikke satt!"
|
msgstr "Miljøvariabelen {var} fra {configname} er ikke satt!"
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, fuzzy, python-brace-format
|
||||||
|
msgid "Environment variable {{env: {var}}} is not set!"
|
||||||
|
msgstr "Miljøvariabelen {var} fra {configname} er ikke satt!"
|
||||||
|
|
||||||
#: ../fdroidserver/deploy.py
|
#: ../fdroidserver/deploy.py
|
||||||
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -1003,6 +1023,11 @@ msgstr "Ser bort fra FUNDING.yml-oppføring som er lengre enn 2048: %s"
|
||||||
msgid "Ignoring bad element in manifest: %s"
|
msgid "Ignoring bad element in manifest: %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, fuzzy, python-brace-format
|
||||||
|
msgid "Ignoring deprecated {oldfile}, use {newfile}!"
|
||||||
|
msgstr "{oldfile} er avleggs, bruk {newfile}"
|
||||||
|
|
||||||
#: ../fdroidserver/index.py
|
#: ../fdroidserver/index.py
|
||||||
msgid "Ignoring package without metadata: "
|
msgid "Ignoring package without metadata: "
|
||||||
msgstr "Ignorerte pakke uten metadata: "
|
msgstr "Ignorerte pakke uten metadata: "
|
||||||
|
|
@ -1391,6 +1416,10 @@ msgstr ""
|
||||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
||||||
msgstr "Kun PNG og JPEG støttes for grafikk, fant: {path}"
|
msgstr "Kun PNG og JPEG støttes for grafikk, fant: {path}"
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
msgid "Only accepts a single key \"env\""
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/checkupdates.py
|
#: ../fdroidserver/checkupdates.py
|
||||||
msgid "Only print differences with the Play Store"
|
msgid "Only print differences with the Play Store"
|
||||||
msgstr "Kun skriv ut forskjeller vis-a-vis Play-butikken"
|
msgstr "Kun skriv ut forskjeller vis-a-vis Play-butikken"
|
||||||
|
|
@ -1802,6 +1831,10 @@ msgstr ""
|
||||||
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
||||||
msgstr "Testmodus - putt utdata kun i tmp-mappe, og alltid bygg, selv når utdataen finnes allerede."
|
msgstr "Testmodus - putt utdata kun i tmp-mappe, og alltid bygg, selv når utdataen finnes allerede."
|
||||||
|
|
||||||
|
#: ../fdroidserver/index.py
|
||||||
|
msgid "The \"qrcode\" Python package is not installed (e.g. apt-get install python3-qrcode)!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
@ -2933,6 +2966,11 @@ msgstr "{name} «{section}/icons/{path}» finnes ikke. Rett det i config.yml."
|
||||||
msgid "{oldfile} is deprecated, use {newfile}"
|
msgid "{oldfile} is deprecated, use {newfile}"
|
||||||
msgstr "{oldfile} er avleggs, bruk {newfile}"
|
msgstr "{oldfile} er avleggs, bruk {newfile}"
|
||||||
|
|
||||||
|
#: ../fdroidserver/update.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "{path1} is a duplicate of {path2}, remove one!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/import_subcommand.py
|
#: ../fdroidserver/import_subcommand.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{path} already exists, ignoring import results!"
|
msgid "{path} already exists, ignoring import results!"
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: fdroidserver 1.1-680-ge1d3de71\n"
|
"Project-Id-Version: fdroidserver 1.1-680-ge1d3de71\n"
|
||||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
||||||
"POT-Creation-Date: 2025-01-21 17:02+0100\n"
|
"POT-Creation-Date: 2025-03-19 17:56+0100\n"
|
||||||
"PO-Revision-Date: 2024-01-03 09:07+0000\n"
|
"PO-Revision-Date: 2024-01-03 09:07+0000\n"
|
||||||
"Last-Translator: Issa1553 <fairfull.playing@gmail.com>\n"
|
"Last-Translator: Issa1553 <fairfull.playing@gmail.com>\n"
|
||||||
"Language-Team: Dutch <https://hosted.weblate.org/projects/f-droid/fdroidserver/nl/>\n"
|
"Language-Team: Dutch <https://hosted.weblate.org/projects/f-droid/fdroidserver/nl/>\n"
|
||||||
|
|
@ -523,6 +523,11 @@ msgstr ""
|
||||||
msgid "Creating \"{path}\" for configuring s3cmd."
|
msgid "Creating \"{path}\" for configuring s3cmd."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "Creating empty {config_file}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/publish.py
|
#: ../fdroidserver/publish.py
|
||||||
msgid "Creating log directory"
|
msgid "Creating log directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -704,6 +709,16 @@ msgstr ""
|
||||||
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key} not a valid key!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key}'s value should be of type {t}!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/lint.py
|
#: ../fdroidserver/lint.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
||||||
|
|
@ -726,6 +741,11 @@ msgstr ""
|
||||||
msgid "Environment variable {var} from {configname} is not set!"
|
msgid "Environment variable {var} from {configname} is not set!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "Environment variable {{env: {var}}} is not set!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/deploy.py
|
#: ../fdroidserver/deploy.py
|
||||||
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -972,6 +992,11 @@ msgstr ""
|
||||||
msgid "Ignoring bad element in manifest: %s"
|
msgid "Ignoring bad element in manifest: %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "Ignoring deprecated {oldfile}, use {newfile}!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/index.py
|
#: ../fdroidserver/index.py
|
||||||
msgid "Ignoring package without metadata: "
|
msgid "Ignoring package without metadata: "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -1342,6 +1367,10 @@ msgstr ""
|
||||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
msgid "Only accepts a single key \"env\""
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/checkupdates.py
|
#: ../fdroidserver/checkupdates.py
|
||||||
msgid "Only print differences with the Play Store"
|
msgid "Only print differences with the Play Store"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -1738,6 +1767,10 @@ msgstr ""
|
||||||
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/index.py
|
||||||
|
msgid "The \"qrcode\" Python package is not installed (e.g. apt-get install python3-qrcode)!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
@ -2832,6 +2865,11 @@ msgstr ""
|
||||||
msgid "{oldfile} is deprecated, use {newfile}"
|
msgid "{oldfile} is deprecated, use {newfile}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/update.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "{path1} is a duplicate of {path2}, remove one!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/import_subcommand.py
|
#: ../fdroidserver/import_subcommand.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{path} already exists, ignoring import results!"
|
msgid "{path} already exists, ignoring import results!"
|
||||||
|
|
|
||||||
2949
locale/nn/LC_MESSAGES/fdroidserver.po
Normal file
2949
locale/nn/LC_MESSAGES/fdroidserver.po
Normal file
File diff suppressed because it is too large
Load diff
2948
locale/pa/LC_MESSAGES/fdroidserver.po
Normal file
2948
locale/pa/LC_MESSAGES/fdroidserver.po
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -10,7 +10,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: fdroidserver 1.0.0-95-gd7af22b\n"
|
"Project-Id-Version: fdroidserver 1.0.0-95-gd7af22b\n"
|
||||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
||||||
"POT-Creation-Date: 2025-01-21 17:02+0100\n"
|
"POT-Creation-Date: 2025-03-19 17:56+0100\n"
|
||||||
"PO-Revision-Date: 2025-03-13 20:43+0000\n"
|
"PO-Revision-Date: 2025-03-13 20:43+0000\n"
|
||||||
"Last-Translator: WaldiS <sto@tutanota.de>\n"
|
"Last-Translator: WaldiS <sto@tutanota.de>\n"
|
||||||
"Language-Team: Polish <https://hosted.weblate.org/projects/f-droid/fdroidserver/pl/>\n"
|
"Language-Team: Polish <https://hosted.weblate.org/projects/f-droid/fdroidserver/pl/>\n"
|
||||||
|
|
@ -526,6 +526,11 @@ msgstr "Utworzono nowy kontener \"{name}\""
|
||||||
msgid "Creating \"{path}\" for configuring s3cmd."
|
msgid "Creating \"{path}\" for configuring s3cmd."
|
||||||
msgstr "Tworzenie \"{path}\" do konfiguracji s3cmd."
|
msgstr "Tworzenie \"{path}\" do konfiguracji s3cmd."
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, fuzzy, python-brace-format
|
||||||
|
msgid "Creating empty {config_file}"
|
||||||
|
msgstr "Czytaj '{config_file}'"
|
||||||
|
|
||||||
#: ../fdroidserver/publish.py
|
#: ../fdroidserver/publish.py
|
||||||
msgid "Creating log directory"
|
msgid "Creating log directory"
|
||||||
msgstr "Tworzenie katalogu dzienników"
|
msgstr "Tworzenie katalogu dzienników"
|
||||||
|
|
@ -709,6 +714,16 @@ msgstr "BŁĄD: nieobsługiwany host git „%s”, łatki mile widziane!"
|
||||||
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
||||||
msgstr "BŁĄD: {key} w {path} nie jest \"archive\" lub \"repo\"!"
|
msgstr "BŁĄD: {key} w {path} nie jest \"archive\" lub \"repo\"!"
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key} not a valid key!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key}'s value should be of type {t}!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/lint.py
|
#: ../fdroidserver/lint.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
||||||
|
|
@ -733,6 +748,11 @@ msgstr ""
|
||||||
msgid "Environment variable {var} from {configname} is not set!"
|
msgid "Environment variable {var} from {configname} is not set!"
|
||||||
msgstr "Zmienna środowiskowa {var} z {configname} nie jest ustawiona!"
|
msgstr "Zmienna środowiskowa {var} z {configname} nie jest ustawiona!"
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, fuzzy, python-brace-format
|
||||||
|
msgid "Environment variable {{env: {var}}} is not set!"
|
||||||
|
msgstr "Zmienna środowiskowa {var} z {configname} nie jest ustawiona!"
|
||||||
|
|
||||||
#: ../fdroidserver/deploy.py
|
#: ../fdroidserver/deploy.py
|
||||||
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
||||||
msgstr "Błąd wdrożenia 'github_releases', {} nie występuje. (Może być konieczne wcześniejsze uruchomienie `fdroid update`)"
|
msgstr "Błąd wdrożenia 'github_releases', {} nie występuje. (Może być konieczne wcześniejsze uruchomienie `fdroid update`)"
|
||||||
|
|
@ -979,6 +999,11 @@ msgstr "Ignorowanie wpisu FUNDING.yml dłuższego niż 2048: %s"
|
||||||
msgid "Ignoring bad element in manifest: %s"
|
msgid "Ignoring bad element in manifest: %s"
|
||||||
msgstr "Ignorowanie błędnego elementu w manifeście: %s"
|
msgstr "Ignorowanie błędnego elementu w manifeście: %s"
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, fuzzy, python-brace-format
|
||||||
|
msgid "Ignoring deprecated {oldfile}, use {newfile}!"
|
||||||
|
msgstr "{oldfile} jest przestarzałe, użyj {newfile}"
|
||||||
|
|
||||||
#: ../fdroidserver/index.py
|
#: ../fdroidserver/index.py
|
||||||
msgid "Ignoring package without metadata: "
|
msgid "Ignoring package without metadata: "
|
||||||
msgstr "Ignorowanie pakietu bez metadanych: "
|
msgstr "Ignorowanie pakietu bez metadanych: "
|
||||||
|
|
@ -1349,6 +1374,10 @@ msgstr "Jeden z elementów 'github_releases' nie posiada wartości 'token'. pomi
|
||||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
||||||
msgstr "Tylko PNG i JPEG są obsługiwane dla grafiki, znaleziono: {path}"
|
msgstr "Tylko PNG i JPEG są obsługiwane dla grafiki, znaleziono: {path}"
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
msgid "Only accepts a single key \"env\""
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/checkupdates.py
|
#: ../fdroidserver/checkupdates.py
|
||||||
msgid "Only print differences with the Play Store"
|
msgid "Only print differences with the Play Store"
|
||||||
msgstr "Wydrukuj tylko różnice ze Sklepem Play"
|
msgstr "Wydrukuj tylko różnice ze Sklepem Play"
|
||||||
|
|
@ -1746,6 +1775,10 @@ msgstr "Tryb aktualizacji tagów użyty w git-svn, ale repozytorium nie zostało
|
||||||
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
||||||
msgstr "Tryb testowy - umieszczaj dane wyjściowe tylko w katalogu tmp i zawsze buduj, nawet jeśli dane wyjściowe już istnieją."
|
msgstr "Tryb testowy - umieszczaj dane wyjściowe tylko w katalogu tmp i zawsze buduj, nawet jeśli dane wyjściowe już istnieją."
|
||||||
|
|
||||||
|
#: ../fdroidserver/index.py
|
||||||
|
msgid "The \"qrcode\" Python package is not installed (e.g. apt-get install python3-qrcode)!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
@ -2849,6 +2882,11 @@ msgstr "{name} \"{section}/icons/{path}\" nie istnieje! Sprawdź \"config.yml\".
|
||||||
msgid "{oldfile} is deprecated, use {newfile}"
|
msgid "{oldfile} is deprecated, use {newfile}"
|
||||||
msgstr "{oldfile} jest przestarzałe, użyj {newfile}"
|
msgstr "{oldfile} jest przestarzałe, użyj {newfile}"
|
||||||
|
|
||||||
|
#: ../fdroidserver/update.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "{path1} is a duplicate of {path2}, remove one!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/import_subcommand.py
|
#: ../fdroidserver/import_subcommand.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{path} already exists, ignoring import results!"
|
msgid "{path} already exists, ignoring import results!"
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: fdroidserver 1.1-680-ge1d3de71\n"
|
"Project-Id-Version: fdroidserver 1.1-680-ge1d3de71\n"
|
||||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
||||||
"POT-Creation-Date: 2025-01-21 17:02+0100\n"
|
"POT-Creation-Date: 2025-03-19 17:56+0100\n"
|
||||||
"PO-Revision-Date: 2025-03-02 21:32+0000\n"
|
"PO-Revision-Date: 2025-03-02 21:32+0000\n"
|
||||||
"Last-Translator: ssantos <ssantos@web.de>\n"
|
"Last-Translator: ssantos <ssantos@web.de>\n"
|
||||||
"Language-Team: Portuguese <https://hosted.weblate.org/projects/f-droid/fdroidserver/pt/>\n"
|
"Language-Team: Portuguese <https://hosted.weblate.org/projects/f-droid/fdroidserver/pt/>\n"
|
||||||
|
|
@ -523,6 +523,11 @@ msgstr "Novo contentor criado: \"{name}\""
|
||||||
msgid "Creating \"{path}\" for configuring s3cmd."
|
msgid "Creating \"{path}\" for configuring s3cmd."
|
||||||
msgstr "Criando \"{path}\" para configurar s3cmd."
|
msgstr "Criando \"{path}\" para configurar s3cmd."
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, fuzzy, python-brace-format
|
||||||
|
msgid "Creating empty {config_file}"
|
||||||
|
msgstr "A ler '{config_file}'"
|
||||||
|
|
||||||
#: ../fdroidserver/publish.py
|
#: ../fdroidserver/publish.py
|
||||||
msgid "Creating log directory"
|
msgid "Creating log directory"
|
||||||
msgstr "Criando o diretório de log"
|
msgstr "Criando o diretório de log"
|
||||||
|
|
@ -706,6 +711,16 @@ msgstr "ERRO: host de git \"%s\" não suportado, patches são bem-vindos!"
|
||||||
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
||||||
msgstr "ERRO: {key} em {path} não é \"arquivo\" ou \"repositório\"!"
|
msgstr "ERRO: {key} em {path} não é \"arquivo\" ou \"repositório\"!"
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key} not a valid key!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key}'s value should be of type {t}!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/lint.py
|
#: ../fdroidserver/lint.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
||||||
|
|
@ -730,6 +745,11 @@ msgstr ""
|
||||||
msgid "Environment variable {var} from {configname} is not set!"
|
msgid "Environment variable {var} from {configname} is not set!"
|
||||||
msgstr "A variável de ambiente {var} de {configname} não está definida!"
|
msgstr "A variável de ambiente {var} de {configname} não está definida!"
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, fuzzy, python-brace-format
|
||||||
|
msgid "Environment variable {{env: {var}}} is not set!"
|
||||||
|
msgstr "A variável de ambiente {var} de {configname} não está definida!"
|
||||||
|
|
||||||
#: ../fdroidserver/deploy.py
|
#: ../fdroidserver/deploy.py
|
||||||
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
||||||
msgstr "Erro ao implementar 'github_releases', {} não está presente. (Pode ser necessário executar `fdroid update` primeiro.)"
|
msgstr "Erro ao implementar 'github_releases', {} não está presente. (Pode ser necessário executar `fdroid update` primeiro.)"
|
||||||
|
|
@ -976,6 +996,11 @@ msgstr "A ignorar a entrada FUNDING.yml por mais que 2048: %s"
|
||||||
msgid "Ignoring bad element in manifest: %s"
|
msgid "Ignoring bad element in manifest: %s"
|
||||||
msgstr "A ignorar o elemento mau no manifesto: %s"
|
msgstr "A ignorar o elemento mau no manifesto: %s"
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, fuzzy, python-brace-format
|
||||||
|
msgid "Ignoring deprecated {oldfile}, use {newfile}!"
|
||||||
|
msgstr "{oldfile} está obsoleto, use {newfile}"
|
||||||
|
|
||||||
#: ../fdroidserver/index.py
|
#: ../fdroidserver/index.py
|
||||||
msgid "Ignoring package without metadata: "
|
msgid "Ignoring package without metadata: "
|
||||||
msgstr "Ignorando o pacote sem metadados: "
|
msgstr "Ignorando o pacote sem metadados: "
|
||||||
|
|
@ -1346,6 +1371,10 @@ msgstr "Um dos itens de configuração 'github_releases' não tem o valor 'token
|
||||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
||||||
msgstr "Somente PNG e JPEG são suportados para gráficos, encontrado: {path}"
|
msgstr "Somente PNG e JPEG são suportados para gráficos, encontrado: {path}"
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
msgid "Only accepts a single key \"env\""
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/checkupdates.py
|
#: ../fdroidserver/checkupdates.py
|
||||||
msgid "Only print differences with the Play Store"
|
msgid "Only print differences with the Play Store"
|
||||||
msgstr "Apenas mostrar diferenças com a Play Store"
|
msgstr "Apenas mostrar diferenças com a Play Store"
|
||||||
|
|
@ -1742,6 +1771,10 @@ msgstr "Modo de atualização de marcações usado no git-svn, mas a repo não f
|
||||||
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
||||||
msgstr "Modo de teste - ponha a saída apenas no diretório tmp e sempre compile, mesmo que a saída já exista."
|
msgstr "Modo de teste - ponha a saída apenas no diretório tmp e sempre compile, mesmo que a saída já exista."
|
||||||
|
|
||||||
|
#: ../fdroidserver/index.py
|
||||||
|
msgid "The \"qrcode\" Python package is not installed (e.g. apt-get install python3-qrcode)!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
@ -2842,6 +2875,11 @@ msgstr "{name} \"{section}/icons/{path}\" não existe! Corrija-o no \"config.yml
|
||||||
msgid "{oldfile} is deprecated, use {newfile}"
|
msgid "{oldfile} is deprecated, use {newfile}"
|
||||||
msgstr "{oldfile} está obsoleto, use {newfile}"
|
msgstr "{oldfile} está obsoleto, use {newfile}"
|
||||||
|
|
||||||
|
#: ../fdroidserver/update.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "{path1} is a duplicate of {path2}, remove one!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/import_subcommand.py
|
#: ../fdroidserver/import_subcommand.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{path} already exists, ignoring import results!"
|
msgid "{path} already exists, ignoring import results!"
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: fdroidserver 0.9\n"
|
"Project-Id-Version: fdroidserver 0.9\n"
|
||||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
||||||
"POT-Creation-Date: 2025-01-21 17:02+0100\n"
|
"POT-Creation-Date: 2025-03-19 17:56+0100\n"
|
||||||
"PO-Revision-Date: 2025-01-23 16:02+0000\n"
|
"PO-Revision-Date: 2025-01-23 16:02+0000\n"
|
||||||
"Last-Translator: LucasMZ <git@lucasmz.dev>\n"
|
"Last-Translator: LucasMZ <git@lucasmz.dev>\n"
|
||||||
"Language-Team: Portuguese (Brazil) <https://hosted.weblate.org/projects/f-droid/fdroidserver/pt_BR/>\n"
|
"Language-Team: Portuguese (Brazil) <https://hosted.weblate.org/projects/f-droid/fdroidserver/pt_BR/>\n"
|
||||||
|
|
@ -532,6 +532,11 @@ msgstr "Novo container criado \"{name}\""
|
||||||
msgid "Creating \"{path}\" for configuring s3cmd."
|
msgid "Creating \"{path}\" for configuring s3cmd."
|
||||||
msgstr "Criando \"{path}\" para configurar s3cmd."
|
msgstr "Criando \"{path}\" para configurar s3cmd."
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, fuzzy, python-brace-format
|
||||||
|
msgid "Creating empty {config_file}"
|
||||||
|
msgstr "Lendo '{config_file}'"
|
||||||
|
|
||||||
#: ../fdroidserver/publish.py
|
#: ../fdroidserver/publish.py
|
||||||
msgid "Creating log directory"
|
msgid "Creating log directory"
|
||||||
msgstr "Criando diretório de registro"
|
msgstr "Criando diretório de registro"
|
||||||
|
|
@ -715,6 +720,16 @@ msgstr "ERRO: host de git \"%s\" não suportado, patches são bem-vindos!"
|
||||||
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
||||||
msgstr "ERRO: {key} em {path} não é um \"arquivamento\" ou \"repositório\"!"
|
msgstr "ERRO: {key} em {path} não é um \"arquivamento\" ou \"repositório\"!"
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key} not a valid key!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key}'s value should be of type {t}!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/lint.py
|
#: ../fdroidserver/lint.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
||||||
|
|
@ -739,6 +754,11 @@ msgstr ""
|
||||||
msgid "Environment variable {var} from {configname} is not set!"
|
msgid "Environment variable {var} from {configname} is not set!"
|
||||||
msgstr "A variável de ambiente {var} de {configname} não está definida!"
|
msgstr "A variável de ambiente {var} de {configname} não está definida!"
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, fuzzy, python-brace-format
|
||||||
|
msgid "Environment variable {{env: {var}}} is not set!"
|
||||||
|
msgstr "A variável de ambiente {var} de {configname} não está definida!"
|
||||||
|
|
||||||
#: ../fdroidserver/deploy.py
|
#: ../fdroidserver/deploy.py
|
||||||
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
||||||
msgstr "Erro ao implementar 'github_releases', {} não está presente. (Talvez seja necessário executar `fdroid update` primeiro)"
|
msgstr "Erro ao implementar 'github_releases', {} não está presente. (Talvez seja necessário executar `fdroid update` primeiro)"
|
||||||
|
|
@ -985,6 +1005,11 @@ msgstr "Ignorando entrada de FUNDING.yml maior que 2048: %s"
|
||||||
msgid "Ignoring bad element in manifest: %s"
|
msgid "Ignoring bad element in manifest: %s"
|
||||||
msgstr "Ignorando o elemento mau no manifesto: %s"
|
msgstr "Ignorando o elemento mau no manifesto: %s"
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, fuzzy, python-brace-format
|
||||||
|
msgid "Ignoring deprecated {oldfile}, use {newfile}!"
|
||||||
|
msgstr "{oldfile} foi descontinuado, use {newfile}"
|
||||||
|
|
||||||
#: ../fdroidserver/index.py
|
#: ../fdroidserver/index.py
|
||||||
msgid "Ignoring package without metadata: "
|
msgid "Ignoring package without metadata: "
|
||||||
msgstr "Ignorando o pacote sem metadados: "
|
msgstr "Ignorando o pacote sem metadados: "
|
||||||
|
|
@ -1355,6 +1380,10 @@ msgstr "Um dos itens de configuração 'github_releases' está faltando o valor
|
||||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
||||||
msgstr "Apenas PNG e JPEG são suportados para gráficos, encontrados: {path}"
|
msgstr "Apenas PNG e JPEG são suportados para gráficos, encontrados: {path}"
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
msgid "Only accepts a single key \"env\""
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/checkupdates.py
|
#: ../fdroidserver/checkupdates.py
|
||||||
msgid "Only print differences with the Play Store"
|
msgid "Only print differences with the Play Store"
|
||||||
msgstr "Apenas mostrar diferenças com a Play Store"
|
msgstr "Apenas mostrar diferenças com a Play Store"
|
||||||
|
|
@ -1751,6 +1780,10 @@ msgstr "Modo de atualização de tags usado no git-svn, mas o repositório não
|
||||||
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
||||||
msgstr "Modo de teste - coloque a saída apenas no diretório tmp e sempre compile, mesmo que a saída já exista."
|
msgstr "Modo de teste - coloque a saída apenas no diretório tmp e sempre compile, mesmo que a saída já exista."
|
||||||
|
|
||||||
|
#: ../fdroidserver/index.py
|
||||||
|
msgid "The \"qrcode\" Python package is not installed (e.g. apt-get install python3-qrcode)!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
@ -2851,6 +2884,11 @@ msgstr "{name} \"{section}/icons/{path}\" não existe! Corrija-o no \"config.yml
|
||||||
msgid "{oldfile} is deprecated, use {newfile}"
|
msgid "{oldfile} is deprecated, use {newfile}"
|
||||||
msgstr "{oldfile} foi descontinuado, use {newfile}"
|
msgstr "{oldfile} foi descontinuado, use {newfile}"
|
||||||
|
|
||||||
|
#: ../fdroidserver/update.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "{path1} is a duplicate of {path2}, remove one!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/import_subcommand.py
|
#: ../fdroidserver/import_subcommand.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{path} already exists, ignoring import results!"
|
msgid "{path} already exists, ignoring import results!"
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: fdroidserver 0.9\n"
|
"Project-Id-Version: fdroidserver 0.9\n"
|
||||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
||||||
"POT-Creation-Date: 2025-01-21 17:02+0100\n"
|
"POT-Creation-Date: 2025-03-19 17:56+0100\n"
|
||||||
"PO-Revision-Date: 2025-03-02 21:32+0000\n"
|
"PO-Revision-Date: 2025-03-02 21:32+0000\n"
|
||||||
"Last-Translator: ssantos <ssantos@web.de>\n"
|
"Last-Translator: ssantos <ssantos@web.de>\n"
|
||||||
"Language-Team: Portuguese (Portugal) <https://hosted.weblate.org/projects/f-droid/fdroidserver/pt_PT/>\n"
|
"Language-Team: Portuguese (Portugal) <https://hosted.weblate.org/projects/f-droid/fdroidserver/pt_PT/>\n"
|
||||||
|
|
@ -525,6 +525,11 @@ msgstr "Novo contentor criado: \"{name}\""
|
||||||
msgid "Creating \"{path}\" for configuring s3cmd."
|
msgid "Creating \"{path}\" for configuring s3cmd."
|
||||||
msgstr "Criando \"{path}\" para configurar s3cmd."
|
msgstr "Criando \"{path}\" para configurar s3cmd."
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, fuzzy, python-brace-format
|
||||||
|
msgid "Creating empty {config_file}"
|
||||||
|
msgstr "A ler '{config_file}'"
|
||||||
|
|
||||||
#: ../fdroidserver/publish.py
|
#: ../fdroidserver/publish.py
|
||||||
msgid "Creating log directory"
|
msgid "Creating log directory"
|
||||||
msgstr "Criando o diretório de log"
|
msgstr "Criando o diretório de log"
|
||||||
|
|
@ -708,6 +713,16 @@ msgstr "ERRO: host de git \"%s\" não suportado, patches são bem-vindos!"
|
||||||
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
||||||
msgstr "ERRO: {key} em {path} não é \"arquivo\" ou \"repositório\"!"
|
msgstr "ERRO: {key} em {path} não é \"arquivo\" ou \"repositório\"!"
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key} not a valid key!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key}'s value should be of type {t}!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/lint.py
|
#: ../fdroidserver/lint.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
||||||
|
|
@ -732,6 +747,11 @@ msgstr ""
|
||||||
msgid "Environment variable {var} from {configname} is not set!"
|
msgid "Environment variable {var} from {configname} is not set!"
|
||||||
msgstr "A variável de ambiente {var} de {configname} não está definida!"
|
msgstr "A variável de ambiente {var} de {configname} não está definida!"
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, fuzzy, python-brace-format
|
||||||
|
msgid "Environment variable {{env: {var}}} is not set!"
|
||||||
|
msgstr "A variável de ambiente {var} de {configname} não está definida!"
|
||||||
|
|
||||||
#: ../fdroidserver/deploy.py
|
#: ../fdroidserver/deploy.py
|
||||||
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
||||||
msgstr "Erro ao implementar 'github_releases', {} não está presente. (Pode ser necessário executar `fdroid update` primeiro.)"
|
msgstr "Erro ao implementar 'github_releases', {} não está presente. (Pode ser necessário executar `fdroid update` primeiro.)"
|
||||||
|
|
@ -978,6 +998,11 @@ msgstr "A ignorar a entrada FUNDING.yml por mais que 2048: %s"
|
||||||
msgid "Ignoring bad element in manifest: %s"
|
msgid "Ignoring bad element in manifest: %s"
|
||||||
msgstr "A ignorar o elemento mau no manifesto: %s"
|
msgstr "A ignorar o elemento mau no manifesto: %s"
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, fuzzy, python-brace-format
|
||||||
|
msgid "Ignoring deprecated {oldfile}, use {newfile}!"
|
||||||
|
msgstr "{oldfile} está obsoleto, use {newfile}"
|
||||||
|
|
||||||
#: ../fdroidserver/index.py
|
#: ../fdroidserver/index.py
|
||||||
msgid "Ignoring package without metadata: "
|
msgid "Ignoring package without metadata: "
|
||||||
msgstr "Ignorando o pacote sem metadados: "
|
msgstr "Ignorando o pacote sem metadados: "
|
||||||
|
|
@ -1348,6 +1373,10 @@ msgstr "Um dos itens de configuração 'github_releases' não tem o valor 'token
|
||||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
||||||
msgstr "Somente PNG e JPEG são suportados para gráficos, encontrado: {path}"
|
msgstr "Somente PNG e JPEG são suportados para gráficos, encontrado: {path}"
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
msgid "Only accepts a single key \"env\""
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/checkupdates.py
|
#: ../fdroidserver/checkupdates.py
|
||||||
msgid "Only print differences with the Play Store"
|
msgid "Only print differences with the Play Store"
|
||||||
msgstr "Apenas mostrar diferenças com a Play Store"
|
msgstr "Apenas mostrar diferenças com a Play Store"
|
||||||
|
|
@ -1744,6 +1773,10 @@ msgstr "Modo de atualização de marcações usado no git-svn, mas a repo não f
|
||||||
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
||||||
msgstr "Modo de teste - ponha a saída apenas no diretório tmp e sempre compile, mesmo que a saída já exista."
|
msgstr "Modo de teste - ponha a saída apenas no diretório tmp e sempre compile, mesmo que a saída já exista."
|
||||||
|
|
||||||
|
#: ../fdroidserver/index.py
|
||||||
|
msgid "The \"qrcode\" Python package is not installed (e.g. apt-get install python3-qrcode)!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
@ -2844,6 +2877,11 @@ msgstr "{name} \"{section}/icons/{path}\" não existe! Corrija-o no \"config.yml
|
||||||
msgid "{oldfile} is deprecated, use {newfile}"
|
msgid "{oldfile} is deprecated, use {newfile}"
|
||||||
msgstr "{oldfile} está obsoleto, use {newfile}"
|
msgstr "{oldfile} está obsoleto, use {newfile}"
|
||||||
|
|
||||||
|
#: ../fdroidserver/update.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "{path1} is a duplicate of {path2}, remove one!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/import_subcommand.py
|
#: ../fdroidserver/import_subcommand.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{path} already exists, ignoring import results!"
|
msgid "{path} already exists, ignoring import results!"
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: fdroidserver 2.0a5-27-gf24eae0f\n"
|
"Project-Id-Version: fdroidserver 2.0a5-27-gf24eae0f\n"
|
||||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
||||||
"POT-Creation-Date: 2025-01-21 17:02+0100\n"
|
"POT-Creation-Date: 2025-03-19 17:56+0100\n"
|
||||||
"PO-Revision-Date: 2024-12-02 17:00+0000\n"
|
"PO-Revision-Date: 2024-12-02 17:00+0000\n"
|
||||||
"Last-Translator: Licaon Kter <licaon.kter@protonmail.com>\n"
|
"Last-Translator: Licaon Kter <licaon.kter@protonmail.com>\n"
|
||||||
"Language-Team: Romanian <https://hosted.weblate.org/projects/f-droid/fdroidserver/ro/>\n"
|
"Language-Team: Romanian <https://hosted.weblate.org/projects/f-droid/fdroidserver/ro/>\n"
|
||||||
|
|
@ -525,6 +525,11 @@ msgstr "Creat un nou container \"{name}\""
|
||||||
msgid "Creating \"{path}\" for configuring s3cmd."
|
msgid "Creating \"{path}\" for configuring s3cmd."
|
||||||
msgstr "Crearea \"{path}\" pentru configurarea s3cmd."
|
msgstr "Crearea \"{path}\" pentru configurarea s3cmd."
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, fuzzy, python-brace-format
|
||||||
|
msgid "Creating empty {config_file}"
|
||||||
|
msgstr "Citirea '{config_file}'"
|
||||||
|
|
||||||
#: ../fdroidserver/publish.py
|
#: ../fdroidserver/publish.py
|
||||||
msgid "Creating log directory"
|
msgid "Creating log directory"
|
||||||
msgstr "Crearea directorului de jurnal"
|
msgstr "Crearea directorului de jurnal"
|
||||||
|
|
@ -708,6 +713,16 @@ msgstr "EROARE: gazdă git neacceptată „%s”, corecții binevenite!"
|
||||||
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key} not a valid key!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key}'s value should be of type {t}!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/lint.py
|
#: ../fdroidserver/lint.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
||||||
|
|
@ -732,6 +747,11 @@ msgstr ""
|
||||||
msgid "Environment variable {var} from {configname} is not set!"
|
msgid "Environment variable {var} from {configname} is not set!"
|
||||||
msgstr "Variabila de mediu {var} din {configname} nu este setată!"
|
msgstr "Variabila de mediu {var} din {configname} nu este setată!"
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, fuzzy, python-brace-format
|
||||||
|
msgid "Environment variable {{env: {var}}} is not set!"
|
||||||
|
msgstr "Variabila de mediu {var} din {configname} nu este setată!"
|
||||||
|
|
||||||
#: ../fdroidserver/deploy.py
|
#: ../fdroidserver/deploy.py
|
||||||
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -978,6 +998,11 @@ msgstr "Ignorarea intrării FUNDING.yml mai lungă de 2048: %s"
|
||||||
msgid "Ignoring bad element in manifest: %s"
|
msgid "Ignoring bad element in manifest: %s"
|
||||||
msgstr "Ignorarea elementului greșit din manifest: %s"
|
msgstr "Ignorarea elementului greșit din manifest: %s"
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, fuzzy, python-brace-format
|
||||||
|
msgid "Ignoring deprecated {oldfile}, use {newfile}!"
|
||||||
|
msgstr "{oldfile} este depreciat, folosiți {newfile}"
|
||||||
|
|
||||||
#: ../fdroidserver/index.py
|
#: ../fdroidserver/index.py
|
||||||
msgid "Ignoring package without metadata: "
|
msgid "Ignoring package without metadata: "
|
||||||
msgstr "Ignorarea pachetului fără metadate: "
|
msgstr "Ignorarea pachetului fără metadate: "
|
||||||
|
|
@ -1348,6 +1373,10 @@ msgstr ""
|
||||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
||||||
msgstr "Doar PNG și JPEG sunt acceptate pentru grafică, găsite: {path}"
|
msgstr "Doar PNG și JPEG sunt acceptate pentru grafică, găsite: {path}"
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
msgid "Only accepts a single key \"env\""
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/checkupdates.py
|
#: ../fdroidserver/checkupdates.py
|
||||||
msgid "Only print differences with the Play Store"
|
msgid "Only print differences with the Play Store"
|
||||||
msgstr "Imprimă doar diferențele cu Play Store"
|
msgstr "Imprimă doar diferențele cu Play Store"
|
||||||
|
|
@ -1745,6 +1774,10 @@ msgstr "Modul de actualizare a etichetelor folosit în git-svn, dar repo-ul nu a
|
||||||
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
||||||
msgstr "Modul test - puneți ieșirea numai în directorul tmp și construiți întotdeauna, chiar dacă ieșirea există deja."
|
msgstr "Modul test - puneți ieșirea numai în directorul tmp și construiți întotdeauna, chiar dacă ieșirea există deja."
|
||||||
|
|
||||||
|
#: ../fdroidserver/index.py
|
||||||
|
msgid "The \"qrcode\" Python package is not installed (e.g. apt-get install python3-qrcode)!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
@ -2849,6 +2882,11 @@ msgstr "{name} \"{section}/icons/{path}\" nu există! Verificați \"config.yml\"
|
||||||
msgid "{oldfile} is deprecated, use {newfile}"
|
msgid "{oldfile} is deprecated, use {newfile}"
|
||||||
msgstr "{oldfile} este depreciat, folosiți {newfile}"
|
msgstr "{oldfile} este depreciat, folosiți {newfile}"
|
||||||
|
|
||||||
|
#: ../fdroidserver/update.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "{path1} is a duplicate of {path2}, remove one!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/import_subcommand.py
|
#: ../fdroidserver/import_subcommand.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{path} already exists, ignoring import results!"
|
msgid "{path} already exists, ignoring import results!"
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: fdroidserver 1.0.0-95-gd7af22b\n"
|
"Project-Id-Version: fdroidserver 1.0.0-95-gd7af22b\n"
|
||||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
||||||
"POT-Creation-Date: 2025-01-21 17:02+0100\n"
|
"POT-Creation-Date: 2025-03-19 17:56+0100\n"
|
||||||
"PO-Revision-Date: 2025-01-25 15:42+0000\n"
|
"PO-Revision-Date: 2025-01-25 15:42+0000\n"
|
||||||
"Last-Translator: Golubev Alexander <fatzer2@gmail.com>\n"
|
"Last-Translator: Golubev Alexander <fatzer2@gmail.com>\n"
|
||||||
"Language-Team: Russian <https://hosted.weblate.org/projects/f-droid/fdroidserver/ru/>\n"
|
"Language-Team: Russian <https://hosted.weblate.org/projects/f-droid/fdroidserver/ru/>\n"
|
||||||
|
|
@ -536,6 +536,11 @@ msgstr "Новый контейнер \"{name}\" создан"
|
||||||
msgid "Creating \"{path}\" for configuring s3cmd."
|
msgid "Creating \"{path}\" for configuring s3cmd."
|
||||||
msgstr "Создание \"{path}\" для конфигурации s3cmd."
|
msgstr "Создание \"{path}\" для конфигурации s3cmd."
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, fuzzy, python-brace-format
|
||||||
|
msgid "Creating empty {config_file}"
|
||||||
|
msgstr "Чтение '{config_file}'"
|
||||||
|
|
||||||
#: ../fdroidserver/publish.py
|
#: ../fdroidserver/publish.py
|
||||||
msgid "Creating log directory"
|
msgid "Creating log directory"
|
||||||
msgstr "Создание директории для хранения логов"
|
msgstr "Создание директории для хранения логов"
|
||||||
|
|
@ -719,6 +724,16 @@ msgstr "ОШИБКА: неподдерживаемый хост git «%s», па
|
||||||
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
||||||
msgstr "ОШИБКА: {key} в {path} должен быть или \"archive\", или \"repo\"!"
|
msgstr "ОШИБКА: {key} в {path} должен быть или \"archive\", или \"repo\"!"
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key} not a valid key!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key}'s value should be of type {t}!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/lint.py
|
#: ../fdroidserver/lint.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
||||||
|
|
@ -743,6 +758,11 @@ msgstr ""
|
||||||
msgid "Environment variable {var} from {configname} is not set!"
|
msgid "Environment variable {var} from {configname} is not set!"
|
||||||
msgstr "Переменная среды {var} из {configname} не установлена!"
|
msgstr "Переменная среды {var} из {configname} не установлена!"
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, fuzzy, python-brace-format
|
||||||
|
msgid "Environment variable {{env: {var}}} is not set!"
|
||||||
|
msgstr "Переменная среды {var} из {configname} не установлена!"
|
||||||
|
|
||||||
#: ../fdroidserver/deploy.py
|
#: ../fdroidserver/deploy.py
|
||||||
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
||||||
msgstr "Ошибка развертывания 'github_releases', {} отсутствует. (Возможно, сначала вам нужно запустить `fdroid update`.)"
|
msgstr "Ошибка развертывания 'github_releases', {} отсутствует. (Возможно, сначала вам нужно запустить `fdroid update`.)"
|
||||||
|
|
@ -989,6 +1009,11 @@ msgstr "Проигнорировано: запись в FUNDING.yml длинне
|
||||||
msgid "Ignoring bad element in manifest: %s"
|
msgid "Ignoring bad element in manifest: %s"
|
||||||
msgstr "Проигнорировано: плохой элемент в манифесте: %s"
|
msgstr "Проигнорировано: плохой элемент в манифесте: %s"
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, fuzzy, python-brace-format
|
||||||
|
msgid "Ignoring deprecated {oldfile}, use {newfile}!"
|
||||||
|
msgstr "{oldfile} признан устаревшим; используйте {newfile}"
|
||||||
|
|
||||||
#: ../fdroidserver/index.py
|
#: ../fdroidserver/index.py
|
||||||
msgid "Ignoring package without metadata: "
|
msgid "Ignoring package without metadata: "
|
||||||
msgstr "Проигнорировано: пакеты без метаданных: "
|
msgstr "Проигнорировано: пакеты без метаданных: "
|
||||||
|
|
@ -1359,6 +1384,10 @@ msgstr "В одном из 'github_releases' отсутствует значен
|
||||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
||||||
msgstr "Допускаются изображения только в форматах PNG и JPEG: {path}"
|
msgstr "Допускаются изображения только в форматах PNG и JPEG: {path}"
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
msgid "Only accepts a single key \"env\""
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/checkupdates.py
|
#: ../fdroidserver/checkupdates.py
|
||||||
msgid "Only print differences with the Play Store"
|
msgid "Only print differences with the Play Store"
|
||||||
msgstr "Отобразить только приложения, версия которых в Play Store отличается от здешней"
|
msgstr "Отобразить только приложения, версия которых в Play Store отличается от здешней"
|
||||||
|
|
@ -1756,6 +1785,10 @@ msgstr "Режим обновления тегов используется в g
|
||||||
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
||||||
msgstr "Тестовый режим. Все собранное попадает во временную директорию; сборка запускается снова в любом случае."
|
msgstr "Тестовый режим. Все собранное попадает во временную директорию; сборка запускается снова в любом случае."
|
||||||
|
|
||||||
|
#: ../fdroidserver/index.py
|
||||||
|
msgid "The \"qrcode\" Python package is not installed (e.g. apt-get install python3-qrcode)!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
@ -2859,6 +2892,11 @@ msgstr "{name}: \"{section}/icons/{path}\" не существует! Попра
|
||||||
msgid "{oldfile} is deprecated, use {newfile}"
|
msgid "{oldfile} is deprecated, use {newfile}"
|
||||||
msgstr "{oldfile} признан устаревшим; используйте {newfile}"
|
msgstr "{oldfile} признан устаревшим; используйте {newfile}"
|
||||||
|
|
||||||
|
#: ../fdroidserver/update.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "{path1} is a duplicate of {path2}, remove one!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/import_subcommand.py
|
#: ../fdroidserver/import_subcommand.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{path} already exists, ignoring import results!"
|
msgid "{path} already exists, ignoring import results!"
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: fdroidserver 1.0.6-349-g907c04ea\n"
|
"Project-Id-Version: fdroidserver 1.0.6-349-g907c04ea\n"
|
||||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
||||||
"POT-Creation-Date: 2025-01-21 17:02+0100\n"
|
"POT-Creation-Date: 2025-03-19 17:56+0100\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: Automatically generated\n"
|
"Last-Translator: Automatically generated\n"
|
||||||
"Language-Team: none\n"
|
"Language-Team: none\n"
|
||||||
|
|
@ -516,6 +516,11 @@ msgstr ""
|
||||||
msgid "Creating \"{path}\" for configuring s3cmd."
|
msgid "Creating \"{path}\" for configuring s3cmd."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "Creating empty {config_file}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/publish.py
|
#: ../fdroidserver/publish.py
|
||||||
msgid "Creating log directory"
|
msgid "Creating log directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -697,6 +702,16 @@ msgstr ""
|
||||||
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key} not a valid key!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key}'s value should be of type {t}!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/lint.py
|
#: ../fdroidserver/lint.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
||||||
|
|
@ -719,6 +734,11 @@ msgstr ""
|
||||||
msgid "Environment variable {var} from {configname} is not set!"
|
msgid "Environment variable {var} from {configname} is not set!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "Environment variable {{env: {var}}} is not set!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/deploy.py
|
#: ../fdroidserver/deploy.py
|
||||||
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -965,6 +985,11 @@ msgstr ""
|
||||||
msgid "Ignoring bad element in manifest: %s"
|
msgid "Ignoring bad element in manifest: %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "Ignoring deprecated {oldfile}, use {newfile}!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/index.py
|
#: ../fdroidserver/index.py
|
||||||
msgid "Ignoring package without metadata: "
|
msgid "Ignoring package without metadata: "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -1335,6 +1360,10 @@ msgstr ""
|
||||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
msgid "Only accepts a single key \"env\""
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/checkupdates.py
|
#: ../fdroidserver/checkupdates.py
|
||||||
msgid "Only print differences with the Play Store"
|
msgid "Only print differences with the Play Store"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -1732,6 +1761,10 @@ msgstr ""
|
||||||
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/index.py
|
||||||
|
msgid "The \"qrcode\" Python package is not installed (e.g. apt-get install python3-qrcode)!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
@ -2828,6 +2861,11 @@ msgstr ""
|
||||||
msgid "{oldfile} is deprecated, use {newfile}"
|
msgid "{oldfile} is deprecated, use {newfile}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/update.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "{path1} is a duplicate of {path2}, remove one!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/import_subcommand.py
|
#: ../fdroidserver/import_subcommand.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{path} already exists, ignoring import results!"
|
msgid "{path} already exists, ignoring import results!"
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: fdroidserver 1.0.6-349-g907c04ea\n"
|
"Project-Id-Version: fdroidserver 1.0.6-349-g907c04ea\n"
|
||||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
||||||
"POT-Creation-Date: 2025-01-21 17:02+0100\n"
|
"POT-Creation-Date: 2025-03-19 17:56+0100\n"
|
||||||
"PO-Revision-Date: 2024-12-12 14:43+0000\n"
|
"PO-Revision-Date: 2024-12-12 14:43+0000\n"
|
||||||
"Last-Translator: Besnik Bleta <besnik@programeshqip.org>\n"
|
"Last-Translator: Besnik Bleta <besnik@programeshqip.org>\n"
|
||||||
"Language-Team: Albanian <https://hosted.weblate.org/projects/f-droid/fdroidserver/sq/>\n"
|
"Language-Team: Albanian <https://hosted.weblate.org/projects/f-droid/fdroidserver/sq/>\n"
|
||||||
|
|
@ -520,6 +520,11 @@ msgstr "U krijua kontejner i ri “{name}”"
|
||||||
msgid "Creating \"{path}\" for configuring s3cmd."
|
msgid "Creating \"{path}\" for configuring s3cmd."
|
||||||
msgstr "Po krijohet “{path}” për formësim të s3cmd."
|
msgstr "Po krijohet “{path}” për formësim të s3cmd."
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, fuzzy, python-brace-format
|
||||||
|
msgid "Creating empty {config_file}"
|
||||||
|
msgstr "Po lexohet '{config_file}'"
|
||||||
|
|
||||||
#: ../fdroidserver/publish.py
|
#: ../fdroidserver/publish.py
|
||||||
msgid "Creating log directory"
|
msgid "Creating log directory"
|
||||||
msgstr "Po krijohet drejtori regjistrash"
|
msgstr "Po krijohet drejtori regjistrash"
|
||||||
|
|
@ -703,6 +708,16 @@ msgstr "GABIM: strehë git “%s” që nuk mbulohet, arnimet janë të mirëpri
|
||||||
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
||||||
msgstr "GABIM: {key} te {path} s’është “archive” apo “repo”!"
|
msgstr "GABIM: {key} te {path} s’është “archive” apo “repo”!"
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key} not a valid key!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key}'s value should be of type {t}!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/lint.py
|
#: ../fdroidserver/lint.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
||||||
|
|
@ -727,6 +742,11 @@ msgstr ""
|
||||||
msgid "Environment variable {var} from {configname} is not set!"
|
msgid "Environment variable {var} from {configname} is not set!"
|
||||||
msgstr "S’është ujdisur ndryshore {var} nga {configname}!"
|
msgstr "S’është ujdisur ndryshore {var} nga {configname}!"
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, fuzzy, python-brace-format
|
||||||
|
msgid "Environment variable {{env: {var}}} is not set!"
|
||||||
|
msgstr "S’është ujdisur ndryshore {var} nga {configname}!"
|
||||||
|
|
||||||
#: ../fdroidserver/deploy.py
|
#: ../fdroidserver/deploy.py
|
||||||
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
||||||
msgstr "Gabim në sendërtim të 'github_releases', {} s’është e pranishme. (Mund t’ju duhet të xhironi `fdroid update` së pari.)"
|
msgstr "Gabim në sendërtim të 'github_releases', {} s’është e pranishme. (Mund t’ju duhet të xhironi `fdroid update` së pari.)"
|
||||||
|
|
@ -973,6 +993,11 @@ msgstr "Po shpërfillen zëra FUNDING.yml më të gjatë se 2048: %s"
|
||||||
msgid "Ignoring bad element in manifest: %s"
|
msgid "Ignoring bad element in manifest: %s"
|
||||||
msgstr "Po shpërfillet element i gabuar në manifest: %s"
|
msgstr "Po shpërfillet element i gabuar në manifest: %s"
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, fuzzy, python-brace-format
|
||||||
|
msgid "Ignoring deprecated {oldfile}, use {newfile}!"
|
||||||
|
msgstr "{oldfile} është nxjerrë nga përdorimi, përdorni {newfile}"
|
||||||
|
|
||||||
#: ../fdroidserver/index.py
|
#: ../fdroidserver/index.py
|
||||||
msgid "Ignoring package without metadata: "
|
msgid "Ignoring package without metadata: "
|
||||||
msgstr "Po shpërfillet paketë pa tejtëdhëna: "
|
msgstr "Po shpërfillet paketë pa tejtëdhëna: "
|
||||||
|
|
@ -1343,6 +1368,10 @@ msgstr "Një nga zërat e formësimit të 'github_releases' mungon te vlera 'tok
|
||||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
||||||
msgstr "Si formate grafike mbulohen vetëm PNG dhe JPEG, u gjet: {path}"
|
msgstr "Si formate grafike mbulohen vetëm PNG dhe JPEG, u gjet: {path}"
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
msgid "Only accepts a single key \"env\""
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/checkupdates.py
|
#: ../fdroidserver/checkupdates.py
|
||||||
msgid "Only print differences with the Play Store"
|
msgid "Only print differences with the Play Store"
|
||||||
msgstr "Shtyp vetëm dallimet me Play Store-in"
|
msgstr "Shtyp vetëm dallimet me Play Store-in"
|
||||||
|
|
@ -1739,6 +1768,10 @@ msgstr "U përdor mënyra “tags update” në git-svn, por depoja s’qe ujdis
|
||||||
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
||||||
msgstr "Mënyra testim - hidhe output-in vetëm te drejtoria tmp, dhe monto përherë, edhe nëse output-i ekziston tashmë."
|
msgstr "Mënyra testim - hidhe output-in vetëm te drejtoria tmp, dhe monto përherë, edhe nëse output-i ekziston tashmë."
|
||||||
|
|
||||||
|
#: ../fdroidserver/index.py
|
||||||
|
msgid "The \"qrcode\" Python package is not installed (e.g. apt-get install python3-qrcode)!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
@ -2840,6 +2873,11 @@ msgstr "{name} “{section}/icons/{path}” s’ekziston! Kontrolloni “config.
|
||||||
msgid "{oldfile} is deprecated, use {newfile}"
|
msgid "{oldfile} is deprecated, use {newfile}"
|
||||||
msgstr "{oldfile} është nxjerrë nga përdorimi, përdorni {newfile}"
|
msgstr "{oldfile} është nxjerrë nga përdorimi, përdorni {newfile}"
|
||||||
|
|
||||||
|
#: ../fdroidserver/update.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "{path1} is a duplicate of {path2}, remove one!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/import_subcommand.py
|
#: ../fdroidserver/import_subcommand.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{path} already exists, ignoring import results!"
|
msgid "{path} already exists, ignoring import results!"
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: fdroidserver 2.1b0\n"
|
"Project-Id-Version: fdroidserver 2.1b0\n"
|
||||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
||||||
"POT-Creation-Date: 2025-01-21 17:02+0100\n"
|
"POT-Creation-Date: 2025-03-19 17:56+0100\n"
|
||||||
"PO-Revision-Date: 2024-12-30 22:00+0000\n"
|
"PO-Revision-Date: 2024-12-30 22:00+0000\n"
|
||||||
"Last-Translator: Reno Tx <renotx@users.noreply.hosted.weblate.org>\n"
|
"Last-Translator: Reno Tx <renotx@users.noreply.hosted.weblate.org>\n"
|
||||||
"Language-Team: Serbian <https://hosted.weblate.org/projects/f-droid/fdroidserver/sr/>\n"
|
"Language-Team: Serbian <https://hosted.weblate.org/projects/f-droid/fdroidserver/sr/>\n"
|
||||||
|
|
@ -524,6 +524,11 @@ msgstr "Креиран нови контејнер \"{name}\""
|
||||||
msgid "Creating \"{path}\" for configuring s3cmd."
|
msgid "Creating \"{path}\" for configuring s3cmd."
|
||||||
msgstr "Креирање \"{path}\" за конфигурацију s3cmd."
|
msgstr "Креирање \"{path}\" за конфигурацију s3cmd."
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, fuzzy, python-brace-format
|
||||||
|
msgid "Creating empty {config_file}"
|
||||||
|
msgstr "Читање '{config_file}'"
|
||||||
|
|
||||||
#: ../fdroidserver/publish.py
|
#: ../fdroidserver/publish.py
|
||||||
msgid "Creating log directory"
|
msgid "Creating log directory"
|
||||||
msgstr "Креирање директоријума за записе"
|
msgstr "Креирање директоријума за записе"
|
||||||
|
|
@ -707,6 +712,16 @@ msgstr "ГРЕШКА: неподржан git домаћин \"%s\", закрпе
|
||||||
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
||||||
msgstr "ERROR: {key} у {path} није \"archive\" или \"repo\"!"
|
msgstr "ERROR: {key} у {path} није \"archive\" или \"repo\"!"
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key} not a valid key!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key}'s value should be of type {t}!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/lint.py
|
#: ../fdroidserver/lint.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
||||||
|
|
@ -731,6 +746,11 @@ msgstr ""
|
||||||
msgid "Environment variable {var} from {configname} is not set!"
|
msgid "Environment variable {var} from {configname} is not set!"
|
||||||
msgstr "Еколошка променљива {var} из {configname} није подешена!"
|
msgstr "Еколошка променљива {var} из {configname} није подешена!"
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, fuzzy, python-brace-format
|
||||||
|
msgid "Environment variable {{env: {var}}} is not set!"
|
||||||
|
msgstr "Еколошка променљива {var} из {configname} није подешена!"
|
||||||
|
|
||||||
#: ../fdroidserver/deploy.py
|
#: ../fdroidserver/deploy.py
|
||||||
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
||||||
msgstr "Error deploying 'github_releases', {} није присутан. (Можда треба прво да покренете `fdroid update`.)"
|
msgstr "Error deploying 'github_releases', {} није присутан. (Можда треба прво да покренете `fdroid update`.)"
|
||||||
|
|
@ -977,6 +997,11 @@ msgstr "Игнорисање FUNDING.yml уноса дужег од 2048: %s"
|
||||||
msgid "Ignoring bad element in manifest: %s"
|
msgid "Ignoring bad element in manifest: %s"
|
||||||
msgstr "Игнорисање лошег елемента у манифесту: %s"
|
msgstr "Игнорисање лошег елемента у манифесту: %s"
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, fuzzy, python-brace-format
|
||||||
|
msgid "Ignoring deprecated {oldfile}, use {newfile}!"
|
||||||
|
msgstr "{oldfile} је застарео, користите {newfile}"
|
||||||
|
|
||||||
#: ../fdroidserver/index.py
|
#: ../fdroidserver/index.py
|
||||||
msgid "Ignoring package without metadata: "
|
msgid "Ignoring package without metadata: "
|
||||||
msgstr "Игнорисање пакета без метаподатака: "
|
msgstr "Игнорисање пакета без метаподатака: "
|
||||||
|
|
@ -1347,6 +1372,10 @@ msgstr "Једна од 'github_releases' конфигурационих ста
|
||||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
||||||
msgstr "Само PNG и JPEG су подржани за графику, нађено: {path}"
|
msgstr "Само PNG и JPEG су подржани за графику, нађено: {path}"
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
msgid "Only accepts a single key \"env\""
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/checkupdates.py
|
#: ../fdroidserver/checkupdates.py
|
||||||
msgid "Only print differences with the Play Store"
|
msgid "Only print differences with the Play Store"
|
||||||
msgstr "Само штампај разлике са Плеј продавницом"
|
msgstr "Само штампај разлике са Плеј продавницом"
|
||||||
|
|
@ -1744,6 +1773,10 @@ msgstr "Режим ажурирања ознака коришћен у git-svn,
|
||||||
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
||||||
msgstr "Тест режим - стави излаз у tmp директоријум само, и увек компајлирај, чак и ако излаз већ постоји."
|
msgstr "Тест режим - стави излаз у tmp директоријум само, и увек компајлирај, чак и ако излаз већ постоји."
|
||||||
|
|
||||||
|
#: ../fdroidserver/index.py
|
||||||
|
msgid "The \"qrcode\" Python package is not installed (e.g. apt-get install python3-qrcode)!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
@ -2847,6 +2880,11 @@ msgstr "{name} \"{section}/icons/{path}\" не постоји! Проверит
|
||||||
msgid "{oldfile} is deprecated, use {newfile}"
|
msgid "{oldfile} is deprecated, use {newfile}"
|
||||||
msgstr "{oldfile} је застарео, користите {newfile}"
|
msgstr "{oldfile} је застарео, користите {newfile}"
|
||||||
|
|
||||||
|
#: ../fdroidserver/update.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "{path1} is a duplicate of {path2}, remove one!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/import_subcommand.py
|
#: ../fdroidserver/import_subcommand.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{path} already exists, ignoring import results!"
|
msgid "{path} already exists, ignoring import results!"
|
||||||
|
|
|
||||||
|
|
@ -3,14 +3,15 @@
|
||||||
# Hans-Christoph Steiner <hans@guardianproject.info>, 2020.
|
# Hans-Christoph Steiner <hans@guardianproject.info>, 2020.
|
||||||
# Elias Mårtenson <elias@dhsdevelopments.com>, 2021.
|
# Elias Mårtenson <elias@dhsdevelopments.com>, 2021.
|
||||||
# Joel A <joeax910@student.liu.se>, 2021.
|
# Joel A <joeax910@student.liu.se>, 2021.
|
||||||
# Kristoffer Grundström <swedishsailfishosuser@tutanota.com>, 2021, 2024.
|
# Kristoffer Grundström <swedishsailfishosuser@tutanota.com>, 2021, 2024, 2025.
|
||||||
# "P.O" <rasmusson.mikael@protonmail.com>, 2023.
|
# "P.O" <rasmusson.mikael@protonmail.com>, 2023.
|
||||||
|
# Marcus skoding <ggd7cnc9m@mozmail.com>, 2025.
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: fdroidserver 1.0.0-95-gd7af22b\n"
|
"Project-Id-Version: fdroidserver 1.0.0-95-gd7af22b\n"
|
||||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
||||||
"POT-Creation-Date: 2024-12-11 14:37+0100\n"
|
"POT-Creation-Date: 2025-03-19 17:56+0100\n"
|
||||||
"PO-Revision-Date: 2024-04-24 08:39+0000\n"
|
"PO-Revision-Date: 2025-03-17 21:44+0000\n"
|
||||||
"Last-Translator: Kristoffer Grundström <swedishsailfishosuser@tutanota.com>\n"
|
"Last-Translator: Kristoffer Grundström <swedishsailfishosuser@tutanota.com>\n"
|
||||||
"Language-Team: Swedish <https://hosted.weblate.org/projects/f-droid/fdroidserver/sv/>\n"
|
"Language-Team: Swedish <https://hosted.weblate.org/projects/f-droid/fdroidserver/sv/>\n"
|
||||||
"Language: sv\n"
|
"Language: sv\n"
|
||||||
|
|
@ -18,7 +19,7 @@ msgstr ""
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||||
"X-Generator: Weblate 5.5.1-dev\n"
|
"X-Generator: Weblate 5.11-dev\n"
|
||||||
|
|
||||||
#: ../fdroidserver/nightly.py
|
#: ../fdroidserver/nightly.py
|
||||||
msgid ""
|
msgid ""
|
||||||
|
|
@ -34,6 +35,8 @@ msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
"{path} encoded for the DEBUG_KEYSTORE secret variable:"
|
"{path} encoded for the DEBUG_KEYSTORE secret variable:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"\n"
|
||||||
|
"{path} kodad för den hemliga variabeln DEBUG_KEYSTORE:"
|
||||||
|
|
||||||
#: ../fdroidserver/lint.py
|
#: ../fdroidserver/lint.py
|
||||||
#, python-format
|
#, python-format
|
||||||
|
|
@ -86,8 +89,8 @@ msgstr "\"{url}\" är inte en giltig URL!"
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%(option)s option requires %(number)d argument"
|
msgid "%(option)s option requires %(number)d argument"
|
||||||
msgid_plural "%(option)s option requires %(number)d arguments"
|
msgid_plural "%(option)s option requires %(number)d arguments"
|
||||||
msgstr[0] ""
|
msgstr[0] "%(option)s-valet kräver %(number)d argument"
|
||||||
msgstr[1] ""
|
msgstr[1] "%(option)s-valen kräver %(number)d argument"
|
||||||
|
|
||||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
|
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
|
||||||
|
|
@ -99,7 +102,7 @@ msgstr "%(prog)s: fel: %(message)s\n"
|
||||||
#: ../fdroidserver/publish.py
|
#: ../fdroidserver/publish.py
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%d APKs failed to be signed or verified!"
|
msgid "%d APKs failed to be signed or verified!"
|
||||||
msgstr ""
|
msgstr "%d APK:er kunde inte signeras eller verifieras!"
|
||||||
|
|
||||||
#: ../fdroidserver/scanner.py
|
#: ../fdroidserver/scanner.py
|
||||||
#, python-format
|
#, python-format
|
||||||
|
|
@ -122,12 +125,12 @@ msgstr "%r kan inte kallas"
|
||||||
#: ../fdroidserver/signindex.py
|
#: ../fdroidserver/signindex.py
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s did not produce a dict!"
|
msgid "%s did not produce a dict!"
|
||||||
msgstr ""
|
msgstr "%s producerade inte en dict!"
|
||||||
|
|
||||||
#: ../fdroidserver/signindex.py
|
#: ../fdroidserver/signindex.py
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s has bad SHA-256: %s"
|
msgid "%s has bad SHA-256: %s"
|
||||||
msgstr ""
|
msgstr "%s har felaktig SHA-256: %s"
|
||||||
|
|
||||||
#: ../fdroidserver/lint.py
|
#: ../fdroidserver/lint.py
|
||||||
#, python-format
|
#, python-format
|
||||||
|
|
@ -268,7 +271,7 @@ msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/scanner.py
|
#: ../fdroidserver/scanner.py
|
||||||
msgid "Android AAR library"
|
msgid "Android AAR library"
|
||||||
msgstr ""
|
msgstr "AAR-bibliotek för Android"
|
||||||
|
|
||||||
#: ../fdroidserver/scanner.py
|
#: ../fdroidserver/scanner.py
|
||||||
msgid "Android APK file"
|
msgid "Android APK file"
|
||||||
|
|
@ -276,7 +279,7 @@ msgstr "Android APK-fil"
|
||||||
|
|
||||||
#: ../fdroidserver/scanner.py
|
#: ../fdroidserver/scanner.py
|
||||||
msgid "Android DEX code"
|
msgid "Android DEX code"
|
||||||
msgstr ""
|
msgstr "DEX-kod för Android"
|
||||||
|
|
||||||
#: ../fdroidserver/init.py
|
#: ../fdroidserver/init.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
@ -363,7 +366,7 @@ msgstr ""
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "Broken symlink: {path}"
|
msgid "Broken symlink: {path}"
|
||||||
msgstr ""
|
msgstr "Trasig symlink: {path}"
|
||||||
|
|
||||||
#: ../fdroidserver/__main__.py
|
#: ../fdroidserver/__main__.py
|
||||||
msgid "Build a package from source"
|
msgid "Build a package from source"
|
||||||
|
|
@ -403,7 +406,7 @@ msgstr[1] ""
|
||||||
#: ../fdroidserver/rewritemeta.py
|
#: ../fdroidserver/rewritemeta.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "Cannot rewrite \"{path}\""
|
msgid "Cannot rewrite \"{path}\""
|
||||||
msgstr ""
|
msgstr "Kan inte skriva om \"{path}\""
|
||||||
|
|
||||||
#: ../fdroidserver/lint.py
|
#: ../fdroidserver/lint.py
|
||||||
#, python-format
|
#, python-format
|
||||||
|
|
@ -447,7 +450,7 @@ msgstr "Kommandot '%s' känns inte igen.\n"
|
||||||
|
|
||||||
#: ../fdroidserver/checkupdates.py
|
#: ../fdroidserver/checkupdates.py
|
||||||
msgid "Commit changes"
|
msgid "Commit changes"
|
||||||
msgstr ""
|
msgstr "Skicka in ändringar"
|
||||||
|
|
||||||
#: ../fdroidserver/checkupdates.py
|
#: ../fdroidserver/checkupdates.py
|
||||||
msgid "Commit changes, push, then make a merge request"
|
msgid "Commit changes, push, then make a merge request"
|
||||||
|
|
@ -505,7 +508,7 @@ msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/checkupdates.py
|
#: ../fdroidserver/checkupdates.py
|
||||||
msgid "Couldn't find package ID"
|
msgid "Couldn't find package ID"
|
||||||
msgstr ""
|
msgstr "Kunde inte hitta paketets ID"
|
||||||
|
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
msgid "Cowardily refusing to overwrite existing signing key setup!"
|
msgid "Cowardily refusing to overwrite existing signing key setup!"
|
||||||
|
|
@ -521,6 +524,11 @@ msgstr ""
|
||||||
msgid "Creating \"{path}\" for configuring s3cmd."
|
msgid "Creating \"{path}\" for configuring s3cmd."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, fuzzy, python-brace-format
|
||||||
|
msgid "Creating empty {config_file}"
|
||||||
|
msgstr "Läser '{config_file}'"
|
||||||
|
|
||||||
#: ../fdroidserver/publish.py
|
#: ../fdroidserver/publish.py
|
||||||
msgid "Creating log directory"
|
msgid "Creating log directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -572,7 +580,7 @@ msgstr ""
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "Deleting unknown file: {path}"
|
msgid "Deleting unknown file: {path}"
|
||||||
msgstr ""
|
msgstr "Tar bort okänd fil: {path}"
|
||||||
|
|
||||||
#: ../fdroidserver/lint.py
|
#: ../fdroidserver/lint.py
|
||||||
#, python-format
|
#, python-format
|
||||||
|
|
@ -647,7 +655,7 @@ msgstr ""
|
||||||
#: ../fdroidserver/common.py
|
#: ../fdroidserver/common.py
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Downloading %s"
|
msgid "Downloading %s"
|
||||||
msgstr ""
|
msgstr "Hämtar %s"
|
||||||
|
|
||||||
#: ../fdroidserver/common.py
|
#: ../fdroidserver/common.py
|
||||||
msgid "Downloading the repository already failed once, not trying again."
|
msgid "Downloading the repository already failed once, not trying again."
|
||||||
|
|
@ -676,7 +684,7 @@ msgstr ""
|
||||||
#: ../fdroidserver/common.py
|
#: ../fdroidserver/common.py
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "ERROR: %(message)s"
|
msgid "ERROR: %(message)s"
|
||||||
msgstr ""
|
msgstr "FEL: %(message)s"
|
||||||
|
|
||||||
#: ../fdroidserver/__main__.py
|
#: ../fdroidserver/__main__.py
|
||||||
msgid "ERROR: The \"server\" subcommand has been removed, use \"deploy\"!"
|
msgid "ERROR: The \"server\" subcommand has been removed, use \"deploy\"!"
|
||||||
|
|
@ -702,6 +710,16 @@ msgstr ""
|
||||||
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key} not a valid key!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key}'s value should be of type {t}!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/lint.py
|
#: ../fdroidserver/lint.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
||||||
|
|
@ -724,6 +742,11 @@ msgstr ""
|
||||||
msgid "Environment variable {var} from {configname} is not set!"
|
msgid "Environment variable {var} from {configname} is not set!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "Environment variable {{env: {var}}} is not set!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/deploy.py
|
#: ../fdroidserver/deploy.py
|
||||||
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -742,7 +765,7 @@ msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/__main__.py
|
#: ../fdroidserver/__main__.py
|
||||||
msgid "Extract signatures from APKs"
|
msgid "Extract signatures from APKs"
|
||||||
msgstr ""
|
msgstr "Extrahera signaturer från APK:er"
|
||||||
|
|
||||||
#: ../fdroidserver/install.py
|
#: ../fdroidserver/install.py
|
||||||
msgid "F-Droid.apk could not be downloaded from any known source!"
|
msgid "F-Droid.apk could not be downloaded from any known source!"
|
||||||
|
|
@ -823,7 +846,7 @@ msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/lint.py
|
#: ../fdroidserver/lint.py
|
||||||
msgid "Forbidden HTML tags"
|
msgid "Forbidden HTML tags"
|
||||||
msgstr ""
|
msgstr "Förbjudna HTML-taggar"
|
||||||
|
|
||||||
#: ../fdroidserver/build.py
|
#: ../fdroidserver/build.py
|
||||||
msgid "Force build of disabled apps, and carries on regardless of scan problems. Only allowed in test mode."
|
msgid "Force build of disabled apps, and carries on regardless of scan problems. Only allowed in test mode."
|
||||||
|
|
@ -970,6 +993,11 @@ msgstr ""
|
||||||
msgid "Ignoring bad element in manifest: %s"
|
msgid "Ignoring bad element in manifest: %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "Ignoring deprecated {oldfile}, use {newfile}!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/index.py
|
#: ../fdroidserver/index.py
|
||||||
msgid "Ignoring package without metadata: "
|
msgid "Ignoring package without metadata: "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -1020,7 +1048,7 @@ msgstr "Installera byggda paket på enheter"
|
||||||
#: ../fdroidserver/install.py
|
#: ../fdroidserver/install.py
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Installing %s..."
|
msgid "Installing %s..."
|
||||||
msgstr ""
|
msgstr "Installerar %s..."
|
||||||
|
|
||||||
#: ../fdroidserver/install.py
|
#: ../fdroidserver/install.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
@ -1033,7 +1061,7 @@ msgstr "Interagera med förrådets HTTP-servern"
|
||||||
|
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
msgid "Invalid APK"
|
msgid "Invalid APK"
|
||||||
msgstr ""
|
msgstr "Ogiltig APK"
|
||||||
|
|
||||||
#: ../fdroidserver/checkupdates.py
|
#: ../fdroidserver/checkupdates.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
@ -1063,7 +1091,7 @@ msgstr ""
|
||||||
#: ../fdroidserver/metadata.py
|
#: ../fdroidserver/metadata.py
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Invalid boolean '%s'"
|
msgid "Invalid boolean '%s'"
|
||||||
msgstr ""
|
msgstr "Ogiltig booleansk '%s'"
|
||||||
|
|
||||||
#: ../fdroidserver/lint.py
|
#: ../fdroidserver/lint.py
|
||||||
msgid "Invalid bulleted list"
|
msgid "Invalid bulleted list"
|
||||||
|
|
@ -1111,7 +1139,7 @@ msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/scanner.py
|
#: ../fdroidserver/scanner.py
|
||||||
msgid "Java JAR file"
|
msgid "Java JAR file"
|
||||||
msgstr ""
|
msgstr "JAR-file för Java"
|
||||||
|
|
||||||
#: ../fdroidserver/mirror.py ../fdroidserver/publish.py
|
#: ../fdroidserver/mirror.py ../fdroidserver/publish.py
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
|
|
@ -1224,7 +1252,7 @@ msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/import_subcommand.py
|
#: ../fdroidserver/import_subcommand.py
|
||||||
msgid "No information found."
|
msgid "No information found."
|
||||||
msgstr ""
|
msgstr "Ingen information hittades."
|
||||||
|
|
||||||
#: ../fdroidserver/checkupdates.py
|
#: ../fdroidserver/checkupdates.py
|
||||||
msgid "No matching tags found"
|
msgid "No matching tags found"
|
||||||
|
|
@ -1249,7 +1277,7 @@ msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/common.py
|
#: ../fdroidserver/common.py
|
||||||
msgid "No packages specified"
|
msgid "No packages specified"
|
||||||
msgstr ""
|
msgstr "Inga paket angavs"
|
||||||
|
|
||||||
#: ../fdroidserver/install.py
|
#: ../fdroidserver/install.py
|
||||||
#, python-format
|
#, python-format
|
||||||
|
|
@ -1278,7 +1306,7 @@ msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/checkupdates.py
|
#: ../fdroidserver/checkupdates.py
|
||||||
msgid "No tags found"
|
msgid "No tags found"
|
||||||
msgstr ""
|
msgstr "Inga taggar hittades"
|
||||||
|
|
||||||
#: ../fdroidserver/publish.py ../fdroidserver/verify.py
|
#: ../fdroidserver/publish.py ../fdroidserver/verify.py
|
||||||
msgid "No unsigned directory - nothing to do"
|
msgid "No unsigned directory - nothing to do"
|
||||||
|
|
@ -1294,7 +1322,7 @@ msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/signindex.py
|
#: ../fdroidserver/signindex.py
|
||||||
msgid "Nothing to do"
|
msgid "Nothing to do"
|
||||||
msgstr ""
|
msgstr "Inget att göra"
|
||||||
|
|
||||||
#: ../fdroidserver/checkupdates.py
|
#: ../fdroidserver/checkupdates.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
@ -1340,6 +1368,10 @@ msgstr ""
|
||||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
msgid "Only accepts a single key \"env\""
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/checkupdates.py
|
#: ../fdroidserver/checkupdates.py
|
||||||
msgid "Only print differences with the Play Store"
|
msgid "Only print differences with the Play Store"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -1440,7 +1472,7 @@ msgstr ""
|
||||||
#: ../fdroidserver/checkupdates.py ../fdroidserver/scanner.py
|
#: ../fdroidserver/checkupdates.py ../fdroidserver/scanner.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "Processing {appid}"
|
msgid "Processing {appid}"
|
||||||
msgstr ""
|
msgstr "Behandlar {appid}"
|
||||||
|
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
msgid "Produce human-readable XML/JSON for index files"
|
msgid "Produce human-readable XML/JSON for index files"
|
||||||
|
|
@ -1483,7 +1515,7 @@ msgstr "Läs alla metadatafiler och avsluta"
|
||||||
#: ../fdroidserver/common.py
|
#: ../fdroidserver/common.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "Reading '{config_file}'"
|
msgid "Reading '{config_file}'"
|
||||||
msgstr ""
|
msgstr "Läser '{config_file}'"
|
||||||
|
|
||||||
#: ../fdroidserver/common.py
|
#: ../fdroidserver/common.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
@ -1510,12 +1542,12 @@ msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/common.py
|
#: ../fdroidserver/common.py
|
||||||
msgid "Removing specified files"
|
msgid "Removing specified files"
|
||||||
msgstr ""
|
msgstr "Tar bort angivna filer"
|
||||||
|
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "Removing {path}\""
|
msgid "Removing {path}\""
|
||||||
msgstr ""
|
msgstr "Tar bort {path}''"
|
||||||
|
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
msgid "Rename APK files that do not match package.name_123.apk"
|
msgid "Rename APK files that do not match package.name_123.apk"
|
||||||
|
|
@ -1554,7 +1586,7 @@ msgstr "Skriv om alla metadatafiler"
|
||||||
#: ../fdroidserver/rewritemeta.py
|
#: ../fdroidserver/rewritemeta.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "Rewriting '{appid}'"
|
msgid "Rewriting '{appid}'"
|
||||||
msgstr ""
|
msgstr "Skriver om '{appid}'"
|
||||||
|
|
||||||
#: ../fdroidserver/checkupdates.py
|
#: ../fdroidserver/checkupdates.py
|
||||||
msgid "Run on git repo that has uncommitted changes"
|
msgid "Run on git repo that has uncommitted changes"
|
||||||
|
|
@ -1686,7 +1718,7 @@ msgstr ""
|
||||||
#: ../fdroidserver/scanner.py
|
#: ../fdroidserver/scanner.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "Skipping {appid}: disabled"
|
msgid "Skipping {appid}: disabled"
|
||||||
msgstr ""
|
msgstr "Hoppar över {appid}: avstängd"
|
||||||
|
|
||||||
#: ../fdroidserver/deploy.py
|
#: ../fdroidserver/deploy.py
|
||||||
msgid "Specify a local folder to sync the repo to"
|
msgid "Specify a local folder to sync the repo to"
|
||||||
|
|
@ -1736,6 +1768,10 @@ msgstr ""
|
||||||
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/index.py
|
||||||
|
msgid "The \"qrcode\" Python package is not installed (e.g. apt-get install python3-qrcode)!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
@ -1910,7 +1946,7 @@ msgstr ""
|
||||||
#: ../fdroidserver/common.py
|
#: ../fdroidserver/common.py
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Unzipping to %s"
|
msgid "Unzipping to %s"
|
||||||
msgstr ""
|
msgstr "Packar upp till %s"
|
||||||
|
|
||||||
#: ../fdroidserver/__main__.py
|
#: ../fdroidserver/__main__.py
|
||||||
msgid "Update repo information for new packages"
|
msgid "Update repo information for new packages"
|
||||||
|
|
@ -2016,7 +2052,7 @@ msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/common.py
|
#: ../fdroidserver/common.py
|
||||||
msgid "Using JAR Signature"
|
msgid "Using JAR Signature"
|
||||||
msgstr ""
|
msgstr "Använder JAR-signatur"
|
||||||
|
|
||||||
#: ../fdroidserver/common.py
|
#: ../fdroidserver/common.py
|
||||||
msgid "Using Java's jarsigner, not recommended for verifying APKs! Use apksigner"
|
msgid "Using Java's jarsigner, not recommended for verifying APKs! Use apksigner"
|
||||||
|
|
@ -2111,7 +2147,7 @@ msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/scanner.py
|
#: ../fdroidserver/scanner.py
|
||||||
msgid "ZIP file archive"
|
msgid "ZIP file archive"
|
||||||
msgstr ""
|
msgstr "ZIP-filarkiv"
|
||||||
|
|
||||||
#: ../fdroidserver/install.py
|
#: ../fdroidserver/install.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
@ -2142,6 +2178,11 @@ msgstr "tvetydigt alternativ: %(option)s kunde motsvara %(matches)s"
|
||||||
msgid "ambiguous option: %s (%s?)"
|
msgid "ambiguous option: %s (%s?)"
|
||||||
msgstr "tvetydig option: %s (%s?)"
|
msgstr "tvetydig option: %s (%s?)"
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "apksigner in build-tools;{version} passes APKs with invalid v3 signatures, ignoring."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/common.py
|
#: ../fdroidserver/common.py
|
||||||
msgid "apksigner not found! Cannot sign or verify modern APKs"
|
msgid "apksigner not found! Cannot sign or verify modern APKs"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -2219,7 +2260,7 @@ msgstr ""
|
||||||
#: ../fdroidserver/nightly.py
|
#: ../fdroidserver/nightly.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "cloning {url}"
|
msgid "cloning {url}"
|
||||||
msgstr ""
|
msgstr "klonar {url}"
|
||||||
|
|
||||||
#: ../fdroidserver/__main__.py
|
#: ../fdroidserver/__main__.py
|
||||||
msgid "commands from plugin modules:"
|
msgid "commands from plugin modules:"
|
||||||
|
|
@ -2270,7 +2311,7 @@ msgstr ""
|
||||||
#: ../fdroidserver/nightly.py
|
#: ../fdroidserver/nightly.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "created {path}"
|
msgid "created {path}"
|
||||||
msgstr ""
|
msgstr "skapade {path}"
|
||||||
|
|
||||||
#: ../fdroidserver/checkupdates.py
|
#: ../fdroidserver/checkupdates.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
@ -2280,7 +2321,7 @@ msgstr ""
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "deleting: repo/{apkfilename}"
|
msgid "deleting: repo/{apkfilename}"
|
||||||
msgstr ""
|
msgstr "tar bort: repo/{apkfilename}"
|
||||||
|
|
||||||
#: ../fdroidserver/scanner.py
|
#: ../fdroidserver/scanner.py
|
||||||
msgid "dependency file without lock"
|
msgid "dependency file without lock"
|
||||||
|
|
@ -2300,7 +2341,7 @@ msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/scanner.py
|
#: ../fdroidserver/scanner.py
|
||||||
msgid "downloading '{}'"
|
msgid "downloading '{}'"
|
||||||
msgstr ""
|
msgstr "hämtar '{}'"
|
||||||
|
|
||||||
#: ../fdroidserver/scanner.py
|
#: ../fdroidserver/scanner.py
|
||||||
msgid "downloading scanner signatures from '{}' failed"
|
msgid "downloading scanner signatures from '{}' failed"
|
||||||
|
|
@ -2335,7 +2376,7 @@ msgstr ""
|
||||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
|
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
|
||||||
#: /usr/lib/python3.11/argparse.py
|
#: /usr/lib/python3.11/argparse.py
|
||||||
msgid "expected one argument"
|
msgid "expected one argument"
|
||||||
msgstr ""
|
msgstr "ett argument förväntades"
|
||||||
|
|
||||||
#: ../fdroidserver/__main__.py
|
#: ../fdroidserver/__main__.py
|
||||||
msgid "fdroid [<command>] [-h|--help|--version|<args>]"
|
msgid "fdroid [<command>] [-h|--help|--version|<args>]"
|
||||||
|
|
@ -2359,7 +2400,7 @@ msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/scanner.py
|
#: ../fdroidserver/scanner.py
|
||||||
msgid "gzip file archive"
|
msgid "gzip file archive"
|
||||||
msgstr ""
|
msgstr "gzip-filarkiv"
|
||||||
|
|
||||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
|
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
|
||||||
|
|
@ -2380,7 +2421,7 @@ msgstr ""
|
||||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
|
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
|
||||||
#: /usr/lib/python3.11/optparse.py
|
#: /usr/lib/python3.11/optparse.py
|
||||||
msgid "integer"
|
msgid "integer"
|
||||||
msgstr ""
|
msgstr "heltal"
|
||||||
|
|
||||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
|
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
|
||||||
|
|
@ -2460,7 +2501,7 @@ msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/signatures.py
|
#: ../fdroidserver/signatures.py
|
||||||
msgid "no APK supplied"
|
msgid "no APK supplied"
|
||||||
msgstr ""
|
msgstr "ingen APK tillhandahölls"
|
||||||
|
|
||||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
|
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
|
||||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
|
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
|
||||||
|
|
@ -2569,7 +2610,7 @@ msgstr "Alternativ"
|
||||||
#: ../fdroidserver/nightly.py
|
#: ../fdroidserver/nightly.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "overwriting existing {path}"
|
msgid "overwriting existing {path}"
|
||||||
msgstr ""
|
msgstr "skriver över befintlig {path}"
|
||||||
|
|
||||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
|
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
|
||||||
|
|
@ -2630,7 +2671,7 @@ msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/scanner.py
|
#: ../fdroidserver/scanner.py
|
||||||
msgid "shared library"
|
msgid "shared library"
|
||||||
msgstr ""
|
msgstr "delat bibliotek"
|
||||||
|
|
||||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
|
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
|
||||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
|
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
|
||||||
|
|
@ -2669,7 +2710,7 @@ msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/scanner.py
|
#: ../fdroidserver/scanner.py
|
||||||
msgid "static library"
|
msgid "static library"
|
||||||
msgstr ""
|
msgstr "statiskt bibliotek"
|
||||||
|
|
||||||
#: ../fdroidserver/build.py
|
#: ../fdroidserver/build.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
@ -2730,7 +2771,7 @@ msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/install.py
|
#: ../fdroidserver/install.py
|
||||||
msgid "yes"
|
msgid "yes"
|
||||||
msgstr ""
|
msgstr "ja"
|
||||||
|
|
||||||
#: ../fdroidserver/publish.py
|
#: ../fdroidserver/publish.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
@ -2825,6 +2866,11 @@ msgstr ""
|
||||||
msgid "{oldfile} is deprecated, use {newfile}"
|
msgid "{oldfile} is deprecated, use {newfile}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/update.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "{path1} is a duplicate of {path2}, remove one!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/import_subcommand.py
|
#: ../fdroidserver/import_subcommand.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{path} already exists, ignoring import results!"
|
msgid "{path} already exists, ignoring import results!"
|
||||||
|
|
@ -2888,7 +2934,7 @@ msgstr ""
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{path}: {error}"
|
msgid "{path}: {error}"
|
||||||
msgstr ""
|
msgstr "{path}: {error}"
|
||||||
|
|
||||||
#: ../fdroidserver/mirror.py
|
#: ../fdroidserver/mirror.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: fdroidserver 2.3a1\n"
|
"Project-Id-Version: fdroidserver 2.3a1\n"
|
||||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
||||||
"POT-Creation-Date: 2025-01-21 17:02+0100\n"
|
"POT-Creation-Date: 2025-03-19 17:56+0100\n"
|
||||||
"PO-Revision-Date: 2024-09-08 11:09+0000\n"
|
"PO-Revision-Date: 2024-09-08 11:09+0000\n"
|
||||||
"Last-Translator: abelbiwott-dev <abelbiwott@outlook.com>\n"
|
"Last-Translator: abelbiwott-dev <abelbiwott@outlook.com>\n"
|
||||||
"Language-Team: Swahili <https://hosted.weblate.org/projects/f-droid/fdroidserver/sw/>\n"
|
"Language-Team: Swahili <https://hosted.weblate.org/projects/f-droid/fdroidserver/sw/>\n"
|
||||||
|
|
@ -521,6 +521,11 @@ msgstr "Imeunda kontena mpya \"{name}\""
|
||||||
msgid "Creating \"{path}\" for configuring s3cmd."
|
msgid "Creating \"{path}\" for configuring s3cmd."
|
||||||
msgstr "Kuunda \"{path}\" kwa ajili ya kusanidi s3cmd."
|
msgstr "Kuunda \"{path}\" kwa ajili ya kusanidi s3cmd."
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, fuzzy, python-brace-format
|
||||||
|
msgid "Creating empty {config_file}"
|
||||||
|
msgstr "Kusoma '{config_file}'"
|
||||||
|
|
||||||
#: ../fdroidserver/publish.py
|
#: ../fdroidserver/publish.py
|
||||||
msgid "Creating log directory"
|
msgid "Creating log directory"
|
||||||
msgstr "Inaunda saraka ya kumbukumbu"
|
msgstr "Inaunda saraka ya kumbukumbu"
|
||||||
|
|
@ -704,6 +709,16 @@ msgstr "HITILAFU: mwenyeji wa git isiyoungwa mkono \"%s\", marekebisho yanakarib
|
||||||
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key} not a valid key!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key}'s value should be of type {t}!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/lint.py
|
#: ../fdroidserver/lint.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
||||||
|
|
@ -728,6 +743,11 @@ msgstr ""
|
||||||
msgid "Environment variable {var} from {configname} is not set!"
|
msgid "Environment variable {var} from {configname} is not set!"
|
||||||
msgstr "Vigezo vya mazingira {var} kutoka {configname} haijawekwa!"
|
msgstr "Vigezo vya mazingira {var} kutoka {configname} haijawekwa!"
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, fuzzy, python-brace-format
|
||||||
|
msgid "Environment variable {{env: {var}}} is not set!"
|
||||||
|
msgstr "Vigezo vya mazingira {var} kutoka {configname} haijawekwa!"
|
||||||
|
|
||||||
#: ../fdroidserver/deploy.py
|
#: ../fdroidserver/deploy.py
|
||||||
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -974,6 +994,11 @@ msgstr "Inapuuza ingizo la FUNDING.yml iliyo ndefu kuliko 2048: %s"
|
||||||
msgid "Ignoring bad element in manifest: %s"
|
msgid "Ignoring bad element in manifest: %s"
|
||||||
msgstr "Inapuuza kipengele kibaya katika manifest: %s"
|
msgstr "Inapuuza kipengele kibaya katika manifest: %s"
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, fuzzy, python-brace-format
|
||||||
|
msgid "Ignoring deprecated {oldfile}, use {newfile}!"
|
||||||
|
msgstr "{oldfile} imewacha kutumika, tumia {newfile}"
|
||||||
|
|
||||||
#: ../fdroidserver/index.py
|
#: ../fdroidserver/index.py
|
||||||
msgid "Ignoring package without metadata: "
|
msgid "Ignoring package without metadata: "
|
||||||
msgstr "Inapuuza kifurushi kisicho na metadata: "
|
msgstr "Inapuuza kifurushi kisicho na metadata: "
|
||||||
|
|
@ -1344,6 +1369,10 @@ msgstr ""
|
||||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
||||||
msgstr "PNG na JPEG pekee zinakubalika katika mchoro, zimepata: {path}"
|
msgstr "PNG na JPEG pekee zinakubalika katika mchoro, zimepata: {path}"
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
msgid "Only accepts a single key \"env\""
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/checkupdates.py
|
#: ../fdroidserver/checkupdates.py
|
||||||
msgid "Only print differences with the Play Store"
|
msgid "Only print differences with the Play Store"
|
||||||
msgstr "Chapisha tofauti pekee na Play Store"
|
msgstr "Chapisha tofauti pekee na Play Store"
|
||||||
|
|
@ -1740,6 +1769,10 @@ msgstr "Hali ya usasisho ya tagi imetumika katika git-svn, lakini ghala haikuset
|
||||||
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
||||||
msgstr "Hali ya majaribio - weka pato kwenye saraka ya tmp pekee, na uunde kila mara, hata kama pato tayari ipo."
|
msgstr "Hali ya majaribio - weka pato kwenye saraka ya tmp pekee, na uunde kila mara, hata kama pato tayari ipo."
|
||||||
|
|
||||||
|
#: ../fdroidserver/index.py
|
||||||
|
msgid "The \"qrcode\" Python package is not installed (e.g. apt-get install python3-qrcode)!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
@ -2841,6 +2874,11 @@ msgstr "{name} \"{section}/icons/{path}\" haipo! Angalia \"config.yml\"."
|
||||||
msgid "{oldfile} is deprecated, use {newfile}"
|
msgid "{oldfile} is deprecated, use {newfile}"
|
||||||
msgstr "{oldfile} imewacha kutumika, tumia {newfile}"
|
msgstr "{oldfile} imewacha kutumika, tumia {newfile}"
|
||||||
|
|
||||||
|
#: ../fdroidserver/update.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "{path1} is a duplicate of {path2}, remove one!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/import_subcommand.py
|
#: ../fdroidserver/import_subcommand.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{path} already exists, ignoring import results!"
|
msgid "{path} already exists, ignoring import results!"
|
||||||
|
|
|
||||||
|
|
@ -3,20 +3,21 @@
|
||||||
# K.B.Dharun Krishna <kbdharunkrishna@gmail.com>, 2022.
|
# K.B.Dharun Krishna <kbdharunkrishna@gmail.com>, 2022.
|
||||||
# Naveen <naveen.sakthivel@tutanota.com>, 2024.
|
# Naveen <naveen.sakthivel@tutanota.com>, 2024.
|
||||||
# தமிழ்நேரம் <anishprabu.t@gmail.com>, 2024.
|
# தமிழ்நேரம் <anishprabu.t@gmail.com>, 2024.
|
||||||
|
# Hans-Christoph Steiner <hans@guardianproject.info>, 2025.
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: fdroidserver 2.1-273-g54e84d87\n"
|
"Project-Id-Version: fdroidserver 2.1-273-g54e84d87\n"
|
||||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
||||||
"POT-Creation-Date: 2024-12-11 14:37+0100\n"
|
"POT-Creation-Date: 2025-03-19 17:56+0100\n"
|
||||||
"PO-Revision-Date: 2024-12-02 17:00+0000\n"
|
"PO-Revision-Date: 2025-01-20 14:04+0000\n"
|
||||||
"Last-Translator: தமிழ்நேரம் <anishprabu.t@gmail.com>\n"
|
"Last-Translator: Hans-Christoph Steiner <hans@guardianproject.info>\n"
|
||||||
"Language-Team: Tamil <https://hosted.weblate.org/projects/f-droid/fdroidserver/ta/>\n"
|
"Language-Team: Tamil <https://hosted.weblate.org/projects/f-droid/fdroidserver/ta/>\n"
|
||||||
"Language: ta\n"
|
"Language: ta\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||||
"X-Generator: Weblate 5.9-dev\n"
|
"X-Generator: Weblate 5.10-dev\n"
|
||||||
|
|
||||||
#: ../fdroidserver/nightly.py
|
#: ../fdroidserver/nightly.py
|
||||||
msgid ""
|
msgid ""
|
||||||
|
|
@ -521,6 +522,11 @@ msgstr "புதிய கொள்கலனை உருவாக்கிய
|
||||||
msgid "Creating \"{path}\" for configuring s3cmd."
|
msgid "Creating \"{path}\" for configuring s3cmd."
|
||||||
msgstr "S3CMD ஐ கட்டமைக்க \"{path}\" ஐ உருவாக்குதல்."
|
msgstr "S3CMD ஐ கட்டமைக்க \"{path}\" ஐ உருவாக்குதல்."
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, fuzzy, python-brace-format
|
||||||
|
msgid "Creating empty {config_file}"
|
||||||
|
msgstr "'{config_file}'"
|
||||||
|
|
||||||
#: ../fdroidserver/publish.py
|
#: ../fdroidserver/publish.py
|
||||||
msgid "Creating log directory"
|
msgid "Creating log directory"
|
||||||
msgstr "பதிவு கோப்பகத்தை உருவாக்குதல்"
|
msgstr "பதிவு கோப்பகத்தை உருவாக்குதல்"
|
||||||
|
|
@ -704,6 +710,16 @@ msgstr "பிழை: ஆதரிக்கப்படாத அறிவில
|
||||||
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
||||||
msgstr "பிழை: {path} இல் {key} என்பது \"காப்பகம்\" அல்லது \"ரெப்போ\" அல்ல!"
|
msgstr "பிழை: {path} இல் {key} என்பது \"காப்பகம்\" அல்லது \"ரெப்போ\" அல்ல!"
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key} not a valid key!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key}'s value should be of type {t}!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/lint.py
|
#: ../fdroidserver/lint.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
||||||
|
|
@ -728,6 +744,11 @@ msgstr ""
|
||||||
msgid "Environment variable {var} from {configname} is not set!"
|
msgid "Environment variable {var} from {configname} is not set!"
|
||||||
msgstr "{configname} இருந்து இலிருந்து சுற்றுச்சூழல் மாறி {var} அமைக்கப்படவில்லை!"
|
msgstr "{configname} இருந்து இலிருந்து சுற்றுச்சூழல் மாறி {var} அமைக்கப்படவில்லை!"
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, fuzzy, python-brace-format
|
||||||
|
msgid "Environment variable {{env: {var}}} is not set!"
|
||||||
|
msgstr "{configname} இருந்து இலிருந்து சுற்றுச்சூழல் மாறி {var} அமைக்கப்படவில்லை!"
|
||||||
|
|
||||||
#: ../fdroidserver/deploy.py
|
#: ../fdroidserver/deploy.py
|
||||||
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
||||||
msgstr "'Github_Releases' ஐ வரிசைப்படுத்துவதில் பிழை, {} இல்லை. (நீங்கள் முதலில் `fdroid புதுப்பிப்பை இயக்க வேண்டியிருக்கலாம்.)"
|
msgstr "'Github_Releases' ஐ வரிசைப்படுத்துவதில் பிழை, {} இல்லை. (நீங்கள் முதலில் `fdroid புதுப்பிப்பை இயக்க வேண்டியிருக்கலாம்.)"
|
||||||
|
|
@ -785,7 +806,7 @@ msgstr "APK தகவல்களைப் பெறுவதில் தோல
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "Failed to get APK information, skipping {path}"
|
msgid "Failed to get APK information, skipping {path}"
|
||||||
msgstr "APK தகவல்களைப் பெறுவதில் தோல்வி, {path}யைத் தவிர்ப்பது}"
|
msgstr "APK தகவல்களைப் பெறுவதில் தோல்வி, {path}யைத் தவிர்ப்பது"
|
||||||
|
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
msgid "Failed to get APK signing key fingerprint"
|
msgid "Failed to get APK signing key fingerprint"
|
||||||
|
|
@ -974,6 +995,11 @@ msgstr "நிதியுதவியை புறக்கணித்தல
|
||||||
msgid "Ignoring bad element in manifest: %s"
|
msgid "Ignoring bad element in manifest: %s"
|
||||||
msgstr "வெளிப்படையான மோசமான உறுப்பை புறக்கணித்தல்: %s"
|
msgstr "வெளிப்படையான மோசமான உறுப்பை புறக்கணித்தல்: %s"
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, fuzzy, python-brace-format
|
||||||
|
msgid "Ignoring deprecated {oldfile}, use {newfile}!"
|
||||||
|
msgstr "{oldfile} நீக்கப்பட்டது, {newfile} ஐப் பயன்படுத்தவும்"
|
||||||
|
|
||||||
#: ../fdroidserver/index.py
|
#: ../fdroidserver/index.py
|
||||||
msgid "Ignoring package without metadata: "
|
msgid "Ignoring package without metadata: "
|
||||||
msgstr "மேனிலை தரவு இல்லாமல் தொகுப்பைப் புறக்கணித்தல்: "
|
msgstr "மேனிலை தரவு இல்லாமல் தொகுப்பைப் புறக்கணித்தல்: "
|
||||||
|
|
@ -1007,7 +1033,7 @@ msgstr "%s@ %s இலிருந்து மேனிலை தரவு உ
|
||||||
#: ../fdroidserver/metadata.py
|
#: ../fdroidserver/metadata.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "Including metadata from {path}"
|
msgid "Including metadata from {path}"
|
||||||
msgstr "{பாதை இருந்து இலிருந்து மேனிலை தரவு உட்பட"
|
msgstr "{path} இருந்து இலிருந்து மேனிலை தரவு உட்பட"
|
||||||
|
|
||||||
#: ../fdroidserver/common.py
|
#: ../fdroidserver/common.py
|
||||||
msgid "Initialising submodules"
|
msgid "Initialising submodules"
|
||||||
|
|
@ -1237,7 +1263,7 @@ msgstr "பொருந்தக்கூடிய குறிச்சொற
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "No minimum SDK version found in {0}, using default (3)."
|
msgid "No minimum SDK version found in {0}, using default (3)."
|
||||||
msgstr "இயல்புநிலை (3) ஐப் பயன்படுத்தி குறைந்தபட்ச SDK பதிப்பு {0 at இல் காணப்படவில்லை."
|
msgstr "இயல்புநிலை (3) ஐப் பயன்படுத்தி குறைந்தபட்ச SDK பதிப்பு {0} at இல் காணப்படவில்லை."
|
||||||
|
|
||||||
#: ../fdroidserver/lint.py
|
#: ../fdroidserver/lint.py
|
||||||
msgid "No need to specify that the app is Free Software"
|
msgid "No need to specify that the app is Free Software"
|
||||||
|
|
@ -1267,7 +1293,7 @@ msgstr "கையொப்பமிடப்பட்ட வெளியீட
|
||||||
#: ../fdroidserver/common.py
|
#: ../fdroidserver/common.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "No signing certificates found in {path}"
|
msgid "No signing certificates found in {path}"
|
||||||
msgstr "{path} இல் கையொப்பமிடும் சான்றிதழ்கள் இல்லை}"
|
msgstr "{path} இல் கையொப்பமிடும் சான்றிதழ்கள் இல்லை"
|
||||||
|
|
||||||
#: ../fdroidserver/common.py
|
#: ../fdroidserver/common.py
|
||||||
#, python-format
|
#, python-format
|
||||||
|
|
@ -1276,9 +1302,9 @@ msgstr "அத்தகைய தொகுப்பு இல்லை: %s"
|
||||||
|
|
||||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
||||||
#: ../fdroidserver/common.py
|
#: ../fdroidserver/common.py
|
||||||
#, python-brace-format
|
#, fuzzy, python-brace-format
|
||||||
msgid "No such versionCode {versionCode} for app {appid}"
|
msgid "No such versionCode {versionCode} for app {appid}"
|
||||||
msgstr "பயன்பாட்டிற்கு அத்தகைய பதிப்பு குறியீடு {பதிப்பு குறியீடு {versionCode}"
|
msgstr "பயன்பாட்டிற்கு அத்தகைய பதிப்பு குறியீடு பதிப்பு குறியீடு {versionCode}"
|
||||||
|
|
||||||
#: ../fdroidserver/checkupdates.py
|
#: ../fdroidserver/checkupdates.py
|
||||||
msgid "No tags found"
|
msgid "No tags found"
|
||||||
|
|
@ -1311,7 +1337,7 @@ msgstr "இப்போது இவற்றை config.yml இல் அமை
|
||||||
|
|
||||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
#, python-brace-format
|
#, fuzzy, python-brace-format
|
||||||
msgid "OBB file has newer versionCode({integer}) than any APK:"
|
msgid "OBB file has newer versionCode({integer}) than any APK:"
|
||||||
msgstr "OBB கோப்பில் எந்த APK ஐ விட புதிய பதிப்பு குறியீடு ({முழு எண்) உள்ளது:"
|
msgstr "OBB கோப்பில் எந்த APK ஐ விட புதிய பதிப்பு குறியீடு ({முழு எண்) உள்ளது:"
|
||||||
|
|
||||||
|
|
@ -1344,6 +1370,10 @@ msgstr "'Github_releases' கட்டமைப்பு உருப்பட
|
||||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
||||||
msgstr "கிராபிக்ச் மற்றும் காணப்படும் பி.என்.சி மற்றும் சே.பி.சி மட்டுமே ஆதரிக்கப்படுகின்றன: {path}"
|
msgstr "கிராபிக்ச் மற்றும் காணப்படும் பி.என்.சி மற்றும் சே.பி.சி மட்டுமே ஆதரிக்கப்படுகின்றன: {path}"
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
msgid "Only accepts a single key \"env\""
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/checkupdates.py
|
#: ../fdroidserver/checkupdates.py
|
||||||
msgid "Only print differences with the Play Store"
|
msgid "Only print differences with the Play Store"
|
||||||
msgstr "பிளே ச்டோருடன் மட்டுமே வேறுபாடுகளை அச்சிடுங்கள்"
|
msgstr "பிளே ச்டோருடன் மட்டுமே வேறுபாடுகளை அச்சிடுங்கள்"
|
||||||
|
|
@ -1379,9 +1409,9 @@ msgid "Overall license of the project."
|
||||||
msgstr "திட்டத்தின் ஒட்டுமொத்த உரிமம்."
|
msgstr "திட்டத்தின் ஒட்டுமொத்த உரிமம்."
|
||||||
|
|
||||||
#: ../fdroidserver/index.py
|
#: ../fdroidserver/index.py
|
||||||
#, python-brace-format
|
#, fuzzy, python-brace-format
|
||||||
msgid "Overriding blank versionName in {apkfilename} from metadata: {version}"
|
msgid "Overriding blank versionName in {apkfilename} from metadata: {version}"
|
||||||
msgstr "மெட்டாடேட்டாவிலிருந்து {apkfilename in இல் வெற்று பதிப்பு பெயர்:{apkfilename}"
|
msgstr "மெட்டாடேட்டாவிலிருந்து {apkfilename} இல் வெற்று பதிப்பு பெயர்:{version}"
|
||||||
|
|
||||||
#: ../fdroidserver/import_subcommand.py
|
#: ../fdroidserver/import_subcommand.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
@ -1510,7 +1540,7 @@ msgstr "நெட்வொர்க்கிலிருந்து ச்க
|
||||||
|
|
||||||
#: ../fdroidserver/verify.py
|
#: ../fdroidserver/verify.py
|
||||||
msgid "Remove source tarball and any APKs if successfully verified."
|
msgid "Remove source tarball and any APKs if successfully verified."
|
||||||
msgstr ""
|
msgstr "வெற்றிகரமாக சரிபார்க்கப்பட்டால் மூல நாடாகாப்பகபந்து மற்றும் ஏதேனும் APK களை அகற்றவும்."
|
||||||
|
|
||||||
#: ../fdroidserver/common.py
|
#: ../fdroidserver/common.py
|
||||||
msgid "Removing specified files"
|
msgid "Removing specified files"
|
||||||
|
|
@ -1536,7 +1566,7 @@ msgstr "தற்போதுள்ள ஒன்று சரியாகத்
|
||||||
#: ../fdroidserver/nightly.py
|
#: ../fdroidserver/nightly.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "Resigning {apkfilename} with provided debug.keystore"
|
msgid "Resigning {apkfilename} with provided debug.keystore"
|
||||||
msgstr "வழங்கப்பட்ட பிழைத்திருத்தத்துடன் {apkfilename இருந்து ராசினாமா"
|
msgstr "வழங்கப்பட்ட பிழைத்திருத்தத்துடன் {apkfilename} இருந்து ராசினாமா"
|
||||||
|
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
msgid "Resize all the icons exceeding the max pixel size and exit"
|
msgid "Resize all the icons exceeding the max pixel size and exit"
|
||||||
|
|
@ -1583,9 +1613,9 @@ msgid "Running wget in {path}"
|
||||||
msgstr "{path} இல் wget ஐ இயக்குகிறது"
|
msgstr "{path} இல் wget ஐ இயக்குகிறது"
|
||||||
|
|
||||||
#: ../fdroidserver/index.py
|
#: ../fdroidserver/index.py
|
||||||
#, python-brace-format
|
#, fuzzy, python-brace-format
|
||||||
msgid "SHA-256 of {url} does not match entry!"
|
msgid "SHA-256 of {url} does not match entry!"
|
||||||
msgstr "{Url of இன் SHA-256 நுழைவு பொருந்தவில்லை!"
|
msgstr "{url} of இன் SHA-256 நுழைவு பொருந்தவில்லை!"
|
||||||
|
|
||||||
#: ../fdroidserver/build.py
|
#: ../fdroidserver/build.py
|
||||||
msgid "Scan the resulting APK(s) for known non-free classes."
|
msgid "Scan the resulting APK(s) for known non-free classes."
|
||||||
|
|
@ -1685,7 +1715,7 @@ msgstr "{appid}க்கான குறியீட்டு தலைமுற
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "Skipping {apkfilename} with invalid signature!"
|
msgid "Skipping {apkfilename} with invalid signature!"
|
||||||
msgstr "தவறான கையொப்பத்துடன் {apkfilename ஐத் தவிர்ப்பது!"
|
msgstr "தவறான கையொப்பத்துடன் {apkfilename} ஐத் தவிர்ப்பது!"
|
||||||
|
|
||||||
#: ../fdroidserver/scanner.py
|
#: ../fdroidserver/scanner.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
@ -1711,7 +1741,7 @@ msgstr "இயல்பை விட அதிகமான தகவல்கள
|
||||||
#: ../fdroidserver/nightly.py
|
#: ../fdroidserver/nightly.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "Stripping mystery signature from {apkfilename}"
|
msgid "Stripping mystery signature from {apkfilename}"
|
||||||
msgstr "{Apkfilename இருந்து இலிருந்து மர்ம கையொப்பத்தை அகற்றுதல்"
|
msgstr "{apkfilename} இருந்து இலிருந்து மர்ம கையொப்பத்தை அகற்றுதல்"
|
||||||
|
|
||||||
#: ../fdroidserver/lint.py
|
#: ../fdroidserver/lint.py
|
||||||
#, python-format
|
#, python-format
|
||||||
|
|
@ -1740,6 +1770,10 @@ msgstr "குறிச்சொற்கள் git-svn இல் பயன்
|
||||||
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
||||||
msgstr "சோதனை பயன்முறை - வெளியீடு ஏற்கனவே இருந்தாலும், வெளியீட்டை மட்டும் வைக்கவும், எப்போதும் உருவாக்குங்கள்."
|
msgstr "சோதனை பயன்முறை - வெளியீடு ஏற்கனவே இருந்தாலும், வெளியீட்டை மட்டும் வைக்கவும், எப்போதும் உருவாக்குங்கள்."
|
||||||
|
|
||||||
|
#: ../fdroidserver/index.py
|
||||||
|
msgid "The \"qrcode\" Python package is not installed (e.g. apt-get install python3-qrcode)!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
@ -1852,7 +1886,7 @@ msgstr "அறியப்படாத விதிவிலக்கு கண
|
||||||
|
|
||||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
|
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
|
||||||
#: ../fdroidserver/lint.py
|
#: ../fdroidserver/lint.py
|
||||||
#, python-brace-format
|
#, fuzzy, python-brace-format
|
||||||
msgid "Unknown file '{filename}' in build '{versionName}'"
|
msgid "Unknown file '{filename}' in build '{versionName}'"
|
||||||
msgstr "அறியப்படாத கோப்பு '{filename}'"
|
msgstr "அறியப்படாத கோப்பு '{filename}'"
|
||||||
|
|
||||||
|
|
@ -2031,7 +2065,7 @@ msgstr "குடுவை கையொப்பத்தைப் பயன்
|
||||||
|
|
||||||
#: ../fdroidserver/common.py
|
#: ../fdroidserver/common.py
|
||||||
msgid "Using Java's jarsigner, not recommended for verifying APKs! Use apksigner"
|
msgid "Using Java's jarsigner, not recommended for verifying APKs! Use apksigner"
|
||||||
msgstr "Using Java's jarsigner, not recommended for verifying APKs! Use apksigner"
|
msgstr "சாவாவின் சார்சிக்னரைப் பயன்படுத்துதல், APKS ஐ சரிபார்க்க பரிந்துரைக்கப்படவில்லை! Apksigner ஐப் பயன்படுத்தவும்"
|
||||||
|
|
||||||
#: ../fdroidserver/common.py
|
#: ../fdroidserver/common.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
@ -2039,7 +2073,7 @@ msgid "Using androguard from \"{path}\""
|
||||||
msgstr "Using androguard இருந்து \"{path}\""
|
msgstr "Using androguard இருந்து \"{path}\""
|
||||||
|
|
||||||
#: ../fdroidserver/metadata.py
|
#: ../fdroidserver/metadata.py
|
||||||
#, python-brace-format
|
#, fuzzy, python-brace-format
|
||||||
msgid "Using blank dictionary instead of contents of {path}!"
|
msgid "Using blank dictionary instead of contents of {path}!"
|
||||||
msgstr "{பாதை of இன் உள்ளடக்கங்களுக்கு பதிலாக வெற்று அகராதியைப் பயன்படுத்துதல்!"
|
msgstr "{பாதை of இன் உள்ளடக்கங்களுக்கு பதிலாக வெற்று அகராதியைப் பயன்படுத்துதல்!"
|
||||||
|
|
||||||
|
|
@ -2153,6 +2187,11 @@ msgstr "தெளிவற்ற விருப்பம்: %(option)s %(match
|
||||||
msgid "ambiguous option: %s (%s?)"
|
msgid "ambiguous option: %s (%s?)"
|
||||||
msgstr "தெளிவற்ற விருப்பம்: %s ( %s?)"
|
msgstr "தெளிவற்ற விருப்பம்: %s ( %s?)"
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "apksigner in build-tools;{version} passes APKs with invalid v3 signatures, ignoring."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/common.py
|
#: ../fdroidserver/common.py
|
||||||
msgid "apksigner not found! Cannot sign or verify modern APKs"
|
msgid "apksigner not found! Cannot sign or verify modern APKs"
|
||||||
msgstr "apksigner கண்டுபிடிக்கப்படவில்லை! நவீன APK களை கையொப்பமிடவோ சரிபார்க்கவோ முடியாது"
|
msgstr "apksigner கண்டுபிடிக்கப்படவில்லை! நவீன APK களை கையொப்பமிடவோ சரிபார்க்கவோ முடியாது"
|
||||||
|
|
@ -2190,7 +2229,7 @@ msgstr "உரையாடல் %(argument_name)s: %(message)s"
|
||||||
|
|
||||||
#: ../fdroidserver/nightly.py
|
#: ../fdroidserver/nightly.py
|
||||||
msgid "attempting bare SSH connection to test deploy key:"
|
msgid "attempting bare SSH connection to test deploy key:"
|
||||||
msgstr "சோதனை வரிசைப்படுத்துவதற்கு வெற்று பாஓடு இணைப்பை முயற்சிக்கிறது."
|
msgstr "சோதனை வரிசைப்படுத்துவதற்கு வெற்று பாஓடு இணைப்பை முயற்சிக்கிறது:"
|
||||||
|
|
||||||
#: ../fdroidserver/common.py
|
#: ../fdroidserver/common.py
|
||||||
msgid "can not parse scrlib spec (not a string): '{}'"
|
msgid "can not parse scrlib spec (not a string): '{}'"
|
||||||
|
|
@ -2199,7 +2238,7 @@ msgstr "ச்க்ர்லிப் ச்பெக்கை அலச மு
|
||||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
|
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "can't open '%(filename)s': %(error)s"
|
msgid "can't open '%(filename)s': %(error)s"
|
||||||
msgstr "' %(கோப்பு பெயர்) கள்' ஐ திறக்க முடியாது: %(filename)s"
|
msgstr "' %(error)s கள்' ஐ திறக்க முடியாது: %(filename)s"
|
||||||
|
|
||||||
#: ../fdroidserver/scanner.py
|
#: ../fdroidserver/scanner.py
|
||||||
msgid "can't open non-https url: '{};"
|
msgid "can't open non-https url: '{};"
|
||||||
|
|
@ -2398,14 +2437,14 @@ msgstr "முழு எண்"
|
||||||
#: /usr/lib/python3.11/argparse.py
|
#: /usr/lib/python3.11/argparse.py
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "invalid %(type)s value: %(value)r"
|
msgid "invalid %(type)s value: %(value)r"
|
||||||
msgstr "தவறான %(வகை) மதிப்பு: %(மதிப்பு) r"
|
msgstr "தவறான %(type)s மதிப்பு: %(value)r"
|
||||||
|
|
||||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
|
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
|
||||||
#: /usr/lib/python3.11/argparse.py
|
#: /usr/lib/python3.11/argparse.py
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "invalid choice: %(value)r (choose from %(choices)s)"
|
msgid "invalid choice: %(value)r (choose from %(choices)s)"
|
||||||
msgstr "தவறான தேர்வு: %(மதிப்பு) ஆர் ( %(choices)s இலிருந்து தேர்வு செய்யவும்)"
|
msgstr "தவறான தேர்வு: %(value)r ஆர் ( %(choices)s இலிருந்து தேர்வு செய்யவும்)"
|
||||||
|
|
||||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
|
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
|
||||||
|
|
@ -2419,7 +2458,7 @@ msgstr "தவறான மோதல்_ -ரசல் மதிப்பு: %r
|
||||||
#: /usr/lib/python3.11/argparse.py
|
#: /usr/lib/python3.11/argparse.py
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "invalid option string %(option)r: must start with a character %(prefix_chars)r"
|
msgid "invalid option string %(option)r: must start with a character %(prefix_chars)r"
|
||||||
msgstr "தவறான விருப்பத்தேர்வு சரம் %(option) ஆர்: ஒரு எழுத்துக்குறி %(முன்னொட்டு_சார்ச்) ஆர் உடன் தொடங்க வேண்டும்"
|
msgstr "தவறான விருப்பத்தேர்வு சரம் %(option)r ஆர்: ஒரு எழுத்துக்குறி %(prefix_chars)r ஆர் உடன் தொடங்க வேண்டும்"
|
||||||
|
|
||||||
#: ../fdroidserver/common.py
|
#: ../fdroidserver/common.py
|
||||||
msgid "ipfs_cid not found, skipping CIDv1 generation"
|
msgid "ipfs_cid not found, skipping CIDv1 generation"
|
||||||
|
|
@ -2467,7 +2506,7 @@ msgstr "அடுத்து {name} கேச் புதுப்பிப்
|
||||||
#: ../fdroidserver/mirror.py
|
#: ../fdroidserver/mirror.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "no \"icon\" in {appid}"
|
msgid "no \"icon\" in {appid}"
|
||||||
msgstr "{appid in இல் \"படவுரு\" இல்லை"
|
msgstr "{appid} in இல் \"படவுரு\" இல்லை"
|
||||||
|
|
||||||
#: ../fdroidserver/signatures.py
|
#: ../fdroidserver/signatures.py
|
||||||
msgid "no APK supplied"
|
msgid "no APK supplied"
|
||||||
|
|
@ -2730,9 +2769,9 @@ msgid "usage: "
|
||||||
msgstr "பயன்பாடு: "
|
msgstr "பயன்பாடு: "
|
||||||
|
|
||||||
#: ../fdroidserver/deploy.py
|
#: ../fdroidserver/deploy.py
|
||||||
#, python-brace-format
|
#, fuzzy, python-brace-format
|
||||||
msgid "using Apache libcloud to sync with {url}"
|
msgid "using Apache libcloud to sync with {url}"
|
||||||
msgstr "{url both உடன் ஒத்திசைக்க அப்பாச்சி லிப்குட்டைப் பயன்படுத்துதல்"
|
msgstr "{url} both உடன் ஒத்திசைக்க அப்பாச்சி லிப்குட்டைப் பயன்படுத்துதல்"
|
||||||
|
|
||||||
#: ../fdroidserver/deploy.py
|
#: ../fdroidserver/deploy.py
|
||||||
msgid "virustotal.com is rate limiting, waiting to retry..."
|
msgid "virustotal.com is rate limiting, waiting to retry..."
|
||||||
|
|
@ -2755,7 +2794,7 @@ msgid "{apkfilename} ({appid}) has no metadata!"
|
||||||
msgstr "{apkfilename} ({appid}) மேனிலை தரவு இல்லை!"
|
msgstr "{apkfilename} ({appid}) மேனிலை தரவு இல்லை!"
|
||||||
|
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
#, python-brace-format
|
#, fuzzy, python-brace-format
|
||||||
msgid "{apkfilename} has multiple {name} files, looks like Master Key exploit!"
|
msgid "{apkfilename} has multiple {name} files, looks like Master Key exploit!"
|
||||||
msgstr "{apkfilename the பல {apkfilename} கோப்புகளைக் கொண்டுள்ளது, முதன்மை விசை சுரண்டல் போல் தெரிகிறது!"
|
msgstr "{apkfilename the பல {apkfilename} கோப்புகளைக் கொண்டுள்ளது, முதன்மை விசை சுரண்டல் போல் தெரிகிறது!"
|
||||||
|
|
||||||
|
|
@ -2835,6 +2874,11 @@ msgstr "{name} \"{section}/ஐகான்கள்/{path}\" இல்லை! \"
|
||||||
msgid "{oldfile} is deprecated, use {newfile}"
|
msgid "{oldfile} is deprecated, use {newfile}"
|
||||||
msgstr "{oldfile} நீக்கப்பட்டது, {newfile} ஐப் பயன்படுத்தவும்"
|
msgstr "{oldfile} நீக்கப்பட்டது, {newfile} ஐப் பயன்படுத்தவும்"
|
||||||
|
|
||||||
|
#: ../fdroidserver/update.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "{path1} is a duplicate of {path2}, remove one!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/import_subcommand.py
|
#: ../fdroidserver/import_subcommand.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{path} already exists, ignoring import results!"
|
msgid "{path} already exists, ignoring import results!"
|
||||||
|
|
@ -2878,7 +2922,7 @@ msgstr "{path} என்பது பட்டியல் அல்ல, ஆன
|
||||||
#: ../fdroidserver/common.py
|
#: ../fdroidserver/common.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{path} is not {expected_type}, but a {datatype}!"
|
msgid "{path} is not {expected_type}, but a {datatype}!"
|
||||||
msgstr "{path} என்பது {எதிர்பார்க்கப்பட்ட_ வகை அல்ல, ஆனால் ஒரு {expected_type}!"
|
msgstr "{path} என்பது {expected_type} அல்ல, ஆனால் ஒரு {datatype}!"
|
||||||
|
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: fdroidserver 0.9\n"
|
"Project-Id-Version: fdroidserver 0.9\n"
|
||||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
||||||
"POT-Creation-Date: 2025-01-21 17:02+0100\n"
|
"POT-Creation-Date: 2025-03-19 17:56+0100\n"
|
||||||
"PO-Revision-Date: 2024-09-10 23:49+0000\n"
|
"PO-Revision-Date: 2024-09-10 23:49+0000\n"
|
||||||
"Last-Translator: Oğuz Ersen <oguz@ersen.moe>\n"
|
"Last-Translator: Oğuz Ersen <oguz@ersen.moe>\n"
|
||||||
"Language-Team: Turkish <https://hosted.weblate.org/projects/f-droid/fdroidserver/tr/>\n"
|
"Language-Team: Turkish <https://hosted.weblate.org/projects/f-droid/fdroidserver/tr/>\n"
|
||||||
|
|
@ -522,6 +522,11 @@ msgstr "Yeni kapsayıcı \"{name}\" oluşturuldu"
|
||||||
msgid "Creating \"{path}\" for configuring s3cmd."
|
msgid "Creating \"{path}\" for configuring s3cmd."
|
||||||
msgstr "s3cmd yapılandırması için \"{path}\" oluşturuluyor."
|
msgstr "s3cmd yapılandırması için \"{path}\" oluşturuluyor."
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, fuzzy, python-brace-format
|
||||||
|
msgid "Creating empty {config_file}"
|
||||||
|
msgstr "'{config_file}' okunuyor"
|
||||||
|
|
||||||
#: ../fdroidserver/publish.py
|
#: ../fdroidserver/publish.py
|
||||||
msgid "Creating log directory"
|
msgid "Creating log directory"
|
||||||
msgstr "Günlük dizini oluşturuluyor"
|
msgstr "Günlük dizini oluşturuluyor"
|
||||||
|
|
@ -705,6 +710,16 @@ msgstr "HATA: desteklenmeyen git ana makinesi \"%s\", yama gönderebilirsiniz!"
|
||||||
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
||||||
msgstr "HATA: {path} içindeki {key} \"archive\" veya \"repo\" değil!"
|
msgstr "HATA: {path} içindeki {key} \"archive\" veya \"repo\" değil!"
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key} not a valid key!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key}'s value should be of type {t}!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/lint.py
|
#: ../fdroidserver/lint.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
||||||
|
|
@ -729,6 +744,11 @@ msgstr ""
|
||||||
msgid "Environment variable {var} from {configname} is not set!"
|
msgid "Environment variable {var} from {configname} is not set!"
|
||||||
msgstr "{configname} içinden {var} ortam değişkeni ayarlı değil!"
|
msgstr "{configname} içinden {var} ortam değişkeni ayarlı değil!"
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, fuzzy, python-brace-format
|
||||||
|
msgid "Environment variable {{env: {var}}} is not set!"
|
||||||
|
msgstr "{configname} içinden {var} ortam değişkeni ayarlı değil!"
|
||||||
|
|
||||||
#: ../fdroidserver/deploy.py
|
#: ../fdroidserver/deploy.py
|
||||||
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
||||||
msgstr "'github_releases' dağıtılırken hata oluştu, {} yok. (Önce `fdroid update` komutunu çalıştırmanız gerekebilir.)"
|
msgstr "'github_releases' dağıtılırken hata oluştu, {} yok. (Önce `fdroid update` komutunu çalıştırmanız gerekebilir.)"
|
||||||
|
|
@ -975,6 +995,11 @@ msgstr "2048'den uzun FUNDING.yml girdisi yok sayılıyor: %s"
|
||||||
msgid "Ignoring bad element in manifest: %s"
|
msgid "Ignoring bad element in manifest: %s"
|
||||||
msgstr "Manifestteki hatalı öğe yok sayılıyor: %s"
|
msgstr "Manifestteki hatalı öğe yok sayılıyor: %s"
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, fuzzy, python-brace-format
|
||||||
|
msgid "Ignoring deprecated {oldfile}, use {newfile}!"
|
||||||
|
msgstr "{oldfile} kullanımdan kaldırıldı, {newfile} kullanın"
|
||||||
|
|
||||||
#: ../fdroidserver/index.py
|
#: ../fdroidserver/index.py
|
||||||
msgid "Ignoring package without metadata: "
|
msgid "Ignoring package without metadata: "
|
||||||
msgstr "Üst verisiz paket yok sayılıyor: "
|
msgstr "Üst verisiz paket yok sayılıyor: "
|
||||||
|
|
@ -1345,6 +1370,10 @@ msgstr "'github_releases' yapılandırma ögelerinden birinde 'token' değeri ek
|
||||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
||||||
msgstr "Grafikler için yalnızca PNG ve JPEG desteklenir, bulunan: {path}"
|
msgstr "Grafikler için yalnızca PNG ve JPEG desteklenir, bulunan: {path}"
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
msgid "Only accepts a single key \"env\""
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/checkupdates.py
|
#: ../fdroidserver/checkupdates.py
|
||||||
msgid "Only print differences with the Play Store"
|
msgid "Only print differences with the Play Store"
|
||||||
msgstr "Yalnızca Play Store ile olan farkları yazdır"
|
msgstr "Yalnızca Play Store ile olan farkları yazdır"
|
||||||
|
|
@ -1741,6 +1770,10 @@ msgstr "git-svn'de etiket güncelleme modu kullanıldı, ancak depo etiketlerle
|
||||||
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
||||||
msgstr "Sınama kipi - çıkışı sadece tmp dizinine koy, ve her zaman inşa et, çıkış zaten var olsa bile."
|
msgstr "Sınama kipi - çıkışı sadece tmp dizinine koy, ve her zaman inşa et, çıkış zaten var olsa bile."
|
||||||
|
|
||||||
|
#: ../fdroidserver/index.py
|
||||||
|
msgid "The \"qrcode\" Python package is not installed (e.g. apt-get install python3-qrcode)!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
@ -2841,6 +2874,11 @@ msgstr "{name} \"{section}/icons/{path}\" yok! config.yml içinde düzeltin."
|
||||||
msgid "{oldfile} is deprecated, use {newfile}"
|
msgid "{oldfile} is deprecated, use {newfile}"
|
||||||
msgstr "{oldfile} kullanımdan kaldırıldı, {newfile} kullanın"
|
msgstr "{oldfile} kullanımdan kaldırıldı, {newfile} kullanın"
|
||||||
|
|
||||||
|
#: ../fdroidserver/update.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "{path1} is a duplicate of {path2}, remove one!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/import_subcommand.py
|
#: ../fdroidserver/import_subcommand.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{path} already exists, ignoring import results!"
|
msgid "{path} already exists, ignoring import results!"
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: fdroidserver 1.1-681-gc19e8952\n"
|
"Project-Id-Version: fdroidserver 1.1-681-gc19e8952\n"
|
||||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
||||||
"POT-Creation-Date: 2025-01-21 17:02+0100\n"
|
"POT-Creation-Date: 2025-03-19 17:56+0100\n"
|
||||||
"PO-Revision-Date: 2020-10-29 08:32+0000\n"
|
"PO-Revision-Date: 2020-10-29 08:32+0000\n"
|
||||||
"Last-Translator: Hakim Oubouali <hakim.oubouali.skr@gmail.com>\n"
|
"Last-Translator: Hakim Oubouali <hakim.oubouali.skr@gmail.com>\n"
|
||||||
"Language-Team: Central Atlas Tamazight <https://hosted.weblate.org/projects/f-droid/fdroidserver/tzm/>\n"
|
"Language-Team: Central Atlas Tamazight <https://hosted.weblate.org/projects/f-droid/fdroidserver/tzm/>\n"
|
||||||
|
|
@ -515,6 +515,11 @@ msgstr ""
|
||||||
msgid "Creating \"{path}\" for configuring s3cmd."
|
msgid "Creating \"{path}\" for configuring s3cmd."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "Creating empty {config_file}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/publish.py
|
#: ../fdroidserver/publish.py
|
||||||
msgid "Creating log directory"
|
msgid "Creating log directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -696,6 +701,16 @@ msgstr ""
|
||||||
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key} not a valid key!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key}'s value should be of type {t}!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/lint.py
|
#: ../fdroidserver/lint.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
||||||
|
|
@ -718,6 +733,11 @@ msgstr ""
|
||||||
msgid "Environment variable {var} from {configname} is not set!"
|
msgid "Environment variable {var} from {configname} is not set!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "Environment variable {{env: {var}}} is not set!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/deploy.py
|
#: ../fdroidserver/deploy.py
|
||||||
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -964,6 +984,11 @@ msgstr ""
|
||||||
msgid "Ignoring bad element in manifest: %s"
|
msgid "Ignoring bad element in manifest: %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "Ignoring deprecated {oldfile}, use {newfile}!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/index.py
|
#: ../fdroidserver/index.py
|
||||||
msgid "Ignoring package without metadata: "
|
msgid "Ignoring package without metadata: "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -1334,6 +1359,10 @@ msgstr ""
|
||||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
msgid "Only accepts a single key \"env\""
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/checkupdates.py
|
#: ../fdroidserver/checkupdates.py
|
||||||
msgid "Only print differences with the Play Store"
|
msgid "Only print differences with the Play Store"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -1730,6 +1759,10 @@ msgstr ""
|
||||||
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/index.py
|
||||||
|
msgid "The \"qrcode\" Python package is not installed (e.g. apt-get install python3-qrcode)!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
@ -2824,6 +2857,11 @@ msgstr ""
|
||||||
msgid "{oldfile} is deprecated, use {newfile}"
|
msgid "{oldfile} is deprecated, use {newfile}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/update.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "{path1} is a duplicate of {path2}, remove one!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/import_subcommand.py
|
#: ../fdroidserver/import_subcommand.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{path} already exists, ignoring import results!"
|
msgid "{path} already exists, ignoring import results!"
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: fdroidserver 1.0.0-95-gd7af22b\n"
|
"Project-Id-Version: fdroidserver 1.0.0-95-gd7af22b\n"
|
||||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
||||||
"POT-Creation-Date: 2025-01-21 17:02+0100\n"
|
"POT-Creation-Date: 2025-03-19 17:56+0100\n"
|
||||||
"PO-Revision-Date: 2018-06-08 03:44+0000\n"
|
"PO-Revision-Date: 2018-06-08 03:44+0000\n"
|
||||||
"Last-Translator: ۋولقان <nureliosman@gmail.com>\n"
|
"Last-Translator: ۋولقان <nureliosman@gmail.com>\n"
|
||||||
"Language-Team: Uyghur <https://hosted.weblate.org/projects/f-droid/fdroidserver/ug/>\n"
|
"Language-Team: Uyghur <https://hosted.weblate.org/projects/f-droid/fdroidserver/ug/>\n"
|
||||||
|
|
@ -516,6 +516,11 @@ msgstr ""
|
||||||
msgid "Creating \"{path}\" for configuring s3cmd."
|
msgid "Creating \"{path}\" for configuring s3cmd."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "Creating empty {config_file}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/publish.py
|
#: ../fdroidserver/publish.py
|
||||||
msgid "Creating log directory"
|
msgid "Creating log directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -697,6 +702,16 @@ msgstr ""
|
||||||
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key} not a valid key!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key}'s value should be of type {t}!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/lint.py
|
#: ../fdroidserver/lint.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
||||||
|
|
@ -719,6 +734,11 @@ msgstr ""
|
||||||
msgid "Environment variable {var} from {configname} is not set!"
|
msgid "Environment variable {var} from {configname} is not set!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "Environment variable {{env: {var}}} is not set!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/deploy.py
|
#: ../fdroidserver/deploy.py
|
||||||
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -965,6 +985,11 @@ msgstr ""
|
||||||
msgid "Ignoring bad element in manifest: %s"
|
msgid "Ignoring bad element in manifest: %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "Ignoring deprecated {oldfile}, use {newfile}!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/index.py
|
#: ../fdroidserver/index.py
|
||||||
msgid "Ignoring package without metadata: "
|
msgid "Ignoring package without metadata: "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -1336,6 +1361,10 @@ msgstr ""
|
||||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
msgid "Only accepts a single key \"env\""
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/checkupdates.py
|
#: ../fdroidserver/checkupdates.py
|
||||||
msgid "Only print differences with the Play Store"
|
msgid "Only print differences with the Play Store"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -1732,6 +1761,10 @@ msgstr ""
|
||||||
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/index.py
|
||||||
|
msgid "The \"qrcode\" Python package is not installed (e.g. apt-get install python3-qrcode)!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
@ -2826,6 +2859,11 @@ msgstr ""
|
||||||
msgid "{oldfile} is deprecated, use {newfile}"
|
msgid "{oldfile} is deprecated, use {newfile}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/update.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "{path1} is a duplicate of {path2}, remove one!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/import_subcommand.py
|
#: ../fdroidserver/import_subcommand.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{path} already exists, ignoring import results!"
|
msgid "{path} already exists, ignoring import results!"
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: fdroidserver 0.9\n"
|
"Project-Id-Version: fdroidserver 0.9\n"
|
||||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
||||||
"POT-Creation-Date: 2025-01-21 17:02+0100\n"
|
"POT-Creation-Date: 2025-03-19 17:56+0100\n"
|
||||||
"PO-Revision-Date: 2025-01-21 18:50+0000\n"
|
"PO-Revision-Date: 2025-01-21 18:50+0000\n"
|
||||||
"Last-Translator: Максим Горпиніч <maksimgorpinic2005a@gmail.com>\n"
|
"Last-Translator: Максим Горпиніч <maksimgorpinic2005a@gmail.com>\n"
|
||||||
"Language-Team: Ukrainian <https://hosted.weblate.org/projects/f-droid/fdroidserver/uk/>\n"
|
"Language-Team: Ukrainian <https://hosted.weblate.org/projects/f-droid/fdroidserver/uk/>\n"
|
||||||
|
|
@ -533,6 +533,11 @@ msgstr "Створено новий контейнер \"{name}\""
|
||||||
msgid "Creating \"{path}\" for configuring s3cmd."
|
msgid "Creating \"{path}\" for configuring s3cmd."
|
||||||
msgstr "Створення \"{path}\" для налаштування s3cmd."
|
msgstr "Створення \"{path}\" для налаштування s3cmd."
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, fuzzy, python-brace-format
|
||||||
|
msgid "Creating empty {config_file}"
|
||||||
|
msgstr "Читання '{config_file}'"
|
||||||
|
|
||||||
#: ../fdroidserver/publish.py
|
#: ../fdroidserver/publish.py
|
||||||
msgid "Creating log directory"
|
msgid "Creating log directory"
|
||||||
msgstr "Створення каталогу журналу"
|
msgstr "Створення каталогу журналу"
|
||||||
|
|
@ -716,6 +721,16 @@ msgstr "ПОМИЛКА: непідтримуваний git-хост «%s», ви
|
||||||
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
||||||
msgstr "Помилка: {key} в {path} це не «архів» чи «репозиторій»!"
|
msgstr "Помилка: {key} в {path} це не «архів» чи «репозиторій»!"
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key} not a valid key!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key}'s value should be of type {t}!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/lint.py
|
#: ../fdroidserver/lint.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
||||||
|
|
@ -740,6 +755,11 @@ msgstr ""
|
||||||
msgid "Environment variable {var} from {configname} is not set!"
|
msgid "Environment variable {var} from {configname} is not set!"
|
||||||
msgstr "Змінну середовища {var} від {configname} не налаштованоно!"
|
msgstr "Змінну середовища {var} від {configname} не налаштованоно!"
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, fuzzy, python-brace-format
|
||||||
|
msgid "Environment variable {{env: {var}}} is not set!"
|
||||||
|
msgstr "Змінну середовища {var} від {configname} не налаштованоно!"
|
||||||
|
|
||||||
#: ../fdroidserver/deploy.py
|
#: ../fdroidserver/deploy.py
|
||||||
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
||||||
msgstr "Помилка розгортання 'github_releases', {} відсутній. (Можливо вам потрібно спочатку виконати `fdroid update`.)"
|
msgstr "Помилка розгортання 'github_releases', {} відсутній. (Можливо вам потрібно спочатку виконати `fdroid update`.)"
|
||||||
|
|
@ -986,6 +1006,11 @@ msgstr "Нехтування записом FUNDING.yml з датою після
|
||||||
msgid "Ignoring bad element in manifest: %s"
|
msgid "Ignoring bad element in manifest: %s"
|
||||||
msgstr "Ігнорування поганого елемента в маніфесті: %s"
|
msgstr "Ігнорування поганого елемента в маніфесті: %s"
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, fuzzy, python-brace-format
|
||||||
|
msgid "Ignoring deprecated {oldfile}, use {newfile}!"
|
||||||
|
msgstr "{oldfile} вилучено, використовується {newfile}"
|
||||||
|
|
||||||
#: ../fdroidserver/index.py
|
#: ../fdroidserver/index.py
|
||||||
msgid "Ignoring package without metadata: "
|
msgid "Ignoring package without metadata: "
|
||||||
msgstr "Нехтування пакунком без метаданих: "
|
msgstr "Нехтування пакунком без метаданих: "
|
||||||
|
|
@ -1356,6 +1381,10 @@ msgstr "В одному з елементів конфігурації 'github_r
|
||||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
||||||
msgstr "Підтримуються лише PNG та JPEG зображення, знайдено: {path}"
|
msgstr "Підтримуються лише PNG та JPEG зображення, знайдено: {path}"
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
msgid "Only accepts a single key \"env\""
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/checkupdates.py
|
#: ../fdroidserver/checkupdates.py
|
||||||
msgid "Only print differences with the Play Store"
|
msgid "Only print differences with the Play Store"
|
||||||
msgstr "Показувати лише ті застосунки, версія яких відрізняється від версії з Play Store"
|
msgstr "Показувати лише ті застосунки, версія яких відрізняється від версії з Play Store"
|
||||||
|
|
@ -1753,6 +1782,10 @@ msgstr "Режим оновлення тегів, який використов
|
||||||
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
||||||
msgstr "Тестовий режим - надсилайте випуск лише в каталозі tmp і завжди створюйте його, навіть якщо випуск вже існує."
|
msgstr "Тестовий режим - надсилайте випуск лише в каталозі tmp і завжди створюйте його, навіть якщо випуск вже існує."
|
||||||
|
|
||||||
|
#: ../fdroidserver/index.py
|
||||||
|
msgid "The \"qrcode\" Python package is not installed (e.g. apt-get install python3-qrcode)!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
@ -2856,6 +2889,11 @@ msgstr "{name} \"{section}/icons/{path}\" не існує! Виправте йо
|
||||||
msgid "{oldfile} is deprecated, use {newfile}"
|
msgid "{oldfile} is deprecated, use {newfile}"
|
||||||
msgstr "{oldfile} вилучено, використовується {newfile}"
|
msgstr "{oldfile} вилучено, використовується {newfile}"
|
||||||
|
|
||||||
|
#: ../fdroidserver/update.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "{path1} is a duplicate of {path2}, remove one!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/import_subcommand.py
|
#: ../fdroidserver/import_subcommand.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{path} already exists, ignoring import results!"
|
msgid "{path} already exists, ignoring import results!"
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: fdroidserver 0.9\n"
|
"Project-Id-Version: fdroidserver 0.9\n"
|
||||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
||||||
"POT-Creation-Date: 2025-01-21 17:02+0100\n"
|
"POT-Creation-Date: 2025-03-19 17:56+0100\n"
|
||||||
"PO-Revision-Date: 2025-01-23 09:05+0000\n"
|
"PO-Revision-Date: 2025-01-23 09:05+0000\n"
|
||||||
"Last-Translator: 大王叫我来巡山 <hamburger2048@users.noreply.hosted.weblate.org>\n"
|
"Last-Translator: 大王叫我来巡山 <hamburger2048@users.noreply.hosted.weblate.org>\n"
|
||||||
"Language-Team: Chinese (Simplified Han script) <https://hosted.weblate.org/projects/f-droid/fdroidserver/zh_Hans/>\n"
|
"Language-Team: Chinese (Simplified Han script) <https://hosted.weblate.org/projects/f-droid/fdroidserver/zh_Hans/>\n"
|
||||||
|
|
@ -551,6 +551,11 @@ msgstr "创建新容器 \"{name}\""
|
||||||
msgid "Creating \"{path}\" for configuring s3cmd."
|
msgid "Creating \"{path}\" for configuring s3cmd."
|
||||||
msgstr "创建用于配置 s3cmd 的 \"{path}\"。"
|
msgstr "创建用于配置 s3cmd 的 \"{path}\"。"
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, fuzzy, python-brace-format
|
||||||
|
msgid "Creating empty {config_file}"
|
||||||
|
msgstr "读取 '{config_file}'"
|
||||||
|
|
||||||
#: ../fdroidserver/publish.py
|
#: ../fdroidserver/publish.py
|
||||||
msgid "Creating log directory"
|
msgid "Creating log directory"
|
||||||
msgstr "创建日志目录"
|
msgstr "创建日志目录"
|
||||||
|
|
@ -734,6 +739,16 @@ msgstr "错误:不支持的 git 主机类型 \"%s\",欢迎提交补丁添加
|
||||||
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
||||||
msgstr "错误: {path}中的{key}不是“archive”或“repo”!"
|
msgstr "错误: {path}中的{key}不是“archive”或“repo”!"
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key} not a valid key!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key}'s value should be of type {t}!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/lint.py
|
#: ../fdroidserver/lint.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
||||||
|
|
@ -758,6 +773,11 @@ msgstr ""
|
||||||
msgid "Environment variable {var} from {configname} is not set!"
|
msgid "Environment variable {var} from {configname} is not set!"
|
||||||
msgstr "没有设置 {configname} 中的环境变量 {var}!"
|
msgstr "没有设置 {configname} 中的环境变量 {var}!"
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, fuzzy, python-brace-format
|
||||||
|
msgid "Environment variable {{env: {var}}} is not set!"
|
||||||
|
msgstr "没有设置 {configname} 中的环境变量 {var}!"
|
||||||
|
|
||||||
#: ../fdroidserver/deploy.py
|
#: ../fdroidserver/deploy.py
|
||||||
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
||||||
msgstr "部署'github_releases'错误,{}没有出现。(你可能需要先运行`fdroid update`)"
|
msgstr "部署'github_releases'错误,{}没有出现。(你可能需要先运行`fdroid update`)"
|
||||||
|
|
@ -1004,6 +1024,11 @@ msgstr "忽略超过 2048 的 FUNDING.yml 条目:%s"
|
||||||
msgid "Ignoring bad element in manifest: %s"
|
msgid "Ignoring bad element in manifest: %s"
|
||||||
msgstr "忽略清单中的错误元素: %s"
|
msgstr "忽略清单中的错误元素: %s"
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, fuzzy, python-brace-format
|
||||||
|
msgid "Ignoring deprecated {oldfile}, use {newfile}!"
|
||||||
|
msgstr "{oldfile} 已弃用,请使用 {newfile}"
|
||||||
|
|
||||||
#: ../fdroidserver/index.py
|
#: ../fdroidserver/index.py
|
||||||
msgid "Ignoring package without metadata: "
|
msgid "Ignoring package without metadata: "
|
||||||
msgstr "忽略没有元数据的包: "
|
msgstr "忽略没有元数据的包: "
|
||||||
|
|
@ -1374,6 +1399,10 @@ msgstr "其中一个 'github_releases'配置项缺失'token'值。跳过..."
|
||||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
||||||
msgstr "图形仅支持 PNG 和 JPEG,发现:{path}"
|
msgstr "图形仅支持 PNG 和 JPEG,发现:{path}"
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
msgid "Only accepts a single key \"env\""
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/checkupdates.py
|
#: ../fdroidserver/checkupdates.py
|
||||||
msgid "Only print differences with the Play Store"
|
msgid "Only print differences with the Play Store"
|
||||||
msgstr "仅输出与 Play Store 的差异"
|
msgstr "仅输出与 Play Store 的差异"
|
||||||
|
|
@ -1769,6 +1798,10 @@ msgstr "git-svn 中使用的标记更新模式,但未使用标记设置存储
|
||||||
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
||||||
msgstr "测试模式:仅将输出保存至 tmp 目录,即使输出已存在,仍然编译。"
|
msgstr "测试模式:仅将输出保存至 tmp 目录,即使输出已存在,仍然编译。"
|
||||||
|
|
||||||
|
#: ../fdroidserver/index.py
|
||||||
|
msgid "The \"qrcode\" Python package is not installed (e.g. apt-get install python3-qrcode)!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
@ -2866,6 +2899,11 @@ msgstr "{name}的“{section}/icons/{path}”不存在!请检查配置文件
|
||||||
msgid "{oldfile} is deprecated, use {newfile}"
|
msgid "{oldfile} is deprecated, use {newfile}"
|
||||||
msgstr "{oldfile} 已弃用,请使用 {newfile}"
|
msgstr "{oldfile} 已弃用,请使用 {newfile}"
|
||||||
|
|
||||||
|
#: ../fdroidserver/update.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "{path1} is a duplicate of {path2}, remove one!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/import_subcommand.py
|
#: ../fdroidserver/import_subcommand.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{path} already exists, ignoring import results!"
|
msgid "{path} already exists, ignoring import results!"
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: fdroidserver 0.9\n"
|
"Project-Id-Version: fdroidserver 0.9\n"
|
||||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
||||||
"POT-Creation-Date: 2025-01-21 17:02+0100\n"
|
"POT-Creation-Date: 2025-03-19 17:56+0100\n"
|
||||||
"PO-Revision-Date: 2024-11-26 15:16+0000\n"
|
"PO-Revision-Date: 2024-11-26 15:16+0000\n"
|
||||||
"Last-Translator: Peter Dave Hello <hsu@peterdavehello.org>\n"
|
"Last-Translator: Peter Dave Hello <hsu@peterdavehello.org>\n"
|
||||||
"Language-Team: Chinese (Traditional Han script) <https://hosted.weblate.org/projects/f-droid/fdroidserver/zh_Hant/>\n"
|
"Language-Team: Chinese (Traditional Han script) <https://hosted.weblate.org/projects/f-droid/fdroidserver/zh_Hant/>\n"
|
||||||
|
|
@ -524,6 +524,11 @@ msgstr "建立新容器 \"{name}\""
|
||||||
msgid "Creating \"{path}\" for configuring s3cmd."
|
msgid "Creating \"{path}\" for configuring s3cmd."
|
||||||
msgstr "正在建立組態 s3cmd 的 \"{path}\"。"
|
msgstr "正在建立組態 s3cmd 的 \"{path}\"。"
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, fuzzy, python-brace-format
|
||||||
|
msgid "Creating empty {config_file}"
|
||||||
|
msgstr "讀取 '{config_file}' 中"
|
||||||
|
|
||||||
#: ../fdroidserver/publish.py
|
#: ../fdroidserver/publish.py
|
||||||
msgid "Creating log directory"
|
msgid "Creating log directory"
|
||||||
msgstr "建立日誌目錄"
|
msgstr "建立日誌目錄"
|
||||||
|
|
@ -707,6 +712,16 @@ msgstr "錯誤:不支援的 git 主機「%s」,歡迎提交修補!"
|
||||||
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
||||||
msgstr "錯誤:{path} 中的 {key} 不是「archive」或「repo」!"
|
msgstr "錯誤:{path} 中的 {key} 不是「archive」或「repo」!"
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key} not a valid key!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../fdroidserver/lint.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "ERROR: {key}'s value should be of type {t}!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/lint.py
|
#: ../fdroidserver/lint.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
|
||||||
|
|
@ -731,6 +746,11 @@ msgstr ""
|
||||||
msgid "Environment variable {var} from {configname} is not set!"
|
msgid "Environment variable {var} from {configname} is not set!"
|
||||||
msgstr "設定檔 {configname} 的環境變數 {var} 尚未設定!"
|
msgstr "設定檔 {configname} 的環境變數 {var} 尚未設定!"
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, fuzzy, python-brace-format
|
||||||
|
msgid "Environment variable {{env: {var}}} is not set!"
|
||||||
|
msgstr "設定檔 {configname} 的環境變數 {var} 尚未設定!"
|
||||||
|
|
||||||
#: ../fdroidserver/deploy.py
|
#: ../fdroidserver/deploy.py
|
||||||
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
||||||
msgstr "部署「github_releases」時發生錯誤,找不到 {}。(您可能需要先執行 `fdroid update`。)"
|
msgstr "部署「github_releases」時發生錯誤,找不到 {}。(您可能需要先執行 `fdroid update`。)"
|
||||||
|
|
@ -978,6 +998,11 @@ msgstr "忽略文檔 FUNDING.yml , 文檔大小超過 2048: %s"
|
||||||
msgid "Ignoring bad element in manifest: %s"
|
msgid "Ignoring bad element in manifest: %s"
|
||||||
msgstr "忽略資訊清單中的無效元素:%s"
|
msgstr "忽略資訊清單中的無效元素:%s"
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
#, fuzzy, python-brace-format
|
||||||
|
msgid "Ignoring deprecated {oldfile}, use {newfile}!"
|
||||||
|
msgstr "檔案 {oldfile} 已經過時了, 請使用檔案 {newfile}"
|
||||||
|
|
||||||
#: ../fdroidserver/index.py
|
#: ../fdroidserver/index.py
|
||||||
msgid "Ignoring package without metadata: "
|
msgid "Ignoring package without metadata: "
|
||||||
msgstr "忽略無中介資料的套件包: "
|
msgstr "忽略無中介資料的套件包: "
|
||||||
|
|
@ -1362,6 +1387,10 @@ msgstr "其中一個「github_releases」設定項目缺少「token」值。略
|
||||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
||||||
msgstr "圖像僅支援 PNG 和 JPEG,可在下方找到:{path}"
|
msgstr "圖像僅支援 PNG 和 JPEG,可在下方找到:{path}"
|
||||||
|
|
||||||
|
#: ../fdroidserver/common.py
|
||||||
|
msgid "Only accepts a single key \"env\""
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/checkupdates.py
|
#: ../fdroidserver/checkupdates.py
|
||||||
msgid "Only print differences with the Play Store"
|
msgid "Only print differences with the Play Store"
|
||||||
msgstr "僅印出與 Play Store 的不同處"
|
msgstr "僅印出與 Play Store 的不同處"
|
||||||
|
|
@ -1764,6 +1793,10 @@ msgstr "在 git-svn 中使用了標籤更新模式,但儲存庫未設定標籤
|
||||||
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
||||||
msgstr "測試模式 - 將輸出只放在 tmp 目錄中,即使輸出已經存在,仍然構建。"
|
msgstr "測試模式 - 將輸出只放在 tmp 目錄中,即使輸出已經存在,仍然構建。"
|
||||||
|
|
||||||
|
#: ../fdroidserver/index.py
|
||||||
|
msgid "The \"qrcode\" Python package is not installed (e.g. apt-get install python3-qrcode)!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
||||||
#: ../fdroidserver/update.py
|
#: ../fdroidserver/update.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
@ -2897,6 +2930,11 @@ msgstr "{name} \"{section}/icons/{path}\" 不存在! 請檢查 \"config.yml\"."
|
||||||
msgid "{oldfile} is deprecated, use {newfile}"
|
msgid "{oldfile} is deprecated, use {newfile}"
|
||||||
msgstr "檔案 {oldfile} 已經過時了, 請使用檔案 {newfile}"
|
msgstr "檔案 {oldfile} 已經過時了, 請使用檔案 {newfile}"
|
||||||
|
|
||||||
|
#: ../fdroidserver/update.py
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "{path1} is a duplicate of {path2}, remove one!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../fdroidserver/import_subcommand.py
|
#: ../fdroidserver/import_subcommand.py
|
||||||
#, fuzzy, python-brace-format
|
#, fuzzy, python-brace-format
|
||||||
msgid "{path} already exists, ignoring import results!"
|
msgid "{path} already exists, ignoring import results!"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue