From fe19d8e6551f99e2ad51df27dd444e1c88b2c3ad Mon Sep 17 00:00:00 2001 From: Matthias Dellweg Date: Wed, 4 Oct 2023 09:34:05 +0200 Subject: [PATCH] Add translations to pulp-glue fixes #634 --- CHANGES/pulp-glue/634.translation | 1 + Makefile | 22 +- .../ansible/locale/de/LC_MESSAGES/messages.mo | Bin 0 -> 337 bytes .../ansible/locale/de/LC_MESSAGES/messages.po | 165 ++++++ .../pulp_glue/ansible/locale/messages.pot | 165 ++++++ .../locale/de/LC_MESSAGES/messages.mo | Bin 0 -> 337 bytes .../locale/de/LC_MESSAGES/messages.po | 34 ++ .../pulp_glue/certguard/locale/messages.pot | 34 ++ .../common/locale/de/LC_MESSAGES/messages.mo | Bin 0 -> 337 bytes .../common/locale/de/LC_MESSAGES/messages.po | 363 ++++++++++++ .../pulp_glue/common/locale/messages.pot | 363 ++++++++++++ .../locale/de/LC_MESSAGES/messages.mo | Bin 0 -> 337 bytes .../locale/de/LC_MESSAGES/messages.po | 82 +++ .../pulp_glue/container/locale/messages.pot | 82 +++ .../core/locale/de/LC_MESSAGES/messages.mo | Bin 0 -> 337 bytes .../core/locale/de/LC_MESSAGES/messages.po | 228 ++++++++ pulp-glue/pulp_glue/core/locale/messages.pot | 228 ++++++++ .../file/locale/de/LC_MESSAGES/messages.mo | Bin 0 -> 337 bytes .../file/locale/de/LC_MESSAGES/messages.po | 63 +++ pulp-glue/pulp_glue/file/locale/messages.pot | 63 +++ .../python/locale/de/LC_MESSAGES/messages.mo | Bin 0 -> 337 bytes .../python/locale/de/LC_MESSAGES/messages.po | 58 ++ .../pulp_glue/python/locale/messages.pot | 58 ++ .../rpm/locale/de/LC_MESSAGES/messages.mo | Bin 0 -> 337 bytes .../rpm/locale/de/LC_MESSAGES/messages.po | 75 +++ pulp-glue/pulp_glue/rpm/locale/messages.pot | 75 +++ .../ansible/locale/de/LC_MESSAGES/messages.mo | Bin 667 -> 667 bytes .../ansible/locale/de/LC_MESSAGES/messages.po | 147 ++--- pulpcore/cli/ansible/locale/messages.pot | 139 ++--- .../common/locale/de/LC_MESSAGES/messages.mo | Bin 4426 -> 4014 bytes .../common/locale/de/LC_MESSAGES/messages.po | 528 ++++++++++-------- pulpcore/cli/common/locale/messages.pot | 514 ++++++++--------- .../locale/de/LC_MESSAGES/messages.mo | Bin 921 -> 780 bytes .../locale/de/LC_MESSAGES/messages.po | 96 +++- pulpcore/cli/container/locale/messages.pot | 86 ++- .../core/locale/de/LC_MESSAGES/messages.mo | Bin 3511 -> 1938 bytes .../core/locale/de/LC_MESSAGES/messages.po | 479 ++++++++++------ pulpcore/cli/core/locale/messages.pot | 360 ++++++------ .../file/locale/de/LC_MESSAGES/messages.po | 94 +--- pulpcore/cli/file/locale/messages.pot | 94 +--- .../locale/de/LC_MESSAGES/messages.mo | Bin 411 -> 411 bytes .../locale/de/LC_MESSAGES/messages.po | 16 +- pulpcore/cli/migration/locale/messages.pot | 12 +- .../python/locale/de/LC_MESSAGES/messages.mo | Bin 922 -> 922 bytes .../python/locale/de/LC_MESSAGES/messages.po | 80 +-- pulpcore/cli/python/locale/messages.pot | 76 +-- .../cli/rpm/locale/de/LC_MESSAGES/messages.po | 110 ++-- pulpcore/cli/rpm/locale/messages.pot | 106 ++-- 48 files changed, 3678 insertions(+), 1418 deletions(-) create mode 100644 CHANGES/pulp-glue/634.translation create mode 100644 pulp-glue/pulp_glue/ansible/locale/de/LC_MESSAGES/messages.mo create mode 100644 pulp-glue/pulp_glue/ansible/locale/de/LC_MESSAGES/messages.po create mode 100644 pulp-glue/pulp_glue/ansible/locale/messages.pot create mode 100644 pulp-glue/pulp_glue/certguard/locale/de/LC_MESSAGES/messages.mo create mode 100644 pulp-glue/pulp_glue/certguard/locale/de/LC_MESSAGES/messages.po create mode 100644 pulp-glue/pulp_glue/certguard/locale/messages.pot create mode 100644 pulp-glue/pulp_glue/common/locale/de/LC_MESSAGES/messages.mo create mode 100644 pulp-glue/pulp_glue/common/locale/de/LC_MESSAGES/messages.po create mode 100644 pulp-glue/pulp_glue/common/locale/messages.pot create mode 100644 pulp-glue/pulp_glue/container/locale/de/LC_MESSAGES/messages.mo create mode 100644 pulp-glue/pulp_glue/container/locale/de/LC_MESSAGES/messages.po create mode 100644 pulp-glue/pulp_glue/container/locale/messages.pot create mode 100644 pulp-glue/pulp_glue/core/locale/de/LC_MESSAGES/messages.mo create mode 100644 pulp-glue/pulp_glue/core/locale/de/LC_MESSAGES/messages.po create mode 100644 pulp-glue/pulp_glue/core/locale/messages.pot create mode 100644 pulp-glue/pulp_glue/file/locale/de/LC_MESSAGES/messages.mo create mode 100644 pulp-glue/pulp_glue/file/locale/de/LC_MESSAGES/messages.po create mode 100644 pulp-glue/pulp_glue/file/locale/messages.pot create mode 100644 pulp-glue/pulp_glue/python/locale/de/LC_MESSAGES/messages.mo create mode 100644 pulp-glue/pulp_glue/python/locale/de/LC_MESSAGES/messages.po create mode 100644 pulp-glue/pulp_glue/python/locale/messages.pot create mode 100644 pulp-glue/pulp_glue/rpm/locale/de/LC_MESSAGES/messages.mo create mode 100644 pulp-glue/pulp_glue/rpm/locale/de/LC_MESSAGES/messages.po create mode 100644 pulp-glue/pulp_glue/rpm/locale/messages.pot diff --git a/CHANGES/pulp-glue/634.translation b/CHANGES/pulp-glue/634.translation new file mode 100644 index 00000000..859b7f99 --- /dev/null +++ b/CHANGES/pulp-glue/634.translation @@ -0,0 +1 @@ +Added translation files machinery for pulp-glue. diff --git a/Makefile b/Makefile index 1bbf1256..ab1d9d4c 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,12 @@ LANGUAGES=de -PLUGINS=$(notdir $(wildcard pulpcore/cli/*)) +GLUE_PLUGINS=$(notdir $(wildcard pulp-glue/pulp_glue/*)) +CLI_PLUGINS=$(notdir $(wildcard pulpcore/cli/*)) info: + @echo Pulp glue + @echo plugins: $(GLUE_PLUGINS) @echo Pulp CLI - @echo plugins: $(PLUGINS) + @echo plugins: $(CLI_PLUGINS) black: isort . @@ -34,11 +37,20 @@ servedocs: site: mkdocs build +pulp-glue/pulp_glue/%/locale/messages.pot: pulp-glue/pulp_glue/%/*.py + xgettext -d $* -o $@ pulp-glue/pulp_glue/$*/*.py + sed -i 's/charset=CHARSET/charset=UTF-8/g' $@ + pulpcore/cli/%/locale/messages.pot: pulpcore/cli/%/*.py xgettext -d $* -o $@ pulpcore/cli/$*/*.py sed -i 's/charset=CHARSET/charset=UTF-8/g' $@ -extract_messages: $(foreach PLUGIN,$(PLUGINS),pulpcore/cli/$(PLUGIN)/locale/messages.pot) +extract_messages: $(foreach GLUE_PLUGIN,$(GLUE_PLUGINS),pulp-glue/pulp_glue/$(GLUE_PLUGIN)/locale/messages.pot) $(foreach CLI_PLUGIN,$(CLI_PLUGINS),pulpcore/cli/$(CLI_PLUGIN)/locale/messages.pot) + +$(foreach LANGUAGE,$(LANGUAGES),pulp-glue/pulp_glue/%/locale/$(LANGUAGE)/LC_MESSAGES/messages.po): pulp-glue/pulp_glue/%/locale/messages.pot + [ -e $(@D) ] || mkdir -p $(@D) + [ ! -e $@ ] || msgmerge --update $@ $< + [ -e $@ ] || cp $< $@ $(foreach LANGUAGE,$(LANGUAGES),pulpcore/cli/%/locale/$(LANGUAGE)/LC_MESSAGES/messages.po): pulpcore/cli/%/locale/messages.pot [ -e $(@D) ] || mkdir -p $(@D) @@ -48,7 +60,7 @@ $(foreach LANGUAGE,$(LANGUAGES),pulpcore/cli/%/locale/$(LANGUAGE)/LC_MESSAGES/me %.mo: %.po msgfmt -o $@ $< -compile_messages: $(foreach LANGUAGE,$(LANGUAGES),$(foreach PLUGIN,$(PLUGINS),pulpcore/cli/$(PLUGIN)/locale/$(LANGUAGE)/LC_MESSAGES/messages.mo)) +compile_messages: $(foreach LANGUAGE,$(LANGUAGES),$(foreach GLUE_PLUGIN,$(GLUE_PLUGINS),pulp-glue/pulp_glue/$(GLUE_PLUGIN)/locale/$(LANGUAGE)/LC_MESSAGES/messages.mo)) $(foreach LANGUAGE,$(LANGUAGES),$(foreach CLI_PLUGIN,$(CLI_PLUGINS),pulpcore/cli/$(CLI_PLUGIN)/locale/$(LANGUAGE)/LC_MESSAGES/messages.mo)) .PHONY: info black lint test servedocs site -.PRECIOUS: $(foreach LANGUAGE,$(LANGUAGES),$(foreach PLUGIN,$(PLUGINS),pulpcore/cli/$(PLUGIN)/locale/$(LANGUAGE)/LC_MESSAGES/messages.po)) +.PRECIOUS: $(foreach LANGUAGE,$(LANGUAGES),$(foreach GLUE_PLUGIN,$(GLUE_PLUGINS),pulp-glue/pulp_glue/$(GLUE_PLUGIN)/locale/$(LANGUAGE)/LC_MESSAGES/messages.po)) $(foreach LANGUAGE,$(LANGUAGES),$(foreach CLI_PLUGIN,$(CLI_PLUGINS),pulpcore/cli/$(CLI_PLUGIN)/locale/$(LANGUAGE)/LC_MESSAGES/messages.po)) diff --git a/pulp-glue/pulp_glue/ansible/locale/de/LC_MESSAGES/messages.mo b/pulp-glue/pulp_glue/ansible/locale/de/LC_MESSAGES/messages.mo new file mode 100644 index 0000000000000000000000000000000000000000..6c5906d1cd061dff54de8b533942893de34efc9e GIT binary patch literal 337 zcmYL@Jx{|h5Qd9j%E-dP;DHUUz!pqFHI3Uw*h!U-O0b#M1fyU_j*H-j@b~yFTo(FD zk8Zg4bkFbc(a#8TfSe*{$RTop42h8wT;AXuI{#UD_pUbq(k-mD?~SvRtk~?4EjU^8 zqD=EFDs<<30NFQY3lF=dhsseBt#T;zrx|V_Q9)Dk#909{hlG)3PGx%joM$`|st-_k zW&2hI=P8-jLXeC}P9|KkR7_ct6ud0&v1*&0YBW?@eNZA;wx|b_i4fD)jGb@x9W;=s z, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-04 09:24+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: pulpcore/cli/ansible/content.py:48 +#, python-brace-format +msgid "Option {name} is deprecated." +msgstr "" + +#: pulpcore/cli/ansible/content.py:90 +msgid "" +"Repository to upload into in the form '[[:]:]' " +"or by href." +msgstr "" + +#: pulpcore/cli/ansible/content.py:117 pulpcore/cli/ansible/content.py:173 +#: pulpcore/cli/ansible/content.py:234 pulpcore/cli/ansible/repository.py:126 +#, python-brace-format +msgid "Name of {entity}" +msgstr "" + +#: pulpcore/cli/ansible/content.py:119 pulpcore/cli/ansible/content.py:182 +#: pulpcore/cli/ansible/content.py:238 pulpcore/cli/ansible/repository.py:134 +#, python-brace-format +msgid "Namespace of {entity}" +msgstr "" + +#: pulpcore/cli/ansible/content.py:121 pulpcore/cli/ansible/content.py:190 +#: pulpcore/cli/ansible/content.py:244 pulpcore/cli/ansible/repository.py:141 +#, python-brace-format +msgid "Version of {entity}" +msgstr "" + +#: pulpcore/cli/ansible/content.py:127 +msgid "Only show highest version of collection version" +msgstr "" + +#: pulpcore/cli/ansible/content.py:132 +msgid "Comma separated list of tags that must all match" +msgstr "" + +#: pulpcore/cli/ansible/content.py:137 pulpcore/cli/ansible/content.py:198 +#, python-brace-format +msgid "Public key fingerprint of the {entity}" +msgstr "" + +#: pulpcore/cli/ansible/content.py:143 pulpcore/cli/ansible/content.py:208 +#, python-brace-format +msgid "Collection of {entity}" +msgstr "" + +#: pulpcore/cli/ansible/content.py:148 +#, python-brace-format +msgid "Signing service used to create {entity}" +msgstr "" + +#: pulpcore/cli/ansible/content.py:159 +msgid "String list of fields to include in the result [DEPRECATED]" +msgstr "" + +#: pulpcore/cli/ansible/content.py:165 +msgid "String list of fields to exclude from result [DEPRECATED]" +msgstr "" + +#: pulpcore/cli/ansible/content.py:228 +#, python-brace-format +msgid "Chunk size to break up {entity} into. Defaults to 1MB" +msgstr "" + +#: pulpcore/cli/ansible/content.py:250 +#, python-brace-format +msgid "Collection for this {entity}" +msgstr "" + +#: pulpcore/cli/ansible/distribution.py:69 +msgid "the base (relative) path component of the published url." +msgstr "" + +#: pulpcore/cli/ansible/distribution.py:74 +msgid "a repository version number, leave blank for latest" +msgstr "" + +#: pulpcore/cli/ansible/distribution.py:96 +msgid "new base_path" +msgstr "" + +#: pulpcore/cli/ansible/distribution.py:103 +msgid "version of new repository to be served, leave blank for always latest" +msgstr "" + +#: pulpcore/cli/ansible/distribution.py:159 +#, python-brace-format +msgid "" +"Distribution {name} doesn't have a repository set, please specify the " +"repository to use with --repository" +msgstr "" + +#: pulpcore/cli/ansible/remote.py:70 +msgid "policy to use when downloading" +msgstr "" + +#: pulpcore/cli/ansible/remote.py:78 +msgid "" +"(Deprecated) Please use '--requirements' instead\n" +"\n" +"Collections only: a Collection requirements yaml" +msgstr "" + +#: pulpcore/cli/ansible/remote.py:86 +msgid "Collections only: a string of a requirements yaml" +msgstr "" + +#: pulpcore/cli/ansible/remote.py:91 +msgid "Collections only: URL to receive a session token" +msgstr "" + +#: pulpcore/cli/ansible/remote.py:96 +msgid "Collections only: token key use for authentication" +msgstr "" + +#: pulpcore/cli/ansible/repository.py:64 +msgid "" +"Remote used for synching in the form '[[:]:]' " +"or by href." +msgstr "" + +#: pulpcore/cli/ansible/repository.py:154 +msgid "" +"JSON string with a list of objects to add to the repository.\n" +" Each object must contain the following keys: \"name\", \"namespace\", " +"\"version\".\n" +" The argument prefixed with the '@' can be the path to a JSON file with a " +"list of objects." +msgstr "" + +#: pulpcore/cli/ansible/repository.py:163 +msgid "" +"JSON string with a list of objects to remove from the repository.\n" +" Each object must contain the following keys: \"name\", \"namespace\", " +"\"version\".\n" +" The argument prefixed with the '@' can be the path to a JSON file with a " +"list of objects." +msgstr "" + +#: pulpcore/cli/ansible/repository.py:216 +#, python-brace-format +msgid "" +"Repository '{name}' does not have a default remote. Please specify with '--" +"remote'." +msgstr "" diff --git a/pulp-glue/pulp_glue/ansible/locale/messages.pot b/pulp-glue/pulp_glue/ansible/locale/messages.pot new file mode 100644 index 00000000..9e6f9561 --- /dev/null +++ b/pulp-glue/pulp_glue/ansible/locale/messages.pot @@ -0,0 +1,165 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-04 09:24+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: pulpcore/cli/ansible/content.py:48 +#, python-brace-format +msgid "Option {name} is deprecated." +msgstr "" + +#: pulpcore/cli/ansible/content.py:90 +msgid "" +"Repository to upload into in the form '[[:]:]' " +"or by href." +msgstr "" + +#: pulpcore/cli/ansible/content.py:117 pulpcore/cli/ansible/content.py:173 +#: pulpcore/cli/ansible/content.py:234 pulpcore/cli/ansible/repository.py:126 +#, python-brace-format +msgid "Name of {entity}" +msgstr "" + +#: pulpcore/cli/ansible/content.py:119 pulpcore/cli/ansible/content.py:182 +#: pulpcore/cli/ansible/content.py:238 pulpcore/cli/ansible/repository.py:134 +#, python-brace-format +msgid "Namespace of {entity}" +msgstr "" + +#: pulpcore/cli/ansible/content.py:121 pulpcore/cli/ansible/content.py:190 +#: pulpcore/cli/ansible/content.py:244 pulpcore/cli/ansible/repository.py:141 +#, python-brace-format +msgid "Version of {entity}" +msgstr "" + +#: pulpcore/cli/ansible/content.py:127 +msgid "Only show highest version of collection version" +msgstr "" + +#: pulpcore/cli/ansible/content.py:132 +msgid "Comma separated list of tags that must all match" +msgstr "" + +#: pulpcore/cli/ansible/content.py:137 pulpcore/cli/ansible/content.py:198 +#, python-brace-format +msgid "Public key fingerprint of the {entity}" +msgstr "" + +#: pulpcore/cli/ansible/content.py:143 pulpcore/cli/ansible/content.py:208 +#, python-brace-format +msgid "Collection of {entity}" +msgstr "" + +#: pulpcore/cli/ansible/content.py:148 +#, python-brace-format +msgid "Signing service used to create {entity}" +msgstr "" + +#: pulpcore/cli/ansible/content.py:159 +msgid "String list of fields to include in the result [DEPRECATED]" +msgstr "" + +#: pulpcore/cli/ansible/content.py:165 +msgid "String list of fields to exclude from result [DEPRECATED]" +msgstr "" + +#: pulpcore/cli/ansible/content.py:228 +#, python-brace-format +msgid "Chunk size to break up {entity} into. Defaults to 1MB" +msgstr "" + +#: pulpcore/cli/ansible/content.py:250 +#, python-brace-format +msgid "Collection for this {entity}" +msgstr "" + +#: pulpcore/cli/ansible/distribution.py:69 +msgid "the base (relative) path component of the published url." +msgstr "" + +#: pulpcore/cli/ansible/distribution.py:74 +msgid "a repository version number, leave blank for latest" +msgstr "" + +#: pulpcore/cli/ansible/distribution.py:96 +msgid "new base_path" +msgstr "" + +#: pulpcore/cli/ansible/distribution.py:103 +msgid "version of new repository to be served, leave blank for always latest" +msgstr "" + +#: pulpcore/cli/ansible/distribution.py:159 +#, python-brace-format +msgid "" +"Distribution {name} doesn't have a repository set, please specify the " +"repository to use with --repository" +msgstr "" + +#: pulpcore/cli/ansible/remote.py:70 +msgid "policy to use when downloading" +msgstr "" + +#: pulpcore/cli/ansible/remote.py:78 +msgid "" +"(Deprecated) Please use '--requirements' instead\n" +"\n" +"Collections only: a Collection requirements yaml" +msgstr "" + +#: pulpcore/cli/ansible/remote.py:86 +msgid "Collections only: a string of a requirements yaml" +msgstr "" + +#: pulpcore/cli/ansible/remote.py:91 +msgid "Collections only: URL to receive a session token" +msgstr "" + +#: pulpcore/cli/ansible/remote.py:96 +msgid "Collections only: token key use for authentication" +msgstr "" + +#: pulpcore/cli/ansible/repository.py:64 +msgid "" +"Remote used for synching in the form '[[:]:]' " +"or by href." +msgstr "" + +#: pulpcore/cli/ansible/repository.py:154 +msgid "" +"JSON string with a list of objects to add to the repository.\n" +" Each object must contain the following keys: \"name\", \"namespace\", " +"\"version\".\n" +" The argument prefixed with the '@' can be the path to a JSON file with a " +"list of objects." +msgstr "" + +#: pulpcore/cli/ansible/repository.py:163 +msgid "" +"JSON string with a list of objects to remove from the repository.\n" +" Each object must contain the following keys: \"name\", \"namespace\", " +"\"version\".\n" +" The argument prefixed with the '@' can be the path to a JSON file with a " +"list of objects." +msgstr "" + +#: pulpcore/cli/ansible/repository.py:216 +#, python-brace-format +msgid "" +"Repository '{name}' does not have a default remote. Please specify with '--" +"remote'." +msgstr "" diff --git a/pulp-glue/pulp_glue/certguard/locale/de/LC_MESSAGES/messages.mo b/pulp-glue/pulp_glue/certguard/locale/de/LC_MESSAGES/messages.mo new file mode 100644 index 0000000000000000000000000000000000000000..6c5906d1cd061dff54de8b533942893de34efc9e GIT binary patch literal 337 zcmYL@Jx{|h5Qd9j%E-dP;DHUUz!pqFHI3Uw*h!U-O0b#M1fyU_j*H-j@b~yFTo(FD zk8Zg4bkFbc(a#8TfSe*{$RTop42h8wT;AXuI{#UD_pUbq(k-mD?~SvRtk~?4EjU^8 zqD=EFDs<<30NFQY3lF=dhsseBt#T;zrx|V_Q9)Dk#909{hlG)3PGx%joM$`|st-_k zW&2hI=P8-jLXeC}P9|KkR7_ct6ud0&v1*&0YBW?@eNZA;wx|b_i4fD)jGb@x9W;=s z, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-04 09:25+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: pulp-glue/pulp_glue/certguard/context.py:11 +msgid "x509 certguard" +msgstr "" + +#: pulp-glue/pulp_glue/certguard/context.py:12 +msgid "x509 certguards" +msgstr "" + +#: pulp-glue/pulp_glue/certguard/context.py:21 +msgid "RHSM certguard" +msgstr "" + +#: pulp-glue/pulp_glue/certguard/context.py:22 +msgid "RHSM certguards" +msgstr "" diff --git a/pulp-glue/pulp_glue/certguard/locale/messages.pot b/pulp-glue/pulp_glue/certguard/locale/messages.pot new file mode 100644 index 00000000..86e825d5 --- /dev/null +++ b/pulp-glue/pulp_glue/certguard/locale/messages.pot @@ -0,0 +1,34 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-04 09:25+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: pulp-glue/pulp_glue/certguard/context.py:11 +msgid "x509 certguard" +msgstr "" + +#: pulp-glue/pulp_glue/certguard/context.py:12 +msgid "x509 certguards" +msgstr "" + +#: pulp-glue/pulp_glue/certguard/context.py:21 +msgid "RHSM certguard" +msgstr "" + +#: pulp-glue/pulp_glue/certguard/context.py:22 +msgid "RHSM certguards" +msgstr "" diff --git a/pulp-glue/pulp_glue/common/locale/de/LC_MESSAGES/messages.mo b/pulp-glue/pulp_glue/common/locale/de/LC_MESSAGES/messages.mo new file mode 100644 index 0000000000000000000000000000000000000000..6c5906d1cd061dff54de8b533942893de34efc9e GIT binary patch literal 337 zcmYL@Jx{|h5Qd9j%E-dP;DHUUz!pqFHI3Uw*h!U-O0b#M1fyU_j*H-j@b~yFTo(FD zk8Zg4bkFbc(a#8TfSe*{$RTop42h8wT;AXuI{#UD_pUbq(k-mD?~SvRtk~?4EjU^8 zqD=EFDs<<30NFQY3lF=dhsseBt#T;zrx|V_Q9)Dk#909{hlG)3PGx%joM$`|st-_k zW&2hI=P8-jLXeC}P9|KkR7_ct6ud0&v1*&0YBW?@eNZA;wx|b_i4fD)jGb@x9W;=s z, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-04 09:25+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: pulp-glue/pulp_glue/common/context.py:304 +#, python-brace-format +msgid "Started background task {task_href}" +msgstr "" + +#: pulp-glue/pulp_glue/common/context.py:314 +#, python-brace-format +msgid "Started background task group {task_group_href}" +msgstr "" + +#: pulp-glue/pulp_glue/common/context.py:330 +#, python-brace-format +msgid "The task {task_href} meant to be canceled, completed instead." +msgstr "" + +#: pulp-glue/pulp_glue/common/context.py:335 +#, python-brace-format +msgid "Task {task_href} failed: '{description}'" +msgstr "" + +#: pulp-glue/pulp_glue/common/context.py:343 +#, python-brace-format +msgid "Task {task_href} canceled" +msgstr "" + +#: pulp-glue/pulp_glue/common/context.py:347 +#, python-brace-format +msgid "Unknown task state: {state}" +msgstr "" + +#: pulp-glue/pulp_glue/common/context.py:358 +msgid "Not waiting for task because --background was specified." +msgstr "" + +#: pulp-glue/pulp_glue/common/context.py:364 +#, python-brace-format +msgid "Waiting for task {task_href} timed out." +msgstr "" + +#: pulp-glue/pulp_glue/common/context.py:374 +#, python-brace-format +msgid "Task {task_href} sent to background." +msgstr "" + +#: pulp-glue/pulp_glue/common/context.py:386 +#, python-brace-format +msgid "Task group {task_group_href} has failed/canceled tasks: '{errors}'" +msgstr "" + +#: pulp-glue/pulp_glue/common/context.py:407 +#, python-brace-format +msgid "Waiting for task group {task_group_href} timed out." +msgstr "" + +#: pulp-glue/pulp_glue/common/context.py:418 +#, python-brace-format +msgid "Task group {task_group_href} sent to background." +msgstr "" + +#: pulp-glue/pulp_glue/common/context.py:437 +msgid "this command" +msgstr "" + +#: pulp-glue/pulp_glue/common/context.py:440 +#, python-brace-format +msgid "" +"The server provides the pulp component '{component}', which prevents the use " +"of {feature}. See 'pulp status' for installed components." +msgstr "" + +#: pulp-glue/pulp_glue/common/context.py:446 +#, python-brace-format +msgid "" +"The server does not provide the pulp component '{component}', which is " +"needed to use {feature}. See 'pulp status' for installed components." +msgstr "" + +#: pulp-glue/pulp_glue/common/context.py:464 +msgid "entity" +msgstr "" + +#: pulp-glue/pulp_glue/common/context.py:465 +msgid "entities" +msgstr "" + +#: pulp-glue/pulp_glue/common/context.py:503 +#, python-brace-format +msgid "A {entity} must be specified for this command." +msgstr "" + +#: pulp-glue/pulp_glue/common/context.py:535 +#, python-brace-format +msgid "'{value}' is not a valid HREF value for a {context_id}" +msgstr "" + +#: pulp-glue/pulp_glue/common/context.py:633 +#, python-brace-format +msgid "Not all {count} entries were shown." +msgstr "" + +#: pulp-glue/pulp_glue/common/context.py:641 +#, python-brace-format +msgid "Could not find {entity} with {kwargs}." +msgstr "" + +#: pulp-glue/pulp_glue/common/context.py:738 +#: pulp-glue/pulp_glue/common/context.py:747 +#, python-brace-format +msgid "Could not find label with key '{key}'." +msgstr "" + +#: pulp-glue/pulp_glue/common/context.py:784 +#, python-brace-format +msgid "Capability '{capability}' needed on '{entity}' for this command." +msgstr "" + +#: pulp-glue/pulp_glue/common/context.py:795 +msgid "remote" +msgstr "" + +#: pulp-glue/pulp_glue/common/context.py:796 +msgid "remotes" +msgstr "" + +#: pulp-glue/pulp_glue/common/context.py:825 +msgid "publication" +msgstr "" + +#: pulp-glue/pulp_glue/common/context.py:826 +msgid "publications" +msgstr "" + +#: pulp-glue/pulp_glue/common/context.py:839 +msgid "repository filter" +msgstr "" + +#: pulp-glue/pulp_glue/common/context.py:845 +msgid "distribution" +msgstr "" + +#: pulp-glue/pulp_glue/common/context.py:846 +msgid "distributions" +msgstr "" + +#: pulp-glue/pulp_glue/common/context.py:859 +msgid "repository version" +msgstr "" + +#: pulp-glue/pulp_glue/common/context.py:860 +msgid "repository versions" +msgstr "" + +#: pulp-glue/pulp_glue/common/context.py:880 +msgid "repository" +msgstr "" + +#: pulp-glue/pulp_glue/common/context.py:881 +msgid "repositories" +msgstr "" + +#: pulp-glue/pulp_glue/common/context.py:928 +#: pulp-glue/pulp_glue/common/context.py:929 +msgid "content" +msgstr "" + +#: pulp-glue/pulp_glue/common/context.py:967 +msgid "ACS" +msgstr "" + +#: pulp-glue/pulp_glue/common/context.py:968 +msgid "ACSes" +msgstr "" + +#: pulp-glue/pulp_glue/common/openapi.py:68 +msgid "Cannot use both username/password and cert auth." +msgstr "" + +#: pulp-glue/pulp_glue/common/openapi.py:71 +msgid "Password is required if username is set." +msgstr "" + +#: pulp-glue/pulp_glue/common/openapi.py:73 +msgid "Username is required if password is set." +msgstr "" + +#: pulp-glue/pulp_glue/common/openapi.py:79 +msgid "Cert is required if key is set." +msgstr "" + +#: pulp-glue/pulp_glue/common/openapi.py:129 +msgid "Unknown schema version" +msgstr "" + +#: pulp-glue/pulp_glue/common/openapi.py:151 +msgid "Correlation ID returned from server did not match. {} != {}" +msgstr "" + +#: pulp-glue/pulp_glue/common/openapi.py:229 +#, python-brace-format +msgid "Required parameters [{required}] missing in {param_in}." +msgstr "" + +#: pulp-glue/pulp_glue/common/openapi.py:240 +msgid "Api spec is invalid." +msgstr "" + +#: pulp-glue/pulp_glue/common/openapi.py:266 +#: pulp-glue/pulp_glue/common/openapi.py:281 +#, python-brace-format +msgid "No schema in anyOf validated for {name}." +msgstr "" + +#: pulp-glue/pulp_glue/common/openapi.py:276 +#, python-brace-format +msgid "Multiple schemas in oneOf validated for {name}." +msgstr "" + +#: pulp-glue/pulp_glue/common/openapi.py:290 +#, python-brace-format +msgid "Forbidden schema for {name} validated." +msgstr "" + +#: pulp-glue/pulp_glue/common/openapi.py:305 +#, python-brace-format +msgid "'{name}' is expected to be a boolean." +msgstr "" + +#: pulp-glue/pulp_glue/common/openapi.py:310 +#, python-brace-format +msgid "Type `{schema_type}` is not implemented yet." +msgstr "" + +#: pulp-glue/pulp_glue/common/openapi.py:317 +#, python-brace-format +msgid "'{name}' is expected to be an object." +msgstr "" + +#: pulp-glue/pulp_glue/common/openapi.py:327 +#, python-brace-format +msgid "Unexpected property '{property_name}' for '{name}' provided." +msgstr "" + +#: pulp-glue/pulp_glue/common/openapi.py:338 +#, python-brace-format +msgid "Required properties(s) '{missing_properties}' of '{name}' missing." +msgstr "" + +#: pulp-glue/pulp_glue/common/openapi.py:346 +#, python-brace-format +msgid "'{name}' is expected to be a list." +msgstr "" + +#: pulp-glue/pulp_glue/common/openapi.py:355 +#, python-brace-format +msgid "'{name}' is not one of the valid choices." +msgstr "" + +#: pulp-glue/pulp_glue/common/openapi.py:361 +#, python-brace-format +msgid "'{name}' is expected to be a date." +msgstr "" + +#: pulp-glue/pulp_glue/common/openapi.py:367 +#, python-brace-format +msgid "'{name}' is expected to be a datetime." +msgstr "" + +#: pulp-glue/pulp_glue/common/openapi.py:373 +#, python-brace-format +msgid "'{name}' is expected to be bytes." +msgstr "" + +#: pulp-glue/pulp_glue/common/openapi.py:379 +#, python-brace-format +msgid "'{name}' is expected to be binary." +msgstr "" + +#: pulp-glue/pulp_glue/common/openapi.py:385 +#, python-brace-format +msgid "'{name}' is expected to be a string." +msgstr "" + +#: pulp-glue/pulp_glue/common/openapi.py:392 +#, python-brace-format +msgid "'{name}' is expected to be an integer." +msgstr "" + +#: pulp-glue/pulp_glue/common/openapi.py:397 +#, python-brace-format +msgid "'{name}' is violating the minimum constraint" +msgstr "" + +#: pulp-glue/pulp_glue/common/openapi.py:402 +#, python-brace-format +msgid "'{name}' is violating the maximum constraint" +msgstr "" + +#: pulp-glue/pulp_glue/common/openapi.py:411 +#, python-brace-format +msgid "'{name}' is expected to be a number." +msgstr "" + +#: pulp-glue/pulp_glue/common/openapi.py:431 +msgid "This operation does not expect a request body." +msgstr "" + +#: pulp-glue/pulp_glue/common/openapi.py:501 +#, python-brace-format +msgid "" +"Validation failed for '{operation_id}':\n" +" " +msgstr "" + +#: pulp-glue/pulp_glue/common/openapi.py:507 +msgid "No valid content type found." +msgstr "" + +#: pulp-glue/pulp_glue/common/openapi.py:546 +#, python-brace-format +msgid "Unexpected response '{code}' (expected '{expected}')." +msgstr "" + +#: pulp-glue/pulp_glue/common/openapi.py:572 +msgid "Cookie parameters are not implemented." +msgstr "" + +#: pulp-glue/pulp_glue/common/openapi.py:583 +#, python-brace-format +msgid "Parameter [{names}] not available for {operation_id}." +msgstr "" + +#: pulp-glue/pulp_glue/common/openapi.py:605 +msgid "Call aborted due to safe mode" +msgstr "" + +#: pulp-glue/pulp_glue/common/openapi.py:611 +#, python-brace-format +msgid "Received redirect to '{url}'. Please check your CLI configuration." +msgstr "" + +#: pulp-glue/pulp_glue/common/openapi.py:618 +#, python-brace-format +msgid "Response: {status_code}" +msgstr "" diff --git a/pulp-glue/pulp_glue/common/locale/messages.pot b/pulp-glue/pulp_glue/common/locale/messages.pot new file mode 100644 index 00000000..3820c9a5 --- /dev/null +++ b/pulp-glue/pulp_glue/common/locale/messages.pot @@ -0,0 +1,363 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-04 09:25+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: pulp-glue/pulp_glue/common/context.py:304 +#, python-brace-format +msgid "Started background task {task_href}" +msgstr "" + +#: pulp-glue/pulp_glue/common/context.py:314 +#, python-brace-format +msgid "Started background task group {task_group_href}" +msgstr "" + +#: pulp-glue/pulp_glue/common/context.py:330 +#, python-brace-format +msgid "The task {task_href} meant to be canceled, completed instead." +msgstr "" + +#: pulp-glue/pulp_glue/common/context.py:335 +#, python-brace-format +msgid "Task {task_href} failed: '{description}'" +msgstr "" + +#: pulp-glue/pulp_glue/common/context.py:343 +#, python-brace-format +msgid "Task {task_href} canceled" +msgstr "" + +#: pulp-glue/pulp_glue/common/context.py:347 +#, python-brace-format +msgid "Unknown task state: {state}" +msgstr "" + +#: pulp-glue/pulp_glue/common/context.py:358 +msgid "Not waiting for task because --background was specified." +msgstr "" + +#: pulp-glue/pulp_glue/common/context.py:364 +#, python-brace-format +msgid "Waiting for task {task_href} timed out." +msgstr "" + +#: pulp-glue/pulp_glue/common/context.py:374 +#, python-brace-format +msgid "Task {task_href} sent to background." +msgstr "" + +#: pulp-glue/pulp_glue/common/context.py:386 +#, python-brace-format +msgid "Task group {task_group_href} has failed/canceled tasks: '{errors}'" +msgstr "" + +#: pulp-glue/pulp_glue/common/context.py:407 +#, python-brace-format +msgid "Waiting for task group {task_group_href} timed out." +msgstr "" + +#: pulp-glue/pulp_glue/common/context.py:418 +#, python-brace-format +msgid "Task group {task_group_href} sent to background." +msgstr "" + +#: pulp-glue/pulp_glue/common/context.py:437 +msgid "this command" +msgstr "" + +#: pulp-glue/pulp_glue/common/context.py:440 +#, python-brace-format +msgid "" +"The server provides the pulp component '{component}', which prevents the use " +"of {feature}. See 'pulp status' for installed components." +msgstr "" + +#: pulp-glue/pulp_glue/common/context.py:446 +#, python-brace-format +msgid "" +"The server does not provide the pulp component '{component}', which is " +"needed to use {feature}. See 'pulp status' for installed components." +msgstr "" + +#: pulp-glue/pulp_glue/common/context.py:464 +msgid "entity" +msgstr "" + +#: pulp-glue/pulp_glue/common/context.py:465 +msgid "entities" +msgstr "" + +#: pulp-glue/pulp_glue/common/context.py:503 +#, python-brace-format +msgid "A {entity} must be specified for this command." +msgstr "" + +#: pulp-glue/pulp_glue/common/context.py:535 +#, python-brace-format +msgid "'{value}' is not a valid HREF value for a {context_id}" +msgstr "" + +#: pulp-glue/pulp_glue/common/context.py:633 +#, python-brace-format +msgid "Not all {count} entries were shown." +msgstr "" + +#: pulp-glue/pulp_glue/common/context.py:641 +#, python-brace-format +msgid "Could not find {entity} with {kwargs}." +msgstr "" + +#: pulp-glue/pulp_glue/common/context.py:738 +#: pulp-glue/pulp_glue/common/context.py:747 +#, python-brace-format +msgid "Could not find label with key '{key}'." +msgstr "" + +#: pulp-glue/pulp_glue/common/context.py:784 +#, python-brace-format +msgid "Capability '{capability}' needed on '{entity}' for this command." +msgstr "" + +#: pulp-glue/pulp_glue/common/context.py:795 +msgid "remote" +msgstr "" + +#: pulp-glue/pulp_glue/common/context.py:796 +msgid "remotes" +msgstr "" + +#: pulp-glue/pulp_glue/common/context.py:825 +msgid "publication" +msgstr "" + +#: pulp-glue/pulp_glue/common/context.py:826 +msgid "publications" +msgstr "" + +#: pulp-glue/pulp_glue/common/context.py:839 +msgid "repository filter" +msgstr "" + +#: pulp-glue/pulp_glue/common/context.py:845 +msgid "distribution" +msgstr "" + +#: pulp-glue/pulp_glue/common/context.py:846 +msgid "distributions" +msgstr "" + +#: pulp-glue/pulp_glue/common/context.py:859 +msgid "repository version" +msgstr "" + +#: pulp-glue/pulp_glue/common/context.py:860 +msgid "repository versions" +msgstr "" + +#: pulp-glue/pulp_glue/common/context.py:880 +msgid "repository" +msgstr "" + +#: pulp-glue/pulp_glue/common/context.py:881 +msgid "repositories" +msgstr "" + +#: pulp-glue/pulp_glue/common/context.py:928 +#: pulp-glue/pulp_glue/common/context.py:929 +msgid "content" +msgstr "" + +#: pulp-glue/pulp_glue/common/context.py:967 +msgid "ACS" +msgstr "" + +#: pulp-glue/pulp_glue/common/context.py:968 +msgid "ACSes" +msgstr "" + +#: pulp-glue/pulp_glue/common/openapi.py:68 +msgid "Cannot use both username/password and cert auth." +msgstr "" + +#: pulp-glue/pulp_glue/common/openapi.py:71 +msgid "Password is required if username is set." +msgstr "" + +#: pulp-glue/pulp_glue/common/openapi.py:73 +msgid "Username is required if password is set." +msgstr "" + +#: pulp-glue/pulp_glue/common/openapi.py:79 +msgid "Cert is required if key is set." +msgstr "" + +#: pulp-glue/pulp_glue/common/openapi.py:129 +msgid "Unknown schema version" +msgstr "" + +#: pulp-glue/pulp_glue/common/openapi.py:151 +msgid "Correlation ID returned from server did not match. {} != {}" +msgstr "" + +#: pulp-glue/pulp_glue/common/openapi.py:229 +#, python-brace-format +msgid "Required parameters [{required}] missing in {param_in}." +msgstr "" + +#: pulp-glue/pulp_glue/common/openapi.py:240 +msgid "Api spec is invalid." +msgstr "" + +#: pulp-glue/pulp_glue/common/openapi.py:266 +#: pulp-glue/pulp_glue/common/openapi.py:281 +#, python-brace-format +msgid "No schema in anyOf validated for {name}." +msgstr "" + +#: pulp-glue/pulp_glue/common/openapi.py:276 +#, python-brace-format +msgid "Multiple schemas in oneOf validated for {name}." +msgstr "" + +#: pulp-glue/pulp_glue/common/openapi.py:290 +#, python-brace-format +msgid "Forbidden schema for {name} validated." +msgstr "" + +#: pulp-glue/pulp_glue/common/openapi.py:305 +#, python-brace-format +msgid "'{name}' is expected to be a boolean." +msgstr "" + +#: pulp-glue/pulp_glue/common/openapi.py:310 +#, python-brace-format +msgid "Type `{schema_type}` is not implemented yet." +msgstr "" + +#: pulp-glue/pulp_glue/common/openapi.py:317 +#, python-brace-format +msgid "'{name}' is expected to be an object." +msgstr "" + +#: pulp-glue/pulp_glue/common/openapi.py:327 +#, python-brace-format +msgid "Unexpected property '{property_name}' for '{name}' provided." +msgstr "" + +#: pulp-glue/pulp_glue/common/openapi.py:338 +#, python-brace-format +msgid "Required properties(s) '{missing_properties}' of '{name}' missing." +msgstr "" + +#: pulp-glue/pulp_glue/common/openapi.py:346 +#, python-brace-format +msgid "'{name}' is expected to be a list." +msgstr "" + +#: pulp-glue/pulp_glue/common/openapi.py:355 +#, python-brace-format +msgid "'{name}' is not one of the valid choices." +msgstr "" + +#: pulp-glue/pulp_glue/common/openapi.py:361 +#, python-brace-format +msgid "'{name}' is expected to be a date." +msgstr "" + +#: pulp-glue/pulp_glue/common/openapi.py:367 +#, python-brace-format +msgid "'{name}' is expected to be a datetime." +msgstr "" + +#: pulp-glue/pulp_glue/common/openapi.py:373 +#, python-brace-format +msgid "'{name}' is expected to be bytes." +msgstr "" + +#: pulp-glue/pulp_glue/common/openapi.py:379 +#, python-brace-format +msgid "'{name}' is expected to be binary." +msgstr "" + +#: pulp-glue/pulp_glue/common/openapi.py:385 +#, python-brace-format +msgid "'{name}' is expected to be a string." +msgstr "" + +#: pulp-glue/pulp_glue/common/openapi.py:392 +#, python-brace-format +msgid "'{name}' is expected to be an integer." +msgstr "" + +#: pulp-glue/pulp_glue/common/openapi.py:397 +#, python-brace-format +msgid "'{name}' is violating the minimum constraint" +msgstr "" + +#: pulp-glue/pulp_glue/common/openapi.py:402 +#, python-brace-format +msgid "'{name}' is violating the maximum constraint" +msgstr "" + +#: pulp-glue/pulp_glue/common/openapi.py:411 +#, python-brace-format +msgid "'{name}' is expected to be a number." +msgstr "" + +#: pulp-glue/pulp_glue/common/openapi.py:431 +msgid "This operation does not expect a request body." +msgstr "" + +#: pulp-glue/pulp_glue/common/openapi.py:501 +#, python-brace-format +msgid "" +"Validation failed for '{operation_id}':\n" +" " +msgstr "" + +#: pulp-glue/pulp_glue/common/openapi.py:507 +msgid "No valid content type found." +msgstr "" + +#: pulp-glue/pulp_glue/common/openapi.py:546 +#, python-brace-format +msgid "Unexpected response '{code}' (expected '{expected}')." +msgstr "" + +#: pulp-glue/pulp_glue/common/openapi.py:572 +msgid "Cookie parameters are not implemented." +msgstr "" + +#: pulp-glue/pulp_glue/common/openapi.py:583 +#, python-brace-format +msgid "Parameter [{names}] not available for {operation_id}." +msgstr "" + +#: pulp-glue/pulp_glue/common/openapi.py:605 +msgid "Call aborted due to safe mode" +msgstr "" + +#: pulp-glue/pulp_glue/common/openapi.py:611 +#, python-brace-format +msgid "Received redirect to '{url}'. Please check your CLI configuration." +msgstr "" + +#: pulp-glue/pulp_glue/common/openapi.py:618 +#, python-brace-format +msgid "Response: {status_code}" +msgstr "" diff --git a/pulp-glue/pulp_glue/container/locale/de/LC_MESSAGES/messages.mo b/pulp-glue/pulp_glue/container/locale/de/LC_MESSAGES/messages.mo new file mode 100644 index 0000000000000000000000000000000000000000..6c5906d1cd061dff54de8b533942893de34efc9e GIT binary patch literal 337 zcmYL@Jx{|h5Qd9j%E-dP;DHUUz!pqFHI3Uw*h!U-O0b#M1fyU_j*H-j@b~yFTo(FD zk8Zg4bkFbc(a#8TfSe*{$RTop42h8wT;AXuI{#UD_pUbq(k-mD?~SvRtk~?4EjU^8 zqD=EFDs<<30NFQY3lF=dhsseBt#T;zrx|V_Q9)Dk#909{hlG)3PGx%joM$`|st-_k zW&2hI=P8-jLXeC}P9|KkR7_ct6ud0&v1*&0YBW?@eNZA;wx|b_i4fD)jGb@x9W;=s z, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-04 09:25+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: pulp-glue/pulp_glue/container/context.py:22 +msgid "container blob" +msgstr "" + +#: pulp-glue/pulp_glue/container/context.py:23 +msgid "container blobs" +msgstr "" + +#: pulp-glue/pulp_glue/container/context.py:32 +msgid "container manifest" +msgstr "" + +#: pulp-glue/pulp_glue/container/context.py:33 +msgid "container manifests" +msgstr "" + +#: pulp-glue/pulp_glue/container/context.py:42 +msgid "container tag" +msgstr "" + +#: pulp-glue/pulp_glue/container/context.py:43 +msgid "container tags" +msgstr "" + +#: pulp-glue/pulp_glue/container/context.py:55 +msgid "container namespace" +msgstr "" + +#: pulp-glue/pulp_glue/container/context.py:56 +msgid "container namespaces" +msgstr "" + +#: pulp-glue/pulp_glue/container/context.py:67 +msgid "container distribution" +msgstr "" + +#: pulp-glue/pulp_glue/container/context.py:68 +msgid "container distributions" +msgstr "" + +#: pulp-glue/pulp_glue/container/context.py:86 +msgid "container remote" +msgstr "" + +#: pulp-glue/pulp_glue/container/context.py:87 +msgid "container remotes" +msgstr "" + +#: pulp-glue/pulp_glue/container/context.py:132 +msgid "container repository" +msgstr "" + +#: pulp-glue/pulp_glue/container/context.py:133 +msgid "container repositories" +msgstr "" + +#: pulp-glue/pulp_glue/container/context.py:186 +msgid "push container repository" +msgstr "" + +#: pulp-glue/pulp_glue/container/context.py:187 +msgid "push container repositories" +msgstr "" diff --git a/pulp-glue/pulp_glue/container/locale/messages.pot b/pulp-glue/pulp_glue/container/locale/messages.pot new file mode 100644 index 00000000..7d03bddf --- /dev/null +++ b/pulp-glue/pulp_glue/container/locale/messages.pot @@ -0,0 +1,82 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-04 09:25+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: pulp-glue/pulp_glue/container/context.py:22 +msgid "container blob" +msgstr "" + +#: pulp-glue/pulp_glue/container/context.py:23 +msgid "container blobs" +msgstr "" + +#: pulp-glue/pulp_glue/container/context.py:32 +msgid "container manifest" +msgstr "" + +#: pulp-glue/pulp_glue/container/context.py:33 +msgid "container manifests" +msgstr "" + +#: pulp-glue/pulp_glue/container/context.py:42 +msgid "container tag" +msgstr "" + +#: pulp-glue/pulp_glue/container/context.py:43 +msgid "container tags" +msgstr "" + +#: pulp-glue/pulp_glue/container/context.py:55 +msgid "container namespace" +msgstr "" + +#: pulp-glue/pulp_glue/container/context.py:56 +msgid "container namespaces" +msgstr "" + +#: pulp-glue/pulp_glue/container/context.py:67 +msgid "container distribution" +msgstr "" + +#: pulp-glue/pulp_glue/container/context.py:68 +msgid "container distributions" +msgstr "" + +#: pulp-glue/pulp_glue/container/context.py:86 +msgid "container remote" +msgstr "" + +#: pulp-glue/pulp_glue/container/context.py:87 +msgid "container remotes" +msgstr "" + +#: pulp-glue/pulp_glue/container/context.py:132 +msgid "container repository" +msgstr "" + +#: pulp-glue/pulp_glue/container/context.py:133 +msgid "container repositories" +msgstr "" + +#: pulp-glue/pulp_glue/container/context.py:186 +msgid "push container repository" +msgstr "" + +#: pulp-glue/pulp_glue/container/context.py:187 +msgid "push container repositories" +msgstr "" diff --git a/pulp-glue/pulp_glue/core/locale/de/LC_MESSAGES/messages.mo b/pulp-glue/pulp_glue/core/locale/de/LC_MESSAGES/messages.mo new file mode 100644 index 0000000000000000000000000000000000000000..6c5906d1cd061dff54de8b533942893de34efc9e GIT binary patch literal 337 zcmYL@Jx{|h5Qd9j%E-dP;DHUUz!pqFHI3Uw*h!U-O0b#M1fyU_j*H-j@b~yFTo(FD zk8Zg4bkFbc(a#8TfSe*{$RTop42h8wT;AXuI{#UD_pUbq(k-mD?~SvRtk~?4EjU^8 zqD=EFDs<<30NFQY3lF=dhsseBt#T;zrx|V_Q9)Dk#909{hlG)3PGx%joM$`|st-_k zW&2hI=P8-jLXeC}P9|KkR7_ct6ud0&v1*&0YBW?@eNZA;wx|b_i4fD)jGb@x9W;=s z, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-04 09:25+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: pulp-glue/pulp_glue/core/context.py:22 +msgid "access policy" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:23 +msgid "access policies" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:40 +msgid "artifact" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:41 +msgid "artifacts" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:57 +msgid "File digest does not match." +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:62 +msgid "Artifact already exists." +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:66 +#, python-brace-format +msgid "Uploading file {filename}" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:77 +msgid "Creating artifact." +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:88 +msgid "Pulp domain" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:89 +msgid "Pulp domains" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:96 +msgid "Pulp exporter" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:97 +msgid "Pulp exporters" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:103 +msgid "Pulp export" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:104 +msgid "Pulp exports" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:115 +msgid "user group" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:116 +msgid "user groups" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:130 +msgid "group permission" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:131 +#: pulp-glue/pulp_glue/core/context.py:132 +msgid "group permissions" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:172 +#: pulp-glue/pulp_glue/core/context.py:556 +#, python-brace-format +msgid "Could not find {entity} with {kwargs}." +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:184 +msgid "group model permission" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:185 +msgid "group model permissions" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:198 +msgid "group object permission" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:199 +msgid "group object permissions" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:212 +msgid "group role" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:213 +#: pulp-glue/pulp_glue/core/context.py:217 +msgid "group roles" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:230 +msgid "group user" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:231 +msgid "group users" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:263 +msgid "Pulp importer" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:264 +msgid "Pulp importers" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:333 +msgid "role" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:334 +msgid "roles" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:342 +msgid "signing service" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:343 +msgid "signing services" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:350 +msgid "task" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:351 +msgid "tasks" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:387 +msgid "specify multiple reserved resources" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:402 +#, python-brace-format +msgid "Waiting to cancel task {href}" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:404 +msgid "Done." +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:445 +msgid "task group" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:446 +msgid "task groups" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:452 +msgid "upload" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:453 +msgid "uploads" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:499 +msgid "Upload complete." +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:504 +msgid "user" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:505 +msgid "users" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:512 +msgid "user role" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:513 +msgid "user roles" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:529 +msgid "worker" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:530 +msgid "workers" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:537 +msgid "upstream pulp" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:538 +msgid "upstream pulps" +msgstr "" diff --git a/pulp-glue/pulp_glue/core/locale/messages.pot b/pulp-glue/pulp_glue/core/locale/messages.pot new file mode 100644 index 00000000..de2baa3f --- /dev/null +++ b/pulp-glue/pulp_glue/core/locale/messages.pot @@ -0,0 +1,228 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-04 09:25+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: pulp-glue/pulp_glue/core/context.py:22 +msgid "access policy" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:23 +msgid "access policies" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:40 +msgid "artifact" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:41 +msgid "artifacts" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:57 +msgid "File digest does not match." +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:62 +msgid "Artifact already exists." +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:66 +#, python-brace-format +msgid "Uploading file {filename}" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:77 +msgid "Creating artifact." +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:88 +msgid "Pulp domain" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:89 +msgid "Pulp domains" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:96 +msgid "Pulp exporter" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:97 +msgid "Pulp exporters" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:103 +msgid "Pulp export" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:104 +msgid "Pulp exports" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:115 +msgid "user group" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:116 +msgid "user groups" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:130 +msgid "group permission" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:131 +#: pulp-glue/pulp_glue/core/context.py:132 +msgid "group permissions" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:172 +#: pulp-glue/pulp_glue/core/context.py:556 +#, python-brace-format +msgid "Could not find {entity} with {kwargs}." +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:184 +msgid "group model permission" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:185 +msgid "group model permissions" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:198 +msgid "group object permission" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:199 +msgid "group object permissions" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:212 +msgid "group role" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:213 +#: pulp-glue/pulp_glue/core/context.py:217 +msgid "group roles" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:230 +msgid "group user" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:231 +msgid "group users" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:263 +msgid "Pulp importer" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:264 +msgid "Pulp importers" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:333 +msgid "role" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:334 +msgid "roles" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:342 +msgid "signing service" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:343 +msgid "signing services" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:350 +msgid "task" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:351 +msgid "tasks" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:387 +msgid "specify multiple reserved resources" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:402 +#, python-brace-format +msgid "Waiting to cancel task {href}" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:404 +msgid "Done." +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:445 +msgid "task group" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:446 +msgid "task groups" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:452 +msgid "upload" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:453 +msgid "uploads" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:499 +msgid "Upload complete." +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:504 +msgid "user" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:505 +msgid "users" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:512 +msgid "user role" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:513 +msgid "user roles" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:529 +msgid "worker" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:530 +msgid "workers" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:537 +msgid "upstream pulp" +msgstr "" + +#: pulp-glue/pulp_glue/core/context.py:538 +msgid "upstream pulps" +msgstr "" diff --git a/pulp-glue/pulp_glue/file/locale/de/LC_MESSAGES/messages.mo b/pulp-glue/pulp_glue/file/locale/de/LC_MESSAGES/messages.mo new file mode 100644 index 0000000000000000000000000000000000000000..6c5906d1cd061dff54de8b533942893de34efc9e GIT binary patch literal 337 zcmYL@Jx{|h5Qd9j%E-dP;DHUUz!pqFHI3Uw*h!U-O0b#M1fyU_j*H-j@b~yFTo(FD zk8Zg4bkFbc(a#8TfSe*{$RTop42h8wT;AXuI{#UD_pUbq(k-mD?~SvRtk~?4EjU^8 zqD=EFDs<<30NFQY3lF=dhsseBt#T;zrx|V_Q9)Dk#909{hlG)3PGx%joM$`|st-_k zW&2hI=P8-jLXeC}P9|KkR7_ct6ud0&v1*&0YBW?@eNZA;wx|b_i4fD)jGb@x9W;=s z, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-04 09:25+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: pulp-glue/pulp_glue/file/context.py:32 +msgid "file ACS" +msgstr "" + +#: pulp-glue/pulp_glue/file/context.py:33 +msgid "file ACSes" +msgstr "" + +#: pulp-glue/pulp_glue/file/context.py:43 +#: pulp-glue/pulp_glue/file/context.py:44 +msgid "file content" +msgstr "" + +#: pulp-glue/pulp_glue/file/context.py:67 +msgid "file distribution" +msgstr "" + +#: pulp-glue/pulp_glue/file/context.py:68 +msgid "file distributions" +msgstr "" + +#: pulp-glue/pulp_glue/file/context.py:87 +msgid "file publication" +msgstr "" + +#: pulp-glue/pulp_glue/file/context.py:88 +msgid "file publications" +msgstr "" + +#: pulp-glue/pulp_glue/file/context.py:107 +msgid "file remote" +msgstr "" + +#: pulp-glue/pulp_glue/file/context.py:108 +msgid "file remotes" +msgstr "" + +#: pulp-glue/pulp_glue/file/context.py:125 +msgid "file repository" +msgstr "" + +#: pulp-glue/pulp_glue/file/context.py:126 +msgid "file repositories" +msgstr "" diff --git a/pulp-glue/pulp_glue/file/locale/messages.pot b/pulp-glue/pulp_glue/file/locale/messages.pot new file mode 100644 index 00000000..0bf88d00 --- /dev/null +++ b/pulp-glue/pulp_glue/file/locale/messages.pot @@ -0,0 +1,63 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-04 09:25+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: pulp-glue/pulp_glue/file/context.py:32 +msgid "file ACS" +msgstr "" + +#: pulp-glue/pulp_glue/file/context.py:33 +msgid "file ACSes" +msgstr "" + +#: pulp-glue/pulp_glue/file/context.py:43 +#: pulp-glue/pulp_glue/file/context.py:44 +msgid "file content" +msgstr "" + +#: pulp-glue/pulp_glue/file/context.py:67 +msgid "file distribution" +msgstr "" + +#: pulp-glue/pulp_glue/file/context.py:68 +msgid "file distributions" +msgstr "" + +#: pulp-glue/pulp_glue/file/context.py:87 +msgid "file publication" +msgstr "" + +#: pulp-glue/pulp_glue/file/context.py:88 +msgid "file publications" +msgstr "" + +#: pulp-glue/pulp_glue/file/context.py:107 +msgid "file remote" +msgstr "" + +#: pulp-glue/pulp_glue/file/context.py:108 +msgid "file remotes" +msgstr "" + +#: pulp-glue/pulp_glue/file/context.py:125 +msgid "file repository" +msgstr "" + +#: pulp-glue/pulp_glue/file/context.py:126 +msgid "file repositories" +msgstr "" diff --git a/pulp-glue/pulp_glue/python/locale/de/LC_MESSAGES/messages.mo b/pulp-glue/pulp_glue/python/locale/de/LC_MESSAGES/messages.mo new file mode 100644 index 0000000000000000000000000000000000000000..6c5906d1cd061dff54de8b533942893de34efc9e GIT binary patch literal 337 zcmYL@Jx{|h5Qd9j%E-dP;DHUUz!pqFHI3Uw*h!U-O0b#M1fyU_j*H-j@b~yFTo(FD zk8Zg4bkFbc(a#8TfSe*{$RTop42h8wT;AXuI{#UD_pUbq(k-mD?~SvRtk~?4EjU^8 zqD=EFDs<<30NFQY3lF=dhsseBt#T;zrx|V_Q9)Dk#909{hlG)3PGx%joM$`|st-_k zW&2hI=P8-jLXeC}P9|KkR7_ct6ud0&v1*&0YBW?@eNZA;wx|b_i4fD)jGb@x9W;=s z, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-04 09:26+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: pulp-glue/pulp_glue/python/context.py:35 +msgid "python package" +msgstr "" + +#: pulp-glue/pulp_glue/python/context.py:36 +msgid "python packages" +msgstr "" + +#: pulp-glue/pulp_glue/python/context.py:46 +msgid "python distribution" +msgstr "" + +#: pulp-glue/pulp_glue/python/context.py:47 +msgid "python distributions" +msgstr "" + +#: pulp-glue/pulp_glue/python/context.py:69 +msgid "python publication" +msgstr "" + +#: pulp-glue/pulp_glue/python/context.py:70 +msgid "python publications" +msgstr "" + +#: pulp-glue/pulp_glue/python/context.py:87 +msgid "python remote" +msgstr "" + +#: pulp-glue/pulp_glue/python/context.py:88 +msgid "python remotes" +msgstr "" + +#: pulp-glue/pulp_glue/python/context.py:110 +msgid "python repository" +msgstr "" + +#: pulp-glue/pulp_glue/python/context.py:111 +msgid "python repositories" +msgstr "" diff --git a/pulp-glue/pulp_glue/python/locale/messages.pot b/pulp-glue/pulp_glue/python/locale/messages.pot new file mode 100644 index 00000000..24dd2f48 --- /dev/null +++ b/pulp-glue/pulp_glue/python/locale/messages.pot @@ -0,0 +1,58 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-04 09:26+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: pulp-glue/pulp_glue/python/context.py:35 +msgid "python package" +msgstr "" + +#: pulp-glue/pulp_glue/python/context.py:36 +msgid "python packages" +msgstr "" + +#: pulp-glue/pulp_glue/python/context.py:46 +msgid "python distribution" +msgstr "" + +#: pulp-glue/pulp_glue/python/context.py:47 +msgid "python distributions" +msgstr "" + +#: pulp-glue/pulp_glue/python/context.py:69 +msgid "python publication" +msgstr "" + +#: pulp-glue/pulp_glue/python/context.py:70 +msgid "python publications" +msgstr "" + +#: pulp-glue/pulp_glue/python/context.py:87 +msgid "python remote" +msgstr "" + +#: pulp-glue/pulp_glue/python/context.py:88 +msgid "python remotes" +msgstr "" + +#: pulp-glue/pulp_glue/python/context.py:110 +msgid "python repository" +msgstr "" + +#: pulp-glue/pulp_glue/python/context.py:111 +msgid "python repositories" +msgstr "" diff --git a/pulp-glue/pulp_glue/rpm/locale/de/LC_MESSAGES/messages.mo b/pulp-glue/pulp_glue/rpm/locale/de/LC_MESSAGES/messages.mo new file mode 100644 index 0000000000000000000000000000000000000000..6c5906d1cd061dff54de8b533942893de34efc9e GIT binary patch literal 337 zcmYL@Jx{|h5Qd9j%E-dP;DHUUz!pqFHI3Uw*h!U-O0b#M1fyU_j*H-j@b~yFTo(FD zk8Zg4bkFbc(a#8TfSe*{$RTop42h8wT;AXuI{#UD_pUbq(k-mD?~SvRtk~?4EjU^8 zqD=EFDs<<30NFQY3lF=dhsseBt#T;zrx|V_Q9)Dk#909{hlG)3PGx%joM$`|st-_k zW&2hI=P8-jLXeC}P9|KkR7_ct6ud0&v1*&0YBW?@eNZA;wx|b_i4fD)jGb@x9W;=s z, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-04 09:26+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: pulp-glue/pulp_glue/rpm/context.py:27 +msgid "rpm ACS" +msgstr "" + +#: pulp-glue/pulp_glue/rpm/context.py:28 +msgid "rpm ACSes" +msgstr "" + +#: pulp-glue/pulp_glue/rpm/context.py:42 +#, python-brace-format +msgid "Uploading file {filename}" +msgstr "" + +#: pulp-glue/pulp_glue/rpm/context.py:53 +msgid "rpm distribution" +msgstr "" + +#: pulp-glue/pulp_glue/rpm/context.py:54 +msgid "rpm distributions" +msgstr "" + +#: pulp-glue/pulp_glue/rpm/context.py:90 +msgid "--relative-path must be provided" +msgstr "" + +#: pulp-glue/pulp_glue/rpm/context.py:187 +msgid "rpm publication" +msgstr "" + +#: pulp-glue/pulp_glue/rpm/context.py:188 +msgid "rpm publications" +msgstr "" + +#: pulp-glue/pulp_glue/rpm/context.py:206 +msgid "rpm remote" +msgstr "" + +#: pulp-glue/pulp_glue/rpm/context.py:207 +msgid "rpm remotes" +msgstr "" + +#: pulp-glue/pulp_glue/rpm/context.py:228 +msgid "uln remote" +msgstr "" + +#: pulp-glue/pulp_glue/rpm/context.py:229 +msgid "uln remotes" +msgstr "" + +#: pulp-glue/pulp_glue/rpm/context.py:248 +msgid "rpm repository" +msgstr "" + +#: pulp-glue/pulp_glue/rpm/context.py:249 +msgid "rpm repositories" +msgstr "" diff --git a/pulp-glue/pulp_glue/rpm/locale/messages.pot b/pulp-glue/pulp_glue/rpm/locale/messages.pot new file mode 100644 index 00000000..5bc65fed --- /dev/null +++ b/pulp-glue/pulp_glue/rpm/locale/messages.pot @@ -0,0 +1,75 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-04 09:26+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: pulp-glue/pulp_glue/rpm/context.py:27 +msgid "rpm ACS" +msgstr "" + +#: pulp-glue/pulp_glue/rpm/context.py:28 +msgid "rpm ACSes" +msgstr "" + +#: pulp-glue/pulp_glue/rpm/context.py:42 +#, python-brace-format +msgid "Uploading file {filename}" +msgstr "" + +#: pulp-glue/pulp_glue/rpm/context.py:53 +msgid "rpm distribution" +msgstr "" + +#: pulp-glue/pulp_glue/rpm/context.py:54 +msgid "rpm distributions" +msgstr "" + +#: pulp-glue/pulp_glue/rpm/context.py:90 +msgid "--relative-path must be provided" +msgstr "" + +#: pulp-glue/pulp_glue/rpm/context.py:187 +msgid "rpm publication" +msgstr "" + +#: pulp-glue/pulp_glue/rpm/context.py:188 +msgid "rpm publications" +msgstr "" + +#: pulp-glue/pulp_glue/rpm/context.py:206 +msgid "rpm remote" +msgstr "" + +#: pulp-glue/pulp_glue/rpm/context.py:207 +msgid "rpm remotes" +msgstr "" + +#: pulp-glue/pulp_glue/rpm/context.py:228 +msgid "uln remote" +msgstr "" + +#: pulp-glue/pulp_glue/rpm/context.py:229 +msgid "uln remotes" +msgstr "" + +#: pulp-glue/pulp_glue/rpm/context.py:248 +msgid "rpm repository" +msgstr "" + +#: pulp-glue/pulp_glue/rpm/context.py:249 +msgid "rpm repositories" +msgstr "" diff --git a/pulpcore/cli/ansible/locale/de/LC_MESSAGES/messages.mo b/pulpcore/cli/ansible/locale/de/LC_MESSAGES/messages.mo index 392bf4f8e770effa8bdfe0216d1cac1d18b75807..d9fb8cce05b7f539047715aeb418f4017d715105 100644 GIT binary patch delta 19 bcmbQuI-7NaALHb$jBb;C7}F>JW?TROMCk`b delta 19 bcmbQuI-7NaALHa{jH#1-7(FKcW?TROL=Xoi diff --git a/pulpcore/cli/ansible/locale/de/LC_MESSAGES/messages.po b/pulpcore/cli/ansible/locale/de/LC_MESSAGES/messages.po index 9f3d96ad..2625aebc 100644 --- a/pulpcore/cli/ansible/locale/de/LC_MESSAGES/messages.po +++ b/pulpcore/cli/ansible/locale/de/LC_MESSAGES/messages.po @@ -7,163 +7,134 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-11-06 20:29+0100\n" +"POT-Creation-Date: 2023-10-04 09:15+0200\n" "PO-Revision-Date: 2021-12-06 11:29+0100\n" +"Last-Translator: Matthias Dellweg \n" +"Language-Team: \n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Last-Translator: Matthias Dellweg \n" -"Language-Team: \n" "X-Generator: Poedit 3.0\n" -#: pulpcore/cli/ansible/content.py:55 pulpcore/cli/ansible/content.py:87 -#: pulpcore/cli/ansible/repository.py:116 +#: pulpcore/cli/ansible/content.py:48 +#, python-brace-format +msgid "Option {name} is deprecated." +msgstr "" + +#: pulpcore/cli/ansible/content.py:90 +msgid "" +"Repository to upload into in the form '[[:]:]' " +"or by href." +msgstr "" + +#: pulpcore/cli/ansible/content.py:117 pulpcore/cli/ansible/content.py:173 +#: pulpcore/cli/ansible/content.py:234 pulpcore/cli/ansible/repository.py:126 #, python-brace-format msgid "Name of {entity}" msgstr "Name von {entity}" -#: pulpcore/cli/ansible/content.py:56 pulpcore/cli/ansible/content.py:95 -#: pulpcore/cli/ansible/repository.py:124 +#: pulpcore/cli/ansible/content.py:119 pulpcore/cli/ansible/content.py:182 +#: pulpcore/cli/ansible/content.py:238 pulpcore/cli/ansible/repository.py:134 #, python-brace-format msgid "Namespace of {entity}" msgstr "Namensraum von {entity}" -#: pulpcore/cli/ansible/content.py:57 pulpcore/cli/ansible/content.py:102 -#: pulpcore/cli/ansible/repository.py:131 +#: pulpcore/cli/ansible/content.py:121 pulpcore/cli/ansible/content.py:190 +#: pulpcore/cli/ansible/content.py:244 pulpcore/cli/ansible/repository.py:141 #, python-brace-format msgid "Version of {entity}" msgstr "Version von {entity}" -#: pulpcore/cli/ansible/content.py:64 -msgid "" -"Only show highest version of collection version (only works for collection " -"versions)" +#: pulpcore/cli/ansible/content.py:127 +msgid "Only show highest version of collection version" msgstr "" -#: pulpcore/cli/ansible/content.py:70 -msgid "" -"Comma separated list of tags that must all match (only works for collection " -"versions)" -msgstr "" - -#: pulpcore/cli/ansible/content.py:76 -msgid "String list of fields to include in the result" +#: pulpcore/cli/ansible/content.py:132 +msgid "Comma separated list of tags that must all match" msgstr "" -#: pulpcore/cli/ansible/content.py:80 -msgid "String list of fields to exclude from result" -msgstr "" - -#: pulpcore/cli/ansible/content.py:117 +#: pulpcore/cli/ansible/content.py:137 pulpcore/cli/ansible/content.py:198 #, python-brace-format -msgid "Name of {entity}, only required for Roles" +msgid "Public key fingerprint of the {entity}" msgstr "" -#: pulpcore/cli/ansible/content.py:118 -#, python-brace-format -msgid "Namespace of {entity}, only required for Roles" -msgstr "" +#: pulpcore/cli/ansible/content.py:143 pulpcore/cli/ansible/content.py:208 +#, fuzzy, python-brace-format +msgid "Collection of {entity}" +msgstr "Version von {entity}" -#: pulpcore/cli/ansible/content.py:119 +#: pulpcore/cli/ansible/content.py:148 #, python-brace-format -msgid "Version of {entity}, only required for Roles" +msgid "Signing service used to create {entity}" msgstr "" -#: pulpcore/cli/ansible/context.py:20 -msgid "ansible collection version" +#: pulpcore/cli/ansible/content.py:159 +msgid "String list of fields to include in the result [DEPRECATED]" msgstr "" -#: pulpcore/cli/ansible/context.py:21 -msgid "ansible collection versions" +#: pulpcore/cli/ansible/content.py:165 +msgid "String list of fields to exclude from result [DEPRECATED]" msgstr "" -#: pulpcore/cli/ansible/context.py:34 -msgid "ansible role" -msgstr "" - -#: pulpcore/cli/ansible/context.py:35 -msgid "ansible roles" -msgstr "" - -#: pulpcore/cli/ansible/context.py:43 -msgid "ansible distribution" -msgstr "" - -#: pulpcore/cli/ansible/context.py:44 -msgid "ansible distributions" -msgstr "" - -#: pulpcore/cli/ansible/context.py:62 -msgid "role remote" -msgstr "" - -#: pulpcore/cli/ansible/context.py:63 -msgid "role remotes" -msgstr "" - -#: pulpcore/cli/ansible/context.py:73 -msgid "collection remote" +#: pulpcore/cli/ansible/content.py:228 +#, python-brace-format +msgid "Chunk size to break up {entity} into. Defaults to 1MB" msgstr "" -#: pulpcore/cli/ansible/context.py:74 -msgid "collection remotes" -msgstr "" +#: pulpcore/cli/ansible/content.py:250 +#, fuzzy, python-brace-format +msgid "Collection for this {entity}" +msgstr "Version von {entity}" -#: pulpcore/cli/ansible/distribution.py:68 +#: pulpcore/cli/ansible/distribution.py:69 msgid "the base (relative) path component of the published url." msgstr "" -#: pulpcore/cli/ansible/distribution.py:72 +#: pulpcore/cli/ansible/distribution.py:74 msgid "a repository version number, leave blank for latest" msgstr "" "Versionsnummer des Repositories, leer lassen um die letzte zu verwenden" -#: pulpcore/cli/ansible/distribution.py:92 +#: pulpcore/cli/ansible/distribution.py:96 msgid "new base_path" msgstr "" -#: pulpcore/cli/ansible/distribution.py:93 -msgid "new repository to be served" -msgstr "" - -#: pulpcore/cli/ansible/distribution.py:98 +#: pulpcore/cli/ansible/distribution.py:103 msgid "version of new repository to be served, leave blank for always latest" msgstr "" -#: pulpcore/cli/ansible/distribution.py:147 +#: pulpcore/cli/ansible/distribution.py:159 #, python-brace-format msgid "" "Distribution {name} doesn't have a repository set, please specify the " "repository to use with --repository" msgstr "" -#: pulpcore/cli/ansible/remote.py:36 -#, python-brace-format -msgid "Option {parameter} not valid for Role remote, see --help" -msgstr "" - -#: pulpcore/cli/ansible/remote.py:69 +#: pulpcore/cli/ansible/remote.py:70 msgid "policy to use when downloading" msgstr "" -#: pulpcore/cli/ansible/remote.py:76 -msgid "Collections only: a Collection requirements yaml" +#: pulpcore/cli/ansible/remote.py:78 +msgid "" +"(Deprecated) Please use '--requirements' instead\n" +"\n" +"Collections only: a Collection requirements yaml" msgstr "" -#: pulpcore/cli/ansible/remote.py:81 +#: pulpcore/cli/ansible/remote.py:86 msgid "Collections only: a string of a requirements yaml" msgstr "" -#: pulpcore/cli/ansible/remote.py:86 +#: pulpcore/cli/ansible/remote.py:91 msgid "Collections only: URL to receive a session token" msgstr "" -#: pulpcore/cli/ansible/remote.py:91 +#: pulpcore/cli/ansible/remote.py:96 msgid "Collections only: token key use for authentication" msgstr "" -#: pulpcore/cli/ansible/repository.py:55 +#: pulpcore/cli/ansible/repository.py:64 msgid "" "Remote used for synching in the form '[[:]:]' " "or by href." @@ -187,7 +158,7 @@ msgid "" "list of objects." msgstr "" -#: pulpcore/cli/ansible/repository.py:223 +#: pulpcore/cli/ansible/repository.py:216 #, python-brace-format msgid "" "Repository '{name}' does not have a default remote. Please specify with '--" diff --git a/pulpcore/cli/ansible/locale/messages.pot b/pulpcore/cli/ansible/locale/messages.pot index 6cc001f8..81d23fa0 100644 --- a/pulpcore/cli/ansible/locale/messages.pot +++ b/pulpcore/cli/ansible/locale/messages.pot @@ -8,161 +8,132 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-11-06 20:29+0100\n" +"POT-Creation-Date: 2023-10-04 09:15+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" +"Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" -#: pulpcore/cli/ansible/content.py:55 pulpcore/cli/ansible/content.py:87 -#: pulpcore/cli/ansible/repository.py:116 +#: pulpcore/cli/ansible/content.py:48 #, python-brace-format -msgid "Name of {entity}" -msgstr "" - -#: pulpcore/cli/ansible/content.py:56 pulpcore/cli/ansible/content.py:95 -#: pulpcore/cli/ansible/repository.py:124 -#, python-brace-format -msgid "Namespace of {entity}" +msgid "Option {name} is deprecated." msgstr "" -#: pulpcore/cli/ansible/content.py:57 pulpcore/cli/ansible/content.py:102 -#: pulpcore/cli/ansible/repository.py:131 -#, python-brace-format -msgid "Version of {entity}" -msgstr "" - -#: pulpcore/cli/ansible/content.py:64 +#: pulpcore/cli/ansible/content.py:90 msgid "" -"Only show highest version of collection version (only works for collection " -"versions)" -msgstr "" - -#: pulpcore/cli/ansible/content.py:70 -msgid "" -"Comma separated list of tags that must all match (only works for collection " -"versions)" -msgstr "" - -#: pulpcore/cli/ansible/content.py:76 -msgid "String list of fields to include in the result" -msgstr "" - -#: pulpcore/cli/ansible/content.py:80 -msgid "String list of fields to exclude from result" +"Repository to upload into in the form '[[:]:]' " +"or by href." msgstr "" -#: pulpcore/cli/ansible/content.py:117 +#: pulpcore/cli/ansible/content.py:117 pulpcore/cli/ansible/content.py:173 +#: pulpcore/cli/ansible/content.py:234 pulpcore/cli/ansible/repository.py:126 #, python-brace-format -msgid "Name of {entity}, only required for Roles" +msgid "Name of {entity}" msgstr "" -#: pulpcore/cli/ansible/content.py:118 +#: pulpcore/cli/ansible/content.py:119 pulpcore/cli/ansible/content.py:182 +#: pulpcore/cli/ansible/content.py:238 pulpcore/cli/ansible/repository.py:134 #, python-brace-format -msgid "Namespace of {entity}, only required for Roles" +msgid "Namespace of {entity}" msgstr "" -#: pulpcore/cli/ansible/content.py:119 +#: pulpcore/cli/ansible/content.py:121 pulpcore/cli/ansible/content.py:190 +#: pulpcore/cli/ansible/content.py:244 pulpcore/cli/ansible/repository.py:141 #, python-brace-format -msgid "Version of {entity}, only required for Roles" -msgstr "" - -#: pulpcore/cli/ansible/context.py:20 -msgid "ansible collection version" +msgid "Version of {entity}" msgstr "" -#: pulpcore/cli/ansible/context.py:21 -msgid "ansible collection versions" +#: pulpcore/cli/ansible/content.py:127 +msgid "Only show highest version of collection version" msgstr "" -#: pulpcore/cli/ansible/context.py:34 -msgid "ansible role" +#: pulpcore/cli/ansible/content.py:132 +msgid "Comma separated list of tags that must all match" msgstr "" -#: pulpcore/cli/ansible/context.py:35 -msgid "ansible roles" +#: pulpcore/cli/ansible/content.py:137 pulpcore/cli/ansible/content.py:198 +#, python-brace-format +msgid "Public key fingerprint of the {entity}" msgstr "" -#: pulpcore/cli/ansible/context.py:43 -msgid "ansible distribution" +#: pulpcore/cli/ansible/content.py:143 pulpcore/cli/ansible/content.py:208 +#, python-brace-format +msgid "Collection of {entity}" msgstr "" -#: pulpcore/cli/ansible/context.py:44 -msgid "ansible distributions" +#: pulpcore/cli/ansible/content.py:148 +#, python-brace-format +msgid "Signing service used to create {entity}" msgstr "" -#: pulpcore/cli/ansible/context.py:62 -msgid "role remote" +#: pulpcore/cli/ansible/content.py:159 +msgid "String list of fields to include in the result [DEPRECATED]" msgstr "" -#: pulpcore/cli/ansible/context.py:63 -msgid "role remotes" +#: pulpcore/cli/ansible/content.py:165 +msgid "String list of fields to exclude from result [DEPRECATED]" msgstr "" -#: pulpcore/cli/ansible/context.py:73 -msgid "collection remote" +#: pulpcore/cli/ansible/content.py:228 +#, python-brace-format +msgid "Chunk size to break up {entity} into. Defaults to 1MB" msgstr "" -#: pulpcore/cli/ansible/context.py:74 -msgid "collection remotes" +#: pulpcore/cli/ansible/content.py:250 +#, python-brace-format +msgid "Collection for this {entity}" msgstr "" -#: pulpcore/cli/ansible/distribution.py:68 +#: pulpcore/cli/ansible/distribution.py:69 msgid "the base (relative) path component of the published url." msgstr "" -#: pulpcore/cli/ansible/distribution.py:72 +#: pulpcore/cli/ansible/distribution.py:74 msgid "a repository version number, leave blank for latest" msgstr "" -#: pulpcore/cli/ansible/distribution.py:92 +#: pulpcore/cli/ansible/distribution.py:96 msgid "new base_path" msgstr "" -#: pulpcore/cli/ansible/distribution.py:93 -msgid "new repository to be served" -msgstr "" - -#: pulpcore/cli/ansible/distribution.py:98 +#: pulpcore/cli/ansible/distribution.py:103 msgid "version of new repository to be served, leave blank for always latest" msgstr "" -#: pulpcore/cli/ansible/distribution.py:147 +#: pulpcore/cli/ansible/distribution.py:159 #, python-brace-format msgid "" "Distribution {name} doesn't have a repository set, please specify the " "repository to use with --repository" msgstr "" -#: pulpcore/cli/ansible/remote.py:36 -#, python-brace-format -msgid "Option {parameter} not valid for Role remote, see --help" -msgstr "" - -#: pulpcore/cli/ansible/remote.py:69 +#: pulpcore/cli/ansible/remote.py:70 msgid "policy to use when downloading" msgstr "" -#: pulpcore/cli/ansible/remote.py:76 -msgid "Collections only: a Collection requirements yaml" +#: pulpcore/cli/ansible/remote.py:78 +msgid "" +"(Deprecated) Please use '--requirements' instead\n" +"\n" +"Collections only: a Collection requirements yaml" msgstr "" -#: pulpcore/cli/ansible/remote.py:81 +#: pulpcore/cli/ansible/remote.py:86 msgid "Collections only: a string of a requirements yaml" msgstr "" -#: pulpcore/cli/ansible/remote.py:86 +#: pulpcore/cli/ansible/remote.py:91 msgid "Collections only: URL to receive a session token" msgstr "" -#: pulpcore/cli/ansible/remote.py:91 +#: pulpcore/cli/ansible/remote.py:96 msgid "Collections only: token key use for authentication" msgstr "" -#: pulpcore/cli/ansible/repository.py:55 +#: pulpcore/cli/ansible/repository.py:64 msgid "" "Remote used for synching in the form '[[:]:]' " "or by href." @@ -186,7 +157,7 @@ msgid "" "list of objects." msgstr "" -#: pulpcore/cli/ansible/repository.py:223 +#: pulpcore/cli/ansible/repository.py:216 #, python-brace-format msgid "" "Repository '{name}' does not have a default remote. Please specify with '--" diff --git a/pulpcore/cli/common/locale/de/LC_MESSAGES/messages.mo b/pulpcore/cli/common/locale/de/LC_MESSAGES/messages.mo index 5401480568989de16709bb4a9c6a2e1d212793af..10e2c391287a0230d1a59adc4c911bd6f6f8f718 100644 GIT binary patch delta 902 zcmXxiKS&#K6u|L!@l3Qv6E*&cwi;8b2v!l%VyR-$YK#q3oE!?8rMNk2P_ju;C~bpF zH$mbcbU9p0>LR$musRSFImVE3}6rc!65E7|U;^dIQMHBva|Tjyiz@>ko{Q-(Z;UOYnie zqI!&x_o2Rc0w3cBw&5<0V+p&_sS+8*9<0N6s1wa$3O}M&>KvcqHEK(e^h+l^j`=Ku zw+yuOC0xcU?8QvA2tUbj(iOkQ=lBiN_#a>5Bz0}aO-x|XdW^bPe&Z{2BmM%?sNdU; zP=6|B{-iV2(BA9IbR|4zqQlBwGC`+I3F~dnJS1Sp6vu34zG?P{R!}#jhHgB%WrAXe zEAt|>!IaOxEW&;<{kqRpEmy6*pe58*Q6$rrC#XALSELau9F`ReYwnsCFRyV5v%$aK bLg>5Wbywb!RTaEYIPZ9e)hWk|MY;laL>^8S delta 1302 zcmZA0Pe>F|9Ki9n{!7h&S!tT(OU|90H@g}1;LT^=?Av+2-|xM7RR6MJ=3`~v zO+{;=*U|luQv2{#4j0;!T&1dU4mG~Tjrc8VS)NiQjCWumc47_o;3hnkbqX68-@^4c zhZ~fdQLnja=D{ay!}9#hgl?2S3}Y20vtGkJjPIcY_8x2Tdv;u2pj0E{Fv{DpDR$ydlzF>JS3H7}k(D)x9gMHyUR*$_ z>@rHFYKy2KRSsht>#KvsnamT|#Q09uMXX@_8Rd_^P%N^4|?$p)?+1UYi!SY9OcmY*oW7#2bWM5 zu3p2r!7ik-LH6uYu&pg9!OJ{$KygfhcLPaNf5}9uAf@3<$f*okGgpaPnrw?Swrr(I zpnn?$3ra0jlP%%n2$}>fZEFU_P6S(;9V)e-yY2L~bU93X1VP)vRZ1rzgm0ocI%%};YR?)qdcuvG*{`{&x>4JS>XdPO+dnt0leQn% zsj;M$h\n" "Language-Team: \n" @@ -38,600 +38,634 @@ msgstr "Abgebrochen." msgid "pulp3 command line interface" msgstr "Pulp 3 Kommandozeilenschnittstelle" -#: pulpcore/cli/common/__init__.py:83 +#: pulpcore/cli/common/__init__.py:84 msgid "Config profile to use" msgstr "Zu benutzendes Konfigurationsprofil" -#: pulpcore/cli/common/__init__.py:91 +#: pulpcore/cli/common/__init__.py:92 msgid "Path of a Pulp CLI settings file to use instead of the default location" msgstr "" "Pfad einer Pulp CLI Konfigurationsdatei, die anstatt des voreingestellten " "Ort genutzt werden soll." -#: pulpcore/cli/common/__init__.py:99 +#: pulpcore/cli/common/__init__.py:100 msgid "Start tasks in the background instead of awaiting them" msgstr "Starte Aufgaben im Hintergrund, anstatt auf sie zu warten." -#: pulpcore/cli/common/__init__.py:101 +#: pulpcore/cli/common/__init__.py:102 msgid "Invalidate cached API docs" msgstr "Annulliere vorgespeicherte API Dokumentation." -#: pulpcore/cli/common/config.py:34 +#: pulpcore/cli/common/__init__.py:106 +msgid "" +"Logging CID to send on requests (note: server configuration may require a " +"valid GUID and ignore CIDs that aren't)" +msgstr "" + +#: pulpcore/cli/common/acs.py:30 +msgid "path to add to ACS; can be specified multiple times." +msgstr "" + +#: pulpcore/cli/common/acs.py:63 +msgid "ACS already has path '{}'." +msgstr "" + +#: pulpcore/cli/common/acs.py:82 +msgid "ACS does not have path(s): {}." +msgstr "" + +#: pulpcore/cli/common/acs.py:94 +msgid "" +"Remote to attach to ACS in the form '[[:]:]' or " +"by href." +msgstr "" + +#: pulpcore/cli/common/config.py:38 msgid "API base url" msgstr "API Basisadresse" -#: pulpcore/cli/common/config.py:35 +#: pulpcore/cli/common/config.py:42 +msgid "Absolute API base path on server (not including 'api/v3/')" +msgstr "" + +#: pulpcore/cli/common/config.py:44 +msgid "Domain to work in if feature is enabled" +msgstr "" + +#: pulpcore/cli/common/config.py:45 msgid "Username on pulp server" msgstr "Benutzername auf dem pulp Server" -#: pulpcore/cli/common/config.py:36 +#: pulpcore/cli/common/config.py:46 msgid "Password on pulp server" msgstr "Passwort auf dem pulp server" -#: pulpcore/cli/common/config.py:37 +#: pulpcore/cli/common/config.py:47 msgid "Path to client certificate" msgstr "Verzeichnis zum Benutzerzertifikat" -#: pulpcore/cli/common/config.py:41 +#: pulpcore/cli/common/config.py:51 msgid "Path to client private key. Not required if client cert contains this." msgstr "" "Verzeichis zum Schlüssel des Benutzerzertifikats. Nicht notwendig, wenn in " "Benutzerzertifikat enthalten." -#: pulpcore/cli/common/config.py:43 +#: pulpcore/cli/common/config.py:53 msgid "Verify SSL connection" msgstr "SSL-Verbindung verifizieren" -#: pulpcore/cli/common/config.py:48 +#: pulpcore/cli/common/config.py:58 msgid "Format of the response" msgstr "Format der Antwort" -#: pulpcore/cli/common/config.py:53 +#: pulpcore/cli/common/config.py:63 msgid "Trace commands without performing any unsafe HTTP calls" msgstr "Verfolge Kommandos ohne gefährliche HTTP Aufrufe durchzuführen." -#: pulpcore/cli/common/config.py:60 +#: pulpcore/cli/common/config.py:70 msgid "Time to wait for background tasks, set to 0 to wait infinitely" msgstr "" "Dauer um auf Hintergrundprozesse zu warten. Setze auf 0 um ewig zu warten." -#: pulpcore/cli/common/config.py:67 +#: pulpcore/cli/common/config.py:77 msgid "Increase verbosity; explain api calls as they are made" msgstr "Erhöhe Gesprächigkeit; erläutert API Aufrufe wenn sie gemacht werden." -#: pulpcore/cli/common/config.py:74 +#: pulpcore/cli/common/config.py:84 msgid "Value cannot be None." msgstr "Der Wert kann nicht 'None' sein." -#: pulpcore/cli/common/config.py:88 +#: pulpcore/cli/common/config.py:98 +msgid "'api_root' must begin and end with '/'" +msgstr "" + +#: pulpcore/cli/common/config.py:100 #, python-brace-format msgid "'format' is not one of {choices}" msgstr "'format' enthält nicht eines aus '{choices}'." -#: pulpcore/cli/common/config.py:90 +#: pulpcore/cli/common/config.py:102 msgid "'dry_run' is not a bool" msgstr "'dry_run' enthält keinen bool'schen Ausdruck." -#: pulpcore/cli/common/config.py:92 +#: pulpcore/cli/common/config.py:104 msgid "'timeout' is not an integer" msgstr "'timeout' enthält keine ganze Zahl." -#: pulpcore/cli/common/config.py:94 +#: pulpcore/cli/common/config.py:106 msgid "'verbose' is not an integer" msgstr "'verbose' enthält keine ganze Zahl." -#: pulpcore/cli/common/config.py:97 +#: pulpcore/cli/common/config.py:108 +msgid "'domain' must be a slug string" +msgstr "" + +#: pulpcore/cli/common/config.py:111 msgid "Unknown settings: '{}'." msgstr "Unbekannte Einstellungen: '{}'." -#: pulpcore/cli/common/config.py:101 +#: pulpcore/cli/common/config.py:115 msgid "Missing settings: '{}'." msgstr "Fehlende Einstellungen: '{}'." -#: pulpcore/cli/common/config.py:110 +#: pulpcore/cli/common/config.py:124 msgid "Could not locate default profile 'cli' setting" msgstr "Konnte voreingestelltes Konfigurationsprofil 'cli' nicht finden." -#: pulpcore/cli/common/config.py:115 +#: pulpcore/cli/common/config.py:129 #, python-brace-format msgid "Invalid profile '{key}'" msgstr "Ungültiges Profil '{key}'" -#: pulpcore/cli/common/config.py:120 +#: pulpcore/cli/common/config.py:134 #, python-brace-format msgid "Profile {key}:" msgstr "Profil {key}:" -#: pulpcore/cli/common/config.py:127 +#: pulpcore/cli/common/config.py:141 msgid "Manage pulp-cli config file" msgstr "" -#: pulpcore/cli/common/config.py:132 +#: pulpcore/cli/common/config.py:148 msgid "Create a pulp-cli config settings file" msgstr "" -#: pulpcore/cli/common/config.py:135 +#: pulpcore/cli/common/config.py:151 msgid "Edit the config file in an editor" msgstr "" -#: pulpcore/cli/common/config.py:136 +#: pulpcore/cli/common/config.py:152 msgid "Overwrite any existing config file" msgstr "" -#: pulpcore/cli/common/config.py:151 +#: pulpcore/cli/common/config.py:167 #, python-brace-format msgid "" "File '{location}' already exists. Use --overwrite if you want to overwrite " "it." msgstr "" -#: pulpcore/cli/common/config.py:167 +#: pulpcore/cli/common/config.py:183 msgid "Config file location" msgstr "" -#: pulpcore/cli/common/config.py:178 pulpcore/cli/common/config.py:208 +#: pulpcore/cli/common/config.py:194 pulpcore/cli/common/config.py:224 msgid "No output from editor. Aborting." msgstr "" -#: pulpcore/cli/common/config.py:190 +#: pulpcore/cli/common/config.py:206 #, python-brace-format msgid "Created config file at '{location}'." msgstr "" -#: pulpcore/cli/common/config.py:193 +#: pulpcore/cli/common/config.py:209 msgid "Open the settings config file in an editor" msgstr "" -#: pulpcore/cli/common/config.py:199 +#: pulpcore/cli/common/config.py:215 #, python-brace-format msgid "" "File '{location}' does not exists. If you wish to create the file, use the " "pulp create command." msgstr "" -#: pulpcore/cli/common/config.py:216 +#: pulpcore/cli/common/config.py:232 msgid "Retry" msgstr "" -#: pulpcore/cli/common/config.py:221 +#: pulpcore/cli/common/config.py:237 msgid "Validate a pulp-cli config file" msgstr "" -#: pulpcore/cli/common/config.py:223 +#: pulpcore/cli/common/config.py:239 msgid "Validate that all settings are present" msgstr "" -#: pulpcore/cli/common/config.py:228 +#: pulpcore/cli/common/config.py:244 #, python-brace-format msgid "Invalid toml file '{location}'." msgstr "" -#: pulpcore/cli/common/config.py:235 +#: pulpcore/cli/common/config.py:251 #, python-brace-format msgid "File '{location}' is a valid pulp-cli config." msgstr "" -#: pulpcore/cli/common/context.py:124 -#, python-brace-format -msgid "Format '{format}' not implemented." -msgstr "" +#: pulpcore/cli/common/debug.py:19 +msgid "Commands useful for debugging" +msgstr "Befehle zum Debuggen" -#: pulpcore/cli/common/context.py:145 -#, python-brace-format -msgid "Started background task {task_href}" +#: pulpcore/cli/common/debug.py:28 +msgid "Succeed only if the installed version is not smaller." msgstr "" -#: pulpcore/cli/common/context.py:155 -#, python-brace-format -msgid "Started background task group {task_group_href}" +#: pulpcore/cli/common/debug.py:29 +msgid "Succeed only if the installed version is smaller." msgstr "" -#: pulpcore/cli/common/context.py:172 -#, python-brace-format -msgid "Task {task_href} failed: '{description}'" +#: pulpcore/cli/common/debug.py:30 +msgid "Succeed only if the installed version is contained." msgstr "" -#: pulpcore/cli/common/context.py:177 -#, python-brace-format -msgid "Task {task_href} canceled" +#: pulpcore/cli/common/debug.py:43 +msgid "You can either provide versions or the specifier." msgstr "" -#: pulpcore/cli/common/context.py:181 -#, python-brace-format -msgid "Unknown task state: {state}" +#: pulpcore/cli/common/debug.py:66 pulpcore/cli/common/debug.py:98 +msgid "Operation ID in openapi schema" msgstr "" -#: pulpcore/cli/common/context.py:193 +#: pulpcore/cli/common/debug.py:78 #, python-brace-format -msgid "Waiting for task {task_href} timed out." +msgid "No operation with id {operation_id} found." msgstr "" -#: pulpcore/cli/common/context.py:210 -msgid "Not waiting for task because --background was specified." +#: pulpcore/cli/common/debug.py:128 +msgid "Component schema name in openapi schema" msgstr "" -#: pulpcore/cli/common/context.py:215 +#: pulpcore/cli/common/debug.py:139 #, python-brace-format -msgid "Task {task_href} sent to background." +msgid "No schema component with name {schema_name} found." msgstr "" -#: pulpcore/cli/common/context.py:236 +#: pulpcore/cli/common/generic.py:120 #, python-brace-format -msgid "Waiting for task {task_href}" +msgid "Format '{format}' not implemented." msgstr "" -#: pulpcore/cli/common/context.py:246 +#: pulpcore/cli/common/generic.py:226 #, python-brace-format -msgid "Waiting for task group {task_group_href} timed out." +msgid "The subcommand '{name}' is not available in this context." msgstr "" -#: pulpcore/cli/common/context.py:257 +#: pulpcore/cli/common/generic.py:278 #, python-brace-format -msgid "Task group {task_group_href} sent to background." +msgid "the {name} option" msgstr "" -#: pulpcore/cli/common/context.py:294 -msgid "this command" -msgstr "dieses Kommando" - -#: pulpcore/cli/common/context.py:297 +#: pulpcore/cli/common/generic.py:303 #, python-brace-format -msgid "" -"The server provides the pulp component '{specifier}', which prevents the use " -"of {feature}. See 'pulp status' for installed components." +msgid "Option is grouped with {option_list}." msgstr "" -#: pulpcore/cli/common/context.py:303 +#: pulpcore/cli/common/generic.py:316 #, python-brace-format -msgid "" -"The server does not provide the pulp component '{specifier}', which is " -"needed to use {feature}. See 'pulp status' for installed components." +msgid "Illegal usage, please specify all options in the group: {option_list}" msgstr "" -#: pulpcore/cli/common/context.py:321 -msgid "entity" -msgstr "" +#: pulpcore/cli/common/generic.py:398 +#, python-brace-format +msgid "Failed to load content from {file}" +msgstr "Das Laden des Inhalts aus der Datei {file} ist fehlgeschlagen" -#: pulpcore/cli/common/context.py:322 -msgid "entities" +#: pulpcore/cli/common/generic.py:418 +msgid "Failed to decode JSON" +msgstr "Die JSON-Dekodierung ist fehlgeschlagen" + +#: pulpcore/cli/common/generic.py:437 +msgid "Labels must be provided as a dictionary of strings." msgstr "" -#: pulpcore/cli/common/context.py:360 +#: pulpcore/cli/common/generic.py:455 #, python-brace-format -msgid "A {entity} must be specified for this command." +msgid "Validation of '{parameter}' failed: {error}" msgstr "" -#: pulpcore/cli/common/context.py:444 +#: pulpcore/cli/common/generic.py:533 pulpcore/cli/common/generic.py:596 #, python-brace-format -msgid "Not all {count} entries were shown." -msgstr "Nicht alle {count} Einträge werden angezeigt." +msgid "'{value}' is not a valid href for {option_name}." +msgstr "" -#: pulpcore/cli/common/context.py:451 +#: pulpcore/cli/common/generic.py:551 #, python-brace-format -msgid "Could not find {entity} with {kwargs}." -msgstr "Kann {entity} mit {kwargs} nicht finden." +msgid "A resource to look for identified by <{lookup_key}> or by ." +msgstr "" -#: pulpcore/cli/common/context.py:520 +#: pulpcore/cli/common/generic.py:585 #, python-brace-format -msgid "Could not find label with key '{key}'." +msgid "The option {option_name} does not support href." msgstr "" -#: pulpcore/cli/common/context.py:533 -msgid "remote" +#: pulpcore/cli/common/generic.py:615 +#, python-brace-format +msgid "A resource type must be specified with the {option_name} option." msgstr "" -#: pulpcore/cli/common/context.py:534 -msgid "remotes" +#: pulpcore/cli/common/generic.py:623 +#, python-brace-format +msgid "A plugin must be specified with the {option_name} option." msgstr "" -#: pulpcore/cli/common/context.py:553 -msgid "repository version" +#: pulpcore/cli/common/generic.py:633 +#, python-brace-format +msgid "" +"The type '{plugin}:{resource_type}' is not valid for the {option_name} " +"option." msgstr "" -#: pulpcore/cli/common/context.py:554 -msgid "repository versions" +#: pulpcore/cli/common/generic.py:644 +#, python-brace-format +msgid "" +"The type '{plugin}:{resource_type}' does not support the '{capability}' " +"capability." msgstr "" -#: pulpcore/cli/common/context.py:580 -msgid "repository" +#: pulpcore/cli/common/generic.py:673 +#, python-brace-format +msgid "" +"Referenced resource, in the form {plugin_form}{type_form} or by href. " +"{plugin_default}{type_default}" msgstr "" -#: pulpcore/cli/common/context.py:581 -msgid "repositories" +#: pulpcore/cli/common/generic.py:676 +msgid "[:]" msgstr "" -#: pulpcore/cli/common/context.py:634 pulpcore/cli/common/context.py:635 -msgid "content" +#: pulpcore/cli/common/generic.py:676 +msgid ":" msgstr "" -#: pulpcore/cli/common/debug.py:13 -msgid "Commands useful for debugging" -msgstr "Befehle zum Debuggen" - -#: pulpcore/cli/common/debug.py:22 -msgid "Succeed only if the installed version is not smaller." +#: pulpcore/cli/common/generic.py:677 +msgid "[:]" msgstr "" -#: pulpcore/cli/common/debug.py:23 -msgid "Succeed only if the installed version is smaller." +#: pulpcore/cli/common/generic.py:677 +msgid ":" msgstr "" -#: pulpcore/cli/common/debug.py:82 +#: pulpcore/cli/common/generic.py:678 #, python-brace-format -msgid "No operation with id {operation_id} found." +msgid "'' defaults to {plugin}. " msgstr "" -#: pulpcore/cli/common/generic.py:67 +#: pulpcore/cli/common/generic.py:681 #, python-brace-format -msgid "the {name} option" -msgstr "" - -#: pulpcore/cli/common/generic.py:92 -#, python-brace-format -msgid "Option is grouped with {option_list}." +msgid "'' defaults to {type}. " msgstr "" -#: pulpcore/cli/common/generic.py:105 -#, python-brace-format -msgid "Illegal usage, please specify all options in the group: {option_list}" -msgstr "" - -#: pulpcore/cli/common/generic.py:195 -#, python-brace-format -msgid "Failed to load content from {file}" -msgstr "Das Laden des Inhalts aus der Datei {file} ist fehlgeschlagen" - -#: pulpcore/cli/common/generic.py:216 -msgid "Failed to decode JSON" -msgstr "Die JSON-Dekodierung ist fehlgeschlagen" - -#: pulpcore/cli/common/generic.py:235 +#: pulpcore/cli/common/generic.py:725 #, python-brace-format -msgid "Validation of '{parameter}' failed: {error}" +msgid "Limit the number of {entities} to show." msgstr "" -#: pulpcore/cli/common/generic.py:295 +#: pulpcore/cli/common/generic.py:732 #, python-brace-format -msgid "The option {option_name} does not support href." +msgid "Skip a number of {entities} to show." msgstr "" -#: pulpcore/cli/common/generic.py:302 -#, python-brace-format -msgid "'{value}' is not a valid href for {option_name}." +#: pulpcore/cli/common/generic.py:739 +msgid "" +"A field that will be used to order the results. Can be specified multiple " +"times." msgstr "" -#: pulpcore/cli/common/generic.py:321 -#, python-brace-format -msgid "A resource type must be specified with the {option_name} option." +#: pulpcore/cli/common/generic.py:747 +msgid "" +"A field that is to be selected from a result. Can be specified multiple " +"times." msgstr "" -#: pulpcore/cli/common/generic.py:329 -#, python-brace-format -msgid "A plugin must be specified with the {option_name} option." +#: pulpcore/cli/common/generic.py:755 +msgid "" +"A field that is to be excluded from a result. Can be specified multiple " +"times." msgstr "" -#: pulpcore/cli/common/generic.py:339 +#: pulpcore/cli/common/generic.py:760 #, python-brace-format -msgid "" -"The type '{plugin}:{resource_type}' is not valid for the {option_name} " -"option." +msgid "HREF of the {entity}" msgstr "" -#: pulpcore/cli/common/generic.py:352 +#: pulpcore/cli/common/generic.py:767 #, python-brace-format -msgid "" -"The type '{plugin}:{resource_type}' does not support the '{capability}' " -"capability." +msgid "Name of the {entity}" msgstr "" -#: pulpcore/cli/common/generic.py:378 +#: pulpcore/cli/common/generic.py:774 #, python-brace-format -msgid "Limit the number of {entities} to show." +msgid "Filter {entity} by exact name" msgstr "" -#: pulpcore/cli/common/generic.py:384 +#: pulpcore/cli/common/generic.py:780 #, python-brace-format -msgid "Skip a number of {entities} to show." +msgid "Filter {entity} results where name contains value" msgstr "" -#: pulpcore/cli/common/generic.py:389 +#: pulpcore/cli/common/generic.py:786 #, python-brace-format -msgid "HREF of the {entity}" +msgid "Filter {entity} results where name contains value, case insensitive" msgstr "" -#: pulpcore/cli/common/generic.py:396 +#: pulpcore/cli/common/generic.py:793 #, python-brace-format -msgid "Name of the {entity}" +msgid "Filter {entity} by name. Can be specified multiple times" msgstr "" -#: pulpcore/cli/common/generic.py:403 +#: pulpcore/cli/common/generic.py:798 msgid "HREF of the repository" msgstr "HREF des Repositories" -#: pulpcore/cli/common/generic.py:410 +#: pulpcore/cli/common/generic.py:805 msgid "Name of the repository" msgstr "" -#: pulpcore/cli/common/generic.py:417 +#: pulpcore/cli/common/generic.py:832 +msgid "" +"Content Guard used to protect the distribution. Specified as ':" +":' or as href." +msgstr "" + +#: pulpcore/cli/common/generic.py:839 msgid "Repository version number" msgstr "" -#: pulpcore/cli/common/generic.py:426 +#: pulpcore/cli/common/generic.py:848 #, python-brace-format msgid "Filter {entities} by a label search query." msgstr "" -#: pulpcore/cli/common/generic.py:432 +#: pulpcore/cli/common/generic.py:854 #, python-brace-format msgid "Base-path of the {entity}" msgstr "Basispfad des/der {entity}" -#: pulpcore/cli/common/generic.py:439 +#: pulpcore/cli/common/generic.py:861 #, python-brace-format msgid "{entity} base-path contains search" msgstr "" -#: pulpcore/cli/common/generic.py:447 +#: pulpcore/cli/common/generic.py:869 #, python-brace-format msgid "" "Search for {entities} with these content hrefs in them (JSON list or @file " "containing a JSON list)" msgstr "" -#: pulpcore/cli/common/generic.py:455 +#: pulpcore/cli/common/generic.py:877 #, python-brace-format msgid "Chunk size to break up {entity} into. Defaults to 1MB" msgstr "" -#: pulpcore/cli/common/generic.py:463 +#: pulpcore/cli/common/generic.py:885 +#, python-brace-format +msgid "Search for {entities} created at or after this date" +msgstr "" + +#: pulpcore/cli/common/generic.py:892 +#, python-brace-format +msgid "Search for {entities} created at or before this date" +msgstr "" + +#: pulpcore/cli/common/generic.py:899 #, python-brace-format -msgid "Search for {entities} created at or after this ISO 8601 date" +msgid "Search for {entities} last updated at or after this date" msgstr "" -#: pulpcore/cli/common/generic.py:470 +#: pulpcore/cli/common/generic.py:906 #, python-brace-format -msgid "Search for {entities} created at or before this ISO 8601 date" +msgid "Search for {entities} last updated at or before this date" msgstr "" -#: pulpcore/cli/common/generic.py:477 +#: pulpcore/cli/common/generic.py:913 msgid "Number of repository versions to keep." msgstr "" -#: pulpcore/cli/common/generic.py:484 +#: pulpcore/cli/common/generic.py:921 +#, python-brace-format +msgid "" +"JSON dictionary of labels to set on {entity} (or @file containing a JSON " +"dictionary)" +msgstr "" + +#: pulpcore/cli/common/generic.py:954 #, python-brace-format msgid "Search {entities} by repository version HREF" msgstr "" -#: pulpcore/cli/common/generic.py:492 pulpcore/cli/common/generic.py:525 +#: pulpcore/cli/common/generic.py:963 pulpcore/cli/common/generic.py:1013 msgid "a PEM encoded CA certificate or @file containing same" msgstr "eine PEM kodierte Zertifikatsauthorität oder @Datei die sie enthält" -#: pulpcore/cli/common/generic.py:497 pulpcore/cli/common/generic.py:530 +#: pulpcore/cli/common/generic.py:968 pulpcore/cli/common/generic.py:1018 msgid "a PEM encoded client certificate or @file containing same" msgstr "ein PEM kodiertes Benutzerzertifikat oder @Datei die es enthält" -#: pulpcore/cli/common/generic.py:502 pulpcore/cli/common/generic.py:535 +#: pulpcore/cli/common/generic.py:973 pulpcore/cli/common/generic.py:1023 msgid "a PEM encode private key or @file containing same" msgstr "" -#: pulpcore/cli/common/generic.py:507 pulpcore/cli/common/generic.py:540 +#: pulpcore/cli/common/generic.py:978 pulpcore/cli/common/generic.py:1030 msgid "total number of simultaneous connections" msgstr "" -#: pulpcore/cli/common/generic.py:513 pulpcore/cli/common/generic.py:546 +#: pulpcore/cli/common/generic.py:983 pulpcore/cli/common/generic.py:1035 +msgid "" +"The password to authenticate to the remote (can contain leading and trailing " +"spaces)." +msgstr "" + +#: pulpcore/cli/common/generic.py:991 pulpcore/cli/common/generic.py:1043 +msgid "" +"The password to authenticate to the proxy (can contain leading and trailing " +"spaces)." +msgstr "" + +#: pulpcore/cli/common/generic.py:994 pulpcore/cli/common/generic.py:1047 msgid "limit download rate in requests per second" msgstr "" -#: pulpcore/cli/common/generic.py:566 +#: pulpcore/cli/common/generic.py:1003 pulpcore/cli/common/generic.py:1057 +msgid "maximum number of retry attemts after a download failure" +msgstr "" + +#: pulpcore/cli/common/generic.py:1070 #, python-brace-format msgid "Show the list of optionally filtered {entities}." msgstr "" -#: pulpcore/cli/common/generic.py:598 +#: pulpcore/cli/common/generic.py:1112 #, python-brace-format msgid "Show details of a {entity}." msgstr "" -#: pulpcore/cli/common/generic.py:624 +#: pulpcore/cli/common/generic.py:1136 #, python-brace-format msgid "Create a {entity}." msgstr "" -#: pulpcore/cli/common/generic.py:655 +#: pulpcore/cli/common/generic.py:1166 #, python-brace-format msgid "Update a {entity}." msgstr "" -#: pulpcore/cli/common/generic.py:682 +#: pulpcore/cli/common/generic.py:1190 #, python-brace-format msgid "Destroy a {entity}." msgstr "" -#: pulpcore/cli/common/generic.py:749 +#: pulpcore/cli/common/generic.py:1257 msgid "Add or update a label" msgstr "" -#: pulpcore/cli/common/generic.py:750 pulpcore/cli/common/generic.py:759 -#: pulpcore/cli/common/generic.py:767 +#: pulpcore/cli/common/generic.py:1258 pulpcore/cli/common/generic.py:1266 +#: pulpcore/cli/common/generic.py:1273 msgid "Key of the label" msgstr "" -#: pulpcore/cli/common/generic.py:751 +#: pulpcore/cli/common/generic.py:1259 msgid "Value of the label" msgstr "" -#: pulpcore/cli/common/generic.py:758 +#: pulpcore/cli/common/generic.py:1265 msgid "Remove a label with a given key" msgstr "" -#: pulpcore/cli/common/generic.py:766 +#: pulpcore/cli/common/generic.py:1272 msgid "Show the value for a particular label key" msgstr "Zeige den Wert zu einem bestimmen Anhängerschlüssel" -#: pulpcore/cli/common/generic.py:840 -msgid "Remove all content from repository version" -msgstr "" - -#: pulpcore/cli/common/openapi.py:49 -msgid "Cannot use both username/password and cert auth." -msgstr "" - -#: pulpcore/cli/common/openapi.py:52 -msgid "Password is required if username is set." +#: pulpcore/cli/common/generic.py:1291 +msgid "Manage object roles." msgstr "" -#: pulpcore/cli/common/openapi.py:54 -msgid "Username is required if password is set." +#: pulpcore/cli/common/generic.py:1298 +msgid "List my permissions on this object." msgstr "" -#: pulpcore/cli/common/openapi.py:60 -msgid "Cert is required if key is set." +#: pulpcore/cli/common/generic.py:1305 +msgid "List assigned object roles." msgstr "" -#: pulpcore/cli/common/openapi.py:99 -msgid "Unknown schema version" +#: pulpcore/cli/common/generic.py:1312 +msgid "Add assigned object roles." msgstr "" -#: pulpcore/cli/common/openapi.py:144 -#, python-brace-format -msgid "Required parameters [{required}] missing for {param_type}." +#: pulpcore/cli/common/generic.py:1328 +msgid "Remove assigned object roles." msgstr "" -#: pulpcore/cli/common/openapi.py:179 -msgid "No suitable content type for file upload specified." +#: pulpcore/cli/common/generic.py:1407 +msgid "Remove all content from repository version" msgstr "" -#: pulpcore/cli/common/openapi.py:191 -msgid "No suitable content type for request specified." -msgstr "" +#~ msgid "this command" +#~ msgstr "dieses Kommando" -#: pulpcore/cli/common/openapi.py:210 #, python-brace-format -msgid "Unexpected response '{code}' (expected '{expected}')." -msgstr "" - -#: pulpcore/cli/common/openapi.py:236 -msgid "Cookie parameters are not implemented." -msgstr "" +#~ msgid "Not all {count} entries were shown." +#~ msgstr "Nicht alle {count} Einträge werden angezeigt." -#: pulpcore/cli/common/openapi.py:247 #, python-brace-format -msgid "Parameter [{names}] not available for {operation_id}." -msgstr "" - -#: pulpcore/cli/common/openapi.py:263 -msgid "Call aborted due to safe mode" -msgstr "Kommando abgebrochen wegen Trockenlauf" +#~ msgid "Could not find {entity} with {kwargs}." +#~ msgstr "Kann {entity} mit {kwargs} nicht finden." -#: pulpcore/cli/common/openapi.py:270 -#, python-brace-format -msgid "Received redirect to '{url}'. Please check your CLI configuration." -msgstr "" +#~ msgid "Call aborted due to safe mode" +#~ msgstr "Kommando abgebrochen wegen Trockenlauf" -#: pulpcore/cli/common/openapi.py:275 #, python-brace-format -msgid "Response: {status_code}" -msgstr "Antwort: {status_code}" +#~ msgid "Response: {status_code}" +#~ msgstr "Antwort: {status_code}" #~ msgid "Path to the Pulp settings.toml file" #~ msgstr "Pfad zur Pulp Einstellungsdatei settings.toml" diff --git a/pulpcore/cli/common/locale/messages.pot b/pulpcore/cli/common/locale/messages.pot index d94792cb..974df512 100644 --- a/pulpcore/cli/common/locale/messages.pot +++ b/pulpcore/cli/common/locale/messages.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-11-06 20:29+0100\n" +"POT-Creation-Date: 2023-10-04 09:12+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -38,592 +38,608 @@ msgstr "" msgid "pulp3 command line interface" msgstr "" -#: pulpcore/cli/common/__init__.py:83 +#: pulpcore/cli/common/__init__.py:84 msgid "Config profile to use" msgstr "" -#: pulpcore/cli/common/__init__.py:91 +#: pulpcore/cli/common/__init__.py:92 msgid "Path of a Pulp CLI settings file to use instead of the default location" msgstr "" -#: pulpcore/cli/common/__init__.py:99 +#: pulpcore/cli/common/__init__.py:100 msgid "Start tasks in the background instead of awaiting them" msgstr "" -#: pulpcore/cli/common/__init__.py:101 +#: pulpcore/cli/common/__init__.py:102 msgid "Invalidate cached API docs" msgstr "" -#: pulpcore/cli/common/config.py:34 +#: pulpcore/cli/common/__init__.py:106 +msgid "" +"Logging CID to send on requests (note: server configuration may require a " +"valid GUID and ignore CIDs that aren't)" +msgstr "" + +#: pulpcore/cli/common/acs.py:30 +msgid "path to add to ACS; can be specified multiple times." +msgstr "" + +#: pulpcore/cli/common/acs.py:63 +msgid "ACS already has path '{}'." +msgstr "" + +#: pulpcore/cli/common/acs.py:82 +msgid "ACS does not have path(s): {}." +msgstr "" + +#: pulpcore/cli/common/acs.py:94 +msgid "" +"Remote to attach to ACS in the form '[[:]:]' or " +"by href." +msgstr "" + +#: pulpcore/cli/common/config.py:38 msgid "API base url" msgstr "" -#: pulpcore/cli/common/config.py:35 +#: pulpcore/cli/common/config.py:42 +msgid "Absolute API base path on server (not including 'api/v3/')" +msgstr "" + +#: pulpcore/cli/common/config.py:44 +msgid "Domain to work in if feature is enabled" +msgstr "" + +#: pulpcore/cli/common/config.py:45 msgid "Username on pulp server" msgstr "" -#: pulpcore/cli/common/config.py:36 +#: pulpcore/cli/common/config.py:46 msgid "Password on pulp server" msgstr "" -#: pulpcore/cli/common/config.py:37 +#: pulpcore/cli/common/config.py:47 msgid "Path to client certificate" msgstr "" -#: pulpcore/cli/common/config.py:41 +#: pulpcore/cli/common/config.py:51 msgid "Path to client private key. Not required if client cert contains this." msgstr "" -#: pulpcore/cli/common/config.py:43 +#: pulpcore/cli/common/config.py:53 msgid "Verify SSL connection" msgstr "" -#: pulpcore/cli/common/config.py:48 +#: pulpcore/cli/common/config.py:58 msgid "Format of the response" msgstr "" -#: pulpcore/cli/common/config.py:53 +#: pulpcore/cli/common/config.py:63 msgid "Trace commands without performing any unsafe HTTP calls" msgstr "" -#: pulpcore/cli/common/config.py:60 +#: pulpcore/cli/common/config.py:70 msgid "Time to wait for background tasks, set to 0 to wait infinitely" msgstr "" -#: pulpcore/cli/common/config.py:67 +#: pulpcore/cli/common/config.py:77 msgid "Increase verbosity; explain api calls as they are made" msgstr "" -#: pulpcore/cli/common/config.py:74 +#: pulpcore/cli/common/config.py:84 msgid "Value cannot be None." msgstr "" -#: pulpcore/cli/common/config.py:88 +#: pulpcore/cli/common/config.py:98 +msgid "'api_root' must begin and end with '/'" +msgstr "" + +#: pulpcore/cli/common/config.py:100 #, python-brace-format msgid "'format' is not one of {choices}" msgstr "" -#: pulpcore/cli/common/config.py:90 +#: pulpcore/cli/common/config.py:102 msgid "'dry_run' is not a bool" msgstr "" -#: pulpcore/cli/common/config.py:92 +#: pulpcore/cli/common/config.py:104 msgid "'timeout' is not an integer" msgstr "" -#: pulpcore/cli/common/config.py:94 +#: pulpcore/cli/common/config.py:106 msgid "'verbose' is not an integer" msgstr "" -#: pulpcore/cli/common/config.py:97 +#: pulpcore/cli/common/config.py:108 +msgid "'domain' must be a slug string" +msgstr "" + +#: pulpcore/cli/common/config.py:111 msgid "Unknown settings: '{}'." msgstr "" -#: pulpcore/cli/common/config.py:101 +#: pulpcore/cli/common/config.py:115 msgid "Missing settings: '{}'." msgstr "" -#: pulpcore/cli/common/config.py:110 +#: pulpcore/cli/common/config.py:124 msgid "Could not locate default profile 'cli' setting" msgstr "" -#: pulpcore/cli/common/config.py:115 +#: pulpcore/cli/common/config.py:129 #, python-brace-format msgid "Invalid profile '{key}'" msgstr "" -#: pulpcore/cli/common/config.py:120 +#: pulpcore/cli/common/config.py:134 #, python-brace-format msgid "Profile {key}:" msgstr "" -#: pulpcore/cli/common/config.py:127 +#: pulpcore/cli/common/config.py:141 msgid "Manage pulp-cli config file" msgstr "" -#: pulpcore/cli/common/config.py:132 +#: pulpcore/cli/common/config.py:148 msgid "Create a pulp-cli config settings file" msgstr "" -#: pulpcore/cli/common/config.py:135 +#: pulpcore/cli/common/config.py:151 msgid "Edit the config file in an editor" msgstr "" -#: pulpcore/cli/common/config.py:136 +#: pulpcore/cli/common/config.py:152 msgid "Overwrite any existing config file" msgstr "" -#: pulpcore/cli/common/config.py:151 +#: pulpcore/cli/common/config.py:167 #, python-brace-format msgid "" "File '{location}' already exists. Use --overwrite if you want to overwrite " "it." msgstr "" -#: pulpcore/cli/common/config.py:167 +#: pulpcore/cli/common/config.py:183 msgid "Config file location" msgstr "" -#: pulpcore/cli/common/config.py:178 pulpcore/cli/common/config.py:208 +#: pulpcore/cli/common/config.py:194 pulpcore/cli/common/config.py:224 msgid "No output from editor. Aborting." msgstr "" -#: pulpcore/cli/common/config.py:190 +#: pulpcore/cli/common/config.py:206 #, python-brace-format msgid "Created config file at '{location}'." msgstr "" -#: pulpcore/cli/common/config.py:193 +#: pulpcore/cli/common/config.py:209 msgid "Open the settings config file in an editor" msgstr "" -#: pulpcore/cli/common/config.py:199 +#: pulpcore/cli/common/config.py:215 #, python-brace-format msgid "" "File '{location}' does not exists. If you wish to create the file, use the " "pulp create command." msgstr "" -#: pulpcore/cli/common/config.py:216 +#: pulpcore/cli/common/config.py:232 msgid "Retry" msgstr "" -#: pulpcore/cli/common/config.py:221 +#: pulpcore/cli/common/config.py:237 msgid "Validate a pulp-cli config file" msgstr "" -#: pulpcore/cli/common/config.py:223 +#: pulpcore/cli/common/config.py:239 msgid "Validate that all settings are present" msgstr "" -#: pulpcore/cli/common/config.py:228 +#: pulpcore/cli/common/config.py:244 #, python-brace-format msgid "Invalid toml file '{location}'." msgstr "" -#: pulpcore/cli/common/config.py:235 +#: pulpcore/cli/common/config.py:251 #, python-brace-format msgid "File '{location}' is a valid pulp-cli config." msgstr "" -#: pulpcore/cli/common/context.py:124 -#, python-brace-format -msgid "Format '{format}' not implemented." +#: pulpcore/cli/common/debug.py:19 +msgid "Commands useful for debugging" msgstr "" -#: pulpcore/cli/common/context.py:145 -#, python-brace-format -msgid "Started background task {task_href}" +#: pulpcore/cli/common/debug.py:28 +msgid "Succeed only if the installed version is not smaller." msgstr "" -#: pulpcore/cli/common/context.py:155 -#, python-brace-format -msgid "Started background task group {task_group_href}" +#: pulpcore/cli/common/debug.py:29 +msgid "Succeed only if the installed version is smaller." msgstr "" -#: pulpcore/cli/common/context.py:172 -#, python-brace-format -msgid "Task {task_href} failed: '{description}'" +#: pulpcore/cli/common/debug.py:30 +msgid "Succeed only if the installed version is contained." msgstr "" -#: pulpcore/cli/common/context.py:177 -#, python-brace-format -msgid "Task {task_href} canceled" +#: pulpcore/cli/common/debug.py:43 +msgid "You can either provide versions or the specifier." msgstr "" -#: pulpcore/cli/common/context.py:181 -#, python-brace-format -msgid "Unknown task state: {state}" +#: pulpcore/cli/common/debug.py:66 pulpcore/cli/common/debug.py:98 +msgid "Operation ID in openapi schema" msgstr "" -#: pulpcore/cli/common/context.py:193 +#: pulpcore/cli/common/debug.py:78 #, python-brace-format -msgid "Waiting for task {task_href} timed out." +msgid "No operation with id {operation_id} found." msgstr "" -#: pulpcore/cli/common/context.py:210 -msgid "Not waiting for task because --background was specified." +#: pulpcore/cli/common/debug.py:128 +msgid "Component schema name in openapi schema" msgstr "" -#: pulpcore/cli/common/context.py:215 +#: pulpcore/cli/common/debug.py:139 #, python-brace-format -msgid "Task {task_href} sent to background." +msgid "No schema component with name {schema_name} found." msgstr "" -#: pulpcore/cli/common/context.py:236 +#: pulpcore/cli/common/generic.py:120 #, python-brace-format -msgid "Waiting for task {task_href}" +msgid "Format '{format}' not implemented." msgstr "" -#: pulpcore/cli/common/context.py:246 +#: pulpcore/cli/common/generic.py:226 #, python-brace-format -msgid "Waiting for task group {task_group_href} timed out." +msgid "The subcommand '{name}' is not available in this context." msgstr "" -#: pulpcore/cli/common/context.py:257 +#: pulpcore/cli/common/generic.py:278 #, python-brace-format -msgid "Task group {task_group_href} sent to background." +msgid "the {name} option" msgstr "" -#: pulpcore/cli/common/context.py:294 -msgid "this command" +#: pulpcore/cli/common/generic.py:303 +#, python-brace-format +msgid "Option is grouped with {option_list}." msgstr "" -#: pulpcore/cli/common/context.py:297 +#: pulpcore/cli/common/generic.py:316 #, python-brace-format -msgid "" -"The server provides the pulp component '{specifier}', which prevents the use " -"of {feature}. See 'pulp status' for installed components." +msgid "Illegal usage, please specify all options in the group: {option_list}" msgstr "" -#: pulpcore/cli/common/context.py:303 +#: pulpcore/cli/common/generic.py:398 #, python-brace-format -msgid "" -"The server does not provide the pulp component '{specifier}', which is " -"needed to use {feature}. See 'pulp status' for installed components." +msgid "Failed to load content from {file}" msgstr "" -#: pulpcore/cli/common/context.py:321 -msgid "entity" +#: pulpcore/cli/common/generic.py:418 +msgid "Failed to decode JSON" msgstr "" -#: pulpcore/cli/common/context.py:322 -msgid "entities" +#: pulpcore/cli/common/generic.py:437 +msgid "Labels must be provided as a dictionary of strings." msgstr "" -#: pulpcore/cli/common/context.py:360 +#: pulpcore/cli/common/generic.py:455 #, python-brace-format -msgid "A {entity} must be specified for this command." +msgid "Validation of '{parameter}' failed: {error}" msgstr "" -#: pulpcore/cli/common/context.py:444 +#: pulpcore/cli/common/generic.py:533 pulpcore/cli/common/generic.py:596 #, python-brace-format -msgid "Not all {count} entries were shown." +msgid "'{value}' is not a valid href for {option_name}." msgstr "" -#: pulpcore/cli/common/context.py:451 +#: pulpcore/cli/common/generic.py:551 #, python-brace-format -msgid "Could not find {entity} with {kwargs}." +msgid "A resource to look for identified by <{lookup_key}> or by ." msgstr "" -#: pulpcore/cli/common/context.py:520 +#: pulpcore/cli/common/generic.py:585 #, python-brace-format -msgid "Could not find label with key '{key}'." -msgstr "" - -#: pulpcore/cli/common/context.py:533 -msgid "remote" -msgstr "" - -#: pulpcore/cli/common/context.py:534 -msgid "remotes" -msgstr "" - -#: pulpcore/cli/common/context.py:553 -msgid "repository version" -msgstr "" - -#: pulpcore/cli/common/context.py:554 -msgid "repository versions" +msgid "The option {option_name} does not support href." msgstr "" -#: pulpcore/cli/common/context.py:580 -msgid "repository" +#: pulpcore/cli/common/generic.py:615 +#, python-brace-format +msgid "A resource type must be specified with the {option_name} option." msgstr "" -#: pulpcore/cli/common/context.py:581 -msgid "repositories" +#: pulpcore/cli/common/generic.py:623 +#, python-brace-format +msgid "A plugin must be specified with the {option_name} option." msgstr "" -#: pulpcore/cli/common/context.py:634 pulpcore/cli/common/context.py:635 -msgid "content" +#: pulpcore/cli/common/generic.py:633 +#, python-brace-format +msgid "" +"The type '{plugin}:{resource_type}' is not valid for the {option_name} " +"option." msgstr "" -#: pulpcore/cli/common/debug.py:13 -msgid "Commands useful for debugging" +#: pulpcore/cli/common/generic.py:644 +#, python-brace-format +msgid "" +"The type '{plugin}:{resource_type}' does not support the '{capability}' " +"capability." msgstr "" -#: pulpcore/cli/common/debug.py:22 -msgid "Succeed only if the installed version is not smaller." +#: pulpcore/cli/common/generic.py:673 +#, python-brace-format +msgid "" +"Referenced resource, in the form {plugin_form}{type_form} or by href. " +"{plugin_default}{type_default}" msgstr "" -#: pulpcore/cli/common/debug.py:23 -msgid "Succeed only if the installed version is smaller." +#: pulpcore/cli/common/generic.py:676 +msgid "[:]" msgstr "" -#: pulpcore/cli/common/debug.py:82 -#, python-brace-format -msgid "No operation with id {operation_id} found." +#: pulpcore/cli/common/generic.py:676 +msgid ":" msgstr "" -#: pulpcore/cli/common/generic.py:67 -#, python-brace-format -msgid "the {name} option" +#: pulpcore/cli/common/generic.py:677 +msgid "[:]" msgstr "" -#: pulpcore/cli/common/generic.py:92 -#, python-brace-format -msgid "Option is grouped with {option_list}." +#: pulpcore/cli/common/generic.py:677 +msgid ":" msgstr "" -#: pulpcore/cli/common/generic.py:105 +#: pulpcore/cli/common/generic.py:678 #, python-brace-format -msgid "Illegal usage, please specify all options in the group: {option_list}" +msgid "'' defaults to {plugin}. " msgstr "" -#: pulpcore/cli/common/generic.py:195 +#: pulpcore/cli/common/generic.py:681 #, python-brace-format -msgid "Failed to load content from {file}" +msgid "'' defaults to {type}. " msgstr "" -#: pulpcore/cli/common/generic.py:216 -msgid "Failed to decode JSON" -msgstr "" - -#: pulpcore/cli/common/generic.py:235 +#: pulpcore/cli/common/generic.py:725 #, python-brace-format -msgid "Validation of '{parameter}' failed: {error}" +msgid "Limit the number of {entities} to show." msgstr "" -#: pulpcore/cli/common/generic.py:295 +#: pulpcore/cli/common/generic.py:732 #, python-brace-format -msgid "The option {option_name} does not support href." +msgid "Skip a number of {entities} to show." msgstr "" -#: pulpcore/cli/common/generic.py:302 -#, python-brace-format -msgid "'{value}' is not a valid href for {option_name}." +#: pulpcore/cli/common/generic.py:739 +msgid "" +"A field that will be used to order the results. Can be specified multiple " +"times." msgstr "" -#: pulpcore/cli/common/generic.py:321 -#, python-brace-format -msgid "A resource type must be specified with the {option_name} option." +#: pulpcore/cli/common/generic.py:747 +msgid "" +"A field that is to be selected from a result. Can be specified multiple " +"times." msgstr "" -#: pulpcore/cli/common/generic.py:329 -#, python-brace-format -msgid "A plugin must be specified with the {option_name} option." +#: pulpcore/cli/common/generic.py:755 +msgid "" +"A field that is to be excluded from a result. Can be specified multiple " +"times." msgstr "" -#: pulpcore/cli/common/generic.py:339 +#: pulpcore/cli/common/generic.py:760 #, python-brace-format -msgid "" -"The type '{plugin}:{resource_type}' is not valid for the {option_name} " -"option." +msgid "HREF of the {entity}" msgstr "" -#: pulpcore/cli/common/generic.py:352 +#: pulpcore/cli/common/generic.py:767 #, python-brace-format -msgid "" -"The type '{plugin}:{resource_type}' does not support the '{capability}' " -"capability." +msgid "Name of the {entity}" msgstr "" -#: pulpcore/cli/common/generic.py:378 +#: pulpcore/cli/common/generic.py:774 #, python-brace-format -msgid "Limit the number of {entities} to show." +msgid "Filter {entity} by exact name" msgstr "" -#: pulpcore/cli/common/generic.py:384 +#: pulpcore/cli/common/generic.py:780 #, python-brace-format -msgid "Skip a number of {entities} to show." +msgid "Filter {entity} results where name contains value" msgstr "" -#: pulpcore/cli/common/generic.py:389 +#: pulpcore/cli/common/generic.py:786 #, python-brace-format -msgid "HREF of the {entity}" +msgid "Filter {entity} results where name contains value, case insensitive" msgstr "" -#: pulpcore/cli/common/generic.py:396 +#: pulpcore/cli/common/generic.py:793 #, python-brace-format -msgid "Name of the {entity}" +msgid "Filter {entity} by name. Can be specified multiple times" msgstr "" -#: pulpcore/cli/common/generic.py:403 +#: pulpcore/cli/common/generic.py:798 msgid "HREF of the repository" msgstr "" -#: pulpcore/cli/common/generic.py:410 +#: pulpcore/cli/common/generic.py:805 msgid "Name of the repository" msgstr "" -#: pulpcore/cli/common/generic.py:417 +#: pulpcore/cli/common/generic.py:832 +msgid "" +"Content Guard used to protect the distribution. Specified as ':" +":' or as href." +msgstr "" + +#: pulpcore/cli/common/generic.py:839 msgid "Repository version number" msgstr "" -#: pulpcore/cli/common/generic.py:426 +#: pulpcore/cli/common/generic.py:848 #, python-brace-format msgid "Filter {entities} by a label search query." msgstr "" -#: pulpcore/cli/common/generic.py:432 +#: pulpcore/cli/common/generic.py:854 #, python-brace-format msgid "Base-path of the {entity}" msgstr "" -#: pulpcore/cli/common/generic.py:439 +#: pulpcore/cli/common/generic.py:861 #, python-brace-format msgid "{entity} base-path contains search" msgstr "" -#: pulpcore/cli/common/generic.py:447 +#: pulpcore/cli/common/generic.py:869 #, python-brace-format msgid "" "Search for {entities} with these content hrefs in them (JSON list or @file " "containing a JSON list)" msgstr "" -#: pulpcore/cli/common/generic.py:455 +#: pulpcore/cli/common/generic.py:877 #, python-brace-format msgid "Chunk size to break up {entity} into. Defaults to 1MB" msgstr "" -#: pulpcore/cli/common/generic.py:463 +#: pulpcore/cli/common/generic.py:885 #, python-brace-format -msgid "Search for {entities} created at or after this ISO 8601 date" +msgid "Search for {entities} created at or after this date" msgstr "" -#: pulpcore/cli/common/generic.py:470 +#: pulpcore/cli/common/generic.py:892 #, python-brace-format -msgid "Search for {entities} created at or before this ISO 8601 date" +msgid "Search for {entities} created at or before this date" msgstr "" -#: pulpcore/cli/common/generic.py:477 +#: pulpcore/cli/common/generic.py:899 +#, python-brace-format +msgid "Search for {entities} last updated at or after this date" +msgstr "" + +#: pulpcore/cli/common/generic.py:906 +#, python-brace-format +msgid "Search for {entities} last updated at or before this date" +msgstr "" + +#: pulpcore/cli/common/generic.py:913 msgid "Number of repository versions to keep." msgstr "" -#: pulpcore/cli/common/generic.py:484 +#: pulpcore/cli/common/generic.py:921 +#, python-brace-format +msgid "" +"JSON dictionary of labels to set on {entity} (or @file containing a JSON " +"dictionary)" +msgstr "" + +#: pulpcore/cli/common/generic.py:954 #, python-brace-format msgid "Search {entities} by repository version HREF" msgstr "" -#: pulpcore/cli/common/generic.py:492 pulpcore/cli/common/generic.py:525 +#: pulpcore/cli/common/generic.py:963 pulpcore/cli/common/generic.py:1013 msgid "a PEM encoded CA certificate or @file containing same" msgstr "" -#: pulpcore/cli/common/generic.py:497 pulpcore/cli/common/generic.py:530 +#: pulpcore/cli/common/generic.py:968 pulpcore/cli/common/generic.py:1018 msgid "a PEM encoded client certificate or @file containing same" msgstr "" -#: pulpcore/cli/common/generic.py:502 pulpcore/cli/common/generic.py:535 +#: pulpcore/cli/common/generic.py:973 pulpcore/cli/common/generic.py:1023 msgid "a PEM encode private key or @file containing same" msgstr "" -#: pulpcore/cli/common/generic.py:507 pulpcore/cli/common/generic.py:540 +#: pulpcore/cli/common/generic.py:978 pulpcore/cli/common/generic.py:1030 msgid "total number of simultaneous connections" msgstr "" -#: pulpcore/cli/common/generic.py:513 pulpcore/cli/common/generic.py:546 +#: pulpcore/cli/common/generic.py:983 pulpcore/cli/common/generic.py:1035 +msgid "" +"The password to authenticate to the remote (can contain leading and trailing " +"spaces)." +msgstr "" + +#: pulpcore/cli/common/generic.py:991 pulpcore/cli/common/generic.py:1043 +msgid "" +"The password to authenticate to the proxy (can contain leading and trailing " +"spaces)." +msgstr "" + +#: pulpcore/cli/common/generic.py:994 pulpcore/cli/common/generic.py:1047 msgid "limit download rate in requests per second" msgstr "" -#: pulpcore/cli/common/generic.py:566 +#: pulpcore/cli/common/generic.py:1003 pulpcore/cli/common/generic.py:1057 +msgid "maximum number of retry attemts after a download failure" +msgstr "" + +#: pulpcore/cli/common/generic.py:1070 #, python-brace-format msgid "Show the list of optionally filtered {entities}." msgstr "" -#: pulpcore/cli/common/generic.py:598 +#: pulpcore/cli/common/generic.py:1112 #, python-brace-format msgid "Show details of a {entity}." msgstr "" -#: pulpcore/cli/common/generic.py:624 +#: pulpcore/cli/common/generic.py:1136 #, python-brace-format msgid "Create a {entity}." msgstr "" -#: pulpcore/cli/common/generic.py:655 +#: pulpcore/cli/common/generic.py:1166 #, python-brace-format msgid "Update a {entity}." msgstr "" -#: pulpcore/cli/common/generic.py:682 +#: pulpcore/cli/common/generic.py:1190 #, python-brace-format msgid "Destroy a {entity}." msgstr "" -#: pulpcore/cli/common/generic.py:749 +#: pulpcore/cli/common/generic.py:1257 msgid "Add or update a label" msgstr "" -#: pulpcore/cli/common/generic.py:750 pulpcore/cli/common/generic.py:759 -#: pulpcore/cli/common/generic.py:767 +#: pulpcore/cli/common/generic.py:1258 pulpcore/cli/common/generic.py:1266 +#: pulpcore/cli/common/generic.py:1273 msgid "Key of the label" msgstr "" -#: pulpcore/cli/common/generic.py:751 +#: pulpcore/cli/common/generic.py:1259 msgid "Value of the label" msgstr "" -#: pulpcore/cli/common/generic.py:758 +#: pulpcore/cli/common/generic.py:1265 msgid "Remove a label with a given key" msgstr "" -#: pulpcore/cli/common/generic.py:766 +#: pulpcore/cli/common/generic.py:1272 msgid "Show the value for a particular label key" msgstr "" -#: pulpcore/cli/common/generic.py:840 -msgid "Remove all content from repository version" -msgstr "" - -#: pulpcore/cli/common/openapi.py:49 -msgid "Cannot use both username/password and cert auth." -msgstr "" - -#: pulpcore/cli/common/openapi.py:52 -msgid "Password is required if username is set." +#: pulpcore/cli/common/generic.py:1291 +msgid "Manage object roles." msgstr "" -#: pulpcore/cli/common/openapi.py:54 -msgid "Username is required if password is set." +#: pulpcore/cli/common/generic.py:1298 +msgid "List my permissions on this object." msgstr "" -#: pulpcore/cli/common/openapi.py:60 -msgid "Cert is required if key is set." +#: pulpcore/cli/common/generic.py:1305 +msgid "List assigned object roles." msgstr "" -#: pulpcore/cli/common/openapi.py:99 -msgid "Unknown schema version" +#: pulpcore/cli/common/generic.py:1312 +msgid "Add assigned object roles." msgstr "" -#: pulpcore/cli/common/openapi.py:144 -#, python-brace-format -msgid "Required parameters [{required}] missing for {param_type}." -msgstr "" - -#: pulpcore/cli/common/openapi.py:179 -msgid "No suitable content type for file upload specified." -msgstr "" - -#: pulpcore/cli/common/openapi.py:191 -msgid "No suitable content type for request specified." -msgstr "" - -#: pulpcore/cli/common/openapi.py:210 -#, python-brace-format -msgid "Unexpected response '{code}' (expected '{expected}')." -msgstr "" - -#: pulpcore/cli/common/openapi.py:236 -msgid "Cookie parameters are not implemented." +#: pulpcore/cli/common/generic.py:1328 +msgid "Remove assigned object roles." msgstr "" -#: pulpcore/cli/common/openapi.py:247 -#, python-brace-format -msgid "Parameter [{names}] not available for {operation_id}." -msgstr "" - -#: pulpcore/cli/common/openapi.py:263 -msgid "Call aborted due to safe mode" -msgstr "" - -#: pulpcore/cli/common/openapi.py:270 -#, python-brace-format -msgid "Received redirect to '{url}'. Please check your CLI configuration." -msgstr "" - -#: pulpcore/cli/common/openapi.py:275 -#, python-brace-format -msgid "Response: {status_code}" +#: pulpcore/cli/common/generic.py:1407 +msgid "Remove all content from repository version" msgstr "" diff --git a/pulpcore/cli/container/locale/de/LC_MESSAGES/messages.mo b/pulpcore/cli/container/locale/de/LC_MESSAGES/messages.mo index b900ce8697974a3406686858359bc33c188b7b5a..f8cc426cba54e5d322a78feb83dd302d8e139cf9 100644 GIT binary patch delta 118 zcmbQq-ouu8Pl#nI0}!wPu?!H~05K~N#{e-16aaBB5ElZm8W0}^Vq+kF1H{sd3=9fD n906q8FflOb0qLng+8szA0n$Jz1|S7Cn|b2G?VB4J-!K9I^|uY$ delta 261 zcmeBSo5@~(Pl#nI0}!wQu?!IV05LZZ*8njHtN`L*AYKW?YC!xKh>d|*g^__l7)VC| zX%Qfu1Ei&axDkjWfc&{k3=Dce`WujT2hys{5OujgS`5f<0@6UGN\n" "Language-Team: \n" @@ -17,37 +17,23 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Poedit 3.0\n" -#: pulpcore/cli/container/context.py:17 -msgid "container namespace" -msgstr "Container Namensraum" - -#: pulpcore/cli/container/context.py:18 -msgid "container namespaces" -msgstr "Container Namensräume" - -#: pulpcore/cli/container/context.py:27 -msgid "container distribution" -msgstr "" - -#: pulpcore/cli/container/context.py:28 -msgid "container distributions" -msgstr "" - -#: pulpcore/cli/container/context.py:46 -msgid "container remote" +#: pulpcore/cli/container/content.py:69 pulpcore/cli/container/content.py:76 +#, python-brace-format +msgid "Digest associated with {entity}" msgstr "" -#: pulpcore/cli/container/context.py:47 -msgid "container remotes" +#: pulpcore/cli/container/content.py:87 +#, python-brace-format +msgid "Name of {entity}" msgstr "" -#: pulpcore/cli/container/distribution.py:71 -#: pulpcore/cli/container/distribution.py:87 +#: pulpcore/cli/container/distribution.py:78 +#: pulpcore/cli/container/distribution.py:99 msgid "a repository version number, leave blank for latest" msgstr "" "Versionsnummer des Repositories, leer lassen um die letzte zu verwenden" -#: pulpcore/cli/container/distribution.py:133 +#: pulpcore/cli/container/distribution.py:154 #, python-brace-format msgid "" "Distribution {distribution} doesn't have a repository set, please specify " @@ -55,16 +41,34 @@ msgid "" msgstr "" #: pulpcore/cli/container/repository.py:49 +msgid "Please pass a non empty tag name." +msgstr "" + +#: pulpcore/cli/container/repository.py:51 +msgid "Please pass a valid tag." +msgstr "" + +#: pulpcore/cli/container/repository.py:66 +msgid "" +"Source repository to copy content from in the form " +"`[[:]:]' or by href." +msgstr "" + +#: pulpcore/cli/container/repository.py:74 +msgid "Version of the source repository to use" +msgstr "" + +#: pulpcore/cli/container/repository.py:83 msgid "" -"Remote used for synching in the form '[[:]:]' " -"or by href." +"Remote used for syncing in the form '[[:]:]' or " +"by href." msgstr "" -#: pulpcore/cli/container/repository.py:102 +#: pulpcore/cli/container/repository.py:159 msgid "Repository type does not support sync." msgstr "Dieser Repository Typ unterstützt Sync nicht." -#: pulpcore/cli/container/repository.py:114 +#: pulpcore/cli/container/repository.py:169 #, python-brace-format msgid "" "Repository '{name}' does not have a default remote. Please specify with '--" @@ -72,3 +76,39 @@ msgid "" msgstr "" "Repository '{name}' hat keine voreingestellte Gegenstelle. Bitte mit '--" "remote' angeben." + +#: pulpcore/cli/container/repository.py:181 +msgid "Name to tag an image with" +msgstr "" + +#: pulpcore/cli/container/repository.py:182 +#: pulpcore/cli/container/repository.py:305 +msgid "SHA256 digest of the Manifest file" +msgstr "" + +#: pulpcore/cli/container/repository.py:204 +msgid "Name of tag to remove" +msgstr "" + +#: pulpcore/cli/container/repository.py:221 +msgid "Multiple option of tag names to copy, leave blank to copy all" +msgstr "" + +#: pulpcore/cli/container/repository.py:238 +#: pulpcore/cli/container/repository.py:289 +msgid "Please specify a version that between 0 and the latest version {}" +msgstr "" + +#: pulpcore/cli/container/repository.py:256 +msgid "Multiple option of manifest digests to copy, leave blank to copy all" +msgstr "" + +#: pulpcore/cli/container/repository.py:262 +msgid "Multiple option of media-types to copy, leave blank to copy all types" +msgstr "" + +#~ msgid "container namespace" +#~ msgstr "Container Namensraum" + +#~ msgid "container namespaces" +#~ msgstr "Container Namensräume" diff --git a/pulpcore/cli/container/locale/messages.pot b/pulpcore/cli/container/locale/messages.pot index c6c11ead..bfe1a58c 100644 --- a/pulpcore/cli/container/locale/messages.pot +++ b/pulpcore/cli/container/locale/messages.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-11-06 20:29+0100\n" +"POT-Creation-Date: 2023-10-04 09:12+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,55 +17,89 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: pulpcore/cli/container/context.py:17 -msgid "container namespace" +#: pulpcore/cli/container/content.py:69 pulpcore/cli/container/content.py:76 +#, python-brace-format +msgid "Digest associated with {entity}" msgstr "" -#: pulpcore/cli/container/context.py:18 -msgid "container namespaces" +#: pulpcore/cli/container/content.py:87 +#, python-brace-format +msgid "Name of {entity}" msgstr "" -#: pulpcore/cli/container/context.py:27 -msgid "container distribution" +#: pulpcore/cli/container/distribution.py:78 +#: pulpcore/cli/container/distribution.py:99 +msgid "a repository version number, leave blank for latest" msgstr "" -#: pulpcore/cli/container/context.py:28 -msgid "container distributions" +#: pulpcore/cli/container/distribution.py:154 +#, python-brace-format +msgid "" +"Distribution {distribution} doesn't have a repository set, please specify " +"the repository to use with --repository" msgstr "" -#: pulpcore/cli/container/context.py:46 -msgid "container remote" +#: pulpcore/cli/container/repository.py:49 +msgid "Please pass a non empty tag name." msgstr "" -#: pulpcore/cli/container/context.py:47 -msgid "container remotes" +#: pulpcore/cli/container/repository.py:51 +msgid "Please pass a valid tag." msgstr "" -#: pulpcore/cli/container/distribution.py:71 -#: pulpcore/cli/container/distribution.py:87 -msgid "a repository version number, leave blank for latest" +#: pulpcore/cli/container/repository.py:66 +msgid "" +"Source repository to copy content from in the form " +"`[[:]:]' or by href." msgstr "" -#: pulpcore/cli/container/distribution.py:133 -#, python-brace-format -msgid "" -"Distribution {distribution} doesn't have a repository set, please specify " -"the repository to use with --repository" +#: pulpcore/cli/container/repository.py:74 +msgid "Version of the source repository to use" msgstr "" -#: pulpcore/cli/container/repository.py:49 +#: pulpcore/cli/container/repository.py:83 msgid "" -"Remote used for synching in the form '[[:]:]' " -"or by href." +"Remote used for syncing in the form '[[:]:]' or " +"by href." msgstr "" -#: pulpcore/cli/container/repository.py:102 +#: pulpcore/cli/container/repository.py:159 msgid "Repository type does not support sync." msgstr "" -#: pulpcore/cli/container/repository.py:114 +#: pulpcore/cli/container/repository.py:169 #, python-brace-format msgid "" "Repository '{name}' does not have a default remote. Please specify with '--" "remote'." msgstr "" + +#: pulpcore/cli/container/repository.py:181 +msgid "Name to tag an image with" +msgstr "" + +#: pulpcore/cli/container/repository.py:182 +#: pulpcore/cli/container/repository.py:305 +msgid "SHA256 digest of the Manifest file" +msgstr "" + +#: pulpcore/cli/container/repository.py:204 +msgid "Name of tag to remove" +msgstr "" + +#: pulpcore/cli/container/repository.py:221 +msgid "Multiple option of tag names to copy, leave blank to copy all" +msgstr "" + +#: pulpcore/cli/container/repository.py:238 +#: pulpcore/cli/container/repository.py:289 +msgid "Please specify a version that between 0 and the latest version {}" +msgstr "" + +#: pulpcore/cli/container/repository.py:256 +msgid "Multiple option of manifest digests to copy, leave blank to copy all" +msgstr "" + +#: pulpcore/cli/container/repository.py:262 +msgid "Multiple option of media-types to copy, leave blank to copy all types" +msgstr "" diff --git a/pulpcore/cli/core/locale/de/LC_MESSAGES/messages.mo b/pulpcore/cli/core/locale/de/LC_MESSAGES/messages.mo index f4ac286442a6563d621539f78f9712941ba6de6f..e6389008bd73fd5541bd4fbc5e7710d98fb7e7bf 100644 GIT binary patch delta 484 zcmX}oOG^S#6u|LoKF2Jxhb=6+7$gNnAQ41hL5eGblJ*0Rp zKNuv9?!FRc@EYA0_iz`#&>b)y5F(FzSj09S;t$T@M$kRS5#oSijRg~V?Vsx~$e3QkO0D?OjwezIH5s zl+DRnSvD$$G^&lW^X|Go=TW^tM!g45)NLrIk|9%lgo@g}Z5z_on`Px_OX^hX3?42S Tb(ytzR5$D0PT2M+Gg9~miA_OO literal 3511 zcma);-)~e!6vszI)cOMff1@%eSP<^^2Z@jcAQF+jRK;whPnCLSxQ6K!Cd*^PqEh3Z7e&*+yGv}N+ zw?A!Oe~F>&MSTMGjoTPI2>!SZKPcbc&R9Qq4SW>*3)~8BS3A_g01O5Qs2mS`$4_*iF1=nLSjc)>Jd>gnAEP))XfcwF>!AbB-@Fj5L2F4x) zUk9H7E%+FC8GH!*3?%)&0iOnc0iOgn+{xHo;12L^FaRF__k*PGD7X=P)sJ5Qp(<;G zJ>Z)l-RE5ps<6v`{zE_ik)Qv>&wl~pX!aF|KlU|#w!+rmgJtx8hces1olu7K90tkm zb>II0JdFM#xC{ITBsn{w4Cxzyq|afH?0C}i97y(!eBXJ#1s=lq``~WyJ8%^I6PyB% zK-g*U5=eIZ73>552DgKIAe8Jp4wAkR_#F5SxEK5!B>VmhLRIz$NPfBwJ`DCiNwW8L zkn|q}={`ds`TrD1_J0i|ISo(e=NJ6^dw%?i=f|F(f-rA(H}XHpApcQ}JcUYy&gn(n zi%Mq~1tFdl(u)eci=xmSHluP>dJl9L@;?=rCVK;P-<_yr54r$bKnKcA-+7lC2*{C0mmpsO&*~1a${>P+(GAq&+L*R4(*#Ww}lq7aRjBhGjqI}q}oA|B#p!DE;WTC+EP2^<`#HM zxjJt*TEavY7a2;lEV0ou!y`PYaaWfd3(XvxNaH3h)l7`*ZcDSWXS=(;qh@GVv9jn{ zc1AW6t6XA~w0tJDj#s3=hLT~fSTjx|r8ybJ%{3*Pl+{Fsmb-+L#jwM*q}16}A*RHp zU|QZLH!YCwu-7`_ByVR}$Rt&TCX3-TwBQ{XVjpfwC-B~Oe&#~CZKO?7Qk=EDTFF9tv9Hf^i$E zFgTV*Hke8taL9-PmKfzme(1fZB3eBSXYw} z1}gId73FY@g%FyI1s+(Lj|=DON?1N5%x@~K`(aH3#O!)!L?oq zPDm|HE@L8*Ap&C`^jwi39dAgyvuJ5Cb}E8VN1?rmm2U9b(&Cy_IRq_`E@e$LT%IPC z#9OLJBNb)LqcLJM7HLiD5HI^^T8l&l4N<8WS*=UGW=V?dfcyo^-E_mvmki?yMdmd8 zEHaQZ^(0PpWapQz)??hOfxN-Bs@9R_btEH6YPF=nsU>!jCW~juXJDuzsroIHc4^@V zZmS}nV?$&Voa~H_08}{<4u@xz{(_5Kgmlmys!lc?no>s|l2sKK& z^QxxiGe;B`I!hLvhfgSpPRa%rWA}VZS#koWCy{!0g3kDHC#19nTJ*V@eXL zD;48&hxt0BL^6}Zj!B)md7qzG#7X8EUcsk>wDb=I4~XI)-m(y%EzxV%_z&aSrT?{3 zba@Ga>HnPU;dUC5oiO+s;@-#bfbld`1WVp)J!h^IV{uO6_>U#FmsGV!ar by3_BNsnhTq3iIV%-I<2w6$A?&Rj2VU1HIfK diff --git a/pulpcore/cli/core/locale/de/LC_MESSAGES/messages.po b/pulpcore/cli/core/locale/de/LC_MESSAGES/messages.po index c05c76d8..fc1f4f74 100644 --- a/pulpcore/cli/core/locale/de/LC_MESSAGES/messages.po +++ b/pulpcore/cli/core/locale/de/LC_MESSAGES/messages.po @@ -7,191 +7,76 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-10-16 23:00+0200\n" +"POT-Creation-Date: 2023-10-04 09:12+0200\n" "PO-Revision-Date: 2021-12-06 11:22+0100\n" +"Last-Translator: Matthias Dellweg \n" +"Language-Team: \n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Last-Translator: Matthias Dellweg \n" -"Language-Team: \n" "X-Generator: Poedit 3.0\n" -#: pulpcore/cli/core/content_guard.py:61 pulpcore/cli/core/content_guard.py:89 -msgid "" -"Group to remove download permission from. Can be specified multiple times." -msgstr "" - -#: pulpcore/cli/core/content_guard.py:67 pulpcore/cli/core/content_guard.py:95 -msgid "" -"User to remove download permission from. Can be specified multiple times." -msgstr "" - -#: pulpcore/cli/core/context.py:16 -msgid "access policy" +#: pulpcore/cli/core/content_guard.py:67 +msgid "Group to add download role to. Can be specified multiple times." msgstr "" -#: pulpcore/cli/core/context.py:17 -msgid "access policies" +#: pulpcore/cli/core/content_guard.py:73 +msgid "User to add download role to. Can be specified multiple times." msgstr "" -#: pulpcore/cli/core/context.py:25 -msgid "artifact" -msgstr "Artefakt" - -#: pulpcore/cli/core/context.py:26 -msgid "artifacts" -msgstr "Artefakte" - -#: pulpcore/cli/core/context.py:46 -msgid "Artifact already exists." -msgstr "Das Artefakt existiert bereits." - -#: pulpcore/cli/core/context.py:49 -#, python-brace-format -msgid "Uploading file {filename}" -msgstr "Datei {filename} wird hochgeladen" - -#: pulpcore/cli/core/context.py:75 -msgid "Upload complete. Creating artifact." -msgstr "Hochladen vollständig. Artefakt wird erstellt." - -#: pulpcore/cli/core/context.py:88 -msgid "Pulp exporter" -msgstr "Pulp Exporter" - -#: pulpcore/cli/core/context.py:89 -msgid "Pulp exporters" -msgstr "Pulp Exporter" - -#: pulpcore/cli/core/context.py:99 -msgid "Pulp export" -msgstr "Pulp Export" - -#: pulpcore/cli/core/context.py:100 -msgid "Pulp exports" -msgstr "Pulp Exporte" - -#: pulpcore/cli/core/context.py:114 -msgid "user group" -msgstr "Benutzergruppe" - -#: pulpcore/cli/core/context.py:115 -msgid "user groups" -msgstr "Benutzergruppen" - -#: pulpcore/cli/core/context.py:125 -msgid "group permission" -msgstr "Gruppen Berechtigung" - -#: pulpcore/cli/core/context.py:126 -msgid "group permissions" -msgstr "Gruppen Berechtigungen" - -#: pulpcore/cli/core/context.py:145 -#, python-brace-format -msgid "Could not find {entity} with {kwargs}." -msgstr "Kann {entity} mit {kwargs} nicht finden." - -#: pulpcore/cli/core/context.py:157 -msgid "group model permission" +#: pulpcore/cli/core/content_guard.py:96 +msgid "Group to remove download role from. Can be specified multiple times." msgstr "" -#: pulpcore/cli/core/context.py:158 -msgid "group model permissions" +#: pulpcore/cli/core/content_guard.py:102 +msgid "User to remove download role from. Can be specified multiple times." msgstr "" -#: pulpcore/cli/core/context.py:167 -msgid "group object permission" +#: pulpcore/cli/core/content_guard.py:145 +#: pulpcore/cli/core/content_guard.py:155 pulpcore/cli/core/upstream_pulp.py:42 +msgid "a PEM encoded CA certificate or @file containing same" msgstr "" -#: pulpcore/cli/core/context.py:168 -msgid "group object permissions" +#: pulpcore/cli/core/domain.py:40 +msgid "Settings for storage backend" msgstr "" -#: pulpcore/cli/core/context.py:177 -msgid "group user" +#: pulpcore/cli/core/domain.py:46 +msgid "Have content app redirect to object storage" msgstr "" -#: pulpcore/cli/core/context.py:178 -msgid "group users" +#: pulpcore/cli/core/domain.py:52 +msgid "Hide guarded distributions in the content app" msgstr "" -#: pulpcore/cli/core/context.py:202 -msgid "Pulp importer" -msgstr "Pulp Importer" - -#: pulpcore/cli/core/context.py:203 -msgid "Pulp importers" -msgstr "Pulp Importer" - -#: pulpcore/cli/core/context.py:234 -msgid "signing service" -msgstr "Signatur Service" - -#: pulpcore/cli/core/context.py:235 -msgid "signing services" -msgstr "Signatur Services" - -#: pulpcore/cli/core/context.py:242 -msgid "task" -msgstr "Aufgabe" - -#: pulpcore/cli/core/context.py:243 -msgid "tasks" -msgstr "Aufgaben" - -#: pulpcore/cli/core/context.py:268 -msgid "task group" -msgstr "Aufgabengruppe" - -#: pulpcore/cli/core/context.py:269 -msgid "task groups" -msgstr "Aufgabengruppen" - -#: pulpcore/cli/core/context.py:276 -msgid "upload" -msgstr "" +#: pulpcore/cli/core/domain.py:61 +#, fuzzy +msgid "Name of the domain" +msgstr "Benutzername des Eintrags" -#: pulpcore/cli/core/context.py:277 -msgid "uploads" +#: pulpcore/cli/core/domain.py:66 +msgid "Storage backend for domain" msgstr "" -#: pulpcore/cli/core/context.py:295 -msgid "user" -msgstr "Benutzer" - -#: pulpcore/cli/core/context.py:296 -msgid "users" -msgstr "Benutzer" - -#: pulpcore/cli/core/context.py:303 -msgid "worker" -msgstr "Arbeiter" - -#: pulpcore/cli/core/context.py:304 -msgid "workers" -msgstr "Arbeiter" - -#: pulpcore/cli/core/export.py:36 +#: pulpcore/cli/core/export.py:44 #, python-brace-format msgid "'{value}' is not a valid href for {option_name}." msgstr "'{value}' ist kein gültiger Hyperlink für {option_name}." -#: pulpcore/cli/core/export.py:47 +#: pulpcore/cli/core/export.py:55 msgid "Repositories must be specified with plugin and type" msgstr "Repositories müssen mit Plugin und Typ spezifiziert werden." -#: pulpcore/cli/core/export.py:53 +#: pulpcore/cli/core/export.py:61 #, python-brace-format msgid "" "The type '{plugin}:{resource_type}' is not valid for the {option_name} " "option." msgstr "" -"Der Typ '{plugin}:{resource_type}' ist ungültig für die Option " -"{option_name}." +"Der Typ '{plugin}:{resource_type}' ist ungültig für die Option {option_name}." -#: pulpcore/cli/core/export.py:66 +#: pulpcore/cli/core/export.py:72 #, python-brace-format msgid "" "The type '{plugin}:{resource_type}' does not support the '{capability}' " @@ -200,85 +85,161 @@ msgstr "" "Der Typ '{plugin}:{resource_type}' unterstützt die Fähigkeit '{capability}' " "nicht." -#: pulpcore/cli/core/export.py:97 +#: pulpcore/cli/core/export.py:105 msgid "Name of owning PulpExporter" msgstr "" -#: pulpcore/cli/core/export.py:99 +#: pulpcore/cli/core/export.py:107 msgid "Limit the number of exporters to show." msgstr "" -#: pulpcore/cli/core/export.py:101 +#: pulpcore/cli/core/export.py:109 msgid "Skip a number of exporters to show." msgstr "" -#: pulpcore/cli/core/export.py:122 +#: pulpcore/cli/core/export.py:130 msgid "Examples: 512MB, 1GB" msgstr "" -#: pulpcore/cli/core/exporter.py:36 +#: pulpcore/cli/core/exporter.py:33 msgid "" "Repository to export from in the form '[[:]:]' " "or by href. Can be called multiple times." msgstr "" -#: pulpcore/cli/core/generic.py:25 +#: pulpcore/cli/core/generic.py:49 +msgid "Either an href or a UUID must be provided." +msgstr "" + +#: pulpcore/cli/core/generic.py:55 msgid "List only tasks with this name." msgstr "" -#: pulpcore/cli/core/generic.py:29 +#: pulpcore/cli/core/generic.py:59 msgid "List only tasks whose name contains this." msgstr "" -#: pulpcore/cli/core/generic.py:34 +#: pulpcore/cli/core/generic.py:64 msgid "List only tasks with this correlation id." msgstr "" -#: pulpcore/cli/core/generic.py:43 +#: pulpcore/cli/core/generic.py:73 msgid "List only tasks in this state." msgstr "" -#: pulpcore/cli/core/group.py:48 +#: pulpcore/cli/core/generic.py:83 +msgid "" +"List only tasks in one of these states. Can be specified multiple times." +msgstr "" + +#: pulpcore/cli/core/generic.py:87 +msgid "List only tasks in this task group. Provide pulp_href or UUID." +msgstr "" + +#: pulpcore/cli/core/generic.py:92 +msgid "Parent task by uuid or href." +msgstr "" + +#: pulpcore/cli/core/generic.py:101 +msgid "Worker used to execute the task by name or href." +msgstr "" + +#: pulpcore/cli/core/generic.py:106 +msgid "Href of a resource created in the task." +msgstr "" + +#: pulpcore/cli/core/generic.py:111 +msgid "Filter for tasks started at or after this date" +msgstr "" + +#: pulpcore/cli/core/generic.py:117 +msgid "Filter for tasks started at or before this date" +msgstr "" + +#: pulpcore/cli/core/generic.py:123 +msgid "Filter for tasks finished at or after this date" +msgstr "" + +#: pulpcore/cli/core/generic.py:129 +msgid "Filter for tasks finished at or before this date" +msgstr "" + +#: pulpcore/cli/core/group.py:47 msgid "This type of Permission does not have an object." msgstr "" -#: pulpcore/cli/core/group.py:50 +#: pulpcore/cli/core/group.py:49 msgid "This type of Permission needs an object." msgstr "" -#: pulpcore/cli/core/group.py:60 -msgid "Manage user groups and their granted permissions." +#: pulpcore/cli/core/group.py:58 pulpcore/cli/core/user.py:34 +msgid "" +"--object must be set when not using --domain. Use \"\" to specify a global " +"role." +msgstr "" + +#: pulpcore/cli/core/group.py:81 pulpcore/cli/core/user.py:62 +msgid "Domain the role is applied in" msgstr "" -#: pulpcore/cli/core/group.py:103 +#: pulpcore/cli/core/group.py:93 +#, fuzzy +msgid "Manage user groups." +msgstr "Benutzergruppen" + +#: pulpcore/cli/core/group.py:141 msgid "Show a list of the permissioons granted to a group." msgstr "" -#: pulpcore/cli/core/group.py:108 +#: pulpcore/cli/core/group.py:146 msgid "Grant a permission to the group." msgstr "" -#: pulpcore/cli/core/group.py:125 +#: pulpcore/cli/core/group.py:163 msgid "Revoke a permission from the group." msgstr "" -#: pulpcore/cli/core/importer.py:26 +#: pulpcore/cli/core/group.py:229 pulpcore/cli/core/user.py:134 +msgid "" +"Filter roles by the associated object. Use \"\" to list global assignments." +msgstr "" + +#: pulpcore/cli/core/group.py:244 pulpcore/cli/core/group.py:266 +#: pulpcore/cli/core/user.py:149 pulpcore/cli/core/user.py:171 +msgid "Associated object; use \"\" for global assignments." +msgstr "" + +#: pulpcore/cli/core/importer.py:31 msgid "" "A map of source repository name to destination repository name (eg. --repo-" "map src dest)" msgstr "" -#: pulpcore/cli/core/orphan.py:24 +#: pulpcore/cli/core/orphan.py:36 msgid "List of specific Contents to delete if they are orphans" msgstr "" -#: pulpcore/cli/core/orphan.py:33 +#: pulpcore/cli/core/orphan.py:45 msgid "" "How long in minutes Pulp should hold orphan Content and Artifacts before " "becoming candidates for cleanup task" msgstr "" -#: pulpcore/cli/core/show.py:12 +#: pulpcore/cli/core/role.py:35 +msgid "Cannot specify `--permission` and `--no-permission`." +msgstr "" + +#: pulpcore/cli/core/role.py:58 +msgid "" +"Permission in the form '.'. Can be used multiple times." +msgstr "" + +#: pulpcore/cli/core/role.py:63 +#, fuzzy +msgid "Name of the role" +msgstr "Benutzername des Eintrags" + +#: pulpcore/cli/core/show.py:11 msgid "HREF of the entry" msgstr "HREF des Eintrags" @@ -294,47 +255,201 @@ msgstr "Wartezeit in Sekunden zwischen Versuchen." msgid "Cannot specify a negative retry count." msgstr "Ein negativer Wiederholungszähler kann nicht angegeben werden." -#: pulpcore/cli/core/task.py:34 +#: pulpcore/cli/core/task.py:46 pulpcore/cli/core/task_group.py:44 #, python-brace-format msgid "UUID of the {entity}" msgstr "UUID des/der {entity}" -#: pulpcore/cli/core/task.py:54 +#: pulpcore/cli/core/task.py:66 +msgid "Href of a resource reserved by the task." +msgstr "" + +#: pulpcore/cli/core/task.py:72 +msgid "" +"Href of a resource reserved by the task. May be specified multiple times." +msgstr "" + +#: pulpcore/cli/core/task.py:78 +msgid "Href of a resource reserved exclusively by the task." +msgstr "" + +#: pulpcore/cli/core/task.py:85 +msgid "" +"Href of a resource reserved exclusively by the task. May be specified " +"multiple times." +msgstr "" + +#: pulpcore/cli/core/task.py:93 +msgid "Href of a resource shared by the task." +msgstr "" + +#: pulpcore/cli/core/task.py:99 +msgid "Href of a resource shared by the task. May be specified multiple times." +msgstr "" + +#: pulpcore/cli/core/task.py:117 msgid "Wait for the task to finish" msgstr "Warte bis die Aufgabe beendet ist." -#: pulpcore/cli/core/task.py:62 +#: pulpcore/cli/core/task.py:125 #, python-brace-format msgid "Waiting for task {href} to finish." msgstr "Warten bis die Aufgabe {href} beendet ist." -#: pulpcore/cli/core/task.py:72 +#: pulpcore/cli/core/task.py:135 msgid "Cancel all 'waiting' and 'running' tasks." msgstr "Alle laufenden und wartenden Aufgaben abbrechen." -#: pulpcore/cli/core/task.py:74 +#: pulpcore/cli/core/task.py:137 msgid "Cancel all 'waiting' tasks." msgstr "Alle wartenden Aufgaben abbrechen." -#: pulpcore/cli/core/task.py:75 +#: pulpcore/cli/core/task.py:138 msgid "Cancel all 'running' tasks." msgstr "Alle laufenden Aufgaben abbrechen." -#: pulpcore/cli/core/task.py:103 +#: pulpcore/cli/core/task.py:165 #, python-brace-format msgid "Task {href} is in state {state} and cannot be canceled." msgstr "" "Aufgabe {href} hat den Status {state} und kann nicht abgebrochen werden." -#: pulpcore/cli/core/task.py:109 -#, python-brace-format -msgid "Waiting to cancel task {href}" -msgstr "Warte bis die Aufgabe {href} abgebrochen ist" +#: pulpcore/cli/core/task.py:177 +msgid "" +"Purge task-records whose 'finished' time is **before** the time specified." +msgstr "" + +#: pulpcore/cli/core/task.py:182 +msgid "" +"Only purge tasks in the specified state(s). Can be specified multiple times." +msgstr "" + +#: pulpcore/cli/core/task_group.py:53 +#, fuzzy +msgid "Wait for the group-task to finish" +msgstr "Warte bis die Aufgabe beendet ist." + +#: pulpcore/cli/core/task_group.py:63 +#, fuzzy +msgid "Waiting for all tasks to be dispatched" +msgstr "Warte bis die Aufgabe beendet ist." + +#: pulpcore/cli/core/task_group.py:72 +#, fuzzy +msgid "Waiting for the following tasks to finish: {}" +msgstr "Warte bis die Aufgabe beendet ist." + +#: pulpcore/cli/core/upstream_pulp.py:34 +msgid "The username to authenticate to the upstream pulp." +msgstr "" + +#: pulpcore/cli/core/upstream_pulp.py:38 +msgid "The password to authenticate to the upstream pulp." +msgstr "" + +#: pulpcore/cli/core/upstream_pulp.py:47 +msgid "a PEM encoded client certificate or @file containing same" +msgstr "" -#: pulpcore/cli/core/task.py:115 -msgid "Done." -msgstr "Fertig." +#: pulpcore/cli/core/upstream_pulp.py:52 +msgid "a PEM encode private key or @file containing same" +msgstr "" -#: pulpcore/cli/core/user.py:29 -msgid "Username of the entry" +#: pulpcore/cli/core/upstream_pulp.py:58 +msgid "Name of the upstream pulp" +msgstr "" + +#: pulpcore/cli/core/user.py:52 +#, fuzzy, python-brace-format +msgid "Username of the {entity}" msgstr "Benutzername des Eintrags" + +#: pulpcore/cli/core/user.py:80 +msgid "" +"Password for the user. Provide an empty string to disable password " +"authentication." +msgstr "" + +#~ msgid "artifact" +#~ msgstr "Artefakt" + +#~ msgid "artifacts" +#~ msgstr "Artefakte" + +#~ msgid "Artifact already exists." +#~ msgstr "Das Artefakt existiert bereits." + +#, python-brace-format +#~ msgid "Uploading file {filename}" +#~ msgstr "Datei {filename} wird hochgeladen" + +#~ msgid "Upload complete. Creating artifact." +#~ msgstr "Hochladen vollständig. Artefakt wird erstellt." + +#~ msgid "Pulp exporter" +#~ msgstr "Pulp Exporter" + +#~ msgid "Pulp exporters" +#~ msgstr "Pulp Exporter" + +#~ msgid "Pulp export" +#~ msgstr "Pulp Export" + +#~ msgid "Pulp exports" +#~ msgstr "Pulp Exporte" + +#~ msgid "user group" +#~ msgstr "Benutzergruppe" + +#~ msgid "group permission" +#~ msgstr "Gruppen Berechtigung" + +#~ msgid "group permissions" +#~ msgstr "Gruppen Berechtigungen" + +#, python-brace-format +#~ msgid "Could not find {entity} with {kwargs}." +#~ msgstr "Kann {entity} mit {kwargs} nicht finden." + +#~ msgid "Pulp importer" +#~ msgstr "Pulp Importer" + +#~ msgid "Pulp importers" +#~ msgstr "Pulp Importer" + +#~ msgid "signing service" +#~ msgstr "Signatur Service" + +#~ msgid "signing services" +#~ msgstr "Signatur Services" + +#~ msgid "task" +#~ msgstr "Aufgabe" + +#~ msgid "tasks" +#~ msgstr "Aufgaben" + +#~ msgid "task group" +#~ msgstr "Aufgabengruppe" + +#~ msgid "task groups" +#~ msgstr "Aufgabengruppen" + +#~ msgid "user" +#~ msgstr "Benutzer" + +#~ msgid "users" +#~ msgstr "Benutzer" + +#~ msgid "worker" +#~ msgstr "Arbeiter" + +#~ msgid "workers" +#~ msgstr "Arbeiter" + +#, python-brace-format +#~ msgid "Waiting to cancel task {href}" +#~ msgstr "Warte bis die Aufgabe {href} abgebrochen ist" + +#~ msgid "Done." +#~ msgstr "Fertig." diff --git a/pulpcore/cli/core/locale/messages.pot b/pulpcore/cli/core/locale/messages.pot index 9056e550..3e2b8e9e 100644 --- a/pulpcore/cli/core/locale/messages.pot +++ b/pulpcore/cli/core/locale/messages.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-11-06 19:41+0100\n" +"POT-Creation-Date: 2023-10-04 09:12+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,319 +17,345 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: pulpcore/cli/core/content_guard.py:61 pulpcore/cli/core/content_guard.py:89 -msgid "" -"Group to remove download permission from. Can be specified multiple times." +#: pulpcore/cli/core/content_guard.py:67 +msgid "Group to add download role to. Can be specified multiple times." msgstr "" -#: pulpcore/cli/core/content_guard.py:67 pulpcore/cli/core/content_guard.py:95 -msgid "" -"User to remove download permission from. Can be specified multiple times." +#: pulpcore/cli/core/content_guard.py:73 +msgid "User to add download role to. Can be specified multiple times." msgstr "" -#: pulpcore/cli/core/context.py:16 -msgid "access policy" +#: pulpcore/cli/core/content_guard.py:96 +msgid "Group to remove download role from. Can be specified multiple times." msgstr "" -#: pulpcore/cli/core/context.py:17 -msgid "access policies" +#: pulpcore/cli/core/content_guard.py:102 +msgid "User to remove download role from. Can be specified multiple times." msgstr "" -#: pulpcore/cli/core/context.py:25 -msgid "artifact" +#: pulpcore/cli/core/content_guard.py:145 +#: pulpcore/cli/core/content_guard.py:155 pulpcore/cli/core/upstream_pulp.py:42 +msgid "a PEM encoded CA certificate or @file containing same" msgstr "" -#: pulpcore/cli/core/context.py:26 -msgid "artifacts" +#: pulpcore/cli/core/domain.py:40 +msgid "Settings for storage backend" msgstr "" -#: pulpcore/cli/core/context.py:46 -msgid "Artifact already exists." +#: pulpcore/cli/core/domain.py:46 +msgid "Have content app redirect to object storage" msgstr "" -#: pulpcore/cli/core/context.py:49 -#, python-brace-format -msgid "Uploading file {filename}" +#: pulpcore/cli/core/domain.py:52 +msgid "Hide guarded distributions in the content app" msgstr "" -#: pulpcore/cli/core/context.py:75 -msgid "Upload complete. Creating artifact." +#: pulpcore/cli/core/domain.py:61 +msgid "Name of the domain" msgstr "" -#: pulpcore/cli/core/context.py:88 -msgid "Pulp exporter" +#: pulpcore/cli/core/domain.py:66 +msgid "Storage backend for domain" msgstr "" -#: pulpcore/cli/core/context.py:89 -msgid "Pulp exporters" +#: pulpcore/cli/core/export.py:44 +#, python-brace-format +msgid "'{value}' is not a valid href for {option_name}." msgstr "" -#: pulpcore/cli/core/context.py:99 -msgid "Pulp export" +#: pulpcore/cli/core/export.py:55 +msgid "Repositories must be specified with plugin and type" msgstr "" -#: pulpcore/cli/core/context.py:100 -msgid "Pulp exports" +#: pulpcore/cli/core/export.py:61 +#, python-brace-format +msgid "" +"The type '{plugin}:{resource_type}' is not valid for the {option_name} " +"option." msgstr "" -#: pulpcore/cli/core/context.py:114 -msgid "user group" +#: pulpcore/cli/core/export.py:72 +#, python-brace-format +msgid "" +"The type '{plugin}:{resource_type}' does not support the '{capability}' " +"capability." msgstr "" -#: pulpcore/cli/core/context.py:115 -msgid "user groups" +#: pulpcore/cli/core/export.py:105 +msgid "Name of owning PulpExporter" msgstr "" -#: pulpcore/cli/core/context.py:125 -msgid "group permission" +#: pulpcore/cli/core/export.py:107 +msgid "Limit the number of exporters to show." msgstr "" -#: pulpcore/cli/core/context.py:126 -msgid "group permissions" +#: pulpcore/cli/core/export.py:109 +msgid "Skip a number of exporters to show." msgstr "" -#: pulpcore/cli/core/context.py:145 -#, python-brace-format -msgid "Could not find {entity} with {kwargs}." +#: pulpcore/cli/core/export.py:130 +msgid "Examples: 512MB, 1GB" msgstr "" -#: pulpcore/cli/core/context.py:157 -msgid "group model permission" +#: pulpcore/cli/core/exporter.py:33 +msgid "" +"Repository to export from in the form '[[:]:]' " +"or by href. Can be called multiple times." msgstr "" -#: pulpcore/cli/core/context.py:158 -msgid "group model permissions" +#: pulpcore/cli/core/generic.py:49 +msgid "Either an href or a UUID must be provided." msgstr "" -#: pulpcore/cli/core/context.py:167 -msgid "group object permission" +#: pulpcore/cli/core/generic.py:55 +msgid "List only tasks with this name." msgstr "" -#: pulpcore/cli/core/context.py:168 -msgid "group object permissions" +#: pulpcore/cli/core/generic.py:59 +msgid "List only tasks whose name contains this." msgstr "" -#: pulpcore/cli/core/context.py:177 -msgid "group user" +#: pulpcore/cli/core/generic.py:64 +msgid "List only tasks with this correlation id." msgstr "" -#: pulpcore/cli/core/context.py:178 -msgid "group users" +#: pulpcore/cli/core/generic.py:73 +msgid "List only tasks in this state." msgstr "" -#: pulpcore/cli/core/context.py:202 -msgid "Pulp importer" +#: pulpcore/cli/core/generic.py:83 +msgid "" +"List only tasks in one of these states. Can be specified multiple times." msgstr "" -#: pulpcore/cli/core/context.py:203 -msgid "Pulp importers" +#: pulpcore/cli/core/generic.py:87 +msgid "List only tasks in this task group. Provide pulp_href or UUID." msgstr "" -#: pulpcore/cli/core/context.py:234 -msgid "signing service" +#: pulpcore/cli/core/generic.py:92 +msgid "Parent task by uuid or href." msgstr "" -#: pulpcore/cli/core/context.py:235 -msgid "signing services" +#: pulpcore/cli/core/generic.py:101 +msgid "Worker used to execute the task by name or href." msgstr "" -#: pulpcore/cli/core/context.py:242 -msgid "task" +#: pulpcore/cli/core/generic.py:106 +msgid "Href of a resource created in the task." msgstr "" -#: pulpcore/cli/core/context.py:243 -msgid "tasks" +#: pulpcore/cli/core/generic.py:111 +msgid "Filter for tasks started at or after this date" msgstr "" -#: pulpcore/cli/core/context.py:268 -msgid "task group" +#: pulpcore/cli/core/generic.py:117 +msgid "Filter for tasks started at or before this date" msgstr "" -#: pulpcore/cli/core/context.py:269 -msgid "task groups" +#: pulpcore/cli/core/generic.py:123 +msgid "Filter for tasks finished at or after this date" msgstr "" -#: pulpcore/cli/core/context.py:276 -msgid "upload" +#: pulpcore/cli/core/generic.py:129 +msgid "Filter for tasks finished at or before this date" msgstr "" -#: pulpcore/cli/core/context.py:277 -msgid "uploads" +#: pulpcore/cli/core/group.py:47 +msgid "This type of Permission does not have an object." msgstr "" -#: pulpcore/cli/core/context.py:295 -msgid "user" +#: pulpcore/cli/core/group.py:49 +msgid "This type of Permission needs an object." msgstr "" -#: pulpcore/cli/core/context.py:296 -msgid "users" +#: pulpcore/cli/core/group.py:58 pulpcore/cli/core/user.py:34 +msgid "" +"--object must be set when not using --domain. Use \"\" to specify a global " +"role." msgstr "" -#: pulpcore/cli/core/context.py:303 -msgid "worker" +#: pulpcore/cli/core/group.py:81 pulpcore/cli/core/user.py:62 +msgid "Domain the role is applied in" msgstr "" -#: pulpcore/cli/core/context.py:304 -msgid "workers" +#: pulpcore/cli/core/group.py:93 +msgid "Manage user groups." msgstr "" -#: pulpcore/cli/core/export.py:36 -#, python-brace-format -msgid "'{value}' is not a valid href for {option_name}." +#: pulpcore/cli/core/group.py:141 +msgid "Show a list of the permissioons granted to a group." msgstr "" -#: pulpcore/cli/core/export.py:47 -msgid "Repositories must be specified with plugin and type" +#: pulpcore/cli/core/group.py:146 +msgid "Grant a permission to the group." msgstr "" -#: pulpcore/cli/core/export.py:53 -#, python-brace-format -msgid "" -"The type '{plugin}:{resource_type}' is not valid for the {option_name} " -"option." +#: pulpcore/cli/core/group.py:163 +msgid "Revoke a permission from the group." msgstr "" -#: pulpcore/cli/core/export.py:66 -#, python-brace-format +#: pulpcore/cli/core/group.py:229 pulpcore/cli/core/user.py:134 msgid "" -"The type '{plugin}:{resource_type}' does not support the '{capability}' " -"capability." +"Filter roles by the associated object. Use \"\" to list global assignments." msgstr "" -#: pulpcore/cli/core/export.py:97 -msgid "Name of owning PulpExporter" +#: pulpcore/cli/core/group.py:244 pulpcore/cli/core/group.py:266 +#: pulpcore/cli/core/user.py:149 pulpcore/cli/core/user.py:171 +msgid "Associated object; use \"\" for global assignments." msgstr "" -#: pulpcore/cli/core/export.py:99 -msgid "Limit the number of exporters to show." +#: pulpcore/cli/core/importer.py:31 +msgid "" +"A map of source repository name to destination repository name (eg. --repo-" +"map src dest)" msgstr "" -#: pulpcore/cli/core/export.py:101 -msgid "Skip a number of exporters to show." +#: pulpcore/cli/core/orphan.py:36 +msgid "List of specific Contents to delete if they are orphans" msgstr "" -#: pulpcore/cli/core/export.py:122 -msgid "Examples: 512MB, 1GB" +#: pulpcore/cli/core/orphan.py:45 +msgid "" +"How long in minutes Pulp should hold orphan Content and Artifacts before " +"becoming candidates for cleanup task" msgstr "" -#: pulpcore/cli/core/exporter.py:36 -msgid "" -"Repository to export from in the form '[[:]:]' " -"or by href. Can be called multiple times." +#: pulpcore/cli/core/role.py:35 +msgid "Cannot specify `--permission` and `--no-permission`." msgstr "" -#: pulpcore/cli/core/generic.py:25 -msgid "List only tasks with this name." +#: pulpcore/cli/core/role.py:58 +msgid "" +"Permission in the form '.'. Can be used multiple times." msgstr "" -#: pulpcore/cli/core/generic.py:29 -msgid "List only tasks whose name contains this." +#: pulpcore/cli/core/role.py:63 +msgid "Name of the role" msgstr "" -#: pulpcore/cli/core/generic.py:34 -msgid "List only tasks with this correlation id." +#: pulpcore/cli/core/show.py:11 +msgid "HREF of the entry" msgstr "" -#: pulpcore/cli/core/generic.py:43 -msgid "List only tasks in this state." +#: pulpcore/cli/core/status.py:13 +msgid "Number of retries before failing." msgstr "" -#: pulpcore/cli/core/group.py:48 -msgid "This type of Permission does not have an object." +#: pulpcore/cli/core/status.py:14 +msgid "Seconds to wait between retries." msgstr "" -#: pulpcore/cli/core/group.py:50 -msgid "This type of Permission needs an object." +#: pulpcore/cli/core/status.py:21 +msgid "Cannot specify a negative retry count." msgstr "" -#: pulpcore/cli/core/group.py:60 -msgid "Manage user groups and their granted permissions." +#: pulpcore/cli/core/task.py:46 pulpcore/cli/core/task_group.py:44 +#, python-brace-format +msgid "UUID of the {entity}" msgstr "" -#: pulpcore/cli/core/group.py:103 -msgid "Show a list of the permissioons granted to a group." +#: pulpcore/cli/core/task.py:66 +msgid "Href of a resource reserved by the task." msgstr "" -#: pulpcore/cli/core/group.py:108 -msgid "Grant a permission to the group." +#: pulpcore/cli/core/task.py:72 +msgid "" +"Href of a resource reserved by the task. May be specified multiple times." msgstr "" -#: pulpcore/cli/core/group.py:125 -msgid "Revoke a permission from the group." +#: pulpcore/cli/core/task.py:78 +msgid "Href of a resource reserved exclusively by the task." msgstr "" -#: pulpcore/cli/core/importer.py:26 +#: pulpcore/cli/core/task.py:85 msgid "" -"A map of source repository name to destination repository name (eg. --repo-" -"map src dest)" +"Href of a resource reserved exclusively by the task. May be specified " +"multiple times." msgstr "" -#: pulpcore/cli/core/orphan.py:24 -msgid "List of specific Contents to delete if they are orphans" +#: pulpcore/cli/core/task.py:93 +msgid "Href of a resource shared by the task." msgstr "" -#: pulpcore/cli/core/orphan.py:33 -msgid "" -"How long in minutes Pulp should hold orphan Content and Artifacts before " -"becoming candidates for cleanup task" +#: pulpcore/cli/core/task.py:99 +msgid "Href of a resource shared by the task. May be specified multiple times." msgstr "" -#: pulpcore/cli/core/show.py:12 -msgid "HREF of the entry" +#: pulpcore/cli/core/task.py:117 +msgid "Wait for the task to finish" msgstr "" -#: pulpcore/cli/core/status.py:13 -msgid "Number of retries before failing." +#: pulpcore/cli/core/task.py:125 +#, python-brace-format +msgid "Waiting for task {href} to finish." msgstr "" -#: pulpcore/cli/core/status.py:14 -msgid "Seconds to wait between retries." +#: pulpcore/cli/core/task.py:135 +msgid "Cancel all 'waiting' and 'running' tasks." msgstr "" -#: pulpcore/cli/core/status.py:21 -msgid "Cannot specify a negative retry count." +#: pulpcore/cli/core/task.py:137 +msgid "Cancel all 'waiting' tasks." +msgstr "" + +#: pulpcore/cli/core/task.py:138 +msgid "Cancel all 'running' tasks." msgstr "" -#: pulpcore/cli/core/task.py:34 +#: pulpcore/cli/core/task.py:165 #, python-brace-format -msgid "UUID of the {entity}" +msgid "Task {href} is in state {state} and cannot be canceled." msgstr "" -#: pulpcore/cli/core/task.py:54 -msgid "Wait for the task to finish" +#: pulpcore/cli/core/task.py:177 +msgid "" +"Purge task-records whose 'finished' time is **before** the time specified." msgstr "" -#: pulpcore/cli/core/task.py:62 -#, python-brace-format -msgid "Waiting for task {href} to finish." +#: pulpcore/cli/core/task.py:182 +msgid "" +"Only purge tasks in the specified state(s). Can be specified multiple times." msgstr "" -#: pulpcore/cli/core/task.py:72 -msgid "Cancel all 'waiting' and 'running' tasks." +#: pulpcore/cli/core/task_group.py:53 +msgid "Wait for the group-task to finish" msgstr "" -#: pulpcore/cli/core/task.py:74 -msgid "Cancel all 'waiting' tasks." +#: pulpcore/cli/core/task_group.py:63 +msgid "Waiting for all tasks to be dispatched" msgstr "" -#: pulpcore/cli/core/task.py:75 -msgid "Cancel all 'running' tasks." +#: pulpcore/cli/core/task_group.py:72 +msgid "Waiting for the following tasks to finish: {}" msgstr "" -#: pulpcore/cli/core/task.py:103 -#, python-brace-format -msgid "Task {href} is in state {state} and cannot be canceled." +#: pulpcore/cli/core/upstream_pulp.py:34 +msgid "The username to authenticate to the upstream pulp." msgstr "" -#: pulpcore/cli/core/task.py:109 -#, python-brace-format -msgid "Waiting to cancel task {href}" +#: pulpcore/cli/core/upstream_pulp.py:38 +msgid "The password to authenticate to the upstream pulp." msgstr "" -#: pulpcore/cli/core/task.py:115 -msgid "Done." +#: pulpcore/cli/core/upstream_pulp.py:47 +msgid "a PEM encoded client certificate or @file containing same" msgstr "" -#: pulpcore/cli/core/user.py:29 -msgid "Username of the entry" +#: pulpcore/cli/core/upstream_pulp.py:52 +msgid "a PEM encode private key or @file containing same" +msgstr "" + +#: pulpcore/cli/core/upstream_pulp.py:58 +msgid "Name of the upstream pulp" +msgstr "" + +#: pulpcore/cli/core/user.py:52 +#, python-brace-format +msgid "Username of the {entity}" +msgstr "" + +#: pulpcore/cli/core/user.py:80 +msgid "" +"Password for the user. Provide an empty string to disable password " +"authentication." msgstr "" diff --git a/pulpcore/cli/file/locale/de/LC_MESSAGES/messages.po b/pulpcore/cli/file/locale/de/LC_MESSAGES/messages.po index 5deeb821..e5308e6d 100644 --- a/pulpcore/cli/file/locale/de/LC_MESSAGES/messages.po +++ b/pulpcore/cli/file/locale/de/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-10-16 23:00+0200\n" +"POT-Creation-Date: 2023-10-04 09:12+0200\n" "PO-Revision-Date: 2021-12-06 11:23+0100\n" "Last-Translator: Matthias Dellweg \n" "Language-Team: \n" @@ -17,116 +17,68 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Poedit 3.0\n" -#: pulpcore/cli/file/acs.py:29 -msgid "path to add to ACS; can be specified multiple times." -msgstr "" - -#: pulpcore/cli/file/acs.py:70 -msgid "ACS already has path '{}'." -msgstr "" - -#: pulpcore/cli/file/acs.py:90 -msgid "ACS does not have path(s): {}." -msgstr "" - -#: pulpcore/cli/file/acs.py:102 +#: pulpcore/cli/file/content.py:62 msgid "" -"Remote to attach to ACS in the form '[[:]:]' or " -"by href." +"Repository to add the content to in the form " +"'[[:]:]' or by href." msgstr "" -#: pulpcore/cli/file/content.py:81 +#: pulpcore/cli/file/content.py:96 msgid "Digest of the artifact to use" msgstr "Fingerabdruck des zu verwendenden Artefakts" -#: pulpcore/cli/file/context.py:20 -msgid "file ACS" -msgstr "" - -#: pulpcore/cli/file/context.py:21 -msgid "file ACSes" -msgstr "" - -#: pulpcore/cli/file/context.py:38 pulpcore/cli/file/context.py:39 -msgid "file content" -msgstr "" - -#: pulpcore/cli/file/context.py:47 -msgid "file distribution" -msgstr "" - -#: pulpcore/cli/file/context.py:48 -msgid "file distributions" -msgstr "" - -#: pulpcore/cli/file/context.py:68 -msgid "file publication" -msgstr "" - -#: pulpcore/cli/file/context.py:69 -msgid "file publications" -msgstr "" - -#: pulpcore/cli/file/context.py:86 -msgid "file remote" -msgstr "" - -#: pulpcore/cli/file/context.py:87 -msgid "file remotes" -msgstr "" - -#: pulpcore/cli/file/distribution.py:32 +#: pulpcore/cli/file/distribution.py:37 msgid "" -"Repository to be used for auto-publishing. When set, this will unset the " +"Repository to be used for auto-distributing. When set, this will unset the " "'publication'. Specified as '[[:]:]' or as href." msgstr "" -#: pulpcore/cli/file/distribution.py:63 +#: pulpcore/cli/file/distribution.py:67 msgid "" -"Publication to be served. This will unset the 'repository' and disable auto " -"publish." +"Publication to be served. This will unset the 'repository' and disable auto-" +"distribute." msgstr "" -#: pulpcore/cli/file/publication.py:50 +#: pulpcore/cli/file/publication.py:53 msgid "a repository version number, leave blank for latest" msgstr "" "Versionsnummer des Repositories, leer lassen um die letzte zu verwenden" -#: pulpcore/cli/file/publication.py:54 +#: pulpcore/cli/file/publication.py:57 msgid "" "Filename to use for manifest file containing metadata for all the files." msgstr "" -#: pulpcore/cli/file/repository.py:56 +#: pulpcore/cli/file/repository.py:58 msgid "" -"Remote used for synching in the form '[[:]:]' " -"or by href." +"Remote used for syncing in the form '[[:]:]' or " +"by href." msgstr "" -#: pulpcore/cli/file/repository.py:80 +#: pulpcore/cli/file/repository.py:83 #, python-brace-format msgid "Validation of '{parameter}' failed: {error}" msgstr "" -#: pulpcore/cli/file/repository.py:135 pulpcore/cli/file/repository.py:279 +#: pulpcore/cli/file/repository.py:139 pulpcore/cli/file/repository.py:293 msgid "" "JSON string with a list of objects to add to the repository.\n" -" Each object must contain the following keys: \"sha256\", \"relative_path" -"\".\n" +" Each object must contain the following keys: \"sha256\", " +"\"relative_path\".\n" " The argument prefixed with the '@' can be the path to a JSON file with a " "list of objects." msgstr "" -#: pulpcore/cli/file/repository.py:144 pulpcore/cli/file/repository.py:290 +#: pulpcore/cli/file/repository.py:148 pulpcore/cli/file/repository.py:304 msgid "" "JSON string with a list of objects to remove from the repository.\n" -" Each object must contain the following keys: \"sha256\", \"relative_path" -"\".\n" +" Each object must contain the following keys: \"sha256\", " +"\"relative_path\".\n" " The argument prefixed with the '@' can be the path to a JSON file with a " "list of objects." msgstr "" -#: pulpcore/cli/file/repository.py:188 +#: pulpcore/cli/file/repository.py:204 #, python-brace-format msgid "" "Repository '{name}' does not have a default remote. Please specify with '--" diff --git a/pulpcore/cli/file/locale/messages.pot b/pulpcore/cli/file/locale/messages.pot index 3b96f202..1c00fa25 100644 --- a/pulpcore/cli/file/locale/messages.pot +++ b/pulpcore/cli/file/locale/messages.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-11-06 19:41+0100\n" +"POT-Creation-Date: 2023-10-04 09:12+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,115 +17,67 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: pulpcore/cli/file/acs.py:29 -msgid "path to add to ACS; can be specified multiple times." -msgstr "" - -#: pulpcore/cli/file/acs.py:70 -msgid "ACS already has path '{}'." -msgstr "" - -#: pulpcore/cli/file/acs.py:90 -msgid "ACS does not have path(s): {}." -msgstr "" - -#: pulpcore/cli/file/acs.py:102 +#: pulpcore/cli/file/content.py:62 msgid "" -"Remote to attach to ACS in the form '[[:]:]' or " -"by href." +"Repository to add the content to in the form " +"'[[:]:]' or by href." msgstr "" -#: pulpcore/cli/file/content.py:81 +#: pulpcore/cli/file/content.py:96 msgid "Digest of the artifact to use" msgstr "" -#: pulpcore/cli/file/context.py:20 -msgid "file ACS" -msgstr "" - -#: pulpcore/cli/file/context.py:21 -msgid "file ACSes" -msgstr "" - -#: pulpcore/cli/file/context.py:38 pulpcore/cli/file/context.py:39 -msgid "file content" -msgstr "" - -#: pulpcore/cli/file/context.py:47 -msgid "file distribution" -msgstr "" - -#: pulpcore/cli/file/context.py:48 -msgid "file distributions" -msgstr "" - -#: pulpcore/cli/file/context.py:68 -msgid "file publication" -msgstr "" - -#: pulpcore/cli/file/context.py:69 -msgid "file publications" -msgstr "" - -#: pulpcore/cli/file/context.py:86 -msgid "file remote" -msgstr "" - -#: pulpcore/cli/file/context.py:87 -msgid "file remotes" -msgstr "" - -#: pulpcore/cli/file/distribution.py:32 +#: pulpcore/cli/file/distribution.py:37 msgid "" -"Repository to be used for auto-publishing. When set, this will unset the " +"Repository to be used for auto-distributing. When set, this will unset the " "'publication'. Specified as '[[:]:]' or as href." msgstr "" -#: pulpcore/cli/file/distribution.py:63 +#: pulpcore/cli/file/distribution.py:67 msgid "" -"Publication to be served. This will unset the 'repository' and disable auto " -"publish." +"Publication to be served. This will unset the 'repository' and disable auto-" +"distribute." msgstr "" -#: pulpcore/cli/file/publication.py:50 +#: pulpcore/cli/file/publication.py:53 msgid "a repository version number, leave blank for latest" msgstr "" -#: pulpcore/cli/file/publication.py:54 +#: pulpcore/cli/file/publication.py:57 msgid "" "Filename to use for manifest file containing metadata for all the files." msgstr "" -#: pulpcore/cli/file/repository.py:56 +#: pulpcore/cli/file/repository.py:58 msgid "" -"Remote used for synching in the form '[[:]:]' " -"or by href." +"Remote used for syncing in the form '[[:]:]' or " +"by href." msgstr "" -#: pulpcore/cli/file/repository.py:80 +#: pulpcore/cli/file/repository.py:83 #, python-brace-format msgid "Validation of '{parameter}' failed: {error}" msgstr "" -#: pulpcore/cli/file/repository.py:135 pulpcore/cli/file/repository.py:279 +#: pulpcore/cli/file/repository.py:139 pulpcore/cli/file/repository.py:293 msgid "" "JSON string with a list of objects to add to the repository.\n" -" Each object must contain the following keys: \"sha256\", \"relative_path" -"\".\n" +" Each object must contain the following keys: \"sha256\", " +"\"relative_path\".\n" " The argument prefixed with the '@' can be the path to a JSON file with a " "list of objects." msgstr "" -#: pulpcore/cli/file/repository.py:144 pulpcore/cli/file/repository.py:290 +#: pulpcore/cli/file/repository.py:148 pulpcore/cli/file/repository.py:304 msgid "" "JSON string with a list of objects to remove from the repository.\n" -" Each object must contain the following keys: \"sha256\", \"relative_path" -"\".\n" +" Each object must contain the following keys: \"sha256\", " +"\"relative_path\".\n" " The argument prefixed with the '@' can be the path to a JSON file with a " "list of objects." msgstr "" -#: pulpcore/cli/file/repository.py:188 +#: pulpcore/cli/file/repository.py:204 #, python-brace-format msgid "" "Repository '{name}' does not have a default remote. Please specify with '--" diff --git a/pulpcore/cli/migration/locale/de/LC_MESSAGES/messages.mo b/pulpcore/cli/migration/locale/de/LC_MESSAGES/messages.mo index 23c15c5794e74ac53c12f6de2c6c6b4e1d669aae..023e1edd23ba4cbd109afe571a7232c80b826e44 100644 GIT binary patch delta 17 ZcmbQuJezsKuE~mwZWDK;Pflkv0RTIw24MgI delta 17 ZcmbQuJezsKuE|V{sS|g2OipJs0RTGB20{P; diff --git a/pulpcore/cli/migration/locale/de/LC_MESSAGES/messages.po b/pulpcore/cli/migration/locale/de/LC_MESSAGES/messages.po index 2fa46caf..7199909c 100644 --- a/pulpcore/cli/migration/locale/de/LC_MESSAGES/messages.po +++ b/pulpcore/cli/migration/locale/de/LC_MESSAGES/messages.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-10-16 23:00+0200\n" +"POT-Creation-Date: 2023-10-04 09:12+0200\n" "PO-Revision-Date: 2021-12-06 11:26+0100\n" +"Last-Translator: Matthias Dellweg \n" +"Language-Team: \n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Last-Translator: Matthias Dellweg \n" -"Language-Team: \n" "X-Generator: Poedit 3.0\n" #: pulpcore/cli/migration/context.py:11 @@ -25,24 +25,24 @@ msgstr "" msgid "pulp_2to3_migration_pulp2_content" msgstr "" -#: pulpcore/cli/migration/context.py:34 +#: pulpcore/cli/migration/context.py:33 msgid "pulp_2to3_migration_pulp2_repository" msgstr "" -#: pulpcore/cli/migration/plan.py:37 +#: pulpcore/cli/migration/plan.py:40 msgid "" "Migration plan in json format. The argument can be prefixed with @ to use a " "file containing the json." msgstr "" -#: pulpcore/cli/migration/plan.py:45 +#: pulpcore/cli/migration/plan.py:48 msgid "Run migration plan" msgstr "Führe Migrationsplan aus." -#: pulpcore/cli/migration/plan.py:46 pulpcore/cli/migration/plan.py:53 +#: pulpcore/cli/migration/plan.py:49 pulpcore/cli/migration/plan.py:56 msgid "HREF of the plan" msgstr "" -#: pulpcore/cli/migration/plan.py:52 +#: pulpcore/cli/migration/plan.py:55 msgid "Reset Pulp 3 data for plugins specified in the migration plan" msgstr "" diff --git a/pulpcore/cli/migration/locale/messages.pot b/pulpcore/cli/migration/locale/messages.pot index 404dd493..b34a0c38 100644 --- a/pulpcore/cli/migration/locale/messages.pot +++ b/pulpcore/cli/migration/locale/messages.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-11-06 19:41+0100\n" +"POT-Creation-Date: 2023-10-04 09:12+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -25,24 +25,24 @@ msgstr "" msgid "pulp_2to3_migration_pulp2_content" msgstr "" -#: pulpcore/cli/migration/context.py:34 +#: pulpcore/cli/migration/context.py:33 msgid "pulp_2to3_migration_pulp2_repository" msgstr "" -#: pulpcore/cli/migration/plan.py:37 +#: pulpcore/cli/migration/plan.py:40 msgid "" "Migration plan in json format. The argument can be prefixed with @ to use a " "file containing the json." msgstr "" -#: pulpcore/cli/migration/plan.py:45 +#: pulpcore/cli/migration/plan.py:48 msgid "Run migration plan" msgstr "" -#: pulpcore/cli/migration/plan.py:46 pulpcore/cli/migration/plan.py:53 +#: pulpcore/cli/migration/plan.py:49 pulpcore/cli/migration/plan.py:56 msgid "HREF of the plan" msgstr "" -#: pulpcore/cli/migration/plan.py:52 +#: pulpcore/cli/migration/plan.py:55 msgid "Reset Pulp 3 data for plugins specified in the migration plan" msgstr "" diff --git a/pulpcore/cli/python/locale/de/LC_MESSAGES/messages.mo b/pulpcore/cli/python/locale/de/LC_MESSAGES/messages.mo index 51684a6f2823d32a2fc179565e6f0e5892f13981..56f61dd974bfdd324776e2a68ee53ae396f804e0 100644 GIT binary patch delta 20 ccmbQmK8t>WKv`V08cXp;{X5v delta 20 ccmbQmK8t\n" +"Language-Team: \n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Last-Translator: Matthias Dellweg \n" -"Language-Team: \n" "X-Generator: Poedit 3.0\n" -#: pulpcore/cli/python/content.py:55 pulpcore/cli/python/content.py:76 +#: pulpcore/cli/python/content.py:46 +msgid "" +"Repository to add the content to in the form " +"'[[:]:]' or by href." +msgstr "" + +#: pulpcore/cli/python/content.py:70 pulpcore/cli/python/content.py:91 msgid "Exact name of file" msgstr "" -#: pulpcore/cli/python/content.py:60 +#: pulpcore/cli/python/content.py:75 msgid "Digest of the artifact to use" msgstr "Fingerabdruck des zu verwendenden Artefakts" -#: pulpcore/cli/python/content.py:77 +#: pulpcore/cli/python/content.py:92 msgid "Path to file" msgstr "Pfad zur Datei" -#: pulpcore/cli/python/context.py:20 -msgid "python package" -msgstr "" - -#: pulpcore/cli/python/context.py:21 -msgid "python packages" -msgstr "" - -#: pulpcore/cli/python/context.py:29 -msgid "python distribution" -msgstr "" - -#: pulpcore/cli/python/context.py:30 -msgid "python distributions" -msgstr "" - -#: pulpcore/cli/python/context.py:50 -msgid "python publication" -msgstr "" - -#: pulpcore/cli/python/context.py:51 -msgid "python publications" -msgstr "" - -#: pulpcore/cli/python/context.py:68 -msgid "python remote" -msgstr "" - -#: pulpcore/cli/python/context.py:69 -msgid "python remotes" -msgstr "" - -#: pulpcore/cli/python/distribution.py:33 +#: pulpcore/cli/python/distribution.py:41 msgid "" -"Repository to be used for auto-publishing. When set, this will unset the " +"Repository to be used for auto-distributing. When set, this will unset the " "'publication'. Specified as '[[:]:]' or as href." msgstr "" -#: pulpcore/cli/python/distribution.py:64 +#: pulpcore/cli/python/distribution.py:72 msgid "" -"Publication to be served. This will unset the 'repository' and disable auto " -"publish." +"Publication to be served. This will unset the 'repository' and disable auto-" +"distribute." msgstr "" -#: pulpcore/cli/python/publication.py:50 +#: pulpcore/cli/python/publication.py:52 msgid "a repository version number, leave blank for latest" msgstr "" "Versionsnummer des Repositories, leer lassen um die letzte zu verwenden" -#: pulpcore/cli/python/remote.py:42 +#: pulpcore/cli/python/remote.py:52 msgid "Failed to decode JSON: {}" msgstr "Die JSON-Dekodierung ist fehlgeschlagen: {}" -#: pulpcore/cli/python/remote.py:72 +#: pulpcore/cli/python/remote.py:83 msgid "Package allowlist" msgstr "" -#: pulpcore/cli/python/remote.py:73 +#: pulpcore/cli/python/remote.py:84 msgid "Package blocklist" msgstr "" -#: pulpcore/cli/python/remote.py:124 +#: pulpcore/cli/python/remote.py:137 #, python-brace-format msgid "Failed to load content from {requirements_file}" msgstr "" -#: pulpcore/cli/python/repository.py:53 +#: pulpcore/cli/python/repository.py:54 msgid "" "Remote used for synching in the form '[[:]:]' " "or by href." msgstr "" -#: pulpcore/cli/python/repository.py:102 +#: pulpcore/cli/python/repository.py:104 msgid "Filename of the python package" msgstr "" -#: pulpcore/cli/python/repository.py:110 +#: pulpcore/cli/python/repository.py:112 msgid "" "JSON string with a list of objects to add to the repository.\n" " Each object should have the key: \"filename\"\n" @@ -113,7 +87,7 @@ msgid "" "list of objects." msgstr "" -#: pulpcore/cli/python/repository.py:119 +#: pulpcore/cli/python/repository.py:121 msgid "" "JSON string with a list of objects to remove from the repository.\n" " Each object should have the key: \"filename\"\n" @@ -121,7 +95,7 @@ msgid "" "list of objects." msgstr "" -#: pulpcore/cli/python/repository.py:163 +#: pulpcore/cli/python/repository.py:169 #, python-brace-format msgid "" "Repository '{name}' does not have a default remote. Please specify with '--" diff --git a/pulpcore/cli/python/locale/messages.pot b/pulpcore/cli/python/locale/messages.pot index 0b8a9bbf..be403aa7 100644 --- a/pulpcore/cli/python/locale/messages.pot +++ b/pulpcore/cli/python/locale/messages.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-11-06 19:41+0100\n" +"POT-Creation-Date: 2023-10-04 09:12+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,94 +17,68 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: pulpcore/cli/python/content.py:55 pulpcore/cli/python/content.py:76 +#: pulpcore/cli/python/content.py:46 +msgid "" +"Repository to add the content to in the form " +"'[[:]:]' or by href." +msgstr "" + +#: pulpcore/cli/python/content.py:70 pulpcore/cli/python/content.py:91 msgid "Exact name of file" msgstr "" -#: pulpcore/cli/python/content.py:60 +#: pulpcore/cli/python/content.py:75 msgid "Digest of the artifact to use" msgstr "" -#: pulpcore/cli/python/content.py:77 +#: pulpcore/cli/python/content.py:92 msgid "Path to file" msgstr "" -#: pulpcore/cli/python/context.py:20 -msgid "python package" -msgstr "" - -#: pulpcore/cli/python/context.py:21 -msgid "python packages" -msgstr "" - -#: pulpcore/cli/python/context.py:29 -msgid "python distribution" -msgstr "" - -#: pulpcore/cli/python/context.py:30 -msgid "python distributions" -msgstr "" - -#: pulpcore/cli/python/context.py:50 -msgid "python publication" -msgstr "" - -#: pulpcore/cli/python/context.py:51 -msgid "python publications" -msgstr "" - -#: pulpcore/cli/python/context.py:68 -msgid "python remote" -msgstr "" - -#: pulpcore/cli/python/context.py:69 -msgid "python remotes" -msgstr "" - -#: pulpcore/cli/python/distribution.py:33 +#: pulpcore/cli/python/distribution.py:41 msgid "" -"Repository to be used for auto-publishing. When set, this will unset the " +"Repository to be used for auto-distributing. When set, this will unset the " "'publication'. Specified as '[[:]:]' or as href." msgstr "" -#: pulpcore/cli/python/distribution.py:64 +#: pulpcore/cli/python/distribution.py:72 msgid "" -"Publication to be served. This will unset the 'repository' and disable auto " -"publish." +"Publication to be served. This will unset the 'repository' and disable auto-" +"distribute." msgstr "" -#: pulpcore/cli/python/publication.py:50 +#: pulpcore/cli/python/publication.py:52 msgid "a repository version number, leave blank for latest" msgstr "" -#: pulpcore/cli/python/remote.py:42 +#: pulpcore/cli/python/remote.py:52 msgid "Failed to decode JSON: {}" msgstr "" -#: pulpcore/cli/python/remote.py:72 +#: pulpcore/cli/python/remote.py:83 msgid "Package allowlist" msgstr "" -#: pulpcore/cli/python/remote.py:73 +#: pulpcore/cli/python/remote.py:84 msgid "Package blocklist" msgstr "" -#: pulpcore/cli/python/remote.py:124 +#: pulpcore/cli/python/remote.py:137 #, python-brace-format msgid "Failed to load content from {requirements_file}" msgstr "" -#: pulpcore/cli/python/repository.py:53 +#: pulpcore/cli/python/repository.py:54 msgid "" "Remote used for synching in the form '[[:]:]' " "or by href." msgstr "" -#: pulpcore/cli/python/repository.py:102 +#: pulpcore/cli/python/repository.py:104 msgid "Filename of the python package" msgstr "" -#: pulpcore/cli/python/repository.py:110 +#: pulpcore/cli/python/repository.py:112 msgid "" "JSON string with a list of objects to add to the repository.\n" " Each object should have the key: \"filename\"\n" @@ -112,7 +86,7 @@ msgid "" "list of objects." msgstr "" -#: pulpcore/cli/python/repository.py:119 +#: pulpcore/cli/python/repository.py:121 msgid "" "JSON string with a list of objects to remove from the repository.\n" " Each object should have the key: \"filename\"\n" @@ -120,7 +94,7 @@ msgid "" "list of objects." msgstr "" -#: pulpcore/cli/python/repository.py:163 +#: pulpcore/cli/python/repository.py:169 #, python-brace-format msgid "" "Repository '{name}' does not have a default remote. Please specify with '--" diff --git a/pulpcore/cli/rpm/locale/de/LC_MESSAGES/messages.po b/pulpcore/cli/rpm/locale/de/LC_MESSAGES/messages.po index a8b91c44..fda76d25 100644 --- a/pulpcore/cli/rpm/locale/de/LC_MESSAGES/messages.po +++ b/pulpcore/cli/rpm/locale/de/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-12-06 11:10+0100\n" +"POT-Creation-Date: 2023-10-04 09:12+0200\n" "PO-Revision-Date: 2021-12-06 11:24+0100\n" "Last-Translator: Matthias Dellweg \n" "Language-Team: \n" @@ -17,85 +17,111 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Poedit 3.0\n" -#: pulpcore/cli/rpm/acs.py:30 -msgid "path to add to ACS; can be specified multiple times." +#: pulpcore/cli/rpm/comps.py:23 +msgid "Repository to associate the comps-units to, takes or href." +msgstr "" + +#: pulpcore/cli/rpm/content.py:78 +msgid "" +"Repository to add the content to in the form " +"'[[:]:]' or by href." msgstr "" -#: pulpcore/cli/rpm/acs.py:71 -msgid "ACS already has path '{}'." +#: pulpcore/cli/rpm/content.py:233 +msgid "Digest of the artifact to use" +msgstr "Fingerabdruck des zu verwendenden Artefakts" + +#: pulpcore/cli/rpm/content.py:261 +msgid "Relative path within a distribution of the entity" msgstr "" -#: pulpcore/cli/rpm/acs.py:91 -msgid "ACS does not have path(s): {}." +#: pulpcore/cli/rpm/content.py:268 +msgid "An RPM binary" msgstr "" -#: pulpcore/cli/rpm/acs.py:103 +#: pulpcore/cli/rpm/content.py:275 +msgid "An advisory JSON file." +msgstr "" + +#: pulpcore/cli/rpm/distribution.py:36 msgid "" -"Remote to attach to ACS in the form '[[:]:]' or " -"by href." +"Repository to be used for auto-distributing. When set, this will unset the " +"'publication'. Specified as '[[:]:]' or as href." msgstr "" -#: pulpcore/cli/rpm/comps.py:24 -msgid "Repository to associate the comps-units to, takes or href." +#: pulpcore/cli/rpm/distribution.py:67 +msgid "" +"Publication to be served. This will unset the 'repository' and disable auto-" +"distribute." msgstr "" -#: pulpcore/cli/rpm/content.py:96 -msgid "Digest of the artifact to use" -msgstr "Fingerabdruck des zu verwendenden Artefakts" +#: pulpcore/cli/rpm/distribution.py:74 +msgid "" +"Option specifying whether ``*.repo`` files will be generated and served." +msgstr "" -#: pulpcore/cli/rpm/context.py:22 -msgid "rpm ACS" +#: pulpcore/cli/rpm/publication.py:53 +msgid "a repository version number, leave blank for latest" msgstr "" +"Versionsnummer des Repositories, leer lassen um die letzte zu verwenden" -#: pulpcore/cli/rpm/context.py:23 -msgid "rpm ACSes" +#: pulpcore/cli/rpm/remote.py:60 +msgid "a PEM encoded CA certificate or @file containing same" msgstr "" -#: pulpcore/cli/rpm/context.py:45 -#, python-brace-format -msgid "Uploading file {filename}" +#: pulpcore/cli/rpm/remote.py:65 +msgid "a PEM encoded client certificate or @file containing same" +msgstr "" + +#: pulpcore/cli/rpm/remote.py:70 +msgid "a PEM encode private key or @file containing same" msgstr "" -#: pulpcore/cli/rpm/context.py:55 -msgid "rpm distribution" +#: pulpcore/cli/rpm/remote.py:75 +msgid "total number of simultaneous connections" msgstr "" -#: pulpcore/cli/rpm/context.py:56 -msgid "rpm distributions" +#: pulpcore/cli/rpm/remote.py:80 +msgid "" +"The password to authenticate to the remote (can contain leading and trailing " +"spaces)." msgstr "" -#: pulpcore/cli/rpm/context.py:76 -msgid "rpm publication" +#: pulpcore/cli/rpm/remote.py:91 +msgid "" +"The password to authenticate to the proxy (can contain leading and trailing " +"spaces)." msgstr "" -#: pulpcore/cli/rpm/context.py:77 -msgid "rpm publications" +#: pulpcore/cli/rpm/remote.py:94 +msgid "limit download rate in requests per second" msgstr "" -#: pulpcore/cli/rpm/context.py:94 -msgid "rpm remote" +#: pulpcore/cli/rpm/remote.py:108 pulpcore/cli/rpm/remote.py:126 +msgid "" +"For remote_type:uln, Use the ULN channel name starting with uln://. For " +"remote_type:rpm, use url with http/https." msgstr "" -#: pulpcore/cli/rpm/context.py:95 -msgid "rpm remotes" +#: pulpcore/cli/rpm/remote.py:117 +msgid "ULN Server base URL, default is 'https://linux-update.oracle.com/'" msgstr "" -#: pulpcore/cli/rpm/publication.py:46 -msgid "a repository version number, leave blank for latest" +#: pulpcore/cli/rpm/remote.py:133 +msgid "ULN Server base URL." msgstr "" -"Versionsnummer des Repositories, leer lassen um die letzte zu verwenden" -#: pulpcore/cli/rpm/repository.py:56 +#: pulpcore/cli/rpm/repository.py:60 msgid "" "Remote used for synching in the form '[[:]:]' " "or by href." msgstr "" -#: pulpcore/cli/rpm/repository.py:94 +#: pulpcore/cli/rpm/repository.py:106 msgid "Href of the rpm package to use" msgstr "" -#: pulpcore/cli/rpm/repository.py:107 +#: pulpcore/cli/rpm/repository.py:119 msgid "" "JSON string with a list of objects to add to the repository.\n" " Each object must contain the following keys: \"pulp_href\".\n" @@ -103,7 +129,7 @@ msgid "" "list of objects." msgstr "" -#: pulpcore/cli/rpm/repository.py:116 +#: pulpcore/cli/rpm/repository.py:128 msgid "" "JSON string with a list of objects to remove from the repository.\n" " Each object must contain the following keys: \"pulp_href\".\n" @@ -111,7 +137,7 @@ msgid "" "list of objects." msgstr "" -#: pulpcore/cli/rpm/repository.py:192 +#: pulpcore/cli/rpm/repository.py:247 #, python-brace-format msgid "" "Repository '{name}' does not have a default remote. Please specify with '--" diff --git a/pulpcore/cli/rpm/locale/messages.pot b/pulpcore/cli/rpm/locale/messages.pot index 57080ab0..acaabffc 100644 --- a/pulpcore/cli/rpm/locale/messages.pot +++ b/pulpcore/cli/rpm/locale/messages.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-12-06 11:10+0100\n" +"POT-Creation-Date: 2023-10-04 09:12+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,84 +17,110 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: pulpcore/cli/rpm/acs.py:30 -msgid "path to add to ACS; can be specified multiple times." +#: pulpcore/cli/rpm/comps.py:23 +msgid "Repository to associate the comps-units to, takes or href." +msgstr "" + +#: pulpcore/cli/rpm/content.py:78 +msgid "" +"Repository to add the content to in the form " +"'[[:]:]' or by href." msgstr "" -#: pulpcore/cli/rpm/acs.py:71 -msgid "ACS already has path '{}'." +#: pulpcore/cli/rpm/content.py:233 +msgid "Digest of the artifact to use" msgstr "" -#: pulpcore/cli/rpm/acs.py:91 -msgid "ACS does not have path(s): {}." +#: pulpcore/cli/rpm/content.py:261 +msgid "Relative path within a distribution of the entity" msgstr "" -#: pulpcore/cli/rpm/acs.py:103 +#: pulpcore/cli/rpm/content.py:268 +msgid "An RPM binary" +msgstr "" + +#: pulpcore/cli/rpm/content.py:275 +msgid "An advisory JSON file." +msgstr "" + +#: pulpcore/cli/rpm/distribution.py:36 msgid "" -"Remote to attach to ACS in the form '[[:]:]' or " -"by href." +"Repository to be used for auto-distributing. When set, this will unset the " +"'publication'. Specified as '[[:]:]' or as href." msgstr "" -#: pulpcore/cli/rpm/comps.py:24 -msgid "Repository to associate the comps-units to, takes or href." +#: pulpcore/cli/rpm/distribution.py:67 +msgid "" +"Publication to be served. This will unset the 'repository' and disable auto-" +"distribute." msgstr "" -#: pulpcore/cli/rpm/content.py:96 -msgid "Digest of the artifact to use" +#: pulpcore/cli/rpm/distribution.py:74 +msgid "" +"Option specifying whether ``*.repo`` files will be generated and served." msgstr "" -#: pulpcore/cli/rpm/context.py:22 -msgid "rpm ACS" +#: pulpcore/cli/rpm/publication.py:53 +msgid "a repository version number, leave blank for latest" msgstr "" -#: pulpcore/cli/rpm/context.py:23 -msgid "rpm ACSes" +#: pulpcore/cli/rpm/remote.py:60 +msgid "a PEM encoded CA certificate or @file containing same" msgstr "" -#: pulpcore/cli/rpm/context.py:45 -#, python-brace-format -msgid "Uploading file {filename}" +#: pulpcore/cli/rpm/remote.py:65 +msgid "a PEM encoded client certificate or @file containing same" +msgstr "" + +#: pulpcore/cli/rpm/remote.py:70 +msgid "a PEM encode private key or @file containing same" msgstr "" -#: pulpcore/cli/rpm/context.py:55 -msgid "rpm distribution" +#: pulpcore/cli/rpm/remote.py:75 +msgid "total number of simultaneous connections" msgstr "" -#: pulpcore/cli/rpm/context.py:56 -msgid "rpm distributions" +#: pulpcore/cli/rpm/remote.py:80 +msgid "" +"The password to authenticate to the remote (can contain leading and trailing " +"spaces)." msgstr "" -#: pulpcore/cli/rpm/context.py:76 -msgid "rpm publication" +#: pulpcore/cli/rpm/remote.py:91 +msgid "" +"The password to authenticate to the proxy (can contain leading and trailing " +"spaces)." msgstr "" -#: pulpcore/cli/rpm/context.py:77 -msgid "rpm publications" +#: pulpcore/cli/rpm/remote.py:94 +msgid "limit download rate in requests per second" msgstr "" -#: pulpcore/cli/rpm/context.py:94 -msgid "rpm remote" +#: pulpcore/cli/rpm/remote.py:108 pulpcore/cli/rpm/remote.py:126 +msgid "" +"For remote_type:uln, Use the ULN channel name starting with uln://. For " +"remote_type:rpm, use url with http/https." msgstr "" -#: pulpcore/cli/rpm/context.py:95 -msgid "rpm remotes" +#: pulpcore/cli/rpm/remote.py:117 +msgid "ULN Server base URL, default is 'https://linux-update.oracle.com/'" msgstr "" -#: pulpcore/cli/rpm/publication.py:46 -msgid "a repository version number, leave blank for latest" +#: pulpcore/cli/rpm/remote.py:133 +msgid "ULN Server base URL." msgstr "" -#: pulpcore/cli/rpm/repository.py:56 +#: pulpcore/cli/rpm/repository.py:60 msgid "" "Remote used for synching in the form '[[:]:]' " "or by href." msgstr "" -#: pulpcore/cli/rpm/repository.py:94 +#: pulpcore/cli/rpm/repository.py:106 msgid "Href of the rpm package to use" msgstr "" -#: pulpcore/cli/rpm/repository.py:107 +#: pulpcore/cli/rpm/repository.py:119 msgid "" "JSON string with a list of objects to add to the repository.\n" " Each object must contain the following keys: \"pulp_href\".\n" @@ -102,7 +128,7 @@ msgid "" "list of objects." msgstr "" -#: pulpcore/cli/rpm/repository.py:116 +#: pulpcore/cli/rpm/repository.py:128 msgid "" "JSON string with a list of objects to remove from the repository.\n" " Each object must contain the following keys: \"pulp_href\".\n" @@ -110,7 +136,7 @@ msgid "" "list of objects." msgstr "" -#: pulpcore/cli/rpm/repository.py:192 +#: pulpcore/cli/rpm/repository.py:247 #, python-brace-format msgid "" "Repository '{name}' does not have a default remote. Please specify with '--"