diff options
Diffstat (limited to 'po/ro/man1/package-cleanup.1.po')
-rw-r--r-- | po/ro/man1/package-cleanup.1.po | 246 |
1 files changed, 246 insertions, 0 deletions
diff --git a/po/ro/man1/package-cleanup.1.po b/po/ro/man1/package-cleanup.1.po new file mode 100644 index 00000000..25c8b6ec --- /dev/null +++ b/po/ro/man1/package-cleanup.1.po @@ -0,0 +1,246 @@ +# Romanian translation of manpages +# This file is distributed under the same license as the manpages-l10n package. +# Copyright © of this file: +# Remus-Gabriel Chelu <remusgabriel.chelu@disroot.org>, 2023. +msgid "" +msgstr "" +"Project-Id-Version: manpages-l10n 4.20.0\n" +"POT-Creation-Date: 2024-03-01 17:03+0100\n" +"PO-Revision-Date: 2024-01-22 09:19+0100\n" +"Last-Translator: Remus-Gabriel Chelu <remusgabriel.chelu@disroot.org>\n" +"Language-Team: Romanian <translation-team-ro@lists.sourceforge.net>\n" +"Language: ro\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " +"20)) ? 1 : 2;\n" +"X-Generator: Poedit 3.2.2\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 ianuarie 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 "NUME" + +#. 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 - șterge pachetele instalate local, duplicate sau orfane." + +#. 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 "" +"Un înlocuitor bazat pe DNF care imită instrumentul original B<package-" +"cleanup> bazat pe YUM." + +#. type: SH +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide +#, no-wrap +msgid "SYNOPSIS" +msgstr "REZUMAT" + +#. type: Plain text +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide +msgid "B<package-cleanup [options]>" +msgstr "B<package-cleanup [opțiuni]>" + +#. type: SH +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide +#, no-wrap +msgid "OPTIONS" +msgstr "OPȚIUNI" + +#. 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 "" +"Toate opțiunile generale DNF sunt acceptate, a se vedea I<Opțiuni> în " +"B<dnf(8)> pentru detalii." + +#. 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 "" +"Listează pachetele-leaf din baza de date RPM locală. Pachetele-leaf sunt " +"RPM-uri pe care nu se bazează niciun alt RPM. Este echivalent cu B<dnf " +"repoquery --unneededed>\\&." + +#. 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 "" +"Listează pachetele instalate care nu sunt disponibile în depozitele " +"configurate în prezent. Este echivalent cu 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 "" +"Listează problemele de dependență din baza de date RPM locală. Este " +"echivalent cu 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 "" +"Scanează pentru duplicate în baza de date RPM locală. Este echivalent cu " +"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 "" +"Scanează pentru duplicate în baza de date RPM locală și elimină versiunile " +"mai vechi. Este echivalent cu B<dnf remove --duplicates>\\&." + +#. type: SH +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide +#, no-wrap +msgid "EXAMPLES" +msgstr "EXEMPLE" + +#. 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 "Listează toate problemele de dependență." + +#. 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 "Listează toate pachetele care nu se află în niciun depozit DNF." + +#. 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 "Elimină toate pachetele care au un duplicat instalat." + +#. 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 "Consultați AUTORI în distribuția dumneavoastră Core DNF Plugins" + +#. type: SH +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide +#, no-wrap +msgid "COPYRIGHT" +msgstr "DREPTURI DE AUTOR" + +#. Generated by docutils manpage writer. +#. type: Plain text +#: debian-bookworm debian-unstable +msgid "2023, Red Hat, Licensed under GPLv2+" +msgstr "2023, Red Hat, Licențiat sub GPLv2+" + +#. type: TH +#: fedora-40 fedora-rawhide +#, no-wrap +msgid "Feb 08, 2024" +msgstr "8 februarie 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, Licențiat sub GPLv2+" |