summaryrefslogtreecommitdiffstats
path: root/po/de/man1/package-cleanup.1.po
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 19:43:11 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 19:43:11 +0000
commitfc22b3d6507c6745911b9dfcc68f1e665ae13dbc (patch)
treece1e3bce06471410239a6f41282e328770aa404a /po/de/man1/package-cleanup.1.po
parentInitial commit. (diff)
downloadmanpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.tar.xz
manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.zip
Adding upstream version 4.22.0.upstream/4.22.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'po/de/man1/package-cleanup.1.po')
-rw-r--r--po/de/man1/package-cleanup.1.po248
1 files changed, 248 insertions, 0 deletions
diff --git a/po/de/man1/package-cleanup.1.po b/po/de/man1/package-cleanup.1.po
new file mode 100644
index 00000000..c51bc5bd
--- /dev/null
+++ b/po/de/man1/package-cleanup.1.po
@@ -0,0 +1,248 @@
+# German translation of manpages
+# This file is distributed under the same license as the manpages-l10n package.
+# Copyright © of this file:
+# Mario Blättermann <mario.blaettermann@gmail.com>, 2014, 2020, 2023.
+msgid ""
+msgstr ""
+"Project-Id-Version: manpages-l10n\n"
+"POT-Creation-Date: 2024-03-01 17:03+0100\n"
+"PO-Revision-Date: 2023-05-23 08:58+0200\n"
+"Last-Translator: Mario Blättermann <mario.blaettermann@gmail.com>\n"
+"Language-Team: German <debian-l10n-german@lists.debian.org>\n"
+"Language: de\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Lokalize 23.04.1\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. type: TH
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#, no-wrap
+msgid "PACKAGE-CLEANUP"
+msgstr "PACKAGE-CLEANUP"
+
+#. type: TH
+#: debian-bookworm debian-unstable
+#, no-wrap
+msgid "Jan 22, 2023"
+msgstr "22. Januar 2023"
+
+#. type: TH
+#: debian-bookworm debian-unstable
+#, no-wrap
+msgid "4.3.1"
+msgstr "4.3.1"
+
+#. type: TH
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#, no-wrap
+msgid "dnf-plugins-core"
+msgstr "dnf-plugins-core"
+
+#. type: SH
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#, no-wrap
+msgid "NAME"
+msgstr "BEZEICHNUNG"
+
+#. type: Plain text
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
+msgid ""
+"package-cleanup - clean up locally installed, duplicate, or orphaned "
+"packages."
+msgstr ""
+"package-cleanup - lokal installierte, doppelte oder verwaiste Pakete "
+"aufräumen"
+
+# FIXME package-cleanup → B<package-cleanup>
+#. type: Plain text
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
+msgid ""
+"A DNF-based shim imitating the original YUM-based package-cleanup utility."
+msgstr ""
+"Ein DNF-basierter Ersatz, der das ursprüngliche YUM-basierte Dienstprogramm "
+"B<package-cleanup> imitiert."
+
+#. type: SH
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#, no-wrap
+msgid "SYNOPSIS"
+msgstr "ÜBERSICHT"
+
+#. type: Plain text
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
+msgid "B<package-cleanup [options]>"
+msgstr "B<package-cleanup [Optionen]>"
+
+#. type: SH
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#, no-wrap
+msgid "OPTIONS"
+msgstr "OPTIONEN"
+
+#. type: Plain text
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
+msgid ""
+"All general DNF options are accepted, see I<Options> in B<dnf(8)> for "
+"details."
+msgstr ""
+"Alle allgemeinen DNF-Optionen werden akzeptiert, siehe I<Optionen> in "
+"B<dnf>(8) für Details."
+
+#. type: TP
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#, no-wrap
+msgid "B<--leaves>"
+msgstr "B<--leaves>"
+
+#. type: Plain text
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
+msgid ""
+"List leaf nodes in the local RPM database. Leaf nodes are RPMs that are not "
+"relied upon by any other RPM. Maps to B<dnf repoquery --unneeded>\\&."
+msgstr ""
+"listet Leaf-Pakete in der lokalen RPM-Datenbank auf. Leaf-Pakete sind jene, "
+"von denen keine weiteren Pakete abhängen. Dies ist gleichbedeutend mit B<dnf "
+"repoquery --unneeded>\\&."
+
+#. type: TP
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#, no-wrap
+msgid "B<--orphans>"
+msgstr "B<--orphans>"
+
+#. type: Plain text
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
+msgid ""
+"List installed packages which are not available from currently configured "
+"repositories. Maps to B<dnf repoquery --extras>\\&."
+msgstr ""
+"listet installierte Pakete auf, die in den gegenwärtig eingerichteten "
+"Paketquellen nicht verfügbar sind. Dies ist gleichbedeutend mit B<dnf "
+"repoquery --extras>\\&."
+
+#. type: TP
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#, no-wrap
+msgid "B<--problems>"
+msgstr "B<--problems>"
+
+#. type: Plain text
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
+msgid ""
+"List dependency problems in the local RPM database. Maps to B<dnf repoquery "
+"--unsatisfied>\\&."
+msgstr ""
+"listet Abhängigkeitsprobleme in der lokalen RPM-Datenbank auf. Dies ist "
+"gleichbedeutend mit B<dnf repoquery --unsatisfied>\\&."
+
+#. type: TP
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#, no-wrap
+msgid "B<--dupes>"
+msgstr "B<--dupes>"
+
+#. type: Plain text
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
+msgid ""
+"Scan for duplicates in the local RPM database. Maps to B<dnf repoquery --"
+"duplicates>\\&."
+msgstr ""
+"sucht nach Duplikaten in der lokalen RPM-Datenbank. Dies ist gleichbedeutend "
+"mit B<dnf repoquery --duplicates>\\&."
+
+#. type: TP
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#, no-wrap
+msgid "B<--cleandupes>"
+msgstr "B<--cleandupes>"
+
+#. type: Plain text
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
+msgid ""
+"Scan for duplicates in the local RPM database and clean out the older "
+"versions. Maps to B<dnf remove --duplicates>\\&."
+msgstr ""
+"sucht nach Duplikaten in der lokalen RPM-Datenbank und löscht die älteren "
+"Versionen. Dies ist gleichbedeutend mit B<dnf remove --duplicates>\\&."
+
+#. type: SH
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#, no-wrap
+msgid "EXAMPLES"
+msgstr "BEISPIELE"
+
+#. type: TP
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#, no-wrap
+msgid "B<package-cleanup --problems>"
+msgstr "B<package-cleanup --problems>"
+
+#. type: Plain text
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
+msgid "List all dependency problems."
+msgstr "listet alle Abhängigkeitsprobleme auf."
+
+#. type: TP
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#, no-wrap
+msgid "B<package-cleanup --orphans>"
+msgstr "B<package-cleanup --orphans>"
+
+#. type: Plain text
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
+msgid "List all packages that are not in any DNF repository."
+msgstr "listet alle Pakete auf, die in keiner DNF-Paketquelle zu finden sind."
+
+#. type: TP
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#, no-wrap
+msgid "B<package-cleanup --cleandupes>"
+msgstr "B<package-cleanup --cleandupes>"
+
+#. type: Plain text
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
+msgid "Remove all packages that have a duplicate installed."
+msgstr "entfernt alle Pakete, von denen ein Duplikat installiert ist."
+
+#. type: SH
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#, no-wrap
+msgid "AUTHOR"
+msgstr "AUTOR"
+
+#. type: Plain text
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
+msgid "See AUTHORS in your Core DNF Plugins distribution"
+msgstr "Siehe AUTHORS im Paket der Core DNF Plugins."
+
+#. type: SH
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#, no-wrap
+msgid "COPYRIGHT"
+msgstr "COPYRIGHT"
+
+#. Generated by docutils manpage writer.
+#. type: Plain text
+#: debian-bookworm debian-unstable
+msgid "2023, Red Hat, Licensed under GPLv2+"
+msgstr "2023, Red Hat, lizenziert unter GPLv2+"
+
+#. type: TH
+#: fedora-40 fedora-rawhide
+#, no-wrap
+msgid "Feb 08, 2024"
+msgstr "08. Februar 2024"
+
+#. type: TH
+#: fedora-40 fedora-rawhide
+#, no-wrap
+msgid "4.5.0"
+msgstr "4.5.0"
+
+#. Generated by docutils manpage writer.
+#. type: Plain text
+#: fedora-40 fedora-rawhide
+msgid "2024, Red Hat, Licensed under GPLv2+"
+msgstr "2024, Red Hat, lizenziert unter GPLv2+"